/*
Sabian Corporate
Design By : Brian Sabana
Website : http://briansabana.co.ke
Version : 1.2.1
*/

/*
Theme Color : #0a1e3a; rgb(10,30,58); #0a1e3a
Dark Theme Color : #061323; #061323
*/
@font-face{
    font-family:"RobotoCondesed";
    src:url(font/roboto-condensed/RobotoCondensed-Regular.ttf);	
}
@font-face{
    font-family:"Roboto";
    src:url(font/roboto/Roboto-Regular.ttf);	
}
@font-face{
    font-family:"RobotoSlab";
    src:url(font/roboto-slab/RobotoSlab-Regular.ttf);	
}

/*Body*/
body{
    font-family:"Roboto",sans-serif;
    color:#505050;
    font-size:15px;
    line-height:1.7;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-shadow:1px 1px 1px rgba(0,0,0,0.004);
    background: rgba(255,255,255,1);
}
body,html{
    width:100%;
    height:100%;	
}

/*H*/
h1,h2,h3,h4,h5{
    line-height:1.7;
    font-weight:500;
    text-transform:uppercase;	
}
h1,h2,h3{
    margin-top:25px;
    margin-bottom:12.5px;
    font-size:39px;	
}
h2{
    font-size:26px;	
}
h3{
    font-size:20px;	
}
h4{
    font-size:18px;	
}

.line_top{
    border-top:2px solid #0a1e3a;
    padding-top:5px;
    display:inline-block;
}
.heading-alt{
    position:relative;	
}
.heading-alt:before {
    content: '';
    display: block;
    width: 46px;
    height: 2px;
    background: #0a1e3a;
    position:relative;
    left:0;
    right:0;
    bottom:0;
    top:0;
    margin-left:auto;
    margin-right:auto;
    margin-top:auto;
    margin-bottom:10px;
}

/*Sections*/
[class*="section_"]{

    padding-top: 50px;
    padding-bottom: 50px;

    border-bottom:1px solid #eee;
}
[class*="section_"].no_margin{
    padding-top:0px;
    padding-bottom:0px;	
}
[class*="section_"].no_border{
    border-bottom:0px solid transparent;
}
[class*="section_"].section_alt {

    background-color:#fcfcfc;
}

/*Centered*/
.content_centered{
    display:flex;
    align-items:center;
    -moz-box-align:center;	
}


/*Forms*/
input {
    color:#555;
    font-weight:100;
    font-size:14px;
}
.form-control{
    padding: 13px 10px;
    height: 45px;
    color:#555555;
    border: 1px solid #eee;
    border-radius:0;
    box-shadow:none;	
}
select.form-control{
    padding: 6px 10px;
}
.form-control:focus{
    box-shadow:none;
    border:1px solid #0a1e3a;

}
.form-light .form-control {
    outline: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background: #f9f9f9;
    border: 1px solid #ccc;
    color: #70808b;
    font-size: 13px !important;
}
.user-form .form-header {
    padding: 15px 20px;
    background: #fcfcfc;
    border-bottom: 1px solid #e0eded;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.user-form .form-header h2 {
    margin: 0;
    padding: 0 !important;
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    color: #333;
}
.user-form .form-body {
    padding: 15px 20px;
}
.user-form .form-footer {
    padding: 15px;
    background: #fcfcfc;
    border-top: 1px solid #e0eded;
}

.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea, .sky-form .radio i, .sky-form .checkbox i, .sky-form .toggle i, .sky-form .icon-append, .sky-form .icon-prepend {
    border-color: #ccc;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
}
.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 39px;
    padding: 8px 10px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    background: #f9f9f9;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.sky-form i, .sky-form i:after, .sky-form i:before {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}
.sky-form .radio, .sky-form .checkbox {
    margin-bottom: 4px;
    padding-left: 27px;
    font-size: 15px;
    line-height: 27px;
    color: #333;
    cursor: pointer;
}
button, input, select, textarea {
    vertical-align: top;
    margin: 0;
}
input, textarea, input[type="submit"]:focus, div {
    outline: none;
}

.sky-form .radio input:checked i, .sky-form .checkbox input:checked i, .sky-form .toggle input:checked i {
    border-color: #0a1e3a;
}
.sky-form .radio input:checked + i, .sky-form .checkbox input:checked + i, .sky-form .toggle input:checked + i {
    border-color: #3498db;
}


/*Buttons*/
.btn{
    border-radius:3px;
    padding:15px 20px;
    border: 1px solid transparent;
    font-weight:normal !important;
    white-space: nowrap;
    font-size:15px;
    line-height: 1.7;
}
.input-group .btn{
    padding: 8px 12px;
}
.btn-sm{
    padding:8px 10px;
    font-size:12px;
}
.btn-md{
    padding:12px 12px;
    font-size:13px;
}
.btn-lg{
    padding:15px 20px;
    font-size:15px;
}
.btn-alt{
    border:1px solid rgba(255,255,255,1);
    background:transparent;
    color:#fff;	
}
.btn-alt:hover{
    background:#fff;
    color:#0a1e3a !important;	
}
.btn-primary{
    background:#0a1e3a;
    text-transform:uppercase;
    color:#fff;
}

.btn-primary:hover{
    background:#3E6A8F;	
    border: 1px solid transparent;	
}
.btn-primary:active,
.btn-primary:focus, 
.btn-primary:focus:active{
    background:#252525;
    border: 1px solid transparent;
}
.btn-white{
    background:#fff;
    color:#0a1e3a;
}
.btn-white:active,
.btn-white:focus, 
.btn-white:focus:active,
.btn-white:hover{
    background:#555;
    color:#fff;
    border: 1px solid transparent;
}

.btn-link{
    background:transparent;
    border:1px solid #0a1e3a !important;
    color:#0a1e3a;	
    text-transform:uppercase;
}
.btn-link:active,
.btn-link:focus,
.btn-link:focus:active{
    text-decoration:none;
    color:#fff;	
}
.btn-link:hover{
    color:#fff;
    text-decoration:none;
    border:1px solid #fff;	
}

/*Button Icons*/
.btn-icon:before{
    font-family:'FontAwesome';
    font-size:1.0em;
    color:inherit;
    float:left;
    margin-right:5px;
}
.btn-eye:before{
    content:'\f06e';	
}
.btn-sign-in:before{
    content:'\f090';
}
.btn-download:before{
    content:'\f019';	
}
.btn-check:before{
    content : '\f00c';
}
.btn-cart:before {
    content: "\f07a";
}
.btn-heart:before{
    content: "\f004";	
}

/*Custom buttons*/
.btn-light {
    color: #333;
    background-color: #ecf0f1;
    border: 1px solid;
    border-color: #dde4e6;
}
.btn-icon.btn-light:before {

    color: #333;
}

.btn-base {
    color: #fff !important;
    background-color: #0a1e3a;
    border: 1px solid;
    border-color: #258cd1;
}

.btn-icon.btn-base:before {

}


/*HiglightText*/
.highlight_text{
    text-shadow:white 0px 1px 10px;	
}
.highlight_text.text_dark{
    text-shadow:black 0px 1px 10px;	
}

/*Texts*/
.text_white{
    color:#fff;	
}
.no_text_highlights{
    text-shadow:none;
}

.bg_alpha{
    background:rgba(255,255,255,0.5);	
}

/*Animations*/
.anim_step_1{
    -webkit-animation-delay:0.25s;
    animation-delay:0.25s;	

}
.anim_step_2{
    -webkit-animation:delay:0.5s;
    animation-delay:0.5s;	
}
.anim_step_3{
    -webkit-animation:delay:0.75s;
    animation-delay:0.75s;
}
.anim_step_4{
    -webkit-animation:delay:1s;
    animation-delay:1s;
}
.anim_step_5{
    -webkit-animation:delay:1.25s;
    animation-delay:1.25s;
}
@keyframes AnimateDown{
    0% {
        opacity: 0;
        -webkit-transform: translateY(-5vh);
        transform: translateY(-5vh);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }	
}
@-webkit-keyframes AnimateDown{
    0% {
        opacity: 0;
        -webkit-transform: translateY(-5vh);
        transform: translateY(-5vh);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }	
}
@keyframes AnimateRight{
    0% {
        opacity: 0;
        -webkit-transform: translateX(5vh);
        transform: translateX(5vh);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }	
}
@-webkit-keyframes AnimateRight{
    0% {
        opacity: 0;
        -webkit-transform: translateX(5vh);
        transform: translateX(5vh);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }	
}
[data-animate] {
    opacity: 0;
}


/*Containers*/
.text_block{
    max-width:700px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:15px;	
}

/*Thumbs*/
.circle_icon i {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    font-size: 34px;
    line-height: 100px;
    text-align: center;
    background: #0a1e3a;
    color: #fff !important;
    border: 2px solid transparent;
}
.circle_icon i:hover {
    background: #fff;
    color: #0a1e3a !important;
    border: 2px solid #0a1e3a;
}

/*==Auxilliary==*/

/*Middle bar*/
/*Middle bar*/

.navbar-middle{

    background-color: rgb(249, 249, 249);

    position: relative;

    z-index: 1001;

    min-height:94px;
	
	max-height:94px;
	
	height:94px;



}

.navbar-middle .search-box{

    margin-top:1.5rem;

}

.navbar-middle .cart-btn{

    margin-top:1.5rem;

}



.navbar-middle > .container > .row {

    padding: 15px 0px;

}



.navbar-middle .search-box > .input-group{

    width:100%;

    position:relative;	

}

.navbar-middle .search-box .search-input{

    padding-top:10px;

    padding-bottom:10px;

}

.navbar-middle .search-box .search-input:focus{

    border-color:#0a1e3a;

}

.navbar-middle .bootstrap-select > .dropdown-toggle {

    padding-top:4px;

    padding-bottom:4px;

    border-radius:1px;

    border: 1px solid #eee;

    color:#555555 !important;

    border-left:0px solid #eee;

    display:inline-block;

}

.navbar-middle .btn-search{

    color: #fff;

    background-color: #0a1e3a;

    border-color: transparent;

    padding-top:9px;

    padding-bottom:9px;

}



.navbar-middle .cart-btn > a.btn {

    float: right;

    margin-left: 15px;

    padding: 1px 12px 1px 1px;

    border-color: #0a1e3a;

    background: #0a1e3a;

    color:#fff;

}

.navbar-middle .cart-btn > a.btn > i {

    margin-right: 12px;

    padding: 8px;

    background: rgb(255, 255, 255);

    border-radius: 0px;

    color:#0a1e3a;

}


.navbar-middle .topbar-content {
    position: relative;
    display: inline-block;
    margin-right: 10px;
	vertical-align: middle;
}
.navbar-middle .topbar-content {
    margin-right: 20px;
}
.navbar-middle .topbar-content i {
    top: 0;
    display: inline-block;
    position: relative;
    width: 45px;
    border: 1px solid #e5e5e5;
    height: 45px;
    margin-right: 10px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
}
.navbar-middle .topbar-content i {
    color: #4ac8ed;
    display: inline-block;
	margin-right:2px;
}


.navbar-middle .topbar-content a {
    color: #fff;
    display: inline-block;
    margin-left: 0px;
    font-size: 14px;
    line-height: 1;
    margin-top: 17px;
}
.navbar-middle .topbar-content a {
    display: inline-block;
    color: #848484;
    padding-left: 0;
	max-width: 200px;
	text-align: center;
}


.sticky {
    position: fixed;
    z-index: 1499;
    top: 0px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
    animation: pull_down 0.2s;
}

@keyframes pull_down{
    0% {
        top: -65px;
    }
    100% {
        top: 0px;
    }
}
.img-logo-text{

    margin: 0;
    margin-top: 5px;
    color: #0a1e3a;
    text-decoration: none;

}
@media (max-width: 991px){
    .navbar-middle .logo {
        text-align: center;
    }
    .navbar-middle .logo .img-logo {
        display: inherit;

    }
    .sticky .logo .img-logo{
        display:none;	
    }
}

/*Navigation*/
.navbar-top{
    background:#061323;
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
    color:#fff;
    font-size:12px;

    transition:opacity .5s ease-in-out;
    -webkit-transition:opacity .5s ease-in-out;

    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
}
.navbar-top.hide{
    display: none;
}

.navbar-top.blend{
    background:#0a1e3a;
    width:100%;
    color:#fff;
    font-size:12px;
    padding-top:0px;
    padding-bottom:0px;

    transition:opacity .5s ease-in-out;
    -webkit-transition:opacity .5s ease-in-out;
}
.navbar-top a{
    color:#fff;
    text-decoration:none;	
}
.navbar-top-contacts{
    margin:0;
    padding:0;
    list-style:none;
    padding-top:5px;
    padding-bottom : 5px;
    display: inline-block;
}
.navbar-top-contacts > li{
    float:left;
    padding-right:10px;	
}
.navbar-top-social-icons{
    list-style:none;
    margin:0;
    padding:0;	
}
.navbar-top-social-icons > li{
    float:left;
    padding-right:10px;	
}
.navbar-top-social-icons > li a{
    border-radius: 100% 100% 100% 100%;
    border:2px solid #fff;
    width:25px;
    height:25px;
    display:inline-block;
    text-align:center;
    background:transparent;

    transition:background .5s ease-in-out;
    -webkit-transition:background .5s ease-in-out;

    transition:color .5s ease-in-out;
    -webkit-transition:color .5s ease-in-out;
}
.navbar-top-social-icons > li a:hover{
    color:#0a1e3a;
    background:#fff;
}
.navbar-top-social-icons li a i{
    font-size:12px;
    margin-top:5px;
}

.navbar-top.light{
    background:transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color:#fff !important;
}
.navbar-top.light a{
    color : #fff !important;
}
.navbar-top.transparent{
    background: rgba(0,0,0,0.5);
    color:#fff !important;
}
.navbar-top.transparent a{
    color : #fff !important;
}
.navbar-top-social-icons li a{
    color : inherit !important;
}
.navbar{
    font-family:"RobotoCondesed",sans-serif;
    background:#0a1e3a;
    color:#fff;	
    font-size:16px;
    border:1px solid transparent;
    border-radius:0px;
    margin-bottom: 0px;
    padding-top:0px;

}

.navbar .navbar-header > a{
    color:#fff;
    padding:23px 16px;
    font-size:21px;
    text-transform:uppercase;
}
.navbar .navbar-header > a:hover{
    color:#fff;
}
.navbar-default .navbar-nav > li  a{
    color:#fff;
    padding:23px 20px;
}

/*shop*/
.navbar.shop{
    min-height: inherit;
}
.navbar.shop .navbar-header > a{
    color:#fff;
    padding:14px 16px;
    font-size:21px;
    text-transform:uppercase;
}
.navbar.shop .navbar-nav > li  a{
    color:#fff;
    padding:14px 20px;
    line-height: 24px;
}


.navbar-default .navbar-nav > li a:hover, .navbar-default .navbar-nav >li a:focus, .navbar-default .navbar-nav li.active a , .navbar-default .navbar-nav li.active a:hover, .navbar-default .navbar-nav li.active a:focus{
    background:#3E6A8F;
    color:#fff;	
}
.navbar-default .navbar-toggle , .navbar-default .navbar-toggle:hover{
    background:transparent;
    border:1px solid transparent;
    cursor:pointer;
}
.navbar-default .navbar-toggle .icon-bar {
    background:#fff;
}

/*Dropdowns*/
.navbar-default .navbar-nav li a{
    cursor:pointer !important;	
}
/*.navbar-default .navbar-nav li:hover > .dropdown-menu{
        display:block;
}*/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color:#3E6A8F;
}
.navbar-default .navbar-nav li.open a:focus, .navbar-default .navbar-nav li.open a:hover{
    background:#3E6A8F;
    color:#fff;	
}

.navbar-default .navbar-nav > li > a.dropdown-toggle:after{ /*Add caret to the dropdown a*/
    font-family:'FontAwesome';
    content:"\f0d7";
    margin-left:5px;
}
.navbar-default .dropdown-menu > li > a.dropdown-toggle:after{
    font-family:'FontAwesome';
    content:'\f0da';
    float:right;
    margin-left:auto;	
}
.navbar-default .dropdown-menu{
    background:#0a1e3a;
    color:#fff;	
    padding-top:0px;
    padding-bottom:0px;
}
.navbar-default .dropdown-menu > li > a{
    padding:12px 12px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}



.dropdown-submenu{
    position:relative;	
}
.dropdown-submenu > .dropdown-menu{
    top:0;
    left:100%;
    margin-top:0px;
    margin-right:-1px;	
}
.dropdown-submenu:hover > .dropdown-menu{
    display:block;	
}

.navbar-collapse {
    border-color: transparent !important;
}
.navbar-collapse .navbar-nav li a{
    border-bottom: 1px solid rgba(255,255,255,0.2);	
}

.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 1499;
}
@media (max-width:768px){
    .navbar{

    }
    .navbar-default .navbar-nav > li  a{
        color:#fff;
        padding:12px 12px;
    }
    .navbar .navbar-header > a{
        color:#fff;
        padding:12px 12px;
        font-size:18px;
    }
    /*.navbar-default .navbar-nav li:hover > .dropdown-menu{
            display:none;
    }*/

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color:#3E6A8F;
    }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 10px 15px 10px 25px;
    }
    .dropdown-submenu > .dropdown-menu{
        top:0;
        left:0;
        margin-top:5px;
        margin-right:0px;
    }
}

/*Mega menu*/
.navbar-nav > li.mega-menu{
    position: initial;
}
.navbar-nav > li.mega-menu > .dropdown-menu.mega-menu {

    position: absolute;
    left: 0;
    right: 0;
    margin: 0 15px;
    z-index: 1599;
    top:50%;


}
.navbar-nav > li.mega-menu > .dropdown-menu.mega-menu{
    min-width: 220px;
    padding: 0;
    background: #fff;
    color: #333 !important;
    border: 0;
    border-top: 1px solid #e0eded;
    border-bottom: 3px solid #e0eded;
    border-radius: 2px;
    font-family: "Roboto",sans-serif;
    padding-top: 10px;
}

.navbar-nav .dropdown-menu ul.mega-nav-ul {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
}
.navbar-nav .dropdown-menu ul.mega-nav-ul li a {
    display: block;
    padding: 4px 0;
    color: #333;
    text-decoration: none;
}
.navbar-nav .dropdown-menu ul.mega-nav-ul li a:hover {
    background: transparent;
    color: #333;
}
.navbar-nav .dropdown-menu ul.mega-nav-ul li a:before {
    font-family: 'FontAwesome';
    float: left;
    margin-right: 5px;
    color:inherit;
    content: "\f022";/*"\f03c"; /*"\f022";*/

}
.navbar-nav .dropdown-menu .mega-nav-section-title {
    font-size: 14px;
    font-family: "Roboto",sans-serif;
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
}
.navbar-nav .dropdown-menu img {
    margin-bottom: 15px;
    height: 150px;
    width: 100%;
}
.mega-nav-section{
}

/*Transparent*/
/*Navbar*/
.navbar-default{
    letter-spacing: 0.05em;	
}
.nav_transparent{
    background-color:rgba(0,0,0,0.5) !important;
    border:0px solid #e7e7e7;
    border-bottom:1px solid rgba(255,255,255,0.15);
    font-family: "RobotoCondesed",sans-serif;
    font-size: 1.1em;
    z-index:1599;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;

}
.nav_transparent.light{
    background-color:transparent !important;
    border-bottom:1px solid rgba(255,255,255,0.15);
}
.nav_transparent.dark{
    background-color:rgba(0,0,0,1) !important;
    -webkit-transition:background-color 0.5s;
    transition:background-color 0.5s;

}
.nav_transparent.theme{
    background-color:rgba(0,0,0,1) !important;
    -webkit-transition:background-color 0.5s;
    transition:background-color 0.5s;

}
.nav_transparent .navbar-header a{
    color:#fff !important;
    cursor:pointer;
    padding:20px 20px;
    font-size: 18px;
    text-transform:uppercase;
}
.nav_transparent .navbar-header a:hover{
    color:#fff;	
}
.nav_transparent .navbar-nav li.nav_btn{
    padding:9px 5px;	
}


/*Navigation*/
.nav_transparent .navbar-nav  li  a{
    cursor:pointer !important;
}
.nav_transparent .navbar-nav  li  a {
    color: #fff !important;
    padding:20px 20px;
    font-size: 17px;
}
.nav_transparent .navbar-nav  li  a:hover, .nav_transparent .navbar-nav  li  a:focus , .nav_transparent .navbar-nav  li  a:active {
    color: #fff !important;
    background:rgba(255,255,255,0.15) !important;
}
.nav_transparent .navbar-nav > .active > a, .nav_transparent .navbar-nav > .active > a:hover, .nav_transparent .navbar-nav > .active > a:focus {
    color: #fff !important;
    background:rgba(255,255,255,0.15) !important;
}

.nav_transparent .navbar-nav > .open > a, .nav_transparent .navbar-nav > .open > a:hover, .nav_transparent .navbar-nav > .open > a:focus {
    color: #fff !important;
    background-color: transparent;
    cursor:pointer;
}
.nav_transparent .navbar-nav li a.dropdown-toggle{
    position:relative;	
}
.nav_transparent .navbar-nav li a.dropdown-toggle:after{
    font-family:'FontAwesome';
    content: "\f0d7";
    margin-left:5px;
}



/*Buttons*/
.nav_transparent .navbar-btn {
    display:inline-block;
    vertical-align:middle;
    padding: 8px 20px !important;
    margin:0;
    background-color:transparent !important;
    color:#fff !important;
    border:1px solid rgba(255,255,255,0.9) !important;
    border-radius:3px ;
    font-size: 17px;
    line-height: 20px;
}
@media (max-width:768px){

    .nav_transparent .navbar-btn {
        display: block;
        width: 100%;
    }
}
.nav_transparent .navbar-btn:hover, .nav_transparent .navbar-btn:focus{
    background-color:#fff !important;
    color:#0a1e3a !important;
    border:1px solid rgba(255,255,255,0.9) !important;

}

/*Dropdown Menu*/
.nav_transparent li .dropdown-menu {
    background:rgba(0,0,0,0.6) !important;
    border:1px solid rgba(255,255,255,0.15) !important;
}
.nav_transparent.dark li .dropdown-menu {
    background:rgba(0,0,0,0.8);
    border:1px solid rgba(255,255,255,0.25);
}
.nav_transparent .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff !important;
    background:rgba(255,255,255,0.15) !important;
}
.nav_transparent li .dropdown-menu li a {
    color:#fff;
    padding-top:15px;
    padding-bottom:15px;
    background:transparent !important;
}
.nav_transparent li .dropdown-menu li a.dropdown-toggle:after {
    font-family:'FontAwesome';
    content: "\f0da";
    float:right;
}
.nav_transparent .dropdown-submenu{
    position:relative;	
}
.nav_transparent .dropdown-submenu:hover > .dropdown-menu  {
    display:block;
    left:100%;
    top:0;
}


@media (max-width:768px){

    .nav_transparent .dropdown-submenu > .dropdown-menu  {
        left:0;
        top:0;
        margin-right:0px;
    }

}

/*Mobile Nav*/
.nav_transparent .navbar-collapse {
    background:rgba(0,0,0,0.5);
}
.nav_transparent .navbar-collapse .navbar-nav  li  a {
    padding-top:10px;
    padding-bottom:10px;
}
.nav_transparent .navbar-collapse .dropdown-menu li a {
    color:#fff !important;
}	

/*Banner*/
.section_banner{
    padding-top:0px;
    padding-bottom:0px;
    height:71%;/*71*/
    overflow:hidden;
    border-bottom:0px solid transparent;
    position:relative;
}
.section_banner.shop{
    height:550px;
}
.section_banner.ls_slider_wrapper , .section_banner.rs-slider-wrapper{
    position:relative;	
}
.section_banner .banner_mask{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    z-index:-1;	
    /*background:rgba(89,178,229,0.1);*/
    background:rgba(62,106,143,0.1);
}
.section_banner .banner_content{
    height:100%;
    font-family:"Open Sans",Helvetica,Arial,sans-serif;
}
.section_banner [class*=banner_caption]{
    margin-bottom:12.5px;	
    margin-top: 0px;
}
.section_banner [class*=banner_caption] h1, .section_banner [class*=banner_caption] h2, .section_banner [class*=banner_caption] h3{
    margin-top:0px;
    margin-bottom:0px;
}
.section_banner .banner_caption_1{
    color:#fff;
    font-weight:bold;
    line-height:1.7;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.section_banner .banner_caption_1 > h1 ,section_banner h1.banner_caption_1{
    font-size:32px;	
}
.section_banner .tp-caption.banner_caption_1 > h1{
    font-size:36px;

}
.section_banner .banner_caption_1 > h1 span.title_blue{
    color: #4E5B6C;
    text-shadow: 0 2px 5px rgba(255, 255, 255, 0.4) !important;
}
.section_banner .banner_caption_1.bbg{
    padding:0px 8px !important;
    background:#3E6A8F;
    color:#fff;	
}
.section_banner .banner_caption_1.bbg h1{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 0;
    text-shadow: none;
    text-rendering:none;
}
.section_banner .banner_caption_2{
    font-size:20px;
    color:#4E5B6C;
    font-weight:bold;
    line-height:1.7;
    text-transform:capitalize;
    text-shadow: 0 2px 5px rgba(255, 255, 255, 0.4);
}
.section_banner .banner_description{
    font-size:16px;
    line-height:1.4;
    max-width:500px;
    text-wrap:none;	
}
.section_banner .banner_description.banner_dark{
    background:rgba(10,30,58,0.8);
    padding:8px;
    border-radius:3px;
    letter-spacing: .015em;
    line-height: 1.7;
    font-size:16px;
    max-width:580px;
}
.section_banner .banner_caption_3{
    font-size:18px;
    color:#4E5B6C;
    line-height:1.7;
    text-transform:capitalize;
    font-weight:600;
    text-shadow: 0 2px 5px rgba(255, 255, 255, 0.4);
}
.section_banner .banner_caption_3.text_white{
    color:#fff;
}
.section_banner .banner_caption_3.no_text_highlights{
    text-shadow:none;
}

.section_banner .banner_list{
    list-style:none;
    margin:0;
    padding:0;
}
.section_banner .banner_list > li{
    margin-bottom:7px;
}
.banner_icon{
    border-radius:100%;
    border:1px solid #0a1e3a;
    color:#fff !important;
    display:inline-block;
    width:25px;
    height:25px;
    font-size:12px;
    cursor:pointer;
    text-align:center;
    background:#0a1e3a;
}
.banner_icon:hover{

    background:#FFF;
    color:#0a1e3a !important;

    /*-webkit-animation: SabianRotate .25s linear 0s 1;
    animation:SabianRotate .25s linear 0s 1; 	*/
}
.banner_icon > i{

    position:relative;
    margin-top:5px;	
}
.banner_caption_container{
    padding:10px 20px !important;
    border-radius:4px;	
    color:#555;
}

.banner_caption_container h2{
    font-size:18px;
    margin-top:0px;
}

.list_banner_slide{
    display:inline-block;
}
.list_banner_slide .banner_icon{
    font-size:14px;
}
.list_banner_description{
    color:inherit;
    margin-top:0;
    margin-bottom:0;
    display:inline-block;
    font-size:20px;
    text-transform:capitalize;
    font-weight:300;
    width: 30px;
    height: 30px;
}

/*Layer Slider*/
.ls-1.banner_caption_container
{
    max-width:515px;
    white-space:normal;	
}
/*Rev slider*/
.tp-caption.banner_caption_1 , .caption.banner_caption_1{
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);	
}
.tp-caption.banner_caption_container{
    white-space:normal;
}
.tp-caption.banner_caption_container .banner_description{
    display:block;
    position:relative;
}
.tp-caption .btn{
    color:#fff !important;	
}
.rs-slider-wrapper{
    /*height:450px;	*/
}
@media (max-width:768px){
    .tp-caption{
        display:none;	
    }
    .rs-slider-wrapper{
        height:300px;	
    }
}


/*Carousels*/
.banner-control{
    position:absolute;
    z-index:1399;
    top:40%;
    bottom:0;
    margin-top:auto;
    margin-bottom:auto;
    left:0;
    width:5%;
    text-align:center;
    color:#fff;
    font-size:25px;
}
.banner-control.control-left{
    left:0;

}
.banner-control.control-right{
    left:auto;
    right:0;
}
.banner-control > span{
    cursor:pointer;	
    border-radius:50%;
    border:1px solid transparent;
    color:#fff;
    display:inline-block;
    width:35px;
    height:35px;
    text-align:center;
    background:rgba(0,0,0,0.5);
}
.banner-control > span > i{
    position:relative;
    margin-top:5px;
}

.banner_carousel, .banner_ls_slider{
    width:100%;
    height:100%;	
}


.banner-indicators{
    position:absolute;
    z-index:1399;
    top:auto;
    bottom:10px;
    left:50%;
    right:0;
    text-align:center;
    font-size:25px;

}
.banner-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #3E6A8F;
}
.banner-indicators li {
    background:#8A8A8A;
    border: 1px solid #fff;
}

/*Image Collections*/
.banner_collection{
    height:100%;	
}
.banner_image_collection > .col_1{
    position:absolute;
    right:15px;
    z-index:1399;
}
.banner_image_collection > .col_2{
    position:absolute;
    right:30px;
    z-index:1399;
    bottom:0px;
    top:auto;
}

/*Banner Animations*/
.section_banner [class*="animatedDown"]{
    opacity:0;

    animation-duration:.5s;
    -webkit-animation-duration:.5s;
    animation-timing-function:ease-in-out;
    -webkit-animation-timing-function:ease-in-out;	

    animation-name:AnimateDown;
    -webkit-animation-name:AnimateDown;

    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

}
.section_banner [class*="animatedRight"]{
    opacity:0;

    animation-duration:.5s;
    -webkit-animation-duration:.5s;
    animation-timing-function:ease-in-out;
    -webkit-animation-timing-function:ease-in-out;	

    animation-name:AnimateRight;
    -webkit-animation-name:AnimateRight;

    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

}


@media (max-width:768px){

    .section_banner .banner_content{
        text-align:center;
    }
    .section_banner [class*=banner_caption]{
        margin-bottom:10.5px;
        margin-top: 0px;
    }
    .section_banner .banner_caption_1 > h1{
        font-size:25px;	
    }
    .section_banner .banner_caption_1.bbg{
        padding:0px 4px;
        font-size:30px;
    }
    .section_banner .banner_caption_1.bbg h1{
        font-size: 25px;
    }
    .section_banner .banner_caption_2{
        font-size:18px;
    }
    .section_banner .banner_description{
        font-size:14px;
    }
    .section_banner .banner_caption_3{
        font-size:16px;
    }
    .section_banner .btn{
        width:100%;	
    }

}




/*Full screen slider*/
.section_full_banner{
    position:relative;
    width:100%;
    height:600;
    padding-bottom:0px;
    padding-top:0px;
}
.section_full_banner .banner_mask{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);

}
.section_full_banner .banner_content{
    display:flex;
    align-items:center;
    -webkit-align-items:center;
    height:100%;	
}
.section_full_banner .banner_title{
    margin-top: 25px;
    margin-bottom: 12.5px;
    color:#fff;
    font-family:'Roboto',sans-serif;
    font-size:48px;
    letter-spacing: .05em;
    line-height: 1em;
    text-transform: uppercase;
    font-weight:700;
    text-shadow: 0 1px 1px rgba(50, 50, 50, 0.5);
}
.section_full_banner .banner_title.extra{
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 64px;
}


.section_full_banner .banner_sub_title{
    color:#fff;
    font-size:20px;
    font-family:'RobotoCondesed',sans-serif;
    margin-bottom:25px;
    font-weight:100;
    letter-spacing: .015em;
    line-height:1.7;
    text-shadow: 0 1px 1px rgba(50, 50, 50, 0.5);
}
.section_full_banner .banner_buttons .btn{
    padding: 12px 26px;
}

.section_full_banner .slider_controls{
    margin:0;
    color:#fff;
    list-style:none;
}
.section_full_banner .slider_controls li a{
    color:#fff;
    cursor:pointer;
    text-decoration:none;
    width:70px;
    height:70px;
    background-size:cover;
    background-repeat:no-repeat;
    opacity:0.3;	
}
.section_full_banner .slider_controls li a:hover{
    opacity:1;	
}
.section_full_banner .slider_controls li.next a{
    position:absolute;	
    right:20px;
    top:50%;
    left:auto;
    z-index:1399;
    background-image:url(../images/slider/next.png);

}
.section_full_banner .slider_controls li.prev a{
    position:absolute;	
    left:20px;
    top:50%;
    z-index:1399;
    background-image:url(../images/slider/prev.png);
}
.section_full_banner .btn-slider{
    border-radius: 31px;
    font-size: 18px;
    font-weight: 600;
    height: 58px;
    line-height: 58px;

    padding: 0 46px !important;

    background-color: #EF5E4E;
    color: #fff;

    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(35, 35, 35, 0.2);
}
@media (max-width:768px){

    .section_full_banner .slider_controls li.next a{
        right:0px;
    }
    .section_full_banner .slider_controls li.prev a{
        left:0px;
    }
    .section_full_banner .banner_title{
        font-size:28px !important;
        text-align: center !important;
    }
    .section_full_banner .banner_sub_title{
        font-size:16px;
        margin-bottom:25px;
        line-height:1.5;
        text-align: center !important;
    }
    .section_full_banner .banner_buttons .btn{
        width:100%;
        margin-top:4px;
    }

    .section_full_banner .banner_title.extra{
        line-height: 28px;
    }

}

/*Call To Action*/
.call_to_action{
    padding-left:50px;
    padding-right:50px;
    color:#fff;
    background:#0a1e3a;
    overflow:hidden;
}
.call_to_action .message{

    margin-top:30px;
    margin-bottom:30px;
    font-size:24px;
    font-weight:400;
    line-height:26px;
    text-transform:none;
}
.call_to_action .btn{
    margin-top:18px;
    margin-bottom:auto;
    width:50%;
}
@media (max-width:768px){

    .call_to_action{
        padding-left:10px;
        padding-right:10px;
    }
    .call_to_action .message{

        margin-top:10px;
        margin-bottom:10px;
        text-align:center;
    }

    .call_to_action .btn{
        margin-top:10px;
        width:100%;
    }
}

/*Image Casings*/
.imac_cover {
    background:url(../images/covers/imac.png);
    background-size: 500px 310px;
    background-repeat: no-repeat;
    width: 500px;
    height: 310px;
}
.imac_cover .screen {
    width: 95%;
    height: 90%;
    padding-top: 3.2%;
    padding-left: 5%;
    overflow: hidden;
}
.imac_cover .screen > img{
    height: 210px;	
}


/*Portfolio*/
.section_portfolio{
    overflow:hidden;
}
.section_portfolio .portfolio_controls{
    display:inline-block;
}
.portfolio_grid{
}
.portfolio_grid .portfolio_grid_item{
    float:none;
    display:inline-block;
    width:30%;
    padding-left:15px;
    padding-right:15px;
    vertical-align:top;
}
.portfolio_grid.portfolio_fluid .portfolio_grid_item{
    padding-left:0px;
    padding-right:0px;
}
.portfolio_grid.col_4 .portfolio_grid_item{
    width:23.33%;	
}
.portfolio_grid.col_3 .portfolio_grid_item{
    width:33.33%;	
}

@media (max-width:768px){

    .portfolio_grid .portfolio_grid_item{
        width:100% !important;	
    }
    .portfolio_grid_item.col-md-4{
        width:100%;	
    }
    .portfolio_grid_item.col-md-3{
        width:100%;	
    }
}
.portfolio_item{
    position:relative;
    margin-bottom:5px;	
}
.portfolio_item .btn-primary{
    padding-top:8px;
    padding-bottom:8px;
    background:#fff;
    color:#0a1e3a;
    font-size:12px;	
}
.portfolio_image > img{
    height:200px;
    width:100%;
}
.portfolio_mask{
    display:flex;
    align-items:center;	
    background:rgba(30, 30, 30, 0.5);
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    opacity:0;

}
.portfolio_description{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}
.portfolio_title{
    color:#fff;
    font-size:20px;
    border-bottom:1px solid #fff;
    padding-bottom:2px;
}
.project_sub_title{
    color:#fff;
    font-size:16px;	
    font-family:'Roboto';
    margin-top:-10px;
}
.section_portfolio .portfolio_navigation{
    padding-top:5px;
    padding-bottom:20px;
    padding-left:30px !important;
    padding-right:30px !important;
    text-align:center;
}
.portfolio_navigation .portfolio_controls{
}

.portfolio_resizer{
    width: 33.33333333%;	
}
.portfolio_item:hover .portfolio_mask{

    animation-name:PortfolioFadeIn;
    animation-duration:.25s;
    animation-timing-function:ease-in-out;
    animation-fill-mode:forwards;

    -webkit-animation-name:PortfolioFadeIn;
    -webkit-animation-duration:.25s;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-fill-mode:forwards;
}
@keyframes PortfolioFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes PortfolioFadeIn{
    0% {
        opacity: 0;
        -webkit-transform: translateX(5vh);
        transform: translateX(5vh);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


/*Tabs*/
.nav-pills.primary > li.active a{
    background:#0a1e3a;
}
.nav-pills.primary > li a:hover{
    background:#0a1e3a;
    color:#fff;
}


ul.tabs{
    margin:0;
    list-style:none;
    padding:0;
    border-bottom: 1px solid #e0eded;
    border-top: 1px solid #e0eded;
    border-left: 1px solid #e0eded;
    border-right: 1px solid #e0eded;
}
ul.tabs li{
    float:left;	
}
ul.tabs li a{
    display:block;
    text-decoration:none;
    padding:10px 20px;
    border-right: 1px solid #e0eded;
    color:#505050;
}
ul.tabs li.active a{
    background:#0a1e3a;
    color:#fff;
}
.tabs-animated li a{
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
}
.tabs-animated li.active a{
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
}
.tab-content{
    border-right: 1px solid #e0eded;
    border-left: 1px solid #e0eded;
    border-bottom: 1px solid #e0eded;

}
.tab-body{
    padding:15px;	
}


/*Tab search*/
.home_tab_search{
    position: relative;
    z-index: 21;
    margin-bottom: 20px;
    margin-top: -88px;
}
.home_tab_search ul.tabs{
    border: 0px solid #e0eded;	
}
.home_tab_search .tabs-search li a{
    background:#0a1e3a;
    color:#fff;
    border-right: 1px solid rgba(0,0,0,0.1);
    padding: 20px 30px;
}
.home_tab_search .tabs-search li.active a{
    background:#061323;	
}
.home_tab_search .tabs-search .tab-content {
    border: 0px solid #e0eded;
    color:#fff;
    background:#061323; /*#196e9f*/
    padding:20px 20px;
    font-weight:normal;
    font-family:'Roboto';
}
.search_form .form-control{
    height:50px;
    padding:15px 10px;	
}
.search_form label{
    text-shadow: none;
    color:rgba(255,255,255,0.9);
}
.btn-search-cont{
    margin-top:20px;
}

/*Tabular*/
.sabian_table{
    display:table;	
}
.table_20{
    display:table-cell;
    width:20%;
    vertical-align:top;
}
.table_80{
    display:table-cell;
    width:80%;
    vertical-align:top;	
}

/*Aside Features*/
.aside_feature .icon{
    font-size:68px;
    color:#0a1e3a;
    font-weight:bold;
    display:table-cell;
    width:20%;
}
.aside_feature .block{
    display:table-cell;
    vertical-align:top;	
    padding-left:8px;
}
.aside_feature .heading{
    font-size:16px;
    margin-top:0px;
    margin-bottom:0px;	
    font-weight:bold;
}
.aside_feature .description{
    margin-top:4px;	
}


/*Margins*/
.margin-top-10{
    margin-top:10px;	
}
.margin-top-20{
    margin-top:20px;	
}

/*Pricing*/
.section_pricing{
    overflow:hidden;	
}
.pricing_box{
    border:1px solid #e0eded;	
}
.pricing_box:hover{

    -webkit-box-shadow: 0 -4px 14px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 -4px 14px rgba(0,0,0,0.2);
    box-shadow: 0 -4px 14px rgba(0,0,0,0.2);	
}
.pricing_header{
    background:#0a1e3a;
    padding:10px;
    text-align:center;
    color:#fff;	
}
.pricing_title{
    font-size:18px;
    margin-bottom:8px;
    font-weight:700;
    text-transform:uppercase;	
    color:#fff;	
}
.pricing_price{
    font-size:26px;	
    color:#fff;	
}
.pricing_period{
    font-size:16px;
    color:#fff;	
}
.pricing_body{
    background:#FCFCFC;	
}
ul.pricing_features{
    list-style:none;
    margin:0;
    padding:0;
}
ul.pricing_features > li{
    padding:10px 20px;
    border-bottom:1px solid #f1f1f1;	
    font-size:14px;
}
.pricing_footer{
    padding:10px;	
    text-align:center;
    background:#FCFCFC;
}
.pricing_footer a.btn{
    padding-top:10px;
    padding-bottom:10px;
}


/*Backgrounds*/
.overlay_container{
    background:url(../images/bgs/full-bg-20.jpg);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;	
    position:relative;
}
.overlay_container:after{
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(89,178,229,0.9);	
}
.overlay_container.overlay_purple:after{

    background:rgba(111,94,164,0.9);	
}
.overlay_container.overlay_green:after{

    background:rgba(1,123,110,0.9);	
}
.overlay_container.overlay_black:after{

    background:rgba(0,0,0,0.9);	
}


[class*="section_"].overlay_container{
    position:relative;
    color:#fff !important;
}
[class*="section_"].overlay_container.overlay_bg_fixed{
    background-attachment:fixed;	
}
[class*="section_"].overlay_container .container{
    position:relative;
    z-index:1399;
}
[class*="section_"].overlay_container i{
    color:#fff !important;
}
[class*="section_"].overlay_container .heading-alt:before{
    background: #fff;
}
[class*="section_"].overlay_container .heading{
    font-weight:100 !important;	
}


.overlay_container .overlay_body{
    text-align:center;	
    height:100%;
    width:100%;
    color:#fff;
    position:relative;
    z-index:1399;
    padding-top:100px;
    padding-bottom:100px;
}
@media (max-width:768px){
    .overlay_container .overlay_body{
        padding-top:50px;
        padding-bottom:50px;	
    }
}
.overlay_container .overlay_icon{
    border-radius:100%;
    border:1px solid #fff;
    width:100px;
    height:100px;
    display:inline-block;
}
.overlay_container .overlay_icon i{
    font-size:36px;
    margin-top:30%;
}
.overlay_container .overlay_title{
    font-size:18px;
    text-transform:uppercase;	
}
.overlay_container .overlay_description{
    font-size:14px;	
}
.overlay_container .btn{
    background:#fff;
    color:#0a1e3a;
    padding:5px 10px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    text-decoration:none;
}



/*ImageBox*/
.image_box.overlay{
    overflow:hidden;
}
.image_box.overlay img{
    height:220px;
    width:100%;	
}
.image_box.overlay > .image_title_container{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
}
.image_box.overlay .image_title_container:after{
    background:rgba(89,178,229,0.5);
    content:'';
    position:absolute;
    left:15px;
    right:15px;
    bottom:0;
    top:0;
}
.image_box.overlay .image_title{
    position:relative;
    z-index:1399;
    color:#fff;
    font-size:18px;	
    padding:20px 25px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.image_box .image_title{
    margin-top:5px;
    margin-bottom:5px;
    font-size:22px;
    font-family:'RobotoCondesed',sans-serif; 
}
.image_box .image_description{

}
.image_box .image_btn{
    padding:10px 10px;
    font-size:14px;
    border-radius:4px;	
}



/*Testimonial*/
.section_testimonial{
    padding-top:80px;
    padding-bottom:100px;	
}
.testimonial{
    text-align:center;
}
.testimonial_image{
    border-radius:100%;
    display:inline-block;
    background:url(../images/magazine/magazine-5.jpg);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    border:2px solid #fff;
    width:60px;
    height:60px;

}
.testimonial_heading{
    border-bottom:1px solid rgba(255,255,255,0.5);
    color:#fff;
    padding-bottom:5px;
    padding-top:5px;
    margin-top:0;
    margin-bottom:10px;
    font-size:18px;
    font-family:'RobotoCondesed';
    margin-left:auto;
    margin-right:auto;
    max-width:200px;
}
.testimonial_description{
    color:#fff;
    font-family:'Roboto';
    font-size:16px;
    max-width:700px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    padding-left:8px;
    padding-right:8px;
}
.testimonial_description:before{
    content:'\f10d';
    font-family:'FontAwesome';
    position:absolute;
    top:0;
    left:0;
    color:#fff;
    font-size:18px;
}
.testimonial_description:after{
    content:'\f10e';
    position:absolute;
    top:0;
    right:0;
    color:#fff;
    font-size:18px;
    font-family:'FontAwesome'
}
.testimonial_by{
    font-size:12px;
    color:#fff;
    font-weight:600;
}

.testimonial_indicators{
    position:absolute;
    bottom:20px;
    left:50%;	
}



/*Footer*/
footer {
    padding-top: 15px;
    padding-bottom: 20px;
    min-height: 30px;
    background: #232323;
    font-family:'Roboto'
}
footer h4 {
    margin-top: 20px;
    color: #ccc;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
}
footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer p {
    color: #ccc;
    font-size: 13px;
    margin-bottom: 10px;
}
footer a{
    color:#ccc;
    text-decoration:none;	
}
footer a:hover{
    text-decoration:none;	
}
footer .social-icons i {
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    color: #333;
    border-radius: 2px;
}
footer .social-icons i:hover {
    background:#0a1e3a;
    color: #fff;
}
footer .btn-sm{
    padding: 7.5px 12px;	
}
footer .copyright {
    color: #fff;
}
footer hr {
    border-top: 1px solid #444;
}
/*Footer forms*/
footer .btn-sm{
    padding: 7.5px 12px;	
}
footer .form-control{
    padding:10px 10px;
    height:45px;
    color:#505050;
    border: 1px solid #eee;
    border-radius:0;
    box-shadow:none;	
}
footer .form-control:focus{
    box-shadow:none;
    border:1px solid #0a1e3a;

}
footer .form-light .form-control {
    outline: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background: #f9f9f9;
    border: 1px solid #ccc;
    color: #70808b;
    font-size: 13px !important;
}

footer .input-group-btn .btn-sm{
    padding-top:10px;
    padding-bottom:10px;
    height:45px;
}




/*Blogs*/
.blog_block{
    border: 1px solid #e0eded;
    border-radius:3px;
}
.blog_block .blog_header{
    position:relative;
    height:auto;	
}
.blog_block img{
    width:100%;
    height:auto;	
}
.blog_block .img{
    width:100%;
    height: 250px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTO3ZDBUrPak3jTv3kCGOn953jYzSaxq0_izlDaFdMgzRisZKOe)

}
.blog_block .blog_header .blog_time{
    position:absolute;
    z-index:1399;
    bottom:0;
    left:0;
    padding:10px 10px;
    background:rgba(10,30,58,0.9);
    color:#fff !important;
    font-size:12px;
}
.blog_block .blog_body{
    padding-left:20px;
    padding-right:20px;
    padding-top:5px;
    padding-bottom:10px;	
}
.blog_block .blog_title{
    font-size:16px;
    margin-bottom:0px;
    margin-top:0px;	
    cursor:pointer;
    text-decoration:none;
}
.blog_block .blog_title a{
    color:#505050 !important;	
}
.blog_block .blog_tags{
    font-size: 11px;
    color: #999;
    text-transform:uppercase;
}
.blog_block .blog_tags a{
    color:#0a1e3a;
}
.blog_block .blog_comments {
    float: right;
    margin-left: 30px;
    font-size: 12px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
}
.blog_block .blog_comments strong{
    display: block;
    margin-bottom: 2px;
    font-size: 38px;
    font-weight: 700;
    color: #0a1e3a;
}
.blog_block .blog_content {
    text-align: justify;
    font-size:13px;
}

.blog_block .blog_footer {
    border-top: 1px solid #e0eded;	
}
.blog_block .blog_footer .blog_author{
    padding-top:15px;
    padding-bottom:15px;
    padding-left:20px;
    padding-right:20px;
    float: left;
    text-transform:uppercase;
    font-size:13px;
}
.blog_block .blog_footer .blog_author a{
    color:#0a1e3a;
    cursor:pointer;	
}
.blog_block .blog_footer .blog_like{
    border-left:1px solid #e0eded;
    background: #fcfcfc;
    float:right;
    position:relative;
    padding: 18px 15px;
}
.blog_block .blog_footer .blog_like a{
    cursor:pointer;	
}
.blog_block .blog_footer .blog_like i{
    font-size: 20px;
    color: #0a1e3a;	
}
/*blog list*/
.post-item {
    margin-bottom: 20px;
    position: relative;
}
.post-item.style2 {
    padding-left: 95px;
}
.post-item.style2 .post-meta {
    width: 74px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    text-transform: uppercase;
}
.post-item.style2 .post-content-wr {
    position: relative;
}
.post-item.style2 .post-meta-top {
    position: relative;
}
.post-image {
    position: relative;
}
.post-title {
    margin-top: 20px;
    font-size: 25px;
}
.post-item.style2 .post-title {
    margin: 15px 0 8px 0;
    line-height: 26px;
    font-size:25px;
}
.post-item.style2 .post-title a {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    text-transform: none;
}
.post-item.style2 .post-content {
    padding-bottom: 0;
}
.post-tags {
    font-size: 11px;
    color: #999;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.post-item.style2 .post-tags {
    margin-bottom: 10px;
    font-style: normal;
}
.post-tags a {
    color: #3498db;
}
.post-item.style2 .post-comments {
    padding: 10px;
    float: right;
    margin-left: 15px;
    font-size: 12px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    background: #fcfcfc;
    border-radius: 2px;
}
.post-item.style2 .post-comments strong {
    display: block;
    margin-bottom: 6px;
    font-size: 38px;
    font-weight: 700;
    color: #9cd70e;
}
.post-item.style2 .post-content .post-desc {
    text-align: justify;
}
.post-item.style2 .post-meta-bot {
    border-top: 1px solid #e0eded;
    padding: 20px 0;
}
.post-meta-bot .post-author, .post-meta-bot .post-comments {
    float: left;
    font-size: 12px;
    color: #616161;
    text-transform: uppercase;
    line-height: 14px;
}
.post-meta-bot .post-author a, .post-meta-bot .post-comments a {
    color: #3498db;
}
.post-meta-bot .btn {
    float: right;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.post-item.style2 .post-meta .date {
    color: #333;
    font-family: "Roboto",sans-serif;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #e0eded;
}
.post-item.style2 .post-meta .date .icon {
    display: block;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 6px;
}
.post-item.style2 .post-meta .date .month {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6px;
}
.post-item.style2 .post-meta .date .day {
    display: block;
    font-size: 36px;
    font-weight: 600;
}
.post-image img , .post-image .img {
    display: block;
    width: 100%;
}
.post-image .img{
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    height:300px;	
}
.like-box a.btn{
    border-radius: 3px;
    padding: 6px 6px;
    font-size:12px;	
}

@media(max-width:768px){
    .post-item.style2 {
        padding-left: 0px !important;
    }
}

/*Carousel*/
.owl-carousel .owl-item, .owl-carousel .owl-item .blog_block {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}
.owl-theme .owl-dots .owl-dot span{
    background:	#0a1e3a !important;
}
.owl-theme .owl-dots .owl-dot.active span{
    background:	#3E6A8F !important;
}


.no-bg{
    background:none !important;	
}
.no-padding-left{
    padding-left:0px !important;	
}
.no-padding-right{
    padding-right:0px !important;	
}
.no-padding-top{
    padding-top:0px !important;	
}
.no-padding-bottom{
    padding-bottom:0px !important;	
}
no-padding{
    padding:0px !important;	
}


/*Titles*/
.category_title{
    border-bottom: 3px solid #0a1e3a;
    font-size: 18px;
    line-height: 1;
    margin: 0px 0px 10px;
    padding: 0px;	
}
.category_title span{
    border-bottom: 3px solid #061323;
    display: inline-block;
    margin-bottom: -3px;
    padding-bottom: 10px;
    color: rgb(102, 102, 102);
}


/*Products*/
.product{
    padding-left:10px;
    padding-right:10px;	
}
.box-product-outer {
    margin-bottom: 5px;
    padding: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 0px;
    width:100%;
}
.box-product-outer.bordered{
    border: 1px solid #e0eded;
    border-radius: 3px;	
}
.box-product-outer:hover {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 150, 136);
    border-image: initial;
}

.box-product h6 a {
    font-size: 13px;
    line-height: 1.4;
    display: block;
}

.box-product .img-wrapper {
    position: relative;
    overflow: hidden;
    height:250px;
}
.box-product .img-wrapper .product-image{
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(http://localhost/tulia/images/icons/photo.png);
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 1;
    cursor: pointer;
}
.product_slide .box-product .img-wrapper{
    height:auto;	
}
.box-product .img-wrapper > :first-child {
    position: relative;
    display: block;
}
.box-product .img-wrapper > a > img {
    width: 100%;
}
.box-product .img-wrapper .tags {
    position: absolute;
    top: 0px;
    right: 0px;
    display: table;
    width: auto;
    height: auto;
    vertical-align: inherit;
    background-color: transparent;
    direction: rtl;
    overflow: visible;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}
.box-product .img-wrapper .tags > .label-tags {
    display: table;
    text-align: left;
    opacity: 0.8;
    direction: ltr;
    margin: 0px -1px 1px 0px;
}
.box-product .img-wrapper .tags-left {
    left: 0px;
    direction: ltr;
}
.label.arrowed {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 20px;
    margin-left: 5px;
}
.label.arrowed::before {
    position: absolute;
    z-index: -1;
    top: 0px;
    left: -10px;
    display: inline-block;
    content: "";
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-width: 10px 5px;
}
.label-default.arrowed::before {
    border-right-color: rgb(119, 119, 119);
}

.label.arrowed-right {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 20px;
    margin-right: 5px;
}
.label.arrowed-right::after {
    position: absolute;
    z-index: -1;
    top: 0px;
    right: -10px;
    display: inline-block;
    content: "";
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-width: 10px 5px;
}
.label-danger.arrowed-right::after {
    border-left-color: rgb(217, 83, 79);
}


.box-product .img-wrapper > .option {
    position: absolute;
    top: auto;
    right: 0px;
    bottom: -30px;
    left: 0px;
    width: auto;
    height: 28px;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.55);
    transition: all 0.2s ease;
    border-radius: 0px;
}
.box-product .img-wrapper > .option > a {
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
    color: rgb(255, 255, 255);
    padding: 0px 4px;
}


.price {
    margin-bottom: 5px;
    color: rgb(239, 83, 80);
}
.price-old {
    position: relative;
    display: inline-block;
    margin-right: 7px;
    color: rgb(102, 102, 102);

}
.price-old::before {
    position: absolute;
    width: 100%;
    height: 60%;
    content: "";
    border-bottom: 1px solid rgb(102, 102, 102);
}

.rating i {
    color: rgb(255, 193, 7);
}


.box-product .label {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    display: inline-block;
    height: 20px;
    border-radius: 0px;
}
.box-product .label-default {
    background-color: rgb(119, 119, 119);
}

.widget_side{
    position:relative;	
}


/*Navigationb owl*/
.owl-nav {
    position: absolute;
    top: 1px;
    right: 1px;
    margin-top: 0px;
}
.owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    right: 0px;
    margin-top: 0px;
}
.owl-controls-top-offset .owl-nav {
    right: 0px;
    margin-top: -35px;
}

.owl-nav [class*="owl-"] {
    color: rgb(255, 255, 255);
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    margin: 5px;
    padding: 4px 7px;
    background: #0a1e3a;
    border-radius: 3px;

    font-size: 18px;
    line-height: 1;
    opacity: 0.5;
    margin: 0px;
    padding: 0px 5px;
    border-radius: 0px;
}
.owl-nav [class*="owl-"]:hover {
    color: rgb(255, 255, 255);
    background: rgb(134, 151, 145);
    text-decoration: none;
}
.owl-nav .owl-next {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}


/*Categories*/
ul.categories {
    list-style: none;
    margin: 0;
    padding: 0 !important;
    border: 1px solid #e0eded;
    overflow: hidden;
}
ul.categories>li {
    border-bottom: 1px solid #e0eded;
    position: relative;
}
ul.categories>li>a {
    display: block;
    padding: 10px 15px;
    color:#333;
    cursor:pointer;
    font-size:14px;
    position: relative;
}
ul.categories>li>a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    top: 20%;
    right: 10px;
    float: right;
}
ul.categories>li>a:hover {
    background: #0a1e3a;
    color: #fff;
    text-decoration: none;
}

.widget_side{
    margin-bottom:30px;	
}


/*Page Opts*/
.pg-opt {
    border-bottom: 1px solid #e0eded;
    background-color: rgb(245, 245, 245);
    color: #333;
}
.pg-opt h2 {
    margin: 0;
    padding: 12px 0;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #333;
    line-height:100%;
    font-family:'Roboto';
}
.pg-opt .breadcrumb {
    float: right;
    margin: 0;
    padding: 10px 15px 10px 0;
    padding-right: -15px;
    background: transparent;
    border-radius: 0;
}
.pg-opt .breadcrumb a {
    color: #333;
}


/*Blocks*/
.wp-block {
    margin: 0 0 15px 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    position: relative;
    cursor: default;
    border-radius: 2px;
}
.wp-block.default {
    border: 1px solid;
    border-color: #e0eded;
    background: #fff;
}
.wp-block .img-icon {
    display: block;
    text-align: center;
    margin: 20px 0 10px 0;
}
.wp-block .img-icon i {
    font-size: 50px !important;
}
.wp-block .small{
    font-size: 85%;
}
.light-gray {
    background: #fcfcfc;
    color: #000;
}
@media (max-width: 767px){
    .wp-block{
        margin-bottom: 15px !important;
    }
}


/*Product nav*/
.product-sorting-bar {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    border-radius: 0px;
}
.product-sorting-bar:before, .product-sorting-bar:after {
    display: table;
    content: "";
}
.product-list-filters {
    background: #fcfcfc !important;
    border: 1px solid #e0eded !important;
}
.product-list-filters .view-mode {
    float: left;
    margin: 7px 0 0 15px;
}
.product-list-filters .view-mode a {
    font-size: 20px;
    margin-right: 4px;
    font-weight: normal;
}
.product-list-filters .filter {
    display: inline-block;
    float: left;
    margin-left: 30px;
    margin-top: 2px;
}
.product-list-filters .pagination {
    margin: 0;
    padding: 0;
    float: right;
    border: 0;
    border-radius: 0;
}
.product-list-filters .sort-filter label {
    margin: 0;
    margin-right: 10px;
    font-weight: 400;
}
.product-list-filters .sort-filter select {
    margin-right: 10px;
}

.product-list-filters .form-control{
    border-radius: 2px !important;
    padding: 8px 12px;
}
.product-list-filters .pagination li a {
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
    padding: 10px 16px;
}
.product-list-filters ul.product-options{
    margin:0;
    padding:0;
    list-style:none;
    float:left;
    margin-left:10px;
    display:inline-block;
}
@media (max-width:991px){
    .product-list-filters ul.product-options{

        display:none;
    }

    .product-list-filters .filter {
        display: block;
        padding: 0 10px;
        margin-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #e0eded;
        width:100%;
        margin-left: 0px;
    }
    .product-list-filters .pagination {
        margin: 0;
        padding: 0;
        float: left;
        border: 0;
        border-radius: 0;
        width:100%;
    }
}
.product-list-filters ul.product-options li{
    display:inline;
}
.product-list-filters ul.product-options li a {
    font-size: 20px;
    font-weight: normal;
    padding: 20px 5px;
    display:inline;


}

/*Single product*/
.product-info{
    font-size: 13px !important;	
}
.product-info .product-title {
    margin:0;
    margin-bottom: 10px;
    color: #333;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: capitalize;
}
.product-info a{
    color: #333 !important;	
}
.product-info .btn{
    padding: 6px 12px !important;	
}
.product-info .rating span.star {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    float: left;
    padding: 0 1px;
    cursor: pointer;
}
.product-info .rating span.star:before {
    content: "\f005";
    display: block;
    font-size: 14px;
    color: #f3f3f3;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
.product-info .rating span.voted:before {
    color: #f7e90c;
}
.product-info.review-rating {
    font-size: 12px;
}
.product-info .product-price {
    margin-bottom: 15px;
    color: #333 !important;
}
.product-info .product-price>.price {
    font-size: 26px;
    font-weight: 600;
    margin-left: 10px;
    color: #333 !important;
}
.product-info .product-price>.price.discount {
    font-size: 16px;
    font-weight: 600;
    color: #f00 !important;
    text-decoration: line-through;
}
.product-info input{
    width: 60px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 15px;
    height: 34px;	
}
.product-info .product-short-info p {
    padding: 6px 0;
    margin: 0;
}
.product-info .product-short-info p i {
    margin-right: 8px;
    color: #0a1e3a;
}
.product-info .product-short-info p strong {
    font-size: 14px;
    font-weight: 700;
}

.product-info .primary-image {
    border: 1px solid #e0eded;
    padding: 15px;
    border-radius: 2px;

}
.product-info .primary-image img{
    height:auto;
    width:100%;	
}
.primary-image .product-image-container{
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(http://localhost/tulia/images/icons/photo.png);
    background-position: center center;
    width: 100%;
    height: 350px;
    opacity: 1;
    cursor: pointer;	
}


.product-info .thumbnail-images {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
}
.product-info .thumbnail-images {
    margin-top: 10px;
}
.product-info .thumbnail-images a {
    display: block;
    padding: 5px;
    border: 1px solid #e0eded;
}
.product-info .thumbnail-images a img {
    height: 70px;
    width: 100%;
}
.product-info .thumbnail-images a .thumb{
    width:100%;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/parts/part_2.jpg);
}


.product-info .thumbnail-images.style-2 a:last-child {
    border-top-right-radius: 2px;
}
.product-info .thumbnail-images.style-2 a:first-child {
    border-top-left-radius: 2px;
}
.product-info .thumbnail-images a:last-child {
    margin: 0;
    border-bottom-right-radius: 2px;
}
.product-info .thumbnail-images a:first-child {
    border-bottom-left-radius: 2px;
}


/*Pagination*/
.pagination > li > a{
    padding: 10px 16px;   
}
.pagination>li>a, .pagination>li>span {
    background-color: #fff;
    border-color: #e0eded;
    color: #0a1e3a;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #0a1e3a;
    border-color: #0a1e3a;
    color: #fff;
}
.pagination>li>a:hover, .pagination>li>span:hover {
    background-color: #0a1e3a;
    border-color: #e0eded;
    color: #fff;
}

/*Line*/
hr {
    margin: 15px 0;
    border-color: #e0eded;
}

p {
    margin-bottom: 10px;
}
.base {
    background: #0a1e3a;
    color: #fff !important;
}



/*Panels*/
.panel {
    border-radius: 0;
    background-color: #fff;
}
.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-default {
    border-color: #e0eded;
}
.panel-sidebar-1 {
    border-radius: 2px !important;
}


.panel .panel-heading {
    border-radius: 0;
    padding: 15px;
}
.panel-default>.panel-heading {
    border-color: #e0eded;
    background: #fcfcfc;
}
.panel-sidebar-1 .panel-heading {
    padding: 15px;
}

.panel-default>.panel-heading h2 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #333;
}
.panel-sidebar-1 .panel-heading h2 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.panel-sidebar-1 .panel-body h4 {
    padding: 15px;
    padding: 0;
    margin:0;
    font-size: 13px;
    font-weight: normal;
    text-transform: capitalize;
    color: #0a1e3a;
    line-height: 1.2em;
    margin-bottom: .7em;
}

.well {
    border-radius: 2px;
    background: #fcfcfc;
    border-color: #e0eded;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.well h1, .well h2, .well h3, .well h4, .well h5, .well h6 {
    margin: 0;
    padding: 0;
    text-transform: none;
    font-weight: 500;
}
.well p {
    margin: 0;
}


/*Table cart*/
.table-cart {
    border-right: 1px solid #e0eded;
    border-left: 1px solid #e0eded;
    border-bottom: 1px solid #e0eded;
}
.table-cart td:first-child {
    border-right: 1px solid #e0eded;
}

.table-cart>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    vertical-align: middle;
    cursor: default;
}
.table-cart>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border-color: #e0eded;
}
.table-cart>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table-cart a{

    color : #555;
}
.table-cart .cart-remove {
    display: block;
    text-align: center;
    color: #e80e1d;
}
.table-cart img {
    width: 80px;
}
.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.table-cart-subtotal {
    margin: 0;
}
.table-cart-subtotal>thead>tr>th, .table-cart-subtotal>tbody>tr>th, .table-cart-subtotal>tfoot>tr>th, .table-cart-subtotal>thead>tr>td, .table-cart-subtotal>tbody>tr>td, .table-cart-subtotal>tfoot>tr>td {
    border-top: 0px solid #ddd;
}
.table-cart-subtotal th {
    font-weight: 400;
    width: 50%;
    margin: 0;
}

/*border*/
.bb {
    border-bottom: 1px solid #e0eded;
}
label {
    font-weight: 400;
    font-size: 13px;
}

/*Checkout*/
ol.progtrckr {
    margin-bottom: 40px;
    padding: 0;
    list-style-type: none;
}
ol.progtrckr li {
    display: inline-block;
    text-align: center;
    line-height: 3em;
}
ol.progtrckr[data-progtrckr-steps="5"] li {
    width: 19%;
}
ol.progtrckr li:before {
    position: relative;
    bottom: -2.5em;
    float: left;
    left: 50%;
    line-height: 1em;
}
ol.progtrckr li:after {
    content: "\00a0\00a0";
    font-family: FontAwesome;
}


ol.progtrckr li.progtrckr-todo {
    color: #c0c0c0;
    border-bottom: 4px solid #c0c0c0;
}
ol.progtrckr li.progtrckr-todo:before {
    content: "\f111";
    font-family: FontAwesome;
    color: #c0c0c0;
    background-color: transparent;
    font-size: 1.5em;
    bottom: -1.6em;
}


ol.progtrckr li.progtrckr-done {
    color: #333;
    border-bottom: 4px solid #9cd70e;
}
ol.progtrckr li.progtrckr-done:before {
    content: "\f058";
    font-family: FontAwesome;
    color: #fff;
    background-color: #9cd70e;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}


/*Comments*/
.link-add-comment:hover {
    color: #3498db;
    text-decoration: underline;
}
.comment-list{

    font-size: 14px !important;
}
.comment-list ol, .comment-list ul{

    margin: 0;
    padding: 0;
    list-style: none;
}
.comment-list li.comment {
    padding-left: 80px;
    position: relative;
}
.comment-body {
    padding: 23px 20px;
    position: relative;
    margin-bottom: 18px;
    background: #fcfcfc;
    border: 1px solid #e0eded;
}
.comment-body:before, .comment-body:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 20px;
    left: -16px;
    border: solid transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: initial;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: initial;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: initial;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: initial;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}
.comment-body:before {
    border-color: transparent;
    border-right-color: #e0eded;
    border-width: 9px;
    margin-top: -1px;
    left: -18px;
}
.comment-body:after {
    border-color: transparent;
    border-right-color: #fcfcfc;
    border-width: 8px;
}
.comment-avatar {
    position: absolute;
    top: 0;
    left: -80px;
    width: 65px;
    height: 65px;
    border: 3px solid #fff;
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.comment-avatar img {
    display: block;
    width: 100%;
    height: 100%;
}
.comment-author {
    margin-bottom: 5px;
}
.comment-author .link-author {
    float: left;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}
.comment-author .comment-meta {
    float: right;
    font-size: 12px;
    color: #999;
    text-align: right;
}
.comment-author .comment-meta .link-reply {
    color: #3498db;
}
.comment-entry {
    line-height: 19px;
}

.comment-list li.comment .children{

    list-style: none;
    margin: 0;
    padding: 0;
}

.text_condesed{
    font-family: 'RobotoCondesed' !important;
}
.img{

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
}





/*Latest Addons*/
.text_line_top {
    border-top: 2px solid #0a1e3a;
    padding-top: 5px;
    display: inline-block;
}
.no_margin {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.no_margin_bottom {
    margin-bottom: 0px !important;
}
.no_margin_top {
    margin-top: 0px !important;
}


.padding_col{
    padding-right: 15px;
    padding-left: 15px;	
}
.col_fluid {
    padding-left: 0px;
    padding-right: 0px;
}
.pos_relative{
    position:relative;	
}

/*Carousels*/
.col-carousel .col-carousel-img{
    height:413px !important; 
    width:100% !important;
}
@media(max-width:768px){
    .col-carousel .col-carousel-img{
        height:auto !important; 
        width:100% !important;
    }	
}
.col-carousel-indicators{
    position:absolute;
    bottom:0;
    left:0px;
    margin:0;
    padding:0;
    list-style:none;
    z-index:1399;
}
.col-carousel-indicators li{
    display:inline-block;
    text-decoration:none;
    cursor:pointer;
    background:#0a1e3a;
    vertical-align:bottom;
}
.col-carousel-indicators li a{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    width:50px;
    height:45px;
    display:inline-block;
}
.col-carousel-indicators li.previous a{

    background-image:url(../images/slider/prev.png);	
}
.col-carousel-indicators li.next a{

    background-image:url(../images/slider/next.png);	
}



/*Overlays*/
.overlay_block{
    background:url(../images/bgs/8.jpg);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
.overlay_block:after{
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    background:rgba(66,217,228,0.85);
}
.overlay_block.overlay_bg_light:after{
    background:rgba(66,217,228,0.65);
}

.overlay_block.overlay_purple:after {
    background: rgba(111,94,164,0.85);
}
.overlay_purple.overlay_bg_light:after{
    background:rgba(111,94,164,0.65);
}

.overlay_block.overlay_green:after {
    background: rgba(1,123,110,0.85);
}
.overlay_green.overlay_bg_light:after{
    background:rgba(1,123,110,0.65);
}

.overlay_block.overlay_black:after{
    background:rgba(0,0,0,0.85);	
}
.overlay_black.overlay_bg_light:after{
    background:rgba(0,0,0,0.65);	
}

.overlay_block .overlay_body{
    position:relative;
    width:100%;
    height:100%;
    padding-top: 100px;
    padding-bottom: 100px;
    color:#fff;
    z-index:1399;
}
.overlay_block .overlay_body.overlay_small{
    padding-top:50px;
    padding-bottom:50px;	
}
@media (max-width: 768px){
    .overlay_block .overlay_body , .overlay_block .overlay_body.overlay_small {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.overlay_block .overlay_icon{
    border-radius: 100%;
    border: 1px solid #fff;
    width: 100px;
    height: 100px;
    display: inline-block;
    text-align:center;
}
.overlay_block .overlay_icon > i{
    margin-top:30%;
    font-size: 36px;
    color:#fff;
}
.overlay_block.overlay_title {
    font-size: 18px;
    text-transform: uppercase;
}
.overlay_block .overlay_description {
    font-size: 14px;
    text-shadow:none !important;
}
.overlay_block .btn {
    background: #fff;	
    color: #0a1e3a;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-decoration: none;
    cursor:pointer !important;
}


.text-block-center {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    text-align: center;
}
h1 strong, h2 strong, h3 strong, h4 strong {
    color: #0a1e3a !important;
    font-weight: inherit;
}



/*Team*/
.team_member{
    position:relative;
    overflow:hidden;
    width:100%;	
}
@media (max-width:768px){
    .team_member{
        margin-bottom:10px;
    }
}
.team_member figcaption{
    background: rgba(10,30,58,0.9);
    position:absolute;
    top:5%;
    left:5%;
    width:90%;
    height:90%;
    text-align:center;
    padding:80px 20px;
    color:#fff !important;
    visibility:hidden;
    opacity:0;
    -ms-transform: scale(1.9);
    -moz-transform:scale(1.9);
    -o-transform:scale(1.9);
    -webkit-transform:scale(1.9);
    transform: scale(1.9);
    transition:0.3s ease;
}
.team_member:hover figcaption{

    visibility:visible;
    opacity:1;
    -ms-transform: scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -webkit-transform:scale(1);
    transform: scale(1);

}
.team_member .team_title{
    margin:0;
    padding:0;
    font-size:20px;
    margin-bottom:5px;
    line-height:1.1;
    font-weight:500;
}
.team_member .team_subtitle{
    margin:0;
    margin-bottom:3px;	
}
.team_member ul.team_social_icons{
    list-style:none;
    margin:0;
    padding:0;
    display:inline-block;
}
.team_member ul.team_social_icons li{
    float:left;
    margin-right:5px;	
}
.team_member ul.team_social_icons li a{
    color:#fff !important;
    border-radius:50%;
    border:1px solid #fff;
    width:30px;
    height:30px;
    background:transparent;
    display:inline-block;
    text-align:center;
}
.team_member ul.team_social_icons li a i{
    line-height:30px;
    display:inline-block;
    font-size: 15px;
    color:inherit;
}
.team_member ul.team_social_icons li a:hover{
    background:#fff;
    color:#0a1e3a !important;
    -webkit-animation: SabianRotate .25s linear 0s 1;
    animation:SabianRotate .25s linear 0s 1; 	
}


.team_member_box{
    position:relative;
    width:100%;	
}
@media (max-width:768px){
    .team_member_box{
        margin-bottom:10px;
    }
}
.team_member_box ul.team_social_icons{
    list-style:none;
    margin:0;
    padding:0;
    display:inline-block;
}
.team_member_box ul.team_social_icons li{
    float:left;
    margin-right:5px;	
}
.team_member_box ul.team_social_icons li a{
    color:#fff !important;
    border-radius:50%;
    border:1px solid #fff;
    width:30px;
    height:30px;
    background:#0a1e3a;
    display:inline-block;
    text-align:center;
}
.team_member_box ul.team_social_icons li a i{
    line-height:30px;
    display:inline-block;
    font-size: 15px;
    color:inherit;
}
.team_member_box ul.team_social_icons li a:hover{
    background:#fff;
    color:#0a1e3a !important;
    -webkit-animation: SabianRotate .25s linear 0s 1;
    animation:SabianRotate .25s linear 0s 1; 	
    border:1px solid #0a1e3a;
}



/*Lists*/
ul.list-check {
    list-style: none;
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
}
ul.list-check li {
    padding: 4px 0;
    margin: 0;
    display: block;
    width: 100%;
}
ul.list-check li i {
    color: #3498db;
    font-style: normal;
    margin-right: 4px;
}

ul.bullet {
    list-style: none;
    margin: 0;
    padding: 0;
    background: transparent;
}
ul.bullet li {
    clear: left;
    padding: 10px 0;
    display: block;
    width: 100%;
}
ul.bullet li>figure {
    margin: 5px 0 0 0;
    padding: 0;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    padding: 4px 0 0;
    text-align: center;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    float: left;
}
ul.bullet li p {
    margin: 0 0 0 50px;
    padding: 0;
}
ul.bullet li>figure.dark {
    background: #131313;
    color: #fff;
}
ul.bullet li>figure.primary{
    background:#0a1e3a;
    color:#fff;
}
ul.bullet li>figure span{
    line-height: 22px !important;	
}



/*FeaturedItem*/
.featured_item{
    padding:5px 5px 0px 5px;
    margin-bottom:25px;	
}
.featured_item_icon{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    color:#0a1e3a;
    font-size:18px;
    padding-bottom:15px;
}
.featured_item_icon {
    font-size:2.5em;	
}
.featured_item_title{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    font-size:17px;	
}
.featured_item_content{
    margin-left:auto;
    margin-right:auto;
    text-align:center;	
}


/*Services Block*/
.service-block {
    margin-bottom: 20px;
}
.service-block.service-block-1 .service-block-item {
    width: 20%;
    display: table-cell;
    vertical-align: top;
    font-size: 64px;
    text-align: center;
    color: #0a1e3a;
}
.service-block.service-block-1 .service-block-body {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}
.service-block.service-block .service-block-body p {
    margin: 0;
}



/*Titles*/
.section-title-wr {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}
.section-title.left {
    display: table-cell;
    color: #333;
    font-size: 18px;
}



/*Contacts*/
.contact-info {
    margin-bottom: 20px;
}
.contact-info h5 {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 4px;
}
.contact-info h5 i {
    margin-right: 4px;
    color: #80B942;
}
.contact_map {
    height: 400px;
    margin: 0;
}
@media (max-width:768px){
    .contact_map{
        height:300px;	
    }
}


/*Icons*/
.social-media i {
    z-index: 2200;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center !important;
    font-size: 18px;
    background: #ddd;
    color: #333;
    border-radius: 2px;
    cursor:pointer;
}
.social-media i:hover{
    background:#000;
    color:#fff;	
}
.social-media .facebook {
    background: #43609c;
    color: #fff;
}
.social-media .google {
    background: #dd4b39;
    color: #fff;
}
.social-media .twitter {
    background: #62addb;
    color: #fff;
}
.social-media .youtube{
    background:#dd4b39;
    color:#fff;	
}
.social-media .linkedin {
    background: #43609c;
    color: #fff;
}
.social-media .instagram {
    background: orange;
    color: #fff;
}



/*Blocks*/
.wp-block {
    margin: 0 0 15px 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    position: relative;
    cursor: default;
    border-radius: 2px;
}
.wp-block:after {
    clear: both;
}
.wp-block:before, .wp-block:after {
    display: table;
    content: "";
}
.wp-block.property.list .wp-block-title h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    text-transform:none;
    color:#333;
}
.wp-block.property.list .wp-block-title a {
    cursor:pointer;
    text-decoration:none;
    color:inherit;
}
.wp-block.property.list .wp-block-title {
    padding: 15px 15px 0 15px;
}
.wp-block .wp-block-body {
    padding: 15px;
}
.wp-block.property.list .wp-block-img {
    display: table-cell;
    width: 250px;
}
.wp-block.property.list .wp-block-body .wp-block-content {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}
.wp-block.property.list .wp-block-content .content-title {
    font-size: 20px;
    color: #80B942;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 1.2em;
    text-transform:capitalize;
}
.wp-block.property.list .wp-block-content .description {
    padding-bottom: 10px;
    border-bottom: 1px solid #e0eded;
    line-height: 22px;
    margin-bottom: 10px;
}
.wp-block.property.list .wp-block-content .price {
    font-size: 22px;
    color: #9cd70e;
    font-weight: 600;
}
.wp-block.property.list .wp-block-content .capacity {
    font-size: 16px;
    color: #999;
}
.wp-block.property.list .wp-block-footer ul.aux-info {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    background: #fcfcfc;
    border-top: 1px solid #e0eded;
    list-style:none;
}
.wp-block.property.list .wp-block-footer ul.aux-info li {
    display: table-cell;
    padding: 10px 15px;
    vertical-align: middle;
    border-right: 1px solid #e0eded;
}
.wp-block.property.list .wp-block-footer ul.aux-info li i {
    font-size: 18px;
    margin-right: 8px;
    color: #333;
}
.wp-block.hero .thmb-img {
    text-align: center;
    padding: 15px 0;
}
.wp-block.base {
    background: #80B942;
    color: #fff !important;
}
.wp-block.base a, .wp-block.base i {
    color: #fff;
}
.wp-block.base p {
    color: #fff;
}
.wp-block.hero p {
    padding: 15px;
}


.property.list {
    border: 1px solid #e0eded;
}
@media (max-width: 767px){
    .wp-block.property.list .wp-block-body .wp-block-img {
        display: block;
        width: auto;
    }
    .wp-block.property.list .wp-block-body .wp-block-content {
        display: block;
        padding-top: 15px;
        padding-left: 0;
    }
    .wp-block.property.list .wp-block-footer ul.aux-info {
        width: 100%;
        display: table;
    }
    .wp-block.property.list .wp-block-footer ul.aux-info li {
        padding: 10px;
        font-size: 11px;
        text-align: center;
    }
    .wp-block.property.list .wp-block-footer ul.aux-info li i {
        display: block;
        font-size: 18px;
        margin-right: 0;
        color: #333;
    }
}


.section-title-wr .h1 > span, .section-title-wr h2 > span, .section-title-wr h3 > span, .section-title-wr h4 > span {
    color: #80B942;
}


/*Iframes*/
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
iframe {
    border: 0;
    margin-top: 0 !important;
}


/**Wordpress Settings**/
/*Forms*/
.searchform input[type="text"]{

    padding:15px 10px;
    height:20px;
    font-family:'RobotoCondesed';
    font-size: 14px;
    line-height: 1.42857143;
    display:inline-block;
    width:70%;
    vertical-align:middle;

}
.searchform input[type="submit"]{
    color: #fff;
    background-color: #1b51b6;
    padding: 6px 9px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    font-weight: normal;
    text-align: center;	
    border:1px solid #1847a0;
    margin-left:-5px;
}
.searchform input[type="submit"], .searchform button{
    display:inline-block;
}
.searchform label{
    display:none;	
}


/*Visual composer*/
body{
    overflow-x:hidden !important;
    overflow-y:scroll !important;	
}
.wpb_row {
    margin-bottom: 0px !important;
}
.wpb_content_element {
    margin-bottom: 18px !important;
}


/*Carousel slider*/
.section_banner_carousel{
    height:400px;
}
.section_banner_carousel .banner_carousel, .section_banner_carousel .banner_carousel_content, .banner_carousel_content .carousel-inner, .carousel_slider_item{
    height: 100%;
    width: 100%;
}
.carousel_slider_item{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.carousel_slider_content{
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.65);

    color: #fff;
    padding: 15px 15px 5px;
    text-align: left;
}
.carousel_slider_title{
    font-size: 1.5em;
    color: #EE1289;
    margin-bottom: 10px;
    font-weight: 600;
}
.carousel_slider_description{
    color: #fff;
    text-align: left;
}
.section_banner.carousel_slider{
    height: 463px;
}

/*Small Bar*/
.small-bar {
    -moz-box-shadow: 1px 2px 4px rgba(12,12,12,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(12,12,12,0.5);
    box-shadow: 1px 2px 4px rgba(12,12,12,0.5);
    background: #000;
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
}
.small-bar .container{
}
.small-bar h1, .small-bar p {
    font-weight: 400;
    font-size: 2.2rem;
    color: #FFF;
    line-height: 1;
    margin: 0;
}
.small-bar h1 strong{
    color:#fff !important;
    font-weight: 600;
}
.small-bar h1{
    text-transform: capitalize;
    margin-left: auto;
    margin-right: auto;
}

.sabian_nav_small{
    min-height: 30px;
}
.navbar-default.sabian_nav_small .navbar-nav > li a {
    padding-top: 18px;
    padding-bottom: 18px;
}



.info_box{
    position: relative;
    margin: 0 0 30px;
}

.info_box_image{
    position: relative;
    margin: 0 0 5px;
}

.info_box_image img{
    max-width: 100%;
    height: auto;
}

.info_box h4{
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 0px;
    cursor: pointer;
    text-decoration: none;
    color: #333333;
}

.info_box h4:before{
    display: none;
}

.info_box p{
    margin: 0 0 13px;
    text-align: justify;
    font-size: 14px;
}

.info_box .read_more{
    text-transform: uppercase;
    font-weight: 900;
    transition: color 0.2s linear;
}

.info_box .read_more .stm_icon{
    margin: 0 5px 0 0;
    font-size: 18px;
    vertical-align: middle;
}

.info_box .read_more span{
    vertical-align: middle;
}


.bg_base{
    background: #0a1e3a !important;
    color:#fff !important;
}


/*Block Content*/
.sabian_bg_block{
    background: #f63;
    margin: 0;
    padding: 0;
    color: #fff;
    width: 100%;

}
.sabian_bg_block .block_content{
    padding: 20px 16px 16px;
}
.sabian_bg_block .title{
    margin: 0 0 13px;
    font-size: 30px;
    font-weight: 700;
    line-height: 26px;
}
.sabian_bg_block .description{
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0;
    padding-bottom: 25px;
}
.sabian_bg_block .block_list{
    margin-top: 5px;
}
.sabian_bg_block .block_list a{
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-left: 20px;
    line-height: 1.2;
    padding-bottom: 7px;
}
.sabian_bg_block .block_list a:before{
    content: '';
    background: url(https://www.swift.com/sites/all/themes/custom/wundertheme/images/list-arrow-white.png) no-repeat 0 0;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 7px;
    margin-right: .5em;
    margin-left: -15px;
}


.sabian_peek_in{
    margin-top: -100px;
    z-index: 50;
}


.section_full_banner .banner_image {
    font-size: 3em;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal;
}


/*Masonry*/
.product-grid-sizer, .product-grid-item {
    width: 32.333%; 
}
.product-grid-item{
    margin-bottom: 10px;
}
.product-gutter-sizer { width: 1.2%; }

/*Mobile*/
@media (max-width: 767px) {

    .product-grid-sizer, .product-grid-item {
        width: 100%; 
    }
    .product-gutter-sizer { width: 0%; }
}


.sabian_preview_image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
    width: 100%;
}
.sabian_preview_image.rnd{
    border-radius: 3px;
}


.sabian-page-header{
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0,0);
    background-image: url("http://travelwp.physcode.com/wp-content/uploads/2017/03/cuba.jpg");

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

    height: 150px;
    position: relative;
}
.sabian-page-header .mask{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: 30;
}
.sabian-page-header .header-wrapper {
    padding-top: 50px;
    padding-bottom: 30px;
    position: absolute;

    bottom: 0;
    left: 0;
    margin-left: 90px;
    z-index: 40;


}
@media(max-width:768px){
    .sabian-page-header .header-wrapper{
        position: relative;
        text-align: center;
        width: 100%;
        margin-left: 0px;

        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.sabian-page-header .breadcrumb {
    margin-bottom: 15px;
    background-color: transparent;
    border-radius: 0px;
    border: 0;
}
.sabian-page-header .breadcrumb li{
    color: rgb(255, 255, 255);
}
.sabian-page-header .breadcrumb li a{
    color:#fff !important;
}
.sabian-page-header .heading {
    margin: 0 0 10px 0;
    color: inherit;
    display: inline-block;
    position: relative;
    line-height: 1;
    color:#fff;
}
.sabian-page-header .heading:after {
    content: "";
    width: 40px;
    height: 2px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -10px;
    border: 1px solid;
}


.sabian-owl-nav.side{
    position: absolute;
    top: 40%;
    z-index: 4;
    width: 100%;
}
.sabian-owl-nav.side a {
    position: absolute;
    padding: 0px 0px;
    border: 0px solid #959595;
    color: #959595;
    display: block;
    z-index: 4;

    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;

    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;

    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
}
.sabian-owl-nav.side a.prev{
    left: -40px;
}
.sabian-owl-nav.side a.next{
    right: -5px;
    left: auto;
}

.sabian-owl-nav.side a i{
    font-size: 18px;
    margin-top: 0px;

}

.base {
    background: #3498db;
    color: #fff !important;
}


.service.service-boxed {
    margin-top: 85px;
    background: 0 0;
    border: 1px solid rgba(0,0,0,.1);
    padding: 0 35px 45px;
	
	max-height:393px;
	height:auto;
	min-height:277px;
}
@media (max-width:469px){
	.service.service-boxed {
		max-height:none;
		min-height:none;	
	}
}
.service.service-boxed:hover {
    border: 1px dashed transparent;
	background-color: #fff;
    box-shadow: 0 6px 20px rgba(0,0,0,.1);
}
.service .icon-circle {
    border: 1px dashed #ccc;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 128px;
    transition: all .3s ease;
}

.service .icon-circle {
    height: 100px;
    width: 100px;
    line-height: 100px;
    margin-top: -50px;
    background-color: #fff;
    transition: all .3s ease;
}
.service .icon-image-circle {
	border: 1px solid transparent;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 128px;
    transition: all .3s ease;
	
    height: 100px;
    width: 100px;
    line-height: 100px;
    margin-top: -50px;
    background-color: #fff;
    transition: all .3s ease;
	
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.service:hover .icon-circle{
	background: #0cc652;
    background-color: rgb(12, 198, 82);
	background-color: #0cc652;	
}
.service .icon i {
    color: #0cc652;
    position: relative;
    font-size: 40px;
    overflow: hidden;
    transition: all .3s ease;
	
	display:inline-block;
	vertical-align:middle;
	margin-top:-10px;
}
.service:hover .icon i{
	color: #fff !important;
}

.service .description {
    color: #8b8e93;
}

.service.service-boxed .service-title {
	font-size: 16px;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 15px;
}
.service a {
    font-size: 11px;
    color: #1d2025;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 15px;
    display: inline-block;
}
.service.base{
	border-radius:3px;	
}
.service.base .description,  .service.base .title, .service.base a{
    color: #fff !important;
}



.client {
    border: 1px solid #e0eded;
    padding: 0 15px;
    background: transparent;
}
.client img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}
.client img:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
}



/*Contacts*/

/*WP CF 7*/
.wpcf7-form label{
	width:100%;	
}
.wpcf7-form-control{
	width:100%;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	
}
.wpcf7-form-control-wrap{
	margin-bottom: 15px;
}
textarea.wpcf7-form-control{
	height:auto !important;	
}
.form-light .wpcf7-form-control {
    outline: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background: #f9f9f9;
    border: 1px solid #ccc;
    color: #70808b;
    font-size: 13px !important;
	
	padding:12px 10px;
	height:40px;
	border-radius:2px;
}


/*Transparent Contact Form*/
.contact_form .form-control, .contact_form .wpcf7-form-control{
    padding:15px 10px;
    height:50px;
    box-shadow:none;
    color:#505050;
    font-family:'Roboto',sans-serif;
    border: 1px solid #eee;
    border-radius:0px;
}
.contact_form textarea.form-control, .contact_form textarea.wpcf7-form-control{
    height:auto;	
	max-height:100px;
}
.contact_form .form-control:focus,.contact_form .wpcf7-form-control:focus  {
    box-shadow: none;
    border: 1px solid #42D9E4;
}
.contact_form.transparent .form-control, .contact_form.transparent .wpcf7-form-control{
    background-color:transparent;
    border:1px solid #fff;
    color:#fff !important;	
}
.contact_form.transparent input::-webkit-input-placeholder, .contact_form.transparent textarea::-webkit-input-placeholder{
    color:#fff !important;
    font-family:'RobotoCondesed',sans-serif;	
}
.contact_form.transparent input::-moz-placeholder, .contact_form.transparent textarea::-moz-placeholder{
    color:#fff !important;
    font-family:'RobotoCondesed',sans-serif;
    opacity:1;
}
.contact_form.transparent input:-moz-placeholder, .contact_form.transparent textarea:-moz-placeholder{
    color:#fff !important;
    font-family:'RobotoCondesed',sans-serif;
    opacity:1;
}
.contact_form.transparent input:-ms-input-placeholder, .contact_form.transparent textarea:-ms-input-placeholder{
    color:#fff !important;
    font-family:'RobotoCondesed',sans-serif;
}
.contact_form.transparent .form-control:focus {
    box-shadow: none;
    border:1px solid #fff;
}
.contact_form.transparent .btn{
    background-color:transparent;
    border:1px solid #fff;
    color:#fff;	
	padding: 12px 15px !important;
	border-radius:1px !important;
}
.contact_form.transparent .btn:hover{
    background-color:#000;
    border:1px solid #fff;
    color:#fff;	
}
.contact_form.transparent span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: bold;
    display: block;
}




.contact_container_info ul{
    margin:0;
    padding:0;
    list-style:none;
}
.contact_container_info ul li > h3{
    border-bottom:1px solid #fff;
    width:auto;
    display:inline-block;
    margin-bottom:12.5px;
}
.contact_container_info ul li a{
    color:#fff;
}
.contact_container_info ul li a i{
    margin-right:7px;
}










/* Loader */
.sabian-page-loader {
    background: #59B2E5;
    color: transparent;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-indent: 0px;
    z-index: 99991;
}
.sabian-loader-cont {
	display: inline-block;
	position: absolute;
	left: 50%;
    top: 50%;
}
