/*----------------------------
[Table of contents]

[ Body ]
[ Header / header ]
[ slideshow / slideshow ]
[ crafts / crafts ]
[ parallax / parallax ]
[ mission / mission ]
[ campaigns / campaigns ]
[ maintain-page / maintain-page ]
[ progress / progress ]
[ team / team ]
[ pride / pride ]
[ brain / brain ]
[ footer / footer ]
[ testimonial / testimonial ]
[ getin / getin ]
[ thoughts / thoughts ]
[ carousel / carousel ]
[ faq / faq ]
[ contact / contact ]
[ pricing / pricing ]
[ our Client ]
[ our process ]
[ our services ]
[ our team ]
[ our about ]
[ header-business ]
[ header-office ]
[ our home-agency ]
[ blog / .blog ]
[ our portfolio ]
[ Shop ]
[ pagination / .pagination ]
[ Mycart / .mycart ]
[ signin / signup ]
[ our passion ]
[ home-corporate ]
[ home-studio ]
[ home-dark ]
[ home-parallax ]
[ home-it ]
----------------------------*/

/*----------
[ Body ]
-------------*/
body{
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.4px;
    color: #403e3d;
    font-size: 14px;
    line-height: 23px;
}
a:hover{
    text-decoration:none;
}
a:focus{
    outline:none;
}
a {
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.btn-link:hover, .btn-link:focus {
    text-decoration: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none; 
    outline: none; 
    outline-offset: none;
    box-shadow:none;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: none;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: none;
}
.owl-wrapper-outer{
    background:none;
    box-shadow:none;
    border:none;
    border-radius:0px;
}
.owl-carousel, .owl-controls{
    background:none;
    margin:0;
}
.owl-carousel .owl-controls .owl-page span {
    box-shadow: none;
    display: block;
    height: 6px;
    width: 6px;
    background: #646464;
    border-radius: 6px;
    transition: all 300ms linear 0ms;
}
.owl-carousel .owl-controls .owl-page.active span {
    height: 10px;
    background-color: #1151d3;
}
.form-control:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.paddleft{
    padding-left:0px;
}
.padd0{
    padding:0px;
}
.margin0{
    margin: 0px;
}
.paddright{
    padding-right:0;
}
.mar-b{
    margin-bottom: 30px !important;
}
.mar-bottom{
    padding: 40px 0 110px;
    clear: both;
}
.lines{
    display: block;
    width: 24px;
    height: 6px;
    position: relative;
    margin: 0 auto;
} 
.lines .line1, .lines .line2{
    border-top: 2px solid #282828;
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    margin: auto;
}
.lines .line1{
    top: 0;
    width: 12px;
} 
.lines .line2{
    bottom: 0;
}
.bottom-top {
    display: none;
    background:#F98A00;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    color: #fff;
    font-size: 16px;
    background-color: #007e6f;
    border-radius: 100%;
    cursor: pointer;
    z-index: 1001;
    transition: all 300ms linear 0ms;
}
.bottom-top:hover {
    transition-duration: 1s;
    transition-timing-function: linear;
    background-color: #222;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35);
}
.bottom-top .fa{
    color:#fff;
}
.commontop h6{
    font-size: 13px;
    font-weight: 800;
    color: #1151d3;
    line-height: 1.2;
    margin: 0 0 11px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.commontop h2{
    font-size: 30px;
    color: #007e6f;
    margin: 0 0 15px;
    font-family: 'Poppins', sans-serif;  
    font-weight: 700;  
    text-transform: capitalize;
}
.commontop p{
    font-size: 22px;
    line-height: 25px;
    margin: 15px 0 10px;
}
@keyframes
pulse{
    0%{
       transform:scale(0.95);
       opacity:0.7;
    }
    50%{
       transform:scale(1);
       opacity:1;
    }
    100%{
       transform:scale(0.95);
       opacity:0.7;
    }
}
@-webkit-keyframes pulse{
    0%{
       -webkit-transform:scale(0.95);
       opacity:0.7;
    }
    50%{
       -webkit-transform:scale(1);
       opacity:1;
    }
    100%{
       -webkit-transform:scale(0.95);
       opacity:0.7;
    }
}
@keyframes buttonRing {
 0% {
   -webkit-transform:scale3d(1,1,1);
   -khtml-transform:scale3d(1,1,1);
   -moz-transform:scale3d(1,1,1);
   -ms-transform:scale3d(1,1,1);
   -o-transform:scale3d(1,1,1);
   transform:scale3d(1,1,1);
   opacity:0.6;
   }
 85%{
   opacity:0;
   }
 100%{
   -webkit-transform:scale3d(1.42, 1.42, 1.42);
   -khtml-transform:scale3d(1.42, 1.42, 1.42);
   -moz-transform:scale3d(1.42, 1.42, 1.42);
   -ms-transform:scale3d(1.42, 1.42, 1.42);
   -o-transform:scale3d(1.42, 1.42, 1.42);
   transform:scale3d(1.42, 1.42, 1.42);
   opacity:0;
   }
}
.fa-quote-left{
    background: url('../images/quote.png');
    width: 30px;
    height: 20px;
}   
.fa-quote-left:before{
    content: '';
} 
/*--------------------
[ Header / header ]
---------------------*/
header{
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    min-height: 100px;
    position: absolute;
    z-index: 999;
    left:0; 
    right: 0;
}
header #logo{
    margin: 10px 0;
}
#menu li{
    padding: 24px 0 25px;
}
#menu .navbar{
    margin-bottom: 0px;
    border: none;
}
#menu .navbar-nav > li > a {
    font-size: 12px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    transition: all 300ms linear 0ms !important;
    padding: 15px 10px;
}
#menu .navbar-nav > li:hover:after, #menu .navbar-nav > li.active:after  {
    content: '';
    position: absolute;
    background: #fff;
    height: 2px;
    width: 20px;
    transition: all 300ms linear 0ms;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0px;
}
#menu .nav > li > a:hover, #menu .nav > li > a:focus {
    background-color: transparent;
}
#menu .dropdown > .dropdown-menu{
    background-color: #222;
    margin: 0;
    padding: 15px 0px;
    min-width: 210px;
    border-radius: 0px;
    border:none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
}
#menu .dropdown:first-child .dropdown-menu{
    min-width: 600px;
    left: 10%;
    padding: 15px 30px;
}
#menu .dropdown:first-child .dropdown-menu ul{
    display: inline-block;
    border-left:1px solid rgba(127, 127, 127, 0.1);
    padding:0 10px;
    width: 48%;
}
#menu .dropdown:first-child .dropdown-menu ul li{
    border:none;
}
@media(min-width:768px){
    #menu .dropdown:hover .dropdown-menu{
        display: block;
        -webkit-transform: scaleY(1);
        -khtml-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        opacity:1 !important;
        visibility: visible !important;
    }
    #menu .dropdown:hover .dropdown-menu .subdropdown .dropdown-menu{
        display: none;
    }
    #menu .dropdown .dropdown-menu .subdropdown:hover .dropdown-menu{
        background-color: #222;
        margin: 0;
        padding: 10px 0px;
        position: absolute;
        top: auto;
        z-index: 1001;
        min-width: 210px;
        display: block !important;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        left:98%;
        border-radius: 0px;
        margin-top: -42px;
        border:none;
    }
}
.maintain-page #menu .navbar-nav > li:hover::after, .maintain-page #menu .navbar-nav > li.active::after{
    background: #000;
}  
#menu .dropdown-menu li{
    padding: 0px 30px;
    text-align: left;    
}
#menu .dropdown-menu a{
    display: block;
    border-bottom: 1px solid #2b2b2b;
    font-size: 13px;
    padding: 8px 0;
    text-align: left;
    color: #b1b0b0;
    -webkit-transition: all 300ms linear 0ms !important;
    -moz-transition: all 300ms linear 0ms !important;
    -ms-transition: all 300ms linear 0ms !important;
    transition: all 300ms linear 0ms !important;
}
#menu .dropdown-menu li:last-child a{
    border-bottom: none;
}
#menu .dropdown-menu a .fa{
    float: right;
    color: #7f7f7f;
    font-size: 10px;
    padding-top: 5px;
}
#menu .dropdown-menu a:hover{
    color: #fff;
    padding-left: 8px;
}
header .icons{
    margin: 0px;
}
header .icons li{
    padding: 37px 0 38px;
}
header .icons li:first-child{
    padding-left: 17px;
}
.header-main .icons li:nth-child(2){
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    margin-left: 26px;
    padding-left: 28px;
}
header .icons li:last-child{
    padding-left: 16px;
}
header .icons li span, header .cart .dropdown-toggle{
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: all 300ms linear 0ms;
}
header .icons li span:hover, header .cart .dropdown-toggle:hover{
    color: #1151d3;
}
.sidenav {
    height: 100%;
    width: 100%;
    max-width: 50%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: all 260ms linear 0ms;
}
.sidenav ul{
    padding: 40px 50px;
}
.sidenav ul li{
    padding: 19px 0px;
    line-height: 30px;
    transition-delay: 0.19s;
    transition: all 0.55s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.sidenav ul li:first-child, .sidenav ul li:last-child{
    padding-left: 0px;
}
.header-main .sidenav ul li:nth-child(2) {
    border-left: none;
    margin-left: 0px;
    padding-left: 0px;
}
.sidenav ul li a {
    transition: all 300ms linear 0ms;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}
.sidenav ul li a:hover {
    color: #1151d3;
}
.sidenav .closebtn {
    margin-left: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 40px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 30px;
    width: 30px;
    z-index: 99;
    padding: 0px;
}
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.98);
    transition: all 260ms linear 0ms;
}
.overlay-content {
    text-align: center;
    left: 0;
    margin: auto;
    max-width: 570px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
    -webkit-transition: all 280ms linear 0ms;
    -moz-transition: all 280ms linear 0ms;
    -ms-transition: all 280ms linear 0ms;
    transition: all 280ms linear 0ms;
}
.overlay #srch {
    position: relative;
} 
.overlay #srch .form-group{
    margin: 0px; 
    padding: 12px 0;
    border-bottom: 1px solid #383838;
}
.overlay #srch .form-control{
    padding: 0px;
    border: none; 
    border-radius: 0px;
    background: transparent;
    height: 60px;
    color: #fff;
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    transition: all 300ms linear 0ms; 
}
.overlay #srch .btn{
    position: absolute;
    padding: 0px;
    border: none;
    border-radius: 0px;
    background: transparent;
    height: 60px;
    color: #fff;
    font-size: 28px;
    right: 0;
    top: 50%;
    width: 40px;
    transition: all 300ms linear 0ms;
    transform: translate(0px,-50%); 
}
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    color: #fff;
    z-index: 999;
}
header .cart .dropdown-menu{
    right: 0;
    left:auto;
    min-width:300px;
    transition: all 300ms ease 0ms;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
    padding: 20px;
    border-radius: 0px;
}
header .cart .dropdown-menu li{
    padding:0px !important;
}
header .cart .dropdown-menu table{
    margin:0;
}
header .cart .dropdown-menu td{
    padding: 0;
    border-top: 0px;
}
header .cart .dropdown-menu tr:first-child{
    padding: 0 0 15px;
}
header .cart .dropdown-menu td img{
    width: 70px;
    height: 70px;
}
header .cart .dropdown-menu td a {
    color: #282828;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    transition: all 300ms linear 0ms;
}
header .cart .dropdown-menu td a:hover {
    color: #007e6f;
}
header .cart .dropdown-menu td p{
    color: #a9a9a9;
    font-size: 13px;
    margin: 10px 0 15px;
}
header .cart .dropdown-menu td .total{
    border-top: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 0;
    margin: 0 0 20px;
}
header .cart .dropdown-menu td .total span{
    color: #007e6f;
    float: right;
}
header .cart .dropdown-menu .btn-primary{
    width: 100%;
    border-radius: 0;
    background-color: #007e6f;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 28px;
    line-height: 38px;
    transition: all 300ms linear 0ms;
    border: 2px solid #007e6f;
    letter-spacing: 0.02em;
}
header .cart .dropdown-menu .btn-primary:hover{
    background:#282828;
    border:2px solid #282828;
}
header .cart .dropdown-menu .btn-default{
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    font-size: 13px;
    font-weight: 800;
    color: #282828;
    text-transform: uppercase;
    padding: 3px 28px;
    line-height: 38px;
    transition: all 300ms linear 0ms;
    border: 2px solid #282828;
    letter-spacing: 0.02em;
    margin: 10px 0 0;
}
header .cart .dropdown-menu .btn-default:hover{
    background:#007e6f;
    border:2px solid #007e6f;
    color: #fff;
}
header .cart .dropdown-menu .btn-danger{
    border-radius: 0;
    background-color: #282828;
    font-size: 13px;
    color: #fff;
    transition: all 300ms linear 0ms;
    border: 1px solid #282828;
}
header .cart .dropdown-menu .btn-danger i{
    color: #fff !important;
}
header .cart .dropdown-menu .btn-danger:hover{
    background:#007e6f;
    border:1px solid #007e6f;
}
.top{
    background-color: #282828;
    padding: 13px 0;
}
.top .links ul{
    margin: 0;
}
.top .links li{
    font-size: 12px;
    color: #cecece;
    padding: 0 8px;
}
.top .links li i{
    padding-right: 6px;
    font-size: 14px;
}
.top .links .pull-right li{
    padding: 0 6px;
}
.top .links li a .fa{
    color: #fff;
    padding: 0px;
}
.header-social .icons li:nth-child(2){
    border:none;
    margin: 0;
    padding-left: 26px;
}
.header-social .icons li:last-child{
    padding-left: 20px;
}
.header-social .icons li ul li a{
    color: #fff;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    font-size: 16px;
}
.header-social .icons li ul li a:hover{
    color: #1151d3;
}
.header-social .icons li ul li{
    padding: 0px;
}
.header-social .icons li .soical-icon li{
    padding-left: 14px;
}
.header-social .icons li .btn-contact{
    border:2px solid #fff;
    color: #fff;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 800;
    padding: 9px 20px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.header-social .icons li .btn-contact:hover{
    background-color: #1151d3;
    border-color: #1151d3;
    color: #fff;
}
.header-social .icons .sidenav li:nth-child(2),.header-social .icons .sidenav li:last-child{
    padding-left: 0px;
}
.header-social .icons li .sidenav ul li{
    padding: 19px 0px;
}
.header-social .icons li .sidenav ul li a {
    transition: all 300ms linear 0ms;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}
/*--------------------------
[ slideshow / slideshow ]
----------------------------*/
.slideshow img{
    width: 100%;
    height: 100%;
}
.slideshow .parallax{
    background-color:rgba(27, 26, 26, 0.45);
}
.slideshow .bg{
    background: rgba(27, 26, 26, 0.45);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.slideshow .owl-pagination {
    top: auto;
    bottom:22px;
    position:absolute;
    right:0;
    left:0;
}
.slideshow .owl-controls .owl-page{
    margin:0 4px;
    text-align:center;
    background: transparent;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    padding: 3px;
    border:2px solid transparent;
}
.slideshow .owl-controls .owl-page.active {
    border: 2px solid;
    border-color: #fff #fff #fff  transparent;
}
.slideshow .owl-controls .owl-page span {
    background: #aaa;
    height:6px; 
    width:6px;
    box-shadow:none;
}
.slideshow .owl-controls .owl-page.active span, .slideshow .owl-controls .owl-page:hover span {
    background: #fff;
}
.slideshow .owl-controls .owl-page.active span {
    height: 6px;
}
.slideshow .owl-buttons .owl-prev{
    left:6%; 
}
.slideshow .owl-buttons .owl-next{
    right:6%;
}
.slideshow .owl-buttons .owl-prev, .slideshow .owl-buttons .owl-next{
    color: #fff;
    background: #000000a3;
    padding: 6px;
    border-radius: 100%;
    text-align: center;
    background-color: transparent !important;
    height: 54px;
    width: 54px;
    border: 2px solid transparent;
    transition: all 300ms linear 0ms !important;
}
.slideshow .owl-buttons .owl-prev:hover, .slideshow .owl-buttons .owl-next:hover{
    border-color: rgba(255, 255, 255, 0.7);
}
.slideshow .owl-buttons .owl-prev i, .slideshow .owl-buttons .owl-next i{
    font-size:24px;
    line-height: 40px;
    margin:0;
}
.slideshow .owl-carousel:hover .owl-buttons div {
    opacity: 1;
}
.slidesdetail{
    position: absolute;
    top: 36%;
    text-align: center;
    color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
}
.slidesdetail h6{
    letter-spacing: 1px;
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 15px;
}
.slidesdetail h1{
    font-family: 'Poppins', sans-serif;
    margin: 0 0 25px;
    font-weight: 700;
    font-size: 60px;
}
.slidesdetail p{
    margin: 0 0 30px;
    font-weight: 600;
    font-size: 14px;
}
.slidesdetail .btn{
    text-transform: uppercase;
    text-align: center;
    line-height: 13px;
    padding: 16px 28px;
    font-weight: 800;
    font-size: 13px;
    color: #fff;
    border-radius: 50px;
    border: 2px solid rgb(255, 255, 255);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.slidesdetail .btn + .btn{
    margin-left: 30px;
}
.slidesdetail .btn:hover{
    background: #1151d3;
    border: 2px solid #1151d3;
    color: #fff;
}
.slidesdetail .btn-primary{
    color: rgb(17, 81, 211);
    background: #fff;
}
.slidesdetail .btn-primary i{
    margin-right: 5px;
}
.slidesdetail .btn-default{
    color: rgb(255, 255, 255);
    background: transparent;
}
.slidesdetail .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.slidesdetail .btn-group > .btn:last-child:not(:first-child), .slidesdetail .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.slidesdetail .videos {
    margin: 0 0 30px;
}
.slidesdetail .videos a{
    color: #fff;
    transition: all 300ms linear 0ms;
}
.slidesdetail .videos a:hover{
    color: #1151d3;
}
.slidesdetail .videos a i{
    font-size: 46px;
}
.slideshow .parlax1{
    background-color: rgba(27, 26, 26, 0.9);
}
.slideshow .slidesdetail .btn-bg{
    background: #fff;
    color: #000;
}
.slideshow .slidesdetail .btn-bg:hover{
    background: #1151d3;
    color: #fff;
}
.slideshow .slidesdetail h4{
    line-height: 68px;
    letter-spacing: 0px;
    font-family: 'Poppins', sans-serif; 
    transition: none 0s ease 0s;
    text-align: center;
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 50px;
    transform-origin: 50% 50% 0px;
    transform: translate3d(0px, 0px, 0px);
    color: #fff;
}
.text-left .slidesdetail{
    padding-left: 65px;
}
.text-left .slidesdetail,.text-left .slidesdetail h4{
    text-align: left;
}
/*--------------------
[ crafts / crafts ]
---------------------*/
.crafts{
    padding: 105px 0;
}
.crafts .box{
    margin: 60px 0 0px;
    text-align: center;
}
.crafts .box .icons{
    margin-bottom: 23px;
}
.crafts .box .icons i{
    color: #007e6f;
    font-size: 48px;
    transition: all 300ms linear 0ms;
}
.crafts .box:hover .icons i, .crafts .box:hover .icons i:hover{
    animation: pulse 0.9s infinite;
}
.crafts .box h4{
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.018em;
    margin-bottom: 12px;
    transition: all 300ms linear 0ms;
    line-height: 29px;
    color: #007e6f;
    font-family: 'Poppins' , sans-serif;
}
.crafts .box p{
    padding-top: 16px;
    margin: 0 0 15px;
    position: relative;
    min-height: 120px;
    font-size: 17px;
}
.crafts .box p:before{
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
    width: 12px;
    height: 2px;
    background-color: #007e6f;
    position: absolute;
    top: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    content: '';
}
.crafts .box:hover p:before{
    width: 24px;
}
.crafts .box a{
    font-size: 13px; 
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #282828;
    position: relative;
}
.crafts .box a i{
    font-size: 12px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0px);
    transition: all 300ms linear 0ms;
    top: 1px;
    width: 12px;
}
.crafts .box:hover a i{
    left: 0;
    transform: translate(0px, 0px);
}
.crafts .box a span{
    display: inline-block;
    opacity: 0;
    transition: all 150ms linear 0ms;
}
.crafts .box:hover a{
    color: #1151d3;
    padding-left: 20px;
}
.crafts .box:hover a span{
    opacity: 1;
}
.crafts-bg .crafts .box .icons i{
    color: rgba(255,255,255,0.6);
    font-size: 32px;
}
.crafts-bg .crafts .box h4,.crafts-bg .crafts .box p,.crafts-bg .crafts .box a,.crafts-bg .crafts .box a i{
    color: #ffffff;
}
.crafts-bg .crafts .box p::before{
    background-color: #fff;
}
.crafts-bg{
    background-color: #1151d3;
}
.craft-with-parlax .parallax{
    background-color:rgba(34,34,34,0.9);
}
.craft-with-parlax .parallax .heading-content h3{
    margin-bottom: 0px;
}
.craft-with-parlax .processcraft .box{
    margin:0;
}
.craft-with-parlax .processcraft {
    padding: 0px 0 89px;
    margin:-12% 0 0;
}
.craft-with-parlax .parallax .section_wrap{
    padding: 50.951171875% 0 0 0;
}
.craft-with-parlax .parallax .scroll_layers.imageeffect {
    padding: 55.421875% 0 0 0;
}
.craft-with-parlax .heading-content p{
    font-size: 16px;
    line-height: 25px;
    padding-top: 18px;
    color: #f9f9f9;
    width: 70%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
/*-----------------------
[ parallax / parallax ]
-------------------------*/
.parallax{
    margin: 0;
    position: relative;
    overflow: hidden;
    background-color: rgba(34,34,34,0.3);
    transition: opacity .5s ease;
}
.parallax:after{
    background-color: inherit;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.parallax .section_wrap {
    overflow: hidden;
    position: relative;
    padding: 45% 0 0 0;
}
.parallax .scroll_layers.imageeffect {
    padding: 55% 0 0 0;
}
.parallax .imageeffect {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-size: cover !important;
    overflow: hidden;
    background: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    z-index: 0;
}
.parallax .heading-content{
    right: 0;
    left: 0;
    z-index: 10;
    position: absolute;
    top: 35%;
    width: 100%;
    transform: translate(0, -50%);
    text-align: center;
}
.parallax .heading-content h6{
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 11px;
    letter-spacing: 0.02em;
    color: #f9f9f9;
    text-transform: uppercase;
}
.parallax .heading-content h3{
    font-size: 45px;
    color: #ffffff;
    line-height: 55px;
    margin: 17px 0 50px;
    letter-spacing: 0.03em;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.parallax .heading-content .video{
    background: #000000b8;
    padding: 10px;
    display: inline-block;
    border-radius: 40px;
    position: relative;
}
.parallax .heading-content .video a{
    color: #fff;
}
.parallax .heading-content .video i{
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    font-size: 24px;
    width: 48px;
    height: 48px;
    padding: 10px;
}
.parallax .heading-content .video span{
    display: inline-block;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding-left: 8px;
    font-family: 'Poppins', sans-serif;
}
.parallax .wrap1 {
    padding: 52.951% 0 0 0;
}
.home-main .parallax .section_wrap{
    padding: 54.951% 0 0 0;
}
.home-main .parallax .heading-content {
    top: 37%;
}
.header-startup{
    border-bottom: none;
}
.home-agency .parallax .heading-content h3, .home-it .parallax .heading-content h3, .home-startup .parallax .heading-content h3, .about-office .parallax .heading-content h3{
    margin: 33px 0 0;
}
.home-startup .team {
    background: #f9f9f9 !important;
    padding: 66px 0 0 !important;
}
/*----------------------
[ mission / mission ]
------------------------*/
.mission{
    margin-top: -175px;
}
.mission .box{
    padding: 50px 50px 53px;
    background-color: #282828;
}
.mission .box1{
    background-color: #222222;
}
.mission .box2{
    background-color: #1151d3;
}
.mission .box .icos{
    margin-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.08);
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
}
.mission .box .icos i {
    font-size: 32px;
    transition: all 300ms linear 0ms;
    display: inline-block;
    vertical-align: middle;
}
.mission .box h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    line-height: 29px;
    margin: 0 0 15px; 
}
.mission .box p {
    font-size: 14px;
    color: #f9f9f9;
    margin: 0px;    
}
/*-------------------------
[ campaigns / campaigns ]
---------------------------*/
.campaigns{
    padding: 70px 0 67px;
}
.campaigns h6{
    font-size: 13px;
    font-weight: 800;
    color: #282828;
    line-height: 1.2;
    margin: 0 10px 11px 0;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.campaigns h2{
        color: #1151d3;
    line-height: 41px;
    font-size: 30px;
    margin: 0 10px 5px 0;
    font-weight: 700;
    font-family: 'Poppins' , sans-serif; 
}
.campaigns p{
    font-size: 17px;
    line-height: 28px;
    margin: 27px 0 46px 10px;
}
.campaigns .progress-label {
    margin-bottom: 33px;
}
.campaigns .paddingright{
    padding-right: 50px;
}
/*---------------------------------
[ maintain-page / maintain-page ]
-----------------------------------*/
.maintain-page header{
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    position: relative;
}
.maintain-page header #menu .navbar-nav > li > a,.maintain-page header .icons li span, .maintain-page header .cart .dropdown-toggle{
    color:#282828;
}
/*.maintain-page header #logo {
    margin:25px 0 20px;
}*/
.maintain-page header .icons li:nth-child(2){
    border-left: 1px solid rgba(51, 51, 51, 0.10);
}
.maintain-page h1{
    font-size: 100px;
    font-weight: 700;
    color: #1151d3;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
    line-height: 100px;
    padding-top: 222px;
}
.maintain-page .content p{
    font-size: 16px;
    line-height: 25px;
    padding-top: 10px; 
}
.maintain-page .progress-deatil{
    margin-top: 37px;
}
.maintain-page .content{
    min-height: 700px;
}
.soon{
    font-size: 300px;
    line-height: 1;
    font-weight: 800;
    color: #f4f4f4;
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    top: auto;
    z-index: -1;
    left: 50%;
    transform: translate(-50%, -27%);
}
.timer{
    padding: 70px 0;   
}
.timer li span{
    font-size:13px;
    text-transform:uppercase;
    color:#9b9b9b;
    font-weight:800;
    letter-spacing:0.035em;
    display: block;
    margin-top: 30px;
}
.timer li{
    width: 25%;
    text-align: center;
    font-size:50px;
    color:#282828;
    letter-spacing:0.04em;
    font-weight:600;
}
.maintain-page .notfound h1{
    font-size: 150px;
    padding-top: 170px;
}
.maintain-page .notfound .soon{
    transform: translate(-50%, -55%);
}
.maintain-page .notfound h4{
    font-size: 24px;
    color: #282828;
    font-weight: bold;
    margin: 35px 0 25px;
    font-family: 'Poppins', sans-serif;
}
.maintain-page .notfound .btn-home{
    border: 2px solid #1151d3;
    background-color: transparent;
    border-radius: 61px;
    padding: 0 40px;
    letter-spacing: 0.02em;
    transition: all 300ms linear 0ms;
    text-transform: uppercase;
    margin-top:35px; 
}
.maintain-page .notfound .btn-home a{
    font-size: 13px;
    font-weight: 800;
    color: #1151d3;
    line-height: 47px;
}
.maintain-page .notfound .btn-home:hover{
    background-color: #1151d3;
}
.maintain-page .notfound .btn-home:hover a{
    color: #fff;
}
/*------------------------
[ progress / progress ]
--------------------------*/
.progress {
    height: 4px;
}
.progress-bar {
    text-align: left;
    transition-duration: 3s;
}
.progress-bar-info {
    background-color: #1151d3;
}
.progress-label label{
    text-align: left;
    color: #282828;
    letter-spacing: 0.02em;
    margin-bottom: 3px;
    font-size: 13px;
    font-weight: 800;
    display: block;
}
.progress-label{
    margin-left: 90px;
}
.counting{
    color: #b9b9b9;
    font-size: 30px;
    display: inline-block;
    float: left;
    font-family: 'Poppins' , sans-serif; 
}
/*----------------
[ team / team ]
------------------*/
.team{
    background: #f9f9f9;
    padding: 106px 0 70px;
}
.team .more-team {
    margin-top: 24px;
    text-align: center;
    border: 2px solid #1151d3;
    color: #1151d3;
    border-radius: 100%;
    display: inline-block;
    height: 50px;
    line-height: 46px;
    width: 50px;
    transition: all 300ms linear 0ms;
    padding: 5px;
}
.team .more-team i {
    font-size: 22px;
}
.team .more-team:hover {
    background-color: #1151d3;
    color: #fff;
}
.team .matter{
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0);
    transition: all 300ms linear 0ms;
}
.team .matter:hover, .team .active .matter, .meeteam-page .team .matter:hover{
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
}
.team .matter:hover .image .teamoverlay, .team .matter:hover .caption, .team .active .matter .caption, .team .active .matter .image .teamoverlay{
    opacity: 1;
} 
.team .matter:hover .image .social, .team .active .matter .image .social{
    transform: translateY(0);
}  
.team .matter .image {
    position: relative;
    overflow: hidden;
}
.team .matter .image .teamoverlay {
    position: absolute;
    bottom: 0;
    left: 0px;
    top: 0px;
    right: 0px;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(34, 34, 34, 0.12));
    background-image: -webkit-linear-gradient(center top, rgba(0, 0, 0, 0), rgba(34, 34, 34, 0.12));
    background-image: -moz-linear-gradient(center top, rgba(0, 0, 0, 0), rgba(34, 34, 34, 0.12));
    background-image: -ms-linear-gradient(center top, rgba(0, 0, 0, 0), rgba(34, 34, 34, 0.12));
    background-image: -o-linear-gradient(center top, rgba(0, 0, 0, 0), rgba(34, 34, 34, 0.12));
    background-image: linear-gradient(center top, rgba(0, 0, 0, 0), rgba(34, 34, 34, 0.12));
    transition: all 180ms linear 0ms;
    opacity: 0;
}
.team .matter .image .social{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 30px 15px;
    margin: 0;
    transform: translateY(100%);
    transition: all 220ms linear 0ms;
}
.team .matter .image .social li{
    margin: 0 5px;
    padding: 0;
    height: 38px;
    width: 38px;
    line-height: 38px;
    color: #fff;
    font-size: 14px;
    border-radius: 100%;
    transition: all 300ms linear 0ms;
}
.team .matter .image .social li:first-child{
    background-color: #5d82d1;
}
.team .matter .image .social li:nth-child(2){
    background-color: #40bff5;
}
.team .matter .image .social li:last-child{
    background-color: #eb5e4c;
}
.team .matter .image .social li a{
    color: #fff;
}
.team .matter .caption{
    opacity: 0;
    padding: 35px 30px 33px;
    background-color: #fff;
    text-align: center;
    transition: all 300ms linear 0ms;
}
.team .matter .caption h4, .about-office .team .matter h4  {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 5px;
    font-weight: 700;
    font-family: 'Poppins' , sans-serif; 
    color: #282828;
}
.team .matter .caption p, .about-office .team .matter p{
    font-size: 13px;
    margin: 0px;
}
.team .ourteam .owl-wrapper-outer{
    padding: 40px 0;
}
/*------------------
[ pride / pride ]
--------------------*/
.pride{
    padding: 106px 0 80px;
}
.pride .nav-tabs {
    border-bottom: none;
    margin: 33px 0 30px;
}
.pride .nav-tabs > li {
    float: none;
    text-align: center;
    display: inline-block;
    padding: 0 3px;
}
.pride .nav-tabs > li > a {
    margin-right: 0px;
    letter-spacing: 0.04em;
    color: #333;
    border: 2px solid transparent;
    border-radius: 29px;
    line-height: 25px;
    padding: 0 9px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    transition: all 300ms linear 0ms;
}
.pride .nav-tabs > li.active > a, .pride .nav-tabs > li.active > a:hover, .pride .nav-tabs > li.active > a:focus, .pride .nav-tabs > li > a:hover {
    color: #1151d3;
    border: 2px solid #1151d3;
    background: transparent;
}
.pride .box{
    padding: 8px 0 0;
    transition: transform 250ms ease-out, opacity 250ms ease-out;
    transform: translate(0px, 0px) scale(1);
}
.pride .box .image{
    position: relative;
    overflow: hidden;
} 
.pride .box .image .onhover{
    background-color: rgba(34, 34, 34, 0.95);
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    opacity: 0;
}
.pride .box:hover .image .onhover{
    opacity: 1;
}
.pride .box .image .onhover .icon{
    position: absolute;
    padding: 30px;
    top: 35%;
    transition: all 300ms linear 0ms;
    left: 0;
    right: 0;
    text-align: center;
}
.pride .box .image .onhover .icon a{
    color: #fff;
}
.pride .box .image .onhover .icon a i{
    font-size: 30px;
}
.pride .box .image .onhover .icon a:hover{
    color: #1151d3;
}
.pride .box .caption{
    text-align: center;
    padding: 22px 15px 25px;
}
.pride .box .caption h4 {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 6px;
    letter-spacing: 0.02em;
    font-weight: 600;
    font-family: 'Poppins' , sans-serif; 
    color: #282828;
}
.pride .box .caption h4 a {
    color: #282828;
}
.pride .box .caption p{
    margin: 0px;
}
.pride .box .caption p a {
    font-size: 13px;
    color: #858080;
    transition: all 300ms linear 0ms; 
}
.pride .box .caption p a:hover, .pride .box .caption h4 a:hover {
    color: #1151d3;
}
.pride .btn-primary{
    border: 2px solid #1151d3;
    background: transparent;
    color: #1151d3;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0 40px;
    line-height: 47px;
    border-radius: 61px;
    transition: all 300ms linear 0ms;
    letter-spacing: 0.02em;
    margin: 50px 0 0;
}
.pride .btn-primary i{
    margin-right: 9px;
}
.pride .btn-primary:hover{
    background-color: #1151d3;
    color: #fff;
}
/*------------------
[ brain / brain ]
--------------------*/
.brain{
    background: #f9f9f9;
    padding: 104px 0 68px;
}
.brain .brain-content{
    padding-left: 70px;
    margin-bottom: 35px;
}
.brain .brain-number{
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0.036em;
    color: #b9b9b9;
    font-weight: 700;
    margin-bottom: 36px;
    font-family: 'Poppins' , sans-serif; 
}
.brain .brain-content h4{
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.036em;
    margin: 0 0 15px;
    color: #282828;
    font-weight: 700;
    font-family: 'Poppins' , sans-serif; 
}
.brain .brain-content p{
    margin: 0 0 13px;
}
.brain .lines {
    margin: 0;
}
.brain .lines .line1, .brain .lines .line2 {
    border-color: #1151d3;
    margin:0; 
}
/*---------------------
[ footer / footer ]
-----------------------*/    
footer{
    background-color: #222;
    padding-top: 60px;
}
footer a{
    color:#cecece;
}
footer a:hover,footer a:hover,footer a:focus{
    color:#fff;
}  
footer h3{
    color: #fff;
    letter-spacing: 0.08em;
    font-size: 13px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 13px;
} 
footer .insta{
    margin: 0;
}
footer .insta li{
    padding: 0px;
    margin-right: -2px;
    width: 33%;
    margin-bottom: -4px;
    position: relative;
}
footer .insta li a::before{
    content: "\f067";
    color: #fff;
    font-size: 14px;
    font-family: FontAwesome;
    z-index: 2;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: all 300ms linear 0ms;
}
footer .insta li a::after{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    content: "";
    background-color: #1151d3;
    opacity: 0.95;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
footer .insta li a:hover::before,footer .insta li a:hover::after {
    opacity: 1;
} 
footer p{
    color: #dedbdb;
}
.post-date{
    font-size: 12px;
    color: #7f7f7f;
    font-family: 'Poppins', sans-serif; 
}
.posts li{
    padding-bottom: 35px;
}
.posts li:last-child{
    padding-bottom: 0px;
}
.twitter-detail{
    padding-bottom: 25px;
    color: #dedbdb;
}
footer .newsletter .form-control{
    background: transparent;
    border:none;
    height: auto;
    padding:4px 0px;
    box-shadow: none;
}
footer .newsletter .btn-default{
    background: transparent;
    border:none;
    padding:0px;
}
footer .newsletter .btn-default .fa{
    background-color: #1151d3;
    color:#fff;
    border:none;
    border-radius: 50%;
    font-size: 11px;
    padding: 10px 10px;
    margin-top: -2px;
}
footer .newsletter{
    border: 2px solid #2f2f2f;
    background-color: transparent;
    font-style: italic;
    height: 51px;
    font-size: 13px;
    color: #9b9b9b;
    border-radius: 51px;
    padding: 10px 10px 10px 10px;
    margin-top: 24px;
}
.powered{
    border-top: 1px solid rgba(71, 71, 71, 0.25);
    padding: 33px 0;
    margin: 20px 0 0;
}
.powered p{
    color:#9b9b9b;
    font-size: 14px !important;
    line-height: 23px !important;
    letter-spacing: 0;
    margin: 0 0 10px !important;
}
.powered p a {
    color: #cecece;
}
.powered .social{
    margin: 0;
}
.powered .social li{
    padding: 0 12.5px;
}
.powered .social a{
    color: #b1b0b0;
    font-size: 11px;
    text-transform: uppercase;
}
.powered .social a:hover{
    color:#fff;
}
/*------------------------------
[ testimonial / testimonial ]
--------------------------------*/ 
#testimonial{
    padding: 106px 0 86px; 
}
.testimonial{
    padding: 63px 0 0;
}
.testimonial .box{
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}
.testimonial .box .image{
    max-width: 50px;
    margin: auto;
}
.testimonial .box .image img{
    border-radius: 100%; 
}
.testimonial .box p{
    margin: 31px 0 20px;
    font-size: 17px;
    line-height: 34px;
    font-weight: 500;
    letter-spacing: 0.02em;
    font-style: italic;
}
.testimonial .box h4{
    margin: 9px 0 15px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    font-family: 'Poppins' , sans-serif; 
    color: #282828;
} 
.testimonial .box i{
    color: #1151d3;
    font-size: 24px;
}
.testimonial .owl-pagination, .thoughts .owl-pagination {
    top: 0;
    padding-top: 20px;
}
.client-testimonial .owl-controls .owl-page.active span {
    background-color: #fff;
}
.client-testimonial .owl-controls .owl-page span {
    background: #ccd0d2;
}
.newtesti-design{
    padding-top: 96px;
}
.newtesti-design .testibox{
    position: relative;
    top:0;
    padding-bottom: 120px;
}
.newtesti-design .testibox .owl-pagination{
    top: 40px;
}
.newtesti-design .testibox h5{
    font-size: 13px;
    font-weight: 800;
    color: #1151d3;
    line-height: 1.2;
    margin-bottom: 11px;
    letter-spacing: 0.02em; 
    text-transform: uppercase;
    text-align: center;
}
.newtesti-design .testibox .testwhite{
    background: #f9f9f9;
    padding: 40px 40px 35px;
    box-shadow: none;
}
.newtesti-design .testibox h2{
    font-size: 30px;
    color: #222;
    margin-bottom: 15px;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.newtesti-design .client-testimonial .owl-controls .owl-page.active span{
   background-color: #1151d3;   
}
.new-design .icons{
    margin-bottom: 28px;
}
.new-design .icons .icon{
    font-size: 48px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    color:#1151d3;
}
.new-design .icons .icon:hover{
    -webkit-animation: pulse 0.9s infinite;
    -moz-animation: pulse 0.9s infinite;
    -ms-animation: pulse 0.9s infinite;
    -o-animation: pulse 0.9s infinite;
    animation: pulse 0.9s infinite;
}
.new-design .box h4{
    font-size: 18px;
    line-height: 29px; 
    font-weight: 600;
    font-family: "Poppins",serif;
    color: #282828;
    margin: 0 0 12px;
}
.new-design .bgoff{
    background: #f9f9f9;
    padding: 100px 35px;
    margin-left: -15px;
}
.new-design {
    position: relative;
    padding-bottom: 30px;
}
.new-design .box{
   margin-bottom: 30px; 
}
.new-design .map {
    left: 49%;
    background: #fff;
    position: absolute;
    right: 0;
    width: auto;
    top: 0;
    bottom: 0;
}
.new-design .map .parallax {
    margin-left: 30px;
    height: 100%;
}
.new-design .map .parallax .section_wrap{
    height: 100%;
    padding: 130% 0 0 0;
}
.new-design .map .parallax .scroll_layers.imageeffect,.passion1 .scroll_layers.imageeffect{
    padding: 140% 0 0 0;
}
/*------------------
[ getin / getin ]
--------------------*/
.getin .parallax .heading-content {
    top: 32%;
    text-align: left;
    margin: 100px auto;
    background: #fff;
    width: 1170px;
    border-radius: 2px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.16);
}
.getin .image{
    background: url(../images/getin-top.jpg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 30px;
    min-height: 560px; 
}
.getin .intouch{
    padding: 100px;
}
.getin .intouch h5{
    color: #282828;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 11px;
    letter-spacing: 0.02em;
}
.getin .intouch h2{
    color: #1151d3;
    font-size: 30px;
    margin: 0 0 5px;
    font-family: 'Poppins' , sans-serif; 
    font-weight: 700;
    text-transform: capitalize;
}
.getin .intouch .lines, .getin .intouch .lines .line1 {
    margin: 0;
}
.getin .intouch form {
    margin: 25px 0 0;
}
.getin .intouch form .form-group {
    margin-bottom: 0px;
}
.getin .intouch form .form-control {
    margin: 0 0 32px;
    color: #9b9b9b;
    font-size: 13px;
    padding: 8px 0;
    line-height: 22px;
    border-radius: 0;
    box-shadow: none;
    border-style: solid;
    border-color: #dfdfdf;
    border-width: 0 0 2px 0;
    height: 50px;
    transition: all 300ms linear 0ms;
}
.getin .intouch form .form-control:hover {
    border-color: #1151d3;
}
.getin .intouch form textarea {
    height: 100px !important;
}
.getin .intouch form .btn-primary {
    background-color: #1151d3;
    border: 2px solid #1151d3;
    color: #fff;
    width: 100%;
    border-radius: 61px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0 40px;
    line-height: 47px;
    transition: all 300ms linear 0ms;
    letter-spacing: 0.02em;
}
.getin .intouch form .btn-primary:hover {
    background-color: #282828;
    border-color:  #282828;
}
/*-----------------------
[ thoughts / thoughts ]
-------------------------*/
.thoughts .owl-pagination {
    padding-top: 33px;
}
#thoughts{
    background: #f9f9f9;
    padding: 106px 0 87px; 
}
.thoughts .box{
    padding-top: 54px;
}
.thoughts .box .box-top{
    margin-bottom: 14px;
    overflow: visible;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    transition: all 300ms linear 0ms;
}
.thoughts .box .box-top .image{
    padding: 40px 40px 0 40px;    
}
.thoughts .box .box-top .caption{
    padding: 40px 40px 34px;
    text-align: center;
    position: relative;
}
.thoughts .box .box-top .caption .onhover{
    position: absolute;
    left: 0;
    right: 0;
    top: -11px;
}
.thoughts .box .box-top .caption .onhover .desc{
    background-color: #1151d3;
    border-radius: 22px;
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    padding: 0 10px;
    transition: all 300ms linear 0ms;
}
.thoughts .box .box-top .caption .onhover .desc a{
    color: #fff;    
}
.thoughts .box .box-top .caption .onhover .desc a:hover{
    opacity: 0.8;
}
.thoughts .box .box-top .caption h2{
    font-size: 18px;
    margin: 0 0 20px;
    line-height: 28px;
    font-weight: 700;
}
.thoughts .box .box-top .caption h2 a{
    color: #282828;
}
.thoughts .box .box-top .caption h2 a:hover{
    color: #1151d3;
}
.thoughts .box .box-top .caption p{
    margin: 0;
}
.thoughts .box .box-top .caption .date{
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    padding-top: 16px;
    color: #616161;
    font-family: 'Poppins' , sans-serif; 
}
.thoughts .box .box-inner a{
    opacity: 0;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    color: #1151d3;
    transition: all 300ms linear 0ms;
}
.thoughts .box .box-top .caption:before{
    content: "";
    width: 2px;
    height: 30px;
    background-color: #1151d3;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: all 300ms linear 0ms;
}
.thoughts .box:hover .box-inner a, .thoughts .box:hover .box-top .caption:before{
    opacity: 1;
}
.thoughts .box:hover .box-top{
    webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-20px);
}
/*---------------------------
[ carousel / carousel ]
-----------------------------*/
#carousel10{
    padding: 65px 0;
} 
.carousel-bg{
    background: #f9f9f9;
    padding: 65px 0;
}
.home-modern #carousel10{
    background: #1151d3;
}
/*--------------
[ faq / faq ]
----------------*/
.faqslider, .ourclient{
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding: 272px 0 24px;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.faqslider:before, .ourclient:before, .allpage-slider:before{
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(27, 26, 26, 0.45);
}
.faqslider h1, .ourclient h1, .allpage-slider h1{
    color: #fff;
    margin: 0 0 22px;
    font-size: 70px;
    font-weight: 700;
    font-family: 'Poppins' , sans-serif;
}
.faqslider p{
    color: #fff;
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    max-width: 560px;
    margin: 0 auto 20px;
}
.faqslider .breadcrumbs{
    margin: 110px 0 0;
}
.breadcrumbs{
    margin:15px 0;
}
.breadcrumbs li{
    font-size: 14px;
    line-height: 1;
    padding: 0 14px;
    color: #e4dfdf;
    position: relative;
}
.breadcrumbs li a{
    color: #fff;
}
.breadcrumbs li a:hover {
    color: #1151d3;
}
.process-bg .breadcrumbs li a:hover {
    color: #fff;
}
.breadcrumbs li:after {
    content: "/";
    font-size: 12px;
    position: absolute;
    right: -3px;
    top: 1px;
}
.breadcrumbs li:last-child:after {
    content: "";
}
.faq {
    padding: 110px 0;
}
.faq .panel-group {
    margin-bottom: 0px;
}
.faq .panel-group .panel + .panel {
    margin-top: 15px;
}
.faq .panel {
    border: none;
    border-radius: 0px;
    box-shadow: none;
}
.faq .panel-default > .panel-heading {
    background-color: #f9f9f9;
    border: none; 
    border-radius: 0px;
    padding: 24px 30px;
}
.faq .panel-default > .panel-heading a {
    color: #007e6f;
}
.faq .panel-default > .panel-heading a i {
    float: right;
    color: #007e6f;
}
.faq .panel-default > .panel-heading h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
}
.faq .panel-default > .panel-heading + .panel-collapse > .panel-body{
    border-top: none;
}
.faq .panel-body {
    background: #f9f9f9;
    padding: 0px 30px 27px 30px;
}
.faq .panel-body p {
    font-size: 17px;
    font-weight: 400;
    color: #403e3d;
    line-height: 24px;
    margin: 0;
}
.faqgetin .parallax .section_wrap {
    overflow: hidden;
    position: relative;
    padding: 36.951172% 0 0 0;
}
.faqgetin .commontop h2 {
    color: #fff;
}
.faqgetin .lines .line1, .faqgetin .lines .line2 {
    border-top: 2px solid #fff;
}
/*----------------------
[ contact / contact ]
------------------------*/
.contact-simple{
    padding:110px 0;
    position: relative;
}
.contact-simple .map{
    position: absolute;
    right: 0;
    width: auto;
    left: 50%;
    top: 0;
    bottom: 0;
}
.contact-simple .map iframe{
    width: 100%;
    border: none;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    min-height: 645px;
}
.contact-simple .map .parallax{
    height: 100%;
}
.contact-simple .parallax .section_wrap{
    height: 100%;
    padding: 130% 0 0 0;
}
.contact-simple .parallax .scroll_layers.imageeffect{
    padding: 140% 0 0 0;
}
.contact-simple h6{
    color: #282828;
    font-size: 13px;
    font-weight: 800;
    margin: 0 0 11px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.contact-simple h2{
    color: #1151d3;
    font-size: 30px;
    margin:0 0 10px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 25px;
}
.leftalign:before{
    border-top: 2px solid #282828;
    width: 12px;
    content: "";
    height: 2px;
    position: absolute;
    top: auto;
    margin-top: -6px;
}
.leftalign{
    border-top: 2px solid #282828;
    width:24px;
    margin-bottom: 28px;
    margin-top: 22px;
}
.map-detail .map iframe{
    width: 100%;
    height: 460px;
}
.contact-simple form .form-control{
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom: 2px solid #dfdfdf;
    border-radius: 0px;
    box-shadow: none;
    min-height:50px;
    transition: all 300ms linear 0ms;
    color: #9b9b9b;
    font-size: 13px;
    padding: 8px 0;
    line-height: 22px;
    margin-bottom: 32px; 
}
.contact-simple form .form-control:hover{
    border-bottom: 2px solid #1151d3;
}
.contact-simple form{
    padding-right: 70px;
}
.contact-simple form .form-group {
    margin-bottom: 0px;
}
.contact-simple form .btn-primary{
    border-radius: 61px;
    font-size: 13px;
    font-weight: 800;
    background-color: #1151d3;
    border-color: #1151d3;
    transition: all 300ms linear 0ms;
    line-height: 47px;
    text-transform: uppercase;
}
.contact-simple form .btn-primary:hover{
    background-color: #282828;
    border-color: #282828;
}
.contact-info .info{
    margin-bottom: 25px;
}
.contact-info .info .detail{
    margin-left: 30px;
}
.contact-info .info label{
    color: #1151d3;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 400;
}
.contact-info .info p{
    font-size: 13px;
    font-weight: 400;
}
.contact-info .info .fa{
    font-size: 16px;
    -webkit-transform: translate(0px, 100%);
    -khtml-transform: translate(0px, 100%);
    -moz-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    -o-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    color: #1151d3;
    float: left;
}
.contact-info{
    background: #f9f9f9;
    overflow: hidden;
    padding: 27px 30px 0px;
    margin-right: 70px;
    margin-top: 55px;
}
.contact-bg{
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding: 247px 0 146px;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.contact-bg::before{
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(27, 26, 26, 0.45);
}
.contact-modern h1, .contact-bg h1{
    text-transform: capitalize;
    margin:0 0 15px;
    font-size: 60px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.contact-modern .breadcrumbs, .contact-bg .breadcrumbs{
    margin-top: 25px;
}
.contact-modern .map{
    margin: 20px 0 100px;
}
.contact-modern .map iframe{
    width: 100%;
    height: 500px;
}
.contact-modern h6{
    font-size: 13px;
    font-weight: 800;
    color: #007e6f;
    line-height: 1.2;
    margin-bottom: 11px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    border:none;
}
.contact-modern h2{
    font-size: 30px;
    color: #222;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    margin-top: 0px;
    font-weight: 700;
    text-align: center;
}
.contact-modern p{
    margin: 15px 0 45px;
    font-size: 16px;
    line-height: 25px;
}
.contact-modern .contact-simple{
    padding: 0;
}
.contact-modern .address{
    margin: 90px 0 68px;
}
.contact-modern .address .box{
    border-right: none;
    box-shadow: none;
}
.contact-modern .contact-simple form {
    padding-right: 0px;
    margin-bottom: 105px;
}
.address{
    margin: -147px 0 0;
}
.address .box{
    border-right: 2px solid #dbdbdb;
    padding: 60px 15px 47px;
    background: #fff; 
    border-radius: 2px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.16);
    text-align: center;
}
.address .box .icons{
    margin-bottom: 30px;
}
.address .box .icons i{
    color: #1151d3;
    font-size: 32px;
    transition: all 300ms linear 0ms;
}
.address .box:hover .icons i, .address .box:hover .icons i:hover{
    animation: pulse 0.9s infinite;
}
.address .box h4{
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 15px;
    line-height: 29px;
    color: #282828;
    font-family: 'Poppins', sans-serif;
}
.address .box p{
    margin: 0 0 15px;
}
.address .box a{
    font-size: 13px; 
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #1151d3;
    position: relative;
    transition: all 300ms linear 0ms;
}
.address .box a:hover{
    padding-left: 18px;
    color: #282828;
}
.address .box a i{
    font-size: 12px;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    opacity: 0;
    transition: all 300ms linear 0ms;
}
.address .box a:hover i{
    opacity: 1;
    left: 0;
}
.home-conference .map iframe{
    width: 100%;
    height: 460px;
}
.home-conference .address, .home-conference #carousel10 {
    background: #f9f9f9;
}  
.contact-classical .map iframe{
    width: 100%;
    min-height: 500px;
}
.contact-classical .infobox h3{
    font-size: 16px;
    line-height: 29px;
    font-family: 'Poppins', sans-serif;
    color: #282828;
    font-weight: 700;
    margin: 20px 0 15px;
}
.contact-classical .infobox a{
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #1151d3;
    transition: all 300ms linear 0ms;
}
.contact-classical .infobox a:hover{
    color: #406fcd;
}
.contact-classical form{
    padding-right: 0;
}
/*----------------------
[ pricing / pricing ]
------------------------*/
.pricing-bg{
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding: 370px 0 22px;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.pricing-bg::before{
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(27, 26, 26, 0.45);
}
.pricing-bg h1 {
    text-transform: capitalize;
    margin: 0 0 15px;
    font-size: 70px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-align: left;
}
.price-layout {
    padding: 110px 0 56px;
}
.price-layout .box {
    margin: 0 0 50px;
}
.price-layout .box .icons {
    margin: 0 0 30px;
}
.price-layout .box .icons i {
    font-size: 48px;
    transition: all 300ms linear 0ms;
    color: #1151d3;
}
.price-layout .box:hover .icons i {
    animation: pulse 0.9s infinite;
}
.price-layout .box h4{
    font-size: 18px;
    line-height: 29px;
    margin: -7px 0 15px 0;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #282828;
}
.price-plan{
    background: #f9f9f9;
    padding: 106px 0 60px; 
}
.price-plan .box{
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    padding: 0 40px 40px;
    margin: 42px 0 50px;
}
.price-plan .box .pricingbox{
    padding-top: 35px;
    position: relative;
    border-top: 2px solid #282828;
    transition: all 300ms linear 0ms;
}
.price-plan .box:hover .pricingbox{
    border-top: 2px solid #007e6f;
}
.price-plan .box h3{
    transition: all 300ms linear 0ms;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 15px;
    color: #282828;
}
.price-plan .box:hover h3{
    color: #007e6f;
}
.price-plan .box .price-bg{
    background-color: #282828;
    padding: 42px 20px 44px;
    text-align: center;
    transition: all 300ms linear 0ms;
}
.price-plan .box:hover .price-bg{
    background-color: #007e6f;
}
.price-plan .box .price-bg .price{
    line-height: 1;
    color: #fff;
    padding: 0 0 15px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}
.price-plan .box .price-bg .currency{
    font-size: 28px;
}
.price-plan .box .price-bg .prices{
    font-size: 70px;
}
.price-plan .box .price-bg .time{
    font-size: 16px;
}
.price-plan .box .price-bg p{
    font-size: 13px;
    line-height: 21px;
    color: #f9f9f9;
    margin: 0;
}
.price-plan .box ul{
    margin: 36px 0;
}
.price-plan .box ul li{
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #f5f4f4;
    padding: 8px 0;
}
.price-plan .box ul li:last-child{
    border-bottom: none;
}
.price-plan .box .btn-default{
    border: 2px solid #282828;
    background-color: transparent;
    color: #282828;
    border-radius: 61px;
    width: 100%;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0 40px;
    line-height: 47px;
    letter-spacing: 0.02em;
    transition: all 300ms linear 0ms;
}
.price-plan .box:hover .btn-default{
    border-color: #007e6f;
    background-color: #007e6f;
    color: #fff;
}
.price-build{
    background-color: #1151d3;
    padding: 51px 0;
}
.price-build h3{
    font-size: 26px;
    color: #ffffff;
    line-height: 38px;
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    font-weight: 700;
}
.price-build p{
    font-size: 16px;
    color: #f9f9f9;
    line-height: 25px;
    margin: 0;
}
.price-build button{
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    border-radius: 61px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0 40px;
    line-height: 47px;
    transition: all 300ms linear 0ms;
    letter-spacing: 0.02em;
    margin: 8px 0 0;
}
.price-build button:hover{
    background-color: #282828;
    border-color: #282828;
    color: #fff;
}
/*---------------
[ our Client ]
-----------------*/
.ourclient{
   padding-bottom: 140px; 
}
.ourclient-page h2{
    font-size: 30px;
    color: #222;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-weight: 700;
}
.ourclient-page h5{
    font-size: 13px;
    font-weight: 800;
    color: #1151d3;
    line-height: 1.2;
    margin-bottom: 11px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
}
.ourclient-page p{
    width: 80%;
    text-align: center;
    margin: 15px auto 25px;
}
.beloved-clients .image a{
    padding: 30px 20px;
    display: block;
    margin-bottom: 15px;
}
.beloved-clients .image + .image::before {
    border: 1px solid rgba(206, 206, 206, 0.2);
    content: "";
    width: auto;
    position: absolute;
    left: 15px;
    right: 15px;
    margin-top: -15px;
}
.beloved-clients h1{
    line-height: 46px;
    font-size: 35px;
    color: #222;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-align: center;
}
.beloved-clients .clients{
    padding-right: 2px;
}
.beloved-clients .image{
    border-right:1px solid rgba(206, 206, 206, 0.3);
    padding: 0 15px;
    margin-bottom: 30px;
}
.beloved-clients .texts{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #282828;
    font-size: 50px;
    margin-top: 60px;
    margin-bottom: 5px;
    letter-spacing: 0.04em;
    line-height: 40px;
}
.beloved-clients{
    padding: 100px 0;
}
.beloved-clients .texts span{
    font-size: 13px;
    color: #9b9b9b;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.035em;
    display: block;
    font-family: 'Raleway',sans-serif;
}
.beloved-clients .texts .icon{
    font-size: 48px;
    color: #1151d3;
    text-align: center;
    margin-bottom: 25px;
}
.home-advisor .beloved-clients, .home-digital-agency .beloved-clients {
    padding: 85px 0 70px;
}
.home-advisor .beloved-clients .texts, .home-digital-agency .beloved-clients .texts {
    margin-top: 0px;
}
.ourclient-page .testibox h5{
    color: #f9f9f9;
}
.testibox{
    position: absolute;
    top:100px;
    left: 0;
    right: 0;
    z-index: 99;
}
.ourclient-page .testibox h2{
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 15px;
}
.ourclient-page .testibox .lines .line1,.ourclient-page .testibox .lines .line2{
   border-color: #ffffff;
}
.testwhite{
    background: #FFF;
    padding: 30px 30px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
}
.testwhite img{
    border-radius: 100%;
}
.testwhite .description{
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.02em;
    font-style: italic;
    margin:40px 0 25px;
}
.testwhite .profile h4{
    font-size: 14px;   
    line-height: 22px;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    color: #282828;
    font-weight: 700;
    margin-top: 0;
}
.testwhite .profile .company{
   color: #616161;
   font-size: 13px 
}
.testwhite .description .fa{
    color: #1151d3;
    font-size: 28px;
    position: absolute;
    top: 30px;
}
.client-testimonial{
    margin-top: 65px;
}
.happy-client{
    position: absolute;
    top: 87px;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 0 0 57px;
}
.happy-client .texts{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 50px;
    margin-bottom: 35px;
    letter-spacing: 0.04em;
    line-height: 40px;
}
.happy-client .texts span{
    font-size: 13px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.035em;
    display: block;
    font-family: 'Raleway',sans-serif;
}
.happyclient .parallax{
    background: rgba(17,81,211,0.9);
}
.happyclient .parallax .section_wrap {
    padding: 18.951172% 0 0 0;
}
/*---------------
[ our process ]
-----------------*/
.process-bg{
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding: 242px 0 136px;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.process-bg h1{
    text-transform: capitalize;
    margin:0 0 22px;
    font-size: 70px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.processcraft{
    padding: 106px 0 89px;
}
.processcraft .box {
    margin: 53px 0 0;
}
.processcraft .box .image {
    margin: 0 0 24px;
}
.processcraft .box .image img {
    border-radius: 2px;
}
.processcraft .box .caption {
    padding-left: 20px;
}
.processcraft .box .icons {
    max-width: 80px;
    float: left;
    margin-top: 6px;
}
.processcraft .box .icons i {
    font-size: 32px;
    color: #ccc;
    transition: all 300ms linear 0ms;
}
.processcraft .box .caption:hover .icons i {
    animation: pulse 0.9s infinite;
}
.processcraft .box .content{
    padding-left: 80px;
}
.processcraft .box h6{
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px;
    color: #1151d3;
}
.processcraft .box h4{
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px;
    color: #282828;
    line-height: 29px;
    font-family: 'Poppins', sans-serif;
}
.processcraft .box p{
    margin: 0 0 15px;
}
.processbrain .brain .brain-number {
    font-size: 80px;
}
.processbrain .brain .brain-content {
    padding-left: 0px; 
}
.processbrain .brain .lines .line1, .processbrain .brain .lines .line2 {
    border-color: #ccc;
}
#processtest{
    padding: 110px 0 86px;
}
.processtest .box .image{
    float: left;
    margin-top: 40px;
    max-width: 50px;
}
.processtest .box .image img{
    border-radius: 100%;
}
.processtest .box .caption{
    padding-left: 70px;
}
.processtest .box .caption i{
    color: #1151d3;
    font-size: 24px;
}
.processtest .box .caption p{
    margin: 7px 0 20px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.02em;
    font-style: italic;
}
.processtest .box .caption h4{
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #282828;
}
.processtest .box .caption h5{
    color: #616161;
    font-size: 13px;
    margin: 0;
    font-weight: 400;
    line-height: 23px;
}
.processtest .owl-pagination {
    top: 0;
    padding-top: 35px;
}
.allpage-slider{
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding: 272px 0 138px;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
/*---------------
[ our services ]
-----------------*/
.servicesclassic .processcraft .box {
    margin: 0px 0 0;
}
.servicesclassic .parallax .heading-content {
    top: 45%;
}
.servicesclassic .parallax .heading-content h3 {
    font-size: 55px;
    line-height: 70px;
    margin: 55px 0 44px;
}
.servicesclassic .parallax .heading-content .video {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 61px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0 40px;
    line-height: 47px;
    transition: all 300ms linear 0ms;
    letter-spacing: 0.02em;
}
.servicesclassic .parallax .heading-content .video:hover {
    background: #282828;
    border: 2px solid #282828;
}
.servicesmodern .faqslider {
    padding: 343px 0 247px;
    text-align: left;
} 
.servicesmodern .faqslider h1 {
    font-size: 44px;
} 
.servicesmodern .faqslider p {
    text-align: left;
    margin: 0 0 20px;
}
.servicesmodern .crafts {
    padding: 103px 0 68px;
}
.servicesmodern .crafts .box {
    margin: 0 0 40px;
    text-align: left;
}
.servicesmodern .crafts .box .icons{
    max-width: 80px;
    float: left;
    margin: 6px 0 0;
}
.servicesmodern .crafts .box .icons i {
    font-size: 32px;
}
.servicesmodern .crafts .box .caption{
    padding-left: 80px;
    min-height: 135px;
}
.servicesmodern .crafts .box h4 {
    margin: 0 0 15px;
}
.servicesmodern .crafts .box p:before {
    display: none;
}
.servicesmodern .crafts .box p{
    padding-top: 0px;
    min-height: 92px;
}
.make .box{
    background: #007e6f;
    padding: 100px; 
    height: 1400px;
    /* height: 983px; */
}
.make .box h2{
    font-size: 60px;
    color: #ffffff;
    line-height: 68px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 40px;
}
.make .box p{
    font-size: 17px;
    color: #f9f9f9;
    line-height: 28px;
    margin: 0 0 50px;
}
.make .box ul{
    margin: 0;
}
.make .box ul li{
    font-size: 23px; /*Originalmente 17px */
    line-height: 37px; /*Originalmente 31px */
    color: #f9f9f9;
    padding-left: 30px; /*Espacio entre la palomita y el texto, originalmente 28px */
    position: relative; 
}
.make .box ul li:before{
    font-size: 19px; /* Tamaño de la palomita*/
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    content: "\f00c";
    font-family: FontAwesome;
}
.make .bgimg{
    background: url(../images/bg-precaster-incluye-04.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1400px;
}
.make .bgimg1{
    background: url(../images/bg-precaster-incluye-05.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1400px;
}
.make .box1 {
    background: #282828;
    padding: 100px 100px 120px;
}
.make .box1 h2 {
    font-size: 40px;
    line-height: 48px;
}
.make .box1 p{
    margin: 0 0 25px;
}
.make .box1 .desc{
    color: #8c8a8a;
    margin: 0 0 75px;
}
.make .box1 button{
    color: #fff;
    background: transparent;
    border-radius: 61px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0 40px;
    line-height: 47px;
    transition: all 300ms linear 0ms;
    border: 2px solid #fff;
    letter-spacing: 0.02em;
}
.make .box1 button:hover{
    color: #fff;
    background: #1151d3;
    border: 2px solid #1151d3;
}
.servicesimple .faqslider {
    padding: 272px 0 136px;
}
.servicesimple .faqslider .breadcrumbs {
    margin: 0px 0 0;
}
.servicesimple .crafts {
    padding: 110px 0 80px;
}
.servicesimple .crafts .box {
    margin: 0 0 30px;
}
.servicesimple .crafts .box .icons {
    margin-bottom: 13px;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 24px;
    transition: all 300ms linear 0ms;
}
.servicesimple .crafts .box .icons i{
    font-size: 32px;
}
.servicesimple .crafts .box:hover .icons{
    background-color: #1151d3;
    animation: pulse 0.9s infinite;
}
.servicesimple .crafts .box:hover .icons i{
    color: #fff;
}
.servicesimple .crafts .box p:before {
    width: 24px;
}
.servicesimple .crafts .empty_space{
    height: 40px;
}
.servicesimple .price-build{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(17, 81, 211, 0.95);
    position: relative;
}
.servicesimple .price-build:before{
    background-color: rgba(17, 81, 211, 0.95);
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
.calulate-services p{
    font-size: 17px;
    line-height: 28px;
    padding-bottom: 3px;
    font-weight: 700; 
    padding-top: 18px;
}
.calulate-services h2{
    font-size: 40px;
    line-height: 48px;
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin: 0 0 5px;
}
.calulate-services{
    padding-top: 90px;
    padding-bottom: 67px;
}
.calulate-services .progress-label{
    margin-bottom: 35px;
}
/*---------------
[ our team ]
-----------------*/
/*.ourteam-page .team{
    padding: 100px 0 50px;
}*/
.ourteam-page .team .matter{
    margin-bottom: 30px;
}
.ourteam-page .team .matter:hover{
    box-shadow: none;
}
.ourteam-page .team .matter .caption{
    opacity: 1;
}
.meeteam-page .team .matter{
    margin-bottom: 30px;
    -webkit-box-shadow: 0 1px 73px rgba(40, 40, 40, 0.05);
    -moz-box-shadow: 0 1px 73px rgba(40, 40, 40, 0.05);
    -ms-box-shadow: 0 1px 73px rgba(40, 40, 40, 0.05);
    box-shadow: 0 1px 73px rgba(40, 40, 40, 0.05);
    border-radius: 2px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.meeteam-page .team .matter .caption{
    opacity: 1;
}
.meeteam-page .beloved-clients {
    padding: 27px 0 77px;
}
/*---------------
[ our about ]
-----------------*/
.about-me .allpage-slider{
    padding-top: 370px;
    padding-bottom: 22px;
}
.about-me .breadcrumbs {
    margin: 25px 0 15px;
}
.about-me .campaigns h6, .home-business .campaigns h6{
    color: #1151d3;
}
.about-me .campaigns h2, .home-business .campaigns h2{
   color: #282828; 
}
.about-me .pride{
    background: #f9f9f9;
}
.about-me .getin{
    background: #f9f9f9;
    min-height: 600px;
}
.about-me .getin .intouch {
    padding: 100px 0;
}
.about-me .getin .intouch form .form-control{
    background: transparent;
}
.about-me .getin .bg {
    position: absolute;
    right: 0;
    width: auto;
    left: 50%;
    min-height: 600px;
    background-attachment: scroll;
    background-color: transparent;
    background-image: inherit;
    background-size: cover;
    z-index: 0;
    background-position: 50% 0;
}
.about-me .testimonial{
    padding: 0;
}
.about-slider{
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding: 343px 0 247px;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.about-slider::before{
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(27, 26, 26, 0.45);
}
.about-slider h1{
    line-height: 58px;
    text-transform: uppercase;
    font-size: 55px;
    color: #fff;
    margin: 0 0 22px;
    font-weight:700;
    font-family: 'Hyperion Bold', sans-serif;
}
.about-slider p{
    color: #fff;
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 20px;
}
.about-office .processcraft .box {
    margin: 0px 0 0;
}
.about-office .processcraft .box .caption {
    padding-left: 0px;
}
.about-office #carousel10 {
    background: #f9f9f9;
}
.about-office .beloved-clients .texts {
    margin: 0px;
}
.about-office .beloved-clients {
    padding: 66px 0 85px;
    background: #f9f9f9;
}
.about-office .parallax .heading-content p{
    font-size: 16px;
    margin: 18px 0 0;
    color: #f9f9f9;
    text-align: center;
    line-height: 25px;
}
.about-office .parallax .heading-content .video {
    background: #f9f9f929;
}
.about-office .mission {
    margin-top: -140px;
    background: #f9f9f9; 
}
.about-office .mission .box {
    padding: 65px 30px;
    background-color: rgb(255, 255, 255);
    height: 368px;
    transition: all 0.2s cubic-bezier(0.02, 0.22, 0.7, 1.98) 0s;
    border-radius: 1px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.16);
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
.about-office .mission .box:before {
    content: "";
    height: 3px;
    left: 50px;
    right: 50px;
    background-color: #1151d3;
    position: absolute;
    bottom: 0;
}
.about-office .mission .box .icons {
    margin-bottom: 30px;
}
.about-office .mission .box .icons i {
    font-size: 64px;
    color: #1151d3;
    transition: all 300ms linear 0ms;
}
.about-office .mission .box h4 {
    color: #282828;
    line-height: 29px;
    margin: -7px 0 15px;
}
.about-office .mission .box p {
    margin: 0 0 15px;
    color: #403e3d;
}
.about-office .mission .box:hover {
    box-shadow: 0 2px 20px rgba(0,0,0,0.16);
    transform: translateY(-8px);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.02, 0.22, 0.7, 1.98) 0s;
}
.about-office .mission .box:hover .icons i {
    animation: pulse 0.9s infinite;
}
.about-office .team {
    background: transparent;
    padding: 106px 0 0px;
} 
.about-office .beloved-clients .clients {
    padding: 50px 0 0;
} 
.about-office .beloved-clients .image {
    border-right: none;
    padding: 0 15px;
    margin-bottom: 0px;
}
.about-office .team .matter .image .teamoverlay{
    background-color: rgba(255, 255, 255, 0.9);
    background-image: none;
}
.about-office .team .matter .onhover{
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0px, -50%);
    right: 0;
    opacity: 0;
    padding: 35px 30px 33px;
    transition: all 300ms linear 0ms;
    text-align: center;
}
.about-office .team .matter:hover .image .teamoverlay{
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    opacity: 1;
}
.about-office .team .matter:hover .onhover{
    opacity: 1;
}
.about-office .aboutteam{
    padding: 40px 0 0;
}
.about-office .team .matter .image .social {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    margin: 0 0 25px;
    transform: none;
    transition: all 220ms linear 0ms;
}
.about-office .happy-clients{
    background: transparent;
    padding: 90px 0;
}
.about-office .parallax .section_wrap{
    padding: 45.951% 0 0 0;
}
.about-office .parallax .heading-content .video::before {
   content: "";
   display: inline-block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   border: 2px solid #fff;
   -webkit-border-radius: 50em;
   -khtml-border-radius: 50em;
   -moz-border-radius: 50em;
   -ms-border-radius: 50em;
   -o-border-radius: 50em;
   border-radius: 50em;
   opacity: 0.6;
   -webkit-transform: scale3d(1, 1, 1);
   -khtml-transform: scale3d(1, 1, 1);
   -moz-transform: scale3d(1, 1, 1);
   -ms-transform: scale3d(1, 1, 1);
   -o-transform: scale3d(1, 1, 1);
   transform: scale3d(1, 1, 1);
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   transition: all 0.3s ease;
   animation: buttonRing 1.5s linear infinite;
   -webkit-animation: buttonRing 1.5s linear infinite;
}
.about-freelancer .allpage-slider{
  padding:390px 0 270px;  
}
.about-freelancer .pride{
    background: transparent;
    padding: 0;
    margin: 0;
}
.home-advisor .about-freelancer .pride {
    padding: 100px 0 0;
}
.about-freelancer .pride .box .icon h4{
    margin: 17px 0 6px;
    letter-spacing: 0.02em;
    text-align: center;
    font-family: 'Poppins', sans-serif; 
    font-size: 16px;
}
.about-freelancer .pride .box .image .onhover .icon h4 a{
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.about-freelancer .pride .box .image .onhover .icon h4 a:hover{
    color: #1151d3;
}
.about-freelancer .pride .box .icon p{
    font-size: 13px;
}
.about-freelancer .pride .box .image .onhover .icon p a{
    font-size: 13px;
    color: #c7c5c5;
    text-align: center;
    line-height: 23px;
    font-family: 'Raleway',sans-serif;
}
.about-freelancer .pride .box h4 a:hover, .about-freelancer .pride .box .image .onhover .icon p a:hover{
    color: #1151d3;
}
.about-freelancer .pride .box{
    padding: 0px;
}
.about-freelancer .pride .box .image .onhover .icon {
    top:20%;
    padding: 30px 0;
}
.about-freelancer .beloved-clients {
    padding: 25px 0 70px;
}
/*---------------------
[ header-business ]
-----------------------*/
.header-business .icons li:nth-child(2), .home-studio .icons li:nth-child(2) {
    padding-left: 16px;
}
.header-business .sidenav ul li:nth-child(2), .home-studio .sidenav ul li:nth-child(2) {
    padding-left: 0px;
}
.header-business .icons li:first-child {
    padding-left: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.header-business .sidenav li:first-child {
    padding-left: 0px;
    border-left: none;
}
.header-business #menu{
    margin-left: 30px; 
}
.home-business .slidesdetail {
    top: 28%;
}    
.header-business #logo{
    margin: 0;
}
.header-business #logo img{
    padding: 36px 23px 36px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.15);    
}
.home-business .campaigns {
    padding: 100px 0 24px;
} 
.home-business .crafts {
    padding: 0px 0 100px;
}
.home-business .crafts .box {
    margin: 0px 0 0px;
    text-align: left;
}
.home-business .crafts .box p:before {
    margin: 0;
}
.home-business .mission, .home-studio .mission  {
    margin-top: 0px;
}
.home-business .mission .box, .home-studio .mission .box {
    padding: 110px;
    min-height: 590px;
}
.home-business .mission .box h4, .home-studio .mission .box h4 {
    font-size: 28px;
    line-height: 37px;
    margin: 0 0 25px;
    letter-spacing: 0.018em;
    transition: all 300ms linear 0ms;
}
.home-business .mission .box p, .home-studio .mission .box p {
    margin: 0px 0 30px;
}
.home-business .mission .box .btn-primary, .home-studio .mission .box .btn-primary {
    line-height: 47px;
    border: 2px solid #fff;
    letter-spacing: 0.02em;
    color: #fff;
    background-color: transparent;
    border-radius: 61px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0 40px;
    transition: all 300ms linear 0ms;
}
.home-business .mission .box .btn-primary:hover, .home-studio .mission .box .btn-primary:hover {
    border: 2px solid #007e6f;
    color: #fff;
    background-color: #007e6f;
}
.home-business .ourteam-page .team .matter {
    margin-bottom: 0px;
}
.home-business .team .ourteam .owl-wrapper-outer {
    padding: 40px 0 32px;
}
.home-business .progress {
    margin-bottom: 33px;
}
.home-business .team .active .matter{
    box-shadow: none;
}
.home-business .team .active .matter .image .teamoverlay{
    opacity: 0;
} 
.home-business .team .active .matter:hover .image .teamoverlay{
    opacity: 1;
} 
.home-business .team .active .matter .image .social{
    transform: translateY(100%);
} 
.home-business .team .active .matter:hover .image .social{
    transform: translateY(0);
} 
.home-business .ourteam-page .team .matter .caption {
    background: transparent;
}
/*-------------------
[ header-office  ]
---------------------*/
.header-office{
    background: #fff;
    border-bottom: none;
    min-height: 99px;
}
.header-office #menu .navbar-nav > li > a{
    font-size: 13px;
    color: #282828;
    text-transform: uppercase;
    font-weight: 800;
}
.header-office .icons li{
    padding: 37px 0 38px 16px;
}
.header-office .sidenav li{
    padding-left: 0px;
}
.header-office .icons .fa{
    color: #282828;
}
.header-office #menu .navbar-nav > li:hover::after, .header-office #menu .navbar-nav > li.active::after{
    background: #282828;
}
.header-office #menu li {
    padding: 24px 5px 25px;
    border-left:1px solid rgba(51, 51, 51, 0.10);
}
.header-office #menu .dropdown-menu li{
    padding: 0 30px;
}
.header-office #menu li:last-child {
    border-right:1px solid rgba(51, 51, 51, 0.10);
}
.home-office #carousel10{
    background: #f9f9f9;
}
.home-office .beloved-clients{
    padding: 40px 0 70px;
}
.home-office .pride .btn-primary{
    padding: 30px 15px;
    width: 100%;
    color: #fff;
    border-radius: 0px;
    border-color: #007e6f;
    background-color: #007e6f;
    margin: 10px 0 0;
}
.home-office .pride .btn-primary:hover{
    background-color: #282828;
    border-color: #282828;
}
.home-office .pride {
    padding: 100px 0 0px;
}
.home-office .processcraft .box .caption{
    position: absolute;
    z-index: 1;
    padding: 36px 40px;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 350ms linear 0ms;
    -moz-transition: all 350ms linear 0ms;
    -ms-transition: all 350ms linear 0ms;
    transition: all 350ms linear 0ms;
}
.home-office .processcraft .box{
    position: relative;
}
.home-office .processcraft .box .image{
    min-height: 350px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.home-office .processcraft .box .image:before{
    content: "";
    background-color: rgba(34, 34, 34, 0.85);
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}
.home-office .processcraft .box h6{
    color: #ccc;
    font-size: 14px;
    line-height: 23px;
    margin: 0;
}
.home-office .processcraft .box p{
    color: #f9f9f9;
    margin: 0;
}
.home-office .processcraft .box h4{
    font-size: 20px;
    color: #fff;
    line-height: 29px;
    font-weight: 600;
    font-family: "Poppins",serif;
    margin: 0;
}
.home-office .processcraft .leftalign {
    border-top: 2px solid #1151d3;
    margin-bottom: 13px;
    margin-top: 13px;
}
.home-office .processcraft .leftalign::before{
    border-top: 2px solid #1151d3;
}
.home-office .processcraft{
    padding:100px 0; 
}
.home-office .processcraft .box .content{
    -webkit-transform: translateY(100%);
    -khtml-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    position: absolute;
    z-index: 1;
    padding: 36px 40px;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 350ms linear 0ms;
    -moz-transition: all 350ms linear 0ms;
    -ms-transition: all 350ms linear 0ms;
    transition: all 350ms linear 0ms;
}
.home-office .processcraft .box:hover .content{
    -webkit-transform:translateY(0%);
    -khtml-transform:translateY(0%);
    -moz-transform:translateY(0%);
    -ms-transform:translateY(0%);
    -o-transform:translateY(0%);
    transform:translateY(0%);
    opacity:1;
}
.home-office .processcraft .box:hover .caption{
    -webkit-transform:translateY(100%);
    -khtml-transform:translateY(100%);
    -moz-transform:translateY(100%);
    -ms-transform:translateY(100%);
    -o-transform:translateY(100%);
    transform:translateY(100%);
    opacity:0;
}
.header-office .icons .sidenav li{
    padding: 19px 0;
}
/*--------------------
[ our home-agency ]
----------------------*/
.home-digital-agency .crafts .box {
    text-align: left;
}   
.home-digital-agency .crafts .box p:before {
    margin: 0;
}
.home-digital-agency .crafts{
    background: #f9f9f9;
}
.home-digital-agency .about-freelancer .pride {
    padding: 100px 0 0;
}
.home-digital-agency footer {
    background-color: #fff;
}
.home-digital-agency footer h3, .home-digital-agency footer a {
    color: #282828;
}
.home-digital-agency footer a:hover{
    color: #1151d3;
}
.home-digital-agency footer .newsletter {
    border: 2px solid #dfdfdf;
}
.home-digital-agency .powered {
    border-top: 1px solid #eaeaea;
}
.home-digital-agency footer p, .home-digital-agency .twitter-detail {
   color: #403e3d;
}
.home-digital-agency .powered .social a:hover {
    color: #000;
}
.home-digital header, .home-digital-agency header{
    border-bottom: none;
}
.home-digital .overlay-content, .home-digital-agency .overlay-content{
    top:0;
    max-width: 100%;
    bottom: 0;
    transform: none;
}
.home-digital .overlay-content .logo img, .home-digital-agency .overlay-content .logo img{
    margin: 10px auto 0;
}
.home-digital .overlay-content ul, .home-digital-agency .overlay-content ul{
    margin: 25% 0;
}
.home-digital .overlay-content li, .home-digital-agency .overlay-content li{
    padding: 0 25px;
}
.home-digital .overlay-content li a, .home-digital-agency .overlay-content li a{
    font-size: 40px;
    font-weight: 800;
    color: #fff;
}
.home-digital .copyright, .home-digital-agency .copyright{
    bottom: 40px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    padding: 0 30px;
}
.home-digital .overlay, .home-digital-agency .overlay{
    background-color: rgba(34, 34, 34, 0.99);
}
.header-agency .icons li:nth-child(2) {
    padding-left: 16px;
}
.header-agency .sidenav ul li:nth-child(2) {
    padding-left: 0px;
}
.home-agency .about-office .mission {
    background: transparent;
}
.home-agency .team {
    padding: 70px 0 40px;
    background: transparent;
}
.home-digital .crafts {
    padding: 80px 0 105px;
}
/*----------------- 
[ blog / .blog ]
------------------- */
.blog-carousel #thoughts {
    padding: 46px 0 100px;
}
.home-blog .blog {
    padding: 70px 0;
}
.blog{
    background: #f9f9f9;
    padding: 100px 0;
}
.blog .box{
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    transition: all 300ms linear 0ms;
}
.blog .box .image{
    padding: 40px 40px 0 40px;    
}
.blog .box .image a{
    display: block;
    overflow: hidden;    
}
.blog .box .image img{
    transition: all 300ms linear 0ms; 
    border-radius: 2px;   
}
.blog .box:hover .image img{
    transform: scale(1.12) rotate(5deg);   
}
.blog .box .caption{
    padding: 40px 40px 34px;
    text-align: center;
    position: relative;
}
.blog .box .caption .onhover{
    position: absolute;
    left: 0;
    right: 0;
    top: -11px;
}
.blog .box .caption .onhover .desc{
    background-color: #1151d3;
    border-radius: 22px;
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    padding: 0 10px;
    transition: all 300ms linear 0ms;
    text-transform: capitalize;
}
.blog .box .caption .onhover .desc a{
    color: #fff;    
}
.blog .box .caption .onhover .desc a:hover{
    opacity: 0.8;
}
.blog .box .caption h2{
    font-size: 18px;
    margin: 0 0 20px;
    line-height: 28px;
    font-weight: 700;
}
.blog .box .caption h2 a{
    color: #282828;
}
.blog .box .caption h2 a:hover{
    color: #1151d3;
}
.blog .box .caption p{
    margin: 0;
}
.blog .box .caption .date{
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    padding-top: 16px;
    color: #616161;
    font-family: 'Poppins' , sans-serif; 
}
.blog-sidebar {
    padding: 30px 40px 40px;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.16);
    background-color: #fff;
}
.blog-sidebar h4 {
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #282828;
}
.blog-sidebar .search, .blog-sidebar .category, .blog-sidebar .recent_post, .blog-sidebar .tag{
    margin: 0 0 48px;
}
.blog-sidebar .search{
    position: relative;
}
.blog-sidebar .search .form-group {
    margin: 0;
}
.blog-sidebar .search input {
    background: #fff;
    border: 1px solid #eaeaea;
    color: #9b9b9b;
    font-size: 13px;
    padding: 8px 20px;
    font-weight: 500;
    border-radius: 0;
    height: 50px;
    transition: all 300ms linear 0ms;
}
.blog-sidebar .search .btn {
    position: absolute;
    background: none;
    bottom: 0px;
    right: 0px;
    width: 51px;
    height: 51px;
}
.blog-sidebar .search .btn i {
    color: #282828;
    font-size: 13px;
}
.blog-sidebar .category ul, .blog-sidebar .recent_post ul, .blog-sidebar .tag ul, .blog-sidebar .instagram ul{
    margin: 0;
}
.blog-sidebar .category ul li{
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
    border-bottom: 1px solid #f4f4f4;
    margin-left: 15px;
    position: relative;
}
.blog-sidebar .category ul li:last-child{
    border-bottom: none;
}
.blog-sidebar .category ul li a{
    color: #333;
    display: block;
    padding: 9px 0;
}
.blog-sidebar .category ul li a:hover, .blog-sidebar .recent_post ul li h3 a:hover, .blog-sidebar .tag li:hover a{
    color: #1151d3;
}
.blog-sidebar .category ul li a:before{
    content: "\f105";
    font-family: FontAwesome;
    color: #1151d3;
    font-size: 11px;
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translate(0, -50%);
}
.blog-sidebar .recent_post ul li + li{
    margin-top: 22px;
}
.blog-sidebar .recent_post ul li img{
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 100%; 
}
.blog-sidebar .recent_post ul li .caption{
    padding-left: 65px;
}
.blog-sidebar .recent_post ul li h3{
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 7px;
    font-weight: 700;
}
.blog-sidebar .recent_post ul li h3 a{
    color: #282828;
}
.blog-sidebar .recent_post ul li .date {
    font-size: 12px;
    line-height: 1;
    color: #7f7f7f;
}
.blog-sidebar .tag li{
    font-size: 12px;
    line-height: 30px;
    padding: 0 10px;
    background: #f9f9f9;
    border: 1px solid #eee;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 10px;
    color: #403e3d;
}
.blog-sidebar .tag li a{
    color: #9b9b9b;
}
.blog-sidebar .instagram ul li{
    padding: 0px;
    margin-right: -2px;
    width: 24%;
    margin-bottom: -4px;
    position: relative;
}
.blog-sidebar .instagram ul a::before{
    content: "\f067";
    color: #fff;
    font-size: 14px;
    font-family: FontAwesome;
    z-index: 2;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: all 300ms linear 0ms;
}
.blog-sidebar .instagram ul a::after{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    content: "";
    background-color: #1151d3;
    opacity: 0.95;
    z-index: 1;
    opacity: 0;
    transition: all 300ms linear 0ms;
}
.blog-sidebar .instagram ul a:hover::before, .blog-sidebar .instagram ul a:hover::after {
    opacity: 1;
}
.blogsmart{
    background: #f9f9f9;
    padding: 100px 0;
}
.blogsmart .box{
    position: relative;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    margin-bottom: 40px;
    overflow: hidden;
}
.blogsmart .box:before{
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1a1a), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, #1b1a1a, rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, #1b1a1a, rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(bottom, #1b1a1a, rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, #1b1a1a, rgba(0, 0, 0, 0));
    background-image: linear-gradient(bottom, #1b1a1a, rgba(0, 0, 0, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1b1a1a', endColorStr='rgba(0, 0, 0, 0)');
    opacity: 0.75;
    z-index: 1;
}
.blogsmart .box .image{
    width: calc(100% + 40px);
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: -ms-calc(100% + 40px);
    -webkit-transition: all 0.35s ease 0ms;
    -moz-transition: all 0.35s ease 0ms;
    -ms-transition: all 0.35s ease 0ms;
    transition: all 0.35s ease 0ms;
    -webkit-transform: translateX(-40px);
    -khtml-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
}
.blogsmart .box:hover .image{
    transform: translateX(0px);
}
.blogsmart .box .caption{
    bottom: 0;
    left: 0;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.blogsmart .box .caption .desc{
    background-color: #1151d3;
    border-radius: 22px;
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    padding: 0 10px;
    text-transform: capitalize;
}
.blogsmart .box .caption .desc a{
    color: #fff;
}
.blogsmart .box .caption .desc a:hover{
    opacity: 0.8;
}
.blogsmart .box .caption .matter{
    position: absolute;
    bottom: -89px;
    left: 0;
    right: 0;
    padding: 26px 30px;
    transition: all 0.35s ease 0ms;
}
.blogsmart .box:hover .caption .matter{
    bottom: 0px;
}
.blogsmart .box .caption .date{
    color: #f9f9f9;
    font-size: 13px;
    font-weight: 700;
}
.blogsmart .box .caption h2{
    font-size: 18px;
    line-height: 28px;
    margin-top: 5px;
    margin-bottom: 16px;
    transition: all 0.35s ease 0ms;
    font-weight: 700;
}
.blogsmart .box .caption h2 a{
    color: #fff;
}
.blogsmart .box .caption h2 a:hover{
    color: rgba(255, 255, 255, 0.9);
}
.blogsmart .box .caption p{
    color: #f9f9f9;
    margin: 0; 
}
.blog-textual .box .caption .onhover {
    position: relative;
    top: 0;
}
.blog-textual .box .caption h2 {
    margin: 20px 0;
}
.blog-standard .blog .box {
    margin-bottom: 40px;
}
.blog-standard .blog .box .image {
    padding: 0px;
} 
.blog-standard .blog .box:hover .image img {
    transform: none;
}
.blog-standard .blog .box .caption {
    text-align: left;
}
.blog-standard .blog .box .caption .onhover {
    left: 40px;
} 
.blog-standard .blog .box .caption h2 {
    font-size: 22px;
    margin: 0 0 8px;
}
.blog-standard .blog .box .caption .date {
    padding: 0 0 24px;
}
.blog-standard .blog .box .caption .date ul {
    margin: 0;
}
.blog-standard .blog .box .caption .date ul li {
    padding: 0;
    position: relative;
}
.blog-standard .blog .box .caption .date ul li + li {
    padding-left: 18px;
}
.blog-standard .blog .box .caption .date ul li + li:before {
    content: "/";
    position: absolute;
    top: 0;
    left: 4px;
}
.blog-standard .blog .box .caption .date ul li a {
    color: #1151d3;
}
.blog-standard .blog .box .caption .readmore{
    margin-top: 26px;
}
.blog-standard .blog .box .caption .readmore a{
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #1151d3;
    transition: all 300ms linear 0ms;
}
.blog-standard .blog .box .caption .readmore a:hover {
    color: #406fcd;
}
.blog-standard .blog-sidebar {
    padding: 0px;
    box-shadow: none;
    background-color: transparent;
}
.blog-standard .blog-padding{
    padding-right: 35px;
}
.blog-standard .blog-paddingleft{
    padding-left: 35px;
}
.blog-standard .blog-center{
    padding: 0 160px;
}
.signatures{
    padding: 100px 0 125px;
}
.signatures h6{
    font-size: 13px;
    font-weight: 800;
    color: #1151d3;
    line-height: 1.2;
    margin-bottom: 11px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.signatures h2{
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif; 
    font-weight: 700;
    margin: 10px 0 15px;
    color: #222;
    font-size: 35px;
    line-height: 46px;
}
.signatures p{
    padding-top: 18px;
    font-size: 16px;
    line-height: 25px;
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
.signatures img{
    margin: 24px auto 0;
}
.post-navigation{
    border-top: 1px solid #eee;
    padding-bottom: 28px;
    padding-top: 28px;
    background: #f9f9f9;
}
.post-navigation .nav-icon {
    font-size: 24px;
    color: #282828;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 300ms linear 0ms;
}
.post-navigation .prev .nav-inner {
    padding-left: 55px;
}
.post-navigation .next .nav-inner {
    padding-right: 55px;
}
.post-navigation .nav-inner span {
    color: #b8b8b8;
    font-style: italic;
    font-weight: 500;
}
.post-navigation .nav-inner h3 {
    font-size: 16px;
    line-height: 28px;
    margin: 3px 0 0;
    transition: all 300ms linear 0ms;
    color: #282828;
    font-weight: 700;
    font-family: 'Poppins' , sans-serif; 
}
.post-navigation a:hover .nav-icon, .post-navigation a:hover .nav-inner h3 {
    color: #1151d3;
}
.single-post-navigation a:hover .nav-icon, .single-post-navigation a:hover .nav-inner h3 {
    color: #1151d3;
}
.blog-detail .box .caption p {
    margin: 0 0 15px;
}
.blog-detail .box .tags{
    margin: 0;
    padding: 18px 0 0;
}
.blog-detail .box .tags li{
    font-size: 12px;
    line-height: 30px;
    padding: 0 10px;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    margin-right: 10px;
    margin-bottom: 10px;
}
.blog-detail .box .tags li a{
    color: #9b9b9b;
    transition: all 300ms linear 0ms;
}
.blog-detail .box .tags li:hover a, .blog-detail .box .social-shared li a:hover, .blog-detail .box .author .user-social li a:hover{
    color: #1151d3;
}
.blog-detail .box .social-shared{
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 34px 0;
    text-align: center;
    margin: 30px 0 60px;
}
.blog-detail .box .social-shared li{
    color: #222;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
    padding: 0;
}
.blog-detail .box .social-shared li + li{
    padding-left: 18px;
}
.blog-detail .box .social-shared li a{
    color: #5d5d5d;
    transition: all 300ms linear 0ms;
}
.blog-detail .box .author{
    padding: 40px 30px 40px 40px;
    background-color: #f9f9f9;
    margin-bottom: 52px;
}
.blog-detail .box .author .img{
    max-width: 90px;
    width: 100%;
    float: left;
}
.blog-detail .box .author .info{
    padding-left: 120px;
}
.blog-detail .box .author p{
    margin: -6px 0 8px;
}
.blog-detail .box .author .user-social{
    margin: 0;
}
.blog-detail .box .author .user-social li{
    padding: 0;
}
.blog-detail .box .author .user-social li + li{
    padding-left: 24px;
}
.blog-detail .box .author .user-social li a{
    font-size: 15px;
    color: #5d5d5d;
    transition: all 300ms linear 0ms;
}
.blog-detail .box .comments h4{
    margin: 0 0 18px;
    font-size: 13px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 800;
    color: #282828;
    letter-spacing: 0.06em;
}
.blog-detail .box .comments ul li{
    margin-bottom: 30px;
    padding: 0;
}
.blog-detail .box .comments ul li img{
    max-width: 70px;
    border-radius: 100%;
    float: left;
}
.blog-detail .box .comments ul li .content{
    margin-left: 90px;
    border-bottom: 1px solid #eee;
    padding-bottom: 22px;
}
.blog-detail .box .comments ul li h6{
    font-size: 14px;
    color: #282828;
    font-weight: 800;
    font-style: normal;
    line-height: 1;
    margin: 0 0 5px;
}
.blog-detail .box .comments .date{
    color: #616161;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
}
.blog-detail .box .comments .date:hover, .blog-detail .box .comments .form-control:hover{
    color: #1151d3;
}
.blog-detail .box .comments p{
    margin: 7px 0;
}
.blog-detail .box .comments a{
    font-size: 13px;
    color: #1151d3;
    text-transform: capitalize;
    font-weight: 800;
}
.blog-detail .box .comments a:hover{
    color: #282828;
}
.blog-detail .box .comments ul li:nth-child(2){
    padding-left: 90px;
}
.blog-detail .box .comments ul li:last-child .content{
    border-bottom: none;
    padding-bottom: 0px;
}
.blog-detail .box .comments h3{
    font-size: 13px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 13px 0;
    letter-spacing: 0.06em;
    color: #282828;
}
.blog-detail .box .comments .form-group{
    margin-bottom: 0px;
}
.blog-detail .box .comments .form-control{
    color: #9b9b9b;
    font-size: 13px;
    padding: 8px 0;
    font-weight: 500;
    border-radius: 0;
    border-style: solid;
    border-color: #dfdfdf;
    border-width: 0 0 2px 0;
    height: 50px;
    transition: all 300ms linear 0ms;
    box-shadow: none;
    margin-bottom: 30px;
}
.blog-detail .box .comments textarea{
    height: 112px !important;
}
.blog-detail .box .comments .btn-primary{
    width: 100%;
    border-radius: 51px;
    background-color: #1151d3;
    border-color: #1151d3;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0 40px;
    line-height: 47px;
    transition: all 300ms linear 0ms;
}
.blog-detail .box .comments .btn-primary:hover{
    background: #282828;
    border-color: #282828;
}
.blog-detail .box{
    margin-bottom: 0px !important;
}
.btn-video{
    font-size: 50px;
    line-height: 50px;
    vertical-align: middle;
    color: #fff;
    margin-left: 30px;
}
.btn-video:hover{
    color:#fff;
}
.btn-video span{
    font-size: 13px;
    font-family: inherit;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 50px;
    padding-left: 8px;
    vertical-align: top;
}
.header-blog #menu .navbar-nav > li > a,.header-blog .icons li span, .header-blog .cart .dropdown-toggle{
    color: #000;
}
.header-blog #menu .navbar-nav > li:hover::after,.header-blog #menu .navbar-nav > li.active::after {
    background: #000;
}
.header-blog .icons{
    border-left: 1px solid rgba(51, 51, 51, 0.10);
    padding-left: 15px;
}
.header-blog .icons li{ 
    padding: 37px 0 38px 17px;
}
.header-blog .icons .sidenav li{ 
    padding: 19px 0;
}
.header-blog{
    position: relative;
    background: #fff;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.header-blog #menu .navbar-nav > li:last-child{
    padding-right: 15px;
}
.home-blog{
    background: #f9f9f9;
}
.home-blog .slideshow{
    padding: 70px 0 0;
}
.home-blog .slideshow .owl-pagination{
    display: none;
}
.home-blog .slideshow .owl-buttons .owl-prev{
    left: 2%;
}
.home-blog .slideshow .owl-buttons .owl-next{
    right: 2%;
}
.home-blog .slideshow .owl-buttons .owl-prev, .home-blog .slideshow .owl-buttons .owl-next{
    opacity: 1;
}
.home-blog .slideshow .image{
    padding: 100px 15px;
    background-position: center;
    background-size: cover;
    position: relative;
}
.home-blog .slideshow .image:before {
    content: "";
    background-color: rgba(0,0,0,0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-blog .slideshow .blog{
    background: #fff;
    border-radius: 2px;
    padding: 40px;
    max-width: 410px;
    margin: auto;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    position: relative;
    z-index: 1;
}
.home-blog .slideshow .blog .box {
    margin-bottom: 0px;
    border-radius: 0px;
    box-shadow: none;
}
.home-blog .slideshow .blog .box .caption {
    padding: 0px;
}
/*------------------
[ our portfolio ]
--------------------*/
.portfolio .pride{ 
    padding: 100px 0;
}
.portfolio .contact-bg::before {
    background-color: rgba(27,26,26,0.55);
}
.portfolio .portfolio-padding{
    padding: 0 50px;
}
.portfolio .width20{
    width: 20%; 
} 
.portfolio .portfolio-padding .box .image .onhover .icon {
    top: 22%;
}
.portfolio .portfolio-padding .box .caption h4 {
    font-size: 13px;
}
.portfolio .portfolio-grid .box{
    padding: 30px 0 0;
}
.portfolio .portfolio-grid .nav-tabs {
    margin: 0px !important;
}
.portfolio .pride .nav-tabs{
    margin: 0 0 30px;
}
.portfolio-masonry{
    padding: 56px 0;
}
.portfolio-masonry h1{
    font-size: 30px;
    color: #282828;
    margin: 0;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.portfolio-masonry .breadcrumbs {
    margin: 0;
}
.portfolio-masonry .breadcrumbs li, .portfolio-masonry .breadcrumbs li a {
    color: #646464;
}
.portfolio-masonry .breadcrumbs li a:hover {
    color: #1151d3;
}
.portfolio-boxed{
    padding: 0 0 100px;
}
.portfolio-single{
    padding: 100px 0;
}
.portfolio-single .image{
    margin-bottom: 30px;
}
.portfolio-single .image:last-child{
    margin-bottom: 0px;
}
.portfolio-single .content h2{
    font-size: 25px;
    margin: 0 0 10px;
    color: #282828;
    font-weight: 700;
    font-family: 'Poppins' , sans-serif; 
}
.portfolio-single .lines, .portfolio-single .lines .line1, .portfolio-single .lines .line2 {
    margin: 0;
}
.portfolio-single .lines{
    margin: 0 0 18px;
}
.portfolio-single .content p{
    margin: 0 0 15px;
}
.portfolio-single .content .network{
    padding: 30px;
    background-color: #f9f9f9;
    margin: 20px 0 30px;
}
.portfolio-single .content .network li{
    font-size: 13px;
    line-height: normal;
    color: #666;
    padding: 11px 0;
    border-bottom: 1px solid #ededed;
}
.portfolio-single .content .network li span{
    color: #282828;
    font-weight: 800;
    display: inline-block;
    min-width: 80px;
}
.portfolio-single .content .network li a{
    color: #666;
}
.portfolio-single .content .network li a:hover{
    color: #1151d3;
}
.portfolio-single .content .social{
    padding: 30px;
    background: #f9f9f9;
    margin: 0;
}
.portfolio-single .content .social{
    padding: 30px;
    background: #f9f9f9;
    margin: 0;
}
.portfolio-single .content .social li span{
    padding-right: 15px;
    color: #282828;
    font-size: 13px;
    font-weight: 800;
}
.portfolio-single .content .social li a{
    font-size: 14px;
    color: #5d5d5d;
    transition: all 300ms linear 0ms;
}
.portfolio-single .content .social li a:hover{
    color: #1151d3;
}
.portfolio-single .content-top{
    margin-top: 46px;
}
.portfolio-single .content-bottom{
    margin: 0 0 58px;
}
.portfolio-single .content-top .network {
    margin: 0px 0 30px;
}
.portfolio-single .content-top p:last-child {
    margin: 0px;
}
.portfolio-bg{
    background: transparent;
}
#portfolio-single .owl-buttons .owl-prev {
    left: 30px;
}
#portfolio-single .owl-buttons .owl-next {
    right: 30px;
}
#portfolio-single .owl-buttons div{
    opacity: 1;
}
#portfolio-single .owl-buttons div i{
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    height: 54px;
    line-height: 50px;
    width: 54px;
    font-size: 18px;
    transition: all 300ms linear 0ms;
    text-align: center; 
}
#portfolio-single .owl-buttons div i:hover{
    color: #1151d3;
    background: #fff; 
}
/*----------
[ Shop ]
-------------*/
.shop{
    padding: 100px 0;
    background: #f9f9f9;
}
.shop .box{
    background-color: #fff;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    margin-bottom: 28px;
}
.shop .box .caption{
    padding: 15px 15px 30px;
    text-align: center;
}
.shop .box .caption h2{
    color: #282828;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin:0 0 10px;
}
.shop .box .caption .category a{
    font-size: 12px;
    color: #333;
    font-family: 'Poppins' , sans-serif; 
}
.shop .box .caption .price{
    font-size: 17px;
    color: #1151d3;
    font-weight: 700;
    font-family: 'Poppins' , sans-serif; 
    margin-bottom: 10px;
}
.shop .box .caption h2 a{
    color: #282828;
}
.shop .col-md-3:nth-child(4n+1){
    clear: left;
}
.shop .box .caption .btn-cart{
    background-color: #1151d3;
    font-size: 13px;
    font-weight: 800;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 0 28px;
    line-height: 38px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    border-radius: 0px;
    position: relative;
}
.shop .box .caption .btn-cart .icon{
    font-size: 15px;
    padding-right: 8px;
}
.shop .box .caption .cart-btn{
    bottom: auto;
    position: absolute;
    opacity: 0;
    left:0;
    right:0;
    top:42%;
    -webkit-transform: translateY(50px);
    -khtml-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
}
.shop .box:hover .caption .cart-btn{
    -webkit-transform: translateY(0px);
    -khtml-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
.shop .box .caption .btn-cart:hover{
    background-color: #282828;
    border-color: #282828;
    color: #fff;
}
.shop .box .sale{
    background-color: #1151d3;
}
.shop .box .new{
    background-color: #f9c400;
}
.shop .box .tag{
    border-radius: 1px;
    font-weight: 800;
    line-height: 29px;
    text-transform: uppercase;
    top: 20px;
    right: 35px;
    font-size: 12px;
    min-width: 56px;
    height: 29px;
    z-index: 1;
    color: #fff;
    position: absolute;
    letter-spacing: 0.1em;
    text-align: center;
}
.rightbar .blog-sidebar{
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
}
.best_seller .caption{
    display: inline-block;
}
.best_seller .caption h3{
    margin: 0 0 5px;
    color: #282828;
    font-size: 19px;
    line-height: 22px;
    font-weight: 700;
}
.best_seller li{
    margin-bottom: 20px;
}
.best_seller .caption h3 a{ 
    color: #282828;
}
.best_seller,.price-filter{
    margin-bottom: 48px;
}
.best_seller .price{
    font-size: 13px;
    color: #1151d3;
    font-family: 'Poppins' , sans-serif;
    font-weight: 700;
}
.best_seller img{
    border-radius: 100%;
    float: left;
    margin: 0 15px 0 0;
    max-width: 50px;
    height: 50px;
    width: 100%;
}
.range-controls {
    position:relative;
    height:80px;
    margin-bottom:15px;
    overflow:hidden;
}
.scale {
    margin-top:20px;
    height:4px;
    background:#d7dcde;
}
.bar{
    height:4px;
    background:#1151d3;
    width: 70%;
    margin-left: 40px;
}
.toggle {
    position:absolute;
    top:16px;
    left:50px;
    width:4px;
    height:4px;
    border:6px solid #1151d3;
    cursor:pointer;
    border-radius:50%;
}
.min-toggle {
    left:28px;
}
.max-toggle {
    left:215px;
}
.price-controls{
    margin-top: 22px;
}
.old-price{
    text-decoration: line-through;
    color:#666;
    margin-right: 5px;
    font-size: 15px;
}
.price-controls .btn-filter{
    color:#1151d3;
    font-size: 13px;
    font-weight: 800;
}
.price-controls span{
    margin-left:10px;
    font-size:16px;
    text-align:center;
    color:#283136;
    border-radius:5px;
    color:#1151d3;
}
.vissions .box{
    background-color: rgb(49, 49, 49);
    height: 344px;
    padding: 65px 30px;
    transition: all 0.2s ease-out 0s;
    text-align: center;
    position: relative;
}
.vissions .box .icons{
    margin-bottom: 30px;
}
.vissions .box .icons i{
    font-size: 32px;
    color: #fff;
    transition: all 300ms linear 0ms;
}
.vissions .box h4{
    font-size: 18px;
    line-height: 29px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 15px;
    font-family: 'Poppins', sans-serif;
}
.vissions .box p{
    color: #f9f9f9;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    margin: 0 0 15px;
}
.vissions .box:hover {
    background: #1151d3;
}
.vissions .box .box-one{
    margin-top: 43%;
}
.vissions .box .box-one .icon, .vissions .box .box-one h4{
    opacity: 0;
}
.vissions .box .box-two{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0px, -50%);
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1.34) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1.34) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1.34) 0s;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1.34) 0s;
    opacity: 1;
}
.vissions .box:hover .box-two{
    top: 65px;
    transform: translate(0px, 0%);
}
.vissions .box:hover p{
    opacity: 1;
}
.vissions .box:hover .icons i{
    animation: pulse 0.9s infinite;
}
.vissions .box2{
    background-color: rgb(40, 40, 40);
}
.vissions .box3{
    background-color: rgb(34, 34, 34);
} 
.vissions .box4{
    background-color: rgb(29, 29, 29);
} 
.sort{
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    margin-bottom: 30px;
    padding: 20px 20px 5px;
}
.sort .form-control,.sort .bootstrap-select.form-control:not([class*="col-"]){
    width: auto;
    display: inline-block;
}
.sort .bootstrap-select .btn-default,.sort .btn-group .fa{
    border-radius: 0px;
    color:rgb(155, 155, 155);
}
.sort .btn-group label{
    float: left;
}
.sort #list-view{
    margin-left: 10px;
}
.sort label{
    color:#000;
    display: inline-block;
    text-transform: capitalize;
    padding-right: 10px;
}
.sort .btn-group .btn{
    border-radius: 0px;
}
.sort .btn-group .active .fa,.sort .btn-group .btn-default:hover .fa{
    color:#1151d3;
}
.sort .btn-group .active,.sort .btn-group .btn-default:hover {
    box-shadow: none;
}
.brands{
    background: #1151d3;
    min-height: 672px;
}
.brands .bgbox{
    background: #1151d3;
    padding: 170px 100px 73px;
    text-align: center;
    height: 673px;
}
.brands .bgbox h6{
    letter-spacing: 0.02em;
    margin: 0 0 14px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}
.brands .bgbox h2{
    font-size: 45px;
    line-height: 56px;
    margin: 0;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Poppins', sans-serif;  
    font-weight: 700;
}
.brands .bgbox p{
    margin: 30px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 28px;
}
#brands .owl-controls .owl-buttons div {
    position: relative;
    display: inline-block;
    text-align: center;
    opacity: 1;
    left: 0;
    right: 0;
}
#brands .owl-controls .owl-prev i, #brands .owl-controls .owl-next i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 18px;
    margin: 67px 5px 0;
    transition: all 300ms linear 0ms;
    color: rgba(255, 255, 255, 0.7);
}
#brands .owl-controls .owl-prev i:hover, #brands .owl-controls .owl-next i:hover {
    color: #fff;
}
.brands .bgimgs{
    min-height: 673px;
    position: absolute;
    right: 0;
    width: auto;
    left: 0;
    background-attachment: scroll;
    background-color: transparent;
    background-image: inherit;
    background-size: cover;
    z-index: 0;
    background-position: 50% 0;
}
.product-list .image{
    display: inline-block;
    width: 40%;
    float: left;
}
.product-list .caption{
    text-align: left !important;
    padding: 15px;
    margin-left: 40%;
}
.product-grid .desc,.product-grid .cart-btn-list,.product-list .cart-btn{
    display: none;
}
.shopdetail .detail{
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    padding: 40px;
}
.shopdetail .detail .image{
    margin-bottom: 40px;
}
.shopdetail .detail h3{
    font-size: 18px;
    font-weight: 700;
    color: #282828;
    margin: 0;
}
.shopdetail .detail .price-rating{
    min-height: 50px;
}
.shopdetail .detail .price-rating .price{
    font-size: 16px;
    color: #1151d3;
    font-weight: 700;
    font-family: 'Poppins' , sans-serif; 
}
.shopdetail .detail .price-rating .rating, .shopdetail .detail .price-rating .rating p {
    display: inline-block;
}
.shopdetail .detail .price-rating .rating p {
    margin-right: 26px;
}
.shopdetail .detail .price-rating .rating i {
    color: #1151d3;
    display: inline-block;
}
.shopdetail .detail .price-rating .rating i:last-child {
    color: #9b9b9b;
}
.shopdetail .detail .price-rating .rating a {
    color: #9b9b9b;
    transition: all 300ms linear 0ms;
}
.shopdetail .detail .price-rating .rating a:hover {
    color: #1151d3;
}
.shopdetail .detail .desc{
    border-bottom: 1px solid #efefef;
    margin: 0 0 30px;
    padding: 8px 0 26px;
}
.shopdetail .detail .quantity{
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
    min-height: 71px;
}
.shopdetail .detail .quantity-label{
    font-size: 15px;
    font-weight: 700;
    color: #282828;
    padding-right: 12px;    
}
.shopdetail .detail .quantity .button{
    border-radius: 50px;
    background-color: #282828;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    padding: 0 28px;
    line-height: 38px;
    border-radius: 50px;
    position: relative;
    border: 2px solid #282828;
    letter-spacing: 0.02em;
    transition: all 300ms linear 0ms;
}
.shopdetail .detail .quantity .button + .button{
    margin-left: 20px;
}
.shopdetail .detail .quantity .button:hover{
    background-color: #1151d3;
    border: 2px solid #1151d3;
}
.shopdetail .detail .quantity .color{
    background-color: #1151d3;
    border: 2px solid #1151d3;
}
.shopdetail .detail .quantity .color:hover{
    background-color: #282828;
    border: 2px solid #282828;
}
.shopdetail .detail h6{
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 13px;
}
.shopdetail .detail .social{
    margin: 0 0 40px;
}
.shopdetail .detail .social li{
    background-color: #1151d3;
    border-radius: 2px;
    font-size: 15px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 34px;
}
.shopdetail .detail .social li:hover{
    background-color: #282828;
}
.shopdetail .detail .social li a{
    color: #fff;
}
.shopdetail .detail .social li + li{
    margin-left: 5px;
}
.shopdetail .nav-tabs {
    background-color: #f9f9f9;
    border-color: #eee;
    border-style: solid;
    border-width: 1px 1px 0;
    padding: 1px;
}
.shopdetail .nav-tabs li a  {
    background-color: transparent;
    border-right: 1px solid #eee !important;
    color: #323232;
    font-size: 15px;
    font-weight: 800;
    margin-right: 1px;
    padding: 19px 20px;
    border-radius: 0px;
    border: none;
}
.shopdetail .nav-tabs > li.active > a, .shopdetail .nav-tabs > li.active > a:hover,  .shopdetail .nav-tabs > li.active > a:focus {
    background-color: #fff;
    color: #1151d3;
    border:none;
    border-right: 1px solid #eee !important;
}
.shopdetail .nav-tabs > li > a:hover {
    border-color: #eee;
}
.shopdetail .tab-content{
    border: 1px solid #eee;
    padding: 15px 20px;
    margin: 0 0 20px;
}
.shopdetail .tab-content{
    border: 1px solid #eee;
    padding: 15px 20px;
    margin: 0 0 20px;
}
.shopdetail h2{
    font-size: 16px;
    margin: 0 0 20px;
    font-weight: 600;
    color: #282828;
}
.shopdetail #tab-review .btn-primary{
    background-color: #1151d3;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    padding: 0 28px;
    line-height: 38px;
    transition: all 300ms linear 0ms;
    border-radius: 50px;
    border: 2px solid #1151d3;
    letter-spacing: 0.02em;
}
.shopdetail #tab-review .btn-primary:hover{
    background-color: #282828;
    border: 2px solid #282828;
}
.shopdetail h5{
    margin: 30px 0 13px;
    font-size: 13px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #282828;
}
.shopdetail .nav-links{
    margin: 40px 0 0;
    padding: 0;
    text-align: center;
}
.shopdetail .nav-links li{
    margin: 0 10px;
    border: 2px solid #e0e0e0;
    border-radius: 100%;
    display: inline-block;
    height: 46px;
    line-height: 42px;
    text-align: center;
    width: 46px;
    font-size: 16px;
    font-weight: 700;
}
.shopdetail .nav-links li a{
    color: #616161;
}
.shopdetail .nav-links li:hover a{
    color: #1151d3;
}
/*--------------------------------- 
[ pagination / .pagination ]
----------------------------------- */
.pagination{
    margin: 30px 0 20px;
}
.pagination li a, .pagination  li span{
    padding:5px 13px;
    color: #616161;
    background-color: transparent;
    border: 2px solid transparent;
    margin-right: 10px;
    font-size:16px;
    font-weight:700;
    border-radius:50%;
    height: 46px;
    width: 46px;
    line-height: 32px;
    font-family: 'Poppins' , sans-serif; 
    text-align: center; 
}
.pagination .active  a, .pagination  .active  span, .pagination  .active > a:hover, .pagination .active span:hover, .pagination .active a:focus, .pagination .active > span:focus{
    background:transparent;
    border-color: #dbdbdb;
    color: #616161;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 50%; 
    border-bottom-left-radius: 50%;
}
.pagination li a:hover{
    color: #1151d3;
    background: transparent;
    border-color: transparent;
}
/*---------------------- 
[ Mycart / .mycart ]
------------------------ */ 
.mycart{
    padding:100px 0;
    background: #F9F9F9;
}
.mycart .listproducts{
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    margin-bottom: 50px;
}
.mycart .listproducts thead td{
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    padding: 11px;
    border-right: 1px solid #eee;
    color: #282828;
}
.mycart .listproducts tbody td{
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 20px;
    vertical-align: middle;
}
.mycart .listproducts .product-name{
    position: relative;
}
.mycart .listproducts .image{
    height: 60px;
    width: 60px;
    float: left;
    display: inline-block;
}
.mycart .listproducts .caption{
    padding-left: 78px;
    padding-right: 30px;
}
.mycart .listproducts .caption .name{
    font-size: 16px;
    font-weight: 700;
    color: #282828;
    display: inline-block;
    line-height: normal;
    vertical-align: top;
    transition: all 300ms linear 0ms;
}
.mycart .listproducts .caption .name:hover{
    color: #1151d3;
}
.mycart .listproducts .caption .remove{
    display: inline-block;
    height: 19px;
    width: 19px;
    background-color: #000;
    border-radius: 1px;
    line-height: 20px;
    color: #fff !important;
    font-size: 12px;
    text-align: center; 
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}
.mycart .listproducts .caption .remove:hover{
    background-color: #1151d3;
}
.mycart .listproducts tbody td span{
    font-size: 13px;
    color: #1151d3;
    font-weight: 700;
    font-family: 'Poppins' , sans-serif; 
}
.mycart .qtypara{
    padding: 12px 0;
}
.mycart .listproducts tbody tr:last-child td:first-child{
    border-right: none;
}
.mycart .listproducts .coupon .form-control{
    max-width: 250px;
    margin-right: 6px;
    border: 1px solid #eee;
    border-radius: 1px;
    height: 42px;
    padding: 0 15px;
    display: inline-block;
}
.mycart .listproducts .button{
    background-color: #1151d3;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    padding: 0 28px;
    line-height: 38px;
    transition: all 300ms linear 0ms;
    border-radius: 50px;
    border: 2px solid #1151d3;
    letter-spacing: 0.02em;
}
.mycart .listproducts .button:hover{
    background-color: #282828;
    border-color: #282828;
}
.mycart .listproducts .btn-check{
    background-color: #282828; 
    border-color: #282828; 
    margin-right: 6px;
    padding: 11px 28px;
}
.mycart .listproducts .btn-check:hover{
    background-color: #1151d3; 
    border-color: #1151d3; 
    margin-right: 6px;
}
.mycart .cartable{
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    padding: 20px;
}
.mycart .cartable h5{
    font-size:18px;
    font-weight:700;
    color:#282828;
    margin:0 0 22px;
}
.mycart .cartable .form-group{
    margin:0;
}
.mycart .cartable .form-control{
    margin:0 0 20px;
    border:1px solid #efefef;
    height:38px;
}
.mycart .cartable .btn-primary{
    background: #1151d3;
    border-color: #1151d3;
    border-radius: 40px;
    text-transform: uppercase;
    padding: 7px 15px;
    font-weight: 700;
}
.mycart .cartable table tr td{
    font-size: 13px;
    font-weight: 800;
    color: #1151d3;
    text-transform: uppercase;
    border: none;
    padding: 8px 0; 
}
.mycart .cartable table tr td span{
    color: #959595;
    font-weight: 600;
}
.qtypara{
    margin:0;
    position:relative;
}
.qtypara .minus, .qtypara .add, .qtypara .form-control{
    vertical-align: top;
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 10px;
    border: 1px solid #eee;
    border-radius: 1px;
    color: #1151d3;
    cursor: pointer;
    margin-right: 1px;
    padding: 0;
}
.qtypara .form-control{
    width: 30px;
    color: #282828;
    font-size: 14px;
}
/*--------------------
[ signin / signup ]
----------------------*/
#signin .modal-dialog, #signup .modal-dialog{
    max-width: 370px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: auto;
}
#signin .model-content, #signup .model-content{
    background-color: #fff;
    padding: 37px 40px 40px;
    border-radius: 2px;
}
#signin .model-content h3, #signup .model-content h3{
    font-size: 20px;
    color: #222;
    margin: 0 0 10px;
    font-weight: 700;
    font-family: 'Poppins' , sans-serif; 
}
#signin .model-content .lines, #signup .model-content .lines{
    margin: 0 0 23px;
}
#signin .model-content .lines .line1, #signin .model-content .lines .line2, #signup .model-content .lines .line1, #signup .model-content .lines .line2 {
    border-top: 2px solid #1151d3;
    margin: 0;
}
#signin .model-content .form-group, #signup .model-content .form-group{
    margin-bottom: 21px;
}
#signin .model-content .form-control, #signup .model-content .form-control{
    color: #9b9b9b;
    font-size: 13px;
    padding: 8px 0;
    font-weight: 500;
    border-radius: 0;
    border-style: solid;
    border-color: #dfdfdf;
    border-width: 0 0 2px 0;
    height: 50px;
    transition: all 300ms linear 0ms;
    box-shadow: none;
}
#signin .model-content .form-group label, #signin .model-content .form-group a, #signup .model-content .form-group label, #signup .model-content .form-group a{
    color: #9b9b9b;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
}
#signin .model-content .form-group a, #signup .model-content .form-group a{
    color: #1151d3;
}
#signin .model-content .btn-primary, #signup .model-content .btn-primary{
    background-color: #1151d3;
    border-radius: 61px;
    font-size: 13px;
    font-weight: 800;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 0 40px;
    line-height: 47px;
    transition: all 300ms linear 0ms;
    border: 2px solid #1151d3;
    letter-spacing: 0.02em;
    width: 100%;
}
#signin .model-content .btn-primary:hover, #signup .model-content .btn-primary:hover{
    background-color: #282828;
    border: 2px solid #282828;
}
#signin .model-footer, #signup .model-footer{
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding-top: 24px;
}
#signin .model-footer span, #signup .model-footer span{
    padding: 0px;
}
#signin .model-footer span:hover, #signup .model-footer span:hover{
    color:#fff;
}
#signin .model-footer a, #signup .model-footer a{
    color: #fff;
    border-bottom: 2px solid #fff;
    transition: all 300ms linear 0ms;
}
#signin .model-footer a:hover, #signup .model-footer a:hover{
    color: #1151d3;
    border-color: #1151d3;
}
#signup .model-footer span{
    border: none;
}
#signup .model-footer span:hover{
    background: transparent;
}
.sign-btns li{
    padding: 38.5px 5px;
}
.sign-btns .opensign, .sign-btns .opensignup{
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    padding: 9px 8px;
    cursor: pointer;
}
.sign-btns li:last-child .opensignup{
    border: 2px solid #fff;
    border-radius: 40px;
    padding: 9px 20px;
}
.sign-btns .opensign:hover, .sign-btns .opensignup:hover{
    color: #1151d3;
}
.sign-btns li:last-child .opensignup:hover{
    background-color: #1151d3;
    border-color: #1151d3;
    color: #fff;
}
/*-------------------------
[ our passion ]
---------------------------*/
.passion .bgwhite h2{
    font-size: 40px;
    line-height: 48px;
    color: #222;
    margin:0 0 10px;
    font-family: 'Poppins', sans-serif; 
    font-weight: 700;
}
.passion .bgwhite p{
    font-size: 17px;
    line-height: 28px;
    font-weight: 700;
    padding: 5px 0;
}
.bgwhite{
    background: #fff;
    z-index: 9999999999;
    right: 0;
    position: absolute;
    left: auto;
    top: 0;
    padding:80px 100px 50px;
    bottom:0;
}
.passion .parallax .scroll_layers.imageeffect {
    padding: 60.421875% 0 0 0;
}
.passion .leftalign{
    width: 56px;
    margin-bottom: 28px;
}
.text-des h1 b{
    font-style: normal;
}
.text-des h1{
    font-size: 55px;
    line-height: 65px;
    letter-spacing: 0px;
    font-family: 'Poppins', sans-serif; 
    transition: none 0s ease 0s;
    transform: translate3d(0px, 0px, 0px);
    transform-origin: 50% 50% 0px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 0px;
}
.text-des p{
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}
.text-des .btn-default{
    background-color: #1151d3;
    color:#fff;
    border:none;
}
.text-des .btn-default:hover{
    color: #1151d3;
    background-color:#fff;
    border:none;
}
.yetsure{
    padding: 80px 0;
}
.yetsure .faq {
    padding: 0;
}
.yetsure h2{
    font-size: 33px;
    line-height: 48px;
    color: #222;
    margin: 46px 0 23px;
    font-weight: 700;
    text-align: left;
    font-family: "Poppins",serif;
}
.yetsure .sureimg img{
    position: absolute;
    right: 0;
    height: 600px;
    width: 50%;
}
.hellotime{
    padding: 100px 0 0px; 
}
.passion .progress{
    margin-bottom: 33px;
}
.passion .parallax .imageeffect{
    background-position: 90% 90%;
}
.passion .leftalign::before{
    width: 27px;
}
.passion1{
    position: relative;
    min-height: 837px;
}
.passion1 .map{
    background: #fff;
    position: absolute;
    left: 0;
    width: 51.5%;
    top: 0;
    bottom: 0;
}
.passion1 .section_wrap{
    height: 100%;
    padding: 126% 0 0 0;
}
.passion1 .bgoff{
    padding: 80px 100px 50px;
    background: #f9f9f9;
    margin-top: 30px;
    position: absolute;
    right: 0;
    width: 46%;
}
.passion1 .bgoff h2 {
    font-size: 40px;
    line-height: 48px;
    color: #222;
    margin: 0 0 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.passion1 .bgoff p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 700;
    padding: 5px 0;
}
.passion1 .leftalign {
    width: 56px;
    margin-bottom: 28px;
}
.passion1 .leftalign::before {
    width: 27px;
}
.passion1 .progress {
    margin-bottom: 33px;
}
.passion-new .new-design .map .parallax{
    margin-left: 0;
}
.passion-new .passion1 .map {
    width: 49%;
}
.passion-new .new-design,.passion-new .passion1{
    background: #f9f9f9;
}
.passion-new .passion1 .bgoff{
    width: 50%;
}
.wepassion{
    background: #f9f9f9;
    padding: 100px 0;
}
.wepassion h2{
    font-size: 40px;
    line-height: 48px;
    color: #222;
    margin: 47px 0 5px;
    font-weight: 700;
    font-family: "Poppins",serif;
}
.wepassion p{
    font-size: 17px;
    line-height: 28px;
    margin: 5px 0 25px;
    font-weight: 700;
}
.wepassion .lines {
    width: 56px;
    margin: 0 0 28px;
}
.wepassion .lines .line1 {
    width: 27px;
    margin: 0;
}
.wepassion .progress{
    margin-bottom: 33px;
} 
/*-------------------------
[ home-corporate ]
---------------------------*/
.home-corporate{
    padding: 0 30px 30px; 
}
.home-corporate .ourteam-page .team {
    background: transparent;
    padding: 106px 0 40px;
}
.home-corporate .header-office{
    position: relative;
}
.home-corporate .top{
    background: transparent;
    border-bottom: 1px solid #eaeaea;
}
.home-corporate .top .container,.home-corporate header .container{
    width: auto;
    padding: 0;
}
.home-corporate .top li{
    color:#a5a5a5;
}
.home-corporate .top .links li a .fa {
    color:#333;
}
.home-corporate .top .links li a .fa:hover {
    color:#1151d3;
}
.home-corporate .header-office #menu li{
    padding: 24px 0px 25px;
    border:none;
}
.home-corporate .header-office #menu .dropdown-menu li{
    padding: 0 30px;
}
.home-corporate .btn-video{
    margin: 0;
}
.home-corporate .slideshow .parallax .section_wrap{
    padding: 47% 0 0 0;
}
.home-corporate .text-left .slidesdetail{
    top:30%;
}
.home-corporate .about-freelancer .pride .box{
    margin-bottom: 30px;
}
.home-corporate .about-freelancer .pride{
    margin:0px -15px;
}
.home-corporate  #testimonial{
    padding: 86px 0;
}
.home-corporate .contact-simple,.home-corporate .passion .bgwhite{
    background: #f9f9f9;
}
.home-corporate .contact-simple .map{
    left: 49%;
    background: #fff;
}
.home-corporate .contact-simple form .form-control{
    background: transparent;
}
.home-corporate .contact-simple .map .parallax{
    margin-left: 30px;
}
.home-corporate .carousel-bg{
    background: #fff;
}
/*---------------
[ home-studio ]
-----------------*/
.home-studio .crafts {
    padding: 0px 0;
}
.home-studio .crafts .craftbg{
    background: url(../images/1200-x-1200.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 715px;
}
.home-studio .craftinner{
    padding: 123px 130px 84px 110px; 
}
.home-studio .crafts .box {
    margin: 0px 0 36px;
    text-align: left;
}
.home-studio .crafts .box .icons {
    max-width: 80px;
    float: left;
    margin: 6px 0 0;
}
.home-studio .crafts .box .icons i {
    font-size: 32px;
}
.home-studio .crafts .box .caption {
    padding-left: 80px;
}
.home-studio .crafts .box p:before {
    margin: 0;
}
.home-studio .ourteam-page .team .matter {
    margin-bottom: 0px;
}
.home-studio .team {
    background: transparent;
}
/*---------------
[ home-dark ]
-----------------*/
.home-dark, .home-dark .team .matter .caption, .home-dark .getin .parallax .heading-content, .home-dark #thoughts{
    background-color: #222;
}
.home-dark, .home-dark .commontop h2, .home-dark .crafts .box h4, .home-dark .crafts .box a, .home-dark .campaigns h6, .home-dark .progress-label label, .home-dark .team .matter .caption h4, .home-dark .pride .nav-tabs > li > a, .home-dark .pride .box .caption h4 a, .home-dark .brain .brain-content h4, .home-dark .testimonial .box h4, .home-dark .getin .intouch h2, .home-dark .thoughts .box .box-top .caption h2 a {
    color: #fff;
}
.home-dark .lines .line1, .home-dark .lines .line2 {
    border-top: 2px solid #fff;
}
.home-dark .crafts .box p:before{
    background-color: #fff;
} 
.home-dark .crafts .box:hover a, .home-dark .pride .nav-tabs > li.active > a, .home-dark .pride .nav-tabs > li.active > a:hover, .home-dark .pride .nav-tabs > li.active > a:focus, .home-dark .pride .nav-tabs > li > a:hover, .home-dark .pride .box .caption h4 a:hover, .home-dark .getin .intouch h5, .home-dark .thoughts .box .box-top .caption h2 a:hover {
    color: #1151d3;
}
.home-dark .team, .home-dark .brain, .home-dark .thoughts .box .box-top, .home-dark #carousel10 {
    background: #1d1d1d;
}
.home-dark .brain .brain-number{
    color: #a5a5a5;
}
.home-dark .brain .lines .line1, .home-dark .brain .lines .line2{
    border-color: #1151d3;
}
.home-dark .getin .intouch form .form-control{
    background: transparent;
    border-color: #2f2f2f;  
}
/*------------------
[ home-parallax ]
--------------------*/
.home-parallax header {
    border-bottom: 1px solid transparent;
}
.home-parallax header .icons li:nth-child(2) {
    padding-left: 16px;
}
.home-parallax .sidenav ul li:nth-child(2){
    padding-left: 0px;
}
.home-parallax #menu .navbar-nav > li:hover:after, .home-parallax #menu .navbar-nav > li.active:after {
    background: transparent;
}
.home-parallax .home-business .crafts {
    padding: 110px 0 100px;
}
/*---------------
[ home-it ]
-----------------*/
.home-it .header-social .icons li:last-child {
    padding-left: 16px;
}
.home-it .header-social .icons li:nth-child(2){
    padding-left: 2px;
}
.home-it .header-social .icons li .soical-icon li {
    padding-left: 14px;
}
.home-it #mySidenav li {
    padding-left: 0px;
}
.home-it .about-office  .team{
    padding: 106px 0 100px;
}
.home-it .about-office .mission{
    background: transparent;
}
.header-company .btn-contact{
    border:2px solid #fff;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    padding: 9px 20px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 40px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    margin-right: 24px;
}
.header-company .opennav .fa-bars{
    padding-right: 15px;
}

/*--------------------
[ CSS Adicional ]
----------------------*/

.texto-verde {
    color: #007e6f;
}

@font-face {
    font-family: 'Hyperion Bold';
    src: url('fonts/hyperion-font/Hyperion-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

.hyperion-font {
    font-family: 'Hyperion Bold', sans-serif;
    font-weight: 700;
}

.custom-plan-box {
    background-color: #007e6f;
    color: white;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
}

.custom-plan-box {
    background-color: #007e6f;
    color: white;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.checklist {
    list-style: none; /* Quitar bullets */
    padding: 0;
    text-align: left; /* Alinear a la izquierda para mejor apariencia */
    display: inline-block; /* Para centrar la lista dentro del div */
}

.checklist li {
    display: flex;
    align-items: center; /* Alinear verticalmente icono y texto */
    margin-bottom: 10px;
}

.checklist li::before {
    content: '\2714'; /* Código Unicode para la palomita */
    color: #ffffff; /* Color de la palomita */
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px; /* Espacio entre la palomita y el texto */
}

.contact-button {
    display: inline-block;
    background-color: white;
    color: #007e6f;
    border: none;
    padding: 10px 20px;
    border-radius: 50px; /* Botón redondo */
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 20px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.contact-button:hover {
    background-color: #005c53;
    color: white;
}

/* Botón contacto */

.custom-btn {
    background-color: #007e6f;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    transition: background-color 0.3s, color 0.3s;
}

.custom-btn:hover {
    background-color: #005c53;
    color: white;
}

/* Logo Principal */

#logo {
    width: 100%;
    max-width: 550px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 576px) {
    #logo {
        max-width: 450px;
    }
}

/* Botones inicio sesion registro */

.menu-buttons .btn {
    border: 1px solid #007e6f;
    background-color: white;
    color: #007e6f;
    border-radius: 20px;
    padding: 10px 12px;
    text-transform: uppercase;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.menu-buttons .btn a {
    color: inherit;
    text-decoration: none;
}

.menu-buttons .btn:hover {
    background-color: #007e6f;
    color: white;
}

.menu-buttons .btn.login-btn {
    margin-top: 3px;
}

.menu-buttons .btn.register-btn {
    margin-top: 3px;
}




