/*@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');*/
body {
	margin:0;
	padding:0;
	/*font-family: 'Open Sans', sans-serif;*/

	/*font-family: 'Roboto', sans-serif;*/

	font-family: 'Tinos', serif;
	line-height: 24px
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	margin:0;
	padding:0;
}
ul, ol, li {
	list-style:none;
}
img {
	max-width: 100%;
}
.pade-none {
	padding-left:0;
	padding-right:0;
}
section, footer, header {
	width:100%;
	float:left;
}
.main-auto-con {
	width: 85%;
	margin:auto;
}
header {
	background: #fff;
	position: relative;
}
.header-top-bar {
	padding: 0 20px !important;
}
.logo-con {
	padding: 0;
}
a.logo-second {
	margin:0 15px 0 20px;
	text-align: right
}
a.logo-second img {
	width: 90px;
}
.logo-con img {
	width: 200px;
}
.address-outer-con {
	float: right;
	padding: 35px 0 0;
}
.header-topbar {
	background: #e6be1e;
	width: 57%;
	position: absolute;
	top: 0;
	left: 0;
	height: 41px;
}
 .header-topbar::after {
 content: "";
 position: absolute;
 top: 0;
 right: -4%;
 background: #e6be1e;
 width: 60px;
 height:41px;
 -webkit-transform: skew(-40deg);
 -moz-transform: skew(-40deg);
 -o-transform: skew(-40deg);
 z-index: 0;
}
.header-top-right {
	padding: 5px 0 0 !important;
}
.header-top-right ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 99;
	position: relative;
}
.header-top-right li {
	display: inline-block;
	border-right: 1px solid #e1e3e5;
	padding: 1px 26px 1px 15px;
}
.header-top-right li:last-child {
	border-right: 0px solid #e1e3e5;
}
.header-top-right li a {
	font-size: 15px;
	color: #969bac;
	font-weight: 400;
	
}
.header-top-right li a:hover {
	color: #e6be1e;
	text-decoration: none;
}
 .header-top-right .fa-search::before {
 content: "\f002";
 text-align: center;
 float: right;
}
.header-top-left {
	display: inline-block;
	font-size: 20px;
	padding-right: 14px;
	line-height: 37px;
	color: #fff;
	text-align: right;
	font-style: italic;
}
.address-main-con i {
	content: "\f095";
	font-size: 27px;
	border: 2px solid #e6be1e;
	width: 50px;
	height: 50px;
	float: left;
	text-align: center;
	line-height: 47px;
	border-radius: 100%;
	color:#e6be1e;
	margin-right: 10px;
}
.address-main-con {
	font-size: 12.5px;
	color: #2c2c2c;
	line-height: 14px;
	font-weight: 400;
}
.address-main-con strong {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 25px;
}
.address-main-con a {
	color: #2c2c2c;
	text-decoration: none;
	line-height: 22px;
}
.address-main-con:hover i {
	color:#2c2c2c;
	text-decoration: none;
	background: #e6be1e;
	border-color: #e6be1e;
}
.header-logo-main-panel {
	padding: 0;
}
.bg-navbar {
	display: block;
	color: #969ba0;
	width: 63%;
	height: 50px;
	background: #32373c;
	position: absolute;
	z-index: 1;
	float: right;
	right: 0px;
}
 .bg-navbar::after {
 content: "";
 position: absolute;
 top: 0;
 left: -2%;
 background: #32373c;
 width: 60px;
 height: 50px;
 -webkit-transform: skew(-40deg);
 -moz-transform: skew(-40deg);
 -o-transform: skew(-40deg);
 z-index: 0;
}
/*.call-now-img {
	width: 108px;
	float: left;
	text-align: center;
}
.call-now-img img {
	width: 100%;
}*/
.navbar ul li:hover > ul.dropdwin-outer {
	display:block;
}
.navbar ul li ul.dropdwin-outer ul{ top: 0; left: 100% }
.navbar ul li ul.dropdwin-outer li {
	float:left;
	width:100%;
}
.navbar ul li ul.dropdwin-outer li a {
	border: none !important;
	line-height: 16px;
	font-size: 13px;
	color: #000 !important;
	width: 100%;
	float: left;
	margin: 0;
	padding: 8px 15px;
}
.navbar ul li ul.dropdwin-outer li a:hover {
	background: #000;
	color: #fff !important;
	text-decoration: none;
}
ul.dropdwin-outer {
	position: absolute;
	left: 0;
	top: 51px;
	background: #e6be1e;
	width: 290px !important;
	padding: 0 !important;
	display: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 10px #606060;
	-webkit-box-shadow: 0 0 10px #606060;
	-ms-box-shadow: 0 0 10px #606060;
	z-index: 9;
}
ul.dropdwin-outer.services-dropdown {
	width:150px !important;
}
ul.dropdwin-outer.adr-journal-dropdown {
	width:182px !important;
}
ul.dropdwin-outer.policies-dropdown {
	width:200px !important;
}
ul.dropdwin-outer.collaborators-dropdown {
	width:220px !important;
}
/*NAVABAR START*/

.navbar-main-outer {
	padding: 0 20px !important;
	background:#2c2c2c;
}
.navbar-main-outer .navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.navbar-main-outer .collapse.navbar-collapse {
	padding: 0 !important;
	border:none;
}
.navbar-main-outer .navbar.navbar-default {
	margin: 0;
	z-index: 99;
	width: 100%;
	background:#2c2c2c;
}
.navbar ul {
	padding: 0;
	list-style: none;
	/* float: right; */

	text-align: center;
	float: left;/*
	width: 100%;*/
}
.navbar ul li {
	position: relative;
	line-height: 21px;
	text-align: left;
	float: left;
}

.navbar ul li a {
    color: #fff !important;
    font-size: 15px;
    font-weight: 400;
    margin: 0 2px;
    padding: 0 5px;
    line-height: 48px;
    border-top: 3px solid transparent;
    letter-spacing: .2px;
}




.headershopbtn ul{ float: right; }
.headershopbtn ul li ul{ margin-left: 0px; margin-top: 10px }
.headershopbtn ul li{ background: #e6be1e; padding:2px 25px;}
.headershopbtn ul li a{color: #fff !important; font-size: 18px; border-top: none }
.headershopbtn ul li:hover a{color: #000 !important; border-top: none !important }
.headershopbtn ul li a i{margin-right: 15px }
.headershopbtn ul li li{ background: #fff; padding: 0 0px; }

.headershopbtn > .active > a:hover{ color: #000 !important }



.headershopbtn ul.dropdwin-outer { top: 42px !important;}
.headershopbtn .navbar ul li:hover a { color: #000 !important }


.navbar ul li.active a {
	border-top-color:#e6be1e !important;
	color:#e6be1e !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #e6be1e !important;
	background: none;
}
.navbar ul li:hover a {
	color: #f5d357;
	background: transparent;
	border-top: 3px solid #e6be1e;
}
.navbar-active {
	color: #e6be1e !important;
	background: transparent;
	border-top: 3px solid #e6be1e !important;
	color: #f5d357 !important;
}
.social-top {
	padding: 0 3px !important;
	margin: 11px 10px 0 10px;
	font-size: 0;
	height:30px;
	float: right !important;
	width: auto !important;
	margin: 6px 0 0 0px !important;
}
.social-top li {
	display: inline-block;
	font-family: 'Tinos', serif;
	padding: 0 4px !important;
}
.social-top li.nopad {
	padding-top:5px;
}
.social-top li a {
	display: table;
	color: #000;
	margin: 0px 5px !important;
	padding: 0 !important;
	border-top: none !important;
}
.social-top li a:hover i {
	color: #e6be1e !important;
}
.social-top li a i {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	background: none;
	line-height: 1;
	font-size: 14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: 100;
	color: #000;
}
.social-top li a:hover {
	colro:#e6be1e !important;
	text-decoration: none;
	border-top: none !important;
}
.red-tooltip + .tooltip > .tooltip-inner {
	background-color: #e6be1e;
	color:#fff;
}
nav {
	float: right;
}
/*BANNER START*/
/*.banner_slider_pic::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}*/

.home_slider_main {
	height: 655px;
	background-size: 100% !important;
}
.home_new_banner_slide01 {
	background:url(../images/img_banner_pic01.jpg) center top no-repeat;
}
.home_new_banner_slide02 {
	background:url(../images/img_banner_pic02.jpg) center top no-repeat;
}
.home_new_banner_slide03 {
	background:url(../images/img_banner_pic03.jpg) center top no-repeat;
}
.home_new_banner_slide04 {
	background:url(../images/img_banner_pic04.jpg) center top no-repeat;
}
.home_new_banner_slide05 {
	background:url(../images/img_banner_pic05.jpg) center top no-repeat;
}
.banner-inner-content-main {
	width: 830px;
	position: absolute;
	left: 40%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.banner-inner-content-inner {
	padding: 40px;
	background: rgba(50, 55, 60, 0.8);
	border-left: 3px solid #e6be1e;
	margin-bottom: 3px;
}
.banner-inner-content-main h2 {
	font-size: 60px;
	font-weight: 400;
	color: #fff;
	line-height: 60px;
	text-transform: uppercase;
	letter-spacing: -2px;
}
.banner-inner-content-main h2 span {
	font-size: 24px;
	float: left;
	width: 100%;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.banner-inner-content-main h2 spam {
	color: #e6be1e;
	font-family: 'Tinos', serif;
}
.banner-inner-content-main p {
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	text-transform: none;
}
.banner-button a {
	color: #fff;
	background: #e6be1e;
	margin-bottom: 10px;
	padding: 15px 24px 14px;
	font-weight: 400;
	font-size: 12px;
	text-shadow: none;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	letter-spacing: 2px;
	text-align: center;
}
.banner-button a:hover {
	background: #32373c;
	color: #fff;
}
/*BANNER END*/



/*GREY DARG BG SECTION START*/

.publication-menu {
	background: #32373c;
	color: #fff !important;
	padding: 18px 0;
}
.publication-menu h3 {
	font-size: 32px;
	line-height: 30px;
	font-weight: 400;
}
.grey-dark-panel {
	background: #32373c;
	color: #fff !important;
	padding: 38px 0;
}
.grey-dark-panel h3 {
	font-size: 32px;
	line-height: 30px;
	font-weight: 400;
}
/*GREY DARG BG SECTION START*/

/*WHITE SECTION START*/

.white-section-main-panel {
	padding: 60px 0;
}

.white-interior-inner {
	padding: 0 15px !important;
}
.white-interior-inner-con h3 {
    font-size: 17px;
    font-weight: 500;
    float: left;
    width: 100%;
    margin: 10px 0 10px;
    text-transform: none;
}
.white-interior-inner-con p {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.white-interior-inner-con p a {
	color: #e6be1e;
	text-decoration: none;
}
.white-interior-inner-con p a:hover {
	color: #e6be1e;
	text-decoration: none;
}
.white-interior-pic {
	margin: 0 0 15px;
	position:relative;
}
.white-interior-pic img {
	width: 100%;
	box-shadow: 0 0px 7px #000;
	-moz-box-shadow: 0 0px 7px #000;
	-webkit-box-shadow: 0 0px 7px #000;
}
.white-interior-pic-hover {
	display:none;
}
.white-interior-pic:hover .white-interior-pic-hover {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background: rgba(0, 0, 0, 0.6);
	cursor: pointer;
	text-align:center;
}
.white-interior-pic-hover span {
	color:#fff;
	font-size:16px;
	line-height:22px;
	font-weight:400;
	position:relative;
	left:0;
	top:50%;
 transform-translate:(-50%, -50%);
 -webkit-transform-translate:(-50%, -50%);
 -moz-transform-translate:(-50%, -50%);
}
}
.white-interior-inner-con p i {
	vertical-align: middle;
}
.q-form-title {
	background: #e6be1e;
}
.q-form-container {
	z-index: 999;
	margin: -166px 0px 0px 0px;
	float: left;
	width: 100%;/*margin: -166px 0 0;*/

}
.q-form-title i {
	display: block;
	color: #fff;
	line-height: 1;
	font-size: 36px;
	float: left;
	margin-right: 30px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: 50px;
	text-align: center;
	padding-top: 8px;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	padding-right: 18px;
}
.content {
	position: relative;
	overflow: hidden;
}
.content p {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.q-form-title {
	background: #e6be1e;
	padding: 21px 20px;
	color: #fff;
}
.q-form-title .content h3 {
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	line-height: 30px;
}
.q-form-title p {
	color: #fff;
	text-transform: uppercase;
}
.q-form {
	padding:20px 40px 40px;
	width: 100%;
	background: #f4f6f8;
}
.q-form select, .q-form textarea, .q-form input[type="text"], .q-form input[type="password"] {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	height: auto;
	padding: 15px 10px !important;
	margin-bottom: 0px !important;
	font-size: 14px;
	line-height: 25px;
	border-bottom: 1px solid #e1e3e5 !important;
	border: 0px;
	resize: none;
	vertical-align: middle;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
}
 input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
color:transparent;
}
 input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
color:transparent;
}
 input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
color:transparent;
}
 input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
color:transparent;
}
.q-form textarea {
	height: 110px;
}
.q-form .btn-submit {
	position: relative;
	height: 50px;
	border: none;
	margin-top: 15px;
	font-size: 16px;
	line-height: 25px;
	background: #32373c;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 0px;
}
.q-form .btn-submit:hover {
	background-color: #e6be1e;
	color: #fff;
	-webkit-transition: background-color 0.05s ease-in;
	-moz-transition: background-color 0.05s ease-in;
	-ms-transition: background-color 0.05s ease-in;
	-o-transition: background-color 0.05s ease-in;
	transition: background-color 0.05s ease-in;
}
/*WHITE SECTION END*/

@media (max-width:767px) {
    .mobilenone{ display: none !important; }
    .logo-con {width: auto !important; padding: 0 0 0 15px !important;}
    
}


/*PROJECTS MAIN PANEL START*/

.adr-projects-main-outer-panel .box-dark.color1 {
	background: #f0c823;
}
.box-dark.color2 {
	background: #dcb419;
}
.adr-projects-main-outer-panel .box-dark {
	padding: 20px 40px;
}
.adr-projects-main-outer-panel .services-box-3 {
	text-align: center;
}
.adr-service-content {
	text-align: left !important;
}
.adr-service-content {
	padding: 0px 15px;
	position: relative;
	overflow: hidden;
}
.adr-service-content h3 {
	position: relative;
}
.adr-service-content h3 {
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	padding-top: 20px;
	color: #000;
}
.adr-service-content p {
	color: #32373c;
	padding-top: 20px;
}
.adr-projects-main-outer-panel img {
	text-align: left;
	float: left;
	margin-right: 24px;
	display: inline-table;
	width: 60px;
	text-transform: uppercase;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
	background: none !important;
}
.box-dark:hover .services-box-3 img{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.box-dark:hover, .box-dark.color1:hover, .box-dark.color2:hover {
	color: #32373c;
	background: #f4f6f8;
}
/*PROJECTS MAIN PANEL END*/



/*TIMER PENEL START*/

.adr-timer-outer-main {
	background: #32373c;
	padding: 45px 0;
	color:#fff;
	text-align: center;
}
.adr-timer-outer-main .counter {
	font-weight: 700;
	font-size: 48px;
	color: #fff;
	line-height: 50px;
	cursor: pointer;
}
.adr-timer-outer-main span {
	float: left;
	width: 100%;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	color: #e6be1e;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 30px 0 0;
	position: relative;
}
 .adr-timer-outer-main span::before {
 content: "";
 position: absolute;
 top: 32%;
 left: 50%;
 width: 30px;
 height: 2px;
 background: #e6be1e;
 transform: translate(-50%, -50%);
}
/*TIMER PENEL ENd*/



.oursubscribers {
	padding: 0px 0;
	background:#fff;
}
.oursubscribers h2 {
	text-align:left;
	margin:0 0 30px;
}
.oursubscribers img {
	width: 100%;
	border: 1px solid #eee;
	margin:5px;
	float: left;
}
.adr-magazine-slider-main-panel {
	padding: 30px 0px 0px 0px;
	background:#fff;
}
.adr-magazine-slider-main-panel h2 {
	text-align:center;
	margin:0 0 30px;
}
.adr-magazine-slider-main-panel img {
	width: 100%;
	border: 2px solid #e6be1e;
	float: left;
}

#adr-magazine-slider .owl-controls.clickable, #adr-magazine-slider .owl-nav {
	display: none !important;
}
#adr-magazine-slider .item {
	margin: 0 5px !important;
	box-shadow: 0 0px 7px #909090;
	-moz-box-shadow: 0 0px 7px #909090;
	-webkit-box-shadow: 0 0px 7px #909090;
}
#adr-magazine-slider .item img{
	width: 120px;
	height: 100px

}
.adr-video-outer {
	float: left;
	width: 100%;
	background: #f4f6f8;
	margin:20px 0 0;
}
.adr-video-outer video {
	float:left;
	width:100%;
	height: 245px;
}
/*our dedicated team part css start*/

.our-team-outer {
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}
.our-team-top h2 {
	font-weight: 600;
	font-size: 28px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
}
/*.our-team-top h2:before {
	display: inline-block;
	content: "";
	border-bottom: 2px solid #e6be1e;
	position: absolute;
	width: 30px;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	top: 52%;
	left: 49%;
}*/
.our-team-top p {
	color: #666;
	text-align: center;
	font-weight: 400;
}
.our-team-member-outer {
	margin-top: 40px;
}
.our-team-member-detail {
	background: #e6be1e;
	padding: 10px 0;
	color: #fff;
	font-weight: 600;
	line-height: 24px;
	font-size: 15px;
	min-height: 94px;
}
.our-team-member-detail span {
	display: block;
	font-weight: 400;
	font-size: 13px;
}
.our-team-member-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}
.our-team-member-img:hover .our-team-member-hover {
	opacity: 1;
}
.our-team-member-links {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transform: translate3d(0px, -200px, 0px);
	-webkit-transform: translate3d(0px, -200px, 0px);
	-moz-transform: translate3d(0px, -200px, 0px);
}
.our-team-member-img:hover .our-team-member-links {
	transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
}
.our-team-member-links a {
	color: #fff;
	font-size: 24px;
	display: inline-block;
	margin:0 5px;
}
.our-team-member-links a:hover {
	color: #e6be1e;
}
/*our dedicated team part css end*/



/*latest news part css start*/

.latest-news-outer {
	text-align: center;
}
.latest-news-part {
	padding-top: 40px;
}
.published-date {
	background: #e6be1e;
	padding: 10px 5px;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: 0;
	z-index: 2;
}
.latest-news-content {
	text-align: left;
}
.latest-news-content h3 {
	font-weight: 400 !important;
	color: #333;
	text-align: left;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.latest-news-content h3 a {
	font-weight: 600;
	color: #333;
	text-decoration: none;
}
.latest-news-content h3 a:hover {
	color: #e6be1e;
}
.latest-news-content ul li {
	display: inline-block;
	font-weight: 600;
	color: #969ba0;
	margin: 0 0px 10px 0px;
	padding: 0 6px 0 0px;
	font-size: 13px;
}
 .latest-news-content ul li::after {
 display: inline-block;
 content: "|";
 padding: 0 0px 0 10px;
 color: #ccc;
}
.latest-news-content ul li a {
	color: #969ba0;
	text-decoration: none;
}
.latest-news-content ul li a:hover {
	color: #e6be1e;
}
 .latest-news-content ul li:last-child::after {
 display: none;
}
.latest-news-content p {
	line-height: 24px;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}
.latest-news-content p a {
	color: #e6be1e;
	text-decoration: none;
}
.latest-news-content p a:hover {
	color: #32373c;
}
.brands-logo-outer {
	padding: 60px 0;
}
.brands-logo-outer h2 {
	text-align:left;
	margin:0 0 20px;
}
.brands-logo-outer .item {
	display: inline-block;
	border: 1px solid #e1e3e5 !important;
	width: 93%;
	margin: 0;
}
.brands-logo-outer .item img {
	opacity: 0.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}
.brands-logo-outer .item:hover img {
	opacity: 1;
}
/*latest news part css end*/



/*portfolio gallery part css start*/

.portfolio-outer {
	padding: 80px 0;
	background: #e6be1e;
}
.filter-outer {
	list-style: none;
	padding: 0;
	margin: 0px 0 18px 0;
	font-size: 13px;
	text-align: center;
	color: #969ba0;
	cursor: default;
	font-weight: 600;
	letter-spacing: 1px;
}
.filter-outer button {
	display: inline-block;
	margin: 0 5px;
	color: #2c2c2c;
	text-transform: uppercase;
	background: none;
	border: none;
	text-decoration: none;
	-webkit-transition: all 0.37s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	cursor: pointer;
	padding: 5px 12px;
	font-size: 14px;
}
.about-adr-right-img img {
	width:100%;
	box-shadow: 0 0px 10px rgba(0, 0, 0, .3);

}
.latest-news-image img {
	box-shadow: 0 0px 7px #909090;
	-moz-box-shadow: 0 0px 7px #909090;
	-webkit-box-shadow: 0 0px 7px #909090;
}
.gates-construction-left ul {
	list-style:none;
	margin:30px 0 0;
	padding:0;
	float:left;
	width:100%;
}
.gates-construction-left li {
	float: left;
	width: 100%;
	margin: 0 0 6px !important;
	padding: 0 0 0 20px;
	position:relative;
	text-align:justify;
	font-size: 15px;
	color: #626262;
	line-height: 21px;
}
 .gates-construction-left ul li::before {
 position: absolute;
 left: 0;
 top: 8px;
 width:8px;
 height: 8px;
 background: #e6be1e;
 content: "";
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -ms-border-radius: 50%;
}
.filter-outer button:hover, .filter-outer button.is-checked {
	color: #fff;
	border-bottom: 2px solid #fff;
}
/*.portfolio-gallery .item {
	width:25%;
}*/
.portfolio-gallery-image {
 position: relative;
 overflow: hidden;
}
.portfolio-gallery-image img {
	width: 100%;
}
.portfolio-gallery-image > img {
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.portfolio-gallery a:hover .portfolio-gallery-image > img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.portfolio-gallery-content {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.portfolio-gallery-content {
	display: table;
	height: 100%;
	text-align: center;
	padding: 20px 20px 20px;
}
.portfolio-content-inner {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.portfolio-content-inner h3 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	color: #fff;
	position: relative;
	top: -10px;
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.600, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.600, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.600, 1.000);
	-ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.600, 1.000);
	transition: all 0.3s cubic-bezier(0.300, 0.100, 0.600, 1.000)
}
 .portfolio-content-inner h3::before {
 content: "";
 border: 1px solid #e6be1e;;
 position: absolute;
 bottom: -10px;
 left: 47%;
 width: 30px;
}
.portfolio-content-inner p {
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	position: relative;
	margin-top: 50px;
	-webkit-transition: all 0.6s cubic-bezier(0.600, 0.100, 0.300, 1.000);
	-moz-transition: all 0.6s cubic-bezier(0.600, 0.100, 0.300, 1.000);
	-o-transition: all 0.6s cubic-bezier(0.600, 0.100, 0.300, 1.000);
	-ms-transition: all 0.6s cubic-bezier(0.600, 0.100, 0.300, 1.000);
	transition: all 0.6s cubic-bezier(0.600, 0.100, 0.300, 1.000);
}
.portfolio-gallery-image {
	box-shadow: 0 0px 7px #000;
	-moz-box-shadow: 0 0px 7px #000;
	-webkit-box-shadow: 0 0px 7px #000;
}
.about-adr-right-img {
	margin: 50px 0 0;
}
 .portfolio-content-inner::before {
 content: "";
 display: block;
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 margin: 00px;
 background: rgba(250, 250, 250, 0);
 -webkit-transform: scale(0.3);
 -moz-transform: scale(0.3);
 -ms-transform: scale(0.3);
 -o-transform: scale(0.3);
 transform: scale(0.3);
 -webkit-transition: all 0.3s ease-in-out 0s;
 -moz-transition: all 0.3s ease-in-out 0s;
 -ms-transition: all 0.3s ease-in-out 0s;
 -o-transition: all 0.3s ease-in-out 0s;
 transition: all 0.3s ease-in-out 0s;
}
 .portfolio-gallery a:hover .portfolio-content-inner::before {
 background: rgba(50, 55, 60, .95);
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
}
.portfolio-gallery a:hover .portfolio-gallery-content {
	opacity: 1;
}
.portfolio-gallery a:hover .portfolio-content-inner h3 {
	top: 10px;
}
.portfolio-gallery a:hover .portfolio-content-inner p {
	margin-top: 30px;
}
/*portfolio gallery part css end*/





/*join us part css start*/

.join-us-outer {
	background: url(../images/LIBRARY1.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 120px;
}
.join-us-inner h3 {
	font-size: 60px;
	font-weight: 400;
	line-height: 60px;
	letter-spacing: -0px;
	color: #fff;
	padding-bottom: 20px;
}
.join-us-inner h3 span {
	font-size: 36px;
	font-weight: 600;
	line-height: 40px;
	color: #fff;
	margin-bottom: 10px;
	letter-spacing: 0;
	display: block;
}
.join-us-inner a {
	text-transform: uppercase;
	font-size: 12px;
	box-shadow: none;
	display: inline-block;
	letter-spacing: 2px;
	text-decoration: none;
	position: relative;
	text-align: center;
	border: 2px solid #fff;
	color: #fff;
	background: transparent;
	padding: 13px 16px 12px;
	-webkit-transition: background-color 0.05s ease-in;
	-moz-transition: background-color 0.05s ease-in;
	-ms-transition: background-color 0.05s ease-in;
	-o-transition: background-color 0.05s ease-in;
	transition: background-color 0.05s ease-in;
}
.join-us-inner a:hover {
	color: #32373c;
	background: #fff;
}
/*join us part css end*/





/*gates-construction part css start*/

.gates-construction-outer {
	padding: 60px 0 10px;
}
.gates-construction-left h4 {
	font-size: 26px;
	line-height: 14px;
	margin-top: 0;
	color: #32373c;
	font-weight: 600;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.gates-construction-left h5 {
	font-size: 24px;
	line-height: 30px;
	margin-top: 14px;
	padding-bottom: 60px;
	color: #32373c;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.gates-construction-left ul {
	display: inline-block;
	width: 100%;
}
.gates-construction-left li {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.gates-construction-left li:last-child {
	margin-bottom: 0;
}
.gates-construction-left span {
	display: block;
	width: 85px;
	height: 85px;
	color: #32373c;
	border: 3px solid #e1e3e5;
	line-height: 1;
	font-size: 30px;
	padding-top: 21px;
	text-transform: uppercase;
	text-align: center;
	float: left;
	margin-right: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	z-index: 9;
	background: none;
	font-weight: 700;
}
/*.gates-construction-left li:hover span

{

	border-color: #e6be1e;

	background: #e6be1e;

	color: #fff;

}*/

/*.gates-construction-left li:hover span 

{

	-webkit-animation: rotation 2s infinite linear;

}

@-webkit-keyframes rotation {

	from {

			-webkit-transform: rotate(0deg);

	}

	to {

			-webkit-transform: rotate(359deg);

	}

}*/

.gates-construction-points {
	float: left;
	width: 77%;
	margin: 7px 0 0;
}
.gates-construction-points h6 {
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	margin-bottom: 14px;
	text-transform: uppercase;
}
.gates-construction-points p {
	color: #666;
	font-size: 14px;
	font-weight: 400;
}
.gates-construction-left {
	padding: 0 60px 30px 0;
}
/*gates-construction part css end*/









/*NEWSLETTER SECTION START*/

.newsletter-main-outer {
	background: #e6be1e;
	padding: 30px 0;
}
.newsletter-main-outer h3 {
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
}
.newsletter-main-outer h3 p {
	margin: 0px;
	margin-top: 5px;
	float: left;
	width: 100%;
}
.newsletter-main-outer input[type="text"] {
	width: 70%;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	height: 44px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 18px;
	border: 1px solid #fff;
	resize: none;
	vertical-align: middle;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 2px 0px 0px 2px;
	color: #fff;
}
.newsletter-main-outer .btn-submit {
	position: relative;
	height: 44px;
	border: none;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 24px;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100px;
	border-radius: 0px 2px 2px 0px;
	color: #32373c;
	padding-right: 0px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	left: -5px;
	top: 2px;
	resize: none;
}
/*NEWSLETTER SECTION END*/



/*OUR CLIENTS START*/

.our-clients-outer {
	float:left;
	width:100%;
}
.our-clients-inner {
	float: left;
	width: 100%;
	padding: 0px 0 50px;
}
.our-clients-left h3:before {
	display: inline-block;
	content: "";
	border-bottom: 2px solid #e6be1e;
	border-left: 1px solid #ebedef;
	position: absolute;
	width: 30px;
	bottom: -10px;
	left: 0px;
}
.our-clients-left h3 {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 34px;
	color: #32373c;
	text-transform:uppercase;
}
.clients .item img {
	opacity: 0.3;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}
.our-clients-inner ul {
	float: left;
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
}
.our-clients-inner ul li {
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 20px;
	border: 1px solid #e1e3e5 !important;
	width: 25%;
	text-align: center;
}
.our-clients-inner ul li img {
	opacity: 0.3;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	width: 100%;
}
.our-clients-inner ul li:hover img {
	opacity: 1;
}
.our-clients-right .owl-carousel .item {
	margin: 0 15px 0px 15px;
}
.our-clients-right .testimonials {
	display: block;
	float: left;
	margin: 20px 0 0;
}
 .our-clients-right .testimonials-content1::after {
 content: "";
 width: 0;
 height: 0;
 border-left: 12px solid transparent;
 border-right: 12px solid transparent;
 border-top: 12px solid #f4f6f8;
 position: relative;
 top: 38px;
 left: 10px;
 z-index: 22;
}
.our-clients-right .testimonials-content1 {
	background: #f4f6f8;
	padding: 30px 30px 5px;
	font-size: 14px;
	float: left;
	display: block;
}
 .our-clients-right .testimonials-content1::after {
 content: "";
 width: 0;
 height: 0;
 border-left: 12px solid transparent;
 border-right: 12px solid transparent;
 border-top: 12px solid #f4f6f8;
 position: relative;
 top: 33px;
 left: 10px;
 z-index: 22;
}
.our-clients-right .testimonials-content1 p {
	color: #666;
	font-size: 15px;
}
.our-clients-right .testimonials-author img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	margin: 20px;
	float: left;
	border: 2px solid #f4f6f8;
	padding: 5px;
}
.our-clients-right .testimonials-author p {
	margin-top: 40px;
	float: left;
	font-weight: 600;
	color: #e6be1e;
}
.our-clients-right .owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 0px 5px;
	filter: Alpha(Opacity=70);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #e1e3e5;
}
.our-clients-right .owl-carousel.owl-theme .owl-controls .owl-page {
	bottom: 80px !important;
	right: -42% !important;
}
.our-clients-right .owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 0;
 *display: inline;
	position: relative;
	bottom: -20px;
}
.our-clients-right .owl-theme .owl-controls .owl-page.active span {
	border-color: #e6be1e;
}
.our-clients-right .carousel-control {
	display: none;
}
.our-clients-right .carousel-indicators {
	bottom: 60px;
	position: absolute;
	right: 0;
	width: 90px;
	left: inherit;
}
.our-clients-right .carousel-indicators li.active {
	background-color:#e6be1e;
	border-color:#e6be1e;
}
.our-clients-right .carousel-indicators li.active:hover {
	background-color:#e6be1e;
	border-color:#e6be1e;
}
.our-clients-right .carousel-indicators li:hover {
	background-color:#3296dc;
	border-color:#3296dc;
}
.our-clients-right .carousel-indicators li {
	border: 1px solid #e1e3e5;
	background-color:#e1e3e5;
	width:12px;
	height:12px;
	margin:0 0 0 5px;
}
/*OUR CLIENTS END*/











/*footer part css start*/



footer {
	padding-top: 60px;
	background: #fff;
}
footer h5 {
	color: #434343;
	font-weight: 500;
	text-transform: capitalize;
	padding-bottom: 20px;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 8px;
}
footer p {
	font-size: 15px;
	font-weight: 400;
	color: #757575;
	margin: 0 0 10px;
	line-height: 24px;
}
.social-icons li {
	display: inline-block;
	padding-right: 8px;
	margin: 10px 6px 10px;
	vertical-align: middle;
}
.social-icons li a {
	color: #757575;
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-ms-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
.social-icons li a i {
	width: 40px;
	height: 40px;
	padding-top: 12px;
	background: #434343;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.social-icons li a i:hover {
	background: #e6be1e;
}
.useful-links ul {
	float: left;
	width: 50%;
}
.useful-links li {
	padding: 6px 0px;
	line-height: 24px;
	margin-bottom: 0.25em;
	position: relative;
}
 .useful-links li a::before {
 content: "";
 position: relative;
 left: 0;
 top: 9px;
 height: 6px;
 width: 6px;
 border: 1px solid #e6be1e;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 float: left;
 margin-right: 15px;
}
.useful-links li a {
	position: relative;
	color: #757575;
	line-height: 24px;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.useful-links li a:hover {
	color: #e6be1e;
}
.useful-links .content p {
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 0px;
	padding: 0 0 5px 0;
	text-transform: none;
	color: #757575;
}
.useful-links .content p a {
	color: #757575;
}
.useful-links .timing {
	margin-top:30px;
}
.useful-links .timing p {
	font-size: 14px;
	text-align: left;
	font-style: normal;
	color: #64696e;
}
.footer-bottom {
	float: left;
	width: 100%;
	background: #282d32;
	margin: 30px 0 0;
	padding: 10px 0 0;
}
.footer-bottom-left p {
	font-weight: 400;
	color: #969ba0;
	font-size:14px;
}
.footer-bottom-links ul {
	float:right;
}
.footer-bottom-links li {
	display: inline-block;
	padding: 0px 6px;
}
.footer-bottom-links li a {
	color: #969ba0;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-bottom-links li a:hover {
	text-decoration:none;
	color: #e6be1e;
}
.useful-links .contact {
	margin:0 0 10px;
}
.useful-links .contact i {
	float: left;
	color: #757575;
	font-size: 35px;
	margin: 0 25px 0 0;
}
/*footer part css end*/







/*TOP SEARCH FIELD START*/

#search {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height:40px;
	background:#32373c;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
	display: none;
}
#search.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
	z-index: 106;
	display: block;
}
#search input[type="search"] {
	width: 90%;
	background: transparent;
	border: none;
	line-height: 30px;
	font-size: 16px;
	font-weight: 600;
	color: #969ba0;
	outline: none;
	padding: 5px 30px;
}
#search .close {
	position: fixed;
	top: 9px;
	right: 15px;
	opacity: 1;
	width: 40px;
	line-height: 24px;
	font-size: 24px;
	height: 24px;
	color: #fff;
}
/*TOP SEARCH FIELD END*/



/*EDITOR SECTION START*/

.editor-main-outer-panel {
	background: #32373c;
	padding: 50px 0;
}
.editor-main-outer-panel h2 {
	font-size: 30px;
	line-height: 27px;
	margin-top: 0;
	color: #fff;
	font-weight: 600;
	letter-spacing: -1px;
	text-transform: uppercase;
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 0 30px;
}
.editor-adr-section-outer {
	padding: 0 10px !important;
}
.editor-adr-section-inner {
	background: #fff;
}
.editor-pic-con img {
	width: 100%;
	box-shadow: 0 0px 10px -3px #000;
}
.editor-adr-section-outer h3 {
	font-size: 19px;
	line-height: 27px;
	margin-top: 0;
	color: #32373c;
	font-weight: 500;
	text-transform: uppercase;
	float: left;
	width: 100%;
}
.editor-adr-section-outer p {
	font-size: 14px;
	line-height: 21px;
	color: #666;
	font-weight: 400;
	margin: 5px 0 0;
	float: left;
	width: 100%;
}
.editor-bottom-outer {
	padding: 10px 15px;
	min-height: 150px;
}
.editor-adr-section-outer p a {
	color: #e6be1e;
}
/*EDITOR SECTION END*/



.quick-access {
	float: left;
	width: 100%;
	background: #f4f6f8;
	padding: 50px 0;
}
.quick-access-inner {
	padding: 0;
	float: left;
	width: 100%;
	text-align: center;
}
.quick-access-inner h2 {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
	font-weight: 600;
	font-size: 34px;
	color: #32373c;
	text-transform: uppercase;
	text-align: center;
}
.quick-access-icon-outer {
	text-align:center;
}
.quick-aceess-icon-inner {
	width:148px;
	height:148px;
	display:inline-block;
	float:none;
	border:#000 solid 2px;
	padding:10px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	box-shadow: 0 0px 7px #909090;
	-moz-box-shadow: 0 0px 7px #909090;
	-webkit-box-shadow: 0 0px 7px #909090;
}
.quick-aceess-icon-yellow-bg {
	background: #e6be1e;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	height:100%;
	text-align:center;
	position:relative;
}
.quick-aceess-icon-yellow-bg img {
	width:60px;
	position:absolute;
	content:"";
	left: 0%;
	top: 30%;
	transition: all 500ms ease-out;
	right: 0;
	text-align: center;
	margin: 0 auto;
	transition: all 500ms ease-out;
}
.quick-aceess-icon-yellow-bg:hover img {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.quick-access-first h4 {
	font-size: 20px;
	line-height: 31px;
	text-transform: uppercase;
	text-align: center;
	float: left;
	width: 100%;
	margin: 6px 0 0;
}
.print-outer {
	text-align: left;
	padding: 0;
	width:100%;
	/*margin:0 0 40px;*/

	background: #e6be1e;
	padding: 25px 0;
}
.print-outer input {
	color: rgba(70, 70, 70, 0.6);
	font-size: 16px;
	background: #e6e6e6;
	padding: 25px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	border: none;
	width: 340px;
}
.email-this-page {
	display: inline-block  !important;;
	padding: 18px 35px  !important;;
	border-radius: 3px  !important;;
	font-family: 'Tinos', serif  !important;;
	-webkit-border-radius: 3px  !important;;
	border: 5px solid #32373c  !important;;
	background: #32373c  !important;;
	color: #fff  !important;;
	text-transform: uppercase  !important;;
	font-size: 19px  !important;;
	letter-spacing: 2px  !important;;
}
.email-this-page:hover {
	color:#fff;
	text-decoration:none;
	background:#e6be1e;
	border-color:#e6be1e;
}
.print-page {
	display: inline-block;
	padding: 18px 35px;
	border-radius: 3px;
	font-family: 'Tinos', serif;
	-webkit-border-radius: 3px;
	border: 5px solid #e6be1e;
	background: #fff;
	letter-spacing: 2px;
	color: #102a50;
	text-transform: uppercase;
	font-size: 19px;
	margin: 0 0 0 30px;
}
.print-page i {
	margin:0 10px 0 0;
}
.print-page:hover, .print-page:focus {
	color:#e6be1e;
	text-decoration:none;
}
.shop-content-outer {
	float: left;
	width: 100%;
	margin: 0 0 10px;
	background: #f7f7f7;
	padding: 50px 0 70px;
}
.shop-content-outer h2 {
	text-align: center;
	padding-bottom: 10px;
	margin:0px auto 10px;
	position: relative;
}
/* .shop-content-outer h2::before {
 display: inline-block;
 content: "";
 border-bottom: 2px solid #e6be1e;
 position: absolute;
 width: 80px;
 -o-transition: all 0.3s ease;
 transition: all 0.3s ease;
 bottom: 0;
 left: 0;
 right: 0;
text-align: center;
margin: 0 auto;
}*/
.shop-content-outer p {
	text-align: center;
	padding-bottom: 10px;
	color: #666;
	font-size: 15px
}
.newandvideo {
	margin: 0 0 50px;
	padding: 20px 0 20px 0;
}
.newandvideo h2 {
	text-align: center;
	padding-bottom: 10px;
	margin:0px auto 10px;
	position: relative;
}
 .newandvideo h2::before {
 display: inline-block;
 content: "";
 border-bottom: 2px solid #e6be1e;
 position: absolute;
 width: 80px;
 -o-transition: all 0.3s ease;
 transition: all 0.3s ease;
 bottom: 0;
 left: 0;
 right: 0;
text-align: center;
margin: 0 auto;
}
.newandvideo p {
	text-align: center;
	padding-bottom: 10px;
	color: #666;
	font-size: 15px
}
.featured-magazine-bottom-outer {
	padding: 10px 7px 20px !important;
	float: left;
	width:100%;/* display: none; */

}
.shop-content-outer h2 {
	float: left;
	width: 100%;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.featured-magazine-bottom-inner {
	padding: 16px 16px 20px !important;
	-moz-box-shadow: 0px 9px 5px #dcdcdc;
	min-height: 350px;
	-webkit-box-shadow: 0px 9px 5px #dcdcdc;
	box-shadow: 0px 9px 5px #dcdcdc;
	border: 1px solid #efefef;
	background: #fff;
}
.featured-magazine-pic {
	height: 302px;
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-box-shadow: -7px 8px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: -7px 8px 5px 0px rgba(0,0,0,0.5);
	box-shadow: -7px 8px 5px 0px rgba(0,0,0,0.5);
	position: relative;
	padding: 0;
}

.featured-magazine-pic img {
	width: 100%;
}
.quick-veiw-con {
	background: #fbc103;
	padding: 6px;
	position: absolute;
	bottom: -54px;
	left: 0;
	width: 100%;
	text-align: left;
	display: none;
}
.wishlist-sign {
	float: right;
	width: auto;
	margin: 0 0 0 0;
}
.about-content-left {
	height:200px;
}
.white-interior-pic:hover .white-interior-pic-hover {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background: rgba(0, 0, 0, 0.6);
	cursor: pointer;
	text-align: center;
}
.about-content-left:hover {
}
.about-page-banner {
	position: relative;
	float:left;
	width:100%;
	background:url(../images/img_banner_pic02.jpg) left top no-repeat;
	height:400px;
}
.about-content-img li {
	list-style: circle;
	margin:0px 20px;
}
.about-content-img h3 {
	color: #c0392b;
	margin: 20px 0px;
}
.about-content-img p {
	margin: 0 0 20px;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	display: block;
	/* float: left; */

	margin-bottom: 15px;
	width: auto;/* display: contents; */

}
.featured-magazine-price span {
	float: left;
	width: 50%;
	line-height: 17px;
}
.featured-magazine-price span a {
	color: #4a4a4a;
	text-decoration: none;
}
.featured-magazine-bottom-inner h4 {
	float:left;
	width:100%;
	min-height: 100px;
	vertical-align: middle;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
}
.featured-magazine-bottom-inner:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
 -webkit-transition: ease-out .5s;
 -moz-transition: ease-out .5s;
 -o-transition: ease-out .5s;
 transition: ease-out .5s;
 transition: all .6s ease-in-out 0;
}
.featured-magazine-bottom-inner:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
 -webkit-transition: ease-out .5s;
 -moz-transition: ease-out .5s;
 -o-transition: ease-out .5s;
 transition: ease-out .5s;
 transition: all .6s ease-in-out 0;
}
 <div class="quick-veiw-con"><span class="quick-view-text"><a href="#"><i class="fa fa-eye"></i> Quick View</a></span> <span class="wishlist-sign"><a href="#"><i class="fa fa-heart"></i></a></span></div>  .quick-veiw-con {
 background: #fbc103;
 padding: 6px;
 position: absolute;
 bottom: -34px;
 left: 0;
 width: 100%;
 text-align: left;
}
.quick-view-text {
	float: left;
	width: 70%;
}
.quick-veiw-con a {
	color: #fff;
	font-family: 'Tinos', serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	text-decoration: none;
	float: left;
	width: 100%;
}
 .quick-veiw-con .fa-eye::before {
 content: "\f06e";
 font-size: 16px;
 margin-right: 1px;
}
.wishlist-sign {
 / position: absolute;
/  / top: 24px;
/  / right: 23px;
/  / z-index: 9999;
/  float: right;
	text-align: right;
}
 .wishlist-sign .fa-heart::before {
 content: "\f004";
 color: #fff;
 font-size: 14px;
}
.featured-magazine-bottom-inner:hover .quick-veiw-con {
	bottom: 0;
	transition: all 1s ease;
}
.morecontent span {
	display: none;
}
.morelink {
	display: block;
}
#more {
	display: none;
}
.readmore-button {
	display: inline-block;
	width: auto;
	color: #fff;
	background: #32373c;
	padding: 10px 30px;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	text-transform: uppercase;
	border: none;
}
.readmore-button:hover {
	background: #e6be1e;
}
.productdetail {
	display: inline-block;
	width: auto;
	color: #fff;
	background: #e6be1e;
	padding: 10px 20px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	text-transform: uppercase;
	border: none;
}
.productdetail:hover {
	background: #32373c;
}
.view-more-button {
	text-align:center;
	margin:10px 0 0;
}
.navbar-collapse {
	display: block;
}
/*detail page start*/

.detail-right-content {
	padding: 0 0 0 30px;
}
.detail-page-content h2 {
	font-size: 24px;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: 0px 0 25px;
	line-height: 33px;
}
.detail-right-content h4 {
	font-size: 18px;
	font-weight: 600;
	float: left;
	width: 100%;
	margin: 0 0 16px;
	text-transform: uppercase;
	line-height: 24px;
}
ul.about-journal-listing {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0 0 5px;
	padding: 0;
}
.about-journal-listing li {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	padding: 0;
}
.about-journal-listing li strong {
	float:left;
	width:50%;
}
.detail-left-img img {
	box-shadow: 0 0px 7px #000;
	-moz-box-shadow: 0 0px 7px #000;
	-webkit-box-shadow: 0 0px 7px #000;
	width: 100%;
}/*
.detail-right-content h5 {
	font-size: 18px;
	font-weight: 600;
	float: left;
	width: 100%;
	margin: 15px 0 10px;
	text-transform: uppercase;
	border-top: 1px solid #666;
	padding: 20px 0 0;
}*/
.detail-right-content p {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	line-height: 24px;
}
span.bibliographic-information {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
}
.institutional-radio-button {
	margin: 0 0 20px;
	border-bottom: 1px solid #f0eded;
	padding: 0 0 5px;
}
.institutional-radio-button h4 span {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	float: left;
	width: 100%;
	margin:0;
	padding:0;
}
.institutional-radio-button input {
	float: left;
	width: auto;
	margin: 6px 6px 0 0;
}
.institutional-radio-button label {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	float: left;
	margin: 0;
	padding: 0;
}
.institutional-radio-inner {
	margin: 0 0 9px;
}
.institutional-radio-inner a {
	display: inline-block;
	padding: 7px 15px;
	border-radius: 3px;
	font-family: 'Tinos', serif;
	-webkit-border-radius: 3px;
	border: 5px solid #32373c;
	background: #32373c;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	margin: 12px 0 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.institutional-radio-inner a:hover {
	color: #fff;
	text-decoration: none;
	background: #e6be1e;
	border-color: #e6be1e;
}
ul.author-service-listing {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}
.author-service-listing li {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	padding: 0;
}
.author-service-listing li a {
	color: #666;
	display:inline-block;
}
.author-service-listing li a:hover {
	color:#e6be1e;
	text-decoration:none;
}
h4.author-service-heading {
	margin: 5px 0 10px;
	border-top: 1px solid #666;
	padding: 19px 0 0;
}
/*detail page end*/

.cart-page-content tr th {
	font-weight: 600 !important;
	background: #666;
	color: #fff !important;
	border-color: #8f8f8f !important;
}
.cart-page-content tr th, tr td {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	padding: 10px;
	border: 1px solid #666;
	border-collapse: collapse;
}
.cart-page-content tr td input.cart-quantity-filed {
	width:50px;
}
.cart-page-content tr td input[type="button"]:hover {
	color: #fff;
	text-decoration: none;
	background: #e6be1e;
	border-color: #e6be1e;
}
.cart-page-content tr td input[type="button"] {
	position: relative;
	border: none;
	font-size: 12px;
	line-height: 25px;
	background: #32373c;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: auto;
	color: #fff;
	text-align: center;
	font-weight: 500;
	border-radius: 0px;
	padding: 2px 12px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.update-cart-button {
	margin: 25px 0 0;
}
.update-cart-button input[type="button"], .update-cart-button input[type="submit"] {
	position: relative;
	height: 50px;
	border: none;
	font-size: 14px;
	line-height: 25px;
	background: #32373c;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: auto;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 0px;
	padding: 10px 20px;
	margin: 0 10px 0 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.update-cart-button input[type="button"]:hover, .update-cart-button input[type="submit"]:hover {
	color: #fff;
	text-decoration: none;
	background: #e6be1e;
	border-color: #e6be1e;
}
.proceed-right-button {
	float:right;
}
.detail-right-content.detail-content-bottom {
	padding:0;
	margin:50px 0 0;
}
.select-box-form {
	float: left;
	width: 100%;
	margin: 40px 0 0;
}
.shop-auto-slider {
	margin: 50px 0 0;
	padding: 0 10px;
}
.shop-auto-slider .carousel-control {
	background-image: none !important;
	width:auto;
}
.shop-auto-slider .carousel-control.left {
	top: 50%;
}
.shop-auto-slider .carousel-control.right {
	top: 50%;
}
.shop-auto-slider .item {
	text-align:center;
}
.shop-auto-slider .item img {
	float: none;
	display: inline-block;
	width: 85%;
}
.shop-auto-slider .carousel-indicators {
	display: none;
}
.shop-content-outer .filter-outer button:hover, .shop-content-outer .filter-outer button.is-checked {
	color: #fff;
	background: #e6be1e;
	padding: 5px 18px;
	border-radius: 20px;
}
.download-right-button {
	float:right;
}
.select-country-outer {
	margin:0 0 25px;
}
.select-country-outer h5 {
	float: left;
	width: auto;
	font-size: 15px;
	margin:11px 10px 0 0;
	font-weight: 400;
	color: #666;
}
.select-country-outer select {
	float: left;
	width: auto;
	font-size: 15px;
	margin: 0 10px 0 0;
	font-weight: 400;
	color: #000;
	width: 200px;
	height: 40px;
	background: #e6be1e url(../images/country-down-arrow.png) right 15px top 16px no-repeat;
	border: none;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-size: 13px;
}
.scroll-text {
	width: 100%;
	height: 240px;
	overflow: hidden;
}
.scroll-text ul {
	width: 100%;
	height: 310px;
	overflow: hidden;
	margin: 0;
}
.scroll-text ul li {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0 0 10px;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height:22px;
}
.right-moce-top-content {
	padding:0;
	margin:20px 0 0;
}
.right-moce-top-content .scroll-text {
	margin: 15px 0 0;
	padding: 25px;
	background: #f4f6f8;
	box-shadow: 0px 0 10px #dcdcdc;
	-webkit-box-shadow: 0px 0 10px #dcdcdc;
	-moz-box-shadow: 0px 0 10px #dcdcdc;
}
.right-moce-top-content h4 {
	font-size: 24px;
	font-weight: 700;
	float: left;
	width: 100%;
	margin: 0 0 10px;
	text-transform: uppercase;
	text-align: center;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.portfolio-gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.portfolio-gallery li {
	display: none;
}
.portfolio-gallery .btn {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 60px;
	line-height: 60px;
	background: #E74C3C;
	border-bottom:3px solid #C0392B;
	text-align: center;
	border-radius:3px;
}
.categoryproducts {
	text-align: center;
	padding: 16px 16px 20px !important;
	-moz-box-shadow: 0px 9px 5px #dcdcdc;
	min-height: 350px;
	-webkit-box-shadow: 0px 9px 5px #dcdcdc;
	box-shadow: 0px 9px 5px #dcdcdc;
	border: 1px solid #efefef;
	background: #fff;
	margin: 0px 0px 40px 0px
}
.categoryproducts h4 {
	width:100%;
	min-height: 100px;
	vertical-align: middle;
	margin: 10px 0px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
section.latest-news-outer .main-auto-con .demo-book button.owl-prev {
	position: absolute;
	top: 40%;
	left: 0;
	font-size: 25px;
	background: #0000003d;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-weight: 600;
	color: #fff;
	outline: none;
}
section.latest-news-outer .main-auto-con .demo-book button.owl-next {
	position: absolute;
	top: 40%;
	right: 0;
	font-size: 25px;
	background: #0000003d;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-weight: 600;
	color: #fff;
	outline: none;
}
.subscriberlogo {
	height: 130px;
	overflow-y: hidden;
}
#adr-magazine-slider .owl-stage-outer {
	height: 120px !important;
}
.mt50{ margin: 50px 0 0 }


.homeloadmore {
    display:none;
    margin-bottom: 5px;
}

#loadMore {
    padding: 10px 18px;
    text-align: center;
    background-color: #000;
    color: #fff;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    border-radius: 30px;
}
#loadMore:hover {
    background-color: #e6be1e;
    color: #fff;
}

.loadmorebtn{
	text-align: center;
	margin: 20px auto 0 !important;
	display: inline-block;
	width: 100%;
}
.footerlogo span{
	color: #434343;
	font-weight: 500;
	text-transform: capitalize;
	padding-bottom: 20px;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 8px;
}

.footerlogo img{
	float: right;
	height: 70px;
	width: 70px;
	margin: -26px 0 18px 0;
}
.productjournaltab table{
	width: 100%;
	margin: 20px auto;
}

.productjournaltab table tr td:first-of-type{
	font-weight: 600;
}
.productjournaltab table tr td{
	border: 1px #cdcdcd solid;
	padding: 7px 10px;
 }
.productjournaltab table tr:nth-of-type(odd){ background:#f6f6f6; }
.productjournaltab h4{ font-size: 26px; font-weight: 500; margin-bottom: 20px; color: #4a4a4a; }
.bgyellow { background: #e6be1e !important; border-color: #e6be1e!important }

.bgyellow:hover { background: #32373c !important; border-color: #32373c!important }

.headerrighticons ul{  margin: 0 auto; padding: 0; display: inline-block;}
.headerrighticons .btn-group .dropdown-menu {background: #e6be1e}
.headerrighticons ul li{
	display: inline-block;
	padding: 10px;
	margin: 25px 5px 0;
}
.headerrighticons ul li a{
	color: #323232
}

.headerrighticons .loginreg{
	background: transparent;
	border: none;
	box-shadow: none;
}
.headerrighticons .dropdown-menu a{
	display: block;
	padding: 10px 10px;
	color: #000;
	border-bottom: 1px #d9b111 solid;

}

.headerrighticons b{ font-weight: 500; }
.headerrighticons .accountbtn{ }
.headerrighticons .accountbtn i{  color: #fff; }
.cart{ position: relative; }
.cart-heading{ 
position: relative;
font-size: 15px;
padding-left: 10px;
color: #fff}

.cart #cart-total {
    bottom: auto;
    color: #fff;
    float: right;
    font-size: 14px;
    font-weight: 500;
    height: 16px;
    left: 32px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    right: auto;
    text-align: center;
    top: 10px;
    width: 16px;
    z-index: 1;
}

.cartbtnh{ background: #e6be1e; padding: 10px 15px }
.social-top li img{ width: 25px; height: 25px; }


.pricemultiple{ margin-bottom: 10px }
.pricemultiple h4{
	text-transform: none;
	color: #cb0101;
	margin:10px 0 10px;
	font-size: 22px;
}
.subscribertype h5{
	text-transform: none;
	color: #292929;
	margin:0px 0 10px;
	font-size: 18px;
	border: none;
	padding: 0;
	font-weight: 500;
}


.subscribertype input[type="checkbox"] {
      background: #3d404e;
      border: #7f83a2 1px solid;
      margin-right: 14px !important;
      margin-top: 5px;
   }
.subscribertype label {
	color: #32373c
}

.subscribertype{ margin: 10px 0; }








.subscribertypemain { 
            display: block; 
            position: relative; 
            padding-left: 0px; 
            margin-bottom: 15px; 
            cursor: pointer; 
            font-size: 20px; 
}           
.geekmark { 
            position: absolute; 
            top: 3px; 
            left: 0; 
            height: 20px; 
            width: 20px; 
            background: #fff;
            border:1px #32373c solid; 
        } 
.subscribertypemain input:checked ~ .geekmark { 
            background-color: #32373c; 
        } 
          
        .geekmark:after { 
            content: ""; 
            position: absolute; 
            display: none; 
        } 
          
        .subscribertypemain input:checked ~ .geekmark:after { 
            display: block; 
        } 
          
        .subscribertypemain .geekmark:after { 
            left: 6px; 
            bottom: 4px; 
            width: 6px; 
            height: 12px; 
            border: solid white; 
            border-width: 0 4px 4px 0; 
            -webkit-transform: rotate(45deg); 
            -ms-transform: rotate(45deg); 
            transform: rotate(45deg); 
} 
.indexinglogos .row{ margin:0 15px  }
.indexinglogos .col-lg-4{ border: 1px #eaeaea solid; text-align: center;}
.indexinglogos .col-lg-4 img{width:100%;}
.pagination {margin: 0px 0;}
.showing{ margin-top: 5px; }
.pagination > .active > span{
	background-color: #32373c;
	border-color: #32373c;
}
.pagination > li > a, .pagination > li > span {
    color: #32373c;
}
#content{ margin: 40px 0 }

#content .well {
    border-radius: 0;
    box-shadow: none;
    border-color: #e9e9e9;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
        border-top-color: rgb(227, 227, 227);
        border-right-color: rgb(227, 227, 227);
        border-bottom-color: rgb(227, 227, 227);
        border-left-color: rgb(227, 227, 227);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
#content .well h2 {
    color: #333;
    font-size: 22px;
}
#content .well p {
    color: #888888;
    line-height: 22px;
}

#content .well p strong{
font-weight: 600;
font-size: 15px;
margin: 6px 0;
display: block;
}

#content .well label {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
}



#account  .form-group  { 
	margin: 5px auto !important;
}
#content h1{ font-size: 24px; margin-bottom: 10px; }
#content p{ font-size: 16px; margin-bottom: 10px;
 }
#content legend{ 
padding: 10px 0 11px 0;
margin-bottom: 5px;
}
#account  .form-group label { 
	font-size: 15px; font-weight: 400; color: #525252; padding-left: 12px; padding-bottom: 5px

}



#address  .form-group  { 
	margin: 5px auto !important;
}
#address  .form-group label { 
	font-size: 15px; font-weight: 400; color: #525252; padding-left: 12px; padding-bottom: 5px
}
.alert {
    margin-bottom: 0px;
    border-radius: none;
    display: flow-root;
}
.carousel-control {
    width: 5%;
}
.myaccountbtns{ margin-top: 30px; }
.myaccountbtns li {
	padding:10px 15px; 
	background: #f6f6f6;
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
}

.myaccountbtns li a{
	color: #000;
}

.myaccountbtns li i{ margin-right: 10px; }

.myaccountbtns li:hover{
	background: #32373c;
}
.myaccountbtns li:hover a{
	color: #fff;
}
.error{
    font-size: 13px;

font-weight: 400;

color: red;
}
.headermarquee{ border-bottom:1px #dadada solid;}
.headermarquee a{color:#000;}
.publicationmenu { padding: 0px 20px; text-align: center;}
.publicationmenu li{display: inline-block; margin: 10px 0px}
.publicationmenu li a{color: #ffffff; padding:10px 15px; background-color:#fff; color:#000;}
.productpubindex{
	padding:0px 55px 
}


/* alert */
.alert {}
.alert-success {
    border-radius:0;
    padding:30px;
    position:fixed;
    top:25vh;
    width:300px;
    right:0;
    z-index:9999;
    border-bottom:3px #bd8618 solid !important;
}
.alert {
    text-align: center !important;
    font-size: 16px;
}
.alert-success {
    background-color: rgba(192, 0, 0, .9) !important;
    color: #fff !important;
    margin-bottom: 20px;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}

.alert-success a {
    color: #fff !important;
    font-weight: 600;
    display: inline-block;
    padding: 0 5px;
    text-transform: capitalize;
}
.alert-success .close{
   opacity: .8 !important;
   color: #fff !important
}
#back-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
}
#back-top a i {
    display: inline-block;
    padding: 1px 12px;
    color: 
    #e6be1e;
    font-size: 35px;
}
.servicestab li{
	background-color: #e6be1e;
	list-style: none;
	margin:15px auto;
	border: solid 2px #c4a117;
	padding: 20px 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.servicestab li:hover{
	background-color: #32373c;
	border: solid 2px #18191a;
}
.servicestab li a{
	display: block;
	text-decoration: none;
	font-size: 21px;
	color: #fff;
}
.policyheading{
    font-size:24px;
    font-weight:600;
}
.subtablink1{
	cursor: pointer;
}
.bannerdown {
	position: absolute;
	top: 140px;
	left: 48%;
	width: 130px;
	height:130px;
	box-shadow: 0 0 10px #606060;
	-webkit-box-shadow: 0 0 10px #606060;
	-ms-box-shadow: 0 0 10px #606060;
	text-align: center;
	background-color: #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.bannerdown i{
	line-height: 142px;
	text-align: center;
	font-size: 132px;
	color: #e6be1e
}

.homelogingbtn {
  border: none;
}

.homelogingdropdown {
  position: relative;
  display: inline-block;
  z-index:999;
}

.homelogingcon {
  display: none;
  position: absolute;
  z-index: 1;
}

.homelogingcon a {
  text-decoration: none;
  display: block;
}

.homelogingdropdown:hover .homelogingcon {display: block;}

/*adr learning solution*/


.learningheader .bs-example .nav-tabs11{
	border-bottom: none;
	/*text-align: center;*/
}
.learningheader .bs-example .nav-tabs11 .nav-item{
	margin:0 2px;
	color: #fff;
	display: inline-block;
	border-radius: 5px;
}
.learningheader .bs-example .nav-tabs11 .nav-item a{
	margin:0 7px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#876925+0,cdb059+100 */
	background: #876925; /* Old browsers */
	background: -moz-linear-gradient(left, #876925 0%, #cdb059 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #876925 0%,#cdb059 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #876925 0%,#cdb059 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#876925', endColorstr='#cdb059',GradientType=1 ); /* IE6-9 */
	color: #000;
	padding: 10px 25px;
	border-radius: 0; 
	border:0; 
}
.learningheader .bs-example .nav-tabs11 .nav-item:hover a{
	background: #000;
	color: #fff;
	border: 0
}
.learningheader .bs-example .nav-tabs11 .active a{
	background: #000;
	color: #fff;
	border: 0
}

.learningheader .learninghead{
	text-align: center;
	background: #191919;
	padding: 25px 0
}
.learningheader .learninghead h2{
	color: #fff;
	padding: 0px 0 35px;
	margin:0 auto;
	font-size: 30px;
}
.learningsubtab{
	margin: 0px 0;
}
.learningsubtab .nav-tabs11{
	border:none; 
}

.learningsubtab .nav-tabs11 > li{
	margin-right: 10px;
}
.learningsubtab .nav-tabs11 > li > a{
	background: #000;
	color: #fff;
	border:none;
	border-radius: 4px;
}
.learningsubtab .nav-tabs11 > li.active > a{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#876925+0,cdb059+100 */
background: #876925; /* Old browsers */
background: -moz-linear-gradient(left, #876925 0%, #cdb059 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #876925 0%,#cdb059 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #876925 0%,#cdb059 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#876925', endColorstr='#cdb059',GradientType=1 ); /* IE6-9 */
	color: #fff;
	border:none 
}
.learningsubtab .tab-content{
	margin-top: 35px;
}
.learningsubtab .tab-content table{
	width: 100%;
}
.learningsubtab .tab-content table tr:first-child td{
	background: #000;
	color: #fff;
	font-size: 19px;
	font-weight: 500;
}
.learningsubtab .tab-content table tr td{
	font-size: 16px;
	border: 1px #cccccc solid 
}
.learningsubtab .tab-content .learninggallery{
	margin-bottom: 25px;
}
.learningtabcon img{
	margin-bottom: 25px;
}
.learningtabcon{
	text-align: justify;
}
.learningtabcon p{
	font-size: 18px;
	color: #000;
	margin-bottom: 10px
}

.learningtabcon h2{
	font-size: 24px;
	font-weight: 600;
	color: #d0a30f;
	margin-bottom: 10px
}
.learningtabcon h3{
	font-size: 21px;
	font-weight: 600;
	color: #d0a30f;
	margin-bottom: 10px
}
.learningtabcon ul{
	margin: 10px 0 10px 35px;
	padding:0;  
}
.learningtabcon ul li{
		list-style: circle;
		color: #000;
		font-size: 18px
}



.learningheader .bs-example .nav-tabs{
	border-bottom: none;
	/*text-align: center;*/
}
.learningheader .bs-example .nav-tabs .nav-item{
	margin:0 2px;
	color: #fff;
	display: inline-block;
	border-radius: 5px;
}
.learningheader .bs-example .nav-tabs .nav-item a{
	margin:0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#876925+0,cdb059+100 */
	background: #876925; /* Old browsers */
	background: -moz-linear-gradient(left, #876925 0%, #cdb059 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #876925 0%,#cdb059 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #876925 0%,#cdb059 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#876925', endColorstr='#cdb059',GradientType=1 ); /* IE6-9 */
	color: #000;
	border-radius: 0; 
	border:0; 
}
.learningheader .bs-example .nav-tabs .nav-item:hover a{
	background: #000;
	color: #fff;
	border: 0
}
.learningheader .bs-example .nav-tabs .active a{
	background: #000;
	color: #fff;
	border: 0
}
.learningsubtab .titletab li a{
	background: transparent !important;
	color: #000 !important;
	font-size: 25px;
	cursor: pointer;
	margin-bottom: 15px !important;
	margin-top: 0px !important;
}
.learningsubtab .nav-tabs{
	border:none; 
}

.learningsubtab .nav-tabs > li{
	margin-right: 10px;
}
.learningsubtab .nav-tabs > li > a{
	background: #000;
	color: #fff;
	border:none;
	border-radius: 4px;
}

.learningsubtab .nav-tabs > li > a{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#876925+0,cdb059+100 */
background: #876925; /* Old browsers */
background: -moz-linear-gradient(left, #876925 0%, #cdb059 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #876925 0%,#cdb059 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #876925 0%,#cdb059 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#876925', endColorstr='#cdb059',GradientType=1 ); /* IE6-9 */
	color: #000;
	border:none 
}

.learningsubtab .nav-tabs > li.active > a{
    background: #000;
	color: #fff;
	border:none 
}












