html{
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body{font-family: "Roboto", sans-serif; font-size: 14px;}
.more{ font-size: 14px; font-weight: 600;  }
.more a{color:#005ed7; }
.more a:hover{color:#005ed7; text-decoration: none; }
.more i{ font-size: 30px; font-weight:300; padding-left: 15px; position: absolute; transition: all .3s; }
.more a:hover i{  padding-left: 25px; }
.our-office{ text-align: center; font-size: 14px; padding:0 0 30px 0; width: 100%; float: left; }
.our-office h2{ padding: 30px 0 ;  font-size: 32px; font-weight: 600; line-height: .94; text-align: center; color: #323232;}
.our-office p{ font-size: 18px; line-height: 1.67; text-align: center; color: #555;}
.officeslider{
	padding:0;
	margin: 35px 0;
	display: block;
}
.form-check-inline label{
  font-weight: 400;
}
.form-check-inline input[type=radio] {
  position: relative;
  top: 1.4px;
  margin-right: 5px;
}



#officeslider{
	padding:0;
}



#officeslider .owl-item{
	padding:0;
	transform:none;
}



#officeslider .item{
	border:1px solid #ebebeb;
	margin:1px 0;
	height: 360px;
}



.officeslider .owl-theme .owl-controls{
	margin:0;
}



.officeslider .owl-theme .owl-controls .owl-buttons div{
	width:60px;
    height:100%;
    position:absolute;
    text-indent:-9999em;
    top:0;
	margin:0;
	border-radius:0;
	opacity:1;
}



.officeslider .owl-theme .owl-controls .owl-buttons .owl-prev{
    left:0;
	background:url(../images/carousel_arrowbig_lt.png) center center no-repeat;
}



.officeslider .owl-theme .owl-controls .owl-buttons .owl-next{
    right:0;
	background:url(../images/carousel_arrowbig_rt.png) center center no-repeat;
}


.img-overlay {
  position: relative;
  width: 100%;
}



.image {
  display: block;
  width: 100%;
  height: 100%;
}



.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(20,118,242,.8);
}



.img-overlay:hover .overlay {
  opacity: 1;
}

.text { opacity: 0;}
.img-overlay:hover .text {
  color: white;
  font-size: 14px;
  position: absolute;
  bottom:0;
  text-align: center;
  width: 100%;
  padding: 15px;
  opacity: 1;
}

.text-1{
  color: white;
  font-size: 20px;
  position: absolute;
  bottom:20px;
  text-align: center;
  z-index: 999; 
  width: 100%;
  font-weight: 600;
  transition: all .4s;
}



.img-overlay:hover .text-1{
  color: white;
  font-size: 20px;
  position: absolute;
  bottom:80px;
  text-align: center;
  z-index: 999; 
  width: 100%;
  font-weight: 600;
}

.form-area{
	position: relative;
    width: 100%;
    padding: 35px;
    background-color: #fff;
    color: #989898;
}

.input-area{   
	padding: 0 35px 0 16px;
    width: 100%;
    vertical-align: middle;
    color: #323232;
    border: 1px solid rgba(50,50,50,.1);
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    border-radius: 0;
}

.input-area:focus{ box-shadow: none;}
.text-area{   
	padding: 10px 35px 10px 16px;
    width: 100%;
    vertical-align: middle;
    color: #323232;
    border: 1px solid rgba(50,50,50,.1);
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    border-radius: 0;
    resize: none;
} 

.text-area:focus{ box-shadow: none;}

.dropdown-area{   
	padding: 0 35px 0 16px;
    width: 100%;
    vertical-align: middle;
    color: #989898;
    border: 1px solid rgba(50,50,50,.1);
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    border-radius: 0;
    background: url(../images/downarrow.png) no-repeat 98%;
}
.dropdown-area:focus{ box-shadow: none;}
.name-input-1{ width: 48%; float: left; margin-right: 4%; }
.name-input-2{ width: 48%; float: left; }
.team-button{
	color: #fff;
    background: #17ca8e;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    padding: 15px 0; 
    text-align: center;
    text-transform: uppercase;
}

.team-button:hover{ color:#fff;}
.text-p{ margin-top: 15px; }
.text-p a{ color:#989898; text-decoration: underline;  }
.experiance{ width: 100%; text-align: center; padding: 100px 0; display: inline-block; }


.experiance-text{
  width: 100%;
  margin: 0 auto;
  text-align: left;
  background: #e2ebf2;
  padding: 10px;
  text-align: center;
}

.experiance h2{
    color: #252525;
    font-weight: 800;
    font-size: 42px;
    font-family: "Oswald", sans-serif;
    margin-bottom: 15px;
    letter-spacing: 2px;
    margin-top: 10px;
}
.experiance h2 span{
  font-weight: 300;
}

.experiance p{
    color: #727272;
    font-weight: 400;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    line-height: 30px;
    width: 500px;
    margin: 0 auto;
    letter-spacing: 1px;
}


.tabcontent-item:hover{ background-color: rgba(20,118,242,.8); color: #fff;}
.tabcontent-item {
    padding: 15px;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    width: 32.5%;
    float: left;
    margin:.2%;
    height: 190px;
}

.tabcontent-item h2{ font-size: 14px; padding-top: 0; font-weight: 600; margin-bottom: 15px; text-align: left; font-family: "Roboto", sans-serif;  }
.tabcontent-item .tabcontent-icon{ font-size: 36px; transition: all .3s; padding: 15px 0; font-family: "Roboto", sans-serif; text-align: center;  }
.tabcontent-item:hover .tabcontent-icon { font-size: 50px; }
.tabcontent-item p{ font-size: 13px; }
.tabcontent-item .more-1{ font-size: 12px; font-weight: 600;  }
.tabcontent-item .more-1 a{ opacity: 0; }
.tabcontent-item:hover .more-1 a{color:#fff; text-decoration: none; opacity: 1; }
.tabcontent-item .more-1 i{ font-size: 18px; margin-top: 0; font-weight:300; padding-left: 4px; position: absolute; transition: all .3s; }
.tabcontent-item .more-1 a:hover i{  padding-left: 12px; }
.tabcontent-item:first-child{border-top-left-radius: 7px;}
.tabcontent-item:nth-child(3){border-top-right-radius: 7px;}
.tabcontent-item:nth-child(4){border-bottom-left-radius: 7px;}
.tabcontent-item:last-child{border-bottom-right-radius: 7px;}


#navi {
height: 50px;
}

#menu1 {
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  margin: 0 auto;
  padding: 8px 0 5px;
  position: fixed;
  z-index: 99;
}

.default {
width: 100%;
}

.fixed {
position: fixed;
z-index: 999999;
top: -5px;
left: 0;
width: 100%;
background: #000!important;
}
.logo{ float: left; width: auto; }
.logo img{
  width: 140px;
}


/****menu****/

.dgmenuwrap{position:relative; z-index:9999; width:100%; background:#ffffff;}
.dgnav{padding:0; margin:0;}
ul.menu {list-style:none; margin:0; padding:0; text-align:left;}
ul.menu * {margin:0; padding:0}
ul.menu a {font-size: 16px;  text-transform: uppercase; text-decoration: none; color:#fff; font-weight: 400; letter-spacing: 1px; padding:25px 20px; display:block; transition:all 0.4s; -moz-transition:all 0.4s; -webkit-transition:all 0.4s; -o-transition:all 0.4s; position:relative;}
ul.menu a:hover, ul.menu a.current{color:#f9495f; text-decoration:none;}
ul.menu>li {position:relative; float:left; font-family: "Oswald", sans-serif; font-size:16px; color:#fff; display:block; line-height:normal; font-weight:700;}
ul.menu ul {position:absolute; top:100%; left:0; display:none; opacity:0; list-style:none; width:180px; background:#000; /*border:1px solid #0F012D;*/}
ul.menu ul li {font-family: "Oswald", sans-serif; position:relative; margin:0; float:none; font-size:14px; padding:0; text-align:left; font-weight:400;}
ul.menu ul li:first-child{margin-top:20px;}
ul.menu ul li:last-child{margin-bottom:20px;}
ul.menu ul li a {display:block; padding:10px 15px; text-decoration: none; color:#fff!important; border:none; border-radius:0; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; -webkit-transition-property: color, background-color; transition-property: color, background-color;}
ul.menu ul li a:hover {border:none; color:#0F012D;}
ul.menu ul ul {top: 0; left: 100%;}
ul.menu .menulink {}
ul.menu .menulink:hover, ul.menu .menuhover {color:#fff; text-decoration:none;}
.fixed ul.menu a{ color: #fff; }
.fixed ul.menu a:hover{ color: #f9495f; }
.menu{ width: auto; float: right; }
.main-slider{ width: 100%; overflow: hidden; }
.main-slider .flex-direction-nav{ display: none; }
.mainslider{ overflow: hidden; }
.mainslider .flex-caption{ max-width: 500px; color: #fff; font-family: "Roboto", sans-serif; position: absolute; z-index: 999; top: 190px;   }
.mainslider .flex-caption h2{ font-size:40px; text-transform: uppercase; font-weight: 600; padding: 15px 0 25px; line-height: 1.25;}
.mainslider .flex-caption p{ font-size:18px; line-height: 1.67;}
.mainslider .flex-caption a{ color: #fff; text-transform: uppercase; font-size: 14px; font-weight: 600; padding: 8px 45px; border:2px solid #fff; margin-top: 20px; display: inline-block; }
.mainslider .flex-caption a:hover{ background: #fff; text-decoration: none; color: #3f7fe7; }
.mainslider .flex-caption a:focus{ text-decoration: none;} 
.mainslider .flex-caption i{ font-size: 18px; padding-left: 12px; }
.mainslider .flex-control-nav{ bottom: 30px; width: 23%; }
.banner-area{ width: 100%; display: block;  position: relative; background: #000; }
.banner-area img{ width: 100%; opacity: 0.7; }
.banner-text{ width: 100%; display: block; text-align: center; position: absolute; top: 50%; transform: translate(-50%,-50%); left: 50%; }
.banner-text h2{ color: #fff; font-weight: 800; font-size: 64px; letter-spacing: 3px; font-family: "Oswald", sans-serif; max-width: 800px; margin: 0 auto; }
.banner-text p{ color: #fff; letter-spacing: 1px; font-weight: 400; font-size: 16px; font-family: "Roboto", sans-serif; max-width: 800px; margin: 20px auto; line-height: 30px; } 
.banner-text img{ width: auto; opacity: 1; }
.banner-text a{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.copy-right a{
  color: #f9495f;
}

.panel-area-first{
  width: 100%;
  min-height: 400px;
  padding: 50px 30px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
  text-align: center;
}
.panel-area-first h2{
  font-family: "Oswald", sans-serif;
  color: #f9495f;
  margin-bottom: 16px;
  letter-spacing: 1px;
  font-size: 23px;
}
.panel-area-first p {
    font-family: "Roboto", sans-serif;
    color: #727272;
    line-height: 25px;
    font-size: 15px;
}
.panel-area-first img{
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.help-area{ width: 100%; display: inline-block; padding: 110px 0 90px; }
.help-area img{
  width: 100%;
}
.help-area .row{
  display: flex;
  align-items: center;
}
.help-text h2{
  color: #252525; 
  font-weight: 800; 
  font-size: 45px; 
  font-family: "Oswald", sans-serif;
  max-width: 400px;
  margin-bottom: 30px;
  line-height: 60px;
  letter-spacing: 2px;
  margin-top: 10px;
}

.help-text p{
  color: #727272; 
  font-weight: 400; 
  font-size: 14px; 
  font-family: "Roboto", sans-serif;
  line-height: 30px;
  letter-spacing: 1px;
}

.help-text h3{
  color: #252525; 
  font-weight: 700; 
  font-size: 16px; 
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
  margin-top: 10px;
}

.help-text img{ 
  width: auto; 
  margin-right: 15px; 
}



.free-area{ 
  width: 100%; 
  display: flex;
  flex-direction: column;
  position: relative;
  background: #000;
}
.free-area .container{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.free-area img{
  opacity: 0.7;
}
.free-area .container img{
  opacity: 1;
  width: 130px;
}



.newslatter-area{
  width: 100%;
  display: inline-block;
  padding: 110px 0;
  text-align: center;
}

.newslatter-area h2{
  color: #252525; 
  font-weight: 700; 
  font-size: 42px; 
  font-family: "Oswald", sans-serif;
  text-transform: capitalize;
  margin-top: 10px;
  letter-spacing: 2px;
  margin-bottom: 50px;

}

.newslatter-area span{
  font-weight: 300;
}



.newslatter-email-area{

  width: 850px;
  border:1px solid #c6c6c6;
  height: 58px;
  margin: 0 auto;
  border-radius: 30px;

}

.news-input{
  width: 82%;
  float: left;
  height: 56px;
  border-top-left-radius:30px; 
  border-bottom-left-radius:30px;
  border:none;
  padding-left: 25px;
  letter-spacing: 1px;

}

.news-input:focus{
  outline: none;
}

.subscribe:focus{
  outline: none;
}

.subscribe {
  background: #f9495f;
  border: none;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  padding: 13px 40px;
  border-radius: 30px;
  margin-top: 5px;
  text-transform: uppercase;
}



.experiance-text{
  padding: 20px;
}

.experiance-text h2{
  color: #252525;
  font-weight: 600; 
  font-size: 16px;
  text-transform: uppercase; 
  font-family: "Oswald", sans-serif;
  margin-bottom: 15px;
  margin-top: 0;
}

.experiance-text p {
  color: #727272;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  width: auto;
}
.experiance-slider .owl-dots{
  display: none;
}
.experiance-slider .owl-prev span , .experiance-slider .owl-next span{
  display: none;
}
.experiance-slider .owl-prev{
  background: url(../images/e-left.png)!important;
  width: 52px;
  height: 52px;
  position: relative;
  left: -70px;
  float: left;
}
.experiance-slider .owl-next{
  background: url(../images/e-right.png)!important;
  width: 52px;
  height: 52px;
  float: right;
  position: relative;
  right: -70px;
}
.experiance-slider .owl-carousel{
  position: relative;
}
.experiance-slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 99;
}


/*
.banner-area .owl-nav{
  display: none;
}*/
.banner-area .owl-prev span , .banner-area .owl-next span{
  display: none;
}
.banner-area .owl-prev{
  background: url(../images/e-left.png)!important;
  width: 52px;
  height: 52px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(118deg) brightness(100%) contrast(104%);
  position: relative;
  left: 50px;
  float: left;
}
.banner-area .owl-next{
  background: url(../images/e-right.png)!important;
  width: 52px;
  height: 52px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(118deg) brightness(100%) contrast(104%);
  float: right;
  position: relative;
  right: 50px;
}
.banner-area .owl-carousel{
  position: relative;
}
.banner-area .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 99;
}





.experiance .flex-direction-nav a{
  opacity: 1!important;
  width: 52px;
  height: 52px;
}

.experiance .flex-direction-nav a.flex-next:before{
  background: url(../images/e-right.png);
  width: 52px;
  height: 52px;
  content: '';


}

.experiance .flex-direction-nav a:before{
  background: url(../images/e-left.png);
  width: 52px;
  height: 52px;
  content: '';
}

.experiance .flex-direction-nav .flex-next{
  right: -50px;
}

.experiance .flexslider:hover .flex-direction-nav .flex-next{
  right: -50px!important;
}







.experiance .flex-direction-nav .flex-prev{
  left: -50px;
}

.experiance .flex-direction-nav .flex-prev{
  left: -50px!important;
}



.experiance-slider{ margin-top: 50px!important; }



.testimonial-slider{ 
  width: 100%; 
  padding: 100px 0; 
  display: inline-block; 
  background: #e2ebf2; 
  margin-top: 30px;
}
.testimonial-slider .owl-carousel .owl-item img{
  width: auto;
}
.testimonial-slider .owl-nav{
  display: none;
}
.testimonial-slider .owl-dots .owl-dot{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000;
  margin: 6px;
}
.testimonial-slider .owl-dots{
  text-align: center;
  margin-top: 90px;
}



.banner-area .owl-dots .owl-dot{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  margin: 6px;
}
.banner-area .owl-dots {
  text-align: center;
  margin-top: 0;
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.banner-area .owl-dots .owl-dot.active {
    background: #f9495f !important;
}

.experiance .flex-control-nav{ display: none; }

.testimonial{
  width: 100%;
  display: inline-block;
  padding: 0;
}

.testimonial h2{
    color: #252525;
    font-weight: 800;
    font-size: 42px;
    font-family: "Oswald", sans-serif;
    margin-bottom: 15px;
    margin-top: 10px;
    text-align: center;
    letter-spacing: 1px;
}
.testimonial h2 span{
  font-weight: 300;
}

.testimonial-text{ 
  margin: 0 auto; 
  max-width: 453px;
}

.testimonial-text h3{
    color: #252525;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    margin: 20px 0;

}

.testimonial-text p{
    color: #727272;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    width: 453px;
    letter-spacing: 1px;
}

.testimonial-author{ 
  width: 100%;
  display: inline-block; 
}

.author{ 
  width: auto;
  float: left;
  margin-right: 15px; 
  margin-top: 10px;
}

.author-text h4{ 
  color: #252525;
  font-weight: 700;
  font-size: 16px;
  font-family: "Oswald", sans-serif; 
  margin-bottom: 5px;
  letter-spacing: 1px;
  margin-top: 35px;
}
.testimonial-slider .owl-dots .owl-dot.active{
  background: #f9495f!important;
}
.author-text p{ 
  color: #727272;
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto", sans-serif; 
}
.top-scroll{
  width: 57px;
  background: #f9495f;
  text-align: center;
  padding: 15px 0;
  float: right;
}
.copy-text{ padding: 20px 0 0; float: left; }
.author img{
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.free-text a{ color: #fff; text-decoration: none; }
.free-text a:hover{ text-decoration: none; color: #fff; }

.innerpage-banner{
  width: 100%;
  display: inline-block;
  position: relative;
  margin-top: 0;
}
.innerpage-banner img{
  object-fit: cover;
  height: 500px;
  width: 100%;
}
.innerpage-text h2{
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    top: 55%;
    text-transform: uppercase;
    transform: translate(-50%,-50%);
    left: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 64px;
    font-family: "Oswald", sans-serif;
    margin-top: 0;
}
.innerpage-text{
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
}
.innerpage-text h2 span{
  display: block;
  font-size: 20px;
  letter-spacing: 2px;
  padding: 20px 0;
  color: #e2ebf2;
  font-weight: 400;
}
.innerpage-text a img{
   width: auto;
   filter: invert(1);
   width: 50px;
   height: 50px;
   bottom: 15px;
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
 }


.innerpage-contant{
  width: 100%;
  display: inline-block;
  padding: 80px 0;
}
.innerpage-contant p{
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 26px;
}
.innerpage-contant h2{
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 800;
  color: #000;
  padding-bottom: 10px;
}

.innerpage-contant h3{
  font-size: 26px;
  font-family: "Oswald", sans-serif;
  font-weight: 800;
  color: #000;
  padding-bottom: 10px;
}


.free-text a{ color: #fff; text-decoration: none; }
.free-text a:hover{ text-decoration: none; color: #fff; }
.send-free{ width: 100%; border:none; font-family: "Oswald", sans-serif; font-size: 18px; font-weight: 600; padding: 15px 0; color: #fff; background: #f9495f; transition: 0.3s; text-align: center; }
.send-free:hover{ background:#000;}
.input-text{ border-radius: 0; resize: none; }
.get-in-touch{ padding-top: 74px;  }
.get-in-touch label{ color: #000;}
.map-area{ width: 100%; display: inline-block; }
.send-text h2{ font-family: "Roboto", sans-serif; font-size: 30px; font-weight: 800; color: #000; text-align: center; position: relative; padding-bottom: 20px; margin-bottom: 15px;}
.send-text h2::before{ position: absolute; content: ''; width: 120px; height: 2px; background: #000; bottom: 0; left: 50%; transform: translate(-50%,0); } 
.contact-details-section{ text-align: left; width: 100%; display: inline-block; margin: 20px 0 10px; }
.contact-details-section img{ width: 60px; margin-right: 15px; float: left; }
.send-text span{ color: #f9495f; }
.send-text label{ color: #000;}
.contact-details-section h2{
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: 800;
  color: #000;
  padding-bottom: 5px;
  margin-bottom: 0;
  margin-top: 8px;
}

.contact-contant{ 
  width: 100%;
  display: inline-block;
  padding: 80px 0;
 }
.contact-contant h3{ font-family: "Oswald", sans-serif; font-size: 30px; font-weight: 800; color: #000; text-align: center; position: relative; padding-bottom: 20px; margin-bottom: 15px;}
.contact-contant h3::before{ position: absolute; content: ''; width: 120px; height: 2px; background: #000; bottom: 0; left: 50%; transform: translate(-50%,0); } 
.contact-contant span{ color: #f9495f; }
.contact-contant p{
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 26px;
}
.contact-contant a{
  color: #000;
}
.testimonial-page-img img{ width: 100%; }
.testimonial-page-text h3{ margin-top: 0; font-size: 24px; padding-bottom: 0px; }
.testimonial-margin{ margin:20px 0 10px; background: rgba(213,213,213,0.8); padding: 17px 0 10px; }
.testimonial-page-text .author-text h4{ margin-top: 15px; color: #f9495f;  font-size: 14px; }
.testimonial-page-text .author-text p{ font-size: 12px; }


.footer-top{ width: 100%; display: block; background: #000; padding: 80px 0; color: #fff; }
.footer-bottom{ width: 100%; display: block; border-top: 1px solid #fff; background: #000; color: #fff; padding: 40px 0; letter-spacing: 1px; text-align: center; }
.copy-right{ width: 100%; display: inline-block; }
.footer-social img{
  margin-right: 15px;
}
.news-input1:focus{
  outline: none;
}
.newslatter-email-area1{
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}
.footer-menu1 a {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin-top: 30px;
    display: inline-block;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.footer-menu1 h2{
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 35px;
    letter-spacing: 1px;
}
.footer-menu1 p{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
    letter-spacing: 1px;
}
.footer-menu h2{
  color: #f9495f;
  font-weight: 500; 
  font-size: 22px;
  text-transform: uppercase; 
  font-family: 'Oswald', sans-serif;
  margin-bottom: 35px;
  letter-spacing: 1px;
}
.footer-menu p{
  color: #fff; 
  font-weight: 400; 
  font-size: 14px;
  line-height: 24px; 
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
}
.footer-menu{    
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.5px; 
}
.footer-menu p span {
    font-weight: 700;
    min-width: 96px;
    display: inline-block;
}


.footer-menu ul {padding: 0; margin: 0;}
.footer-menu ul li {
    display: inline-block;
    padding: 0 0 12px 0;
    width: 100%;
}
.footer-menu ul li:last-child { border-bottom: none; }
.footer-menu ul li a {display: block; font-family: 'Roboto', sans-serif; font-weight: 400; color:#fff;   text-decoration: none; font-size: 14px; line-height: 25px; letter-spacing: 1px; }
.footer-menu ul li a:hover { color:#f9495f;  }
.footer-menu ul li img{ float: left; width: 15%; }
.footer-menu ul li span{ float: left; width: 80%; margin-left: 5%; line-height: 20px; }
.footer-menu a{ color: #fff; display: inline-block; }
.footer-menu i{ font-size: 16px; margin-right: 10px; }
.follow-area h4 {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 30px 0 15px;
}
.panel-1{
  width: 35%;
  padding-right: 50px;
}

.panel-2{
  width: 20%;
}
.panel-3{
  width: 25%;
}
.footer-menu a:hover{
  color: #f9495f;
  text-decoration: none;
}
.footer-logo{
  margin-bottom: 30px;
}
.count-area-section{
  width: 100%;
  display: flex;
  background: #000;
  position: relative;
}
.count-area-section img{
  width: 100%;
  opacity: 0.6;
  height: 200px;
  object-fit: cover;
}
.count-area-section .container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}
.count-section h3{
  font-weight: 600; 
  font-size: 18px;
  text-transform: uppercase; 
  font-family: 'Oswald', sans-serif;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 10px;
}
.count{
  font-weight: 600; 
  font-size: 44px;
  text-transform: uppercase; 
  font-family: 'Oswald', sans-serif;
  color: #fff;
  letter-spacing: 1px;
}
.count-section{
  text-align: center;
}
.footer-social a{
  color: #fff;
  font-size: 28px;
  text-decoration: none;
  margin-right: 15px;
}
.footer-social a:hover{
  text-decoration: none;
  color: #f9495f;
}

.service-contant{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 70px 0;
}
.service-item{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 15px 0;
}
.service-contant .experiance-text h2{
  font-size: 24px;
}
.service-contant .experiance-text p{
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1px;
}
.service-contant .experiance-text{
  padding: 30px 20px;
}
.service-contant .experiance-text h2 a{
  color: #000;
  text-decoration: none;
}
.service-item img{
  width: 100%;
}
.service-tab-section{
  width: 100%;
  background: #f4f4f4;
  display: flex;
}
.service-contant-details{
  width: 100%;
  display: flex;
  padding: 0 0 100px;
  flex-direction: column;
}
.service-contant-details .nav-tabs>li>a{
  padding: 25px 50px;
  color: #000;
  border-radius: 0;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.service-contant-details .nav-tabs{
  border: none;
}
.service-contant-details .nav-tabs>li>a:hover {
    border-bottom: none;
    background: #fff;
}
.service-contant-details .nav-tabs>li>a i{
  margin-right: 7px;
  font-size: 20px;
}
#information , #highlights , #tour-plan , #gallery-tab-secrion{
  padding: 100px 0 0;
}
#information p{
  color: #000;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  line-height: 25px;
  letter-spacing: 1px;
} 
.tour-description{
  color: #000;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  line-height: 25px;
  letter-spacing: 1px;
  padding-left: 100px;
  margin: 20px 0;
  display: inline-block;
  position: relative;
}
.tour-description h4{
  color: #000;
  font-weight: 600;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  line-height: 25px;
  letter-spacing: 0.5px;
}
#information h4{
  color: #000;
  font-weight: 600;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  line-height: 25px;
  letter-spacing: 0.5px;
}
#information h3{
  color: #000;
  font-weight: 600;
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}
#information h3 span{
  display: block;
  font-size: 18px;
  color: #f9495f;
}
#information ol{
  padding: 0 0 0 15px;
  margin: 0 0 30px;
}
#information li{
  color: #000;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  line-height: 25px;
  letter-spacing: 1px;
  list-style: disc;
}
#highlights ol{
  padding: 0 0 0 15px;
  margin: 0 0 30px;
}
#highlights li{
  color: #000;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  line-height: 25px;
  letter-spacing: 1px;
  list-style: disc;
}
.number-area {
  width: 60px;
  height: 60;
  border-radius: 50%;
  background: #f9495f;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  line-height: 30px;
  letter-spacing: 0.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
}


#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}


#demo {
  height:100%;
  position:relative;
  overflow:hidden;
}


.green{
  background-color:#6fb936;
}

.page-top{
    margin-top:85px;
}

   
img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
    .modal-header {
   
     border-bottom: none;
}
.modal-title {
    color:#000;
}
.modal-footer{
  display:none;  
}

.innerpage-contant .btn-link {
    color: rgba(61, 61, 61, 1);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    font-family: "Oswald", sans-serif;
    background: transparent;
    border: none;
    text-wrap: wrap;
    text-align: left;
    box-shadow: none !important;
    border-bottom: 1px solid rgba(205, 205, 205, 1);
    padding: 20px 0 20px 40px;
    width: 100%;
    border-radius: 0;
}
.innerpage-contant .btn[aria-expanded="false"] {
    background: url(../images/icn_open.png);
    background-repeat: no-repeat;
    background-position: center left;
}
.innerpage-contant .btn {
    background: url(../images/icn_open.png);
    background-repeat: no-repeat;
    background-position: center left;
}
.innerpage-contant .btn[aria-expanded="true"] {
    background: url(../images/cross.png);
    background-repeat: no-repeat;
    background-position: center left;
    border-bottom: none;
}
.innerpage-contant .collapse.in {
    border-bottom: 1px solid rgba(205, 205, 205, 1);
}
.innerpage-contant .collapse {
    padding: 0 0 20px 40px;
}
.innerpage-contant .btn-link:focus{
  outline: none;
}
.innerpage-contant .collapsing{
  padding: 0 0 20px 40px;
}