@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-Regular.ttf');
}

@font-face {
    font-family: 'Raleway-bold';
    src: url('fonts/Raleway-Bold.ttf');
}

@font-face {
    font-family: 'Open sans', sans-serif;
    src: url('fonts/Raleway-SemiBold.ttf');
}

.jt-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 300;
    font-style: normal;
    font-size: 18px !important;
    border-bottom: 1px solid #fff !important;
    height: 50px !important;
    line-height: 60px !important;
    background: #fff !important;
    color: #000 !important;
    text-align: center !important
}



a:hover {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

/* New Popup Layout */
.submit-an-enquiry .modal-dialog {
    width: 659px;
}

.submit-an-enquiry .modal-header {
    border-bottom: 0px solid #e5e5e5;
    padding: 0 0 0 0;
    background: none !important;
}

.submit-an-enquiry .modal-content {
    background: #022140 url("../../../Images/trangle-img.png") left top no-repeat;
    padding: 20px 20px 20px 20px;
    border-radius: 8px !important;
    border: 0px !important;
}

.submit-an-enquiry h4.modal-title {
    font-size: 19px !important;
    font-weight: 600 !important;
    color: #fff;
    margin-bottom:8px;
}

.submit-an-enquiry .modal-body {
    background: #fff;
    border-radius: 8px;
    width: 100%;
}

.submit-an-enquiry .triangle-topleft {
}

.submit-an-enquiry button.close {
    font-size: 30px !important;
    color: #fff;
    text-shadow: inherit;
    opacity: 1;
    font-weight: normal;
}

.submit-an-enquiry button.close:hover {
    color: #fff;
    opacity: 1;
}

.submit-an-enquiry .modal-header button.close {
    margin: -10px 0px 0px 0 !important;
}

.submit-an-enquiry .modal-body {
    padding: 12px 0 0 !important;
}

    .submit-an-enquiry .modal-body textarea.form-control {
        height: 120px;
    }
    .submit-an-enquiry .modal-body .form-control {
        background-color: #eeeeee;
        height: 55px;
        border-radius: 4px;
        border: 0px;
        color: #5e6265;
        font-size: 15px;
        font-weight: normal;
        padding: 9px 19px;
        box-shadow: inherit;
    }

        .submit-an-enquiry .modal-body .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #5e6265;
        }

        .submit-an-enquiry .modal-body .form-control::-moz-placeholder { /* Firefox 19+ */
            color: #5e6265;
        }

        .submit-an-enquiry .modal-body .form-control:-ms-input-placeholder { /* IE 10+ */
            color: #5e6265;
        }

        .submit-an-enquiry .modal-body .form-control:-moz-placeholder { /* Firefox 18- */
            color: #5e6265;
        }

    .submit-an-enquiry .modal-body .form-group {
        margin-bottom: 35px;
    }

    .submit-an-enquiry .modal-body .border_radius4 {
        height: 55px;
        background-color: #ff482d;
        color: #fff;
        border: none;
        border-radius: 4px;
        width: 100%;
        font-size: 15px;
        text-transform: uppercase;
        padding: 6px 12px;  
    }

    .submit-an-enquiry .modal-body [type="radio"]:checked,
    .submit-an-enquiry .modal-body [type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px;
    }

        .submit-an-enquiry .modal-body [type="radio"]:checked + label,
        .submit-an-enquiry .modal-body [type="radio"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            display: inline-block;
            color: #3D464D;
            font-size: 14px;
            font-weight: 400;
        }

            .submit-an-enquiry .modal-body [type="radio"]:checked + label:before,
            .submit-an-enquiry .modal-body [type="radio"]:not(:checked) + label:before {
                content: '';
                position: absolute;
                left: 0;
                top: 2px;
                width: 18px;
                height: 18px;
                border: 2px solid #b6b7b8;
                border-radius: 100%;
                background: #fff;
            }

            .submit-an-enquiry .modal-body [type="radio"]:checked + label:after,
            .submit-an-enquiry .modal-body [type="radio"]:not(:checked) + label:after {
                content: '';
                width: 10px;
                height: 10px;
                background: #ff482d;
                position: absolute;
                top: 6px;
                left: 4px;
                border-radius: 100%;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

            .submit-an-enquiry .modal-body [type="radio"]:not(:checked) + label:after {
                opacity: 0;
                -webkit-transform: scale(0);
                transform: scale(0);
            }

            .submit-an-enquiry .modal-body [type="radio"]:checked + label:after {
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1);
            }
    .submit-an-enquiry .modal-body .g-recaptchaModal, #recaptcha1 {
        margin: 0px 0 0 -50px;
        width: 305px;
    }
/* New Popup Layout End */
.submitenq .g-recaptchaHome {
    width: 265px;
    margin: 0 auto;
}
.submitenq .text-danger, .quick-Enquiry .text-danger, .modal-body .text-danger, .contact-form .text-danger {
    color: red;
}
    .contact-form .text-danger span {
        color: red;
    }
.contact-form .btn-contact-form {
    color: #fff;
    background-color: #ff482e;
    border-color: #ff482e;
    padding: 12px 35px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin: 30px 0 0 0;
}
.g-recaptchaHome, .g-recaptchafooter, .g-recaptchaModal, #recaptcha1 {
    transform: scale(0.87);
    -webkit-transform: scale(0.87);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    height: 68px;
}
.main-center input.input-validation-error, .main-center textarea.input-validation-error,
.quick-Enquiry input.input-validation-error, .quick-Enquiry textarea.input-validation-error,
.modal-body input.input-validation-error, .modal-body textarea.input-validation-error{
    border: 1px solid red;
}
.contact-form input.input-validation-error, .contact-form textarea.input-validation-error {
    border-bottom: 1px solid red;
}

body.criteria #footer-top, body.process #footer-top {
    display: none;
}

.mobilefooter .boflink {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
.mobilefooter .tabone {
    text-align: center;
    margin-bottom: 25px;
}
    .mobilefooter .tabone span.downarrow {
        color: #ff543a;
    }
.mobilefooter .boflink h4 {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    margin: 0px 0 10px 0;
    line-height: 35px;
}
    .mobilefooter .boflink h4::after {
        display: inline-block;
        content: "";
        border-top: 3px solid #ff543a;
        transform: translateY(-1rem);
        position: absolute;
        top: inherit;
        left: 44%;
        width: 12%;
        margin-top: 55px;
    }
.mobilefooter .tabone .footer-category li a, .mobilefooter .tabone .footer-links li a {
    font-size: 18px;
    line-height: 38px;
    color: #B5A8A8;
}
    .mobilefooter .tabone .footer-category li a:hover, .mobilefooter .tabone .footer-links li a:hover {
        color: #ff543a;
    }

.mobilefooter .tabone .borderdiv p {
    font-size: 18px;
    color: #ff543a;
    line-height: 38px;
}
.mobilefooter .tabone .borderdiv {
    border: none;
    padding: 0px;
}
.mobilefooter .tabone #mc_embed_signup {
    width: 290px;
    margin: 0 auto;
}
.mobilefooter #mc_embed_signup input[type="email"] {
    height: 51px;
}
.mobilefooter #mc_embed_signup input[type="submit"] {
    font-size: 18px;
    font-weight: 700;
    height: 42px;
    width: 40%;
}
.mobilefooter #mc_embed_signup input.email {
    font-size: 18px !important;
}
.mobilefooter .tabone .quick-Enquiry {
    padding: 15px 0 0 0;
    width: 290px;
    margin: 0 auto;
}
.mobilefooter .tabone .quick-Enquiry .form-control {
    height: 40px;
    border-radius: 4px;
}
    .mobilefooter .tabone .quick-Enquiry label {
        font-size: 18px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        color: #B5A8A8;
        margin-bottom: 10px;
    }
    .mobilefooter .tabone .quick-Enquiry .enquiery-label-color {
        font-size: 15px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        color: #B5A8A8;
    }
    .mobilefooter .tabone .quick-Enquiry .btn-group.quick-btn {
        margin-top: 10px;
    }
    .mobilefooter .tabone .quick-Enquiry .btn-1 {
        font-size: 20px;
    }
        .mobilefooter .tabone .quick-Enquiry .btn-1 span {
            font-size: 18px;
            padding: 11px 16px 11px;
        }
.mobilefooter .tabone .stay-connected {
    width: 295px;
    margin: 50px auto 0;
}
.mobilefooter .tabone h3 {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    margin: 10px 0 20px 0;
    text-transform: capitalize;
}
.mobilefooter .tabone .socialmedia1 li a {
    line-height: 45px;
    height: 66px;
    width: 66px;
    font-size: 30px;
    color: #ff543a;
}


#recaptcha1 {
}
#PersonalInfo_Next {
    background: #ff482d !important;
    border: #ff482d !important;
    margin-top: 20px;
}
#Btn_Prev, #Btn_Save {
    background: #ff482d !important;
    border: #ff482d !important;
    margin-top: 20px;
}
.contact-form .enquiery-label-color {
    color: #000;
}
.enquiery-label-color label {
    margin-bottom: 5px !important;
}
    .contact-form span {
        color: #000;
    }.padding-15{
     padding:0 15px;
 }
.padding-top-10 {
    padding: 15px;
}
.font-size-12 {
    font-size: 12px;
}
#btnSubmit {
    background: #ff482d !important;
    border: #ff482d !important;
    margin-top: 20px;
}
.QualificationAdd {
    background: #ff482d !important;
    border-color: #ff482d;
    color: #fff !important;
}

#ForgetPasswordPannel {
        float: right;
        position: absolute;
    }
.qulification_output_div {
    border: 2px solid #e0e0e0 !important;
    padding: 4px;
    margin-top: 5px;
    background-color: #eee;
    margin-bottom: 15px;
}
.qulification_output_div1 {
    float: left;
    padding: 3px;
    display: inline-block;
}
.qulification_output_div2 {
    display: inline-block;
    line-height: 16px;
    font-size: 12px;
}
.qulification_output_div3 {
    float: right;
    display: inline-block;
    padding: 5px;
}
.qulification_output_div2 span {
    color: #039be5;
}
.cursor_pointer {
    cursor: pointer;
}
#login {
    background: #ff482d !important;
}
.account-login-btn {
    background: #ff482d;
    color: #fff;
    font-size: 15px;
    border: 0px;
    font-weight: 500;
}
.account-login-btn:hover {
    color: #fff;
}
.account-login-btn:focus {
    color: #fff;
    outline:0px;
}
.new-user-a a {
    color: #022140 !important;
    background: transparent !important;
    text-decoration: none;
    padding: 0px !important;
}
#LoginMenu {
    float: right;position:relative
}
#LogOffMenu {
    float: right;
    position: relative;
}
.cart-dropdown-item-wraper {
    top: 100%;
    right: 0px;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    padding: 20px;
    width: 320px;
    display: none;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.16);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.16);
    text-align: left;
    border-radius: 10px;
}
#slider-section img {
    position: relative;
    margin: 0px auto;
    width: 100%;
}
body {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
}

h2, h3 {
    font-family: 'Open sans', sans-serif;
    font-size: 31px;
    color: #022140;
    font-weight: 500;
}
.goto-top img {
    position: relative;
    bottom: 0px;
    float: right;
    width: 50%;
    display: none;
    margin: 0px auto;
    text-align: center;
}
.goto-top {
    margin-left: -100%;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 5%;
    float: right;
    overflow: hidden;
    height: 48px;
    z-index: 9999;
}

p {
    font-family: 'Open sans', sans-serif;
    font-size: 16px;
    text-align: justify;
    line-height: 1.6em;
    color: #022b55;
}
.item {
    position: relative;
    z-index: 99;
}
ul li {
    line-height: 32px;
}
.mt-2 {
    margin-top: 2rem;
}
/* Apply Now Form*/



.formsdemo form {
    font-family: 'Roboto', sans-serif;
}

.pl-0 {
    padding-left: 0;
}

.formsdemo .form-horizontal .heading {
    font-size: 16px;
    color: #3f9cb5;
    margin: 10px 0 20px 0;
    text-transform: capitalize;
    border-bottom: 2px solid;
}

.formsdemo .form-horizontal .form-content {
    padding: 25px;
    background: #fff;
    border: 3px solid #ddd;
}

.formsdemo .form-horizontal .form-control {
    padding: 0px;
    height: 50px;
    font-size: 14px;
    color: #2b2a2a;
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
}

    .formsdemo .form-horizontal .form-control:focus {
        border-color: #0060aa;
        box-shadow: none;
    }

.formsdemo .form-horizontal .control-label {
    font-size: 17px;
    color: #ccc;
    position: absolute;
    top: 5px;
    left: 27px;
    text-align: center;
}

.formsdemo .form-horizontal textarea.form-control {
    resize: vertical;
    height: 55px;
}

.formsdemo .form-horizontal .btn {
    font-size: 18px;
    color: #4e4e4e;
    float: right;
    margin: 10px 0;
    border: 2px solid #ccc;
    border-radius: 0;
    padding: 10px 25px;
    transition: all 0.5s ease 0s;
}

    .formsdemo .form-horizontal .btn:hover {
        background: #fff;
        border-color: #3f9cb5;
    }

.form-content {
    padding: 25px;
    background: #fff;
    border: 3px solid #ddd;
}


.wizard {
    margin: 0px auto 20px;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom: 0px;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 100%;
    background: #e0e0e0;
    position: absolute;
    width: 2px;
    margin: 0 auto;
    left: 5%;
    right: 0;
    top: 0;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

.deatail-span {
    position: absolute;
    top: 20%;
    left: -40%;
    text-align: left;
    font-weight: bold;
    color: #6c6c6c;
}


span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 63px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #ff8371;
}

    .wizard li.active span.round-tab i {
        color: #ff8371;
    }

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    display: block !important;
    float: none;
    position: relative;
    margin-bottom: 42px;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 65%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 14px solid transparent;
    border-left-color: #ff8371;
    bottom: 20%;
}

.wizard .nav-tabs > li a {
    width: 60px;
    height: 60px;
    margin: 16px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
}

.wizard h3 {
    margin-top: 0;
}

.form-content label {
    font-weight: 700;
}
.form-content .text-center label {
    font-weight: 700;
}
.normalf label {
    font-weight: 700;
}
.boldf label {
    font-weight: 700;
}

.btn-default.prev-step, .save-btn {
    background: #022140 !important;
    color: #fff;
    padding: 7px 22px;
    font-size: 16px;
    border-color: #022140;
}
    .btn-default.prev-step:hover {
        background: #022140 !important;
    }
.next-step {
    background: #ff482d !important;
    border-color: #ff482d !important;
    color: #fff !important;
    padding: 7px 22px;
    font-size: 16px;
}

/*thank you page*/
.thank-you-page-bg {font-family: 'Quicksand', sans-serif;background-color:#fff;padding-bottom:100px;padding-top:100px;}
.thank-content {text-align: center;}
.thank-content p {text-align: center;color: #2B2A29;font-family: 'Quicksand', sans-serif;margin-bottom: 30px;}
.thank-content h1 {color: #6B1919;font-size: 40px;text-align: center;font-weight: bold;margin-top: 46px;font-family: 'Quicksand', sans-serif;line-height: 56px;}
.img-div { height: 300px;margin: 0 auto;}
.socialmedia p {text-align: center;color: #2B2A29;font-family: 'Quicksand', sans-serif;}
.socialmedia a, .socialmedia img {height: 50px;width: 50px;text-decoration: none;}











@media( max-width : 585px ) {

    .wizard {
        width: 100%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 56%;
        top: 20%;
    }
}

.text-white {
    color: #fff !important;
}

.pt-50 {
    padding-top: 50px;
}

.pr-0 {
    padding-right: 0px;
}

.mt-5 {
    margin-top: 50px;
}
.core-value .mt-5 {
    margin-top: 15px;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
.ShareSocial {
    background: #fff;
    border: 1px solid #d5d6d6;
    padding: 5px;
    margin: 0;
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.15);
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,.15);
    box-shadow: 1px 1px 5px rgba(0,0,0,.15);
    position: absolute;
    top: -45px;
    right: 0px;
    width: 196px;
    border-radius: 6px;
}
.ShareSocialBlog {
    background: #fff;
    border: 1px solid #d5d6d6;
    padding: 5px;
    margin: 0;
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.15);
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,.15);
    box-shadow: 1px 1px 5px rgba(0,0,0,.15);
    position: absolute;
    top: -45px;
    right: 0;
    width: 195px;
    border-radius: 6px;
}
#blogDetails .ShareSocialBlog .fa {
    margin: 0 3px 0 3px;
    font-size: 35px;
    cursor: pointer;
}
#blogDetails img.socialClick {
    cursor: pointer;
}
#disqus_thread {padding-top: 50px;}
.card-body {
    position: relative;
}
.mb-5 {
    margin-bottom: 1rem;
}

.pt-5 {
    padding-top: 3rem;
}

.pb-5 {
    padding: 30px 50px 30px 30px;
}

.border-bottom-5 {
    border-bottom: 5px solid #ff8371;
}

.m0-auto {
    margin: 0 auto;
}

.h3-style {
    color: #ff482d;
    font-size: 16.8px;
    font-weight: 500;
}

.h3-1-style {
    color: #ff9f32;
    font-size: 22pt;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin-top: -15px;
}

.p-color {
    color: #022f5c
}

.w-100 {
    width: 100%
}

.mt-0 {
    margin-top: 0px !important;
}
/*--------------------------
  TOP HEADER
  --------------------------------*/

.middle-right li {
    display: inline-block;
}

.logo img {
    width: auto;
    margin-top: 0px;
    height: auto;
}
.bg-blue {
    background-color: #609cec !important;
}
.modal-body {
    width: 95%;
    margin: 0px auto;
    color: #000 !important;
}
.modal-dialog {
    top: 2vh;
}
@media (min-width: 1550px) {
    .modal-dialog {
        top: 9vh;
    }
}
    /*==============================================
    Top bar Style 2 Area Css
===============================================*/
    .top-bar-area.style-two {
        background: #159eee;
        border-bottom: none;
    }

    .top-bar-area.style-two h6 {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        line-height: 29px;
    }

    .top-bar-area.style-two .top-info {
        float: left;
    }

    .top-bar-area.style-two p {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        line-height: 29px;
    }

    .top-bar-area.style-two .social-links li i {
        font-size: 16px;
        color: #cccccc;
    }

    .top-bar-area.style-two .social-links li:hover i {
        color: #fff;
    }

    .top-bar-area.style-two span {
        float: left;
        padding-right: 15px;
    }

.socialmedia li {
    margin-left: 0px !important;
}

.socialmedia {
    padding-left: 0px;
}

    .socialmedia li {
        height: 23px;
        width: 23px;
        border: 2px solid;
        text-align: center;
        line-height: 7px;
        border-radius: 50%;
        padding: 4px !important;
        margin-right: 5px;
        font-weight: bold;
    }
.card-body .socialmedia li {
    height: 35px;
    width: 35px;
    margin-right: 10px;
}

.socialmedia1 li {
    display: inline-block;
}
    .socialmedia1 li a {
        display: inline-block;
        list-style: none;
        color: #fc725e;
        height: 50px;
        width: 50px;
        border: 2px solid;
        border-radius: 50%;
        text-align: center;
        padding: 7px;
        font-size: 20px;
        cursor: pointer;
        margin-right: 5px;
    }
.socialmedia1 li a {
    color: #fc725e;
}
.socialmedia1 {
    text-align: center;
    padding-left: 0px;
}

.socialmedia li a {
    color: #022140;
    font-size: 11px;
}
.card-body .socialmedia li a {
    color: #022140;
    font-size: 18px;
    line-height: 20px;
}

.text-holder h6 span {
    margin-left: 6px;
    font-family: 'Open Sans', sans-serif;
}

.text-holder h6 i {
    color: red;
    font-size: 16px;
}

.header-contact-info ul li.call-us {
    border-right: 1px solid #ddd;
}
/*==============================================
    Header Area Css
===============================================*/
.header-area {
    padding: 15px 0 15px 0;
    min-height: 63px;
}

.header-contact-info {
    overflow: hidden;
    float: right;
    margin-bottom: 0;
}

    .header-contact-info img {
        height: 15px;
    }

    .header-contact-info ul li {
        display: inline-block;
        float: left;
        position: relative;
        padding: 0px 0;
        /* padding-left: 40px;*/
        margin-left: 30px;
        padding-right: 30px;
    }

        .header-contact-info ul li:last-child:before {
            display: none;
        }

        .header-contact-info ul li:last-child {
            margin-right: 0;
            padding-right: 0;
        }

        .header-contact-info ul li .iocn-holder {
            width: 40px;
            position: absolute;
            left: -22px;
            top: 3px;
        }

            .header-contact-info ul li .iocn-holder span {
                color: #777777;
                transition: all 500ms ease 0s;
                -webkit-transition: all 500ms ease 0s;
                -moz-transition: all 500ms ease 0s;
                -ms-transition: all 500ms ease 0s;
                -o-transition: all 500ms ease 0s;
                transition: all 500ms ease 0s;
            }

                .header-contact-info ul li .iocn-holder span:before {
                    font-size: 30px;
                }

        .header-contact-info ul li:hover .iocn-holder span {
            color: #0660a9;
        }

        .header-contact-info ul li .iocn-holder, .header-contact-info ul li .text-holder {
        }

        .header-contact-info ul li .text-holder {
            padding-left: 5px;
            line-height: 13px;
        }

            .header-contact-info ul li .text-holder h6 {
                color: #777;
                font-size: 11px;
                font-weight: 500;
                text-transform: uppercase;
                margin: 0px 0 5px;
            }

            .header-contact-info ul li .text-holder p {
                color: #022140;
                font-size: 12px;
                font-weight: 600;
                margin: 0;
                line-height: 16px;
                font-family: 'Open Sans', sans-serif;
                text-align: center;
            }

.top-social-links {
    float: right;
    margin: 15px 0;
}

    .top-social-links li {
        display: inline-block;
        margin: 0 0 0 15px;
    }

        .top-social-links li:first-child {
            margin: 0;
        }

        .top-social-links li a i {
            color: #848484;
            font-size: 16px;
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
        }

        .top-social-links li a:hover i {
            color: #f5365e;
        }





/*==============================================
    Navbar
===============================================*/
#myNavbar {
    padding-left: 0px;
    padding-right: 0px;
}



.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}


.main-nav {
    background: #022140;
    border-radius: 0px;
    margin-bottom: 0px;
    border: 0px;
}

#myNavbar .dropdown-menu li a {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 15px 25px;
    background: #ff482d;
    /* font-family:  'Open sans', sans-serif; */
    font-family: 'Open sans', sans-serif;
}

#myNavbar ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 15px 16px;
    background: #022140;
    /* font-family:  'Open sans', sans-serif; */
    font-family: 'Open sans', sans-serif;
}
#myNavbar .dropdown-menu {
    background: #ff482d;
    padding-bottom: 0;
    padding-top: 0;
    border: 0px;
}

#myNavbar ul li a:hover {
    background: #ff482d;
    -webkit-transition: 2s; /* Safari */
    transition: 0.3s;
}

#myNavbar .dropdown-menu > li > a:focus, #myNavbar .dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #022140;
    transition: 0.4s;
}

#myNavbar ul li:hover, #myNavbar ul li:focus {
    background: #f9764e;
    transition: 0.4s;
}

li.contact-a a span.span1 {
    border-bottom: 1px solid;
    color: #ff8371;
}

#myNavbar ul li a span:hover {
    border-bottom: 1px solid;
    color: #fff;
}

li.contact-a:hover {
    color: red;
}

.text-holder a {
    color: #022140;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Open sans', sans-serif;
}


/*==============================================
    SLIDER
===============================================*/

.main-heading-2 h1 {
    line-height: 59px;
}
#slider-section {
    position: relative;
}

.main-text {
    position: absolute;
    top: 25%;
    width: 96.66666666666666%;
    color: #022140;
}

.main-heading {
  
}

.main-heading-line {
    z-index: 8;
    background-color: rgba(255, 99, 106, 0.8);
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 22px;
    border-width: 0px;
    margin: 69px 0px 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
    min-height: 99px;
    min-width: 7px;
    max-height: 99px;
    max-width: 7px;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    position: absolute;
}

.main-heading-1 h1 {
    font-size: 34px;
}

.main-text h1 {
    font-size: 36px;
    color: #022140;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 55px;
    margin: 0 0 20px 0;
}
    .main-text h1::after {
        display: inline-block;
        content: "";
        border-top: 3px solid #ff482e;
        transform: translateY(-1rem);
        position: absolute;
        top: 65px;
        left: 0;
        width: 26%;
    }
.main-text .hbbtn .btn-primary {
    color: #fff;
    background-color: #ff482e;
    border-color: #ff482e;
    padding: 12px 35px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin: 30px 0 0 0;
}
    .main-text .hbbtn .btn-primary:hover {
        color: #fff;
        background-color: #022140;
        border-color: #022140;
    }
.main-text h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18pt;
    line-height: 25pt;
    text-align: left;
    padding: 0;
    margin: 0px;
    font-weight: 600;
    text-shadow: 0px 5px 10px #fff;
}

.main-heading-2 {
    min-height: 140px;
    width: 550px;
}

.main-heading-2, .main-heading-3 {
    position: relative;
    left: 0px;
    top: 0px;
}

.main-heading-3 {
    left: 43px;
    min-height: 140px;
    width: 493px;
}

.main-heading-1 p {
}

.main-heading-2 {
}

a.right.carousel-control.right-chevron {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    background: none;
    right: 13px;
    opacity: 3;
}

a.left.carousel-control.left-chevron {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    background: none;
    opacity: 3;
}

.left-chevron i {
    height: 30px;
    width: 30px;
    border: 2px solid #023e71;
    border-radius: 50%;
    line-height: 30px;
    padding: 0px 0px;
    color: #023e71;
}

.right-chevron i {
    height: 30px;
    width: 30px;
    border: 2px solid #023e71;
    border-radius: 50%;
    line-height: 30px;
    padding: 0px 0px;
    color: #023e71;
}


.homebanner {
    background: url("../../../Images/HomeBanner/432820184325_2b37.jpg") top center no-repeat;
    background-size: cover;
    min-height: 800px;
}
    .homebanner img {
        width: 100%;
    }
    .homebanner .hb-text {
        font-size: 36px;
        color: #022140;
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
        line-height: 55px;
        float: right;
        margin: 250px 0 0 0;
    }
        .homebanner .hb-text span {
            text-transform: uppercase;
        }
            .homebanner .hb-text span span.bottomline {
                border-bottom: 4px solid #022140;
                padding: 0 0 10px 0;
            }
    .homebanner .hbbtn {
        margin: 50px 0 0 0;
    }
.homebanner .hbbtn .btn-primary {
    color: #fff;
    background-color: #ff482e;
    border-color: #ff482e;
    padding: 12px 35px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 20px;
}
    .homebanner .hbbtn .btn-primary:hover {
        color: #fff;
        background-color: #022140;
        border-color: #022140;
    }

.globalvid {
    margin: 6px 0 0 0
}
/*==============================================
  ABOUT US
===============================================*/
#AboutUsContent {}
#franchisee-study-abroad #AboutUsContent h2 {
    text-align: center !important;
    /*margin: 0 0 6px 0;
    color: #333;
    font-size: 18pt;*/
}
    /*#franchisee-study-abroad #AboutUsContent h2::after {
        border: 0;
    }*/
#AboutUsContent ul {
    padding: 0 0 0px 24px;
    margin: -20px 0 25px 0;
    font-size: 18pt;
}
    #AboutUsContent ul li {
        line-height: 37px;
        color: #022b55;
    }
.why-krishna {
    position: absolute;
    width: 100%;
    top: 58%;
}
.about-section {
    padding-right: 25px;
}
.p-0 {
    padding-bottom:0px!important;
    padding-top:0px!important;
}

.aboutthreebox .threeboxsec {
    border-top: 0px solid #ff3214;
    padding: 0px 0 0 0;
    margin-top: 60px;
    width: 100%;
    margin-left: 0;
}

.aboutnewdis .image img {
    width: 100% !important;
    margin-top: 10px;
}
.aboutussec .aboutnewdis .disc-div p {
    font-size: 14pt;
    line-height: 24pt;
    text-align: justify !important;
    margin-bottom: 10px;
}
.aboutussec .aboutnewdis {
    margin-top: 50px;
}
.aboutussec .aboutnewdis.two {
    margin-top: 35px;
    margin-bottom: 30px;
}

#about-us {
    padding-top: 24px;
    color: #022f5c;
    background-color: #f0f0f0;
    padding-bottom: 24px;
    border-bottom: 4px solid #e1e1e1;
}
    #about-us.p-0 {
        padding-bottom: 50px !important;
    }

    .aboutussec .about-section p {
        font-size: 18pt;
        line-height: 27pt;
        text-align: justify !important;
    }

.about-section h2.abtitle {
    font-size: 26pt;
}
    .about-section h2.abtitle:after {
        width: 140px;
        top: 45px;
    }

    .about-section h2 {
        position: relative;
        font-weight: 600;
        margin-bottom: 25px;
        color: #022140;
        font-family: 'Raleway', sans-serif;
        font-size: 28px;
    }
.about-section.home h2 {
    color: #ff482e;
    margin-bottom: 2px;
    margin-top: 60px;
}
.about-section.home h2:after {
    border-top: 0px solid #dc2825;
}
    .about-section.home h2 span {
        color: #022140;
    }
.about-section.home h4 {
    margin: 0 0 35px 0;
    font-weight: 600;
    color: #022140;
}
    .about-section.home h4:after {
        display: inline-block;
        content: "";
        border-top: 3px solid #dc2825;
        width: 107px;
        transform: translateY(-1rem);
        position: absolute;
        left: 15px;
        margin-top: 45px;
    }

.about-section h2:after {
    display: inline-block;
    content: "";
    border-top: 3px solid #dc2825;
    width: 107px;
    transform: translateY(-1rem);
    position: absolute;
    top: 38px;
    left: 0;
    margin-top: 11px;
}
.about-section1 h2:after {
    display: inline-block;
    content: "";
    border-top: 3px solid #ff482d;
    width: 13rem;
    transform: translateY(-1rem);
    position: absolute;
    top: 38px;
    left: 0px;
    margin-top: 11px;
}

.about-section p {
    line-height: 38px;
    font-size: 20px;
    text-align: justify !important;
    color: #022b55;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 25px;
}
.about-section1 p {
    line-height: 27px;
    font-size: 18px;
    text-align: justify;
    color: #022b55;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
}
#Association .mt-5 {
    margin-top: 0px;
}

.m-3 {
    margin-top: 37px;
    margin-bottom: 37px;
}

.about-section a {
    font-size: 15px;
    text-decoration: none;
    color: #ff482e;
    border-radius: 0px;
    position: relative;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    font-weight: 600;
    text-transform: capitalize;
}

    .about-section a i {
        font-size: 13px;
        margin: 0 0 0 3px;
    }


.main {
    position: relative;
  
}

    .main h2 {
        color: #fff;
    }

    .main input {
        font-size: 15px;
        padding-top: 3px;
        padding-left: 13px !important;
        color: #222f41;
        font-weight: 700;
        height: 40px;
    }
        .main input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #8f8882;
        }

        .main input::-moz-placeholder { /* Firefox 19+ */
            color: #8f8882;
        }

        .main input:-ms-input-placeholder { /* IE 10+ */
            color: #8f8882;
        }

        .main input:-moz-placeholder { /* Firefox 18- */
            color: #8f8882;
        }
.main-center .form-group {
    margin-right: 0;
    margin-left: 0;
}
.main-center .enquiery-label-color {
    text-align: center;
    color: #022140;
    font-size: 17px;
    font-weight: 700;
}
.main-center .btn-1 span {
    display: none;
}
.submitenq {
    background: rgba(255, 132, 114, 0.9);
}
.main-center {
    margin-top: 0px !important;
    margin: 0 auto;
    max-width: 100%;
    padding: 25px 0px 20px 0px;
    color: #FFF;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: left;
}
    .main-center .formmarg {
        margin: 0 0px 0 0px;
    }
    .main-center label {
        font-size: 17px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
    }
    .main .enquiery-label-color input {
        height: auto;
    }

    .main-center input {
        border: 0px;
        border-radius: 0px;
        padding: 4px 10px;
        background: #eee6df;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
    }
.main-center textarea::-webkit-input-placeholder {
    font-size: 15px;
    padding-top: 3px;
    color: #8f8882;
    font-weight: 600;
}

.main-center textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #8f8882;
}

.main-center textarea::-moz-placeholder { /* Firefox 19+ */
    color: #8f8882;
}

.main-center textarea:-ms-input-placeholder { /* IE 10+ */
    color: #8f8882;
}

.main-center textarea:-moz-placeholder { /* Firefox 18- */
    color: #8f8882;
}

.main-center textarea {
    border: 0px;
    border-radius: 0px;
    padding: 4px 13px;
    background: #eee6df;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #222f41;
    font-weight: 600;
    resize: vertical;
    overflow: auto;
    height: 80px;
}
.main-center h2 {
    position: relative;
    font-weight: 600;
    margin-bottom: 13px;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    color: #022140 !important;
    text-align: center;
    margin-bottom: 20px;
}

.main-center p {
    line-height: 25px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 15px 0px;
    color: #022140;
    font-size: 17px;
}
.main-center .quick-btn {
    text-align: center;
}

.main-center h2:after {
    display: inline-block;
    content: "";
    border-top: 3px solid #dc292d;
    transform: translateY(-1rem);
    position: absolute;
    top: 35px;
    left: 45%;
    width: 10%;
    margin-top: 11px;
}

.main-center button {
    /*  background: #023e71;*/
    border: 0px;
    border-radius: 8px;
    padding: 9px 50px 11px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    background: #022140;
}
    .main-center button:hover {
        background: #022140;
    }

.formtwo {
    display: none;
}

.main-center .formtwo {
    display: block;
}
.main-center .form-horizontal {
    
}
.main-center .col-sm-6, .main-center .col-sm-12 {
    padding-left: 7px;
    padding-right: 7px;
}
.main-center .row {
    margin-left: -7px;
    margin-right: -7px;
}

/*==============================================
  ACHIEVMENT 
===============================================*/
#achievment, #with-partners {
    padding-top: 50px;
    background-color: #fff;
    padding-bottom: 30px;
}

        #achievment h2, #with-partners h1 {
            position: relative;
            font-weight: 600;
            margin-bottom: 25px;
            color: #222f41;
            font-family: 'Raleway', sans-serif;
            font-size: 28px;
        }

            #achievment h2:after {
                display: inline-block;
                content: "";
                border-top: 3px solid #dc2825;
                width: 118px !important;
                transform: translateY(-1rem);
                position: absolute;
                top: 40px;
                left: 45%;
                margin-top: 11px;
            }

            #with-partners h1:after {
                display: inline-block;
                content: "";
                border-top: 3px solid #ff624b;
                transform: translateY(-1rem);
                position: absolute;
                top: 45px;
                left: 45%;
                width: 10%;
                margin-top: 11px;
            }

        #EnquiryFormWrap .modal-body .enquiery-label-color {
            color: #000;
        }

/*#EnquiryFormWrap .modal-header {
    background: #ff482d !important;
}*/
#achievment .bg-div {
    display: none;
}
/*-=-=-=-=-=-=-=-=-=-=-=- */
/* Column Grids */
/*-=-=-=-=-=-=-=-=-=-=-=- */
.col_half {
    width: 100%;
}

.col_third {
    width: 100%;
}

.col_fourth {
    width: 100%;
}

.col_fifth {
    width: 100%;
}

.col_sixth {
    width: 100%;
}

.col_three_fourth {
    width: 100%;
}

.col_twothird {
    width: 100%;
}

.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth {
    position: relative;
    display: inline;
    display: inline-block;
    float: left;
    margin-left: 35%;
    margin-bottom: 20px;
}

.counter img {
    margin: 0 0;
    height: 85px;
}

.end {
    margin-right: 0 !important;
}
/* Column Grids End */

.wrapper {
    width: 980px;
    margin: 30px auto;
    position: relative;
}

.count-title {
    font-size: 33px;
    margin-top: 5px;
    margin-bottom: 0;
    text-align: left;
    font-weight: 800;
    color: #ff482d;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}
.view-empty {
    padding: 35px;
}

.gamma {
    font-size: 25px;
    font-weight: bold;
}
.count-text {
    font-size: 18px;
    font-weight: normal;
    margin-top: 2px;
    margin-bottom: 0;
    text-align: left;
    font-weight: 600;
    color: #022140;
    font-family: 'Raleway', sans-serif;
    line-height: 22px;
}

.counter-section {
    margin-top: 33px;
}



.c-no {
    height: 150px;
}

.grey-bg {
    background: #ebebeb;
}

.counter-Txt {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}

    .counter-Txt span {
        display: block;
        font-size: 36px
    }

@@media(min-width:320px) and (max-width:767px) {
    .c-no {
        height: 100%;
    }

    .counter-Txt {
        margin-top: 35px;
    }

    .margin-bot-35 {
        margin-bottom: 35px;
    }
}

/*==============================================
 BECOME OUR FRANCHISEE
===============================================*/

#our-franchise {
    color: blue;
    padding-bottom: 50px;
    background: #f0f0f0;
    padding-top: 50px;
}

    #our-franchise h2, #partners h2 {
        color: #022140;
        position: relative;
        font-weight: 600;
        font-size: 28px;
        margin-bottom: 25px;
        font-family: 'Raleway', sans-serif;
    }

        #our-franchise h2:after, #partners h2:after {
            display: inline-block;
            content: "";
            border-top: 3px solid #dc2825;
            width: 4rem;
            transform: translateY(-1rem);
            position: absolute;
            top: 38px;
            right: 0;
            width: 10%;
            margin-top: 11px;
        }
    #our-franchise.two h2:after {
        left: 0;
        right: inherit;
    }

            .our-frenchisee p {
                line-height: 35px;
                font-size: 20px;
                text-align: justify;
                color: #022b55;
            }

.our-frenchisee a {
    float: right;
    color: #ff482e;
    margin-top: 0px;
    border-radius: 0px;
    font-size: 15px;
    border: 0px;
    position: relative;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    font-weight: 600;
    text-transform: capitalize;
}

    .our-frenchisee a i {
        font-size: 13px;
        margin: 0 0 0 3px;
    }

.our-frenchisee {
    margin-left: 29px;
}
#our-franchise.two {
    padding-top: 0px;
}
#our-franchise.two .our-frenchisee {
    margin-left: 0px;
    margin-right: 29px;
}
/*==============================================
FRANCHISEE BENEFITS
===============================================*/
.partner-associate-one {
    border-top: 5px solid #e1e1e1;
    padding: 50px 0 60px;
}
    .partner-associate-one h2 {
        color: #022140;
        position: relative;
        font-weight: 600;
        font-size: 28px;
        margin-bottom: 25px;
        font-family: 'Raleway', sans-serif;
        text-align: right;
    }
        .partner-associate-one h2::after {
            display: inline-block;
            content: "";
            border-top: 3px solid #ff482d;
            width: 4rem;
            transform: translateY(-1rem);
            position: absolute;
            top: 70px;
            right: 0;
            width: 25%;
            margin-top: 11px;
        }
    .partner-associate-one .vcontent p {
        line-height: 27px;
        font-size: 18px;
        text-align: justify;
        color: #022b55;
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 30px;
    }
    .partner-associate-one .v-video {
        margin: 94px 0 0 0;
    }

    #franchisee-benefits {
        color: #fc725e;
        padding-bottom: 35px;
    }

    #franchisee-benefits h2, #latest-article h2, .sub1 h2 {
        position: relative;
        font-weight: 600;
        font-size: 28px;
        margin-bottom: 25px;
        color: #022140;
        font-family: 'Raleway', sans-serif;
    }

#testimonials h2 {
    position: relative;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 25px;
    color: #022140 !important;
    font-family: 'Raleway', sans-serif;
    text-shadow: 1px 0px 5px #fff;
}

    #franchisee-benefits h2:after, #latest-article h2:after, #testimonials h2:after {
        display: inline-block;
        content: "";
        border-top: 3px solid #dc2825;
        transform: translateY(-1rem);
        position: absolute;
        top: 38px;
        left: 45%;
        width: 10%;
        margin-top: 11px;
    }


#franchisee-benefits.partner-association-bg h2::after {
    border-top: 3px solid #ff482d;
}
#franchisee-benefits.howdiw h2::after {
    border-top: 3px solid #ff482d;
}

.serviceBox, .serviceBox1 {
    padding: 20px 0;
    border-bottom: 2px solid #cccccc5e;
    min-height: 175px;
}

.serviceBox {
    margin-right: 55px;
}

#FranchiseeBenefits .row:nth-child(2) .serviceBox .service-content {
    min-height: 225px;
}

.serviceBox1 {
    margin-left: 57px;
    text-align: right;
}

.serviceBox .service-icon {
    float: left;
    box-shadow: 0px 0px 5px 3px #E1E1E1;
    height: 80px;
    width: 80px;
    background: #fff;
}

.service-icon img {
    width: 100%;
}

.serviceBox .service-content {
    margin-left: 107px;
}

    .serviceBox .service-content h3, .serviceBox1 .service-content h3 {
        color: #ff482d;
        font-size: 22px;
        font-weight: 600;
        margin-top: 0;
    }

    .serviceBox .service-content p, .serviceBox1 .service-content p {
        color: #222f41;
        line-height: 1.6em;
        font-size: 15px;
        margin-bottom: 0px;
    }

.serviceBox1 .service-content p {
    text-align: justify;
}
.serviceBox .service-content p {
    text-align: justify;
}

.serviceBox1 .service-icon {
    box-shadow: 0px 0px 5px 3px #E1E1E1;
    height: 80px;
    width: 80px;
    float: right;
    background: #fff;
}

.serviceBox1 .service-content {
    text-align: right;
    margin-right: 107px;
}
.morecontent span {
    display: none;
}

.morelink {
    display: block;
}
.more a {
    text-decoration: none;
    color: #ff8371;
    margin-top: 6px;
}

#changePosition5.serviceBox {
    border-bottom: 0px solid #cccccc5e;
}
#changePosition6.serviceBox1 {
    border-bottom: 0px solid #cccccc5e;
}
/*==============================================
LATEST ARTICLES
===============================================*/
#latest-article {
    color: #fc725e;
    padding-bottom: 50px;
}


.blog-div {
    overflow: hidden;
    position: relative;
}
.blog-div img {
    width: 100%;
}
    .blog-div img {
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        height: 200px;
        object-fit: contain;
        object-position: center;
    }

.articles {
    padding: 25px;
    box-shadow: 0 0 8px rgba(34, 30, 31, 0.3);
    min-height: 340px;
    max-height: 340px
}

.articlesTitle {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #0e1b2c;
    min-height: 45px;
    max-height: 45px;
}
.article-p {
    padding-top: 13px;
}

.caret-right {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid;
    display: inline-block;
    height: 0;
    vertical-align: top;
    width: 0;
    position: absolute;
    left: 76px;
    top: 6px;
}

.article-p a, .adjust2 a {
    position: relative;
    color: #ff482d;
    text-decoration: none;

}

.article-p p {
    color: #222f41;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
}
.homepageArticle {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #0e1b2c;
}
.view-btn {
    margin-top: 19px;
    border-radius: 0px;
    font-size: 12px;
    background: #ff482d;
    border: 0px;
    position: relative;
    padding: 10px 35px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
    .view-btn.two {
        margin-right: 30px;
        margin-bottom: -15px;
    }

    .view-btn:hover {
        background: #022140;
        transition: 0.3s;
    }

    .view-btn:focus {
        background: #022140;
        transition: 0.3s;
        border: 0px;
    }

.line {
    height: 2px;
    width: 97%;
    border: 1px solid #dddddd85;
    position: absolute;
    top: 36px;
    z-index: -1;
}
.line-testimonials {
    height: 2px;
    width: 97%;
    border: 1px solid #ddd;
    position: absolute;
    top: 36px;
    z-index: 1;
}


/*==============================================
WHAT FRENCHISEE SAYS
===============================================*/

#testimonials {
    padding-top: 30px;
    color: #fc725e;
    background-image: url(/Content/Images/banner/Brown_Testimonial_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 0px;
}

#TestimonialBannerdata.flexslider {
    background: rgba(225, 225, 225, 0.9);
}
    #TestimonialBannerdata.flexslider .thumbnail {
        background-color: transparent;
    }

    #testimonials .slider {
        padding: 0 30px;
    }

    .carousel-indicators .active {
        background: #022140;
    }

.adjust2 a {
    font-size: 14px;
}

.content {
    margin-top: 20px;
}

.adjust1 {
    float: left;
    width: 100%;
    margin-bottom: 0;
    border: 0px;
    min-height: 410px;
    max-height: 550px;
    padding-top: 10px;
}

.adjust2 {
    margin: 0px 10px;
    border-left: 0px;
    padding-bottom: 0px;
}

    .adjust2 p {
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
        font-size: 16px;
    }

.profile-img {
    height: 180px;
    width: 180px;
    border-radius: 50%;
}

.img-circle-testimonial {
    border: 2px solid #ff482d;
    height: 190px;
    width: 190px;
    border-radius: 50%;
    /* position: absolute; */
    margin: 0 auto;
}

    .img-circle-testimonial img {
        margin: 8px 8px 8px;
    }

.carousel-indicators li {
    border: 2px solid #fff;
}

.carousel-control {
    color: #31708f;
    width: 5%;
}

#carousel-testimonials li {
    border: 2px solid;
}

.carousel-control:hover, .carousel-control:focus {
    color: #31708f;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

a.left.carousel-control.carousel-control1, a.right.carousel-control.carousel-control1 {
    opacity: 2;
}

.media-object {
    margin: auto;
}

a.left.carousel-control.carousel-control1, a.right.carousel-control.carousel-control1 {
    top: 34%;
}

.flex-direction-nav a {
    line-height: 44px;
}
#testimonials .flex-control-nav {
    bottom: 18px;
}
#testimonials .flex-control-paging li a {
    border: 0px solid #fc725e;
    background: #b8aa9c;
    width: 10px;
    height: 10px;
}
    #testimonials .flex-control-paging li a.flex-active {
        background: #222f41;
    }
#testimonials .flex-control-nav li {
    margin: 0 3px;
}
#testimonials .flex-direction-nav a::before {
    color: #ff482d;
}

.caption1 h5 {
    color: #222f41;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    font-size: 17pt;
    margin: 5px 0 0 0;
}

.caption1 h6 {
    color: #ff563d;
    font-family: 'Open sans', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-size: 13pt;
    font-weight: 600;
    margin: 5px 0 0px 0;
}

.adjust2 p {
    color: #8f7050;
}
.div-1 {
    height: 220px;
    width: 220px;
    border-radius: 50%;
    border: 5px solid #e7e3e0;
    /* border-bottom-color: #fc725e; */
    /* left: 10px; */
    /* margin-left: 3px; */
    /* position: relative; */
    margin-left: -33px;
}
.div-1img {
    height: 220px;
    width: 220px;
    border-radius: 50%;
    border: 3px solid #e5e1de;
    border-bottom-color: #ddd;
    /* border-top-color: transparent; */
    /* border-left-color: transparent; */
    /* position: absolute; */
    margin-top: -3px;
    margin-left: -3px;
    display: block;
    box-shadow: 5px -2px 6px 2px #ddd;
}
@media screen and (max-width: 768px) {
    .media-object {
        margin-top: 0;
    }
}




/*==============================================
PARTNERS SAYS
===============================================*/

#partners {
    color: #fc725e;
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
}

    #partners .container {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .view-btn1 {
        position: absolute;
        right: 0;
        border-radius: 0px;
        font-size: 11px;
        background: #fc725e;
        border: 0px;
        /* position: relative; */
        padding: 10px 21px;
        font-family: 'Open sans', sans-serif;
        color: #fff;
        top: -21px;
        text-transform: uppercase;
    }

.line-btn {
    position: relative;
}

.slick-slide {
    margin: 0px 20px;
}

.h-130 {
    height: 130px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}



/*==============================================
SUNFOOTER
===============================================*/


#sub-footer {
    color: #fc725e;
}

.bg1 {
    background: #fc725e;
    color: #fff;
}

.bg2 {
    background: #fc725e38;
}

.brouchure h2 {
    font-family: 'Open sans', sans-serif;
}

.brouchure, .apply {
    padding: 80px 10px 98px 10px;
}

.download-btn {
    padding: 10px 70px 10px 70px;
    font-size: 21px;
    font-weight: 300;
    background: #023e71;
    border: 0px;
}

.download-btn1 {
    padding: 10px 70px 10px 70px;
    font-size: 21px;
    font-weight: 300;
    background: #fc725e;
    border: 0px;
}

.apply h2 {
    color: #023e71;
    font-family: 'Open sans', sans-serif;
}

.border-dot {
    border: 1px dotted;
}

.border-dotted-left {
    border-left: 0px;;
}
/*==============================================
FOOTER
===============================================*/
.footer-wrap .borderdiv {
    border-left: 1px solid #59667a;
    border-right: 1px solid #59667a;
    padding: 0 15px 10px;
}
.Franchise_Enquiry {
    font-size: 17px;
    padding: 10px 10px 10px 10px;
    border-radius: 4px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    display: block;
    text-decoration: none;
}
.footer-wrap .borderdiv p {
    margin-top: 0px;
    padding: 0 30px;
    font-size: 14px;
    text-align: center;
}
#mc_embed_signup input.email {
    font-size: 13px !important;
    font-family: 'Raleway', sans-serif !important;
    padding: 0px 15px !important;
}
#mc_embed_signup .button:hover {
    background: #022140 !important;
}
.footer-wrap {
    background: url(/Content/Images/banner/Footer_bg.jpg) no-repeat top;
    padding-top: 30px;
    background-size: cover;
}

    .footer-wrap h3 {
        color: #fc725e;
        font-size: 18px;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: 30px;
        line-height: 23px;
        font-family: 'Raleway', sans-serif;
    }
    .footer-wrap h3.two {
        color: #fff;
    }

        .footer-wrap p {
            line-height: 24px;
            color: #fff;
            margin-top: 15px;
        }

        .footer-wrap p a {
            color: #fff;
            text-decoration: underline;
            font-style: italic;
        }

            .footer-wrap p a:hover {
                text-decoration: none;
                color: #ff7800;
            }

.footer-links li a {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
}


.footer-category li a {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
}



.address {
    color: #b3b3b3;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    line-height: 30px;
}

    .address:before {
        content: "\f277";
        font-family: 'FontAwesome';
        position: absolute;
        top: 0;
        left: 0;
    }

.info a {
    color: #b3b3b3;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}

.fa-phone:before {
    content: "\f095";
}

.info a {
    color: #b3b3b3;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}

.fa-fax:before {
    content: "\f1ac";
}

.copyright {
    font-size: 14px;
    color: #fff;
    margin-top: 25px;
    padding-top: 10px;
    text-align: left;
    padding-bottom: 10px;
    font-weight: 600;
}

.signup {
    background: #555;
    border: 0px;
    position: relative;
    color: #ddd;
}

.subscribe-btn {
    position: absolute;
    top: 4px;
    right: 5px;
    border-radius: 4px;
    border: 0px;
    padding: 4px 10px;
    background: #fc725e;
    color: #fff;
    font-size: 12px;
}

.subscribe-form {
    position: relative;
}

.footer-links li a:hover {
    color: #ff8371;
    transition: .3s;
}

.footer-links {
    padding-left: 0px;
    list-style: none;
}

.footer-category, {
    padding-left: 0px;
    list-style: none;
    border-right: 1px solid #ddd;
    line-height: 35px;
}

.stay-connected h3 {
    text-align: center;
    text-transform: uppercase;
}

.stay-connected .socialmedia {
    text-align: center;
}

.email-updation {
    text-align: center;
    padding: 10px 27px 0px;
}

.quick-Enquiry {
    padding-left: 31px;
   
}
    .quick-Enquiry .btn-1 {
        margin-top: 10px;
    }
    .quick-Enquiry .col-sm-6 {
        width: 100%;
    }
.contact-form .col-sm-6 {
    width: 100%;
}
.modal-body .form-horizontal .col-sm-6 {
    width: 100%;
}
.quick-Enquiry textarea {
    border: 0px;
    border-radius: 0px;
    text-align: center;
    background: #f5f5f5eb;
    resize: vertical;
    overflow: auto;
}
#enqform textarea {
    resize: vertical;
    overflow: auto;
}
.quick-Enquiry input, .quick-Enquiry textarea {
    border: 0px;
    border-radius: 0px;
    text-align: center;
    background: #fff;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #222f41;
}

    .quick-Enquiry textarea::-webkit-input-placeholder {
        font-size: 15px;
        padding-top: 3px;
        color: #222f41;
        font-weight: 600;
    }

    .quick-Enquiry textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #222f41;
    }

    .quick-Enquiry textarea::-moz-placeholder { /* Firefox 19+ */
        color: #222f41;
    }

    .quick-Enquiry textarea:-ms-input-placeholder { /* IE 10+ */
        color: #222f41;
    }

    .quick-Enquiry textarea:-moz-placeholder { /* Firefox 18- */
        color: #222f41;
    }

    .quick-Enquiry textarea::-webkit-input-placeholder {
        font-size: 15px;
        padding-top: 3px;
        color: #222f41;
        font-weight: 600;
    }

    .quick-Enquiry input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #222f41;
    }

    .quick-Enquiry input::-moz-placeholder { /* Firefox 19+ */
        color: #222f41;
    }

    .quick-Enquiry input:-ms-input-placeholder { /* IE 10+ */
        color: #222f41;
    }

    .quick-Enquiry input:-moz-placeholder { /* Firefox 18- */
        color: #222f41;
    }

.stay-connected {
    border-top: 1px solid #59667a;
    padding-top: 20px;
    width: 240px;
    margin: 15px auto 0;
}

.footer-category li a, .footer-links li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    font-family: 'Open sans', sans-serif;
}

    .footer-category li a:hover {
        color: #ff8371;
        transition: .3s;
    }

ul.footer-links li {
    line-height: 35px;
}

.footer-category {
    padding-left: 0px;
    list-style: none;
}

.quick-Enquiry .form-group {
    margin-bottom: 10px;
}

.btn-1 {
    background: #ff482d;
    border: 0px;
    color: #fff;
    position: relative;
    padding: 9px 50px 10px 20px;
    font-size: 13px;
    border-radius: 2px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    border:0;
}
.btn-1:focus{outline:0!important;}
.btn-1 span {
    /* position: absolute; */
    position: absolute;
    background: #ec4027;
    padding: 9px 16px 8px;
    border: 0px;
    margin: -9px 8px;
    font-size: 14px;
    border-radius: 2px;
}
.quick-Enquiry label {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.btn-2 {
    padding: 10px 21px;
    background: #de4b36;
    border: 0px;
    font-size: 16px;
    color: #fff;
}

.btn-1:hover, .btn-1:focus, .btn-1:active {
    background: #fc725e;
    border: 0px;
    color: #fff;
}

.btn-2:hover, .btn-2:focus, .btn-2:active {
    background: #de4b36;
    border: 0px;
    color: #fff;
}

.btn-group.quick-btn {
    margin-top: 5px;
}
    .btn-group.quick-btn:focus {
        outline: 0px auto -webkit-focus-ring-color;
    }
#footer-top {
    padding-bottom: 50px;
    padding-top: 50px;
    background-image: url(/Content/Images/banner/Acc_image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#btnSubevnt:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

#footer-top .fbpad {
    padding: 0 100px;
}

.sub1 a, .jotFomBtn {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 45px 10px 64px;
    border-radius: 4px;
    border: 0px;
    position: relative;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    display: inline-block;
}
    .sub1 a:hover, .sub1 a:focus {
     
        color: #fff;
    }

    .sub1 a img, .jotFomBtn img {
        height: 23px;
        position: absolute;
        left: 37px;
        top: 9px
    }

.sub1 {
    padding: 20px 18px 35px;
}

.dow-btn {
    background: #022140;
    color: #fff;
}

.apl-btn {
    background: #ff482d;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.sub1 h2 {
    margin-top: 0;
}
.apl-btn {
    background: #ff482d;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
.Franchise_Enquiry {
    font-size: 15px;
    padding: 10px 10px 10px 10px;
    border-radius: 4px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    display: block;
    text-decoration: none;
    border:0;
}
/*==============================================
ANIMATION
===============================================*/












/*==============================================
  VISION MISION PAGE
===============================================*/

#vision {
    padding-top: 0px;
}

    #vision .image img {
        width: 100%;
    }

    #vision .row {
        margin: 0 0;
    }
    #vision .col-sm-6 {
        padding: 0 0;
    }
    #vision .row.bg {
        background: none;
    }

    .vision h1 {
        position: relative;
        margin-bottom: 20px;
        font-size: 26pt;
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
    }

    .vision h1:after {
        display: inline-block;
        content: "";
        border-top: 3px solid #ff8a00;
        width: 4rem;
        transform: translateY(-1rem);
        position: absolute;
        top: 45px;
        left: 0;
        width: 22%;
        margin-top: 11px;
    }

.bg-vision {
    background-image: url(/Content/Images/aboutus/Our-vision_BG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:50%;
}

#core-value h2 {
    position: relative;
    font-weight: 600;
    margin-bottom: 25px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 26pt;
}

    #core-value h2:after {
        display: inline-block;
        content: "";
        border-top: 3px solid #ff8b00;
        /* width: 11rem; */
        transform: translateY(-1rem);
        position: absolute;
        top: 45px;
        left: 44%;
        width: 140px;
        margin-top: 11px;
    }

#core-value {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(/Content/Images/aboutus/Core_values_BG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.bg-mision {
    background-image: url(/Content/Images/aboutus/Our-mission_BG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 30%;
}
.vision {
    padding-top: 75px;
    padding-bottom: 0px;
    padding-left: 35px;
    padding-right: 35px;
}
    .vision .vtext {
        font-size: 16pt;
        line-height: 26pt;
        text-align: justify !important;
        color: #022b55;
    }
    .vision .vtext ul {
        padding: 0 0 0 20px;
    }
    .mision {
    padding-top: 24px;
    padding-left: 20px;
    padding-bottom: 0px;
    right: auto;
    padding-right: 35px;
}
    .mision li {
        font-size: 16pt;
        line-height: 26pt;
        text-align: justify !important;
        color: #022b55;
    }

    .mision h2 {
        position: relative;
        margin-bottom: 20px;
        text-align: right;
        font-size: 26pt;
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
    }

        .mision h2:after {
            display: inline-block;
            content: "";
            border-top: 3px solid #c80e01;
            transform: translateY(-1rem);
            position: absolute;
            top: 45px;
            right: 0;
            width: 26%;
            margin-top: 11px;
        }


#our-objective h2 {
    position: relative;
    margin-bottom: 20px;
    font-size: 26pt;
    colot: #022140;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

    #our-objective h2:after {
        display: inline-block;
        content: "";
        border-top: 3px solid #c80e01;
        transform: translateY(-1rem);
        position: absolute;
        top: 45px;
        left: 0;
        width: 10%;
        margin-top: 11px;
    }

.objectiv-bg1 {
    background: #ffeeec;
    line-height: 28pt;
    margin-top: 2rem;
    font-size: 19pt;
    color: #022140;
}
    .objectiv-bg1.white {
        background: #fff;
        margin-top: 0;
    }
    .objectiv-bg1.gray {
        background: #f1f0f0;
        margin-top: 0;
    }

    .objectiv-bg1 li {
        line-height: 28pt;
    }

#our-objective .devidershad {
    height: 60px;
}

.obj-bg3 {
    background: #eee;
}

.circle-img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    display: block;
    justify-content: center;
    align-items: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 14px;
    box-shadow: 0px 0px 10px 5px #ddd6;
}

.serv-box {
    border-bottom: 3px solid #cccccc5e;
}

/*==============================================
  OUR TEAM PAGE
===============================================*/
#with-partners {
    background-image: url(/Images/AboutUs/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
    #with-partners .ourteamtxt p {
        font-size: 18pt;
        color: #022140;
        line-height: 28pt;
        font-family: 'Open Sans', sans-serif;
        padding-bottom: 20px;
    }
.ourteam h2 {
    font-size: 26pt !important;
    font-weight: 600 !important;
    color: #022140 !important;
    font-family: 'Raleway', sans-serif !important;
}
.pic {
    background-image: url(/Content/Images/aboutus/photo_top-rectangle.png);
    background-size: cover;
    background-size: 100%;
    background-repeat: no-repeat;
}

    .pic img {
        margin-top: 54px;
        filter: gray; /* IE5+ */
        -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
        -webkit-transition: all .8s ease-in-out;
    }

        .pic img:hover {
            filter: none;
            -webkit-filter: grayscale(0);
            -webkit-transform: scale(1.01);
        }

.our-team {
    box-shadow: 7px 10px 35px #808080;
    background: #fff;
    /*margin-bottom: 25px;*/
}
    .our-team .profile-img {
    height: 215px;
    width: 215px;
    }
    .our-team .h3-style {
        color: #ff2606;
        font-size: 18pt;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        margin: 5px 0 0 0;
    }
    .our-team .post {
        font-size: 16pt;
        font-weight: 300;
        font-family: 'Open Sans', sans-serif;
        color: #022140;
    }

    /*    .our-team .post::after {
            display: inline-block;
            content: "";
            border-top: 3px solid #ff624b;
            transform: translateY(-1rem);
            position: absolute;
            left: 43%;
            width: 15%;
            margin-top: 45px;
        }*/
    .our-team.last-team .post::after {
        border-top: 0px solid #ff624b;
    }
    

    .our-team .team-content {
        padding: 0 0 35px 0;
        margin-bottom:30px;
    }
    #MeetOurTeam.row {
        margin-left: -20px;
        margin-right: -20px;
    }
    #MeetOurTeam .col-md-6 {
        padding-left: 20px;
        padding-right: 20px;
    }

.team-content p {
    padding: 5px 50px 40px;
    position: relative;
    font-size: 14pt;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    color: #022140;
    min-height: 705px;
}
    .team-content p{display:none;}
    /*.our-team.Agrawal .team-content p {
    min-height: 675px;
}*/
    .our-team.Agrawal .team-content p {
        display: none;
    }
#MeetOurTeamTwo {
    padding: 0 80px;
}
    #MeetOurTeamTwo{display:none;}
    .last-team .last-team-padding {
        padding: 0px;
    }
.last-team p {
    font-size: 14pt;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    color: #022140;
    padding: 15px 30px 0px;
}

    .ml-144 {
        margin-left: 144px;
    }
/* .team-content p:after {
        display: inline-block;
        content: "";
        border-top: 1px solid #ddd;
        width: 4rem;
        transform: translateY(-1rem);
        position: absolute;
        left: 44%;
        width: 12%;
        margin-top: 11px;
       
        bottom: 0px;
    }*/

/*.our-team-line-1 {
    position: relative;
}*/

.our-team-line-1 {
    position: relative;
    display: block;
    margin-top: 18px;
}
    /*.our-team-line-1:before {
        display: inline-block;
        content: "";
        border-top: 2px solid #b0b0b0;
        width: 80px;
        transform: translateY(-1rem);
        position: absolute;
        left: -65%;*/
        /* width: 100%; */
        /*bottom: 26px;
    }*/
    .our-team-line-1:before {
        content: "";
        border-top: 2px solid #b0b0b0;
        width: 80px;
        transform: translateY(-1rem);
        position: absolute;
        bottom: 32px;
        display: block;
        left: 0;
        right: 0;
        bottom: 35px;
        margin: 0 auto;
    }

.verticle-top {
    width: 120px;
    height: 538px;
}
.last-team-padding {
    padding: 29px 22px;
}
.team-1 {
    padding: 36px 0px 15px;
}
.team-1 img {
    -webkit-filter: grayscale(1);
    -webkit-transition: all .8s ease-in-out;
}
.line1 {
    position: relative;
    margin-bottom: 13px;
}
.team-1 img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01);
}
.line1:after {
    display: inline-block;
    content: "";
    border-top: 2px solid #b0b0b0;
    transform: translateY(-1rem);
    position: absolute;
    top: -7px;
    left: 35%;
    width: 30%;
    margin-top: 14px;
}
/*==============================================
 FRANCHISEE CRITERIA
===============================================*/
#franchisee-model {
    padding-top: 50px;
    padding-bottom: 0px;
    background: url(/Content/Images/franchisee/modal-bg.jpg) left top repeat-x;
}

#franchisee-criteria {
    padding-top: 50px;
    padding-bottom: 0px;
    background: #f3f3f3;
}

#franchisee-criteria1, #franchisee-study-abroad {
    padding-top: 50px;

}

.franchisee-criteria-industry {
    background: #fff;
    padding: 30px 0;
}
.franchisee-criteria {
    padding: 30px 0;
}
.shadebg {

}
#changecolor1.franchisee-criteria {
    padding-top: 0px;
}

.bof-intro #AboutUsContent p {
    font-size: 18pt;
    line-height: 27pt;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 25px;
    color: #022b55;
}
    .bof-intro #AboutUsContent p.intro-img img {
        width: 1235px !important;
        margin: 25px -50px;
    }

#franchisee-model h1, #franchisee-criteria h1, #franchisee-study-abroad h2, #franchisee-study-abroad h1 {
    position: relative;
    font-size: 26pt;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.criteria-content {
    margin-top: 30px;
}
    .criteria-content p {
        font-size: 18pt;
        margin-bottom: 20px;
        color: #022b55;
    }
.process-content p {
    font-size: 18pt;
    margin-bottom: 0px;
    margin-top: 30px;
    text-align: center;
    color: #ff482e;
    font-weight: 600;
}
    .criteria-content h3 {
        font-weight: 700;
        margin-top: 30px;
    }
        .criteria-content h3::after {
            display: inline-block;
            content: "";
            border-top: 3px solid #dc2825;
            transform: translateY(-1rem);
            position: absolute;
            left: 44%;
            width: 12%;
            margin-top: 55px;
        }

        #franchisee-model h1:after, #franchisee-criteria h1:after {
            display: inline-block;
            content: "";
            border-top: 3px solid #dc2825;
            transform: translateY(-1rem);
            position: absolute;
            top: 45px;
            left: 44%;
            width: 12%;
            margin-top: 11px;
        }
        #franchisee-model h1:after {
            border-top: 3px solid #dc2825;
        }

 #franchisee-study-abroad h2:after, #franchisee-study-abroad h1:after {
    display: inline-block;
    content: "";
    border-top: 3px solid #ff482d;
    transform: translateY(-1rem);
    position: absolute;
    top: 45px;
    left: 45%;
    width: 10%;
    margin-top: 11px;
}

.bg-border {
    border-top: 11px solid #004d9b;
    bottom: 0px;
    margin-top: 15px;
    margin-bottom: 2px;
}

.franchisee-model-table {
    position: relative;
    z-index: 9999;
    margin-top: 0px;
}
    .franchisee-model-table .w-10 img {
        width: 50px;

    }

    .franchisee-model-table .m0-auto {
        margin:inherit;
    }
    .franchisee-model-table .table {
        margin-bottom: 0px;
    }

    .franchisee-model-table h4 {
        font-size: 19pt;
        font-family: 'Open Sans', sans-serif;
        color: #01407e;
        font-weight: 600;
    }

.w-10 {
    width: 9%;
    border-right: 1px solid #777;
    padding: 10px 17px !important;
}

.w-40 {
    width: 40%;
    border-right: 1px solid #777;
    padding: 1rem 1rem 1rem 6rem !important;
    color: #1761a0;
}

.w-50 {
    width: 50%;
    padding: 1rem 1rem 1rem 6rem !important;
    color: #1761a0;
}

.franchisee-model-table tbody tr td {
    vertical-align: middle;
}

.franchisee-model-table tbody tr td {
    border-bottom: 2px solid #fff;
    border-top: none;
}

.even-bg {
    background: #c1c2c3;
}

.odd-bg {
    background: #dddfe1;
}

.h-300 {
    height: 300px;
}

.vedio-section {
    border: 0px solid #eeeeeea6;
    padding: 0;
    border-radius: 10px;
}
#ourfranchise .col-md-6 {
    border: 0px !important;
}
#ourfranchise iframe {
    height: 393px;
    margin: 6px 0 0 0;
}



.content1 {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
}

    .content1 .content-overlay {
        background: rgba(252, 114, 94, 0.8);
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }

    .content1:hover .content-overlay {
        opacity: 1;
    }
    .content1:hover .content-details {
        background: transparent;
    }

.threeboxsec {
    border-top: 3px solid #ff3214;
    padding: 30px 0 0 0;
    margin-top: 25px;
    width: 1235px;
    margin-left: -50px;
}
.content-image {
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: bottom;
    height: 270px;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    background: rgba(252, 114, 94, 0.8);
}

.content1:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.bg-div-shad {
    height: 60px;
}

.content-details h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0.5em;
    text-transform: capitalize;
    font-size: 17pt;
    font-family: 'Raleway', sans-serif;
    margin: 16px 0;
}

.fadeIn-bottom {
    top: 242px;
}

.criteria {
    width: 100%;
   
}



.criteria-1, .criteria-2, .criteria-3 {
    width: 30%;
}

#franchisee-criteria-industry {
    background: #fff;
}

.arrow-img {
    margin-top: 113px;
}
    .arrow-img h3 {
        font-size: 20pt;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        color: #222f41;
    }
#changecolor1 .arrow-img h3 {
    margin: 140px 0 0 0;
}
#changecolor1 h4 {
    font-size: 19pt;
    color: #cc3334;
    font-weight: 600;
    margin: -45px 0 0 0;
}
#changecolor2 .arrow-img h3 {
    padding: 0px 20px 0 0;
    text-align: left;
    line-height: 25pt;
}
#changecolor3 .arrow-img h3 {
    line-height: 25pt;
}
#changecolor4 .arrow-img h3 {
    margin: 0px 0px 0 -10px;
    text-align: left;
    line-height: 25pt;
}


.arrow-img1 {
    margin-top: 142px;
}

.h-55 {
    height: 80px;
}


/*==============================================
 KNOW OUR FRANCHISEE
===============================================*/
.left-franchisee img {
    padding: 10px;
}
#ourFranchisee {
    padding-top:50PX;
    padding-bottom:50PX;
}
#ourFranchisee h2 {
    position:relative;
    margin-bottom:20px;
}

    #ourFranchisee h2:after {
        display: inline-block;
        content: "";
        border-top: 5px solid #ff482d;
        width: 4rem;
        transform: translateY(-1rem);
        position: absolute;
        top: 40px;
        left: 44%;
        width: 12%;
        margin-top: 11px;
    }
.our-frenchisee1 {
    border: 1px solid;
    height: 275px;
    width: 275px;
    border-radius: 50%;
    border: 10px solid #fff;
    margin: 0 auto;
    position: relative;
}


.arrow-modal {
    height: 75px;
    width: 75px;
    position: absolute;
    right: 10px;
    border-radius: 50%;
    line-height: 48px;
    top: 165px;
    background: #fff;
    box-shadow: 3px 4px 5px 1px #909090;
    color: #ff482d;
    font-size: 38px;
    border: 0px;
    z-index: 999;
}
    .arrow-modal:focus {
        border: 0px;
        outline: 0px auto -webkit-focus-ring-color;
    }

#testimonialsOurTeam .mb-5 {
    margin: 0 0 80px 0;
}

.franchisee-detail h4 {
    color: #022140;
    font-weight: 700;
    font-size: 22px;
    margin: 15px 0 3px 0;
}

.kndirectors {
    position: relative;
    width: 265px;
    margin: 0 auto;
}

.franchisee-detail .desination {
    font-size: 18px;
    color: #ff482d;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.franchisee-detail .knaddress {
    font-size: 18px;
    color: #022b55;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.franchisee-detail {
    border-bottom: 1px dashed #022140;
    width: 265px;
    margin: 0 auto;
    padding-bottom: 0px;
    min-height: 120px;
}
.our-fanchisee-team-modal {
    top: 20%;
}
.w-50 {
    width: 40%;
}
.p0 {
    padding:0px;
}
.our-fanchisee-team-modal-close {
    height: 30px;
    width: 30px;
    border: 1px solid;
    border-radius: 50%;
    background: #fff!important;
    opacity: 1;
    color: #022140;
    margin-right: -7px;
    margin-top: -7px;
    outline: 0px auto -webkit-focus-ring-color;
    opacity: 1;
}
.our-fanchisee-team-modal-close:hover {
    opacity: 1;
}

    .our-fanchisee-team-modal-content .modal-body {
        width: 100%;
    }
.our-fanchisee-team-modal-content {
    border-radius: 0px;
}

/*Muza Modal CSS*/
.our-fanchisee-team-modal-content .modal-body .franchisee-detail-height {
    width: 100%;
    float: none;
}
    .our-fanchisee-team-modal-content .modal-body .left-franchisee {
        float: left;
        margin-right: 30px;
    }
        .our-fanchisee-team-modal-content .modal-body .left-franchisee img {
            width: 225px;
            height: 225px;
            padding: 0px;
        }
    .our-fanchisee-team-modal-content .modal-body .detail-footer p {
        text-align: left;
        margin: 0 0 5px;
        color: #fff;
    }
    .our-fanchisee-team-modal-content .modal-body .detail1 {
        padding: 20px 0px 10px;
        text-align: left;
        border-bottom: 0px solid #ccc;
        background: none;
    }
#testimonialsVideo .our-fanchisee-team-modal-content .modal-body h2 {
    position: relative;
    margin-bottom: 5px;
    font-size: 20pt;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #fd705c;
}
    #testimonialsVideo .our-fanchisee-team-modal-content .modal-body h2::after{
        border: none;
    }
    .our-fanchisee-team-modal-content .modal-body h4 {
        color: #fff;
        font-weight: 300;
        font-size: 18px;
        margin: 5px 0 0px 0;
    }
.our-fanchisee-team-modal-content .modal-body .detail-footer {
    padding: 10px 0 0 0;
}
    .our-fanchisee-team-modal-content .modal-body .detail-footer .fa {
        font-size: 20px;
        width: 25px;
    }
    .our-fanchisee-team-modal-content .modal-body .detail-footer .btn-default1 {
        padding: 0;
        color: #fd705c;
        border: 0px solid;
        background: none;
        border-radius: 0px;
        border: 0px;
        margin: 20px 0 0 0;
    }
    .our-fanchisee-team-modal-content .modal-body .detail-footer .followlink{
        text-align: left;
        margin: 15px 0 20px 0;
    }
    .our-fanchisee-team-modal-content .modal-body .detail-footer .btn-default1 .fa {
        font-size: 40px;
    }
.our-fanchisee-team-modal-content .modal-body .detail-p {
    font-family: 'Open sans', sans-serif;
    font-size: 18px;
    text-align: justify;
    line-height: 1.6em;
    padding: 20px 30px;
    color: #000;
    font-weight: 300;
    background: #edecec;
}
    .our-fanchisee-team-modal-content .modal-body .detail-p p {
        font-size: 18px;
        color: #000;
        font-weight: 300;
    }
    /*Muza Modal CSS*/
    .detail1 {
        padding: 21px 0px;
        text-align: center;
        border-bottom: 1px solid #ccc;
        background: #ddddddad;
    }
/*
    .franchisee-detail-height {
    height:460px;
}

*/
.detail-footer {
    text-align: center;
    color:#fff;
}
.detail1 h2 {
    font-size: 22px;
}
.detail-footer p {
    text-align: center;
}
.bg1-1 {
    background: #022140;
}
.btn-default1 {
    padding: 10px 42px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    border: 1px solid;
    background: #777;
    border-radius: 33px;
    border: 0px;
}
    .btn-default1:hover {
        background: #ff482d;
        color: #fff;
        transition: 0.4s;
    }
.detail-p {
    padding: 20px 38px;
    color: #022140;
}
/*==============================================
 CONTACT US
===============================================*/
#contact-us {
    padding-bottom: 50px;
    background-image: url(/Content/Images/banner/Contactus_BG.png);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-us-bg1 {
    background-color: rgba(0, 188, 212, 0.8);
    color: #fff;
}

.contact-us-bg2 {
    background-color: rgba(0, 164, 239, 0.8);
    color: #fff;
}

.contact-us-bg3 {
    background-color: rgba(42, 182, 246, 0.8);
    color: #fff;
}

.contact-us {
    /*padding: 10px 21px;*/
    position: relative;
    margin-top: -7px;
    height: 100%;
    max-height: 329px;
    min-width: 265px;
    min-height: 200px;
}

.contact-icon {
    position: absolute;
    right: 25px;
    font-size: 25px;
    color: #fff;
    top: 20px;
}

.contact-info.contact-temp {
    padding: 30px 0px 30px 15px;
}

.contact-info {
    padding: 30px 0px;
    position: relative;
    height: 100%;
    font-size: 14px;
    font-weight: 600;
}

    .contact-info .mt-5 {
        margin-top: 20px;
    }

    .contact-info h5 {
        position: relative;
    }

        .contact-info h5:after {
            display: inline-block;
            content: "";
            border-top: 1px solid #fff;
            width: 4rem;
            transform: translateY(-1rem);
            position: absolute;
            top: 17px;
            left: 0;
            width: 17%;
            margin-top: 11px;
        }

.contact-bg {
    background-image: url(/Content/Images/banner/Contact_us_web-banner.jpg);
    height: 502px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-heading h3, h2, h1 {
    margin: 0px;
    position:relative;
}

.contact-heading h1 {
    color: #022b55;
}

.contact-heading {
    margin-top: 156px;
    margin-left: 30px;
}

    .contact-heading h3 {
        font-family: 'Raleway', sans-serif;
        font-size: 26pt;
        font-weight: 600;
    }
    .contact-heading h2 {
        font-family: 'Raleway', sans-serif;
        font-size: 36pt;
        font-weight: 600;
    }
    .contact-heading h1 {
        font-family: 'Raleway', sans-serif;
        font-size: 31pt;
        font-weight: 600;
        margin-top: 10px;
    }

.contact-line {
    position: absolute;
    height: 3px;
    width: 106px;
    border: #022140;
    background: #022140;
    left: 173px;
    top: 27px;
}

.contact-us-h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30pt;
    font-weight: 600;
    color: #fff;
    text-align: right;
}

.contact-us-h2-line {
    border-bottom: 3px solid #fff;
    margin: -70px auto 0;
    width: 85%;
    padding: 0 0 5px 0;
}

.contact-icon img {
    height: 43px;
}

.contact-info img {
    height: 16px;
    float: left;
    margin-right: 8px;
    margin-top: 4px;
}

.contact-info p {
    margin-bottom: 0px;
    color: rgb(255, 255, 255);
}

.getin-touch-info h2, .contact-form h2 {
    position: relative;
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 18pt;
    font-weight: 700;
}
    .contact-form h2 i {
        font-weight: 300;
        font-family: 'Raleway', sans-serif !important;
    }

    .getin-touch-info h2:after, .contact-form h2:after {
        display: inline-block;
        content: "";
        border-top: 3px solid #fd705c;
        transform: translateY(-1rem);
        position: absolute;
        top: 40px;
        left: 0;
        width: 20%;
        margin-top: 11px;
    }

.getin-touch-info-1 h5 {
    font-size: 18px;
    color: #2bb8ca;
}

.getin-touch-info-1 p {
    color: #022140;
}

.contact-form {
    padding: 0px 85px 0px 37px;
    border-left: 2px solid #ff8371;
}
    .contact-form .form-group {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 25px;
    }
    .contact-form h2 {
        margin-bottom: 30px;
    }
    .contact-form .btn-1 span {
        display: none;
    }
    .contact-form .btn-1 {
        padding: 10px 40px;
        font-size: 18px;
    }

    .contact-form input {
        border: 0px;
        border-bottom: 2px solid #dbdbd8;
        border-radius: 0px;
        background: none;
        border-top: 0px;
        box-shadow: 0px 0px;
        font-family: 'Open Sans', sans-serif;
        font-size: 13pt;
        font-weight: 300;
        color: #000000;
        padding: 0;
        height: 50px;
    }
    .contact-form textarea {
        border: 0px;
        border-bottom: 2px solid #dbdbd8;
        border-radius: 0px;
        background: none;
        border-top: 0px;
        box-shadow: 0px 0px;
        font-family: 'Open Sans', sans-serif;
        font-size: 13pt;
        font-weight: 300;
        color: #000000;
        padding: 0;
        height: 50px;
    }
        .contact-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #000000;
        }

        .contact-form input::-moz-placeholder { /* Firefox 19+ */
            color: #000000;
        }

        .contact-form input:-ms-input-placeholder { /* IE 10+ */
            color: #000000;
        }

        .contact-form input:-moz-placeholder { /* Firefox 18- */
            color: #000000;
        }

    .contact-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #000000;
    }

    .contact-form textarea::-moz-placeholder { /* Firefox 19+ */
        color: #000000;
    }

    .contact-form textarea:-ms-input-placeholder { /* IE 10+ */
        color: #000000;
    }

    .contact-form textarea:-moz-placeholder { /* Firefox 18- */
        color: #000000;
    }

        .contact-form input:focus {
            border: 0px;
            border-bottom: 2px solid #dbdbd8;
            border-radius: 0px;
            background: #f9f9f9;
            border-top: 0px;
            box-shadow: 0px 0px;
        }

    .contact-form textarea {
        border-radius: 0px;
        border-bottom: 2px solid #dbdbd8;
        height: 100px;
        box-shadow: 0px 0px;
    }

        .contact-form textarea:focus {
            border-radius: 0px;
            border-bottom: 2px solid #dbdbd8;
            height: 100px;
            border-color: #dbdbd8;
            outline: 0;
            -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6);
            / box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6);
            */
        }

    .contact-form label {
        font-weight: 300;
        color: #000;
        font-size: 13pt;

    }
    .contact-form input[type=radio]{
        height: auto;
    }

    .getin-touch-info {
        padding: 85px 142px 72px 85px;
    }
    .getin-touch-info .getin-touch-info-1 {
        margin-top: 30px;
    }
    .getin-touch-info-1 p {
        font-size: 14pt;
        line-height: 28px;
    }

.contact-info h2 {
    text-transform: capitalize;
    font-size: 21px;
    color: #fff;
    position: relative;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

    .contact-info h2:after {
        display: inline-block;
        content: "";
        border-top: 2px solid #fff;
        width: 4rem;
        transform: translateY(-1rem);
        position: absolute;
        top: 29px;
        left: 0;
        width: 22%;
        margin-top: 11px;
    }

.contact-info p {
    text-align: left;
    font-size: 15px;
}

#branch-location {
    padding: 50px 0px;
    background-image: url(/Content/Images/banner/Our-branch-locations-BG.jpg);
    /* text-shadow: 0 0 black; */
    background-position: 50% 50%;
}

.banch-location-left h2, .banch-location-left p {
    color: #fff;
    font-size: 25pt;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.banch-location-left h3 {
    color: #fc725e;
    margin-top: 5px;
}

.branch-location-btn {
    font-size: 16px;
    padding: 11px 28px;
    background: transparent;
    border: 2px solid #fc725e !important;
    color: #fc725e !important;
    border-radius: 0px;
}

.banch-location-right p {
    color: #fff;
    text-align: center;
    margin-bottom: 14px;
    margin-top: 10px;
    font-size: 16pt;
}


.branch-location-btn:hover {
    background: #fc725e;
    color: #fff !important;
    border: 2px solid #fff !important;
    transition: 2s;
}


/*==============================================
FREQUENTLY ASKED QUESTION
===============================================*/

#with-partners.faq h2 {
    font-size: 26pt;
    margin-bottom: 60px;
    text-align: left;
}
    #with-partners.faq h2::after {
        left: 0;
        width: 15%;
    }

    .faq {
        background-image: url(/Content/Images/banner/Contactus_BG.png) !important;
        background-position: 50% 50%;
        height: 100%;
        background-attachment: fixed;
    }

.bs-example {
    margin: 20px;
}

.panel-title .i {
    font-size: 14px;
}

.search-form {
    float: right;
}

.faq-search input {
    height: 49px;
    border-radius: 26px;
    padding: 10px 39px 10px 22px;
    width: 100%;
    font-size: 15px;
    box-shadow: 0px 7px 15px #ddd;
}

.searchButton {
    position: absolute;
    right: -27px;
    width: 55px;
    height: 55px;
    border: 1px solid #ff533a;
    background: #ff533a;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
    top: -4px;
    z-index: 9999;
    border-radius: 50%;
}

    .searchButton:focus {
        position: absolute;
        right: -27px;
        width: 55px;
        height: 55px;
        border: 1px solid #ff533a;
        background: #ff533a;
        text-align: center;
        color: #fff;
        border-radius: 5px;
        cursor: pointer;
        font-size: 20px;
        top: -4px;
        z-index: 9999;
        border-radius: 50%;
    }
#faq .collapse.in {
    display: block;
}

#faq .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

#faq .panel-default {
    border: 0;
}

    #faq .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

#faq .panel-title {
    margin: 0;
    border-radius: 12px;
    background: #022140;
    color: 3fff;
    color: #fff;
    background: #022140;
    font-size: 19px;
    font-weight: 500;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}

    #faq .panel-title > a {
        display: block;
        text-decoration: none;
        position: relative;
        padding: 15px 10px 15px 60px;
        margin: 0;
    }

    #faq .panel-title span {
        position: absolute;
        padding: 15px;
        background: #ff533a;
        color: #fff;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
        height: 100%
    }

        #faq .panel-title span i {
            color: #fff;
            font-size: 22px;
            font-weight: 400;
        }

#faq .more-less {
    float: left;
    color: #fff;
}

#faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding: 15px 30px 15px 30px;
    background: #f5f5f5;
    border-top: none;
    font-size: 18px;
    color: #022140;
    line-height: 28px;
    position: relative;
    border: 1px solid #000;
    border-radius: 7px;
}

    #faq .panel-default > .panel-heading + .panel-collapse > .panel-body p {
        color: #000;
        */ font-weight: 500;
        font-size: 14px;
    }
/*==============================================
PARTNER ASSOCIATE
===============================================*/
.partner-associate-bg {
    background-image: url(/Content/Images/banner/partner-ass.jpg);
    height: 502px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

#franchisee-benefits.btp-0 {
    padding-bottom: 0px;
}

.VirtualTourbg .partner-heading {
    background-color: rgba(255, 132, 114, 0.7);
    margin: 0px;
    width: 50%;
    position: absolute;
    top: 130px;
    right: 0px;
    padding: 20px 25px 25px 25px;
    border: 2px solid #fff;
}
    .VirtualTourbg  .partner-heading h2 {
        font-size: 28pt;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        margin-bottom: 20px;
    }

        .VirtualTourbg .partner-heading h2:after {
            display: inline-block;
            content: "";
            border-top: 3px solid #ff482d;
            transform: translateY(-1rem);
            position: absolute;
            top: 45px;
            left: 0;
            width: 23%;
            margin-top: 11px;
        }
    .VirtualTourbg .partner-heading p {
        font-family: 'Open Sans', sans-serif;
        font-size: 15pt;
        line-height: 20pt;
        text-align: left;
        padding: 10px 30px 15px 0;
        font-weight: 700;
    }

.VirtualTour-one {
    background: #f5f6fa;
    min-height: 420px;
    padding: 50px 0;
}
    .VirtualTour-one h2 {
        position: relative;
        font-weight: 700;
        margin-bottom: 35px;
        color: #022140;
        font-family: 'Raleway', sans-serif;
        font-size: 28px;
    }
        .VirtualTour-one h2.two {
            margin-top: 30px;
        }
        .VirtualTour-one h2::after {
            display: inline-block;
            content: "";
            border-top: 3px solid #ff2b0b;
            width: 132px;
            transform: translateY(-1rem);
            position: absolute;
            left: 0;
            margin-top: 55px;
        }
    .VirtualTour-one .vcontent {
        line-height: 30px;
        font-size: 17px;
        text-align: justify !important;
        color: #022b55;
        font-family: 'Open Sans', sans-serif;
    }
        .VirtualTour-one .vcontent.two {
            font-size: 17px;
        }
    #gallary h2 {
        position: relative;
        font-weight: 700;
        margin-bottom: 60px;
        color: #022140;
        font-family: 'Raleway', sans-serif;
        font-size: 28px;
        text-align: center;
    }
        #gallary h2::after {
            display: inline-block;
            content: "";
            border-top: 3px solid #ff2b0b;
            width: 118px !important;
            transform: translateY(-1rem);
            position: absolute;
            top: 40px;
            left: 45%;
            margin-top: 11px;
        }

.partner-heading {
    margin-top: 120px;
}

    .partner-heading h2 {
        font-size: 28pt;
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
        margin-bottom: 20px;
    }
.partner-bottom-line {
    border-bottom: 4px solid #ff482d;
    padding: 0 0px 0px 0px;
    width: 226px;
    margin-right: 6px;
}
.partner-heading h2:after {
    display: inline-block;
    content: "";
    border-top: 3px solid #ff482d;
    transform: translateY(-1rem);
    position: absolute;
    top: 45px;
    left: 0;
    width: 40%;
    margin-top: 11px;
}
.partner-heading p {
    font-family: 'Raleway', sans-serif;
    font-size: 16pt;
    line-height: 25pt;
    text-align: left;
    padding: 5px 30px 5px 0;
    font-weight: 600;
}

    #concept-association {
        padding-bottom: 50px;
        padding-top: 50px;
        color: #022f5c;
        background-color: #f3f3f3;
    }

#PartnerAssociates {
    padding: 0 0px;
}

.process-para.mar1 {
    margin-top: 60px;
}
.process-para.mar2 {
    margin-top: 43px;
}
.process-para.mar3 {
    margin-top: 43px;
}
.process-para.mar4 {
    margin-top: 90px;
}
.process-para.mar5 {
    margin-top: 30px;
}
.bgcng1 {
    background: #fff;
}
.bgcng3 {
    background: #fff;
}
.bgcng5 {
    background: #fff;
}


.partner-testimonials {
    background-image: url(https://www.midwestperegrine.org/wp-content/uploads/2017/03/potential-business-partner-675x320.jpg) !important;
}
.about-section1 h2 {
    color: #022140;
    position: relative;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 25px;
    font-family: 'Raleway', sans-serif;
}
#result h4 {
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #022140;
    text-align: center;
    margin-bottom:40px;
}
#result iframe {
    border: none;
    box-shadow: 0 0 10px #808080;
}
.videomb-4{margin-bottom:40px}

/*-----------------------------*/
.main-timeline {
    width: 100%;
    margin: 20px auto;
    position: relative;
}

    .main-timeline:before {
        content: "";
        display: block;
        width: 8px;
        height: 100%;
        background: #022140;
        margin: 0 0 0 -7px;
        position: absolute;
        top: 0;
        left: 50%;
    }
    .timeline-content p {
        color: #022b55;
    }
    .main-timeline .timeline {
        width: 100%;
        position: relative;
    }

        .main-timeline .timeline:after {
            content: "";
            display: block;
            clear: both;
        }

    .main-timeline .timeline-content {
        width: 40%;
        float: left;
        margin: 5px 0 0 0;
        border-radius: 6px;
    }

    .main-timeline .date {
        display: block;
        width: 65px;
        height: 65px;
        border-radius: 50%;
        background: #fff;
        padding: 5px 0;
        margin: 0 0 0 -36px;
        position: absolute;
        top: 0;
        left: 50%;
        font-size: 12px;
        font-weight: 900;
        text-transform: uppercase;
        color: rgba(255,255,255,0.5);
        border: 11px solid #fc725e;
        box-shadow: 0 0 0 5px #25303b;
        border-bottom-color: #25303b;
        border-top-color: #fc725e;
        border-left-color: #25303b;
        /* animation: loading-2 1.5s linear forwards 1.8s; */
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .main-timeline .date1 {
        display: block;
        width: 110px;
        height: 110px;
        border-radius: 50%;
        background: #fff;
        padding: 5px 0;
        margin: 0 0 0 -36px;
        position: absolute;
        top: 0;
        left: 48%;
        font-size: 12px;
        font-weight: 900;
        text-transform: uppercase;
        color: rgba(255,255,255,0.5);
        border: 15px solid #ff6953;
        box-shadow: 0 0 0 0px #25303b;
        border-bottom-color: #25303b;
        border-top-color: #ff6953;
        border-left-color: #25303b;
        /* animation: loading-2 1.5s linear forwards 1.8s; */
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .main-timeline .date2 {
        display: block;
        width: 110px;
        height: 110px;
        border-radius: 50%;
        background: #fff;
        padding: 5px 0;
        margin: 0 0 0 -36px;
        position: absolute;
        top: 0;
        left: 48%;
        font-size: 12px;
        font-weight: 900;
        text-transform: uppercase;
        color: rgba(255,255,255,0.5);
        border: 15px solid #ff6953;
        box-shadow: 0 0 0 0px #25303b;
        border-bottom-color: #ff6953;
        border-top-color: #ff6953;
        border-left-color: #25303b;
        /*animation: loading-2 1.5s linear reverse 1.8s;*/
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .main-timeline .date3 {
        display: block;
        width: 110px;
        height: 110px;
        border-radius: 50%;
        background: #fff;
        padding: 5px 0;
        margin: 0 0 0 -36px;
        position: absolute;
        top: 0;
        left: 48%;
        font-size: 12px;
        font-weight: 900;
        text-transform: uppercase;
        color: rgba(255,255,255,0.5);
        border: 15px solid #ff6953;
        box-shadow: 0 0 0 0px #25303b;
        border-bottom-color: #ff6953;
        border-top-color: #ff6953;
        border-left-color: #ff6953;
        /*animation: loading-2 1.5s linear forwards 1.8s;*/
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
.small-circle3 {
    position: absolute;
    height: 19px;
    width: 19px;
    background: #022140;
    border-radius: 50%;
    top: 77%;
    left: 40%;
}
.timeline-content p {
    color: #022b55;
}
.step-number {
    position: absolute;
    color: #fc725e;
    font-size: 40pt;
    left: 48.5%;
    top: 14px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

.small-circle {
    position: sb;
    position: absolute;
    height: 15px;
    width: 15px;
    /* border: 1px solid red; */
    background: #25303b;
    border-radius: 50%;
    top: 123px;
    right: 40%;
}

.small-circle1 {
    position: absolute;
    height: 15px;
    width: 15px;
    /* border: 1px solid red; */
    background: #25303b;
    border-radius: 50%;
    top: 188px;
    /* right: 40%; */
    left: 40%;
}

.main-timeline .date span {
    display: block;
    text-align: center;
}

.main-timeline .day,
.main-timeline .year {
    font-size: 10px;
}

.main-timeline .month {
    font-size: 17px;
    color: #ff482d;
}

.main-timeline .title {
    padding: 13px 12px;
    margin: 0;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -1px;
    border-radius: 6px 6px 0 0;
    position: relative;
}

    .main-timeline .title:after {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        top: 20px;
        right: -5px;
        transform: rotate(-45deg);
    }

.main-timeline .description1 {
    padding: 50px 10px 10px;
    margin: 0;
    font-size: 14px;
    color: #656565;
    background: #fff;
    border-radius: 0 0 6px 6px;
}

.main-timeline .description2 {
    padding: 50px 10px 10px;
    margin: 0;
    font-size: 14px;
    /*color: #656565;*/
    background: #fff;
    border-radius: 0 0 6px 6px;
}

.step-heading {
    color: #ff482d;
    font-size: 14pt;
    line-height: 25px;
    margin: 0 0 5px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.main-timeline .description1::after, .main-timeline .description3::after {
    display: inline-block;
    content: "";
    border-top: 8px solid #022140;
    width: 4rem;
    transform: translateY(-1rem);
    position: absolute;
    top: 122px;
    left: 41%;
    width: 9%;
    margin-top: 11px;
}
.small-circle1 {
    position: absolute;
    height: 19px;
    width: 19px;
    background: #022140;
    border-radius: 50%;
    top: 59%;
    left: 40%;
}
.small-circle2 {
    position: absolute;
    height: 19px;
    width: 19px;
    background: #022140;
    border-radius: 50%;
    top: 123px;
    right: 40%;
}
.timeline-content {
    padding: 11px;
}
.main-timeline .timeline-content p {
    font-size: 13pt;
    line-height: 25px;
}

.main-timeline .description2:before {
    display: inline-block;
    content: "";
    border-top: 8px solid #022140;
    width: 4rem;
    transform: translateY(-1rem);
    position: absolute;
    top: 128px;
    left: 50%;
    width: 9%;
    margin-top: 11px;
}

.main-timeline .timeline:nth-child(2n+2) .timeline-content {
    float: right;
}

.main-timeline .timeline:nth-child(2n+2) .title:after {
    left: -5px;
}

.main-timeline .timeline:nth-child(1) .title,
.main-timeline .timeline:nth-child(1) .title:after {
    background: #022140;
}

.main-timeline .timeline:nth-child(2) .title,
.main-timeline .timeline:nth-child(2) .title:after {
    background: #022140;
}

.main-timeline .timeline:nth-child(3) .title,
.main-timeline .timeline:nth-child(3) .title:after {
    background: #022140;
}

.main-timeline .timeline:nth-child(4) .title,
.main-timeline .timeline:nth-child(4) .title:after {
    background: #eab715;
}



.half-circle {
    width: 100px;
    height: 200px;
    background-color: gold;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
    border: 10px solid gray;
    border-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

}
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}

@media only screen and (max-width: 990px) {
    .progress {
        margin-bottom: 20px;
    }
}



.partner-association-bg {
    background-image: url(/Content/Images/banner/Benefits-to-partner-Associates.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
    .partner-association-bg .serviceBox p {
        text-align: left;
    }
    .partner-association-bg .serviceBox1 p {
        text-align: right;
    }
    .partner-association-bg .serviceBox .service-content br {
        display: none;
    }
    .partner-association-bg .serviceBox1 .service-content br {
        display: none;
    }
    .partner-association-bg .serviceBox1 .service-content {
        min-height: 107px;
    }

    .bg-white {
        background: #fff;
        box-shadow: 4px 3px 6px #ddd !important;
    }


/*==============================================
PROCESS ASSOCIATE
===============================================*/
.process-association h1 {
    position: relative;
    margin-bottom: 20px;
    font-size: 26pt;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
    .process-association h1:after {
        display: inline-block;
        content: "";
        border-top: 3px solid #dc2825;
        transform: translateY(-1rem);
        position: absolute;
        top: 100%;
        left: 44%;
        width: 12%;
        margin-top: 11px;
    }

.process-association-step-row {
    padding: 0 100px;
}
/*.kc-bulding {
    background-image: url('../../Images/franchisee/celebration.png');
}*/
/*-----progress circle----------*/
.mb20 {
    margin: 7px 20px;
}
  .cdev {
  position: relative;
  height: 100px;
  width: 100px;
  margin:0 auto;
}

.cdev div {
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.cdev div span {
  position: absolute;
  font-family: Arial;
  font-size: 25px;
  line-height: 75px;
  height: 75px;
  width: 75px;
  left: 12.5px;
  top: 12.5px;
  text-align: center;
  border-radius: 50%;
  background-color: white;
}

.cdev .background { background-color: #b3cef6; }

.cdev .rotate {
  clip: rect(0 50px 100px 0);
  background-color: #4b86db;
}

.cdev .left {
  clip: rect(0 50px 100px 0);
  opacity: 1;
  background-color: #b3cef6;
}

.cdev .right {
  clip: rect(0 50px 100px 0);
  transform: rotate(180deg);
  opacity: 0;
  background-color: #4b86db;
}

.steps-div {
    position: absolute;
    height: 60px;
    /*width: 60px;*/
    /* border: 1px solid; */
    border-radius: 50%;
    text-align: center;
    padding: 20px 0px;
    font-size: 15px;
    left: 45%;
    z-index: 9999;
    top: 26px;
    background: #f0f0f0;
    font-weight: bold;
}
.steps-div1 {
    position: absolute;
    height: 60px;
    width: 60px;
    /* border: 1px solid; */
    border-radius: 50%;
    text-align: center;
    padding: 20px 0px;
    font-size: 15px;
    left: 45%;
    z-index: 9999;
    top: 26px;
    background: #f0f0f0;
    font-weight: bold;
}
.steps-div2 {
    position: absolute;
    height: 66px;
    width: 66px;
    /* border: 1px solid; */
    border-radius: 50%;
    text-align: center;
    padding: 20px 0px;
    font-size: 15px;
    left: 46%;
    z-index: 9999;
    top: 26px;
    background: #ffffff;
    font-weight: bold;
}
.row.process-association-step-row span {
    background: #f0f0f0;
}
.row.process-association-step-row1 span {
    background: #f0f0f0;
}
.process-para p {
    font-family: 'Open sans', sans-serif;
    font-size: 16px;
    text-align: justify;
    line-height: 1.6em;
    color: #022140;
}
.process-para a {
    text-decoration: none;
    color: #fc725e;
    font-size: 21pt;
    line-height: 30pt;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.process-para span {
    background: transparent !important;
    color: #fc725e;
}
#kc-buliding {
    background-image: url(/Content/Images/franchisee/party-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 50px;
}
    #kc-buliding h1, #kc-buliding h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 34pt;
        font-weight: 600;
        letter-spacing: -2px;
        color: #004d9b;
        margin-bottom: 50px;
    }
.progressbar.progressbar-step7 {
    margin: 0px;
    width: 280px;
}
    .progressbar.progressbar-step7 .circle {
        width: 280px;
        height: 280px;
        margin-top: 0px;
    }
.progressbar.progressbar-step7 .sptep-1-1 {
    font-size: 34pt;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
    .progressbar.progressbar-step7 .step-number1 {
        font-size: 70pt;
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
    }

    @@keyframes
    toggle {
        0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}




/*==============================================
TESTIMONIALS
===============================================*/
#testimonialsVideo {
    padding-bottom: 20px;
    padding-top: 50px;
    background-image: url(/Content/Images/testimonials/Testimonial_BG.jpg);
    background-repeat:repeat;
    /*background-size:cover;*/
}
    #testimonialsVideo.vtestimonial {
        padding-bottom: 50px;
    }
    #testimonialsVideo h1 {
        position: relative;
        margin-bottom: 35px;
        font-size: 26pt;
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
        color: #022140;
    }

        #testimonialsVideo h1:after {
            display: inline-block;
            content: "";
            border-top: 3px solid #dc2825;
            width: 4rem;
            transform: translateY(-1rem);
            position: absolute;
            top: 45px;
            left: 45%;
            width: 10%;
            margin-top: 11px;
        }
.testimonials-img {
    height: 200px;
    quotes: 100px;
    width: 200px;
    border-radius: 50%;
    border: 1px solid;
    position: relative;
    float: left;
    box-shadow: 7px 1px 19px;
}
    .testimonials-img img {
        height: 200px;
        width: 200px;
        position: absolute;
        border-radius: 50%;
        margin: 0 auto;
    }
.w3-left {
    float: left !important;
}

.videodiv {
    margin-top: 50px;
}

.videodiv iframe {
    border: none;
    box-shadow: 0 0 10px #808080;
}
    .videodiv h4 {
        font-size: 22px;
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
        color: #022140;
        text-align: center;
    }

    .w3-margin-right {
        margin-right: 16px !important;
    }
.test-img {
    float: left;
    /*margin-left: -39px;*/
}
.bg-white {
    background:#fff;
    margin-bottom: 30px;
}
.border-radius-1 {
    border-top-left-radius: 439px;
    border-bottom-left-radius: 439px;
}
.testimonial-feature {
    border-top: 2px solid #ea4843;
    color: #022140;
    margin: 0 0 0 -65px;
    font-size: 15px;
    text-align: justify;
    padding-top: 10px;
}
.pt-10 {
    padding-top:10px;
}
.testimonial-feature p {
    font-size: 14px;
    text-align: justify;
}
#testPara, #testPara1, #testPara2, #testPara3, #testPara4, #testPara5, #testPara6{
    display: none;
}
#viewMore, #viewMore1, #viewMore2, #viewMore3, #viewMore4, #viewMore5, #viewMore6{
    position: relative;
    color: #ff8371;
}

.testimonials-main-div h4 {
    margin: 30px 0 15px -65px;
    color: #022140;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.testimonials-main-div a.morelink {
    margin: 15px 0 25px 0;
}
    .testimonials-main-div a.morelink .fa {
        margin: 0px 0 0px 5px;
        font-size: 18px;
        vertical-align: middle;
    }
    .testimonials-main-div a.morelink.less {
        color: #022140;
    }
.testimonials-main-div .comadiv {
    margin: 70px 0 0 0;
}
.testimonials-main-div .comadiv img {
    height: 100px;
}

#testimonialsDetails.container {
    margin-top: 50px;
}

/*==============================================
ACCREDITATIONS
===============================================*/
#acceditations {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('/Content/Images/certificates/Accreditation_BG.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
    #acceditations h2 {
        position: relative;
        margin-bottom: 20px;
        color: #fff;
        font-size: 26pt;
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
    }
.acceditations-certificate {
    background: #ffffff8c;
    padding: 30px 30px 0px 30px;
    margin-top: 20px;
}
    #acceditations p {
        color:#fff;
    }
#acceditations h2:after {
    display: inline-block;
    content: "";
    border-top: 3px solid #dc2825;
    width: 4rem;
    transform: translateY(-1rem);
    position: absolute;
    top: 47px;
    left: 45%;
    width: 10%;
    margin-top: 11px;
}

#acceditations img {
    border: 8px solid #132531;
    background: #FFF;
}
.acce-content {
    margin: 0px 0 0 0;
}
    .acce-content p {
        font-size: 18pt;
        margin: 0 0 20px 0;
    }
.overtures-content {
    font-size: 18pt;
    margin-bottom: 25px;
    text-align: center;
    color: #ff533a;
}
#myImg {
    border-radius: 0px;
    cursor: pointer;
    transition: 0.3s;
}
.acceditations-certificate img {
    height: 455px;
    width:100%;
}

.lightboxgallery-gallery-item {margin-bottom: 30px;}

#myImg:hover {
    opacity: 0.7;
}


.modal0 {
    display: none; 
    position: fixed; 
    z-index: 99999; 
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9); 
}

.modal-content0 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption0 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content0, #caption0 {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.close0 {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    height: 40px;
    width: 40px;
    border: 1px solid #ff533a;
    background: #ff533a;
    opacity: 1;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
}

    .close0:hover,
    .close0:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }




/* AAERI-Certificates */

#myImg1 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    #myImg1:hover {
        opacity: 0.7;
    }


.modal1 {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.modal-content1 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption1 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content1, #caption1 {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}


.close1 {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    height: 40px;
    width: 40px;
    border: 1px solid #ff533a;
    background: #ff533a;
    opacity: 1;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
}

    .close1:hover,
    .close1:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }



/*Education-Uk-Certificates */

#myImg2 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    #myImg2:hover {
        opacity: 0.7;
    }


.modal2 {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.modal-content2 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption2 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content2, #caption2 {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}


.close2 {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    height: 40px;
    width: 40px;
    border: 1px solid #ff533a;
    background: #ff533a;
    opacity: 1;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
}

    .close2:hover,
    .close2:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }





/*AIRC -Certificates */

#myImg3 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    #myImg3:hover {
        opacity: 0.7;
    }


.modal3 {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.modal-content3 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption3 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content3, #caption3 {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}


.close3 {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    height: 40px;
    width: 40px;
    border: 1px solid #ff533a;
    background: #ff533a;
    opacity: 1;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
}

    .close3:hover,
    .close3:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }






/*ENZ-Certificate */

#myImg4 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    #myImg4:hover {
        opacity: 0.7;
    }


.modal4 {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.modal-content4 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption4 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content4, #caption4 {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}


.close4 {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    height: 40px;
    width: 40px;
    border: 1px solid #ff533a;
    background: #ff533a;
    opacity: 1;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
}

    .close4:hover,
    .close4:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }


/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
    .modal-content1 {
        width: 100%;
    }
    .modal-content2 {
        width: 100%;
    }
    .modal-content3 {
        width: 100%;
    }
}





/*==============================================
OUR LOCATIONS
===============================================*/
#ourLocationTab {
    background: #f0f0f0;
}
#myTab li a {
    text-align: center;
    font-size: 27px;
    background: #999;
    border-radius: 0px;
    color: #fff;
    padding: 15px 15px;
    border: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
#myTab li a:active {
    text-align: center;
    background: #ff533a;
    border-radius: 0px;
    color: #fff;
}

#myTab li .active {
    background: #ff533a;
}
#myTab li {
    width: 189px;
}
#ourLocationAccordion .panel {
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 15px;
}

#ourLocationAccordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 3px;
}
#ourLocationAccordion .panel-title a.collapsed::before {
    color: #ff533a;
    transform: rotate(0);
}
#ourLocationAccordion .panel-title a {
    display: block;
    padding: 15px 15px 15px 0px;
    background: #fff;
    font-size: 30px;
    font-weight: 400;
    color: #022b55;
    border: 0px;
    border-bottom: 1px solid #000;
    position: relative;
    transition: all 0.5s ease 0s;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

    #ourLocationAccordion .panel-title a.collapsed {
        box-shadow: none;
        color: #022b55;
        /*box-shadow: 0 1px 2px rgba(43,59,93,0.30);*/
    }

        #ourLocationAccordion .panel-title a:before,
        #ourLocationAccordion .panel-title a.collapsed:before {
            content: "+";
            font-family: "Font Awesome 5 Free";
            width: 25px;
            height: 25px;
            line-height: 28px;
            font-size: 60px;
            font-weight: 900;
            color: #ff533a;
            text-align: center;
            position: absolute;
            top: 17px;
            right: 0px;
            transform: rotate(135deg);
            transition: all 0.3s ease 0s;
        }

        #ourLocationAccordion .panel-title a.collapsed:before {
            color: #ff533a;
            transform: rotate(0);
            right: 9px;
        }

   /* #ourLocationAccordion .panel-title a:after {
        content: "";
        width: 1px;
        height: 100%;
        background: #ff533a;
        position: absolute;
        top: 0;
        right: 55px;
    }*/

#ourLocationAccordion .panel-body {
    padding: 30px 15px;
    border: none;
    font-size: 15px;
    color: #615f5f;
    line-height: 27px;
}
    #ourLocationAccordion .panel-body p {
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        color: #022b55;
    }
    .brderleft-1 {
        border-left: 1px solid;
    }
#Franchisee-Across {
    padding-top: 80px;
    padding-bottom: 50px;
}
    #Franchisee-Across h2 {
        color: #022140;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 40px;
        margin: 0 0 35px 0;
    }
        #Franchisee-Across h2::after {
            display: inline-block;
            content: "";
            border-top: 3px solid #dc2825;
            transform: translateY(-1rem);
            position: absolute;
            left: 44%;
            width: 12%;
            margin-top: 65px;
        }
#ourLocationTabContent h3 {
    color: #ff533a;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 58px;
    margin: 0;
}
#ourLocationTabContent .panel-group {
    padding-left: 15px;
}
.locacities {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 0 30px;
}

/*==============================================
BLOGS
===============================================*/
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    box-shadow: -3px 3px 5px #CFCFCF;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px;
}
#blog .card-body.categories h4 {
    margin-bottom: 0px;
}
#blog .card.my-4 {
    margin-bottom: 30px !important;
}
#blog .card.mt-5 {
    margin-top: 30px !important;
}

#blog .card-body #mc_embed_signup form {
    padding-top: 0px;
}
#blog #mc_embed_signup .clear {
    display: block;
}
#blog #mc_embed_signup input[type="email"] {
    background: #f1f1f1;
    color: #222f41;
    height: 45px;
    font-size: 14px !important;
}
    #blog #mc_embed_signup input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #222f41;
    }

    #blog #mc_embed_signup input[type="email"]::-moz-placeholder { /* Firefox 19+ */
        color: #222f41;
    }

    #blog #mc_embed_signup input[type="email"]:-ms-input-placeholder { /* IE 10+ */
        color: #222f41;
    }

    #blog #mc_embed_signup input[type="email"]:-moz-placeholder { /* Firefox 18- */
        color: #222f41;
    }
#blog .card-body #mc_embed_signup input[type="submit"] {
    position: relative;
    display: block;
    width: 100%;
    top: 10px;
    right: 0px;
    padding: 5px 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0px;
    height: auto;
    background: #ff6060;
}
.searchdiv.mb-5 {
    margin-bottom: 30px;
    margin-top: 30px;
}
.searchdiv .input-group-addon {
    background-color: #fc725e;
    border: 0px solid #ccc;
    color: #fff;
    border-radius: 100% !important;
    width: 60px;
    height: 57px;
    font-size: 25px;
    margin: -4px -13px 0 0px;
    display: block;
    position: absolute;
    right: 0;
    z-index: 9;
    line-height: 39px;
    font-weight: 300;
}
.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.text-muted {
    color: #6c757d !important;
}

.blogs-ul {
    padding-left: 0;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    padding: 10px 0px;
    margin: 15px 0 15px 0;
}
a.card-title {
    font-size: 19px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #022140;
    padding: 0 30px 0 0;
    display: inline-block;
}
.blogs-ul li {
    display: inline-block;
    border-right: 1px solid;
    padding: 0px 0px;
    width: 24%;
    text-align: center;
}
    .blogs-ul li:last-child {
        border: none;
        width: 15%;
    }
    .blogs-ul li:nth-child(2) {
        width: 35%;
    }
    .blogs-ul li img {
        height: 20px;
        margin-right: 5px;
        margin-top: 0px;
        margin-left: 0px;
        float: none;
    }
a.btn-primary1 {
    color: #fc725e;
    text-decoration: none;
}
    a.btn-primary1:hover {
        color: #022140;
    }
    .blog1 h4 {
        position: relative;
    }
.blog1 h4 a {
    margin-left: 69px;
    position: absolute;
    top: -14px;
    right: 0;
}
.blog1 img.socialClick {
    height: 36px;
    position: absolute;
    right: 20px;
    top: 18px;
    cursor: pointer;
}
.blog1 img.socialClickTwo {
    height: 36px;
    position: absolute;
    right: 20px;
    top: 18px;
    cursor: pointer;
}
.blog1 .ShareSocial .fa {
    margin: 0 3px 0 3px;
    font-size: 35px;
    cursor: pointer;
}
.blog1 p {
    font-size: 14px;
    font-size: 14px;
    line-height: 22px;
}
.list-unstyled li {
    text-transform: uppercase;
    font-weight: 600;
    color: #ddd;
}
.list-unstyled li  {
    color: #777;
    font-size: 13px;
}
.page {
    display: none;
}

.page-active {
    display: block;
}
.pagination > li > a {
    margin-left: 5px;
    border: 1px solid #022140;
    background: none;
    color: #022140;
    border-radius: 0px !important;
    padding: 4px 12px;
}
    .pagination > li > a:hover {
        background: #3f3f46;
        color: #fff;
    }
    .pagination > li > a.current {
        background: #3f3f46;
        color: #fff;
    }

/*____WIDGETS RECENT POSTS____*/
.recent-posts-entry .post-date,
.tweets-feed-entry .tweet-date {
    color: #3396d1;
    font-style: normal;
}

.widget .post-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
    font-weight: 600;
    text-transform: capitalize;
    color: #777;
}

.recent-posts-entry .widget-post {
    margin-bottom: 10px;
}

.recent-posts-entry .widget-post-bx:last-child {
    border-bottom: none;
}
.categoryDetails li.testi-item1 {
    cursor: pointer;
}
.card a.btn-primary1 {
    padding: 6px 0px;
}

.recent-posts-entry .widget-post:last-child {
    margin-bottom: 0px;
}

.recent-posts-entry .mt-post-media {
    float: left;
    width: 105px;
    height: auto;
    margin: 0 0 15px 0;
}

.recent-posts-entry .mt-post-info {
    background: transparent;
    padding: 0;
    margin-left: 95px;
    border: none;
}

.recent-posts-entry .post-meta span {
    margin-right: 10px;
}
.recent-posts-entry .mt-post-info {
    background: transparent;
    padding: 0;
    margin-left: 115px;
    border: none;
}
#blog {
    background-image: url(/Content/Images/banner/Blog-BG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-image: url('/Content/Images/blog/Blog_BG_Tile.jpg');
    background-repeat: repeat;
    background-size: contain;
    background-position: 50% 50%;*/
    position: relative;
    overflow: hidden;
    z-index: 99;
    margin: 0px auto;
    padding: 30px 0 30px;
}
.blogtitle h1 {
    font-size: 43pt;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    color: #3f3f46;
    position: absolute;
    z-index: 9;
    left: 380px;
    top: 175px;
    border-image: linear-gradient(to right, #dc2825 60%, #de000b00 12%, #de000b00 88%, #1976d200 77%) 5;
    border-image-source: linear-gradient(to right, #dc2825 60%, rgb(222 0 11 / 0%) 12%, rgb(222 0 11 / 0%) 88%, rgb(25 118 210 / 0%) 88%);
    border-image-slice: 5;
    border-image-width: 1;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-bottom: 3px solid;
}
    .blogtitle span {
        border-bottom: 3px solid #dc2825;
        padding: 0 0 10px 0;
    }
    .blogtitle h1 {
        border-bottom: 3px solid #dc2825;
        padding: 0 0 10px 0;
    }

    .accrititle {
        font-size: 26pt;
        font-weight: 600;
        font-family: 'Raleway', sans-serif;
        color: #fff;
        position: absolute;
        z-index: 9;
        right: 460px;
        top: 211px;
    }

    .accrititle h1 {
        border-bottom: 3px solid #ff482e;
        padding: 0 0 10px 0;
        color: #fff;
        font-family: 'Raleway', sans-serif;
        font-size: 26pt;
        font-weight: 600;
    }

.abkrtitle {
    font-size: 28pt;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    color: #02213e;
    position: absolute;
    z-index: 9;
    right: 560px;
    top: 110px;
}
    .abkrtitle .thekc {
        border-image: linear-gradient(to right, #ff482e 34%, #de000b00 12%, #de000b00 88%, #1976d200 77%) 5;
        border-image-source: linear-gradient(to right, #ff482e 34%, rgb(222 0 11 / 0%) 12%, rgb(222 0 11 / 0%) 88%, rgb(25 118 210 / 0%) 88%);
        border-image-slice: 5;
        border-image-width: 1;
        border-image-outset: 0;
        border-image-repeat: stretch;
        border-bottom: 3px solid;
    }
    .abkrtitle span {
        border-bottom: 3px solid #ff482e;
        padding: 0 0 5px 0;
    }
    .abkrtitle .subtitle {
        margin: 15px 0 0 0;
        font-size: 22pt;
    }

    #blog .card-body h4 {
        font-family: 'Raleway', sans-serif;
        color: #1e1e1e;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 0 20px 0;
    }

#blogDetails .card-body {
    padding: 30px
}
    #blogDetails .card-body p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    #blogDetails .card-body h2 {
        font-family: 'Open Sans', sans-serif;
        font-size: 30px;
        font-weight: 600;
        margin: 0 0 20px 0;
    }
    #blogDetails .card-body h1 {
        font-family: 'Open Sans', sans-serif;
        font-size: 30px;
        font-weight: 600;
        margin: 0 0 20px 0;
    }
#blogDetails .ShareSocialBlog {
    top: -25px;
}

.widget-post-bx {
    background: #fff;
    box-shadow: -3px 3px 5px #CFCFCF;
}
.list-unstyled li img {
    display: inline-block;
    height: 40px;
    margin-right: 8px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.list-unstyled li a{
    text-decoration:none;
}
.list-unstyled li {
    border-bottom: 1px solid #ddd;
}
.subscribe-btn1 {
    padding: 7px 0px;
    border: 0px;
    background: #fc725e;
    color: #fff;
}
.subscribe-form1 input[type="email"] {
    border: 0px;
    background: #eee;
    border-radius: 0px;
    height: 44px;
    color: #022f5c;
}
.subscribe-input::placeholder {
    color: #022f5c;
}

#gallary {
    padding-bottom:0px;
    padding-top:50px;
}

    #gallary .bg-div{
        height: 60px;
    }

    .single-blog-meta .meta-date, .single-blog-meta .meta-comments, .single-blog-meta .meta-cat {
        border-right: 1px solid rgba(0, 0, 0, 0.05);
    }

.single-blog-meta .meta-date, .single-blog-meta .meta-comments, .single-blog-meta .meta-cat, .single-blog-meta .meta-cat1 {
    background-color: #fff;
    border-bottom: 0px solid rgba(0, 0, 0, 0.05);
}
.single-blog-meta img {
    height: 20px;
}
.single-blog-meta a {
   text-decoration:none;
   color:#333;
}
/*==============================================
APPLICATION FORM
===============================================*/
#appl-form {
    padding-bottom:50px;
    padding-top:50px;
}
#appl-form h2 {
    position:relative;
    margin-bottom:20px;
}
#appl-form h2:after {
    display: inline-block;
    content: "";
    border-top: 5px solid #ff482d;
    width: 4rem;
    transform: translateY(-1rem);
    position: absolute;
    top: 40px;
    left: 44%;
    width: 12%;
    margin-top: 11px;
}
form.application-form-detail .input-group-addon {
    border-radius: 0px;
    border: 1px solid #ff8371;
    border-right: 0px;
}
.application-form-detail input {
    height: 40px;
    border-radius: 0px;
    border: 1px solid #ff8371;
}
/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

    #progressbar li {
        list-style-type: none;
        color: white;
        text-transform: uppercase;
        font-size: 9px;
        width: 33.33%;
        float: left;
        position: relative;
    }

        #progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 40px;
            line-height: 30px;
            display: block;
            font-size: 22px;
            color: #fff;
            background: #ff8371;
            border-radius: 3px;
            margin: 0 auto 5px auto;
            padding: 4px;
            text-align: center;
        }
        /*progressbar connectors*/
        #progressbar li:after {
            content: '';
            width: 100%;
            height: 2px;
            background: #ff8371;
            position: absolute;
            left: -50%;
            top: 17px;
            z-index: -1; /*put it behind the numbers*/
        }

        #progressbar li:first-child:after {
            /*connector not needed before the first step*/
            content: none;
        }
        /*marking active/completed steps green*/
        /*The number of the step and the connector before it = green*/
        #progressbar li.active:before, #progressbar li.active:after {
            background: #27AE60;
            color: white;
        }
#success_message {
    display: none;
}

.rading li {
    display: inline-block;
    list-style: none;
    margin: 0px 9px;
}

.rading {
    padding-left:0px;
}
    .rading li label {
        margin-left: 6px;
    }
.appliaction-form {
    border-bottom: 2px solid #022140;
}
#survey input {
    border: 0px;
    border-bottom: 1px solid;
    border-radius: 0px;
    background: whitesmoke;
    box-shadow: 0px 0px;
}
#survey textarea {
    border: 0px;
    border-bottom: 1px solid;
    border-radius: 0px;
    background: whitesmoke;
    box-shadow: 0px 0px;
    /*min-height: 206px;
    max-height: 311px; */
    overflow-x: auto;
}

#survey select {
    border: 0px;
    border-bottom: 1px solid;
    border-radius: 0px;
    background: whitesmoke;
    box-shadow: 0px 0px;
}
/****************************************
  scrollTop 
*****************************************/

.scrollTop {
    position: fixed;
    right: 30px;
    bottom: 10px;
    background-color: rgb(255, 72, 45);
    padding: 20px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    display: block;
    font-size: 15px;
    height: 50px;
    line-height: 11px;
    text-align: center;
    transition-duration: 0.5s;
    width: 50px;
    border-radius: 50%;
}

    .scrollTop a {
        font-size: 18px;
        color: #fff;
    }


    /******************************
        Apply now form
    *******************************/

.form-style-5 {
    padding: 10px 20px;
    background: #f4f7f8;
    margin: 0px auto 10px;
    padding: 19px 0px;
    background: #f4f7f8;
    border-radius: 8px;
    font-family: 'Open sans', sans-serif;
    border: 4px solid #e8eeef;
}

    .form-style-5 legend {
        margin-bottom: 28px;
    }

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.form-style-5 .number {
    background: #ff482d;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 10px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 15px 15px 15px 0px;
}
.form-style-5 input, .form-style-5 select, .form-style-5 textarea {
    background: rgba(255,255,255,.1);
    background-color: #e8eeef;
    border: none;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
}
.form-style-5 textarea {
    resize: vertical;
    overflow: auto;
}
    .mb-15 {
        margin-bottom: 15px;
    }
#btnSave {
    background: #ff482d;
    color: #fff;
    font-weight: 500;
}
.p-10 {
padding:10px;
}









/*Ipad*/
@media only screen and (max-width: 990px) {
    .main-timeline {
        width: 100%;
    }

    .homebanner {
        background-position: 60% center;
    }

    .globalvid {
        margin: 50px 0 0 0;
    }

    .enquiry-section {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .our-frenchisee {
        margin-top: 16px;
        margin-left: 0px;
    }
    #our-franchise.two .our-frenchisee {
        margin-left: 0px;
        margin-right: 0px;
    }
    .about-section {
        padding-right: 0px;
    }
    .ml-144 {
        margin-left: 0px;
    }
    .verticle-top {
        width: 100%;
        height: 140px;
    }
    .team-1 {
        padding: 0px 0px; */
    }
    .team-1 img {
        -webkit-filter: grayscale(1);
        -webkit-transition: all .8s ease-in-out;
        margin-top: -86px;
    }
    .verticle-top {
        min-height: 148px;
        max-height: 379px;
    }
    .serviceBox1 {
        margin-left: 0px;
    }

    .serviceBox {
        margin-right: 0px;
    }
    .view-btn {
        margin-top: 19px;
        border-radius: 0px;
        font-size: 11px;
        background: #fc725e;
        border: 0px;
        position: relative;
        padding: 10px 21px;
        font-family: 'Open sans', sans-serif;
        /* right: 0; */
        margin-right: -21px;
    }
    
    .arrow-img {
        margin-top: 4px;
    }

    .arrow-img1 {
        margin-top: 0px;
    }
    .mt-60 {
        margin-top: 60px;
    }
    .steps-div {
        position: absolute;
        border-radius: 50%;
        text-align: center;
        left: 40%!important;
        z-index: 9999;
        top: 83px;
        font-weight: bold;
        color: #0e69b7;
        background: none;
    }
    .progressbar {
        display: inline-block;
        width: 100px;
        margin: 25px 75px!important;
    }

   
    
}


@media only screen and (max-width: 767px) {
    .sub1 a {
        
        padding: 10px 30px;
   
    }
        .sub1 a img {
       
            left: 8px;
            top: 8px;
        }
    .main-timeline:before,
    .main-timeline .date {
        left: 6%;
    }

    .main-timeline .timeline-content {
        width: 85%;
        float: right;
    }

    .main-timeline .title:after {
        left: -5px;
    }

    .steps-div {
        position: absolute;
        height: 60px;
        width: 60px;
        /* border: 1px solid; */
        border-radius: 50%;
        text-align: center;
        padding: 20px 0px;
        font-size: 15px;
        left: 43%;
        z-index: 9999;
        top: 19px;
        background: #f0f0f0;
        font-weight: bold;
    }

    .enquiry-section {
        margin-top: 25px;
    }

    .quick-Enquiry {
        padding-left: 31px;
        padding-right: 31px;
    }

    .our-frenchisee {
        margin-top: 16px;
        margin-left: 0px;
    }
    .about-section {
        padding-right:0px;
    }
    .ml-144 {
        margin-left: 0px;
    }
    .verticle-top {
        width: 100%;
       
    }
    .team-1 img {
        margin-top: -57px;
    }
    
    .serviceBox1 {
        margin-left:0px;
    }
    .serviceBox {
        margin-right:0px;
    }
    .view-btn {
        margin-top: 19px;
        border-radius: 0px;
        font-size: 11px;
        background: #fc725e;
        border: 0px;
        position: relative;
        padding: 10px 21px;
        font-family: 'Open sans', sans-serif;
        /* right: 0; */
        margin-right: -21px;
    }


    .arrow-img {
        margin-top: 4px;
    }

    .arrow-img1 {
        margin-top: 0px;
    }
    .mt-60 {
        margin-top: 25px;
    }
    
    .steps-div {
        position: absolute;
        border-radius: 50%;
        text-align: center;
        padding: 20px 0px;
        font-size: 15px;
        left: 42% !important;
        z-index: 9999;
        top: 33% !important;
        background: #f0f0f0;
        font-weight: bold;
    }
    .progressbar {
        display: inline-block;
        width: 100px;
        margin: 25px 75px!important;
        position:relative;
    }
    
   
    .border-radius-1 {
        border-top-left-radius: 0px;
        border-bottom-left-radius:0px;
    }
    .test-img {
        float: none;
        margin-left: 0px;
        width: 50%;
        margin: 0 auto;
    }

    

    .fixed {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99999;
    }
    .deatail-span {
        position: absolute;
        top: 20%;
        left: -12%;
        text-align: left;
        font-weight: bold;
    }
    .connecting-line {
        height: 100%;
        background: #e0e0e0;
        position: absolute;
        width: 2px;
        margin: 0 auto;
        left: 0%;
        right: 0;
        top: 0;
        z-index: 1;
    }
}



@media only screen and (max-width: 480px) {
    #LoginMenu {
        float: none;
        position: relative;
    }
    .cart-dropdown-item-wraper {
     
        position: relative;
    
        width: 100%;
      
    }
    #LogOffMenu {
        float: none;
        position: relative;
    }
    .goto-top {
      
        width: 18%;
      
    }
    .main-timeline:before,
    .main-timeline .date {
        left: 12%;
    }

    .main-timeline .timeline-content {
        width: 75%;
    }

    .main-timeline .date {
        width: 60px;
        height: 60px;
        margin-left: -30px;
    }

    .main-timeline .date1 {
        width: 60px;
        height: 60px;
        margin-left: -172px;
    }

    .main-timeline .date2 {
        width: 60px;
        height: 60px;
        margin-left: -172px;
    }

    .main-timeline .month {
        font-size: 14px;
    }

    .step-number {
        position: absolute;
        color: #fc725e;
        font-size: 26px;
        left: 9%;
        top: 13px;
        font-weight: 600;
    }
    .steps-div-step7 {
        position: absolute;
        /* border-radius: 50%; */
        text-align: center;
        left: 45%;
        z-index: 999;
        top: 45%;
        font-weight: bold;
        color: #004d9b;
        background: none;
        width: 100%;
        margin: 0 auto;
    }
    .main-timeline .description2:before {
        display: inline-block;
        content: "";
        border-top: 5px solid #022140;
        width: 4rem;
        transform: translateY(-1rem);
        position: absolute;
        top: 103px;
        left: 11%;
        width: 9%;
        margin-top: 11px;
    }

    .main-timeline .description1:after {
        display: inline-block;
        content: "";
        border-top: 5px solid #022140;
        width: 4rem;
        transform: translateY(-1rem);
        position: absolute;
        top: 103px;
        left: 12%;
        width: 9%;
        margin-top: 11px;
    }

    .small-circle {
        position: sb;
        position: absolute;
        height: 15px;
        width: 15px;
        background: #25303b;
        border-radius: 50%;
        top: 98px;
        right: 77%;
    }

    .small-circle1 {
        position: absolute;
        height: 15px;
        width: 15px;
        background: #25303b;
        border-radius: 50%;
        top: 98px;
        left: 20%;
    }

    .main-timeline .date {
        display: block;
        width: 65px;
        height: 65px;
        border-radius: 50%;
        background: #fff;
        padding: 5px 0;
        margin: 0 0 0 -36px;
        position: absolute;
        top: 0;
        left: 50%;
        font-size: 12px;
        font-weight: 900;
        text-transform: uppercase;
        color: rgba(255,255,255,0.5);
        border: 11px solid #fc725e;
        box-shadow: 0 0 0 5px #25303b;
        border-bottom-color: #25303b;
        border-top-color: #fc725e;
        border-left-color: #25303b;
        /* animation: loading-2 1.5s linear forwards 1.8s; */
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .main-timeline .date1 {
        display: block;
        width: 65px;
        height: 65px;
        border-radius: 50%;
        background: #fff;
        padding: 5px 0;
        margin: 0 0 0 -36px;
        position: absolute;
        top: 0;
        left: 12%;
        border-width: 11px;
        font-size: 12px;
        font-weight: 900;
        text-transform: uppercase;
        color: rgba(255,255,255,0.5);
        /* animation: loading-2 1.5s linear forwards 1.8s; */
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .border-dotted-left {
        border-left: 1px dotted;
    }

    .main-timeline .date2 {
        display: block;
        width: 65px;
        height: 65px;
        border-radius: 50%;
        background: #fff;
        padding: 5px 0;
        margin: 0 0 0 -36px;
        position: absolute;
        top: 0;
        left: 12%;
        border-width: 11px;
        font-size: 12px;
        font-weight: 900;
        text-transform: uppercase;
        color: rgba(255,255,255,0.5);
        /* animation: loading-2 1.5s linear forwards 1.8s; */
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .about-section h2:after, #achievment h2:after, #our-franchise h2:after, #partners h2:after, #franchisee-benefits h2:after, #latest-article h2:after, #testimonials h2:after,
    .vision h1:after, .mision h2:after, #core-value h2:after, #our-objective h2:after, #with-partners h2:after, #franchisee-study-abroad h2:after, #franchisee-study-abroad h1:after, #franchisee-criteria h1:after, #franchisee-model h2:after,
    .process-association h1:after, .about-section1 h2:after, #acceditations h2:after, #testimonialsVideo h2:after, #testimonialsVideo h1:after,.getin-touch-info h2:after, .contact-form h2:after {
        display: none;
    }

    .about-section {
        padding-right: 0px;
    }

    .steps-div {
        position: absolute;
        text-align: center;
        padding: 20px 0px;
        font-size: 15px;
        left: 37%!important;
        z-index: 9999;
        top: 19px;
        background: #f0f0f0;
        font-weight: bold;
        width:100%;
    }
    .about-section {
        padding-right:15px;
    }
    .ml-144 {
        margin-left: 0px;
    }
    .verticle-top {
        width: 100%;
        min-height: 85px;
        max-height: 108px;
    }
    .serviceBox1 {
        margin-left: 0px;
    }

    .serviceBox {
        margin-right: 0px;
    }
    .view-btn {
        margin-top: 19px;
        border-radius: 0px;
        font-size: 11px;
        background: #fc725e;
        border: 0px;
        position: relative;
        padding: 10px 21px;
        font-family: 'Open sans', sans-serif;
        /* right: 0; */
        margin-right: -21px;
    }
  

    .arrow-img {
        margin-top: 4px;
    }
    .arrow-img1 {
        margin-top: 0px;
    }
    .mt-60 {
        margin-top:25px;
    }
    
    h2{
        font-family: 'Open sans', sans-serif;
        font-size: 24px!important;
        color: #022140;
        font-weight: 500;
    }
    h1 {
        font-family: 'Open sans', sans-serif;
        font-size: 24px !important;
        color: #022140;
        font-weight: 500;
    }
    .progressbar.progressbar-step7 {
        margin-left: 0 !important;
    }
    .doublequote_icon {
        margin: 0 auto;
        width: 30%;
    }
    .thumbnail .caption {
        padding: 9px 0;
    }
      
}


/*ipad potrate mode*/
@media (min-width: 992px) {
    .main-heading {
        
    }
    .mision {
        
    }
    
}


@media screen and (max-width: 991px) and (min-width:768px) {
    #franchisee-criteria h1:after {
        display: inline-block;
        content: "";
        border-top: 3px solid #dc2825;
        width: 4rem;
        transform: translateY(-1rem);
        position: absolute;
        top: 74px;
        left: 44%;
        width: 12%;
        margin-top: 11px;
    }
    .acceditations-certificate img {
        height: 100%;
        width: 100%;
    }
    .border-dotted-left {
        border-left: 1px dotted;
    }
    .contact-heading {
        margin-top: 156px;
        float: right;
    }

    #myNavbar ul li a {
        color: #fff;
        font-weight: 500;
        /*font-size: 13px;*/
        padding: 10px 18px;
        background: #022140;
        /* font-family: 'Open sans', sans-serif; */
        font-family: 'Open sans', sans-serif;
    }
    .process-association h1:after {
        display: inline-block;
        content:  "";
        border-top: 3px solid #dc2825;
        transform: translateY(-1rem);
        position: absolute;
        top: 100%;
        left: 44%;
        width: 12%;
        margin-top: 11px;
    }
    #myNavbar .dropdown-menu li a {
        padding: 10px 25px;
    }
    .logo img {
        width: 100%;
        margin-top: 0px !important;
        /* height: 36px; */
        margin: 0 auto;
        width: 50% !important;
        margin-left: 185px;
    }
}
    /* 
@media (max-width: 950px) {
      .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    
        .navbar-collapse.collapse {
        display: none!important;
    }

    
.navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
}

    .navbar-nav > li {
        float: none;
    }

        .navbar-nav > li > a {
            padding-top: 10px;
            padding-bottom: 10px;
        }

}

*/

/* Muza CSS */
.wizard .nav-tabs {
    margin: 20px auto;
}
.tab-content.formsdemo {
    margin: 36px 0 0 -60px;
}

.wizard .nav-tabs > li:nth-child(3) {
    line-height: 18px;
}

.wizard .nav-tabs > li:nth-child(5) {
    line-height: 18px;
}

.wizard .nav-tabs > li:nth-child(8) {
    line-height: 18px;
    margin-bottom: 25px;
}
.wizard .nav-tabs > li.active .deatail-span {
    color: #d5d5d5;
}

.wizard .nav-tabs > li {
   
    line-height: 45px;
}

.marbtn {
    margin: 5px 0 5px 0;
    background: #022140 !important;
    color: #fff;
    border-color: #022140 !important;
}

.step-pi h2 {
    margin: 10px 15px;
}
.step-cm h2 {
    margin: 10px 0px;
}

.step-oi h2 {
    margin: 10px 15px;
}

.step-ki h2 {
    margin: 10px 15px;
}

.step-op h2 {
    margin: 10px 15px;
}

.step-br h2 {
    margin: 10px 15px;
}

.step-bp h2 {
    margin: 10px 15px;
}
.regform {
    margin: 30px auto;
}
.regform h2 {
    margin: 10px 15px;
}

.Qualificationreset {
    background: #022140 !important;
    border: 1px solid #022140;
    color: #fff !important;
}
 .Qualificationreset:hover {
        border: 1px solid #022140;
    }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #e8eeef ;
}
.regform .btn-success {
    background: #ff482d !important;
    border: #ff482d !important;
    margin-top: 20px;
    padding: 7px 25px;
    font-size: 16px;
}

#Spin_RState, #Spin_DState {
    font-size: 22px;
    margin: -28px 4px 0 0px;
    float: right;
}


p.text-danger {
    position: relative;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 3px #f2cece;
    margin-top: 6px;
    color: #777;
    font-size: 13px;
    padding: 6px 12px;
    background: #fff;
    z-index: 1;
    display: inline-block;
    margin-top: 10px;
}

    p.text-danger::before {
        top: -22px;
        border-color: transparent transparent transparent #ddd;
        border-width: 11px;
    }

    p.text-danger::before, p.text-danger::after {
        content: '';
        display: block;
        position: absolute;
        left: 3%;
        width: 0;
        height: 0;
        border-style: solid;
        transform: rotate(-90deg);
        z-index: 11;
    }

    p.text-danger::after {
        top: -21px;
        border-color: transparent transparent transparent #fff;
        border-width: 11px;
    }

    p.text-danger span:before {
        font-family: "FontAwesome";
        content: "\f06a";
        display: inline-block;
        padding-right: 8px;
        vertical-align: middle;
        font-weight: 900;
        font-size: 14px;
        color: red;
        vertical-align: bottom;
        width: 20px;
        height: 22px;
        float: left;
    }

#OpenFile.btn-primary {
    background: #022140 !important;
    color: #fff;
    border-color: #022140 !important;
}

.select {
    position: relative;
    background: white;
}

    .select:after {
        content: '';
        position: absolute;
        top: 0;
        width: 0;
        height: 0;
        right: 10px;
        bottom: 0;
        margin: auto;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #565656 transparent transparent transparent;
        pointer-events: none;
    }

    .select:before {
        width: 30px;
        position: absolute;
        top: 1px;
        right: 1px;
        bottom: 1px;
        background: #e1e1e1;
        content: '';
        pointer-events: none;
    }

    .select:hover:before {
        background: #e1e1e1;
    }

    .select select {
        font-size: 14px;
        border: none;
        box-shadow: none;
        border-radius: 4px;
        background: #e8eeef;
        height: 100%;
        width: 100%;
        cursor: pointer;
        outline: none;
        padding-right: 35px;
        padding-left: 15px;
        border: 1px solid #e1e7e8;
        -moz-appearance: none;
        -webkit-appearance: none;
        color: #555 !important;
    }

        .select select:-moz-focusring {
            color: transparent;
        }

        .select select::-ms-expand {
            display: none;
        }

        .select select:focus {
        }

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
    .select select {
        padding-right: 0;
    }

    .select:after, .select:before {
        display: none;
    }
}

.loginForm p#message {
    color: #a94442;
    font-size: 14px;
    text-align:left;
}


/**********************
 *CSS Animations by:
 *
***********************/

.fakeloader {
    display: block
}

.pace-done .fakeloader {
    display: none
}

.spinner1 {
    width: 40px;
    height: 40px;
    position: relative;
}


.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.spinner6 {
    width: 50px;
    height: 30px;
    text-align: center;
}

    .spinner6 > div {
        background-color: #fff;
        height: 100%;
        width: 6px;
        margin-left: 0px;
        display: inline-block;
        -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
        animation: stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner6 .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner6 .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner6 .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner6 .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}



@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: translateY(-10px)
    }

    20% {
        -webkit-transform: translateY(-20px)
    }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }

    20% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
    }
}

input[type='number'] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.thankyou {
    text-align: center;
    font-size: 16px;
    font-weight: bold;padding: 0px 0;
}

    .thankyou h2 {
        font-size: 25px;
        color: #308000;
        margin: 15px 0;
    }
    .thankyou .sub1 h2 {
        position: relative;
        font-weight: 600;
        font-size: 28px;
        margin-bottom: 25px;
        margin-top: 0px;
        color: #022140;
        font-family: 'Raleway', sans-serif;
    }
    .thankyou .thank {
        font-size: 20px;
        margin: 15px 0;
        font-weight: 600;
    }

.alertify .ajs-header {
    background: #fff !important;
    border-bottom: #eee 0px solid !important;
    border-top: 10px solid #022140;
    border-radius: 0px !important;
}
.alertify .ajs-body {
    min-height: 80px !important;
}
.alertify .ajs-body .ajs-content {
    text-align: center !important;
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
    background: #022140 !important;
    color: #fff !important;
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-cancel {
    background: #ff482d !important;
    color: #fff !important;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary {
    text-align: center !important;
}
.alertify .ajs-commands {
    right: -15px !important;
    margin: -15px 24px 0 0 !important;
}
.alertify .ajs-dialog {
    box-shadow: 0px 10px 20px 0px rgba(2, 33, 64, 0.7) !important;
}

#message span {
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    display: block;
    padding: 8px 10px;
    font-size: 12px;
    border-radius: 4px;
    line-height: 15px;
}
    #message span .fa.fa-exclamation-triangle {
        margin: 6px 6px 0px 0;
        width: 20px;
        height: 20px;
        display: block;
        float: left;
        font-size: 18px;
    }
    #message span .two.fa.fa-exclamation-triangle {
        margin: 0px 6px 0px 0;
        width: 20px;
        height: 20px;
        display: block;
        float: left;
        font-size: 18px;
    }

.tooltip2 {
    position: relative;
    display: inline-block;
    border-bottom: 0px dotted black;
    color: red;
}

    .tooltip2 .tooltiptext {
        visibility: hidden;
        width: 380px;
        background-color: #022140;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 10px;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        font-size: 13px;
        margin: -8px 0 0 15px;
        top: 0;
    }

    .tooltip2:hover .tooltiptext {
        visibility: visible;
    }


@media (min-width: 1300px) and (max-width: 1440px) {
    .blogtitle {
        left: 110px;
        top: 135px;
    }
    .accrititle {
        right: 155px;
        top: 145px;
    }
    .VirtualTourbg .partner-heading {
        top: 55px;
    }
    .abkrtitle {
        right: 290px;
        top: 50px;
    }
}

    @media (min-width: 1200px) and (max-width: 1290px) {
        .wizard-inner {
            width: 469px;
        }

        .deatail-span {
            left: 0;
        }

        .wizard li.active::after {
            left: 58%;
        }

        .tab-content.formsdemo {
            margin: 36px 0 0 50px;
        }

        .connecting-line {
            left: 236px;
        }

        .wizard {
            margin: 0px auto 0px;
        }
    }

    @media (min-width: 1024px) and (max-width: 1199px) {
        .wizard-inner {width: 430px;}
        .deatail-span {  left: 0; }
        .wizard li.active::after { left: 58%; }
        .tab-content.formsdemo { margin: 36px 0 0 75px; }
        .connecting-line { left: 236px;}
        .wizard { margin: 0px auto 0px; }
        .verticle-top { height: 896px; }
        #MeetOurTeam.row {margin-left: -15px; margin-right: -15px; }
        .our-team.Agrawal .team-content p {max-height: 900px; }
        #MeetOurTeam .col-md-6 {padding-left: 15px; padding-right: 15px; }
        .bof-intro #AboutUsContent p.intro-img img { width: 100% !important;margin: 25px 0px; }
        .threeboxsec { width: 100%;margin-left: 0px; }
        #franchisee-criteria h1::after { top: 90px; }
        .process-association-step-row { padding: 0 0;}
        #myTab li {width: 156px;  }

            #myTab li a {
                font-size: 20px;
            }

        #ourLocationTabContent h3 {
            font-size: 48px;
        }

        .partner-heading h2 {
            font-size: 22pt;
        }

        .partner-heading p {
            font-size: 13pt;
            line-height: 25pt
        }

        .small-circle1 {
            top: 52%;
        }

        .small-circle3 {
            top: 66%;
        }

        .acceditations-certificate img {
            height: 350px;
        }

        .testimonials-main-div h4 {
            margin: 30px 0 15px -25px;
        }

        .testimonial-feature {
            margin: 0 0 0 -25px;
        }

        #kc-buliding {
            background-size: contain;
        }

        .steps-div-step7 {
            left: 42% !important;
        }

        .blogs-ul li img {
            height: 15px;
        }

        .blogs-ul li {
            font-size: 12px;
        }

        .blogtitle {
            font-size: 32pt;
            left: 25px;
            top: 80px;
        }
        .accrititle {
            font-size: 27pt;
            right: 25px;
            top: 90px;
        }

        .partner-associate-bg {
            background-position: 50% 50%;
        }
        .VirtualTourbg .partner-heading {
            top: 15px;
        }
        #myNavbar ul li a {
            padding: 15px 7px;
        }
        .abkrtitle {
            right: 120px;
            top: 15px;
        }
        
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .main-text {
        top: 10%;
    }

        .main-text h1 {
            font-size: 30px;
        }

        .main-text h3 {
            font-size: 14pt;
        }
}

    /* Ipad Size */
    @media (min-width: 768px) and (max-width: 991px) {
        .header-contact-info {
            width: 565px;
            margin: 0 auto;
            float: none;
        }

        .header-area .logo {
            text-align: center;
        }

        .logo img {
            width: auto !important;
            margin-left: 0;
            display: inherit;
        }

        .homebanner {
            min-height: 500px
        }

            .homebanner .hb-text {
                margin: 100px 0 0 0;
                line-height: 45px;
                font-size: 25px;
            }

        #achievment h2::after {
            left: 42%;
        }

        .thumbnail .caption {
            padding: 9px 0;
        }

        .adjust2 {
            margin: 0px 0px;
        }

        .adjust1 {
            min-height: 385px;
        }

        .footer-wrap .borderdiv {
            border-left: 0px solid #59667a;
            border-right: 0px solid #59667a;
            padding: 0 0px 0px;
        }

        .quick-Enquiry {
            padding: 0 15px;
        }

        .vision {
            padding-top: 25px;
            padding-bottom: 25px;
        }

        .mision {
            padding-bottom: 25px;
        }

        .team-content p {
            min-height: auto;
        }

        #MeetOurTeamTwo {
            padding: 0 15px;
        }

        .our-team-line-1::before {
            bottom: 38px;
        }

        .bof-intro #AboutUsContent p.intro-img img {
            width: 100% !important;
            margin: 25px 0px;
        }

        .threeboxsec {
            width: 100%;
            margin-left: 0px;
        }

        .content1 {
            margin-bottom: 30px;
        }

        #changecolor1 h4 {
            margin: -30px 0 0 0;
            font-size: 12pt;
        }

        #changecolor1 .arrow-img h3 {
            font-size: 18pt;
            margin: 65px 0 0 0;
        }

        #changecolor2 .arrow-img h3 {
            padding: 23px 0px 0 0;
        }

        .mt-60 {
            height: 60px;
        }

        #changecolor4 .arrow-img h3 {
            margin: 28px 0px 0 0px;
        }

        #franchisee-criteria h1::after {
            top: 90px;
        }

        .process-association-step-row {
            padding: 0 0px;
        }

        .steps-div {
            left: 24% !important;
        }

        .process-para h3 {
            font-size: 16pt !important;
            line-height: 23pt !important;
        }

        .process-para a {
            font-size: 16pt !important;
            line-height: 23pt !important;
        }

        .process-para.mar1 {
            margin-top: 78px;
        }

        .process-para.mar2 {
            margin-top: 30px;
        }

        .process-para.mar3 {
            margin-top: 60px;
        }

        .process-para.mar4 {
            margin-top: 80px;
        }

        .process-para {
            margin-top: 35px;
        }

        .brderleft-1 {
            border-left: 0px solid;
        }

        #ourLocationTabContent .panel-group {
            padding-left: 0px;
        }

        #myTab li {
            width: 240px;
        }

        .main-timeline::before, .main-timeline .date {
            left: 6%;
        }
        .main-timeline .timeline-content {
            width: 85%;
            float: right;
        }
        .main-timeline .date1 {
            width: 65px;
            height: 65px;
            border-width: 11px;
            left: 6%;
        }
        .step-number {
            position: absolute;
            color: #fc725e;
            font-size: 26px;
            left: 4.5%;
            top: 13px;
            font-weight: 600;
        }
        .main-timeline .description1::after {
            display: inline-block;
            content: "";
            border-top: 5px solid #022140;
            width: 4rem;
            transform: translateY(-1rem);
            position: absolute;
            top: 103px;
            left: 5%;
            width: 9%;
            margin-top: 11px;
        }
        .small-circle1 {
            position: absolute;
            height: 15px;
            width: 15px;
            background: #25303b;
            border-radius: 50%;
            top: 98px;
            left: 12%;
        }
        .main-timeline .date2 {
            width: 65px;
            height: 65px;
            border-width: 11px;
            left: 6%;
        }
        .main-timeline .description2::after {
            display: inline-block;
            content: "";
            border-top: 5px solid #022140;
            width: 4rem;
            transform: translateY(-1rem);
            position: absolute;
            top: 103px;
            left: 5%;
            width: 9%;
            margin-top: 11px;
        }
        .small-circle2 {
            position: absolute;
            height: 15px;
            width: 15px;
            background: #25303b;
            border-radius: 50%;
            top: 98px;
            left: 12%;
        }
        .main-timeline .date3 {
            width: 65px;
            height: 65px;
            border: 11px solid #fc725e;
            left: 6%;
        }
        .main-timeline .description3::after {
            display: inline-block;
            content: "";
            border-top: 5px solid #022140;
            width: 4rem;
            transform: translateY(-1rem);
            position: absolute;
            top: 103px;
            left: 5%;
            width: 9%;
            margin-top: 11px;
        }
        .small-circle3 {
            position: absolute;
            height: 15px;
            width: 15px;
            background: #25303b;
            border-radius: 50%;
            top: 98px;
            left: 12%;
        }
        .main-timeline .description3 {
            padding: 40px 10px 10px;
        }
        .main-timeline .description2::before {
            border-top: 0px solid #022140;
        }

        .partner-heading {
            margin-top: 60px;
        }

        .partner-associate-bg {
            height: 365px;
        }

        #AccreditationsImage .col-md-4 {
            width: 50%;
            float: left;
        }

        .acceditations-certificate img {
            height: 380px;
        }

        #testimonialsDetails.container {
            margin-top: 10px;
        }

        .div-1 {
            margin: 25px auto 0;
        }

        .div-1img {
            height: 220px;
            width: 220px !important;
        }

        .testimonials-main-div h4 {
            margin: 30px 0 15px 0px;
        }

        .testimonial-feature {
            margin: 0 0 0 0px;
        }

        .testimonials-main-div {
            padding: 0 15px;
        }

            .testimonials-main-div .comadiv {
                display: none;
            }

            .testimonials-main-div .col-sm-6, .testimonials-main-div .col-sm-2 {
                width: 100%;
            }

        #testimonialsDetails .border-radius-1 {
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
        }

        #partners .flexslider .slides > li {
            width: 120px !important;
        }

        .contact-us-h2-line {
            margin: 0px auto 0;
            width: 100%;
            padding: 30px 0 40px 0;
            border: 0px;
        }

        .contact-us-h2 {
            color: #022140;
            text-align: center;
        }

        .contact-icon {
            right: 10px;
            top: 10px;
        }

        .contact-us .contact-info {
            margin-bottom: 0px;
        }

        .getin-touch-info {
            padding: 0px 0px 0px 0px;
        }

        .contact-form {
            padding: 25px 0px 0px 0px;
            border-left: 0px solid #ff8371;
        }

            .contact-form input {
                height: 40px;
            }

        .getin.mt-5 {
            margin-top: 20px;
        }

        .contact-us {
            margin-bottom: 30px;
            margin-top: 0;
        }

        #contact-us {
            background-size: cover;
        }

        #kc-buliding {
            background-size: contain;
        }

        .progressbar {
            margin: 25px 0px !important;
        }

        .steps-div-step7 {
            top: 27% !important;
            left: 39% !important;
        }

        .blogtitle {
            font-size: 28pt;
            left: 25px;
            top: 50px;
        }

        .accrititle {
            font-size: 21pt;
            right: 25px;
            top: 70px;
        }

        #blogDetails .pb-5 {
            padding: 30px 0px 30px 15px;
            text-align: left;
        }

        .partner-associate-bg {
            background-position: 95% 50%;
        }

        .VirtualTourbg .partner-heading {
            position: relative;
            border-top: 0px solid #ff8371;
            top: 0px;
            width: 100%;
            border-left: none;
            border-right: none;
            border-bottom: none;
        }

        #Association .img-responsive {
            margin-top: 30px;
        }
        .partner-associate-one .v-video {
            margin: 0px 0 30px 0;
        }
        .VirtualTourbg#slider-section img {
            display: none;
        }
        .VirtualTourbg .partner-heading {
            padding: 50px 25px 60px 25px;
        }
        .VirtualTourbg .partner-heading p {
            font-weight: 600;
        }
        .VirtualTourbg .partner-heading p br {
            display: none;
        }
            .VirtualTourbg .partner-heading h2 {
                font-size: 25pt;
            }
                .VirtualTourbg .partner-heading h2::after {
                    width: 36%;
                }
        .VirtualTour-one h2 {
            text-align: center;
        }
        .VirtualTour-one .vcontent {
            line-height: 28px;
            text-align: center !important;
        }
        .VirtualTour-one h2::after {
            display: inline-block !important;
            margin-left: -35px;
            left: 48%;
            width: 90px !important;
        }
        .VirtualTour-one h2.two {
            margin-top: 65px;
        }
        .VirtualTour-one .vcontent.two {
            margin: 0 0 40px 0;
        }
        #gallary h2::after {
            display: inline-block !important;
            margin-left: -35px;
            left: 49%;
            width: 90px !important;
        }
        #partners h2 {
            text-align: center;
        }
            #partners h2::after {
                display: inline-block !important;
                margin-left: -35px;
                left: 49%;
                width: 90px !important;
            }
        #partners {
            padding-top: 0px;
        }
        .partner-associate-bg .partner-heading {
            margin-top: 55px;
        }

        .partner-associate-bg .partner-associate-bg {
            background-image: url(/Content/Images/banner/partner-ass-2.jpg);
        }

        .partner-associate-bg .partner-heading h2 {
            font-size: 20pt !important;
            margin-bottom: 35px;
        }

            .partner-associate-bg .partner-heading h2::after {
                top: 40px;
            }

        .partner-associate-bg .partner-heading p {
            padding: 5px 30px 10px 0;
            font-size: 12pt;
        }

        .about-section1 h2 {
            text-align: center;
            margin-bottom: 35px;
        }

            .about-section1 h2::after {
                display: inline-block !important;
                margin-left: -35px;
                left: 47%;
                width: 90px !important;
            }

        .about-section1 p {
            text-align: center;
        }

        .partner-associate-one h2::after {
            top: 45px;
            display: inline-block !important;
            margin-left: -35px;
            left: 48%;
            width: 90px !important;
        }

        .partner-associate-one .vcontent p {
            text-align: center;
            font-size: 16px;
        }

        .partner-associate-one h2 {
            text-align: center;
            margin-bottom: 35px;
        }
            .partner-associate-one h2 br {
                display: none;
            }

            #franchisee-benefits h2::after {
                top: 45px;
                display: inline-block !important;
                margin-left: -35px;
                left: 48%;
                width: 90px !important;
            }

        .partner-association #PartnerAssociates .col-sm-6 {
            width: 100%;
        }
        .serviceBox1 .service-icon {
            float: left;
        }
        .serviceBox1 .service-content {
            text-align: left;
            margin-left: 107px;
            margin-right: 0;
        }
        .partner-association-bg .serviceBox1 p {
            text-align: left;
        }
        .serviceBox, .serviceBox1 {
            min-height: 150px;
            border-bottom: 0px solid #cccccc5e;
        }
            .serviceBox .service-content h3, .serviceBox1 .service-content h3 {
                font-weight: 500;
                font-size: 20px;
            }
        .partner-association-bg {
            background-image: url(/Content/Images/banner/Benefits-to-partner-Associates-2.jpg);
            background-position: bottom center;
            background-size: contain;
            background-color: #dfdfdf;
        }
        .partner-associate-bg {
            background-image: url(/Content/Images/banner/partner-ass-2.jpg);
        }
        .abkrtitle {
            font-size: 20pt;
            right: 75px;
            top: 10px;
        }
            .abkrtitle .subtitle {
                font-size: 18pt;
            }
        .abk-head p {
            font-size: 24pt !important;
        }
            .abk-head p:nth-child(2) {
                font-size: 20pt !important;
            }
        .looktxt p {
            font-size: 23pt;
        }
        .submit-an-enquiry .modal-dialog {
            width: 653px;
        }
    }
    /* Ipad Size End */


    @media (min-width: 320px) and (max-width: 991px) {

        .tab-content.formsdemo {
            margin: 0px 0 0 0px;
        }

        .wizard .nav-tabs {
            margin-left: -15px;
            margin-right: -15px;
            margin-bottom: 0px;
            margin-top: 25px;
        }

            .wizard .nav-tabs > li {
                display: block !important;
                float: left;
                position: relative;
                margin-bottom: 5px;
                min-height: 48px;
                border: 1px solid #ccc;
                padding: 5px 10px;
                line-height: 11px !important;
                border-radius: 100%;
                width: 75px;
                height: 75px;
                text-align: center;
                margin-left: 5px;
                margin-right: 5px;
            }

                .wizard .nav-tabs > li a {
                    width: 100%;
                    height: auto;
                    margin: 0;
                    border-radius: 100%;
                    padding: 0;
                    float: none;
                }

                    .wizard .nav-tabs > li a:hover {
                        border: none;
                    }

        span.round-tab {
            width: auto;
            height: auto;
            line-height: 62px;
            display: inline-block;
            border-radius: 100px;
            background: #fff;
            border: 0px solid #e0e0e0;
            z-index: 2;
            position: inherit;
            left: 0;
            text-align: center;
            font-size: 28px;
            float: none;
        }

            span.round-tab:hover {
                border: 0px solid #333;
            }

        .deatail-span {
            top: 17px;
            left: 51px;
            text-align: left;
            font-weight: bold;
            float: left;
            width: auto;
            display: none;
        }

            .deatail-span br {
                display: none;
            }

        .wizard .nav-tabs > li.active {
            border: 1px solid #ff8371;
        }

            .wizard .nav-tabs > li.active .deatail-span {
                color: #ff8371;
            }

        .wizard li.active::after {
            right: 0 !important;
            border: 0px solid transparent;
            border-left-color: #ff8371;
            bottom: 28%;
            left: auto;
        }

        .connecting-line {
            background: none;
        }

        .wizard li.active span.round-tab {
            border: 0px solid #ff8371;
        }
    }

    @media (min-width: 320px) and (max-width: 767px) {
        #FranchiseeBenefits .row:nth-child(2) .serviceBox .service-content {
            min-height: inherit;
        }

        .homebanner .hb-text span span.bottomline {
            border: 0px;
        }

        .homebanner .hb-text span.mobbottomline:after {
            display: inline-block !important;
            margin-left: -35px;
            left: 50%;
            width: 70px;
            content: "";
            border-top: 3px solid #030939;
            top: 118px;
            transform: translateY(-1rem);
            position: absolute;
        }

        .copyright {
            font-size: 14px;
            color: #ff543a;
            margin: 10px -15px 0;
            padding: 20px 15px;
            text-align: center;
            padding-bottom: 25px;
            font-weight: 400;
            background: #020725;
        }

        .main-nav {
            background: #030939;
        }

        #myNavbar ul li a {
            background: #030939;
            font-size: 18px;
        }

            #myNavbar ul li a .caret {
                color: #ff482d;
            }

            #myNavbar ul li a:hover .caret {
                color: #fff;
            }

        .nav > li {
            border-top: 2px solid #fff;
            padding: 0 0 0 0px;
        }

        #myNavbar .nav > li {
            padding: 0 0 0 15px;
        }

        #ourLocationAccordion .panel-body p {
            text-align: left;
        }

        #myNavbar .dropdown-menu > li {
            border-top: 2px solid #fff;
        }

        #myNavbar .dropdown-menu li a {
            padding: 15px 35px;
            color: #400F03;
        }

        #myNavbar .dropdown-menu > li > a:focus, #myNavbar .dropdown-menu > li > a:hover {
            background-color: #030939;
        }

        .cart-dropdown-item-wraper {
            border-radius: 0px;
        }

        .homebanner .hb-text {
            background-color: rgba(255, 255, 255, 0.7);
            height: 150px;
            margin-left: -15px !important;
            margin-right: -15px !important;
            padding: 10px 0 0 0;
            font-weight: 400;
        }

            .homebanner .hb-text span {
                font-weight: 700;
            }



        .about-section h2 {
            text-align: center;
            font-weight: 700;
        }

        .about-section.home h4:after {
            display: inline-block;
            content: "";
            border-top: 3px solid #dc2825;
            width: 107px;
            transform: translateY(-1rem);
            position: absolute;
            /* left: 15px; */
            margin-top: 45px;
            display: inline-block !important;
            margin-left: -35px;
            left: 50%;
            width: 70px !important;
        }
            .about-section h2:after {
                display: inline-block !important;
                margin-left: -35px;
                left: 50%;
                width: 70px;
            }

        .about-section p {
            font-size: 15px;
            text-align: center !important;
        }

        .about-section {
            text-align: center;
        }

        #achievment h2:after {
            display: inline-block !important;
            margin-left: -35px;
            left: 50%;
            width: 70px !important;
        }

        #achievment h2 {
            font-weight: 700;
        }

        .main-center h2 {
            font-weight: 700;
            color: #fff !important;
            margin-bottom: 25px;
        }

            .main-center h2::after {
                display: inline-block !important;
                margin-left: -35px;
                left: 50%;
                width: 70px !important;
                border-top: 3px solid #fff;
            }

        .main-center p {
            color: #fff;
        }

        .main-center label {
            font-size: 15px;
            color: #fff;
        }

        .main-center .enquiery-label-color {
            font-size: 15px;
            color: #fff;
        }

        .submitenq {
            background: #ff543a;
        }

        .main-center input {
            border-radius: 4px;
            background: #fff;
        }

        .main-center textarea {
            border-radius: 4px;
            background: #fff;
        }

        #achievment {
            padding-bottom: 0px;
        }

        #franchisee-benefits h2 {
            font-weight: 700;
        }

            #franchisee-benefits h2:after {
                display: inline-block !important;
                margin-left: -35px;
                left: 50%;
                width: 70px !important;
                top:100%;
            }
        #Franchisee-Across h2::after {
            display: inline-block;
            content: "";
            border-top: 3px solid #dc2825;
            transform: translateY(-1rem);
            position: absolute;
            left: 44%;
            width: 12%;
            margin-top: 44px;
        }

        #footer-top {
            background-image: none;
            background: #eee8e8;
        }

        .border-dot {
            border: 0px solid;
        }

        .sub1 h2 {
            font-weight: 700;
            font-size: 25px !important;
            font-family: 'Open Sans', sans-serif;
        }

        .sub1 {
            padding: 20px 0px 35px;
        }

        #latest-article h2 {
            font-weight: 700;
        }

            #latest-article h2:after {
                display: inline-block !important;
                margin-left: -35px;
                left: 50%;
                width: 70px !important;
            }

        .articles {
            padding: 0px;
            box-shadow: none;
        }

            .articles.mt-5 {
                margin-top: 25px;
            }

        .article-p p {
            font-size: 15px;
            color: #8f8785;
        }

        .article-p a, .adjust2 a {
            font-weight: 600;
            font-size: 15px;
        }

        .caret-right {
            left: 85px;
        }

        .view-btn {
            font-size: 16px;
            font-weight: 600;
            background: #030939;
            border-radius: 4px;
        }

            .view-btn:hover {
                background: #ff543a;
            }

        .line {
            display: none;
        }

        #latest-article .col-md-12 {
            text-align: center;
        }

        #testimonials h2 {
            font-weight: 700;
            color: #fff !important;
            text-shadow: none;
        }

            #testimonials h2:after {
                display: inline-block !important;
                margin-left: -35px;
                left: 50%;
                width: 70px !important;
            }

        #TestimonialBannerdata.flexslider {
            background: none;
        }

        #testimonials .slider {
            padding: 0 0px;
        }

        .caption1 h5 {
            color: #fff;
            font-weight: 700;
            margin: 20px 0 0 0;
        }

        .adjust2 p {
            font-size: 15px !important;
            color: #fff;
            line-height: 22px !important;
            text-align: center;
        }

        .adjust2 {
            text-align: center;
        }

        #testimonials {
            background-image: url(/Content/Images/banner/blue_Testimonial.jpg);
        }

            #testimonials .col-md-12 {
                text-align: center;
            }

                #testimonials .col-md-12 .view-btn.two {
                    float: none !important;
                    margin-right: 0px;
                }

        .navbar-toggle {
            margin-right: 10px;
        }

        .logo img {
            width: auto !important;
            height: 35px;
        }

        .tab-content.formsdemo {
            margin: 30px 0 0 0px;
        }

        .homebanner {
            min-height: 430px;
            text-align: center;
            background-position: 35% center;
        }

        .enquiry-section {
            margin-top: 15px;
            margin-bottom: 15px;
        }

        .globalvid {
            margin: 50px -15px 0 -15px;
        }

        #about-us.p-0 {
            padding-bottom: 0px !important;
        }

        .homebanner .hb-text {
            font-size: 20px;
            float: none;
            line-height: 30px;
            margin: 225px 0 0 0;
            text-align: center;
        }

        .homebanner .hbbtn .btn-primary {
            padding: 10px 30px;
            font-size: 16px;
            font-weight: 700;
        }

        .homebanner .hbbtn {
            margin: 27px 0 0 0;
        }

        .main-center .formmarg {
            margin: 0 0px 0 0px;
        }

        .main-center h2 {
            text-align: center;
        }

        .main-center {
            padding: 25px 0px 20px 0px !important
        }

        .counter-section .col-xs-6 {
            width: 100%;
        }

        .counter.col_fourth img {
            margin: 0 auto;
            height: 110px;
        }

        .count-title {
            font-size: 45px;
        }

        .count-title {
            text-align: center;
        }

        .col_half, .col_third, .col_twothird, .col_fourth, .col_three_fourth, .col_fifth {
            margin-left: 0;
        }

        .count-text {
            text-align: center;
            margin-bottom: 50px;
            color: #918585;
        }

        .serviceBox .service-icon {
            float: none;
            margin: 0 auto;
            box-shadow: none;
            text-align: center;
            height: auto;
            width: 100%;
        }

        .service-icon img {
            width: auto;
            height: 110px;
            display: inline;
        }

        .serviceBox1 .service-icon {
            float: none;
            margin: 0 auto;
            box-shadow: none;
            text-align: center;
            height: auto;
            width: 100%;
        }

        .serviceBox, .serviceBox1 {
            border-bottom: 0px solid #ccc6;
        }

        #PartnerAssociates .serviceBox .service-icon {
            float: none;
            margin: 0 auto;
            box-shadow: none;
            text-align: center;
            height: auto;
            width: 100%;
            background: none;
        }

        #PartnerAssociates .service-icon img {
            width: auto;
            height: 110px;
            display: inline;
        }

        #PartnerAssociates .serviceBox1 .service-icon {
            float: none;
            margin: 0 auto;
            box-shadow: none;
            text-align: center;
            height: auto;
            width: 100%;
            background: none;
        }

        #PartnerAssociates .serviceBox, .serviceBox1 {
            border-bottom: 0px solid #ccc6;
        }

            #PartnerAssociates .serviceBox .service-content h3, #PartnerAssociates .serviceBox1 .service-content h3 {
                color: #ff482d;
            }

            #PartnerAssociates .serviceBox .service-content p, #PartnerAssociates .serviceBox1 .service-content p {
                color: #252d40;
            }

            .serviceBox .service-content h3, .serviceBox1 .service-content h3 {
                color: #918585;
                font-weight: 700;
            }

            .serviceBox .service-content p, .serviceBox1 .service-content p {
                color: #8f8785;
            }

        #franchisee-benefits {
            padding-bottom: 0px;
        }

        .serviceBox .service-content {
            margin-top: 15px;
            margin-left: 0;
            text-align: center;
        }

            .serviceBox .service-content p {
                text-align: center;
            }

        .serviceBox1 .service-icon {
            float: none;
            margin: 0 auto;
        }

        .serviceBox1 .service-content {
            margin-top: 15px;
            margin-right: 0;
            text-align: center;
        }

            .serviceBox1 .service-content p {
                text-align: center;
            }

        #FranchiseeBenefits.row {
            margin: 0;
        }

        .line {
            width: 90%;
        }

        .adjust2 {
            margin: 0px 0px;
            padding: 10px 0px;
        }

        #testimonials .flex-direction-nav {
            display: none;
        }

        .adjust2 p {
            line-height: 18px;
        }

        #footer-top .fbpad {
            padding: 0 15px;
        }

        .sub1 a img {
            left: 6px;
            top: 11px;
            display: none;
        }

        .sub1 a {
            padding: 12px 40px;
            font-size: 20px;
            font-weight: 700;
            font-family: 'Open Sans', sans-serif;
        }

        #our-franchise h2, #partners h2 {
            text-align: center;
            font-weight: 700;
        }

            #our-franchise h2:after {
                display: inline-block !important;
                margin-left: -35px;
                left: 50%;
                width: 70px;
            }
        #our-franchise.two h2::after {
            left: 50%;
            right: inherit;
        }

        .our-frenchisee p {
            font-size: 15px !important;
            text-align: center !important;
            margin-bottom: 25px;
        }

        .our-frenchisee a {
            float: none;
        }

        .our-frenchisee {
            text-align: center;
        }
        #our-franchise.two .our-frenchisee {
            margin-left: 0px;
            margin-right: 0px;
        }

        .footer-wrap .borderdiv {
            border-left: 0px solid #59667a;
            border-right: 0px solid #59667a;
            padding: 0 15px 0px;
        }

        #our-franchise h2::after {
            display: none;
        }

        .franchisee-model-table .w-10 img {
            max-width: inherit;
        }

        .brderleft-1 {
            border-left: 0px solid;
        }

        #ourLocationTabContent .panel-group {
            padding-left: 0px;
        }
    }

    @media (min-width: 736px) and (max-width: 767px) {

        .submit-an-enquiry .modal-dialog {
            width: auto;
        }
        .submit-an-enquiry .modal-body .g-recaptchaModal {
            margin: 0px 0 0 0px !important;
        }

        .acceditations-certificate img {
            height: auto;
        }

        .partner-associate-bg {
            height: 310px;
        }

        .partner-heading {
            margin-top: 30px;
        }

        .about-section1 p {
            margin: 0 0 25px 0;
        }

        .main-timeline .date3 {
            width: 65px;
            height: 65px;
            border: 11px solid #fc725e;
            left: 6%;
        }

        .main-timeline .date2 {
            width: 65px;
            height: 65px;
            border-width: 11px;
            left: 6%;
        }

        .main-timeline .date1 {
            width: 65px;
            height: 65px;
            border-width: 11px;
            left: 6%;
        }

        .main-timeline .description1::after {
            display: inline-block;
            content: "";
            border-top: 5px solid #022140;
            width: 4rem;
            transform: translateY(-1rem);
            position: absolute;
            top: 103px;
            left: 12%;
            width: 9%;
            margin-top: 11px;
        }

        .main-timeline .description2::after {
            display: inline-block;
            content: "";
            border-top: 5px solid #022140;
            width: 4rem;
            transform: translateY(-1rem);
            position: absolute;
            top: 103px;
            left: 5%;
            width: 9%;
            margin-top: 11px;
        }

        .main-timeline .description1::after {
            display: inline-block;
            content: "";
            border-top: 5px solid #022140;
            width: 4rem;
            transform: translateY(-1rem);
            position: absolute;
            top: 103px;
            left: 5%;
            width: 9%;
            margin-top: 11px;
        }

        .main-timeline .description3::after {
            display: inline-block;
            content: "";
            border-top: 5px solid #022140;
            width: 4rem;
            transform: translateY(-1rem);
            position: absolute;
            top: 103px;
            left: 5%;
            width: 9%;
            margin-top: 11px;
        }

        .small-circle1 {
            position: absolute;
            height: 15px;
            width: 15px;
            background: #25303b;
            border-radius: 50%;
            top: 98px;
            left: 12%;
        }

        .small-circle2 {
            position: absolute;
            height: 15px;
            width: 15px;
            background: #25303b;
            border-radius: 50%;
            top: 98px;
            left: 12%;
        }

        .small-circle3 {
            position: absolute;
            height: 15px;
            width: 15px;
            background: #25303b;
            border-radius: 50%;
            top: 98px;
            left: 12%;
        }

        .step-number {
            position: absolute;
            color: #fc725e;
            font-size: 26px;
            left: 4.5%;
            top: 13px;
            font-weight: 600;
        }

        #testimonialsDetails.container {
            margin-top: 10px;
        }

        .div-1 {
            margin: 25px auto 0;
        }

        .div-1img {
            height: 220px;
            width: 220px !important;
        }

        .testimonials-main-div h4 {
            margin: 30px 0 15px 0px;
        }

        .testimonial-feature {
            margin: 0 0 0 0px;
        }

        .testimonials-main-div {
            padding: 0 15px;
        }

            .testimonials-main-div .comadiv {
                display: none;
            }

        #partners .flexslider .slides > li {
            width: 117px !important;
        }

        .contact-us-h2-line {
            margin: 0px auto 0;
            width: 100%;
            padding: 30px 0 40px 0;
            border: 0px;
        }

        .contact-us-h2 {
            color: #022140;
            text-align: center;
        }

        .contact-icon {
            right: 10px;
            top: 10px;
        }

        .contact-us .contact-info {
            margin-bottom: 0px;
        }

        .getin-touch-info {
            padding: 0px 0px 0px 0px;
        }

        .contact-form {
            padding: 25px 0px 0px 0px;
            border-left: 0px solid #ff8371;
        }

            .contact-form input {
                height: 40px;
            }

        .getin.mt-5 {
            margin-top: 20px;
        }

        .contact-us {
            margin-top: 0;
        }

        #contact-us {
            background-size: cover;
        }

        .blogtitle {
            font-size: 28pt;
            left: 10px;
            top: 50px;
        }
        .accrititle {
            font-size: 20pt;
            right: 10px;
            top: 65px;
        }

        #blogDetails .pb-5 {
            padding: 10px 0px 10px 15px;
            text-align: left;
        }

        #blogDetails .single-blog-meta {
            padding: 15px 0;
        }

        #blogDetails img.socialClick {
            margin: 0 0 15px 0;
        }

        #blogDetails .ShareSocialBlog {
            margin: -110px 0 0 0;
            top: inherit;
        }

        .partner-associate-bg {
            background-position: 95% 50%;
        }

        .VirtualTourbg#slider-section img {
            display: none;
        }
        .VirtualTourbg .partner-heading {
            position: relative;
            border-top: 0px solid #ff8371;
            top: 0px;
            width: 100%;
            border-left: none;
            border-right: none;
            border-bottom: none;
            padding: 25px 10px 30px 10px;
        }

            .VirtualTourbg .partner-heading p {
                font-size: 15pt;
                padding: 10px 0px 15px 0;
                font-weight: 600;
            }

            .VirtualTourbg .partner-heading h2 {
                font-size: 20pt !important;
            }

                .VirtualTourbg .partner-heading h2::after {
                    top: 40px;
                    width: 16%;
                }

        .VirtualTour-one h2 {
            font-size: 22px !important;
            text-align: center;
        }

            .VirtualTour-one h2::after {
                margin-top: 45px;
                display: inline-block !important;
                margin-left: -35px;
                left: 49%;
                width: 90px !important;
            }

        .VirtualTour-one .vcontent {
            font-size: 17px;
            line-height: 26px;
            text-align: center !important;
        }

        .VirtualTour-one .v-video {
            margin: 35px 0 0 0;
        }
        #gallary h2 {
            font-size: 22px;
        }
            #gallary h2::after {
                left: 49%;
                width: 90px !important;
                margin-left: -35px;
            }
        #partners {
            padding-top: 0px;
        }
        #partners h2 {
            font-size: 22px;
        }
        #partners h2::after {
            display: inline-block !important;
            margin-left: -35px;
            left: 49%;
            width: 90px !important;
        }
        
       .partner-heading h2 {
            font-size: 14pt !important;
        }

            .partner-heading h2::after {
                top: 30px;
            }

       
        .partner-associate-bg .partner-heading {
            margin-top: 40px;
        }

        .partner-associate-bg .partner-associate-bg {
            background-image: url(/Content/Images/banner/partner-ass-2.jpg);
        }
        .partner-associate-bg .partner-heading h2 {
            font-size: 20pt !important;
            margin-bottom: 35px;
        }
            .partner-associate-bg .partner-heading h2::after {
                top: 40px;
            }
        .partner-associate-bg .partner-heading p {
            padding: 5px 30px 10px 0;
            font-size: 12pt;
        }
        .about-section1 h2 {
            text-align: center;
            margin-bottom: 35px;
        }
        .about-section1 h2::after {
            display: inline-block !important;
            margin-left: -35px;
            left: 47%;
            width: 90px !important;
        }
        .about-section1 p {
            text-align: center;
        }
        .partner-associate-one h2::after {
            top: 75px;
            display: inline-block !important;
            margin-left: -35px;
            left: 48%;
            width: 90px !important;
        }
        .partner-associate-one h2 {
            text-align: center;
            margin-bottom: 35px;
        }
        #franchisee-benefits h2::after {
            top: 45px;
            display: inline-block !important;
            margin-left: -35px;
            left: 48%;
            width: 90px !important;
        }
        #PartnerAssociates .service-icon img {
            height: auto;
            padding: 10px;
        }
        #PartnerAssociates .serviceBox .service-icon {
            width: 90px;
            background: #fff;
        }
        #PartnerAssociates .serviceBox1 .service-icon {
            width: 90px;
            background: #fff;
        }
        .serviceBox .service-content h3, .serviceBox1 .service-content h3 {
            font-weight: 500;
        }
        .partner-association-bg {
            background-image: none;
            background: #dfdfdf;
        }
        #PartnerAssociates .serviceBox .service-content p, #PartnerAssociates .serviceBox1 .service-content p {
            text-align: center !important;
        }


        .partner-heading {
            margin-top: 30px;
        }

            .partner-heading p {
                font-size: 11pt;
                line-height: 18pt
            }

        #Association .img-responsive {
            margin-top: 30px;
        }

        .partner-associate-one .v-video {
            margin: 0px 0 30px 0;
        }

            .partner-associate-one h2::after {
                width: 13rem;
            }
        .sub1 h2 {
            font-size: 22px !important;
            margin-bottom: 40px;
        }
        .sub1 a {
            padding: 15px 70px;
            font-size: 17px;
            font-weight: 600;
        }
        .partner-associate-bg {
            background-image: url(/Content/Images/banner/partner-ass-2.jpg);
        }
        .main-timeline .description2::before {
            border-top: 0px solid #022140;
        }
        .abkrtitle {
            font-size: 16pt;
            font-weight: 700;
            font-family: 'Raleway', sans-serif;
            color: #fd492e;
            text-align: center;
            position: relative;
            right: 0;
            top: 0;
            background: #fdf4f5;
            padding: 25px 0;
        }
        .abkrtitle .subtitle {
            margin: 15px 0 0 0;
            font-size: 17pt;
            font-weight: 500;
            color: #012243;
        }

            .abkrtitle span {
                border-bottom: 0px solid #ff482e;
                padding: 0 0 12px 0;
                background: url(/Content/Images/aboutus/abk-ti-bor.jpg) bottom center no-repeat;
            }

        .about-us #about-us {
            padding-top: 0px;
        }

        .abk-head p {
            font-size: 20pt !important;
        }

        .disc-div {
            margin-top: 20px;
        }

        .aboutussec .aboutnewdis.two {
            margin-top: 10px;
        }

        .looktxt p {
            font-size: 25pt !important;
            line-height: 40px;
        }

        .about-us .border-bottom-5 {
            border-bottom: 5px solid #ff482e;
        }
        .content1 {
            margin-bottom: 30px;
        }
        .about-us .close {
            margin: -5px -12px 0 0px;
        }

        .aboutussec .aboutnewdis {
            margin-top: 25px;
        }
    }

    /* Mobile Size */
    @media (max-width: 667px) {
        .thank-content .img-div {
            height: 210px;
        }
        .main-timeline .description2::before {
            border-top: 0px solid #022140;
        }
        .acce-content p {
            font-size: 14px;
        }

        .wizard-inner {
            margin: 0 -15px 0 -15px;
        }

        .wizard .nav-tabs {
            margin-left: auto;
            margin-right: auto;
            width: 315px;
        }

            .wizard .nav-tabs > li:nth-child(8) {
                margin-bottom: 0px;
            }

            .wizard .nav-tabs > li {
                width: 68px;
                height: 68px;
            }

                .wizard .nav-tabs > li a {
                    font-size: 25px;
                    line-height: 52px;
                }

        span.round-tab {
            font-size: 25px;
            line-height: 52px;
        }

        .tab-content.formsdemo {
            margin: 20px 0 0 0px;
        }

        ul.list-inline.pull-right {
            float: none !important;
            text-align: center;
        }

        .PersonalInfoChangeDetect .col-md-12.text-right {
            text-align: center !important;
        }

        .regform .col-md-2.pull-right {
            float: none !important;
            text-align: center !important;
        }

        .regform .btn-success {
            display: inline-block;
            width: auto;
        }

        .form-style-5 .tile {
            display: inline-block;
            width: 92%;
            vertical-align: top
        }

        .tooltip2 .tooltiptext {
            width: 255px;
            margin: -55px 0 0 15px;
            right: 0px;
        }

        .about-section p {
            font-size: 14px;
            line-height: 25px;
        }

        .our-frenchisee p {
            line-height: 25px;
            font-size: 14px;
        }

        .aboutussec .about-section p {
            font-size: 11pt;
            line-height: 20pt;
        }

        .vision {
            padding-top: 25px;
            padding-bottom: 25px;
        }

            .vision .vtext {
                font-size: 11pt;
                line-height: 20pt;
            }

        .mision {
            padding-top: 25px;
            padding-left: 5px;
            padding-bottom: 15px;
        }

            .mision li {
                font-size: 11pt;
                line-height: 20pt;
            }

        .h3-1-style {
            font-size: 13pt;
            margin-bottom: 30px;
        }

        .pb-5 {
            padding: 30px 35px 30px 10px;
        }

        .objectiv-bg1 li {
            line-height: 20pt;
        }

        .objectiv-bg1 {
            font-size: 11pt;
        }

        #with-partners .ourteamtxt p {
            font-size: 11pt;
            line-height: 20pt;
        }

        .team-content p {
            font-size: 11pt;
            min-height: auto;
            padding: 5px 35px 40px;
        }

        #MeetOurTeamTwo {
            padding: 0 15px;
        }

        .last-team p {
            font-size: 11pt;
            padding: 0px 20px 10px;
        }

        .our-team-line-1::before {
            bottom: 40px;
        }

        .bof-intro #AboutUsContent p {
            font-size: 11pt;
            line-height: 20pt;
        }

            .bof-intro #AboutUsContent p.intro-img img {
                width: 100% !important;
                margin: 25px 0px;
            }

        .threeboxsec {
            width: 100%;
            margin-left: 0px;
        }

        .content1 {
            margin-bottom: 30px;
        }

        .franchisee-criteria .col-xs-4 {
            width: 100%;
        }

        .franchisee-criteria-industry .col-xs-4 {
            width: 100%;
        }

        #changecolor1 h4 {
            font-size: 15pt;
        }

        .arrow-img h3 {
            font-size: 17pt;
        }

        #changecolor1 .arrow-img h3 {
            margin: 22px 0 0 0;
        }

        .arrow-img .mt-60 {
            transform: rotate(270deg);
        }

        .h-55 {
            height: 60px;
        }

        #changecolor2 .arrow-img h3 {
            padding: 0px 0px 0 0;
            text-align: center;
        }

        #changecolor4 .arrow-img h3 {
            margin: 0px 0px 0 0px;
            text-align: center;
        }

        .franchisee-model-table h4 {
            font-size: 15pt;
        }

        #franchisee-model h1, #franchisee-criteria h1, #franchisee-study-abroad h2, #franchisee-study-abroad h1 {
            font-size: 20pt;
        }

            #franchisee-criteria h1::after {
                top: 75px;
            }

        .view-btn.two {
            margin-bottom: 0px;
        }

        #testimonials {
            padding-bottom: 50px;
        }

        .img-circle-testimonial {
            height: 165px;
            width: 165px;
        }

            .img-circle-testimonial img {
                margin: 5px 5px 5px;
            }

        .profile-img {
            height: 160px;
            width: 160px;
        }

        .adjust2 p {
            line-height: 18px;
            font-size: 14px;
        }

        .adjust1 {
            margin-bottom: 20px;
        }

        .process-association-step-row {
            padding: 0 0px 30px;
        }

        .progressbar {
            display: block !important;
            margin: 25px auto !important;
        }

        .steps-div {
            left: 0% !important;
            top: 16% !important;
            width: 100%;
        }

        .process-para.mar1 {
            margin-top: -25px;
            text-align: center;
        }

        .process-para.mar2 {
            margin-top: -25px;
            text-align: center;
        }

        .process-para.mar3 {
            margin-top: -25px;
            text-align: center;
        }

        .process-para.mar4 {
            margin-top: -25px;
            text-align: center;
        }

        .process-para.mar5 {
            margin-top: -25px;
            text-align: center;
        }

        .process-para.mar6 {
            margin-top: -25px;
            text-align: center;
        }

        .process-para h3 {
            font-size: 18pt !important;
            line-height: 24pt !important;
            text-align: center !important;
        }

        .process-para a {
            font-size: 18pt !important;
            line-height: 24pt !important;
            text-align: center !important;
        }

        #kc-buliding h1, #kc-buliding h2 {
            font-size: 22pt;
            line-height: 35px;
        }

        .progressbar.progressbar-step7 {
            margin-top: 0 !important;
            margin-left: auto !important;
        }

        .steps-div-step7 {
            left: 0% !important;
            width: 100%;
        }

        .process-association h1 {
            font-size: 20pt;
        }

        #myTab li a {
            padding: 15px 15px !important;
            font-size: 19px;
        }

        #ourLocationTabContent h3 {
            font-size: 42px;
        }

        #ourLocationTabContent.pt-5 {
            padding-top: 0rem;
        }

        #ourLocationAccordion .panel-title a {
            font-size: 20px;
        }

            #ourLocationAccordion .panel-title a::before, #ourLocationAccordion .panel-title a.collapsed::before {
                top: 12px;
                right: 0px;
                font-size: 35px;
            }

        #ourLocationTabContent .panel-group {
            padding-left: 0;
        }

        .brderleft-1 {
            border-left: 0px solid;
        }

        #Franchisee-Across {
            padding-top: 50px;
        }

        .locacities {
            font-size: 16px;
            padding: 0 0px;
        }

        #myTab li {
            width: 50%;
        }

        .partner-associate-bg {
            height: 275px;
        }

        .partner-heading h2 {
            font-size: 14pt !important;
        }

            .partner-heading h2::after {
                top: 30px;
                width: 68%;
            }

        .partner-heading {
            margin-top: 30px;
        }

        .partner-heading p {
            font-size: 11pt;
            line-height: 18pt
        }

        .about-section1 h2 {
            font-size: 22px !important;
            text-align: center;
            margin-bottom: 35px;
        }
            .about-section1 h2::after {
                display: inline-block !important;
                margin-left: -35px;
                left: 47%;
                width: 90px !important;
            }
            .about-section1 p {
                text-align: center;
            }

        #Association .img-responsive {
            margin-top: 30px;
        }
        .partner-associate-one .v-video {
            margin: 0px 0 30px 0;
        }
        .partner-associate-one h2 {
            font-size: 22px !important;
            text-align: center;
            margin-bottom: 35px;
        }
            .partner-associate-one h2::after {
                top: 60px;
                display: inline-block !important;
                margin-left: -35px;
                left: 47%;
                width: 90px !important;
            }
        .partner-associate-one .vcontent p {
            text-align: center;
        }
        #franchisee-benefits h2 {
            font-size: 22px !important;
            padding: 0 5px;
        }
            #franchisee-benefits h2::after {
                top: 35px;
                display: inline-block !important;
                margin-left: -35px;
                left: 48%;
                width: 90px !important;
                top: 35px;
            }
        .serviceBox .service-content h3, .serviceBox1 .service-content h3 {
            font-size: 18px;
            font-weight: 500;
        }
        .partner-association-bg {
            background-image: none;
            background: #dfdfdf;
        }
        #PartnerAssociates .serviceBox .service-icon {
            width: 90px;
            background: #fff;
        }
        #PartnerAssociates .serviceBox1 .service-icon {
            width: 90px;
            background: #fff;
        }
        #PartnerAssociates .service-icon img {
            height: auto;
            padding: 10px;
        }
        #franchisee-benefits {
            padding-bottom: 30px;
        }

        .partner-association #franchisee-benefits.howdiw h2::after {
            top: 40px;
        }

        .main-timeline .date3 {
            width: 65px;
            height: 65px;
            border: 11px solid #fc725e;
            left: 6%;
        }

        .main-timeline .date2 {
            width: 65px;
            height: 65px;
            border-width: 11px;
            left: 6%;
        }

        .main-timeline .date1 {
            width: 65px;
            height: 65px;
            border-width: 11px;
            left: 6%;
        }

        .main-timeline .description1::after {
            display: inline-block;
            content: "";
            border-top: 5px solid #022140;
            width: 4rem;
            transform: translateY(-1rem);
            position: absolute;
            top: 103px;
            left: 12%;
            width: 9%;
            margin-top: 11px;
        }

        .main-timeline .description2::after {
            display: inline-block;
            content: "";
            border-top: 5px solid #022140;
            width: 4rem;
            transform: translateY(-1rem);
            position: absolute;
            top: 103px;
            left: 5%;
            width: 9%;
            margin-top: 11px;
        }

        .main-timeline .description1::after {
            display: inline-block;
            content: "";
            border-top: 5px solid #022140;
            width: 4rem;
            transform: translateY(-1rem);
            position: absolute;
            top: 103px;
            left: 5%;
            width: 9%;
            margin-top: 11px;
        }

        .main-timeline .description3::after {
            display: inline-block;
            content: "";
            border-top: 5px solid #022140;
            width: 4rem;
            transform: translateY(-1rem);
            position: absolute;
            top: 103px;
            left: 5%;
            width: 9%;
            margin-top: 11px;
        }

        .small-circle1 {
            position: absolute;
            height: 15px;
            width: 15px;
            background: #25303b;
            border-radius: 50%;
            top: 98px;
            left: 12%;
        }

        .small-circle2 {
            position: absolute;
            height: 15px;
            width: 15px;
            background: #25303b;
            border-radius: 50%;
            top: 98px;
            left: 12%;
        }

        .small-circle3 {
            position: absolute;
            height: 15px;
            width: 15px;
            background: #25303b;
            border-radius: 50%;
            top: 98px;
            left: 12%;
        }

        .step-number {
            position: absolute;
            color: #fc725e;
            font-size: 26px;
            left: 4.5%;
            top: 13px;
            font-weight: 600;
        }

        #acceditations img {
            height: auto;
        }

        .acceditations-certificate {
            padding: 0px 30px 0px 30px;
        }

        .acceditations-certificate {
            margin-top: 30px;
        }

        #testimonialsDetails.container {
            margin-top: 10px;
        }

        .div-1 {
            margin: 25px auto 0;
        }

        .div-1img {
            height: 220px;
            width: 220px !important;
        }

        .testimonials-main-div h4 {
            margin: 30px 0 15px 0px;
        }

        .testimonial-feature {
            margin: 0 0 0 0px;
        }

        .testimonials-main-div {
            padding: 0 15px;
        }

            .testimonials-main-div .comadiv {
                display: none;
            }

        #with-partners.faq h2 {
            margin-bottom: 50px;
        }

        #partners {
            padding-top: 0px;
        }

        #partners h2::after {
            display: inline-block !important;
            margin-left: -35px;
            left: 47%;
            width: 90px !important;
        }

        .contact-heading h1 {
            font-size: 20pt;
            padding: 0 0px 0 65px;
        }

        .contact-heading h2 {
            font-size: 20pt;
        }

        .contact-heading h3 {
            font-size: 20pt;
        }

        .contact-heading {
            margin-top: 40px;
            margin-left: 0
        }

        .contact-us-h2-line {
            margin: 0px auto 0;
            width: 100%;
            padding: 30px 0 40px 0;
            border: 0px;
        }

        .contact-bg {
            height: 186px;
        }

        .contact-us-h2 {
            color: #022140;
            text-align: center;
        }

        .contact-icon {
            right: 10px;
            top: 10px;
        }

        .contact-us .contact-info {
            margin-bottom: 0px;
        }

        .getin-touch-info {
            padding: 0px 0px 0px 0px;
        }

        .contact-form {
            padding: 25px 0px 0px 0px;
            border-left: 0px solid #ff8371;
        }

            .contact-form input {
                height: 40px;
            }

        .getin.mt-5 {
            margin-top: 20px;
        }

        .contact-us {
            margin-top: 0;
        }

        #contact-us {
            background-size: cover;
        }

        a.card-title {
            font-size: 17px;
        }

        .blogs-ul li {
            width: 100%;
            border: none;
        }

            .blogs-ul li:last-child {
                width: 100%;
            }

            .blogs-ul li:nth-child(2) {
                width: 100%;
            }

        .blogs-ul li {
            text-align: left;
        }

        a.card-title {
            padding: 0 40px 0 0;
        }

        .blogtitle {
            font-size: 25pt;
            left: 10px;
            top: 45px;
        }
        .accrititle {
            font-size: 18pt;
            right: 10px;
            top: 56px;
        }

        #blogDetails .pb-5 {
            padding: 10px 0px 10px 15px;
            text-align: left;
        }

        #blogDetails .single-blog-meta {
            padding: 15px 0;
        }

        #blogDetails img.socialClick {
            margin: 0 0 15px 0;
        }

        #blogDetails .ShareSocialBlog {
            margin: -110px 0 0 0;
            top: inherit;
        }

        .partner-associate-bg {
            background-position: 97% 50%;
        }

        .our-fanchisee-team-modal-content .modal-body .left-franchisee {
            float: none;
            margin-right: 0px;
            padding: 0 20px;
        }

            .our-fanchisee-team-modal-content .modal-body .left-franchisee img {
                width: 100%;
                height: auto;
                padding: 0px;
            }

        .our-fanchisee-team-modal-content .modal-body .detail1 {
            padding: 20px 20px 10px;
        }

        .our-fanchisee-team-modal-content .modal-body .detail-footer {
            padding: 10px 0 0 20px;
        }

        .our-fanchisee-team-modal-content .modal-body .detail-p {
            padding: 20px 20px;
        }

        .process-content p {
            font-size: 14px;
        }

        .criteria-content p {
            font-size: 14px;
            margin-bottom: 20px;
        }

        .criteria-content h3 {
            font-size: 20px;
        }

        .overtures-content {
            font-size: 14pt;
        }

        .VirtualTourbg .partner-heading {
            position: relative;
            border-top: 0px solid #ff8371;
            top: 0px;
            width: 100%;
            border-left: none;
            border-right: none;
            border-bottom: none;
            padding: 25px 10px 30px 10px;
        }
            .VirtualTourbg .partner-heading p {
                font-size: 11pt;
                padding: 10px 0px 15px 0;
            }

            .VirtualTourbg .partner-heading h2 {
                font-size: 20pt !important;
            }

                .VirtualTourbg .partner-heading h2::after {
                    top: 40px;
                    width: 37%;
                }

        .VirtualTour-one h2 {
            font-size: 20px !important;
            text-align: center;
        }

            .VirtualTour-one h2::after {
                margin-top: 45px;
                display: inline-block !important;
                margin-left: -35px;
                left: 47%;
                width: 90px !important;
            }

        .VirtualTour-one .vcontent {
            font-size: 17px;
            line-height: 26px;
            text-align: center !important;
        }

        .VirtualTour-one .v-video {
            margin: 35px 0 0 0;
        }
        #gallary h2::after {
            display: inline-block !important;
            margin-left: -35px;
            left: 47%;
            width: 90px !important;
        }
        #virtualGallery .col-xs-6 {
            width: 100%;
        }
        #virtualGallery .lightboxgallery-gallery-item {
            margin-bottom: 0px;
        }
        .about-section.home h4::after {
            display: inline-block !important;
            margin-left: -35px;
            left: 50%;
            width: 70px !important;
        }
        #our-franchise h2::after {
            top: 65px;
        }
       
        .VirtualTourbg#slider-section img {
            display: none;
        }
        .sub1 h2 {
            font-size: 22px !important;
            margin-bottom: 40px;
        }

        .sub1 a {
            padding: 15px 70px;
            font-size: 17px;
            font-weight: 600;
        }
        .partner-associate-bg {
            background-image: url(/Content/Images/banner/partner-ass-2.jpg);
        }

        .abkrtitle {
            font-size: 16pt;
            font-weight: 700;
            font-family: 'Raleway', sans-serif;
            color: #fd492e;
            text-align: center;
            position: relative;
            right: 0;
            top: 0;
            background: #fdf4f5;
            padding: 25px 0;
        }
            .abkrtitle .subtitle {
                margin: 15px 0 0 0;
                font-size: 17pt;
                font-weight: 500;
                color: #012243;
            }
            .abkrtitle span {
                border-bottom: 0px solid #ff482e;
                padding: 0 0 12px 0;
                background: url(/Content/Images/aboutus/abk-ti-bor.jpg) bottom center no-repeat;
            }
        .about-us #about-us {
            padding-top: 0px;
        }
        .abk-head p {
            font-size: 20pt !important;
        }
        .disc-div {
            margin-top: 20px;
        }
        .aboutussec .aboutnewdis.two {
            margin-top: 10px;
        }
        .looktxt p {
            font-size: 25pt !important;
            line-height: 40px;
        }
        .about-us .border-bottom-5 {
            border-bottom: 5px solid #ff482e;
        }
        .about-us .close {
            margin: -5px -12px 0 0px;
        }
        .aboutussec .aboutnewdis {
            margin-top: 25px;
        }

        .submit-an-enquiry .modal-dialog {
            width: auto;
        }

        .submit-an-enquiry .modal-content {
            padding: 20px 20px 40px 20px;
        }

        .submit-an-enquiry h4.modal-title {
            font-size: 22px !important;
        }

        .submit-an-enquiry .modal-body {
            padding: 20px !important;
        }

        .submit-an-enquiry .g-recaptchaModal, #recaptcha1 {
            margin: 0px 0 0 0px !important;
            -webkit-transform: scale(0.73);
        }

        body.know-our-franchisee-directors #testimonialsVideo h2::after {
            top: 85px;
        }

    }
    /* Mobile Size End */

    @media (max-width: 568px) {

        .main-timeline .date3 {
            left: 6%;
        }

        .main-timeline .date2 {
            left: 6%;
        }

        .main-timeline .date1 {
            left: 6%;
        }

        .step-number {
            left: 4%;
        }

        .main-timeline .description3::after {
            left: 5%;
        }

        .main-timeline .description2::after {
            left: 5%;
        }

        .main-timeline .description1::after {
            left: 5%;
        }

        .small-circle3 {
            left: 12%;
        }

        .small-circle2 {
            left: 12%;
        }

        .small-circle1 {
            left: 12%;
        }

        #partners .flexslider .slides > li {
            width: 109px !important;
        }

        .blogtitle {
            font-size: 20pt;
            left: 10px;
            top: 40px;
        }
        .accrititle {
            font-size: 15pt;
            right: 10px;
            top: 50px;
        }
        #franchisee-benefits h2::after {
            top: 35px;
            left: 48%;
        }
    }

    @media (max-width: 480px) {
        .main-timeline .date3 {
            width: 65px;
            height: 65px;
            border: 11px solid #fc725e;
            left: 12%;
        }

        .main-timeline .date2 {
            width: 65px;
            height: 65px;
            left: 12%;
        }

        .main-timeline .date1 {
            width: 65px;
            height: 65px;
            left: 12%;
        }

        .main-timeline .description1::after {
            display: inline-block;
            content: "";
            border-top: 5px solid #022140;
            width: 4rem;
            transform: translateY(-1rem);
            position: absolute;
            top: 103px;
            left: 12%;
            width: 9%;
            margin-top: 11px;
        }

        .main-timeline .description2::after {
            display: inline-block;
            content: "";
            border-top: 5px solid #022140;
            width: 4rem;
            transform: translateY(-1rem);
            position: absolute;
            top: 103px;
            left: 12%;
            width: 9%;
            margin-top: 11px;
        }

        .main-timeline .description1::after {
            display: inline-block;
            content: "";
            border-top: 5px solid #022140;
            width: 4rem;
            transform: translateY(-1rem);
            position: absolute;
            top: 103px;
            left: 12%;
            width: 9%;
            margin-top: 11px;
        }

        .main-timeline .description3::after {
            display: inline-block;
            content: "";
            border-top: 5px solid #022140;
            width: 4rem;
            transform: translateY(-1rem);
            position: absolute;
            top: 103px;
            left: 12%;
            width: 9%;
            margin-top: 11px;
        }

        .small-circle1 {
            position: absolute;
            height: 15px;
            width: 15px;
            background: #25303b;
            border-radius: 50%;
            top: 98px;
            left: 20%;
        }

        .small-circle2 {
            position: absolute;
            height: 15px;
            width: 15px;
            background: #25303b;
            border-radius: 50%;
            top: 98px;
            left: 20%;
        }

        .small-circle3 {
            position: absolute;
            height: 15px;
            width: 15px;
            background: #25303b;
            border-radius: 50%;
            top: 98px;
            left: 20%;
        }

        .step-number {
            position: absolute;
            color: #fc725e;
            font-size: 26px;
            left: 9%;
            top: 13px;
            font-weight: 600;
        }

        #franchisee-benefits h2::after {
            top: 60px;
            left: 47%;
        }
    }

    @media (max-width: 414px) {
        .wizard-inner {
            margin: 0 -15px 0 -15px;
        }

        .wizard .nav-tabs {
            margin-left: auto;
            margin-right: auto;
            width: 315px;
        }

            .wizard .nav-tabs > li:nth-child(8) {
                margin-bottom: 0px;
            }

            .wizard .nav-tabs > li {
                width: 68px;
                height: 68px;
            }

                .wizard .nav-tabs > li a {
                    font-size: 25px;
                    line-height: 52px;
                }

        span.round-tab {
            font-size: 25px;
            line-height: 52px;
        }

        .tab-content.formsdemo {
            margin: 20px 0 0 0px;
        }

        .form-style-5 .tile {
            display: inline-block;
            width: 84%;
            vertical-align: top;
            font-size: 20px;
        }

        legend {
            font-size: 19px;
        }

        .main-timeline .date3 {
            width: 65px;
            height: 65px;
            border: 11px solid #fc725e;
            left: 12%;
        }

        .main-timeline .date2 {
            width: 65px;
            height: 65px;
            left: 12%;
        }

        .main-timeline .date1 {
            width: 65px;
            height: 65px;
            left: 12%;
        }

        .main-timeline .description1::after {
            display: inline-block;
            content: "";
            border-top: 5px solid #022140;
            width: 4rem;
            transform: translateY(-1rem);
            position: absolute;
            top: 103px;
            left: 12%;
            width: 9%;
            margin-top: 11px;
        }

        .main-timeline .description2::after {
            display: inline-block;
            content: "";
            border-top: 5px solid #022140;
            width: 4rem;
            transform: translateY(-1rem);
            position: absolute;
            top: 103px;
            left: 12%;
            width: 9%;
            margin-top: 11px;
        }

        .main-timeline .description1::after {
            display: inline-block;
            content: "";
            border-top: 5px solid #022140;
            width: 4rem;
            transform: translateY(-1rem);
            position: absolute;
            top: 103px;
            left: 12%;
            width: 9%;
            margin-top: 11px;
        }

        .main-timeline .description3::after {
            display: inline-block;
            content: "";
            border-top: 5px solid #022140;
            width: 4rem;
            transform: translateY(-1rem);
            position: absolute;
            top: 103px;
            left: 12%;
            width: 9%;
            margin-top: 11px;
        }

        .small-circle1 {
            position: absolute;
            height: 15px;
            width: 15px;
            background: #25303b;
            border-radius: 50%;
            top: 98px;
            left: 20%;
        }

        .small-circle2 {
            position: absolute;
            height: 15px;
            width: 15px;
            background: #25303b;
            border-radius: 50%;
            top: 98px;
            left: 20%;
        }

        .small-circle3 {
            position: absolute;
            height: 15px;
            width: 15px;
            background: #25303b;
            border-radius: 50%;
            top: 98px;
            left: 20%;
        }

        .step-number {
            position: absolute;
            color: #fc725e;
            font-size: 26px;
            left: 9%;
            top: 13px;
            font-weight: 600;
        }

        #partners .flexslider .slides > li {
            width: 109px !important;
        }

        .blogtitle {
            font-size: 16pt;
            left: 10px;
            top: 28px;
        }

        .accrititle {
            font-size: 11pt;
            right: 10px;
            top: 35px;
        }
        .main-timeline .timeline-content p {
            font-size: 12pt;
            line-height: 25px;
            text-align: left;
        }
    }

    @media (max-width: 375px) {
        .boldf label {
            font-size: 13px;
        }

        .homebanner .hb-text {
            font-size: 18px;
        }

        #partners .flexslider .slides > li {
            width: 158px !important;
        }

        .blogtitle {
            font-size: 14pt;
            left: 10px;
            top: 27px;
        }
        .accrititle {
            font-size: 9pt;
            right: 10px;
            top: 27px;
        }

        .qulification_output_div3 {
            float: none;
            display: block;
            text-align: right;
        }
        
    }

    @media (max-width: 360px) {
        .btn-default.prev-step, .save-btn {
            font-size: 14px;
            padding: 7px 10px;
        }

        .next-step {
            padding: 7px 10px;
            font-size: 14px;
        }

        .form-style-5 legend {
            font-size: 14px;
        }

        .form-style-5 .tile {
            width: 80%;
            font-size: 14px;
        }

        .boldf label {
            padding: 0 15px 0 0;
        }

        .tooltip2 {
            float: left;
            margin: -25px 0 0 50px;
        }

            .tooltip2 .tooltiptext {
                right: -165px;
            }
    }

    @media (max-width: 320px) {
        .mobilefooter .tabone .borderdiv p {
            font-size: 15px;
        }

        #partners .flexslider .slides > li {
            width: 131px !important;
        }

        .wizard .nav-tabs {
            width: 260px;
        }

        .btn-default.prev-step, .save-btn {
            font-size: 14px;
            padding: 7px 10px;
        }

        .next-step {
            padding: 7px 10px;
            font-size: 14px;
        }

        .form-style-5 legend {
            font-size: 14px;
        }

        .form-style-5 .tile {
            width: 80%;
            font-size: 14px;
        }

        .tooltip2 {
            float: left;
            margin: -25px 0 0 95px;
        }

            .tooltip2 .tooltiptext {
                right: -120px;
            }

        #testimonials h2 {
            font-size: 20px !important;
        }
        #our-franchise.two h2::after {
            top: 95px
        }
    }
    @media (max-width:768px){
        .main-text {
            top: 0;
            padding-top: 32px;
            padding-right: 25px
        }
            .main-text h1 {
                font-size: 18px;
                margin-bottom: 0;
                text-align: right;
                line-height: 25px;
            }
        .main-heading-2{width:100%}
        .main-text h1::after {
            border: 0 ;text-align: right;
        }
        .hbbtn{text-align:right;}
        .main-text .hbbtn .btn-primary {
            font-size: 9px;
            margin: 0px 0 0 0;
            padding: 5px 11px
        }
        .flex-direction-nav a:before {
            font-size: 20px!important;
        }
    }

    @media(min-width:768px) and (max-width:1024px){
        .main-heading-2 {
            width: 100%;
            text-align: right;
        }
        .main-text h1{font-size:26px;margin-bottom:0}
        .main-text .hbbtn .btn-primary {
            padding: 8px 27px;
            font-size: 15px;
            margin: 15px 0 0 0;
        }
        .flex-direction-nav a:before {
            font-size: 20px !important;
        }
        .main-text h1::after{border:0}



    }
