
/* Author: Hardeep Singh Villkhu */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


/* GLOBAL */
::-moz-selection { color: #fff;background: #0051eb;}
::selection { color: #fff;background: #0051eb; }
.text-orange {color: #f28125 !important;}
.text-red {color: #ed1c24;}
.poppinsFont{font-family: 'Poppins', sans-serif;}

a,a:hover,a:visited{text-decoration:none !important;color:inherit;display:inline-block;cursor:pointer;}
a:focus{color:inherit;outline:none;}

/*Buttons*/
a.btnCustomStyle2, button.btnCustomStyle2 {color: #c6c9d8;font-size: 14px;text-transform: uppercase;letter-spacing: 2px;border: 2px solid #b1b4c1;padding:12px 30px;border-radius: 6px;display: inline-block;font-weight: 500;-webkit-transition: .3s;transition: .3s;}
a.btnCustomStyle2.btn-solid, button.btnCustomStyle2.btn-solid {border: 2px solid #192e6d;background: #192e6d;color: #fff;}
a.btnCustomStyle2:hover, button.btnCustomStyle2:hover {    background: #ed1c24;
    border: 2px solid #ed1c24;
    color: #fff;
    box-shadow: none;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);}

button:focus {outline: 1px dotted;outline: 0;}
.qut-btn {text-transform: uppercase;padding: 12px 40px;text-align: center;z-index: 1;color: #fff;position: relative;border-radius: 8px;background-size: 200% auto;transition: 0.3s all ease-in-out;box-shadow:1.392px 9.903px 10px 0px rgb(25 46 109 / 21%);background-image: linear-gradient(45deg, #192e6d 15%, #192e6d 100%);overflow: hidden;}
.qut-btn:before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0;border-radius: 40px;transition: all 0.5s;opacity: 1;z-index: -1;transform: translate(-105%, 0);background-color: rgba(255, 255, 255, 0.8);}
.qut-btn:hover {transition: 0.3s all ease-in-out;background-position: right center;color: #fff;}
.qut-btn:hover:before {opacity: 0;transform: translate(0, 0);}


/*********************************************** Start Index Page Css **********************************************************/

body{font-family: 'Poppins', sans-serif;color: #343f52;}
header {      padding: 40px 0;  width: 100%;
    position: absolute;
    z-index: 8;
    top: 0;}


.headerWithSlide {
background: url(../img/B-2.png) no-repeat;
    background-attachment: fixed;
    width: 100%;
    background-size: cover;
    padding: 155px 0 0 0;
    min-height: 500px;

}
.headerWithSlide .alignCenter {align-items: center;  }




/* Starts Pure CSS Responsive Dropdown Menu*/
.logo {
    position: relative;
    z-index: 123;
}
.logo a {
  
}
.logo a img {  }

#cssmenu ul.firstUlWrap {       padding: 0 0 0 172px;  margin: 0;  }





#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #head-mobile {
  display: none;
}
#cssmenu {
    z-index: 10;
    padding: 0 30px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li > a {
    padding: 17px 10px;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}
#cssmenu > ul > li:hover > a,
#cssmenu ul li.active a {
  color: #fff;
}
#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
  background: #e2292c !important;
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 25px;
  right: 17px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: "";
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 22px;
  right: 20px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  background: #fff;
  transition: all 0.25s ease;
}
#cssmenu ul ul li:hover {
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu li:hover > ul > li {
  height: 45px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 15px;
  width: 170px;
  font-size: 14px;
  text-decoration: none;
  color: #3e3e3e;
  font-weight: 400;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #3e3e3e;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 20px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: "";
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 17px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #f5f5f5;
}
#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}
#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}



@media (min-width: 1281px) and (max-width: 1367px) {
#cssmenu ul.firstUlWrap {
    padding: 0px 0 0 93px;
}
}





@media (min-width: 1001px) and (max-width: 1280px) {

.logo a img {
    width: 125px;
}
#cssmenu > ul > li.has-sub > a {
    padding-right: 20px;
}

#cssmenu > ul > li > a {
    padding: 17px 7px;
    font-size: 14px !important;
}

.quoteBtnTop a {
    font-size: 14px !important;}

#cssmenu > ul > li.has-sub > a:after {
    right: 5px;
}
#cssmenu > ul > li.has-sub > a:before {
    right: 8px;
}

}


@media screen and (max-width: 1000px) {
  .logo {
    position: absolute;
    top: 10px;
    left: 0;
  
    padding: 0 0 0 15px;
    float: none;
  }
#cssmenu {padding: 0;display: block;}


#cssmenu ul.firstUlWrap {  
    padding: 0;  float: none;
    width: 100%;background: #fff;
}

#cssmenu > ul > li > a {
    color: #192e6d;
}
.quoteBtnTop {
    margin: 0;
    padding: 20px;
}
.quoteBtnTop a {
    font-size: 20px !important;
    background: #fdd500;
    color: #192e6d !important;
    border-radius: 10px;
    margin: 0;
    text-align: left;
    width: 100% !important;
    display: block !important;
}
header {padding: 0;}
.logo a img {
    width: 100%;
}


  .logo2 {
    display: none;
  }
  nav {
    width: 100%;
  }
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #1c3640;
  }
  #cssmenu ul li:hover {
    background: #363636;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul li {
    background: #333 !important;
  }
  #cssmenu ul ul li:hover {
    background: #4a4a4a !important;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #ddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #fff;
    
    background: #4a4a4a;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700;
  }
  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 12399994;
  }
  .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: "";
  }
  .button:before {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ddd;
    content: "";
  }
  .button.menu-opened:after {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #234552;
    height: 51px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 45px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: "";
  }
  #cssmenu ul ul .submenu-button:after {
    top: 21px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: "";
  }
  #cssmenu ul ul .submenu-button:before {
    top: 18px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  #cssmenu ul ul ul li.active a {
    border-left: none;
  }
  #cssmenu > ul > li.has-sub > ul > li.active > a,
  #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
}


.quoteBtnTop {    margin: 0 0 0 10px;}
.quoteBtnTop a {    font-size: 20px !important;
    background: #f0efe6;
    color: #192e6d !important;
    border-radius: 10px;}

#cssmenu > ul > li.quoteBtnTop:hover { border-radius: 10px;}
#cssmenu > ul > li.quoteBtnTop:hover a { background: #e2292c !important;color: #fff !important;}

/* Ends Pure CSS Responsive Dropdown Menu*/










.leftMainText {color: #fff;}
.leftMainText h3 {  margin: 0 0 25px 0;  font-weight: 700;
    font-size: 16px;
    display: inline-block;
    padding: 7px 15px;
    border-radius: 6px;
    background: #e2292c;
    letter-spacing: 2px;
    text-transform: uppercase;}
.leftMainText h4 {font-weight: 700; font-size: 50px;line-height: 70px;margin: 0 0 20px 0;}
.leftMainText .paraGraphMain {font-size: 26px;margin: 0 0 15px 0;text-transform: uppercase;}
.leftMainText .paraGraphMain i {color: #fdd500;margin: 0 15px 0 0;}
.leftMainText .paraGraphMain span {color: #fdd500;font-weight: 700;}


.rightSideImg {     padding: 50px 30px;
    background: #fff;
    border-radius: 30px;
    margin: 0 0 -50px 0;
    box-shadow: 0 20px 48px 0 rgb(153 161 170 / 25%);}
.rightSideImg .signup-form-title {    font-weight: 300;
    font-size: 18px;
    color: #d0d1d2;
    margin: 0 0 10px 0;}
.rightSideImg .signup-form-title1 { margin: 0 0 20px 0; font-size: 34px;font-weight: 700;}
.rightSideImg .form-group .form-control {
    padding: 12px 20px;
    border: 1px solid #e9edf1;
    height: 50px;
        background: rgb(255 255 255 / 80%);
}

.rightSideImg .form-group .form-control:focus {
    color: #495057;
    border: 1px solid #cdcdcd;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
}
.rightSideImg .form-group.captcha {position: relative;}
.rightSideImg .form-group.captcha span {     position: absolute;
    top: 8px;
    right: 10px;
    height: 34px;
    display: inline-block;
 background: #f8f8f8;
    color: #e2292c;
    padding: 6px 19px;}

.checkboxes .privacy-policy {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 23px;
    cursor: pointer;
    color: #495057;
    margin-bottom: 0;
    padding-left: 30px;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    line-height: 20px;
}
.checkboxes input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkboxes .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: #fff;
    border: 1px solid #e9edf1;
}
.checkboxes input:checked~.checkmark:after {
    display: block;
}
.checkboxes .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(
45deg
);
    transform: rotate(
45deg
);
}










.getToKnow { padding:150px 0 0 0; }
.getToKnow .aboutBoxx {    margin: 0 0 100px 0;}
.getToKnow .aboutBoxx h2 { margin: 0 0 30px 0;   font-size: 45px; color: #343f52;
    font-weight: 700;}

.paraga { margin: 0 0 15px 0;font-size: 30px;
    font-weight: 300;
    line-height: 42px;
    color: #777;}

.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: 0.25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  max-height: 999em;
  font-size: 30px;
    font-weight: 300;
    line-height: 42px;
    margin: 0 0 15px 0;
    color: #777;
}

.read-more-state ~ .read-more-trigger:before {
  content: "Show more";
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: "Show less";
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 2px 15px;
    color: #303030;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 2;
    background: #f8f9fc;
    border-radius: 100px;
}

.imgs-wrapper{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  margin-top: 30px;
}
.imgs-wrapper img{
  position: absolute;
      right: 0;
    top: -250px;
}

.courseSectionn {padding: 120px 0 80px 0;background: #eceef6;position: relative;}
.hadingAndParagraph {text-align: center;margin: 0 0 50px 0;}
.hadingAndParagraph h2 {color: #343f52;font-size:40px;font-weight: 300;}
.hadingAndParagraph h2 span {font-weight: 700;}
.hadingAndParagraph p {color: #60697b;font-size: 24px;}

.imgs-wrapper1 .counterImg-1 {
    position: absolute;
    top: 45px;
    left: 45px;
}
.imgs-wrapper1 .counterImg-2 {
    position: absolute;
    right: 0;
    top: 210px;
}
.imgs-wrapper1 .counterImg-3 {
    position: absolute;
  right: 0;
  bottom: 0;
}

.courseboxx {}
.courseboxx ul {    position: relative;}
.courseboxx ul li {    margin: 0 0 5px 0;padding: 0 0 0 50px;font-size: 20px;
    color: #60697b;}
.courseboxx ul li:before {   font-weight: 900; font-family: 'Font Awesome 5 Pro';content: "\f336";position: absolute;
    left: 5px;color: #e2292c;}

#accordionExample {    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;}

.read-more-state:checked ~ #accordionExample.read-more-wrap .read-more-target {
    opacity: 1;
    max-height: 999em;
    font-size: 30px;
    font-weight: 300;
    line-height: inherit;
    margin: 0 0 15px 0;
    color: #777;
    margin-bottom: 25px;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
    margin-right: 15px;
    margin-left: 15px;
}


.ei-faq-queans {
  max-width: 100%;
  margin: 0 auto;
}

.ei-faq-queans .ei-faq {
  padding: 0px 55px;
  margin-bottom: 25px;
  -ms-flex: 0 0 47%;
flex: 0 0 47%;
    max-width: 47%;
    margin-right: 15px;
    margin-left: 15px;
        padding: 30px;
    transition: 0.3s all ease-in-out;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 5px 15px -14px rgb(0 0 0 / 75%);
}

.ei-faq-queans .ei-faq .ei-faq-body {
  margin-top: 15px;
}

.ei-faq-queans .ei-faq .ei-faq-body a {
  text-decoration: underline;
}



.ei-faq-queans .ei-faq-header button {
  border: none;
  font-size: 22px;
  color: #343f52;
  font-weight: 700;
  position: relative;
  margin-bottom: 5px;
  padding: 0 0 0 38px;
  font-family: "Poppins";
  background-color: transparent;
}

.ei-faq-queans .ei-faq-header button:before {
  top: -6px;
  left: 0;
  color: #192e6d;
  font-size: 30px;
  content: "\f056";
  font-weight: 900;
  position: absolute;
      font-family: 'Font Awesome 5 Pro';
}

.ei-faq-queans .ei-faq-header .collapsed:before {
  content: "\f055";
}

 .ei-faq-shape {
  position: absolute;
  z-index: -1;
}

 .fq-shape-style1 {
  top: -70px;
  left: 140px;
  z-index: 2;
}

 .fq-shape-style2 {
  top: -70px;
  left: 75px;
  z-index: 1;
  opacity: 0.4;
  animation: spining 35s linear infinite;
}

 .fq-shape-style3 {
  top: 50%;
  left: 165px;
  transform: translateX(-50%);
  animation: 3s ease 0s infinite alternate none running scale;
}

 .fq-shape-style4 {
  top: 40%;
  right: 165px;
  transform: translateX(-50%);
}

 .fq-shape-style5 {
  left: 20%;
  top: 115px;
  animation: spining 50s linear infinite;
}

 .fq-shape-style6 {
  right: 0;
  z-index: -2;
  bottom: -30px;
}

 .fq-shape-style8 {
  top: -50px;
  left: -50px;
  z-index: -3;
}

 .fq-shape-style7 {
  top: 65px;
  right: 20%;
}

 .fq-shape-style7 img {
  animation: spining 5s linear infinite;
  display: block;
  margin-top: 10px;
}

.ei-faq-queans .read-more-trigger {    text-align: center;
    margin: 0 auto;
    display: table;}




.topRecruiters {padding: 80px 0;}
.topRecruiters .partnerContent ul {margin: 0;}
.topRecruiters .partnerContent li {
    padding: 0px 20px;
        display: inline-block;
    margin-bottom: 50px;
}
.topRecruiters .partnerContent li img {
    transition: 0.4s all ease-in-out;
   
        border-radius: 10px;
}
.topRecruiters .partnerContent li img:hover {
    filter: grayscale(0);
    transform: scale(1.1);
}


.companyPlacement {padding: 120px 0 80px 0;background: #fdd500;position: relative; z-index:1;
        overflow: hidden;}

.companyPlacement .counterFiveImg {
        position: absolute;
    top: 0;
        width: 480px;
    left: 0;
}

.companyPlacement .column{
    position:relative;
    margin-bottom:30px;
}

.companyPlacement .column .inner{
    position:relative;
    text-align:center;
}

.companyPlacement .column .inner:before{
    position:absolute;
    content:'';
    right:-20px;
    top:95px;
    width:12px;
    height:12px;
    border-radius:50px;
    background: #FE7502;
    background: -webkit-linear-gradient(to top right, #FE7502 0%, #ffd800 100%);
    background: -moz-linear-gradient(to top right, #FE7502 0%, #ffd800 100%);
    background: linear-gradient(to top right, #FE7502 0%, #ffd800 100%);
}

.companyPlacement .column:last-child .inner:before{
    display:none;
}

.companyPlacement .column .inner .content{
    position:relative;
}

.companyPlacement .column .inner .iconn{
    position:relative;
    font-size:54px;
    line-height:1em;
    font-weight: 500;
    margin-bottom:22px;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    font-family: "flaticon";
    
    color:#05bcf7;
    line-height:1em;
    background-image: linear-gradient(to left, #05bcf7 0%, #0751cc 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.companyPlacement .column .inner:hover .iconn{
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.companyPlacement .count-outer .percentage{
    position:relative;
    font-weight:700;
    color:#000000;
    font-size:36px;
    line-height:1em;
    font-family: 'Poppins', sans-serif;
}

.companyPlacement .column .inner .count-outer{
    position:relative;
    font-weight:700;
    color:#343f52;
    font-size:30px;
    line-height:1em; 
}

.companyPlacement .column .inner .counter-title{
    position:relative;
    color:#60697b;
    font-size:22px;
    font-weight:700;
    margin-top:10px;
    line-height:1.4em;
    font-family: 'Poppins', sans-serif;
}

.companyPlacement .column .inner .count-outer i{
    position:relative;
    right:-4px;
    top:-15px;
    font-style:normal;
    color:#000c3f;
    font-size:20px;
}


.whyChoose {padding: 90px 0;position: relative;}
.whyChoose .counterImg-7 {    position: absolute;
    top: 45px;
    right: 0;
}
.whyChoose .counterImg-8 {     position: absolute;
    bottom: 100px;
    right: 85px;
}
.whyChoose .counterImg-9 {    
      position: absolute;
    top: 270px;
    left: 60px;
}


.hadingAndParagraphLeft {
    margin: 0 0 50px 0;
}
.hadingAndParagraphLeft h2 {        color: #343f52;
    font-size: 40px;
    font-weight: 300;}
.hadingAndParagraphLeft h3 {  font-size: 60px;  font-weight: 700;}
.mt--100 {
    margin-top: 100px;
}
.mt--100Minus {
    margin-top: -100px;
}
.mt--230Minus {
    margin-top: -230px;
}
.mt--200 {
    margin-top: 200px;
}

.services-grid.service-style-2:hover, .services-grid.service-style-2.active {
    background-color: #ecf2f6;
}

.services-grid .thumbnail {
    margin-right: 25px;
    max-width: 85px;
}

.services-grid.service-style-2 {
    background: -webkit-linear-gradient(top, #F8F8F8 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, #F8F8F8 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid;
    border-image-source: linear-gradient(90deg, #ECF2F6 0%, rgba(236, 242, 246, 0) 70.31%);
    background-color: var(--color-white);
    margin-bottom: 30px;
}

.services-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 50px 40px;
    border-radius: 30px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    padding: 50px 30px 40px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.services-grid.service-style-2 .content .title a {font-weight: 700;font-size: 22px;line-height: 36px;color: #343f52;}
.services-grid.service-style-2 .content p {font-weight: 300;font-size: 16px;line-height: 28px;color: #60697b;}




.testimonialSec {    padding: 80px 0 35px 0;
    background: #eceef6;}


.mainTestContent {  }

.mainTestContent .testiCont {
        margin: 0 0 25px 0;
    background: #fff;
    color: #60697b;
    font-size: 22px;
    border-radius: 20px;
    padding: 50px;
    line-height: 38px;
    font-weight: 300;
}



.mainTestContent ul {
    display: flex;
    margin: -50px 0 0 30px;
    align-items: center;
}
.mainTestContent ul li:nth-child(1) {
        margin: 0 40px 0 0;
}
.mainTestContent ul li {
}
.mainTestContent ul li h2 {
       font-size: 24px;
    color: #343f52;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.mainTestContent ul li p {
     color: #343f52;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}

#news-slider4 .owl-pagination, #news-slider4 .owl-pagination {
    text-align: center;
        margin: 45px 0 0 0;
}
.footer-top {text-align: center;padding: 100px 0;}
.footer-logo {    position: relative;}
.footer-logo h2 {      text-align: center;
    width: 100%;
    top: -62px;
    font-size: 160px;
    font-weight: 700;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #e4eaee;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    z-index: -1;
}
.footer-logo a {}
.footer-logo a img {}

.footer-widget {
    margin-bottom: 80px;
}

.footer-widget .widget-title {
    font-weight: 700;
margin: 0 0 30px 0;
}

.footer-widget.border-end {
    border-right-color: #c7c7d5 !important;
    padding-right: 80px;
    margin-right: 40px;
    border-right: 1px solid #dee2e6!important;
}
.footer-newsletter .title {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 50px;
    color: #343f52;
}

.footer-newsletter p {
    font-size:16px;
    line-height: 28px;
    margin: 0 0 40px 0;
    color: #60697b;
}


.footer-newsletter .input-group {
    background-color: #fff;
    border-radius: 20px;
    height: 72px;
    padding: 10px 10px 10px 55px;
    box-shadow: 0 24px 48px -15px rgb(153 161 170 / 25%);
}
.form-control:focus {box-shadow: none;}
.footer-newsletter .input-group:before {
    content: url(../img/message.png);
    position: absolute;
    left: 30px;
    top: 24px;
    z-index: 1;
}

.footer-newsletter .input-group .form-control {
    padding: 5px 15px;
    height: auto;
    border: none;
    background-color: transparent;
}

.footer-newsletter .input-group .subscribe-btn {
    border: none;
    background-color: #192e6d;
    color: #fff;
    border-radius: 16px !important;
    margin-left: 0 !important;
    padding: 10px 28px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-menu-link ul {
    margin: -8px 0;
}

.footer-menu-link li a {
    color: #60697b;
    padding: 8px 0;
    font-size: 18px;
    line-height: 1.5;
}
.footer-menu-link li a:hover, .site-footer__social a:hover {color: #192e6d;}
.footer-bottom {
    border-top: 1px solid #c7c7d5;
    padding: 25px 0;
}

.footer-copyright .copyright-text {
    color: #60697b;
}
.site-footer__social {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
    justify-content: end;
}
.site-footer__social a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #9ca2a9;
    font-size: 22px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.site-footer__social a+a {
    margin-left: 36px;
}



/* Media Queries */

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (min-width: 1367px) and (max-width: 1919px) {

}

@media (min-width: 992px) and (max-width: 1199px) {
 #cssmenu ul.firstUlWrap {
    padding: 0;}
}

@media (min-width: 768px) and (max-width: 991px) {
.headerWithSlide {
    padding: 110px 0 0 0;
}
.ei-faq-queans .ei-faq {
   margin-left: 0;     
   padding: 15px;
}
.ei-faq-queans .ei-faq {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.ei-faq-queans .ei-faq-header button {
    font-size: 18px;
    text-align: left;
}
.topRecruiters .partnerContent {
    margin: 0px -40px;
}
.mt--200, .mt--100, .mt--100Minus, .mt--230Minus {
    margin-top: 0;
}
.mainTestContent .testiCont {
    margin: 0 0 25px 0;
    background: #fff;
    color: #60697b;
    font-size: 16px;
    border-radius: 20px;
    padding: 20px;
    line-height: 26px;
}

.mainTestContent ul li img {
    width: 75px;
}
.mainTestContent ul {
    margin: -40px 0 0 15px;
    align-items: flex-end;
}
.mainTestContent ul li:nth-child(1) {
    margin: 0 20px 0 0;
}
.mainTestContent ul li h2 {
    font-size: 16px;
    margin: 0;
}
.footer-widget.border-end {
    padding-right: 0;
    margin-right: 0;
    border-right: 0 !important;
}




}

@media (max-width: 767px){

.headerWithSlide {    padding: 90px 0 0 0;}
.leftMainText h3 {
    margin: 20px 0 25px 0;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: unset;
}
.leftMainText h4 {
    font-size: 20px;
    line-height: 30px;
}

.leftMainText .paraGraphMain {
    font-size: 14px;}
.leftMainText .paraGraphMain i {
    margin: 0 10px 0 0;
}
.rightSideImg {border-radius: 10px;
    padding: 15px;}
.rightSideImg .signup-form-title {
    font-weight: 500;
    font-size: 14px;
    color: #c1c1c1;
}
.rightSideImg .signup-form-title1 {
     font-size: 18px;
}
.rightSideImg .form-group .form-control {
    padding: 8px 15px;
    height: 40px;
    font-size: 14px;
}

.getToKnow {
    padding: 75px 0 50px 0;
}
.getToKnow .aboutBoxx h2 {
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 26px;
}
.paraga {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.getToKnow .aboutBoxx {
    margin: 0 0 30px 0;
}
.courseSectionn {
    padding: 30px 0 10px 0;}    

.hadingAndParagraph h2 {
    font-size: 18px;
}
.hadingAndParagraph p {
    font-size: 16px;
}
.ei-faq-queans .ei-faq {
   margin-left: 0;     
   padding: 15px;
}
.ei-faq-queans .ei-faq {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.ei-faq-queans .ei-faq-header button {
    font-size: 18px;
    text-align: left;
}

.courseboxx ul li {   
     padding: 0 0 0 40px;
      font-size: 16px;
 }

.hadingAndParagraph {
    margin: 0 0 30px 0;
}
.topRecruiters {
    padding: 30px 0;
    overflow: hidden;
}
.topRecruiters .partnerContent {
    margin: 0px -40px;
}
.topRecruiters .partnerContent li {
    padding: 0px 5px;
    display: inline-block;
    margin-bottom: 15px;
    width: 40%;
}

.topRecruiters .partnerContent li img {
    width: 100%;
}

.companyPlacement {
    padding: 30px 0 20px 0;}
.companyPlacement .column .inner:before {
    display: none;
}
.whyChoose {
    padding: 30px 0;
}

.hadingAndParagraphLeft {
    margin: 0 0 20px 0;
}
.hadingAndParagraphLeft h2 {
    font-size: 24px;
}
.hadingAndParagraphLeft h3 {
    font-size: 30px;
}

.mt--200, .mt--100, .mt--100Minus, .mt--230Minus {
    margin-top: 0;
}
.services-grid {
    padding: 20px;
    display: block;
    text-align: center;
    margin-bottom: 15px !important;
}
.services-grid .thumbnail {
    margin-right: 25px;
    max-width: 85px;
    display: table;
    margin:0 auto 20px;

}
.testimonialSec {
    padding: 40px 0 35px 0;
}
.mainTestContent .testiCont {
    margin: 0 0 25px 0;
    background: #fff;
    color: #60697b;
    font-size: 16px;
    border-radius: 20px;
    padding: 20px;
    line-height: 26px;
}

.mainTestContent ul li img {
    width: 75px;
}
.mainTestContent ul {
    margin: -40px 0 0 15px;
    align-items: flex-end;
}
.mainTestContent ul li:nth-child(1) {
    margin: 0 20px 0 0;
}
.mainTestContent ul li h2 {
    font-size: 16px;
    margin: 0;
}



.footer-top {
    padding: 20px 0;
}
.footer-logo h2 {
    display: none;
}
.footer-widget {
    margin-bottom: 40px;
}
.footer-widget.border-end {
    padding-right: 0;
    margin-right: 0;
    border-right: 0 !important;
}
.footer-newsletter .title {
    font-size: 40px;
    text-align: center;
}
.footer-newsletter p {
    text-align: center;
        margin: 0 0 20px 0;
}
.footer-bottom {
    text-align: center;
    margin: 0 0 15px 0;
}
.footer-menu-link li a {
    color: #60697b;
    padding: 3px 0;
    font-size: 14px;
    line-height: 24px;
}
.footer-newsletter .input-group {
    height: 60px;
    padding: 10px 10px 10px 0;
}
.footer-newsletter .input-group:before {display: none;}
.footer-newsletter .input-group .subscribe-btn {
        padding: 10px 10px;
        border-radius: 8px !important;
    font-size: 14px;
}
.site-footer__social {    justify-content: center;margin: 20px 0 0 0;}
}




@media (min-width: 480px) and (max-width: 767px) {

}





@media (min-width: 150px) and (max-width: 479px) {


}

