/*
Theme Name: Theme
Theme URI: https://uywork.com/
Author: UYwork
Author URI: https://uywork.com/
Description: Exclusive theme by UYwork.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theme
*/

/* #cedfe7 */

body{
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
    font-weight: normal;
    font-style: normal;
    color: #8e8e8e;
    font-size: 14px;
}

p {
    text-align: justify;
}

/*--------------------------------------------------------------
Slider
--------------------------------------------------------------*/
.slide, .slide .item { height: 500px; overflow: hidden; color: #fff; background-size: cover; }
.slide .item::before{ content: " "; position: absolute; top: 0; left: 0; background: rgba(0,0,0,.2); width: 100%; height: 100%; }
.slide .carousel-indicators li { width: 15px; height: 15px; background: rgba(125,125,125,0.5); margin: 1px; border-radius: 0; border: 0; }
.slide .carousel-indicators li:hover,
.slide .carousel-indicators li.active { background: rgb(125,125,125); }
.slide .item .slider-content{ margin-top: 150px }
.slide .item .slider-content h2{font-size: 45px; font-weight: bold}
.slide .item .slider-content .content{font-size: 18px}

/*--------------------------------------------------------------
Testimonials
--------------------------------------------------------------*/
.testimonial-slide {text-align: center}
.testimonial-slide .item {min-height: 80px}
.testimonial-slide .item .content {padding: 10px 0}
.testimonial-slide .item .name {font-weight: bold}

/*--------------------------------------------------------------
Wordpress Core
--------------------------------------------------------------*/
.alignnone{margin:5px 20px 20px 0}
.aligncenter,div.aligncenter{display:block;margin:5px auto}
.alignright{float:right;margin:5px 0 20px 20px}
.alignleft{float:left;margin:5px 20px 5px 0}
a img.alignright{float:right;margin:5px 0 20px 20px}
a img.alignnone{margin:5px 20px 20px 0}
a img.alignleft{float:left;margin:5px 20px 20px 0}
a img.aligncenter{display:block;margin-left:auto;margin-right:auto}
.wp-caption{background:#fff;border:1px solid #f0f0f0;max-width:96%;padding:5px 3px 10px;text-align:center}
.wp-caption.alignnone{margin:5px 20px 20px 0}
.wp-caption.alignleft{margin:5px 20px 20px 0}
.wp-caption.alignright{margin:5px 0 20px 20px}
.wp-caption img{border:0 none;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}
.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}
.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;white-space:nowrap;height:1px;width:1px;overflow:hidden}
.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,0.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}

/*--------------------------------------------------------------
Contact Form 7 CSS
--------------------------------------------------------------*/
.wpcf7-form label,
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea {width: 100%}
.wpcf7-form-control-wrap {position: relative}
.wpcf7-form-control {border: 1px solid #ededed; padding: 10px; margin-top: 5px}
div.wpcf7-response-output {display: block; margin: 0; border: 0 !important; padding: 11px; color: #fff}
.wpcf7-submit {background-color: #6b97c3; color: #fff; border: 0; padding: 10px 20px !important; display: block; border-radius: 0}
.wpcf7-submit:hover {opacity: .9}
div.wpcf7-mail-sent-ok {background: #93c024}
div.wpcf7-mail-sent-ng {background: #df71a9}
div.wpcf7-spam-blocked {background: #be105b}
div.wpcf7-validation-errors {background: #f8b133}
.block{float: left; width: 100%; position: relative;}

#header ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

#header ul li{
    position: relative;
    display: inline-block;
}

#header ul li a{
    -webkit-border-radius: 2em;
    border-radius: 2em;
    background-clip: padding-box;
    padding: 10px 27px;
    line-height: 120px;
    color: #444;
    text-decoration: none;
}

#header ul li a:hover {
    background-color: #536b69;
    color: #fff;
}

#header ul li.menu-item-has-children > a::after{
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: 5px;
    opacity: .5;
}

#header ul.sub-menu{
    position: absolute;
    z-index: 10;
    background: #fff;
    display: none;
        width: 190px;
}

#header ul li:hover ul.sub-menu{
display: block;
}

#header ul.sub-menu li{
float: left;
width: 100%;
    border-bottom: 1px solid #ededed;
}

#header ul.sub-menu li:last-child{
border: 0
}

#header ul.sub-menu li a{
    padding: 13px 10px;
    line-height: 12px;
    float: left;
    border-radius: 0;
    width: 100%;
}

#header ul.sub-menu li a:hover{
background: #ededed;
color: #444;
}

.logo {
margin-top:21px;
}
.section{
padding: 40px 0;
    border-bottom: 3px dashed #ccc;
}

.section:last-child{
border: 0;
}

.section img{
max-width: 100%;
height: auto;
}

.section h2{
font-size: 29px;
text-transform: uppercase;
font-weight: bold;
    color: #222;
}

.btn-primary{
    background: rgba(71,126,180,0.8);
    border-radius: 25px;
    padding: 13px 25px;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
}

#footer{
background-color: #6b97c3;
padding-top: 30px;
padding-bottom: 90px;
color: #fff;
overflow: hidden;
}

#footer::before{
    top: 10px;
    content: " ";
    right: 0;
    width: 60%;
    height: 100%;
    background-image: url(assets/images/map.png);
    position: absolute;
    opacity: .1;
    background-repeat: no-repeat;
    background-size: cover;
}


#footer .widget-title{
    border-color: #477eb4;
    font-size: 18px;
    margin-bottom: 1.5em;
    padding-bottom: 0.75em;
    line-height: 1.25em;
    border-bottom: 2px solid #fff;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
}

#footer .widget-title:after{
    content: '';
    height: 2px;
    width: 50px;
    display: block;
    position: absolute;
    bottom: -2px;
    background-color: #446f98;
}

#footer .widget ul{
list-style: none;
padding: 0;
margin: 0;
}

#footer .widget ul li a{
color: #fff;
}

.title-page{
  background-color: #f5f5f5;
  margin: 0 0 104px 0;
  padding: 4em 0;
  color: #000
}

.title-page h1{
margin-top: 0;
}

.breadcrumbs{
list-style: none;
padding: 0;
font-size: 12.5px;
margin: 0
}

.breadcrumbs li{
display: inline-block;
margin-right: 5px;
font-weight: 300;
}

.breadcrumbs li a{
color: #000;
}


.breadcrumbs li strong{
font-weight: 300;
}

.breadcrumbs li.separator{
opacity: .3;
}

.page-primary{
margin-bottom: 104px
}

blockquote{
    max-width: 80%;
    margin: 20px auto;
    background: #f5f5f5;
    border: 0;
    border-radius: 10px;
    font-size: 15px;
}

.page-primary h2,
.page-primary h3,
.page-primary h4{
color: #6b97c3;bor
font-weight: bold;
margin-top: 30px;
}

.wrap_how_work{
margin-bottom: 30px;
height: 300px;
    height: 150px;
    border: 1px solid #ededed;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.wrap_how_work h2{
background: rgba(107, 151, 195, .6);
color: #fff;
font-size: 16px;
margin: 0;
padding: 7px 5px;
text-align: center;
}

.page-primary ul{
    padding-left: 20px;
}

.page-primary ul li{
margin-bottom: 10px;
}

.shipping-item{
margin-bottom: 30px;
    display: block;
    height: 100px;
    line-height: 100px;
    -webkit-filter: grayscale(1) opacity(0.6);
    -moz-transform: scale(0.9) opacity(0.6) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(0.9) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(0.9) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(0.9) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(0.9) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.shipping-item img{
max-width: 100%;
height: auto;
}

.shipping-item:hover{
    -webkit-filter: grayscale(0);
    -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.service-item{
margin-bottom: 30px;
height: 100px;
}

.service-item .fa{
margin-right: 5px;
    font-size: 100px;
        position: absolute;
        top: 0;
        left: 0;
}

.service-item a{
color: #999;
position: relative;
    display: block;
    padding-left: 125px;
    padding-top: 35px;
    text-decoration: none;
    font-size: 24px;
}

.service-item a:hover{
color: #333;
}

#outer-wrap{
    overflow: auto;
    margin: auto;
    width: 100%;
    -webkit-transition: transform 0.7s ease;
    -moz-transition: transform 0.7s ease;
    -o-transition: transform 0.7s ease;
    transition: transform 0.7s ease;
    -webkit-transform-origin: 50% 200px 0;
    -moz-transform-origin: 50% 200px 0;
    -o-transform-origin: 50% 200px 0;
    transform-origin: 50% 200px 0;
} 

.mobile-menu-open #outer-wrap {
    position: fixed;
    transform: scale3d(0.9, 0.9, 0.9);
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -moz-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    -o-transform: scale3d(0.9, 0.9, 0.9);
    -webkit-box-shadow: 0 0 46px #000000;
    -moz-box-shadow: 0 0 46px #000000;
    box-shadow: 0 0 46px #000000;
}

#mobile-menu {
    padding: 0;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    z-index: 9999;
    visibility: hidden;
    transform: translate3d(-99%, 0, 0);
    -webkit-transform: translate3d(-99%, 0, 0);
    -moz-transform: translate3d(-99%, 0, 0);
    -ms-transform: translate3d(-99%, 0, 0);
    -o-transform: translate3d(-99%, 0, 0);
    left: -1%;
    visibility: visible;
    -webkit-transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    -moz-transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    -o-transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    overflow: hidden;
}

.mobile-menu-open #mobile-menu {
    height: auto;
    overflow: auto;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    left: 0;
}

.mobile-menu-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: fixed;
    display: block;
    width: 100%;
    height: 113%;
    z-index: 9999;
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    visibility: visible;
    -webkit-transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    -moz-transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    -o-transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}

.mobile-menu-background::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.98;
    background: #333145;
    background: -moz-linear-gradient(top, #333145 0%, #b8333e 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #333145), color-stop(100%, #b8333e));
    background: -webkit-linear-gradient(top, #333145 0%, #b8333e 100%);
    background: -o-linear-gradient(top, #333145 0%, #b8333e 100%);
    background: -ms-linear-gradient(top, #333145 0%, #b8333e 100%);
    background: linear-gradient(to bottom, #333145 0%, #b8333e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333145', endColorstr='#b8333e', GradientType=0);
}

.mobile-menu-open .mobile-menu-background {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.mobile-menu-open {
    position: relative;
}

 
#mobile-menu ul{
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  padding: 10px;
}

#mobile-menu button {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 32px;
    padding: 10px;
}

#mobile-menu ul a {
color: #fff;
}

#mobile-menu ul li a {
    display: block;
    line-height: 21px;
    font-size: 21px;
    color: #fff;
    margin-left: 0;
    padding: 12px 30px 12px 12px;
    font-weight: bold;
    text-decoration: none;
}

#mobile-menu ul li ul {
display: none;
}

#mobile-menu ul li ul a {
    padding: 9px 26px 9px 36px !important;
    line-height: 19px;
    font-size: 16px;
    font-weight: normal;
}

#mobile-menu ul li.menu-item-has-children > a::after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    float: right;
    font-size: 22px;
    opacity: .5;
}

#mobile-menu ul li.menu-item-has-children.open ul {
  display: block;
}

#mobile-menu ul li.menu-item-has-children.open > a::after {
content: "\f107";
}

#mobile-menu ul.social li {
display: inline-block;
}

#mobile-menu ul.social li a {
    padding-right: 10px;
}

.navbar-toggle .icon-bar{
background: #000;
}
.navbar-toggle{
    float: none;
    margin: 0;
    background: #ededed;
}

.navbar-toggle div{
display: inline-block;
}

.navbar-toggle div.text{
margin-left: 5px;
}

.form-login{
margin-top: 10px;
}

.form-login .form-control{
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #eddede;
    font-size: 12px;
    height: 30px;
}

.form-login .btn{
    height: 30px;
    border-radius: 0;
    font-size: 12px;
    border-color: #6b97c3;
}

#top-header{
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
}
.failmessage{
    margin-top: 11px;
    margin-right: 10px;
    font-size: 12px;
}

.form-contact-info{
    border: 1px solid #6b97c3;
}


.form-contact-info h3.title{
    background: #6b97c3;
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 25px 10px;
}

.form-contact-info .info{
padding: 25px;
}

.form-contact-info h4{
    margin: 0;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.form-contact-info .result{
    margin-bottom: 20px;
}

@media (max-width: 767px){
    #outer-wrap {
    overflow: auto;
    margin: auto;
    width: 100%;
    -webkit-transition: transform 0.7s ease;
    -moz-transition: transform 0.7s ease;
    -o-transition: transform 0.7s ease;
    transition: transform 0.7s ease;
    -webkit-transform-origin: 50% 200px 0;
    -moz-transform-origin: 50% 200px 0;
    -o-transform-origin: 50% 200px 0;
    transform-origin: 50% 200px 0;
    }
}

@media (max-width: 991px){
  #header .pull-left{
    width: 100%;
    text-align: center;
  }
  #header .logo img{
  display: inline-block;
  }
}

@media (max-width: 767px){
  #header{
  padding-bottom: 15px;
  }
  #header .logo{
  margin-bottom: 5px;
  }
  .title-page,
  .page-primary{
  margin-bottom: 30px;
  }
.form-login {display: none;}
}