*{
	margin:0;
	padding:0;
}
body{
	/*background:#0d1110!important;*/
	background:url(../img/pattern1.jpg) repeat top left!important;
}
.index2{
	background:url(../img/pattern1.jpg) repeat top left!important;
}
.index2 .three_col{
	max-width:1280px;
	width:100%;
	margin:0 auto;
	float:none;
}
.index2 .logo_sec{
	left:0;
}
a{
	outline:none;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
}
.header.home{
	background:none;
}
.header{
	position:relative;
	background:url(../img/header_img.jpg) no-repeat top center;
	background-size:cover;
	width:100%;
	float:none;
	max-width:1280px;
	width:100%;
	height:356px;
	margin:0 auto;
}
.slider_div{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.slick-dots{
	position:absolute;
	bottom:15px;
	left:0;
	right:0;
	text-align:center;
	margin:0;
	padding:0;
	z-index:9999;
}
.slick-dots li{
	display:inline-block;
	margin:0 3px;
}
.slick-dots li button{
	background:rgba(0,0,0,.6);
	display:inline-block;
	width:10px;
	height:10px;
	font-size:0;
	border:none;
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
}
.slick-active button{
	background:rgba(255,255,255,1)!important;
}
.slick-dots li button:focus{
	outline:none;
}
.slider_img {
    height: 356px;
    background-size: cover!important;
    width: 100%;
}
.logo_sec{
	padding-top:22px;
	position: relative;
	/*left: -28px;*/
}
.logo_sec a{
	float:left;
	display:table;
	width:100%;
	max-width:400px;
	height:300px;
	background:rgba(0,0,0,.6);
	text-align:center;
}
.logo_sec a .logo_wrapper{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.logo_sec a .logo_wrapper span{
	display:inline-block;
	text-align:left;
	position: relative;
	top: -4px;
}
.logo_wrapper h1 {
	font-family: 'Palanquin', sans-serif;
	position:relative;
	left:-7px;
    font-size:120px;
	line-height:100px;
    color: #fff;
	font-weight:700;
}
.logo_wrapper p{
	font-family: 'Palanquin', sans-serif;
	color:#adaf97;
	font-size:38px;
	letter-spacing:2px;
	line-height:40px;
	font-weight:700;
	margin:0;
}
.nav{
	float:right;
}
.nav ul{
	margin:0;
	padding:8px 0 0;
	text-align:right;
}
.nav li{
	list-style:none;
	display:inline-block;
	padding:0 16px;
}
.nav li:last-child{
	padding-right:0;
}
.nav li a{
	font-family: 'Palanquin', sans-serif;
	font-size:20px;
	line-height:normal;
	color:#b0b098;
	font-weight:800;
}
.nav li a:hover{
	text-decoration:none;
	color:#fff;
}
.three_col{
	float:left;
	width:100%;
	padding:18px 0;
	margin-bottom:18px;
}
.three_col_wrapper{
	max-width:1280px;
	width:100%;
	margin:0 auto;
	background:#0d1110;
	padding:15px 0;
}
.col_wrapper{
	width:100%;
	display:inline-block;
	max-width: 380px;
	background:#212121;
	padding:15px 6px;
}
.img_col{
	float:left;
	width:100%;
	height:103px;
}
.img_col img{
	width: 100%;
	height: 103px;
	/*object-fit: cover;*/
}
.col_wrapper h2{
	font-family: 'Palanquin', sans-serif;
	font-size:32px;
	font-weight:700;
	text-align:center;
	color:#e9e9dd;
	line-height:normal;
	margin:0 0 18px;
}
.col_info{
	float:left;
	width:100%;
	padding:50px 12px 29px;
}
.col_wrapper p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#e9e9dd;
	font-size:17px;
	line-height:22px;
	margin:0;
	clear:both;
	text-align:left;
}
.view_more{
	float:left;
	width:100%;
	text-align:center; 
	margin-bottom:31px;
}
.view_more a{
	font-family: 'Palanquin', sans-serif;
	display:inline-block;
	font-size:18px;
	color:#c8a24f;
	font-weight:bold;
}
.view_more a:hover{
	color:#fff;
	text-decoration:none;
}
.col-sm-4.col-md-4:nth-child(2) .col_wrapper{
	margin:0 auto;
}
.col-sm-4.col-md-4:nth-child(2){
	text-align:center;
}
.col-sm-4.col-md-4:nth-child(3) .col_wrapper{
	float:right;
}
.industry_col{
	float:left;
	width:100%;
	background:#453619;
	margin:18px 0;
}
.industry_col h3{
	font-family: 'Palanquin', sans-serif;
	text-align: center;
	font-size: 34px;
	line-height: 86px;
	text-transform: uppercase;
	font-weight: bold;
	color: #acae96;
	margin: 0;
	letter-spacing: 1.2px;
}
.industry_col h3 br{
	display:none;
}
.full_width_section{
	float:none;
	width:100%;
	max-width:1280px;
	margin:0 auto;
	position:relative;
	clear:both
}
.full_width_section img{
	width:100%;
}
.full_width_section .view_more_col{
	position:absolute;
	right:15px;
	text-align:center;
	top: 22%;
	left:22%;
	transform: translate(0,-22%);
	-moz-transform: translate(0,-22%);
	-webkit-transform: translate(0,-22%);
	z-index:99;
}
.full_width_section a {
	font-family: 'Palanquin', sans-serif;
    color: #b1b09b;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1.2px;
}
.full_width_section a:hover{
	color:#fff;
	text-decoration:none;
}
.footer_section{
	float:left;
	width:100%;
	padding:0;
}
.footer_wrapper{
	max-width:1280px;
	width:100%;
	margin:0 auto;
	background:#141412;
}
.footer_section ul{
	margin:28px 0 0;
	padding:0;
	text-align:right;
}
.footer_section li{
	list-style:none;
	display:inline-block;
	padding:0 32px;
}
.footer_section li:last-child{
	padding-right:0;
}
.footer_section li a{
	font-family: 'Palanquin', sans-serif;
	font-size:16px;
	line-height:normal;
	font-weight:normal;
	color:#b0b096;
}
.footer_section li a:hover{
	color:#fff;
	text-decoration:none;
}
.footer_section p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:right;
	text-align:left;
	font-size:14px;
	line-height:22px;
	margin:66px 0 40px;
	color:#b0b096;
}
/*.footer_wrapper{
	max-width:882px;
	width:100%;
	margin:0 auto;
}*/

/*==============12-6-19==================*/

.sub_header.container {
    width: 100%;
}
.sub_header{
	float:none;
	max-width:1280px;
	margin:0 auto;
	width:100%;
	background:#0d1110;
}
.left_banner{
	background-size:cover!important;
	height:148px;
}
.sub_logo_sec h1{
	font-size: 32px;
	text-transform: uppercase;
	color: #e8e8dc;
	font-weight: bold;
	margin: 0;
	line-height: 40px;
}
.sub_logo_sec p{
	font-size:24.5px;
	line-height:28px;
	margin:0;
	font-weight:bold;
	color:#afaf95;
}
.sub_logo_sec a:hover{
	text-decoration:none;
}
.sub_logo_sec {
    float: left;
    text-align: left;
	padding-top:24px;
	padding-left: 4px;
}
.sub_nav ul{
	margin:0;
	padding:0;
}
.sub_nav li{
	list-style:none;
	display:inline-block;
	/*padding:0 12px;*/
	padding:0 15px;
}
.sub_nav li:last-child{
	padding-right:0;
}
.sub_nav li a{
	/*font-size:20px;*/
	font-size:24px;
	line-height:38px;
	color:#b0ae95;
	font-weight:bold;
}
.sub_nav li a:hover{
	color:#fff;
	text-decoration:none;
}
.partners_header{
	float:none;
	width:100%;
	max-width:1280px;
	margin:0 auto;
	background:none;
	padding-top:40px;
}
.small_banner{
	background-size:100% auto !important;
	height:auto;
}
.partner_bg{
	text-align:center;
	background:#afaf97;
	/*height:180px;*/
}
.title_wrapper{
	position:absolute;
	left:0;
	right:0;
	top: 50%;
	transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.partner_bg h2{
	font-family: 'Palanquin', sans-serif;
	width:100%;
	font-size:42px;
	margin:0;
	font-weight:bold;
}
.read_more {
    float: left;
    width: auto;
    position: absolute;
    right:21px;
    bottom:13px;
}
.read_more a{
	color:#0d120e;
	background:url(../img/arrow.png) no-repeat right 20px;
	padding:0 25px 0 0;
	font-size:26px;
	line-height:26px;
}
.read_more a:hover{
	color:#0d120e;
	text-decoration:none;
}
.partner_bg{
	position:relative;
}
.partner_mid_info{
	float:left;
	width:100%;
	padding:0;
}
.partner_col{
	position: relative;
	float: none;
	max-width: 238px;
	width: 100%;
	margin: 0 auto 30px;
	display: inline-block;
	background: #000;
	overflow: hidden;
	height: 206px;
}
.partner_col_info:hover{
	top:0;
}
.partner_mid_info .col-sm-3.col-md-3 {
    text-align: center;
}
.partner_col_info{
	float:left;
	background:rgba(133,106,51,.96) url(../img/7-fold-Star-gold.png) no-repeat 4px 12px;
	background-size:52px;
	position:absolute;
	padding:50px 10px 0 15px;
	height:100%;
	top:103px;
	bottom:0;
	width:100%;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
}
.partner_col_info h3{
	font-size:18px;
	font-weight:bold;
	line-height:28px;
	margin:0;
	/*color:#adaf99;*/
	color:#c2baa3;
	text-align:left;
}
.partner_col_info a{
	font-family: 'Palanquin', sans-serif;
	position:absolute;
	left:70px;
	bottom: 15px;
	background:url(../img/arrow2.png) no-repeat right 11px;
	font-size:20px;
	letter-spacing:1.2px;
	color:#c2baa3;
	text-decoration:none;
	padding:0 25px 0 0;
	line-height:30px;
}
.partner_col_info a:hover, .partner_col_info a:focus{
	color:#c2baa3;
	text-decoration:none;
}
.secong_col .partner_col{
	float:left;
}
.partner_mid_info .col-sm-6.col-md-6 {
    padding: 0 73px 0 0;
}
.partner_mid_info .col-sm-6.col-md-6.secong_col {
    padding: 0 0 0 73px;
}
.sub_header .container, .partners_header .container{
	width:100%;
}

/*================14-6-19====================*/
.sub_info_wrapper{
	max-width:954px;
	width:100%;
	margin:0 auto;
}
.sub_info_wrapper p, .sub_info_wrapper span, article{
	line-height:21px;
	color:#e9e9dd;
}
.sub_partners_info{
	padding-top:0;
}
.content_img{
	float:left;
	width:100%;
	text-align:center;
	margin-top:41px;
}
.content_img img{
	max-width:426px;
	width:100%;
}
.mob{
	display:none;
}

/*================Changes Css===================*/

.col-sm-8.col-md-8.left_banner{
	-webkit-flex: 0 0 62.80%;
	-ms-flex: 0 0 62.80%;
	flex: 0 0 62.80%;
	max-width:62.80%;
}
.sub_nav {
    float: left;
}
.sub_nav li:first-child{
	padding-left:0;
}
.sub_header .col-sm-4.col-md-4 {
    max-width: 37.2%;
    flex: 0 0 37.2%;
}

.footer_bg{
	background:#0d1110;
	padding:0 15px;
}
.footer_2{
	background:none;
}
.full_width_section .container{
	padding:0;
	width:auto;
}
.full_width_section .row{
	margin:0;
}
.full_width_section .col-sm-12.col-md-12{
	padding:0;
}
.sub_partners_info_wrapper{
	background:#0d1110;
	padding:43px 0 20px;
}
.partner_mid_info.sub_partners_info{
	padding-bottom:40px;
}
.footer_2 .footer_wrapper{
	background:none;
}
.flip_img{
	/*-webkit-transform: scaleX(-1);
	transform: scaleX(-1);*/
	
/*	z-index:-moz-transform: scale(-1, -1);
	-o-transform: scale(-1, -1);
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
*/
}
.sub_info_wrapper a{
	color:#fff;
	/*text-transform: lowercase;*/
}
.sub_info_wrapper h3{
	color:#fff;
	font-size:22px;
	line-height:normal;
	margin-bottom:12px;
}
.sub_info_wrapper a:hover, .sub_info_wrapper a:focus{
	/*text-decoration:none;*/
	color:#fff;
}
.partner_mid_info2 h3{
	font-family: 'Palanquin', sans-serif;
	font-size:18px;
	line-height:20px;
	margin-bottom:0;
	word-wrap: break-word;
}
.partner_mid_info.partner_mid_info2{
	margin:0 -15px;
}
p span, li span{
	color:#e9e9dd;
}
.sub_info_wrapper td{
	color:#e9e9dd;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
.sub_info_wrapper input[type="text"]{
	padding:6px;
	margin-bottom:8px;
	margin-top:6px;
}
.sub_info_wrapper button{
	background:#c8a24f;
	color:#fff;
	border:none;
}
.sub_info_wrapper button:hover{
	cursor:pointer;
}
.sub_info_wrapper textarea{
	margin-top:6px;
	margin-bottom: 6px;
}
#secCode {
    width: auto;
}
section{
	padding:0 0 63px;
	display:inline-block!important;
	width:100%;
}
section article a{
	float:none!important;
	margin-top:0;
}
section a{
	float:right;
	width:auto!important;
	margin-top:20px;
}
.sub_info_wrapper  ul, .sub_info_wrapper  ol{
	padding-left:25px;
}
.sub_info_wrapper li{
	color:#e9e9dd ;
}
.sub_info_wrapper a span{
	/*text-decoration:underline;*/
}
a{
/*	font-size:15px!important;*/
}
.new_div{
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	padding-top: 28px;
	padding-left: 15px;
	padding-right: 15px;
}
.form-group label{
	margin-top:10px;
}
a strong{
	font-weight:normal!important;
}
.form-group img{
	width:auto!important;
}
#refresh {
    max-width: 30px;
    width: 100% !important;
}
span{
	text-transform: none;
}


/*===============Banner Css===============*/

.col-sm-3.col-md-3.small_banner.desktop {
    padding: 0;
	position:relative;
	flex:0 0 30%;
	max-width:30%;
}
.col-sm-6.col-md-6.partner_bg.desktop {
    max-width: 40%;
    flex: 0 0 40%;
}
.col-sm-3.col-md-3.small_banner.flip_img{
	padding-right:0;
	overflow:hidden;
}
.small_banner img {
    width: 180%;
	height:180px;
	/*object-fit: cover;*/
}
section a, .sub_info_wrapper a {
    text-decoration: underline;
}
section  article a{
	/*text-decoration:none;*/
}
.full_link{
	position:absolute;
	width:100%;
	height:100%;
	left:0!important;
	right:0;
	top:0;
	bottom:0;
	background:none!important;
	z-index:99;
}
.right_header_img .half_div{
	left:0;
	right:inherit;
}
.half_div{
	position:absolute;
	right:0;
	top:0;
	width:50%;
	height:100%;
	bottom:0;
	background:#afaf97;
	display:none;
	}
.read_more_div {
    float: left;
    width: 100%;
	margin-top:30px;
    background: rgba(0,0,0,.5);
    padding:7px 10px 13px;
    border-top: 1px solid #313030;
    border-bottom: 1px solid #313030;
}
.read_more_div a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0;
	line-height:normal;
	text-transform:lowercase;
}
iframe {
    max-width: 352px;
    width: 100%;
}
.col-sm-3.col-md-3.small_banner.flip_img img {
    position: relative;
    right: 80%;
}
.col_wrapper .img_col{
	height:auto;
}
.col_wrapper .img_col img{
	height:auto;
}
.three_col_wrapper .col-sm-4.col-md-4{
	margin-bottom:30px;
}
.three_col_wrapper .col_info{
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.three_col_wrapper .col_info li{
	color:#e9e9dd;
}
.msg_suc{
   color:#000; 
}
.sitemap_wrapper li {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   white-space: nowrap;
}