@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/

html {
	scroll-behavior: smooth;
}
#brand-central {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
#preload-01 { background: url('/wp-content/uploads/2019/12/soundon.png') no-repeat -9999px -9999px; }
#audiobox img {

	max-width: 100%;cursor:pointer

}


#downarrow {
    display: block;
    position: fixed;
    z-index: 0;
    top: 100vh;
    left: 49%;
    margin: -70px 25px 0 0;
    border-radius: 35px;
    background: 
rgba(255,255,255,.6);
color:
    #000;
    text-align: center;
    height: 35px;
    width: 35px;
    padding: ;
}
.fab.fa.fa-angle-double-down {font-size:36px;}
#menu-item-146 a {
	color: #464646 !important;
}
#audiobox {
	height:50px;
	width:50px;
	background: rgba(255,255,255,0.5);
	border-radius: 35px;
	padding: 10px;
	z-index:10000;
	position: fixed;
	top: 200px;
	right: 25px;}
.ParallaxVideo{ 
	height: 700px;
}
.ParallaxVideo video{ 
	min-width: 100%;
	position: fixed;
	top:0;
	z-index: -999;
}
.ParallaxVideo h1 {
	color: #fff;
	font-size: 76px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
body{
	font-family: 'robotoregular';
	background-color: #fff;
}
.default-img.img-slide, .hover-img.img-slide {
	height: 480px;
	object-fit: cover;
}
a,
input,
button,
textarea { outline: none !important; }

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}
.pad-left {
	padding-left:0;
}

.pad-right {
	padding-right:0;
}

.pad-top {
	padding-top:0;
}

.pad-bottom {
	padding-bottom:0;
}

.padding {
	padding:0;
}

h1{
	font-size: 60px;
	line-height: 60px;
}

h2{
	font-size: 50px;
	line-height: 50px;
}

h3{
	font-size: 40px;
	line-height: 40px;
}

h4{
	font-size: 30px;
	line-height: 30px;
}

h5{
	font-size: 22px;
	line-height: 22px;
}

h6{
	font-size: 20px;
	line-height: 20px;
}

p{
	font-size: 20px;

}


.btn-primary{
	border-radius: 0;
	/* background: transparent; */
	background: #3f4a8d;
	font-size: 20px;
	line-height: 20px;
	font-family: 'robotobold';
	/* color: #3f4a8d; */
	color: #fff;
	text-transform: uppercase;
	width: 250px;
	padding: 15px 0;
	border: 2px solid #3f4a8d;
}

.wp-block-button__link{
	border-radius: 0;
	/* background: transparent; */
	background-color: #3f4a8d !important;
	font-size: 20px !important;
	line-height: 20px !important;
	font-family: 'robotobold' !important;
	/* color: #3f4a8d; */
	color: #fff !important;
	text-transform: uppercase !important;
	width: 250px !important;
	padding: 15px 0 !important;
	border: 2px solid #3f4a8d !important;
	text-decoration: none !important;
}

.wp-block-button__link:hover{
	border-color: #3f4a8d !important;
	background: #fff !important;
	color: #3f4a8d !important;
}

.btn-primary:hover{
	border-color: #3f4a8d;
	background: #fff;
	color: #3f4a8d;
}

.btn-primary:focus{
	box-shadow: none;
}

.btn-primary:active{
	/* border-color: #b5bf00 !important;
	background: transparent !important;
	color: #3f4a8d !important; */
	border-color: #3f4a8d !important;
	background: #fff !important;
	color: #3f4a8d !important;
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6{
	font-size: 40px;
	line-height: 40px;
	color: #3a468b;
	margin: 0;
	font-family: 'roboto_condensedregular';
}


/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

.h-right.home-right{
	float: right;
}

.h-right .login-block{
	display: inline-flex;
	text-align: left;
	margin-left: 30px;
}

.h-right .login-block .login-cir{
	display: inline-block;
}

.h-right .login-block .login-text{
	display: inline-block;
	padding: 5px 0 0 5px;
}

.h-right .login-block .login-text h6{
	font-size: 18px;
	line-height: 18px;
	color: #000;
	font-family: 'fira_sansmedium';
	margin: 0;
	text-transform: uppercase;
}

.h-right .login-block .login-text a{
	font-size: 16px;
	line-height: 16px;
	margin: 0;
	color: #000;
	font-family: 'robotomedium';
	text-decoration: none;
	display: block;
}

.h-right .login-block .login-text a:hover{
	color: #ff7000;
}


/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Banner Start ==========*/
/*==================================================================*/
.h-banner{
	position: relative;
}

.home-header{
	position: fixed;
	top: 60px;
	left: 0px;
	right: 0px;
	z-index: 99;
	padding: 0 100px;
}

.h-banner img.banner-img{
	width: 100%;
	object-fit: cover;
}

.h-menu .navbar-nav > li > ul{
	margin: 24px 0 0 !important;
	padding-left: 0;
	padding-right: 0;
	padding-top: 5px;
	padding-bottom:10px;
}

.h-menu .navbar-nav > li > ul  ul{
	margin-top: -26px !important;
	padding: 0 !important;
}

.h-menu .navbar-nav  ul{
	border: none !important;
	border-radius: 0;
}

.h-menu .navbar-nav .nav-link{
	padding: 0;
	text-transform: uppercase;
	font-family: 'roboto_condensedregular';
	font-size: 22px;
	line-height: 22px;
	color: #000;
}

.h-menu .navbar-nav li.current-menu-item .nav-link{
}


.inner-header .h-menu .navbar-nav li.current-menu-item .nav-link{
	color: #ff7000;
}

.h-menu .navbar-nav .nav-link:hover{
	color: #ff7000;
}

.h-menu .navbar-nav .nav-item .dropdown-item{
	text-transform: uppercase;
	font-family: 'roboto_condensedregular';
	font-size: 18px;
	line-height: 18px;
	color: #000;
}

.h-menu .navbar-nav .nav-item li.dropdown.show > a {
	background: rgba(181,191,0,1);
}

.h-menu .navbar-nav .nav-item li.dropdown.show > a{
	color: #ff7000 !important;
}

.h-menu .navbar-nav .nav-item .dropdown-item.highlighted,
.h-menu .navbar-nav .nav-item .dropdown-item.bg-light{
	background: rgba(58,70,139,1) !important;
}

.h-menu .navbar-nav .nav-item .dropdown-item:hover{
	color: #ff7000;
	/* background: none; */
	background: rgba(58,70,139,1) !important;
}

.home-menu .navbar-nav .nav-item{
	padding: 0 0 24px;
}


.home-menu .navbar-nav {
	flex-direction:column;
}

/* .home-menu{
position: relative;
float: left;
width: 100%;
display: inline-block;
} */

.home-hader-bottom{
	position: absolute;
	left: 100px;
	right: auto;
}

.home-menu .menu-line{
	position: absolute;
	left: 75px;
	top: 45px;
}

.home-menu .navbar{
	padding: 110px 0 0;
}

/* .home-header{
padding: 60px 100px 0 100px;
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 99;
} */

.h-left.home-left{
	float: left;
}

.banner-txt{
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	text-align: center;
	z-index: 9;
}

.banner-txt h1{
	font-size: 200px;
	line-height: 200px;
	color: #ff7000;
	font-family: 'arissa_typefaceregular';
	margin: 0;
}

.banner-txt p{
	font-size: 200px;
	line-height: 200px;
	color: #ff7000;
	font-family: 'arissa_typefaceregular';
	margin: 0;
	padding: 0 0 0 380px;
}

/*==================================================================*/
/*========== Banner End ==========*/
/*==================================================================*/

/*==================================================================*/
/*================ Weare Section Start =============================*/
/*==================================================================*/
.weare-section{
	position: relative;
	padding: 116px 0;
	z-index: 999;
	background: #fff;
}

.weare-section .weare-img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 565px;
}

.weare-section .weare-img img{
	width: 100%;
	object-fit: cover;
}

.weare-content{
	padding: 0 0 0 20px;
}

.weare-detail h2{
	font-size: 50px;
	line-height: 50px;
	font-family: 'arissa_typefaceregular';
	color: #3a468b;
	margin: 0 0 35px;
}

.weare-detail p{
	font-size: 20px;
	line-height: 40px;
	font-family: 'robotoregular';
	margin: 0 0 40px;
	color: #464646;
}



.content.clearfix {
	position: relative;
}


.brand-section{
	padding: 100px 0 40px;
	background: url(../images/brand-back.png) no-repeat;
	background-size: cover;
	position: relative;
	background-attachment:fixed;

}

.brand-section .brand-info .section-title{
	margin: 0 0 35px;
}

.brand-section .brand-info .row{
	margin: 0 -15px;
}

.brand-section .brand-info [class*=col-]{
	padding: 0 30px;
}

.brand-section .brand-info .brand-detail p{
	font-size: 20px;
	line-height: 40px;
	font-family: 'robotoregular';
	margin: 0 0 50px;
	color: #464646;
}

.brand-section .brand-block{
	margin: 0 0 60px;
	display: block;
	text-decoration: none;
	overflow: hidden;
}

.brand-section .brand-block:hover .brand-img img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transition:all .3s ease-in-out;
	-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;
}

.brand-section .brand-block .brand-img{
	position: relative;
}

.brand-section .brand-block .brand-img img{
	width: 100%;
	transition:all .3s ease-in-out;
	-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;
}

.brand-section .brand-block .brand-txt{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(58,70,139,0.8);
	padding: 25% 0;
	transition:all .3s ease-in-out;
	-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;
}

.brand-section a.brand-block:hover .brand-txt {
	padding:10% 0;
	transition:all .3s ease-in-out;
	-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;
}


.brand-section .brand-block .brand-txt h2{
	position: absolute;
	bottom: 20px;
	left: 15px;
	right: 15px;
	color: #fff;
	font-family: 'fira_sanssemibold';
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	margin: 0;
	text-decoration: none;
}

.brand-section .brand-block .brand-txt a:hover{
	color: #ff7000;
}


/*==================================================================*/
/*==================== Brand Section End ==========================*/
/*================================================================*/

/*==================================================================*/
/*=================== Tool Section Start ==========================*/
/*================================================================*/
.tool-section {
	position: relative;
	padding: 96px 0;
	background: #fff;
	z-index: 9999;
}

.tool-section .tool-img img{
	width: 100%;
	object-fit: cover;
}

.tool-section .tool-img{
	position: absolute;
	top: 0;
	right: 0;
	width: 570px;
}

.tool-section .tool-content .tool-info .section-title{
	margin: 0 0 50px;
}

.tool-section .tool-content .tool-info .tool-desc{
	margin: 0 0 75px;
}

.tool-section .tool-content .tool-info .tool-desc p{
	font-size: 20px;
	line-height: 40px;
	color: #464646;
	font-family: 'robotoregular';
}

.tool-info .tool-desc{
	padding: 0 0 40px;
}

.tool-info .tool-desc ul{
	display: block;
	list-style-type: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.tool-info .tool-desc ul li{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0 0 20px;
	font-size: 20px;
	line-height: 20px;
	font-family: 'robotoregular';
	color: #464646;
}

.tool-info .tool-desc p{
	font-family: 'robotoregular';
	color: #464646;
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 25px;
}

.tool-info .tool-desc .btn-primary{
	width: 350px;
	margin: 30px 0 0;
}


/*==================================================================*/
/*===================== Tool Section End ==========================*/
/*================================================================*/



/*==================================================================*/
/*==================== Digit Section Start ========================*/
/*================================================================*/
.digit-section{
	background: url(../images/digit-back.png) no-repeat;
	background-size: cover;
	padding: 75px 0 35px;
	text-align: center;
	position: relative;
	z-index: 999;
	background-attachment:fixed;
}

.digit-section .digit-top{
	padding: 0 140px;
}

.digit-section .digit-top .section-title{
	margin: 0 0 50px;
}

.digit-section .digit-top p{
	font-family: 'robotoregular';
	color: #464646;
	font-size: 20px;
	line-height: 40px;
	margin: 0 0 25px;
}

.digit-section .digit-bottom{
	margin: 30px 0 0;
}

.digit-section .digit-bottom .digit-block img{
	width: 100%;
}

/*==================================================================*/
/*===================== Digit Section End =========================*/
/*================================================================*/


/*==================================================================*/
/*================== Subscribe Section Start ======================*/
/*================================================================*/
.subscribe-section {
	padding: 25px 0;
	background: url(../images/form-back.png) no-repeat;
	background-size: cover;
	position: relative;
	z-index: 999;
}

.subscribe-form .form-group{
	margin: 0;
}

.subscribe-form .form-group .form-control{
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #fff;
	height: 50px;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	font-family: 'robotomedium';
	background: transparent;
	padding: 0;
}

.subscribe-form .form-group .form-control:focus{
	box-shadow: none;
}

.subscribe-form .form-group .btn-primary{
	width: 100%;
	height: 50px;
	/* background: #fff; */
	background: #3a468b;
	border: none;
	font-size: 20px;
	line-height: 20px;
	font-family: 'robotobold';
	text-transform: uppercase;
	/* color: #3a468b; */
	color: #fff;
	padding: 0;
}

.subscribe-form .form-group .btn-primary:hover{
	color: #3a468b;
	/* color: #b5bf00; */
	background: #fff;
}

.subscribe-form .form-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
}
.subscribe-form .form-group .form-control::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
}
.subscribe-form .form-group .form-control:-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}
.subscribe-form .form-group .form-control:-moz-placeholder { /* Firefox 18- */
	color: #fff;
}


/*==================================================================*/
/*==================== Subscribe Section End ======================*/
/*================================================================*/



/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer{
	padding: 90px 0;
	position: relative;
	background: #fff;
	z-index:99;
}
.subscribe-section.fixed {
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index:9999;
	padding: 15px 0 15px 0;
}
div.wpcf7 .ajax-loader {display:none !important;}
.footer .f-block h4{
	font-size: 18px;
	line-height: 18px;
	color: #ff7000;
	font-family: 'robotobold';
	margin: 0 0 20px;
}

.footer .f-logo{
	text-align: center;
	/*padding: 30px 0 0;*/
}

.footer .f-logo a{
	display: inline-block;
}

.footer .f-block ul{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer .f-block ul li{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0 0 20px;
	font-size: 18px;
	line-height: 18px;
	font-family: 'robotoregular';
	color: #464646;
}

.footer .f-block ul li a{
	font-size: 18px;
	line-height: 18px;
	font-family: 'robotoregular';
	text-decoration: none;
	color: #464646;
}

.footer .f-block ul li a:hover{
	color: #b5bf00;
}

.footer .f-block ul li a i{
	font-size: 30px;
	line-height: 30px;
	width: 50px;
	vertical-align: middle;
}

/* .footer .f-block.block-navigation{
padding: 0 0 0 100px;
}	 */

.footer .f-block.block-social{
	padding: 0 0 0 80px;
}


/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/


/*==================================================================*/
/*==================== Managenebt Page Start ======================*/
/*================================================================*/


/***** Button Start *****/
.btn-secondary{
	width: 200px;
	border-radius: 0;
	border: 2px solid #3f4a8d;
	/* color: #3f4a8d; */
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: 'robotobold';
	/* background: transparent; */
	background: #3f4a8d;
	padding: 15px 0;
}

.btn-secondary:hover{
	/* background: transparent;
	border-color:#b5bf00;
	color: #3f4a8d; */
	background: #fff;
	border-color:#3f4a8d;
	color: #3f4a8d;
}

.btn-secondary:active{
	/* background: transparent !important;
	border-color:#b5bf00 !important;
	color: #3f4a8d !important; */
	background: #fff !important;
	border-color:#3f4a8d !important;
	color: #3f4a8d !important;
}

.btn-secondary:focus{
	box-shadow: none;
}

/***** Button End *****/

/***** Hader Start *****/
.inner-header{
	text-align: center;
	padding: 50px 0 40px;
	position: relative;
	transition: 0.5s;
}

.inner-header .h-right{
	position: absolute;
	top: 0px;
	right: 100px;
}

.inner-header .h-menu{
	text-align: center;
}

.inner-header .h-menu .navbar{
	display: inline-block;
	padding: 60px 0 0;
}
.inner-header.compressed-header .h-menu .navbar{
	padding: 50px 0 0;
}
.inner-header .h-menu .navbar-nav .nav-item{
	padding: 0 15px;
	position: relative;
}

.inner-header .h-menu .navbar-nav > .nav-item:after{
	position: absolute;
	content: "//";
	top: 0;
	right: 0;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: -3px;
	color: #464646;
	font-weight: bold;
}

.inner-header .h-menu .navbar-nav .nav-item:last-child:after{
	display: none;
}

.inner-header  .h-menu .navbar-nav .nav-link{
	font-family: 'roboto_condensedbold';
	color: #464646;
}

.inner-header  .h-menu .navbar-nav .nav-link:hover{
	color: #ff7000;
}


/* a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover{
background: transparent !important;
} */
/***** Hader End *****/


/***** Inner Banner Start *****/
.inner-banner{
	position: relative;
}

.inner-banner img{
	width: 100%;
	object-fit: cover;
}

.inner-banner .banner-overlay{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,112,0,0.5);
}
/***** Inner Banner End *****/


/***** Management Section Start *****/
.brand-management-section{
	padding: 25px 0 40px;
}
/***** Management Section End *****/


/***** Information Pannel Start *****/
.information-pannel{
	text-align: center;
}

.information-pannel h2{
	font-family: 'arissa_typefaceregular';
	font-size: 60px;
	line-height: 60px;
	margin: 0 0 45px;
	color: #3a468b;
}

.information-pannel .info-img{
	margin: 0 0 30px;
}

.information-pannel .info-img img{
	width: 100%;
	object-fit: cover;
}

.information-pannel .info-desc{
	padding: 0 30px;
}

.information-pannel .info-desc h3{
	font-family: 'roboto_condensedregular';
	font-size: 40px;
	line-height: 40px;
	color: #3a468b;
	margin: 0 0 15px;
}

.information-pannel .info-desc h4{
	font-family: 'robotobold';
	font-size: 30px;
	line-height: 30px;
	color: #b5bf00;
	margin: 0 0 25px;
}

.information-pannel .info-desc p{
	font-family: 'robotoregular';
	font-size: 20px;
	line-height: 32px;
	color: #464646;
	margin: 0 0 50px;
}
/***** Information Pannel End *****/


/***** Printing Section Start *****/
.printing-section{
	background: url(../images/back-01.jpg) no-repeat;
	background-size: cover;
	padding: 60px 0 55px;
}
/***** Printing Section End *****/

/***** promotional Section Start *****/
.promotional-section{
	padding: 60px 0 70px;
}

.promotional-section .information-pannel .info-desc .btn-secondary{
	margin: 0 15px;
}
/***** promotional Section End *****/

/***** Apprel Section Start *****/
.apprel-section{
	background: url(../images/back-01.jpg) no-repeat;
	background-size: cover;
	padding: 65px 0 55px;
}
/***** Apprel Section End *****/

/***** Fulfillment Section Start *****/
.fulfillment-section{
	padding: 90px 0 80px;
}
/***** Fulfillment Section End *****/

/***** Visual Section Start *****/
.visual-section{
	background: url(../images/back-01.jpg) no-repeat;
	background-size: cover;
	padding: 75px 0 60px;
}
.bg{
	background: url(../images/back-01.jpg) no-repeat;
	background-size: cover;
}
.visual-section .visual-title{
	text-align: center;
	margin: 0 0 50px;
}

.visual-section .visual-title h3{
	font-family: 'roboto_condensedregular';
	font-size: 40px;
	line-height: 40px;
	margin: 0;
	text-transform: capitalize;
	color: #3a468b;
}

.visual-section .all-visual .visual-block{
	position: relative;
	border-right: 2px solid rgba(255,255,255,1);
	margin-bottom: 2px;
	display: block;
}

.visual-section .all-visual .visual-block img{
	width: 100%;
}

.visual-section .all-visual .visual-block .visual-overlay{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(58,70,139,0.5);
}


/***** Visual Section End *****/



/*==================================================================*/
/*==================== Managenebt Page End ========================*/
/*================================================================*/


/*==================================================================*/
/*==================== Timeline Page Start ========================*/
/*================================================================*/
.brand-management-section.connect-section .information-pannel .info-desc p{
	margin: 0;
}

.timeline-section img{
	width: 100%;
}

.team-section{
	padding: 100px 0 70px;
}

.team-section .team-top{
	text-align: center;
	padding: 0 0 35px;
}

.team-section .team-top h2{
	font-family: 'roboto_condensedregular';
	font-size: 40px;
	line-height: 40px;
	margin: 0 0 35px;
	color: #3a468b;
	text-transform: capitalize;
}

.team-section .team-top p{
	font-family: 'robotoregular';
	font-size: 20px;
	line-height: 25px;
	margin: 0 0 20px;
	color: #464646;
}

.team-section .team-member .team-slider .member-item{
	cursor: pointer;
	position: relative;
}

.team-section .team-member .team-slider .member-item .member-desc{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	visibility: hidden;
}

.team-section .team-member .team-slider .member-item:hover .member-desc{
	opacity: 1;
	visibility: visible;
}

.team-section .team-member .team-slider .member-item .member-desc .mmber-txt{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	text-align: center;
}

.team-slider .member-item .member-desc .mmber-txt h4{
	color: #fff;
	font-size: 19px;
	line-height: 19px;
	text-transform: uppercase;
	font-family: 'robotobold';
	margin: 0 0 25px;
}

.team-slider .member-item .member-desc .mmber-txt p{
	color: #fff;
	font-size: 19px;
	line-height: 19px;
	font-family: 'robotobold';
	margin: 0 0 35px;
}
.team-slider .member-item .member-desc .mmber-txt img{
	display: inline-block;
	width: auto !important;
}

.team-section .team-member .team-slider .member-item img{
	width: 100%;
}

.team-section .team-member .team-slider .slick-arrow{
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	font-size: 60px;
	line-height: 60px;
	color: #b7b7b7;
	cursor: pointer;
}

.team-section .team-member .team-slider .slick-arrow:hover{
	color: #b5bf00;
}

.team-section .team-member .team-slider .slick-next{
	right: -50px;
	left: 100%;
}

.team-section .team-member .team-slider .slick-prev{
	left: -50px;
}

.team-section .slick-initialized .slick-slide{
	padding: 0 25px;
}



.team-section .team-member .team-slider .member-item .hover-img {
	display: none;
}
.team-section .team-member .team-slider .member-item:hover .hover-img {
	display: block;
}
.team-section .team-member .team-slider .member-item:hover .default-img {
	display: none;
}

/* 6-11-2019 css start */

.timeline-custom {
	background:#F0F0F2;
	padding: 50px 0px;
}
.timeline-custom-inner ul li {
	position: relative;
	width: 15%;
	list-style: none;
	display: inline-block;
	height: 400px;
	margin: 0px;
	text-align: center;
}
.timeline-custom-inner ul {
	margin: 0px;
	padding: 0px 20px;
}
.timeline-custom-inner ul li .inner-shape {
	/*position: relative;*/
	/*background: #f8cce7;*/
	height: 100%;
}
.timeline-custom-inner ul li .arrow-bottom {
	position: absolute;
	background-color: #e9e9e9;
	display: block;
	width: 100%;
	height: 60px;
	bottom: 0px;
	transform: skew(-30deg, 0);
	-webkit-transform: transform: skew(-30deg, 0);
	-ms-transform: transform: skew(-30deg, 0);
	-o-transform: transform: skew(-30deg, 0);
	-moz-transform: transform: skew(-30deg, 0);
}



.timeline-custom-inner ul li .inner-shape .arrow-bottom:after {
	content: '';
	width: 0px;
	height: 0;
	border-top: 30px solid transparent;
	border-left: 26px solid #fbfbfc;
	border-bottom: 30px solid transparent;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}
.timeline-custom-inner ul li .inner-shape .arrow-bottom:before {
	content: '';
	width: 0px;
	height: 0;
	border-top: 30px solid transparent;
	border-left: 26px solid #e9e9e9;
	border-bottom: 30px solid transparent;
	position: absolute;
	right: -25px;
	top: 0px;
	z-index: 9999;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}
.timeline-custom-inner ul li .inner-shape .arrow-bottom .dots-border-text .dots {
	width: 30px;
	height: 20px;
	background-color: #979797;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	display: block;
	margin: 20px auto;
	display: table;
	position: relative;
}
.timeline-custom-inner ul li .inner-shape .arrow-bottom .dots-border-text .dots:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 74px;
	height: 40px;
	background-color: transparent;
	border: 2px solid #979797;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
}



.timeline-custom-inner ul li .inner-shape .text-year h2 {
	font-size: 32px;
	font-family: 'RobotoBlack';
	margin: 0px;
	color: #000;
}

.timeline-custom-inner ul li .inner-shape .text-year h5 {
	font-family: 'RobotoBlack';
	color: #000;
	margin: 0px;
	text-transform: uppercase;
	font-size: 28px;
}
.timeline-custom-inner ul li .inner-shape .text-year .img-text-block {
	padding: 10px 0px 20px;	background:#F0F0F2; position:absolute;

}
.timeline-custom-inner ul li .inner-shape .text-year .img-text-block img {
	float: left;
	height: 50px;
	width: 50px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.timeline-custom-inner ul li .inner-shape .text-year .img-text-block p {
	color: #464646;
	width: 100%;
	margin: 0px;
	line-height: 24px;
	font-size: 18px;
}
.timeline-custom-inner ul li .inner-shape .text-year {
	float: left;
	width: 100%;
	position: relative;
	top: 0;
	bottom: 0px;
	height: 100%;
}
.timeline-custom-inner ul li .inner-shape .text-year .text-year-inner {
	position: relative;
	height: 100%;
	top: 0px;
}
.timeline-custom-inner ul li .inner-shape .text-year .text-year-inner:before {
	content: '';
	position: absolute;
	height: auto;
	width: 5px;
	background-color: #979797;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	top: 100px;
	bottom: 23px;
}



/* color pink css start */
.timeline-custom-inner ul li.color-pink .arrow-bottom {
	background-color: #f8cce7;
}
.timeline-custom-inner ul li.color-pink .inner-shape .arrow-bottom:before {
	border-left-color: #f8cce7;
}
.timeline-custom-inner ul li.color-pink .inner-shape .arrow-bottom .dots-border-text .dots {
	background-color: #e3047f;
}
.timeline-custom-inner ul li.color-pink .inner-shape .arrow-bottom .dots-border-text .dots:before {
	border: 2px solid #e3047f;
}
.timeline-custom-inner ul li.color-pink .inner-shape .text-year h2{
	color: #e80069;
}
.timeline-custom-inner ul li.color-pink .inner-shape .text-year h5 {
	color: #e80069;
}
.timeline-custom-inner ul li.color-pink .inner-shape .text-year .text-year-inner:before {
	background-color: #e80069;
}
/* color pink css end */

/* color pink css start */
.timeline-custom-inner ul li.color-orange .arrow-bottom {
	background-color: #ffe7d8;
}
.timeline-custom-inner ul li.color-orange .inner-shape .arrow-bottom:before {
	border-left-color: #ffe7d8;
}
.timeline-custom-inner ul li.color-orange .inner-shape .arrow-bottom .dots-border-text .dots {
	background-color: #fd8a2f;
}
.timeline-custom-inner ul li.color-orange .inner-shape .arrow-bottom .dots-border-text .dots:before {
	border: 2px solid #fd8a2f;
}
.timeline-custom-inner ul li.color-orange .inner-shape .text-year h2{
	color: #fd8a2f;
}
.timeline-custom-inner ul li.color-orange .inner-shape .text-year h5 {
	color: #fd8a2f;
}
.timeline-custom-inner ul li.color-orange .inner-shape .text-year .text-year-inner:before {
	background-color: #fd8a2f;
}

.timeline-custom-inner ul li.color-orange .inner-shape .text-year .text-year-inner {
	top: 250px;
}
.timeline-custom-inner ul li.color-orange .inner-shape .text-year .text-year-inner:before {
	bottom: 283px;
}
.timeline-custom-inner ul li.color-orange .inner-shape .text-year .img-text-block p {
	margin-bottom: 15px;
}
/* color pink css end */

/* color red css start */
.timeline-custom-inner ul li.color-red .arrow-bottom {
	background-color: #f1ced2;
}
.timeline-custom-inner ul li.color-red .inner-shape .arrow-bottom:before {
	border-left-color: #f1ced2;
}
.timeline-custom-inner ul li.color-red .inner-shape .arrow-bottom .dots-border-text .dots {
	background-color: #be1515;
}
.timeline-custom-inner ul li.color-red .inner-shape .arrow-bottom .dots-border-text .dots:before {
	border: 2px solid #be1515;
}
.timeline-custom-inner ul li.color-red .inner-shape .text-year h2{
	color: #be1515;
}
.timeline-custom-inner ul li.color-red .inner-shape .text-year h5 {
	color: #be1515;
}
.timeline-custom-inner ul li.color-red .inner-shape .text-year .text-year-inner:before {
	background-color: #be1515;
}
/* color red css end */

/* color red css start */
.timeline-custom-inner ul li.color-green .arrow-bottom {
	background-color: #eef0cb;
}
.timeline-custom-inner ul li.color-green .inner-shape .arrow-bottom:before {
	border-left-color: #eef0cb;
}
.timeline-custom-inner ul li.color-green .inner-shape .arrow-bottom .dots-border-text .dots {
	background-color: #a9b407;
}
.timeline-custom-inner ul li.color-green .inner-shape .arrow-bottom .dots-border-text .dots:before {
	border: 2px solid #a9b407;
}
.timeline-custom-inner ul li.color-green .inner-shape .text-year h2{
	color: #a9b407;
}
.timeline-custom-inner ul li.color-green .inner-shape .text-year h5 {
	color: #a9b407;
}
.timeline-custom-inner ul li.color-green .inner-shape .text-year .text-year-inner:before {
	background-color: #a9b407;
}
.timeline-custom-inner ul li.color-green .inner-shape .text-year .img-text-block p {
	float: left;
}
.timeline-custom-inner ul li.color-green .inner-shape .text-year .img-text-block img {
	float: right;
}
/* color red css end */

/* color blue css start */
.timeline-custom-inner ul li.color-blue .arrow-bottom {
	background-color: #cce9f7;
}
.timeline-custom-inner ul li.color-blue .inner-shape .arrow-bottom:before {
	border-left-color: #cce9f7;
}
.timeline-custom-inner ul li.color-blue .inner-shape .arrow-bottom .dots-border-text .dots {
	background-color: #019fcc;
}
.timeline-custom-inner ul li.color-blue .inner-shape .arrow-bottom .dots-border-text .dots:before {
	border: 2px solid #019fcc;
}
.timeline-custom-inner ul li.color-blue .inner-shape .text-year h2{
	color: #019fcc;
}
.timeline-custom-inner ul li.color-blue .inner-shape .text-year h5 {
	color: #019fcc;
}
.timeline-custom-inner ul li.color-blue .inner-shape .text-year .text-year-inner:before {
	background-color: #019fcc;
}
.timeline-custom-inner ul li.color-blue .inner-shape .text-year .img-text-block p {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.timeline-custom-inner ul li.color-blue .inner-shape .text-year .img-text-block img {
	float: none;
	width: 100%;
	height: 100px;
}
.timeline-custom-inner ul li.color-orange .inner-shape .text-year .text-year-inner {
}
/* color blue css end */

/* color red css start */
.timeline-custom-inner ul li.color-dark-orange .arrow-bottom {
	background-color: #fed8cb;
}
.timeline-custom-inner ul li.color-dark-orange .inner-shape .arrow-bottom:before {
	border-left-color: #fed8cb;
}
.timeline-custom-inner ul li.color-dark-orange .inner-shape .arrow-bottom .dots-border-text .dots {
	background-color: #ff3c00;
}
.timeline-custom-inner ul li.color-dark-orange .inner-shape .arrow-bottom .dots-border-text .dots:before {
	border: 2px solid #ff3c00;
}
.timeline-custom-inner ul li.color-dark-orange .inner-shape .text-year h2{
	color: #ff3c00;
}
.timeline-custom-inner ul li.color-dark-orange .inner-shape .text-year h5 {
	color: #ff3c00;
}
.timeline-custom-inner ul li.color-dark-orange .inner-shape .text-year .text-year-inner:before {
	background-color: #ff3c00;
}
.timeline-custom-inner ul li.color-dark-orange .inner-shape .text-year .img-text-block p {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.timeline-custom-inner ul li.color-dark-orange .inner-shape .text-year .img-text-block img {
	display: inline-block;
	margin-bottom: 10px;
	width: 46.2%;
	margin-right: 10px;
}
.timeline-custom .timeline-custom-inner .slick-prev {
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
}
.timeline-custom .timeline-custom-inner .slick-arrow {
	height: 40px;
	width: 40px;
	background-color: #3a468b;
	z-index: 99;
	cursor: pointer;
}
.timeline-custom .timeline-custom-inner .slick-arrow i {
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	color: #ffffff;
	font-size: 28px;
}
.timeline-custom .timeline-custom-inner .slick-next {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
}
/* color red css end */


.timeline-custom .slick-slide {
	margin:0 15px;
}
/*==================================================================*/
/*===================== Timeline Page End =========================*/
/*================================================================*/

.parallax-window {
	min-height: 790px;
	background: transparent;
}


.compressed-header .h-right .login-block{ margin-left:0}  .compressed-header .h-right{ right:0;top:32px}
.compressed-header {
	padding: 15px 15px;
	background: rgba(255,255,255,0.8);
}
.compressed-sticky-header{    position: fixed;
	width: 100%;
	z-index: 10000;
}

.h-logo img {
	max-width: 100%;
}


/** 9-12-2019 css start **/

/*.compressed-header {
opacity: 0;
}*/
.compressed-header {
	opacity: 0;
	visibility: hidden;
}
.compressed-header.block-header {
	opacity: 1;
	visibility: visible;
}

.front-header .compressed-header {
	opacity: 1;
	visibility: visible;
}
/** 9-12-2019 css end **/
/** 3-6-2024 css start **/
li b {font-family: robotobold;}
p b {font-family: robotobold;}
h3 b {font-family: roboto_condensedbold}
li strong {font-family: robotobold;}
p strong {font-family: robotobold;}
h3 strong {font-family: roboto_condensedbold}
/** 3-6-2024 css end **/
/** 4-19-2024 css start**/
.blog h2{font-family:roboto_condensedregular; font-size:40px; line-height:1.2; color:#3a468b; margin:25px 0 20px;}
.blog h2 strong{font-family:roboto_condensedbold;}
/** 6-10-2024 css start**/
#v-tabs-tab .nav-link {border-top-right-radius:0!important; border-bottom-left-radius:.25rem;}
#v-tabs-tab .nav-link.active {border-color:#dee2e6 #fff #dee2e6 #dee2e6!important}
/** 7-2-2024 css start**/
.blog p{margin: 0 0 30px!important;}
@media (max-width: 767px){.photowrap{float:none !important; margin-left:auto !important; margin-right:auto !important; margin-bottom:20px !important}}