@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  color: #6a7382;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  color: #292929;
  margin-top: 0;
  line-height: 1.5;
  font-family: "Titillium Web", sans-serif;
}

p {
  margin-bottom: 15px;
  color: #292929;
  font-family: "Titillium Web", sans-serif;
}

/* Navbar */

.navbar-nav li {
  padding: 15px 10px;
}

.navbar-nav li a {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff !important;
  display: inline-block;
  position: relative;
}

.navbar-nav li a:hover {
  color: #ffffff !important;
}

.header .nav-item.active,
.header .nav-item:hover {
  background: #006C74;
}

.offcanvas .nav-item.active {
  background: #006C74;
}


.header.sticky li a {
  color: white !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

ul.dropdown-menu {
  padding: 0;
  top: 69px;
  left: 0;
  background-color: #01919C;
  border-radius: 0px;
}

.dropdown-menu li:hover,
.dropdown-menu li:hover a {
  background: #006c74;
  color: #ffffff !important;
}

.dropdown-menu li.active {
  background: #006c74;
}

.navbar-brand img {
  width: 220px;
  transition: 0.6s;
  filter: brightness(0) invert(1);
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 400;
  color: #000001;
}

.offcanvas {
  background-color: #01919C;
}

.offcanvas-header img {
  filter: brightness(0) invert(1);
  width: 250px;
}

.offcanvas .navbar-nav .dropdown-menu {
  margin-top: 10px;
  border-radius: 8px;
}

.offcanvas .navbar-nav .dropdown-menu li {
  padding: 10px 0;
}

.offcanvas .navbar-nav .dropdown-menu li:hover,
.offcanvas .navbar-nav .dropdown-menu li:hover a {
  border-radius: 8px;
}

.offcanvas .btn-close svg {
  fill: white;
}

.offcanvas-header>img {
  width: 15rem;
}

.dropdown-item {
  background: none !important;
}

.dropdown-menu li {
  padding: 6px 10px;
}

/* section */

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* top bar */
.top-bar {
  padding: 16px 0;
}


.top-bar .top-bar-contact {
  display: flex;
  gap: 25px;
  justify-content: end;
}

.top-bar .top-bar-contact a {
  font-weight: 700;
  font-size: 15px;
  color: #07203E;
  text-decoration: none;
}

.top-bar .logo img {
  width: 250px;
}

/* end */
/* header */
.header {
  padding: 0;
  background: #01919C;
  z-index: 999;
  transition: 0.6s;
}

header.sticky {
  padding: 0px 0px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  /* background: transparent; */
}

header.sticky #navbarNav {
  border-bottom: 0px !important;
}

header.sticky img {
  width: 220px;
  transition: all 0.5s ease-in-out;
}

.other-pages {
  padding-bottom: 70px !important;
}

/* top banner */
.top-banner {
  background: url("../images/top-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 0;
}

.top-banner .right-col h1 {
  letter-spacing: -0.03em;
  font-weight: 600;
  font-size: 49.5625px;
  color: white;
  font-family: "Titillium Web", sans-serif;
  line-height: 54px;
}

.top-banner .right-col p {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 500;
  font-family: "Titillium Web", sans-serif;
}

.top-banner .right-col p i {
  color: #DFB10C;
}

/* End */

/* top form */
.top-form {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  background-color: #D9D9D9;
}

.form_row {
  background: #FFFFFF;
  box-shadow: 2px 4px 20px rgba(143, 143, 143, 0.13);
  padding: 25px 30px 25px;
  border-radius: 0px;
  margin-top: -50px;
}

.top-form input,
.top-form select {
  width: 100%;
  margin-top: 0px;
  border: 1px solid #EDECF1;
  border-radius: 5px;
  height: 50px;
  background-color: #EDECF1;
  font-size: 15px;
  color: rgb(0, 0, 0) !important;
}

.top-form .iti .iti__selected-dial-code,
.contact-us .right .iti .iti__selected-dial-code {
  margin-left: 0px;
  font-size: 15px;
  color: black;
  font-weight: 400;
}

.top-form .iti__search-input,
.contact-us .right .iti__search-input {
  border: 2px solid #000000 !important;
  padding: 10px;

}

.top-form .iti__country-name,
.top-form .iti__dial-code,
.contact-us .right .iti__country-name,
.contact-us .right .iti__dial-code {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}

.top-form input::placeholder {
  color: #000000 !important;
  font-weight: 400;
  font-size: 15px;
}

.top-form input:focus,
.top-form select:focus {
  background-color: #EDECF1;
  color: #1e1e1e;
  border-color: #EDECF1 !important;
  box-shadow: none;
  outline: none;
}


.form-flex {
  display: flex;
  gap: 12px;
  align-items: end;
}

.form-flex .form-inner {
  width: 100%;
}

.form-flex .form-inner label {
  color: #0B192C;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 400;
  font-family: "Titillium Web", sans-serif;
}

.form-button button:hover {
  border: 2px solid #01919C !important;
  color: #01919C !important;
}

/* end */

/* partner */
.client {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #D9D9D9;
}

.client img {
  margin: auto;
}

/* end */


/* sec-one */
.sec-one {
  padding-top: 60px;
  padding-bottom: 30px;
}

.sec-one .right-col span {
  font-weight: 700;
  font-size: 20px;
  color: #01919C;
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
}

.sec-one .right-col h2 {
  font-weight: 600;
  font-size: 40.89px;
  margin-bottom: 5px;
}

.sec-one .right-col p {
  font-weight: 500;
  font-size: 16px;
}

.sec-one .right-col ul {
  padding-left: 0;
  list-style: none;
  column-count: 2;
}

.sec-one .right-col ul li {
  color: #292929;
  font-weight: 500;
  font-size: 16px;
  font-family: "Titillium Web", sans-serif;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.sec-one .right-col .btn-theme:hover {
  border: 2px solid #01919C;
  color: #01919C;
}

.sec-one .right-col .btn-white {
  border: 2px solid #01919C;
  color: #01919C;
}

.sec-one .right-col .btn-white:hover {
  background-color: #01919C;
  color: #ffffff;
}

/* end */

/* sec-three */
.sec-two {
  padding-top: 30px;
  padding-bottom: 60px;
}

.sec-two .left-col h3 {
  font-weight: 600;
  font-size: 40.89px;
  margin-bottom: 5px;
  line-height: 47px;
}

.sec-two .left-col p {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}

.sec-two .left-col .btn-theme:hover {
  border: 2px solid #01919C;
  color: #01919C;
}

.sec-two .left-col .btn-white {
  border: 2px solid #01919C;
  color: #01919C;
}

.sec-two .left-col .btn-white:hover {
  background-color: #01919C;
  color: #ffffff;
}

.sec-two .right-col {
  display: flex;
  flex-wrap: wrap;
}

.sec-two .right-col .box-one,
.sec-two .right-col .box-two {
  width: 50%;
  padding: 56px;
}

.sec-two .right-col .box-one {
  background-color: #01919C;
}

.sec-two .right-col .box-two {
  background-color: #0E3247;
}

.sec-two .right-col .box-one h4,
.sec-two .right-col .box-two h4 {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 5px;
}

.sec-two .right-col .box-one p,
.sec-two .right-col .box-two p {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 0;
}

.sec-two .right-col .box-img,
.sec-two .right-col .box-img {
  width: 50%;
}

/* end */

/* sec-three */

.sec-three {
  background: url(../images/sec-three-banner.png) no-repeat;
  background-size: cover;
  padding: 60px 0 0;
  background-position: center;
}

.sec-three .left span {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 14px;
  display: inline-block;
}

.sec-three .left h3 {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 38px;
  line-height: 46px;
}

.sec-three .right p {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 17.7231px;
}

.sec-three .left-col .left-col-inner,
.sec-three .right-col .right-col-inner {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 62.0308px 70.8923px rgba(22, 129, 129, 0.12);
  backdrop-filter: blur(31.0154px);
  border-radius: 10px;
  padding: 29px;
}

.sec-three .left-col .left-col-inner img,
.sec-three .right-col .right-col-inner img {
  background: #FFFFFF;
  box-shadow: 0px 12.3832px 46.2306px rgba(14, 87, 87, 0.16);
  padding: 14.8598px;
  border-radius: 10px;
  margin-bottom: 12px;
}

.sec-three .left-col .left-col-inner h4,
.sec-three .right-col .right-col-inner h4 {
  color: #142C4F;
  font-weight: 600;
  font-size: 22.1538px;
  margin-bottom: 8px;
}

.sec-three .left-col .left-col-inner p,
.sec-three .right-col .right-col-inner p {
  color: #142C4F;
  font-weight: 400;
  font-size: 17.7231px;
  margin-bottom: 0;
}

.sec-three .left-col .left-col-bottom,
.sec-three .right-col .right-col-bottom {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 62.0308px 70.8923px rgba(22, 129, 129, 0.12);
  backdrop-filter: blur(31.0154px);
  border-radius: 53.1692px;
  padding: 17.7231px 35.4462px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}


.sec-three .left-col .left-col-bottom p,
.sec-three .right-col .right-col-bottom p {
  color: #5A687D;
  font-weight: 400;
  font-size: 15.5077px;
  margin-bottom: 0;
}

.sec-three .left-col .left-col-bottom span,
.sec-three .right-col .right-col-bottom span {
  color: #142C4F;
  font-weight: 600;
  font-size: 22.1538px;
}

.sec-three .center-col {
  position: relative;
}

.sec-three .center-col .bottom-sec {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 62.0308px 70.8923px rgba(22, 129, 129, 0.12);
  backdrop-filter: blur(31.0154px);
  border-radius: 53.1692px;
  padding: 17.7231px 22px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 17px;
  width: 100%;
  justify-content: center;
  text-align: center;
}

.sec-three .center-col .bottom-sec span {
  color: #142C4F;
  font-weight: 600;
  font-size: 32.1538px;
}

.sec-three .center-col .bottom-sec p {
  color: #5A687D;
  font-weight: 400;
  font-size: 15.5077px;
  margin-bottom: 0;
}

/* end */

/* tabs-section */
.tabs-section {
  padding-bottom: 50px;
}

.tabs-section .left span {
  color: #525252;
  font-weight: 700;
  font-size: 20.39px;
  font-family: "Titillium Web", sans-serif;
}

.tabs-section .left h3 {
  font-weight: 600;
  font-size: 40.89px;
  line-height: 48px;
  margin-bottom: 49px;
}

.tabs-section .nav-tabs {
  border-bottom: 1px solid #AEAEAE;
  gap: 10px;
  justify-content: space-between;
}

.tabs-section .nav-link {
  font-size: 16px;
  border: none;
  color: #5E5E63;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
}

.tabs-section .nav-item.show .nav-link,
.tabs-section .nav-link.active {
  background-color: transparent;
  border-bottom: 2px solid black;
  color: black;
  position: relative;
}

.tabs-section .nav-link.active:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  height: 100%;
  width: 100%;
  background: url(../images/active.png) no-repeat;
  background-position: 0 5px;
}

.tabs-section .tab-content {
  margin-top: 30px;
}

.tabs-section .left-tab h3 {
  font-weight: 600;
  font-size: 33.96px;
  line-height: 41px;
}

.tabs-section .left-tab p {
  font-weight: 400;
  font-size: 16px;
}

.tabs-section .left-tab span {
  color: #000000;
  font-weight: 600;
  font-size: 47.2148px;
}

.tabs-section .left-tab .btn-theme:hover {
  border: 2px solid #01919C;
  color: #01919C;
}

/* end */

/* essay writers */
.essay-writers {
  background: url(../images/writers-bg.webp) no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 50px;
}

.essay-writers .section-title {
  text-align: center;
}

.essay-writers .section-title h3 {
  font-weight: 600;
  font-size: 40.89px;
  line-height: 48px;
  color: white;
  margin-bottom: 40px;
}

.essay-writers .section-title p {
  font-weight: 400;
  font-size: 17.7231px;
  color: white;
}

.essay-writers .writers-slider {
  display: flex;
  align-items: center;
  gap: 15px;
}

.essay-writers .box {
  background: white;
  padding: 25px;
  border-radius: 12px;
  display: flex !important;
  justify-content: space-between;
  gap: 20px;
  box-shadow: 0px 4px 15px rgba(23, 49, 143, 0.06), 0px 0px 1px rgba(49, 89, 227, 0.25), inset 0px 4px 10px 1px #FFFFFF;
  border: 2px solid #D6D6D6;
  margin: 0px 7px 0 7px;
}

.essay-writers .box .left {
  width: 46.333%;
}

.essay-writers .box .right {
  width: 47.333%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}

.essay-writers .box .right .btn-theme:hover {
  border: 2px solid #01919C;
  color: #01919C;
}

.essay-writers .box .left img {
  border-radius: 6px;
}

.essay-writers .box .left h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.essay-writers .box .left .rating {
  margin-bottom: 5px;
}

.essay-writers .box .left .rating>i {
  color: #FFA800;
}

.essay-writers .box .left .rating span {
  font-weight: 700;
  color: #001434;
}

.left .reviews-count {
  font-size: 15px;
  color: #001434;
  font-weight: 600;
}

.essay-writers .box .left .writer-list,
.essay-writers .box .left .competence,
.essay-writers .box .right .writer-list {
  display: flex;
  align-items: start;
  gap: 12px;
}

.essay-writers .box .left .writer-list span {
  display: block;
}

.essay-writers .box .left .writer-list,
.essay-writers .box .right .writer-list {
  margin-bottom: 15px;
}

.essay-writers .box .left .writer-list span:nth-child(1) {
  font-size: 16px;
  font-weight: 400;
  color: #585F74;
}

.essay-writers .box .left .writer-list span:nth-child(2) {
  font-size: 20px;
  font-weight: 700;
  color: #001434;
}

.essay-writers .box .left .competence span {
  font-size: 16px;
  font-weight: 400;
  color: #585F74;
}

.essay-writers .box .left .competence .list {
  border: 2px solid #DFE6F5;
  padding: 8px;
  display: inline-block;
  border-radius: 5px;
  margin-top: 10px;
  color: #001434;
  font-weight: 500;
  font-size: 14px;
}

.essay-writers .box .right span {
  color: #585F74;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.essay-writers .box .right .writer-list span {
  display: block;
  margin-bottom: 0;
}

.essay-writers .box .right .writer-list span:nth-child(1) {
  font-size: 15px;
  font-weight: 700;
  color: #001434;
  text-transform: capitalize;
  letter-spacing: normal;
}

.essay-writers .box .right .writer-list span:nth-child(2) {
  font-size: 14px;
  font-weight: 600;
  color: #585F74;
  text-transform: capitalize;
  letter-spacing: normal;
}

.essay-writers .box .right p {
  font-size: 16px;
  font-weight: 500;
  color: #001434;
}

.essay-writers .slick-dots {
  bottom: -60px;
}

.essay-writers .slick-dots li.slick-active button:before {
  opacity: 1;
  font-size: 0;
  background: #ffffff;
  border-radius: 12px;
  height: 7px;
  width: 20px;
}

.essay-writers .slick-dots li button:before {
  font-size: 0;
  background: #ffffff;
  border-radius: 12px;
  height: 7px;
  width: 8px;
  opacity: 1;
}

/* end */

/* sec-four */
.sec-four {
  padding-bottom: 50px;
}

.sec-four img {
  width: 73%;
}

.sec-four .sec-four-img {
  position: relative;
}

.sec-four .sec-four-img .boxes-sec {
  position: absolute;
  top: 35%;
  right: 0;
  max-width: 60%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sec-four .sec-four-img .boxes-sec .boxes-inner {
  padding: 25px;
  width: 48.99%;
  background: #FFFFFF;
  box-shadow: 4px 5px 83.1389px rgba(5, 83, 201, 0.09);
}

.sec-four .sec-four-img .boxes-sec .boxes-inner h4 {
  color: #000000;
  font-weight: 600;
  font-size: 20.57px;
}

.sec-four .sec-four-img .boxes-sec .boxes-inner p {
  color: #000000;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 0;
}

.sec-four .left h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
}

.sec-four .right p {
  font-weight: 400;
  font-size: 17.7231px;
}

.sec-four .right {
  text-align: end;
}

/* end */

/* sec-five */
.sec-five {
  padding-top: 80px;
}

.sec-five .sec-five-bg {
  padding: 40px;
  background: rgba(244, 244, 244, 0.81);
}

.sec-five .sec-five-bg .left h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
}

.sec-five .sec-five-bg .left p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 57px;
}

.sec-five .sec-five-bg .left .sec-five-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 20px;
}

.sec-five .sec-five-bg .left .sec-five-inner h4 {
  font-weight: 600;
  font-size: 18.8939px;
  margin-top: 15px;
  margin-bottom: 8px;
}

.sec-five .sec-five-bg .left .sec-five-inner p {
  font-weight: 400;
  font-size: 16px;
}

.sec-five .sec-five-bg .left .btn-sec .btn-theme:hover {
  border: 2px solid #01919C;
  color: #01919C;
}

.sec-five .sec-five-bg .left .btn-sec .btn-white {
  border: 2px solid #01919C;
  color: #01919C;
}

.sec-five .sec-five-bg .left .btn-sec .btn-white:hover {
  background-color: #01919C;
  color: #ffffff;
}

/* end */

/* testimonials */
.testimonials {
  padding: 25px 0;
}

.testimonials .left h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
}

.testimonials .right p {
  font-weight: 400;
  font-size: 17.7231px;
}

.testimonials .testimonials-body {
  padding: 41px 30px;
  height: 396px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonials .testimonials-body .testimonials-inner .testimonials-slider p {
  color: #030917;
  font-weight: 400;
  font-size: 20px;
}

.testimonials .testimonials-body .testimonials-inner .testimonials-slider .testi-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.testimonials .testimonials-body .testimonials-inner .testimonials-slider .testi-footer .d-flex img {
  width: 50px;
  filter: contrast(200%) brightness(150%);
  background: #01919c;
  padding: 6px;
  border-radius: 100px;
}

.testimonials .testimonials-body .testimonials-inner .testimonials-slider .testi-footer h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  color: #030917;
}

.testimonials .testimonials-body .testimonials-inner .testimonials-slider .testi-footer .rating>i {
  color: #FFA63A;
}

.testimonials .testimonials-body .testimonials-inner .testimonials-slider .testi-footer span {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
}

.testimonials .testimonials-body .testimonials-inner .testimonials-slider .testi-footer .slider-arrow {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: 50px;
}

.testimonials .testimonials-body .testimonials-inner .testimonials-slider .slick-left,
.testimonials .testimonials-body .testimonials-inner .testimonials-slider .slick-right {
  cursor: pointer;
}

.testimonials .testimonial-image img {
  height: 396px;
  object-fit: cover;
}

/* end */



/* contact us */

.contact-us {
  padding-top: 20px;
  padding-bottom: 30px;
}

.contact-us .left img {
  height: 771px;
  object-fit: cover;
}

.contact-us .contact-bg {
  background: #12354A;
}

.contact-us .right h3 {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 28.0589px;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.contact-us .right h3 span {
  color: #0299A4;
}

.contact-us .right h4 {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 22.3487px;
}

.contact-us .right form label {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 15px;
}

.contact-us .right form .iti{
    width: 100%;
}

.contact-us .right form input,
.contact-us .right form select,
.contact-us .right form textarea {
  background-color: white;
  border-radius: 0;
}

.contact-us .right {
  padding: 60px 30px;
}

/* end */

/* about-one */
.about-one {}

.about-one .right p {
  font-size: 15px;
  font-weight: 500;
}

.about-one .bottom-left h3 {
  color: #02121D;
  font-weight: 400;
  font-size: 45.9px;
  line-height: 53px;
}

.about-one .bottom-left p {
  font-size: 18px;
  font-weight: 500;
}

.about-one .bottom-right {
  display: flex;
  gap: 15px;
}

.about-one .bottom-right .box {
  padding: 25px 20px;
  background: #E8FDFF;
  text-align: center;
  width: 49.333%;
}

.about-one .bottom-right .box span {
  color: #02121D;
  font-weight: 500;
  font-size: 38px;
  display: block;
}

.about-one .bottom-right .box span:nth-child(2) {
  color: #02121D;
  font-weight: 500;
  font-size: 15.8979px;
}

.about-one .bottom-right .box p {
  font-size: 15px;
  font-weight: 500;
}

/* end */

/* about-two */
.about-two {
  background-color: #10354B;
  padding: 60px 0;
}

.about-two .center-heading {
  text-align: center;
  margin-bottom: 30px;
}

.about-two .center-heading h3 {
  color: #FBFAF2;
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
}

/* end */

/* about-three */
.about-three {}

.about-three .left-heading {
  margin-bottom: 30px;
  text-align: center;
}

.about-three .left-heading h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
}

.about-three .left-heading p {
  font-size: 16px;
  font-weight: 500;
}

.about-three .right h4 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 8px;
}

.about-three .right p {
  font-size: 16px;
  font-weight: 500;
}

.about-three .right .btn-theme:hover {
  border: 2px solid #01919C;
  color: #01919C;
}

.about-three .right .btn-white {
  border: 2px solid #01919C;
  background-color: transparent;
  color: #01919C;
}

.about-three .right .btn-white:hover {
  background-color: #01919C;
  color: white;
}

/* end */

/* form */
/* Works for Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control {
  resize: none;
  display: block;
  width: 100%;
  padding: 16px 15px;
  font-size: 1rem;
  border-radius: 8px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #1e1e1e42;
  color: #1e1e1e !important;
  background-color: transparent;
}

.form-control:focus {
  background-color: transparent;
  border-color: #01919C;
  box-shadow: none !important;
  outline: none !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1e1e1e !important;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
  font-weight: 400;
}

/* end */

/* Button */
.btn-white {
  border: 2px solid #ffffff;
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  background: transparent;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 5px;
}

.btn-white:hover {
  border: 2px solid #ffffff;
  background: white;
  color: #01919c;
}

.btn-theme {
  border: 2px solid #01919C;
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  background: #01919C;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 5px;
}

.btn-theme:hover {
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/* end */

/* bottom-sec */
.bottom-sec {
  padding-top: 0;
}

.bottom-sec .bottom-bg {
  background: url(../images/bottom-bg.webp) no-repeat;
  background-size: contain;
  padding: 136px 69px 145px;
  background-color: #ffffff;
  margin: 0px 0 -240px;
  z-index: 9;
  position: relative;
}

.bottom-sec .bottom-bg .left h3 {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 40.7762px;
  line-height: 48px;
  margin-bottom: 0;
}

.bottom-sec .bottom-bg .right p {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 19.499px;
  margin-bottom: 25px;
}

/* end */

/* service-sec-one */
.service-sec-one {
  padding-top: 60px;
  padding-bottom: 30px;
}

.service-sec-one .right-col span {
  padding: 11px 15px;
  font-weight: 600;
  font-size: 20px;
  color: #01919C;
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  background: #FFFFFF;
  border: 1px solid #01909C;
  border-radius: 50px;
  /*width: 65px;*/
  /*height: 50px;*/
  align-items: center;
  display: flex;
  justify-content: center;
}

.service-sec-one .right-col>div {
  align-items: start;
}

.service-sec-one .right-col h2 {
  font-weight: 600;
  font-size: 40.89px;
  margin-bottom: 5px;
}

.service-sec-one .right-col p {
  font-weight: 500;
  font-size: 16px;
}

.service-sec-one .right-col h3 {
  color: #092B37;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
}

.service-sec-one .right-col .btn-sec {
  margin-top: 20px;
}

.service-sec-one .right-col .btn-theme:hover {
  border: 2px solid #01919C;
  color: #01919C;
}

.service-sec-one .right-col .btn-white {
  border: 2px solid #01919C;
  color: #01919C;
}

.service-sec-one .right-col .btn-white:hover {
  background-color: #01919C;
  color: #ffffff;
}

/* end */

/* service-sec-two */
.service-sec-two {
    display: none;
}

.service-sec-two .left h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
}

.service-sec-two .right p {
  font-weight: 400;
  font-size: 17.7231px;
}

.service-sec-two .right-col {
  background-color: #01909C;
  padding: 31px 45px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 14px;
}

.service-sec-two .right-col span {
  color: white;
  font-weight: 400;
  font-size: 48px;
}

.service-sec-two .right-col p {
  color: white;
  font-weight: 400;
  font-size: 38.3731px;
  line-height: 117.8%;
  margin-bottom: 0;
}

.service-sec-two .bottom-left-col {
  background: #12354A;
  padding: 58px 31px;
}

.service-sec-two .bottom-left-col p {
  color: #FFFFFF;
  font-size: 26.24px;
  font-weight: 400;
  line-height: 123.8%;
}

.service-sec-two .bottom-right-col {
  gap: 33px;
  background-color: #EEEDE6;
  padding: 48px 58px;
  display: flex;
  flex-direction: column;
}

.service-sec-two .bottom-right-col span {
  color: #2A4A45;
  font-style: italic;
  font-weight: 400;
  font-size: 34.37px;
  line-height: 154.3%;
}

.service-sec-two .bottom-right-col ul {
  padding-left: 0;
  list-style: none;
  column-count: 2;
  margin-bottom: 0px;
}

.service-sec-two .bottom-right-col ul li {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
  display: flex;
  align-items: start;
  gap: 10px;
}


/* end */

/* service-sec-three */
.service-sec-three {
  background: url(../images//sec-three-bg.png) no-repeat;
  background-size: cover;
  height: 627px;
}

.service-three-inner {
  padding: 0;
  margin: -200px 0 50px;
}

.service-three-inner .bg-sec-three {
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  padding: 75px;
}

.service-three-inner .left span {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 14px;
  display: inline-block;
  color: black;
}

.service-three-inner .left h3 {
  font-weight: 600;
  font-size: 38px;
  line-height: 46px;
}

.service-three-inner .right p {
  font-weight: 400;
  font-size: 17.7231px;
  margin-bottom: 0;
}

.service-three-inner .three-box {
  background: #F8F8F8;
  padding: 45px 33px;
}

.service-three-inner .three-box>img{
    width: 60px;
    height: 60px;
    object-fit: contain;  
}

.service-three-inner .three-box h4 {
  font-weight: 400;
  font-size: 22.9409px;
  margin-top: 12px;
  margin-bottom: 10px;
}

.service-three-inner .three-box p {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 0;
}

/* end */

/* service-banner-sec */
.service-banner-sec {
  background: url(../images/service-banner.png) no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.service-banner-sec .banner-inner {
  text-align: center;
}

.service-banner-sec .banner-inner h3 {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 56px;
  line-height: 66px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-banner-sec .banner-inner h3 span {
  color: #0299A4;
}

.service-banner-sec .banner-inner p {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 21px;
}

/* end */

/* service-sec-four */
.service-sec-four {}

.service-sec-four .center {
  text-align: center;
}

.service-sec-four .center h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
}

.service-sec-four .service-bg-four {
  background-color: #F6F6F6;
  padding: 92px 92px 68px;
  margin-top: 15px;
}

.service-sec-four .service-bg-four .left p {
  color: #212121;
  font-weight: 400;
  font-size: 18px;
}

.service-sec-four .service-bg-four .left .btn-theme:hover {
  border: 2px solid #01919C;
  color: #01919C;
}

.service-sec-four .service-bg-four .left .btn-white {
  border: 2px solid #01919C;
  color: #01919C;
}

.service-sec-four .service-bg-four .left .btn-white:hover {
  background: #01919C;
  color: #ffffff;
}

.service-sec-four .service-bg-four .right {
  position: relative;
}

.service-sec-four .service-bg-four .right img {
  position: absolute;
  bottom: -181px;
}

/* end */

/* footer */
.footer {
  padding-top: 240px;
  padding-bottom: 20px;
  background: #12354A;
}

.footer .footer-left {
  display: flex;
  gap: 100px;
}

.footer .footer-left img {
  width: 350px;
}

.footer .footer-left>p {
  color: white;
  font-size: 16px;
  margin-bottom: 0;
}

.footer .footer-right ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer .footer-right ul>li {
  color: white;
  font-size: 16px;
}

.footer .footer-right ul>li>a {
  color: white;
  text-decoration: none;
}

.footer .footer-links ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}


.footer .footer-links ul>li>a {
  color: white;
  font-size: 16px;
  text-decoration: none;
  transition: all ease 0.5s;
  font-weight: 400;
  font-family: "Titillium Web", sans-serif;
}

.footer .footer-links ul>li>a:hover {
  color: #01919c;
  ;
}

footer hr {
  background: white;
  opacity: 1;
}

footer .footer-bootom>p {
  color: white;
  font-size: 16px;
  margin-bottom: 0;
}

.footer-links h3 {
  color: #fff;
  font-size: 20px;
  border-bottom: 1px solid;
  padding-bottom: 15px;
}

.social-media-main>a {
  color: white;
  font-size: 20px;
  transition: all ease 0.3s;
}

.social-media-main>a:hover {
  color: #01919c;
  ;
}

.social-media-main {
  padding-top: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.terms-content a {
  text-decoration: none;
  font-weight: 500;
}

.trust-pilot {
  margin-top: 20px;
  margin-bottom: 15px;
}

/* end */

.animate-up {
  animation: up 3s ease-in-out infinite;
}

@keyframes up {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }

  100% {
    transform: translateY(0);
  }
}

/*scroll*/
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #01919C;
  border-color: #01919C;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #000001;
}

/* model popup */
.model-discount span {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  color: #ffffff;
}

form .btn-theme:hover {
  border-color: #ffffff;
  color: #ffffff;
}

.animate-div {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.model-discount span label {
  color: #01919C;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  font-size: 20px;
  font-weight: 700;
}

.model-discount label {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}

.model-sec .modal-body {
  padding: 0;
  position: relative;
}

.model-sec .modal-content {
  border-radius: 30px;
  border: none;
}

.model-discount {
  padding: 30px 40px 30px 40px;
  background: #006C74;
  border-radius: 30px;
}

.model-input {
  border-color: #ffffff;
  padding: 10px 15px;
  color: #ffffff !important;
  border: 2px solid;
}

.model-input:focus {
  border-color: #01919C !important;
}

.model-input::placeholder {
  color: #ffffff !important;
  font-weight: 500;
}

.model-input option {
  color: #006C74;
}

.model-discount .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  box-shadow: none;
}

.model-discount hr {
  background-color: #ffffff;
  opacity: 1;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
  }

  30% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1.2);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  100% {
    transform: scale(0.9);
    transition: all 0.7s ease-in-out;
  }
}

/* end */

.thank-you .right-col h1 {
  letter-spacing: -0.03em;
  font-weight: 600;
  font-size: 49.5625px;
  line-height: 54px;
}

.thank-you .right-col p {
  font-size: 18px;
  font-weight: 500;
}

.thank-you .right-col .btn-theme:hover {
  border: 2px solid #01919C;
  background: transparent;
  color: #01919C;
}

/* terms & conditions */
.content-section .terms-content p,
.content-section .terms-content ul li {
  font-weight: 500;
  font-size: 16px;
  color: #292929;
  font-family: "Titillium Web", sans-serif;
}

.content-section .terms-content a {
  text-decoration: none;
  font-weight: 500;
  color: #01919c;
}