// <uniquifier>: Use a unique and descriptive class name

.playfair-display-<uniquifier> {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.roboto-slab-<uniquifier> {
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}
a{
    color: #000a2c;
    text-decoration: none;
}
/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/
.site_wrapper {
    width: 100%;
    margin: 0 auto 0 auto;
}

.container {
    width: 1280px;
    margin: auto;
}

/*---------------------------------------------------
	HEADER
------------------------------------------------------*/
/* Logo */
#logo11 {
    float: left;
    display: block;
    width: 100%;
    min-height: 73px;
    margin-top: 0px;
    position: relative;
    text-indent: -999em;
    background: url(../images/logo.png) no-repeat left top;
}

/* header area adinationals */
.logo {
    float: left;
    width: 25%;
    margin-top: 0px;
}

.menu_main {
    float: left;
    width: 75%;
    z-index: 9999;
}

.mstslider {
    width: 100%;
    float: left;
}

/* top navigations */
.top_nav {
    float: left;
    width: 100%;
    background: #002147;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.top_nav .left {
    float: left;
    width: 36%;
    padding: 9px 0px;
    font-family: 'Poppins', sans-serif;
}

.top_nav .left i {
    color: #fff;
}

.top_nav .left a {
    color: #fff;
    margin-right: 25px;
    font-weight: 400;
}

.top_nav .left a:hover {
    color: #999;
    transition: all 0.3s ease;
}

.top_nav .right {
    float: left;
    width: 64%;
    text-align: right;
}

.top_nav ul.topsocial {
    float: right;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
}

.top_nav .topsocial li {
    float: left;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

.top_nav .topsocial li a {
    float: left;
    color: #fff;
    font-size: 15px;
    border-radius: 100%;
    text-align: left;
    vertical-align: middle;
    transition: all 0.3s ease;
    margin-right: 0px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.top_nav .topsocial li a:hover {
    color: #fff;
}

.top_nav .topsocial li a i {
    padding-right: 5px;
}

.top_nav .admission-enquiry {
    background: #e80040;
    padding: 9px 16px;
    border-radius: 0px !important;
}

.top_nav .online-admission {
    background: #e8af00;
    padding: 9px 18px;
    border-radius: 0px !important;
}
.top_nav .top-bg-blue {
    background: #2196f3;
    padding: 9px 18px;
    border-radius: 0px !important;
}
.top_nav .downloadapp {
    background: #2d51c1;
    padding: 9px 18px;
    border-radius: 0px !important;
}

.top_nav .login {
    background: #68994b;
    padding: 9px 18px;
    border-radius: 0px !important;
}

.tpbut {
    float: right;
    color: #c3c3c3;
    margin-left: 0px;
    padding: 7px 18px;
    border-right: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
    transition: all 0.3s ease;
}

.tpbut:hover,
.tpbut.active {
    color: #999;
    background: #f9f9f9;
}

.tpbut.two {
    border-right: 1px solid #f3f3f3;
    border-left: none;
}


.top_section {
    float: left;
    width: 100%;
    /*height: 100px;*/
    background: #fff;
    position: fixed;
    display: block;
    z-index: 9000 !important;
    border-bottom: 1px solid #eee;
    padding: 6px 0;
}

.top_section .left {
    float: left;
    width: 40%;
}

.top_section .right {
    float: left;
    width: 60%;
    margin-top: 27px;
    text-align: right;
    color: #000;
    font-size: 13px;
}

.top_section .right a {
    color: #000;
    font-size: 13px;
    transition: all 0.3s ease;
}

.top_section .right a:hover {
    color: #000;
}

.top_section .right i {
    color: #000;
    margin-left: 22px;
}

.top_section ul.topsocial {
    float: right;
    padding: 0px;
    margin: 0px 0px 0px 20px;
}

.top_section .topsocial li {
    float: left;
    padding: 0px;
    margin: 0px 5px 0px 0px;
}

.top_section .topsocial li a {
    float: left;
    color: #000;
    font-size: 11px;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    transition: all 0.3s ease;
    margin: 0;
    background: #333;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    line-height: 20px;
}

.top_section .topsocial li a:hover {
    background: #000;
}

.top_section .topsocial li a i {
    color: #fff;
    margin: 0;
}


.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

@media only screen and (min-width: 1200px) {
    .site-branding {
        display: block;
        position: relative;
        background-color: #fff;
        z-index: 10;
    }
}

@media only screen and (min-width: 1200px) {
    .site-branding {
        padding: 7px 0 0;
    }
}

.mr-auto,
.mx-auto {
    /*margin-right: auto!important;*/
    margin-right: 505px
}




@media only screen and (min-width: 1200px) {

    .site-branding:after,
    .site-branding:before {
        content: "";
        position: absolute;
        left: 100%;
        top: 0;
        width: 45px;
        height: 100%;
        margin-right: 0px;
        margin-left: 0px;
        background-color: #fff;
    }
}

@media only screen and (min-width: 1200px) {
    .site-branding:before {
        left: auto;
        right: 100%;
        width: 1200px;
    }
}

.site-branding img {
    z-index: 1;
    position: relative;
}



.pt-20 {
    padding-top: 20px;
}

.widget_info:not(:last-child) {
    padding-right: 80px;
}

.widget_info {

    /*padding-bottom: 11px;*/
    position: relative;
}

.widget_info .widget_icon {
    font-size: 30px;
    color: #e80040;
}



.widget_info .widget_content {
    margin-left: 20px;
    position: relative;
}

.widget_info .widget_title {
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.5px;
    font-family: "Roboto Slab", serif;
}

.widget_info .widget_desc {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 0;
    font-family: "Roboto Slab", serif;
    letter-spacing: 0.3px;
    color: #000;
    margin-bottom: 8px;
}

.widget_info .widget_title-1 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.5px;
    margin: 0;
    font-family: "Roboto Slab", serif;
    text-transform: uppercase;
    background-color: #05754d;
    height: 47px;
    padding: 10px 30px;
    border: solid 1px #05754d;
}

/*.widget_info:not(:last-child) .widget_content:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: rgba(243,243,243,1);
    display: block;
    position: absolute;
    right: -46px;
    top: 0px;
}*/

.icon svg {
    max-width: 40px;
    min-width: 40px;
    fill: #05754d;
    margin-top: -11px;
}

.slidermar {
    margin-top: 154px;
}


.sublinks {
    width: 16.66%;
    float: left;
    text-align: center;
}

.sublinks p {
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    padding-top: 15px;
}

.sublinks-1 {
    float: left;
    padding: 35px 10px;
    background: url(../images/1.jpg);
    width: 100%;
}

.sublinks-2 {
    float: left;
    padding: 35px 10px;
    background: url(../images/2.jpg);
    width: 100%;
}

.sublinks-3 {
    float: left;
    padding: 35px 10px;
    background: url(../images/7.jpg);
    width: 100%;
}

.sublinks-4 {
    float: left;
    padding: 35px 10px;
    background: url(../images/8.jpg);
    width: 100%;
}

.sublinks-5 {
    float: left;
    padding: 35px 10px;
    background: url(../images/6.jpg);
    width: 100%;
}

.sublinks-6 {
    float: left;
    padding: 35px 10px;
    background: url(../images/5.jpg);
    width: 100%;
}

.services-section {
    width: 100%;
    float: left;
    padding: 80px 0px 50px;
}

.services-left {
    width: 69%;
    float: left;
    margin-right: 3%
}

.services-right {
    width: 28%;
    float: left;
    margin-right: 0%;
    background: #830a48;
    padding: 20px 20px;
}

.services-right h4 {
    font-family: "Roboto Slab", serif;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 24px;
    color: #fff
}

.find-schools-input {
    width: 100%;
    float: left;
    padding: 0px 18px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #dfdfdf;
    margin-bottom: 17px;
    font-family: 'Poppins', sans-serif;
}

.find-schools-input select {
    width: 100%;
    border-radius: 25px;
    background: #fff;
    border: 0px solid #dfdfdf;
    height: 43px;
    color: #000;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.find-schools-search {
    padding: 8px 15px;
    border-radius: 5px;
    background: #e80040;
    border: 1px solid #e80040;
    height: 42px;
    color: #fff;
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.8px;
    margin-top: 10px;
}

.services-left-box {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 33px;
}

.services-left-box:nth-child(2n+2) {
    margin-right: 0%
}

.services-right ul li {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    padding-bottom: 15px;
}

.services-right ul li i {
    padding-right: 8px;
}

.services-right ul li:last-child {
    padding-bottom: 0px;
}

.admission-box {
    border-right: 2px solid #0eb053;
    padding-right: 16px;
}

.admission-box span {
    font-size: 30px;
    color: #5076bb;
    float: left;
    margin-right: 25px;
    margin-bottom: 50px;
    margin-top: 5px;
}

.admission-box h4 {
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    font-size: 19px;
    color: #000
}

.admission-box p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.expert-section {
    position: relative;
    display: block;
    background: #fef7f1;
    padding: 60px 0px 60px;
    z-index: 1;
}

.expert-section-left {
    width: 47%;
    float: left;
    margin-right: 6%
}

.expert-section-right {
    width: 47%;
    float: left;
    margin-right: 0%
}

.expert-section-left h2 {
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-size: 43px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
    line-height: 55px;
}

.expert-section-left p {
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 50px;
}

.expert-circle {
    position: relative;
    display: block;
}

.expert-circle ul li {
    position: relative;
    display: inline-block;
    width: 230px;
    height: 230px;
    padding-top: 45px;
    text-align: center;
    margin-right: 50px;
    z-index: 1;
    float: left
}

.expert-circle li::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    border-radius: 50%;
    z-index: -1;
    content: "";
}

.expert-circle li::after {
    position: absolute;
    top: -10px;
    left: -3px;
    bottom: 0px;
    right: 0px;
    background: #f8ece1;
    z-index: -2;
    border-radius: 50%;
    content: "";
}

.expert-circle ul li h4 {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 43px;
    color: #f37e21;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.expert-circle ul li h6 {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 17px;
    color: #000;
    font-weight: 500;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 6px;
}

.expert-circle ul li p {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0px;
}

@keyframes spinning {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.spin {
    animation-name: spinning;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    /* linear | ease | ease-in | ease-out | ease-in-out */
    animation-timing-function: linear;
    width: 150px;
    height: 150px;
    float: left;
}

.second-image {
    margin-top: -140px;
}



.university-highlights {
    background: #fbf7ec;
    padding: 90px 0 60px;
}

.university-highlights-heading {
    width: 30%;
    float: left;
    margin-right: 4%;
    padding-right: 2%;
    border-right: 1px dashed #612908;
    font-size: 36px;
    font-family: 'Playfair Display', cursive;
    /*font-style: italic;*/
    color: #612908;
    line-height: 44px;
    font-weight: 400;
}

.university-highlights-heading span {
    font-size: 60px;
    padding-left: 5px;
    color: #ff8333;
    font-weight: 900;
}

.university-highlights-text {
    width: 66%;
    float: left;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    /*font-style: italic;*/
    color: #000;
    line-height: 32px;
    font-weight: 400;
    padding-top: 6px;
}

.voc-wrap {
    background: #612908;
    padding: 4px 40px;
    border-radius: 15px;
    width: 54%;
    position: absolute;
    left: 5%;
    top: -35px;
}

.voc-wrap h1 {
    font-size: 1.714em;
    color: #f2a502;
    font-family: "Roboto Slab", serif;
    font-weight: normal;
    text-transform: none;
    position: relative;
    width: fit-content;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 16px;
}

.voc-wrap h1:after {
    bottom: -13px;
    position: absolute;
    right: -27px;
    content: '.';
    color: #ff8333;
    border-radius: 100%;
    font-size: 3em;
}

.voc-wrap p {
    font-size: 14px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 300;
    padding-bottom: 15px;
    letter-spacing: 0.8px;
    line-height: 26px;
}

.voc-img {
    width: 100%;
}

.voc-details {
    padding-right: 5%;
}

.voc-item {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 40px;
}

.voc-item img.v-icon {
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 8%);
    /*height: 70px;
    width: 70px;*/
    padding: 6px;
    border-radius: 100%;
    margin-right: 4%;
}

.line2 {
    position: absolute;
    left: 9px;
    top: 65px;
    z-index: 0;
    vertical-align: middle;
}

.voc-det h1 {
    text-align: left;
    color: #000;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    font-weight: 400;
    font-family: "Roboto Slab", serif;
    margin-bottom: 0
}

.voc-det p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-family: 'Poppins';
    line-height: 2;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
}

.university-highlights-points-left {
    width: 55%;
    float: left;
    margin-right: 5%;
    position: relative;
}

.university-highlights-points-right {
    width: 40%;
    float: left;
    margin-right: 0%
}




.achievements {
    background: #efbd38;
    padding: 60px 0px 75px;
}

.achievements .container {
    width: 1170px;
}

.achievements h2 {
    color: #000;
    font-weight: 500;
    font-family: "Roboto Slab", serif;
    font-size: 28px;
    text-align: center;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.achievements-box {
    background: #fff;
    padding: 15px;
    width: 31%;
    float: left;
    margin-right: 3.5%;
    text-align: center;
    transition: all 500ms ease !important;
}


.achievements-box:hover {
    transform: translateY(-20px);
    transition: all 500ms ease !important;
}

.achievements-box:last-child {
    margin-right: 0%
}

.achievements-box h4 {
    padding-top: 20px;
    font-size: 18px;
    color: #e80040;
    font-weight: 500;
    font-family: "Roboto Slab", serif;
}

.achievements-box p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 15px;
}


.rejoicePart {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.rejoicePart .rejone.rejFirst {
    background-image: url(../images/bg-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.rejoicePart .rejone {
    float: left;
    width: 46%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
}

.rejoicePart .rejtwo {
    float: left;
    width: 27%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
}

.blockItmescrll.blockItmescrllNew {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.blockItmescrll {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(90px);
    -moz-transform: translateX(90px);
    -ms-transform: translateX(90px);
    transform: translateX(90px);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.our-vision h4 {
    color: #000;
    font-size: 24px;
    margin-bottom: 35px;
    font-weight: 400;
    font-family: "Roboto Slab", serif;
}

.our-vision p {
    color: #000;
    font-size: 16px;
    padding-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
}

.our-vision i {
    color: #fcb918;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.pb-95 {
    padding-bottom: 95px !important;
}

.our-mission h4 {
    color: #000;
    font-size: 24px;
    margin-bottom: 34px;
    font-weight: 400;
    font-family: "Roboto Slab", serif;
}

.our-mission p {
    color: #000;
    font-size: 18px;
    padding-bottom: 33px;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    text-align: center;
}



.team-btn {
    background: #f7a707;
    padding: 10px;
    color: #000;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.rejoicePart .rejthree {
    float: left;
    width: 27%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;

}

.rejoicePart .rejthree .rejOneFst {
    float: left;
    width: 100%;
    background: #f9f9f9;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 60px;
}

.rejoicePart .rejthree .rejOneFst h1 {
    float: left;
    width: 100%;
    font-size: 28px;
    color: #c87100;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.rejoicePart .rejthree .rejOneFst h6 {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 46px;
    position: relative;
}

.rejoicePart .rejthree .rejOneFst span {
    float: left;
    width: 100%;
    margin-top: 26px;
    text-align: right;
}

.rejoicePart .rejthree .rejOneFstNew {
    float: left;
    width: 100%;
    padding: 0px 40px;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #091f4f;
}

.rejoicePart .rejthree .rejOneFstNew h4 {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    margin-bottom: 10px;
}



.rejoicePart .rejthree .rejOneFstNew .rjmore {
    float: left;
    width: 100%;
    margin-top: 40px;
    text-align: right;
}

.rejoicePart .rejtwo .rjCoverone {
    /* float: left;
    width: 100%;
    padding: 0px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 360px;
    background-color: #be0707;
    background-image: url(../images/flg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: 35%;*/

    float: left;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 60px;
    padding-bottom: 0px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-align: center;
    -ms-flex-align: center;

}

.rejoicePart .rejtwo .rjCoverone h4 {
    text-align: left;
}

.rejoicePart .rejtwo .rjCoverone p {
    text-align: left;
}

.rejoicePart .rejtwo .rjCovertwo {
    background-image: url(../images/bg-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    float: left;
    width: 100%;

}

.about-sectio-center-text h4 {
    /*display: block;
    min-width: max-content;
    min-width: intrinsic;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    color: #eee;
    padding-left: 45px;
    position: relative;
    top: 1px;
    line-height: 1;
    transform: rotate(90deg);
    writing-mode: vertical-rl;*/
    color: #000;
    padding-top: 60px;

}

.shape {
    clip-path: polygon(0 1%, 100% 0%, 100% 100%, 49% 80%, 0 100%);
    background-color: #fcb918;
    padding: 13px 10px 66px;
    width: 100%;
    text-align: center;
}

.shape h5 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.shape h6 {
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.about-sectio-center {
    background-color: #091f4f;
}

.leftside-links {
    padding-left: 353px;
    padding-top: 60px;
    padding-right: 100px;
    padding-bottom: 60px;
}

.leftside-links h4 {
    font-size: 24px;
    text-align: left;
    color: #fff;
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    padding-bottom: 18px;
}

.leftside-links ul li {
    font-size: 15px;
    text-align: left;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    border-bottom: 1px solid #fff;
    padding: 20px 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {
    .leftside-links {
        padding-left: 94px;
        padding-top: 80px;
        padding-right: 100px;
    }
}

@media only screen and (min-width: 1367px) and (max-width: 1920px) {
    .rejoicePart .rejthree .rejOneFst {
        float: left;
        width: 100%;
        background: #f9f9f9;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 60px;
    }
}





.our-gallery-section {
    padding: 80px 0px;
    position: relative;
}

.our-gallery h1 {
    font-family: 'Playfair Display', cursive;
    margin-top: 120px;
    font-style: italic;
    font-size: 90px;
    color: #808080;
    margin-bottom: 35px;
    font-weight: 400;
}

.our-gallery h1 span {
    color: #eca100
}

.gallery-text {
    margin-left: 130px;
    font-weight: 300;
    color: #4b4c4c;
    font-size: 24px;
    line-height: 30px;
}

.gallery-text img {
    padding-right: 25px;
}

/*.SecInfo {
    max-width: 675px;
    font-size: 24px;
    line-height: 30px;
    padding-left: 85px;
    margin-left: 130px;
    font-weight: 300;
    color: #4b4c4c;
    position: relative;    top: 30px;
}

.SecInfo svg {
    stroke: #eca100;
}

.SecInfo svg {
    top: -30px;
    width: 61px;
    height: 47px;
    stroke-width: 2px;
    position: absolute;
    left: 0;display: inline-block;    vertical-align: middle;
    overflow: hidden;
}
*/
.pl-325 {
    padding-left: 325px;
}


.gallery-image {
    width: 13.42%;
    float: left;
    margin-right: 1%;
}

.gallery-image:last-child {
    margin-right: 0%;
}

.gallery-image img {
    border-radius: 8px;
}


.gallery-image:nth-child(1) {
    margin-top: 48px;
}

.gallery-image:nth-child(3) {
    margin-top: 48px;
}

/*.gallery-image:nth-child(5) {
    margin-top: 48px;
}
*/
.gallery-image:nth-child(7) {
    margin-top: 48px;
}

.Block {
    background-color: #011045;
    width: 39px;
    height: 39px;
    border-radius: 5px;
    float: right
}

.Block-1 {
    background-color: #eca100;
    width: 39px;
    height: 39px;
    border-radius: 5px;
    float: right
}

.Block-1 {
    background-color: #eca100;
    width: 39px;
    height: 39px;
    border-radius: 5px;
    float: left
}

.Block-2 {
    background-color: #eca100;
    width: 39px;
    height: 39px;
    border-radius: 5px;
    float: left;
    opacity: .502;
    margin-bottom: 8px;
}

.Block-3 {
    background-color: #eca100;
    width: 39px;
    height: 39px;
    border-radius: 5px;
    float: left;
    opacity: .502;
    margin-bottom: 8px;
}


.serices-section2 {
    width: 100%;
    padding: 80px 0px 100px;
    background-color: #fff;
}

.serices-section2 .container {
    width: 1170px;
}

.serices-section2 h6 {
    color: #000;
    font-family: "Roboto Slab", serif;
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}

.serices-section2 h2 {
    color: #000;
    font-family: 'Playfair Display', cursive;
    margin-bottom: 60px;
    font-weight: 400;
    font-size: 28px;
    text-align: center;
}

.service-section-box {
    width: 32%;
    margin-right: 2%;
    float: left;
    border-radius: 15px;
    background-color: #f7b84c;
    box-shadow: 0 4px 30px 0 rgb(0 0 0 / 5%);
    transition: all .5s ease;
}

.service-section-box-1 {
    width: 32%;
    margin-right: 2%;
    float: left;
    border-radius: 15px;

    transition: all .5s ease;
}

.inner-services-box1 {
    background-color: #f7b84c;
    margin-bottom: 25px;
    border-radius: 15px;
}

.inner-services-box2 {
    background-color: #f7b84c;
    border-radius: 15px;
}

.service-section-box img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.services-text {
    padding: 25px;
}



.services-text h4 {
    font-size: 20px;
    color: #000;
    font-family: "Roboto Slab", serif;
    margin-bottom: 4px;
    padding-bottom: 5px;
    font-weight: 500;
}

.services-text p {
    font-size: 15px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding-bottom: 0px;
    line-height: 25px;
}

.services-text-1 {
    padding: 30px 25px 35px 25px;
}

.services-text-1 h4 {
    font-size: 20px;
    color: #000;
    font-family: "Roboto Slab", serif;
    margin-bottom: 9px;
    padding-bottom: 5px;
    font-weight: 500;
}

.services-text-1 p {
    font-size: 15px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding-bottom: 0px;
    line-height: 25px;
}




.facilitates-section {
    background: #fff7f3;
    padding: 80px 0px 100px;
    margin-top: 80px;
}

.facilitates-section h6 {
    color: #000;
    font-family: "Roboto Slab", serif;
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}

.facilitates-section h2 {
    color: #000;
    font-family: 'Playfair Display', cursive;
    margin-bottom: 150px;
    font-weight: 400;
    font-size: 28px;
    text-align: center;
}


.why-box {
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(207, 207, 207, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(207, 207, 207, 1);
    box-shadow: 0px 0px 5px 0px rgba(207, 207, 207, 1);
    padding: 27px 27px 27px 27px;
    border-radius: 10px;
    width: 17%;
    margin-right: 3.75%;
    float: left;
    margin-top: -90px;
    transition: all 500ms ease !important;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
}

.why-box:hover {
    transform: translateY(-20px);
    transition: all 500ms ease !important;
}

.why-box img {
    padding-bottom: 15px;
}

.why-box h6 {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    color: #03062c;
    font-size: 18px;
    letter-spacing: 0.5px;
}





/*.testimonials{background-color:#830a48; position: relative; }*/

.testimonials {
    padding-top: 100px;
    padding-bottom: 60px;
    background-color: #830a48;
    background-image: url(../images/shopassistant-section-bg2.svg);
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}


.testimonials.top-1 {
    top: 0;
    background-position: center top;
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    background-repeat: repeat-x;
    z-index: 2;
    background-image: url(../images/shopassistant-section-pic2.webp);
    height: 35px;
}

.testimonials.bottom-1 {
    bottom: 0;
    background-position: center bottom;
    height: 35px;
    position: absolute;
    left: 0;
    background-repeat: repeat-x;
    z-index: 2;
    background-image: url(../images/shopassistant-section-pic3.webp);
    width: 100%;
}

.testimonials-content {
    padding: 100px 0;
}

.testimonials-content h2 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 35px;
    font-weight: 500;
    font-size: 60px;
    text-align: center;
}

.testimonials-content h2 span {
    display: inline-block;
    background: #ffcf00;
    color: #fff;
    width: 65px;
    height: 65px;
    font-size: 60px;
    border-radius: 24px;
    line-height: 60px;
    text-align: center;
}

.testimonials-content h6 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 70px;
    font-weight: 500;
    font-size: 40px;
    text-align: center;
}

.testimonials-content .peosays .one_half {
    position: relative;
    margin-right: 4%;
    float: left;
    width: 48%;
}

.testimonials-content .peosays {
    width: 90%;
    margin: 0 auto;
}

.testimonials-content .peosays .box {
    float: left;
    width: 100%;
    background-color: #830a48;
    padding: 30px 30px 60px;
    border: solid 16px #8F1956;
    border-radius: 30px;
    text-align: left;

    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.testimonials-content .peosays .who {
    float: left;
    width: 100%;
    text-align: right;
    padding: 25px 49px 18px 35px;
    background: url(../images/down-arrow.png) no-repeat 45px top;
    margin-top: -5px;
    font-size: 12px;
    color: #fff;
}

.testimonials-content .peosays .who img {
    border-radius: 100%;
    float: right;
    margin-left: 18px;
}

.testimonials-content .peosays .who strong {
    font-size: 14px;
    color: #fff;
    display: block;
    line-height: 16px;
    font-weight: 600;
    margin-top: 5px;
}







.last {
    margin-right: 0 !important
}


.footer {
    background: #000a2c;
    position: relative;
    padding-top: 60px;
}

.footer.inner-footer {
    padding-top: 0;
}

.footer .contactBox {
    display: flex;
    align-items: center;
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.contentBox {
    width: calc(100% - 240px);
}

.footer .contactBox a {
    font-size: 18px;
    color: #fff;
    padding: 15px;
    border-bottom: 1px solid #fff;
    transition: all .5s;
    padding-top: 30px;
    display: block;
    width: fit-content;
    padding: 15px;
}

.footer .contactBox a svg {
    width: 20px;
    height: 20px;
    transition: all .5s;
    fill: #fff;
}

.footer .contactBox .contentBox h3 {
    font-size: 25px;
    line-height: 50px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: "Roboto", Sans-serif;
}

.footer .contactBox .contentBox p {
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
    margin: 0;
    color: #fff;
    font-family: "Roboto", Sans-serif;
}

.footer .toprw {
    padding: 60px 0 0;
    /* border-top: 1px solid rgba(255,255,255,.2); */
}


.footer-1 {
    width: 14%;
    margin-right: 5.666%;
    float: left
}


.footer-1 p {
    color: #fff;
    font-weight: 400;
    line-height: 28px;
    font-size: 15px;
    font-family: "Roboto", Sans-serif;
    padding-bottom: 25px;
}

.footer-1 h4 {
    color: #0095da;
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto", Sans-serif;
    margin-bottom: 15px;
}

.footer-1 ul li {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    font-family: "Roboto", Sans-serif;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.footer-1 ul li a {
    color: #fff;
}

.footer-2 {
    width: 12%;
    margin-right: 5.666%;
    float: left
}

.footer-2 h4 {
    color: #0095da;
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto", Sans-serif;
    margin-bottom: 15px;
}

.footer-2 ul li {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    font-family: "Roboto", Sans-serif;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.footer-2 ul li a {
    color: #fff;
}

.footer-3 {
    width: 35%;
    margin-right: 5.666%;
    float: left
}

.footer-3 h4 {
    color: #0095da;
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto", Sans-serif;
    margin-bottom: 15px;
}

.footer-3 ul li {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    font-family: "Roboto", Sans-serif;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.footer-3 ul li a {
    color: #fff;
}

.footer-4 {
    width: 22%;
    margin-right: 0%;
    float: left
}

.footer-4 h4 {
    color: #0095da;
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto", Sans-serif;
    margin-bottom: 15px;
}

.footer-4 ul li {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    font-family: "Roboto", Sans-serif;
    line-height: 28px;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
    padding-left: 15px;
}

.footer-4 ul li a {
    color: #fff;
}

.footer-4 ul li i {
    margin-left: -15px;
    color: #fff;
}





.footer .CopyRight {
    padding: 30px 0;
    margin-top: 30px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.footer .CopyRight .FlexBox {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}

.footer .CopyRight .lft_bx {
    justify-content: flex-start;
    flex-wrap: wrap;
    display: flex;
    align-items: flex-end;
    /* justify-content: center; */
}

.footer .CopyRight .logo {
    margin-right: 15px;
    margin-bottom: 0;
    width: 73px;
    /* margin: 0; */
}

.footer .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer .CopyRight p {
    color: #fff;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    font-family: "Roboto", Sans-serif;
    text-align: center;
    margin-bottom: 0px;
}

.footer .CopyRight .rit {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.footer .CopyRight .rit .social {
    margin-right: 45px;
    margin-bottom: 0;
    display: flex;
}

.footer .CopyRight .rit .social .label {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, .55);
    font-style: italic;
}

.footer .CopyRight .rit .social ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 0;
    /* justify-content: center; */
    justify-content: flex-end;
}

.footer .CopyRight .rit .social ul li {
    width: auto;
    margin-left: 20px;
}

.footer .CopyRight .rit .social ul li a {
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .CopyRight .rit .social ul li a svg {
    fill: #0095da;
    width: 18px;
    height: 18px;
    transition: all .3s;
}
.footer .CopyRight .rit .social ul li a i {
    color:transparent;
    font-size:  19px;
    transition: all .3s;
    -webkit-text-stroke: 1px  #0095da;
}
.footer .CopyRight .rit .designed {
    font-size: 14px;
    font-family: "Roboto", Sans-serif;
    color: #d3b507;
    text-transform: capitalize;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer .CopyRight .rit .designed a {
    padding-left: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
}


.principal-section {
    background-color: #fbf7ec;
    padding: 80px 0px
}

.principal-section h6 {
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;

    color: #000;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 0.5px;
}

.principal-section h1 {
    font-family: 'Playfair Display', serif;
    color: #000;
    font-size: 32px;
    line-height: 1.4em;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.principal-section p {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.2px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.services-box {
    width: 31.5%;
    float: left;
    margin-right: 2.75%;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px 12.5px 0;
    margin-bottom: 80px;
    position: relative;
}

.services-box h4 {
    font-family: "Roboto Slab", serif;
    color: #d8281a;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 15px;
    padding-top: 10px;
    text-align: center;
}

.services-box h4 span {

    color: #000;

}

.services-box h6 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
    text-align: center;
}

.services-box p {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 0px;
}

.services-box:nth-child(3n+3) {
    margin-right: 0%
}

.services-box img {
    width: 100%;
}

.prod-div:after {
    content: "";
    background: url(../images/shape3.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: unset;
    left: 50%;
    width: 95%;
    bottom: -74px;
    right: 15px;
    height: 50px;
    z-index: 9;
    transform: translate(-50%, -50%);
}

.read-more {
    background: #ffae27;
    background: #ffae27;
    padding: 11px 40px;
    text-transform: uppercase;
    border-radius: 25px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    width: fit-content;
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.pl-0 {
    padding-left: 0px !important
}

.pr-0 {
    padding-right: 0px !important
}

/* scroll up */
.scrollup {
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 22px;
    right: 20px;
    display: none;
    text-indent: -9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
    z-index: 9001;
}

/* ------Inner Start----- */
/*.inner-banner {
    width: 100%;
    margin-top: 150px;
}*/

.inner-banner img {
    width: 100%;
}

.inner-content {
    padding: 70px 0px 60px;
}

.inner-content p {
    line-height: 28px;
    font-size: 14px;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.3px;

}
.inner-content p:last-child {
    margin-bottom: 0px;
}
.inner-content ul li{
  line-height: 28px;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.3px;
}
.inner-content ul li span{
    border: solid #0a6cdb;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 2.5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-right: 10px;
}

.inner-content.about .founer-img {
    width: 100%;
    border-radius: 100%;
    border: 10px solid #fff;
    box-shadow: 0px 0px 10px #e7e7e7;
}

.inner-content.about .margin-top {
    margin-top: 15px;
}
.founder-image{
    text-align: center;
    position: sticky;
    top: 100px;
}
.founder-image h4{ 
 line-height: 28px;
    font-size: 21px;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.3px;
    box-shadow: 0px 0px 10px #e7e7e7;
    display: inline-block;
    padding: 18px 20px;
    border-radius: 10px;
    background: #325c98;
    padding-top: 35px;
    margin-top: -18px;
    z-index: -1;
    position: relative;
}
.founder-border-box{
    width: 100%;
    float: left;
    border:1px solid #ddd;
    padding: 20px 20px;
    position: relative;
    margin-top: 15px;
}
.founder-border-box:before{
    position: absolute;
    content: "\f10d";
    font-family: fontawesome;
    left: 20px;
    top: -10px;
    color: #d8281a;
    font-size: 20px;

}
.founder-text h4{
line-height: 28px;
    font-size: 21px;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #d8281a;
    letter-spacing: 0.3px;
}
.founder-sec2{
     width: 100%;
    float: left;
    margin-top: 50px;
    padding: 60px 0px;
    background: #f7fbff;

}

.vision-misssion{
    width: 100%;
    float:left;    
    display: flex; justify-content: center; flex-wrap: wrap;
}


.inner-content .vision {
    text-align: center;
    padding: 35px 0px;
    border: 1px solid #ccc;
    border-radius: 8px;
   height: 100%;
}

.inner-content .vision img {
    box-shadow: none;
    border: 0;
    width: 80px;
    margin-bottom: 20px;
}

.inner-content .vision p {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.inner-content table {
    width: 100%;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-collapse: collapse;

}

.inner-content table thead tr th {
    color: #fff;
    background: #053052;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 12px 15px;
        border-right: 1px solid #4a4a4a;
}
.inner-content table thead tr th:last-child { border-right: 0px solid #4a4a4a;}

.inner-content table tbody tr td {
    padding: 10px;
    color: #000;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.3px;
        padding-left: 20px;
}
.inner-content.sec-arts .row{
    display: flex;
    align-items: center;
}

.inner-content.walk-enrolments img{
    width: 100%;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #d3cfcf;
    margin: 20px 0px 15px 0px;
}
.inner-content .contact-form{
    /*background: #fbf7ec;*/
    background: #002847;
    padding:20px 40px 40px;
    margin-bottom: 60px;
}
.inner-content .contact-form h3{margin-bottom: 20px; color: #f5ca48; font-size: 20px;}

.inner-content .contact-form .form-group{
    margin-bottom: 15px;
}
.inner-content .contact-form .form-group label{
    font-weight: 400;
     font-family: 'Poppins', sans-serif;
     color: #87dee9;
     font-size: 12px;
     margin-bottom: 3px;
}
.inner-content .contact-form .form-group .form-control{
    border: 0;
    border-radius: 0;
    box-shadow: none;
     font-family: 'Poppins', sans-serif;
     height: 40px;
     background: #f8f8f8;
}
.inner-content .contact-form .form-group textarea.form-control{
    height: 100px;
}

.inner-content .contact-form button{
     font-family: 'Poppins', sans-serif;
}
/*=====================================*/
.inner-banner {
    width: 100%;
    margin-top: 150px;
    float: left;
    background: url(../images/inner-banner.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    height: 370px;
}
.inner-banner-title{
    width: 70%;
    float: left;
    height: 380px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.inner-banner-title h2{
font-size: 3.239em;
    font-style: normal;
    font-weight: 900;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    line-height: 64.14px;
    color: rgba(0, 0, 0, 0);
    letter-spacing: 2px;
    -webkit-text-stroke: 2px #612909;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    margin-bottom: 0px;
}
.inner-banner-title p{
    font-family: 'Poppins', sans-serif;
    color: #000;
    display: block;
    width: 100%;
    float:left;
}
.inner-banner-title p a{ color: #795548}

.inner-banner-title p  i{ color: #795548}
/*====*/
.border-left-text{
    border-left: 3px solid #d8281a;
    padding-left: 20px;
    font-weight: 600;
    font-size: 15px;
    color: #000;
    letter-spacing: 0.3px;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    margin-bottom: 15px;
}
.aboutus-bg-box{
    width: 100%;
    float: left;
    margin-top: 10px;
    background: #fff8ec;
    padding: 25px 20px;
}

.aboutus-bg-box h5{  font-weight: 600;
    font-size: 14px;
    color: #000;
    letter-spacing: 0.3px;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    margin-bottom: 15px;
}
.aboutus-bg-box img{ float: left; width: 95px; margin-right: 15px;}

.aboutus-bg-text{
    width: 85%;
    float: left;
}
.lifegrow-image{
    width: 100%;
    border-radius: 20px;
    height: 300px;
    object-fit: cover;
    object-position: top;
}
/*==============*/
.affiliation h3{
  font-weight: 600;
    font-size: 22px;
    color: #f44336;
    letter-spacing: 0.3px;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    margin-bottom: 8px;
    text-align: center;
}
.affiliation h4{
  font-weight: 600;
    font-size: 18px;
    color: #000;
    letter-spacing: 0.3px;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: center;
}
.affiliation-image{
    width: 215px;
    height: 215px;
    border-radius: 50%;
    margin-top: 95px;
    text-align: center;
    border: 3px solid #0a6cdb;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
/*========*/
.acadamics-plus h3{
     font-weight: 600;
    font-size: 22px;
    color: #d8281a;
    letter-spacing: 0.3px;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: left;
}
.sec-arts h4{
    font-weight: 600;
    font-size: 24px;
    color: #d8281a;
    letter-spacing: 0.3px;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
}
.sec-arts h4:before{
    position: absolute;
    content: "ARTS";
    color: rgb(0 0 0/0.04);
    left: 0px;
    top: -17px;
    font-size: 83px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
}
.admissions h3{
        font-weight: 600;
    font-size: 18px;
    color: #d8281a;
    letter-spacing: 0.3px;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    margin-bottom: 6px;
    text-align: left;
    position: relative;
}

.walk-enrolments span i{
       color:transparent;
    -webkit-text-stroke: 2px #d8281a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    margin-left: 5px;
}
.walk-enrolments p{text-align: center; font-size: 16px;}

.infrastructure h3{
         font-weight: 600;
    font-size: 22px;
    color: #d8281a;
    letter-spacing: 0.3px;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    margin-bottom: 15px;
    text-align: left;
    position: relative;

}
.career-icon{
    color: #d8281a;
    margin-right: 10px;
    font-size: 16px;
}
/*====*/
.address-item{
    width: 90%;
    float: left;
    margin-top: 30px;
}
.contactus-page h3{
font-weight: 600;
    font-size: 18px;
    color: #d8281a;
    letter-spacing: 0.3px;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    margin-bottom: 6px;
    text-align: left;
    position: relative;
}
.address-item .icon{
    float: left;
    margin-right: 25px;
    border: 2px dashed #ddd;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    line-height: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.address-item .icon img{width: 45px;}

.address-detils{
    overflow: hidden;
}
/*=====================*/
/*responsive tab start*/

.r-tabs {
  position: relative;
    background-color: transparent;
    border-top: 0px solid #00c5ad;
    border-right: 0px solid #00c5ad;
    border-left: 0px solid #00c5ad;
    border-bottom: 0px solid #00c5ad;
    border-radius: 0px;

}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative;
  background-color: #0a6cdb;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
   font-family: 'Poppins', sans-serif;
    padding: 10px 20px;
    font-size: 17px;
    letter-spacing: 0.3px;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
  opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  color: #000;
  text-shadow: none;

  background-color: #ffc600;

  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
  background-color: transparent;

  border-bottom: 0px solid white;

  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;

}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
      display: block;
    padding: 10px;
    background-color: #fff;
    color: #000;
    
    text-decoration: none;
    /* text-shadow: 0 1px rgb(0 0 0 / 40%); */
   font-weight: 500;
   font-family: 'Poppins', sans-serif;
    padding: 10px 20px;
    font-size: 17px;
    letter-spacing: 0.3px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    margin-bottom: 5px;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  background-color: #ffc600 ;
  color: #000;
  text-shadow: none;

  font-weight: 500;
   font-family: 'Poppins', sans-serif;
    padding: 10px 20px;
    font-size: 17px;
    letter-spacing: 0.3px;
}

/* Disabled accordion button */
/*.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
  opacity: 0.5;
}
*/
/* Buttons */
/*button {
  display:inline-block;
  margin-top: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  line-height: 100%;

  color: #fff;
  font-size: 14px;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  vertical-align: middle;
  font-weight: bold;
  
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #00c5ad;
  box-shadow: 0px 3px 0px 0px #00ab94;
  
  cursor: pointer;
}*/

/* Info bar */
.info {
  display:inline-block;
  margin-top: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  width: 300px;
  line-height: 100%;

  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 14px;
  color: #00c5ad;
  border: 2px solid #00ab94;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;

  cursor: pointer;
}



.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
       /*padding: 15px 0px;*/
    display: none;
    border:1px solid #ddd;
    padding:50px 30px 30px;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}

.restab-content h3 {
    color: #E66445;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}

.restab-content li {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    position: relative;
    padding-left: 25px;
    letter-spacing: 0.3px;
}

.restab-content li:before {
    position: absolute;
    content: "\f006";
    font-family: fontawesome;
    color: #ffc600;
    left: 0px;
}

.restab-content .form-group em {
    color: #DD2619;
}
.restab-content .form-control{
    font-family: 'Poppins', sans-serif;
}
.restab-content label {
    font-weight: normal!important;
    color: #000;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
}
.restab-content button, .form-group {font-family: 'Poppins', sans-serif;}

.checkBox-text{
 color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    padding-right: 25px;
    letter-spacing: 0.3px;
}

.cbp-caption, .cbp-caption-activeWrap, .cbp-caption-defaultWrap {
   
    border-radius: 5px;}

/*=================*/
.public-mandatory-title{
    box-shadow: 0px 0px 5px 0px rgb(0 0 0/0.2);
    padding: 10px 20px;
    text-align: center;

}
.public-mandatory-title h3{
    color: #d8281a;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0.3px;
    margin-bottom: 0px;
}
.public-mandatory-disclosure td a{
    color: #1271dc;
    font-weight: 500;
}
.staff-item {
    margin-bottom: 40px;
}
.staff-item:last-child {
    margin-bottom: 00px;
}
.staff-item h4{
        font-weight: 600;
    font-size: 18px;
    color: #d8281a;
    letter-spacing: 0.3px;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    margin-bottom: 0px;
    text-align: left;
    position: relative;
    border: 1px solid #d8281a;
    border-radius: 10px 10px 0px 0px;
    padding: 6px 20px;
    display: inline-block;
    border-bottom: 0px;
}
.staff-item .line{
    width: 100%;
    height: 2px;
    border: 1px solid  #ededed;
    margin-bottom: 12px;
}
.founders-page  [id]{
    scroll-margin-top:11em;
}

.staff-left{width:21%; float:left; margin-right:3%;}

.staff-left-img{background:#eee; padding:10px;}

.staff-right{width:76%; float:left; margin-right:0%;}

.staff-left h4{font-weight: 600;
    font-size: 16px;
    color: #d8281a;
    letter-spacing: 0.3px;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    margin-top: 10px;
    text-align: center;
}
   
.tc-box{width:23%; float:left; margin-right:2.666%; border:1px solid #ddd; margin-bottom:30px; }

.tc-box:nth-child(4n+4){margin-right:0%;}

.tc-box img{width:100%; height:250px;}

.tc-box h5{font-weight: 600;
    font-size: 14px;
    color: #d8281a;
    letter-spacing: 0.3px;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    margin-top: 10px;
    text-align: left;
    padding-left:10px;margin-bottom: 0px;
}

.tc-box h6{font-weight: 500;
    font-size: 15px;
    color: #000;
    letter-spacing: 0.3px;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    margin-top: 0px;
    text-align: left;
    padding-left:10px;
    padding-right:10px;
}






