@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: 'Roboto', sans-serif;
    color: #48485e;
}

a {
    color: #106eea;
    text-decoration: none;    
}

a:hover {
    color: #3b8af2;
}

:root{
    --thm-base: #0572ba;
}

h1,h2, h3, h4, h5, h6 {
    font-family: "DM Sans", sans-serif;
    color: #032f4c;
}


p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #666;
    margin: 0;
    padding: 1% 0;
}

.btn, .form-control{
    box-shadow: none !important;
}

/*--------------------------------------------------------------
# General ends
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Flex
--------------------------------------------------------------*/

.row{
    margin: 0 auto;
}

.flex_container {
    display: flex;
    flex-direction: row;
}

/*--------------------------------------------------------------
# Flex ends
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    
    .burger {
    font-size: 30px;
    cursor: pointer;
}
    
  .heroimg {
    display: none;
    }
    
  .logo-small {
        max-width: 170%;
        height: auto;
    } 
    
  .jumbotron-fluid {
        margin-top: 20px;    
    }
    
  .webinar {
        background-image: url(bg-images/webinar-small.jpg) !important;
        background-size:cover;
        background-repeat: no-repeat;
        height: auto;
        margin: 5% 0;
        padding: 5% 0 8% !important;

    }   
    
  .webinarbox {
        width: 100% !important;
        float: right;
        box-sizing: border-box;
    }
  .webinarbox p {
        font-size: 15px;
    }
    
  .webinarbox h3.smallwebinar {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 20px !important;
        color: #fff;
        text-align: center;
        padding-bottom: 2%;
    }    
    
  .register {
        background-color: #7beef6;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 20px !important;
        font-weight: 500;
        width: 100%;
        line-height: 55px !important;
        padding: 0 5%;
        box-shadow: none;
        border-radius: 0;
    }   
    
    .howitworksimg {
       /* position: absolute;
        left: 0;    
        top: 0;*/
        background-image:url(bg-images/howitworks.jpg);
        background-size: cover;
        max-width: 100%;
        height: 217px !important; 
        padding: 0 !important;
        margin: 0 !important;
    }
    .result {
        color: #fff !important;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 26px !important;
    }

    .howitworks p {
        font-family: 'Roboto', sans-serif;
        font-size: 16px !important;
        color: #cde9ff;
    }

    .howitworks ul {
        font-family: 'Roboto', sans-serif;
        font-size: 15px !important;
        color: #cde9ff;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .howitworks ul li {
        line-height: 34px;
    }
    
    .howitarrow {
        font-size:20px; 
        font-weight: 100; 
        color: #6cbaf7;
    } 

    .demo-video {
        background-color: #eb5b26;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 16px !important;
        font-weight: 400;
        line-height: 24px !important;
        padding: 5%;
        box-shadow: none;
        margin: 4% 0 0;
    }
    
    .option {
        font-size: 38px !important;
        padding: 0 0 4%;
        line-height: 42px !important;
    }

.apply {
        background-color: #eb5b26;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 35px;
        padding: 0 6%;
        box-shadow: none;
        margin-bottom: 12% !important;
    }
    
    .footer {
        background-color: #0470b8;
        padding-top: 4%;
        color: #f5f8fa;
        text-align: center !important;
    }
    
    .social {
        padding: 20px 0 0 15%  !important;
        text-align: center !important;
    }
    
    h2.foot {
        font-family: 'Roboto', sans-serif;
        color: #f5f8fa;
        font-size: 20px;
        font-weight: 500;
        padding-bottom: 3%;
        margin-top: 5% !important;
    }
    
    
}


/* Small devices (portrait tablets and large phones, 530px and down) */
@media only screen and (min-width: 530px) {
    
    .logo-small {
        max-width: 100% !important;
        height: 60px;
        width: auto;
    }
    
    .howitworksimg {
       /* position: absolute;
        left: 0;    
        top: 0;*/
        background-image:url(bg-images/howitworks.jpg);
        background-size: cover;
        max-width: 100%;
        height: 217px !important; 
        padding: 0 !important;
        margin: 0 !important;
    }

}

/* Small devices (portrait tablets and large phones, 600px and down) */
@media only screen and (max-width: 768px) {
    
    .logo-small {
        max-width: 100%;
        height: auto;
    } 
    
    .burger {
        font-size: 30px;
        cursor: pointer;
    }   
    
  .jumbotron-fluid {
        margin-top: 20px;    
    }    
    
  .heroimg {
        display: none;
    }
    
    .hero-text {
        padding: 2% 0 2%;
        text-align: center;
    }
    
    .heroheading {
        font-family: 'Roboto', sans-serif;
        font-size: 30px;
        font-weight: 800;
        line-height: 30px;
        color: #0470b8;
        width: 100%;
    }
    .numbers{
        font-family: 'Roboto Slab', sans-serif;
        font-size: 44px;
        line-height: 56px;
        color: #48b3dc;
        padding: 0;
        margin: 0;
    }

    .number-text {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        font-weight: 500;
        color:#48485e;
        padding: 0;
        margin: 0;
    }
    
    .boxhd {
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        font-size: 28px;
        color: #5f5f5f;
        text-align: center;
        padding-bottom: 2%
    }

    .boxp {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #454547;
        text-align: center;
        padding-bottom: 5%;
    }  
    
    .howitworks {
        width: 90%;
        position: relative;
        padding: 7% 0 0 2%;
        margin: 0 auto;
    }  
    .howitworksimg {
       /* position: absolute;
        left: 0;    
        top: 0;*/
        background-image:url(bg-images/howitworks.jpg);
        background-size: cover;
        max-width: 100%;
        height: 217px !important; 
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .result {
        color: #fff !important;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 26px !important;
    }
    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    
  .jumbotron-fluid {
        margin-top: 45px;    
    }

  
  .heroimg {
    position: absolute;
    right: 0;    
    bottom: -12%;
    }
    
    .hero-text {
        padding: 2% 0 2%;
    }
    
    .heroheading {
        font-family: 'Roboto', sans-serif;
        font-size: 38px;
        font-weight: 800;
        line-height: 48px;
        color: #0470b8;
        width: 100%;
    }
    
    .numbers{
        font-family: 'Roboto Slab', sans-serif;
        font-size: 44px;
        line-height: 56px;
        color: #48b3dc;
        padding: 0;
        margin: 0;
    }

    .number-text {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        font-weight: 500;
        color:#48485e;
        padding: 0;
        margin: 0;
    }
    
    
    .boxhd {
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        font-size: 28px;
        color: #5f5f5f;
        text-align: left;
        padding-bottom: 2%
    }

    .boxp {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #454547;
        padding-bottom: 5%;
    }  
    
    .howitworks {
        width: 90%;
        position: relative;
        padding: 2% 0 0 8% !important;
        margin: 0 auto;
    }    
    
    .howitworksimg {
       /* position: absolute;
        left: 0;    
        top: 0;*/
        background-image:url(bg-images/howitworks.jpg);
        background-size: cover;
        max-width: 100%;
        height: 300px !important; 
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .bluebg {
        background-color: #1158b5;
        background-image: linear-gradient(#276fc1, #135bb6);
        padding-bottom: 2% !important;
    }
    
    
    .result {
        color: #fff !important;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 30px !important;
    }
    
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    
    .jumbotron-fluid {
    margin-top: 45px;    
}
  
     .numbers{
        font-family: 'Roboto Slab', sans-serif;
        font-size: 52px;
        line-height: 56px;
        color: #48b3dc;
        padding: 0;
        margin: 0;
    }

    .number-text {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 500;
        color:#48485e;
        padding: 0;
        margin: 0;
    } 
    
    .howitworks {
        width: 100%;
        position: relative;
        padding: 5% 0 0 8% !important;
    } 
    
     .howitworksimg {
       /* position: absolute;
        left: 0;    
        top: 0;*/
        background-image:url(bg-images/howitworks.jpg);
        background-size: cover;
        max-width: 100%;
        height: 100% !important; 
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .bluebg {
        background-color: #1158b5;
        background-image: linear-gradient(#276fc1, #135bb6);
        padding-bottom: 5%;
        box-sizing: border-box;
    }

    
    .result {
        color: #fff !important;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 30px !important;
    }
    
} 

/* Large devices (laptops/desktops, 1280px and up) */
@media only screen and (min-width: 1280px) {
    
    .howitworks {
        width: 100%;
        position: relative;
        padding: 10% 0 0 8% !important;
    } 

}

/*--------------------------------------------------------------
# Media Queries ends
--------------------------------------------------------------*/





/*--------------------------------------------------------------
# Container
--------------------------------------------------------------*/

.container-fluid{
    padding: 0;
    margin: 0 auto;
}

.row{
    margin:0 !important;
}

.contentbg {
    background-color: #f5f8fa;
    padding: 5% 0 0;
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/

.topbar {
    margin: 3px auto 2px;
}
.contact{
    /*display: block;
    width: 102px;*/
    margin-right: 30px;
    font-family: "Roboto";
    font-weight: 500; 
    font-size: 14px;
    color: #33475b;
    
}
.contact:hover{
    color: #425b75 !important;
    background-color: #fff !important;
}
.eaccess{
    display: block;
 /*    width: 130px;*/
    padding: 9px 22px !important;
    font-family: "Roboto";
    font-weight: 500; 
    font-size: 12px !important;
    background-color: #eb5b26;
    border-radius: 4px;
    color: #fff !important;
}

.eaccess:hover{
    background-color: #ce4f20 !important;
}

/*--------------------------------------------------------------
# Topbar ends
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Main nav
--------------------------------------------------------------*/


.mainnav a{
    padding: 16px;
}

.navbar {
    background-color: #fff;
    position: relative;
}

.navbar a {
    float: left;
    font-size: 17px;
    color: #000000 !important;
    text-align: center;
    /* padding: 14px 16px; */
    text-decoration: none;
}

.navbar a:hover {
    color: #465c71 !important;
}

.dropdown {
    float: left;
}

.dropdown-menu {
    position: absolute;
    left:0;
    top: 50px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-item {
    background-color: #fff;
    padding: 5% 5% 5% 12% !important;
    text-align: left !important;
}

.dropdown-menu a.dropdown-item:hover {
    background-color: #f5f5f5;
}

.dropdown .dropbtn {
    font-size: 16px;  
    border: none;
    outline: none;
    color: #33475b;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #fff;
    color: #33475b;
}   

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/*--------------------------------------------------------------
# Main nav ends
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Main burger nav
--------------------------------------------------------------*/


.burger-line {
  display: block;    
  width: 30px;
  height: 3px;
  background-color: black;
  margin: 5px 0;
    
}

.burger {
    cursor: pointer;
    padding: 10px 20px;
    margin-left: 12px;
    background: var(--thm-base);
    margin-top: 1px;
    color: #fff;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .5px;
}
.burger:hover{
    background: #0462a1;
}
.pull-right {
    margin: 12px 0;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(4,112,184, 1);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 12%;
  width: 100%;
  text-align: center;
  margin-top: 0px;
}
    

    
.wrap {
    color:#e9e9e9;
    text-align:center;
    max-width:90%;
    margin:0 auto;
}
.wrap ul.wrap-nav {
    border-bottom:1px solid #5797c1;
    padding:0 0 30px;
}
.wrap ul.wrap-nav li {
    font-size:20px;
    display:inline-block;
    vertical-align:top;
    width:24%;
    position:relative;
    color: #fff;
}
.wrap ul.wrap-nav li a {
    color:#fff;
    display:block;
    padding:4px 0;
    text-decoration:none;
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.wrap ul.wrap-nav li a:hover {
    color:#f5f8fa;
}
.wrap ul.wrap-nav ul {
    padding:15px 0 30px;
}
.wrap ul.wrap-nav ul li {
    display:block;
    font-size:15px;
    width:100%;
    color:#e9e9e9;
}
.wrap ul.wrap-nav ul li a {
    color:#f0f0f0;
}
.wrap ul.wrap-nav ul li a:hover {
    color:#86c5f0;
}
.burger-contact {
    margin: 4% auto 0;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 1%;
}
.burger-contactp {
    color: #fff;
    font-size: 15px;
    font-weight: 200;
    padding: 0;
}
h3.burger-contactp {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 0;
}
.burger-contactp a{
    color: #f5f8fa;
    font-size: 15px;
    font-weight: 200;
    padding: 0;
}

.quick-contact {
    margin-top: 5%;
}

.burger-social {
    font-size:25px;
    padding:0;
}
.burger-social p {
    margin:0;
    padding:20px 0 5px 0;
    line-height:30px;
    font-size:13px;
}
.burger-social p a {
    color:#f5f8fa;
    text-decoration:none;
    margin:0;
    padding:0;
}
.socialp {
    font-size: 15px !important;
    color: #fff;
    padding-bottom: 0 !important;
}

.social-icon {
    width:40px;
    height:50px;
    color:#f5f8fa;
    display:inline-block;
    margin:0;
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.social-icon:hover {
    /*background:#eb5b26;
    color:#f0f0f0;*/
}
.social-icon i {
    margin-top:12px;
}

.secondnav {
    padding: 0 !important;
    margin: 0 !important;
}

.secondnav li {
    padding: 0 !important;
    margin: 0 !important;
}

.secondnav li a {
    padding: 2px 5px !important;
    margin: 0 !important;
}

.secondnav li a:before {
    content: ' \2014';
    font-size: 20px !important;
    padding-right: 3px;
}

.box {
  width: 100px;
  height: 45px;
  background-color: #eb5b27;
  color: #fff !important;
  border-radius: 10px;
  padding: 9px 5px 5px;
  position: relative;
  margin-top: 5px;
  float: left;
}

.box.arrow-bottom:after {
  content: " ";
  position: absolute;
  right: 130px;
  bottom: -15px;
  border-top: 15px solid #eb5b27;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: none;
    margin-bottom: 5px;
}

.arrow {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media screen and (max-width:48em) {
    
    .overlay {
          height: 0%;
          width: 100%;
          position: fixed;
          z-index: 999;
          top: 0;
          left: 0;
          background-color: rgba(4,112,184, 1);
          overflow-y: scroll;
          transition: 0.5s;
        }
    
    .wrap ul.wrap-nav>li {
        width:100%;
        padding:20px 0;
        border-bottom:1px solid #5797c1;
    }
    .wrap ul.wrap-nav {
        padding:0px 0px 30px;
    }
    /*nav ul {
        opacity:0;
        visibility:hidden;
    }*/
    .burger-social {
        color:#c1c1c1;
        font-size:25px;
        padding:15px 0;
    }
    .social-icon {
        width:59px;
        height:50px;
        color:#fff;
        display:inline-block;
        margin:5px 0;
    }
}    

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  color:#fff;   
}

/*--------------------------------------------------------------
# Main burger nav ends
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Main nav 
--------------------------------------------------------------*/

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: unset;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: right;
}
.navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
    top: 100%;
    margin-top: 5px;
    border-radius: 0 0 10px 10px;
    border: 0;
    min-width: 220px;
}
.navbar-nav .dropdown-menu .dropdown-item {
    background-color: #fff;
    padding: 4% 5% 4% 7% !important;
    text-align: left !important;
    font-size: 15px !important;
    white-space: normal;
}
ul.navbar-nav .nav-item .nav-link {
    padding: 3px 0px;
    border-bottom: 1px solid #dddddd00;
    margin-right: 37px;
}
ul.navbar-nav .nav-item:last-child .nav-link{
    margin-right: 10px;
}
ul.navbar-nav .nav-item .nav-link:hover {
    color: rgb(5 114 186) !important;
    border-bottom: 1px solid #0572ba;
}

/*--------------------------------------------------------------
# Main nav ends
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Hero section
--------------------------------------------------------------*/
.heroimg {
    
    max-width: 100%;
    height: auto;
}

.carousel-item img {
    width: 100%;
    height: auto;
}

.bluebar {
    background-image: linear-gradient(#4d96f7, #48aef1);
    height: 95px;
}

.hero-text {
    
}

.hero-content{
    
    position: relative;
}

.hero-orange {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    color: #eb5b26;
    font-weight: bold;
}

.herop {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #707070;
    font-weight: 300;
    width: 100%;
}

.get-started {
    background-color: #eb5b26;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 48px;
    padding: 0 5%;
    box-shadow: none;
    margin: 4% 0 0;
}
.get-started:hover {
    background-color: #d55222;
    color: #fff;
}

.ads-banner-home img {
    width: 100%;
    height: auto;
}

.carousel-control-next, .carousel-control-prev{
    width: 5%;
}

/*--------------------------------------------------------------
# Hero section ends
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Advantage section
--------------------------------------------------------------*/

.advarea {
    background-color: #f5f8fa;
    padding-bottom: 5%;
}

.advantage {
    padding: 0 0 8%;
}

h2.mind {
    font-family: 'Roboto', sans-serif;
    color: #48485e;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 2%;
}

.orange {
    color: #eb5b26;
    text-decoration: none;
}

.orange:hover {
    text-decoration: none;
}




/*--------------------------------------------------------------
# Advantage section ends
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Box section
--------------------------------------------------------------*/

.jumbotron {
    padding: 40px 25px 0;
    border-radius: 0;
    margin: 0;
}

.students {
    background-color: #ecf6f8;
    position: relative;
    padding: 4% 7% 0;
}

.jobseekers {
    background-color: #fce8dd;
    position: relative;
    padding: 4% 4% 0;
    
}

.corporations {
    background-color: #fbe6a9;
    position: relative;
    padding: 4% 4% 0;
}

.coachesbox {
    background-color: #f0e3ee;
    position: relative;
    padding: 4% 4% 2%;
    margin-bottom: 5%;
}

.boxtext {
    
    padding: 3% 2%;
}

.boximg-student {
/*
    position: absolute;
    left: 2%;    
    bottom: 0;
*/
    max-width: 90%;
    height: auto; 
}

.boximg-jobseekers {
    
    max-width: 85%;
    height: auto; 
}

.boximg-corporations {
    
    max-width: 90%;
    height: auto; 
}

.boximg-coaches {
    
    max-width: 80%;
    height: auto; 
}



.learn-more {
    background-color: #f8b03b;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 40px;
    padding: 0 4%;
    box-shadow: none;
}
.learn-more:hover {
    background-color: #eba22a;
    color: #fff;
}

/*--------------------------------------------------------------
# Box section ends
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# How It Works section
--------------------------------------------------------------*/

.howitworksbg {
    background-color: #1158b5;
    background-image: linear-gradient(#276fc1, #135bb6);*/
    padding: 0 !important;
    margin-bottom: 7%;
    
}

.bluebg {
    background-color: #1158b5;
    background-image: linear-gradient(#276fc1, #135bb6);
    padding-bottom: 5%;
    box-sizing: border-box;
}

.nopadright {
    padding-right: 0 !important;
}

.howitworksimg {
   /* position: absolute;
    left: 0;    
    top: 0;*/
    background-image:url(bg-images/howitworks.jpg);
    background-size: cover;
    max-width: 100%;
    height: 100%; 
    padding: 0 !important;
    margin: 0 !important;
}



.howitworks p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #cde9ff;
}

.howitworks ul {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #cde9ff;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.howitworks ul li {
    line-height: 40px;
}

.demo-video {
    background-color: #eb5b26;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    padding: 5%;
    box-shadow: none;
    margin: 4% 0 0;
}
.demo-video:hover {
    background-color: #d55222;
    color: #fff;
}

#lightbox {
  /* ----- Positioning ----- */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  
  /* The code above makes sure that the
  lightbox covers the entire page*/
  
  /* ----- Visibility ----- */
  display: none;
  
  /* ----- Styling ----- */
  background-color: rgba(0, 0, 0, 0.95);
  
  /* Normally, most lightboxes do not use
  a completely solid black, but with about
  90-95% opacity so that the background is
  somewhat visible */
}

#video-wrapper {
  /* ----- Positioning ----- */
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  
  /* The code above makes sure the video is
  both vertically and horizontally centered
  to the screen */
  
  /* ----- Styling ----- */
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  
  /* The code above is used to add a little shadow to the video making blend in better */
}

#close-btn {
  /* ----- Text ----- */
  color: grey;
  font-size: 25px;
  
  /* ----- Positioning ----- */
  position: fixed;
  top: 3%;
  right: 3%;
  z-index: 2;
  
  /* The code above is used to put the button on the upper right corner of the lightbox */
  
  /* ----- Transformations ----- */
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  
   /* The code above is used to initialize the scale for the button so that it can be used in transitions */
  
  /* ----- Transitions ----- */
  -webkit-transition: transform .5s ease, color .5s ease;
  -moz-transition: transform .5s ease, color .5s ease;
  -ms-transition: transform .5s ease, color .5s ease;
  -o-transition: transform .5s ease, color .5s ease;
  transition: transform .5s ease, color .5s ease;
}

#close-btn:hover {
  /* ----- Text ----- */
  color: white;
  
  /* ----- Styling ----- */
  cursor: pointer;
  
  /* ----- Transformations ----- */
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  
    /* ----- Transitions ----- */
  -webkit-transition: transform .5s ease, color .5s ease;
  -moz-transition: transform .5s ease, color .5s ease;
  -ms-transition: transform .5s ease, color .5s ease;
  -o-transition: transform .5s ease, color .5s ease;
  transition: transform .5s ease, color .5s ease;
}


/*--------------------------------------------------------------
# How It Works section ends
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Culture Misfit section
--------------------------------------------------------------*/


.hire {
/*    font-family: 'Roboto Condensed', sans-serif;*/
    font-size: 32px !important;
    margin: 5% 0 8%;
}

/*--------------------------------------------------------------
# Culture Misfit section ends
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Webinar section
--------------------------------------------------------------*/

.webinar {
    background-image: url(bg-images/webinar.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    height: auto;
    margin: 5% 0;
    padding: 12% 0 5%;
    
}

.webinarbox {
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.webinarbox h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 30px !important;
    color: #fff;
    text-align: center;
    padding-bottom: 5%;
}

.webinarbox p {
    color: #fff;
    text-align: center;
}

.text{
    width: 100%;
    background-color: #48b3dc;
    color: #fff;
    padding: 5%; 
    border-radius: 0;
}

.register {
    background-color: #7beef6;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 500;
    width: 100%;
    line-height: 125px;
    padding: 0 5%;
    box-shadow: none;
    border-radius: 0;
}
.register:hover {
    background-color: #4dd1da;
    color: #fff;
}

/*--------------------------------------------------------------
# Webinar section ends
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Career section
--------------------------------------------------------------*/

.career {
    background-color: #f5f8fa;
    padding: 40px 0 40px;
    z-index: 1 !important;
}
.career1 {
    background-color: #f5f8fa;
    position: relative;
    height: 350px;
    padding-top: 8%;
    
}
.careerimg {
    position: absolute;
    left: 10%;    
    bottom: 0;
    max-width: 80%;
    height: auto;    
}

.choose {
    font-size: 28px;
    color: #48485e;
    padding: 2% 0 3% 1%;
}

.option {
    font-size: 48px;
    padding: 0 0 4%;
    line-height: 50px;
}

.apply {
    background-color: #eb5b26;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    padding: 0 6%;
    box-shadow: none;
}
.apply:hover {
    background-color: #eba22a;
    color: #fff;
}

/*--------------------------------------------------------------
# Career section ends
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Business section
--------------------------------------------------------------*/

.business {
    background-color: #79c0fc;
    height: 550px;
    padding-top: 10%;
    
}

.unlock {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 60px;
    color: #fff;
    text-align: center;
    padding-bottom: 2%;
}

.built {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #0470b8;
    text-align: center;
    padding-bottom: 5%;
    
    
}

/*--------------------------------------------------------------
# Business section ends
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Footer section
--------------------------------------------------------------*/

.footer {
    background-color:#094ba2;
    padding: 70px 0 45px;
    color: #f5f8fa;
}

@media only screen and (min-width : 1200px) {

.footercontainer { 
    max-width: 1200px; 
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    } 

}

.footp {
    font-size: 14px;
}

.footp a {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #f5f8fa;
    list-style-type: none;
    padding-bottom: 3%;
     
}

.footp a:hover {
    color: #e8eef1;
    text-decoration: none;
}

.footpbig {
    font-size: 16px;
}

.footer ul {
    margin: 0;
    padding: 0;
}
.footer p{
    color: #f5f8fa;
}

img.footer-logo {
    width: 75%;
    height: auto;
}

.footer p.copyright {
    font-weight: 300;
    font-size: 14px;
    color: #f5f8fa;
    padding-top: 7%;
    padding-bottom: 3%;
    margin: 0;
    text-align: left;
}

h2.foot {
    font-family: 'Roboto', sans-serif;
    color: #f5f8fa;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 3%;
}

.foothd {
    font-family: 'Roboto', sans-serif;
    color: #f5f8fa;
    font-size: 16px;
    font-weight: bolder;
    padding-bottom: 2%;
}

.footer ul li, .footer ul li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #f5f8fa;
    list-style-type: none;
    padding-bottom: 3%;
     
}

.footer ul li a:hover {
    color: #e8eef1;
    text-decoration: none;
}

.social {
    padding: 20px 0 0 0;
}

.footer-social a:hover {
    color: #fff;
}
.footer-social a {
    font-size: 26px;
    color: #eee;
}

.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    width: 100%;
}

.footer-social:hover {
    color: #e8eef1;
    text-decoration: none;
}

.fa {
  padding: 5px 5px 0 0;
  
  width: 15px;
  text-align: center;
  text-decoration: none;
  margin: 0 2px;
  border-radius: 100%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

/*--------------------------------------------------------------
# Footer section ends
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Innerpage Full Content Bg section
--------------------------------------------------------------*/

.contentfull {
    background-color:#f5f8fa; 
}


/*--------------------------------------------------------------
# Innerpage Full Content Bg section ends
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# About Page Starts
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Header section starts
--------------------------------------------------------------*/
.abouthd {
    background-image: url(bg-images/abouthd.jpg);
    background-size: cover;
    margin-top: 5%;
}

.abouthd p {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #fefefe;
    text-align: center;
    padding: 20% 0 20%;
    margin: 0;
    display: block;
}



/*--------------------------------------------------------------
# Header section ends
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Hire-Logo section starts
--------------------------------------------------------------*/

.logobar {
    background-color: #0470b8;
    padding: 1% 0;
    margin: 0;
    text-align: center;
}


/*--------------------------------------------------------------
# Hire-Logo section ends
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# About content section starts
--------------------------------------------------------------*/
.aboutbg {
    background-color: #f5f8fa;
    padding: 0 0 8%;
}

h2.who {
    font-family: 'Roboto', sans-serif;
    font-size: 30px !important;
    font-weight: 500;
    padding: 0 0 4%;
    text-align: center;
}

.orangebar {
    border-bottom:10px solid #ffa700;
    width: 50% !important;
}

h3.who3{
    font-size: 22px;
    padding: 3% 0 0;
}

.aboutcont {
    margin-bottom: 5%;
}

/*--------------------------------------------------------------
# About content section ends
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Founder section starts
--------------------------------------------------------------*/
.founder {
    background-image: url(bg-images/udayroy.jpg);
    background-size: cover;
}

.founder p {
    padding: 18% 0;
    text-indent: -2000px;
    margin: 0;
}

/*--------------------------------------------------------------
# Founder section ends
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Accordion section
--------------------------------------------------------------*/


.acord {
    position: relative;
    margin-bottom: 5%;
}
.about-accordion {
    
    width: 40%;
    margin: 0;
}
.right-img {
    position: absolute;
    right: 0;
    top: 0
}
.card {
    border: none;
}
.card-header {
    background-color: #f5f8fa !important;
    border-bottom: 1px solid 000 !important;
}

.card-body {
    background-color: #f5f8fa !important;
    padding-left: 16%;
    font-size: 17px;
    color: #707070;
}

.card-link {
    font-family: "Roboto Slab";
    font-weight: 400;
    font-size: 22px;
    color: #48b3dc;
}

/* Icon when the collapsible content is shown */
  .card-link:after {
    font-family: FontAwesome;
    content: "\f107";
    float: left;
    margin-left: 15px;
      padding-right: 15px;
  }
  /* Icon when the collapsible content is hidden */
  .card-link.collapsed:after {
    content: "\f106";
  }

/*--------------------------------------------------------------
# Accordion section ends
--------------------------------------------------------------*/


.pro {
    padding: 0 0 0 6%;
    font-size: 22px;
}


/*--------------------------------------------------------------
# About Page Ends
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Corporations Page
--------------------------------------------------------------*/

.corphd {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
    color: #0470b8;
    text-transform: uppercase;
    padding: 5% 0;
}

.corptext {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #414141;
    font-weight: 400;
    padding:  0 0 15%;
}

.corpform {
    border: 1px solid #00000005;
    padding: 40px;
    margin-bottom: 10%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 3px 22px #00000014;
}

.corpform .form-group label {
    font-size: 15px;
    margin-bottom: 4px;
    color: #333;
}
.corpform .form-group .form-control:focus {
    border: 1px solid var(--thm-base);
}
.corpform .form-group .form-control {
    background: #f5f5fa;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #111;
}

.corpformtext {
    height: 52px;
}

.request-quote {
    background-color: #eb5b26;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 78px;
    width: 100%;
    padding: 0 5%;
    box-shadow: none;
}

.testimonial {
    background-color: #e75e4e;
    color: #fff;
    font-family: "Roboto Slab";
    font-size: 40px;
    padding: 10% 0;
}

.testimonial p {
    color: #fff;
    font-family: "Roboto Slab";
    font-size: 40px;
    font-weight: bold;
    padding: 0 !important;
    line-height: 30px;
}

.name {
    font-size: 30px !important;
    font-weight: normal !important;
}


blockquote {
    font-size: 1em;
    line-height: 1.3em;
    padding: 20px 20px 20px 40px;
    border-left: none;
    position: relative;
    text-indent: -19px
}

blockquote:before,
blockquote:after {
    font-family: 'Catamaran', sans-serif;
    font-size: 160px;
    vertical-align: middle;
    line-height: 0
}

blockquote:before {
    content: open-quote;
    margin-right: 4px
}

blockquote:after {
    content: close-quote;
    padding-top: 10%;
}

blockquote.blockstyle,
blockquote.style2 {
    
}

blockquote.blockstyle p,
blockquote.style2 p {
    display: inline
}

.career-corp {
    background-color: #f5f8fa;
    position: relative;
    height: 500px;
    padding-top: 8%;
    
}

/*--------------------------------------------------------------
# Corporations Page Ends
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Students Page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Students Hero section
--------------------------------------------------------------*/
.stheroimg {
   
       
}

.stimg{
    max-width: 50% !important;
    position: absolute;
    right: -6%;    
    bottom: 0;
}

.sthero-content{
    padding-top: 6%;
    position: relative;
}
.stheroheading {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
    color: #0470b8;
    text-transform: uppercase;
}


.stherotext {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #707070;
    font-weight: 300;
    width: 55%;
}

.stget-started {
    background-color: #eb5b26;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 78px;
    padding: 0 5%;
    margin: 0 0 2%;
    box-shadow: none;
}
.stget-started:hover {
    background-color: #d55222;
    color: #fff;
}

/*--------------------------------------------------------------
# Students wieghtage section
--------------------------------------------------------------*/


ul.weightage li {
    list-style-type: circle;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 12px;
}

/*--------------------------------------------------------------
# Students wieghtage section ends
--------------------------------------------------------------*/

.culfit {
    
    background-color: #f5f8fa;
    padding: 4% 0 4%;
}


h2.pool {
    font-family: 'Roboto', sans-serif;
    color: #48485e;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    line-height: 35px;
}

.pool-orange {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    color: #eb5b26;
    font-weight: 400;
}


.testi {
    background-color: #e75e4e;
    padding: 5% 0 10%;
}

.orangehd {
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding: 3% 0 2%;
}


.video {
    width: 55% !important;
    height: 50% !important;
    text-align: center;
    margin: 0 auto;
}

/*--------------------------------------------------------------
# Students Page Ends
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Coaches Page
--------------------------------------------------------------*/

.coaches {
    padding: 3% 0;
}


/*--------------------------------------------------------------
# Notes Section
--------------------------------------------------------------*/

.notes {
    padding: 5% 0;
    background-color: #c0e3dc;
}

.noteshd {
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #019779;
}

.notesp {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #013f33;
}

.notesform {
    padding: 5% 0 0;
}

.notesformtext {
    background-color: #fff;
    border: 1px solid #013f33;
    padding: 8%;
    width: 100%;
    border-radius: 0;
}

.notes-submit {
    background-color: #eb5b26;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 78px;
    width: 100%;
    padding: 0 5%;
    box-shadow: none;
}

/*--------------------------------------------------------------
# Notes Section Ends
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Upcoming Classes Section
--------------------------------------------------------------*/

.upcoming {
    font-family: 'Roboto', sans-serif;
    color: #0470b8;
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 3%;
}

.jumpstart {
    background-color: #fdfdea;
}

.deliver {
    background-color: #f1fbe1;
}

.uncertainty {
    background-color: #d1f0fd;
}

.pivot {
    background-color: #e3f4fb;
}

.midcol1 {
    background-color: #fefef5;
}

.midcol2 {
    background-color: #f5fcea;
}

.midcol3 {
    background-color: #e6f4f9;
}
.midcol4 {
    background-color: #ecf7fc;
}

.botborder4 {
    border-bottom: 4px solid #fff;
}

.table td {
    padding: 2%;
    font-family: 'Roboto', sans-serif;
    color: #414141;
    font-size: 16px;
    font-weight: 400;
}

.table td h4{
    font-family: 'Roboto', sans-serif;
    color: #414141;
    font-size: 22px;
    font-weight: 400;
}

.learnmore {
    background-color: #eb5b26;
    border-radius: 8px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 5%;
    margin: 0 0 2%;
    box-shadow: none;
}
.learnmore:hover {
    background-color: #d55222;
    color: #fff;
}


/*--------------------------------------------------------------
# Upcoming Classes Section Ends
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Coaches Page Ends
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Job Seekers Page Ends
--------------------------------------------------------------*/

.jobseekerhd {
    background-image:url(bg-images/jobseekerhdr.jpg);
    background-size: cover;
    padding: 3% 0 25%;
}

.jobsheading {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
    color: #0470b8;
    text-transform: uppercase;
}

.job-header p{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

.nopadleft {
    padding-left: 0 !important;
}

.howweh2 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #48485e;
}

.howwedohd {
    /* font-family: "Roboto", sans-serif; */
    font-size: 40px;
    font-weight: 600;
    /* color: #48485e; */
    line-height: 1.1;
}

.card-title {
    font-family: "Roboto", sans-serif;
    font-size: 23px;
    color: #eb5b26;
    padding-top: 1%;
}

.jobcard {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff !important;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 5%;
    height: 515px;
    margin-bottom: 10%;
}

.jobcard-body {
    background-color: #fff !important;
}


.card-text {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #48485e;
    padding-top: 2%;
}

.program {
    background-color: #f5f8fa;
}

/*--------------------------------------------------------------
# Job Seekers Page Ends
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Staffing Page
--------------------------------------------------------------*/

.staffinghd {
    font-family: "Roboto", sans-serif;
    font-size: 35px;
    color: #0470b8;
    padding-top: 2%;
}

.staffhd {
    padding: 15% 0;
    background-image: url(bg-images/staffinghd.jpg);
    background-size: cover;
    height: auto;
}

.notext {
    text-indent: -20000px;
}

.stsolution {
    font-family: "Roboto", sans-serif;
    font-size: 35px;
    color: #030303;
    text-transform: capitalize;
    padding: 2% 0 5%;
    text-align: center;
}

.hiringmanagers {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #0470b8;
    text-transform: uppercase;
    padding: 8% 0;
    text-align: right;
}

.hiringtext {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    color: #48485e;
    text-transform: uppercase;
    padding: 2% 0;
    text-align: right;
    line-height: 24px;
}

.talk {
    background-color: #eb5b26;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 75px;
    padding: 0 13%;
    box-shadow: none;
}

.talk:hover {
    background-color: #bb3e0f;
    color: #fff;
}

.card-body1 {
    background-color: #f5f8fa !important;
    padding: 5% 12%;
    font-size: 17px;
    color: #707070; 
}

.testistaff {
    background-color: #e75e4e;
    color: #fff;
    padding: 5% 8% 10% 0;
    margin-bottom: 12%;
    position: relative;
}

.testip {
    padding: 24% 3% 0 18%;
    color: #fff;
    font-family: "Roboto Slab";
    font-size: 30px;
    line-height: 32px;
}

.comment {
    background-image:url(bg-images/commentbg.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 552px;
    height: 362px;
    padding: 0 15%;
}

.testicom {
    padding: 24% 0 0 16%;
    line-height: 24px;
    width: 400px;
    height: 145px;
    color: #fff;
    font-size: 22px;
}

.testiname {
    padding: 20% 0 0 12%;
    line-height: 24px;
    width: 400px;
    height: 145px;
    color: #fff;
    font-size: 22px;
}

.client {
    width: 275px;
    height: 279px;
    position: absolute;
    z-index: 1000px;
    left: 38%;
    bottom: -26%;
}

/*--------------------------------------------------------------
# Staffing Page Ends
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Consulting Page
--------------------------------------------------------------*/

.fontsize25 {
    font-size: 25px;
    font-weight: 500;
}

.func {
    font-size: 25px;
    color: #48b3dc;
    margin-top: 5%;
}

video {
    width: 100%;
    height: auto;
    margin: 15px 0 -6px;
}

.blutext {
    font-size: 20px;
    color: #94d1f9;
    text-align: left;
    line-height: 24px;
    padding-bottom: 2%
}

.learnmorebg {
    background-color: #eb5b26;
    border-radius: 4px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    padding: 0 15%;
    margin: 0 0 2%;
    box-shadow: none;
}
.learnmorebg:hover {
    background-color: #d55222;
    color: #fff;
}



/*--------------------------------------------------------------
# Header slider
--------------------------------------------------------------*/


@import "lesshat";

.ba-slider {
    position: relative;
    overflow: hidden;
}
 
.ba-slider img {
    width: 100%;
    display:block;
}
 
.resize {
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}


.handle { /* Thin line seperator */
  position:absolute; 
  left:50%;
  top:0;
  bottom:0;
  width:4px;
  margin-left:-2px;
 
  background: rgba(255,255,255,1);
  cursor: ew-resize;
}
 
.handle:after {  /* Big orange knob  */
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    margin: -32px 0 0 -22px;
 
    content:'\2194';
    color:#3f5265;
    font-weight:normal;
    font-size:30px;
    text-align:center;
    line-height:36px;
 
    background: #fff; /* @orange */
    border:1px solid #fff; /* darken(@orange, 5%) */
    border-radius: 50%;
    transition:all 0.3s ease;
    box-shadow:
      0 2px 6px rgba(0,0,0,.3), 
      inset 0 2px 0 rgba(255,255,255,.5),
      inset 0 60px 50px -30px #fff; /* lighten(@orange, 20%)*/ 
}

.draggable:after {
    width: 32px;
    height: 32px;
    margin: -24px 0 0 -12px;
    line-height:28px;
    font-size:20px;
}


/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/


.conthd {
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    color: #0470b8;
    text-transform: uppercase;
    padding: 5%;
}


.contact-us {
    background-color: var(--thm-base);
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 60px;
    width: 100%;
    padding: 0 5%;
    box-shadow: none;
    border-radius: 12px;
    margin-top: 2px;
}

.contact-us:hover {
    background-color: #cd420e;
    color: #fff;
}



/*--------------------------------------------------------------
# Contact Page Ends
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Partners Page Starts
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Header section starts
--------------------------------------------------------------*/
.partnershd {
    background-image: url(bg-images/partnershd.jpg);
    background-size: cover;
    margin-top: 2%;
    padding: 20% 0 20%;
}

.partner-detail-right ul {
    margin: 17px 0 0;
}
.partner-detail-right ul li img {
    width: 100%;
}
.partner-detail-right ul li {
    list-style: none;
    float: left;
    width: 100%;
    background-color: #fff;
    margin: 2px;
    text-align: center;
    padding: 38px 30px;
    height: auto;
}

.partner-detail-left ul {
    padding: 0;
}

.partner-detail-left ul li {
    list-style-type: "\00BB";
    font-weight: 400;
    font-size: 17px;
    padding: 0 30px 0 15px;
    margin: 27px 0 27px 20px;
}
.Grennex-clientsLogo a img {
    width: auto;
    height: 52px;
    margin: 13px 15px;
    object-fit: contain;
}



/*--------------------------------------------------------------
# Header section ends
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Partners Page Ends
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Customers Page Starts
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Header section starts
--------------------------------------------------------------*/
.customershd {
    background-image: url(bg-images/customershd.jpg);
    background-size: cover;
    margin-top: 1%;
    padding: 20% 0 20%;
}

.customers {
    margin: 4% 0;
}

.cust {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 4%;
}
.mindgadget-clientsLogo {
    margin: 10px 20px;
    text-align: center;
}

.mindgadget-clientsLogo img {
    margin: auto 30px;
    margin-bottom: auto;
    margin-bottom: 20px;
    text-align: center;
}



/*--------------------------------------------------------------
# Header section ends
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Customers Page Ends
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# ERP Page Starts
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Header section starts
--------------------------------------------------------------*/
.erphd {
    background-image: url(bg-images/erphd.jpg);
    background-size: cover;
    margin-top: 1%;
    padding: 15% 0 18%;
    background-position: center;
}

.erp {
    margin: 4% 0;
}

.erpp {
    font-size: 22px !important;
}

.sap {
    font-size: 22px;
    font-weight: 400;
}




/*--------------------------------------------------------------
# Header section ends
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# ERP Page Ends
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Privacy & Terms Page Starts
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Header section starts
--------------------------------------------------------------*/

.erp {
    margin: 4% 0;
}

.terms {
    margin: 4% 0;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
}




/*--------------------------------------------------------------
# Header section ends
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Privacy & Terms Page Ends
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Home Page Starts
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Header section starts
--------------------------------------------------------------*/

.homehd {
    /*background-image: url(bg-images/homehd.jpg);
    background-size: cover;*/
    margin-top: 1%;
    min-height: 600px !important; 
  /* Create the parallax scrolling effect 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;*/
    
}

figure {
    position: relative;
}

.ctx-video-custom-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to top,#000,transparent);
}

.ctx-video-custom-text-content {
    bottom: 85px;
}
.ctx-video-custom-text-content {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
}

.ctx-video-custom-text-content .icon-play-plain {
    color: #05758a;
    background-color: #fff;
    border-radius: 50%;
    left: 50%;
    position: relative;
    transform: translate(-50%,0);
    width: 10px;
    height: 10px;
    line-height: 0;
    padding: 15px;
    margin-bottom: 20px;
}
.ctx-video-custom-text-content > span {
    display: block;
    cursor: pointer;
}   


/*--------------------------------------------------------------
# Header section ends
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Get to Know section starts
--------------------------------------------------------------*/
.homecontentbg {
    background-color: #f5f8fa;
    padding: 0;
}

.gtkbg {
    padding: 8% 4%;
    background: linear-gradient(180deg, #ffffff, #f5f8fa);
}

.gtk {
    font-size: 42px;
    line-height: 1.1;
    font-weight: 600 !important;
    color: #032f4c;
}

.get-to-know {
    color: #1158b5;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 48px;
    padding: 0;
    box-shadow: none;
    margin: 4% 0 0;
}

.get-to-know:hover {
    color: #79c0fc;
    text-decoration: none;
}





/*--------------------------------------------------------------
# Get to Know section ends
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Technology section starts
--------------------------------------------------------------*/

.techjobcard {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff !important;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 4%;
    height: 530px;
    margin-bottom: 10%;
}


/*--------------------------------------------------------------
# Technology section ends
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Partners section starts
--------------------------------------------------------------*/




.partnersjobcard {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    min-width: 0;
    background-color: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 12px;
    padding: 15px;
    height: 110px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
}

.partnersjobcard .partners-logo {
    width: 90%;
    height: auto;
    object-fit: contain;
}

/*--------------------------------------------------------------
# Partners section ends
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Customers section starts
--------------------------------------------------------------*/

.customersjobcard {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff !important;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 5%;
    
    margin-bottom: 10%;
}

.customersjobcard img {
    width: 100%;
    padding: 2% 0;
    text-align: center;

}

.custlogo {
    margin: 0 auto !important;
}

/*--------------------------------------------------------------
# Customers section ends
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Capabilities section starts
--------------------------------------------------------------*/

.capabg {
    background-color: #1158b5;
    
}

.capahd {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 10% 0 1%;
}

.capap {
    font-family: "Roboto";
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 56px;
}

.chartimg {
    padding: 5% 0 14%;
}

.capah3 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    padding-bottom: 6%;
}

.services-item {
    font-size: 25px;
    color: #fff;
    /*border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    margin-left: 1%;*/
}


/*--------------------------------------------------------------
# Capabilities section ends
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Get started section starts
--------------------------------------------------------------*/
.getstart {
    font-size: 48px;
    padding: 0;
    line-height: 50px;
}

.talktoexpert {
    background-color: #eb5b26;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 45px;
    padding: 10px 30px;
    margin-top: 3%;
    box-shadow: none !important;
    border-radius: 12px;
}

.talktoexpert:hover {
    background-color: #eba22a;
    color: #fff;
}

/*--------------------------------------------------------------
# Get started section ends
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Home Page Ends
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Thank you Page Starts
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Header section starts
--------------------------------------------------------------*/
.thankyouhd {
    background-image: url(bg-images/thankyouhd.jpg);
    background-size: cover;
    margin-top: 1%;
    padding: 9% 0 15%;
}





/*--------------------------------------------------------------
# Header section ends
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Coming Soon Page starts
--------------------------------------------------------------*/
.comming-soon {
    background: #fff;
    box-shadow: 0 0 6px #8c8b8b;
    text-align: center;
    padding: 100px 50px;
    margin: 50px auto;
    max-width: 950px;
}

.soonhd {
    font-size: 48px;
}




/*--------------------------------------------------------------
# Coming Soon Page ends
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Apply Page starts
--------------------------------------------------------------*/
.browsetext {
    background-color: #fff;
    border: #333 1px solid;
    width: 100%;
    height: 52px;
    display: block;
    padding: 2%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; 
}

.applylist li {
    margin-bottom: 4%;
}



/*--------------------------------------------------------------
# Apply Page ends
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Enquiry Page starts
--------------------------------------------------------------*/
.enquiry {
    margin: 3%;
}




/*--------------------------------------------------------------
# Enquiry Page ends
--------------------------------------------------------------*/


.edi-content-sec img {
    width: 100%;
    height: auto;
}
.grannex-banner-item img{
    width: 100%;
    margin-top: 25px;
    height: auto;
    border-radius: 20px;
    border: 1px solid #ddd;
}
.tms-sec-conts-items p {
    font-size: 17px;
    line-height: 1.3;
    color: #555;
}
.tms-sec-conts-items h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #000;
}
.tms-sec-conts-items {
    background: #fff;
    padding: 30px;
    height: 100%;
    border-top: 12px solid #0470b8;
    text-align: center;
    border-radius: 12px;
}
.mb-30{
    margin-bottom: 30px !important;
}


.blockchain-and-ai-imgs img {
    width: 100%;
    height: auto;
}


.form-control{
    box-shadow: none !important;
}



.top-navbar {
    background: #0572ba;
    padding: 7px 0;
}
.top-navbar-info ul li a {
    color: #fff;
}
.top-navbar-info ul li a:hover {
    color: #faaf3c;
}
.top-navbar-info ul li i {
    color: #faaf3c;
    margin-right: 4px;
}
.top-navbar-info ul li {
    list-style: none;
    color: #fff;
    font-size: 16px;
}
.top-navbar-info ul {
    display: flex;
    gap: 15px;
    padding-left: 0;
    margin-bottom: 0;
}
.top-navbar-social ul li a:hover {
    color: #faaf3c;
}
.top-navbar-social ul li a {
    color: #fff;
}
.top-navbar-social ul li {
    font-size: 23px;
    color: #fff;
    list-style: none;
}
.top-navbar-social ul {
    display: flex;
    width: 100%;
    justify-content: end;
    gap: 16px;
    padding-left: 5px;
    margin-bottom: 0;
}


ul.edi-ul-text li {
    font-size: 22px;
    color: #707070;
    margin-bottom: 2px;
}




.testimonial-sections {
    background-size: cover;
    padding: 60px 0 90px;
    background-repeat: no-repeat;
    background-position: center;
}
.testimonial-sec-head p {
    font-size: 21px;
    color: #fff;
    padding-top: 0;
}
.testimonial-sec-head h2 {
    color: #fff;
    font-size: 55px;
    margin-bottom: 5px;
}
.testimonial-sec-head {
    text-align: center;
    margin-bottom: 50px;
}
.testimonial-sec-items .imgs img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}
.testimonial-sec-items .imgs {
    width: 215px;
    height: 215px;
    margin: -140px auto 40px;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid #1158b4;
}
.testimonial-sec-items {
    margin-top: 120px;
    background: #fff;
    padding: 50px 70px;
    border-radius: 40px;
    position: relative;
}
.testimonial-sec-items .conts p {
    font-size: 20px;
    color: #333;
    font-weight: 300;
}
.testimonial-sec-items .conts {
    text-align: center;
    padding: 0 20px;
    position: relative;
}
.testimonial-sec-items .footers p {
    font-size: 17px;
    color: #666;
}
.testimonial-sec-items .footers h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 2px;
    font-weight: 500;
}
.testimonial-sec-items .footers {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 25px;
}
.testimonial-sec-items .quote-one i {
    font-size: 29px;
    line-height: 48px;
    left: -7px;
    position: relative;
}
.testimonial-sec-items .quote-one {
    position: absolute;
    top: -25px;
    left: 6%;
    background: #c5c5c5;
    width: 56px;
    height: 56px;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}
.testimonial-sec-items {
    margin-top: 120px;
    background: #fff;
    padding: 50px 70px;
    border-radius: 40px;
    position: relative;
}
.testimonial-sec-items .quote-two {
    position: absolute;
    bottom: -25px;
    right: 6%;
    background: #c5c5c5;
    width: 56px;
    height: 56px;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}
.testimonial-sec-items .quote-two i {
    font-size: 29px;
    line-height: 48px;
    left: -7px;
    position: relative;
}
.testimonial-sec-items .footers .rating {
    font-size: 15px;
    color: #1158b4;
}


.partner-sec-ads {
    background: #fff;
    padding: 60px 0 50px;
}
.partner-sec-ads img {
    width: 100%;
    height: auto;
}


.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 13px;
    height: 13px;
    margin-right: 4px;
    margin-left: 4px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 50%;
}
.service-item-cards {
    margin-bottom: 70px;
}
.service-item-cards .imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.service-item-cards .imgs {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 100%;
}
.service-item-cards .conts{
    margin: 12px 0;
}
.service-item-cards .conts h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 16px;
}
.service-item-cards .conts p {
    color: #555;
    font-size: 19px;
    line-height: 1.5;
}
.service-item-cards .conts .btn {
    background: var(--thm-base);
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
}

.theme-btn{
    background: var(--thm-base);
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    box-shadow: none;
}
.theme-btn:hover{
    background: #0462a1 !important;
    color: #fff;
}

.partners-heading p {
    font-size: 17px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 20px;
}
.partners-heading h1 {
    line-height: 1.1;
    margin-bottom: 15px;
}
.partners-heading {
    margin-bottom: 20px;
}

.tms-sec-products{
    margin-bottom: 20px;
}
.tms-sec-products img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.bg-img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 40px 0 40px;
}
.tms-sec-products {
    height: 100%;
}
.tms-sec-products img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 17px;
    box-shadow: 0px 12px 8px #55555538;
}


.main-bg {
    background: linear-gradient(0deg, #ffffff, #f5f8fa);
}




@media (min-width: 576.98px) and (max-width: 992px){
    .burger{
        margin-top: 2px;
    }
}

@media (max-width: 576px){
    .testicom{
        width: 100%;
        font-size: 13px;
        line-height: 1.2;
    }
    .comment{
        font-size: 12px;
        width: 100%;   
    }
    .client {
        width: 181px;
        height: 181px;
        position: absolute;
        z-index: 1000px;
        left: 25%;
        bottom: -10%;
    }
    .testiname{
        width: 100%;
        font-size: 13px;
        line-height: 1.2;
    }
    .gtk {
        font-size: 24px;
        line-height: 30px;
    }
    .capap {
        font-family: "Roboto";
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        padding: 0;
        margin: 0;
        line-height: 28px;
    }
    .getstart {
        font-size: 28px;
        padding: 0;
        line-height: 26px;
        margin-top: 10px;
    }
    .partnerslogo {
        width: 100%;
        margin-left: 0% !important;
    }
    .partnersjobcard {
        height: 85px;
    }
    .corpform{
        padding: 25px;
    }
    .conthd{
        font-size: 24px;
        line-height: 26px;
    }
    .testimonial-sec-items {
        margin-top: 120px;
        padding: 40px 30px;
    }
    .testimonial-sec-items .imgs {
        width: 150px;
        height: 150px;
        margin: -110px auto 25px;
    }
    .testimonial-sec-items .conts{
        padding:  0 0;
    }
    .testimonial-sec-items .conts p {
        font-size: 19px;
        line-height: 1.2;
    }
    .about-accordion{
        width: 100%;
    }
    .top-navbar-social ul {
        gap: 6px;
    }
    .top-navbar-info ul li {
        font-size: 11px;
    }
    .top-navbar-social ul li {
        font-size: 15px;
    }
    .service-item-cards .conts h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .footer-social{
        justify-content: center;
    }
    .footer p.copyright{
        text-align: center;
    }
    .burger{
        margin-top: 2px;
    }
    .navbar{
        padding: 10px 0;
    }
}

