#facebook_slider_widget{color:#FFF;height:40px;left:0;margin-left:-290px;margin-top:-110px;position:fixed;top:40%;transition:all .3s ease 0s;width:330px;z-index:600;cursor:pointer;background:url(/images/front/button_fb.png) right 0 no-repeat #3B579D;padding-left: 0px}#facebook_slider_widget:hover{margin-left:0!important}#facebook_slider_widget div{display:table-cell;vertical-align:top}
a{outline:none !important;}

.has-error{ 
    color:#ff0000 !important;
}
textarea{resize:none;}

* {
    margin: 0px;
    padding: 0px;
}
#cookies-message{
    padding: 5px 5px; font-size: 12px; line-height: 1.3; border-top: 1px solid #fff; text-align: center; position: fixed; bottom: 0px; background-color: rgba(0,0,0,0.8); width: 100%; z-index: 10500;color:#fff
}
#accept-cookies-checkbox{
    background-color: #663a2a;font-size:14px; padding: 3px 7px; color: #FFF; border-radius: 14px !important; display: inline-block; margin-left: 10px; text-decoration: none; cursor: pointer;
}
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #FFF;

    z-index: 99999;background-size:cover;background-position: center;
}

.preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}
#status .preloader::before {
    background-image: url("/images/front/logo.png?v=3");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    height: 100px;
    margin-left: 25px;
    margin-top: 35px;
    position: absolute;
    width: 100px;
}
.spinner {
    margin: 10px auto;
    width: 150px;
    height: 150px;
    position: relative;
}

.cube1 {
    display: inline-block;
    width: 150px;
    height: 150px;
}
.cube1:after {
    content: " ";
    display: block;
    width: 150px;
    height: 150px;
    margin: 1px;
    border-radius: 50%;
    border: 3px solid #663a2a;
    border-color: #663a2a transparent #663a2a transparent;
    animation: lds-dual-ring 1s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

body {
    overflow-x: hidden;
    font-family: 'Ubuntu', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ubuntu', sans-serif;
}

.font-weight-bold{
    font-weight: 600 !important;
}

a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

::selection {
    background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
    background: rgba(166, 175, 189, 0.3);
}

.back_top {
    text-align: center;
    position: fixed;
    bottom: 15px;
    height: 35px;
    width: 35px;
    background-color: #663a2a;
    display: none;
    z-index: 10000;
    border-radius: 3px;
    right: 20px;
    transition: all 0.5s;
}

.back_top i {
    color: #fff;
    line-height: 35px;
    font-size: 18px;
    padding-top: 3px;
    display: block;
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-color: #fff;
}

.header_section{
    padding:75px 0 75px;position: relative; 
    background:url('/images/front/bg-h.jpg') no-repeat center; background-size: cover;border-top:1px solid #ccc;border-bottom: 1px solid #ccc;
}
.header_section:before{
    height: 100%;width: 100%;opacity: 0.7;background:#fff;position: absolute;top:0;left:0;content:"";
}

.section_title h3 {
    font-family: 'Ubuntu', sans-serif;
    text-shadow: 0 3px 0 #ddd;
}

.section_title .section_title_border .f-border {
    width: 4px;
    display: inline-block;
    height: 3px;
    background-color: #000;
}

.section_title .section_title_border .s-border {
    width: 25px;
    display: inline-block;
    height: 3px;
    background-color: #000;
}

.section_title .sec_subtitle {
    max-width: 500px;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 0;
}

.bg-dark {
    background-color: #22232f;
}

.bg-custom {
    background-color: #663a2a;
}

.text-muted {
    color: #222 !important;
}

.text-dark {
    color: #000 !important;
}

.text-custom {
    color: #663a2a !important;
}

.text-custom-blue {
    color: #4e74d6;
}

.h-100vh {
    height: 100vh;
}

.z-index {
    z-index: 2;
}

.bg-gradient {
    background: #393e9e;
    background: -webkit-linear-gradient(to right, #797cd2, #393e9e);
    background: linear-gradient(to right, #797cd2, #393e9e);
}

.bg-overlay-gradient {
    background: #393e9e;
    background: -webkit-linear-gradient(to right, #797cd2, #393e9e);
    background: linear-gradient(to right, #797cd2, #393e9e);
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.over_margin {
    margin: 20px;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.btn {
    padding: 12px 28px;
}

.btn-sm {
    padding: 8px 15px;
}

.btn-rounded {
    border-radius: 30px !important;
}

.btn-outline-custom {
    border: 2px solid #663a2a;
    color: #663a2a;
    letter-spacing: 1px;
    transition: all 0.5s;
    border-radius: 5px;
    text-transform: capitalize;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.open>.dropdown-toggle.btn-outline-custom {
    background: #663a2a;
    border-color: #663a2a !important;
    color: #fff !important;
}

.btn-custom {
    background-color: #663a2a;
    border: 2px solid #663a2a;
    color: #fff;
    font-size: 12px;
    transition: all 0.5s;
    border-radius: 5px;
    letter-spacing: 1px;
    line-height:1.2;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
    background-color: #777;
    border-color: #777;
    color: #fff;
}

.btn-gradient {
    background: #393e9e;
    background: -webkit-linear-gradient(to right, #797cd2, #393e9e);
    background: linear-gradient(to right, #797cd2, #393e9e);
    color: #fff;
    font-size: 14px;
    transition: all 0.5s;
    border-radius: 5px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.btn-gradient:hover,
.btn-gradient:focus,
.btn-gradient:active,
.btn-gradient.active,
.btn-gradient.focus,
.btn-gradient:active,
.btn-gradient:focus,
.btn-gradient:hover,
.open>.dropdown-toggle.btn-gradient {
    background: #797cd2;
    background: -webkit-linear-gradient(to right, #393e9e, #797cd2);
    background: linear-gradient(to right, #393e9e, #797cd2);
    transition: all 0.5s;
}

.btn-white {
    background-color: #fff;
    border: 2px solid #fff;
    color: #663a2a;
    font-size: 13px;
    transition: all 0.5s;
    border-radius: 5px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus,
.btn-white:active,
.btn-white:focus,
.btn-white:hover,
.open>.dropdown-toggle.btn-white {
    background-color: #efefef;
    border-color: #efefef;
    color: #663a2a;
}

.btn-outline-black{
    border: 2px solid #000;
    color: #000;
    letter-spacing: 1px;
    transition: all 0.5s;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    text-transform: uppercase;
}

.btn-outline-black:hover,
.btn-outline-black:focus,
.btn-outline-black:active,
.btn-outline-black.active,
.btn-outline-black.focus,
.btn-outline-black:active,
.btn-outline-black:focus,
.btn-outline-black:hover,
.open>.dropdown-toggle.btn-outline-black {
    background: #000;
    border-color: #000 !important;
    color: #fff !important;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}
.custom_nav {
    padding: 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
}

.custom_nav.stickyadd {
    background-color: #fff;
}

.custom_nav .social_menu>li:hover a {
    color: #663a2a;
}

.custom_nav .social_menu .list-inline-item:not(:last-child) {
    margin-right: 12px;
}

.custom_nav .social_menu>li a {
    color: #000;
    transition: all 0.5s;
    font-size: 22px;
}

.custom_nav .main_menu {
    position: relative;
}

.custom_nav .main_menu li {
    padding: 0;
}

.custom_nav .main_menu > li > a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    background-color: transparent !important;
    padding: 24px 0 !important;
    position: relative;
    margin: 0 12px;
    text-transform: uppercase;
    transition: all 0.4s;
}

.custom_nav .main_menu .sec_sub_menu li a.nav-link:hover,
.custom_nav .main_menu .sec_sub_menu li.active a.nav-link{
    color: #663a2a;
}

.custom_nav .main_menu .sec_sub_menu li a.nav-link:hover{
    margin-left: 7px;
}

.custom_nav.stickyadd .main_menu > li > a:before,
.custom_nav .main_menu > li > a:before {
    content: '';
    display: block;
    width: 0;
    position: relative;
    height: 3px;
    background: #663a2a;
    margin: auto;
    transition: all .5s ease;
    top: 0%;
}

.custom_nav.stickyadd .main_menu>li.active a:before,
.custom_nav.stickyadd .main_menu>li:hover a:before,
.custom_nav.stickyadd .main_menu>li:active a:before,
.custom_nav .main_menu>li.active a:before,
.custom_nav .main_menu>li:hover a:before,
.custom_nav .main_menu>li:active a:before {
    width: 100%;
}

.anim-middleout:hover:before {
    width: 100%;
}


.custom_nav .main_menu > li.active > a {
    color: #000;
}

.custom_nav .main_menu li.active .first_sub_menu li.active > a {
    color: #663a2a;
}

.custom_nav a.first_sub_menu.nav-link {
    position: relative;
    padding-right: 15px;
}

.custom_nav .main_menu .sec_sub_menu li a.nav-link{
    color: #c3c3c3;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.4s;
}

.custom_nav li ul {
    display: none;
    visibility: hidden;
    transition: all ease-in-out 0.3s;
}

.custom_nav li ul.sec_sub_menu {
    background-color: #1c1c20;
    position: absolute;
    padding: 10px 0px;
    min-width: 220px;
    margin: 0px;
    border-radius: 5px;
    width: auto;
    height: auto;
    opacity: 1;
    visibility: hidden;
}

.custom_nav li ul.sec_sub_menu li {
    display: block;
    padding: 0;
}

.custom_nav li ul.sec_sub_menu li a.nav-link {
    padding: 6px 15px !important;
    display: block;
    margin-left: 0;
    word-break: break-word;
}

.sec_sub_menu.depth-1 {
    right: 0;
    left: 100%;
    top: 0;
}

.navbar-toggler {
    font-size: 28px;
    margin-top: 2px;
    margin-bottom: 0px;
    color: #000;
    padding: 0px;
}


.header_bg{
    background-color: #f4f5f6;
    padding: 220px 0 220px;
}

.home-table-center {
    display: table-cell;
    vertical-align: middle;
}

.home-table {
    display: table;
    width: 100%;
    height: 100%;
}

.home_content{
    max-width: 800px;
}

.home_small_content{
    font-size:18px;
}

.home_content h2{
    font-size: 46px;
    text-shadow: 0 3px 0 #ddd;
    line-height: 1.4;
}

.scroll_down {
    position: absolute;
    bottom: 5%;
    left: calc(50% - 13px);
    width: 26px;
    height: 44px;
    border-radius: 15px;
    border: 2px solid #fff;
    cursor: pointer;
    z-index: 90;
    box-shadow: 0 0 2px 1px #000;
}
.scroll_down span {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 3px);
    background: #fff;
    -webkit-animation: scroll .5s infinite alternate;
    animation: scroll .5s infinite alternate;
    box-shadow: 0 0 2px 1px #000;
}

@keyframes scroll {
    0% {
        top: 50%;
    }
    50% {
        top: 55%;
    }
    100% {
        top: 60%;
    }
}
@-webkit-keyframes scroll {
    0% {
        top: 50%;
    }
    50% {
        top: 55%;
    }
    100% {
        top: 60%;
    }
}

.work_menu{
    border: 1px solid #e9e9e9;
    display: table;
    padding: 0 32px;
    border-radius: 30px;
}

.work_menu li {
    margin-right: 0px !important;
}

.work_menu li:after {
    content: "*";
    top: 4px;
    position: relative;
    display: inline-block;
    color: #bbb;
    margin: 0px 8px;
}

.work_menu li:last-child:after {
    content: "";
    display: none;
}

.work_menu li a {

    padding: 6px 8px;
    border-radius: 5px;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 5px;
    margin-top: 5px;
    transition: all 0.5s;
    font-size: 14px;
    color: #9a9a9a;
    text-transform: uppercase;
}



.work_menu li a:hover {
    color: #999 !important;
}

.work_img_box {
    border: none;
    margin: 15px 0px;
    overflow: hidden;
    border-radius: 0;
    position: relative;
}

.work_img_box a.img-zoom {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.work_img_box .work_images {
    position: relative;
}

.work_img_box .work_images img {
    width: 100%;
    transition: all .3s;
}

.work_img_box .work_images .work_overlay {
    position: absolute;
    overflow: hidden;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.work_img_box .work_images .work_overlay:after {
    content: '';
    transition: all 150ms ease-in-out 200ms;
    position: absolute;
    background: rgba(255, 255, 255, 0.88);
    top: 0;
    height: 50%;
    width: 100%;
    left: -100%;
}

.work_img_box .work_images .work_overlay:before {
    content: '';
    transition: all 150ms ease-in-out 200ms;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 50%;
    background: rgba(255, 255, 255, 0.88);
    right: -100%;
}

.work_img_box .work_images .work_overlay a {
    width: 100%;
    height: 100%;
}

.work_img_box .work_images .work_overlay h4 {
    color: transparent;
    overflow: hidden;
    z-index: 2;
    padding: 0 10px;
    position: absolute;
    top: 54px;
    right: 25px;
    font-size: 14px;
    font-weight: 500;
    transition: color 150ms ease-in-out 200ms;
    text-align: center;
}

.work_img_box .work_images .work_overlay h4:before {
    content: '';
    background: #000;
    width: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    transition: right 600ms ease-in-out 0s;
    right: 100%;
}

.work_img_box .work_images .work_overlay h6 {
    color: transparent;
    overflow: hidden;
    padding: 0 10px;
    position: absolute;
    top: 30px;
    text-align: center;
    right: 25px;
    transition: color 150ms ease-in-out 200ms;
    font-size: 18px;
    font-weight: 600;
    z-index: 2;
}

.work_img_box .work_images .work_overlay h6::before {
    content: '';
    background: #000;
    position: absolute;
    width: 100%;
    bottom: 0;
    transition: left 600ms ease-in-out 0s;
    left: 100%;
    top: 0;
    right: auto;
}

.work_img_box:hover img {
    transform: scale(1.1);
}

.work_img_box:hover .work_overlay:after {
    left: 0;
    opacity: 1;
    transition: all .8s;
}

.work_img_box:hover .work_overlay:before {
    right: 0;
    opacity: 1;
    width: 100%;
    height: 50%;
    transition: all .8s;
}

.work_img_box:hover .work_overlay h4 {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
}

.work_img_box:hover .work_overlay h4:before {
    right: -100%;
}

.work_img_box:hover .work_overlay h6 {
    color: #000;
}

.work_img_box:hover .work_overlay h6:before {
    left: -100%;
}

/*--- SERVICES ---*/

.services_box{
    border:1px solid #efefef;
    padding:35px;
    transition: all 0.5s;
}

.services_box .services_icon i{
    font-size: 48px;
    color: #663a2a;
    transition: all 0.5s;
}

.services_content h5{
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    transition: all 0.5s;
    font-weight: 600;
}


.services_box:hover{
    border-color: transparent;
}

.services_content p{
    font-size: 14px;
    line-height: 1.6;
}



.logo_img img{
    opacity: 0.6;
    transition: all 0.5s;
}

.logo_img:hover img{
    opacity: 1;
}



.about-box .about-detail {
    max-width: 800px;
}

.about-box .about-detail h1 {
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.4;
}

.about-detail p,div.p{
    line-height: 1.6;
    font-size: 15px;
}


.cta_content{
    max-width: 700px;
}

.cta_content h1{
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.4;
    font-weight: 600;
    font-size: 34px;
}


.lan_funfact .lan_fun_name {
    font-size: 15px;
}


.about_title {
    line-height: 1.4;
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px; 
}

.skill-custom .progress {
    height: 6px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    margin-top: 10px;
    border: 1px solid #e0e0e0;
}

.skill-custom .progress-bar {
    background: #663a2a;
    background: -webkit-linear-gradient(to right, #663a2a, #838df5);
    background: linear-gradient(to right, #663a2a, #838df5);
}

.testi_boxes {
    padding: 30px 20px;
    margin: 0px 15px;
    border: 1px dashed #e6e6e6;
    border-radius: 10px;
}

.testi_boxes .bus_testi_icon i {
    font-size: 26px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background:#663a2a;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    width: 50px;
}

.client_user {
    font-size: 14px;
    position: relative;
    top: -5px;
}

.client_star {
    line-height: 0px;
}

.testi_boxes .testi_img img {
    max-width: 70px;
}

.testi_boxes .client_name {
    font-size: 16px;
}

.owl-theme .owl-controls .owl-page {
    margin: 20px 0px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 6px;
    height: 6px;
    margin: 5px 4px;
    filter: Alpha(Opacity=50);
    opacity: 0.3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.5s;
    background: #663a2a !important;
}

.owl-theme .owl-controls .owl-page.active span {
    width: 20px;
    opacity: 1;
}


.work-detail-title h6{
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
}

.work-detail-title h1{
    font-size: 32px;
    font-family: 'Ubuntu', sans-serif;
}

.work_detail_desc p{
    font-size: 15px;
}

.work_detail_list p{
    font-size: 17px;
}

.work_single_icon>li:hover a {
    color: #663a2a;
}

.work_single_icon .list-inline-item:not(:last-child) {
    margin-right: 22px;
}

.work_single_icon>li a {
    color: #000;
    transition: all 0.5s;
    font-size: 22px;
}

.work_next_prev.navigation {
    margin-top: 80px;
}

.work_next_prev.navigation a {
    vertical-align: middle;
    font-weight: bold;
    color: #000;
    font-size: 22px;
    transition: all 0.5s;
}

.work_next_prev.navigation a:hover {
    color: #663a2a;
}

.work_next_prev.navigation a i {
    vertical-align: middle;
    position: relative;
    font-size: 22px;
    top: -1px;
}

.work_next_prev.navigation a.prev i {
    margin-right:8px;
}

.work_next_prev.navigation a.next i {
    margin-left: 8px;
}

.carousel-control-prev>span, .carousel-control-next>span {
    font-size: 50px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 50%;
}

.carousel-control-next {
    right: -30px;
}

.carousel-control-prev {
    left: -30px;
}


.talent_team_box .talent_team_bor{
    height: 2px;
    width: 30px;
    margin: 8px 0;
    background: #663a2a;
}

.talent_team_box .team-img{
    overflow: hidden;
    position: relative;
}

.talent_team_box .team-img img{
    transition: all 0.5s;
}

.talent_team_box:hover .team-img img{
    transform: scale(1.1);
}

.talent_team_box .talent_team_detail h5{
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
}

.talent_team_box .talent_team_work{
    font-size: 12px !important;
}

.talent_team_box .follow_team_social li a {
    border: 1px solid #e8e7e7;
    color: rgba(0, 0, 0, 0.41);
    height: 36px;
    width: 36px;
    display: inline-block;
    line-height: 36px;
    border-radius: 50%;
    transition: all 0.5s;
    text-align: center;
}

.talent_team_box .follow_team_social li:hover a {
    border-color: #663a2a;
    background: #663a2a;
    color: #fff; 
}


.contact_form{
    padding: 30px;
    max-width: 500px;
    border: 1px solid #e7e7e7;
}

.contact_form .form-control {
    box-shadow: none !important;
    height: 48px;
    background-color: #f4f5f6;
    border-radius: 0px;
    border: 1px solid #edf0f3;
    font-size: 14px;
}

.contact_form textarea.form-control {
    height: auto;
}

.contact_form .form-control:focus {
    border-color: #663a2a;
}

.contact_detail{
    background: #663a2a;
    padding: 40px 20px;
    max-width: 350px;
}

.footer_bg{
    background-image: url(/images/front/footer_bg.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}

.bg-overlay-white{
    background-color: rgba(249, 249, 249, 0.98);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
footer .bg-overlay-white{
    background-color: rgba(249, 249, 249, 0.96);
}
.footer_bg h6 {
    font-size: 18px;
    font-weight: 600;
}

.footer_bg .footer_logo{
    height: 26px;
}

.footer_bg p {
    color: #888888;
    font-weight: 500;
}

.footer_bg .footer_menu_list li a {
    color: #888888 !important;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
    transition: all 0.5s;
}

.footer_bg .footer_menu_list li a:hover {
    color: #663a2a !important;
}

.footer_bg .fot_social .social-icon {
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.05);
    transition: all 0.5s;
    width: 38px;
    color: #000;
    height: 38px;
    display: block;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
}

.footer_bg .fot_social .social-icon:hover {
    color: #663a2a !important;
}

.footer_bg .address_detail{
    max-width: 200px;
}

.foo_detail{
    padding-top: 20px;
}

.navbar-brand{
    position: absolute;
    top: -35px;
}
.custom_nav .navbar-brand.logo img{height: 100px;border-radius:50%;}
.custom_nav .navbar-brand.logo img {
    height: 130px;
    border-radius: 50%;
}

.custom_nav .social_menu > li a span{
    font-size: 13px;
    top: -2px;
    position: relative;
    vertical-align: middle;
}
.header_bg{
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);z-index: 1;
    background-size:cover;
    background-position: center;
}
.home_content h1,.home_content h2{background:rgba(255,255,255,0.5)}
.home_small_content{background:rgba(255,255,255,0.5);font-size:20px;padding: 5px;}

.footer_bg .footer_logo{height: 120px;}

.footer_bg{border-top:1px solid #ccc;}

.btn-custom{border-radius:100px;border-color:#fff;}
.work_menu li a.mixitup-control-active{color:#999}
.work_img_box{border: 1px solid #e9e9e9;}

/*TAB CONTENT*/
.tab-content {
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}
.tab-content .card {
    border-radius: 0;
}

.tab-content .card-header { 
    border-radius: 0;padding:0;
    background-color: #f4f5f6;
} 
.tab-content .card-header h5 {
    margin: 0;
}
.tab-content .card-header button {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    padding: 15px 16px;
    font-weight: 700;
    color: rgba(0,0,0,.87);
    text-align: left;
    white-space: normal;
}
.tab-content .card-header button:hover,
.tab-content .card-header button:focus,
.tab-content .card-header button:active,
.tab-content .card-header button:hover:active {
    text-decoration: none;
}
.tab-content .card-body p {
    color: #616161;
} 
.tab-content .card-body p:last-of-type {
    margin: 0;
}
.btn-link span i{
    font-size: 20px;
}

.accordion .card-body{font-size:15px;}
.top-class{background:#f4f5f6}
#navbarCollapse{overflow: auto !important;}
.contact_form .form-control.has-error{border-color:red !important;box-shadow:0 -2px 0px 0px red inset !important;}
.maps-sc{width:100%;}
.maps-sc #map-canvas{width:100%;height: 400px;border-top:1px solid #ccc;border-bottom:1px solid #ccc}
.contact_detail,.contact_form{max-width: 100%;}
.contact_detail h3{color:#fff;text-align: center;}
.contact-person{justify-content: center;}

.section.clients{padding:20px 0 10px 0;border-top:1px solid #ccc;}
#partners-slider{max-width: 1600px;margin: 0 auto;padding:0 10px;}
#partners-slider .one-partner{padding: 0 5px;}
#partners-slider .one-partner img{
    transition: all 0.4s;
}
#partners-slider .one-partner .partner_link:hover img{
    opacity:0.8;transform: scale(0.97);
}
.btn-link.collapsed span i:before{
    content: "\F415";

}
.btn-link span.pull-right{
    position: absolute;right: 10px;top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.tab-content .card-header button{padding-right: 35px;position: relative;}
.flags img{max-width: 25px;border: 1px solid #ccc;display: block;}

.top-class.custom_nav .social_menu > li:hover a{
    color:#a7a7a7;
}
.about-logo{position: absolute;top:50%;height: 100px;margin-top:-50px;left:-35px;}

.homebox-section .container{max-width: 100%;width:1500px;}
.homebox-section .row-hb{justify-content: center;}
.paralax-section .bg-overlay-white{
    background-color:rgba(0,0,0,0.65);
}
.paralax-section{
    background-repeat: no-repeat;background-position: center;background-attachment: fixed;background-size: cover;
}
.text-padd{
    padding:50px 0;z-index: 2;position: relative;width: 100%;
}
.paralax-section .home_content{
    margin:0 auto;max-width: 1000px;
}
.paralax-section h2{
    font-weight: 700;padding:0 5px;color:#fff;text-shadow: 0 3px 0 #212121
}
.work_single_icon > li a:hover{color:#a7a7a7}
.work_img_box img{
    transition: all 0.3s;
}

.swipebox:before {
    content: '';
    transition: all 250ms ease-in-out 100ms;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 50%;
    background: rgba(255, 255, 255, 0.88);
    right: -100%;
    z-index: 1;
}
.swipebox:after {
    content: '';
    transition: all 250ms ease-in-out 100ms;
    position: absolute;
    background: rgba(255, 255, 255, 0.88);
    top: 0;
    height: 50%;
    width: 100%;
    left: -100%;
    z-index: 1;
}
.swipebox:hover:after {
    left: 0;
    opacity: 1;    
}
.swipebox:hover:before {
    right: 0;
    opacity: 1;
    width: 100%;
    height: 50%;
}
.swipebox{overflow: hidden;position: relative;display: block;}
.swipebox span{
    position: absolute;
    width: 100%;
    padding:5px;left:0;
    top:50%;
    -webkit-transform: translate(0%, -50%) scale(2);
    -ms-transform: translate(0%, -50%) scale(2);
    transform: translate(0%, -50%) scale(2);opacity: 0;
    color:#000;text-align: center;font-size:24px;
    transition: all 250ms ease-in-out 200ms;z-index: 4;
}


.swipebox:hover span{
    opacity: 1;transform: translate(0%, -50%) scale(1);
}

.portfolio_categories a {
    background: #f4f5f6;
    border-radius: 2px;
    border: 1px solid #e7e7e7;
    color: #9c9c9c;
    display: inline-block;
    transition: all 0.5s;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 5px 10px 5px 0;
    padding: 7px 8px 5px 10px;
    text-transform: uppercase;
}
.portfolio_categories a:hover{
    background: #9c9c9c;
    color: #f4f5f6;
}
.portfolio_tags{padding:10px 0 ;margin:5px 0;}
.portfolio_tags span{
    font-size:11px;padding:5px;font-style: italic;border:1px solid #f3f3f3;margin:4px;
}
.icon-box img{width:auto !important;max-width: 100%;display: inline-block;margin:0 auto 20px auto;}
.testi_boxes{text-align: center;}
.bus_testi_icon img{width:auto !important;max-width: 100%;display: inline-block;margin:0 auto 20px auto;}
div.p ul,div.p ol{
    list-style-position: inside;
}
div.p ul li  li,div.p ol li  li{padding-left:20px;}
.files-box{
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding:20px 0;
    margin: 30px 0 0 0;
}
.files-box ul{margin:0;}
.files-box a{color:#212121;padding: 5px 0;display: inline-block;}
.files-box a:hover{color:#a7a7a7}

.icon-video-image{position: absolute;color:#fff;left:50%;top:50%;width:50px;height: 33px;margin:-16px 0 0 -25px;background:url('/images/front/youtube-button.png') center center no-repeat;background-size: contain;}
.icon-video-image:before{display: none;opacity: 0;content:"";}
div.p img{
    max-width: 100%;height: auto !important;
}
.contact-form .alert{display: none;text-align: center;border:1px solid #ccc;margin:10px 0 0 0;}
.contact-form .alert p{margin:0;font-size:13px;}

.owl-theme .owl-nav .disabled{display:none !important;}
.client_review{font-size:14px;font-style:italic;}
.pages-body{overflow-x:hidden;}
#portfolio-item{justify-content: center;}
.row.flex-center{
    align-items:center;
}

.row.flex-center{
    align-items:center;
}
/*@media (max-width: 767px) {
    .p .one-section-row .col-xs-12{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}*/
@media (max-width: 575px) {
    .row.flex-center.left-photo{
        flex-direction: column-reverse;
    }
    .row.flex-center img{margin-bottom: 10px;}
    .h3, h3{font-size:1.45em}
}
.full-banner{
    min-height: 400px;width: 100%;
    height: 36.6vw;position: relative;
}
.single-slider{
    min-height: 400px;width: 100%;
    height: 36.6vw;
    background-size:cover;background-position: center center;
}
.full-banner .owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    border-radius: 60px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(255,255,255,0.5) !important;
    color: #fff;
    padding: 0;
    width: 50px;
    height: 50px;
    margin: 0;
    background-size: contain !important;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.full-banner .owl-theme .owl-prev {
    left: 10px;background: url(/images/front/prev_arrow.png) no-repeat center center !important;
}
.full-banner .owl-theme .owl-next {
    right: 10px;background: url(/images/front/next_arrow.png) no-repeat center center !important;
}
.full-banner .owl-theme .owl-nav [class*="owl-"]:hover{
    background-color:#fff !important;
}
.full-banner .owl-dots{
    position: absolute;bottom: 20px;right: 20px;
}
.full-banner .owl-theme .owl-dots .owl-dot span{
    margin:3px;box-shadow: 0 0 1px 1px #000;
}