/*@import url('https://fonts.googleapis.com/css?family=Righteous');*/
@font-face{
    font-family: Poppins-Regular;
    src:url(../fonts/Poppins-Regular.otf);
}
@font-face{
    font-family: Questrial-Regular;
    src:url(../fonts/Questrial-Regular.otf);
}

html{
    overflow-x:hidden;

}
body{
    font-family: 'Poppins-Regular', serif;;
/*padding-top: 105px;*/
/*font-family: 'Righteous', cursive;*/
    color: #6c6e71;
       background :linear-gradient(rgba(249, 246, 246, 0.66), rgba(255, 247, 247, 0.6)), url(../images/vector.png);
    /*background-image: url(../images/back-bg.jpg);*/
    /*background-size: cover;*/

}
body::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    border-radius: 6px;
    background: #ccc;
}
::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #000080;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(100, 100, 100, 0.4);
}
a:hover{
    text-decoration: none;
}
h1,h2 {
    font-weight: 700;
    /*font-family: 'Righteous', cursive;*/
}

.ft-logo a{
  color: #fff;
}
#top_header {
    height: 30px;
    padding: 4px;
    background-color: #000080;
    color: #fff;
    width: 100%;
    /*top: 0;*/
    /*position: fixed;*/
}
/*video*/
	.video-banner {
    position: relative;
    display: grid;
    align-items: center;
    width: 100vw;
    overflow: hidden;
    background: rgba(0,38,62,.5);
}
.video-player {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -100;
}
.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.banner-content {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 150px;
    margin-bottom: 150px;
}
.button, .wp-block-button a {
    display: inline-block;
    background-image: linear-gradient(90deg,#009d86,#0b558c);
    border-radius: 0;
    padding: 12px 40px;
    border: 0;
    color: #fff;
    font-family: Exo,sans-serif;
    text-transform: uppercase;
    font-size: 1.125em;
}
.banner-content h2{
line-height: 43px;
text-transform: uppercase;
}
.bner li{
    font-size:20px;
}
/*video*/
.top-line {
    padding: 10px 0;
    background: #666;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    overflow: hidden;
}

.log-lns span a{
    color: #fff;
}
.fixed-header {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 0;
    margin: 0; 
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.06);
     transition: all .5s;
}
header{
    /*background: #37bdf0;*/
    transition: all .5s;
    border-bottom: 2px solid #c60000;
}
.cn-stick-nav .container-fluid{
    margin: 0px;
    padding: 0px;
}
.footer-part{
    padding: 20px 0 10px;
}
footer {
    /*background: linear-gradient(rgba(34, 34, 34, 0.97), rgba(34, 34, 34, 0.95)), url(../images/map.png);*/
    /*background-size: cover;*/

    color: #fff;
    background-color: #000080;
}
footer ul {
    padding-left: 20px;
}
footer ul li a {
    color: #fff;
    /*line-height:20px;*/
}
footer ul li a:hover{
    color: #ac2023;
}
.footer-line {
        margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
     border-top: 1px solid #eeeeee6e; 
}
.f-logo{
    height: 100px;
}
.design{
    text-align: right;
    padding:0;
}
.design a{
    color: #fff;
}
.copyright{
    padding:0;
    
}
.ul-li-block ul {
    margin: 0px;
    padding: 0px;
}
.ul-li-block ul li {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    transition: .8s;
}
.usefullinks-wrapper ul li:hover a {
    padding-left: 25px;
    color: #000080;
}
.usefullinks-wrapper ul li a {
    width: 100%;
    height: 100%;
    display: block;
    transition: .8s;
    padding: 8px 0;
    padding-left: 22px;
    position: relative;
    color: #fff;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
}
.usefullinks-wrapper ul li:hover a:before {
    left: 15px;
    color: #000080;
}
.usefullinks-wrapper ul li a:before {
    top: 50%;
    left: 0px;
    /*content: '\f0a9';*/
    content: '\f105';
    font-weight: 900;
    position: absolute;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'FontAwesome';
}
.free-ord{
    text-align: center;
}
.fl-l .fa-phone {
    height: 25px;
}
.fl-l .fa-map-marker {
    height: 90px;
}
.fl-l .fa {
    width: 40px;
    float: left;
    font-size: 18px;
    text-align: center;
}
#social-icon-sec {
    border-bottom: 8px solid #252525;
    margin-top: 25px;
}
.social-links {
    text-align: center;
    background-image: url(../images/shape_bottom.png);
    /* background-color: #252525; */
    width: 303px;
    margin: 0 auto;
    height: 44px;
    padding-top: 10px;
    /* border-radius: 100px 100px 0 0; */
}
.carousel-fullscreen .carousel-inner .item {
    height: 75vh; 
    /*min-height: 600px; */
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: cover;
}


/* carousel fullscreen - vertically cente#c60000;caption*/
.carousel-caption {
   position: absolute;
    right: 50% !important;
    bottom: 20% !important;
    left: 10% !important;
    text-align: left !important;
}
.carousel-caption h2 {
    font-size: 50px;
    line-height: 62px;
    text-transform: uppercase;
}
.carousel-fullscreen .carousel-caption {
   top: 35%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.carousel-caption p{
    font-size: 25px;
}

/* overlay for better readibility of the caption  */

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: #000;
    opacity: 0.3;*/
    transition: all 0.2s ease-out;
}


/* demo typography */



.super-heading {
    font-size: 70px; 
}


.super-paragraph {
    font-size: 30px; font-weight: 300;
}

.carousel-caption .super-paragraph a,
.carousel-caption .super-paragraph a:hover
{
    color: #fff;
}

#carousel-example-generic {
    margin: 40px 0;
}

/* carousel fade */
/* original solution by https://codepen.io/Rowno/pen/Afykb */

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}


 .navbar-default {
z-index: 9999;
    transition: all 2s;
  }
  .navbar-default.navbar-shrink {
    padding: 0px 0;
  }
  .navbar-default.navbar-shrink img{ 
height: 48px;
}
.log-lns{
    text-align: right;
}

/*service setion start here*/
/*------------oftr chnfg-----------------*/
.sec-title {
    text-align: center;
}
.sec-title h1{
    color: #000;
    margin-bottom: 30px;
}
#competitive_exams .demo{
  background-image: url(../images/examsbg.jpg);
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    padding: 35px 0px;
}
#competitive_exams .serviceBox{
    /*padding: 15px 10px;*/
    background: #fff;
    border: 1px solid #000;
    border-bottom-color: #000080;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
    transition: all 0.5s ease 0s;    
}
#competitive_exams .exams_hvr{   
    transition: all 0.5s ease 0s;
    overflow: hidden; 
}
#competitive_exams .exams_hvr img{
width: 100%;
height: 138px;
transform: scale(1);
transition: all 2s ease 0s;
}
#competitive_exams .exams_hvr img:hover{
transform: scale(1.2);
}
#competitive_exams .serviceBox:hover{ border: 1px solid #000080; }
#competitive_exams .serviceBox:before,
#competitive_exams .serviceBox:after{
    content: "";
    width: 70%;
    height: 5px;
    background: #000080;
    opacity: 0;
    position: absolute;
    top: -3px;
    left: 35%;
    transform: translateX(-50%);
    transition: all 0.5s ease 0s;
}
#competitive_exams .serviceBox:hover:before,
#competitive_exams .serviceBox:hover:after{
    opacity: 1;
    left: 50%;
}
#competitive_exams .serviceBox:after{
    top: auto;
    bottom: -3px;
}
#competitive_exams .serviceBox .service-icon{
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    background: #000080;
    margin: 0 auto 20px;
    font-size: 36px;
    color: #fff;
}
#competitive_exams .serviceBox .title{
   font-size: 15px;
    font-weight: bold;
    color: #000000;
    margin: 10px 0 10px 0;
    transition: all 0.5s ease 0s;
}
#competitive_exams .serviceBox:hover .title{ /*opacity: 0;*/color: #000; }
#competitive_exams .serviceBox .description{
    font-size: 14px;
    color: #7a7a7a;
    line-height: 25px;
    margin: 0;
    transition: all 0.5s ease 0s;
}
#competitive_exams .serviceBox:hover .description{
   /* margin-top: -20px;
    padding-bottom: 20px;*/
}
@media only screen and (max-width:990px){
    #competitive_exams .serviceBox{ margin-bottom: 30px; }
}
#competitive_exams .exams {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
#competitive_exams .exams a{  
  background-color: #000080;
  color: #fff;
  padding: 6px 20px;
  border-radius: 10px;
  text-decoration: none;
}
#competitive_exams .exams a:hover{background-color: #000;}
#competitive_exams .description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/*sevice section end here*/
/*about section start here*/
.img-sec img{
    width: 100%;
}
.content-sec p{
  font-size: 16px;
  line-height: 30px;
}
.content-sec ul{
 margin-left: 20px;
}
.content-sec ul li{
 font-size: 16px;
  line-height: 30px;
  list-style: none;
}
/*about section end here*/

.move {
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#features {
  padding-bottom: 50px;
}
.single-features-light:hover .move {
    -webkit-transform: translateY(-22%);
    -moz-transform: translateY(-22%);
    -ms-transform: translateY(-22%);
    -o-transform: translateY(-22%);
    transform: translateY(-22%);
}

.single-features-light:hover i.secondary-color {
    opacity: 0;
}

.feature_link a,
.readmore {
    position: relative;
    z-index: 1;
    line-height: 32px;
letter-spacing:1px;
    border:1px solid #0f66dc;
    border-radius:20px;
    font-weight:400!important;
    font-size:13px;
    padding:5px 15px;

}

.feature_link a:hover,
.readmore:hover {
    background:#0f66dc;
    color:#fff;
}

.feature_link {
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    margin-bottom: -15%;
}

.single-features-light:hover .feature_link {
    opacity: 1;
}


/*transition for all hover element*/

.single-features-light,
.single-features-light i,
.themeioan_course,
.tbl-pricing .tbl-prc-col .tbl-prc-wrap h5,
#teachers .item {
    webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/*end transition*/

.single-features-light {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #eff2f5;
    background:#fff;
    overflow: hidden;
    min-height: 230px;
}

.single-features-light:hover {
    border: 1px solid #fff;
}

.single-features-light i {
    margin-top:7px;
}
.single-features-light a {
    color: #000000;
    font-weight:700;
}

.single-features-light h4 {
    font-size: 20px;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 15px;
}

.single-features-light p {
    padding: 0 20px;
}

.services .single-features-light {
    margin:15px 0px;
}
.post-heading-center {
    text-align: center;
}

.mb-60 {
    margin-bottom: 60px;
}


/*bread crumb secion start here*/
/*breadcrumb section start here*/
.page-title {
  background-image: url(../images/Blog.png);
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}
.page-title h2{
    color: #fff;
}
.page-breadcrumb{
  position:relative;
}
.page-breadcrumb li{
  position:relative;
  display:inline-block;
  margin-right:10px;
  padding-right:15px;
  color:#ffffff;
  font-size:14px;
  font-weight:400;
  text-transform:capitalize;
}
.page-breadcrumb li:after{
  position: absolute;
    content: "\203A";
    right: -2px;
    top: -6px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    font-family: "FontAwesome";
}
.page-breadcrumb li:last-child::after{
  display: none;
}
.page-breadcrumb li:last-child{
  padding-right:0px;
  margin-right:0px;
}
.page-breadcrumb li a{
  color:#c8a294;
  font-weight:400;
  text-transform: capitalize;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}
.page-breadcrumb li a:hover{
  color:#ffffff;
}
/*breadcrumb section end here*/
/*about page start here*/
.abt-sec {
    padding: 30px 0;    
}
.abt-imgsec img{
    width: 100%;
}
.abt-content p{
    font-size: 16px;
    line-height: 25px;
}
/*about page end here*/

/*contact page*/
#contact_sec {
    padding: 40px 0;
}
.section-header h2{
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}
.conatact_hdr h2{
  margin-top: 0px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #000080;
}
.contact_sec input{
  width: 100%;
  padding: 7px 5px;
  margin-bottom: 5px;
  border:1px solid #a9a9a9;
}
.contact_sec textarea{
  width: 100%;
  padding: 7px 5px;
  height: 150px;
}
.sbmt-btn {
  text-align: right;
  margin-bottom: 20px;
  margin-top: 10px;
}
.sbmt-btn button{
  border: none;
  background-color: #000080;
  padding: 8px 20px;
  color: #fff;
}
.sbmt-btn button:hover{
 background-color: #000;
 color: #fff; 
}
.address_sec .fa {
 width: 40px;
    float: left;
    font-size: 18px;
    text-align: center;
    color: #000080;
}
.address_sec .fa-phone {
 height: 25px;
}
.address_sec .fa-map-marker {
 height: 40px;
}
/*contact page*/
/*corporative exam*/
.program-section{
    position:relative;
    padding:90px 0px 55px;
    background-color:#f9f9f9;
}

.program-section .title-box{
    position:relative;
    margin-bottom:65px;
}

.program-section .title-box h3{
    position:relative;
    font-size:32px;
    color:#1c1c1c;
    font-weight:400;
    float:left;
    /*font-family: 'Roboto', sans-serif;*/
}

.program-section .title-box.alternate h3{
    float:none;
    text-align:center;
    width:100%;
}

.program-section .title-box a{
    font-size:16px;
    color:#236ed3;
    float:right;
    font-weight:700;
    margin-top:12px;
    text-transform:uppercase;
    border-bottom:1px solid #236ed3;
    /*font-family: 'Roboto', sans-serif;*/
}

.program-block{
    position:relative;
    margin-bottom:20px;
}

.program-block .inner-box{
    position:relative;
    /*margin-left:40px;*/
    border:1px solid #eaeaea;
    padding:15px 15px 15px 15px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.program-block .inner-box:hover{
    border-color:#295ead;   
}

.program-section.style-two .program-block .inner-box{
    background-color:#ffffff;
}

.program-block .inner-box .icon-box{
    position:absolute;
    left:-35px;
    top:50%;
    width:69px;
    height:30px;
    color:#ffffff;
    font-size:36px;
    margin-top:-16px;
    text-align:center;
    background-color:#295ead;
}

.program-block .inner-box .icon-box .icon{
    position:relative;
    z-index:1;
}

.program-block .inner-box .icon-box:before{
    position:absolute;
    content:'';
    left:0px;
    top:-29px;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 30px solid #295ead;
}

.program-block .inner-box .icon-box:after{
    position:absolute;
    content:'';
    left:0px;
    bottom:-29px;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 30px solid #295ead;
}

.program-block .inner-box h3{
    position:relative;
    margin-bottom:10px;
    line-height:1.4em;
}

.program-block .inner-box h3 a{
    position:relative;
    color:#282828;
    font-size:22px;
    font-weight:700;
    text-transform:capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.program-block .inner-box h3 a:hover{
    color:#295ead;
}

.program-block .inner-box .text{
    position:relative;
    color:#6b6b6b;
    font-size:16px;
    line-height:1.4em;
    font-weight:300;
}

/*corporate training*/
@media  (max-width: 470px){
.co-dt-h span{
    font-size: 12px;
}
.log-lns {
    display: none;
}
}