h1, h2, h3, h4, h5, h6, p, span, ul, li, a {
    margin: 0;
    padding: 0;
    font-family: 'Rubik', sans-serif;
}

a {
    text-decoration: none !important;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Rubik', sans-serif;
    overflow-x: hidden;
}

.no_space {
    padding-right: 0px;
    padding-left: 0px;
}

span.bolder {
    font-weight: 700;
}

.display-set-here {
    display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.align-items-center {
    display: flex;
    align-items: center;
}

section.section.bg-light .subjects {
    position: revert;
}

section.section.bg-light .subjects:hover .hide-show-content {
    top: 80%;
    z-index: 99;
    visibility: visible;
    opacity: 1;
}

section.section.bg-light .subjects:hover {
    cursor: pointer;
}

section.section.bg-light .subjects .hide-show-content {
    position: absolute;
    top: 0%;
    width: 100%;
    left: 0;
    background: linear-gradient(315deg, #cb1d31 0%, #215596 100%);
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: .3s all ease-in-out;
}

/* subject section start here  */

section.section.bg-light h1 {
    color: #000;
    text-align: center;
    width: 100%;
    font-size: 54px;
    margin-bottom: 25px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 50px;
}

.heading {
    text-align: center;
    color: #000;
    width: 100%;
    font-size: 30px;
    font-weight: 400;
    position: relative;
}

.yellow-color {
    color: #b6243e;
}

.text-dark {
    color: #343a40 !important;
    margin-bottom: 30px;
}

.subjects {
    font-size: 16px;
    color: #474747;
    padding: 8px 12px 8px 70px;
    position: relative;
    margin: 0 0px 30px;
    vertical-align: top;
    min-height: 76px;
    text-align: left;
    background: #fff;
    box-shadow: 0 3px 20px 0px rgb(0 0 0 / 12%);
    border-radius: 0.5rem !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
}

.subjects i {
    font-size: 28px;
    margin-bottom: 7px;
    left: 4%;
    color: #ffc509;
    background: linear-gradient(315deg, #cb1d31 0%, #215596 100%);
    border-radius: 50%;
    position: absolute;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    animation: tada 2s 0.5s infinite;
}

.subjects h4 {
    font-size: 19px;
    margin-bottom: 0;
    margin-left: 10px;
}


/* subject section end here  */
/************************** popup  ************************************/
.modal {
    top: 0%;
    background: #000000de;
}

.modal-dialog {
    max-width: 500px;
    margin: 180px auto 0;
}

.pop_heading {
    width: 100%;
    padding: 20px;
}

.pop_heading h5 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px;
    border-left: 4px solid #fd8d04;
    padding: 0 20px;
    line-height: 29px;
    color: #000;
    text-transform: uppercase;
}

.pop_heading h4 {
    font-size: 26px;
    font-weight: 700;
    color: #fe9005;
    padding: 0 0 0 30px;
    text-shadow: 1px 2px 1px #000000;
}

.field {
    width: 100%;
    position: relative;
    margin: 0 0 10px;
}

span.pop_icon {
    position: absolute;
    color: #013892;
    left: 13px;
    top: 7px;
}

.field .form-control {
    width: 100%;
    border-radius: 0;
    padding: 3px 0 4px 37px;
    resize: none;
}

.modal-content {
    /* padding: 60px 30px; */
    box-shadow: rgb(243, 238, 238) 0px 0px 3px 2px;
    border-radius: 30px;
    background-size: cover;
}

#popupform p {
    text-align: center;
    font-size: 14px;
    color: #000000;
    margin: 19px 0 0;
}

.modal-header {
    padding: 0;
    border: none;
}

button.pop_btn {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    background: #f1d600;
    padding: 10px 0;
    border: none;
    width: 100%;
}

button.close {
    background: url(../img/cross.webp) no-repeat 0 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 9px;
    right: 15px;
    display: block;
    opacity: 1;
}

.fade.in {
    overflow: hidden;
}

/************************** popup  ************************************/
h2 {
    font-size: 32px;
    margin: 0 0 15px;
    color: #272829;
    text-transform: capitalize;
}

.header {
    width: 100%;
}

.darkHeader {
    top: 0%;
    position: fixed;
    z-index: 99;
    transition: 0.7s;
    padding: 0px 0;
}

.head_top {
    width: 100%;
    background: #000;
    padding: 6px 0;
}

.head_top i {
    padding: 0 9px 0 0;
}

.top_mid {
    text-align: right;
}

.head_top a {
    color: #fff;
}

.top_right {
    text-align: right;
}

.top_text {
    width: 100%;
    text-align: center;
    color: #fff;
}

.head_bot {
    width: 100%;
    background: linear-gradient(45deg, #cb1d31 0%, #215596 100%);
}

.logo_area {
    padding: 0px 0;
}

.logo_area img {
    width: 70%;
}

.navbar.navbar-inverse {
    background: #ffffff00;
    border: none;
    float: right;
    margin: 0;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #fbc100;
    transition: all 0.3s ease;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-weight: 600;
    padding: 20px 11px;
}

/* for banner_sec */
.banner_sec {
    width: 100%;
    background: url('../img/main_banner.webp') no-repeat no-repeat top center;
    background-size: cover;
    padding: 140px 0;
    position: relative;
}

.bn1 {
    width: 100%;
    background: url(../img/main_banner1.webp) no-repeat no-repeat top center;
    background-size: cover;
    padding: 140px 0;
    background-attachment: fixed;
    position: relative;
}

.bn2 {
    width: 100%;
    background: url(../img/main_banner2.webp) no-repeat no-repeat top center;
    background-size: cover;
    padding: 140px 0;
    background-attachment: fixed;
    position: relative;
}

.bn3 {
    width: 100%;
    background: url(../img/main_banner3.webp) no-repeat no-repeat top center;
    background-size: cover;
    padding: 140px 0;
    background-attachment: fixed;
    position: relative;
}

.banner_sec:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #cb1d31;
    background: -moz-linear-gradient(45deg, #cb1d31 0%, #215596 100%);
    background: -webkit-linear-gradient(45deg, #cb1d31 0%, #215596 100%);
    background: linear-gradient(45deg, #cb1d31 0%, #215596 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb1d31', endColorstr='#215596', GradientType=1);
    opacity: 0.7;
}

.bn11 {
    width: 100%;
    background: url(../img/banner8.webp) no-repeat 0px 30px;
    background-size: cover;
    padding: 170px 0 193px;
    background-attachment: fixed;
}

.banner_heading {
    width: 100%;
}

.banner_heading h1 span {
    background: #fdbe04;
    color: #000;
}

.banner_heading ul li:before {
    content: "\2713";
    color: #fffff2;
    margin-right: 10px;
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: scale(1);
    transform: scale(1.5);
    position: absolute;
    left: 0;
    top: 9px;
}

.banner_heading h1 {
    color: #fff;
    margin: 0 0 20px;
    font-size: 41px;
}

.banner_heading ul li {
    color: #fff;
    padding: 10px 23px 7px;
    font-size: 21px;
    list-style: none;
    position: relative;
}

.banner_heading p {
    margin: 30px 0 0;
    color: #fff;
}

.banner_heading p span {
    font-size: 19px;
    font-weight: 800;
    color: #fdc203;
}

.banner_btn {
    padding: 10px 0;
}

.banner_btn .btn1 {
    text-transform: uppercase;
    font-size: 17px;
    padding: 11px 35px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 30px;
    font-weight: 600;
    color: white;
    transition: all 0.3s ease;
    margin: 20px 0 0px 20px;
    display: inline-block;
}

.banner_btn .btn1:hover {
    background: #ffffff;
    color: #fdba04;
}

.animate .circle1 {
    position: absolute;
    right: 40%;
    bottom: 50px;
    height: 150px;
    animation: swing-anim 2s alternate-reverse infinite;
    -webkit-animation: swing-anim 2s alternate-reverse infinite;
}

.animate .circle2 {
    position: absolute;
    right: 25%;
    top: 300px;
    text-align: right;
    width: 150px;
    animation: swing-anim2 2s alternate-reverse infinite;
    -webkit-animation: swing-anim2 2s alternate-reverse infinite;

}

.bnn_right {
    background: white;
    border-radius: 10px;
}

.h_banner_form {
    width: 100%;
    padding: 10px 20px;
}



.ribbon {
    position: relative;
    margin-bottom: 30px;
    background-size: cover;
    color: #fff
}

.ribbon5 {
    display: block;
    width: calc(100% + 20px);
    height: 72px;
    line-height: 27px;
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
    background: #cb1d31;
    position: relative;
    top: 20px;
    font-weight: 300;
    padding-top: 6px;
}

.ribbon5:before, .ribbon5:after {
    content: "";
    position: absolute
}

.ribbon5:before {
    height: 0;
    width: 0;
    bottom: -10px;
    left: 0;
    border-top: 10px solid #a71627;
    border-left: 10px solid transparent;
}

.ribbon5:after {
    height: 0;
    width: 0;
    right: 0;
    bottom: -10px;
    border-top: 10px solid #a71627;
    border-right: 10px solid transparent;
}

.form-btn {
    position: relative;
}

.form-btn .or-box {
    position: absolute;
    left: 0;
    top: 6px;
    z-index: 2;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    right: 0;
    margin: 0 auto;
    color: black;
    text-align: center;
    line-height: 32px;
    font-weight: 600;
}

.form-btn .left-btn {
    padding-left: 4px;
    padding-right: 44px;
}

.button-box .left-btn, .button-box .right-btn {
    position: relative;
    font-size: 14px;
    padding: 0 30px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    line-height: 45px;
    margin: 0 4px;
    border: 0;
    outline: 0;
}

.form-btn a:before, .form-btn button:before {
    z-index: 1;
}

button.left-btn:before {
    position: absolute;
    content: '';
    background: #cb1d31 !important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transform: skew(0deg, 0deg);
}

.form-btn span {
    position: relative;
    z-index: 5;
}

button.left-btn:after {
    position: absolute;
    content: '';
    background: #cb1d31 !important;
    width: 40px;
    height: 100%;
    top: 0;
    left: -17px;
    z-index: -1;
    border-radius: 5px;
}

a.right-btn:before {
    position: absolute;
    content: '';
    background: #51b27e !important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transform: skew(358deg, 0deg);
}

.form-btn .right-btn:before {
    background: #51b27e;
}

.form-btn a:before, .form-btn button:before {
    z-index: 1;
}

.header-form a.right-btn:after {
    z-index: 1;
}

.form-btn .right-btn:after {
    background: #51b27e;
}

a.right-btn:after {
    position: absolute;
    content: '';
    background: #51b27e !important;
    width: 40px;
    height: 100%;
    top: 0;
    right: -17px;
    z-index: -1;
    border-radius: 5px;
}

.form-btn span {
    position: relative;
    z-index: 5;
}















.form_sec {
    width: 100%;
    padding: 40px 0 70px;
}

.top_form {
    padding: 30px 20px;
    box-shadow: 1px 1px 9px 3px #000;
    text-align: center;
    background: #003897;
    margin: -200px 0 0;
}

.top_form h3 {
    color: #fff;
    margin: 0 0 20px;
}

.top_form .form-group {
    margin-bottom: 15px;
}

.top_form .form-control {
    background: none;
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    color: #fff;
}

.top_form .form-control::placeholder {
    color: #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.top_form_btn {
    font-size: 18px;
    background: #f8b900;
    border: none;
    color: #000;
    padding: 8px 40px;
    font-weight: 700;
    margin: 15px 0 0px;
}

/* for sec_one */
.sec_one {
    width: 100%;
    padding: 70px 0 0;
}

.service_box {
    width: 100%;
}

.service_item {
    position: relative;
    overflow: hidden;
}

.service_item:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease 0s;
    border-radius: 8px;
}

.service_icon {
    width: 100%;
}

.service_icon img {
    max-width: 100%;
    border-radius: 8px;
}

.service_desc {
    width: 100%;
    position: absolute;
    bottom: 25px;
    left: 0;
    text-align: center;
    transition: all .5s ease 0s;
    z-index: 10;
}

.service_desc i:before {
    color: #ff3115;
    font-size: 40px;
}

.service_title {
    font-size: 19px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
}

.service_title a {
    color: #ffffff;
}

.margin_bottom {
    margin-bottom: 30px !important;
}

.padding_top {
    padding-top: 30px;
}

.sec1_content {
    padding: 40px 0;
    width: 100%;
    padding-left: 15px;
}

.sec1_content span {
    display: block;
    font-size: 18px;
    line-height: 34px;
    color: #ff3115;
    font-weight: 600;
}

.sec1_content h2 {
    font-size: 36px;
    line-height: 40px;
    color: #212121;
    font-weight: 700;
    margin: 0;
    padding-bottom: 20px;
}

.sec1_content p {
    font-size: 16px;
    color: #505050;
    margin: 0;
    line-height: 27px;
}

.sec1_button {
    width: 100%;
}

.sec1_btn {
    font-size: 14px;
    border: 1px solid #ff3115;
    background: #ff3115;
    display: inline-block;
    padding: 0 35px;
    height: 45px;
    line-height: 45px;
    position: relative;
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    border-radius: 35px
}

.sec1_button a {
    color: #fff !important;
}

.sec_two {
    width: 100%;
    background-image: url('../img/counter-bg-style2.webp');
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
    padding: 70px 0;
}

.sec2_box {
    display: flex;
    text-align: left;
    width: 100%;
}

.sec2_icon {
    margin-right: 15px;
    color: #437daf;
}

.sec2_icon i:before {
    font-size: 40px;
    color: #437daf;
}

.sec2_text {
    width: 100%;
}

.counter_number {
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 6px;
}

.counter_text {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
}

/************* sec3 start *****************/
.h_m_sec3 {
    width: 100%;
    padding: 70px 0;
    position: relative;
    min-height: 510px;
}

.h_m_sec3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 37%;
    height: 100%;
    background: url(../img/whyus_bg.webp) no-repeat;
    background-size: cover;
}


.sec3_left {
    background: #ebedee;
    padding: 25px 20px;
    -webkit-box-shadow: 0px 11px 28px 0px rgba(158, 158, 158, 1);
    -moz-box-shadow: 0px 11px 28px 0px rgba(158, 158, 158, 1);
    box-shadow: 0px 11px 28px 0px rgb(43, 43, 43);
}

.h_m_sec3::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(45deg, #cb1d31 0%, #215596 100%);
    width: 69%;
    height: 100%;
    z-index: -1;
    background-size: cover;
}

.sec3_left h2 {
    margin: 0;
    color: #2d3a51;
    font-weight: 800;
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 10px;
}

.sec3_left p {
    color: #2d3a51;
    font-size: 14px;
}

.sec3_right {
    width: 100%;
    padding-left: 60px;
}

.sec3_right ul li {
    position: relative;
    padding-left: 70px;
    padding-top: 5px;
    padding-bottom: 25px;
    list-style: none;
}

.sec3_right ul li::before {
    content: '';
    position: absolute;
    left: 0;
    background-position: -46px -317px;
    width: 42px;
    height: 42px;
}

.sec3_right ul li h4 {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.sec3_right ul li p {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
}

.sec3_right ul li:nth-child(2)::before {
    background-position: -116px -321px;
    width: 38px;
    height: 34px;
}

.sec3_right ul li:nth-child(3)::before {
    background-position: -186px -321px;
    width: 40px;
    height: 40px;
}

.sec3_right ul li:nth-child(4)::before {
    background-position: -46px -388px;
    width: 32px;
    height: 43px;
}

.sec3_right ul li:nth-child(5)::before {
    background-position: -115px -390px;
    width: 40px;
    height: 40px;
}

.sec3_right ul li:nth-child(6)::before {
    background-position: -181px -392px;
    width: 39px;
    height: 39px;
}


/************* sec3 end *****************/








.h_m_sec21 {
    width: 100%;
    padding: 70px 0 0;
    box-shadow: 1px 2px 7px 1px;
}

.h_sec21_top {
    width: 100%;
    margin: 0 0 40px;
    overflow: hidden;
    text-align: center;
}

.h_sec21_bot {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.sec21_box {
    margin: 0 0 30px;
}

.sec21_icon {
    width: 100%;
    text-align: center;
}

.s21_icon {
    padding: 17px 20px;
    border-radius: 50%;
    border: 2px solid #153453;
    transition: all 0.3s ease-in-out;
    font-size: 25px;
    color: #153453;
}

.sec21_text {
    width: 100%;
    margin: -10px -19px 15px;
    height: 180px;
}

.sec21_text h3 {
    color: #153453;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 11px;
    border-bottom: 2px solid #153453;
    padding: 0 0 10px;
}

.h_sec21_top p {
    font-size: 23px;
}

.sec21_text p {
    line-height: 24px;
    font-size: 14px;
}














/* for sec_three */
.sec_three {
    width: 100%;
    padding: 70px 0;
}

.sec3_title {
    width: 100%;
    text-align: center;
}

.sec3_title span {
    display: block;
    font-size: 18px;
    color: #437daf;
    font-weight: 600;
    margin: 0 0 10px;
}

.sec3_title h2 {
    font-size: 24px;
    color: #212121;
    font-weight: 700;
}

.carousel1 {
    width: 100%;
    padding: 50px 57px 0;
}

.sec3_box {
    width: 100%;
    border-radius: 15px !important;
    border: 1px solid #e3eeff;
}

.sec3_box_body {
    width: 100%;

}

.sec3_img {
    width: 100%;
}

.sec3_img img {
    max-width: 100%;
    border-radius: 5px;
}

.sec3_content {
    position: absolute;
    bottom: 30px;
    left: -18px;
    text-align: center;
    width: 100%;
    transition: all .5s ease 0s;
    z-index: 10;
}

.sec3_content_title {
    font-size: 23px;
    margin-bottom: 0;
    margin-top: 12px;
    font-weight: 600;
}

.sec3_content_title a {
    color: #ffffff;
    transition: all 0.3s ease 0s;
}

.sec3_content_span {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    transition: all 0.3s ease 0s;
}

.sec_three .owl-prev {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    font-size: 16px;
    line-height: 0;
    left: -70px;
    top: 44%;
    position: absolute;
    color: #437daf;
    font-weight: bold;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.sec_three .owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
    padding: 20px 10px;
    font-size: 0;
}

.sec_three .owl-prev:before {
    content: "\f137";
    font-family: "fontawesome";
    font-size: 40px;
}

.sec_three .owl-next {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    font-size: 16px;
    line-height: 0;
    top: 44%;
    position: absolute;
    right: -30px;
    font-weight: bold;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #437daf;
}

.sec_three .owl-next:before {
    content: "\f138";
    font-family: "fontawesome";
    font-size: 40px;
}

.sec_three .owl-pagination {
    display: none;
}

/* for sec_four */

.sec4_box.box16 {
    width: 100%;
    margin: 0 0 40px;
}

.sec4_box.box16 img {
    width: 100%;
}

.sec4_img {
    width: 100%;
}

.sec4_content {
    width: 100%;
    padding: 20px 30px 20px;
    background: #ffffff;
    text-align: center;
}

.sec4_content h3 {
    margin: 0 0 10px;
    font-size: 20px;
}

.sec4_content p {
    height: 100px;
}

.sec_four {
    width: 100%;
    padding: 70px 0;
    background: #efefef;
}

.sec4_title {
    width: 100%;
    text-align: center;
    margin: 0 0 30px;
    overflow: hidden;
}

.h_m_sec4 {
    width: 100%;
    padding: 10px 0 70px;
}

.h_sec4_top {
    width: 100%;
    text-align: center;
    margin: 0 0 30px;
    overflow: hidden;
}

.h_sec4_top h2 {
    color: #b6243e;
    font-size: 50px;
}

.sec4_box {
    width: 100%;
}

.sec4_box ul li {
    list-style: none;
    padding: 0 0 13px;
    font-size: 20px;
}

.sec4_box ul li i {
    background: linear-gradient(315deg, #cb1d31 0%, #215596 100%);
    padding: 13px 15px;
    border-radius: 50%;
    color: #fff;
    margin: 0 10px 0px 0px;
    transition: all 0.3s ease-in;
}

/* for sec_five */
.sec_five {
    width: 100%;
    padding: 60px 0;
    background-image: url('../img/home7-style.webp');
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}

.sec5_title {
    text-align: center;
    padding: 20px 0;
}

.sec5_title span {
    display: block;
    font-size: 18px;
    color: #437daf;
    font-weight: 600;
}

.sec5_title .title {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    margin: 10px 0;
}

.sec5_title p {
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    color: #ffffff;
    margin: 0;
}

.sec5_button {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.sec5_btn {
    font-size: 14px;
    border: 1px solid #437daf;
    background: #437daf;
    display: inline-block;
    padding: 0 35px;
    height: 45px;
    line-height: 45px;
    position: relative;
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    border-radius: 35px;
}

.sec5_button a:hover {
    color: white;
}

/************* sec6 start *****************/

.h_m_sec6 {
    width: 100%;
    padding: 70px 0;
    text-align: center;
}

.sec6_top {
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px;
}

.sec6_bot {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}



.single-instructor-member {
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    text-align: center;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.mb-30 {
    margin-bottom: 30px;
}

.single-instructor-member .member-image {
    overflow: hidden;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}

.single-instructor-member:hover .member-image img, .single-instructor-member:focus .member-image img {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.single-instructor-member .member-image img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px 5px 0 0;
    width: 100%;
}

.single-instructor-member .member-content {
    padding: 15px 25px 25px 25px;
    border-radius: 5px;
    position: relative;
}

.single-instructor-member .member-content h3 {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
}

.single-instructor-member .member-content .social {
    padding-right: 0;
}

.single-instructor-member .member-content .social {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
}

.single-instructor-member .member-content .social li {
    display: inline-block;
}

.single-instructor-member:hover .member-content .social li a, .single-instructor-member:focus .member-content .social li a {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.single-instructor-member .member-content .social li a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-instructor-member .member-content .social li a.facebook {
    background-color: #3b5998;
}

.single-instructor-member .member-content .social li a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: unset;
    font-size: 16px;
    border-radius: 50%;
    background-color: #0eb582;
    color: #ffffff;
    opacity: 0;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    position: relative;
}

.single-instructor-member .member-content .social li a.twitter {
    background-color: #1da1f2;
}

.single-instructor-member .member-content .social li a.instagram {
    background-color: #c13584;
}

.single-instructor-member .member-content .social li:nth-child(3) a {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.single-instructor-member .member-content .social li:nth-child(2) a {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.single-instructor-member .member-content .social li:nth-child(4) a {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    width: 100%;
}

.single-instructor-member .member-content .social li a.linkedin {
    background-color: #0077b5;
}

.single-instructor-member:hover::after, .single-instructor-member:focus::after {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}

.single-instructor-member::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}



/************* sec6 end *****************/

/* for sec_seven */
.sec_seven {
    width: 100%;
    padding: 70px 0;
    background: url('../img/countdown.webp') no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}

.sec7_first {
    width: 100%;
    padding: 70px 0;
}

.sec7_first .content span {
    display: block;
    font-size: 18px;
    line-height: 34px;
    color: #437daf;
    font-weight: 600;
}

.sec7_first .content h2 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 600;
    color: #ffffff;
}

.sec7_first .content p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    color: #ffffff;
}

.sec7_second {
    width: 100%;
    background: #fff;
}

.sec7_second .form_top {
    position: relative;
    padding: 30px 35px 46px;
    margin-bottom: 20px;
    text-align: center;
}

.sec7_second .form_top h4 {
    font-weight: 400;
    color: #fff;
    position: relative;
    z-index: 10;
    font-size: 22px;
}

.form_top:after {
    position: absolute;
    height: 100%;
    width: 100%;
    clip-path: polygon(-115.5% 0, 113% 0, 76% 100%);
    left: 0;
    background: linear-gradient(45deg, #cb1d31 0%, #215596 100%);
    top: 0;
    content: "";
}

.form_bot {
    padding: 0 20px 5px;
    text-align: center;
}

.form_bot .form-control {
    padding: 20px 12px;
}

.form_btn {
    width: 100%;
    margin-bottom: 50px;
    border-radius: 3px;
    height: 50px;
    line-height: 50px;
    -webkit-appearance: button;
    cursor: pointer;
    background: #000;
    border: 0;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    outline: 0;
}

.form_btn:hover {
    color: #ffffff;
    background: linear-gradient(45deg, #cb1d31 0%, #215596 100%);
}

/* for sec_eight */
.sec_eight {
    width: 100%;
    padding: 70px 0;
}

.sec8_title {
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
}

.sec8_title h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #212121;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
}

.carousel3 {
    width: 100%;
    padding: 30px 30px;
}

.sec8_box {
    width: 90%;
    border-radius: 15px !important;
    border: 1px solid #e3eeff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.06);
}

.sec8_box_body {
    width: 100%;
}

.sec8_img {
    width: 100%;
}

.sec8_img img {
    width: 100%;
    border-radius: 5px;
}


.h_m_sec9 {
    width: 100%;
    overflow: hidden;
    padding: 70px 0;
    text-align: center;
}

.test_box {
    width: 100%;
}

.test_box_text {
    width: 100%;
}

.test_box_text p {
    color: #000;
}

.test_box_text h5 {
    font-size: 18px;
}



.h_m_sec8 {
    width: 100%;
    padding: 70px 0;
    background: #efefef;
}

.h_sec8_top {
    width: 100%;
    text-align: center;
    padding: 0 0 50px;
}

.h_sec8_bot {
    width: 100%;
    overflow: hidden;
}

h3.s8_vr {
    position: absolute;
    top: 70px;
    font-size: 19px;
    color: #4f8f06;
    right: 100px;
}

h3.s8_vr i {
    padding: 0 10px 0px 0px;
}

.test_box {
    width: 100%;
    background: #ffffff;
    padding: 30px 50px 0;
    /* box-shadow: 1px 1px 1px 1px #000; */
    border-radius: 20px;
    border: 2px solid #000;
}

.test_box_img p {
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    margin: 13px 0 0;
}

.star {
    width: 100%;
    padding: 0px 80px 0px;
    position: relative;
    bottom: 59px;
    font-size: 18px;
    color: #adadad;
    left: 17px;
}

.checked {
    color: #f1d600;
}

.test_box_text {
    width: 80%;
    position: relative;
    bottom: 47px;
    left: 94px;
}

.test_box_text h5 {
    font-weight: 900;
    padding: 0 0 10px;
    color: #153453;
}









/************************** Section 3  ************************************/

.h_sec3 {
    width: 100%;
    padding: 70px 0;
    background: #22549557;
    background-image: url(../img/home7-style.webp);
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}

.s3_top h2 {
    color: #fff;
}

.s3_right img {
    width: 100%;
    -webkit-animation: border-transform 10s linear infinite alternate forwards;
    animation: border-transform 10s linear infinite alternate forwards;
    width: 100%;
}

@keyframes border-transform {
    0%, 100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}



.s3_top {
    text-align: center;
    margin: 0 0 30px;
    width: 100%;
    overflow: hidden;
}

.s3_bot {
    width: 100%;
    overflow: hidden;
}

.s3_left {
    width: 100%;
}

.s3_left .panel-group .panel {
    box-shadow: none;
}

.sec7_panel {
    width: 100%;
    position: relative;
    /* margin: 0 0 11px; */
    z-index: 1;
}

.sec7_panel a {
    color: #ffffff;
    font-weight: 500;
    background: linear-gradient(45deg, #cb1d31 0%, #215596 100%);
    box-shadow: 0 1px 4px rgb(0 0 0 / 10%), 0 0 40px rgb(0 0 0 / 10%) inset;
    display: block;
    padding: 18px 19px;
    position: relative;
    border-radius: 5px;
    font-size: 16px;
}

.sec7_panel a i {
    position: absolute;
    top: 50%;
    right: 0;
    font-style: normal;
    font-size: 1.625em;
    color: #ffffff;
    background: transparent;
    border-left: 2px solid #ffffff;
    height: 49px;
    width: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0, -50%);
}

.sec7_panel .collapsed i:before {
    content: "+";
}

.sec7_panel a i:before {
    content: "- ";
}

.s3_left .panel-body {
    padding: 15px;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-top: none;
}

.s3_right {
    width: 100%;
    text-align: center;
}



.review-sec {
    background-color: #dcdce6;
    overflow: hidden;
    padding: 50px 0 35px 0;
}

.review-box {
    width: 280px !important;
    padding: 13px 25px !important;
    background-color: #ffffff;
    margin: 30px 10px;
    transition: .7s;
    transform: scale(0.97);
    height: auto;
}

.review-box:hover {
    transform: perspective(1px) scale(1.03);
    box-shadow: 0 12px 20px 0 rgb(0 0 50 / 12%);
}

.review-box-heading {
    margin: 8px 0;
}

.review-box-heading .profile {
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.review-box-heading .rev-rating img {
    max-width: 110px !important;
    height: auto;
    margin-left: 10px;
}

.review-box-heading span {
    margin-bottom: 6px;
}

.review-box-heading i {
    background-color: #00b076;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #ffffff;
    font-size: 12px
}

.review-box-heading i::before {
    position: relative;
    top: 5.1px;
}

.bg-green-star i {
    background-color: #00b076;
    color: #ffffff;
    border: none;
}

.bg-orange-stra i {
    background-color: #00b076;
    color: #ffffff;
}

.review-box h6 {
    font-weight: 500;
    font-size: 14px;
    margin: 10px 0;
}

.review-box p {
    text-align: left;
    font-size: 13px;
    font-weight: 500;
}

/*review section*/

/*reviews page css start here*/
.customer {
    padding: 50px 0 50px;
}

.customer .customer-content {

    max-width: -webkit-fill-available;
    width: 100%;
    border-radius: 10px;
    padding: 30px 20px 20px 30px;
    background-color: #f6f8fa;
}

.customer .customer-content h2 {

    font-weight: 500;
    color: #000;
    display: block;
    font-size: 36px;
    line-height: 46px;
    text-transform: uppercase;
    width: 70%;

}

.customer .customer-content h2 span {

    font-weight: 700;

    color: #b6243e;

    font-size: 36px;

    line-height: 46px;

    text-transform: uppercase;
}

.customer .customer-content p {

    color: #878d95;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
}

.customer .customer-content h6 {

    color: #2d2d2d;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.2px;
    line-height: 10px;
    margin: 10px 0;

}

.customer .customer-content h6 span {

    color: #878d95;
    font-size: 11px;


}

.customer .customer-content a {

    width: 240px;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    cursor: pointer;

    color: #fff;

    letter-spacing: 1px;

    font-size: 14px;

    font-weight: 700;

    background: linear-gradient(45deg, #cb1d31 0%, #215596 100%);

    text-transform: uppercase;

    display: block;

    height: 50px;

    text-align: center;

    line-height: 50px;

    margin: 0;

    border-radius: 7px;
}

.review-inner h2 {
    color: #4E4A4A;
    font-size: 45px;
    line-height: 20px;
    font-weight: 700;
    font-family: 'Poppins';
    text-align: center;
    margin: 0 0 70px;
}

.review-inner h2 span {
    color: #F2F2F2;
    font-size: 57px;
    display: block;
    font-weight: 700;
    line-height: 70px;
    font-family: 'Poppins';
}

.review-inner h6 {

    font-size: 17px;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    color: 26262c;
    text-align: center;
    margin: 0 0 20px;
}

.review-inner img {
    margin: 0 auto 20px;
    display: table;
    width: 224px;
    height: 69px;
}

.review-inner a {

    height: 60px;
    line-height: 60px;
    display: block;
    margin: 0 auto 20px;
    width: 230px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3.1px;
    fill: #fff;
    color: #fff;
    text-align: center;
    background-color: #122b54;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);

}

.review-inner-content {
    overflow: hidden;
    padding: 50px 0;
    background: #fafbff;
}

.review-inner-content .img-content {
    display: flex;
    align-items: center;
    margin: 0 0 25px;
}

.review-inner-content .img-content .img {
    width: 20%;
    margin: 0 10px 0 0;
}

.content h4 {

    margin-bottom: 3px;
    color: #333;
    font-size: 16px;
    line-height: 130%;
    font-weight: 500;
    text-align: left;

}

.content h4 i {
    color: #42c3ee;
    margin: 0 0 0 7px;
}

.review-inner-content .img-content h6 span {

    margin-right: 8px;
    color: #252525;
    margin-bottom: 3px;
    color: #333;
    font-size: 16px;
    line-height: 130%;
    font-weight: 500;
    text-align: left;
}

.review-inner-content .inner-content-body h5 img {
    margin: 0 5px 0 0;
}

.review-inner-content .inner-content-body h5 {
    font-family: 'Poppins', sans-serif;
    color: #76767f;
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 1em 0;
    display: flex;
    align-items: center;
}

.review-inner-content .inner-content-body p {
    font-size: 16px;
    font-weight: 400;
    color: #8a94a6;
    margin: 0 0 20px;
}

.review-inner-content .inner-content-body h3 {
    color: #b8b9c2;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

.review-inner-content .inner-content-body {

    padding: 35px 25px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 8px 24px 0 rgb(0 0 0 / 10%);
    transition: transform .3s cubic-bezier(.287, .137, .222, .886), -webkit-transform .3s cubic-bezier(.287, .137, .222, .886);
    color: #fff;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    margin: 0 0 25px;

}

.review-inner-content .inner-content-body:hover {
    box-shadow: 0 2px 24px 0 rgb(0 0 0 / 10%);
    -webkit-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    transform: translate(0, -15px);
}

/****** Style Star Rating Widget *****/

.review-inner-content .leave-reply .rating {
    border: none;
    float: left;
}

.review-inner-content .leave-reply .rating>input {
    display: none;
}

.review-inner-content .leave-reply .rating>label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: 'Font Awesome 6 Pro';
    display: inline-block;
    content: "\f005";
}

.review-inner-content .leave-reply .rating>.half:before {
    content: "\f089";
    position: absolute;
}

.review-inner-content .leave-reply .rating>label {
    color: #ddd;
    float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.review-inner-content .leave-reply .rating>input:checked~label,
/* show gold star when clicked */
.review-inner-content .leave-reply .rating:not(:checked)>label:hover,
/* hover current star */
.review-inner-content .leave-reply .rating:not(:checked)>label:hover~label {
    color: #ffd700;
}

/* hover previous stars in list */

.review-inner-content .leave-reply .rating>input:checked+label:hover,
/* hover current star when changing rating */
.review-inner-content .leave-reply .rating>input:checked~label:hover,
.review-inner-content .leave-reply .rating>label:hover~input:checked~label,
/* lighten current selection */
.review-inner-content .leave-reply .rating>input:checked~label:hover~label {
    color: #ffed85;
}

.review-inner-content .leave-reply {

    border-radius: 10px;
    background-color: #f6f8fa;
    padding: 80px 10% 64px;

}

.review-inner-content .leave-reply h2 {

    color: #b6243e;

    font-size: 34px;

    margin: 20px 0 10px;

    font-weight: 500;

    line-height: 1.1;

    text-align: center;

    display: block;
}

.review-inner-content .leave-reply p {

    color: #333;
    font-size: 20px;
    line-height: 1.42857143;
    text-align: center;
    margin: 0 0 65px;

}

.review-inner-content .leave-reply .custom-input input:focus {
    border-color: #122b54;
    outline: 0;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(80 22 46);
}

.review-inner-content .leave-reply .custom-input input:placeholder {
    color: #555;
}

.review-inner-content .leave-reply .custom-input input {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    outline: none;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 10px;
    margin: 0 0 10px;
    width: 100%;
    height: 44px;
}

.review-inner-content .leave-reply .custom-input textarea:focus {
    border-color: #122b54;
    outline: 0;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(80 22 46);
}

.review-inner-content .leave-reply .custom-input textarea:placeholder {
    color: #555;
}

.review-inner-content .leave-reply .custom-input textarea {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    margin: 0 0 10px;
    outline: none;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 10px;
    width: 100%;
    resize: none;
    height: 150px;
}

.review-inner-content .leave-reply button {
    height: 40px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-flex;
    fill: #FFFFFF;
    color: #FFFFFF;
    border: none;
    background: linear-gradient(45deg, #cb1d31 0%, #215596 100%);
    border-radius: 7px;
    transition: .5s all ease-in-out;
}

.review-inner-content .review-last-sec {
    padding: 100px 0;
}

.review-inner-content .review-last-sec {
    color: #212243;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    /* background: #fff; */
}

.review-inner-content .review-last-sec p {
    font-weight: 400;
    color: #6d6d6d;
    font-size: 16px;
    line-height: 180%;
}

.review-inner-content .review-last-sec .icon-content {

    display: flex;
    padding: 25px 25px 50px 25px;
    margin: 20px 0;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 4px 4px rgb(0 0 0 / 5%);
    -webkit-transition: box-shadow .2s;
    transition: box-shadow .2s;
    color: #333;
    align-items: self-start;

}

.review-inner-content .review-last-sec .icon-content img {

    width: 7%;
    margin: 0px 15px 0 0px;

}

.review-inner-content .review-last-sec .icon-content h6 i {
    color: #4ab3f4;
}

.review-inner-content .review-last-sec .icon-content h6 {

    color: #574b8a;
    font-size: 16px;
    font-weight: 400;

}

.img img {
    width: 52px;
    height: 52px;
    border-radius: 50%;

}




/************************** Section 7  ************************************/
.h_sec7 {
    width: 100%;
    overflow: hidden;
    text-align: center;
    background: #f4f3ff;
}

.s7_top {
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px;
    text-align: center;
}


.s7_bot {
    width: 100%;
    overflow: hidden;
}

.s7_box {
    padding: 40px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 7%);
    display: inline-block;
    margin: 0 180px;
    text-align: center;
}

.s7_box img {
    border-radius: 50%;
    border: 2px solid #030080;
    margin: 20px 0;
}

.s7_box h5 {
    color: #ff9800;
}

span.s7_icon {
    font-size: 70px;
    color: #ff4542;
}

.owl-theme .owl-controls {
    text-align: center;
}

.owl-pagination {
    margin: 0 0 0 0;
}




.owl-pagination {
    margin: 30px 0 0;
}

.owl-theme .owl-controls .owl-page span {
    background: #437daf;
}

.foot_top {
    width: 100%;
    padding: 50px 0;
    background: #1d1d1d;
}

.foot_box h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 14px;
    color: #fff;
}

.foot_box p {
    color: #fff;
}

.foot_box {
    width: 100%;
}

.foot_box img {
    width: 70%;
    margin: 20px 0 0;
}

.foot_box h4 {
    margin: 6px 0;
    font-size: 15px;
    color: #ac78bb;
}

.foot_box.ft {
    margin: 50px 0 0;
    text-align: center;
}

.foot_box ul li {
    display: block;
    position: relative;
    padding-left: 15px;
    line-height: 27px;
}

.foot_box ul li a {
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    transition: all 0.5s ease 0s;
}

.foot_box ul li:hover a {
    color: #c0151b;
    margin-left: 5px;
}

.foot_box ul li i {
    position: absolute;
    left: 0;
    top: 7px;
    color: #c0151b;
    transition: all 0.5s ease 0s;
}

.foot_bottom {
    width: 100%;
    background: linear-gradient(45deg, #cb1d31 0%, #215596 100%);
    padding: 10px 0;
    text-align: center;
}

.foot_bottom p {
    color: #fff;
    font-size: 16px;
}

.foot_box_images {
    width: 100%;
    color: #fff;
}

.foot_box_images ul li {
    list-style: none;
    text-align: left;
    padding: 0 0 10px;
}

.foot_box_images h3 {
    margin: 0 0 13px;
}

.foot_box_images ul li a {
    color: #fff;
}

.foot_box_images ul li a i {
    padding: 0 11px 0px 0px;
}

.ft_image {
    width: 100%;
    padding: 20px 0 0;
}

.ft_image img {
    width: 100%;
}

.foot_box_images img {
    width: 80%;
}



.thank_you {
    width: 100%;
    background: url(../img/main_banner.webp) no-repeat 0px 0px;
    background-size: cover;
    padding: 20px 0 180px;
}

.thank_sec1 {
    width: 100%;
    padding: 0 0 60px;
}

.thnk_box {
    background: #ffffff;
    padding: 60px 200px 30px 200px;
    text-align: center;
    margin-top: -70px;
    -webkit-box-shadow: 0px 0px 68px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 68px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 68px 1px rgba(0, 0, 0, 0.08);
}

.thnk_box p {
    margin: 20px 0;
    line-height: 24px;
    font-size: 16px;
}

.thnk_box h4 {
    margin: 0 0 12px;
    font-weight: 700;
}




.inner_page_banner {
    background: #444444;
    text-align: center;
    padding: 40px 0 30px;
    width: 100%;
}

.inner_page_banner h1 {
    color: #437daf;
    text-transform: uppercase;
}

.terms_condition_section {
    width: 100%;
    padding: 60px 0;
}

.terms_cond_inner h3 {
    font-weight: 600;
    margin: 20px 0;
    text-transform: uppercase;
}

.terms_cond_inner p {
    font-size: 16px;
    margin: 0 0 20px;
}

.terms_cond_inner ul li {
    list-style: none;
    font-size: 16px;
    margin: 0 0 20px;
    position: relative;
}

.terms_cond_inner ul li:before {
    content: "";
    position: absolute;
    left: -23px;
    background: #437daf;
    width: 1%;
    height: 4px;
    border-radius: 50px;
    top: 10px;
}

.inerpage_section1 {
    width: 100%;
    padding: 40px 0;
}

.conatc_us_form label {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

button.cont_but {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #437daf;
    padding: 10px 30px;
    border: none;
}

.conatc_us_form {
    width: 100%;
    background: linear-gradient(45deg, #cb1d31 0%, #215596 100%);
    padding: 50px 30px;
}

.conatc_us_form .form-control {
    resize: none;
    border: 2px solid;
    border-radius: 0;
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20, 20, 20, 0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}

#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}

#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}

#closeCookieConsent:hover {
    color: #FFF;
}

#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}

#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}

/*Cookie Consent End*/

.whatspp-icon {
    position: fixed;
    bottom: 47px;
    left: 11px;
    z-index: 99999999;
    animation: tada 2s 0.5s infinite;
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}


.whatspp-icon img {
    display: block;
}

/*floating strips css start */
.floating_wrap {
    position: fixed;
    right: 0px;
    top: 100px;
    z-index: 99;
}

.floating_wrap .btns_wrap {
    position: fixed;
    right: 0px;
}

.floating_wrap .btns_wrap a:hover {
    text-decoration: none !important;
    right: 0px;
}

.floating_wrap .btns_wrap .call_wrap {
    width: 275px;
    position: absolute;
    right: -225px;
    background: #fff;
    top: 100px;
    border-radius: 50px 0px 0px 50px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.floating_wrap .btns_wrap .call_wrap span {
    color: #000000;
    font-size: 19px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 20px 15px 15px;
}

.floating_wrap .btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 275px;
    background: #fff;
    top: 30px;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50px 0px 0px 50px;
}

.floating_wrap .btns_wrap .chat_wrap span.icoo, .floating_wrap .btns_wrap .call_wrap span.icoo {
    color: #153453;
    background: #fff;
    font-size: 20px;
    line-height: 1;
    padding: 14px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 50px 0px 0px 50px;
}

.floating_wrap .btns_wrap .chat_wrap span {
    color: #000000;
    font-size: 20px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 30px 15px 15px;
}

/*floating strips css end */



.cust_riviews .riviewBox {
    width: 36%;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    color: #fff;
}

.sec60 {
    width: 100%;
    background: #153453;
    padding: 70px 0;
    text-align: center;
    color: #fff;
}

.headingstyle1 {
    width: 100%;
    margin: 0 0 50px;
}

.dsp_block h4 {
    font-size: 14px;
}

.headingstyle1 h2 {
    color: #fff;
    font-size: 47px;
}

.headingstyle1 p {
    font-size: 21px;
    text-transform: uppercase;
}

.cust_riviews .riviewBox i {
    color: #ffc600;
}

.dsp_block h4 {
    font-size: 14px;
}

.cust_riviews {
    margin: 20px 0 0;
}


.home_section_class li {
    text-align: center;
    margin-right: 25px;
    display: inline-block;
}

.home_section_class li p {
    display: block;
    width: 69px;
    height: 69px;
    border: 3px solid #ff8e02;
    border-radius: 5px;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    color: #000;
    font-weight: 600;
}

ul.home_section_class {
    padding: 30px 24px;
}

.home_section_class li span {
    font-family: "Playfair Display", serif;
    text-align: center;
    font-size: 18px;
    color: #1a1a19;
    font-weight: lighter;
}

#confetti-canvas {
    position: absolute !important;
    top: 0;
}


/* responsive styling*/
@media screen and (max-width:980px) {

    .navbar-inverse .navbar-nav>li>a {
        padding: 22px 7px 0;
    }

    .banner_sec {
        text-align: center !important;
    }

    .darkHeader {
        display: none;
    }

    .counter_text {
        font-size: 8px;
    }

    .counter_number {
        font-size: 22px;
    }

    .sec3_content_title {
        font-size: 18px;
    }

    .sec4_content p {
        height: 250px;
    }

    .sec_seven {
        padding: 20px 0;
        text-align: center;
    }

    .sec7_second .form_top {
        padding: 10px 5px 30px;
        margin-bottom: 20px;
    }

    .sec7_first .content h2 {
        font-size: 33px;
        line-height: 40px;
    }


}




@media screen and (max-width:767px) {

    .header {
        position: inherit;
    }

    .navbar.navbar-inverse {
        float: initial;
        text-align: center;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 10px 7px 0;
    }

    .logo_area {
        text-align: center;
    }

    .foot_box {
        margin: 0 0 30px;
    }

    .banner_sec {
        width: 100%;
        background-size: cover;
        padding: 30px 0 183px;
    }

    .banner_heading h1 {
        font-size: 21px;
    }

    .animate {
        display: none;
    }

    .sec3_left h2 {
        font-size: 19px;
    }

    .sec2_box {
        text-align: right;
        margin: 0 0 40px;
    }

    .sec4_content p {
        height: auto;
    }

    .sec_six .owl-controls .owl-page, .owl-controls .owl-buttons div {
        padding: 20px 30px;
    }

    .cust_riviews .riviewBox {
        display: none;
    }

    .test_box_text {
        bottom: 37px;
        left: 0px;
        width: 100%;
    }

    h3.s8_vr {
        top: 110px;
        font-size: 13px;
        right: 40px;
    }

    .sec7_second .form_top h4 {
        font-size: 16px;
    }

    .ribbon5 {
        height: 112px;
    }

    .button-box .left-btn, .button-box .right-btn {
        margin: 3px 4px;
    }

    .form-btn .or-box {
        display: none;
    }

    @media only screen and (min-width: 1600px) and (max-width: 1920px) {}

    @media only screen and (min-width: 1445px) and (max-width: 1599px) {}

    @media only screen and (min-width: 1366px) and (max-width: 1444px) {}

    @media only screen and (min-width: 1200px) and (max-width: 1399px) {}

    @media only screen and (min-width: 992px) and (max-width: 1199px) {}

    @media only screen and (min-width: 768px) and (max-width: 991px) {}

    @media only screen and (min-width: 520px) and (max-width: 767px) {
        .head_top a {
            text-align: center;
            display: block;
        }

        .align-items-center {
            flex-wrap: wrap;
        }

        .banner_heading h1 {
            font-size: 16px;
        }

        .banner_heading ul li:before {
            position: relative;
            left: 0;
            top: 0;
        }

        .banner_heading ul li {
            font-size: 16px;
        }

        .ribbon5 {
            height: auto;
            font-size: 16px;
        }

        .h_banner_form .form-group {
            text-align: left;
        }

        .h_banner_form .form-group .button-box.form-btn {
            display: flex;
            flex-direction: column;
        }

        .sec_one {
            padding: 30px 0;
        }

        .sec1_content h2 {
            font-size: 27px;
            line-height: 31px;
            text-align: center;
        }

        .banner_sec {
            padding: 30px 0 60px;
        }

        .sec1_content p {
            font-size: 14px;
            text-align: center;

        }

        .h_m_sec3::before {
            content: inherit;
        }

        .h_m_sec3::after {
            width: 100%;
        }

        .sec3_right {
            padding-left: 0;
            margin: 20px 0 0;
        }

        .sec3_right ul li {
            padding-left: 0;
        }

        .h_m_sec3 {
            width: 100%;
            padding: 35px 0;
        }

        section.section.bg-light h1 {
            font-size: 24px;
            margin-bottom: 15px;
        }

        section.section.bg-light p {
            font-size: 14px;
        }

        .heading {
            font-size: 22px;
        }

        section.section.bg-light .subjects .hide-show-content {
            font-size: 14px;

        }

        .h_sec3 .s3_top h2 {
            font-size: 20px;
        }

        .sec7_panel a {
            padding: 18px 50px 18px 19px;
            font-size: 14px;
        }

        .s3_left .panel-body p {
            font-size: 14px;

        }

        .sec5_title .title {
            font-size: 26px;
        }

        .h_m_sec8 {
            padding: 35px 0;
        }

        .h_m_sec6 {
            padding: 35px 0;
        }

        .sec_four {
            padding: 35px 0;
        }

        .sec_four .sec4_title {
            font-size: 16px;
        }

        .sec7_first .content h2 {
            font-size: 25px;
            line-height: 33px;
        }

        .h_m_sec6 .sec6_top h2 {
            font-size: 22px;
        }

        .h_m_sec8 .s7_top h2 {
            font-size: 20px;
        }

        .h_m_sec8 .s7_box {
            margin: 0 0;
        }

        button.left-btn:after {
            content: inherit;
        }

        a.right-btn:after {
            content: inherit;
        }

        .button-box .left-btn, .button-box .right-btn {
            text-align: center;
        }

        .customer .customer-content h2 {
            font-size: 26px;
            line-height: 28px;
            width: 100%;
            text-align: center;
        }

        .customer .customer-content h2 span {
            font-size: 26px;
            line-height: 28px;
        }

        .review-inner-content .leave-reply h2 {
            font-size: 26px;
        }

        .review-inner-content .leave-reply p {
            font-size: 18px;
        }

        .show-menu-mobile {
            display: block !important;
        }

        #menu-mobile {
            display: none;
        }

        .customer .customer-content p {
            line-height: 20px;
            font-size: 14px;
            margin-bottom: 15px;
        }

        .display-set-here {
            display: block;
        }

        .modal-dialog {
            width: 335px !important;
            margin: 25% auto !important;
        }

        .modal img {
            display: none;
        }

        .modal button.close {
            top: 0;
            right: 5%;
        }

        .pop_heading h4 {
            font-size: 20px !important;
            text-align: center;
        }

        .modal .modal-body {
            padding: 20px 20px 10px;
        }

        .head_top a {
            margin: 0 0 10px;
        }


    }

    @media only screen and (min-width: 300px) and (max-width: 519px) {
        .head_top a {
            text-align: center;
            display: block;
        }

        .align-items-center {
            flex-wrap: wrap;
        }

        .banner_heading h1 {
            font-size: 16px;
        }

        .banner_heading ul li:before {
            position: relative;
            left: 0;
            top: 0;
        }

        .banner_heading ul li {
            font-size: 16px;
        }

        .ribbon5 {
            height: auto;
            font-size: 16px;
        }

        .h_banner_form .form-group {
            text-align: left;
        }

        .h_banner_form .form-group .button-box.form-btn {
            display: flex;
            flex-direction: column;
        }

        .sec_one {
            padding: 30px 0;
        }

        .sec1_content h2 {
            font-size: 27px;
            line-height: 31px;
            text-align: center;
        }

        .banner_sec {
            padding: 30px 0 60px;
        }

        .sec1_content p {
            font-size: 14px;
            text-align: center;

        }

        .h_m_sec3::before {
            content: inherit;
        }

        .h_m_sec3::after {
            width: 100%;
        }

        .sec3_right {
            padding-left: 0;
            margin: 20px 0 0;
        }

        .sec3_right ul li {
            padding-left: 0;
        }

        .h_m_sec3 {
            width: 100%;
            padding: 35px 0;
        }

        section.section.bg-light h1 {
            font-size: 24px;
            margin-bottom: 15px;
        }

        section.section.bg-light p {
            font-size: 14px;
        }

        .heading {
            font-size: 22px;
        }

        section.section.bg-light .subjects .hide-show-content {
            font-size: 14px;

        }

        .h_sec3 .s3_top h2 {
            font-size: 20px;
        }

        .sec7_panel a {
            padding: 18px 50px 18px 19px;
            font-size: 14px;
        }

        .s3_left .panel-body p {
            font-size: 14px;

        }

        .sec5_title .title {
            font-size: 26px;
        }

        .h_m_sec8 {
            padding: 35px 0;
        }

        .h_m_sec6 {
            padding: 35px 0;
        }

        .sec_four {
            padding: 35px 0;
        }

        .sec_four .sec4_title {
            font-size: 16px;
        }

        .sec7_first .content h2 {
            font-size: 25px;
            line-height: 33px;
        }

        .h_m_sec6 .sec6_top h2 {
            font-size: 22px;
        }

        .h_m_sec8 .s7_top h2 {
            font-size: 20px;
        }

        .h_m_sec8 .s7_box {
            margin: 0 0;
        }

        button.left-btn:after {
            content: inherit;
        }

        a.right-btn:after {
            content: inherit;
        }

        .button-box .left-btn, .button-box .right-btn {
            text-align: center;
        }

        .customer .customer-content h2 {
            font-size: 26px;
            line-height: 28px;
            width: 100%;
            text-align: center;
        }

        .customer .customer-content h2 span {
            font-size: 26px;
            line-height: 28px;
        }

        .review-inner-content .leave-reply h2 {
            font-size: 26px;
        }

        .review-inner-content .leave-reply p {
            font-size: 18px;
        }

        .show-menu-mobile {
            display: block !important;
        }

        #menu-mobile {
            display: none;
        }

        .customer .customer-content p {
            line-height: 20px;
            font-size: 14px;
            margin-bottom: 15px;
        }

        .display-set-here {
            display: block;
        }

        .modal-dialog {
            width: 335px !important;
            margin: 25% auto !important;
        }

        .modal img {
            display: none;
        }

        .modal button.close {
            top: 0;
            right: 5%;
        }

        .pop_heading h4 {
            font-size: 20px !important;
            text-align: center;
        }

        .modal .modal-body {
            padding: 20px 20px 10px;
        }

        .head_top a {
            margin: 0 0 10px;
        }
    }


}






/************************* popup  ***********************************/
.button-set-here a:first-child:before {
    content: inherit;
}

.button-set-here a:before {
    border-right: 2px solid #fff;
    content: '';
    margin: 0 15px;

}

.button-set-here a {
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}

.button-set-here {
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}

.modal {
    top: 0%;
    /* background: #ffffffc2 url(img/hero-bg-2.webp) no-repeat top right; */
    background-size: contain;
    opacity: 1;
}

.modal-dialog {
    width: 800px;
    margin: 180px auto 0;
}

.pop_heading {
    width: 100%;
    padding: 20px 0 0px 0px;
}

.modal-body {
    padding: 20px 20px 10px 0;
}

.pop_heading h5 {
    margin: 0 0 15px;
    text-transform: uppercase;
    color: #fff;
}

.pop_heading h4 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding: 0;
}

.field {
    width: 100%;
    position: relative;
    margin: 0 0 10px;
}

span.pop_icon {
    position: absolute;
    color: #000;
    left: 13px;
    top: 7px;
    font-size: 20px;
}

.field .form-control {
    width: 100%;
    border-radius: 50px;
    padding: 12px 0 12px 44px;
    resize: none;
    border: none;
    background: #e1e1e1;
    height: auto;
    font-size: 14px;
    box-shadow: inset 0px 3px 2px 0 #00000029;
}

.modal-content {
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 10px 10px 20px 0 #00000030;
    border: none;
}

.modal-content:before {
    /* background: url(img/popup_img.webp) no-repeat; */
    background-position: center;
    background-size: cover;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

#popupform p {
    text-align: center;
    font-size: 13px;
    color: #ffff;
    margin: 19px 0 0;
}

.modal-header {
    padding: 0;
    border: none;
}

button.pop_btn {
    font-size: 18px;
    background: linear-gradient(315deg, #cb1d31 0%, #215596 100%);
    padding: 10px 0;
    border: none;
    width: 100%;
    border-radius: 100px;
    color: #ffff;
    font-weight: 500;
}

button.close {
    background: url(../img/cross.webp) no-repeat 0 0;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 16px;
    right: 32px;
    display: block;
    opacity: 1;
}

.fade.in {
    overflow: hidden;
}

.modal-content {
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 10px 10px 20px 0 #00000030;
    border: none;
}

.modal-dialog {
    width: 800px;
    max-width: 800px !important;
    margin: 180px auto 0 !important;
}




/* ............flag-css................. */
.intl-tel-input {
    width: 100%
}

.form_control {
    width: 100%;
    border: none;
    font-weight: 500;
}


.iti {
    width: 100%;
    color: #cf0808
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
    height: 43px;

}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
    border: 1px solid #cccccc;

}


.iti__arrow,
.iti__country-list {
    display: none
}

.iti__arrow {
    display: none
}

.iti__flag-container {
    position: absolute;
    top: -1px !important;
    bottom: 0;
    right: 0;
    padding: 1px;
}

.error {
    font-size: 12px;
    color: red !important;
    display: flex;

}

label {
    display: inline-block;
    margin-bottom: 0.5rem;

}

.iti__hide {
    display: none !important;
}

.modal.in .modal-dialog {
    z-index: 9999999;
}
.w-100{
    width: 100%;
}