@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic)
@import url(https://fonts.googleapis.com/css?family=Dancing+Script:400,700);

*{
	margin: 0;
	padding: 0;
	outline: 0;
	list-style: none;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	}
.clear {
	clear: both;
	}
.container {
	width: 100%;
	max-width: 1200px;
	position: relative;
	margin: 0px auto;
	}


#wrapper
{
	width:100%;
}

/*==============================================quick-contact-style=============================*/

.quick-contact-wrapper
{
	width:100%;
	position:relative;
	display:inline-block;
	background:#201f1f;
}

.quick-contact-main
{
	width:50%;
	position:relative;
	display:block;
	margin:30px auto;
}

.quick-contact-main h3
{
	font-size:20px;
	color:#FFF;
	font-weight:400;
}

.quick-contact-form-main
{
	width:100%;
	position:relative;
	display:inline-block;
	margin-top:20px;
}

.quick-contact-form
{
	width:100%;
	position:relative;
	display:block;
	margin-bottom:10px;
}

.quick-contact-txt-box
{
	width:100%;
	border:1px solid #828282;
	padding:10px 10px;
	box-sizing:border-box;
	display:block;
	color:#828282;
	font-size:13px;
	font-weight:400;
	background:#201f1f;
}

.quick-contact-txt-box-one
{
	width:100%;
	border:1px solid #828282;
	padding:10px 10px;
	box-sizing:border-box;
	display:block;
	color:#828282;
	font-size:13px;
	font-weight:400;
	background:#201f1f;
	height:77px;
}

.quick-contact-button
{
	width:114px;
	background:#e77722;
	border:none;
	color:#FFF;
	font-size:16px;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
	padding:6px 0px;
}

.quick-button-bar
{
	width:100%;
	height:2px;
	background:#e77722;
}

.quick-arrow-but
{
	width:5%;
	background:#e77722;
	color:#FFF;
	font-size:16px;
	font-weight:400;
	text-align:center;
	margin:0px auto;
	display:block;
	position:relative;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border:none;
	top: -38px;
	cursor:pointer;
}

.quick-arrow-but i
{
	font-weight:bold;
	font-size:22px;
}

/*=======================quick-contact-style-end=========================*/

.top-bar
{
	width:100%;
	position:relative;
	display:block;
	background:#201f1f;
	height:38px;
}

.social-main
{
	width:114px;
	position:relative;
	display:block;
}

.fb
{
	width:38px;
	height:38px;
	font-size:18px;
	color:#828282;
	text-align:center;
	display:block;
	float:left;
	border-left:1px solid #828282;
	padding:7px 0;
	box-sizing:border-box;
}


.fb:hover
{
	color:#e77722;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.fb-one
{
	border-right:1px solid #828282;
}

.mail-main
{
	width:253px;
	position:relative;
	display:block;
	float:right;
	top: -31px;
}

.mail-icon
{
	color:#828282;
	font-size:18px;
	text-align:center;
	box-sizing:border-box;
	float:left;
	padding-right:5px;
}

.mail-con
{
	color:#828282;
	font-size:13px;
	padding-top:3px;
	font-weight:400;
}




.logo {
	position: relative;
	margin:16px auto;
	display:block;
	}

.top-nav-bg
{
	width:100%;
	background:#f1f1f1;
	position:relative;
	display:block;
}

.top-nav
{
	width:760px;
	position:relative;
	float:left;
	
}




.top-nav li
{
	float:left;
	list-style:none;
}

.top-nav a
{
	font-size:14px;
	color:#333;
	text-decoration:none;
	display:block;
	line-height:2px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	font-family:font-family: 'Open Sans', sans-serif;
	padding: 26px 14px;
	text-transform:uppercase;
	letter-spacing: 4px

}

.top-nav a:hover
{
	background:#e77722;
	color:#FFF;
}

.current
{
	background:#e77722;
	color:#FFF !important;
}





.sub-menu {
    width:37%;
    padding:0px 0px;
    position:absolute;
    top:54px;
    left:212px;
    z-index:-1;
    opacity:0;
	display:none;
    transition:opacity linear 0.15s;
    box-shadow:0px 2px 3px rgba(0,0,0,0.2);
    background:#FFF;
}
 
.sub-menu li {
    display:block;
    font-size:14px;
	width:100%;
}
 
.sub-menu li a {
    padding:18px 23px;
    display:block;
}
 
.sub-menu li a:hover, .sub-menu .current-item a {
    background:#e77722;
}




.top-nav1 {
	display: none;
	position: absolute;
	width: 92%;
	left: 0;
	right: 0;
	z-index:9999999;
	top:54px;
	}
.top-nav1 li {
	padding: 10px;
	text-align: left;
	background: #e77722;
	cursor:pointer;
	list-style:none;
	padding-left:30px;
	
	}

.top-nav1 li a:link,
.top-nav1 li a:active,
.top-nav1 li a:visited
 {
	 color: #FFF;
	 text-decoration:none;
	 text-transform:uppercase;
	letter-spacing: 4px
	 }
	 
.top-nav1 li:hover,
.top-nav1 a:hover li  {
	color:#FFF !important;
	background:#e77722;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	}
	










#menu-button {
	width: 44px;
	height: 54px;
	background: #e77722;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 16px 10px;
	position: relative;
	float: left;
	cursor:pointer;
	}
.bar {
	width: 100%;
	height: 3px;
	background: #fff;
	margin-bottom: 3px;
	margin: 3px 0px;
	}

.phone-main
{
	width:397px;
	float:right;
	display:block;
	position:relative;
}

.ph
{
	width:46px;
	height:36px;
	border-left:1px solid #c1c1c1;
	border-right:1px solid #c1c1c1;
	color:#222;
	text-align:center;
	padding-top: 18px;
	float:left;
	margin-right:10px;
}

.ph i
{
	font-size:22px;
}

.ph-con
{
	font-size:13px;
	color:#000;
	letter-spacing:4px;
	font-weight:400;
	padding-top:20px;
}



	
.top-nav li:hover .sub-menu
{
	 z-index:1;
    opacity:1;
	display:block;
}

.banner img
{
	width:100%;
}

.welcome-container
{
	width:100%;
	position:relative;
	display:inline-block;
	padding:38px 87px;
	box-sizing:border-box;
}

.wel-head-left-line
{
	width:20%;
	float:left;
	height:1px;
	background:#e5e5e5;
}

.welcome-container h2
{
	font-size:30px;
	color:#000;
	text-align:center;
	font-weight:400;
	padding:0px 20px;
}

.welcome-container p
{
	font-size:13px;
	color:#999;
	text-align:center;
	font-weight:400;
	line-height:24px;
	padding-top:24px;
}

.welcome-container a
{
	font-size:16px;
	color:#000;
	text-align:center;
	font-weight:400;
	display:block;
	padding-top:30px;
}

.welcome-container a
{
	text-transform:uppercase;
	letter-spacing: 4px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.welcome-container i
{
	color:#e77722;
	padding-right:5px;
	font-size:19px;
}

.welcome-container a:hover
{
	padding-left:10px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.service-container
{
	width:100%;
	position:relative;
	display:block;
	padding:80px 0;
}

.jewellery-main
{
	width:429px;
	position: relative;
    float: left;
	background:url(../image/jewellery.jpg) no-repeat;
	
}


.jewellery-main h2
{
	font-size:30px;
	color:#FFF;
	font-weight:800;
	padding-top: 336px;
    padding-left: 30px;
	text-transform:uppercase;
}

.jewellery-main a
{
	font-size:14px;
	color:#FFF;
	font-weight:400;
	display:block;
	padding-top:10px;
	padding-bottom:13px;
	padding-left: 30px;
}

.jewellery-main a
{
	text-transform:uppercase;
	letter-spacing: 4px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.jewellery-main i
{
	color:#e77722;
	padding-right:5px;
	font-size:19px;
}

.jewellery-main a:hover
{
	padding-left:10px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.second-service-main
{
	width:412px;
	position:relative;
	display:block;
	float:left;
	margin-left:8px;
}


.tyre-main
{
	width:412px;
	position: relative;
	background:url(../image/tyre.jpg) no-repeat;
	margin-bottom:6px;
	
}


.tyre-main h2
{
	font-size:23px;
	color:#FFF;
	font-weight:800;
	padding-top: 73px;
    padding-left: 30px;
	text-transform:uppercase;
}

.tyre-main a
{
	font-size:14px;
	color:#FFF;
	font-weight:400;
	display:block;
	padding-top:10px;
	padding-bottom:13px;
	padding-left: 30px;
}

.tyre-main a
{
	text-transform:uppercase;
	letter-spacing: 4px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.tyre-main i
{
	color:#e77722;
	padding-right:5px;
	font-size:19px;
}

.tyre-main a:hover
{
	padding-left:10px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}



.paint-main
{
	width:412px;
	position: relative;
	background:url(../image/paint.jpg) no-repeat;
	
}


.paint-main h2
{
	font-size:23px;
	color:#FFF;
	font-weight:800;
	padding-top: 168px;
    padding-left: 30px;
	text-transform:uppercase;
}

.paint-main a
{
	font-size:14px;
	color:#FFF;
	font-weight:400;
	display:block;
	padding-top:10px;
	padding-bottom:13px;
	padding-left: 30px;
}

.paint-main a
{
	text-transform:uppercase;
	letter-spacing: 4px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.paint-main i
{
	color:#e77722;
	padding-right:5px;
	font-size:19px;
}

.paint-main a:hover
{
	padding-left:10px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.service-third-raw
{
	width:344px;
	float:right;
	position:relative;
	display:block;
}

.advertising-main
{
	width:344px;
	position: relative;
	background:url(../image/advertising.jpg) no-repeat;
	
}


.advertising-main h2
{
	font-size:23px;
	color:#FFF;
	font-weight:800;
	padding-top: 161px;
    padding-left: 30px;
	text-transform:uppercase;
}

.advertising-main a
{
	font-size:14px;
	color:#FFF;
	font-weight:400;
	display:block;
	padding-top:10px;
	padding-bottom:21px;
	padding-left: 30px;
}

.advertising-main a
{
	text-transform:uppercase;
	letter-spacing: 4px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.advertising-main i
{
	color:#e77722;
	padding-right:5px;
	font-size:19px;
}

.advertising-main a:hover
{
	padding-left:10px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.banking-main
{
	width:344px;
	position: relative;
	background:url(../image/banking.jpg) no-repeat;
	
}


.banking-main h2
{
	font-size:23px;
	color:#FFF;
	font-weight:800;
	padding-top: 78px;
    padding-left: 30px;
	text-transform:uppercase;
}

.banking-main a
{
	font-size:14px;
	color:#FFF;
	font-weight:400;
	display:block;
	padding-top:10px;
	padding-bottom:13px;
	padding-left: 30px;
}

.banking-main a
{
	text-transform:uppercase;
	letter-spacing: 4px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.banking-main i
{
	color:#e77722;
	padding-right:5px;
	font-size:19px;
}

.banking-main a:hover
{
	padding-left:10px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}


.footer-wrapper
{
	width:100%;
	background:#222222;
}

.footer-contant-container
{
	width:46%;
	position:relative;
	display:block;
	margin:0px auto;
	padding:30px 0;
	text-align:center;
}

.footer-nav
{
	width:44%;
	position:relative;
	display:block;
	margin:0px auto;
}

.footer-nav li
{
	float:left;
	color:#FFF;
	font-size:11px;
	font-weight:400;
}

.footer-nav li a
{
	color:#FFF;
	font-size:11px;
	font-weight:400;
	display:block;
	text-decoration:none;
	padding:0 10px 0 0;
}

.copyright
{
	font-size:11px;
	text-align:center;
	color:#FFF;
}



/*===========================about-page-style==============================*/

.inner-container
{
	width:100%;
	position:relative;
	display:inline-block;
	padding:45px 30px;
	box-sizing:border-box;
}

.inner-container h2
{
	font-size:30px;
	font-weight:400;
	color:#111;
	text-align:center;
	letter-spacing: 3px;
	text-transform:uppercase;
}

.about-container
{
	width:100%;
	position:relative;
	display:inline-block;
	padding:30px 0;
}

.about-container .about-left
{
	width:15%;
	position:relative;
	display:block;
	float:left;
}

.about-container .about-left .about-pic
{
	width:100%;
	height:71px;
	position:relative;
	display:block;
}

.about-container .about-left .about-pic img
{
	width:100%;
	height:100%;
}

.about-container .about-right
{
	width:82%;
	float:right;
	position:relative;
	display:inline-block;
}

.about-container .about-right p
{
	font-size:13px;
	color:#999;
	font-weight:400;
	line-height:24px;
}

.about-container .about-right ul
{
	display:block;
	margin:20px 0;
}

.about-container .about-right li
{
	color:#999;
	font-size:16px;
	font-weight:400;
	line-height:35px;
}

.about-container .about-right i
{
	font-weight:bold;
	padding-right:10px;
	color:black;
}

/*============================about-style-end============================*/
/*======================================CONTACT-STYLE=======================*/


.get-in-touch
{
	width:40%;
	position:relative;
	display:block;
	float:left;
}

.get-in-touch h3
{
	font-size:24px;
	color:#111;
	font-weight:400;
	text-transform:uppercase;
}

.contact-form-main
{
	width:100%;
	position:relative;
	display:block;
	margin-top:20px;
}

.contact-txt-field-main
{
	width:100%;
	position:relative;
	display:block;
	margin-bottom:20px;
}

.contact-txt-field
{
	width:100%;
	height:41px;
	position:relative;
	display:block;
	padding-left:10px;
	font-size:13px;
	color:#999;
	font-weight:999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #dedede;
}

.contact-txt-field-one
{
	width:100%;
	height:115px;
	position:relative;
	display:block;
	padding-left:10px;
	font-size:13px;
	color:#999;
	font-weight:999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #dedede;
}

.contact-sub-button
{
	width:161px;
	background:#ed1e24;
	font-size:18px;
	color:#FFF;
	text-align:center;
	font-weight:400;
	border:none;
	padding:10px 15px;
	box-sizing:border-box;
	content:"";
	display:block;
	text-transform:uppercase;
	cursor:pointer;
	
}

.contact-sub-button:hover
{
	opacity:0.6;
}

.contact-information
{
	width:22%;
	position:relative;
	display:block;
	float:left;
	margin-left:106px;
}

.contact-information h3
{
	font-size:24px;
	color:#111;
	font-weight:400;
	text-transform:uppercase;
	padding-bottom:30px;
}

.contact-information p
{
	font-size:13px;
	color:#999;
	line-height:24px;
	display:flex;
	padding-bottom:10px;
}

.contact-information i
{
	font-size:16px;
	color:#111;
	padding-right:15px;
	padding-top:4px;
}


.map
{
	width:100%;
}

/*================CONTACT-STYLE-END================*/

/*================GALLERY-STYLE===========*/

.gallery-container
{
	width:100%;
	position:relative;
	display:block;
	margin-bottom:99px;
}

.gallery-cate-head
{
	font-size:18px;
	color:#e77722;
	font-weight:400;
	text-transform:uppercase;
}

.gallery-main
{
	width:277px;
	height:223px;
	float:left;
	display:block;
	position:relative;
	margin-right:8px;
	margin-top:10px;
}

.gallery-main img
{
	width:100%;
	height:100%;
	float:left;
	display:block;
	position:relative;
}

/*===============GALLERY-STYLE-END================*/

/*============================THENGUMPLACKAL-GOLD-STYLE===================*/

.gold-container
{
	width:100%;
	position:relative;
	display:inline-block;
}

.gold-container .gold-container-left-pic
{
	width:294px;
	position:relative;
	float:left;
	margin-right:33px;
	display:block;
	height:261px;
	margin-top:14px;
}

.gold-container .gold-container-left-pic img
{
	width:100%;
	height:100%;
}

.monthly-chit-pic
{
	width:783px;
	height:354px;
	position:relative;
	display:block;
	margin-top:68px;
}

.monthly-chit-pic img
{
	width:100%;
	height:100%;
}

.gold-container h2
{
	font-size:30px;
	color:#000;
	font-weight:400;
	text-transform:uppercase;
	text-align:left !important;
}

.gold-container h3
{
	font-size:20px;
	color:#e77722;
	font-weight:400;
	padding-top:25px;
}

.gold-container p
{
	font-size:13px;
	line-height:24px;
	color:#999;
	font-weight:400;
}


.silver-ornaments-wrapper
{
	width:100%;
	background:#f7f7f7;
}

.silver-ornaments-container
{
	width:100%;
	position:relative;
	display:inline-block;
}

.gold-container ul
{
	display:block;
}

.gold-container li
{
	font-size:14px;
	color:#222;
	line-height:35px;
	font-weight:400;
}

.gold-container i
{
	padding-right:10px;
}

.gold-enquire-but
{
	width:16%;
	position:relative;
	display:block;
	background:#e77722;
	color:#FFF;
	text-transform:uppercase;
	font-weight:400;
	float:left;
	font-size:18px;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:8px 0;
	margin-top:35px;
}


.gold-enquire-but-one
{
	width:16%;
	position:relative;
	display:block;
	background:#e77722;
	color:#FFF;
	text-transform:uppercase;
	font-weight:400;
	font-size:18px;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:8px 0;
	margin:35px auto;
}

.gold-view-gallery
{
	width:16%;
	position:relative;
	display:block;
	background:#000;
	color:#FFF;
	text-transform:uppercase;
	font-weight:400;
	font-size:18px;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:8px 0;
	margin:35px auto;
}

.gold-view-gallery1
{
	width:16%;
	position:relative;
	display:block;
	background:#000;
	color:#FFF;
	text-transform:uppercase;
	font-weight:400;
	font-size:18px;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:8px 0;
	float:left;
	margin-top:34px;
	margin-right:10px;
}

/*=================================THENGUMPLACKAL-GOLD-STYLE-END============================*/

/*==============================THENGUMPLACKA-OUTDOOR-ADVERTSING-STYLE============================*/

.outdoor-advertising-container
{
	width:100%;
	position:relative;
	display:inline-block;
}

.outdoor-advertising-pic
{
	width:386px;
	height:285px;
	display:block;
	margin:0px auto;
	position:relative;
	padding-bottom:41px;
}

.outdoor-advertising-pic img
{
	width:100%;
	height:100%;
}

.outdoor-advertising-container h2
{
	font-size:30px;
	color:#000;
	font-weight:400;
	text-transform:uppercase;
	text-align:center;
}

.outdoor-advertising-container h3
{
	font-size:14px;
	color:#F90;
	line-height:24px;
	font-weight:400;
	padding-top:25px;
}

.outdoor-advertising-container ul
{
	display:block;
	position:relative;
}

.outdoor-advertising-container li
{
	font-size:14px;
	color:#999;
	line-height:35px;
}

.outdoor-advertising-container i
{
	padding-right:10px;
}



.outdoor-advertising-bot-line
{
	width:30%;
	background:#e77722;
	height:2px;
	display:block;
	position:relative;
	margin:15px auto;
}

.outdoor-advertising-container p
{
	font-size:13px;
	line-height:24px;
	color:#999;
	font-weight:400;
}

.outdoor-advertising-container p
{
	padding-top:15px !important;
}

/*==============================THENGUMPLACKAL-OUTDOOR-ADVERTSING-STYLE-END============================*/

/*====================================THENGUMPLACKAL-TYRE-STYLE=============================*/

.thengumplackal-tyre-container
{
	width:100%;
	position:relative;
	display:inline-block;
}

.thengumplackal-tyre-container h2
{
	font-size:30px;
	color:#000;
	text-transform:uppercase;
	text-align:center;
	font-weight:400;
}

.thengumplackal-tyre-container .thengumplackal-tyre-bottom-line
{
	width:32%;
	height:3px;
	background:#e77722;
	display:block;
	margin:0px auto;
}

.thengumplackal-tyre-container h4
{
	font-size:20px;
	color:#d44000;
	text-align:center;
	font-weight:400;
	line-height:30px;
	padding-bottom:35px;
	padding-top:25px;
}

.thengumplackal-tyre-container p
{
	font-size:13px;
	color:#999;
	text-align:center;
	font-weight:400;
	line-height:24px;
}

.thengumplackal-tyre-service-section
{
	width:100%;
	background:#f7f7f7;
}

.thengum-tyre-serv-container
{
	width:100%;
	position:relative;
	display:block;
}

.thengum-tyre-serv-container h2
{
	font-size:30px;
	color:#000;
	text-transform:uppercase;
	text-align:center;
	font-weight:400;
}

.thengum-tyre-serv-container .thengum-tyre-bottom-line
{
	width:17%;
	height:3px;
	background:#e77722;
	display:block;
	margin:0px auto;
}

.thengum-tyre-serv-container .thengum-tyre-serve-category
{
	width:100%;
	position:relative;
	display:block;
	margin-top:56px;
}

.thengum-tyre-serv-container .thengum-tyre-serve-category .thengum-tyre-serve-category-one
{
	width:362px;
	background:#FFF;
	float:left;
	margin-right:19px;
}

.thengum-tyre-serv-container .thengum-tyre-serve-category .thengum-tyre-serve-category-one-pic
{
	width:100%;
	height:275px;
	display:block;
}

.thengum-tyre-serv-container .thengum-tyre-serve-category .thengum-tyre-serve-category-one-pic img
{
	width:100%;
	height:100%;
}

.thengum-tyre-serv-container .thengum-tyre-serve-category .thengum-tyre-serve-category-one-head
{
	font-size:24px;
	color:#000;
	font-weight:400;
	text-align:center;
	text-transform:uppercase;
	padding:20px 0;
}

.thengum-tyre-serv-container .thengum-tyre-serve-category .thengum-tyre-serve-category-one-one
{
	margin-right:0px !important;
}

.thengum-tyre-brand-container
{
	width:94%;
	position:relative;
	display:block;
	margin:0px auto;
}

.thengum-tyre-brand-container h2
{
	font-size:30px;
	color:#000;
	text-transform:uppercase;
	text-align:center;
	font-weight:400;
}

.thengum-tyre-brand-container .thengum-tyre-brand-bottom-line
{
	width:14%;
	height:3px;
	background:#e77722;
	display:block;
	margin:0px auto;
}

.thengum-tyre-brand-container .thengum-tyre-brand-category-main
{
	width:100%;
	position:relative;
	display:block;
	margin-top:35px;
}

.thengum-tyre-brand-container .thengum-tyre-brand-category
{
	width:208px;
	height:86px;
	float:left;
	display:block;
	margin-right:7px;
}

.thengum-tyre-brand-container .thengum-tyre-brand-category img
{
	width:100%;
	height:100%;
}

.thengum-tyre-brand-container .thengum-tyre-brand-category-two
{
	margin-right:0px !important;
}

/*====================================THENGUMPLACKAL-TYRE-STYLE-END=============================*/

/*====================================THENGUMPLACKAL-ENQUIRY-STYLE=============================*/

.enquiry-main
{
	width:82%;
	position:relative;
	display:block;
	margin:0px auto;
}

.enquiry-form-main
{
	width:434px;
	position:relative;
	float:left;
	display:block;
	margin-bottom:20px;
	margin-right:25px;
}

.enquiry-form-main-one
{
	width:96%;
	position:relative;
	float:left;
	display:block;
	margin-bottom:20px;
}

.enquiry-form-main .enquiry-form-box
{
	width:100%;
	height:42px;
	position:relative;
	display:block;
	background:#FFF;
	border:1px solid rgb(210, 210, 210);
	color:#999;
	font-size:13px;
	font-weight:400;
	padding-left:10px;
	box-sizing:border-box;
	content:""
}

.enquiry-form-main-one .enquiry-form-box-one
{
	width:100%;
	height:132px;
	position:relative;
	display:block;
	background:#FFF;
	border:1px solid rgb(210, 210, 210);
	color:#999;
	font-size:13px;
	font-weight:400;
	padding-left:10px;
	box-sizing:border-box;
	padding-top:10px;
	content:""
}

.enquiry-form-button-main
{
	width:23%;
	position:relative;
	display:block;
	margin:0px auto;
}

.enquiry-form-button
{
	width:100%;
	background:#e77722;
	color:#FFF;
	text-align:center;
	font-size:18px;
	text-transform:uppercase;
	font-weight:400;
	padding:10px 0;
	border:none;
}







@media (min-width:1200px) {
.container {
	width: 100%;
	max-width: 1200px;
	position: relative;
	margin: 0px auto;
	
	}
#menu-button {
	display:none;
	}
	
	
	
	
}


@media (min-width: 960px) and (max-width:1199px){
	.container {
	width: 100%;
	max-width: 920px;
	position: relative;
	margin: 0px auto;
	}
	.top-nav {
		display: none;
		}

.quick-arrow-but
{
	width:8%;
}

.jewellery-main
{
	float:none;
	margin:0px auto;
}

.second-service-main
{
	float:none;
	margin:10px auto;
}

.service-third-raw
{
	float:none;
	margin:0px auto;
}

.footer-nav
{
	width:250px;
}

.thengum-tyre-serv-container .thengum-tyre-serve-category .thengum-tyre-serve-category-one
{
	width:271px;
}

.thengum-tyre-serv-container .thengum-tyre-serve-category .thengum-tyre-serve-category-one-pic
{
	height:206px;
}

.thengum-tyre-brand-container .thengum-tyre-brand-category
{
	width: 189px;
	height: 75px;
}

.enquiry-form-main
{
	width:326px;
}

.gold-enquire-but
{
	width:21%;
}

.gold-enquire-but-one
{
	width:20%;
}









}





@media (min-width: 768px) and (max-width:959px){
.container {
	width: 100%;
	max-width: 728px;
	position: relative;
	margin: 0px auto;
	}
	.top-nav {
		display: none;
		}
		
		
.quick-arrow-but
{
	width:8%;
}

.jewellery-main
{
	float:none;
	margin:0px auto;
}

.second-service-main
{
	float:none;
	margin:10px auto;
}

.service-third-raw
{
	float:none;
	margin:0px auto;
}

.footer-contant-container
{
	width:60%;
}

.footer-nav
{
	width:242px;
}

.about-container .about-left
{
	width:28%;
	float:none;
	margin:20px auto;
}

.about-container .about-right
{
	width:100%;
	float:none;
}

.contact-information
{
	width:30%;
}

.gallery-main
{
	width: 326px;
    height: 267px;
}


.thengum-tyre-serv-container .thengum-tyre-serve-category .thengum-tyre-serve-category-one
{
	width:209px;
}

.thengum-tyre-serv-container .thengum-tyre-serve-category .thengum-tyre-serve-category-one-pic
{
	height:162px;
}

.thengum-tyre-serv-container .thengum-tyre-serve-category .thengum-tyre-serve-category-one-head
{
	font-size:16px;
}

.thengum-tyre-brand-container .thengum-tyre-brand-category
{
	width:143px;
	height:65px;
}

.monthly-chit-pic
{
	width:100%;
}

.enquiry-form-main
{
	width:100%;
	float:none;
	margin-right:0px;
}

.enquiry-form-main-one
{
	width:100%;
	float:none;
}

.enquiry-form-button-main
{
	width:44%;
}

.gold-enquire-but
{
	width:30%;
}

.gold-enquire-but-one
{
	width:34%;
}





		
		
		
		
}



@media (min-width: 640px) and (max-width:767px){
	.container {
	width: 100%;
	max-width: 600px;
	position: relative;
	margin: 0px auto;
	}
	.top-nav {
		display: none;
		}
		
.quick-arrow-but
{
	width:8%;
}

.jewellery-main
{
	float:none;
	margin:0px auto;
}

.second-service-main
{
	float:none;
	margin:10px auto;
}

.service-third-raw
{
	float:none;
	margin:0px auto;
}

.footer-contant-container
{
	width:60%;
}

.footer-nav
{
	width:242px;
}

.about-container .about-left
{
	width:28%;
	float:none;
	margin:20px auto;
}

.about-container .about-right
{
	width:100%;
	float:none;
}

.contact-information
{
	width:38%;
}

.gallery-main
{
	width:245PX;
	height:199px;
}

.gallery-main
{
	margin-right:22px;
}

.thengum-tyre-serv-container .thengum-tyre-serve-category .thengum-tyre-serve-category-one
{
	float:none;
	margin:22px auto;
}

.thengum-tyre-serv-container .thengum-tyre-serve-category .thengum-tyre-serve-category-one-one
{
	margin-right:auto !important;
}

.thengum-tyre-brand-container .thengum-tyre-brand-category
{
	float:none;
	margin:10px auto;
}

.thengum-tyre-brand-container .thengum-tyre-brand-category-two
{
	margin-right:auto !important;
}

.monthly-chit-pic
{
	width:100%;
}

.enquiry-form-main
{
	width:100%;
	float:none;
	margin-right:0px;
}

.enquiry-form-main-one
{
	width:100%;
	float:none;
}

.enquiry-form-button-main
{
	width:100%;
}

.gold-enquire-but
{
	width:40%;
}
	
.gold-enquire-but-one
{
	width:48%;
}
	
	
		
		
		
}



@media (min-width: 480px) and (max-width:639px){
	.container {
	width: 100%;
	max-width: 440px;
	position: relative;
	margin: 0px auto;
	}
	.top-nav {
		display: none;
		}
		
.quick-arrow-but
{
	width:8%;
	left: -68px;
}

.mail-icon
{
	display:none;
}

.phone-main
{
	width:361PX;
}

.ph-con
{
	letter-spacing: 2px;
}

.jewellery-main
{
	float:none;
	margin:0px auto;
}

.second-service-main
{
	float:none;
	margin:10px auto;
}

.service-third-raw
{
	float:none;
	margin:0px auto;
}

.footer-contant-container
{
	width:60%;
}

.footer-nav
{
	width:242px;
}

.about-container .about-left
{
	width:28%;
	float:none;
	margin:20px auto;
}

.about-container .about-right
{
	width:100%;
	float:none;
}

.get-in-touch
{
	width:100%;
	float:none;
}

.contact-information
{
	width:100%;
	float:none;
	margin-left:auto;
}


.gallery-main
{
	width:100%;
	height:312px;
}

.gold-container .gold-container-left-pic
{
	float:none;
	margin:10px auto;
}

.gold-container h2
{
	font-size:26px;
	text-align:center !important;
	padding-bottom:10px;
}

.thengum-tyre-serv-container .thengum-tyre-serve-category .thengum-tyre-serve-category-one
{
	float:none;
	margin:22px auto;
}

.thengum-tyre-serv-container .thengum-tyre-serve-category .thengum-tyre-serve-category-one-one
{
	margin-right:auto !important;
}

.thengum-tyre-brand-container .thengum-tyre-brand-category
{
	float:none;
	margin:10px auto;
}

.thengum-tyre-brand-container .thengum-tyre-brand-category-two
{
	margin-right:auto !important;
}

.monthly-chit-pic
{
	width:100%;
}

.enquiry-form-main
{
	width:100%;
	float:none;
	margin-right:0px;
}

.enquiry-form-main-one
{
	width:100%;
	float:none;
}

.enquiry-form-button-main
{
	width:100%;
}

.gold-enquire-but
{
	width:54%;
}

.gold-enquire-but-one
{
	width:68%;
}






		
		
		
}




@media (min-width: 320px) and (max-width:479px){
	.container {
	width: 100%;
	max-width: 280px;
	position: relative;
	margin: 0px auto;
	}
	.top-nav {
		display: none;
		}


.quick-contact-main
{
	width:100%;
}

.top-bar
{
	height:109px;
}

.social-main
{
	border-bottom: 1px solid #828282;
}

.quick-arrow-but
{
	width:8%;
	left: 9px;
	top: -109px;
}

.mail-main
{
	top:12px;
	float:left;
}

.mail-icon
{
	display:block;
}

.phone-main
{
	width:180px;
	float:left;
}

.ph
{
	display:none;
}

.ph-con
{
	font-size:11px;
	float:right;
}

.welcome-container
{
	padding: 38px 0px;
}

.welcome-container h2
{
	font-size:24px;
}

.welcome-container p
{
	font-size:11px;
}

.jewellery-main
{
	float:none;
	margin:0px auto;
	width:100%;
}

.jewellery-main h2
{
	font-size:22px;
}

.second-service-main
{
	float:none;
	margin:10px auto;
	width:100%;
}

.tyre-main
{
	width:100%;
}

.paint-main
{
	width:100%;
}

.service-third-raw
{
	float:none;
	margin:0px auto;
	width:100%;
}

.advertising-main
{
	width:100%;
}

.banking-main
{
	width:100%;
}

.footer-contant-container
{
	width:100%;
}

.footer-nav
{
	width:242px;
}

.inner-container h2
{
	font-size:24px;
}

.about-container .about-left
{
	width:78%;
	float:none;
	margin:20px auto;
}

.about-container .about-right
{
	width:100%;
	float:none;
}

.about-container .about-right p
{
	font-size:11px;
}

.get-in-touch
{
	width:100%;
	float:none;
}

.contact-information
{
	width:100%;
	float:none;
	margin-left:auto;
}


.gallery-main
{
	width:100%;
	height:184px;
}

.gold-container .gold-container-left-pic
{
	float:none;
	margin:10px auto;
	width:100%;
	height:178px;
}

.gold-container h2
{
	font-size:18px;
	text-align:center !important;
	padding-bottom:10px;
}

.gold-container p
{
	font-size:11px;
	line-height:20px;
	text-align:center;
}

.outdoor-advertising-pic
{
	width:100%;
	height:149px;
}

.thengum-tyre-serv-container .thengum-tyre-serve-category .thengum-tyre-serve-category-one
{
	float:none;
	margin:22px auto;
	width:100%;
}

.thengum-tyre-serv-container .thengum-tyre-serve-category .thengum-tyre-serve-category-one-pic
{
	height:148px;
}

.thengum-tyre-serv-container .thengum-tyre-serve-category .thengum-tyre-serve-category-one-head
{
	font-size:16px;
}

.thengum-tyre-serv-container .thengum-tyre-serve-category .thengum-tyre-serve-category-one-one
{
	margin-right:auto !important;
}

.thengum-tyre-brand-container .thengum-tyre-brand-category
{
	float:none;
	width:100%;
	margin:10px auto;
	height:90px;
}


.thengum-tyre-brand-container .thengum-tyre-brand-category-two
{
	margin-right:auto !important;
}

.thengum-tyre-brand-container .thengum-tyre-brand-bottom-line
{
	width:66%;
}

.thengum-tyre-serv-container .thengum-tyre-bottom-line
{
	width:74%;
}

.thengumplackal-tyre-container h4
{
	font-size:13px;
}

.monthly-chit-pic
{
	width:100%;
}

.enquiry-form-main
{
	width:100%;
	float:none;
	margin-right:0px;
}

.enquiry-form-main-one
{
	width:100%;
	float:none;
}

.enquiry-form-button-main
{
	width:100%;
}

.gold-enquire-but
{
	width:100%;
	font-size:15px;
}

.gold-enquire-but-one
{
	width:100%;
}



}


