/* font-family: 'Open Sans', sans-serif; */

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    transition: all 0.5s;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none;
    outline: none;
}

a:focus {
    outline: none;
    text-decoration: none;
    outline-offset: inherit;
}

body {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px;
}

p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

.alertWrap {
    background: #2C9080;
    padding: 14px 0;
}

.alertWrap p {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */
    color: #FFFFFF;
    margin: 0;
    text-align: center;
}

.topHead {
    background: #2CCC88;
    padding: 14px 0;
    color: #fff;
}

.topHead span img {
    margin-right: 10px;
}

.topHead a {
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */
    color: #FFFFFF;
    text-decoration: none;
}

.topHead a:hover {
    color: #000;
    text-decoration: none;
}

.socialLink a {
    margin-left: 8px;
    display: inline-block;
    font-size: 19px;
}

.socialLink a:hover {
    color: #000;
}

.navbar-expand-lg .navbar-nav .nav-item {
    margin-left: 45px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 !important;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */
    align-items: center;
    text-transform: uppercase;
    color: #2C3034;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #2C9080;
}

.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    color: #2C9080;
}

.bg-light {
    --bs-bg-opacity: 0 !important;
}

.homeBanner .carousel-caption {
    text-align: left !important;
    width: 40%;
    left: inherit !important;
    right: 6% !important;
    bottom: inherit;
    top: 20%;
}

.homeBanner .carousel-caption p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.homeBanner .carousel-caption a {
    background: #2CCC88;
    border-radius: 50px;
    border: #fff solid 3px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
    padding: 14px 55px;
}

.homeBanner .carousel-caption a:hover {
    color: #2CCC88;
    background: #FFFFFF;
    border: #2CCC88 solid 3px;
}

.homeBanner .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background: #D9D9D9;
    cursor: pointer;
}

.homeBanner .carousel-indicators .active {
    background: #2CCC88;
}

.stickmessage {
    position: fixed;
    z-index: 99;
    right: 30px;
    bottom: 10%;
    cursor: pointer;
}

.whiteBg {
    background: #FFFFFF;
    padding-top: 50px;
    padding-bottom: 50px;
}

.greyBg {
    background: linear-gradient(90deg, #F3F3F5 10.52%, #F2F2F5 51.33%, #F2F2F5 94.83%);
    padding-top: 50px;
    padding-bottom: 50px;
}

.homeList {
    display: flex;
}

.homeList li {
    display: inline-block;
    margin-right: 23px;
    width: 19%;
}

.homeList li:last-child {
    margin-right: 0;
}

.headStyle {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */
    text-transform: uppercase;
    color: #2C9080;
    position: relative;
    padding-left: 93px;
    margin-bottom: 45px;
    margin-left: 70px;
}

.headStyle::before {
    content: '';
    background: #2C9080;
    width: 78px;
    height: 2px;
    left: 0;
    top: 11px;
    position: absolute;
}

.headStyleMiddle {
    margin-left: 0;
}

.headStyleMiddle::before {
    content: '';
    background: #2C9080;
    width: 78px;
    height: 2px;
    left: -112px;
    right: 0;
    top: 11px;
    position: absolute;
    margin: 0 auto;
}

.headStyleTwo {
    font-size: 14px;
    margin-bottom: 0;
    margin-left: 2px;
}

.headStyleThree {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    /* identical to box height */
    color: #222D35;
    margin-bottom: 40px;
}

.serviceBox {
    background: #FFFFFF;
    box-shadow: -3px -5px 14px rgba(0, 0, 0, 0.02), 0px 15.7011px 29px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 15px;
    text-align: center;
}

.serviceBox h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #2C9080;
    margin-top: 14px;
    min-height: 34px;
    margin-bottom: 21px;
}

.serviceBox p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* text-align: justify; */
    color: #222D35;
    margin-bottom: 7px;
    margin-bottom: 14px;
    min-height: 192px;
}

.serviceBox a {
    display: block;
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #2C9080;
}

.serviceBox a:hover {
    color: #2CCC88;
}

.serviceBox a::after {
    position: absolute;
    content: '';
    background: #2C9080;
    width: 101px;
    height: 1px;
    right: -6px;
    top: 10px;
}

.whyBox {
    background: conic-gradient(from 193.11deg at 50% 43.98%, #2C9080 -64.5deg, #2C9080 111.85deg, #32C4BC 175.88deg, #35C4BC 214.44deg, #2C9080 295.5deg, #2C9080 471.85deg);
    border-radius: 4px;
    padding: 15px;
    text-align: center;
    color: #FFFFFF;
    min-height: 269px;
}

.whyBox p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin: 11px 0 0 0;
}

.domainText h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 29px;
    line-height: 41px;
    display: flex;
    align-items: center;
    color: #000000;
    margin: 60px 0 0 0;
}

.resouresBox {
    background: #FFFFFF;
}

.resouresBox img {
    width: 100%;
}

.resouresText {
    padding: 28px 28px 50px 28px;
    min-height: 262px;
}

.resouresText h4 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    /* or 140% */
    color: #171717;
}

.resouresText p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    /* text-align: justify; */
    color: #222D35;
}

.resouresText a {
    display: block;
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #2C9080;
    margin-bottom: 13px;
}

.resouresText a:hover {
    color: #2CCC88;
}

.resouresText a::after {
    position: absolute;
    content: '';
    background: #2C9080;
    width: 209px;
    height: 1px;
    left: 0;
    top: 8px;
}

.resouresText span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #678398;
    display: block;
}

.resouresText .date {
    text-align: right;
}

.resouresBoxWrap h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    /* identical to box height */
    text-align: center;
    text-transform: uppercase;
    color: #2C9080;
    margin-bottom: 30px;
}

.resouresBoxWrap .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background: #D9D9D9;
    cursor: pointer;
}

.resouresBoxWrap .carousel-indicators .active {
    background: #2CCC88;
}

.resouresBoxWrap .carousel-indicators {
    bottom: 3px;
}

.videoBg {
    background: #2C9080;
    padding-top: 55px;
    padding-bottom: 55px;
}

.videoBg h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    /* identical to box height */
    color: #FFFFFF;
    margin-bottom: 60px;
}

.videoImg {
    position: relative;
}

.videoImg::before {
    content: '';
    position: absolute;
    background: url(../images/quote.png);
    top: -31px;
    left: 16px;
    width: 20px;
    height: 18px;
}

.videoImg::after {
    content: '';
    position: absolute;
    background: url(../images/videoIcon.png);
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 59px;
    height: 60px;
    cursor: pointer;
}

.videoImgOver {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}

.videoImg img {
    width: 100%;
    filter: drop-shadow(0px 20px 37px rgba(0, 0, 0, 0.2));
}

.videoWrap p {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #F2F2F5;
    margin-top: 20px;
}

.testitext {
    background: #FFFFFF;
    box-shadow: 0px 20px 37px rgba(0, 0, 0, 0.2);
    padding: 18px;
    position: relative;
    min-height: 229px;
}

.testitext::after {
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 50px solid transparent;
    border-right: 37px solid #FFFFFF;
    content: '';
    position: absolute;
    left: 39px;
    bottom: -50px;
}

.testitext p {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #222D35;
    margin-top: 20px;
}

.testimonialWrap .media {
    margin-left: 75px;
    margin-top: 55px;
    align-items: center;
}

.testimonialWrap .media img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: #2b8e7e solid 2px;
}

.testimonialWrap .media h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #222D35;
    margin-bottom: 0;
}

.testimonialWrap .media h5 span {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #678398;
    display: block;
    margin-top: 5px;
}

/* .progressWrap {
    max-width: 20.7%;
} */

.progressBox {
    background: #FFFFFF;
    box-shadow: 0px 15.7011px 29px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 24px;
}

.progressBox .media {
    align-items: center;
}

.progressBox .media .media-body {
    margin-left: 20px;
    text-align: right;
}

.progressBox .media h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 57px;
    color: #2C9080;
}

.progressBox .media h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    color: #2C9080;
    margin: 0;
}

.bookBgWrap {
    background: url(../images/bookNowBg.jpg);
    background-position: center top;
    background-size: 100% 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 64px;
    padding-bottom: 64px;
}

.bookBgWrap h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    /* identical to box height */
    color: #2C9080;
}

.bookBgWrap h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #263238;
    margin-bottom: 0;
}

.bookBgWrap .btn-primary {
    color: #2CCC88;
    background: #2CCC88;
    border: #FFFFFF solid 3px;
    border-radius: 50px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 15px 42px;
    margin-top: 14px;
    float: right;
}

.bookBgWrap .btn-primary img {
    margin-left: 10px;
}

.bookBgWrap .btn-primary:hover {
    background: #2C9080;
}

footer {
    background: #2C9080;
    padding-top: 43px;
    padding-bottom: 43px;
    color: #FFFFFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}

.footerAbout p {
    text-align: justify;
    margin-top: 27px;
}

.footerAbout p a {
    font-weight: 600;
    color: #FFFFFF;
}

footer h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 36px;
}

footer .media {
    margin-bottom: 22px;
}

footer .media h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

footer .media p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

footer .media p a {
    color: #FFFFFF;
}

footer .media p a:hover {
    color: #dbdbdb;
}

.footerDiv {
    padding-left: 50px;
}

.footerLinks li {
    display: inline-block;
    width: 49%;
    margin-bottom: 20px;
}

.footerLinks li a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

.footerLinks li a:hover {
    color: #dbdbdb;
}

#fixed {
    width: 100%;
    z-index: 999;
}


/* internal css */

.internalBanner {
    background: url(../images/banner//internalBannerBg.png);
    background-position: center top;
    background-size: 100% 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 99px;
    padding-bottom: 99px;
}

.internalBanner h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 49px;
    text-align: center;
    text-transform: uppercase;
    color: #2C9080;
    margin: 0;
}

.aboutUsWrap {
    padding-top: 100px;
}

.aboutImg {
    position: relative;
}

.aboutImg img {
    z-index: 99;
    position: relative;
}

.aboutImg::after {
    content: '';
    position: absolute;
    background: url(../images/aboutBg.png);
    top: -55px;
    left: -58px;
    width: 157px;
    height: 152px;
    z-index: 9;
}

.aboutImgRgt {
    text-align: right;
}

.aboutImgRgt::after {
    content: '';
    position: absolute;
    background: url(../images/aboutBg.png);
    top: -55px;
    right: -58px;
    left: inherit;
    width: 157px;
    height: 152px;
    z-index: 9;
}

.internalHeadOne {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    /* identical to box height */
    text-transform: uppercase;
    color: #2C9080;
    position: relative;
    padding-left: 93px;
    margin-bottom: 10px;
}

.internalHeadOne::before {
    content: '';
    background: #2C9080;
    width: 78px;
    height: 2px;
    left: 0;
    top: 11px;
    position: absolute;
}

.internalHeadTwo {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #222D35;
    margin-bottom: 40px;
}

.textStyle {
    position: relative;
    padding-left: 30px;
}

.textStyle::before {
    content: '';
    position: absolute;
    background: url(../images/quoteGreen.png);
    top: -4px;
    left: 0;
    width: 20px;
    height: 18px;
}

.missiontext {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 33px;
    color: #222D35;
    margin: 0;
}

.contactWrap {
    background: #FFFFFF;
    box-shadow: 2px 10px 28px rgba(75, 0, 129, 0.12);
    border-radius: 10px;
    padding: 60px 40px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.contactWrap h2 {
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    /* identical to box height */
    text-align: center;
    letter-spacing: 0.01em;
    color: #2C9080;
    border-bottom: #2C9080 solid 2px;
    display: inline-block;
    margin-bottom: 50px;
}

.contactWrap h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    /* Text color */
    color: #0F001A;
    margin-bottom: 25px;
}

.contactWrap .form-control {
    border: 1.2px solid #B4BEC8;
    border-radius: 4px;
    height: 50px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #878787;
}

.contactWrap .form-control.textArea {
    height: 137px;
    resize: none;
}

.contactWrap .form-control::placeholder {
    color: #878787;
}

.contactWrap .form-group {
    margin-bottom: 24px;
}

.contactWrap .btn-primary {
    background: #2C9080;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */
    color: #FFFFFF;
    padding: 16px;
    width: 100%;
    border: none;
}

.conAddress {
    padding-left: 20px;
}

.conAddress .media {
    margin-bottom: 21px;
}

.conAddress .media p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    /* or 138% */
    /* Text color */
    color: #0F001A;
    margin-bottom: 0;
}

.conAddress .media p a {
    color: #0F001A;
}

.conAddress ul {
    margin-bottom: 30px;
}

.conAddress ul li {
    display: inline-block;
    margin-right: 15px;
}

.conAddress ul li a {
    color: #0F001A;
    font-size: 20px;
}

.internalResoures .resouresBox {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    margin-bottom: 40px;
}

.internalResoures .resouresBox .resouresText {
    padding: 28px;
}

.storyWrap .resouresBox {
    min-height: 908px;
}

.internalLinks {
    background: linear-gradient(90deg, #F3F3F5 10.52%, #F2F2F5 51.33%, #F2F2F5 94.83%);
}

.page-menu-warp ul li {
    display: inline-block;
}

.page-menu-warp ul li a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #2C3034;
    padding: 21px 72px;
}

.page-menu-warp ul li a:hover {
    background: #2C9080;
    color: #FFFFFF;
}

.internalLinks ul li a.active {
    background: #2C9080;
    color: #FFFFFF;
}

.page-menu-warp ul li.active a {
    background: #2C9080;
    color: #FFFFFF;
}

.blogDetail {
    background: linear-gradient(90deg, #F3F3F5 10.52%, #F2F2F5 51.33%, #F2F2F5 94.83%);
    border-radius: 5px;
    padding: 30px;
}

.blogDetail h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #222D35;
    margin-bottom: 10px;
}

.blogUser {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
}

.blogUser .fa {
    font-size: 18px;
    color: #2C9080;
    margin-right: 5px;
}

.blogTime {
    text-align: right;
}

.blogTime .fa {
    color: #365E7D;
}

.blogImg {
    margin: 31px 0;
}

.blogDetail p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #222D35;
    margin-bottom: 0;
}

.blogRight {
    padding: 24px 15px 24px 15px;
    background: linear-gradient(90deg, #F3F3F5 10.52%, #F2F2F5 51.33%, #F2F2F5 94.83%);
    border-radius: 5px;
}

.blogRight h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    align-items: center;
    color: #31456A;
    border-bottom: 1px dashed #365E7D;
    padding-bottom: 11px;
    margin-bottom: 34px;
    padding-left: 10px;
}

.blogRight .resouresBox {
    margin-bottom: 20px;
}

.blogRight .resouresBox:last-child {
    margin-bottom: 0;
}

.blogRight .resouresBox .resouresText a::after {
    width: 192px;
}

.breadcrumb {
    padding: 0;
    background: inherit;
    border-bottom: 1px dashed #365E7D;
    padding-bottom: 5px;
    margin-bottom: 40px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '\f105';
    font-family: FontAwesome;
    color: #31456A;
}

.breadcrumb-item.active {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    align-items: center;
    color: #31456A;
}

.breadcrumb-item a {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    align-items: center;
    color: #31456A;
    display: block;
}

.breadcrumb-item a .fa {
    color: #2C9080;
    font-size: 15px;
    margin-right: 5px;
}

ul.list {
    margin-left: 33px;
}

ul.list li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    color: #222D35;
}

ul.list li:before {
    position: absolute;
    content: '\f111';
    font-family: FontAwesome;
    left: 0;
    top: 10px;
    color: #222D35;
    font-size: 6px;
}

ul.listTwo li {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #222D35;
    margin-bottom: 15px;
}

.headStyleFour {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: justify;
    color: #222D35;
    margin-bottom: 25px;
}

.modelBox {
    margin-bottom: 35px;
}

.modelBox h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #222D35;
    margin-bottom: 20px;
}

.modelBox ul {
    border: 1px solid #2C9080;
}

.modelBox ul li {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: justify;
    color: #222D35;
    padding: 12px 33px;
    border-bottom: 1px solid #2C9080;
    background: #DCF5F6;
    height: 92px;
    display: flex;
    align-items: center;
}

.modelBox ul li:last-child {
    border: none;
}

.modelBox ul li:nth-of-type(2n) {
    background: #FFFFFF;
}

.eventBox {
    background: conic-gradient(from 90.79deg at 2.52% 36.45%, #2C9080 -64.5deg, #2C9080 111.85deg, #32C4BC 175.88deg, #35C4BC 247.01deg, #2C9080 295.5deg, #2C9080 471.85deg);
    border-radius: 4px;
    padding: 11px 18px;
    margin-bottom: 32px;
}

.eventBox .media {
    align-items: center;
}

.eventBox .media h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.eventBox .media p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: justify;
    color: #FFFFFF;
    margin: 0;
}

.awardBox {
    padding: 20px 30px;
}

.awardBox .media .media-body {
    text-align: right;
}

.awardBox .media p {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    text-align: right;
}

.eventRgt p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    /* or 12px */
    display: flex;
    align-items: center;
    color: #222D35;
    margin: 0;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget .goog-te-combo {
    border: #fff solid 1px !important;
    background: none !important;
    padding: 6px 8px !important;
    border-radius: 6px !important;
}

.goog-te-gadget {
    color: #2ccc88 !important;
    font-size: 0 !important;
}

@media (max-width:1024px) {}

@media (max-width:991px) {}

@media (max-width:767px) {
    .homeList {
        display: block;
    }
    .homeList li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .videoWrap {
        margin-bottom: 60px;
    }
    .testimonialWrap {
        margin-bottom: 60px;
    }
    .progressWrap {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .bookBgWrap .btn-primary {
        float: left;
    }
    .footerDiv {
        padding-left: 0;
    }
    .resouresBoxWrap {
        margin-bottom: 40px;
    }
    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 10px;
    }
    .topHead span img {
        margin-right: 8px;
    }
    .internalBanner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .internalBanner h1 {
        font-size: 27px;
    }
    .internalHeadOne {
        margin-top: 40px;
    }
    .aboutImg img {
        width: 100%;
    }
    .missiontext {
        margin: 0 0 30px 0;
    }
    .headStyle {
        margin-bottom: 20px;
        margin-left: 00;
    }
    .comanWrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .comanWrap .first_div {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .comanWrap .second_div {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    ul.list {
        margin-left: 0;
    }
    ul.list li {
        text-align: left;
    }
}

@media (max-width:580px) {
    .domainText h3 {
        font-size: 22px;
        line-height: 31px;
    }
    .internalHeadOne {
        font-size: 17px;
    }
}