@font-face {
  font-family: 'PTSans';
  src: url('../fonts/PTSans-Bold.eot');
  src: url('../fonts/PTSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PTSans-Bold.svg#PTSans-Bold') format('svg'),
    url('../fonts/PTSans-Bold.ttf') format('truetype'),
    url('../fonts/PTSans-Bold.woff') format('woff'),
    url('../fonts/PTSans-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'PTSans';
  src: url('../fonts/PTSans-Regular.eot');
  src: url('../fonts/PTSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PTSans-Regular.svg#PTSans-Regular') format('svg'),
    url('../fonts/PTSans-Regular.ttf') format('truetype'),
    url('../fonts/PTSans-Regular.woff') format('woff'),
    url('../fonts/PTSans-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TeXGyreAdventor';
  src: url('../fonts/TeXGyreAdventor-Bold.eot');
  src: url('../fonts/TeXGyreAdventor-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TeXGyreAdventor-Bold.svg#TeXGyreAdventor-Bold') format('svg'),
    url('../fonts/TeXGyreAdventor-Bold.ttf') format('truetype'),
    url('../fonts/TeXGyreAdventor-Bold.woff') format('woff'),
    url('../fonts/TeXGyreAdventor-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'TeXGyreAdventor';
  src: url('../fonts/TeXGyreAdventor-Regular.eot');
  src: url('../fonts/TeXGyreAdventor-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TeXGyreAdventor-Regular.svg#TeXGyreAdventor-Regular') format('svg'),
    url('../fonts/TeXGyreAdventor-Regular.ttf') format('truetype'),
    url('../fonts/TeXGyreAdventor-Regular.woff') format('woff'),
    url('../fonts/TeXGyreAdventor-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}









html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'PTSans';
  background: #fff;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

a:hover {
  color: #212121;
}

::selection {
  background: #212121;
  color: #fff;
}

::-moz-selection {
  background: #212121;
  color: #fff;
}

::-webkit-selection {
  background: #212121;
  color: #fff;
}
.social-frame li a:hover {color: #273141;}
img {
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
  color: #555555;
  font-size: 17px;
  font-family: 'PTSans';
  margin: 0 0 15px 0;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #151515;
  font-family: 'TeXGyreAdventor';
}

input,
select,
button {
  outline: none !important;
}

.headerSpaceWrapper p {
  color: #fff;
  line-height: 30px;
  margin-bottom: 0px;
  font-weight: normal;
}

.countingMargin {
  margin-top: 80px;
}

.coutingDivFloatBox {
  cursor: pointer;
  width: 217px;
  height: 217px;
  border: 1px #d7d7d7 solid;
  border-radius: 10px;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
}

/* power */

.powerwrapper {
  background: #f1f3f6;
  padding: 60px 0;
}

.powercenter {
  display: flex;
  align-items: center;
}

.powerleft h1 {
  font-size: 28px;
  color: #151515;
  font-family: 'TeXGyreAdventor';
  padding-bottom: 15px;
}

.powerleft p {
  padding: 0;
  color: #151515;
  font-size: 17px;
  font-family: 'PTSans';
  margin: 0 0 15px 0;
  font-weight: normal;
}

.advantageswrapper {
  padding: 60px 0;
  background: #f1f3f6;
}

.advantagesright h2 {
  font-size: 28px;
  color: #151515;
  font-family: 'TeXGyreAdventor';
  padding-bottom: 25px;
}

.advantagesright p {
  padding: 0;
  color: #151515;
  font-size: 17px;
  font-family: 'PTSans';
  margin: 0 0 15px 0;
  font-weight: normal;
}

.advantagesright .panel-default>.panel-heading {
  color: #000;
  background-color: #fff;
  border-color: #dddddd;
  padding: 15px 20px;
}

.advantagesright .panel-title {
  color: #151515;
  font-weight: 500;
}

.advantagesright .panel-group .panel {
  margin-bottom: 15px;
}

.advantagesright #accordion {
  margin: auto;
}

.advantagesright .panel-heading a {
  display: block;
  position: relative;
  font-weight: bold;

  &::after {
    content: "";
    border: solid black;
    border-width: 0 3px 3px 0;
    display: none;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
  }

  &[aria-expanded="true"]::after {
    transform: rotate(-135deg);
    top: 5px;
  }
}




.whowrapper {
  background: #FFFFFF;
  padding: 60px 0;
}

.wholeft h2 {
  font-size: 28px;
  color: #151515;
  font-family: 'TeXGyreAdventor';
  padding-bottom: 25px;
}

.wholeft .panel-default>.panel-heading {
  color: #000;
  background-color: #fff;
  border-color: #dddddd;
  padding: 15px 20px;
}

.wholeft .panel-title {
  color: #151515;
  font-weight: 500;
}

.wholeft .panel-group .panel {
  margin-bottom: 15px;
}

.testi-text h4::after,.testi-text h4::before{content:'';background:#000;width:63px;height:1px;top:17px;opacity:.3}
.counter-value,.counter-valueTxt1{-moz-transition:.4s;-webkit-transition:.4s;-ms-transition:.4s;-o-transition:.4s;text-align:center;cursor:pointer}
#counter,.logoLeftDiv{float:left}.certimargin,.counter-value,.counter-valueTxt1,.counterBorder,.headerWrapperDiv,.testimonials{text-align:center}
.bannerSecBg,.header-main,.mainAboutUsBg,.sticky,.trainerBg{overflow:hidden}.wholeft #accordion{margin:auto}.wholeft .panel-heading a{display:block;position:relative;font-weight:700}
.certiwrapper{padding:60px 0;background:#fff}.certimargin h2,.facultyleft h2{font-size:28px;color:#151515;font-family:TeXGyreAdventor;padding-bottom:25px}
.certimargin p,.facultyleft p{padding:0;color:#151515;font-size:17px;font-family:PTSans;margin:0 0 15px;font-weight:400}
.facultymargin h1{font-size:28px;color:#151515;font-family:TeXGyreAdventor;text-transform:uppercase;font-weight:700;padding-bottom:50px}
.facultywrapper{padding:60px 0;background:#f1f3f6}.facultyleft{padding:10px 15px;border-radius:15px;box-shadow:rgba(0,0,0,.16) 0 3px 6px;background:#fff;max-height:200px;min-height:240px}
.bannerSecBg::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#00000000,#000000c9);z-index:0}.testimonials{background:#00a651;padding:6% 0;position:relative}
.testi-monial p{color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:16px;padding:20px 27%;margin:0}.testi-monial h5,.testi-monial h6{font-size:20px;font-family:Manrope;color:#fff}
.testi-monial h5{font-weight:600;position:relative}.testi-monial h6{font-weight:500;opacity:.5}.line-testi{position:absolute;right:0;top:0}
.testi-text h4{font-size:25px;font-weight:300;font-family:Manrope;color:#fff;padding:0;position:absolute;transform:rotate(7deg);-webkit-transform:rotate(-90deg);top:45%}
.testi-text h4::before{position:absolute;left:107%}.testi-text h4::after{position:absolute;right:107%}.coutingDivFloatBox:hover{background:#0da24f}
.coutingDivFloatBox:hover .counter-value1,.coutingDivFloatBox:hover .counter-value1::before{color:#fff}.coutingDivFloatBox:hover .counter-valueTxt1{color:#fff!important}
.coutingDivFloatBox1{flex:1;text-align:center}.counter-valueTxt1{transition:.4s;font-size:25px;font-weight:300;margin-top:0;margin-bottom:0;color:#7b7b7b;font-family:PTSans}
.counter-value{transition:.9s;font-size:52px;font-weight:700;font-family:TeXGyreAdventor;margin-bottom:40px;color:#929aa5;line-height:2px;display:inline-block;position:relative;padding-right:17px}
.counter-value::before,.header-main{-moz-transition:.4s;-webkit-transition:.4s;-ms-transition:.4s;-o-transition:.4s}.counter-valueTxt,.headerLeftDiv label,.headerLeftDiv p{font-family:PTSans;margin-bottom:0}
.counter-value::before{transition:.4s;position:absolute;right:0;top:0;content:"+";color:#929aa5;font-size:37px;font-weight:700;font-family:PTSans}.counter-valueTxt{font-size:26px;font-weight:400;color:#273141}
.counterBorder{border-right:1px solid #cbcbcb}.counterBorder:last-child{border-right:none}#counter{margin-bottom:140px;width:100%}
.header-main{position:fixed;width:100%;min-height:100px;padding:10px 25px;background:#fff;clear:both;transition:.4s;z-index:10}
.headerEnquiryBtn,.sticky{-moz-transition:.4s;-webkit-transition:.4s;-ms-transition:.4s;-o-transition:.4s}
.headerRightDiv{float:right;padding-top:11px}.headerLeftDiv{float:left;padding-left:25px}.headerLeftDiv:first-child{padding-left:0}
.headerLeftDiv p{color:#545d6b;font-size:17px;font-weight:400}.headerLeftDiv span{color:#f1352f;font-weight:700;font-size:17px;font-family:PTSans}
.headerLeftDiv label{color:#545d6b;font-size:17px;font-weight:400;position:relative;padding-left:23px}.headerLeftDiv label:before{position:absolute;left:0;top:5px;content:"";
  background:url(../images/header-icon.png) no-repeat;width:14px;height:14px}.bannerSecBg{background:url(../images/banner-img1.jpg) 0 99px/cover no-repeat;min-height:734px;position:relative;clear:both}
  .sticky{-webkit-box-shadow:-1px 5px 5px -4px rgba(0,0,0,.4);-moz-box-shadow:-1px 5px 5px -4px rgba(0,0,0,.4);box-shadow:-1px 5px 5px -4px rgba(0,0,0,.4);position:fixed;transition:.4s}
  .headerWrapper{position:relative;padding-right:455px;padding-top:190px}.headerWrapperDiv{position:absolute;right:0;top:0;bottom:0;background:#f1352f;min-height:867px;width:409px;padding:124px 60px 90px}
  .headerWrapper h1{color:#fff;font-size:48px;font-weight:700;font-family:TeXGyreAdventor;line-height:60px;margin-bottom:30px}.headerWrapper ul{margin:0 0 31px;padding:0}
  .headerWrapper li{display:block;color:#fff;font-size:19px;font-family:PTSans;font-weight:400;background:url(../images/bullet-icon.png) left 3px no-repeat;padding-left:38px;padding-bottom:17px}
  .headerWrapperDiv h3{font-size:25px;color:#fff;font-weight:700;font-family:TeXGyreAdventor;margin-bottom:35px}
  .headerEnquiryField{margin-bottom:34px;font-size:16px;padding-bottom:5px;width:100%;background:0 0;border-bottom:1px solid #444;color:#fff;border-left:none;border-right:none;border-top:0}
  .headerEnquiryBtn,.registerBtn{background:#f33;font-size:18px;text-align:center;height:auto;padding:10px 0;color:#fff;font-weight:700;font-family:TeXGyreAdventor;text-transform:uppercase}
  .headerEnquiryField::-webkit-input-placeholder{color:#fff}.headerEnquiryField:-ms-input-placeholder{color:#fff}.headerEnquiryField::-moz-input-placeholder{color:#fff}
  .headerEnquiryField::placeholder{color:#fff}.headerEnquiryBtn{border-radius:30px;border:none;width:186px;margin:30px auto auto;transition:.4s}
  .headerEnquiryBtn:hover,.registerBtn:hover{background:#333;color:#fff}.registerBtn{border-radius:30px;border:none;width:300px;margin:20px auto auto;-moz-transition:.4s;-webkit-transition:.4s;
    -ms-transition:.4s;-o-transition:.4s;transition:.4s}.custom-option,.custom-options,.custom-options:before,.custom-select:after{display:block;transition:.4s ease-in-out}
    .custom-select-wrapper{position:relative;display:block;user-select:none}.custom-select-wrapper select{display:none}
    .custom-select{position:relative;display:block;border-bottom:1px solid #658ddb;margin-bottom:30px;color:#fff}
    .custom-select-trigger{position:relative;display:block;text-align:left;background:0 0;cursor:pointer;font-size:16px;padding-bottom:5px;width:100%;border-left:none;border-right:none;border-top:0}
    .custom-select:after{position:absolute;content:'';width:8px;height:8px;top:50%;right:0;margin-top:-3px;border-bottom:2px solid #658ddb;border-right:2px solid #658ddb;
      transform:rotate(45deg) translateY(-50%);transform-origin:50% 0}.custom-select.opened .custom-select-trigger:after{margin-top:3px;transform:rotate(-135deg) translateY(-50%)}
      .custom-options{position:absolute;top:100%;left:0;right:0;min-width:100%;margin:15px 0;border-radius:4px;box-sizing:border-box;box-shadow:0 2px 1px rgba(0,0,0,.07);background:#fff;
        opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-15px);z-index:100;border:1px solid #ddd}
        .blogWrapper,.custom-option,.enquiryIconBtn,.mainAboutUsBg,.trainerBg,.trainerBgCourse li{position:relative}
  .custom-select.opened .custom-options{opacity:1;visibility:visible;pointer-events:all;transform:translateY(0)}
  .custom-options:before{position:absolute;content:'';bottom:100%;right:25px;width:7px;height:7px;margin-bottom:-4px;border-top:1px solid #b5b5b5;border-left:1px solid #b5b5b5;background:#fff;
    transform:rotate(45deg)}.option-hover:before{background:#f9f9f9}.custom-option{text-align:left;padding:0 22px;border-bottom:1px solid #ddd;font-size:18px;font-weight:600;
      color:#b5b5b5;line-height:47px;cursor:pointer}.certificationNav li img,.slides1 li span{-moz-transition:transform .9s;-webkit-transition:transform .9s;
        -ms-transition:transform .9s;-o-transition:transform .9s}.custom-option:first-of-type{border-radius:4px 4px 0 0}
  .custom-option:last-of-type{border-bottom:0;border-radius:0 0 4px 4px}
  .custom-option.selection,.custom-option:hover{background:#34c8a2;color:#fff}.containerMain{max-width:1920px}
  .certificationNav,.footerbg3 ul{margin:0;padding:0;text-align:center}
 .certificationNav li{display:inline-block;margin:0 auto;text-align:center;padding:0 29px}.certificationSecBg{background:#fff;padding:215px 0 140px}
 .certificationSecBg h3{position:relative;margin-bottom:70px;padding-left:40px;color:#273141;font-size:30px;font-weight:700;font-family:TeXGyreAdventor}
  .certificationSecBg h3:before{position:absolute;left:0;top:20px;width:24px;height:2px;content:"";background:#209910}
  .blog .owl-dots button,.trainerSec .owl-dots button{width:10px;background:#4ad0ae;margin:0 4px;height:10px}
  .certificationNav li img{transition:transform .9s}
  .certificationNav li:hover img,.slides li:hover span,.slides1 li:hover span{-ms-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1)}
  .mainAboutUsBg{background-image:-ms-linear-gradient(left,#10a881 50%,#0b6951 50%);background-image:-moz-linear-gradient(left,#10a881 50%,#0b6951 50%);
          background-image:-o-linear-gradient(left,#10a881 50%,#0b6951 50%);background-image:-webkit-gradient(linear,left top,right top,color-stop(50,#10a881),color-stop(50,#0b6951));
          background-image:-webkit-linear-gradient(left,#10a881 50%,#0b6951 50%);background-image:linear-gradient(to right,#10a881 50%,#0b6951 50%);width:100%;float:left}
 .aboutWrapperFloatDiv{float:left;width:50%}.aboutWrapperFloatDiv1{padding:70px 60px 70px 0}.aboutWrapperFloatDiv1 h3,.vdoDivFloat h3{color:#fff;font-size:30px;font-weight:700;
            font-family:TeXGyreAdventor;margin-bottom:30px}
  .last-points span{padding:5px;font-weight:600;display:inline-block;border-bottom: 2px dotted #999494;}
  .wholeft.mb-2 {margin-bottom: 20px;}

  .modl-wp {border: 2px dotted #c1c1c1;
    border-radius: 24px;
    padding: 8px 8px 11px;
    text-align: center;
    font-weight: bold;}

    .modl-wp h5 {color:#5e6164;}


            .aboutWrapperFloatDiv1 p{color:#fff;font-size:20px;font-weight:400;font-family:PTSans;margin-bottom:20px;line-height:40px}
            .aboutTrainerSec{background:#f1f3f6;padding:192px 0 100px;clear:both}
.trainerDiv h3{color:#273141;font-weight:700;font-size:30px;font-family:TeXGyreAdventor;margin-bottom:60px}
.courseTopicNav,.footer-links,.slides1,.trainerDiv ul{margin:0;padding:0}
.trainerDiv li{display:block;color:#545d6b;font-size:16px;font-weight:400;font-family:PTSans;padding-bottom:20px;background:url(../images/bullet-icon1.png) left top no-repeat;padding-left:37px}
.trainerBg{background:#4271ca;border-radius:10px;clear:both}.trainerBg:before{position:absolute;left:0;bottom:0;content:"";width:100%;height:0;background:#10a881;border-radius:0 0 10px 10px;z-index:10}
.enquiryIconBtn:before,.social-frame li i{width:40px;height:40px;-moz-transition:.4s;-webkit-transition:.4s;-ms-transition:.4s;-o-transition:.4s}.aboutTrainerFloatdiv1{float:left;width:63%;padding:0 15px 0 0}
.aboutTrainerFloatdiv2{float:left;width:37%}.aboutTrainerFloatdiv3{float:left;width:30%;padding:0}.footetTable,.smallVideos,.trainerBg img{width:100%}
.trainerBgCourse{background:#fff;border-radius:10px;padding:35px 0 20px;min-height:470px}
.trainerSec .owl-dots button{display:inline-block;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;border:1px solid #4271ca}.trainerSec .owl-dots{text-align:center;padding:14px 0 24px}
.blog .owl-dots button.active,.trainerSec .owl-dots button.active{background:#fff;border:1px solid #fff}
.trainerBgCourse h3{color:#fff;font-size:30px;font-weight:700;font-family:TeXGyreAdventor;padding-left:39px;padding-bottom:30px;border-bottom:1px solid #28bf98}
.dataTable1 th,.dataTable1 tr,.footerEnquiryField{border-bottom:1px solid #d1d7df}.courseFeeSpace{padding:40px 35px 0}.trainerBgCourse ul{margin:0 0 65px;padding:0}
.trainerBgCourse li{display:block;padding-bottom:26px;padding-left:147px;font-family:PTSans;color:#fff;font-weight:400}
.trainerBgCourse li span{position:absolute;left:0;font-weight:700;font-size:18px;font-family:PTSans;color:#fff}.enquiryIconBtn,.footerbg3 li a{font-weight:400}
.enquiryIconBtn{padding-right:48px;display:block;text-align:right;color:#fff!important;font-size:18px;font-family:PTSans;min-height:40px;padding-top:8px}
.enquiryIconBtn:before{position:absolute;right:0;top:0;background:url(../images/enquiry-icon.png) center center no-repeat #ffc600;content:"";border-radius:50%;transition:.4s}
.blogWrapper a:hover,.enquiryIconBtn:hover,.footer-links li a:hover,.footerbg3 li a:hover{color:#fff}.enquiryIconBtn:hover:before{right:4px}.footerBg1{background:#f4f4f4;padding:30px 0}
.clients img{margin:0 auto}.footerbg2{background:#263140;padding:53px 0 50px}.blogWrapper{padding-left:81px}.blogWrapperDiv{position:absolute;left:0;top:0}
.blogWrapper h3{color:#fff;font-weight:700;font-family:TeXGyreAdventor;font-size:17px;margin-bottom:30px}.blogWrapper a,.blogWrapper p{color:#b7babf;font-size:16px;font-family:PTSans}
.blogWrapper p{line-height:29px;margin-bottom:30px}.blogWrapper a{margin-bottom:0}.footerbg2 h4{color:#fff;font-family:TeXGyreAdventor;font-size:17px;margin-bottom:30px;font-weight:700}
.footer-links li{display:block;width:50%;float:left}.footer-links li a{display:block;color:#b7babf;line-height:29px;font-size:15px;margin-bottom:0;font-family:PTSans}
.slides1 li span,.social-frame li i{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex}
.footerContactTxt p{color:#b7babf;line-height:26px;font-size:16px;margin-bottom:7px;font-family:PTSans}
.social-frame{width:100%;clear:both;margin-top:30px;display: flex; column-gap: 12px;}
.social-frame li{display:block;position:relative}
.social-frame li i{display:flex;-webkit-align-items:center;-moz-align-items:center;-o-align-items:center;-ms-align-items:center;-webkit-justify-content:center;-moz-justify-content:center;
  -o-justify-content:center;margin:0 0 30px;border:2px solid #fff;border-radius:50%;transition:.4s}.social-frame li a{font-size:20px;color:#fff}
  .social-frame li:hover a{color:#777777}.social-frame li span{position:absolute;left:55px;top:4px;color:#fff;font-size:19px}
  .footerbg3 li,.footerbg3 li a{color:#b7babf;font-family:PTSans}.linkSpaceRight{padding-left:50px}
  .blog .owl-dots button{display:inline-block;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;border:1px solid #4ad0ae}
  .blog .owl-dots{text-align:right;padding:14px 0 0}.footerbg3{background:#1d2530;padding:27px 0}
  .footerbg3 li{display:inline-block;padding:0 10px;position:relative}.footerbg3 li:before{position:absolute;left:-2px;top:7px;content:"";background:#b7babf;width:1px;height:10px}
  .footerbg3 li:first-child:before,.headerbannerSec:first-child:before{background:0 0}.courseTimeSecBg{padding:18px 0 80px;background:#fff}
  .table-responsive{background-color:#dce1e7}
  .row td{text-transform:uppercase;font-size:16px;font-weight:500}.dataTable1{border-collapse:collapse;margin:0;padding:0;width:100%;table-layout:fixed}
  .dataTable1 caption{font-size:1.5em;margin:.5em 0 .75em}
  .dataTable1 tr{padding:.35em}.dataTable1 td,.dataTable1 th{padding:.625em;text-align:left;color:#545d6b;font-size:18px;font-family:PTSans}
  .dataTable1 tr:last-child{border-bottom:none}
  .dataTable1 th{font-weight:700;text-transform:capitalize}.dataTable1 td{font-weight:400}
  .dataTable1 span{color:#fff;font-size:14px;font-weight:700;font-family:PTSans;background:#10a881;width:30px;height:30px;display:block;border-radius:50%;display:-webkit-flex;display:-moz-flex;
    display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-o-align-items:center;-ms-align-items:center;-webkit-justify-content:center;-moz-justify-content:center;
    -o-justify-content:center}
  .courseTimeSecBg h3{color:#273141;font-size:30px;font-weight:700;font-family:TeXGyreAdventor;margin-bottom:30px}
  .courseTimeSecBg p{color:#545d6b;font-size:17px;font-weight:400;font-family:PTSans;line-height:24px}
  .footerBgSec h3,.footerEnquiryBtn{font-family:TeXGyreAdventor;font-weight:700}.courseTimeSecBg label{color:#10a881;font-weight:400}
  .footerEnquiryField{margin-bottom:34px;font-size:16px;padding-bottom:5px;width:100%;background:0 0;color:#fff;border-left:none;border-right:none;border-top:0}
  .footerEnquiryField::-webkit-input-placeholder{color:#fff}.footerEnquiryField:-ms-input-placeholder{color:#fff}
  .footerEnquiryField::-moz-input-placeholder{color:#fff}.footerEnquiryField::placeholder{color:#fff}.footerEnquiryBtn{background:#4271ca;color:#fff;font-size:18px;text-transform:uppercase;
    text-align:center;
    border-radius:30px;border:none;width:186px;height:56px;margin-top:20px;-moz-transition:.4s;-webkit-transition:.4s;-ms-transition:.4s;-o-transition:.4s;transition:.4s;float:right}
    .footerEnquiryBtn:hover{background:#ffc600}.custom-select1{border-bottom:1px solid #d1d7df;color:#fff}
    .custom-select1:after{position:absolute;display:block;content:'';width:8px;height:8px;top:50%;right:0;margin-top:-3px;border-bottom:2px solid #d1d7df;border-right:2px solid #d1d7df;
      transform:rotate(45deg) translateY(-50%);transition:.4s ease-in-out;transform-origin:50% 0}
    .content li::before,.headerbannerSec:before,.slides li span,.slides1 li span{position:absolute;content:""}
    .footerBgSec{padding:124px 0;background:url(../images/bg.jpg) 0 0/cover no-repeat}.footerBgSec h3{color:#fff;font-size:27px;margin-bottom:20px}
    .footerBgSec p{color:#f1f3f6;line-height:38px;font-size:20px;font-family:PTSans;max-width:953px;margin:0 auto 20px}
    .footetTable th{background:#10a881;border:1px solid #34caa4;color:#fff;font-weight:700;font-size:16px;font-family:PTSans;padding:20px;text-align:center}
    .footetTable .oddBg td,.footetTable td{color:#f1f3f6;border:1px solid #333d4f}
    .footetTable .oddBg td,.footetTable .oddBgMain td,.footetTable td{padding:20px 12px;font-size:16px;font-weight:400;font-family:PTSans;text-align:center}
    .footetTable td{background:#273141}
    .footetTable .oddBg td{background:#232c3c}.footetTable .oddBgMain td{background:#081222;color:#ffc600;border:1px solid #283344}
    .footetTable span{color:#fff;font-size:16px;font-weight:400;font-family:PTSans;background:#354256;width:35px;height:35px;display:block;border-radius:50%;display:-webkit-flex;display:-moz-flex;
      display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-o-align-items:center;-ms-align-items:center;-webkit-justify-content:center;
      -moz-justify-content:center;-o-justify-content:center;-moz-transition:.4s;-webkit-transition:.4s;-ms-transition:.4s;-o-transition:.4s;transition:.4s}
    .footetTable tr:hover span{background:#ffc600;color:#333}
    .widthmain{width:80px}.headerbannerSec{float:left;position:relative;padding-right:80px;padding-left:8px}.headerbannerSec:before{left:-14px;bottom:0;background:#fff;width:2px;height:55px}
    .headerbannerSec h3{color:#fff;font-weight:700;font-size:21px;font-family:TeXGyreAdventor;margin-bottom:10px;line-height:30px}
    .headerbannerSec label,.headerbannerSec span{font-family:PTSans;color:#fff;display:block;font-weight:400}
    .headerbannerSec span{font-size:16px;margin-bottom:0}
    .headerbannerSec label{font-size:14px;margin-bottom:3px}
    .headerbannerSec i{font-style:normal;font-size:12px;font-family:PTSans;font-weight:400;color:#fff}
    .headerbannerSec h2,.headerbannerSec h4{color:#fff;font-size:20px;margin-bottom:0;font-family:PTSans}
    .headerbannerSec h4{font-weight:400}
    .headerbannerSec h2{font-weight:700}
    .content li,.courseTopicNav li{font-size:16px;font-weight:400}.headerbannerSecAll{float:left;width:100%;margin-top:25px}
    .content li{list-style:none;padding-left:25px;color:#1a2228;position:relative;padding-bottom:17px}
    .content li::before{background:url(../images/tick.png) center no-repeat;width:17px;height:13px;left:0;top:5px}
  .courseTopicNav li{display:inline-block;width:24%;color:#545d6b;font-family:PTSans;padding-bottom:20px;background:url(../images/bullet-icon1.png) left top no-repeat;padding-left:37px}
  .videoSection{width:100%;clear:both;padding:50px 0 40px}
  .videoSection h2{font-weight:700;display:block;clear:both;text-align:center;font-size:35px;color:#1f1f1f;margin:0 0 40px}
  .videoRow{clear:both}
  .bigVideo{width:100%;clear:both}.videoCol{width:100%;clear:both;margin-bottom:5px}.vdoDivFloat{padding:70px 0 70px 60px}
  .slides1 li span{transition:transform .9s;margin-left:-14px!important;margin-top:-14px!important;left:50%;top:50%;width:28px!important;height:28px!important;background:#4271ca;border:none!important;
    border-radius:50%;display:flex;-webkit-align-items:center;-moz-align-items:center;-o-align-items:center;-ms-align-items:center;-webkit-justify-content:center;
    -moz-justify-content:center;-o-justify-content:center}.slides li{cursor:pointer;position:relative!important}.slides li span{-moz-transition:transform .9s;-webkit-transition:transform .9s;
      -ms-transition:transform .9s;-o-transition:transform .9s;transition:transform .9s;margin-left:-35px;margin-top:-35px;left:50%;top:50%;width:70px;height:70px;border:1px solid #fff;border-radius:50%;
      display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-o-align-items:center;-ms-align-items:center;
      -webkit-justify-content:center;-moz-justify-content:center;-o-justify-content:center}

      .last-points .content li {padding-bottom: 6px;}
      .last-points .wholeft h2 {padding-bottom: 18px;font-size: 22px;font-weight: 600;}

/*.modal-dialog {*/
/*  width: 881px;*/
/*  margin: 98px auto;*/
/*}*/

/*.modal-content {*/
/*  background: none;*/
/*  border: none !important;*/
/*  box-shadow: none*/
/*}*/

/*.modal-body {*/
/*  padding: 0;*/
/*}*/

.videoFrame {
  width: 100%;
  clear: both;
}

.videoFrame .slider {
  float: left;
  width: 59%;
}

.videoFrame .sliderThumb {
  float: left;
  width: 41%;
  padding-left: 20px;
}

.sliderThumb .flex-viewport ul {
  width: 100% !important;
}

.sliderThumb .flex-viewport ul li {
  float: left !important;
  width: 50% !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 5px 10px 5px;
}

.sliderThumb .flex-viewport ul li>img {
  width: 100% !important;
}

.videoFrame .slider .flex-viewport a {
  width: 100%;
  display: block;
}

.videoFrame .slider .flex-viewport a>img {
  width: 100%;
}

.videoFrame .sliderThumb .flex-direction-nav {
  display: none !important;
}

.videoFrame .flexslider .flex-direction-nav {
  display: none !important;
}

.lblpart {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 99;
  font-weight: bold;
  color:
    #fff;
  padding: 5px 30px;
  background:
    #2aa0ef;
  border-radius: 20px;
}






@media screen and (max-width:1599px) {}

@media screen and (max-width:1229px) {
  .headerbannerSec::before {
    left: -31px;
  }

  .headerbannerSec h3 {
    font-size: 20px;
  }

  .headerbannerSec span {
    font-size: 13px;
  }

  .certificationSecBg {
    padding: 106px 0px 30px;
  }

  .certificationSecBg h3 {
    margin-bottom: 40px;
  }

  .certificationNav li {
    margin: 0 auto 30px;
  }

  .headerWrapper h1 {
    font-size: 24px;
    line-height: 36px;
  }

  .headerWrapper {
    padding-right: 418px;
    padding-top: 160px;
  }

  .logoLeftDiv img {
    width: 265px;
  }

  .headerRightDiv {
    padding-top: 5px;
  }

  .header-main {
    padding: 12px 25px;
    min-height: auto
  }

  .bannerSecBg {
    top: 53px;
  }

  .trainerBgCourse h3 {
    font-size: 22px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .trainerBgCourse {
    padding: 12px 0px 15px;
    min-height: auto;
  }

  .courseFeeSpace {
    padding: 17px 15px 0px;
  }

  .trainerBgCourse ul {
    margin: 0 0 59px;
  }

  .trainerDiv h3 {
    font-size: 23px;
    margin-bottom: 30px;
  }

  .trainerBgCourse li {
    padding-left: 130px;
    font-size: 15px;
  }

  .trainerBgCourse li span {
    font-size: 15px;
  }

  .trainerDiv li {
    font-size: 14px;
  }

  .counter-value {
    font-size: 35px;
    margin-bottom: 21px;
  }

  .counter-value::before {
    right: -7px;
  }

  .counter-valueTxt {
    font-size: 19px;
  }

  #counter {
    margin-bottom: 65px;
  }

  .courseTimeSecBg {
    padding: 41px 0px;
  }

  .courseTimeSecBg h3 {
    font-size: 22px;
    margin-bottom: 27px;
  }

  .dataTable1 th {
    font-size: 16px;
  }

  .dataTable1 td {
    font-size: 16px;
  }

  .courseTimeSecBg p {
    font-size: 14px;
  }

  .footerEnquiryBtn {
    margin-top: 0
  }

  .footerBgSec {
    padding: 40px 0px;
  }

  .footerBgSec h3 {
    font-size: 23px;
  }

  .footerBgSec p {
    margin: 0 auto 7px;
  }

}

@media screen and (max-width:1365px) {
  .headerbannerSecAll {
    margin-top: 222px;
  }
}

@media screen and (max-width:1199px) {
  .courseTopicNav li {
    width: 33%
  }



}

@media screen and (max-width:991px) {
  .modl-wp, .mb-2 {margin-bottom: 20px;}

  .testi-monial p {
    font-size: 15px;
    padding: 15px 4%;
    padding-bottom: 10px;
  }

  .testi-text {
    display: none;
  }

  .registerBtn{
    margin-bottom: 20px;
  }

  .testi-monial h5::before {
    display: none;
  }

  .testi-monial h5 {
    font-size: 18px;
    padding-top: 0px;
  }

  .certimargin p {
    padding: 0;
    font-size: 15px;
    margin: 0 0 0px 0;
  }

  .wholeft h2 {
    font-size: 21px;
    padding-bottom: 15px;
  }

  .certimargin h2 {
    font-size: 21px;
    padding-bottom: 10px;
  }

  .powerwrapper,
  .advantageswrapper,
  .whowrapper,
  .certiwrapper {
    padding: 80px 0;
  }

  .powerleft h1 {
    font-size: 21px;
  }

  .powerleft p {
    font-size: 15px;
  }

  .advantagesright h2 {
    padding: 10px 0;
    font-size: 21px;
  }

  .powercenter {
    display: block;
  }

  .courseTimeSecBg h3 {
    margin-top: 0px;
  }

  .courseTimeSecBg {
    padding: 13px 0px 40px;
  }

  /*.modal-dialog {*/
  /*  width: 96% !important;*/
  /*}*/

  .slides1 {
    max-width: 720px;
    text-align: center;
  }

  .mainAboutUsBg {
    background: #10a881
  }

  .aboutWrapperFloatDiv1 h3 {
    margin-bottom: 15px
  }

  .vdoDivFloat {
    padding: 20px 0 30px 0px;
  }

  .aboutWrapperFloatDiv1 {
    padding: 50px 0 0 0px;
    text-align: center;
  }

  .vdoDivFloat h3 {
    text-align: center;
    margin-bottom: 15px;
  }

  .aboutWrapperFloatDiv {
    width: 100%
  }

  .certificationSecBg {
    padding: 157px 0px 30px;
  }

  .certificationSecBg h3 {
    text-align: center;
    margin-bottom: 55px;
    padding-left: 0
  }

  .certificationSecBg h3::before {
    left: 50%;
    margin-left: -12px;
    top: auto;
    bottom: -16px
  }

.headerEnquiryBtn {display: inline-block;}

  .headerLeftDiv {
    float: none;
    text-align: center;padding: 0;
  }

  .headerRightDiv {
    float: left; width: 65%;
  }

  .logoLeftDiv {
    float:left;width: 130px;
  }

  .logoLeftDiv img {
    display: block;
    margin: 0 auto
  }

  .headerWrapperDiv {
    min-height: auto;
    width: 100%;
    padding: 27px 60px 42px;
  }

  .headerWrapperDiv {
    position: static;
    margin-top: 30px;
    float: left;

    width: 100%;
  }

  .headerWrapper {
    padding-right: 0;padding-top: 30%;
  }

  .counter-value {
    font-size: 25px;
  }

  .counter-valueTxt {
    font-size: 16px;
  }

  .appointmentNumber {
    font-size: 19px;
    margin-bottom: 34px;
  }

  #counter1 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  #counter {
    margin-bottom: 33px;
  }

  .headerLeftDiv p {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .headerLeftDiv label::before {
    top: 2px;
  }

  .headerLeftDiv label {
    font-size: 14px;
  }

  .header-main {
    padding: 9px 17px;
    display: flex;
    align-items: center;
  }

  .flex-direction-nav a.flex-next::before {
    display: none !important
  }

  .flex-direction-nav a::before {
    display: none !important
  }

  .aboutTrainerFloatdiv1 {
    width: 100%;
    padding: 0
  }

  .aboutTrainerFloatdiv2 {
    width: 100%;
    padding: 0;
  }

  .aboutTrainerFloatdiv3 {
    width: 100%;
    margin-top: 30px;
    text-align: center
  }

  .trainerDiv li {
    display: inline-block;
    width: 49%
  }

  .trainerBgCourse li span {
    position: static
  }

  .trainerBgCourse li {
    padding-left: 0
  }

  .trainerBgCourse ul {
    margin-bottom: 0
  }

  .enquiryIconBtn {
    display: inline-block
  }

  .linkSpaceRight {
    padding-left: 15px;
    clear: both
  }

  .footer-links li {
    float: none;
    display: inline-block;
    width: 49%
  }

  .footerbg2 h4 {
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .footerbg2 {
    padding: 17px 0 41px;
  }

  .blogWrapper p {
    margin-bottom: 15px;
  }

  .blogWrapper h3 {
    margin-bottom: 12px;
  }

  .headerbannerSec {
    padding-bottom: 0px;
  }

  .footerBgSec h3 {
    margin-top: 38px;
  }

  .headerbannerSecAll {
    margin-top: 40px;
  }

  .headerSpaceWrapper p {
    margin-bottom: 40px;
  }
}

@media screen and (max-width:767px) {

  .sliderThumb .flex-viewport ul li {
    padding: 5px 5px 5px 5px;
  }

  .videoFrame .slider {
    width: 100%
  }

  .videoFrame .sliderThumb {
    padding-left: 0;
    width: 100%;
  }

  .bannerSecBg {
    text-align: center
  }

  .headerbannerSec::before {
    display: none;
  }

  .widthmain {
    width: 100%
  }

  .footerBgSec p {
    line-height: 33px;
    font-size: 16px;
  }

  .courseTimeSecBg p {
    line-height: 15px;
  }

  .dataTable1 span {
    display: inline-block;
    text-align: center;
    padding: 5px;
  }

  .counterBorder {
    border-right: none;
    margin-bottom: 30px;
  }

  .dataTable1 {
    border: 0;
  }

  .dataTable1 caption {
    font-size: 1.3em;
  }

  .dataTable1 thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .dataTable1 tr {
    border-bottom: 0px solid #ddd;
    display: block;
    margin-bottom: 0;
    padding: 0;
  }

  .dataTable1 td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
    padding: 8px 0;
  }

  .dataTable1 td::before {

    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .dataTable1 td:last-child {
    border-bottom: 0;
  }

  .aboutWrapperFloatDiv1 p {
    line-height: 35px;
    font-size: 18px;
  }

  .slides li span {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
  }

  .vdoDivFloat h3 {
    font-size: 22px;
  }

  .aboutWrapperFloatDiv1 h3 {
    font-size: 22px;
  }

  .flex-prev {
    display: none !important
  }

  .flex-next {
    display: none !important
  }

  .slides1 {
    text-align: left
  }

  .headerSpaceWrapper {
    padding: 0 25px;
  }

  .certificationNav li {
    display: block
  }

  .videoSection h2 {
    font-size: 21px;
  }

  .aboutTrainerSec {
    padding: 192px 0px 50px;
  }

}

@media screen and (max-width:575px) {
  .courseTopicNav li {
    width: 100%;
  }
}

@media screen and (max-width:479px) {
  .headerbannerSec {
    padding-right: 8px;
  }

  .courseTopicNav li {
    display: block;
    width: 100%
  }

  .headerbannerSec {
    width: 100%;
    float: none
  }

  .blog .owl-dots {
    text-align: center
  }

  .footerbg3 li {
    display: block;
    padding: 0
  }

  .footerbg3 li::before {
    display: none;
  }

  .footerbg2 h4 {
    text-align: center
  }

  .blogWrapperDiv {
    position: static;
    text-align: center;
    margin: 0 auto;
    display: block
  }

  .blogWrapperDiv img {
    margin: 0 auto 20px;
  }

  .blogWrapper {
    text-align: center
  }

  .blogWrapper {
    padding-left: 0;
  }

  .social-frame li {
    margin: 0 6px;
    float: none;
    display: inline-block
  }

  .social-frame li a {
    padding: 0px;
  }

  .linkSpaceRight {
    text-align: center
  }

  .footer-links li {
    width: 100%
  }

  .footerContactTxt {
    text-align: center
  }

  #counter {
    margin-bottom: 0
  }

  .trainerDiv h3 {
    text-align: center
  }

  .trainerDiv li {
    width: 100%;
  }

  .headerWrapperDiv h3 {
    margin-bottom: 22px;
  }

  .headerSpaceWrapper {
    padding: 0px 18px;
  }

  .certificationSecBg h3 {
    font-size: 24px;
  }

  .headerWrapper h1 {
    font-size: 20px;
    line-height: 28px;
  }

  .headerWrapper ul {
    margin: 0 0 13px;
  }

  .headerbannerSec i {
    margin-bottom: 30px;
    display: block
  }

  .headerbannerSec span br {
    display: none;
  }

  .headerbannerSec span {
    font-size: 17px;
  }

  .headerbannerSec h3 {
    font-size: 20px;
  }

  .headerWrapper label::before {
    top: -4px;
  }

  .headerWrapper li {
    font-size: 16px;
    padding-left: 30px;
  }

  .headerWrapperDiv {
    padding: 25px;
  }

  .headerEnquiryBtn {
    margin-top: 0;
  }

  .social-frame li span {
    display: none
  }

  .social-frame li i {
    margin-bottom: 0
  }

  .social-frame {
    text-align: center; justify-content: center;
    margin-top: 0
  }
  

.facultyleft {
  padding: 17px 15px;

  border-radius: 15px;

  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;

  background: #fff;

  max-height: 200px;

  min-height: 370px;

  margin-bottom: 30px;

}


}