*{
    margin:0;
    padding:0;
}
ul{
    list-style: none;
}
a{
    text-decoration: none !important;
}
.wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.main-header {
    height: 100%;
    background: transparent;
}
.main-nav {
    width: 100%;
    z-index: 999;
    clear: both;
    z-index: 2;
}
.top-nav {
    height: 55px;
    background: #004b85;
}
.top-nav .section {
    padding: 15px;
    height: 55px;
}
.section {
    padding: 15px;
    margin: 0px auto 0px auto;
}
.left-nav {
    float: left;
    color: #FFF;
}
.location-top {
    display: inline-block;
    margin-right: 10px;
}
.location-top p {
    font-size: 14px;
}
.top-nav p {
    color: #fff;
}
.location-top {
    display: inline-block;
    margin-right: 10px;
}
.right-nav {
    float: right;
    color: #FFF;
}
.social-top {
    display: inline-block;
    margin-right: 10px;
}
.social-top .fa {
    font-size: 16px;
    color: #FFF;
    transition: 0.3s;
}
.last-icon {
    margin: 0px;
}
hr.top-line {
    border-top: 1px solid #fff;
    margin: 0px auto 0px auto;
}
.navbar-default {
    border-color: transparent;
}
.navbar-default {
    background-color: transparent;
}
.navbar {
    position: relative;
    min-height: 110px;
    margin-bottom:0px;
    border: 1px solid transparent;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    margin-top: 6px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
    color: red;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
    height: 3px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-brand {
    width: 150px;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.logo-brand {
    width: 200px;
    margin-top: -15px;
    transition: 0.3s;
}
.logo-brand img {
    width: 100%;
}
/*
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}
*/
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav>li {
    position: relative;
    display: block;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    font-weight: 600;
    font-size: 17px;
    -webkit-transition-property: width;
    -webkit-transition-duration: 5s;
    transition-property: color;
    transition-duration: 0.4s;
    padding-left: 15px;
    transition: 0.5s;
    font-family: 'Oswald', sans-serif;
    margin-top: 34px;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.caret-drop {
    position: relative;
}
.caret-drop:before {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: 10px 0;
    margin: 2px 0 0;
    margin-left: -16px;
    margin-right: -10px;
    font-size: 16px;
    text-align: left;
    list-style: none;
    background-color: #f0f0f0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu .divider-top {
    display: none;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #cccccc;
}
.dropdown-menu > li > a {
    display: block;
    padding: 2px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    white-space: nowrap;
    transition: 0.4s;
    font-family: 'Oswald', sans-serif;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    transition: 0.3s;
}
.main-slider {
    z-index: 0;
    background: #000;
    height: 850px;
}


.carousel, .item, .active {
    height: 100%;
}
.carousel {
    position: relative;
}
.carousel-indicators {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators .active {
    width: 17px;
    height: 17px;
    margin: 0;
    background: #fff;
    border: #fff solid 2px;
}
.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #fff;
    border-radius: 10px;
}
.carousel-inner {
    height: 850px;
    background: #000;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
/*
.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}
*/
.fill {
/*    background-image: url(../images/banner/slider1.jpg);*/
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-caption {
    padding-bottom: 310px;
}
.carousel-caption h1 {
    font-size: 50px;
    font-family: Aileron-Heavy;
    text-align: left;
    text-decoration: none;
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.carousel-caption p {
    font-size: 18px;
    font-family: Aileron-Regular;
    margin-bottom: 20px;
    text-align: left;
    color: #FFF;
}
.inner-btn {
    text-align: left;
    display: inline-block;
    margin-right: 20px;
    float: left;
}
.carousel-caption .btn {
    text-shadow: none;
}
.btn-large {
    padding: 8px 22px;
    font-size: 18px;
}
.btn-custom {
    color: #FFF;
    background-color: #F0542D;
    border-color: #F0542D;
    transition: 0.3s;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}



.btn {
    display: inline-block;
    padding: 6px 18px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 5px;
    font-family: 'Archivo Narrow', sans-serif;
}
.btn-custom {
    color: #FFF;
    background-color: #181919;
    border-color: #181919;
    transition: 0.3s;
}

.btn-transparent {
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
    transition: 0.3s;
}

.btn-custom:hover {
    color: #FFF;
    background-color: #000000;
    border-color: #000000;
}
.btn-transparent:hover {
    color: #FFF;
    background-color: transparent;
    border-color: #ffffff;
}
.btn-large {
    padding: 8px 22px !important;
    font-size: 18px;
}

.title1 h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 50px;
    color: #004b85;
}
.title1 p{
    font-size: 16px;
    line-height: 28px;
    color:#545454;
}

.span-about{
    margin-top:30px;
}
.inner-about{
    float: left;
    margin-right:20px;
    display: inline-block;
    margin:0 20px 30px 0;
    width:300px
}
about-icon-4{
    width:40px;
}

.fa-bullseye{
    font-size: 70px !important; 
    color: #65a42c;
}

.fa-eye{
    font-size:70px !important; 
    color: #65a42c;
}
.navbar-header{
    margin-top:5px;
}
.mt-70{
    margin-top:70px;
}
.mb-70{
    margin-bottom:20px;
}
.mt-80{
    margin-top:80px
}

.footer{
    width:100%;
    height:420px;
    background:#5482aa;
        padding: 40px;
}
.fotter-logo{
    width:100%;
    margin-bottom: 20px;
}
.section {
    padding: 60px 15px 0px 15px;
}
.fotter-logo p{
    color: #fff;
    margin-top: 20px;
    font-size:16px; 
}
.social-footer {
    margin-top: 30px;
}
.social-footer h6 {
    color: #000000;
    font-weight: 700;
}
.social-items {
    display: inline-block;
    margin: 10px 5px 0px 0px;
}
.icon-fa {
    display: inline-block;
    font-size: 25px;
    line-height: 32px;
    background: #004b85;
    color: #FFF;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: bottom;
    float: left;
    border: solid 1px #004b85;
    transition: 0.3s;
}
.social-items .fa {
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
}
/*
.icon-fa:hover {
    background: #F2AB26;
    border: solid 1px #F2AB26;
}
*/
.footer-categories h6 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
.categories-list{
    font-size:14px;
    display: inline-block;
    margin:10px 50px 20px 0;
}
.categories-items{
    margin:10px 0px 10px 0px;
}

.inner-address-2 p {
    line-height: 2.5;
    font-size:16px;
    color:#e8e6e6;
}
.inner-address-2 .fa {
    color: #fff;
    font-size: 20px;
}
.categoties-items a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    line-height: 35px;
    font-size: 14px;
}




.inner-address-2 H5{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
.about-parallax {
    background-image: url(../images/banner/slider4.png);
    height: 380px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px 50px 0px;
}
.section {
    padding: 15px;
    margin: 0px auto 0px auto;
}
.about-parallax .inner-counter {
    background: transparent;
    border: solid 1px #FFF;
    padding: 20px 0px 60px 0px;
}
.about-parallax .counter-icon {
    width: 40px;
    margin: auto;
}
.about-parallax .counter-icon img {
    width: 100%;
}
.about-parallax .counter {
    text-align: center;
    font-size: 45px;
    color: #FFF;
}
.about-parallax .counter-statistics h5 {
    text-align: center;
    font-size: 18px;
    color: #F2AB26;
}
.about-parallax .counter-statistics p {
    color: #FFF;
    text-align: center;
    margin-top: 10px;
}

/*
.color-background {
    padding: 40px 0px 40px 0px;
}
*/
.thumbnail-services {
    display: block;
    margin: 20px 0px 20px 0px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    padding-top: 20px;
}
.thumbnail-services > img, .thumbnail-services a > img {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
.thumbnail-services .img-caption {
    margin-top: -130px;
    color: #FFF;
    padding: 0px 20px 0px 20px;
    transition: 0.3s;
}
.thumbnail-services .img-caption p {
    color: #FFF;
}
.thumbnail-services .img-caption h6 {
    font-size: 13px;
    color: #FFF;
    line-height: 3;
}
.thumbnail-services:hover .img-caption {
    margin-left: 20px;
}


.titel h4 {
    font-size: 32px;
    font-weight: 700;
    line-height: 50px;
    color: #004b85;
    text-align: center;
}




 @keyframes scroll {
	 0% {
		 transform: translateX(0);
	}
	 100% {
		 transform: translateX(calc(-250px * 7));
	}
}
.slider {
    background: white;
    line-height: 170px;
    height: 180px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
 .slider::before, .slider::after {
	 background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	 content: "";
	 height: 180px;
	 position: absolute;
	 width: 200px;
	 z-index: 2;
}
 .slider::after {
	 right: 0;
	 top: 0;
	 transform: rotateZ(180deg);
}
 .slider::before {
	 left: 0;
	 top: 0;
}
 .slider .slide-track {
	 animation: scroll 40s linear infinite;
	 display: flex;
	 width: calc(250px * 14);
}
 .slider .slide {
	 height: 100px;
	 width: 250px;
}
 
.categoties-items a:hover{
    color:#000;
    transition: 0.5s;
}










.section-title {
    margin-bottom: 30px;
    padding: 0px 120px 0px 120px;
}
.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 50px;
    color: #004b85;
    text-align: center;
}
}
.section-title p {
    text-align: center;
    color: #8C8C8C;
    margin-top: 5px;
}
/*
hr.center {
    width: 80px;
    border-top: 3px solid #F0542D;
    margin: 15px auto 15px auto;
}
*/



/* ========== #TESTIMONIALS ========== */

.main-gallery{
    margin-bottom: 15px;
}

.gallery-cell {
  width: 100%;
}

.testimonial-section{
    min-height: 200px;
}

.avatar {
  width: 100px;
  height: 100px;
  margin: auto;
}

.avatar img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-quote{
    margin: 15px  100px 5px 100px;
}

.testimonial-quote p{
    text-align: center;
    font-size: 15px;
}

.autor h6{
    text-align: center;
    margin-bottom: 20px;
}

.testimonial {
  text-align: center;
  max-width: 850px;
  margin: 10px auto 10px auto;
}


.flickity-page-dots .dot.is-selected {
  background: #004b85;
}

.testimonials{
  padding: 20px 15px 20px 15px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.testimonials-services{
  margin: -50px auto 20px auto;
}

.flickity-enabled{
    position:relative
}
.flickity-enabled:focus{
    outline:0
}
.flickity-viewport{
    overflow:hidden;
    position:relative;
    height:100%;
}
.flickity-slider{
    position:absolute;
    width:100%;
    height:100%;
}
.flickity-enabled.is-draggable{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.flickity-enabled.is-draggable .flickity-viewport{
    cursor:move;
    cursor:-webkit-grab;
    cursor:grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{
    cursor:-webkit-grabbing;
    cursor:grabbing;
}
.flickity-prev-next-button{
    position:absolute;
    top:50%;
    width:44px;
    height:44px;
    border:none;
    border-radius:0%;
    background:#fff;
    background:hsla(0,0%,100%,.75);
    cursor:pointer;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
.flickity-prev-next-button:hover{
    background:#fff;
}
.flickity-prev-next-button:focus{
    outline:0;
    box-shadow:0 0 0 5px #09F;
}
.flickity-prev-next-button:active{
    filter:alpha(opacity=60);
    opacity:.6;
}
.flickity-prev-next-button.previous{
    left:10px;
}
.flickity-prev-next-button.next{
    right:10px;
}
.flickity-rtl .flickity-prev-next-button.previous{
    left:auto;
    right:10px;
}
.flickity-rtl .flickity-prev-next-button.next{
    right:auto;
    left:10px;
}
.flickity-prev-next-button:disabled{
    filter:alpha(opacity=30);
    opacity:.3;cursor:auto;
}
.flickity-prev-next-button svg{
    position:absolute;
    left:20%;
    top:20%;
    width:60%;
    height:60%;
}
.flickity-prev-next-button .arrow{
    fill:#333;
}
.flickity-prev-next-button.no-svg{
    color:#333;
    font-size:26px;
}
.flickity-page-dots{
    position:absolute;
    width:100%;
    bottom:-5px;
    padding:0;
    margin:0;
    list-style:none;
    text-align:center;
    line-height:1;
}
.flickity-rtl .flickity-page-dots{
    direction:rtl;}
.flickity-page-dots .dot{
    display:inline-block;
    width:30px;
    height:5px;
    margin:0 8px;
    background:#000;
    border-radius:0%;
    filter:alpha(opacity=25);
    opacity:.25;
    cursor:pointer;
}
.flickity-page-dots .dot.is-selected{
    filter:alpha(opacity=100);
    opacity:1;
}
.clear{
    clear:both !important;
    float:none !important;
    margin:0px !important;
    padding:0px !important;
    height:0px !important;
    width:0px !important;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}



.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}

.wrapper-center{ padding:0 10px;}
@media screen and (max-width: 800px){
.center{
    width:100%;
    }
}
/*---------*/
.carousel{
    width:100%;
}
.carousel__wrapper{}
.carousel__container{}
.carousel__content{
    overflow:hidden;
    height:auto;
    width:100%;
    position:relative;
}
.carousel__slider{
    position:absolute;
}
.carousel__item{ position:absolute;}
carousel__item img{}
.carousel__navigation{}
.carousel__nav{}
.carousel__nav--left{}
.carousel__nav--right{}
/*---------*/
#carousel .carousel__nav{
    float:right;
}
#carousel .carousel__nav--left{
    display:inline-block;
}
#carousel .carousel__nav--right{
    display:inline-block;
}
#carousel .carousel__wrapper{
    margin-top:20px;
}
#carousel .arrow-right{
    margin-left:10px;
}
#carousel-2{
    margin-top:50px;
    position:relative;
}
#carousel-2 .carousel__navigation{
    position:absolute;
    z-index:10;
    width:100%;
    left:0;
    top:50%;
    margin-top:-5px;
};
#carousel-2 .carousel__nav--left{
    position:absolute; left:0;
}
#carousel-2 .carousel__nav--right{
    position:absolute;
    right:0;
}
#carousel-2 .carousel__container{
    margin:0  20px;
}
.arrow-right {
width: 0; 
height: 0; 
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 10px solid #bbbbbb;
}
.arrow-left {
width: 0; 
height: 0; 
border-top: 10px solid transparent;
border-bottom: 10px solid transparent; 
border-right:10px solid #bbbbbb; 
}



.asq1 img{
    width: 100%;
    height: 350px;
}



.asq1 .img-caption1 {
    margin-top: -130px;
    color: #FFF;
    padding: 0px 20px 0px 20px;
    transition: 0.3s;
    text-decoration: none;
}




.asq1:hover .img-caption1 {
    margin-left: 20px;
    text-decoration: none;
}

.img-caption1:hover{
    text-decoration: none;
}
.asq1 .img-caption1 h6 {
    font-size: 13px;
    color: #FFF;
    line-height: 3;
    text-decoration: none;
}
.asq1 .img-caption1 h5 {
    font-size: 22px;
    color: #FFF;
    text-decoration: none;
}
.cx1{
    margin-top:30px;   
}
.mm1 {
    border: 1px solid #0782aa;
    background: #0782aa;
    padding: 10px;
    color: #fff;
    margin-left: 5px;
}



.zz1{
    margin-top:50px;
}

.ss12{
    margin-top:40px;
}
.main{
        margin-top: 30px;
    margin-bottom: 30px;
}
.center{
    margin-bottom: 50px;
}
.about{
    background: #ececec;
    padding: 30px;
}


.aaa1{
    background:#ececec;
}


.footer-bottom {
    background: #5482aa;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.footer-bottom p{
    margin:0px;
    padding:0px;
    color:#fff;
    font-size:16px;
    font-weight:600;
}
.footer-bottom a{
    margin:0px;
    padding:0px;
    color:#000;
    font-size:16px;
    font-weight:600;
    text-decoration: none;
}



.map-container {
    position: relative;
}
.inner-address {
    width: 80%;
    height: 300px;
    background: #004b85;
    padding: 40px;
    margin-left: 10%;
}
.inner-address h3 {
    text-transform: uppercase;
    color: #FFF;
/*    line-height: 2;*/
}
.inner-address p {
    line-height: 1.6;
    color: #FFF;
}
.inner-address h6 {
    color: #FFF;
    margin: 23px 0px 23px 0px;
    font-size: 16px;
    line-height: 30px;
}
.form-group {
    margin-bottom: 15px;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.customize {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border-radius: 0px;
    /* background: #fef6e7; */
    height: 60px;
    padding: 6px 12px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    border: solid 1px #5482aa;
    color: #000;
}
.controls p {
    text-align: center;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.btn-contact {
    color: #FFF;
    background-color: #004b85;
    border-color: #F0542D;
    transition: 0.3s;
    border-radius: 5px;
    margin-top: 20px;
}
.btn {
    display: inline-block;
    padding: 6px 18px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 5px;
    font-family: 'Archivo Narrow', sans-serif;
}










.about-content-3 h6 {
    font-style: italic;
    line-height: 2;
    font-size: 22px;
}
.about-content-3 h4{
    font-size:32px;
    font-weight: 700;
}

.about-content-3 p {
    line-height: 1.8;
    margin: 10px 0px 15px 0px;
    font-size: 17px;
    font-family: Aileron-Regular;
    color: #808080;
}
.btn-custom {
    color: #FFF;
    background-color: #004b85;
    border-color: #004b85;
    transition: 0.3s;
}
.color-background {
    padding: 40px 0px 40px 0px;
    background: #f9f9f9;
}
.misson-info h4 {
    font-size: 29px;
    font-weight: 700;
}
.misson-info p {
    line-height: 1.8;
    margin: 10px 0px 15px 0px;
    font-size: 17px;
    font-family: Aileron-Regular;
    color: #808080;
}
.mission-img img {
    width: 100%;
}













}
 .img-wrapper {
	 position: relative;
	 margin-top: 15px;
}
 .img-wrapper img {
	 width: 100%;
}
 .img-overlay {
	 background: rgba(0, 0, 0, 0.7);
	 width: 100%;
	 height: 100%;
	 position: absolute;
	 top: 0;
	 left: 0;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 opacity: 0;
}
 .img-overlay i {
	 color: #fff;
	 font-size: 3em;
}
 #overlay {
	 background: rgba(0, 0, 0, 0.7);
	 width: 100%;
	 height: 100%;
	 position: fixed;
	 top: 0;
	 left: 0;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 z-index: 999;
	 -webkit-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
}
 #overlay img {
	 margin: 0;
	 width: 80%;
	 height: auto;
	 object-fit: contain;
	 padding: 5%;
}
 @media screen and (min-width: 768px) {
	 #overlay img {
		 width: 60%;
	}
}
 @media screen and (min-width: 1200px) {
	 #overlay img {
		 width: 50%;
	}
}
 #nextButton {
	 color: #fff;
	 font-size: 2em;
	 transition: opacity 0.8s;
}
 #nextButton:hover {
	 opacity: 0.7;
}
 @media screen and (min-width: 768px) {
	 #nextButton {
		 font-size: 3em;
	}
}
 #prevButton {
	 color: #fff;
	 font-size: 2em;
	 transition: opacity 0.8s;
}
 #prevButton:hover {
	 opacity: 0.7;
}
 @media screen and (min-width: 768px) {
	 #prevButton {
		 font-size: 3em;
	}
}
 #exitButton {
	 color: #fff;
	 font-size: 2em;
	 transition: opacity 0.8s;
	 position: absolute;
	 top: 15px;
	 right: 15px;
}
 #exitButton:hover {
	 opacity: 0.7;
}
 @media screen and (min-width: 768px) {
	 #exitButton {
		 font-size: 3em;
	}
}
 





#gallery{
    margin-bottom: 50px;
}



.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: none !important;
}



.location-top a{
    color: #fff;
}




.page-title-area {
    height: 300px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background: url(../images/breadcrump.jpg) no-repeat center;
}
.d-table {
    width: 100%;
    height: 100%;
}
.d-table-cell {
    vertical-align: middle;
}
.page-title-content {
    text-align: center;
    margin-top: 100px;
}
.page-title-content h2 {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}

.page-title-content h1 {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}
.page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 15px;
    margin-bottom: 0;
}
.page-title-content ul li {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 16px;
    margin-left: 8px;
    margin-right: 8px;
}
/*
.page-title-content ul li::before {
    content: "\f054";
    position: absolute;
    color: #545a73;
    right: -13px;
    top: 5px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
}
*/
.page-title-content ul li a {
    color: #fff;
}
.page-title-content ul li {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 16px;
    margin-left: 8px;
    margin-right: 8px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #004b85 ;
    transition: 0.5s;

}
.aa1{
    border:1px solid #fff;
    background: transparent;
    border-radius: 4px;
}
.aa1:hover{
    border:1px solid #000;
    background: #000;
    border-radius: 4px;
    transition: 0.5s;
}
.aa2{
    border:1px solid #004b85;
    background: #004b85;
    border-radius: 4px;
}
.aa2:hover{
    border:1px solid #000;
    background: #000;
    border-radius: 4px;
    transition: 0.5s;
}
.messages1 h4{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #004b85;
    margin-bottom: 30px;
}
.mission1 {
   border: 1px solid #004b85;
    padding: 20px;
    background: #004b85;
    box-shadow: 0px 0px 17px 6px #004b856b;
}
.vision1 {
    border: 1px solid #004b85;
    padding: 20px;
    background: #004b85;
    box-shadow: 0px 0px 17px 6px #004b856b;
}
.moto {
    border: 1px solid #004b85;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 17px 6px #004b856b;
}
.mission1 h4{
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}
.mission1  p {
    line-height: 1.8;
    margin: 10px 0px 15px 0px;
    font-size: 15px;
    color: #fff;
}

.vision1 h4{
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.moto{
    border: 1px solid #004b85;
    padding: 20px;
    background: #004b85;
}

.moto h4{
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}
.vision1  p {
    line-height: 1.8;
    margin: 10px 0px 15px 0px;
    font-size: 15px;
    color: #fff;
}
.moto  p {
    line-height: 1.8;
    margin: 10px 0px 15px 0px;
    font-size: 15px;
    color: #fff;
}
.mission{
    margin-bottom:50px;
}
.mission1:hover{
    background: url(../images/gallery/12.jpg) no-repeat;
    transition: 0.5s;
}
.vision1:hover{
    background: url(../images/gallery/11.jpg) no-repeat;
    transition: 0.5s;
}
.moto:hover{
    background: url(../images/12.jpg) no-repeat;
    transition: 0.5s;
}
.qw12 h4{
    font-size: 32px;
    font-weight: 700;
    line-height: 50px;
    color: #004b85;
    text-align: center;
    margin-bottom: 30px;
    margin-top:30px;
}
.image1{
    margin-top:20px;
}
.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 90%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.form1 h4 {
    font-size: 32px;
    font-weight: 700;
    line-height: 50px;
    color: #004b85;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}
.z12 {
    box-shadow: 0px 9px 13px 2px rgba(0, 75, 133, 0.67);
    padding: 40px;
}
.enquire{
    margin-bottom:50px;
}

#button123 {
  display: inline-block;
  background-color: #004b85;
  width: 45px;
  height: 60px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button123::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
}
#button123:hover {
  cursor: pointer;
  background-color: #333;
}
#button123:active {
  background-color: #555;
}
#button123.show {
  opacity: 1;
  visibility: visible;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
}