@import url('https://fonts.googleapis.com/css2?family=Anton&family=Asap:wght@500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nova+Square&display=swap');


.custom-navbar {
    background-color: #fff;
}

.nav-link {
    color: #f7204e;
}

.custom-toggler.navbar-toggler {
    border-color: rgb(247, 32, 78);
}

.custom-toggler .navbar-toggler-icon {}

.custom-toggler .navbar-toggler-icon {
    width: 18px;
}

.custom-toggler:hover {
    border-color: rgb(255, 255, 255);
    background-color: #f76a88;
}

.navbar-toggler-icon:hover {}

#logo_custom {
    margin-top: -6px;
}

@media only screen and (max-width: 760px) {
    #logo_custom {
        width: 40%;
    }
}

/* :root {
    --primary-color: #002564;
    --main-color: #ffffff;
    --bg1: #f1a615;
    --bg2: #002564;
    --bg3: #002564;
    --bg4: #f1a615;
    --black-color : #2c2c2c;
    --smokewhite: whitesmoke;
    --form-color: rgb(248, 248, 248);

} */


:root {
    --primary-color: #2c2c2c;
    --main-color: #ffffff;
    --bg1: #f1a615;
    --bg2: #c3372a;
    --bg3: #328CCB;
    --bg4: #64a549;
    --black-color: #2c2c2c;
    --smokewhite: whitesmoke;
    --form-color: rgb(248, 248, 248);

}

.custom-navbar {
    padding: 14px 0px;
    /* box-shadow: 10px 10px 10px #eee; */
    background-color: #fff;
    box-shadow: 0px;
}

.navbar-dark .navbar-nav .nav-link {
    padding-right: 50px !important;
    color: var(--primary-color) !important;
    font-size: 15px;
    font-weight: 600;
}

.hamberger i {
    font-size: 22px;
    cursor: pointer;
}

.full-form-sec {
    margin-top: -10px;
    padding: 60px 0px;
    background-color: black;
    background: url('../images/bg3.png');
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: fixed;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-repeat: no-repeat;

}

.full-form-box {
    padding: 25px;
    background-color: var(--main-color);
    color: var(--main-color);
}

.full-form-box h3 {
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    text-shadow: 2px 2px 0px var(--primary-color);
}

.bg1 {
    background: var(--bg1);
}

.bg2 {
    background: var(--bg2);
}

.bg3 {
    background: var(--bg3);
}

.bg4 {
    background: var(--bg4);
}

.beesec {
    background: var(--main-color);
    min-height: 500px;
    margin-top: 50px;
    padding: 50px;
}

.beesec h2 {
    color: var(--bg1);
}

.main-head {}

.main-head h2 {
    font-weight: 100;
    /* color: rgb(0, 0, 97); */
    font-family: 'Anton', sans-serif;
    font-size: 40px;
}

.main-head h5 {
    font-weight: 600;
    font-family: 'Saira Condensed', sans-serif;
    margin-bottom: 20px;
    font-size: 28px;
}

.beesec button {
    border: solid 2px var(--bg1);
    background: var(--main-color);
    padding: 10px 20px;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 600;
    font-size: 15px;
}

.beesec button:hover {
    background: var(--main-color);
    transition: .5s;
    /* color: var(--main-color); */
}

.cookie-se {
    background: var(--main-color);
    padding: 10px;
    padding-bottom: 0px;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.cookie-se button {
    padding: 0px 30px !important;
    height: 40px;
    background: var(--primary-color);
    color: var(--main-color);
    margin-top: 10px;
    border: 0px;
}


/* red sec  */

.redsec {
    background: whitesmoke;
    min-height: 300px;
    margin-top: 0px;
    padding: 50px;
}

.redsec button {
    border: solid 2px var(--bg2);
    background: transparent;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 600;
    font-size: 15px;
    /* color: var(--main-color); */
}

.redsec h2 {
    color: var(--bg2);
    padding-top: 50px;
}

.redsec h5 {
    /* color: var(--); */
}

.redsec p {
    /* color: var(--main-color); */
}


/* blue sec  */

.bluesec {
    padding-top: 100px;
    background: url('../images/bg3.png');
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.bluesec h2 {
    color: var(--bg3);
}

.bluesec button {
    border: solid 2px var(--bg3);
    background: transparent;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 600;
    font-size: 15px;
    /* color: var(--primary-color) */
}


/* green sec  */

.greensec {
    background: var(--bg4);
    min-height: 300px;
    margin-top: 0px;
    padding: 50px;
}

.greensec button {
    border: solid 2px var(--bg4);
    background: transparent;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 600;
    font-size: 15px;
    /* color: var(--main-color); */
}

.greensec h2 {
    /* color: var(--main-color); */
    padding-top: 20px;
}

.greensec h5 {
    /* color: var(--main-color); */
}

.greensec p {
    /* color: var(--main-color); */
}

.footermidle {
    padding: 50px 0px;
    padding-top: 50px;
    padding-bottom: 10px;
    background: var(--smokewhite);

}

.footermidle h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--primary-color);
}

.footermidle ul {
    margin-left: -40px;
    list-style: none;
}

.footermidle ul li {
    padding-top: 10px;
    font-size: 14px;
}

.footermidle ul li i {
    font-size: 20px;
}

.social {
    display: inline;

}

.social li {
    display: inline;
    padding-right: 10px;
    margin-top: 20px;
    font-size: 20px;
}

.ser-sec h6 {
    line-height: 26px;
    font-size: 14px;
}

.ceo-sec {
    padding: 50px 0px;
}

.ceo-sec h2 {
    font-family: 'Anton', sans-serif;
    font-size: 40px;
}

.photo-sec {
    border: solid 1px var(--primary-color);
    padding: 5px;
    height: auto;
    overflow: hidden;
}

.ceoph h3 {
    text-align: left;
    font-size: 24px;
    font-family: 'Saira Condensed', sans-serif;
    padding-top: 10px;

}

.ceoph h6 {
    text-align: left;
    font-weight: 600;
}

.mt-30 {
    margin-top: 30px;
}

.footbot {
    border-top: solid 1px var(--primary-color);
    border-bottom: solid 1px var(--primary-color);
    padding-top: 20px;
    padding-bottom: 17px;
    margin-bottom: 20px;
}

.footbot h6 {
    color: var(--primary-color);
    text-align: center;
}

.footermidle p {
    text-align: center;
}

.bi-linkedin {
    color: #007bb5;
}

.bi-facebook {
    color: #3B5998;
}

.bi-twitter {
    color: #55ACEE;
}

.bi-youtube {
    color: #bb0000;
}

.bi-instagram {
    color: #125688;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    background-color: var(--smokewhite);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 2px 2px 4px var(--primary-color);
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: var(--primary-color);
    display: block;
    transition: 0.3s;
    font-weight: 500;
}

.sidenav a:hover {
    color: var(--primary-color);
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 15px;
    }
}

.drpdwn {
    background-color: var(--main-color);
}

.nav-link {
    cursor: pointer;
}

.dropcs {
    border: 0px;
    border-radius: 0px;
    /* width: 300px; */

}

.co1 {
    color: var(--bg1);
}

.co2 {
    color: var(--bg2);
}

.co3 {
    color: var(--bg3);
}

.co4 {
    color: var(--bg4);
}

.dropcs {
    padding-bottom: 0px;
    background-color: var(--main-color);
    padding: 18px;
    border: solid 0px black;
    overflow: hidden;
}

.dropcs i {
    font-size: 30px;
    text-align: center;
    align-content: center;
    align-self: center;
}

.dropcs h6 {
    font-weight: 600;
    text-align: center;
}

.dropcs p {
    text-align: center;
    font-size: 14px;
}

.dropcs .dropdown-item {
    border: solid 1px var(--primary-color);
    padding: 15px;
    /* box-shadow: 13px 12px 10px -10px #00000082; */
    background-color: var(--main-color);
    margin-bottom: 10px;
}

.prod-dt {
    position: fixed;
    width: 82.5%;
    margin-top: 66px;
    z-index: 10000;
    box-shadow: 13px 12px 10px -10px #00000082;
    background-color: var(--main-color);
}

#logo_custom {
    margin-top: -6px;
    width: 20%;
}

.mrgt {
    margin-top: 140px;
}

.custom-navbar {
    padding: 14px 0px;
    box-shadow: 10px 10px 10px #eee;
    background-color: #fff;
    box-shadow: 0px;
    box-shadow: 2px 2px 8px #0000001c;
}

.techbg {
    background: url('../images/tech1.jpg');
    background-size: 100% auto;
    margin-top: -50px;
    height: 100%;
    overflow: hidden;
    padding: 50px 0px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.exp1 {
    background: var(--bg1);
    padding: 15px 30px;
    color: var(--main-color);
    font-size: 22px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    margin-bottom: 20px;
}

.exp2 {
    background: var(--bg2);
    padding: 15px 30px;
    color: var(--main-color);
    font-size: 22px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    margin-bottom: 20px;
}

.exp3 {
    background: var(--bg3);
    padding: 15px 30px;
    color: var(--main-color);
    font-size: 22px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    margin-bottom: 20px;
    cursor: pointer;
}

.exp4 {
    background: var(--bg4);
    padding: 15px 30px;
    color: var(--main-color);
    font-size: 22px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    margin-bottom: 20px;
    cursor: pointer;
}

.exp5 {
    background: gray;
    padding: 15px 30px;
    color: var(--main-color);
    font-size: 22px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    margin-bottom: 20px;
    cursor: pointer;
}

.exp6 {
    background: #f76a88;
    padding: 15px 30px;
    color: var(--main-color);
    font-size: 22px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    margin-bottom: 20px;
    cursor: pointer;
}

.cobl {
    color: var(--primary-color) !important;
}



.main-timeline {
    font-family: 'Poppins', sans-serif;
}

.main-timeline:after {
    content: '';
    display: block;
    clear: both;
}

.main-timeline .timeline {
    width: 50%;
    padding: 0 40px 0 0;
    margin: 0 5px 15px 0;
    float: left;
}

.main-timeline .timeline-content {
    min-height: 120px;
    padding: 0 20px;
    display: block;
    position: relative;
}

.main-timeline .timeline-content:hover {
    text-decoration: none;
}

.main-timeline .timeline-icon {
    color: #fff;
    background: linear-gradient(#8FCB00 50%, #76A414 50%);
    font-size: 40px;
    text-align: center;
    line-height: 110px;
    width: 110px;
    height: 110px;
    padding-left: 14px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transform: translateY(-50%);
    position: absolute;
    right: -110px;
    top: 50%;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}

.main-timeline .title {
    color: #76A414;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 7px;
}

.main-timeline .description {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 1px;
    margin: 0;
}

.main-timeline .timeline:nth-child(even) {
    padding: 0 0 0 40px;
    margin: 0 0 15px 5px;
    float: right;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
    padding: 0 14px 0 0;
    right: auto;
    left: -110px;
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
}

.main-timeline .timeline:nth-child(4n+2) .timeline-icon {
    background: linear-gradient(#EE3E1A 50%, #B93018 50%);
}

.main-timeline .timeline:nth-child(4n+2) .title {
    color: #B93018;
}

.main-timeline .timeline:nth-child(4n+3) .timeline-icon {
    background: linear-gradient(#3DA4E6 50%, #3977BD 50%);
}

.main-timeline .timeline:nth-child(4n+3) .title {
    color: #3977BD;
}

.main-timeline .timeline:nth-child(4n+4) .timeline-icon {
    background: linear-gradient(#EEA815 50%, #D59101 50%)
}

.main-timeline .timeline:nth-child(4n+4) .title {
    color: #EEA815;
}

a {
    color: var(--primary-color);
}

.timeline-content ul {
    font-size: 14px;
    margin-left: -26px;
}

.full-form-box {
    padding: 25px;
    margin-bottom: 20px;
    min-height: 380px;
    text-align: center;
}

.full-form-box h4 {
    text-align: center;
    text-transform: uppercase;
}





@media screen and (max-width:767px) {

    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even) {
        width: 100%;
        padding: 0 0 0 110px;
        margin: 0 0 30px;
    }

    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon {
        left: -110px;
        right: auto;
    }
}

@media screen and (max-width:479px) {

    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even) {
        padding: 130px 0 0;
    }

    .main-timeline .timeline-content {
        text-align: center;
    }

    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon {
        transform: translateY(0) translateX(-50%);
        top: -130px;
        left: 50%;
    }
}


.mt-30 {
    margin-top: 30px;
}

.mt-60 {
    margin-top: 60px;
}

a:hover {
    text-decoration: none;
}

.enq-form .form-control {
    border: solid 1px var(--bg1);
    border-radius: 0px;
}
.enq-form label{
    padding-bottom: 0px;
    margin-bottom: 5px;
    padding-top: 10px;
}

.trainer-form {
    background: var(--form-color);
    padding: 75px;
}

.trainer-form h2 {
    color: var(--bg4);
}

button {
    cursor: pointer;
}



.trainer-co {
    box-shadow: 1px 1px 3px 4px rgba(146, 146, 146, 0.24);
    padding: 10px;
    text-align: center !important;
    margin-top: 15px;
    margin-bottom: 15px;
}

.trai-co {
    height: 230px;
    overflow: hidden;
}

.trainer-co h3 {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
}

.trainer-co h4 {
    font-size: 14px;
}

.trainer-co h5 {
    font-size: 12px;
}

.btn-view {
    background: var(--bg2) !important;
    border: 0px !important;
    font-size: 13px !important;
    padding: 8px 15px !important;
    margin-top: 0px;
    color: var(--main-color);
    border-radius: 3px;
    font-weight: 600;
    text-transform: uppercase;
}

.trainer-co h6 {
    color: var(--bg1);
}

.trainer-co h6 i {
    padding-right: 2px;
}

.trainer-co button {
    margin-top: 15px;
    margin-bottom: 10px;
}

.pull-right {
    float: right;
}

.searc-se {
    box-shadow: 1px 1px 3px 4px rgba(146, 146, 146, 0.24);
    padding: 20px;
    margin-bottom: 10px;
}

.searc-se input {
    border-radius: 0px;
}

.btn-primary-bor {
    border: solid 2px var(--bg3);
    background: var(--main-color);
    padding: 5px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    border-radius: 0px;
}

.trai-he h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    color: var(--bg2);
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 35%;
}

.carousel-caption h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 40px;
}

.carousel-caption p {
    font-size: 18px;
}

#myVideo {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.content {
    position: relative;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}

#myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

#myBtn:hover {
    background: #ddd;
    color: black;
}

.carousel-item {
    transition: opacity 0s ease-in;
}

.carousel-item.active {
    opacity: 1;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right,
.carousel-item.active {
    opacity: 1;
}

.carousel-dissolve .carousel-item {
    opacity: .8;
    transition: opacity 1s ease-in;
}

.carousel-dissolve .carousel-item.active {
    opacity: 1;
}

.lnklogo {
    cursor: pointer;
    width: 100px;
}

.vision-mis {
    background: whitesmoke;
    padding: 20px 40px;
    margin-bottom: 25px;
    text-align: center;
}

.vision-mis h2 {
    font-size: 70px;
    color: var(--bg2);
    text-align: center;
}

.vision-mis h3 {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
}

.vis h2 {
    color: var(--bg4);
}

.parallax-bg1 {
    background-image: url("../images/bg8.jpg");
    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-bg1 h2 {
    color: var(--main-color);
    padding-top: 250px;
    font-size: 60px;
    font-weight: 700;
}

.parallax-bg2 {
    padding-top: 100px;
    background-image: url("../images/bg2.jpg");
    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-bg2 h2 {
    color: var(--main-color);
    padding-top: 150px;
    font-size: 60px;
    font-weight: 700;
}


.parallax-bg3 {
    padding-top: 100px;
    background-image: url("../images/bg10.jpg");
    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.parallax-bg3 h2 {
    color: var(--main-color);
    padding-top: 150px;
    font-size: 60px;
    font-weight: 700;
}

.parallax-bg4 {
    padding-top: 100px;
    background-image: url("../images/bg12.jpg");
    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.parallax-bg4 h2 {
    color: var(--main-color);
    padding-top: 150px;
    font-size: 60px;
    font-weight: 700;
    text-shadow: 1px 1px 2px black;
}

.parallax-bg5 {
    padding-top: 100px;
    background-image: url("../images/bg13.jpg");
    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.parallax-bg5 h2 {
    color: var(--main-color);
    padding-top: 130px;
    font-size: 60px;
    font-weight: 700;
    text-shadow: 1px 1px 2px black;
}

.parallax-bg6 {
    padding-top: 100px;
    background-image: url("../images/businessmen-classroom-communication-267507.jpg");
    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.parallax-bg6 h2 {
    color: var(--main-color);
    padding-top: 150px;
    font-size: 60px;
    font-weight: 700;
    text-shadow: 1px 1px 2px black;
}

.parallax-bg7 {
    padding-top: 100px;
    background-image: url("../images/bg15.jpg");
    /* Set a specific height */
    min-height: 500px;
    position: relative;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.parallax-bg7 h2 {
    color: var(--main-color);
    padding-top: 150px;
    font-size: 60px;
    font-weight: 700;
    text-shadow: 1px 1px 2px black;
}

.parallax-bg8 {
    padding-top: 100px;
    background-image: url("../images/adult-code-coder-340152.jpg");
    /* Set a specific height */
    min-height: 500px;
    position: relative;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.parallax-bg8 h2 {
    color: var(--main-color);
    padding-top: 150px;
    font-size: 60px;
    font-weight: 700;
    text-shadow: 1px 1px 2px black;
}


.background1 {
    /* filter: blur(4px); */
    /* position: absolute; */
    width: 100%;
    height: 100%;
}

.bg-se1 {
    background: var(--bg1);
}

.bg-se2 {
    background: var(--bg2);
    padding-left: 35px;
}

.bg-se3 {
    background: var(--bg3);
}

.bg-se4 {
    background: var(--bg4);
    padding-left: 35px;
}

.bgs h4 {
    text-transform: uppercase;
    color: var(--main-color);
    margin-top: 50px;
}

.bgs p {
    margin-right: 25px;
    color: var(--main-color);
}

.services-container {
    background: transparent;
    padding: 40px 20px;
    margin-top: 26px;
    min-height: 520px;
    /* box-shadow: 1px 1px 10px 1px #0003; */
    border-left: solid 2px gray;
    border-top: solid 2px gray;
}

.services-container img {
    width: 50%;
}

.services-container h2 {
    color: var(--primary-color);
    padding-top: 20px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    min-height: 48px;
}

.services-container p {
    text-align: center;
}

.services-container button {
    border: solid 2px var(--primary-color);
    background: transparent;
    color: var(--black-color);
    padding: 5px 20px;
    padding-bottom: 7px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.image-sec {
    min-height: 160px;
}

.pdb {
    padding-bottom: 80px;
}

.sevins2{
    min-height: 540px !important;
}

.upimgsec{
    /* border: solid 2px var(--black-color);
    padding: 10px; */
    margin-top: 20px;
    cursor: pointer !important;

}
.upimgsec input{
    z-index: 1000000;
    position: relative;
    top: -30px;
    opacity: 0;
    cursor: pointer !important;
}
.upimgsec button{
    width: 100%;
    cursor: pointer !important;

}
.tab-sec{
    border-bottom: solid 2px var(--bg4);
    text-align: center;
}
.tab-in{
    border-bottom: solid 3px var(--main-color);
}
.tab-active{
    border-bottom: solid 3px var(--bg4);
}
.tchnology-sec{
    background: var(--smokewhite);
    padding: 80px 0px;
}
.tchnology-sec h2{
    font-size: 40px;
    padding-bottom: 50px;
}
.tec-co{
    margin-top: 20px;
}
.tec-co h4{
    font-size: 18px;
    font-weight: 600;
}
.tec-co p{
    font-size: 14px;
}
@media only screen and (max-width: 800px) {
    .custom-navbar {
        padding: 13px 13px;
        box-shadow: none;
        background-color: #fff;
        box-shadow: 0px;
    }

    .carousel-caption p {
        font-size: 14px;
    }

    #logo_custom {
        margin-top: -6px;
        width: 60%;
    }

    .carousel {
        margin-top: 140px;
    }

    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 5%;
    }

    .carousel-caption h3 {
        font-size: 22px;
    }

    .full-form-sec {
        background-size: 400% auto;
    }

    .custom-toggler.navbar-toggler {
        border-color: rgb(255, 255, 255);
        background: #567886;
    }

    #myVideo {
        height: 260px;
        width: 100%;
    }
}




.parallax {
    /* The image used */
    background-image: url("../images/businessmen-classroom-communication-267507.jpg");

    /* Set a specific height */
    min-height: 345px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax2 {
    /* The image used */
    background-image: url("../images/businessmen-classroom-communication-267507.jpg");

    /* Set a specific height */
    min-height: 400px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-bg {
    background: #000000a8;
    min-height: 405px;
}

.bg-white {
    background-color: white;
    padding: 15px;
}

.bg-white p {
    color: black;
}

.st-sec-in {
    text-align: center;
    color: white;
}

.st-sec-in h2 {
    color: #fff;
    font-size: 50px;
    text-shadow: 3px 3px black;
}

.st-sec-in h3 {
    color: #ffffff;
    font-size: 30px;
}

.key-wrd {
    background-color: black;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}


.t1 {
    color: #b7f9a0;
    font-size: 70px;
    line-height: 90px;
}



.t2 {
    color: #fbf899;
    font-size: 60px;
    line-height: 50px;
}



.t3 {
    color: #fb99d7;
    font-size: 40px;
    line-height: 40px;
}



.t4 {
    color: #fb9999;
    font-size: 30px;
    line-height: 70px;
}


.greensec {
    background: whitesmoke;
    min-height: 300px;
    margin-top: 0px;
    padding: 50px;
}

.greensec h2{
    color: var(--bg4);
}
.sevin{
    border: solid 1px var(--primary-color) !important;
    border-bottom: solid 1px var(--primary-color) !important;
    border-right: solid 1px var(--primary-color) !important;
    padding-top: 20px;
    min-height: 635px;
    padding-bottom: 0px !important;
}
.sevin img{
    width: 100%;
}
.sevin h2{
    min-height: 70px;
}


.tariner-list{
    /* border: solid 1px var(--primary-color); */
    padding: 10px;
    text-align: center;
}
.tariner-list h3{
    font-size: 20px;
    padding-top: 10px;
    font-weight: 600;
}

.tariner-list h4{
    font-size: 16px;
    font-weight: 600;
}

.tariner-list h5{
    font-size: 14px;
}

.tariner-list button{
    border: solid 2px var(--bg2);
    background: transparent;
    padding: 5px 20px;
}

.btn-register{
    border: solid 2px var(--bg1);
    background: transparent;
    padding: 8px 20px;
}

.box{
    font-family: 'Merriweather Sans', sans-serif;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .5s;
    margin-bottom: 30px;
}
.box:hover{ box-shadow: 3px 3px 5px #999; }
.box:before,
.box:after{
    content: "";
    background: radial-gradient(circle at 23% 70%,rgba(255,255,255,0.8),#fff 30%);
    width: 150%;
    height: 150%;
    opacity: 0;
    transform: rotate(45deg);
    position: absolute;
    top:-10.5%;
    right:-150%;
    z-index: 1;
    transition: all 0.35s ease;
}
.box:after{
    background: rgba(255,255,255,0.5);
    width: 65%;
    height: 65%;
    right: auto;
    left: -20%;
    top: -65%;
}
.box:hover:before{
    opacity: 1;
    right: -85%;
}
.box:hover:after{
    opacity: 1;
    top: -42%;
}
.box img{
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}
.box:hover img{ transform: scale(1.2); }
.box .box-content{
    text-align: right;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -100%;
    z-index: 2;
    transition: all .5s;
}
.box:hover .box-content{ right: 5%; }
.box .title{
    color: #1e272e;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 3px 0;
}
.box .post{
    font-size: 16px;
    text-transform: capitalize;
    margin: 0 0 10px;
    display: block;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.box .icon li{
    display: inline-block;
    margin: 0 4px;
}
.box .icon li a{
    color: #fff;
    background-color: #1e272e;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: block;
    transition: all 0.3s;
}
.box .icon li  a:hover{
    color: #1e272e;
    background-color: #fff;
    border-radius: 10%;
    box-shadow: 0 0 5px #1e272e inset;
}
@media only screen and (max-width:990px){
    .box { margin: 0 0 30px; }
}
@media only screen and (max-width:479px){
    .box .title{ font-size: 20px; }
}


.parallax-bg h2{
    padding-top: 100px;
    color: var(--main-color);
    margin-bottom: 50px !important;
}

h2{
    font-family: 'Nova Square', cursive !important;
    font-weight: 600;
}

.loader {
    border: 7px solid #f3f3f3;
    border-radius: 50%;
    border-top: 7px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-top: 20%;
  }
  .loader-sec h5{
    text-align: center;
    color: var(--main-color);
    padding-top: 10px;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  .loader-sec{
        position: fixed;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.775);
        z-index: 10000000;
  }