body {
    margin: 0;
    padding: 0;
    font-family: "Public Sans", serif !important;
}

* {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ffffff;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

header {
    position: relative;
    width: 100%;
    background: rgb(0, 0, 0);
    z-index: 99;
}

#slider-home h3 {
    font-family: 'Roboto' !important;
}

/*---------header close----------*/
/*-----------header-top------------*/
.header-top {
    padding: 12px 0px 15px 0px;
    background: #00062b;
}

.left_info ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 35px;
}

ul.socials i {
    background: #f82249;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 7px;
    font-size: 20px;
}

.header-top ul.socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

ul.socials li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.left_info i {
    background: #f82249;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 7px;
    font-size: 20px;
}

.header-top ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.left_info a {
    color: #fffefe;
    font-size: 15px;
    font-weight: 500;
}

.left_info i.fa {
    font-size: 19px;
    color: #fff;
    padding-right: 10px;
}

.right_info p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}

.left_info {
    text-align: right;
}

.right_info i.fa {
    font-size: 26px;
    margin-right: 10px;
    position: relative;
    bottom: -4px;
}

header i.fa.fa-mobile {
    bottom: -4px;
    font-size: 26px;
    position: relative;
    border: 40px;
    font-weight: 500;
}

.left_info ul li:last-child {
    margin: 0px !IMPORTANT;
}

.header-main {
    padding: 18px 0;
    border-top: 1px solid #424242;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(50, 50, 50, .3);
    height: 90px;
    position: relative;
    display: flex;
    align-items: center;
}

/*-----------header-top Close------------*/
/*-----------header-menu------------*/
nav#cssmenu ul {
    float: right;
    /* margin-top: 13px; */
}

.logo img {
    max-width: 140px;
    width: 100%;
}

.logo {
    position: absolute;
    z-index: 123;
    padding: 10px;
    float: left;
    background: #ffffff;
    padding: 10px;
    height: 155px;
    border-bottom-left-radius: 88px;
    width: 150px;
    top: -24px;
    object-fit: cover;
    /* box-shadow: 0 3px 6px 0 rgba(50, 50, 50, .3); */
    border-bottom-right-radius: 88px;
}

.logo a {
    color: #6DDB07;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #head-mobile {
    display: none
}

#cssmenu>ul>li {
    float: left
}

#cssmenu>ul>li>a {
    padding: 9px 17px;
    font-size: 16px;
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    margin-right: 5px;
}

#cssmenu>ul>li:hover>a,
#cssmenu ul li.active a {
    color: #ffffff;
}

#cssmenu>ul>li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
    background: #f82249 !important;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}

#cssmenu>ul>li.has-sub>a {
    padding-right: 30px
}

#cssmenu>ul>li.has-sub>a:after {
    position: absolute;
    top: 17px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu>ul>li.has-sub>a:before {
    position: absolute;
    top: 14px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    margin-top: 0;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #333;
    transition: all .25s ease
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover>ul {
    left: auto
}

#cssmenu li:hover>ul>li {
    height: 35px
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 190px;
    font-size: 12px;
    text-decoration: none;
    color: #ddd;
    font-weight: 400;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
    border-bottom: 0
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: #fff
}

#cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
    border-top: 1px solid #333
}

@media screen and (max-width:991px) {
    .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 46px;
        text-align: center;
        padding: 10px 0 0 0;
        float: none
    }

    .logo2 {
        display: none
    }

    nav {
        width: 100%;
    }

    #cssmenu {
        width: 100%
    }

    #cssmenu {
        position: absolute;
        top: 0;
        left: 0;
    }

    #cssmenu ul {
        width: 100%;
        display: none
    }

    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #444;
        float: left;
    }

    nav#cssmenu ul {
        background: #f7f7f7;
        padding: 29px;
    }

    #cssmenu ul li:hover {
        background: #000000 !important;
    }

    #cssmenu ul ul li,
    #cssmenu li:hover>ul>li {
        height: auto
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }

    #cssmenu ul ul li a {
        padding-left: 25px
    }

    #cssmenu ul ul li {
        background: #333 !important;
    }

    #cssmenu ul ul li:hover {
        background: #363636 !important
    }

    #cssmenu ul ul ul li a {
        padding-left: 35px
    }

    #cssmenu ul ul li a {
        color: #ddd;
        background: none
    }

    #cssmenu ul ul li:hover>a,
    #cssmenu ul ul li.active>a {
        color: #fff
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }

    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before,
    #cssmenu ul ul>li.has-sub>a:after,
    #cssmenu ul ul>li.has-sub>a:before {
        display: none
    }

    #cssmenu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }

    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 12399994;
    }

    .button:after {
        position: absolute;
        top: 22px;
        right: 20px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 3px solid #000;
        border-bottom: 3px solid #000;
        content: ''
    }

    .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
        background: #000;
        content: ''
    }

    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #000;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .button.menu-opened:before {
        top: 23px;
        background: #000000;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer
    }

    #cssmenu .submenu-button.submenu-opened {
        background: #262626
    }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }

    #cssmenu ul ul ul li.active a {
        border-left: none
    }

    #cssmenu>ul>li.has-sub>ul>li.active>a,
    #cssmenu>ul ul>li.has-sub>ul>li.active>a {
        border-top: none
    }
}

img {
    width: 100%;
}

div#slider-home .carousel-item::before {
    background: #0000005c;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}

#slider-home h3 {
    text-transform: capitalize;
    font-size: 45px;
    text-align: left;
    font-weight: 600;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: auto;
    left: 15%;
    top: 30%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    width: 40%;
    text-align: left;
}

#slider-home p {
    font-size: 23px;
}

#slider-home .btn {
    background: #f82249;
    color: #fff;
    padding: 12px 30px !important;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: 600;
}

#slider-home .btn:hover {
    background: #ffffff;
    color: #f82249;
}



.bg-blue_first {
    background-color: #00062b;
    padding: 50px;
}

.bg-blue_first h4 {
    font-size: 14px;
    font-weight: 400;
    color: #f82249;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.bg-blue_first h2 {
    font-size: 37px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: .2px;
    line-height: 52px;
}

.div_mian_infras {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* margin: 15px;
    padding: 30px; */
}

.innet_infras {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 32px;
    border: 1px solid #ddd;
    margin: 10px;
    border-radius: 6px;
    min-height: 240px;
}

.innet_infras i {
    font-size: 50px;
    margin-bottom: 6px;
    color: #f82249;
}

.innet_infras h3 {
    font-size: 22px;
    text-align: center;
    margin: .5rem 0;
}

.innet_infras p {
    text-align: center;
    color: #ddd;
    margin-bottom: 0;
}

.padding_all {
    padding: 100px 0;
}

.com_h4 {
    font-weight: 500;
    color: #f82249;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .2px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.com_h4 i {
    padding-right: 1px;
    font-size: 24px;
    font-weight: 500;
}

.h2_coma {
    font-size: 40px;
    color: #00062b;
    font-weight: 700;
    margin-bottom: 1rem;
}

.p-Comms {
    font-size: 17px;
    font-weight: 500;
    color: #2a2a2a;
    text-align: justify;
}

#load-more {
    padding: 0px 15px 0px 0px;
}

.custom-btn {
    font-size: 15px;
    font-weight: 500;
    background: #f82249;
    color: #fff;
    padding-right: 5px;
    border-radius: 50px;
    line-height: 1;
    padding-bottom: 2px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 158px;
}

.custom-btn i {
    background: #000000;
    padding: 1px 9px;
    border-radius: 50px;
    font-size: 31px;
    color: #ffffff;
    margin-left: -6px;
    margin-right: 12px;
    height: 51px;
    width: 51px;
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-btn i {
    background: #00062b;
    padding: 4px 6px;
    border-radius: 50px;
    font-size: 24px;
    color: #ffffff;
    margin-left: -3px;
    margin-right: 10px;
    height: 44px;
    margin-top: 3px;
    transition: 0.7s;
    width: 44px;
}

.custom-btn:hover {
    color: #ffffff;
    background: #848688;
    border-color: #ffffff;
}

.innet_infras:hover {
    background-color: #00062b;
}


.image_topo img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.content_topo {
    background: #00062b;
    padding: 20px;
}

.mt-botm {
    margin-bottom: 30px;
}

.mt-top {
    margin-top: 30px;
}

.div_icon_hea {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.content_topo {
    font-size: 14px;
    color: #ddd;
    font-weight: 300;
    line-height: 23px;
    min-height: 250px;
}

.vision-sec img {
    width: 100%;
    height: 530px;
    object-fit: cover;
}

.iocns i {
    font-size: 37px;
    color: #f82249;
    font-weight: 400;
    padding-right: 7px;
}

.div_icon_hea h3 {
    font-size: 26px;
    letter-spacing: .3px;
    margin-bottom: 0;
    font-weight: 600;
}

.content_topo p {
    font-size: 16px;
    text-align: justify;
    margin-top: 11px;
    font-weight: 500;
}


.vison_misions {
    background-image: url(../images/bg-vision.png);
    padding: 100px 10px;
}

.nine {
    position: relative;
    width: 90%;
    max-width: 530px;
    margin: 0 auto 1rem;
}

.nine h1 {
    text-align: center;
    font-size: 45px;
    text-transform: uppercase;
    color: #00062b;
    letter-spacing: 0;
    font-family: "Roboto", serif;
    font-weight: 800;
}

.nine h1 span {
    margin-top: 5px;
    font-size: 15px;
    color: #444;
    word-spacing: 1px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

.nine h1 span:after,
.nine h1 span:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #f82249;
    border-top: 1px solid #f82249;
    height: 5px;
    background-color: #f82249;
}

.ilife img {
    width: 120px;
    margin: auto;
}

.ilife {
    height: 331px;
    width: 100%;
    background: #00062b;
    padding: 18px;
    text-align: center;
    margin-bottom: 6px;
}

.bordedrs {
    border: 1px dashed #919191;
    padding: 18px;
}

.ilife p {
    font-size: 17px;
    line-height: 25px;
    padding: 14px 3px;
    color: #d3d3d3;
}

.main_infras {
    margin: auto;
    position: relative;
    padding: 0px;
    margin: 0px 0 5px 5px;
}

.main_infras img {
    width: 100%;
    height: 331px;
    object-fit: cover;
}

.bottom_infras {
    position: absolute;
    bottom: 0;
    background: #f82249;
    width: 100%;
    text-align: right;
    padding: 5px;
    margin-bottom: 0;
}

.bottom_infras p {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 5px;
    text-transform: capitalize;
}

.bottom_infras.blue {
    background: #00062b;
}

.bottom_infras:after {
    background-color: #f82249;
    position: absolute;
    top: -13px;
    width: 34px;
    left: 30px;
    height: 34px;
    transform: rotate(45deg);
    content: "";
}

.bottom_infras.blue:after {
    background: #00062b;
}

.principal_msg {
    /* background-image: url(../images/pp-msg.png); */
    padding: 100px 10px;
    BACKGROUND: #F9F9F9;
}

.principal_msg .nine {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin: 0;
    margin-right: auto;
}

.principal_msg p {
    font-size: 18px;
    line-height: 29px;
    font-weight: 500;
}

.principal_msg img {
    width: 100%;
}

.school-toppers {
    background-image: url(../images/pp-msg.png);
    padding: 100px 10px;
}

.bg_inners_eels {
    max-width: 200px;
    height: 200px;
    margin: 0 auto;
    width: 100%;
    background-image: url(../images/bgpattern2.png);
    border-radius: 50%;
    background-size: 65%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-slide .bg_inners_eels img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    margin: auto;
    border: 2px solid #f82249;
}

.inner-ele h4 {
    font-size: 19px;
    color: #000;
    font-weight: 700;
    text-align: center;
    margin: 1rem 0;
}

.inner-ele {
    text-align: center;
}

.inner-ele p {
    padding: 4px 28px;
    background: #000;
    border-radius: 29px;
    width: auto;
    display: inline-block;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
}

.facility {
    padding: 100px 0;
    background-color: #00062b;
}

.inner_facilits {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.icons img {
    width: 75px;
    margin: 1rem 0;
}

.icons {
    margin: auto;
}

.div_iner_falci {
    width: 30%;
    margin: 0;
    text-align: center;
    padding: 37px;
    min-height: 250px;
    border-left: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.div_iner_falci h4 {
    font-size: 20px;
    text-transform: capitalize;
    line-height: 30px;
}


.gallery {
    padding: 100px 0;
    background-image: url(../images/bg-vision.png);
}

.main .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}

.main .card {
    color: #252a32;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.main .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 70%;
    background: #fff;
    height: 300px;
    object-fit: cover;
}

.main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 600px) {
    .main .container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
}

.footer_bg {
    background-color: #00062b;
    padding: 100px 0 10px;
    position: relative;
    background-image: url(../images/footer-pattern.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about_us_fots img {
    width: 120px;
    margin: 0 0 1rem;
}

.about_us_fots p {
    font-size: 14px;
    color: #ddd;
}

.socilas_footers ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 1.5rem 0;
}

.socilas_footers ul li {
    display: flex;
}

.socilas_footers ul li i:hover {
    background-color: #f82249;
    color: #fff;
}

.socilas_footers ul li i {
    width: 45px;
    height: 45px;
    background: #ffffff;
    color: #00062b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    margin-right: 10px;
}

.links_foots h3 {
    border-bottom: 2px solid #f82249;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 19px;
}

.socials_conatts i {
    font-size: 24px;
    color: #fff;
    padding-right: 9px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.socials_conatts li {
    display: flex;
    align-items: center;
    padding: 5px;
    margin: 0 0 .4rem;
    border-bottom: 1px dashed #ddd;
    color: #ddd;
    padding: 15px 0;
    line-height: 22px;
}

.socials_conatts.pas li {
    padding: 5px 0;
    border-bottom: 0px dashed #ddd;
}

.links_foots {
    margin: 0 1rem;
}

.socials_conatts li:last-child {
    border: none;
}

.socials_conatts li a {
    font-size: 17px;
    font-weight: 500;
    color: #ddd;
}

.carousel-item {
    height: 750px;
}

/* .footer_bg:before {
    background-image: url(../images/footer-pattern.png);
    background-repeat: no-repeat;
    content: "";
    width: 100%;

} */
.copy-rihs {
    margin-bottom: 0;
    color: #ddd;
    margin-top: 1.5rem;
    text-align: center;
    border-top: 1px solid #ddd;
    padding: 17px;
}

button.slick-next {
    position: absolute;
    top: 35%;
    right: -43px;
}

button.slick-prev {
    font-size: 0;
    position: absolute;
    top: 35%;
    left: -43px;
    border: none;
}

button.slick-next {
    font-size: 0;
    border: none;
}

button.slick-prev:before {
    position: absolute;
    content: "\f053";
    font-family: 'FontAwesome';
    top: 0;
    bottom: 0;
    width: 40px;
    font-size: 15px;
    height: 40px;
    background-color: #0f2548;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

button.slick-next:before {
    position: absolute;
    content: "\f054";
    font-family: 'FontAwesome';
    top: 0;
    cursor: pointer;
    bottom: 0;
    width: 40px;
    font-size: 15px;
    height: 40px;
    background-color: #0f2548;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.gird_sec-galleyr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.gird_sec-galleyr img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.gallery_new_inners {
    position: relative;
}

.gallery_new_inners p a {
    color: #fff;
}

.gallery_new_inners p {
    padding: 0;
    font-size: 15px;
    text-transform: capitalize;
    margin: 0;
}

.div_galery-conts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    background: #00062bc7;
    position: absolute;
    width: 100%;
    bottom: 0;
}

/* About Mission&Vision Section */
/* .aboutBanner {} */
.visionContent {
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1), #19304f), url('../images/new-al.PNG');
    background-repeat: no-repeat;
    background-position: bottom;
    clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 100%);
}

.aboutSchool {
    overflow: hidden;
}

.visionContent {
    display: flex;
    justify-content: end;
    padding: 100px 20px;
    color: #fff;
}

.visionContent h1 {
    visibility: hidden;
}

.breadCrumb {
    position: relative;
}

.breadCrumb::before {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    height: 100px;
    width: 110%;
    background: #bb1c21;
    z-index: -1;
}

@media (max-width: 1280px) {
    .breadCrumb::before {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .visionContent {
        clip-path: none;
    }

    .breadCrumb {
        margin-top: 50px;
        margin-right: 15px !important;
    }
}

.breadCrumb ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    margin: -40px 0px;

}

.breadCrumb ul li a {
    margin: 0px 10px;
    text-decoration: none;
    color: #fff;
}

.missionContent {
    padding: 100px 50px;
}

.missionContent .upperText {
    /* max-width: 1000px; */
    margin: 0 auto;
    text-align: justify;
}

.missionContent .upperText p {
    font-size: 14px;
    line-height: 25px;
}

.vmBoxes {
    margin: 0px auto;
    max-width: 1000px;
}

.vmBoxes .vBox .innervBox h3 {
    padding-left: 20px;
    font-size: 2rem;
    color: #3e65a8;
    font-weight: 900;
}

.vmBoxes .vBox p {
    margin: -50px 100px;
    height: auto;
    /* width: 900px; */
    width: auto;
    background: #fff;
    box-shadow: 0 2px 5px 3px rgba(0, 0, 0, 0.2),
        5px 6px 7px 4px rgba(0, 0, 0, 0.5);
    padding: 30px 50px;
    line-height: 25px;
    font-size: 14px;
    text-align: justify;
}

.mBox {
    padding-top: 100px;
}

.mBox .innermBox {
    justify-content: flex-end;
}

.innermBox h3 {
    padding-right: 20px;
    font-size: 2rem;
    color: #ec8248;
    font-weight: 900;
}

.mBox p {
    margin: -50px 100px;
    height: auto;
    /* width: 900px; */
    width: auto;
    background: #19304f;
    color: #fff;
    box-shadow: 0 2px 5px 3px rgba(0, 0, 0, 0.2),
        5px 6px 7px 4px rgba(0, 0, 0, 0.5);
    padding: 30px 50px;
    line-height: 25px;
    font-size: 14px;
    text-align: justify;
}

.innermvBox h2 {
    margin-top: 50px;
    height: 150px;
    /* width: 500px; */
    width: auto;
    font-size: 2rem;
    color: #fff;
    background: #19304f;
    padding: 20px;
}

.innermvBox p {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    padding: 10px;
    border-bottom: 5px solid #19304f;
}

@media (max-width: 1280px) {
    .innermvBox p {
        width: 300px;
    }
}

.sidecontent {
    position: relative;
}

.sidecontent::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #31313112;
    border-top-right-radius: 50px;
    z-index: -1;
}

.sidecontent h4 {
    padding: 10px;
    background: #bb1c21;
    color: #fff;
    width: 80%;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
}

.owlitem {
    background: #eeeeef;
    padding: 20px 20px;
}

.owlitem h5 {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}

.owlitem p {
    text-align: right;
    font-weight: 900;
    color: #bb1c21;
}

.notice-board {
    background: #eeeeef;
    padding: 10px 10px;
    width: 350px;
    margin-bottom: 30px;
}

.inner-Sec-vreadcrumb {
    position: absolute;
    bottom: 0;
    padding: 0;
    width: 100%;
}

.aboutSchool {
    background-image: url(../images/banner-1.png);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    background-position: bottom;
    height: 470px;
    position: relative;
}.inner-Sec-vreadcrumb {
    background: #00000085;
    padding-top: 20px;
}

.aboutSchool h1 {
    font-size: 47px;
    font-weight: 600;
    margin-left: 5rem;
    margin-bottom: 2rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #ffffff;
    content: "/";
}

.aboutSchool ul {
    background: #f8224991;
    width: 100%;
    display: flex;
    padding: 10px;
    padding-left: 5rem;
}

.aboutSchool li.breadcrumb-item {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}

.aboutSchool li.breadcrumb-item a {
    color: #fff;
}


.about-us-school {
    padding: 60px 0;
}

.about-us-school h2 {
    font-size: 35px;
    text-align: center;
    color: #111;
    width: 80%;
    margin: auto;
    font-weight: 500;
    line-height: 44px;
}

.about-us-school p {
    width: 87%;
    margin: auto;
    text-align: center;
    margin: 2rem auto;
    font-size: 17px;
    line-height: 27px;
}

.vision-new {
    height: 450px;
    background: #00062b;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 50px;
}

.vision-imaghs img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.vision-new p {
    font-size: 16px;
    color: #d8d8d8;
    line-height: 25px;
}

.vision-new h3 {
    font-size: 40px;
    font-weight: 600;
    border-bottom: 3px solid #f82249;
    margin-bottom: 20px;
    padding-bottom: 7px;
}

.mission-vision-area {
    position: relative;
    display: block;
    background: #f1f6f5;
    padding: 120px 0 60px;
}

.mission-vision-content-box {
    position: relative;
    display: block;
}

.mission-vision-content-box .sec-title-style2 {
    padding-bottom: 0px;
}

.sec-title-style2 h2 {
    font-size: 28px;
    line-height: 46px;
    margin: 15px 0 0;
}

.mission-vision-content-box .inner-content {
    position: relative;
    display: block;
}

.mission-vision-content-box .inner-content .bottom-text {
    position: relative;
    display: block;
    padding-top: 0;
    padding-bottom: 0px;
}

.mission-vision-content-box .inner-content ul {
    position: relative;
    display: block;
    padding: 15px 0 0px;
}

.mission-vision-content-box .inner-content ul li {
    position: relative;
    display: block;
    padding-left: 8px;
}

.online-payment li {
    color: #242424;
    padding-left: 25px;
    /* text-align: justify; */
    margin-bottom: 2px;
    font-size: 15px;
}

.mission-vision-img-box__inner img {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    margin: auto;
    padding: 9px;
    border: 9px solid #00062b;
}

.mission-vision-img-box__inner {
    margin: auto;
    text-align: center;
}

.sec-title-style2 h2 {
    font-size: 38px;
    line-height: 38px;
    margin: 10px 0 0;
    color: #00062b;
    font-weight: 800;
    border-bottom: 3px solid #f82249;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 17px;
}

.bottom-text i {
    font-size: 13px;
    padding-right: 5px;
    color: #f82249;
}

.mission-vision-content-box .inner-content ul li {
    padding-left: 8px;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: baseline;
}

.mission-vision-area-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: 1;
}

.online-payment li:before {
    content: "\f111";
    font-family: FontAwesome;
    color: #F0B400;
    display: inline-block;
    margin-left: -2em;
    font-size: 8px;
    padding-right: 12px;
    position: absolute;
}

.bg-center-achieves {
    position: relative;
    background-image: url(../images/about-center-achieve.jpg);
    padding: 100px 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-center-achieves:before {
    background-color: #00000008;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.count {
    font-size: 52px;
    font-weight: bold;
}

.counter-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.counter-inner {
    position: relative;
    z-index: 2;
}

.count-icon {
    font-size: 48px;
}

.bg-color_sec_contacts {
    background: #0f2548;
    width: 100%;
    /* height: 95vh; */
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.di_contacts {
    display: flex;
    align-items: center;
    margin: 30px 0;
    width: 100%;
}

.ciosn {
    border: 2px dashed #fff;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-left: -80px;
}

.di_contacts i {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f82249;
    font-size: 33px;
    border-radius: 50%;
    color: #ffffff;
}

.inner-forms {
    padding: 20px 22px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.inner-forms h2 {
    font-size: 31px;
    font-weight: 600;
    color: #0f2548;
    margin-bottom: 0;
    margin-top: 1rem;
    font-weight: 700;
}

.inner_forms_sec1 {
    height: 100%;
}

.inner_forms_sec1 label {
    font-size: 17px;
    font-weight: 500;
    color: #2a2a2a;
    margin-bottom: 3px;
    margin-top: 1.1rem;
}

.inner_forms_sec1 input,
.inner_forms_sec1 textarea {
    border: 1px solid #ddd;
    padding: 10px 12px;
    width: 100%;
    border-radius: 5px;
    font-size: 15px;
}

.conts_concats p {
    color: #fff;
    font-size: 17px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.contatc_us_main {
    padding: 100px 0;
}

.conts_concats a {
    color: #fff;
    font-size: 17px;
}

.inner-forms .custom-btn {
    width: 137px;
}

.admission-news {
    padding: 80px 0;
}

.new-sec-admissions {
    padding: 20px 22px;
    background: #fff;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.new-sec-admissions label {
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0.9px;
}

.new-sec-admissions input,
.new-sec-admissions textarea {
    width: 100%;
    padding: 6px 12px;
    border: 1px solid #bababa;
    border-radius: 7px;
    font-size: 15px;
}

.new-sec-admissions h2 {
    font-size: 34px;
    color: #000;
    letter-spacing: 0;
    font-weight: 700;
    color: #00062b;
    margin-top: 20px;
    margin-bottom: 12px;
    padding-bottom: 3px;
    border-bottom: 4px solid #f82249;
    display: inline-block;
}

.new-sec-admissions input:hover,
.new-sec-admissions textarea:hover,
.new-sec-admissions input:focus-visible,
.new-sec-admissions textarea:focus-visible {
    border: 1px solid #bababa !important;
    outline: none;
}

.INFRASTRUCTURE-NEW-SEC {
    padding: 80PX 0;
}

.INFRASTRUCTURE-NEW-SEC .let-infras {
    display: flex;
    align-items: flex-start;
    width: 100%;
    background: #00062b;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    margin-left: 80px;
    z-index: 9;
    position: relative;
    min-height: 330px;
}

.INFRASTRUCTURE-NEW-SEC .let-infras p {
    font-size: 16px;
    color: #ddd;
    line-height: 25px;
}

.INFRASTRUCTURE-NEW-SEC .let-infras h3 {
    margin-bottom: 10px;
    border-bottom: 3px solid #f82249;
    padding-bottom: 8px;
}

.rights-infras img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.mar-st {
    margin-top: 3rem;
}

.let-infras.new-ridhss {
    margin-left: -54px;
}

.let-infras.new-ridhss {
    background: #ededed;
    min-height: 330px;
}

.let-infras.new-ridhss h3 {
    margin-bottom: 10px;
    border-bottom: 3px solid #f82249;
    padding-bottom: 8px;
    color: #000;
    font-weight: 700;
}

.let-infras.new-ridhss p {
    font-size: 16px;
    color: #000000;
    line-height: 25px;
}

.principal_msg h4 {
    color: #000;
    margin-bottom: .5rem;
}

.principal_msg h5 {
    color: #000;
}


@media (max-width:1445px) {
    .slick-slide .bg_inners_eels img {
        width: 150px;
        height: 150px;
    }

    .bg_inners_eels {
        max-width: 175px;
        height: 175px;
    }

    .aboutSchool {
        height: 360px;
    }
}

@media(max-width:1369px) {
    .carousel-caption {
        width: 50%;
    }
}

@media(max-width:1025px) {
    #cssmenu>ul>li>a {
        padding: 9px 10px;
    }

    .about-us-school p {
        width: 95%;
        font-size: 16px;
        line-height: 26px;
    }

    .count {
        font-size: 42px;
        font-weight: bold;
    }

    .vision-new h3 {
        font-size: 34px;
    }

    .sec-title-style2 h2 {
        font-size: 34px;
    }

    .aboutSchool {
        height: 320px;
    }

    .aboutSchool h1 {
        font-size: 39px;
        margin-bottom: 1rem;
    }

    .carousel-caption {
        width: 80%;
    }

    .carousel-item {
        height: 100%;
    }

    #slider-home h3 {
        font-size: 40px;
    }

    #slider-home p {
        font-size: 19px;
    }

    .col-md-3.width-100 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .col-md-9.width-100 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .Infrastructures .col-lg-8.col-md-12.col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .Infrastructures .col-lg-4.col-md-8.col-sm-12.p-0 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .nine h1 {
        font-size: 40px;
    }

    .facility {
        padding: 70px 0;
    }

    .school-toppers {
        padding: 70px 0;
    }

    .principal_msg {
        padding: 70px 0;
    }

    .vison_misions {
        padding: 70px 0;
    }

    .padding_all {
        padding: 70px 0;
    }
}

@media(max-width:992px) {
    .header-top {
        display: none !important;
    }

    .logo img {
        max-width: 80px;
        width: 100%;
        margin-left: 16px;
        margin-top: -16px;
    }

    #cssmenu {
        /* position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: space-between; */
        margin-top: 20px;
    }

    .logo {
        position: absolute;
        top: auto;
        left: auto;
        width: auto;
        height: auto;
        text-align: left;
        padding: 0px;
        float: none;
    }

    .carousel-caption {
        width: 74%;
    }

    .innet_infras {
        padding: 13px;
    }

    .vision-sec img {
        margin-bottom: 17px;
    }

    .content_topo {
        margin-bottom: 15px;
    }

    .div_iner_falci {
        width: 50%;
        border: 1px dotted #ddd;
    }

    .gird_sec-galleyr {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .footer_bg .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .footer_bg {
        padding: 70px 0 10px;
    }

    .div_mian_infras {
        flex-direction: column;
    }

    .slick-next {
        display: none !important;
    }

    .slick-prev {
        display: none !important;
    }
}

@media(max-width:768px) {
    .footer_bg .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .aboutSchool h1 {
        font-size: 36px;
        margin-bottom: 1rem;
    }

    .let-infras.new-ridhss {
        min-height: 250px;
        padding: 21px;
    }

    .aboutSchool {
        height: 256px;
    }

    .about-us-school p {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
        text-align: justify;
    }

    .INFRASTRUCTURE-NEW-SEC .let-infras {
        z-index: 9;
        position: relative;
        padding: 31px;
        min-height: 236px;
    }

    .INFRASTRUCTURE-NEW-SEC .let-infras {
        margin-left: 0;
    }

    .INFRASTRUCTURE-NEW-SEC .let-infras h3 {
        font-size: 22px;
    }

    .INFRASTRUCTURE-NEW-SEC br {
        display: none !important;
    }

    .vision-imaghs img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        margin-bottom: 20px;
    }

    .mission-vision-img-box__inner img {
        width: 100%;
        height: 10%;
    }

    .mission-vision-content-box .inner-content ul li {
        padding-left: 8px;
        font-size: 16px;
        font-weight: 500;
        line-height: 27px;
        padding-bottom: 13px;
    }

    .vision-new {
        height: 350px;
        background: #00062b;
        padding: 15px;
    }

    .count {
        font-size: 30px;
    }

    .about-us-school h2 {
        font-size: 27px;
        width: 100%;
        line-height: 36px;
    }

    .carousel-item {
        height: 450px;
    }

    #slider-home h3 {
        font-size: 25px;
    }

    #slider-home p {
        font-size: 15px;
    }

    .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #slider-home .btn {
        background: #f82249;
        color: #fff;
        padding: 8px 11px !important;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-top: 1px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        display: none;
    }

    .carousel-caption {
        width: 90%;
        left: 0;
        margin: 10px 25px;
        right: auto;
    }

    .bg-blue_first {
        padding: 42px 5px;
    }

    .bg-blue_first h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .h2_coma {
        font-size: 29px;
        margin-bottom: 1rem;
    }

    .p-Comms {
        font-size: 15px;
    }

    .custom-btn {
        font-size: 14px;
    }

    .nine h1 {
        font-size: 26px;
    }

    .nine h1 span {
        margin-top: 5px;
        font-size: 13px;
    }

    .vison_misions {
        padding: 50x 0;
    }

    .nine h1 span:after,
    .nine h1 span:before {
        height: 3px;
    }

    .vision-sec img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

    .content_topo p {
        font-size: 15px;
    }

    .iocns i {
        font-size: 27px;
    }

    .div_icon_hea h3 {
        font-size: 23px;
    }

    .principal_msg h4 {
        font-size: 18px;
    }

    .principal_msg p {
        font-size: 15px;
        line-height: 25px;
    }

    .nine h1 span {
        grid-gap: 5px;
    }

    .principal_msg h5 {
        font-size: 16px;
    }

    .principal_msg img {
        margin-top: 24px;
    }

    .principal_msg {
        padding: 51px 0;
    }

    .ilife {
        height: 315px;
    }

    .bordedrs h3 {
        font-size: 22px;
        margin-top: 6px;
    }

    .ilife p {
        font-size: 15px;
        line-height: 23px;
        padding: 0px 3px;
    }

    .bottom_infras p {
        font-size: 18px;
    }

    .div_iner_falci {
        width: 100%;
        border: 0;
        border-bottom: 1px dashed #ddd !important;
    }

    .facility br {
        display: none;
    }

    .facility {
        padding: 48px 0;
    }

    .gallery {
        padding: 48px 0;
    }

    .socials_conatts li a {
        font-size: 14px;
        font-weight: 500;
        color: #ddd;
    }

    .footer_bg {
        background-size: contain;
    }

    .links_foots {
        margin: 0;
    }

    .links_foots h3 {
        border-bottom: 2px solid #f82249;
        display: inline-block;
        padding-bottom: 5px;
        margin-bottom: 8px;
        font-size: 22px;
        margin-top: 24px;
    }

    .socials_conatts i {
        font-size: 21px;
        padding-right: 6px;
    }

    .copy-rihs {
        padding: 10px 0px 0;
        font-size: 14px;
    }

    .mission-vision-area-shape {
        height: 79px;
    }

    .rights-infras img {
        height: 300px;
    }

    .let-infras.new-ridhss p {
        font-size: 15px;
        line-height: 24px;
    }

    .aboutSchool h1 {
        margin-left: 0;
        text-align: center;
        font-size: 30px;
    }

    .aboutSchool ul {
        padding-left: 0;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .nine {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

    .INFRASTRUCTURE-NEW-SEC {
        padding: 50PX 0;
    }

    .new-sec-admissions h2 {
        font-size: 28px;
    }

    .admission-news {
        padding: 50px 0;
    }

    .main .container {
        grid-template-columns: repeat(1, 1fr);
    }

    .main .card-image {
        height: 250px;
    }

    .contatc_us_main .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contatc_us_main {
        padding: 50px 0;
    }

    .bg-color_sec_contacts {
        padding: 14px;
    }

    .di_contacts {
        margin: 20px 0;
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
    }

    .ciosn {
        border: 2px dashed #fff;
        width: 98px;
        height: 98px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        margin-left: 0;
        margin-bottom: 12px;
    }

    .conts_concats p {
        color: #fff;
        font-size: 15px;
        padding-bottom: 0px;
        margin-bottom: 0;
    }

    .ciosn {
        border: 2px dashed #fff;
        width: 82px;
        height: 82px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 4px;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .di_contacts i {
        width: 66px;
        height: 66px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f82249;
        font-size: 30px;
        border-radius: 50%;
        color: #ffffff;
    }

    .conts_concats a {
        color: #fff;
        font-size: 14px;
    }

    .conts_concats h4 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .di_contacts {
        align-items: flex-start;
    }

    .inner-forms h2 {
        font-size: 26px;
    }

    .inner-forms {
        padding: 14px 11px;
    }
}