body {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  overflow-x: hidden;
}

.top-hd {
  position: relative;
}
.top-hd:before {
  content: "";
  position: absolute;
  background-color: #003974;
  -webkit-clip-path: polygon(10% 0, 100% 0%, 100% 98%, 0% 100%);
  clip-path: polygon(10% 0, 100% 0%, 100% 98%, 0% 100%);
  width: 75%;
  height: 90px;
  right: 0px;
  z-index: 1;
}
.top-hd:after {
  content: "";
  position: absolute;
  background-color: #1F97D4;
  -webkit-clip-path: polygon(11% 0, 100% 0%, 100% 97%, 0% 100%);
  clip-path: polygon(11% 0, 100% 0%, 100% 97%, 0% 100%);
  width: 74%;
  height: 96px;
  right: 1px;
  top: -31px;
}
.top-hd .email-phone {
  position: relative;
  z-index: 99;
  top: 25px;
}
.top-hd .email-phone ul {
  list-style: none;
}
.top-hd .email-phone ul li {
  margin-left: 20px;
  display: inline-block;
  color: #ffffff;
  position: relative;
  font-size: 12px;
}
.top-hd .email-phone ul li::before {
  content: "";
  position: absolute;
  background-color: #1F97D4;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  z-index: -1;
  top: -6px;
  left: -10px;
}
.top-hd .email-phone ul li i {
  margin-right: 10px;
  font-size: 22px;
  color: #ffffff;
}
.top-hd .Social-media {
  position: relative;
  z-index: 99;
  top: 25px;
}
.top-hd .Social-media ul {
  list-style: none;
}
.top-hd .Social-media ul li {
  margin-right: 10px;
  display: inline-block;
  color: #ffffff;
}
.top-hd .Social-media ul li i {
  color: #ffffff;
  background-color: #1F97D4;
  padding: 10px;
  border-radius: 3px;
  transition: 0.5s;
}
.top-hd .Social-media ul li i:hover {
  background-color: #ffffff;
  color: #1F97D4;
}

.bg-nav {
  background-color: #1F97D4;
  padding: 20px 0px 20px 0px;
}
.bg-nav .nav-link {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  padding-left: 30px !important;
  padding-right: 30px !important;
  position: relative;
  transition: 0.5s;
}
.bg-nav .nav-link:hover {
  color: #003974;
}
.bg-nav .nav-link:hover::before {
  content: "";
  width: 60%;
  position: absolute;
  display: inline;
  height: 2px;
  bottom: -20px;
  background-color: #003974;
}

.slider-sec .carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 57, 116);
  background: linear-gradient(81deg, rgba(0, 57, 116, 0.8016456583) 0%, rgba(255, 255, 255, 0.1461834734) 100%);
}
.slider-sec .carousel-control-prev-icon {
  position: relative;
  background-image: none !important;
  background-color: rgba(10, 57, 117, 0.8);
  padding: 30px;
  border-radius: 60px;
  border: 5px solid #1F97D4;
}
.slider-sec .carousel-control-prev-icon::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f177";
  font-size: 22px;
  color: #ffffff;
  position: absolute;
  left: 20px;
  top: 20px;
}
.slider-sec .carousel-control-next-icon {
  position: relative;
  background-image: none !important;
  background-color: rgba(10, 57, 117, 0.8);
  padding: 30px;
  border-radius: 60px;
  border: 5px solid #1F97D4;
}
.slider-sec .carousel-control-next-icon::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f178";
  font-size: 22px;
  color: #ffffff;
  position: absolute;
  left: 20px;
  top: 20px;
}
.slider-sec .hd-text {
  position: absolute;
  z-index: 1;
  margin-left: 120px;
}
.slider-sec .hd-text h2 {
  font-size: 52px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #ffffff;
}
.slider-sec .hd-text h5 {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #ffffff;
}
.slider-sec .hd-text .play-btn {
  background-color: #003974;
  border: 3px solid #1F97D4;
  padding: 9px 14px;
  border-radius: 60px;
  margin-top: -5px;
}
.slider-sec .hd-text .play-btn i {
  color: #ffffff;
}

.section-one {
  padding: 50px 0px 50px 0px;
  border-bottom: 1px solid #cccccc;
}
.section-one p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 26px;
  color: #212529;
}
.section-one .minus-top {
  margin-top: -150px;
  position: relative;
  z-index: 99;
}
.section-one .phone i {
  background-color: #003974;
  color: #ffffff;
  padding: 14px 16px;
  border-radius: 60px;
}
.section-one .contact-btn a {
  color: #1F97D4;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-decoration: none;
}
.section-one .contact-btn a i {
  background-color: #1F97D4;
  border-radius: 60px;
  padding: 6px;
  color: #ffffff;
  font-size: 14px;
}
.section-one .contact-btn:hover a {
  color: #003974;
}
.section-one .contact-btn:hover i {
  background-color: #003974;
  color: #1F97D4;
}
.section-one .vision-box {
  background-color: #003974;
  padding: 20px;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.section-one .vision-box i {
  font-size: 46px;
}
.section-one .vision-box p {
  color: #ffffff;
}
.section-one .vision-box h3 {
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
}
.section-one .mission-box {
  background-color: #003974;
  padding: 20px;
  display: inline-block;
  border-radius: 10px;
}
.section-one .mission-box i {
  font-size: 46px;
}
.section-one .mission-box p {
  color: #ffffff;
}
.section-one .mission-box h3 {
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
}

.welcome-sec {
  padding: 100px 0px 100px 0px;
  position: relative;
  display: flex;
}
.welcome-sec:before {
  content: "Versus";
  position: absolute;
  font-size: 100px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  color: #fbfbfb;
  top: 50px;
  text-align: center;
  margin: auto;
  display: table;
  width: 100%;
}
.welcome-sec h3 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #003974;
}
.welcome-sec h5 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #1F97D4;
}
.welcome-sec p {
  font-size: 14px;
  color: #212529;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 28px;
}

.know-mr-bt a {
  background-color: #1F97D4;
  padding: 13px 40px 13px 40px;
  border-radius: 30px;
  text-decoration: none;
  color: #ffffff;
}
.know-mr-bt a:hover {
  background-color: #003974;
}

.main-service-sec {
  background: url(../imgs/bg-one.jpg) rgba(87, 87, 87, 0.9);
  background-size: cover;
  background-blend-mode: overlay;
  background-attachment: fixed;
  padding: 100px 0px 100px 0px;
}
.main-service-sec h3 {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
.main-service-sec .srvc-wrp {
  width: 100%;
  border-radius: 10px;
  transition: 0.5s;
}
.main-service-sec .srvc-wrp:hover {
  cursor: pointer;
  transition: 0.5s;
}
.main-service-sec .srvc-wrp:hover .srvc-box {
  background-color: #ffffff;
  padding: 30px 10px 30px 10px;
  margin-right: 5%;
  border-radius: 0px;
  top: -50px;
  position: relative;
}
.main-service-sec .srvc-wrp:hover .srvc-box i {
  font-size: 56px;
  color: #1F97D4;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 60px;
  top: -60px;
  position: absolute;
}
.main-service-sec .srvc-wrp:hover .srvc-box:before {
  content: "";
  position: absolute;
  background-color: #1F97D4;
  width: 150px;
  height: 6px;
  bottom: -1px;
  left: 25%;
}
.main-service-sec .srvc-wrp:hover .img-color {
  position: relative;
}
.main-service-sec .srvc-wrp:hover .img-color::after {
  content: "";
  position: absolute;
  border-radius: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: rgb(0, 57, 116);
  background: linear-gradient(180deg, rgba(0, 57, 116, 0.5887605042) 0%, rgba(255, 255, 255, 0.6839985994) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003974", endColorstr="#ffffff", GradientType=1);
}
.main-service-sec .srvc-wrp img {
  border-radius: 0px;
}
.main-service-sec .srvc-wrp .srvc-box {
  background-color: #ffffff;
  padding: 30px 10px 30px 10px;
  margin-right: 5%;
  border-radius: 0px;
  top: -50px;
  position: relative;
}
.main-service-sec .srvc-wrp .srvc-box i {
  font-size: 40px;
  color: #1F97D4;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 60px;
  top: -48px;
  position: absolute;
}
.main-service-sec .srvc-wrp .srvc-box:before {
  content: "";
  position: absolute;
  background-color: #1F97D4;
  width: 80px;
  height: 6px;
  bottom: -1px;
  left: 36%;
}
.main-service-sec .srvc-wrp .srvc-box h4 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #003974;
  text-align: center;
}
.main-service-sec .owl-carousel .owl-nav button.owl-next,
.main-service-sec .owl-carousel .owl-nav button.owl-prev,
.main-service-sec .owl-carousel button.owl-dot {
  background-color: #1F97D4;
  padding: 12px 20px 15px 20px !important;
  border-radius: 60px;
}
.main-service-sec .owl-theme .owl-dots {
  display: none;
}

.why-us-section {
  background: url(../imgs/bg-one.jpg) rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-blend-mode: overlay;
  background-attachment: fixed;
  padding: 100px 0px 100px 0px;
}
.why-us-section h3 {
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
.why-us-section p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.why-us-section .cstmr-wrp {
  margin-top: -185px;
}
.why-us-section .cstmr-wrp .box-one {
  background-color: #003974;
  display: inline-block;
  border-radius: 5px 0px 5px 5px;
  padding: 60px 0px 60px 0px;
}
.why-us-section .cstmr-wrp .box-one h4 {
  font-size: 36px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
.why-us-section .cstmr-wrp .box-one h5 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.why-us-section .cstmr-wrp .box-two {
  background-color: #003974;
  border-radius: 0px 0px 5px 5px;
  padding: 60px 0px 60px 0px;
}
.why-us-section .cstmr-wrp .box-two h4 {
  font-size: 28px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.why-us-section .cstmr-wrp .box-two h5 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

.accordion-sec {
  padding: 100px 0px 100px 0px;
}
.accordion-sec .btn-two a {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #1F97D4;
  text-decoration: none;
  transition: 0.5s;
}
.accordion-sec .btn-two a:hover {
  color: #003974;
}
.accordion-sec .accordion-item {
  border: none;
}
.accordion-sec .accordion-button:not(.collapsed) {
  background-color: #003974;
  color: #ffffff;
}
.accordion-sec .accordion-button {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  padding: 0px;
  background-color: #f9f9f9;
  color: #003974;
  padding-left: 15px;
}
.accordion-sec .accordion-button::after {
  width: 50px;
  height: 50px;
  background-color: #003974;
}
.accordion-sec .accordion-button:not(.collapsed)::after {
  content: "\f063";
  font: normal normal normal 14px/1 FontAwesome;
  color: #ffffff;
  background-image: none !important;
}
.accordion-sec .accordion-button::after {
  content: "\f063";
  font: normal normal normal 14px/1 FontAwesome;
  color: #ffffff;
  background-image: none !important;
  padding: 20px 20px;
}
.accordion-sec .accordion-body {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.facility-sec {
  padding: 0px 0px 100px 0px;
  position: relative;
  display: flex;
}
.facility-sec ul {
  list-style-image: url(../imgs/bullet.png);
}
.facility-sec ul li {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #212529;
  line-height: 18px;
  margin-top: 20px;
}
.facility-sec h4 {
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #003974;
  text-align: center;
  z-index: 99;
}
.facility-sec h4 span {
  color: #1F97D4;
}
.facility-sec h4 .bold {
  font-weight: 600;
}
.facility-sec h5 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #212529;
}
.facility-sec:before {
  content: "Versus";
  position: absolute;
  font-size: 100px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  color: #EDEDED;
  top: -40px;
  text-align: center;
  margin: auto;
  display: table;
  width: 100%;
}

.values-sec {
  padding: 100px 0px 0px 0px;
}
.values-sec h3 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #003974;
}
.values-sec i {
  font-size: 36px;
  color: #1F97D4;
}
.values-sec .white-box {
  background-color: #ffffff;
  padding: 30px;
  min-height: 240px;
  box-shadow: 1px 3px 30px -8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 3px 30px -8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 30px -8px rgba(0, 0, 0, 0.2);
  position: relative;
  transition-duration: 0.6s;
}
.values-sec .white-box i {
  font-size: 40px;
  top: -12px;
  position: relative;
}
.values-sec .white-box:hover {
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25), 0 30px 60px -30px rgba(107, 124, 147, 0.3);
  transform: translateY(-10px);
  background-color: var(--whiteColor);
}
.values-sec .white-box h5 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #003974;
  text-align: center;
}
.values-sec .white-box p {
  font-size: 14px;
  color: #212529;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 28px;
}
.values-sec .white-box .position {
  position: relative;
  z-index: 99;
}

.last-sec {
  padding: 0px 0px 100px 0px;
}
.last-sec h4 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #003974;
  text-align: left;
}
.last-sec i {
  font-size: 50px;
  color: #1F97D4;
  top: -12px;
  position: relative;
}
.last-sec .white-box {
  background-color: #ffffff;
  padding: 30px;
  min-height: 240px;
  box-shadow: 1px 3px 30px -8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 3px 30px -8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 30px -8px rgba(0, 0, 0, 0.2);
  position: relative;
  transition-duration: 0.6s;
  min-height: 350px;
}
.last-sec .white-box:hover {
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25), 0 30px 60px -30px rgba(107, 124, 147, 0.3);
  transform: translateY(-10px);
  background-color: var(--whiteColor);
}
.last-sec .white-box h5 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #003974;
  text-align: center;
}
.last-sec .white-box p {
  font-size: 14px;
  color: #212529;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 28px;
}
.last-sec .white-box .position {
  position: relative;
  z-index: 99;
}

.footer-sec {
  background-color: #003974;
  padding: 100px 0px 0px 0px;
}
.footer-sec h3 {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #ffffff;
}
.footer-sec p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
}
.footer-sec .link ul {
  list-style: none;
  padding-left: 0px;
}
.footer-sec .link ul li {
  display: block;
  padding: 5px 0px 5px 0px;
  border-bottom: 1px dotted #ffffff;
}
.footer-sec .link ul li a {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  text-decoration: none;
}
.footer-sec .link ul li a i {
  color: #f7f7f7;
  margin-right: 8px;
}
.footer-sec .address ul {
  list-style: none;
  padding-left: 0px;
}
.footer-sec .address ul li {
  display: block;
  padding: 5px 0px 5px 0px;
  border-bottom: 1px dotted #ffffff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  text-decoration: none;
}

.btm {
  padding: 15px 0px 5px 0px;
  background-color: #003974;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.btm p {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.3);
}

.sub-banner {
  background: url(../imgs/sub-hd.jpg);
  position: relative;
  min-height: 200px;
}
.sub-banner .layer {
  background: rgb(0, 57, 116);
  background: linear-gradient(81deg, rgba(0, 57, 116, 0.8016456583) 0%, rgba(255, 255, 255, 0.1461834734) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub-banner .layer .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}
.sub-banner .layer .breadcrumb a {
  color: #ffffff;
}
.sub-banner .layer .breadcrumb .active {
  color: #ffffff;
}
.sub-banner .layer h2 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #ffffff;
}

.sub-sec {
  padding: 100px 0px 100px 0px;
}
.sub-sec h3 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #003974;
}
.sub-sec h4 {
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #003974;
}
.sub-sec h5 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #1F97D4;
}
.sub-sec p {
  font-size: 14px;
  color: #212529;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 28px;
}
.sub-sec .cntct-box {
  background-color: #ffffff;
  padding: 30px;
  box-shadow: 1px 3px 30px -8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 3px 18px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 30px -8px rgba(0, 0, 0, 0.2);
  position: relative;
  transition-duration: 0.6s;
  border-bottom: 4px solid #1F97D4;
}
.sub-sec .cntct-box h3 {
  color: #003974;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
.sub-sec .cntct-box h6 {
  color: #212529;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  font-weight: 400;
}
.sub-sec .cntct-box:hover {
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25), 0 30px 60px -30px rgba(107, 124, 147, 0.3);
  transform: translateY(-10px);
  background-color: var(--whiteColor);
}
.sub-sec .cntct-box i {
  font-size: 28px;
}
.sub-sec .form-control {
  background-color: #f5f5f5;
}

.about-vision-mission-sec {
  background: url(../imgs/bg-one.jpg) rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-blend-mode: overlay;
  background-attachment: fixed;
  padding: 100px 0px 100px 0px;
}
.about-vision-mission-sec .vision-box {
  background-color: #003974;
  padding: 20px;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.about-vision-mission-sec .vision-box::before {
  content: "\e912";
  font-family: "icomoon" !important;
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 150px;
  right: 30px;
  top: 10px;
}
.about-vision-mission-sec .vision-box i {
  font-size: 46px;
}
.about-vision-mission-sec .vision-box p {
  color: #ffffff;
  text-align: left;
}
.about-vision-mission-sec .vision-box h3 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #ffffff;
  position: relative;
  text-align: left;
}
.about-vision-mission-sec .vision-box h3:before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  width: 62px;
  height: 2px;
  bottom: 0px;
  left: 70px;
}
.about-vision-mission-sec .vision-box h3::after {
  position: absolute;
  content: "";
  background-color: #ffffff;
  width: 12px;
  height: 2px;
  bottom: 0px;
  left: 140px;
}
.about-vision-mission-sec .mission-box {
  background-color: #003974;
  padding: 20px;
  display: inline-block;
  border-radius: 10px;
}
.about-vision-mission-sec .mission-box i {
  font-size: 46px;
}
.about-vision-mission-sec .mission-box p {
  color: #ffffff;
  text-align: left;
}
.about-vision-mission-sec .mission-box h3 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-align: left;
  position: relative;
}
.about-vision-mission-sec h3 {
  font-size: 28px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
.about-vision-mission-sec p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.about-vision-mission-sec .cstmr-wrp {
  margin-top: -185px;
}
.about-vision-mission-sec .cstmr-wrp .box-one {
  background-color: #003974;
  display: inline-block;
  border-radius: 5px;
  padding: 10px 0px 0px 0px;
}
.about-vision-mission-sec .cstmr-wrp .box-one h4 {
  font-size: 42px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
}
.about-vision-mission-sec .cstmr-wrp .box-one h5 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
.about-vision-mission-sec .cstmr-wrp .box-two {
  background-color: #003974;
  border-radius: 5px;
  padding: 10px 0px 0px 0px;
}
.about-vision-mission-sec .cstmr-wrp .box-two h4 {
  font-size: 28px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
.about-vision-mission-sec .cstmr-wrp .box-two h5 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}

.team {
  cursor: pointer;
  box-shadow: 1px 3px 30px -8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 3px 18px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 30px -8px rgba(0, 0, 0, 0.2);
}
.team .img-color {
  position: relative;
}
.team .img-color::after {
  content: "";
  position: absolute;
  border-radius: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: rgb(0, 57, 116);
  background: linear-gradient(180deg, rgba(0, 57, 116, 0.5887605042) 0%, rgba(255, 255, 255, 0.6839985994) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003974", endColorstr="#ffffff", GradientType=1);
}
.team .team-name-box {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  width: 100%;
  padding: 10px 0px 10px 0px;
}
.team .team-name-box h4 {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #003974;
  text-align: center;
}
.team .team-name-box h6 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #1F97D4;
  text-align: center;
}

.main-service .side-one-bg {
  background-color: #e9f1ea;
  padding: 30px 25px 25px 25px;
  border-radius: 10px;
}
.main-service .side-one-bg ul {
  padding-left: 0px;
  list-style: none;
}
.main-service .side-one-bg ul li {
  background-color: #003974;
  padding: 8px;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #ffffff;
  border-radius: 5px;
  margin-bottom: 10px;
  transition: 0.5s;
}
.main-service .side-one-bg ul li:hover {
  background-color: #1F97D4;
}
.main-service .side-one-bg ul li i {
  background-color: #ffffff;
  color: #003974;
  padding: 4px;
  border-radius: 60px;
  font-size: 12px;
}
.main-service .white-box-one {
  background-color: #ffffff;
  padding: 35px 30px 20px 30px;
  height: auto;
  box-shadow: 1px 3px 30px -8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 3px 18px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 30px -8px rgba(0, 0, 0, 0.2);
  position: relative;
  transition-duration: 0.6s;
}
.main-service .white-box-one i {
  font-size: 40px;
  top: -12px;
  position: relative;
}
.main-service .white-box-one:hover {
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25), 0 30px 60px -30px rgba(107, 124, 147, 0.3);
  transform: translateY(-10px);
  background-color: var(--whiteColor);
}
.main-service .white-box-one h5 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #003974;
  text-align: center;
}

.service-box {
  background-color: #ffffff;
  padding: 0px 0px 30px 0px;
  height: auto;
  box-shadow: 1px 3px 30px -8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 3px 18px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 30px -8px rgba(0, 0, 0, 0.2);
}
.service-box h5 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #ffffff;
  background-color: #1F97D4;
  text-align: left;
  padding: 10px;
}

.why-us-sec {
  background-image: url(../imgs/why-us.jpg);
  background-size: cover;
  padding: 100px 20px 100px 20px;
  position: relative;
  border-radius: 10px;
}
.why-us-sec h3 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #ffffff;
}
.why-us-sec p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #ffffff;
}
.why-us-sec .layer {
  background: rgb(0, 57, 116);
  background: linear-gradient(219deg, rgba(0, 57, 116, 0.9016456583) 0%, rgba(255, 255, 255, 0.1461834734) 100%);
  padding: 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mechanical-sec {
  background: url(../imgs/mec-bg.jpg) rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-blend-mode: overlay;
  background-attachment: fixed;
  padding: 100px 0px 100px 0px;
}
.mechanical-sec h4 {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
}
.mechanical-sec P {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #ffffff;
}
.mechanical-sec .wrp-one {
  background-color: #ffffff;
  padding: 20px;
}
.mechanical-sec .wrp-one h3 {
  color: #003974;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
.mechanical-sec .wrp-one p {
  color: #000000;
  line-height: 26px;
}

.maintenance-sec {
  padding: 100px 0px 100px 0px;
}
.maintenance-sec h4 {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 6800;
  color: #003974;
}
.maintenance-sec h5 {
  color: #1F97D4;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.maintenance-sec p {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000000;
}

.button {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #1F97D4;
  padding: 0.7em 2.3em;
  border: none;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1em;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  border-radius: 100px;
}

.button span {
  position: relative;
  pointer-events: none;
}

.button::before {
  --size: 0;
  content: "";
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  background: radial-gradient(circle closest-side, #003974, transparent);
  transform: translate(-50%, -50%);
  transition: width 0.2s ease, height 0.2s ease;
}

.button:hover::before {
  --size: 400px;
}

.owl-theme .owl-nav [class*=owl-] {
  font-size: 30px !important;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #1F97D4;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 60px;
}

#myBtn:hover {
  background-color: #003974;
}

.Social {
  position: relative;
  z-index: 99;
  top: 15px;
  left: -10px;
}
.Social ul {
  list-style: none;
  padding-left: 0px;
}
.Social ul li {
  margin-right: 10px;
  display: inline-block;
  color: #ffffff;
}
.Social ul li i {
  color: #040404;
  transition: 0.5s;
  font-size: 18px !important;
}
.Social ul li i:hover {
  background-color: #ffffff;
  color: #1F97D4;
}/*# sourceMappingURL=style.css.map */