 body {
     font-family: "DM Sans", sans-serif;

 }



 .hdr-1 {
     padding: 10px 0;
     background: #fb420e;
 }

 .hdr-1 h6 {
     margin-bottom: 0;
     color: #fff;
 }


 h1,
 h2,
 h3 {
     font-family: "Playfair Display", serif;

 }

 h1 {
     font-size: 45px;
 }

 h2 {
     font-size: 45px;
 }

 p {
     color: #6B6E71;
     font-size: 17px;
     line-height: 27px;
 }

 .banner-section .carousel-control-next,
 .banner-section .carousel-control-prev {
     width: 4% !important;
 }

 .banner-section .carousel-control-next-icon,
 .banner-section .carousel-control-prev-icon {
     background-size: 70% 70%;
     background-color: transparent;
 }

 .banner-section .carousel-control-next,
 .banner-section .carousel-control-prev {
     width: auto;
     height: fit-content;
     top: 50%;
 }

 .banner-section .carousel-control-prev {
     left: 20px;
 }

 .banner-section .carousel-control-next {
     right: 20px;
 }


 /* Banner Section */
 .banner-section .overlay {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.5);
     display: flex;
     justify-content: center;
     align-items: center;
     opacity: 1;
     transition: opacity 0.3s ease;
     z-index: 9;
 }

 .banner-section .carousel-caption {
     z-index: 9;
     text-align: left;
     left: 0;
     right: 0;
 }

 .banner-section h2 {
     font-size: 52px;
     font-weight: 500;
     color: #ffffff;
     line-height: 60px;
     position: relative;
     margin-bottom: 20px;
 }

 .banner-section p {
     width: 70%;
     font-size: 18px;
     font-weight: 400;
     color: #ffffff;
     line-height: 30px;
     position: relative;
     margin-bottom: 40px;
 }


 .carousel-control-next,
 .carousel-control-prev {
     z-index: 9;
 }

 .carousel-indicators [data-bs-target] {
     width: 10px;
     height: 10px;
     border-radius: 20px;
     border: 0;
 }

 .bnr-btns a {
     font-size: 18px;
     color: #fff;
     background: #00214e;
     padding: 13px 40px;
     text-decoration: none;
     display: block;
     width: fit-content;
     background: linear-gradient(90deg, #00214e 0%, #0d63bd 100%);
     border-radius: 10px;
 }

 .bnr-btns a:hover {
     background: linear-gradient(90deg, #0d63bd 0%, #00214e 100%);
     transition: all 0.3s;
 }

 /* Close Banner Section */

 section.sec-1 {
     padding: 90px 0;
 }

 span.sub-hd {
     font-size: 14px;
     text-transform: uppercase;
     letter-spacing: 3px;
     color: #939393;
 }

 .abt-1 h1 {
     font-size: 50px;
     margin: 20px 0;
 }

 .btn-1 a {
     font-size: 18px;
     color: #fff;
     background: #00214e;
     padding: 13px 40px;
     text-decoration: none;
     display: block;
     width: fit-content;
     background: linear-gradient(90deg, #00214e 0%, #0d63bd 100%);
     border-radius: 10px;
 }

 .btn-1 a:hover {
     background: linear-gradient(90deg, #0d63bd 0%, #00214e 100%);
     transition: all 0.3s;
 }

 .abt-1 .btn-1 {
     margin-top: 40px;
 }

 .abt-1 {
     padding-left: 30px;
 }

 section.sec-cl {
     padding: 60px 0;
     background: linear-gradient(90deg, #00214e 0%, #28bdc6 100%);
 }

 section.sec-cl h2 {
     margin: 0;
     color: #fff;
 }




 section.sec-2 {
     padding: 80px 0;
 }




 section.sec-3 {
     padding: 80px 0;
 }

 .texti-lft {
     text-align: center;
 }

 section.sec-testi {
     padding: 80px 0;
     background: #ffffff;
 }

 .clnt-dtls img {
     width: 70px !important;
     margin: inherit;
     /* padding-right: 15px; */
     border-radius: 50%;
     margin-right: 10px;
     border: 2px solid #e1ae7b;
     padding: 2px;
 }


 .sec-testi .owl-carousel3 button i {
     font-size: 24px;
     color: #154e80 !important;
 }

 .sec-testi .owl-carousel3 .owl-nav button.owl-prev {
     left: -70px;
 }

 .sec-testi .owl-carousel3 .owl-nav button {
     position: absolute;
     top: 44%;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .sec-testi .owl-carousel3 .owl-nav button.owl-next {
     right: -70px;
 }

 .sec-testi .owl-carousel3 button {
     margin: 5px;
     border-radius: 4px;
     width: 40px;
     height: 40px;
 }

 .texti-lft .hdg-sc-1 {
     margin-bottom: 50px;
 }

 .tsti-bx-mn i {
     font-size: 40px;
     margin-bottom: 20px;
     color: #e1ae7b;
 }

 section.msn-vsn-sc {
     background-image: url(../img/bg-1.jpg);
     background-position: center;
     background-size: cover;
     background-attachment: fixed;
     text-align: center;
     padding: 120px 0;
     color: #fff;
 }

 section.msn-vsn-sc .hdg-bx-1 {
     margin: 0;
 }

 section.msn-vsn-sc a {
     margin: auto;
     margin-top: 20px;
 }

 section.msn-vsn-sc h2 {
     margin-top: 20px;
     font-weight: 600;
     font-size: 70px;
     margin-bottom: 40px;
 }




 .crs-hd {
     text-align: center;
     margin-bottom: 40px;
 }

 .crd-cntnt-1 .btn-1 a {
     font-size: 15px;
     padding: 8px 20px;
     border-radius: 10px;
 }

 .dvlpd {
     text-align: right;
 }



 footer {
     padding: 50px 0;
     background: #06162d;
 }

 .ftr-abt img {
     width: 190px;
     margin-bottom: 20px;
     border-radius: 10px;
 }

 .ftr-sc h4 {
     color: #ffffff;
     font-size: 20px;
 }

 .ftr-sc ul {
     padding: 0;
     margin-top: 20px;
 }

 .ftr-sc li {
     list-style: none;
     line-height: 38px;
     font-weight: 400;
     color: #cfcfcf;
     font-size: 16px;
 }

 .ftr-sc.ftr-sc-cntct li {
     line-height: 26px;
     margin-bottom: 18px;
     display: flex;
     align-items: baseline;
 }

 .ftr-sc li a {
     text-decoration: none;
     color: #cfcfcf;
     font-size: 16px;
     font-weight: 400;
 }

 .ftr-sc li a:hover {
     color: #2fb2d0;
 }

 .ftr-abt {
     padding-right: 70px;
 }

 .ftr-abt p {
     color: #cfcfcf;
     font-size: 16px;
 }

 .ftr-sc.ftr-sc-cntct li i {
     margin-right: 7px;
 }

 footer h6 {
     color: #a3a3a3;
     font-size: 15px;
     font-weight: 400;
 }

 section.copy {
     padding: 20px 0;
     background: #050d18;
 }

 .ftr-abt ul {
     padding: 0;
     margin-top: 20px;
     margin-bottom: 0;
 }

 .ftr-abt ul li {
     list-style: none;
     display: inline-block;
     margin-right: 10px;
 }

 .ftr-abt ul li a i {
     color: #fff;
     width: 40px;
     height: 40px;
     display: flex;
     align-items: center;
     justify-content: center;
     background: #050d18;
     border-radius: 5px;
     font-size: 20px;
 }

 .ftr-abt ul li a i:hover {
     background: #146698;
 }

 .ftr-abt a {
     text-decoration: none;
 }

 .cpyrght-sc ul li {
     list-style: none;
     display: inline-block;
     padding-left: 20px;
 }

 .cpyrght-sc ul {
     padding: 0;
     text-align: right;
     margin: 0;
 }

 .cpyrght-sc a {
     text-decoration: none;
     color: #bdbaba;
     font-size: 16px;
 }

 .cpyrght-sc h6 {
     color: #bdbaba;
     font-size: 15px;
     margin: 0;
     font-weight: 400;
 }






 .msn-vsn-mn-abt {}

 .msn-vsn-mn-abt .msn-vsn {
     padding: 50px;
     text-align: center;
     height: 100%;
 }

 .msn-vsn-mn-abt .msn-vsn h2 {
     font-size: 40px;
     margin-bottom: 20px;
     color: #000;
 }


 .msn-vsn-mn {
     margin-bottom: 20px;
 }

 .msn-vsn h2 {
     font-size: 28px;
 }

 .msn-vsn {
     background: rgb(255 255 255 / 80%);
     padding: 20px;
     height: 100%;
 }

 .msn-vsn p {
     margin: 0;
     color: #000;
 }

 .ser-bx h2 {
     margin-top: 20px;
     font-size: 22px;
     margin-bottom: 20px;
 }

 .mn-hdg-stl-1 {
     margin-bottom: 40px;
 }

 .ser-bx img {
     border-radius: 20px;
 }


 section.abt-sc-2 {
     background: #ffffff;
     padding: 60px 0;
 }


 section.abt-sc-2 .hdg-bx-1 {
     text-align: left;
     margin-bottom: 10px;
 }



 .lst-stl-1 ul li {
     margin-bottom: 5px;
     position: relative;
     padding-left: 28px;
     list-style: none;
 }

 .lst-stl-1 ul li:after {
     content: "\f058";
     font-family: "Font Awesome 5 Free";
     position: absolute;
     font-weight: 900;
     left: 0;
     top: 0;
     color: #00295d;
     font-size: 18px;
 }

 .lst-stl-1 ul {
     padding: 0;
 }

 .lst-stl-1 {
     display: grid;

 }





 .whatsapp {
     position: fixed;
     bottom: 20px;
     right: 30px;
     text-align: center;
     z-index: 100;
     display: flex;
     align-items: center;
     justify-content: center;
     text-decoration: none;
     width: 40px;
     height: 40px;
 }

 .telephone {
     position: fixed;
     bottom: 70px;
     right: 30px;
     text-align: center;
     z-index: 100;
     display: flex;
     align-items: center;
     justify-content: center;
     text-decoration: none;
     width: 40px;
     height: 40px;
 }

 a.telephone img {
     box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
     border-radius: 50px;
     border: 3px solid #fff;
 }

 .whatsapp img {
     border-radius: 6px;
 }



 a.telephone {
     display: none;
 }

 a.whatsapp {
     display: none;
 }



 .cl-btn {
     text-align: end;
 }

 .cl-btn .btn-1 {
     display: flex;
     align-items: end;
     justify-content: end;
 }

 .clnt-dtls h5 {
     font-size: 17px;
     color: #022c60;
     margin-top: 10px;
     text-transform: uppercase;
     letter-spacing: 2px;
 }

 .crs-dtl-2 img {
     border-radius: 20px;
 }

 .texti-lft p {
     font-style: italic;
 }

 .tsti-bx-mn {
     border: 1px solid #ccc;
     padding: 40px;
     text-align: center;
     border: 2px dotted #e1ae7b;
     height: 100%;
 }

 .clnt-dtls {
     display: flex;
     justify-content: center;
     align-items: center;
 }


 .img-stl-brdr img {
     border-radius: 20px;
 }

 section.abt-sc-2 h2 {
     margin-bottom: 30px;
 }

 section.testi {
     background: #ffffff;
     padding: 60px 0;
 }

 .testi-bx-1 img {
     border-radius: 50%;
     margin-bottom: 20px;
     width: 150px;
 }

 .testi-bx-1 {
     padding: 30px;
     background: #ffffff3b;
     text-align: center;
     border: 1px solid #ccc;
     height: 100%;
 }

 .testimonial-sc {
     margin-top: 0px;
 }

 .testi-bx-1 h5 {
     font-size: 20px;
     font-style: italic;
     font-family: 'Playfair Display', serif;
     color: #0a195a;
 }

 .cntct-1 {
     text-align: center;
     border: 1px solid #0d63bd;
     height: 100%;
     padding: 40px 20px;
 }

 .locat-icn i {
     width: 70px;
     height: 70px;
     background: linear-gradient(90deg, #00214e 0%, #0d63bd 100%);
     display: grid;
     align-items: center;
     margin: auto;
     border-radius: 50%;
     font-size: 22px;
     color: #fff;
 }

 .cntct-1 h2 {
     font-size: 20px;
     color: #113427;
     text-transform: uppercase;
     margin-top: 20px;
     margin-bottom: 10px;
     font-weight: 600;
 }

 .cntct-mn {
     margin-top: 0px;
 }

 .cntct-1 p a {
     color: #616161;
     text-decoration: none;
 }

 .cntct-1 p a:hover {
     color: #000000;
 }

 .cntct-mn1 {
     margin-top: 50px;
 }



 .crs-bx-mn h2 {
     margin-bottom: 30px;
     font-size: 35px;
 }

 .crs-bx-mn h3 {
     font-size: 23px;
     background: #435665;
     padding: 12px 25px;
     color: #fff;
     margin-top: 30px;
     text-align: center;
 }

 .crs-dtl-1 h4 {
     background: #e9e5e5;
     padding: 8px 20px;
     width: fit-content;
     color: #000000;
     font-size: 19px;
     font-family: "Playfair Display", serif;
 }

 .crs-dtl-1 h4 span {
     font-size: 15px;
     color: #000000;
     font-style: italic;
     font-family: "DM Sans", sans-serif;
 }

 .crs-dtl-1 h5 {
     font-size: 17px;
     display: grid;
     line-height: 25px;
     color: #000;
 }

 .crs-dtl-1 h5 span {
     font-size: 16px;
     color: #187ab9;
 }

 .crs-dtl-1 {
     background: #f5f5f5;
     padding: 15px 20px;
     margin-bottom: 10px;
 }


 .glry-bx1 {
     overflow: hidden;
     transition: .6s all;
     border-radius: 10px;
     position: relative;
 }

 .vdo-icn {
     position: absolute;
     bottom: 0;
     width: 100%;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .glry-bx a img {
     border-radius: 10px;
     transition: .6s all;
     transform: scale(1);
 }

 .glry-bx1:hover .vdo-icn img {
     border-radius: 10px;
     transition: .6s all;
     transform: scale(1);
 }

 .glry-bx a:hover img {
     transform: scale(1.2);
 }

 .cntct-mn1 img {
     max-width: 200px;
     margin: auto;
 }

 .cntct-mn1 {
     text-align: center;
 }







.courses-mn-sc h2 {
    font-size: 35px;
    margin-bottom: 20px;
}
.crs-dtl-1a {
    padding: 30px;
    background: #ffffff;
    border: 1px solid #3b879e;
    height: 100%;
}
.onln-crs-sc{
    margin-top: 50px;
}
.crs-dtl-1a h3 {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 26px;
        color: #0046b1;
}

.crs-dtl h4 {
    font-size: 17px;
    margin-bottom: 5px;
    line-height: 1;
    color: #0f2d55;
}

.crs-dtl h5 {
    font-size: 14px;
    color: #7e7e7e;
}
.crs-dtl {
    margin-bottom: 20px;
}

.crs-dtl i {
    color: #f4bf73;
}












section.sec-testi .owl-carousel .owl-stage {
  display: flex;
}

section.sec-testi .owl-carousel .owl-item {
  display: flex;
  height: auto;
}

section.sec-testi .owl-carousel .item {
  display: flex;
  flex-direction: column;
  width: 100%;
}






 /* Media Screens */

 @media (max-width: 767.9px) {
     
    .crs-dtl .col-md-1.col-2 {
        padding-right: 0;
    }
    .crs-dtl .col-10 {
        padding-left: 0;
    }
     .courses-mn-sc h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .crs-dtl {
        margin-bottom: 10px;
    }
    .crs-dtl-1a {
        padding: 20px;
    }
     
     .crs-dtl-1a h3 {
        font-size: 19px;
        line-height: 26px;
        margin-bottom: 20px;
    }
     .onln-crs-sc {
        margin-top: 20px;
    }
     
     
     
     
     
     img.img-fluid.logo-image {
         width: 125px;
         float: left;
     }

     a.telephone {
         display: block;
     }

     a.whatsapp {
         display: block;
     }

     .banner-section .overlay {
         background-color: rgba(0, 0, 0, 0.0);
     }

     .banner-section .carousel-caption {
         z-index: 9;
         left: 0;
         right: 0;
         position: relative;
         background: #0f3053;
         text-align: center;
     }

     .banner-section .carousel-control-next,
     .banner-section .carousel-control-prev {
         width: 10% !important;
     }

     .banner-section .carousel-control-next-icon,
     .banner-section .carousel-control-prev-icon {
         background-size: 70% 70%;
         background-color: #000000;
         border-radius: 50px;
     }

     .bnr-btns {
         text-align: center;
     }

     .bnr-btns a {
         margin: auto;
     }

     .container-1 {
         max-width: 96% !important;
     }

     .hdr-cntct li a {
         font-size: 13px !important;
     }

     .hdr-cntct li {
         margin-right: 4px !important;
     }

     .banner-section h2 {
         font-size: 26px;
         line-height: 32px;
         margin-bottom: 8px;
     }

     .banner-section p {
         width: 96%;
         font-size: 16px;
         line-height: 26px;
         margin-bottom: 15px;
     }


     .bnr-btns a {
         font-size: 16px;
         padding: 5px 20px;
         border-radius: 5px;
     }

     section.sec-1 {
         padding: 40px 0;
     }

     .abt-1 h1 {
         font-size: 26px;
         margin: 10px 0;
     }

     .abt-1 {
         padding-left: 0px;
     }

     p {
         color: #6B6E71;
         font-size: 16px;
         line-height: 24px;
     }

     .btn-1 a {
         font-size: 15px;
         padding: 8px 20px;
         border-radius: 5px;
     }

     .abt-1 .btn-1 {
         margin-top: 20px;
     }

     h1 {
         font-size: 25px;
     }

     h2 {
         font-size: 25px;
     }

     section.msn-vsn-sc h2 {
         margin-top: 0px;
         font-size: 24px;
         margin-bottom: 0px;
     }

     section.sec-2 {
         padding: 40px 0;
     }

     .crs-hd {
         margin-bottom: 20px;
     }

     .crd-cntnt-1 {
         margin-top: 20px;
     }

     .crs-dtl-2 {
         margin-bottom: 30px;
     }

     .cl-btn .btn-1 {
         justify-content: center;
     }

     section.sec-cl h2 {
         line-height: 36px;
         margin: 0;
         text-align: center;
         margin-bottom: 30px;
     }

     section.sec-cl {
         padding: 40px 0;
     }

     section.sec-testi {
         padding: 40px 0;
     }

     .texti-lft .hdg-sc-1 {
         margin-bottom: 30px;
     }

     .sec-testi .owl-carousel3 .owl-nav button.owl-next {
         right: -10px;
     }

     .crs-dtl-1 h4 {
         padding: 8px 10px;
     }

     .clnt-dtls h5 {
         font-size: 15px;
     }

     .sec-testi .owl-carousel3 .owl-nav button.owl-prev {
         left: -10px;
     }

     .sec-testi .owl-carousel3 button i {
         font-size: 22px;
         padding: 8px 10px;
         border-radius: 50px;
     }

     .cpyrght-sc ul li {
         padding-left: 8px;
     }

     .ftr-sc.ftr-sc-cntct li {
         line-height: 23px;
         margin-bottom: 14px;
     }

     .ftr-sc li {
         line-height: 30px;
     }

     .ftr-sc h4 {
         color: #ffffff;
         font-size: 18px;
     }

     .ftr-sc ul {
         margin-top: 10px;
     }

     .ftr-abt {
         padding-right: 30px;
         margin-bottom: 30px;
     }

     section.msn-vsn-sc {
         padding: 70px 0;
     }

     .tsti-bx-mn {
         padding: 20px;
     }

     .crd-cntnt-1 h3 {
         font-size: 20px;
     }

     .cpyrght-sc ul {
         text-align: center;
     }

     .cpyrght-sc h6 {
         text-align: center;
         margin-bottom: 5px;
     }

     footer {
         padding: 30px 0 0;
         background: #06162d;
     }

     .ftr-abt img {
         width: 150px;
         margin-bottom: 10px;
     }

     .img-stl-brdr {
         margin-bottom: 20px;
     }

     .msn-vsn-mn-abt .msn-vsn h2 {
         font-size: 25px;
         margin-bottom: 10px;
     }

     .msn-vsn-mn-abt .msn-vsn {
         padding: 20px;
     }

     section.abt-sc-2 {
         padding: 40px 0 20px;
     }

     .crs-bx-mn h2 {
         margin-bottom: 30px;
         font-size: 24px;
     }

     .mn-hdg-stl-1 {
         margin-bottom: 20px;
     }

     .crs-bx-mn h3 {
         font-size: 20px;
         padding: 8px 25px;
         margin-top: 20px;
     }

     .cntct-1 {
         padding: 20px 20px;
     }

     .enquiry-btn-1 {
         padding-left: 20px;
     }

     .cntct-mn1 {
         text-align: center;
         margin-top: 20px;
     }

     .cntct-mn1 img {
         max-width: 200px;
         margin: auto;
         text-align: center;
     }

     .msn-vsn-mn-abt {
         justify-content: center;
     }



 }

 @media (min-width: 768px) and (max-width: 991.9px) {

     .banner-section h2 {
         font-size: 35px;
         line-height: 42px;
         margin-bottom: 15px;
     }

     .banner-section p {
         width: 100%;
         font-size: 16px;
         line-height: 25px;
         margin-bottom: 20px;
     }

     .abt-1 h1 {
         font-size: 30px;
         margin: 10px 0;
     }

     .abt-1 {
         padding-left: 0px;
     }

     section.msn-vsn-sc h2 {
         margin-top: 0px;
         font-size: 40px;
         margin-bottom: 30px;
     }

     p {
         font-size: 16px;
         line-height: 24px;
     }

     h2 {
         font-size: 30px;
     }

     .sec-testi .owl-carousel3 .owl-nav button.owl-prev {
         left: -40px;
     }

     .cntct-1 {
         padding: 20px 10px;
     }

     .sec-testi .owl-carousel3 .owl-nav button.owl-next {
         right: -40px;
     }

     h1 {
         font-size: 30px;
     }

     .enquiry-btn-1 {
         padding-left: 25px;
     }

     .crs-bx-mn h2 {
         margin-bottom: 20px;
         font-size: 24px;
     }



     .mn-hdg-stl-1 {
         margin-bottom: 20px;
     }


     section.sec-1 {
         padding: 50px 0;
     }

     .crs-bx-mn h3 {
         font-size: 20px;
         padding: 8px 15px;
         margin-top: 20px;
         text-align: center;
     }

     .cntct-1 h2 {
         font-size: 16px;
     }

     .msn-vsn h2 {
         font-size: 25px !important;
     }

     section.sec-2 {
         padding: 50px 0;
     }

     .msn-vsn-mn-abt .msn-vsn {
         padding: 20px;
         height: 100%;
     }

     section.sec-testi {
         padding: 50px 0;
     }

     section.msn-vsn-sc {
         padding: 80px 0;
     }

     section.abt-sc-2 {
         padding: 50px 0;
     }

     .clnt-dtls h5 {
         font-size: 15px;
     }

     .tsti-bx-mn {
         padding: 25px;
     }

     .ftr-abt {
         padding-right: 70px;
         margin-bottom: 20px;
     }

     .ftr-sc li {
         line-height: 32px;
     }

     .ftr-sc.ftr-sc-cntct li {
         line-height: 26px;
         margin-bottom: 12px;
     }

     footer {
         padding: 20px 0 10px;
     }

     .ftr-sc ul {
         padding: 0;
         margin-top: 10px;
     }

     section.copy {
         padding: 10px 0;
     }

     .btn-1 a {
         font-size: 16px;
         padding: 10px 20px;
         border-radius: 5px !important;
     }

     .abt-1 .btn-1 {
         margin-top: 20px;
     }

     .bnr-btns a {
         font-size: 16px;
         padding: 8px 20px;
         border-radius: 5px;
     }

     section.sec-cl {
         padding: 30px 0;
     }

 }

 @media (min-width: 992px) and (max-width: 1199.9px) {



     .banner-section h2 {
         font-size: 35px;
         line-height: 42px;
         margin-bottom: 15px;
     }

     .banner-section p {
         width: 100%;
         font-size: 16px;
         line-height: 25px;
         margin-bottom: 20px;
     }

     .abt-1 h1 {
         font-size: 30px;
         margin: 10px 0;
     }

     .abt-1 {
         padding-left: 0px;
     }

     section.msn-vsn-sc h2 {
         margin-top: 0px;
         font-size: 40px;
         margin-bottom: 30px;
     }

     p {
         font-size: 16px;
         line-height: 24px;
     }

     h2 {
         font-size: 30px;
     }

     .sec-testi .owl-carousel3 .owl-nav button.owl-prev {
         left: -40px;
     }

     .cntct-1 {
         padding: 20px 10px;
     }

     .sec-testi .owl-carousel3 .owl-nav button.owl-next {
         right: -40px;
     }

     h1 {
         font-size: 30px;
     }

     .enquiry-btn-1 {
         padding-left: 15px;
     }

     .crs-bx-mn h2 {
         margin-bottom: 20px;
         font-size: 24px;
     }



     .mn-hdg-stl-1 {
         margin-bottom: 20px;
     }


     section.sec-1 {
         padding: 50px 0;
     }

     .crs-bx-mn h3 {
         font-size: 20px;
         padding: 8px 15px;
         margin-top: 20px;
         text-align: center;
     }

     .cntct-1 h2 {
         font-size: 16px;
     }

     .msn-vsn h2 {
         font-size: 25px !important;
     }

     section.sec-2 {
         padding: 50px 0;
     }

     .msn-vsn-mn-abt .msn-vsn {
         padding: 20px;
         height: 100%;
     }

     section.sec-testi {
         padding: 50px 0;
     }

     section.msn-vsn-sc {
         padding: 80px 0;
     }

     section.abt-sc-2 {
         padding: 50px 0;
     }

     .clnt-dtls h5 {
         font-size: 15px;
     }

     .tsti-bx-mn {
         padding: 25px;
     }

     .ftr-abt {
         padding-right: 70px;
         margin-bottom: 20px;
     }

     .ftr-sc li {
         line-height: 32px;
     }

     .ftr-sc.ftr-sc-cntct li {
         line-height: 26px;
         margin-bottom: 12px;
     }

     footer {
         padding: 20px 0 10px;
     }

     .ftr-sc ul {
         padding: 0;
         margin-top: 10px;
     }

     section.copy {
         padding: 10px 0;
     }

     .btn-1 a {
         font-size: 16px;
         padding: 10px 20px;
         border-radius: 5px !important;
     }

     .abt-1 .btn-1 {
         margin-top: 20px;
     }

     .bnr-btns a {
         font-size: 16px;
         padding: 8px 20px;
         border-radius: 5px;
     }

     section.sec-cl {
         padding: 30px 0;
     }

     .menu1 {
         column-gap: 16px !important;
     }



 }

 @media (min-width: 1201px) and (max-width: 1400px) {}



 /* Close Media Screens */