/* Reeko Digital Agency HTML Template */

/* Fonts Using */

@font-face {
  font-family: 'PlusJakartaDisplay-Medium';
  src:  url('../fonts/PlusJakartaDisplay-Medium.eot');
  src:  url('../fonts/PlusJakartaDisplay-Medium.eot#iefix') format('embedded-opentype'),
    url('../fonts/PlusJakartaDisplay-Medium.ttf') format('truetype'),
    url('../fonts/PlusJakartaDisplay-Medium.woff') format('woff'),
    url('../fonts/PlusJakartaDisplay-Medium.svg#PlusJakartaDisplay-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:absolute;
	z-index:999;
	width:100%;
	padding-top:30px;
}

.header-top{
	position:relative;
	background: #1F54CE;
	background: -webkit-linear-gradient(to right, #1F54CE 0%, #5083F9 100%);
	background: -moz-linear-gradient(to right, #1F54CE 0%, #5083F9 100%);
	background: linear-gradient(to right, #1F54CE 0%, #5083F9 100%);
}

.header-top .inner-container{
	position:relative;
	margin-left:410px;
	padding-left:20px;
}

.header-top .inner-container:before{
	position:absolute;
	content:'';
	right:100%;
	top:0px;
	width:200%;
	bottom:0px;
	background-color:#ffffff;
}

.header-top .top-left{
	position:relative;
	padding:12px 0px;
	float:left;
}

.header-top .top-left .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
}

.header-top .top-right{
	position:relative;
	padding:14px 0px;
	float:right;
}

.header-top .top-right .intouch{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
}

.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background:none;
	-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-header .main-box .outer-container{
	position:relative;
	padding:0px 40px;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:10;
	padding:30px 0px;
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-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-header .header-upper{
	position:relative;
}

.main-header .header-upper .auto-container{
	max-width:1400px;
}

.main-header .header-upper .upper-right{
	position:relative;
	padding-top:22px;
}

.main-header .nav-outer{
	position:relative;
	float:right;
}

.main-header .header-upper .logo-box{
	position: relative;
	padding:12px 0px;
}

.main-header .header-upper .logo-box .logo{
	position:relative;
}

.main-header .outer-box{
	position: relative;
	float:right;
	margin-left:20px;
	padding: 19px 0px;
}

.main-header .btn-box{
	position:relative;
	float:left;
	margin-left:20px;
}

.main-header .phone-box{
	position:relative;
	float:left;
	top:0px;
	margin-left:20px;
}

.main-header .phone-box .box-inner{
	position:relative;
	padding-left:65px;
	color:#ffffff;
	font-size:14px;
	text-transform:capitalize;
}

.main-header .phone-box .box-inner .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:48px;
	height:48px;
	color:#5184FA;
	font-size:20px;
	line-height:48px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
}

.main-header .phone-box .box-inner strong{
	position:relative;
	display:block;
	margin-top:3px;
}

.main-header .phone-box .box-inner strong a{
	position:relative;
	color:#ffffff;
	font-size:20px;
	font-weight:700;
}

/* Main Menu */

.main-menu{
	position:relative;
	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:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-right:20px;
}

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

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

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a{
	color:#1a4fc9;
	background-color:inherit !important;
	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 .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 .logo{
	padding:11px 0px 9px;
}

.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;
	letter-spacing:0px;
	opacity:1;
	font-weight:400;
	padding:33px 0px;
	font-size:17px;
	text-transform: capitalize;
	font-family: 'DM Sans', sans-serif;
	transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
}

.main-header .main-menu .navigation > li.dropdown > a{
	padding-right:18px !important;
}

.main-header .main-menu .navigation > li.dropdown > a:before{
	font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 0px;
    font-size: 15px;
    line-height: 30px;
}

.sticky-header .main-menu .navigation > li{
	position:relative;
	margin-left:30px;
	margin-right:0px;
}

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

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

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:110%;
	width:230px;
	z-index:100;
	display:none;
	opacity: 0;
    visibility: hidden;
	padding:0px 0px;
	border-radius:0px;
	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;
	text-align:left;
}

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

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 20px;
	line-height:24px;
	font-weight:500;
	font-size:15px;
	color:#00204c;
	text-transform:capitalize;
	border-bottom:1px solid rgba(0,0,0,0.10);
    transition:all 350ms ease;
	-moz-transition:all 350ms ease;
	-webkit-transition:all 350ms ease;
	-ms-transition:all 350ms ease;
	-o-transition:all 350ms ease;
}

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

.main-menu .navigation > li > ul > li > a:before{
	position:absolute;
	content:'';
	left:10px;
	top:20px;
	width:8px;
	height:8px;
	opacity:0;
	border-radius:50px;
	background-color:#1a4fc9;
}

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

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

.main-menu .navigation > li > ul > li.dropdown: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;
	padding:0px 0px;
	border-radius:0px;
	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:12px 20px;
	line-height:24px;
	font-weight:500;
	font-size:15px;
	color:#00204c;
	text-transform:capitalize;
	border-bottom:1px solid rgba(0,0,0,0.10);
	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{
	color:#1a4fc9;
}

.main-menu .navigation > li > ul > li > ul > li > a:before{
	position:absolute;
	content:'';
	left:10px;
	top:20px;
	width:8px;
	height:8px;
	opacity:0;
	border-radius:50px;
	background-color:#1a4fc9;
	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{
	color:#1a4fc9;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
    transform: rotateX(0deg);
	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.dropdown: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 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .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;
}

.header-style-two{
	position:relative;
	padding-top:0px;
}

.header-style-two .main-menu .navigation > li > a{
	color:#1B212F;
}

.header-style-two .phone-box .box-inner .icon{
	color:#ffffff;
	background: #1F54CE;
	background: -webkit-linear-gradient(to top, #1F54CE 0%, #5083F9 100%);
	background: -moz-linear-gradient(to top, #1F54CE 0%, #5083F9 100%);
	background: linear-gradient(to top, #1F54CE 0%, #5083F9 100%);
}

.header-style-two .phone-box .box-inner{
	color:#707070;
}

.header-style-two .phone-box .box-inner strong a{
	color:#1B212F;
}

.header-style-two .header-upper .auto-container{
	max-width:1200px;
}

.header-style-two .header-upper .logo-box{
	margin-top:-30px;
}

.header-style-three{
	position:relative;
	padding-top:0px;
}

.header-style-three .header-upper{
	position:relative;
}

.header-style-three .header-upper .auto-container{
	max-width:1200px;
}

.header-style-three .header-upper .social-list{
	position:relative;
	padding:45px 0px;
}

.header-style-three .header-upper .social-list span{
	position:relative;
	color:#303030;
	margin-right:20px;
}

.header-style-three .header-upper .social-list a{
	position:relative;
	color:#303030;
	font-size:18px;
	margin-right:20px;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.header-style-three .header-upper .social-list a:hover{
	color:#2055ce;
}

.header-style-three .header-upper .logo-box{
	left:50%;
	width:auto !important;
	padding:21px 0px;
	position:absolute;
	transform:translateX(-50%);
}

.header-style-three .header-upper .phone-box{
	float:right;
	padding:30.5px 0px;
}

.header-style-three .phone-box .box-inner{
	color:#707070;
}

.header-style-three .phone-box .box-inner strong a{
	color:#1B212F;
}

.header-style-three .phone-box .box-inner .icon{
	color:#ffffff;
	background-color:#376be3;
}

.header-style-three .header-lower{
	border-top:1px solid #dce6fe;
}

.header-style-three .header-lower .nav-outer{
	float:none;
}

.header-style-three .header-lower .nav-outer .main-menu,
.header-style-three .header-lower .nav-outer .main-menu .navbar-collapse{
	width:100%;
	text-align:center;
}

.header-style-three .header-lower .main-menu .navigation > li{
	display:inline-block;
	float:none;
}

.header-style-three .header-lower .main-menu .navigation > li > a{
	color:#707070;
	font-size:18px;
	padding:22px 0px;
	font-weight:500;
	text-transform:uppercase;
}

/* Header Style Four */

.header-style-four{
	position:absolute;
	padding-top:0px;
}

.header-style-four .header-upper{
	position:relative;
}

.header-style-four .header-upper .auto-container{
	max-width:1200px;
}

.header-style-four .header-upper .social-list{
	position:relative;
	padding:45px 0px;
}

.header-style-four .header-upper .social-list span{
	position:relative;
	color:#ffffff;
	margin-right:20px;
}

.header-style-four .header-upper .social-list a{
	position:relative;
	color:#ffffff;
	font-size:18px;
	margin-right:20px;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.header-style-four .header-upper .social-list a:hover{
	color:#2055ce;
}

.header-style-four .header-upper .logo-box{
	left:50%;
	width:auto !important;
	padding:21px 0px;
	position:absolute;
	transform:translateX(-50%);
}

.header-style-four .header-upper .phone-box{
	float:right;
	padding:30.5px 0px;
}

.header-style-four .phone-box .box-inner{
	color:#ffffff;
}

.header-style-four .phone-box .box-inner strong a{
	color:#ffffff;
}

.header-style-four .phone-box .box-inner .icon{
	color:#ffffff;
	background-color:#3c70e7;
}

.header-style-four .header-lower{
	border-top:1px solid rgba(255,255,255,0.20);
}

.header-style-four .header-lower .nav-outer{
	float:none;
	padding-right:0px;
}

.header-style-four .header-lower .nav-outer .main-menu,
.header-style-four .header-lower .nav-outer .main-menu .navbar-collapse{
	width:100%;
	text-align:center;
}

.header-style-four .header-lower .main-menu .navigation > li{
	display:inline-block;
	float:none;
}

.header-style-four .header-lower .main-menu .navigation > li > a{
	color:#ffffff;
	font-size:18px;
	padding:22px 0px;
	font-weight:500;
	text-transform:uppercase;
}

/*** 

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

***/

.nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 32px;
	line-height: 50px;
	cursor: pointer;
	color:#ffffff;
	display: none;
}

.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 0;
	text-align:left;	
}

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

.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: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.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.dropdown .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.dropdown .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;
}

.sticky-header .navbar-header{
	display:none;
}

.main-header .sticky-header .outer-box{
	margin-left:20px;
	padding:10px 0px 0px;
}

.sticky-header .mobile-nav-toggler{
	position:relative;
	float:left;
	color:#111111;
	display:none;
	cursor:pointer;
	font-size:32px;
	margin-left:25px;
	padding:15px 0px;
}

/*** 

====================================================================
	Banner Section
====================================================================

***/

.banner-section{
	position:relative;
	overflow:hidden;
}

.banner-section .auto-container{
	max-width:1400px;
}

.banner-section .slide{
	position:relative;
	overflow:hidden;
	padding-top:240px;
	padding-bottom:120px;
	background-size:cover;
}

.banner-section .image-column{
	position:relative;
	opacity: 0;
	transform: scaleX(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .image-column .inner-column{
	position:relative;
	padding-right:10px;
}

.banner-section .image-column .image{
	position:relative;
	width:650px;
	height:650px;
	border-radius:50%;
	overflow:hidden;
}

.banner-section .active .image-column{
	opacity: 1;
	transform: scaleX(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-section .image-column .icon-one{
	position:absolute;
	left:-80px;
	top:-80px;
	z-index:1;
}

.banner-section .image-column .team-box{
	position:absolute;
	left:60px;
	bottom:30px;
	z-index:1;
	max-width:300px;
	width:100%;
}

.banner-section .image-column .team-box .box-inner{
	position:relative;
	padding:25px 30px;
	border-radius:10px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.banner-section .image-column .team-box .box-inner h6{
	color:#1B212F;
	margin-bottom:10px;
	font-family: 'DM Sans', sans-serif;
}

.banner-section .image-column .team-box .team-list{
	position:relative;
}

.banner-section .image-column .team-box .team-list li{
	position:relative;
	float:left;
	border-radius:50px;
	margin:0px -15px 0px 0px;
	display:inline-block;
	border:3px solid #ffffff;
}

.banner-section .image-column .team-box .team-list li.more{
	width:54px;
	height:54px;
	color:#5184fa;
	font-size:18px;
	font-weight:700;
	line-height:50px;
	text-align:center;
	display:inline-block;
	border-color:#eff4ff;
	background-color:#eff4ff;
}

.banner-section .image-column .icon-two{
	position:absolute;
	right:-40px;
	top:-40px;
	z-index:1;
	width:98px;
	height:98px;
	color:#ffffff;
	font-size:48px;
	text-align:center;
	line-height:98px;
	border-radius:10px;
	display:inline-block;
	background-color:#5184fa;
	transform:rotate(15deg);
}

.banner-section .image-column .icon-three{
	position:absolute;
	right:30px;
	top:60px;
	z-index:1;
	width:98px;
	height:98px;
	color:#ffffff;
	font-size:48px;
	text-align:center;
	line-height:98px;
	border-radius:8px;
	display:inline-block;
	background-color:#5184fa;
	transform:rotate(-15deg);
}

.banner-section .image-column .icon-four{
	position:absolute;
	right:60px;
	bottom:60px;
	z-index:1;
	width:98px;
	height:98px;
	color:#ffffff;
	font-size:48px;
	text-align:center;
	line-height:98px;
	border-radius:8px;
	display:inline-block;
	background-color:#f25037;
	transform:rotate(15deg);
}

.banner-section .content-column{
	position:relative;
	z-index:10;
}

.banner-section .content-column .inner-column{
	position:relative;
	padding-top:90px;
	padding-left:10px;
}

.banner-section .content-column h1{
	position:relative;
	color:#ffffff;
	opacity: 0;
	line-height:1.1em;
	transform: scaleY(0);
	transform-origin: top;
	text-transform:uppercase;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .active .content-column h1{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-section .content-column .text{
	position:relative;
	color:#ffffff;
	font-size:18px;
	margin-top:15px;
	margin-bottom:30px;
	font-weight:400;
	opacity: 0;
	line-height:1.7em;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .active .content-column .text{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.banner-section .content-column .btns-box{
	float:left;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .active .content-column .btns-box{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.banner-section .content-column .theme-btn{
	margin-right:15px;
}

.banner-section .content-column .play-box{
	opacity: 0;
	float:left;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .active .content-column .play-box{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.banner-section .content-column .play-box .play-now{
	position:relative;
	width:60px;
	height:60px;
	color:#f25037;
	line-height:60px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
}

.banner-section .content-column .play-box .play-now .ripple,
.banner-section .content-column .play-box .play-now .ripple:before,
.banner-section .content-column .play-box .play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:60px;
	height: 60px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.banner-section .content-column .play-box .play-now .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.banner-section .content-column .play-box .play-now .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

.banner-section .content-column .social-list{
	position:relative;
	margin-top:80px;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .active .content-column .social-list{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-section .content-column .social-list a{
	position:relative;
	color:#ffffff;
	font-size:20px;
	font-weight:500;
	margin-right:40px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-family: 'Teko', sans-serif; 
	-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;
}

.banner-section .content-column .social-list a:last-child{
	margin-right:0px;
}

.banner-section .content-column .social-list a:hover{
	color:#f25037;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}

.banner-section .owl-dots{
	position:absolute;
	left:0px;
	right:0px;
	bottom:40px;
	display:none;
	text-align:center;
}

.banner-section .owl-dots .owl-dot{
	position:relative;
	width:30px;
	height:6px;
	margin-bottom:10px;
	border-radius:0px;
	margin:0px 5px;
	display:inline-block;
	background-color:#ffffff;
	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;
}

.banner-section .owl-dots .owl-dot.active,
.banner-section .owl-dots .owl-dot:hover{
	background-color:#1a4fc9;
}

.banner-section .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:99999;
	width:100%;
	opacity:0;
	margin-top:-10px;
	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;
}

.banner-section:hover .owl-nav{
	opacity:0;
}

.banner-section .owl-nav .owl-prev{
	position:absolute;
	left:20px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:56px;
	font-size:16px;
	text-align:center;
	border-radius:50px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:2px solid rgba(255,255,255,0.60);
}

.banner-section .owl-nav .owl-next{
	position:absolute;
	right:20px;
	color:#ffffff;
	font-size:16px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:56px;
	border-radius:50px;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:2px solid rgba(255,255,255,0.60);
}

.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover{
	color:#ffffff;
	border-color:#1a4fc9;
	background-color:#1a4fc9;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
	overflow:hidden;
	padding:100px 0px 70px;
	background-color:#f3f6fc;
}

.services-section .pattern-layer{
	position:absolute;
	right:-80px;
	top:-150px;
	width:2029px;
	height:1451px;
	background-repeat:no-repeat;
}

.services-section.style-two{
	padding-top:200px;
	background:none;
	overflow:visible;
}

.services-section .circle-one{
	position:absolute;
	left:-120px;
	top:-120px;
	width:588px;
	height:588px;
	border-radius:50%;
	display:inline-block;
	background: #F3F6FC;
	background: -webkit-linear-gradient(to bottom, #F3F6FC 0%, #ebf0fb 100%);
	background: -moz-linear-gradient(to bottom, #F3F6FC 0%, #ebf0fb 100%);
	background: linear-gradient(to bottom, #F3F6FC 0%, #ebf0fb 100%);
}

.services-section .circle-two{
	position:absolute;
	right:80px;
	bottom:-100px;
	width:800px;
	height:800px;
	border-radius:50%;
	display:inline-block;
	background: #F3F6FC;
	background: -webkit-linear-gradient(to bottom, #F3F6FC 0%, #ebf0fb 100%);
	background: -moz-linear-gradient(to bottom, #F3F6FC 0%, #ebf0fb 100%);
	background: linear-gradient(to bottom, #F3F6FC 0%, #ebf0fb 100%);
}

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

.service-block .inner-box{
	position:relative;
	overflow:hidden;
	padding:40px 30px;
	border-radius:10px;
	background-color:#ffffff;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.service-block .inner-box .circle-layer-one{
	position:absolute;
	left:-220px;
	top:-220px;
	width:384px;
	height:384px;
	border-radius:50%;
	background-color:rgba(255,255,255,0.08);
	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:translateX(-100px) translateY(-100px);
}

.service-block .inner-box:hover .circle-layer-one{
	transform:translateX(0px) translateY(0px);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.service-block .inner-box .circle-layer-two{
	position:absolute;
	left:-180px;
	top:-180px;
	width:384px;
	height:384px;
	border-radius:50%;
	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:rgba(255,255,255,0.08);
	transform:translateX(-180px) translateY(-180px);
}

.service-block .inner-box:hover .circle-layer-two{
	transform:translateX(0px) translateY(0px);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.service-block .inner-box .circle-layer-three{
	position:absolute;
	left:-140px;
	top:-140px;
	width:384px;
	height:384px;
	border-radius:50%;
	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:rgba(255,255,255,0.08);
	transform:translateX(-260px) translateY(-260px);
}

.service-block .inner-box:hover .circle-layer-three{
	transform:translateX(0px) translateY(0px);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.service-block .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	bottom:0px;
	width:0px;
	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: #4a7ef4;
	background: -webkit-linear-gradient(to left, #4a7ef4 0%, #285ACE 100%);
	background: -moz-linear-gradient(to left, #4a7ef4 0%, #285ACE 100%);
	background: linear-gradient(to left, #4a7ef4 0%, #285ACE 100%);
}

.service-block .inner-box:hover::before{
	width:100%;
}

.service-block .inner-box .icon-box{
	position:relative;
	margin-bottom:28px;
}

.service-block .inner-box .icon-box .icon{
	position:relative;
	color:#3d71e8;
	font-size:60px;
	line-height:1em;
	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 .inner-box h3{
	color:#1B212F;
	font-weight:500;
	margin-bottom:15px;
	text-transform:capitalize;
}

.service-block .inner-box h3 a{
	position:relative;
	color:#1B212F;
	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 .inner-box:hover .icon-box .icon,
.service-block .inner-box:hover .text,
.service-block .inner-box:hover h3 a{
	color:#ffffff;
}

.service-block .inner-box .text{
	position:relative;
	color:#707070;
	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;
}

/* Child 2 */

.services-section .service-block:nth-child(2) .inner-box .icon-box .icon{
	color:#FF5B5B;
}

.services-section .service-block:nth-child(2) .inner-box:hover .icon-box .icon{
	color:#ffffff;
}

.services-section .service-block:nth-child(2) .inner-box::before{
	background: #fd7878;
	background: -webkit-linear-gradient(to left, #fd7878 0%, #FF5B5B 100%);
	background: -moz-linear-gradient(to left, #fd7878 0%, #FF5B5B 100%);
	background: linear-gradient(to left, #fd7878 0%, #FF5B5B 100%);
}

/* Child 3 */

.services-section .service-block:nth-child(3) .inner-box .icon-box .icon{
	color:#51E5CB;
}

.services-section .service-block:nth-child(3) .inner-box:hover .icon-box .icon{
	color:#ffffff;
}

.services-section .service-block:nth-child(3) .inner-box::before{
	background: #51E5CB;
	background: -webkit-linear-gradient(to left, #5cf1d7 0%, #51E5CB 100%);
	background: -moz-linear-gradient(to left, #5cf1d7 0%, #51E5CB 100%);
	background: linear-gradient(to left, #5cf1d7 0%, #51E5CB 100%);
}

/* Child 4 */

.services-section .service-block:nth-child(4) .inner-box .icon-box .icon{
	color:#FFCF8F;
}

.services-section .service-block:nth-child(4) .inner-box:hover .icon-box .icon{
	color:#ffffff;
}

.services-section .service-block:nth-child(4) .inner-box::before{
	background: #f7d09d;
	background: -webkit-linear-gradient(to left, #f7d09d 0%, #FFCF8F 100%);
	background: -moz-linear-gradient(to left, #f7d09d 0%, #FFCF8F 100%);
	background: linear-gradient(to left, #f7d09d 0%, #FFCF8F 100%);
}

/* Child 5 */

.services-section .service-block:nth-child(5) .inner-box .icon-box .icon{
	color:#AC74EE;
}

.services-section .service-block:nth-child(5) .inner-box:hover .icon-box .icon{
	color:#ffffff;
}

.services-section .service-block:nth-child(5) .inner-box::before{
	background: #9c74cc;
	background: -webkit-linear-gradient(to left, #9c74cc 0%, #AC74EE 100%);
	background: -moz-linear-gradient(to left, #9c74cc 0%, #AC74EE 100%);
	background: linear-gradient(to left, #9c74cc 0%, #AC74EE 100%);
}

/* Child 6 */

.services-section .service-block:nth-child(6) .inner-box .icon-box .icon{
	color:#7CC0FF;
}

.services-section .service-block:nth-child(6) .inner-box:hover .icon-box .icon{
	color:#ffffff;
}

.services-section .service-block:nth-child(6) .inner-box::before{
	background: #46a2f7;
	background: -webkit-linear-gradient(to left, #46a2f7 0%, #7CC0FF 100%);
	background: -moz-linear-gradient(to left, #46a2f7 0%, #7CC0FF 100%);
	background: linear-gradient(to left, #46a2f7 0%, #7CC0FF 100%);
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
	padding:100px 0px 70px;
}

.about-section .images-column{
	position:relative;
}

.about-section .images-column .inner-column{
	position:relative;
	margin-left:-40px;
	padding-bottom:140px;
}

.about-section .images-column .color-layer{
	position:absolute;
	left:80px;
	top:20px;
	width:480px;
	height:566px;
	border-radius:12px;
	background-color:#edf2ff;
}

.about-section .images-column .color-layer:before{
	position:absolute;
	content:'';
	left:30px;
	top:30px;
	right:-30px;
	bottom:30px;
	border-radius:12px;
	border: 3px solid #d6e2ff;
}

.about-section .images-column .image{
	position:relative;
	border-radius:5px;
	overflow:hidden;
	padding-top:80px;
	display:inline-block;
}

.about-section .images-column .image-two{
	position:absolute;
	right:0px;
	top:0px;
	border-radius:5px;
	overflow:hidden;
}

.about-section .images-column .image-three{
	position:absolute;
	right:80px;
	bottom:0px;
	border-radius:5px;
	overflow:hidden;
}

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

.about-section .content-column .inner-column{
	position:relative;
	padding-top:100px;
	padding-left:30px;
}

.about-section .content-column .title-box{
	position:relative;
	margin-bottom:20px;
}

.about-section .content-column .title-box h2{
	color:#1b212f;
	font-weight:700;
	margin-bottom:5px;
	line-height:1.2em;
	text-transform:uppercase;
}

.about-section .content-column .title-box .bold-text{
	position:relative;
	font-size:30px;
	font-weight:500;
	color:#1B212F;
	line-height:1.3em;
}

.about-section .content-column p{
	position:relative;
	color:#707070;
	font-size:16px;
	margin-bottom:15px;
}

.about-section .content-column .btn-box{
	position:relative;
	margin-top:18px;
	margin-bottom:12px;
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section{
	position:relative;
	z-index:1;
	padding:40px 0px 0px;
}

.counter-section .inner-container{
	position:relative;
	margin-right:150px;
	padding:75px 80px 50px;
	background-color:#ffffff;
	box-shadow:0px 0px 25px rgba(81,132,250,0.10);
}

/* Fact Counter */

.fact-counter{
	position:relative;
}

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

.fact-counter .column .inner{
	position:relative;
}

.fact-counter .column .inner .content{
	position:relative;
	padding-left:25px;
	border-left:3px solid #5184fa;
}

.fact-counter .count-outer .percentage{
	display:inline-block;
	font-weight:700;
	color:#1B212F;
	font-size:36px;
	line-height:1em;
}

.fact-counter .column .inner .count-outer{
	position:relative;
	font-weight:700;
	color:#1B212F;
	font-size:36px;
	line-height:48px;
	font-family: 'Teko', sans-serif;
}

.fact-counter .column .inner .counter-title{
	position:relative;
	font-size:16px;
	font-weight:400;
	margin-top:0px;
	color:#707070;
	font-family: 'DM Sans', sans-serif;
}

/*** 

====================================================================
	Video Section
====================================================================

***/

.video-section{
	position:relative;
	margin-top:-110px;
	padding-bottom:100px;
}

.video-section .image{
	position:relative;
	overflow:hidden;
	border-radius:10px;
}

.video-section .image img{
	position:relative;
	width:100%;
	display:block;
}

.video-section .play-box{
	position:absolute;
	right:50px;
	bottom:40px;
	color:#ffffff;
	font-size:18px;
	font-weight:500;
}

.video-section .play-box span{
	position:relative;
	width:80px;
	height:80px;
	color:#5184fa;
	font-size:18px;
	line-height:80px;
	border-radius:50px;
	text-align:center;
	margin-left:15px;
	display:inline-block;
	background-color:#ffffff;
}

.video-section .play-box span{
	position:relative;
}

.video-section .play-box .ripple,
.video-section .play-box .ripple:before,
.video-section .play-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:80px;
	height: 80px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-section .play-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.video-section .play-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}

/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section{
	position:relative;
	overflow:hidden;
	padding:100px 0px 70px;
	background-color:#f5f8fe;
}

.gallery-section .circle-one{
	position:absolute;
	left:-120px;
	top:-120px;
	width:588px;
	height:588px;
	border-radius:50%;
	display:inline-block;
	background: #F3F6FC;
	background: -webkit-linear-gradient(to bottom, #F3F6FC 0%, #ebf0fb 100%);
	background: -moz-linear-gradient(to bottom, #F3F6FC 0%, #ebf0fb 100%);
	background: linear-gradient(to bottom, #F3F6FC 0%, #ebf0fb 100%);
}

.gallery-section .circle-two{
	position:absolute;
	right:80px;
	bottom:-100px;
	width:800px;
	height:800px;
	border-radius:50%;
	display:inline-block;
	background: #F3F6FC;
	background: -webkit-linear-gradient(to bottom, #F3F6FC 0%, #ebf0fb 100%);
	background: -moz-linear-gradient(to bottom, #F3F6FC 0%, #ebf0fb 100%);
	background: linear-gradient(to bottom, #F3F6FC 0%, #ebf0fb 100%);
}

.gallery-section .sec-title .btn-box{
	position:relative;
	margin-top:20px;
}

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

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

.gallery-block .inner-box .image{
	position:relative;
}

.gallery-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	overflow: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;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.gallery-block .inner-box .image .color-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
	background-color:rgba(0,0,0,0.35);
}

.gallery-block .inner-box:hover .image img{
	-webkit-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

.gallery-block .inner-box .image .content{
	position:absolute;
	left:20px;
	bottom:20px;
	z-index:2;
}

.gallery-block .inner-box .image .content h3{
	margin-bottom:2px;
}

.gallery-block .inner-box .image .content h3 a{
	position:relative;
	color:#ffffff;
}

.gallery-block .inner-box .image .content .title{
	position:relative;
	font-size:15px;
	color:#ffffff;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

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

.team-section .owl-dots{
	display:none;
}

.team-section .owl-nav{
	position:absolute;
	left:-30px;
	right:-30px;
	top:50%;
	margin-top:-90px;
}

.team-section .owl-nav .owl-prev{
	position:absolute;
	left:0px;
	width:60px;
	height:60px;
	font-size:32px;
	line-height:58px;
	border-radius:50%;
	text-align:center;
	display:inline-block;
	background:none;
	color:#255ad3;
	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;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.team-section .owl-nav .owl-next{
	position:absolute;
	right:0px;
	width:60px;
	height:60px;
	font-size:32px;
	line-height:58px;
	border-radius:50%;
	text-align:center;
	display:inline-block;
	background:none;
	color:#255ad3;
	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;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.team-section .owl-nav .owl-prev:hover,
.team-section .owl-nav .owl-next:hover{
	color:#ffffff;
	background-color:#255ad3;
}

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

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

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

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

.team-block .inner-box .image:before{
	position:absolute;
	content:'';
	left:0px;
	right:0px;
	bottom:-100%;
	z-index:1;
	height:100%;
	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: rgba(255,255,255,0);
	background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(28,81,202,1) 100%);
	background: -moz-linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(28,81,202,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(28,81,202,1) 100%);
}

.team-block .inner-box:hover .image:before{
	bottom:0%;
}

.team-block .inner-box .image .social-nav{
	position:absolute;
	left:0px;
	right:0px;
	bottom:-60px;
	z-index:2;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-block .inner-box:hover .image .social-nav{
	bottom:30px;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.team-block .inner-box .image .social-nav a{
	position:relative;
	width:45px;
	height:45px;
	color:#3569e1;
	margin:0px 3px;
	font-size:18px;
	line-height:45px;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
}

.team-block .inner-box .lower-content{
	position:relative;
	padding-top:20px;
}

.team-block .inner-box .lower-content h3{
	font-weight:500;
}

.team-block .inner-box .lower-content h3 a{
	position:relative;
	color:#1B212F;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-block .inner-box .lower-content h3 a:hover{
	color:#3569e1;
}

.team-block .inner-box .lower-content .designation{
	position:relative;
	color:#707070;
	font-size:14px;
	letter-spacing:1px;
	text-transform:uppercase;
}

/*** 

====================================================================
	Choose Section
====================================================================

***/

.choose-section{
	position:relative;
	padding:50px 0px 140px;
}

.choose-section .images-column{
	position:relative;
}

.choose-section .images-column .pattern-layer-one{
	position:absolute;
	right:130px;
	bottom:0px;
	width:219px;
	height:185px;
	z-index:1;
	background-repeat:no-repeat;
}

.choose-section .images-column .pattern-layer-two{
	position:absolute;
	left:60px;
	top:80px;
	width:219px;
	height:185px;
	z-index:1;
	background-repeat:no-repeat;
}

.choose-section .images-column .inner-column{
	position:relative;
	text-align:right;
	padding-bottom:50px;
}

.choose-section .images-column .color-layer{
	position:absolute;
	left:15px;
	top:0px;
	width:660px;
	height:660px;
	border-radius:50%;
	background-color:#f5f7fd;
}

.choose-section .images-column .color-layer:before{
	position:absolute;
	content:'';
	left:30px;
	top:-40px;
	width:656px;
	height:656px;
	border-radius:50%;
	border: 2px solid #edf2ff;
}

.choose-section .images-column .image{
	position:relative;
	border-radius:5px;
	overflow:hidden;
	padding-top:10px;
	display:inline-block;
}

.choose-section .images-column .image-two{
	position:absolute;
	left:60px;
	bottom:0px;
	border-radius:5px;
	overflow:hidden;
}

.choose-section .content-column{
	position:relative;
}

.choose-section .content-column .inner-column{
	position:relative;
	padding-top:50px;
}

.choose-section .content-column .title-box{
	position:relative;
	margin-bottom:25px;
}

.choose-section .content-column .title-box h2{
	color:#1b212f;
	font-weight:700;
	margin-bottom:5px;
	line-height:1.2em;
	text-transform:uppercase;
}

.choose-section .content-column .title-box .bold-text{
	position:relative;
	font-size:30px;
	font-weight:500;
	color:#1B212F;
	line-height:1.3em;
}

.choose-section .content-column .colored-text{
	position:relative;
	font-size:20px;
	font-weight:500;
	color:#5184FA;
	line-height:1.3em;
	margin-bottom:10px;
}

.choose-section .content-column p{
	position:relative;
	color:#707070;
	font-size:16px;
	margin-bottom:15px;
}

.choose-section .content-column .choose-list{
	position:relative;
}

.choose-section .content-column .choose-list li{
	position:relative;
	color:#707070;
	font-size:15px;
	margin-bottom:15px;
	line-height:1.7em;
}

.choose-section .content-column .choose-list li strong{
	position:relative;
	color:#1B212F;
	font-weight:500;
	font-size:20px;
	margin-bottom:10px;
	display:block;
}

.choose-section .content-column .choose-list li:last-child{
	margin-bottom:0px;
}

.choose-section .content-column .btn-box{
	position:relative;
	margin-top:30px;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section{
	position:relative;
	overflow:hidden;
	padding:100px 0px 200px;
	background-color:#f5f8fe;
}

.testimonial-section .circle-one{
	position:absolute;
	left:-120px;
	top:-120px;
	width:588px;
	height:588px;
	border-radius:50%;
	display:inline-block;
	background: #F3F6FC;
	background: -webkit-linear-gradient(to bottom, #F3F6FC 0%, #ebf0fb 100%);
	background: -moz-linear-gradient(to bottom, #F3F6FC 0%, #ebf0fb 100%);
	background: linear-gradient(to bottom, #F3F6FC 0%, #ebf0fb 100%);
}

.testimonial-section .circle-two{
	position:absolute;
	right:80px;
	bottom:-100px;
	width:800px;
	height:800px;
	border-radius:50%;
	display:inline-block;
	background: #F3F6FC;
	background: -webkit-linear-gradient(to bottom, #F3F6FC 0%, #ebf0fb 100%);
	background: -moz-linear-gradient(to bottom, #F3F6FC 0%, #ebf0fb 100%);
	background: linear-gradient(to bottom, #F3F6FC 0%, #ebf0fb 100%);
}

.testimonial-section .carousel-indicators{
	position:relative;
	display:block;
	max-width:100%;
	margin:0px;
	height:505px;
    background-position: right top;
}

.testimonial-section .carousel-indicators li{
	position: absolute;
    width: 80px;
    height: 80px;
    text-align: center;
    color: #202020;
	border-radius:50%;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.testimonial-section .carousel-indicators li .image:before{
	position: absolute;
    content: '';
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
	z-index:-1;
    border-radius: 50%;
    border: 10px solid rgba(209,214,220,0.80);
}

.testimonial-section .carousel-indicators li:nth-child(1){
	left: 20px;
    top: 10px;
    width: 124px;
    height: 124px;
    border-radius: 50%;
}

.testimonial-section .carousel-indicators li:nth-child(2){
	left: 280px;
    top: 90px;
    width: 65px;
    height: 63px;
}

.testimonial-section .carousel-indicators li:nth-child(3){
    right: 5px;
    top: 180px;
    width: 64px;
    height: 64px;
}

.testimonial-section .carousel-indicators li:nth-child(4){
    left: 60px;
    bottom: 140px;
    width: 64px;
    height: 64px;
}

.testimonial-section .carousel-indicators li:nth-child(5){
	left: 220px;
    top: 240px;
    width: 88px;
    height: 88px;
}

.testimonial-section .carousel-indicators li:nth-child(6){
	right: 130px;
    top: 350px;
    width: 65px;
    height: 63px;
}

.testimonial-section .carousel-indicators li:nth-child(7){
    left: 150px;
    bottom: -90px;
    width: 86px;
    height: 86px;
}

.testimonial-section .carousel-thumbnails .carousel-indicators img {
  width: 100%;
  overflow: hidden;
  display: block;
  border-radius:50%;
}

.testimonial-section .carousel-thumbnails .carousel-indicators li {
  height: auto;
  border: none;
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.15);
}

.testimonial-section .carousel-thumbnails .carousel-indicators li .image{
	position:relative;
}

.testimonial-section .carousel-thumbnails .carousel-indicators li.active {
  /* border-bottom: 4px solid #fff; */
}

.testimonial-section .pagers-column{
	position:relative;
}

.testimonial-section .pagers-column .dotted-circle-one{
	position:absolute;
	left:0px;
	top:0px;
	width:558px;
	height:558px;
	border-radius:50%;
	border:1px dashed #c4d6fd;
}

.testimonial-section .pagers-column .dotted-circle-one .dott-one{
	position:absolute;
	right:110px;
	top:20px;
	width:42px;
	height:42px;
	border-radius:50%;
	background-color:#5184fa;
}

.testimonial-section .pagers-column .dotted-circle-one .dott-two{
	position:absolute;
	left:70px;
	bottom:75px;
	width:16px;
	height:16px;
	border-radius:50%;
	background-color:#f25037;
}

.testimonial-section .pagers-column .dotted-circle-two{
	position:absolute;
	left:100px;
	top:100px;
	width:354px;
	height:354px;
	border-radius:50%;
	border:1px dashed #c4d6fd;
}

.testimonial-section .pagers-column .dotted-circle-two .dott-one{
	position:absolute;
	left:-8px;
	top:140px;
	width:16px;
	height:16px;
	border-radius:50%;
	background-color:#9bb8fb;
}

.testimonial-section .pagers-column .dotted-circle-two .dott-two{
	position:absolute;
	right:-8px;
	top:160px;
	width:16px;
	height:16px;
	border-radius:50%;
	background-color:#ff8a78;
}

.testimonial-section .carousel-column{
	position:relative;
}

.testimonial-section .carousel-column .inner-column{
	position:relative;
	padding-left:30px;
}

.testimonial-section .carousel-column .sec-title h2{
	font-size:30px;
}

.testimonial-block{
	position:relative;
}

.testimonial-block .inner-box{
	padding-top:150px;
}

.testimonial-block .inner-box .slide-text{
	position:relative;
	font-size:16px;
	color:#707070;
	line-height:1.9em;
	margin-bottom:22px;	
	word-break: break-all;
}

.testimonial-block .inner-box .slide-info{
	position:relative;
}

.testimonial-block .inner-box .author-title{
	color:#1B212F;
	line-height:24px;
	font-weight:700;
	font-family: 'DM Sans', sans-serif;
}

.testimonial-block .inner-box .designation{
	color:#1B212F;
	font-size:16px;
	line-height:20px;
	margin-top:15px;
	letter-spacing:1px;
	text-transform:uppercase;
}

.testimonial-block .inner-box .quote-icon{
	position:relative;
	line-height:1em;
	margin-bottom:30px;
}

.testimonial-section .carousel-control-prev{
	position:absolute;
	right:65px;
	top:auto;
	left:auto;
	bottom:0px;
	font-size:18px;
	color:#ffffff;
	width:50px;
	height:50px;
	opacity:1;
	line-height:58px;
	text-align:center;
	border-radius:50px;
	font-weight:700;
	display:inline-block;
	margin:0px 15px 0px 0px;
	background-color:#5184fa;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.testimonial-section .carousel-control-prev:before{
	position:absolute;
	content: "\f104";
	left:0px;
	top:0px;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	border-radius:50px;
	font-family: 'FontAwesome';
}

.testimonial-section .carousel-control-next{
	position:absolute;
	right:0px;
	top:auto;
	bottom:0px;
	font-size:18px;
	color:#ffffff;
	width:50px;
	height:50px;
	opacity:1;
	line-height:58px;
	text-align:center;
	border-radius:50px;
	font-weight:700;
	display:inline-block;
	margin:0px 15px 0px 0px;
	background-color:#5184fa;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.testimonial-section .carousel-control-next:before{
	position:absolute;
	content: "\f105";
	left:0px;
	top:0px;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	border-radius:50px;
	font-family: 'FontAwesome';
}

.testimonial-section .carousel-control-prev span,
.testimonial-section .carousel-control-next span{
	background:none;
}

.testimonial-section .carousel-control-prev:hover,
.testimonial-section .carousel-control-next:hover{
	color:#ffffff;
	background-color:#373a5b;
}

/*** 

====================================================================
	News Section
====================================================================

***/

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

.news-section .btn-box{
	margin-top:20px;
}

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

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

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

.news-block .inner-box .image:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:1;
	background-color:rgba(0,0,0,0.50);
}

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

.news-block .inner-box .image .overlay-content{
	position:absolute;
	left:25px;
	bottom:25px;
	right:25px;
	z-index:2;
}

.news-block .inner-box .image .overlay-content .post-meta{
	position:relative;
	margin-bottom:10px;
}

.news-block .inner-box .image .overlay-content .post-meta li{
	position:relative;
	color:#ffffff;
	font-size:16px;
	padding-left:25px;
	margin-right:15px;
	display:inline-block;
}

.news-block .inner-box .image .overlay-content .post-meta li .icon{
	position:absolute;
	left:0px;
	top:1px;
	color:#ffffff;
}

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

.news-block .inner-box .image .overlay-content h3{
	color:#ffffff;
	line-height:1.2em;
}

.news-block .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:3;
	background: #1F54CE;
	background: -webkit-linear-gradient(to right, #1F54CE 0%, #5083f9 100%);
	background: -moz-linear-gradient(to right, #1F54CE 0%, #5083f9 100%);
	background: linear-gradient(to right, #1F54CE 0%, #5083f9 100%);
	
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.news-block .inner-box:hover .image .overlay-box{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.news-block .inner-box .image .overlay-box .circle-layer-one{
	position:absolute;
	right:-750px;
	bottom:-750px;
	width:648px;
	height:648px;
	border-radius:50%;
	background-color:rgba(255,255,255,0.04);
	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:translateX(-100px) translateY(-100px);
}

.news-block .inner-box:hover .overlay-box .circle-layer-one{
	right:-550px;
	bottom:-350px;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.news-block .inner-box .circle-layer-two{
	position:absolute;
	right:-750px;
	bottom:-750px;
	width:648px;
	height:648px;
	border-radius:50%;
	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:rgba(255,255,255,0.06);
	transform:translateX(-180px) translateY(-180px);
}

.news-block .inner-box:hover .circle-layer-two{
	right:-550px;
	bottom:-350px;
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;

}

.news-block .inner-box .image .overlay-box .overlay-inner{
	position:relative;
	padding:30px 30px;
}

.news-block .inner-box .image .overlay-box .post-meta{
	position:relative;
	margin-bottom:18px;
}

.news-block .inner-box .image .overlay-box .post-meta li{
	position:relative;
	color:#ffffff;
	font-size:16px;
	padding-left:25px;
	margin-right:15px;
	display:inline-block;
}

.news-block .inner-box .image .overlay-box .post-meta li .icon{
	position:absolute;
	left:0px;
	top:2px;
	color:#ffffff;
}

.news-block .inner-box .image .overlay-box .post-meta li:last-child{
	margin-right:0px;
}

.news-block .inner-box .image .overlay-box .overlay-inner h3{
	color:#ffffff;
	line-height:1.2em;
}

.news-block .inner-box .image .overlay-box .overlay-inner h3 a{
	position:relative;
	color:#ffffff;
}

.news-block .inner-box .image .overlay-box .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.7em;
	margin-top:15px;
}

.news-block .inner-box .image .overlay-box .continue{
	position:absolute;
	left:30px;
	bottom:30px;
	color:#ffffff;
	font-weight:700;
	font-size:16px;
	text-transform:uppercase;
}

.news-block .inner-box .image .overlay-box .continue .arrow{
	font-size:11px;
	margin-left:3px;
}

/***

==================================================================
	Main Footer
==================================================================

***/

.main-footer{
	position:relative;
	background: #1F54CE;
	background: -webkit-linear-gradient(to right, #1F54CE 0%, #5083f9 100%);
	background: -moz-linear-gradient(to right, #1F54CE 0%, #5083f9 100%);
	background: linear-gradient(to right, #1F54CE 0%, #5083f9 100%);
}

.main-footer .widgets-section{
	position:relative;
	padding: 100px 0px 30px;
}

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

.main-footer .footer-widget{
	position:relative;
	margin-bottom:30px;
}

.main-footer .footer-widget h3{
	color:#ffffff;
	margin-bottom:10px;
	letter-spacing:1px;
	text-transform:capitalize;
}

.main-footer .logo-widget{
	position:relative;
}

.main-footer .logo-widget .logo{
	position:relative;
	margin-bottom:20px;
}

.main-footer .logo-widget .text{
	position:relative;
	color:#ffffff;
	font-weight:400;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:20px;
}

/* Footer List */

.main-footer .footer-list{
	position:relative;
}

.main-footer .footer-list li{
	position:relative;
	margin-bottom:14px;
}

.main-footer .footer-list li:last-child{
	margin-bottom:0px;
}

.main-footer .footer-list li a{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	-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-footer .footer-list li a:hover{
	color:#ff8a78;
}

.main-footer .contact-widget{
	position:relative;
}

.main-footer .contact-widget ul{
	position:relative;
}

.main-footer .contact-widget ul li{
	position:relative;
	color:#ffffff;
	font-size:16px;
	margin-bottom:15px;
	line-height:1.6em;
}

.main-footer .contact-widget ul li a{
	position:relative;
	color:#ffffff;
	-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-footer .contact-widget ul li a:hover{
	color:#ff8a78;
}

/* Newslettter Form */

.main-footer .newsletter-widget .text{
	position:relative;
	color:#ffffff;
	font-size:15px;
	line-height:1.8em;
	margin-bottom:25px;
}

.main-footer .newsletter-widget .sub-text{
	position:relative;
	color:#ffffff;
	font-size:15px;
	line-height:1.7em;
}

.main-footer .newsletter-form{
	margin-bottom:15px;
}

.main-footer .newsletter-form .form-group{
	position:relative;
	display:block;
	margin-bottom:10px;
}

.main-footer .newsletter-form .form-group input[type="text"],
.main-footer .newsletter-form .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 55px 10px 25px;
	height:50px;
	font-size:14px;
	color:#ffffff;
	background:rgba(255,255,255,0.08);
	border-radius:50px;
	-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-footer .newsletter-form .form-group input::-webkit-input-placeholder,
.main-footer .newsletter-form .form-group textarea::-webkit-input-placeholder{
	color:#ffffff;
}

.main-footer .newsletter-form .form-group .submit-btn{
	position:absolute;
	right:3px;
	top:3px;
	width:45px;
	height:45px;
	color:#ffffff;
	text-align:center;
	border-radius:50px;
	line-height:45px;
	background: #1F54CE;
	background: -webkit-linear-gradient(to right, #1F54CE 0%, #5083f9 100%);
	background: -moz-linear-gradient(to right, #1F54CE 0%, #5083f9 100%);
	background: linear-gradient(to right, #1F54CE 0%, #5083f9 100%);
}

.main-footer .footer-bottom{
	position:relative;
	padding:25px 0px;
	border-top:1px solid rgba(255,255,255,0.10);
}

.main-footer .footer-bottom .logo-column{
	position:relative;
}

.main-footer .footer-bottom .copyright-column{
	position:relative;
}

.main-footer .footer-bottom .copyright{
	position:relative;
	font-size:16px;
	color:#ffffff;
	text-align:center;
	padding:23px 0px;
}

.main-footer .footer-bottom .copyright a{
	color:#ffffff;
}

.main-footer .footer-bottom .social-column{
	position:relative;
	text-align:right;
}

.main-footer .footer-bottom .social-nav{
	position:relative;
	padding:15px 0px;
}

.main-footer .footer-bottom .social-nav li{
	position:relative;
	margin-left:6px;
	display:inline-block;
}

.main-footer .footer-bottom .social-nav li a{
	position:relative;
	width:44px;
	height:44px;
	color:#ffffff;
	font-size:16px;
	text-align:center;
	line-height:42px;
	border-radius:50px;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border:1px solid rgba(255,255,255,0.30);
}

.main-footer .footer-bottom .social-nav li a:hover{
	background-color:#ffffff;
	border-color:#ffffff;
	color:#1F54CE;
}

/*** 

====================================================================
	Banner Section Two
====================================================================

***/

.banner-section-two{
	position:relative;
	overflow:hidden;
}

.banner-section-two .color-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background: #EAF0FD;
	background: -webkit-linear-gradient(to bottom, #EAF0FD 0%, #ffffff 100%);
	background: -moz-linear-gradient(to bottom, #EAF0FD 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #EAF0FD 0%, #ffffff 100%);
}

.banner-section-two .slide{
	position:relative;
	overflow:hidden;
	text-align:center;
	padding-top:140px;
	padding-bottom:0px;
}

.banner-section-two .image-box{
	position:relative;
	opacity: 0;
	margin-top:30px;
	transform: scaleX(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-two .active .image-box{
	opacity: 1;
	transform: scaleX(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-section-two .icon-one{
	position:absolute;
	left:40px;
	top:40px;
	z-index:1;
	width:43px;
	height:60px;
}

.banner-section-two .icon-two{
	position:absolute;
	left:180px;
	top:300px;
	z-index:1;
	width:34px;
	height:18px;
}

.banner-section-two .icon-three{
	position:absolute;
	right:180px;
	top:300px;
	z-index:1;
	width:15px;
	height:61px;
}

.banner-section-two .icon-four{
	position:absolute;
	right:260px;
	top:600px;
	z-index:1;
	width:38px;
	height:40px;
}

.banner-section-two .icon-five{
	position:absolute;
	left:150px;
	bottom:200px;
	z-index:1;
	width:34px;
	height:34px;
}

.banner-section-two .icon-six{
	position:absolute;
	right:150px;
	bottom:200px;
	z-index:1;
	width:61px;
	height:15px;
}

.banner-section-two .content-boxed{
	position:relative;
	z-index:10;
}

.banner-section-two .content-boxed .inner-box{
	position:relative;
}

.banner-section-two .content-boxed h1{
	position:relative;
	color:#1B212F;
	opacity: 0;
	line-height:1em;
	transform: scaleY(0);
	transform-origin: top;
	text-transform:uppercase;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-two .active .content-boxed h1{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-section-two .content-boxed .text{
	position:relative;
	color:#707070;
	font-size:18px;
	font-weight:400;
	opacity: 0;
	max-width:800px;
	margin:0 auto;
	line-height:1.7em;
	margin-top:20px;
	margin-bottom:30px;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-two .active .content-boxed .text{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.banner-section-two .content-boxed .btns-box{
	opacity: 0;
	display:inline-block;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-two .active .content-boxed .btns-box{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.banner-section-two .content-boxed .theme-btn{
	margin-right:15px;
}

.banner-section-two .content-boxed .play-box{
	opacity: 0;
	display:inline-block;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-two .active .content-boxed .play-box{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.banner-section-two .content-boxed .play-box .play-now{
	position:relative;
	width:60px;
	height:60px;
	color:#f25037;
	top:-20px;
	line-height:60px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
	box-shadow:0px 10px 15px rgba(0,0,0,0.10);
}

.banner-section-two .content-boxed .play-box .play-now .ripple,
.banner-section-two .content-boxed .play-box .play-now .ripple:before,
.banner-section-two .content-boxed .play-box .play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:60px;
	height: 60px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.banner-section-two .content-boxed .play-box .play-now .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.banner-section-two .content-boxed .play-box .play-now .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

.banner-section-two .owl-dots{
	position:absolute;
	left:0px;
	right:0px;
	bottom:40px;
	display:none;
	text-align:center;
}

.banner-section-two .owl-dots .owl-dot{
	position:relative;
	width:30px;
	height:6px;
	margin-bottom:10px;
	border-radius:0px;
	margin:0px 5px;
	display:inline-block;
	background-color:#ffffff;
	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;
}

.banner-section-two .owl-dots .owl-dot.active,
.banner-section-two .owl-dots .owl-dot:hover{
	background-color:#1a4fc9;
}

.banner-section-two .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:99999;
	width:100%;
	opacity:0;
	margin-top:-10px;
	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;
}

.banner-section-two:hover .owl-nav{
	opacity:0;
}

.banner-section-two .owl-nav .owl-prev{
	position:absolute;
	left:20px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:56px;
	font-size:16px;
	text-align:center;
	border-radius:50px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:2px solid rgba(255,255,255,0.60);
}

.banner-section-two .owl-nav .owl-next{
	position:absolute;
	right:20px;
	color:#ffffff;
	font-size:16px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:56px;
	border-radius:50px;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:2px solid rgba(255,255,255,0.60);
}

.banner-section-two .owl-nav .owl-prev:hover,
.banner-section-two .owl-nav .owl-next:hover{
	color:#ffffff;
	border-color:#1a4fc9;
	background-color:#1a4fc9;
}

/*** 

====================================================================
	Clients Section
====================================================================

***/

.clients-section{
	position:relative;
	padding:90px 0px 90px;
}

.clients-section.style-two{
	background-color:#f9fbff;
}

.clients-section.style-three{
	padding-top:30px;
}

.clients-section .inner-container{
	position:relative;
}

.clients-section .sponsors-outer .owl-dots,
.clients-section .sponsors-outer .owl-nav{
	position:relative;
	display:none;
}

.clients-section .sponsors-outer .image-box{
	position:relative;
	text-align:center;
	margin:0px;
}

.clients-section .sponsors-outer .image-box img{
	max-width:100%;
	width:auto;
	opacity:0.6;
	margin:0 auto;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.clients-section .sponsors-outer .image-box img:hover{
	opacity:0.7;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

/*** 

====================================================================
	About Section
====================================================================

***/

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

.about-section-two .icon-one{
	position:absolute;
	left:60px;
	top:250px;
	width:60px;
	height:43px;
	background-repeat:no-repeat;
}

.about-section-two .icon-two{
	position:absolute;
	right:600px;
	top:100px;
	width:34px;
	height:18px;
	background-repeat:no-repeat;
}

.about-section-two .icon-three{
	position:absolute;
	right:240px;
	top:200px;
	width:19px;
	height:19px;
	background-repeat:no-repeat;
}

.about-section-two .icon-four{
	position:absolute;
	right:100px;
	bottom:280px;
	width:38px;
	height:40px;
	background-repeat:no-repeat;
}

.about-section-two .icon-five{
	position:absolute;
	right:400px;
	bottom:80px;
	width:61px;
	height:15px;
	background-repeat:no-repeat;
}

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

.about-section-two .images-column .inner-column{
	position:relative;
	margin-left:-40px;
}

.about-section-two .images-column .pattern-layer{
	position:absolute;
	right:0px;
	top:-80px;
	width:1155px;
	height:908px;
	background-repeat:no-repeat;
}

.about-section-two .images-column .image{
	position:relative;
}

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

.about-section-two .content-column .inner-column{
	position:relative;
	padding-top:100px;
	padding-left:0px;
}

.about-section-two .content-column .title{
	position:relative;
	color:#5184FA;
	font-size:18px;
	font-weight:700;
	margin-bottom:12px;
	display:inline-block;
	text-transform:uppercase;
}

.about-section-two .content-column .title:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:2px;
	height:5px;
	right:0px;
	opacity:0.20;
	background-color:#5184FA;
}

.about-section-two .content-column h3{
	color:#1B212F;
	font-weight:500;
	margin-bottom:15px;
}

.about-section-two .content-column .author{
	position:relative;
	color:#303030;
	font-size:16px;
	font-weight:700;
	padding-left:35px;
}

.about-section-two .content-column .author:before{
	position:absolute;
	content:'';
	left:0px;
	top:10px;
	width:20px;
	height:3px;
	background-color:#255ad3;
}

.about-section-two .content-column p{
	position:relative;
	color:#707070;
	font-size:16px;
	margin-bottom:15px;
}

.about-section-two .content-column .btn-box{
	position:relative;
	margin-top:25px;
}

/*** 

====================================================================
	Gallery Section Two
====================================================================

***/

.gallery-section-two{
	position:relative;
	overflow:hidden;
	padding:200px 0px 60px;
}

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

.gallery-section-two .owl-nav{
	position:absolute;
	right:0px;
	top:-115px;
	width:100%;
	text-align:right;
	max-width:1200px;
	margin-right:0px;
	padding:0px 15px;
}

.gallery-section-two .owl-nav .owl-prev,
.gallery-section-two .owl-nav .owl-next{
	position:relative;
	width:60px;
	height:60px;
	color:#2156cf;
	font-size:32px;
	margin-left:15px;
	text-align:center;
	line-height:58px;
	border-radius:50%;
	display:inline-block;
	background-color:#e9eefa;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.gallery-section-two .owl-nav .owl-prev:hover,
.gallery-section-two .owl-nav .owl-next:hover{
	color:#ffffff;
	background-color:#2256d0;
}

.gallery-section-two .circle-one{
	position:absolute;
	left:0px;
	top:120px;
	width:734px;
	height:734px;
	border-radius:50%;
	display:inline-block;
	background: #f6f8fe;
	background: -webkit-linear-gradient(to bottom, #f6f8fe 0%, #FFFFFF 100%);
	background: -moz-linear-gradient(to bottom, #f6f8fe 0%, #FFFFFF 100%);
	background: linear-gradient(to bottom, #f6f8fe 0%, #FFFFFF 100%);
}

.gallery-section-two .outer-container{
	max-width:1500px;
	margin:0 auto;
	padding:0px 15px;
}

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

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

.gallery-block-two .inner-box .image{
	position:relative;
}

.gallery-block-two .inner-box .image:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:1;
	background: rgba(255,255,255,0);
	background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.60) 100%);
	background: -moz-linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.60) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.60) 100%);
}

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

.gallery-block-two .inner-box .image .color-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
	 transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	background-color:rgba(0,0,0,0.35);
}

.gallery-block-two .inner-box:hover .image .color-layer{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.gallery-block-two .inner-box .image .content{
	position:absolute;
	left:20px;
	bottom:20px;
	z-index:2;
}

.gallery-block-two .inner-box .image .content h3{
	margin-bottom:2px;
}

.gallery-block-two .inner-box .image .content h3 a{
	position:relative;
	color:#ffffff;
}

.gallery-block-two .inner-box .image .content .title{
	position:relative;
	font-size:15px;
	color:#ffffff;
}

/*** 

====================================================================
	Choose Section Two
====================================================================

***/

.choose-section-two{
	position:relative;
	padding:100px 0px 140px;
}

.choose-section-two .icon-one{
	position:absolute;
	left:80px;
	top:310px;
	width:60px;
	height:43px;
	background-repeat:no-repeat;
}

.choose-section-two .icon-two{
	position:absolute;
	left:48%;
	top:80px;
	width:34px;
	height:18px;
	background-repeat:no-repeat;
}

.choose-section-two .icon-three{
	position:absolute;
	right:10%;
	top:150px;
	width:19px;
	height:19px;
	background-repeat:no-repeat;
}

.choose-section-two .icon-four{
	position:absolute;
	left:50%;
	bottom:150px;
	width:61px;
	height:15px;
	background-repeat:no-repeat;
}

.choose-section-two .images-column{
	position:relative;
}

.choose-section-two .pattern-layer{
	position:absolute;
	right:-180px;
	top:-20px;
	width:1076px;
	height:846px;
	z-index:1;
	background-repeat:no-repeat;
}

.choose-section-two .images-column .inner-column{
	position:relative;
	text-align:right;
	padding-bottom:50px;
}

.choose-section-two .images-column .color-layer{
	position:absolute;
	left:15px;
	top:0px;
	width:660px;
	height:660px;
	border-radius:50%;
	background-color:#f5f7fd;
}

.choose-section-two .images-column .image{
	position:relative;
	border-radius:5px;
	overflow:hidden;
	padding-top:10px;
	margin-right:-60px;
	display:inline-block;
}

.choose-section-two .content-column{
	position:relative;
	z-index:1;
}

.choose-section-two .content-column .inner-column{
	position:relative;
	padding-top:20px;
}

.choose-section-two .content-column .title{
	position:relative;
	color:#5184FA;
	font-size:18px;
	font-weight:700;
	margin-bottom:12px;
	display:inline-block;
	text-transform:uppercase;
}

.choose-section-two .content-column .title:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:2px;
	height:5px;
	right:0px;
	opacity:0.20;
	background-color:#5184FA;
}

.choose-section-two .content-column h3{
	color:#1B212F;
	font-weight:500;
	margin-bottom:25px;
}

.choose-section-two .content-column .choose-list{
	position:relative;
}

.choose-section-two .content-column .choose-list li{
	position:relative;
	color:#707070;
	font-size:15px;
	margin-bottom:20px;
	line-height:1.7em;
	padding:15px 20px;
	background-color:#ffffff;
	box-shadow:0px 5px 15px rgba(206,219,250,0.25);
}

.choose-section-two .content-column .choose-list li strong{
	position:relative;
	color:#1B212F;
	font-weight:500;
	font-size:20px;
	margin-bottom:8px;
	display:block;
}

.choose-section-two .content-column .choose-list li:last-child{
	margin-bottom:0px;
}

.choose-section-two .content-column .btn-box{
	position:relative;
	margin-top:40px;
}

/*** 

====================================================================
	Pricing Section
====================================================================

***/

.pricing-section{
	position:relative;
	padding:40px 0px 80px;
}

.pricing-section.style-two{
	padding-top:100px;
}

.pricing-section .pattern-layer{
	position:absolute;
	left:-100px;
	top:-150px;
	width:2029px;
	height:1451px;
	background-repeat:no-repeat;
}

.pricing-tabs{
	position:relative;
	z-index:2;
}

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

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

.pricing-tabs .buttons-outer{
	text-align:center;
}

.pricing-tabs .tab-buttons{
	position:relative;
	margin-top:40px;
}

.pricing-tabs .tab-buttons .tab-btn{
	position:relative;
	color:#5184FA;
	font-size:14px;
	font-weight:700;
	float:left;
	letter-spacing:1px;
	cursor:pointer;
	margin-left:15px;
	padding:16px 48px;
	border-radius:50px;
	text-transform:uppercase;
	background-color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	box-shadow:0px 5px 15px rgba(77,128,246,0.06);
}

.pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-tabs .tab-buttons .tab-btn.active-btn{
	color:#ffffff;
	background: #4D80F6;
	background: -webkit-linear-gradient(to bottom, #4D80F6 0%, #1c51ca 100%);
	background: -moz-linear-gradient(to bottom, #4D80F6 0%, #1c51ca 100%);
	background: linear-gradient(to bottom, #4D80F6 0%, #1c51ca 100%);
}

.pricing-tabs .tabs-content .tab .price-block{
	transform:rotateY(90deg);
}

.pricing-tabs .tabs-content .tab.active-tab .price-block{
	transform:rotateY(0deg);
}

.price-block{
	position:relative;
	margin-bottom:30px;
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
}

.price-block .inner-box{
	position:relative;
	background-color:#ffffff;
	box-shadow:0px 5px 15px rgba(77,128,246,0.15);
}

.price-block .inner-box .upper-box{
	position:relative;
	text-align:center;
	padding:35px 30px 30px;
	border-bottom:2px solid #edf2ff;
	transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
}

.price-block .inner-box .upper-box:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	bottom:0px;
	width:0%;
	transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	background: #3B6FE6;
	background: -webkit-linear-gradient(to left, #3B6FE6 0%, #1E53CD 100%);
	background: -moz-linear-gradient(to left, #3B6FE6 0%, #1E53CD 100%);
	background: linear-gradient(to left, #3B6FE6 0%, #1E53CD 100%);
}

.price-block .inner-box:hover .upper-box{
	border-color:#cccccc;
}

.price-block .inner-box:hover .upper-box:before{
	width:100%;
}

.price-block .inner-box .upper-box h2{
	color:#5184FA;
	transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
}

.price-block .inner-box:hover .upper-box h2{
	color:#ffffff;
}

.price-block .inner-box .upper-box .title{
	position:relative;
	color:#303030;
	font-size:18px;
	margin-top:5px;
	transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
}

.price-block .inner-box:hover .upper-box .title{
	color:#ffffff;
}

.price-block .inner-box .upper-box .icon{
	position:relative;
	font-size:70px;
	line-height:1em;
	margin-top:25px;
	color:#4f82f8;
	line-height:1em;
	background: linear-gradient(to top, #2155cf 0%, #4f82f8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
}

.price-block .inner-box:hover .upper-box .icon{
	color:#ffffff;
	background:none;
	-webkit-text-fill-color: inherit;
}

.price-block .inner-box .lower-box{
	position:relative;
	padding:40px 30px 30px;
}

.price-block .inner-box .lower-box .hover-overlay{
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	width:0%;
	background: #3B6FE6;
	transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	background: -webkit-linear-gradient(to bottom, #3B6FE6 0%, #1e53cd 100%);
	background: -moz-linear-gradient(to bottom, #3B6FE6 0%, #1e53cd 100%);
	background: linear-gradient(to bottom, #3B6FE6 0%, #1e53cd 100%);
}

.price-block .inner-box:hover .lower-box .hover-overlay{
	width:100%;
}

.price-block .inner-box .price{
	position:relative;
	color:#5184FA;
	font-size:40px;
	font-weight:700;
	line-height:1.1em;
	text-align:center;
	font-family: 'Teko', sans-serif;
	transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
}

.price-block .inner-box .price span{
	color:#dfe9fc;
	margin-right:18px;
	padding-right:22px;
	border-right:1px solid #e5e5e5;
	text-decoration:line-through;
}

.price-block .inner-box .price sup{
	font-size:22px;
	margin-right:5px;
	font-weight:500;
}

.price-block .inner-box .price sub{
	font-size:22px;
	margin-right:5px;
	font-weight:400;
	font-family: 'DM Sans', sans-serif;
}


.price-block .inner-box:hover .price{
	color:#ffffff;
}

.price-block .inner-box:hover .price span{
	border-color:#ffffff;
}

.price-block .inner-box .price-list{
	position:relative;
	margin-top:15px;
	margin-bottom:35px;
}

.price-block .inner-box .price-list li{
	position:relative;
	padding:15px 0px;
	padding-left:30px;
	font-size:16px;
	color:#1B212F;
	border-bottom:1px solid #edf2ff;
	transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
}

.price-block .inner-box .price-list li:before{
	position:absolute;
	content: "\f16e";
	left:0px;
	color:#266de8;
	font-size:16px;
	font-family: "Flaticon";
}

.price-block .inner-box .price-list li:last-child{
	padding-bottom:0px;
	border:none;
}

.price-block .inner-box:hover .price-list li{
	color:#ffffff;
	border-color:rgba(255,255,255,0.10);
}

.price-block .inner-box:hover .price-list li:before{
	color:#ffffff;
}

.price-block .inner-box .btn-box{
	position:relative;
}

.price-block .inner-box .btn-box .theme-btn{
	width:100%;
	text-align:center;
}

.price-block .inner-box .btn-box .theme-btn:before{
	background-color:#ffffff;
	background-image:none;
}

.price-block .inner-box:hover .btn-box .theme-btn{
	color:#266de8;
}

.price-block .inner-box:hover .btn-box .theme-btn:before{
	width:100%;
	opacity:1;
	-webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

/*** 

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

***/

.testimonial-section-two{
	position:relative;
	overflow:hidden;
	padding:160px 0px 70px;
}

.testimonial-section-two .auto-container{
	max-width:1400px;
}

.testimonial-section-two .inner-container{
	background-position:center top;
	background-repeat:no-repeat;
}

.testimonial-section-two .carousel-indicators{
	position:relative;
	display:block;
	max-width:100%;
	margin:0px;
	height:505px;
    background-position: right top;
}

.testimonial-section-two .carousel-indicators li{
	position: absolute;
    width: 80px;
    height: 80px;
    text-align: center;
    color: #202020;
	border-radius:50%;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.testimonial-section-two .carousel-indicators li .image:before{
	position: absolute;
    content: '';
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
	z-index:-1;
    border-radius: 50%;
    border: 10px solid rgba(209,214,220,0.80);
}

.testimonial-section-two .carousel-indicators li:nth-child(1){
	left: 20px;
    top: 10px;
    width: 124px;
    height: 124px;
    border-radius: 50%;
}

.testimonial-section-two .carousel-indicators li:nth-child(2){
	left: -40px;
    top: 200px;
    width: 82px;
    height: 82px;
}

.testimonial-section-two .carousel-indicators li:nth-child(3){
    right: 110px;
    top: 190px;
    width: 64px;
    height: 64px;
}

.testimonial-section-two .carousel-indicators li:nth-child(4){
    left: 170px;
    bottom: 90px;
    width: 86px;
    height: 86px;
}





.testimonial-section-two .pagers-column.right-column .carousel-indicators li:nth-child(1){
	left: 120px;
    top: 50px;
    width: 80px;
    height: 80px;
}

.testimonial-section-two .pagers-column.right-column .carousel-indicators li:nth-child(2){
	left:auto;
	right: -50px;
    top: 140px;
    width: 112px;
    height: 112px;
}

.testimonial-section-two .pagers-column.right-column .carousel-indicators li:nth-child(3){
	left:0px;
	top: 140px;
    left: 40px;
    top: 250px;
}

.testimonial-section-two .pagers-column.right-column .carousel-indicators li:nth-child(4){
	left:auto;
    right: -10px;
    top: 340px;
	width:64px;
	height:64px;
}

.testimonial-section-two .carousel-thumbnails .carousel-indicators img {
  width: 100%;
  overflow: hidden;
  display: block;
  border-radius:50%;
}

.testimonial-section-two .carousel-thumbnails .carousel-indicators li {
  height: auto;
  border: none;
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.15);
}

.testimonial-section-two .carousel-thumbnails .carousel-indicators li .image{
	position:relative;
}

.testimonial-section-two .pagers-column{
	position:relative;
}

.testimonial-section-two .pagers-column .pager-shape-one{
	position:absolute;
	left:0px;
	top:0px;
	width:246px;
	height:370px;
	background:url(../images/icons/testimonial-icon-1.png);
	background-repeat:no-repeat;
}

.testimonial-section-two .pagers-column .pager-shape-one .color-circle-one{
	position:absolute;
	right:70px;
	top:135px;
	width:16px;
	height:16px;
	opacity:0.60;
	border-radius:50%;
	display:inline-block;
	background-color:#4376ee;
}

.testimonial-section-two .pagers-column .pager-shape-one .color-circle-two{
	position:absolute;
	right:100px;
	bottom:50px;
	width:16px;
	height:16px;
	opacity:0.80;
	border-radius:50%;
	display:inline-block;
	background-color:#F25037;
}

.testimonial-section-two .pagers-column .pager-shape-two{
	position:absolute;
	right:0px;
	top:60px;
	width:246px;
	height:370px;
	background:url(../images/icons/testimonial-icon-2.png);
	background-repeat:no-repeat;
}

.testimonial-section-two .pagers-column .pager-shape-two .color-circle-one{
	position:absolute;
	right:40px;
	top:0px;
	width:30px;
	height:30px;
	opacity:0.80;
	border-radius:50%;
	display:inline-block;
	background-color:#4376ee;
}

.testimonial-section-two .pagers-column .pager-shape-two .color-circle-two{
	position:absolute;
	left: 50px;
    top: 130px;
	width:16px;
	height:16px;
	opacity:0.80;
	border-radius:50%;
	display:inline-block;
	background-color:#F25037;
}

.testimonial-section-two .carousel-column{
	position:relative;
}

.testimonial-section-two .carousel-column .inner-column{
	position:relative;
	text-align:center;
}

.testimonial-section-two .carousel-column .sec-title h2{
	font-size:30px;
}

.testimonial-block-two{
	position:relative;
}

.testimonial-block-two .inner-box{
	padding-top:60px;
	text-align:center;
}

.testimonial-block-two .inner-box .slide-text{
	position:relative;
	font-size:18px;
	color:#303030;
	font-style:italic;
	line-height:1.7em;
	margin-bottom:22px;
	word-break: break-all;
}

.testimonial-block-two .inner-box .slide-info{
	position:relative;
}

.testimonial-block-two .inner-box .author-title{
	color:#1B212F;
	line-height:24px;
	font-weight:700;
	font-family: 'DM Sans', sans-serif;
}

.testimonial-block-two .inner-box .designation{
	color:#1B212F;
	font-size:16px;
	line-height:20px;
	margin-top:15px;
	letter-spacing:1px;
	margin-bottom:30px;
	text-transform:uppercase;
}

.testimonial-block-two .inner-box .quote-icon{
	position:relative;
	line-height:1em;
	margin-bottom:30px;
}

.testimonial-section-two .carousel-control-prev{
	position:relative;
	font-size:18px;
	color:#3364d5;
	width:50px;
	height:50px;
	opacity:1;
	line-height:58px;
	text-align:center;
	border-radius:50px;
	font-weight:700;
	display:inline-block;
	margin:0px 10px 0px 0px;
	background-color:#ebf0fd;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.testimonial-section-two .carousel-control-prev:before{
	position:absolute;
	content: "\f104";
	left:0px;
	top:0px;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	border-radius:50px;
	font-family: 'FontAwesome';
}

.testimonial-section-two .carousel-control-next{
	position:relative;
	font-size:18px;
	color:#3364d5;
	width:50px;
	height:50px;
	opacity:1;
	line-height:58px;
	text-align:center;
	border-radius:50px;
	font-weight:700;
	display:inline-block;
	margin:0px 10px 0px 0px;
	background-color:#ebf0fd;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.testimonial-section-two .carousel-control-next:before{
	position:absolute;
	content: "\f105";
	left:0px;
	top:0px;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	border-radius:50px;
	font-family: 'FontAwesome';
}

.testimonial-section-two .carousel-control-prev span,
.testimonial-section-two .carousel-control-next span{
	background:none;
}

.testimonial-section-two .carousel-control-prev:hover,
.testimonial-section-two .carousel-control-next:hover{
	color:#ffffff;
	background-color:#3364d5;
}

/*** 

====================================================================
	News Section Two
====================================================================

***/

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

.news-section-two .pattern-layer{
	position:absolute;
	right:40px;
	top:0px;
	width:903px;
	height:775px;
	background-repeat:no-repeat;
}

.news-section-two .icon-one{
	position:absolute;
	left:80px;
	bottom:320px;
	width:60px;
	height:43px;
	background-repeat:no-repeat;
}

.news-section-two .icon-two{
	position:absolute;
	left:300px;
	top:45px;
	width:34px;
	height:18px;
	background-repeat:no-repeat;
}

.news-section-two .icon-three{
	position:absolute;
	right:100px;
	top:210px;
	width:19px;
	height:19px;
	background-repeat:no-repeat;
}

.news-section-two .icon-four{
	position:absolute;
	right:350px;
	bottom:150px;
	width:61px;
	height:15px;
	background-repeat:no-repeat;
}

.news-section-two .btn-box{
	margin-top:20px;
}

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

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

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

.news-block-two .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background: #3B6FE6;
	transform:scale(0,1);
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
	background: -webkit-linear-gradient(to left, #3B6FE6 0%, #1E53CD 100%);
	background: -moz-linear-gradient(to left, #3B6FE6 0%, #1E53CD 100%);
	background: linear-gradient(to left, #3B6FE6 0%, #1E53CD 100%);
}

.news-block-two .inner-box:hover::before{
	transform:scale(1,1);
}

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

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

.news-block-two .inner-box .lower-content{
	position:relative;
	padding:20px 0px 0px;
}

.news-block-two .inner-box .post-meta{
	position:relative;
	margin-bottom:10px;
}

.news-block-two .inner-box .post-meta li{
	position:relative;
	color:#707070;
	font-size:16px;
	padding-left:25px;
	margin-right:15px;
	display:inline-block;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.news-block-two .inner-box .post-meta li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#2055ce;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

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

.news-block-two .inner-box:hover h3 a,
.news-block-two .inner-box:hover .post-meta li,
.news-block-two .inner-box:hover .post-meta li .icon{
	color:#ffffff;
}

.news-block-two .inner-box h3{
	
}

.news-block-two .inner-box h3 a{
	position:relative;
	color:#1B212F;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

/***

==================================================================
	Footer Style Two
==================================================================

***/

.footer-style-two{
	position:relative;
	background: #dfe8fc;
	background: -webkit-linear-gradient(to top, #dfe8fc 0%, #FAFBFE 100%);
	background: -moz-linear-gradient(to top, #dfe8fc 0%, #FAFBFE 100%);
	background: linear-gradient(to top, #dfe8fc 0%, #FAFBFE 100%);
}

.footer-style-two .widgets-section{
	position:relative;
	padding: 100px 0px 30px;
}

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

.footer-style-two .footer-widget{
	position:relative;
	margin-bottom:30px;
}

.footer-style-two .footer-widget h3{
	color:#1B212F; 
	margin-bottom:20px;
	letter-spacing:1px;
	text-transform:capitalize;
}

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

.footer-style-two .logo-widget .logo{
	position:relative;
	margin-bottom:20px;
}

.footer-style-two .logo-widget .text{
	position:relative;
	color:#303030;
	font-weight:400;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:20px;
}

.footer-style-two .logo-widget .social-nav{
	position:relative;
	padding:15px 0px;
}

.footer-style-two .logo-widget .social-nav li{
	position:relative;
	margin-left:6px;
	display:inline-block;
}

.footer-style-two .logo-widget .social-nav li a{
	position:relative;
	width:44px;
	height:44px;
	color:#1b212f;
	font-size:16px;
	text-align:center;
	line-height:42px;
	border-radius:50px;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	background-color:#ffffff;
	box-shadow:0px 0px 10px rgba(0,0,0,0.10);
}

.footer-style-two .logo-widget .social-nav li a:hover{
	background-color:#ffffff;
	border-color:#ffffff;
	color:#1F54CE;
}

/* Footer List */

.footer-style-two .footer-list{
	position:relative;
}

.footer-style-two .footer-list li{
	position:relative;
	margin-bottom:14px;
}

.footer-style-two .footer-list li:last-child{
	margin-bottom:0px;
}

.footer-style-two .footer-list li a{
	position:relative;
	color:#303030;
	font-size:16px;
	font-weight:400;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.footer-style-two .footer-list li a:hover{
	color:#ff8a78;
}

.footer-style-two .contact-widget{
	position:relative;
}

.footer-style-two .contact-widget ul{
	position:relative;
}

.footer-style-two .contact-widget ul li{
	position:relative;
	color:#303030;
	font-size:16px;
	margin-bottom:15px;
	line-height:1.6em;
}

.footer-style-two .contact-widget ul li a{
	position:relative;
	color:#303030;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.footer-style-two .contact-widget ul li a:hover{
	color:#ff8a78;
}

/* Newslettter Form */

.footer-style-two .newsletter-widget .text{
	position:relative;
	color:#303030;
	font-size:15px;
	line-height:1.8em;
	margin-bottom:25px;
}

.footer-style-two .newsletter-widget .sub-text{
	position:relative;
	color:#303030;
	font-size:15px;
	line-height:1.7em;
}

.footer-style-two .newsletter-form{
	margin-bottom:15px;
}

.footer-style-two .newsletter-form .form-group{
	position:relative;
	display:block;
	margin-bottom:10px;
}

.footer-style-two .newsletter-form .form-group input[type="text"],
.footer-style-two .newsletter-form .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 55px 10px 25px;
	height:50px;
	font-size:14px;
	color:#000000;
	background:#d1dfff;
	border-radius:50px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.footer-style-two .newsletter-form .form-group input::-webkit-input-placeholder,
.footer-style-two .newsletter-form .form-group textarea::-webkit-input-placeholder{
	color:#000000;
}

.footer-style-two .newsletter-form .form-group .submit-btn{
	position:absolute;
	right:3px;
	top:3px;
	width:45px;
	height:45px;
	color:#ffffff;
	text-align:center;
	border-radius:50px;
	line-height:45px;
	background: #1F54CE;
	background: -webkit-linear-gradient(to right, #1F54CE 0%, #5083f9 100%);
	background: -moz-linear-gradient(to right, #1F54CE 0%, #5083f9 100%);
	background: linear-gradient(to right, #1F54CE 0%, #5083f9 100%);
}

.footer-style-two .footer-bottom{
	position:relative;
	padding:25px 0px;
	background-color:#ffffff;
}

.footer-style-two .footer-bottom .copyright-column{
	position:relative;
}

.footer-style-two .footer-bottom .copyright{
	position:relative;
	font-size:16px;
	color:#1B212F;
	text-transform:uppercase;
}

.footer-style-two .footer-bottom .copyright a{
	color:#000000;
	font-weight:500;
}

.footer-style-two .footer-bottom .footer-nav{
	position:relative;
	text-align:right;
}

.footer-style-two .footer-bottom .footer-nav li{
	position:relative;
	margin-left:12px;
	display:inline-block;
}

.footer-style-two .footer-bottom .footer-nav li a{
	position:relative;
	color:#1B212F;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.footer-style-two .footer-bottom .footer-nav li a:hover{
	color:#4173e3;
}

/*** 

====================================================================
	Banner Section Three
====================================================================

***/

.banner-section-three{
	position:relative;
	overflow:hidden;
}

.banner-section-three .slide{
	position:relative;
	overflow:hidden;
	padding-top:120px;
	padding-bottom:80px;
	background-size:cover;
	background-position:right center;
}

.banner-section-three .image-column{
	position:relative;
	opacity: 0;
	transform: scaleX(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-three .image-column .inner-column{
	position:relative;
	padding-right:10px;
}

.banner-section-three .image-column .image{
	position:relative;
}

.banner-section-three .active .image-column{
	opacity: 1;
	transform: scaleX(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-section-three .image-column .pattern-layer{
	position:absolute;
	left:0px;
	top:70px;
	width:582px;
	height:585px;
	background-repeat:no-repeat;
}

.banner-section-three .content-column{
	position:relative;
	z-index:10;
}

.banner-section-three .content-column .inner-column{
	position:relative;
	padding-top:90px;
	margin-right:-70px;
}

.banner-section-three .content-column h1{
	position:relative;
	color:#ffffff;
	opacity: 0;
	line-height:1em;
	transform: scaleY(0);
	transform-origin: top;
	text-transform:uppercase;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-three .active .content-column h1{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-section-three .content-column .text{
	position:relative;
	color:#ffffff;
	font-size:18px;
	margin-top:15px;
	margin-bottom:30px;
	font-weight:400;
	opacity: 0;
	line-height:1.7em;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-three .active .content-column .text{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.banner-section-three .content-column .btns-box{
	float:left;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-three .active .content-column .btns-box{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.banner-section-three .content-column .theme-btn{
	margin-right:15px;
}

.banner-section-three .content-column .play-box{
	opacity: 0;
	float:left;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-three .active .content-column .play-box{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.banner-section-three .content-column .play-box .play-now{
	position:relative;
	width:60px;
	height:60px;
	color:#f25037;
	line-height:60px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
}

.banner-section-three .content-column .play-box .play-now .ripple,
.banner-section-three .content-column .play-box .play-now .ripple:before,
.banner-section-three .content-column .play-box .play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:60px;
	height: 60px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.banner-section-three .content-column .play-box .play-now .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.banner-section-three .content-column .play-box .play-now .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

.banner-section-three .owl-dots{
	position:absolute;
	left:0px;
	right:0px;
	bottom:40px;
	text-align:center;
}

.banner-section-three .owl-dots .owl-dot{
	position:relative;
	width:20px;
	height:20px;
	margin-bottom:10px;
	border-radius:50px;
	margin:0px 5px;
	display:inline-block;
	border:3px solid rgba(255,255,255,0.40);
	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;
}

.banner-section-three .owl-dots .owl-dot.active,
.banner-section-three .owl-dots .owl-dot:hover{
	background-color:#ffffff;
	border-color:#ffffff;
}

.banner-section-three .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:99999;
	width:100%;
	opacity:0;
	margin-top:-10px;
	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;
}

.banner-section-three:hover .owl-nav{
	opacity:0;
}

.banner-section-three .owl-nav .owl-prev{
	position:absolute;
	left:20px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:56px;
	font-size:16px;
	text-align:center;
	border-radius:50px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:2px solid rgba(255,255,255,0.60);
}

.banner-section-three .owl-nav .owl-next{
	position:absolute;
	right:20px;
	color:#ffffff;
	font-size:16px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:56px;
	border-radius:50px;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:2px solid rgba(255,255,255,0.60);
}

.banner-section-three .owl-nav .owl-prev:hover,
.banner-section-three .owl-nav .owl-next:hover{
	color:#ffffff;
	border-color:#1a4fc9;
	background-color:#1a4fc9;
}

/*** 

====================================================================
	About Section Three
====================================================================

***/

.about-section-three{
	position:relative;
	padding:110px 0px 150px;
	background-position:center center;
	background-repeat:no-repeat;
}

.about-section-three .skill-column{
	position:relative;
}

.about-section-three .skill-column .inner-column{
	position:relative;
	padding-right:50px;
	text-align:center;
}

.about-section-three .skill-column .counter-boxed{
	position:relative;
	margin-bottom:30px;
}

.about-section-three .skill-column .counter-boxed:nth-child(2n + 0){
	transform:translateY(70px);
}

.about-section-three .skill-column .counter-boxed .graph-outer{
	position:relative;
	padding:30px 30px;
	border-radius:10px;
	background-color:#ffffff;
	box-shadow:0px 0px 25px rgba(0,0,0,0.03);
}

.about-section-three .skill-column .counter-boxed .count-box{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    font-size: 30px;
    color: #5184FA;
    font-weight: 700;
    margin-top: -60px;
	text-align:center;
}

.about-section-three .skill-column .counter-boxed .count-box .sign{
	font-size: 20px;
}

.about-section-three .skill-column .counter-boxed h3{
	color: #1B212F;
	margin-top:15px;
	text-transform: capitalize;
}

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

.about-section-three .content-column .inner-column{
	position:relative;
	padding-top:140px;
}

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

.about-section-three .content-column .sec-title-two h2{
	text-transform:capitalize;
}

.about-section-three .content-column .btn-box{
	margin-bottom:25px;
}

.about-section-three .content-column .list-box{
	position:relative;
	padding:20px 25px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.06);
}

.about-section-three .content-column .list-box p{
	position:relative;
	color:#303030;
	font-size:16px;
	font-style:italic;
	margin-bottom:8px;
}

.about-section-three .content-column .list-box .author{
	position:relative;
	color:#303030;
	font-weight:700;
	font-size:16px;
	padding-left:35px;
}

.about-section-three .content-column .list-box .author:before{
	position:absolute;
	content:'';
	left:0px;
	top:9px;
	height:2px;
	width:25px;
	background-color:#5184fa;
}

/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two{
	position:relative;
	overflow:hidden;
	padding:100px 0px 70px;
	background-color:#002145;
	background-position:right bottom;
	background-repeat:no-repeat;
}

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

.service-block-two .inner-box{
	position:relative;
	overflow:hidden;
	padding:40px 30px;
	border-radius:10px;
	background-color:#002145;
	border:1px solid rgba(255,255,255,0.10);
}

.service-block-two .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	bottom:0px;
	width:0px;
	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: #4a7ef4;
	background: -webkit-linear-gradient(to left, #4a7ef4 0%, #285ACE 100%);
	background: -moz-linear-gradient(to left, #4a7ef4 0%, #285ACE 100%);
	background: linear-gradient(to left, #4a7ef4 0%, #285ACE 100%);
}

.service-block-two .inner-box:hover::before{
	width:100%;
}

.service-block-two .inner-box .icon-box{
	position:relative;
	margin-bottom:20px;
}

.service-block-two .inner-box .icon-box .icon{
	position:relative;
	color:#3d71e8;
	font-size:60px;
	line-height:1em;
	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-two .inner-box h3{
	color:#ffffff;
	font-weight:500;
	margin-bottom:15px;
	text-transform:capitalize;
}

.service-block-two .inner-box h3 a{
	position:relative;
	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;
}

.service-block-two .inner-box:hover .icon-box .icon,
.service-block-two .inner-box:hover .text,
.service-block-two .inner-box:hover h3 a{
	color:#ffffff;
}

.service-block-two .inner-box .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	margin-bottom: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;
}

.service-block-two .inner-box .read-more{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	border-bottom:1px solid #ffffff;
}

/*** 

====================================================================
	Gallery Section Three
====================================================================

***/

.gallery-section-three{
	position:relative;
	overflow:hidden;
	padding:100px 0px 70px;
	background-position:right center;
	background-repeat:no-repeat;
}

.gallery-section-three .sec-title-two .btn-box{
	margin-top:70px;
}

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

.gallery-block-three .inner-box{
	position:relative;
	box-shadow:0px 0px 15px rgba(0,0,0,0.06);
}

.gallery-block-three .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#111111;
}

.gallery-block-three .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;
}

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

.gallery-block-three .inner-box .image .content{
	position:absolute;
	left:0px;
	bottom:0px;
	background-color:#ffffff;
	padding:25px 90px 25px 25px;
}

.gallery-block-three .inner-box .image .content:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	bottom:0px;
	width: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: #5083F9;
	background: -webkit-linear-gradient(to bottom, #5083F9 0%, #1f54cd 100%);
	background: -moz-linear-gradient(to bottom, #5083F9 0%, #1f54cd 100%);
	background: linear-gradient(to bottom, #5083F9 0%, #1f54cd 100%);
}

.gallery-block-three .inner-box:hover .image .content:before{
	width:100%;
}

.gallery-block-three .inner-box .image .content h3{
	font-weight:500;
}

.gallery-block-three .inner-box .image .content h3 a{
	position:relative;
	color:#1B212F;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.gallery-block-three .inner-box .image .content .category{
	position:relative;
	margin-top:4px;
	color:#707070;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.gallery-block-three .inner-box .image .content .icon{
	position:absolute;
	right:15px;
	top:25px;
	font-size:60px;
	line-height:1em;
	color:rgba(255,255,255,0.15);
}

.gallery-block-three .inner-box:hover .image .content .category,
.gallery-block-three .inner-box:hover .image .content h3 a{
	color:#ffffff;
}

/*** 

====================================================================
	Video Section Two
====================================================================

***/

.video-section-two{
	position:relative;
	padding:100px 0px 0px;
	background-color:#f7f9ff;
}

.video-section-two .auto-container{
	max-width:1400px;
}

/* Video Box */

.video-box{
	position:relative;
}

.video-box .video-image{
	position:relative;
	margin:0px;
	overflow:hidden;
}

.video-box .video-image img{
	position:relative;
	width:100%;
	z-index:3;
}

.video-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	overflow:hidden;
	text-align:center;
	line-height: 100px;
	border-radius:50% 50% 50% 50%;
	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;
}

.video-box .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:10;
}

.video-box .overlay-box span{
	position: absolute;
	width:100px;
	height: 100px;
	left:50%;
    top: 50%;
	z-index:10;
	color: #5184fa;
	font-weight:400;
	font-size:24px;
	text-align: center;
	padding-left:4px;
	display: inline-block;
	margin-top: -50px;
	margin-left:-50px;
	line-height:100px;
	border-radius:50%;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	background-color:#ffffff;
}

.video-box.style-two .overlay-box span{
	color:#ffffff;
	background-color:#4275ec;
}

.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:100px;
	height: 100px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

/*** 

====================================================================
	Clients Section Two
====================================================================

***/

.clients-section-two{
	position:relative;
	padding:0px 0px 0px;
	margin-top:-160px;
	background-color:#f7f9ff;
}

.clients-section-two .inner-container{
	position:relative;
	z-index:10;
	background: #5083F9;
	padding:80px 50px 80px;
	background: -webkit-linear-gradient(to right, #5083F9 0%, #1F54CD 100%);
	background: -moz-linear-gradient(to right, #5083F9 0%, #1F54CD 100%);
	background: linear-gradient(to right, #5083F9 0%, #1F54CD 100%);
}

.clients-section-two .sponsors-outer .owl-dots,
.clients-section-two .sponsors-outer .owl-nav{
	position:relative;
	display:none;
}

.clients-section-two .sponsors-outer .image-box{
	position:relative;
	text-align:center;
	margin:0px;
}

.clients-section-two .sponsors-outer .image-box img{
	max-width:100%;
	width:auto;
	margin:0 auto;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.clients-section-two .sponsors-outer .image-box img:hover{
	opacity:0.7;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

/*** 

====================================================================
	Team Section Two
====================================================================

***/

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

.team-section-two.style-two{
	background-color:#f9fbff;
}

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

.team-section-two .owl-nav{
	position:relative;
	margin-top:10px;
	text-align:center;
}

.team-section-two .owl-nav .owl-next,
.team-section-two .owl-nav .owl-prev{
	position:relative;
	left:0px;
	width:60px;
	height:60px;
	font-size:32px;
	line-height:58px;
	border-radius:50%;
	text-align:center;
	display:inline-block;
	background:none;
	color:#255ad3;
	margin:0px 8px;
	background-color:#e5effb;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-section-two .owl-nav .owl-prev:hover,
.team-section-two .owl-nav .owl-next:hover{
	color:#ffffff;
	background-color:#255ad3;
}

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

.team-block-two .inner-box{
	position:relative;
}

.team-block-two .inner-box .image{
	position:relative;
	overflow:hidden;
	border-radius:4px;
}

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

.team-block-two .inner-box .image:before{
	position:absolute;
	content:'';
	left:0px;
	right:0px;
	bottom:-100%;
	z-index:1;
	height:100%;
	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: rgba(255,255,255,0);
	background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.50) 100%);
	background: -moz-linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.50) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.50) 100%);
}

.team-block-two .inner-box:hover .image:before{
	bottom:0%;
}

.team-block-two .inner-box .image .social-nav{
	position:absolute;
	right:30px;
	bottom:-450px;
	z-index:2;
	text-align:center;
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
}

.team-block-two .inner-box:hover .image .social-nav{
	bottom:35px;
}

.team-block-two .inner-box .image .social-nav li{
	position:relative;
	margin-bottom:10px;
}

.team-block-two .inner-box .image .social-nav li a{
	position:relative;
	width:45px;
	height:45px;
	color:#3569e1;
	margin:0px 3px;
	font-size:18px;
	line-height:45px;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
}

.team-block-two .inner-box .plus-box{
	position:absolute;
	right:30px;
	top:-30px;
	z-index:2;
	text-align:center;
}

.team-block-two .inner-box .plus{
	position:relative;
	width:45px;
	height:45px;
	color:#ffffff;
	margin:0px 3px;
	font-size:16px;
	font-weight:700;
	line-height:46px;
	border-radius:50px;
	display:inline-block;
	background-color:#3e72e9;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-block-two .inner-box .minus{
	position:absolute;
	right:0px;
	top:0px;
	z-index:-1;
	width:45px;
	height:45px;
	color:#ffffff;
	margin:0px 3px;
	font-size:18px;
	line-height:46px;
	border-radius:50px;
	display:inline-block;
	background-color:#3e72e9;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-block-two .inner-box:hover .plus{
	opacity:0;
}

.team-block-two .inner-box .lower-content{
	position:relative;
	padding-top:25px;
}

.team-block-two .inner-box .lower-content h3{
	font-weight:500;
}

.team-block-two .inner-box .lower-content h3 a{
	position:relative;
	color:#1B212F;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-block-two .inner-box .lower-content h3 a:hover{
	color:#3569e1;
}

.team-block-two .inner-box .lower-content .designation{
	position:relative;
	color:#707070;
	font-size:14px;
	margin-top:6px;
	letter-spacing:1px;
	text-transform:uppercase;
}

/*** 

====================================================================
	Choose Section Three
====================================================================

***/

.choose-section-three{
	position:relative;
	padding:100px 0px 70px;
	background: #FEFEFF;
	background: -webkit-linear-gradient(to right, #FEFEFF 0%, #f5f7fd 100%);
	background: -moz-linear-gradient(to right, #FEFEFF 0%, #f5f7fd 100%);
	background: linear-gradient(to right, #FEFEFF 0%, #f5f7fd 100%);
}

.choose-section-three .content-column{
	position:relative;
	margin-bottom:30px;
}

.choose-section-three .content-column .inner-column{
	position:relative;
	padding-right:40px;
}

.choose-section-three .content-column .btn-box{
	margin-top:20px;
}

.choose-box{
	position:relative;
	margin-bottom:30px;
}

.choose-box .box-inner{
	position:relative;
	padding:25px 20px;
	text-align:center;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.06);
}

.choose-box .box-inner h3{
	color:#1B212F;
	font-weight:500;
	margin-bottom:6px;
}

.choose-box .box-inner .text{
	line-height:1.7em;
}

.choose-section-three .image-column{
	position:relative;
	margin-bottom:30px;
}

.choose-section-three .image-column .inner-column{
	position:relative;
	padding-top:20px;
	padding-left:20px;
	padding-bottom:30px;
}

.choose-section-three .image-column .image{
	position:relative;
	z-index:1;
	border-radius:0px;
	margin-bottom:30px;
	display:inline-block;
}

.choose-section-three .image-column .image-two{
	position:absolute;
	right:0px;
	top:0px;
	z-index:1;
}

.choose-section-three .image-column .image-three{
	position:relative;
	z-index:1;
}

.choose-section-three .image-column .image .color-one{
	position:absolute;
	right:-35px;
	top:-30px;
	width:60px;
	height:60px;
	opacity:0.20;
	z-index:-1;
	background-color:#5184FA;
}

.choose-section-three .image-column .image-three .color-two{
	position:absolute;
	left:-40px;
	bottom:-40px;
	width:100px;
	height:100px;
	opacity:0.10;
	z-index:-1;
	background-color:#F25037;
}

.choose-section-three .image-column .image-three .color-three{
	position:absolute;
	right:20px;
	top:-60px;
	width:140px;
	height:140px;
	opacity:0.10;
	z-index:-1;
	background-color:#5184FA;
}

.choose-section-three .image-column .image-three .color-four{
	position:absolute;
	right:125px;
	top:-95px;
	width:70px;
	height:70px;
	opacity:0.10;
	z-index:-1;
	background-color:#F25037;
}

/*** 

====================================================================
	Testimonial Section Three
====================================================================

***/

.testimonial-section-three{
	position:relative;
	overflow:hidden;
	padding:160px 0px 70px;
}

.testimonial-section-three .inner-container{
	background-position:center top;
	background-repeat:no-repeat;
}

.testimonial-section-three .carousel-indicators{
	position:relative;
	display:block;
	max-width:100%;
	margin:0px;
	height:350px;
}

.testimonial-section-three .carousel-indicators li{
	position: absolute;
    width: 80px;
    height: 80px;
    text-align: center;
    color: #202020;
	border-radius:50%;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.testimonial-section-three .carousel-indicators li .image:before{
	position: absolute;
    content: '';
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
	z-index:-1;
    border-radius: 50%;
    border: 10px solid rgba(209,214,220,0.80);
}

.testimonial-section-three .carousel-indicators li:nth-child(1){
	left: 10px;
    bottom: 10px;
    width: 82px;
    height: 82px;
    border-radius: 50%;
}

.testimonial-section-three .carousel-indicators li:nth-child(2){
	left: 13%;
    bottom: 220px;
    width: 86px;
    height: 86px;
}

.testimonial-section-three .carousel-indicators li:nth-child(3){
    left: 28%;
    bottom: 10px;
    width: 124px;
    height: 124px;
}

.testimonial-section-three .carousel-indicators li:nth-child(4){
    left: 45%;
    bottom: 240px;
    width: 64px;
    height: 64px;
}

.testimonial-section-three .carousel-indicators li:nth-child(5){
    left: 62%;
    bottom: 10px;
    width: 88px;
    height: 88px;
}

.testimonial-section-three .carousel-indicators li:nth-child(6){
    left: 78%;
    bottom: 240px;
    width: 64px;
    height: 64px;
}

.testimonial-section-three .carousel-indicators li:nth-child(7){
    left: 92%;
    bottom: 10px;
    width: 114px;
    height: 114px;
}

.testimonial-section-three .carousel-thumbnails .carousel-indicators img {
  width: 100%;
  overflow: hidden;
  display: block;
  border-radius:50%;
}

.testimonial-section-three .carousel-thumbnails .carousel-indicators li {
  height: auto;
  border: none;
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.15);
}

.testimonial-section-three .carousel-thumbnails .carousel-indicators li .image{
	position:relative;
}

.testimonial-section-three .pagers-column{
	position:relative;
}

.testimonial-section-three .carousel-column{
	position:relative;
}

.testimonial-section-three .carousel-column .inner-column{
	position:relative;
	text-align:center;
}

.testimonial-block-three{
	position:relative;
}

.testimonial-block-three .inner-box{
	padding-top:60px;
	text-align:center;
}

.testimonial-block-three .inner-box .slide-text{
	position:relative;
	font-size:24px;
	color:#303030;
	font-weight:500;
	font-style:italic;
	line-height:1.4em;
	max-width:800px;
	margin:0 auto;
	margin-bottom:25px;
	word-break: break-all;
}

.testimonial-block-three .inner-box .slide-info{
	position:relative;
}

.testimonial-block-three .inner-box .author-title{
	color:#1B212F;
	line-height:24px;
	font-weight:700;
	font-family: 'DM Sans', sans-serif;
}

.testimonial-block-three .inner-box .designation{
	color:#1B212F;
	font-size:16px;
	line-height:20px;
	margin-top:15px;
	letter-spacing:1px;
	margin-bottom:30px;
	text-transform:uppercase;
}

.testimonial-block-three .inner-box .quote-icon{
	position:relative;
	line-height:1em;
	margin-bottom:30px;
}

.testimonial-section-three .carousel-control-prev{
	position:absolute;
	left:60px;
	top:45%;
	font-size:18px;
	color:#3364d5;
	width:50px;
	height:50px;
	opacity:1;
	line-height:58px;
	text-align:center;
	border-radius:50px;
	font-weight:700;
	display:inline-block;
	margin:0px 10px 0px 0px;
	background-color:#ebf0fd;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.testimonial-section-three .carousel-control-prev:before{
	position:absolute;
	content: "\f104";
	left:0px;
	top:0px;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	border-radius:50px;
	font-family: 'FontAwesome';
}

.testimonial-section-three .carousel-control-next{
	position:absolute;
	right:60px;
	top:45%;
	font-size:18px;
	color:#3364d5;
	width:50px;
	height:50px;
	opacity:1;
	line-height:58px;
	text-align:center;
	border-radius:50px;
	font-weight:700;
	display:inline-block;
	margin:0px 10px 0px 0px;
	background-color:#ebf0fd;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.testimonial-section-three .carousel-control-next:before{
	position:absolute;
	content: "\f105";
	left:0px;
	top:0px;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	border-radius:50px;
	font-family: 'FontAwesome';
}

.testimonial-section-three .carousel-control-prev span,
.testimonial-section-three .carousel-control-next span{
	background:none;
}

.testimonial-section-three .carousel-control-prev:hover,
.testimonial-section-three .carousel-control-next:hover{
	color:#ffffff;
	background-color:#3364d5;
}

/*** 

====================================================================
	News Section Three
====================================================================

***/

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

.news-section-three .btn-box{
	margin-top:20px;
}

.news-section-three .pattern-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:915px;
	background-repeat:no-repeat;
}

.news-section-three .btn-box{
	margin-top:20px;
}

.news-block-three{
	position:relative;
	margin-bottom:30px;
	padding-right:0px;
}

.news-block-three .inner-box{
	position:relative;
	overflow:hidden;
	border-radius:5px;
	background-color:#ffffff;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
	border:1px solid #f4f4f4;
}

.news-block-three .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#5184FA;
}

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

.news-block-three .inner-box:hover .image img{
	transform:scale(1.09,1.09);
	opacity:0.70;
}

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

.news-block-three .inner-box .lower-content .category{
	position:relative;
	color:#5184FA;
	font-size:16px;
	font-weight:400;
	margin-bottom:10px;
	text-transform:uppercase;
}

.news-block-three .inner-box h3{
	margin-bottom:10px;
}

.news-block-three .inner-box h3 a{
	position:relative;
	color:#1B212F;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.news-block-three .inner-box .text{
	position:relative;
	line-height:1.7em;
	color:#707070;
	font-size:16px;
	margin-bottom:10px;
}

.news-block-three .inner-box .read-more{
	position:relative;
	line-height:1.5em;
	color:#1B212F;
	font-size:16px;
	display:inline-block;
	text-decoration:underline;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.news-block-three .inner-box .read-more:hover{
	color:#5184FA;
}

.news-block-three .inner-box .post-meta{
	position:relative;
}

.news-block-three .inner-box .post-meta li{
	position:relative;
	color:#707070;
	font-size:16px;
	padding-left:25px;
	margin-right:15px;
	display:inline-block;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.news-block-three .inner-box .post-meta li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#2055ce;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

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

.news-block-three .inner-box:hover h3 a{
	color:#5184FA;
}

/***

==================================================================
	Footer Style Two
==================================================================

***/

.footer-style-three{
	position:relative;
	padding: 100px 0px 50px;
	background-color: #002145;
	background-position:right bottom;
}

.footer-style-three .widgets-section{
	position:relative;
}

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

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

.footer-style-three .footer-widget h3{
	color:#ffffff;
	margin-bottom:20px;
	letter-spacing:1px;
	text-transform:capitalize;
}

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

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

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

.footer-style-three .logo-widget .social-nav{
	position:relative;
	padding:15px 0px;
}

.footer-style-three .logo-widget .social-nav li{
	position:relative;
	margin-right:6px;
	display:inline-block;
}

.footer-style-three .logo-widget .social-nav li a{
	position:relative;
	width:44px;
	height:44px;
	color:#1b212f;
	font-size:16px;
	text-align:center;
	line-height:42px;
	border-radius:50px;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	background-color:#ffffff;
	border:1px solid #ffffff;
}

.footer-style-three .logo-widget .social-nav li a:hover{
	background-color:#ffffff;
	border-color:#ffffff;
	color:#1F54CE;
}

/* Footer List */

.footer-style-three .footer-list{
	position:relative;
}

.footer-style-three .footer-list li{
	position:relative;
	margin-bottom:14px;
}

.footer-style-three .footer-list li:last-child{
	margin-bottom:0px;
}

.footer-style-three .footer-list li a{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.footer-style-three .footer-list li a:hover{
	color:#ff8a78;
}

.footer-style-three .footer-bottom{
	position:relative;
	margin-top:20px;
}

.footer-style-three .footer-bottom .copyright{
	position:relative;
	font-size:16px;
	color:#ffffff;
	text-align:center;
	letter-spacing:1px;
	text-transform:uppercase;
}

.footer-style-three .footer-bottom .copyright a{
	color:#ffffff;
	font-weight:500;
}

/* Gallery Widget */

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

.footer-style-three .gallery-widget .images-outer{
	position:relative;
	margin:0px -3px;
}

.footer-style-three .gallery-widget .image-box{
	position:relative;
	float:left;
	width:33.333%;
	padding:0px 6px;
	margin-bottom:12px;
}

.footer-style-three .gallery-widget .image-box img{
	position:relative;
	display:block;
	width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.footer-style-three .gallery-widget .image-box img:hover{
	opacity:0.70;	
}

.footer-style-three .info-column{
	position:relative;
	margin-bottom:30px;
	padding:0px;
	float:left;
}

.footer-style-three .info-column .inner-column{
	position:relative;
	padding:25px 25px;
	color:#707070;
	font-size:16px;
	background-color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.footer-style-three .info-column .inner-column .content{
	position:relative;
	padding-left:70px;
}

.footer-style-three .info-column .inner-column .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:50px;
	height: 50px;
	color:#ffffff;
	font-size:22px;
	text-align:center;
	line-height:50px;
	border-radius:50px;
	display:inline-block;
	background-color:#5184FA;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.footer-style-three .info-column .inner-column strong{
	position:relative;
	color:#1B212F;
	display:block;
	font-weight:500;
	margin-bottom:4px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.footer-style-three .info-column.active .inner-column,
.footer-style-three .info-column .inner-column:hover{
	background-color:#5184fa;
}

.footer-style-three .info-column.active .inner-column .icon,
.footer-style-three .info-column .inner-column:hover .icon{
	background-color:#ffffff;
	color:#5184fa;
}

.footer-style-three .info-column.active .inner-column,
.footer-style-three .info-column.active .inner-column strong,
.footer-style-three .info-column .inner-column:hover,
.footer-style-three .info-column .inner-column:hover strong{
	color:#ffffff;
}

/*** 

====================================================================
	Banner Section Four
====================================================================

***/

.banner-section-four{
	position:relative;
	overflow:hidden;
}

.banner-section-four .slide::before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:2;
	background-color:rgba(0,0,0,0.40);
}

.banner-section-four .slide{
	position:relative;
	overflow:hidden;
	padding-top:340px;
	padding-bottom:450px;
	background-size:cover;
}

.banner-section-four .pattern-layer-one{
	position:absolute;
	left:-80px;
	top:-120px;
	width:817px;
	height:583px;
	z-index:2;
	background-repeat:no-repeat;
}

.banner-section-four .pattern-layer-two{
	position:absolute;
	right:-340px;
	top:-580px;
	width:1007px;
	height:918px;
	z-index:2;
	background-repeat:no-repeat;
}

.banner-section-four .pattern-layer-three{
	position:absolute;
	right:-140px;
	bottom:80px;
	width:1369px;
	height:561px;
	z-index:2;
	background-repeat:no-repeat;
}

.banner-section-four .content-boxed{
	position:relative;
	z-index:10;
	float:right;
	width:100%;
	max-width:650px;
}

.banner-section-four .content-boxed .inner-box{
	position:relative;
}

.banner-section-four .content-boxed h1{
	position:relative;
	color:#ffffff;
	opacity: 0;
	line-height:1em;
	transform: scaleY(0);
	transform-origin: top;
	text-transform:uppercase;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-four .active .content-boxed h1{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-section-four .content-boxed .text{
	position:relative;
	color:#ffffff;
	font-size:18px;
	margin-top:15px;
	margin-bottom:30px;
	font-weight:400;
	opacity: 0;
	line-height:1.6em;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-four .active .content-boxed .text{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.banner-section-four .content-boxed .btns-box{
	float:left;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-four .active .content-boxed .btns-box{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.banner-section-four .content-boxed .theme-btn{
	margin-right:15px;
}

.banner-section-four .content-boxed .play-box{
	opacity: 0;
	float:left;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section-four .active .content-boxed .play-box{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.banner-section-four .content-boxed .play-box .play-now{
	position:relative;
	width:60px;
	height:60px;
	color:#f25037;
	line-height:60px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
}

.banner-section-four .content-boxed .play-box .play-now .ripple,
.banner-section-four .content-boxed .play-box .play-now .ripple:before,
.banner-section-four .content-boxed .play-box .play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:60px;
	height: 60px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.banner-section-four .content-boxed .play-box .play-now .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.banner-section-four .content-boxed .play-box .play-now .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

.banner-section-four .owl-dots{
	position:absolute;
	left:0px;
	right:0px;
	bottom:180px;
	text-align:center;
}

.banner-section-four .owl-dots .owl-dot{
	position:relative;
	width:70px;
	height:3px;
	margin-bottom:10px;
	border-radius:0px;
	margin:0px 7px;
	display:inline-block;
	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;
	background-color:rgba(255,255,255,0.30);
}

.banner-section-four .owl-dots .owl-dot.active,
.banner-section-four .owl-dots .owl-dot:hover{
	background-color:#ffffff;
	border-color:#ffffff;
}

.banner-section-four .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:99999;
	width:100%;
	opacity:0;
	margin-top:-10px;
	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;
}

.banner-section-four:hover .owl-nav{
	opacity:0;
}

.banner-section-four .owl-nav .owl-prev{
	position:absolute;
	left:20px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:56px;
	font-size:16px;
	text-align:center;
	border-radius:50px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:2px solid rgba(255,255,255,0.60);
}

.banner-section-four .owl-nav .owl-next{
	position:absolute;
	right:20px;
	color:#ffffff;
	font-size:16px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:56px;
	border-radius:50px;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:2px solid rgba(255,255,255,0.60);
}

.banner-section-four .owl-nav .owl-prev:hover,
.banner-section-four .owl-nav .owl-next:hover{
	color:#ffffff;
	border-color:#1a4fc9;
	background-color:#1a4fc9;
}

/*** 

====================================================================
	Featured Section
====================================================================

***/

.featured-section{
	position:relative;
	z-index:99;
}

.featured-section .auto-container{
	position:relative;
	max-width:1450px;
}

.featured-section .auto-container:before{
	position:absolute;
	content:'';
	left:15px;
	top:0px;
	bottom:0px;
	right:-800px;
	background-color:#ffffff;
	border:1px solid #e7e8e9;
	border-right:0px;
}

.featured-section .inner-container{
	position:relative;
	max-width:1200px;
	margin:0 auto;
	margin-top:-150px;
	padding:100px 15px 80px;
}

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

.feature-block .inner-box{
	position:relative;
	padding:30px 25px;
	box-shadow:0px 0px 25px rgba(0,0,0,0.07);
}

.feature-block .inner-box .icon-box{
	position:relative;
	width:80px;
	height:80px;
	color:#3468e0;
	font-size:40px;
	margin-bottom:20px;
	text-align:center;
	line-height:80px;
	border-radius:50%;
	display:inline-block;
	background-color:#ecf1fd;
	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 .icon-box{
	color:#ffffff;
	background-color:#2055ce;
}

.feature-block .inner-box h3{
	font-weight:500;
}

.feature-block .inner-box h3 a{
	position:relative;
	color:#1B212F;
	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 h3 a{
	color:#2c61d9;
}

.feature-block .inner-box .text{
	position:relative;
	color:#707070;
	line-height:1.7em;
	margin-top:5px;
}

/*** 

====================================================================
	About Section Four
====================================================================

***/

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

.about-section-four .image-column{
	position:relative;
}

.about-section-four .image-column .inner-column{
	position:relative;
}

.about-section-four .image-column .circle-box{
	position:absolute;
	left:0px;
	top:50px;
	width:593px;
	height:593px;
	border-radius:50%;
	background: #4276ED;
	background: -webkit-linear-gradient(to right, #4276ED 0%, #3367df 100%);
	background: -moz-linear-gradient(to right, #4276ED 0%, #3367df 100%);
	background: linear-gradient(to right, #4276ED 0%, #3367df 100%);
}

.about-section-four .image-column .image{
	position:relative;
}

.about-section-four .image-column .icon-one{
	position:absolute;
	right:-150px;
	top:50px;
	z-index:1;
}

.about-section-four .image-column .team-box{
	position:absolute;
	left:-110px;
	bottom:240px;
	z-index:1;
	max-width:300px;
	width:100%;
}

.about-section-four .image-column .team-box .box-inner{
	position:relative;
	padding:25px 30px;
	border-radius:10px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.about-section-four .image-column .team-box .box-inner h6{
	color:#1B212F;
	margin-bottom:10px;
	font-family: 'DM Sans', sans-serif;
}

.about-section-four .image-column .team-box .team-list{
	position:relative;
}

.about-section-four .image-column .team-box .team-list li{
	position:relative;
	float:left;
	border-radius:50px;
	margin:0px -15px 0px 0px;
	display:inline-block;
	border:3px solid #ffffff;
}

.about-section-four .image-column .team-box .team-list li.more{
	width:54px;
	height:54px;
	color:#5184fa;
	font-size:18px;
	font-weight:700;
	line-height:50px;
	text-align:center;
	display:inline-block;
	border-color:#eff4ff;
	background-color:#eff4ff;
}

.about-section-four .image-column .author-info{
	position:absolute;
	left:-312px;
	bottom:40px;
	z-index:1;
	padding:20px 25px;
	border-radius:5px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.about-section-four .image-column .author-info p{
	position:relative;
	line-height:1.6em;
	font-size:16px;
	margin-bottom:5px;
}

.about-section-four .image-column .author-info .author{
	position:relative;
	padding-left:35px;
	color:#303030;
	font-weight:500;
	font-size:16px;
}

.about-section-four .image-column .author-info .author:before{
	position:absolute;
	content:'';
	left:0px;
	top:10px;
	width:25px;
	height:2px;
	background-color:#4074eb;
}

.about-section-four .content-column{
	position:relative;
	padding-top:70px;
	margin-bottom:40px;
}

.about-section-four .content-column .inner-column{
	position:relative;
	padding-right:50px;
}

.about-section-four .content-column .title{
	position:relative;
	color:#5184FA;
	font-size:16px;
	font-weight:700;
	padding-left:40px;
	margin-bottom:10px;
	text-transform:capitalize;
}

.about-section-four .content-column .title:before{
	position:absolute;
	content:'';
	left:0px;
	top:10px;
	height:2px;
	width:30px;
	background-color:#5184FA;
}

.about-section-four .content-column h2{
	color:#1B212F;
	font-weight:500;
	margin-bottom:12px;
}

.about-section-four .content-column p{
	position:relative;
	color:#707070;
	font-size:16px;
	line-height:1.6em;
	margin-bottom:12px;
}

.about-section-four .content-column .btn-box{
	margin-top:30px;
}

/*** 

====================================================================
	Services Section Three
====================================================================

***/

.services-section-three{
	position:relative;
	padding:100px 0px 0px;
	background-color:#f9fbff;
}

.services-section-three .sec-title-two{
	margin-bottom:70px;
}

.services-tabs{
	position:relative;	
	min-height:450px;
}

.services-tabs .tab-btns{
	position:absolute;
	left:0px;
	top:60px;
	width:100%;
	max-width:250px;
	text-align:right;
	margin-bottom:40px;
}

.services-tabs .tab-btns .tab-btn{
	position:relative;
	display:block;
	font-size:18px;
	color:#707070;
	font-weight:500;
	cursor:pointer;
	display:block;
	margin-bottom:30px;
	transition:all 500ms ease;
	text-transform:capitalize;
}

.services-tabs .tab-btns .tab-btn:last-child{
	margin-bottom:0px;
}

.services-tabs .tab-btns .tab-btn:hover,
.services-tabs .tab-btns .tab-btn.active-btn{
	color:#5184FA;
	text-decoration:underline;
}

.services-tabs .tabs-content{
	position:relative;
	margin-left:300px;
}

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

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

.services-tabs .tabs-content .image-column{
	position:relative;
}

.services-tabs .tabs-content .image-column .inner-column{
	position:relative;
	padding-left:30px;
}

.services-tabs .tabs-content .image-column .image{
	position:relative;
	border-radius:8px;
	overflow:hidden;
}

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

.services-tabs .tabs-content .image-column .pattern-layer,
.team-single-section .image-column .pattern-layer{
	position:absolute;
	left:0px;
	top:-30px;
	width:166px;
	height:163px;
	background-repeat:no-repeat;
}

.services-tabs .tabs-content .image-column .pattern-layer-two,
.team-single-section .image-column .pattern-layer-two{
	position:absolute;
	right:-35px;
	bottom:60px;
	width:145px;
	height:211px;
	background-repeat:no-repeat;
}

.services-tabs .tabs-content .content-column{
	position:relative;
}

.services-tabs .tabs-content .content-column .inner-column{
	position:relative;
	padding-top:30px;
	padding-left:30px;
}

.services-tabs .tabs-content .content-column h3{
	color:#1B212F;
	margin-bottom:10px;
}

.services-tabs .tabs-content .content-column p{
	margin-bottom:15px;
	color:#707070;
	font-size:16px;
	line-height:1.6em;
}

.services-tabs .tabs-content .content-column .btns-box{
	margin-top:30px;
}

/*** 

====================================================================
	Choose Section Four
====================================================================

***/

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

.choose-section-four .content-column{
	position:relative;
	margin-bottom:30px;
}

.choose-section-four .content-column .inner-column{
	position:relative;
	padding-top:20px;
	padding-right:40px;
}

.choose-section-four .content-column .btn-box{
	margin-top:20px;
}

.choose-box-two{
	position:relative;
	margin-bottom:30px;
}

.choose-box-two .box-inner{
	position:relative;
}

.choose-box-two .box-inner h3{
	color:#1B212F;
	font-weight:500;
	margin-bottom:6px;
}

.choose-box-two .box-inner .text{
	line-height:1.7em;
}

.choose-section-four .image-column{
	position:relative;
	margin-bottom:30px;
}

.choose-section-four .image-column .inner-column{
	position:relative;
	padding-left:20px;
	padding-bottom:30px;
}

.choose-section-four .image-column .image{
	position:relative;
	z-index:1;
	border-radius:0px;
	margin-bottom:30px;
	display:inline-block;
}

.choose-section-four .image-column .color-one{
	position:absolute;
	right:-180px;
	top:100px;
	width:540px;
	height:600px;
	z-index:-1;
	background-color:#f9fbff;
}

/*** 

====================================================================
	Counter Section Two
====================================================================

***/

.counter-section-two{
	position:relative;
	padding-bottom:120px;
}

.counter-section-two .auto-container{
	max-width:1350px;
}

.counter-section-two .inner-container{
	position:relative;
	padding:75px 40px 20px;
	background-color:#f9fbff;
}

.counter-section-two.style-two{
	background-color:#f9fbff;
	padding:110px 0px 65px;
}

.counter-section-two.style-two .auto-container{
	max-width:1200px;
}

.counter-section-two.style-two .auto-container .inner-container{
	padding:0px;
}

/* Fact Counter */

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

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

.fact-counter-two .column .inner{
	position:relative;
}

.fact-counter-two .column .inner .content{
	position:relative;
}

.fact-counter-two .column .inner .content .pattern-circle{
	position:absolute;
	left:-30px;
	top:-25px;
	width:108px;
	height:108px;
	border-radius:50%;
	background: #F6F8FE;
	background: -webkit-linear-gradient(to top, #F6F8FE 0%, #E8EFFE 100%);
	background: -moz-linear-gradient(to top, #F6F8FE 0%, #E8EFFE 100%);
	background: linear-gradient(to top, #F6F8FE 0%, #E8EFFE 100%);
}

.fact-counter-two .count-outer .percentage{
	display:inline-block;
	font-weight:700;
	color:#1B212F;
	font-size:36px;
	line-height:1em;
}

.fact-counter-two .column .inner .count-outer{
	position:relative;
	font-weight:700;
	color:#1B212F;
	font-size:36px;
	margin-bottom:4px;
	line-height:48px;
	font-family: 'Teko', sans-serif;
}

.fact-counter-two .column .inner .counter-title{
	position:relative;
	font-size:16px;
	font-weight:400;
	margin-top:0px;
	color:#5184FA;
	font-family: 'DM Sans', sans-serif;
}

.fact-counter-two .column .inner .text{
	position:relative;
	font-size:16px;
	font-weight:400;
	margin-top:0px;
	color:#707070;
	line-height:1.6em;
	margin-top:10px;
	font-family: 'DM Sans', sans-serif;
}

/*** 

====================================================================
	Gallery Section Four
====================================================================

***/

.gallery-section-four{
	position:relative;
	padding:100px 0px 100px;
	background-color:#f9fbff;
}

.gallery-section-four .filters{
	position:relative;
	margin-bottom:110px;
	text-align:right;
	margin-top:-158px;
}

.gallery-section-four .filters .filter-tabs{
	position:relative;
	display:inline-block;
}

.gallery-section-four .filters li{
	position: relative;
    display: inline-block;
    color: #707070;
	z-index:1;
	padding:10px 22px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
	margin-left:6px;
	border-radius:50px;
	border:1px solid #c6d8fe;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-section-four .filters .filter.active,
.gallery-section-four .filters .filter:hover{
    color:#ffffff;
}

.gallery-section-four .filters li:before{
	position:absolute;
	content:'';
	left:-1px;
	top:-1px;
	right:-1px;
	bottom:-1px;
	z-index:-1;
	opacity:0;
	border-radius:50px;
	background: #1c51cb;
	transform: scale(0.5,1);
	background: -webkit-linear-gradient(to top, #1c51cb 0%, #4E81F7 100%);
	background: -moz-linear-gradient(to top, #1c51cb 0%, #4E81F7 100%);
	background: linear-gradient(to top, #1c51cb 0%, #4E81F7 100%);
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-section-four .filters li:hover:before,
.gallery-section-four .filters li.active::before{
	opacity:1;
	transform: scale(1,1);
}

.gallery-section-four .btn-box{
	margin-top:10px;
}

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

.gallery-block-four .inner-box{
	position:relative;
	box-shadow:0px 0px 15px rgba(0,0,0,0.06);
}

.gallery-block-four .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#111111;
}

.gallery-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;
}

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

.gallery-block-four .inner-box .image .content{
	position:absolute;
	left:30px;
	bottom:-240px;
	right:30px;
	background-color:#ffffff;
	padding:25px 90px 25px 25px;
	-webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gallery-block-four .inner-box .image .content:before{
	position:absolute;
	content:'';
	left:30px;
	top:0px;
	right:30px;
	opacity:1;
	height:3px;
	transform: scale(0.5,1);
	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: #5083F9;
	background: -webkit-linear-gradient(to bottom, #5083F9 0%, #1f54cd 100%);
	background: -moz-linear-gradient(to bottom, #5083F9 0%, #1f54cd 100%);
	background: linear-gradient(to bottom, #5083F9 0%, #1f54cd 100%);
}

.gallery-block-four .inner-box:hover .image .content:before{
	opacity:1;
	transform: scale(1,1);
}

.gallery-block-four .inner-box .image .content h3{
	font-weight:500;
}

.gallery-block-four .inner-box .image .content h3 a{
	position:relative;
	color:#1B212F;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.gallery-block-four .inner-box .image .content .category{
	position:relative;
	margin-top:4px;
	color:#707070;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.gallery-block-four .inner-box .image .content .arrow{
	position:absolute;
	right:15px;
	top:30px;
	width:45px;
	height:45px;
	color:#ffffff;
	font-size:18px;
	line-height:45px;
	text-align:center;
	border-radius:50%;
	background: #1c51cb;
	background: -webkit-linear-gradient(to top, #1c51cb 0%, #4E81F7 100%);
	background: -moz-linear-gradient(to top, #1c51cb 0%, #4E81F7 100%);
	background: linear-gradient(to top, #1c51cb 0%, #4E81F7 100%);
}

.gallery-block-four .inner-box:hover .image .content{
	bottom:30px;
}

.gallery-block-four.mix{
	display:none;
}

/*** 

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

***/

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

.team-section-three .owl-dots{
	position:relative;
	text-align:center;
}

.team-section-three .owl-dots .owl-dot{
	position:relative;
	width:30px;
	height:4px;
	margin:0px 6px;
	border-radius:10px;
	display:inline-block;
	background-color:#e7e8e9;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-section-three .owl-dots .owl-dot.active,
.team-section-three .owl-dots .owl-dot:hover{
	background-color:#5184fa;
}

.team-section-three .owl-nav{
	position:absolute;
	right:0px;
	top:0px;
	margin-top:-160px;
}

.team-section-three .owl-nav .owl-next,
.team-section-three .owl-nav .owl-prev{
	position:relative;
	left:0px;
	width:60px;
	height:60px;
	font-size:32px;
	line-height:58px;
	border-radius:50%;
	text-align:center;
	display:inline-block;
	background:none;
	color:#255ad3;
	margin:0px 8px;
	background-color:#e5effb;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-section-three .owl-nav .owl-prev:hover,
.team-section-three .owl-nav .owl-next:hover{
	color:#ffffff;
	background-color:#255ad3;
}

.team-section-three .owl-carousel .owl-stage-outer{
	padding:0px 0px 40px;
}

.team-section-three .owl-theme .team-block-three{
	margin:0px 15px;
}

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

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

.team-block-three .inner-box{
	position:relative;
	box-shadow:0px 10px 20px rgba(0,0,0,0.08);
}

.team-block-three .inner-outer{
	position:relative;
	padding-left:65px;
}

.team-block-three .inner-box .image{
	position:relative;
	overflow:hidden;
	border-radius:0px;
}

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

.team-block-three .inner-box .image:before{
	position:absolute;
	content:'';
	left:0px;
	right:0px;
	bottom:-100%;
	z-index:1;
	height:100%;
	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: rgba(255,255,255,0);
	background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.50) 100%);
	background: -moz-linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.50) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.50) 100%);
}

.team-block-three .inner-box:hover .image:before{
	bottom:0%;
}

.team-block-three .social-nav{
	position:absolute;
	left:0px;
	top:80px;
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
}

.team-block-three .social-nav li{
	position:relative;
	margin-bottom:15px;
}

.team-block-three .social-nav li a{
	position:relative;
	width:45px;
	height:45px;
	color:#707070;
	margin:0px 3px;
	font-size:18px;
	line-height:45px;
	border-radius:50px;
	text-align:center;
	display:inline-block;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-block-three .social-nav li a:hover{
	color:#ffffff;
	background-color:#5184fa;
}

.team-block-three .inner-box .lower-content{
	position:relative;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}

.team-block-three .inner-box .lower-content h3{
	font-weight:500;
}

.team-block-three .inner-box .lower-content h3 a{
	position:relative;
	color:#1B212F;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-block-three .inner-box .lower-content h3 a:hover{
	color:#3569e1;
}

.team-block-three .inner-box .lower-content .designation{
	position:relative;
	color:#707070;
	font-size:14px;
	margin-top:6px;
	letter-spacing:1px;
	text-transform:uppercase;
}

/*** 

====================================================================
	Clients Section Three
====================================================================

***/

.clients-section-three{
	position:relative;
	padding:100px 0px 110px;
	background-color:#f9fbff;
}

.clients-section-three .owl-dots{
	position:relative;
	text-align:center;
	margin-top:10px;
}

.clients-section-three .owl-dots .owl-dot{
	position:relative;
	width:30px;
	height:4px;
	margin:0px 6px;
	border-radius:10px;
	display:inline-block;
	background-color:#e7e8e9;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.clients-section-three .owl-dots .owl-dot.active,
.clients-section-three .owl-dots .owl-dot:hover{
	background-color:#5184fa;
}

.clients-section-three .owl-nav{
	display:none;
}

.clients-section-three .auto-container{
	max-width:1700px;
}

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

.client-block .inner-box{
	position:relative;
	padding:25px 25px;
	border-radius:8px;
	background-color:#ffffff;
	box-shadow:0px 0px 20px rgba(0,0,0,0.07);
}

.client-block .inner-box .rating{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:700;
	padding:6px 18px;
	margin-bottom:15px;
	border-radius:50px;
	display:inline-block;
	background: #1C51CB;
	background: -webkit-linear-gradient(to right, #1C51CB 0%, #4E81F7 100%);
	background: -moz-linear-gradient(to right, #1C51CB 0%, #4E81F7 100%);
	background: linear-gradient(to right, #1C51CB 0%, #4E81F7 100%);
}

.client-block .inner-box .rating .fa{
	font-size:14px;
	margin-right:2px;
}

.client-block .inner-box .text{
	position:relative;
	color:#707070;
	font-size:16px;
	line-height:1.6em;
	margin-bottom:12px;
}

.client-block .inner-box h3{
	color:#1B212F;
}

.client-block .inner-box .designation{
	position:relative;
	color:#707070;
	font-size:16px;
	margin-top:5px;
}

/*** 

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

***/

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

.news-section-four .btn-box{
	margin-top:20px;
}

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

.news-block-four .inner-box{
	position:relative;
	overflow:hidden;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.news-block-four .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#5184FA;
}

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

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

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

.news-block-four .inner-box .post-date{
	position:absolute;
	left:0px;
	bottom:0px;
	width:70px;
	height:80px;
	color:#ffffff;
	line-height:1.3em;
	padding-top:10px;
	font-size:14px;
	font-weight:400;
	text-align:center;
	background: #1C51CB;
	text-transform:capitalize;
	background: -webkit-linear-gradient(to top, #1C51CB 0%, #4E81F7 100%);
	background: -moz-linear-gradient(to top, #1C51CB 0%, #4E81F7 100%);
	background: linear-gradient(to top, #1C51CB 0%, #4E81F7 100%);
}

.news-block-four .inner-box .post-date .icon{
	position:relative;
	display:block;
	color:#ffffff;
	font-size:18px;
	margin-bottom:5px;
}

.news-block-four .inner-box h3{
	margin-bottom:12px;
}

.news-block-four .inner-box h3 a{
	position:relative;
	color:#1B212F;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.news-block-four .inner-box .text{
	position:relative;
	line-height:1.7em;
	color:#707070;
	font-size:16px;
	margin-bottom:10px;
}

.news-block-four .inner-box .read-more{
	position:relative;
	line-height:1.5em;
	color:#1B212F;
	font-size:16px;
	display:inline-block;
	text-decoration:underline;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.news-block-four .inner-box .read-more:hover{
	color:#5184FA;
}

.news-block-four .inner-box:hover h3 a{
	color:#5184FA;
}

/***

==================================================================
	Footer Style Four
==================================================================

***/

.footer-style-four{
	position:relative;
}

.footer-style-four:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(27,33,47,0.60)
}

.footer-style-four .pattern-layer-one{
	position:absolute;
	left:0px;
	top:0px;
	width:1060px;
	height:518px;
	background-repeat:no-repeat;
}

.footer-style-four .pattern-layer-two{
	position:absolute;
	right:0px;
	bottom:0px;
	width:514px;
	height:186px;
	background-repeat:no-repeat;
}

.footer-style-four .widgets-section{
	position:relative;
	padding: 100px 0px 30px;
}

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

.footer-style-four .footer-widget{
	position:relative;
	margin-bottom:30px;
}

.footer-style-four .footer-widget h3{
	color:#ffffff;
	margin-bottom:10px;
	letter-spacing:1px;
	text-transform:capitalize;
}

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

.footer-style-four .logo-widget .logo{
	position:relative;
	margin-bottom:20px;
}

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

.footer-style-four .social-nav{
	position:relative;
	padding:15px 0px;
}

.footer-style-four .logo-widget .social-nav li{
	position:relative;
	margin-right:18px;
	display:inline-block;
}

.footer-style-four .logo-widget .social-nav li a{
	position:relative;
	color:#ffffff;
	font-size:20px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.footer-style-four .logo-widget .social-nav li a:hover{
	color:#1F54CE;
}

/* Footer List */

.footer-style-four .footer-list{
	position:relative;
}

.footer-style-four .footer-list li{
	position:relative;
	margin-bottom:14px;
}

.footer-style-four .footer-list li:last-child{
	margin-bottom:0px;
}

.footer-style-four .footer-list li a{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.footer-style-four .footer-list li a:hover{
	color:#ff8a78;
}

.footer-style-four .contact-widget{
	position:relative;
}

.footer-style-four .contact-widget ul{
	position:relative;
}

.footer-style-four .contact-widget ul li{
	position:relative;
	color:#ffffff;
	font-size:16px;
	margin-bottom:15px;
	line-height:1.6em;
}

.footer-style-four .contact-widget ul li a{
	position:relative;
	color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.footer-style-four .contact-widget ul li a:hover{
	color:#ff8a78;
}

/* Newslettter Form */

.footer-style-four .newsletter-widget .text{
	position:relative;
	color:#ffffff;
	font-size:15px;
	line-height:1.8em;
	margin-bottom:25px;
}

.footer-style-four .newsletter-widget .sub-text{
	position:relative;
	color:#ffffff;
	font-size:15px;
	line-height:1.7em;
}

.footer-style-four .newsletter-form{
	margin-bottom:15px;
}

.footer-style-four .newsletter-form .form-group{
	position:relative;
	display:block;
	margin-bottom:10px;
}

.footer-style-four .newsletter-form .form-group input[type="text"],
.footer-style-four .newsletter-form .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 55px 10px 25px;
	height:50px;
	font-size:14px;
	color:#ffffff;
	background:rgba(255,255,255,0.08);
	border-radius:50px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.footer-style-four .newsletter-form .form-group input::-webkit-input-placeholder,
.footer-style-four .newsletter-form .form-group textarea::-webkit-input-placeholder{
	color:#ffffff;
}

.footer-style-four .newsletter-form .form-group .submit-btn{
	position:absolute;
	right:3px;
	top:3px;
	width:45px;
	height:45px;
	color:#ffffff;
	text-align:center;
	border-radius:50px;
	line-height:45px;
	background: #1F54CE;
	background: -webkit-linear-gradient(to right, #1F54CE 0%, #5083f9 100%);
	background: -moz-linear-gradient(to right, #1F54CE 0%, #5083f9 100%);
	background: linear-gradient(to right, #1F54CE 0%, #5083f9 100%);
}

.footer-style-four .footer-bottom{
	position:relative;
	padding:25px 0px;
	border-top:2px solid rgba(255,255,255,0.15);
}

.footer-style-four .footer-bottom .copyright{
	position:relative;
	font-size:16px;
	color:#ffffff;
	padding:23px 0px;
	text-align:center;
	letter-spacing:1px;
	text-transform:uppercase;
}

.footer-style-four .footer-bottom .copyright a{
	color:#ffffff;
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position:relative;
	text-align:center;
	overflow:hidden;
	padding:150px 0px 150px;
	background: #1C51CB;
	background: -webkit-linear-gradient(to right, #1C51CB 0%, #4E81F7 100%);
	background: -moz-linear-gradient(to right, #1C51CB 0%, #4E81F7 100%);
	background: linear-gradient(to right, #1C51CB 0%, #4E81F7 100%);
}

.page-title .auto-container{
	position:relative;
}

.page-title h2{
	color:#ffffff;
	font-weight:700;
	text-transform:uppercase;
}

.page-breadcrumb{
	position:relative;
	margin-top:10px;
}

.page-breadcrumb li{
	position:relative;
	display:inline-block;
	margin-right:10px;
	padding-right:15px;
	color:#ffffff;
	font-size:18px;
	font-weight:400;
	text-transform:capitalize;
}

.page-breadcrumb li:after{
	position:absolute;
	content: "/";
	right:-2px;
	top:-1px;
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	font-family: 'FontAwesome';
}

.page-breadcrumb li:last-child::after{
	display: none;
}

.page-breadcrumb li:last-child{
	padding-right:0px;
	margin-right:0px;
}

.page-breadcrumb li a{
	color:#ffffff;
	font-weight:400;
	text-transform: capitalize;
	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;
}

.page-breadcrumb li a:hover{
	color:#fe982f;
}

/***

==================================================================
	Contact Map Section
==================================================================

***/

.contact-map-section{
	position: relative;
	padding-top:0px;
}

.contact-map-section iframe{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 500px;
}

/*** 

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

***/

.services-section-four{
	position:relative;
	padding:90px 0px 70px;
}

.service-block-three{
	position:relative;
	margin-bottom:40px;
}

.service-block-three .inner-box{
	position:relative;
	padding:30px 30px;
	border-radius:10px;
	background-color:#ffffff;
	box-shadow:0px 0px 30px rgba(0,0,0,0.06);
}

.service-block-three .inner-box .content{
	position:relative;
	padding-left:100px;
}

.service-block-three .inner-box .content .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#4f82f8;
	font-size:65px;
	line-height:1em;
}

.service-block-three .inner-box h3{
	font-weight:500;
	margin-bottom:5px;
}

.service-block-three .inner-box h3 a{
	position:relative;
	color:#1B212F;
}

.service-block-three .inner-box .text{
	position:relative;
	line-height:1.7em;
	margin-top:5px;
}

.service-block-three:nth-child(2) .inner-box .content .icon{
	color:#ff5b5b;
}

.service-block-three:nth-child(3) .inner-box .content .icon{
	color:#5ce6cf;
}

.service-block-three:nth-child(4) .inner-box .content .icon{
	color:#7cc0ff;
}

.service-block-three:nth-child(5) .inner-box .content .icon{
	color:#ffcf8f;
}

.service-block-three:nth-child(6) .inner-box .content .icon{
	color:#d5b9f6;
}

/*** 

====================================================================
	Services Section Five
====================================================================

***/

.services-section-five{
	position:relative;
	padding:90px 0px 150px;
}

.services-section-five .btn-box{
	margin-top:-80px;
	padding-right:200px;
}

.services-section-five .circle-box{
	position:absolute;
	right:80px;
	bottom:110px;
	width:759px;
	height:759px;
	border-radius:50%;
	background: #F4F6FC;
	background: -webkit-linear-gradient(to bottom, #F4F6FC 0%, #fcfdfe 100%);
	background: -moz-linear-gradient(to bottom, #F4F6FC 0%, #fcfdfe 100%);
	background: linear-gradient(to bottom, #F4F6FC 0%, #fcfdfe 100%);
}

.services-section-five .service-block:nth-child(2),
.services-section-five .service-block:nth-child(5),
.services-section-five .service-block:nth-child(8){
	transform:translateY(70px);
}

.services-section-five .service-block:nth-child(3),
.services-section-five .service-block:nth-child(6),
.services-section-five .service-block:nth-child(9){
	transform:translateY(-90px);
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:100px 0px 80px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

.sticky-top{
	top:100px;
	z-index:1;
}

.sidebar-widget{
	margin-bottom:45px;
}

.sidebar-widget:last-child{
	margin-bottom:0px;
}

.category-widget{
	position:relative;
}

.category-widget .cat-list{
	position:relative;
	padding:25px 20px;
	background-color:#f6f9ff;
}

.category-widget .cat-list li{
	position:relative;
	margin-bottom:10px;
}

.category-widget .cat-list li a{
	position:relative;
	color:#1B212F;
	display:block;
	font-size:18px;
	font-weight:500;
	z-index:1;
	padding:21px 20px;
	text-align:center;
	background-color:#ffffff;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.category-widget .cat-list li:last-child{
	margin-bottom:0px;
}

.category-widget .cat-list li a:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:5px;
	height:100%;
	z-index:-1;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
	background: #4D80F6;
	background: -webkit-linear-gradient(to bottom, #4D80F6 0%, #1d51cb 100%);
	background: -moz-linear-gradient(to bottom, #4D80F6 0%, #1d51cb 100%);
	background: linear-gradient(to bottom, #4D80F6 0%, #1d51cb 100%);
}

.category-widget .cat-list li a:hover{
	color:#ffffff;
}

.category-widget .cat-list li:hover a:before{
	width:100%;
}

/* Pdf Widget */

.pdf-widget .widget-content{
	position:relative;
}

.pdf-widget .widget-content h3{
	color:#1B212F;
	margin-bottom:20px;
}

.pdf-widget .pdf-file-list{
	position:relative;
}

.pdf-widget .pdf-file-list a{
	position:relative;
	display:block;
	color:#5184FA;
	font-size:20px;
	font-weight:700;
	padding:22px 15px;
	text-align:center;
	margin-bottom:10px;
	background-color:#edf2ff;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.pdf-widget .pdf-file-list a:hover{
	color:#ffffff;
	background-color:#4D80F6;
}

/* Phone Widget */

.phone-widget .widget-content{
	position:relative;
}

.phone-widget .widget-content h3{
	color:#1B212F;
	margin-bottom:20px;
}

.phone-widget .phone-box{
	position:relative;
}

.phone-widget .phone-box .box-inner{
	position:relative;
	padding-left:65px;
	color:#707070;
	font-size:14px;
	text-transform:capitalize;
}

.phone-widget .phone-box .box-inner .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:48px;
	height:48px;
	color:#ffffff;
	font-size:20px;
	line-height:48px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background: #4D80F6;
	background: -webkit-linear-gradient(to bottom, #4D80F6 0%, #1d51cb 100%);
	background: -moz-linear-gradient(to bottom, #4D80F6 0%, #1d51cb 100%);
	background: linear-gradient(to bottom, #4D80F6 0%, #1d51cb 100%);
}

.phone-widget .phone-box .box-inner strong{
	position:relative;
	display:block;
	margin-top:3px;
	color:#1B212F;
}

.phone-widget .phone-box .box-inner strong a{
	position:relative;
	color:#1B212F;
	font-size:20px;
	font-weight:700;
}

/* Service Detail */

.service-detail{
	position:relative;
}

.service-detail .inner-box{
	position:relative;
}

.service-detail .inner-box h2{
	color:#1B212F;
	margin-bottom:8px;
	line-height:1.2em;
}

.service-detail .inner-box p{
	font-size:16px;
	color:#707070;
	line-height:1.7em;
	margin-bottom:20px;
}

.service-detail .inner-box .image{
	position:relative;
	margin-bottom:20px;
}

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

.service-detail .inner-box .gallery-box{
	position:relative;
}

.service-detail .inner-box .gallery-box .image-column{
	position:relative;
	margin-bottom:30px;
}

.service-detail .inner-box .gallery-box .image-column img{
	width:100%;
	display:block;
}

.service-detail .inner-box .two-column{
	position:relative;
	margin-top:20px;
	margin-bottom:10px;
}

.service-detail .inner-box .two-column .content-column{
	position:relative;
}

.service-detail .inner-box .two-column .image-column{
	position:relative;
	margin-right:-60px;
}

.service-detail .inner-box .two-column .image-column img{
	margin-left:-20px;
}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box{
	position:relative;
}

.accordion-box .block{
	position: relative;
    margin-bottom:15px;
	border-radius:3px;
	background-color:#ffffff;
	border:2px solid #f0f0f0;
}

.accordion-box .block.active-block{
	border-color:#5184FA;
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:18px;
	cursor:pointer;
	line-height:34px;
	color:#303030;
	font-weight:500;
	background:none;
	border-radius:0px;
	background-color:#ffffff;
	padding:12px 50px 12px 30px;
	transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
}

.accordion-box .block .acc-btn.active{
	background-color:#5184FA;
	color:#ffffff;
}

.accordion-box .block .icon-outer{
	position:absolute;
	right:15px;
	top:15px;
	width:30px;
	height:30px;
	font-size:20px;
	color: #243559;
	border-radius:0px 0px 0px 0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .icon-outer .icon{
    position: absolute;
	right: 0px;
	width:30px;
	height:30px;
	color:#243559;
    font-size: 14px;
    text-align: center;
	line-height:30px;
	border-radius:50%;
}

.accordion-box .block .icon-outer .icon-plus{
	opacity:1;
}

.accordion-box .block .icon-outer .icon-minus{
	opacity:0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus{
	opacity:1;
	color:#ffffff;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus{
	opacity:0;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
}

.accordion-box .block .acc-content .content-text{
	padding-bottom:6px;
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content{
	position:relative;
	font-size:16px;
	color:#7683a3;
	line-height:1.8em;
	padding:22px 30px 20px 30px;
	background-color:#ffffff;
	border-radius:0px 0px 5px 5px;
}

.accordion-box .block .content .accordian-text{
	line-height:1.8em;
	font-size:16px;	
	color:#5e5e5e;
	font-weight:400;
}

.accordion-box .block .content p:last-child{
	margin-bottom:0px;	
}

.accordion-box .block:last-child{
	margin-bottom:0px;
}

/* Project Info Widget */

.project-info-widget .widget-content{
	padding:25px 25px;
	background-color:#f5f8fe;
}

.project-info-widget h3{
	color:#1B212F;
	margin-bottom:20px;
	padding-bottom:20px;
}

.project-info-widget h3:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:40px;
	height:2px;
	border-radius:5px;
	background-color:#5184fa;
}

.project-info-list{
	position:relative;
}

.project-info-list li{
	position:relative;
	color:#707070;
	font-size:16px;
	margin-bottom:15px;
}

.project-info-list li span{
	position:relative;
	color:#1B212F;
	font-weight:500;
}

.project-info-list li:last-child span{
	display:block;
	font-size:18px;
	margin-bottom:10px;
}

.project-info-list li a{
	position:relative;
	width:40px;
	height:40px;
	color:#4578ef;
	line-height:40px;
	margin-right:6px;
	text-align:center;
	display:inline-block;
	border-radius:50px;
	background-color:#e3eafc;
}

.project-info-list li:last-child{
	margin-bottom:0px;
}

/* Service Detail Two */

.service-detail-two{
	position:relative;
}

.service-detail-two .inner-box{
	position:relative;
}

.service-detail-two .inner-box h2{
	color:#1B212F;
	margin-bottom:8px;
	line-height:1.2em;
}

.service-detail-two .inner-box p{
	font-size:16px;
	color:#707070;
	line-height:1.7em;
	margin-bottom:20px;
}

.service-detail-two .inner-box h3{
	color:#1B212F;
	margin-bottom:15px;
	line-height:1.2em;
}

.service-detail-two .inner-box .image{
	position:relative;
	margin-bottom:20px;
}

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

.service-detail-two .inner-box .gallery-box{
	position:relative;
}

.service-detail-two .inner-box .gallery-box .image-column{
	position:relative;
	margin-bottom:30px;
}

.service-detail-two .inner-box .gallery-box .image-column img{
	width:100%;
	display:block;
}

.service-detail-two .inner-box .two-column{
	position:relative;
	margin-top:20px;
	margin-bottom:20px;
}

.service-detail-two .inner-box .two-column .content-column{
	position:relative;
}

.service-detail-two .inner-box .two-column .image-column{
	position:relative;
}

.service-detail-two .inner-box .two-column .image-column img{
	margin-left:-20px;
}

.service-detail-two .inner-box .graph-image{
	position:relative;
	margin-bottom:40px;
}

.service-detail-two .inner-box .graph-image img{
	position:relative;
	width:100%;
	display:block;
}

/*** 

====================================================================
	Services Tabs Style
====================================================================

***/

.services-info-tabs{
	margin-top:40px;
}

.services-tabs-two .tab-btns{
	position:relative;
	margin-bottom:15px;
}

.services-tabs-two .tab-btns .tab-btn{
	position:relative;
	display:block;
	margin-right:10px;
	font-size:18px;
	background:none;
	color:#5184fa;
	font-weight:700;
	line-height:24px;
	cursor:pointer;
	padding:16px 0px;
	width:31.333%;
	text-align:center;
	margin-bottom:12px;
	display:inline-block;
	transition:all 500ms ease;
	text-transform:capitalize;
	background-color:#edf2ff;
}

.services-tabs-two .tab-btns .tab-btn:hover,
.services-tabs-two .tab-btns .tab-btn.active-btn{
	color:#ffffff;
	background-color:#5184fa;
}

.services-tabs-two .tabs-content{
	position:relative;	
}

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

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

.services-tabs-two .tabs-content p{
	color:#707070;
	font-size:16px;
	margin-bottom:20px;
}

.services-tabs-two .skill-outer-box{
	text-align:center;
	margin-top:40px;
}

.services-tabs-two .counter-skill-box{
	position:relative;
	margin:0px 20px 20px;
	display:inline-block;
}

.services-tabs-two .counter-skill-box .graph-outer{
	position:relative;
}

.services-tabs-two .counter-skill-box .count-box{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    font-size: 24px;
    color: #303030;
    font-weight: 700;
    margin-top: 0px;
	text-align:center;
}

.services-tabs-two .counter-skill-box .count-box .sign{
	font-size: 20px;
}

.services-tabs-two .counter-skill-box h6{
	position:absolute;
	left:0px;
	top:38px;
	right:0px;
	text-align:center;
	line-height: 1.3em;
	color: #303030;
	font-size:16px;
	font-weight: 400;
	text-transform: capitalize;
	font-family: 'DM Sans', sans-serif;
}

/*** 

====================================================================
	Blog Page Section
====================================================================

***/

.blog-page-section{
	position:relative;
	padding:90px 0px 100px;
}

.blog-page-section .styled-pagination{
	margin-top:15px;
}

.styled-pagination{
	position:relative;
}

.styled-pagination li{
	position:relative;
	display:inline-block;
	margin:0px 3px 6px;
}

.styled-pagination li a{
	position:relative;
	display:inline-block;
	line-height:46px;
	height:44px;
	font-size:16px;
	min-width:44px;
	color:#5184fa;
	font-weight:700;
	text-align:center;
	border-radius:50px;
	background:#edf2ff;
	text-transform:capitalize;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#ffffff;
	background-color:#5184fa;
}

.styled-pagination li.next a{
	font-size:24px;
	line-height:42px;
}

.contact-form-section{
	position:relative;
	padding:100px 0px 70px;
}

.contact-form-section .pattern-layer{
	position:absolute;
	right:0px;
	top:-220px;
	width:100%;
	height:1451px;
	background-repeat:no-repeat;
}

.contact-form-section .image-column{
	position:relative;
	margin-bottom:30px;
}

.contact-form-section .image-column .inner-column{
	position:relative;
}

.contact-form-section .image-column .image{
	position:relative;
	border-radius:5px;
	overflow:hidden;
}

.contact-form-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

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

.contact-form-section .form-column .inner-column{
	position:relative;
	padding:51px 50px;
	margin-top:120px;
	margin-left:-350px;
	background-color:#ffffff;
	border:1px solid #e2e2e2;
}

/* Contact Form */

.contact-form .form-group{
	margin-bottom:25px;
}

.contact-form .form-group:last-child{
	margin-bottom:0px;
}

.contact-form .form-group label{
	color:#1B212F;
	font-size:18px;
	display:block;
	font-weight:500;
	margin-bottom:15px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 20px;
	color:#111111;
	border:1px solid #e2e2e2;
	height:50px;
	font-size:16px;
	border-radius:4px;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#2b5fd8;
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 20px 25px;
	color:#111111;
	border:1px solid #e1e1e1;
	height:130px;
	background:#ffffff;
	resize:none;
	border-radius:4px;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .theme-btn{
	cursor:pointer;
	border-radius:4px;
	padding:15px 110px;
	letter-spacing:2px;
	text-transform:uppercase;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#ff0000;
	font-weight:500;	
}

.contact-info-section{
	position:relative;
	padding:80px 0px 50px;
	background: #4D80F6;
	background: -webkit-linear-gradient(to left, #4D80F6 0%, #1D51CB 100%);
	background: -moz-linear-gradient(to left, #4D80F6 0%, #1D51CB 100%);
	background: linear-gradient(to left, #4D80F6 0%, #1D51CB 100%);
}

.contact-info-section .info-column{
	position:relative;
	margin-bottom:30px;
}

.contact-info-section .info-column .inner-column{
	position:relative;
	padding-left:75px;
	min-height:60px;
	padding-top:7px;
}

.contact-info-section .info-column .inner-column a{
	position:relative;
	color:#ffffff;
	font-size:18px;
}

.contact-info-section .info-column .inner-column .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#4D80F6;
	width:60px;
	height:60px;
	font-size:28px;
	line-height:60px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
}

.contact-info-section .info-column .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	margin-top:-6px;
}

.blog-detail-section{
	position:relative;
	padding:100px 0px 70px;
	background-color:#f6f9ff;
}

.blog-detail-section .content-column{
	position:relative;
	margin-bottom:30px;
}

.blog-detail-section .content-column .inner-column{
	position:relative;
	padding-top:80px;
	padding-right:20px;
}

.blog-detail-section .content-column h2{
	color:#303030;
	line-height:1.1em;
	margin-bottom:10px;
}

.blog-detail-section .content-column .text{
	position:relative;
	font-size:16px;
	color:#707070;
	line-height:1.7em;
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px solid #e8ebf0;
}

.blog-detail-section .content-column .post-meta{
	position:relative;
	margin-bottom:30px;
}

.blog-detail-section .content-column .post-meta li{
	position:relative;
	padding-left:25px;
	margin-right:15px;
	font-size:16px;
	display:inline-block;
}

.blog-detail-section .content-column .post-meta li:last-child{
	margin-right:0px;
}

.blog-detail-section .content-column .post-meta li .icon{
	position:absolute;
	left:0px;
	top:1px;
	color:#4073ea;
}

.blog-author-box{
	position:relative;
}

.blog-author-box .box-inner{
	position:relative;
	padding:25px 25px;
	border-radius:5px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.06);
}

.blog-author-box .box-inner .content{
	position:relative;
	padding-top:10px;
	padding-left:100px;
}

.blog-author-box .box-inner .content .author-image{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:80px;
	border-radius:50%;
	display:inline-block;
}

.blog-author-box .box-inner h3{
	color:#1B212F;
}

.blog-author-box .box-inner .designation{
	position:relative;
	color:#5184FA;
	font-size:16px;
	margin-top:6px;
}

.blog-author-box .box-inner .social-list{
	position:absolute;
	right:10px;
	top:25px;
}

.blog-author-box .box-inner .social-list a{
	position:relative;
	color:#707070;
	font-size:18px;
	margin-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;
}

.blog-author-box .box-inner .social-list a:hover{
	color:#0060d6;
}

.blog-detail-section .image-column{
	position:relative;
	margin-bottom:30px;
}

.blog-detail-section .image-column .inner-column{
	position:relative;
}

.blog-detail-section .image-column .image{
	position:relative;
}

.blog-detail-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}





/*Search Box Widget*/

.sidebar .search-box .widget-content{
	position:relative;
	padding:40px 35px;
	background-size:cover;
	box-shadow:0px 0px 25px rgba(0,0,0,0.10);
}

.sidebar .search-box .widget-content:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.85;
	background: #4D80F6;
	background: -webkit-linear-gradient(to bottom, #4D80F6 0%, #1D51CB 100%);
	background: -moz-linear-gradient(to bottom, #4D80F6 0%, #1D51CB 100%);
	background: linear-gradient(to bottom, #4D80F6 0%, #1D51CB 100%);
}

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:28px;
	padding:10px 20px 10px 25px;
	background:rgba(255,255,255,0.20);
	display:block;
	font-size:15px;
	width:100%;
	height:56px;
	color:#ffffff;
	border-radius:50px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group input::placeholder,
.sidebar .search-box .form-group textarea::placeholder{
	color:#ffffff;
}

.sidebar .search-box .form-group button{
	position:relative;
	display:block;
	font-size:16px;
	color:#5184fa;
	cursor:pointer;
	margin-top:20px;
	padding:17px 32px;
	font-weight:700;
	background:#ffffff;
	text-transform:uppercase;
	border-radius:50px;
}

/* SideBar Widget Two */

.sidebar-widget-two{
	position:relative;
	margin-bottom:45px;
}

.sidebar-widget-two .widget-content{
	position:relative;
	border:1px solid #f4f4f4;
}

.sidebar-widget-two .sidebar-title{
	position:relative;
	padding:18px 25px;
	border-bottom:1px solid #f4f4f4;
}

.sidebar-widget-two .sidebar-title h3{
	color:#1B212F;
}

/* Post Widget */

.sidebar .popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	padding:20px 25px;
	min-height: 132px;
    margin-bottom: 0px;
	border-bottom:1px solid #f4f4f4;
}

.sidebar .popular-posts .post .post-inner{
	position:relative;
	padding-left:110px;
}

.sidebar .popular-posts .post:last-child{
	margin-bottom:0px;
	border-bottom:none;
}

.sidebar .popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:90px;
	 overflow:hidden;
	 border-radius:6px;
}

.sidebar .popular-posts .post .post-thumb .overlay-box{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff;
    font-size: 18px;
    opacity: 0;
    text-align: center;
    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;
    background-color: rgba(51,51,51,0.70);
}

.sidebar .popular-posts .post .post-thumb .overlay-box .fa{
	top: 50%;
    position: relative;
    margin-top: -12px;
    display: block;
}

.sidebar .popular-posts .post:hover .post-thumb .overlay-box{
	opacity:1;
}

.sidebar .popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	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;
}

.sidebar .popular-posts .post .text{
	position:relative;
	font-size:18px;
	margin:0px 0px 0px;
	font-weight:700;
	color:#1B212F;
	line-height:1.4em;
	text-transform:capitalize;
}

.sidebar .popular-posts .post .text a{
	color:#1B212F;
	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;
}

.sidebar .popular-posts .post a:hover{
	color:#5184FA;
}

.sidebar .popular-posts .post-info{
	position:relative;
	font-size:16px;
	color:#707070;
	font-weight:400;
	margin-bottom:8px;
}

.sidebar .categories-widget .widget-content{
	
}

/* Categories List */

.categories-list{
	position:relative;
	padding:25px 18px 20px;
}

.categories-list li{
	position:relative;
	margin-right:5px;
	margin-bottom:8px;
	display:inline-block;
}

.categories-list li a{
	position:relative;
	padding:9px 18px;
	color:#5184FA;
	font-size:13px;
	border-radius:50px;
	display:inline-block;
	background-color:#eaeffb;
	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;
}

.categories-list li a:hover{
	color:#ffffff;
	background-color:#4e81f7;
}

/* social Widget */

.social-media-widget .social-nav{
	position:relative;
	padding:30px 25px;
}

.social-media-widget .social-nav li{
	position:relative;
	margin-right:5px;
	display:inline-block;
}

.social-media-widget .social-nav li a{
	position:relative;
	width:40px;
	height:40px;
	font-size:18px;
	line-height:40px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#ebf1fd;
	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;
}

.social-media-widget .social-nav li a:hover{
	color:#ffffff;
	background-color:#4d81f7;
}

.tags-widget .tag-list{
	padding:30px 22px 22px;
}

/* Tag List */

.tag-list{
	position:relative;
}

.tag-list li{
	position:relative;
	margin-right:6px;
	margin-bottom:10px;
	display:inline-block;
}

.tag-list li a{
	position:relative;
	color:#707070;
	font-size:14px;
	padding:10px 18px;
	border-radius:4px;
	display:inline-block;
	border:2px solid #e7e8e9;
	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;
}

.tag-list li a:hover{
	color:#ffffff;
	border-color:#3569e1;
	background-color:#3569e1;
}

.blog-detail-content{
	position:relative;
}

.blog-detail-content .inner-box{
	position:relative;
}

.blog-detail-content .inner-box h3{
	color:#1B212F;
	margin-bottom:18px;
}

.blog-detail-content .inner-box p{
	font-size:16px;
	color:#707070;
	line-height:1.7em;
}

.blog-detail-content .inner-box .two-column{
	margin-top:20px;
	margin-bottom:25px;
}

.blog-detail-content .inner-box .image{
	position:relative;
}

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

.blog-detail-content .inner-box blockquote{
	position:relative;
	color:#5184FA;
	font-weight:500;
	font-style:italic;
	line-height:1.4em;
	font-size:18px;
	padding-left:90px;
	margin-bottom:30px;
	text-decoration:underline;
}

.blog-detail-content .inner-box blockquote .quote-icon{
	position:absolute;
	left:0px;
	top:10px;
	font-size:70px;
	line-height:1em;
}

.blog-detail-content .video-box{
	margin-top:25px;
	margin-bottom:30px;
}

/*** 

====================================================================
	Comments Area
====================================================================

***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-top:60px;
	margin-bottom:50px;
}

.sidebar-page-container .group-title{
	position:relative;
	margin-bottom:20px;
}

.sidebar-page-container .group-title h4{
	color:#222222;
	font-weight:700;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:30px 30px 30px;
	margin-bottom:30px;
    background: #FAFBFE ;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:last-child{
	margin-bottom:0px;
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	font-size:14px;
	min-height:170px;
	margin-bottom:30px;
	padding:5px 0px 25px 100px;
	border-bottom:1px solid #f0f0f0;
}

.sidebar-page-container .comments-area .comment:last-child{
	margin-bottom:0px;
	border:none;
	padding-bottom:0px;
}

.sidebar-page-container .comments-area .reply-comment{
	margin-left:100px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	border-radius:0px;
	margin-bottom:20px;
	overflow:hidden;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
}

.sidebar-page-container .comments-area .comment-info{
	margin-bottom:15px;
}

.sidebar-page-container .comments-area .comment-box strong{
	font-size:20px;
	font-weight:700;
	color:#1B212F;
	display:block;
	line-height:1.3em;
	display:inline-block;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box .text{
	position:relative;
	color:#707070;
	font-size:16px;
	line-height:1.7em;
	padding-top:0px;
	margin-bottom:15px;
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	position:absolute;
	right:0px;
	top:10px;
	font-size:16px;
	color:#303030;
	font-weight:500;
	display:inline-block;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box .comment .theme-btn{
	position:relative;
	font-size:18px;
	color:#5184FA;
	font-weight:500;
	text-transform:uppercase;
}

.sidebar-page-container .comments-area .comment-box .comment .theme-btn:hover{
	color:#111111;
}

.sidebar-page-container .comments-area .comment-box .theme-btn .arrow{
	position:relative;
	top:1px;
	color:#e32845;
	font-size:20px;
	margin-left:6px;
}

/* Comment Form */

.comment-form{
	position: relative;
	z-index:1;
}

.comment-form .form-group{
	position:relative;
	margin-bottom:25px;
}

.comment-form .form-group:last-child{
	margin-bottom:0px;
}

.ui-selectmenu-button.ui-button,
.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="url"],
.comment-form .form-group textarea,
.comment-form .form-group select{
	position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #555555;
    font-weight: 400;
    padding: 15px 25px;
	z-index:1;
	height:60px;
	border-radius:5px;
	border:1px solid #e2e2e2;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group input:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#759dfb;
}

.comment-form .form-group textarea{
	height: 250px;
	resize: none;
}

.comment-form .form-group input[type="submit"],
.comment-form button{
    margin-top:5px;
}

.comment-form .form-group input[type="submit"]:hover,
.comment-form button:hover{
	
}

.faq-page-section{
	position:relative;
	padding:100px 0px 60px;
}

.faq-page-section .accordian-column{
	position:relative;
	margin-bottom:20px;
}

/*** 

====================================================================
	Team Single Section
====================================================================

***/

.team-single-section{
	position:relative;
	padding-top:110px;
	padding-bottom:70px;
}

.team-single-section .image-column{
	position:relative;
	margin-bottom:40px;
}

.team-single-section .image-column .inner-column{
	position:relative;
	padding-left:30px;
}

.team-single-section .image-column .image{
	position:relative;
	border-radius:5px;
	overflow:hidden;
}

.team-single-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.team-single-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.team-single-section .content-column .inner-column{
	position:relative;
	padding-top:30px;
	padding-left:20px;
}

.team-single-section .content-column h2{
	position:relative;
	color:#222222;
	font-size:30px;
	font-weight:500;
	line-height:1.3em;
	margin-bottom:12px;
	text-transform:capitalize;
}

.team-single-section .content-column span.category{
	position:relative;
	color:#497df3;
	font-size:15px;
	margin-bottom:10px;
	display:block;
	text-transform:capitalize;
}

.team-single-section .content-column .post-meta{
	position:relative;
	margin-top:30px;
	margin-bottom:35px;
}

.team-single-section .content-column .post-meta li{
	position:relative;
	margin-right:50px;
	color:#677077;
	font-size:15px;
	font-weight:500;
	margin-bottom:15px;
	display:block;
}

.team-single-section .content-column .post-meta li .nam{
	color:#222222;
}

.team-single-section .content-column .post-meta li .icon{
	position:absolute;
	left:0px;
	top:1px;
	color:#497df3;
	font-size:20px;
}

.team-single-section .content-column .post-meta li a{
	position:relative;
	color:#677077;
}

.team-single-section .content-column .text{
	position:relative;
}

.team-single-section .content-column .text p{
	position:relative;
	color:#707070;
	font-size:15px;
	line-height:1.9em;
	margin-bottom:20px;
}

.team-single-section .content-column .text p:last-child{
	margin-bottom:0px;
}

.team-single-section .content-column .social-icons{
	position:relative;
	margin-top:18px;
}

.team-single-section .content-column .social-icons li{
	position:relative;
	margin-right:4px;
	display:inline-block;
}

.team-single-section .content-column .social-icons li a{
	position:relative;
	width:44px;
	height:44px;
	color:#111111;
	font-size:20px;
	line-height:42px;
	text-align:center;
	display:inline-block;
	border:1px solid #111111;
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-single-section .content-column .social-icons li a:hover{
	color:#ffffff;
	border-color:#4c7ff5;
	background-color:#4c7ff5;
}

.testimonial-page-section{
	position:relative;
	padding:100px 0px 60px;
}




/*** 

====================================================================
			Coming Soon
====================================================================

***/

.coming-soon{
	position:fixed;
	width:100%;
	height:100%;
	display:block;
	overflow-y:auto;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	text-align: center;
}

.coming-soon .content{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
}

.coming-soon .content:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	content: "";
	opacity: .30;
}

.coming-soon .content .content-inner{
	position: relative;
	padding: 90px 15px;
    display: table-cell;
    vertical-align: middle;
}

.coming-soon .content .content-inner .logo{
	position:relative;
	margin-bottom: 200px;
}

.coming-soon .content .content-inner .sec-title{
	display: none;
	margin-bottom:50px;
}

.coming-soon .content .content-inner h2{
	position:relative;
	font-size:48px;
	font-weight:700;
	color: #ffffff;
	line-height:1.2em;
	padding-bottom: 0;
	font-variant: small-caps;
}

.coming-soon .content .content-inner h2:after{
	display: none;
}

.time-counter{
	position:relative;
}

.time-counter .time-countdown{
	position:relative;
	margin-bottom: 180px;
}

.time-counter .time-countdown .counter-column{
	position:relative;
	display: inline-block;
	width:180px;
	height:180px;
	font-size:20px;
	line-height: 1em;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:600;
	text-align: center;
	z-index: 7;
	border-radius: 20px;
	box-shadow: 0 0 30px rgba(0,0,0,0.25);
    background-color: rgba(54,54,54,.40);
	margin:0 15px 20px;
}

.time-counter .time-countdown .counter-column .count{
	position:relative;
	display:block;
	font-size:72px;
	line-height:30px;
	padding:60px 0px 30px;
	color:#ffffff;
	font-weight:600;
}

.coming-soon .emailed-form{
	position: relative;
	margin-bottom: 40px;
}

.coming-soon .emailed-form h3{
	line-height: 1.2em;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 20px;
}

.coming-soon .emailed-form .text{
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height:1.8em;
	margin-bottom: 40px;
}

.coming-soon .emailed-form .form-group{
	position:relative;
	display:block;
	max-width:540px;
	width:100%;
	margin: 0 auto;
}

.coming-soon .emailed-form .form-group input[type="text"],
.coming-soon .emailed-form .form-group input[type="tel"],
.coming-soon .emailed-form .form-group input[type="email"],
.coming-soon .emailed-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	height:60px;
	font-size:16px;
	color:#000000;
	overflow:hidden;
	padding:15px 50px 15px 20px;
	background: #ffffff;
	border: 1px solid #f1f1f1;
	box-shadow: 0 0 13px rgba(0,0,0,0.10);
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.coming-soon .emailed-form .form-group input:focus,
.coming-soon .emailed-form .form-group select:focus,
.coming-soon .emailed-form .form-group textarea:focus{

}

.coming-soon .emailed-form .form-group input[type="submit"],
.coming-soon .emailed-form button{
	position:absolute;
	right:0px;
	top:0px;
	width: 60px;
	height:60px;
	line-height:40px;
	font-size:18px;
	color: #376be3;
	background-color: transparent;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.coming-soon .emailed-form .form-group input[type="submit"]:hover,
.coming-soon .emailed-form button:hover{
	color: #353535;
}

.coming-soon .copyright-text{
	position: relative;
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 400;
}

.coming-soon .copyright-text a{
	color: #ff9600;
}

.coming-soon .copyright-text a:hover{
	text-decoration: underline;
}

.clock-wrapper{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 250px;
    height: 250px;
    margin: auto;
    margin-top: -145px;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    background-color: rgba(0,0,0,.40);
    transform: scale(2);
}

.clock-base{
    width: 250px;
    height: 250px;
    border-radius: 50%;

}

.click-indicator{
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    width: 230px;
    height: 230px;
}

.click-indicator div{
    position: absolute;
    width: 2px;
    height: 4px;
    margin: 113px 114px;
}

.click-indicator div > span{
	height: 5px;
	width: 5px;
	background-color: #ffffff;
	display: inline-block;
	border-radius: 50%;
	margin-left: -1px;
	margin-top: -1px;
}

.click-indicator div:nth-child(1) {
    transform: rotate(30deg) translateY(-120px);
}

.click-indicator div:nth-child(2) {
    transform: rotate(60deg) translateY(-120px);
}

.click-indicator div:nth-child(3) {
    transform: rotate(90deg) translateY(-120px);
    background-color: #376be3;
}

.click-indicator div:nth-child(4) {
    transform: rotate(120deg) translateY(-120px);
}

.click-indicator div:nth-child(5) {
    transform: rotate(150deg) translateY(-120px);
}

.click-indicator div:nth-child(6) {
    transform: rotate(180deg) translateY(-120px);
    background-color: #376be3;
}

.click-indicator div:nth-child(7) {
    transform: rotate(210deg) translateY(-120px);
}

.click-indicator div:nth-child(8) {
    transform: rotate(240deg) translateY(-120px);
}

.click-indicator div:nth-child(9) {
    transform: rotate(270deg) translateY(-120px);
    background-color: #376be3;
}

.click-indicator div:nth-child(10) {
    transform: rotate(300deg) translateY(-120px);
}

.click-indicator div:nth-child(11) {
    transform: rotate(330deg) translateY(-120px);
}

.click-indicator div:nth-child(12) {
    transform: rotate(360deg) translateY(-120px);
    background-color: #376be3;
}

.clock-hour{
    position: absolute;
    z-index: 2;
    top: 75px;
    left: 123px;
    width: 4px;
    height: 65px;
    background-color: #376be3;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    transform-origin: 2px 50px;
    transition: .5s;
    -webkit-animation: rotate-hour 43200s linear infinite;
    -moz-animation: rotate-hour 43200s linear infinite;
}

.clock-minute{
    position: absolute;
    z-index: 3;
    top: 55px;
    left: 123px;
    width: 4px;
    height: 85px;
    background-color: #376be3;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    transform-origin: 2px 70px;
    transition: .5s;
    -webkit-animation: rotate-minute 3600s linear infinite;
    -moz-animation: rotate-minute 3600s linear infinite;
}

.clock-second{
    position: absolute;
    z-index: 4;
    top: 15px;
    left: 124px;
    width: 2px;
    height: 130px;
    background-color: #ffffff;
    opacity: .9;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    transform-origin: 1px 110px;
    transition: .5s;
    -webkit-animation: rotate-second 60s linear infinite;
    -moz-animation: rotate-second 60s linear infinite;
}

.clock-second:after{
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    bottom: 16px;
    width: 8px;
    height: 8px;
    background-color: #222222;
    border: solid 2px #222222;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}

.clock-center{
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 150px;
    top: 50px;
    left: 50px;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    border-radius: 50%;
}

.clock-center:after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: 65px;
    background-color: #ddd;
    border-radius: 50%;
}

/*** 

====================================================================
	Privacy Section
====================================================================

***/

.privacy-section{
	position:relative;
	padding:110px 0px 80px;
}

.privacy-section .pattern-layer{
	position:absolute;
	top:50px;
	left:0px;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:right top;
}

.privacy-section .privacy-content{
	position:relative;
	padding-bottom:15px;
	margin-bottom:25px;
	border-bottom:1px solid #e2e2e2;
}

.privacy-section .privacy-content:last-child{
	padding-bottom:0px;
	margin-bottom:0px;
	border:none;
}

.privacy-section h2{
	color:#000000;
	margin-bottom:22px;
}

.privacy-section p{
	position:relative;
	color:#4a4a4a;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:15px;
	font-weight:400;
}

.privacy-section .date{
	position:relative;
	color:#376be3;
	font-size:18px;
	font-weight:500;
	margin-bottom:15px;
}

.privacy-section h4{
	color:#000000;
	margin-bottom:22px;
}

.privacy-section .privacy-list{
	position:relative;
	text-align:left;
	margin-left:22px;
}

.privacy-section .privacy-list li{
	position:relative;
	margin-bottom:12px;
	color:#626262;
	font-size:16px;
	font-weight:400;
	padding-left:26px;
	line-height:1.7em;
}

.privacy-section .privacy-list li:before{
	position:absolute;
	content:'';
	left:0px;
	top:10px;
	width:7px;
	height:7px;
	border-radius:50px;
	background-color:#376be3;
}

/* Broucher Widget */

.broucher-widget{
	position:relative;
	margin-bottom:40px;
}

.broucher-widget .widget-content{
	position:relative;
	padding:35px 35px;
	background-color:#222222;
	border-top:6px solid #376be3;
}

.broucher-widget .widget-content h3{
	color:#ffffff;
	margin-bottom:20px;
	text-transform:capitalize;
}

.broucher-widget .widget-content h3 span{
	position:relative;
	color:#376be3;
}

.broucher-widget .widget-content .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.6em;
	margin-bottom:35px;
}

.broucher-widget .widget-content .files-outer{
	position:relative;
	text-align:right;
}

.broucher-widget .widget-content .files-outer a{
	position:relative;
	margin-left:20px;
}


/* Project Detail */

.project-detail{
	position:relative;
}

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

.project-detail .inner-box .image{
	position:relative;
}

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

.project-detail .inner-box .lower-content{
	position:relative;
	padding-top:28px;
}

.project-detail .inner-box .lower-content h2{
	color:#222222;
	margin-bottom:20px;
}

.project-detail .inner-box .lower-content p{
	position:relative;
	color:#555555;
	font-size:18px;
	font-weight:400;
	line-height:1.7em;
	margin-bottom:15px;
}

/* RTL Style Code */

.rtl .main-header .nav-outer{
	float:left;
	padding-left:0px;
	padding-right:50px;
}

.rtl .main-header .header-upper .logo-box{
	float:right;
}

.rtl .main-header .btn-box,
.rtl .main-header .outer-box{
	margin-left:0px;
}

.rtl .main-header .outer-box{
	margin-right:20px;
}

.rtl .main-header .info-box{
	margin-left:0px;
	margin-right:50px;
	padding-right:65px;
	padding-left:0px;
	text-align:right;
}

.rtl .main-header .info-box .icon-box{
	right:0px;
	left:auto;
}

.rtl .main-header .header-top .top-left .text{
	text-align:right;
}

.rtl .main-menu .navigation > li{
	float:right;
}

.rtl .main-menu{
	float:right;
}

.rtl .main-header .options-box{
	float:left;
	margin-right:20px;
}

.rtl .main-menu .navigation > li:last-child{
	margin-right:20px !important;
}

.rtl .main-header .search-box-outer{
	margin-left:0px;
}

.rtl .main-menu .navigation > li > ul > li{
	text-align:right;
}

.rtl .main-menu .navigation > li > ul > li:hover > a{
	padding-left:0px;
	padding-right:30px;
}

.rtl .main-menu .navigation > li > ul > li > a:before{
	left:auto;
	right:8px;
}

.rtl .main-menu .navigation > li > ul > li.dropdown > a:after{
	right:auto;
	left:10px;
	transform:rotate(180deg);
}

.rtl .main-menu .navigation > li > ul > li > ul{
	left:auto;
	right:120%;
}

.rtl .main-menu .navigation li > ul > li.dropdown:hover > ul{
	right:100%;
	left:auto;
}

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

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

.rtl .main-menu .navigation > li > ul > li > ul > li:hover > a{
	padding-left:0px;
	padding-right:30px;
}

.rtl .main-menu .navigation > li > ul > li > ul > li > a:before{
	left:auto;
	right:8px;
}

.rtl .main-header .phone-box .box-inner{
	padding-left:0px;
	padding-right:65px;
	text-align:right;
}

.rtl .main-header .phone-box .box-inner .icon{
	right:0px;
	left:auto;
}

.rtl .banner-section-four .content-boxed .btns-box,
.rtl .banner-section-three .content-column .btns-box,
.rtl .banner-section-three .content-column .play-box,
.rtl .banner-section-four .content-boxed .play-box,
.rtl .banner-section .content-column .play-box,
.rtl .banner-section .content-column .btns-box{
	float:right;
}

.rtl .banner-section-four .content-boxed .theme-btn,
.rtl .banner-section-three .content-column .theme-btn,
.rtl .banner-section .content-column .theme-btn{
	margin-right:0px;
	margin-left:20px;
}

.rtl .fact-counter .column .inner .content{
	padding-left:0px;
	padding-right:25px;
	border-left:0px;
	text-align:right;
	border-right:3px solid #5184fa;
}

.rtl .counter-section .fact-counter .icon-box{
	right:auto;
	left:0px;
}

.rtl .gallery-block .inner-box .image .content{
	right:20px;
	text-align:right;
}

.rtl .choose-section .content-column{
	order:2;
}

.rtl .choose-section .images-column{
	order:1;
}

.rtl .testimonial-section .carousel-control-next{
	left:65px;
}

.rtl .testimonial-section .carousel-control-prev{
	left:0px;
	right:auto;
}

.rtl .news-block-two .inner-box .post-meta li,
.rtl .news-block-three .inner-box .post-meta li,
.rtl .news-block .inner-box .image .overlay-content .post-meta li,
.rtl .news-block .inner-box .image .overlay-box .post-meta li{
	padding-left:0px;
	text-align:right;
	margin-right:0px;
	margin-left:15px;
	padding-right:25px;
}

.rtl .news-block-three .inner-box .post-meta li:first-child{
	margin-left:0px;
}

.rtl .news-block-two .inner-box .post-meta li:first-child,
.rtl .news-block .inner-box .image .overlay-content .post-meta li:first-child,
.rtl .news-block .inner-box .image .overlay-box .post-meta li:first-child{
	margin-left:0px;
}

.rtl .news-block-three .inner-box .post-meta li .icon,
.rtl .news-block-two .inner-box .post-meta li .icon,
.rtl .news-block .inner-box .image .overlay-content .post-meta li .icon,
.rtl .news-block .inner-box .image .overlay-box .post-meta li .icon{
	right:0px;
	left:auto;
}

.rtl .footer-style-four .newsletter-form .form-group input[type="text"],
.rtl .footer-style-four .newsletter-form .form-group input[type="email"],
.rtl .footer-style-two .newsletter-form .form-group input[type="text"],
.rtl .footer-style-two .newsletter-form .form-group input[type="email"],
.rtl .main-footer .newsletter-form .form-group input[type="text"],
.rtl .main-footer .newsletter-form .form-group input[type="email"]{
	text-align:right;
	padding-left:55px;
	padding-right:20px;
}

.rtl .footer-style-four .newsletter-form .form-group .submit-btn,
.rtl .footer-style-two .newsletter-form .form-group .submit-btn,
.rtl .main-footer .newsletter-form .form-group .submit-btn{
	left:0px;
	right:auto;
}

.rtl .sticky-header .logo{
	float:right;
}

.rtl .sticky-header .pull-right{
	float:left;
}

.rtl .header-top .inner-container:before{
	right:auto;
	left:100%;
}

.rtl .header-top .inner-container{
	margin-left:0px;
	padding-right:15px;
	margin-right:410px;
}

.rtl .gallery-section-two .owl-nav{
	text-align:left;
}

.rtl .gallery-block-two .inner-box .image .content{
	right:20px;
	text-align:right;
}

.rtl .choose-section-two .content-column{
	order:2;
}

.rtl .choose-section-two .images-column{
	order:1;
}

.rtl .choose-section-two .images-column .image{
	margin-right:0px;
	margin-left:-60px;
}

.rtl .price-block .inner-box .price-list li{
	text-align:right;
	padding-left:0px;
	padding-right:30px;
}

.rtl .price-block .inner-box .price-list li:before{
	right:0px;
	left:auto;
}

.rtl .header-style-four .header-lower .nav-outer,
.rtl .header-style-three .header-lower .nav-outer{
	float:none !important;
}

.rtl .banner-section-three .content-column .inner-column{
	margin-right:0px;
	text-align:right;
}

.rtl .banner-section-three .content-column{
	order:2;
}

.rtl .banner-section-three .image-column{
	order:1;
}

.rtl .team-block-two .inner-box .image .social-nav,
.rtl .team-block-two .inner-box .plus-box{
	left:30px;
	right:auto;
}

.rtl .choose-section-three{
	text-align:inherit;
}

.rtl .sec-title,
.rtl .main-footer,
.rtl .footer-style-two,
.rtl .footer-style-three,
.rtl .footer-style-four,
.rtl .accordion-box .block,
.rtl .news-block .inner-box,
.rtl .service-block .inner-box,
.rtl .testimonial-block .inner-box,
.rtl .service-block-two .inner-box,
.rtl .team-block .inner-box .lower-content,
.rtl .gallery-block-three .inner-box .image .content,
.rtl .team-block-two .inner-box .lower-content,
.rtl .about-section .content-column .inner-column,
.rtl .choose-section .content-column .inner-column,
.rtl .banner-section .content-column .inner-column,
.rtl .choose-section-two .content-column .inner-column,
.rtl .news-block-two .inner-box .lower-content,
.rtl .news-block-three .inner-box .lower-content,
.rtl .about-section-three .content-column .inner-column,
.rtl .banner-section-four .content-boxed,
.rtl .feature-block .inner-box,
.rtl .fact-counter-two .column .inner .content,
.rtl .choose-section-four .content-column .inner-column,
.rtl .services-tabs .tabs-content .content-column .inner-column,
.rtl .about-section-two .content-column .inner-column{
	text-align:right;
}

.rtl .choose-section-three .content-column{
	order:2;
	text-align:right;
}

.rtl .choose-section-three .image-column{
	order:1;
}

.rtl .choose-section-three .content-column .inner-column{
	padding-right:0px;
	padding-left:40px;
}

.rtl .footer-style-three .info-column .inner-column .content{
	padding-left:0px;
	padding-right:70px;
}

.rtl .footer-style-three .info-column .inner-column .content .icon{
	right:0px;
	left:auto;
}

.rtl .about-section-four .content-column{
	order:2;
}

.rtl .about-section-four .image-column{
	order:1;
}

.rtl .about-section-four .content-column .inner-column{
	padding-right:0px;
	padding-left:50px;
	text-align:right;
}

.rtl .list-style-one li{
	padding-left:0px;
	padding-right:30px;
}

.rtl .list-style-one li:before{
	right:0px;
	left:auto;
}

.rtl .about-section-four .image-column .team-box{
	left:-50px;
}

.rtl .about-section-four .image-column .author-info{
	left:0px;
}

.rtl .choose-section-four .content-column{
	order:2;
}

.rtl .choose-section-four .image-column{
	order:1;
}

.rtl .choose-section-four .image-column .color-one{
	right:0px;
	left:-180px;
}

.rtl .fact-counter-two .column .inner .content .pattern-circle{
	right:-30px;
	left:auto;
}

.rtl .comment-form,
.rtl .sec-title-two,
.rtl .project-info-widget,
.rtl .service-detail .inner-box,
.rtl .client-block .inner-box,
.rtl .pdf-widget .widget-content h3,
.rtl .phone-widget .widget-content h3,
.rtl .privacy-section .privacy-list,
.rtl .privacy-section .privacy-content,
.rtl .service-detail-two .inner-box,
.rtl .broucher-widget .widget-content,
.rtl .project-detail .inner-box .lower-content,
.rtl .news-block-four .inner-box .lower-content,
.rtl .gallery-block-four .inner-box .image .content,
.rtl .ui-selectmenu-button.ui-button,
.rtl .comment-form .form-group input[type="text"],
.rtl .comment-form .form-group input[type="email"],
.rtl .comment-form .form-group input[type="tel"],
.rtl .comment-form .form-group input[type="url"],
.rtl .comment-form .form-group textarea,
.rtl .comment-form .form-group select,
.rtl .sidebar-widget-two .sidebar-title,
.rtl .sidebar .search-box .form-group input[type="text"],
.rtl .sidebar .search-box .form-group input[type="search"]{
	text-align:right;
}

.rtl .coming-soon .emailed-form .form-group input[type="text"],
.rtl .coming-soon .emailed-form .form-group input[type="tel"],
.rtl .coming-soon .emailed-form .form-group input[type="email"],
.rtl .coming-soon .emailed-form .form-group textarea{
	text-align:right;
	padding-right:20px;
}

.rtl .coming-soon .emailed-form .form-group input[type="submit"],
.rtl .coming-soon .emailed-form button{
	left:0px;
	right:auto;
}

.rtl .team-single-section .image-column{
	order:2;
}

.rtl .team-single-section .content-column{
	order:1;
}

.rtl .team-single-section .content-column .inner-column{
	text-align:right;
}

.rtl .team-single-section .content-column .post-meta li{
	margin-right:0px;
	margin-left:20px;
	padding-left:0px;
	padding-right:30px;
}

.rtl .team-single-section .content-column .post-meta li .icon{
	right:0px;
	left:auto;
}

.rtl .privacy-section .privacy-list li{
	padding-left:0px;
	padding-right:26px;
}

.rtl .privacy-section .privacy-list li:before{
	right:0px;
	left:auto;
}

.rtl .service-block-three .inner-box .content{
	padding-left:0px;
	padding-right:100px;
	text-align:right;
}

.rtl .service-block-three .inner-box .content .icon{
	right:0px;
	left:auto;
}

.rtl .phone-widget .phone-box .box-inner{
	padding-left:0px;
	padding-right:65px;
	text-align:right;
}

.rtl .phone-widget .phone-box .box-inner .icon{
	right:0px;
	left:auto;
}

.rtl .project-info-widget h3:before{
	right:0px;
	left:auto;
}

.rtl .blog-detail-section .content-column{
	order:2;
}

.rtl .blog-detail-section .image-column{
	order:1;
}

.rtl .categories-list,
.rtl .blog-detail-content .inner-box,
.rtl .social-media-widget .social-nav,
.rtl .tags-widget .tag-list,
.rtl .contact-form-section .form-column .inner-column,
.rtl .blog-detail-section .content-column .inner-column,
.rtl .contact-form .form-group input[type="text"],
.rtl .contact-form .form-group input[type="password"],
.rtl .contact-form .form-group input[type="tel"],
.rtl .contact-form .form-group input[type="email"],
.rtl .contact-form .form-group textarea{
	text-align:right;
}

.rtl .blog-detail-section .content-column .post-meta li{
	text-align:right;
	padding-left:0px;
	padding-right:25px;
	margin-right:0px;
	margin-left:15px;
}

.rtl .blog-detail-section .content-column .post-meta li .icon{
	right:0px;
	left:auto;
}

.rtl .blog-author-box .box-inner .content{
	padding-left:0px;
	padding-right:100px;
}

.rtl .blog-author-box .box-inner .content .author-image{
	right:0px;
	left:auto;
}

.rtl .blog-author-box .box-inner .social-list{
	left:10px;
	right:auto;
}

.rtl .blog-detail-content .inner-box blockquote{
	text-align:right;
	padding-left:0px;
	padding-right:90px;
}

.rtl .blog-detail-content .inner-box blockquote .quote-icon{
	right:0px;
	left:auto;
}

.rtl .sidebar-page-container .comments-area .comment{
	text-align:right;
	padding-left:0px;
	padding-right:100px;
}

.rtl .sidebar-page-container .comments-area .comment-box .author-thumb{
	right:0px;
	left:auto;
}

.rtl .sidebar-page-container .comments-area .comment-info .comment-time{
	left:0px;
	right:auto;
}

.rtl .sidebar-page-container .comments-area .reply-comment{
	margin-left:0px;
	margin-right:100px;
}

.rtl .sidebar .popular-posts .post .post-inner{
	padding-left:0px;
	text-align:right;
	padding-right:110px;
}

.rtl .sidebar .popular-posts .post .post-thumb{
	right:0px;
	left:auto;
}

.rtl .contact-info-section .info-column .inner-column{
	text-align:right;
	padding-left:0px;
	padding-right:75px;
}

.rtl .contact-info-section .info-column .inner-column .icon{
	right:0px;
	left:auto;
}

.rtl .team-section-three .owl-nav{
	right:auto;
	left:0px;
}

.rtl .gallery-section-four .filters{
	text-align:left;
}

.rtl .accordion-box .block .icon-outer{
	right:auto;
	left:15px;
}

/*Boxed Layout Style*/

.box-layout{
	position: relative;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.20);
}

.box-layout:before{
	position:fixed;
	content: '';
	left:0px;
	top: 0px;
	width: 100%;
	height:100%;
	display: block;
	background: #00aeef;
}

.box-layout .page-wrapper{
	width: 100%;
	margin: 0 auto;
	padding:40px 40px 40px;
	overflow:hidden;
	background-color: #ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.box-layout .main-header .btn-box{
	display:none;
}

.no-sticky .sticky-header{
	display:none;
}