body {
  background: #ffffff;
  color: #666666;
  font-family: 'Montserrat', sans-serif;
}
a {
  color: #162c53;
  transition: 0.5s;
}
a:hover,
a:active,
a:focus {
  color: #23a1d9;
  outline: none;
  text-decoration: none;
}
p {
  padding: 0;
  margin: 0 0 20px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
.breads ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.breads ul a {
  color: #fff;
  font-size: 18px;
  margin-right: 27px;
  position: relative;
}
.breads ul a:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 18px;
  position: absolute;
  right: -15px;
  top: 4px;
  width: 1px;
}
.breads li.active a {
  color: #66c8ff;
}
.breads ul li:last-child a {
  margin-right: 0;
}
.breads ul li:last-child a::after {
  display: none;
}
.wpb_wrapper {
  position: relative;
  z-index: 9;
}
.mb-50 {
  margin-bottom: 50px;
}
/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #162c53;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}
.back-to-top i {
  padding-top: 12px;
  color: #fff;
}
/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url(../img/preloader.gif) no-repeat center center;
}
.form-control:focus {
  background-color: transparent;
  color: #fff;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.flex-web {
  justify-content: center;
}
#header {
  padding: 5px 0;
  height: auto;
  background-color: #ffffff;
  transition: all 0.5s;
  z-index: 997;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
}
#header .nav-menu a {
  color: #162c53;
}
#header .nav-menu a:hover {
  color: #5178bb;
}
#header.header-scrolled {
  background: #ffffff;
  padding: 10px 0;
  transition: all 0.5s;
}
#header.header-scrolled .nav-menu a {
  color: #162c53;
}
#header.header-scrolled .nav-menu a:hover {
  color: #5178bb;
}
.nav-menu li.current-menu-item > a {
  color: #5178bb !important;
}
.nav-menu li ul li.menu-active > a {
  color: #5178bb !important;
}
#header.header-scrolled #logo img {
  max-width: 125px;
  transition: all 0.5s;
}
#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}
#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #162c53;
}
#header #logo img {
  padding: 0;
  margin: 0;
  display: block;
  max-width: 255px;
  height: auto;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
.vh {
  height: 100vh;
}
.slider-wrapper {
  background-size: cover;
  background-position: center center;
}
.carousel-content {
  position: relative;
  z-index: 99;
}
.carousel-content h4 {
  font-weight: 700;
  color: #6ed8f2;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.slider-wrapper::before {
  background-color: rgba(22, 44, 83, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.carousel-content {
  padding-top: 6%;
}
.carousel-content h4 {
  font-weight: 700;
  color: #6ed8f2;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.carousel-content h1 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 700;
  text-transform: capitalize;
}
.carousel-content p {
  width: 100%;
  margin: 0 auto 15px auto;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.slider-area .PrevArrow {
  position: absolute;
  top: 50%;
  left: 30px;
  cursor: pointer;
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  color: #FFF;
  z-index: 5;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  line-height: 50px;
  background-color: #162c53;
  border: 1px solid #162c53;
}
.slider-area .PrevArrow:before {
  font-size: 18px;
  content: "\f053";
  /* FontAwesome Unicode */
  font-weight: 300;
  font-family: 'FontAwesome';
}
.slider-area .PrevArrow:hover {
  background-color: #6ed8f2;
  border: 1px solid #6ed8f2;
}
.slider-area .NextArrow {
  position: absolute;
  top: 50%;
  right: 30px;
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  color: #FFF;
  z-index: 5;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  line-height: 50px;
  background-color: #162c53;
  border: 1px solid #162c53;
}
.slider-area .NextArrow:before {
  font-size: 20px;
  content: "\f054";
  /* FontAwesome Unicode */
  font-weight: 300;
  font-family: 'FontAwesome';
}
.slider-area .NextArrow:hover {
  background-color: #6ed8f2;
  border: 1px solid #6ed8f2;
}
.carousel-content .btn-get-started {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 0;
  transition: 0.5s;
  margin: 10px 0;
  color: #fff;
  background-color: #162c53;
}
.carousel-content .btn-get-started:hover {
  background: #fff;
  color: #162c53;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.nav-menu li {
  position: relative;
  white-space: nowrap;
}
.nav-menu > li {
  float: left;
}
.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}
.nav-menu ul ul {
  top: 0;
  left: 100%;
}
.nav-menu ul li {
  min-width: 180px;
}
/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}
.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}
/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}
/* Nav Meu Styling */
.nav-menu a {
  padding: 0;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 17px;
  text-transform: capitalize;
  outline: none;
}
.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
  color: #162c53;
}
.nav-menu > li {
  margin-left: 40px;
}
.nav-menu ul {
  margin: 10px 0 0 0;
  padding: 0;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}
.nav-menu ul li a {
  padding: 10px;
  font-size: 13px !important;
}
.nav-menu ul li a:hover {
  color: #23a1d9 !important;
}
.nav-menu ul li {
  transition: 0.3s;
}
.nav-menu ul li a {
  color: #fff;
}
.nav-menu ul li:not(:last-child) {
  transition: 0.3s;
}
.nav-menu li.current-menu-parent > a {
  color: #5178bb !important;
}
.nav-menu .menu-item-has-children ul li a {
  padding: 10px;
  color: #162c53 !important;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}
.nav-menu .menu-item-has-children ul li a:hover {
  color: #5178bb !important;
}
.nav-menu ul li.current-menu-item > a {
  color: #5178bb !important;
}
.nav-menu ul ul {
  margin: 0;
}
/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 5px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}
#mobile-nav-toggle i {
  color: #162c53;
}
/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: #162c53;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}
#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#mobile-nav ul li {
  position: relative;
}
#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
#mobile-nav ul li a:hover {
  color: #5178bb;
}
#mobile-nav ul li.current-menu-item a {
  color: #5178bb;
}
#mobile-nav .menu-item-has-children ul li a {
  color: #fff;
}
#mobile-nav .menu-item-has-children ul li.current-menu-item a {
  color: #49a2e5;
}
#mobile-nav ul .menu-item-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
  top: -10px;
}
#mobile-nav ul .menu-item-has-children i.fa-chevron-up {
  color: #b4b1c8;
}
#mobile-nav ul .menu-item-has-children li a {
  text-transform: none;
}
#mobile-nav ul .menu-item-active {
  color: #fff;
}
#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
  left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 42px;
  color: #EE205B;
  font-weight: 700;
  position: relative;
}
.section-header ul {
  margin-bottom: 30px;
}
.section-header ul li {
  color: #707070;
  font-size: 18px;
}
.section-he h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #162c53;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-header p {
  color: #58595B;
  font-size: 18px;
  margin-bottom: 15px;
}
.btn-darker,
.btn-darker:focus,
.btn-darker:active {
  color: #ffffff;
  background-color: #58595B;
  border: 1px solid #58595B;
  padding: 15px 30px;
  font-weight: 500;
  line-height: 1;
  border-radius: 0;
  text-transform: uppercase;
}
.btn.btn-icon-right .fa {
  padding-left: 10px;
}
.btn.btn-icon .fa {
  transition: 0s;
}
.btn-darker:hover {
  color: #162c53;
  background-color: #fff;
  border-color: #162c53;
}
/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}
/* About Us Section
--------------------------------*/
#about {
  padding: 100px 0;
  position: relative;
}
.content-c {
  max-width: 550px;
  margin: 0 auto;
}
.content-d {
  max-width: 720px;
  margin: 0 auto;
}
.mb-40 {
  margin-bottom: 40px;
}
#about .container {
  position: relative;
  z-index: 10;
}
#about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}
#about .about-col .img {
  position: relative;
}
#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}
#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #162c53;
  border-radius: 50%;
  border: 4px solid #fff;
  left: calc(50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}
.slick-dots {
  position: absolute;
  bottom: 30px;
  list-style: none;
  display: block;
  text-align: right;
  padding: 0;
  margin: 0;
  left: 0;
  display: flex;
}
.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  content: '';
  text-align: center;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background-color: #fff;
}
#about .about-col h2 {
  color: #1f1c1d;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}
.small-head {
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  color: #FAA741;
}
#about .about-col h2 a {
  color: #1f1c1d;
}
#about .about-col h2 a:hover {
  color: #162c53;
}
#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #8a8b8a;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}
/* Services Section
--------------------------------*/
#services {
  text-align: center;
  background: #fff;
  padding: 0 0 100px 0;
}
#services .box {
  margin-bottom: 30px;
}
.service-section .image-wrapper {
  margin-bottom: 30px;
}
.service-section .image-wrapper a {
  overflow: hidden;
  position: relative;
  display: block;
  cursor: pointer;
}
.service-section .image-wrapper .overlay-text {
  background: rgba(22, 44, 83, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px 5px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.service-section .image-wrapper .overlay-text h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  max-width: 250px;
  position: relative;
  z-index: 9999;
}
.service-section .image-wrapper img {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  object-fit: cover;
  height: 240px;
  width: 100%;
  object-position: center;
}
.service-section .image-wrapper a:hover img {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}
.service-section .icon img {
  height: auto;
  max-width: 60px;
  display: block;
  margin-bottom: 8px;
}
.btn-wrapper {
  margin-top: 60px;
}
.btn-wrapper .btn-sunglow-secondary {
  color: #fff;
  background-color: #162c53;
  border-color: #162c53;
  border: 1px solid #162c53;
  padding: 17px 50px;
  font-weight: 500;
  line-height: 1;
  border-radius: 0;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.btn-wrapper .btn-sunglow-secondary:hover {
  color: #1f1c1d;
  background-color: transparent;
  border-color: #1f1c1d;
}
/* Clients Section
--------------------------------*/
#clients {
  padding: 100px 0;
  text-align: center;
  background-color: #162c53;
}
#clients .small-head {
  color: #fff;
}
#clients .section-header h3 {
  color: #fff;
}
#clients img {
  max-width: 100%;
  transition: 0.3s;
  padding: 15px 0;
}
#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}
#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}
#clients .owl-dot.active {
  background-color: #162c53;
}
/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 100px 0;
  text-align: center;
}
#testimonials .section-header {
  margin-bottom: 40px;
}
#testimonials .testimonial-item {
  text-align: center;
}
#testimonials .testimonial-item img {
  width: 60px;
  border-radius: 50%;
  margin: 40px auto 25px;
}
#testimonials .testimonial-item h5 {
  font-size: 24px;
  margin: 10px 0 5px 0;
  color: #59595c;
}
#testimonials .testimonial-item h6 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}
#testimonials .testimonial-item h6 cite {
  font-style: normal;
  color: #1f1c1d;
  font-weight: 700;
  font-size: 20px;
  display: block;
}
#testimonials .testimonial-item h6 .text-gray {
  color: #686868;
  margin-top: 10px;
  display: block;
  font-size: 16px;
  font-style: italic;
}
#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}
#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}
#testimonials .owl-dot.active {
  background-color: #162c53;
}
.owl-custom-navigation {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.quote-classic {
  max-width: 75%;
  margin: 0 auto;
}
.common-banner {
  background-color: #162c53;
  background-position: center ;
  background-repeat: no-repeat;
  background-size: cover ;
  height: 550px;
  align-items: center;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
.common-banner .g_content_element {
  text-align: left;
}
.common-banner .g_content_element h1 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 10%;
  font-size: 48px;
  position: relative;
  z-index: 99;
  font-weight: 900;
  text-transform: capitalize;
}
.common-banner .g_content_element p {
  width: 100%;
  margin: 0;
  color: #fff;
  position: relative;
  text-transform: capitalize;
  z-index: 99;
  font-size: 20px;
  font-weight: 400;
}
.common-banner::before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  content: '';
  z-index: 0;
  bottom: 0;
  background-position: center ;
  background-repeat: no-repeat;
  background-size: cover ;
  background-image: url('../img/bg.png');
}
.about-wrapper {
  padding: 80px 0 60px 0;
}
.about-wrapper h3 {
  font-size: 26px;
  color: #162c53;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}
.about-wrapper h3::before {
  content: '';
  height: 2px;
  width: 60px;
  background: #162c53;
  display: block;
  margin-bottom: 15px ;
}
.about-wrapper .discription p {
  color: #1f1c1d;
  font-size: 18px;
  line-height: 1.6;
}
.about-wrapper .discription ul li::before {
  content: "\2022";
  color: #162c53;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.about-wrapper .discription strong {
  color: #162c53;
}
.about-wrapper .discription ul {
  list-style: none;
}
.about-wrapper .discription ul li {
  color: #1f1c1d;
  font-size: 18px;
  line-height: 1.6;
}
.about-wrapper .discription ul li a {
  color: #162c53;
}
.about-wrapper .features {
  margin-top: 30px;
}
.about-wrapper .features ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
}
.about-wrapper .features ul li {
  color: #272626;
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
  font-style: italic;
}
.about-wrapper .features ul li i {
  padding-right: 8px;
  color: #162c53;
}
.vision-mission {
  padding: 100px 0;
  background: #162c53;
}
.vision-mission .content-wrapper {
  display: flex;
  align-items: center;
  padding: 40px 0;
}
.vision-mission .content-wrapper .header {
  flex: 0 0 220px;
  border-right: 1px solid #617598;
  margin-right: 20px;
}
.vision-mission .content-wrapper .header h3 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
}
.vision-mission .content-wrapper .header h3 .icon {
  max-width: 70px;
}
.vision-mission .content-wrapper .discription p {
  color: #fff;
  margin: 0;
}
.vision-mission .content-wrapper:not(:last-child) {
  border-bottom: 1px solid #6175983b;
}
.page-header {
  text-align: center;
  margin-bottom: 40px;
}
.page-header h3 {
  color: #162c53;
  font-weight: 700;
  margin-bottom: 2px;
}
.c-contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex ;
  align-items: center;
  justify-content: center;
}
.c-contact ul li {
  margin: 0 10px;
}
.c-contact ul img {
  max-width: 30px;
}
.features-wrapper {
  padding: 80px 0;
  background-color: #f3f4f4;
}
.features-wrapper .header h3 {
  font-size: 25px;
  color: #1f1c1d;
  font-weight: 700;
}
.features-wrapper .header h3::before {
  content: '';
  height: 2px;
  width: 60px;
  background: #162c53;
  display: block;
  margin-bottom: 20px ;
}
.features-wrapper .serimg {
  text-align: center;
}
.features-wrapper .serimg img {
  margin: 0 auto;
}
.logos-wrapper {
  padding: 100px 0;
}
.logos-wrapper .logos {
  padding-bottom: 20px;
  margin: 0 -5px;
}
.logos-wrapper .logos .item {
  padding: 15px;
  border: 1px solid #c7dad5;
  cursor: pointer;
  margin: 0 5px;
  width: 24%;
}
.logos-wrapper .logos .item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.logos-wrapper .logos .item:hover {
  border: 1px solid #1f1c1d;
}
.mad_map iframe {
  height: 450px;
}
@media (min-width: 1200px) {
  .owl-custom-navigation {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.owl-custom-navigation .owl-prev,
.owl-custom-navigation .owl-next {
  z-index: 100;
  display: none;
  position: absolute;
  bottom: 25px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.12em;
  -webkit-transition: 0.3s ease-out all;
  -o-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}
@media (min-width: 768px) {
  .owl-custom-navigation .owl-prev,
  .owl-custom-navigation .owl-next {
    display: block;
  }
}
.owl-custom-navigation .owl-prev:hover,
.owl-custom-navigation .owl-next:hover {
  color: #02ad88;
}
.owl-custom-navigation .owl-prev {
  left: 30px;
  padding-left: 35px;
}
.owl-custom-navigation .owl-prev:before {
  position: absolute;
  left: 0;
  top: 44%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '\f060';
  font-family: 'FontAwesome';
  font-size: 20px;
}
.owl-custom-navigation .owl-next {
  right: 30px;
  padding-right: 35px;
}
.owl-custom-navigation .owl-next:after {
  position: absolute;
  right: 0;
  top: 44%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '\f061';
  font-family: 'FontAwesome';
  font-size: 20px;
}
@media (max-width: 767px) {
  .owl-custom-navigation-gray {
    position: relative;
    display: block;
    margin-top: 40px;
  }
}
.owl-custom-navigation-gray .owl-prev,
.owl-custom-navigation-gray .owl-next {
  top: auto;
  bottom: 0;
  display: block;
  color: #1f1c1d;
}
@media (min-width: 768px) {
  .owl-custom-navigation-gray .owl-prev,
  .owl-custom-navigation-gray .owl-next {
    top: 30px;
    bottom: auto;
  }
}
.owl-custom-navigation-gray .owl-prev:hover,
.owl-custom-navigation-gray .owl-next:hover {
  color: rgba(0, 0, 0, 0.3);
}
.owl-custom-navigation-gray .owl-prev {
  left: 0;
}
.owl-custom-navigation-gray .owl-next {
  right: 0;
}
/* Contact Section
--------------------------------*/
.contact-info {
  padding-right: 50px;
}
.contact-info h2 {
  color: #EE205B;
  font-weight: 700;
  font-size: 30px;
}
.contact-info img {
  max-width: 30px;
}
#contact {
  padding: 80px 0;
}
#contact .contact-info {
  margin-bottom: 20px;
}
#contact .contact-info i {
  font-size: 28px;
  display: inline-block;
  margin-bottom: 10px;
  color: #EE205B;
}
#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #1f1c1d;
}
#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #EE205B;
}
#contact .contact-info a {
  color: #1f1c1d;
}
#contact .contact-info a:hover {
  color: #EE205B;
}
#contact .contact-address,
#contact .contact-phone {
  border-bottom: 1px solid #dcdcdc;
}
#contact .form #sendmessage {
  color: #162c53;
  border: 1px solid #162c53;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}
#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}
#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}
#contact .form button[type="submit"] {
  background: #162c53;
  border: 0;
  padding: 8px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 16px;
  cursor: pointer;
  border-radius: 0;
}
.blue-form {
  background: linear-gradient(90deg, #ee205b, #f43b53, #f9504c, #fc6446, #fd7641, #fd873f, #fc973e, #faa741);
  padding: 30px 25px;
}
.blue-form h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.blue-form h3:after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-color: #fff;
  margin-top: 8px;
}
.blue-form input,
.blue-form textarea {
  background-color: transparent;
  color: #fff;
  border-width: 0 0 1px 0;
}
.blue-form button[type="submit"] {
  background: #ffffff !important;
  color: #EE205B !important;
}
.blue-form ::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}
.blue-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.blue-form ::placeholder {
  color: #fff;
}
#contact .form button[type="submit"]:hover {
  background: #6ed8f2;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: linear-gradient(90deg, #ee205b, #f43b53, #f9504c, #fc6446, #fd7641, #fd873f, #fc973e, #faa741);
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}
.second {
  margin-left: 20px !important;
}
#footer .footer-top {
  background: linear-gradient(90deg, #ee205b, #f43b53, #f9504c, #fc6446, #fd7641, #fd873f, #fc973e, #faa741);
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info .f-logo {
  margin: 0 0 10px 0;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  padding-right: 30px;
}
.social-links a {
  font-size: 24px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  margin: 0 6px;
  text-align: center;
  transition: 0.3s;
}
.text-small {
  font-size: 12px;
}
.social-links a:hover {
  color: #5178bb;
}
.table td,
.table th {
  padding: 0;
  border: none;
}
#footer .footer-top h4 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.bd-blue {
  border-top: 1px solid #c3cfdc;
  padding-top: 20px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #fff;
}
#footer .footer-top .footer-links ul li {
  padding: 3px 0;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
}
#footer .footer-top .footer-links ul a:hover {
  color: #162c53;
}
.footer-contact img {
  max-width: 24px;
}
#footer .footer-top .footer-contact p {
  line-height: 26px;
  margin-bottom: 10px;
  color: #fff;
}
#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}
#footer .credits {
  font-size: 13px;
  color: #162c53;
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }
  .flex-web {
    display: flex;
    align-items: center;
  }
  .flex-web .mob-auto {
    margin-left: auto!important;
  }
  .carousel-indicators {
    bottom: 5%;
  }
}
@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1210px) {
  .slider-wrapper .container {
    max-width: 960px;
  }
}
@media (max-width: 768px) {
  p {
    padding: 0;
    margin: 0 0 15px 0;
  }
  #header {
    display: none;
  }
  .back-to-top {
    bottom: 15px;
  }
  #contact {
    padding: 60px 0;
  }
  .vh {
    height: 75vh;
  }
  .service-section .image-wrapper img {
    height: 180px;
  }
  .service-section .icon img {
    max-width: 50px;
    height: auto;
  }
  .common-banner .g_content_element h1 {
    font-size: 32px;
  }
  .carousel-content h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-height: 40px;
  }
  .carousel-content h4 {
    font-size: 18px;
  }
  .small-head {
    font-size: 16px;
  }
  .abt-img {
    margin-bottom: 20px;
  }
  #nav-menu-container {
    display: none;
  }
  #mobile-nav-toggle {
    display: inline;
  }
  .common-banner {
    height: 450px;
  }
  .map-wrapper {
    padding-top: 50px;
  }
  .mad_map iframe {
    height: 350px;
  }
  #contact .contact-info address,
  #contact .contact-info p {
    font-size: 14px;
  }
  .contact-info h2 {
    font-size: 24px;
  }
  #contact .contact-info h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .footer-contact img {
    max-width: 24px;
  }
  #contact .form input,
  #contact .form textarea {
    padding: 5px;
  }
  .blue-form h3 {
    font-size: 20px;
  }
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 10px 0;
  }
  .contact-info {
    padding-right: 0;
  }
  .social-links a {
    margin: 0 15px 0 0;
  }
  #footer .footer-top .footer-contact {
    margin-bottom: 0;
  }
  .social-links a {
    font-size: 20px;
  }
  #header.header-scrolled {
    padding: 5px 0;
    height: 50px;
  }
  .carousel-content .btn-get-started {
    padding: 6px 20px;
  }
  .copyright {
    font-size: 12px;
  }
  #header {
    padding: 10px 0;
  }
  .common-banner .g_content_element p,
  .carousel-content p {
    font-size: 16px;
  }
  .logos-wrapper .logos {
    padding-bottom: 0px;
    display: inline-block !important;
  }
  .logos-wrapper .logos .item {
    margin: 5px;
    width: 47%;
    display: inline-block;
    float: left;
  }
  .logos-wrapper,
  .about-wrapper,
  .features-wrapper,
  .vision-mission,
  #about,
  #services,
  #testimonials,
  #clients {
    padding: 50px 0;
  }
  .service-section .image-wrapper .overlay-text h4 {
    font-size: 16px;
  }
  .about-wrapper .header h3,
  .section-header h3 {
    font-size: 25px;
  }
  .vision-mission .content-wrapper .header h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #testimonials .testimonial-item h5 {
    font-size: 16px;
  }
  .features-wrapper .header h3 {
    font-size: 20px;
  }
  .btn-darker,
  .btn-darker:focus,
  .btn-darker:active {
    padding: 8px 20px;
  }
  .about-wrapper .discription p {
    font-size: 16px;
    line-height: 1.6;
  }
  .service-section .image-wrapper {
    margin-bottom: 20px;
  }
  .vision-mission .content-wrapper .header h3 .icon {
    max-width: 40px;
  }
  #footer .footer-top h4 {
    font-size: 18px;
  }
  #footer .footer-top .footer-links {
    margin-bottom: 15px;
  }
  .vision-mission .content-wrapper {
    display: block;
    align-items: center;
    padding: 20px 0;
  }
  .vision-mission .content-wrapper .header {
    flex: 0 0 0;
    border-right: none;
    margin-right: 0;
  }
  .about-wrapper .row:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .mb-50 {
    margin-bottom: 25px;
  }
  .c-contact ul {
    display: block;
  }
  .c-contact ul img {
    max-width: 25px;
  }
  .page-header h3 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .common-banner {
    height: 380px;
  }
  .common-banner .g_content_element h1,
  #intro h1 {
    font-size: 28px;
  }
  .logos-wrapper .logos .item {
    margin: 4px;
  }
}
.footer-contact a {
  color: #ffffff;
}
.footer-contact a:hover {
  color: #5178bb;
}
.owl-carousel {
  padding: 10px;
}
.owl-carousel .item {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 70%;
  border: 1px solid #dee2e6;
  background: #fff;
}
.owl-carousel .item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
