h1{ 
    font-family: 'Open Sans', ;
    color: #181818; 
    font-weight: 400;
    margin: 0;
}
h2{ 
    color: #181818; 
    font-size:40px; 
    font-family: 'Open Sans', ;
    font-weight: 600; 
    text-transform: uppercase;
    letter-spacing: 0px;
    margin: 0;
    
}
h3{ 
    color: #023a78; 
    font-size:30px; 
   font-family: 'Open Sans', ;
    font-weight: 600;
    margin: 0;
}
h4{ 
    color: #555555; 
    font-size:18px; 
   font-family: 'Open Sans', ;
    margin: 0;
}

h5{ 
    color: #4e4e4e; 
    font-size:16px; 
    font-family: 'Open Sans', ;
    margin: 0;
}

p{ 
    color: #555555; 
    font-size:14px; 
    font-family: 'Open Sans', ;
    font-weight: 400; 
    line-height: 25px;
    margin: 0;
}
a {
    color: #333; 
    font-size:15px; 
   font-family: 'Open Sans', ;
    font-weight: 600; 
}

a:hover{ text-decoration: none; color: #040404;}

/*Preloader*/

.outslider_loading{
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.la-ball-scale-ripple-multiple,
.la-ball-scale-ripple-multiple > div {
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.la-ball-scale-ripple-multiple {
    display: block;
    font-size: 0;
    color: #fff;
}
.la-ball-scale-ripple-multiple.la-dark {
    color: #a57250;
}
.la-ball-scale-ripple-multiple > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-ball-scale-ripple-multiple {
    width: 32px;
    height: 32px;
}
.la-ball-scale-ripple-multiple > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    background: transparent;
    border-width: 2px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8);
       -moz-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8);
         -o-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8);
            animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8);
}
.la-ball-scale-ripple-multiple > div:nth-child(1) {
    -webkit-animation-delay: 0s;
       -moz-animation-delay: 0s;
         -o-animation-delay: 0s;
            animation-delay: 0s;
}
.la-ball-scale-ripple-multiple > div:nth-child(2) {
    -webkit-animation-delay: .25s;
       -moz-animation-delay: .25s;
         -o-animation-delay: .25s;
            animation-delay: .25s;
}
.la-ball-scale-ripple-multiple > div:nth-child(3) {
    -webkit-animation-delay: .5s;
       -moz-animation-delay: .5s;
         -o-animation-delay: .5s;
            animation-delay: .5s;
}
.la-ball-scale-ripple-multiple.la-sm {
    width: 16px;
    height: 16px;
}
.la-ball-scale-ripple-multiple.la-sm > div {
    width: 16px;
    height: 16px;
    border-width: 1px;
}
.la-ball-scale-ripple-multiple.la-2x {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;    
    width: 64px;
    height: 64px;
}
.la-ball-scale-ripple-multiple.la-2x > div {
    width: 64px;
    height: 64px;
    border-width: 4px;
}
.la-ball-scale-ripple-multiple.la-3x {
    width: 96px;
    height: 96px;
}
.la-ball-scale-ripple-multiple.la-3x > div {
    width: 96px;
    height: 96px;
    border-width: 6px;
}

/* Animation*/

@-webkit-keyframes ball-scale-ripple-multiple {
    0% {
        opacity: 1;
        -webkit-transform: scale(.1);
                transform: scale(.1);
    }
    70% {
        opacity: .5;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    95% {
        opacity: 0;
    }
}
@-moz-keyframes ball-scale-ripple-multiple {
    0% {
        opacity: 1;
        -moz-transform: scale(.1);
             transform: scale(.1);
    }
    70% {
        opacity: .5;
        -moz-transform: scale(1);
             transform: scale(1);
    }
    95% {
        opacity: 0;
    }
}
@-o-keyframes ball-scale-ripple-multiple {
    0% {
        opacity: 1;
        -o-transform: scale(.1);
           transform: scale(.1);
    }
    70% {
        opacity: .5;
        -o-transform: scale(1);
           transform: scale(1);
    }
    95% {
        opacity: 0;
    }
}
@keyframes ball-scale-ripple-multiple {
    0% {
        opacity: 1;
        -webkit-transform: scale(.1);
           -moz-transform: scale(.1);
             -o-transform: scale(.1);
                transform: scale(.1);
    }
    70% {
        opacity: .5;
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
    }
    95% {
        opacity: 0;
    }
}

.top_btn a {
    display: inline-block;
    background-color: #023a78;
    width: 35px;
    height:35px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    display: none;
    z-index:9;
    line-height: 30px;
    font-size:20px;
    color:
    #fff;
    font-weight: 600;
}



.navbar_wrap {
    /*left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;*/
    
}


/*
.top-bar {    
    background-color:#ffffff;
    color:#fff;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
}
*/


.top-bar {
    background-color: #ffffff;
    color:#333;
    width: 100%;
    position: relative;
    top: 0;
    z-index: 9999;
    text-align: right;
    float: left;
}

.top-bar ul li { 
    display:block; 
    float: left; 
    padding: 0 10px;
    color: #7e8592; 
    border-right: 1px solid #ccc;
    line-height: 14px;
    margin-top: 5px;
}
.top-bar ul li:last-child{ border: 0;}
.top-bar ul li a { color: #7e8592;}
.top-bar ul {
    text-align: right;
    display: table;
    float: right;
    margin: 0;
    margin-bottom: -20px;  
    padding: 0;
}




#nav_bg{background-color:#ffffff; z-index:999;}
.navbar_wrap a{ color: #000; /*padding:0 25px;*/}
.carousel-caption {
    position: absolute;
    right: 0;
    top:5%;
    left: 0;
    z-index: 9;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
    color: 
    #9a6e55;
}

.navbar-light .navbar-nav .nav-link {
    background-color:#f2f2f2;
    margin: 0 5px;
    padding: 1px 10px;
    font-size: 14px;
    font-weight: 400;
    color: #203666;
    text-transform: uppercase;
}

.carousel-caption h2 { 
    padding: 43px 0 38px 0;
}

.carousel-caption a { padding: 10px 20px; border: 1px solid #9a6e55;}
.carousel-caption a:hover { background-color:#9a6e55; color: #fff; text-decoration: none;}

.blue-box { 
    background-color: #023a78; 
    color: #fff; 
    padding: 10px 15px; 
    font-family: 'Open Sans', ; 
}
.blue-box h4{ color: #fff; font-weight: 700;}
.blue-box p{ color: #fff; line-height: 18px; padding: 5px 0;}
.blue-box a{ color: #6cc7ff; font-weight: 500;}
.home-about{ padding: 15px 0;}
.text-about h3{ padding-bottom:10px; }
.text-about h4 {font-weight: 600;}
.text-about p{ font-size: 14px; line-height: 20px; font-family: 'Open Sans', ; padding: 5px 0;
margin: 0; font-size: 15px; font-weight: 600;}

ul.list-posts {
    margin: 0;
    padding: 0;
}

ul.list-posts > li {
    list-style: none;
    padding-bottom: 5px;
    margin-top: 15px;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
    display: flex;
    
}

ul.list-posts li i {
    max-width: 70px;
    margin-right: 20px;
    float: left;
     color: #89c2eb;
}
ul.list-posts li p{ line-height: 18px;  color: #023a78;}
ul.list-posts > li .post-content h2 {
     color: #023a78;
    font-family: 'Open Sans', ;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
     margin-top: 0;
    font-size: 13px;
    max-height: 40px;
    overflow: hidden;
    margin-bottom: 0;
}

ul.list-posts > li .post-content h2 a {
    display: inline-block;
    text-decoration: none;
    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;
     color: #023a78;
}

ul.post-tags{ padding: 0;}
ul.post-tags li {
    display: inline-block;
    margin-right: 7px;
     color: #023a78;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    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;
}
ul.post-tags li i{ margin-right: 10px; color: #023a78; font-size: 16px;}

.about-right h3 { 
    color: #555555; 
    font-family: 'Open Sans', ; 
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 0 5px 0;
    border-bottom: 1px solid#ccc;
    margin-bottom: 10px;
}

.about-right p{
    line-height: 20px;
}
.see-more-btn{ margin-top: 15px;}
.see-more-btn .btn { font-size: 12px; background-color: #fccb00; border: 1px solid #fccb00; color: #023a78; text-transform: uppercase; margin-top: 10px; }
.see-more-btn .btn:hover{ background-color: #023a78; border: 1px solid #023a78; color: #fff;}

.readMore-BTN {
  color: #ffffff;
  background-color:#023A78;
  padding: .375rem .75rem;
  font-size: 0.9rem !important;
  line-height: 1 !important;
}

/*privacy*/

.list-posts-job{ padding: 0; list-style: none;}
.list-posts-job li { 
        display: flex;
        padding: 10px 0;
}

.list-posts-job .post-content{ padding-left: 10px;}
.list-posts-job .post-content h2{ line-height: 0;}

.banner_sub {
    background-color: #fccb00;
    padding: 5px 0;
    position: relative;
}
.banner_sub::before {
    position: absolute;
    content: "";
    background-image: url("../images/shadow.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    bottom: -28px;
    height: 28px;
}
.banner_sub  h3 {
    font-size: 56px;
    letter-spacing: 6px; 
    font-weight: 400; 
    text-transform: uppercase;
}

.banner_sub p {
    font-size: 18px;
    text-transform: uppercase;
}
.banner_sub p b{ color: #023a78;}
.btn-yellow{ background-color: #fccb00; color: #023a78; border-color: #fccb00;}
.blue-color{ background-color: #023a78; color: #fff; padding: 0;}
.blue-color h3{ color: #89c2eb;}
.blue-color p{ font-weight: 300; color: #fff;}
.blue-color p b{ color: #fff; font-weight: 600;}
.sub-img {
    position: absolute;
    top: -30px;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.blue-box.yellow-box { background-color: #fccb00;}
.blue-box.yellow-box h4,
.blue-box.yellow-box p,
.blue-box.yellow-box a { color: #023a78;}
.blue-box.yellow-box a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}


.about-right.right-ragister h3 { 
    color: #fccb00;
    background-color: #023a78;
    text-align: center;
    padding-bottom: 15px;
    font-weight: 800;
    margin: 0;
}

.about-right.right-ragister p {
    padding: 15px 0;
}

.left-ragister {
    list-style: none;
    padding-bottom: 5px;
    margin-top: 15px;
    overflow: hidden;
    display: flex;
}

.left-ragister i {
    max-width: 70px;
    margin-right: 20px;
    float: left;
    color: #89c2eb;
    font-size: 30px;
}

.left-ragister .post-content p {
    padding: 3px 0;
    font-size: 19px;
    font-weight: 300;
    color: #023a78;
}
.left-ragister .post-content a {
    font-size: 20px;
    color: #023a78;
}

.left-ragister ul.post-tags li {
    font-size: 18px;
    font-weight: 600;
}

.register-title h3{
    border-bottom: 1px solid #ccc;

}

.line { 
    border-bottom: 1px solid #c6c4dd; 
    width: 100%; 
    float: left;
}

.register-title button { background-color: #fccb00; border-color: #fccb00; color:#023a78; float: right;}


.footer-section{ background: url("../images/footer-bg.png"); background-repeat: repeat-x; padding: 15px 0;}
 ul.social-footer,
ul.copy-footer{float: right;  width: auto; padding: 0;}
ul.social-footer li,
ul.copy-footer li { display: block; float: left; padding: 0 5px; line-height: 14px;}
ul.social-footer li a,
ul.copy-footer li a,
ul.social-footer li,
ul.copy-footer li{ color: #7e8592;}


ul.social-footer li:nth-child(4),
ul.social-footer li:nth-child(3),
ul.social-footer li:nth-child(2),
ul.copy-footer li:nth-child(4) { border: 0;}

ul.social-footer li:nth-child(4) a,
ul.social-footer li:nth-child(3) a{
   /* border: 1px solid  #a5a5a5; */
    padding: 2px 4px;
}
.copy-footer{ margin-bottom: 0;}

.navbar-light .navbar-nav .dropdown-menu li{ padding: 0 0;}
.navbar-light .navbar-nav .dropdown-menu .nav-link { 
    background-color: transparent;
    padding: 4px 8px;
    text-transform: capitalize;
    font-size: 14px;
    margin: 0;
}




/*media css*/

@media screen and (min-width:1024px) {
    
 .text-about h3 {
    padding-bottom: 10px;
    font-size: 26px;
} 
    
}



@media screen and (min-width:992px) and (max-width:1119px) {
    .banner_sub h3 {
     font-size: 40px;
    }
}

@media screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu {
		display: block;
	}
    
.navbar-light .navbar-nav .dropdown-menu .nav-link:hover {
    background-color: #f2f2f2;
    margin: 0;
}
    
	.dropdown-menu{
		margin-top: 0;
	}
	.dropdown-toggle{
		margin-bottom: 2px;
	}
	.navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
		margin-bottom: 0;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
    
    #nav_bg .navbar-collapse {
    position: absolute;
    background:#333;
    width: 100%;
    padding: 15px;
    left: 0;
    top: 55px;
    right: 0;
    -webkit-box-shadow: 0px 6px 4px -1px rgba(216,217,217,1);
    -moz-box-shadow: 0px 6px 4px -1px rgba(216,217,217,1);
    box-shadow: 0px 6px 4px -1px rgba(216,217,217,1);
    z-index: 99;
    color: #fff;    
        
}
.navbar_wrap .navbar-light .navbar-nav .nav-link { color: #fff; background-color: transparent;}
.navbar_wrap .navbar-light .navbar-nav .nav-link:hover { color:#9a6e55}
.navbar_wrap .navbar-light .nav-item{ padding: 5px 0;}
.navbar-brand{ width: 50%} 
#nav_bg .navbar-collapse { color: #fff;}
.navbar-toggler{ margin-top: 10px;}    
    
.banner_sub h3 { font-size: 35px;}
.blue-color{ padding-bottom: 0;}    
.top-bar ul li a{ font-size: 12px;}    
.sub-img{ position: relative; top: 0;}
.register-title button{ font-size: 11px;}
.register-title h3{ font-size: 22px;}
.about-right.right-ragister h3{ font-size: 16px;}
.blue-box{ min-height: 147px;}
.text-about h3 { font-size: 18px;}
.about-right h3{ padding-top: 0; font-size: 16px}
.home-about{ padding-top: 30px;}
.banner_sub h3 { font-size: 30px;}
ul.social-footer li a, 
ul.copy-footer li a, 
ul.social-footer li, 
ul.copy-footer li { 
    font-size: 12px; 
    line-height: 18px;
    }
.navbar_wrap .navbar-light .navbar-nav .dropdown-menu .nav-link {
    color: #000;
}    
    
}

@media screen and (max-width:767px) {
    
    #nav_bg .navbar-collapse {
    position: absolute;
    background:#333;
    width: 100%;
    padding: 15px;
    left: 0;
    top: 55px;
    right: 0;
    -webkit-box-shadow: 0px 6px 4px -1px rgba(216,217,217,1);
    -moz-box-shadow: 0px 6px 4px -1px rgba(216,217,217,1);
    box-shadow: 0px 6px 4px -1px rgba(216,217,217,1);
    z-index: 99;
    color: #fff;    
        
}
.navbar_wrap .navbar-light .navbar-nav .nav-link { color: #fff;}
.navbar_wrap .navbar-light .navbar-nav .dropdown-menu .nav-link {
    color: #000;
}    
.navbar_wrap .navbar-light .navbar-nav .nav-link:hover { color:#9a6e55}
.navbar_wrap .navbar-light .nav-item{ padding: 5px 0;}
.navbar-brand{ width: 50%} 
.top-bar ul{ margin-bottom: 0;}
.blue-box{ margin-bottom: 10px;}  
.banner_sub h3 { font-size: 26px;}
.sub-img{ display: none;}
.navbar-light .navbar-nav .nav-link{ background-color: transparent;}  
.top-bar{ background-color: #023a78;}
.top-bar ul li{ margin-top: 0; padding: 5px 10px; color:#fff;}
.top-bar ul li a{  color:#fff;} 
ul.social-footer li a, 
ul.copy-footer li a, 
ul.social-footer li, 
ul.copy-footer li { color: #7e8592; font-size: 12px; line-height: 18px;} 
.register-title h3 { font-size: 16px;}  
.text-about h3 { font-size: 20px;}
.about-right h3{ font-size: 14px;} 

.service-tpn{ display: none;}    
.banner_sub h3 { font-size: 22px; letter-spacing: 0;}    
.blue-box h4{ font-size: 14px;}    
}


@media screen and (max-width:480px) {
    .top-bar ul li a,
    .top-bar ul li{ font-size: 13px;}
    .testmonial-slider,
    .footer-section,
    .news-letter { padding: 30px 0;}
    .footer-section .text-center{ border-bottom: 1px solid #e8e8e8; padding: 15px 0;}
    .footer-section .text-center:nth-child(3){ border-bottom: 0;}
    .footer-section .container{ padding-bottom: 0;}
    ul.social-footer li a, 
    ul.copy-footer li a, 
    ul.social-footer li, 
    ul.copy-footer li { font-size: 12px;}
    ul.social-footer li, ul.copy-footer li{ padding: 0 4px;}
    ul.social-footer li:nth-child(4) a, ul.social-footer li:nth-child(3) a { padding: 2px 4px;}
    .register-title button{ margin-bottom: 10px;}
    .blue-box.yellow-box a {
    font-size: 12px;
    }
    .register-title .col-7,
    .register-title .col-5{ 
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


.menu-main-menu-container { margin-left:auto;}

#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }

.sub-img-transport {padding-bottom:15px;}

/**********  Blog Posts *************/

.blogcontent {
	margin:20px 0 10px 0;
}

.blogcontent h2,
.blogcontent h2 a {
    color: #023A78;
    font-size: 40px;
    font-family: 'Open Sans',;
    font-weight: 600;
    margin: 0;
	line-height:1;
	padding:0;
	letter-spacing:0;
}

.blogLink { padding-top:30px;}

.wp-block-embed-vimeo {
	margin:30px 0;
}