
@import url("https://fonts.googleapis.com/css?family=Muli:400,600,700,800|Nunito+Sans:400,600,700|Anton:400,600,700&amp;display=swap");

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #130f40;
    position: relative;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 1.42857143;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

button {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

a {
    color: #2c3e50;
}

h1 {
    font-size: 52px;
    line-height: 58px;
}

h2 {
    font-size: 36px;
    line-height: 46px;
}

h3 {
    font-size: 24px;
    line-height: 34px;
}

h4 {
    font-size: 22px;
    line-height: 32px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

h6 {
    font-size: 16px;
    line-height: 26px;
}

p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #444;
}

.d-table {
    width: 100%;
    height: 100%;
}

.bg-gray {
    background-color: #eeeeee;
}
.bg-blue {
    background-color: #0e58b3;
    color: #fff;
}
.bg-base {
    background-color: #3b04db !important
}

.thick-partition {
    background-color: #fff;
    height: 10px;
}

/*-------------------------------------------------------------------------------------
    site preloader
---------------------------------------------------------------------------------------*/

.preloader {
    background-color: #007bff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader .spinner {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/*-------------------------------------------------------------------------------------
    header top
---------------------------------------------------------------------------------------*/
#header-top {
    position: relative;
    width: 100%;
    padding: 15px 0;
    background:#0e58b3;
}

/*-------------------------------------------------------------------------------------
    header area
---------------------------------------------------------------------------------------*/

#header {
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 99;
    width: 100%;
    padding: 12px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
}
.navbar { padding-right: 0px;}
.navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.navbar-nav .nav-item:after {
   content: "/";
   display: inline-block;
   position: absolute;
   top: 50%;
  transform: translateY(-50%);
  right:0%;
}
.navbar-nav .nav-item:last-child:after {
   content: "";
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #ff0000;
}

.navbar-nav .nav-item {
    position: relative;
    padding: 0 10px;
}

#header.sticky {
    position: fixed;
    z-index: 999;
    background-color: #fff;
    padding: 16px 0;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    top: 0px;
}

#header.sticky .nav-link {
    color: #130f40;
}

#header.sticky .nav-link:hover,
#header.sticky .navbar-nav .nav-link.active {
    color: #ff0000;
}

/*-------------------------------------------------------------------------------------
    hero area
---------------------------------------------------------------------------------------*/

#hero-area {
    padding: 310px 0;
    background-image: url(../images/banner-1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
}

#hero-area.default {
    padding: 200px 0 330px;
}

.hero-btn {
    margin: 50px 0 0;
}

.hero-btn a {
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 14px 40px;
    margin: 0 10px 0 0;
    font-weight: 600;
}

.hero-btn a:hover {
    background-color: #fff;
    color: #3b04db;
}

.home-news-form {
    position: relative;
    width: 60%;
    margin: 70px auto 0;
}

.home-news-form input {
    height: 60px;
    border: 0;
    padding-left: 25px;
    font-weight: 600;
    margin: 0 auto;
}

.home-news-form button {
    background-color: #ff4e56;
    border: 0;
    position: absolute;
    right: 6px;
    top: 6px;
    color: #fff;
    font-weight: 600;
    padding: 14px 20px;
    border-radius: 4px;
}

.home-news-form button:hover {
    background-color: #fc262f;
}

#hero-area.slider-bg {
    background-image: url(../images/banner-2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

#hero-area.hero-newsletter {
    background-image: url(../images/banner-3.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.hborder-right{
border-right: #ff0000 5px solid;
}
.hborder-left{
border-left: #ff0000 5px solid;
}
#hero-area .caption{
padding: 4px 0;
text-align: left;
}
#hero-area .caption h1 {
    font-family: 'Anton', Arial;
    text-transform: uppercase;
    margin: 0px; padding: 0px;    
}
#hero-area .caption h2 {
    font-family: Arial;
    text-transform: uppercase;
    margin: 0px; padding: 0px;
    color: #fff;
    font-weight: bolder;
}
.slide-single .caption-img{
    width: 100%;
   padding: 40px 0;
   text-align: right;

}
.slide-single .caption-img img {
    max-width: 385px;float: right;
}

.slider.owl-carousel .owl-nav > div {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 40px;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    border-radius: 50%;
    color: #30336b;
    position: absolute;
    left: 20px;
    top: 45%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0 5px 0 0
}

.slider.owl-carousel .owl-nav .owl-next {
    right: 20px;
    left: auto;
    padding: 0 0 0 5px
}

.slider.owl-carousel .owl-nav > div:hover {
    background-color: #ff4e56;
    color: #fff;
}


.titlearea{
background:#fff;
margin-top: -60px;
}
.toptitle{
   font-family: 'Anton', Arial;
    text-transform: uppercase;
    margin: 0px; padding:42px 0px 20px 0;
    text-align:  center;
    font-size: 74px;
    color: #0e58b3;
    line-height: 74px;
}
.partition{
background:url(../images/partition.png) center center no-repeat;
width:100%; height:45px;
margin:0 auto;
padding:10px 0 30px 0;
display:block;
}
.partition-light{
background:url(../images/partition-light.png) center center no-repeat;
width:100%; height:45px;
margin:0 auto;
padding:10px 0 30px 0;
display:block;
}

/*-------------------------------------------------------------------------------------
    home newsletter area
---------------------------------------------------------------------------------------*/

.home-newsletter {
    background-color: #fff;
    padding: 40px 40px 50px;
    border-radius: 10px;
}

.home-newsletter input {
    height: 60px;
    border: 1px solid #e6f0fa;
    font-weight: 600;
    font-size: 14px;
    padding-left: 20px;
}

.home-newsletter h2 {
    font-weight: 800;
}

.home-newsletter form {
    margin: 35px 0 0;
}

.home-newsletter button {
    width: 100%;
    background-color: #3b04db;
    border: 0;
    color: #fff;
    border-radius: 4px;
    height: 55px;
    font-size: 16px;
    font-weight: 700;
}

/*-------------------------------------------------------------------------------------
    heading area
---------------------------------------------------------------------------------------*/

.heading {
    margin: 0 0 30px;
}

.heading h2 {
    font-weight: 800;
    margin-bottom: 20px;
}

.heading h5 {
    font-weight: 600;
    color: #3b04db
}

/*-------------------------------------------------------------------------------------
    Single Category area
---------------------------------------------------------------------------------------*/

#single-category-area {
    padding: 20px 0 20px 0!important;
}

.about-cont {
    display: block;
    padding:3% 0;
    vertical-align: middle;
}

.about-cont.two {
    padding: 0 0 0 40px
}

.about-cont h5 {
    color: #3b04db;
    font-weight: 600;
}

.about-cont h2 {
    font-weight: 800;
    margin-bottom: 25px;
}
.about-cont h3 {
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.about-cont ul {
    margin: 24px 0 0;
}

.about-cont li {
    display: block;
    padding: 6px 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}

.about-cont li i {
    color: #2ecc71;
}

.about-cont a {
    display: inline-block;
    color: #f80000;
    padding: 7px 0px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    margin: 0px;
    /*-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);*/
}

.about-cont a:hover {
    
    color: #be0e0e
}

.about-img {
    border-radius: 0px;
    overflow: hidden;
}
.icofont-wechat{
    font-size: 30px;
}

/*-------------------------------------------------------------------------------------
    core features area
---------------------------------------------------------------------------------------*/

#core-feat-area {
    padding: 90px 0 70px;
}

.core-feat-single {
    border: 1px solid #e6f0fa;
    padding: 35px 22px 20px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 0 30px
}

.core-feat-single img {
    margin: 0 0 25px;
    max-width: 55px
}

.core-feat-single h4 {
    font-weight: 700;
    margin: 0 0 12px;
}

.core-feat-single i {
    display: inline-block;
    font-size: 50px;
    color: #3b04db;
    margin: 0 0 15px;
}

.core-feat-single.two {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border: 0
}

.core-feat-single.two i {
    color: #ff4e56
}

.core-feat-single.three {
    padding: 65px 22px 45px;
    border-radius: 120px;
    background-color: #f6f6f6
}

.core-feat-single.two {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1)
}


/*-------------------------------------------------------------------------------------
    info area
---------------------------------------------------------------------------------------*/

#info-area {
    padding: 50px 0 80px;
}
.info-border{
border-right: #c9ced5 2px solid; 
}
.info-single {
    text-align: center;
    
}
.info-single span {
    font-size: 16px;
    font-weight: 700;
    width: 94px;
    height: auto;
    background-color: transparent;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    margin: 0 0 20px;
}

.info-single h4 {
    font-weight: 800;
    margin-bottom: 16px;
}

/*-------------------------------------------------------------------------------------
    category area
---------------------------------------------------------------------------------------*/
.emptyspace60 {
    height: 60px;
}
#category-area {
    position: relative;
    padding: 50px 0 0px 0;
}
#categories-area{
   position: relative;  
}
.arrow-down{
    text-align: center;
    margin-top: -50px;
}
.arrow-down-blue{
    position: absolute;
    top:100%;
    left: 50%;
    -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#category-area .heading h1{
    color: #fff;
    font-weight: 800;
}
#category-area .heading h1 span{    
    font-weight: 400;
}

#category-area .heading h2 {
    font-weight: 600;
    margin: 0 0 20px;
}
.cat-bg{
background: #0f4484;
color: #fff;
}
.category-container{
    padding: 40px 0 70px 0;
}

.categorycont{
    margin: 0px;
    padding: 0px;
}
.categorycont li{
    position: relative;
    text-transform: uppercase;
    /*list-style-image: url('../images/list.png');   */ 
    border-bottom: #144b8c 1px solid;
    list-style-position: inside;
    padding-left: 1.4rem;
}
.categorycont li::before {
position: absolute; 
  display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 0rem;
    height: 0.79rem;
    width: 0.79rem;
    margin-right: 1.5rem;
    background-color: #fff;
    margin-top: 0.9rem;
    left: 0;
}
.categorycont li a{ 
display: inline-block;   
    color: #fff;
    text-decoration: none;
    padding: 11px 0;
    font-size: 13px;
    width: 100%;
}


#single-category-area{
    position: relative;
    padding: 70px 0 50px 0;
}
.scrollnav{
    margin-top: 20px;
}

/*-------------------------------------------------------------------------------------
    video area
---------------------------------------------------------------------------------------*/

#video-area {
    padding: 90px 0 100px;
    position: relative
}

.video-cont {
    padding-left: 50px;
}

.video-cont h5 {
    color: #3b04db;
    font-weight: 600;
}

.video-cont h2 {
    font-weight: 800;
    margin: 0 0 20px;
}

.video-cont > a {
    color: #fff;
    padding: 16px 30px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    margin: 45px 0 0;
    display: inline-block;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    background-color: #2e1278
}

.video-cont > a:hover {
    color: #fff;
    background-color: #3b04db;
}

.video-cont.two {
    border: 2px solid #e6f0fa;
    padding: 50px 50px 70px;
    background-color: #fff;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 10px;
    margin-left: -100px
}

.video-cont h3 {
    font-weight: 700;
    margin: 0 0 20px;
}

.video-player-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: url(../images/watch-img-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.video-player a {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 30px;
    line-height: 80px;
    padding: 0 28px;
    background-color: #ff4e56;
    color: #fff;
    position: relative
}

.video-player a:hover {
    background-color: #ff4e56;
    color: #fff;
}

.video-player a:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    height: 90px;
    width: 90px;
    border: 3px solid #ff4e56;
    border-radius: 50%;
    -webkit-animation: icon-bubble 1s infinite forwards linear;
    animation: icon-bubble 1s infinite forwards linear;
}

.video-player a:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    height: 90px;
    width: 90px;
    border: 3px solid #ff4e56;
    border-radius: 50%;
    -webkit-animation: icon-bubble 1s infinite forwards linear 0.5s;
    animation: icon-bubble 1s infinite forwards linear 0.5s;
}

.video-img {
    border-radius: 10px;
    overflow: hidden;
}

.video-player-wrap-two {
    background-image: url(../images/watch-img-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
    border-radius: 10px
}

.video-cont.two .video-player {
    margin: 50px 0 0;
}

@-webkit-keyframes icon-bubble {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.55;
    }

    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@-webkit-keyframes icon-bubble {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.55;
    }

    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes icon-bubble {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.55;
    }

    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}


/*-------------------------------------------------------------------------------------
    contact area
---------------------------------------------------------------------------------------*/
#contact-area {
    padding: 100px 0;
}
.bg-contact{

    background-image: url("../images/contact-bg.jpg");
}

#contact-area .heading h1 {
    font-weight: 800;
    color: #fff
}
#contact-area .heading h1 span{
    font-weight: 300;
     color: #fff
}

#contact-area .heading h2 {
    font-weight: 800;
    margin-bottom: 25px;
}
#contact-area .heading h3 {
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.contact-form {
    border-top:11px solid #1973e2;
    border-bottom:11px solid #1973e2;
    padding:33px;
    border-radius: 0px;
    background-color: #fff;
    position: relative;
    display: block;
}

.contact-form input,
.contact-form textarea {
    font-size: 14px;
    border:2px solid #c1c1c1;
     border-radius: 0px;
     width: 100%;
}

.contact-form input {
    height: 40px;
}

.contact-form label {
    font-weight: 600;
}

.contact-form h3 {
    text-align: center;
    font-weight: 700;
    margin: 0 0 20px;
}

.contact-info h5 {
    font-weight: 700
}

.contact-info {
    overflow: hidden;
    margin: 0 0 10px;
}

.contact-form button {
    background-color: #1973e2;
    border:3px solid #063774;
    padding: 15px 40px;
    border-radius: 0px;
    color: #fff;
    font-size: 29px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
}

.contact-form button:hover {
    background-color: #0b448c;
}
.form-group{
    position: relative;
}
.help-block{
position: absolute;
top: -16px; left: 0;
color: #ff0000;
font-size: 11px;
}
.help-block .with-errors li {
    
    color: #ff0000;
    margin: 4px 0 0;
}

.messages {
    margin: 15px 0 0
}

.messages button {
    color: #000;
    padding: 0;
    background-color: transparent
}

.messages button:hover {
    background-color: transparent
}

.form-left{
    position: relative;
    display: block;
    width: 50%;
   
}
.form-right{
     position: relative;
    display: block;
    width: 50%;
   
}
.formerror{border-left:1px solid #d1355e;border-right:1px solid #d1355e}
/*-------------------------------------------------------------------------------------
    download area
---------------------------------------------------------------------------------------*/
#download-area {
    padding: 10px 0 10px 0;
}

#download-area .heading h1 {
    font-weight: 800;
    color: #0e58b3;
    text-transform: uppercase;
}
#download-area .heading h1 span{
    font-weight: 300;
     color: #0e58b3
}

#download-area .heading h2 {
    font-weight: 800;
    margin-bottom: 25px;
}
#download-area .heading h3 {
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.downloadthumb{
    list-style: none;
    text-align: center;
}
.downloadthumb li{
    position: relative;
    display: inline-block;
    width: 19%;
    padding: 4px;
}
.downloadthumb li .dwnhover{
    position: absolute;
    top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
    background-color: rgba(0,0,0,0.7);
}
.downloadthumb li:hover .dwnhover {
  opacity: 1;
}
.downloadthumb li .pdf{
   width: 113px;
   height:113px;
   border-radius: 50%; 
   border:#fff 2px solid;
   background-color: rgba(13,68,136,0.9);
   padding-top: 20px;
}

.downloadthumb2{
    list-style: none;
    text-align: center;
}
.downloadthumb2 li{
    position: relative;
    display: inline-block;
    width: 16%;
    padding: 3.5px;
}
.downloadthumb2 li .dwnhover{
    position: absolute;
    top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
    background-color: rgba(0,0,0,0.7);
}
.downloadthumb2 li:hover .dwnhover {
  opacity: 1;
}
.downloadthumb2 li .pdf{
   width: 113px;
   height:113px;
   border-radius: 50%; 
   border:#fff 2px solid;
   background-color: rgba(13,68,136,0.9);
   padding-top: 20px;
}
.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
/*-------------------------------------------------------------------------------------
    blog area
---------------------------------------------------------------------------------------*/
#blog-area {
    padding: 50px 0 70px 0;
}
#blog-area .heading h1 {
    font-weight: 800;
    color: #0e58b3;
    text-transform: uppercase;
}
#blog-area .heading h1 span{
    font-weight: 300;
     color: #0e58b3
}
#blog-area .row .other{
    margin-bottom: 30px;
}
#blog-area .blogtitle {
    font-weight: 700;
    margin-bottom:0px;
    text-transform: uppercase;
    color: #074086;
     line-height:22px;
     margin-bottom: 10px;
}
#blog-area p{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
}
/*-------------------------------------------------------------------------------------
    footer area
---------------------------------------------------------------------------------------*/
#footer {
    background-color: #114d97;
    padding: 20px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.footer-cont h4 {
    font-weight: 700;
    color: #fff;
    margin: 0 0 15px;
}

.footer-cont img {
    margin: 0 0 10px;
}

.footer-cont li {
    display: inline-block;
}

.footer-cont li a {
    display: block;
    color: #fff;
    width: 45px;
    height: 45px;
    background-color: #ff4e56;
    line-height: 45px;
    border-radius: 10px;
    font-size: 20px;
    margin: 0 2px;
}

.footer-cont li a:hover {
    background-color: #f4262f;
}

.footer-cont p {
    color: #ddd;
    margin: 30px 0 0
}

.footer-cont p a {
    color: #7c76f4;
    font-weight: 700
}
