body{font-family: 'Poppins', 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);
}
.hdbxtop{
    background-color: #1a3871; width: 100%; height: 40px; line-height: 40px;
    color: #fff; padding: 0 20px; font-size: 16px; text-transform: uppercase; letter-spacing: 2px;
    font-weight: 500;
}
.hdbxtop a{background-color: #ff6519; text-decoration: none; color: #fff; padding: 5px 20px;
text-transform: uppercase; font-size: 14px; transition: all 0.3s;}

.hdbxtop a:hover{background-color: #e48e29;}
.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;}
.header_right{clear: both; width: 100%; display: table; padding: 0 20px;
background-color: #ffffffde;}
.topbx{
    width: 100%; padding: 6px 20px; color: #fff; display: block;
    text-align: right; background-color: #e02537; 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;}
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: 21px; margin-right: 10px;
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: 500;
    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: #ff6519;}
.menu > ul > li > a.active{border-color: #ff6519;}

.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 #ff6519;
}
.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 #ff6519;
}
.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: #ff6519;
    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;}

a.callus1{
    float: right;
    display: inline-block;
    padding-left: 50px;
    position: relative;
    border-left: 1px solid #b7b7b7;
    margin-top: 15px;
    text-decoration: none;
    color: #0d2153;
    transition: all 0.3s;
    font-size: 18px;
}
.callus1 span{font-size: 14px; color: #555;}
.callus1 i{
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 32px;
    color: #ff6519;
}
/*----------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;
}*/
.main_banner{background-color: #0d2153; margin-top: 40px;}
.main_banner .carousel-inner > .item > img{opacity: 0.65;}
.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(13, 33, 83, 0.9); 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: 600;   
    width: 60%;
    margin-bottom: 0px;
    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: #ff6519;}
.banner_cont {
    color: #fff;
    font-size: 18px;
    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;
    transition: all 0.3s ease 0s;
    visibility: visible !important;
    outline: 0px;
    padding: 10px 30px;
    background-color: #ff6519;
}
.banner_r_more a img{width: 60px;}
.banner_r_more a:hover{background-color: #fff; color: #ff6519;}
.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: 5%;
    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: #555;
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 28px;
}
.about-one__image-block {
  position: absolute;
  top: -40px;
  right: 15px;
  width: 100%;
  max-width: 500px;
  background: transparent url(../images/about-dots.png) 100% -120% no-repeat;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.about-one__image-one > img {
  border-radius: 50%;
  position: relative;
}

.about-one__image-two {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about-one__image-two > img {
  position: relative;
  border-style: solid;
  border-width: 7px;
  border-color: white;
  border-radius: 50%;
  background-color: #6e6e6e;
  -webkit-box-shadow: inset 0px 3px 95px 0px rgba(0, 0, 0, 0.49);
          box-shadow: inset 0px 3px 95px 0px rgba(0, 0, 0, 0.49);
}

.section0 a{
    padding: 10px 40px;
    margin-top: 10px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    background-color: #ff6519;
}
.section0 a:hover{background-color: #e48e29; color: #fff; text-decoration: none;}
.section0 h2{
    font-weight: 700;
    color: #0d2153;
    margin-top: 0px;
}
/*section0*/

/*servsec2*/
.servsec2{
    width: 100%;
    display: table;
    padding: 80px 0;
    background-image: url('../images/servbg1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.servsec2 h3{color: #1a3871; font-size: 28px; margin-bottom: 20px; font-weight: 700;}
.servsec2 p{color: #51545d; font-size: 16px; line-height: 24px;}
.servsec2 ul{
    list-style: none;
    width: 100%;
    clear: both;
}
.servsec2 ul li{
    position: relative;
    color: #51545d;
    padding: 5px 0 5px 20px;
    font-size: 16px;
}
.servsec2 ul li:before{
    position: absolute;;
    left: 3px;
    top: 15px;
    width: 7px;
    height: 7px;
    content: "";
    background-color: #f2810f;
}
.servsec2 a{
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border-radius: 3px;
    padding: 10px 30px;
    color: #ff6519;
    display: table;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #ccc;
    transition: all 0.3s;
    clear: both;
}
.servsec2 a:hover{background-color: #ff6519; color: #fff; border-color: #ff6519;}
/*servsec2*/

/*-------section1---------*/
.section1{background-color: #fff; 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 #ff6519; */ padding-bottom: 20px;
text-align: center;}
.section1 h2:before{
    position: absolute;
    left: 47%;
    bottom: 0px;
    width: 6%;
    content: "";
    height: 2px;
    background-color: #ff6519;
}
.section1 h2 a{
    position: absolute;
    right: 0px;
    float: right;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #ff6519;
    padding: 10px 30px;
    border: 1px solid #ff6519;
    color: #fff;
    font-weight: 600;
    top: -5px;
    text-decoration: none;
    transition: all 0.3s;
}
.section1 h2 a:hover{background-color: #fff; color: #ff6519;}
.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%;
}
.course_info
{
    width:100%;
    float:left;
    min-height: 190px;
    height: 190px;
    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:#ff6519;
    border:1px solid #ff6519;
    color:#fff;
    transition:ease all .5s;
}
/*-------section1---------*/
/*-------section4---------*/
.section4{clear: both; width: 100%; display: table; background-image: url('../images/contactbg.jpg');
background-size: cover; background-repeat: no-repeat; padding: 40px 0; position: relative;
background-attachment: fixed;}
.section4:before{
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    background-color: #2D3663;
    width: 100%;
    height: 100%;
    opacity: 0.85;
}
.section4 h2{color: #fff; margin-top: 0px; color: #fff; text-align: center; line-height: 55px;
font-size: 42px; font-weight: 700; margin: 20px 0; position: relative}
.section4 h2 span{font-weight: 900; color: #6bc736; }
.section4 h4{color: #fff; margin: 0; text-align: center; font-weight: 300; 
    font-size: 26px;}
.section4 p{font-size: 18px; color: #fff; text-align: center; font-weight: 300;}

.section4 form{width: 700px; display: table; margin: auto;}
.width49{float: left; display: inline-block; width: 49%; position: relative; 
    margin-bottom: 12px;}
.width100{width: 100%;}
/*.width49.icon:before{position: absolute; left: 13px; top: 22px; z-index: 9;
content: "\f007"; font-family: FontAwesome; color: #e6e6e6; font-size: 18px;}
.width49.icon2:before{content: "\f0b1";}
.width49.icon3:before{content: "\f0e0";}
.width49.icon4:before{content: "\f095";}
.width49.icon5:before{content: "\f075";}*/

.width49.icon input, .width49.icon textarea{
    width: 100%;
    resize: none;
    position: relative;
    vertical-align: top;
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #fff;
    font-size: 15px;
    height: 42px;
    outline: none;
    font-weight: 300;
    margin-top: 12px;
    color: #fff;
}
.width49.icon textarea{height: 90px; padding-top: 10px;}
.width100 input.formsub{
   margin:  auto; display: block; height: 48px;
    display: table; padding: 0 50px;
    font-weight: 600; letter-spacing: 2px; transition: all 0.3s;
    background-color: #ff6519; color: #fff; font-size: 16px; border: 0px;
    text-transform: uppercase; text-align: center;
}
.width100 input.formsub:hover{background-color: #e48e29;}

.section4 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.section4 ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.section4 :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.section4 :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
/*-------section4---------*/

/*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: 32px;
    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: #ff6519;
    border: 1px solid #ff6519;
    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: #ff6519;
}
.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;
    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: #ff6519;
    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 #ff6519;
    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: #1a3871;
    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: #ff6519;
    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: #ff6519
}
.fbox p a{color: #ff6519}
.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: 'Poppins', 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 #ff6519; */ 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: #ff6519;
}

.innerpage h3{margin-top: 0px; position: relative; color: #ff6519; font-weight: 600;
margin-bottom: 15px; /* border-left: 4px solid #ff6519; */ padding-bottom: 10px;
text-align: left; margin-top: 20px; font-size: 21px; border-bottom: 1px solid #ccc;
padding: 10px 0px;}

.innerpage p{font-size: 16px; line-height: 24px; color: #000;}
/*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: 40px 60px 0 60px;
    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: 400;
}
.innerpage ul li:before{
    position: absolute;
    left: 3px;
    top: 0px;
    content: "\f054";
    font-family: FontAwesome;
    font-size: 14px;
    color: #ff6519;
}
.innerpage p b{font-weight: 600; color: #1a3871; 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: #ff6519;
}

/*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 #ff6519; */ 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: #ff6519;
}


.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: #ff6519;
    font-size: 16px;
}
.et_pb_submit_cont {
    background: #ff6519 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: #e48e29 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 #ff6519; */ 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: #ff6519;
}
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;}
table.table tr td img{height: 60px;}
table.table tr td.td1{text-transform: uppercase; font-weight: 500;}
/*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: 24px;
    color: #000;
}
.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: #ff6519;
}
.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 #ff6519; */ 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: #ff6519;
}

.pgrightbx{background-color: #003971; width: 100%; padding: 20px; display: table; 
    position: relative; border-radius: 3px;}
.pgrightbx h3{color: #ff6519; 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;}
.pgrightbx ul li a.active{border-left: 2px solid #ff6519; color: #ff6519;}

.pgrightbx ul li a:hover{color: #ff6519;}
.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: #ff6519;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    transition: all .5s;
}
ul.careersul li a:hover {
    background: #e48e29;
    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;}
a.blog1{width: 100%; display: block; text-decoration: none;
color: #000; transition: all 0.3s;}
.blog1 .img1{
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.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%;
    color: #0470db;
    font-weight: 600;
    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: 400;
    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;}
.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*/





/*login_popup*/
.login_pop, .new_address_bill, .new_address_shipp, .edit_address_pop, 
.prescriptions_pop, .po_error_pop { 
  width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,.65);
  z-index:999;display: none;}
.pop_content { width:450px;display: table;margin-top:5%;
  margin-left:auto;margin-right:auto;position:relative; 
  background-color: #fff; box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);}
.pop_content_addr { width:700px;}
.close_btn { 
  color: #333;
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 10px; z-index: 999999;
}
.close_error_btn { 
    color: #dcdcdc;
    cursor: pointer;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.ok_btn { 
    color: #6B6B6B;
    cursor: pointer;
    font-size: 12px;
    padding:4px 8px;
  border:1px solid #B6B6B6;
  border-radius:4px;
  text-decoration:none;
}
.pop_hd { font-size:30px;color:#333333;padding-bottom:10px; }
.login_box, .reg_box , .fpwd_box, .enquiry_box, .track_box { float:left; padding:15px;
  display:block; width: 100%; background-color: #fff;}

.error_box{ width:600px;margin-top:12%;text-align:center;color:#FF6600; }

.new_address1 .pop_content{margin-top: 10%; height: auto;}
input.ptxt, textarea.ptxt{max-width:100% !important;}


.login_pop_left{
  float: left;
  display: table;
  width: 305px;
  height: 100%;
  background-color: #00b9f5;
  padding: 45px 35px;
}
.login_pop_left .img{
  clear: both;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;  
}
.login_pop_left .hd1{
  color: #fff;
  font-size: 16px;
  width: 100%;
  display: table;
  margin-bottom: 15px;
}
.login_pop_left ul{
  clear: both;
  width: 100%;
  display: block; 
}
.login_pop_left ul li{
  width: 100%;
  display: block;
  margin-bottom: 15px;
  color: #fff;
  font-size: 11px;
  line-height: 18px;  
}
.login_pop_left ul li i{
  margin-right: 5px;
  font-size: 14px;  
}


.login_pop_rt{
  width: 100%;
}
.pop_box_hd1{
  width: 100%;
  text-align:center;
  font-size: 14px;
  color: #333;
  display: table; 
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 15px;
}
.pop_box_hd1 label{color: #ff4612; font-weight: 600; cursor: pointer;}
.pop_box_hd2{
  width: 100%;
  text-align:center;
  font-size: 21px;
  color: #ff4612;  
  font-weight: 600;
  margin-bottom: 0px;
}



form.login_frm { color:#000000;padding:10px;}
label.ptxt { width:100%;font-size:14px;color:#000;text-align:left;margin:10px 0 ;height:40px; }
input.ptxt, textarea.ptxt, select.ptxt { 
  background-color: #fff;
    border: 1px solid #ccc !important;
    border-radius: 0px;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 10px 10px 10px 13px;
    width: 100%;
    display: block;
    outline: 0px;
    border-radius: 30px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
select.ptxt {cursor: pointer;}
input.ptxt:focus, select.ptxt:focus{
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  border-color: #e5d7bc;
}
.latestnew_txt{
  background-color: #fff;
    border: 1px solid #ededed !important;
    border-radius: 4px;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    margin: 0 0 6px;
    max-width: 180px;
    float: right;
    display: inline-block;
    margin-top: 5px;
    padding: 6px 10px 6px 13px;
    width: 100%;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.captchatxt{
  max-width: 180px;
    float: right;
}
.captchatxt2{
  max-width: 60%;
    float: right;
    margin-right: 20%;
}
.latestnew_txt:focus{
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  border-color: #e5d7bc;
}
/*.reg_box , .fpwd_box{ display:none; }*/
input.pbtn {padding: 0 50px; height:42px;
  background:#0d2153;color:#fff;float:right;border:none;cursor:pointer; 
  font-size: 16px; font-weight: 400; line-height: 42px; float: none;
  transition: all 0.3s ease 0s; text-transform: uppercase; border-radius: 0px;
  border-radius: 20px; clear: both; margin:  auto; display: table;
}
input.pbtn:hover{background-color: #ff4612;}
input.pbtn2 {margin: 15px auto 0; display: table;}
label.fbtn { font-size:12px;text-decoration:none; font-weight: 400;
  color:#333;margin:0px 0px;cursor:pointer; height: 38px; line-height: 38px; 
  text-align: center; width: 100%;}
.pop_name{
  clear: both;
  width: 100%;
  display: table; 
  margin-bottom: 5px;
}
.pop_name label{
  font-weight: 300;
  color: #666;
  font-size: 14px;  
}
.pop_name label span{
  margin-left: 5px;
  color: #F00;  
}

.formterms{
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
}
.formterms input{position: relative; top: 2px; margin-right: 3px;}
/*login_popup*/


.innerscroll{
  clear: both;
  padding: 60px 0 30px;
  background-color: #f8f8f8;
  position: relative;
}
.innerscroll ul{list-style-type: none;}
.innerscroll img.fs-gal{border: 2px solid #1a3871;}
.innerscroll .owl-nav{position: absolute; top: -20%; right: 0px; width: 10% !important; opacity: 0.5;}
.innerscroll .owl-prev{
  background-image: url('../images/prev4.png');
  width: 40px;
  height: 24px;
  float: left; display: inline-block;
  margin-right: 10px;
  transition: all 0.3s;
  background-size: cover;
}
.innerscroll .owl-next{
  background-image: url('../images/next4.png');
  width: 40px;
  height: 24px;
  float: left;
  background-size: cover;
  display: inline-block;
  transition: all 0.3s;
}
.innerscroll .owl-prev:hover, .innerscroll .owl-next:hover{opacity: 1;}


.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: #002259;
    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(0,0,0,0.4);
}
.cart_bx1{
  width: 90%;
  background-color: #002259;
  height: 100%;
  right: -100%;
  transition:ease all 0.4s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1,2,2,.15);
  z-index: 99999;
  overflow-y:  auto;
  /* background-image: url('../images/hpat.png'); */
}
.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: 26px;}
a.mobilecont{
    padding: 6px 22px 6px;
    margin-left: 20px;
    border: 1px solid #e84736;
    background-color: #e84736;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    display: inline-block;
}
img.mobimg{display: none;}
/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/  
@media only screen and (min-width : 240px) and (max-width : 960px)
{
    body{overflow-x: hidden; padding-top: 124px;}
    .header{border-top: 3px solid #062d64;}
    .container{width: 100%; display: block; max-width: 100%; min-width: 100%;}
    /* .header{padding: 0 5px;} */
    .menubar{display: none;}
    .main_menu{display: none;}
    .top1_left{display: none;}
    .menu2{display: block; top: 60px; right: 10px; z-index: 999;}
    .menu{display: none;}
    .l_news{top: 83px;}
    .logo a img{height: 60px; margin-bottom: 10px;}
    .ftleft2 h3{font-size: 21px;}
    /* .carousel-inner > .item > img, .inner_banner img{
        width: 100%;
        height: calc(100vh - 100px) !important;
        object-position: center;
        object-fit: cover;
    }   */  
    .main_banner{height: auto; margin-top: 0px;}
    .bannercu, .inner_banner{margin-top: 0px;}
    .hdright{margin-right: 100px;}
    .banner_txt{width: 100%; left: 0px; top: 20% !important;}
    .banner_hd{font-size: 18px; line-height: 28px; padding-left: 0px; width: 90%;}
    .banner_cont{width: 90%; font-size: 14px; line-height: 21px; height: 42px; overflow: hidden;}

    .carousel-control.right{display: none !important;}
    .carousel-control.left{display: none !important;}
    .banner_r_more{margin-top: 0px;}
    .banner_r_more a{font-size: 12px; }
    a.scroll-down-link{float: right; right: 0px; margin:0px; left: auto;}
    .icon--large{max-width: 85px;}
    .ban_but, .pavcontentslider .carousel-indicators{width: 100%; right: auto; text-align: center;
        bottom: 10px;}
    .pavcontentslider .carousel-indicators li{
        display: inline-block; margin: 0 5px;
    }
    .hdbxtop{font-size: 12px; letter-spacing: 0px;}
    .hdbxtop a{font-size: 12px;}
    .section0 h2{font-size: 24px;}
    .section0 p{font-size: 14px; line-height: 24px;}
    .section0 a{font-size: 12px;}
    .about-one__image-block{position: relative; clear: both; top: 0px; right: auto; left: auto;
        width: 100%; max-width: auto;}
    .section0{display: block;}
    .servsec2{background-image: none !important; padding-top: 0px; padding-bottom: 30px;}
    .section4{display: block;}
    .section4 h2{font-size: 28px;}
    .section4 form, .width49{width: 100%; display: block;}
    .width100 input.formsub{font-size: 12px;}
    .fabout, .fbox{width: 100%; display: block;}
    .copyrights{text-align: center;}
    .copyrights ul{float: none; display: table; margin: auto;}
    .pop_content{width: 90%; display: table; margin:  auto; padding: 10px; display: table; margin-top: 50px;}
    img.mobimg{width: 100%; display: block;}
    .servsec2 h3{font-size: 21px;}
    .servsec2 p{font-size: 14px; line-height: 21px;}

    .innertxt1{top: 20px;}
    .inner_banner h1{margin-top: 0px; font-size: 18px;}
    .innertxt1 ul li{font-size: 12px;}
    .innerpage h2{margin-top: 0px; font-size: 24px;}
    .innerpage p{font-size: 14px;}
    .innerpage h3{font-size: 21px;}
    .innerpage ul li{font-size: 14px; line-height: 21px;}
    .aboutVision{padding-top: 0px;}
    .aboutVision .link .txt, .aboutVision .link .img, .pageLinks .link .txt, .pageLinks .link .img{
        width: 100%; clear: both;
    }
    .aboutVision .link .txt{padding: 20px;}
    .innerscroll .owl-nav{width: auto !important; top: -25%;}
    ul.careersul li span, .job_nav span{width: 100%; clear: both; margin-bottom: 10px;}
    ul.careersul li h2{font-size: 14px;}
    ul.careersul li a{font-size: 12px;}
    .pgleftbx h3, .enroll_frm h2, .stuPlace h2{font-size: 21px;}
    .pgleftbx p, .pgleftbx ul li{font-size: 14px;}
    .enroll_form{padding: 20px;}
    .fields_two{width: 100%;}
    .box5_row1{width: 100%;}
    .stuPlace{display: block; padding: 20px 0}
    table.table tr th, table.table tr td{font-size: 12px;}
    .innertxt1{padding: 0px;}
    .servsec2 .col-sm-6{width: 100%;}
}
/*------iphone----------------*/  
@media only screen and (min-width : 320px) and (max-width : 480px)
{
    
}
/*------smalltablet----------------*/  
@media only screen and (min-width : 240px) and (max-width : 768px)
{

}
/*--------iPad - Portrait--------------*/
@media only screen and (min-width : 768px) and (max-width : 960px)
{

}
@media only screen and (min-width : 960px) and (max-width : 1024px)
{
    .container{width: 100%; display: block; max-width: 100%; min-width: 100%;}
    /* .menu2{display: block; top: 18px; right: 10px; z-index: 99999999999999;} */
    a.callus1{display: none;}
    .menu > ul > li > a{font-size: 14px;}
    .banner_cont{font-size: 14px; line-height: 21px;}
    .banner_hd{font-size: 36px; line-height: 42px;}
    .innertxt1{top: auto; bottom: 0px;}
    .innerscroll .owl-nav{top: -12%;}
}
@media only screen and (min-width : 960px) and (max-width : 1170px)
{
    .container{width: 100%; display: block; max-width: 100%; min-width: 100%;}
}
@media only screen and (min-width : 1024px) and (max-width : 1240px)
{
    .container{width: 100%; display: block;}
    .menu > ul > li > a{font-size: 14px; padding: 25px 10px;}
    a.callus1{font-size: 14px; margin-top: 25px;}
    .logo a img{height: 60px; margin-top: 10px;}
    .banner_cont{font-size: 14px; line-height: 21px;}
    .innertxt1{top: auto; bottom: 0px;}
}