body {
    font-family: "Roboto", sans-serif;
}

.btn-main:hover {
  color: #fff;
}

body {
  
}
.slider {
  padding: 220px;
  background-image: url(./../Images/Home.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 180px;
  height: 95vh;
  position: relative;
}
.img-home {
  object-fit: cover;
  width: 100%;
}
.img-bottom {
  position: absolute;
  bottom: 0;
  left: 83%;
}
@media (max-width: 767px) {
  .img-bottom {
    left: 50%;
  }
}

/* Start Our Service */

.pad-col{
    padding-inline:6rem;
}

.first-service {
    background-color: #bf845a;
    padding: 30px 0;
}

.full-width-background {
  background-color: #bf845a; /* Match the background color */
  position: relative;
}

.img-triangle {
  position: absolute;
  left: 50%;
  top: 99%;
  transform: translate(-50%, 0%);
}

.text-service {
  font-size: 18px;
  
  color: #ffffff;
}
.main-text-service {
  
  font-size: 40px;
  color: #ffffff;
}
.our-services {
    background: linear-gradient(to bottom, #fdefe5, #ffffff);
   
    padding: 100px 0 60px;
}
.text-ourServices a {
  
  font-size: 19px;
  color: #848484;
}
.text-ourServices a:hover {
  color: #bf845a;
  font-size: 22px;
}

.second-row-our {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .ml-img {
    margin-left: 17px;
  }
}

/* End  Our Service */

/* Start Section Why Us */
.img-man {
  position: relative;
}
.img-why-one {
    position: absolute;
    left: 85%;
    top: 20%;
    width: 72px;
    height: 72px;
    background: #fdede2;
}
.img-why-tow {
    position: absolute;
    bottom: 20%;
    right: 85%;
    width: 72px;
    height: 72px;
    background: #fdede2;
}
.why-us ul li {
  
  color: #7a7676;
  font-size: 20px;
}

@media (max-width: 767px) {
  .img-man {
    text-align: center;
  }
  .img-man img {
    height: 500px !important;
    width: 600px;
    object-fit: cover !important;
  }
  .why-us ul li {
    font-size: 25px;
  }
}
@media (max-width: 1360px) {
  .img-why-one,
  .img-why-tow {
    display: none;
  }
}
.why-us {
 padding:80px 0
}

/* End Section Why Us */

/* Start Section News */

.text-news-card {
  
  background-color: #bf845a;
  color: #d7b5a0;
  font-size: 20px;
  font-weight: 300;
  padding: 20px 0;
}

.main-title-news {
  margin-bottom: 80px !important;
}
.sub-title-news {
    
    color: #7a7676;
    font-size: 35px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    text-align: center;
}

.form-news {
  position: relative;
}
.form-control-1 {
  border: 1px solid #7a7676 !important;
  margin-bottom: 20px;
  padding: 25px !important;
  
  font-size: 16px;
  color: #7a7676;
  text-align: center;
}
.form-control-1:focus {
  font-size: 24px;
  color: #7a7676;
}


.news {
    padding: 80px 0;
    background: linear-gradient(to top, #fdefe5, #ffffff);
}


.news-card {
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.news-card:hover {
  transform: scale(1.1); /* Zoom in effect */
  opacity: 0.8; /* Reduce opacity */
}

/* End Section News */

/* Start Section Conntectd */
.main-title-form {
  font-size: 30px !important;
  margin-bottom: 20px !important;
  color: #7a7676 !important;
}
.form-control-2 {
  border: 1px solid #7a7676 !important;
  margin-bottom: 20px;
  padding: 25px !important;
  
  font-size: 20px;
  color: #7a7676 !important;
  border-radius: 15px !important;
  background-color: #e6e6e6 !important;
}

.form-control-2::placeholder {
  color: #7a7676 !important;
  font-size: 20px !important;
}
.desc-title-conn {
  
  color: #7a7676;
  font-weight: 400;
  text-align: right;
  font-size: 24px;
  letter-spacing: 0.2px;
}
.tit-conc {
  color: #09554c !important ;
}
@media (max-width: 767px) {
  .desc-title-conn,
  .tit-conc {
    text-align: left !important;
  }
  .img-conn-down {
    display: none;
  }
}
.img-conn-up {
  position: relative;
  left: 690px;
  top: 65px;
}
.connected {
  padding:80px 0
}
/* End Section Conntectd */

/* Start Section Clients */
.Client-title {
  color: #bf845a !important;
  text-align: center !important;

}

.our-clients img {
  cursor: pointer;
}
s
/* End Section Clients */

/* Start Section Subscribe */

.box-subscribe {
  background-color: #09554c;
  border-radius: 15px;
  padding: 30px;
}

.box-subscribe {
  background-color: #09554c;
  border-radius: 25px;
  padding: 30px;
  width: 50%;
}

.text-subscribe {
  
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
}
.subscribe li {
  display: inline-block;
  padding-left: 20px;
}
.form-subscribe {
  width: 80%;
}

.btn-subscribe {
  width: 19%;
}
.form-sub {
  background-color: #ffffff !important;
  border-radius: 12px !important;
}

.form-subscribe input::placeholder {
  color: #7a7676 !important;
}

.btn-subscribe button {
  background-color: #bf845a;
  color: #ffffff;
  text-align: center;
  
  font-weight: bold;
  padding: 20px 35px;
  border-radius: 15px;
  transition: 0.3s ease-in;
}
.btn-subscribe button:hover {
  color: #bf845a;
  background-color: #ffffff;
 
}
@media (max-width: 767px) {
  .form-subscribe {
    width: 100%;
  }
}

.bot-to {
  position: relative;
  margin-bottom: -100px;
  z-index: 1;
}

/* End Section subscribe */

.soical-footer li {
  display: inline-block;
  padding-right: 6px;
}

.btn-main {
  
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  display: inline-block;
  padding: 14.25px 30px;
  border-radius: 26px;
  border: 2px solid #ffffff;
}

.ul-contact li {
  margin-bottom: 30px;
}
.ul-contact ul {
  list-style: none;
  padding-left: 0;
}
.ul-contact li img {
  margin-right: 30px;
}
.ul-contact li a {
  
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}

.main-footer {
  position: relative;
}



.main-footer {
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer-desc {
  
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}
.footer-terms a {
  color: #fff;
  
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.main-subtitle {
  
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #7a7676;
  margin-bottom: 10px;
}
.main-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 59px;
    letter-spacing: 1.2799999713897705px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #25544c;
    margin-bottom: 30px;
}
.main-desc {
  
  font-size: 22px;
  line-height: 28px;
  text-align: justify;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #7a7676;
}

.img-course {
  position: relative;
  overflow: hidden;
  border-radius: 36px; /* Rounded corners */
}

.img-course img {
  width: 100%;
  height: auto;
  object-fit: cover; /* Ensures the image scales correctly */
  border-radius: 10px; /* Matches container corners */
}

.text-course {
  position: absolute; /* Ensure it overlays the image */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex; /* Center content vertically and horizontally */
  flex-direction: column;
  justify-content: center;
  align-items: start;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
  color: #ffffff; /* Text color */
  text-align: left; /* Center-align text */
  z-index: 2; /* Ensure it's above the image */
  padding-left: 25px;
  padding-top: 200px;
}
.text-course .head-text-courses {
  margin-bottom: 10px;
  
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.text-course .sub-text-courses {
  
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: -0.7200000286102295px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.main-btn {
  width: 199.07px;
  height: 52px;
  border-radius: 26px;
  border: 3px solid #03adcc;
  
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: transparent; /* Default background */
  color: #03adcc; /* Default text color */
  transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition */
}

.main-btn:hover {
  background-color: #03adcc; /* Hover background color */
  color: #ffffff; /* Hover text color */
  border: 2px solid #ffffff;
}

.main-btn button {
  background: none; /* No background for button */
  border: none; /* No border for button */
  color: inherit; /* Inherit color from .main-btn */
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-decoration: none;
}

.main-ul ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}
.main-ul ul li {
  display: inline-block;
}
.main-ul ul li:first-child {
  margin-right: 20px;
}
.about-data {
  margin-top: 50px;
}
.main-ul {
  margin-top: 40px;
}

.btn-main.style-2 {
  padding: 14.25px 12.5px;
  background: transparent;
  border: 2px solid #56b3e5;
}
.btn-main.style-2 span {
  margin-left: 10px;
  margin-right: 10px;
  color: #56b3e5;
}

.prods-inner {
  margin-top: 50px;
}
.prod-logo {
  margin-top: 15px;
  text-align: center;
}
.prod-subtitle {
  
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #999696;
  margin-top: 10px;
}
.prod-box {
  text-align: center;
  margin-bottom: 40px;
}

.card-courses {
  background-color: #ebfcff;
}
.review {
  background-color: #ffffff !important;
  border-radius: 13.5px;
  height: 36.93px;
  width: 102.58px;
  margin: auto;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.btn-courses {
  background-color: #024073;
  border-radius: 4px;
  border: none;
}
.btn-courses:hover {
  border: 2px solid #024073;
}
.span-courses {
  padding-left: 8px;
}
.card {
  border: 1px solid #a6a6a6;
  border-radius: 15px;
}
.card-title {
  
  font-size: 25px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.20000000298023224px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 20px;
}

.testi-box {
  padding: 30px 25px;
  border: 2px solid #c1e66b;
  border-radius: 32px;
}
.testi-box {
  text-align: center;
}
.testi-box > img {
  max-width: 100%;
  width: inherit !important;
  margin-left: auto;
  margin-right: auto;
}
.testi-desc {
  margin-top: 20px;
  
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #525151;
  min-height: 72px;
}
.testi-title {
  
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #56b3e5;
  margin-bottom: 20px;
  margin-top: 15px;
}
.about-data img {
  border-radius: 6px;
}
.prod-box img {
  border-radius: 6px;
}
.customers-title {
  padding: 60px 0;
}
/*  */
/*  */

/*  */
@media (min-width: 992px) {
  .desk-hidden {
    display: none;
  }
}
@media (max-width: 991px) {
  .mobile-hidden {
    display: none;
  }
}
body .bx-wrapper {
  margin-bottom: 0px;

  -moz-box-shadow: 0 0 0px #ccc;
  -webkit-box-shadow: 0 0 0px #ccc;
  box-shadow: 0 0 0px #ccc;
  border: 0px solid #fff;
  background: transparent;
}
.customers {
  background: #ffffff;
  padding: 60px 0;
  margin-bottom: 35px;
}
.customers2 {
  margin-bottom: 60px;
  max-height: 280px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}
.contact {
  background: #56b3e5;
  padding: 60px 0;
  position: relative;
}
.contact > img {
  position: absolute;
  top: 0;
  right: 0;
}
.form-control {
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding-left: 20px;
  color: #fff;
  background: transparent;
}
.contact .main-subtitle {
  text-align: left;
  color: #c1e66b;
  margin-bottom: 20px;
}
.contact .main-title {
  text-align: left;
  color: #fff;
}
.contact .main-title {
  margin-bottom: 40px;
}
.contact .main-desc {
  color: #fff;
  
  font-size: 16px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.contact-form {
  margin-top: 30px;
}
.form-control {
  padding-bottom: 15px;
  color: #fff;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #fff;
  padding-top: 15px;
}
.form-control::placeholder {
  color: #fff;
}
.form-group {
  margin-bottom: 15px;
}
textarea.form-control {
  min-height: 135px;
}
.contact .container {
  position: relative;
}
.c-img-1 img {
  border-radius: 6px;
}
.c-img-2 {
  text-align: right;
  margin-top: -200px;
  margin-right: 100px;
}
.c-img-2 img {
  border-radius: 29px;
}
.contact .col-md-6 {
  position: relative;
}
.c-img-3 {
  position: absolute;
  top: 20px;
  right: 50px;
}
.c-title-4 {
  
  font-size: 46px;
  font-weight: 700;
  line-height: 56.07px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #56b3e5;
  position: absolute;
  top: 70px;
  right: 97px;
}
.c-title-5 {
  position: absolute;
  top: 130px;
  right: 83px;
  
  font-size: 30px;
  font-weight: 700;
  line-height: 36.57px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #56b3e5;
}
.c-title-4 span {
  margin-right: 5px;
}
.btn-submit {
  
  font-size: 16px;
  font-weight: 700;
  line-height: 19.5px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
  background: #c1e66b;
  display: block;
  width: 100%;
  padding: 18.25px 0;
  margin-top: 20px;
  border-radius: 5px;
}

/*  */

/*  */
@media (max-width: 1199px) {
  .btn-main {
    font-size: 15px;

    padding: 10px 20px;
  }
  .btn-main.style-1 img {
    max-width: 25px;
  }
  .btn-main.style-1 {
    padding: 5.25px 30px;
  }
  .btn-main.style-2 {
    padding: 10px 10px;
    display: block;
  }
  .btn-main.style-2 span {
    margin-left: 5px;
    margin-right: 5px;
  }
  .main-ul ul li:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .main-ul ul li {
    display: block;
  }
  .main-desc {
    font-size: 18px;
    line-height: 22px;
  }
  .testi-desc {
    font-size: 15px;

    min-height: 96px;
  }
}
@media (max-width: 991px) {
  .about-data .row .col-md-6:first-child {
    margin-bottom: 30px;
  }
  .products .col-md-4 {
    width: 50%;
  }
  .contact .col-md-6 {
    width: 100%;
  }
  #contactform {
    margin-bottom: 30px;
  }
  .prods-inner .col-md-4 {
    width: 100%;
  }
  .main-title {
    font-size: 38px;

    line-height: 1.2;
  }

  .footer-desc {
    text-align: center;
    line-height: 1.2;
  }
  .footer-bottom .col-md-3,
  .footer-bottom .col-md-2 {
    width: 50%;
    margin-top: 15px;
  }
  .footer-bottom .col-md-2 {
    text-align: right;
  }
  .ul-contact li img {
    margin-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .course-card {
    width: 50% !important;
  }
}
.pos-rel {
    position: relative;
}
.z-index-2 {
    z-index: 2;
}
.arm-hero-shape {
    position: absolute;
}

.header-style-one {
    background: #fff;
    padding: 16px 0;
}
.slider-pagination {
    position: absolute;
    inset-inline-start: 13%;
    top: 50%;
    display: inline-flex;
    flex-direction: column;
    inset-inline-start: auto;
    width: inherit;
    z-index: 10;
    transform: translateY(-50%);
    justify-content: center;
    gap: 27px;
}
.slider1-pagination.slider-pagination {
    position: absolute;
    inset-inline-start: 13%;
    top: 50%;
}
.slider-pagination:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 128px;
    background:#fff;
    top: -20px;
    inset-inline-start: 9px;
    transform: translateY(-100%);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: 0.2;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.slider-pagination .swiper-pagination-bullet {
    width: 0;
    height: 0;
    opacity: 1;
}
    .slider-pagination .swiper-pagination-bullet button {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
    }
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #bf845a;
}
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active button {
    color: #bf845a;
    transform: scale(1.3);
}
.slider-pagination:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #bf845a;
    border-radius: 50%;
    bottom: -45px;
    inset-inline-start: 8px;
}
.banner-area {
    margin-top: 0px;
}
.arm-hero-shape.arm-shape-c-1 {
    bottom: -35px;
    right: -25px;
 
    width: 239px;
}
    .arm-hero-shape.arm-shape-c-1 img {
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        animation: translateY 10s linear infinite alternate;
    }
.logo-box img {
    max-width: 150px;
}
@-webkit-keyframes translateY {
    0% {
        -webkit-transform: translateY(-80px);
        -moz-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
        transform: translateY(-80px);
    }

    100% {
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }
}

@-moz-keyframes translateY {
    0% {
        -webkit-transform: translateY(-80px);
        -moz-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
        transform: translateY(-80px);
    }

    100% {
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }
}

@-ms-keyframes translateY {
    0% {
        -webkit-transform: translateY(-80px);
        -moz-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
        transform: translateY(-80px);
    }

    100% {
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }
}

@keyframes translateY {
    0% {
        -webkit-transform: translateY(-80px);
        -moz-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
        transform: translateY(-80px);
    }

    100% {
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }
}
.why-us .row ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.why-ul 
{
    margin-top:40px;
}
.news .col-md-4{
    padding-left:30px;
    padding-right:30px;
}
.panel {
    position: absolute;
    top: 0;
    width: 0%;
    height: 100%;
    left: 0;
    background: white;
    z-index: 10;
    transition: transform 0.5s ease-in-out;
    animation: panel 1s;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.panel-top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 0%;
    left: 0;
    background: white;
    z-index: 10;
    transition: transform 0.5s ease-in-out;
    animation: panelTop 1s;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.panel-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0%;
    left: 0;
    background: white;
    z-index: 10;
    transition: transform 0.5s ease-in-out;
    animation: panelBottom 1s;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@keyframes panel {
    0% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}

@keyframes panelTop {
    0% {
        height: 100%;
    }

    100% {
        height: 0;
    }
}

@keyframes panelBottom {
    0% {
        height: 100%;
    }

    100% {
        height: 0;
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}
.image-wrapper
{
    position:relative
}
.news .col-md-12{
    padding-left:30px;
    padding-right:30px

}
.our-clients {
    padding: 80px 0;
    background: #f2f0f1;
}
.our-clients .col-md-3{
    margin-bottom:30px;
}
.subscribe
{
    margin-top:60px;
}
.navbar-collapse {
   
    display: flex;
}
.soical-footer img{
    max-width:45px
}
.hr-footer
{
    margin-top:30px;
    margin-bottom:0
}
.logo-footer img{
    max-width:250px;
}
.footer-text 
{
    margin-bottom:30px;
}
.footer-title {
    color: #ffffff;
    margin-bottom:30px;
    font-weight:bold;
    font-size:21px;
}
.ul-footer
{
    margin-bottom:30px;
}
.ul-footer li{
    margin-bottom:10px;
}
.ul-footer li img{
    margin-right:10px;
}
iframe{
    max-width:100%;
}
.header-style-one .header-lower .outer-box:before
{
    display:none
}
@media (max-width:991px) {
    .arm-hero-shape.arm-shape-c-1 img {
        display: none
    }

    body .header-style-one {
        padding: 10px 0;
    }

    body .main-header .outer-box {
        align-items: inherit;
        justify-content: inherit;
    }

    body .banner-area {
        margin-top: 90px;
    }

    .ourServices .col-md-3 {
        flex: 0 0 auto;
        width: 50%;
    }

    .our-services .col-md-3 img {
        max-width: 125px;
    }

    body .why-us .row ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

    body .main-text-service {
        font-size: 32px;
    }

    body .text-ourServices a {
        font-size: 18px;
    }

    body .main-title {
        font-size: 32px;
        line-height: 1.2;
    }

    body .why-us ul li {
        font-size: 15px;
    }

    body .why-us ul li {
        margin-bottom: 20px !important;
    }

    body .sub-title-news {
        font-size: 24px;
        margin-bottom: 32px;
    }

    body .main-title-form {
        font-size: 24px !important;
    }

    body textarea.form-control {
        min-height: 140px;
        height: 140px;
    }

    body .desc-title-conn {
        font-size: 16px;
    }

    body .our-clients .col-md-3 {
        flex: 0 0 auto;
        width: 50%;
    }

    body .subscribe {
        margin-top: 0;
    }

    body .box-subscribe {
        background-color: #09554c;
        border-radius: 0px;
        padding: 30px 0;
        width: 100%;
    }

    .btn-subscribe button {
        font-size: 18px;
        padding: 15px 30px;
        border-radius: 15px;
    }

    body .logo-footer img {
        max-width: 200px;
    }
    .main-footer .col-md-8{
        margin-top:30px;
    }
}
.inner {
    position: relative;
    margin-top: 0px;
}
    .inner .container {
        position: absolute;
        top: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        right: 0;
        height: 100%;
    }
        .inner .container .row {
            height: 100%;
        }
        .inner-title {
            color: #fff;
            font-weight: 500;
            text-align: left;
            font-size: 86px;
            letter-spacing: 0.5px;
        }
body .menu-area {
    display: flex;
    width: 100%;
   
    justify-content: end;
}
.header-style-one .outer-box {
 
    width: 100%;
}
.about-us-ul ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
    .about-us-ul ul li:nth-child(4), .about-us-ul ul li:nth-child(5), .about-us-ul ul li:nth-child(6) {
        padding-left: 120px;
    }
.mission-ul li{
    position:relative
}
.mission-ul li:first-child{
    padding-right:40px;
}
    .mission-ul li:last-child {
        padding-left: 40px;
    }
@media(max-width:991px)
{
   body .subscribe {
        background-color: #09554c;
    }
    body .bot-to {
        margin-bottom: 0;
    }
    .inner {
        position: relative;
        margin-top: 90px;
    }
    .inner-title {
      
        font-size: 42px;
        
    }
}
.box-subscribe {
  
    margin-left: auto;
    margin-right: auto;
}
.hidden{
    display:none !important
}
@media (max-width:991px)
{
    .right-nav
    {
        display:none
    }
}
.right-nav li:last-child
{
    padding-left:5px;
}
@media (max-width:991px)
{
    body .video-img {
        max-width: 150px !important; 
    }
}
.rv-blog-details-descr ul li {
    padding-left: 35px;
    position: relative;
}
.rv-blog-details-descr ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}
    .rv-blog-details-descr ul li + li {
        margin-top: 20px;
    }
    .rv-blog-details-descr ul li::before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        background-image: url(/assets/images/correct.png);
        width: 20px;
        height: 20px;
        color: #1A9120;
    }
.board-border {
 
    right: -44px;
  left:auto
}

.client > img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.client > img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
@media(min-width:1200px)
{
    .mobile-nav-toggler
    {
        display:none !important
    }
    .main-menu, .sticky-header, .main-header.style-one .outer-container:before {
        display: inherit !important;
    }
}
@media only screen and (max-width: 767px) {
   body .sec-title h2 {
        font-size: 32px;
        line-height: 40px;
    }
}
.newsletter {
    background: #09554c;
    padding:80px 0;
}
.newsletter-title {
    color: #fff;
    font-size: 48px;
  
    line-height: 1;
    letter-spacing: 1.2799999713897705px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
 
   
}
.btn-subscribe {
    display: inline-block;
    background: #bf845a;
    color: #fff;
    padding: 32px 40px;
    border-radius: 16px;
    width: 100%;
}
.newsletter .form-control {
    height: 90px;
    line-height: 90px;
    width: 100%;
    background: #e7eeed;
    padding-left: 30px;
    color: #7a7676 ;
    border-radius:16px;
}
.newsletter ul li:first-child{
    width:100%;
    padding-right:15px;
}
.newsletter .form-control::placeholder {
    color: #7a7676;
}
@media(min-width:768px)
{
    .footer-box  .col-md-4 {
        padding-right: 45px;
    }
}
.form-news ul li:first-child
{
    width:100%;
  
}
body .form-news input.form-control {
    background: #fff;
    padding-left: 30px !important;
    height: 91px;
    border: 0 !important;
    line-height: 91px;
    margin-bottom: 0;
}
.touch-form {
    height: 91px;
    display: inline-block;
    background: #09554c;
    color: #fff;
    padding: 0 83px;
}
.touch-form img{
    max-width:36px;
    padding-right:10px;
}
.text-right
{
    text-align:right !important
}
@media(max-width:767px)
{
    .newsletter-title
    {
        font-size:24px;
        line-height:32px;
    }
    .newsletter form{
        margin-top:30px;
    }
}
.preloader-plus {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    background-color: #fff;
    z-index: 999;
    transform: scale(1);
    transition: opacity 1s ease, transform 1s ease, left 0s ease;
}

.preloader-plus {
    background-color: #141414;
}

.preloader-plus {
    transition-duration: 1000ms, 1000ms, 0s;
}

    .preloader-plus.complete {
        left: 1000%;
    }

    .preloader-plus.complete {
        opacity: 0;
        transform: scale(1);
        transition-delay: 0s, 0s, 1000ms;
    }

    .preloader-plus * {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }

    .preloader-plus * {
        color: #65615F;
    }

    .preloader-plus .preloader-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .preloader-plus * {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }

    .preloader-plus * {
        color: #65615F;
    }

    .preloader-plus img {
        display: block;
        max-width: 100%;
    }

    .preloader-plus .preloader-custom-img {
        animation: preloader-fade 2000ms linear infinite;
        width: 164px;
    }

@keyframes preloader-fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}
.mobile-inner
{
    width:100%;
    max-width:100%
}
@media(max-width:767px)
{
    .btn-subscribe {
       
        padding: 20px;
     
    }
    .newsletter .form-control {
        height: 66px;
        line-height: 66px;
      
    }
}
.read-more img {
    padding-left: 5px
}
.client img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.client:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.our-clients .col-md-3 img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.our-clients .col-md-3:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
@media(max-width:991px)
{
    .touch-form {
        padding: 0 15px;
    }
}
.slider-pagination:before {
   display:none !important
}
@media(max-width:767px)
{
    .job-form-section .sec-title p {
     
        font-size: 16px;
      
    }
}
.single-banner img
{
width:100%;
max-width:100%;
}
.footer-text {
    font-size: 15px;
  
    text-align:left;
 
}
.ul-footer li a
{
display:flex;
}
.ul-footer li a img
{
width:35px;
height:36px;
}