body {
	color: #e03f44;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	margin:0;
	padding:0;
	    font-family: 'Playfair Display', serif;

    font-family: 'Padauk', sans-serif;
	
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	    font-family: 'Playfair Display', serif;

    font-family: 'Padauk', sans-serif;
}
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	    font-family: 'Playfair Display', serif;

    font-family: 'Padauk', sans-serif;
}
.logo{
	float:left;
	width:200px;
}
.logo img{
	width:100%;
}
.logo a:hover{
	text-decoration:none;
	outline:none;
}

.navbar_main{
	padding: 15px 0px 0px 0px;
	position: absolute;
	top: 14px;
	left: 5%;
	z-index: 9;
	
}
.navbar_main ul{
	list-style:none;	
}
.navbar_main li{
	 float:left;	
}
.navbar_main a{
	color:#fff;	
}
.navbar_main a:hover{
	color:#fff;
	text-decoration:none;
	outline:none;	
}
.navbar_main a:focus{
	text-decoration:none;
	outline:none;
}
.navbar_main li:hover > ul {
	display:block;
}
.navbar_main ul ul {
    font-size: 14px;
    display: none;
    position: absolute;
    z-index: 100;
}


.navigation {
	min-height:40px;
	border-radius:20px 0 0 20px;
	display: table;
	margin: 0px auto;
}
.navigation ul{
	list-style:none;
	margin:0px;	
}

.navigation li {
    font-size: 20px;
    line-height: 24px;
    position: relative;
    cursor: pointer;
    font-family: 'Padauk', sans-serif;
    padding: 10px 14px;
}
.navigation li a {
	color:#fff;
	display:block;
	transition: all 0.3s ease-out;
	font-family: 'Padauk', sans-serif;
	position:relative;
	transition-duration:2s;
	letter-spacing: 1px;
}
.navigation li a:hover{
	color:#fff;
	text-decoration:none;
	outline:none;
}
.navigation li a::after{
	content: '';
	width: 0;
	height: 2px;
	background: #B79E90;
	position: absolute;
	bottom: -3px;
	left: -2px;
	transition: width .25s linear;
}
.navigation li a:hover::after{
	width:100%;
}
.navigation li a:focus{
	color:#fff;	
	text-decoration:none;
	outline:none;
}

.navigation .last{
	border-right:1px solid #fff;	
}
.navigation li span {
	display:none;	
}
.navigation ul ul li{
	padding:0px;	
}
.navigation ul ul li a{
	color:#29abe2;
	background:#fff;
}
.navigation ul ul li a:hover{
	color:#fff;
	background:#0c5ba5;
}
.navigation ul ul li a:focus{
	outline:none;
}
.navigation li a.active {
	
}
.navigation li a.active::after{
	width:100%;
}
.navigation li:hover > ul {
	display:block;
}
.navigation ul ul {
	font-size:14px;
	display:none;
	position:absolute;
	z-index:100;
}
.navigation ul ul li {
	width:315px;
	line-height:29px;
	top:17px;
	font-size:15px;
}
.navigation ul ul li a{
	background:#ebebeb;
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid #0c5ba5;
	color:#000;
	transition:none;
	text-align:left;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
}
.navigation ul ul li a:hover{
	background:#557A95;
	color:#fff;
	border-bottom: 1px solid #ccc;
	transition:none;
	transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
}
.navigation ul ul ul{
	left:100%;
	top:0px;
}
.air{
	float:right;
	padding-top:12px;
	
}
.navigation .menu {
	background:url(../images/bg_menu.png) no-repeat left top;
	width:27px;
	height:19px;
	float:left;
	margin:10px 0 0 10px;
	text-indent:-9999px;
	display:none;
}
.navigation .menu:hover{
	background:url(../images/bg_menu.png) no-repeat left top;
}
.navigation .menu:focus{
	background:url(../images/bg_menu.png) no-repeat left top;
	outline:none;	
}
.navbar_main.fixed{
	display:none;
	position:fixed;
	z-index: 999;
	width: 87%;
	top:0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.navbar_main.fixed .logo{
	width:350px;	
}
.navbar_main.fixed .logo img{
	width:100%;	
}
.navbar_main.fixed .navigation{
	margin-top:1px;	
}
.nav-main{
	background:#f7f7f7;
	width:100%;
	padding:5px 0px;
}

.menu-contact{
	float:right;	
}
.menu-contact a{
	font-size:17px;
	color:#fff;
	letter-spacing:3px;
	font-family:'Playfair Display', serif;	
	border-bottom: 2px solid #fff;
	padding: 0px 0px 4px 0px;
}
.menu-contact a:hover{
	color:#fff;
	text-decoration:none;
	outline:none;
}
.menu-contact a:focus{
	color:#fff;
	text-decoration:none;
	outline:none;
}	

.about-text2{

	mix-blend-mode: overlay;

    backface-visibility: hidden;

    mix-blend-mode: overlay;

    backface-visibility: hidden;

}
.about-text2 h2 {
    color: #fff;
    font-size: 129px;
    font-family: 'Padauk', sans-serif;
    font-weight: 600;
}


.main-page-top-banner{
	width: 100%;
	height: 800px;
	max-height: 100vh;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	background-size: cover;
	background-position: center;
	justify-content: center;
	align-items: center;
}
.main-page-top-banner-overtxt{
	top: -50px;
	justify-content: center;
	align-items: center;
	text-align:center;
	position:relative;
	z-index:1;	
}
.main-page-top-banner-overtxt h1{
	font-size: 24px;
	line-height: 23px;
	letter-spacing: 5px;
	margin-bottom: 10px;
	margin-top:0px;
	color: #B79E90;
	font-weight: 600;
	font-family: 'Padauk', sans-serif;	
}
.main-page-top-banner-overtxt p{
	font-size:90px;
	line-height: 86px;
	letter-spacing: 4px;
	margin-top:0px;
	margin-bottom: 30px;
	color:#fff;
	font-family:'Playfair Display', serif;
}
.main-page-top-banner-subtitle{
	font-size: 110px;
	line-height: 133px;
	letter-spacing: 7px;	
}
.main-page-top-banner-subtitle:before{
	content: '';
	font-size: 90px;
	line-height: 86px;
	letter-spacing: 4px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	color: white;
	mix-blend-mode: multiply;
	opacity: 0.5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 165px;
	font-family: 'Tiempos Fine';
	font-weight: 300;
	font-style: italic;	
}
.main-page-top-banner-subtitle1:before{
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	opacity: 0.5;
	display: flex;
	flex-direction: column;
	padding-top: 165px;
	
}

.section_heading{
	
}
.section_heading h3{
	margin:0px;
	padding:0px;
	font-family: 'Padauk', sans-serif;
	color:#000;
	margin-bottom: 15px;
	line-height: 23px;
	letter-spacing: 5px;
	font-size:28px;	
}
.section_heading h2{
	margin:0px;
	padding:0px;
	font-family: 'Playfair Display', serif;
	color:#000;
	font-size:52px;
	line-height: 62px;
	margin-bottom:35px;
}
.heding-center{
	text-align:center;	
}
.hed-txt{
	margin:0px auto;
	padding:0px 0px 50px 0px;
	font-size: 18px;
	font-family: 'Padauk', sans-serif;
	color: #737373;
	width:80%;	
}

/*-----------------------------------------
    about-main
------------------------------------------*/
.about-main{
	position:relative;
	padding:120px 0px;
	width:100%;
	overflow:hidden;
}

.about-left {
    background: #222;
    padding: 45px;
    position: absolute;
    width: 96%;
    left: 10%;
    z-index: 9;
}
.about-left h3{
	font-size:28px;
	font-family: 'Padauk', sans-serif;
	color:#fff;
	font-weight:bold;
}
.about-left p{
	font-size:18px;
	font-family: 'Padauk', sans-serif;
	color:#fff;
}
.cont-main{
	text-align:center;
}
.counter-section{
	padding:35px 0px;
}
.image-left-cont-txt p{
	font-size:18px;
	font-family: 'Padauk', sans-serif;
	color:#fff;
}
.image-left-cont-txt h6{
	font-size:22px;
	font-family: 'Playfair Display', serif;
	color:#fff;
	display:inline-block;
}
.image-left-cont-txt span{
	font-size:22px;
	font-family: 'Playfair Display', serif;
	color:#fff;
	display:inline-block;
}
.about-right img{
	width:100%;
}
.our-product-section{
	position:relative;
}
.our-product-section img{
	width:100%;
}
.our-product-section a h4{
    position: absolute;
    bottom: 15px;
    left: 27px;
    font-size: 29px;
	color:#fff;
	transition-duration:2s;
	font-family: 'Playfair Display', serif;
}
.our-product-section a {
       position: relative;
			display: block;
       
			text-transform: uppercase;
       overflow: hidden;
}
.overlay-border{
	width: calc(100% - 40px);
height: calc(100% - 40px);
position: absolute;
top: 20px;
left: 20px;
z-index: 10;
transition: color 0.5s;
}
.our-product-section:hover .overlay-border::before {
    border-top-color: #B79E90;
    border-right-color: #B79E90;
	width: 100%;
height: 100%;
transition: width 0.5s ease-out,height 0.5s ease-out 0.5s;
}
.our-product-section:hover .overlay-border::after {
    border-bottom-color: #B79E90;
    border-left-color: #B79E90;
    transition: height 0.5s ease-out, width 0.5s ease-out 0.5s;
	width: 100%;
height: 100%;
}
.overlay-border::before {
    top: 0;
    left: 0;
	border: 2px solid transparent;
	width: 0;
	height: 0;
	box-sizing: inherit;
	content: '';
	position: absolute;
}
.overlay-border::after {
    border: 2px solid transparent;
    width: 0;
    height: 0;
	box-sizing: inherit;
	content: '';
	position: absolute;
}
.our-product-section a:hover h4{
	color:#fff;
	transition-duration:1s;
}
.aboutmain-page-top-banner{
	position:relative;
	min-height:450px;
}
.gallery{
	width:100%;
	position:relative;
	padding:45px 0px 0px 0px;
}
.bo-solid {
    border: 1px solid #f2f2f2;
}
.gallery-section{
	width:100%;
	height:100%;
	position:relative;
	margin-bottom:30px;	
}
.gallery-section::before {
    right: 0;
    opacity: 1;
    top: 0;
}
.gallery-section::after {
    bottom: 0;
    opacity: .7;
    left: 0;
}
.gallery-section::before, .gallery-section::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}
.gallery-section:hover::after, .gallery-section:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
.gallery-section img{
	width:100%;	
}
.gallery-overlay{
	position:absolute;
	top:0;
	left:0;
	display: table;
	width:100%;
	height:100%;
	opacity:0;	
	-webkit-transition-duration: 2s;
    -o-transition-duration: 2s;
    transition-duration: 2s;
	background:rgba(0, 0, 0, 0.5);
}
.gallery-section:hover .gallery-overlay{
	opacity:1;	
}
.gallery-overlay-inner{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 15px 0;	
}
.lni {
    display: inline-block;
    font: normal normal normal 32px/1 'LineIcons';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.lni-plus::before {
    content: "\002B";
	font-size: 88px;
}
.lni {
    font: normal normal normal 32px/1 'LineIcons';
    text-transform: none;
}
.gallery-overlay-inner p{
	color: #fff;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;	
}
.gallery-overlay-inner i{
	color:#fff;
}
.gallery-section a{
	position:relative;
	display:block;
	width:100%;
	height:100%;
}	
.aboutmain-page-top-banner-overtxt{
	text-align:center;
	position:relative;
	z-index:1;
	padding:100px 0px;
}
.aboutmain-page-top-banner-overtxt h1 {
    font-size: 24px;
    line-height: 23px;
    letter-spacing: 5px;
    margin-bottom: 10px;
    margin-top: 0px;
    color: #B79E90;
    font-weight: 600;
    font-family: 'Padauk', sans-serif;
	
	display:none;
}
.aboutmain-page-top-banner-overtxt p {
    font-size: 90px;
    line-height: 86px;
    letter-spacing: 4px;
    margin-top: 0px;
    margin-bottom: 30px;
    color: #fff;
	padding-top:75px;
    font-family: 'Playfair Display', serif;
}
/*our-product*/
.our-product{
	position:relative;
	padding:50px 0px;
	overflow:hidden;
	position:relative;
}
.main-heading{
	text-align:center;
	margin-bottom:25px;
}
.vision{
	width:100%;
	position:relative;
	overflow:hidden;
}
.vision-left{
	max-width: 570px;
	background: #fff;
	padding: 15px;
	float: right;
	position: relative;
	right: 22px;
	top: 55px;
	margin-bottom: 78px;
}
.vision-overlay {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: left 1.5s ease-out;
}
.aos-animate .vision-overlay {
    left: 100%;
}
.vision-left::after{
	content: '';
	width: calc(100% + 44px);
	height: calc(100% + 44px);
	position: absolute;
	top: -22px;
	left: -22px;
	border: 2px solid #A68675;
}
.vision-left h2{
	font-size:36px;
	font-family: 'Playfair Display', serif;
    font-weight: 600;
	color:#A68675;
}
.vision-left p{
	font-size:18px;
	font-family: 'Padauk', sans-serif;
	color:#737373;
}
.vision-right{
	height:580px;	
}
.vision-right img{
	width:100%;
	height:100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.left-border-about{
	padding:5% 4% 0% 8%;
	position:relative;	
}
.read-btn{
	position:absolute;
	bottom: 83px;
	right: -19%;
	left: auto;
}
.read-btn a{
	font-family:'Playfair Display', serif;
	color: #2C2C2C;
	border: 2px solid #2C2C2C;
	padding: 10px 24px 10px 0px;
	font-size: 20px;
	text-transform: uppercase;
	position:relative;
	z-index:1;
}
.read-btn a:hover{
	color: #2C2C2C;
	text-decoration:none;
	outline:none;	
}
.read-btn a:focus{
	color: #2C2C2C;
	text-decoration:none;
	outline:none;	
}
.read-btn a:before{
	content:"";
	position: absolute;
	border-left: 2px solid #fff;
	height: 46px;
	left: -2px;
	top: -2px;
	border-top: 2px solid #fff;
	width: 37px;
	border-bottom: 2px solid #fff;
}
.mission{
	width:100%;
	position:relative;
	overflow:hidden;
	padding:35px 0px;
}
.mission-left{
	position: absolute;
	top: 100px;
	right: 14%;
	width: 100%;
	z-index: 9;
	background: #fff;
	padding: 15px;
}
.mission-left::after{
	content: '';
	width: calc(100% + 44px);
	height: calc(100% + 44px);
	position: absolute;
	top: -22px;
	left: -22px;
	border: 2px solid #ff4606;
}
.mission-overlay {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: left 1.5s ease-out;
}
.mission .aos-animate .vision-overlay {
    left: 100%;
}
.mission-left h2{
	font-size:36px;
	font-family: 'Playfair Display', serif;
    font-weight: 600;
	color:#ff4606;
}
.mission-left p{
	font-size:18px;
	font-family: 'Padauk', sans-serif;
	color:#000;
}
.mission-right img{
	width:100%;
}
.main-heading h2{
	font-size:40px;
	font-family: 'Playfair Display', serif;
    font-weight: 600;
	color:#ff4606;
}
.ourclients {
    background: #f5f5f5;
    padding: 40px 0px;
    width: 100%;
}
.product-heading {
    margin-bottom: 25px;
    text-align: center;
}
.product-heading h2 {
    margin: 0px;
    color: #222;
    font-size: 36px;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
}
#service .owl-next, #service .owl-prev {
    background-color: transparent !important;
    border: 2px solid #160b8d;
    color: #160b8d;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;
    padding: 3px 7px 0px 7px;
    height:34px;
}
.owl-buttons {
    text-align: center;
}
#service .owl-next, #service .owl-prev {
    color: #160b8d;
}
#service .owl-controls {
    text-align: right;
    margin-bottom: 0px;
    padding: 8px 10px 8px 0px;
    position: absolute;
    top: -34px;
    width: 100%;
}
.service_block {
    margin-top: 25px;
}
.product-heading hr {
    margin: 10px 0px;
    color: #160b8d;
    width: 7%;
    height: 2px;
    display: inline-block;
    background: #160b8d;
}
.capbox {
    background-color: #92D433;
    border: #B3E272 0px solid;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
    border-width: 0px 12px 0px 0px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 8px 40px 8px 8px;
}
#CaptchaDiv {
    font: bold 17px verdana, arial, sans-serif;
        font-style: normal;
    font-style: italic;
    color: #000000;
    background-color: #FFFFFF;
    padding: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 31%;
    float: left;
    margin-right: 8px;
    margin-top: 7px;
}
#CaptchaInput {
    margin: 1px 0px 1px 0px;
    width: 135px;
    height: 20px;
    border-radius: 0px;
    padding: 2px;
}
.capbox-inner {
    font: bold 11px arial, sans-serif;
    color: #000000;
    background-color: #DBF3BA;
    margin: 5px 0px 0px 0px;
    padding: 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    float: left;
}

.footer{
	width:100%;
	position:relative;
	background:#222;
	margin-top:25px;
}
.footer-left{
	width:100%;
	background:#222;
}
.footer-left h2{
	font-size:40px;
	font-family: 'Playfair Display', serif;
    font-weight: 600;
	color:#fff;
}
.footer-left p{
	font-size:18px;
	font-family: 'Padauk', sans-serif;
    font-weight: 500;
	color:#fff;
}

.footer-text ul{
	list-style:none;
	padding:35px 0px;
}
.footer-text ul li{
	position:relative;
	padding-left:25px;
	font-family: 'Padauk', sans-serif;
	 color:#fff;
	 font-size:14px;
	 padding-bottom: 12px;
}
.footer-text ul li a{
	text-decoration:none;
	color:#fff;
}
.footer-text ul li a:hover{
	text-decoration:none;
	color:#fff;
}
.footer-text ul li a:focus{
	text-decoration:none;
	outline:none;
}
.footer-text ul li .fa{
	position:absolute;
	color:#fff;
	top:4px;
	left:0px;
}
.footer-right img{
	width:100%;
}
/*-----------------------------------------
     footer-bottom
------------------------------------------*/
.footer-bottom{
	background:#557A95;
	width:100%;
	position:relative;
	border-top:1px #fff solid;
}
.copyright-section{
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
}
.copyright-section p{
	color:#fff;
	font-family: 'Padauk', sans-serif;
	font-size:13px;
	display: inline-block;
	padding-top: 12px;
}
.copyright-section p a{
	text-decoration:none;
	color:#fff;
}
.footer_right ul{
	list-style:none;
	float:right;
}
.footer_right ul li{
	float:left;
	padding-top:23px;
	padding-left:14px;
}
.footer_right ul li:first-child{
	padding-left:0px;
}
/*-----------------------------------------
     #back-to-top
------------------------------------------*/
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #557A95;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top .fa{
	font-size:29px;
}
#back-to-top:hover {
    background: ##0c5ba5;
}
#back-to-top:focus {
    background: ##0c5ba5;
	outline:none;
}
#back-to-top.show {
    opacity: 1;
}
#content {
    height: 2000px;
}
/*-----------------------------------------
    about-inner-main
------------------------------------------*/
.product-inner{
	width:100%;
	background:#F2EEE9;
	position:relative;
	padding:75px 0px;
	overflow:hidden;

}
.product-inner-right img{
	width:100%;
}
.product-inner-left h1{
	font-size: 45px;
	line-height: 46px;
	letter-spacing: 4px;
	margin-top: 0px;
	margin-bottom: 30px;
	color: #222;
	font-family: 'Playfair Display', serif;
}
.product-inner-left h4{
	font-family: 'Padauk', sans-serif;
	font-size:28px;
}
.product-inner-left ul{
	list-style:none;
}
.product-inner-left ul li{
	font-size:18px;
	position:relative;
	font-family: 'Padauk', sans-serif;
	padding-left:25px;
}
.product-inner-left ul li .fa{
	position:absolute;
	top:4px;
	left:0px;
}
.product-inner-left p{
	font-size:20px;
	position:relative;
	font-family: 'Padauk', sans-serif;
}
.service-intro__diamond {
    display: block;
}
.service-intro__diamond {
    position: absolute;
    top: -90px;
    left: 57%;
    transform: translateX(-50%);
    display: block;
}
.service-intro__diamond svg {
    width: 320px;
    height: 390px;
    fill: #A68675;
    stroke-width: 2px;
}
.product-inner-right{
	width:100%;
	position:relative;
	overflow:hidden;
}
.contact-form h3{
	margin: 0px;
	font-family: 'Padauk', sans-serif;
	text-transform: uppercase;
	color: #A68675;
	font-size: 22px;
	font-weight: 600;	
}
.contact-section{
	position:relative;
	overflow:hidden;
	padding:75px 0px;
	width:100%;
}
.contact-form input{
	width:47%;
	padding: 12px 10px;
	font-family: 'Padauk', sans-serif;
	margin:15px 19px 14px 0px;
	border-radius:5px;
	border:1px #A68675 solid;
}
.contact-form textarea{
	width:97%;
	padding: 12px 10px;
	font-family: 'Padauk', sans-serif;
	border-radius:5px;
	border:1px #A68675 solid;
	margin:15px 19px 14px 0px;
}
.contact-form textarea:focus{
	outline:rgba(0,0,0,1);
}
.contact-form textarea:focus-visible{
	outline:rgba(0,0,0,1);
}
.contact-form input:focus{
	outline:rgba(0,0,0,1);
}
.contact-form input:focus-visible{
	outline:rgba(0,0,0,1);
}
.contact-form .btn2{
	width: 10% !important;
	background:#A68675;
	color:#fff;
	transition-duration:1s;
	border:none !important;
}
.contact-form .btn2:hover{
	width: 10% !important;
	background:#212121;
	color:#fff;
	transition-duration:1s;
	
}
.contact-address{
}
.contact-address h3{
	margin: 0px;
	font-family: 'Padauk', sans-serif;
	color: #A68675;
	font-size: 22px;
	font-weight: 600;
	margin-bottom:15px;	
}
.contact-address p{
	margin: 0px;
	font-family: 'Padauk', sans-serif;
	color: #212121;
	font-size: 18px;
	margin-bottom:15px;
	position:relative;
	padding-left:30px;
}
.contact-address p .fa{
	position:absolute;
	top:4px;
	left:0px;
	color:#A68675;
}
.contact-address ul{
	list-style:none;
	text-align:left;
}
.contact-address ul li{
	display:inline-block;
	font-size:18px;
}
.contact-address ul li a .fa{
	background: #3b5998;
	color: #fff;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	text-align: center;
	line-height: 34px;
}
.contact-address ul li:nth-child(2) a .fa{
	background: #1da1f2;
}
.contact-address ul li:nth-child(3) a .fa{
	background: #0077b5;
}
.mission-inner{
	width:100%;
	padding:45px 0px;
	position:relative;
	overflow:hidden;
}
.mission-left-inner{
	text-align:center;
	background:#fff;
	    box-shadow: 0px 0px 14px 0px #ccc;
    padding: 25px 20px 25px 20px;
	min-height:382px;
	border-radius:10px;

}
.mission-left-inner .our_vision .icon {
    background: #A68675;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
}
.mission-left-inner .fa{
	background: #A68675;
	color: #fff;
	width: 100px;
	height: 100px;
	font-size: 58px;
	border-radius: 10px;
	line-height: 100px;
	border: 3px solid #fff;
}
.mission-left-inner h2{
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 4px;
    margin-top: 0px;
    color: #222;
    font-family: 'Playfair Display', serif;
}
.mission-left-inner p{
    font-size: 18px;
    line-height: 26px;
    margin-top: 0px;
    color: #222;
   font-family: 'Padauk', sans-serif;
}
.video-section{
	width:100%;
	position:relative;
	padding:45px 0px;
	overflow:hidden;
}
.video-heading h2{
	 font-size: 46px;
    line-height: 46px;
    margin-top: 0px;
    color: #222;
    font-family: 'Playfair Display', serif;
	text-align:center;
}
.video-section-inner{
	margin-bottom:25px;
}
.video-section-inner iframe{
    padding: 15px;
    background: #e1e1e1;
	border-radius: 10px;
}
.client-section ul{
	list-style:none;
}
.client-section ul li {
    text-align: center;
    width: 20%;
    float: left;
    margin: 0px 0px 11px 0px;
}
.slide{ 
  margin-top: 30px;
}
.details {
    margin: 50px 0; }
 .details h1 {
      font-size: 32px;
      text-align: center;
      margin-bottom: 3px; }
    .details .back-link {
      text-align: center; }
      .details .back-link a {
        display: inline-block;
        margin: 20px 0;
        padding: 15px 30px;
        background: #333;
        color: #fff;
        border-radius: 24px; }
        .details .back-link a svg {
          margin-right: 10px;
          vertical-align: text-top;
          display: inline-block; }
.home-slider{
	text-align:center;
}
.home-slider h1 {
    font-size: 70px;
    line-height: 23px;
    letter-spacing: 5px;
    margin-bottom: 10px;
    margin-top: 15px;
    color: #fff;
    font-weight: 600;
    font-family: 'Padauk', sans-serif;
}
.home-slider p {
    font-size: 60px;
    line-height: 86px;
    letter-spacing: 4px;
    margin-top: 0px;
    margin-bottom: 30px;
    color: #fff;
    font-family: 'Playfair Display', serif;
	font-weight:bold;
}
.main-page-top-banner .carousel {
    position: relative;
    z-index: 9;
}
.our-value{
	width:100%;
	position:relative;
	padding:45px 0px;
	background:#f5f5f5;
	
}
.our-value-text h1 {
    margin: 0px;
        margin-bottom: 0px;
    padding: 0px;
    font-family: 'Playfair Display', serif;
    color: #000;
    font-size: 52px;
    line-height: 62px;
	text-align:center;
}
.our-value-section ul{
	list-style:none;
}
.our-value-section ul li{
	float:left;
	width:20%;
}
.our-value-section ul li h4{
	font-family: 'Playfair Display', serif;
    color: #000;
    font-size: 25px;
}
.block{
	text-align:center;
}
.hovicon {
    display: inline-block;
    font-size: 45px;
    line-height: 90px;
    cursor: pointer;
    margin: 20px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}

.hovicon.auto-width {
    width: auto;
    height: auto;
    padding: 15px;
}
.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}


/* Effect 8 */
 .hovicon.effect-8 {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
	transform: scale(0.93);
}
.hovicon.effect-8:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.hovicon.effect-8:hover {
    background: rgba(255, 255, 255, 0.05);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}
.hovicon.effect-8:hover i {
    color: #fff;
}
.hovicon.effect-8:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}


/*///////////////////////////////////////////////////////
					Responsive Phone
//////////////////////////////////////////////////////*/
@media only screen and (min-width:1024px) and (max-width:1200px){
	.navigation li {
    font-size: 14px;
	}
.top-heading h2 strong {
    font-size: 23px;
}
.logo {
    width: 150px;
}
}
@media only screen and (min-width:767px) and (max-width:1023px){
.navigation li {
    font-size: 9px;
}
.top_left li {
   
    font-size: 13px;
}
.top_left li strong {
    font-size: 13px;
    color: #5b5b5b;
}
.logo {
    width: 150px;
}
.top-heading h2 strong {
    font-size: 15px;
}
.client-section ul li{
	margin: 0px 0px 11px 16px;
	width:18%;
}
.client-section ul li img{
	width:100%;
}
}

@media only screen and (min-width:290px) and (max-width:766px){

.navbar_main.fixed .navigation{
	margin-top:23px;	
}
.navigation .menu{
	display:block;
	margin:30px 3px 7px 10px;
}
.navigation{
	min-height:auto;
	margin-top: 23px;
	position:relative;	
}
.navigation ul {
	display:none;
	position:absolute;
	right:0px;
	top:100%;
	z-index:999;
	width:300px;
}
.navigation li span {
	display:block;
	float:right;
	margin-right: 0px;
	color: #000;
	background:#ccc;
	padding: 8px 10px;
	z-index: 999999;
	position: relative;
}
.navigation li:hover > ul {
	display:none;
}
.navigation li{
	padding:0px 0px;
	width:100%;
	background: #557A95;
	
}
.navigation li a{
	padding:5px 15px;
	text-align:left;
	border-bottom: 1px #fff solid;	
}
.navigation ul ul{
	top:100%;
	right:0;	
}
.navigation ul ul li{
	width:100%;	
}
.navigation ul ul li a{
	background:#ccc;
	color:#000;	
}
.navbar_main .register_btn {
    padding: 10px 15px 10px 15px;
}
.top_left li{
	display:block;
	text-align:center;
	padding:0px;	
}
.top_right {
    text-align: center;
}
.air{
	visibility:hidden;
}
.logo {
   width:100%;
}
.logo img{
	width:100%;
}
.navbar_main.fixed .logo {
    width: 85px;
}
.navbar_main.fixed .logo img{
	width:100%;
}
.navbar_main.fixed .navigation {
    margin-top: 0px;
}
.navigation{
	margin-top:0px;
	float:right;
}
.navbar_main {
    left: 0;
    width: 100%;
}
.contact-head{
	margin-bottom: 20px;
}
.textemonial blockquote p{
	font-size:13px;
}
.footer-text {
    padding-top: 15px;
    padding-bottom: 0px;

}
.about-main-text h1{
	font-size:22px;
}
.about-main-text1 ul li{
	font-size:15px;
}
.about-main-text9 h1{
	font-size:19px;
}
.about-main-text9 ul li{
	font-size:15px;
}
.about-section h2{
	font-size:22px;
}
.product-txt a h2{
	font-size:13px;
}
.Subscribe-heading ul li input{
	margin:5px 0px;
}
.copyright-section p{
	margin:0px;
	padding:0px;
}
.box-content{
	display:none;
}
.top_left{
	display:none;
}
.product-head-heading h4 {
    font-size: 18px;
}
.footer-text1 ul li{
	width:100%;
}
.top-heading{
	text-align: center;
	float: left;
	width: 70%;
}
.top-heading h2{
	padding:0px;
}
.top-heading h2 strong {
    font-size: 21px;
	
}
.product-wrapper-heading h3 {
    font-size: 26px;
}
.formula-right {
    width: 100%;
}
.formula-left {
    width: 100%;
	margin-bottom: 20px;
}
.sidebar-new{
	float:left;
	width:100%;
}
.quality-section ul li {
    width: 32%;
    margin-bottom: 25px;
}
.quality-section ul li h2 {
    font-size: 10px;
}
.quality-section ul li:nth-child(3){
	border-right:none;
}
.fixed_social_icons-right {
    top: 31%;
}
.Subscribe-heading h1 {
    font-size: 28px;
}
.Subscribe-heading h3 {
    font-size: 23px;
}
.industry-section h4 {
    font-size: 15px;
}
.industry-section ul li {
    width: 100%;
}
.chemical-heading {
    position: relative;
    overflow-x: scroll;
}
.email-hed {
    top: 0px;
    position: absolute;
    left: 10px;
	display:block;
}
.fixed_social_icons {
    top: 27%;
}
.main-page-top-banner-overtxt p {
    font-size: 34px;
	margin-bottom: 0px;
}
.main-page-top-banner-subtitle::before {
    font-size: 41px;
    line-height: 37px;
	height: 100%;
}
.client-section ul li{
	width:100%;
}
.client-section ul li img{
	width:100%;
}
.our-product-section {
    margin-bottom: 25px;
}
.section_heading h2 {
    font-size: 45px;
}
.read-btn {
    position: relative;
    bottom: 0px;
    right: 0%;
    left: auto;
}
.vision-left {
    right: 0px;
}
.footer-left h2 {
    font-size: 21px;
}
.product-inner-left h4 {
    font-size: 22px;
}
.product-inner-left h1 {
    font-size: 30px;
}
.product-inner {
    padding: 30px 0px;
}
.contact-form input {
    width: 100%;
}
.contact-form textarea {
    width: 100%;
}
.contact-form .btn2 {
    width: 28% !important;
}
.our-value-section ul li {
    float: left;
    width: 100%;
}
.about-left {
    background: #222;
    padding: 45px;
    position: relative;
    width: 100%;
    left: 0%;
    z-index: 9;
}
.left-border-about {
    padding: 0% 0% 0% 0%;
    margin-bottom: 17px;
}
.home-slider p {
    font-size: 27px;
	line-height: 30px;
}
.home-slider h1 {
    font-size: 27px;
}
.aboutmain-page-top-banner-overtxt p {
    font-size: 36px;
}
}