@font-face {font-family: 'Conv_Calibri'; src: url('fonts/Calibri Bold.ttf') format('truetype'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'Conv_Calibri';  src: url('fonts/Calibri Regular.ttf') format('truetype');  font-weight: normal;  font-style: normal;}
*{margin: 0;padding: 0;box-sizing: border-box;font-family: 'Conv_Calibri', sans-serif !important;}
.fa, .fab, .fad, .fal, .far, .fas{font-family: "Font Awesome 5 Pro" !important;font-weight: 900;}
.fab {font-family: "Font Awesome 5 Brands" !important;}
body{font-family: 'Conv_Calibri', sans-serif !important;}
ul{margin: 0 !important;padding: 0;}
button{outline: none !important;border: 0;border-radius: 0;background: none;}

/*header start here*/
header.fixed-top {background: #fff;}
.navbar-expand-lg ul.navbar-nav li a.nav-link{padding: 10px 10px;margin: 3px;color: #344044;font-size: 16px;transition: all 0.4s ease;/*text-transform: uppercase;*/}
.navbar-expand-lg ul.navbar-nav li.nav-item.active a{color: #344044;}
.navbar-expand-lg ul.navbar-nav li.nav-item a:hover{color: #f05022;}
input.form-control.insearch-btn {position: relative;z-index: 12;}
button.btn-search.my-2.mr-sm-2 {position: absolute;z-index: 14;}
.dropdown-toggle::after{display: none !important;}
.menu-item:hover .sub-menu{display: block;}
.sub-menu{margin-top: 0;}
.dropdown-item:focus, .dropdown-item:hover{background:none !important;color:#f05022 !important;}

/*** new css start here *****/
.menu-item {list-style: none;/*transition: background 0.3s ease-in-out;*/}
.menu-item .sub-menu {position: absolute;width: auto;transform-origin: top;transform: rotateX(-90deg);transition: transform 0.2s linear;background-color: #fff;box-shadow: 0 0 8px #00000040;padding: 10px 0;border-radius: 5px;opacity:0;}
.menu-item:hover .sub-menu {transform: rotateX(0deg);opacity:1;height:auto;}
.nav-item .menu-item .show{transition:all 0s ease;}
.nav-item .menu-item a.dropdown-item{font-size: 16px;}
 /**** new css ends here ****/

#navbarDropdownMenuLink:hover .sub-menu{display:block !important;}
.header-nav {position: relative;padding-right: 3em;}
.header-nav:before, .header-nav:after{content: "";display: table;}
.header-nav:after {clear: both;}
.search-button {margin-right: 8px; text-align: center;background: #004050;color: #fff;padding: 0px 10px;border-radius: 4px; margin-left: 30px;}
.search-button a i {color: #fff;padding: 11px;}
/*.search-toggle { position: relative; display: block;}
.search-toggle::before, .search-toggle::after {content: ""; position: absolute; display: block; transition: all 0.1s;}
.search-toggle::before {border: 2px solid #fff; border-radius: 50%; width: 100%; height: 100%; left: 0px; top: 0px;}
.search-toggle::after {height: 2px; width: 7px; background: #fff; top: 10px; left: 7px; transform: rotate(45deg);}
.search-toggle.active::before { width: 0; border-width: 1px; height: 12px; border-radius: 0; transform: rotate(45deg); top: -1px; left: 4px;}
.search-toggle.active::after { width: 12px;left: -1px; top: 4px;}
*/
.search-input:focus { outline: none;}
.place-heade {display: flex;width: 100%;justify-content: center;align-items: center;}
.place-heade button {margin-left:15px;}
.training-icon img {height: 50px;}
.course-dtlbx {text-align: left !important;margin-right: auto;padding: 7.5px 7.5px !important;}
#header-1 {box-shadow: 0 4px 8px #00000024;}
#header-1 #search-box { position: absolute; bottom: 0; height: 100%; max-height: 0; transform: translateY(100%); background-color: #0097bf; transition: all 0.3s;}
#header-1 #search-box .search-input {width: 100%; height: 100%; padding: 0 1em; border: 0; background-color: transparent; opacity: 0; color: #fff;}
#header-1 #search-box .search-input::-webkit-input-placeholder {color: rgba(255, 255, 255, 0.4);}
#header-1.show #search-box {max-height: 40px;}
#header-1.show #search-box .search-input {opacity: 1;}

button.btn-phone {outline: none;background: #004050;color: #fff;padding: 7px 20px; border-radius: 4px;}
button.btn-user{outline: none;background: #ff5121;color: #fff;font-size: 16px;font-weight: 400;padding: 7px 20px;border-radius: 4px;cursor: pointer;transition: all 0.4s ease; border: 2px solid transparent;}
button.btn-user:hover{background: #fff;color: #ff5121;border: 2px solid #ff5121;}
/*header ends here */

/*banner start here */
/*.banner{margin-top: 80px;position: relative; z-index: 2;overflow: hidden;}
.banner .carousel-item:after{content: '';position: absolute;width: 100%;height: 100%;left: 0;top: 0;	opacity: 0.3;z-index: 1;	background: #000;}
.carousel-caption{z-index: 99;overflow: hidden;}
.carousel-caption {position: absolute;transform: translate(-50%, -50%);left: 50% !important; z-index: 10;padding-top: 20px; width: 100%;padding-bottom: 20px; color: #fff; background: rgb(0 0 0 / 0.5);}*/
/*.carousel-caption button{z-index: 999;overflow: hidden;}
.carousel-caption p{font-size: 20px;font-weight: 500;margin: 10px 0 30px 0;}
.carousel-caption button.get-strated-btn{    background: #184d90;padding: 10px 45px;margin: 10px 0 10px 40px;display: inline-block;border-radius: 5px;font-weight: bold;color: #fff;font-size: 16px;border: 2px solid transparent;transition: all 0.4s ease; cursor: pointer;z-index: 99;}
.carousel-caption h1{text-transform: uppercase;font-size: 36px;}
.carousel-control-next-icon, .carousel-control-prev-icon{width: 30px !important;height: 30px !important;}
.carousel-control-next, .carousel-control-prev{z-index: 99;}*/
/*banner ends here */

.banners{position: relative;z-index: 7;}
.banner-overlay{width: 100%;height: 100%; position: absolute;z-index: 9;top: 0;left: 0;opacity: 0.4;background: #000;}
.banners .banner-content {z-index: 99;text-align: center; position: relative; color: #fff;top: 50%;transform: translateY(-50%);}
.banners .banner-content h1{font-weight: 600;text-transform: uppercase;}
.banners .banner-content p{color: #fff;font-weight: 600;font-size: 18px;}
.banners .banner-content button.learn-more{
    background: #ff5121;
    border: 2px solid transparent;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    color: #fff;
    margin-top: 5px;
    transition: all 0.4s ease;
    cursor: pointer;
}
.banners .banner-content button.learn-more:hover{
    background: #fff;
    color: #ff5121;
    border: 2px solid #ff5121;
}

.banners.newbanners {
    height: 240px;
    margin-top:0;
}
div#clock {
    margin-top: 84px;
    background: #184d90;
    padding: 10px 0;
}
div#clock  .countdownClock__inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
div#clock h3 {
    font-size: 18px;
    color: #fff;
    margin-right: 30px;
    margin-bottom:0px;
}
div#clock a {
    background: #ff5121;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    outline:none;
    padding: 3px 12px;
    border-radius: 5px;
    transition: all 0.4s ease;
    cursor: pointer;
    border: 2px solid transparent;
    focus:none;
    border-color:none;
}

div#clock a:hover {
    background: #fff;
    color: #ff5121;
    border: 2px solid #ff5121;
}
/** banner ends here */


/******** trainings start here **********/
.trainings .training-quality{
    margin-bottom: 30px;
    padding-left: 35px;
    padding-right: 35px;
}
.trainings .training-quality .traning-head h2{
    text-align: center;
    padding: 15px 0 0 0;
    font-weight: bold;
    color: #344044;
    font-size: 28px;
}

.trainings .training-quality .training-parts .training-per-set{
    padding: 20px 3px 10px 3px;
    height: 160px;
    background: #f3f5fa;
    position: relative;
    text-align: center; 
    border-radius: 5px;
    box-shadow: 0 1px 2px #00000040;
    transition: all 0.4s ease;
}

.trainings .training-quality .training-parts .training-per-set:hover{
    transform: scale(1.1);
    box-shadow: 0 2px 6px #00000040;
}
.trainings .training-quality .training-parts .training-per-sets:hover{
    transform: scale(1.1);
    box-shadow: 0 2px 6px #00000040;
}
.trainings .training-quality .training-parts .training-per-sets{
    padding: 20px 20px 20px 20px;
    height: 150px;
    background: #f3f5fa;
    position: relative;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 1px 2px #00000040;
    transition: all 0.4s ease;
}
/*.trainings .training-quality .training-parts .training-per-set:hover { 
    color: #fff;
}*/

.trainings .training-quality .training-parts .training-per-set:before {
    border-top: 5px solid #184d90;
    position: absolute;
    z-index: 12;
    content: '';
    width: 100%;
    border-radius: 5px;
    height: 0;
    left: 0;
    top: 0;
}
.trainings .training-quality .training-parts .training-per-sets:before{
    border-top: 5px solid #ff5121;
    position: absolute;
    z-index: 12;
    content: '';
    width: 100%;
    height: 0;
    border-radius: 5px;
    left: 0;
    top: 0;
}
.trainings .training-quality .training-parts a{
    text-decoration: none;
}
.trainings .training-quality .training-parts .training-per-set h3{
    font-size: 16px;
    font-weight: 500;
    color: #344044;
    position: relative;
    padding-top: 20px;
    z-index: 999;
}
.trainings .training-quality .training-parts .training-per-sets h3{
    font-size: 16px;
    font-weight: 500;
    color: #344044;
    position: relative;
    padding-top: 20px;
    text-decoration: none;
    z-index: 999;
}
.trainings .training-quality button.view-btn{
    background: #ff5121;
    width: 200px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 6px;
    border-radius: 5px;
    transition: all 0.4s ease;
    cursor: pointer;
    border: 2px solid transparent;
}
.trainings .training-quality button.view-btn:hover{
    background: #fff;
    color: #ff5121;
    border: 2px solid #ff5121;
}


.training-quality .row{
   justify-content: center;
}
/******** traning ends here ********/


/******* Fc19 start here ******/
.component:not(.fc00):not(.fc01) {
    opacity: 1;
}
.fc19.in {
    transform: translate(0%);
}
.fc19 {
    right: 69px;
}
.fc19 {
    transform: translatex(-100%);
    transition: .6s opacity,.6s transform;
}
.fc19 {
    margin:0 0 30px 0;
    position: relative;
    right: 150px;
}

.bigArrow:before {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 9000em;
    background: inherit;
}
.main .bigArrow .content-constraint {
    width: calc(100% - 100px);
    position: relative;
    z-index: 10;
}
.wider-constraints .main .content-constraint {
    width: 990px;
    max-width: 100%;
    margin: 0 auto;
}

.bigArrow__inner {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
    justify-content: center;
    padding-left: 11%;
    padding-right: 50px;
}
.in .fact {
    transform: translatey(0);
    opacity: 1;
}
.fact:nth-child(1) {
    transition-delay: .25s;
}
.fact {
    display: block;
    text-align: center;
    padding: 0 30px;
    left: 69px;
}
.facts {
    display: block;
    text-align: center;
    padding: 0 30px;
    left: 69px;
}
.fact strong, .type-homepage .fact span {
    display: inline;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 400;
}
.facts strong, .type-homepage .facts span {
    display: inline;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.fact::after {
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    width: 1px;
    background: #fff;
    top: 50%;
    right: 0;
    transform: translatey(-50%);
}
.facts::after {
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    width: 1px;
    background: #fff;
    top: 50%;
    right: 0;
    transform: translatey(-50%);
}

.teal-on-blue .triangle-right {
    border-left-color: #184d90;
}
.arrow-3ac776e4-a656-44fd-9f1f-51d081b2237e .triangle-right {
    border-left-color: #184d90 !important;
}
.triangle-right::after {
    content: "";
    width: 100%;
    background: transparent;
    position: absolute;
    left: 0;
    top: 50%;
    border-top: 150px solid transparent;
    border-bottom: 150px solid transparent;
    border-left: 90px solid #ccc;
    transform: translatey(-50%);
    border-left-color: inherit;
}
.triangle-right {
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 103px;
    overflow: hidden;
    border-left-color: #ccc;
}
/********* fc19 ends here *********/


/******** ourkey start here *******/
.our-key{
    background: #ecf1f6;
}
.ourkey-per.col-md-7 {
    display: flex;
    align-items: center;
}
.our-key .ourkey-per .training-icon{
    padding: 40px 0;
}
.our-key .ourkey-per .training-icon h2{
    font-weight: bold;
    margin-bottom: 15px;
    color: #344044;
}
.our-key .ourkey-per .training-icon p strong{
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
        color: #000;
}
.our-key .ourkey-per .training-icon p{
    font-size: 16px;
    color: #000;
    line-height: 25px;
}
.our-key .ourkey-set .trainingss-icon img{
    width: 85%;
    padding: 15px;
}
/********** our-key ends here **********/

/*********** tranex start here ********/
.tranex{
    margin: 60px 0;
}
.tran-icon {
    padding: 20px 0;
}

.tranex .tranex-per .tran-icon h2{
    font-weight: bold;
    margin-bottom: 10px;
    color: #344044;
}
.tranex .tranex-per .tran-icon p{
    color: #000;
}
.tranex .tranex-per .tran-icon button.contact-us{
    background: #ff5121;
    width: 170px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 6px;
    border-radius: 5px;
    margin: 10px 0;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.4s ease;
}
.tranex .tranex-per .tran-icon button.contact-us:hover{
    background: #fff;
    color: #ff5121;
    border: 2px solid #ff5121;
}
.tranex-set .tran-iconset .icons-img {
    display: flex;
}
.tranex-set .tran-iconset .icons-img .left-set{
    width: 11%;
    margin-right: 30px;
    margin-top: 10px;
}
.tranex-set .tran-iconset .icons-img .left-set img {
    width: 100%;
}
.tranex-set .tran-iconset .icons-img .right-set{
    width: 90%;
}
.tranex-set .tran-iconset .icons-img .right-set h6{
    color: #344044;
}
.tranex-set .tran-iconset .icons-img .right-set p{
    font-size: 16px;
    line-height: 25px;
    color: #000;
}
/*********** tranex ends here ********/

/******* goodwill start here *******/
.goodwill{
    background: linear-gradient(90deg, #184d90, #70ccfa);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.goodwill h3{
    color: #fff;
    margin: 0;
    font-weight: 600;
    font-size: 30px;
    padding-left: 20px;
}
.goodwill img{
    width: 300px;
    height: auto;
    margin-right: 20px;
}
/******* goodwill ends here ********/

/**** student say start here ********/
.student{
    background-image: url(../images/orange-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 50px 0;
}
.student .our-study{
    padding: 5rem 0 1rem 0;
}
.student .our-study h3{
    font-weight: 600;
    font-size: 30px;
    color: #344044;
}
.student .ourstudentss a, .student .ourstudentss.extra a, .student .ourstudentss.extra.thing a, .student .ourstudentss.top a{
    text-decoration: none;
}
.student .ourstudentss.extra{
    margin-top: 60px;
}
.student .ourstudentss.extra.thing{
    margin-left: 95px;
    margin-top: 0;
}
.student .ourstudentss.top{
    margin-top: -60px;
}
.student .ourstudentss .ourstudernt-per{
    background: #fff;
    margin-bottom: 30px;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 2px 4px #0000003d;
}
.student .ourstudentss .ourstudernt-per img{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    object-fit: cover;
    display: inline-block;
    box-shadow: 0 0px 2px #00000040;
}
.student .ourstudentss .ourstudernt-per h6{
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    color: #000;
    font-weight: 600;
}
.student .ourstudentss .ourstudernt-per p{
    font-size: 16px;
    color: #000;
}

.ourstudernt-per .long-text {
    display: none
}

.ourstudernt-per p i span.show-more-button {
    color: #184d90;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.4s ease;
}
.ourstudernt-per p i span.show-more-button:hover{
    color: #ff5121;
}
/**** student say ends here ********/

/********** footer start here ******/
footer{
    /*padding-top: 30px;*/
    /*border-top: 1px solid #e9e9e9;*/
}
footer .foot .foot-head{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
footer .foot .foot-head img{
    width: 210px;
}
footer .foot .foot-head p{
    font-size: 16px;
    margin-top: 20px;
    color: #000;
}
footer .foot .foot-about{
    padding: 0 50px 0 0;
}
footer .foot .foot-about h4{
    color: #184d90;
    font-weight: 600;
    text-transform: uppercase;
}
footer .foot .foot-about p{
    font-size: 16px;
    color: #000;
    margin-top: 0px;
    margin-bottom:15px;
}
footer .foot .foot-con h4{
    color: #184d90;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}
footer .foot .foot-con p{
    color: #000;
    font-size: 16px;
    transition: all 0.4s ease;
}
footer .foot .foot-con .foot-contact a{
    display: flex;
    text-decoration: none;
}
footer .foot .foot-con .foot-contact p:hover{
    color: #184d90;
}
footer .foot .foot-con .foot-contact a:hover i{
    color: #184d90;
}
footer .foot .foot-con .foot-contact a i{
    font-size: 20px;
    color: #ff5121;
    transition: all 0.4s ease;
    margin-right: 15px  ;
}
footer .links{
    border-top: 1px solid #e9e9e9;
}
footer .links ul{
    margin: 0;
    padding: 0;
}
footer .links li{
    text-align: center;
    list-style: none;
    display: inline-block;
    padding: 10px 20px;    
}
footer .links li a{
    text-transform: uppercase;
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    transition: all 0.4s ease;
}
footer .links li a:hover{
    color: #184d90;
}
footer .copyright.col-md-12 {
    background: #282828;
    color: #fff;
}
footer .copyright .copy h6{
    margin: 0;
    padding: 20px 40px;
}
footer .copyright .copys h6 a{
    color: #fff;
    text-decoration: none;
}
footer .copyright .copys h6{
    margin: 0;
    padding: 10px 40px;
}
footer .copyright .copys h6 i{
    background: #fff;
    padding: 10px 8px;
    border-radius: 50%;
    color: #ff5121;
    transition: all 0.4s ease;
    font-family: "Font Awesome 5 Brands" !important;
    height: 35px;
    width: 35px;
    text-align: center;
}
footer .copyright .copys h6 a:hover .fa-facebook-f {
    background: #184d90;
    color: #fff;
}
footer .copyright .copys h6 a:hover .fa-linkedin-in {
    background: #0e76a8;
    color: #fff;
}
footer .copyright .copys h6 a:hover .fa-twitter {
    background: #00acee;
    color: #fff;
}
footer .copyright .copys h6 a:hover .fa-youtube {
    background: #c4302b;
    color: #fff;
}
footer .copyright .copys h6 a:hover .fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: #fff;
}


/********* Quality Assurance Manual Testing start here ***********/
.banners.coursesban{
    margin-top: 84px;
    background-image: url(../images/courses1.jpg);
    position: relative;
    z-index: 7;
    height: 150px;
    background-size: 100% 100%;
    background:#184d90;
}
.banners{
    margin-top: 85px;
    background-image: url(../images/courses1.jpg);
    position: relative;
    z-index: 7;
    height: 150px;
    background-size: 100% 100%;
    background:#184d90;
}
.banner-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    opacity: 0.4;
    background: #000;
}
.banners .banner-content {
    z-index: 99;
    text-align: center;
    position: relative;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
}
.banners .banner-content h1{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 32px;
}

.mn-test .mncontent.col-md-6 {
    display: grid;
}
.mn-test .mnhead{
    margin: 0 0 20px 0;
}
.mn-test .mnhead h2{
    font-weight: 700;
    color: #184d90;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.mn-test .mnhead p{
    font-size: 16px;
}
.mn-test .mncontent .mncontent-img img{
    padding-bottom: 40px;
    width: 300px;
}
.mncontent-img.text-center.col-md-5{
    display: block;
    justify-content: center;
    align-items: center;
}
.mn-test .mncontent .mnconlist h4{
    color: #184d90;
    font-weight: 600;
}
.mn-test .mncontent .mnconlist p {
    color: #000;
    font-size: 16px;
}
.mn-test .mncontent .mnconlist ul{
    padding-left: 25px;
}
.mn-test .mncontent .mnconlist ul li {
    font-size: 16px;
    list-style: circle;
    color: #000;
    line-height: 24px;
}
.mn-test .mncontent .mnconlist ul li::marker{
    color: #184d90;
    font-size: 18px;
}
.mncontent button.jionnow-btn{
    background: #ff5121;
    width: 160px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 6px;
    border-radius: 5px;
    margin: 10px 0 50px 0;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.4s ease;
}
.mncontent button.jionnow-btn:hover{
    background: #fff;
    color: #ff5121;
    border: 2px solid #ff5121;
}

.qa-de table td {
    border: 1px solid #ccc;
    padding: 10px 10px;
    vertical-align:center;
}
.qa-de table td {
    width: 70%;
}
.qa-de table td strong{
    color: #184d90;
}

.qa-de h4{
    color: #184d90;
    font-weight: 600;
}

.mncontent .row {
    flex-direction: row-reverse;
}
.col-btna {
    width: 100%;
}


/********* Quality Assurance Manual Testing ends here ***********/

/******** aboutus start here ***********/
.about-con {
    background:#ecf1f6;
    padding: 50px 0;
}
.about-con .about-image .about-img{
    align-items: center;
}
.about-con .about-image .about-img img{
    width: 300px;
}
.about-con .about-set h4{
    color: #184d90;
    font-weight: 600;
}
.about-con .about-set p{
    font-size: 16px;
    line-height: 25px;
    color: #000;
}
.about-con .about-set ul{
    padding-left: 25px;
}
.about-con .about-set ul li{
    font-size: 16px;
    list-style: circle;
    color: #000;
    margin-bottom: 5px;
}

.about-image.col-md-6.text-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-cons {
    padding: 50px 0;
}
.about-cons .about-image .about-img img{
    width: 300px;
}
.about-cons .about-set h4{
    color: #184d90;
    font-weight: 600;
}
.about-cons .about-set p{
    font-size: 16px;
    line-height: 25px;
    color: #000;
}
.about-cons .about-set ul{
    padding-left: 25px;
}
.about-cons .about-set ul li{
    font-size: 16px;
    list-style: circle;
    color: #000;
    margin-bottom: 5px;
}
/******** about us ends here ***********/

/*********** placement start here *********/
.placement {
    padding: 10px 0 50px 0;
}
.placement .place-image.text-center .place-img img{
    width: 100%;
    float: right;
    margin-top: -200px
}
.placement .about-set h4{
    color: #184d90;
    font-weight: 600;
}
.placement .about-set p{
    font-size: 16px;
    line-height: 25px;
    color: #000;
}
.placement .about-set ul{
    padding-left: 25px;
}
.placement .about-set ul li{
    font-size: 16px;
    list-style: circle;
    color: #000;
    margin-bottom: 5px;
}

.placeme .placeme-parts .place-per-set{
    background: #f3f5fa;
    padding: 30px;
    height: 260px;
    border-radius: 5px;
    box-shadow: 0 2px 4px #00000040;
    transition: all 0.6s ease;
}
.placeme .placeme-parts .place-per-set:hover {
    /*transform: scale(1.0);*/
    box-shadow: 0 2px 6px #00000040;
}
.placeme .placeme-parts .place-per-set h4 {
    font-size: 18px;
    font-weight: 700;
    color: #344044;
    margin-bottom: 15px;
}
.placeme .placeme-parts a{
    text-decoration: none;
}

.placeme .placeme-parts .place-per-set:before{
    border-top: 5px solid #184d90;
    position: absolute;
    z-index: 12;
    content: '';
    width: 92%;
    height: 0;
    border-radius: 5px;
    left: 15px;
    top: 0;
}
.placeme .placeme-parts .place-per-set p{
    color: #000;
    font-size: 16px;
}
.placeme h2.placemehead{
    font-weight: 700;
    color: #184d90;
}
.placeme h2.placemehead span{
    color: #f05022;
}
.placeme .placeme-parts .place-per-set .training-icon{
    text-align: center;
    padding: 20px 0;
}
.placeme .placeme-parts .place-per-set .training-icon i{
    color: #184d90;
    font-size: 40px;
    margin-bottom: 20px;
}
.placeme .placeme-parts .place-per-set .training-icon i.fa-people-arrows:before{
    content: "\f968";
}

.place-contt{
    background:#92dbff;
    margin: 50px 0 0;
}
.padding-0px {
    padding:0px !important;
}
.place-contt .row {
    align-items: center;
}
.place-contt .placecontt .placecontt-img img{
    width: 100%;
}
.place-contt .placecontt-cont .placecontentper h4{
    color: #184d90;
    font-weight: 700;
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 15px;
}
.place-contt .placecontt-cont .placecontentper p{
    color: #184d90;
    font-size: 16px;
    margin-bottom: 40px;
}
.place-contt .placecontt-cont .placecontentpers p{
    color: #184d90;
    font-size: 16px;
    margin-bottom: 15px;
}
.place-contt .placecontt-cont .placecontentpers img{
    width: 100px;
    margin-right: 30px;
}
.placement.col-md-12 .row {
    display: flex;
    flex-direction: row-reverse;
}


/********** placement ends here ***********/

/******** contact page start here **********/
.contactbg{
    padding: 40px 0;
}

form#contact-us-form .form-control {
    background: transparent;
    border: 1px solid #cccccc91;
    width: 100%;
    padding: 15px;
    color: #184d90;
    font-size: 16px;
    line-height: 1.2;
    border-radius: 5px;
    margin-bottom: 0;
    height: 50px;
    outline-color: #184d90;
    outline-width: 1px;
    transform: all ease .3s;
}
form#contact-us-form {
    width: 70%;
    margin: 10px auto;
}
.contact-us-sec {
    padding: 40px 80px;
}

.contact-us-sec {
    width: 100%;
    max-width: 100%;
}
form#contact-us-form textarea {
    height: 150px !important;
    resize: none;
}
form#contact-us-form .view-btn{
    background: #ff5121;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 8px 40px;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.4s ease;
    text-decoration:none;
}
form#contact-us-form .view-btn:hover{
    background: #fff;
    color: #ff5121;
    border: 2px solid #ff5121;
}
.form-control:focus {
    border-color: #80bdff !important;
    outline: 0;
    box-shadow: none !important;
}
span.space-bt {
    margin-right: 20px;
}


.contactno .contaphone a {
    margin: 10px 5px;
    padding: 10px 30px;
    background: #ff5121;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    text-decoration:none;
    border:2px solid transparent;
    transition:all 0.4s ease;
}
.contactno .contaphone i.fa.fa-phone-alt {
    font-size: 34px;
    color: #ffffff;
    padding: 12px;
}
section.contactno.text-center {
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
}
.contaphone.col-md-12 h2 {
    font-size: 36px;
    color: #ffffffde;
    margin-bottom: 30px;
}
.contaphone.col-md-12 {
    width: 100% !important;
    flex: 0 0 100%;
    margin: 30px auto;
    padding: 30px;
    position: relative;
}
section.contactno.text-center:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #00000096;
}
.contactno .contaphone a.btnstyl1 {
    background: #fff !important;
    color: #ff5121 !important;
    border: 2px solid #ff5121;
    transition:all 0.4s ease;
}
.contactno .contaphone a:hover {
    background: #fff !important;
    color: #ff5121 !important;
    border: 2px solid #ff5121;
}
.contactno .contaphone a.btnstyl1:hover {
    background: #ff5121 !important;
    color: #ffffff !important;
    border: 2px solid #ff5121;
}
/****** contact page ends here ************/

/***** gallery start here **********/
.main main .about-us-sec{
    margin:50px 0;
}
.banners.galban {
    margin-top: 84px;
    background-image: url(../images/courses1.jpg);
    position: relative;
    z-index: 7;
    height: 150px;
    background-size: 100% 100%;
    background: #184d90;
}
.gallery{
    margin: 40px 0;
    padding-top: 30px;
}
h4.name-student {
    margin-top: 15px;
    color: #ff5121;
    font-size: 20px;
    font-weight: 600;
}
.review-section img {
   width: 130px;
    height: 130px;
    border-radius: 100%;
    box-shadow: 0 4px 8px #00000052;
    text-align: center;
    margin: 15px auto;
    display: block;
}
.review-sec-content p {
    position: relative;
    z-index: 1;
    display: unset;
}
.review-sec-content {
    position: relative;
}
div#myModal .modal-dialog .modal-header {
    border: none;
}
.icon-sectionss {
    font-size: 24px;
    color: #ff5121a1;
    display: inline-block !important;
    margin-top: -20px;
    position: relative;
    top: 10px;
}
.icon-sections {
    position: relative;
    left: 0;
    top: 0;
    font-size: 24px;
    z-index: 0;
    color: #ff51218a;
}
div#myModal .modal-dialog {
    max-width: 60% !important;
}
.image-dv video {
    height: 210px;
    width: 100%;
}
.image-dv {
    margin: 15px 0;
    box-shadow: 0 4px 15px #ccc;
}
.image-dv img {
    width: 100%;
    height: 315px;
    object-fit: cover;
    object-position: top;
}
.main .btn--small{
    background: #ff5121;
    width: 200px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.4s ease;
}
.main .btn--small:hover{
    background: #fff;
    color: #ff5121;
    border: 2px solid #ff5121;
}
.image-dv iframe {
    width: 100%;
    height: 250px;
}
.image-dv img {
    height: 200px;
}
/******** gallery ends here ********/

/****** alert css ****/
.alert-success{
    width:70%;
    margin:0 auto;
}
.alert-danger{
    width:70%;
    margin:0 auto;
}
/*****alert css ******/


/*---------------24/05/2023-------------------*/

.training-per-set {
    margin-bottom: 20px !important;
}














/***** media query start here ******/
@media (max-width: 767px){
    .navbar-toggler-icon{
        display: block !important;
        height: 4px !important;
        width: 30px !important;
        margin: 4px !important;
        background:#184d90 !important;
    }
    .navbar-brand img{
        width:150px;
    }
    .header-nav:before, .header-nav:after {
        content: "";
        display: none !important;
    }
    .navbar-toggler{
        padding:0 !important;
    }
    .menu-item .sub-menu{
        left:0;
        width:100%;
        top:auto;
        position: relative;
        height: 0;
        padding: 0;
    }
    .menu-item:hover .sub-menu {
	    height:auto;
	    transform: rotateX(0deg);
    }
    .menu-item {
        list-style: none;
        transition: background 0.1s ease-in-out;
        background: #fff;
    }
    .banners{
        margin-top:65px;
    }
    .banners.coursesban{
        margin-top:69px;
    }
    .banners.galban {
        margin-top: 69px;
    }
    .banners.col-md-12{
        height:150px !important;
        background-size: cover;
        background-position: center;
    }
    .banners.newbanners{
        height:300px;
    }
    .banners .banner-content h1{
        font-size:26px;
        line-height:36px;
    }
    .banners .banner-content button.learn-more{
        margin:0 !important;
    }
    .goodwill{
        display: block !important;
    }
    .goodwill img{
        width:100%;
        margin:20px 0 0 0;
        padding: 0 40px;
    }
    .fc19{
        right: 0 !important;
    }
    .bigArrow__inner{
        display: flex;
        flex-wrap: wrap;
        padding: 0 15px;
        margin: 0;
        justify-content: center;
    }
    .student{
        margin:20px 0 !important;
    }
    .student .ourstudentss.extra.thing{
        margin-left: 0 !important;
    }
    .student .ourstudentss.top {
        margin-top: 0px !important;
    }
    .student .our-study{
        padding:10px 0 0 0;
    }
    .student .ourstudentss.extra {
        margin-top: 20px;
    }
    footer .links li{
        padding: 10px 0;
    }
    .triangle-right{
        display: none;
    }
    .facts{
        left:0;
    }
    .fact{
        left:0;
    }
    .facts::after{
        display:none;
    }
    .fact::after{
        display:none;
    }
    
    
    .facts {
        left: 0;
        width: 46% !important;
        height: 140px;
        background: #184d90;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        border-radius: 5px;
    }
    .fact {
        left: 0;
        width: 45% !important;
        height: 140px;
        background: #184d90;
        margin-bottom: 10px;
        margin-left: 10px;
        display: flex;
        align-items: center;
        border-radius: 5px;
    }
    .bigArrow {
        background-color: #fff !important;
    }
    
    
    footer .copyright .copy{
        text-align:center !important;
    }
    footer .copyright .copys{
        text-align:center !important;
    }
    footer .foot .foot-head {
         padding: 0 50px 0 30px; 
        padding: 0 10px;
    }
    .mn-test .mnhead h2{
        font-size:20px;
    }
    section.mn-test.mt-5{
        margin-top:20px !important;
    }
    .mncontent .mncontent-img img {
        padding-bottom: 40px;
        width: 100% !important;
    }
    .mn-test .mnconlist{
        padding-left:0;
    }
    .mncontent button.jionnow-btn{
        margin-bottom:30px !important;
    }
    .place-contt .placecontt .placecontt-img img {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .place-contt .placecontt-cont .placecontentpers img {
        width: 100px;
        margin-right: 30px;
    }
    .place-contt .placecontt-cont .placecontentper h4{
        margin-top: 20px;
    }
    
    .place-contt {
        background: #92dbff;
        margin: 30px 0 !important;
    }
    .placement {
        padding: 0 0 30px 0;
    }
    .contact-form{
        width:100% !important;
    }
    .contact-image i {
        width: 25% !important;
        margin-top: -10% !important;
    }
    .contact-form .btnContact{
        width:100% !important;
    }
    .form-group {
        margin-bottom: .5rem !important;
    }
    .contactbg{
        padding:20px 0;
    }
    .trainings .training-quality .training-parts .training-per-set:before {
        border-left: 5px solid #184d90;
        border-radius: 5px;
        border-top:0 !important;
        height: 100%;
        left: -5px;
        top: 0;
    }
    .trainings .training-quality .training-parts .training-per-set {
        padding:20px 5px;
        height: auto;
        background: #f3f5fa;
        position: relative;
        display: flex;
        justify-content: start;
        align-items:center;
        text-align: left;
        border-radius: 5px;
        box-shadow: 0 1px 2px #00000040;
        transition: all 0.4s ease;
    }
    .training-parts .training-per-set .training-icon img {
        width: 60px;
        margin-right: 25px;
        margin-left:10px;
        height:auto;
    }
    .trainings .training-quality .training-parts .training-per-set h3{
        padding:0 !important;
        margin:0 !imporatnt;
    }
    .trainings .training-quality .training-parts {
        margin: 5px 0 !important;
        padding: 0;
    }
    .tranex{
        margin:10px 0;
    }
    .our-key .ourkey-per .training-icon {
        padding: 40px 10px;
    }
    .tran-icon {
        padding: 20px 10px;
    }
    .tran-iconset {
        padding: 0 10px;
    }
    .student .our-study h3 {
        font-weight: 600;
        font-size: 26px;
        color: #344044;
        padding: 0 10px;
    }
    footer .foot .foot-about p{
        padding:0 10px;
    }
    footer .foot .foot-con h4{
        padding:0 10px;
    }
    footer .foot .foot-con .foot-contact a{
        padding:0 10px;
    }
    .placement .about-set h4 {
        color: #344044;
        font-weight: 600;
        margin-top: 30px;
    }
    .about-con .about-set h4{
        margin-top: 30px;
    }
    .about-cons .about-set h4{
        margin-top: 30px;
    }
    .about-cons .row.about-revers{
        display: flex;
        flex-direction: column-reverse;
    }
    .about-con{
        display: flex;
        flex-direction: column-reverse;
    }
    .about-cons {
        padding: 30px 0;
    }
    .about-con {
        padding: 30px 0;
    }
    iframe{
        width:100%;
    }
    .mn-test .mnhead {
        margin: 0 0 20px 0;
        padding: 0;
    }
    
    div#clock {
        margin-top: 68px;
        padding: 15px;
    }
    div#clock h3 {
        font-size: 16px;
        color: #fff;
        margin-right: 30px;
        margin-bottom: 0px;
    }
    div#clock a {
        background: #ff5121;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        margin: 0;
        outline:none;
        padding: 3px 12px;
        border-radius: 5px;
        transition: all 0.4s ease;
        cursor: pointer;
        border: 2px solid transparent;
        focus:none;
        border-color:none;
    }
    
    div#clock a:focus{
        background:#ff5121 !important;
        color:#fff !important;
        border:2px solid transparent !important;
        outline:none !important;
    }
    
    footer .foot .foot-head img {
        margin-bottom: 30px;
    }
    .contactno .contaphone a {
        display: inline-block;
    }
    .contact-us-sec{
        padding: 30px 0;
    }
    form#contact-us-form {
        width: 85%;
        margin: 10px auto;
    }
    footer .foot .foot-about {
        padding: 0 0px 0 0;
    }
    .tranex .tranex-per .tran-icon button.contact-us{
        padding:5px ;
        width: 160px;
    }
    .contaphone.col-md-12 h2 {
        font-size: 24px;
        color: #ffffffde;
        margin-bottom: 20px;
    }
    .contactno .contaphone a {
        padding: 6px 30px;
    }
    .contaphone.col-md-12 {
        margin: 0px auto;
        padding: 20px;
    }
    form#contact-us-form .view-btn{
        padding:6px 25px;
    }
    .placement .place-image.text-center .place-img img{
        margin-top: 0px;
    }
    .main main .about-us-sec {
        margin: 25px 0;
    }
    .place-heade {
        display: block;
        text-align: center;
    }
    div#myModal {
        padding: 0 20px !important;
    }
    div#myModal .modal-dialog {
        max-width: 100% !important;
    }
    .our-key .ourkey-set .trainingss-icon img {
    width: 100%;
    padding: 15px;
}
    
}


@media (min-width: 768px) and (max-width: 1023px) {
    .navbar-toggler-icon{
        display: block !important;
        height: 4px !important;
        width: 30px !important;
        margin: 4px !important;
        background:#184d90 !important;
    }
    .navbar-brand img{
        width:150px;
    }
    .header-nav:before, .header-nav:after {
        content: "";
        display: none !important;
    }
    .navbar-toggler{
        padding:0 !important;
    }
    .menu-item .sub-menu{
        left:0;
        width:100%;
        top:auto;
        position: relative;
        height: 0;
        padding: 0;
    }
    .menu-item:hover .sub-menu {
	    height:auto;
	    transform: rotateX(0deg);
    }
    .menu-item {
        list-style: none;
        transition: background 0.1s ease-in-out;
        background: #fff;
    }
    
    div#clock{
        margin-top:69px;
    }
    .placement .about-set h4 {
        margin-top: 0;
    }
    .contact-form {
        width: 80% !important;
    }
    .contact-image i {
        width: 13% !important;
        margin-top: -5% !important;
    }
    .about-cons .row.about-revers {
        flex-direction: inherit !important;
        display: flex;
    }
    .trainings .training-quality .training-parts {
        margin: 15px 0;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .student .ourstudentss.top{
        margin:0 !important;
    }
    .fc19 {
        right: 100px;
    }
    .bigArrow__inner {
        padding-left: 25px;
        padding-right: 65px;
        width: 100%;
    }
    .triangle-right {
        width: 95px;
    }
    .mn-test .mncontent .mncontent-img img {
        width: 100% !important;
    }
    footer .foot .foot-head img {
        width: 210px;
        padding: 0 20px;
    }
    .banners.newbanner {
        margin-top: 70px;
    }
    .banners {
        margin-top: 46px;
    }
    .banners.coursesban{
        margin-top:69px;
    }
    .banners.galban {
        margin-top: 69px;
    }
    .contact-us-sec {
        padding: 40px 0px;
    }
    .our-key .ourkey-set .trainingss-icon img {
        width: 100%;
        padding: 15px 0;
    }
    .place-contt .row {
        align-items: center;
    }
    .place-contt .placecontt .placecontt-img img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        object-position: top;
    }
    .placeme .placeme-parts .place-per-set:before {  
        width: 86%;
    }
    .place-contt .placecontt-cont .placecontentpers img {
        width: 80px;
        margin-right: 30px;
    }
    section.goodwill {
    display: flex !important;
    }
    .goodwill img {
    width: 300px !important;
    height: auto;
    margin-right: 20px;
}
.trainings .training-quality {
    margin-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
}
.trainings .training-quality .training-parts {
    padding: 0 10px;
}
.trainings .training-quality .training-parts .training-per-set {
    display: block;
    text-align: center;
}
.bigArrow__inner {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px !important;
    margin: 0;
    justify-content: center;
}






}

@media (min-width: 1024px) and (max-width: 1285px) {
    .trainings .training-quality .training-parts .training-per-set {height: 160px;}
}

@media only screen and (min-device-width:800px) and (max-device-width:1280px) {
    .banners.newbanners {height: 330px;}
}
@media only screen and (min-device-width:720px) and (max-device-width:1280px) {
    .banners.newbanners {height: 250px; }
}
@media screen and (max-width: 1280px) and (max-height: 768px) and (min-height: 721px) {
    .banners.newbanners {height: 330px;}
}

@media screen and (max-width: 1280px) and (max-height: 960px) and (min-height: 801px) {
    .banners.newbanners {height: 330px;}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .banners.newbanners {height: 290px;}
}
@media (min-width: 1286px) and (max-width: 1327px) {
    .banners.newbanners {height: 220px;}
    .trainings .training-quality .training-parts .training-per-set {padding: 20px 3px 10px 3px;height: 155px;}
}
@media (min-width: 1328px) and (max-width: 1365px) {
    .banners.newbanners {height: 260px;}
    .trainings .training-quality .training-parts .training-per-set {padding: 20px 3px 10px 3px;height: auto;}
}
@media (min-width: 1329px) and (max-width: 1329px) {
    .banners.newbanners {height: 230px !important;}
    .trainings .training-quality .training-parts .training-per-set {padding: 20px 3px 10px 3px;height: 150px;}
}
@media (min-width: 1330px) and (max-width: 1330px) {
    .banners.newbanners {height: 280px !important;}
    .trainings .training-quality .training-parts .training-per-set {padding: 20px 3px 10px 3px;height: 150px;}
}
@media (min-width: 1331px) and (max-width: 1365px) {
    .banners.newbanners {height: 240px !important;}
    .trainings .training-quality .training-parts .training-per-set {padding: 20px 3px 10px 3px;height: 150px;}
}
@media (min-width: 1366px) and (max-width: 1367px) {
    .banners.newbanners {height: 300px !important;}
    .trainings .training-quality .training-parts .training-per-set {padding: 20px 3px 10px 3px;height: 150px;}
}
@media (min-width: 1368px) and (max-width: 1400px) {
    .banners.newbanners {height: 260px !important;}
    .trainings .training-quality .training-parts .training-per-set {padding: 20px 3px 10px 3px;height: 150px;}
}
@media (min-width: 1370px) and (max-width: 1370px) {
    .banners.newbanners {height: 300px !important;}
    .trainings .training-quality .training-parts .training-per-set {padding: 20px 3px 10px 3px;height: 150px;}
}
@media (min-width: 1390px) and (max-width: 1390px) {
    .banners.newbanners { height: 300px !important;}
    .trainings .training-quality .training-parts .training-per-set {padding: 20px 3px 10px 3px; height: 150px;}
}
@media (min-width: 1397px) and (max-width: 1409px) {
    .banners.newbanners {height: 260px !important;}
    .trainings .training-quality .training-parts .training-per-set {height: 150px;}
}
@media (min-width: 1410px) and (max-width: 1509px) {
    .banners.newbanners {height: 260px !important;}
    .trainings .training-quality .training-parts .training-per-set {height: 150px;}
}
@media (min-width: 1410px) and (max-width: 1410px) {
    .banners.newbanners {height: 300px !important;}
    .trainings .training-quality .training-parts .training-per-set {height: 150px;}
}
@media (min-width: 1420px) and (max-width: 1420px) {
    .banners.newbanners {height: 280px !important;}
    .trainings .training-quality .training-parts .training-per-set {height: 150px;}
}
@media (min-width: 1430px) and (max-width: 1430px) {
    .banners.newbanners {height: 280px !important;}
    .trainings .training-quality .training-parts .training-per-set {height: 150px;}
}
@media (min-width: 1440px) and (max-width: 1440px) {
    .banners.newbanners {height: 280px !important;}
    .trainings .training-quality .training-parts .training-per-set {height: 150px;}
}
@media (min-width: 1442px) and (max-width: 1443px) {
    .banners.newbanners {height: 280px !important;}
    .trainings .training-quality .training-parts .training-per-set {height: 150px;}
}
@media (min-width: 1446px) and (max-width: 1447px) {
    .banners.newbanners {height: 280px !important;}
    .trainings .training-quality .training-parts .training-per-set {height: 150px;}
}
@media (min-width: 1449px) and (max-width: 1473px) {
    .banners.newbanners {height: 280px !important;}
    .trainings .training-quality .training-parts .training-per-set {height: 150px;}
}
@media (min-width: 1474px) and (max-width: 1500px) {
    .banners.newbanners {height: 290px !important;}
    .trainings .training-quality .training-parts .training-per-set {height: 150px;}
}
@media (min-width: 1480px) and (max-width: 1480px) {
    .banners.newbanners {height: 320px !important;}
    .trainings .training-quality .training-parts .training-per-set {height: 150px;}
}
@media (min-width: 1501px) and (max-width: 1600px) {
    .banners.newbanners {height: 300px !important;}
    .trainings .training-quality .training-parts .training-per-set {height: 150px;}
}
@media (min-width: 1520px) and (max-width: 1520px) {
    .banners.newbanners {height: 320px !important;}
    .trainings .training-quality .training-parts .training-per-set {height: 150px;}
}
@media (min-width: 1525px) and (max-width: 1525px) {
    .banners.newbanners {height: 330px !important;}
    .trainings .training-quality .training-parts .training-per-set {height: 150px;}
}
@media (min-width: 1526px) and (max-width: 1541px) {
    .banners.newbanners {height: 310px !important;}
    .trainings .training-quality .training-parts .training-per-set {height: 150px;}
}
@media (min-width: 1542px) and (max-width: 1544px) {
    .banners.newbanners {height: 320px !important;}
    .trainings .training-quality .training-parts .training-per-set {height: 150px;}
}
@media (min-width: 1557px) and (max-width: 1560px) {
    .banners.newbanners {height: 320px !important;}
    .trainings .training-quality .training-parts .training-per-set {height: 150px;}
}
@media (min-width: 1546px) and (max-width: 1554px) {
    .banners.newbanners {height: 320px !important;}
    .trainings .training-quality .training-parts .training-per-set {height: 150px;}
}
@media (min-width: 1550px) and (max-width: 1550px) {
    .banners.newbanners {height: 320px !important;}
    .trainings .training-quality .training-parts .training-per-set {height: 150px;}
}
@media (min-width: 1561px) and (max-width: 1563px) {
    .banners.newbanners {height: 320px !important;}
    .trainings .training-quality .training-parts .training-per-set {height: 150px;}
}
@media (min-width: 1566px) and (max-width: 1597px) {
    .banners.newbanners {height: 330px !important;}
    .trainings .training-quality .training-parts .training-per-set {height: 150px;}
}
@media (min-width: 1570px) and (max-width: 1570px) {
    .banners.newbanners {height: 300px !important;}
    .trainings .training-quality .training-parts .training-per-set {height: 150px;}
}
@media (min-width: 1580px) and (max-width: 1580px) {
    .banners.newbanners {height: 300px !important;}
    .trainings .training-quality .training-parts .training-per-set {height: 150px;}
}
@media (min-width: 1585px) and (max-width: 1585px) {
    .banners.newbanners {height: 300px !important;}
    .trainings .training-quality .training-parts .training-per-set {height: 150px;}
}
@media (min-width: 1590px) and (max-width: 1590px) {
    .banners.newbanners {height: 300px !important;}
    .trainings .training-quality .training-parts .training-per-set {height: 150px;}
}
@media (min-width: 1595px) and (max-width: 1595px) {
    .banners.newbanners {height: 300px !important;}
    .trainings .training-quality .training-parts .training-per-set {height: 150px;}
}
@media (min-width: 1598px) and (max-width: 1700px) {
    .banners.newbanners {height: 340px !important;}
    .trainings .training-quality .training-parts .training-per-set {height: 150px;}
}
@media (min-width: 1605px) and (max-width: 1605px) {
    .banners.newbanners {height: 380px !important;}
    .trainings .training-quality .training-parts .training-per-set {height: 150px;}
}
@media (min-width: 1610px) and (max-width: 1610px) {
    .banners.newbanners {height: 380px !important;}
    .trainings .training-quality .training-parts .training-per-set {height: 150px;}
}
@media (min-width: 1615px) and (max-width: 1615px) {
    .banners.newbanners {height: 380px !important;}
    .trainings .training-quality .training-parts .training-per-set {height: 150px;}
}
@media (min-width: 1620px) and (max-width: 1623px) {
    .banners.newbanners {height: 370px !important;}
    .trainings .training-quality .training-parts .training-per-set {height: 150px;}
}
@media (min-width: 1625px) and (max-width: 1657px) {
    .banners.newbanners {height: 380px !important;}
    .trainings .training-quality .training-parts .training-per-set {height: 150px;}
}
@media (min-width: 1658px) and (max-width: 1700px) {
    .banners.newbanners {height: 325px !important;}
    .trainings .training-quality .training-parts .training-per-set {height: 150px;}
}

@media only screen and (min-width: 992px) and (max-width: 1023px){
    .menu-item { position: relative !important;}
    .menu-item .sub-menu {width: 250px;position: absolute;}
}


















/**** media query ends here *****/