@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@400;600;800&display=swap");
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

body, html {
  height: 100%;
}

body {
  background: #fff;
  color: #595959;
  font-size: 16px;
  font-family: "Lexend", sans-serif;
  font-weight: normal;
  font-style: normal;
  -webkit-overflow-scrolling: touch;
}

ul {
  list-style: none;
}
ul li a {
  text-decoration: none;
}
ul li a:hover {
  text-decoration: none;
}

ul.floated-list {
  margin-bottom: 0;
}
ul.floated-list li {
  float: left;
  display: block;
}
ul.floated-list li a {
  display: block;
}
ul.floated-list li ul {
  margin-bottom: 0;
}
ul.floated-list li ul li {
  float: none;
}

a {
  color: #0400a6;
  -webkit-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}
a:hover {
  color: #0400a6;
}

img {
  border: 0;
}

.d-flex {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .d-flex {
    display: block;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #0400a6;
  font-weight: 700;
}

h1 {
  font-size: 56px;
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 36px;
}
@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 32px !important;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px !important;
  }
}

h3 {
  font-size: 26px;
}
@media only screen and (max-width: 1199px) {
  h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}

p {
  line-height: 1.8;
}

.img-fluid {
  max-width: 100%;
}

.clear {
  clear: both;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.div-center {
  display: table;
  margin: 0 auto;
}

.mytable {
  display: table;
  width: 100%;
  height: 100%;
}

.fixed-table-layout {
  table-layout: fixed;
}

.table-cell {
  display: table-cell;
}

.va-middle {
  vertical-align: middle;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

.text-white {
  color: #ffffff;
}

.text-orange {
  color: #e1782a;
}

.circle {
  border-radius: 50%;
}

.m0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.cover {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fill {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-group label {
  color: #545454;
}
.form-group input, .form-group select {
  height: 60px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  background: #f1f0fa;
}
.form-group textarea {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  padding-top: 15px;
  background: #f1f0fa;
}
.form-group .form-control::-moz-placeholder {
  color: #545454;
}
.form-group .form-control:-ms-input-placeholder {
  color: #545454;
}
.form-group .form-control::-webkit-input-placeholder {
  color: #545454;
}
.form-group select {
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  background: url(../images/select.png) no-repeat;
  background-size: 9px;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-color: #f1f0fa;
}
.form-group select::-ms-expand {
  display: none;
}

button {
  height: 60px;
}

.btn-primary {
  display: inline-block;
  background: #0400a6;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
  padding: 15px 40px;
  border-radius: 30px;
  border: 0;
}
.btn-primary i {
  margin-left: 10px;
}
.btn-primary:hover {
  background: #5b97d3;
  color: #ffffff;
}

section {
  padding: 60px 0;
}
@media only screen and (max-width: 1199px) {
  section {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  section {
    padding: 50px 0;
  }
}

.lead {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}

.section-title {
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 36px;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex {
  display: flex;
}

.header {
  position: relative;
  width: 100%;
  z-index: 4;
}
.header .header__logo {
  padding: 12px 0;
}
.header .header__logo a > img {
  max-width: 105px;
}
@media only screen and (max-width: 767px) {
  .header .header__logo a > img {
    max-width: 95px;
  }
}
.header .headermenu {
  background: #fff;
}
.header .mynav {
    width: auto;
    float: right;
}
.header .mynav > ul {
  display: table;
  float: left;
}
.header .mynav .menu-top-menu-container > ul > li {
  margin-right: 35px;
  position: relative;
}
.header .mynav .menu-top-menu-container > ul > li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1199px) {
  .header .mynav .menu-top-menu-container > ul > li {
    	margin-right: 20px;
  }
}
.header .mynav .menu-top-menu-container > ul > li > a {
  color: #222;
  padding: 54px 0;
  font-size: 16px !important;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .header .mynav .menu-top-menu-container > ul > li > a {
    font-size: 14px !important;
  }
}
.header .mynav .menu-top-menu-container > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.header .mynav ul li ul li {
  float: none;
}
.header .mynav ul li ul li a {
  padding: 10px 0;
}
.header .mynav ul li ul li a:hover {
  opacity: 0.5;
}
.header .mynav ul {
  padding: 0;
}
.header .mynav .menu-top-menu-container > ul > li > a:hover {
  color: #0400a6 !important;
}
.header .mynav ul li ul li > ul.sub-dropdown {
  left: 100%;
  top: 0;
  transform: none;
  background: #fff;
}
.header .mynav ul li ul li > ul.sub-dropdown li {
  width: 100%;
  float: none;
}
.header .mynav ul li ul li > ul.sub-dropdown li:hover a {
  padding-left: 15px;
}
.header .mynav ul li ul li:hover > ul.sub-dropdown {
  visibility: visible;
  opacity: 1;
}
.header .mynav ul li ul {
  margin: 0;
  padding: 15px 0 20px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 100%;
  transition: all 0.3s ease-out;
  background: linear-gradient(to bottom, #DDD 0, #fff 20px);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: 280px;
  transform: scaleY(0);
  transform-origin: 0% 0%;
  border-bottom: 4px solid #0400a6;
}
.header .mynav ul li ul li {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  position: relative;
}
.header .mynav ul li ul li:after {
  left: 20px;
  top: 18px;
  background: #0400a6;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  position: absolute;
  opacity: 0;
}
.header .mynav ul li ul li a {
  padding: 10px 0;
  margin: 0 30px;
  border-bottom: 1px solid #ccc;
  position: relative;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
}
.header .mynav ul li ul li a:hover {
  padding-left: 15px;
  opacity: 1 !important;
}
.header .mynav ul li ul li:hover:after {
  left: 30px;
  opacity: 1;
}
.header .mynav ul li ul li:hover a {
  padding-left: 15px;
}
.header .mynav ul li ul li:hover > ul > li > a {
  padding-left: 0;
}
.header .mynav ul li ul li:last-child > a {
  border-bottom: 0;
}

.header .headercontact {
  display: flex;
  background: #0400a6;
}
.header .headercontact .contactholder {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  margin-left: 25px;
}
.header .headercontact .contactholder .contacticon {
  height: 50px;
  width: 40px;
  display: table;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  transition: all 0.25s ease-out;
}
.header .headercontact .contactholder .contacticon img {
  width: 35px;
}
.header .headercontact .contactholder:first-child {
  margin: 0;
}
.header .headercontact .contactholder p {
  margin: 0;
}
.header .headercontact .contactholder h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 48px;
  color: #fff;
}
.header .headercontact .contactholder h3 a,
.header .headercontact .contactholder h3 span {
  color: inherit;
}
@media only screen and (max-width: 991px) {
  .header .headercontact .contactholder h3 a,
  .header .headercontact .contactholder h3 span {
    font-size: 12px;
  }   
}
.header .headercontact .contactholder h3 a:hover {
  color: #5b97d3;
}
@media only screen and (max-width: 1199px) {
  .header .headercontact .contactholder h3 {
    font-size: 16px;
  }
}
.header .toggle {
  display: none;
  position: absolute;
  right: 25px;
  top: 100px;
}
@media only screen and (max-width: 991px) {
  .header .toggle {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .header .toggle {
    right: 10px;
    top: 42px;
  }
}

.hero-banner {
  background: #000000;
}
.hero-banner .banner {
  position: relative;
}
.hero-banner .banner .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1023px) {
  .hero-banner .banner .overlay {
    width: 100%;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
  }
}
.hero-banner .banner .item {
  height: 500px;
}
@media only screen and (max-width: 767px) {
  .hero-banner .banner .item {
    height: 400px;
  }
}
.hero-banner .banner .item .hero-caption {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .hero-banner .banner .item .hero-caption {
    text-align: center;
  }
}
.hero-banner .banner .item .hero-caption h1 {
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
}
.inner-banner .overlay {
	background: #d1d0ff;
	padding: 30px 0;
	position: relative;
}

.inner-banner .overlay .page-title {
	font-size: 30px;
	font-weight: 700;
	color: #0400a6;
	margin: 0;
}
.inner-banner .overlay .breadcrumb {
  background: transparent;
  margin: 0;
  padding-left: 0;
}
.inner-banner .overlay .breadcrumb > li {
  color: #ffffff;
}
.inner-banner .overlay .breadcrumb > .active {
  color: #e1782a;
}

.bg-white {
  background: #ffffff;
}

footer {
  padding: 90px 0;
  background: #020064;
  color: #ffffff;
  line-height: 1.7;
}
footer a {
  color: #ffffff;
}
footer a:hover, footer a:focus {
  color: #5b97d3;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 50px 0;
  }
}
footer .footer-widget h4 {
  color: #ffffff;
  font-weight: 700;
  margin: 45px 0 42px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  footer .footer-widget h4 {
    margin: 30px 0 20px;
  }
}
footer .footer-widget ul li {
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  footer .footer-widget ul li {
    padding-bottom: 10px;
  }
}
footer .f-social {
  padding-top: 20px;
}
footer .f-social a {
  display: inline-block;
  font-size: 20px;
  padding-right: 30px;
}
footer .ml-sm-50 {
  margin-left: 0;
}
@media only screen and (max-width: 1199px) {
  footer .ml-sm-50 {
    margin-left: -50px;
  }
}
@media only screen and (max-width: 1023px) {
  footer .ml-sm-50 {
    margin-left: 0px;
  }
}
footer .f-contact span {
  line-height: 1.7;
}
footer .f-contact a {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  footer .footer-logo {
    text-align: center;
  }
}
footer .f-copy {
  border-top: 1px solid #ffffff;
  margin-top: 40px;
  padding-top: 15px;
}
footer .f-copy .copy, footer .f-copy .site-by {
  display: inline-block;
}
footer .f-copy .site-by {
  float: right;
}
@media only screen and (max-width: 767px) {
  footer .f-copy .site-by {
    float: none;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  footer .f-copy {
    margin-top: 25px;
  }
}

@media all and (min-width: 1199px) {
  .offcanvas,
.body-inactive,
.toggle {
    display: none !important;
  }
}
.offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  background: #0400a6;
  width: 320px;
  z-index: 99;
  padding: 50px 0 0;
}
.offcanvas ul {
  margin: 0 0 15px;
  display: block;
}
.offcanvas ul li {
  float: none;
}
.offcanvas ul li a {
  color: #ffffff;
  font-size: 17px;
  display: block;
  padding: 8px 30px;
  text-transform: uppercase;
}
.offcanvas ul li a:hover, .offcanvas ul li a:active {
  color: #ffffff;
  background: #5b97d3;
}
.offcanvas ul li .btn-primary {
  padding: 12px 30px;
  font-size: 16px;
  color: #ffffff;
  margin: 10px 25px;
  display: table;
  border: 2px solid #ffffff;
}
.offcanvas ul li .btn-primary:hover {
  color: #ffffff;
}
.offcanvas ul .active > a {
  color: #ffffff;
  background: #206bca;
}
.offcanvas ul ul {
  background:#5b97d3;
  padding-left: 25px;
}
.offcanvas .coff {
  top: 5px;
  left: 20px;
}
.offcanvas .coff a {
  padding: 9px;
  display: block;
}
@media all and (max-width: 767px) {
  .offcanvas {
    width: 100%;
  }
}

.offcanvas.show-offcanvas {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.body-inactive {
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.54);
  display: none;
}

.contact-details .c-address li {
  font-weight: 500;
  width: 100%;
  display: block;
  padding-left: 70px;
  position: relative;
  padding-bottom: 40px;
}
@media only screen and (max-width: 639px) {
  .contact-details .c-address li {
    padding: 0 0 20px;
  }
}
.contact-details .c-address li h4 {
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .contact-details .c-address li h4 {
    font-size: 16px;
  }
}
.contact-details .c-address li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: #ccc;
  padding: 12px 8px 8px;
  border-radius: 12px;
  background: #0400a6;
}
.contact-details .c-address li span img {
  max-width: 100%;
}
@media only screen and (max-width: 639px) {
  .contact-details .c-address li span {
    position: relative;
    display: table;
    margin-bottom: 10px;
  }
}

.pl-50 {
  padding-left: 50px;
}
@media only screen and (max-width: 1199px) {
  .pl-50 {
    padding-left: 0;
  }
}

.pr-50 {
  padding-right: 50px;
}
@media only screen and (max-width: 1199px) {
  .pr-50 {
    padding-right: 0;
  }
}

.shadow-sm {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.h-projects {
  background: #E6F3ED;
}

.features-widget {
  box-shadow: 0px 5px 40px 0px rgba(44, 44, 44, 0.07);
  border-radius: 6px;
  overflow: hidden;
  height: 100%;
  background: #fff;
}
.features-widget .features-body {
  padding: 15px;
}
.features-widget h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 15px;
}
.features-widget a {
  color: #0400a6;
  font-weight: 600;
}
.features-widget a:hover {
  color: #5b97d3;
}

.services-widget {
  box-shadow: 0px 5px 40px 0px rgba(44, 44, 44, 0.07);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
}
.services-widget .services-img > img {
  max-width: 100%;
}
.services-widget .services-desc {
  padding: 0 20px 20px;
}
.services-widget .services-desc h3 {
  font-weight: 700;
}

.projects-list .services-widget {
  height: 100%;
  box-shadow: none;
}
.projects-list .services-widget .services-desc {
  padding: 15px 0;
}
.projects-list .services-widget .services-desc a {
  color: #1f5ca9;
  font-weight: 500;
}

@media only screen and (max-width: 980px) {
  .testimonials .testimonial-slider {
    padding: 0 40px;
  }
}
.testimonials .testimonial-slider .testimonial-text {
  padding: 20px 0 50px 0;
  text-align: center;
}
.testimonials .testimonial-slider .testimonial-text p {
  font-size: 20px;
}
@media only screen and (max-width: 980px) {
  .testimonials .testimonial-slider .testimonial-text p {
    font-size: 16px;
  }
}
.testimonials .testimonial-slider .hr {
  display: table;
  margin: 0 auto 40px;
  height: 3px;
  width: 150px;
  background: #1f5ca9;
}
.testimonials .testimonial-slider .client {
  display: table;
  margin: 0 auto;
}
.testimonials .testimonial-slider .client .c-img {
  display: table;
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials .testimonial-slider .client .c-img img {
  max-width: 100%;
}
.testimonials .testimonial-slider .client .c-name {
  display: table;
  float: left;
  padding: 10px 0 0 15px;
}
.testimonials .testimonial-slider .client h4 {
  color: #1f5ca9;
  font-size: 16px;
  font-weight: 700;
}
.testimonials .testimonial-slider .carousel-control {
  display: table;
  height: 100%;
}
.testimonials .testimonial-slider .carousel-control span {
  display: table-cell;
  vertical-align: middle;
}
.testimonials .testimonial-slider .carousel-control.right {
  right: -65px;
}
.testimonials .testimonial-slider .carousel-control.left {
  left: -65px;
}

.page-desc .page-desc-title h2 {
  font-weight: 700;
  font-size: 50px;
  margin-top: 0;
}
.page-desc .page-desc-title h2 span {
  display: table;
  padding-left: 100px;
  position: relative;
}
.page-desc .page-desc-title h2 span:before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 80px;
  background: #1f5ca9;
  position: absolute;
  left: 0;
  top: 30px;
}
@media only screen and (max-width: 980px) {
  .page-desc .page-desc-title h2 span:before {
    top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-desc .page-desc-title h2 span:before {
    top: 13px;
  }
}

@media only screen and (max-width: 980px) {
  .contact-form .text-right {
    text-align: left;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-xs-30 {
    margin-bottom: 30px;
  }
}

.cta {
  background: url(../images/cta-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0;
}
.cta .overlay {
  background: rgba(2, 42, 93, 0.6);
  padding: 50px 0;
}
.cta h2 {
  color: #ffffff;
  font-size: 40px;
}
.cta .quote-form form .btn-primary {
  width: 100%;
  padding: 12px 15px;
}
.cta .call {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  padding-top: 20px;
}
.cta .call a {
  color: #e1782a;
  border-bottom: 2px solid #e1782a;
}
@media only screen and (max-width: 767px) {
  .cta .call {
    font-size: 24px;
  }
}

.news-widget .news-img {
  height: 250px;
  width: 100%;
  display: block;
  overflow: hidden;
  background-color: white;
  border: 0;
}
.news-widget .news-img img {
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  object-fit: cover;
  position: relative;
  border-radius: 6px;
}
.news-widget h3 {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
.news-widget a {
  display: inline-block;
  border-bottom: 1px solid #0400a6;
}
.news-widget a:hover, .news-widget a:focus {
  color: #5b97d3;
}

.center {
  justify-content: center;
}

.l-partners {
  padding: 0;
}
.l-partners .partners-list {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.br-top {
  border-top: 1px solid #d9d9d9;
}
.l-partners .partners-list li {
  padding: 0 50px;
}
@media only screen and (max-width: 767px) {
  .l-partners .partners-list li {
    width: 50%;
    float: left;
    padding: 20px 15px;
    text-align: center;
  }
}
.l-partners .partners-list li img {
  max-width: 100%;
}

.gallery a {
  display: block;
  width: 25%;
  padding: 10px;
  height: 200px;
  overflow: hidden;
  background-color: white;
  border: 0;
}
@media only screen and (max-width: 991px) {
  .gallery a {
    width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .gallery a {
    width: 50%;
  }
}
.gallery a img {
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  object-fit: cover;
  position: relative;
}

.flex {
    display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.hero-banner .carousel-control{
  display: table;
  height: 100%;
}
.section-title h2 {
    font-size: 40px;
    line-height: 48px;
    text-transform: inherit;
}
.section-short-desc p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}
.service-widget-holder {
    background: #fff;
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    height: 100%;
}
.service-widget-holder .service-info-holder{
    padding: 25px 30px;
}
.service-widget-holder .service-title {
    width: 100%;
    min-height: auto;
    border-bottom: 1px solid #d8d8d8;
    margin-top: 15px;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.service-widget-holder .service-info-holder h3 {
    font-size: 22px;
    line-height: 28px;
    margin: 0;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    word-break: break-all;
}
.service-widget-holder .service-widget:hover .service-info-holder h3{
    color: #0400a6;
}
.service-widget-holder .service-widget .service-img-holder{
    height: 255px;
    width: 100%;
    display: block;
    overflow: hidden;
    background-color: white;
}
.service-widget-holder .service-widget .service-img-holder img {
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  object-fit: cover;
  position: relative;
  transition: transform .9s ease-out;
}
.service-widget-holder .service-widget .service-img-holder {
    transition: transform .9s ease-out;
}
.service-widget-holder .service-widget:hover .service-img-holder img{
    transform: scale(1.06);
}

.section-divider {
    min-height: 100px;
    width: 100%;
    background: transparent url(../images/divider-dot.png) repeat;
}

.service-widget-holder {
    max-width: 360px;
    margin: 0 auto;
}
.bg-alt {
  background: #F3F3F3;
}
.mb-md {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
    .service-widget-holder {
      max-width: 100%;
      min-width: 100%;
      margin: 0;
    }
    .service-widget-holder .service-title {
      width: 100%;
      
    }
    .service-widget-holder .service-widget .service-title h3 {
      word-break: inherit;
    }
}
@media (min-width: 992px) {
    .service-widget-holder .service-widget .service-title h3 {
      font-size: 30px;
      line-height: 36px
    }
}
.f-right {
  float: right;
}
.br-btm{
   border-bottom: 1px solid #ccc;
}
.pb-md {
    padding-bottom: 40px;
}
.pt-md {
  padding-top: 50px;
}
.pt-0 {
  padding-top: 0;
}
.mb-md {
    margin-bottom: 40px;
}
.pr-md{
  padding-right: 40px;
}
.mtb-md {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .hero-banner .banner .item .hero-caption h1 {
    font-size: 26px;
    line-height: 42px;
    padding: 0 20px;
  }
  .hero-banner .carousel-control img{
      width: 40px;
  }
  .br-btm-sm {
      border-bottom: 1px solid #ccc;
      margin-bottom: 40px;
      padding-bottom: 40px;
  }
  .pr-md{
    padding-right: 0;
  }
}