*{
    margin: 0;
    padding: 0;
}



body
{
    font-family:'century gothic', sans-serif;
    overflow-x: hidden;
    overflow-y: scroll;
}

p {
    
    font-size: 14px;
}

.header{
    height: 700px;
}





/*------------------------- navbar updated---------------------------- */
.navbar-brand img{
   margin-left: 100px;
      height: 75px;
      width: 75px;
 
}
.nav{
    z-index: 999;
}
.navbar
{
    background-color: rgba(255,255,255,0.7);
   color: #044076;
   font-family:century gothic;
    font-weight: bold;
    z-index: 999;
   
}

.navbar-brand img{
   margin-left: 100px;
      height: 75px;
      width: 75px;
}
.navbar-icon{
    font-size:2rem;
    color:#044076;
   
}

.navbar-toggler{
    outline-color: var(--mainBlue)!important;
}



.nav-link{
    color: var(--mainBlack);
 
    text-transform: uppercase;
     font-family: century gothic;
}

.nav-link:hover{
    color: #044076;
    text-decoration: underline;
   
   /* border-top:1px solid skyblue;*/
}

.nav-socialicon{
    margin-right: 150px;
}

.nav-icon
{
    font-size:1.2rem;
    color:var(--mainBlue);
    padding: 15px;
    text-decoration: none!important;
     transition-property: color;
    transition-duration: 1s;
    transition-timing-function: linear;
}

.nav-icon:hover{
  color: skyblue;
   
}
.slider{
    margin-top: 0px;
}

/*------------------Video-----------------*/



 video {
  /*height: 750px;
     width: 100%;*/
     
  top: 40%;
  left: 50%;
  min-width: 100%;
   position: absolute;
  width: 100%;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
     
     
}




/*#### Mobile Navbar####*/

@media screen and (max-width:767px)
{
    
   
    video{
        margin-top: 0px !important;
         top: 20% !important;
       left: 0% !important;
        height: 0px !important;
     
    }
    
  .navbar-brand img{
     margin-left: 10px;
      height: 50px;
      width: 50px;
   }
    
    .navbar-icon{
     width: 15px;
     height: 15px;
    }
    
    .nav-link{
    color: var(--mainBlack);
    font-size: 14px;
    text-transform: uppercase;
     font-family: century gothic;
    }
    
  
    
  
 
    
    .covertext .title{
        font-size:14px;
       
    }
    
     .covertext .subtitle{
        font-size:12px;
       
    }
    .btn-custom
    {
        width: 55px;
        font-size:10px;
        padding: 3px;
    }
    
    ul.menu-icon{
        
        display: none;
    }
    
    .about-us{
        margin-top:0px;
    }
    
    .about-us h2{
        margin-top: 0px;
        font-size:15px;
    }
    
    .about-us p{
        font-size:10px;
    }
   
   .contact-us .form-width .form-control {
      
    margin-left: 0px;
    }
    
    .footer-list ul{
    padding-left: 0px;
}

 .footer-list h2 a{
     color: #044076;
     font-family: century gothic;
     font-weight: bold;
     padding-left: 0px;
    text-transform: uppercase;
    text-decoration: none;
}

.footer-list ul li {
  color:#fff;
  list-style: none;
  padding-top: 10px;
  padding-left: 0px;
  font-size:16px;
  font-family: century gothic;
  text-transform: uppercase;
  font-weight: bold;
}
   
}


/* endof media query */


/*--------------------Carousel--------------------------------*/
.my-carousel
{
  position: absolute;
  margin-top: 0px;
}



/* CSS Hack to trigger GPU for smooth transition */

.covertext {
  position: absolute; /* To make the div to be place anywhere. It is out of the document flow */
  top: 400px; /* The distance between the div with the top of document */
  left: 0px; /* Make the div full width */
  right: 0px; /* Make the div full width */
}

.title {
  font-family: century gothic;
  font-weight: 700;
  font-size: 60px;
  color:#ffffff;
  text-align: center;
}

.subtitle {
  font-family: century gothic;
  font-size: 23px;
  color: #ffffff;
  text-align: center;
}

.explore {
  text-align: center;
  margin-top: 10px;

}

.explore .btn-lg,
.explore .btn-lg:hover {
  border-radius: 30px;
  padding: 15px 25px;
  font-size: 22px;
  background-image: none;
  border-color: #FF4000;
  color: #ffffff;
}

/*---------------Carousel Button-------*/

.btn-custom,
.btn-custom:focus,
.btn-custom:active,
.btn-custom:visited
{
    
    background: #044076;
    color: #fff;
    border :1px solid #044076 !important;
    font-family: century gothic;
    font-size :12px;
    width:110px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 3px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

.btn-custom:hover {
    background-color: #fff;
    color: #044076;    
}


/*-------------------------------------------*/

/*----------------------------About us--------------------------*/
.about-us{
   
   
    margin-top: 80px;
   
}

.about-us .line{
   color: #fe9e04;
   font-weight: 300;
   font-size:55px;
   text-align: center;
    padding-right: 120px;
      
}

.about-us h2
{
    color: #242122;
    text-align: center;
    font-family: century gothic;
    margin-top: -60px;
    padding-right: 10px;
    font-size :20px;
    font-weight: bold;
    
  
}

.about-us span p
{
    color:#044076;
    font-family: century gothic;
     text-align: center;
     margin-top: -10px;
     padding-left: 100px;
     font-size:25px;
     font-weight: 600;
     text-transform: uppercase;
    
}

.about-us p
{
    color:#242122;
    font-family: century gothic;
    text-align:justify;
    font-size:16px;
    font-family: 300;
    padding-bottom: 25px;
    padding-left: 25px;
    
    
}


/*--------------------------Gallery Slider------------------------*/


.gallery
{
    margin-top:100px;
    padding-top: 0;
    padding-bottom: 50px;
    
    
}



.gallery h2
{
    color: #242122;
    text-align: center;
    font-family: century gothic;
    margin-top: -60px;
    padding-right: 0px;
    font-size :20px;
    font-weight: bold;
    
  
}

.gallery span p
{
    color:#044076;
    font-family: century gothic;
     text-align: center;
     margin-top: -10px;
     padding-left: 100px;
     font-size:25px;
     font-weight: 600;
     text-transform: uppercase;
    
}

.gallery .line {
    color: #fe9e04;
    font-weight: 300;
    font-size: 55px;
    text-align: center;
    padding-right: 120px;
}
/* Slider */

.slick-slide {
    margin: 0px 0px;
}

.slick-slide img {
    width: 100%;
    height: 350px;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*----------------------Services-----------------------------*/

.services
{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}


.services .line{
   color: #fe9e04;
   font-weight: 300;
   font-size:55px;
   text-align: center;
    padding-right: 120px;
      
}

.services h2
{
    color: #242122;
    text-align: center;
    font-family: century gothic;
    margin-top: -60px;
    padding-right: 0px;
    font-size :20px;
    font-weight: bold;
    
  
}

.services span p
{
    color:#044076;
    font-family: century gothic;
     text-align: center;
     margin-top: -10px;
     padding-left: 100px;
     font-size:25px;
     font-weight: 600;
     text-transform: uppercase;
    
}


.services img{
    width: 100%;
    height: 300px;
}

.services .caption p{
    font-size: 16px;
    color: #242122;
    text-align: center;
    font-family: century gothic;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px;   
    
}

/*---------------------Location Map-----------------*/

.location-map
{
    padding-top: 10px;
    padding-bottom: 0px
    width:100%; 
}

.location-map .map
{
    width: 500px;
    height: 500px;
}



/*----------------------divider----------------*/

.divider{
    height: 100px;
    background: #000;
}

/*------------------Contact us----------------*/

.contact-us
{
    background: #044076;
    height: auto;
    padding-bottom: 50px;
   
}

.contact-us form
{
    padding-top: 80px;
}
.contact-us .form-control {
    display: block;
    width: 90%;
    border-color: #fff;
    padding: 12px 18px;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    font-family: century gothic;
    background-color: transparent;
    border-radius: 3px;
    margin-bottom: 25px;
    opacity: .8;
    outline: 0px !important;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}

.contact-us .form-width
{
  margin: 2px;
}

.contact-us .form-width .col-second{
    margin-left:50px;
}

.submit-btn,
.submit-btn:active,
.submit-btn:focus,
.submit-btn:visited
{
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    width:15%;
    height: 40px;
    text-transform: capitalize;
    font-family: century gothic;
    font-size: 18px;
    font-weight: 500;
    color: #044076;
    outline: 0px !important;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}

.submit-btn:hover{
    background: transparent;
    color: #fff;
    border:1px solid #fff;
}

.contact-us .contact-content{
    
    padding-top: 20px;
}

.contact-us .contact-content h1
{
    color:#fff;
    font-family: century gothic;
    font-weight: bold;
}

.contact-us .contact-content p{
    margin-top:50px;
    text-align: left;
    padding-left: 20px;
    color: #fff;
    font-family: century gothic;
    font-size: 18px;
    font-weight: 500;
    
}

.contact-us .contact-content span p{
    margin-top:-20px;
    color: #fff;
    
}

.contact-us .contact-icon{
    padding-top: 20px;
     padding-left: 20px;
}


.contact-icon ul {
    margin:0;
    padding: 0;
    text-align: left;
    
}


.contact-icon ul li
{
    list-style: none;
    padding-bottom: 10px;
    color: #fff;
    font-family: century gothic;
    font-size: 18px;
    font-weight: 500;
}

.contact-icon ul li i
{
    padding-right: 20px;
}

/*---------------------Footer------------------*/

.footer
{
    padding-top: 100px;
    padding-bottom: 20px;
    width:100%;
    background-color: #242122;
}

.footer-content{
    color: #fff;
    font-family: century gothic;
}

.footer-content h2{
    font-weight: bold;
}

.footer-content p{
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: justify;
    font-size:16px;
    font-weight: 500;
}
.footer-list ul{
    padding-left: 50px;
}

.footer-list h2 a{
     color: #044076;
     font-family: century gothic;
     font-weight: bold;
     padding-left: 80px;
    text-transform: uppercase;
    text-decoration: none;
}

.footer-list ul li {
  color:#fff;
  list-style: none;
  padding-top: 10px;
  padding-left: 30px;
  font-size:16px;
  font-family: century gothic;
  text-transform: uppercase;
  font-weight: bold;
}

.footer-list ul li a
{
    color: #fff;
}

.footer-branch h2{
     color: #044076;
     font-family: century gothic;
     font-weight: bold;
    text-transform: uppercase;
}


.footer-branch ul li
{
  color:#fff;
  list-style: none;
  padding-top: 10px;
  font-size:16px;
  font-family: century gothic;
  text-transform: uppercase;
  font-weight: bold;
}

.footer-branch ul li a{
    color:#fff;
}

.footer-newsletter h2{
     color: #fff;
     font-family: century gothic;
     font-weight: bold;
    text-transform: uppercase;
}

.footer-newsletter .form-control
{
    display: block;
    width: 100%;
    border-color: #fff;
    margin-top: 20px;
    padding-top :10px;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    font-family: century gothic;
    background-color: transparent;
    border-radius: 3px;
    margin-bottom: 25px;
    opacity: .8;
    outline: 0px !important;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}

 .btn-footer,
 .btn-footer:active,
 .btn-footer:focus,
 .btn-footer :visited
{
   width: 100%;
   background-color:#044076;
   color: #fff;
   font-family: century gothic;
    font-size: 18px;
    font-weight: 500;
   border-radius: 3px;
   transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}

.btn-footer:hover{
    background: #fff;
    color: #044076;
    border:1px solid #044076;
}


.social-icons {
    padding-top: 50px;
    padding-bottom: 70px;
    
}
.social-icons ul {
    margin:0;
    padding: 0;
    text-align: center;
    
}
.social-icons ul li { 
    list-style: none;
    display: inline;
    padding-left: 10px;
}

.social-icons ul li a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border: 1px solid #9d9d9d;
    border-radius: 3px;
    width: 45px;
    height: 45px;
    line-height: 49px;
    color: #9d9d9d;
     transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    
}
.social-icons ul li a:hover {
    
    background-color: #044076;
    border: 1px solid #044076;
    color: #fff;
} 
.social-icons ul li a i {
    font-size: 20px;
}


#copyright {
    padding-top: 30px;
    padding-bottom: 15px;
    width: 50%;
}
#copyright p {
    color: #044076;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    
}
#copyright p a {
    text-decoration: none;
    color: #fff;
}
.scroll-top {
    text-align: right;
}
.scroll-top a {
    background-color: #044076;
    padding: 15px;
}
.scroll-top a i {
    color: #fff;
    font-size: 20px;
}

.scroll-top a:hover{
    
    border :1px solid #fff;
}






