
h6{font-size: 1.7rem;}
.c-details ul li{
  font-size: 1.4rem;
  line-height: 28px;
}
.callus{
    padding: 10px 20px;
    color: black;
    font-size: 14px;
    order:3;
}
.form-control, .contact .php-email-form button[type=submit]{
    font-size: 1.5rem;
}
.enroll-form{
    background-color: #F3F7FF;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 1px 3px 3px #ccc;
}
.weeks{
    margin-right: 5px;
    margin-top: 3px;
    font-size: 12px;
    opacity: 0.8;
}
.mobile-view{display: none;}
.auto-me{ margin-right: auto !important;}
.callus i{
    color: #FF6023;
}
.me-auto{
    margin-right: 30px !important;
}
.index-page .header{
    background-color: #ffffff !important;
}
.c-white{
    color: white !important;
}
.c-black{
    color: black;
}
.orange{
    background-color: #FF6023 !important;
    color: white !important;
}
.c-orange{
    color:#000000 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    cursor:auto;
    opacity: 0.7;
}
.c-orangeonly{
    color: #FF6023;
    font-size: 1.6rem;
}
.us h4{
   color: #FF6023;
}
.pl-6{
    padding-left: 6rem;
}
.pl-2{
    padding-left: 4rem;
}
.future-together{
    width: 80%;
    border-radius: 10px;
    margin: 60px auto;
    text-align: left;
    padding: 30px;
    background-color: #f3f5f9;
    vertical-align: middle;
}
.future-together img{ margin: 0px auto;}
.future-together h2, .future-together p{
    color: #000000;
}
h3{
    font-size: 1.75 rem;
    font-weight: bold;
}
.joinus{
    width: 80%;
    border-radius: 10px;
    margin: 60px auto;
    text-align: center;
    padding: 30px 80px;
    background: linear-gradient(to right, #78181D, #B52620);
}
.joinus h2, .joinus p{
    color: white;
}
.joinus p{
    font-size: 1.6rem;
}
.joinus h2{
    font-weight: bold;
}
.joinus h6{
    font-weight: 600;
    font-size: 16px;
    color: white;
}
.joinus a{
    background-color: #FF6023;
    color: white;
    padding: 10px 25px;
    border-radius: 25px;
    font-family: var(--heading-font);
}
.pricing .pricing-tem img{
    width: 100%;
}
.pricing .pricing-tem .cource-inner{
    text-align: left;
    padding: 15px;
}
.pricing .pricing-tem .course-ul{
    list-style-type: none;
    text-align: left;
    padding-left: 20px;
    list-style-image: url("../img/check.png");
}

.pricing .pricing-tem .cource-inner a {
    color: #FF6023;
    text-align: center;
    border-radius: 25px;
}
.viewall a {
    background-color: #FF6023;
    color: white !important;
    min-width: 150px;
    width: auto;
    text-align: center;
    padding: 10px 25px;
    margin: 10px auto;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
}
.w-choose-us{
    width: 100%;
    min-height: 100vh;
    position: relative;
    padding: 80px 0 60px 0;
    display: flex;
    align-items: center;
    height: 200px;
    background-color: #1b1523; /* For browsers that do not support gradients */
    background: url(../img/aboutus/clasping-hands.png) top center no-repeat;
    background-size: cover;
}
.whychose img{
    width: 100%;
}
.w-chose-inner{
    margin-top: -120px;
    padding: 20px;
}
.w-chose-inner h5, .w-chose-inner p{
    color: white !important;
}
.hero-img img{
    width: 90%;
}
.ux-bg{
    border-radius: 10px;
    line-height: 2;
    padding: 15px;
    background: #F3F5F9 url(../img/services/ui-ux2.png) bottom right no-repeat;
}
.dev-bg{
    border-radius: 10px;
    padding: 15px;
    line-height: 2;
    background: #FEF4F4 url(../img/services/dev-n-devops.png) bottom right no-repeat;
}
.bg-plus-skills{
 background-color: #B72820;
 color: white;
 padding: 20px;
 flex-direction: column;
 justify-content: center;
}
.bg-plus-skills h2{
    color: white;
    font-weight: bold;
}
.bg-plus-orange{
    background-color: #FF6023;
    color: white;
    justify-content: center;
    font-size: 1.5rem;
}
.bg-plus-orange a{
    color: white;
}
.bg-plus-orange a:hover{
    color: white;
}
.benifits-col{
    width: 95%;
 padding: 20px;
 background-color: white;
 min-height: 320px;
 height: auto;
 text-align: center;
 border-radius: 5px;
}
.category{
    font-size: 18px;
    color: #898989;
    padding: 7px 15px;
    border-bottom: 1px solid #d3d3d6;
    margin-bottom: 5px;
}
.enroll-form button{
    background-color: #FF6023;
    color: white;
    font-size: 1.5rem;
    padding: 7px 20px;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    width: 100%;
}
/* checkbox styles starts */
.container-enroll {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    text-align: left;
  }
  
  /* Hide the browser's default checkbox */
  .container-enroll input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .container-enroll:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .container-enroll input:checked ~ .checkmark {
    background-color: #FF6023;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .container-enroll input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .container-enroll .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
/* checkbox styles ends here */
.course-self-bg{
    background-color: #F9FAFE;
    padding: 15px;
    border-radius: 10px;
}

.corse-nav li{
 width: 100%;
 padding: 7px 15px;
 text-align: left;
}
.corse-nav li:hover{
    color: white !important;
    background-color: #F8EDE9;
    background-image:url(../img/Arrow-right.png) ;
    background-repeat: no-repeat;
    background-position: right center;
    border-radius: 7px; 
    cursor: pointer;
}
.corse-nav li a{
    color: #1b1523;
}
.corse-nav li:hover a{
    color: #FF6023;
}
.corse-nav li.active{
    color: #FF6023 !important;
    background-color: #F8EDE9;
    background-image:url(../img/Arrow-right.png) ;
    background-repeat: no-repeat;
    background-position: right center;
    border-radius: 7px; 
    cursor: pointer; 
} 
.corse-nav .active a{
    color: #FF6023 !important;
}
.fade:not(.show){
    opacity: 1 !important;
}
.item-content{
    margin-left: 10px;
}
.color-icon{
    color: #FF6023 !important;
    font-size: 16px;
}
.item-content h6{
    font-weight: bold !important;
}
.services .img-fluid{
 margin: 0px auto;
}
.pad-xl{
    padding: 2rem 120px;
}

@media (max-width: 1100px) {
   
    .auto-me{
        margin-right: auto !important;
    }
    .me-auto{
        margin-right: 20px !important;
      } 
      .pad-xl{
        padding: 2rem 100px;
    }
}
@media (max-width: 768px) {
    .pad-xl{
        padding: 2rem
    }
    .mobile-view{
        display: block;
        padding: 0px 20px;
        font-size: 14px;
    }
    .auto-me{
        margin-right: 0px !important;
    }
    .callus{
        display: none;
    }
    .me-auto{
        margin-right: auto !important;
      } 
      .pl-6, .pl-4{
        padding-left: 0;
    }
    .joinus{
        padding: 20px;
    }
}
@media (max-width: 640px) {
    .hero-img{padding: 0px 15px !important;}
    .benifits-col, .hero-img img{
        width: 100%;
    }
    .me-auto{
      margin-right: auto !important;
    }
    .mobile-nav-toggle{
        margin-top: 10px;
    }
    .pl-6, .pl-4{
        padding-left: 0;
    }
    .joinus{
        padding: 20px;
    }
  }