/*----------------------------------------*/
/*  Theme CSS
/*----------------------------------------*/
html, body {
    height: 100%;
}
body {
    background: #fff none repeat scroll 0 0;
    color: #585757;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-align: left;
    overflow-x: hidden;
    line-height: 28px;
}
.float-none{
    float: none;
    margin:0 auto;
}
.floatleft {
    float:left;
}
.floatright {
    float:right;
}
.alignleft {
    float:left;
    margin-right:15px;
    margin-bottom: 15px;
}
.alignright {
    float:right;
    margin-left:15px;
    margin-bottom: 15px;
}
.aligncenter {
    display:block;
    margin:0 auto 15px;
}
.no-padding{
    padding: 0px
}
a:focus {
    outline:0px solid;
}
img {max-width:100%;
    height:auto;
}
.fix {
    overflow:hidden;
}
p {
    margin: 0 0 15px;
    color: #000;
    font-size: 17px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    color: #555;
    font-weight: 700;
    
}
h1{
    font-size: 35px;
    line-height: 54px;
        
}
h2{
    font-size: 30px;
    line-height: 42px;
        
}
h3{
    font-size: 25px;
    line-height: 36px;
        
}
h4{
    font-size: 20px;
    line-height: 34px;
        
}
h5{
    font-size: 18px;
    line-height: 30px;
        
}
h6{
    font-size: 16px;
    line-height: 28px;
        
}
a {
    transition: all 0.3s ease 0s;
    text-decoration:none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
    color: #003cc4;
    text-decoration: none;
}
.pt10{
    padding-top:10px;
}
.pt20{
    padding-top:20px;
}
.pt30{
    padding-top:30px;
}
.pt40{
    padding-top:40px;
}
.pt50{
    padding-top:50px;
}
.pb10{
    padding-bottom:10px;
}
.pb20{
    padding-bottom:20px;
}
.pb30{
    padding-bottom:30px;
}
.pb40{
    padding-bottom:40px;
}
.pb50{
    padding-bottom:50px;
}
.p10{
    padding:10px;
}
.p20{
    padding:20px;
}
.p30{
    padding:30px;
}
.p40{
    padding:40px;
}
.p50{
    padding:50px;
}
.mt10{
    margin-top:10px;
}
.mt20{
    margin-top:20px;
}
.mt30{
    margin-top:30px;
}
.mt40{
    margin-top:40px;
}
.mt50{
    margin-top:50px;
}
.mb10{
    margin-bottom:10px;
}
.mb20{
    margin-bottom:20px;
}
.mb30{
    margin-bottom:30px;
}
.mb40{
    margin-bottom:40px;
}
.mb50{
    margin-bottom:50px;
}
.m10{
    margin:10px;
}
.m20{
    margin:20px;
}
.m30{
    margin:30px;
}
.m40{
    margin:40px;
}
.m50{
    margin:50px;
}
.bg-yellow{
   background:#fdd55c; 
}
.bg-black{
    background:#000;
}
.btn-theme{
    background: #020288;
    margin-top: 16px;
    float: right;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
}
.btn-commn{
    background: #15416e;
    margin-top: 16px;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;  
}
.section{
    padding: 60px 0px;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff!important;
}
.section-title-light{
    text-align: left;
}
.section-title-light img{
    margin-right: 15px;
}
.section-title-light h2{
    color: #fff;
    line-height: 1.1;
    text-transform: uppercase;
    font-size: 30px;
}
.section-title{
    text-align: left;
}
.section-title img{
    margin-right: 15px;
}
.section-title h2{
    color: #15416e;
    line-height: 1.1;
    text-transform: uppercase;
    font-size: 30px;
}
.sectio-btn{
    text-align: right;
}
.sectio-btn a{
    background: #18ba60;
    padding: 7px 20px;
    border-radius: 0px;
    color: #fff;
    font-size: 17px;
}
.section-border{
    border-bottom:1px solid #dedddd;
}
.section-border-light{
    border-bottom:1px solid #dedddd;
    margin: 0px 10px;
}
.float-right{
    float: right;
}
.float-left{
    float: left;
}
.border-left{
    border-left: 5px solid #d2cccc;
    padding: 0px 10px 0px;
}
.contact-block{
    text-align: center;
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: 10px;
}
.contact-area textarea{
    height: 150px;
}
.contact-block p{
    text-align: center!important;
    margin-top: 20px;
}
#pageSetLayout p{
    text-align: justify;
}
.event-desc{
    height: 140px;
    border: 1px solid #eee;
    padding: 10px;

}
#pageSetLayout .ser-title h3{
        font-size: 20px;
}
.vertical-tab{ display: table; width: 100%; }
.vertical-tab .nav-tabs{
    display: table-cell;
    width: 28%;
    min-width: 28%;
    border: none;
    border-right: 1px solid #15416e;
    position: relative;
}
.vertical-tab .nav-tabs li{
    float: none;
    vertical-align: top;
    margin-right: 25px;
}
.vertical-tab .nav-tabs li a{
    display: block;
    padding: 10px;
    margin-bottom: 8px;
    background: #f5f5f5;
    font-size: 18px;
    color: #505050;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,0.5);
    position: relative;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a{
    background: #18ba60;
    color: #fff;
    border-color: transparent;
}
.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after{
    content: "";
    width: 20px;
    height: 1px;
    background: #15416e;
    position: absolute;
    top: 50%;
    right: -48px;
    opacity: 0;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:after{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    right: -40px;
}
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li a:hover:before{
    opacity: 1;
    right: -28px;
}
.vertical-tab .nav-tabs li.active a:after,
.vertical-tab .nav-tabs li a:hover:after{
    opacity: 1;
    right: -13px;
}
.vertical-tab .tab-content{
    display: table-cell;
    padding: 12px 15px 0;
    font-size: 15px;
    color: #505050;
    letter-spacing: 1px;
    line-height: 24px;
    text-align: justify;
    vertical-align: top;
    position: relative;
}
.vertical-tab .tab-content h3{
    font-size: 24px;
    color: #505050;
    margin: 0 0 5px 0;
}
@media only screen and (max-width: 479px){
    .vertical-tab .nav-tabs{
        display: block;
        width: 100%;
        border-right: none;
    }
    .vertical-tab .nav-tabs li { margin: 0 0 30px 0; }
    .vertical-tab .nav-tabs li a:before{
        width: 1px;
        height: 20px;
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .vertical-tab .nav-tabs li a:after{
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .vertical-tab .nav-tabs li.active a:before,
    .vertical-tab .nav-tabs li a:hover:before,
    .vertical-tab .nav-tabs li.active a:after,
    .vertical-tab .nav-tabs li a:hover:after{ bottom: -20px; }
    .vertical-tab .tab-content{
        display: block;
        padding: 20px 15px 5px;
    }
    .vertical-tab .tab-content h3{ font-size: 18px; }
}
.btn-download{
    background: #15416e;
    color: #fff;
}
/*----------------------------------------*/
/* header Area
/*----------------------------------------*/
.bg-tophead{
    background:#0b447e;
}
.logo h1{
    color: #fff;
    margin: 0;
    padding:5px;;
}
.logo img{
    margin-right: 10px;
}
.indo-div{
    margin-top: 30px;
}
.indo-div ul{
    display: inline-flex;
    list-style: none;
    float: right;
}
.indo-div ul li img{
    width: 40px;
    float: left;
    margin-right: 15px;
}
.indo-div ul li{
     margin-right: 20px;
}
.indo-div label{
    margin-top: 7px;
}
.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}
.main-menu ul{
    margin-top: -2px;
}
.main-menu ul.navbar-nav > li >a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color:#fff;
    font-size: 17px;
    font-weight: 500;
    padding: 25px 0px;
    text-transform: capitalize;
    margin: 0px 15px;
    letter-spacing: 1px;
}
.main-menu ul.navbar-nav li a:hover{
    color:#18ba60;
}

.main-menu ul.navbar-nav >li:hover > a:before, .main-menu ul.navbar-nav >li.active > a::before {
    width: 100%;
}
.main-menu ul.navbar-nav li.active a:focus {
    color: #333;
}
.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #003cc4;
    position: relative;
    z-index: 9999999;
}
.navbar {
    border: medium none;
    margin-bottom: 0;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.navbar-brand{
    padding: 5px 0px;
}
.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color:#333;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}
.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    border-top: 2px solid #0c0c0b;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: -99;
}
.pagess {
    position: relative;
}
.navbar.navbar-default {
    float: right;
}
.main-menu ul.nav li ul.sub-menu li {
    border-bottom: 1px solid #ddd;
    padding: 0;
    position: relative;
    width: 100%;
}
.main-menu ul.nav li:hover ul.sub-menu{
    top:100%;
    opacity:1;
    z-index:999;
    visibility:visible;
}
.main-menu ul.nav li ul.sub-menu li a {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover{
    color: #ffffff;
    background: #18ba60;
}
.main-menu ul.nav li ul.sub-menu li:last-child {
    border:none;
}
.bg-menu{
    background: white;
    height: 70px;
    box-shadow: 0px 0px 10px 0px #02028826;
}
.menu-header{
    position: absolute;
    z-index: 999;
    width: 100%;
    margin-top: -30px;
}
.page-slider{
    background: linear-gradient(45deg, #0a2948db, #156bc3e6),url(img/banner2-1.jpg);
    text-align: center;
}
.sub-menu{
    list-style: none;
    padding: 0px;
}
.page-title h1{
    padding: 30px 0px 30px;
    color: #fff;
    margin: 0;
    font-size: 45px;
    letter-spacing: 9px;
}
.nsg-desc{
    background: #15416e;
    text-align: center;
}
.nsg-desc h3{
    margin-bottom: 0px;
    color:#fff;
}
.nsg-desc h4{
    color:#fff;
}
/*----------------------------------------*/
/* slider Area
/*----------------------------------------*/
.rev_slider_wrapper{
    height: 520px!important;
}
.rev_slider{
    height: 520px!important;
}
.section-slider-title {
    padding: 20px 20px;
    margin-top:150px;
}
.section-slider-title h3{
    color: #18ba60;
    font-weight: bold;
    font-size: 35px;
    margin:0px;
}
.section-slider-title h1 {
    color: #020288;
    font-weight: 600;
    font-size: 30px;
    line-height: 60px;
    text-transform: uppercase;
   
}
.section-slider-title h3 span {
    font-size: 14px;
    color: #fee715;
}
.section-slider-title p{
    color: #00000096;
    padding-bottom: 10px;
}

/*----------------------------------------*/
/* services Area
/*----------------------------------------*/
.ser-box img{
    width:100%;
}
.ser-title{
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 10px 80px 10px 20px;
    min-height: 65px;
    transform: translateX(0);
    background: #063361c4;
}
.ser-title h3{
    color: #fff;
    margin: 0px;
}
.ser-title:before {
    content: "\f054";
    position: absolute;
    font-family: "fontAwesome";
    text-align: center;
    line-height: 55px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    width: 55px;
    height: 55px;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    font-weight: normal;
    font-size: 18px;
    background: #0c7f7d;
}
/*----------------------------------------*/
/* couses Area
/*----------------------------------------*/
.section-courses{
    background-color: #f1f2f8;
}
.couses-box{
    background: #fff;
    padding:30px;
    box-shadow: 0px 0px 10px 0px #0000003b;
}
.couses-box img{
    background: #1d5084;
    padding: 10px;
    margin-bottom: 20px;
}
.couses-box:hover img{
    background: #18ba60;
}
.couses-box a{
    font-weight: normal;
    font-size: 18px;
    color: #18ba60;
}
.couses-box a:before {
    content: "\f054";
    position: absolute;
    font-family: "fontAwesome";
    text-align: center;
    line-height: 55px;
    left: 125px;
    bottom: 15px;
    width: 55px;
    height: 55px;
    color: #18ba60;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    font-weight: normal;
    font-size: 18px;
}
.couses-box h3{
    color: #2f4862;
}
/*----------------------------------------*/
/* imp[ortant-news Area
/*----------------------------------------*/
.section-news{
    width: 100%;
    float: left;
    background-color:#1d5084;
    padding: 0px 0px 0px;
    margin-bottom: 60px;
}
.news_icon {
    padding: 16px;
    font-size: 32px;
    margin-right: 10px;
    float: left;
    color: #18ba60;
    background: rgba(255, 255, 255, 0.1);
}
.news h2 {
    font-size: 20px;
    text-align: left;
    width: 100%;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: 100;
    padding: 12px 0px 12px 0px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.1);
}
.news h2 span {
    color: #18ba60;
    font-size: 12px;
}
.news-marquee {
    margin-top: 13px;
    font-size: 18px;
    color: #fff;
}
marquee p {
    color: #fff;
}
/*----------------------------------------*/
/* counter Area
/*----------------------------------------*/
.section-counter{
    background-image:linear-gradient(45deg, #18ba60f2, #18ba60ed),url(img/slider-1.jpg);
    padding: 30px 0px;
}
.counter-content{
    text-align: center;
    color: #fff;
}
.counter-content h2{
    color:#fff;
    margin-bottom: 10px;
}
.counter-content h3{
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
}
.counter-content i{
    font-size: 40px;
    border: 1px solid #eee;
    padding: 10px;
    width: 70px;
    height: 70px;
    line-height: 50px;
    margin-bottom: 15px;
}
/*----------------------------------------*/
/* result Area
/*----------------------------------------*/
.result-desc{
    background: #1d5084;
    text-align: center;
    padding: 10px;
}
.result-box img{
    padding: 10px 10px 0px;
}
.result-desc h3{
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
}
.result-desc h4{
    margin-bottom: 0;
    color: #fff;
}
.result-box:hover .result-desc{
    background: #18ba60;
}
/*----------------------------------------*/
/* Event Area
/*----------------------------------------*/
.section-event{
    background: #1d5084;
}
.news-block{
    padding: 20px;
    border-bottom: 1px solid #eeeeee69;
    margin: 0px 20px;
}
.post-event{
    width: 30%;
    float: left;
    padding: 10px;
    background: #49729c;
    text-align: center;
    margin-right: 10px;   
}
.post-date{
    width: 12%;
    float: left;
    padding: 10px;
    background: #49729c;
    text-align: center;
    margin-right: 10px;
}
.post-date i{
    font-size: 30px;
    color:#fff;
}
.event-text{
      margin-left: 30%;
}
.event-block{
    height: 150px;
    padding: 20px;
    border-bottom: 1px solid #eeeeee69;
    margin: 0px 20px;
}
.post-news{
    margin-left: 12%;
}
.post-news p{
    color: #fff;

}
/*----------------------------------------*/
/* TESTIMONIAL Area
/*----------------------------------------*/
.testimonial{
    margin: 0 10px 75px;
    position: relative;
}
.testimonial .description{
    padding: 20px 20px 40px 20px;
    background-color: rgb(29 80 132);
    font-size: 19px;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 36px;
    height: 220px;
}
.testimonial .testimonial-content{
    padding: 10px 30px;
    background: #f1f2f8;
    position: absolute;
    bottom: -75px;
    right: 20px;
}
.testimonial .pic{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial-content .testimonial-title{
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 0 0;
    display: inline-block;
}
.testimonial-content .testimonial-title small{
    display: block;
    font-size: 12px;
    font-style: italic;
    margin-top: 10px;
}
.owl-theme .owl-controls{
    text-align: right;
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-buttons div{
    background: #a2a2a2;
    border-radius: 0;
    opacity: 1;
    padding: 5px 10px;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    color: #fff;
}
.owl-next:before{
    content: "\f054";
}
@media only screen and (max-width: 480px){
    .testimonial{
        text-align: center;
        margin-bottom: 0;
    }
    .testimonial .testimonial-content{
        position: relative;
        right: 0;
        bottom: 0;
    }
}
/*----------------------------------------*/
/* inner pages Area
/*----------------------------------------*/
#pageSetLayout{
    padding: 60px 0px;
}
#pageSetLayout .couses-box p{
    text-align: justify;
}
#pageSetLayout .couses-box {
    margin-bottom: 30px;
    height: 345px;
}
#pageSetLayout .result-box{
    margin-bottom: 30px;
}
/*----------------------------------------*/
/* Footer Area
/*----------------------------------------*/
.footer-info{
    background-image: linear-gradient(45deg, #15416e, #099783);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: rgba(31, 61, 157, 0.5);
    padding: 40px 0px;
}
.footer-logo{
    padding: 30px 0px;
}
.footer-logo p{
    color: #fff;
}
.footer-logo img{
    margin-right:10px;
}
.footer-info{
    padding-bottom: 30px;
}
.footer-logo h1{
    color:#fff;
}
.footer-info .work-date{
    padding: 0px;
}
.footer-info .work-date > li {
    font-size: 16px;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
        color: #e4dede;
}
.contact-info{
    list-style: none;
    padding: 0px;
}
.contact-info li{
    color:#fff;
    margin-bottom: 20px;
}
.contact-block li i{
    font-size: 33px;
    margin-bottom: 12px;
    color: #ffdfcd;

}
.contact-info li img{
    float: :left;
    margin-right: 20px;

}
.footer-div h3{
     font-size: 20px;
    color: #fff;
    font-weight: 300;
}
.footer-div p{
    color:#fff;
}
.footer-icons ul li {
    display: inline-block;
}
.footer-icons ul li a {
    color: #f6f6f6;
    display: block;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    background: #15416e;
    transition: 0.4s;
}
.footer-icons ul li a:hover{
    color: #003cc4;
    background: transparent;
     transition: 0.4s
}
.footer-tags li {
    float: left;
}
.footer-tags li a {
    color: #ddd;
    display: block;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin: 3px;
    border: 1px solid #020e29;
    background: #020e29;
    font-weight: 600;
    padding: 3px 5px;
    border-radius: 2px;
}
.footer-icons{
        float: right;
}
.footer-copyright {
    background: #082647;
    padding: 10px 0;
}
.copyright-text a:hover{
    text-decoration: underline;
    color:#003cc4;
}
.copyright-text a {
    color: #ddd;
}
.copyright > p {
    margin-bottom: 0;
    color: #ddd;
}
.copyright a {
    color: #003cc4;
}
.copyright{
    margin-top: 5px;
}
.footer-icons ul{
    margin-bottom: 0px;
}
.suscribe-form input{
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 6px;
}
/*----------------------------------------*/
/* Responsive
/*----------------------------------------*/
@media only screen and (max-width: 768px){

}