/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  
  color: #444;font-size:14px; letter-spacing:1px; font-family: "Roboto", sans-serif;
}

a {
  color: #4fa6d5;
}

a:hover {
  color: #45beff;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #000;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #000;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 110px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 40px 0;
  background:none;
}

#header.header-transparent {
  background: white;padding-top:40px; box-shadow:0px 3px  10px #ccc;  
}

#header.header-scrolled {
  background: rgba(234, 234, 234, 0.8);
  height: 92px; color: #fff;
  padding: 10px 0;padding-top:30px; box-shadow:0px 3px  15px #ccc;  
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  margin-top:-29px;
  max-height: 90px;
}

#main {
  margin-top: 80px;
}
.phone{border-right:1px solid #777;padding-right:20px;}

.mail{text-align:center;padding-left:15px;}
.imgsize{height:30px;padding-right:15px;}
.imgsize1{height:30px;}
.bookonline{background-color:#ef3135;text-align:center;padding-top:18px;font-weight:bold;max-width:15%;}
.bookonline a{color:#000;}
.bookonline a:hover{color:#eee;}
.h-100 {
    border: 1px dotted #cc2222;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */


.navmob{display:none;}
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #000;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #fff;background: rgba(0, 0, 0, 0.8);box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s; border-radius:1px;
   
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 20px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding:5px 0;margin-top:1px;
 background: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;border-bottom:1px solid #ddd;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #fff;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #fff;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
  
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #ddd;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #000;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# banner Section
--------------------------------------------------------------*/
.txtcaption{text-shadow: 5px 5px #000;position:relative;font-family: 'Roboto', sans-serif;
font-size:65px;font-weight:500;overflow:visible;padding-bottom:20px;margin:0 auto;left:100%;text-align:center;}
.bxtext{display:block;position:absolute;opacity:0;overflow:visible;text-align:center;}
.pctext{left:37%;top:30%;width:600px;height:300px;position:absolute;display:block;}
.mbtext{display:none;}
.pull-right {
  float: right !important;
}
@media (min-width: 1024px) {
 
}

@media (max-width: 768px) {
 #header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding:5px 0;
  background:none;
} 
  
  #header .logo img {
  padding: 0;
  margin: 0;
  margin-top:-35px;
  max-height: 70px;
}
#header.header-scrolled {
  background: rgba(234, 234, 234, 0.8);
  height: 70px; color: #fff;
  padding: 5px 0;padding-top:35px; box-shadow:0px 3px  15px #ccc;  
}
.txtcaption{font-size:45px; }
.flogo {margin:0 auto;max-width:200px;}
 .navpc1{display:none;}
.navmob{max-width:370px;}
.navmob{display:block;height:50px;background-color:#004444;color:#fff;margin-top:0px;padding-top:15px;}
 .pctext{display:none;}
 .mbtext{left:40%;top:30%;width:600px;height:300px;position:absolute;display:block;}
}

@media (max-width: 575px) {
 
  .navmob{max-width:80%;}

.imgsize1,.imgsize{max-height:20px;}
.imgsize{padding-right:7px;}

}
@media (max-width: 380px) {
	.mbtext{left:42.5%;top:30%;}
    .txtcaption{font-size:34px; }
}
@media (max-width: 325px) {
	.navmob{max-width:95%;}
    
}
/*--------------------------------------------------------------
# ABOUT US
--------------------------------------------------------------*/
#aboutus {
min-height: 50vh;position:relative;padding-top:50px; 
  
}
#aboutus .dstyle{margin-left:130px;margin-top:-90px;text-align:justify-cntent-center;z-index:1;}
#aboutus .andsin{text-align:center;margin:80px 0px;}
#aboutus .more{background-color:#000; transition: 0.5s;color:#fff; width:200px;height:40px;text-align:center;margin:0 auto;margin-top:60px;padding-top:10px;border-radius:6px;}
#aboutus .more:hover{background-color:#86898a;color:#fff; width:200px;height:40px;text-align:center;margin:0 auto;margin-top:50px;padding-top:10px;border-radius:6px;}
#aboutus .cntlft{text-align:right;padding-right:25px;}
#aboutus .cntrt{text-align:left;padding-left:25px;}
@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/* section Testimonial */

.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel {
	margin: 10px auto;
	padding: 0 70px;
}
.carousel .item {
	color: #000;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 100px;
}
.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 10px 0 10px;
}
.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #86898a;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 30%;
	background: none;
}
.carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #fff, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #000;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
#testimonial {margin-top:-60px;}
#testimonial .col-sm-12{text-align:center;}
#testimonial .btn {  
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 42px;
  background: #86898a;
  border-radius: 6px; 
  transition: 0.5s;
  color:#fff;
  padding-top:9px;
  margin-top:10px;
}
#testimonial .btn a{  
  color:#fff;
}

#testimonial .btn:hover {
  background: #000;
}

/* end Testimonial */

/*----------------------Projects------------------------*/

#projects {min-height: 90vh;position:relative;
  background: url("../img/bg1.png") no-repeat fixed;
  z-index: 0;background-size:100% ;top:0;}
 
 #projects .cnt p{color:#fff; text-align:right;}
.readmore{color:#fff;text-align:right;}

#projects .btn {  
  
  justify-content: center;
  width: 100%;
  height: 42px;
  background: #000;
  border-radius: 6px; 
  transition: 0.5s;
  color:#fff;
  padding-top:9px;
  margin-top:10px;
}
#projects .btn a{  
  color:#fff;
}
#projects .btn a:hover{  
  color:#fff;color:#fff;
}
#projects .btn:hover {
  background: #86898a; 
}
/*------------------------ventures-------------------------------*/


#ventures{
  min-height: 50vh;
  position:relative;
  }
 #ventures .col-sm-12{
     text-align:center; 
     max-width:70%;  
     margin:0 auto;}

#ventures h4{
    padding-bottom:20px; 
    }
#ventures .fimg1{
    margin:0 auto;
    text-align:right;
    }

/*--------------------------- footer ----------------------------*/

#footer{clear:both;background-color:#000;min-height:25vh;color:#fff;text-align:center;padding:30px;margin-bottom:0;}
#footer .flogo{text-align:left;}
#footer .container{padding-top:40px;}
#footer .flinks{text-align:right;} 
#footer .flink{font-size:18px;padding:10px;} 
#footer .flink a{color:#fff;} 
#footer .flink a:hover{color:#ccc;} 
#footer .copyrt{padding-top:30px;}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}
/*------------------------INNER PAGE-----------------------------*/

#heading{margin-top:80px;}
#heading h1 {
	color: #000;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	position: relative; 
	margin: 30px 0 10px;
}
#heading h1::after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 3px;
	background: #000;
	left: 0;
	right: 0;
	bottom: -10px;
}
#heading h2 {
	color: #888;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	position: relative; 
	margin: 30px 0 10px;
}

/*--------------------------------------------------------------
# About us Inner
--------------------------------------------------------------*/

#abtdet{ min-height: 40vh;
  background-color:#000;width:100%;
  z-index: 0;background-size:100%;top:0;padding-bottom:0px;}
#abtdet p{color:#efefef;}
#abtdet .col-sm-7{margin:50px 0px 100px
}
#abtdet img{ position: absolute;
    left: 0;
    bottom: 0;
    }
.abtcnt{margin-bottom:25px;}
/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
#heading{ min-height: 70vh;}
#heading p{margin-top:30px;}
.sertopimg{margin:0 auto;
          
          text-align:center;
          height:150px;margin-top:50px;
          margin-bottom:-78px;}
 .sertopimg img{
       bottom: 0px;
       z-index:-100;position: relative;
    }
#servicesinr {
  min-height: 70vh;z-index:100;
  background-color:#000;width:100%;
  z-index: 0;background-size:100%;top:0;padding-bottom:0px;
}

#servicesinr p{color:#efefef;}
#servicesinr .readmore{padding-top:30px;text-align:left;}
#servicesinr .read-more{padding-right:10px;}
#servicesinr .read-more a {
  color: #ccc;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  transition: 0.3s;float:none;
}
#servicesinr .spnlft{padding-left:10px;}
#servicesinr .read-more a:hover{
  color: #fff;
}
.servicesec{border-bottom:1px dotted #ccc;width:100%;margin:50px 20px;}

/*-------------------------------Team-----------------------------------*/
#team .centerimg{text-align:center;max-width:600px;margin:0 auto;margin-bottom:100px;}
#team .centerimg img{max-width:300px;}
#team .imglft{float:left;}
#team .cntrt{float:left;padding-left:20px;padding-top:50px;}
#team .tmemb{text-align:center;padding-top:20px;}
#team a{color:#666;}
#team a:hover{color:#000;}
#team h3,h4{padding-bottom:10px;}
/*-------------------------------Contact-----------------------------------*/
.contact{text-align:center;}
.contact img{text-align:center;padding:50px 0px;}
.contact h3 
{
  color: #000;padding-top:50px;font-size:36px;font-weight:500;  
}
.contact .add{margin-top:50px;}
.contact .phn{text-align:right;}
.contact .head{color:#000;}
/*---------------------------gallery----------------------------*/
.viewoverlay {
  position: relative;
  width: 100%;
}

.image1 {
  display: block;
  width: 100%;
  height: auto;
}

.overlaymask {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;text-align:center;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.viewoverlay:hover .overlaymask {
  width: 50%;
  left: 50%;
}
.log img{text-align:center;padding:20px 20px 10px 20px;max-height:120px;}
.text {
  color: white;margin:0 auto;overflow-y: auto;
  font-size: 14px;text-align:center;padding:15px 20px;margin-top:10px;
 
}
.text img{opacity:100%;}
.controls-top{ width:99%;height:60px;margin:0 auto;margin-top:-10px;padding-bottom:5px}
.controls-top a{background-color:#fff;margin-bottom:10px;}
/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/

#mapbg .mapbg{width:100%; border-top:10px solid #000;}
#mapbg{margin:0px;padding:0px;}

.map iframe {
  width: 100%;
  height: 380px;
}
@media (max-width: 768px) {
#aboutus {
min-height: 1vh;position:relative;padding-top:0px;
}
#abtdet img{ position: relative;
    left: 0;
    bottom: 0;
    }
#heading .abtcnt{padding-top:25px;margin-bottom:10px; }    
#aboutus .ditem{padding-bottom:50px; }
#aboutus .ditem img{max-height:120px;}
#aboutus .dstyle{margin-left:110px;margin-top:-80px;text-align:justify-cntent-center;z-index:1;}
#aboutus .andsin{text-align:center;margin:10px 0px 40px;}
#aboutus .cntlft{text-align:left;padding:20px;}
#aboutus .cntrt{text-align:left;padding-left:20px;}
#heading .row{width:100%;margin:0px;}
#projects .cnt1{display:none;}

#projects {min-height: 10vh;position:relative;
  background: url("../img/bg1.png") no-repeat ;
  z-index: 0;background-size:cover ;top:0;}
#ventures .fimg1{margin:0 auto;text-align:center;padding-bottom:10px;}
#ventures .fimg1 img{max-width:290px;}
#ventures .fimg2{margin:0 auto;text-align:center;}
#footer .flogo img{text-align:center;margin-left:-40px;}
#footer .flinks{font-size:16px;padding-top:20px;text-align:center;} 
.contact .head{color:#000;margin-top:20px;}
.contact .phn{text-align:left;}
.carousel {
	
	padding: 0 20px;
}
}
@media (max-width: 580px) {
#ventures .fimg1 img{max-width:390px;}
    #ventures .fimg2 img{max-width:390px;}
    #heading{margin-top:40px;}
    .log img{max-height:50px;padding:10px;}
    .text{font-size:10px;margin-top:-25px;}
    .overlaymask{overflow-y: auto;}
    .text p{margin:5px;}
}

@media (max-width: 420px) {
	#ventures .fimg1 img{max-width:350px;}
    #ventures .fimg2 img{max-width:350px;}
}

@media (max-width: 380px) {
	#ventures .fimg1 img{max-width:350px;}
    #ventures .fimg2 img{max-width:350px;}
}
@media (max-width: 350px) {
    #ventures .fimg1 img{max-width:320px;}
     #ventures .fimg2 img{max-width:320px;}
	}
@media (max-width: 320px) {
    #ventures .fimg1 img{max-width:290px;}
     #ventures .fimg2 img{max-width:290px;}
}
@media (max-width: 280px) {
    #ventures .fimg1 img{max-width:260px;}
     #ventures .fimg2 img{max-width:260px;}
}