 

/* =-=-=-=-=-=-= General =-=-=-=-=-=-= */

body{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #5a5a5a;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;
}


html,
body {
    width: 100%;
    height: 100%;
}


/* Link style
/* ------------------------------ */
a {
    color: #77a86d;
}
a,
a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}


.container2 {padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; width: 900px; }

/* Transition elements
/* ------------------------------ */
.navbar a,
.form-control {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

a,
.btn {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* Reset box-shadow
/* ------------------------------ */

.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* =-=-=-=-=-=-= Typography =-=-=-=-=-=-= */

 

h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

h6 {

}



p {
    margin: 0 0 10px 0; 
}
p img { 
    margin: 0; 
}

blockquote {
    border-left: 5px solid #2ecc71;
}

ul {
    margin:0;
    padding:0;
    list-style: none;
}


/* Button Style
/* ------------------------------ */

.btn {
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 700;
}

.btn-primary {
    color: #b79644;
    background-color: transparent;
    border-color: #b79644;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:active:focus {
    color: #fff;
    background-color: #b79644;
    border-color: #b79644;
}


.btn-default {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.btn-default:hover,
.btn-default:active,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:active:focus {
    color: #77a86d;
    background-color: #fff;
    border-color: #fff;
}


.btn-lg {
    padding: 14px 54px;
}


.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn:active:focus, 
.btn:focus,
button:focus {
    outline: none !important;
}


.alert {
    padding: 9px 15px;
}

/* Form Style
/* ------------------------------ */
.form-group {
    margin-bottom: 30px;
}
.form-control {
    height: 40px;
    padding: 8px 20px;
    color: #5a5a5a;
    font-size: 13px;
    border: 0;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    background-color: #fff;
}
.form-control:focus {
    border-color: #2ecc71;
}


/* =-=-=-=-=-=-= List Style =-=-=-=-=-=-= */

/*check-list*/
.check-list {
    padding-left: 0px;
    list-style: none;
}

.check-list li {
    margin-bottom: 10px;
    display: block;
}

.check-list li:before {
    content:"\f00c";
    font-family: 'fontawesome';
    font-size: 14px;
    float: left;
    padding-right: 10px;
    color: #757575;
}

/*list half*/

.list-half li {
    width: 50%;
    float: left;
}




/* =-=-=-=-=-=-= Global Style =-=-=-=-=-=-= */

.section-padding {
    padding: 100px 0;
}
.theme-color {
    color: #77a86d!important
}
.white-color {
    color: #fff!important
}
.theme-bg {
    background-color: #77a86d!important;
}
.gray-bg {
    background-color: #f9f9f9!important;
}


.no-padding {
    padding: 0;
}

.mt-0 {
    margin-top: 0!important;
}
.mt-30 {
    margin-top: 30px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-100 {
    margin-top: 100px;
}


.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-100 {
    margin-bottom: 100px;
}


.pt-100 {
    padding-top: 100px
}
.pb-100 {
    padding-bottom: 100px
}
.ptb-50 {
    padding: 50px 0;
}


.section-title {
    display: table;
}

.title-border-container {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
    position: relative;
}

.title-border-container .title-border {
    display: block;
    background: url(assets/images/pattern.png) repeat-x;
    width: 100%;
    height: 4px;
    position: relative;
    top: -6px;
    left: 10px;
}

.section-title h2 {
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: #b79644;
    text-transform: uppercase;
    white-space: pre;
    margin: 0;
}

.section-title h2 span {
    font-weight: 300!important;
}


.section-title.center {
    display: block;
    text-align: center;
    background: url(assets/images/border.png) repeat-x 0 32px;
}
.section-title.center h2 {
    display: inline-block;
    background: #fff;
    padding: 0 10px;
}


@media screen and (max-width: 479px) {
    .title-border-container .title-border {
        display: none;
    }
    .section-title h2 {
        font-size: 24px;
    }

}




.page-header {
    margin: 40px 0 0;
    border-bottom: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 15;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.page-header h1 {
    font-size: 36px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.page-title-section {
    background: url(assets/images/page-cover.jpg) no-repeat center center  #000;
    background-size: cover;
    position: relative;
    min-height: 350px;
}

.page-title-section::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}



/* =-=-=-=-=-=-= Topbar Section =-=-=-=-=-=-= */
.top-bar {
    padding: 12px 0;
    background-color: #23282c;
}
.cta-wrapper ul li a i  {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #207ce5;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    margin-right: 10px;
    webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cta-wrapper ul li a i:hover {background: #fff; color: #207ce5; 
    webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
 }


.cta-wrapper ul li a {
    display: inline-block;
    font-weight: 400;
    color: #fff;
}
.cta-wrapper ul li a:hover {
    color: #fff;
}

.social-wrapper ul li a {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 26px;
    background: #207ce5;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}
.social-wrapper ul li a:hover {
    background: #fff;
    color: #207ce5;
}

@media screen and (max-width: 767px) {
    .cta-wrapper,
    .social-wrapper {
        text-align: center;
    }
    .social-wrapper {
        margin-top: 20px;
    }

}





/* =-=-=-=-=-=-= Navigation =-=-=-=-=-=-= */
.navbar-custom {
    width: 100%;
    background-color: #fff;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    z-index: 1050;
    box-shadow: 0 3px 6px rgba(0,0,0,.12);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.12);
}

.nav>li>a {
    color: #2b3135;
    font-size: 14px;
    font-weight: 400;
}



@media (min-width: 768px) {

    .navbar-brand {
        padding: 35px 15px;
    }

    .navbar-nav>li>a {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .navbar-brand,
    .navbar-nav>li>a {
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

    .is-sticky .navbar-brand {
        padding: 10px 15px;
    }
    .is-sticky .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
 
    .nav>li>a:hover,
    .navbar-nav>li.active>a {
        color: #207ce5;
        background-color: transparent;
        box-shadow: inset 0 3px #207ce5;
    }
    .nav>li>a:focus {
        color: #207ce5;
        background-color: transparent;
    }

}

@media screen and (max-width: 767px) {
    .navbar-brand {
        padding: 10px 15px;
    }
    .navbar-toggle .icon-bar {
        background-color: #207ce5;
    }

    .nav>li>a:hover,
    .navbar-nav>li.active>a {
        color: #207ce5
        background-color: transparent;
    }
    .nav>li>a:focus {
        color: #207ce5;
        background-color: transparent;
    }

}




/* =-=-=-=-=-=-= Slider Section =-=-=-=-=-=-= */
.slider-section {
  background: url(assets/images/slide-1.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;

}
.tt-carousel .carousel-inner{
  min-height: 590px;  
}
.carousel-intro {
    padding-top: 160px;  
}
.carousel-title,
.crousel-subtitle{
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.carousel-title{
    font-size: 40px;
}
.crousel-subtitle{
    font-size: 60px;
}
.carousel-intro p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
}
.carousel-intro .btn{
    border: 2px solid #fff;
    border-radius: 0;
    margin-top: 20px;
}
.carousel-img {
    float: right;
}
.layer-one {
    padding-top: 115px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-intro {
        padding-top: 100px;
    } 
}
@media (min-width: 768px) and (max-width: 991px) {
    .tt-carousel .carousel-inner {
        min-height: 430px;
    }
    .carousel-intro {
        padding-top: 100px;
    }
    .carousel-intro h1 {
        font-size: 25px;
    }
    .carousel-intro h2 {
        font-size: 38px;
    }
    .layer-two {
        padding-top: 70px;
    }
}
@media (max-width: 767px) {
    .tt-carousel .carousel-inner {
        min-height: 450px;
    }
    .carousel-intro {
        padding-top: 80px;
    }  
}
@media (max-width: 530px) {
    .carousel-intro h1 {
        font-size: 22px;
        margin-bottom: 0;
    }
    .carousel-intro h2 {
        font-size: 30px;
    }
    .carousel-intro p {
        font-size: 14px;
        line-height: 20px;
    }
}




/* ---------------------------------------------------- */
/* Animations Delay */
/* ---------------------------------------------------- */

.animation-delay-3 {
  -webkit-animation-delay: .3s !important;
  -moz-animation-delay: .3s !important;
  -ms-animation-delay: .3s !important;
  -o-animation-delay: .3s !important;
  animation-delay: .3s !important;
}
.animation-delay-4 {
  -webkit-animation-delay: .4s !important;
  -moz-animation-delay: .4s !important;
  -ms-animation-delay: .4s !important;
  -o-animation-delay: .4s !important;
  animation-delay: .4s !important;
}
.animation-delay-5 {
  -webkit-animation-delay: .5s !important;
  -moz-animation-delay: .5s !important;
  -ms-animation-delay: .5s !important;
  -o-animation-delay: .5s !important;
  animation-delay: .5s !important;
}
.animation-delay-6 {
  -webkit-animation-delay: .6s !important;
  -moz-animation-delay: .6s !important;
  -ms-animation-delay: .6s !important;
  -o-animation-delay: .6s !important;
  animation-delay: .6s !important;
}
.animation-delay-7 {
  -webkit-animation-delay: .7s !important;
  -moz-animation-delay: .7s !important;
  -ms-animation-delay: .7s !important;
  -o-animation-delay: .7s !important;
  animation-delay: .7s !important;
}
.animation-delay-8 {
  -webkit-animation-delay: .8s !important;
  -moz-animation-delay: .8s !important;
  -ms-animation-delay: .8s !important;
  -o-animation-delay: .8s !important;
  animation-delay: .8s !important;
}
.animation-delay-9 {
  -webkit-animation-delay: .9s !important;
  -moz-animation-delay: .9s !important;
  -ms-animation-delay: .9s !important;
  -o-animation-delay: .9s !important;
  animation-delay: .9s !important;
}
.animation-delay-10 {
  -webkit-animation-delay: 1s !important;
  -moz-animation-delay: 1s !important;
  -ms-animation-delay: 1s !important;
  -o-animation-delay: 1s !important;
  animation-delay: 1s !important;
}


/* =-=-=-=-=-=-= Work Section =-=-=-=-=-=-= */
.latest-work-section {
    background-color: #1f2126;
}


.thumb-wrapper {
    position: relative;
    overflow: hidden;
}
.thumb-wrapper .bg-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.thumb-wrapper:hover .bg-overlay{
    opacity: 1;
    visibility: visible;
}

.thumb-wrapper .portfolio-content {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -40px;
}
.thumb-wrapper .portfolio-icon-wrapper a{
    left: 20%;
    position: relative;
    display: inline-block;
    padding: 3px 8px;
    margin: 0 2px;
    font-size: 15px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
}

 


.thumb-wrapper .portfolio-icon-wrapper a:hover {
    color: #207ce5;
    background-color: #fff;
}
.thumb-wrapper .portfolio-icon-wrapper a:first-child {
    left: -20%;
}

.thumb-wrapper:hover .portfolio-icon-wrapper a{
    left: 0;
}

.thumb-wrapper .portfolio-text {
    position: relative;
    top: 50px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.thumb-wrapper:hover .portfolio-text {
    top: 0;
}
.thumb-wrapper .portfolio-text h3 {
    color: #fff;
    margin: 20px 0 0;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.thumb-wrapper .portfolio-meta a {
    color: #fff;
    font-size: 13px;
}

.thumb-wrapper .portfolio-meta a:hover {
    color: #fff;
    font-size: 13px;
}


/*work carousel controls*/
.work-carousel.owl-theme .owl-controls {
    margin-top: 30px;
}
.work-carousel.owl-theme .owl-dots .owl-dot span {
    width: 60px;
    height: 4px;
    background: #000000;
    border-radius: 0;
    -webkit-transition: background 0.4s ease-in-out 0s;
    -moz-transition: background 0.4s ease-in-out 0s;
    -ms-transition: background 0.4s ease-in-out 0s;
    -o-transition: background 0.4s ease-in-out 0s;
    transition: background 0.4s ease-in-out 0s;
}
.work-carousel.owl-theme .owl-dots .owl-dot.active span, 
.work-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #207ce5;
}




/* =-=-=-=-=-=-= Feature Section =-=-=-=-=-=-= */

.service-section {background: url(assets/images/back.jpg); background-size: cover; background-repeat: no-repeat; color: #fff;}


.feature-img {
    padding: 75px 0;  
}

.featured-item img {max-width: 100%; height: auto;}

@media (max-width: 991px) {
    .feature-img {
        padding: 30px 0;  
    }
    .feature-img img{
        width: 100%;  
    }
}

.featured-item .icon{
    width: 40px;
    height: 40px;
    background-color: #515151;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    float: left;
    margin-right: 15px;
}
.icon.square {
    border-radius: 3px;
}
.icon.circle {
    border-radius: 50%;
}



 
.featured-item .title h3 {
    font-size: 20px;
    font-weight: 700;
      
}
.featured-item:hover .title h3 {
    color: #207ce5;
}

.featured-item .title2 h3 {
    font-size: 20px;
    font-weight: 700;
      
}
.featured-item:hover .titl2 h3 {
    color: #fff;
}

.featured-item:hover .icon {
    background-color: #207ce5;
}
.featured-item .icon,
.featured-item .title h3 {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}


/* =-=-=-=-=-=-= About Section =-=-=-=-=-=-= */

@media (max-width: 991px) {
    .about-section .post-desc {
        margin-bottom: 40px;
    }
    .about-section .post-img img{
        width: 100%;
    }  
}

.about-section img {margin-top: 40px;}

 
/*subscribe-wrapper*/
.subscribe-wrapper {
    background-color: #2c3e50;
    padding: 70px 70px 70px;
    color: #fff;
    width: 100%;
}

.subscribe-wrapper i {font-size: 17px; padding-right: 8px; font-weight: 700; }
.subscribe-wrapper span {position: relative; left: 8px;}
.subscribe-wrapper button {margin-top: 15px;}


@media only screen and (max-width : 479px) {
    .subscribe-wrapper {
        padding: 50px 15px 40px;
    }
}
.subscribe-wrapper h3{
    color: #fff;
    text-transform: uppercase;
}
.subscribe-form .form-control {
    background-color: #000;
    border: 0;
    border-radius: 4px;
    color: #fff;
}
.subscribe-form .btn {
    font-size: 14px;
    color: #207ce5;
    background-color: #fff;
    border: 0;
}

.subscribe-form input[type="email"]::-webkit-input-placeholder {
   color: #77a86d; font-weight: 700;
}
.subscribe-form input[type="email"]::-moz-placeholder {  /* Firefox 19+ */
   color: #77a86d; font-weight: 700; 
}
.subscribe-form input[type="email"]:-ms-input-placeholder {  
   color: #77a86d; font-weight: 700; 
}




@media screen and (max-width: 991px) {
    .latest-blog-list {
        margin-bottom: 50px;
    }
    .latest-blog-list>li {
        padding-bottom: 35px;
    }

}


 

/* =-=-=-=-=-=-= Contact Section =-=-=-=-=-=-= */

.contact-section {
    padding: 80px 0; background-color: #163c5f; color: #fff;
 }


.contact-section img {margin-top: 45px;}

.contact-form-wrapper {
    margin-top: 45px;
}

.contact-section h3 {margin-top: 90px;}

.contact-form-wrapper input {width: 80%;}
.contact-form-wrapper textarea {width: 80%;}

.contact-form-wrapper input::-webkit-input-placeholder {
   color: #5a5a5a; font-weight: 700; font-size: 14px; 
}
.contact-form-wrapper input ::-moz-placeholder {  /* Firefox 19+ */
   color: #5a5a5a; font-weight: 700; font-size: 14px; 
}
.contact-form-wrapper input :-ms-input-placeholder {  
   color: #5a5a5a; font-weight: 700; font-size: 14px; 
}

.contact-form-wrapper textarea::-webkit-input-placeholder {
   color: #5a5a5a; font-weight: 700; font-size: 14px; 
}
.contact-form-wrapper textarea ::-moz-placeholder {  /* Firefox 19+ */
   color: #5a5a5a; font-weight: 700; font-size: 14px; 
}
.contact-form-wrapper textarea :-ms-input-placeholder {  
   color: #5a5a5a; font-weight: 700; font-size: 14px; 
}

/* O container geral define a perspectiva */  
.flip-container { perspective: 1000; }      

/* vira os containers frente e verso quando o mouse passa em cima */
.flip-container:hover .flipper, .flip-container.hover .flipper {        
  transform: rotateY(180deg);   
}    
.flip-container, .front, .back {    
  width: 320px;     
  height: 420px;  
}

/* define a velocidade da transição */
.flipper {      
  transition: 0.6s;     
  transform-style: preserve-3d;     
  position: relative;  
}
    
/* esconde o verso durante a animação */
.front, .back {     
  backface-visibility: hidden;      
  position: absolute;   
  top: 0;   
 left: 0;  
}
    
/* frente posicionada sobre o verso */
.front { z-index: 2;  }    

/* verso inicialmente escondido */
.back { transform: rotateY(180deg); background: none; border: 1px solid #fff; padding: 20px 20px;}


/* =-=-=-=-=-=-= Preloader =-=-=-=-=-=-= */
#preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#status,
.status-mes {
    background-image: url(assets/images/preloder.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}

.bg-dark {
    background: #111; color: #fff;
}

.divider-d {border-top: 1px solid #202020; margin: 0; }

.module-small {padding: 70px 0;}

.widget .widget-title {border-bottom: 1px dotted #c2c2c2; font-size: 14px; padding: 0 0 10px; margin: 0 0 15px; }

.font-alt {font-family: "Roboto Condensed", sans-serif; text-transform: uppercase; letter-spacing: 2px;}

.icon-list li a {color: #fff;}
.icon-list li a:hover {color: #207ce5;}

.footer .copyright {
    margin: 0;
    font-size: 11px;
}

.footer {
    padding: 10px 0;
}

@media (max-width:1199.98px) {
    .container2{width: 768px}
    .subscribe-wrapper {background-color: #2c3e50; padding: 70px 20px 70px; color: #fff; width: 100%; }
     .service-section {padding: 1em 2em;}
}

 @media (max-width:768px) {
    .container2{width: 350px}
    .mt-70 {margin-top: 70px;}
    .top {margin-top: 70px;}
    .service-section {padding: 1em 2em;}
    .section-padding {padding: 80px 0;}

}