/* Imported styles */

@import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');











@import url(imp.css);

@import url(bootstrap.min.css);

@import url(font-awesome.min.css);

@import url(hover.css);

@import url(jquery.bxslider.css);

@import url(owl.carousel.css);

@import url(owl.theme.default.min.css);

@import url(animate.css);

@import url(jquery.bootstrap-touchspin.css);

@import url('jquery.fancybox.css');

@import url('prettyPhoto.css');

/*** Flaticon css ***/

@import url(../fonts/flaticon/flaticon.css);

/*** Price filter***/

@import url(../assets/price-filter/nouislider.css);

@import url(../assets/price-filter/nouislider.pips.css);

/*** single shop slide ***/

@import url(flexslider.css);

/*** Time picker css ***/

@import url(../assets/timepicker/timePicker.css);

/*** Jquery ui css ***/

@import url(../assets/jquery-ui-1.11.4/jquery-ui.css);

/*** Revolution slider ***/

@import url(../assets/revolution/css/settings.css);

@import url(../assets/revolution/css/layers.css);

@import url(../assets/revolution/css/navigation.css);

/*** Bootstrap select picker css ***/

@import url(../assets/bootstrap-sl-1.12.1/bootstrap-select.css);

/*** Language Switcher ***/

@import url(../assets/language-switcher/polyglot-language-switcher.css);







/*==============================================

   Base Css

===============================================*/

html,

body {
    height: 100%
}

body {

    font-family: 'Open Sans', sans-serif;

    font-size: 16px;

    color: #848484;

    line-height: 26px;

    font-weight: 300;

}

button:focus {

    outline: none;

}

h1, h2, h3, h4, h5, h6 {

    font-family: 'Nunito', sans-serif;

    color: #010101;

    margin: 0;

}

h3 {

    font-size: 20px;

    font-weight: 700;

}

.float_left {

    float: left;

}

.float_right {

    float: right;

}

h4 {}

a,

a:hover,

a:active,

a:focus {

    transition: all 0.5s ease 0s;

    text-decoration: none;

    outline: none;

    color: #fff;

}



img {

    max-width: 100%;

    height: auto;

}

i {

    font-style: normal;

}

ul,

li {

    list-style: none;

    margin: 0;

    padding: 0;

}

.sec-padding {

    padding: 80px 0;

}

button {

    border: none;

    background: transparent;

}

.thm-btn {

    text-align: center;

    font-size: 14px;

    font-weight: 700;

    text-transform: uppercase;

    transition: all 500ms ease;

    font-family: 'Nunito', sans-serif;

    display: block;

    border-radius: 30px;

    padding: 12px 25px 10px;

    transition: all 500ms ease;

}

.bgclr-1 {

    background: #2acb35;

    border: 2px solid #2acb35;

    color: #ffffff;

}

.thm-btn:hover {

    background: #ffffff;

    color: #252525;

}




#slider2 {
    height: 700px !important;
}




.sec-title {

    margin-top: -5px;

    padding-bottom: 40px;

    position: relative;

}

.sec-title.pdb-50 {

    padding-bottom: 50px;

}

.sec-title.pdb-30 {

    padding-bottom: 30px;

}

.sec-title h1 {

    color: #010101;

    font-size: 36px;

    line-height: 40px;

    font-weight: 700;

    text-transform: none;

}

.sec-title h1 span {

    color: #e2010f;

}

.sec-title .border {

    width: 80px;

    position: relative;

    overflow: hidden;

    display: block;

    background: transparent;

    height: 5px;

    margin: 11px 0 0;

}

.sec-title .border:before {

    position: absolute;

    top: 0;

    left: 0;

    width: 70px;

    height: 1px;

    background: #e2010f;

    content: "";

}

.sec-title .border:after {

    position: absolute;

    bottom: 0;

    right: 0;

    width: 70px;

    height: 1px;

    background: #e2010f;

    content: "";

}

.sec-title .border.center {

    margin: 11px auto 0;

}

.sec-title p {

    color: #848484;

    font-size: 18px;

    font-weight: 300;

    margin: 40px 0 0;

    line-height: 30px;

}







.sec-title h3 {

    color: #2acb35;

    font-size: 24px;

    line-height: 30px;

    font-weight: 400;

    font-family: 'Courgette', cursive;

}

.sec-title h2 {

    color: #ffffff;

    font-size: 24px;

    font-weight: 400;

    line-height: 36px;

    text-transform: none;

    margin: 0 0 16px;

}







.boxed_wrapper {

    background: #fff none repeat scroll 0 0;

    position: relative;

    margin: 0 auto;

    width: 100%;

    min-width: 320px;

    min-height: 400px;

    overflow: hidden;

}



/*________________Preloader_______________ */



.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    background-color: rgba(255, 255, 255, 1);
    background-position: center 55%;
    background-repeat: no-repeat;
    background-image: url(../images/icon/preloader.gif);
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader img {
    position: relative;
    top: -35px;
}




/* Update Mainmenu area Style */

@-webkit-keyframes menu_sticky {

    0% {
        margin-top: -150px;
    }

    50% {
        margin-top: -130px;
    }

    100% {
        margin-top: 0;
    }

}

@keyframes menu_sticky {

    0% {
        margin-top: -150px;
    }

    50% {
        margin-top: -130px;
    }

    100% {
        margin-top: 0;
    }

}

.mainmenu-area.stricky-fixed {

    position: fixed;

    top: 0;

    left: 0;

    margin: 0;

    width: 100%;

    z-index: 10000;

    background: #F7F7F7;

    z-index: 99999;

    -webkit-animation-name: menu_sticky;

    animation-name: menu_sticky;

    -webkit-animation-duration: 0.60s;

    animation-duration: 0.60s;

    -webkit-animation-timing-function: ease-out;

    animation-timing-function: ease-out;

}

.mainmenu-area.style-two.stricky-fixed {

    position: fixed;

    top: 0;

    left: 0;

    margin: 0;

    width: 100%;

    z-index: 10000;

    background: #F7F7F7;

    z-index: 99999;

    -webkit-animation-name: menu_sticky;

    animation-name: menu_sticky;

    -webkit-animation-duration: 0.60s;

    animation-duration: 0.60s;

    -webkit-animation-timing-function: ease-out;

    animation-timing-function: ease-out;

}

.mainmenu-area.style-two.stricky-fixed .container {

    background: #F7F7F7;

    padding: 0 30px;

}

.mainmenu-area.style-four.stricky-fixed {

    position: fixed;

    top: 0;

    left: 0;

    margin: 0;

    width: 100%;

    z-index: 10000;

    background: #000000;

    z-index: 99999;

    -webkit-animation-name: menu_sticky;

    animation-name: menu_sticky;

    -webkit-animation-duration: 0.60s;

    animation-duration: 0.60s;

    -webkit-animation-timing-function: ease-out;

    animation-timing-function: ease-out;

}

.mainmenu-area.style-three.stricky-fixed {

    position: fixed;

    top: 0;

    left: 0;

    margin: 0;

    width: 100%;

    z-index: 10000;

    background: #e2010f;

    z-index: 99999;

    -webkit-animation-name: menu_sticky;

    animation-name: menu_sticky;

    -webkit-animation-duration: 0.60s;

    animation-duration: 0.60s;

    -webkit-animation-timing-function: ease-out;

    animation-timing-function: ease-out;

}











/*

.mainmenu-area.stricky-fixed .logo {

    padding-top: 21px;

    padding-bottom: 21px;

}

.mainmenu-area.stricky-fixed .main-menu .navigation li a {

    padding: 36px 18px 34px;

    transition: all 500ms ease;

}

.mainmenu-area.stricky-fixed .outer-search-box {

    margin: 25px 0;

    margin-right: 10px;

}

.mainmenu-area.stricky-fixed .appointment-button {

    margin: 20px 0;

}

*/







/* Scroll To Top styles */

.scroll-to-top {

    background: #e2010f;
    border: 1px solid #e2010f;
    bottom: 25px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 30px;
    font-weight: normal;
    height: 35px;
    line-height: 33px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 35px;
    z-index: 99999;
    -webkit-box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
    -moz-box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
    box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);

}

.scroll-to-top:hover {

    background: #111111;

    color: #fff;

}





/*Form validation styles */

input:focus,

textarea:focus,

select:focus {

    border-color: #43c3ea;

    outline: none;

}





/* Post pagination styles */

.post-pagination li {

    display: inline-block;

    margin: 0 3px;

}

.post-pagination li a {

    background: #fff none repeat scroll 0 0;

    border: 2px solid #e7e7e7;

    color: #848484;

    display: block;

    font-size: 20px;

    font-weight: 600;

    height: 55px;

    padding: 13px 0;

    transition: all 500ms ease 0s;

    width: 55px;

    font-family: 'Nunito', sans-serif;

    border-radius: 3px;

}

.post-pagination li.active a, .post-pagination li:hover a {

    background: #e2010f;

    color: #fff;

    border: 2px solid #e2010f;

}





/* Overlay styles  */

.overlay-style-one {

    position: absolute;

    left: 0px;

    top: 0px;

    width: 100%;

    height: 100%;

    padding: 0px;

    color: #ffffff;

    opacity: 0;

    background: rgba(35, 53, 136, 0.9);

    -webkit-transform: perspective(400px) rotateX(-90deg);

    -moz-transform: perspective(400px) rotateX(-90deg);

    -ms-transform: perspective(400px) rotateX(-90deg);

    -o-transform: perspective(400px) rotateX(-90deg);

    transform: perspective(400px) rotateX(-90deg);

    -webkit-transform-origin: top;

    -moz-transform-origin: top;

    -ms-transform-origin: top;

    -o-transform-origin: top;

    transform-origin: top;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

}

.overlay-style-one .box {

    display: table;

    height: 100%;

    width: 100%;

}

.overlay-style-one .box .content {

    display: table-cell;

    text-align: center;

    vertical-align: middle;

}















.review-box {}

.review-box ul {

    margin-left: -1px;

    margin-right: -1px;

}

.review-box ul li {

    display: inline-block;

    margin: 0 1px;

}

.review-box ul li i {

    color: #e2010f;

    font-size: 12px;

}







/*** 

=============================================

    Top bar area style

=============================================

***/

.top-bar-area {

    position: relative;

    z-index: 999;

    background: #f9f9f9;

    font-family: 'Montserrat', sans-serif;

    overflow: hidden;

    padding: 8px 0;

}

.top-contact-info {

    overflow: hidden;

    margin: 6px 0 5px;

}

.top-contact-info li {

    display: inline-block;

    float: left;

    padding-right: 25px;

    color: #b3b3b3;

    line-height: 24px;

    font-size: 16px;

    font-weight: 400;

}

.top-contact-info li a {

    color: inherit;


}

.top-contact-info li:last-child {

    padding: 0;

}

.top-contact-info li span:before {

    font-size: 16px;

    line-height: 24px;

    display: inline-block;

    padding-right: 10px;

}



.top-bar-area .top-right {

    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;

}

.top-bar-area .top-right .social-links {

    overflow: hidden;

    padding-right: 30px;

    margin: 9px 0;

}

.top-bar-area .top-right .social-links li {

    display: inline-block;

    float: left;

    margin-right: 20px;

    line-height: 16px;

}

.top-bar-area .top-right .social-links li:last-child {

    margin: 0px;

}

.top-bar-area .top-right .social-links li a i {

    color: #afafb5;

    font-size: 15px;

    transition: all 500ms ease;

}

.top-bar-area .top-right .social-links li a:hover i {

    color: #e2010f;

}

.appoinment-button {

    margin: 0px;

}

.appoinment-button a {

    background: #e2010f;

    display: inline-block;

    font-family: 'Nunito', sans-serif;

    font-size: 16px;

    font-weight: 600;

    color: #ffffff;

    padding: 7px 15px 6px;

    line-height: initial;

    border-radius: 3px;

}

.appoinment-button a:hover {

    background: #162670;

}





/*==============================================

    Mainmenu Area Css

===============================================*/

.mainmenu-area {

    position: relative;

    z-index: 999999;

    background: #ffffff;

}

.mainmenu-area .logo {

    display: inline-block;
    padding-right: 150px;
    padding-top: 17px;
    padding-bottom: 15px;
    position: relative;

}

.mainmenu-area .logo a {

    display: inline-block;

}

.main-menu {

    float: left;

    position: relative;

}

.main-menu .navbar-collapse {

    padding: 0px
}

.main-menu .navigation {

    float: left;

    margin: 0;

    position: relative;

}

.main-menu .navigation li {

    display: inline-block;

    float: left;

}

.main-menu .navigation>li.dropdown>a:after {

    font-family: 'FontAwesome';

    content: "\f107";

    position: absolute;

    top: 0;

    right: -15px;

    font-size: 14px;

    transition: all 500ms ease 0s;

}

.main-menu .navigation li a {

    color: #010101;

    display: block;

    font-size: 16px;

    font-weight: 600;

    line-height: 20px;

    opacity: 1;

    margin: 40px 18px 40px;

    position: relative;

    text-transform: capitalize;

    transition: all 500ms ease 0s;

    font-family: 'Nunito', sans-serif;

}

.main-menu .navigation>li.dropdown>a {

    margin-right: 27px;

}

.main-menu .navigation>li:hover>a,

.main-menu .navigation>li.current>a {

    color: #e2010f;

}



.main-menu .navigation>li>ul {

    position: absolute;

    left: 0px;

    top: 130%;

    width: 250px;

    padding: 0px;

    z-index: 100;

    visibility: hidden;

    opacity: 0;

    z-index: 99;

    transition: all 500ms ease;

    border-top: 3px solid #e2010f;



}

.main-menu .navigation>li:hover>ul {

    top: 100%;

    opacity: 1;

    visibility: visible;

}

.main-menu .navigation>li>ul>li {

    clear: both;

    width: 100%;

    position: relative;

    border-bottom: 1px solid #f4f4f4;

}

.main-menu .navigation>li>ul>li:last-child {

    border-bottom: 0px solid #f4f4f4;

}

.main-menu .navigation>li>ul>li>a {

    width: 100%;

    background: #ffffff;

    padding: 13px 15px 12px 30px;

    margin: 0;

    color: #010101;

    font-size: 15px;

    font-weight: 600;

    text-transform: capitalize;

    display: block;

    float: left;

    clear: both;

    position: relative;

    outline: 0;

    transition: padding .2s linear;

    transition: all 500ms ease;

    font-family: 'Nunito', sans-serif;

}

.main-menu .navigation>li>ul>li:hover>a {

    color: #e2010f;

    background: #f7f7f7;

}



.main-menu .navigation>li>ul>li.dropdown>a:after {}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {}

.main-menu .navigation>li>ul>li>ul {}

.main-menu .navigation>li>ul li:hover ul {}

.main-menu .navigation>li>ul>li ul li {}

.main-menu .navigation>li>ul>li ul li:first-child {}

.main-menu .navigation>li>ul>li ul li a {}

.main-menu .navigation>li>ul>li>ul>li:hover>a {}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {

    position: absolute;

    right: 10px;

    top: 6px;

    width: 34px;

    height: 30px;

    border: 1px solid #ffffff;

    background: url(../images/icon/submenu-icon.png) center center no-repeat;

    background-size: 20px;

    cursor: pointer;

    z-index: 5;

    display: none;

    border-radius: 3px;

    -webkit-border-radius: 3px;

    -ms-border-radius: 3px;

    -o-border-radius: 3px;

    -moz-border-radius: 3px;

}





.outer-search-box {

    float: left;

    height: 40px;

    width: 40px;

    margin: 30px 0;

    transition: all 500ms ease;

    border: 1px solid #e7e7e7;

}

.outer-search-box:hover {

    border-color: #e2010f;

}

.outer-search-box .seach-toggle {

    background: transparent;

    color: #afafb5;

    cursor: pointer;

    display: block;

    font-size: 15px;

    line-height: 20px;

    margin: 0;

    padding: 9px 0px;

    position: relative;

    text-align: center;

    transition: all 500ms ease;

}

.outer-search-box .seach-toggle:hover,

.outer-search-box .seach-toggle.active {

    background: #e2010f;

    color: #fff;

}

.search-box {

    background: #e2010f;

    border-top: 1px solid #c1c1c1;

    opacity: 0;

    padding: 20px;

    position: absolute;

    right: 15px;

    top: 150%;

    transition: all 500ms ease 0s;

    visibility: hidden;

}

.search-box.now-visible {

    top: 100%;

    opacity: 1;

    visibility: visible;

}

.search-box .form-group {

    position: relative;

    padding: 0px;

    margin: 0px;

    width: 100%;

    min-width: 250px;

}

.search-box .form-group input[type="search"] {

    background: #ffffff none repeat scroll 0 0;

    border: 1px solid #303443;

    color: #000;

    display: block;

    font-size: 13px;

    line-height: 24px;

    position: relative;

    transition: all 500ms ease 0s;

    width: 100%;

    height: 40px;

    padding-left: 15px;

    padding-right: 50px;

}

.search-box .form-group input[type="search"]:focus {

    border-color: #081a6c;

}

.search-box .form-group button,

.search-box .form-group input[type="submit"] {

    background: #303443;

    color: #fff;

    cursor: pointer;

    display: block;

    font-size: 13px;

    height: 40px;

    line-height: 40px;

    position: absolute;

    right: 0;

    top: 0;

    width: 40px;

    transition: all 500ms ease 0s;

}

.search-box .form-group button:hover,

.search-box .form-group input:focus+button {

    color: #fff;

    background: #081a6c;

}





.mainmenu-right-box {}

.mainmenu-area .appointment-button {

    float: right;

    margin: 25px 0;

}

.mainmenu-area .appointment-button a {

    position: relative;

}

.mainmenu-area .appointment-button a:before {

    position: absolute;

    top: 3px;

    right: 5px;

    content: "";

    background: url(../images/icon/button-icon.png);

    background-repeat: no-repeat;

    width: 30px;

    height: 20px;

    transition: all 500ms ease;

}

.mainmenu-area .appointment-button a:hover {}







/*** 

=============================================

    Rev Slider Wrapper style

=============================================

***/

.rev_slider_wrapper {}

.rev_slider_wrapper .slide-content-box h1 {

    text-align: center;

    color: #ffffff;

    font-size: 70px;

    font-weight: 400;

    line-height: 80px;

    text-transform: none;

    font-family: 'Montserrat', sans-serif;

    margin: 0 0 17px;

}

.rev_slider_wrapper .slide-content-box h1 span {

    color: #efff00;

}

.rev_slider_wrapper .slide-content-box h2 {

    text-align: center;

    color: #ffffff;

    font-size: 24px;

    font-weight: 300;

    line-height: 36px;

    text-transform: none;

    font-family: 'Montserrat', sans-serif;

    margin: 0 0 45px;

}

.rev_slider_wrapper .slide-content-box h3 {

    color: #efff00;

    font-size: 18px;

    font-weight: 400;

    line-height: 24px;

    margin: 42px 0 0;

    font-family: 'Montserrat', sans-serif;

}

.rev_slider_wrapper .slide-content-box h3 i {

    display: inline-block;

    padding-right: 7px;

}



.rev_slider_wrapper .slide-content-box .button a {

    border: 2px solid #e2010f;

    background: #e2010f;

    padding: 15px 50px 14px;

    color: #ffffff;

    font-size: 16px;

    font-weight: 700;

    text-transform: uppercase;

    font-family: 'Nunito', sans-serif;

    border-radius: 30px;

}

.rev_slider_wrapper .slide-content-box .button a:hover {

    background: #e2010f;

    border-color: #fff;

    color: #252525;

}



.tparrows {

    background: rgba(0, 0, 0, 0.08);

    cursor: pointer;

    display: block;

    height: 50px;

    position: absolute;

    width: 50px;

    z-index: 1000;

    transition: all 500ms ease;

    border-radius: 50%;

}

.tparrows:before {

    font-size: 18px;

    font-weight: 700;

    color: #fff;

    display: block;

    line-height: 50px;

    text-align: center;

    transition: all 500ms ease;

}

.tparrows:hover {

    background: #e2010f;

}

.tparrows:hover:before {

    color: #fff;

}

.rev_slider_wrapper .slotholder:before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: rgba(34, 36, 38, 0.40);

    z-index: 9;

}







/*** 

=============================================

    Callto Action Area style

=============================================

***/

.welcome-area {}

.welcome-area .text-holder {

    position: relative;

    overflow: hidden;

}

.welcome-area .text-holder .text-box {

    margin-top: -7px;

}

.welcome-area .text-holder .text-box .name-signature {

    overflow: hidden;

    margin-top: 30px;

}

.welcome-area .text-holder .text-box .name-signature .name {

    display: inline-block;

    float: left;

    margin-right: 30px;

}

.welcome-area .text-holder .text-box .name-signature .name h3 {

    color: #010101;

    font-size: 18px;

    font-weight: 700;

    margin: 0 0 5px;

}

.welcome-area .text-holder .text-box .name-signature .name h3 span {

    color: #848484;

    font-style: italic;

    font-weight: 400;

}

.welcome-area .text-holder .text-box .name-signature .name p {

    margin: 0;

    color: #e2010f;

    font-style: italic;

}

.welcome-area .text-holder .text-box .name-signature .signature {

    float: left;

}

.welcome-area .img-holder {

    position: relative;

    /*  overflow: hidden; */

    display: block;

}

.welcome-area .img-holder img {

    width: 100%;

}

.welcome-area .inner-content {

    position: absolute;
    bottom: -70px;
    left: 10px;
    right: 10px;
    background: #e2010f;
    /*     display: block; */
    padding: 17px 0 17px;
    z-index: 2;

}

.welcome-area .inner-content h3 {

    color: #ffffff;

    font-size: 24px;

    font-weight: 400;

    font-style: italic;

    font-family: 'Open Sans', sans-serif;

}







/*** 

=============================================

    Service Area style

=============================================

***/

.features-area {

    background: #e2010f;

    display: block;

    position: relative;

}

.features-area .single-features-item {

    text-align: center;

    color: #fff;

    padding: 100px 0;

    position: relative;

    transition: all 0.5s ease;

}

.features-area .single-features-item .overlay {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-size: cover;

    transition: all 0.5s ease;

    opacity: 0;

    overflow-y: hidden;

}

.features-area .single-features-item .overlay:before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    background: rgba(9, 29, 49, 0.0);

    opacity: 1;

    transition: all 0.5s ease;

}

.features-area .single-features-item .overlay .box {

    display: table;

    width: 100%;

    height: 100%;

}

.features-area .single-features-item .overlay .box .box-content {

    display: table-cell;

    vertical-align: bottom;

    text-align: center;

}

.features-area .single-features-item .overlay .box .box-content a {

    text-transform: uppercase;

    background: transparent;

    font-weight: 500;

    font-size: 14px;

    line-height: 45px;

    display: inline-block;

    padding: 0 55px;

    position: relative;

    top: 0px;

    transform: translate3d(0, 45px, 0);

    transition: all 0.5s ease;

    color: #fff;

    border: 1px solid #fff;

    border-radius: 30px;

    font-family: 'Nunito', sans-serif;

}

.features-area .single-features-item .overlay .box .box-content a:hover {

    background: #e2010f;

}



.features-area .single-features-item .iocn-box {

    width: 100px;

    text-align: center;

    position: relative;

    margin-left: auto;

    margin-right: auto;

    height: 100px;

    line-height: 100px;

    margin-bottom: 30px;

    transform: translate3d(0, 0, 0);

    transition: all 0.5s ease;

}

.features-area .single-features-item .iocn-box:before {

    content: "\f100";

    font-family: Flaticon;

    font-size: 100px;

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

}

.features-area .single-features-item .iocn-box span:before {

    font-size: 40px;

    line-height: 100px;

    display: block;

    vertical-align: bottom;

}

.features-area .single-features-item .text-box {

    margin: 0;

    position: relative;

    transform: translate3d(0, 0, 0);

    transition: all 0.5s ease;

}

.features-area .single-features-item .text-box h3 {

    color: #ffffff;

    font-size: 24px;

    font-weight: 700;

    margin: 0 0 15px;

}

.features-area .single-features-item .text-box p {

    color: #c5cdf3;

    font-size: 16px;

    font-weight: 300;

    margin: 0;

    line-height: 26px;

}



.features-area .single-features-item:hover .iocn-box {

    transform: translate3d(0, -40px, 0);

}

.features-area .single-features-item:hover .text-box {

    transform: translate3d(0, -40px, 0);

    transition: all 0.5s ease;

}

.features-area .single-features-item:hover .overlay {

    opacity: 1;

}

.features-area .single-features-item:hover .overlay .box .box-content a {

    transform: translate3d(0, -70px, 0);

}







/*** 

=============================================

    Service Area style

=============================================

***/

.service-area {

    padding-top: 80px;

    padding-bottom: 80px;

    background: #ffffff;

    position: relative;

    overflow: hidden;

}

.service-area .sec-title {

    padding-bottom: 60px;

}

.single-service-item {

    position: relative;

    overflow: hidden;

    display: block;

    margin-bottom: 20px;
}

.single-service-item .icon-holder {

    margin: 0 0 26px;

}

.single-service-item .icon-holder span:before {

    color: #303443;

    font-size: 50px;

    line-height: 50px;

}

.single-service-item .text-holder {}

.single-service-item .text-holder h3 {

    color: #343434;

    font-size: 20px;

    font-weight: 700;

    text-transform: capitalize;

    margin: 0 0 14px;

}

.single-service-item .text-holder h3:hover {

    color: #e2010f;

}

.single-service-item .text-holder p {

    margin: 0;

}

.service-area .hr-line {

    height: 1px;

    width: 100%;

    display: block;

    background: #f6f6f6;

    margin-top: 33px;

    margin-bottom: 40px;

}







/*** 

=============================================

    Project Area style

=============================================

***/

.project-area {

    position: relative;

    overflow: hidden;

    display: block;

}

.project-area .mar0 {

    margin: 0;
    display: flex;
    flex-wrap: wrap;

}

.single-project-item.span-20per {

    width: calc(20% - 10px);
    float: left;

}







/*** 

=============================================

    slogan Area style

=============================================

***/

.slogan-area {

    padding: 30px 0;

    background: #e2010f;

    position: relative;

    overflow: hidden;

}

.slogan-area h1 {

    color: #ffffff;

    font-size: 24px;

    font-weight: 400;

    font-style: italic;

    line-height: 32px;

    font-family: 'Open Sans', sans-serif;

    margin: 9px 0;

}

.slogan-area p {

    color: #ffffff;

    font-size: 14px;

    margin: 0;

}

.slogan-area a {

    width: 230px;

    border: 1px solid #ffffff;

}







/*** 

=============================================

    Testimonial Area style

=============================================

***/

.testimonial-area {

    background: #ffffff;

    padding: 80px 0 80px;

}



.testimonial-area .more-button {

    margin-top: 20px;

}

.testimonial-area .more-button a {

    border: 1px solid #848484;

    height: 55px;

    width: 270px;

    margin: 0 auto;

    display: block;

    text-align: center;

    border-radius: 30px;

    color: #848484;

    font-size: 16px;

    font-weight: 700;

    text-transform: uppercase;

    line-height: 54px;

    font-family: 'Nunito', sans-serif;

    transition: all 500ms ease;

}

.testimonial-area .more-button a:hover {

    background: #e2010f;

    color: #ffffff;

    border-color: #e2010f;

}



.single-testimonial-item {

    overflow: hidden;

    float: left;

    background: #ffffff;

    margin-bottom: 30px;

    display: block;

    border: 1px solid #f7f7f7;

}

.single-testimonial-item .img-holder {

    overflow: hidden;

    position: relative;

    transition: all 0.7s ease;

}



.single-testimonial-item .top {

    overflow: hidden;

    display: block;

    padding: 14px 20px;

    border-bottom: 1px solid #f7f7f7;

}

.single-testimonial-item .top .left h3 {

    font-weight: 600;

    line-height: 28px;

}

.single-testimonial-item .top .left h3 span {

    font-weight: 300;

    color: #848484;

    font-style: italic;

    font-family: 'Open Sans', sans-serif;

}

.single-testimonial-item .top .right .review-box {

    border: 1px solid #f7f7f7;

    height: 30px;

    display: block;

    padding: 0 15px;

    border-radius: 20px;

}

.single-testimonial-item .top .right .review-box ul li i {

    color: #ebce09;

}



.single-testimonial-item .text-holder {

    display: block;

    padding: 22px 20px 22px;

    border-bottom: 1px solid #f7f7f7;

}

.single-testimonial-item .text-holder p {

    color: #848484;

    font-size: 18px;

    font-weight: 300;

    line-height: 30px;

    font-style: italic;

    margin: 0;

}

.single-testimonial-item .bottom {

    overflow: hidden;

    padding: 14px 20px;

}

.single-testimonial-item .bottom .left h3 {

    color: #e2010f;

    font-size: 18px;

    font-weight: 600;

    line-height: 30px;

}







/*** 

=============================================

    Appoinment Area style

=============================================

***/

.appoinment-area {

    position: relative;

    background: #303443;

}

.appoinment-area .container {

    position: relative;

}

.appoinment-area .appoinment {

    padding: 80px 0;

}

.appoinment-area .appoinment .sec-title {

    padding-bottom: 43px;

}

.appoinment-area .appoinment .sec-title h1 {

    color: #ffffff;

}

.appoinment-area .appoinment .sec-title .border:before {

    background: #ffffff;

}

.appoinment-area .appoinment .sec-title .border:after {

    background: #ffffff;

}

.appoinment-area .appoinment .appoinment-form {

    display: block;

}

.appoinment-area .appoinment .appoinment-form .input-label label {

    color: #c1c2c7;

    font-size: 16px;

    font-weight: 400;

    margin: 0 0 3px;

}

.appoinment-area .appoinment .appoinment-form .input-box {

    position: relative;

    margin-bottom: 24px;

}

.appoinment-area .appoinment .appoinment-form .input-box .icon-box {

    position: absolute;

    right: 15px;

    top: 11px;

}

.appoinment-area .appoinment .appoinment-form .input-box .icon-box i {

    color: #ffffff;

    font-size: 14px;

}

.appoinment-area .appoinment .appoinment-form .input-box input[type=text],

.appoinment-area .appoinment .appoinment-form .input-box input[type=email] {

    background: #303443;

    width: 100%;

    border: 1px solid #3b3f4f;

    height: 50px;

    display: block;

    padding: 0 15px;

    color: #ffffff;

    font-size: 15px;

    font-weight: 400;

    transition: all 500ms ease;

    font-family: 'Nunito', sans-serif;

}

.appoinment-area .appoinment .appoinment-form .input-box input[type=text]:focus {

    border-color: #e2010f;

}

.appoinment-area .appoinment .appoinment-form .input-box input[type=email]:focus {

    border-color: #e2010f;

}

.appoinment-area .appoinment .appoinment-form button {

    border: 1px solid #ffffff;

    color: #ffffff;

    padding: 12px 30px 10px;

    width: 100%;

}

.appoinment-area .appoinment .appoinment-form button:hover {

    background: #e2010f;

    border-color: #e2010f;

}

.appoinment-area .appoinment .appoinment-form .text p {

    color: #ffffff;

    font-size: 16px;

    font-weight: 300;

    line-height: 28px;

    margin: 11px 0;

}

.appoinment-area .img-holder {

    position: absolute;

    bottom: 0;

    right: -100px;

}







/*** 

=============================================

    Latest blog area style

=============================================

***/

.latest-blog-area {

    position: relative;

    overflow: hidden;

    padding-bottom: 50px;

}

.single-blog-item {

    position: relative;

    overflow: hidden;

    display: block;

    border: 1px solid #f4f4f4;

    padding: 24px;

    margin-bottom: 30px;

}

.single-blog-item .img-holder {

    overflow: hidden;

    position: relative;

}

.single-blog-item .img-holder img {

    transform: scale(1.1, 1.1);

    transition: all 0.5s ease 0s;

    width: 100%;

}

.single-blog-item:hover .img-holder .overlay-style-one {

    opacity: 1;

    -webkit-transform: perspective(400px) rotateX(0deg);

    -moz-transform: perspective(400px) rotateX(0deg);

    -ms-transform: perspective(400px) rotateX(0deg);

    -o-transform: perspective(400px) rotateX(0deg);

    transform: perspective(400px) rotateX(0deg);

}

.single-blog-item .img-holder .overlay-style-one .content a i {

    transition: all 500ms ease;

    font-size: 20px;

}

.single-blog-item .img-holder .overlay-style-one .content a:hover i {

    color: #b6b6b6;

}

.single-blog-item:hover .img-holder img {

    transform: scale(1, 1);

}

.single-blog-item .text-holder {

    background: #ffffff;

    margin-top: 20px;

}

.single-blog-item .text-holder .blog-title {

    color: #010101;

    font-size: 20px;

    font-weight: 700;

    line-height: 26px;

    display: block;

    transition: all 500ms ease;

}

.single-blog-item .text-holder .blog-title:hover {

    color: #e2010f;

}



.single-blog-item .text-holder .text {

    margin-top: 12px;

}

.single-blog-item .text-holder .text p {

    margin: 0;

}

.single-blog-item .text-holder .meta-info {

    overflow: hidden;

    padding-top: 22px;

    text-align: center;

    border-top: 1px solid #f4f4f4;

    margin-top: 18px;

}

.single-blog-item .text-holder .meta-info li {

    display: inline-block;

    float: left;

    line-height: 24px;

    margin-right: 20px;

}

.single-blog-item .text-holder .meta-info li:last-child {

    margin-right: 0;

}

.single-blog-item .text-holder .meta-info li a {

    color: #848484;

    font-size: 16px;

    font-weight: 300;

    font-style: italic;

}

.single-blog-item .text-holder .meta-info li a i {

    display: inline-block;

    padding-right: 4px;

    font-size: 15px;

}

.single-blog-item .text-holder .meta-info li a:hover {

    color: #e2010f;

}







/*** 

=======================================================

    Model area style

=======================================================

***/

.model-area {

    background: #f9f9f9;

    padding-top: 80px;

    padding-bottom: 40px;

}

.model-area .single-model-item {

    padding-bottom: 40px;

}







/*** 

=============================================

    Footer area style

=============================================

***/

.footer-area {

    background: #353758;

    padding-top: 80px;

    padding-bottom: 80px;

    position: relative;

}

.single-footer-widget {

    position: relative;

    overflow: hidden;

}



.single-footer-widget .title {

    padding-bottom: 40px;

    margin-top: -3px;

}

.single-footer-widget .title h3 {

    color: #ffffff;

    font-size: 20px;

    font-weight: 700;

    text-transform: capitalize;

}

.single-footer-widget .footer-logo {

    overflow: hidden;

    padding-bottom: 33px;

}

.single-footer-widget .footer-logo a {

    display: inline-block;

}

.single-footer-widget .footer-logo  img{
    border-radius: 12px;
    height: 105px;
}

.single-footer-widget .our-info {

    overflow: hidden;

}

.single-footer-widget .our-info p {

    color: #c1c2c7;

    font-size: 16px;

    margin: 0;

}

.single-footer-widget .our-info a {

    border: 1px solid #ffffff;

    width: 230px;

    margin: 33px 0 0;

    overflow: hidden;

}





.single-footer-widget .latest-blog {

    margin-top: -11px;

}

.single-footer-widget .latest-blog li {

    border-bottom: 1px solid #363b4b;

    padding-bottom: 22px;

    margin-bottom: 24px;

}

.single-footer-widget .latest-blog li:last-child {

    border-bottom: none;

    padding-bottom: 0;

    margin-bottom: 0;

}

.single-footer-widget .latest-blog li .text-holder a {

    color: #c1c2c7;

    font-size: 16px;

}

.single-footer-widget .latest-blog li .text-holder a:hover {

    color: #ffffff;

}

.single-footer-widget .latest-blog li .text-holder span {

    color: #ffffff;

    font-size: 14px;

    font-style: italic;

    display: block;

    margin: 7px 0 0;

}

.single-footer-widget .latest-blog li .text-holder span i {

    display: inline-block;

    padding-right: 8px;

}





.single-footer-widget .footer-contact-info {

    overflow: hidden;

    display: block;

    position: relative;

    margin: -11px 0 25px;

    z-index: 1;

}

.single-footer-widget .footer-contact-info:before {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: url(../images/footer/map.png);

    content: "";

    z-index: -1;

}

.single-footer-widget .footer-contact-info li {

    padding-left: 30px;

    position: relative;

    margin-bottom: 16px;

}

.single-footer-widget .footer-contact-info li:last-child {

    margin-bottom: 0;

}

.single-footer-widget .footer-contact-info li .icon-holder {

    position: absolute;

    top: 1px;

    left: 0;

}

.single-footer-widget .footer-contact-info li .icon-holder span:before {

    color: #c1c2c7;

    font-size: 16px;

    line-height: 16px;

}

.single-footer-widget .footer-contact-info li .icon-holder span.flaticon-arrows:before {

    position: relative;

    top: 5px;

}

.single-footer-widget .footer-contact-info li .text-holder {}

.single-footer-widget .footer-contact-info li .text-holder h5 {

    color: #c1c2c7;

    font-size: 16px;

    font-weight: 300;

    line-height: 26px;

    font-family: 'Open Sans', sans-serif;

}

.single-footer-widget .map a {

    color: #ffffff;

    font-size: 14px;

    font-weight: 400;

    text-decoration: underline;

    transition: all 500ms ease;

}

.single-footer-widget .map a:hover {

    color: #dddddd;

}



.single-footer-widget .working-hours {

    overflow: hidden;

    display: block;

    margin-top: -14px;

}

.single-footer-widget .working-hours li {

    line-height: 32px;

    color: #c1c2c7;

    font-size: 16px;

    font-weight: 300;

}

.single-footer-widget .working-hours li:last-child {}

.single-footer-widget .working-hours li span {

    float: right;

}

.single-footer-widget .working-hours li span.closed {

    color: #ffffff;

    font-size: 15px;

    font-weight: 400;

}







/*** 

=============================================

    Footer Bottom area style

=============================================

***/

.footer-bottom-area {

    background: #f9f9f9;

    display: block;

    padding: 15px 0;

}

.copyright-text {

    margin: 7px 0;

}

.copyright-text p {

    margin: 0;

    color: #848484;

    font-size: 16px;

    font-weight: 300;

    line-height: 26px;

}

.copyright-text p a {

    font-weight: 500;

    color: #e2010f;

    transition: all 500ms ease;

}

.copyright-text p a:hover {

    color: #848484;

}



.footer-bottom-area .footer-social-links {

    overflow: hidden;

    float: right;

}

.footer-bottom-area .footer-social-links li {

    display: inline-block;

    float: left;

    margin-right: 30px;

    text-align: right;

}

.footer-bottom-area .footer-social-links li:last-child {

    margin-right: 0;

}

.footer-bottom-area .footer-social-links li a i {

    display: block;

    color: #848484;

    font-size: 16px;

    transition: all 500ms ease;

    line-height: 40px;

}

.footer-bottom-area .footer-social-links li a:hover i {

    color: #e2010f;

}







/*** 

=============================================

    Top bar area style two style

=============================================

***/

.top-bar-area.style-two {

    background: transparent;

    padding: 29px 0 10px;

}

.top-bar-area.style-two .top-contact-info li {

    color: #ffffff;

}

.top-bar-area.style-two .top-contact-info li span:before {

    color: #e2010f;

}

.top-bar-area.style-two .top-right .social-links li a i {

    color: #ffffff;

}

.top-bar-area.style-two .top-right .social-links li a:hover i {

    color: #e2010f;

}







/*** 

=============================================

    Mainmenu area style two style

=============================================

***/

.mainmenu-area.style-two {

    background: transparent;

}

.mainmenu-area.style-two .container {

    background: #ffffff;

    padding: 0 30px;

}







/*** 

=============================================

    Rev slider wrapper style two style

=============================================

***/

.rev_slider_wrapper.style-two {

    margin-top: -175px;

}

.rev_slider_wrapper.style-two .slide-content-box h1 {

    text-align: left;

    color: #ffffff;

    font-size: 70px;

    font-weight: 400;

    line-height: 80px;

    text-transform: none;

    font-family: 'Montserrat', sans-serif;

    margin: 0 0 17px;

}

.rev_slider_wrapper.style-two .slide-content-box h1 span {

    color: #e2010f;

}

.rev_slider_wrapper.style-two .slide-content-box h2 {

    text-align: left;

    color: #ffffff;

    font-size: 24px;

    font-weight: 300;

    line-height: 36px;

    text-transform: none;

    font-family: 'Montserrat', sans-serif;

    margin: 0 0 45px;

}

.rev_slider_wrapper.style-two .slide-content-box h3 {

    color: #ffeb00;

    font-size: 18px;

    font-weight: 400;

    line-height: 24px;

    margin: 42px 0 0;

    font-family: 'Montserrat', sans-serif;

}

.rev_slider_wrapper.style-two .slide-content-box h3 i {

    display: inline-block;

    padding-right: 7px;

}

.rev_slider_wrapper.style-two .slide-content-box .button a {

    border: 2px solid #e2010f;

    background: #e2010f;

    padding: 15px 50px 14px;

    color: #ffffff;

    font-size: 16px;

    font-weight: 700;

    text-transform: uppercase;

    font-family: 'Nunito', sans-serif;

    border-radius: 30px;

}

.rev_slider_wrapper.style-two .slide-content-box .button a:hover {

    background: #e2010f;

    border-color: #fff;

    color: #252525;

}



.rev_slider_wrapper.style-two .tparrows {

    background: #3d3f3c;

    cursor: pointer;

    display: block;

    height: 70px;

    position: absolute;

    width: 70px;

    z-index: 1000;

    transition: all 500ms ease;

    border-radius: 0;

}

.rev_slider_wrapper.style-two .tparrows:before {

    font-size: 18px;

    font-weight: 700;

    color: #fff;

    display: block;

    line-height: 70px;

    text-align: center;

    transition: all 500ms ease;

}

.rev_slider_wrapper.style-two .tparrows:hover {

    background: #e2010f;

}

.rev_slider_wrapper.style-two .tparrows:hover:before {

    color: #fff;

}

.rev_slider_wrapper.style-two .slotholder:before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: rgba(34, 36, 38, 0.40);

    z-index: 9;

}







/*** 

=============================================

    Reapir Service Area style

=============================================

***/

.reapir-service-area {

    padding-top: 80px;

    padding-bottom: 20px;

}

.reapir-service-area .container.bottom {

    border-top: 1px solid #f4f4f4;

    margin-top: 20px;

    padding-top: 70px;

}

.reapir-service-area .single-item {

    display: block;

    margin-bottom: 40px;

    overflow: hidden;

}

.reapir-service-area .single-item .img-holder {

    position: relative;

    overflow: hidden;

}

.reapir-service-area .single-item .img-holder img {

    width: 100%;

}

.reapir-service-area .single-item .img-holder .title {
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    height: auto;
    background: #ffffff;
    padding: 10px 0;
    text-align: center;

}

.reapir-service-area .single-item .img-holder .title h3 {}

.reapir-service-area .single-item .img-holder .icon-box {

    position: absolute;
    top: -17px;
    right: -50px;
    background: #e2010f;
    display: block;
    width: 165px;
    height: 70px;
    transform: rotate(45deg);

}

.reapir-service-area .single-item .img-holder .icon-box span:before {

    color: #ffffff;

    font-size: 25px;

    line-height: 25px;

    display: block;

    text-align: center;

    transform: rotate(-45deg);

    padding-top: 40px;

    padding-bottom: 45px;

    padding-left: 70px;

    padding-right: 30px;

}



.reapir-service-area .single-thumb {

    position: relative;

    overflow: hidden;

    display: block;

    padding-left: 110px;

    padding-bottom: 60px;

}

.reapir-service-area .single-thumb .img-holder {

    position: absolute;

    top: 0;

    left: 0;

}

.reapir-service-area .single-thumb .img-holder .overlay-style-one .content a span:before {

    color: #ffffff;

    font-size: 30px;

    line-height: 30px;

}

.reapir-service-area .single-thumb .text-holder {

    padding-left: 30px;

}

.reapir-service-area .single-thumb .text-holder a h3 {

    margin: -3px 0 3px;

}

.reapir-service-area .single-thumb .text-holder a h3:hover {

    color: #e2010f;

}

.reapir-service-area .single-thumb .text-holder p {

    margin: 0;

}

.reapir-service-area .single-thumb:hover .img-holder .overlay-style-one {

    opacity: 1;

    -webkit-transform: perspective(400px) rotateX(0deg);

    -moz-transform: perspective(400px) rotateX(0deg);

    -ms-transform: perspective(400px) rotateX(0deg);

    -o-transform: perspective(400px) rotateX(0deg);

    transform: perspective(400px) rotateX(0deg);

}







/*** 

=============================================

    Fact counter Area style

=============================================

***/

.fact-counter-area {

    background-attachment: scroll;

    background-position: center top;

    background-repeat: no-repeat;

    background-size: cover;

    padding-bottom: 40px;

    padding-top: 72px;

    position: relative;

    z-index: 1;

}

.fact-counter-area::before {

    background: rgba(35, 53, 136, 0.85);

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: -1;

}

.fact-counter-area .title h1 {

    color: #ffffff;

    font-size: 48px;

    font-weight: 700;

    line-height: 52px;

    margin: 0 0 60px;

}

.fact-counter-area .single-item {

    width: 100%;

    display: block;

    margin-bottom: 30px;

    transition: all 500ms ease;

    position: relative;

    padding-left: 90px;

}

.fact-counter-area .single-item:hover {}

.fact-counter-area .single-item .icon-holder {

    position: absolute;

    top: 0;

    left: 0;

}

.fact-counter-area .single-item .icon-holder span:before {

    color: #efff00;

    font-size: 60px;

    line-height: 95px;

}

.fact-counter-area .single-item h1 span {

    color: #ffffff;

    font-size: 60px;

    font-weight: 400;

}

.fact-counter-area .single-item h3 {

    color: #c1c2c7;

    font-size: 18px;

    line-height: 26px;

    font-weight: 300;

    text-transform: capitalize;

    font-family: 'Open Sans', sans-serif;

    margin: 1px 0 0;

}







/*** 

=============================================

    welcome area Bg Gray style

=============================================

***/

.welcome-area.bg-gray {

    background: #f9f9f9;

}





/*** 

=============================================

    Faq team area style

=============================================

***/

.faq-team-area {

    padding-top: 80px;

    padding-bottom: 80px;

}

.accordion-box {

    display: block;

}

.accordion-box .accordion {

    margin-bottom: 20px;

    display: block;

    border-radius: 30px;

    position: relative;

}

.accordion-box .accordion.last {

    margin-bottom: 0;

}

.accordion-box .accordion .accord-btn {

    border: 1px solid #f4f4f4;

    cursor: pointer;

    position: relative;

    transition: all 500ms ease;

    display: block;

    padding: 16px 25px 16px;

    border-radius: 30px;

}

.accordion-box .accordion .accord-btn.last {}

.accordion-box .accordion .accord-btn h4 {

    color: #010101;

    font-size: 20px;

    font-weight: 700;

    line-height: 26px;

    transition: all 500ms ease;

}

.accordion-box .accordion .accord-btn::after {

    color: #a8a8a8;

    content: "\f055";

    font-family: FontAwesome;

    font-size: 18px;

    font-weight: 400;

    line-height: 42px;

    margin: 6px 0;

    position: absolute;

    right: 10px;

    top: 0;

    transition: all 500ms ease 0s;

    width: 45px;

    height: 45px;

    border-radius: 50%;

    border: 1px solid #e4e4e4;

    text-align: center;

}

.accordion-box .accordion .accord-btn.active {

    transition: all 500ms ease;

}

.accordion-box .accordion .accord-btn.active h4 {

    color: #e2010f;

}

.accordion-box .accordion .accord-btn.active:after {

    content: "\f056";

    border: 1px solid #e2010f;

    color: #e2010f;

    background: transparent;

}

.accordion-box .accordion .accord-content {

    display: none;

    position: relative;

    padding-left: 30px;

    padding-top: 23px;

    padding-bottom: 5px;

}

.accordion-box .accordion .accord-content.last {}

.accordion-box .accordion .accord-content.collapsed {

    display: block;

}

.accordion-box .accordion .accord-content p {

    margin: 0;

}

.faq-team-area .faq-content .more-button a {

    border: 1px solid #e9e9e9;

    width: 190px;

    color: #e2010f;

    margin: 40px 0 0;

}

.faq-team-area .faq-content .more-button a:hover {

    background: #e2010f;

    color: #ffffff;

    border-color: #e2010f;

}



.single-team-member {

    display: block;

}

.single-team-member .img-holder {

    position: relative;

    display: block;

    overflow: hidden;

}

.single-team-member .img-holder img {

    transition: all 0.5s ease 0s;

    width: 100%;

}

.single-team-member:hover .img-holder img {}

.single-team-member:hover .img-holder .overlay-style-one {

    opacity: 1;

    -webkit-transform: perspective(400px) rotateX(0deg);

    -moz-transform: perspective(400px) rotateX(0deg);

    -ms-transform: perspective(400px) rotateX(0deg);

    -o-transform: perspective(400px) rotateX(0deg);

    transform: perspective(400px) rotateX(0deg);

}

.single-team-member .img-holder .overlay-style-one .box .content ul {

    overflow: hidden;

}

.single-team-member .img-holder .overlay-style-one .box .content ul li {

    display: inline-block;

    margin: 0 3px;

}

.single-team-member .img-holder .overlay-style-one .box .content ul li a i {

    background: rgba(255, 255, 255, 0.95);

    height: 40px;

    width: 40px;

    display: block;

    border-radius: 50%;

    color: #172b42;

    font-size: 13px;

    line-height: 42px;

    transition: all 500ms ease;

}

.single-team-member .img-holder .overlay-style-one .box .content ul li a:hover i {

    background: #e2010f;

}



.single-team-member .text-holder {

    background: #ffffff;

    padding-top: 22px;

    padding-bottom: 10px;

}

.single-team-member .text-holder h3 {

    color: #010101;

    font-size: 20px;

    font-weight: 700;

    text-transform: none;

    margin: 0 0 3px;

}

.single-team-member .text-holder span {

    color: #e2010f;

    font-size: 16px;

    font-weight: 300;

    font-family: 'Open Sans', sans-serif;

}

.single-team-member .text-holder .text {

    padding-top: 12px;

}

.single-team-member .text-holder .text p {

    margin: 0;

}

.single-team-member .bottom {

    border-top: 1px solid #f4f4f4;

    padding-top: 17px;

    margin-top: 18px;

}

.single-team-member .bottom ul li {

    line-height: 28px;

    font-size: 14px;

    color: #848484;

}

.single-team-member .bottom ul li i {

    display: inline-block;

    padding-right: 8px;

}







/*** 

=============================================

    Testimonial Area style

=============================================

***/

.testimonial-area-v2 {

    background-attachment: fixed;

    background-position: center top;

    background-repeat: no-repeat;

    background-size: cover;

    padding-bottom: 155px;

    padding-top: 80px;

    position: relative;

    z-index: 1;

}

.testimonial-area-v2::before {

    background: rgba(48, 52, 67, 0.80) none repeat scroll 0 0;

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: -1;

}

.testimonial-carousel .single-item {

    margin: 0 auto;

    max-width: 780px;

}

.testimonial-carousel .single-item .icon-holder {

    margin: 0 0 45px;

}

.testimonial-carousel .single-item .icon-holder img {

    width: auto;

    text-align: center;

    margin-left: auto;

    margin-right: auto;

}

.testimonial-carousel .single-item .text-holder {

    padding-bottom: 4px;

    transition: all 0.7s ease;

}

.testimonial-carousel .single-item .text-holder h2 {

    color: #ffffff;

    font-size: 24px;

    font-weight: 600;

    margin: 0 0 17px;

}

.testimonial-carousel .single-item .text-holder p {

    color: #c1c2c7;

    font-size: 20px;

    font-weight: 300;

    line-height: 32px;

    margin: 0;

    font-style: italic;

}

.testimonial-carousel .single-item .client-info {

    display: block;

    overflow: hidden;

}

.testimonial-carousel .single-item .client-info .name h3 {

    color: #ffffff;

    font-size: 20px;

    font-weight: 700;

    text-transform: capitalize;

    margin: 23px 0 6px;

    transition: all 700ms ease;

}

.testimonial-carousel .single-item .client-info .name h3 span {

    color: #848484;

    font-weight: 300;

    font-style: italic;

    font-family: 'Open Sans', sans-serif;

}



.testimonial-area-v2 .owl-controls {

    max-width: 120px;

    margin: 0 auto;

    position: relative;

}

.testimonial-area-v2 .owl-theme .owl-nav {}

.testimonial-area-v2 .owl-theme .owl-nav .owl-prev {

    background: transparent none repeat scroll 0 0;

    border: 2px solid #3b3e4a;

    border-radius: 50%;

    height: 50px;

    left: 0;

    position: absolute;

    top: 25px;

    width: 50px;

    margin: 0;

    padding: 0;

    display: block;

    padding: 7px 0;

    transition: all 500ms ease;

}

.testimonial-area-v2 .owl-theme .owl-nav .owl-next {

    background: transparent none repeat scroll 0 0;

    border: 2px solid #3b3e4a;

    border-radius: 50%;

    height: 50px;

    right: 0;

    position: absolute;

    top: 25px;

    width: 50px;

    margin: 0;

    padding: 0;

    display: block;

    padding: 7px 0;

    transition: all 500ms ease;

}

.testimonial-area-v2 .owl-theme .owl-nav .owl-prev:hover {

    border-color: #ffffff;

}

.testimonial-area-v2 .owl-theme .owl-nav .owl-next:hover {

    border-color: #ffffff;

}

.testimonial-area-v2 .owl-theme .owl-nav div .fa {

    color: #ffffff;

    font-size: 30px;

    display: block;

    text-align: center;

    transition: all 500ms ease;

}

.testimonial-area-v2 .owl-theme .owl-nav .owl-next:hover .fa {

    color: #ffffff;

}

.testimonial-area-v2 .owl-theme .owl-nav .owl-prev:hover .fa {

    color: #ffffff;

}







/*** 

=============================================

    Latest blog area style two style

=============================================

***/

.parts-area {

    padding-top: 80px;

    padding-bottom: 50px;

}

.single-product-item {

    background: #fff;

    margin-bottom: 30px;

    transition: all 0.7s ease;

}

.single-product-item:hover {}

.single-product-item .img-holder {

    display: block;

    overflow: hidden;

    position: relative;

    border: 1px solid #f5f4f3;

}

.single-product-item .img-holder img {

    -webkit-transition: all 0.7s ease;

    transition: all 0.7s ease;

    width: 100%;

}

.single-product-item:hover .img-holder img {

    transform: scale(1.1);

}

.single-product-item:hover .img-holder .overlay-style-one {

    opacity: 1;

    -webkit-transform: perspective(400px) rotateX(0deg);

    -moz-transform: perspective(400px) rotateX(0deg);

    -ms-transform: perspective(400px) rotateX(0deg);

    -o-transform: perspective(400px) rotateX(0deg);

    transform: perspective(400px) rotateX(0deg);

}

.single-product-item .img-holder .overlay-style-one .box .content a {

    display: inline-block;

    color: #ffffff;

    font-size: 16px;

    border: 1px solid #ffffff;

    padding: 6px 12px;

}

.single-product-item .img-holder .overlay-style-one .box .content a:hover {

    background: #ffffff;

    color: #e2010f;



}

.single-product-item .title-holder {

    padding: 20px 0 0px;

}

.single-product-item .title-holder .top {

    overflow: hidden;

    margin-bottom: 10px;

}

.single-product-item .title-holder .top .product-title {}

.single-product-item .title-holder .top .product-title h5 {

    color: #010101;

    font-size: 20px;

    font-weight: 700;

    text-transform: capitalize;

    line-height: 26px;

}

.single-product-item .title-holder .top .review-box {}

.single-product-item .title-holder .top .review-box ul {

    line-height: 26px;

}

.single-product-item .title-holder .top .review-box ul li i {

    color: #e2010f;

}

.single-product-item .title-holder .product-value h4 {

    color: #e2010f;

    font-size: 18px;

    font-weight: 400;

    text-transform: capitalize;

    font-family: 'Open Sans', sans-serif;

}

.single-product-item .title-holder .product-value h4 del {

    color: #848484;

    font-size: 16px;

    display: inline-block;

    padding-left: 5px;

}

.single-product-item .title-holder .button a {

    background: #f7f7f7;

    width: 160px;

    color: #010101;

    margin: 22px 0 0;

}

.single-product-item .title-holder .button a:hover {

    background: #e2010f;

    color: #ffffff;

}







/*** 

=============================================

    Brand Area style

=============================================

***/

.brand-area {

    background: #ffffff;

    padding-bottom: 80px;

    padding-top: 80px;

}

.brand-area .brand .owl-stage-outer {

    z-index: 10;

}

.brand-area .brand .single-item {

    border: 1px solid #eaeaea;

    /*     height: 95px; */

    transition: all 300ms ease-in 0s;

    text-align: center;

    display: block;

    padding: 0px;

}

.brand-area .brand .single-item img {

    display: inline-block;

    max-width: 100%;

    width: auto;

    opacity: 1;

    padding: 3px 0;

    position: relative;

    -webkit-transition: all 300ms ease-in 0s;

    transition: all 300ms ease-in 0s;

}

.brand-area .brand .single-item:hover {

    border: 1px solid #d4d2d2;

}

.brand-area .brand .single-item:hover img {

    opacity: .9;

}

.brand-area .owl-controls {

    display: none;

}







/*** 

=============================================

    Latest blog area style two style

=============================================

***/

.latest-blog-area.style-two {

    background: #f9f9f9;

}

.latest-blog-area.style-two .more-button {

    margin-top: 3px;

}

.latest-blog-area.style-two .more-button a {

    color: #e2010f;

    font-size: 16px;

    font-weight: 700;

    text-transform: uppercase;

    border: 1px solid #e9e9e9;

    width: 190px;

    display: block;

    text-align: center;

    border-radius: 30px;

    padding: 10px 0;

}

.latest-blog-area.style-two .more-button a:hover {

    background: #e2010f;

    border: 1px solid #e2010f;

    color: #ffffff;

}

.latest-blog-area.style-two .single-blog-item {

    position: relative;

    overflow: hidden;

    display: block;

    border: none;

    padding: 0;

    margin-bottom: 30px;

}

.latest-blog-area.style-two .single-blog-item .text-holder {

    background: #f9f9f9;

    margin-top: 0;

}

.latest-blog-area.style-two .single-blog-item .text-holder .meta-info {

    overflow: hidden;

    padding-top: 22px;

    border-top: none;

    margin-top: auto;

    padding-bottom: 15px;

}







/*** 

=============================================

    Top bar area style three  style

=============================================

***/

.top-bar-area.style-three {

    background: #303443;

}

.top-bar-area.style-three .top-right .social-links {

    padding-right: 10;

}

.top-bar-area.style-three .top-right .social-links li a:hover i {

    color: #ffffff;

}







/*** 

=============================================

    Header Area style three   style

=============================================

***/

.header-area.style-three .logo {

    display: inline-block;

    padding-right: 120px;

    padding-top: 45px;

    padding-bottom: 45px;

}

.header-area.style-three .logo a {

    display: inline-block;

}



.header-area.style-three .header-contact-info {

    display: inline-block;

    padding: 37px 0;

}

.header-area.style-three .header-contact-info ul li {

    display: inline-block;

    float: left;

    border-right: 1px solid #efefef;

    padding-right: 30px;

    margin-right: 30px;

}

.header-area.style-three .header-contact-info ul li:last-child {

    border-right: 0;

    padding-right: 0;

    margin-right: 0;

}

.header-area.style-three .header-contact-info ul li .icon-holder {

    width: 50px;

    height: 50px;

    position: relative;

}

.header-area.style-three .header-contact-info ul li .icon-holder:before {

    content: "\f100";

    color: #e2010f;

    font-family: Flaticon;

    font-size: 55px;

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    line-height: 55px;

}

.header-area.style-three .header-contact-info ul li .icon-holder span:before {

    color: #e2010f;

    font-size: 20px;

    line-height: 20px;

    text-align: center;

    display: block;

    padding: 18px 17px;

}

.header-area.style-three .header-contact-info ul li .icon-holder,

.header-area.style-three .header-contact-info ul li .text-holder {

    display: table-cell;

    vertical-align: middle;

}

.header-area.style-three .header-contact-info ul li .text-holder {

    padding-left: 20px;

}

.header-area.style-three .header-contact-info ul li .text-holder h3 {

    margin: 0 0 3px;

}

.header-area.style-three .header-contact-info ul li .text-holder span {}

.header-area.style-three .appoinment-button a {

    background: transparent;

    color: #e2010f;

    text-transform: uppercase;

    font-weight: 700;

    border: 1px solid #f7f7f7;

    padding: 10px 15px 9px;

    margin: 43px 0 44px;

}

.header-area.style-three .appoinment-button a:hover {

    background: #e2010f;

    border-color: #e2010f;

    color: #ffffff;

}







/*** 

=============================================

    Mainmenu area style three style

=============================================

***/

.mainmenu-area.style-three {

    position: relative;

    background: #e2010f;

}

.mainmenu-area.style-three .main-menu .navigation li {

    display: inline-block;

    float: left;

    border-right: 1px solid #2f4191;

}

.mainmenu-area.style-three .main-menu .navigation li:first-child a {

    margin-left: 0;

}

.mainmenu-area.style-three .main-menu .navigation li a {

    color: #ffffff;

    margin: 30px 25px 30px;

}

.mainmenu-area.style-three .main-menu .navigation>li.dropdown>a {

    margin-right: 40px;

}

.mainmenu-area.style-three .main-menu .navigation>li:hover>a,

.mainmenu-area.style-three .main-menu .navigation>li.current>a {

    color: #e2010f;

}

.mainmenu-area.style-three .main-menu .navigation>li>ul>li>a {

    background: #ffffff;

    margin: 0;

    color: #010101;

    font-size: 15px;

    font-weight: 600;

    position: relative;

}

.mainmenu-area.style-three .main-menu .navigation>li>ul>li:hover>a {

    color: #e2010f;

    background: #f7f7f7;

}



.mainmenu-area.style-three .mainmenu-right-box .contact-number h3 {

    color: #e2010f;

}

.mainmenu-area.style-three .mainmenu-right-box .contact-number h3 span {

    color: #ffffff;

    font-size: 24px;

}

.mainmenu-area.style-three .mainmenu-right-box .contact-number {

    display: block;

    padding: 26px 0;

}

.mainmenu-area.style-three .mainmenu-right-box .contact-number h3 span:before {

    color: #e2010f;

    font-size: 25px;

    line-height: 25px;

    font-weight: 400;

    display: inline-block;

    padding-right: 15px;

}







/*** 

=============================================

    Rev Slider Wrapper style three style

=============================================

***/

.rev_slider_wrapper.style-three {
    height: 700px !important;
    margin-top: -85px;
}

.rev_slider_wrapper.style-three .slide-content-box {

    padding-bottom: 20px;

}

.rev_slider_wrapper.style-three .slide-content-box h1 {

    text-align: left;

    color: #ffffff;

    font-size: 70px;

    font-weight: 400;

    line-height: 72px;

    text-transform: none;

    font-family: 'Montserrat', sans-serif;

    margin: 0 0 22px;

}

.rev_slider_wrapper.style-three .slide-content-box h2 {

    text-align: left;

    color: #ffffff;

    font-size: 24px;

    font-weight: 300;

    line-height: 36px;

    text-transform: none;

    font-family: 'Montserrat', sans-serif;

    margin: 0 0 55px;

}

.rev_slider_wrapper .slide-content-box .button a {

    border: 2px solid #e2010f;

    background: #e2010f;

    padding: 15px 50px 14px;

    color: #ffffff;

    font-size: 16px;

    font-weight: 700;

    text-transform: uppercase;

    font-family: 'Nunito', sans-serif;

    border-radius: 30px;

    margin: 0 0 10px;

}

.rev_slider_wrapper .slide-content-box .button a:hover {

    background: #e2010f;

    border-color: #fff;

    color: #252525;

}

.rev_slider_wrapper.style-three .tparrows {

    background: rgba(255, 255, 255, 0.35);

    cursor: pointer;

    display: block;

    height: 50px;

    position: absolute;

    width: 50px;

    z-index: 1000;

    transition: all 500ms ease;

    border-radius: 50%;

}

.tparrows:before {

    font-size: 18px;

    font-weight: 700;

    color: #fff;

    display: block;

    line-height: 50px;

    text-align: center;

    transition: all 500ms ease;

}

.rev_slider_wrapper.style-three .tparrows:hover {

    background: #e2010f;

}

.tparrows:hover:before {

    color: #fff;

}

.rev_slider_wrapper.style-three .slotholder:before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: rgba(34, 36, 38, 0.40);

    z-index: 9;

}







/*** 

=============================================

    Welcome area v2 style

=============================================

***/

.welcome-area-v2 {

    padding-top: 80px;

    padding-bottom: 40px;

}

.welcome-area-v2 .sec-title {

    padding-bottom: 60px;

}

.welcome-area-v2 .single-item {

    position: relative;

    background: #ffffff;

    margin-bottom: 40px;

    text-align: center;

    border: 1px solid #f4f4f4;

    display: block;

    padding: 50px 30px 42px;

    transition: all 500ms ease;

}

.welcome-area-v2 .single-item .icon-holder {

    width: 100px;

    text-align: center;

    position: relative;

    margin-left: auto;

    margin-right: auto;

    height: 100px;

    line-height: 100px;

    margin-bottom: 30px;

    transition: all 0.5s ease;

}

.welcome-area-v2 .single-item:hover .icon-holder {}

.welcome-area-v2 .single-item .icon-holder:after {

    content: "\f100";

    font-family: Flaticon;

    font-size: 100px;

    color: #e2010f;

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    transition: all 300ms ease;

}

.welcome-area-v2 .single-item:hover .icon-holder:after {

    opacity: 0;

}

.welcome-area-v2 .single-item .icon-holder span:before {

    font-size: 40px;

    color: #e2010f;

    line-height: 100px;

    display: block;

    vertical-align: bottom;

    opacity: 1;

}



.welcome-area-v2 .single-item .text-holder {

    overflow: hidden;

    position: relative;

    transition: all 0.5s ease;

}

.welcome-area-v2 .single-item .text-holder h3 {

    margin: 0 0 9px;

}

.welcome-area-v2 .single-item .text-holder p {

    margin: 0;

}

.welcome-area-v2 .single-item .overlay-content .read-more {

    border: 1px solid #f4f4f4;

    width: 180px;

    margin: 30px auto 0;

    color: #e2010f;

    transition: all 500ms ease;

}

.welcome-area-v2 .single-item .overlay-content .read-more:hover {

    background: #e2010f;

    border-color: #e2010f;

    color: #ffffff;

}





.welcome-area-v2 .single-item .overlay-content {

    position: absolute;

    top: 0;

    bottom: 0;

    left: -1px;

    right: -1px;

    opacity: 0;

    display: block;

    transition: all 0.5s ease;

    background: #ffffff;

    box-shadow:

        -webkit-box-shadow: 0px 1px 19px -7px rgba(158, 153, 158, 1);

    -moz-box-shadow: 0px 1px 19px -7px rgba(158, 153, 158, 1);

    box-shadow: 0px 1px 19px -7px rgba(158, 153, 158, 1);

    padding-top: 50px;

    padding-left: 30px;

    padding-right: 30px;

    padding-bottom: 50px;

}

.welcome-area-v2 .single-item .overlay-content .icon-holder {

    width: 100px;

    text-align: center;

    position: relative;

    margin-left: auto;

    margin-right: auto;

    height: 100px;

    line-height: 100px;

    margin-bottom: 30px;

    transition: all 0.5s ease;

}

.welcome-area-v2 .single-item .overlay-content .icon-holder:before {

    content: "\f100";

    font-family: Flaticon;

    font-size: 100px;

    color: #e2010f;

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    transition: all 300ms ease;

}

.welcome-area-v2 .single-item:hover .overlay-content {

    opacity: 1;

    top: -45px;

    bottom: -45px;

    transition: all 0.7s ease;

}











/*** 

=============================================

    Slogan area style two style

=============================================

***/

.slogan-area.style-two {

    background: #f9f9f9;

}

.slogan-area.style-two .sec-title {

    padding-bottom: 50px;

}

.slogan-area.style-two h1 {

    color: #010101;

}

.slogan-area.style-two a {

    width: 230px;

    border: 1px solid #efefef;

    color: #e2010f;

    font-size: 15px;

}







/*** 

=============================================

    Service area v2 style

=============================================

***/

.service-area-v2 {

    padding-top: 80px;

    padding-bottom: 80px;

}

.service-area-v2 .single-item {

    overflow: hidden;

}

.service-area-v2 .single-item .img-holder {

    display: block;

    overflow: hidden;

    position: relative;

}

.service-area-v2 .single-item .img-holder img {

    transform: scale(1.1, 1.1);

    transition: all 0.5s ease 0s;

    width: 100%;

}

.service-area-v2 .single-item:hover .img-holder img {

    transform: scale(1, 1);

}

.service-area-v2 .single-item .img-holder .overlay-style-one .content a i {

    font-size: 20px;

    color: #ffffff;

}

.service-area-v2 .single-item:hover .img-holder .overlay-style-one {

    opacity: 1;

    -webkit-transform: perspective(400px) rotateX(0deg);

    -moz-transform: perspective(400px) rotateX(0deg);

    -ms-transform: perspective(400px) rotateX(0deg);

    -o-transform: perspective(400px) rotateX(0deg);

    transform: perspective(400px) rotateX(0deg);

}



.service-area-v2 .single-item .text-holder {

    border: 1px solid #f4f4f4;

    display: block;

}

.service-area-v2 .single-item .text-holder .top {

    border-bottom: 1px solid #f4f4f4;

    display: block;

    padding-left: 20px;

}

.service-area-v2 .single-item .text-holder .top .title h3 {

    line-height: 32px;

    margin: 10px 0px;

}

.service-area-v2 .single-item .text-holder .top .icon {

    border-left: 1px solid #f4f4f4;

    display: block;

    padding: 11px 15px 9px;

}

.service-area-v2 .single-item .text-holder .top .icon span:before {

    color: #303443;

    font-size: 30px;

    line-height: 30px;

}

.service-area-v2 .single-item .text-holder .text {

    display: block;

    padding: 23px 20px 23px;

}

.service-area-v2 .single-item .text-holder .text p {

    margin: 0;

}

.service-area-v2 .owl-controls {

    position: absolute;

    right: 0;

    top: -90px;

}

.service-area-v2 .owl-theme .owl-nav {

    margin: 0;

}

.service-area-v2 .owl-theme .owl-nav [class*="owl-"] {

    background: transparent;

    border-radius: 0;

    color: #888888;

    font-size: 24px;

    font-weight: 700;

    height: 50px;

    line-height: 48x;

    margin: 0 0 0 0px;

    padding: 10px 0;

    width: 50px;

    border: 1px solid #f5f5f5;

    border-radius: 50%;

    transition: all 700ms ease 0s;

}

.service-area-v2 .owl-theme .owl-nav .owl-next {

    margin-left: 10px;

}

.service-area-v2 .owl-theme .owl-nav [class*="owl-"]:hover {

    border-color: #e2010f;

    color: #e2010f;

}







/*** 

=============================================

    Latest work area style

=============================================

***/

.latest-work-area {

    background: #303443;

    position: relative;

    padding-top: 80px;

    padding-bottom: 50px;

}

.latest-work-area .sec-title h1 {

    color: #ffffff;

}

.latest-work-area .sec-title .border:before {

    background: #ffffff;

}

.latest-work-area .sec-title .border:after {

    background: #ffffff;

}



.project-filter {

    margin-bottom: 40px;

}

.project-filter li {

    display: inline-block;

    margin: 0 5px;

}

.project-filter li span {

    position: relative;

    background: transparent;

    color: #c1c2c7;

    cursor: pointer;

    display: block;

    font-size: 16px;

    font-weight: 400;

    text-transform: capitalize;

    transition: all 500ms ease 0s;

    font-family: 'Open Sans', sans-serif;

    padding: 7px 20px 7px;

    border-radius: 3px;

}

.project-filter li.active span,

.project-filter li:hover span {

    color: #ffffff;

    background: #272b3b;

}

.latest-work-area .single-project-item {

    margin-bottom: 30px;

}



.latest-work-area .single-project-item .img-holder .overlay-style-one .box .content a.zoom i {

    font-size: 20px;

    width: auto;

    height: auto;

    background: transparent;

    color: #ffffff;

    border-radius: 0;

    line-height: initial;

    border: none;

}

.latest-work-area .single-project-item .img-holder .overlay-style-one .box .content .bottom {

    bottom: 13px;

    left: 20px;

}







/*** 

=============================================

    Appoinment area style two style

=============================================

***/

.appoinment-area.style-two {

    background: #ffffff;

    padding-top: 80px;

    padding-bottom: 80px;

}

.appoinment-area.style-two .appoinment {

    padding: 30px;

    border: 1px solid #f4f4f4;

}

.appoinment-area.style-two .appoinment .appoinment-form .input-box input[type=text],

.appoinment-area.style-two .appoinment .appoinment-form .input-box input[type=email],

.appoinment-area.style-two .appoinment .appoinment-form .input-box textarea {

    background: #ffffff;

    width: 100%;

    border: 1px solid #f4f4f4;

    height: 50px;

    display: block;

    padding: 0 15px;

    color: #010101;

    font-size: 15px;

    font-weight: 400;

    transition: all 500ms ease;

    font-family: 'Nunito', sans-serif;

}

.appoinment-area.style-two .appoinment .appoinment-form .input-box textarea {

    height: 115px;

    display: block;

    padding: 10px 15px;

}

.appoinment-area.style-two .appoinment .appoinment-form button {

    border: none;

    color: #010101;

    padding: 13px 30px 12px;

    width: 100%;

    background: #f7f7f7;

    font-size: 16px;

}

.appoinment-area.style-two .appoinment .appoinment-form button:hover {

    background: #e2010f;

    color: #ffffff;

}

.appoinment-area.style-two .appoinment .appoinment-form .text p {

    color: #848484;

    margin: 11px 0;

}



.more-features-content {

    display: block;

}

.more-features-content ul li {

    display: block;

    padding-left: 65px;

    margin-bottom: 30px;

    position: relative;

}

.more-features-content ul li:last-child {

    margin-bottom: 0;

}

.more-features-content ul li .icon-holder {

    position: absolute;

    top: 3px;

    left: 0;

}

.more-features-content ul li .icon-holder span:before {

    color: #292929;

    font-size: 45px;

    line-height: 45px;

}

.more-features-content ul li .text-holder {}

.more-features-content ul li .text-holder h3 {

    margin: 0 0 4px;

}

.more-features-content ul li .text-holder span {

    color: #e2010f;

}

.more-features-content ul li .text-holder p {

    margin: 9px 0 0;

}







/*** 

=============================================

    Testimonial area style three style

=============================================

***/

.testimonial-area.style-three {

    background: #f9f9f9;

    padding-bottom: 50px;

}

.testimonial-area.style-three .single-testimonial-item .top .left.title {

    padding-left: 30px;

    margin: 23px 0;

}

.testimonial-area.style-three .single-testimonial-item .top .right {

    margin: 23px 0;

}

.testimonial-area.style-three .owl-controls {

    position: absolute;

    right: 0;

    top: -90px;

}

.testimonial-area.style-three .owl-theme .owl-nav {

    margin: 0;

}

.testimonial-area.style-three .owl-theme .owl-nav [class*="owl-"] {

    background: transparent;

    border-radius: 0;

    color: #888888;

    font-size: 24px;

    font-weight: 700;

    height: 50px;

    line-height: 48x;

    margin: 0 0 0 0px;

    padding: 10px 0;

    width: 50px;

    border: 1px solid #f2f2f2;

    border-radius: 50%;

    transition: all 700ms ease 0s;

}

.testimonial-area.style-three .owl-theme .owl-nav .owl-next {

    margin-left: 10px;

}

.testimonial-area.style-three .owl-theme .owl-nav [class*="owl-"]:hover {

    border-color: #e2010f;

    color: #e2010f;

}







/*** 

=============================================

    Team area style

=============================================

***/

.team-area {

    padding-top: 80px;

    padding-bottom: 145px;

}

.team-area .single-team-member {

    margin-bottom: 40px;

}

.team-area .single-team-member .text-holder {

    padding-top: 22px;

    padding-bottom: 18px;

    border-bottom: 1px solid #f4f4f4;

}

.team-area .owl-controls {

    max-width: 100px;

    margin: -25px auto 0;

    position: relative;

}

.team-area .owl-theme .owl-nav {}

.team-area .owl-theme .owl-nav .owl-prev {

    background: transparent none repeat scroll 0 0;

    border: 1px solid #f4f4f4;

    border-radius: 3px;

    height: 40px;

    left: 0;

    position: absolute;

    top: 25px;

    width: 40px;

    margin: 0;

    padding: 0;

    display: block;

    padding: 9px 0;

    transition: all 500ms ease;

}

.team-area .owl-theme .owl-nav .owl-next {

    background: transparent none repeat scroll 0 0;

    border: 1px solid #f4f4f4;

    border-radius: 3px;

    height: 40px;

    right: 0;

    position: absolute;

    top: 25px;

    width: 40px;

    margin: 0;

    padding: 0;

    display: block;

    padding: 9px 0;

    transition: all 500ms ease;

}

.team-area .owl-theme .owl-nav .owl-prev:hover {

    border-color: #e2010f;

}

.team-area .owl-theme .owl-nav .owl-next:hover {

    border-color: #e2010f;

}

.team-area .owl-theme .owl-nav div .fa {

    color: #222;

    font-size: 20px;

    display: block;

    text-align: center;

    transition: all 500ms ease;

}

.team-area .owl-theme .owl-nav .owl-next:hover .fa {

    color: #e2010f;

}

.team-area .owl-theme .owl-nav .owl-prev:hover .fa {

    color: #e2010f;

}







/*** 

=============================================

    Latest blog area style three style

=============================================

***/

.latest-blog-area.style-three {

    background: #f9f9f9;

}

.latest-blog-area.style-three .single-blog-item {

    background: #ffffff;

}







/*** 

=============================================

    Top bar area style four style

=============================================

***/

.top-bar-area.style-four {

    background: #303443;

    border: none;

}

.top-bar-area.style-four .top-right .social-links li a:hover i {

    color: #ffffff;

}

.top-bar-area.style-four .appoinment-button a {

    background: #3b3f4e;

}

.top-bar-area.style-four .appoinment-button a:hover {

    background: #2a2d38;

}







/*** 

=============================================

    Mainmenu area style four style

=============================================

***/

.mainmenu-area.style-four {

    background: transparent;

    border-top: none;

    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.mainmenu-area.style-four .main-menu .navigation li a {

    color: #ffffff;

    margin: 40px 25px 40px;

}

.mainmenu-area.style-four .main-menu .navigation li:first-child a {

    margin-left: 0;

}

.mainmenu-area.style-four .main-menu .navigation>li:hover>a,

.mainmenu-area.style-four .main-menu .navigation>li.current>a {

    color: #e2010f;

}

.mainmenu-area.style-four .main-menu .navigation>li>ul>li>a {

    background: #ffffff;

    margin: 0;

    color: #010101;

    font-size: 15px;

    font-weight: 600;

    position: relative;

}

.mainmenu-area.style-four .main-menu .navigation>li>ul>li:hover>a {

    color: #e2010f;

    background: #f7f7f7;

}







/*** 

=============================================

    Rev slider wrapper style four style

=============================================

***/

.rev_slider_wrapper.style-four {

    margin-top: -101px;

}

.rev_slider_wrapper.style-four .slide-content-box {

    background: rgba(0, 0, 0, 0.25);

    display: block;

    padding: 23px 30px 54px;

}

.rev_slider_wrapper.style-four .slide-content-box .title h3 {

    margin: 0;

    padding: 0;

}

.rev_slider_wrapper.style-four .slide-content-box .title h3 b {

    background: #e2010f;

    display: inline-block;

    color: #ffffff;

    font-size: 20px;

    font-weight: 700;

    text-transform: capitalize;

    padding: 11px 20px 10px;

    border-radius: 3px;

}

.rev_slider_wrapper.style-four .slide-content-box .title h3 span {

    color: #e2010f;

    font-size: 48px;

    font-weight: 700;

    line-height: 60px;

    margin-left: 66px;

    position: relative;

    top: 9px;

}

.rev_slider_wrapper.style-four .slide-content-box .title h3 span:before {

    position: absolute;

    top: 5px;

    left: -40px;

    width: 60px;

    height: 43px;

    content: "";

    background: url(../images/icon/slide-icon.png);

}

.rev_slider_wrapper.style-four .slide-content-box h1 {

    color: #ffffff;

    font-size: 60px;

    line-height: 70px;

    font-weight: 400;

    text-align: left;

    margin: 21px 0 15px;

}

.rev_slider_wrapper.style-four .slide-content-box.middle h1 {

    text-align: center;

}

.rev_slider_wrapper.style-four .slide-content-box h2 {

    color: #dedede;

    font-size: 20px;

    font-weight: 400;

    line-height: 32px;

    font-family: 'Open Sans', sans-serif;

    text-align: left;

    margin: 0 0 45px;

}

.rev_slider_wrapper.style-four .slide-content-box.middle h2 {

    text-align: center;

}

.rev_slider_wrapper.style-four .slide-content-box.bgnone {

    background: transparent;

}



.rev_slider_wrapper.style-four .tparrows {

    background: rgba(0, 0, 0, 0.09);

    cursor: pointer;

    display: block;

    height: 50px;

    position: absolute;

    width: 50px;

    z-index: 1000;

    transition: all 500ms ease;

    border-radius: 50%;

}

.rev_slider_wrapper.style-four .tparrows:before {

    font-size: 18px;

    font-weight: 700;

    color: #fff;

    display: block;

    line-height: 50px;

    text-align: center;

    transition: all 500ms ease;

}

.rev_slider_wrapper.style-four .tparrows:hover {

    background: #e2010f;

}

.rev_slider_wrapper.style-four .tparrows:hover:before {

    color: #fff;

}

.rev_slider_wrapper.style-four .slotholder:before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: rgba(34, 36, 38, 0.40);

    z-index: 9;

}







/*** 

=============================================

    Welcome area v2 home4 style

=============================================

***/

.welcome-area-v2.home4 {

    padding: 0;

    margin-top: -100px;

}

.welcome-area-v2.home4 .single-item .icon-holder {

    background: #f9f9f9;

    border-radius: 50%;

}

.welcome-area-v2.home4 .single-item .icon-holder:after {

    display: none;

}

.welcome-area-v2.home4 .single-item:hover .icon-holder {

    background: #e2010f;

}

.welcome-area-v2.home4 .single-item:hover .icon-holder span:before {

    color: #ffffff;

}







/*** 

=============================================

    Welcome area home 4 style

=============================================

***/

.welcome-area.home-4 {

    padding-top: 40px;

}







/*** 

=============================================

    Choose us area style

=============================================

***/

.choose-us-area {

    position: relative;

    overflow: hidden;

    display: block;

    background: #f9f9f9;

}

.choose-us-area .right-img-holder {

    position: absolute;

    bottom: 0;

    right: 0;

}

.choose-us-area .mar-left-minus {

    margin-left: -30px;

}

.choose-us-area .img-holder img {

    max-width: none;

    float: right;

}

.choose-us-area .text-box {

    padding-top: 93px;

    padding-bottom: 92px;

    padding-left: 10px;

    margin-right: 50px;

    background: #F9F9F9;

}

.choose-us-area .more-features-content {

    display: block;

    margin-top: 10px;

}

.choose-us-area .more-features-content ul li .text-holder h3 {

    margin: 0 0 14px;

}







/*** 

=============================================

    Repair service area v2 style

=============================================

***/

.repair-service-area-v2 {

    padding-top: 80px;

    padding-bottom: 70px;

}

.repair-service-area-v2 .single-item {}

.repair-service-area-v2 .single-item .img-holder {

    position: relative;

    overflow: hidden;

    display: block;

}

.repair-service-area-v2 .single-item .img-holder img {

    transition: all 0.5s ease 0s;

    width: 100%;

}

.repair-service-area-v2 .single-item .img-holder .box {

    position: absolute;

    bottom: 10px;

    right: 10px;

    width: 85px;

    height: 70px;

    background: #ffffff;

    text-align: center;

}

.repair-service-area-v2 .single-item .img-holder .box h3 {

    background: #303443;

    color: #ffffff;

    font-size: 18px;

    font-weight: 700;

    display: block;

    padding: 10px 0 8px;

}

.repair-service-area-v2 .single-item .img-holder .box p {

    margin: 0;

    color: #e2010f;

    font-weight: 400;

    line-height: 32px;

}

.repair-service-area-v2 .single-item .text-holder {

    padding-top: 28px;

}

.repair-service-area-v2 .single-item .text-holder h3 {}

.repair-service-area-v2 .single-item .text-holder .text {

    overflow: hidden;

    display: block;

    border-top: 1px solid #f4f4f4;

    padding-top: 24px;

    margin-top: 15px;

}

.repair-service-area-v2 .single-item .text-holder .text p {

    margin: 0;

}

.repair-service-area-v2 .single-item .text-holder a {

    background: #f9f9f9;

    color: #e2010f;

    font-size: 16px;

    font-weight: 600;

    text-transform: uppercase;

    display: block;

    padding: 12px 0;

    margin-top: 23px;

    transition: all 500ms ease;

}

.repair-service-area-v2 .single-item .text-holder a:hover {

    background: #e2010f;

    color: #ffffff;

}



.repair-service-area-v2 .owl-dots {

    position: relative;

    margin-top: 36px;

}

.repair-service-area-v2 .owl-dots .owl-dot {

    background-image: none;

    width: 13px;

    height: 13px;

    margin: 5px 7px;

    border: 2px solid #d5d9e8;

    padding: 0px;

    background: #f4f4f4;

    border-radius: 50%;

    -webkit-border-radius: 50%;

    -ms-border-radius: 50%;

    -o-border-radius: 50%;

    -moz-border-radius: 50%;

    transition: all 500ms ease;

    display: inline-block;

}

.repair-service-area-v2 .owl-dots .owl-dot span {

    display: none;

}

.repair-service-area-v2 .owl-dots .owl-dot.active {

    background: #e2010f;

    border-radius: 15px;

}

.repair-service-area-v2 .owl-dots .owl-dot:hover {

    background: #e2010f;

}







/*** 

=============================================

    Latest work area v2 style

=============================================

***/

.latest-work-area-v2 {

    padding-top: 80px;

    padding-bottom: 30px;

    background: #f9f9f9;

}

.latest-work-area-v2 .sec-title {}

.latest-work-area-v2 .single-project-item {

    margin-bottom: 42px;

}

.latest-work-area-v2 .project-filter li span {

    border: 1px solid #efefef;

}

.latest-work-area-v2 .single-project-item .text-holder {

    padding-top: 25px;

}

.latest-work-area-v2 .single-project-item .text-holder a {

    color: #010101;

    font-size: 20px;

    font-weight: 700;

    text-transform: capitalize;

    margin: 0 0 10px;

}

.latest-work-area-v2 .single-project-item .text-holder p {

    margin: 0;

}







/*** 

=============================================

    Testimonial area v3 style

=============================================

***/

.testimonial-area-v3 {

    background-attachment: fixed;

    background-position: center top;

    background-repeat: no-repeat;

    background-size: cover;

    padding-bottom: 155px;

    padding-top: 80px;

    position: relative;

    z-index: 1;

}

.testimonial-area-v3::before {

    background: rgba(48, 52, 67, 0.95) none repeat scroll 0 0;

    content: "";

    height: 100%;

    left: 0;

    position: absolute;

    top: 0;

    width: 100%;

    z-index: -1;

}

.testimonial-area-v3 .sec-title h1 {

    color: #ffffff;

}

.testimonial-area-v3 .sec-title .border:before {

    background: #ffffff;

}

.testimonial-area-v3 .sec-title .border:after {

    background: #ffffff;

}



.testimonial-area-v3 .single-item {

    position: relative;

    padding-left: 110px;

    display: block;

}

.testimonial-area-v3 .single-item .img-holder {

    position: absolute;

    top: 7px;

    left: 0;

}

.testimonial-area-v3 .single-item .text-holder {}

.testimonial-area-v3 .single-item .text-holder p {

    color: #c1c2c7;

    font-size: 20px;

    line-height: 32px;

    font-weight: 300;

    font-style: italic;

}

.testimonial-area-v3 .single-item .text-holder h3 {

    color: #ffffff;

    margin-top: 15px;

}

.testimonial-area-v3 .single-item .text-holder h3 span {

    color: #e2010f;

    font-weight: 300;

    font-style: italic;

}



.testimonial-area-v3 .owl-controls {

    max-width: 120px;

    margin: 0 auto;

    position: relative;

}

.testimonial-area-v3 .owl-theme .owl-nav {}

.testimonial-area-v3 .owl-theme .owl-nav .owl-prev {

    background: transparent none repeat scroll 0 0;

    border: 2px solid #3b3e4a;

    border-radius: 50%;

    height: 50px;

    left: 0;

    position: absolute;

    top: 25px;

    width: 50px;

    margin: 0;

    padding: 0;

    display: block;

    padding: 7px 0;

    transition: all 500ms ease;

}

.testimonial-area-v3 .owl-theme .owl-nav .owl-next {

    background: transparent none repeat scroll 0 0;

    border: 2px solid #3b3e4a;

    border-radius: 50%;

    height: 50px;

    right: 0;

    position: absolute;

    top: 25px;

    width: 50px;

    margin: 0;

    padding: 0;

    display: block;

    padding: 7px 0;

    transition: all 500ms ease;

}

.testimonial-area-v3 .owl-theme .owl-nav .owl-prev:hover {

    border-color: #ffffff;

}

.testimonial-area-v3 .owl-theme .owl-nav .owl-next:hover {

    border-color: #ffffff;

}

.testimonial-area-v3 .owl-theme .owl-nav div .fa {

    color: #ffffff;

    font-size: 30px;

    display: block;

    text-align: center;

    transition: all 500ms ease;

}

.testimonial-area-v3 .owl-theme .owl-nav .owl-next:hover .fa {

    color: #ffffff;

}

.testimonial-area-v3 .owl-theme .owl-nav .owl-prev:hover .fa {

    color: #ffffff;

}







/*** 

=============================================

    Latest blog area style four style

=============================================

***/

.latest-blog-area.style-four {}

.latest-blog-area.style-four .more-button a {

    border: 1px solid #e9e9e9;

    color: #e2010f;

    padding: 12px 30px 10px;

    margin-top: 1px;

}

.latest-blog-area.style-four .more-button a:hover {

    background: #e2010f;

    border-color: #e2010f;

    color: #ffffff;

}

.latest-blog-area.style-four .single-blog-item {

    padding: 0;

}

.latest-blog-area.style-four .single-blog-item .img-holder .post-date {

    background: #e2010f;

    position: absolute;

    top: 10px;

    right: 10px;

    width: 70px;

    height: 60px;

    text-align: center;

    transform: translate3d(0px, 0px, 0px);

    transition: all 500ms ease;

    transition-delay: 0.5s;

}

.latest-blog-area.style-four .single-blog-item:hover .img-holder .post-date {

    transform: translate3d(0px, -70px, 0px);



}

.latest-blog-area.style-four .single-blog-item .img-holder .post-date h3 {

    color: #ffffff;

    font-size: 18px;

    font-weight: 700;

    line-height: 24px;

    display: block;

    padding: 6px 0;

}

.latest-blog-area.style-four .single-blog-item .text-holder {

    background: #ffffff;

    margin-top: 20px;

    display: block;

    padding: 0 24px 25px;

}







/*** 

=============================================

    Breadcrumb area style

=============================================

***/

.breadcrumb-area {

    background-position: center top;

    background-repeat: no-repeat;

    background-size: cover;

    position: relative;

    z-index: 1;

}

.breadcrumb-area::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: -1;
    background-image: linear-gradient(0deg, #010101, 50%, transparent);
}

.breadcrumb-area .breadcrumbs {

    padding-top: 84px;

    padding-bottom: 38px;

}

.breadcrumb-area .breadcrumbs h1 {

    color: #ffffff;

    font-size: 36px;

    font-weight: 700;

    line-height: 42px;

    text-transform: capitalize;

    text-align: center;

    font-family: 'Nunito', sans-serif;

}



.breadcrumb-botton {

    position: relative;

    overflow: hidden;

    z-index: 1;

}

.breadcrumb-botton ul {

    text-align: center;

    background: #e2010f;

    display: inline-block;

    padding: 8px 15px 8px;

}

.breadcrumb-botton ul li {

    display: inline-block;

    margin: 0 3px;

    color: #ffffff;

    font-size: 16px;

    font-weight: 400;

    text-transform: capitalize;

    line-height: 20px;

}

.breadcrumb-botton ul li i {

    display: inline-block;

    font-size: 16px;

}

.breadcrumb-botton ul li a {

    transition: all 500ms ease;

    color: #ffffff;

}

.breadcrumb-botton ul li a:hover {

    color: #fff;

}

.breadcrumb-botton ul li.active {

    color: #fff;

}

.breadcrumb-botton .share-button a {

    color: #fdc900;

    font-size: 16px;

    font-weight: 300;

    transition: all 500ms ease;

}

.breadcrumb-botton .share-button a:hover {

    color: #fff;

}

.breadcrumb-botton .share-button {

    margin: 16px 0;

}

.breadcrumb-botton .share-button a i {

    display: inline-block;

    padding-right: 7px;

    position: relative;

    top: 0px;

}







/*** 

=============================================

    Welcome area style

=============================================

***/

.welcome-area .video-holder {

    width: 100%;

    height: auto;

    text-align: center;

    position: relative;

    overflow: hidden;

}

.welcome-area .video-holder img {

    transform: scale(1);

    transition: all 0.5s ease 0s;

    width: 100%;

}

.welcome-area .video-holder .overlay-gallery {

    background-color: transparent;

    bottom: 0;

    height: 100%;

    left: 0;

    position: absolute;

    right: 0;

    top: 0;

    width: 100%;

    transition: all 500ms ease;

}

.welcome-area .video-holder .overlay-gallery .icon-holder {

    display: table;

    height: 100%;

    width: 100%;

}

.welcome-area .video-holder .overlay-gallery .icon-holder .icon {

    display: table-cell;

    vertical-align: middle;

}

.welcome-area .video-holder .overlay-gallery .icon-holder .icon a img {

    width: auto;

    transform: scale(1);

    transition: all 0.5s ease 0s;

}

.welcome-area .video-holder:hover .overlay-gallery {

    background-color: rgba(35, 53, 136, 0.60);

}

.welcome-area .video-holder:hover img {

    transform: scale(1.1);

}

.welcome-area .video-holder .overlay-gallery .icon-holder .icon a:hover img {

    transform: scale(1.1);

}







/*** 

=============================================

    Contact Info area bottom style

=============================================

***/

.contact-info-area {

    padding-bottom: 80px;

}

.contact-info-area .title {

    overflow: hidden;

    padding-bottom: 40px;

}

.contact-info-area .title h2 {

    font-size: 26px;

    font-weight: 700;

    line-height: 32px;

    margin: 0 0 5px;

}

.contact-info-area .title p {

    margin: 0;

}

.contact-info-area .single-box {

    border: 1px solid #f4f4f4;

    display: block;

    padding: 26px 30px 25px;

}

.contact-info-area .single-box .top {

    overflow: hidden;

    padding-bottom: 25px;

    border-bottom: 1px solid #f4f4f4;

}

.contact-info-area .single-box .top h3 {

    font-size: 20px;

}

.contact-info-area .single-box .top h3 span:before {

    display: inline-block;

    padding-right: 5px;

}

.contact-info-area .single-box .text {

    display: block;

    padding-top: 25px;

}

.contact-info-area .single-box .text h1 {

    color: #e2010f;

    font-size: 30px;

    font-weight: 400;

    display: block;

    margin: 0 0 15px;

}

.contact-info-area .single-box .text p {

    margin: 0;

}

.contact-info-area .single-box .working-hour {

    overflow: hidden;

    padding-top: 17px;

}

.contact-info-area .single-box .working-hour li {

    line-height: 36px;

}

.contact-info-area .single-box .working-hour li span {

    float: right;

}



.contact-info-area .single-box .newsletter-form {

    position: relative;

    overflow: hidden;

    display: block;

    margin-top: 30px;

}

.contact-info-area .single-box .newsletter-form form input[type=email] {

    background: #ffffff;

    border: 1px solid #f4f4f4;

    color: #848484;

    display: block;

    font-size: 16px;

    font-weight: 400;

    font-style: normal;

    height: 50px;

    padding-left: 15px;

    padding-right: 40px;

    position: relative;

    -webkit-transition: all 500ms ease 0s;

    transition: all 500ms ease 0s;

    width: 100%;

    border-radius: 0px;

    position: relative;

}

.contact-info-area .single-box .newsletter-form form button {

    position: absolute;

    top: 0;

    right: 0;

    width: 40px;

    height: 50px;

    text-align: center;

}

.contact-info-area .single-box .newsletter-form p {

    margin: 18px 0 0;

}







/*** 

=============================================

    Choosing area style

=============================================

***/

.choosing-area {

    background: #f9f9f9;

    padding-bottom: 22px;

    padding-top: 80px;

}

.choosing-area .sec-title {

    padding-bottom: 50px;

}

.choosing-area .single-item {

    margin-bottom: 50px;

    padding-left: 70px;

    position: relative;

}

.choosing-area .single-item .icon-holder {

    position: absolute;

    top: 0;

    left: 0;

}

.choosing-area .single-item .icon-holder span::before {

    background: #ffffff;

    border: 2px solid #f6f6f6;

    height: 70px;

    width: 70px;

    display: block;

    text-align: center;

    display: block;

    padding: 20px 0;

    color: #010101;

    font-size: 30px;

    transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -webkit-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

}

.choosing-area .single-item .content {

    padding-left: 30px
}

.choosing-area .single-item .content h3 {

    color: #010101;

    font-size: 20px;

    font-weight: 700;

    margin: 0 0 12px;

}

.choosing-area .single-item .content p {

    margin: 0 0 12px;

}

.choosing-area .single-item .content a {

    color: #010101;

    font-size: 16px;

    font-weight: 700;

    text-transform: uppercase;

    font-family: 'Nunito', sans-serif;

}

.choosing-area .single-item .content a i {

    display: inline-block;

    padding-left: 5px;

}

.choosing-area .single-item:hover .icon-holder span::before {

    background: #e2010f;

    color: #fff;

    border: 2px solid #e2010f;

}







/*** 

=============================================

    Testimonial Section style

=============================================

***/

.testimonial-page {

    background: #ffffff;

    padding-top: 80px;

    padding-bottom: 50px;

}

.testimonial-page .single-testimonial-item {}







/*** 

=============================================

    Team page area style

=============================================

***/

.team-page-area {

    padding-top: 80px;

    padding-bottom: 40px;

}

.team-page-area .single-team-member {

    display: block;

    padding-bottom: 40px;

}







/*** 

=============================================

   Faq Content Area style

=============================================

***/

.faq-content-area {

    padding-bottom: 50px;

    padding-top: 80px;

}

.faq-content-area .faq-content {

    display: block;

}

.faq-content-area .faq-content .single-item {

    background: #ffffff none repeat scroll 0 0;

    border: 1px solid #f4f4f4;

    display: block;

    padding: 31px 28px 27px;

    margin-bottom: 30px;

    transition: all 500ms ease;

}

.faq-content-area .faq-content .single-item:hover {

    border: 1px solid #e2010f;

}

.faq-content-area .faq-content .single-item .title {

    border-bottom: 1px solid #f4f4f4;

    margin: 0 0 19px;

    position: relative;

    z-index: 1;

    padding: 0 0 20px;

    transition: all 500ms ease;

}

.faq-content-area .faq-content .single-item:hover .title {

    border-color: #e2010f;

}

.faq-content-area .faq-content .single-item .title::before {

    background: rgba(0, 0, 0, 0) url("../images/icon/q.png") repeat scroll 0 0;

    content: "";

    height: 42px;

    left: 0;

    opacity: 1;

    position: absolute;

    top: -10px;

    width: 34px;

    z-index: -1;

}

.faq-content-area .faq-content .single-item .title h3 {

    color: #010101;

    font-size: 20px;

    font-weight: 700;

    z-index: 5;

}

.faq-content-area .faq-content .single-item .text {}

.faq-content-area .faq-content .single-item .text p {

    margin: 0;

}







/*** 

=============================================

    Pricing Plan Area style

=============================================

***/

.pricing-plan-area {

    padding-top: 75px;

    padding-bottom: 40px;

}

.pricing-plan-area .sec-title {

    max-width: 800px;

    margin: 0 auto;

    padding-bottom: 42px;

}

.pricing-plan-area .sec-title p {

    margin: 22px 0 0;

}



.pricing-plan-area .single-price-box {

    background: #f9f9f9;

    display: block;

    margin-bottom: 40px;

    position: relative;

    transition: all 500ms ease;

    z-index: 1;

}

.pricing-plan-area .single-price-box.hvr-float-shadow:before {

    background: none;

}

.pricing-plan-area .single-price-box .table-header {}

.pricing-plan-area .single-price-box .table-header .top {

    background: #e2010f;

    transition: all 500ms ease;

    transition-delay: 0.10s;

    padding-bottom: 25px;

    padding-top: 25px;

}

.pricing-plan-area .single-price-box .table-header .top h3 {

    background: #2f4297;

    color: #ffffff;

    font-size: 20px;

    font-weight: 700;

    border: 1px solid #394a94;

    text-transform: capitalize;

    display: block;

    width: 155px;

    height: 40px;

    border-radius: 30px;

    line-height: 40px;

    margin: 0 auto;

    transition: all 500ms ease;

    transition-delay: 0.10s;

}



.pricing-plan-area .single-price-box .table-header .package {

    display: block;

    padding: 20px 0 2px;

}

.pricing-plan-area .single-price-box .table-header .package h1 {

    color: #010101;

    font-size: 72px;

    line-height: 72px;

    font-weight: 400;

    position: relative;

    transition: all 500ms ease;

}

.pricing-plan-area .single-price-box .table-header .package h1 span {

    font-size: 20px;

    font-weight: 400;

    display: inline-block;

    line-height: 20px;

    padding-left: 3px;

    position: relative;

    top: -2px;

}

.pricing-plan-area .single-price-box .table-header .package h1 b {

    font-size: 24px;

    font-weight: 400;

    display: inline-block;

    padding-right: 3px;

    position: relative;

    top: -3px;

}



.pricing-plan-area .single-price-box .price-list {

    display: block;

    background: #ffffff;

    padding: 19px 0px 25px;

    border-left: 1px solid #f7f7f7;

    border-right: 1px solid #f7f7f7;

}

.pricing-plan-area .single-price-box .price-list ul {

    text-align: center;

}

.pricing-plan-area .single-price-box .price-list ul li {

    color: #848484;

    font-size: 16px;

    font-weight: 300;

    font-family: 'Open Sans', sans-serif;

    padding-bottom: 13px;

    margin-bottom: 12px;

    border-bottom: 1px solid #f4f4f4;

    transition: all 500ms ease;

    position: relative;

}

.pricing-plan-area .single-price-box .price-list ul li:last-child {

    margin-bottom: 0;

}

.pricing-plan-area .single-price-box .table-footer {

    background: #ffffff;

    border-left: 1px solid #f7f7f7;

    border-right: 1px solid #f7f7f7;

    border-bottom: 1px solid #f7f7f7;

    padding-bottom: 25px;

}

.pricing-plan-area .single-price-box .table-footer a {

    width: 160px;

    margin: 0 auto;

    padding: 10px 0px 8px;

    color: #010101;

    background: #f7f7f7;

    display: block;

    transition: all 500ms ease;

}

.pricing-plan-area .single-price-box .table-footer a:hover {

    background: #e2010f;

    color: #fff;

}







/*** 

=============================================

    Not found area style

=============================================

***/

.not-found-area {

    background: #ffffff none repeat scroll 0 0;

    border-top: 1px solid #f4f4f4;

    padding-bottom: 100px;

    padding-top: 74px;

}

.not-found-content h1 {

    color: #010101;

    font-size: 150px;

    font-weight: 700;

    margin: 0 0 7px;

    text-shadow: 1px 4px 5px #999999;

}

.not-found-content h3 {

    color: #222;

    font-size: 20px;

    line-height: 26px font-weight: 400;

    margin: 0 0 20px;

    font-family: 'Open Sans', sans-serif;

    text-transform: uppercase;

}

.not-found-content p {

    color: #e2010f;

    font-weight: 400;

    font-size: 18px;

    margin: 0 0 42px;

}



.not-found-content .search-form {

    width: 432px;

    position: relative;

    margin: 0 auto;

}

.not-found-content .search-form input[type="text"] {

    background: #fff;

    border: 1px solid #f1f1f1;

    color: #9a9a9a;

    display: inline-block;

    font-size: 16px;

    font-weight: 300;

    height: 55px;

    letter-spacing: 1px;

    padding-left: 20px;

    padding-right: 60px;

    position: relative;

    -webkit-transition: all 500ms ease 0s;

    transition: all 500ms ease 0s;

    width: 432px;

}

.not-found-content .search-form button {

    background: #e2010f none repeat scroll 0 0;

    border: medium none;

    color: #fff;

    display: inline-block;

    height: 55px;

    padding: 11px 0;

    position: absolute;

    right: 0;

    text-align: center;

    top: 0;

    -webkit-transition: all 500ms ease 0s;

    transition: all 500ms ease 0s;

    width: 55px;

}

.not-found-content .search-form button i {

    font-size: 14px
}

.not-found-content .search-form input[type="text"]:focus {

    border: 1px solid #142573;

    background: #fff;

    color: #000;

}

.not-found-content .search-form input[type="text"]:focus+button,

.not-found-content .search-form button:hover {

    background: #142573 none repeat scroll 0 0;

    color: #fff;

}







/*** 

=============================================

    Service area service page style

=============================================

***/

.service-area.service-page {}

.service-area.service-page .single-service-item .img-holder {

    position: relative;

    overflow: hidden;

}

.service-area.service-page .single-service-item .img-holder img {

    transform: scale(1.1, 1.1);

    transition: all 0.5s ease 0s;

    width: 100%;

}

.service-area.service-page .single-service-item:hover .img-holder img {

    transform: scale(1, 1);

}

.service-area.service-page .single-service-item:hover .img-holder .overlay-style-one {

    opacity: 1;

    -webkit-transform: perspective(400px) rotateX(0deg);

    -moz-transform: perspective(400px) rotateX(0deg);

    -ms-transform: perspective(400px) rotateX(0deg);

    -o-transform: perspective(400px) rotateX(0deg);

    transform: perspective(400px) rotateX(0deg);

}

.service-area.service-page .single-service-item .img-holder .overlay-style-one a i {

    border: 1px solid #ffffff;

    display: inline-block;

    width: 40px;

    height: 40px;

    font-size: 18px;

    line-height: 40px;

    transition: all 500ms ease;

}

.service-area.service-page .single-service-item .img-holder .overlay-style-one a:hover i {

    background: #ffffff;

    color: #e2010f;

}

.service-area.service-page .single-service-item .text-holder {

    padding-top: 27px;

}

.service-area.service-page .single-service-item .text-holder a h3 {

    margin: 0 0 9px;

}

.service-area.service-page .single-service-item .text-holder a:hover h3 {

    color: #e2010f;

}







/*** 

=============================================

   Service Single Area style

=============================================

***/

#service-single-area {

    padding-bottom: 80px;

    padding-top: 80px;

}

#service-single-area .service-single-sidebar .single-sidebar {

    padding-bottom: 50px;

}

#service-single-area .service-single-sidebar .single-sidebar .title {

    padding-bottom: 30px;

}

#service-single-area .service-single-sidebar .single-sidebar .title h3 {

    color: #010101;

    font-size: 24px;

    font-weight: 700;

}



#service-single-area .service-single-sidebar .service-lists {

    display: block;

    padding: 0 20px;

    border: 1px solid #f4f4f4;

}

#service-single-area .service-single-sidebar .service-lists li {

    position: relative;

}

#service-single-area .service-single-sidebar .service-lists li a {

    background: #ffffff none repeat scroll 0 0;

    display: block;

    color: #848484;

    font-size: 16px;

    font-weight: 400;

    text-transform: none;

    position: relative;

    border-bottom: 1px solid #f4f4f4;

    transition: all 500ms ease;

    transition-delay: 0.10s;

    padding: 14px 20px 13px;

}

#service-single-area .service-single-sidebar .service-lists li:last-child a {

    border-bottom: none;

}

#service-single-area .service-single-sidebar .service-lists li a::before {

    content: "\f0da";

    font-family: FontAwesome;

    color: #848484;

    height: 10px;

    left: 0;

    position: absolute;

    top: 14px;

    width: 10px;

    z-index: 1;

    transition: all 500ms ease;

    transition-delay: 0.5s;

}

#service-single-area .service-single-sidebar .service-lists li a:hover,

#service-single-area .service-single-sidebar .service-lists li.active a {

    color: #e2010f;

}

#service-single-area .service-single-sidebar .service-lists li a:hover::before,

#service-single-area .service-single-sidebar .service-lists li.active a::before {

    color: #e2010f;

}



#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link {

    overflow: hidden;

}

#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link li {

    margin-bottom: 10px;

}

#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link li:last-child {

    margin-bottom: 0;

}

#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link li a {

    background: #f7f7f7;

    font-size: 18px;

    display: block;

    padding: 15px 20px 14px;

    transition: all 500ms ease;

}

#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link li a:hover {

    background: #e2010f;

}

#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link li a .icon-holder {

    width: 35px;

}

#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link li a .icon-holder span:before {

    color: #848484;

    font-size: 25px;

    line-height: 25px;

    transition: all 500ms ease;

}

#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link li a:hover .icon-holder span:before {

    color: #ffffff;

}

#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link li a .icon-holder,

#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link li a .title-holder {

    display: table-cell;

    vertical-align: middle;

}

#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link li a .title-holder h5 {

    font-size: 16px;

    color: #010101;

    font-weight: 600;

    margin: 0;

    transition: all 500ms ease;

}

#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link li a:hover .title-holder h5 {

    color: #ffffff;

}

#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link li a .title-holder span {

    color: #848484;

    font-size: 14px;

    transition: all 500ms ease;

}

#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link li a:hover .title-holder span {

    color: #ffffff;

}



#service-single-area .service-single-sidebar .single-sidebar .sidebar-testimonial {}

#service-single-area .service-single-sidebar .single-sidebar .sidebar-testimonial .text-box {

    background: #ffffff;

    border: 2px solid #f4f4f4;

    display: block;

    padding: 23px 15px 22px;

    margin-bottom: 30px;

    position: relative;

    z-index: 1;

}

#service-single-area .service-single-sidebar .single-sidebar .sidebar-testimonial .text-box p {

    margin: 0;

    line-height: 28px;

    color: #848484;

}

#service-single-area .service-single-sidebar .single-sidebar .sidebar-testimonial .client-info {}

#service-single-area .service-single-sidebar .single-sidebar .sidebar-testimonial .client-info .img-box {

    width: 70px;

}

#service-single-area .service-single-sidebar .single-sidebar .sidebar-testimonial .client-info .img-box,

#service-single-area .service-single-sidebar .single-sidebar .sidebar-testimonial .client-info .title-box {

    display: table-cell;

    vertical-align: middle;

}

#service-single-area .service-single-sidebar .single-sidebar .sidebar-testimonial .client-info .title-box {

    padding-left: 15px;

}

#service-single-area .service-single-sidebar .single-sidebar .sidebar-testimonial .client-info .title-box h4 {

    color: #1c1c1c;

    font-size: 18px;

    font-weight: 700;

    margin: 0 0 5px;

}

#service-single-area .service-single-sidebar .single-sidebar .sidebar-testimonial .client-info .title-box span {

    color: #949494;

    font-size: 14px;

    font-weight: 400;

}









#service-single-area .service-single-content {
    font-size: 17px;
}

#service-single-area .service-single-content .sec-title {

    padding-bottom: 5px;

}

#service-single-area .service-single-content .sec-title h1 {

    font-size: 30px;

}

#service-single-area .service-single-content .top-content {

    overflow: hidden;

    margin-bottom: 60px;

}

#service-single-area .service-single-content .top-content .img-holder {

    margin-right: 0;

}

#service-single-area .service-single-content .top-content .img-holder img {}

#service-single-area .service-single-content .top-content .text-holder {

    margin-bottom: 20px;

}

#service-single-area .service-single-content .top-content .text-holder span {

    color: #010101;

    font-weight: 400;

    font-style: italic;

    font-size: 20px;

}

#service-single-area .service-single-content .top-content .text-holder p.top {

    margin: 15px 0 15px;

}



#service-single-area .service-single-content .top-content .img-box {

    overflow: hidden;

}

#service-single-area .service-single-content .top-content .img-box .single-img-box {

    margin-bottom: 30px;

}



#service-single-area .service-single-content .border {

    height: 1px;

    background: #f4f4f4;

}



#service-single-area .service-single-content .middle-content {

    margin-top: 60px;

}

#service-single-area .service-single-content .middle-content .sec-title {

    padding-left: 15px;

}

#service-single-area .service-single-content .middle-content .text-holder {

    overflow: hidden;

}

#service-single-area .service-single-content .middle-content .text-holder ul {

    overflow: hidden;

    margin: 15px 0 0;

}

#service-single-area .service-single-content .middle-content .text-holder ul li {

    line-height: 32px;

}

#service-single-area .service-single-content .middle-content .text-holder ul li i {

    display: inline-block;

    color: #e2010f;

    padding-right: 7px;

}





#service-single-area .service-single-content .middle-content .video-holder {

    display: block;

    overflow: hidden;

    position: relative;

}

#service-single-area .service-single-content .middle-content .video-holder img {

    transform: scale(1);

    transition: all 0.5s ease 0s;

    width: 100%;

}

#service-single-area .service-single-content .middle-content .video-holder .overlay-gallery {

    background-color: transparent;

    bottom: 0;

    height: 100%;

    left: 0;

    position: absolute;

    right: 0;

    top: 0;

    width: 100%;

    transition: all 500ms ease;

}

#service-single-area .service-single-content .middle-content .video-holder .overlay-gallery .icon-holder {

    display: table;

    height: 100%;

    width: 100%;

}

#service-single-area .service-single-content .middle-content .video-holder .overlay-gallery .icon-holder .icon {

    display: table-cell;

    vertical-align: middle;

    text-align: center;

}

#service-single-area .service-single-content .middle-content .video-holder .overlay-gallery .icon-holder .icon a img {

    width: auto;

    transform: scale(1);

    transition: all 0.5s ease 0s;

}

#service-single-area .service-single-content .middle-content .video-holder:hover .overlay-gallery {

    background-color: rgba(35, 53, 136, 0.70);

}

#service-single-area .service-single-content .middle-content .video-holder:hover img {

    transform: scale(1.1);

}

#service-single-area .service-single-content .middle-content .video-holder .overlay-gallery .icon-holder .icon a:hover img {

    transform: scale(1.1);

}

#service-single-area .service-single-content .bottom-content {

    margin-top: 70px;

}





#service-single-area .service-single-content .bottom-content .accordion-box {

    border: 1px solid #f4f4f4;

    display: block;

    padding: 20px 20px 0px;

    border-radius: 30px;

}





#service-single-area .service-single-content .plans-content {

    overflow: hidden;

    padding-top: 60px;

}

#service-single-area .service-single-content .plans-content .single-box {

    border: 1px solid #f4f4f4;

    display: block;

    padding: 0 0 29px;

    text-align: center;

}

#service-single-area .service-single-content .plans-content .single-box .title {

    display: block;

    border-bottom: 1px solid #f4f4f4;

}

#service-single-area .service-single-content .plans-content .single-box .title h3 {

    display: block;

    padding: 16px 0 14px;

}



#service-single-area .service-single-content .plans-content .single-box .content {

    overflow: hidden;

    padding-top: 20px;

}

#service-single-area .service-single-content .plans-content .single-box .content h1 {

    color: #252525;

    font-size: 56px;

    font-weight: 400;

    position: relative;

    margin: 0 0 5px;

}

#service-single-area .service-single-content .plans-content .single-box .content h1 span {

    font-size: 20px;

    position: relative;

    top: -23px;

    left: -1px;

}

#service-single-area .service-single-content .plans-content .single-box .content h1 b {

    font-size: 20px;

    position: relative;

    top: -2px;

    right: -2px;

}

#service-single-area .service-single-content .plans-content .single-box .content span {

    font-weight: 400;

    font-size: 14px;

}

#service-single-area .service-single-content .plans-content .single-box .button {

    margin-top: 22px;

}

#service-single-area .service-single-content .plans-content .single-box .button a {

    border: 1px solid #f4f4f4;

    color: #e2010f;

    font-weight: 700;

    height: 45px;

    width: 130px;

    margin: 0 auto;

    padding: 10px 0;

    transition: all 500ms ease;

}

#service-single-area .service-single-content .plans-content .single-box .button a:hover {

    background: #e2010f;

    color: #ffffff;

    border-color: #e2010f;

}







/*** 

=============================================

    Project area project page style

=============================================

***/

.project-area.project-page {

    padding: 80px 0;

}

.project-area.project-page .gallery-menu {

    background: #303443;

    margin-bottom: 50px;

}

.project-area.project-page .gallery-menu .project-filter {

    margin-bottom: 0;

    padding: 20px 0;

}

.project-area.project-page .load-more-button {

    margin-top: 50px;

}

.project-area.project-page .load-more-button a {

    display: block;

    color: #010101;

    font-size: 16px;

    font-weight: 700;

    text-transform: uppercase;

    font-family: 'Nunito', sans-serif;

    width: 230px;

    height: 50px;

    text-align: center;

    margin: 0 auto;

    border: 1px solid #f4f4f4;

    border-radius: 30px;

    line-height: 48px;

    transition: all 500ms ease;

}

.project-area.project-page .load-more-button a:hover {

    background: #e2010f;

    border-color: #e2010f;

    color: #ffffff;

}







/*** 

=============================================

    Project Single Area style

=============================================

***/

#project-single-area {

    padding-top: 80px;

    padding-bottom: 80px;

}

#project-single-area .owl-theme .owl-nav {

    margin-top: 0px;

}

#project-single-area .owl-theme .owl-dots {

    text-align: center;

}

#project-single-area .owl-theme .owl-dots .owl-dot {

    display: inline-block;

}

#project-single-area .owl-theme .owl-dots {

    position: absolute;

    top: 90%;

    left: 0;

    right: 0;

}

#project-single-area .owl-dots .owl-dot {

    background-image: none;

    background-color: #fff;

    width: 12px;

    height: 12px;

    margin: 6px;

    padding: 0px;

    border: 2px solid #fff;

    background: none;

    border-radius: 50%;

    -webkit-border-radius: 50%;

    -ms-border-radius: 50%;

    -o-border-radius: 50%;

    -moz-border-radius: 50%;

    transition: all 500ms ease;

}

#project-single-area .owl-dots .owl-dot span {

    display: none;

}

#project-single-area .owl-dots .owl-dot.active {

    border: 2px solid #e2010f;

    background: #e2010f;

}



#project-single-area .project-info {}

#project-single-area .sec-title {

    padding-bottom: 20px;

}

#project-single-area .sec-title h2 {

    color: #404040;

    font-size: 24px;

    line-height: 32px;

    font-weight: 700;

    text-transform: uppercase;

    margin: 0;

}

#project-single-area .project-info .project-info-list {

    overflow: hidden;

    margin-top: 30px;

}

#project-single-area .project-info .project-info-list li {

    border-bottom: 1px solid #f7f7f7;

    display: block;

    overflow: hidden;

    position: relative;

    line-height: 50px;

}

#project-single-area .project-info .project-info-list li .icon-holder {}

#project-single-area .project-info .project-info-list li .icon-holder i {

    font-size: 14px;

    color: #e2010f;

    display: inline-block;

    padding-right: 5px;

}

#project-single-area .project-info .project-info-list li .icon-holder span {

    font-size: 18px;

    color: #010101;

    font-weight: 600;

    font-family: 'Nunito', sans-serif;

}

#project-single-area .project-info .project-info-list li .text-holder p {

    margin: 0;

}





#project-single-area .project-description {

    padding-top: 40px;

    padding-bottom: 30px;

}



#project-single-area .project-manager {

    position: relative;

    background: #f7f7f7;

    display: block;

    padding: 17px 75px 21px;

    border-left: 1px solid #e2010f;

    margin-bottom: 40px;

}

#project-single-area .project-manager:before {

    position: absolute;

    top: 0;

    left: 1px;

    width: 1px;

    height: 80%;

    content: "";

    background: #e2010f;

}

#project-single-area .project-manager:after {

    content: "\f10d";

    font-family: FontAwesome;

    color: #e6e6e6;

    font-size: 25px;

    position: absolute;

    top: 25px;

    left: 40px;

}

#project-single-area .project-manager p {

    color: #848484;

    font-size: 18px;

    line-height: 30px;

    font-style: italic;

}

#project-single-area .project-manager h3 {

    color: #010101;

    font-size: 18px;

    font-weight: 700;

    margin: 10px 0 0;

}

#project-single-area .project-manager h3 span {

    color: #e2010f;

    font-size: 16px;

    font-weight: 300;

    font-family: 'Open Sans', sans-serif;

}





#project-single-area .social-share-box {

    overflow: hidden;

}

#project-single-area .social-share-box h3 {

    color: #010101;

    font-size: 20px;

    font-weight: 700;

    display: inline-block;

    float: left;

    padding-right: 20px;

    margin: 9px 0;

}

#project-single-area .social-share-box .social-links li {

    display: inline-block;

    float: left;

    margin-right: 10px;

}

#project-single-area .social-share-box .social-links li a i {

    background: #f7f7f7;

    width: 40px;

    height: 40px;

    display: block;

    text-align: center;

    color: #848484;

    font-size: 15px;

    border-radius: 50%;

    line-height: 40px;

    transition: all 500ms ease;

}

#project-single-area .social-share-box .social-links li a:hover i {

    background: #e2010f;

    color: #ffffff;

}





#project-single-area .bottom {

    border-bottom: 1px solid #f7f7f7;

    border-top: 1px solid #f7f7f7;

    margin: 50px 0 0;

    overflow: hidden;

    padding-bottom: 20px;

    padding-top: 21px;

}

#project-single-area .bottom .button a {

    color: #1c1c1c;

    font-size: 16px;

    font-weight: 700;

    text-transform: uppercase;

    transition: all 500ms ease;

}

#project-single-area .bottom .button a:hover {

    color: #e2010f;

}

#project-single-area .bottom .button a i {

    display: inline-block;

    font-size: 18px;

    padding-right: 10px;

    position: relative;

    top: 1px;

}

#project-single-area .bottom .button.next a i {

    padding-right: 0px;

    padding-left: 10px;

}

#project-single-area .bottom .icon-holder a i {

    color: #1c1c1c;

    font-size: 24px;

    position: relative;

    top: 4px;

    transition: all 500ms ease 0s;

}

#project-single-area .bottom .icon-holder a:hover i {

    color: #e2010f;

}







/*** 

=============================================

    Contact map Area style

=============================================

***/

.contact-map-area {

    position: relative;

}

#contact-google-map {

    height: 480px;

    width: 100%;

}







/*** 

=============================================

    Get Touch Area style

=============================================

***/

.get-touch-area {

    padding-top: 80px;

    padding-bottom: 80px;

}

.get-touch-area .single-item {

    border: 1px solid #f4f4f4;

    display: block;

    padding: 39px 20px 32px;

}

.get-touch-area .single-item .icon-holder {

    padding-bottom: 25px;

}

.get-touch-area .single-item .icon-holder span:before {

    color: #e2010f;

    font-size: 50px;

    line-height: 50px;

}

.get-touch-area .single-item .text-holder {}

.get-touch-area .single-item .text-holder h3 {

    color: #010101;

    font-size: 20px;

    font-weight: 400;

    line-height: 18px;

}

.get-touch-area .single-item .text-holder .border {

    height: 1px;

    width: 60px;

    background: #f4f4f4;

    display: inline-block;

}

.get-touch-area .single-item .text-holder p {

    margin: 15px 0 0;

}

.get-touch-area .single-item .text-holder p a {

    color: #ff5353;

}







/*** 

=============================================

    Contact Form area style

=============================================

***/

.contact-form-area {

    padding-bottom: 80px;

}

.contact-form-area .sec-title {

    padding-bottom: 40px;

}

.contact-form-area .sec-title h1 {

    font-size: 30px;

}

.contact-form-area .inner-content {

    overflow: hidden;

    display: block;

}

.contact-form-area .contact-form form input[type="text"],

.contact-form-area .contact-form form input[type="email"],

.contact-form-area .contact-form form textarea {

    background: #ffffff;

    border: 1px solid #f4f4f4;

    color: #999999;

    display: block;

    font-size: 16px;

    height: 55px;

    margin-bottom: 25px;

    padding: 0 20px;

    width: 100%;

    transition: all 500ms ease;

}

.contact-form-area .contact-form form textarea {

    height: 110px;

    margin-bottom: 31px;

    padding: 10px 20px;

}

.contact-form-area .contact-form form input[type="text"]:focus {

    border-color: #e2010f;

}

.contact-form-area .contact-form form input[type="email"]:focus {

    border-color: #e2010f;

}

.contact-form-area .contact-form form textarea:focus {

    border-color: #e2010f;

}

.contact-form-area .contact-form form button {

    background: #e2010f;

    width: 180px;

    padding: 13px 0 12px;

    border-color: #e2010f;

}

.contact-form-area .contact-form form button:hover {

    background: #0c1c67;

    color: #ffffff;

}



.contact-form-right .working-hours {

    overflow: hidden;

    display: block;

    margin-top: -14px;

}

.contact-form-right .working-hours li {

    line-height: 42px;

    color: #848484;

    font-size: 16px;

    font-weight: 300;

}

.contact-form-right .working-hours li:last-child {}

.contact-form-right .working-hours li span {

    float: right;

}

.contact-form-right .working-hours li span.closed {

    color: #e2010f;

    font-size: 15px;

    font-weight: 400;

}







/*** 

=============================================

    Blog Grid Area style

=============================================

***/

.blog-grid-area {

    padding-top: 80px;

    padding-bottom: 80px;

}

.blog-grid-area .blog-post {}

.blog-grid-area .blog-post .single-blog-item {

    margin-bottom: 30px;

}

.blog-grid-area .blog-post .post-pagination {

    border-top: 1px solid #f4f4f4;

    padding-top: 50px;

    margin-top: 10px;

}



.sidebar-wrapper {

    position: relative;

    display: block;

    overflow: hidden;

}

.sidebar-wrapper .single-sidebar {

    overflow: hidden;

    margin-bottom: 50px;

    position: relative;

}

.sidebar-wrapper .single-sidebar .sec-title {

    overflow: hidden;

    padding-bottom: 25px;

    margin-top: -6px;

}

.sidebar-wrapper .single-sidebar .sec-title h3 {

    color: #010101;

    font-size: 22px;

    font-weight: 600;

    text-transform: capitalize;

    font-family: 'Nunito', sans-serif;

}



.sidebar-wrapper .single-sidebar form.search-form {

    position: relative
}

.sidebar-wrapper .single-sidebar .search-form input[type="text"] {

    background: #fff;

    border: 1px solid #f7f7f7;

    color: #ababab;

    display: block;

    font-size: 14px;

    font-weight: 500;

    height: 50px;

    letter-spacing: 1px;

    padding-left: 15px;

    padding-right: 55px;

    position: relative;

    -webkit-transition: all 500ms ease 0s;

    transition: all 500ms ease 0s;

    width: 100%;

}

.sidebar-wrapper .single-sidebar .search-form button {

    background: #f7f7f7 none repeat scroll 0 0;

    color: #333333;

    display: block;

    height: 50px;

    padding: 12px 0;

    position: absolute;

    right: 0;

    text-align: center;

    top: 0;

    -webkit-transition: all 500ms ease 0s;

    transition: all 500ms ease 0s;

    width: 50px;

}

.sidebar-wrapper .single-sidebar .search-form button i {

    font-size: 14px
}

.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus {

    border: 1px solid #e2010f;

    background: #fff;

    color: #000;

}

.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus+button,

.sidebar-wrapper .single-sidebar .search-form button:hover {

    background: #e2010f none repeat scroll 0 0;

    color: #ddd;

}



.single-sidebar .categories {

    background: #ffffff;

    display: block;

}

.single-sidebar .categories li {

    border-bottom: 1px solid #f4f4f4;

    margin-bottom: 12px;

    padding-bottom: 9px;

}

.single-sidebar .categories li:last-child {

    margin-bottom: 0;

}

.single-sidebar .categories li a {

    position: relative;

    padding-left: 25px;

    color: #848484;

    transition: all 500ms ease;

    font-size: 16px;

    font-weight: 300;

    font-family: 'Open Sans', sans-serif;

    position: relative;

}

.single-sidebar .categories li a:before {

    content: "\f114";

    font-family: FontAwesome;

    font-style: normal;

    font-weight: normal;

    text-decoration: inherit;

    color: #999999;

    font-size: 16px;

    position: absolute;

    top: -2px;

    left: 0;

    transition: all 500ms ease;

}

.single-sidebar .categories li a:hover:before {

    color: #e2010f;

}

.single-sidebar .categories li a:hover {

    color: #e2010f;

}



.single-sidebar .popular-post {}

.single-sidebar .popular-post li {

    margin-bottom: 25px;

    padding-bottom: 25px;

    padding-left: 75px;

    position: relative;

    border-bottom: 1px solid #f4f4f4;

}

.single-sidebar .popular-post li:last-child {

    margin-bottom: 0;

    padding-bottom: 0;

    border-bottom: none;

}

.single-sidebar .popular-post li .img-holder {

    display: block;

    left: 0;

    overflow: hidden;

    position: absolute;

    top: 0px;

    width: 75px;

    height: 75px;

    border-radius: 0%;

}

.single-sidebar .popular-post li .img-holder img {

    -webkit-transition: all 0.7s ease;

    transition: all 0.7s ease;

    width: auto;

}

.single-sidebar .popular-post li .img-holder .overlay-style-one .box .content a i {

    color: #fff;

    font-size: 16px;

    transition: all 500ms ease;

}

.single-sidebar .popular-post li:hover .img-holder .overlay-style-one {

    opacity: 1;

    -webkit-transform: perspective(400px) rotateX(0deg);

    -moz-transform: perspective(400px) rotateX(0deg);

    -ms-transform: perspective(400px) rotateX(0deg);

    -o-transform: perspective(400px) rotateX(0deg);

    transform: perspective(400px) rotateX(0deg);

}

.single-sidebar .popular-post li:hover .img-holder img {

    transform: scale(1.1);

}

.single-sidebar .popular-post li .img-holder .overlay-style-one .box .content a:hover i {

    color: #ddd;

}



.single-sidebar .popular-post li .title-holder {

    padding-left: 20px;

}

.single-sidebar .popular-post li .title-holder a .post-title {

    color: #010101;

    font-size: 16px;

    line-height: 24px;

    position: relative;

    font-weight: 700;

    margin: 0 0 7px;

    font-family: 'Nunito', sans-serif;

    transition: all 500ms ease;

}

.single-sidebar .popular-post li .title-holder a:hover .post-title {

    color: #e2010f;

}

.single-sidebar .popular-post li .title-holder .post-date {

    color: #e2010f;

    display: block;

    transition: all 500ms ease;

    font-weight: 400;

    font-size: 14px;

    font-family: 'Open Sans', sans-serif;

}



.single-sidebar .popular-tag {

    margin-left: -3px;

    margin-right: -3px;

    margin-top: -5px;

}

.single-sidebar .popular-tag li {

    display: inline-block;

    margin: 0 3px 10px;

}

.single-sidebar .popular-tag li a {

    border: 1px solid #f4f4f4;

    color: #848484;

    display: block;

    font-size: 16px;

    font-weight: 300;

    padding: 4px 12px 4px;

    font-family: 'Open Sans', sans-serif;

    transition: all 500ms ease 0s;

}

.single-sidebar .popular-tag li a:hover {

    background: #e2010f;

    border-color: #e2010f;

    color: #fff;

}







/*** 

=============================================

    Blog Large Area style

=============================================

***/

.blog-large-area {

    padding-top: 80px;

    padding-bottom: 80px;

}

.blog-large-area .blog-post {}

.blog-large-area .single-blog-item {

    margin-bottom: 50px;

}

.blog-large-area .single-blog-item .img-holder .overlay-style-one .box .content a i {

    width: 45px;

    height: 45px;

    border: 2px solid #ffffff;

    background: #000;

    font-size: 15px;

    line-height: 42px;

    transition: all 500ms ease;

}

.blog-large-area .single-blog-item .img-holder .overlay-style-one .box .content a:hover i {

    background: #e2010f;

    color: #ffffff;

}

.blog-large-area .single-blog-item .text-holder {}

.blog-large-area .single-blog-item .text-holder .blog-title {

    font-size: 24px;

    padding: 4px 0 0px;

    line-height: 30px;

}

.blog-large-area .single-blog-item .text-holder .meta-info {

    margin-top: 23px;

}

.blog-large-area .blog-post .post-pagination {}

.blog-large-area .sidebar-wrapper {}







/*** 

=============================================

    Blog Single Area style

=============================================

***/

.blog-single-area {

    padding-top: 80px;

    padding-bottom: 80px;

}

.blog-single-area .single-blog-item {

    margin-bottom: 33px;

}

.blog-single-area .sec-title h3 {

    font-size: 30px;

    color: #010101;

    font-family: 'Nunito', sans-serif;

    margin: 0 0 17px;

    line-height: 34px;

}

.blog-single-area .single-blog-item .text-holder {

    margin-top: 10px;

}



.blog-single-area .single-blog-item .img-holder img {

    transform: none;

}

.blog-single-area .single-blog-item .text-holder .blog-title {

    font-size: 24px;

    padding: 15px 0 15px;

}

.blog-single-area .single-blog-item .text-holder .blog-title:hover {

    color: #404040;

}

.blog-single-area .single-blog-item .text-holder .meta-info {

    overflow: hidden;

    padding-top: 0px;

    text-align: center;

    border-top: none;

    margin-top: 0;

    border-bottom: 1px solid #f4f4f4;

    padding-bottom: 15px;

}

.blog-single-area .single-blog-item .text-holder .text {

    margin-top: 25px;

}

.blog-single-area .single-blog-item .text-holder .text .mar-btm {

    margin-bottom: 10px;

}



.blog-single-area .project-manager {

    border-left: 3px solid #e2010f;

    padding-left: 30px;

    padding-top: 20px;

    padding-bottom: 20px;

    margin: 35px 0 40px;

}

.blog-single-area .project-manager p {

    margin: 0;

}

.blog-single-area .project-manager h3 {

    color: #010101;

    font-size: 20px;

    font-weight: 700;

    margin: 20px 0 0;

}

.blog-single-area .project-manager h3 span {

    color: #848484;

    font-weight: 300;

    font-style: italic;

}



.blog-single-area .middle-content-box {

    margin: 0px 0 33px;

    overflow: hidden;

}

.blog-single-area .middle-content-box .img-holder {

    width: 340px;

}

.blog-single-area .middle-content-box .img-holder,

.blog-single-area .middle-content-box .text-holder {

    display: table-cell;

    vertical-align: top;

}

.blog-single-area .middle-content-box .text-holder {

    padding-left: 30px;

    position: relative;

}

.blog-single-area .middle-content-box .text-holder h2 {

    color: #222;

    font-size: 24px;

    font-weight: 700;

    margin: 0px 0 10px;

}

.blog-single-area .middle-content-box .text-holder ul {

    margin-top: 20px;

}

.blog-single-area .middle-content-box .text-holder ul li {

    line-height: 36px;

}

.blog-single-area .middle-content-box .text-holder ul li i {

    display: inline-block;

    padding-right: 7px;

}



.blog-single-area .tag-social-share-box {

    overflow: hidden;

    padding-bottom: 0px;

    padding-top: 6px;

}

.blog-single-area .tag-social-share-box .tag p {

    color: #e2010f;

    font-size: 16px;

    margin: 0;

}

.blog-single-area .tag-social-share-box .tag p span {

    color: #010101;

    font-weight: 700;

    text-transform: capitalize;

    font-family: 'Nunito', sans-serif;

}



.blog-single-area .tag-social-share-box .social-share {}

.blog-single-area .tag-social-share-box .social-share h5 {

    color: #010101;

    display: inline-block;

    float: left;

    font-size: 16px;

    font-weight: 400;

    text-transform: capitalize;

    position: relative;

    top: 7px;

}

.blog-single-area .tag-social-share-box .social-share i {

    padding-left: 10px;

    display: inline-block;

}

.blog-single-area .tag-social-share-box .social-share .social-share-links {

    display: inline-block;

    float: left;

    margin-left: -3px;

    margin-right: -3px;

    padding-left: 20px;

    position: relative;

    top: -6px;

}

.blog-single-area .tag-social-share-box .social-share .social-share-links li {

    display: inline-block;

    margin: 0 3px;

}

.blog-single-area .tag-social-share-box .social-share .social-share-links li a i {

    border: 2px solid #f7f7f7;

    border-radius: 50%;

    color: #c1c1c1;

    font-size: 14px;

    height: 40px;

    line-height: 36px;

    padding: 0;

    text-align: center;

    transition: all 500ms ease 0s;

    width: 40px;

    transition: all 500ms ease;

}

.blog-single-area .tag-social-share-box .social-share .social-share-links li a:hover i {

    background: #e2010f;

    border-color: #e2010f;

    color: #fff;

}





.blog-single-area .author-box {

    background: #ffffff none repeat scroll 0 0;

    display: block;

    position: relative;

    margin-top: 60px;

}

.blog-single-area .author-box .img-holder {

    width: 85px;

}

.blog-single-area .author-box .img-holder,

.blog-single-area .author-box .text-holder {

    display: table-cell;

    vertical-align: top;

}

.blog-single-area .author-box .text-holder {

    padding-left: 30px;

}

.blog-single-area .author-box .text-holder h3 {

    color: #010101;

    font-size: 20px;

    font-weight: 700;

    margin: -2px 0 10px;

    text-transform: capitalize;

    font-family: 'Nunito', sans-serif;

}

.blog-single-area .author-box .text-holder p {}

.blog-single-area .author-box .text-holder .social-link {

    margin-left: -6px;

    margin-right: -6px;

    overflow: hidden;

}

.blog-single-area .author-box .text-holder .social-link li {

    display: inline-block;

    margin: 0 6px;

}

.blog-single-area .author-box .text-holder .social-link li a i {

    color: #9a9a9a;

    font-size: 14px;

    transition: all 500ms ease;

}

.blog-single-area .author-box .text-holder .social-link li a:hover i {

    color: #e2010f;

}



.blog-single-area .comment-box {

    overflow: hidden;

    padding-bottom: 50px;

    padding-top: 60px;

}

.blog-single-area .comment-box .single-comment-box {

    padding-left: 100px;

    position: relative;

    margin-bottom: 30px;

    border-bottom: 1px solid #f4f4f4;

    padding-bottom: 30px;

}

.blog-single-area .comment-box .single-comment-box .img-holder {

    left: 0;

    position: absolute;

    top: 0;

}

.blog-single-area .comment-box .single-comment-box .text-holder {

    margin-left: 20px;

    padding: 0px;

}

.blog-single-area .comment-box .single-comment-box .text-holder .top {

    overflow: hidden;

    padding-bottom: 8px;

}

.blog-single-area .comment-box .single-comment-box .text-holder .top .name h5 {

    color: #010101;

    font-size: 20px;

    font-weight: 700;

}

.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box {

    position: relative;

    top: -3px;

    padding-left: 25px;

}

.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box ul {

    margin-left: -0.5px;

    margin-right: -0.5px;

    overflow: hidden;

}

.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box ul li {

    display: inline-block;

    margin: 0 0.5px;

}

.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box ul li i {

    color: #e2010f;

    font-size: 14px;

}

.blog-single-area .comment-box .single-comment-box .text-holder .reply {

    color: #010101;

    font-size: 16px;

    font-weight: 700;

    font-family: 'Nunito', sans-serif;

}



.blog-single-area .add-comment-box {

    overflow: hidden;

}

.blog-single-area .add-comment-box .sec-title {

    padding-bottom: 32px;

}

.blog-single-area .add-comment-box .sec-title h1 {

    font-size: 24px;

}

.blog-single-area .add-comment-box .add-rating-box {

    padding-bottom: 17px;

}

.blog-single-area .add-comment-box .add-rating-box h4 {

    color: #9a9a9a;

    font-size: 16px;

    font-weight: 300;

    margin: 0 0 12px;

}

.blog-single-area .add-comment-box .add-rating-box ul {}

.blog-single-area .add-comment-box .add-rating-box ul li {

    border-right: 1px solid #ebebeb;

    display: inline-block;

    line-height: 20px;

    margin-right: 6px;

    padding-right: 10px;

}

.blog-single-area .add-comment-box .add-rating-box ul li:last-child {

    border-right: none;

    margin-right: 0;

    padding-right: 0;

}

.blog-single-area .add-comment-box .add-rating-box ul li a i {

    color: #d6d6d6;

    font-size: 12px;

}

.blog-single-area .add-comment-box .add-rating-box ul li a:hover i {

    color: #e2010f;

    transition: all 500ms ease;

}



.blog-single-area .add-comment-box #add-comment-form {}

.blog-single-area .add-comment-box #add-comment-form .field-label {

    color: #848484;

    display: block;

    font-size: 16px;

    font-weight: 400;

    padding: 0 0 2px;

}

.blog-single-area .add-comment-box #add-comment-form input[type="text"],

.blog-single-area .add-comment-box #add-comment-form input[type="email"],

.blog-single-area .add-comment-box #add-comment-form textarea {

    background: #f7f7f7 none repeat scroll 0 0;

    border: 1px solid transparent;

    display: block;

    font-size: 16px;

    font-weight: 400;

    height: 50px;

    padding: 0 15px;

    width: 100%;

    margin-bottom: 12px;

    transition: all 500ms ease;

}

.blog-single-area .add-comment-box #add-comment-form textarea {

    height: 100px;

    padding: 10px 15px;

    margin-bottom: 30px;

    transition: all 500ms ease;

}

.blog-single-area .add-comment-box #add-comment-form input[type="text"]:focus {

    border-color: #e2010f;

}

.blog-single-area .add-comment-box #add-comment-form input[type="email"]:focus {

    border-color: #e2010f;

}

.blog-single-area .add-comment-box #add-comment-form textarea:focus {

    border-color: #e2010f;

}

.blog-single-area .add-comment-box #add-comment-form button {

    padding: 11px 40px 9px;

    border: 2px solid #e2010f;

    background: #e2010f;

    color: #ffffff;

}

.blog-single-area .add-comment-box #add-comment-form button:hover {

    background: transparent;

    color: #e2010f;

}









/*** 

=============================================

    Shop Area style

=============================================

***/

.shop-area {

    padding-top: 80px;

    padding-bottom: 80px;

}

.shop-area .sidebar-wrapper .single-sidebar .sec-title {

    padding-bottom: 30px;

}

.shop-area .shop-content {

    overflow: hidden;

}

.shop-area .showing-result-shorting {

    overflow: hidden;

    padding-bottom: 20px;

}

.shop-area .showing-result-shorting .showing {}

.shop-area .showing-result-shorting .shorting {}

.shop-area .showing-result-shorting .showing p {

    color: #848484;

    font-size: 16px;

    font-weight: 400;

    margin: 5px 0;

}

.shop-area .post-pagination {

    margin-top: 20px;

}



.single-sidebar .price-ranger {}

.single-sidebar .price-ranger .ui-widget-content {

    background: #e5e5e5;

    border: none;

    height: 2px;

    position: relative;

}

.single-sidebar .price-ranger .ui-widget-content:before {

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 1px;

    background: #f0f0f0;

    content: "";

}

.single-sidebar .price-ranger .ui-slider-handle {

    background: #e2010f none repeat scroll 0 0;

    border: 2px solid #252525;

    border-radius: 50%;

    height: 10px;

    margin-left: -4px;

    outline: medium none;

    width: 10px;

    cursor: pointer;

}

.single-sidebar .price-ranger .ui-slider-horizontal .ui-slider-handle {

    top: -4px;

}

.single-sidebar .price-ranger .ui-slider .ui-slider-range {

    background: #252525;

}

.single-sidebar .price-ranger #slider-range {

    margin-left: 4px;

    margin-right: 6px;

    margin-top: 0;

}

.single-sidebar .price-ranger .ranger-min-max-block {

    margin-bottom: 0px;

    margin-top: 30px;

    overflow: hidden;

}

.single-sidebar .price-ranger .ranger-min-max-block input {

    display: inline-block;

}

.single-sidebar .price-ranger .ranger-min-max-block input[type="submit"] {

    float: left;

    margin-right: 20px;

    padding: 6px 0px 5px;

    text-align: center;

    width: 80px;

    border: none;

    background: #e2010f;

    color: #fff;

    font-size: 15px;

    font-weight: 700;

    border-radius: 3px;

    transition: all 500ms ease;

}

.single-sidebar .price-ranger .ranger-min-max-block input[type="submit"]:hover {

    background: #e2010f;

}

.single-sidebar .price-ranger .ranger-min-max-block input[type="text"] {

    border: medium none;

    color: #999999;

    font-size: 14px;

    font-weight: 400;

    outline: medium none;

    text-align: right;

    width: 40px;

    margin: 6px 0 0;

}

.single-sidebar .price-ranger .ranger-min-max-block input[type='text'].max {}

.single-sidebar .price-ranger .ranger-min-max-block span {

    color: #999999;

    font-weight: 600;

    font-size: 16px;

}



.sidebar-wrapper .single-sidebar .popular-product {}

.sidebar-wrapper .single-sidebar .popular-product li {

    border-bottom: 1px solid #f7f7f7;

    margin-bottom: 25px;

    overflow: hidden;

    padding-bottom: 25px;

    padding-left: 70px;

    position: relative;

}

.sidebar-wrapper .single-sidebar .popular-product li:last-child {

    margin-bottom: 0px;

}

.sidebar-wrapper .single-sidebar .popular-product li .img-holder {

    display: block;

    overflow: hidden;

    position: absolute;

    width: 70px;

    min-height: 70px;

    top: 0;

    left: 0;

}

.sidebar-wrapper .single-sidebar .popular-product li .img-holder img {

    border: 1px solid #f5f4f3;

    transition: all 0.5s ease 0s;

    width: 100%;

}

.sidebar-wrapper .single-sidebar .popular-product li:hover .img-holder img {}

.sidebar-wrapper .single-sidebar .popular-product li .img-holder .overlay-style-one .box .content a i {

    opacity: 0;

    font-size: 16px;

    color: #fff;

    transition: all 500ms ease;

}

.sidebar-wrapper .single-sidebar .popular-product li .img-holder .overlay-style-one .box .content a:hover i {

    color: #e2010f;

}

.sidebar-wrapper .single-sidebar .popular-product li:hover .img-holder .overlay-style-one .box .content a i {

    opacity: 1;

}

.sidebar-wrapper .single-sidebar .popular-product li:hover .img-holder .overlay-style-one {

    opacity: 1;

    -webkit-transform: perspective(400px) rotateX(0deg);

    -moz-transform: perspective(400px) rotateX(0deg);

    -ms-transform: perspective(400px) rotateX(0deg);

    -o-transform: perspective(400px) rotateX(0deg);

    transform: perspective(400px) rotateX(0deg);

}



.sidebar-wrapper .single-sidebar .popular-product li .title-holder {

    padding-left: 20px;

}

.sidebar-wrapper .single-sidebar .popular-product li .title-holder a h4 {

    color: #404040;

    font-size: 16px;

    font-weight: 600;

    text-transform: capitalize;

    margin: 0 0 10px;

    transition: all 500ms ease;

}

.sidebar-wrapper .single-sidebar .popular-product li .title-holder h5 {

    color: #e2010f;

    font-size: 15px;

    font-weight: 400;

    text-transform: capitalize;

    font-family: 'Open Sans', sans-serif;

}

.sidebar-wrapper .single-sidebar .popular-product li .title-holder .review-box {

    line-height: 14px;

    margin: 10px 0 0;

}

.sidebar-wrapper .single-sidebar .popular-product li .title-holder .review-box li {

    display: inline-block;

    margin: 0 1px;

    position: static;

    padding: 0;

    border: none;

}

.sidebar-wrapper .single-sidebar .popular-product li .title-holder .review-box li i {

    font-size: 12px;

    color: #e2010f;

}

.sidebar-wrapper .single-sidebar .popular-product li .title-holder a:hover h4 {

    color: #e2010f;

}



.sidebar-wrapper .single-sidebar .product-tag {

    margin-left: -3px;

    margin-right: -3px;

    margin-top: -5px;

}

.sidebar-wrapper .single-sidebar .product-tag li {

    display: inline-block;

    margin: 0 3px 10px;

}

.sidebar-wrapper .single-sidebar .product-tag li a {

    border: 1px solid #f4f4f4;

    color: #888888;

    display: block;

    font-size: 14px;

    font-weight: 400;

    padding: 4px 10px 3px;

    font-family: 'Open Sans', sans-serif;

    transition: all 500ms ease 0s;

}

.sidebar-wrapper .single-sidebar .product-tag li a:hover {

    background: #e2010f;

    border-color: #e2010f;

    color: #fff;

}







/*** 

=============================================

    Checkout Area style

=============================================

***/

.checkout-area {

    padding-bottom: 80px;

    padding-top: 80px;

}

.checkout-area .sec-title {

    padding-bottom: 40px;

}

.checkout-area .sec-title h1 {

    color: #222;

    font-size: 24px;

    text-transform: none;

}

.checkout-area .exisitng-customer {

    background: #f7f7f7;

    display: block;

    padding: 20px 28px 21px;

    position: relative;

    margin-bottom: 20px;

}

.checkout-area .exisitng-customer:before {

    position: absolute;

    top: 0;

    left: 0;

    width: 2px;

    height: 100%;

    background: #e2010f;

    content: "";

}

.checkout-area .exisitng-customer h5 {

    color: #010101;

    font-size: 16px;

    font-weight: 400;

}

.checkout-area .exisitng-customer h5 a {

    color: #e2010f;

    display: inline-block;

    padding-left: 15px;

}

.checkout-area .coupon {

    background: #f7f7f7;

    display: block;

    padding: 20px 28px 21px;

    position: relative;

    margin-bottom: 60px;

}

.checkout-area .coupon:before {

    position: absolute;

    top: 0;

    left: 0;

    width: 2px;

    height: 100%;

    background: #e2010f;

    content: "";

}

.checkout-area .coupon h5 {

    color: #010101;

    font-size: 16px;

    font-weight: 400;

}

.checkout-area .coupon h5 a {

    color: #e2010f;

    display: inline-block;

    padding-left: 15px;

}



.checkout-area .form form .field-label {

    color: #010101;

    font-size: 16px;

    font-weight: 400;

    margin: 0 0 3px;

    text-transform: capitalize;

    font-family: 'Open Sans', sans-serif;

}

.checkout-area .form form .field-input input[type="text"] {

    border: 2px solid #f4f4f4;

    color: #999999;

    display: block;

    font-size: 14px;

    height: 48px;

    margin-bottom: 23px;

    padding: 0 15px;

    width: 100%;

    transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -webkit-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

}

.checkout-area .form form .field-input input[type="text"]:focus {

    border: 2px solid #e2010f;

}

.checkout-area .create-acc .checkbox {

    margin: 7px 0 0;

}

.checkout-area .create-acc .checkbox label {

    color: #e2010f;

    font-weight: 400;

    font-size: 16px;

}

.checkout-area .create-acc .checkbox input {

    margin-top: 7px;

}



.checkout-area .shipping-info input[type="checkbox"] {

    cursor: pointer;

    display: inline-block;

    margin: 0 0 0 25px;

    position: relative;

    top: 0px;

    vertical-align: middle;

}

.checkout-area .form form .field-input textarea {

    border: 2px solid #f4f4f4;

    color: #999;

    display: block;

    font-size: 14px;

    height: 119px;

    padding: 10px 15px;

    width: 100%;

    transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -webkit-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

}

.checkout-area .form form .field-input textarea:focus {

    border-color: #e2010f;

}



.checkout-area .bottom {

    padding-top: 60px
}

.checkout-area .table {

    overflow-x: auto;

    position: relative;

    width: 100%;

    margin-bottom: 0;

}

.checkout-area .table .cart-table {

    min-width: auto;

    width: 100%;

}

.checkout-area .table .cart-table .cart-header {

    background: #f7f7f7;

    color: #010101;

    font-size: 16px;

    position: relative;

    text-transform: capitalize;

    width: 100%;

    font-family: 'Nunito', sans-serif;

}

.checkout-area .table .cart-table thead tr th {

    font-weight: 400;

    line-height: 24px;

    min-width: 110px;

    padding: 19px 30px 17px;

}

.checkout-area .table .cart-table thead tr th.product-column {

    padding-left: 30px;

    text-align: left;

}



.checkout-area .table .cart-table tbody tr {

    border-bottom: 1px solid #f7f7f7;

}

.checkout-area .table .cart-table tbody tr td {

    vertical-align: middle
}

.checkout-area .table .cart-table tbody tr td {

    min-width: 110px;

    padding: 25px 20px;

}



.checkout-area .table .cart-table tbody tr .product-column .column-box {

    min-height: 70px;

}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb {

    width: 70px;

    border: 2px solid #f7f7f7;

    padding: 3px;

}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb img {

    display: block;

    max-width: 100%;

}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb,

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title {

    display: table-cell;

    vertical-align: middle;

}

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title {

    padding-left: 15px;

}

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title h3 {

    color: #010101;

    font-size: 16px;

    font-weight: 400;

    text-transform: capitalize;

    font-family: 'Nunito', sans-serif;

}

.checkout-area .table .cart-table tbody tr .qty {

    padding-right: 30px;

    width: 130px;

}

.checkout-area .table .cart-table tbody tr .qty .input-group.bootstrap-touchspin {

    float: right;

    width: 60px;

}

.checkout-area .table .cart-table tbody tr .qty .form-control {

    background-color: #fff;

    background-image: none;

    border: 1px solid #ccc;

    border-radius: 0;

    box-shadow: none;

    color: #252525;

    display: block;

    font-size: 18px;

    font-weight: 400;

    height: 34px;

    padding: 6px 0;

    text-align: center;

}

.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {

    border-radius: 0;

}

.checkout-area .table .cart-table tbody tr .qty .btn-default {

    background-color: #e2010f;

    border-color: #1b2b77;

    color: #fff;

}

.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {

    border-radius: 0;

    margin-top: -2px;

}

.checkout-area .table .cart-table tbody tr td.price {

    color: #e2010f;

    font-size: 18px;

    font-weight: 400;

}



.cart-total {}

.cart-total-table {

    border: 2px solid #f7f7f7
}

.cart-total-table li {

    border-bottom: 1px solid #f7f7f7
}

.cart-total-table li:last-child {

    border-bottom: none
}

.cart-total-table li span.col.col-title {

    border-right: 1px solid #f7f7f7;

    color: #010101;

    display: block;

    float: left;

    font-size: 16px;

    font-weight: 400;

    line-height: 28px;

    padding: 10px 18px;

    position: relative;

    width: 50%;

    font-family: 'Nunito', sans-serif;

}

.cart-total-table li span.col {

    color: #999999;

    display: block;

    float: left;

    font-size: 16px;

    font-weight: 400;

    line-height: 28px;

    padding: 10px 18px;

    position: relative;

    width: 50%;

    font-family: 'Nunito', sans-serif;

}

.cart-total-table li span.col b {

    color: #e2010f;

    font-weight: 300;

    text-decoration: underline;

}



.cart-total .payment-options {

    background: #f7f7f7 none repeat scroll 0 0;

    margin-top: 30px;

    overflow: hidden;

    padding: 23px 20px 30px;

}

.cart-total .payment-options .option-block {

    margin-bottom: 14px
}



.cart-total .payment-options .option-block .checkbox {

    margin: 0 0 5px;

}

.cart-total .payment-options .option-block .checkbox label {

    font-weight: 700;

    min-height: 20px;

    padding-left: 20px;

}

.cart-total .payment-options .option-block .checkbox label input {

    position: relative;

    top: 1px;

}

.cart-total .payment-options .option-block .checkbox label span {

    color: #010101;

    font-size: 16px;

    padding-left: 10px;

    font-weight: 400;

    font-family: 'Poppins', sans-serif;

}

.cart-total .payment-options .option-block .checkbox label span b {

    color: #e2010f;

    display: inline-block;

    font-size: 14px;

    font-weight: 400;

    padding-left: 25px;

    text-decoration: underline;

}

.cart-total .payment-options .option-block .text {

    padding-left: 30px;

}

.cart-total .payment-options .option-block .text p {

    margin: 0;

    line-height: 28px;

}

.placeorder-button button {

    padding: 11px 40px 9px;

    margin-top: 20px;

    background: #e2010f;

    border: 2px solid #e2010f;

    color: #ffffff;

}







/*** 

=============================================

    Login Register Area style

=============================================

***/

.login-register-area {

    padding-bottom: 80px;

    padding-top: 80px;

}

.login-register-area .form .sec-title {

    padding-bottom: 40px;

}

.login-register-area .form .sec-title h1 {

    font-size: 24px;

    text-transform: none;

    margin: 0;

}

.login-register-area .form .input-field {

    position: relative;

}

.login-register-area .form .input-field input[type="text"] {

    border: 2px solid #f4f4f4;

    color: #777;

    font-size: 15px;

    height: 50px;

    margin-bottom: 30px;

    padding-left: 15px;

    padding-right: 50px;

    width: 100%;

    transition: all 700ms ease 0s;

}

.login-register-area .form .input-field .icon-holder {

    position: absolute;

    right: 20px;

    top: 11px;

}

.login-register-area .form .input-field .icon-holder i {

    color: #777;

    font-size: 14px;

    font-weight: 400;

}

.login-register-area .form button {

    margin-top: 10px;

    padding: 13px 35px 11px;

    background: #e2010f;

    border-radius: 5px;

    color: #ffffff;

}

.login-register-area .form button:hover {

    background: #303443;

}

.login-register-area .form .remember-text {

    margin-top: 19px;

}

.login-register-area .form .remember-text .checkbox label {

    color: #010101;

    font-size: 16px;

    font-weight: 400;

    font-family: 'Nunito', sans-serif;

}

.login-register-area .form .remember-text .checkbox input {

    margin-top: 5px;

}



.login-register-area .form .social-icon {

    float: right;

    margin-right: -8px;

    margin-top: 15px;

    position: relative;

}

.login-register-area .form .social-icon .login-with {

    display: inline-block;

    left: -100px;

    position: absolute;

    top: 8px;

}

.login-register-area .form .social-icon li {

    display: inline-block;

    margin: 0 8px;

}

.login-register-area .form .social-icon li a i {

    background: #3b5998 none repeat scroll 0 0;

    border-radius: 50%;

    color: #fff;

    display: block;

    font-size: 14px;

    font-weight: 100;

    height: 40px;

    line-height: 24px;

    padding: 8px 0;

    text-align: center;

    transition: all 700ms ease 0s;

    width: 40px;

}

.login-register-area .form .social-icon li a i.twitter {

    background: #33ccfe none repeat scroll 0 0;

}

.login-register-area .form .social-icon li a i.gplus {

    background: #dd4b39 none repeat scroll 0 0;

}

.login-register-area .form a.forgot-password {

    color: #e2010f;

    float: right;

    font-weight: 700;

    margin: 20px 0 0;

    font-family: 'Nunito', sans-serif;

}

.login-register-area .form h6 {

    color: #848484;

    float: left;

    font-size: 14px;

    font-family: 'Open Sans', sans-serif;

    padding-left: 10px;

    overflow: hidden;

    margin-left: -40px;

    margin-top: 28px;

}

.login-register-area .form .input-field input[type="text"]:focus {

    border: 2px solid #e2010f;

}

.login-register-area .form .social-icon li a:hover i {

    background: #18387b;

}

.login-register-area .form .social-icon li a:hover i.twitter {

    background: #12addf;

}

.login-register-area .form .social-icon li a:hover i.gplus {

    background: #c62d1a;

}







/*** 

=============================================

   Cart area  style

=============================================

***/

.cart-area {

    padding-bottom: 80px;

    padding-top: 80px;

}

.cart-area .sec-title {

    padding-bottom: 32px;

}

.cart-area .sec-title h1 {

    font-size: 24px;

    margin: 0;

}

.cart-area .table-outer {

    overflow-x: auto;

    position: relative;

    width: 100%;

}

.cart-area .cart-table {

    min-width: 1024px;

    width: 100%;

}

.cart-area .cart-table .cart-header {

    background: #f7f7f7;

    color: #010101;

    font-family: 'Nunito', sans-serif;

    font-size: 18px;

    position: relative;

    text-transform: capitalize;

    width: 100%;

}

.cart-area .cart-table thead tr th {

    font-weight: 700;

    line-height: 24px;

    min-width: 110px;

    padding: 20px 25px;

}

.cart-area .cart-table thead tr th.prod-column {

    padding-left: 30px;

    text-align: left;

}

.cart-area .cart-table thead tr th.availability {

    padding: 0 40px
}



.cart-area .cart-table tbody tr {

    border-bottom: 1px solid #f7f7f7;

}

.cart-area .cart-table tbody tr td {

    color: #999999;

    font-family: 'Open Sans', sans-serif;

    font-size: 14px;

    font-weight: 400;

    line-height: 20px;

    min-width: 100px;

    padding: 27.5px 25px;

}

.cart-area .cart-table tbody tr .prod-column .column-box {

    min-height: 70px;

    position: relative;

}

.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb {

    width: 70px;

    border: 2px solid #f7f7f7;

    padding: 3px;

}

.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb img {

    display: block;

    max-width: 100%;

}

.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb,

.cart-area .cart-table tbody tr .prod-column .column-box .title {

    display: table-cell;

    vertical-align: middle;

}

.cart-area .cart-table tbody tr .prod-column .column-box .title {

    padding-left: 20px;

}

.cart-area .cart-table tbody tr .prod-column .column-box .title h3 {

    color: #010101;

    font-size: 16px;

    font-weight: 600;

    text-transform: capitalize;

    font-family: 'Nunito', sans-serif;

}



.cart-area .cart-table tbody tr .qty {

    padding-right: 25px;

    width: 120px;

}

.cart-area .cart-table tbody tr .qty .input-group.bootstrap-touchspin {}

.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {

    border-radius: 0;

    margin-left: 0;

    padding: 11px;

}

.cart-area .cart-table tbody tr .qty .btn-default {

    background-color: #e0dcdc;

    border-color: #ababab;

    color: #fff;

}

.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {

    border-radius: 0;

    margin-left: 0;

    margin-top: -1px;

    padding: 10px;

}

.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical i {

    font-size: 9px;

    left: 6px;

    top: 6px;

}

.cart-area .cart-table tbody tr td.unit-price {

    padding-left: 40px;

    padding-right: 20px;

}

.cart-area .cart-table tbody .available-info {

    color: #999999;

    font-size: 14px;

    font-weight: 400;

    line-height: 20px;

    padding-left: 50px;

    position: relative;

}

.cart-area .cart-table tbody .available-info .icon {

    background: #e2010f none repeat scroll 0 0;

    border-radius: 50%;

    color: #ffffff;

    font-size: 18px;

    height: 40px;

    left: 0;

    line-height: 40px;

    position: absolute;

    text-align: center;

    top: 0px;

    width: 40px;

}

.cart-area .cart-table tbody tr td.price {

    color: #999999;

    font-size: 18px;

    font-weight: 400;

}

.cart-area .cart-table tbody tr .sub-total {

    color: #e2010f;

    font-weight: 400;

    font-size: 18px;

}

.cart-area .cart-table tbody tr td .remove {}

.cart-area .cart-table tbody tr td .remove .checkbox label {

    color: #777;

    font-size: 16px;

    font-weight: 400;

}

.cart-area .cart-table tbody tr td .remove .checkbox label input[type="checkbox"] {

    display: inline-block;

    position: relative;

    top: 1px;

}





.cart-middle {

    padding-top: 30px
}

.cart-middle .apply-coupon {

    padding-left: 245px;

    position: relative;

}

.cart-middle .apply-coupon input[type="text"] {

    border: 2px solid #f7f7f7;

    color: #777;

    font-size: 14px;

    font-weight: 400;

    height: 50px;

    left: 0;

    padding: 0 15px;

    position: absolute;

    text-transform: capitalize;

    top: 0;

    transition: all 500ms ease 0s;

    width: 225px;

}

.cart-middle .apply-coupon input[type="text"]:focus {

    border: 2px solid #e2010f;

}

.cart-middle .apply-coupon .apply-coupon-button button {

    padding: 13px 45px 11px;

    background: #e2010f;

    color: #ffffff;

    border-radius: 4px;

}

.cart-middle .apply-coupon .apply-coupon-button button:hover {

    background: #122372;

    color: #dddddd;

}

.cart-middle .update-cart button {

    padding: 13px 45px 11px;

    background: #f7f7f7;

    color: #010101;

    border-radius: 4px;

}

.cart-middle .update-cart button:hover {

    background: #e2010f;

    color: #fff;

}



.cart-bottom {

    overflow: hidden;

    padding-top: 76px;

}

.cart-bottom .calculate-shipping {}

.cart-bottom .calculate-shipping .ui-state-default .ui-icon {}

.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon {

    border-left: 2px solid #f7f7f7;

    display: block;

    float: right;

    height: 41px;

    text-indent: 0;

    top: 8px;

    width: 45px;

    position: absolute;

    right: 0;

    display: block;

    background-image: none;

}

.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon::before {

    color: #ababae;

    content: "\f107";

    font-family: FontAwesome;

    font-size: 20px;

    overflow: visible;

    position: absolute;

    right: 14px;

    top: 8px;

}

.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-selectmenu-text {

    display: block;

    line-height: 18px;

    overflow: hidden;

    padding: 12px 17px;

    text-align: left;

}

.cart-bottom .calculate-shipping input[type="text"] {

    border: 2px solid #f7f7f7;

    color: #777;

    display: block;

    font-size: 14px;

    height: 45px;

    padding: 0 18px;

    width: 100%;

    font-weight: 400;

    margin-bottom: 30px;

    transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -webkit-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

}

.cart-bottom .calculate-shipping input[type="text"]:focus {

    border: 2px solid #e2010f;

}

.cart-bottom .calculate-shipping button {

    padding: 13px 40px 11px;

    background: #f7f7f7;

    border-color: #f7f7f7;

    color: #010101;

    border-radius: 4px;

}

.cart-bottom .calculate-shipping button:hover {

    background: #303443;

    color: #ffffff;

}

.cart-bottom button.checkout-btn {

    padding: 13px 40px 11px;

    margin-top: 30px;

    float: right;

    border-radius: 4px;

    background: #e2010f;

    color: #ffffff;

}

.cart-bottom button.checkout-btn:hover {

    background: #0f1d5d;

    color: #dddddd;

}







/*** 

=============================================

   Single Shop Area style

=============================================

***/

.single-shop-area {

    padding-top: 80px;

    padding-bottom: 40px;

}

.single-shop-content .img-holder {

    margin-right: 50px;

}

.single-shop-content .img-holder img {

    border: 1px solid #f5f4f3;

}

.single-shop-content .content-box {

    margin-left: -50px;

}

.single-shop-content .content-box h3 {

    color: #010101;

    font-size: 24px;

    font-weight: 400;

    margin: 0 0 8px;

    text-transform: capitalize;

}

.single-shop-content .content-box .review-box {

    margin: 0 0 15px;

}

.single-shop-content .content-box .review-box ul {}

.single-shop-content .content-box .review-box ul li {}

.single-shop-content .content-box .review-box ul li i {

    color: #e2010f;

    font-size: 15px;

}

.single-shop-content .content-box span.price {

    color: #e2010f;

    font-size: 22px;

    font-weight: 400;

    font-family: 'Open Sans', sans-serif;

}

.single-shop-content .content-box .text {

    overflow: hidden;

    padding: 21px 0 9px;

}

.single-shop-content .content-box .location-box {

    margin: 4px 0 20px;

}

.single-shop-content .content-box .location-box p {

    color: #010101;

    font-size: 16px;

    font-weight: 400;

    margin: 0 0 12px;

}

.single-shop-content .content-box .location-box form input {

    border: 2px solid #f7f7f7;

    height: 40px;

    padding-left: 10px;

    padding-right: 10px;

    width: 170px;

    transition: all 500ms ease;

    margin: 0 0 15px;

}

.single-shop-content .content-box .location-box form input:focus {

    border-color: #e2010f;

}

.single-shop-content .content-box .location-box form button {

    background: #f7f7f7 none repeat scroll 0 0;

    border: medium none;

    color: #252525;

    font-size: 14px;

    font-weight: 700;

    height: 40px;

    margin-left: 6px;

    padding: 0;

    text-align: center;

    text-transform: uppercase;

    transition: all 500ms ease 0s;

    width: 95px;

    position: relative;

    top: 0px;

    padding-top: 2px;

}

.single-shop-content .content-box .location-box form button:hover {

    background: #e2010f;

    color: #fff;

}

.single-shop-content .content-box .location-box form span {

    color: #e2010f;

}



.single-shop-content .content-box .addto-cart-box {}

.single-shop-content .content-box .addto-cart-box .input-group.bootstrap-touchspin {

    float: left;

    width: 70px;

}

.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {

    border-radius: 0
}

.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {

    border-radius: 0;

    margin-top: -2px;

}

.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical>.btn {

    display: block;

    float: none;

    margin-left: -1px;

    max-width: 100%;

    padding: 12px 12px;

    position: relative;

    width: 100%;

}

.single-shop-content .content-box .addto-cart-box .btn-default {

    background-color: #efefef;

    border-color: #efefef;

    color: #9e9e9e;

}

.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical i {

    color: #9e9e9e;

    font-weight: normal;

    left: 8px;

    position: absolute;

    top: 7px;

}

.single-shop-content .content-box .addto-cart-box button.addtocart {

    margin-left: 95px;

    padding: 13px 30px 11px;

    border-radius: 4px;

    background: #e2010f;

    color: #ffffff;

}

.single-shop-content .content-box .addto-cart-box button.addtocart:hover {

    background: #0e1a51;

}





.product-tab-box {

    border: 1px solid #ececec;

    border-top: none;

    border-right: none;

    border-left: none;

    overflow: hidden;

    margin-top: 80px;

}

.product-tab-box .tab-menu {

    border-bottom: 1px solid #ececec;

    margin-bottom: 30px;

}

.product-tab-box .tab-menu li {

    display: inline-block;

    float: left;

    margin-bottom: -1px;

    margin-right: 3px;

}

.product-tab-box .tab-menu li a {

    background: #f7f7f7;

    border-top: 1px solid #ececec;

    border-left: 1px solid #ececec;

    border-right: 1px solid #ececec;

    border-bottom: 1px solid transparent;

    border-radius: 0;

    display: block;

    margin-right: 1px;

    padding: 15px 30px 13px;

    color: #010101;

    font-size: 16px;

    font-weight: 600;

    text-transform: capitalize;

    background: #f7f7f7;

    transition: all 500ms ease;

}

.product-tab-box .tab-menu li.active a,

.product-tab-box .tab-menu li:hover a {

    background: #ffffff;

    color: #e2010f;

    border-left-color: #ececec;

    border-top-color: #ececec;

    border-right-color: #ececec;

}

.product-tab-box .tab-content {

    border-left: 1px solid #ececec;

    border-right: 1px solid #ececec;

    margin-top: -30px;

    padding: 30px 30px 40px;

}

.product-tab-box .tab-content .review-box {}

.product-tab-box .tab-content .review-box .title {

    margin-top: 3px;

    padding-bottom: 25px;

}

.product-tab-box .tab-content .review-box .title h3 {

    color: #3d3d3d;

    font-size: 20px;

    font-weight: 400;

    text-transform: capitalize;

}

.product-tab-box .tab-content .review-box .single-review-box {

    margin-bottom: 30px;

    padding-left: 60px;

    position: relative;

}

.product-tab-box .tab-content .review-box .single-review-box .img-holder {

    left: 0;

    position: absolute;

    top: 0;

}

.product-tab-box .tab-content .review-box .single-review-box .text-holder {

    border: 1px solid #ececec;

    margin-left: 20px;

    padding: 17px 20px 12px;

}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top {

    margin: 0 0 10px;

    overflow: hidden;

}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .name h4 {

    color: #3d3d3d;

    font-size: 16px;

    font-weight: 400;

    margin: 0;

    text-transform: capitalize;

}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul {

    margin-top: -2px;

    padding-left: 0px;

    position: relative;

}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li {

    display: inline-block;

    margin-right: 1px;

}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li i {

    color: #e2010f;

    font-size: 14px;

}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .text p {

    margin: 0;

}



.product-tab-box .tab-content .review-form .title {}

.product-tab-box .tab-content .review-form .title h3 {

    margin: 0 0 15px;

}

.product-tab-box .tab-content .review-form .add-rating-box {

    margin: 0 0 20px;

}

.product-tab-box .tab-content .review-form .add-rating-box .add-rating-title h4 {

    color: #848484;

    font-size: 16px;

    font-weight: 400;

    margin: 0 0 10px;

    font-family: 'Open Sans', sans-serif;

    text-transform: none;

}

.product-tab-box .tab-content .review-form .add-rating-box ul li {

    border-right: 1px solid #ebebeb;

    display: inline-block;

    line-height: 20px;

    margin-right: 10px;

    padding-right: 10px;

}

.product-tab-box .tab-content .review-form .add-rating-box ul li:last-child {

    margin-right: 0px;

    padding-right: 0px;

    border-right: 0px solid #ebebeb;

}

.product-tab-box .tab-content .review-form .add-rating-box ul li a i {

    color: #d6d6d6;

    font-size: 12px;

    line-height: 20px;

    margin-right: 1px;

    opacity: 0.9;

    transition: all 500ms ease 0s;

}



.product-tab-box .tab-content .review-form form .field-label p {

    color: #848484;

    font-size: 16px;

    font-weight: 400;

    margin: 0 0 3px;

}

.product-tab-box .tab-content .review-form form input[type="text"],

.product-tab-box .tab-content .review-form form input[type="email"],

.product-tab-box .tab-content .review-form form textarea {

    background: #fff;

    height: 50px;

    width: 100%;

    border: 1px solid #ececec;

    color: #252525;

    font-size: 14px;

    padding: 0 15px;

    margin-bottom: 20px;

    transition: all 500ms ease;

}

.product-tab-box .tab-content .review-form form textarea {

    height: 110px;

    padding: 10px 15px;

    margin-bottom: 25px;

}

.product-tab-box .tab-content .review-form form button {

    padding: 11px 35px 9px;

    background: #e2010f;

    border-radius: 4px;

    color: #ffffff;

}

.product-tab-box .tab-content .review-form form button:hover {}

.product-tab-box .tab-content .review-form .add-rating-box ul li:hover a i {

    opacity: 1;

    color: #e2010f;

}

.product-tab-box .tab-content .review-form form input[type="text"]:focus {

    border-color: #e2010f;

}

.product-tab-box .tab-content .review-form form input[type="email"]:focus {

    border-color: #e2010f;

}

.product-tab-box .tab-content .review-form form textarea:focus {

    border-color: #e2010f;

}

.related-product {

    padding-top: 70px;

}

.related-product .sec-title {

    padding-bottom: 40px;

}

.related-product .single-product-item {}

.single-shop-area .sidebar-wrapper .single-sidebar .sec-title {

    overflow: hidden;

    padding-bottom: 30px;

}















































































































































































/*** 

=============================================

    Callto action area bottom style

=============================================

***/

.callto-action-area .bottom {

    padding-top: 60px;

}

.callto-action-area .border {

    margin-top: 50px;

    margin-bottom: 0;

}

.callto-action-area .bottom .single-item {

    border: 1px solid #f4f4f4;

    display: block;

    padding: 30px 20px 22px;

}

.callto-action-area .bottom .single-item .year {

    border: 1px solid #f4f4f4;

    display: inline-block;

    overflow: hidden;

    padding: 8px 23px 5px;

}

.callto-action-area .bottom .single-item .year h3 {

    color: #404040;

    font-size: 20px;

    font-weight: 600;

}

.callto-action-area .bottom .single-item h4 {

    color: #404040;

    font-size: 18px;

    font-weight: 600;

    margin: 19px 0 15px;

}

.callto-action-area .bottom .single-item .readmore {

    color: #949494;

    font-size: 14px;

    font-weight: 700;

    text-transform: uppercase;

    transition: all 500ms ease;

}

.callto-action-area .bottom .single-item .readmore i {

    display: inline-block;

    padding-left: 10px;

    font-size: 16px;

}

.callto-action-area .bottom .single-item:hover .readmore {

    color: #2acb35;

}







/*** 

=============================================

    Main Project Area style

=============================================

***/

.main-project-area {

    padding-top: 80px;

    padding-bottom: 80px;

}

.main-project-area .single-project-item {

    margin-bottom: 30px;

}

.single-project-item {

    position: relative;
    overflow: hidden;
    display: block;
    min-height: 150px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.single-project-item .img-holder {

    display: block;
    overflow: hidden;
    position: relative;
    height: 100%;

}

.single-project-item .img-holder img {

    transform: scale(1.1, 1.1);
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.single-project-item:hover .img-holder img {

    transform: scale(1, 1);

}

.single-project-item:hover .img-holder .overlay-style-one {

    opacity: 1;

    -webkit-transform: perspective(400px) rotateX(0deg);

    -moz-transform: perspective(400px) rotateX(0deg);

    -ms-transform: perspective(400px) rotateX(0deg);

    -o-transform: perspective(400px) rotateX(0deg);

    transform: perspective(400px) rotateX(0deg);

}

.single-project-item .img-holder .overlay-style-one .box .content a.zoom i {

    font-size: 18px;

    transition: all 500ms ease;

    width: 45px;

    height: 45px;

    background: #ffffff;

    color: #252525;

    display: inline-block;

    border-radius: 3px;

    line-height: 42px;

    border: 2px solid #ffffff;

}

.single-project-item .img-holder .overlay-style-one .box .content a.zoom i:hover {

    background: transparent;

    color: #ffffff;

}

.single-project-item .img-holder .overlay-style-one .box .content .bottom {

    position: absolute;

    bottom: 23px;

    left: 30px;

    text-align: left;

}

.single-project-item .img-holder .overlay-style-one .box .content .bottom a {

    color: #ffffff;

    font-size: 20px;

    font-weight: 600;

}

.single-project-item .img-holder .overlay-style-one .box .content .bottom p {

    color: #ffffff;

    font-size: 16px;

    font-weight: 300;

    margin: 0;

}







#ui-datepicker-div.ui-widget-content {

    border: 1px solid #c5c5c5;

    background: #fff none repeat scroll 0 0;

    border: 1px solid #777;

    color: #252525;

    font-family: 'Nunito', sans-serif;

    font-size: 14px;

    border-radius: 0px;

    width: 270px;

    padding: 5px;

    text-align: center;

}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {

    background: #e2010f none repeat scroll 0 0;

    border: 2px solid #252525;

    border-radius: 0;

    color: #fff;

    font-weight: 700;

    padding: 5px 0;

    position: relative;

}

.ui-datepicker .ui-datepicker-prev {

    left: 5px;

}

.ui-datepicker .ui-datepicker-prev,

.ui-datepicker .ui-datepicker-next {

    border-radius: 30%;

    height: 20px;

    position: absolute;

    top: 7px;

    width: 20px;

    transition: all 500ms ease;

    cursor: pointer;

}

.ui-datepicker .ui-datepicker-next {

    right: 5px;

}

.ui-datepicker .ui-datepicker-prev:hover,

.ui-datepicker .ui-datepicker-next:hover {

    top: 7px;

    background: #fff;

    border: none;

}

.ui-datepicker table {

    border-collapse: collapse;

    font-size: 13px;

    margin: 0 0 0.4em;

    width: 100%;

}

.ui-datepicker th {

    border: medium none;

    font-weight: 600;

    padding: 2px 3px;

    text-align: center;

}

.ui-datepicker-calendar .ui-state-default {

    text-align: center;

}

#ui-datepicker-div .ui-state-highlight {

    border: 1px solid #d3d3d3;

    background: #ffffff;

}

#ui-datepicker-div .ui-state-default {

    border: 1px solid #d3d3d3;

    background: #ffffff;

}

#ui-datepicker-div .ui-datepicker-calendar .ui-state-default:hover,

#ui-datepicker-div .ui-datepicker-calendar .ui-state-default:active {

    background: #e2010f;

    color: #fff;

    border-color: #e2010f;

}

div.pp_overlay {
    z-index: 99999;
}

div.pp_pic_holder {
    z-index: 999999;
}


.floating_btn {
    position: fixed;
    bottom: 10px;
    right: 50px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

.text_icon {
    margin-top: 8px;
    color: #fff;
    font-size: 13px;
    text-shadow: 0px 0px 5px rgb(0 0 0);
    font-weight: 600;
}



.teklif-form {
    position: fixed;
    width: 250px;
    background-color: #f5f5f5;
    padding: 10px;
    left: 10px;
    bottom: 10px;
    border-radius: 5px;
    z-index: 5;
    box-shadow: 0px 0px 7px 0px rgb(134 134 134);
}

.teklif-form-kapat {
    position: absolute;
    top: 5px;
    right: 5px;
}

.teklif-form-ac {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 4;
    box-shadow: 0px 0px 7px 0px rgb(134 134 134);
    display: none;
}

.mt-1 {
    margin-top: .25rem;
}

.iziToast-wrapper {
    z-index: 999999;
}