@import url("fonts/style.css"); 
:root{
	--white:#ffffff;
	--black :#323232;
	--themeblack: #3d3d3d;
	--transparent:transparent;
	--themecolor1:#fbcd25;
	--themecolor2: #323232; 
	--themebgcolor1:#ffffff;
	--themebgcolor2:#f5f5f5;
	--textgrey:#898989;
	font-size:16px;
}
body{
	font-family: 'Raleway', sans-serif;
	background-color: var(--white);
	line-height: 1.2;
	font-size: normal;
}
select,button{
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}
.select{
	position: relative;
}
.select:after{
	content: ' ';
	width: 10px;
	height: 7px;
	display: inline-block;
	background-image: url('images/arrow-black.png');
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 8px;
	border: 0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 3px;
}
/*Font style*/
.themefontstyle,p,body,.member-position{
	font-family: 'Raleway', sans-serif;
}
.menu-item a{
	font-family: 'Myriad Pro Regular',sans-serif;
	text-transform: uppercase;
}
.otherselect,.btn,h3,h2,h2 p,h3 p,.history-year span,.slogan p,.date-text,.btn-rm,.key-card,.key-card p,.gp-textover-img ul,.member,.km-member,.km-member-position,.km-member-degree,.cta-text,.footer,.career-post,.career-post ul li,.career-post p,.banner-title,.bod-sub{
	font-family: 'Raleway', sans-serif;
}
.contact-font,.contact-font p{
	font-family: 'Myriad Pro Regular',sans-serif;
}
.km-member-position,.km-member-degree,.browse-btn{
	font-weight: 500;
}
.banner-title,.km-member,.otherselect{
	font-weight: 600 !important;
}
.semi-bold,.btn,.maintitle,.maintitle p,.cta-text,.km-member,.carrer-title{
	font-weight: 600 !important;
}
.font-weight,.bold,.btn-up-img a,.otherselect{
	font-weight: 700 !important; 
}
.otherselect-container {
	padding: 5px 40px 5px 15px;
	border: 1px solid rgba(0,0,0,.125);
	background-color: #FFF;
	margin-bottom: 25px;
	border-radius: .25rem;
}
.otherselect-container select {
	margin-bottom: 0 !important;
}
div.wpcf7 .ajax-loader{
	/* display: none; */
	margin-top: 15px;
}
div.wpcf7-response-output{
	margin: 15px 0 0;
	text-align: center;
}
.est{
	font-weight: 700;
}
/*Font size*/
body{
	font-size: 14px;
}
.menu-item,p,.p,.btn,.date-text,.btn-rm,.footer,.form-control,ul,span,.bod-sub{
	font-size: 1rem;
}
.bod-sub{
	color: #707070;
}
.themefontstyle,.news-title,.member,.carrer-title{
	font-size: 1.53rem; 
}
.maintitle,.large-font,.maintitle p,.history-year span{
	font-size: 2.4rem;
	line-height: 1.4em;
}
.sitetitle,.banner-title{
	font-size: 3.6rem;
}
.text-big{
	font-size: 3.3333333333333335rem;
}
.cta-text{
	font-size: 2rem;
}
.semi-large-font,.otherselect{
	font-size: 1.4rem;
}
.career-post h3{
	font-size: 1.3rem;
}
.km-member,.list-uns,.focus{
	font-size: 1.2rem;
}
.km-member-position,.km-member-degree,.btn-up-img a,.browse-btn,.file-info{
	font-size: 0.8rem;
}
.small-font,.copytext{
	font-size: 0.8rem;
}
.container,.container-fluid{
	position: relative;
}
.bg-white{
	background-color: var(--white);
}
.bg-gray{
	background-color: var(--themebgcolor2);
}
.nav-btn{
	background: transparent;
	border:none;
}
.single-bg{
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	background-attachment: fixed;
	
	position: relative;
}
.w-100{
	width: 100%;
}
.inline-group{

}
.inline-group img{
	margin-right: 2rem;
	margin-bottom: 1rem;
}
header > nav{
	padding-top: 15px;
	padding-bottom: 15px;
} 
button:focus {
	outline: 0px dotted;
	outline: 0px auto -webkit-focus-ring-color;
}
p{
	line-height: 1.5;
}
img{
	max-width: 100%;	
}
.logo-container{
	height: 90px;
}
.black .logo-container {
	height: 60px;
}
.logo{
	height: 100%;
}
.pb-6, .py-6{
	padding-bottom: 6rem!important;
}
.pt-6, .py-6{
	padding-top: 6rem!important;
}
.mb-6,.my-6{
	margin-bottom: 6rem !important;
}
.mt-6,.my-6{
	margin-top: 6rem !important;
}
.slogan{

}
.slick-disabled{
	opacity: 0.5;
	cursor: not-allowed;
}
.fixed-top{
	background-color: var(--transparent);
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 9997;
	transition: 0.5s;
}
.dropdown-toggle:after,.menu-item-has-children > a:after{
	content: ' ';
	width: 10px;
	height: 10px;
	display: inline-block;
	background-image: url('images/arrow-white.png');
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 8px;
	border: 0px;
	top: 2px;
	position: relative;
}
.menuNav {
	color: #fff;
	pointer: hover;
}

.navbar{
	padding-left: 0px;
	padding-right: 0px;
}
.black.fixed-top{
	background-color: var(--themebgcolor1);
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
.black .dropdown-toggle:after,.black .menu-item-has-children > a:after{
	background-image: url('images/arrow-black.png');
}
.text-center{
	text-align: center;
}
.text-white{
	color: var(--white);
}
.text-grey{
	color: var(--textgrey);
}
.text-thin-big{
	font-weight: 300;
}
.text-bold{
	font-weight: 600;
}
.key-card{
	background-color: var(--themecolor2);
	border-radius: 0.3rem;
}
.member-card p{
	font-weight: 600;
}
.news-title{
	font-weight: 600;
}
.news-title a, .news-title a:hover, .news-title a:focus, .news-title a:link, .news-title a:active {
	color: #212529;
	text-decoration: none;
}
.img-circle{
	border-radius: 50%;
}
.nav{
	list-style: none;
}
.menu-item{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	position: relative;
}
.menu-item:last-child{
	padding-right: 0px;
}
.menu-item a:hover{
	text-decoration: none;
}
.fixed-top .menu-item a{
	padding-bottom: 3px;
	color: var(--white);
}
.fixed-top .menu-item .dropdown-item a,.fixed-top .menu-item .sub-menu a{
	color: var(--black);
}
.dropdown-item.active, .dropdown-item:active,.fixed-top .menu-item a.dropdown-item:hover{
	color: var(--black);
	text-decoration: none;
	background-color: transparent;
}
.dropdown-menu,.sub-menu{
	padding: 0px;
	border-radius: 0px;
	border: none;
	margin-top: 4px;
	left: 1.5rem;
}
.dropdown-item{
	padding: 1rem 2rem;
}
.dropdown-item:focus, .dropdown-item:hover {
	background-color: transparent;
}

.black.fixed-top .menu-item a{
	color: var(--themecolor2);
}
.footer{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: var(--themebgcolor2);
}
.footer .menu-item a{
	padding-bottom: 5px;
	display: block;
	color: var(--themecolor2);
}
.fixed-top .logo.white{
	display: block;
}
.fixed-top .logo.black{
	display: none;
}
.black.fixed-top .logo.black{
	display: block;
}
.black.fixed-top .logo.white{
	display: none;
}
.font-weight-bold{
	font-weight: 700;
}
.text-uppercase{
	text-transform: uppercase;
}
.footer-nav{
	list-style: none;
}
.social-group .social{
	width: 40px;
	height: 40px;
	display: block;
	border: 1px solid var(--themecolor2);
	border-radius: 50%;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
}
.banner-social .social-group .social{
	border: 1px solid var(--white);
}
.social-group .social:last-child{
	margin-right: 0px;
}
.social .fab{
	color: var(--themecolor2);
	font-size: 24px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.banner-social .social .fab{
	color: var(--white);
}
.banner-section{
	position: relative;
}
.banner-content{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.slide{
	/* background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 490px;
	min-height: 65vh;
	display: block !important; */
}
.slide .container,.slide .row{
	height: 100%;
	position: relative;
}
.slick-arrow{

}
.banner-title{
	line-height: 1;
}
.banner-content p{
	width: 50%;
	line-height: 2;
}
.banner-social{
	position: absolute;
	bottom: 50px;
	width: 100%;
}
.banner-social .bs-bar{
	width: 150px;
	height:2px;
	background-color: var(--white);
	display:block;
}
.bar{
	width: 40px;
	height:2px;
	background-color: var(--white);
	display:block;
	margin-right: 10px;
}
.bs-container{
	width: 300px;
}
.slick-dots{
	text-align: center;
	position: absolute;
	bottom: 1rem;
	width: 100%;
	margin-bottom: 0.5rem;
	z-index: 99;
	padding-inline-start: 0;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	border-radius: 50%;
	cursor: pointer;
	border: 1px solid transparent;

}
.slick-dots li.slick-active{
	border:1px solid var(--white);
}
.slick-dots li button {
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	padding: 5px;
	border-radius: 50%;
	cursor: pointer;
	color: transparent;
	outline: 0;
	border: 0;
	background: rgba(255,255,255,0.5);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.slick-dots .slick-active button{
	padding: 3px;
	width:6px;
	height: 6px;
	background: rgba(255,255,255,1);

}
.csrslide .slick-dots li.slick-active{
	border: 1px solid #cbcbcb;
}
.csrslide .slick-dots li button{
	background: #cbcbcb;
}
.csrslide .slick-dots .slick-active button{
	background: #cbcbcb;
}
.videoplayer {
	position: absolute;
	color: #fff;
	z-index: 11;
	background: none;
	top: 50%;
	bottom: auto;
	transform: translate(-50%,-45%);
	left: 45%;
	outline: none;
	border: none;
}
video:hover, .videoplayer:hover img {
	cursor: pointer;
}
.single-bg{
	padding-top: 10rem !important;

}

.btn{
	padding-top: .5rem;
	padding-right: 3rem;
	padding-left: 3rem;
	padding-bottom: .5rem;
	color: var(--themecolor2);
	border: 1px solid var(--themecolor2);
	margin-right: 1rem;
	display: inline-block;
	border-radius: 0.15rem;
	transition: 0.8s;
	cursor: pointer;
}
.btn-up-img .btn{
	padding-right: 2rem;
	padding-left: 2rem;
}
.btn:hover{
	color: #000000;
	text-decoration: none;
}
.theme-btn-2,.theme-btn-1:hover{
	color:var(--themecolor2);
	background-color: var(--themecolor1);
	border:1px solid var(--themecolor1);
}
.theme-btn-1,.theme-btn-2:hover{
	color:var(--themecolor2);
	background-color: var(--mbcolor);
	border:1px solid var(--themecolor2);
}
.theme-btn-2.cta:hover{
	color:var(--white);
	background-color: var(--transparent);
	border:1px solid var(--white);
}
.theme-btn-w,.theme-btn-wh{
	color:var(--themecolor2);
	background-color: var(--themecolor1);
	border: 1px solid var(--transparent);
}
.theme-btn-wh:hover{
	color: var(--white);
}
.theme-btn-w:hover{
	color:var(--themecolor1);
	background-color: var(--transparent);
	border: 1px solid var(--themecolor1);
}
.message-container{
	position: relative;
	height: 530px;
	min-height: 10vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
.bs-bg{
	background-color: var(--themecolor2);

}
.bs-img{
	height: auto;
	width: 100%;
}
.message-container .message-sub-con{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.business{
	position: relative;
}
.bs-contact{
	width: 100%;
	position: relative;
	z-index: 2;
	padding: 4rem 0px;
	line-height: 3;
}
.bs-contact p{
	line-height: 1.7;
}
.contact-form{
	padding: 6rem;
}
.contact-form{
	position: relative;
	width: 100%;
}
.col-sm-2-5,.col-lg-2-5{
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.img-fluid {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.key-card .img-fluid{
	width: auto;
}
.contact_us{
	position: relative;
}
.form-control{
	color: var(--white);
	background-color: transparent;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid var(--white);
	width: 100%;
}
.form-control::placeholder{
	color: var(--textgrey);
}
.form-control:focus{
	outline: none;
}
.contact-form textarea.form-control{
	min-height: 218px;
}
.contact-form p{
    margin-bottom:0;
}
.right{
	float: right;
}
.date-text{
	font-weight: 300;
}
.news-title{
	min-height: 58px;
}
.btn-rm{
	font-weight: 700;
	color: #939393;
	transition: color .5s;
	-webkit-transition: color .5s;
}
.btn-rm:hover{
	text-decoration: none;
	color: #000000;
}
.slick-vertical .slick-slide{
	border: none;
	/*height: auto;*/
}

.slide-fix{
	display: flex !important;
}
.arrowsslide{
	cursor: pointer;
}
.list-unstyled{
	list-style: square;
	padding-left: 1rem;
}
.list-uns{
	list-style: none;
	padding-left: 0px;
}
.list-uns .active{
	color: var(--themecolor1);
}
.list-uns a:hover{
	color: var(--themecolor1);
	text-decoration: none;
}
.list-uns > li {
	padding-left: 1rem;
	padding-right: 1rem;
}
.list-uns > li:first-child{
	padding-left: 0px;
}
.gp-textover-img{
	position: absolute;
	bottom: 1rem;
}
.theme-bg{
	background-color: var(--black);
}
.slogan p{
	margin-bottom: 0px;
}
.video-wrapper{
	position: relative;
}
.card{
	position: relative;
}
.card-bar{
	height: 5px;
	width: 50px;
	background-color: var(--black);
	border-radius: 3rem;
	display: inline-block;
	margin: 0px auto;
	margin-top: 2.5rem;
	margin-bottom: 1.5rem;
}
.btn-up-img{
	position: absolute;
	display: flex;
	justify-content: center;
	width: 100%;
	bottom: 1.5rem;
}
.bline{
	border-bottom: 2px solid #e4e4e4;
}
.card-flex{
	justify-content: center;

	align-items: center;

	height: 100%;
}
.history-card{
	color: #000000;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	width: 100%;

}
.history-card:hover{
	color: #000000;
	text-decoration: none;
}
.history-card .card h3,.history-card .card span,.history-card .card p{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.history-year{

}
.playedvideo{
	opacity: 0;
}
.playedvideo:hover{
	opacity: 0.7;
}
.vplay{
	display: block;
}
.vpause{
	display: none;
}
.playedvideo .vplay{
	display: none;
}
.playedvideo .vpause{
	display: block;
}
.text-right{
	text-align: right;
}
.history-year span{
	color: var(--themecolor2);
	background-color: var(--themecolor1);
	border: 1px solid var(--themecolor1);
	border-radius: 0.3rem;
	font-weight: bold;
}
.middle-line{
	background-color: var(--themeblack);
	width: 3px;
	height: calc(100% + 1px);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 40px;
}
.point{
	width: 24px;
	height: 24px;
	background-color: var(--white);
	border: 2px solid var(--themeblack);
	margin-top: 25px;
	position: relative;
}
.point .icon{
	width: 10px;
	height: 10px;
	background-color: var(--themeblack);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.carrer_post .card-header{
	padding: 0px;
}
.carrer_post .btn{
	border-radius: 0px;
	border:none;
	text-align: left;
	padding:1rem 1rem 1rem 2rem;
	background-color: var(--themecolor1);
	border: 1px solid var(--themecolor1);
}
.carrer_post .card{
	border:none;
	border-radius: 0px;
}
.carrer_post .card-body {
	border-left: 1px solid var(--black);
	border-right: 1px solid var(--black);
	border-bottom: 1px solid var(--black);
}
.carrer_form{
	border: 1px solid var(--black);
	border-radius: 0.2rem;
	background-color: #fff;
}
.carrer_form .form-control,.form-contactus .form-control{
	color: var(--black);
	border-bottom: 1px solid var(--black);
	border-radius: 0px;
	padding-left: 0px;
}
.carrer_form .form-control::placeholder,.form-contactus .form-control::placeholder{
	color: var(--black);
}
.carrer_form .form-control::placeholder{
	color: var(--black)
}
.carrer_form .form-control:focus{
	border-bottom: 1px solid var(--black);
}
.contact-bg{
	background-color: var(--themecolor1);
}
.card-content h3{
	min-height: 80px;
}
.bs-card-group .card-content{
	min-height: 320px;
}
.collapsed .arrow{
	transform: rotate(180deg);
	transition: 1s;
}
.arrow{
	transform: rotate(360deg);
	transition: 1s;
}
.csrarrow-con{
	position: absolute;
	z-index: 9;
	top: 50%;
	transform: translateY(-50%);
}
.postarrow{
	position: absolute;
	z-index: 9;
	top: 40%;
	transform: translateY(-40%);
}
.newsarrow{
	position: absolute;
	z-index: 9;
	top: 35%;
	transform: translateY(-35%);
}
.relative{
	position: relative;
}
.csrslide .slick-dots{
	bottom: auto;
	position: relative;
	margin-top: 1rem;
	padding-left: 0;
}
.csrarrow{
	cursor: pointer;
}
.customfile{
	height: 40px;
	position: relative;
	border-bottom: 1px solid var(--black);
	font-size: 14px;
}
.customfile::-webkit-file-upload-button {
	visibility:hidden;
}
.customfile::before{
	display: inline-block;
    color: var(--black);
    background: var(--themecolor1);
    padding: 0.25rem 19px;
    border-radius: 0.15rem;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-align: center;
    border: 0px;
    content: "Upload";
    position: absolute;
    top: 6px;
    line-height: 16px;
}
.input-container{
	color: var(--black);
	border-bottom: 1px solid var(--black);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.para-list{
	list-style: none;
}
.form-control:focus {
	color: inherit;
	background-color: transparent;
	border-bottom: 2px solid var(--white);
	outline: 0;
	box-shadow: none;
}
.form-control{
	border-radius: 0px;
}
.form-contactus .form-control:focus{
	border-bottom: 1px solid var(--black);
}
.form-contactus textarea.form-control{
	height: 202px;
}
.form-contactus .form-control::placeholder,.file-info{
	color: var(--textgrey);
}
.btn-link.focus, .btn-link:focus{
	text-decoration: none;
}

.dropdown-item.active{
	color: var(--white) !important;	
}
.sub-menu{
	list-style: none;
	padding-left: 0px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	padding: 0px;
	border-radius: 0px;
	border: none;
	margin-top: 4px;
	left: 1.5rem
}
.sub-menu li{
	padding: 1rem 2rem;
}
.fix-height{
	height: 100px;
	overflow: hidden;
}
.member-card img{
	padding-left: 4.5rem;
	padding-right: 4.5rem;
}
.rmarrow{
	height: 10px;
}
.career-post li{
	padding-bottom: 5px;
}
.neg-mar{
	margin-top: -6px;
}
.history-line .row:last-child .middle-line{
	display: none;
}
.contact-form ,.bs-contact{
	margin: 0 auto;
}


.paren:nth-child(2n-1) .arrage-year .cus-anime{
	visibility: visible; 
	animation-name: slideInLeft;
}
.paren:nth-child(2n) .arrage-year .cus-anime{
	visibility: visible; 
	animation-name: slideInRight;
}
/* isotope */
.filter-link{
	border: none;
	background-color: transparent;
	cursor: pointer;
}
.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope,
.isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.his-para-height{
	height:100px;
}
.hist-title{
	height: 70px;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.google_map iframe{
	width: 100% !important;
	height: 500px !important;
	min-height: auto !important;
	display: block;
}
.google_map_home iframe{
	width: 100% !important;
	height: 500px !important;
	min-height: auto !important;
	display: block;
}

.hover-zoom{overflow:hidden;}
.hover-zoom img{-webkit-transform:scale(1.05) translate(1.5%);-ms-transform:scale(1.05) translate(1.5%);transform:scale(1.05) translate(1.5%);-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;transition:all .75s ease-out;will-change:transform;width:100%;}
.hover-zoom.active img,
.hover-zoom:hover img{webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);}
/*404*/
.icon-404{
	color: var(--themecolor1);
	font-size: 200px;
}
.text-404{
	font-size: 50px;
}
.page404{
	
}
.hiddenfield{
	display: none;
	visibility: hidden;
}
.page404 .container{
	min-height: calc(100vh - 105px);
}
.pagenotfound{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.contact_link{
	color: #212529;
}
.contact_link:hover{
	color: var(--textgrey);
	text-decoration: none;
}
.contact-form .wpcf7-not-valid-tip, .carrer_form .wpcf7-not-valid-tip{
	text-align:left;
	margin-top:-20px;
}
.ajax-load-more-wrap{
	width: 100%;
}
/*.homepage-business-image {
	margin-top: -1px;
}*/
.slick-track{
	margin: 0;
}

.mobile-banner{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
}

@media (min-width: 576px){
	.col-sm-2-5 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media (min-width: 768px){
	.isotope-item {
		z-index: 2;
		height: calc(600px - 6rem);
		min-height: 555px;
	}
	.gallery{
		height: auto;
		min-height: auto;
	}
	.contact-form div.wpcf7 .ajax-loader{
		display: block;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center right;
	}
}

@media(min-width: 992px){	
	.google_map iframe{
		min-height: 650px !important;
	}
	.google_map_home iframe{
		min-height: 850px !important;
	}
	.paren:nth-child(2n-1) .arrage-year{
		-ms-flex-order: 1;
		order: 1;
	}
	.paren:nth-child(2n-1) .arrage-data{
		-ms-flex-order: 3;
		order: 3;
	}
	.paren:nth-child(2n) .arrage-year{
		-ms-flex-order: 3;
		order: 3;
	}

	.paren:nth-child(2n) .arrage-data{
		-ms-flex-order: 1;
		order: 1;
	}
	.paren:nth-child(2n-1) .arrage-year .history-year{
		text-align: right!important;
	}
	.paren:nth-child(2n) .arrage-year .history-year{
		text-align: left!important;
	}
	.paren:nth-child(2n-1) .arrage-data .history-data{
		margin-right: auto!important;
	}
	.paren:nth-child(2n) .arrage-data .history-data{
		margin-left: auto!important;
	}
	.contact-form{
		position: absolute;
		width: 96%;
		top: 50%;
		transform: translateY(-50%);
	}
	.bs-contact{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.col-lg-2-5 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	#menu-primary-menu a {
		transition: all .2s;
		-webkit-transition: all .2s;
	}
	#menu-primary-menu a {
		transition: all .5s;
		-webkit-transition: all .5s;
	}
	#menu-primary-menu a:hover,#menu-primary-menu .active,.show > a,.current-menu-item a,.current-menu-parent > a{
		border-bottom: 3px solid var(--themecolor1) !important;
	}
	.gallery-item-container .gallery{
		width:24.9%;
	}
	.dropdown-toggle:hover ~ .dropdown-menu,.dropdown-menu:hover,.sub-menu:hover,.menu-item-has-children a:hover ~ .sub-menu{
		display: block;
	}
}
@media(min-width: 1200px){
	.hcontent{
		height: 170px;
	}
	.htitle{
		height: 80px;
	}
	.carrer_form.fixed {
		position: fixed;
		top: 85px;
		z-index: 9;
	}
	.col-xl-3 {
		-ms-flex: 0 0 24.95%;
		flex: 0 0 24.95%;
		max-width: 24.95%;
	}

}
@media(max-width: 1200px){
	.single-bg{
		background-size: auto 395px;
	}
}
@media(min-width: 1400px){
	.single-bg {
		padding-top: 14rem !important;
	}
}
@media(min-width: 1600px){
	.single-bg {
		padding-top: 12rem !important;
	}
}
@media(max-width: 1440px){
	.member-card img {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
@media(max-width: 1200px){
	.csr-height{
		/* height: 290px; */
		overflow: hidden;
	}
	.contact-form textarea.form-control {
		min-height: 150px;
	}
	.contact-form {
		padding: 2rem 3.5rem;
	}
	.customfile{
		text-align: right;
	}
	.customfile::before{
		right: auto;
		left: 0px;
		padding:0.25rem 1.25rem
	}
}
@media( max-width: 1024px){
	.member-card img {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.contact-form {
		padding: 2rem 4rem;
	}
	.contact-form textarea.form-control {
		min-height: 100px;
	}
}
@media(max-width: 991.98px){
	.nav-btn { z-index: 10000; }
	.customfile{
		text-align: left;
		/*margin-top: -2%;*/
	}
	.carrer_form{
		width: 100% !important;
	}
	.videoplayer{
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.arprev img,.arnext img{
		width: 40px;
		height: 40px;
		-webkit-filter: drop-shadow(1px 1px 1px #898989 );
		filter: drop-shadow(1px 1px 1px #898989);
	}
	#menu-primary-menu .active,.show > a,.current-menu-parent > a,.current-menu-item > a{
		border-bottom: 3px solid var(--themecolor1) !important;
	}
	#menu-primary-menu .dropdown-menu.active,.sub-menu.active{
		border: 0px !important;
	}
	.cuselect:after{
		width: 20px;
		height: 15px;
		right: 31px;
		top: 37%;
		transform: translateY(-40%);
	}
	.gallery-select-container .cuselect:after{
		right: 20px;
		top: 50%;
	}
	.logo-container, .black .logo-container {
		height: 50px;
	}
	.contact-form{
		padding: 4rem 1.5rem;
	}
	.dropdown-toggle:after,.menu-item-has-children a:after{
		background-image: url(images/arrow-black.png);

	}
	.fixed-top .menu-item a{
		color: var(--black);
	}
	.navbar-collapse{
		background-color: var(--white);
		margin-top: 1.5rem;
		/*border-top:2px solid var(--textgrey);*/
		padding-bottom: 1.5rem;
		height: calc(100vh - 66px);
		text-align: center;
	}
	.otherselect,.otherselect:focus{
		color: var(--black);
		border-bottom: 1px solid transparent;
	}
	.dropdown-item{
		padding: 0rem .5rem;
	}
	.mb-6{
		margin-bottom: 3rem !important;
	}
	.w-md-80{
		width: 90%;
	}
	.order-cus-1{
		-ms-flex-order: 1;
		order: 1;
	}
	.order-cus-2{
		-ms-flex-order: 2;
		order: 2;
	}
	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
	.dropdown-menu, .sub-menu{
		border: none;
		background: transparent;

	}
	.sub-menu{
		position: static;
		float: none;
		text-align: center;
	}
	.fixed-top .menu-item a.dropdown-item{

	}
	.nav-btn{
		background: transparent;
		border:none;
	}
	.nav-btn span {
		display: block;
		background: var(--white);
		border: none;
		height: 3px;
		width: 35px;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
		margin: 7px 0px 7px 0px;
	}
	.black .nav-btn span{
		background: var(--black);
	}
	.nav-btn.collapsed .top,.nav-btn.collapsed .bottom{
		-webkit-transform: none;
		transform: none;
	}
	.nav-btn.collapsed .middle{
		display: block;
	}
	.nav-btn .top {
		-webkit-transform: translateY(4px) translateX(0) rotate(45deg);
		transform: translateY(4px) translateX(0) rotate(45deg);

	}
	.nav-btn .middle {
		display: none;
	}
	.nav-btn .bottom {
		-webkit-transform: translateY(-5px) translateX(0) rotate(-45deg);
		transform: translateY(-5px) translateX(0) rotate(-45deg);
	}
	.navbar-nav .menu-item {
		padding-right: 0;
		padding-left: 0;
	}
	#menu-primary-menu .menu-item{
		padding: 1rem 1rem !important;
	}
	#menu-primary-menu .dropdown-item{
		padding: 1rem 1rem !important;
	}
	#menu-primary-menu .dropdown-item a,.sub-menu{
		color: var(--themecolor1);
	}
	#menu-primary-menu .dropdown {
		
	}
	.menu-item a,#menu-primary-menu .dropdown-item{
		display: inline-block;
		text-align: center;
	}
	.fix-height{
		height: auto;
	}
}
@media (max-width: 767.98px){
	.copytext {
		display: block;
	}
	.container,.contact-form{
		width: 95%;
	}
	.gallery-container .container{
		width: 100%;
		padding: 0 30px;
	}
	.nav-btn {
		padding-right: 0;
	}
	:root{
		font-size:16px;
	}
	.fixed-top{
		background-color: var(--themebgcolor1);
		box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	}

	.dropdown-toggle:after,.menu-item-has-children > a:after{
		background-image: url('images/arrow-black.png');
	}
	.fixed-top .menu-item a{
		color: var(--themecolor2);
	}
	.fixed-top .logo.black{
		display: block;
	}
	.nav-btn span {
		background: var(--black);
	}
	.card-bar{
		margin-top: 2rem;
	}
	.maintitle,.large-font,.maintitle p,.history-year span{
		font-size: 1.85rem;
	}
	.themefontstyle, .news-title, .member,.carrer_form h3{
		font-size: 1.43rem;
	}
	.carrer-title {
		font-size: 1.2rem;
	}
	.carrer_post .btn{
		padding: 0.5rem 0.5rem 0.5rem 1rem;
	}
	.carrer_post .arrow-group img{
		width: auto;
		height: 30px;
	}
	.small-font{
		font-size: 0.9rem;
	}
	.sitetitle, .banner-title {
		font-size: 2rem;
	}
	.cta-text {
		font-size: 1.5rem;
	}
	.inline-group img{
		width: 42%;
		margin-right: 1rem;
		height: auto;
	}
	.contact-form {
		max-width: 720px;
		padding: 3rem 0px 2rem;
	}
	.bs-contact {
		max-width: 720px;
		padding: 3rem 0px;
	}
	.contact_us .bs-contact{
		padding: 2rem 0px;
	}
	.bs-card-group .card-content {
		min-height: auto;
	}
    .homepage-message .message-container{
        height: 500px;
    }
	.message-container{
		height: 600px;
	}
	.csr-height {
		height: auto;
		overflow: hidden;
	}
	.limit-img{
		max-width: 90px;
	}
	.card-content h3{
		min-height: auto;
	}
	.pt-6, .py-6{
		padding-top: 3rem !important;
	}
	.pb-6, .py-6{
		padding-bottom: 3rem !important;
	}
	.single-bg.py-6{
		padding-top: 4rem !important;
		/* padding-bottom: 4rem !important; */
		padding-bottom: 0 !important;
	}
	.single-bg {
		background-attachment: inherit;
		background-size: cover;
		/* margin-top: 66px; */
		background: none !important;
		margin-top: 0;
	}
	.gp-textover-img{
		position: relative;
	}
	.newslide{
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.news-title {
		min-height: auto;
	}
	
	.newsarrow{
		top: 38%;
		transform: translateY(-38%);
	}
	.btn-full-md{
		width: 100%;
	}
	.gallery.blockslide{
		padding-right: 0px;
		padding-left: 0px;
	}
	.galleryarrow.postarrow{
		top: 50%;
		transform: translateY(-50%);
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.newsdetail.newsarrow{
		top: 26%;
		transform: translateY(-26%);
	}
	.postarrow {
		top: 45%;
		transform: translateY(-45%);
	}
	#bod .postarrow{
		top: 50%;
		transform: translateY(-50%);
	}
	.member-card{
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.postarrow {
		top: 40%;
		transform: translateY(-40%);
	}

	.fixed-top .logo.white{
		display: none;
	}
	.member-card img{
		max-width:200px;
	}
	#menu-primary-menu .sub-menu a {
		color: #FFF;
	}
	.current-menu-parent .sub-menu {
		margin-top: -3px;
	}
	.sub-menu {
		background-color: var(--themecolor1);
	}
	.navbar .container {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.mobile-container{
		width: 95%;
		padding: 0 15px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: relative;
		margin-right: auto;
		margin-left: auto;
	}
	.navbar-collapse, #menu-primary-menu .menu-item{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.w-md-80{
		width: 100%;
	}
	.contact-form div.wpcf7 .ajax-loader, .carrer_form div.wpcf7 .ajax-loader{
		display: block;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center center;
		margin-top: 5px;
	}
	.form-contactus div.wpcf7 .ajax-loader{
	    margin-top: 5px;
	}
	.form-contactus .wpcf7-submit{
	    margin-top: 35px !important;
	}
	div.wpcf7-response-output{
	    margin-top:5px;
	}
	.brands, .history-line {
		overflow: hidden;
	}
	.brands img.square {
	    max-width: 80px;
	    max-height: 80px;
	    margin: 0 auto;
	}
	.message-container {
		background-attachment: inherit;
	}
	.hist-title, .his-para-height {
		height: auto;
	}
	.banner-section{
		margin-top: 66px;
	}
	.mobile-banner-business-detail {
		position: relative;
		padding: 0 !important;
		margin: 0 !important;
		margin-top: 66px !important;
	}
	.mobile-banner-business-detail img {
		width: 100%;
	}
	.container-mobile-banner-business-detail {
		position: absolute;
		top: 55%;
		transform: translateY(-50%);
		padding-left: 20px;
	}
	
	.mobile-banner{
		display: block;
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		height: auto;
		width: 100%;
	}
	
	.single-bg .container{
		position: absolute;
		bottom: 15px;
		left: 0;
		width: 100%;
		padding: 0 25px;
	}
	
	.single-bg h1{
		font-size: 20px;
	}
}
@media(max-width: 575.98px){
	.member-card img {
		padding-left: .5rem;
		padding-right: .5rem;
	}
	.newsarrow {
		top: 34%;
		transform: translateY(-34%);
	}
}
@media (min-width: 1200px){
	.container {
		max-width: 90%;
	}
	.gallery-container .filterContainer p{
		min-height: 48px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.mobile-container{
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: relative;
		margin-right: auto;
		margin-left: auto;
	}

	.message-container {
		background-attachment: inherit;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.gallery-container .filterContainer p{
		min-height: 72px;
	}
}