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

html,body
{
    height:100%;
}

.floatleft
{
    float:left
}

.floatright
{
    float:right
}

.alignleft
{
    float:left;
    margin-right:15px;
    margin-bottom:15px
}

.alignright
{
    float:right;
    margin-left:15px;
    margin-bottom:15px
}

.aligncenter
{
    display:block;
    margin:0 auto 15px
}

a:focus
{
    outline:0 solid
}

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

.fix
{
    overflow:hidden
}

p
{
    margin:0 0 15px;
    color:#777
}

h1,h2,h3,h4,h5,h6
{
    margin:0 0 15px;
    color:#444;
    font-weight:700;
    font-family:
    'Montserrat',sans-serif;
    font-style: normal;
}

h1
{
    font-size:48px;
    line-height:50px
}

h2
{
    font-size:38px;
    line-height:40px
}

h3
{
    font-size:30px;
    line-height:32px
}

h4
{
    font-size:24px;
    line-height:26px
}

h5
{
    font-size:20px;
    line-height:22px
}

h6
{
    font-size:16px;
    line-height:20px
}

a
{
    color: white;
    transition:all .3s ease 0;
    text-decoration:none
}

a:active,a:hover
{
    outline:0 none
}

a:hover,a:focus
{
    color:#222;
    text-decoration:none
}

body
{
    background:#fff none repeat scroll 0 0;
    color:#777;
    font-family:'Montserrat',sans-serif;
    font-size:16px;
    font-style: normal !important;
    text-align:left;
    overflow-x:hidden;
    line-height:24px;
    margin-top: -25px;
}

#scrollUp
{
    background:#D32429 none repeat scroll 0 0;
    border-radius:2px;
    bottom:15px;
    box-shadow:0 0 10px rgba(0,0,0,0.05);
    color:#222;
    font-size:34px;
    height:50px;
    line-height:46px;
    right:15px;
    text-align:center;
    transition:all .3s ease 0;
    width:50px
}

#scrollUp:hover
{
    background:#222;
    opacity:1;
    color:#D32429
}

.clear
{
    clear:both
}

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

input,select,textarea,input[type="text"],input[type="date"],input[type="url"],input[type="email"],input[type="password"],input[type="tel"],button,button[type="submit"]
{
    -moz-appearance:none;
    box-shadow:none!important
}

input:focus,textarea:focus,select:focus
{
    outline:none
}

div#preloader
{
    position:fixed;
    left:0;
    top:0;
    z-index:99999;
    width:100%;
    height:100%;
    overflow:visible;
    background:#fff url(../img/logo/preloader.gif) no-repeat center center
}

.navbar-collapse
{
    padding-left:0
}

::-moz-selection
{
    background:#D32429;
    text-shadow:none;
    color: white;
}

::selection
{
    background:#D32429;
    text-shadow:none;
    color: white;
}

.color
{
    color:#D32429;
    font-weight:800
}

.browserupgrade
{
    margin:.2em 0;
    background:#ccc;
    color:#000;
    padding:.2em 0
}

.area-padding
{
    padding: 70px 0;
}

.section-headline
{
    margin-bottom:40px;
    position:relative
}

.section-headline h3
{
    display:inline-block;
    font-size:40px;
    font-weight: 600;
    text-transform: capitalize;
}

.section-headline.white-headline h3,.section-headline.white-headline p
{
    color:#fff
}

.section-headline.text-left
{
    margin-bottom:30px
}

.section-headline::after
{
    border:1px solid #D32429;
    bottom:-27px;
    content:"";
    left:0;
    margin:0 auto;
    position:absolute;
    width:60px;
    right:0
}

.section-headline.text-left h3::after
{
    border:2px solid #D32429;
    left:0;
    right:auto
}

.section-headline p
{
    max-width: 850px;
    font-size:16px;
    letter-spacing:.5px;
    margin:0 auto;
    line-height:26px
;
    font-style: normal;
}

.mar-row
{
    margin-top:40px
}

.small-title
{
    text-transform:uppercase;
    font-size:13px;
    margin-bottom:10px;
    color:#D32429
}

.section-headline h4
{
    font-size:26px;
    max-width:800px;
    line-height:36px;
    font-weight:700;
    margin:0 auto;
    text-transform:uppercase
}

.bg-color
{
    background:#fcfdfb
}

:focus
{
    outline:-webkit-focus-ring-color auto 0
}

.parallax-bg
{
    position:relative
}

.parallax-bg:before
{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(10,27,40,0.80) none repeat scroll 0 0;
    opacity:.9;
    content:""
}

.left-headline
{
    position:relative;
    padding-bottom:15px;
    margin-bottom:10px
}

.left-headline::after
{
    border:1px solid #D32429;
    bottom:5px;
    content:"";
    left:0;
    margin:0 auto;
    position:absolute;
    width:70px;
    right:auto
}

.sub-headline
{
    position:relative;
    margin-bottom:30px
}

.sub-headline::after
{
    position:absolute;
    content:"";
    left:0;
    bottom:0;
    width:50px;
    height:2px;
    background:#D32429
}

.sub-headline h4
{
    text-transform:uppercase;
    font-size:24px;
    padding-bottom:20px
}

.center-headline h3
{
    max-width:900px;
    font-size:34px;
    line-height:42px;
    margin:0 auto 58px;
    text-align:center
}

.center-headline h3::after
{
    position:absolute;
    content:"";
    left:0;
    bottom:31px;
    width:50px;
    right:0;
    margin:0 auto;
    height:2px;
    background:#D32429
}

.bottom-padding
{
    padding-bottom:100px
}

.topbar-left ul li
{
    display:inline-block
}

.topbar-area
{
    background:#f9f9f9
}

.topbar-left ul li a
{
    color:#666;
    display:block;
    font-weight:600;
    margin-right:20px;
    padding:14px 0;
    text-decoration:none;
    font-size:15px;
    opacity:.8
}

.topbar-left ul li a i
{
    color:#D32429;
    font-size:16px;
    padding-right:7px
}

.topbar-left ul li:last-child a
{
    margin-right:0
}

.top-social
{
    float:right;
    padding:13px 0
}

.top-social ul li
{
    display:inline-block
}

.top-social ul li a
{
    color:#666;
    margin-right:5px;
    display:block;
    text-align:center;
    font-size:15px;
    width:24px;
    height:24px;
    border-radius:1px;
    line-height:22px;
    opacity:.8;
    border:1px solid #666
}

.top-social ul li a:hover
{
    color:#222;
    background:#D32429;
    border:1px solid #D32429
}

.slogan
{
    margin-bottom:0;
    padding:16px 0;
    color:#444;
    font-size:16px
}

.header-area
{
    background:#fff;
    box-shadow:2px 2px 5px #ccc,0 0 0 #ccc
}

.logo-bg
{
    background:#D32429;
    z-index:10
}

.logo-bg:before
{
    content:"";
    position:absolute;
    left:-90px;
    top:0;
    background:#D32429;
    z-index:10;
    width:90px;
    height:100%
}

.logo
{
    display:block
}

.logo a
{
    display:inline-block;
    height:auto;
    padding:20px 0
}

.main-menu ul.navbar-nav li
{
    float:left;
    position:relative
}

.main-menu ul.navbar-nav > li >a
{
    background:rgba(0,0,0,0) none repeat scroll 0 0;
    color:#444;
    font-size: 14px;
    font-weight: 600;
    padding: 45px 0 30px 0;
    font-family:'Montserrat',sans-serif;
    margin:0 15px
}

.main-menu ul.navbar-nav > li >a svg
{position:relative; bottom: 3px}

.main-menu ul.navbar-nav li a:hover
{
    color:#D32429
}

.main-menu ul.navbar-nav > li > a::before
{
    background:#D32429;
    content:"";
    height:2px;
    position:absolute;
    top:0;
    width:0;
    transition:.5s;
    left:0
}

.main-menu ul.navbar-nav >li:hover > a:before,.main-menu ul.navbar-nav >li.active > a::before
{
    width:100%
}

.main-menu ul.navbar-nav li.active a:focus
{
    color:#333
}

.main-menu ul.navbar-nav li.active a
{
    background:rgba(0,0,0,0) none repeat scroll 0 0;
    color:#D32429;
    position:relative;
    z-index:9999999
}

.navbar
{
    border:medium none;
    margin-bottom:0
}

.navbar-default
{
    background:rgba(0,0,0,0) none repeat scroll 0 0
}

.main-menu ul.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus
{
    background:none;
    color:#333
}

.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus
{
    background-color:transparent;
    color:inherit
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus
{
    background:none
}

.main-menu ul.nav li ul.sub-menu
{
    background:#fff;
    border-bottom:2px solid #D32429;
    left:0;
    opacity:0;
    position:
    absolute;
    top:115%;
    transition:
    all .3s ease 0;
    visibility:
    hidden;
    width: 210px;
    z-index:-99;
    padding:10px 0
}

.pagess
{
    position:relative
}

.navbar.navbar-default
{
    float:right
}

.main-menu ul.nav li ul.sub-menu li
{
    padding:0;
    position:relative;
    width:100%
}

.main-menu ul.nav li:hover ul.sub-menu
{
    top:100%;
    opacity:1;
    z-index:999;
    visibility:visible
}

.main-menu ul.nav li ul.sub-menu li a
{
    color:#666;
    display:
    block;
    font-size:13px;
    font-weight:700;
    padding:10px 25px;
    text-transform: capitalize;
    font-family:
    'Montserrat',sans-serif
}

.main-menu ul.nav li:hover ul.sub-menu li a:hover
{
    color:#fff;
    background:#D32429
}

.main-menu ul.nav li ul.sub-menu li:last-child
{
    border:none
}

.stick span.search-button i,.stick .header-search input
{
    color:#666
}

.search-option-5 button.button
{
    display:inline-block;
    border:none;
    background:none;
    padding:0
}

.search-option
{
    background:#fff none repeat scroll 0 0;
    bottom:-87px;
    color:#666;
    display:none;
    position:absolute;
    right:20px;
    width:300px;
    z-index:99999;
    padding:20px;
    border-bottom:2px solid #D32429
}

.search-option input
{
    background:#fff none repeat scroll 0 0;
    border:medium none;
    color:#444;
    display:block;
    float:left;
    font-size:14px;
    font-style:italic;
    padding:8px 10px;
    width:210px;
    height:44px;
    border-bottom:1px solid #ccc
}

.search-option button.button
{
    background:#D32429;
    border:medium none;
    color:#fff;
    display:inline-block;
    float:right;
    font-size:17px;
    line-height:35px;
    padding:5px 15px;
    text-align:center
}

.header-right-link a.main-search
{
    color:#666;
    display:inline-block;
    float:right;
    font-size:20px;
    padding: 35px 0 0 25px;
    line-height:40px
}

.header-right-link a.main-search span:hover
{
    color:#D32429
}

.header-right-link a.main-search span
{
    position:
    relative;
    font-size: 14px;
}

.header-right-link a.main-search span > i
{
    margin-right: 5px;
    background-color: green;
    padding: 10px;
    border-radius: 35px
}
.header-right-link a.main-search span > i:hover
{
    color: white;
}

.header-area.stick
{
    left:0;
    position:fixed;
    top:0;
    width:100%;
    z-index:999999;
    box-shadow:0 0 5px #ddd,-2px -2px 5px #ddd;
    background:#fff
}

.header-area.stick .logo a
{
    display:inline-block;
    height:auto;
    padding:16px 0
}

.header-area.stick .main-menu ul.navbar-nav li a
{
    padding:35px 0;
    color: #5e5e5e;
}

.header-area.stick .quote-button
{
    float:right;
    padding:13px 5px
}

.header-area.stick .header-right-link a.main-search
{
    padding: 26px 0 0 10px;
    color: #000;
}

.header-area.stick .header-right-link a.main-search i
{
    color: #ffffff;
}

.header-area.stick .main-menu ul.nav li ul.sub-menu li a
{
    color:#444;
    display:block;
    font-size:13px;
    font-weight:700;
    padding:10px 15px
}

.header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover
{
    color:#222
}

.header-area.stick .navbar-brand>img
{
    display:block;
    width:225px;
    height:auto
}

.header-area.stick .logo-bg:after
{
    border-top:76px solid transparent
}

.mobile-menu-area
{
    background:#fff none repeat scroll 0 0;
    padding:10px 0
}

.mean-container .mean-bar::after
{
    content:"";
    font-size:21px;
    left:5%;
    position:absolute;
    top:12px;
    text-transform:uppercase;
    font-weight:500
}

.mean-container a.meanmenu-reveal:hover
{
    color:#252525
}

.mean-container .mean-nav ul
{
    list-style-type:none;
    margin:20px 0;
    padding:0;
    width:100%
}

.mean-container .mean-nav ul li a
{
    background:#fff none repeat scroll 0 0;
    color:#444;
    display:block;
    float:left;
    font-size:13px;
    font-weight:700;
    margin:0;
    padding:13px 10px;
    text-align:left;
    text-decoration:none;
    text-transform:uppercase;
    width:90%
}

.mean-nav ul li.mean-last
{
    margin-bottom:20px
}

.mean-container .mean-nav ul li a.mean-expand
{
    color:#444;
    line-height:17px
}

.mean-container .mean-nav ul li
{
    width:99.7%
}

.intro-content
{
    position:
    relative;
    z-index:1;
    height: 60vh  !important;
}

.intro-content::after
{
    background: #00000066 none repeat scroll 0 0;
    content:"";
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:1
}

.slider-content
{
    position:absolute;
    right:0;
    text-align:left;
    top:50%;
    z-index:3;
    left:0;
    margin:0 auto;
    margin-top:-160px
}

.layer-1-2
{
    margin-bottom:30px
}

.layer-1-1 p
{
    color:#fff;
    font-size:18px;
    letter-spacing:.6px;
    line-height:30px;
    font-weight:500;
    max-width:750px
}

.layer-1-2 h1
{
    color:#fff;
    font-size: 46px;
    line-height: 70px;
    text-transform: capitalize;
    letter-spacing: 0;
    max-width:925px;
    font-weight: 600;
}

.ready-btn
{
    border:1px solid #D32429;
    color:#ffffff;
    cursor:poOutfit;
    display:inline-block;
    font-size:14px;
    font-weight:700;
    padding:12px 20px;
    text-align:center;
    text-transform: capitalize;
    transition:all .4s ease 0;
    z-index:222;
    background:#D32429;
    width:160px
}

.ready-btn:hover
{
    color:#ffffff;
    background:#222;
    border:1px solid #222
}

.layer-1-2 .color
{
    color:#D32429;
    font-weight:900
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next
{
    color: #fff;
    background: #d32429;
    font-size:26px;
    margin-top:-20px;
    position:absolute;
    top:50%;
    text-align:center;
    line-height:50px;
    opacity:0;
    border: 1px solid #a7a9ac;
    width:50px;
    height:50px
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev
{
    left:10%;
    -webkit-transition:.4s;
    -moz-transition:.4s;
    -o-transition:.4s;
    -ms-transition:.4s
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next
{
    right:10%;
    -webkit-transition:.4s;
    -moz-transition:.4s;
    -o-transition:.4s;
    -ms-transition:.4s
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next
{
    right:2%;
    -webkit-transition:.4s;
    -moz-transition:.4s;
    -o-transition:.4s;
    -ms-transition:.4s;
    opacity:1
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev
{
    left:2%;
    -webkit-transition:.4s;
    -moz-transition:.4s;
    -o-transition:.4s;
    -ms-transition:.4s;
    opacity:1
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover
{
    color:#ffffff;
    background:#222;
    border:1px solid #222
}

.intro-carousel .owl-item .layer-1-2
{
    transform:translateY(100%);
    opacity:0;
    transition:all 1s ease-in-out .3s
}

.intro-carousel .owl-item .layer-1-1
{
    transform:translateY(100%);
    opacity:0;
    transition:all 1s ease-in-out 1s
}

.intro-carousel .owl-item .layer-1-3
{
    transform:translateY(100%);
    opacity:0;
    transition:all 1s ease-in-out 1.5s
}

.intro-carousel .owl-item.active .layer-1-2,.intro-carousel .owl-item.active .layer-1-1,.intro-carousel .owl-item.active .layer-1-3
{
    transform:translateY(0);
    opacity:1
}

.intro-carousel .owl-item.active .slider-images img
{
    transform:scale(1.1);
    transition:10s
}

.welcome-area-2 .well-services
{
    position:relative;
    transition:.4s
}

.welcome-area-2 .well-services:hover,.welcome-area-4 .well-services:hover,.well-services.hover
{
    background:#D32429;
    transition:.4s
}

.welcome-area-2 .well-services:hover .well-icon a,.welcome-area-4 .well-services:hover .well-icon a,.welcome-area-2 .well-services:hover .well-content p,.welcome-area-4 .well-services:hover .well-content p,.welcome-area-2 .well-services:hover .well-content h4 a,.welcome-area-4 .well-services:hover .well-content h4 a,.well-services.hover .well-icon a,.well-services.hover .well-content p,.well-services.hover .well-content h4 a
{
    color:#222
}

.well-services
{
    padding:40px 20px;
    box-shadow:0 5px 25px #f5f5f5
}

.services-column
{
    margin-top:30px
}

.well-content h4
{
    font-size:22px;
    font-family:'Montserrat',sans-serif;
    line-height:30px;
    text-transform:capitalize
}

.well-content h4 a
{
    color:#444
}

.well-services p
{
    margin-bottom:0
}

.well-services:hover::after
{
    width:100%;
    height:2px;
    background:#D32429;
    transition:.5s
}

.well-content h4 a:hover
{
    color:#D32429
}

.well-icon
{
    margin-bottom:20px;
    display:block
}

.well-icon a
{
    font-size:70px;
    line-height:70px;
    color:#D32429
}

.wel-services-content
{
    display:block;
    position:relative;
    top:-100px;
    z-index:2;
    background:#fff;
    overflow:hidden
}

.welcome-area-4 .well-services
{
    padding:40px 30px;
    box-shadow:none;
    position:relative;
    width:25%;
    float:left;
    border-right:1px solid #ddd
}

.well-services:nth-child(4n)
{
    border-right:none
}

.about-content
{
    background:#fff;
    padding:40px 10px 40px 50px;
    position:relative;
    left:-100px;
    top: 100px;
    border-radius: 50px;
}

.about-content h1
{
    line-height:40px;
    font-size:30px;
    position:relative;
    font-weight:700;
    margin-bottom:20px
}

.about-content h3
{
    line-height:40px;
    font-size:30px;
    position:relative;
    font-weight:700;
    margin-bottom:20px
}

.about-content .sub-title
{
    margin:0 0 15px
}

.about-content p
{
    font-size:16px;
    letter-spacing:.5px;
    line-height:26px;
    margin-bottom:5px;
    color: #071f39;
}

.about-image
{
    position:relative;
    right:-100px
}

.about-details
{
    overflow:hidden;
    display:block;
    padding-top:10px
}

.icon-title
{
    display:block;
    overflow:hidden;
    margin-bottom:20px
}

.about-area 
{
    padding:70px 0;
}

.about-area-2 .about-details
{
    padding-top:30px
}

.single-about
{
    width:48%;
    float:left;
    margin-right:20px;
    margin-bottom:30px
}

.single-about p
{
    text-align:left
}

.single-about:nth-child(2n),.single-about:nth-child(4n)
{
    margin-right:0
}

.single-about:nth-child(3n),.single-about:nth-child(4n)
{
    margin-bottom:0
}

.single-about a
{
    font-size:28px;
    color:#D32429;
    float:left;
    line-height:50px;
    width:50px;
    height:50px;
    background:#222;
    border-radius:4px;
    text-align:center
}

.single-about h5
{
    font-size:18px;
    color:#666;
    float:left;
    line-height:50px;
    padding-left:10px;
    margin-bottom:0;
    font-weight:600
}

.marker-list li
{
    color:#444;
    padding-left:30px;
    margin:10px 0;
    position:relative;
    font-size:16px
}

.marker-list li::after
{
    position:absolute;
    content:"";
    left:5px;
    top:10px;
    background:#D32429;
    width:8px;
    height:8px
}

.about-image img
{
    position:relative
}

.about-btn
{
    margin-top:30px
}

.knoe-more-btn
{
    border:1px solid #D32429;
    color: #fff;
    padding:15px 26px;
    font-size:20px;
    font-weight:700;
    display:inline-block;
    background:#D32429;
    position:relative;
    margin-right:30px;
    transition:.4s
}

.video-btn
{
    position:relative
}

.video-btn::after
{
    background:#222;
    color:#ffffff;
    font-size:26px;
    border-radius:50%;
    width:60px;
    height:60px;
    text-align:center;
    line-height:58px;
    transition:.4s;
    font-family:fontawesome;
    content:"\f04b";
    position:absolute;
    left:0;
    top:-19px;
    z-index:1;
    border:1px solid #444
}

.video-btn:hover ::after
{
    background:#222;
    color:#ffffff;
    transition:.4s
}

.knoe-more-btn:hover
{
    background:#222;
    color:#ffffff;
    border:1px solid #222;
    transition:.4s
}

.services-area
{
    position:relative;
    padding: 50px 0 70px;
}

.services-all
{
    margin-top:-30px
}

.services-carousel .owl-stage-outer
{
    padding-bottom:5px
}

.single-services
{
    box-shadow:0 2px 10px rgba(0,0,0,0.1);
    z-index:1;
    position:relative;
    overflow:hidden
}

.main-services
{
    display:block;
    position:absolute;
    padding:70px 15px;
    width:100%;
    bottom: -100px;
    left:0;
    z-index:2;
    margin-top:-50px;
    background:rgba(0,0,0,0.80) none repeat scroll 0 0;
    transition:.4s
}

.main-services p
{
    color:#fff;
    opacity:0
}

.single-services:hover .main-services
{
    background:transparent;
    transition:.4s;
    bottom:20px
}

.single-services:hover .main-services p
{
    opacity:1
}

.services-icon
{
    width:60px;
    float:left;
    height:100px;
    font-size:40px;
    color:#D32429
}

.services-img
{
    overflow:hidden;
    position:relative
}

.services-img img
{
    transform:scale(1.1);
    transition:.4s
}

.image-layer
{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.80) none repeat scroll 0 0;
    z-index:1;
    transition:.4s;
    opacity:0
}

.image-layer a
{
    display:block;
    text-align:center;
    position:relative;
    top:28%;
    margin-top:-10px
}

.image-layer a i
{
    background:transparent;
    font-size:100px;
    color:#D32429
}

.service-content h4
{
    display:inline-block;
    font-size:20px;
    font-weight:700;
    margin-bottom:0;
    padding:0 0 10px;
    text-transform:uppercase;
    color:#fff
}

.service-btn
{
    font-weight: 800;
    text-transform: capitalize;
    color:#fff;
    position:relative;
    font-family:'Montserrat',sans-serif;
    font-size:13px;
    z-index:2
}

.service-btn::after
{
    position:absolute;
    content:"\f105";
    font-family:fontAwesome;
    right:-12px;
    top:-3px
}

.single-services:hover .services-img img
{
    transform:scale(1);
    transition:.4s
}

.single-services:hover .image-layer
{
    transition:.4s;
    opacity:1
}

.single-services:hover .service-btn:hover
{
    color:#D32429
}

.services-carousel .col-md-4
{
    width:100%
}

.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next
{
    color:#222;
    font-size:18px;
    margin-top:-20px;
    position:absolute;
    top:50%;
    text-align:center;
    line-height:39px;
    opacity:0;
    border:1px solid #D32429;
    background:#D32429;
    width:40px;
    height:40px
}

.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev
{
    left:10%;
    -webkit-transition:.4s;
    -moz-transition:.4s;
    -o-transition:.4s;
    -ms-transition:.4s
}

.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next
{
    right:10%;
    -webkit-transition:.4s;
    -moz-transition:.4s;
    -o-transition:.4s;
    -ms-transition:.4s
}

.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next
{
    right:1%;
    -webkit-transition:.4s;
    -moz-transition:.4s;
    -o-transition:.4s;
    -ms-transition:.4s;
    opacity:1
}

.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev
{
    left:1%;
    -webkit-transition:.4s;
    -moz-transition:.4s;
    -o-transition:.4s;
    -ms-transition:.4s;
    opacity:1
}

.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover
{
    color:#D32429;
    background:#222;
    border:1px solid #222
}

.frame-text
{
    font-size:80px;
    text-transform:uppercase;
    color:#222;
    font-weight:800;
    line-height:112px;
    background:#D32429;
    padding:0 15px;
    float:left;
    margin-right:20px
}

.certified-certi
{
    margin-top:50px
}

.build-img-2
{
    padding-left:10px
}

.build-img-1
{
    padding-right:10px
}

.certi-img-2
{
    padding-left:10px
}

.certi-img-1
{
    padding-right:10px
}

.certified-text h4
{
    font-size:26px;
    line-height:32px
}

.certified-area-2 .marker-list
{
    margin-top:30px
}

.certified-certi img
{
    width:50%;
    float:left
}

.certified-content h4
{
    font-weight:500
}

.certified-inner
{
    margin-left:50px;
    margin-bottom:25px
}

.certified-details
{
    overflow:hidden;
    display:block;
    padding:20px 0
}

.single-certified
{
    width:47%;
    float:left;
    background:#fff;
    padding:30px 10px;
    margin-right:2%;
    margin-bottom:25px;
    border:1px solid #ccc
}

.single-certified a
{
    font-size:60px;
    color:#D32429;
    margin-bottom:15px;
    line-height:60px;
    display:block
}

.single-certified h5
{
    font-size:18px;
    color:#333;
    text-transform:uppercase;
    margin-bottom:0
}

.build-img-1
{
    width:75%;
    position:relative
}

.build-img-2
{
    width:75%;
    position:absolute;
    top:70px;
    left:70px
}

.single-certified:nth-child(2n),.single-certified:nth-child(4n)
{
    margin-right:0;
    margin-left:2%
}

.project-area
{
    position:relative;
    z-index:1
}

.project-menu li a
{
    color:#333;
    display:inline-block;
    font-size:12px;
    margin:0 12px;
    padding:5px 7px;
    text-transform:uppercase;
    transition:all .3s ease 0;
    font-weight:800;
    letter-spacing:1px;
    border-radius:2px;
    margin-bottom:30px
}

.project-menu li a.active
{
    color:#222;
    background:#D32429;
    text-decoration:none
}

.project-menu
{
    margin-bottom:10px
}

.project-menu li
{
    display:inline-block
}

.project-menu li a:hover
{
    color:#222;
    background:#D32429;
    text-decoration:none
}

.project-carousel .project-single
{
    width:100%
}

.project-all
{
    margin-top:-15px
}

.project-all .project-single
{
    float:left;
    width:25%
}

.project-content .project-single
{
    float:left;
    width:25%
}

.project-column-3 .project-single
{
    float:left;
    width:33.33%
}

.all-padding
{
    padding:15px
}

.single-awesome-project
{
    overflow:hidden
}

.awesome-img
{
    display:block;
    width:100%;
    height:100%;
    position:relative
}

.awesome-img::after
{
    position:absolute;
    left:0;
    top:0;
    background:rgba(0,0,0,0.70) none repeat scroll 0 0;
    content:"";
    width:100%;
    height:100%;
    opacity:0
}

.awesome-img img
{
    transform:scale(1.1);
    transition:.5s
}

.single-awesome-project:hover .awesome-img img
{
    transform:scale(1);
    transition:.5s
}

.awesome-img > a
{
    display:block;
    position:relative
}



.single-awesome-project:hover .awesome-img > a::after,.single-awesome-project:hover .awesome-img > a::before,.single-awesome-project:hover .awesome-img::after
{
    opacity:1
}

.single-awesome-project:hover .add-actions
{
    opacity:1;
    top:50%;
    margin-top:-40px
}

.single-awesome-project:hover
{
    background:rgba(0,0,0,0.90) none repeat scroll 0 0
}

.add-actions
{
    display:block;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    text-align:center;
    top:50%;
    transition:all .4s ease 0;
    width:100%;
    z-index:9999
}

.project-dec
{
    display:inline-block;
    padding-top:20px
}

.project-dec h4
{
    margin-bottom:5px;
    color:#fff;
    font-size:18px;
    font-weight:700;
    letter-spacing:1px;
    text-decoration:
    none;
    text-transform: capitalize;
}

.project-dec a:hover
{
    color:#fff
}

.project-dec span
{
    color:#fff;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:capitalize
}

.project-dec span:hover
{
    color:#D32429
}

.project-btn
{
    display:block;
    text-align:center
}

.project-btn a
{
    color: #fff;
    display:inline-block;
    background:#D32429;
    border:1px solid #D32429;
    text-transform:capitalize;
    font-size:14px;
    font-weight:600;
    padding:4px 8px;
    margin-top:15px;
    border-radius:2px
}

.project-btn a:hover
{
    color:#D32429;
    background:#fff
}

.project-heading
{
    font-size:32px;
    margin:40px 0 20px;
    text-transform:capitalize
}

.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next
{
    color:#222;
    font-size:18px;
    margin-top:-20px;
    position:absolute;
    top:50%;
    text-align:center;
    line-height:39px;
    opacity:0;
    border:1px solid #D32429;
    width:40px;
    height:40px;
    background:#D32429
}

.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev
{
    left:10%;
    -webkit-transition:.4s;
    -moz-transition:.4s;
    -o-transition:.4s;
    -ms-transition:.4s
}

.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next
{
    right:10%;
    -webkit-transition:.4s;
    -moz-transition:.4s;
    -o-transition:.4s;
    -ms-transition:.4s
}

.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next
{
    right:1%;
    -webkit-transition:.4s;
    -moz-transition:.4s;
    -o-transition:.4s;
    -ms-transition:.4s;
    opacity:1
}

.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev
{
    left:1%;
    -webkit-transition:.4s;
    -moz-transition:.4s;
    -o-transition:.4s;
    -ms-transition:.4s;
    opacity:1
}

.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover
{
    color:#D32429;
    background:#222;
    border:1px solid #222
}

.quote-area
{
    position:relative;
    background:rgba(0,0,0,0) url(../img/background/bg1.jpg) no-repeat scroll top right / cover
}

.quote-all
{
    background:rgba(0,0,0,0.80)
}

.left-headline h3
{
    font-size:34px;
    line-height:44px;
    letter-spacing:1px;
    max-width:870px;
    color:#fff
}

.contact-icon
{
    display:block;
    overflow:hidden
}

.contact-icon iframe{
    min-height: 210px; 
}

.single-contact a
{
    display:block;
    margin-bottom:15px;
    overflow:hidden
}

.quote-area .single-contact a i
{
    float:left;
    color:#222;
    font-size:15px;
    margin-right:15px;
    line-height:33px;
    width:34px;
    height:34px;
    background:#D32429;
    text-align:center;
    border-radius:3px
}

.single-contact span
{
    color:#ccc
}

.form-row
{
    margin-top:30px
}

.quote-contact
{
    padding:40px
}

.quote-contact input
{
    border-radius:0;
    height:45px;
    margin-bottom:15px;
    border:1px solid #ccc!important;
    background:transparent;
    color:#ccc
}

.quote-area .white-headline::after
{
    display:none
}

.quote-area .contact-form textarea.form-control
{
    height:104px;
    border-radius:0;
    margin-bottom:15px;
    border:1px solid #ccc!important;
    background:transparent;
    color:#ccc
}

.quote-area .quote-btn
{
    background:#D32429;
    border:1px solid #D32429;
    color:#222;
    padding:9px 20px;
    font-size:17px;
    font-weight:700;
    text-transform:uppercase;
    display:block;
    width:100%;
    transition:.4s
}

.quote-area .quote-btn:hover
{
    background:#222;
    border:1px solid #D32429;
    transition:.4s;
    color:#D32429
}

.quote-area #contactForm .col-md-6
{
    padding-left:7.5px;
    padding-right:7.5px
}

.blog-area
{
    position:relative
}

.blog-image
{
    overflow:hidden;
    display:block
}

.blog-grid
{
    margin-top:-30px
}

.blog-content
{
    padding:30px 20px;
    background:#fff;
    box-shadow:0 0 5px #f5f5f5,-2px -2px 5px #f5f5f5
}

.image-scale
{
    position:relative;
    display:block;
    transition:.5s
}

.image-scale::after
{
    position:absolute;
    content:"";
    background:rgba(0,0,0,0.10);
    width:100%;
    height:100%;
    left:0;
    top:0
}

.blog-content a h4
{
    font-size:20px;
    text-transform:inherit;
    font-weight:600;
    color:#444;
    line-height:28px;
    margin-top:10px;
    margin-bottom:10px
}

.blog-meta
{
    display:inline-block
}

.blog-meta span
{
    color:#D32429;
    font-size:14px;
    font-weight:700;
    padding-right:10px
}

.single-blog:hover .image-scale
{
    transform:scale(1);
    transition:.5s
}

.single-blog:hover .image-scale::after
{
    background:rgba(0,0,0,0.10)
}

.blog-content a h4:hover
{
    color:#D32429
}

.single-blog
{
    margin-top:30px
}

.read-more
{
    color:#444;
    display:inline-block;
    font-weight:700
}

.read-more:hover
{
    color:#D32429
}

.banner-area
{
    background:#D32429;
    display:
    block;
    overflow:
    hidden;
    padding: 5px 0;
}

.banner-contact
{
    float: right;
    text-align: right;
    margin-top: 10px;
}

.banner-contact span i
{
    display:inline-block;
    width:40px;
    height:40px;
    color: #fff;
    border: 2px solid #222;
    text-align:center;
    line-height: 37px;
    border-radius:50%;
    margin-right:20px;
    margin-top:5px
}

.banner-contact span
{
    color: #fff;
    font-weight: 500;
    font-size:20px;
}

.banner-btn
{
    float:right;
    border: 1px solid #ffffff;
    display:inline-block;
    padding:12px 20px;
    color: #fff;
    font-weight:700;
    font-size:20px;
    background: #d32429;
    border-radius:3px
}

.banner-btn:hover
{
    background: #fff;
    border:1px solid #fff;
    color:#D32429
}

.banner-content h4
{
    float:
    left;
    margin-bottom:0;
    color: #fff;
    font-size:24px;
    font-weight: 500;max-width:600px;
    line-height:32px;
    padding:7px 0
}

.footer-area
{
    position:relative;
    padding: 50px 0 0;
    -webkit-box-shadow: 0px 9px 17px 18px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 9px 17px 18px rgba(0,0,0,0.19);
    box-shadow: 0px 9px 17px 18px rgba(0,0,0,0.19);
}

.footer-1
{
    background:url(../img/background/bg1.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:bottom center;
    background-attachment:scroll;
    position:relative;
    z-index:1;
    padding-top: 50px;
    font-style: normal;
}

.footer-1::after
{
    background: rgb(10 24 40 / 0%) none repeat scroll 0 0;
    content:"";
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:-1
}

.footer-about-top
{
    position:relative;
    background: rgb(250 250 250);
    box-shadow: 0 0 5px #ddd;
    padding: 60px 30px;
    top:-65px;
    margin-bottom:-200px;
    border-radius: 0 50px 0 0;
}

.footer-about-top::before
{
    background: #d32429;
    position:absolute;
    content:"";
    left:-110px;
    top:0;
    width:130px;
    height:100%;
    z-index:-1
}

.footer-logo
{
    /* margin-bottom:15px */
}

.footer-head p
{
    color: #000;
}

.footer-head h4
{
    color: #000;
    font-size:18px;
    margin-bottom:20px;
    text-transform:uppercase;
    font-weight:700
}

.footer-services-link ul.footer-list
{
    width:50%;
    float:left
}

.footer-icons ul li
{
    display:inline-block
}

.footer-icons ul li a
{
    color:#D32429;
    display:block;
    font-size:20px;
    line-height: 40px;
    text-align:center;
    margin-right:5px;
    width:40px;
    height:40px;
    border:1px solid #222;
    border-radius:50%
}

.footer-icons ul li a:hover
{
    color:#222;
    background:#D32429;
    border:1px solid #D32429
}

.footer-icons
{
    margin-top: 15px;
    display:inline-block
}

.footer-icons h5
{
    color: #fff;
}

.suscribe-input input
{
    background:transparent;
    border:medium none;
    color:#ddd;
    font-size:15px;
    line-height:24px;
    padding:11px 15px;
    height:42px;
    border-radius:0;
    width:100%;
    border:1px solid #777
}

.suscribe-input button
{
    background:#D32429;
    border:1px solid #D32429;
    color:#222;
    font-size:20px;
    padding:8px 20px;
    border-radius:3px;
    transition:.4s;
    margin-top:15px;
    text-transform:capitalize;
    font-weight:700;
    width:100%
}

.suscribe-input button:hover
{
    background:#222;
    color:#D32429;
    transition:.4s
}

.footer-contacts p span
{
    color:#D32429;
    font-weight:700
}

.footer-contacts p
{
    color: #000000;
    font-weight: 500;
}

.footer-content
{
    display:block
}

.footer-list li a
{
    color: #000000;
    padding:4px 0 4px 20px;
    display:block;
    position:relative;
    font-weight:500
}

.footer-list li:first-child a
{
    padding-top:0
}

.footer-list li:last-child a
{
    padding-bottom:0
}

.footer-list li a::after
{
    position:absolute;
    content:"\e876";
    right:auto;
    top:4px;
    font-family:konstra;
    font-size:11px;
    left:0
}

.footer-list li a:hover
{
    color:#D32429
}

.footer-area-bottom
{
    background:linear-gradient(90deg, rgba(211,36,41,1) 0%, rgba(165,167,170,1) 100%);
    padding:15px 0
}

.copyright-text a:hover
{
    text-decoration:underline;
    color:#D32429
}

.copyright-text a
{
    color:#ddd
}

.copyright > p
{
    margin-bottom:0;
    color:#fff;
    font-size: 13px;
}

.copyright a
{
    color:#fff;
}

.header-area-2 .logo-bg
{
    background:#D32429;
    z-index:10;
    margin-left:15px
}

.header-area-2 .menu-bg
{
    position:relative;
    margin-left:-30px;
    margin-right:-15px;
    background:rgba(17,17,17,0.50)
}

.header-area-2
{
    background:transparent;
    box-shadow:none
}

.header-area-2 .logo-bg:before
{
    display:none
}

.intro-area-2 .layer-1-2 h1
{
    margin:20px auto;
    text-transform:capitalize;
    font-weight:700;
    max-width:820px
}

.intro-area-2 .layer-1-1 p
{
    margin:0 auto 30px
}

.header-two
{
    position:absolute;
    top: 0;
    left:0;
    width:100%;
    height:auto;
    z-index:999;
}

.topbar-area-2
{
    background:#D32429
}

.topbar-area-2 .topbar-left ul li a,.topbar-area-2 .top-social ul li a
{
    color:#222;
    opacity:1
}

.topbar-area-2 .top-social ul li a:hover
{
    color:#D32429;
    background:#222
}

.header-area-2 .main-menu ul.navbar-nav li a,.header-area-2 .header-right-link a.main-search
{
    color:#fff
}

.header-area-2 .main-menu ul.navbar-nav li a:hover
{
    color:#D32429
}

.intro-area-2 .slider-content
{
    margin-top:-100px
}

.header-area-2.stick
{
    background:#fff;
    box-shadow:0 0 5px #666,-2px -2px 5px #666
}

.services-all
{
    margin-top:-30px
}

.services-all .single-services
{
    margin-top:30px
}

.counter-area.connter-area-2::after
{
    display:none
}

.counter-area
{
    background:rgba(0,0,0,0) url(../img/background/bg2.jpg) no-repeat scroll top center / cover;
    width:100%;
    height:100%;
    max-height:500px;
    position:relative;
    z-index:1
}

.counter-area::after
{
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    background-image:url(../img/background/shape2.png);
    background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center center;
    background-size:cover;
    opacity:.95;
    content:"";
    z-index:-1
}

.display-table
{
    width:100%;
    height:100%;
    display:table
}

.display-table-cell
{
    width:100%;
    height:100%;
    display:table-cell;
    vertical-align:middle
}

.counter-inner h3
{
    color:#fff;
    text-transform:uppercase;
    font-size:46px;
    line-height:56px;
    font-weight:800
}

.fun-content
{
    overflow:hidden;
    display:block;
    margin-top:40px
}

.fun_text > span
{
    color:#D32429;
    display:inline-block;
    font-size:40px;
    padding-bottom:10px;
    line-height:48px;
    font-weight:800
}

.fun_text
{
    float:left;
    width:30.33%;
    background:#222;
    margin-right:20px;
    padding:30px 20px 15px;
    border-radius:5px
}

.fun_text > h5
{
    color:#fff;
    font-size:16px;
    font-weight:600;
    text-transform:uppercase
}

.overview-area
{
    position:relative
}

.overview-inner
{
    padding:15% 7% 15% 10%
}

.overview-area .col-md-6
{
    padding-left:0;
    padding-right:0
}

.overview-img
{
    padding-right:40px
}

.main-view
{
    padding-bottom:30px
}

.main-view:last-child
{
    padding-bottom:0
}

.company-content
{
    background:#fff;
    padding:12% 16% 12% 3%
}

.view-images
{
    float:left;
    font-size:40px;
    line-height:76px;
    text-align:center;
    color:#D32429;
    width:80px;
    height:80px;
    border:1px solid #222;
    background:#222;
    border-radius:3px
}

.view-images:hover
{
    color:#D32429
}

.view-content
{
    padding-left:100px
}

.main-view:last-child p
{
    margin-bottom:0
}

.view-content h4
{
    text-transform:capitalize;
    font-size:20px;
    margin-bottom:10px;
    font-weight:600
}

.testimonial-area
{
    background:rgba(0,0,0,0) url(../img/bg2.jpg) no-repeat scroll top center / cover;
    width:100%;
    height:auto;
    position:relative;
    z-index:1
}

.single-testi
{
    padding:30px 20px;
    position:relative;
    background-color:#444
}

.testimonial-img
{
    margin-top:30px
}

.testimonial-img img
{
    width:100%;
    display:block;
    max-width:130px;
    height:auto;
    border-radius:50%;
    margin:0 auto;
    border:5px solid #D32429
}

.testimonial-text
{
    position:relative;
    padding:0 30px
}

.testimonial-text::before
{
    position:absolute;
    content:"\f10d";
    font-family:fontawesome;
    left:0;
    top:0;
    font-size:70px;
    color:#D32429;
    line-height:75px;
    z-index:-1
}

.testimonial-text p
{
    color:#fff;
    font-size:22px;
    letter-spacing:1px;
    line-height:32px;
    font-style:italic;
    font-weight:500
}

.client-name
{
    padding-top:20px
}

.client-name h4
{
    text-transform:uppercase;
    font-size:18px;
    margin-bottom:3px;
    padding-top:10px;
    color:#fff
}

.client-name span
{
    color:#ddd
}

.blog-area-2 .blog-image
{
    width:50%;
    height:auto;
    float:left
}

.blog-area-2 .image-scale,.blog-area-2 .image-scale img
{
    width:100%;
    height:100%;
    min-height:300px;
    object-fit:cover
}

.blog-area-2 .blog-content
{
    padding:30px 20px;
    background:#fff;
    box-shadow:0 0 5px #f5f5f5,-2px -2px 5px #f5f5f5;
    overflow:hidden;
    min-height:300px
}

.blog-area-2 .blog-content a h4
{
    margin-bottom:15px
}

.footer-2 .footer-head h4,.footer-2 .footer-icons h5
{
    color:#333
}

.footer-2 .footer-list li a,.footer-2 .footer-head p
{
    color:#444
}

.footer-2 .footer-icons ul li a
{
    background:#D32429;
    border:1px solid #D32429;
    color:#222
}

.footer-2 .footer-icons ul li a:hover
{
    background:#222;
    border:1px solid #222;
    color:#D32429
}

.footer-2 .footer-area-bottom
{
    background:#111;
    padding:25px 0
}

.footer-2 .copyright-text a
{
    color:#ddd
}

.footer-2 .copyright > p
{
    margin-bottom:0;
    color:#ddd
}

.footer-2 .copyright a
{
    color:#D32429
}

.welcome-area-3
{
    position:relative;
    top:-100px;
    z-index:2
}

.welcome-area-3 .well-services
{
    background:#fff;
    box-shadow:none;
    border:1px solid #ddd
}

.intro-area-3 .slider-content
{
    margin-top:-85px
}

.intro-area-3 .layer-1-2 h1
{
    margin:0 auto 10px;
    max-width:990px
}

.intro-area-3 .layer-1-1 p
{
    max-width:750px;
    margin:0 auto 40px
}

.services-area-2 .image-layer
{
    transition:.4s;
    opacity:1;
    background: rgb(0 0 0 / 25%) none repeat;
}

.services-area-2 .main-services
{
    background:transparent;
    transition:.4s;
    bottom:20px;
    font-style: normal;
}

.services-area-2 .main-services p
{
    opacity:1
}

.project-area-3 .project-menu li a
{
    color:#fff
}

.project-area-3 .project-menu li a.active,.project-area-3 .project-menu li a:hover
{
    color:#222;
    background:#D32429
}

.footer-3
{
    background:#fff
}

.footer-3 .footer-about-top
{
    position:relative;
    background:#D32429;
    padding:101px 30px;
    top:-100px;
    margin-bottom:-200px
}

.footer-3 .footer-about-top::before
{
    background:#D32429;
    position:absolute;
    content:"";
    left:-110px;
    top:0;
    width:130px;
    height:100%;
    z-index:3
}

.footer-3 .footer-list li a:hover
{
    color:#ffffff
}

.footer-3 .footer-head h4,.footer-3 .footer-icons h5
{
    color:#333
}

.footer-3 .footer-contacts p span
{
    color:#222
}

.footer-3 .footer-list li a,.footer-3 .footer-head p
{
    color:#222
}

.footer-icons ul li a
{
    background: #d32429;
    border: 1px solid #071f39;
    color: #ffffff;
}

.footer-icons ul li a i
{
    line-height: 40px;
}

.footer-3 .footer-area-bottom
{
    background:#181818;
    padding:25px 0
}

.footer-3 .copyright-text a
{
    color:#ddd
}

.footer-3 .copyright > p
{
    margin-bottom:0;
    color:#ddd
}

.footer-3 .copyright a
{
    color:#D32429
}

.project-area-3
{
    background:url(../img/background/bg3.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:top center;
    background-attachment:fixed;
    position:relative;
    z-index:1
}

.project-area-3::after
{
    background:rgba(10,24,40,0.8) none repeat scroll 0 0;
    content:"";
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:-1
}

.intro-area-4 .layer-1 h1
{
    color:#fff;
    font-size:56px;
    line-height:72px;
    text-transform:uppercase;
    margin:0 0 40px;
    max-width:800px;
    font-weight:700;
    letter-spacing:1px
}

.team-member
{
    margin-top:-30px
}

.single-member
{
    overflow:hidden;
    box-shadow:0 5px 25px rgba(0,0,0,0.1);
    text-align:center;
    position:relative;
    margin-top:30px
}

.team-content
{
    transition:.5s;
    padding:25px 15px 10px
}

.team-title h4
{
    text-transform:uppercase;
    font-weight:700;
    font-size:20px;
    color:#444;
    margin-bottom:5px
}

.team-title h6
{
    color:#444;
    font-weight:500;
    font-style:italic;
    font-size:14px;
    margin-bottom:5px
}

.team-share p
{
    color:#444;
    letter-spacing:1px
}

.team-social
{
    position:absolute;
    top:30px;
    left:-52px;
    background:#fff;
    padding:30px 10px;
    opacity:1;
    transition:.4s;
    width:50px;
    height:200px;
    border-radius:0 10px 10px 0;
    transition:.5s
}

.single-member:hover .team-social
{
    transition:.4s;
    left:0
}

.social-icon li
{
    display:block
}

.social-icon li a
{
    color:#222;
    display:block;
    line-height:34px;
    font-size:18px
}

.social-icon li a:hover
{
    color:#D32429
}

.team-content .social-icon
{
    margin-top:15px
}

.team-title
{
    margin-bottom:10px
}

.page-area
{
    position:relative;
    background:url(../img/background/b.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:top center
}

.breadcumb-overlay
{
    position:absolute;
    background:rgba(10,27,40,0.6) none repeat scroll 0 0;
    top:0;
    width:100%;
    left:0;
    height:100%
}

.breadcrumb
{
    padding:50px 0;
    background-color:transparent;
    margin-bottom:0
}

.breadcrumb-bg
{
    float:right;
    padding:10px 0
}

.bread-content
{
    padding: 70px 0 0;
}

.breadcrumb .section-headline h3
{
    font-size: 26px;
    line-height: 50px;
    text-transform:inherit;
    position:relative;
    top:auto;
    margin-bottom:0
}

.breadcrumb .section-headline
{
    margin-bottom:0;
    display:inline-block
}

.breadcrumb .section-headline h3::after
{
    display:none
}

.breadcrumb ul li
{
    display:inline-block;
    color:#fff;
    padding:0 10px 0 20px;
    position:relative;
    font-size:16px
}

.breadcrumb ul li.home-bread
{
    padding-left:0
}

.breadcrumb ul li::after
{
    position:absolute;
    content: "\f105";
    font-family:fontAwesome;
    right:-10px;
    top:0
}

.breadcrumb ul li:last-child::after
{
    content: "";
    display: none;
}



.breadcrumb .section-headline::after
{
    display:none
}

.team-page-area .team-member
{
    margin-top:-30px
}

.team-page-area .single-member
{
    margin-top:30px
}

.testimonial-page-area .Reviews-content
{
    margin-top:-30px
}

.testimonial-page-area .testimonial-text p
{
    font-size:16px;
    letter-spacing:inherit;
    line-height:28px;
    font-style:normal;
    font-weight:500;
    color:#444
}

.testimonial-page-area .client-name h4
{
    color:#333
}

.testimonial-page-area .client-name span
{
    color:#666
}

.testimonial-page-area .testimonial-text
{
    position:relative;
    padding:0 10px
}

.testimonial-page-area .testimonial-text::before
{
    font-size:40px;
    line-height:40px
}

.testimonial-page-area .single-testimonial
{
    border:1px solid #ddd;
    padding:30px 15px;
    margin-top:30px
}

.testimonial-page-area .testimonial-img img
{
    max-width:100px
}

.project-page-area{
    padding: 50px 0 0;
}

.project-page-area .project-menu li a
{
    color:#444
}

.choose-area
{
    position:relative
}

.choose-area .choose-content p
{
    color:#666
}

.choose-area .choose-img a
{
    border-radius:50%;
    display:block;
    width:100px;
    height:100px;
    font-size:44px;
    line-height:95px;
    border:1px solid #D32429;
    color:#fff;
    transition:.4s;
    background:#D32429;
    font-weight:800
}

.choose-services
{
    box-shadow:0 5px 25px rgba(0,0,0,0.1);
    display:block;
    padding:30px 15px;
    background:rgba(0,0,0,0) url(../img/about/cb.png) no-repeat scroll top center / cover;
    position:relative;
    z-index:1
}

.choose-services::after
{
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.94);
    left:0;
    top:0;
    content:"";
    z-index:-1
}

.choose-img
{
    display:inline-block;
    margin-bottom:30px
}

.choose-content h4
{
    text-transform:uppercase;
    font-size:18px;
    font-weight:600
}

.brand-area
{
    background:#071f39;
    display:block;
    overflow:hidden;
    position:relative;
    z-index:1
}

.brand-items
{
    display:block;
    margin-top:40px;
    overflow:hidden;
    padding:0 60px
}

.brand-items h4
{
    color:#fff;
    font-size:26px;
    line-height:32px;
    font-weight:600;
    text-align:center
}

.brand-items
{
    padding:0 30px
}

.single-brand-item
{
    float:left;
    width:20%;
    padding:0 10px
}

.single-brand-item a
{
    display:block
}

.brand-btn
{
    border:1px solid #FFA100;
    display:inline-block;
    padding:10px 20px;
    color:#fff;
    font-weight:600;
    font-size:20px;
    background:#FFA100;
    border-radius:2px;
    margin-top:40px
}

.brand-btn:hover
{
    background:transparent;
    border:1px solid #fff;
    color:#fff
}

.brand-content h3
{
    margin:0 auto;
    color:#fff;
    font-size:30px;
    max-width:750px;
    line-height:36px;
    font-weight:600
}

.faq-page-area .faq-content
{
    background:#f9f9f9;
    padding:6% 10%;
    border-radius:5px;
    box-shadow:0 5px 25px rgba(0,0,0,0.1)
}

.faq-details .panel-heading
{
    padding:0
}

.panel
{
    margin-bottom:20px;
    background-color:#fff;
    border:none;
    border-radius:4px;
    box-shadow:0 2px 5px #f5f5f5
}

.panel-default
{
    border-color:#ddd;
    border-radius:0!important
}

.panel-group .panel+.panel
{
    margin-top:10px
}

.panel-default > .panel-heading
{
    color:#666
}

.panel-default>.panel-heading+.panel-collapse>.panel-body
{
    border-top-color:#ddd;
    background:#fff
}

.faq-details h4.check-title a
{
    color:#666;
    display:block;
    font-weight:500;
    padding:10px 10px 10px 60px;
    text-decoration:none;
    background:#fff
}

.panel-body
{
    padding:15px 15px 0 45px
}

.faq-details h4.check-title
{
    color:#666;
    font-size:16px;
    margin-bottom:0;
    text-transform:capitalize
}

.faq-details .panel-heading h4 a
{
    position:relative
}

.faq-details .panel-heading h4 a::before
{
    color:#666;
    content:"\e881 ";
    font-family:konstra;
    font-size:16px;
    left:0;
    line-height:46px;
    position:absolute;
    text-align:center;
    top:0;
    width:50px;
    height:100%
}

.faq-details .panel-heading h4 a.active::before
{
    color:#222;
    content:"\e882";
    font-family:konstra;
    font-size:16px;
    left:0;
    line-height:46px;
    position:absolute;
    text-align:center;
    background:#D32429;
    top:0;
    width:50px;
    height:100%
}

.faq-details .panel-heading h4 a.active
{
    color:#D32429;
    background:#222
}

.faq-page-area .faq-content
{
    background:#222;
    padding:10%;
    border-radius:5px;
    box-shadow:0 5px 25px rgba(0,0,0,0.1)
}

.faq-content h4
{
    color:#D32429;
    margin-bottom:30px
}

.faq-page-area .contact-form input[type="text"],.faq-page-area .contact-form input[type="email"]
{
    border:1px solid #ccc;
    border-radius:0;
    height:44px;
    margin-bottom:15px;
    padding-left:20px;
    width:100%
}

.faq-page-area .faq-content .contact-form textarea#message
{
    height:135px
}

.faq-page-area .quote-btn
{
    font-weight:600;
    color:#222;
    background:#D32429;
    display:inline-block;
    border:1px solid #D32429;
    padding:10px 20px;
    width:134px;
    text-transform:uppercase;
    border-radius:3px;
    transition:.4s;
    margin-top:10px
}

.faq-page-area .quote-btn:hover
{
    background:#222;
    color:#D32429;
    transition:.4s;
    border:1px solid #D32429
}

.error-page-area
{
    background:rgba(0,0,0,0) url(../img/background/404.jpg) no-repeat scroll top center / cover;
    width:100%;
    height:auto;
    position:relative
}

.error-page-area::before
{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.90) none repeat scroll 0 0;
    content:""
}

.error-easy-text
{
    font-weight:700;
    text-transform:uppercase;
    font-size:30px
}

.high-text
{
    font-size:250px;
    line-height:260px
}

.error-bot
{
    font-size:24px
}

.error-btn
{
    background:#D32429;
    border:2px solid #D32429;
    color: #fff;
    font-size:16px;
    padding:12px 20px;
    transition:.4s;
    margin-top:15px;
    text-transform:capitalize;
    margin-top:30px;
    display:inline-block;
    font-weight:700
}

.error-btn:hover
{
    background:#222;
    border:2px solid #222;
    color:#ffffff
}

.contact-head
{
    background:#fff;
    padding: 25px;
    border:1px solid #ddd
}

.contact-page .single-contact a i
{
    float:left;
    color: #fff;
    font-size:15px;
    margin-right:15px;
    line-height:33px;
    width:34px;
    height:34px;
    background:#D32429;
    text-align:center;
    border-radius:3px
}

.contact-head h3
{
    font-weight:600;
    font-size:26px
}

.contact-head p
{
    font-size:16px
}

.contact-form input[type="text"],.contact-form input[type="email"]
{
    border:1px solid #ccc;
    border-radius:0;
    height:44px;
    margin-bottom:15px;
    padding-left:20px;
    width:100%
}

.contact-form textarea#message
{
    border:1px solid #ccc;
    border-radius:0;
    height: 138px;
    padding:20px;
    width:100%
}

.contact-page .contact-btn
{
    background:#D32429;
    border:2px solid #D32429;
    color:#fff;
    display:inline-block;
    font-size:16px;
    margin-top:5px;
    padding:10px 40px;
    transition:.4s;
    width:auto;
    float:left;
    text-transform:uppercase;
    border-radius:2px;
    font-weight:700
}

.contact-page .contact-btn:hover
{
    background:#222;
    border:2px solid #222;
    color: #ffffff;
    transition:.4s
}

.map-area
{
    padding-top:90px
}

.contact-page .single-contact h5,.contact-page .single-contact span
{
    color:#444
}

.contact-page .single-contact
{
    float:left;
    width: 100%;
}

.blog-page-area .single-blog
{
    background:#fff
}

.left-blog-page form
{
    border:none
}

.blog-search-option input
{
    padding:5px 15px;
    width:80%;
    border:1px solid #f5f5f5;
    height:45px;
    background:transparent
}

.blog-search-option
{
    margin-bottom:30px;
    display:block
}

.blog-search-option button
{
    background:#D32429;
    border:none;
    padding:4px 10px
}

.blog-search-option button i
{
    font-size:20px;
    padding:6px 10px;
    line-height:25px;
    color:#222;
    background:#D32429
}

.left-blog h4
{
    position:relative;
    color:#444;
    font-size:20px;
    font-weight:600;
    margin-bottom:5px;
    padding:15px 0;
    text-transform:capitalize
}

.left-blog h4::after
{
    position:absolute;
    content:"";
    left:0;
    bottom:0;
    width:50px;
    height:2px;
    background:#444
}

.left-blog
{
    overflow:hidden;
    padding-bottom:20px
}

.left-blog li
{
    display:block
}

.left-blog ul li a
{
    color:#444;
    display:block;
    font-size:15px;
    padding:10px 0 10px 25px;
    text-transform:capitalize;
    position:relative
}

.pst-content .date-type
{
    font-size:14px
}

.left-blog ul li a:before
{
    position:absolute;
    content:"";
    left:5px;
    top:21px;
    background:#666;
    width:5px;
    height:5px
}

.popular-tag.left-blog ul li a:before
{
    display:none
}

.recent-single-post
{
    display:block;
    overflow:hidden;
    padding:15px 0
}

.recent-single-post:last-child
{
    border-bottom:none
}

.post-img
{
    display:inline-block;
    float:left;
    padding-right:10px;
    width:30%
}

.pst-content
{
    display:inline-block;
    float:left;
    width:65%;
    padding-left:10px
}

.pst-content p
{
    margin-bottom:0
}

.pst-content p a:hover,.left-blog ul li a:hover
{
    color:#D32429
}

.pst-content p a
{
    color:#444;
    font-size:15px;
    font-weight:600
}

.blog-tags
{
    padding:1px 0
}

.left-blog li:last-child
{
    border-bottom:0
}

.popular-tag.left-blog ul li a:hover
{
    color:#fff
}

.popular-tag.left-side-tags.left-blog ul
{
    padding:0
}

.left-tags .left-side-tags ul li
{
    border-bottom:0;
    display:inline-block;
    margin:5px 0
}

.left-tags .left-side-tags ul li a
{
    padding:5px 10px;
    width:auto;
    background:#f4f5f4;
    color:#444;
    border-radius:3px;
    font-weight:700;
    font-size:14px
}

.left-tags .left-side-tags ul li a:hover
{
    color:#D32429
}

.left-side-tags h4
{
    margin-bottom:15px
}

.blog-side-area .blog-right-column
{
    margin-top:-30px
}

.pagination
{
    display:inline-block;
    padding-left:0;
    margin:50px 0 0;
    border-radius:4px
}

.pagination>li>a,.pagination>li>span
{
    position:relative;
    float:left;
    padding:6px 12px;
    line-height:1.42857143;
    text-decoration:none;
    color:#D32429;
    background-color:#222;
    border:none;
    margin-left:-1px;
    border-radius:5px
}

.pagination>li
{
    display:inline-block;
    margin:0 3px 0 0
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus
{
    z-index:3;
    color:#222;
    background-color:#D32429;
    cursor:default;
    border-radius:5px
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus
{
    z-index:2;
    color:#fff;
    background-color:#D32429;
    border-color:#D32429;
    border-radius:2px
}

.blog-left-content
{
    margin-top:-30px
}

.left-blog-page .post-img img
{
    width:100%;
    height:100%;
    min-height:90px;
    object-fit:cover;
    border-radius:2px
}

.comments-heading h3,h3.comment-reply-title
{
    border-bottom:1px solid #ccc;
    color:#444;
    font-size:18px;
    margin:0 0 20px;
    padding:0 0 5px;
    text-transform:capitalize
}

.comments-list ul li
{
    margin-bottom:25px
}

.comments-list-img
{
    float:left;
    margin-right:15px
}

.comments-content-wrap
{
    color:#444;
    font-size:14px;
    margin:0 0 15px 80px;
    padding:10px;
    position:relative
}

blockquote
{
    padding:10px 20px 10px 50px;
    margin:0 0 20px;
    font-size:15px;
    border-left:none;
    font-style:italic;
    position:relative
}

blockquote::before
{
    position:absolute;
    top:10px;
    left:0;
    content:"\f10d ";
    font-family:fontawesome;
    font-size:34px
}

blockquote p
{
    font-size:16px!important;
    line-height:28px
}

.author-avatar
{
    display:inline-block;
    float:left;
    width:10%
}

.author-description h2
{
    color:#444;
    font-size:20px;
    text-transform:uppercase
}

.author-description h2 a
{
    color:#444
}

.comments-content-wrap span b
{
    margin-right:5px
}

span.post-time
{
    margin-right:5px
}

.comments-content-wrap p
{
    color:#444;
    margin-top:10px
}

li.threaded-comments
{
    margin-left:50px
}

.comment-respond
{
    margin-top:20px
}

span.email-notes
{
    color:#444;
    display:block;
    font-size:12px;
    margin-bottom:10px
}

.comment-respond p
{
    color:#444;
    margin-bottom:5px
}

.comment-respond input[type=text],.comment-respond input[type=email]
{
    border:1px solid #ccc;
    border-radius:0;
    height:32px;
    margin-bottom:15px;
    padding:0 0 0 10px;
    width:100%;
    background:transparent
}

.comment-respond textarea#message-box
{
    border:1px solid #ccc;
    border-radius:0;
    max-width:100%;
    padding:10px;
    height:160px;
    width:100%;
    background:transparent
}

.comments-content-wrap span a
{
    color:#D32429
}

.comments-content-wrap span a:hover
{
    color:#D32429
}

.comment-respond .add-btn.contact-btn
{
    background:#D32429;
    color:#222;
    display:block;
    font-size:16px;
    margin-top:5px;
    padding:10px 20px;
    transition:.4s;
    border-radius:5px;
    width:auto!important;
    margin-top:20px;
    border:1px solid #D32429;
    text-transform:capitalize;
    font-weight:600
}

.comment-respond .add-btn.contact-btn:hover
{
    background:#222;
    color:#D32429;
    border:1px solid #222
}

.blog-page-details .left-blog-page
{
    margin-top:0;
    margin-bottom:30px
}

.single-post-comments
{
    margin-top:30px
}

.left-head-blog .pst-content p
{
    margin-bottom:5px
}

.blog-details .blog-content h4
{
    font-size:24px;
    line-height:34px;
    margin-top:10px;
    font-weight:600
}

.blog-grid-page .blog-content
{
    padding:20px
}

.project-page-area .project-menu li a
{
    color:#444
}

.project-2-column .project-single
{
    float:left;
    width:50%
}

.project-4-column .project-single
{
    float:left;
    width:25%
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div
{
    background:rgba(0,0,0,0) none repeat scroll 0 0;
    border:1px solid #222;
    background:#222;
    border-radius:0;
    color:#D32429;
    display:inline-block;
    font-size:22px;
    height:50px;
    line-height:48px;
    position:relative;
    text-align:center;
    transition:all .5s ease 0;
    width:50px;
    border-radius:50%
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev
{
    top:50%;
    position:absolute;
    left:3%;
    margin-top:-30px
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev:hover,.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next:hover
{
    background:#D32429;
    border:1px solid #D32429;
    color:#222
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next
{
    margin-top:-15px;
    position:absolute;
    right:3%;
    top:50%
}

.project-history
{
    background:#222;
    padding:30px;
    border-radius:3px
}

.project-details {
    color: #444;
}

.project-details h4
{
    font-size:26px;
    font-weight:600
}

.project-name ul li
{
    color:#fff;
    font-weight:500;
    font-size:18px;
    line-height:32px;
    margin:10px 0
}

.project-name span
{
    padding-right:15px;
    min-width:110px;
    display:inline-block;
    font-weight:700;
    font-size:18px;
    color:#D32429
}

.project-inner
{
    margin-bottom:30px
}

.project-share
{
    margin-top:30px
}

.project-share ul li
{
    display:inline-block;
    margin-top:10px
}

.project-share ul li a
{
    color:#D32429;
    display:block;
    font-size:20px;
    line-height:38px;
    text-align:center;
    margin-right:5px;
    width:40px;
    height:40px;
    background:#222;
    border:1px solid #222;
    border-radius:50%
}

.project-share li a:hover
{
    color:#222;
    background:#D32429;
    border:1px solid #D32429
}

.project-content.project-related
{
    margin-top:-30px
}

.single-page-head
{
    margin-bottom:30px
}

.single-services-page p
{
    color:#666;
    margin-bottom:0
}

.left-contact h4
{
    font-size:24px;
    text-transform:uppercase;
    margin-bottom:30px
}

.left-menu li
{
    display:block;
    margin:2px 0
}

.build-img .page-img
{
    padding-bottom:0
}

.left-menu
{
    border:1px solid #ddd
}

.left-menu ul li.active a
{
    color:#D32429;
    position:relative
}

.left-menu ul li a:hover
{
    color:#D32429
}

.left-menu ul li a
{
    color:#333;
    display:block;
    font-size:16px;
    font-weight:600;
    padding:13px 20px;
    position:relative;
    text-decoration:none;
    text-transform:capitalize
}

.left-menu ul li a:hover::after,.left-menu ul li.active a::after
{
    position:absolute;
    right:0;
    top:0;
    background:#D32429;
    content:"";
    width:3px;
    height:100%
}

.down-btn i
{
    font-size:24px;
    float:right
}

.down-btn
{
    border:1px solid #222;
    color:#D32429;
    cursor:poOutfit;
    display:inline-block;
    font-size:15px;
    font-weight:700;
    margin-bottom:15px;
    padding:12px 15px;
    text-align:left;
    transition:all .4s ease 0;
    z-index:222;
    background:#222;
    width:100%;
    position:relative;
    border-radius:2px
}

.down-btn.apli
{
    margin-bottom:0
}

.down-btn:hover
{
    color:#222;
    background:#D32429;
    border:1px solid #D32429
}

.single-page-head .clients-testi
{
    padding:20px 15px;
    border:1px solid #ddd
}

.single-page-head .review-text
{
    margin-top:20px
}

.clients-testi .review-text a,.clients-testi .guest-rev
{
    color:#444
}

.clients-testi .single-review
{
    border:none
}

.review-text h4
{
    font-size:16px;
    margin-bottom:0
}

.single-page-head .review-text p
{
    color:#333;
    font-size:15px;
    letter-spacing:.5px;
    margin-bottom:20px
}

.single-page-head .review-img
{
    margin-top:0
}

.single-page-head .review-img img
{
    border-radius:50%;
    width:80px;
    height:auto;
    border:2px solid #D32429
}

.page-content h3
{
    font-weight:600;
    padding:15px 0 0
}

.single-page
{
    overflow:hidden
}

.single-well h3
{
    margin-bottom:15px
}

.single-well.last-part p
{
    margin-bottom:0
}

.service-list li
{
    display:block;
    position:relative;
    padding-left:30px;
    color:#444
}

.service-list li::before
{
    position:absolute;
    left:0;
    content:"\f00c";
    font-family:fontawesome;
    top:0;
    color:#D32429
}

.single-page-head .service-btn
{
    width:100%;
    margin:20px 0 0
}

.single-services-page .marker-list li
{
    color:#444
}

.mar-row
{
    margin-top:50px
}

.feature-service i
{
    font-size:30px;
    width:60px;
    height:60px;
    background:#222;
    border:1px solid #222;
    color:#D32429;
    text-align:center;
    line-height:58px;
    border-radius:2px;
    float:left;
    margin-right:15px
}

.feature-service h5
{
    font-size:20px;
    font-weight:600;
    max-width:330px;
    line-height:28px
}

.service-feature-content
{
    margin-top:-30px
}

.service-feature-inner
{
    margin-top:30px
}

.project-column-3 .project-single.all-padding,.project-column-4 .project-single.all-padding,.project-column-4 .project-single.all-padding:nth-child(4n)
{
    margin-top:-15px
}

.project-single.all-padding:nth-child(4n),.project-single.all-padding:nth-child(5n),.project-single.all-padding:nth-child(6n)
{
    margin-top:0
}


.main-menu ul.nav li ul.sub-menu li ul.sub2-menu 
{
    background:#fff;
    border-bottom:2px solid #D32429;
    left:0;
    opacity:0;
    position:
    absolute;
    top: 0% !important;
    left: 100%;
    transition:
    all .3s ease 0;
    visibility:
    hidden;
    width: 210px;
    z-index:-99;
    padding:10px 0
}

.main-menu ul.nav li ul.sub-menu li ul.sub2-menu li
{
    padding:0;
    position:relative;
    width:100%
}

.main-menu ul.nav li ul.sub-menu li:hover ul.sub2-menu
{
    top:100%;
    opacity:1;
    z-index:999;
    visibility:visible
}

.main-menu ul.nav li ul.sub-menu li ul.sub2-menu li a
{
    color:#666;
    display:
    block;
    font-size:13px;
    font-weight:700;
    padding:10px 25px;
    text-transform: capitalize;
    font-family:
    'Montserrat',sans-serif
}

.main-menu ul.nav li:hover ul.sub-menu li a:hover
{
    color:#fff;
    background:#D32429
}

.main-menu ul.nav li ul.sub-menu li:last-child
{
    border:none
}

.item_prod_img {
    width: auto;
    height: 30vh;
    object-fit: cover;
}

.slider-img_001 {
    height: 60vh !important;
    object-fit: cover;
}

.left-100 {
    left: -100px;
}

.left-0 {
    left: unset;
}

.right-0 {
    right: unset;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.padding-40 {
    padding: 40px 0 !important;
}

.padding-top-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.top-0 {
    top: unset;
}

.border-001 {
    border: 1px solid #ddd;
}

.box-shadow {
    box-shadow: 0 0 20px #ddd;
}

.pt-20 {
    padding-top: 20px;
}