@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');

body{font-family: 'Roboto', sans-serif;}
ul,ol{padding: 0px; margin: 0px;}
.header{
    width: 100%; 
    display: table;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: transparent;
    z-index: 99;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
}
.logo{
    float: left;
    display: inline-block;
    padding: 10px 0 0;
}
.logo a{text-decoration: none;}
.logo a img{height: 70px; display: block;}

.top_nav span{color: #fff; /*font-family: 'Playball', cursive;*/ font-size: 24px;margin-left: 175px;}
.header_right{clear: both; width: 100%; display: table; padding: 0 20px;
background-color: #fffffff0;}
.topbx{
    width: 100%; padding: 6px 20px; color: #fff; display: block;
    text-align: right; background-color: #f1670e; text-align: center;
}
.topbx a{text-decoration: none; color: #fff;}
.topbx span{font-weight: 600; font-size: 15px; text-transform: uppercase; color: #fff;}
.top_nav{clear: both; width: 100%; 
    display: table; padding: 5px 20px; background-color: #0470db;text-align: center;}
a.topph{float: right; display: inline-block; line-height: 20px; text-decoration: none;
color: #fff; font-size: 15px; margin-right: 10px; font-weight: 400;}
a.topph i{
    color: #fff;
    width: 32px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #75bbff;
    background-color: #005fbd;
    border-radius: 100%;
}
.top_nav ul.top_ul1{list-style: none; float:right; }
ul.top_ul1 li{float: left; display: inline-block;}
ul.top_ul1 li a{
    text-decoration: none; 
    color: #000;
    padding: 5px 15px;
    line-height: 20px;
    font-size: 14px;
    display: inline-block;
    text-transform: none;
    font-weight: 400;
    position: relative;
}
ul.top_ul1 li:last-child a::before {display: none;}

a.emplogin{float: right; display: inline-block; text-decoration: none; box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.5) !important;
color: #fff; padding: 5px 15px; background-color: #013d84; margin-right: 15px;
text-transform: uppercase; letter-spacing: 1px; font-weight: 500;}
a.emplogin1{background-color: #fff; color: #208920;}
.headerSocial{float: right; display: inline-block;}
.headerSocial a{text-decoration: none; font-size: 19px; margin-right: 5px;
transition: all 0.3s; color: #fff; width: 32px; height: 28px; border: 1px solid #fff;
text-align: center; display: inline-block; background-color: #3b579d;}
/* .headerSocial a.fb{color: #4862a3;}
.headerSocial a.tw{color: #49a6e8;}
.headerSocial a.lin{color: #006699;} */
.menu{
    float: right; display: inline-block;
}
.menu ul{list-style: none; padding: 0px; margin: 0px; float: left; display: inline-block;}
.menu > ul > li{float: left; position: relative; display: inline-block; margin-right: 2px;}
.menu > ul > li > a{
    /*text-decoration: none;
    color: #455a64;
    text-transform: uppercase;
    font-size: 15px;
    height: 85px;
    line-height: 85px;
    padding: 0 12px;
    letter-spacing: 1px;
    font-weight: 600;
    display: block;*/
    padding: 25px 12px;
    line-height: 35px;
    color: #231F20;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    text-transform: none;
    position: relative;
    border-bottom: 2px solid #fff;
}
.menu > ul > li > a i{margin-left: 5px; font-size: 12px; position: relative; top: -2px;}
.menu > ul > li.search > a i{margin-left: 0px; color: #228b24; font-size: 18px;}
.menu > ul > li:last-child > a::before {display: none;}
.menu > ul > li:hover > a, .menu > ul > li > a.active{color: #f1670e;}
.menu > ul > li > a.active{border-color: #f1670e;}

.megamenu{
    position: absolute;
    left: 0px;
    top: 100%;
    background-color: #fff;
    width: 600px;
    z-index: 9999;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.55);
    
    transition: all 0.1s ease-in-out 0s;
    visibility: hidden;
    transform: translateY(30px);
    opacity: 0;
    border-top: 3px solid #f1670e;
}
.megamenu1{width: 240px;}
.megamenu:before{
    position: absolute;
    left: 40px;
    top: -10px;
    content: "";
     width: 0; height: 0; 
     border-left: 10px solid transparent; 
     border-right: 10px solid transparent; 
     border-bottom: 10px solid #f1670e;
}
.menu > ul > li:hover .megamenu{
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}
.megamenu ul{
    list-style: none;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.megamenu ul li{
    float: left;
    display: inline-block;
    width: 50%;
    margin-right: 0px;
    padding: 0 5px;
}
.megamenu1 ul li{width: 100%;}
.megamenu ul li a{
    text-decoration: none;
    color: #455a64;
    padding: 7px 15px;
    line-height: 22px;
    display: block;
    font-size: 13px;
    width: 100%;
    text-transform: capitalize;
    border-bottom: 1px solid #eaeaea;
}
.megamenu ul li a:hover{
    /* background-color: #ddd; */
    color: #f1670e;
    transition: all 0.3s ease 0s;
}
.menu form{float: right; display: inline-block;}
.searchinput{position: relative; display: inline-block; float: left;}
.searchinput input.sinput{
    padding-left: 42.5px;
    padding-right: 13px;
    width: 260px;
    resize: none;
    position: relative;
    vertical-align: top;
    background-color: #FFFFFF;
    border: 0 solid #B8E986;
    border-bottom-color: rgb(184, 233, 134);
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-radius: 2px;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.5) !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px;
    height: 42px;
    outline: none;
    font-weight: 500;
    margin-top: 12px;
}
.searchinput input.sbtn{
    height: 42px;
    padding: 0 15px;
    line-height: 42px;
    outline: 0px;
    border: 0px;
    background-color: #228b24;
    border-radius: 2px;
    font-weight: 500;
    color: #fff;
    margin: 12px 0 0 5px;
    font-size: 16px;
    transition: all 0.3s;
    text-transform: uppercase;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.5) !important;
}
.searchinput input.sbtn:hover{background-color: #08990b;}
.searchinput:before{position: absolute; left: 13px; top: 22px; z-index: 9;
content: "\f002"; font-family: FontAwesome; color: #000; font-size: 16px;}

/*----------banner-----------*/
.mtop1 {
    height: 40px;
}
/*.main_banner:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(0,0,0,0.5);
    height: 100%;
    z-index: 1;
}*/
.fixlogo{
    position: absolute;
    right: 25px;
    bottom: 6%;
    z-index: 9;
    width: 120px;
}
.fixlogo img{width: 100%; opacity: 0.5}
.pav-slideshow .carousel-control img{width: 50px; background-color: rgba(0, 0, 0, 0.5); padding: 15px;}
.pav-slideshow .carousel-control.left{left: 0px;}
.banner_txt {
    top: 40% !important;
    color: #fff;
    position: absolute;
    text-align: left;
    width: 100%;
    padding: 0 8% !important;
    margin: auto;
    left: 0%;
    margin: auto;
    text-align: left;
}
.banner_hd, .banner_cont, .banner_r_more {
    width: 100%;
    float: left;
}
.banner_hd {
    color: #fff;
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;   
    width: 60%;
    margin-bottom: 20px;
    text-align: left;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
    visibility: visible !important;
}
.banner_hd1{
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    width: 100%;
    text-align: center;
}
.banner_hd1 h2{font-size: 42px; margin-bottom: 10px; font-weight: 800;}
.banner_hd1 p{font-size: 18px; line-height: 28px;}
.banner_hd span{color: #f1670e;}
.banner_cont {
    color: #fff;
    font-size: 21px;
    line-height: 30px;
    font-weight: 400;
    margin: 10px 0;
    display: block;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.10) !important;
    padding: 0px;
    width: 50%;
    visibility: visible !important;
}
.banner_cont span {
    margin: 0 10px;
    display: inline-block;
}
.banner_cont span i {
    margin-right: 5px;
}
.banner_r_more{
    clear: both;
    margin-top: 10px;
}
.banner_r_more a{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    margin: auto;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all 0.3s ease 0s;
    visibility: visible !important;
    outline: 0px;
    padding: 10px 30px;
    background-color: #f1670e;
    border-bottom: 3px solid #a84200;
}
.banner_r_more a img{width: 60px;}
.banner_r_more a:hover{background-color: #fff; color: #f1670e;}
.ban_but {
    bottom: 10%;
}

.slideRight ul{list-style: none;}
.slideRight ul li{display: inline-block; position: relative; padding: 0 25px;}
.slideRight ul li:before{
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
    font-size: 21px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
}
.slideRight ul li:first-child:before{display: none;}


.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
} 
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
} 

.carousel-control.right{background-image: none !important;}
.carousel-control.left{background-image: none !important;}


a.scroll-down-link {
    width: 50px;
    position: absolute;
    left: 0px;
    bottom: 15%;
    color: #FFF;
    text-align: center;
    z-index: 90;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    -webkit-animation: move_fade_move_down 2s ease-in-out infinite;
    animation: move_fade_move_down 2s ease-in-out infinite;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    right: 0px;
    outline: 0px !important;
    border: 0px;
}
a.scroll-down-link img{opacity: 0.6;}
/*animated arrow animattion*/
 @-webkit-keyframes move_fade_move_down {
 0% {
 -webkit-transform:translate(0, -5px);
 opacity: 1;
}
 50% {
 -webkit-transform:translate(0, 10px);
 opacity: 1;
}
 100% {
 -webkit-transform:translate(0, -5px);
 opacity: 1;
}
}
 @keyframes move_fade_move_down {
 0% {
 transform:translate(0, -5px);
 opacity: 1;
}
 50% {
 transform:translate(0, 10px);
 opacity: 1;
}
 100% {
 transform:translate(0, -5px);
 opacity: 1;
}
}
/*----------banner-----------*/


/*section0*/
.section0{
    width: 100%;
    display: table;
    padding: 50px 0;
    clear: both;
    background-color: #fff;
    background-image: url('../images/background-bullets.svg');
    background-repeat: repeat;
    background-size: 7px;
    overflow: hidden;
    background-position: left center;
}
.section0 p{
    color: #000;
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
}
.sec0bx1{
    width: 100%;
    display: table;
    background-color: #fff;
    color: #000;
    border: 1px solid #e62638;
}
.sec0bx2{border-color: #0166cb}
.sec0bx1 h3{
    font-size: 18px;
    color: #e62638;
    border-bottom: 1px solid #e62638;
    margin: 0 0 5px;
    padding: 5px 20px;
}
.sec0bx1 ul{
    list-style: none;
    width: 100%;
    padding: 5px;
    margin: 0px;
}
.sec0bx1 ul li{
    width: 100%; display: block;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    margin-bottom: 0px;
}
.sec0bx1 ul li:before{
    position: absolute;
    left: 10px;
    top: 0px;
    content: "\f046";
    font-size: 14px;
    color: #e62638;
    font-family: FontAwesome;

}
.sec0bx2 h3{color: #0166cb; border-color: #0166cb;}
.sec0bx2 ul li:before{color: #0166cb;}

.hirebx{
    clear: both; width: 100%; display: table;
}
.section0 a{
    display: table;
    margin:  auto;
    padding: 10px 40px;
    margin-top: 30px;
    color: #d82637;
    font-size: 14px;
    border: 1px solid #d82637;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #fff;
}
.section0 a:hover{background-color: #d82637; color: #fff; text-decoration: none;}
/*section0*/

/*-------section1---------*/
.section1{background-color: #f6f6f6; width: 100%; display: table; padding: 40px 0 20px;
/*background-image: url('../images/bg.jpg');*/}
.section1 h2{margin-top: 0px; position: relative; color: #000; font-weight: 700;
margin-bottom: 30px; /* border-left: 4px solid #f1670e; */ padding-bottom: 20px;
text-align: center;}
.section1 h2:before{
    position: absolute;
    left: 47%;
    bottom: 0px;
    width: 6%;
    content: "";
    height: 2px;
    background-color: #f1670e;
}
.section1 h2 a{
    position: absolute;
    right: 0px;
    float: right;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #f1670e;
    padding: 10px 30px;
    border: 1px solid #f1670e;
    color: #fff;
    font-weight: 600;
    top: -5px;
    text-decoration: none;
    transition: all 0.3s;
}
.section1 h2 a:hover{background-color: #fff; color: #f1670e;}
.coursespage_list ul{
    list-style: none;
    width: 100%;
}
.coursespage_list ul li
{
    width:25%;
    float:left;
    min-height:250px;
    padding:0px 10px;
    margin-bottom:20px;
}
.coursespage_list ul li a
{
    outline:none;
    float:left;
    border: 1px solid #ebebeb;
    width:100%;
    box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.15);
}
.course_img
{
    width:100%;
    float:left;
    padding:5px 5px 0px;
    /* height: 130px; */
    border: 1px solid #ebebeb;
}
.course_img img
{
    width:100%;
    height:100%;
    height: 168px;
}
.course_info
{
    width:100%;
    float:left;
    min-height: 140px;
    height: 140px;
    overflow:hidden;
    background:#f0f0f0;
    padding:0px 15px 15px;
    text-align:center;
    position:relative;
}
.coursesbox ul li a:hover > .course_info .course_hover
{
    top:0%;
    transition:all .3s;
}
.course_hover
{
    position:absolute;
    left:0px;
    top:100%;
    width:100%;
    height:100%;
    transition:all .3s;
    background:#e8e8e8;
    z-index:9;
    padding:20px 10px;
}
.course_hover p{
    color: #333 !important;
    font-size: 14px;
    font-weight: 400;
    margin-top:15px;
}
.course_info h4
{
    border-bottom: 1px solid #d7d7d7;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0px 10px;
    padding: 9px 0px;
    min-height: 45px;
    color: #0470db
}
.h_stars
{
    width:100%;
    float:left;
    margin-bottom:10px;
}
.h_stars i
{
    display:inline-table;
    color:#e4b009;
}
.course_info p
{
    color: #989898;
    font-size: 12px;
    font-weight: 400;
    margin-bottom:0px;
}
.course-price
{
    width:100%;
    float:left;
    color:#3b3b3b;
}
.course-price span
{
    display:inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-right:5px;
    
}
.course-price small
{
    display:inline-block;
    text-decoration: line-through;
    color:#ff0004;
    font-weight:400;
    font-size: 13px;
    margin-left:5px;
}
.m_details
{
    width:auto;
    border:1px solid #3b3b3b;
    padding:5px 15px;
    margin:10px auto 0px auto;
    display:inline-table;
    color:#3b3b3b;
    font-size:12px;
    border-radius:3px;
    transition:ease all .5s;
}
.coursespage_list ul li a:hover .m_details
{
    background:#f1670e;
    border:1px solid #f1670e;
    color:#fff;
    transition:ease all .5s;
}
/*-------section1---------*/

/*home_numbers*/
.homenumbers{background-color: #003971; display: block; overflow: hidden;
  padding: 0; clear: both; position: relative;}
/* .homenumbers:before{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(60, 60, 60, 0.8);
} */
.sec4bx1{text-align: center; padding: 50px 20px; position: relative; z-index: 9;}
.funfact-img {display: inline-block; margin-right: 20px; opacity: 0.8;}
.funfact-count {display: inline-table; overflow: hidden; position: relative; top: -5px;}
.funfact-count h3, .funfact-count h2 {color: #fff; text-transform: capitalize; 
  font-size: 19px; margin: 0 0 3px; font-weight: 400; text-align: left;}
.funfact-count h2 span {font-size: 32px; font-weight: 700;}

/*section3*/
.section3{
    width: 100%;
    display: block;
    padding: 50px 0;
    background-color: #002951;
    background-image: url('../images/background-bullets.svg');
    background-repeat: repeat;
    background-size: 7px;
    overflow: hidden;
    background-position: left center;
}
.section3 h2{text-align: center; margin-top: 0px; position: relative; color: #fff; font-weight: 700;
margin-bottom: 30px; padding-bottom: 20px;}
.section3 h2:before{
    position: absolute;
    left: 47%;
    bottom: 0px;
    width: 6%;
    content: "";
    height: 2px;
    background-color: #f1670e;
}
.section3 h2 a{
    float: right;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #f1670e;
    padding: 10px 30px;
    border: 1px solid #f1670e;
    color: #fff;
    font-weight: 600;
    position: relative;
    top: -5px;
    text-decoration: none;
    transition: all 0.3s;
}
.section3 h2 a:hover{background-color: #fff; color: #f1670e;}
.section3 ul{
    list-style: none;
    width: 100%;
    display: block;
    clear: both;
}
.section3 ul li{
    float: left;
    display: inline-block;
}
.section3 ul li a{
    text-decoration: none;
    color: #000;
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    font-weight: 400;
    background-color: #fff;
    box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.15);
    overflow: hidden;
}
.imgbx{width: 100%; margin-bottom: 30px; position: relative; }
.section3 ul li a .imgbx:before{
    position: absolute;
    left: 0px;
    top: -100%;
    width: 100%;
    height: 100%;
    content: "";
    transition: all 0.3s;
    background-color: rgba(36, 123, 216, 0.5);
}
.section3 ul li a:hover .imgbx:before{top: 0px;}
.section3 ul li a:hover .imgbx:after{
    position: absolute;
    left: 0px;
    top: 30%;
    width: 100%;
    height: 100%;
    color: #fff;
    content: "+";
    font-weight: 300;
    font-size: 56px;
}
.section3 ul li a img{width: 100%; display: block;}
.section3 ul li a h3{
    position: absolute;
    left: 5%;
    bottom: -40px;
    width: 90%;
    padding: 10px;
    display: block;
    color: #fff;
    background-color: #247bd8e3;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 20px;
}
.section3 ul li a p{padding: 15px 20px 20px; font-size: 14px; color: #333; display: none;}
.section3 ul li a:hover h3{background-color: #1265bd;}
.section3 .owl-nav{position: absolute; top: -25%; right: 0px; width: 9% !important;}
.section5 .owl-nav{position: absolute; top: -21%; right: 0px; width: 9% !important;}
/*section3*/


/*section5*/
.section5{
    background-color: #fff;
    padding-bottom: 20px;
}
.section5 h2{color: #003971;}
.section5 ul li{padding: 10px;}
.section5 .owl-carousel .owl-stage-outer{}
.section5 ul li a{
    text-decoration: none;
    color: #000;
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    font-weight: 400;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    overflow: hidden;
}
.section5 .owl-prev{background-image: url('../images/prev4.png')}
.section5 .owl-next{background-image: url('../images/next4.png')}
.section5 ul li a h4{margin-bottom: 0px; margin-top: 0px; 
    font-size: 16px; font-weight: 600; position: relative;
    height: 60px; overflow: hidden;
}
.section5 ul li a h4:before{
    position: absolute;
    left: 45%;
    top: -15px;
    width: 10%;
    height: 2px;
    content: "";
    background-color: #2c83d9;
}
.viewdet{
    display: table;
    margin: auto;
    padding: 7px 30px;
    background-color: #003971;
    color: #fff;
    position: relative; 
    margin-bottom: 15px;
    font-size: 14px;
}
.section5 ul li a p{margin-bottom: 0px;}
.section5 ul li a .imgbx::before{background-color: rgba(0, 57, 113, 0.7);}
/*section5*/

/*home_careers*/
.home_careers {
    background-image: url(../images/bg3.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    font-size: 18px;
    text-align: center;
}

.home_careers h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 15px;
}

.home_careers h3 {
    font-size: 18px;
    font-weight: 300;
    padding: 0 15%;
    color: #fff;
    margin-bottom: 15px;
}

.home_careers a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #f1670e;
    border: 1px solid #f1670e;
    text-decoration: none;
    padding: 10px 40px;
    margin-top: 20px;
    box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.home_careers a:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

/*section6*/
.section6{
    width: 100%;
    display: table;
    padding: 50px 0;
    background-color: #f4f6f6;
}
.section6 h2{text-align: center; margin-top: 0px; position: relative; color: #003971; font-weight: 700;
margin-bottom: 30px; padding-bottom: 20px; text-transform: capitalize;}
.section6 h2:before{
    position: absolute;
    left: 47%;
    bottom: 0px;
    width: 6%;
    content: "";
    height: 2px;
    background-color: #f1670e;
}
.home_tests ul {
    padding: 0 0px;
    list-style: none;
    width: 100%;
}

.home_tests li {
    float: left;
    width: 100%;
    padding: 0 20px;
}

.home_tests li .txt {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    min-height: 400px;
    display: block;
    box-shadow: 0 0 35px 0 rgba(194, 198, 204, .2);
}

.home_tests li .txt::before {
    opacity: 1;
    position: absolute;
    top: 8px;
    left: 0px;
    color: #f1670e;
    font-size: 44px;
    line-height: 1;
    content: "\f10e";
    font-family: 'FontAwesome';
}

.home_tests li .txt img {
    float: left;
    width: 70px;
    height: 70px;
    object-position: center;
    object-fit: cover;
    border-radius: 100%;
}

.home_tests li .title {
    margin-bottom: 15px;
    display: table; clear: both;
    width: 100%;
}

.home_tests li .txt h3 {
    float: right;
    font-size: 15px;
    padding-top: 5px;
    width: calc(100% - 90px);
    color: #023a72;
    font-weight: 600;
}

.home_tests li .txt h3 span {
    display: block;
    font-weight: 400;
    color: #333;
    margin-top: 5px;
    font-weight: 400;
}

.home_tests button {
    position: absolute;
    top: 50%;
    background: transparent;
    border: 0px;
    border-radius: 50px;
    transform: translateY(-50%);
}
.section6 .owl-nav{position: absolute; top: -20%; right: 0px; width: 9% !important;}
.section6 .owl-prev{background-image: url('../images/prev4.png')}
.section6 .owl-next{background-image: url('../images/next4.png')}
a.greviews{
    display: table;
    margin:  auto;
    padding: 10px 40px;
    margin-top: 50px;
    color: #d82637;
    font-size: 14px;
    border: 1px solid #d82637;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s;
    text-transform: capitalize;
    font-weight: 500;
}
a.greviews:hover{background-color: #d82637; color: #fff; text-decoration: none;}
/*section6*/



/*section7*/
.section7{
    width: 100%;
    display: block;
    padding: 50px 0;
    background-color: #fff;
    background-image: url('../images/background-bullets.svg');
    background-repeat: repeat;
    background-size: 7px;
    overflow: hidden;
    background-position: left center;
}
.section7 h2 {
    text-align: left;
    margin-top: 0px;
    position: relative;
    color: #003971;
    font-weight: 700;
    margin-bottom: 30px;
    border-left: 4px solid #f1670e;
    padding-left: 20px;
}
.section7 h2 p{font-size: 16px; color: #000; font-weight: 400; margin-top: 10px;}
.section7 ul{
    list-style: none;
    width: 100%;
    clear: both;
}
.section7 ul li{padding: 10px;}
.section7 ul li img{padding: 0 10px; border: 4px solid #f2f5fa; background-color: #fff;
width: 100%; display: block;}
.section7 .owl-nav{display: none;}
.section7 .owl-dots{display: block; text-align: center; bottom: -40px;}
/*section7*/



/*footer*/
footer{
    background: #003971;
    padding: 20px 0;
    color: rgba(255,255,255,1);
    position: relative;
    z-index: 9;
}
footer ul{list-style: none;}
footer ul li{margin-bottom: 5px;}
footer ul li a{text-decoration: none; transition: all 0.3s;}
footer ul li a:hover{
    text-decoration: none;
    color: #2c83d9
}
.fbox {
    float: left;
    width: 25%;
} 
.fabout {
    width: 50%;
    padding-right: 10%;
}
.fbox h4 {
    margin: 20px 0;
    color: #ff4a5b;
    font-size: 24px;
    font-weight: 300;
    position: relative;
}
.fbox h4:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
    background: #fff;
    height: 1px;
    width: 40px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.fbox li a {
    color: rgba(255,255,255,1);
}
.fbox a:hover ,
.fbox li a:hover {
    color: #16acc4;
}
.fbox p {
    display: block;
    margin-bottom: 5px;
    line-height: 24px;
}
.fbox p i {
    width: 20px;
    color: #ff4a5b
}
.fbox p a{color: #ff4a5b}
.fbox p a:hover{color: #16acc4; text-decoration: none;}
/*copyrights*/
.copyrights {
    padding-top: 20px;
    margin-top: 20px;
    color: rgba(255,255,255,0.6);
    clear: both;
    width: 100%;
    display: inline-block;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.copyrights ul {
    float: right;
}
.copyrights ul li {
    float: left;
    margin-left: 10px;
}
.copyrights ul li:first-child{margin-top: 7px;}
.copyrights li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #2c83d9;
    border-radius: 30px;
    color: #2c83d9;
    font-size: 14px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.copyrights li a:hover {
    background: #2c83d9;
    color: #fff;
}



/*innerbanner*/
.inner_banner {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    background-color: #1d2e5c;
}
/* .inner_banner::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: 1;
    background: transparent url(../images/header-overlay.png) repeat;
} */
.inner_banner img{
    width: 100%;
    opacity: 0.4;
    display: block; 
}
.innertxt1{
   position: absolute; width: 100%; text-align: left; 
    top: 175px; left: 0%; padding: 10px 35px; z-index: 9;
}
.innertxt1 ul{list-style: none; text-align: left; margin-bottom: 0px;
padding-left: 0px;}
.innertxt1 ul li{
    display: inline-block;
    position: relative;
    padding-right: 25px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #7ed3ff;    
}
.innertxt1 ul li:last-child{padding-right: 0px;}
.innertxt1 ul li:after{
    content: "/";
    color: #fff;
    position: absolute;
    font-size: 14px;
    right: 8px;
    top: 3px;   
}
.innertxt1 ul li:last-child:after{display: none;}
.innertxt1 ul li a{color: #fff; text-decoration: none;}
.inner_banner h1{color: #fff;  font-size: 38px; font-family: 'Roboto', sans-serif; 
text-transform: uppercase; margin-bottom: 10px;}
.inner_banner h1 span{color: #fff;}
.inner_banner h1 p{font-size: 18px; font-weight: 400; margin-top: 5px; 
  letter-spacing: 2px; color: #fff; }
/*innerbanner*/


/*innerpage*/
.innerpage{
    width: 100%;
    display: table;
    padding: 50px 0;
    background-color: #fff;
    background-image: url('../images/background-bullets.svg');
    background-repeat: repeat;
    background-size: 3px;
    background-position: left center;
}
.innerpage h2{margin-top: 0px; position: relative; color: #003c77; font-weight: 700;
margin-bottom: 20px; /* border-left: 4px solid #f1670e; */ padding-bottom: 10px;
text-align: left; margin-top: 30px;}
.innerpage h2:before{
    position: absolute;
    left: 0%;
    bottom: 0px;
    width: 6%;
    content: "";
    height: 2px;
    background-color: #f1670e;
}

.innerpage h3{margin-top: 0px; position: relative; color: #2929ae; font-weight: 400;
margin-bottom: 15px; /* border-left: 4px solid #f1670e; */ padding-bottom: 10px;
text-align: left; margin-top: 30px; font-size: 20px; border-bottom: 1px solid #ccc;
background-color: #f7f7f7; padding: 10px 20px;}

.innerpage p{font-size: 16px; line-height: 24px; color: #000; font-weight: 300}
/*innerpage*/


/*.aboutVision*/
.aboutVision .link,
.pageLinks .link {
    background: #fff;
}

.aboutVision .link .txt,
.aboutVision .link .img,
.pageLinks .link .txt,
.pageLinks .link .img {
    float: left;
    width: 50%;
    position: relative;
    text-align: left;
}

.aboutVision .link:before,
.pageLinks .link:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    content: '';
    border-top: 2px solid #003c77;
    border-right: 2px solid #003c77;
}

.aboutVision .link:nth-child(even):before,
.pageLinks .link:nth-child(even):before {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 200px;
    content: '';
    border-top: 0px solid #003c77;
    border-right: 0px solid #003c77;
    border-left: 2px solid #003c77;
    border-bottom: 2px solid #003c77;
}

.aboutVision .link .txt,
.pageLinks .link .txt {
    padding: 80px 80px 0 80px;
    font-size: 16px;
}

.pageLinks .link .txt a {
    float: left;
    margin-top: 15px;
    border: 2px solid #222;
    color: #222;
    padding: 5px 25px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.pageLinks .link .txt a i {
    margin-left: 10px;
}

.pageLinks .link .txt a:hover {
    background: #222;
    color: #fff;
}

.aboutVision .link .txt h3,
.pageLinks .link .txt h3 {
    font-size: 40px;
    color: #111;
    margin-bottom: 20px
}

.aboutVision .link img,
.pageLinks .link img {
    width: 100%;
}

.aboutVision .link:nth-child(even) .img,
.pageLinks .link:nth-child(even) .img {
    float: right;
}

.pageLinks .link {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
}

.pageLinks .link:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #ddd;
}

.fullbody {
    width: 100%;
    float: left;
    position: relative;
}

.innerpage ul{
    width: 100%; display: table; width: 100%; list-style: none;
}
.innerpage ul li{
    clear: both;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
    position: relative;
    padding-left: 30px;
    text-align: justify;
    color: #000;
    font-weight: 300;
}
.innerpage ul li:before{
    position: absolute;
    left: 3px;
    top: 0px;
    content: "\f054";
    font-family: FontAwesome;
    font-size: 14px;
    color: #f1670e;
}
.innerpage p b{font-weight: 600; color: #2929ae; text-decoration: underline;}



.schedbatch{
    width: 100%;
    display: block;
    padding: 50px 0;
    background-color:
    #002951;
    background-image: url('../images/background-bullets.svg');
    background-repeat: repeat;
    background-size: 7px;
    overflow: hidden;
    background-position: left center;
}
.schedbatch h2{text-align: center; margin-top: 0px; position: relative; color: #fff; font-weight: 700;
margin-bottom: 30px; padding-bottom: 20px;}
.schedbatch h2:before{
    position: absolute;
    left: 47%;
    bottom: 0px;
    width: 6%;
    content: "";
    height: 2px;
    background-color: #f1670e;
}

/*schedule batches*/
.innermain_batchtable
{
    margin:10px 0px;
    display: table;
}
.batchtable
{
    width:100%;
    float:left;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    padding: 9px 10px;
    transition:all .3s;
    cursor: pointer;
    background-color: #fff;
}
.batchtable:last-child{
      border-bottom: 1px solid #dddddd;
}
.batchtable:hover
{
    background:#ededed;
    transition:all .3s;
}
.batchtable:hover .select_tick span
{
    color:#e02537;
    transition:all .3s;
    background-color: #fff;
}
.select_tick span{border: 10px; border: 1px solid #ccc; display: block; background-color: #e02537;
color: #fff;}
.batchrow_num
{
      border: 1px solid #dddddd;
      text-align:center;
      padding: 4px 0;
      color: #003971;
      margin-left:10px;
      font-size:13px;
      text-transform:uppercase; 
      line-height:16px;
      letter-spacing:1px;
      background:#fff;
      width:70%;
      margin-top: 8px;
}
.weeksbox
{
    float:left;
    width:30%;
    color:#000;
    letter-spacing:1px;
    padding: 9px 0px;
     border-right: 1px solid #dddddd;
}
.timebox
{
    float:left;
    width:70%;
    color:#000;
    letter-spacing:1px;
    padding: 9px 0px 9px 60px;
}
.batchprice
{
    letter-spacing:1px;
    padding: 9px 0px 9px 0px;
    color: #222222;
    font-size: 16px;
    float:left;
    text-align:center;
    width:60%;
    font-weight: 700;
}
.select_tick
{
    float:left;
    width:auto;
    width:40%;
    text-align:center;
    padding: 9px 0px 9px 0px;
    color: #cccccc;
    font-size: 16px;
    vertical-align: middle;
}


.innerpage .imgbx{
    width: 20%;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
}
.innerpage .imgbx img{
    width: 100%;
    display: block;
    text-align: center;
    line-height: 70px;
    display: block;
}
.innerpage h4{font-weight: 500; font-size: 16px; text-transform: uppercase; color: #e02537; 
    margin-top: 0px; letter-spacing: 1px;}
.innerbxrt{
    float: left;
    display: inline-block;
    width: 80%;
    padding-left: 20px;
    margin-bottom: 40px;
}
.cf{padding-bottom: 0px;}
.cf p{font-size: 15px;}
.cf h2{margin-bottom: 40px; text-align: center;}
.cf h2:before{
    left: 47%;
}
/*schedule batches*/


/*enroll_frm*/
.enroll_frm{
    clear: both;
    width: 100%;
    display: table;
    padding: 50px 0;
    background-color: #f7f7f7;
}
.enroll_frm h2{margin-top: 0px; position: relative; color: #003c77; font-weight: 700;
margin-bottom: 20px; /* border-left: 4px solid #f1670e; */ padding-bottom: 10px;
text-align: center; margin-top: 0px;}
.enroll_frm h2:before{
    position: absolute;
    left: 47%;
    bottom: 0px;
    width: 6%;
    content: "";
    height: 2px;
    background-color: #f1670e;
}


.enroll_form
{
    padding:20px 60px 0;
    width:100%;
    float:left;
}
.enroll_check{
    list-style-type:none;
}
.enroll_check li{
    float:left;
    margin-right:30px;
}
.enroll_maincheck
{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 20px;
    padding: 5px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.contactfielddiv {
    float: left;
    margin-bottom:20px;
    width: 100%;
}
.fields_two {
    float: left;
    width: 48%;
}
.fields_two_right {
    float: right;
}
.contactname {
    color: #2f2e3c;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing:1px;
    padding: 0;
}
.contactfealds {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 20px;
    padding: 10px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.staricon {
    color: #d5193e;
    font-size: 16px;
}
.et_pb_submit_cont {
    background: #e02537 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    width:auto;
    margin:auto;
    display:table;
    font-size: 16px;
    font-weight: 500;
    letter-spacing:1px;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.et_pb_submit_cont:hover {
    background: #0470db none repeat scroll 0 0;
    transition: all 0.3s ease 0s;
}
/*enroll_frm*/


/*studentplacements*/
.stuPlace{
    width: 100%;
    display: table;
    padding: 50px 0;
    background-color: #fff;
    background-image: url('../images/background-bullets.svg');
    background-repeat: repeat;
    background-size: 3px;
    background-position: left center;
}
.stuPlace h2{margin-top: 0px; position: relative; color: #003c77; font-weight: 700;
margin-bottom: 20px; /* border-left: 4px solid #f1670e; */ padding-bottom: 10px;
text-align: center; margin-top: 0px;}
.stuPlace h2:before{
    position: absolute;
    left: 47%;
    bottom: 0px;
    width: 6%;
    content: "";
    height: 2px;
    background-color: #f1670e;
}
table.table tr th{background-color: #516982; color: #fff; padding: 15px; font-weight: 600; 
    text-transform: uppercase; text-align: center;}
table.table tr td{color: #000; font-size: 16px; vertical-align: middle; text-align: center;
background-color: #fff; border-bottom: 1px solid #ccc; font-weight: 300;}
table.table tr td img{width: 60px; height: 60px; border-radius: 100%;}
table.table tr td.td1{text-transform: uppercase; font-weight: 300;}
/*studentplacements*/


/*services*/
.innerpgbx1, .innerpgbx{
    width: 100%;
    display: table;
    padding: 50px 0;
    background-color: #fff;
    background-image: url('../images/background-bullets.svg');
    background-repeat: repeat;
    background-size: 3px;
    background-position: left center;
}
.innerpgbx2{background-color: #e9e9e9; padding: 50px 0; display: table; width: 100%;}
.pgleftbx{width: 100%; display: block; padding-right: 30px;}
.pgleftbx p{
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 300;
}
.pgleftbx ul{list-style: none; padding: 0px; margin-top: 30px;}
.pgleftbx ul li{
    clear: both;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding-left: 30px;
    text-align: justify;
    font-weight: 400;
    color: #000;
}
.pgleftbx ul li:before{
    position: absolute;
    left: 3px;
    top: 2px;
    content: "\f054";
    font-family: FontAwesome;
    font-size: 14px;
    color: #e02537;
}
.pgleftbx ul li strong{font-weight: 600;}

.pgleftbx h3{margin-top: 0px; position: relative; color: #003c77; font-weight: 700;
margin-bottom: 20px; /* border-left: 4px solid #f1670e; */ padding-bottom: 10px;
text-align: left; margin-top: 0; font-size: 28px;}
.pgleftbx h3:before{
    position: absolute;
    left: 0%;
    bottom: 0px;
    width: 6%;
    content: "";
    height: 2px;
    background-color: #f1670e;
}

.pgrightbx{background-color: #003971; width: 100%; padding: 20px; display: table; 
    position: relative; border-radius: 3px;}
.pgrightbx h3{color: #ff4a61; font-size: 20px;margin-top: 0px; margin-bottom: 15px; 
    padding-bottom: 10px;
border-bottom: 1px solid rgba(255, 255, 255, 1);}
.pgrightbx ul{list-style: none; width: 100%; display: block; clear: both;}
.pgrightbx ul li{clear: both; position: relative; margin-bottom: 5px;}
.pgrightbx ul li a{text-decoration: none; color: #fff; font-size: 14px; padding: 4px 0 4px 20px;
display: block; position: relative; transition: all 0.3s; font-weight: 300;}
.pgrightbx ul li a.active{border-left: 2px solid #ff4a61; color: #ff4a61;}

.pgrightbx ul li a:hover{color: #ff4a61;}
.innerpgbx2 .home_solutions img{border: 3px solid #662d91; width: 100%;}

.pgleftbx h4{font-size: 24px; margin: 30px 0; font-style: italic; font-weight: 600; color: #662d91;}
/*services*/



ul.careersul{list-style: none; width: 100%; display: table; padding: 0px;}
ul.careersul li {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 6px solid #e5e5e5;
}
ul.careersul li h2 {
    padding: 10px 15px;
    color: #0470db;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #eee;
    margin-bottom: 0px;
}
ul.careersul li h2 i {
    margin-right: 10px;
}
ul.careersul li .span, .job_nav .span {
    padding: 10px 15px;
}
ul.careersul li span, .job_nav span {
    float: left;
    width: 33.33%;
    color: #777;
    font-size: 14px;
    font-weight: 500;
}
.job_nav span {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}
ul.careersul li span b, .job_nav span b {
    margin-left: 15px;
    color: #000;
    font-weight: 500;
}
ul.careersul li a {
    position: absolute;
    top: 30px;
    right: 15px;
    padding: 5px 15px;
    background: #e02537;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    transition: all .5s;
}
ul.careersul li a:hover {
    background: #0470db;
    transition: all .5s;
}


/*blogpg*/
.blogpg, .blogpg1{
    width: 100%;
    display: table;
    padding: 50px 0;
    background-color: #fff;
    background-image: url('../images/background-bullets.svg');
    background-repeat: repeat;
    background-size: 3px;
    background-position: left center;
}
.blogpg ul{
    width: 100%;
    display: block;
    list-style: none;
}
.blogpg ul li{
    float: left;
    display: inline-block;
    width: 33.33%;
    /* padding: 20px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0; */
}
/* .blogpg ul li:nth-child(3n){border-right: 0px;}
.blogpg ul li:nth-last-child(3){border-bottom: 0px;}
.blogpg ul li:nth-last-child(2){border-bottom: 0px;}
.blogpg ul li:nth-last-child(1){border-bottom: 0px;} */
.blogpg ul li a{
	-webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 250px;
    padding: 2.5rem 1.66667rem;
	color:#0b333c;
    text-align: center;
	outline:none;
	transition:all .5s;
	-webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    background-color:#d0dbdd;
    text-decoration: none;
    font-weight: 300;
}
.blogpg ul li:nth-child(2n) a{background-color: #c2d0d3;}
.blogpg ul li a:hover{
	background-color: #003971;
	color: #fff;
}
.blog1 .img1{
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    display: none;
}
.blog1 .img1 img{display: block; width: 100%;}
.blog1 .img1 .txt{
    position: absolute;
    left: 0px;
    bottom: 20px;
    background-color: #e02537;
    color: #fff;
    padding: 10px 20px;
    z-index: 1;
    text-transform: uppercase;
}
.blog1 h3{
    font-size: 18px;
    margin: 0px;
    clear: both;
    width: 100%;
    font-weight: 300;
    line-height: 24px;
}
.blog1 p{
    margin-top: 20px;
    font-size: 14px;
    line-height: 21px;
    color: #000;
}
a.backbtn{
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 20px;
    background-color: #e02537;
    color: #fff;
    text-decoration: none;
}
a.backbtn i{margin-right: 10px;}


.blogpg1 ul{list-style: none; padding: 0px; margin-top: 30px;}
.blogpg1 ul li{
    clear: both;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding-left: 30px;
    text-align: justify;
    font-weight: 300;
    color: #000;
}
.blogpg1 ul li:before{
    position: absolute;
    left: 3px;
    top: 2px;
    content: "\f054";
    font-family: FontAwesome;
    font-size: 14px;
    color: #e02537;
}
/*blogpg*/


/*contactpg*/
.contleft{padding: 0; width: 100%; display: table;}
.contleft h1 span{color: #429ce3;}
.box5_left{
    float: left;
    display: inline-block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;    
}
.box5_row1{
    width: 50%;
    display: inline-block;
    float: left; 
}
.b5_img1{
    float: left;
    display: inline-block;
    width: 15%;
    text-align:center;
}
.b5_img1 img{width: 50%;}
.b5_cont1{
    float: left;
    display: inline-block;
    width: 80%;
    font-size: 24px;
}
.b5_top1{
    margin-bottom: 5px; 
    font-size: 21px;
    font-weight: 600;
    color: #003971; 
}
.b5_btm1.address{font-size: 16px; color: #000; font-weight: 300;}
.b5_btm1 a{text-decoration: none; color: #000;}
.b5_btm1 a:hover{text-decoration: underline;}
.contact1{margin-bottom: 35px; width: 100%; display: table; }

.box5_row1 iframe{width: 100%; display: block; height: 300px;}
/*contactpg*/




.menu2 {
    position: fixed;
    right: 30px;
    top: 50px;
    z-index: 9;
    display: none;
}

.menu2 .menuicon1 {
    position: relative;
    z-index: 999;
    padding: 0 15px;
    height: 42px;
    line-height: 42px;
    border-radius: 20px 0 0 20px;
    text-decoration: none;
    color: #2b2a29;
    display: block;
    font-size: 16px;
    display: block;
    outline: 0px;
    transition: all 0.3s;
}

.sidemenu span {
    float: left;
}

.bars-wrap {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    overflow: visible;
    top: 3px;
}

.icon-bar {
    transition: all 0.4s ease;
    width: 26px;
    background: #c12d00;
    height: 2px;
    position: relative;
    top: 8px;
    transition: width .2s ease-out;
    clear: both;
    margin-bottom: 7px;
}

#header.cloned .icon-bar {
    background: #000;
}


/* .icon-bar:first-child {width:65%;}
.icon-bar:last-child {width:85%;} */

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child {
    width: 100%;
}

.cart_open {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    display: none;
}

.cartbg1 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(113, 79, 54, 0.4);
}

.cart_bx1 {
    width: 96%;
    background-color: #283083;
    height: 100%;
    padding: 20px;
    top: 0%;
    right: -100%;
    transition: ease all 0.4s;
    position: fixed;
    display: block;
    box-shadow: 0 10px 50px rgba(1, 2, 2, .15);
    z-index: 99999;
    overflow-y: auto;
    background-image: url('../images/work-left.png');
    background-position: left 20px;
    background-repeat: no-repeat;
    background-size: 30px;
}

.left1 {
    right: 280px;
    z-index: 9999999;
    transition: ease all 0.8s
}

.menu2 {
    right: 280px;
    position: fixed;
    transition: ease all 0.6s;
    top: 0px;
    z-index: 999999;
}

.menu2:before {
    border-top: 100px solid rgba(255, 255, 255, 1);
}

.cart_bx1 ul {
    list-style: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: 100%;
    vertical-align: middle;
    padding-top: 10px;
    text-align: right;
}

.cart_bx1 ul li {
    float: none;
    width: 100%;
    display: block;
    clear: both;
}

.cart_bx1 ul li a {
    text-decoration: none;
    color: #2b2a29;
    font-weight: 400;
    font-size: 16px;
    display: block;
    padding: 10px 15px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    text-align: center;
    outline: none;
}

.cart_bx1 ul li a:hover,
.cart_bx1 ul li a.active {
    color: #2e3192;
}

a.closebtn {
    display: block;
    height: 42px;
    float: right;
    text-decoration: none;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    /* padding: 10px 25px; */
    margin-bottom: 20px;
    /* background-image: url('../images/hpat.png'); */
}

a.closebtn img {
    width: 36px;
}

a.mobilecont {
    padding: 12px 28px 10px;
    margin-left: 20px;
    border: 1px solid #138dd0;
    background-color: #138dd0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 35px;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    display: inline-block;
}

img.deskno {
    display: none;
}

.scrollup{right: auto !important; left: 15px !important;}
/* ===========================
   ====== Media Queries ====== 
   =========================== */


/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
    body {
        overflow-x: hidden;
        overflow-x: hidden;
    }
    .header_top{padding: 0px;}
    .container1_inner {
        width: 100%;
    }
    container {
        width: 100%;
        display: block;
        max-width: 100%;
        min-width: 100%;
    }
    /* .header{padding: 5px 0px;} */
    .menu2 {
        display: block;
        top: 25px;
        right: 10px;
        z-index: 99999999999999;
    }
    .menu {
        display: none;
    }
    .home_link {
        height: auto;
    }
    .hl_video video {
        width: 200%;
        left: -25%
    }
    .carousel-inner > .item > img{
        
    }
    .banner_cont{padding: 0; font-size: 26px; line-height: 32px;}
    .hl_circle {
        width: 100%;
        top: 55%;
    }
    .hl_circle h2 {
        font-size: 24px;
        margin-bottom: 5px;
        margin-top: 0
    }
    .hl_circle p {
        font-size: 16px;
        margin-bottom: 0;
        width: 100%;
    }
    .hl_circle a {
        margin-top: 10px;
        font-size: 12px;
        padding: 10px 20px;
    }
    .top_social {
        display: none;
    }
    .logo{position: relative;}
    .logo a {
        background-image: url('../images/logo1.png');
        background-position: left top;
        width: 85px;
    }
    #header.fixed1 .logo a{background-size: 100%; background-position: left top;
        height: 85px;}
    .logo{width: auto; height: 85px;}
    .home_link {
        background-color: #fff;
    }
    /* .hl_video video {
        opacity: 0.5;
    } */
    /* .section1 img{width: 150px;} */

    .sec2bx11{display: table; clear: both; margin-top: 50px; text-align: center;}
    .section1 h3::after{display: none;}
    .section1 h3{padding: 0; font-size:  21px;}
    .section1 {
        padding: 20px 0;
    }
    .pghd1::before {
        display: none;
    }
    .pghd1 h2,
    .solhdbx h2 {
        font-size: 32px;
    }
    .pghd1 h4,
    .solhdbx h4 {
        width: 100%;
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .section1::after {
        height: 80%;
    }
    .section1 ul li {
        width: 50%;
    }
    .section1 ul li:last-child {
        display: none;
    }
    .section1 ul li a .b2info {
        padding: 20px;
    }
    .section1 ul li a .b2info .b2hd1 {
        padding-top: 40px;
        font-size: 18px;
        line-height: 28px;
    }
    .b2info .b2rm1 {
        font-size: 14px;
    }
    .solhdbx {
        padding: 0px;
        width: 100%;
        margin-bottom: 20px;
    }
    .solhdbx a {
        bottom: auto;
        top: -40px;
        font-size: 14px;
        padding: 5px 15px;
    }
    .button-line {
        min-width: 40px;
    }
    .section1 ul li {
        width: 50%;
        float: left;
        padding: 0 2px;
        margin-bottom: 4px;
    }
    .solinfo h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .solhdbx2 p {
        font-size: 21px;
        line-height: 32px;
    }
    a.expbx1 {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    a.expbx1 .expbody {
        position: relative;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        padding: 0;
        margin-top: 40px;
    }
    .section4 {
        margin-bottom: 30px;
    }
    .section5 {
        width: 100%;
    }
    .dual-box-left {
        width: 100%;
        clear: both;
        padding: 30px;
    }
    .dual-box-holder {
        display: -webkit-block;
        display: -ms-block;
        display: block;
    }
    .dual-box-content h2 {
        font-size: 24px;
    }
    .dual-box-content p {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
    }
    .dual-box-content a {
        font-size: 16px;
    }
    .mFooter {
        display: block;
        padding: 20px;
        overflow: hidden;
    }
    .site-footer-content,
    .footer-contacts {
        display: -webkit-block;
        display: -ms-block;
        display: block;
    }
    .copyright-box {
        margin-bottom: 20px;
    }
    .footer-contacts p a {
        font-size: 16px;
    }
    .footer-soc {
        width: 100%;
        clear: both;
        margin-top: 15px;
    }
    ul.soc-links li {
        margin-left: 0;
        margin-right: 20px;
    }
    .innertxt1 {
        top: 20%;
        padding: 0 20px;
    }
    .inner_banner h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .innertxt1 ul li {
        font-size: 16px;
    }
    /* .inner_banner img {
        opacity: 0.75
    }
    .inner_banner {
        background-color: #fff;
    }
    .innertxt1 ul li::after {
        top: 3px;
    } */
    .innersec1 h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .innersec1 p {
        font-size: 16px;
        line-height: 24px;
    }
    .whyUs .whyleft {
        width: 100%;
    }
    .whyUs .whyright,
    .whyright li {
        width: 100%;
        clear: both;
    }
    .whyleft h2 {
        font-size: 28px;
    }
    .solcont1 h3 {
        font-size: 21px;
        line-height: 28px !important;
    }
    .solcont1 p {
        font-size: 14px;
        line-height: 21px;
    }
    .page_left,
    .page_right {
        width: 100%;
        clear: both;
    }
    .page_right {
        margin-top: 40px;
    }
    .page1 .sticky {
        position: -webkit-relative;
        position: -moz-relative;
        position: -o-relative;
        position: -ms-relative;
        position: relative;
        top: 0px;
    }
    .page1 h2,
    .jobpositions1 h2 {
        font-size: 24px;
    }
    .page1,
    .jobpositions1 p {
        font-size: 18px;
        line-height: 26px;
    }
    .job_des {
        width: 100%;
        clear: both;
        margin-top: 15px;
    }
    .fulltime {
        top: -50px;
    }
    .com_name {
        font-size: 18px;
    }
    ul.jobloc_map li,
    .jobpositions1 p {
        font-size: 16px;
    }
    .com_name {
        width: 100%;
    }
    .page_ul ul li {
        font-size: 18px;
        line-height: 28px;
    }
    .careerform .form-group {
        padding: 0;
        margin-top: 20px;
    }
    .careerform h2 {
        font-size: 24px;
    }
    .careerform input.form-control,
    .careerform textarea.form-control,
    .modal-body input.form-control,
    .modal-body textarea.form-control {
        font-size: 14px;
    }
    input.subres {
        font-size: 16px;
    }
    .contactpg {
        padding: 30px 0;
        display: block;
    }
    .add1 h5 {
        font-size: 18px !important;
        line-height: 28px;
    }
    .adbxin a {
        font-size: 16px;
    }

    .sec2bx11{font-size: 16px; line-height: 24px;}
    .aboutbtn{position: relative; margin-top: 30px;}
    h2.heading-emphasis{font-size: 18px;}

    .billboard{display: block; padding: 0px;}
    .component-guide{margin-bottom: 150px !important;}
    .indent{margin-left: 0}
    .component{margin-bottom: 30px; padding: 25px;}
    .indent p{font-size: 16px; line-height:  24px;}
    .section6::before{height: 100px;}
    .ftlinks{clear: both; width: 100%; margin-top: 30px;}
    .ftlinks a{padding-left: 0}
    .copyrights p{text-align: center;}
    .mpgright{margin-top: 40px;}


    .inner_banner img{width: 150%;}
    .aboutpgg h4, .page_content h2{font-size: 26px; padding-top: 0}

    .aboutpgg h4::before , .page_content h2::before{width: 100px; left: -30px; top: -15px;}
    .aboutpgg h2{font-size: 18px; line-height: 32px; width: 100%; padding: 0 30px;}
    .aboutpgg h3{font-size: 24px; padding-bottom: 10px; margin-bottom: 20px;}
    .aboutpgg p{font-size: 16px; line-height: 28px; padding: 0 30px;}
    .innerpg1.aboutpgg1, .aboutpgg2{background-image: none !important;}
    img.deskno{display: block; width: 100%;}

    .page_content, .job_dets{width: 100%; display: block; clear: both;}

    .fixme {
        position: relative;
        -webkit-position: relative;
        -moz-position: relative;
        -o-position: relative;
        -ms-position: relative;
        top: 0px;
        right: 0;
    }
    .page_content h2{padding: 0 0 0 30px}
    .pageTxt h3{font-size: 21px;}
    .job_nav li span{font-size: 18px;}
    .innerserv h1{font-size: 28px;}
    .innerserv label{font-size: 16px;}
    .newscontpg h1{font-size: 21px; line-height: 32px;}
    a.backbtn{top: -50px;}
    .newscontpg p, .blogpg1 ul li, .newscontpg ul li{font-size: 16px; line-height: 26px;}
    .contactpg h2{font-size: 24px;}
    .contactpg h4 b{font-size: 14px;}
    .contactpg h3{font-size: 12px; line-height: 18px;}
    .contactpg p a{font-size: 16px;}
    .newsimg{width: 100%; margin-top: 30px;}
    .contactpg h1{font-size: 18px;}
    .jobdescription label{font-size: 14px;}

    .newsinnerpg{padding: 50px 20px;}

    .mandir h2{padding: 0; font-size: 36px; clear: both;}
    .mandir h2 span{padding: 0; font-size: 18px; clear: both;}
    .mandir img{float: none; display: table; width: 40%; margin: auto;}
    .mandir p{font-size: 14px; margin-top: 20px;}
    .mdquotebx h4{font-size: 18px; line-height: 28px;}

    .section6{text-align: center;}
    a.ftsoc{float: none; display: inline-block; margin-bottom: 20px;}

    .section2 h5{font-size: 16px; line-height: 28px;}

    .innerbtns1 a{font-size: 12px;}
    .section2{display: block;}

    .section2 h1{font-size: 21px;}

   a.serbx1{width: 100%; clear: both; display: block;}
   a.serbx1 img{left: auto; margin-bottom: 25px;}
   a.serbx1 h3{font-size: 18px; text-align: center}
   a.serbx1 p{text-align: center}
   .mpgright h3{font-size: 24px;}
   .mpgright{padding: 0 10px;}
   .mpgright p{font-size: 16px; line-height:  24px;}
   .mpgright a{width: 100%;}
   .section2 h1{font-size: 24px !important; margin-bottom: 20px;}
   .section2 h5{padding-left: 0 !important;}
   .section2 h5 ul li{font-size: 14px;}

   .section2 a{font-size: 14px !important; margin: auto auto 10px !important; display: block;}
   .mpgright a{margin-bottom: 20px !important;}
   .innerpg4 ul#accordion{margin-left: 0;}
   .innerpg4 .accordion .link{font-size: 16px;}

   .ftbx1 .col-sm-5, .ftbx1 .col-sm-7{display: table; width: 100%;}
   .ftbx1 h2{margin-top: 30px !important;}
   .ftbx1#s2 .ftcontbx, .ftbx1#s4 .ftcontbx, .ftbx1#s6 .ftcontbx{padding: 0px; }
   .ftbx1 h2{text-align: center; font-size:  21px;}
   .ftbx1 p{text-align: center; font-size: 16px;}
   .ftimgbx{transform: none;}
   .ftbx1#s2 .ftimgbx img, .ftbx1#s4 .ftimgbx img, .ftbx1#s6 .ftimgbx img, .ftimgbx1 img{
    transform: none; height: 300px;}
    .ftcontbx{padding: 0;}
    .ftcontbx a{margin: auto; display: table; margin-bottom: 40px;}
    .topbx, .top_nav, a.scroll-down-link{display: none;}
    .fixlogo{width: 50px}
    .mtop1{height: 85px;}
    .banner_hd1 h2, .banner_hd{font-size: 16px; line-height: 24px; margin-top: 0; width: 80%; margin-bottom: 5px;}
    .banner_hd1 h2{width: auto;}
    .banner_txt {
        top: 15% !important;
    }
    .banner_hd1{padding: 10px; width: 100%}
    .carousel-control.right{display: none !important;}
    .carousel-control.left{display: none !important;}
    .banner_r_more a{font-size: 12px;}
    .sec0bx1{margin-bottom: 10px;}
    .section1 h2, .section3 h2{font-size: 18px;}

    .section1 h2 a{font-size: 11px; top: 30px;}

    .sec4bx1{padding: 20px 10px; text-align: left;}
    .funfact-count h3, .funfact-count h2{float: left; margin-right: 10px; font-size: 18px;}
    .funfact-count h3{font-size: 14px; margin-top: 15px; margin-right: 0;}
    .owl-theme .owl-nav [class*="owl-"]{display: none !important}
    .home_careers h2{font-size: 21px;}
    .home_tests li .txt img{
        float: none;
        display: table;
        margin: auto;
    }
    .home_tests li .txt h3{clear: both; width: 100%;}
    .section6{padding-bottom: 20px; display: block;}
    .section7 ul li{padding: 0}
    .section7 h2{font-size: 18px;}
    .fabout, .fbox{width: 100%; clear: both; display: block;}
    .copyrights{text-align: center;}
    .innerpage h2{font-size: 18px;}
    .aboutVision .link .txt, .aboutVision .link .img, .pageLinks .link .txt, .pageLinks .link .img, .box5_row1{width: 100%; clear: both;}
    .aboutVision .link .txt, .pageLinks .link .txt{padding: 20px}
    .aboutVision .link::before, .pageLinks .link::before{display: none;}
    .enroll_frm, .fields_two, .blogpg ul li, ul.careersul li span, .job_nav span{display: block; width:100%;}
    .enroll_form{padding: 20px}
    ul.careersul li span, .job_nav span{margin-bottom: 10px;}
    ul.careersul li a{top: -15px}

    .ddddd h5{font-size: 16px !important;}
    .innerpage h4{font-size: 21px !important;}
    .innerpage h3{font-size: 16px;}
    .enroll_frm h2, .pgleftbx h3{font-size: 21px;}
}


/*------iphone----------------*/

@media only screen and (min-width: 320px) and (max-width: 480px) {}


/*------smalltablet----------------*/

@media only screen and (min-width: 480px) and (max-width: 768px) {}


/*--------iPad - Portrait--------------*/

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .hl_circle h2 {
        font-size: 36px;
    }
    .hl_circle p {
        font-size: 21px;
    }
    .hl_circle a {
        font-size: 21px;
    }
    .section1 ul li {
        width: 50%;
        clear: none;
        float: left;
    }
    .section1 ul li {
        width: 33.33%;
    }
    .section1 ul li:last-child {
        display: block;
    }
    .inner_banner h1 {
        font-size: 36px;
    }
    .innertxt1 ul li {
        font-size: 21px;
    }
    .innertxt1 ul li::after {
        top: 7px;
    }
    .innersec1 h2 {
        font-size: 32px;
    }
    .banner_hd1 h2, .banner_hd{font-size: 32px; line-height: 42px;}
    .banner_txt{top: 45% !important}
}

@media only screen and (min-width: 960px) and (max-width: 1240px) {
    .container {
        width: 100%;
        display: block;
        max-width: 100%;
        min-width: 100%;
    }
    .top_social,
    .top_social ul {
        display: none;
    }
    .menu>ul>li>a {
        padding: 25px 6px;
        font-size: 13px;
    }
    .logo a {
        background-image: url('../images/logo1.png');
        background-position: left center;
        width: 175px;
    }
    .logo,
    #header.fixed1 .logo {
        margin-right: 20px;
        margin-left: 10px;
    }
    .hl_circle h2,
    .pghd1 h2,
    .solhdbx h2,
    .inner_banner h1 {
        font-size: 42px;
    }
    .hl_circle p {
        width: 80%;
    }
    .section1 ul li a .b2info {
        padding: 20px;
    }
    .section1 ul li {
        width: 19%;
    }
    .section1 ul li a .b2info .b2hd1 {
        padding-top: 45px;
        font-size: 21px;
    }
    .solinfo h3 {
        padding: 0px;
        font-size: 28px;
        line-height: 36px;
    }
    .dual-box-content h2 {
        font-size: 32px;
    }
    .mFooter {
        padding: 50px 20px;
    }
    .whyright .txt h4 {
        height: 46px;
        overflow: hidden;
        line-height: 23px;
        font-size: 18px;
    }
    .whyright .txt {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 20px;
    }
    .page1,
    .jobpositions1 p {
        font-size: 18px;
        line-height: 26px;
    }
    .page1 h2 {
        font-size: 21px;
    }
    .job_des p {
        margin-bottom: 15px;
    }
    .jobpositions1 h2 {
        font-size: 32px;
    }
    .header_top{padding: 0 20px;}
    .menu > ul > li{padding: 0}
    .hl_circle{width: 80%;}
    .top_nav span{display: none;}
    .mtop1{height: 90px;}
    .banner_hd{width: 100%;}

    
}

@media only screen and (min-width: 1210px) and (max-width: 1335px) {
    .menu>ul>li>a {
        font-size: 15px;
    }
    .top_social,
    .top_social ul {
        display: block;
    }
    .hl_circle h2 {
        font-size: 55px;
    }
    .hl_circle p {
        width: 80%;
    }
}
@media only screen and (min-width: 240px) and (max-width: 960px) {
.course_info h4 {
    height: 75px;
    overflow: hidden;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {}

@media only screen and (min-width: 1400px) and (max-width: 2400px) {}