/*
***************************************************** /



/*==========================================================

                    1. START GLOBAL STYLESHEET

===========================================================*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow: hidden;
    overflow-x: hidden!important;
    background-color: #fff;
    font-family: 'Raleway', sans-serif;
}

.quote {
    font-size: 14px;
    margin-top: 0px;
    padding-bottom: 10px;
    text-align: center;
    display: block;
    font-style: italic;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

/*tracking section*/
.track{
	
	padding: 100px 0px 27px 0px;
	background:url(../images/track-b.jpg) no-repeat center top;
	background-size:cover;
}
.main-title__primary{
	
	text-transform: uppercase;
    margin: 0;
    font-size:30px;
    color:#fff;
}
.main-title__secondary{

    font-size: 20px;
    color: #fff;
    margin: 10px 0 7px 0;
    font-weight: normal;
    letter-spacing: 0px;
}
form.trackForm {
    margin: 0px;
    width: 100%;
}
form.trackForm input,form.trackForm textarea,form.trackForm select, form.trackForm input:focus {
    float: left;
    width: 80%;
    padding: 0px;
    margin: 0px;
    height: 50px;
    line-height: 36px;
    border: 1px solid #DCDCDC;
    border-right: 0px;
    padding: 4px 10px;
    border-radius: 0px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    font-size: 16px;
	resize:none;
}

form.trackForm button {
    float: right;
    width: 20%;
    height: 50px;
    border-radius: 0px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border: 0px;
}

.featured-widget {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 26px 2px rgba(0, 0, 0, 0.15);
	margin: 0px 0px 30px 0px;
}
.trrr-mm{
	width:100%;
}
.trrr-mm h6{
	
	font-size: 16px;
    color: #666;
    padding: 10px 0px;
    text-align: right;
	font-weight:bold;
}

.trrr-mm label {
    padding: 0px 0px 0px 0px;
    margin: 17px 0px 0px 0px;
    font-size: 13px;
    color: #17151566;
    text-align: left;
}
/*==========================================================

                    2. START NAVBAR & HEADER

===========================================================*/

.orrr-cl{
	
	background:#f3f0f066;
}

/**************** Start NAVBAR **************/

.nav {
    height: 75px;
    width: 100%;
    position: fixed;
   /* background-color: rgba(237,237,245,0.9);*/
    background-color:#2f89b4;
    z-index: 99;
}

.nav .logo{
   position: absolute;
   top: 2px;
   left: 36.5vw;
   padding: 0px 0px;
   height: 72px;

}
.nav .avgn{
	
	position: absolute;
    top: 0;
    left: 34.5vw;
    padding: 0px 0px;
    height: 140px;
    color: #fff;
}

.nav .left-nav {
    position: absolute;
    right: 0%;
    top: 8px;
}
.right-nav{
	 position: absolute;
     left: 4%;
     top: 4px;
	 display:none;
	
}
.right-nav img{
	
	max-width:100%;
	height: 69px;
}
.nav .left-nav a {
   cursor: pointer;
   padding-right: 10px;
   color: #f1f3f5;
   text-decoration: none;
   font-weight: bold;
}

.nav .left-nav a:hover {
    text-decoration: underline;
}

.nav .hire {
    display: inline-block;
    margin: 20px;
}

.nav .hire a{
    text-decoration: none !important;
    width: 53px;
    height: 20px;
    background-color: #28c5e7;
    padding: 8px 20px;
    text-align: center;
   letter-spacing: 5px;
   color: #ededf5;
   cursor: pointer;
   border-radius: 23px;
   box-shadow: 0px 0px 8px 0px #666;
}
.ex-cll{
	
	width:100%;
	font-size: 15px;
   font-weight: bold;
   text-align:left;
   padding:18px 0px 5px 0px;
  
}
.cell-exx{
	
	font-size:13px;
	color:#666;
	text-align:left;
	
}

.nav .menu {
    position: fixed;
    z-index: 9999;
    top: 75px;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 100vh;
    background-color: #FFF;
    transform: translate3d(-200px, 0, 0);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.active-nav .menu {
    transform: translate3d(0,0,0);
} 

.nav .menu ul {
    padding-top: 20px;
    text-align: center;
    margin-bottom: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.nav .menu ul li {
    margin: 30px auto 10px;
    transition: all .6s ease-in-out;
}

.nav .menu ul li a {
    text-decoration: none;
    color: #40454a;
}

.nav .menu ul li.active {
    border-bottom: 1px solid rgba(64,69,74,0.7);
}

.nav .menu ul li.active,
.nav .menu ul li a:hover {
    opacity: 0.7;
    width: 35%;
    padding-bottom: 6px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.nav .menu input[type="search"] {
    border: 1px solid #40454a;
    background-color: transparent;
    padding: 6px;
    width: 160px;
    display: block;
    text-align: center;
    margin: 33px auto;
}

.nav .menu a {
    text-decoration: none;
    color: #40454a;
    opacity: 0.7
}
.nav .menu a:hover {
    opacity: 1;
}

.nav .menu a i {
    margin: 30px 15px;
    cursor: pointer;
}

.nav .nav-toggle-btn {
    display: block;
    position: absolute;
    left: 94px;
    text-decoration: none;
	padding: 9px 0px;
}
.nav h3 {
    cursor: pointer;
    font-size: 18px;
    color: #f8f3f3;
    font-weight: bold;
}

/**************** End NAVBAR **************/

/*title container*/
.title-container {
    position: relative;
	text-align: left;
    padding: 9px 12px;

}
.title-sitename {
    color: #555;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';
    font-size: 36px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.ext-bord {
    border-bottom: 2px solid #6666;
    display: inline-block;
    text-align: left;
    padding: 4px 0px;
}


/**************** Start HEADER **************/

.header {
    background-image: url(../images/slider-21.png);
    background-repeat: no-repeat;
    background-position: 0px -60px;
background-size: cover;
height: 634px;
width: 100%;
text-align: center;
color: #ededf5;
}

.header .overlay-header {
    background-color: rgba(131,130,130,0.3);
    height: 100vh;
    width: 100%;
    position: absolute;
	display:none;
}

.header .info {
    padding-top: 126px;
    position: relative;
}

.header .info h1 {
    font-size: 50px;
}

.header .info p {
    margin: auto 36%;
}

.header .info a {
    text-decoration: none;
    color: #ededf5;
    display: inline-block;
    margin-top: 35px;
    padding: 10px 40px 8px;
    text-transform: uppercase;
    background-color: #002e44;
    letter-spacing: 2px;
    font-size: 13px;
}
.header .info .main-fmm{
	width:100%;
	padding:20px 0px;
	margin: 416px 0px 0px -96px;
}
.header .info input[type="text"]{
	
	width: 320px;
    height: 42px;
    color: #666;
    padding: 0px 55px;
    border-radius: 5px;
    border: 1px solid #6666;
	margin: 5px 0px;

}
.header .info input[type="text"]:first-child{
	
	background: url(../images/loc.png) no-repeat 5% 46%;
	background-color:#fff;
}

.header .info input[type="text"]:nth-child(2){
	
	background: url(../images/loc.png) no-repeat 5% 46%;
	background-color:#fff;
}
.header .info button{
	
	padding: 8px 10px 8px 10px;
    color: #fbf3f3;
    border-radius: 30px;
    border: 1px solid #28c5e7;
    background: #28c5e7;
    font-weight: bold;


}
.header .info button:hover{
	
	background:#666;
	border: 1px solid #666;
	color:#fff;
}

.header a i {
    text-decoration: none;
    color: #ededf5;
    display: inline-block;
    position: absolute;
    left: 49vw;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    animation: translate 2.5s ease-in-out infinite;
}

@keyframes translate {
    0% {
      opacity: .9
    }
    50% {
     -webkit-transform: translateY(12px)  scale(1);
      opacity: 0.3;
    }
    100% {
    -webkit-transform:  scale(1);
      opacity: .6;

    }
    100% {
    -webkit-transform:  scale(1);
      opacity: .9;

    }
}

.header a i.one {
    bottom: 111px;
}
.header a i.two {
    bottom: 97px;
}
.header a i.three {
   bottom: 76px;
}
section.bgggpp {
    background-color: #f9f9f9;
}

/**************** End HEADER **************/

/*flexslider*/

    .flexslider { position: relative; float: left; width:100%;}
	.flexslider ul.slides{ list-style: none; }
	.flexslider ul.slides li{ position: relative;}
	.flexslider ul.slides li .caption{ width: 40%; position: absolute; top: 32%; left: 32%;z-index:999999; }
	.flexslider ul.slides li .caption .new{ width:100%;}
	.flexslider ul.slides li .caption .new .box{ width:42%; float:left; }
	
	 .flexslider ul.slides li .caption .new .box select{   color: #0F0E0E; background: transparent;font-size: 20px; padding: 14px 25px; width: 256px; -webkit-appearance: none; background:#fff; border-top-left-radius:25px; border-bottom-left-radius:25px; font-family: 'museo_sans100'; font-size:15px; border: 2px solid #000;}
	 .flexslider ul.slides li .caption .new .enter{ width:100%; }
	 .flexslider ul.slides li .caption .new .enter input[type="text"]{  background: #fff; color: #0F0E0E; border: 0;  padding: 12px 15px; height: 52px; width:250px; border: 2px solid #000; font-family: 'museo_sans100'; font-size:15px; border-top-right-radius:25px;  border-bottom-right-radius:25px;} 
	
	.flexslider ul.slides li .caption h4{ padding: 10px 20px; color: #fff; background: #be9755; font-size: 16px; line-height: 25px; font-family: 'museo_sans500';}
	.flexslider ul.slides li .caption a{ width: 150px; height: 52px;font-size:15px; background: #a21c65; color: #fff; display: block; font-family: 'museo_sans100'; line-height: 53px; text-align: center;}
	.flexslider ul.slides li .caption a:hover {background: #c0965c; color: #fff;}
	
	.flex-direction-nav { position: absolute; top: 50%; width: 100%; }
	.flexslider.none .flex-direction-nav { display: none}
	.flexslider .overlay { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 9999; background: url(../images/overlay.png) no-repeat center; background-size: 100% 100%; }
	.flex-direction-nav a { text-decoration: none; display: block; width: 23px; height: 43px; margin: -20px 0 0; position: absolute; top: 50%; overflow: hidden; cursor: pointer; z-index: 99999; text-indent: -9999px; }
	.flex-direction-nav .flex-prev { left: 50px; background: url(../images/left.png) no-repeat center; }
	.flex-direction-nav .flex-next { right: 50px; background: url(../images/left.png) no-repeat center; transform:rotate(180deg); }
	.flex-control-nav { display: none; }
	.flexslider img { width: 100%; }



/*gallary section starts*/

.gallery-section {
    position: relative;
    padding: 150px 0px;

}


.gallery-section .filters {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 40px;
}
.gallery-section .section-title {
    position: relative;
    margin-bottom: 45px;
}
#aboutCarousel .carousel-control .fa-chevron-left {
    background: #FFF;
    color: #45c1cf;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    text-align: center;
    padding-top: 10px;
    padding-left: 5px;
}
#aboutCarousel .carousel-control .fa-chevron-right, #aboutCarousel .carousel-control .fa-chevron-left {
    background: #FFF;
    color: #45c1cf;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    text-align: center;
    padding-top: 10px;
    padding-left: 0px;
    margin: 92px 0px;

}
.about-p{
	
	width:100%;
}
.about-p p{
	
	text-align:left;
}

.about-p a{ 

   border:1px solid #666;
}

/*services container*/
.service-container {
    position: relative;
    background: #FFF;
    margin-bottom: 30px;
    box-shadow: 1px 4px 3px -3px #888;
    border: 1px solid #f2f1ed;
}
.service-container .service-img {
    position: relative;
    overflow: hidden;
	 -webkit-transition: width .35s ease-in-out;
    transition: width .35s ease-in-out;
	width:100%;
}
.service-container .service-img img {
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	transition: all .5s;
}
.service-container .service-desc {
    padding: 10px 15px;
}
.service-container .service-desc .service-name {
    font-size: 20px;
    font-family: 'Montserrat-Light';
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.service-container .service-desc .service-name:before {
    content: '';
    height: 1px;
    width: 100%;
    background: #f2f1ed;
    position: absolute;
    left: 0;
    bottom: 0;
}

.service-container .service-desc .service-name:after {
    content: '';
    height: 4px;
    width: 80px;
    background: #45c1cf;
    position: absolute;
    left: 16px;
    bottom: 17px;

}
.services {
    padding: 30px 0;
}

/*package delivery*/
.packg{
	
	width:100%;
	
}
.packg h3{
	
	font-size: 18px;
    color: #666;
    line-height: 20px;
    padding: 0px 0px;
    font-weight: bold;
	
}
.packg p{
	
	font-size:15px;
	color:#666;
	
}
.packg ul{
	
	
}
.packg ul li{
	
	padding:4px 0px;
	display:block;
	font-size:14px;
	
}
.packg ul li a{
	
	font-size:15px;
}

.packk-right{
	
	width:100%;
	padding: 22px 0px;
	
}
.packk-right img{
	
	max-width:100%;
}
/*==========================================================

                    3. START ABOUT SECTION

===========================================================*/

.about {
    padding: 0px 0;
    text-align: center;
    position: relative;
    z-index: 0;
}

.about .bg-about {
    background-image: url("../images/background-about.png");
    background-repeat: no-repeat;
    height: 100%;
    width: 590px;
    position: absolute;
    right: 0px;
    top: 20.5%;
}

.about .info {
    position: relative;
}

.about .info h2 {
    margin-top: 45px;
    font-size: 35px;
    margin-bottom: 10px;
    color: #40454a;
}

.about .info img {
    margin-bottom: 34px;
    width: 133px;
}

.about .info p {
    text-align: left;
    color: #777;
    line-height: 1.7;
    margin: auto 55px;
}

.about .info p:nth-of-type(2) {
    margin-bottom: 35px;
}

.about .info a {
    text-decoration: none;
    width: 50px;
    height: 20px;
    background-color: #002e44;
    padding: 8px 30px;
    text-align: center;
    letter-spacing: 5px;
    color: #ededf5;
    cursor: pointer;
}

/*==========================================================

                    4. START SERIVES SECTION

===========================================================*/

.serv {
    position: relative;
    background-color: #002e44;
    color: #ededf5;
    text-align: center;
    padding: 0px 0;
    z-index: 1;
}

.serv .title h2 {
    font-size: 25px;
	margin: 45px 0px 11px 0px;
}

.serv .title p {
    margin: 18px 33% 50px;
    font-size: 13px;
    line-height: 1.6;
}

.serv .title img {
    width: 133px;
}

.serv .info img {
    width: 50px;
}

.serv .info p {
    font-size: 11px;
    line-height: 1.7;
}
    
.serv .info h4 {
   font-size: 16px;
    padding: 10px;
}


/*==========================================================

                    5. START TEAM SECTION

===========================================================*/


.team {
   padding: 24px 0;
}

.team .title h2 {
    font-size: 25px;
}

.team .title img {
    width: 133px;
}

.team q {
    line-height: 1.7;
    margin: 20px 0px 0px 0px;
}

.team .card {
    position: relative;
    max-width: 255px;
    max-height: 355px;
    border-radius: 6px;
    margin: auto;
    background-color: transparent;
}

.team .team1 {
    margin-bottom: 39px;
}

.team .team2 .card {
    margin: 0 auto 40px;
}

.team .card img{
    border-radius: 6px;
    max-width: 100%;
	padding: 77px 63px;
}

.team .card .title-team {
    background-color: #FFF;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 78px;
    border-radius: 6px;
    text-align: center;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.team .card h3 {
    font-size: 25px;
    margin: 12px 0px 4px;
    color: #294d5f;
}

.team .card span {
    letter-spacing: 3px;
    font-size: 14px;
}

.team .card .social-media {
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    top: 0;
    height: 74%;
    width: 100%;
    border-radius: 6px;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.team .card .social-media a {
    color: #333;
}

.team .card .social-media .fa-dribbble {
    top: 28%;
    left: 50%;
    position: absolute;
}

.team .card .social-media .fa-twitter {
    top: 40%;
    left: 36%;
    position: absolute;
}

.team .card .social-media .fa-facebook {
    top: 40%;
    right: 33%;
    position: absolute;
}

.team .card .social-media .fa-tumblr {
    bottom: 44%;
    left: 51%;
    position: absolute;
}

.team .card .social-media hr {
    transform: rotate(45deg);
    position: absolute;
    top: 35%;
    right: 25%;
    bottom: 0;
    border: 1px solid #555;
    width: 118px;
}

.team .card .social-media hr:nth-of-type(2){
    transform: rotate(-45deg);
}

.team .card:hover .social-media {
    opacity: 1
}

.team .card p {
    opacity: 0;
    font-size: 13px;
    padding: 0 10px;
    line-height: 1.7;
    color: #888;
    padding: 12px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.team .card:hover p {
    opacity: 1;
}

.team .card:hover .title-team {
    height: 155px;
}


/*==========================================================

                   6. START SUBSCRIBE SECTION

===========================================================*/
.call {
    background-image: url(../images/slider-7.png);
    background-size:cover;
    background-attachment: fixed;
    width: 100%;
    position: relative;
}


.call .overlay-sub {
    background-color: rgba(0,46,68,0.8);
    height: 100%;
    width: 100%;
    position: absolute;
}

.call .info {
    position: relative;
    padding: 140px 0;
}

.call .info h2 {
    color: #ededf5;
    letter-spacing: 2px;
    font-size: 35px;
    margin-top: 0;
}

.call .info p {
    color: #ededf5;
    margin-bottom: 35px;
    letter-spacing: 2px;
}

.call .info input[type="email"] {
    background-color: transparent;
    border: 1px solid #ededf5;
    padding: 10px;
    width: 374px;
    color: #ededf5;
}

.call .info input[type="submit"] {
    padding: 4px 3px 8px;
    margin-left: -17px;
    background-color: #ededf5;
    border: 1px solid #ededf5;
    font-size: 20px;
    width: 140px;
}


/*----------------------*/
.sub {
    background-image: url(../images/background-sub.png);
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    position: relative;
}


.sub .overlay-sub {
    background-color: rgba(0,46,68,0.8);
    height: 100%;
    width: 100%;
    position: absolute;
}

.sub .info {
    position: relative;
    padding: 120px 0;
}

.sub .info h2 {
    color: #ededf5;
    letter-spacing: 2px;
    font-size: 35px;
    margin-top: 0;
}

.sub .info p {
    color: #ededf5;
    margin-bottom: 35px;
    letter-spacing: 2px;
}

.sub .info input[type="email"] {
    background-color: transparent;
    border: 1px solid #ededf5;
    padding: 10px;
    width: 374px;
    color: #ededf5;
}

.sub .info input[type="submit"] {
    padding: 4px 3px 8px;
    margin-left: -17px;
    background-color: #ededf5;
    border: 1px solid #ededf5;
    font-size: 20px;
    width: 140px;
}


/*==========================================================

                    7. START WROK SECTION

===========================================================*/

.work {
    padding: 70px 0;
    position: relative;
}

.work .title h2 {
    font-size: 35px;
}

.work .title img {
    width: 133px;
}

.work q {
    line-height: 1.7;
    margin-top: 25px;
}

.work .mrg {
    margin-bottom: 80px;
}

.work img {
    width: 100%;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    transform: scale(1);
}

.work .col-md-4 {
    padding: 0;
    overflow: hidden;
}

.work .overlay-work {
    background-color: rgba(237,237,245,0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    opacity: 0;
    overflow: hidden;
}

.work .scale:hover .overlay-work {
    opacity: 1;
}

.work .scale:hover img {
    transform: scale(1.2);
}

.work .overlay-work h3 {
    padding-top: 31px;
    letter-spacing: 1.2px;
    font-weight: bold;
    text-transform: uppercase;
}

.work .icons a {
    text-decoration: none;
    left: 42%;
    width: 45px;
    height: 45px;
    background-color: #002e44;
    border-radius: 50%;
    position: absolute;
    margin-top: 15px;
    cursor: pointer;
}

.work .icons a i {
    font-size: 20px;
    line-height: 48px;
    color: #ededf5;
}


/*==========================================================

                    8. START CLIENTS SECTION

===========================================================*/

.client {
    background-image: url(../images/background-clients.jpg);
    background-size: cover;
    position: relative;
    width: 100%;
    color: #ededf5;
}

.client .overlay-client {
    background-color: rgba(0,46,68,0.8);
    height: 100%;
    width: 100%;
    position: absolute;
}

.client .title {
    position: relative;
    color: #ededf5;
    padding: 60px 0 15px;
}

.client .title h2 {
    font-size: 35px;
}

.client .title img {
    margin-bottom: 34px;
    width: 133px;
}

.client .carousel i {
    display: block;
    font-size: 33px;
    padding-bottom: 20px;
}

.client .carousel q {
    letter-spacing: 1px;
    line-height: 1.7;
    font-size: 15px;
    max-width: 450px;
    display: inline-block;
}

.client .carousel h2 {
    margin: 40px auto 0px;
}

.client .carousel span {
    letter-spacing: 1px;
}

.carousel-indicators {
    bottom: -65px;
}

.owl-carousel {
    z-index: 0!important;
}

.owl-carousel .owl-item img {
    padding: 0px 2px;
   max-width: 57%;
   height: 108px;
   margin: 0px 0px 43px 33px;

}
.owl-carousel .item {
    height: 14rem;
    padding: 1rem;
    width: 497px;

}


/*==========================================================

                    9. START CONTACT SECTION

===========================================================*/

.contact {
    padding: 70px 0;
}

.contact form {
    position: relative;
    display: inline-block
}

.contact form .fa-user,
.contact form .fa-envelope,
.contact form .fa-pencil-square-o,
.contact form .fa-comment {
    position: absolute;
    top: 49px;
    left: 12px;
    font-size: 19px;
    color: #002e44;
}

.contact form .fa-envelope {
    left: 53.3%;
    font-size: 17px;
}

.contact form .fa-pencil-square-o {
    top: 108px;
    font-size: 18px;
}

.contact form .fa-comment {
    top: 164px;
    font-size: 18px;
}

.contact input[type="text"],
.contact input[type="email"],
.contact .message textarea {
    background-color: #FFF;
    border: 1px solid #002e44;
    padding: 8px 34px;
}

.contact input[type="text"],
.contact input[type="email"] {
    width: 49%;
    margin: 40px 1px 20px;
}

.contact .message input[type="text"],
.contact .message textarea {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
}

.contact .message textarea {
    height: 180px;
	resize: none;
}

.contact .message input[type="submit"]{
    background-color: #002e44;
    width: 161px;
    padding: 9px 0;
    color: #ededf5;
    border: none;
    letter-spacing: 4px;
    border-radius: 0 10px;
    box-shadow: 0 5px 10px #aaa;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.sddnn{ width:100%;}
.sddnn button{
    background-color: #002e44;
    width: 161px;
    padding: 9px 0;
    color: #ededf5;
    border: none;
    letter-spacing: 4px;
    border-radius: 0 10px;
    box-shadow: 0 5px 10px #aaa;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.contact .message input[type="submit"]:hover {
    box-shadow: none;
}
   
.contact .title h2 {
    font-size: 35px;
    margin-top: 0;
}

.contact .title img {
    margin-bottom: 45px;
    width: 133px;
}

/* Start Map */

.google-wrapper {
    position: relative;
}

#google-map,
.contact iframe {
    border: 0;
    width: 100%;
    height: 390px;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
      -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
      -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
}

.scrolloff {
    pointer-events: none;
}

.maps {
    padding: 0!important;
}

/* End Map */

/*==========================================================

                    10. START FOOTER

===========================================================*/


footer {
    background-image: url(../images/background.jpg);
    background-size: cover;
    position: relative;
    width: 100%;
    color: #ededf5;
}

footer .container {
    padding: 30px 0
}

footer .overlay-footer {
    background-color: rgba(0,46,68,0.6);
    height: 100%;
    width: 100%;
    position: absolute;
}

footer .logo {
    margin-top: -5px;
    margin-bottom: 20px;
}

footer p {
    margin: 21px 20px 25px 0;
}

footer .social-media a {
    color: #ededf5;
    padding: 15px;
    font-size: 17px;
    opacity: 0.8;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

footer .social-media a:hover {
    opacity: 1;
}

footer ul li {
    text-decoration: none;
    padding: 3px 0;
}

footer ul li a {
    text-decoration: none;
    color: #ededf5;
}

footer ul li a:hover {
    text-decoration: none;
    color: #b8b8bd;
}

footer .conta li {
    padding: 10px 0;
}


.copyright {
    padding: 20px 0;
    /*background-color: #002e44;*/
	background-color:#2f89b4;
    color: #ededf5;
    text-align: center;
    font-size: 12px;
    letter-spacing: .4px;
}

/* Start ScrollTop */

.scrolltop {
    position: relative;
    display: none;
}

.scrolltop i {
    z-index: 999;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: #333;
    background-color: rgba(0,0,0,.3);
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    border-radius: 2px;
}

/* End ScrollTop */

/* Start Loading */

.loading-overlay {
    background: #FFF;
    color: #444;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    padding-top: calc((100vh / 2) - 20px);
}

.cssload-loader {
	position: relative;
	left: calc(50% - 31px);
	width: 62px;
	height: 62px;
	border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	perspective: 780px;
}

.cssload-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;	
}

.cssload-inner.cssload-one {
	left: 0%;
	top: 0%;
	animation: cssload-rotate-one 1.15s linear infinite;
		-o-animation: cssload-rotate-one 1.15s linear infinite;
		-ms-animation: cssload-rotate-one 1.15s linear infinite;
		-webkit-animation: cssload-rotate-one 1.15s linear infinite;
		-moz-animation: cssload-rotate-one 1.15s linear infinite;
	border-bottom: 3px solid rgb(0,0,0);
}

.cssload-inner.cssload-two {
	right: 0%;
	top: 0%;
	animation: cssload-rotate-two 1.15s linear infinite;
		-o-animation: cssload-rotate-two 1.15s linear infinite;
		-ms-animation: cssload-rotate-two 1.15s linear infinite;
		-webkit-animation: cssload-rotate-two 1.15s linear infinite;
		-moz-animation: cssload-rotate-two 1.15s linear infinite;
	border-right: 3px solid rgb(0,0,0);
}

.cssload-inner.cssload-three {
	right: 0%;
	bottom: 0%;
	animation: cssload-rotate-three 1.15s linear infinite;
		-o-animation: cssload-rotate-three 1.15s linear infinite;
		-ms-animation: cssload-rotate-three 1.15s linear infinite;
		-webkit-animation: cssload-rotate-three 1.15s linear infinite;
		-moz-animation: cssload-rotate-three 1.15s linear infinite;
	border-top: 3px solid rgb(0,0,0);
}

@keyframes cssload-rotate-one {
	0% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-one {
	0% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-one {
	0% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-one {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-one {
	0% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-two {
	0% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-two {
	0% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-two {
	0% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-two {
	0% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-two {
	0% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-three {
	0% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-three {
	0% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-three {
	0% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-three {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-three {
	0% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}


/*slick slide*/

/*popup */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
}
.modal-content h2{
	
	font-size:20px;
	line-height:25px;
	color:#28c5e7;
	padding:5px 0px 0px 0px;
	font-weight: bold;
}
.modal-content form{ 

    padding:20px 0px;

}
.modal-content .orrr{
	
	
	width:100%;
	padding: 7px 0px;

}
.modal-content .orrr input[type="text"]{
	
	width: 255px;
    height: 38px;
    border: 1px solid #666;
    border-radius: 5px;
    color: #666;
    padding: 7px 30px;
}
.modal-content .order {
	
	width:100%;
	padding: 7px 0px;
}
.modal-content .order input[type="text"]{
	
	width: 255px;
    height: 38px;
	border:1px solid #666;
	border-radius:5px;
	color:#666;
	padding:7px 30px;
}
.modal-content .order input[type="text"]:nth-child(1){
	
	/*background: url(../images/loc.png) no-repeat 5% 46%;*/
	background-color:#fff;
    background:none;
}
.modal-content .order textarea{
	
	width:255px;
	height:150px;
	border:1px solid #666;
	border-radius:5px;
	color:#666;
	padding:15px 30px;
	resize: none;
}
.modal-content .order button{
	
	padding: 8px 25px 7px 22px;
    color: #fbf3f3;
    border-radius: 30px;
    border: 1px solid #28c5e7;
    background: #28c5e7;
    font-weight: bold;
}
/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
@media screen and (max-width:767px){
	
	.nav .avgn{ display:none;}
	.header{  height: 358px; background-position: 0px -30px;}
	.header .info .main-fmm{ margin: -259px 0px 0px 0px; }
	.header .info input[type="text"]{  width: 250px; height: 32px;}
	.header .info button{  padding: 4px 6px 4px 12px; font-size: 12px;}
	
}
@media screen and (max-width:490px){
	
	.header .info input[type="text"]{ width: 354px;}
	.header{ height: 190px; background-position: -13px 19px;}
	.orrr-cl{ margin: 162px 0px 0px 0px; }

}

/* End Loading */