/* Google fonts used in this project 
    1) font-family: 'Roboto', sans-serif;
    2) font-family: 'Open Sans', sans-serif;
    3) font-family: 'Poppins', sans-serif;


*/


/* Start globle css */

body {
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    font-weight: normal;
    color: #444;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

.pt-60 {
    padding-top: 60px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-0 {
    padding-top: 0px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-0 {
    padding-bottom: 0px;
}

.plr-0 {
    padding-left: 0px;
    padding-right: 0px;
}


/*-------------------------------- padding end ----*/

.mt-60 {
    margin-top: 60px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-0 {
    margin-top: 0px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mlr-0 {
    margin-left: 0px;
    margin-right: 0px;
}


/* End of margin */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 15px;
}

.text-upper {
    text-transform: uppercase;
}

.btn1 {
    display: inline-block;
    padding: 13.5px 45px;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: capitalize;
    background-size: 200% auto;
    border: 1px solid transparent;
    box-shadow: 0px 12px 20px 0px rgba(255, 126, 95, 0.15);
    background-image: linear-gradient(to left, #ee390f 0%, #f9b700 51%, #ee390f 100%);
    outline: 0;
}

.btn1:hover {
    color: #fff !important;
    background-position: right center;
    box-shadow: 0px 10px 30px 0px rgba(193, 34, 10, 0.2);
}

.section_tittle {
    margin-bottom: 74px;
}

.section_tittle p {
    color: #556172;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 11px;
    margin-bottom: 26px;
}

.section_tittle h2 {
    font-size: 42px;
    color: #22273c;
    line-height: 37px;
    font-weight: 700;
    position: relative;
    position: relative;
}

.section_tittle h2:after {
    position: absolute;
    content: "";
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 80px;
    height: 2px;
    background-color: #ffc90e;
}


/* End of globle css */


/* Start main header section */

.my-nav {
    margin-bottom: 0px;
    border: 0px;
    border-radius: 0px;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background: none !important;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background: none !important;
}

.mainheader {
    padding-top: 20px;
}

.my-nav .navbar-nav {
    padding-top: 20px;
}

.my-nav li a {
    font-size: 15px;
    padding: 0px 16px;
    font-family: "Roboto", sans-serif;
    color: #22273c;
    font-weight: 500;
}

.my-nav li a:hover {
    color: #ff6100;
}

.my-nav li .btn1 {
    color: #fff;
    font-size: 14px;
    padding: 11.5px 33px;
    margin-left: 41px;
    position: relative;
    top: -14px;
}

.my-nav li .btn1:hover {
    color: #ffffff !important;
    background: #ffc90e !important;
    box-shadow: none !important;
}

.nav>li>a.btn1:hover,
.nav>li>a.btn1:focus {
    text-decoration: none;
    background: orange !important;
    outline: 0;
}

.navbar-fixed-top {
    background: #fff;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
    padding-top: 10px;
}

.my-nav li.active>a {
    color: #ee390f;
}


/* End of main header section */


/* Start banner section */

.banner_part {
    /* height: 880px; */
    position: relative;
    overflow: hidden;
    background: #ffc90e url(../img/banner_bg-wt.png);
    background-repeat: no-repeat;
    background-size: 68%;
    background-position: top right;
}

.banner_text {
    padding-top: 30%;
}

.banner_part .banner_text h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    margin-bottom: 40px;
}

.banner_part .banner_text p {
    font-size: 16px;
    line-height: 1.8;
    font-family: "Roboto", sans-serif;
    color: #000;
}

.banner_part .banner_text h1 {
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 27px;
    line-height: 1.18;
    color: #000;
}

.homeintro {
    background: #f9fafc;
}


/* End of banner section */


/* Title section */

.titlesec h5 {
    font-family: "Roboto", sans-serif;
    color: #556172;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-left: 75px;
    text-transform: uppercase;
}

.titlesec h5:after {
    position: absolute;
    left: 0;
    top: 10px;
    height: 2px;
    width: 60px;
    content: "";
    background-color: #ffc90e;
}

.titlesec h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.1;
    /* margin-bottom: 38px; */
    position: relative;
    margin-top: 19px;
    color: #22273c;
    margin-bottom: 5px;
}

.homeintro p {
    color: #444;
    font-family: "Roboto", sans-serif;
    line-height: 1.929;
    font-size: 16px;
    margin-bottom: 0px;
    color: #888888;
}


/* End of Title section */


/* Start feature section */

.ourfeature {
    background: #efefef url(../img/featurebg.png) no-repeat;
    background-position: bottom center;
    padding-bottom: 118px;
}

.ourfeaturebox {
    background: #ffffff;
    padding-top: 1px;
    position: relative;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .06);
    border: 1px solid rgba(2, 1, 1, 0);
}

.ourfeaturebox h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0 15px;
    color: #22273c;
    min-height: 65px;
    height: 100%;
}

.ourfeaturebox p {
    padding: 0 15px;
    font-size: 16px;
    text-align: justify;
}

.feauteicon {
    position: absolute;
    bottom: 8px;
    right: 22px;
}

.feauteicon i {
    font-size: 80px;
    color: #ffffff;
    opacity: 0.4;
}

.featurebtn {
    position: absolute;
    bottom: 20px;
    left: 20px;
}


/* End of feature section */


/* Start contact banner section */

.bannerpage {
    min-height: 352px;
    width: 100%;
}

.bannerpage h1 {
    padding-top: 130px;
}


/* End of contact banner section */


/* Start ctaSec section */

.ctaSec {
    padding: 80px 0;
}

.ctaSec h2 {
    font-size: 42px;
    color: #22273c;
    line-height: 37px;
    font-weight: 700;
    position: relative;
    position: relative;
}


/* End of ctaSec section */


/* Start advantage section */

.advantageSec p {
    padding: 0 15px;
    font-size: 16px;
}

.freecounselling form {
    position: relative;
    width: 75%;
    margin: auto;
}

.freecounselling input[type="text"] {
    padding: 14px 130px 15px 15px;
    width: 100%;
    border: 2px solid #ffc90e;
    border-radius: 25px;
    background: #e8e8e8;
    outline: 0;
}

.freecounselling input.btn1 {
    position: absolute;
    top: -1px;
    right: 0px;
}

.followusSec ul li a {
    color: #353535;
    border: 2px solid #ffc90e;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    background: #ffc90e;
}

.followusSec ul li a:hover {
    background: #ff6100;
}

.followusSec ul li a i {
    font-size: 20px;
    color: #ffff;
}


/* End of advantage section */


/* Start footer section */

.footerbox {
    background: #e6e6e6;
}

.footerSec {}

.custom-html-footer {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.custom-html-footer li {
    display: block;
    line-height: 36px;
    font-size: 14px;
    padding-left: 30px;
    position: relative;
    color: #787878;
}

.custom-html-footer li i {
    position: absolute;
    top: 11px;
    left: 0;
    color: #ffc90e;
    font-size: 18px;
}

.custom-html-footer a {
    color: #787878;
}

.custom-html-footer a:hover {
    color: #ffc90e;
}

.copy-right {
    background-color: #ffc90e;
    color: #4a4343;
    padding-top: 12px;
    padding-bottom: 11px;
    font-size: 14px;
}

.copy-right a {
    color: #929292;
}

.copy-right a:hover {
    color: #222;
}


/* End of footer section */


/* Start Contact us section */

.details-icons {
    display: table-cell;
    vertical-align: top;
}

.details-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    font-size: 17px;
}

.details-info h5 {
    margin: 0;
}

.details-box li {
    margin-bottom: 50px;
}

.details-icons span {
    color: #ffc90e;
    font-size: 34px;
}

.details-info h5 {
    font-weight: bold;
    margin-bottom: 5px;
}

.details-info a {
    color: #444;
}

.details-info a:hover {
    color: #ffb200;
}

.text-box {
    width: 100%;
    height: 45px;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    outline: 0px;
    border: 0px;
    cursor: text
}

.text-area {
    height: 120px;
}


/* End Contact us section */


/* Start Num tittle section */

.numtitle {
    display: flex;
}

.numtitle img {
    width: 60px;
    margin-right: 20px;
}


/* End of Num tittle section */


/* Start vision and mission section  */

.vis_misSec {
    background: #ffc90e;
}

.vismisbox {
    border: 1px solid #ffc90e;
    padding: 20px;
    background: #fff;
    border-radius: 50px;
    /* box-shadow: 0 0px 16px 3px #c79c06; */
}

.vismisbox h2 {
    margin-top: 30px;
}


/* End of vision and mission section  */


/* Start franchisee  section */

.franchiseebox {
    text-align: center;
    background: #f7f7f7;
    padding: 20px;
    border-radius: 50px;
}

.franchiseefeature ul li {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.franchiseefeature ul li h4 {
    margin-bottom: 0;
    font-weight: normal;
}

.franchiseefeature ul li img {
    width: 54px;
}


/* End of franchisee  section */

.loginmodal .investmentSec {
    background: #f1f1f1;
}


/* Start login modal secction */

.input-container {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}


/* Style the form icons */

.icon {
    padding: 10px;
    background: #ffc90e;
    color: white;
    min-width: 50px;
    text-align: center;
    border-radius: 22px 0 0 22px;
}


/* Style the input fields */

.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    border-radius: 0px 20px 20px 0px;
    border: 0;
}

.input-field:focus {
    border: 2px solid #ffc90e;
}


/* Set a style for the submit button */


/* End of login modal secction */


/* Start Videos intro section */

.video-intro {
    background: url(../img/coding.jpg) no-repeat center center / cover;
    height: 380px;
    position: relative;
}

.video-intro:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.72);
    top: 0;
    left: 0;
}

.single-media a {
    width: 121px;
    height: 121px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    background: #ffffffa3;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup-vedio i {
    color: #ffc90e;
    font-size: 40px;
    line-height: 121px;
}

.popup-vedio .circle {
    border-radius: 100px;
    position: absolute;
    margin: auto;
    transform: scale(1);
    transform-origin: center center;
    left: 0;
    z-index: -1;
}

.popup-vedio .circle-1 {
    width: 100%;
    height: 100%;
    background-color: #313C4F;
    top: 0;
    animation: pulse 1.2s linear 0s infinite;
}

.popup-vedio .circle-2 {
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    animation: pulse-2 1.2s linear 0s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(0.7);
        opacity: .3;
    }
    80% {
        transform: scale(0.9);
        opacity: .2;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes pulse-2 {
    0% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}


/* End of Videos intro section */


/* Start Subscribe section */

.subscribeNow {
    background: #ffc90e;
}

.subcribeimg img {
    margin-right: 25px;
}

.subcribeform {
    margin-top: 30px;
}

.subcribeform input[type="email"] {
    width: 50%;
    height: 52px;
    outline: 0;
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 10px 15px;
}

.subcribeinfo h4 {
    font-size: 35px;
    font-weight: 400;
}

.subcribeinfo p {
    font-size: 19px;
}


/* End of Subscribe section */


/* Start Classes Page */

.claasseSec {
    background: #e6eaf3;
}

.classinner {
    background: #f4c00d;
    margin-top: 37px;
    border-radius: 10px;
    padding: 20px;
    min-height: 311px;
}

.classImg {
    width: 150px;
    background: #fff;
    border-radius: 13px;
    padding: 12px;
    margin: auto;
    margin-top: -59px;
    margin-bottom: 42px;
    box-shadow: 0px 0px 6px 1px #ccc;
}

.classImg img {
    width: 100%;
}

.classBox p {
    font-size: 17px;
}