@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Merriweather+Sans:wght@400;700&display=swap");
body {
  font-family: 'Lato', sans-serif;
  color: #040000;
}

.layout_padding {
  padding-top: 70px;
  padding-bottom: 70px;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 50px;
}

.layout_padding-bottom {
  padding-bottom: 50px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2, h3, h5 {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-family: 'Merriweather Sans', sans-serif;
}

.heading_container p {
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

h1,
h2 {
  font-family: 'Merriweather Sans', sans-serif;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

/*header section*/
.hero_area {
  position: relative;
  background-color: #d1e3ff;
}

.header_section .container-fluid {
  padding-right: 70px;
  padding-left: 70px;
}

.header_section .header_top {
  padding: 15px 0;
  background-color: #0355cc;
}

.header_section .header_top .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_section .header_top .contact_nav a {
  color: #ffffff;
}

.header_section .header_top .contact_nav a i {
  color: #ffff;
}

.header_section .header_bottom {
  padding: 10px 0;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-brand img {
  width: auto;
  height: 40px;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 10px;
  color: #000000;
  font-weight: 500;
  text-align: right;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #0355cc;
  transition: 0.7s;
}

.custom_nav-container .form-inline .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}

.custom_nav-container .form-inline .nav_search-btn:hover {
  color: #0355cc;
  transition: 0.7s;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container a {
  color: #ffffff;
  margin-right: 25px;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-left: 5px;
}

.quote_btn-container a:hover {
  color: #0355cc;
  transition: 0.7s;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: bottom;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  padding-bottom: 90px;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  margin-bottom: 25px;
  color: #0355cc;
}

.slider_section .detail-box p {
  color: #444;
  font-size: 15px;
}

.slider_section .detail-box a {
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 7px 30px;
  background-color: #0355cc;
  border: 1px solid #0355cc;
  border-radius: 10px;
  color: #ffffff;
  margin-top: 15px;
}

.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #0355cc;
  transition: 0.7s;
}

.slider_section .img-box img {
  width: 100%;
  height: 350px;
  border-radius: 10px;
  border-style: inherit;
  margin-bottom: 100px;
  margin-top: auto;
  object-fit: fill;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.9);
}

.feature_section {
  margin-top: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.feature_section .feature_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  border-radius: 10px;
}

.feature_section .feature_container .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 10px;
  padding: 30px 15px;
  background-color: #ffffff;
  color: #0355cc;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.feature_section .feature_container .box .img-box {
  width: 90px;
  height: 90px;
}

.feature_section .feature_container .box .img-box svg {
  width: 100%;
  height: auto;
  max-height: 100%;
  fill: #0355cc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.feature_section .feature_container .box .img-box svg path {
  fill: #0355cc;
}

.feature_section .feature_container .box .name {
  text-transform: uppercase;
  font-family: 'Merriweather Sans', sans-serif;
  padding-top: 11px;
}

.feature_section .feature_container .box:hover, .feature_section .feature_container .box.active {
  background-color: #0355cc;
  color: #ffffff;
  transition: 0.7s;
}

.feature_section .feature_container .box:hover .img-box svg, .feature_section .feature_container .box.active .img-box svg {
  fill: #ffffff;
  transition: 0.7s;
}

.feature_section .feature_container .box:hover .img-box svg path, .feature_section .feature_container .box.active .img-box svg path {
  fill: #ffffff;
  transition: 0.7s;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .detail-box h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.about_section .detail-box p {
  margin-top: 10px;
}

.about_section .detail-box a {
  margin-top: 15px;
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 7px 30px;
  background-color: #0355cc;
  border: 1px solid #0355cc;
  border-radius: 10px;
  color: #ffffff;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #0355cc;
  transition: 0.7s;
}

.about_section .img-box1 img {
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.9);
}

.professional_section {
  background-color: #d1e3ff;
}

.professional_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.professional_section .detail-box h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #0355cc;
  font-size: 23px;
}

.professional_section .detail-box p {
  margin-top: 20px;
}

.professional_section .detail-box a {
  margin-top: 25px;
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 7px 30px;
  background-color: #0355cc;
  border: 1px solid #0355cc;
  border-radius: 10px;
  color: #ffffff;
}

.professional_section .detail-box a:hover {
  background-color: transparent;
  color: #0355cc;
  transition: 0.7s;
}

.professional_section .img-box{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 5vw);
  grid-gap: 5px;
}

.professional_section .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.professional_section .img-box .image1{
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  border-top-left-radius: 10px;
}
.professional_section .img-box .image2{
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.professional_section .img-box .image3{
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 5;
  border-radius: 0 10px 10px 0;
}
.professional_section .img-box .image4{
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 5;
  border-bottom-left-radius: 10px;
}

.service_section {
  position: relative;
}

.service_section .box {
  margin-top: 30px;
  border-radius: 10px;
  text-align: center;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  padding: 15px 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_section .box .img-box {
  width: 120px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_section .box .img-box img {
  max-height: 100%;
  max-width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service_section .box .detail-box {
  margin-top: 15px;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
}

.service_section .box .detail-box p {
  margin: 0;
}

.service_section .box:hover {
  background-color: #0355cc;
  color: #ffffff;
  transition: 0.7s;
}

.service_section .box:hover .img-box img {
  -webkit-filter: brightness(1) invert(1);
          filter: brightness(1) invert(1);
          transition: 0.7s;
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 30px;
  background-color: #0355cc;
  border: 1px solid #0355cc;
  border-radius: 10px;
  color: #ffffff;
}

.service_section .btn-box a:hover {
  background-color: transparent;
  color: #0355cc;
  transition: 0.7s;
}

.quote-container{
  margin-top: 35px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
}
.quote-container h2{
  margin: 20px auto 0 30px;
  font-size: 28px;
}
.input-container{
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
}
.service_container{
  max-width: 800px;
  background-color: #fff;
  padding: 20px;
  margin-top: 35px;
  height: auto;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
}
.service_container h5{
  padding: 20px;
  font-size: 22px;
  font-weight: bold;
  justify-content: center;
}
.service_container p{
  padding: 20px;
  padding-top: 0;
  font-size: 20px;
}
.swiper-wrapper {
  display: flex;
  align-items: center; /* Centers the images vertically */
}
.swiper{
  width: 90%;
  max-height: 500px;
  margin-bottom: 25px;
  border-radius: 10px;
}
.swiper-slide img{
  width: 100%;
  align-items: center;
  display: flex;
  object-fit: fill;
  margin: 1px;
  border-radius: 10px;
  max-height: 500px;
  justify-content: center;
}
.swiper .swiper-button-prev, .swiper .swiper-button-next{
  color: #fff;
}
.swiper .swiper-pagination-bullet-active{
  background: #fff;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}

.modal-content {
  max-width: 90%;
  max-height: 90%;
  margin-top: 5%;
}

.close {
  position: absolute;
  top: 15px;
  right: 30px;
  color: white;
  font-size: 40px;
  cursor: pointer;
}

.service_container a {
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 7px 30px;
  background-color: #0355cc;
  border: 1px solid #0355cc;
  border-radius: 10px;
  color: #ffffff;
  margin-top: 15px;
  align-items: center;
  margin: auto;
}

.service_container a:hover {
  background-color: transparent;
  color: #0355cc;
  transition: 0.7s;
}

.client_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 0;
}

.client_section .box {
  margin: 17px;
  margin-top: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.client_section .box .client_id .img-box {
  width: 80px;
  min-width: 80px;
  margin-right: 20px;
}

.client_section .box .client_id .img-box img {
  width: 100%;
  border-radius: 100%;
}

.client_section .box .client_id .client_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 25px;
}

.client_section .box .client_id .client_detail .client_info h6 {
  margin-bottom: 0;
}

.client_section .box .client_id .client_detail .client_info i {
  color: #fbaf5d;
}
.client_section .box .client_id .client_detail .client_info .b {
  color: #444;
}

.client_section .box .client_text {
  margin-top: 20px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.client_section .owl-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: #0355cc;
  outline: none;
  margin: 0 20px;
  color: #ffffff;
}

.heading_container {
  margin-bottom: 30px;
}
.heading_container h3 {
  margin-top: 50px;
}
.contact_section .container{
  padding: 35px;
}
.about_section .container{
  padding: 35px;
}
.service_section .container{
  padding: 35px;
}

input, textarea {
  width: 100%;
  border: none;
  height: 40px;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-left: 20px;
  background-color: #ffffff;
  outline: none;
  color: #1b1b1b;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
}
.pfocus:focus{
  border: 2px solid rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}

input::-webkit-input-placeholder {
  color: #737272;
}

input:-ms-input-placeholder {
  color: #737272;
}

input::-ms-input-placeholder {
  color: #737272;
}

input::placeholder {
  color: #737272;
}

textarea.message-box {
  height: 135px;
  padding-top: 10px;
}

button {
  border: none;
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 7px 55px;
  background-color: #0355cc;
  border: 1px solid #0355cc;
  border-radius: 10px;
  color: #ffffff;
  margin-top: 10px;
}

button:hover {
  background-color: transparent;
  color: #0355cc;
  transition: 0.7s;
}

.map {
  width: 100%;
  margin: auto;
  border-radius: 10px;
}
.map iframe{
  width: 100%;
  border-radius: 10px;
  max-height: 400px;
}
.contact-col {
  padding: 20px;
}
.contact-row {
  padding-bottom: 15px;
}
.contact-row i {
  padding-right: 20px;
  padding-top: 3px;
  font-size: 25px;
  display: flex;
}

.info_section {
  padding: 25px 0;
  padding-bottom: 0;
  background-color: #160e5e;
  text-align: center;
  color: #fff;
}

.info_section h4 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}


.info_section a {
  margin: 0 5px;
  color: #0355cc;
}

.info_section a i {
  padding-top: 10px;
}

.info_section a:hover {
  color: #0355cc;
}

.info_items a {
  position: relative;
}

.info_items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.info_items .item .img-box {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 35px;
  background-color: #0355cc;
  color: #ffffff;
}

.info_items .item .img-box i {
  font-size: 22px;
}

.info_items .item p {
  margin-top: 25px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
  padding: 7px;
  background-color: #160e5e;
}

.info_items .item:hover .img-box {
  background-color: #fff;
  transition: 0.7s;
}
.info_items .item:hover .img-box i {
  color: #0355cc;
  transition: 0.7s;
}

.info_items {
  position: relative;
}

.info_items::before {
  content: "";
  position: absolute;
  top: 47px;
  width: 67%;
  height: 2px;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* footer section*/
.footer_section {
  background-color: #160e5e;
  padding-inline: 100px;
}

.footer_section p {
  margin: 0;
  padding: 20px ;
  color: #ffffff;
  text-align: center;
  border-top: 1.2px solid #ffffff;
}

/* end footer section*/


/* About Page */
.about_section .img-box{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 8vw);
  grid-gap: 5px;
}

.about_section .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.about_section .img-box .image1{
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  border-top-left-radius: 10px;
}
.about_section .img-box .image2{
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;
  border-top-right-radius: 10px;
}
.about_section .img-box .image3{
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 5;
  border-bottom-left-radius: 10px;
}
.col-lg-7 .img-box .image4{
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 5;
  border-bottom-right-radius: 10px;
}