*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.blog-content p, .blog-content ol, .blog-content ul{
	line-height: 2;
	letter-spacing: 1px;
}
body{
    font-family: 'roboto';
    font-size: 18px;
    line-height: 1.5;
    color: #324354;
}
 
footer .border-right{margin-right: 10px;font-size:14px;margin-bottom: 0;}
   



.enrollBtn img{
    height: 18px;
    transition: transform 0.2s ease ;
}
.enrollBtn:hover img{
 transform: translateX(10px);
}
.top-number:hover{
    color: #324354;
}
.vj-nav .nav-item .nav-link{
    color:  #324354;
    font-size: 20px;
 
}
.infonic-banner{
    background: url(../images/infonic-training-banner.webp) no-repeat;
      background-size: contain;
    background-position: bottom right;


}
.list-style-none{
    list-style: none;
}
.feature-ul{
    line-height: 2;
}
.font-20{
    font-size: 20px;
}
.bg-form{
    background: #324354;
}
.bg-sept{
    background: #f0f0fb;
}
.bg-septDark{
	background: #e9e9e9;
}
.ml-fluid{
    margin-left: 120px;
}
.mr-fluid{
    margin-right: 20px;
}
.text-main{
    color: #ff7459!important;
}
.bg-main{
    background: #ff7459 !important;
}
.bg-main-dark{
    background: #e2654c;
}
.fet-img{
    height: 80px;
}
.border-right{
    border-right: 1px solid #ff7459;
}
.bg-gradient{
   background: #b4b4b9!important;
   
}
.round-right{
    border-bottom-left-radius: 20px;
}
.vj-video-content iframe{
    width: 100%;
    height: 350px!important;
}
.vj-playlist{
    margin-top: 10px;
}
.vj-video-content{
    display: none;
}
.vj-videoActive{
    display: block;
}
.vj-video-content {
    animation: fadeEffect 0.5s; /* Fading effect takes 1 second */
  }
  .vj-playlist-link{
    margin: 3px 0;
    cursor: pointer;

  }
  /* Go from zero to full opacity */
  @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  .vj-playlist-link:hover{
    background: #f9f9fa;

}
.tabps-vj:hover{
    background: #c5c5c5;

}
.tabps-vj{
    background: #dadada;
    padding: 5px;
    border-radius: 3px;
}

.left-course .syllubus{
      color: #fff;
      background: linear-gradient(89deg, #ff7459 ,#febc5a);
      display: inline-block;
    
     padding: 3px 40px;
     position: relative;

}
.left-course .syllubus::after{
    content: "";
    height: 0;
    width: 0;
    border-top: 35px solid transparent;
    border-bottom: 34px  solid #f9f9fa; 
    border-left:15px solid transparent; 
    position: absolute;
    right: 0;
    top: -36px;
}
.box-shadow{
    box-shadow: 2px 10px 15px 3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
}
.tools-main img{
    height: 100px;
    width: 150px!important;
   height: auto;
}
.tools-main{
    display: flex;
    align-items: center;
    justify-content: center;
}
.icn-border{
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #ff7459;
}
.form-btn{
    border: 2px solid #ff7459;
}
.form-btn:hover{
    background: transparent!important;
    color: #ff7459!important;
}
.border-left-bottom-40{
    border-bottom-left-radius: 6rem;
}
.bg-main-lite{
    background: #febc5a;
}
.btn-light{
    background: #fff;
    border: 2px solid #fff;
    color: #324354;
    text-decoration: none;
       padding: 0.5rem 1rem;
    border-radius: 3px;
    font-weight: 600;
}
.btn-darkk:hover{
 background: transparent;
 color: #ff7459;
}
.btn-darkk{
    background: #ff7459;
    border: 2px solid #ff7459;
    color: #fff;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 3px;
    font-weight: 600;
}
.rating-number{
    font-weight: bolder;
    font-size: 26px;
}
.rating-img{
    width: 150px;
}
.reviews-video{
    width: 100%;
    height: 100%;
}
h2{
    text-transform: capitalize;
}
 
.height-3{
    height: 50px;
}
.priy-sir a img{
     animation-name: pulse;
     animation-iteration-count: infinite;
     animation-duration: 2s;
}
.priy-sir a img.ss{
  animation-delay: 0.3s;
}
.priy-sir a img.ss2{
  animation-delay: 0.7s;
}
@keyframes pulse {
  0%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(-20%);

  }
  100%{
    transform: translateY(0);

  }
}
.info-trainee{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 200px;
}
.info-trainee img{
    height: 66px;

}
#footer{
    background: #dfdfdf;
}
.footer-map{
    width: 100%;
}
 
.text-justify{
    text-align: justify;
    
}
.footer-list{
    padding-left: unset;
    list-style: none;
    line-height: 2;
}
.footer-list li a{
    text-decoration: none;
    color: #324354;
    position: relative;
    padding-left: 20px;
}
.footer-list li a::before {
    position: absolute;
    left: 0;
    width: 16px;
    content: "";
    background-image: url(../img/orange-arrow.png);
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .4s ease-in-out;
}
.footer-list li:hover a::before{
    left: 5px;
}
.border-right {
    padding-right: 10px;
}
.footer-social a i{
    color: #ff7459;
}
a{
	text-decoration: none;
    color: #ff7459;
}
a:hover{
    color: #324354;
}
.menuList li{
    list-style: none;
}

.navbar-collapse .vj-nav{
   height: 100%;
   
}
.navbar-collapse .vj-nav .nav-item{
    height: 100%;
    display: flex;
    align-items: center;
 }

 .megaMenu-vj{
    position: absolute;
    top:79px;
    background: #324354f1;
    width: 100%;
    left: 0;
    z-index: 1001;
    display: none;
    color: #fff;

}
.nav-item:hover .megaMenu-vj{
    display: block;
}
.menuList{
    line-height: 2;
    border-left: 2px solid #ff7459;
    padding-left: 20px;
}
.menuList li:hover a{
    color: #ff7459;
}
.menuList li a{
    text-decoration: none;
    color: #fff;
    transition: all 0.2s ease;
}
.navbar-toggler-icon{
    height: 4px;
    width: 33px;
    background: #324354;
    border-radius: 2px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-toggler:focus{
    box-shadow: unset;
}
.navbar-toggler-icon::before{
    content: "";
    height: 4px;
    width: 33px;
    background: #324354;
    border-radius: 2px;
    position: absolute;
    top: -9px;
    transition: all 0.2s ease;
    
}
.navbar-toggler-icon::after{
    content: "";
    height: 4px;
    width: 33px;
    background: #324354;
    border-radius: 2px;
    position: absolute;
    bottom: -9px;
    transition: all 0.2s ease;
    
}
.screen-none{
    display: none;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon{
    width: 0;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after{
    content: "";
    transform: rotate(-45deg);
    bottom: 0;


}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before{
    content: "";
    transform: rotate(45deg);
    top: 0;

}
ol li{
	    margin-bottom: 18px;
}
.fixed-main{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
}
.font-24{
    font-size: 24px;
}

.accordion-button:focus{
    border-color: unset;
    box-shadow: unset;
}
.accordion-button:not(.collapsed) {
    background: #e2654c;
    color: #fff;
}
.accordion-button::after{
    background-image: unset;
    content: "+";
    font-size: 25px;
}
.accordion-button:not(.collapsed)::after{
    background-image: unset;
    transform: rotate(45deg);
}
.font-14{
    font-size: 14px;
}
.banner-blog{background: url(../img/blog-banner.png);
background-repeat: no-repeat;
background-size: contain;
background-position:right;
}
.btn-blog{
    text-decoration: none;
    background: #324354;
    color: #fff;
    padding: 10px 20px;

}
.btn-blog:hover{
    background: #ff7459;
   color: #fff;
}
.height-20{
    height: 15px;
}
.blog-head a{
    font-size: 24px;
    text-decoration: none;
    color: #324354;
}
.cat-box{
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.205);
}
.blogSirimg{
    border-radius: 50%;
}
.radius-20{
    border-radius: 20px;
}
.blog-content{
    overflow: hidden;
}
.btn-main{
    background: #ff7459;
    border: 2px solid #ff7459;
    color: #fff;
    text-decoration: none;
    padding: 7px 20px;
    border-radius: 20px;
    transition: all 0.2s ease;
}
.btn-main:hover{
    background: transparent;
    color: #ff7459;
}
.cate-btn.active{
 border-bottom: 2px solid #ff7459!important;
 background: #fff;

}
.btn-light:hover{
	background: transparent;
	color:#fff;
}
.cate-btn:hover{
    background: #ececec;
    color: #ff7459;
}
.side-sticky{
    position: sticky;
    top: 100px;
}
.category-sidebar .head-p{
    background: #ff7459;
    color: #fff;
    text-align: center;
}
.sideInput{
    background: transparent;
    border-radius: 20px;
    border-width: 2px;
}
.page-numbers{
	text-decoration: none;
	    border: 1px solid #dbdbdb;
	padding: 5px 10px;
}

.text-decoration-overline{
	text-decoration:line-through;
	text-decoration-color: #ff7459;
}
.gradient-cta{
	background: linear-gradient(39deg,#314456,#4e6f91);
	color: #fff;
	border-radius:20px;
}
.wpcf7-response-output{
	color: #fff;
}
.inter-train{
	    background: #e4e4e4;
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px;
	
}
.intership-module{
    overflow: hidden;
    border-radius: 8px;
    border-left: 4px solid #ff7459 ;
    box-shadow: rgb(100 100 111 / 30%) 0 7px 29px 0;
    transition: all 0.5s ease;
}
.intership-module:hover{
    box-shadow: rgb(100 100 111 / 80%) 0 7px 29px 0;

}
.service-providers .item {
    padding: 25px 22px;
    border: solid 1px transparent;
    margin-bottom: 30px;
    min-height: 100%;
    box-shadow: rgb(0 0 0 / 20%) 0 0 6px;
}
.service-providers .item:hover{
    box-shadow: rgb(0 0 0 / 40%) 0 0 6px;

}

.service-providers .item span {
    width: 170px;
    height: 1px;
    display: inline-block;
    border-top: 3px dashed #d7e4f4;
    margin-left: 10px;
    margin-right: 10px;
    transition: .4s all;
}
.service-providers .item:hover span{
    border-color: #e2654c;

}
.service-providers .number {
    background-color: #fbf3f0;
    color: #ff7459;
    height: 50px;
    width: 50px;
    line-height: 51px;
    border-radius: 100%;
    font-weight: 600;
    font-size: 21px;
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
    float: right;
    transition: .4s all;
}
.service-providers .item:hover .number{
    background-color: #ff7459;
    color: #fbf3f0;

}
.service-providers .item h5 a {
    color: #374046;
    text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1199.98px) { 

    .service-providers .item span {
        width: 120px;}
}
@media (min-width: 768px) and (max-width: 991.98px) { 

    .service-providers .item span {
        width: 164px;}

}
/* about us css */
.effect2
{
  position: relative;
}

.effect2::before , .effect2::after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2::after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.border{
   border-color: #232f3b;
}


.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    margin-left: 2px;
    color: #e2654c;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}
.font-16{
	font-size: 16px!important;
}
.top-feature-info ul li{
	position: relative;
}
.top-feature-info ul li::before{
    content: "";
    height: 18px;
    width: 18px;
    position: absolute;
    background: url(/wp-content/themes/infonictraining/assets/img/right.svg);
 
    left: -30px;
    top: 8px;
}
.form-control:focus{
    box-shadow: unset;
}


.banner-wrapper {
    background: url(../images/priyankdadhich-the-life-coach.webp);
    background-position: center top;
    color: #fff;
    background-size: cover;
    background-repeat: repeat-y;
	font-family:var(--bs-font-sans-serif);
}

.highlight {
    background: -webkit-linear-gradient(315deg, #EBC22A 0%, #EA5143 74%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

.mainP {
    font-size: 22px;
    margin: 10px 0px;
}

.banner-wrapper h1 , .banner-wrapper h2 {
    font-size: 2.8rem;
    font-weight: 800;
}

.d-video iframe {
    width: 100%;
    height: 300px;
    border: 3px solid #EA5143;
    border-radius: 12px;
}

.BtnText {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}

 


@keyframes trans {
    0% {
        transform: rotate(0);
      }
      25% {
        transform: rotate(3deg);
      }
      50%{
        transform: rotate(0);

      }
      75%{
        transform: rotate(-3deg);

      }
      100%{
        transform: rotate(0);

      }

 
  
  }
  @keyframes trans2 {
    0% {
        transform: rotate(0);
      }
      25% {
        transform: rotate(1deg);
      }
      50%{
        transform: rotate(0);

      }
      75%{
        transform: rotate(-1deg);

      }
      100%{
        transform: rotate(0);

      }

 
  
  }
 
.graBtn {
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 4s ease infinite; 
    padding: 15px 30px;
    border-radius: 20px;
}
.trnas{
    animation: trans 0.5s ease-in-out infinite; 
}
.trnas2{
    animation: trans2 0.5s ease-in-out infinite; 
}
.trnas:hover{
    animation-play-state: paused;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
 

.button-container {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 10%);
    text-align: center;
}


.enroll-button {
    color: #fff;
    border: none;
    padding: 5px 15px;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 1.5s infinite, gradient 4s infinite;
    text-align: center;
    font-weight: 600;
    line-height: normal;
}

.enroll-button .icon {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    animation: pushDisappear 3s infinite;
}

.enroll-button:hover {
    background-color: #218838;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(40, 167, 69, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
    }
}

@keyframes pushDisappear {
    0%, 100% {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
    25% {
        transform: translate(-50%, -45%);
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
}



.graHead {
    background: -webkit-linear-gradient(#ffeb3b, #f19221);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
	font-size:2.8rem;
}

#learn-more .accordion-item {
    border-color: #f29323;
    border-top: unset;
    border-left: unset;
    border-right: unset;
}


#learn-more .accordion-button::after {
    background-image: url(../images/plus-small.png);
	content:"";
}


#learn-more .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus-micon.png);
	    transform: rotate(-180deg);
	content:"";
}

#learn-more .accordion-button:not(.collapsed) {
    color: #fff;
    background: -webkit-linear-gradient(315deg, #EBC22A 0%, #EA5143 74%);
    font-size: 22px;
    font-weight: 700;
}


#learn-more .accordion-button {
	font-size: 22px;
    font-weight: 700;
}
#learn-more .accordion-body {
color:#000;
font-weight:500;
}


#faq .accordion-button:not(.collapsed) {
    background: #000000;
    color: #fff;
}

#faq .accordion-button{
	font-size:20px;
	font-weight:500
}

.whts-digital-img{
	    width:100%;
	    border-radius:7px;
	    height:100%;
	}

.banner-wrapper .blog-content h2{
	font-size:2rem!important
}

.blog-content h2.blog-head a {
    font-size: 2rem;
    text-decoration: none;
    color: #324354;
}




/*----Landing -2 -----*/

 .headings-landing{
    padding: 0;
    margin: 0;
    line-height: 1;
}

.top-section-landing h1{
font-size: 2rem;
}

.top-section-landing .heading-top-ylw{
	color:#fcde4b;
    font-family: "Montserrat", Sans-serif;
    font-size: 44px;
    font-weight: 700;
}

.top-section-landing p {
	color: #F4F2F2;
    font-family: "Roboto", Sans-serif;
    font-size: 25px;
    font-weight: 600;
}

.button-section{
    border-style: solid;
    border-color: #010101;
	text-align:center;
}

.button-section .btn-yellow{
	font-family: "Montserrat", Sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(0 0 0 / .3);
    fill: #000;
    color: #000;
    background-color: #FF0;
	display: inline-block;
    line-height: 1;
    padding: 12px 24px;
    border-radius: 3px;
    transition: all .3s;
	border:none;
}

.bg-landing-secondary{
	background-color:#ECF8F0;
}

.bg-landing-secondary h2{
    color: #000;
    font-family: "Montserrat", Sans-serif;
    font-size: 35px;
    font-weight: 700;
}

.bg-landing-secondary iframe{
    border-radius: 25px 25px 25px 25px;
    border: 3px solid #F80202;
}


.bg-landing-secondary .content-part ul{
	list-style:none;
	padding:0;
}

.bg-landing-secondary .content-part ul li{
    font-family: "Poppins", Sans-serif;
    font-size: 23px;
    font-weight: 600;
    color: #050505;
    transition: color 0.3s;
	border: 3px solid #5BDF86;
    border-radius: 15px;
	display: flex;
    align-items: center;
}

.bg-landing-secondary .content-part ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f35a";
    font-size: 30px;
    margin-right:7px;
    color: #5BDF86;
	display:flex;
}

.demo-section h2{
	color: #F2F6F7;
    font-family: "Roboto", Sans-serif;
    font-size: 50px;
    font-weight: 600;
}


.demo-section iframe{
	border:3px solid #86FE00;
	border-radius:5px;
}

.bg-dark-green{
	background-color:#11403A;
}

.why-this-section h2 {
    color: #F2F6F7;
    font-family: "Roboto", Sans-serif;
    font-size: 50px;
    font-weight: 600;
}

.why-this-section .section-box{
	background-color: #F8F7F7;
    border-radius: 15px;
}

.why-this-section .section-box .img-part, .certification .section-box .img-part{
	width:30%
}
.why-this-section .section-box .content-part p{
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.our-result-section h2{
	color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 45px;
    font-weight: 600;
}


.our-result-section .section-part-box, .our-students-section .item-box {
	border:3px solid #000;
	border-radius:5px;
}

.our-students-section h2 {
    color: #010101;
    font-family: "Roboto", Sans-serif;
    font-size: 49px;
    font-weight: 600;
}

.certification h2{
	color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 45px;
    font-weight: 600;
} 

.certification .section-box{
	border:3px solid #000;
	border-radius:10px;
}

.faqs h2 {
	color: #FFF;
    font-family: "Roboto", Sans-serif;
    font-size: 45px;
    font-weight: 600;
}

.faqs p{
	color: #FEFEFE;
    font-family: "Roboto", Sans-serif;
    font-size: 24px;
    font-weight: 400;
}

/*-----LANDING-2-------*/
.top-section-landing-2 h1{
    font-family: "Poppins", Sans-serif;
    font-size: 33px;
	font-weight: 600;
	line-height: 1.6;
}

.top-section-landing-2 h2{
    font-family: "Poppins", Sans-serif;
    font-size: 30px;
	font-weight: 600;
	line-height: 1.6;
}

.top-section-landing-2 h1 u, .top-section-landing-2 h2 u {
	color:#EBEF00;
}

.bg-black{
	background-color:#000000!important;
}
.top-section-landing-2 p{
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
}


.button-landing-2{
	font-family: "Montserrat", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    background-color: #ff7459;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #E84D35;
    border-radius: 5px 5px 5px 5px;
    padding: 30px 100px 30px 0100px;
	line-height: 1;
	color:#fff;
}

.button-landing-2:hover{
transform: scale(0.9);
}

@keyframes moveTrans {
    0% {
        transform: translateX(0);
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(0);
    }
}

 
.moveTrans {
    animation: moveTrans 2s ease-in-out infinite;
}

.top-section-landing-2 .top-features ul{
	list-style:none;
	padding:0;
	margin:0;
}

.top-section-landing-2 .top-features ul li{
   font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 400;
	padding-bottom: calc(25px / 2);
	display: flex;
	color:#fff;
	align-items: center;
}

.top-section-landing-2 .top-features ul li strong{
	color:#ebef00;
	display: contents;
}


.top-section-landing-2 .top-features ul li::before
    {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    font-size: 28px;
    margin-right: 15px;
    color: #ebef00;
    display: flex;
}

.what-say-people-l-2 h2{
	color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 40px;
    font-weight: 700;
}
    
.what-say-people-l-2 p{
    color: #1484FF;
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 700;
}

.what-say-people-l-2 .star-icons i{
	color:#ff7459;
	font-size:30px;
}
.what-say-people-l-2 .star-icons p {
  color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 600;
}
.what-say-people-l-2 .star-icons .counter{
	text-align: center;
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.what-say-people-l-2 .review-desc p{
   text-align: center;
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.6em;
    text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.21);
}

.what-say-people-l-2 .review-desc p strong{
	background-color:#ff7459;
}

.bg-light-grey{
	background-color:#EDEDED!important;
}
.steps-l-2{
	clip-path: polygon(50% 100%, 100% 90%, 100% 0%, 0% 0%, 0% 90%);
}

.steps-l-2 h2
{
	color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 31px;
    font-weight: 400;
    line-height: 1.7em;
}

.steps-l-2 h2 span{
	color: #FFF;
    background-color: #008C2F;
}
.steps-l-2 h2 strong{
	color: #ff7459;
}


.steps-l-2 h2.yes-it{
	color: #ff7459;
    font-family: "Poppins", Sans-serif;
    font-size: 65px;
    font-weight: 600;
    line-height: 1.7em;
}

.step-contents .content-box-section .content-box{
  border:2px solid #DADADA;
  border-radius:15px;
}
.step-contents .content-box-section .content-box h3{
    color: #0098DE;
	font-family: "Poppins", Sans-serif;
    font-size: 25px;
    font-weight: 600;
}

.step-contents .content-box-section .content-box p{
color: #252525;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.special-part-l-2 h2{
	font-family: "Poppins", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3em;
}

.special-part-l-2 p{
   color: #ff7459;
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 600;
}


.special-part-content-l-2 li{
	font-family: "Montserrat", Sans-serif;
    font-size: 1.5rem;
	color: #000000;
    font-weight: 700;
	display:flex;
	align-items:center;
	border-radius:20px;
	padding: 10px;
	margin-top: 0.5em;
}

.special-part-content-l-2 ul li:nth-child(even) {
            background-color: #E9F6FB;
 }

.special-part-content-l-2 ul.second-list li:nth-child(odd) {
            background-color: #E9F6FB;
 }

.special-part-content-l-2 ul.second-list li:nth-child(even) {
            background-color: #fff;
 }


.special-part-content-l-2 ul li::before
    {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    font-size: 28px;
    margin-right: 10px;
    color: #000;
    display: flex;
}


.special-part-content-l-2 .bottom-h2{
	color: #008000;
	font-family: "Montserrat", Sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
}
.special-part-l-2-contet-box{
	background-color:#F2F2F2;
	border-radius:15px;
	
}

.special-part-l-2-contet-box .heading{
    margin: -73px 110px 0px 110px;
    padding: 10px 10px 10px 10px;
    background-color: #222222;
    border-radius: 4px 4px 4px 4px;
}

.special-part-l-2-contet-box .heading h2{
color: #ff7459;
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 500;
}

.special-part-l-2-contet-box h2{
color: #151515;
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3em;
}

.special-part-l-2-contet-box .btn-part h2{
    color: #002950;
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 500;
}
.special-part-l-2-contet-box .btn-part{
    padding: 10px;
    border:2px solid #002950;
    border-radius: 4px;
}

.special-part-l-2-contet-box-part .times-now{
    color: #151515;
    font-family: "Poppins", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.8em;
}

.certification-l-2 h2{
	color: #ff7459;
    font-family: "Poppins", Sans-serif;
    font-size: 40px;
    font-weight: 700;
}
.certification-l-2 p {
	font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.certification-l-2 p strong{
	color: #ff7459;
}

.certification-l-2 .certificate-image-part img{
	border-radius:10px;
}

.certification-l-2 .certificate-image-part p{
	font-family: "Poppins", Sans-serif;
    font-size: 37px;
    font-weight: 400;
}

.certification-l-2 .certificate-image-part p u{
	color: #ff7459;
}

.mentors .img-mentor img{
height:auto;
}

.mentors .mentor-content h2{
    color: #00AFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 40px;
    font-weight: 700;
}
.mentors .mentor-content p{
    text-align: left;
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 19px;
    font-weight: 500;
}

.mentors .mentor-content ul li {
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    display: flex;
    align-items: center;
    flex: 1 1 45%;
    margin: 5px;
}

.mentors .mentor-content ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    font-size: 17px;
    margin-right: 10px;
    color: #00AFFF;
    display: flex;
}


.best-us-l-2{
	clip-path: polygon(50% 100%, 100% 90%, 100% 0%, 0% 0%, 0% 90%);
}

.best-us-l-2 h2{
font-family: "Poppins", Sans-serif;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.7em;
}

.best-us-l-2 p{
    font-family: "Poppins", Sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.7em;
}

.best-us-l-2 p strong{
background-color: #b9fd27;
    color: #000;
}
.best-us-l-2 p b{
color: #b9fd27;
}

.more-content-l-2 h2 {
	font-family: "Poppins", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1em;
}
.more-content-l-2 p{
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.faqs-l-2 .accordion-button, .more-content-l-2 .accordion-button {
   font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3em;
}


.faqs-l-2 .accordion-button:not(.collapsed), .more-content-l-2 .accordion-button:not(.collapsed) {
    background: #000;
    color: #fff;
	font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3em;
}

.bg-light-yellow{
	background-color:#ffd800;
}
.text-black{
	color:#000!important;
}

.faqs-l-2 h2{
	font-family: "Poppins", Sans-serif;
    font-weight: 600;
}

.faqs-l-2 p{
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.faqs-l-2 .accordion-body , .more-content-l-2 .accordion-body {
	font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    color: #000;
    text-align: justify;
}
 

.step-contents .content-box-section .content-box ul li{
    color: #252525;
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-top: .5em;
}

.step-contents .content-box-section .content-box ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    font-size: 17px;
    margin-right: 10px;
    color: #0098DE;
    display: flex;
}


@media (max-width: 991.98px){
    .megaMenu-vj{
        position: static;
        background: #fff;
        color: #324354;
        padding: 0px 20px;
    }
	
	
	
    .m-w-100{
        width: 100%;
    }
    .m-between{
        width: 100%;
        justify-content: space-between!important;
    }
    .ml-fluid{
        margin-left: unset;
    }
    .vjMenu{
        position: fixed;
        background: #fff;
        z-index: 900;
        height: 100vh;
        width: 100%;
        top: 81px;
        left: 0;
        overflow-y: auto;
    }
    .menuList li a{
        color: #324354;
    }
    .menuList{
        border-color: #e2654c;
    }
    .navbar-collapse .vj-nav{
        height: auto;
        padding: 20px;
    }
    .navbar-collapse .vj-nav li{
       
        border-bottom: 1px solid #dadada;
    }
    .drop-none{
        display: none!important;
    }
    .navbar-collapse .vj-nav .nav-item{
        flex-direction: column;
        align-items: flex-start;
    }
    .screen-none{
        display: block;
    }
    .nav-item:hover .megaMenu-vj{
        display: unset;
    }
  
 

}

@media (min-width: 320px) and (max-width: 768px){
    .infonic-banner{
        background: none;
    }
    
    .footer-logo{width:50%!important;
        margin-bottom: 10px;
    }   
    
	
	.banner-wrapper h1 , .banner-wrapper h2 {
    font-size: 1.8rem;
    font-weight: 800;
     }
	.d-video iframe {
     height: auto;
	}
	
	.button-container {
    position: relative;
    left: 0;
    transform: none;
    text-align: center;
	justify-content:center;
   }
	.enroll-button {
		display: inline-block;
		padding: 10px 10px;
	   font-size: 20px;
	}
	
	.whts-digital-img{
	   width: auto;
       border-radius: 7px;           
	}
	.graHead {
    font-size: 1.8rem;
}
	.w-75 {
    width: 100% !important;
}
	.mainP {
    font-size: 18px;   
}
	
	#learn-more .accordion-body {
    font-weight: 400;
    text-align: justify;
}
	
	.sidePhoto iframe{
		height:auto!important;
	}	
	
	#header {
    height: 55px!important;
}
	
	
.top-section-landing h1 {
    font-size: 30px;
}
.top-section-landing .heading-top-ylw {
    font-size: 27px;
}	
  .top-section-landing p, .faqs p {
    font-size: 17px;
   }
	.button-section .btn-yellow{
		font-size:25px
	}
.bg-landing-secondary h2, .demo-section h2, .why-this-section h2, .our-result-section h2, .our-students-section h2, .certification h2, .faqs h2{
    font-size: 27px;  
}
	
.why-this-section .section-box, .our-result-section .section-part-box, .our-students-section .item-box, .certification .section-box {
    margin-bottom: 1.5rem !important;
}
	
 
/*-------landing-2-------*/

	.top-section-landing-2 h1, .top-section-landing-2 h2{
		font-size: 20px;
		line-height: 1.4em;
	}
	
	.top-section-landing-2 p{
	    text-align: center;
        font-size: 14px;
        line-height: 1.7em;
	}
	
	.top-section-landing-2 .video-section iframe{
		height:auto!important;
	}
	
	
	.button-landing-2{
	font-size: 16px;
    line-height: 1.4em;
    padding: 10px 20px 10px 20px;
	}
	
	.top-section-landing-2 .top-features ul li{
		font-size: 17px;
	}
	
	.what-say-people-l-2 h2{
		font-size: 22px;
        line-height: 1.2em;
	}
	.what-say-people-l-2 p{
	font-size: 16px;
    line-height: 1.5em;
	}
	
	.what-say-people-l-2 .review-desc p{
	  font-size: 18px;
	}
	
	.steps-l-2 {
    clip-path: polygon(50% 100%, 100% 95%, 100% 0%, 0% 0%, 0% 95%);
}
	
	.steps-l-2 h2{
		 font-size: 18px;
	}
	
	.steps-l-2 h2.yes-it{
		font-size: 27px;
	}
	
	.step-contents .content-box-section .content-box h3{
		font-size:22px;
	}
	.step-contents .content-box-section .content-box p{
		 font-size:15px;
	}
	.more-content-l-2 h2, .special-part-l-2 h2{
	    font-size: 22px;
        line-height: 1.3em;
	}
	
	.more-content-l-2 p, .special-part-l-2 p{
		font-size: 16px;
        line-height: 1.5em;
	}
	
	.special-part-content-l-2 .bottom-h2{
		font-size:1.1em;
		line-height: initial;
	}
	
	.special-part-l-2-contet-box .heading{
		margin:-72px 50px 0px 50px;
	}
	
	.special-part-l-2-contet-box .btn-part h2, .special-part-l-2-contet-box h2{
		font-size:18px;
	}
	
	.special-part-l-2-contet-box-part .times-now{
		font-size: 22px;
        line-height: 1.3em;
	}
	
.more-content-l-2 .accordion-button:not(.collapsed) {
    font-size: 16px;
    line-height: 1.3em;
}
	
.faqs-l-2 .accordion-body, .more-content-l-2 .accordion-body {
    font-size: 16px;
}	
	
	.certification-l-2 h2{
		font-size: 25px;
        line-height: 1.2em;
	}
	
	.certification-l-2 p{
		font-size: 15px;
        line-height: 1.5em;
	}
	
	.certification-l-2 .certificate-image-part p{
		font-size:18px;
	}
	
	.mentors .mentor-content h2{
       font-size: 30px;
	}
	
	.mentors .mentor-content p{
	    font-size: 16px;
        line-height: 1.5em;
	}
	
	.best-us-l-2 h2{
		font-size: 26px;
        line-height: 1.2em;
	}
	
	.best-us-l-2 p{
		font-size: 18px;
	}
	
	.faqs-l-2 h2{
	    font-size: 25px;
        line-height: 1.4em;
	}
	
	.faqs-l-2 p{
		font-size:15px;
	}
	
	
	
	.more-content-l-2 .accordion-button, .faqs-l-2 .accordion-button:not(.collapsed), .more-content-l-2 .accordion-button:not(.collapsed) , .faqs-l-2 .accordion-button{
	font-size: 18px;
    line-height: 1.6em;
   }
 
	
	
}

@media (max-width: 575.98px) {
    .imgs-logo {
        height: 70px;
    }
    .enrollBtn{
        font-size: 16px;
        padding: 10px!important;
    }
    .enrollBtn img {
        height: 12px;
        
    }
    .infonic-banner{
        padding: unset!important;
    }
    .border-right{
        border-right: unset;
        padding-right: unset;
    }
    .mobile-center{
        display: flex;
        flex-direction: column!important;
        justify-content: center!important;
        align-items: center!important;
        text-align: center!important;
    }
    .foot-last div{
        text-align: center;
        justify-content: center!important;

    }
    .foot-last div a{
        padding: 0 10px;
    }
    .foot-city .border-right{
        border-right: 1px solid #ff7459;
        padding-right: 20px;
      

    }
    .info-trainee {
    
        height: 80px;
        width: 158px;
    }
    .m-border{
        border: 1px solid #dee2e6!important;
    }
    .reviews-video {
        width: 100%;
        height: 258px;
    }
    .course-box img{
        height: 80px;
    }
    .course-box {
        padding: 10px!important;
    }
    .banner-blog{
        background: unset;
    }
	.mobile-none{
		display: none;
	}
	.small-btn .btn-light{
	font-size: 15px;
	}
	.mudit{
	    margin-top: 20px;
	}
 }
 @media (max-width: 416px){
    .imgs-logo {
        height: 60px;
    }
    .enrollBtn img{
        margin: unset!important;
    }
    .enrollBtn{
        font-size: 14px;
    }


}
@media (min-width: 576px) and (max-width: 767.98px) {
    .infonic-banner{
        padding: unset!important;
    }
    .border-right{
        border-right: unset;
        padding-right: unset;
    }
    .mobile-center{
        display: flex;
        flex-direction: column!important;
        justify-content: center!important;
        align-items: center!important;
        text-align: center!important;
    }
    .foot-last div{
        text-align: center;
        justify-content: center!important;

    }
    .m-border{
        border: 1px solid #dee2e6!important;
    }
    .reviews-video {
        width: 100%;
        height: 258px;
    }
    .course-box img{
        height: 80px;
    }
    .foot-last div{
        text-align: center;
        justify-content: center!important;

    }
    .foot-last div a{
        padding: 0 10px;
    }
    .foot-city .border-right{
        border-right: 1px solid #ff7459;
        padding-right: 20px;
      

    }
 }

@media (min-width: 768px) and (max-width: 991.98px) { 
 



 }

@media (min-width: 992px) and (max-width: 1199.98px) { 
    .box-shadow {
        padding: 8px 2px!important;
    }


 }
 @media (min-width: 992px) and (max-width: 1270.98px) { 
    .vj-nav .nav-item .nav-link {
        color: #324354;
        font-size: 16px;
    }

 }

@media (min-width: 1200px) {
    


}