@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name: 	
Version:        1.0.0
Author:         themexriver
URL:            http://themeforest.net/user/themexriver
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1	Theme Reset Style
#0.2	Global Elements
#0.3	header
#0.4	hero-slider
#0.5	footer
#0.6	about-section
#0.7	services-section
#0.8	projects-section
#0.9	case-studies-section
#1.0	team-section
#1.1	testimonials-section
#1.2	contact-section
#1.3	news-section
#1.4	partners-section


--------------------------------------------------------------
	#home style 2
--------------------------------------------------------------
#2.0	why-choose-section
#2.1	why-choose-section
#2.2	case-studies-s2
#2.3	newsletter-section
#2.4	testimonials-section-s2


--------------------------------------------------------------
	#home style 3
--------------------------------------------------------------
#3.0	fun-fact-section
#3.1	services-section-s3
#3.2	-s2
#3.3	pricing-section
#3.4	testimonials-section-s3


--------------------------------------------------------------
	#about page
--------------------------------------------------------------
#4.1	about-features
#4.2	company-history
#4.3	fun-fact-s2-section
#4.4	about-pg-testimonials-section


--------------------------------------------------------------
	#team page
--------------------------------------------------------------
#5.1	all-team-members
#5.2	team-ceo-section


--------------------------------------------------------------
	#services page
--------------------------------------------------------------
#6.1	all-services-section


--------------------------------------------------------------
	#service single page
--------------------------------------------------------------
#7.1	service-single-content	


--------------------------------------------------------------
	#testimonials page
--------------------------------------------------------------
#8.1	all-testimonials-section


--------------------------------------------------------------
	#faq page
--------------------------------------------------------------
#9.1	faq-section


--------------------------------------------------------------
	#contact page
--------------------------------------------------------------
#10.1	contact-pg-contact-section
#10.2	contact-map-section


--------------------------------------------------------------
	#blog grid page
--------------------------------------------------------------
#11.1	blog-grid-section


--------------------------------------------------------------
	#Blog classic
--------------------------------------------------------------
#12.0 blog-calassic-main-content


--------------------------------------------------------------
	#Blog details
--------------------------------------------------------------
#13.0 blog-single-section


----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Hind:400,500|Roboto Light:500,600,700");
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 15px;
}

body {
  font-family: "Roboto Light", sans-serif;
  background-color: #fff;
  font-size: 15px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  color: #222222;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Light", sans-serif;
  font-weight: bold;
}

ul {
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #eaa400;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 50px 0;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0;
  }
}

/*** back to top **/
.back-to-top {
  background-color: rgba(0, 26, 87, 0.9);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.back-to-top:hover {
  background-color: #001a57;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #bbb;
  box-shadow: inset 0 0 5px #bbb;
}

::-webkit-scrollbar-thumb {
  background: #222222;
}

::-webkit-scrollbar-thumb:hover {
  background: #000b24;
}


/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages,
.contact-validation-active-s2 .error-handling-messages {
  width: 100%;
  margin-top: 15px;
  clear: both;
  float: none;
  padding: 0 25px;
}

.contact-validation-active label.error,
.contact-validation-active-s2 label.error {
  color: red !important;
  font-size: 0.93333rem;
  font-weight: normal;
  margin: 5px 0 0 0;
}

.contact-validation-active #loader,
.contact-validation-active-s2 #loader,
.contact-validation-active #loader-2,
.contact-validation-active-s2 #loader-2 {
  display: none;
  margin-top: 10px;
}

.contact-validation-active #success,
.contact-validation-active-s2 #success,
.contact-validation-active #success-2,
.contact-validation-active-s2 #success-2,
.contact-validation-active #error,
.contact-validation-active-s2 #error,
.contact-validation-active #error-2,
.contact-validation-active-s2 #error-2 {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active-s2 #success,
  .contact-validation-active #success-2,
  .contact-validation-active-s2 #success-2,
  .contact-validation-active #error,
  .contact-validation-active-s2 #error,
  .contact-validation-active #error-2,
  .contact-validation-active-s2 #error-2 {
    font-size: 15px;
  }
}

.contact-validation-active #success,
.contact-validation-active-s2 #success,
.contact-validation-active #success-2,
.contact-validation-active-s2 #success-2 {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-validation-active #error,
.contact-validation-active-s2 #error,
.contact-validation-active #error-2,
.contact-validation-active-s2 #error-2 {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

.contact-validation-active #loader,
.contact-validation-active-s2 #loader {
  text-align: center;
  color: #fff;
  font-size: 8px;
  font-size: 0.53333rem;
}

.contact-validation-active-s2 .error-handling-messages {
  padding: 0 15px;
}

.contact-validation-active-s2 #loader {
  color: #001a57;
}

/**** style for box layout ***/

@media screen and (min-width: 1200px) {
  .box-layout {
    width: 100%;
    height: 100%;
    background: url("../images/body-bg.jpg") center center/auto repeat fixed;
  }
}

@media screen and (min-width: 1200px) {
  .box-layout .page-wrapper {
    background-color: #fff;
    width: 1250px;
    margin: 50px auto 0;
  }
}

/****************************
	section-title
*****************************/
.section-title,
.section-title-s4 {
  text-align: center;
}

.section-title h2,
.section-title-s4 h2 {
  font-size: 30px;
  font-size: 2rem;
  line-height: 1.2em;
  color: #fff;
  margin: 0 0 1em;
  padding: 0 90px;
}

@media (max-width: 1199px) {
  .section-title h2,
  .section-title-s4 h2 {
    padding: 0 40px;
  }
}

@media (max-width: 991px) {
  .section-title h2,
  .section-title-s4 h2 {
    font-size: 25px;
    font-size: 1.66667rem;
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .section-title h2,
  .section-title-s4 h2 {
    font-size: 22px;
    font-size: 1.46667rem;
    padding: 0;
  }
}

.section-title p,
.section-title-s4 p {
  color: #a1adbd;
  margin: 0;
}

.section-title-s2 h2,
.section-title-s3 h2 {
  font-size: 30px;
  font-size: 2rem;
  line-height: 1.2em;
  color: #001a57;
  margin: 0 0 0.8em;
}

@media (max-width: 991px) {
  .section-title-s2 h2,
  .section-title-s3 h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .section-title-s2 h2,
  .section-title-s3 h2 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.section-title-s3 {
  color: #fff;
}

.section-title-s4 h2 {
  color: #001a57;
  margin: 0 0 0.7em;
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #001a57;
  -webkit-box-shadow: 0 0 5px 0 #00298a;
  -moz-box-shadow: 0 0 5px 0 #00298a;
  -o-box-shadow: 0 0 5px 0 #00298a;
  -ms-box-shadow: 0 0 5px 0 #00298a;
  box-shadow: 0 0 5px 0 #00298a;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: italic;
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}


.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}

.social-links li a {
  background-color: #00298a;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}

.social-links li a:hover {
  background-color: #001a57;
}

.slide-caption li a{
  color: #001a57; 
  display: flex; 
  align-items: center;
}

@media (max-width: 767px) {
  .slide-caption h3{
   font-size: 18px;
  }
}

/******************************
	#blog grids
******************************/
.page-title {
  background: rgba(0, 26, 87, 0.9);
  background: -webkit-linear-gradient(left, #fff, #97a7cc);
  background: -moz-linear-gradient(left, #fff, #97a7cc);
  background: -o-linear-gradient(left, #fff, #97a7cc);
  background: -ms-linear-gradient(left, #fff, #97a7cc);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    to(#97a7cc)
  );
  background: linear-gradient(left, #fff, #97a7cc);
  width: 100%;
  height: 160px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .page-title {
    height: 130px;
  }
}

.page-title .container {
  height: 100%;
  display: table;
}

.page-title .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title h2,
.page-title ol {
  color: #fff;
}

.page-title h2 {
  font-size: 36px;
  font-size: 2.4rem;
  color: #001a57;
  margin: 0.5em 0 0.46em;
}

@media (max-width: 991px) {
  .page-title h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .page-title h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
}

@media (max-width: 767px) {
  .page-title .breadcrumb {
    text-align: center;
  }
}

.page-title .breadcrumb li {
  font-size: 18px;
  font-size: 1.2rem;
  color: #7a8595;
  margin-right: 0;
}

@media (max-width: 991px) {
  .page-title .breadcrumb li {
    font-size: 15px;
    font-size: 1rem;
  }
}

.page-title .breadcrumb li a {
  color: #001a57;
}

.page-title .breadcrumb li a:hover {
  color: #00123e;
}

.page-title .breadcrumb > li + li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #001a57;
  margin-right: 5px;
}

.hero-slider-wrapper .breadcrumbs{
  height: 50px;
}

.hero-slider-wrapper .breadcrumbs ul{
  padding: 10px 0;
  margin: 0;
  border-bottom: 2px solid #eee;
}

.hero-slider-wrapper .breadcrumbs ul li{
  display: inline-block; 
  line-height: 25px; 
  list-style: none; 
  font-size: 14px;
}

.hero-slider-wrapper .breadcrumbs ul li a{
  line-height: 25px; 
  display: inline-block; 
  margin-right: 15px;
}

.hero-slider-wrapper .breadcrumbs ul li a:after{
  content: '';
  width: 5px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.625rem;
  background-image: url(https://gicaingenieros.com/g1-dae/assets/grel/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}


.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.preloader div img {
  max-width: 180px;
  -webkit-animation: preloader-animation 1.3s linear infinite;
  animation: preloader-animation 1.3s linear infinite;
}

.preloader #spinningSquaresG {
  position: relative;
width:180px;
	height:14px;
  margin-top: 20px; 
}

.spinningSquaresG{
	position:absolute;
	top:0;
		background-color: #d4b02e;
	width:12px;
	height:12px;
	animation-name:bounce_spinningSquaresG;
		-o-animation-name:bounce_spinningSquaresG;
		-ms-animation-name:bounce_spinningSquaresG;
		-webkit-animation-name:bounce_spinningSquaresG;
		-moz-animation-name:bounce_spinningSquaresG;
	animation-duration:0.515s;
		-o-animation-duration:0.515s;
		-ms-animation-duration:0.515s;
		-webkit-animation-duration:0.515s;
		-moz-animation-duration:0.515s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
}

#spinningSquaresG_1{
	left:0;
	animation-delay:0.206s;
		-o-animation-delay:0.206s;
		-ms-animation-delay:0.206s;
		-webkit-animation-delay:0.206s;
		-moz-animation-delay:0.206s;
}
#spinningSquaresG_9{
	left:13px;
	animation-delay:0.206s;
		-o-animation-delay:0.206s;
		-ms-animation-delay:0.206s;
		-webkit-animation-delay:0.206s;
		-moz-animation-delay:0.206s;
}
#spinningSquaresG_2{
	left:26px;
	animation-delay:0.2625s;
		-o-animation-delay:0.2625s;
		-ms-animation-delay:0.2625s;
		-webkit-animation-delay:0.2625s;
		-moz-animation-delay:0.2625s;
}
#spinningSquaresG_10{
	left:39px;
	animation-delay:0.2625s;
		-o-animation-delay:0.2625s;
		-ms-animation-delay:0.2625s;
		-webkit-animation-delay:0.2625s;
		-moz-animation-delay:0.2625s;
}
#spinningSquaresG_3{
	left:52px;
	animation-delay:0.309s;
		-o-animation-delay:0.309s;
		-ms-animation-delay:0.309s;
		-webkit-animation-delay:0.309s;
		-moz-animation-delay:0.309s;
}
#spinningSquaresG_11{
	left:65px;
	animation-delay:0.309s;
		-o-animation-delay:0.309s;
		-ms-animation-delay:0.309s;
		-webkit-animation-delay:0.309s;
		-moz-animation-delay:0.309s;
}

#spinningSquaresG_4{
	left:78px;
	animation-delay:0.3655s;
		-o-animation-delay:0.3655s;
		-ms-animation-delay:0.3655s;
		-webkit-animation-delay:0.3655s;
		-moz-animation-delay:0.3655s;
}
#spinningSquaresG_12{
	left:91px;
	animation-delay:0.3655s;
		-o-animation-delay:0.3655s;
		-ms-animation-delay:0.3655s;
		-webkit-animation-delay:0.3655s;
		-moz-animation-delay:0.3655s;
}
#spinningSquaresG_5{
	left:104px;
	animation-delay:0.412s;
		-o-animation-delay:0.412s;
		-ms-animation-delay:0.412s;
		-webkit-animation-delay:0.412s;
		-moz-animation-delay:0.412s;
}
#spinningSquaresG_13{
	left:117px;
	animation-delay:0.412s;
		-o-animation-delay:0.412s;
		-ms-animation-delay:0.412s;
		-webkit-animation-delay:0.412s;
		-moz-animation-delay:0.412s;
}


#spinningSquaresG_6{
	left:130px;
	animation-delay:0.4685s;
		-o-animation-delay:0.4685s;
		-ms-animation-delay:0.4685s;
		-webkit-animation-delay:0.4685s;
		-moz-animation-delay:0.4685s;
}
#spinningSquaresG_14{
	left:143px;
	animation-delay:0.4685s;
		-o-animation-delay:0.4685s;
		-ms-animation-delay:0.4685s;
		-webkit-animation-delay:0.4685s;
		-moz-animation-delay:0.4685s;
}
#spinningSquaresG_7{
	left:156px;
	animation-delay:0.515s;
		-o-animation-delay:0.515s;
		-ms-animation-delay:0.515s;
		-webkit-animation-delay:0.515s;
		-moz-animation-delay:0.515s;
}
#spinningSquaresG_15{
	left:169px;
	animation-delay:0.515s;
		-o-animation-delay:0.515s;
		-ms-animation-delay:0.515s;
		-webkit-animation-delay:0.515s;
		-moz-animation-delay:0.515s;
}


#spinningSquaresG_8{
	left:182px;
	animation-delay:0.5715s;
		-o-animation-delay:0.5715s;
		-ms-animation-delay:0.5715s;
		-webkit-animation-delay:0.5715s;
		-moz-animation-delay:0.5715s;
}



@keyframes bounce_spinningSquaresG{
	0%{
		transform:scale(1);
		background-color: 055490
	}

	100%{
		transform:scale(.3) rotate(90deg);
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes bounce_spinningSquaresG{
	0%{
		-o-transform:scale(1);
		background-color: #d4b02e
	}

	100%{
		-o-transform:scale(.3) rotate(90deg);
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes bounce_spinningSquaresG{
	0%{
		-ms-transform:scale(1);
		background-color: #d4b02e
	}

	100%{
		-ms-transform:scale(.3) rotate(90deg);
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes bounce_spinningSquaresG{
	0%{
		-webkit-transform:scale(1);
		background-color: #d4b02e
	}

	100%{
		-webkit-transform:scale(.3) rotate(90deg);
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes bounce_spinningSquaresG{
	0%{
		-moz-transform:scale(1);
		background-color: #d4b02e
	}

	100%{
		-moz-transform:scale(.3) rotate(90deg);
		background-color:rgb(255,255,255);
	}
}


/*

@keyframes bounce_spinningSquaresG{
	0%{
		transform:scale(1);
		  background-color: #055490
	}

	100%{
		transform:scale(.3) rotate(90deg);
		 background-color: rgb(255,255,255);
	}
}

@-o-keyframes bounce_spinningSquaresG{
	0%{
		-o-transform:scale(1);
	   background-color: #055490;
	}

	100%{
		-o-transform:scale(.3) rotate(90deg);
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes bounce_spinningSquaresG{
	0%{
		-ms-transform:scale(1);
		   background-color: #055490;
	}

	100%{
		-ms-transform:scale(.3) rotate(90deg);
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes bounce_spinningSquaresG{
	0%{
		-webkit-transform:scale(1);
	   background-color: #055490;
	}

	100%{
		-webkit-transform:scale(.3) rotate(90deg);
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes bounce_spinningSquaresG{
	0%{
		-moz-transform:scale(1);
		   background-color: #055490;
	}

	100%{
		-moz-transform:scale(.3) rotate(90deg);
		   background-color: #055490;
	}
}
*/

/*
@-webkit-keyframes preloader-animation {
  form {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes preloader-animation {
  form {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
*/
/*
.spinningSquaresG{
	position:absolute;
	top:0;
		background-color: #055490;
	width:12px;
	height:12px;
	animation-name:bounce_spinningSquaresG;
		-o-animation-name:bounce_spinningSquaresG;
		-ms-animation-name:bounce_spinningSquaresG;
		-webkit-animation-name:bounce_spinningSquaresG;
		-moz-animation-name:bounce_spinningSquaresG;
	animation-duration:0.515s;
		-o-animation-duration:0.515s;
		-ms-animation-duration:0.515s;
		-webkit-animation-duration:0.515s;
		-moz-animation-duration:0.515s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
}

#spinningSquaresG_1{
	left:0;
	animation-delay:0.206s;
		-o-animation-delay:0.206s;
		-ms-animation-delay:0.206s;
		-webkit-animation-delay:0.206s;
		-moz-animation-delay:0.206s;
}
#spinningSquaresG_9{
	left:13px;
	animation-delay:0.206s;
		-o-animation-delay:0.206s;
		-ms-animation-delay:0.206s;
		-webkit-animation-delay:0.206s;
		-moz-animation-delay:0.206s;
}
#spinningSquaresG_2{
	left:26px;
	animation-delay:0.2625s;
		-o-animation-delay:0.2625s;
		-ms-animation-delay:0.2625s;
		-webkit-animation-delay:0.2625s;
		-moz-animation-delay:0.2625s;
}
#spinningSquaresG_10{
	left:39px;
	animation-delay:0.2625s;
		-o-animation-delay:0.2625s;
		-ms-animation-delay:0.2625s;
		-webkit-animation-delay:0.2625s;
		-moz-animation-delay:0.2625s;
}
#spinningSquaresG_3{
	left:52px;
	animation-delay:0.309s;
		-o-animation-delay:0.309s;
		-ms-animation-delay:0.309s;
		-webkit-animation-delay:0.309s;
		-moz-animation-delay:0.309s;
}
#spinningSquaresG_11{
	left:65px;
	animation-delay:0.309s;
		-o-animation-delay:0.309s;
		-ms-animation-delay:0.309s;
		-webkit-animation-delay:0.309s;
		-moz-animation-delay:0.309s;
}

#spinningSquaresG_4{
	left:78px;
	animation-delay:0.3655s;
		-o-animation-delay:0.3655s;
		-ms-animation-delay:0.3655s;
		-webkit-animation-delay:0.3655s;
		-moz-animation-delay:0.3655s;
}
#spinningSquaresG_12{
	left:91px;
	animation-delay:0.3655s;
		-o-animation-delay:0.3655s;
		-ms-animation-delay:0.3655s;
		-webkit-animation-delay:0.3655s;
		-moz-animation-delay:0.3655s;
}
#spinningSquaresG_5{
	left:104px;
	animation-delay:0.412s;
		-o-animation-delay:0.412s;
		-ms-animation-delay:0.412s;
		-webkit-animation-delay:0.412s;
		-moz-animation-delay:0.412s;
}
#spinningSquaresG_13{
	left:117px;
	animation-delay:0.412s;
		-o-animation-delay:0.412s;
		-ms-animation-delay:0.412s;
		-webkit-animation-delay:0.412s;
		-moz-animation-delay:0.412s;
}


#spinningSquaresG_6{
	left:130px;
	animation-delay:0.4685s;
		-o-animation-delay:0.4685s;
		-ms-animation-delay:0.4685s;
		-webkit-animation-delay:0.4685s;
		-moz-animation-delay:0.4685s;
}
#spinningSquaresG_14{
	left:143px;
	animation-delay:0.4685s;
		-o-animation-delay:0.4685s;
		-ms-animation-delay:0.4685s;
		-webkit-animation-delay:0.4685s;
		-moz-animation-delay:0.4685s;
}
#spinningSquaresG_7{
	left:156px;
	animation-delay:0.515s;
		-o-animation-delay:0.515s;
		-ms-animation-delay:0.515s;
		-webkit-animation-delay:0.515s;
		-moz-animation-delay:0.515s;
}
#spinningSquaresG_15{
	left:169px;
	animation-delay:0.515s;
		-o-animation-delay:0.515s;
		-ms-animation-delay:0.515s;
		-webkit-animation-delay:0.515s;
		-moz-animation-delay:0.515s;
}


#spinningSquaresG_8{
	left:182px;
	animation-delay:0.5715s;
		-o-animation-delay:0.5715s;
		-ms-animation-delay:0.5715s;
		-webkit-animation-delay:0.5715s;
		-moz-animation-delay:0.5715s;
}



@keyframes bounce_spinningSquaresG{
	0%{
		transform:scale(1);
		background-color: 055490
	}

	100%{
		transform:scale(.3) rotate(90deg);
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes bounce_spinningSquaresG{
	0%{
		-o-transform:scale(1);
		background-color: #055490
	}

	100%{
		-o-transform:scale(.3) rotate(90deg);
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes bounce_spinningSquaresG{
	0%{
		-ms-transform:scale(1);
		background-color: #055490
	}

	100%{
		-ms-transform:scale(.3) rotate(90deg);
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes bounce_spinningSquaresG{
	0%{
		-webkit-transform:scale(1);
		background-color: #055490
	}

	100%{
		-webkit-transform:scale(.3) rotate(90deg);
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes bounce_spinningSquaresG{
	0%{
		-moz-transform:scale(1);
		background-color: #055490
	}

	100%{
		-moz-transform:scale(.3) rotate(90deg);
		background-color:rgb(255,255,255);
	}
}




/*
@-webkit-keyframes preloader-animation {
  form {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes preloader-animation {
  form {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*************************
    services grids
*****************************/

.services-grids .grid {
  background-color: #fff;
  text-align: center;
  padding: 45px;
  margin-bottom: 55px;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 0px 22px 40px 0px rgba(171, 171, 171, 0.1);
  box-shadow: 0px 22px 40px 0px rgba(171, 171, 171, 0.1);
  position: relative;
  
}

@media (max-width: 767px) {
  .services-grids .grid {
    padding: 35px 25px;
  }
}

.services-grids .grid .inner {
  position: relative;
}

.services-grids .grid .overlay {
  background: url("../images/service-grid-bg.jpg") center center/cover no-repeat local;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  left: 6px;
  top: 6px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.services-grids .grid .overlay:before {
  content: "";
  background-color: rgba(0, 26, 87, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#grid1 .overlay {
  background-image: url('../images/formulas/enfoque_personalizado.webp'); 
}

#grid2 .overlay {
  background-image: url('../images/formulas/metodologia.webp'); 
}
#grid3 .overlay {
  background-image: url('../images/formulas/resultados.webp'); 
}


.services-grids .grid .fi:before {
  font-size: 45px;
  font-size: 3rem;
  color: #001a57;
}

@media (max-width: 991px) {
  .services-grids .grid .fi:before {
    font-size: 38px;
    font-size: 2.53333rem;
  }
}

.services-grids .grid h3 {
  font-size: 24px;
  font-size: 1.6rem;
  color: #001a57;
  font-weight: 500;
  margin: 5px 0 0.5em;
  height: 80px;
  
}

@media (max-width: 991px) {
  .services-grids .grid h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (min-width: 1200px) {
  .services-grids .grid h3 {
    font-size: 22px; /* Reduce el tamaño del font-size para escritorio */
  }
}

@media (max-width: 767px) {
  .services-grids .grid h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.services-grids .grid p {
  font-size: 14px;
  margin: 3em 0 4.5em;
  text-align: justify;
  min-height: 6em; /* Asegura que el párrafo tenga espacio suficiente */
  height: 200px;

}

@media (max-width: 991px) {
  .services-grids .grid p {
    margin: 0 0 3em;
    height: 100px;

  }
}

@media (min-width: 1200px) {
  .services-grids .grid p {
    min-height: 5em; /* Reduce la altura del párrafo para escritorio */
  }
}

@media (max-width: 767px) {
  .services-grids .grid p {
    margin: 0 0 2em;
    height: 120px;
  }
}

.services-grids .grid .more {
  font-family: "Roboto Light", sans-serif;
  font-size: 15px;
  font-size: 1rem;
  color: #001a57;
  font-weight: 600;
}

@media (max-width: 991px) {
  .services-grids .grid .more {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.services-grids .grid:hover .overlay {
  opacity: 1;
}

.services-grids .grid:hover h3,
.services-grids .grid:hover .fi:before,
.services-grids .grid:hover p,
.services-grids .grid:hover .more {
  color: #fff;
}

/* Aplicar estilos hover por defecto en móviles */
@media (max-width: 767px) {
  .services-grids .grid .overlay {
    opacity: 1;
  }

  .services-grids .grid h3,
  .services-grids .grid .fi:before,
  .services-grids .grid p,
  .services-grids .grid .more {
    color: #fff;
  }
  .services-grids .grid .overlay:before {
    background-color: rgba(0, 26, 87, 0.7);
  }
}

/* Centrar botones de navegación */
.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.owl-carousel .owl-nav button {
  background-color: #001a57;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin: 0 10px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}

.owl-carousel .owl-nav button:hover {
  background-color: #0044cc;
}
/* Estilos específicos para la sección services-slider en pantallas grandes */
@media (min-width: 1200px) {
  .services-slider .owl-stage-outer {
    display: flex;
    justify-content: center;
  }

  .services-slider .owl-stage {
    display: flex;
    justify-content: center;
  }
  .services-grids .grid {
    height: auto; /* Allow cards to adapt to content */
    min-height: 500px; /* Set a minimum height */
  }
}

/***Estilos para Nuestra formula Detalle****/
#OurFormulaDetailContainer {
    display: none; 
    transition: opacity 0.3s ease-in-out; 
    margin-top: 20px; 
    background: #fff; 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
    padding: 40px; 
    border-radius: 8px;
}

#OurFormulaDetailContainer.visible {
    display: block; 
    opacity: 1; 
}

#OurFormulaDetailContainer .col-md-5, #OurFormulaDetailContainer .col-md-7 {
    padding-left: 0; 
}

#detailImage {
    width: 80%; 
     max-width: 80%; 
    height: auto; 
    border-radius: 5px; 
    margin-bottom: 15px; 
}

#detailTitle {
    color: #333; 
    font-size: 24px; 
    margin-bottom: 10px; 
}

#detailDescription {
    color: #666; 
    line-height: 1.6;
    font-size: 16px;
}
#OurFormulaDetailContainer .row:last-child {
    margin-top: 30px; 
}
@media (max-width: 767px) {
    #OurFormulaDetailContainer {
        padding: 20px; 
    }

    #OurFormulaDetailContainer .col-md-5,
    #OurFormulaDetailContainer .col-md-7 {
        width: 100%; 
        padding: 0; 
        display: flex;
        flex-direction: column; 
        align-items: center; 
        text-align: center; 
    }

    #detailImageFormula {
        max-width: 100%; 
        height: auto; 
        margin-bottom: 15px; 
    }

    #detailTitleFormula {
        font-size: 20px;
    }

    #detailDescriptionFormula {
        font-size: 14px; 
    }

    #backButtonFormula {
        margin-top: 20px; 
    }
}
@media (max-width: 991px) {
    #OurFormulaDetailContainer .col-md-5, #OurFormulaDetailContainer .col-md-7 {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    #OurFormulaDetailContainer {
        padding: 20px !important;
    }

    #detailImageFormula, #detailTitleFormula, #detailDescriptionFormula {
        width: 80%; /* Establece un ancho uniforme para la imagen y el contenido */
        margin-left: auto; /* Centra horizontalmente */
        margin-right: auto; /* Centra horizontalmente */
    }

    #detailImageFormula {
        height: auto;
        margin-bottom: 15px; 
        margin-top: 15px;
    }

    #detailTitleFormula {
        font-size: 20px;
        margin-bottom: 10px;
    }

    #detailDescriptionFormula {
        font-size: 14px;
    }

    #backButtonFormula {
        display: block;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }
}

/****************************
	blog grids
****************************/
.blog-grids {
  
}

.blog-grids .grid .entry-body {
  padding: 18px 25px;
  border: 1px solid #e4e4e4;
}

@media (max-width: 767px) {
  .blog-grids .grid .entry-body {
    padding: 18px 20px;
  }
}

.blog-grids .grid .cat {
  font-family: "Roboto Light", sans-serif;
  background-color: #001a57;
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 500;
  color: #fff;
  padding: 2px 10px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .blog-grids .grid .cat {
    font-size: 11px;
    font-size: 0.73333rem;
  }
}

.blog-grids .entry-body h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 500;
  line-height: 1.4em;
  margin: 0 0 1.35em;
}

@media (max-width: 1199px) {
  .blog-grids .entry-body h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .blog-grids .entry-body h3 {
    font-size: 15px;
    font-size: 1rem;
  }
}

.blog-grids .entry-body h3 a {
  color: #001a57;
}

.blog-grids .entry-meta {
  border-top: 1px solid #e1e2e3;
  padding-top: 14px;
}

.blog-grids .entry-meta ul {
  list-style: none;
  
}

.blog-grids .entry-meta ul li {
  float: left;
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 500;
  color: #9ca3ac;
}

@media (max-width: 767px) {
  .blog-grids .entry-meta ul li {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

.blog-grids .entry-meta ul li a {
  color: #7a8595;
}

.blog-grids .entry-meta ul > li + li {
  margin-left: 18px;
}

@media (max-width: 1199px) {
  .blog-grids .entry-meta ul > li + li {
    margin-left: 12px;
  }
}

.blog-grids .entry-video {
  position: relative;
}

.blog-grids .entry-video .video-holder {
  background: rgba(0, 26, 87, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-grids .entry-video .video-holder a {
  background-color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #001a57;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*********************************
	why choose grids
*********************************/
.why-choose-grids .grid {
  position: relative;
  
}

@media screen and (min-width: 991px) {
  .why-choose-grids .grid {
    height: 400px;
  }
}

.why-choose-grids .img-holder {
  position: relative;
}

@media screen and (min-width: 991px) {
  .why-choose-grids .img-holder:before {
    content: "";
    background-color: rgba(0, 26, 87, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    top: auto;
    bottom: 20px;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.why-choose-grids .grid:hover .img-holder:before {
  opacity: 1;
}

.why-choose-grids .img-holder img {
  width: 100%;
  height: auto;
  display: block;
}

/* Overlay solo en dispositivos móviles */
@media (max-width: 767px) {
  .why-choose-grids .img-holder .overlay {
    background-color: rgba(0, 26, 87, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1; /* Overlay visible por defecto */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.5s;
  }

  /* Eliminar título del servicio en dispositivos móviles */
  .why-choose-grids .grid .details h3 {
    display: none;
  }
}

@media (min-width: 768px) {
  .why-choose-grids .img-holder .overlay {
    display: none; /* Ocultar overlay en desktop */
  }
}


.why-choose-grids .img-holder .overlay .overlay-content {
  position: relative;
  z-index: 2;
}

.why-choose-grids .img-holder .overlay .overlay-content h3 {
  font-size: 20px;
  color: #fff;
  margin: 0;
}

.why-choose-grids .grid .details {
  background-color: #fff;
  padding: 45px 45px 50px;
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.07);
  text-align: center;
  position: relative;
  z-index: 20;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 991px) {
  .why-choose-grids .grid .details {
    height: 185px;
    position: absolute;
    top: 225px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .why-choose-grids .grid .details {
    padding: 45px 25px 35px;
  }
}

@media screen and (min-width: 991px) {
  .why-choose-grids .grid:hover .details {
    height: 250px;
    top: 150px;
  }
}

.why-choose-grids .grid .icon {
  background-color: #fff;
  width: 75px;
  height: 75px;
  line-height: 75px;
  -webkit-box-shadow: 0 0 10px rgba(171, 171, 171, 0.55);
  box-shadow: 0 0 10px rgba(171, 171, 171, 0.55);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -37.5px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .why-choose-grids .grid .icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    top: -32.5px;
  }
}

.why-choose-grids .grid .icon .fi:before {
  font-size: 45px;
  color: #001a57;
}

@media (max-width: 767px) {
  .why-choose-grids .grid .icon .fi:before {
    font-size: 35px;
  }
}

.why-choose-grids .grid .details h3 {
  font-size: 22px;
  font-size: 1.46667rem;
  color: #001a57;
  margin: 0.42em 0 0.68em;
}

@media (max-width: 991px) {
  .why-choose-grids .grid .details h3 {
    font-size: 18px;
    font-size: 1.2rem;
    height: 45px;
  }
}

.why-choose-grids .grid .details .read-more {
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #001a57;
}

@media (max-width: 991px) {
  .why-choose-grids .grid .details .read-more {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.why-choose-grids .grid .details p {
  margin-bottom: 1.7em;
}

@media (max-width: 991px) {
  .why-choose-grids .grid .details p {
    margin-bottom: 1em;
    height: 80px;
  }
}


/* Estilo para el contenedor de detalles del servicio */

#serviceDetailContainer {
    display: none; 
    transition: opacity 0.3s ease-in-out; 
    margin-top: 20px; 
    background: #fff; 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
    padding: 40px; 
    border-radius: 8px; 
}

#serviceDetailContainer.visible {
    display: block; 
    opacity: 1; 
}


#detailImage {
    width: 100%; 
    height: auto; 
    border-radius: 5px; 
    margin-bottom: 15px; 
}

#detailTitle {
    color: #333; 
    font-size: 24px; 
    margin-bottom: 10px; 
}

#detailDescription {
    color: #666; 
    line-height: 1.6;
    font-size: 16px;
}

#serviceDetailContainer .col-md-5, #serviceDetailContainer .col-md-12 {
    padding-left: 0;
}
@media (max-width: 991px) {
    #serviceDetailContainer .col-md-5, #serviceDetailContainer .col-md-7 {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    #serviceDetailContainer {
        padding: 20px !important;
    }

    #detailImage {
        max-width: 80%; 
        height: auto;
        margin-bottom: 15px; 
        margin-top: 15px;
    }

    #detailTitle {
        font-size: 20px; 
    }

    #detailDescription {
        font-size: 14px;
    }

   #backButtonService {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}



@media (max-width: 767px) {
    #serviceDetailContainer {
        padding: 20px;
    }

    #serviceDetailContainer .col-md-5,
    #serviceDetailContainer .col-md-7 {
        width: 100%; 
        padding: 0; 
        display: flex; 
        flex-direction: column; 
        align-items: center; 
        text-align: center;
    }

    #detailImage {
        max-width: 100%; 
        height: auto; 
        margin-bottom: 15px; 
    }

    #detailTitle {
        font-size: 20px; 
    }

    #detailDescription {
        font-size: 14px;
    }

    #backButtonService {
        margin-top: 20px; 
    }
}
/*******************************
	pricing grids
********************************/
.pricing-grids .grid {
  background-color: #fff;
}

.pricing-grids .pricing-header {
  background: url("../images/pricing/img-1.jpg") center center/cover no-repeat
    local;
  padding: 50px 65px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .pricing-grids .pricing-header {
    padding: 40px 55px;
  }
}

.pricing-grids .pricing-header:before {
  content: "";
  background-color: rgba(0, 26, 87, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.pricing-grids .price {
  font-size: 48px;
  font-size: 3.2rem;
  font-weight: 600;
  color: #fff;
  padding-left: 15px;
  margin: 0;
  display: inline-block;
  position: relative;
}

@media (max-width: 767px) {
  .pricing-grids .price {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

.pricing-grids .price span {
  font-size: 25px;
  font-size: 1.66667rem;
  color: #4fba6f;
  position: absolute;
  top: 8px;
  left: 0;
}

@media (max-width: 767px) {
  .pricing-grids .price span {
    font-size: 20px;
    font-size: 1.33333rem;
    top: 3px;
  }
}

.pricing-grids .duration {
  font-family: "Roboto Light", sans-serif;
  font-weight: 600;
  color: #fff;
  margin: 0;
  position: relative;
}

.pricing-grids .type {
  font-family: "Roboto Light", sans-serif;
  background: #001a57;
  background: -webkit-linear-gradient(top, #00123e, #001a57);
  background: -moz-linear-gradient(top, #00123e, #001a57);
  background: -o-linear-gradient(top, #00123e, #001a57);
  background: -ms-linear-gradient(top, #00123e, #001a57);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00123e),
    to(#001a57)
  );
  background: linear-gradient(top, #00123e, #001a57);
  width: 160px;
  height: 45px;
  line-height: 45px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: -22.5px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .pricing-grids .type {
    width: 120px;
    height: 40px;
    line-height: 40px;
    bottom: -20px;
  }
}

.pricing-grids .popular-ribbon {
  position: absolute;
  right: 0;
  top: 0;
}

.pricing-grids .popular-ribbon img {
  width: auto;
}

.pricing-grids .pricing-body {
  text-align: center;
  padding: 50px 0;
}

@media (max-width: 767px) {
  .pricing-grids .pricing-body {
    padding: 50px 0 40px;
  }
}

.pricing-grids .pricing-body ul {
  list-style: none;
  margin-bottom: 40px;
}

.pricing-grids .pricing-body ul li {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #7a8595;
}

.pricing-grids .pricing-body ul li {
  border-bottom: 1px solid #e3eff5;
  padding: 15px 0;
}

@media (max-width: 767px) {
  .pricing-grids .pricing-body ul li {
    padding: 10px 0;
  }
}

.pricing-grids .pricing-body ul > li:first-child {
  border-top: 1px solid #e3eff5;
}

.pricing-grids .pricing-body .sign-up {
  background-color: #e3eff5;
  width: 160px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-size: 1.06667rem;
  color: #001a57;
  font-weight: 500px;
  text-transform: uppercase;
  display: inline-block;
}

@media (max-width: 767px) {
  .pricing-grids .pricing-body .sign-up {
    width: 110px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

/******************************
	#blog grids
******************************/
.page-title {
  background: rgba(0, 26, 87, 0.9);
  background: -webkit-linear-gradient(left, #fff, #97a7cc);
  background: -moz-linear-gradient(left, #fff, #97a7cc);
  background: -o-linear-gradient(left, #fff, #97a7cc);
  background: -ms-linear-gradient(left, #fff, #97a7cc);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    to(#97a7cc)
  );
  background: linear-gradient(left, #fff, #97a7cc);
  width: 100%;
  height: 160px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .page-title {
    height: 130px;
  }
}

.page-title .container {
  height: 100%;
  display: table;
}

.page-title .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title h2,
.page-title ol {
  color: #fff;
}

.page-title h2 {
  font-size: 36px;
  font-size: 2.4rem;
  color: #001a57;
  margin: 0.5em 0 0.46em;
}

@media (max-width: 991px) {
  .page-title h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .page-title h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
}

@media (max-width: 767px) {
  .page-title .breadcrumb {
    text-align: center;
  }
}

.page-title .breadcrumb li {
  font-size: 18px;
  font-size: 1.2rem;
  color: #7a8595;
  margin-right: 0;
}

@media (max-width: 991px) {
  .page-title .breadcrumb li {
    font-size: 15px;
    font-size: 1rem;
  }
}

.page-title .breadcrumb li a {
  color: #001a57;
}

.page-title .breadcrumb li a:hover {
  color: #00123e;
}

.page-title .breadcrumb > li + li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #001a57;
  margin-right: 5px;
}

/************************************
	Service sidebar
**********************************/

@media screen and (min-width: 991px) {
  .service-sidebar {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .service-sidebar {
    max-width: 300px;
    margin-top: 60px;
  }
}

.service-sidebar ul {
  list-style: none;
}

.service-sidebar h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #001a57;
  margin: 0 0 0.46em;
}

@media (max-width: 991px) {
  .service-sidebar h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.service-sidebar > .widget + .widget {
  margin-top: 55px;
}

.service-sidebar .link-widget li {
  font-family: "Roboto Light", sans-serif;
  border: 1px solid #eeeeee;
  position: relative;
}

.service-sidebar .link-widget li:after {
  font-family: "FontAwesome";
  content: "\f105";
  color: #86909e;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service-sidebar .link-widget ul > li + li {
  margin-top: 8px;
}

.service-sidebar .link-widget a {
  color: #86909e;
  padding: 9px 25px;
  display: block;
}

@media (max-width: 1199px) {
  .service-sidebar .link-widget a {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 767px) {
  .service-sidebar .link-widget a {
    padding: 10px 20px;
  }
}

.service-sidebar .link-widget li:hover,
.service-sidebar .link-widget li.active {
  background-color: #001a57;
  background: -webkit-linear-gradient(top, #001a57, #00123e);
  background: -moz-linear-gradient(top, #001a57, #00123e);
  background: -o-linear-gradient(top, #001a57, #00123e);
  background: -ms-linear-gradient(top, #001a57, #00123e);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#001a57),
    to(#00123e)
  );
  background: linear-gradient(top, #001a57, #00123e);
}

.service-sidebar .link-widget li:hover a,
.service-sidebar .link-widget li.active a {
  color: #fff;
}

.service-sidebar .link-widget li:hover:after,
.service-sidebar .link-widget li.active:after {
  color: #fff;
}

.service-sidebar .google-map-widget {
  width: 100%;
}

.service-sidebar .google-map-widget > div {
  height: 200px;
}

.service-sidebar .google-map-widget iframe {
  width: 100%;
  height: 100%;
}

.service-sidebar .contact-widget ul li {
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  color: #86909e;
  line-height: 1.6em;
  padding-left: 45px;
  position: relative;
}

@media (max-width: 1199px) {
  .service-sidebar .contact-widget ul li {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.service-sidebar .contact-widget ul > li + li {
  margin-top: 30px;
}

.service-sidebar .contact-widget ul li i {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #001a57;
  position: absolute;
  left: 0;
  top: 4px;
}

.service-sidebar .brochures-widget p {
  margin-bottom: 2em;
}

@media screen and (min-width: 1200px) {
  .service-sidebar .brochures-widget p {
    padding-right: 45px;
  }
}

.service-sidebar .brochures-widget .btns a {
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  color: #001a57;
  font-weight: 500;
  padding: 10px 32px;
  margin-bottom: 15px;
  border: 2px solid #001a57;
  display: block;
  border-radius: 5px;
}

@media (max-width: 1199px) {
  .service-sidebar .brochures-widget .btns a {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 767px) {
  .service-sidebar .brochures-widget .btns a {
    padding: 10px 20px;
  }
}

.service-sidebar .brochures-widget .btns i {
  display: inline-block;
  padding-right: 5px;
}

.service-sidebar .brochures-widget .btns a:last-child {
  margin-bottom: 0;
}

.service-sidebar .brochures-widget .btns a:hover {
  background-color: #001a57;
  background: -webkit-linear-gradient(top, #00123e, #001a57);
  background: -moz-linear-gradient(top, #00123e, #001a57);
  background: -o-linear-gradient(top, #00123e, #001a57);
  background: -ms-linear-gradient(top, #00123e, #001a57);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00123e),
    to(#001a57)
  );
  background: linear-gradient(top, #00123e, #001a57);
  color: #fff;
}

.service-sidebar .brochures-widget .btns a:hover i {
  color: #fff;
}

.service-sidebar .case-link-widget ul > li + li {
  margin-top: 5px;
}

.service-sidebar .case-link-widget li a {
  background-color: #f2f2f2;
  font-family: "Roboto Light", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  color: #001a57;
  border-radius: 5px;
  padding: 15px 20px;
  display: block;
}

@media (max-width: 1199px) {
  .service-sidebar .case-link-widget li a {
    font-size: 15px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .service-sidebar .case-link-widget li a {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.service-sidebar .case-link-widget li.current a,
.service-sidebar .case-link-widget a:hover {
  background-color: #fff;
  color: red;
}

.service-sidebar .newsletter-widget {
  background-color: #f2f2f2;
  padding: 35px 25px;
  position: relative;
}

.service-sidebar .newsletter-widget:before {
  content: "";
  background: url("../images/newsletter-env.png") center center/100% no-repeat
    local;
  width: 113px;
  height: 106px;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 991px) {
  .service-sidebar .newsletter-widget:before {
    width: 80px;
    height: 75px;
  }
}

.service-sidebar .newsletter-widget form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #a6a6a6;
}

.service-sidebar .newsletter-widget form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #a6a6a6;
}

.service-sidebar .newsletter-widget form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #a6a6a6;
}

.service-sidebar .newsletter-widget form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #a6a6a6;
}

.service-sidebar .newsletter-widget h3 {
  line-height: 1.2em;
  margin: 0 0 2.7em;
}

@media (max-width: 767px) {
  .service-sidebar .newsletter-widget h3 {
    margin: 0 0 2em;
  }
}

.service-sidebar .newsletter-widget input {
  height: 45px;
  font-size: 1.06667rem;
  border: 0;
  padding: 0 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid red;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .service-sidebar .newsletter-widget input {
    height: 40px;
  }
}

.service-sidebar .newsletter-widget button {
  background-color: #001a57;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 1.06667rem;
  color: #fff;
  border: 0;
  padding: 0;
  margin-top: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .service-sidebar .newsletter-widget button {
    height: 40px;
    line-height: 40px;
  }
}

.service-sidebar .newsletter-widget button:hover {
  background-color: #001a57;
  background: -webkit-linear-gradient(top, #001a57, #00123e);
  background: -moz-linear-gradient(top, #001a57, #00123e);
  background: -o-linear-gradient(top, #001a57, #00123e);
  background: -ms-linear-gradient(top, #001a57, #00123e);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#001a57),
    to(#00123e)
  );
  background: linear-gradient(top, #001a57, #00123e);
}

.theme-accordion-s1 {
  margin-bottom: 0;
}

.theme-accordion-s1 .panel-default {
  background: transparent;
  border: 1px solid #dee0e1;
  border-radius: 0;
}

.theme-accordion-s1 .panel-group .panel + .panel {
  margin-top: 8px;
}

.theme-accordion-s1 .panel-heading {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.theme-accordion-s1 .panel-heading a {
  font-family: "Roboto Light", sans-serif;
  background-color: #001a57;
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  display: block;
  padding: 15px 25px;
  position: relative;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a {
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 12px 20px;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading a {
    padding: 12px 15px;
  }
}

.theme-accordion-s1 .panel-heading a:before {
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 20px;
  font-size: 1.33333rem;
  position: absolute;
  right: 25px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a:before {
    font-size: 18px;
    font-size: 1.2rem;
    right: 20px;
  }
}

@media (max-width: 550px) {
  .theme-accordion-s1 .panel-heading a:before {
    display: none;
  }
}

.theme-accordion-s1 .panel-heading a:hover,
.theme-accordion-s1 .panel-heading a:focus {
  text-decoration: none;
}

.theme-accordion-s1 .panel-heading .collapsed {
  background-color: #fff;
  color: #001a57;
}

.theme-accordion-s1 .panel-heading .collapsed:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
  background: rgba(255, 255, 255, 0.9);
  border: 0;
  padding: 24px 33px 12px;
}

@media (max-width: 1800px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    background-color: #fff;
  }
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    padding: 20px 20px 10px;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    padding: 15px 15px 8px;
  }
}

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
  margin-top: 45px;
}

@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .pagination-wrapper {
    margin-top: 25px;
  }
}

.pagination-wrapper .pg-pagination {
  display: inline-block;
  
  list-style-type: none;
  text-align: center;
}

.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}

.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
  font-family: "Roboto Light", sans-serif;
  background-color: #b1b8c1;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #001a57;
  background: -webkit-linear-gradient(top, #001a57, #00123e);
  background: -moz-linear-gradient(top, #001a57, #00123e);
  background: -o-linear-gradient(top, #001a57, #00123e);
  background: -ms-linear-gradient(top, #001a57, #00123e);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#001a57),
    to(#00123e)
  );
  background: linear-gradient(top, #001a57, #00123e);
  color: #fff;
}

.pagination-wrapper-left {
  text-align: left;
  margin-top: 70px;
}

@media (max-width: 991px) {
  .pagination-wrapper-left {
    margin-top: 45px;
  }
}

/*****************************
	blog sidebar
******************************/
.blog-sidebar {
  max-width: 300px;
  margin-left: auto;
  /*** search-widget ***/
  /*** categories-widget ***/
  /*** recent-post-widget ***/
  /*** recont comments ***/
  /*** tagcloud-widget ***/
  /*** news-letter-widget ***/
  /*** instagram-wiget ***/
}

@media (max-width: 991px) {
  .blog-sidebar {
    max-width: 300px;
    padding-left: 0;
    margin-top: 80px;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 70px;
  }
}

.blog-sidebar ul {
  list-style: none;
}

.blog-sidebar > .widget + .widget {
  margin-top: 35px;
}

.blog-sidebar .widget:not(.search-widget) {
  padding: 44px 30px;
  border: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
  .blog-sidebar .widget:not(.search-widget) {
    padding: 35px 20px;
  }
}

.blog-sidebar .widget > h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 600;
  color: #001a57;
  margin: 0 0 1.3em;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .blog-sidebar .widget > h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.blog-sidebar .search-widget div,
.blog-sidebar .news-letter-widget div {
  position: relative;
}

.blog-sidebar .search-widget input,
.blog-sidebar .news-letter-widget input {
  height: 40px;
  border: 1px solid #e5e5e5;
  padding: 6px 80px 6px 15px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog-sidebar .search-widget button,
.blog-sidebar .news-letter-widget button {
  background-color: #001a57;
  width: 50px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border: 0;
  outline: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.blog-sidebar .search-widget button:hover,
.blog-sidebar .news-letter-widget button:hover {
  background-color: #000b24;
}

.blog-sidebar .categories-widget ul > li + li {
  border-top: 1px solid #e1e1e1;
}

.blog-sidebar .categories-widget ul a {
  display: block;
  color: #5d5c5c;
  padding: 9px 0;
  position: relative;
}

.blog-sidebar .categories-widget ul a:hover {
  color: #000;
}

.blog-sidebar .categories-widget ul a span {
  position: absolute;
  right: 0;
}

.blog-sidebar .categories-widget ul a span:before {
  content: "(";
  position: relative;
  top: 1px;
}

.blog-sidebar .categories-widget ul a span:after {
  content: ")";
  position: relative;
  top: 1px;
}

.blog-sidebar .recent-post-widget .post {
  
}

.blog-sidebar .recent-post-widget > .post + .post {
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
}

.blog-sidebar .recent-post-widget .entry-media {
  width: 75px;
  float: left;
  margin-bottom: 20px;
}

.blog-sidebar .recent-post-widget .entry-details {
  width: calc(100% - 75px);
  float: left;
  padding-left: 15px;
}

.blog-sidebar .recent-post-widget .entry-details h4 {
  font-size: 15px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.4em;
  margin: 0 0 0.3em;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .entry-details h4 {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.blog-sidebar .recent-post-widget .entry-details h4 a {
  color: #001a57;
}

.blog-sidebar .recent-post-widget .entry-details h4 a:hover {
  color: #00123e;
}

.blog-sidebar .recent-post-widget .date {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #bebfc0;
}

.blog-sidebar .recent-comments ul > li + li {
  margin-top: 22px;
}

.blog-sidebar .recent-comments ul li {
  border-bottom: 1px solid #eff1f3;
  padding-bottom: 10px;
  color: #3f4e65;
  line-height: 1.6em;
}

.blog-sidebar .recent-comments .post-by {
  font-weight: normal;
}

.blog-sidebar .recent-comments a {
  color: #001a57;
  font-weight: 600;
}

.blog-sidebar .recent-comments a:hover {
  color: #00123e;
}

.blog-sidebar .tagcloud-widget > div {
  margin: 0 -5px;
}

.blog-sidebar .tagcloud-widget a {
  background-color: #f8f8fa;
  font-size: 14px;
  font-size: 0.93333rem;
  color: #696e71;
  padding: 7px 10px;
  margin: 5px 3px;
  border: 1px solid #f2f2f2;
  display: inline-block;
}

.blog-sidebar .tagcloud-widget a:hover {
  background-color: #001a57;
  color: #fff;
}

.blog-sidebar .news-letter-widget input {
  background-color: #f8f8fa;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog-sidebar .instagram-wiget ul {
  
  margin: 0 -10px;
}

.blog-sidebar .instagram-wiget ul li {
  width: calc(33.33% - 20px);
  float: left;
  margin: 0 10px 20px;
}

.style-switcher-box {
  background-color: #fff;
  width: 252px;
  padding: 50px 25px;
  position: fixed;
  left: -252px;
  top: 15%;
  z-index: 999;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.style-switcher-box ul {
  list-style: none;
}

.style-switcher-box button {
  background-color: #051829;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  color: #000;
  font-size: 20px;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  right: -45px;
  top: 50px;
}

.style-switcher-box button i {
  color: #fff;
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.style-switcher-box h5 {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin: 0 0 2em;
  text-transform: uppercase;
}

.style-switcher-box .main-list > .list {
  margin-bottom: 30px;
}

.style-switcher-box .main-list > .list:last-child {
  margin-bottom: 0;
}

.style-switcher-box .list-title {
  display: block;
  font-size: 12px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.style-switcher-box .list > .sublist {
  margin-bottom: 10px;
}

.style-switcher-box .list > .sublist:last-child {
  margin-bottom: 0;
}

.style-switcher-box .sublist span {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}

.style-switcher-box .sublist ul {
  
}

.style-switcher-box .sublist ul li {
  float: left;
  min-width: 36px;
  min-height: 36px;
  margin: 0 5px 5px 0;
  cursor: pointer;
}

.style-switcher-box .sublist ul li:nth-child(5n + 5) {
  margin-right: 0;
}

.style-switcher-box .layout ul li {
  background-color: #051829;
  min-height: 20px;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.style-switcher-box p {
  font-size: 11px;
  margin: 15px 0 0;
}

.style-switcher-box p span {
  color: #ff6666;
}

.toggle-switcherbox {
  left: 0;
}

/*** rotating ***/
@-webkit-keyframes rotating {
  form {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  form {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.hidden {
  display: none;
}

.site-header .navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navigation > .container {
  position: relative;
}

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*** mega-menu style ***/
}

.site-header #navbar ul {
  font-family: "Roboto Light", sans-serif;
  list-style: none;
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #eaa400;
}

@media screen and (min-width: 991px) {
  .site-header #navbar li {
    position: relative;
  }
  .site-header #navbar > ul > li > a {
    font-size: 15px;
    font-size: 1rem;
  }
  .site-header #navbar > ul .sub-menu {
    background-color: #001a57;
    width: 175px;
    border-top: 2px solid #001a57;
    position: absolute;
    left: 15px;
    top: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #002271;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 14px;
    font-size: 0.93333rem;
    color: #dedede;
    display: block;
    padding: 10px 15px;
  }
  .site-header #navbar > ul > li .sub-menu a:hover {
    color: #eaa400;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .site-header
    #navbar
    > ul
    > li
    > .sub-menu
    > .menu-item-has-children
    > a:before {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 15px;
    font-size: 1rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 14px;
    font-size: 0.93333rem;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 15px;
    font-size: 1rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 991px) {
  .site-header #navbar .has-mega-menu {
    position: static;
  }
  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #001a57;
    position: absolute;
    right: 0;
    top: 120%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }
  .site-header #navbar .half-mega-menu {
    width: 585px;
  }
  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 14px;
    font-size: 0.93333rem;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }
  .site-header #navbar .has-mega-menu:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .site-header #navbar > ul .mega-menu {
    width: 950px;
    right: 15px;
  }
  .site-header #navbar > ul .half-mega-menu {
    width: 485px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul .mega-menu,
  .site-header #navbar > ul .half-mega-menu {
    width: auto;
  }
  .site-header #navbar > ul .mega-menu .row,
  .site-header #navbar > ul .half-mega-menu .row {
    margin: 0;
  }
  .site-header #navbar .mega-menu-content > .row > .col {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }
  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px 25px;
  }
}

@media screen and (min-width: 991px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {

  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color: #222222;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 6px;
    z-index: 20;
  }
  .site-header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 100;
  }
  .site-header #navbar ul a {
    color: #000;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #001a57;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #001a57;
    width: 35px;
    height: 35px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #cccccc;
  }
  .site-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header {
    float: none;
  }
  .site-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li {
    float: none;
  }
}

/**************************
	header style 2
***************************/
.header-style-2 {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

.header-style-2 .topbar {
  background-color: #222222;
  padding: 10px 0 10px;
  min-height: 60px;
  display: flex;
  align-items: center;
  border-bottom: 3px solid #eaa400;
}
.header-style-2 .topbar .topbar_item{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
}

.header-style-2 .topbar ul {
  list-style: none;
}

.header-style-2 .topbar li,
.header-style-2 .topbar a {
  font-size: 0.9rem;
  color: #fff;
}

@media (max-width: 767px) {
  .header-style-2 .topbar .site-logo {
    text-align: center;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .header-style-2 .contact-social-lang-wrapper {
    text-align: center;
  }
}

.header-style-2 .contact-social-lang {
  float: right;
}

@media (max-width: 767px) {
  .header-style-2 .contact-social-lang {
    float: none;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
  }
}

.header-style-2 .contact-social-lang .contact-info,
.header-style-2 .contact-social-lang .social-lang {
  float: left;
}

@media (max-width: 767px) {
  .header-style-2 .contact-social-lang .contact-info,
  .header-style-2 .contact-social-lang .social-lang {
    float: none;
  }
}

.header-style-2 .contact-social-lang .contact-info {
  padding-right: 40px;
  margin-right: 40px;
  position: relative;
}

@media (max-width: 767px) {
  .header-style-2 .contact-social-lang .contact-info {
    margin-right: 0;
    padding-right: 0;
  }
}

.header-style-2 .contact-social-lang .contact-info:after {
  content: "";
  background: #47516b;
  background: -webkit-linear-gradient(top, #112555, #47516b, #112555);
  background: -moz-linear-gradient(top, #112555, #47516b, #112555);
  background: -o-linear-gradient(top, #112555, #47516b, #112555);
  background: -ms-linear-gradient(top, #112555, #47516b, #112555);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#112555),
    color-stop(#47516b),
    to(#112555)
  );
  background: linear-gradient(top, #112555, #47516b, #112555);
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 7px;
}

@media (max-width: 767px) {
  .header-style-2 .contact-social-lang .contact-info:after {
    display: none;
  }
}

.header-style-2 .contact-social-lang .contact-info > ul > li + li {
  margin-top: 5px;
}

.header-style-2 .contact-social-lang .contact-info i {
  color: #636f95;
  display: inline-block;
  padding-right: 4px;
  position: relative;
}

.header-style-2 .topbar .lang {
  position: relative;
  font-size: 14px;
  margin-top: 10px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .header-style-2 .topbar .lang {
    text-align: center;
    max-width: 100px;
    margin: 0 auto;
    display: none;
  }
}

.header-style-2 .topbar .lang ul {
  background: #001a57;
  width: 100px;
  padding: 15px;
  position: absolute;
  top: 100%;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.header-style-2 .topbar .lang ul > li + li {
  margin-top: 3px;
}

.header-style-2 .topbar .lang a {
  color: #fff;
}

.header-style-2 .topbar .lang img {
  display: inline-block;
  padding-right: 4px;
  width: 30px;
}

.header-style-2 .topbar .lang:hover ul {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .header-style-2 .social {
    text-align: center;
    margin-top: 5px;
  }
}

.header-style-2 .social ul {
  
}

@media (max-width: 767px) {
  .header-style-2 .social ul {
    display: inline-block;
  }
}

.header-style-2 .social ul li {
  float: left;
}

.header-style-2 .social ul > li + li {
  margin-left: 15px;
}

.header-style-2 .social ul li a {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #fff;
}

@media screen and (min-width: 991px) {
  .header-style-2 .navigation {
    background-color:  transparent;
  }
  .header-style-2 #navbar{
    padding-left: 0;
  }
  .header-style-2 #navbar > ul > li > a {
    font-size: 0.9rem;
    color: #001a57;
    font-weight: bolder;
    padding: 27px 15px 10px;
    text-transform: uppercase;
  }
  .header-style-2 #navbar > ul > li > a:hover {
    border-width: 10px;
  }
  .header-style-2 #navbar > ul > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 75%;
    height: 2px;
    background-color: #eaa400;
    transform: scaleX(0);
    transform-origin: left; /* Inicia el crecimiento desde la izquierda */
    transition: transform 0.6s ease-in-out;
  }
  
  .header-style-2 #navbar > ul > li > a:hover::after {
    transform: scaleX(1);
  }
}



@media (max-width: 991px) {
  .header-style-2 .navigation {
    min-height: 105px;
  }
  .header-style-2 .navbar-header button {
    top: 20px;
  }
}

.header-style-2 .cart-search {
  top: 24px;
  right: 0;
}

@media (max-width: 991px) {
  .header-style-2 .cart-search {
    right: 70px;
  }
}

.header-style-2 .cart-search .mini-cart {
  margin: 5px 0 0 0;
}

.header-style-2 .cart-search .header-search form {
  position: absolute;
  left: -150px;
  top: -4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.header-style-2 .cart-search .header-search:hover form {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  .header-style-2 .cart-search .header-search:hover form {
    display: block;
  }
}

.header-style-2 .cart-search .header-search > button {
  background: transparent;
  border: 0;
  outline: 0;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}
.header-style-2 .cart-search .header-search > button:hover {
color: #eaa400;
}

@media (max-width: 991px) {
  .header-style-2 .cart-search .top-cart-content {
    left: auto;
    right: -69px;
    top: 51px;
  }
  .header-style-2 .cart-search .header-search form {
    left: -155px;
    top: -4px;
  }
  
.header-style-2 .cart-search .header-search > button {
  left: -33px;
}

}
/*** cart and quote ***/
.cart-search {
  position: absolute;
  right: 15px;
  top: 30px;
}

@media (max-width: 991px) {
  .cart-search {
    top: 22px;
    right: 70px;
  }
}

.cart-search > div {
  float: left;
}

.cart-search .mini-cart {
  margin: 5px 30px 0 0;
}

@media (max-width: 1199px) {
  .cart-search .mini-cart {
    margin: 5px 20px 0 0;
  }
}

@media (max-width: 767px) {
  .cart-search .mini-cart {
    margin: 10px 0 0 0;
  }
}

.cart-search .mini-cart > button {
  background: transparent;
  font-size: 16px;
  font-size: 1.06667rem;
  color: #001a57;
  display: inline-block;
  border: 0;
  outline: 0;
  position: relative;
}

@media (max-width: 767px) {
  .cart-search .mini-cart > button {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

.cart-search .mini-cart > button span {
  background: #4fba6f;
  width: 15px;
  height: 15px;
  line-height: 17px;
  font-size: 12px;
  font-size: 0.8rem;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -5px;
}

.cart-search .mini-cart > button i:before {
  font-size: 18px;
  font-size: 1.2rem;
  color: #0d1d36;
  display: inline-block;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .cart-search .mini-cart > button i:before {
    font-size: 15px;
    font-size: 1rem;
  }
}

.cart-search .top-cart-content {
  background: #fff;
  width: 292px;
  border-top: 2px solid #001a57;
  position: absolute;
  top: 175%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .cart-search .top-cart-content {
    left: -18px;
  }
}

@media (max-width: 767px) {
  .cart-search .top-cart-content {
    left: auto;
    right: -70px;
    top: 58px;
  }
}

.cart-search .top-cart-content .top-cart-title {
  padding: 12px 15px;
  border-bottom: 1px solid #e4e2e2;
}

.cart-search .top-cart-content p {
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 600;
  color: #001a57;
  margin: 0;
  text-transform: uppercase;
}

.cart-search .top-cart-content .top-cart-items {
  padding: 15px;
}

.cart-search .top-cart-content .top-cart-item {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #e4e2e2;
}

.cart-search .top-cart-content .top-cart-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.cart-search .top-cart-content .top-cart-item-image {
  width: 48px;
  height: 48px;
  border: 2px solid #eee;
  float: left;
  margin-right: 15px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.cart-search .top-cart-content .top-cart-item-image a,
.cart-search .top-cart-content .top-cart-item-image img {
  display: block;
  width: 44px;
  height: 44px;
}

.cart-search .top-cart-content .top-cart-item-image:hover {
  border-color: #001a57;
}

.cart-search .top-cart-content .top-cart-item-des {
  position: relative;
  
}

.cart-search .top-cart-content .top-cart-item-des a {
  width: auto;
  height: auto;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  color: #333;
}

.cart-search .top-cart-content .top-cart-item-des a:hover {
  color: #001a57;
}

.cart-search .top-cart-content .top-cart-item-des .top-cart-item-price {
  font-size: 12px;
  color: #999;
  line-height: 20px;
  display: block;
}

.cart-search .top-cart-content .top-cart-item-des .top-cart-item-quantity {
  font-size: 12px;
  color: #555;
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
}

.cart-search .top-cart-content .top-cart-action {
  padding: 25px 15px 25px;
  border-top: 1px solid #e4e2e2;
}

.cart-search .top-cart-content .top-cart-action .top-checkout-price {
  font-size: 15px;
  font-size: 1rem;
  font-weight: 600;
  color: #001a57;
}

.cart-search .top-cart-content .top-cart-action .view-cart {
  background-color: #001a57;
  font-size: 14px;
  font-size: 0.93333rem;
  color: #fff;
  padding: 3px 15px;
  float: right;
}

.cart-search .top-cart-content .top-cart-action .view-cart:hover {
  background-color: #00123e;
}

.cart-search .top-cart-content-toggle {
  opacity: 1;
  visibility: visible;
}

.cart-search .header-search form {
  position: relative;
  max-width: 165px;
}

@media (max-width: 1199px) {
  .cart-search .header-search form {
    max-width: 150px;
  }
}

@media (max-width: 767px) {
  .cart-search .header-search form {
    display: none;
  }
}

.cart-search .header-search form input {
  background-color: #eee;
  padding-right: 35px;
  border: 0;
  outline: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cart-search .header-search form button {
  background: transparent;
  color: #eee;
  border: 0;
  outline: 0;
  position: absolute;
  right: 0;
  top: 7px;
  right: 5px;
  pointer-events: none;
}

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero {
  position: relative;
  height: 100vh;
  /** slider controls **/
  /*** hero slider animation ***/
}

@media (max-width: 767px) {
  .hero {
    min-height: 420px;
  }
}

.hero .slide {
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 767px) {
  .hero .slide {
    min-height: 420px;
    background-position: 92% center !important;
  }
}

.hero .slide .slider-bg {
  display: none;
}

.hero .slide:focus {
  outline: none;
}

.hero .slide .container {
  height: 100%;
  display: table;
}

.container{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:1200px){
  .container{
    max-width: 1200px;
  }
}
@media (min-width:991px) and (max-width:1199px){
  .container{
    max-width: 960px;
  }
}
@media (min-width:768px) and (max-width: 991px){
  .container{
    max-width: 750px;
  }
}

@media (min-width:576px) and (max-width: 767px){
  .container{
    max-width: 540px;
  }
}

.hero .slide .row {
  display: table-cell;
  vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
  background-color: transparent;
  width: 45px;
  height: 45px;
  z-index: 10;
}

@media (max-width: 991px) {
  .hero .slick-prev,
  .hero .slick-next {
    opacity: 0;
    visibility: hidden;
  }
}

.hero .slick-prev {
  left: 25px;
}

.hero .slick-prev:before {
  font-family: "FontAwesome";
  content: "\f104";
  font-size: 30px;
  color: #001a57;
  opacity: 1;
}

.hero .slick-next {
  right: 25px;
}

.hero .slick-next:before {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 30px;
  color: #001a57;
  opacity: 1;
}

.hero .slick-dots {
  bottom: 20px;
}

@media screen and (min-width: 991px) {
  .hero .slick-dots {
    opacity: 0;
    visibility: hidden;
  }
}

.hero .slick-dots li {
  margin: 0;
}

.hero .slick-dots li button {
  background-color: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
  border-radius: 50%;
}

.hero .slick-dots li.slick-active button {
  background-color: #001a57;
}

.hero .slick-dots li button:before {
  display: none;
}

.hero .slide-caption > h2 {
  font-size: 48px;
  font-size: 2.5rem;
  color: #001a57;
  margin: 0 0 0.4em;
}

@media (max-width: 991px) {
  .hero .slide-caption > h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .hero .slide-caption > h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .hero .slide-caption {
    padding: 0 5px;
  }
}

.hero .slide-caption > p {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  margin: 0 0 2.5em;
}

@media (max-width: 991px) {
  .hero .slide-caption > p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.hero .hero-slider .slide-caption > h2,
.hero .hero-slider .slide-caption > h3,
.hero .hero-slider .slide-caption > p,
.hero .hero-slider .slide-caption > .btns {
  opacity: 1;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > h2 {
  -webkit-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -o-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  animation: fadeInLeftSlow 1.5s 0.8s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > h3 {
  -webkit-animation: fadeInLeftSlow 1.5s 1.2s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 1.2s forwards;
  -o-animation: fadeInLeftSlow 1.5s 1.2s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 1.2s forwards;
  animation: fadeInLeftSlow 1.5s 1.2s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > p {
  -webkit-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -o-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  animation: fadeInLeftSlow 1.5s 1.4s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > .btns {
  -webkit-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -o-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  animation: fadeInLeftSlow 1.5s 1.8s forwards;
}

/*******************************
	hero style 1
********************************/
.hero-slider-style-1 {
  height: 590px;
}

@media (max-width: 767px) {
  .hero-slider-style-1 {
    height: 430px;
  }
}

.hero-slider-style-1 .slide {
  height: 600px;
  position: relative;
}

@media (max-width: 767px) {
  .hero-slider-style-1 .slide {
    height: 430px;
    position: relative;
  }
  .hero-slider-style-1 .slide:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .hero-slider-style-1 .slide p {
    color: #001a57;
  }
}

/*******************************
	hero style 2
********************************/
.hero-slider-style-2 {
  height: 650px;
}

@media screen and (min-width: 991px) {
  .hero-slider-style-2 {
    position: relative;
  }
  .hero-slider-style-2 .slide-caption {
    margin-top: 75px;
  }
}

@media (max-width: 767px) {
  .hero-slider-style-2 {
    height: 540px;
  }
}

.hero-slider-style-2 .slide {
  height: 600px;
  position: relative;
}

@media (max-width: 767px) {
  .hero-slider-style-2 .slide {
    height: 480px;
  }
}

.hero-slider-style-2 .slide-caption > h2 {
  border-left: solid #eaa400 4px;
  color: #eaa400;
  line-height: 1.25em;
  margin: 0 0 0.73em;
  padding-left: 25px;
}

.hero-slider-style-2 .slide-caption > p {
  color: #fff;
  margin: 0 0 2.5em;
}

.hero-slider-style-2 .slick-prev:before,
.hero-slider-style-2 .slick-next:before {
  color: #fff;
}

/*******************************
	hero style 3
********************************/
.hero-slider-style-3 {
  height: 100vh;
  /** slider controls **/
}

@media screen and (min-width: 1200px) {
  .hero-slider-style-3 {
    height: calc(100vh - 100px);
  }
}

@media (max-width: 991px) {
  .hero-slider-style-3 {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .hero-slider-style-3 {
    height: 420px;
  }
}

.hero-slider-style-3 .slide {
  position: relative;
  height: 100vh;
}

@media screen and (min-width: 1200px) {
  .hero-slider-style-3 .slide {
    height: calc(100vh - 100px);
  }
}

@media (max-width: 991px) {
  .hero-slider-style-3 .slide {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .hero-slider-style-3 .slide {
    height: 420px;
  }
}

.hero-slider-style-3 .slide:before {
  content: "";
  background-color: rgba(0, 26, 87, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider-style-3 .slide-caption {
  text-align: center;
}

@media screen and (min-width: 991px) {
  .hero-slider-style-3 .slide-caption {
    margin-top: 140px;
  }
}

.hero-slider-style-3 .slide-caption > h2 {
  color: #fff;
}

.hero-slider-style-3 .slide-caption > p {
  color: #fff;
}

@media screen and (min-width: 991px) {
  .hero-slider-style-3 .slide-caption > p {
    padding: 0 45px;
  }
}

.hero-slider-style-3 .slick-prev,
.hero-slider-style-3 .slick-next {
  background-color: transparent;
  width: 45px;
  height: 45px;
  z-index: 10;
}

@media (max-width: 991px) {
  .hero-slider-style-3 .slick-prev,
  .hero-slider-style-3 .slick-next {
    opacity: 0;
    visibility: hidden;
  }
}

.hero-slider-style-3 .slick-prev,
.hero-slider-style-3 .slick-next {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border: 1px solid #c6d2d8;
  border-radius: 50%;
}

.hero-slider-style-3 .slick-prev:before,
.hero-slider-style-3 .slick-next:before {
  font-size: 22px;
  font-size: 1.46667rem;
  color: #c6d2d8;
  line-height: 55px;
}

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/

@media (max-width: 767px) {
  .widget {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .quick-links-widget,
  .twitter-feed-widget {
    text-align: center;
  }
}

.site-footer .upper-footer {
  background: #001a57;
  background: -webkit-linear-gradient(top, #001a57, #000e2e);
  background: -moz-linear-gradient(top, #001a57, #000e2e);
  background: -o-linear-gradient(top, #001a57, #000e2e);
  background: -ms-linear-gradient(top, #001a57, #000e2e);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#001a57),
    to(#000e2e)
  );
  background: linear-gradient(top, #001a57, #000e2e);
  padding: 100px 0;
}

@media (max-width: 991px) {
  .site-footer .upper-footer {
    padding: 80px 0 35px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer {
    padding: 70px 0 30px;
  }
}

.site-footer .upper-footer ul {
  list-style: none;
}

.site-footer .upper-footer ul,
.site-footer .upper-footer li,
.site-footer .upper-footer p,
.site-footer .upper-footer a {
  color: #fff;
}

.site-footer .upper-footer a:hover {
  color: red;
}

@media (max-width: 991px) {
  .site-footer .upper-footer .row > .col {
    margin-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer .row > .col {
    margin-bottom: 40px;
  }
}

.footer-logo {
  max-width: 170px;
}

.site-footer .widget > h3,
.site-footer .widget .footer-logo {
  font-size: 24px;
  font-size: cacl-rem-value(24);
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 2em;
  position: relative;
  max-width: 150px;
}

@media (max-width: 991px) {
  .site-footer .widget > h3,
  .site-footer .widget .footer-logo {
    font-size: 20px;
    font-size: cacl-rem-value(20);
  }
}

@media (max-width: 767px) {
  .site-footer .widget > h3,
  .site-footer .widget .footer-logo {
    font-size: 16px;
    font-size: cacl-rem-value(16);
  }
}

.site-footer .about-widget .contact-info {
  margin-top: -20px;
}

@media screen and (min-width: 1200px) {
  .site-footer .about-widget .contact-info {
    padding-right: 45px;
  }
}

@media (max-width: 767px) {
  .site-footer .about-widget .contact-info {
    margin-top: -10px;
  }
}

.site-footer .about-widget .footer-logo:before {
  display: none;
}

.site-footer .about-widget ul li {
  position: relative;
  padding-left: 38px;
  line-height: 1.78em;
}

.site-footer .about-widget ul li i {
  font-size: 24px;
  color: #7a8595;
  position: absolute;
  left: 0;
  top: 3px;
}

.site-footer .about-widget ul > li + li {
  margin-top: 28px;
}

@media (max-width: 767px) {
  .site-footer .about-widget ul > li + li {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .site-footer .about-widget img {
    max-width: 160px;
  }
}

.site-footer .quick-links-widget {
  
}

@media screen and (min-width: 1200px) {
  .site-footer .quick-links-widget {
    padding-right: 45px;
  }
}

.site-footer .quick-links-widget a {
  color: #7a8595;
}

.site-footer .quick-links-widget a:hover {
  color: #fff;
}

.site-footer .quick-links-widget ul li + li {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .site-footer .quick-links-widget ul li + li {
    margin-top: 10px;
  }
}

.site-footer .quick-links-widget ul {
  width: 50%;
  float: left;
}

.site-footer .twitter-feed-widget ul li + li {
  padding-top: 14px;
  margin-top: 14px;
  border-top: 1px solid #254462;
}

.site-footer .twitter-feed-widget p {
  color: #5e6b84;
  padding-right: 25px;
}

.site-footer .twitter-feed-widget i {
  color: #198cfa;
  display: inline-block;
  padding-right: 5px;
}

.site-footer .twitter-feed-widget .info-box a {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #fff;
}

@media (max-width: 991px) {
  .site-footer .twitter-feed-widget .info-box a {
    font-weight: normal;
  }
}

@media screen and (min-width: 991px) {
  .site-footer .recent-post-widget {
    margin-left: -30px;
  }
}

.site-footer .recent-post-widget ul > li + li {
  margin-top: 40px;
}

.site-footer .recent-post-widget li {
  padding-left: 88px;
  position: relative;
}

.site-footer .recent-post-widget .entry-media {
  position: absolute;
  left: 0;
  top: 0;
}

.site-footer .recent-post-widget .entry-details h4 {
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.5em;
  font-weight: normal;
  margin: 0;
  position: relative;
  top: -5px;
}

@media (max-width: 1199px) {
  .site-footer .recent-post-widget .entry-details h4 {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.site-footer .recent-post-widget .entry-details h4 a {
  color: #fff;
}

.site-footer .recent-post-widget .entry-details .date {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #7a8595;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .site-footer .recent-post-widget .entry-details .date {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.site-footer .copyright-info {
  background-color: #000b24;
  padding: 8px 0;
  text-align: center;
}

.site-footer .copyright-info p {
  color: #808790;
  margin: 0;
}

@media (max-width: 767px) {
  .site-footer .copyright-info p {
    font-size: 13px;
    font-size: cacl-rem-value(13);
  }
}

.site-footer .copyright-info a {
  color: #fff;
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -300px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
}

.header-style-2 .sticky-header {
  background: #ffffff;
  -webkit-box-shadow: 0 5px 7px rgba(255, 255, 255, 0.05);
  box-shadow: 0 5px 7px rgba(255, 255, 255, 0.05);
}

.header-style-3 .sticky-header {
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 991px) {
  .header-style-3 .sticky-header {
    background-color: #001a57;
  }
  .header-style-3 .sticky-header #navbar > ul > li > a:hover {
    color: #fff;
  }
}

/**** style for box layout ***/
@media screen and (min-width: 1200px) {
  .box-layout .sticky-header {
    width: 1250px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/*--------------------------------------------------------------
	#home style 1
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#0.6	about-section
--------------------------------------------------------------*/
.about-section .about-info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-section .about-info .info {
  background: #001a57;
  background: -webkit-linear-gradient(top, #001a57, #000e2e);
  background: -moz-linear-gradient(top, #001a57, #000e2e);
  background: -o-linear-gradient(top, #001a57, #000e2e);
  background: -ms-linear-gradient(top, #001a57, #000e2e);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#001a57),
    to(#000e2e)
  );
  background: linear-gradient(top, #001a57, #000e2e);
  max-width: 265px;
  padding: 36px 40px;
  position: absolute;
  left: 0;
  top: 22px;
}

@media (max-width: 767px) {
  .about-section .about-info .info {
    max-width: 205px;
    padding: 30px 25px;
  }
}

.about-section .about-info .info > span {
  font-family: "Roboto Light", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .about-section .about-info .info > span {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 767px) {
  .about-section .about-info .info > span {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.about-section .about-info .info h3 {
  font-size: 30px;
  font-size: 2rem;
  color: #fff;
  line-height: 1.2em;
  margin: 0.57em 0 0;
  padding-right: 50px;
}

@media (max-width: 991px) {
  .about-section .about-info .info h3 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .about-section .about-info .info h3 {
    font-size: 20px;
    font-size: 1.33333rem;
    padding-right: 0;
  }
}

.about-section .about-text {
  margin-top: 70px;
}

@media (max-width: 1199px) {
  .about-section .about-text {
    margin-top: 50px;
  }
}

.about-section .about-text h2 {
  font-size: 30px;
  font-size: 2rem;
  font-weight: 600;
  color: #001a57;
  line-height: 1.27em;
  margin: 0 0 0.67em;
}

@media (max-width: 991px) {
  .about-section .about-text h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .about-section .about-text h2 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.about-section .about-text p {
  margin-bottom: 2.5em;
}

/*--------------------------------------------------------------
#0.7	services-section
--------------------------------------------------------------*/
.services-section,
.services-section-s2 {
  position: relative;
}

@media (max-width: 767px) {
  .services-section,
  .services-section-s2 {
    padding-bottom: 70px;
  }
}

.services-section .section-overlay,
.services-section-s2 .section-overlay {
  background: url("../images/service-section-bg.jpg") center center/cover
    no-repeat local;
  width: 100%;
  height: 48%;
  position: absolute;
  left: 0;
  top: 0;
}

.services-section .section-overlay:before,
.services-section-s2 .section-overlay:before {
  content: "";
  background-color: rgba(0, 26, 87, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.services-section .view-all-services,
.services-section-s2 .view-all-services {
  max-width: 280px;
  position: relative;
  z-index: 10;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #7a8595;
  margin: -30px 0 0;
}

@media (max-width: 991px) {
  .services-section .view-all-services,
  .services-section-s2 .view-all-services {
    font-size: 15px;
    font-size: 1rem;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .services-section .view-all-services,
  .services-section-s2 .view-all-services {
    text-align: center;
    margin: 60px auto 0;
  }
}

.services-section .view-all-services a,
.services-section-s2 .view-all-services a {
  color: #001a57;
}

.services-section .owl-controls,
.services-section-s2 .owl-controls {
  position: relative;
  margin-top: 0;
}

.services-section .owl-controls .owl-dots .owl-dot span,
.services-section-s2 .owl-controls .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #001a57;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 2px transparent;
  box-shadow: 0 0 0 2px transparent;
}

.services-section .owl-controls .owl-dots .active span,
.services-section-s2 .owl-controls .owl-dots .active span {
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #001a57;
  box-shadow: 0 0 0 2px #001a57;
}

.services-section .owl-controls .owl-nav,
.services-section-s2 .owl-controls .owl-nav {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .services-section .owl-controls .owl-nav,
  .services-section-s2 .owl-controls .owl-nav {
    width: 100%;
  }
}

.services-section .owl-controls .owl-nav .owl-prev,
.services-section-s2 .owl-controls .owl-nav .owl-prev,
.services-section .owl-controls .owl-nav .owl-next,
.services-section-s2 .owl-controls .owl-nav .owl-next {
  background: #f3f4f7;
  width: 34px;
  height: 34px;
  line-height: 31px;
  color: #001a57;
  border-radius: 0;
}

@media (max-width: 767px) {
  .services-section .owl-controls .owl-nav .owl-prev,
  .services-section-s2 .owl-controls .owl-nav .owl-prev,
  .services-section .owl-controls .owl-nav .owl-next,
  .services-section-s2 .owl-controls .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    line-height: 27px;
    font-size: 12px;
    font-size: 0.8rem;
  }
}

.services-section .owl-controls .owl-nav .owl-prev:hover,
.services-section-s2 .owl-controls .owl-nav .owl-prev:hover,
.services-section .owl-controls .owl-nav .owl-next:hover,
.services-section-s2 .owl-controls .owl-nav .owl-next:hover {
  background: #dadada;
  color: #001a57;
}

/*--------------------------------------------------------------
#0.8	projects-section
--------------------------------------------------------------*/
.projects-section {
  background-color: #e3eff5;
}


@media (max-width: 767px) {
  .projects-section {
    height: 400px; 
     
    overflow-y: scroll; 
  }

  .projects-section .section-title-s2,
  .projects-section .section-title-s3,
  .projects-section .section-title-text {
    text-align: center;
  }
}

.projects-section .projects-gallery .gallery-filters {
  text-align: center;
  margin: 55px 0 30px;
}

@media (max-width: 991px) {
  .projects-section .projects-gallery .gallery-filters {
    margin: 35px 0 20px;
  }
}

@media (max-width: 767px) {
  .projects-section .projects-gallery .gallery-filters {
    margin: 25px 0 20px;
  }
}

.projects-section .projects-gallery .gallery-filters ul {
  list-style: none;
  display: inline-block;
  
}

.projects-section .projects-gallery .gallery-filters ul li {
  float: left;
}

@media (max-width: 991px) {
  .projects-section .projects-gallery .gallery-filters ul li {
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .projects-section .projects-gallery .gallery-filters ul li {
    float: none;
  }
}

.projects-section .projects-gallery .gallery-filters ul > li + li {
  margin-left: 40px;
}

@media (max-width: 1199px) {
  .projects-section .projects-gallery .gallery-filters ul > li + li {
    margin-left: 20px;
  }
}

@media (max-width: 550px) {
  .projects-section .projects-gallery .gallery-filters ul > li + li {
    margin-left: 0;
  }
}

.projects-section .projects-gallery .gallery-filters ul li a {
  color: #7a8595;
}

.projects-section .projects-gallery .gallery-filters ul li .current {
  color: #001a57;
}

.projects-section .projects-gallery .gallery-filters ul li a:hover,
.projects-section .projects-gallery .gallery-filters ul li a:focus {
  text-decoration: none;
}

.projects-section .gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly; 
    
    margin: 0 -15px;
}

@media (max-width: 767px) {
   .projects-section .gallery-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0; 
    }

    .projects-section .gallery-container .grid {
        width: 100%; 
        margin: 15px 0;
        float: none; 
    }
}

.projects-section .gallery-container .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
  position: relative;
  height: 200px;
  
}


.projects-section .gallery-container .grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .projects-section .gallery-container .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .projects-section {
    height: 800px; 
    overflow-y: auto; 
  }

  .projects-section .gallery-container {
    height: 100%; 
    overflow-y: auto; 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .projects-section .gallery-container .grid {
    width: calc(50% - 15px);
    margin: 0 7.5px 15px;
  }
}

@media (max-width: 550px) {
  .projects-section {
    height: auto;
    
  }

  .projects-section .gallery-container {
    height: 600px; 
    overflow-y: scroll;
    display: block;
  }
  .projects-section .gallery-container .grid {
    width: calc(100% - 15px);
    
  }
}

.projects-section .gallery-container .overlay {
  background-color: rgba(0, 26, 87, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.projects-section .gallery-container .overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid white 3px;
  position: absolute;
  scale: 0.95;
}

.projects-section .gallery-container .grid:hover .overlay {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
@media (max-width: 767px) {
  .projects-section .gallery-container .overlay {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}

.projects-section .gallery-container .project-info {
  width: 100%;
  position: absolute;
  padding-left: 25px;
  bottom: 25px;
}

.projects-section .gallery-container .project-info h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 500;
  color: #fff;
  margin: 0 0 2px;
  margin-right: 40px;
}

@media (max-width: 991px) {
  .projects-section .gallery-container .project-info h3 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.projects-section .gallery-container .project-info .cta {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #9fabbd;
  text-transform: uppercase;
}

.projects-section .gallery-container .project-info a {
  color: #fff;
  font-size: 22px;
  font-size: 1.46667rem;
  position: absolute;
  right: 20px;
  top: 0;
}

.projects-section .view-all-projects {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #7a8595;
  text-align: center;
  margin: 15px 0 0;
}

@media (max-width: 991px) {
  .projects-section .view-all-projects {
    font-size: 15px;
    font-size: 1rem;
  }
}

.projects-section .view-all-projects a {
  color: #001a57;
}

.project-section-bg-white {
  background-color: #fff;
}


@media (max-width: 550px) {
  .projects-section .projects-gallery .gallery-filters {
    text-align: center;
    margin: 25px 0 20px; 
  }

  .projects-section .projects-gallery .gallery-filters ul {
    padding: 0;
    margin: 0 auto; 
    text-align: center;
  }

  .projects-section .projects-gallery .gallery-filters ul li {
    display: inline-block; 
    margin-right: 10px; 
  }

  .projects-section .gallery-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0; 
  }

  .projects-section .gallery-container .grid {
    width: 100%; 
    margin: 10px 0;
    float: none; 
  }

  .projects-section .gallery-container .grid img {
    width: 80%; 
    height: auto; 
    object-fit: cover;
    display: block; 
    margin: 0 auto; 
  }
}
  @media (max-width: 767px) {
    .projects-section {
      height: 800px; 
       
      overflow-y: scroll; 
    }
  
    .projects-section .gallery-container .grid {
      width: 100%;
      height: 200px; 
      margin: 10px 0;
      float: none;
    }
  
    .projects-section .gallery-container .grid img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      margin: 0 auto;
    }
  
    .projects-section .gallery-container .overlay {
      background-color: rgba(0, 26, 87, 0.7);
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 1; 
      transition: all 0.5s;
    }
  }

  .projects-section .gallery-filters-dropdown {
    display: none;
  }
  
  @media (max-width: 550px) {
    .projects-section .projects-gallery .gallery-filters ul {
      display: none !important; /* Ocultar la lista de filtros en dispositivos móviles */
    }
  
    .projects-section .gallery-filters-dropdown {
      display: block;
      width: 100%;
      padding: 15px;
      margin: 25px 0 20px;
      font-size: 16px;
      text-align: center;
      background-color: #fff;
      border: 1px solid #001a57; /* Color del borde más oscuro */
      border-radius: 0; /* Bordes rectangulares */
      color: #001a57; /* Texto más oscuro */
      transition: border-color 0.3s, box-shadow 0.3s;
      appearance: none; /* Eliminar el estilo predeterminado del select */
      -webkit-appearance: none;
      -moz-appearance: none;
      background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAxYTU3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjEwcHgiIHZpZXdCb3g9IjAgMCAxMCAxMCI+PHBhdGggZD0iTTAgMmw1IDUgNS01eiIvPjwvc3ZnPg=='); /* Añadir un icono de flecha hacia abajo */
      background-repeat: no-repeat;
      background-position: right 10px center;
      background-size: 10px;
    }
    
    .projects-section .gallery-filters-dropdown:focus {
      border-color: #7a8595;
      box-shadow: 0 0 5px rgba(0, 26, 87, 0.5);
      outline: none;
    }
    
    .projects-section .gallery-filters-dropdown option {
      background-color: #fff;
      color: #001a57;
    }
  }


/*--------------------------------------------------------------
#0.9	case-studies-section
--------------------------------------------------------------*/
.case-studies-section {
  position: relative;
  padding-bottom: 0;
}

.case-studies-section:before {
  content: "";
  background: #001a57;
  background: -webkit-linear-gradient(top, #001a57, #000e2e);
  background: -moz-linear-gradient(top, #001a57, #000e2e);
  background: -o-linear-gradient(top, #001a57, #000e2e);
  background: -ms-linear-gradient(top, #001a57, #000e2e);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#001a57),
    to(#000e2e)
  );
  background: linear-gradient(top, #001a57, #000e2e);
  width: 70%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .case-studies-section:before {
    width: 90%;
  }
}

.case-studies-section .case-studies-scection-title h2 {
  font-size: 30px;
  font-size: 2rem;
  line-height: 1.2em;
  color: #fff;
  margin: 0 0 1.7em;
}

@media (max-width: 991px) {
  .case-studies-section .case-studies-scection-title h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .case-studies-section .case-studies-scection-title h2 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.case-studies-section .case-studies-grids .grid {
  position: relative;
}

.case-studies-section .grid .details {
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 107px;
  padding: 27px 35px 0;
  position: absolute;
  left: 0;
  bottom: 48px;
  background-size: 300px 100px;
}

@media (max-width: 1199px) {
  .case-studies-section .grid .details {
    height: auto;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .case-studies-section .grid .details {
    position: static;
    padding: 27px 0 0;
  }
}

.case-studies-section .grid h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 600;
  color: #001a57;
  line-height: 1.3em;
  margin: 0 0 1.5em;
  padding-right: 85px;
}

@media (max-width: 1199px) {
  .case-studies-section .grid h3 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 991px) {
  .case-studies-section .grid h3 {
    padding-right: 0;
  }
}

.case-studies-section .grid .cat {
  background-color: #fa4949;
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 500;
  padding: 4px 13px;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 27px;
}

@media (max-width: 1199px) {
  .case-studies-section .grid .cat {
    position: static;
    display: inline-block;
    margin-bottom: 15px;
  }
}

.case-studies-section .full-story {
  background-color: rgba(255, 255, 255, 0.95);
  margin: 0 -35px;
}

@media (max-width: 767px) {
  .case-studies-section .full-story {
    margin: 0 -20px;
  }
}

.case-studies-section .full-story a {
  font-family: "Roboto Light", sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 500;
  color: #001a57;
  display: block;
  padding: 13px 35px;
}

@media (max-width: 1199px) {
  .case-studies-section .full-story a {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 767px) {
  .case-studies-section .full-story a {
    background-color: rgba(0, 26, 87, 0.8);
    color: #fff;
  }
}

.case-studies-section .full-story:hover {
  background-color: rgba(0, 26, 87, 0.8);
}

.case-studies-section .full-story:hover a {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .case-studies-section .owl-controls {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -98px;
    left: 170px;
  }
}

@media (max-width: 1199px) {
  .case-studies-section .owl-controls {
    left: 130px;
  }
}

@media (max-width: 991px) {
  .case-studies-section .owl-controls {
    left: 100px;
  }
}

@media (max-width: 767px) {
  .case-studies-section .owl-controls {
    margin-top: 35px;
  }
}

@media screen and (min-width: 768px) {
  .case-studies-section .owl-controls .owl-dots {
    position: absolute;
    bottom: -170px;
    right: 0;
  }
}

.case-studies-section .owl-controls .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #001a57;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 2px transparent;
  box-shadow: 0 0 0 2px transparent;
}

.case-studies-section .owl-controls .owl-dots .active span {
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #001a57;
  box-shadow: 0 0 0 2px #001a57;
}

@media (max-width: 767px) {
  .case-studies-section .owl-controls .owl-nav {
    display: none !important;
  }
}

.case-studies-section .owl-controls .owl-nav .owl-prev,
.case-studies-section .owl-controls .owl-nav .owl-next {
  background: #f3f4f7;
  width: 34px;
  height: 34px;
  line-height: 31px;
  color: #001a57;
  border-radius: 0;
}

@media (max-width: 767px) {
  .case-studies-section .owl-controls .owl-nav .owl-prev,
  .case-studies-section .owl-controls .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    line-height: 27px;
    font-size: 12px;
    font-size: 0.8rem;
  }
}

.case-studies-section .owl-controls .owl-nav .owl-prev:hover,
.case-studies-section .owl-controls .owl-nav .owl-next:hover {
  background: #dadada;
  color: #001a57;
}

.case-studies-section .view-all-case {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .case-studies-section .view-all-case {
    margin-top: 25px;
  }
}

.case-studies-section .view-all-case p {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #7a8595;
  margin: 0;
}

@media (max-width: 991px) {
  .case-studies-section .view-all-case p {
    font-size: 15px;
    font-size: 1rem;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .case-studies-section .view-all-case p {
    text-align: center;
  }
}

.case-studies-section .view-all-case p a {
  color: #001a57;
}

/*--------------------------------------------------------------
#1.0	team-section
--------------------------------------------------------------*/
.team-section {
  position: relative;
}

@media (max-width: 991px) {
  .team-section {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .team-section {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}

.team-section:before {
  content: "";
  background: #e3eff5;
  width: 70%;
  height: 50%;
  position: absolute;
  right: 0;
  bottom: 100px;
}

@media (max-width: 991px) {
  .team-section:before {
    width: 100%;
    bottom: 0;
  }
}

@media (max-width: 991px) {
  .team-section .team-ceo {
    margin-bottom: 45px;
  }
}

.team-section .team-ceo .img-holder img {
  width: 100%;
}

.team-section .team-ceo .details {
  background: #001a57;
  background: -webkit-linear-gradient(top, #001a57, #000e2e);
  background: -moz-linear-gradient(top, #001a57, #000e2e);
  background: -o-linear-gradient(top, #001a57, #000e2e);
  background: -ms-linear-gradient(top, #001a57, #000e2e);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#001a57),
    to(#000e2e)
  );
  background: linear-gradient(top, #001a57, #000e2e);
  padding: 35px 40px;
  text-align: center;
}

.team-section .team-ceo .details h3 {
  font-size: 24px;
  font-size: 1.6rem;
  color: #fff;
  margin: 0 0 0.33em;
}

@media (max-width: 991px) {
  .team-section .team-ceo .details h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 767px) {
  .team-section .team-ceo .details h3 {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 500;
  }
}

.team-section .team-ceo .details .post {
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 500;
  color: #a1adbd;
  display: block;
  margin-bottom: 20px;
}

.team-section .team-ceo .details p {
  margin-bottom: 1.7em;
}

.team-section .team-grids .box {
  
  margin: 0 -10px;
}

.team-section .team-grids {
  padding-bottom: 45px;
  position: relative;
}

.team-section .team-grids .grid {
  width: 50%;
  float: left;
  padding: 0 10px 20px;
}

@media (max-width: 500px) {
  .team-section .team-grids .grid {
    width: 100%;
  }
}

.team-section .team-grids .grid .details {
  background: #001a57;
  background: -webkit-linear-gradient(top, #001a57, #000e2e);
  background: -moz-linear-gradient(top, #001a57, #000e2e);
  background: -o-linear-gradient(top, #001a57, #000e2e);
  background: -ms-linear-gradient(top, #001a57, #000e2e);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#001a57),
    to(#000e2e)
  );
  background: linear-gradient(top, #001a57, #000e2e);
  padding: 20px 25px;
}

.team-section .team-grids .grid .details h4 {
  font-size: 20px;
  font-size: 1.33333rem;
  color: #fff;
  margin: 0 0 4px;
}

@media (max-width: 1199px) {
  .team-section .team-grids .grid .details h4 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media (max-width: 991px) {
  .team-section .team-grids .grid .details h4 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 767px) {
  .team-section .team-grids .grid .details h4 {
    font-size: 15px;
    font-size: 1rem;
    font-weight: 500;
  }
}

.team-section .team-grids .grid .details .post {
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 500;
  color: #a1adbd;
}

.team-section .img-holder-social {
  position: relative;
}

.team-section .img-holder-social .social {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.team-section .img-holder-social ul {
  
  list-style: none;
  display: inline-block;
  margin: 0 auto;
}

.team-section .img-holder-social ul li {
  float: left;
}

.team-section .img-holder-social ul a {
  background-color: transparent;
  font-size: 16px;
  font-size: 1.06667rem;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
}

.team-section .img-holder-social ul a:hover {
  background-color: #fff;
  color: #001a57;
}

.team-section .grid:hover .img-holder-social .social {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  .team-section .owl-controls {
    margin-top: 20px;
  }
}

.team-section .owl-controls .owl-nav {
  position: absolute;
  left: -5px;
}

.team-section .owl-controls .owl-nav .owl-prev,
.team-section .owl-controls .owl-nav .owl-next {
  background: transparent;
  width: 34px;
  height: 34px;
  line-height: 28px;
  color: #001a57;
  border: 2px solid #c6d2d8;
  border-radius: 0;
}

@media (max-width: 767px) {
  .team-section .owl-controls .owl-nav .owl-prev,
  .team-section .owl-controls .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    line-height: 23px;
    font-size: 12px;
    font-size: 0.8rem;
  }
}

.team-section .owl-controls .owl-nav .owl-prev:hover,
.team-section .owl-controls .owl-nav .owl-next:hover {
  background: #001a57;
  color: #fff;
  border-color: #001a57;
}

.team-section .view-all-team {
  position: absolute;
  right: 15px;
  bottom: 0;
  z-index: 10;
}

@media (max-width: 991px) {
  .team-section .view-all-team {
    bottom: 10px;
  }
}

.team-section .view-all-member {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #7a8595;
}

@media (max-width: 991px) {
  .team-section .view-all-member {
    font-size: 15px;
    font-size: 1rem;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .team-section .view-all-member {
    text-align: center;
    margin: 60px 0 0;
  }
}

.team-section .view-all-member a {
  color: #001a57;
}

/*--------------------------------------------------------------
#1.1	testimonials-section
--------------------------------------------------------------*/
.testimonials-section {
  padding-top: 0;
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .testimonials-section {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .testimonials-section {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}

.testimonials-section .testimonials-grids img {
  width: auto;
}

.testimonials-section .testimonials-grids .grid {
  padding: 40px;
  margin: 10px 8px 20px;
  -webkit-box-shadow: 0 0 15px rgba(171, 171, 171, 0.25);
  box-shadow: 0 0 15px rgba(171, 171, 171, 0.25);
  position: relative;
}

@media (max-width: 991px) {
  .testimonials-section .testimonials-grids .grid {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .testimonials-section .testimonials-grids .grid {
    padding: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e4e4e4;
  }
}

.testimonials-section .testimonials-grids .grid:before {
  content: "";
  background: url("../images/testimonials/quote.png") center center/auto
    no-repeat local;
  width: 30px;
  height: 22px;
  position: absolute;
  right: 40px;
  top: 40px;
}

@media (max-width: 600px) {
  .testimonials-section .testimonials-grids .grid:before {
    display: none;
  }
}

.testimonials-section .grid .client-info {
  min-height: 62px;
  position: relative;
  padding: 12px 0 0 75px;
  margin-bottom: 20px;
}

.testimonials-section .grid .client-info .client-pic {
  position: absolute;
  left: 0;
  top: 0;
}

.testimonials-section .grid .client-info .client-pic img {
  border-radius: 50%;
}

.testimonials-section .grid .client-info h4 {
  font-size: 18px;
  font-size: 1.2rem;
  color: #001a57;
  margin: 0 0 4px;
}

@media (max-width: 991px) {
  .testimonials-section .grid .client-info h4 {
    font-size: 15px;
    font-size: 1rem;
  }
}

.testimonials-section .grid .client-info h4 + span {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #86909e;
}

.testimonials-section .owl-controls {
  position: relative;
  margin-top: 25px;
}

.testimonials-section .owl-controls .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #001a57;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 2px transparent;
  box-shadow: 0 0 0 2px transparent;
}

.testimonials-section .owl-controls .owl-dots .active span {
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #001a57;
  box-shadow: 0 0 0 2px #001a57;
}

/*--------------------------------------------------------------
#1.2	contact-section
--------------------------------------------------------------*/

.contact-section .inner-container {
  position: relative;
  
}

.contact-section .contact-form-grid {
  background: #001a57;
  background: -webkit-linear-gradient(top, #001a57, #000e2e);
  background: -moz-linear-gradient(top, #001a57, #000e2e);
  background: -o-linear-gradient(top, #001a57, #000e2e);
  background: -ms-linear-gradient(top, #001a57, #000e2e);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#001a57),
    to(#000e2e)
  );
  background: linear-gradient(top, #001a57, #000e2e);
  width: calc(50% + 100px);
  float: left;
  padding: 100px 85px;
}

@media (max-width: 991px) {
  .contact-section .contact-form-grid {
    width: 100%;
    float: none;
  }
}

@media (max-width: 767px) {
  .contact-section .contact-form-grid {
    padding: 80px 45px 70px;
  }
}

@media (max-width: 550px) {
  .contact-section .contact-form-grid {
    padding: 80px 25px 70px;
  }
}

.contact-section .video-grid {
  width: calc(50% - 100px);
  height: 100%;
  position: absolute;
  right: 0;
  float: left;
}

@media (max-width: 991px) {
  .contact-section .video-grid {
    width: 100%;
    height: 400px;
    float: none;
    position: relative;
  }
}

@media (max-width: 767px) {
  .contact-section .video-grid {
    height: 300px;
  }
}

.contact-section .contact-title h2 {
  font-size: 30px;
  font-size: 2rem;
  color: #fff;
  margin: 0 0 0.67em;
}

@media (max-width: 991px) {
  .contact-section .contact-title h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .contact-section .contact-title h2 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.contact-section .contact-title p {
  padding-right: 45px;
}

.contact-section .contact-form {
  margin-top: 35px;
}

.contact-section .contact-form .left-col > div + div,
.contact-section .contact-form .right-col > div + div {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .contact-section .contact-form .left-col > div + div,
  .contact-section .contact-form .right-col > div + div {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .contact-section .contact-form .right-col {
    margin-top: 25px;
  }
}

.contact-section form {
  
  margin: 0 -25px;
}

@media (max-width: 1199px) {
  .contact-section form {
    margin: 0 -12px;
  }
}

.contact-section form .left-col,
.contact-section form .right-col {
  width: 50%;
  float: left;
  padding: 0 25px;
}

@media (max-width: 1199px) {
  .contact-section form .left-col,
  .contact-section form .right-col {
    padding: 0 12px;
  }
}

@media (max-width: 767px) {
  .contact-section form .left-col,
  .contact-section form .right-col {
    width: 100%;
    float: none;
  }
}

.contact-section form label {
  font-family: "Roboto Light", sans-serif;
  font-weight: 500;
  color: #fff;
}

.contact-section form input,
.contact-section form select,
.contact-section form textarea,
.contact-section form select  {
  height: 45px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .contact-section form input,
  .contact-section form select,
  .contact-section form textarea {
    height: 37px;
  }
}


.contact-section .phone-container {
    display: flex;
    gap: 10px; 
    width: 100%;
}

.contact-section .phone-code {
    flex: 1 1 25%; 
    max-width: 25%; 
}

.contact-section .phone-number {
    flex: 1 1 75%; 
    max-width: 75%; 
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 100% !important;
  top: -10px;
}
.contact-section .select2-container--default .select2-selection--single {
  height: 45px;
    border: 0;
    border-radius: 0;
    background: white;
    box-shadow: none;
    font-family: "Roboto Light", sans-serif;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media (max-width: 767px) {
    .contact-section .select2-container--default .select2-selection--single {
        height: 37px !important;
    }
}




.contact-section form textarea {
  height: 174px;
}

@media (max-width: 767px) {
  .contact-section form textarea {
    height: 120px;
  }
}

.contact-section form button {
  font-family: "Roboto Light", sans-serif;
  background: -webkit-gradient(linear,left top,left bottom,from(#88ffff),to(#aaffdf));
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-weight: 600;
  color: #001a57;
  border: 0;
  outline: 0;
}

.contact-section form button:hover {
  background: -webkit-gradient(linear,left top,left bottom,from(#aaffdf),to(#88ffff));
}

@media (max-width: 767px) {
  .contact-section form button {
    height: 37px;
    line-height: 37px;
  }
}

.contact-section .video-grid {
  background: url("../images/slider/slide-2.webp") 92% center/cover no-repeat local;
}

.contact-section .video-grid:before {
  content: "";
  background-color: rgba(0, 26, 87, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-section .video-holder {
  position: absolute;
  width: 100%;
  height: 100%;
}

.contact-section .video-holder a {
  background: #fff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
   text-align: center;
}

@media (max-width: 1199px) {
  .contact-section .video-holder a {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

@media (max-width: 767px) {
  .contact-section .video-holder a {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

.contact-section .video-holder a i {
  font-size: 2rem;
  color: #001a57;
   margin: 0;
}

.contact-section .video-holder a:before {
  content: "";
  background: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: -1;
  -webkit-animation: video-icon-animation 1.4s linear infinite;
  animation: video-icon-animation 1.4s linear infinite;
}

@media (max-width: 1199px) {
  .contact-section .video-holder a:before {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 767px) {
  .contact-section .video-holder a:before {
    width: 50px;
    height: 50px;
  }
}

.contact-section .video-holder a:after {
  content: "";
  background: #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: -1;
  -webkit-animation: video-icon-animation 1.4s 0.7s linear infinite;
  animation: video-icon-animation 1.4s 0.7s linear infinite;
}

@media (max-width: 1199px) {
  .contact-section .video-holder a:after {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 767px) {
  .contact-section .video-holder a:after {
    width: 60px;
    height: 60px;
  }
}

@-webkit-keyframes video-icon-animation {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}

@keyframes video-icon-animation {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}
.select2-results .flag-text {
    margin-left: 10px; 
}

/*--------------------------------------------------------------
#1.3	news-section
--------------------------------------------------------------*/
.news-section {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .news-section {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .news-section {
    padding-bottom: 70px;
  }
}

.news-section .more-blog {
  font-weight: 500;
  color: #001a57;
  display: inline-block;
  margin-top: 13px;
}

.news-section .owl-controls {
  position: relative;
  margin-top: 55px;
}

@media (max-width: 767px) {
  .news-section .owl-controls {
    margin-top: 35px;
  }
}

.news-section .owl-controls .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #001a57;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 2px transparent;
  box-shadow: 0 0 0 2px transparent;
}

.news-section .owl-controls .owl-dots .active span {
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #001a57;
  box-shadow: 0 0 0 2px #001a57;
}

/*--------------------------------------------------------------
#1.4	partners-section
--------------------------------------------------------------*/
.partners-section {
  padding-top: 0;
  padding-bottom: 90px;
  text-align: center;
}

@media (max-width: 991px) {
  .partners-section {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .partners-section {
    padding-bottom: 70px;
  }
}

.partners-section .grid {
  border: 1px solid #e4e4e4;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.partners-section .partners-slider .grid img {
  height: 75px;
  width: auto;
  object-fit: contain;
  display: block;
}

.partners-section .partners-slider img {
  width: auto;
  display: inline-block;
}
/*--------------------------------------------------------------
	#home style 2
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#2.0	why-choose-section
--------------------------------------------------------------*/
.why-choose-section,
.why-choose-section-s2 {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .why-choose-section,
  .why-choose-section-s2 {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .why-choose-section,
  .why-choose-section-s2 {
    padding-bottom: 70px;
  }
}

.why-choose-section .why-choose-grids,
.why-choose-section-s2 .why-choose-grids {
  margin-top: 35px;
}

.why-choose-section .owl-controls,
.why-choose-section-s2 .owl-controls {
  position: relative;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .why-choose-section .owl-controls,
  .why-choose-section-s2 .owl-controls {
    margin-top: 40px;
  }
}

.why-choose-section .owl-controls .owl-dots .owl-dot span,
.why-choose-section-s2 .owl-controls .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #001a57;
  border: 3px solid #e3eff5;
  -webkit-box-shadow: 0 0 0 2px transparent;
  box-shadow: 0 0 0 2px transparent;
}

.why-choose-section .owl-controls .owl-dots .active span,
.why-choose-section-s2 .owl-controls .owl-dots .active span {
  border: 3px solid #e3eff5;
  -webkit-box-shadow: 0 0 0 2px #001a57;
  box-shadow: 0 0 0 2px #001a57;
}

/*--------------------------------------------------------------
#2.1	why-choose-section
--------------------------------------------------------------*/
.services-section-s2 {
  background-color: #fff;
  position: relative;
}

.services-section-s2:after {
  content: "";
  width: 100%;
  height: 640px;
  position: absolute;
  left: 0;
  top: 0;
}

.services-section-s2 > .container {
  position: relative;
  z-index: 10;
}

.services-section-s2 .section-overlay {
  display: none;
}

.services-section-s2 .services-grids .grid .overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.services-section-s2 .owl-controls .owl-nav .owl-prev,
.services-section-s2 .owl-controls .owl-nav .owl-next {
  background-color: #efefef;
}

/*--------------------------------------------------------------
#2.2	case-studies-s2
--------------------------------------------------------------*/
.case-studies-s2 {
  padding: 0;
  position: relative;
  z-index: 10;
}

.case-studies-s2 .recent-case {
  position: relative;
}

.case-studies-s2 .recent-case:before {
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 1px solid #868078;
  position: absolute;
  left: 15px;
  top: 15px;
}

.case-studies-s2 .recent-case .details {
  width: 100%;
  padding: 0 120px 0 40px;
  position: absolute;
  left: 0;
  bottom: 60px;
}

@media (max-width: 991px) {
  .case-studies-s2 .recent-case .details {
    padding: 0 95px 0 40px;
  }
}

@media (max-width: 767px) {
  .case-studies-s2 .recent-case .details {
    padding: 0 25px 0 40px;
  }
}

.case-studies-s2 .recent-case .cat {
  background-color: #fa4949;
  font-size: 14px;
  font-size: 0.93333rem;
  color: #fff;
  padding: 3px 12px;
  display: inline-block;
}

.case-studies-s2 .recent-case h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 500;
  line-height: 1.3em;
  margin: 1em 0 0;
}

@media (max-width: 767px) {
  .case-studies-s2 .recent-case h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.case-studies-s2 .recent-case h3 a {
  color: #fff;
}

.case-studies-s2 .case-grids {
  
  margin: 0 -2px 0 -28px;
}

@media (max-width: 991px) {
  .case-studies-s2 .case-grids {
    margin: 4px -2px 0;
  }
}

.case-studies-s2 .case-grids .grid {
  width: calc(50% - 4px);
  float: left;
  margin: 0 2px 4px;
  position: relative;
}

@media (max-width: 520px) {
  .case-studies-s2 .case-grids .grid {
    width: calc(100% - 4px);
  }
}

.case-studies-s2 .case-grids .grid-s2:before {
  content: "";
  background-color: #001a57;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.case-studies-s2 .case-grids .grid-s3:before {
  content: "";
  background-color: #fa4949;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.case-studies-s2 .case-grids .grid .details {
  width: 100%;
  padding: 0 40px 0 18px;
  position: absolute;
  left: 0;
  bottom: 20px;
}

.case-studies-s2 .case-grids .grid .details h4 {
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 500;
  line-height: 1.25em;
  margin: 0.3em 0 0;
}

@media (max-width: 1199px) {
  .case-studies-s2 .case-grids .grid .details h4 {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 991px) {
  .case-studies-s2 .case-grids .grid .details h4 {
    padding-right: 15px;
  }
}

.case-studies-s2 .case-grids .grid .details h4 a {
  color: #fff;
}

.case-studies-s2 .case-grids .grid-s1 .cat {
  background-color: #001a57;
  font-size: 14px;
  font-size: 0.93333rem;
  color: #fff;
  padding: 3px 12px;
  position: absolute;
  top: 25px;
  left: 18px;
}

.case-studies-s2 .case-grids .grid-s2 .cat,
.case-studies-s2 .case-grids .grid-s3 .cat {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #fff;
}

.case-studies-s2 .case-grids .grid-s2 .icon,
.case-studies-s2 .case-grids .grid-s3 .icon {
  position: absolute;
  right: 35px;
  top: 22px;
}

.case-studies-s2 .case-grids .grid-s4 .video-holder i {
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  color: #001a57;
}

.case-studies-s2 .case-grids .grid-s4 .video-holder a {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #fff;
}

.case-studies-s2 .case-grids .grid-s4 .details h4 {
  margin-top: 1em;
}

/*--------------------------------------------------------------
#2.3	newsletter-section
--------------------------------------------------------------*/
.newsletter-section {
  background: url("../images/newsletter-section-bg.webp") center center/cover
    no-repeat local;
  padding: 255px 0 100px;
  position: relative;
  background-attachment: fixed;
}

@media (max-width: 991px) {
  .newsletter-section {
    padding: 155px 0 90px;
  }
}

@media (max-width: 767px) {
  .newsletter-section {
    padding: 155px 0 80px;
  }
}

.newsletter-section:before {
  content: "";
  background-color: rgba(0, 26, 87, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.newsletter-section h2 {
  font-size: 30px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.4em;
  color: #fff;
  margin: 0;
}

@media (max-width: 1199px) {
  .newsletter-section h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 991px) {
  .newsletter-section h2 {
    margin: 0 0 1em;
  }
}

@media (max-width: 767px) {
  .newsletter-section h2 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.newsletter-section h2 span {
  font-weight: 600;
}

.newsletter-section form div {
  position: relative;
}

.newsletter-section form div button {
  font-family: "Roboto Light", sans-serif;
  background-color: #001a57;
  width: 158px;
  height: 50px;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 500;
  color: #fff;
  line-height: 50px;
  border: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .newsletter-section form div button {
    width: 120px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.newsletter-section form input {
  background-color: #fff;
  height: 50px;
  padding: 6px 168px 6px 25px;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

@media (max-width: 767px) {
  .newsletter-section form input {
    height: 45px;
    padding: 6px 130px 6px 15px;
  }
}

/*--------------------------------------------------------------
#2.4	testimonials-section-s2
--------------------------------------------------------------*/
.testimonials-section-s2 .testimonials-grids .client-pic img {
  width: 80px;
  display: inline-block;
  border-radius: 10%;
}

.testimonials-section-s2 .grid {
  text-align: center;
   padding: 20px;
}

.testimonials-section-s2 .client-qote {
  padding: 100px 45px 0;
  position: relative;
}

@media (max-width: 1199px) {
  .testimonials-section-s2 .client-qote {
    padding-top: 85px;
  }
}

@media (max-width: 991px) {
  .testimonials-section-s2 .client-qote {
    padding-top: 60px;
  }
}

.testimonials-section-s2 .client-qote:before {
  font-family: "Roboto Light", sans-serif;
  content: "“";
  font-size: 200px;
  font-size: 13.33333rem;
  color: #001a57;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .testimonials-section-s2 .client-qote:before {
    font-size: 100px;
    font-size: 6.66667rem;
    top: -25px;
  }
}

.testimonials-section-s2 .client-qote p {
  font-size: 24px;
  font-size: 1.6rem;
  line-height: 1.75em;
  color: #001a57;
}

@media (max-width: 991px) {
  .testimonials-section-s2 .client-qote p {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 767px) {
  .testimonials-section-s2 .client-qote p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
  
}

.testimonials-section-s2 .client-info {
  min-height: 72px;
  display: inline-block;
  position: relative;
padding-left: 140px;   text-align: left;
  margin-top: 35px;
}

.testimonials-section-s2 .client-info h5 {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 600;
  margin: 0;
  color: #001a57;
}

@media (max-width: 991px) {
  .testimonials-section-s2 .client-info h5 {
    font-size: 17px;
    font-size: 1.13333rem;
  }
}

@media (max-width: 767px) {
  .testimonials-section-s2 .client-info h5 {
    font-size: 15px;
    font-size: 1rem;
  }
}

.testimonials-section-s2 .client-info h5 + span {
  font-size: 15px;
  font-size: 1rem;
  color: #7a8595;
}

@media (max-width: 767px) {
  .testimonials-section-s2 .client-info h5 + span {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

.testimonials-section-s2 .client-info .client-pic {
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 1200px) {
  .testimonials-section-s2 .owl-controls {
    width: 100%;
    margin-top: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .testimonials-section-s2 .owl-controls .owl-nav .owl-prev,
  .testimonials-section-s2 .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: -17px;
  }
  .testimonials-section-s2 .owl-controls .owl-nav .owl-prev {
    left: -100px;
  }
  .testimonials-section-s2 .owl-controls .owl-nav .owl-next {
    right: -100px;
  }
}

@media (max-width: 1199px) {
  .testimonials-section-s2 .owl-controls {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .testimonials-section-s2 .owl-controls {
    margin-top: 30px;
  }
}

.testimonials-section-s2 .owl-controls .owl-nav .owl-prev,
.testimonials-section-s2 .owl-controls .owl-nav .owl-next {
  background: #f3f4f7;
  width: 35px;
  height: 35px;
  line-height: 38px;
  padding: 0;
  border-radius: 0;
  color: #001a57;
}

.testimonials-section-s2 .owl-controls .owl-nav .owl-prev:hover,
.testimonials-section-s2 .owl-controls .owl-nav .owl-next:hover {
  background-color: #001a57;
  color: #fff;
}

/*--------------------------------------------------------------
	#home style 3
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#3.0	fun-fact-section
--------------------------------------------------------------*/
.fun-fact-section .fun-fact-grids {
  
}

.fun-fact-section .grid {
  background-color: #48a0dc;
  width: 33.33%;
  padding: 29px 0;
  float: left;
  text-align: center;
}

@media (max-width: 991px) {
  .fun-fact-section .grid {
    padding: 22px 0;
  }
}

@media (max-width: 767px) {
  .fun-fact-section .grid {
    width: 100%;
    float: none;
    padding: 22px 0;
  }
}

.fun-fact-section .fun-fact-grids > .grid:nth-child(2) {
  background-color: #4f6dba;
}

.fun-fact-section .fun-fact-grids > .grid:nth-child(3) {
  background-color: #2754ba;
}

.fun-fact-section .grid p {
  font-family: "Roboto Light", sans-serif;
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .fun-fact-section .grid p {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 991px) {
  .fun-fact-section .grid p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

/*--------------------------------------------------------------
#3.1	services-section-s3
--------------------------------------------------------------*/
.services-section-s3 .services-s3-grids {
  padding: 95px 30px 95px 20px;
  
}

@media (max-width: 991px) {
  .services-section-s3 .services-s3-grids {
    padding: 45px 0;
  }
}

.services-section-s3 .services-s3-grids .grid {
  width: 50%;
  padding: 35px;
  float: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 600px) {
  .services-section-s3 .services-s3-grids .grid {
    width: 100%;
    float: none;
    padding: 25px;
  }
}

.services-section-s3 .services-s3-grids .grid:hover {
  -webkit-box-shadow: 0 0 20px rgba(171, 171, 171, 0.3);
  box-shadow: 0 0 20px rgba(171, 171, 171, 0.3);
}

.services-section-s3 .grid h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #001a57;
  margin: 0 0 0.71em;
}

@media (max-width: 991px) {
  .services-section-s3 .grid h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 767px) {
  .services-section-s3 .grid h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.services-section-s3 .grid .fi {
  display: inline-block;
  padding-right: 8px;
  position: relative;
  top: 7px;
}

.services-section-s3 .grid .fi:before {
  font-size: 35px;
  font-size: 2.33333rem;
}

.services-section-s3 .grid p {
  font-size: 14px;
  font-size: 0.93333rem;
  margin: 0;
}

.services-section-s3 .strength-info {
  background-color: #001a57;
  padding: 60px 30px 95px 45px;
}

@media (max-width: 1199px) {
  .services-section-s3 .strength-info {
    padding: 60px 30px 60px 45px;
  }
}

@media (max-width: 767px) {
  .services-section-s3 .strength-info {
    padding: 40px 20px 40px 25px;
  }
}

.services-section-s3 .strength-info ul {
  font-family: "Roboto Light", sans-serif;
  list-style: none;
}

.services-section-s3 .strength-info h3 {
  font-size: 24px;
  font-size: 1.6rem;
  color: #fff;
  margin: 0 0 0.67em;
}

@media (max-width: 991px) {
  .services-section-s3 .strength-info h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 767px) {
  .services-section-s3 .strength-info h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.services-section-s3 .strength-info p {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #7a8595;
  margin: 0 0 15px;
}

.services-section-s3 .strength-info .title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 30px;
}

.services-section-s3 .strength-info ul li a {
  font-size: 18px;
  font-size: 1.2rem;
  color: #7a8595;
}

@media (max-width: 991px) {
  .services-section-s3 .strength-info ul li a {
    font-size: 15px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .services-section-s3 .strength-info ul li a {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.services-section-s3 .strength-info ul li a:hover {
  color: #fff;
}

.services-section-s3 .strength-info ul > li + li {
  margin-top: 22px;
}

@media (max-width: 767px) {
  .services-section-s3 .strength-info ul > li + li {
    margin-top: 16px;
  }
}

/*--------------------------------------------------------------
#3.2	why-choose-section-s2
--------------------------------------------------------------*/
.why-choose-section-s2 {
  background-color: #fff;
  margin-top: 0;
}

.why-choose-section-s2 .grid .details {
  border: 1px solid #e6e6e6;
}

.why-choose-section-s2 .why-choose-slider .owl-item {
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 991px) {
  .why-choose-section-s2 .why-choose-slider .owl-item {
    border: 0;
  }
}

/*--------------------------------------------------------------
#3.3	pricing-section
--------------------------------------------------------------*/
.pricing-section {
  background-color: #e3eff5;
  padding-bottom: 140px;
}

@media (max-width: 991px) {
  .pricing-section {
    padding-bottom: 130px;
  }
}

@media (max-width: 767px) {
  .pricing-section {
    padding-bottom: 120px;
  }
}

.pricing-section .section-title-s4 p {
  color: #7a8595;
}

.pricing-section .owl-controls {
  position: relative;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .pricing-section .owl-controls {
    margin-top: 40px;
  }
}

.pricing-section .owl-controls .owl-dots {
  position: absolute;
  right: -5px;
  top: 8px;
}

.pricing-section .owl-controls .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #001a57;
  border: 3px solid #e3eff5;
  -webkit-box-shadow: 0 0 0 2px transparent;
  box-shadow: 0 0 0 2px transparent;
}

.pricing-section .owl-controls .owl-dots .active span {
  border: 3px solid #e3eff5;
  -webkit-box-shadow: 0 0 0 2px #001a57;
  box-shadow: 0 0 0 2px #001a57;
}

.pricing-section .owl-controls .owl-nav {
  position: absolute;
  left: -5px;
}

.pricing-section .owl-controls .owl-nav .owl-prev,
.pricing-section .owl-controls .owl-nav .owl-next {
  background: #dde4e7;
  width: 34px;
  height: 34px;
  line-height: 31px;
  color: #001a57;
  border-radius: 0;
}

@media (max-width: 767px) {
  .pricing-section .owl-controls .owl-nav .owl-prev,
  .pricing-section .owl-controls .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    line-height: 27px;
    font-size: 12px;
    font-size: 0.8rem;
  }
}

.pricing-section .owl-controls .owl-nav .owl-prev:hover,
.pricing-section .owl-controls .owl-nav .owl-next:hover {
  background: #dadada;
  color: #001a57;
}

/*--------------------------------------------------------------
#3.4	testimonials-section-s3
--------------------------------------------------------------*/
.testimonials-section-s3 .section-title-s2,
.testimonials-section-s3 .section-title-s3 {
  margin-top: 15px;
}

@media screen and (min-width: 991px) {
  .testimonials-section-s3 .section-title-s2,
  .testimonials-section-s3 .section-title-s3 {
    padding-right: 45px;
  }
}

@media (max-width: 991px) {
  .testimonials-section-s3 .section-title-s2,
  .testimonials-section-s3 .section-title-s3 {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .testimonials-section-s3 .testimonials-grids-s3 {
    margin-top: 30px;
  }
}

.testimonials-section-s3 .testimonials-grids-s3 .grid {
  padding: 50px 100px 60px 60px;
  -webkit-box-shadow: 0 0 30px rgba(171, 171, 171, 0.3);
  box-shadow: 0 0 30px rgba(171, 171, 171, 0.3);
  margin: 30px 30px 50px;
  position: relative;
}

@media (max-width: 991px) {
  .testimonials-section-s3 .testimonials-grids-s3 .grid {
    padding: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e4e4e4;
    margin: 0 0 50px;
  }
}

@media (max-width: 767px) {
  .testimonials-section-s3 .testimonials-grids-s3 .grid {
    padding: 20px;
    margin: 0 0 40px;
  }
}

.testimonials-section-s3 .testimonials-grids-s3 .grid:before {
  content: "";
  background: url("../images/testimonials/quote.png") center center/auto
    no-repeat local;
  width: 30px;
  height: 22px;
  position: absolute;
  right: 40px;
  top: 40px;
}

@media (max-width: 991px) {
  .testimonials-section-s3 .testimonials-grids-s3 .grid:before {
    top: 25px;
  }
}

@media (max-width: 600px) {
  .testimonials-section-s3 .testimonials-grids-s3 .grid:before {
    display: none;
  }
}

.testimonials-section-s3 .grid h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 600;
  color: #001a57;
  margin: 0 0 1.25em;
}

@media (max-width: 991px) {
  .testimonials-section-s3 .grid h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.testimonials-section-s3 .grid .client-info {
  min-height: 60px;
  padding: 26px 0 0 75px;
  position: absolute;
  bottom: -45px;
  z-index: 2;
}

.testimonials-section-s3 .grid .client-info .client-pic {
  position: absolute;
  left: 0;
  top: 0;
}

.testimonials-section-s3 .grid .client-info .client-pic img {
  width: auto;
  border-radius: 50%;
}

.testimonials-section-s3 .grid .client-info h4 {
  font-size: 18px;
  font-size: 1.2rem;
  color: #001a57;
  margin: 0 0 4px;
}

@media (max-width: 991px) {
  .testimonials-section-s3 .grid .client-info h4 {
    font-size: 15px;
    font-size: 1rem;
  }
}

.testimonials-section-s3 .grid .client-info h4 + span {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #86909e;
}

.testimonials-section-s3 .owl-controls {
  position: absolute;
  left: -492px;
  top: 208px;
}

@media (max-width: 1199px) {
  .testimonials-section-s3 .owl-controls {
    left: -410px;
  }
}

@media (max-width: 991px) {
  .testimonials-section-s3 .owl-controls {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 25px;
  }
}

.testimonials-section-s3 .owl-controls .owl-nav .owl-prev,
.testimonials-section-s3 .owl-controls .owl-nav .owl-next {
  background: #dde4e7;
  width: 34px;
  height: 34px;
  line-height: 31px;
  color: #001a57;
  text-align: center;
  border-radius: 0;
}

@media (max-width: 767px) {
  .testimonials-section-s3 .owl-controls .owl-nav .owl-prev,
  .testimonials-section-s3 .owl-controls .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    line-height: 27px;
    font-size: 12px;
    font-size: 0.8rem;
  }
}

.testimonials-section-s3 .owl-controls .owl-nav .owl-prev:hover,
.testimonials-section-s3 .owl-controls .owl-nav .owl-next:hover {
  background: #dadada;
  color: #001a57;
}

/*--------------------------------------------------------------
	#case studies page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#8.1	full-case-studies-section
--------------------------------------------------------------*/
.full-case-studies-section .case-studies-grids {
  
  margin: 0 -15px;
}

.full-case-studies-section .case-studies-grids .grid {
  position: relative;
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
}

@media (max-width: 1199px) {
  .full-case-studies-section .case-studies-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 550px) {
  .full-case-studies-section .case-studies-grids .grid {
    width: calc(100% - 30px);
  }
}

.full-case-studies-section .grid .details {
  background-color: #f8f9f7;
  width: 100%;
  padding: 15px 25px;
  position: relative;
}

@media (max-width: 767px) {
  .full-case-studies-section .grid .details {
    position: static;
    padding: 27px 0 0;
  }
}

.full-case-studies-section .grid h3 {
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #001a57;
  line-height: 1.3em;
  margin: 0 0 1.5em;
  padding-right: 85px;
}

@media (max-width: 991px) {
  .full-case-studies-section .grid h3 {
    padding-right: 0;
  }
}

.full-case-studies-section .grid .cat {
  background-color: #fa4949;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 2px 7px;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 15px;
}

@media (max-width: 1199px) {
  .full-case-studies-section .grid .cat {
    position: static;
    display: inline-block;
    margin-bottom: 15px;
  }
}

.full-case-studies-section .full-story {
  margin: 0 -25px;
}

.full-case-studies-section .full-story a {
  font-family: "Roboto Light", sans-serif;
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 600;
  color: #001a57;
  display: block;
  padding: 7px 25px;
}

@media (max-width: 1199px) {
  .full-case-studies-section .full-story a {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.full-case-studies-section .full-story:hover {
  background-color: rgba(0, 26, 87, 0.8);
}

.full-case-studies-section .full-story:hover a {
  color: #fff;
}

.full-case-studies-section .load-more {
  text-align: center;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .full-case-studies-section .load-more {
    padding-top: 10px;
  }
}

/*--------------------------------------------------------------
	#about page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#4.1	about-features
--------------------------------------------------------------*/
.about-features {
  padding-top: 0;
}

.about-features .grid {
  border: 1px solid #e8e8e8;
  padding: 30px 40px 80px;
  text-align: center;
}

@media (max-width: 767px) {
  .about-features .grid {
    padding: 20px 20px 30px;
  }
}

.about-features .icon .fi:before {
  font-size: 60px;
  font-size: 4rem;
  color: #001a57;
}

@media (max-width: 991px) {
  .about-features .icon .fi:before {
    font-size: 50px;
    font-size: 3.33333rem;
  }
}

.about-features .grid h3 {
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: 600;
  color: #001a57;
  margin: 0.55em 0 0.64em;
}

@media (max-width: 991px) {
  .about-features .grid h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.about-features .grid p {
  margin: 0;
}

/*--------------------------------------------------------------
#4.2	company-history
--------------------------------------------------------------*/
.company-history {
  background-color: #e3eff5;
}

.company-history .history-timeline {
  margin-top: 40px;
}

.company-history .tablinks {
  text-align: center;
  margin-bottom: 45px;
}

@media (max-width: 991px) {
  .company-history .tablinks {
    margin-bottom: 25px;
  }
}

.company-history .tablinks ul {
  list-style: none;
  display: inline-block;
  
  position: relative;
}

.company-history .tablinks ul:after {
  content: "";
  background: #001a57;
  width: calc(100% - 35px);
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 18px;
}

@media (max-width: 767px) {
  .company-history .tablinks ul:after {
    display: none;
  }
}

.company-history .tablinks ul li {
  float: left;
  position: relative;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .company-history .tablinks ul li {
    float: none;
  }
}

.company-history .tablinks ul li:after {
  content: "";
  background: #001a57;
  width: 5px;
  height: 5px;
  position: absolute;
  bottom: 0;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .company-history .tablinks ul li:after {
    display: none;
  }
}

.company-history .tablinks ul > li + li {
  margin-left: 65px;
}

@media (max-width: 767px) {
  .company-history .tablinks ul > li + li {
    margin-left: 0;
  }
}

.company-history .tablinks ul a {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #7a8595;
}

.company-history .tablinks ul a:hover,
.company-history .tablinks ul a:focus {
  text-decoration: none;
}

.company-history .tablinks ul li.active a {
  color: #001a57;
}

.company-history .tab-content .grid {
  
}

@media (max-width: 767px) {
  .company-history .tab-content .grid {
    margin-left: -20px;
  }
}

.company-history .grid .img-holder {
  width: calc(100% - 600px);
  float: left;
}

@media (max-width: 1199px) {
  .company-history .grid .img-holder {
    width: 40%;
  }
}

@media (max-width: 991px) {
  .company-history .grid .img-holder {
    width: 100%;
    float: none;
  }
}

.company-history .grid .details {
  width: calc(100% - 570px);
  float: left;
  padding: 60px 30px 0 70px;
}

@media (max-width: 1199px) {
  .company-history .grid .details {
    width: 60%;
    padding: 30px 30px 0 50px;
  }
}

@media (max-width: 991px) {
  .company-history .grid .details {
    width: 100%;
    float: none;
    padding: 30px 0 0 20px;
  }
}

.company-history .grid .details h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #001a57;
  margin: 0 0 0.83em;
}

@media (max-width: 1199px) {
  .company-history .grid .details h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

/*--------------------------------------------------------------
#4.3	fun-fact-s2-section
--------------------------------------------------------------*/
.fun-fact-s2-section {
  background: url("../images/funfact-s2-bg.jpg") center center/cover no-repeat
    fixed;
  padding: 80px 0;
  position: relative;
}

@media (max-width: 767px) {
  .fun-fact-s2-section {
    padding-bottom: 40px;
  }
}

.fun-fact-s2-section:before {
  content: "";
  background-color: rgba(0, 26, 87, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.fun-fact-s2-section .fun-fact-grids {
  
}

.fun-fact-s2-section .fun-fact-grids .grid {
  font-family: "Roboto Light", sans-serif;
  width: 25%;
  float: left;
  text-align: center;
  color: #fff;
}

@media (max-width: 767px) {
  .fun-fact-s2-section .fun-fact-grids .grid {
    width: 50%;
    margin-bottom: 35px;
  }
}

@media (max-width: 420px) {
  .fun-fact-s2-section .fun-fact-grids .grid {
    width: 100%;
    float: none;
  }
}

.fun-fact-s2-section .grid > div {
  font-size: 60px;
  font-size: 4rem;
  font-weight: 600;
  border: 2px solid #fff;
  padding: 10px 6px;
  display: inline-block;
}

@media (max-width: 991px) {
  .fun-fact-s2-section .grid > div {
    font-size: 45px;
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .fun-fact-s2-section .grid > div {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

.fun-fact-s2-section .grid p {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  margin: 5px 0 0;
}

@media (max-width: 991px) {
  .fun-fact-s2-section .grid p {
    font-size: 15px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .fun-fact-s2-section .grid p {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

/*--------------------------------------------------------------
#4.4	about-pg-testimonials-section
--------------------------------------------------------------*/
@media screen and (min-width: 991px) {
  .about-pg-testimonials-section .testimonials-grids-s3 {
    padding-top: 60px;
  }
}

.about-pg-testimonials-section .testimonials-grids-s3 .grid {
  padding: 50px 100px 60px 60px;
  margin: 10px 1px 45px 0;
  border: 1px solid #e3e6ec;
  position: relative;
}

@media (max-width: 991px) {
  .about-pg-testimonials-section .testimonials-grids-s3 .grid {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .about-pg-testimonials-section .testimonials-grids-s3 .grid {
    padding: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e4e4e4;
  }
}

.about-pg-testimonials-section .testimonials-grids-s3 .grid:before {
  content: "";
  background: url("../images/testimonials/quote.png") center center/auto
    no-repeat local;
  width: 30px;
  height: 22px;
  position: absolute;
  right: 40px;
  top: 40px;
}

@media (max-width: 991px) {
  .about-pg-testimonials-section .testimonials-grids-s3 .grid:before {
    top: 25px;
  }
}

@media (max-width: 600px) {
  .about-pg-testimonials-section .testimonials-grids-s3 .grid:before {
    display: none;
  }
}

.about-pg-testimonials-section .grid h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 600;
  color: #001a57;
  margin: 0 0 1.25em;
}

@media (max-width: 991px) {
  .about-pg-testimonials-section .grid h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.about-pg-testimonials-section .grid .client-info {
  min-height: 70px;
  padding: 26px 0 0 75px;
  position: absolute;
  bottom: -45px;
  z-index: 2;
}

.about-pg-testimonials-section .grid .client-info .client-pic {
  position: absolute;
  left: 0;
  top: 0;
}

.about-pg-testimonials-section .grid .client-info .client-pic img {
  width: auto;
  border-radius: 50%;
}

.about-pg-testimonials-section .grid .client-info h4 {
  font-size: 18px;
  font-size: 1.2rem;
  color: #001a57;
  margin: 0 0 4px;
}

@media (max-width: 991px) {
  .about-pg-testimonials-section .grid .client-info h4 {
    font-size: 15px;
    font-size: 1rem;
  }
}

.about-pg-testimonials-section .grid .client-info h4 + span {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #86909e;
}

@media screen and (min-width: 991px) {
  .about-pg-testimonials-section .owl-controls {
    width: 100%;
    position: absolute;
    top: -30px;
  }
}

@media (max-width: 991px) {
  .about-pg-testimonials-section .owl-controls {
    margin-top: 20px;
  }
}

.about-pg-testimonials-section .owl-controls .owl-nav .owl-prev,
.about-pg-testimonials-section .owl-controls .owl-nav .owl-next {
  background: #dde4e7;
  width: 34px;
  height: 34px;
  line-height: 31px;
  color: #001a57;
  border-radius: 0;
}

@media (max-width: 767px) {
  .about-pg-testimonials-section .owl-controls .owl-nav .owl-prev,
  .about-pg-testimonials-section .owl-controls .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    line-height: 27px;
    font-size: 12px;
    font-size: 0.8rem;
  }
}

.about-pg-testimonials-section .owl-controls .owl-nav .owl-prev:hover,
.about-pg-testimonials-section .owl-controls .owl-nav .owl-next:hover {
  background: #dadada;
  color: #001a57;
}

/*--------------------------------------------------------------
	#team page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#5.1	all-team-members
--------------------------------------------------------------*/
.all-team-members {
  padding-bottom: 70px;
}

@media (max-width: 991px) {
  .all-team-members {
    padding-bottom: 60px;
  }
}

.all-team-members .tablinks {
  text-align: center;
  margin-bottom: 52px;
}

.all-team-members .tablinks ul {
  font-family: "Roboto Light", sans-serif;
  background-color: #001a57;
  padding: 0 40px;
  border-radius: 45px;
  list-style: none;
  display: inline-block;
  
}

@media (max-width: 600px) {
  .all-team-members .tablinks ul {
    padding: 10px 20px;
    border-radius: 0;
  }
}

.all-team-members .tablinks ul li {
  float: left;
}

@media (max-width: 600px) {
  .all-team-members .tablinks ul li {
    float: none;
  }
}

.all-team-members .tablinks ul > li + li {
  margin-left: 45px;
}

@media (max-width: 767px) {
  .all-team-members .tablinks ul > li + li {
    margin-left: 25px;
  }
}

@media (max-width: 600px) {
  .all-team-members .tablinks ul > li + li {
    margin: 0;
  }
}

.all-team-members .tablinks ul li a {
  font-weight: 600;
  color: #a1adbd;
  padding: 15px 0;
  display: inline-block;
}

@media (max-width: 991px) {
  .all-team-members .tablinks ul li a {
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .all-team-members .tablinks ul li a {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

@media (max-width: 600px) {
  .all-team-members .tablinks ul li a {
    padding: 7px 0;
  }
}

.all-team-members .tablinks ul li.active a {
  color: #fff;
}

.all-team-members .tablinks ul li a:hover,
.all-team-members .tablinks ul li a:focus {
  text-decoration: none;
}

.all-team-members .team-grids {
  margin: 0 -15px;
  
  position: relative;
}

@media (max-width: 767px) {
  .all-team-members .team-grids {
    margin: 0 -7.5px;
  }
}

.all-team-members .team-grids .grid {
  width: 25%;
  float: left;
  padding: 0 15px 30px;
}

@media (max-width: 991px) {
  .all-team-members .team-grids .grid {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .all-team-members .team-grids .grid {
    width: 50%;
    padding: 0 7.5px 15px;
  }
}

@media (max-width: 500px) {
  .all-team-members .team-grids .grid {
    width: 100%;
  }
}

.all-team-members .team-grids .grid .details {
  background-color: #001a57;
  padding: 17px 22px;
}

.all-team-members .team-grids .grid .details h4 {
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 4px;
}

@media (max-width: 767px) {
  .all-team-members .team-grids .grid .details h4 {
    font-size: 15px;
    font-size: 1rem;
    font-weight: 500;
  }
}

.all-team-members .team-grids .grid .details .post {
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #a1adbd;
}

.all-team-members .team-grids .grid .img-holder img {
  width: 100%;
}

.all-team-members .img-holder-social {
  position: relative;
}

.all-team-members .img-holder-social .social {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.all-team-members .img-holder-social ul {
  
  list-style: none;
  display: inline-block;
  margin: 0 auto;
}

.all-team-members .img-holder-social ul li {
  float: left;
}

.all-team-members .img-holder-social ul a {
  background-color: transparent;
  font-size: 16px;
  font-size: 1.06667rem;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
}

.all-team-members .img-holder-social ul a:hover {
  background-color: #fff;
  color: #001a57;
}

.all-team-members .grid:hover .img-holder-social .social {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
#5.2	team-ceo-section
--------------------------------------------------------------*/
.team-ceo-section {
  background: url("../images/funfact-s2-bg.jpg") center center/cover no-repeat
    fixed;
  position: relative;
}

.team-ceo-section:before {
  content: "";
  background-color: rgba(227, 239, 245, 0.95);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.team-ceo-section .ceo-text {
  padding: 80px 0 0 35px;
}

@media (max-width: 1199px) {
  .team-ceo-section .ceo-text {
    padding: 40px 0 0 25px;
  }
}

@media (max-width: 991px) {
  .team-ceo-section .ceo-text {
    padding: 40px 0 0;
  }
}

.team-ceo-section .ceo-text h3 {
  font-size: 30px;
  font-size: 2rem;
  color: #001a57;
  margin: 0 0 7px;
}

@media (max-width: 991px) {
  .team-ceo-section .ceo-text h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 767px) {
  .team-ceo-section .ceo-text h3 {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 500;
  }
}

.team-ceo-section .ceo-text > span {
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 500;
  color: #a1adbd;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .team-ceo-section .ceo-text > span {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.team-ceo-section .ceo-text p {
  margin-bottom: 1.7em;
}

/*--------------------------------------------------------------
	#services page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#6.1	all-services-section
--------------------------------------------------------------*/
@media screen and (min-width: 991px) {
  .all-services-section {
    padding-bottom: 45px;
  }
}

.all-services-section .all-services-grids {
  
  margin: 0 -15px;
}

.all-services-section .all-services-grids .grid {
  width: 50%;
  float: left;
  padding: 0 15px 30px;
}

@media (max-width: 550px) {
  .all-services-section .all-services-grids .grid {
    width: 100%;
    float: none;
  }
}

.all-services-section .grid .img-holder {
  position: relative;
}

.all-services-section .grid .details-overlay {
  background: rgba(0, 26, 87, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.all-services-section .grid .details-overlay a {
  background-color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #001a57;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.all-services-section .grid:hover .details-overlay {
  opacity: 1;
  visibility: visible;
}

.all-services-section .grid .details {
  padding: 16px 0 20px;
}

@media (max-width: 991px) {
  .all-services-section .grid .details {
    border: 1px solid #d8d8d8;
    padding: 16px 15px 10px;
  }
}

.all-services-section .grid .details h3 {
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: 500;
  line-height: 1.36em;
  color: #001a57;
  padding: 0 0 1.58em;
  margin: 0 0 10px;
  border-bottom: 1px solid #d8d8d8;
}

@media (max-width: 1199px) {
  .all-services-section .grid .details h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .all-services-section .grid .details h3 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.all-services-section .grid .details > a {
  font-family: "Roboto Light", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #86909e;
}

@media (max-width: 1199px) {
  .all-services-section .grid .details > a {
    font-size: 15px;
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
#	service single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#7.1	service-single-content	
--------------------------------------------------------------*/


.service-single-content .service-details h2 {
  font-size: 24px;
  font-size: 1.6rem;
  line-height: 0.8em;
  color: #001a57;
  font-weight: 500;
  margin: 0 0 1.25em;
}

@media (max-width: 767px) {
  .service-single-content .service-details h2 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.service-single-content .service-details p {
  margin: 0 0 30px;
}

.service-single-content .service-details ul {
  list-style: none;
}

.service-single-content .service-details ul li {
  margin-bottom: 12px;
  color: #7a8595;
}

.service-single-content .service-details ul li:last-child {
  margin-bottom: 0;
}

.service-single-content .service-details ul i {
  display: inline-block;
  padding-right: 5px;
}

.service-single-content .img-holder {
  margin-top: 55px;
}

.service-single-content .service-single-tab {
  margin-top: 80px;
}

@media (max-width: 991px) {
  .service-single-content .service-single-tab {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .service-single-content .service-single-tab {
    margin-top: 40px;
  }
}

.service-single-content .service-single-tab .nav {
  
}

.service-single-content .service-single-tab .nav li {
  float: left;
}

.service-single-content .service-single-tab .nav > li + li {
  margin-left: 5px;
}

.service-single-content .service-single-tab .nav a {
  font-family: "Roboto Light", sans-serif;
  background-color: #f1f1f1;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 500;
  color: #86909e;
  padding: 10px 45px;
}

@media (max-width: 767px) {
  .service-single-content .service-single-tab .nav a {
    font-size: 13px;
    font-size: 0.86667rem;
    padding: 8px 12px;
  }
}

.service-single-content .service-single-tab .nav .active a,
.service-single-content .service-single-tab .nav a:hover {
  background: #001a57;
  color: #fff;
}

.service-single-content .tab-content {
  padding-top: 25px;
}

.service-single-content .tab-content .tab-pane p {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .service-single-content .tab-content .tab-pane p {
    margin-bottom: 15px;
  }
}

.service-single-content .tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
	#testimonials page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#8.1	all-testimonials-section
--------------------------------------------------------------*/
.all-testimonials-section {
  padding-bottom: 35px;
}

@media (max-width: 991px) {
  .all-testimonials-section {
    padding-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .all-testimonials-section {
    padding-bottom: 15px;
  }
}

.all-testimonials-section .testimonials-grids-s3 {
  margin: 0 -15px;
}

.all-testimonials-section .testimonials-grids-s3 .grid {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 100px;
  padding: 50px 100px 60px 60px;
  position: relative;
  -webkit-box-shadow: 2px 0 95px rgba(171, 171, 171, 0.2);
  box-shadow: 2px 0 95px rgba(171, 171, 171, 0.2);
}

@media (max-width: 991px) {
  .all-testimonials-section .testimonials-grids-s3 .grid {
    width: calc(100% - 30px);
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .all-testimonials-section .testimonials-grids-s3 .grid {
    padding: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e4e4e4;
  }
}

.all-testimonials-section .testimonials-grids-s3 .grid:before {
  content: "";
  background: url("../images/testimonials/quote.png") center center/auto
    no-repeat local;
  width: 30px;
  height: 22px;
  position: absolute;
  right: 40px;
  top: 40px;
}

@media (max-width: 991px) {
  .all-testimonials-section .testimonials-grids-s3 .grid:before {
    top: 25px;
  }
}

@media (max-width: 600px) {
  .all-testimonials-section .testimonials-grids-s3 .grid:before {
    display: none;
  }
}

.all-testimonials-section .grid h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 600;
  color: #001a57;
  margin: 0 0 1.25em;
}

@media (max-width: 991px) {
  .all-testimonials-section .grid h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .all-testimonials-section .grid h3 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.all-testimonials-section .grid .client-info {
  min-height: 70px;
  padding: 26px 0 0 75px;
  position: absolute;
  bottom: -45px;
  z-index: 2;
}

.all-testimonials-section .grid .client-info .client-pic {
  position: absolute;
  left: 0;
  top: 0;
}

.all-testimonials-section .grid .client-info .client-pic img {
  width: auto;
  border-radius: 50%;
}

.all-testimonials-section .grid .client-info h4 {
  font-size: 18px;
  font-size: 1.2rem;
  color: #001a57;
  margin: 0 0 4px;
}

@media (max-width: 991px) {
  .all-testimonials-section .grid .client-info h4 {
    font-size: 15px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .all-testimonials-section .grid .client-info h4 {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

.all-testimonials-section .grid .client-info h4 + span {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #86909e;
}

/*--------------------------------------------------------------
#	faq page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#9.1	faq-section
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  .faq-section .container {
    padding: 0 100px;
  }
}

.faq-section h2 {
  font-size: 30px;
  font-size: 2rem;
  line-height: 1.3em;
  font-weight: 500;
  color: #001a57;
  margin: 0 0 1em;
}

@media (max-width: 991px) {
  .faq-section h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .faq-section h2 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

/*--------------------------------------------------------------
#	contact page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#10.1	contact-pg-contact-section
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .contact-pg-contact-section .contact-info {
    margin-bottom: 50px;
  }
}

.contact-pg-contact-section .contact-info ul {
  list-style: none;
}

.contact-pg-contact-section .contact-info ul li {
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 500;
  color: #86909e;
  line-height: 1.8em;
  padding-left: 30px;
  position: relative;
}

@media (max-width: 991px) {
  .contact-pg-contact-section .contact-info ul li {
    font-size: 15px;
    font-size: 1rem;
  }
}

.contact-pg-contact-section .contact-info li i {
  position: absolute;
  left: 0;
}

.contact-pg-contact-section .contact-info ul > li + li {
  margin-top: 20px;
}

@media screen and (min-width: 1200px) {
  .contact-pg-contact-section .contact-form {
    padding-left: 70px;
  }
}

.contact-pg-contact-section form input,
.contact-pg-contact-section form textarea {
  background-color: #f8f8fa;
  height: 40px;
  border: 1px solid #e6e9ec;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.contact-pg-contact-section form textarea {
  height: 195px;
}

@media (max-width: 767px) {
  .contact-pg-contact-section form textarea {
    height: 120px;
  }
}

.contact-pg-contact-section form > div {
  margin-bottom: 20px;
}

.contact-pg-contact-section .submit-btn {
  text-align: center;
  margin: 25px 0 0;
}

@media (max-width: 991px) {
  .contact-pg-contact-section .submit-btn {
    margin: 15px 0 0;
  }
}

.contact-pg-contact-section .submit-btn button {
  font-family: "Roboto Light", sans-serif;
  background: #001a57;
  background: -webkit-linear-gradient(top, #001a57, #00123e);
  background: -moz-linear-gradient(top, #001a57, #00123e);
  background: -o-linear-gradient(top, #001a57, #00123e);
  background: -ms-linear-gradient(top, #001a57, #00123e);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#001a57),
    to(#00123e)
  );
  background: linear-gradient(top, #001a57, #00123e);
  width: 100%;
  padding: 10px 30px;
  color: #fff;
  border: 0;
  outline: 0;
}

@media (max-width: 767px) {
  .contact-pg-contact-section .submit-btn button {
    padding: 10px 20px;
  }
}

.contact-pg-contact-section .submit-btn button:hover {
  background: #00123e;
  background: -webkit-linear-gradient(top, #00123e, #001a57);
  background: -moz-linear-gradient(top, #00123e, #001a57);
  background: -o-linear-gradient(top, #00123e, #001a57);
  background: -ms-linear-gradient(top, #00123e, #001a57);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00123e),
    to(#001a57)
  );
  background: linear-gradient(top, #00123e, #001a57);
}

/*--------------------------------------------------------------
#10.2	contact-map-section
--------------------------------------------------------------*/
.contact-map-section .location-map {
  width: 100%;
  height: 450px;
}

@media (max-width: 767px) {
  .contact-map-section .location-map {
    height: 300px;
  }
}

/*--------------------------------------------------------------
#	blog grid page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#11.1	blog-grid-section
--------------------------------------------------------------*/
.blog-grid-section .blog-grids {
  
  margin: 0 -15px;
}

.blog-grid-section .grid {
  width: 33.33%;
  float: left;
  padding: 0 15px 30px;
}

@media (max-width: 991px) {
  .blog-grid-section .grid {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .blog-grid-section .grid {
    width: 100%;
    float: none;
  }
}

.blog-grid-section .grid .entry-media img {
  width: 100%;
}

/*--------------------------------------------------------------
	#Blog classic
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#12.0 blog-calassic-main-content
--------------------------------------------------------------*/
.blog-calassic-main-content .blog-grids > .grid + .grid {
  margin-top: 75px;
}

@media (max-width: 991px) {
  .blog-calassic-main-content .blog-grids > .grid + .grid {
    margin-top: 55px;
  }
}

.blog-calassic-main-content .grid .entry-body {
  padding: 0;
  border: 0;
  font-size: 16px;
  font-size: 1.06667rem;
}

@media (max-width: 767px) {
  .blog-calassic-main-content .grid .entry-body {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.blog-calassic-main-content .entry-meta {
  list-style: none;
  
  border: 0;
  padding: 0;
}

.blog-calassic-main-content .entry-meta li {
  float: left;
}

.blog-calassic-main-content .entry-meta > li + li {
  margin-left: 25px;
}

@media (max-width: 767px) {
  .blog-calassic-main-content .entry-meta > li + li {
    margin-left: 15px;
  }
}

.blog-calassic-main-content .entry-meta li a {
  color: #999999;
}

.blog-calassic-main-content .entry-title-meta {
  padding-right: 250px;
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  .blog-calassic-main-content .entry-title-meta {
    padding-right: 150px;
  }
}

@media (max-width: 991px) {
  .blog-calassic-main-content .entry-title-meta {
    padding-right: 0;
  }
}

.blog-calassic-main-content .entry-title-meta h3 {
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: 600;
  line-height: 1.4em;
  margin: 0 0 0.45em;
}

@media (max-width: 991px) {
  .blog-calassic-main-content .entry-title-meta h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.blog-calassic-main-content .entry-title-meta h3 a {
  color: #001a57;
}

.blog-calassic-main-content .entry-media {
  margin-bottom: 30px;
}

.blog-calassic-main-content .entry-body p {
  color: #86909e;
  margin-bottom: 1.2em;
}

.blog-calassic-main-content .entry-body .read-more {
  color: #001a57;
  font-weight: 500;
}

.blog-calassic-main-content .entry-body .read-more:hover {
  color: #000;
}

/*--------------------------------------------------------------
    #Blog details
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#13.0 blog-single-section
--------------------------------------------------------------*/

.blog-single-section .entry-meta {
  list-style: none;
  
  border: 0;
  padding: 0;
}

.blog-single-section .entry-meta li {
  float: left;
}

.blog-single-section .entry-meta > li + li {
  margin-left: 25px;
}

@media (max-width: 767px) {
  .blog-single-section .entry-meta > li + li {
    margin-left: 15px;
  }
}

.blog-single-section .entry-meta li a {
  color: #999999;
}

.blog-single-section .entry-title-meta {
  padding-right: 250px;
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  .blog-single-section .entry-title-meta {
    padding-right: 150px;
  }
}

@media (max-width: 991px) {
  .blog-single-section .entry-title-meta {
    padding-right: 0;
  }
}

.blog-single-section .entry-title-meta h3 {
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: 600;
  line-height: 1.4em;
  margin: 0 0 0.45em;
}

@media (max-width: 991px) {
  .blog-single-section .entry-title-meta h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.blog-single-section .entry-title-meta h3 a {
  color: #001a57;
}

.blog-single-section .entry-media {
  margin-bottom: 30px;
}

.blog-single-section .entry-body p {
  line-height: 1.81em;
  color: #6a6a6a;
  margin-bottom: 35px;
}

.blog-single-section .tag-share {
  text-align: center;
  
  margin: 40px 0 68px;
  position: relative;
  /*** share ***/
}

.blog-single-section .tag-share:after {
  content: "";
  background-color: #e7e7e7;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 40%;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share {
    margin: 25px 0;
  }
}

.blog-single-section .tag-share ul {
  list-style: none;
}

.blog-single-section .tag-share ul {
  display: inline-block;
  
}

.blog-single-section .tag-share ul li {
  float: left;
  margin-right: 6px;
}

.blog-single-section .tag-share ul li:last-child {
  margin-right: 0;
}

.blog-single-section .tag-share > div {
  background-color: #fff;
  width: 150px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.blog-single-section .tag-share > div:last-child span {
  font-size: 15px;
  font-size: 0.93333rem;
  font-weight: 600;
  color: #999;
  position: relative;
  top: -9px;
  padding-right: 10px;
}

.blog-single-section .tag-share .share {
  padding-bottom: 0;
}

.blog-single-section .tag-share .share a {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #111111;
  display: inline-block;
}

@media (max-width: 991px) {
  .blog-single-section .tag-share .share a {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.blog-single-section .tag-share .share a:hover {
  color: #001a57;
}

.blog-single-section .related-posts {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .blog-single-section .related-posts {
    margin-top: 50px;
  }
}

.blog-single-section .related-posts h4 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #41516a;
  margin: 0 0 1.2em;
}

@media (max-width: 991px) {
  .blog-single-section .related-posts h4 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

@media (max-width: 767px) {
  .blog-single-section .related-posts h4 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.blog-single-section .related-posts .entry-media {
  margin-bottom: 0;
}

.blog-single-section .related-posts .owl-controls {
  position: relative;
  margin-top: 45px;
}

@media (max-width: 767px) {
  .blog-single-section .related-posts .owl-controls {
    margin-top: 35px;
  }
}

.blog-single-section .related-posts .owl-controls .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #001a57;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 2px transparent;
  box-shadow: 0 0 0 2px transparent;
}

.blog-single-section .related-posts .owl-controls .owl-dots .active span {
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #001a57;
  box-shadow: 0 0 0 2px #001a57;
}

.blog-single-section .about-author {
  margin-bottom: 50px;
}

.blog-single-section .about-author h4 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #41516a;
  margin: 0 0 0.83em;
}

@media (max-width: 991px) {
  .blog-single-section .about-author h4 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

@media (max-width: 767px) {
  .blog-single-section .about-author h4 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.blog-single-section .about-author .inner {
  background-color: #f8f8fa;
  padding: 33px 50px;
  border: 1px solid #e6e9ec;
  
}

@media (max-width: 991px) {
  .blog-single-section .about-author .inner {
    padding: 35px;
  }
}

@media (max-width: 767px) {
  .blog-single-section .about-author .inner {
    padding: 25px 20px;
  }
}

.blog-single-section .about-author .author-pic {
  width: 73px;
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .about-author .author-pic {
    width: 100%;
    float: none;
  }
}

.blog-single-section .about-author .author-details {
  width: calc(100% - 73px);
  float: left;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .blog-single-section .about-author .author-details {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 20px;
  }
}

.blog-single-section .about-author .author-details h5 {
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #001a57;
  margin: 0;
}

.blog-single-section .about-author .author-job {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #999;
  display: inline-block;
  margin-bottom: 8px;
}

.blog-single-section .about-author p {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #666;
}

.blog-single-section .about-author .social {
  list-style: none;
}

.blog-single-section .about-author .social li {
  float: left;
  margin-left: 10px;
}

.blog-single-section .about-author .social li:first-child {
  margin-left: 0;
}

.blog-single-section .about-author .social li a {
  font-size: 15px;
  font-size: 1rem;
  color: #001a57;
}

.blog-single-section .about-author .social li a:hover {
  color: #00123e;
}

.blog-single-section .comments h3 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #41516a;
  margin: 0 0 1em;
}

.blog-single-section .comments > ol {
  padding-left: 0;
}

.blog-single-section .comments ol {
  list-style: none;
}

.blog-single-section .comments ol > li {
  margin-bottom: 35px;
}

.blog-single-section .comments ol > li:last-child {
  margin-bottom: 0;
}

.blog-single-section .comments ol > li > ol {
  margin-left: 28px;
  margin-top: 35px;
  padding: 0;
}

@media (max-width: 767px) {
  .blog-single-section .comments ol > li > ol {
    margin: 30px 0 0 10px;
  }
}

.blog-single-section .comments ol > li > ol > li {
  background-color: #fafafa;
  margin-bottom: 35px !important;
}

.blog-single-section .comments ol > li > ol > li:last-child {
  margin-bottom: 0 !important;
}

.blog-single-section .comments .article {
  
  border: 1px solid #d3d7d9;
  padding: 25px;
  position: relative;
}

.blog-single-section .comments .article h4 {
  font-size: 16px;
  font-size: 1.06667rem;
  margin: 0;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .blog-single-section .comments .article h4 {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.blog-single-section .comments .article p {
  font-size: 15px;
  font-size: 1rem;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .blog-single-section .comments .article p {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.blog-single-section .comments .article .replay button {
  background-color: transparent;
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 600;
  color: #001a57;
  padding: 0;
  border: 0;
  outline: 0;
  position: absolute;
  right: 25px;
  top: 25px;
}

.blog-single-section .comments .article .replay button:hover {
  color: #00123e;
}

.blog-single-section .comments .article .author-meta {
  
  margin-bottom: 5px;
}

.blog-single-section .comments .article .author-meta h4 {
  font-size: 15px;
  font-size: 1rem;
  font-weight: 600;
  color: #001a57;
}

.blog-single-section .comments .article .author-meta > div:last-child {
  font-size: 12px;
  font-size: 0.8rem;
  color: #a3aab2;
}

.blog-single-section .comments .article .author-pic {
  width: 10%;
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .comments .article .author-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

.blog-single-section .comments .article .details {
  width: 90%;
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .comments .article .details {
    width: 100%;
    float: none;
  }
}

.blog-single-section .comments .article p {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #4a4a4a;
}

.blog-single-section .comment-respond {
  margin-top: 55px;
}

.blog-single-section .comment-respond h4 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #41516a;
  margin: 0 0 1.2em;
}

@media (max-width: 991px) {
  .blog-single-section .comment-respond h4 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

@media (max-width: 767px) {
  .blog-single-section .comment-respond h4 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.blog-single-section .comment-respond form {
  margin: 0 -15px;
  position: relative;
}

.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
  background-color: #f8f8fa;
  height: 40px;
  border: 1px solid #e6e9ec;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.blog-single-section .comment-respond form textarea {
  height: 195px;
}

@media (max-width: 767px) {
  .blog-single-section .comment-respond form textarea {
    height: 120px;
  }
}

.blog-single-section .comment-respond form > div {
  margin-bottom: 20px;
}

.blog-single-section .comment-respond .submit-btn {
  text-align: center;
  margin: 25px 0 0;
}

@media (max-width: 991px) {
  .blog-single-section .comment-respond .submit-btn {
    margin: 15px 0 0;
  }
}

.blog-single-section .comment-respond .submit-btn button {
  width: 100%;
  background-color: #001a57;
  background: -webkit-linear-gradient(top, #001a57, #00123e);
  background: -moz-linear-gradient(top, #001a57, #00123e);
  background: -o-linear-gradient(top, #001a57, #00123e);
  background: -ms-linear-gradient(top, #001a57, #00123e);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#001a57),
    to(#00123e)
  );
  background: linear-gradient(top, #001a57, #00123e);
  padding: 10px 30px;
  color: #fff;
  border: 0;
  outline: 0;
}

@media (max-width: 767px) {
  .blog-single-section .comment-respond .submit-btn button {
    padding: 10px 20px;
  }
}

.blog-single-section .comment-respond .submit-btn button:hover {
  background-color: #00123e;
  background: -webkit-linear-gradient(top, #00123e, #001a57);
  background: -moz-linear-gradient(top, #00123e, #001a57);
  background: -o-linear-gradient(top, #00123e, #001a57);
  background: -ms-linear-gradient(top, #00123e, #001a57);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00123e),
    to(#001a57)
  );
  background: linear-gradient(top, #00123e, #001a57);
}

.post-carousel .thumb a {
  display: block;
}
.post-carousel .thumb a img {
  width: 100%;
}
.post-carousel .ptc-content {
  padding: 20px 10px 10px 10px;
}
.post-carousel .ptc-content h4 {
  font-weight: 600;
  margin-bottom: 4px;
}
@media only screen and (min-width: 991px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .post-carousel .ptc-content h4 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
    .post-carousel {
        flex-direction: column; 
        align-items: center; 
        padding: 20px; 
    }

    .asesor {
        width: 100%; 
        margin-bottom: 15px; 
        padding: 0 10px; 
        box-sizing: border-box; 
    }

    .asesor img {
        width: 80px; 
        height: 80px; 
        margin: 0 auto; 
        display: block; 
    }

    .asesor ul {
        width: 100%; 
        justify-content: center; 
    }

    .asesor ul li {
        text-align: center; 
        margin-bottom: 5px; 
    }
}

.post-carousel .ptc-content .meta {
  margin-bottom: 10px;
}
.post-carousel .ptc-content .meta li {
  margin-right: 15px;
}
.post-carousel .ptc-content .meta li i {
  margin-right: 3px;
  color: #FF6600;
}

.post-carousel .ptc-content p {
  font-size: 16px;
}
.post-carousel{
  border:1px solid #eaa400;
}
.post-carousel:hover{
  box-shadow: 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.2), 0 1px 8px 0 rgba(0,0,0,.12);
  transition: all 0.5s;
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}
.post-carousel .thumb img:hover{
  opacity: 0.5;
}

.asesor{
  text-align: center;
}


footer{
  font-size: 14px;
  padding-top: 40px;
  background-color: #222222;
  color: #fefefe;
  text-align: center;
}

footer a {
  color: white;
}

footer hr {
  border-color: #f9b809;
}

.mobile-more-info .social-medias,
.header .social-medias,
footer #social .social-medias,
footer #social .social-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5vh;
}

footer #social a {
  width: 32px;
  height: 24px;
  margin-right: 5px;
  text-decoration: none;
}

.mobile-more-info .social-medias li a,
.header .social-medias a {
  margin-right: 5px;
  text-decoration: none;
  width: 28px;
}

.header .social-medias img,
footer #social img {
  width: 32px;
  border-radius: 5px;
  background-color: white;
}

.header .social-medias .social-img,
footer #social .social-img {
  background-color: transparent;
}

@media (max-width: 767px) {
  .text-left{
    text-align: center;
  }
  
  .text-right{
    text-align: center;
  }
  
}

.submit-btn--send, .theme-btn {
  font-weight:600; 
  width: 100%; 
  padding: 10px 20px; 
  background-color: #eaa400; 
  color: #222222; 
  border: none; 
  cursor: pointer; 
  filter: brightness(1.1);
}

.submit-btn--send:hover, .theme-btn:hover {
  transform: scale(1.05);
  transition: all 0.6s ease;
  color: #eaa400; 
  background-color: #222222;
}

.container-contacto {
  background-image: url(https://www.gicaingenieros.com/g1-dae/assets/grel/GREL-Slider-Web-Body.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: right center;
  z-index: -1;
}

.container-contacto::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 120px;
  left: 0;
  z-index: 0;
  border: 2px solid #eee;
}

.contacto-textContain {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contacto-text {
  position: relative;
  height: 100px;
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contacto-text h5 {
  text-align: center;
  color: white;
}

.common-btn{
  text-align: center;
}

.contacto-btns {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.btn-brochure,
.btn-contacto,
.btn-clasedemo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  border-radius: 4px; 
  font-weight: 600;
}

.btn-brochure {
  color: black;
  border: solid #EDC976 2px;
  background-color: #eaa400;
  filter: brightness(1.1);
}

.btn-brochure:hover {
  border: solid #eaa400 2px;
  background-color: #EDC976;
  transform: scale(1.1);
  transition: all 0.6s ease;
}

.btn-clasedemo {
  color: white;
  border: solid #042f93 2px;
  background-color: #001a57;
  filter: brightness(1.1);
}

.btn-clasedemo:hover {
  color: white;
  border: solid #001a57 2px;
  background-color: #042f93;
  transform: scale(1.1);
  transition: all 0.6s ease;
}

.btn-clasedemo:focus{
  color: white;
}

.btn-contacto {
  color: white;
  border: solid #8affb1 2px;
  background-color: #25d366;
}

.btn-contacto:hover {
  border: solid #25d366 2px;
  background-color: #8affb1;
  transform: scale(1.1);
  transition: all 0.6s ease;
}


@media (max-width: 767px) {
  .contacto-btns a {
    font-size: 16px;
  }

  .btn-brochure,
  .btn-contacto,
  .btn-clasedemo{
    width: 200px;
  }
}

@media (max-width: 576px) {
  .contacto-btns a {
    font-size: 14px;
  }
  .btn-brochure,
  .btn-contacto,
  .btn-clasedemo {
    width: 140px;
  }
}

@media (max-width: 480px) {
  .contacto-btns a {
    font-size: 12px;
  }
  .btn-clasedemo {
    display: none;
  }	
  .btn-brochure,
  .btn-contacto,
  .btn-clasedemo {
    width: 120px;
  }
}

.dae_admision{
  display: flex; 
  justify-content: center; 
  align-items: center;
  margin: 15px 0;
}

.dae_admision .nro{
  width: 15%; 
  min-width: 50px;
}

.dae_admision .nro span{
  display: block; 
  position: relative; 
  width: 50px; 
  height: 50px; 
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  background: #eaa400;
  filter: brightness(1.1);
  color: #222222;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
}

.dae_admision .nro:hover > span{
  background: #edc976;
  cursor: pointer;
  transition: all 0.5s ease; 
}

.dae_admision .nro-text{
  width: 85%;
  padding-left: 10px;
}

.dae_admision .nro-text span{
  text-align: start;
  display: block;
}

.section__container{
  overflow: hidden;
  padding-bottom: 70px;
}

.section__container .heading{
  text-align: center;
}

.section__container .heading figure {
  position: relative;
  margin-bottom: 20px;
}

.section__container .heading span{
  position: relative;
  font-size: 16px;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
}

@media (max-width: 480px) {
  .section__container .heading span {
    font-size: 13px;
  }
}

@media (max-width: 425px) {
  .section__container .heading h2{
    width: 80%;
  }
}

.section__container .heading .section__title {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .section__container .heading .section__title {
    margin-bottom: 20px;
  }
}

.section__container .heading .section__title .section__title__heading h2 {
  font-size: 50px;
  line-height: 54px;
  position: relative;
  color: black;
  text-shadow: 0 0 10px white;
  margin-top: 5px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1366px) and (max-width: 1499px) {
  .section__container .heading .section__title .section__title__heading h2 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1365px) {
  .section__container .heading .section__title .section__title__heading h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section__container .heading .section__title .section__title__heading h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  .section__container .heading .section__title .section__title__heading h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.section__container .heading .section__title .section__title__heading span:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 7px;
  background: orange;
  bottom: 22px;
  left: 0;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .section__container .heading .section__title .section__title__heading span:after {
    bottom: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section__container .heading .section__title .section__title__heading span:after {
    bottom: 19px;
  }
}
@media (max-width: 767px) {
  .section__container .heading .section__title .section__title__heading span:after {
    bottom: 16px;
  }
}

.section__container .heading-style-2 {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .section__container .heading-style-2{
    font-size: 35px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  .section__container .heading-style-2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .section__container .heading-style-2{
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 375px) {
  .section__container .heading-style-2{
    font-size: 25px;
    line-height: 35px;
  }
}

.section__container .heading-style-2 .data h2 {
  font-size: 50px;
  color: var(--blackColor);
}

@media (max-width: 992px) {
  .section__container .heading-style-2 .data h2{
    font-size: 35px;
    line-height: 45px;
  }
}

@media (max-width: 480px) {
  .section__container .heading-style-2 .data h2{
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 375px) {
  .section__container .heading-style-2 .data h2{
    font-size: 25px;
    line-height: 35px;
  }
}

.section__container .heading-style-2 .data span{
  position: relative;
  font-size: 16px;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
}

@media (max-width: 480px) {
  .section__container .heading-style-2 .data span {
    font-size: 13px;
  }
}


.default__small__button {
  padding: 5px 23px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: white;
  border-radius: var(--borderRadius2);
  background: #040462;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  text-shadow: 0 0 2px white;
}
@media (max-width:600px) {
  .default__small__button {
    font-size: 16px;
  }
}

.default__small__button.default__small__button__2 {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 14.5px;
  color: var(--whiteColor);
}

.container-testi{
  width: 80%;
  padding: 0 30px;
  margin: 0 auto;
}

.testi .head {
  text-align: center;
  margin-bottom: 60px;
}

.testi .head h3 {
  font-size: 34px;
  font-weight: 768;
}

.testi .wrappers {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

@media (min-width:992px)  {
  .testi .wrapper {
    padding: 30px;
  }
  
}

.testi .thumbnails {
  width: 150px;
  height: 150px;
  position: relative;
  flex-shrink: 0;
}

.testi .thumbnails img {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(2);
  transition: transform .5s;
  background-color: rgb(255, 255, 255);
}

.testi .swiper-slide-active .thumbnails img {
  transform: scale(1);
  opacity: 1;
}

.testi .aside {
  position: relative;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-self: center;
  align-items: center;
  text-align: justify;
  color: var(--blackColor);
}

.testi .aside p{
  line-height: 1;
}

.testi .aside > p {
  position: relative;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateX(10px);
  transition: transform 1s, opacity 1s;
  max-width: 100%;
}

.testi .swiper-slide-active .aside  > p {
  transform: translateX(0);
  opacity: 1;
}

.testi .aside > p::before,
.testi .aside > p::after {
  font-family: var(--contentFont);
  font-size: 60px;
  font-weight: 768;
  line-height: 1;
  position: absolute;
  color: #001a57;
  height: 40px;
  z-index: -1;
}

.testi .aside > p::before {
  content: open-quote;
  top: -25px;
  left: -30px;
}

.testi .aside > p::after {
  content: close-quote;
  right: -30px;
  bottom: -15px;
}

.testi .aside .name {
  position: relative;
  width: fit-content;
  line-height: 1;
  opacity: 0;
  top: 110%; /* Ajusta la distancia hacia abajo según tu preferencia */
  left: 0;
  transition: transform 1s .2s, opacity 1s .3s;
  width: 100%;

}

@media (min-width:1200px) {
  .testi .aside .name { 
    left: 50px;
  }
}

.testi .swiper-slide-active .name {
  transform: translateX(0);
  opacity: 1;
}

.testi .aside .name h4 {
  font-size: 18px;
  color: #001a57;
  filter: brightness(1.1);
  opacity: .8;
  margin: 0 0 6px;
}

/* slider */
.testi :is(.swiper-button-next, .swiper-button-prev) {
  background-color: black;
  top: 35%;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  transition: background-color .3s;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.testi :is(.swiper-button-next, .swiper-button-prev):hover {
  background-color: blue;
}

.testi :is(.swiper-button-next, .swiper-button-prev)::after {
  font-size: 16px;
  font-weight: 200;
  color: black;
}

.testi .swiper-pagination {
  position: relative;
}

.testi .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 10px;
  margin: 20px 5px !important;
  border-radius: 5px;
}

.testi .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 4px;
  background-color: var(--blackColor);
}
.testi .swiper-pagination .swiper-pagination-bullet-active::before {
content: "";
  position: absolute;
  left: 0;
  background: var(--swiper-pagination-color, #001a57) !important;
  width: 40px;
  height: 10px;
  border-radius: 5px;
  animation: moveColor 5.5s linear;
}

@keyframes moveColor {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


@media screen and (min-width: 768px) {
  .testi .wrappers {
      flex-direction: row;
      padding: 30px;
  }
}
  @media screen and (min-width: 1200px) {
    .testi .wrappers {
        flex-direction: row;
        padding: 0 100px;
    }
@media (max-width: 767px) {
  .testi .wrappers {
    padding: 0 !important;
}
}

  .testi .thumbnails {
      width: 200px;
      height: 200px;
  }

  .testi :is(.swiper-button-next, .swiper-button-prev) {
      top: 50%;
  }

  .testi .swiper-slide-active .name {
      transform: translateX(-50px);
  }
}

.form-control{
  margin-bottom: 15px;
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}