@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap');

* {
	margin:0px;
	padding:0px;
}
ul {
	list-style:none;
}
a {
	text-decoration:none;
}
a:hover, a:focus {
	text-decoration:none;
}
:focus{
    outline: 0px;
}
img {
	border:none;
}
h1,h2,h3,h4,h5,h6,ul,li,p,strong,ol,span,strong {
	padding:0px;
	margin:0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Montserrat', sans-serif;
}
body {
	font-size:15px;
	color:#000;
	font-family: 'Montserrat', sans-serif;
	box-sizing:border-box;
    position: relative;
    background-repeat: repeat;
}
button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.fixed-top {
	position:fixed;
	top:0px;
	display:block;
	background: #fff;
	-webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    z-index: 99 !important;
}
 
#header .logo img {
	width:85%;
	height:auto;
	-moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.header-scrolled .logo img {
	width:70% !important;
	height:auto;
	display:block;
	-moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.header-scrolled .head-cont{
        padding: 8px 0 7px 10px;
}
.header-scrolled .contact::before {
    height: 50px !important;
    width: 50px !important;
    left: 3px !important;
    top: 2px !important;
}
.header-scrolled .main-nav {
    margin-top: 10px;
     -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.header-scrolled{
	box-shadow: 0 0 2px 2px #0000004a;
}
.header_menu{
	position: relative;
}
.logo{
	padding-top: 5px;
	padding-top: 5px;
    margin-left: 55px;
    padding-left: 20px;
    border-left: 1px solid #e6e6e6;
}
.main-nav{
	margin-top: 20px;
	    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.main-nav > ul {
	margin-top:0px;
	text-align: center;
}
.main-nav > ul > li {
	position: relative;
	white-space: nowrap;
	display: inline-block;
}
.main-nav a {
	display: block;
	position: relative;
	color: #111;
	padding: 10px 15px;
	transition: 0.3s;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	/*text-transform: uppercase;*/
}
.main-nav a:hover{
	color: #f07c00;
}
.main-nav .drop-down ul {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: ease all 0.3s;
}
.bg li{
	background: #fff;
}
.main-nav .drop-down:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.main-nav .drop-down li {
	min-width: 270px;
	position: relative;
	text-align: left;
	border-bottom: 1px dotted #f1f1f1;
}
.main-nav .drop-down ul a {
	padding: 7px 20px;
	font-size: 15px;
	color: #111;
}
.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
	color: #f07c00;
}
.main-nav .drop-down > a:after {
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 10px;
}
.main-nav .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 30px);
}
.main-nav .drop-down .drop-down:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
}
.main-nav .drop-down .drop-down > a {
	padding-right: 35px;
}
.main-nav .drop-down .drop-down > a:after {
	content: "\f105";
	position: absolute;
	right: 15px;
}
/*******************/
.mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
	left: -260px;
	width: 260px;
	padding-top: 18px;
	background: rgba(19, 39, 57, 0.8);
	transition: 0.4s;
}
.mobile-nav a {
	display: block;
	position: relative;
	color: #fff;
	padding: 10px 20px;
	font-weight: 500;
}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
	color: #74b5fc;
	text-decoration: none;
}
.mobile-nav .drop-down > a:after {
	content: "\f078";
	font-family: FontAwesome;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}
.mobile-nav .active.drop-down > a:after {
	content: "\f077";
}
.mobile-nav .drop-down > a {
	padding-right: 35px;
}
.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}
.mobile-nav .drop-down li {
	padding-left: 20px;
}
.mobile-nav-toggle {
	position: fixed;
	right: 7px;
    top:25px;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 18px;
	transition: all 0.4s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
	background: #2e2e2e;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}
.mobile-nav-toggle i {
	margin: 0 2px 0 0;
	color: #f07c00;
}
.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(19, 39, 57, 0.8);
	overflow: hidden;
	display: none;
}
.mobile-nav-active {
	overflow: hidden;
}
.mobile-nav-active .mobile-nav {
	left: 0;
}
.mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
}
.header-scrolled .main-nav > ul {
	margin-top:0px;
}
/* head contact*/

.head-cont-color{
	background: #00468b;
}
.head-cont{
	padding: 14px 0 15px 10px;
    width: 215px;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.head-cont > ul {
    float: left;
    margin: 0;
    padding: 0;
    cursor: pointer;
    width: 100%;
    list-style: none;
}
.head-cont li.contact {
    position: relative;
    padding: 5px 0 5px 70px;
    text-align: left;
}
.head-cont .contact::before{
    background: #f5f5f5;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    bottom: 0;
    content: "";
    height: 60px;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    width: 60px;
}
.head-cont .title-contactus {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
}
.head-cont .contact:hover::before {
    background: #f07c00;
}
.head-cont .contact:hover::after{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    color: #fff;
}
.head-cont span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.9px;
    font-family: "Montserrat", sans-serif;
}
.head-cont .contact::after {
    content: "\f095";
    cursor: pointer;
    float: left;
    font-family: "FontAwesome";
    left: 18px;
    position: absolute;
    top: 0;
    font-size: 28px;
    bottom: 0;
    right: auto;
    color: #111;
    transition: all 600ms ease-in-out 0s;
    -webkit-transition: all 600ms ease-in-out 0s;
    -moz-transition: all 600ms ease-in-out 0s;
    -o-transition: all 600ms ease-in-out 0s;
    -ms-transition: all 600ms ease-in-out 0s;
    line-height: 60px;
}
@media screen and (max-width: 976px){
.head-cont{
	display: none;
}
.side-main{
	display: none;
}
.logo{
	margin-left: 0;
	border-left: 0px;
	padding-left: 0px;
}

}
@media screen and (max-width: 768px){

}
@media (min-width: 968px) and (max-width: 1300px){
.main-nav > ul{
	margin-right: 120px;
}
}
@media (min-width: 976px) and (max-width: 1150px){
.head-cont .contact::before{
	height: 40px;
	width: 40px;
	top: 8px;
}
.head-cont .contact::after{
	left: 11px;
	font-size: 22px;
	line-height: 40px;
	top: 8px;
}
.head-cont li.contact{
	padding: 5px 0 5px 46px;
}
.head-cont > ul{
	float: none;
}
.head-cont{
	width: 190px;
	    padding: 10px 0 9px 10px;
}
.indo-container{
	padding-left: 7px;
}
.logo{
	padding-left: 7px;
	margin-left: 45px;
}
#header .logo img{
	width: 75%;
}
.main-nav a{
	padding: 10px 10px;
}
.theme-default {
    margin-top: 73px !important;
}
}

/************************/
.side-nav {
	 position: absolute;
	 top: 0;
	 left: 0;
}
 .side-nav-list {
	position: absolute;
    left: -300px;
    top: 0;
    bottom: 0;
    width: 300px;
    height: 100vh;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #25272a;
    padding: 68px 15px 0;
    transition: all 0.4s linear;
}
.header-scrolled .side-nav .hamburger{
 	top: 16px;
 	-moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
 .side-nav .hamburger {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 width: 38px;
	 height: 33px;
	 border-radius: 5px;
	 position: absolute;
	 top: 25px;
	 left: 15px;
	 z-index: 99999999;
	 -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
 .side-nav .hamburger .bar {
	 display: inline-block;
	 width: 28px;
	 height: 2px;
	 background-color: #000;
	 position: relative;
}
 .side-nav .hamburger .bar:after, .side-nav .hamburger .bar:before {
	 content: '';
	 position: absolute;
	 width: 28px;
	 height: 2px;
	 background-color: #000;
	 top: -8px;
	 transition: all 0.4s linear;
}
 .side-nav .hamburger .bar:after {
	 top: 8px;
}
 .side-nav .hamburger.close .bar {
	 height: 0;
}
 .side-nav .hamburger.close .bar:after {
	 top: -2px;
	 background-color: #fff;
	 transform: rotate(135deg);
}
 .side-nav .hamburger.close .bar:before {
	 top: -2px;
	 background-color: #fff;
	 transform: rotate(45deg);
}
 .slide-in {
	 left: 0;
}
.side-nav-list h5{
	margin-bottom: 10px;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #5c5c5c;
    margin-top: 20px;
}
.side-nav-list p{
	line-height: 22px;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.2px;
    color: #fff;
}
.side-nav-list ul li{
	display: inline-block;
	margin-top: 5px;
	padding-right: 15px;
	font-size: 20px;
	font-weight: 400;
}
.side-nav-list ul li a{
	color: #fff;
}
.side-nav-list ul li a:hover{
	color: #f07c00;
}
.get-btn{
	background: #f07c00;
	color: #fff;
	width: 100%;
	display: block;
	text-align: center;
	line-height: 45px;
	margin-top: 20px;
}
.get-btn:hover{
	background: #fff;
	color: #000;
}
/**/
.theme-default{
	margin-top: 85px;
}
/**/
.hm-abt{
	padding: 60px 0 40px;
}
.pd0{
	padding: 0;
}
.abt-img img{
	position: relative;
	margin-top: -80px;
}
.hm-abt-dtl{
	padding-top: 20px;
}
.hm-abt-dtl h6{
	margin-bottom: 10px;
    line-height: 1;
    color: #f07c00;
    text-transform: uppercase;
}
.hm-abt-dtl h1{
	margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #25272a;
    font-size: 32px;
}
.hm-abt-dtl p{
	color: #000;
	font-weight: 500;
	font-size: 15px;
	padding-bottom: 10px;
	line-height: 24px;
	letter-spacing: 0.2px;
	word-spacing: 0.2px;
}
.hm-abt-dtl h4{
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}
.hm-abt-dtl ul li{
	list-style-type: disc;
	list-style-position: inside;
	padding-bottom: 10px;
	color: #777;
    font-weight: 500;
}
.abt-img{
	margin-top: 60px;
}
.btn-5,.btn-5::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-5 {
	background: none;
	border: 1px solid #0866c3;
	border-radius: 25px;
	color: #0866c3;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin-top: 1em;
	padding: 10px 30px;
	position: relative;
	text-transform: uppercase;
	overflow: hidden;
}
.btn-5::before,.btn-5::after {
  background: #f08328;
  content: '';
  position: absolute;
  z-index: -1;
}
.btn-5:hover {
  color: #fff;
}
.btn-5::after {
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(21deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}
.btn-5:hover::after{
  height: 100%;
  width: 135%;
}
.all-prods .btn-5:hover::after{
  height: 100% !important;
  width: 135% !important;
}
.all-prods .btn-5:hover {
	background: #f08328;
  color: #fff;
}
/**/
.hm-prod{
	padding: 60px 0;
	background: url(../images/prod-bg.jpg);
	background-size: cover;
	position: relative;
	margin-bottom: 80px;
}
.all-prods{
	margin: 0 auto;
	display: table;
	padding-top: 20px;
}
.prod-shaow img{
	position: absolute;
	top: 0;
	right: 0;
}
.hm-prod-head{
	padding-bottom: 30px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.hm-prod-head h6{
	padding-bottom: 10px;
	color: #f07c00;
}
.hm-prod-head h2{
	padding-bottom: 10px;
	color: #25272a;
	font-weight: 700;
}
.hm-prod-img{
	box-shadow: 0 1px 2px #ccc;
    -webkit-box-shadow: 0 1px 2px #ccc;
    background-color: #fff;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}
.hm-prod-img:hover{
	box-shadow: 0 0 10px 1px #ccc6;
}
.hm-prod-img h4{
	color: #25272a;
	font-weight: 600;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.hm-prod-img h6{
	color: #0866c3;
	font-weight:600;
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 10px;
}
@media screen and (max-width: 768px){
.prod-shaow{
	display: none;
}
}
/**/
.why-choos{
	background: url(../images/why-bg.jpg);
	background-size: cover;
	padding-top: 40px;
}
.why-choos-head{
	margin-bottom: 40px;
}
.why-choos-heading h6{
	margin-bottom: 10px;
    line-height: 1;
    color: #f07c00;
    text-transform: uppercase;
}
.why-choos-heading h2{
	margin-top: 10px;
    font-weight: 700;
    color: #25272a;
    font-size: 32px;
}
.why-choos-icon {
	text-align: center;
    padding-bottom: 20px;
}
.bord-right{
	border-right: 1px solid #ffffff29;
}
.why-choos-icon h6{
	color: #fff;
	font-weight: 400;
	line-height: 24px;
	font-size: 15px;
	letter-spacing: 0.4px;
}
.bord-btm{
	border-bottom: 1px solid #ffffff29;
}
.pt-50{
	padding-top: 50px;
}
/**/
.hm-cleint{
	padding: 60px 0;
}
.hm-cleint-head{
	padding-bottom: 30px;
}
.hm-cleint-head h6{
	margin-bottom: 10px;
    line-height: 1;
    color: #f07c00;
    text-transform: uppercase;
}
.hm-cleint-head h2{
	margin-top: 10px;
    font-weight: 700;
    color: #25272a;
    font-size: 32px;
}

/* Slider */

.slick-slide {
    margin: 0px 10px;
}
.slick-slide img {
    width: 100%;
}
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slider .slick-track, .slick-slider .slick-list{
	padding-bottom: 5px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.customer-logos .slide{
	border: 1px solid #efefef;
	padding-bottom: 10px;
	text-align: center;
	box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 15%);
}
.customer-logos .slide h6{
	border-top: 1px solid #efefef;
	padding-top: 10px;
}
/**/
footer{
	background: #25272a;
	padding: 50px 0 35px 0;
	border-bottom: 8px solid #000;
}
.ftr-logo img{
	margin-bottom: 25px;
}
.ftr-logo ul li{
	display: inline-block;
	font-weight: 500;
	padding: 0 10px;
	border-right: 1px solid #a3a3a3eb;
}
.ftr-logo ul li:first-child{
	padding-left: 0px;
}
.ftr-logo ul li:last-child{
	border-right:none;
}
.ftr-logo ul li a{
	color: #fff;
	font-size: 14px;
}
.ftr-logo p{
	color: #a3a3a3eb;
	padding-top: 15px;
	font-weight: 500;
	letter-spacing: 0.2px;
}
.ftr-cont ul{
	clear: both;
	display: block;
	margin-bottom: 20px;
}
.ftr-cont ul li:first-child{
	float: left;
}
.ftr-cont ul li:nth-child(2){
	line-height: 24px;
}
.ftr-cont ul li i{
	color: #fff;
	width: 40px;
	height: 40px;
	background: #32383a;
	line-height: 40px;
	text-align: center;
	margin-right: 15px;
	border-radius: 50%;
	font-size: 18px;
}
.ftr-cont ul li{
	color: #d3d3d3;
	font-weight: 500;
}
.eml-clr{
	color: #f07c00 !important;
}
.legal ul li{
	padding-bottom: 10px;
}
.legal ul li a{
	color: #d3d3d3;
	font-weight: 500;
	letter-spacing: 0.2px;
}
.legal h4{
	color: #fff;
	margin-bottom: 15px;
	font-size: 20px;
}
.social h4{
	color: #fff;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 20px;
}
.social ul li{
	display: inline-block;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #000;
	border-radius: 5px;
	text-align: center;
}
.social ul li:nth-child(1){
	background: #4267B2;
}
.social ul li:nth-child(2){
	background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.social ul li:nth-child(3){
	background: #00acee;
}
.social ul li:nth-child(4){
	background: #0077b5;
}
.social ul li a{
	color: #fff;
	font-size: 18px;
}

/**/
.inner-bnr{
	margin-top: 80px;
    background: url(../images/why-bg.jpg) no-repeat;
    padding: 60px 0;
    background-size: cover;
    background-position: 116% 87%;
}
.inr-bnr-heading {
    position: relative;
    z-index: 9;
}
.inr-bnr-heading ul{
	margin-top: 5px;
	text-align: right;
}
.inr-bnr-heading ul li {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding-right: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.inr-bnr-heading ul li a {
    color: #f07c00;
}
.inr-bnr-heading ul li i {
    font-size: 8px;
    position: relative;
    top: -2px;
}
.inner-bnr2 h1{
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #fff;
}
/**/
.term-cond{
	padding: 40px 0;
}
.term-cond-dtl h2{
	margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #25272a;
    font-size: 32px;
}
.term-cond-dtl p {
    color: #2d2d2d;
    font-weight: 500;
    font-size: 15px;
    padding-bottom: 10px;
    line-height: 24px;
    letter-spacing: 0.2px;
    word-spacing: 0.2px;
}
.term-cond-dtl h5{
	padding-bottom: 10px;
	font-weight: bold;
	margin-top: 15px;
	color: #00468b;
}
.term-cond-dtl h4{
	padding-bottom: 10px;
	margin-top: 20px;
	font-weight: bold;
}
.term-cond-dtl ul li{
	list-style-type: disc;
	list-style-position: inside;
	padding-bottom: 8px;
	font-weight: 500;
	color: #2d2d2d;
}
.privacy-cont{
	line-height: 28px !important;
	padding-top: 10px;
}
.privacy-cont span{
	color: #f07c00;
}
/**/
.cont{
	padding: 60px 0 30px;
}
.cont-dtl-adres{
	background-color: #fff;
	border-style: dashed;
	border-width: 1px 1px 1px 1px;
    border-color: rgb(70 70 70 / 20%);
	box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 6%);
	padding: 35px 20px;
	height: auto;
}
.cont-dtl-adres h4{
	font-weight: 700;
	color: #00468b;
	padding-bottom: 15px;
}
.cont-dtl-adres h6{
	color: #000;
	padding-bottom: 5px;
	font-weight: 600;
}
.cont-dtl-adres p{
	color: #505050;
	font-weight: 500;
	padding-bottom: 10px;
}
.cont-dtl{
    padding-left:72px;
    padding-top: 15px;
}
.cont-dtl p{
	font-weight: 500;
	line-height:14px;
	color: #505050;
}
.cont-dtl h5{
	font-weight: 700;
	position: relative;
	padding-bottom: 10px;
	font-size: 16px;
}
.cont-dtl h5 img{
    position: absolute;
    left: -67px;
    top: 0;
    width: 40px;
}
.cont-form{
	padding: 30px 0 60px;
}
.cont-form-head h2{
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.form-input input{
	width: 100%;
	display: block;
    background: padding-box none;
    border: none;
    border-bottom: 1px solid #afafaf;
    line-height: 1.2;
    color: #777;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    padding: 15px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;
    transition: background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;
    margin-bottom: 20px;
}
.form-input textarea{
	width: 100%;
	display: block;
    background: padding-box none;
    border: none;
    border-bottom: 1px solid #afafaf;
    line-height: 1.2;
    color: #777;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    padding: 15px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;
    transition: background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;
    margin-bottom: 20px;
}

.btn-4{
	font-weight: 700;
	padding: 15px 0;
	font-size: 16px;
	width: 175px;
}
.form-input2{
	text-align: center;
}
.form-input2 button{
	text-align: center;
	margin-top: 10px;
	background: #00468b;
	color: #fff;
	border: none;
	cursor: pointer;
}
/**/
.product{
	padding: 60px 0;
}
.product-dtl h2{
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 30px;
}
.product-dtl h4{
	font-size: 18px;
	font-weight: 600;
	color: #f07c00;
	padding-bottom:15px;
}
.table td, .table th {
    padding: 7px;
    vertical-align: top;
    border-top: 1px solid #dee2e661;
}
.table tbody tr:nth-child(1) td {
    border-top: 1px solid #dee2e600;
}
.product-dtl table tr td{
	color: #000;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.product-dtl table tbody tr td:nth-child(1) {
    font-weight: 600;
    letter-spacing: 0.5px;
}
.product-dtl table tbody tr td:nth-child(3) {
    color:#4c4c4c !important;
}
.product-dtl ul li{
	font-weight: 500;
	letter-spacing: 0.2px;
	padding-bottom:7px;
	list-style-type: disc;
	list-style-position: inside;
}
/* megnifire */
.xzoom-preview {
  background: #fff !important;
  top: -100px !important;
}
.xzoom-lens {
  border: 1px solid #555;
  cursor: crosshair;
  top: -100px !important;
}
.xactive {
  border: 1px solid #f07c00 !important;
}
.xzoom-caption {
  display: none;
}
.xzoom-thumbs{
  margin: 20px auto;
  display: table;
}
.xzoom-thumbs img{
   width: 100px;
   display: inline-block !important;
   border: 1px solid #9898984a;
   margin: 0 5px;
}
/* megnifire end */
.customized{
	padding: 60px 0;
	background: #f7f7f7;
}
.customized-dtl h2{
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 20px;
}
.customized-dtl p{
	font-size: 16px;
	color: #4c4c4c;
	letter-spacing: 0.4px;
	font-weight: 500;
	line-height: 26px;
}
.customized-dtls img{
	border:1px solid #1010101a;
	margin-top: 30px;
}
.customized-dtls:hover img{
	opacity: 0.8;
}

/*----------------------*/
.avail{
	background: #e3e3e3;
	/*background: url(https://demo.artureanec.com/html/vendgo/img/bg_11.jpg);*/
	padding:40px 0;
}
.avail-dtl h2{
	padding-bottom: 15px;
	color: #00468b;
	font-size: 25px;
	font-weight: 600;
}
.avail-dtl p{
    font-weight: 500;
    font-size: 15px;
    padding-bottom: 10px;
    line-height: 24px;
    letter-spacing: 0.2px;
    word-spacing: 0.2px;
    color: #000;
}


.abt-why{
	padding: 40px 0;
}
.abt-why-dtl h2{
	font-weight: 700;
    color: #25272a;
    font-size: 32px;
    padding-bottom: 15px;
}
.abt-why-dtl p{
	font-weight: 500;
    font-size: 15px;
    padding-bottom: 10px;
    line-height: 24px;
    letter-spacing: 0.2px;
    word-spacing: 0.2px;
    color: #000;
}
.abt-why-dtl ul li{
	font-weight: 500;
	letter-spacing: 0.2px;
	padding-bottom:7px;
	list-style-type: disc;
	list-style-position: inside;
}
/*-----------*/
.feature{
	padding: 40px 0;
}
.feature-dtl p{
	position: relative;
	margin-left: 40px;
	font-weight: 500;
	padding-bottom: 5px;
	line-height: 28px;
}
.feature-dtl p span{
	position: absolute;
	left: -30px;
}
.feature-dtl p b{
	padding-bottom: 10px;
}
.feature .row{
	padding: 30px 0;
}

/*Responsive*/
@media screen and (max-width: 976px){
.theme-default {
    margin-top: 80px;
}
.hm-abt {
    padding: 30px 0 20px;
}
.hm-abt-dtl h1{
	font-size: 26px;
}
.hm-abt-img{
	margin-top: 30px;
}
.bord-right {
    border-bottom: 1px solid #ffffff29;
}
.bord-right2 {
    border-bottom: 1px solid #ffffff29;
}
.why-choos-img{
	display: none;
}
.why-choos{
	padding-top: 0px;
}
.pt-50 {
    padding-top: 0px;
}
}
@media screen and (max-width: 768px){
.btn-5{
	font-size: 14px;
	padding: 9px 16px;
}
.hm-abt-dtl p{
	font-size: 14px;
	line-height: 22px;
}
.hm-prod-head h6{
	font-size: 14px;
}
.hm-prod-head h2{
	font-size: 26px;
}
.why-choos-heading h6{
	font-size: 14px;
}
.why-choos-heading h2{
	font-size: 26px;
}
.hm-cleint-head h6{
	font-size: 14px;
}
.hm-cleint-head h2{
	font-size: 26px;
}
.cleint-pd{
	padding-right: 0px;
    padding-left: 0px;
}
.customer-logos .slide h6{
	font-size: 13px;
}
.hm-prod{
	margin-bottom: 0;
}
.hm-cleint {
    padding: 40px 0;
}
.ftr-cont{
	margin-top: 30px;
}
.inner-bnr{
	padding: 40px 0;
}
.inner-bnr2 h1{
	text-align: center;
	font-size: 23px;
}
.inr-bnr-heading ul{
	text-align: center;
	margin-top: 10px;
}
.inr-bnr-heading ul li{
	font-size: 13px;
}
.abt-img img {
    margin-top: 0;
}
.avail-dtl h2{
	font-size: 20px;
}
.avail-dtl p{
	line-height: 22px;
	font-size: 14px;
}
.abt-why-dtl h2 {
	font-size: 25px;
}
.product-dtl h4{
	font-size: 16px;
}
.xzoom-thumbs img{
	width: 69px;
}
.product-dtl{
	margin-top: 20px;
}
.feature-img{
	margin-top: 20px;
}
.cont-dtl h5 img{
	left: -50px;
	width: 35px;
}
.cont-dtl {
    padding-left: 38px;
    padding-top: 12px;
}
.cont-dtl-adres h4{
	font-size: 20px;
}
.cont-form-head h2{
	font-size: 25px;
}
.btn-4 {

    padding: 12px 0;
    font-size: 15px;
    width: 151px;
}

}
/*Responsive End*/