/*
Template Name: FsAgency
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/
body{
font-family: 'Sintony', sans-serif;
color: #000;
}
ul{
list-style:none;
padding:0;
 }
h1,h2,h3,h4,h5{
font-weight:bold;
 }

h6{
font-weight:normal;
 }
p{
font-size:15px; 
 }
a{
color: #000;
text-decoration:none;
 }
a:hover{
text-decoration:none;
color: #ff5b00;
 }
a:focus{
text-decoration:none;
color: #ff5b00;
 }

.button{
background:#ff5b00;
color:#fff;
display: inline-block;
transition: 0.3s;
padding:15px 40px 15px 40px!important;
 }
.button:hover{
background:#5e4c38;
color:#fff!important;
 }

.button_1{
background:#5e4c38;
color:#fff;
display: inline-block;
transition: 0.3s;
padding:15px 40px 15px 40px!important;
 }
.button_1:hover{
background:#ff5b00;
color:#fff!important;
 }



.grid figure {
position: relative;
float: left;
overflow: hidden;
width: 100%;
text-align: center;
cursor: pointer;
}
figure.effect-jazz figcaption::after,
figure.effect-jazz img
{
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz:hover img {
-webkit-transform: scale3d(1.05,1.05,1);
transform: scale3d(1.05,1.05,1);
}

.col_oran{
color: #ff5b00!important;
 }
.bg_oran{
background:#ff5b00!important;
 }
.bg_light{
background:#fbfbfb;
 }
.bg_dark{
background:#16202a; 
 }
hr{
opacity:1;
background-color:#ff5b0024; 
 }
.font_14{
font-size:14px; 
 }
.font_12{
font-size:12px; 
 }
.font_8{
font-size:8px; 
 }
.font_60{
font-size:60px; 
 }

.line {
height: 3px!important;
width: 100px;
background-color: #ff5b00;
}
.p_3{
padding-top:30px;
padding-bottom:30px; 
 }
/*********************header****************/
.top_1l{
padding-top:12px; 
 }
.top_1l ul li{
margin-left:5px;
margin-right:5px; 
 }
.top_1m .form-control{
height:44px; 
 }
.top_1m .btn{
border-color:#ff5b00;
padding:9px 16px;
 }
.top_1r{
padding-top:12px; 
 }
.navbar{
border-top:1px solid #ff5b0024;
border-bottom:1px solid #ff5b0024;
 }
.navbar-brand{
font-size:36px;
padding:0;
margin:0;
height:auto;
}

#header .nav-link{
color:#000;
padding-right:20px;
padding-left:20px;
 }
#header .nav-link:hover{
color:#ff5b00;
 }
#header .nav-link:focus{
color:#ff5b00;
 }
#header .active{
color:#ff5b00;
 }


.drop_1{
min-width:220px;
padding:0;
margin-top:16px!important;
border:none;
background:#000;
border-radius:0;
box-shadow: 0 0 8px #f1f1f1;
 }
.drop_1 a{
padding-top:12px;
padding-bottom:12px;
border-bottom:1px solid #302f2f;
color:#fff;
 }
.drop_1 a:hover{
background:#ff5b00;
color:#fff;
 }

.sticky {
position: fixed;
top: 0;
width: 100%;
z-index:3;
background-color: #fff;
border-radius:0;
}
.sticky {
top: -40px;
transform: translateY(40px);
transition: transform .3s;
}


/*********************header_end****************/


/*********************common****************/
.pages ul li{
 display:inline-block;
 }
.pages ul li a{
display:block;
color: #111;
 margin: 0 2px;
 width:40px;
 height:40px;
 line-height:40px;
 text-align:center;
 border:1px solid #ff5b0024;
 }
.pages ul li a:hover{
 background: #ff5b00;
 border:1px solid #ff5b00;
 }
.pages ul li a:hover{
 color: #fff!important;
 }
.act{
background:#ff5b00!important;
border:1px solid #ff5b00!important;
color:#fff!important;
 }

 /* footer social icons */
ul.social-network {
list-style: none;
display: block;
margin-left:0 !important;
padding: 0;
}
ul.social-network li {
display: inline-block;
}

/* footer social icons */
.social-network a.icoRss:hover {
background-color: #F56505;
}
.social-network a.icoFacebook:hover {
background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
color:#44BCDD;
}

.social-circle li a {
display:inline-block;
position:relative;
margin:0 auto 0 auto;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
text-align:center;
width: 40px;
height: 40px;
}
.social-circle li i {
margin:0;
line-height:40px;
text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-ms--transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
.social-circle i {
color: #fff;
-webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
-o-transition: all 0.8s;
-ms-transition: all 0.8s;
transition: all 0.8s;
}
.form-control:focus{
 box-shadow:none;
 border-color:#ff5b0024; 
 }
.form-select:focus{
 box-shadow:none;
 border-color:#ff5b0024;  
 }
.form-control{
border-color:#ff5b0024;
box-shadow:none;
border-radius:0;
font-size:14px;
 }
.form-select{
border-color:#ff5b0024;
box-shadow:none; 
border-radius:0;
font-size:14px;
 }

.shadow_box{
box-shadow: 0 0 4px 3px rgb(0 0 0 / 5%);
 }
.carousel-indicators [data-bs-target] {
 background-color: #ff5b00;
}
.center_om{
padding-top:130px;
padding-bottom:120px; 
background-color: #ff5b00db;
 }
.feature_1i4 h6{
background-color: rgba(255,91,0,0.5); 
 }
.feature_1i3{
background-color: rgba(255,91,0,0.5);
display:none;  
 }
.feature_1i:hover .feature_1i3{
display:block;  
 }
.feature_1i:hover .feature_1i2{
display:none;  
 }
.feature_1i:hover .feature_1i4{
display:none;  
 }
/*********************common_end****************/


/*********************footer****************/
.footer_1i ul li a{
background:#26384a;
border-radius:5px; 
 }
.footer_1i1il span{
width:50px;
height:50px;
line-height:50px; 
 }
#footer_b{
padding-top:13px;
padding-bottom:10px; 
 }
/*********************footer_end****************/


@media screen and (max-width : 767px){
.navbar-collapse{
max-height:300px;
overflow-y:scroll; 
border-top:1px solid #ff5b0024;
margin-top:15px;
 }
#header .nav-link{
font-size:24px;
border-bottom:1px solid #ff5b0024;
 }
.navbar-light .navbar-toggler{
box-shadow:none!important;
background:#ff5b0024;
border:none;
border-radius:0;
margin-top:-2px;
 }
.drop_1{
margin-top:0!important; 
 }
.drop_1 a{
font-size:22px; 
 }
.sticky .drop_1{
margin-top:0!important; 
 }

.line{
margin-left:auto;
margin-right:auto; 
 }
 
#top{
display:none; 
 }
.center_home .p-0{
padding-left:12px!important;
padding-right:12px!important; 
 }
#feature .p-0{
padding-left:12px!important;
padding-right:12px!important; 
 }
.feature_top  p{
text-align:left; 
 }
.feature_top  br{
display:none;
 }
.feature_1i2il h6{
font-size:14px; 
 }
.feature_1i3 {
width:90%!important; 
 }
.feature_1i {
margin-top:8px;
margin-bottom:8px; 
 }
#testim p{
text-align:left; 
 }
#testim br{
display:none; 
 }
#footer h2{
text-align:center; 
 }
#footer h5{
text-align:center; 
 }
.footer_1i ul{
text-align:center; 
 }
.footer_1i2{
margin-top:15px;
 }
.footer_1i3{
margin-top:15px;
margin-bottom:15px; 
 }
.footer_b1 {
text-align:left!important; 
 }
.center_om {
padding-top:80px;
padding-bottom:70px;
text-align:center;
}
.center_om .font_60{
font-size:45px;
}
.require_1l img{
height:auto;
margin-bottom:15px; 
 }
.require_1r{
text-align:center;
 }
.require_1r p{
text-align:left;
 }
 }


@media (min-width:576px) and (max-width:767px) {

 }
@media (min-width:768px) and (max-width:991px) {
.navbar-expand-md {
flex-wrap:wrap!important;
}
.top_1r  li{
font-size:12px;
margin-left:2px!important;
margin-right:2px!important; 
 }
#header .nav-link {
padding-right: 10px;
padding-left: 10px;
}
.feature_1i2il h6{
font-size:11px; 
 }
.feature_1i3  h6{
font-size:12px; 
 }
.center_home .p-0{
padding-left:12px!important;
padding-right:12px!important; 
 }
#feature .p-0{
padding-left:12px!important;
padding-right:12px!important; 
 }
.drop_1{
left:auto!important;
right:0!important; 
 }
.footer_1i ul li{
margin-top:4px;
margin-bottom:4px; 
 }
.footer_1i1il span {
width: 30px;
height: 30px;
line-height: 30px;
font-size:14px!important;
}
#footer p{
font-size:13px;
 }
#footer h6{
font-size:13px;
 }
#footer h5{
font-size:16px;
 }
 }
@media (min-width:871px) and (max-width:991px) {
#header .nav-link {
padding-right: 16px;
padding-left: 16px;
}

 }
@media (min-width:992px) and (max-width:1200px) {
.navbar-expand-md {
flex-wrap:wrap!important;
}
.center_home .p-0{
padding-left:12px!important;
padding-right:12px!important; 
 }
#feature .p-0{
padding-left:12px!important;
padding-right:12px!important; 
 }
.footer_1i ul li{
margin-top:4px;
margin-bottom:4px; 
 }
.footer_1i1il span {
width: 40px;
height: 40px;
line-height: 40px;
font-size:16px!important;
}
.drop_1{
left:auto!important;
right:0!important; 
 }
 }
@media (min-width:1201px) and (max-width:1340px) {

 }
