/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Work+Sans&display=swap'); */
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
body{
  
  /* font-family: 'Poppins', sans-serif; */
  /* font-family: 'Work Sans', sans-serif; */
  font-family: 'Open Sans', sans-serif;
  background-image: url(../images/sec_bg1.jpg);
  /* background-repeat: repeat; */
  background-size: cover;
  background-attachment: fixed;
}
h1 {
  font-weight: bold;
}
h2 {
  font-weight: bold;
}
h3 {
  font-weight: bold;
}
a:hover{
	text-decoration: none;
	/*margin-top: 11px;*/
}
.about-cnt{
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
img{
  max-width: 100%;
}
.log-win img{
	height: 80px;
}
.logo-mbl img{
	height: 52px;
}
.heading-decorated h3{
    font-size: 37px;
}

.nav-menu > li > a:hover {
  background-color: #308bce;
  color: #fff !important;
}
.navbar-default {
  z-index: 9999;
  transition: all 2s;
}
.navbar-default.navbar-shrink {
  padding: 0 0;
}
.navbar-default.navbar-shrink img {
  height: 60px;
}
.nav-brand {
  color: #00004e!important;
  padding:14px;
  margin-top:-5px;
  line-height: 57px;
  border-radius: 30px;
}
.nav-brand .bigc{
  font-size:45px;
  color:orange;
  margin-top:10px;
}
.nav-brand .tag {
  font-weight:bold;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
  margin: 0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.06);
  transition: all 2s;
}
header {
  background: #fff;
  transition: all 2s;
  border-bottom: 3px solid #00004e;
}
.active {
  background-color:#121213;
  color: #fff!important;
}
.card.card-carousel {
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px ;
    color: rgba(0,0,0,.87);
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.card.card-carousel img{
    border-radius: 6px;
}

.carousel-caption {
  position: absolute;
  /* right: 34%; */
  bottom: 20px;
  top: 30%;
  /* left: 52%; */
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    /*left: 0;*/
    z-index: 8;
    display: flex;
    justify-content: center;
    padding-left: 0;
    /*margin-right: 15%;*/
    /*margin-left: 15%;*/
    list-style: none;
}

.carousel .carousel-indicators {
    bottom: 5px;
}

.carousel .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);
    border-radius: 2px;
}

.carousel .carousel-indicators .active{
    margin: 11px 10px; 
} 

.carousel .carousel-indicators li {
    margin: 11px 10px;
}

.carousel .carousel-indicators .active {
    margin-top: 10px;
    transform: scale(1.5);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100% !important;
    transition: transform .6s ease;
    backface-visibility: hidden;
    perspective: 1000px;
}
@media screen and (min-width: 768px){
  .nav-brand .bigc {
    font-size: 42px;
  }
.carousel-caption {
    /* right: 50%;
    left: 10%; */
    padding-bottom: 30px;
}
}
.carousel-caption h3{
  font-size: 50px;
}
.carousel-item.active {
    display: block;
}

.carousel .carousel-caption {
    padding-bottom: 45px;
}

.carousel .carousel-caption .material-icons {
    position: relative;
    top: 5px;
}

.carousel .carousel-control-next .material-icons{
    z-index: 5;
    display: inline-block;
    font-size: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    margin: auto;
}

.carousel .carousel-control-prev .material-icons {
    z-index: 5;
    display: inline-block;
    font-size: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    margin: auto;
}

/* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #000; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}




/* Carousel Control custom */
.carousel-control .control-icon {
  font-size: 28px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  }
  .carousel-control .prev { margin-left:  -15px;  left: 50%; } /* Prev */
  .carousel-control .next { margin-right: -15px; right: 50%; } /* Next */


/* Removing BS background */
.carousel .control-box { opacity: 1; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}


/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;   
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
  } 


/* Hover animation */
 .control-box { opacity: 1; }
a.carousel-control.left { left: 15px; }
a.carousel-control.right { right: 15px; }  


/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li { border: 0; }

.carousel-indicators li {
  background: #666;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  }

.carousel-indicators li.active {
  background: #fff;
  margin: 0 3px;
  }
/****** footer *********/
footer.nb-footer {
background: #222;
background-image: url(../images/footer-bg1.jpg);
background-size: cover;
border-top:4px solid #fdc716;
 }
footer.nb-footer .about {
margin: 0 auto;
margin-top: 40px;
max-width: 1170px;
text-align: center; }
footer.nb-footer .about p {
font-size: 13px;
color: #999;
margin-top: 30px; }
footer.nb-footer .about .social-media {
margin-top: 15px; }
footer.nb-footer .about .social-media ul li a {
display: inline-block;
width: 45px;
height: 45px;
line-height: 45px;
border-radius: 50%;
font-size: 16px;
color: #b78c33;
border: 1px solid rgba(255, 255, 255, 0.3); 
padding: 3px 0;
-webkit-transition: .5s all ease;
-moz-transition: .5s all ease;
transition: .5s all ease;
}
footer.nb-footer .about .social-media ul li a:hover {
background: #b78c33;
color: #fff;
border-color: #b78c33; 
}
footer.nb-footer .footer-info-single {
margin-top: 30px; }
footer.nb-footer .footer-info-single .title {
color: #fff;
text-transform: uppercase;
font-size: 16px;
border-left: 4px solid #b1991d;
padding-left: 5px; }
footer.nb-footer .footer-info-single ul li a {
display: block;
color: #aaa;
padding: 2px 0;
-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
 }
footer.nb-footer .footer-info-single ul li a:hover {
color: #ffffff; 
padding: 2px 6px;
}
footer.nb-footer .footer-info-single p {
font-size: 13px;
line-height: 20px;
color: #aaa; }
footer.nb-footer .copyright {
/*margin-top: 15px;*/
background: #111;
padding: 7px 0;
color: #999; }
footer.nb-footer .copyright p {
margin: 0;
padding: 0;
text-align: center;}
.design{
  text-align: right;
  padding-top:7px;
}
.design a{
	color: #1e82b6;
}

 .wsmenu-list .fas{
  display: none;
 }

.scrollTop {
  position: fixed;
  right: 2%;
  bottom: 10px;
  background-color: #1c7bac;
    padding: 3px 9px;
    color:#fff;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.scrollTop a {
  font-size: 18px;
  color: #fff;
}


.nav-header:before {
    content: " ";
    position: absolute;
    display: block;
        width: 66%;
    height: 100%;
    top: 0;
    left: -47%;
    z-index: -1;
    background: #fff;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}
.show-hide-div{
  display: none;
}

.f-logo img{
  height: 62px;
}
#social {
  margin: 20px 0px;
  /*text-align: center;*/
}

.smGlobalBtn{ /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
    /* box-shadow: 0 2px 2px #999; */
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    line-height: 40px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    margin-right: 4px;
}

/* facebook button class*/
.facebookBtn{
    background: #4060A5;
}

.facebookBtn:before{ /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f09a"; /* add facebook icon */
}

.facebookBtn:hover{
    color: #4060A5;
    background: #fff;
}

/* twitter button class*/
.twitterBtn{
    background: #00ABE3;
}

.twitterBtn:before{
      font-family: "FontAwesome";
      content: "\f099"; /* add twitter icon */
}

.twitterBtn:hover{
      color: #00ABE3;
      background: #fff;
}

/* google plus button class*/
.googleplusBtn{
    background: #e64522;
}

.googleplusBtn:before{
      font-family: "FontAwesome";
      content: "\f0d5"; /* add googleplus icon */
}

.googleplusBtn:hover{
      color: #e64522;
      background: #fff;
}

/* linkedin button class*/
.linkedinBtn{
    background: #0094BC;
}

.linkedinBtn:before{
      font-family: "FontAwesome";
      content: "\f0e1"; /* add linkedin icon */
}

.linkedinBtn:hover{
      color: #0094BC;
      background: #fff;
}

/* pinterest button class*/
.pinterestBtn{
    background: #cb2027;
}

.pinterestBtn:before{
      font-family: "FontAwesome";
      content: "\f0d2"; /* add pinterest icon */
}

.pinterestBtn:hover{
      color: #cb2027;
      background: #fff;
}

/* tumblr button class*/
.tumblrBtn{
    background: #3a5876;
}

.tumblrBtn:before{
      font-family: "FontAwesome";
      content: "\f173"; /* add tumblr icon */
}

.tumblrBtn:hover{
      color: #1e82b6;
      background: #fff;
}
.nav-dropdown > li > a:hover,  .nav-dropdown > li > a:focus{
  color: #fff;
  background-color: #121213;
}
.page-scroll .nav-menu > li > a:hover {
    color: #b1991d;
  }
.ser-abt h3{
  color: #fff;
}
/****************/
#about-sec{
  margin:30px 0 15px;
 
	
  }
.about-img img{
  border-radius: 5px;
  margin-bottom: 10px;
}
.img1{
  margin-bottom: 15px;
  border-radius: 5px;
}
.img2{
  margin-top:15px;
  border-radius: 5px;
}
.heading-decorated::after {
 content: '';
    position: relative;
    display: block;
    height: 2px;
    width: 60px;
    margin-top: 10px;
    background: #308bce;
    will-change: transform, opacity;
    margin: 0 auto;
    top: 8px;
}
.about-cnt p{
  line-height: 28px;
  letter-spacing: .6px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
 
}
.about-cnt a:hover{
  color: #fff;
}
.button {
  margin: .4em;
  padding: 1em;
  cursor: pointer;
  background: #308bce;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.outline-outward {
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.outline-outward:before {
  content: '';
  position: absolute;
  border:#308bce solid 2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition-duration: .3s;
  transition-property: top right bottom left;
}
.outline-outward:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
/****************/
.bg-1 {
  background: url(../images/1.png) repeat scroll 0 0 / cover;
}
.pb-55 {
  /* padding-bottom: 55px; */
  padding-top: 20px;
}
.specialization-single {
  /* padding-right: 50px; */
  padding: 15px;
  background-color: #fff;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 10px;
  height: 170px;
}

.specialization-single:hover{
  box-shadow: 0px 0px 10px 0px #00004e;
  transition: 0.5s;
  border: 1px solid #eee;
}

.pb-35 {
  padding-bottom: 35px;
}
.specialization-titel > h2 {
  color: #000;
  margin: 0 0 25px;
  /* font-weight: bold; */
  font-size: 35px;
  letter-spacing: 1.5px;
}
.specialization-titel > p {
  margin: 0;
  padding-right: 40%;
}
.spcl-titel > img {
  /* float: left; */
  border: 1px solid black;
  border-radius: 50%;
  padding: 5px;
  width: 50px;
  height: 50px;
}
.spcl-titel > h4, .working-titel > h4 {
  color: #308bce;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
  /* padding-left: 48px; */
}
.spcl-text p {
  font-family: 'Open Sans', sans-serif;
}
/************/
#quote-sec{
  /* background: linear-gradient(rgb(253 199 22 / 70%), rgb(253 199 22 / 70%)), url(../images/new_slider06.jpg) no-repeat; */
  background: linear-gradient(#1462a700, #1462a7a6), url(../images/new_slider06.jpg) no-repeat;
  background-position: 50% 20px;
  background-size: cover;
  padding:110px 0;
 
  background-attachment: fixed;
}
#quote-sec h5{
  color:#fff;
  font-size: 18px;
}
#quote-sec h2{
  color:#fff;
  margin-bottom: 30px;
}
#quote-sec a{
  padding:10px 15px;
  border:2px solid #fff;
  color: #fff;
  border-radius: 4px;
}

/**************/

/*-- global css --*/

.overlay,
.overlay-text,
.simple-text,
.overlay-sim-text-2,
.overlay-text-effect-3,
.zoom-effect-1 img,
.zoom-effect-2 img,
.opacity-effect img,
.blur-effect img,
.grayscale-effect img{
   transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}
.image-wrapper{
	margin-bottom: 35px;
}
.effect-image-1{
	position: relative;
    display: block;
    margin: 20px 0;
    border: 2px solid #308bce;
}
.effect-image-1 img{
  height: 224px;
  width: 100%;
}
.overlay-text p,
.overlay-sim-text-2 p,
.overlay-text-effect-3 p{
    text-align: center;
    /* font-family: 'Roboto', sans-serif; */
    font-size: 16px;
    color: #fff;
    padding: 20px 20px;
}
.overlay{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	background: rgba(246,0,2,.7);
	opacity: 0;
	visibility: hidden;
}

/*-- simple overlay css --*/

	.simple-overlay{
		opacity: 0;
		visibility: hidden;
	}
	.effect-image-1:hover .simple-overlay{
		visibility: visible;
		opacity: 1;
	}

	/*-- left to right overlay --*/

	.simple-overlay-1{
		width: 0px;
		visibility: hidden;
	}
	.effect-image-1:hover .simple-overlay-1{
		visibility: visible;
		opacity: 1;
		width: 100%;
	}

	/*-- right to left overlay --*/

	.simple-overlay-2{
		width: 0px;
		right: 0;
		left:initial;
	}
	.effect-image-1:hover .simple-overlay-2{
		visibility: visible;
		opacity: 1;
		width: 100%;
	}

	/*-- right corner to left overlay --*/

	.simple-overlay-3{
		height: 0px;
		right: 0;
		left:initial;
		width: 0px;
	}
	.effect-image-1:hover .simple-overlay-3{
		visibility: visible;
		opacity: 1;
		width: 100%;
		height: 100%;
	}

	/*-- ovarlay text effect-1 --*/

	.overlay-text {
	    position: absolute;
	    left: 5px;
	    top: 5px;
	    width: 96%;
	    height: 94%;
	    background: rgba(246,0,2,.7);
	}

	.overlay-text-1{
		opacity: 0;
		visibility: hidden;
	}
	.effect-image-1:hover .overlay-text-1{
		opacity: 1;
		visibility: visible;
	}
	.overlay-text-2{
		opacity: 0;
		visibility: hidden;
		transform: scale(1.1);
	}
	.effect-image-1:hover .overlay-text-2{
		opacity: 1;
		visibility: visible;
		transform: scale(1);
	}

	/*-- overlay text effect 2 --*/

	.overlay-sim-text-2{
		position: absolute;
	    left: 0px;
	    top: 0px;
	    width: 100%;
	    height: 100%;
	    background:#1462a7a6;
	    opacity: 0;
	}

	.simple-text {
    	position: absolute;
	    bottom: 0px;
      left: 0px;
      padding:10px;
	    width: 100%;
	    background: rgb(18 18 19 / 63%);
	    color: #fff;
	}
	.simple-text p{
	    margin-bottom: 0px;
	    padding: 2px 8px;
	}
  .simple-text h3{
    margin-bottom: 0px;
      padding: 2px 8px;
      margin-top: 0;
      text-align: center;
  }
	.effect-image-1:hover .overlay-xs-1{
		opacity: 1;
		visibility: visible;
		display: block;	
	}
	.effect-image-1:hover .simple-text{
		visibility: hidden;
		opacity: 0;
	}
.mb-view {
    display:none;
}
.recent-inner-sec {
  box-shadow: 0px 0px 10px 0px #ccc;
  transition: 0.7s;
}
.recent-inner-sec {
  padding: 10px;
  margin-bottom: 10px;
}
/*services page css start here*/

.services .a-btn-arrow-2 {
    position: relative;
    display: inline-block;
    font-family: Roboto,sans-serif;
    font-size: 11px;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: 500;
    text-decoration: none;
    padding-right: 50px;
    color: #111;
}
.services .arrow-right {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 10px;
    width: 31px;
    height: 1px;
    -webkit-transition: right .3s ease-in;
    transition: right .3s ease-in;
}

/*services page css end here*/
/*services inner page start here*/
.services {
  margin: 25px 0px;
}
.services .title {
  text-align: center;
  margin-top:20px;
}
.heading hr {
  margin:0 auto;
  width:50px;
  border:1px solid #308bce;
}
.services .pic {
  overflow: hidden;
}
.services img {
  height:400px;
  margin-top:40px;
  width:100%; 
  /*border:1px solid blue;*/
  display: inline-block;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition: 0.3s ease

}
.services img:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  transform: scale(1.1);
}
.services .content {
  position:absolute;
  top:50%;
  left:10%;
  right:15%;
  transform: translate(10%,50%);
  line-height: 25px;
  margin-top: -88px;
}
.services .m-top{
  margin-top: 0px;
}
.content h2 {
  color: #00004e;
}
.services .right {
  text-align: right;
}
.services .content  a {
  font-size:15px;
  padding:10px 20px;
  background-color: #308bce;
  color: #fff;
  cursor: pointer;
  letter-spacing: 2px;

}
.services .content p {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
.services .content  a:hover i{
  padding-left: 20px;
  transition: 0.3s ease-in-out;
}
.desk {
  display: none;
}
/*gallery section css start here*/
body {
  font-family: 'Overpass', sans-serif;
}

.section-header {
  text-align: center;
  margin: 60px auto 20px auto;

  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  color: #222;
}

.section-header-underline {
  border: 1px solid #222;
  width: 3rem;
  margin: 0 auto;
  margin-bottom: 30px;
}

.video-gallery {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}

.video-gallery .gallery-item {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 320px;
  max-width: 580px;
  max-height: 360px;
  width: 48%;
  background: #000;
  cursor: pointer;
}

.video-gallery .gallery-item img {
  position: relative;
  display: block;
  opacity: .45;
  width: 105%;
  height: 300px;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-23px, 0, 0);
  backface-visibility: hidden;
}

.video-gallery .gallery-item .gallery-item-caption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
}

.video-gallery .gallery-item .gallery-item-caption,
.video-gallery .gallery-item .gallery-item-caption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-gallery .gallery-item h2 {
  font-weight: 300;
  overflow: hidden;
  padding: 0.5em 0;
}


.video-gallery .gallery-item h2,
.video-gallery .gallery-item p {
  position: relative;
  margin: 0;
  z-index: 10;
}

.video-gallery .gallery-item p {
  letter-spacing: 1px;
  font-size: 68%;

  padding: 1em 0;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(10%, 0, 0);
}

.video-gallery .gallery-item:hover img {
  opacity: .3;
  transform: translate3d(0, 0, 0);

}

.video-gallery .gallery-item .gallery-item-caption {
  text-align: left;
}

.video-gallery .gallery-item h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  height: 1px;
  background: #fff;
  
  transition: transform 0.3s;
  transform: translate3d(-100%, 0, 0);
}

.video-gallery .gallery-item:hover h2::after {
  transform: translate3d(0, 0, 0);
}

.video-gallery .gallery-item:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/*about page css start here*/
.section_head {
  border-radius: 50%;
  background-color: #eee;
  padding: 10px;
}
.about hr {
  margin-bottom:25px;
}
.about {
  margin:25px 0px;
}
.about .heading{
  margin-bottom: 5%;
}
.about .mb-5, .my-5 {
  margin-bottom: 3rem!important;
}
 .about .align-items-center {
   display: flex;
  align-items: center!important;
}
/* .about .setup{
  background-image: url(../images/custom_home2.jpg);
  background-size:cover;
  background-repeat: no-repeat;
  height:auto;
  padding: 10px;
} */
.about .img-fluid {
  max-width: 100%;
  height: auto;
  background: #dddddd;
}
.about .content {
  margin-top:25%;
}
.about .content  .subtitle {
  font-weight: 300;
  font-size: 3.625rem;
  margin-bottom: 1.5rem;
}
.about .content p {
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
}
/* .setup .col-md-6{
  margin: 0px;
  padding: 0px;
} */
 .about .pl-xl-5, .px-xl-5 {
  padding-left: 3rem!important;
}
/* overview content start here */
.section-margin .mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}
.section-margin {
  margin-top: 60px;
  margin-bottom: 60px;
  background: #00004e;
  color: #8f8f8f;
  padding: 30px;
}
.section-margin .overview__single {
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.1);
  transition: all .4s;
}
.section-margin .overview__single:hover {
  background: orange;
  color: #000;
}
.section-margin .overview__single:hover .overview__single__icon i, .overview__single:hover .overview__single__icon span {
  color: #000;
}
 /* .section-margin .mb-xl-0, .my-xl-0 {
  margin-bottom: 0!important;
} */
 .section-margin .overview__single__icon {
  margin-right: 15px;
}
 .section-margin .media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  align-items: center;
}
.section-margin .media  .overview__single__icon i, .overview__single__icon span {
  font-size: 4.425rem;
  color: orange;
}
.section-margin .media-body
{
  flex: 1;
}
.section-margin .overview__single .media-body h1 {
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: .2rem;
}
.overview__single .media-body p {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
}
.setup .box {
  margin:5px;
  padding:25px;
  text-align: center;
}
.setup .box p {
  font-size: 20px;
  line-height: 30px;
}
.setup .box:nth-child(1) {
  background-color: #00004e;
  color: #fff;
  transition: 0.5s ease;
}
.section-margin .media h1 {
  transform: scale(1);
  transition:0.3s ease;
}
/* .section-margin .media:hover h1 {
  transform: scale(1.3);
} */
.quotation_card {
  margin:25px 0px;
}
figure.snip1274 {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0px 0%;
  width: 100%;
  color: #333;
  text-align: left;
  border:1px solid #eee;

}
figure.snip1274 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
figure.snip1274 img {
  max-width: 100%;
  vertical-align: middle;
  width: 100%
}
figure.snip1274 blockquote {
  position: relative;
  background-color: #ffffff;
  padding: 40px 25px 25px 50px;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
  margin: 0;
  line-height: 1.6em;
  font-family: 'Open Sans', sans-serif;
  
}
blockquote {
  border-left:0px solid #fff!important;
}
figure.snip1274 blockquote:after {
  width: 100px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  background-color: #20638f;
  -webkit-transform: skew(-45deg) translateX(-60%);
  transform: skew(-45deg) translateX(-60%);
  border-right: 1px solid #20638f;
}
figure.snip1274:before {
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 1;
  background-color: #ffffff;
  -webkit-transform: skew(-45deg) translateX(50%);
  transform: skew(-45deg) translateX(50%);
  border-right: 1px solid #ffffff;
}
figure.snip1274 i {
  position: absolute;
  color: #ffffff;
  font-size: 32px;
  z-index: 2;
  padding: 8px 12px;
}
figure.snip1274 .author {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 20px;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
}
figure.snip1274 .author h5 {
  opacity: 0.8;
  margin: 0;
  font-weight: 800;
}
figure.snip1274 .author h5 span {
  font-weight: 400;
  text-transform: none;
  display: block;
}
/*custom home page css start here*/
.banner-container{
   position: relative;
}
.banner-container .image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-container .flexbox{
display: flex;
width: 100%;
align-items: center;
}
.banner-container .sizelarge {
  min-height: 100vh;
  height: 100vh;
}
.banner-container .copy h2{
  color: #ffffff;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0.5;
  margin: 0;
  text-transform: uppercase;
  line-height: 70px;
}
.banner-container .copy p{
  font-size: 15px;
  font-weight: 300;
   letter-spacing: 1px;
    padding: 15px 0;
    text-transform: none;
    line-height: 25px;
    color: #ffffff;
    max-width: 500px;
}
.banner-container .copy {
  width: 100%;
  bottom: 0;
  position: static;
  margin-left: 5%;
  margin-right: 5%;
  z-index: 9;
}
.custom {
  margin:25px 0px;
}
.custom hr {
  margin-bottom: 15px;
}
.custom h2 {
  margin-top:7%;
  font-weight: bold;
  text-align: center;
  color:#00004e;
}
.custom h2 span {
  font-size: 50px;
  display: block;
  color: orange
}
.custom .content p {
  line-height: 25px;
    font-size: 17px;
}
.home_card {
  margin:25px 0px;
}
.home_card p {
  font-size: 17px;
}
.set {
  border: 1px solid #eee;
  margin:10px 0px;
}
.set h3 {
  padding:0px 10px;
}
.set p {
  padding:10px;
  font-family: 'Open Sans', sans-serif;
}
.set img {
  height: 175px;
  width: 100%;
  object-fit: cover;
}
.two_box {
  margin:25px 0px;
  background-color: #eee;
  margin-bottom: 0px;
}
.two_box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.first {
  border:1px solid #ddd;
  margin:25px 0px;
  background-color:#fff;
}
.first .col-sm-6 {
  padding:0;
  margin:0;
}
.first h2 {
  padding:10px;
}
.first p {
  padding:10px;
  font-family: 'open sans', sans-serif;
  font-size: 17px;
}
/*gallery page css start here*/
.gallery {
  margin:25px 0px;
}
.gallery hr {
  margin-bottom:25px;
}
.gallery .container h1 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-weight: bold;
}
.thumbnail {
  margin-bottom:6px;
  display:flex;
  flex-wrap: wrap;
  /* height: 300px; */
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    /*height: 300px;*/
}
.carousel-caption p{
    font-size: 18px;
}
.thumbnail a>img {
    margin-right: auto;
    margin-left: auto;
    height: 225px!important;
    width: 100%;
  }
  /* .thumbnail a>:hover, i {
    display: block;
  }
  .thumbnail i {
    position: absolute;
    top: 45%;
    left: 45%;
    font-size: 20px;
    color:orange;
    visibility: hidden;
    transition:0.5s ease-in-out
  }
  .thumbnail:hover i {
    visibility: visible;
    transform: scale(1.5);
    background:rgba(0,0,0,0.5);
    padding:65px 75px;
    top: 17%;
    left: 22%;
    overflow: hidden;
  } */
.blur {
    transform: scale(0.9);
    opacity: 0.6;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.myFooter {
  display: flex;
    flex-flow: row wrap;
}

footer {
  background: #000;
  font-family: 'Raleway', sans-serif;
  color: rgb(0, 0, 0);
  max-width: 100%;
  margin-top: auto;
}
.space {
  padding-left:24px;
}

.footer-icons {
  text-align: center;
  font-size: 20px;
  letter-spacing: 5px;
  width: 100%;
    align-items: center;
    justify-content: space-around;
    position: relative;
    margin-top: 15px;
}

.footer-bottom {
  text-align: center;
  color: white;
  width: 100%;
    align-items: center;
    justify-content: space-around;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
a {
  text-decoration: none;
}
a:visited, a:focus{
  color: white;
}

footer a:hover {
  color: rgba(255, 255, 255, 0.6);
}
/*contact page css start here*/
.contact {
  margin: 25px 0px;
}
.contact .heading h1 {
  text-align: center;
}
.heading h1 {
  text-align: center;
}
.getintouch {
  color:#00004e;
} 
form input {
  display: block;
  width: 100%;
  padding:10px;
  margin:10px 0px;
  border: 1px solid gray;
  outline: none;
}
form input:focus, textarea:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  }
form textarea {
  display: block;
  width: 100%;
  padding:10px;
  outline: none;
}
form .outline-outward {
  margin:25px 0px;
  letter-spacing: 2px;
  text-align: right;
  float: right;
  text-transform: uppercase;
}
.address {
  font-size: 21px;
}
.address li {
  list-style-type: none;
  color: #000;
  line-height: 40px;
  
}
.address li:hover i{
  transform: rotate(360deg);
  background-color: #00004e;
  color: #fff;
}
.address .fas {
  float:left;
}

.address li i {
  font-size: 20px;
  background-color:#eee;
  padding:15px;
  border-radius: 50%;
  color: #00004e;
  margin-bottom:10px;
  transition:0.5s ease-in;
      margin-right: 10px;
}
.address li span {
  color: #000;
  font-size: 20px;
  padding:5px 5px 5px 25px;
  display: block;
}
.address hr {
    margin-top: 13px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid orange;
}

@media screen and (max-width: 50em) {
  .video-gallery .gallery-item {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%;
  }
}

/*gallery section css end here*/

/*gallery start here*/
.section-gallery-block-parallax {
  background-attachment: scroll;
  background-color: transparent;
  background-image: url('../images/bg-geometry.png');
  background-repeat: repeat;
  background-size: initial;
}
.gallery-container {
  padding: 12px;
  margin: 0;
}
.no-padding-gallery .gallery-container {
  padding: 0px;
  margin: 0;
}
.no-bottom-padding {
  padding-bottom: 0px;
}
.gallery-light-box {
  display: block;
  overflow: hidden;
  position: relative;
}
.gallery-light-box .gallery-img {
  display: block;
  position: relative;
  max-width: 100%;
  padding: 4px 5px;
}
.gallery-light-box .gallery-img:before {
 background: rgb(253, 218, 68);
  width: 0%;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery-light-box .gallery-img:after {
  font-family: FontAwesome;
  content: '\f002';
  position: absolute;
  left: 150%;
  margin-left: -21px;
  top: -64px;
  background: #000;
  color: #fff;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gallery-light-box .gallery-img img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
    height: 230px;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.gallery-light-box:hover .gallery-img:before {
 background: #ffa500;
    width: 100%;
    height: 1500px;
}
.gallery-light-box:hover .gallery-img:after {
  opacity: 1;
  top: 50%;
  left: 50%;
  margin-top: -42px;
}
.gallery-light-box:hover .gallery-img img {
  opacity: 0.4;
}
.gallery-light-box:hover .gallery-img figcaption {
  bottom: 0px;
  left: 0;
}
/*gallery end here*/
/***** media queries  ******/
@media (min-width: 1200px){
.section-margin .mb-xl-0, .my-xl-0 {
    margin-bottom: 0!important;
}
}
@media (min-width: 1400px){

}
@media only screen and (max-width: 990px){
  
}
@media only screen and (max-width: 479px){
 
}
@media (max-width: 1024px){
 .wsmenu>.wsmenu-list>li>.navtext>span {
  letter-spacing: -0.5px;
  }
  .recent-inner-sec {
  padding: 6px;
  margin-bottom: 10px;
  }
  .services .left{
  left: -3px ;
  margin-top: -13rem;
  }
}
@media (max-width: 1000px){
.wsmenu>.wsmenu-list>li{
    margin: 0 0px;
}
}
@media (max-width: 990px){
	.mt-100{
		margin-top: 0;
	}
	.mt--100 {
    margin-top: 0px;
}
.smllogo::after {
   
     background: none; 
}
#regist-sec{
 display: none;
}
.mage-sidebar{
  display: none;
}

.nav-header:before{
width: 113%;
}
.page-scroll{
  height: 54px;
}
.navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 30px;
}
.page-scroll .nav-menu>li>a {
    height: 71px;
    padding: 23px 10px;
    color: #4c4949;
}
.page-scroll .nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #f4f9ff;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #fafcff, 0 1em 0 0 #edf1f5;
}
.hrra{
  background-color: #424e8a;
  width: 60px;
  height: 5px;
  margin-bottom: 20px;
  margin-left: 380px;
}
}
@media (max-width: 992px){
  .section-margin {
      margin-top: 115px;
      margin-bottom: 115px;
  }
@media (max-width: 768px) {
   /* .about .setup {
  height: 350px;
  } */
  .carousel .carousel-caption h3{
    font-size: 40px;
  }
 .services img {
   /* height:300px; */
   width: 100%;
   object-fit: cover;
   margin-top:20px;
 
 }
 .services .content {
   position:relative;
   top:0%;
   left:0%;
   right:0%;
   transform: translate(0%,0%);
   line-height: 25px;
   margin-top: 0px;
 }
 .services .right {
   text-align: left;
 }
 .mb_vw {
   display: none;
 }
 .dsk_vw {
   display: block;
 }
 .desk {
   display: block;
 }
 .address li span {
   font-size: 14px;
 }
 .banner-container .copy h2{
   font-size: 40px;
 }
 .specialization-single {
   height: 200px;
 }
}

@media (max-width: 767px){
   footer.nb-footer .copyright p{
       text-align:center;
   }
   .hrra{
  background-color: #424e8a;
  width: 60px;
  height: 5px;
  margin-bottom: 20px;
  margin-left: 280px;
  } 
  .about-group {
    display:none;
  }
    .carousel-caption{
        
        top: 0;
        padding-top: 0;
    }
    .carousel .carousel-caption h3{
        font-size: 20px !important;
    }
     .carousel-control .prev{
        left: 10%;
    }
    .carousel-control .next{
        right: 10%;
    }
}
@media (max-width: 600px)
{
  .carousel-indicators {
    display:none !important;
  }
  .img1 {
    margin-bottom: 15px;
    border-radius: 5px;
    width: 100%;
  }
  .recent-head h3 {
    padding-left: 12px;
    font-size: 32px;
  }
  .img2 {
   margin-bottom: 15px;
   border-radius: 5px;
   width: 100%;
  }
  /* .carousel .carousel-caption {
   display: none;
  } */
  #quote-sec {
    background: linear-gradient(rgb(81 81 81 / 70%), rgb(112 112 112 / 70%)), url(../images/new_slider06.jpg) no-repeat;
    background-position: 84% 78px;
    background-size: cover;
    padding: 60px 10px;
    background-attachment: fixed;
  }
  #quote-sec h2 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
  }
  .nav-brand img {
    height: 54px;
    padding: 5px 0;
  }
  .img2{
    display: none;
  }
  .carousel .carousel-caption p{
      font-size: 13px !important;
  }

}
@media(max-width:425px)
{
  .nav-brand .bigc {
    font-size: 30px;
  }
  .nav-brand {
    padding: 10px;
  }
 
 .setup .box p {
  font-size: 12px!important;
 }
  .address li span {
  font-size: 14px;
  }
   .address li i {
  font-size: 20px;
  padding:10px;
   }
  .address .top {
  margin-top:-28px;
 }
 h1 {
  font-size: 25px;
  }
  figure.snip1274 blockquote {
  font-size: 15px!important;
 }
  p {
  font-size: 15px!important;
  }
 .services .title {
  margin-top:0px;
 }
 .title {
  margin-top:0px;
 }
 .custom .title {
  margin-top:20px;
  }

  .gallery .container h1 {
  font-size: 25px;
  }
  .gallery .container hr {
  margin-bottom: 10px;
  }
  .getintouch {
  font-size: 20px;
  color:#00004e;
  }
  .custom h2 {
  font-size:23px;
  }
  .custom h2 span {
  font-size:30px;
  }
  .logincontact {
  margin-bottom:80px;
  }
  .button {
  padding:0.5em;
  }


  #service-sec{
  background-color:#e6e6e64a;
  }
  .recent-head h3{
    /* text-align: center; */
    font-size: 36px;
    /* font-weight: bold; */
    color: #000;
    letter-spacing: 1.0px;
  }
  .recent-sec img{
      height: 250px;
      object-fit: cover;
  }
  .recent-inner-sec{
    padding: 7px;
    margin-bottom: 10px;
      
  }
  
  .recent-inner-sec{

    box-shadow: 0px 0px 10px 0px #ccc;
    transition: 0.7s;
  }
  .recent-inner-sec a{
    padding: 6px 8px;
    background-color: #308bce;
    color: #fff;
    outline: none;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;    
    border-radius: 5px;
  }
  .recent-inner-sec a:hover{
    color: rgb(48 139 206);
    border: 2px solid #308bce;
    font-weight: bold;
    transition: 0.5s;
    border-radius: 5px;
    background-color: #fff;
    
  }
  #recent-wrks{
    background-color: #f8f8f8;
    margin:25px 0px;
  }
  .carousel .carousel-caption h3{
    font-size: 25px;
  }
  .carousel .carousel-caption p{
  font-size: 12px;
  }
  .banner-container .copy h2{
    font-size: 30px;
  }
}
}