/*
ART FACTORY
https://templatemo.com/tm-537-art-factory
*/
/* 
---------------------------------------------
Table of contents
---------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. welcome
06. features
07. team
08. pricing
09. blog
10. contact
11. footer
12. preloader
--------------------------------------------- 
*/
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, figure, header, nav, section, article, aside, footer, figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
  }
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
header, nav, section, article, aside, footer, hgroup {
    display: block;
}
* {
    box-sizing: border-box;
}
html, body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    background-color: #EAE9EA;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    text-decoration: none !important;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}
ul {
    margin-bottom: 0px;
}
p {
    font-size: 15px;
    line-height: 25px;
    color: #4a4a4a;
}
/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html, body {
    background: #EAE9EA;
    font-family: "Roboto", sans-serif;
}
::selection {
    background: #ff589e;
    color: #EAE9EA;
}
::-moz-selection {
    background: #ff589e;
    color: #EAE9EA;
}
@media (max-width: 991px) {
    html, body {
        overflow-x: hidden;
    }
    .mobile-top-fix {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .mobile-bottom-fix {
        margin-bottom: 30px;
    }
    .mobile-bottom-fix-big {
        margin-bottom: 60px;
    }
}
a.main-button-slider {
    font-size: 13px;
    border-radius: 20px;
    padding: 12px 20px;
    background-color: #EAE9EA;
    text-transform: uppercase;
    /* color: #EAE9EA; */
    border: solid red 1px;
    color: #1e1e1e;
    
    letter-spacing: 0.25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a.main-button-slider:hover {
    background-color: #0088e8;
    color: #EAE9EA;
    border-color: #EAE9EA;
}
button.main-button {
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 13px;
    border-radius: 20px;
    padding: 10px 20px;
    background-color: #CCB977;
    text-transform: uppercase;
    color: #EAE9EA;
    letter-spacing: 0.25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
button.main-button:hover {
    background-color: #0088e8;
}
.section-heading h2 {
    text-align: center;
    font-size: 52px;
    font-weight: 300;
    color: #232323;
    margin-bottom: 10px;
}
.section-heading p {
    font-size: 17px;
    color: #777;
    text-align: center;
}
/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.background-header {
    background-color: #c62728;
    height: 80px !important;
    position: fixed !important;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .background-header .logo, .background-header .main-nav .nav li a {
    color: #EAE9EA ;
  }
  .background-header .main-nav .nav>li:hover>a {
    color: #d52d2f ;
  }
  .background-header .main-nav .nav>li>ul>li:hover>a {
    color: #d52d2f ;
  }
  .background-header .nav li a.active {
    color: #d52d2f ;
  }
  
  
  .header-area {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 80px;
    /*background-color: #293244;*/
    /*opacity: 0.7;*/
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .header-area .main-nav {
    min-height: 80px;
    background: transparent;
  }
  /* .header-area .main-nav .logo {
    line-height: 80px;
    color: #EAE9EA;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  } */
  .header-area .main-nav .nav {
    float: right;
    margin-top: 27px;
    margin-left: 20px;
    margin-right: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
  }
  .header-area .main-nav .nav li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-area .main-nav .nav li:last-child {
    padding-right: 0px;
  }
  .header-area .main-nav .nav li a {
    display: block;
    font-weight: 500;
    font-size: 13px;
    color: #EAE9EA;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px;
  }
  .header-area .main-nav .nav li:hover a {
    color: #293244;
  }
  .header-area .main-nav .nav li.submenu {
    position: relative;
    padding-right: 35px;
  }
  .header-area .main-nav .nav li.submenu:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 12px;
    color: #EAE9EA;
    position: absolute;
    right: 18px;
    top: 12px;
  }
  .header-area.background-header .main-nav .nav li.submenu:after {
    color: #EAE9EA;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: absolute;
    width: 200px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    top: 40px;
    opacity: 0;
    transform: translateY(-2em);
    visibility: hidden;
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  }
  .header-area .main-nav .nav li.submenu ul li {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    display: block;
    background: #EAE9EA;
    color: #3b566e;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 13px;
    border-bottom: 1px solid #f5f5f5;
  }
  .header-area .main-nav .nav li.submenu ul li a:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 40px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #d52d2f;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover {
    background: #EAE9EA;
    color: #d52d2f;
    padding-left: 25px;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 3px;
  }
  .header-area .main-nav .nav li.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
  }
  .dropdown:hover .dropdown-menu {display: block;}
  
  .dropdown-menu{
    margin:0px;
  }
  
  
  .header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 23px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 40px;
    display: none;
  }
  .header-area .main-nav .menu-trigger span, .header-area .main-nav .menu-trigger span:before, .header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #EAE9EA;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
  }
  .background-header .main-nav .menu-trigger span, .background-header .main-nav .menu-trigger span:before, .background-header .main-nav .menu-trigger span:after {
    background-color: #EAE9EA;
  }
  .header-area .main-nav .menu-trigger span:before, .header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #EAE9EA;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    width: 75%;
  }
  .background-header .main-nav .menu-trigger span:before, .background-header .main-nav .menu-trigger span:after {
    background-color: #EAE9EA;
  }
  .header-area .main-nav .menu-trigger span:before, .header-area .main-nav .menu-trigger span:after {
    content: "";
  }
  .header-area .main-nav .menu-trigger span {
    top: 16px;
  }
  .header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
  }
  .header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
  }
  .header-area .main-nav .menu-trigger.active span, .header-area .main-nav .menu-trigger.active span:before, .header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
  }
  .header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #EAE9EA;
  }
  .background-header .main-nav .menu-trigger.active span:before {
    background-color: #1e1e1e;
  }
  .header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #EAE9EA;
  }
  .background-header .main-nav .menu-trigger.active span:after {
    background-color: #1e1e1e;
  }
  .header-area.header-sticky {
    min-height: 80px;
  }
  .header-area.header-sticky .nav {
    margin-top: 20px !important;
  }
  .header-area.header-sticky .nav li a.active {
    color: #293244;
  }
  @media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        padding-left: 12px;
        padding-right: 12px;
    }
    .header-area .main-nav:before {
        display: none;
    }
  }
  @media (max-width: 991px) {
    .header-area {
        padding: 0px 15px;
        height: 80px;
        box-shadow: none;
        text-align: center;
    }
    .header-area .container {
        padding: 0px;
    }
    .header-area .logo {
        margin-left: 30px;
    }
    .header-area .menu-trigger {
        display: block !important;
    }
    .header-area .main-nav {
        overflow: hidden;
    }
    .header-area .main-nav .nav {
        float: none;
        width: 100%;
        margin-top: 80px !important;
        display: none;
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
        margin-left: 0px;
    }
    .header-area .main-nav .nav li:first-child {
        border-top: 1px solid #eee;
    }
    .header-area .main-nav .nav li {
        width: 100%;
        background: #EAE9EA;
        border-bottom: 1px solid #eee;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .header-area .main-nav .nav li a {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0px !important;
        border: none !important;
        background: #EAE9EA !important;
        color: #3b566e !important;
    }
    .header-area .main-nav .nav li a:hover {
        background: #eee !important;
    }
    .header-area .main-nav .nav>li>a:hover, .header-area .main-nav .nav .submenu>ul>li>a:hover {
        color: #d52d2f;
    }
    .header-area .main-nav .nav li.submenu ul {
        position: relative;
        visibility: inherit;
        opacity: 1;
        z-index: 1;
        transform: translateY(0%);
        transition-delay: 0s, 0s, 0.3s;
        top: 0px;
        width: 100%;
        box-shadow: none;
        height: 0px;
    }
    .header-area .main-nav .nav li.submenu ul li a {
        font-size: 12px;
        font-weight: 400;
    }
    .header-area .main-nav .nav li.submenu ul li a:hover:before {
        width: 0px;
    }
    .header-area .main-nav .nav li.submenu ul.active {
        height: auto !important;
    }
    .header-area .main-nav .nav li.submenu:after {
        color: #3b566e;
        right: 25px;
        font-size: 14px;
        top: 15px;
    }
    .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
        height: 0px;
    }
  }
  @media (min-width: 992px) {
    .header-area .main-nav .nav {
        display: flex !important;
    }
  }
/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
#welcome {
    /* overflow: hidden; */
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    background-image: url(../images/img3/Screenshot\ 2020-12-12\ 184828.png);
    /* background-color: rgb(201, 58, 58); */
    /* background-repeat: no-repeat; */
    
    
    
    /*TRY IT ... with or without CENTER CENTER*/
    /* background-position: center center; */
    background-position: top ;
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100vh;
    margin-top: 0vh;
    z-index: 1;
}
#welcome::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color:rgb(182, 10, 10);
	opacity: .5;
	z-index: -1;
}

.welcome-area .header-text {
    position: absolute;
    top: 55%;
    transform: translateY(-60%);
    text-align: left;
    width: 100%;
}
.welcome-area .header-text .left-text {
    align-self: center;
}
.welcome-area .header-text h1 {
    font-weight: 400;
    font-size: 40px;
    line-height: 80px;
    letter-spacing: 1.4px;
    margin-bottom: 30px;
    color: #EAE9EA;
    /* text-align: center; */
}
.welcome-area .header-text p {
    font-weight: 300;
    font-size: 17px;
    color: #EAE9EA;
    line-height: 30px;
    letter-spacing: 0.25px;
    margin-bottom: 40px;
    position: relative;
    /* text-align: center; */
}
@media (max-width: 991px) {
    .welcome-area .header-text {
        top: 55% !important;
        transform: perspective(1px) translateY(-60%) !important;
    }
    .welcome-area .header-text h1 {
        font-size: 36px;
        line-height: 50px;
        color: #EAE9EA;
        margin-bottom: 15px;
    }
    .welcome-area .header-text h1 span {
        color: #EAE9EA;
    }
    .welcome-area .header-text p {
        color: #EAE9EA;
        margin-bottom: 30px;
    }
}
@media (max-width: 820px) {
    .welcome-area .header-text {
        top: 55% !important;
        transform: perspective(1px) translateY(-60%) !important;
    }
    .welcome-area .header-text h1 {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 15px;
    }
    .welcome-area .header-text p {
        margin-bottom: 30px;
    }
}
@media (max-width: 765px) {
    .welcome-area {
        margin-bottom: 100px;
    }
    .welcome-area .header-text {
        top: 55% !important;
        transform: perspective(1px) translateY(-50%) !important;
        text-align: center;
    }
    .welcome-area .header-text .buttons {
        display: none;
    }
    .welcome-area .header-text h1 {
        font-weight: 600;
        font-size: 24px !important;
        line-height: 30px !important;
        margin-bottom: 20px !important;
    }
    .welcome-area .header-text h1 span {
        color: #EAE9EA;
    }
    .welcome-area .header-text p {
        text-align: center;
        color: #EAE9EA;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 40px;
    }
    .welcome-area .header-text img {
        width: 80%;
        margin-top: 20px;
    }
}
/*
---------------------------------------------
about
---------------------------------------------
*/
#about {
    padding: 120px 0px;
    border-bottom: 1px solid #eee;
}
@media (max-width: 765px) {
    #about {
        padding: 20px 0px 120px 0px;
    }
}
#about .right-text {
    align-self: center;
}
#about .right-text p {
    margin-bottom: 40px;
}
#about2 {
    
    /* background-image: url(../images/img1/about2-bg.png); */
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-position: top;
    background-color: #EAE9EA;
    padding: 120px 0px;
}
#about2 .right-image {
    align-self: center;
}
#about h5 {
    font-size: 26px;
    font-weight: 700;
    color: #d52d2f;
    line-height: 40px;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}
#about h5 small {
    color: #293244;
}
#about p {
    margin-bottom: 17px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #293244;
}
#about2  h2 {
    font-size: 52px;
    font-weight: 300;
    color: #445b65;
    line-height: 40px;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}
#about2  h2 span{
    color: #d52d2f;
}


#about2 .aboutcontent img {
    display: inline;
    float: left;
}

#about2 .aboutcontent .text h6 {
    padding-top: 12px;
    font-size: 21px;
    font-weight: 500;
    color: #37474f;
    margin-bottom: 20px;
}

#about2 ul li {
    list-style-type: square;
    color: #c62728;
    font-size: 20px;
}



#about2 p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #37474f;
}
/* 
---------------------------------------------
distribution
--------------------------------------------- 
*/
#distribution {
    position: relative;
    padding: 120px 0px 10px 0px;
    background-image: url(../images/img3/wave2.png);
    background-repeat: no-repeat;
    /*TRY IT ... with or without CENTER CENTER*/
    background-position: center center;
    background-size: cover;
}


.distribution-item {
    cursor: pointer;
    display: block;
    /* background: #CCB977; */
    /* box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1); */
    padding: 3vh 3vh 0vh;
    /* padding: 40px 10px 10px 10px; */
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    margin: 10px 0px;
    /* min-height: 450px; */
    /* border-radius: 2%; */
    /* min-height: 500px; */
}

@media screen and (max-width: 920px) {
    .distribution-item {
        margin: 0px 30px !important;
    }
}
.distribution-item:hover .icon, .distribution-item:hover a.main-button {
    background-color: #0088e8;
}

.distribution-item .image {
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    max-width: 220px;
    height: 220px;
    overflow: hidden;
    line-height: 100px;
    margin: auto;
    background-color: #4a4a4a;
    position: relative;
    margin-bottom: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}
  
.distribution-item .image img {
    border-radius: 50%;
    /* width: 210px; */
    height: 210px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.distribution-item .distribution-title {
    font-weight: 500;
    font-size: 18px;
    color: #293244;
    letter-spacing: 0.7px;
    margin-bottom: 15px;
    position: relative;
    /* z-index: 2; */
}
.distribution-item h6 {
    font-weight: 450;
    font-size: 30px;
    color: #c62728;
    letter-spacing: 0.5px;
    line-height: 25px;
    -webkit-text-stroke: 0.3px #EAE9EA;
    position: relative;
    z-index: 2;
}
.distribution-item a.main-button {
    margin-top: 30px;
    display: inline-block;
}

/*  
---------------------------------------------
products
--------------------------------------------- 
*/
#products {
    position: relative;
    padding: 120px 0px 10px 0px;
    background-image: url(../images/img3/wave1.png);
    background-repeat: no-repeat;
    /*TRY IT ... with or without CENTER CENTER*/
    background-position: top ;
    background-size: cover;
}

#products .section-heading h3 {
    letter-spacing: 1.5px;
    /* line-height: 25px; */
    position: relative;
    margin-bottom: 5vh;
}

.product-item {
    cursor: pointer;
    display: block;
    background: #ffffff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.4);
    padding: 0px 0px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: 10px 0px;
    position: relative;
    border-radius: 2%;
}
@media screen and (max-width: 920px) {
    .product-item {
        margin: 0px 75px !important;
    }
}
.product-item .image {
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    max-width: 250px;
    height: 210px;
    line-height: 100px;
    margin: 0px 45px;
    position: relative;
    /* margin-bottom: 30px; */
    /* background: #00b4c6; */
    /* -webkit-border-radius: 50%; */
    /* -moz-border-radius: 50%; */
    border-radius: 50%;
    position: relative;
}
.product-item .image img {
    max-width: 100%;
    position: absolute;
    /* top: 50%; */
    margin: 5vh 0vh 0vh 0vh;
    /* left: 50%; */
    /* transform: translate(-50%, -50%);*/
}
.product-item p {
    font-weight: 500;
    font-size: 13px;
    color: #293244;
    /*letter-spacing: 0.5px;*/
    line-height: 25px;
    position: relative;
    z-index: 2;
}
.product-item a.main-button {
    margin-top: 30px;
    display: inline-block;
}
.owl-carousel .owl-dots {
    margin-top: 60px;
    text-align: center;
    align-self: center;
}
.owl-carousel button.owl-dot span {
    border-radius: 50%;
    /* background-color: #EAE9EA; */
    width: 5px;
    height: 5px;
    display: inline-block;
    margin: 0px 5px;
}
.owl-carousel button.active span {
    width: 8px;
    height: 8px;
    padding-top: 1.5px;
}
.owl-carousel {
    position: relative;
}
.owl-carousel .owl-nav button.owl-next span {
    top: 32%;
    border-radius: 50%;
    font-size: 36px;
    /* color: #EAE9EA; */
    right: -80px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
}
.owl-carousel .owl-nav button.owl-prev span {
    top: 32%;
    border-radius: 50%;
    font-size: 36px;
    /* color: #EAE9EA; */
    left: -80px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
}
@media screen and (max-width: 1320px) {
    .owl-carousel .owl-nav {
        display: none !important;
    }
}
#products .brandimg{
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 20px;
}
#products .brandimg img{
    width: 20vh;
    margin: auto;
}
/*
---------------------------------------------
whychoose
---------------------------------------------
*/
#why-choose {
    padding: 120px 0px;
    background-color: #EAE9EA;
}


#why-choose .whychooseitemcontent{
    padding: 3vh 3vh 0vh;   
}


#why-choose .whychooseitemdarker{
    background-color: #A91F22;
}

#why-choose .whychooseitemlighter{
    background-color: #c62728;
}

#why-choose .section-heading h2 {
    color: #445b65;
}
#why-choose .section-heading h2 span{
    color: #d52d2f;
}
#why-choose .section-heading p {
    margin-bottom: 20px;
    color: #445b65;
}
#why-choose h6 {
    padding-top: 12px;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #EAE9EA;
}
#why-choose .text p {
    color: #EAE9EA;
    font-weight: 200;
}
#why-choose .left-text h5 {
    font-size: 26px;
    font-weight: 700;
    color: #1e1e1e;
    line-height: 40px;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}
#why-choose .left-text p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.5px;
}
#why-choose .left-text span {
    font-size: 14px;
    color: #4a4a4a;
    margin-bottom: 50px;
    display: block;
}
#why-choose .left-text span a {
    font-weight: 500;
}

/* #why-choose .legality{
} */

#why-choose .legality p {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.5px;
}

#why-choose .legality ul {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.5px;
}

#why-choose .legalitem {
    background: #c62728;
    margin: 0vh 18vh 2vh 0vh;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 1) !important;
}

#why-choose .legalitemtext{
    padding: 2vh 5vh;
}

#why-choose .legalitem p{
        color: #EAE9EA;
}


#why-choose .left-text2  {
    padding: 10vh 0vh 0vh 0vh;
}

#why-choose .left-text2 h5 {
    font-size: 26px;
    font-weight: 700;
    color: #1e1e1e;
    line-height: 40px;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

#why-choose .left-text2 h3 {
    line-height: 40px;
    letter-spacing: 0.5px;
    font-size: 20px;
    font-weight: 500;
    color: #EAE9EA;
    border-bottom: 3px solid #EAE9EA ;
}

#why-choose .left-text2 h4 {
    font-weight: 400;
    font-size: 20px;
    color: #EAE9EA;
    line-height: 40px;
}
#why-choose .left-text2 p {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.5px;
    /* color: #EAE9EA; */
}
#why-choose .left-text2 span {
    font-size: 14px;
    color: #4a4a4a;
    margin-bottom: 50px;
    display: block;
}
#why-choose .left-text2 span a {
    font-weight: 500;
}
#why-choose .desc{
    padding: 4vh 5vh;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 1) !important;
    margin-bottom: 3vh;
}
#why-choose .desc p{
    color: #4a4a4a;    
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 25px;
    font-weight: 400;
}

#why-choose .ijin {
    padding: 4vh 10vh;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 1) ;
}

#why-choose .ijin h2{
    font-size: 25px;
    text-align: center;
    margin-bottom: 4vh;
}

#why-choose .ijin ul{
    margin: 20px 0px;
}



@media (max-width: 992px) {
    #why-choose .legalitem {
        background: #c62728;
        margin: 0vh 18vh 2vh 0vh;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 1) !important;
        align-items: center;
    }
}


@media (max-width: 765px) {
    #why-choose .left-text {
        margin-bottom: 20px;
    }
}



#client {
    padding: 120px 0px;
    background-color: #EAE9EA;
}

#client .section-heading h2 {
    color: #d52d2f;
}

#client .section-heading p {
    margin-bottom: 20px;
    color: #445b65;
}
#client h6 {
    padding-top: 12px;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #EAE9EA;
}

#client .clientimg{
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 20px;
}
#client .clientimg img{
    width: 21vh;
    margin: auto;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/
#contact-us {
    background-image: url(../images/img1/contact-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    background-color: #293244;
}
#contact-us .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    overflow-x: hidden;
}
#contact-us .col-lg-6 {
    padding-left: 0px;
    padding-right: 0px;
}
#contact-us h3 {
    color: #EAE9EA;
}
#contact-us h3 span {
    color: #CCB977;
}
#contact-us .text, #contact-us .text p {
    color: #EAE9EA;
}
#contact-us #maps-img {
    background-image: url(../images/maps.png);
    background-size: cover;
}
/*@media screen and (min-width: 768px) {
    #contact-us #maps-img {
        display: none;
    }
}*/

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
    background-color: #d52d2f;
    padding: 15px 0px;
}
footer .social {
    overflow: hidden;
    text-align: right;
}
footer .social li {
    margin: 0px 5px;
    display: inline-block;
}
footer .social li a {
    color: #EAE9EA;
    text-align: center;
    background-color: #00b4c6;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
footer .social li a:hover {
    background-color: #0088e8;
    color: #EAE9EA;
}
footer .copyright {
    margin-top: 10px;
    font-weight: 400;
    font-size: 15px;
    color: #EAE9EA;
    letter-spacing: 0.88px;
    text-transform: capitalize;
}
@media (max-width: 991px) {
    footer .copyright {
        text-align: center;
    }
    footer .social {
        text-align: center;
        margin-top: 15px;
    }
}
/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
    overflow: hidden;
    background-image: linear-gradient(145deg, #293244 0%, #293244 100%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999;
    color: #EAE9EA;
}
#preloader .jumper {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    margin: auto;
    width: 50px;
    height: 50px;
}
#preloader .jumper>div {
    background-color: #EAE9EA;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    opacity: 0;
    width: 50px;
    height: 50px;
    -webkit-animation: jumper 1s 0s linear infinite;
    animation: jumper 1s 0s linear infinite;
}
#preloader .jumper>div:nth-child(2) {
    -webkit-animation-delay: 0.33333s;
    animation-delay: 0.33333s;
}
#preloader .jumper>div:nth-child(3) {
    -webkit-animation-delay: 0.66666s;
    animation-delay: 0.66666s;
}
@-webkit-keyframes jumper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    5% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes jumper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
