* { box-sizing: border-box; }
.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*pointer-events: none;*/
}
#vidtop-content {
	top: 0;
	color: #fff;
}
.vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
.vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
.vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: 0%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}


.banner_text .text
{
 font-family: 'Montserrat', sans-serif;

  font-size: 18px;
  line-height: 1.8;

}
.btn-box a
{
   font-family: 'Montserrat', sans-serif;
   letter-spacing: 1px;
}
.main-footer .widgets-section
{
  background: #0069ad;
  background: rgb(30,187,240);
background: linear-gradient(138deg, rgba(30,187,240,1) 0%, rgba(56,222,170,1) 100%);
}
.footer-widget .far
{
 color: #fff !important;
}
.video-section .content-box .text, .contact-info-section .title
{
  color: #b9b9b9 !important;
}
.content-box a
{
  background: rgb(30,187,240);
background: linear-gradient(138deg, rgba(30,187,240,0.6) 0%, rgba(56,222,170,0.6) 100%);
  font-weight: 400;
  letter-spacing: 0.5px; 
  padding: 10px;
}
.number a
{
  color: #ccc !important;
}
.info-box a:hover
{
  color: #fff !important;
}
.lower-content .read-more, .lower-content .read-more:hover
{
  color: #fff !important;
    font-size: 15px;
    padding: 10px 20px;
    font-weight: 300;
}
.sidebar-widget a.theme-btn
{
  background: #00548a !important;
}












/* ---- stats.js ---- */

.count-particles{
  background: #000022;
  position: fixed;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}


canvas.particles-js-canvas-el {
    width: 100%!important;
    margin-left: 0!important;
    margin-top: 0!important;
    z-index: 9999;
}
canvas.particles-js-canvas-el {
    position: absolute;
    top: 0;
    left: 0;
}
.page-title
{
  position: relative;
  margin-bottom: 30px;
}



    .breadcrumb-content-block {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    pointer-events: none;
    max-width: 100%;
    padding:100px 0 150px 0;

  }

/*
  #myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}
*/
/*
#myVideo {
    position: absolute;
    top: -9860px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    max-width: 100%;
    min-height: 100%;
}*/


.nav-toggler
{
  background: #0069ad;
  background: rgb(30,187,240);
  background: linear-gradient(138deg, rgba(30,187,240,0.5) 0%, rgba(56,222,170,0.5) 100%);
  border-radius: 4px;
}


.banner-section .swiper-slide .first_banner .text{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.7;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 30px;
  opacity: 1;
  transform: scaleY(0);
  transform-origin: top;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.banner-section .swiper-slide-active .first_banner .text{
  opacity: 1;
  transform: scaleY(1);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}






.banner-section .swiper-slide .first_banner h3{
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.banner-section .swiper-slide-active .first_banner h3{
  opacity: 1;
  transform: scaleY(1);
  -webkit-transition-delay: 750ms;
  -moz-transition-delay: 750ms;
  -ms-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms;
}


.banner_box
{
  width: 100%;
  box-sizing: border-box;
}
.banner_box_sec
{
  width: 100%;
  float: left;
  padding: 10px;

}
.banner_box_sec .part
{
  width: 100%;
  padding: 50px;
  box-sizing: border-box;
  background: rgba(52, 152,219, 0.5);
  background: rgb(30,187,240);
  background: linear-gradient(138deg, rgba(30,187,240,0.5) 0%, rgba(56,222,170,0.5) 100%);
  display: block;
  border-radius:10px; 

  /*background: rgb(30,187,240);
background: linear-gradient(90deg, rgba(30,187,240,0) 0%, rgba(31,188,237,1) 21%, rgba(55,221,172,1) 81%, rgba(56,222,170,0) 100%);*/


}

.banner_contact
{
  width: 100%;
}
.banner_contact h4
{
  color: #fff;
  padding: 10px;
  font-size: 24px;
  background: rgba(0, 105, 173, 0.5);
  margin-bottom: 2px;
  background: rgb(30,187,240);
  background: linear-gradient(138deg, rgba(30,187,240,0.5) 0%, rgba(56,222,170,0.5) 100%);
  border-radius: 4px;
  text-align: center;
}
.banner_contact p {
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
}

/*For banner count section start*/
.bg-orange {
    background: #ee3234;
}
.counter-stats {
    border-radius: 7px;
    text-align: center;
    font-weight: 600;
    padding: 2rem;
    color: #FFF;
    font-size: 1rem;
    font-weight: 600;
    color: #f6f1ed;
    width: 100% !important;
}
.bg-blue {
    background: rgba(0,105,173,0.5);
}

.bp_sec .head{


    font-size: 21px;
    letter-spacing: 1px;
}
.banner_projects h3{
  width: 100%;
  margin-bottom: 24px !important;
}
.banner_projects .animated{
   margin-bottom: 25px !important;
  }
  .partner_looking
  {
    width: 100%;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 34px;
  }




.col-md-4 {
  text-align: center;
  /*border-right: 1px dashed #adadad;*/
}

.col-md-4:last-child {
  border-right: 0px solid black;
}
.counter {
  animation-duration: 1s;
  animation-delay: 0s;
  color: #fff;
}

i {
  font-size: 20px !Important;
}

@media (max-width: 991px) {
  .col-md-4 {
    border-right: 0px dashed black;
    /*border-bottom: 1px dashed black;
    width: 50%;*/
    margin: auto auto;
  }
  
  .col-md-4:last-child {
    border-bottom: 0px dashed black;
  }
}











/*For banner count section end*/

.banner-section .swiper-slide .content:nth-child(2)
{
  
}
.counter_sec h3
{
  font-size: 20px !important;
}
.banner-slider-item:nth-child(2) .content
{
  background:none !important;
}
.banner-slider-item:nth-child(4) .content
{
  background:none !important;
}
.partner_looking
{
  width: 100%;
  text-align: center;
}
/*
.media-wrapper
{
  transition: width 0s, height 2s, transform 2s !important;
  -webkit-transition-property: none;
-moz-transition-property: none;
-o-transition-property: none;
transition-property: none;
transition: none !important;
transform:none !important;
}*/

.search input[type=text]:before
{
  content:"\f002";
  font: normal normal normal 14px/1 FontAwesome;
}
.search input[type=text]:before {
  width: 50px;
  box-sizing: border-box;
  font-size: 16px;
  background-color: #0069ad;
  background-image: url('images/searchicon.png');
  background-position: 17px 12px; 
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  padding:8px;
  padding-left:44px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  float: right;
  
  font-weight: 300;
  cursor: pointer;
  color: #fff;
}

.search input[type=text]:focus {
  width: 100%;
}

.search input[type=text] {
  width: 50px;
  box-sizing: border-box;
  font-size: 16px;
  background-color: #0069ad;
  
  background-position: 17px 12px; 
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  padding:8px;
  padding-left:44px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  float: right;
  
  font-weight: 300;
  cursor: pointer;
  color: #fff;

  background: linear-gradient(138deg, rgba(30,187,240,0.5) 0%, rgba(56,222,170,0.5) 100%);




background-image: linear-gradient(138deg, rgba(30,187,240,0.5) 0%, rgba(56,222,170,0.5) 100%), 
url(images/searchicon.png) no-repeat;

 background: url('images/searchicon.png') no-repeat, linear-gradient(138deg, rgba(30,187,240,0.5) 0%, rgba(56,222,170,0.5) 100%);
 background-position: 15px 13px;
 border-radius: 4px;

}


.banner_text
{
    border: 10px solid #0069ad;
    padding: 15px;
    max-width: 400px;
    border-image-source: linear-gradient(138deg, rgba(30,187,240,0) 0%, rgba(30,187,240,0) 100%);
    background: rgb(30,187,240);
    background: linear-gradient(138deg, rgba(30,187,240,0.5) 0%, rgba(56,222,170,0.5) 100%);
}
.banner_box .owl-item
{
  border-width: 100% !important;
}
.map_section_home
{
  width: 100%;
  float: left;
}


.logo img
{
  max-width: 150px;
}
.owl-nav div
{
  width: 20px;
  float:left; 
}
.owl-nav
{
  margin-left:10px;
}
.complete_sec
{
  position: relative;

}
/*
.complete_sec .contact-info-section
{
  transition: transform 1s;
}
.complete_sec:hover .contact-info-section
{
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5); 
  transform: scale(1.5);
  background: radial-gradient(circle at top left,#4a42ec 0%,#3a1567 100%);
  box-shadow: 0 48px 48px -32px rgba(23,16,159,.2), 0 96px 96px -64px rgba(3,2,20,.6);
  transition: transform 1s;
  position: relative;
  z-index: 9999;

}


.et-highlighted-overlay
{
  opacity: 0;
}
.complete_sec:hover .et-highlighted-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
}
.complete_sec .et-highlighted-overlay {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(78,47,188,.8);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    z-index: 4;
}
*/
.page-breadcrumb
{
  display: none;
}
.logo-box img
{
  max-width: 150px;
}
.fab
{
  color: #000;
}
.main-footer .fab
{
  color: #fff !important;
}






.banner-section .swiper-slide h4.frame-5{


  text-align: center;
  color: transparent;
  -webkit-animation: blurFadeInOut 1s ease-in backwards;
  -moz-animation: blurFadeInOut 1s ease-in backwards;
  -ms-animation: blurFadeInOut 1s ease-in backwards;
  animation: blurFadeInOut 1s ease-in backwards;
}











.banner-section .swiper-slide-active h4.frame-5 {

  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
  color: transparent;
  text-shadow: 0px 0px 1px #fff;
  font-size: 48px;
  font-weight: 800;
  padding: 25px 0 0 0;
  text-align: center; 




}
.banner-section .swiper-slide-active h4.frame-5 span {
  -webkit-animation: blurFadeIn 3s ease-in 0s backwards;
  -moz-animation: blurFadeIn 3s ease-in 0s backwards;
  -ms-animation: blurFadeIn 3s ease-in 0s backwards;
  animation: blurFadeIn 3s ease-in 0s backwards;
  color: transparent;
    animation-timing-function: linear;
    color: #1ebbf0;

}
.banner-section .swiper-slide-active h4.frame-5 span:nth-child(2) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s;
}
.banner-section .swiper-slide-active h4.frame-5 span:nth-child(3) {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  animation-delay: 2s;
}


@-webkit-keyframes blurFadeInOut {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 40px #1ebbf0;
    -webkit-transform: scale(1.3);
  }
  20%, 75% {
    opacity: 1;
    text-shadow: 0px 0px 1px #1ebbf0;
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 0;
    text-shadow: 0px 0px 50px #1ebbf0;
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes blurFadeIn {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 40px #1ebbf0;
    -webkit-transform: scale(1.3);
  }
  50% {
    opacity: 0.5;
    text-shadow: 0px 0px 10px #1ebbf0;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    text-shadow: 0px 0px 1px #1ebbf0;
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes fadeInBack {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
  50% {
    opacity: 0.4;
    -webkit-transform: scale(2);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: scale(5);
  }
}
@-webkit-keyframes fadeInRotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(360deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
  }
}
/**/

@-moz-keyframes blurFadeInOut {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 40px #1ebbf0;
    -moz-transform: scale(1.3);
  }
  20%, 75% {
    opacity: 1;
    text-shadow: 0px 0px 1px #1ebbf0;
    -moz-transform: scale(1);
  }
  100% {
    opacity: 0;
    text-shadow: 0px 0px 50px #1ebbf0;
    -moz-transform: scale(0);
  }
}
@-moz-keyframes blurFadeIn {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 40px #1ebbf0;
    -moz-transform: scale(1.3);
  }
  100% {
    opacity: 1;
    text-shadow: 0px 0px 1px #1ebbf0;
    -moz-transform: scale(1);
  }
}
@-moz-keyframes fadeInBack {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
  }
  50% {
    opacity: 0.4;
    -moz-transform: scale(2);
  }
  100% {
    opacity: 0.2;
    -moz-transform: scale(5);
  }
}
@-moz-keyframes fadeInRotate {
  0% {
    opacity: 0;
    -moz-transform: scale(0) rotate(360deg);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1) rotate(0deg);
  }
}
/**/

@keyframes blurFadeInOut {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 40px #1ebbf0;
    transform: scale(1.3);
  }
  20%, 75% {
    opacity: 1;
    text-shadow: 0px 0px 1px #1ebbf0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    text-shadow: 0px 0px 50px #1ebbf0;
    transform: scale(0);
  }
}
@keyframes blurFadeIn {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 40px #1ebbf0;
    transform: scale(1.3);
  }
  50% {
    opacity: 0.5;
    text-shadow: 0px 0px 10px #1ebbf0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    text-shadow: 0px 0px 1px #1ebbf0;
    transform: scale(1);
  }
}
@keyframes fadeInBack {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 0.4;
    transform: scale(2);
  }
  100% {
    opacity: 0.2;
    transform: scale(5);
  }
}
@keyframes fadeInRotate {
  0% {
    opacity: 0;
    transform: scale(0) rotate(360deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}







.welcome-section h2 {
  text-transform: uppercase;
  display: inline-block;
  border: 4px double rgba(255, 255, 255, 0.25);
  border-width: 4px 0;
margin: auto;
font-size: 25px;
}
.welcome-section h2 span {
  font: 700 2em/1.5 "Oswald", sans-serif;
  letter-spacing: 0;
  padding: .25em 0 .325em;
  display: block;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
  /* Clip Background Image */
  background: url(images/animated_text_fill.png) repeat-y;
  -webkit-background-clip: text;
  background-clip: text;
  /* Animate Background Image */
  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;
  /* Activate hardware acceleration for smoother animations */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  margin-top: -22px;
}

/* Animate Background Image */
@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}










.home_banner_text h2
{
  margin-bottom: 0;
}
.home_banner_text h2 span {
  font: 700 50px/1.5 "Oswald", sans-serif;
  letter-spacing: 0;
  padding: .25em 0 .325em;
  display: block;
  margin: 0 auto;
  /* Clip Background Image */
  background: url(images/home_page_filling.png) repeat-y;
  -webkit-background-clip: text;
  background-clip: text;
  /* Animate Background Image */
  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;
  /* Activate hardware acceleration for smoother animations */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  text-align: center;
}

/* Animate Background Image */
@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}




.slide01 h1 {
/*    font-size: 1.8em; */
    color: #fff;
    margin-top: 15px;
    text-align:center;
    padding: 20px 20px;
    box-sizing: border-box;
    line-height: 1.6;
    font-family:'Nunito', sans-serif ;
    font-size: 5.25em!important;
    font-weight: 800!important;
    font-family: din-2014,sans-serif!important;
    text-shadow: 2px 2px 30px rgb(0 0 0);	
  }

.slide01 .first_banner{
  width: 100%;
   /* background: -moz-linear-gradient(left, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0.0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0.0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0.0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#4d000000',GradientType=1 );
    background-position: center center;
    background: rgb(30,187,240);
    background: linear-gradient(90deg, rgba(30,187,240,0) 0%, rgba(30,187,240,0.8) 49%, rgba(56,222,170,0) 100%);
*/

}

.services-section-two .btn-title
{
  font-weight: 300;
    letter-spacing: 1px;
}

.media-project
{
  position: relative;
  overflow:hidden; 
  height: 370px;
}
.media-project .media__img
{
    transition:0.3s;
}

.media-project:hover .bg-overlay {
    opacity: 1;
}

.media-project:hover .media__img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition:0.3s;
}

.media-project:hover .media__body .address,
.media-project:hover .media__body .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.media-project:hover .line:before {
    width: 100%
}

.media-project:hover .line:after {
    height: 100%
}

.media-project .media__body {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
}

.media-project .media__body .address {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
    font-size: 11px;
    color: #ececec
}

.media-project .line {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9;
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    height: -webkit-calc(50% - 20px);
    height: -moz-calc(50% - 20px);
    height: calc(50% - 20px);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.media-project .line:after,
.media-project .line:before {
    content: '';
    background: #fff;
    display: block;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.media-project .line:before {
    height: 1px;
    width: 0
}

.media-project .line:after {
    width: 1px;
    height: 0
}

.media-project .line--bottom {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.media-project .media__img {
    overflow: hidden;
}


.media-project .media__body {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99
}

.media-project .media__body .address,
.media-project .media__body .title {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px)
}

.media-project .media__body .title a {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.media-project .media__body .title a:hover {
    color: #fff;
}

.media-project .media__body .address {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
    font-size: 13px;
    color: #fff
}

.bg-overlay {
    z-index: 0;
    background-color: #ffcfdf;
    background-image: linear-gradient(315deg, #43cea2 0%, #185a9d 74%);
}

.media-project,
.media-project .bg-overlay {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: 0.3s;
}


.media-project .bg-overlay {
    opacity: 0;
    transition: all .3s ease;
}

.media-project .media__img {
    overflow: hidden;
    width:100%;
}

.media-project .media__img img {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    width:100%;
}

.media-project:hover .bg-overlay {
    opacity: 1 !important;
    z-index: 1;
    background: rgb(67,206,162);
    background: linear-gradient(90deg, rgba(67,206,162,0.8) 0%, rgba(24,90,157,0.8) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-slider .swiper-slide
{
  height: 100vh !important;
  background: rgba(0,0,0,1);
}
.counter
{
  font-size: 57px;
}
.about_box .media__body .address
{
  font-size: 20px;
}
.about_box .media-project .media__body .title a
{
  font-size: 35px;
}
/*a, a span
{
  text-fill-color:initial !important;
  -webkit-text-fill-color:initial !important;
}
*/
.side-nav ul li
{
  background: rgba(0,0,0,0.5) !important;
}



.slide_project .banner_box_sec
{
  background-size: cover;
  height: 250px;
  position: relative;
  background-position: center !important;
}
.slide_project .banner_box_sec .part
{
  background:none; 
  padding: 0;
  margin: 0;
}
.slide_project .banner_box_sec h3
{
  margin: 0 !important;
  text-align: center;
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  width: auto;
  font-family: 'Nunito', sans-serif !important;
  font-size: 20px;
  padding:10px 25px;
  background: -moz-linear-gradient(left, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0.0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0.0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0.0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#4d000000',GradientType=1 );
    background-position: center center;
    background: rgb(30,187,240);
    background: linear-gradient(90deg, rgba(30,187,240,0) 0%, rgba(30,187,240,0.8) 49%, rgba(56,222,170,0) 100%);
}
.slide_project .banner_box_sec h3 span
{
  font-size: 16px;
}


/*slide carousel start here*/

.simply-scroll-container {
  position: relative;
}

.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.simply-scroll-list div {
  float: left; /* Horizontal scroll only */
  padding: 0;
  margin: 0;
  width: 600px;
  height: auto;
  margin-right: 20px;
}

#scroller_service div {
  float: left; /* Horizontal scroll only */
  margin: 0;
  width: 360px;
  height: auto;
  margin-right: 26px;
  border:none;
  line-height: 1.6;
  font-size: 19px;
}
/*slide carousel end here*/

.bold_text
{
  align-items: center;
  justify-content: center;
  /* min-height: 500px; */
  display: flex;
}
.services-section-two
{
  padding-bottom: 25px;
}

.about_txtss
{
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  color: #fff !important;
  background: -moz-linear-gradient(left, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0.0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0.0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0.0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#4d000000',GradientType=1 );
    background-position: center center;
    background: rgb(30,187,240);
    background: linear-gradient(90deg, rgba(30,187,240,0) 0%, rgba(30,187,240,0.8) 49%, rgba(56,222,170,0) 100%);
    transition: 0.5s;
    padding: 10px 15%;
}
.about_txtss h3
{
  color:#fff;
  margin-bottom: 0;
}
.for_slide
{
   position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.home_banner_text{
  width: 100%;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0.0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0.0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0.0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#4d000000',GradientType=1 );
    background-position: center center;
    background: rgb(30,187,240);
    background: linear-gradient(90deg, rgba(30,187,240,0) 0%, rgba(30,187,240,0.8) 49%, rgba(56,222,170,0) 100%);
    text-align: center; 
}
.home_banner_text h2
{
  font-size: 35px !important;
  line-height: 1.7;
  padding: 20px 60px;
}

.cb-slideshow h4
{
  color: #fff;
}
.service-detail .image-box
{
  display: none;
}













.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  bottom: -160px;
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
  left: 10%;
}
.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
  background-color: rgba(255, 255, 255, 0.25);
}
.bg-bubbles li:nth-child(5) {
  left: 70%;
}
.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}
@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
            transform: translateY(-700px) rotate(600deg);
  }
}
@keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
            transform: translateY(-700px) rotate(600deg);
  }
}






/*For map start here*/
.contacts-phone {
  padding-bottom: 16px;
  bottom: 0;
}
.contacts-phone a {
  font-weight: 200;
  color: #707070;
}
.acf-map {
  width: 100%;
  height: 500px;
}
.mrkr-txt a:hover {
  color: #222222 !important;
}
/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}
.contact-form-row .vc_single_image-wrapper {
  margin-top: -180px;
}
.contact-form-row a {
  transition: all 0.3s ease;
}
.contact-form-row a:hover {
  color: #6c6c6c;
}

/* RESPONSIVE */







@media only screen and (max-width: 1200px) {
.page-id-22 .reference-block, .page-id-122 .reference-block {
  width: 44%;
}
.sf-field-taxonomy-product_category ul li label {
  font-size: 12px;
}
.searchandfilter select {
  width: 180px;
}
nav.main_menu>ul>li>a {
  font-size: 11px !important;
}
}
 @media only screen and (max-width: 1000px) {
body {
  font-size: 12px;
}
.mobile_menu a span {
  color: #222222 !important;
}
.page-id-22 .reference-block, .page-id-122 .reference-block {
  width: 42%;
}
.sf-field-taxonomy-product_category ul li label {
  font-size: 12px;
  display: block;
  padding-left: 0px !important;
}
.searchandfilter select {
  width: 150px;
  min-width: auto !important;
}
.slick-next {
  left: 415px;
}
}
 @media only screen and (max-width: 768px) {
.slickslider-logos .slick-next {
  left: 600px;
}
.header_top {
  background-color: #222222 !important;
}
.products-home-row-block {
  width: 60% !important;
  margin: 32px 0px 32px 20% !important;
}
.references-row .vc_col-sm-3 {
  margin-bottom: 64px;
}
.references-row:before {
  top: 0px;
}
.parallax-block {
  margin-top: -350px;
}
.contact-row {
  float: none !important;
}
.references-results, .products-results {
  margin-top: 64px;
}
.row-who-companies .vc_single_image-wrapper {
  margin-top: 32px !important;
}
.row-who-companies .row-padding-bottom {
  padding-bottom: 16px;
}
.sf-field-taxonomy-product_category ul li label {
  display: inline;
}
.sf-level-0 {
  margin-right: 32px !important;
}
.products-results .reference-block {
  min-height: 440px;
}
.searchandfilter select {
  width: 230px;
}
#search-filter-form-110 ul li {
  margin-right: 32px;
}
.reference-block {
  min-height: 500px;
}
.single-text {
  width: 100%
}
.single-image {
  width: 100%;
  float: none;
  clear: both;
  margin-top: 64px;
  position: relative;
}
.slick-arrow {
  top: -40px;
}
.slick-arrow:before {
  color: #222222;
}
.slick-next {
  left: 35px;
}
.single-reference-category {
  width: 100%;
}
.contacts-location {
  width: 44%;
}
.parallax-block {
  transform: translate3d(0, 0, 0) !important;
}
.column3 .footer_bottom {
  text-align: left !important;
}
.cta-home-row:before {
  height: 440px;
}
.references-row:before {
  height: 700px;
}
h2 {
  font-size: 2.6em;
}
.page-id-22 .reference-block, .page-id-122 .reference-block {
  width: 40%;
}
.reference-block {
  min-height: 530px;
}
.single-product .single-image .slick-slide {
  min-height: 45px;
  height: 45px !important;
  width: 250px !important;
}
.references-results-row .vc_col-sm-4, .products-results-row .vc_col-sm-4 {
  width: 100% !important;
}
.references-results-row .vc_col-sm-8, .products-results-row .vc_col-sm-8 {
  width: 100% !important;
}
.single-sliders {
  width: 100%;
  margin-top: 0px;
}
.image-thumbnails {
  padding-bottom: 64px;
  margin-top: 0px;
}
.single-cta {
  height: 340px;
}
.single-product .single-image .slick-slide {
  min-height: 50px;
  height: 50px !important;
  width: 290px !important;
}
}
 @media only screen and (max-width: 600px) {
h1 {
  font-size: 3em;
}
.column3 p {
  right: 50px;
}
.products-home-row-block {
  width: 100% !important;
  margin: 32px 0px 32px 0px !important;
}
.parallax-block {
  margin-top: 420px;
}
.who-row .vc_single_image-wrapper, .what-row .vc_single_image-wrapper, .sustainability-row .vc_single_image-wrapper {
  margin-top: 64px;
}
.page-id-22 .reference-block, .page-id-122 .reference-block {
  width: 100%;
}
.products-results .reference-block {
  min-height: 300px;
}
.reference-block {
  min-height: 400px;
}
.single-cta {
  padding: 32px;
}
.single-cta .section_inner {
  display: block;
}
.single-cta-text {
  width: 100%;
}
.single-cta-button {
  width: 100%;
  text-align: left;
  margin-top: 32px;
}
.footer_bottom a {
  text-align: left;
}
.column3 p {
  margin-top: 0px;
  text-align: left;
}
footer .column2 {
  padding: 64px 0px;
}
.footer_bottom img:nth-child(2) {
  margin-left: 0px;
}
.products-home-row {
  top: -30px;
}
.who-we-are-row .vc_col-sm-6:nth-child(2) {
  margin-top: 32px;
}
.page-id-468 .contact-row .vc_col-sm-4 {
  text-align: left;
}
}
 @media only screen and (max-width:480px) {
.product .single-image {
  margin-bottom: 64px !important;
}
.contacts-location {
  width: 100%;
}
.references-row .slick-prev {
  left: 45px;
}
.cta-home-row:before {
  height: 370px;
}
.contact-form-row .vc_single_image-wrapper {
  margin-top: 0px;
}
.contacts-location {
  min-height: 0px;
  padding: 32px 0px;
}
.slickslider-home-references {
  margin-left: 0px;
}
.references-row .slick-list {
  padding: 0px 0px 16px 30px;
}
.contact-row:before {
  position: absolute;
  top: -15%;
  right: 0;
  bottom: 0;
  left: -15%;
  content: '';
  width: 130%;
  height: 150%;
  display: block !important;
  background-color: #222222;
  z-index: -1;
}
.products-home-row:before {
  height: 540px;
}
.cta-home-row:before {
  width: 0%;
}
.slickslider-logos .slick-next {
  left: 320px;
}
.slickslider-logos .slick-arrow {
  top: 125px;
}
.reference-block-text {
  width: 80%;
}
.post-password-form {
  width: 300px !important;
}
.page-id-385 .title:before {
  height: 100%;
}
#pwbox-385 {
  width: 50%;
}
}

/* IE FIX */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#wpcf7-f194-p26-o1 > form > p > input {
  height: 42px;
}
.wpml-switcher {
  right: 180px;
}
.button-border {
  background-size: 215px;
  background-position: -45% 50%;
}
.slider-thumbnails img {
  height: 410px;
}
}
/*For map end here*/
.main-footer
{
  width:100%;
}
.contacts-location {
    position: relative;
    float: left;
    width: 100%;
    padding: 2%;
    margin-right: 2%;
    padding-bottom:70px;
    margin-bottom: 36px !important;
    border-bottom: 2px solid #222222;
}
.map_bottom
{
  margin-top:50px;
}
.bottom_map_desc h4
{
  color: #333;
  font-weight: 500;
}

#custom_html-4 a
{
  background:none !important; 
  font-family: 'Nunito', sans-serif !important;
  color: #000;
}
.mrkr-txt
{
  color:#000 !important;
}
.
.for_slide
{
  z-index: 2;
}
.overlay_image
{
  width:100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  background-color: #0cbaba;
background-image: linear-gradient(315deg, #0cbaba 0%, #380036 74%);

  opacity: 0.2;
}







/*fOR ABOUT US PAGE TWO BOX HOVER START */
.about_media
{
  position: relative;
  overflow:hidden; 
  height: 370px;
}
.about_media .media__img
{
    transition:0.3s;
}

.about_media .bg-overlay {
    opacity: 1;
}

.about_media .media__img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition:0.3s;
}

.about_media .media__body .address,
.about_media .media__body .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.about_media .line:before {
    width: 100%
}

.about_media .line:after {
    height: 100%
}

.about_media .media__body {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
}

.about_media .media__body .address {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
    font-size: 11px;
    color: #ececec
}

.about_media .line {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9;
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    height: -webkit-calc(50% - 20px);
    height: -moz-calc(50% - 20px);
    height: calc(50% - 20px);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.about_media .line:after,
.about_media .line:before {
    content: '';
    background: #fff;
    display: block;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.about_media .line:before {
    height: 1px;
  
}

.about_media .line:after {
    width: 1px;

}

.about_media .line--bottom {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.about_media .media__img {
    overflow: hidden;
}


.about_media .media__body {
    text-align: center;
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99
}

.about_media .media__body .address,
.about_media .media__body .title {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 1;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px)
}

.about_media .media__body .title{
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.about_media .media__body .title a:hover {
    color: #fff;
}

.about_media .media__body .address {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
    font-size: 20px;
    color: #fff;
    font-family: 'Nunito', sans-serif;
}

.bg-overlay {
    z-index: 0;
    background-color: #ffcfdf;
    background-image: linear-gradient(315deg, #43cea2 0%, #185a9d 74%);
}

.about_media,
.about_media .bg-overlay {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: 0.3s;
}


.about_media .bg-overlay {
    opacity: 0;
    transition: all .3s ease;
}

.about_media .media__img {
    overflow: hidden
}

.about_media .media__img img {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.about_media .bg-overlay {
    opacity: 1 !important;
    z-index: 1;
    background: rgb(67,206,162);
    background: linear-gradient(90deg, rgba(67,206,162,0.8) 0%, rgba(24,90,157,0.8) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.testimonial p
{
  width:100%;
  display: inline-block;
  text-align: center;
  padding: 20px 0;
  padding-top: 0;
}
.testimonial font
{
  width:100%;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  font-size: 19px;
  color: #0069ad;
  font-family: "Rajdhani", sans-serif;
}
.testimonial .owl-dots
{
  text-align: center;
  display: block;
}
.testimonial .owl-dot
{
  width:10px;
  height: 7px;
  background:linear-gradient(138deg, rgba(30,187,240,1) 0%, rgba(56,222,170,1) 100%);
  display: inline-block;
  padding: 0 10px;
  margin-left:10px;
}
.testimonial .owl-dot.active
{
  background:#00548a;
}
ul#items {
  margin: 0;
  height: 120px;
  width: auto;
  overflow: hidden;
}
ul#items li {
  list-style: none;
  float: left;
  width: 200px;
  height: 120px;
  overflow: hidden;
  margin: 0 0 0 1px;
  background: #999;
  color: #fff;
  text-align: center;
}
ol#pagination {
  overflow: hidden;
}
ol#pagination li {
  float: left;
  list-style: none;
  cursor: pointer;
  margin: 0 0 0 .5em;
}
ol#pagination li.current {
  color: #f00;
  font-weight: bold;
}
 
 
 
 
 
 /* For registration page start here*/
 
 .form {
  padding: 40px;
  max-width: 600px;
  margin: 40px auto;
  border-radius: 4px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
  background-color: #29539b;
background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);

}

.tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 14px 0;
  font-size: 28px;
}
.tab-group:after {
  content: "";
  display: table;
  clear: both;
}
.tab-group li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  background: rgba(160, 179, 176, 0.25);
  color: #a0b3b0;
  font-size: 20px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  transition: .5s ease;
}
.tab-group li a:hover {
  background: #182d52;
  color: #ffffff;
}
.tab-group .active a {
  background: #182d52;
  color: #ffffff;
}

.tab-content > div:last-child {
  display: none;
}

h1 {
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  margin: 0 0 40px;
}

label {
  position: absolute;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  left: 13px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  font-size: 18px;
  top: 3px;
}
label .req {
  margin: 2px;
  color: #1ab188;
}

label.active {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  left: 2px;
  font-size: 14px;
}
label.active .req {
  opacity: 0;
}

label.highlight {
  color: #ffffff;
}

input, textarea {
  font-size: 16px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  background: none;
  background-image: none;
  border: 1px solid #465d86;
  color: #ffffff;
  border-radius: 0;
  transition: border-color .25s ease, box-shadow .25s ease;
  border-radius: 4px;
  box-sizing: border-box;
  padding:10px;
  font-family: 'Nunito';
  font-weight: 400;
  letter-spacing: 1px;
}
input:focus, textarea:focus {
  outline: 0;
  border-color: #1ab188;
}

textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
}

.field-wrap {
  position: relative;
  margin-bottom: 40px;
}

.top-row:after {
  content: "";
  display: table;
  clear: both;
}
.top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.top-row > div:last-child {
  margin: 0;
}

.button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 15px 0;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
 /* background: #182d5287; */
  color: #ffffff;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  font-family: "Rajdhani", sans-serif;
  padding: 10px;
}
.button:hover, .button:focus {
  background: #182d52;
}

.button-block {
  display: block;
  width: 100%;
}

.forgot {
  margin-top: -20px;
  text-align: right;
  text-align: center;
  display: table;
  margin: auto;
}
#signup h1, #login h1
{
  padding:10px 0;
  margin-bottom: 10px;
  font-size: 28px;
}
.remember
{
  float: left;
  margin-right:18px;
  color: #eee;
  position: relative;
} 
.forgot a
{
  color: #eee;
  float: left;
    margin-top: -4px;
}
.remember [type="checkbox"]
{
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  float: left;
}
.remember label
{
  position: static;
  display: inline-block;
  opacity: 1;
  float: left;
  margin-top: -10px;
}


/* For registration page end here*/

.home_page_scroll h3 a
{
  font-size: 29px;
  background: none;
  color: #fff;
}
.home_page_scroll .inner-box
{
  background: linear-gradient(138deg, rgba(30,187,240,0.5) 0%, rgba(56,222,170,0.5) 100%) !important;
}

.btn-style-one:hover{
	position: relative;
    font-size: 16px;
    line-height: 20px;
	transition: all 0.3s ease !important;
    padding: 13px 35px;
    font-weight: 500;
	color: #ffff;
    overflow: hidden;
    border: 2px solid;
	background-color: #0069ad !important;
    background: linear-gradient(138deg, #43cea2 0%, #185a9d 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.btn-style-one
{
  width:auto !important;
}
#commentform .form-submit #submit{
	color: #000000 !important;
	width: 30% !important;
}

/*custom code start*/
.service-block-two .text
{
  width:100% !important;
}
.banner_contact p
{
    word-break: break-all;
}
.banner_msg .card
{
  background: none;
  border:none;
  background: linear-gradient(138deg, rgba(30,187,240,0.7) 0%, rgba(56,222,170,0.7) 100%) !important;
  border-radius: 0;
}


.banner_msg .txt {
    font-family: Georgia, serif;
    font-size: 30px;
    font-style: italic;
    width: 100%;
    margin: 0.25em 0;
    padding: 0.35em 40px;
    line-height: 1.6;
    position: relative;
    color: #fff;
    border: none!important;
    text-align:center;



    margin: auto;
  top: 0; left: 0; bottom: 0; right: 0;
}

@media (min-aspect-ratio: 16/9){
  #myVideo
  {
    width:100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9){
  #myVideo
  {
    width:auto;
    height: 100%;
  }
}
@media (max-width: 1400px){
  .home_page_scroll h3 a
  {
    font-size: 24px;
  }
  #scroller_service div
  {
    font-size: 17px;
  }
  .inner-box .image-box
  {
    max-height: 180px;
    overflow: hidden;
  }
  #scroller_service div
  {
    border-width: 320px;
  }
  .home_banner_text h2
  {
    font-size: 26px !important;
  }
  .counter
  {
    font-size: 46px;
  }
  .acf-map {
    width: 100%;
    height: 299px;
  }
  .slide01 h1 {
    font-size: 5.25em!important;
    font-weight: 800!important;
    font-family: din-2014,sans-serif!important;
	 text-shadow: 2px 2px 30px rgba(0, 0, 0, 1);
  }
}


@media (max-width: 767px){
  .banner-slider-arrows
  {
    bottom:10px;
    text-align: right;
  }
  .for_slide
  {
    width:100%;
    max-width: 100%;
  }
  .container {
    max-width: 100%;
  }
  .col-md-4
  {
    width:33.3%;
  }
  .counter {
    font-size: 32px;
  }
  .counter_sec h3 {
    font-size: 17px !important;
  }
  .home_banner_text h2 {
    font-size: 22px !important;
  }
  .btn-style-two
  {
    font-size: 14px;
  }
  .banner_contact p
  {
    font-size: 16px;
  }
  .banner_contact h4
  {
    font-size: 19px;
  }
  .banner-section-two .slide-item h2, .banner-section .swiper-slide h3
  {
    font-size: 32px;
  }
  .about_media .media__img
  {
    height: 100%;
  }
  .about_media .media__img img
  {
    height: 100%;
    object-fit: cover;
  }
  .banner-slider-arrow
  {
    background: rgba(30,187,240,0.7);
  }

}
@media (max-width: 599px){

    h1
    {
      margin-bottom: 10px;
    }
    .home_banner_text h2
    {
      font-size: 16px !important;
      letter-spacing: 1px;
    }
    .cb-slideshow li div
    {
      bottom: 70px;
    }
    .acf-map
    {
      height: 195px;
    }
    .banner-section-two .slide-item h2, .banner-section .swiper-slide h3
    {
      font-size: 28px;
    }
    .page-title
    {
      margin-bottom: 0;
    }
    .services-section-two, .about-section, .welcome-section, .faq-section, .sidebar-page-container, .main-footer .widgets-section, .about-us
    {
      padding-top: 29px;
    }
    .page-title
    {
      padding: 46px 0 20px;
    }
    .about-us .about-years h3
    {
      margin-bottom: 0;
    }
    .video-section
    {
      background-attachment: fixed;
      background-size: cover;
    }
    
    p, .text
    {
      font-size: 16px;
    }
    .about-us .about-years {
    margin-bottom: 26px;
    }
    .team-section, .contact-page-section, .project-section-two
    {
      padding: 21px 0 0px;
    }
    .welcome-section h2 span
    {
      font-size: 32px;
      margin-top: 0;
    }
    .sec-title
    {
      padding-top: 0;
    }
    .about_media .media__body
    {
      width: 80%;
    }
    .welcome-section .column:last-child
    {
      margin-bottom: 0;
    }
    .about_sec2 
    {
      transition: none !important;
      transform: none !important;
      opacity: 1 !important;
    }
    .page-title h2
    {
      font-size: 29px;
    }
    .project-detail, .project-section, .call-back-section, .pricing-section, .about-me, .news-section.alternate, .service-detail-section, .faq-form-section, .features-section, .services-section, .testimonial-section, .fun-facts
    {
      padding: 46px 0;
    }
    .banner-slider-arrows:before
    {
      padding-top: 0;
    }
    .banner_msg iframe
    {
      width:100%;
      height: 210px !important;
    }
    .banner_msg .txt
    {
      font-size: 21px;
      line-height: 1.5;
    }
    .counter_sec .col-md-4
    {
      margin:0px;
    }

  }
  @media (max-width: 450px){
  .banner-section .swiper-slide h2
  {
    line-height: 1.6;
  }
  .home_banner_text h2
  {
    padding: 13px 1px
  }
  .counter {
    font-size: 25px;
  }
  .banner-section .swiper-slide-active h3
  {
    font-weight: 200;
    text-align: center;
  }
  .banner-slider-arrows
  {
    right: 0;
    bottom: 60px;
  }


  #myVideo {
    position: absolute;
    top: -9999px;
    /*bottom: -9989px;*/
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    /*max-width: 100%;*/
    min-height: 100%;
}
}
#mobilefilter{
  display:none;
  padding:10px;
  font-size: 16px;
 }
@media (max-width: 960px) {
  .filter-tabs    { display: none !important; }
  #mobilefilter{ display: inline-block; }
}


.banner_msg .txt:before {
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -5px;
    top: -20px;
    color: #09485a;
}
.banner_msg .txt:after {
    display: block;
    padding-left: 10px;
    content: "\201D";
    font-size: 80px;
    position: absolute;
    bottom: -66px;
    color: #09485a;
    display: inline-block;
}
.service_product_img {
  width:100%;
  margin-bottom: 29px;
}
.top-bar.clearfix {
    height: 38px;
    background: linear-gradient(
90deg, rgba(67,206,162,0.8) 0%, rgba(24,90,157,0.8) 100%);
}
.log-text.right a {
      color: #fff;
      float: right;
      margin-right: 34px;
      font-weight: 700;
      border: 2px solid #38a088;
      padding: 0px 12px 0px 12px;
      text-transform: uppercase;
      margin-top: 3px;
}
h3.title a {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
img.extrt {
    margin-left: 24px;
}