@font-face {

	font-family: Quicksand;

	src: url('../fonts/Quicksand.otf');

}

@font-face {

	font-family: LemonMilk;

	src: url('../fonts/LemonMilk.otf');

}

body {

	font-family: Quicksand;

	overflow-x: hidden;

	padding-top: 75px;

}

h1, h2, h3, h4, h5, h6 {

	color: #272727;

	font-family: LemonMilk;

}

h1 {

	font-size: 20px;

	margin-bottom: 30px;

}

h2 {

	font-size: 20px;

	margin-bottom: 30px;

}

h3 {

	font-size: 30px;

	margin-bottom: 30px;

}

h4 {

	font-size: 15px;

	margin-bottom: 30px;

}

h5 {

	font-size: 15px;

	margin-bottom: 30px;

}

h6 {

	font-size: 15px;

	margin-bottom: 30px;

}

p{  

    font-size: 16px;

    font-family: Quicksand;

	margin-bottom:20px;

	}

a {

	text-decoration: none;

	color:

}

.margin-bottom-15 {

	margin-bottom: 15px;

}

.margin-top-15 {

	margin-top: 15px;

}

.margin-top-60 {

	margin-top: 60px;

}

.margin-bottom-60 {

	margin-bottom: 60px;

}

.margin-top-30 {

	margin-top: 30px;

}

.margin-bottom-30 {

	margin-bottom: 30px;

}

.padding-bottom-70 {

	padding-bottom: 70px;

}

.padding-top-60 {

	padding-top: 60px;

}

.padding-bottom-60 {

	padding-bottom: 60px;

}

.padding-top-70 {

	padding-top: 70px;

}

.margin-bottom-70 {

	margin-bottom: 70px;

}

.margin-top-70 {

	margin-top: 70px;

}

.padding-bottom-40 {

	padding-bottom: 40px;

}

.padding-bottom-30 {

	padding-bottom: 30px;

}

.padding-top-30 {

	padding-top: 30px;

}

.img-center {

	margin: auto;

	display: block;

}

.grey-bg {

	background: #ededed;

}

.red-btn {

	font-size: 17px;

	color: #fff;

	font-family: LemonMilk;

	text-align: center;

	padding: 10px 30px;

	background: #db2827;

	border-radius: 10px;

	float: left;

	letter-spacing: 1px;

	width: 175px;

	margin-top: 50px;

	text-decoration: none;

}

.red-btn:hover {

	text-decoration: none;

}

.center-btn {

	float: none;

	margin: auto;

	display: block;

}

a {

	text-decoration: none;

	color:#333;

}

a:hover {

	text-decoration: none;

	color:#333;

}

.darkbg {

	background: #2c2c2c;

}

  input {

	border: 1px solid rgb(210, 210, 210);

	height: 30px;

	padding: 5px;

	width: 100%;

	float: left;

}

 textarea {

	border: 1px solid rgb(210, 210, 210);

	height: auto;

	padding: 5px;

	width: 100%;

	float: left; 

	margin-bottom: 15px;

}

 input[type="submit"] {

	border: 1px solid rgb(210, 210, 210);

	height: 30px;

	padding: 5px;

	width: 200px;

	float: left;

	background: #db2827;

	color: #fff;

	margin-bottom: 15px;

}

ul li{

	font-size: 16px;

    font-family: Quicksand;

	margin-bottom:20px;

	}

ul {

    padding-left: 21px;

}

/********back to top*********/



#back-to-top {

	position: fixed;

	bottom: 100px;

	right: 40px;

	z-index: 9999;

	width: 32px;

	height: 32px;

	text-align: center;

	line-height: 30px;

	background: #eff1f2;

	color: #ee383a;

	cursor: pointer;

	border: 0;

	border-radius: 2px;

	text-decoration: none;

	transition: opacity 0.2s ease-out;

	opacity: 0;

}

#back-to-top:hover {

	background: #000;

}

#back-to-top.show {

	opacity: 1;

}

/*++++++++++++++++++++++++++++++++++

index page start

+++++++++++++++++++++++++++++++++++*/

.styckymenu {

	position: fixed;

	top: 0;

	left: 0;

	right: 0;

}

header {

	display: block;

	position: absolute;

	top: 0;

	left: 0;

	right: 0;

	z-index: 999;

	box-shadow: 0px 2px 5px rgb(0, 0, 0, 0.3);

	background: #303030;

	width: 100%;

	height: auto;

	padding: 0 140px;

}

.logo_section {

	float: left;

	width: auto;

	height: auto;

	margin: 5px 0;

}

.topmenu {

	width: 100%;

	height: auto;

	float: left;

}

.topmenu ul {

	margin: 0;

	padding: 0;

	float: right;

}

.topmenu ul li {

	display: inline-block;

	list-style: none;

	padding-left: 44px;

	color: #fff;

	position: relative;

	margin-bottom:0;

}

.topmenu ul li:first-child {

	padding-left: 0px;

}

.topmenu ul li a {

	font-size: 18px;

	color: #fff;

	text-transform: uppercase;

	position: relative;

	padding: 25px 0;

	width: 100%;

	float: left;

	height: auto;

	text-decoration: none;

}

.topmenu ul li::before {

	content: '';

	width: 7px;

	height: 7px;

	position: absolute;

	background: #ffffff;

	top: 44%;

	right: -28px;

	transition: all 0.3s ease-in-out;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-ms-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	border-radius: 50%;

}

.topmenu ul li:last-child::before {

	display: none;

}

.topmenu ul li.active > a {

	color: #db2827;

}

.topmenu ul li.active::before {

	content: '';

	width: 7px;

	height: 7px;

	position: absolute;

	background: #db2827;

	top: 44%;

	right: -28px;

	transition: all 0.3s ease-in-out;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-ms-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	border-radius: 50%;

}



.topmenu ul li ul{

	margin: 0;

    padding: 0 15px;

    top: 130%;

    width: 200px;

    height: auto;

    right: 0;

    background: #5a5a5a;

    position: absolute;

    border-radius: 0 0 5px 5px;

	visibility:hidden;

	opacity:0;

	transition: all 0.3s ease-in-out;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-ms-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

}

.topmenu ul li:hover ul{

    top: 90%;

	visibility:visible;

	opacity:1;

}

.topmenu ul li ul li{

	display:block;

	width:100%;

	float:left;

	padding-left:0;

	margin-bottom:0;

}

.topmenu ul li ul li::before{

	display:none;

}



.topmenu ul li ul li a{

	width: 100%;

    float: left;

    font-size: 13px;

    padding: 9px 0;

    text-align: left;

		}



/*banner*/

.top_bannercont {

	width: 100%;

	float: left;

	height: auto;

	position: relative;

}

.top_bannercont .item {

	position: relative;

}

.top_bannercont .item::before {

	content: '';

	position: absolute;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	width: 100%;

	float: left;

	height: 100%;

	z-index: 1;

	background: rgba(0,0,0,0.3);

}

.top_bannercont .item .content-overlay {

	position: absolute;

	width: 100%;

	max-width: 650px;

	left: 10%;

	top: 50%;

	z-index: 2;

	transform: translateY(-50%);

	-webkit-transform: translateY(-50%);

	-moz-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

}

.top_bannercont .item .content-overlay h2 {

	font-size: 32px;

	color: #fff;

	width: 100%;

	float: left;

	background: rgba(0,0,0,0.5);

	padding: 5px 3px;

	margin-bottom: 20px;

}

.top_bannercont .item .content-overlay p {

	font-size: 22px;

	color: #fff;

	font-family: Quicksand;

	text-align: justify;

	margin-bottom: 30px;

}

.top_bannercont .item .content-overlay a {

	font-size: 17px;

	color: #fff;

	font-family: LemonMilk;

	text-align: center;

	padding: 10px 15px;

	background: #db2827;

	border-radius: 10px;

	margin: auto;

	display: block;

	letter-spacing: 1px;

	width: 242px;

	text-decoration: none;

}

.top_bannercont .owl-nav {

	display: none;

}

.top_bannercont .owl-dots {

	position: absolute;

	top: 50%;

	transform: translateY(-50%);

	-webkit-transform: translateY(-50%);

	-moz-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	right: 25px;

}

.top_bannercont .owl-dots .owl-dot {

	display: block;

	padding: 3px;

}

.jobcat {

	border-right: 5px solid #fff;

	width: 100%;

	float: left;

	height: auto;

}

.categories-tophome div:nth-child(3) .jobcat {

	border-right: 5px solid transparent;

}

.jobcat img {

	width: 100%;

	float: left;

	height: auto;

}

.jobcat h2 {

	text-align: center;

	color: #fff;

	background: #004860;

	margin: 0;

	padding: 15px 15px;

	float: left;

	width: 100%;

	font-size: 17px;

	box-shadow: 0px 5px 10px rgba(51, 51, 51, 0.48);

	letter-spacing: 1px;

	font-weight: 100;

	text-overflow: ellipsis;

	overflow: hidden;

	white-space: nowrap;

}

.categories-tophome {

	margin-top: -140px;

	position: relative;

	z-index: 2;

}

.cupimg {

	width: 130px;

	height: auto;

}

.aboutsec-home {

	background: #00485f;

	border-radius: 10px;

	padding: 20px;

}

.aboutsec-home h1 {

	color: #fff;

	font-size: 23px;

	font-family: LemonMilk;

	letter-spacing: 1px;

	color: #fff;

}

.aboutsec-home p {

	font-size: 18px;

	font-family: Quicksand;

	letter-spacing: 1px;

	color: #fff;

	line-height: 30px;

	margin-bottom: 30px;

	text-align: justfy;

}

.carosal_teahome {

	margin-top: 33px;

	overflow: hidden;

}

.carosal_teahome .item {

	overflow: hidden;

	border-radius: 0 10px 10px 0;

}

.carosal_teahome .owl-nav {

	display: none;

}

.carosal_teahome .owl-dots {

	margin-top: 15px;

}

.carosal_teahome .owl-dots .owl-dot span {

	width: 15px;

	height: 8px;

	border-radius: 5px;

	background: #c6c5c4;

}

.carosal_teahome .owl-dots .owl-dot.active span {

	width: 25px;

	height: 8px;

	border-radius: 5px;

	background: #c18b4c;

}

.whatwedo_bg {

	background: url(../images/whatwedobg.jpg);

	background-position: center center;

	background-size: cover;

	position: relative;

	z-index: 1;

}

.whatwedo_bg::before {

	position: absolute;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	width: 100%;

	height: 100%;

	background: rgba(0,0,0,0.8);

	content: '';

	z-index: 2;

	display: block;

}

.whatwedo_bg .container {

	z-index: 3;

	position: relative;

}

.section-title {

	margin: auto;

	text-align: center;

	width: 100%;

	font-size: 22px;

	color: #fff;

	position: relative;

	z-index: 99;

	margin-bottom: 60px;

}

.section-title::after {

	content: '';

	position: absolute;

	width: 200px;

	height: 1px;

	background: #db2827;

	bottom: -30px;

	left: calc(50% - 100px);

	z-index: 99;

}

.section-title::before {

	content: '';

	position: absolute;

	width: 17px;

	height: 17px;

	border-radius: 50%;

	background: #004860;

	bottom: -37px;

	left: calc(50% - 8.5px);

	z-index: 100;

}

.section-title-dark {

	margin: auto;

	text-align: center;

	width: 100%;

	font-size: 22px;

	position: relative;

	z-index: 99;

	margin-bottom: 60px;

}

.section-title-dark::after {

	content: '';

	position: absolute;

	width: 200px;

	height: 1px;

	background: #db2827;

	bottom: -30px;

	left: calc(50% - 100px);

	z-index: 99;

}

.section-title-dark::before {

	content: '';

	position: absolute;

	width: 17px;

	height: 17px;

	border-radius: 50%;

	background: #004860;

	bottom: -37px;

	left: calc(50% - 8.5px);

	z-index: 100;

}

.category_home_outer {

	position: relative;

}

.category_home_outer img {

	position: relative;

	float: left;

	border-radius: 50%;

	width: 140px;

	height: auto;

	z-index: 100;

}

.category_home_outer h2 {

	font-size: 18px;

	font-family: Quicksand;

	text-transform: uppercase;

	color: #fff;

	position: absolute;

	top: 50%;

	transform: translateY(-50%);

	-webkit-transform: translateY(-50%);

	-moz-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	padding: 25px 25px 25px 75px;

	background: rgba(0, 72, 95, 0.49);

	z-index: 99;

	right: 0;

	width: calc(100% - 100px);

	margin: 0;

	font-style: italic;

	line-height: 23px;

}

.category_home_outer h2::before {

	position: absolute;

	width: 100%;

	height: 100%;

	left: -10px;

	top: -10px;

	content: '';

	background: rgba(0, 72, 95, 0.49);

	z-index: -1;

}

.recognition_bg {

	background: url(../images/wallbg.jpg);

}

.icon_carosalhome .item {

	text-align: center;

}

.icon_carosalhome .owl-nav {

	display: block !important;

	position: absolute;

	top: 30%;

	left: 0;

	right: 0;

	transform: translateY(-50%);

	-webkit-transform: translateY(-50%);

	-moz-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

}

.icon_carosalhome .owl-dots {

	display: none !important;

}

.icon_carosalhome .owl-nav .owl-next {

	background: #000;

	position: absolute;

	right: 15px;

	padding: 6px 12px;

}

.icon_carosalhome .owl-nav .owl-prev {

	background: #000;

	position: absolute;

	left: 15px;

	padding: 6px 12px;

}

.icon_carosalhome img {

	width: 170px;

	max-width: 170px;

	height: auto;

	margin: auto;

	float: none;

	border-radius: 50%;

	box-shadow: 0px 0px 11px #b1b1b1;

}

.icon_carosalhome h3 {

	color: #414040;

	font-size: 19px;

	font-family: Quicksand;

	line-height: 25px;

}

.recognition_bg p {

	width: 100%;

	max-width: 650px;

	line-height: 25px;

	font-size: 21px;

	font-family: Quicksand;

	color: #484848;

	text-align: center;

	margin: 40px auto;

}

.grey_bg {

	background: #f7f7f7;

}

/*csr*/

.csr h2 {

	margin: auto;

	text-align: center;

	width: 100%;

	font-size: 22px;

	position: relative;

	z-index: 99;

	margin-bottom: 60px;

}

.csr_mainouter {

	position: relative;

}

.csr_content_outer {

	padding: 60px;

	position: relative;

}

.csr_content_outer h3 {

	color: #2c2c2c;

	font-size: 23px;

	text-transform: uppercase;

	font-family: Quicksand;

}

.csr_content_outer p {

	color: #2c2c2c;

	font-size: 18px;

	text-align: justify;

	font-family: Quicksand;

	margin-bottom: 20px;

}
.csr_content_outer p:last-child {
	margin-bottom: 0px;

}

.home-testimonialcarosel .item {

	position: relative;

	padding: 30px;

	text-align: center;

	margin-left: 104px;

}

.home-testimonialcarosel {

	position: relative;

}

.home-testimonialcarosel::before {

	position: absolute;

	content: '';

	width: 2px;

	height: 100%;

	background: #ed1b2f;

	top: 0;

	left: 47px;

	z-index: 0;

}

.home-testimonialcarosel .item::before {

	content: '"';

	font-size: 60px;

	color: #fff;

	font-family: Quicksand;

	position: absolute;

	top: -15px;

	left: 50%;/*top:50%;

	transform:translateY(-50%);

	-webkit-transform:translateY(-50%);

	-moz-transform:translateY(-50%);

	-ms-transform:translateY(-50%);

	left:0px;*/

}

.home-testimonialcarosel .item img {

	content: '"';

	width: 95px;

	height: 95px;

	border-radius: 50%;

	position: absolute;

	top: 50%;

	transform: translateY(-50%);

	-webkit-transform: translateY(-50%);

	-moz-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	left: -103px;

	z-index: 100;

}

.home-testimonialcarosel .owl-dots {

	display: none;

}

.home-testimonialcarosel .owl-nav [class*=owl-] {

	background: none !important;

	padding: 0;

	margin: 0;

}

.home-testimonialcarosel .owl-prev {

	position: absolute;

	top: 0;

	left: 36px;

}

.home-testimonialcarosel .owl-next {

	position: absolute;

	bottom: 0;

	left: 36px;

}

.home-testimonialcarosel .item p {

	color: #e7e7e7;

	line-height: 27px;

	font-size: 16px;

	text-align: center;

	font-family: Quicksand;

	margin-bottom: 30px;

}

.home-testimonialcarosel .item h3 {

	color: #e7e7e7;

	font-size: 20px;

	text-align: center;

	font-family: Quicksand;

	margin-bottom: 5px;

	font-style: italic;

}

.home-testimonialcarosel .item h4 {

	color: #e7e7e7;

	font-size: 16px;

	text-align: center;

	font-family: Quicksand;

	margin-bottom: 5px;

	font-style: italic;

}

.testimonial_right h3 {

	color: #e7e7e7;

	font-size: 20px;

	text-align: center;

	line-height: 35px;

	margin-bottom: 20px;

	letter-spacing: 1px;

}

.strip_contact {

	background: #515151;

	padding-top: 40px;

	padding-bottom: 40px;

}

.strip_contact h3 {

	font-size: 19px;

	color: #e7e7e7;

	font-weight: 100;

	letter-spacing: 2px;

	text-align: center;

	margin: 0;

}

.strip_contact a {

	font-size: 18px;

	color: #8b8b8b;

	font-family: Quicksand;

	background: #2c2c2c;

	text-transform: uppercase;

	margin-left: 20px;

	text-decoration: none !important;

	padding: 10px;

}

footer {

	position: relative;

}

footer .logodeatils {

	color: #fff;

	font-size: 15px;

	text-align: justify;

}

.logodeatils p {

	font-size: 17px;

	text-align: justify;

	line-height: 25px;

}

.socialicons {

	width: 100%;

	float: left;

	height: auto;

	margin: 10px 0;

	padding: 0;

}

.socialicons li {

	display: inline-block;

	list-style: none;

}

.socialicons li a {

	margin: 0 10px 0 0;

	color: #e7e7e7;

}

.ftr_link h4 {

	color: #fff;

	font-size: 18px;

	letter-spacing: 1px;

	margin-bottom: 20px;

}

.ftr_link ul {

	width: 100%;

	height: auto;

	float: left;

	margin: 0;

	padding: 0;

}

.ftr_link ul li {

	width: 100%;

	height: auto;

	float: left;

	display: block;

	list-style: none;

}

.ftr_link ul li a {

	width: 100%;

	height: auto;

	float: left;

	border-bottom: 1px solid #565656;

	padding: 10px 0;

	font-size: 16px;

	color: #fff;

	text-decoration: none !important;

	transition: all 0.3s ease-in-out;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-ms-transition: all 0.3s ease-in-out;

	text-transform: uppercase;

}

.ftr_link ul li a:hover {

	padding-left: 10px;

}

.map_area_outer {

	position: absolute;

	top: 0;

	right: 0;

	width: 33.33%;

	height: 100%;

}

.copyright {

	background: #222222;

	padding: 15px;

	color: #9b9b9b;

	font-size: 16px;

	font-family: Quicksand;

	text-align: center;

	width: 100%;

	float: left;

	height: auto;

}



/*about_banner*/

.about_banner img{

	width:100%;

	float:left;

	height:auto;

	}

.aboutuspage img{

	float:right;

	width:100%;

	max-width:600px;

	height:auto;

	margin:0 0 30px 30px;

	}

.aboutuspage p{

	text-align: justify;

	}

/*about_banner*/

.aboutuspage ul li{

	text-align: justify;

	}

.testimonialcarosal{

	width:100%;

	float:left;

	height:auto;

	}

.inner-testimonial{

	width: 100%;

    height: auto;

    float: left;

    border: 2px solid #d8d8d8;

    padding: 50px;

    border-radius: 0 24px;

	position:relative;

	text-align:center;

	}

.inner-testimonial::after{

	 content: '"';

    width: 40px;

    height: 40px;

    position: absolute;

    top: -4px;

    left: -2px;

    background: #fff;

    line-height: 69px;

    text-align: center;

    font-size: 69px;

    color: #db2827;

}

.inner-testimonial::before{

	content: '"';

    width: 40px;

    height: 40px;

    position: absolute;

    bottom: -4px;

    right: -2px;

    background: #fff;

    line-height: 69px;

    text-align: center;

    font-size: 69px;

    color: #db2827;

}

.testimonialcarosal .owl-dots{display:none !important;}

.testimonialcarosal .owl-prev{width:40px;height:40px;background:none !important;}

.testimonialcarosal .owl-next{width:40px;height:40px;background:none !important;}

.inner-testimonial p{

	text-align: center;

    font-size: 19px;

    line-height: 30px;

	}

.inner-testimonial h3{

	text-align: center;

    font-size: 19px;

    margin-bottom: 10px;

    margin-top: 20px; 

	}

.inner-testimonial h4{

	text-align: center;

    font-size: 19px; 

	font-family:Quicksand;

	margin-bottom:0;

	}

.inner-testimonial img { 

        width: 95px !important;

    height: 95px;

    border-radius: 50%;

    display: block !important;

    margin: auto !important;

    float: none !important;    

}

.consumer_section h2{

	    font-size: 23px;

    margin-bottom: 30px;

    letter-spacing: 1px;

    color: #7b7b7b;

	}

.consumer_section ul {

	padding-left: 40px;

	}

.consumer_section ul li{

	position:relative;

	list-style:none;

	font-style: italic;

    margin-bottom: 30px;

	}

.consumer_section ul li i{

	 position: absolute;

    left: -39px;

    top: 0px;

    font-size: 20px;

    color: #8a8a8a;

	}

.consumer_section ul li	h6{

	color:#7d7d7d;

	} 

.certification_area .certification_inner{

	display: inline-block;

    vertical-align: top;

    float: none;

    width: 32%;

	text-align:center;

	margin-bottom:30px;

	}

.certification_inner img{

	width: 180px;

    height: 180px;

    margin: auto;

    float: none;

	display:block;

    border-radius: 50%;

    box-shadow: 0px 0px 11px #b1b1b1;

	}

.certification_inner h3 {

    color: #414040;

    font-size: 14px;

    font-family: Quicksand;

    line-height: 25px;

	margin-bottom:0;

}



.certification_area h2{

	font-size:16px;

	line-height:25px;

	}

.tab{

	margin:0;

	padding:0;

	}

.tab li{

	    border-top: 1px solid #999;

    border-left: 1px solid #999;

    border-right: 1px solid #999;

    display: inline-block;

    margin: 0 5px 0 0;

    padding: 15px 55px;

    position: relative;

    border-radius: 5px 5px 0 0;

    text-align: center;

    transition: all 0.3s ease-in-out;

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -ms-transition: all 0.3s ease-in-out;

    overflow: hidden;

	    float: left;

	cursor:pointer;

	}

.tab li.active{

	background:#db2827;

	 color: #fff;

	}

.tab li:hover{

	background:#db2827;

	 color: #fff;

	}

.tab li img{

	width: 30px;

    height: 30px;

    left: -100px;

    position: absolute;

    top: 10px;	

	transition: all 0.3s ease-in-out;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-ms-transition: all 0.3s ease-in-out;

	

}

.tab li.active img{ 

    left: 20px; 

	

}

.tab li:hover img{ 

    left: 20px; 

}



.tabs{

	margin:0;

	padding:0;

	width:100%;

	float:left;

	height:auto;

	}

.tabs li { 

    display:none; 

    padding:30px;

    position: relative;

    border-radius: 0 0 5px 5px; 

	border: 1px solid #999;

	width:100%;

	float:left;

	height:auto;

	

	}

.tabs li.active{ 

    display:block !important;  

	}

.contentarea-det ul{

	margin:0;

	padding:0;

	width:100%;

	float:left;

	height:auto;

	}

.contentarea-det ul li{ 

	list-style:none;

	display:block;

	width:100%;

	float:left;

	height:auto;

	border:none;

	padding:0 0 0 25px;

	position:relative;

	margin-bottom:15px;

}

.contentarea-det ul li i{

	margin-right:10px;

	position:absolute;

	top: 4px;

    left: 2px;

}
.contentarea-det p{text-align:justify;}
.usp_cont{

	text-align:center !important;

	}

.usp_cont img{

	width:30px;

	height:auto;

	margin-bottom:15px;

	}

.usp_cont h3{

	width:100%;

	float:left;

	overflow:hidden;

	text-overflow:ellipsis;

	white-space:nowrap;

	height:auto;

	margin:15px 0 10px;

	font-size:18px;

	color: #db2827;

	text-transform:uppercase;

	}

.usp_cont p{

	width:100%;

	float:left;

	margin-bottom:0;
	text-align:center;
	}

.projectbanner_carosal{

	position:relative;

	}

.projectbanner_carosal .owl-nav{

	display:block !important;

	position:absolute;

	bottom:15px;

	left:0%;

	right:0%;

	width:100%;

	}

.projectbanner_carosal .owl-nav .owl-next {

    background: #000; 

    padding: 6px 12px;

}

.projectbanner_carosal .owl-nav .owl-prev {

    background: #000; 

    padding: 6px 12px;

}

.projectbanner_carosal .owl-dots{display:none;}

.socialmenu{

	margin:0;

	padding:0 0 0 50px;

	width:100%;

	float:left;

	height:auto;

	}

.contactinner_left ul li{

	 position: relative;

    list-style: none;

    margin-bottom: 30px;

	padding-left: 30px;

	}

.contactinner_left ul li i{

    position: absolute;

    top: 6px;

    left:0px;

}

.contactinner_left ul li strong {

    width: 100%;

    float: left;

    margin-bottom: 15px;

}

.socialmenu{

	margin:0;

	padding:0 0 0 44px;

	width:100%;

	float:left;

	height:auto;

	}

.socialmenu li {

    display: inline-block !important;

    width: 30px !important;

    height: 30px !important;

    border: 1px solid #999 !important;

    border-radius: 50%;

    text-align: center;

    margin-right: 10px;

}

.socialmenu li a {

    color: #565656;

    font-size: 14px;

    width: 100%;

    float: left;

    padding: 0;

	height:100%;

    line-height: 30px;

}

.socialmenu li a i{

    display:block;

	margin:auto;

    width: 100%;

    float: left;

    padding: 0;

	height:100%;

}

.gettouch {

    background: #fbfbfb;

    padding: 20px 30px;

}

.gettouch form p span {

    margin-bottom: 5px;

    width: 100%;

    float: left;

    height: auto;

    font-size: 13px;

    text-transform: uppercase;

    color: #666;

}

.gettouch form p {

    margin-bottom: 15px;

    margin-top: 0px;

}

.gettouch input[type="file"] {
	height:auto;
	padding:3px;
}
.gettouch form p input[type="Submit"] {

    background: #017046;

    color: #fff;

    font-weight: 600;

	width:100% !important;

	height:45px;

}



.gettouch form p textarea{

	margin-bottom:0 !important;

}

.aboutuspage h3{color: #2c2c2c;

font-size: 23px;

text-transform: uppercase;

font-family: Quicksand;}


.videocontainer {
	float:left;
	width:100%;
	height:auto;
	margin-bottom:30px;
	position:relative;
	text-align:center;
	}  
.sponsorsslider-outer{
	float: left;
    width: 100%;
    height: auto;
    border: 1px solid #dcdcdc;
    padding: 15px;
    background: #ffffff;
	position:relative;
	}
.sponsorsslider {
	float: left;
    width: 100%;
    height: auto;
	position:relative;
	}
.sponsorsslider .owl-nav{
	position:absolute;
	top:39%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%); 
	left:0;
	right:0;
	}
.sponsorsslider .owl-nav .owl-prev{
	position: absolute;
    left: 5px;
    font-size: 14px;
    line-height: 16px;
    background: red;
    text-align: center;
	}
.sponsorsslider .owl-nav .owl-next{
	position:absolute;
	right:5px; 
    font-size: 14px;
    line-height: 16px;
    background: red;
    text-align: center;
	}


/*career*/
.career_area_content p{
	font-size: 19px;
    text-align: justify;
	padding-right:30px;
	padding-top:35px;
	}
.career_area_content ul{
	margin:45px 0 30px;
	padding:0;
	padding-right:30px;
	}
.career_area_content ul li{
	position: relative;
    padding-left: 41px;
    font-size: 17px;
    text-align: justify;
    font-weight: 600;
    margin-bottom: 35px;
	}
.career_area_content ul li::before{
	position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: 3px;
    left: 0;
    background: url(../images/tickmark.png) no-repeat;
    background-size: 100% 100%;
	}
.brand_container{
       border: 1px solid #db2827;
    padding: 15px;
    margin: 5px;
    /*background: #ffffe7;*/
	    background: url(../images/wallbg.jpg);
    width: calc(50% - 10px);
    float: left;
    vertical-align: top;
    min-height: 360px;
}
.brand_container .alignright {
    float: right;
    margin: 30px 0 30px 30px;
    border: 6px solid #a4a47b;
	    width: 57%;
    height: auto;
    max-width: 430px;
    min-width: 220px;
}

.brand_factory{
	    float: left !important;
    vertical-align: top;
    margin: 5px;
    width: calc(50% - 10px) !important;
    overflow: hidden;
    min-height: 750px;
    padding: 20px !important;
    border-radius: 0px !important;
    border: 1px solid #db2827 !important;
    background: url(../images/wallbg.jpg);
}
.brand_factory img{
    border: 6px solid #a4a47b;
	display:block;
	margin: 10px auto 30px;
	float:none;
	}


.resp-tab-content p img{
	width:100%;
	max-width:400px;
	height:auto;
	float:left;
	margin:0 15px 15px 0;  
	}
.teablend_extra_carosal .owl-nav,.teablend_extra_carosal .owl-dots{display:none;}