:root{
    --theme-color:#e7b350;
    --theme-color2:#092E9F;
    --color-gray: #7C818E;
    --theme-color2-dark:#001E78;
    --owl-nav-bg:#002963 !important;
}
@font-face{
    font-family:"sahel";
    src:url("font/Sahel-FD.woff") format("woff"),url("font/Sahel-FD.ttf") format("truetype");
    font-weight:normal;font-style:normal
}
*,h1, h2, h3, h4, h5, h6{
    font-family: 'sahel';
}
::selection {
	background: var(--theme-color);
}
.fw-n{
    font-weight: normal;
}
.text-justify{
	text-align: justify;
}
.fw-b{font-weight: bold !important;}
.fs-12{font-size: 12px !important;}
.fs-13{font-size: 13px !important;}
.fs-14{font-size: 14px !important;}
.fs-15{font-size: 15px !important;}
.fs-16{font-size: 16px !important;}
.fs-17{font-size: 17px !important;}
.fs-18{font-size: 18px !important;}
.fs-19{font-size: 19px !important;}
.fs-20 {font-size: 20px !important;}
.fs-21 {font-size: 21px !important;}
.fs-22 {font-size: 22px !important;}
.fs-23 {font-size: 23px !important;}
.fs-24 {font-size: 24px !important;}
.fs-25 {font-size: 25px !important;}
.fs-26 {font-size: 26px !important;}
.fs-27 {font-size: 27px !important;}
.fs-28 {font-size: 28px !important;}
.fs-29 {font-size: 29px !important;}
.fs-30 {font-size: 30px !important;}
.fs-40 {font-size: 40px !important;}
/**/
.lh-20{line-height: 20px;}
.lh-21{line-height: 21px;}
.lh-22{line-height: 22px;}
.lh-23{line-height: 23px;}
.lh-24{line-height: 24px;}
.lh-25{line-height: 25px;}
.lh-30{line-height: 30px;}
.lh-35{line-height: 35px;}
/**/
.br-5{ border-radius:5px !important;}
.br-10{ border-radius:10px !important;}
.br-15{ border-radius:15px !important;}
.br-20{ border-radius:20px !important;}
.br-25{ border-radius:25px !important;}
.rounded-md {border-radius: 1.5rem !important;}
.ls-0{letter-spacing: 0 !important;}

h1 > span:not(.nocolor):not(.badge), 
h2 > span:not(.nocolor):not(.badge), 
h3 > span:not(.nocolor):not(.badge), 
h4 > span:not(.nocolor):not(.badge), 
h5 > span:not(.nocolor):not(.badge), 
h6 > span:not(.nocolor):not(.badge) {
    color: var(--color-base);
}
.button{
    text-shadow: none;
}
/*****************************/
.theme-bgcolor{
    background-color:var(--theme-color) !important;
}
.theme-bgcolor2{
    background-color:var(--theme-color2) !important;
}
.theme-color{
    color:var(--theme-color) !important;
}
.theme-color2{
    color:var(--theme-color2) !important;
}
.color-gray{
    color:var(--color-gray) !important;
}
/*****************************/
.button:hover, .home-service-box .feature-box:hover .fbox-icon{
    box-shadow: 0 10px 30px -5px rgb(10 16 34 / 20%);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
@media (max-width: 600px) {
    .button.button-large {
        padding: 5px 10px;
    }
}
#logo img{
    padding: 10px;
    height: 70px;
}
@media (min-width: 600px) {
    #logo{
        margin-left: auto !important;
    }
}
@media (max-width: 600px) {
    #logo{
        margin: 0 auto;
    }
}
.full-header #logo {
    padding-right: 30px;
    border-right: 0px;
}
#primary-menu-trigger, #page-menu-trigger {
    width: 30px;
}
.svg-trigger{
    background: #FFF;
    border-radius: 5px;
}
.primary-menu .menu-item .sub-menu-trigger {
    color: #FFF;
}
.menu-item:hover > .menu-link, 
.menu-item.current > .menu-link {
    color: #FFF;
}
.menu-item:hover > .menu-link{
    transition: all .3s;
}
.menu-item.current > .menu-link{
    font-weight:bold;
}
.menu-link {
    transition: all .3s;
}
@media (min-width: 992px) {
	.menu-link {
		text-transform: none;
		letter-spacing: 0;
        font-weight: normal;
		font-size: 0.925rem;
	}
	.not_home .menu-link,
	.not_home .header-misc i{
		color: #444;
	}
}

.full-header .primary-menu .menu-container {
    border-right: 0;
}
.header-size-sm .menu-container > .menu-item > .menu-link{
    color: #FFF;
}
.header-extras li .he-text {
    font-size: 15px;
    color: var(--theme-color2);
    font-weight: bold;
}
.header-extras li .he-text span{
    color: var(--color-gray);
    font-size: 13px;
    letter-spacing: 0 !important;
}
@media (min-width: 992px) {
    #header .menu-item:hover , 
    #header .menu-item.current,
    #header .menu-item.active{
        transition: background 1s ease-out;
        background: #001e78; 
    }
    #header .sub-menu-container .menu-item > .menu-link {
        font-size: 14px;
    }
    #header .sub-menu-container .menu-item:hover > .menu-link {
        background-color: #F9F9F9;
        padding-left: 18px;
        color: var(--theme-color2);
        font-size: 15px;
    }
    #header .sub-menu-container, .mega-menu-content {
        border-top: 2px solid var(--theme-color);
    }
}
.sticky-header .current > .menu-link,
.menu-item.current > .menu-link {
    font-weight: bold;
}
.header-misc li i{
    color: var(--theme-color2);
    font-weight: 100;
    transition: border .3s ease;
    font-size: 30px;
}
#header{
    border-bottom: 0px solid #F5F5F5;
}
#header #header-wrap{
    border-bottom: none;
    background: #092ea0;
}
#header #header-wrap .container{
    border-bottom: 0;
}

.entry-title h2 a:hover, .entry-title h3 a:hover, .entry-title h4 a:hover {
    color: var(--theme-color);
}
.not_home ::-webkit-input-placeholder{
	font-family: "sahel";
	letter-spacing: 0;
	font-size: 17px !important;
}
:-ms-input-placeholder,
:-moz-placeholder{
	font-family: "sahel";
	letter-spacing: 0;
	font-size: 15px !important;
}
.rev_row_zone_top .theme-color div,
.rev_row_zone_middle .theme-color div{
    color:var(--theme-color);
}
.rev_row_zone_top .theme-color2 div,
.rev_row_zone_middle .theme-color2 div{
    color:var(--theme-color2);
}
/*****************************/
#gotoTop:hover {
    background-color: var(--theme-color);
}
.owl-carousel .owl-dots .owl-dot {
    background-color: var(--theme-color2);
    transition: all .3s;
}
.owl-carousel {
    --owl-nav-sizes: 36px;
    --owl-dots-gutters: 4px;
    --owl-dots-sizes: 8px;
    --owl-nav-bg: var(--theme-color-dark) !important;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: var(--owl-nav-bg) !important;
}
#top-search a i {
    color: white;
}

/***************/
.top-links-sub-menu, .top-links-section {
    width: 60px;
}
.top-links-item ul a {
    color: #000;
}
.top-links-item:hover {
    background-color: transparent;
}
@media screen and (min-width: 600px) {
    .top-links-item > a {
        font-size: 15px;
        /* color: #FFF; */
    }
}
/***************/
#slider .heading-block h1{
    font-size: 60px;
}
@media screen and (max-width: 600px) {
    #slider .heading-block h1{
        font-size: 40px;
    }
}
#slider .heading-block::after{
    border:0;
}
/***************/
#page-title.page-title-mini {
    padding: 30px 0;
    background: url('images/subheader.png') #FFF;
}
#page-title h1 a{
    color: #FFF !important;
}
#page-title .breadcrumb{
    background: #FFF !important;
    padding: 10px 30px !important;
    border-radius: 30px !important;
    color: black !important;
    font-size: 16px;
}
#page-title .breadcrumb a{
    color: var(--color-base-dark) !important;
}
#page-title .breadcrumb-item + .breadcrumb-item::before {
    content: "\e930";
    font-family: "lined-icons";
}

.heading-block::after {
    border-top: 4px solid var(--theme-color);
    margin-top: 15px !important;
}
.not-border.heading-block::after {
    border-top: 0;
    margin-top: 0;
}
/* .heading-block h3:before{
    content:'';
    text-shadow: 0 -10px 3px #efefef;
} */
.heading-block h3 span{
    position: absolute;
    font-size: 26pt;
    top: 0;
    left: 0;
    color: #efefef7d !important;
    right: 0;
    margin-top: 25px;
    user-select: none;
}
/*****************************/
.home-client-box {
    background:  
        url('images/kashan-gray.png') no-repeat center top,
        url('images/Group35.png') repeat-x center top #F2F4F9;
    padding-top: 200px !important;
    /* background-size: 28%; */
}
.home-client-box .oc-item .feature-box{
    background: none;
    padding: 50px 0px;
    border-radius: 15px;
}
@media screen and (max-width: 600px) {
    .home-client-box .oc-item .feature-box{
        padding: 0px;
    }
}
.home-client-box .oc-item:hover .feature-box{
    background: url('images/client.png') no-repeat center;
    background-size: contain;
}
/*****************************/
.home-service-box{
    background: #F2F4F9;
}
.home-service-box .fbox-icon{
    background: #E4E8F1;
    border-radius: 20px;
    max-height: 90px;
    max-width: 90px;
    padding: 10px !important;
    width: inherit;
}
.home-service-box .feature-box .fbox-content h3{
    font-family: inherit;
    color: #000;
    margin-bottom: 10px;
}
.home-service-box .feature-box:hover .fbox-icon{
    background-color: var(--theme-color2);
}
.home-service-box .feature-box:hover .fbox-icon img{
    filter: brightness(0) invert(1);
}
.home-service-box .feature-box:hover .fbox-content h3{
    color: var(--theme-color2);
}
@media screen and (min-width: 600px) {
    .home-service-box #oc-clients .owl-item{
       /*  border-left:1px solid #CCD1E0; */
    }
}

.home-service-box #oc-clients .owl-item .subtitle{
    color:var(--color-gray);
}
.home-service-box .owl-carousel .owl-dots .owl-dot {
    background-color: var(--theme-color);
    transition: all .3s;
}
/*****************************/
.home-map-box .heading-block p{
    color:#2F2F2F
}
.home-map-box .heading-block h1{
    font-size: 50px;
}
@media (max-width: 600px) {
    .home-map-box .heading-block h1{
        font-size: 40px;
    }
}

/*****************************/
.home-promo-box .promo{
    background-image: url(images/Vector2.png);
    background-repeat: no-repeat;
    background-position: 67% top;
}
@media (max-width: 600px) {
    .home-promo-box .heading-block h1{
        font-size: 40px;
    }
}
/*****************************/
#page-title.page-title-dark,
#page-title.page-title-mini{
    background-color: var(--theme-color);
}
#page-title {
    padding: 1rem 0;
}
@media (min-width: 767px){
	#page-title {
		padding: 3rem 0;
	}
}
/**
    *************************
**/
.social-box .social-icon{
    background-color: var(--color-base-light2);
}
.social-box .social-icon i{
    color: var(--color-base);
}
.social-box .social-icon{
    scale: 1.2;
}
.social-box .social-icon:hover{
    scale: 1.2;
    background: rgb(80,55,140);
    background: -moz-linear-gradient(180deg, rgba(80,55,140,1) 0%, rgba(154,57,152,1) 94%);
    background: -webkit-linear-gradient(180deg, rgba(80,55,140,1) 0%, rgba(154,57,152,1) 94%);
    background: linear-gradient(180deg, rgba(80,55,140,1) 0%, rgba(154,57,152,1) 94%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#50378c",endColorstr="#9a3998",GradientType=1);
}
/**
    *************************
**/
#slider .flex-control-nav li:hover a, 
#slider .flex-control-nav li a.flex-active {
    background-color: #003988;
}
#slider .flex-control-nav li a {
    border: 1px solid #003988;
}
#slider .control-pos-top-left .flex-control-nav, 
#slider .control-pos-bottom-left .flex-control-nav {
    left: 5px;
}
@media screen and (min-width: 600px) {
    #slider .flex-control-paging{
        padding: 15px 50px;
    }
    #slider .flex-control-nav li {
        display: block;
        margin: 0 3px;
        width: 1rem;
        height: 1rem;
    }
}
@media screen and (max-width: 600px) {
    .flex-control-nav li {
        margin: 0 2px;
        margin-bottom: -14px;
    }
}
/**
    *************************
**/
.home-blog-box .fbox-content{
    margin-top: -50px;
    z-index: 99;
    width: 90%;
    border-radius: 15px;
    margin-left: 1px;
}
.home-blog-box .fbox-media img{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    filter: brightness(3);
}
/**
    *************************
**/
.home-news-box{
    background: #F2F4F9;
}
.home-news-box .news-card {
    position: relative;
    border: 0 solid #DDD;
    border-radius: 2px;
    background-color: transparent;
}
.home-news-box .news-card img{
    height: 200px;
}
.home-news-box .news-card .card-img-overlay {
    border-radius: 2px;
}
.home-news-box .news-card .card-text,
.home-news-box .news-card .card-text a {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}
.home-news-box .news-card .card-text a:hover { text-decoration: underline !important; }
.home-news-box .news-icon{
    width: 32px;
    height: 32px;
    font-size: 0.875rem;
    line-height: 30px !important;
    background: #092ea0;
    text-align: center;
    border-radius: 5px;
    color: white;
}
.home-news-box .news-sm a{
    color:#4B536C;
    font-weight: normal;
    font-size:14px;
}
.home-news-box .news-sm .entry:first-child a{
    font-weight: bold;
    font-size:16px;
}
.home-news-box .news-sm a:hover{
    color:#262C40;
}
@media (max-width: 600px){
    .home-news-box .flexslider h3.fs-21 {
        font-size: 14px !important;
        font-weight: normal !important;
    }
}

/**
    *************************
**/
.home-gallery-box {
    background:  
        url('images/kashan-namad.png') no-repeat center top,
        url('images/Group34.png') repeat-x center top  var(--theme-color);
    padding-top: 200px !important;
    /* background-size: 28%; */
}
.home-gallery-box:before {
    /* content: "";
    position: absolute;
    top: 0;
    height: 35px;
    background: url('images/Group33.png') no-repeat center -1px   #f2f4f9;
    width: 100%;
    left: 0;
    right: 0; */
}
/**
    Footer 
**/
#footer{
    background: url('images/footerbg.png') no-repeat center var(--theme-color2);
    background-size: cover;
}
#footer .col-lg-4 img{
    filter: brightness(0) invert(1);
}
#footer .list-unstyled li a{
    color:white;
    font-weight: normal;
}
#footer .menu-link {
    padding: 5px 0;
}

#footer li{
    list-style: disc;
    list-style-position: outside;
    list-style-type: disclosure-closed;
    margin-left: 15px;
}
#footer li a{
    font-size:15px;
}
.drtl #footer li{
    margin-left: 0;
    margin-right: 15px;
    border: 0 !important;
}
#footer .list-unstyled li::marker {
    color: #ffffffa6;
    font-size: 11px;
}
#footer a:hover{
    color: rgb(255 255 255 / 80%) !important;
}
#footer .social-icon {
    color: #EEE;
    border-color: #2f496e;
}
#footer .footer-widgets-wrap{
    padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
    #footer .footer-widgets-wrap{
        padding-bottom:0;
    }
}
#footer .footer-widgets-wrap .d-sm-flex{
    background: url(images/poem.png) no-repeat center left+20px #001e78b8;
    padding: 15px 10px;
    border-radius: 10px;
    color: white;
    background-size: 18%;
}
@media (max-width: 600px){
    #footer .footer-widgets-wrap .d-sm-flex{
        background-image: none;
        display: flex;
    } 
    #footer .footer-widgets-wrap .d-sm-flex .col{
        font-size:13px;
        margin-right:10px;
    }  
}


#footer .footer-widgets-wrap .email{
    background-color: white;
    border: 0;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
@media screen and (max-width: 600px) {
    #footer .social-box h4{
        color: white;
        padding-top: 15px;
    }
}