@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');



/***** General CSS *****/



body {

    word-break: break-word;

    font: 15px / 25px 'Poppins', sans-serif;

    color: #393939;

    overflow-x: hidden;

    background: #f2ebe3;

}

a {

    text-decoration: none;

    color: #28b16d;

    white-space: initial;

}



a:hover,

a:focus {

    text-decoration: none;

    color: #393939;

}



a:hover {

    transition: all 0.5s ease-in-out;

    -webkit-transition: all 0.5s ease-in-out;

    -moz-transition: all 0.5s ease-in-out;

}



img {

    max-width: 100%;

}



input[type="text"]:focus,

textarea:focus,

input[type="password"]:focus,

select:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="tel"]:focus,

input[type="number"]:focus {

    transition: all 0.5s ease;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    outline: none;

}



select,

input[type="text"],

input[type="password"],

input[type="email"],

input[type="url"],

input[type="number"],

textarea,

input[type="tel"] {

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

}



ul {

    margin: 0 0 0px;

    padding: 0;

    list-style-type: none;

}





/***** Font Files *****/



@font-face {

    font-family: 'Fonts Awesome';

    src: url(../fonts/fontawesome-webfont.eot);

    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");

    font-weight: 400;

    font-style: normal

}





@font-face {



    font-family: 'coolvetica';

    src: url(../fonts/coolvetica.otf);



}



/***** Custom Classes *****/



.noPadding {

    padding: 0;

}



.noLeft {

    padding-left: 0;

}



.noRight {

    padding-right: 0;

}



.mt-5 {

    margin-top: 50px;

}



.mb-5 {

    margin-bottom: 50px;

}



.mt-8 {

    margin-top: 80px;

}



.mt-4 {

    margin-top: 40px;

}



.mt-3 {

    margin-top: 30px;

}



.mt-2 {

    margin-top: 20px;

}



.pt-5 {

    padding-top: 50px;

}



.pb-1 {

    padding-bottom: 10px;

}



.pb-2 {

    padding-bottom: 20px;

}



.pb-3 {

    padding-bottom: 30px;

}



.pb-4 {

    padding-bottom: 40px;

}



.pb-8 {

    padding-bottom: 80px;

}



.m-0 {

    margin: 0 !important;

}



.p-0 {

    padding: 0 !important;

}



.pt-8 {

    padding-top: 80px;

}



.pt-4 {

    padding-top: 40px;

}



.pt-3 {

    padding-top: 30px;

}



.pt-2 {

    padding-top: 20px;

}



.all-section {

    padding: 80px 0;

}



.centerCol {

    float: none;

    margin: 0 auto;

}



.d-flex {

    display: flex;

    align-items: center;

}



.over-flow-h {

    overflow: hidden;

}



.btn10 {

    border: 1px solid transparent !important;

    text-align: center;

    position: relative;

    overflow: hidden !important;

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;

    background: #ffffff !important;

    z-index: 10;

    display: inline-block;

    color: #ffffff;

    padding: 20px 20px;

    border-radius: 50px;

    font-size: 19px;

    font-family: 'Poppins';

    font-weight: 500;

    width: 100%;

     height: 54px;

    display: flex;

    align-items: center;

    justify-content: center;

    /* text-transform: uppercase; */

    background: #f2bc6b !important;

}

.btn10:hover {

    border: 1px solid transparent!important;

    color: #fff!important

}



.btn10::before {

    content: '';

    width: 0%;

    height: 100%;

    display: block;

    background: #000000;

    position: absolute;

    -ms-transform: skewX(-20deg);

    -webkit-transform: skewX(-20deg);

    transform: skewX(-20deg);

    left: -10%;

    opacity: 1;

    top: 0;

    z-index: -12;

    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);

    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);

    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);

    transition: all .7s cubic-bezier(.77, 0, .175, 1);

    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);

    border-color: #ffffff !important;

}

.btn10::after {

    content: '';

    width: 0%;

    height: 100%;

    display: block;

    background: #fff;

    position: absolute;

    -ms-transform: skewX(-20deg);

    -webkit-transform: skewX(-20deg);

    transform: skewX(-20deg);

    left: -10%;

    opacity: 0;

    top: 0;

    z-index: -15;

    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);

    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);

    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);

    transition: all .4s cubic-bezier(.2, .95, .57, .99);

    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);

    border-color: #a30000!important

}



.btn10:hover::before,

.btn1O:hover::before {

    opacity: 1;

    width: 116%

}



.btn10:hover::after,

.btn1O:hover::after {

    opacity: 1;

    width: 120%

}



.flexRow {

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    align-items: center;

}



.flexCol {

    -webkit-box-flex: 1;

    -moz-box-flex: 1;

    -webkit-flex: 1;

    -ms-flex: 1;

    flex: 1;

    align-items: center;

}



h1 {

    font-family: 'coolvetica', Sans-Serif;

    font-size: 81px;

    line-height: 90px;

    color: #151515;

    font-weight: 500;

    margin: 0 0 10px;

}



h2 {

    font-family: 'Poppins', Sans-Serif;

    font-size: 28px;

    line-height: 35px;

    color: #000;

    font-weight: 500;

    margin: 20px;

}



h3 {

    font-family: 'coolvetica', Sans-Serif;

    font-size: 72px;

    line-height: 85px;

    color: #151515;

    font-weight: 500;

    margin: 0 0 10px;

}



h4 {

    font-family: 'coolvetica', Sans-Serif;

    font-size: 46px;

    line-height: 55px;

    color: #fff;

    font-weight: 500;

    margin: 0 0 10px;

}



h5 {

    font-family: 'coolvetica', Sans-Serif;

    font-size: 61px;

    line-height: 70px;

    color: #f2ebe3;

    font-weight: 500;

    margin: 0 0 10px;

}



h6 {

    font-family: 'Poppins', Sans-Serif;

    font-size: 18px;

    line-height: 23px;

    color: #393939;

    font-weight: 500;

    margin: 0 0 22px;

}



p {

    color: #151515;

    font-size: 17px;

    line-height: 25px;

    font-family: 'Poppins', serif;

    font-weight: 400;

    letter-spacing: 0px;

    margin: 0 0 10px;

}



select {

    background: #fff url('../images/arrow.png') no-repeat right;

    padding: 0 40px 0 30px;

}



::-webkit-input-placeholder {

    color: #575757;

}



::-moz-placeholder {

    color: #575757;

    opacity: 1;

}



:-ms-input-placeholder {

    color: #575757;

}



:-moz-placeholder {

    color: #575757;

    opacity: 1;

}





/*header css start */

header {

    padding: 12px 0;

}



.head-btn {

    display: flex;

    align-items: center;

}

.head-btn a.btn10 {

    width: 88%;

}

.menuSec {

    padding: 0px 0;

    border: solid 0.5px #0000003d;

}



.menuSec img {

    margin: 0;

}



.menuSec ul {

    position: relative;

    list-style: none;

    padding: 0;

    margin: 0;

    text-align: center;

    text-transform: capitalize;

}



.menuSec ul li {

    position: relative;

    display: inline-block;

    margin: 0;

    padding: 0;

}



.menuSec li ul {

    display: none;

}



.menuSec ul li a {

    position: relative;

    display: inline-block;

    text-decoration: none;

    color: #000000;

    padding: 8px 15px;

    font-size: 14px;

    font-family: 'Poppins';

    text-transform: uppercase;

    font-weight: 500;

}



.menuSec ul li a:hover, .menuSec ul li a.active {

    transition: all 0.5s ease;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    color: #f2bc6b;

}



.menuSec li:hover>ul {

    display: block;

    position: absolute;

    z-index: 1000;

    background-color: #000000;

    left: 0px;

    width: 230px;

    text-align: left;

    top: 38px;

}



.menuSec li>ul>li>a {

    border: none;

    padding: 13px 20px !important;

    color: #fff !important;

    overflow: hidden;

    font-size: 13px;

    line-height: 20px;

}



.menuSec li>ul>li,

.menuSec li>ul>li>a {

    display: block;

    margin: 0;

}



.menuSec li>ul>li>a:before,

.menuSec li>ul>li>a:after {

    display: none;

}



.menuSec li:hover li {

    float: none;

}



.menuSec li:hover a {}



.menuSec li ul li a:hover {

    background-color: #ffffff;

    color: #000000 !important;

}



.menuSec ul ul ul {

    left: 100%;

    top: 0;

}



.menuSec ul:before,

.menuSec ul:after {

    content: " ";

    display: table;

}



.menuSec ul:after {

    clear: both;

}



.menuSec li>ul>li:hover>ul {

    left: 230px;

    top: 0px;

    width: 270px;

}





/*header css start */



/*banner css start */



.main-banner-img {

    width: 100%;

    object-fit: cover;

}



.carousel-inner>.item>a>img,

.carousel-inner>.item>img {

    width: 100%;

}



.carousel-control.right,

.carousel-control.left {

    background: none;

    opacity: 1;

    width: 50px;

    height: 50px;

    top: initial;

    top: 40%;

    background: rgba(255, 255, 255, 0.1);

    text-shadow: none;

}



.carousel-control.right:hover,

.carousel-control.left:hover {

    background: rgba(255, 27, 27, 0.6);

    color: #fff;

}



.carousel-control.right .fa,

.carousel-control.left .fa {

    position: relative;

    top: 12px;

    font-size: 20px;

    color: #fff;

    opacity: 0.5;

}



.carousel-control.right {

    right: 0px;

}



.carousel-control.left {

    left: 0px;

}



.carousel-indicators {}



.carousel-indicators [data-bs-target] {

    box-sizing: content-box;

    flex: 0 1 auto;

    width: 10px;

    height: 12px;

    padding: 0;

    margin: 3px!important;

    text-indent: -999px;

    cursor: pointer;

    background-color: #fff;

    background-clip: padding-box;

    border: 0;

    border-top: 10px solid transparent;

    border-bottom: 10px solid transparent;

    opacity: 1;

    /* transition: opacity 0.6s ease; */

    border-radius: 20px;

}



.carousel-caption {

    position: absolute;

    top: 0;

    width: 100%;

    height: 100%;

    left: 0;

    right: 0;

    margin: 0;

    padding: 0;

    color: #fff;

    text-align: left;

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    align-items: center;

    background: rgba(0, 0, 0, 0.1);

}



.carousel-indicators li {

    border: none;

    border-radius: 100%;

    -webkit-border-radius: 100%;

    -moz-border-radius: 100%;

    background: #fff;

    width: 12px;

    height: 12px;

    margin: 0;

}



.carousel-indicators .active {

    margin: 0;

    background-color: #28b16d;

    width: 10px;

    height: 12px;

}





/*banner css end*/





/* search box css */

body.search-open {

    overflow: hidden;

}



.close {

    position: absolute;

    top: 2rem;

    right: 2rem;

    background: none;

    border: 0;

    font-size: 50px;

    font-weight: 700;

    display: block;

    cursor: pointer;

    color: black;

    padding: 1rem 1.25rem;

    border-radius: 50%;

    outline: none;

    display: flex;

    align-items: center;

    justify-content: center;

    color: rgb(255, 255, 255);

    font: 18px;

    opacity: 1 !important;

    width: 50px;

    height: 50px;

}



.close:hover {

    background: #e21d1a;

    color: white;

    opacity: 1 !important;

    top: 2rem;

    right: 2rem;

}



.search-box.search-elem {

    margin: 0;

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 100;

    background: #000000b0;

    transition: all 0.3s ease-in-out;

    -webkit-transform: scale(0);

    -ms-transform: scale(0);

    transform: scale(0);

}



.search-box.search-elem .inner {

    width: 70%;

    margin: 0 auto;

    position: relative;

    top: 50%;

    transform: translateY(-50%);

    text-align: left;

}



.search-box.search-elem label {

    color: white;

    font-weight: 300;

    font-family: 'Raleway', sans-serif;

}



.search-box.search-elem button.submit {

    outline: none;

    position: absolute;

    top: 0;

    right: 15px;

    height: 70px;

    color: #ffffff;

    width: 171px;

    height: 55px;

    background: #000000;

    font-family: 'Poppins';

    font-size: 22px;

    cursor: pointer;

    border: 0;

}



.top-cart ul li i {

    margin-right: 13px;

    font-size: 20px;

}



.search-box.search-elem button.submit[disabled] {

    width: 171px;

    height: 55px;

    font-size: 20px;

    color: white;

    background: linear-gradient(to top, #e70e0e 0%, #f66565 100%);

    display: inline-block;

}



.search-box.search-elem input[type=text] {

    padding: 20px;

    height: 55px;

    width: 80%;

    font-size: 32px;

    font-family: 'Poppins';

    font-weight: 300;

    border: none;

    border-bottom: solid 2px #e21d1a;

    transition: border 0.3s;

    border-radius: 0;

}



.search-box.search-elem input[type=text]:focus {

    border-bottom: solid 2px #55cd6c;

    box-shadow: none;

}



.search-box.search-elem label.placeholder {

    position: absolute;

    top: 13px;

    left: 2rem;

    font-size: 32px;

    font-weight: 300;

    font-family: 'Poppins';

    color: #999;

    transition: all 0.3s;

}



.search-box.search-elem label.placeholder.move-up {

    top: -25px;

    color: white;

    font-size: 17px;

    font-family: 'Poppins';

}



.search-box.search-elem.search-open {

    -webkit-transform: scale(1);

    -ms-transform: scale(1);

    transform: scale(1);

}



.search-btn {

    font-family: 'Raleway', sans-serif;

    font-size: 0.875rem;

    padding: 0 10px;

    display: inline-block;

    color: white;

}





/* .search-btn:hover {

  color: #00A896;

} */





/* end search box css */





/*Main Banner Start*/



.main-banner-silder-items img {

     width: 100%;

     height: 670px;

     object-fit: contain;

}



.main-banner-silder-items h2 {

     text-align: center;

     font-size: 80px;

     font-family: 'coolvetica';

     line-height: 85px;

     margin-bottom: 35px;

}



.main-banner-silder-items h2 span {

     display: block;

}



.main-banner-sec {

     padding: 20px 0;

     position: relative;

}



.main-banner-follow {

     writing-mode: vertical-rl;

     transform: rotate(180deg);

     top: 370px;

     position: absolute;

     left: 6%;

}



.main-banner-silder-items-text ul li p {

     font-size: 17px;

     color: #575552;

}

.main-banner-silder-items-text ul {

    display: flex;

    align-items: center;

    width: 20%;

    gap: 40px;

}

.nike-zoom-silder2-number {

     position: absolute;

}

.nike-zoom-silder2-number {

    position: absolute;

    right: 16%;

    bottom: 40px;

}

.slide_counter {

    position: relative;

}

.slide_counter:before {

    content: "";

    position: absolute;

    background: #000;

    width: 260px;

    height: 2px;

    left: 40px;

    bottom: 11px;

}

.slide_counter h1 {

    font-size: 30px;

    line-height: 30px;

}

.main-banner-silder .slide_counter {

     position: relative;

}



.main-banner-silder .slide_counter:before {

     content: "";

     position: absolute;

     background: #151515;

     width: 265px;

     height: 2px;

     left: 45px;

     bottom: 42px;

}



.main-banner-silder .slick-slide.slick-current.slick-active {

     border-left: inherit !important;

     padding: inherit !important;

     height: auto !important;

}



.main-banner-silder .slide_counter h1 {

     font-size: 30px;

     margin-bottom: 0;

     letter-spacing: 2px;

}



.main-banner-silder-items-text {

     position: absolute;

     bottom: 40px;

     width: 100%;

}



.main-banner-silder-items-text .head-btn a.btn10 {

     width: 165px;

}



.main-banner-silder-items-text .arrow-sty i {

     font-size: 20px;

}



.main-banner-silder-items-text .arrow-sty {



     height: 50px;

     width: 50px;



}



.main-banner-follow span {

     font-size: 16px;

     color: #000;

     font-weight: 600;

     position: relative;

}



.main-banner-follow span:before {

     content: "";

     position: absolute;

     background: #151515;

     width: 2px;

     height: 280px;

     left: 0;

     right: 0;

     margin: 0 auto;

     bottom: 80px;

}





/*Main Banner End*/

























































.icon-ellps {

    /* border: solid; */

    background: #f2bc6b;

    padding: 8px;

    border-radius: 75px;

    height: 130px;

    width: 130px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 auto;

}

.icon-box {

    /* border: solid; */

    background: #fff;

    border-radius: 59px;

    text-align: center;

    padding: 65px 20px;

    border-bottom: solid 6px #000;

}





.icon-detail a {

    color: #f2bc6b;

    font-size: 18px;

    font-family: 'Poppins';

    text-decoration: underline;

}

ul.off-hr li img {

    height: 24px;

    width: 24px;

    margin: 7px 10px 7px 0;

}



.abt-img {

    position: relative;

}



.years-exp {

    position: absolute;

    top: 0;

    right: 73px;

    /* border: solid; */

    height: 266px;

    display: block;

    background: #F2BC6C;

    border-radius: 32px;

    width: 20%;

    text-align: center;

}

.years-exp h4 {

    font-size: 78px;

    text-align: center;

    font-family: 'Poppins';

}



span.exp {

    font-size: 22px;

    font-family: 'Poppins';

    text-align: center;

    /* width: 37%; */

    /* position: relative; */

    display: block;

    color: #fff;

}





.years-exp h4 {

    font-size: 78px;

    text-align: center;

    font-family: 'Poppins';

    margin-top: 49px;

}

.abt-head {

    width: 99%;

}



ul.off-hr {

    column-count: 2;



}



ul.off-hr li {

    font-size: 27px;

    font-family: 'Poppins';

    line-height: 44px;

    color: #151515;

    margin-bottom: 20px;

    border-bottom: solid 0.5px #0000003b;

    width: 105%;

}



ul.off-hr li:nth-child(3) {

    border-bottom: unset;

}



.abt-btn a.btn10 {

    width: 15%;

}



.abt-btn {

    display: flex;

    align-items: center;

}



.arrow-sty {

    /* border: solid; */

    /* padding: 9px; */

    background: #f2bc6b;

    color: #fff;

    border-radius: 33px;

    height: 40px;

    width: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

}



.bk {

    background: #000;

    padding: 40px 25px;

    border-radius: 31px;

}



.nut-txt h4 {

    width: 45%;

}



.nut-txt p {

    color: #f2ebe3;

    font-size: 14px;

    line-height: 24px;

    width: 75%;

}



.unique-journey::before {

    position: absolute;

    content: "";

    background: url(../images/toddler.png);

    height: 533px;

    width: 486px;

    right: 0;

    top: -64px;

}

.unique-journey {

    position: relative;

}



.dev-btn a.btn10 {

    width: 58%;

}



.dev-btn {

    display: flex;

    align-items: center;

    justify-content: end;

}



.dev-box {

    /* border: solid; */

    background: #fff;

    border-bottom: solid;

    border-bottom-right-radius: 53px;

    border-bottom-left-radius: 53px;

    padding: 0 0 18px;

    border-top-right-radius: 48px;

    border-top-left-radius: 48px;

    margin-bottom: 10%;

}

.dev-detail {

    margin: 22px 20px;

}

.dev-detail h2 {

    margin: 10px 0;

}



.devbox-detail {

    /* border: solid; */

    background: #fff;

    border-top-right-radius: 53px;

    border-top-left-radius: 53px;

    border-bottom-right-radius: 48px;

    border-bottom-left-radius: 48px;

    border-bottom: solid 4px;

}



.sec-inner p {



    margin: 0 0 15px;

}



.sec-inner {

    margin: 0 23px;

    padding-top: 30px;

    padding-bottom: 22px;

}



.sec-inner h2 {

    margin: 0;

}



.enroll-form input {

    border: solid 2px;

    padding: 14px;

    width: 100%;

    margin-bottom: 22px !important;

    border-radius: 38px;

    background: transparent;

}



.enroll-form input::placeholder{

    font-size: 15px;

    color: #000;

    font-family: 'Poppins';



}



.early-btn a.btn10 {

    width: 100%;

}



.early-btn {

    display: flex;

    align-items: center;

    /* justify-content: end; */

}



.growth {

    position: relative;

    margin-top: 7%;

}



.growth::before {

    position: absolute;

    content: "";

    background: url(../images/girl.png);

    height: 551px;

    width: 346px;

    right: 20%;

    top: -113px;

}

.devbox-detail img {

    height: 324px;

    border-radius: 50px;

    width: 100%;

    object-fit: cover;

}

.bk-1 {

    background: #000;

    padding: 77px 25px;

    border-radius: 31px;

}

.rev-txt {

    text-align: center;

}



.clint-detail {

    display: flex;

    justify-content: center;

    align-items: center;

    /* position: relative; */

    /* border: solid; */

    background: #f2bc6b;

    padding: 14px;

    border-radius: 10px;

}

.clinet-img {

    display: flex;

    align-items: center;

    gap: 10px;

}

.clinet-img img {

    height: 73px;

    width: 73px;

    object-fit: cover;

}

.clintdet h2 {

    line-height: 22px;

    /* color: #333333; */

    font-size: 31px;

    margin: 0;

    line-height: 35px;

}

.clintdet p {

    color: #000000;

    font-size: 17px;

    line-height: 15px;

}

.test-box img {

    width: 40px;

    width: 28px;

}



.test-box img {

    width: 40px;

    height: 28px;

}





.slick-slide.slick-current.slick-active .clint-detail {

    background: #ffffff;

}



.slick-slide.slick-current.slick-active .test-box img {

    opacity: 1;

}

.test-box img {

    opacity: 0;

}



.slick-current.slick-active {

/* border-left: solid; */

/* padding: 0 15px; */

/* height: 200px; */
}



.test-box p {

font-size: 20px;

font-style: italic;

line-height: 35px;

color: #010101a6;

height: 268px;
}



.test-box {

margin-bottom: 15%;

padding: 0px 10px;
}





/*footer start*/



section.footer {

    background: #151515;

    padding: 60px 60px 20px;

}



.bk-white {

    background: white;

    padding: 44px 44px 25px;

    border-radius: 20px;

}



ul.loc li {

    display: flex;

    align-items: center;

    gap: 20px;

}

.logo {

    text-align: center;

}

.copyright::before {

    content: "";

    position: absolute;

    background: #d3c5c5;

    height: 1px;

    width: 120%;

    top: -44px;

    left: -56px;

}

.copyright {

    margin-top: 72px;

    position: relative;

}

.socialicons ul {

    display: flex;

    align-items: center;

    margin-top: 0px;

    gap: 14px;

    margin-bottom: 0;

}

.socialicons ul a i {

    width: 35px;

    height: 35px;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 18px;

    color: #a1a1a1;

    border-radius: 50px;

    transition: 0.3s ease-in-out;

    background: transparent;

    border: solid 0.5px;

}



.socialicons {

    display: flex;

    justify-content: end;

}



.socialicons ul a i:hover {

    background: #efb04e;

    color: #fff;

}

.cot-det {

    display: flex;

    justify-content: end;

    margin-top: 57px;

    margin-bottom: 0;

    position: relative;

}





.cot-det::before {

    position: absolute;

    content: "";

    background: #d3c5c5;

    height: 1px;

    width: 120%;

    top: -23px;

    right: -56px;

}



.loc p {

    color: #1f1f1f;

    font-size: 15px;

    width: 69%;

}

.copyright p {

    color: #2f2423;

    font-size: 15px;

}



ul.email li {

    margin-bottom: 13px;

    display: flex;

    align-items: center;

    gap: 10px;

}

ul.email li a {

    font-size: 15px;

    color: #282828;

    font-family: 'Poppins';

}



.car-img {

    text-align: center;

    margin-top: 20px;

}







/*innerpages*/



/*Aboutus*/





.banner-image {

    position: relative;

}







.title-new h1 {

     font-size: 72px;

     text-align: center;

}





.banner-image img {

    margin-top: 95px;

    width: 100%;

}







.title-new {

    position: absolute;

    top: 0;

    left: 0%;

    right: 0;

    bottom: 0;

    /* background: #b7040461; */

    display: flex;

    /* align-items: center; */

    width: 100%;

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    /* justify-content: center; */

}

.inner-title {

    position: relative;

}



.mission-head h5 {

    color: #f2bc6b;

    font-size: 52px;

}



.res-head h3 {

    text-align: center;

}



.res-head p {

    color: #000;

    }

    span.fnt-col {
    color: #f2bc6b;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
    margin-top: 30px;
}

span.fnt-styl {

    color: #000;

    font-weight: 600;

}





/*contactus page*/





.contact2 ul li {

    display: flex;

    align-items: center;

    margin-bottom: 70px;

    width: 100%;

}

.contact2 ul li a {

    display: flex;

    align-items: center;

    width: 100%;

    margin-bottom: 0;

}

.contact2 .icon {

    height: 75px;

    width: 75px;

    /* border: dashed 2px #eec64f; */

    border-radius: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-right: 23px;

    background-color: #f2bc6b;

}

.icon img {

    height: 35px;

}

.icon_info {

    width: 80%;

}

.contact2 ul li h4 {

    margin-bottom: 7px;

    font-family: 'Poppins';

    text-transform: capitalize;

    color: #253743;

    font-size: 29px;

    line-height: 30px;

}

.contact2 ul li p {

    color: #000000;

    /* font-family: 'Montserrat'; */

    /* line-height: 1.5; */

    font-size: 15px;

    /* font-weight: 400; */

    /* width: 90%; */

    width: 80%;

}



.contact-form .form-control {

    padding: 12px;

    /* border: 1px solid #000; */

    border-radius: 5px;

    margin-bottom: 10px !important;

    border-radius: 0;

    background: #f2f2f2;

}





.get-cnt-head {

    text-align: center;

    margin: 0 0 20px;

}



.contact-form input.form-control::placeholder{

    color: #7c7c7c;

   font-family: 'Poppins';

   font-size: 15px;

}



button.btn10 {

    background: #151515 !important;

    height: 65px;

}

.abt-head p strong {
    margin-right: 5px;
}

.book-form-btn button {
    background: #f2bc6b !important;
}
 section.book-sec {
            padding: 100px 0;
        }

  .book-form-input input, .book-form-input textarea, .book-form-input select {
    width: 100%;
    padding: 15px 20px;
    margin: 0 0 30px 0 !important;
    border: 1px solid #6c757d63;
    background-color: #f8f8f8;
    border-radius: 0;
}



      .book-form-input textarea {
    height: 200px;
    resize: none;
    border-radius: 0;
}
.book-form-btn button {
    background: #f2bc6b !important;
    width: 50%;
    height: 60px;
    margin: 0 auto;
}


        .book-form-btn {
            text-align: center;
        }

        .book-form-btn button.theme2 {
            font-size: 24px;
            line-height: 30px;
            padding: 15px 250px;
        }section.early-develp .row {
    justify-content: center;
}

.dev-box img {
    height: 324px;
    border-radius: 50px;
    width: 100%;
    object-fit: cover;
}
.programs-detail-img img {
    width: 100%;
    height: 495px;
    border-radius: 75px !important;
}
.programs-detail-sec {
    padding: 100px 0;
}
.programs-detail-text {
    margin-left: 10px;
}
.termination-policy-sec {
    padding: 50px 0 80px;
}
.termination-policy-sec h3 {
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 55px;
    margin-top: 30px;
}
.termination-policy-sec ul li {
    color: #000;
}
.termination-policy-sec ul {
    line-height: 30px;
    margin-bottom: 15px;
}
.menuSec img {
    margin: 0;
    width: 45%;
}
section.footer .logo img {
    width: 50%;
}
.testi-slider .slick-slide.slick-current.slick-active .test-box {
    border-left: solid #000;
}