/*----------------------------------------*/
/*  Theme CSS
/*----------------------------------------*/
html, body {
    height: 100%;
}
body {
    background: #fff none repeat scroll 0 0;
    color: #585757;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    text-align: left;
    overflow-x: hidden;
    line-height: 28px;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    box-shadow: 0px 0px 10px #a5a2a2;
}
.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: #585757;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    color: #555;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}
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;
}
.pb60{
    padding-bottom:60px;
}
.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:#41e4bc; 
}
.bg-black{
    background:#000;
}
.btn-comn{
    padding: 10px 50px;
    color: #fff;
    border-radius: 20px;
    margin-top: 25px;
    border: 1px solid #fff;
}
.btn-comn-black{
     padding: 10px 50px;
    color: #000;
    border-radius: 20px;
    margin-top: 25px;
    border: 1px solid #000;
}
.section-padding{
    padding: 60px 0px;
}

.header-1{
    background-color: #033b4a;
}
.top-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    display: flex;
    line-height: 50px;
    vertical-align: top;

}
.top-contact li{
    margin-right: 30px;
    color: #fff;
    font-size: 14px;
}
.top-contact li i {
    margin-right: 6px;
    font-size: 16px;
}
.social-icons{
    display: inline-flex;
    list-style: none;
    float: left;
    padding: 0px;
}
.social-icons li i{
    padding: 10px;
    color: #fff;
}
.btn-app{
    background: #41e4bc;
    text-align: center;
    padding: 13px;
}
.btn-app a{
    color:#fff;
}
.header-2{
    padding: 10px 0px;
}
.section-padding{
    padding: 60px 0px;
}
/*----------------------------------------*/
/*  Nav Area
/*----------------------------------------*/
.navbar-default{
    background-color: #f8f8f800;
    border-color: #e7e7e700;
    margin-bottom: 0px;
}
.header .navbar-default .navbar-nav>li>a {
    color: #033b4a;
    font-size: 18px;
}
.logo h1{
    color: #fff;
    letter-spacing: 8px;
    margin: 10px 0px 0px 0px;
}
.logo img{
    margin-top: 4px;
}
.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}

.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;
}

.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;
}

.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    border-top: 2px solid #fdd55c;
    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;
    list-style: none;
    padding: 0;
}
.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:#fff;
    background: #0a141d;
}
.main-menu ul.nav li ul.sub-menu li:last-child {
    border:none;
}
.dropdown:hover .dropdown-menu{
    display: block;
    left:0px;
}
.dropdown-menu{
    padding:0px;
    border:none;

}
.dropdown-menu li{
    width: 100%;
}
.dropdown-menu li:hover a{
    background: #41e4bc;
    color: #fff!important;
    font-size: 20px;
}
.dropdown-menu li a{
    padding:10px 10px;
    font-size: 17px;
}
/*----------------------------------------*/
/* slider Area
/*----------------------------------------*/
.slider-area{
    background: #033b4a;
}
.bg-orange{
    background: #e6540e;
}
.bg-black{
    background:#033b4a;
}
.slider{
    position:relative;
}
.gg-slider {
    
}
.rslides p{
    font-size: 17px;
    margin-top: 13px;
}
.rslides {
      position: relative;
      list-style: none;
      width: 100%;
      padding: 0;
      margin: 0;
 
}
.set-rslides {
    background:#fff; 
    top: 160px;
    left: -70px;
    height: 205px;
 }
.set-slider .set-slider-class {margin:30px 0;}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  transition: opacity 0ms !important;
  }
 .set-rslides li {
    border: none;
    padding-left: 56px;
    padding-right: 30px;
    text-align: justify;
    padding-top: 13px;

}
.slider-content {
    position: absolute;
    top: 20%;
    left: -35%;
    width: 70%;
}
.slider-content h3{
    color: #fff;
    font-weight: 200;
    padding-left: 70px;
}
.slider-content h3:before {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    left: 0px;
    width: 10%;
    top: 19px;
}
.slider-content h2{
    font-size: 53px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 7px;
    margin-bottom: 30px;
    line-height: 54px;
}
.slider-content p{
    color:#fff;
}
.setdatanews{
    background: #ffffff63;
    padding: 10px;
    height: 294px;
}
.setdatanews table td p{
    color:#fff;
}
.setdatanews h3{
    background: #000;
    text-align: center;
    padding: 10px;
    color: #fff;
}
.setdatanews marquee{
    height: 200px;
}
.set-rslides li h3 {
    border-left:3px solid #000;
    padding:5px;
    color:#a57013;
}
.rslides li:first-child {
      position: relative;
      display: block;
      float: left;
}
.rslides img {
      display: block;
      height: auto;
      float: left;
      width: 100%;
      border: 0;
  }
.rslides_tabs {
    position: absolute;
    top: 230px;
    z-index: 999;
    right: 2%;
}
.rslides_tabs li {
    display: block;
    margin-bottom: 5px;
}

.rslides_tabs a {
    border: 2px solid #fff;
    border-radius: 50%;
}
.rslides_tabs li:first-child {
  margin-left: 0;
  }
.rslides_tabs .rslides_here a {
  color: #fff;
  font-weight: bold;
  }
#slider3-pager a {
  display: inline-block;
}
#slider3-pager img {
  float: left;
  display:block;
  width:10px;
}
#slider3-pager .rslides_here a {
    background: transparent;
    border: 2px solid #55e4c1;
}
#slider3-pager a {
    padding: 0px;
    width: 16px;
    height: 16px;
}
/*----------------------------------------*/
/* ASK Area
/*----------------------------------------*/
.ask-pont img{
    float: left;
    margin-right: 20px;
}
.ask-desc{
     margin-left: 85px;
}
.ask-pont{
    padding:20px;
}
.ask-desc h3{
    font-size: 23px;
    margin: 0;
    color: #fff;
    font-weight: 200;
   padding-left: 60px;

}
.ask-desc h3:before {
    content: "";
    position: absolute;
    border: 1px solid #0a141d;
    left: 123px;
    width: 8%;
    top: 40px;
}

.ask-desc p{
    color: #fff;
}
.ask-desc a{
    color:#fff;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5px 20px;
}
.ask-right h3{
    text-align: center;
    padding-top: 50px;
    color: #000;
}
.ask-right h3:before {
    content: "";
    position: absolute;
    border: 1px solid #0a141d;
    left: 35px;
    width: 15%;
    top: 80px;
}
.bg-ask{
    background: #e6e0e0;
    height: 203px;
}
/*----------------------------------------*/
/* about Area
/*----------------------------------------*/
.abt-desc p{
    text-align: justify;
}
.btn-theme{
    border: 1px solid #41e4bc;
    border-radius: 0px;
    padding: 10px 20px;
    color: #41e4bc;
}
.btn-theme:hover{
    color: #033b4a;
    background: #41e4bc;
}
.section-heading-light p{
    color:#fff;
}
.section-heading-light h2{
    color:#fff;
    font-size: 40px;
}
.section-heading-light{
    margin-bottom: 30px;
}
.section-heading p{
    color:#022e3a;
}
.section-heading h2{
    color:#022e3a;
    font-size: 40px;
}
.section-heading{
    margin-bottom: 30px;
}
/*----------------------------------------*/
/* services Area
/*----------------------------------------*/
.section-services{
    background-image: linear-gradient(45deg, #033b4a, #033b4af2),url(img/bg.jpg);
}
.services-box img{
    width: 60px!important;
}
.services-box p{
    color:#fff;
}
.services-box h3{
    color:#fff;
}
.services-box{
    border: 1px solid #41e4bc;
    padding: 20px;
    height: 330px
}
/*----------------------------------------*/
/* team Area
/*----------------------------------------*/
.doc-desc{
    text-align: center;
    background: #41e4bc; 
    padding: 15px;
}
.doc-desc h3{
    margin:0px;
    color:#fff;
}
.doc-desc p{
    margin:0px;
    color: #083f4e;
}
/*----------------------------------------*/
/* testimonial Area
/*----------------------------------------*/
.section-testimonial{
    background-image: linear-gradient(45deg, #033b4a, #033b4af2),url(img/bg.jpg);
}
.testimonail-img{
    width: 20%;
    float: left;
    margin-right: 20px;
    text-align: center;
}
.testimonail-img img{
    border-radius: 50%;
}
.testimonail-img h3{
    color:#41e4bc;
}
.testimonail-desc{
    margin-left: 25%;
    background: #ffffff2b;
    padding: 20px;
    height: 200px;
}
.testimonail-desc span{
    color:#fff;
}
.testimonail-desc:after {    
    display: block;
    content: "";
    position: absolute;
    top: 30px;
    left: 125px;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-right: 20px solid #f9fafa2e;
    border-bottom: 17px solid transparent;
}
.testimonail-desc span:after {
    content: '\f10e';
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 60px;
    position: absolute;
    bottom: 20px;
    right: 15px;
    opacity: .1;
    width: 72px;
    height: 60px;
}
/*----------------------------------------*/
/* blog Area
/*----------------------------------------*/
.blog-date{
    position: absolute;
    text-align: center;
    background: #41e4bc;
    padding: 5px;
    color: #ffff;
    margin-top: -45px;
}
.blog-desc h3{
    color: #000;
    font-size: 15px;
    line-height: 26px;
}
.blog-desc{
    padding: 30px 20px;
    border: 1px solid #eee;
}
.blog-desc p{
    text-align: justify;
}
/*----------------------------------------*/
/*  Inner pages  Area
/*----------------------------------------*/
.inner-header{
       background-image: url(img/header.jpg);
    padding: 65px 0px;
}
.inner-header h1{
   margin: 0;
    font-size: 45px;
    color: #fff; 
}
.inner-section{
    padding: 60px 0px;
}
.hed-ht{
    height:190px;
}
.hed-ht img{
    width: 100%;
}
.hed-title{
    text-align: center;
}
.hed-title h1{
    padding: 68px 0px;
    font-size: 44px;
    text-transform: uppercase;
    color: #fff;
}
.abt-inn-img img{
    border: 1px solid #eeeeee8c;
    padding: 15px;
    box-shadow: 0px 0px 10px 0px #eee;
}
.abt-inn-desc p{
    text-align: justify;
}
#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
    position: relative;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}
#accordion .panel-title a{
    display: block;
    padding: 15px 20px;
    margin: 0;
    background: #41e4bc;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 0;
    position: relative;
}
#accordion .panel-title a.collapsed{ background: #033b4a;}
.contact-form input {
    padding: 15px;
    border: none;
    border-bottom: 1px solid #eee;
    width: 90%;
}
.contact-form textarea{
    height: 100px;
    border: none;
    border-bottom: 1px solid #eee;
    width: 90%;
}
.inner-section .doc-box{
    margin-bottom: 30px;
}
#form label{
   width:100%; 
}
#form i{
    font-size: 20px;
    color: #41e4bc;
}
.services-inn-box{
    border: 1px solid #41e4bc;
    padding: 20px;
    height: 300px;
    margin-bottom: 30px;
}
.services-inn-box h3 {
    color: #033b4a;
}
.gall-box{
    margin-bottom: 30px;
}
.box{
    font-family: 'Poppins', sans-serif;
    outline: 3px solid rgba(0,0,0,0.02);
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease 0s;
    margin-bottom: 40px;
}
.box:hover{
    border-radius: 5px;
    outline-offset: 4px;
    outline-color: #1dd1a1;
}
.box:before{
    content: "";
    background: linear-gradient(to bottom,rgba(255,255,255,0.9) 51%,rgba(255,255,255,0.8) 52%);
    opacity: 0;
    transform-origin: bottom center;
    transform: scaleY(0);
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    z-index: 1;
    transition: all 0.4s ease 0s;
}
.box:hover:before{
    opacity: 1;
    transform: scaleY(1);
}
.box img{
    width: 100%;
    height: auto;
    transform-origin: top center;
    transition: all 0.4s ease 0s;
}
.box:hover img{ transform: scale(1.2); }
.box .box-content{
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0 10px;
    opacity: 0;
    transform: translateY(-50%);
    position: absolute;
    top: 20%;
    left: 0;
    z-index: 2;
    transition: all 0.4s ease 0s;
}
.box:hover .box-content{
    opacity: 1;
    top: 50%;
}
.box .title{
    color: #000;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px;
}
.box .post{
    color: #1dd1a1;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
}
.box .icon{
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
}
.box .icon li{
    margin: 0 3px;
    display: inline-block;
}
.box .icon li a{
    color: #1dd1a1;
    background-color: #fff;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0 0 15px -3px rgba(0,0,0,0.2);
    display: block;
    transition: all 0.3s ease 0s;
}
.box .icon li a:hover{
    color: #fff;
    background-color: #1dd1a1;
}
@media only screen and (max-width:990px){
    .box { margin: 0 0 30px; }
}
.app-box{
    text-align:center;
}
.app-form input{
    padding:25px;
}
.app-form select{
    height: 50px;
}
.app-form textarea{
    height:150px;
}
.app-form .btn{
    width: 100%;
    background: #033b4a;
    color: #fff;
    padding: 10px;
}
.error-div{
    text-align: center;
}
.error-div h1{
    color: #000;
    font-size: 40px;
}
.coming-bg{
    background-image: url(img/slider-1.jpg);
    background-size: cover;
}
.bg-1{
    background: #033b4a;
    padding: 60px;
    height: 600px;
}
.bg-1 h1{
    color: #fff;
    font-size: 60px;
    line-height: 68px;
}
.bg-1 h5{
    color: #fff;
    font-size: 20px;
}
.coming-desc{
    margin-top:140px;
}
.coming-desc a{
    background: #41e4bc;
    padding: 10px;
    color: #fff;
}
.blog-desc ul{
    display: inline-flex;
    list-style: none;
    padding-left: 0px;
    margin-top: 20px;
}
.blog-desc ul li{
    margin-left: 15px;
    font-size: 20px;
}
.blog-desc ul li i{
    margin-right: 15px;
}
.blog-img img{
    width: 100%;
}
.sidebar-page form input{
    width: 100%;
    height: 50px;
    margin-bottom: 0;
    border: 0;
    padding-right: 35px;
    background: #f2f4f7;
    color: #415674;
    font-weight: 700;
    outline: none;
    overflow: hidden;
}
.sidebar-page .search-form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 50px;
    height: 50px;
    background: transparent;
    border: 0;
    border-radius: 5px;
    font-size: 14px;
    color: #111111;
    transition: all 0.3s linear;
}
.post-div img{
    width: 100%;
}
.post-div{
    margin-bottom: 20px;
    border-bottom: 2px dashed #eee;
}
.cat-list{

}
.cat-list li{
    font-size: 15px;
    margin-bottom: 10px;
}
/*----------------------------------------*/
/* Footer Area
/*----------------------------------------*/
.footer-1{
    background: #41e4bc;
    padding: 20px 0px 15px 0px;
}
.footer-2{
    background: #033b4a;
    padding: 40px 0px;
}
.footer-box img{
    width: 200px;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px;
}
.footer-box p{
    color:#fff;
}
.contact-box img{
    border: 1px solid #fff;
    color: #fff;
    padding: 6px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}
.contact-desc h3{
    color:#fff;
    margin: 0px; 
}
.contact-desc p{
    color:#fff;
}
.contact-desc{
    margin-left: 69px;
}
.title-footer{
    color: #fff;
    margin-top: 35px;
    font-size: 21px;
}
.addr{
    padding: 0;
    list-style: none;
}
.addr li img{
    margin-right: 10px;
}
.addr li{
    margin-bottom: 15px;
    color: #fff;
}
.footer-logo{
    background: #fdd55c;
    padding: 52px 40px;
    margin-top: -16px;
    box-shadow: 0px 3px 8px #000;
}
.footer-logo h1 {
    color: #fff;
    letter-spacing: 8px;
    margin: 10px 0px 30px 0px;
    text-shadow: 2px 2px #d6a614;
}
.contact-info h1{
    color: #fff;
}
.info{
    list-style: none;
    padding: 0;
}
.info li{
    color: #fff;
    font-size: 18px;
    margin-bottom: 18px;
}
.info li img{
    margin-right: 15px;
}
.footer-icons ul li {
    display: inline-block;
}
.footer-icons ul li a {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    background: #41e4bc;
    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;
}

.suscribe-input input {
    color: #ddd;
    font-size: 15px;
    line-height: 24px;
    padding: 11px 15px;
    height: 52px;
    border-radius: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #07183a;
}
.suscribe-input button {
    background: #e84f1e;
    border: 1px solid #e84f1e;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 2px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: capitalize;
    font-weight: 700;
    transition: 0.4s;
}
.suscribe-input button:hover {
    background: transparent;
    color: #e84f1e;
    transition: 0.4s;
}
.footer-contacts p span {
    color: #003cc4;
    font-weight: 700;
}
.footer-content {
    display: block;
    overflow: hidden;
}
.footer-list li a {
    color: #ddd;
    padding: 3px 0px 3px 20px;
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 15px;
}
.footer-list li:first-child a{
    padding-top: 0px;
}
.footer-list li:last-child a{
    padding-bottom: 0px;
}
.suscribe-form input{
    border: none;
    padding: 3px 20px 8px 20px;
}
.btn-submit{
    color: #033b4a;
    background: #41e4bc;
    padding: 10px;
    border: none;
}
#menu-footer-quick-links{
    list-style: none;
    padding: 0px;
    width: 50%;
    float: left;
}
#menu-footer-quick-links li a{
  color:#fff;
}
.footer-list li a::after {
    position: absolute;
    content: "\e876";
    right: auto;
    top: 2px;
    font-family: tionscal;
    font-size: 10px;
    left: 0;
}
.footer-list li a:hover {
    color: #e84f1e;
}
.footer-box h3{
    color:#fff;
}
.footer-icons{
    float: right;
}
.footer-copyright {
    background: #022e3a;
    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;
}