/*===== Common Class =====*/
 
html {
	position: relative;
	min-height: 100%;
}

* {
	margin:0px;
	padding:0px;
}

.sppb-row-overlay{
	background-color: rgba(0,0,0,0.4);
}
body {
	font-family: 'DIN-Medium' !important;
	font-size:20px !important;
	color:#000000;
	background:#ffffff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding:0px;
	line-height:24px;
	letter-spacing:0;
}
.fl { 
	float:left; 
}
.fr { 
	float:right; 
}
li, ul, ol { 
	list-style:none; 
	margin:0px;
	padding:0px;
}
a, a img {
	text-decoration:none;
	border:0;
	outline:none !important;
}
a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover,
a:focus {
	text-decoration:none;
	outline:none;
}
p a{ text-decoration: underline; }
p a:hover{text-decoration:underline;color:#000000 !important;}
h1, h2, h3, h4, h5, h6 {
	font-style:normal;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
.clear {}

.clear:before,
.clear:after {
	display: table;
	content: "";
}
.clear:after { 
	clear:both; 
}
input, textarea { 
	outline:none !important; 
}
#wrapper {
	width:100%;
}
input[type=text]::-moz-placeholder,
input[type=search]::-moz-placeholder,
.input-text::-moz-placeholder,
.input_text::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

input[type=text]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder,
.input_text::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

input[type=text]::-ms-placeholder,
input[type=search]::-ms-placeholder,
.input-text::-ms-placeholder,
.input_text::-ms-placeholder {
	color: inherit;
	opacity: 1;
}

input[type=email]::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

input[type=email]::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

input[type=email]::-ms-placeholder {
	color: inherit;
	opacity: 1;
}

textarea::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

textarea::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

textarea::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}


/*============ Default Css End ============*/



/*============ Bootstrap Class Overwriter CSS Code Start ============*/
/* 
@media (min-width: 768px) {
	.container {
		width:750px;
	}
}
@media (min-width: 992px) {
	.container {
		width:970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width:1170px;
		max-width:1170px;
	}
}
@media (min-width: 1300px) {
	.container {
		width:1230px;
		max-width:1230px;
	}
} */

.center-block { float:none;}


/* navbar start */

/*=========================================*/
/* Elements css Start  */
/*=========================================*/
p { margin: 0; padding: 0; padding-top: 20px; }
h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0; padding:0; color:#000000; 
}
h2 { font-size:36px;line-height: 48px; font-family: 'Heebo-Bold';}
h3{font-size: 24px; line-height: 30px;}
h4{
	font-size:20px;
	line-height: 24px;
	text-transform: uppercase;
	padding-top:20px;color:#CA9600;
}


.page-content ol li{
	list-style: decimal;
	margin-left:25px;
	padding-left: 25px;
}
.flxrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flxfix {
	-ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.flxflexi {
	-ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    position: relative;
}

.btnbox { align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
html.error-page .btn.btn-secondary{
	width:238px !important;
	margin: 0 auto !important;
	background: #CA9600 !important;
}

.btnbox a, .home_banner .in_caption a.sppb-btn, body .btn.btn-primary, html.error-page .btn.btn-secondary { display: block; height: 54px; min-width: 238px; padding: 0 20px 0px; text-align: center; background: #CA9600; color: #ffffff; text-transform: uppercase; font-size: 20px; border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; align-items: center; justify-content: center;font-weight:600; padding-top:0px;
}
.btnbox a:hover, .home_banner .in_caption a.sppb-btn:hover, body .btn.btn-primary:hover, html.error-page .btn.btn-secondary:hover { background: #ffffff !important; color: #CA9600;border: 1px #CA9600 solid;}

body .btn.btn-primary{
	margin: 0 auto;
}



span.fa.fa-home {
    padding-right: 10px;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .btn-secondary.active{
	background-color: #CA9600; color: #ffffff; border-color: #CA9600;
}
/*=========================================*/
/* Elements css End  */
/*=========================================*/


/*=========================================*/
/* Main Header */
/*=========================================*/


#header { width: 100%;}
.header_wapper { z-index:100; background:#ffffff; width:100%; padding:70px 0 57px 0; position:relative;}
.header_wapper .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; align-items: center; 
}
.logo { float:left; padding:0;}
.logo a { display:block;}
.logo a img { float:left; width:auto;}

.navigation_main { margin: 0 0 0 auto;}
.navigation_main ul { margin: 0; padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	justify-content: flex-end;
}
.navigation_main ul li { margin: 0; padding: 0;}
.navigation_main ul li + li { margin: 0 0 0 30px;}
.navigation_main ul li a { display: block; margin: 0; padding: 0; font-size: 20px; color: #000000; line-height: 1.35; position: relative; font-family: 'DINProLight' !important; text-transform: uppercase;}

.navigation_main ul li.active a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    opacity: 1;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    background-image: url(/images/menu_h.svg) no-repeat center bottom;
    width: 13px;
    height: 12px;
    margin: 0 auto;
    top: -12px;
}

.navigation_main ul li a::after { content: ''; position: absolute; left: 50%; bottom: 100%; background: url(/images/menu_h.svg) no-repeat center bottom; border-radius: 0; height: 12px; opacity: 0; width: 14px; margin: 0 0 0 -7px;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.navigation_main ul li a:hover { color: #CA9600;}
.navigation_main ul li a:hover::after { opacity: 1;}

.header_wapper .h_btnbox { margin: 0 0 0 43px;}
.header_wapper .h_btnbox a { width: 199px; height: 61px; color: #ffffff; font-size: 15px; line-height: 18px; background: url(/images/header_btn_bg.png) no-repeat center center; padding: 0 0 0 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; align-items: center; 
}

.hamburgermenu { margin: 0 0 0 auto; position: relative; z-index: 113;}
.hamburgermenu a { width: 24px; height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; align-items: center;
}
.hamburgermenu a strong { font-weight: normal;}
.hamburgermenu a span { width: 24px; position: relative;
	display:block; margin: 0;
	height:2px;
	background:#CA9600;
	-webkit-transition:all 0s .3s;
	transition:all 0s .3s;
}
.hamburgermenu a span:after, 
.hamburgermenu a span:before {
	content:"";
	position:absolute;
	display:block;
	left:0;
	width:100%;
	height:2px;
	background-color:#CA9600;
	-webkit-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s;
}
.hamburgermenu a span:before { top:-7px;}
.hamburgermenu a span:after { bottom:-7px;}
.hamburgermenu a span:before {
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform, background;
}
.hamburgermenu a span:after {
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform, background;
}
.hamburgermenu a.active { background-color:transparent;}
.hamburgermenu a.active span { background:none;}
.hamburgermenu a.active span:before {
	top:0;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
.hamburgermenu a.active span:after {
	bottom:0;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.hamburgermenu a.active span:after, 
.hamburgermenu a.active span:before {
	-webkit-transition-delay: 0s, .3s;
	transition-delay: 0s, .3s;
} 

/*=========================================*/
/* Main Banner Start */
/*=========================================*/
.banner_wapper { width:100%; position:relative; z-index:2;}
.banner_wapper .black_strip { background: #000000; height: auto;}
.home_banner { width:100%; position:relative; z-index:10;}
.home_banner .imagebox { height: 674px; background-size: cover; background-repeat: no-repeat; background-position: center center;}
/* .home_banner .captionbox { position: absolute; left: 0; top: 0; right: 0; bottom: 0; align-items: center; justify-content: center;} */

.home_banner .captionbox {
	
}
.home_banner .in_caption { width: 100%; position: relative; padding: 74px 40px;
	background: -moz-linear-gradient(left,  rgba(194,152,50,1) 0%, rgba(194,152,50,0.15) 100%);
	background: -webkit-linear-gradient(left,  rgba(194,152,50,1) 0%,rgba(194,152,50,0.15) 100%);
	background: linear-gradient(to right,  rgba(194,152,50,1) 0%,rgba(194,152,50,0.15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c29832', endColorstr='#26c29832',GradientType=1 );
}
.home_banner h1 { font-size: 65px; line-height: 1; color: #ffffff; font-family: 'Heebo-Bold';}
.home_banner p { color: #ffffff; padding: 0 250px 0 0;}
.home_banner .btnbox { position: absolute; right: 40px; bottom: 30px;}

.banner_wapper .gold_strip { background: #CA9600; height: 40px;}
.inner_banner { width: 100%; position: relative; overflow: hidden;}
.inner_banner .imagebox { height: 300px; background-size: cover; background-repeat: no-repeat; background-position: center center;}
.inner_banner .tralogo { position: absolute; left: -25px; bottom: -130px;}
.inner_banner .tralogo img { max-width: 100%; height: auto;}

#myVideo {
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    position: relative;
    width: 100%;
    contain: size;
}
#sppb-addon-1616345731433 .sppb-carousel-inner > .sppb-item{
	width:100%;
}
/*=========================================*/
/* Main Banner End */
/*=========================================*/



/*=========================================*/
/* Main Content Start */
/*=========================================*/


/****************************/
/* homepage start */

.sppb-carousel-caption h2{
	font-size:36px;
	line-height: 60px;
}

.sppb-carousel-content p{
	font-size: 24px;
	line-height: 30px;
}

.home_sec_1, .home_sec_2, .home_sec_3, .home_sec_4 { padding: 20px 0 40px 0;}
.home_sec_1 h2 + p { padding: 0 0 20px 0;}
.home_sec_1 .sec1row { /*padding: 30px 0 0 0;*/}
.home_sec_1 .sec1blk { width: 100%; height: 100%; border-bottom: solid 2px #000000;
	-webkit-flex-direction: column; 
	flex-direction: column;
}
.home_sec_1 .sec1blk .imagebox { background-size: cover; background-repeat: no-repeat; background-position: center center; height: 215px;}
.home_sec_1 .sec1blk .detailbox { padding: 20px 0;}
.home_sec_1 .sec1blk .iconbox { height: 65px; align-items: center;}
.home_sec_1 .sec1blk h3 { color: #000000; padding: 20px 0 0 0; text-transform: uppercase; font-size: 24px; line-height: 30px;}
.home_sec_1 .sec1blk p { padding: 5px 0 0 0; color: #CA9600;}

.homecta_1 { background: #B9B9B9; padding: 30px 0; text-align: center;}
.homecta_1 h3 {  color: #000000; padding: 0; }
.homecta_1 .btnbox, .homecta_2 .btnbox { justify-content: center; padding: 20px 0 0 0;}

.home_sec_2 h2 + p { padding: 14px 0 0 0;}
.home_sec_2 .in_home_sec_2 { padding: 40px 0; background-size: cover; background-repeat: no-repeat; background-position: center center; margin: 28px 0 0 0;}
.home_sec_2 .in_home_sec_2 .row { margin-left: -7px; margin-right: -7px;}
.home_sec_2 .in_home_sec_2 .row [class*="col-"] { padding-left: 7px; padding-right: 7px;}
.home_sec_2 .sec2block { position: relative; width: 100%; height: 100%; background: rgba(255,255,255,0.67); padding: 20px 15px; text-align: center;}
.home_sec_2 .sec2block h3 { color: #000000; padding: 0; text-transform: uppercase;}
.home_sec_2 .sec2block p { padding: 18px 0 0 0;}
.home_sec_2 .btnbox { padding: 40px 0 0 0; justify-content: center;}

.homecta_2 { background: #CA9600; padding: 30px 0; text-align: center;}
.homecta_2 h3 {  color: #000000; padding: 0; text-transform: uppercase;}
.homecta_2 p { color: #ffffff; padding: 4px 0 0 0;}
.homecta_2 .btnbox a { color: #000000; background: #ffffff;}
.homecta_2 .btnbox a:hover { color: #ffffff; background: #000000;}

.home_sec_3 { padding-top: 40px; padding-bottom: 20px;}
.home_sec_3 .inhomesec3 { background: rgba(185,185,185,0.20);}
.home_sec_3 .top_part { padding: 20px;}
.home_sec_3 .top_part h2 + p { padding: 20px 0 0 0;}
.home_sec_3 .midpart { padding: 0;}
.home_sec_3 .midpart .row { margin: 0;}
.home_sec_3 .midpart .row [class*="col-"] { padding: 0;}
.home_sec_3 .midpart .secblock {}
.home_sec_3 .midpart .secblock .imagebox { height: 291px; background-size: cover; background-repeat: no-repeat; background-position: center center;}
.home_sec_3 .midpart .detailbox { padding: 32px 0 32px 0;}
.home_sec_3 .midpart .row [class*="col-"]:first-child .detailbox { padding-left: 53px;}
.home_sec_3 .midpart .secblock h3 { color: #CA9600; text-transform: uppercase;}
.home_sec_3 .midpart .secblock ul { display: block; margin: 0; padding: 23px 0 0 0;}
.home_sec_3 .midpart .secblock ul li { width: 100%; margin: 0; padding: 0;}
.home_sec_3 .midpart .secblock ul li + li { padding: 20px 0 0 0;}
.home_sec_3 .midpart .secblock ul li .iconbox { width: 64px; height: 64px; border-radius: 100px; background: #CA9600; align-items: center; justify-content: center; margin: 0 15px 0 0;}
.home_sec_3 .midpart .secblock ul li a { width: 100%; color: #000000; font-size: 24px; line-height:30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; align-items: center; 
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.home_sec_3 .midpart .secblock ul li a strong { font-weight: normal; max-width: calc(100% - 108px);}
.home_sec_3 .midpart .secblock ul li a span { text-decoration: underline;}
.home_sec_3 .midpart .secblock ul li a:hover { color: #CA9600;}

.home_sec_4 { padding-top: 0; }
.home_sec_4 h2 + p { padding: 20px 0 0 0;}
.home_sec_4 .in_sec4 { padding: 20px 0 0 0;}
.home_sec_4 .row { margin: 0;}
.home_sec_4 .row [class*="col-"] { padding: 0;}
.home_sec_4 .row [class*="col-"]:first-child .sec4block { background: #000000; color: #CA9600;}
.home_sec_4 .row [class*="col-"]:first-child h3 { color: #CA9600;}
.home_sec_4 .row [class*="col-"]:first-child .btnbox a { background: #CA9600; color: #ffffff;}
.home_sec_4 .row [class*="col-"]:first-child .btnbox a:hover { background: #ffffff; color: #CA9600;}
.home_sec_4 .sec4block { position: relative; height: 100%; padding: 34px 40px 41px 47px; background: #B9B9B9; color: #000000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; flex-direction: column;
}
.home_sec_4 .sec4block h3 { line-height: 30px;; text-transform: uppercase; font-size: 24px;}
.home_sec_4 .sec4block ul { display: block; margin: 0; padding: 20px 0 0 0;}
.home_sec_4 .sec4block ul li { display: block; margin: 0; padding: 0 0 0 24px; position: relative;}
.home_sec_4 .sec4block ul li::before { content: '●'; position: absolute; left: 0; top: 0;font-size: 20px !important;}
.home_sec_4 .sec4block .btnbox { padding: 25px 0 0 0; margin-top: auto;}
.home_sec_4 .sec4block .btnbox a { background: #ffffff; color: #000000;}
.home_sec_4 .sec4block .btnbox a:hover { color: #ffffff; background: #CA9600;}


.abt_sec_1 { padding: 20px 0 40px 0;}
.abt_sec_1 p { padding: 20px 0 0 0;}
.abt_sec_1 .btnbox { justify-content: center; padding: 40px 0 0 0;}

.abtcta_1 {}
.abtcta_1 .in_abtcta1 { background: #CA9600;}
.abtcta_1 .in_abtcta1 .imagebox { min-height: 366px; width: 517px; background-size: cover; background-repeat: no-repeat; background-position: center center;}
.abtcta_1 .in_abtcta1 .detailbox { padding: 20px 40px 28px;}
.abtcta_1 h2 { color: #ffffff;}
.abtcta_1 p { padding: 20px 0 0 0; color: #ffffff;}
.abtcta_1 p strong { color: #000000; font-weight: normal;}

.abt_sec_2 { padding: 20px 0 40px 0;}
.abt_sec_2 p { padding: 20px 0 0 0;}
.abt_sec_2 ul { display: block; margin: 0; padding: 23px 0 0 0;}
.abt_sec_2 ul li { width: 100%; margin: 0; padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; align-items: center; 
}
.abt_sec_2 ul li + li { padding: 23px 0 0 0;}
.abt_sec_2 ul li .iconbox { width: 65px; height: 65px; border-radius: 100px; background: #CA9600; align-items: center; justify-content: center; margin: 0 28px 0 0;}
.abt_sec_2 ul li .detailr { padding: 0;}
.abt_sec_2 ul li p + p { padding: 0;}
.abt_sec_2 ul li p strong { font-weight: normal; text-transform: uppercase; display: block;}
.abt_sec_2 ul li p strong::first-letter { color: #CA9600;}
.abt_sec_2 ul li a { width: 100%; color: #000000;}
.abt_sec_2 ul + p { padding: 20px 0 0 0;}
.abt_sec_2 .btnbox { justify-content: center; padding: 40px 0 0 0;}
.part_row { margin: 40px 0 0 0;}
.part_row .colpart { width: 100%; max-width: 20%; background: #000000; text-align: center; padding: 5px 15px 20px;
	-webkit-flex-direction: column; 
	flex-direction: column; align-items: center; justify-content: space-between;
}
.part_row .colpart h2 { margin: 0; color: #CA9600;}
.part_row .colpart .textb { text-transform: uppercase; color: #ffffff;}
.part_row .colpart .iconbox { margin: auto 0 0 0; padding: 10px 0 0 0;}
.part_row .colpart:nth-child(even) { background: #B9B9B9;}
.part_row .colpart:nth-child(even) h2 { color: #ffffff;}
.part_row .colpart:nth-child(even) .textb { color: #000000;}

.abt_sec_3 { padding: 0px 0 40px 0;}
.abt_sec_3 .in_abtsec3 { background: rgba(185,185,185,0.20); padding: 40px;}
.abt_sec_3 .mn_image { height: 300px; background-size: cover; background-repeat: no-repeat; background-position: center center; margin: 0 0 20px 0;}
.abt_sec_3 ul { display: block; margin: 0; padding: 6px 0 0 0;}
.abt_sec_3 ul li { display: block; margin: 0; padding: 0 0 0 24px; position: relative;}
.abt_sec_3 ul li::before { content: '•'; position: absolute; left: 0; top: 0;}
.abt_sec_3 h3 {
    color: #CA9600;
    text-transform: uppercase;
padding-top:20px;}
.abt_sec_3 .colrow { margin: 0px; margin-top: 20px;}
.abt_sec_3 .colrow [class*="col-"] { padding: 0 8px;}
.abt_sec_3 .threeblk { width: 100%; position: relative; height: 100%; background: rgba(202,150,0,0.67);}
.abt_sec_3 .threeblk .imagebox { height: 258px; background-size: cover; background-repeat: no-repeat; background-position: center center;}
.abt_sec_3 .threeblk p { padding: 20px;}

.abt_sec_4 { padding: 0 0 40px 0;}
.abt_sec_4 p { padding: 20px 0 0 0;}

.abt_sec_5 { }
.abt_sec_5 .inabtsec5 { background: rgba(185,185,185,0.20); padding: 16px 40px 10px;}
.abt_sec_5 .row [class*="col-"] { margin: 0 0 20px 0;}
.abt_sec_5 .teamblk { width: 100%;}
.abt_sec_5 .teamblk .imagebox { height: 325px; background-size: cover; background-repeat: no-repeat; background-position: top center;}
.abt_sec_5 .teamblk h3 { color: #000000;
    padding: 20px 0 0px 0;
    text-transform: uppercase;
    }
.abt_sec_5 .teamblk .pos { background: #CA9600; padding: 10px; text-transform: uppercase;}
.abt_sec_5 .teamblk ul { display: block; margin: 0; padding: 10px 0 0 0;}
.abt_sec_5 .teamblk ul li { display: block; margin: 0; padding: 0 0 0 24px; position: relative; line-height: 1.2;}
.abt_sec_5 .teamblk ul li::before { content: '•'; position: absolute; left: 0; top: 0;}

.abt_sec_6 { padding: 40px 0 0 0;}
.abt_sec_6 .sppb-row { margin: 0;}
.abt_sec_6 .sppb-row [class*="sppb-col-"] { padding: 0;}
.abt_sec_6 .sppb-row [class*="sppb-col-"]:first-child .sec4block { background: #000000; color: #CA9600;}
.abt_sec_6 .sppb-row [class*="sppb-col-"]:first-child h3 { color: #CA9600;}
.abt_sec_6 .sppb-row [class*="sppb-col-"]:first-child .btnbox a { background: #CA9600; color: #ffffff;}
.abt_sec_6 .sppb-row [class*="sppb-col-"]:first-child .btnbox a:hover { background: #ffffff; color: #CA9600;}
.abt_sec_6 .sec4block { position: relative; height: 100%; padding: 78px 40px 84px; background: #B9B9B9; color: #000000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.abt_sec_6 .sec4block h3 { text-transform: uppercase; text-align: center;}
.abt_sec_6 .sec4block .btnbox { padding: 24px 0 0 0;}
.abt_sec_6 .sec4block .btnbox a { background: #ffffff; color: #000000;}
.abt_sec_6 .sec4block .btnbox a:hover { background: #CA9600; color: #ffffff;}

.legal_sec { padding: 40px 0 00px 0;}
.legal_sec h2{padding-bottom: 20px;}
.legal_sec ul, .edu_page .edu_sec1 .edusecblk ul { display: block; margin: 0; padding: 0 0 0 0;}
.legal_sec ul li, .edu_page .edu_sec1 .edusecblk ul li { width: 100%; margin: 0; padding: 0;}
.legal_sec ul li + li, .edu_page .edu_sec1 .edusecblk ul il + li { margin-top: 3px;}
.legal_sec ul li a, .edu_page .edu_sec1 .edusecblk ul li a { width: 100%;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.legal_sec ul li a strong, .edu_page .edu_sec1 .edusecblk ul li a strong { font-weight: normal;}
.legal_sec ul li a span, .edu_page .edu_sec1 .edusecblk ul li a span { text-decoration: underline; margin: 0 5px 0 0;}
.legal_sec ul li a:hover, .edu_page .edu_sec1 .edusecblk ul li a:hover { color: #CA9600;}

/* Products Page */
.productTabs .sppb-tab-content {
    padding: 0 20px;
	margin-top:20px;
}

.btnbox_container.productTabs{
	margin-bottom: 0px;
	margin-top: 20px;
}

.productTabs.style2, .productTabs.style3, .productTabs.style4 {
    margin-bottom: 40px;
}

.productTabs .sppb-tab ul li a{
	text-transform: uppercase;
}

.productTabs.style2 .btnbox a{
	background: #000000;
}

.productTabs.style2 .btnbox a:hover{
	background: #ffffff;
	color: #000000;
}

.productTabs.style4 .btnbox a:hover{
	background: #000000;
	color: #ffffff;
}

.instruments li span.value{
	min-width: 120px;
}
div.blogs h2.instruments_title{
	margin-bottom: unset;
}
div.blogs{
	padding-top: 20px;
	padding-bottom: 20px;
}

.blogs_inner span.category{
	justify-content: center;
}

.btn_box_black h3.sppb-addon-title{
	color: #CA9600;
	text-transform: uppercase;
}
.btn_box_black{
	margin-bottom: unset !important;
}
.btnbox_container .btnbox{ 
	margin-right: unset;
}

.products_btns_row .colpart.flxrow .textb{
	font-size: 24px;
}

.btn_box_black .sppb-addon.sppb-addon-text-block{
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
}
/* end Products Page */

/* Accounts Page */
.btnbox_container.btns.ap .btnbox, .btnbox_container.productTabs .btnbox {
    margin-right: 20px;
	margin-left:0px;
}

div#sppb-addon-1616743831738 .btnbox a:hover {
    background: #000000;
    color: #ffffff;
}

#sppb-addon-1616743831738{
	padding: 0 0 20px 0 !important;
}

.individualAccount ul li .iconbox{
	font-size: 32px;
}

.individualAccount ul li .detailr strong{
	text-transform: uppercase;
}
.individualAccount ul li .detailr p{
	padding:0;
}
.individualAccount ul li .detailr p + p{
	padding:0;
}

.individualAccount h2{
	padding-bottom: 0;
	margin-bottom:0;
}

.individualAccount ul{
	padding-top: 20px;
	margin-bottom: 20px;
}
.individualAccount > p{
	margin-bottom: 0;
}

.individualAccount .flxrow.row{
	margin-top: 20px;
	margin-bottom: 20px;
}

.individualAccount .colpart .innner h3{
	font-size:20px;
	line-height: 24px;
	text-transform: uppercase;
}

.individualAccount .colpart .innner .textb{
	font-size:20px;
	line-height:24px;
}

.individualAccount .colpart .innner{
	margin-bottom:20px;
}

.comparing tr.table-row.table-row-0 > td.table-col.table-col2 > div h3, .comparing tr.table-row.table-row-0 > td.table-col.table-col3 > div h3{
	color: #CA9600;
}

.comparing tr.table-row.table-row-0 h3{
	text-transform: uppercase;
}

.comparing .hidedesk{
	display:none;
}

.programeDetails{
	margin-top: 0px;
	margin-bottom: 0px;
}
.programeDetails h2{
	margin-bottom:20px;
}

.account_bottom_btn .sppb-addon.sppb-addon-text-block.sec4block{
	padding-top: 40px;
}
.account_bottom_btn .sppb-addon.sppb-addon-text-block.sec4block h6.sppb-addon-title, .account_bottom_btn .sppb-addon.sppb-addon-text-block.sec4block .sppb-addon-content{
	margin-bottom: 20px;
}
/* End Accounts Page */
.contact_page { padding: 62px 0 16px 0;}
.contact_in { max-width: 897px; margin: 0 auto;}
.contact_in h2 {}
.contact_in .form_row { display: inline-block; vertical-align: top; width: 100%; margin: 55px 0 0 0;}
.contact_in .form_row .input_text { width: 100%; height: 80px; border: solid 2px #000000; border-radius: 10px; padding: 0 30px; vertical-align: top; resize: none;}
.contact_in .form_row textarea.input_text { height: 234px; padding: 20px 30px;}
.contact_in .form_row .label_text { width: 100%; display: block; margin: 0; padding: 0 0 19px 0; font-family: 'DIN-Medium'; font-weight: normal; font-size: 25px;}
.contact_in .btnrow { margin: 47px 0 0 0;}
.contact_in .btnrow .btnbox { justify-content: center;}
.contact_in .captchbox { padding: 55px 0 0 0; text-align: center;}
.contact_in .captchbox img { vertical-align: top;}
input, select, textarea {
	font-family: "DIN-Medium" !important;
	font-weight: 400;
}

#sppb-addon-wrapper-1617545643834, .contact-form{
	padding-left: 15px;
	padding-right: 15px;
}
.form-group{ margin-bottom:20px;}
.jform_contact_emailmsg .form-group{ margin-bottom:0}
.edu_page .edu_sec1 { padding: 20px 0 40px 0;}

.edu_page .edu_sec1 .edusecblk { width: 100%; margin: 20px 0 0 0;}
.edu_page .edu_sec1 .edusecblk .imagebox { width: 100%; height: 250px; background-size: cover; background-repeat: no-repeat; background-position: center center; margin: 0 0 20px 0;}
.edu_page .edu_sec1 .edusecblk h3 { color: #CA9600; padding: 20px 0 20px 0; border-bottom: solid 2px #000000; text-transform: uppercase; margin-bottom: 20px;}

/*.edu_page .edu_sec1 .edusecblk ul { display: block; margin: 0; padding: 20px 0 0 0;}
.edu_page .edu_sec1 .edusecblk ul li { width: 100%; margin: 0; padding: 0;}
.edu_page .edu_sec1 .edusecblk ul li + li { margin-top: 3px;}
.edu_page .edu_sec1 .edusecblk ul li a { width: 100%; color: #000000; font-size: 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; align-items: center; 
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.edu_page .edu_sec1 .edusecblk ul li a strong { font-weight: normal;}
.edu_page .edu_sec1 .edusecblk ul li a span { text-decoration: underline; margin: 0 5px 0 0;}
.edu_page .edu_sec1 .edusecblk ul li a:hover { color: #CA9600;}
*/
.edu_page .edu_sec1 .btnbox { justify-content: center; padding: 40px 0 0 0;}

.uducta1 { padding: 0;}
.uducta1 .sec4block { position: relative; height: 100%; padding: 40px 20px; background: #000000; color: #000000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.uducta1 .sec4block h3 { text-transform: uppercase; text-align: center; color: #CA9600; padding-bottom: 20px;}


.uducta1 .sec4block .btnbox a + a { margin-left: 20px;}


.uducta2 { padding: 40px 0;}
.uducta2 .sec4block { background: #B9B9B9;}
.uducta2 .sec4block h3 { color: #000000;}
.uducta2 .sec4block .btnbox a { background: #ca9600; color: #ffffff;}
.uducta2 .sec4block .btnbox a:hover { background: #ffffff; color: #ca9600;}

.uductawhite .sec4block h3 { color: #ffffff;}
.uductawhite .sec4block .btnbox a { background: #ca9600; color: #ffffff;}
.uductawhite .sec4block .btnbox a:hover { background: #ffffff; color: #ca9600;}
.uductawhite{
	padding-bottom: 0px;
}
.ctagold .sec4block { background: #CA9600;}
.ctagold .sec4block h3 { color: #000000;}
.ctagold .btnbox a{
	background: #ffffff;
	color: #000000;
}
.ctagold .btnbox a:hover{
	background: #000000;
	color: #ffffff;
}
.type1 h3 { text-transform: uppercase; color: #CA9600;margin-top: 20px;}

.programeDetails ul, .type1 ul{ margin-top: 20px;}

.type1 li {
    border-bottom: 1px solid #CA9600;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.edu_sec2 { padding: 120px 0 0 0;}
.edu_sec2 .edusec2_in { padding: 40px 20px; background: rgba(185,185,185,0.20);}

.edu_sec2 .case_study { background: #CA9600; margin: 20px 0 0 0;}
.case_study p.sppb-image-content-text, .case_study p + p + p {
    display: none;
}
.edu_sec2 .case_study .row { margin: 0; padding: 0;}
.edu_sec2 .case_study .row [class*="col-"] { margin: 0; padding: 0;}
.edu_sec2 .case_study .imagebox { background-size: cover; background-repeat: no-repeat; background-position: center center; width: 100%; position: relative; height: 100%; min-height: 400px;}
.edu_sec2 .case_study .detailbox { padding: 30px;}
.edu_sec2 .case_study h3 { color: #ffffff; text-transform: uppercase; padding-top: 20px;}

.edu_sec3 { padding: 40px 0 40px 0;}
.edu_sec3 .titlenote { padding: 20px 40px; background: #000000; color: #ffffff; text-transform: uppercase;margin-bottom:20px;}
.edu_sec3 .edusec3_in {}
.edu_sec3 .edusec3_in .row { margin: 0 -20px;}
.edu_sec3 .edusec3_in .row [class*="col-"] { padding: 0 20px;}

.edu_sec3 .edusec3blk .imagebox { background-size: cover; background-repeat: no-repeat; background-position: center center; width: 100%; position: relative; height: 250px;}
.edu_sec3 .edusec3blk h3 { padding: 20px 0 0 0; text-transform: uppercase; color: #CA9600; margin: 0;}

.sp-page-builder .page-content #section-id-1617021362776{
	margin-bottom:0px !important;
}
.edu_sec4 .imagebox { background-size: cover; background-repeat: no-repeat; background-position: center center; width: 100%; position: relative; height: 300px; overflow: hidden;}
.edu_sec4 .edusec4_in { padding: 40px 20px; margin: 0 0 25px 0; background: rgba(185,185,185,0.20); position: relative; z-index: 1; overflow: hidden;}
.edu_sec4 h3, .edu_sec5 h3 { padding: 20px 0 0 0; text-transform: uppercase; color: #CA9600;}
.edu_sec4 .edusec4_in .imgblk { width: 100%; position: relative; z-index: 11; padding: 20px 30px; background: #ffffff; margin: 21px 0 0 0; }
.edu_sec4 .edusec4_in .imgblk::after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; pointer-events: none; border: solid 1px #000000;}
/*.edu_sec4 .edusec4_in .imgblk::before { content: ''; position: absolute; left: -50px; right: -50px; bottom: -1px; height: 50%; background: #ffffff; z-index: -2;}*/
.edu_sec4 .edusec4_in .imgblk img { width: 100%; height: auto;}
.edu_sec4 .type1 h3{
		padding-top: 0px;
		margin-top: 0px;
	}
.edu_sec5 h3 {
    margin-bottom: 20px;
}
/*.edu_sec5 .edusec5_in { padding: 0 20px; }*/

.edu_sec5 .title { padding: 0 0 21px 0; text-transform: uppercase; color: #CA9600; margin: 0;}
.edu_sec5 .list_wrap { border: solid 1px #000000; padding: 0px 20px;}
/*
.edu_sec5 .list_wrap ul { display: block; margin: 0; padding: 0; counter-reset: my-awesome-counter;}
.edu_sec5 .list_wrap ul li { display: block; margin: 0; padding: 15px 0 24px 75px; position: relative; counter-increment: my-awesome-counter;}
.edu_sec5 .list_wrap ul li .in_tit { padding: 0 0 7px 0; text-transform: uppercase; color: #CA9600; margin: 0;}
.edu_sec5 .list_wrap ul li::before { content: ''; position: absolute; left: 0; top: 0; width: 65px; height: 65px; background: #CA9600; border-radius: 100px; content: counter(my-awesome-counter); font-family: "Heebo-Bold"; font-size: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; justify-content: center; align-items: center;
}
*/
.edutrade { padding: 0px 0 40px 0;}
.edutrade .imagebox { background-size: cover; background-repeat: no-repeat; background-position: center center; width: 100%; position: relative; height: 300px; overflow: hidden;}
.edutrade .trade1 { background: #CA9600; padding: 40px 20px;}
.edutrade .trade1 h3 { color: #ffffff; text-transform: uppercase; padding: 20px 0 0 0;}
.edutrade .trade1 p { padding: 20px 0 0 0; color: #ffffff;}
.edutrade .trade2 {}
.edutrade .trade2 .row { margin: 0 -20px;}
.edutrade .trade2 .row [class*="col-"] { padding: 0 20px;}
.edutrade .trade2 .mntit { width: 100%; padding: 20px 40px; color: #ffffff; background: #000000; border-radius: 0 0 40px 40px; text-transform: uppercase; text-align: center;}
.edutrade .trade2 ul { counter-reset: my-awesome-counter1; display: block; margin: 0; padding: 30px 0 0 0;}
.edutrade .trade2 ul li { counter-increment: my-awesome-counter1; display: block; margin: 0; padding: 0;}
.edutrade .trade2 ul li + li { margin-top: 20px;}
.edutrade .trade2 ul li::before { content: counter(my-awesome-counter1) ". "; font-size: 36px; color: #CA9600; font-family: "Heebo-Bold"; line-height: 40px;}
.edutrade .trade2 .sec4block { background: #000000; padding: 40px 20px !important;}
.edutrade .trade2 .sec4block h6 { color: #ffffff;}
.edutrade .trade2 .btnbox { flex-wrap: wrap; justify-content: center;}
.edutrade .trade2 .btnbox a { min-width: 300px;}
.edutrade .trade2 .btnbox a + a { margin: 30px 0 0 0; }
.edutrade .trade3 {}
#column-id-1617013355922{
	padding-bottom:40px !important;
}
.edutrade .trade3 .t1 { padding: 40px 20px; background: rgba(185,185,185,0.20); position: relative;}
.edutrade .trade3 .t1::after { content: ''; position: absolute; left: 0; top: 100%; right: 0; height: 300px; background: rgba(185,185,185,0.20);}
.edutrade .trade3 h2 { text-transform: uppercase; }
.edutrade .trade3 .rowbox { position: relative;}
.edutrade .trade3 .rowbox .colbox { border-radius: 40px 40px 0 0; padding: 40px; background: #B9B9B9; position: relative; height: 100%;}
.edutrade .trade3 .rowbox .colbox .title { padding: 20px 40px; background: #000000; color: #ffffff; text-transform: uppercase; width: calc(100% + 40px); margin: 23px 0 0 -40px;}
.edutrade .trade3 .rowbox .color1 {}
.edutrade .trade3 .rowbox .color2 { background: #CA9600;}
.type2 {}
.type2 h3 { text-transform: uppercase; padding: 0 0 20px 0; border-bottom: solid 2px #000000; text-align: center;}
.type2 ul { display: block; margin: 0; padding: 35px 0 0 0;}
.type2 ul li { display: block; margin: 0; padding: 0 0 0 20px; position: relative;}
.type2 ul li::before { content: ''; position: absolute; left: 0; top: 8px; width: 14px; height: 12px; background: url(../images/arr1.svg) no-repeat left center;}
.type2.ty2-1 {}
.type2.ty2-1 ul li { color: #ffffff; }
.type2.ty2-1 ul li::before { background: url(../images/arr2.svg) no-repeat left center;}
.type3 {}
.type3 h3 { color: #CA9600;}
.type3 ul li + li { margin-top: 20px;}
.type3 ul li::before {content: '●'; background: none; width: auto; height: auto; color: #CA9600; top: 0;}

.edunews { padding: 20px 0 40px 0;}
.edunews .imgrow {}
.edunews .imgrow .imagebox {height: 215px;  background-size: cover; background-repeat: no-repeat; background-position: center center; width: 100%; position: relative; margin: 20px 0 0 0;}
.edunews h2 { text-transform: uppercase; padding: 20px 0 0 0;}
.edunews .listnews { padding: 40px 0 0 0;}

.edublack { padding: 40px 0 40px 0;}
.edublack .edublack_in { background: #000000;}
.edublack .black_top {}
.edublack .black_top .imagebox { position: relative; height: 100%; min-height:350px;background-size: cover; background-repeat: no-repeat; background-position: center center;}
.edublack .black_top .row { margin: 0;}
.edublack .black_top .row [class*="col-"] { padding: 0;}
.edublack .black_top .detailbox { padding: 40px 20px 20px 20px;}
.edublack .black_top .detailbox * { color: #ffffff;}
.edublack .black_top h2 { color: #ffffff; text-transform: uppercase;}
.edublack .black_top p { color: #ffffff;}
.edublack .black_top .txt1 { padding: 0px 20px 20px 20px;}
.edublack .black_1 { padding: 0 20px 20px;}
.edublack .black_1 .blkwrp { background: #ffffff; padding: 0 0 35px 0; margin: 0 0 35px 0;}
.edublack .black_1 .title { padding: 20px 40px; background: #CA9600; border-radius: 0 0 40px 40px; color: #000000; text-transform: uppercase; max-width: 860px;}
.edublack .black_1 .title span { display: inline-block; position: relative;}
.edublack .black_1 .title span::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #ffffff;}
.edublack .black_1 ul {
    display: block;
    margin: 0;
    padding: 0 40px 0;
    counter-reset: listStyle;
    margin-top: 20px;
}

.edublack .black_1 ul li {
    display: flex;
    counter-increment: listStyle;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.edublack .black_1 ul li::before {
    content: counter(listStyle, upper-alpha);
    position: relative;
    min-width: 65px;
    min-height: 65px;
    border-radius: 100px;
    left: 0;
    top: 0;
    font-size: 36px;
    color: #000000;
    font-family: "Heebo-Bold";
    background: #B9B9B9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 13px;
}
.sp-page-builder .page-content #section-id-1617055086650{
	margin-bottom: 0 !important;
}
.uducta3 { padding: 0;}

/* Inner page End */
/****************************/

/*=========================================*/
/* Main Content End */
/*=========================================*/


/*=========================================*/
/* Footer main Start */
/*=========================================*/
div#sp-footer{ margin-top:40px; }
.footer { padding: 30px 0 0 0;}
.in_footer { border-top: solid 2px #000000; padding: 20px 0 0 0;}
.footer p { font-size: 14px; line-height: 17px;}
.footer .top_line { align-items: center;}
.footer .top_line .logobox { margin: 0 10px 0 0;}
.footer .top_line .logobox img {
    width: 40px;
}
.footer .foot_text { padding: 20px 0 0 0;}
.footer .foot_text p + p { padding: 17px 0 0 0;}
.footer .footer_link { width: 100%; padding: 20px 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; align-items: center; justify-content: center;
}
.footer .footer_link a { display: block; font-size: 14px; line-height: 17px; color: #000000; text-decoration: underline;}
.footer .footer_link a + a::before { content: '|'; display: block; float: left; margin: 0 5px;}
.footer .footer_link a:hover { color: #CA9600;}
#sppb-addon-wrapper-1615641223085{margin-bottom: 0 !important;}
/*=========================================*/
/* Footer main End */
/*=========================================*/

.black_strip img {
    width: 100%;
    height: auto;
}
