
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Readex+Pro:wght@200;300;400;500;600;700&display=swap');
.pull-left{
	float:left;
}

.pull-right{
	float:right;
}

/* Btn Stule Seven */

.btn-style-seven{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	overflow: hidden;
	text-align:center;
	border-radius:5px;
	padding: 13px 30px;
	color: #00248f !important;
	text-transform: capitalize;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	font-family: 'Readex Pro', sans-serif;
	background: #D9E1F8;
	background: -webkit-linear-gradient(to right, #D9E1F8 0%, #d9effe 100%);
	background: -moz-linear-gradient(to right, #D9E1F8 0%, #d9effe 100%);
	background: linear-gradient(to right, #D9E1F8 0%, #d9effe 100%);
}

.btn-style-seven:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background: #0039CF;
	background: -webkit-linear-gradient(to right, #0039CF 0%, #0095fd 100%);
	background: -moz-linear-gradient(to right, #0039CF 0%, #0095fd 100%);
	background: linear-gradient(to right, #0039CF 0%, #0095fd 100%);
}

.btn-style-seven .txt{
	position:relative;
	z-index:1;
}

.btn-style-seven i{
	position:relative;
	font-style:normal;
	margin-left:5px;
}

.btn-style-seven:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-seven:hover{
	color:#ffffff !important;
}

/* Btn Stule Nine */

.btn-style-nine{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	overflow: hidden;
	text-align:center;
	border-radius:5px;
	padding: 13px 30px;
	color: #141414 !important;
	text-transform: capitalize;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	font-family: 'Readex Pro', sans-serif;
	background-color: #ffffff;
}

.btn-style-nine:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background: #0039CF;
	background: -webkit-linear-gradient(to right, #0039CF 0%, #0095fd 100%);
	background: -moz-linear-gradient(to right, #0039CF 0%, #0095fd 100%);
	background: linear-gradient(to right, #0039CF 0%, #0095fd 100%);
}

.btn-style-nine .txt{
	position:relative;
	z-index:1;
}

.btn-style-nine i{
	position:relative;
	font-style:normal;
	margin-left:5px;
}

.btn-style-nine:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-nine:hover{
	color:#ffffff !important;
}
/* Btn Stule Six */

.btn-style-six{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	overflow: hidden;
	text-align:center;
	border-radius:5px;
	padding: 12px 30px;
	color: #ffffff !important;
	text-transform: capitalize;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	font-family: 'Oswald', sans-serif;
	background-color:#141414;
	font-family: 'Readex Pro', sans-serif;
}

.btn-style-six:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background: #141414;
	background: -webkit-linear-gradient(to right, #141414 0%, #302f2a 100%);
	background: -moz-linear-gradient(to right, #141414 0%, #302f2a 100%);
	background: linear-gradient(to right, #141414 0%, #302f2a 100%);
}

.btn-style-six .txt{
	position:relative;
	z-index:1;
}

.btn-style-six i{
	position:relative;
	font-style:normal;
	margin-left:5px;
}

.btn-style-six:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-six:hover{
	color:#ffffff;
}

/* Btn Stule Eight */

.btn-style-eight{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	overflow: hidden;
	text-align:center;
	border-radius:5px;
	padding: 13px 30px;
	color: #ffffff !important;
	text-transform: capitalize;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	font-family: 'Readex Pro', sans-serif;
	background-color: #141414;
}

.btn-style-eight:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background: #0039CF;
	background: -webkit-linear-gradient(to right, #0039CF 0%, #0095fd 100%);
	background: -moz-linear-gradient(to right, #0039CF 0%, #0095fd 100%);
	background: linear-gradient(to right, #0039CF 0%, #0095fd 100%);
}

.btn-style-eight .txt{
	position:relative;
	z-index:1;
}

.btn-style-eight i{
	position:relative;
	font-style:normal;
	margin-left:5px;
}

.btn-style-eight:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-eight:hover{
	color:#ffffff !important;
}
/* Btn Stule Five */

.btn-style-five{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	font-weight: 700;
	overflow: hidden;
	text-align:center;
	border-radius:5px;
	padding: 14px 30px;
	color: #ffffff;
	text-transform: capitalize;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	font-family: 'Oswald', sans-serif;
	background: #ffc200;
	background: -webkit-linear-gradient(to right, #ffc200 0%, #ffdc6d 100%);
	background: -moz-linear-gradient(to right, #ffc200 0%, #ffdc6d 100%);
	background: linear-gradient(to right, #ffc200 0%, #ffdc6d 100%);
	font-family: 'Readex Pro', sans-serif;
}

.btn-style-five:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background: #fdc000;
	background: -webkit-linear-gradient(to left, #fdc000 0%, #ffcf35 100%);
	background: -moz-linear-gradient(to left, #fdc000 0%, #ffcf35 100%);
	background: linear-gradient(to left, #fdc000 0%, #ffcf35 100%);
}

.btn-style-five .txt{
	position:relative;
	z-index:1;
}
a.theme-btn.btn-style-five span, a.theme-btn.btn-style-five i {
    position: relative;
    z-index: 1;
}
.btn-style-five i{
	position:relative;
	font-style:normal;
	margin-left:5px;
}

.btn-style-five:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-five:hover{
	color:#ffffff;
}
/* Header */

/* Main Menu */

.main-menu{
	position:static;
	float:left;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navbar-collapse{
	padding:0px;
	float: left;
	display:block !important;
}

.main-menu .navigation{
	position:static;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-right:28px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.sticky-header .main-menu .navigation > li > a{
	color:#444444;
	padding:23px 0px;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a{
	
}

.sticky-header .nav-outer .options-box{
	margin-top:45px;
}

/*Sticky Header*/

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	z-index:0;
	border-bottom:1px solid #e8f1f7;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .mobile-nav-toggler{
	position:relative;
	float:right;
	display:none;
	cursor:pointer;
	padding:20px 0px;
}

.sticky-header .logo{
	padding:8px 0px;
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	color:#ffffff;
	text-align:center;
	line-height:30px;
	text-transform: capitalize;
	letter-spacing:0px;
	opacity:1;
	font-weight:700;
	padding:35px 0px;
	font-size:16px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Inter', sans-serif;
}

.corp-main-header .main-menu .navigation > li.menu-item-has-children > a{
	padding-right:15px !important;
}

.corp-main-header .main-menu .navigation > li.menu-item-has-children > a:before{
	font-family: 'Font Awesome 5 Pro';
	font-weight:800;
    content: "\f067";
    position: absolute;
    right: 0px;
    font-size: 10px;
	transition:all 100ms ease;
	-moz-transition:all 100ms ease;
	-webkit-transition:all 100ms ease;
	-ms-transition:all 100ms ease;
	-o-transition:all 100ms ease;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:-30px;
	top:100%;
	width:230px;
	z-index:100;
	display:none;
	opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	padding:20px 15px;
	border-radius:10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #f9f9f9;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 18px;
	line-height:24px;
	font-weight:500;
	font-size:16px;
	color:#111111;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Inter', sans-serif;
}

.main-menu .navigation > li > ul > li > a:before{
	position:absolute;
	content:'//';
	left:10px;
	top:10px;
	opacity:0;
	color:#9500fa;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a::before{
	opacity:1;
}

.sticky-header .main-menu .navigation > li > a:before{
	
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#9500fa !important;
	padding-left:30px;
}

.main-menu .navigation > li > ul > li.menu-item-has-children > a:after{
	font-family: 'Font Awesome 5 Pro';
	content: "\f105";
	position:absolute;
	right:15px;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	color:#253d4a;
	line-height:20px;
	font-size:16px;
	font-weight:800;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.menu-item-has-children:hover > a:after{
	color:#222222;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:120%;
	top:0%;
	width:230px;
	z-index:100;
	display:none;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	padding:20px 15px;
	border-radius:10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #f9f9f9;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 18px;
	line-height:24px;
	font-weight:500;
	font-size:16px;
	text-transform:capitalize;
	color:#111111;
	padding-left:10px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	text-transform:capitalize;
	font-family: 'Inter', sans-serif;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#9500fa;
}

.main-menu .navigation > li > ul > li > ul > li > a:before{
	position:absolute;
	content:'//';
	left:10px;
	top:8px;
	opacity:0;
	color:#9500fa;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a::before{
	opacity:1;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#9500fa;
	padding-left:30px;
}

.main-menu .navigation > li.menu-item-has-children:hover > ul{
	visibility:visible;
	opacity:1;
	left:0px;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.main-menu .navigation li > ul > li.menu-item-has-children:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
	left:100%;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.main-menu .navbar-collapse > ul li.menu-item-has-children .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:30px;
	height:30px;
	text-align:center;
	color:#ffffff;
	line-height:28px;
	border:1px solid #ffffff;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}
.business-header-two{
	position:relative;
}

.business-header-two .header-upper .logo-box{
	padding:20px 60px;
	background: #0036CD;
	background: -webkit-linear-gradient(to right, #0036CD 0%, #0196fe 100%);
	background: -moz-linear-gradient(to right, #0036CD 0%, #0196fe 100%);
	background: linear-gradient(to right, #0036CD 0%, #0196fe 100%);
}

.business-header-two .auto-container{
	max-width:1640px;
	padding:0px 0px;
}

.corp-main-header.business-header-two .main-menu .navigation > li{
	margin-right:25px;
}

.business-header-two .main-menu .navigation > li > a{
	color:#28292A;
	padding:26px 0px;
	font-weight:600;
	font-family: 'Lato', sans-serif;
}

.business-header-two .main-menu .navigation > li:before{
	display:none;
}

.business-header-two .outer-box .search-box-btn{
	color:#070707;
}

.business-header-two .main-menu .navigation > li:hover > a,
.business-header-two .main-menu .navigation > li.current > a{
	color:#005ef9 !important;
}


.business-header-two .main-menu .navigation > li{
	margin-right:35px;
}

.business-header-two .main-menu .navigation > li.menu-item-has-children:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:-1px;
	height:4px;
	right:0px;
	opacity:0;
	background-color:#005ef9;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transform:scale(0.5,1);
}

.business-header-two .main-menu .navigation > li:hover::before,
.business-header-two .main-menu .navigation > li.current::before{
	opacity:1;
	transform:scale(1,1);
}

.business-header-two .nav-outer{
	position:static;
	float:left;
	padding-left:80px;
}

.business-header-two .header-upper .inner-container{
	border:0px;
}

.business-header-two .outer-box{
	position:absolute;
	right:0px;
	top:0px;
}

.business-header-two .outer-box .nav-btn{
	position:relative;
	width:100px;
	height:82px;
	float:right;
	color:#ffffff;
	line-height:82px;
	font-size:30px;
	cursor:pointer;
	text-align:center;
	background-color:#ffc200;
}

.business-header-two .outer-box .support-box{
	position:relative;
	float:left;
	padding:9px 15px 8px 15px;
	background-color:#0033cc;
}

.business-header-two .outer-box .support-box .box-inner{
	position:relative;
	color:#ffffff;
	font-size:16px;
	padding-left:80px;
	padding-right:40px;
	font-family: 'Lato', sans-serif;
}

.business-header-two .outer-box .support-box .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:62px;
	text-align:center;
	border-radius:8px;
	font-size:30px;
	border:1px solid rgba(255,255,255,0.50);
	background-color:rgba(255,255,255,0.10);
}

.business-header-two .outer-box .support-box .box-inner strong{
	position:relative;
	display:block;
	font-weight:600;
	margin-top:6px;
	font-size:20px;
	font-family: 'Readex Pro', sans-serif;
}
.business-header-two .container {
    max-width: 1640px;
    padding: 0px 0px;
}
.business-header-two .outer-box .support-box .box-inner strong a{
	position:relative;
	font-size:20px;
	color:#ffffff;
}

.business-header-two .sticky-header .outer-box{
	position:relative;
}

.business-header-two .sticky-header .logo{
	padding:11px 0px;
}

.business-header-two .sticky-header .logo{
	padding-left:15px;
}

/*** 

====================================================================
	Mobile Menu
====================================================================

***/

.corp-main-header .nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 36px;
	line-height: 50px;
	cursor: pointer;
	color:#ffffff;
	display: none;
	padding:22px 0px 25px;
}

.mobile-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right:30px;
	max-width:100%;
	height: 100%;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .nav-logo{
	position:relative;
	padding:20px 20px;
	text-align:left;	
}

.mobile-menu .nav-logo img{
	max-width:110px;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	visibility: visible;
}

.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.90);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 1;
	width:100%;
	visibility: visible;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box{
	position: absolute;
	right: -400px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #ffffff;
	padding: 0px 0px;
	z-index: 5;
	border-radius: 0px;
	
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box{
	right:0px;
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.mobile-menu .close-btn{
	position: absolute;
	right: 15px;
	top: 15px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 14px;
	color: #202020;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.mobile-menu .close-btn:hover{
	opacity: 0.50;
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	width:100%;
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > ul > li:last-child{
	border-bottom: none;
}

.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 20px;
	font-size: 15px;
	color: #404040;
	text-transform: capitalize;
}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a{
	color:#111111;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:44px;
	height:44px;
	text-align:center;
	font-size:16px;
	line-height:44px;
	color:#404040;
	cursor:pointer;
	z-index:5;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn:after{
	content:'';
	position:absolute;
	left:0px;
	top:10px;
	width:1px;
	height:24px;
	border-left:1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

.mobile-menu .navigation li > ul > li > a{
	padding-left:30px;
}

.mobile-menu .navigation li > ul > li > ul{
	padding-left:0px;
}

.mobile-menu .navigation li > ul > li > ul > li > a{
	padding-left:40px;
}

.sticky-header .navbar-header{
	display:none;
}
/* Sec Title Four */

.sec-title-four{
	position:relative;
	margin-bottom:40px;
}

.sec-title-four .title{
	position:relative;
	font-size:18px;
	font-weight:700;
	color:#141414;
	display:inline-block;
	padding:6px 30px 6px 0px;
	text-transform:capitalize;
	border-radius:0px 50px 50px 0px;
	background: -webkit-linear-gradient(to right, #ffffff 0%, rgba(1,148,253,0.30) 100%);
	background: -moz-linear-gradient(to right, #ffffff 0%, rgba(1,148,253,0.30) 100%);
	background: linear-gradient(to right, #ffffff 0%, #ffc100 100%);
}

.sec-title-four h3{
	margin-top:15px;
	color:#141414;
	font-weight:700;
	font-family: 'Readex Pro', sans-serif;
	font-size: 36px;
}

.sec-title-four .text{
	position:relative;
	margin-top:15px;
	color:#696969;
	font-size:16px;
	line-height:1.7em;
	font-family: 'Roboto', sans-serif;
}

.sec-title-four.light .title{
	color:#ffffff;
	background: -webkit-linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.30) 100%);
	background: -moz-linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.30) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.30) 100%);
}

.sec-title-four.light .text,
.sec-title-four.light h3{
	color:#ffffff;
}

.sec-title-four.centered{
	text-align:center;
}
/*** 

====================================================================
	Featured Slider
====================================================================

***/

.featured-section{
	position:relative;
	z-index:1;
	padding:100px 0px 70px;
}

.feature-block{
	position:relative;
	margin-bottom:30px;
}

.feature-block .inner-box{
	position:relative;
	padding:0px 30px 30px;
}

.feature-block .inner-box .image-layer{
	position:absolute;
	left:0px;
	top:30px;
	right:0px;
	bottom:0px;
	opacity:0;
	overflow:hidden;
	border-radius:8px;
	background-size:cover;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transform:scale(0.30,1);
}

.feature-block .inner-box .image-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.90;
	background-color:#060606;
}

.feature-block .inner-box:hover .image-layer{
	opacity:1;
	transform:scale(1,1);
}

.feature-block .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:30px;
	right:0px;
	bottom:0px;
	border-radius:8px;
	background-color:#ffffff;
	box-shadow:0px 10px 25px rgba(0,0,0,0.07);
}

.feature-block .inner-box:hover .icon-box{
	transform:rotateY(180deg);
}

.feature-block .inner-box .icon-box{
	position:relative;
	width:55px;
	height:55px;
	color:#060606;
	border-radius:5px;
	line-height:65px;
	text-align:center;
	font-size:28px;
	background: #ffc407;
	background: -webkit-linear-gradient(to right, #ffc407 0%, #ffdc6c 100%);
	background: -moz-linear-gradient(to right, #ffc407 0%, #ffdc6c 100%);
	background: linear-gradient(to right, #ffc407 0%, #ffdc6c 100%);
	box-shadow:0px 10px 25px rgb(0 3 7 / 25%);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.feature-block .inner-box h4{
	margin-top:30px;
	font-family:'Readex Pro', sans-serif;
	font-size: 24px;
    font-weight: 700;
	
}

.feature-block .inner-box h4 a{
	position:relative;
	color:#141414;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.feature-block .inner-box h4 a:hover{
	color:#0056dd;
}

.feature-block .inner-box .text{
	display: none;
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.7em;
	margin-top:15px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.feature-block .inner-box:hover h4 a,
.feature-block .inner-box:hover .text{
	display: block;
	color:#ffffff;
}


/*** 

====================================================================
	About Section Two
====================================================================

***/

.about-section-two{
	position:relative;
	overflow:visible;
	padding:0px 0px 70px;
}

.about-section-two .pattern-layer-one{
	position:absolute;
	left:0px;
	top:0px;
	width:456px;
	height:421px;
	background-repeat:no-repeat;
}

.about-section-two .pattern-layer-two{
	position:absolute;
	right:0px;
	top:-180px;
	width:391px;
	height:469px;
	background-repeat:no-repeat;
}

.about-section-two .image-column{
	position:relative;
	margin-bottom:30px;
}

.about-section-two .image-column .inner-column{
	position:relative;
	text-align:right;
}

.about-section-two .image-column .image{
	position:relative;
	display:inline-block;
}

.about-section-two .image-column .small-image{
	position:absolute;
	left:0px;
	bottom:-40px;
}

.about-section-two .image-column .image-content{
	position:relative;
	padding:25px 25px;
	text-align:center;
	margin-left:-40px;
	border-radius:6px;
	margin-top:30px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}

.about-section-two .image-column .image-content h6{
	position:relative;
	color:#000000;
	font-style:italic;
	font-family: 'Readex Pro', sans-serif;
	margin: 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
}

.about-section-two .image-column .image-content .quote-icon{
	position:absolute;
	right:30px;
	bottom:-25px;
	width:50px;
	height:50px;
	color:#ffc203;
	font-size:22px;
	line-height:55px;
	border-radius:50%;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.12);
}

.about-section-two .content-column{
	position:relative;
	margin-bottom:30px;
}

.about-section-two .content-column .inner-column{
	position:relative;
}

.about-section-two .content-column .blocks-outer{
	position:relative;
}

.about-section-two .content-column .sec-title-four{
	margin-bottom:25px;
}

.feature-block-two{
	position:relative;
	margin-bottom:30px;
}

.feature-block-two .inner-box{
	position:relative;
	padding-left:80px;
	color:#666666;
	font-size:18px;
}

.feature-block-two .inner-box .icon{
	position:absolute;
	left:0px;
	top:8px;
	width:60px;
	height:60px;
	color:#ffc203;
	font-size:30px;
	line-height:68px;
	text-align:center;
	border-radius:5px;
	display:inline-block;
	background-color:#141414;
}

.feature-block-two .inner-box strong{
	position:relative;
	display:block;
	color:#000000;
	font-weight:600;
	font-size:24px;
	margin-bottom:10px;
	font-family: 'Readex Pro', sans-serif;
}

/*** 

====================================================================
	Services Section Four
====================================================================

***/

.services-section-four{
	position:relative;
	padding:100px 0px 80px
}

.services-section-four .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	height:520px;
	background-size:cover;
}

.services-section-four .image-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.90;
	background-color:#001A66;
}

.services-section-four .sec-title-four .button-box{
	margin-top:50px;
}

.service-block-four{
	position:relative;
}

.service-block-four .inner-box{
	position:relative;
	padding:15px 15px;
}

.service-block-four .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:50px;
	border-radius:6px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.service-block-four .inner-box .image{
	position:relative;
	border-radius:6px;
	overflow:hidden;
	background-color:#111111;
}

.service-block-four .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.service-block-four .inner-box:hover .image img{
	opacity:0.60;
	transform:scale(1.05,1.05);
}

.service-block-four .lower-content{
	position:relative;
	padding-top:25px;
}

.service-block-four .lower-content .icon{
	position:absolute;
	right:25px;
	top:-23px;
	width:46px;
	height:46px;
	color:#0048d7;
	font-size:24px;
	line-height:52px;
	text-align:center;
	border-radius:6px;
	display:inline-block;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.service-block-four .lower-content h5{
	font-family: 'Readex Pro', sans-serif;
	font-size: 22px;
    font-weight: 700;
    line-height: 1.3em;
}

.service-block-four .lower-content h5 a{
	position:relative;
	color:#141414;
}

.service-block-four .lower-content h5 a:hover{
	color:#013fd2;
}

.service-block-four .lower-content .text{
	position:relative;
	line-height:1.6em;
	padding-top:10px;
	color:#666666;
	padding-bottom:20px;
}

.service-block-four .lower-content .button-box{
	position:relative;
}

/*** 

====================================================================
	Project Section Two
====================================================================

***/

.project-section-two{
	position:relative;
	overflow:hidden;
	padding-bottom:80px;
}

.project-section-two .pattern-layer{
	position:absolute;
	left:0px;
	bottom:0px;
	width:396px;
	height:466px;
	background-repeat:no-repeat;
}

.project-section-two .lower-button-box{
	position:relative;
	z-index:10;
	margin-top:-80px;
}

.project-section-two .lower-button-box .button-box{
	position:relative;
}

.project-section-two .lower-button-box:before{
	position:absolute;
	content:'';
	left:-90px;
	top:0px;
	width:75px;
	height:58px;
	background:url(../img/icon/arrow.png) no-repeat;
}

.project-section-two .inner-container{
	position:relative;
	padding-left:320px;
}

.project-section-two .project-tab .tab-btns-box{
	position:absolute;
	left:0px;
	top:0px;
	width:270px;
}

.project-section-two .project-tab .tab-btns-box .p-tab-btn{
	position:relative;
	color:#141414;
	cursor:pointer;
	font-size:16px;
	font-weight:600;
	text-align:center;
	display:block;
	padding:15px 15px;
	margin-bottom:17px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-family: 'Readex Pro', sans-serif;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:#ffffff;
	border:1px solid #E7E7E7;
}

.project-section-two .project-tab .tab-btns-box .p-tab-btn:hover,
.project-section-two .project-tab .tab-btns-box .p-tab-btn.active-btn{
	color:#ffffff;
	border-color:#ffc200;
	background-color:#ffc200;
	box-shadow:0px 10px 15px rgba(0,153,255,0.10);
}

.project-section-two .project-tab .p-tabs-content{
	position:relative;
	display:block;	
}

.project-section-two .project-tab .p-tab{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	visibility:hidden;	
}

.project-section-two .project-tab .p-tab.active-tab{
	position:relative;
	visibility:visible;
	z-index:5;
}

.project-section-two .p-tab.active-tab .project-block{
	-webkit-transform:scaleY(1);
	-ms-transform:scaleY(1);
	-o-transform:scaleY(1);
	-moz-transform:scaleY(1);
	transform:scaleY(1);
}

.project-section-two .p-tab .project-block{
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	-webkit-transform:scaleY(0);
	-ms-transform:scaleY(0);
	-o-transform:scaleY(0);
	-moz-transform:scaleY(0);
	transform:scaleY(0);	
}

.project-section-two .owl-nav{
	display: none;
}

.project-section-two .owl-dots{
	position:absolute;
	right:60px;
	bottom:55px;
	width:12px;
}

.project-section-two .owl-dots .owl-dot{
	position:relative;
	width:12px;
	height:12px;
	margin:3px 0px;
	border-radius:50px;
	background-color:#001966;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.project-section-two .owl-dots .owl-dot.active,
.project-section-two .owl-dots .owl-dot:hover{
	background-color:#18a2fd;
}

/* Project Block */

.project-block{
	position:relative;
	margin-bottom:30px;
}

.project-block .inner-box{
	position:relative;
}

.project-block .inner-box .image{
	position:relative;
	border-radius:8px;
	overflow:hidden;
}

.project-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.project-block .inner-box .image:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:1;
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #ffc200 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #ffc200 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #ffc200 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(100, #ffc200));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #ffc200 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #ffc200 100%);
}

.project-block .inner-box .content-box{
	position:relative;
	padding:30px 30px;
	border-radius:5px;
	max-width:460px;
	width:100%;
	float:right;
	z-index:2;
	margin-right:35px;
	margin-top:-180px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}

.project-block .inner-box .content-box h4{
	position:relative;
	margin-bottom:20px;
	font-family: 'Readex Pro', sans-serif;
	font-size: 24;
	font-weight: 700;
}

.project-block .inner-box .content-box h4 a{
	position:relative;
	color:#141414;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.project-block .inner-box .content-box h4 a:hover{
	color:#139ffd;
}

.project-block .inner-box .content-box .text{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.6em;
	margin-bottom:30px;
}


/*** 

====================================================================
	CTA Section Two
====================================================================

***/

.cta-section-two{
	position:relative;
	padding:85px 0px 50px;
	background-color:#00248f;
}

.cta-section-two .pattern-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0.10;
	background-position:left bottom;
	background-repeat:no-repeat;
}

.cta-section-two .pattern-layer-two{
	position:absolute;
	right:0px;
	top:0px;
	width:341px;
	height:305px;
	opacity:0.10;
	background-position:right top;
	background-repeat:no-repeat;
}

.cta-section-two .content-column{
	position:relative;
	margin-bottom:30px;
}

.cta-section-two .content-column .inner-column{
	position:relative;
}

.cta-section-two .content-column h3{
	position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 36px;
}

.cta-section-two .content-column .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	margin-top:20px;
	opacity:0.85;
	line-height:1.7em;
}

.cta-section-two .button-column{
	position:relative;
	margin-bottom:30px;
}

.cta-section-two .button-column .inner-column{
	position:relative;
	text-align:right;
	padding-top:50px;
}

/*** 

====================================================================
	Team Section Three
====================================================================

***/

.team-section-three{
	position:relative;
	padding:100px 0px 100px;
}

.team-section-three .inner-container{
	position:relative;
}

.team-section-three .circle-color{
	position:absolute;
	right:-50px;
	bottom:-20px;
	width:130px;
	height:130px;
	border-radius:50%;
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #ffc200 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #ffc200 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #ffc200 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(100, #ffc200));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #ffc200 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #ffc200 100%);
}

.team-section-three .pattern-layer{
	position:absolute;
	right:0px;
	bottom:-40px;
	width:537px;
	height:970px;
	background-position:right bottom;
	background-repeat:no-repeat;
}

/*** 

====================================================================
	Team Tabs Style
====================================================================

***/

.team-tabs{
	position:relative;
	padding-bottom:35px;
}

.team-tabs .tab-btns{
	position:absolute;
	left:0px;
	top:0px;
	max-width:370px;
	width:100%;
	margin-bottom:15px;
}

.team-tabs .tab-btns .tab-btn{
	position:relative;
	display:block;
	margin-right:20px;
	cursor:pointer;
	margin-bottom:25px;
	display:inline-block;
	transition:all 500ms ease;
	border-radius: 5px;
    overflow: hidden;
}

.team-tabs .tab-btns .tab-btn:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:1;
	opacity:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #ffc200 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #ffc200 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #ffc200 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(100, #ffc200));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #ffc200 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #ffc200 100%);
}

.team-tabs .tab-btns .tab-btn:nth-child(2),
.team-tabs .tab-btns .tab-btn:nth-child(4){
	margin-right:0px;
}

.team-tabs .tab-btns .tab-btn:hover::before{
	opacity:1;
}

.team-tabs .tabs-content{
	position:relative;
	padding-left:400px;
}

.team-tabs .tabs-content .tab{
	position:relative;
	display:none;
}

.team-tabs .tabs-content .tab.active-tab{
	display:block;
}

.team-tabs .tabs-content .content{
	position:relative;
	padding:30px 30px;
	border-radius:6px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.team-tabs .tabs-content .content .inner-content{
	position:relative;
	padding-left:300px;
}

.team-tabs .tabs-content .content .image{
	position:absolute;
	left:0px;
	top:0px;
	width:264px;
}

.team-tabs .tabs-content .content .image img{
	position:relative;
	width:100%;
	display:block;
}

.team-tabs .tabs-content .content h4{
	color: #141414;
    font-size: 24px;
    font-weight: 700;
}

.team-tabs .tabs-content .content .designation{
	position:relative;
	color:#666666;
	margin-top:5px;
	font-size:16px;
}

.team-tabs .tabs-content .content .text{
	position:relative;
	color:#666666;
	font-size:16px;
	margin-top:15px;
	margin-bottom:20px;
}

.team-tabs .tabs-content .content .social-box{
	position:relative;
}

.team-tabs .tabs-content .content .social-box li{
	position:relative;
	margin-right:10px;
	display:inline-block;
}

.team-tabs .tabs-content .content .social-box li a{
	position:relative;
	color:#ffffff;
	width:44px;
	height:44px;
	font-size:16px;
	line-height:44px;
	border-radius:5px;
	text-align:center;
	display:inline-block;
}

.team-tabs .tabs-content .content .social-box li.dribbble a{
	background-color:#ea4c89;
}

.team-tabs .tabs-content .content .social-box li.facebook a{
	background-color:#0046d6;
}

.team-tabs .tabs-content .content .social-box li.instagram a{
	background: #FF9A00;
	background: -webkit-linear-gradient(to right, #FF9A00 0%, #e2018a 100%);
	background: -moz-linear-gradient(to right, #FF9A00 0%, #e2018a 100%);
	background: linear-gradient(to right, #FF9A00 0%, #e2018a 100%);
}

.team-tabs .tabs-content .content .button-box{
	margin-top:45px;
}


/*** 

====================================================================
	Testimonial Section Two
====================================================================

***/

.testimonial-section-two{
	position:relative;
	overflow:visible;
	padding:100px 0px 190px;
	background-attachment:fixed;
	background-size:cover;
}

.testimonial-section-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.90;
	background-color:#0d246e;
}

.testimonial-section-two .testimonial-block-two{
	opacity:0.80;
	margin-top:15px;
	transform:scale(0.95,0.95);
}

.testimonial-section-two .testimonial-block-two .inner-box:before{
	bottom:25px;
}

.testimonial-section-two .owl-carousel .owl-stage-outer{
	padding:30px 0px 30px;
}

.testimonial-section-two .owl-carousel .owl-stage-outer .owl-item.center .testimonial-block-two{
	opacity:1;
	margin-top:0px;
	transform:scale(1.07,1.12);
}

.testimonial-section-two .owl-carousel .owl-stage-outer .owl-item.center .testimonial-block-two .inner-box::before{
	bottom:0px;
}

.testimonial-section-two .owl-carousel .owl-stage-outer .owl-item.center .testimonial-block-two .lower-content .designation{
	opacity:1;
}

.testimonial-section-two .owl-dots{
	display:none;
}

.testimonial-section-two .owl-nav{
	position:absolute;
	left:50%;
	max-width:1170px;
	width:100%;
	top:-100px;
	text-align:right;
	transform:translateX(-50%);
}

.testimonial-section-two .owl-nav .owl-prev,
.testimonial-section-two .owl-nav .owl-next{
	position: relative;
    width: 50px;
    height: 50px;
    color: #ffffff;
    line-height: 50px;
    font-size: 22px;
    margin-left: 15px;
    border-radius: 50px;
    background: none;
    border: 2px solid #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    display: inline-block;
    text-align: center;
}

.testimonial-section-two .owl-nav .owl-prev:hover,
.testimonial-section-two .owl-nav .owl-next:hover{
	color:#00248f;
	border-color:#ffffff;
	background-color:#ffffff;
}

.testimonial-block-two{
	position:relative;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.testimonial-block-two .inner-box{
	position:relative;
	text-align:center;
}

.testimonial-block-two .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:43px;
	right:0px;
	bottom:0px;
	background-color:#ffffff;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.testimonial-block-two .inner-box .author-image{
	position:relative;
	width:86px;
	height:86px;
	margin:0 auto;
	overflow:hidden;
	border-radius:50%;
	border:5px solid #ffffff;
}

.testimonial-block-two .lower-content{
	position:relative;
	padding-top:25px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:30px;
}

.testimonial-block-two .lower-content .text{
	position:relative;
	color:#666666;
	font-size:16px;
	font-style:italic;
}

.testimonial-block-two .lower-content h6{
	position:relative;
	margin-top:12px;
	color:#000000;
	font-weight:600;
	font-family: 'Readex Pro', sans-serif;
}

.testimonial-block-two .lower-content .designation{
	position:relative;
	color:#666666;
	font-size:14px;
	margin-top:3px;
	opacity:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}


/*** 

====================================================================
	Consulting Section Two
====================================================================

***/

.consulting-section-two{
	position:relative;
	overflow:visible;
}

.consulting-section-two .inner-container{
	position:relative;
	border-radius:6px;
	margin-top:-100px;
	z-index:10;
	overflow:hidden;
	padding:50px 30px 30px;
	background-color:#ffffff;
	box-shadow:0px 50px 40px rgba(0,0,0,0.04);
}

.consulting-section-two .inner-container:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	bottom:0px;
	width:50%;
	background-color:#eef2f6;
}

.consulting-section-two .counter-column{
	position:relative;
	margin-bottom:30px;
}

.consulting-section-two .counter-column .inner-column{
	position:relative;
	padding-right:15px;
}

/* Fact Counter */

.fact-counter-three{
	position:relative;
}

.fact-counter-three .column{
	position:relative;
	margin-bottom:30px;
}

.fact-counter-three .column .inner{
	position:relative;
	padding:45px 25px 40px;
	border-radius:5px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.fact-counter-three .column .inner .content{
	position:relative;
	padding-left:65px;
}

.fact-counter-three .column .inner .icon{
	position:absolute;
	left:0px;
	top:-15px;
	line-height:1.3em;
	font-weight: 400;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
	color:#0139cf;
	font-size:46px;
	background-image: linear-gradient(to left, #0139cf 0%, #0061e3 50%, #0095fd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fact-counter-three .column .inner:hover .icon{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.fact-counter-three .column .inner .count-outer{
	position:relative;
	font-weight:700;
	color:#141414;
	font-size:30px;
	line-height:1em;
	font-family: 'Readex Pro', sans-serif;
}

.fact-counter-three .column .inner .counter-title{
	position:relative;
	color:#666666;
	font-size:16px;
	font-weight:600;
	margin-top:10px;
	text-transform:capitalize;
	font-family: 'Readex Pro', sans-serif;
}

.consulting-section-two .form-column{
	position:relative;
	margin-bottom:30px;
}

.consulting-section-two .form-column .inner-column{
	position:relative;
	padding-left:15px;
}

/* Consult Form */

.consult-form{
	position:relative;
}

.consult-form .form-group{
	position:relative;
	margin-bottom:15px;
}

.consult-form input[type="text"],
.consult-form input[type="email"],
.consult-form input[type="password"],
.consult-form input[type="tel"],
.consult-form select,
.consult-form textarea{
	display:block;
	width:100%;
	line-height:28px;
	height:52px;
	font-size:15px;
	padding:8px 22px;
	color:#000000;
	border-radius:0px;
	background-color:#ffffff;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:1px solid #e7e7e7;
}

.consult-form .form-group textarea::-webkit-input-placeholder,
.consult-form .form-group input::-webkit-input-placeholder{
	color:#111111;
}

.consult-form textarea{
	height:120px;
	resize:none;
	font-size:14px;
	padding-top:15px;
}

.consult-form input[type="text"]:focus,
.consult-form input[type="email"]:focus,
.consult-form input[type="password"]:focus,
.consult-form select:focus,
.consult-form textarea:focus{
	border-color:#0194fd;
}

.consult-form .theme-btn{
	width: 100%;
    border-radius: 0px;
    cursor: pointer;
    margin-top: 15px;
    border: none;
}

/*** 

====================================================================
	News Section Four
====================================================================

***/

.news-section-four{
	position:relative;
	padding:100px 0px 100px;
}

.news-section-four .owl-carousel .owl-stage-outer{
	padding:20px 0px 30px;
}

.news-section-four .owl-theme .news-block-four{
	margin:0px 15px;
}

.news-section-four .owl-carousel{
	margin:0px -15px;
	width:auto;
}

.news-section-four .owl-nav{
	display:none;
}

.news-section-four .owl-dots{
	position:relative;
	text-align:center;
}

.news-section-four .owl-dots .owl-dot{
	position:relative;
	width:10px;
	height:7px;
	margin:0px 5px;
	background-color:#12093f;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	display: inline-block;
}

.news-section-four .owl-dots .owl-dot.active,
.news-section-four .owl-dots .owl-dot:hover{
	width:35px;
	background-color:#ffc200;
}

.news-section-four .sec-title-four .button-box{
	margin-top:25px;
}

.news-block-four{
	position:relative;
	margin-bottom:30px;
}

.news-block-four .inner-box{
	position:relative;
	background-color:#ffffff;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	box-shadow:0px 0px 15px rgba(0,0,0,0.08);
}

.news-block-four .inner-box:hover{
	box-shadow:0px 0px 15px rgba(0,0,0,0.12);
}

.news-block-four .inner-box .image{
	position:relative;
	overflow:hidden;
}

.news-block-four .inner-box .image:before{
	position:absolute;
	content:'';
	left:0px;
	top:100%;
	right:0px;
	bottom:0px;
	z-index:1;
	opacity:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #ffc200 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #ffc200 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #ffc200 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(100, #ffc200));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #ffc200 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #ffc200 100%);
}

.news-block-four .inner-box:hover .image:before{
	top:0%;
	opacity:1;
}

.news-block-four .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.news-block-four .inner-box:hover .image img{
	transform:scale(1.05,1.05);
}

.news-block-four .inner-box .image .post-date{
	position:absolute;
	right:20px;
	top:20px;
	width:50px;
	height:50px;
	z-index:10;
	color:#ffffff;
	font-size:16px;
	font-weight:600;
	padding:4px 0px;
	line-height:20px;
	border-radius:6px;
	text-align:center;
	display:inline-block;
	background-color:#ffc200;
	font-family: 'Readex Pro', sans-serif;
	display: none;
}

.news-block-four .inner-box .image .post-date span{
	position:relative;
	display:block;
	font-weight:300;
}

.news-block-four .inner-box .lower-content{
	position:relative;
	padding:25px 25px;
}

.news-block-four .inner-box .lower-content .post-meta{
	position:relative;
	display: none;
}

.news-block-four .inner-box .lower-content .post-meta li{
	position:relative;
	color:#666666;
	font-size:14px;
	margin-right:10px;
	font-weight:500;
	padding-left:22px;
	display:inline-block;
	font-family: 'Readex Pro', sans-serif;
}

.news-block-four .inner-box .lower-content .post-meta li .icon{
	position:absolute;
	left:0px;
	top:2px;
	margin-right:6px;
}

.news-block-four .inner-box .lower-content .post-meta li:last-child{
	margin-right:0px;
}

.news-block-four .inner-box .lower-content h5{
	margin-top: 15px;
    font-family: 'Readex Pro', sans-serif;
    font-size: 22px;
    font-weight: 700;
	white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-block-four .inner-box .lower-content h5 a{
	position:relative;
	color:#141414;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.news-block-four .inner-box .lower-content h5 a:hover{
	color:#ffc200;
}

.news-block-four .inner-box .more-detail{
	position:relative;
	color:#141414;
	font-size:16px;
	font-weight:600;
	margin-top:15px;
	padding-right:25px;
	display:inline-block;
	display:none;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	font-family: 'Readex Pro', sans-serif;
}

.news-block-four .inner-box .more-detail:before{
	position:absolute;
	 content: "\f0a9";
	right:0px;
	top:3px;
	font-size:15px;
	font-weight:800;
	font-family: 'Font Awesome 5 Pro';
}

.news-block-four .inner-box .more-detail:hover{
	color:#ffc200;
}


/*** 

====================================================================
	Footer Style Three
====================================================================

***/

.footer-style-three{
	position:relative;
	background-color:#141414;
}

.footer-style-three .widgets-section{
	position:relative;
	padding:80px 0px 50px;
}

.footer-style-three .footer-column{
	position:relative;
	margin-bottom:30px;
}

.footer-style-three .footer-widget h5{
	color:#ffffff;
	margin-top:25px;
	margin-bottom:25px;
	text-transform:capitalize;
	font-family: 'Readex Pro', sans-serif;
}

.footer-style-three .logo-widget{
	position:relative;
}

.footer-style-three .logo-widget .logo{
	position:relative;
	margin-bottom:25px;
}

.footer-style-three .logo-widget .text{
	position:relative;
	color:#ffffff;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7em;
	margin-bottom: 30px;
}

.footer-style-three .logo-widget .support-box{
	position:relative;
}

.footer-style-three .logo-widget .support-box .box-inner{
	position:relative;
	color:#ffffff;
	font-size:16px;
	padding-left:80px;
	padding-right:40px;
	font-family: 'Readex Pro', sans-serif;
}

.footer-style-three .logo-widget .support-box .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:64px;
	text-align:center;
	border-radius:8px;
	font-size:30px;
	background: #003CD1;
	background: -webkit-linear-gradient(to right, #003CD1 0%, #0093fc 100%);
	background: -moz-linear-gradient(to right, #003CD1 0%, #0093fc 100%);
	background: linear-gradient(to right, #003CD1 0%, #0093fc 100%);
}

.footer-style-three .logo-widget .support-box .box-inner strong{
	position:relative;
	display:block;
	font-weight:600;
	margin-top:6px;
	font-size:20px;
	font-family: 'Readex Pro', sans-serif;
}

.footer-style-three .logo-widget .support-box .box-inner strong a{
	position:relative;
	font-size:20px;
	color:#ffffff;
}

/* Recent Posts */

.footer-style-three .news-widget{
	position: relative;
}

.footer-style-three .news-widget .post{
	position: relative;
	min-height: 70px;
	padding-left: 100px;
	margin-bottom: 20px;
}

.footer-style-three .news-widget .post:last-child{
	margin-bottom: 0;
}

.footer-style-three .news-widget .post .thumb{
	position: absolute;
	left: 0;
	top: 0;
	height: 75px;
	width: 80px;
	overflow: hidden;
}

.footer-style-three .news-widget .post .thumb a{
	display: block;
}

.footer-style-three .news-widget .post .thumb img{
	display: block;
	width: 100%;
	height: auto;
}

.footer-style-three .news-widget .post h6{
	position: relative;
	color: #ffffff;
	line-height: 1.7em;
	font-weight: 700;
	padding-top: 5px;
	font-size:16px;
	font-family: 'Readex Pro', sans-serif;
}

.footer-style-three .news-widget .post h6 a{
	color:#ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.footer-style-three .news-widget .post h6 a:hover{
	color: #0190f3;
}

.footer-style-three .news-widget .post .date{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 1.3em;
	color: #ffffff;
	margin-top:8px;
	text-transform:capitalize;
}

.footer-style-three .news-widget .more-posts{
	position:relative;
	color:#0474cf;
	font-weight:600;
	margin-left:100px;
	margin-top:25px;
	display:inline-block;
	font-family: 'Readex Pro', sans-serif;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.footer-style-three .news-widget .more-posts:hover{
	color:#ffffff;
}

.footer-style-three .news-widget .more-posts:before{
	position:absolute;
	content:'';
	left:-70px;
	top:-10px;
	width:60px;
	height:28px;
	background:url(../img/icon/arrow-1.png) no-repeat;
}

.footer-style-three .copyright{
	position:relative;
	padding:20px 0px;
	text-align:center;
	font-size:16px;
	color:#ffffff;
	opacity:0.80;
	border-top:1px solid rgba(255,255,255,0.10);
}

/* List Link */

.list-link{
	position:relative;
}

.list-link li{
	position:relative;
	margin-bottom:15px;
}

.list-link.style-three li{
	margin-bottom:6px;
}

.list-link li a{
	position:relative;
	color:#ffffff;
	font-size:14px;
	padding-left:15px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.list-link li a:hover{
	color:#007ef2;
	margin-left:8px;
	text-decoration:underline;
}
.logo img {
    width: auto;
}
.list-link li a:before{
	position:absolute;
	 content: "\f105";
	left:0px;
	top:-2px;
	font-weight:800;
	font-family: 'Font Awesome 5 Pro';
}

.list-link.style-two li a{
	color:#b6bfc1;
	padding-left:0px;
	font-size:17px;
	font-family: 'Oswald', sans-serif;
}

.list-link.style-two li a:before{
	display:none;
}