    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&family=Public+Sans:ital,wght@0,400;0,500;0,700;0,800;0,900;1,500&family=Roboto&display=swap');
	@import url('https://fonts.googleapis.com/css?family=Rubik:400,700');
	@font-face {
	    font-family: marrisa;
	    src        : url(../fonts/Marrisa.ttf);
	}

	@font-face {
	    font-family: westerny_barnett;
	    src        : url(../fonts/Westerny_Barnett.otf);
	}

	@font-face {
	    font-family: rochester;
	    src        : url(../fonts/rochester.ttf);
	}

	@font-face {
	    font-family: moland_hoffman;
	    src        : url(../fonts/Moland_Hoffman.otf);
	}

	* {
	    padding: 0;
	    margin : 0;
	    outline: 0;
	}

	.flt {
	    float: left;
	}

	.clr {
	    clear: both;
	}

	ol,
	ul {
	    margin : 0;
	    padding: 0;
	}

	a {
	    transition: 0.5s all ease;
	}

	a:hover {
	    text-decoration: none;
	    transition     : 0.5s all ease;
	}

	a:focus {
	    text-decoration: none;
	    transition     : 0.5s all ease;
	}

	ul li {
	    list-style: none;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
	    margin : 0;
	    padding: 0;
	}

	body,
	html {
	    height     : 100%;
	    margin     : 0;
	
	    font-family: "Public Sans", sans-serif;
	    line-height: 24px;
	    color      : #000;
	}

	.pr0px {
	    padding-right: 0px;
	}

	.pt5px {
	    padding-top: 5px !important;
	}

	.pt10px {
	    padding-top: 10px !important;
	}

	.pt15px {
	    padding-top: 15px !important;
	}

	.pt20px {
	    padding-top: 20px !important;
	}

	.pt25px {
	    padding-top: 25px !important;
	}

	.pt22px {
	    padding-top: 22px !important;
	}

	.uppercase {
	    text-transform: uppercase;
	}

	.text-uper {
	    text-transform: uppercase !important;
	}

	.center {
	    text-align: center;
	}

	.mt0px {
	    margin-top: 0px !important;
	}

	.mb0px {
	    margin-bottom: 0px !important;
	}

	section {
	    padding: 50px 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
	    margin : 0;
	    padding: 0;
	}

	body,
	html {
	    height     : 100%;
	    margin     : 0;
	    font-family: "Public Sans", sans-serif, sans-serif;
	    line-height: 24px;
	    color      : #000;
	}

	.pr0px {
	    padding-right: 0px;
	}

	.pt0px {
	    padding-top: 0px !important;
	}

	.pt5px {
	    padding-top: 5px !important;
	}

	.pt10px {
	    padding-top: 10px !important;
	}

	.pt15px {
	    padding-top: 15px !important;
	}

	.pt20px {
	    padding-top: 20px !important;
	}

	.pt25px {
	    padding-top: 25px !important;
	}

	.pt22px {
	    padding-top: 22px !important;
	}

	.uppercase {
	    text-transform: uppercase;
	}

	.text-uper {
	    text-transform: uppercase !important;
	}

	.center {
	    text-align: center;
	}

	.mt0px {
	    margin-top: 0px !important;
	}

	.mb0px {
	    margin-bottom: 0px !important;
	}

	section {
	    padding: 25px 0;
	}

	h1 {
	    font-size     : 30px;
	    font-family   : "Public Sans", sans-serif;
	    line-height   : 40px;
	    margin-bottom : 20px;
	    text-transform: uppercase;
	}

	h2 {
	    font-size     : 24px;
	    font-family   : "Public Sans", sans-serif;
	    line-height   : 26px;
	    margin-bottom : 20px;
	    text-transform: uppercase;
	    text-align    : center;
	}

	h3 {
	    font-size     : 28px;
	    font-family   : "Public Sans", sans-serif;
	    line-height   : 32px;
	    margin-bottom : 20px;
	    text-transform: uppercase;
	    text-align    : center;
	}

	h4 {
	    font-size     : 26px;
	    font-family   : "Public Sans", sans-serif;
	    line-height   : 30px;
	    margin-bottom : 20px;
	    text-transform: uppercase;
	}

	h5 {
	    font-size     : 24px;
	    font-family   : "Public Sans", sans-serif;
	    line-height   : 28px;
	    margin-bottom : 20px;
	    text-transform: uppercase;
	}

	h6 {
	    font-size     : 20px;
	    font-family   : "Public Sans", sans-serif;
	    line-height   : 24px;
	    margin-bottom : 20px;
	    text-transform: uppercase;
	}

	p {
	    font-size    : 16px;
	    font-family  : "Public Sans", sans-serif;
	    line-height  : 24px;
	    margin-bottom: 25px;
	}

	.btn_div {
	    text-align: center;
	    margin-top: 30px;
	}

	.sub_btn {
	    border                     : 1px solid #444;
	    display                    : inline-block;
	    padding                    : 12px 25px;
	    font-size                  : 13px;
	    line-height                : 22px;
	    text-align                 : center;
	    color                      : #444;
	    position                   : relative;
	    text-transform             : uppercase;
	    font-weight                : 600;
	    min-width                  : 20%;
	    transition                 : 0.5s all ease;
	    -webkit-transform          : perspective(1px) translateZ(0);
	    transform                  : perspective(1px) translateZ(0);
	    box-shadow                 : 0 0 1px transparent;
	    -webkit-transition-property: color;
	    transition-property        : color;
	    -webkit-transition-duration: 0.3s;
	    transition-duration        : 0.3s;
	}

	.sub_btn .fa {
	    position  : absolute;
	    top       : 16px;
	    right     : -10px;
	    z-index   : 2;
	    transition: 0.5s all ease;
	}

	.sub_btn:before {
	    content                           : "";
	    position                          : absolute;
	    z-index                           : -1;
	    top                               : 0;
	    bottom                            : 0;
	    left                              : 0;
	    right                             : 0;
	    background                        : #00ae4d;
	    border                            : 1px solid #00ae4d;
	    -webkit-transform                 : scaleX(0);
	    transform                         : scaleX(0);
	    -webkit-transform-origin          : 50%;
	    transform-origin                  : 50%;
	    -webkit-transition-property       : transform;
	    transition-property               : transform;
	    -webkit-transition-duration       : 0.3s;
	    transition-duration               : 0.3s;
	    -webkit-transition-timing-function: ease-out;
	    transition-timing-function        : ease-out;
	}

	.sub_btn:after {
	    position  : absolute;
	    top       : 13px;
	    right     : -5px;
	    content   : "";
	    height    : 18px;
	    width     : 10px;
	    transition: 0.5s all ease;
	    background: #ededed;
	}

	.sub_btn:hover:before {
	    -webkit-transform: scaleX(1);
	    transform        : scaleX(1);
	    color            : #fff;
	}

	.sub_btn:hover {
	    color     : #fff;
	    border    : 1px solid #000;
	    transition: 0.5s all ease;
	}

	.sub_btn:hover:after {
	    display: none;
	}

	.sub_btn:hover .fa {
	    color: #000;
	    right: -7px;
	}

	.carousel-btn .owl-prev,
	.carousel-btn .owl-next {
	    position : absolute;
	    top      : 43%;
	    padding  : 5px 7px;
	    left     : 0px;
	    font-size: 0px;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background-color: #fff;
		box-shadow: 0 2px 5px 0 rgba(0,0,0,.15);
		color: #000;
		text-align: center;
	}

	.carousel-btn .owl-next {
	    right: 0px;
	    left : inherit;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background-color: #fff;
		box-shadow: 0 2px 5px 0 rgba(0,0,0,.15);
		color: #000;
		text-align: center;
	}

	.carousel-btn .owl-nav .owl-prev::before,
	.carousel-btn .owl-nav .owl-next::before {
	    color      : #000;
	    font       : normal 70px/1 FontAwesome;
		line-height: 40px;
		font-size: 27px;
	}

	.carousel-btn .owl-nav .owl-prev::before {
	    content: "\f104";
	}

	.carousel-btn .owl-nav .owl-next::before {
	    content: "\f105";
	}

	.carousel-btn .owl-nav .owl-prev:hover::before,
	.carousel-btn .owl-nav .owl-next:hover::before {
	    color: #000;
	}

	.applybtn {
	    border-radius      : 50px;
	    font-size          : 16px;
	    display            : inline-block;
	    text-align         : center;
	    color              : #fff;
	    padding            : 12px 40px;
	    -webkit-transition : all .5s ease-out;
	    transition         : all .5s ease-out;
	    background         : linear-gradient(to right, #00afef 50%, #072837 50%);
	    background-size    : 200% 100%;
	    background-position: right bottom;
	}

	.applybtn:hover {
	    background-position: left bottom;
	    color              : #fff;
	    -webkit-transition : all .3s ease;
	    transition         : all .3s ease;
	}

	.container {
	    max-width: 1280px;
	    width    : 100%;
	}

	/*****  Header css Start *****/
	header {
	    padding        : 20px 20px;
	    position       : fixed;
	    left           : 0;
	    top            : 0;
	    width          : 100%;
	    z-index        : 99;
	    transition     : 0.5s all ease;
	    background     : url(../images/menu_bg.png);
	    background-size: 100% 100%;
	}

	.clogobox {
	    display: flex;
	}

	.clogobox a {
	    color         : #cbdb3a;
	    font-size     : 26px;
	    text-transform: uppercase;
	    font-family   : 'BallingerBoldRegular';
	    font-weight   : 600;
	}

	.menu_in {
	    display        : flex;
	    justify-content: space-between;
	    align-items    : center;
	    flex-wrap      : wrap;
	}

	.hdr_logo img {
	    max-height: 75px;
	    transition: 0.5s all ease;
	}

	.header_fixed {
	    box-shadow: 0px 0px 37px rgba(0, 0, 0, 0.12);
	    transition: 0.5s all ease;
	    background: rgba(0, 0, 0, 0.95);
	    padding   : 10px 0px;
	}

	.header_fixed .hdr_logo img {
	    max-height: 40px;
	}

	/*****  Mobile number css Start  *****/
	.mobtx {
	    display    : flex;
	    align-items: center;
	    margin-top : 4px;
	}

	.mobtx img {
	    max-height    : 24px;
	    margin-left   : 0;
	    vertical-align: middle;
	    margin-top    : -7px;
	}

	.header_fixed .mobtx img {
	    max-height: 25px;
	}

	.mobtx ul {
	    margin : 0px;
	    padding: 0;
	}

	.mobtx ul li {
	    list-style  : none;
	    float       : left;
	    margin-right: 0px;
	}

	.mobtx ul li a {
	    color         : #fff;
	    font-size     : 12px;
	    letter-spacing: 1px;
	}

	/*****  Mobile number css End  *****/
	/*****  Header css End *****/

	/*****  Header Navigation css Start *****/
	header .nav {
	    padding-left: 5%;
	}

	/* header .nav ul li {display: inline-block;margin-left: 18px;} */
	header .navbar {
	    padding: 0;
	}

	header .nav ul li a {
	    font-size     : 14px;
	    line-height   : 22px;
	    padding       : 10px 10px !important;
	    text-transform: capitalize;
	    display       : block;
	    color         : #fff;
	    font-family   : "Public Sans", sans-serif;
	    transition    : 0.5s all ease;
	    position      : relative;
	}

	.header_fixed .nav ul li a {
	    transition: 0.5s all ease;
	}

	header .nav ul li:hover a {
	    color     : #000;
    
	    transition: 0.5s all ease;
	    background: #cbdb3a;
	}

	header .dropdown:hover>.dropdown-menu {
	    display: block;
	    margin : 0;
	    padding: 0px;
	    border : 0;
	}

	header .dropdown>.dropdown-toggle:active {
	    pointer-events: none;
	}

	header .dropdown:hover>.dropdown-menu li {
	    padding      : 0;
	    margin       : 0;
	}

	header .dropdown:hover>.dropdown-menu li a {
	    padding   : 10px;
	    background: #ffffff;
	    color     : #000;
	}

	header .dropdown:hover>.dropdown-menu li a:hover {
	    background: #cbdb3a;
	    color     : #000;
	}

	header .nav .navbar-toggle {
	    display: none;
	}

	header .nav ul li a.dropdown-toggle::after {
	    display       : inline-block;
	    margin-left   : 0.255em;
	    vertical-align: baseline;
	    content       : "\f107";
	    border-top    : 0;
	    border-right  : 0;
	    border-bottom : 0;
	    border-left   : 0;
	    font          : normal normal normal 14px/1 FontAwesome;
	    font-size     : 18px;
	}

	/* .header_fixed  .nav ul li a.dropdown-toggle::after{color: #333;} */
	/*****  Header Navigation css End *****/

	/*****  Banner css Start *****/
	.banner {
	    position: relative;
	    height  : 100vh;
	}

	.banner .owl-carousel .owl-item img {
	    height: 100vh;
	}

	.wd100 {
	    width: 100%;
	}

	#banner_slider .owl-nav {
	    display: none;
	}

	#banner_slider .owl-dots {
	    display   : block;
	    text-align: center;
	    position  : absolute;
	    bottom    : 35px;
	    width     : 100%;
	}

	#banner_slider .owl-dot {
	    width        : 10px;
	    height       : 10px;
	    background   : #fff;
	    display      : inline-block;
	    border-radius: 50%;
	    margin       : 0 5px;
	}

	#banner_slider .owl-dot.active {
	    background: #e33029;
	}

	.sinceyear {
	    position                : absolute;
	    top                     : 60%;
	    left                    : 20px;
	    z-index                 : 2;
	    color                   : #fff;
	    font-size               : 16px;
	    text-transform          : uppercase;
	    font-family             : 'Montserrat-Medium';
	    -webkit-transform       : rotate(270deg);
	    -moz-transform          : rotate(270deg);
	    -ms-transform           : rotate(270deg);
	    -o-transform            : rotate(270deg);
	    transform               : rotate(270deg);
	    -webkit-transform-origin: 0 0;
	    -moz-transform-origin   : 0 0;
	    -ms-transform-origin    : 0 0;
	    -o-transform-origin     : 0 0;
	    transform-origin        : 0 0;
	}

	.whatsupicon {
	    right   : 20px;
	    position: fixed;
	    bottom  : 40px;
	    z-index : 99;
	}

	.whatsupicon img {
	    max-height: 50px;
	    width     : auto;
	}

	.banner.innerbanner {
	    height: 73vh;
	}

	.prbannertitle {
	    position: absolute;
	    bottom  : 40%;
	    left    : 20%;
	    z-index : 2;
	}

	.prbannertitle h1 {
	    color         : #fff;
	    margin-bottom : 0;
	    text-transform: capitalize;
		font-size: 40px;
		line-height: 48px;
		font-weight: 700;
		margin-top: 1px;

	}

	.whatsappchat {
	    margin-top: 0px;
	}

	.whatsappchat a {
	    float: left !important;
	}

	/*****  Banner css End *****/

	.main {
	    padding: 50px 0;
	}

	/*********** About MMT Section Start *********/
	.aboutmmtbox {
	    padding-top: 0px;
	}

	.aboutmmtimgbox {
	    width     : 50%;
	    display   : table-cell;
	    overflow  : hidden;
	    position  : relative;
	    background: #634e31;
	}

	.aboutmmtimgbox img {
	    display: block;
	    width  : 100%;
	}

	.aboutmmttxbox {
	    display       : table-cell;
	    vertical-align: middle;
	    padding       : 40px !important;
	    background    : #e7e7e7;
	}

	.aboutmmttxbox h1 {
		text-transform: capitalize;
	    margin-bottom: 10px;
		color: #000;
		font-size: 40px;
		line-height: 48px;
		font-weight: 700;
	}

	.aboutmmttxbox a.rountbtn {
	    color : #fff;
	    border:none;
	    float : left;
	}

	.aboutmmttxbox p {
	    font-size    : 14px;
	    line-height  : 20px;
	    margin-bottom: 10px;
	}


	.workwithuslogo {
	    position     : absolute;
	    left         : calc(50% - 80px);
	    top          : calc(50% - 80px);
	    z-index      : 2;
	    height       : 150px;
	    width        : 150px;
	    background   : transparent;
	    border-radius: 50%;
	}

	.workwithuslogo a {
	    height        : 210px;
	    width         : 210px;
	    margin        : auto;
	    z-index       : 9993;
	    border-radius : 50%;
	    color         : #fff;
	    letter-spacing: 2px;
	    left          : 0;
	    position      : absolute;
	    top           : 0;
	}

	/* .workwithuslogo a:hover{-webkit-transform: rotate(360deg);  transform: rotate(360deg);} */
	.workwithuslogo a span.videobtne {
	    position : absolute;
	    top      : 18%;
	    left     : 32%;
	    font-size: 52px;
	}

	#videocircle text {
	    font-size: 15px;
	    color    : #fff;
	}

	#videocircle svg {
	    position                         : absolute;
	    left                             : calc(50% - 120px);
	    width                            : 100%;
	    height                           : 200px;
	    top                              : calc(50% - 140px);
	    -webkit-animation-name           : rotate;
	    -moz-animation-name              : rotate;
	    -ms-animation-name               : rotate;
	    -o-animation-name                : rotate;
	    animation-name                   : rotate;
	    -webkit-animation-duration       : 5s;
	    -moz-animation-duration          : 5s;
	    -ms-animation-duration           : 5s;
	    -o-animation-duration            : 5s;
	    animation-duration               : 5s;
	    -webkit-animation-iteration-count: infinite;
	    -moz-animation-iteration-count   : infinite;
	    -ms-animation-iteration-count    : infinite;
	    -o-animation-iteration-count     : infinite;
	    animation-iteration-count        : infinite;
	    -webkit-animation-timing-function: linear;
	    -moz-animation-timing-function   : linear;
	    -ms-animation-timing-function    : linear;
	    -o-animation-timing-function     : linear;
	    animation-timing-function        : linear;
	}

	@-webkit-keyframes rotate {
	    from {
	        -webkit-transform: rotate(360deg);
	    }

	    to {
	        -webkit-transform: rotate(0);
	    }
	}

	@-moz-keyframes rotate {
	    from {
	        -moz-transform: rotate(360deg);
	    }

	    to {
	        -moz-transform: rotate(0);
	    }
	}

	@-ms-keyframes rotate {
	    from {
	        -ms-transform: rotate(360deg);
	    }

	    to {
	        -ms-transform: rotate(0);
	    }
	}

	@-o-keyframes rotate {
	    from {
	        -o-transform: rotate(360deg);
	    }

	    to {
	        -o-transform: rotate(0);
	    }
	}

	@keyframes rotate {
	    from {
	        transform: rotate(360deg);
	    }

	    to {
	        transform: rotate(0);
	    }
	}

	.ourproductbox {}

	.ourproductbox .pdr10px {
	    padding-right: 5px;
	}

	.ourproductbox .pdl10px {
	    padding-left: 5px;
	}

	.ourproductbox h2 {
	    text-align    : center;
	    margin-bottom : 20px;
		text-transform: capitalize;
		color: #000;
		font-size: 40px;
		line-height: 48px;
		font-weight: 700;
	}

	.wenumberbox h2,
	.bestsellerbox h2,
	.testimonialbox h2 {
	    text-transform: capitalize;
		color: #000;
		font-size: 40px;
		line-height: 48px;
		font-weight: 700;
	}

	.ourproductbox .pd0px {
	    padding: 0;
	}

	.ourproductbox .primgbox {
	    max-height   : 400px;
	    margin-bottom: 10px;
	    position     : relative;
	    overflow     : hidden;
	}

	.ourproductbox .primgbox img {
	    width     : 100%;
	    transition: all 0.3s ease-in;
	    min-width : 100%;
	   
	}

	.ourproductbox .primgbox:hover img {
	    transform: scale(1.05);
		cursor: pointer;
	}

	.ourproductbox .textwhatwedo {
	    right   : 10%;
	    position: absolute;
	    bottom  : 10%;
	    z-index : 1;
	}

	.ourproductbox .primgbox h3 {
	    font-size     : 15px;
	    line-height   : 0px;
	    color         : #fff;
	    text-transform: capitalize;
	    margin-bottom : 10px;
	}

	.ourproductbox .primgbox p {
	    display      : block;
	    font-size    : 14px;
	    line-height  : 20px;
	    color        : #fff;
	    padding-right: 100px;
	}

	.ourproductbox .primgbox::before {
	    content   : "";
	    top       : 0;
	    left      : 0;
	    width     : 100%;
	    height    : 100%;
	    z-index   : 1;
	    position  : absolute;
	    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.95) 100%);
	}

	a.rountbtn {
	    padding       : 10px 30px;
	    margin-top    : 10px;
	    font-size     : 14px;
	    text-align    : center;
	    background    : #000;
	    color         : #fff;
	    line-height   : 18px;
	    display       : inline-block;
	    float         : right;
	    border        : none;
		border-radius: 8px;
	    transition    : 0.5s all ease;
	}

	a.rountbtn:hover {
	    background: #cbdb3a;
	    color     : #000;
		border-radius: 8px;
	    transition: 0.5s all ease;
	}

	.ourproductbox.rubberhouse .primgbox {
	    max-height   : 450px;
	    margin-bottom: 10px;
	}

	.ourproductbox.rubberhouse .primgbox img {
	    height: 450px;
	}

	.ourproductbox.rubberhouse .textwhatwedo {
	    left    : 6%;
	    right   : inherit;
	    position: absolute;
	    bottom  : inherit;
	    top     : 35%;
	    z-index : 1;
	}

	.ourproductbox.rubberhouse .textwhatwedo h3 {
	    font-size     : 22px;
	    text-transform: uppercase;
	    line-height   : 28px;
	    text-align    : left;
	}

	.ourproductbox.rubberhouse .textwhatwedo h3 span {
	    font-size  : 40px;
	    line-height: 40px;
	    font-family: 'Montserrat-SemiBold';
	    display    : block;
	}

	.ourproductbox.rubberhouse .textwhatwedo a.rountbtn {
	    float     : left;
	    margin-top: 15px;
	}

	/*****  Our Product Section css End *****/

	/*****  We Number Box Section css Start *****/
	.wenumberbox {}

	.tradelinknumber ul li {
	    float       : left;
	    width       : 18.75%;
	    min-height  : 180px;
	    padding     : 20px 30px;
	    margin-right: 1.5%;
	    border      : 1px solid #bcbcbc;
	    transition  : 0.5s all ease;
	}

	.tradelinknumber ul li:last-child {
	    margin-right: 0;
	}

	.counterbx {
	    position: relative;
		background: #fff;
		min-height: 160px;
		border-radius: 8px;
		padding: 20px;
		box-shadow:0 0 20px rgba(0, 0, 0, 0.17);
	}


	.counterbx .lgccounter {
	    font-size  : 40px;
	    line-height: 50px;
	    color      : #000;
	    font-family: 'Montserrat-ExtraBold';
	    transition : 0.5s all ease;
		
	}

	/* .counterbx .lgccounter span{font-size: 90px; color: #4f4f4f; line-height: 90px;} */
	.counterbx p {
	    font-size    : 16px;
	    line-height  : 20px;
	    color        : #000;
	    margin-top   : 15px;
	    margin-bottom: 0;
	    transition   : 0.5s all ease;
	}

	.tradelinknumber ul li:hover {
	    background: #cbdb3a;
	    transition: 0.5s all ease;
	}

	.tradelinknumber ul li:hover .counterbx .lgccounter,
	.tradelinknumber ul li:hover .counterbx p {
	    color     : #fff;
	    transition: 0.5s all ease;
	}

	/*****  We Number Box Section css End *****/

	/*****  We Number Box Section css Start *****/
	.bestsellerbox {}

	.bestsellerlist ul li {
	    float       : left;
	    width       : 100%;
	    padding     : 20px 30px;
	    margin-right: 0%;
	    background  : #D3D3D3;
	    transition  : 0.5s all ease;
		border-radius: 8px;
		box-shadow: #000 0px 0px 50px -30px inset;
	}

	.bestsellerlist ul li:hover {
	    transition: 0.5s all ease;
	}

	.bestseller {
	    font-size     : 11px;
	    line-height   : 13px;
	    padding       : 5px 10px;
	    text-transform: lowercase;
	    margin-bottom : 0;
	    border-radius : 25px;
	    display       : inline-block;
	    background    : #e33029;
	    color         : #fff;
	}

	.bestsellerimgbox {
	    text-align: center;
	    margin    : 15px 0;
	}

	.bestsellerlist ul li img {
	   
	    margin    : auto;
	    transition: all 0.3s ease-in;
	}



	.bestsellertitle {
		text-align: center;
	    line-height  : 18px;
	    margin-bottom: 10px;
	    display      : block;
	    color        : #000;
	    font-family  : 'Montserrat-SemiBold';
		text-transform: capitalize;
		color: #000;
		font-size: 18px;
		font-weight: 700;
	}

	.bestsellertitle a {
	    color: #000;
	}

	.bestsellertitle a:hover {
	    color: #fff;
	}

	.bestsellertitle span {
	    float      : right;
	    font-size  : 12px;
	    line-height: 14px;
	    color      : #544a3d;
	    font-family: "Public Sans", sans-serif;
	}

	.bestsellerbox .owl-nav {
	    display: block !important;
	}

	.bestsellerbox .owl-dots {
	    display   : none;
	    background: #cbcac0;
	    height    : 1px;
	    width     : 100%;
	    margin-top: 30px;
	}

	.bestsellerbox .owl-dots .owl-dot {
	    width     : 250px;
	    height    : 1px;
	    float     : left;
	    background: #857c72;
	}

	.bestsellerbox .owl-dots .owl-dot.active {
	    width     : 250px;
	    height    : 1px;
	    background: #000;
	    float     : left;
	}

	/*****  We Number Box Section css End *****/


	/*****  Testimonial Box Section css End *****/
	.testimonialbox {}

	.testimoniallist {}

	.testimoniallist ul {}

	.testimonials-box
	{
		background: #ececec;
		box-shadow: inset 0px 0px 50px -30px rgba(0, 0, 0, 0.55);
		padding: 50px 40px 40px;
		border-top-right-radius: 20px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		text-align:justify;
	}


	.testimoniallist ul li .textboxtestimonial {
	    width  : 100%;
	    padding: 30px 20px 20px 20px;
	}

	.testimoniallist ul li .imgboxtestimonial {
	    width       : 100%;
	    background  : #fff	;
	    /*max-height: 360px; */
	    height      : 100%;
	    display     : table;
	}

	.testimoniallist ul li .imgboxtestimonial .imgboxtb {
	    display       : table-cell;
	    vertical-align: middle;
	}

	.testimoniallist ul li .imgboxtestimonial .imgboxtb img {
	    width: 95%;
	}

	.testimoniallist ul li p {
	    margin     : 5px 0 0 0;
	    padding    : 0;
	    line-height: 20px;
	    font-size  : 14px;
	}

	.testimoniallist ul li p.emailidbox {
	    margin-top: 30px;
	}

	.starlike {
	    /* position: absolute; left: 20px; bottom: 30px; */
	}

	.starlike i {
	    color       : #565656;
	    margin-right: 3px;
	    font-size   : 13px;
	}

	.testimonialbox h2 {
		font-size: 20px;
	    margin-bottom: 5px;
	}

	.testimonialbox p.subtestimonial {
	    text-align: center;
	    color     :#000;
		font-size: 40px;
		line-height: 48px;
		font-weight: 700;
		margin-top: 1px;
	}

	/*****  Testimonial Box Section css End *****/


	/*****   Manufacturing Process Section css Start *****/
	.manufacturing {}

	.manufacturingbox {
	    overflow: hidden;
	    width   : 100%;
	    position: relative;
	}

	.manufacturingbox::before {
	    content   : "";
	    top       : 0;
	    left      : 0;
	    width     : 100%;
	    height    : 100%;
	    position  : absolute;
	    background: rgba(51, 5, 6, 0.5);
	}

	.manufacturingbox img {
	    width     : 100%;
	    max-height: 500px;
	    overflow  : hidden;
	}

	.manufacturingbox .textwhatwedo {
	    position  : absolute;
	    top       : 20%;
	    left      : 5%;
	    z-index   : 2;
	    width     : 60%;
	    text-align: left;
	}

	.manufacturingbox .textwhatwedo p,
	.manufacturingbox .textwhatwedo h3 {
	    text-align: left;
	}

	.manufacturingbox .textwhatwedo a.rountbtn {
	    float: left;
	}

	.manufacturingbox .textwhatwedo p.manufacturtitle {
	    margin-bottom : 70px;
	    font-size     : 20px;
	    color         : #fff;
	    text-transform: uppercase;
	}

	.manufacturingbox .textwhatwedo h3 {
	    font-size     : 20px;
	    list-style    : 20px;
	    text-transform: uppercase;
	    font-family   : 'Montserrat-Light';
	    color         : #fff;
	}

	.manufacturingbox .textwhatwedo h3 span {
	    font-size     : 20px;
	    list-style    : 20px;
	    margin-top    : 0px;
	    display       : block;
	    text-transform: uppercase;
	    font-family   : 'Montserrat-Bold';
	    color         : #fff;
	}

	/*****   Manufacturing Process Section css End *****/


	/*************************** MMT Inquiry section Start *****************/
	.inquirybox {
	    padding-bottom: 0;
	}

	.inquirybox .container {
	   
        background: #fff;
        box-shadow: 0px 0px 60px 0px rgba(94, 92, 154, 0.12);
        padding: 20px;
        border-radius: 8px;
	    color     : #fff;
	    padding   : 50px 40px;
	    max-width : 1250px;
	    overflow  : hidden;
	}

	.inquirybox {}

	.inquirybox span {
	    font-size     : 16px;
	    line-height   : 18px;
	    color         : #000;
	    margin        : 0;
	    padding       : 0;
	    text-transform: uppercase;
	}

	.inquirybox p {
	    font-size  : 27px;
	    line-height: 32px;
	    color      : #fff;
	    margin     : 10px 0 0 0;
	    padding    : 0;
	}

	.inquirybox .md-form {
	    margin-bottom: 10px;
	}

	.inquirybox .md-form input {
	    height: 40px;
        border: 2px solid #e8e8e8;
	}

	.inquirybox .md-form textarea {
	    height: 40px;
	}

	.inquirybox .md-form input,
	.inquirybox .md-form textarea {
	    background   : #FFF;
	    text-transform: capitalize;
	    padding-left : 20px;
	    font-size    : 14px;
	    border-radius: 8px;
	    color        : #000;
	}

	.inquirybox .md-form input::placeholder,
	.inquirybox .md-form textarea::placeholder {
	    color: #a09b98;
	}

	.inquirybox .md-form textarea::placeholder {
	    padding-top: 5px;
	}

	.inquirybox .submitbtn {
	    text-transform: uppercase;
	    color         : #fff;
	    background    : #000;
	    display       : block;
	    margin-top    : 0px;
	    border-radius : 0px;
	    padding       : 10px 15px;
	    font-size     : 14px;
	    border        : 0;
        border-radius: 8px;
	    width         : 100%;
	    transition    : 0.5s all ease;
	    font-family   : 'Montserrat-SemiBold';
	}

	.inquirybox .submitbtn:hover {
	    background: #cbdb3a;
	    color     : #000;
	    transition: 0.5s all ease;
	}

	/*************************** Karyan Inquiry section End *****************/

	/*************************** Footer section End *****************/
	.socialmenu {
	    width     : 100%;
	    margin-top: 20px;
	}

	.socialmenu ul {}

	.socialmenu ul li {
	    float : left;
	    margin: 0 15px 0 0;
	}

	.socialmenu ul li:last-child {
	    margin-right: 0;
	}

	.socialmenu ul li a {
		height: 42px;
		width: 42px;
		line-height: 42px;
		font-size: 14px;
		color: #fff;
		border-radius: 5px;
		position: relative;
		overflow: hidden;
		border: 1px solid #fff;
		display: block;
		text-align: center;
	}

	.socialmenu ul li a .fa {
	    font-size: 14px;
	    z-index  : 1;
	    position : relative;
	}

	.socialmenu ul li a:before {
	    content   : "";
	    position  : absolute;
	    top       : 100%;
	    left      : 0;
	    width     : 100%;
	    height    : 100%;
	    transition: .5s;
	}

	.socialmenu ul li a:hover:before {
	    top: 0;
	}

	.socialmenu ul li a:hover {
	    color     : #000;
		border: 1px solid #cbdb3a;
	    transition: 0.5s all ease;
		background-color: #cbdb3a;
	}

	footer {
	    background: linear-gradient(135deg, #5f5f5f 0%, #000 100%);
	    color     : #fff;
	    padding   : 50px 0 0 0;
	    overflow  : hidden;
	}

	footer a,
	footer p,
	footer li,
	footer h6 {
	    color: #fff;
	}

	footer p a:hover {
	    color      : #cbdb3a;
	    margin-left: 5px;
	}

	footer h6 {
	    font-size    : 16px;
	    line-height  : 20px;
	    margin-bottom: 15px;
	    font-family  : 'Montserrat-SemiBold';
	}

	footer .logobox {
	    padding-left: 0px;
	    display     : flex;
	}

	
	footer .logobox a {
	    color         : #cbdb3a;
	    font-size     : 24px;
	    text-transform: uppercase;
	    font-family   : 'BallingerBoldRegular';
	    font-weight   : 600;
	}

	footer .footermenu {
	    float: left;
	    width: 50%;
	}

	footer .footermenu ul {}

	footer .footermenu ul li {
	    display: block;
	    margin : 0 0 5px 0;
	    padding: 0;
	    width  : 100%;
	}

	footer .footermenu ul li a {
	    padding  : 5px;
	    font-size: 18px;
	}

	footer .footermenu ul li a:hover {
	    color      : #cbdb3a;
	    margin-left: 5px;
	}

	.addreboxfooter {
	    float: left;
	    width: 50%;
	}

	.siteaddress p {
	    font-size  : 14px;
	    line-height: 22px;
	}

	.mobileemail p {
	    font-size    : 14px;
	    margin-bottom: 5px;
	    line-height  : 150%;
	}

	.socialmediabox {
	    padding-left: 0;
	}

	.copyright {
	    text-align: center;
	    padding   : 20px 0;
	    border-top: 1px solid #fff;
	    margin-top: 50px;
	}

	.copyright p {
	    margin-bottom: 0;
	    font-size    : 14px;
	}

	/*************************** Footer section End *****************/

	.fade.active {
	    opacity: 1;
	}

	.gaslighter {
	    padding-bottom: 0;
	}

	/*************************** Product Listing Page Css Start *****************/
	.detailtabbox .allprtitle {
	    padding      : 10px 20px 7px 20px;
	    width        : 100%;
	    z-index      : 3;
	    top          : 60px;
	    margin-bottom: 25px;
	    position     : sticky;
	    display      : block;
	    background   : #e5e5e5;
	}

	.detailtabbox .allprtitle ul.twonavbar {
	    text-align: center;
	    display   : block;
	}

	.detailtabbox .allprtitle ul.twonavbar>li {
	    display     : inline-block;
	    margin-right: 50px;
	}

	.detailtabbox .allprtitle ul.twonavbar>li:last-child {
	    margin-right: 0;
	}

	.detailtabbox .allprtitle ul.twonavbar a {
	    padding        : 0;
	    font-size      : 16px;
	    line-height    : 20px;
	    color          : #000;
	    position       : relative;
	    text-decoration: none;
	    display        : inline-block;
	    text-transform : uppercase;
	}

	.detailtabbox .allprtitle ul.twonavbar a:hover {
	    color: #cbdb3a;
	}

	.detailtabbox .allprtitle ul.twonavbar>li.active a {
	    color      : #cbdb3a;
	    font-family: 'Montserrat-SemiBold';
	}

	.detailtabbox .allprtitle ul.twonavbar li.active a::after {
	    position      : absolute;
	    bottom        : -16px;
	    left          : 0;
	    right         : 0;
	    content       : "";
	    display       : inline-block;
	    width         : 0;
	    height        : 0;
	    vertical-align: middle;
	    border-top    : 6px dashed;
	    border-right  : 6px solid transparent;
	    border-left   : 6px solid transparent;
	    margin        : auto;
	}

	.prlistingbox {
	    margin-top: 0px;
	}

	.prlistingbox ul.serieslist {
	    text-align   : center;
	    display      : flex;
	    border-bottom: 0;
	    margin-bottom: 25px;
	}

	.prlistingbox ul.serieslist>li {
	    display      : inline-block;
	    line-height  : 16px;
	    width        : auto;
	    height       : auto;
	    border       : 0;
	    margin-right : 0px;
	    margin-bottom: 0px;
	    overflow     : inherit;
	    border-right : 2px solid #141414;
	    padding      : 0;
	    width        : 25%;
	    margin-right : 0%;
	}

	.prlistingbox ul.serieslist>li:last-child {
	    margin-right: 0;
	    border      : none;
	}

	.prlistingbox ul.serieslist a {
	    padding        : 0;
	    font-size      : 15px;
	    line-height    : 16px;
	    color          : #141414;
	    position       : relative;
	    text-decoration: none;
	    display        : inline-block;
	    text-transform : uppercase;
	    font-weight    : bold;
	}

	.prlistingbox ul.serieslist a:hover {
	    color: #cbdb3a;
	}

	.prlistingbox ul.serieslist>li.active a {
	    color      : #cbdb3a;
	    font-family: 'Montserrat-SemiBold';
	}

	.prlistingbox ul.serieslist>li:hover::before {
	    content: none;
	}

	.productlist ul {
	    display  : flex;
	    flex-wrap: wrap;
	    margin   : 0;
	    padding  : 0;
	}

	.productlist ul li {
	    width        : 23.5%;
	    height       : 360px;
	    margin-right : 2%;
	    margin-bottom: 2%;
	    position     : relative;
	    overflow     : hidden;
	    border       : 1px solid #e7e7e7;
	}

	.productlist ul li:nth-child(4n) {
	    margin-right: 0;
	}

	.productlist ul li .pritemimgbox {
	    width        : 100%;
	    text-align   : center;
	    position     : relative;
	    background   : #f8f8f8;
	    border-bottom: 1px solid #e7e7e7;
	    overflow     : hidden;
	    position     : relative;
	    display      : table;
	}

	.productlist .pritemimgboxtb {
	    display       : table-cell;
	    vertical-align: middle;
	}

	.productlist ul li .pritemimgbox img {
	    margin   : auto;
	    max-width: 100%;
	}

	.productlist ul li h3 {
	    font-size  : 16px;
	    line-height: 18px;
	    margin     : 0px;
	    padding    : 10px 0px;
	    color      : #000;
	    font-family: 'Montserrat-SemiBold';
	}

	ul.prtype {
	    display   : flex;
	    flex-wrap : wrap;
	    margin    : 0;
	    padding   : 0px 0;
	    border    : 0;
	    border-top: 1px solid #e7e7e7;
	}

	ul.prtype li {
	    width       : 33% !important;
	    position    : relative;
	    border      : 0;
	    border-right: 1px solid #e7e7e7;
	    margin      : 0 !important;
	    padding     : 10px 3px 10px 8px;
	    height      : auto !important;
	}

	ul.prtype li p {
	    font-size  : 12px;
	    line-height: 16px;
	    margin     : 0px;
	    padding    : 0px 0px;
	    color      : #000;
	    font-family: 'Montserrat-SemiBold';
	}

	ul.prtype li p span {
	    font-size  : 10px;
	    line-height: 14px;
	    margin     : 0px;
	    padding    : 0px 0px;
	    display    : block;
	    color      : #cbdb3a;
	    font-family: 'Montserrat-Medium';
	}

	ul.prtype li:last-child {
	    border-right: 0;
	}

	.productlist ul li:hover::before {
	    width     : 100%;
	    height    : 100%;
	    position  : absolute;
	    bottom    : 0;
	    left      : 0;
	    background: rgba(193, 39, 51, 0.9);
	    z-index   : 1;
	    content   : "";
	}

	.removeitemtb {
	    height    : 100%;
	    position  : absolute;
	    top       : 0;
	    left      : 0;
	    right     : 0;
	    content   : "";
	    z-index   : 2;
	    color     : #fff;
	    text-align: center;
	    display   : none;
	    transition: all .5s ease-out;
	}

	.removeitemtb ul {
	    display       : table-cell;
	    vertical-align: middle;
	    height        : 358px;
	    width         : 360px;
	}

	.removeitemtb ul li {
	    display   : block !important;
	    margin-top: 10px;
	    width     : 100% !important;
	    border    : 0px;
	    height    : auto !important;
	}

	.removeitemtb ul li h3 {
	    color  : #fff;
	    margin : 0px 0 5px 0;
	    padding: 0px;
	}

	.removeitemtb ul li a {
	    font-size     : 13px;
	    border        : 1px solid #fff;
	    padding       : 5px 5px;
	    display       : block;
	    width         : 60%;
	    text-transform: uppercase;
	    margin        : auto;
	    text-align    : center;
	    background    : #fff;
	    color         : #000;
	    font-family   : 'Montserrat-Medium';
	}

	.removeitemtb ul li a:hover {
	    background: #42464a;
	    border    : 1px solid #42464a;
	    color     : #fff;
	}

	.productlist ul li:hover .removeitemtb {
	    display   : block;
	    transition: all .5s ease-out;
	}

	.removeitemtb ul li:hover::before {
	    content: none;
	}

	.removeitemtb ul li i {
	    font-size   : 15px;
	    margin-right: 10px;
	    color       : #42464a;
	}

	.removeitemtb ul li:hover i {
	    color: #fff;
	}

	.rubberhose {
	    padding-top: 60px;
	}

	.rubberhose h2 {
	    margin-bottom: 40px;
	}

	.image-gallery a {
	    background: transparent !important;
	    padding   : 0 !important;
	    border    : 0 !important;
	}

	.image-gallery a:first-child {
	    font-size     : 13px;
	    border        : 1px solid #fff !important;
	    padding       : 5px 5px !important;
	    display       : block;
	    width         : 60%;
	    text-transform: uppercase;
	    margin        : auto;
	    text-align    : center;
	    background    : #fff !important;
	    color         : #000;
	    font-family   : 'Montserrat-Medium';
	}

	.removeitemtb ul li .image-gallery a:hover {
	    background: #42464a !important;
	    border    : 1px solid #42464a !important;
	    color     : #fff;
	}

	/*************************** Product Listing Page Css End *****************/

	.addsection {
	    background: #e7e7e7;
	    padding   : 0;
	}

	.addsection .address11 {
	    padding: 0;
	}

	.pb0 {
	    padding-bottom: 0 !important
	}



	.about_uspage a.rountbtn {
	    float:left;
	    padding: 8px 30px;
	}

	.about_uspage a.rountbtn i.fa.fa-whatsapp {
	    font-size     : 19px;
	    margin-right  : 6px;
	    vertical-align: text-top;
	}

	.about_uspage {}

	.about_uspage {}

	.about_uspage {}

	.about_uspage {}

	img {
	    max-width: 100%
	}

	.aboutleftcontent {
	    background: #e7e7e7;
	    padding   : 40px;
	    height    : 100%;
	}

	.aboutleftcontent h3 {
	    font-family: 'Montserrat-bold';
	    color      : #cbdb3a;
	    text-align : left;
	}

	.pl0 {
	    padding-left: 0;
	}

	.pr0 {
	    padding-right: 0;
	}

	.max-height200 {
	    max-height: 200px
	}

	.max-height500 {
	    max-height: 500px;
	    overflow  : hidden;
	    height    : 100%;
	}

	.vision_section h3 {
	    font-family: 'Montserrat-bold';
	    color      : #cbdb3a;
	    text-align : left;
	}

	.vision_section .vision_section .vision1 {
	    padding: 29px;
	    border : 1px solid #e9e9e9;
	}

	.vision_section .vision1 img {
	    float       : left;
	    max-width   : 120px;
	    margin-right: 15px;
	}

	.vision1 {
	    float  : left;
	    padding: 35px;
	    border : 1px solid #e7e7e7;
	    height : 100%;
	}

	.max-height379 {
	    max-height: 379px
	}

	.about_uspage .prbannertitle {}

	.processetps li {
	    width        : 19%;
	    float        : left;
	    margin-left  : 6%;
	    border       : 2px solid #3a3a3a;
	    border-radius: 10px;
	    padding      : 45px;
	    text-align   : center;
	    margin-bottom: 45px;
	    position     : relative;
	}

	.processetps li h4 {
	    margin-bottom: 20px;
	    font-weight  : bold;
	    font-size    : 20px;
	    text-align   : center;
	}

	.processetps li h4 span {
	    color: #cbdb3a;
	}

	ul.processetps {
	    display  : flex;
	    flex-flow: wrap;
	}

	.processetps li:first-child:before {
	    content          : '';
	    background       : url(../images/setp1_icon.png);
	    position         : absolute;
	    z-index          : 9;
	    left             : -67px;
	    top              : 50%;
	    width            : 125px !important;
	    height           : 150px;
	    display          : block;
	    background-size  : 100%;
	    background-repeat: no-repeat;
	    transform        : translate(0, -50%);
	}



	.processetps li:nth-child(2):before,
	.processetps li:nth-child(3):before,
	.processetps li:nth-child(4):before {
	    content          : '';
	    background       : url(../images/setp2_icon.png);
	    position         : absolute;
	    z-index          : 9;
	    left             : -32.6%;
	    top              : 50%;
	    width            : 146px !important;
	    height           : 150px;
	    display          : block;
	    background-size  : 100%;
	    background-repeat: no-repeat;
	    transform        : translate(0, -50%);
	}

	.processetps.processetps2 {
	    flex-direction: row-reverse;
	}

	.processetps.processetps2 li {
	    margin-right: 6%;
	    margin-left : 0;
	}


	.processetps.processetps2 li:nth-child(2):before,
	.processetps.processetps2 li:nth-child(3):before,
	.processetps.processetps2 li:nth-child(4):before {
	    right            : -32.6%;
	    left             : initial;
	    background       : url(../images/setp3_icon.png);
	    background-size  : 100%;
	    background-repeat: no-repeat;
	}



	/*.processetps.processetps2 .processetps2 li:nth-child(5), .processetps.processetps2 li:nth-child(6) ,.processetps.processetps2 li:nth-child(7), .processetps.processetps2 li:nth-child(8){
	margin-left: 0;
    margin-right: 5%;
}
 
.processetps.processetps2 li:nth-child(5):before, .processetps.processetps2 li:nth-child(6):before, .processetps.processetps2 li:nth-child(7):before{
        content: '';
    background: url(../images/setp3_icon.png);
    position: absolute;
    z-index: 9;
    right:  -26.5%;
    top: 50%;
    width: 129px !important;
    height: 124px;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translate(0, -50%);
} 


.processetps.processetps2 li:last-child:before{
        content: '';
    background: url(../images/last-setp.png);
    position: absolute;
    z-index: 9;
    right: -56px;
    top: 50%;
    width: 104px !important;
    height: 122px;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translate(0, -50%);
} */

	.processetps.processetps2 li:first-child:before {
	    background: url(../images/last-setp.png);
	}

	.processetps.processetps2 li:first-child:before {
	    background       : url(../images/last-setp.png);
	    right            : -67px;
	    left             : initial;
	    background-size  : 100%;
	    background-repeat: no-repeat;
	}




	.title_page {
	    font-family: 'Montserrat-bold';
	    text-align : center;
	    margin     : 20px 0 40px 0;
	}

	.title_page h4 {
	    font-family   : 'Montserrat-bold';
	    color         : #cbdb3a;
	    text-align    : center;
	    text-transform: capitalize;
	}


	header .nav ul li a.active {
	    color: #cbdb3a;
	}




	.title_page .short_title {
	    font-size     : 28px;
	    margin        : 21px 0;
	    text-transform: initial;
	    color         : #000;
	}


	.half_imgs {
	    display: flex;
	}

	.half_imgs .half_imgs_img {
	    width: 50%;
	    flex : 0 0 50%;
	}


	.half_imgs .chom_cntent {
	    background    : #cbdb3a;
	    padding       : 41px;
	    vertical-align: middle;
	    /* height     : 100%; */
	    /* display    : -webkit-inline-box; */
	    align-items   : center;
	    color         : #fff;
	    font-size     : 18px;
	    display       : table;
	    position      : relative
	}

	.chom_cntent p {
	    color         : #fff;
	    font-size     : 19px;
	    line-height   : 150%;
	    vertical-align: middle;
	    margin-bottom : 0;
	    display       : table-cell;
	}



	.chom_cntent:before {
	    content      : '';
	    position     : absolute;
	    right        : 100%;
	    width        : 0;
	    height       : 0;
	    border-top   : 10px solid transparent;
	    border-bottom: 10px solid transparent;
	    border-right : 14px solid #cbdb3a;
	    top          : 50%;
	}


	.gallery1.image-gallery_poup {}


	.gallery1.image-gallery_poup a {
	    display   : inline-block;
	    width     : calc(25% - 12px);
	    box-sizing: border-box;
	    margin    : 5px;
	    display   : block;
	    float     : left;
	}


	.short_container {}

	.short_container {
	    max-width:100%;
	    margin   : 0 auto;
	}

	.coantacormform .form-control {
	    border-radius: 0;
	    border-radius: 0;
	    padding      : 10px 15px;
	    height       : initial;
	}


	.coantacormform .btn-primary:hover,
	.coantacormform .btn-primary:focus {
	    background: #000;
	    transition: all ease .5s;
	}



	.coantacormform .btn-primary {
	    width         : 100%;
	    border-radius : 0;
	    background    : #cbdb3a;
	    border        : 0;
	    padding       : 12px 2px;
	    text-transform: uppercase;
	}




	.address11 {
	    /* margin: 20px; */
	    padding      : 25px 0;
	    /* background: #ccc; */
	}

	.address11 .contanct-detils {
	    background: #e7e7e7;
	    padding   : 35px;
	}

	.address11 .contanct-detils h5 {
	    color         : #cbdb3a;
	    font-family   : 'Montserrat-bold';
	    color         : #cbdb3a;
	    text-align    : left;
	    text-transform: uppercase;
	    font-size     : 17px;
	    margin-bottom : 12px;
	}

	.address11 .contanct-detils p {
	    line-height: 150%;
	}

	.address11 .contanct-detils a {
	    color: #000;
	}


	p.m0 {
	    margin-bottom: 8px;
	}

	.googlemap {
	    height: 100%;
	}

	.googlemap iframe {
	    width : 100%;
	    height: 100%;
	}




	.max-height280 {
	    max-height: 280px;
	    overflow  : hidden;
	}



	.prbannertitle.newtitle {
	    text-align: center;
	    width     : 50%;
	    left      : 25%;
	    bottom    : 52%;
	    display:none;
	}

	.prbannertitle.newtitle h3 {
	    font-weight   : 500;
	    color         : #fff;
	    font-size     : 30px;
	    text-transform: capitalize;
	    letter-spacing: 2px;
	    margin-bottom : 0;
	}


	.prbannertitle.newtitle h4 {
	    font-weight  : 500;
		line-height: 40px;
	    color        : #fff;
	    font-size    : 35px;
	    margin-bottom: 20px;
	}

	.prbannertitle.newtitle .whatsappchat {
	    display        : flex;
	    text-align     : center;
	    justify-content: center;
	}

	.prbannertitle.newtitle .whatsappchat a.rountbtn {
	    float          : initial !important;
	    margin         : 0 11px;
	    justify-content: center;
	}

	.aboutleftImg p {
	    text-align : left;
	    background : #cddfd8;
	    text-align : center;
	    margin     : 0;
	    padding    : 10px;
	    font-weight: bold;
	}



	.innerbanner_slider {
	    /*  height: initial !important; */
	}


	.innerbanner_slider img {
	    height: initial !important;
	}

	.darkcontent h3 {
	    color: #020202 !important;
	}

	.darkcontent h4 {
	    color: #020202 !important;
	}

	.darkcontent a.rountbtn {
	    border: 1px solid #020202 !important;
	    color : #020202 !important;
	}

	.darkcontent a.rountbtn i {
	    color: #020202 !important;
	}

	.about_uspage .prbannertitle h1 {
	    color:#000;
	}

	.about_uspage .sinceyear {}



	.prbannertitle.newtitle {
	    left  : 0;
	    bottom: 13%;
	}

	.prbannertitle.newtitle h3 {
	    text-shadow: 2px 3px 3px #000;
	}


	.prbannertitle.newtitle h4 {
	    text-shadow: 2px 3px 3px #000;
	}

	.prbannertitle.newtitle .whatsappchat a.rountbtn {
	    /* text-shadow: 2px 3px 3px #000; */
		/* background-color: #000; */
	}

	.prbannertitle.newtitle .whatsappchat a.rountbtn {
	    /* text-shadow: 2px 3px 3px #000; */
	}

	.certificate_icon {
	    position          : absolute;
	    left              : 51px;
	    bottom            : 4%;
	    display           : flex;
	    /* align-self     : center; */
	    /* justify-content: center; */
	    /* justify-content: space-around; */
	    /* flex-flow      : row wrap; */
	    align-items       : center;
	    /* margin-right   : 7px; */
	}

	.certificate_icon img {
	    max-width     : 100px;
	    height        : initial !important;
	    vertical-align: middle;
	    margin-right  : 12px;
	    text-shadow   : 10px 12px 3px #ccc;
	}

	.certificate_icon p {
	    width      : 240px;
	    font-size  : 18px;
	    font-weight: normal;
	    line-height: 1.2;
	    margin     : 0;
	    color      : #fff;
	    text-shadow: 1px 1px 3px #000;
	}

	.darkcontent.certificate_icon p {
	    /* color: #000; */
	}

	.home_modal_popup .modal-body {
	    padding: 0;
	}

	.home_modal_popup section.inquirybox {
	    padding: 0;
	    margin : 0;
	}

	.home_modal_popup .col-md-4 {
	    width    : 100%;
	    max-width: 100%;
	    flex     : 0 0 100%;
	}

	.home_modal_popup .col-md-8 {
	    width     : 100%;
	    flex      : 0 0 100%;
	    max-width : 100%;
	    margin-top: 40px;
	}


	.home_modal_popup .modal-body button.btn.btn-danger {
	    border    : none;
	    background: no-repeat;
	    position  : absolute;
	    right     : 0;
	}

	.modal-backdrop {
	    background-color: rgb(0 0 0 / 64%);
	}

	.home_modal_popup .modal-dialog {
	    margin-top: 110px;
	}


	  .contact-form-sec .big-padding { 
		  padding: 110px 0 20px 0px;
	  } 

	  
	  
	  .clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after { 
		  content: " "; 
		  display: table;
	  } 
	  
	  .clearfix:after,.container:after,.container-fluid:after,.row:after { 
		  clear: both;
	  } 
	  
	  .contact-form-sec .section-bg { 
		  position: absolute; 
		  bottom: 0; 
		  left: 0; 
		  right: 0; 
		  height: 400px; 
		  overflow: hidden; 
		  opacity: 0.4;
	  } 
	  
	  .contact-form-sec .row { 
		  margin-left: -15px; 
		  margin-right: -15px;
	  } 
	  
	  .contact-form-sec .bg { 
		  position: absolute; 
		  top: 0; 
		  left: 0; 
		  width: 100%; 
		  height: 100%; 
		  z-index: 1; 
		  background-size: cover; 
		  background-attachment: scroll; 
		  background-position: center; 
		  background-repeat: repeat; 
		  background-origin: content-box; 
		  background-repeat-x: repeat; 
		  background-repeat-y: repeat;
	  } 
	  
	 
	  .contact-form-sec
	  {
		margin-bottom: 50px;
	  }
	  @media (min-width: 768px){ 
		.contact-form-sec .container { 
		  width: 750px;
		} 
	  }     
	  
	  @media (min-width: 992px){ 
		.contact-form-sec .container { 
		  width: 1024px;
		} 
	  }     
	  
	  @media (min-width: 1064px){ 
		.contact-form-sec .container { 
		  width: 1200px;
		} 
	  }     
	  
	  .contact-form-sec .container { 
		  max-width: 1224px; 
		  width: 100%; 
		  margin: 0 auto; 
		  position: relative; 
		  z-index: 5;
	  } 
	  
	  .contact-form-sec .section-title { 
		  float: left; 
		  width: 100%; 
		  position: relative; 
		  z-index: 5;
	  } 
	  
	  .contact-form-sec .section-title.text-align_left { 
		  text-align: left;
	  } 
	  
	  .contact-form-sec .text-block { 
		  text-align: justify; 
		  padding-right: 0px;
	  } 
	  
	  .contact-form-sec .contactform-wrap { 
		  margin-top: 40px;
	  } 
	  
	  .contact-form-sec .section-dec { 
		  position: absolute; 
		  width: 60px; 
		  height: 60px;
	  } 
	  
	  .contact-form-sec .section-dec.sec-dec_top { 
		  top: -70px; 
		  left: -70px; 
		  border-top: 1px dotted; 
		  border-left: 1px dotted;
	  } 
	  
	  .contact-form-sec .section-dec.sec-dec_top { 
		  border-color: #6D6E71;
	  } 
	  
	  .contact-form-sec h2 { 
		  border: none; 
		  outline: 0; 
		  font-weight: inherit; 
		  font-style: inherit; 
		  font-size: 100%; 
		  font-family: inherit; 
		  vertical-align: baseline; 
		  text-decoration: none; 
		  margin: 0; 
		  padding: 0;
	  } 
	  
	  .contact-form-sec .section-title h2  { 
		  float: left;
		  font-size: 30px; 
		  font-weight: 900; 
		  text-transform: capitalize;
		  color: #000;
		  font-size: 40px;
		  line-height: 48px;
		  font-weight: 700;
	  } 
	  
	  .contact-form-sec .fl-wrap { 
		  float: left; 
		  width: 100%; 
		  position: relative;
	  } 
	  
	  .contact-form-sec .dots-separator { 
		  margin: 10px 0 25px;
	  } 
	  
	  .contact-form-sec p { 
		  border: none; 
		  outline: 0; 
		  font-weight: inherit; 
		  font-style: inherit; 
		  font-size: 100%; 
		  font-family: inherit; 
		  vertical-align: baseline; 
		  text-decoration: none; 
		  margin: 0; 
		  padding: 0;
	  } 
	  
	  .contact-form-sec p { 
		  font-size: 13px; 
		  line-height: 24px; 
		  padding-bottom: 10px; 
		  font-weight: 400; 
		  color: #5e646a;
	  } 
	  
	  .contact-form-sec form { 
		  border: none; 
		  outline: 0; 
		  font-weight: inherit; 
		  font-style: inherit; 
		  font-size: 100%; 
		  font-family: inherit; 
		  vertical-align: baseline; 
		  text-decoration: none; 
		  margin: 0; 
		  padding: 0;
	  } 
	  
	  .contact-form-sec .map-view-wrap_item-hotel { 
		  position: relative; 
		  float: left; 
		  width: 100%; 
		  background: #f9f9f9; 
		  padding: 25px 30px;
	  } 
	  
	  .contact-form-sec span { 
		  border: none; 
		  outline: 0; 
		  font-weight: inherit; 
		  font-style: inherit; 
		  font-size: 100%; 
		  font-family: inherit; 
		  vertical-align: baseline; 
		  text-decoration: none; 
		  margin: 0; 
		  padding: 0;
	  } 
	  
	  .contact-form-sec .dots-separator span  { 
		  float: none; 
		  display: inline-block; 
		  width: 60px;
	  } 
	  
	  .contact-form-sec .section-title.text-align_left .dots-separator span  { 
		  float: left; 
		  position: relative;
	  } 
	  
	  .contact-form-sec  .dots-separator span::after { 
		  content: '\25CF\25CF\25CF\25CF\25CF\25CF'; 
		  color: #333; 
		  font-size: 7px; 
		  letter-spacing: 4px;
	  } 
	  
	  .contact-form-sec fieldset { 
		  border: none; 
		  outline: 0; 
		  font-weight: inherit; 
		  font-style: inherit; 
		  font-size: 100%; 
		  font-family: inherit; 
		  vertical-align: baseline; 
		  text-decoration: none; 
		  margin: 0; 
		  padding: 0;
	  } 
	  
	  .contact-form-sec .contact-details { 
		  padding: 40px 30px 50px; 
		  border: 1px  dotted #ccc; 
		  background: #fff;
	  } 
	  
	  .contact-form-sec .contact-details:after { 
		  position: absolute; 
		  content: '\25CF\25CF\25CF'; 
		  width: 50px; 
		  left: 50%; 
		  bottom: 40px; 
		  margin-left: -25px; 
		  font-size: 6px; 
		  letter-spacing: 4px;
	  } 
	  
	  
	  .contact-form-sec  #message2 { 
		  float: left; 
		  width: 100%;
	  } 
	  
	  .contact-form-sec .custom-form textarea  { 
		  float: left; 
		  border: 1px solid #e1e1e1; 
		  background: #f9f9f9; 
		  width: 100%; 
		  padding: 15px 20px; 
		  color: #000; 
		  font-size: 12px; 
		  -webkit-appearance: none; 
		  font-family: 'Poppins', sans-serif;
	  } 
	  
	  .contact-form-sec .custom-form textarea  { 
		  min-height: 80px; 
		  resize: vertical; 
		  padding: 15px 20px; 
		  -webkit-appearance: none; 
		  border: 1px solid #e1e1e1;
	  } 
	  
	  .contact-form-sec .contactform-wrap .custom-form textarea  { 
		  min-height: 90px;
	  } 
	  
	  .contact-form-sec .btn { 
		  border-radius: 5px; 
		  padding: 14px 25px 14px 25px; 
		  display: inline-block; 
		  position: relative; 
		  font-family: 'Playfair Display', cursive; 
		  color: #000; 
		  margin-top: 15px;  
		  font-weight: 500; 
		  transition: all 200ms linear;
	  } 
	  
	  .contact-form-sec .color-bg { 
		  background: #cbdb3a
	  } 
	  
	  .contact-form-sec .custom-form .btn  { 
		  border: none; 
		  -webkit-appearance: none; 
		  cursor: pointer; 
		  margin-top: 40px;
	  } 
	  
	  .contact-form-sec .contactform-wrap .btn  { 
		  float: left;
	  } 
	  
	  .contact-form-sec .btn:hover { 
		  color: #fff;
	  } 
	  
	  .contact-form-sec .color-bg,  .contact-form-sec .btn:hover { 
		  background: #cbdb3a;
	  } 
	  
	  .contact-form-sec h4 { 
		  border: none; 
		  outline: 0; 
		  font-weight: inherit; 
		  font-style: inherit; 
		  font-size: 100%; 
		  font-family: inherit; 
		  vertical-align: baseline; 
		  text-decoration: none; 
		  margin: 0; 
		  padding: 0;
	  } 
	  
	  .contact-form-sec .contact-details h4  { 
		  text-align: center; 
		  padding-bottom: 20px; 
		  text-transform: capitalize;
		  color: #000;
		  font-weight: 700;
		  font-size: 22px; 
		  font-weight: 500; 
		  position: relative;
	  } 
	  
	  .contact-form-sec ul { 
		  border: none; 
		  outline: 0; 
		  font-weight: inherit; 
		  font-style: inherit; 
		  font-size: 100%; 
		  font-family: inherit; 
		  vertical-align: baseline; 
		  text-decoration: none; 
		  margin: 0; 
		  padding: 0;
	  } 
	  
	  .contact-form-sec ul { 
		  list-style: none;
	  } 
	  	  
	  .contact-form-sec .btn i  { 
		  margin-left: 30px; 
		  transition: all 400ms linear; 
		  position: relative;
	  } 
	  
	
	  .contact-form-sec li { 
		  border: none; 
		  outline: 0; 
		  font-weight: inherit; 
		  font-style: inherit; 
		  font-size: 100%; 
		  font-family: inherit; 
		  vertical-align: baseline; 
		  text-decoration: none; 
		  margin: 0; 
		  padding: 0;
	  } 
	  
	  .contact-form-sec .contact-details li  { 
		  display: block; 
		  margin-bottom: 18px; 
		  overflow: hidden; 
		  text-align: left; 
		  font-size: 16px; 
		  font-weight: 500;
	  } 
	  
	  .contact-form-sec .contact-details li:last-child  { 
		  margin-bottom: 0;
	  } 
	  
	  .contact-form-sec .custom-form input  { 
		  margin-bottom: 20px;
	  } 
	  
	  .contact-form-sec .custom-form input[type="text"]  { 
		  float: left; 
		  border: 1px solid #e1e1e1; 
		  background: #f9f9f9; 
		  width: 100%; 
		  padding: 15px 20px; 
		  color: #000; 
		  font-size: 12px; 
		  -webkit-appearance: none; 
		  font-family: 'Poppins', sans-serif;
	  } 
	  
	  .contact-form-sec a { 
		  border: none; 
		  outline: 0; 
		  font-weight: inherit; 
		  font-style: inherit; 
		  font-size: 100%; 
		  font-family: inherit; 
		  vertical-align: baseline; 
		  text-decoration: none; 
		  margin: 0; 
		  padding: 0;
	  } 
	  
	  .contact-form-sec a { 
		  text-decoration: none; 
		  position: relative; 
		  color: #000;
	  } 
	  
	  .contact-form-sec .contact-details li a  { 
		  font-weight: 600; 
		  color: #222; 
		  padding-left: 6px; 
		  text-decoration: none !important;
		  transition: all .2s ease-in-out;
	  } 
	  
	  .contact-form-sec .contact-details li a:hover { 
		  color: #cbdb3a; 
		  text-decoration: underline;
	  } 
	  
	  .contact-form-sec .contact-details li i  { 
		  font-size: 18px; 
		  margin-right: 10px; 
		  width: 18px; 
		  float: left;
	  } 
	  

	  .footer-menu h4{
		font-size: 22px;
		color: #ffffff;
		text-transform: capitalize;
		margin-bottom: 35px;
		font-weight: 500;
		position: relative;
	}
	.footer-menu h4::before{
		content: '';
		position: absolute;
		left:0;
		bottom: -10px;
		background-color: #cbdb3a;
		height: 2px;
		box-sizing: border-box;
		width: 50px;
	}
	  
	  
	  /* These were inline style tags. Uses id+class to override almost everything */
	  .contact-form-sec #style-KZVrI.style-KZVrI {  
		 background-image: url("images/bg/dec/section-bg.png");  
	  }  
	
	#myModal_home
	{
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
	}



:root { 
    --font-size-base: 16px; 
} 

section { 
    display: block;
} 

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

.pb-80 { 
    padding-bottom: 80px;
} 


.container-fluid { 
    width: 100%; 
    padding-right: 15px; 
    padding-left: 15px; 
    margin-right: auto; 
    margin-left: auto;
} 

.container-p { 
    padding-left: 70px; 
    padding-right: 70px;
} 

.container-about-p { 
    padding-left: 40px; 
    padding-right: 40px;
} 


.inner-about-padding { 
    padding-left: 120px;
} 

.p-relative { 
    position: relative;
} 

.mb-45 { 
    margin-bottom: 30px;
} 


.s-choose-shape { 
    position: absolute; 
    right: 85px; 
    bottom: 0; 
    z-index: -99;
} 

.side-title span  { 
    font-size: 16px; 
    font-weight: 700; 
    color: grey; 
    letter-spacing: -1px; 
    display: inline-block; 
    margin-bottom: 15px;
} 

.side-title .title-line  { 
    display: inline-block; 
    width: 100px; 
    height: 2px; 
    background: #e4e9ff; 
    margin-right: 20px; 
    position: relative; 
    bottom: 5px; 
    margin-bottom: 0;
} 

.about-content p  { 
    margin-bottom: 20px;
} 


.title-text
{
	color: #000;
	text-transform: capitalize;
    font-size: 25px;
    line-height: 48px;
    font-weight: 700;
}


/* product page */
 /* Products
************************** */
.grid-x-wrapper {
	max-width: 85%;
	margin: 0 auto;
}

.product-item .product-item-content {
	display: block;
	position: relative;
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

.product-item {
	display: block;
	text-align: center;
	color: #000;
	padding: 2rem;
	overflow: hidden;
	margin-bottom: 1rem;
	font-family: 'Rubik', sans-serif;
	margin: 20px 0;
	background: #fff;
	box-shadow: 0 10px 40px -3px rgba(0, 0, 0, 0.1);
	border-radius: 7px;
	transform: scale(0.97, 0.97);
	transition: all .17s easyout;
}

.product-item:hover {
	box-shadow: 0 0px 50px -10px rgba(0, 0, 0, 0.3);
	transform: scale(1, 1);
}

.product-item:hover .product-item-image {
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.product-item .product-item-image {
	display: block;
	position: relative;
	margin-bottom: 2rem;
	transform: translate3d(0, 0, 0);
	transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
}

.product-item .product-item-image img {
    transform: rotate(28deg);
	border-radius: 100%;
	position: relative;
	z-index: 3;
}

/*.product-item:hover .product-item-image-hover {*/
/*	transition-delay: .1s;*/
/*	-ms-transform: translate(-50%, -42%) scale(.85);*/
/*	transform: translate(-50%, -42%) scale(.85);*/
/*}*/

/*.product-item .product-item-image-hover {*/
/*	position: relative;*/
/*	z-index: 2;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	background: #97e7a2;*/
/*	background: -moz-linear-gradient(135deg, #97e7a2 0%, #cbdb3a 100%);*/
/*	background: -webkit-linear-gradient(135deg, #97e7a2 0%, #cbdb3a 100%);*/
/*	background: linear-gradient(135deg, #97e7a2 0%, #cbdb3a 100%);*/
/*	border-radius: 100%;*/
/*	-ms-transform: translate(-50%, -120%) scale(0);*/
/*	transform: translate(-50%, -120%) scale(0);*/
/*	position: absolute;*/
/*	top: 50%;*/
/*	left: 50%;*/
/*	transition: all .6s cubic-bezier(.68, -.55, .265, 1.55);*/
/*	opacity: 0;*/
/*	visibility: hidden;*/
/*}*/

/*.product-item:hover .product-item-image-hover {*/
/*	opacity: 1;*/
/*	visibility: visible;*/
/*}*/

/*.product-item:hover .product-item-category {*/
/*	transition-delay: .3s;*/
/*}*/

/*.product-item:hover .product-item-category,*/
/*.product-item:hover .product-item-price,*/
/*.product-item:hover .product-item-title {*/
/*	-ms-transform: translateY(-50px);*/
/*	transform: translateY(-50px);*/
/*}*/

/*.product-item .product-item-category,*/
/*.product-item .product-item-price,*/
/*.product-item .product-item-title {*/
/*    text-transform: capitalize !important;*/
/*	transition: all .3s cubic-bezier(.785, .135, .15, .86);*/
/*}*/

.product-item .product-item-category {
	font-size: .875rem;
}

.product-item:hover .product-item-title {
	transition-delay: .4s;
}

/*.product-item:hover .product-item-category,*/
/*.product-item:hover .product-item-price,*/
/*.product-item:hover .product-item-title {*/
/*	-ms-transform: translateY(-50px);*/
/*	transform: translateY(-50px);*/
/*}*/

.product-item .product-item-category,
.product-item .product-item-price,
.product-item .product-item-title {
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

.product-item .product-item-title {
	font-size: 1.125rem;
	font-weight: 600;
}

.product-item:hover .product-item-price {
	transition-delay: .5s;
}

/*.product-item:hover .product-item-category,*/
/*.product-item:hover .product-item-price,*/
/*.product-item:hover .product-item-title {*/
/*	-ms-transform: translateY(-50px);*/
/*	transform: translateY(-50px);*/
/*}*/

.product-item .product-item-category,
.product-item .product-item-price,
.product-item .product-item-title {
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

.product-item .product-item-price {
	font-size: 1.0625rem;
}

/*.product-item:hover .button-pill {*/
/*	transition-delay: .6s;*/
/*}*/

/*.product-item:hover .button-pill {*/
/*	opacity: 1;*/
/*	-ms-transform: translateY(5px) translateX(-50%);*/
/*	transform: translateY(5px) translateX(-50%);*/
/*}*/

/*.product-item .button-pill {*/
/*	position: absolute;*/
/*	bottom: 0;*/
/*	left: 50%;*/
/*	-ms-transform: translateY(30px) translateX(-50%);*/
/*	transform: translateY(30px) translateX(-50%);*/
/*	opacity: 0;*/
/*	transition: all .3s cubic-bezier(.785, .135, .15, .86);*/
/*}*/

/*.button-pill span {*/
/*    width:150px;*/
/*	display: inline-block;*/
/*	position: relative;*/
/*	font-size: .75rem;*/
/*	font-weight: 600;*/
/*	letter-spacing: .09em;*/
/*	text-transform: uppercase;*/
/*	background: #97e7a2;*/
/*	background: -moz-linear-gradient(135deg, #97e7a2 0%, #d8ff7e 100%);*/
/*	background: -webkit-linear-gradient(135deg, #97e7a2 0%, #d8ff7e 100%);*/
/*	background: linear-gradient(135deg, #97e7a2 0%, #d8ff7e 100%);*/
/*	color: #000;*/
/*	border-radius: 1.5rem;*/
/*	padding-top: .6rem;*/
/*	padding-bottom: .6rem;*/

/*	box-shadow: 0 14px 25px 0px rgba(75, 204, 140, 0.1);*/
/*	transition: all .37s ease;*/
/*}*/

/*.button-pill:hover span {*/
    
/*	display: inline-block;*/
/*	position: relative;*/
/*	font-size: .75rem;*/
/*	font-weight: 600;*/
/*	letter-spacing: .09em;*/
/*	text-transform: uppercase;*/
/*	background: #5f5f5f;*/
/*	background: -moz-linear-gradient(135deg, #5f5f5f 0%, #000 100%);*/
/*	background: -webkit-linear-gradient(135deg, #5f5f5f 0%, #000 100%);*/
/*	background: linear-gradient(135deg, #5f5f5f 0%, #000 100%);*/
/*	color: #fff;*/
/*	border-radius: 1.5rem;*/
/*	padding-top: .6rem;*/
/*	padding-bottom: .6rem;*/

/*	box-shadow: 0 14px 25px 0px rgba(0, 0, 0, 0.1);*/
/*}*/

@media(min-width:1200px) and (max-width:1366px) {
	.button-pill {
		width: 100%;
	}

	.product-box {
		padding: 0 10px;
	}
}

@media(min-width:1024px) and (max-width:1200px) {
	.product-item .product-item-title {
		font-size: 0.888rem;
	}

	.product-item .product-item-price {
		font-size: 0.788rem;
		padding: 7px 0 0;
	}

	.product-box {
		padding: 0 7px;
	}
}
a:focus,
a:hover {
	color: #000;
}



/* Preloader
************************** */
.spinner-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.95);
	z-index: 999999;
	background: #c5d0e2;
}

.spinner {
	position: absolute;
	margin: 100px auto;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -60%);
	-moz-transform: translate(-50%, -60%);
	-webkit-transform: translate(-50%, -60%);
	-webkit-transition: all .37s ease;
	-moz-transition: all .37s ease;
	-ms-transition: all .37s ease;
	-o-transition: all .37s ease;
	transition: all .37s ease;
}

.spinner>div {
	background-color: #000;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {

	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4)
	}

	20% {
		-webkit-transform: scaleY(1.0)
	}
}

@keyframes sk-stretchdelay {

	0%,
	40%,
	100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}

	20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}
header .dropdown:hover>.dropdown-menu li {
    background: #fff !important;
    padding: 0;
    margin: 0;
}
.latest-product-title .subtestimonial
{
	text-align: center;
    color: #000;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-top: 1px;
	
}
.latest-product-title h2{
	text-transform: capitalize;
    color: #000;
    font-size: 20px;
    line-height: 48px;
    font-weight: 700;
	margin-bottom: 0px;
}
.none {
	transition: all 1.7s ease;
	opacity: 0;
	display: none;
	z-index: -9999;
}
.testimonials-box .testimonial-des
{
    min-height:100px;
}
	.prbannertitle.newtitle {
    text-align: center;
    width     : 50%;
    left      : 25%;
    bottom    : 52%;
    display:none;
}

@media(min-width: 280px) and (max-width: 992px)
{
    .contact-form-sec .map-view-wrap_item-hotel {
        position: relative;
        float: left;
        width: 100%;
        background: #f9f9f9;
        padding: 20px 20px;
    }
    .contact-form-sec .col-md-5 .container
    {
        padding:0px;
    }
    .inner-about-padding {
        padding-top: 10px;
        padding-left: 0;
    }
    .bestsellerbox .latest-product-title
    {
      margin-top:25px;   
    }
        .latest-product-title .subtestimonial {
        text-align: center;
        color: #000;
        font-size: 30px;
        line-height: 21px;
        font-weight: 700;
        margin-top: -4px;
    }
    .inner-about-area.pb-80 {
        padding-bottom: 0px;
    }
    .inner-about-area.pt-80 {
        padding-top: 20px;
    }
    .product-item .product-item-image {
        margin-bottom: 10px;
    }
    .product-item
    {
        padding:15px 0px;
    }
}
.categories-wrapper {
    padding: 50px 0 40px;
    background: #ececec;
    box-shadow: #000 0px 0px 50px -30px inset;
}
.footer .footermenu ul li a
{
        text-transform: capitalize !important;
}
.footermenu ul li
{
        text-transform: capitalize !important;
}
.bestsellerimgbox img
{
    transform: rotate(28deg);
}
.product-item .product-item-title {
    text-transform: capitalize !important;
}

.prbannertitle h1
{
    color :#000 !important;    
}








