/* Child - Multipurpose Business HTML Template */

/*** 

====================================================================
			Fonts
====================================================================

***/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Pacifico&display=swap');
/* 
font-family: 'Open Sans', sans-serif;
font-family: 'Pacifico', cursive;
*/

@import url('flaticon.css');
@import url('fontawesome-all.css');
@import url('animate.css');
@import url('jquery-ui.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('owl.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
 
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

***/

body {
	font-family: 'Open Sans', sans-serif;;
	font-size:14px;
	color:#777777;
	line-height: 28px;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}
.bordered-layout .page-wrapper{
	padding:0px 50px 0px;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#2c3d75;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
button{
	cursor:pointer;
	text-decoration:none;
	outline:none !important;
}


a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none !important;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.8em;
	font-family: 'Open Sans', sans-serif;;
}

.h6-subheading {
	text-align: justify;
	color :#fff;
	margin-bottom: 20px;
}

input, button, select, textarea {
	font-family: 'Open Sans', sans-serif;
	;
}

textarea{
	overflow:hidden;	
	resize: none;
}

figure{
	margin: 0;
	padding: 0;	
}

p,.text{
	position: relative;
	font-size: 14px;
	line-height: 28px;
	font-weight: 400;
	color: black;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}


.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}


ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

img{
	display:inline-block;
	max-width:100%;
}

.theme-btn{
	display:inline-block;
	text-align: center;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

.centered{
	text-align:center !important;
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	font-size:18px;
	line-height:30px;
	color:#ffffff;
	padding: 15px 44px;
	text-transform: capitalize;
	font-weight: 400;
	border-radius: 50px;
	background-color: #2c3d75;
	font-family: 'Open Sans', sans-serif;;
	    display: inline-block;

}

.btn-style-one:hover{
	color: #ffffff;
	-webkit-box-shadow: rgba(2, 153, 216, 1) 0 0px 0px 40px inset;
	-moz-box-shadow: rgba(2, 153, 216, 1) 0 0px 0px 40px inset;
	-ms-box-shadow: rgba(2, 153, 216, 1) 0 0px 0px 40px inset;
	-o-box-shadow: rgba(2, 153, 216, 1) 0 0px 0px 40px inset;
	box-shadow: rgba(2, 153, 216, 1) 0 0px 0px 40px inset;
}

.btn-style-one:before{
	position: absolute;
	top: -1px;
	right: -1px;
	left: -1px;
	bottom: -1px;
	content: "";
	border-radius: 50px;
	border:2px solid #0299d8;
	transition: all 300ms ease;
	opacity: 0;
}

.btn-style-one:hover:before{
	opacity: 1;
}



/*Btn Style Two*/

.btn-style-two{
	position:relative;
	font-size:18px;
	line-height:20px;
	color:#222222;
	padding: 17px 44px;
	text-transform: capitalize;
	font-weight: 400;
	border-radius: 50px;
	background-color: #ffffff;
	border:2px solid #2c3d75;
	-webkit-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	-moz-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	-ms-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	-o-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	font-family: 'Open Sans', sans-serif;;
	    display: inline-block;
}

.btn-style-two:hover{
	color: #ffffff;
	border:2px solid #2c3d75;
	-webkit-box-shadow: rgba(238, 28, 46, 1) 0 0px 0px 40px inset;
	-moz-box-shadow: rgba(238, 28, 46, 1) 0 0px 0px 40px inset;
	-ms-box-shadow: rgba(238, 28, 46, 1) 0 0px 0px 40px inset;
	-o-box-shadow: rgba(238, 28, 46, 1) 0 0px 0px 40px inset;
	box-shadow: rgba(238, 28, 46, 1) 0 0px 0px 40px inset;
}

/*Btn Style Three*/

.btn-style-three{
	position:relative;
	font-size:16px;
	line-height:20px;
	color:#fff;
	padding: 16px 36px;
	text-transform: capitalize;
	font-weight: 400;
	border-radius: 50px;
	background-color: #0299d8;
	-webkit-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	-moz-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	-ms-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	-o-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	font-family: 'Open Sans', sans-serif;;
	    display: inline-block;
}

.btn-style-three:hover{
	color: #ffffff;
	-webkit-box-shadow: rgba(238, 28, 46, 1) 0 0px 0px 40px inset;
	-moz-box-shadow: rgba(238, 28, 46, 1) 0 0px 0px 40px inset;
	-ms-box-shadow: rgba(238, 28, 46, 1) 0 0px 0px 40px inset;
	-o-box-shadow: rgba(238, 28, 46, 1) 0 0px 0px 40px inset;
	box-shadow: rgba(238, 28, 46, 1) 0 0px 0px 40px inset;
}

/*Btn Style Four*/

.btn-style-four{
	position:relative;
	font-size:16px;
	line-height:20px;
	color:#fff;
	padding: 18px 35px;
	text-transform: capitalize;
	font-weight: 400;
	border-radius: 50px;
	background-color: #2c3d75;
	-webkit-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	-moz-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	-ms-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	-o-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	    display: inline-block;
}

.btn-style-four:hover{
	color: #ffffff;
	-webkit-box-shadow: rgba(2, 153, 216, 1) 0 0px 0px 40px inset;
	-moz-box-shadow: rgba(2, 153, 216, 1) 0 0px 0px 40px inset;
	-ms-box-shadow: rgba(2, 153, 216, 1) 0 0px 0px 40px inset;
	-o-box-shadow: rgba(2, 153, 216, 1) 0 0px 0px 40px inset;
	box-shadow: rgba(2, 153, 216, 1) 0 0px 0px 40px inset;
}

/*Btn Style Five*/

.btn-style-five{
	position:relative;
	font-size:16px;
	line-height:30px;
	color:#fff;
	padding: 14px 45px;
	text-transform: capitalize;
	font-weight: 400;
	border-radius: 50px;
	background-color: #2c3d75;
	    display: inline-block;
}

.btn-style-five:hover{
	color: #ffffff;
	-webkit-box-shadow: rgba(2, 153, 216, 1) 0 0px 0px 40px inset;
	-moz-box-shadow: rgba(2, 153, 216, 1) 0 0px 0px 40px inset;
	-ms-box-shadow: rgba(2, 153, 216, 1) 0 0px 0px 40px inset;
	-o-box-shadow: rgba(2, 153, 216, 1) 0 0px 0px 40px inset;
	box-shadow: rgba(2, 153, 216, 1) 0 0px 0px 40px inset;
}

.anchor-footer-link {
	text-decoration:underline;
}

/*Btn Style Six*/

.btn-style-six {
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	padding: 14px 45px;
	text-transform: capitalize;
	font-weight: 400;
	border-radius: 50px;
	background-color: #2c3d75;
	display: inline-block;
}

.btn-style-six:hover{
	color: #ffffff;
	-webkit-box-shadow: rgba(2, 153, 216, 1) 0 0px 0px 40px inset;
	-moz-box-shadow: rgba(2, 153, 216, 1) 0 0px 0px 40px inset;
	-ms-box-shadow: rgba(2, 153, 216, 1) 0 0px 0px 40px inset;
	-o-box-shadow: rgba(2, 153, 216, 1) 0 0px 0px 40px inset;
	box-shadow: rgba(2, 153, 216, 1) 0 0px 0px 40px inset;
}

/*=== List Style One ===*/

.list-style-one{
	position: relative;
}

.list-style-one li{
	position: relative;
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	font-weight: 400;
	padding-left: 35px;
	padding-bottom: 10px;
}

.list-style-one li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 28px;
	color: #2c3d75;
	content: "\f105";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}

/*=== List Style Two ===*/

.list-style-two{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.list-style-two li{
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: #222222;
	font-weight: 500;
	padding-left: 35px;
	margin-bottom: 15px;
	font-family: "Rubik", sans-serif;
}

.list-style-two li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 20px;
	color: #2c3d75;
	font-weight: 900;
	font-family: ""Font Awesome 5 Free"";
    content: "\f061";
}

.theme_color{
	color:#2c3d75;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}
/**** Preloader ****/

.loader-container {
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.loader-container::before,
.loader-container::after {
  position: absolute;
  z-index: 3;
  left: 0;
  width: 100%;
  height: 50%;
  content: '';
  background: #fff;
}
.loader-container::before {
  top: 0;
  transition: top 1.2s linear 3.1s;
}
.loader-container::after {
  bottom: 0;
  transition: bottom 1.2s linear 3.1s;
}
.loader-container.done::before {
  top: -50%;
  transition: 1s;
}
.loader-container.done::after {
  bottom: -50%;
  transition: 1s;
}
.progress-circle {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center;
}
.progress-circle .progress-item {
  line-height: 188px;
  width: 200px;
  height: 200px;
  text-align: center;
  border: 2px solid #2c3d75;
  border-radius: 50%;
}
.progress-circle .progress-item::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -3px;
  margin-left: 0;
  content: '';
  transform-origin: left bottom;
  -webkit-animation: spin 3s linear infinite;
  border-top: solid 10px #2c3d75;
  border-right: solid 10px #2c3d75;
  border-top-right-radius: 100%;
}
.progress-circle.float .progress-item::before {
  height: 100px;
  margin-top: 0;
  border-top-width: 2px;
}
.progress-circle.float.loader-shadow::before {
  height: 75px;
  margin-top: -75px;
  border-top-width: 2px;
  margin-left: -3px;
}
.progress-circle.loader-shadow::before,
.progress-circle.loader-shadow::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  content: '';
}
.progress-circle.loader-shadow::before {
  width: 75px;
  height: 75px;
  margin: -43px 0 0 10px;
  transform-origin: left bottom;
  -webkit-animation: spin 3s linear infinite;
  border-top: solid 10px #0299d8;
  border-right: solid 10px #0299d8;
  border-top-right-radius: 100%;
}
.progress-circle.loader-shadow::after {
  line-height: 100px;
  width: 150px;
  height: 150px;
  margin: -74px 0 0 -77px;
  transform-origin: center;
  text-align: center;
  color: #0299d8;
  border: 2px solid #0299d8;
  border-radius: 50%;
}
.progress-circle .progress-item img {
    margin-top: 58px;
}
.progress-circle.done .progress-item {
  transition: opacity .3s linear 3.1s;
  -webkit-animation: done 3.1s;
  opacity: 0;
}
.progress-circle.done .progress-item::before {
  display: none;
}
.progress-circle.done::before {
  display: none;
}
.progress-circle.done::after {
  transition: opacity .15s linear 3.1s;
  -webkit-animation: done 3.1s;
  opacity: 0;
}
@-webkit-keyframes done {
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(.9);
  }
  30% {
    transform: scale(1.07);
  }
  40% {
    transform: scale(.93);
  }
  50% {
    transform: scale(1.04);
  }
  60% {
    transform: scale(.97);
  }
  80% {
    transform: scale(1.01);
  }
  90% {
    transform: scale(.99);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
/*** 

====================================================================
	Sec Title 
====================================================================

***/
.sec-title {
	margin-bottom: 20px;
	margin-top: -20px;
}

.sec-title .centered {
    text-align: center;
}
.sec-title h2 {
    font-size: 36px;
    line-height: 36px;
    color: #222222;
    font-weight: 800;
    padding-bottom: 15px;
}
.sec-title .separater {
    position: relative;
    width: 6px;
    height: 6px;
    background-color: #2c3d75;
}
.sec-title .separater:before {
    position: absolute;
    content: '';
    right: 16px;
    bottom: 2px;
    width: 40px;
    height: 2px;
    display: inline-block;
    background-color: #0299d8;
    text-align: center;
}

.sec-title .separater:after {
    position: absolute;
    content: '';
    right: -49px;
    bottom: 2px;
    width: 40px;
    height: 2px;
    display: inline-block;
    background-color: #0299d8;
    text-align: center;
}

.sec-title.centered .separater {
    text-align: center;
    margin: 0 auto;
}

.sec-title.left{
	text-align: left;
	margin-bottom: 58px;
}
.sec-title.left .separater {
    left: 51px;
}

.sec-title.left h2{
	line-height: 60px;
	padding-bottom: 13px;
}

.sec-title.left .separater:after {
    display: none;
}

.sidebar-title .separater {
    position: relative;
    width: 6px;
    height: 6px;
    left: 175px;
    background-color: #0299d8;
    bottom: -10px;
}

.sidebar-title .separater:before {
    position: absolute;
    content: '';
    left: -51px;
    bottom: 2px;
    width: 40px;
    height: 2px;
    display: inline-block;
    background-color: #0299d8;
    text-align: left;
}

.sec-title .text {
    margin-top: 20px;
	text-align: justify;
}
/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
	position: fixed;
	bottom: 80px;
	right: 20px;
	width: 40px;
	height: 40px;
	color: #ffffff;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	background: #2c3d75;
	display: none;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.scroll-to-top:hover{
	background:#0299d8;
	color: #fff;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	z-index:999;
	width:100%;
}

.main-header .header-top{
	position:relative;
	background-color: #f5f5f5;
	padding: 10px 0 ;
}
/***************** Header Top ******************/
.main-header .header-top .top-left{
	position:relative;
}

.main-header .header-top .top-left .links{
	position:relative;
}

.main-header .header-top .top-left .links li{
	position:relative;
	padding:9px 0px 10px 0px;
	padding-right:22px;
	display:inline-block;
	font-size:14px;
	font-weight:400;
	color:#fff;
	font-style: normal;
	font-family: 'Open Sans', sans-serif;;
}

.main-header .header-top .top-left .links li .icon{
	position:relative;
	color:#0299d8;
	margin-right:15px;
}
/***************** End Header Top ******************/


.main-header .header-top .Login-det{
	position:relative;
	text-align:right;
	padding:10px 0px;
	    float: right;
}
.main-header .header-top .Login-det li{
	display: inline-block;
}
.main-header .header-top .Login-det li a {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    padding: 10px 22px;
    background-color: #2c3d75;
    margin-left: 20px;
    font-weight: 500;
}
.main-header .header-top .Login-det li a span {
    margin-right: 15px;
}
.main-header .header-top .Login-det li a:hover{
	color: #fff;
	background-color: #0299d8;
}
.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 .nav-toggler{
	position:absolute;
	top:50%;
	margin-top:0px;
	display: block;
}

.main-header .nav-toggler button{
	position:relative;
	display:block;
	color:#444444;
	text-align:center;
	font-size:24px;
	line-height:34px;
	font-weight:normal;
	background:none;
}

.main-header .header-upper{
	position:relative;
	/*margin-bottom:-30px;*/

}

.main-header .header-upper .upper-right{
	position:relative;
	top:10px;
	padding-top:30px;
}

.main-header .nav-outer{
	position:relative;
	bottom: -30px;
	padding-left:35px;
	background-color:#fff;
	border-radius: 40px;
	border: 1px solid #e3e6ee;
}

.main-header .header-lower{
	position:relative;
	border-bottom: 1px solid #e3e6ee;
}

.main-header .header-upper .logo-box{
	padding: 31px 0px 0px;
}

.main-header .info-box{
	position:relative;
	float:left;
	min-height:56px;
	margin-left:50px;
	font-size:13px;
	color:#777777;
	text-align:left;
	padding:0px 0px 20px 65px;
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	text-align:center;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .info-box .icon-box span:before{
	color:#2c3d75;
	font-size:48px;
	line-height: 50px;
	margin-left: 0;
}

.main-header .info-box > ul li{
	position:relative;
	line-height:20px;
	color:#777777;
	font-size:14px;
	margin-top: 5px;
	font-weight:400;
}

.main-header .info-box strong{
	position:relative;
	font-weight:700;
	color:#222222;
	font-size:20px;
	line-height: 20px;
}

.main-header .info-box .quote-btn{
	position: relative;
    line-height: 24px;
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 600;
	padding:14px 38px;
	border-radius:50px;
	background:none;
    text-transform: uppercase;
	border:1px solid #2e2e2e;
}

.main-header .info-box .quote-btn:hover{
	color:#ffffff;
	border-color:#26447b;
	background-color:#26447b;
}

.main-header .info-box .social-nav{
	position:relative;
	margin-top:4px;
}

.main-header .info-box .social-nav li{
	position:relative;
	margin-left:8px;
	display:inline-block;
}

.main-header .info-box .social-nav li a{
	position:relative;
	width:40px;
	height:40px;
	color:#222222;
	line-height:38px;
	font-size:16px;
	text-align:center;
	display:inline-block;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	border:1px solid #222222;
}

.main-header .info-box .social-nav li a:hover{
	color:#0299d8;
	background-color:#222222;
}

.main-menu{
	position:static;
	float:left;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:static;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-right:40px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.main-menu .navigation > li:last-child::after{
	display:none;
}

.main-menu .navigation > li:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    opacity: 0;
    background-color: #0299d8;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(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;
}

.main-menu .navigation > li:hover:before,
.main-menu .navigation > li.current:before{
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.main-header .nav-outer .outer-box .search-box-outer{
	margin-right:40px;
	margin-top:12px;
}

.main-menu .navigation > li:hover::before,
.main-menu .navigation > li.current::before{
	opacity:1;
}

.sticky-header .main-menu .navigation > li > a{
	padding:10px 0px !important;
	color:#222 !important;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a{
	color:#0299d8 !important;
	background-color:inherit !important;
}

.sticky-header .nav-outer .options-box{
	margin-top:26px;
}


.cart-product{
	position:relative;
	margin-bottom:24px;
	min-height:90px;
	border-bottom:1px solid #e4e4e4;
}

.cart-product .inner{
	position:relative;
	padding-left:90px;
	min-height:70px;
}

.cart-product .inner .cross-icon{
	position:absolute;
	right:0px;
	top:-2px;
	z-index:1;
	color:#263120;
	font-size:16px;
	cursor:pointer;
}

.cart-product .inner .image{
	position:absolute;
	width:70px;
	height:70px;
	left:0px;
	top:0px;
}

.cart-product .inner h3{
	position:relative;
	font-weight:600;
	font-size:15px;
	margin:0px;
	text-transform:uppercase;
}

.cart-product .inner h3 a{
	color:#222222;
}

.cart-product .inner .quantity-text{
	position:relative;
	font-weight:300;
	color:#222222;
}

.cart-product .inner .price{
	position:relative;
	font-weight:600;
	font-size:16px;
	margin:0px;
	color:#222222;
}

/*Sticky Header*/

.fixed-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	z-index: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;
	    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
}

.fixed-header{
	z-index:999999;
	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;	
	    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	color:#222222;
	text-align:center;
	line-height:30px;
	text-transform:uppercase;
	letter-spacing:0px;
	opacity:1;
	font-weight:700;
	padding:15px 0px;
	font-size: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;
	font-family: 'Open Sans', sans-serif;;
}


.main-menu .navigation > li > a:hover{
	color: #0299d8;
}
.sticky-header .main-menu .navigation > li{
	position:relative;
	margin-left:30px;
	margin-right:0px !important;
}

.sticky-header .main-menu .navigation > li:before,
.sticky-header .main-menu .navigation > li:after{
	display:none;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-header.light-version .main-menu .navigation > li:hover > a,
.main-header.light-version .main-menu .navigation > li.current > a{
	opacity:1;
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before{
	width:100%;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:120%;
	width:250px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:3px solid #0299d8;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.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 rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 15px;
	line-height:24px;
	font-weight:400;
	font-size:14px;
	text-transform:capitalize;
	color:#272727;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a {
	color: #ffffff;
	background: #2c3d75;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	position:absolute;
	right:10px;
	top:10px;
	width:10px;
	height:20px;
	display:block;
	color:#253d4a;
	line-height:20px;
	font-size:16px;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:20px;
	width:250px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:3px solid #2c3d75;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.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 rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 15px;
	line-height:24px;
	font-weight:400;
	font-size:14px;
	text-transform:capitalize;
	color:#272727;
	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:#ffffff;
	background:#2c2c2c;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	position:absolute;
	right:10px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	color:#272727;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}
.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin: 6px;
    background-color: #fff;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:30px;
	height:30px;
	text-align:center;
	color:#ffffff;
	line-height:30px;
	border:1px solid #ffffff;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .options-box{
	position:relative;
	float:left;
	margin-top:42px;
	right:0px;
	margin-left:0px;
}

.main-header .options-box .options-nav{
	position:relative;
}

.main-header .options-box .options-nav > li{
	position:relative;
	color:#ffffff;
	font-size:22px;
	margin-left:28px;
	display:inline-block;
}

.main-header .options-box .options-nav li.menu-btn{
	cursor:pointer;
}

.main-header .options-box .options-nav > li > a{
	position:relative;
	color:#ffffff;
}

.main-header .header-lower .outer-box{
	position:relative;
	float:right;
}

.main-header .outer-box .advisor-box {
    float: right;
    margin-left: 18px;
    margin-top: -31px;
}

.main-header .advisor-box .advisor-btn {
	position: relative;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	line-height: 30px;
	padding: 16px 10px;
	background-color: #2c3d75;
	border: 1px solid #2c3d75;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	text-transform: uppercase;
	border-radius: 0;
}

.main-header .advisor-box .advisor-btn span {
    margin-right: 8px;
}

.main-header .advisor-box .advisor-btn:hover{
	background-color:#0299d8;
	border:1px solid #0299d8;
}
.search-box-outer{
	position: relative;
	float:left;
	margin-top:13px;
	margin-right:40px;
}

.main-header .search-box-btn{
	position:relative;
	float:left;
	width:35px;
	height:35px;
	display:block;
	font-size:14px;
	color:#0299d8;
	padding:0px;
	margin:0px;
	cursor:pointer;
	background:none;
	border-radius:50%;
	border:1px dashed #222222;
	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-header .search-box-btn:hover{
	color: #2c3d75;
	border:1px dashed #2c3d75;
}
.main-header .search-box-btn:after{
	display:none;
}

.main-header .search-box-outer .dropdown-menu{
    top: 46px !important;
	right:0px;
	padding:0px;
	width:280px;	
	left: auto !important;
	border-radius:0px;
	border-top:3px solid #0299d8;
	transform: translate3d(0px, 0px, 0px) !important;
}

.sticky-header .search-box-outer .dropdown-menu{
	top:40px;
}

.main-header .search-box-outer .dropdown-menu > li{
	padding:0px;
	border:none;
	background:none;
}

.main-header .search-panel .form-container{
	padding:25px 20px;	
}

.main-header .search-panel .form-group{
	position:relative;
	margin:0px;	
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select{
	display:block;
	width:100%;
	color:#000000;
	line-height:24px;
	padding:7px 40px 7px 15px;
	height:40px;
	border:1px solid #e0e0e0;
	background:#ffffff;	
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus{
	border-color:#0299d8;	
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus{
	border-color:#0299d8;	
}

.main-header .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#555555;
	font-size:12px;
	background:none;
	cursor:pointer;
}

.sticky-header .advisor-box {
    float: right;
    margin-left: 55px;
}

	.sticky-header .advisor-box .advisor-btn {
		background-color: #2c3d75;
		border: 1px solid #2c3d75;
		padding: 10px 15px;
		border-radius: 0;
		font-size: 16px;
		font-weight: 700;
		color: #fff;
		margin-left: 15px;
	}

.sticky-header .advisor-box .advisor-btn:hover{
	background-color: #0299d8;
}
.sticky-header .header-searchbar {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    margin-top: 0px;
    top: -24px;
    left: 5px;
}

/************************ Mega Menu ***************************/

.main-menu .navigation > li.has-mega-menu{
	position:static;
}

.main-menu .navigation > li.has-mega-menu:before,
.main-menu .navigation > li.has-mega-menu:after{
	display:none;	
}

.main-menu .navigation > li > .mega-menu{
	position:absolute;
	left:0px;
	right: 0;
	margin: auto;
	width:100%;
	max-width: 1170px;
	background-color: #ffffff;
    padding: 45px 40px 30px 45px;
    top: 100%;
	z-index:100;
	opacity: 0;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li:hover > .mega-menu{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

.main-menu .navigation > li > .mega-menu .mega-menu-bar{
	position: relative;
}

.main-menu .navigation > li .mega-menu-bar h3{
	position:relative;
	color:#020e28;
	font-size:20px;
	font-weight:500;
	padding-bottom:10px;
	border-bottom:1px solid #f2f2f2;
}

.main-menu .navigation > li .mega-menu-bar > ul{
	position:relative;

}

.main-menu .navigation > li .mega-menu-bar .column > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #f2f2f2;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li .mega-menu-bar .column{
	position:relative;
	margin-bottom:10px;
}
.main-menu .navigation > li .mega-menu-bar .column figure{
	border: 10px solid #fff;
    box-shadow: 0 0 18px rgba(0,0,0,0.13);
}
.main-menu .navigation > li .mega-menu-bar .column > ul > li:last-child{
	border:none;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a{
	position:relative;
	display:block;
	padding:10px 15px;
	line-height:20px;
	font-weight:400;
	font-size:14px;
	color:#848484;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Open Sans', sans-serif;
}
.main-menu .navigation > li .mega-menu-bar .column > ul > li > a:hover {
	color: #ffffff;
	background: #2c3d75;
}

/*** 

====================================================================
	Main Header style Two
====================================================================

***/

/*=== Header Top ===*/
.header-style-two .header-top{
	background-color: #fff;
	padding: 10px 0 0 0; 
}
.header-style-two .header-top .top-left .links li{
	color: #222;
}
.header-style-two .header-top .top-left .links li .icon {
    color: #2c3d75;
}

.header-style-two .social-links {
    float: left;
}
.header-style-two .header-top .top-right ul li a{
	color: #fff;
}
.header-style-two .header-top .top-right ul li a:hover{
	color: #fff;
}
.header-style-two .navigation > li{
	margin-right: 60px;
}

.header-style-two .support-btn {
    float: right;
    margin-left: 40px;
}
.header-style-two .support-btn a{
	color: #fff;
	background-color: #0299d8;
	padding:16px 35px; 
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.header-style-two .support-btn a:hover{
	background-color: #2c3d75;
}


/*=== Header Upper ===*/

.header-style-two .header-upper {
    position: relative;
    top: 0;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-style-two .header-upper .logo-outer {
    position: relative;
    float: left;
    z-index: 25;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 0;
    margin-top: -28px;
}

.header-style-two .logo-outer .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.header-style-two .header-upper .nav-outer {
    float: right;
    z-index: 10;
    position: relative;
    padding: 0;
    border: none;
    border-radius: 0;
    bottom: 2px;
}


/*=== Header Lower ===*/

.header-style-two .header-lower{
	position:relative;
    /* margin-bottom: -35px; */
    z-index: 10;
}

.header-style-two .header-lower .nav-outer{
	position:relative;
	padding:0px 40px;
	background-color:#ffffff;
}

.header-style-two .nav-outer .outer-box .search-box-outer {
    margin-right: 0;
    margin-top: 12px;
    margin-left: 35px;
}

.header-style-two .info-box {
    margin-left: 33px;
}
.header-style-two .navigation > li:before{
	bottom: -2px;
}


/*search box btn*/
.header-style-two .outer-box {
    float: right;
    margin-left: 25px;
}
.header-style-two .option-box {
    float: left;
}


/*search box btn*/
.header-style-three .option-box {
    float: left;
}

.advisor-box .advisor-btn {
    background: #0299d8;
    padding: 18px 25px;
    border-radius: 30px 0 0 30px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}



/*===================================
		Search Box
===================================*/
.header-searchbar {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    margin-top: 0px;
    top: -15px;
    left: -7px;
}
.header-searchbar i{
	position: relative;
	height: 35px;
	width: 35px;
    cursor: pointer;
    text-align: center;
    background: none;
    font-size: 15px;
    color: #2c3d75;
    line-height: 33px;
    border: 1px dashed #2c3d75;
    border-radius: 50%;
	outline: none;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}
.header-searchbar i:hover{
	color: #ee1c2e;
    border: 1px dashed #ee1c2e;
}
.wraper_search {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}


.wraper_search > .table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
}

.wraper_search > .table > .table-cell {
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.wraper_search > .table > .table-cell > .search-layer:nth-child(1) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.wraper_search > .table > .table-cell > .search-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.wraper_search > .table > .table-cell > .search-layer:nth-child(2) {
    left: 300px;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-in-out 0.3s;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
}

.wraper_search > .table > .table-cell > .search-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.wraper_search > .table > .table-cell > .search-layer:nth-child(3) {
    left: 600px;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all 0.9s ease-in-out 0.6s;
    -webkit-transition: all 0.9s ease-in-out 0.6s;
}

.wraper_search > .table > .table-cell > .search-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.wraper_search > .table > .table-cell > .search-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 30px;
    z-index: 2;
    text-align: center;
    cursor: pointer;
}

.wraper_search > .table > .table-cell > .search-close > .search-close-line:nth-child(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.wraper_search > .table > .table-cell > .search-close > .search-close-line {
    width: 100%;
    height: 2px;
    float: left;
    margin-bottom: 5px;
    background-color: #fff;
}

.wraper_search > .table > .table-cell > .search-close > .search-close-line:nth-child(2) {
    margin-top: -7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.wraper_search > .table > .table-cell > .search-close > .search-close-line {
    width: 100%;
    height: 2px;
    float: left;
    margin-bottom: 5px;
    background-color: #fff;
}

.wraper_search > .table > .table-cell .inner_search {
    position: relative;
    z-index: 1;
    float: right;
    width: 100%;
    max-width: 500px;
    padding: 100px 40px 100px 40px;
    text-align: right;
}

.wraper_search > .table > .table-cell .inner_search > .flyout-search-title {
    margin-bottom: 30px;
}

.wraper_search > .table > .table-cell .inner_search > .flyout-search-title > *:last-child {
    margin-bottom: 0 !important;
}

.wraper_search > .table > .table-cell .inner_search > .flyout-search-title h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    line-height: 45px;
    letter-spacing: 50px;
    opacity: 0;
    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
}

.wraper_search > .table > .table-cell .inner_search > .search-bar .form-row {
    position: relative;
    padding: 0;
    margin: 0;
}

.wraper_search > .table > .table-cell .inner_search > .search-bar .form-row input[type=search] {
    width: 100%;
    height: 60px;
    padding: 0px 40px 0px 0px;
    background-color: initial;
    border: none;
    border-bottom: 3px #dedede solid;
    box-shadow: initial;
    font-size: 20px;
    color: #fff;
}

.wraper_search > .table > .table-cell .inner_search > .search-bar .form-row button[type=submit] {
    position: absolute;
    top: 17px;
    right: 0;
    z-index: 1;
    width: 40px;
    height: auto;
    background-color: initial;
    border: none;
    cursor: pointer;
}

.wraper_search > .table > .table-cell .inner_search > .search-bar .form-row button[type=submit] i {
    font-size: 20px;
    color: #fff;
    line-height: 20px;
}

.wraper_search > .table > .table-cell .inner_search > .search-bar .form-row input[type=search] {
    width: 100%;
    height: 60px;
    padding: 0px 40px 0px 0px;
    background-color: initial;
    border: none;
    border-bottom: 3px #dedede solid;
    box-shadow: initial;
    font-size: 20px;
    color: #fff;
}


body.flyout-searchbar-active .wraper_search {
    opacity: 1;
    visibility: visible;
}

body.flyout-searchbar-active .wraper_search > .table > .table-cell > .search-layer {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

body.flyout-searchbar-active .wraper_search > .table > .table-cell > .search-layer {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
body.flyout-searchbar-active .wraper_search > .table > .table-cell > .search-layer {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
body.flyout-searchbar-active .wraper_search > .table > .table-cell .inner_search > .flyout-search-title h4 {
    letter-spacing: 0;
    opacity: 1;
}


/*** 

====================================================================
	Header Style Three
====================================================================

***/
.header-style-three {
    position: absolute;
    z-index: 999;
    width: 100%;
}

/*=== Header Top ===*/
.header-style-three .header-top{
	background-color: transparent;
}

.header-style-three .header-top .top-right .links li{
	position: relative;
    padding-right: 22px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
}
.header-style-three .header-top .top-right .links li .icon {
    position: relative;
    color: #ff9c00;
    margin-right: 15px;
}

.header-style-three .header-top .top-left .links li{
	padding: 12px 0px 0px 0px;
}


/*=== Header Upper ===*/

.header-style-three .nav-inner {
    background: #fff;
    display: inline-block;
    width: 100%;
}
.header-style-three .header-upper{
	position:relative;
	top: 0;
	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;
	padding: 0;
}

.header-style-three .header-upper .logo-outer {
    position: relative;
    float: left;
    z-index: 25;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 10px 0 0 21px;
}

.header-style-three .logo-outer .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.header-style-three .header-upper .nav-outer {
    float: right;
    z-index: 10;
    position: relative;
    padding: 0;
    border: none;
    border-radius: 0;
    bottom: 0;
}

/*=== Header Lower ===*/

.header-style-three .header-lower{
	position:relative;
    /* margin-bottom: -35px; */
    z-index: 10;
}

.header-style-three .header-lower .nav-outer{
	position:relative;
	padding:0px 40px;
	background-color:#ffffff;
}

.header-style-three .nav-outer .outer-box .search-box-outer {
    margin-right: 0;
    margin-top: 26px;
    margin-left: 15px;
}

.header-style-three .info-box {
    margin-left: 30px;
    padding: 0;
    min-height: auto;
    margin-top: 30px;
    margin-right: -1px;
}
.header-style-three .navigation > li:before{
	bottom: 9px;
}

.header-style-three .navigation > li:before{
	display: none;
}
.header-style-three .navigation > li{
	margin-right: 0;
}
.header-style-three .navigation > li > a{
	padding: 31px 16px;
}
.header-style-three .navigation > li > a:hover,
.header-style-three .navigation > li.current > a {
	color: #fff;
	background-color: #2c3d75;
}
/*search box btn*/
.header-style-three .outer-box {
    float: right;
    margin-top: 44px;
    margin-right: 15px;
}
.header-style-three .option-box {
    float: left;
}

.advisor-box .advisor-btn {
    background: #ff9c00;
    padding: 18px 25px;
    border-radius: 30px 0 0 30px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}



/*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 #e6e6e6;
	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:10px 0px 10px;
}

.fixed-header .sticky-header{
	z-index:999999;
	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;	
}

.style-small .navigation {
    margin: 0px 259px 0 0;
}
.style-small .navigation > li{
	margin-right: 20px !important;
	position: relative;
}


.style-small .navigation > li:before{
	display: none;
}

.style-small .navigation > li:after {
    content: "|";
    position: absolute;
    right: -15px;
    top: 4px;
    color: #ccc;
}
.style-small .navigation > li > a {
    text-align: left;
    text-transform: capitalize;
    opacity: 1;
    font-weight: 400;
    padding: 5px 0px;
    font-size: 14px;
    color: #222;
}
.header-style-three .style-small .navigation{
	margin: 0;
}
.header-style-three .style-small .navigation > li > a{
	color: #fff;
	padding: 5px;
}

.fixed-header .sticky-header .header-top {
    background-color: #fff;
    padding: 10px 0 0 0;
        position: relative;
}
.fixed-header .sticky-header .header-top .top-left {
    position: relative;
}

.fixed-header .sticky-header .header-upper .logo-outer {
    padding: 0;
    margin-top: -50px;
}

.sticky-header .style-small .navigation {
    margin: 0px 273px 0 0;
}
.sticky-header .style-small .navigation > li{
	margin-right: 20px !important;
	margin-left: 0;
}

.sticky-header .style-small .navigation > li:before{
	display: none;
}

.sticky-header .style-small .navigation > li:after {
    content: "|";
    position: absolute;
    right: -15px;
    top: 4px;
    color: #ccc;
    display: block !important;
}
.sticky-header .style-small .navigation > li:last-child:after{
	display: none !important;
}
.sticky-header .style-small .navigation > li > a {
    text-align: left;
    text-transform: capitalize;
    opacity: 1;
    font-weight: 400;
    padding: 5px 0px !important;
    font-size: 14px;
    color: #222 !important;
}
.sticky-header .style-small .navigation > li > a:hover{
	color: #0299d8 !important;
}
.sticky-header .outer-box {
    float: right;
    margin-top: 13px;
    margin-right: 15px;
}
/*** 

====================================================================
	Main Banner Style
====================================================================

***/
.banner-section-two.mobile{
	display: none;
}
.slider-text {
    position: absolute;
    text-align: center;
    top: 35%;
    width: 100%;
}


.slider-text.style2 {
    position: absolute;
    text-align: center;
    top: 42%;
    width: 100%;
    z-index: 555;
}

.slider-text.style2 h6 {
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  padding-bottom: 40px;
}


.slider-text h6 {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  padding-bottom: 40px;
}

.slider-text h2 {
  color: #fff;
  font-size: 80px;
  font-weight: 800;
}

.owl-pagination {
    display: none;
    overflow: hidden;
}

.typed-cursor,
.element {
  display: inline;
  font-weight: 700;
}

#particles-js {
  position: relative;
  width: 100%;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-banner {
    height: auto;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.video-banner video {
    float: left;
    position: relative;
    width: 100%;
}

.video-overlay {
    background: #000 none repeat scroll 0 0;
    height: 97%;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}

.slider-text {
  width: 100%;
  position: absolute;
  top: 255px;
  text-align: center;
  font-size: 60px;
  color: #fff;
  z-index: 9;
}

.hire-btn {
  display: block;
  width: 135px;
  font-size: 15px;
  margin: 0 auto;
  margin-top: 65px;
  padding: 10px 22px;
}

.welcome-text h6 {
  font-size: 22px;
  color: #94a6ba;
  font-weight: 600;
  padding-bottom: 50px;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.banner-carousel .link-box a {
    margin-right: 15px;
}

.banner-carousel .slide-item {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-carousel .slide-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.banner-carousel .content-box {
    position: relative;
    width: 100%;
    padding: 195px 0 205px;
}
.banner-carousel h1{
	position: relative;
	display: block;
	font-size: 48px;
	line-height: 72px;
	color: #fff;
	font-weight: 800;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	z-index: 33;
}

.banner-carousel .active h1{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
	z-index: 33;
}

.banner-carousel .content-box .text{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 36px;
	color: #fff;
	font-weight: 800;
	margin: 35px 0px 43px;
	font-family: 'Open Sans', sans-serif;;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
}

.banner-carousel .active  .text{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-carousel .owl-nav {
	display: block !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.banner-carousel .owl-nav .owl-prev, 
.banner-carousel .owl-nav .owl-next {
    cursor: pointer;
    font-size: 18px;
    line-height: 34px;
    color: #222;
    padding: 10px;
    width: 50px;
    height: 50px;
    background-color: rgba(255,255,255,0.5);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    float: left;
    text-align: center;
    position: relative;
}
.banner-carousel .owl-nav .owl-prev:hover, 
.banner-carousel .owl-nav .owl-next:hover{
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}
.banner-carousel .owl-nav .owl-prev {
	left: 4%;
}
.banner-carousel .owl-nav .owl-next {
    float: right;
    right: 4%;
}


/*** 

====================================================================
		Banner Section Style Three
====================================================================

***/

.banner-section-three{
	position: relative;
	width: 100%;
}

.banner-section-three .banner-carousel .content-box{
	position: relative;
	z-index: 33;
}

.banner-section-three .banner-carousel h1{
	position: relative;
	display: block;
	font-size: 48px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 20px;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	z-index: 33;
}

.banner-section-three .banner-carousel .active h1{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
	z-index: 33;
}

.banner-section-three .banner-carousel .content-box .text{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 36px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 40px;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
}

.banner-section-three .banner-carousel .active  .text{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}


.banner-section-three .banner-carousel{
 	position: relative;
}

.banner-section-three .owl-item,
.banner-section-three .owl-stage,
.banner-section-three .owl-wrapper,
.banner-section-three .owl-stage-outer,
.banner-section-three .owl-wrapper-outer {
    height: 100% !important;    
}

.banner-section-three .slide-item{
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 0;
}

.banner-section-three .slide-item:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #000000;
	opacity: 0.60;
}

.banner-section-three .slide-item .content-box {
	position: relative;
	max-width: 1200px;
	padding: 367px 0 308px;
}

.banner-section-three .content-box .title{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.2em;
	color: #aaaaaa;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: uppercase;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-50px);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section-three .active .content-box .title{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	transition-delay: 1000ms;
}

.banner-section-three .content-box h2{
	position: relative;
	display: block;
	font-size: 78px;
	line-height: 1.2em;
	margin-bottom: 0;
}

.banner-section-three .active .content-box h2{
	animation: slideInRight 1s;
	animation-delay: 500ms;
}

.banner-section-three .content-box .video-link a{
	position: relative;
	display: inline-block;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	color: #ffa500;
	font-weight: 400;
	border: 2px solid #ffffff;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.46);
	transform: translateY(-50px);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section-three .content-box .video-link a:hover{
	color: #ffffff;
	border-color: #000000;
}

.banner-section-three .owl-nav{
	display: none !important;
}

.banner-section-three .owl-dots {
	display: none !important;
}

.banner-section-three .social-links {
    position: absolute;
    left: 80px;
    bottom: 125px;
    z-index: 9;
}

.social-icon-three{
	position: relative;
}

.social-icon-three li{
	position: relative;
	display: block;
	margin-bottom: 25px;
}

.social-icon-three li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
}

.social-icon-three li a:hover{
	color: #fff;
	background-color: #2c3d75;
}


.banner-section-three .carousel-column{
	position: relative;
}

.banner-section-three .carousel-column .carousel-outer{
	position: relative;
}

.banner-section-three .thumbs-carousel {
    position: absolute;
    right: 22%;
    bottom: 50px;
    transform-origin: right;
    max-width: 230px;
    background-color: #fff;
}

.banner-section-three .thumbs-carousel .thumb-box{
	position: relative;
	cursor: pointer;
	background-color: #ee1c2e;
}

.banner-section-three .thumbs-carousel .thumb-box figure {
    position: relative;
    margin-bottom: 0;
    right: -30px;
}

.banner-section-three .carousel-outer .thumbs-carousel img{
	width: 200px;
	height: auto;
}
.banner-section-three .carousel-outer .thumbs-carousel .owl-dots{
	display: none !important;
}

.banner-section-three .carousel-outer .thumbs-carousel .owl-nav {
    position: absolute;
    left: 0px;
    bottom: 59px;
    display: block !important;
}

.banner-section-three .carousel-outer .thumbs-carousel .owl-prev{
	display: none;
}
.banner-section-three .carousel-outer .thumbs-carousel .owl-next {
    position: relative;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    z-index: 9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    transform: rotate(270deg);
    letter-spacing: 2;
}
.banner-section-three .carousel-outer .thumbs-carousel .owl-next i {
    display: block;
    position: absolute;
    bottom: 7px;
    right: 45px;
}

.banner-section-three .carousel-outer .thumbs-carousel .owl-next i:before {
    margin-left: 28px;
    font-size: 20px;
    color: #fff;
}

/*** 

====================================================================
			Page Title
====================================================================

***/

.page-title {
    position: relative;
    padding: 62px 0 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.page-title.style-two {
    padding: 0;
    background: rgba(33,84,207,1);
    box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}
.page-title.style-two .image-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.page-title.style-two .image-area {
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 55px 0 300px;
}
.page-title.style-two h3 {
    width: 460px;
    font-weight: 800;
    color: #fff;
    border-radius: 15px;
    font-size: 40px;
}
/*.page-title:before{
	content:"";
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#000000;
	opacity: .7;
	position:absolute;
}*/

.page-title .inner-container{
	position: relative;
}

.page-title .title-box{
	position: relative;
}

.page-title h1{
	position:relative;
	display: block;
	font-size:48px;
	color:#ffffff;
	line-height: 50px;
	font-weight: 600;
    margin-bottom: 63px;
}

.page-title .title{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 40px;
	color: #ffffff;
	font-weight: 400;
}

.page-title .bread-crumb {
    position: relative;
    width: 100%;
}
.page-title .bread-crumb:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    background: rgba(33,84,207,0.7);
    left: -100%;
}


.page-title .bread-crumb:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(33,84,207,0.7);
    right: -100%;
}
.page-title .bread-crumb ul {
    background: rgba(33,84,207,0.7);
    padding: 6px 0 35px;
    position: relative;
    display: block;
}

.page-title .bread-crumb li {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #0299d8;
    font-weight: 400;
    text-transform: capitalize;
    cursor: default;
    padding-left: 10px;
    margin-left: 10px;
    display: inline-block;
    float: left;
}
.page-title .bread-crumb li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 7px;
    height: 15px;
    width: 1px;
    background-color: #fff;
}
.page-title .bread-crumb li:after {
    content: "";
    position: absolute;
    left: 1px;
    top: 7px;
    height: 15px;
    width: 1px;
    background-color: #c9cee2;
}
.page-title .bread-crumb li:first-child:before,
.page-title .bread-crumb li:first-child:after{
	display: none;
}
.page-title .bread-crumb li a{
	color:#ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover{
	color:#0299d8 ;	
}

.page-title.style-two .bread-crumb:before,
.page-title.style-two .bread-crumb:after,
.page-title.style-two .bread-crumb ul {
	background: none;
}
.page-title.style-two .bread-crumb ul {
	padding: 15px 0 45px;
	background-color: dimgrey;
}

.page-title.style-three {
    padding: 0;
    background: rgba(33,84,207,1);
    box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}
.page-title.style-three .image-area {
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 45px 0 100px;
}
.page-title.style-three .image-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.page-title.style-three h3 {
    width: 100%;
    font-weight: 800;
    color: #fff;
    border-radius: 15px;
    font-size: 50px;
}

.page-title p{
	color: #fff;
	font-size: 18px;
}

/*** 

====================================================================
	About Sec 
====================================================================

***/
.about-section {
    position: relative;
    width: 100%;
    padding: 70px 0;
}
.about-section:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 680px;
	height: 960px;
	background-image: url(../images/background/about-bg-1.jpg);
	background-repeat: no-repeat;

}
.about-section .image-column {
	position: relative;
	visibility: visible; 
	animation-name: fadeInRight;
}

.about-section .image-column .image-box {
    position: relative;
    border: 20px solid #fff;
    box-shadow: 0 0 24px rgba(0,0,0,0.13);
    margin-right: 15px;
}
.about-section .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.about-section .image-column .video-link{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.about-section .image-column:hover .video-link{
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}

.about-section .image-column a{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.about-section .image-column .fa{
	position: relative;
	display: block;
	height: 70px;
	width: 70px;
	margin: 0 auto;
	border-radius: 50%;
	color: #0299d8;
	text-align: center;
	font-size: 24px;
	line-height: 65px;
	background-color: rgba(255,255,255,0.6);
	border:1px solid #2c3d75;
	text-align: center;
}

.about-section .content-column {
	position: relative;
}
.about-section .content-column .inner-column {
    padding-right: 20px;
}
.about-section .content-column .inner-column .content-box .sec-title-left h2 {
    font-size: 36px;
    line-height: 54px;
    color: #222;
    font-weight: 800;
}
.about-section .content-column .inner-column .content-box h5 {
    font-size: 18px;
    color: #2c3d75;
    font-weight: 700;
    line-height: 27px;
    padding: 19px 0 38px;
}
.about-section .content-column .inner-column .content-box .text {
	padding-bottom: 30px;
	text-align: justify;
	font-size: 1px;
}

/**** Fact Count Sec ****/

.funfact-sec {
    position: relative;
    width: 100%;
    background-color: #f5f5f5;
    padding: 70px 0;
}
.progress-bar1 {
  position: relative;
  height: 200px;
  width: 200px;
  margin:0 auto;
}
 
.progress-bar1 div {
  position: absolute;
  height: 200px;
  width: 200px;
  border-radius: 50%;
}
 
.progress-bar1 div span {
    position: absolute;
    font-size: 45px;
    color: #2c3d75;
    font-weight: 800;
    line-height: 142px;
    height: 175px;
    width: 175px;
    left: 12.5px;
    top: 12.5px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
}
.progress-bar1 i {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 56px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    font-style: normal;
    z-index: 99;
}
.progress-bar1 .background { background-color: #2c3d75; }
 
.progress-bar1 .rotate {
  clip: rect(0 50px 200px 0);
  background-color: #2c3d75;
}
 
.progress-bar1 .left {
  clip: rect(0 50px 200px 0);
  opacity: 1;
  background-color: #b3cef6;
}
 
.progress-bar1 .right {
  clip: rect(0 50px 200px 0);
  transform: rotate(180deg);
  opacity: 0;
  background-color: #2c3d75;
}
 
@keyframes
toggle {  0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}  



/**** Fact Count Sec ****/

.funfact-sec.style-two {
    position: relative;
    width: 100%;
    background-color: transparent;
    padding: 70px 0;
}
.funfact-sec.style-two .progress-bar1 {
  position: relative;
  height: 120px;
  width: 120px;
  margin:0 auto;
}
 
.funfact-sec.style-two .progress-bar1 div {
  position: absolute;
  height: 120px;
  width: 120px;
  border-radius: 50%;
}
 
.funfact-sec.style-two .progress-bar1 div span {
    position: absolute;
    font-size: 25px;
    color: #2c3d75;
    font-weight: 800;
    line-height: 72px;
    height: 95px;
    width: 95px;
    left: 12.5px;
    top: 12.5px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
}
.funfact-sec.style-two .progress-bar1 i {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 26px;
    font-size: 11px;
    font-weight: 600;
    color: #222;
    font-style: normal;
    z-index: 99;
    padding: 0 27px;
    line-height: 15px;
}
.funfact-sec.style-two .progress-bar1.bar2 {
    margin-left: 110px;
}
.funfact-sec.style-two .progress-bar1.bar3 {
    margin-left: 106px;
}
 
.funfact-sec.style-two .progress-bar1 .rotate {
  clip: rect(0 70px 120px 0);
  background-color: #2c3d75;
}
 
.funfact-sec.style-two .progress-bar1 .left {
  clip: rect(0 60px 120px 0);
  opacity: 1;
  background-color: #b3cef6;
}
 
.funfact-sec.style-two .progress-bar1 .right {
  clip: rect(0 50px 120px 0);
  transform: rotate(180deg);
  opacity: 0;
  background-color: #2c3d75;
}
 
@keyframes
toggle {  0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
} 

.funfact-sec.style-two h4 {
	font-size: 14px;
    color: #222;
    line-height: 32px;
    position: relative;
}
.funfact-sec.style-two h4.padding-h4{
	margin-left: 90px;
	margin-top: 0;
}

/*** 

====================================================================
			Our Mission Section
====================================================================

***/

.sidebar-page-container {
    position: relative;
    width: 100%;
	padding: 70px 0 20px;
}
.sidebar-page-container .sec-title.left {
	margin-bottom: 30px;
}

.sidebar-page-container .innner-box {
    position: relative;
    margin-bottom: 50px;
}

/**** Fact Count Sec Style Two ****/

.fact-counter .counter-column {
    position: relative;
}

.fact-counter .counter-column .count-box {
    position: relative;
    background: #2c3d75;
    transform: rotate(45deg);
    width: 200px;
    height: 200px;
}

.fact-counter-two .counter-column {
    position: relative;
    padding: 58px 15px 40px;
}
.fact-counter-two .counter-column .count-box .count {
    font-size: 36px;
    color: #222222;
    font-weight: 600;
    padding-bottom: 0;
}

.fact-counter-two .counter-column .count-box .counter-title {
    font-size: 14px;
    line-height: 30px;
    color: #2c3d75;
    font-weight: 500;
    padding-top: 10px;
}

.sidebar-page-container .innner-box .image-box {
    position: absolute;
    left: 0;
    z-index: 2;
    border: 10px solid #fff;
    box-shadow: 0 0 12px rgba(0,0,0,0.13);
}
.sidebar-page-container .innner-box .image-box img{
	width: 100%;
}
.sidebar-page-container .innner-box .info-box {
    position: relative;
    padding: 0 0 10px 268px;
}

.sidebar-page-container .innner-box .info-box h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2c3d75;
    padding-bottom: 20px;
}

.sidebar-page-container .innner-box .info-box .text {
    padding-bottom: 23px;
}
.sidebar-page-container .innner-box .readmore-btn a {
    font-weight: 700;
    border-bottom: 1px solid #2c3d75;
    color: #2c3d75;
    line-height: 36px;
    display: inline-block;
}
.sidebar-page-container .innner-box .readmore-btn a:hover{
	color:#2c3d75;
	border-bottom-color: #2c3d75;
}

.sidebar-page-container .chart{
	position: relative;
}
.sidebar-page-container .chart-list {
    position: absolute;
    right: -236px;
        top: 12px;
}
.sidebar-page-container .sec-title h2 {
    font-size: 30px;
    line-height: 36px;
    color: #222222;
    font-weight: 800;
    padding-bottom: 26px;
}
/*** 

====================================================================
			Services Section
====================================================================

***/
.services-section {
    position: relative;

    padding: 47px 0 82px;
    margin-top: 47px;
}

.services-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: -286px;
    width: 100%;
    height: 381px;
    animation: fadeIn 1s;
    animation-delay: 500ms;
    background-image: url(../images/background/services-bg.png);
    z-index: 1;
    background-repeat: no-repeat;
}
.services-box {
	position: relative;
	margin-top: 60px;
}

.services-box .container{
	padding: 0;
}

.services-carousel {
	position: relative;
	padding-bottom: 52px;
}

.service-block{
	position: relative;
	
}
.service-block .inner-box{
	position: relative;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-bottom: 40px;
}

.service-block:hover .inner-box{
	background-color:#fff; 
	box-shadow: 0 0 24px rgba(0,0,0,0.24);
}

.service-block .lower-content {
	position: relative;
	padding: 21px 20px 6px;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .lower-content h3 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 54px;
	color: #2c3d75;
	font-weight: 700;
	margin-bottom: 8px;
}

.service-block .lower-content h3 a{
	color: #2c3d75;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block:hover .lower-content h3 a{
	color: #2c3d75;
}

.service-block .lower-content .text{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 27px;
	color: #777777;
	text-align:justify;
	font-weight: 400;
	margin-bottom: 27px;
	text-align: justify;
}

.service-block .lower-content .link-box{
	position: relative;
}

.service-block .lower-content .link-box a{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 1.2em;
	color: #2c3d75;
	font-weight: 600;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .lower-content .link-box a:hover{
	color: #222;
}

.services-carousel .owl-nav{
	display: none;
}

.services-carousel .owl-dots{
	position: absolute;
	display: block !important;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.services-carousel .owl-dot{
	position: relative;
	display: inline-block;
	height: 4px;
	width: 30px;
	margin: 0 5px;
	background-color: #0299d8;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-bottom: 7px;
}

.services-carousel .owl-dot:hover,
.services-carousel .owl-dot.active{
	height: 8px;
	width: 30px;
	margin-top: 3px;
	background-color: #2c3d75;
}
.service-block .image-box {
	position: relative;
}
.service-block .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.service-block .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.service-block .image-box .overlay-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 0%;
	width: 100%;
	content: "";
	opacity: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.service-block .inner-box:hover .overlay-box{
	height: 100%;
	opacity: 1;
}

.service-block .overlay-box a{
	position: absolute;
	right: 0;
	bottom: 10%;
	height: 50px;
	width: 160px;
	margin-left: -20px;
	margin-top: -20px;
	text-align: left;
	font-size: 14px;
	line-height: 42px;
	color: #fff;
	background-color: #0299d8;
	font-weight: 400;
	padding: 5px 15px 5px 52px;
	border-radius: 25px 0 0 25px;
}

.service-block .overlay-box a:hover{
	background-color: #2c3d75;
}
.service-block .inner-box:hover .overlay-box a{
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.service-block .overlay-box a i{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .overlay-box a:hover i{
	color: #ffffff;
}

.service-block .image-box .overlay-box a span {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 14px;
    top: 8px;
}

.service-block .image-box .overlay-box a span img {
    width: auto;
}

/*** 

====================================================================
			Services Section Style Two
====================================================================

***/

.services-section-two .services-box {
    position: relative;
}

.services-section-two .service-block .inner-box {
	position: relative;
	text-align: left;
	padding: 26px 30px 29px;
	background-color: #2c3d75;
}
.services-section-two .service-block .inner-box .lower-content{
	padding:15px 0 0 0; 
	text-align: left;
}

.yellow{
	position: relative;
	background-color: #0299d8;
}
.grey{
	position: relative;
	background-color: #ee1c2e;
}
.blue{
	position: relative;
	background-color: #2c3d75;
}

.light-blue{
	position: relative;
	background-color: #009688;
}

.service-block .imagebg{
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
}
.service-block .image-1{
	background-image: url(../images/resource/anual-report.jpg);
}
.service-block .image-2{
	background-image: url(../images/resource/donate-page.jpg);
}
.service-block .image-3{
	background-image: url(../images/resource/news-2.jpg);
}
.service-block .imagebg:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}

.services-section-two .service-block .inner-box .icon-box {
    position: relative;
    padding-bottom: 14px;
    -webkit-transform: all 500ms ease-in-out;
    -moz-transform: all 500ms ease-in-out;
    -ms-transform: all 500ms ease-in-out;
    -o-transform: all 500ms ease-in-out;
    transform: all 500ms ease-in-out;
}
.services-section-two .service-block .inner-box .icon-box .icon {
    color: #fff;
    -webkit-transform: all 500ms ease-in-out;
    -moz-transform: all 500ms ease-in-out;
    -ms-transform: all 500ms ease-in-out;
    -o-transform: all 500ms ease-in-out;
    transform: all 500ms ease-in-out;
    margin: 0;
    font-size: 60px;
    font-family: 'Font Awesome 5 Free';
}
.services-section-two .service-block .inner-box .icon-box .icon:before{
	font-size: 60px;
	color: #fff;
}
.services-section-two .service-block .lower-content h3{
	line-height: 25px;
}
.services-section-two .service-block .lower-content h3 a,
.services-section-two .service-block .lower-content .text,
.services-section-two .service-block .lower-content a,
.services-section-two .service-block .inner-box .lower-content ul li{
	color: #fff;
	-webkit-transform: all 500ms ease-in-out;
    -moz-transform: all 500ms ease-in-out;
    -ms-transform: all 500ms ease-in-out;
    -o-transform: all 500ms ease-in-out;
    transform: all 500ms ease-in-out;
}

.services-section-two .service-block:hover .lower-content a,
.services-section-two .service-block:hover .lower-content .text,
.services-section-two .service-block:hover .inner-box .icon-box .icon,
.services-section-two .service-block:hover .inner-box .lower-content ul li,
.services-section-two .service-block:hover .inner-box .icon-box .icon:before{
	color: #0299d8;
}

.services-section-two .service-block.style-two:hover .lower-content a,
.services-section-two .service-block.style-two:hover .lower-content .text,
.services-section-two .service-block.style-two:hover .inner-box .icon-box .icon,
.services-section-two .service-block.style-two:hover .inner-box .lower-content ul li{
	color: #fff;
}
.services-section-two .services-box.style-two {
    position: relative;
    margin-top: -73px;
}
.services-section-two .services-box.style-two .service-block .inner-box {
    padding: 47px 30px 29px;
}


/*** 

====================================================================
			Services Section Style Three
====================================================================

***/

.services-section-three{
	position: relative;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 70px 0 40px;
}
.services-section-three .service-block .inner-box {
    background-color: #f5f5f5;
	padding: 30px 35px 30px;
    border-radius: 25px;
    margin-bottom: 30px;
}
.services-section-three .service-block .inner-box:before{
      transition: all 0.4s;  
      position:absolute;
      content:"";
      width:100%;
      height:50%;
      left:50%;
      margin-left:-50%;
      top:25%;
      border-color:rgba(2,153,216,0);
      border-style:dashed;
      border-width:0 2px;
      border-radius: 25px;
}

.services-section-three .service-block .inner-box:after{
      transition: all 0.4s;  
      position:absolute;
      content:"";
      width:50%;
      height:100%;
      left:50%;
      margin-left:-25%;
      top:0;
      border-color:rgba(2,153,216,0);
      border-style:dashed;
      border-width:2px 0;
      border-radius: 25px;
}

.services-section-three .service-block:hover .inner-box{
	box-shadow: none;
}
.services-section-three .service-block:hover .inner-box:after{
        width:100%;
        margin-left:-50%;
        border-color:rgba(2,153,216,1);
}

.services-section-three .service-block:hover .inner-box:before{
        height:100%;
        top:0%;
        border-color:rgba(2,153,216,1);
}

.services-section-three .service-block .lower-content {
    padding: 6px 0 0 0;
}
.services-section-three .service-block .lower-content a.btn-style-one {
    padding: 5px 15px;
    font-size: 14px;
    z-index: 9999;
}
.services-section-three .icon-box {
    position: relative;
    text-align: center;
}

.services-section-three .icon-box .icon:before {
    margin: 0;
    font-size: 55px;
    color: #2c3d75;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.services-section-three .service-block .lower-content h3{
	margin-bottom: 3px;
	color: #0299d8;
}
.services-section-three .service-block .lower-content h3 a{
	color: #0299d8;
}

.services-section-three .service-block:hover .lower-content h3 a{
	color: #2c3d75;
}

.services-section-three .service-block:hover .icon-box .icon:before {
    color: #222;
}



/*** 

====================================================================
			Service Detail
====================================================================

***/

.service-detail{
	position:relative;
}

.service-detail .inner-box{
	position:relative;
	display:block;
}

.service-detail .image-box{
	position: relative;
	margin-bottom: 35px;
}

.service-detail .image-box .owl-nav{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -20px;
}

.service-detail .image-box .owl-next,
.service-detail .image-box .owl-prev{
	position: absolute;
	left: 40px;
	top: 0;
	height: 40px;
	width: 40px;
	background-color: #333333;
	color: #ffffff;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-detail .image-box .owl-next{
	left: auto;
	right: 40px;
}

.service-detail .image-box .owl-next:hover,
.service-detail .image-box .owl-prev:hover{
	background-color: #2c3d75;
}

.service-detail .inner-box .image{
	position:relative;
	margin-bottom: 0;
}

.service-detail .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.service-detail .inner-box h2{
	position:relative;
	font-size:30px;
	font-weight:700;
	color:#222222;
	line-height:1.2em;
}

.service-detail .inner-box .text{
	position:relative;
}

.service-detail .inner-box .text .two-column{
	margin-top:40px;
	margin-bottom:30px;
}

.service-detail .inner-box .text p{
	position:relative;
	font-size:14px;
	line-height: 30px;
	color:#777777;
	margin-bottom:30px;
}

.service-detail .inner-box .text strong{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #222222;
	font-weight: 500;
	margin-bottom: 10px;
	font-family: "Rubik", sans-serif;
}

.service-detail h3{
	position:relative;
	font-size:24px;
	font-weight:700;
	color:#222222;
	line-height:1.2em;
	margin-bottom:30px;
}

.service-detail .two-column .image {
    margin-top: 64px;
    border: 10px solid #fff;
    box-shadow: 0 0 12px rgba(0,0,0,0.13);
}

/*accordion box*/
.accordion-column-two {
    position: relative;
    width: 100%;
    padding-bottom: 54px;
}
.accordion-column-two .accordion-box .block .acc-btn {
    border: none;
    border-radius: 0;
    background-color: #f5f5f5;
}

.accordion-column-two .accordion-box .block .acc-btn.active {
        border: 1px solid #2c3d75;
    color: #2c3d75;
    background-color: #fff;
}


/*Blog Category*/

.blog-cat{
	position:relative;
	border:1px solid #e1e1e1;
}

.blog-cat li{
	position:relative;
}

.blog-cat li:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	border-bottom:4px solid transparent;
}

.blog-cat li a{
	position:relative;
	font-size:16px;
	font-weight:400;
	line-height: 30px;
	color:#222222;
	display:block;
	border-bottom:1px solid #acacac;
	border-left: 5px solid transparent;
	padding: 19px 40px 19px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Open Sans', sans-serif;;
}

.blog-cat li a:before {
    position: absolute;
    content: '\f0da';
    left: 15px;
    top: 19px;
    color: #2c3d75;
    font-size: 14px;
    line-height: 30px;
    font-weight: 900;
    height: 20px;
    width: 20px;
    font-family: "Font Awesome 5 Free";
}

.blog-cat li a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 12.2px 10px 0;
    border-color: transparent #fff transparent transparent;
    line-height: 0px;
    _border-color: #fff #fff #fff #fff;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#fff');
    right: 0;
    top: 22px;
}

.blog-cat li.active a,
.blog-cat li a:hover{
	color:#ffffff;
	background-color:#0299d8;
	border-left: 5px solid #2c3d75;
}

.blog-cat li.active a:before,
.blog-cat li:hover a:before{
	color: #fff;
}

/*Brochure Box*/
.brochure-box {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    padding: 30px;
    background-size: 100%;
    background-position: center;
}
.brochure-box .inner .text {
    font-size: 16px;
    font-weight: 700;
    color: #0299d8;
    padding-bottom: 15px;
}
.brochure-box .inner h4 {
    color: #222;
    font-weight: 700;
    padding-bottom: 16px;
}
.brochure-box .inner a {
    color: #777;
    font-size: 16px;
    margin-bottom: 21px;
    display: block;
}
.brochure-box .btn-style-one {
    padding: 9px 30px;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.service-detail .prod-tabs{
	position:relative;
}

.tabs-box{
	position: relative;
}

.tabs-box .tab{
	display: none;
}

.tabs-box .tab.active-tab{
	display: block;
}

.service-detail .prod-tabs .tab-btns{
	position:relative;
	z-index:1;	
	border-bottom:1px solid #0299d8;
}

.service-detail .prod-tabs .tab-btns .tab-btn {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    margin-right: 5px;
    font-size: 15px;
    background: transparent;
    color: #222222;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 27px;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 10px 25px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Open Sans', sans-serif;;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover:after,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:-3px;
	width:100%;
	height:5px;
	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;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn{
	color:#2c3d75;
	border-color:#0299d8;
	background:#ffffff;
}

.service-detail .prod-tabs .tabs-content{
	position:relative;
	padding:22px 22px 22px;
	border:1px solid #0299d8;
	border-top:0px;
}

.service-detail .prod-tabs .tabs-content .tab{
	position:relative;
	display:none;
	border-top:0px;
}

.service-detail .prod-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.service-detail .prod-tabs .tabs-content .tab .content{
	position:relative;
}

.service-detail .prod-tabs .tabs-content .tab .content p{
	position:relative;
	font-size:14px;
	line-height: 30px;
	color:#777777;
	margin-bottom:0px;
}

.service-detail .prod-tabs .tabs-content .tab .image-column .image-box {
    position: absolute;
    left: 0;
    border: 10px solid #fff;
    box-shadow: 0 0 12px rgba(0,0,0,0.13);
}

.service-detail .prod-tabs .tabs-content .tab .image-column p {
    padding-left: 180px;
}

/*** 

====================================================================
	Gallery Section 
====================================================================

***/

.gallery-section{
	position:relative;
	overflow:hidden;
	padding: 94px 0px 98px;
}

.gallery-section .row{
	margin:0px -15px;
}

.gallery-section .big-column{
    width: 66.67%;
    float: left;
    padding: 0px 8px;
}
.gallery-section .medium-column{
    width: 50%;
    float: left;
    padding: 0px 8px;
}
.gallery-section .medium-column-t{
    width: 49%;
    float: left;
    padding: 0px 8px;
}
.gallery-section .small-column{
    width: 33.33%;
    float: left;
    padding: 0px 8px;
}

.gallery-section .filters{
	position:relative;
}

.gallery-section .filters .filter-tabs{
	position:relative;
	margin-bottom:60px;
	text-align:center;
	width: 100%;
}

.gallery-section .filters .filter-tabs .filter{
	position:relative;
	color:#333;
	font-size:14px;
	cursor:pointer;
	font-weight:600;
	padding:0px 20px;
	text-transform:capitalize;
	display:inline-block;
	line-height:1em;
	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;
}

.gallery-section .filters .filter-tabs .filter:after {
    position: absolute;
    content: '|';
    right: -7px;
    top: 0px;
    color: #cacaca;
    font-size: 14px;
}

.gallery-section .filters .filter-tabs .filter:last-child::after{
	display:none;
}

.gallery-section .filters .filter-tabs .filter.active,
.gallery-section .filters .filter-tabs .filter:hover{
	color:#2c3d75;
}

.gallery-section .default-portfolio-item {
    margin-bottom: 20px;
    padding: 0 10px;
}

.default-portfolio-item{
	position:relative;
	display: block;
	margin-bottom:30px;
}

.default-portfolio-item .inner-box{
	position:relative;
	width:100%;
	overflow:hidden;
}

.default-portfolio-item .image-box{
	position:relative;
	display:block;	
}

.default-portfolio-item .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.default-portfolio-item .inner-box .content-inner {
    position: absolute;
    text-align: left;
    padding: 14px 26px 19px;
    background-color: rgba(2,153,216,0.9);
    border-radius: 0px 60px 60px 0;
    bottom: 60px;
    left: -100%;
    opacity: 0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.default-portfolio-item  .inner-box:hover .content-inner{
	left: 0;
    opacity: 1;
}
.default-portfolio-item .overlay-inner .content{
	position:relative;
	width: 100%;
}

.default-portfolio-item .overlay-inner .content .tags {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
}

.default-portfolio-item .overlay-inner h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}

.default-portfolio-item .overlay-inner h3 a{
	color:#fff;
	transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.default-portfolio-item .overlay-inner h3 a:hover{
	color:#222;
}

.default-portfolio-item .overlay-inner .link-btn {
    position: absolute;
    display: block;
    bottom: 60px;
    right: -100%;
    opacity: 0;
    background-color: rgba(33,84,207,0.9);
    padding: 13px 39px;
    color: #fff;
    border-radius: 32px 0 0 32px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.default-portfolio-item .overlay-inner .link-btn:hover{
	background-color: rgba(2,153,216,0.9);
}
.gallery-section .load-more-btn {
    position: relative;
    margin-top: 52px;
}
.default-portfolio-item  .inner-box:hover .link-btn{
	right: 0;
    opacity: 1;
}

/*** 

====================================================================
			Gallery Section Style Two
====================================================================

***/

.gallery-section-two {
    position: relative;
    padding: 83px 0 64px;
}

.gallery-section-two .portfolio-column {
    position: relative;
    margin-left: 14.3%;
}
.gallery-section-two .portfolio-column .owl-stage-outer {
    overflow: hidden;
}

.gallery-section-two .default-portfolio-item .overlay-inner .link-btn{
	padding: 13px 25px;
}
.gallery-section-two .default-portfolio-item .inner-box .content-inner{
	padding: 10px 21px 14px;
}

.gallery-section-two .owl-nav {
    position: absolute;
    top: -90px;
    right: 388px;
}

.gallery-section-two .owl-nav .owl-prev, 
.gallery-section-two .owl-nav .owl-next {
    cursor: pointer;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    padding: 10px;
    width: 40px;
    height: 40px;
    margin-left: 15px;
    background-color: #0299d8;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    float: left;
    text-align: center;
    position: relative;
    border-radius: 50%;
}
.gallery-section-two .owl-nav .owl-prev:hover, 
.gallery-section-two .owl-nav .owl-next:hover{
	background-color: #2c3d75;
}
.load-more {
    padding: 30px 15px;
}
.load-more h5 {
    float: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.load-more a {
    float: right;
}

	

/*Help Box Two*/

.help-box{
	position:relative;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/icons/help-bg.jpg);
}

.help-box:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(34,34,34,0.7);
}

.help-box .inner{
	position:relative;
	border: 1px solid #dddddd;
	padding:35px 40px;
	-webkit-box-shadow: 0 0 16px rgba(0,0,0,0.07);
	-moz-box-shadow: 0 0 16px rgba(0,0,0,0.07);
	-ms-box-shadow: 0 0 16px rgba(0,0,0,0.07);
	-o-box-shadow: 0 0 16px rgba(0,0,0,0.07);
	box-shadow: 0 0 16px rgba(0,0,0,0.07);
}

.help-box .inner .title{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #2c3d75;
	font-weight: 700;
	margin-bottom: 10px;
}

.help-box .inner h2 {
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.help-box .inner .text{
	position:relative;
	color:#fff;
	font-size:15px;
	line-height: 28px;
	margin-bottom:30px;
}

.help-box .inner .theme-btn{
	background-color: #fff;
	border: 1px solid #fff;
	padding: 10px 35px;
	line-height: 20px;
	color: #2c3d75;
}

.help-box .inner .theme-btn:hover{
	color: #ffffff;
	border: 1px solid #2c3d75;
}

/*Related Projects*/

.recent-projects {
    position: relative;
    width: 100%;
    background-color: #f5f5f5;
    padding: 100px 0 70px;
}
.recent-projects .sec-title {
    margin-left: 15px;
}
.recent-portfolio-carousal {
    float: left;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 0 15px;
}
.recent-portfolio-carousal .owl-stage-outer {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.recent-portfolio-carousal .owl-item {
    float: left;
    position: relative;
}

.recent-portfolio-carousal .owl-nav {
	display: block;
	margin-top: 0;
	position: absolute;
	right: 0;
	top: -50px;
}
.recent-portfolio-carousal .owl-nav .owl-next span{
	margin-left: 15px;
}
.recent-portfolio-carousal .owl-nav .owl-next::before {
	content: "";
	position: absolute;
	left: -15px;
	top: 6px;
	width: 2px;
	height: 15px;
	background-color: #bbbbbb;
}
.recent-portfolio-carousal .owl-nav .owl-prev span{
	margin-right: 15px;
}
.recent-portfolio-carousal .owl-nav .owl-prev, 
.recent-portfolio-carousal .owl-nav .owl-next {
	display: inline-block;
	margin: 0 14px;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}
.recent-portfolio-carousal .owl-nav .owl-prev:hover, 
.recent-portfolio-carousal .owl-nav .owl-next:hover {
	color: #2c3d75;
}
.recent-portfolio-carousal .owl-nav .owl-prev span,
.recent-portfolio-carousal .owl-nav .owl-next span{
	transform: rotate(270deg);
}

/*** 

====================================================================
			Team Section
====================================================================

***/

.team-section{
	position: relative;
	padding: 89px 0 40px;
	background-color: #2c3d75; 
}
.team-section .sec-title.left h2 {
    padding-bottom: 18px;
}
.team-section .sec-title.left {
    text-align: left;
    margin-bottom: 59px;
}
.team-section::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 265px;
    background-image: url(../images/background/team-bg.jpg);
    z-index: 1;
    background-size: cover;
}
.team-section .team-block{
	position: relative;
	margin-bottom: 60px;
	overflow: hidden;
}
.team-section  .owl-item {
    float: left;
}
.team-section .owl-stage-outer {
    overflow: hidden;
    z-index: 9;
    position: relative;
}

.team-section .team-block .inner-box{
	position: relative;
	z-index: 1;
}	

.team-section .team-block .image-box{
	position: relative;
	
}

.team-section .team-block .image-box .image{
	position: relative;
	margin-bottom: 0;
	overflow: hidden;
	z-index: 9;
}

.team-section .team-block .image-box img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;

}

.team-section .team-block .inner-box:hover .image-box img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.team-section .team-block .inner-box .image:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	height:100px;
	opacity:0;
	z-index:1;
	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;
}

.team-section .team-block .inner-box:hover .image:before{
	opacity:1;
}

.team-section .team-block .inner-box .info-box {
    position: relative;
    padding: 23px 0 33px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    background-color: #f5f5f5;
    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;
}
.team-section .team-block .inner-box:hover .info-box{
	background-color: #fff;
}
.team-section .team-block .inner-box .info-box .name a{
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #222;
	text-align: center;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;

}

.team-section .team-block .inner-box .designation{
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 15px;
	line-height: 30px;
	color: #2c3d75;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;;
}

.team-section .team-block .inner-box .social-links {
	position: relative;
	text-align: center;
	border-bottom: 2px solid #2c3d75;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.team-section .team-block .inner-box .social-links:before{
	content: "";
	position: absolute;
	left: -100%;
	bottom: -2px;
	width: 100%;
	height: 2px;
	background-color: #0299d8;
	opacity: 0;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.team-section .team-block .inner-box:hover .social-links:before{
	left: 0;
	opacity: 1;
	
}

.team-section .team-block .inner-box .social-links li{
	position: relative;
	display: inline-block;
	opacity: 1;
	margin: 0 5px;
}

.team-section .team-block .inner-box .social-links li a{
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 45px;
	width: 45px;
	height: 45px;
	text-align: center;
	color: #222;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-section .team-block .inner-box .social-links li a:hover{
	background-color: #2c3d75;
	color: #fff;
}

.team-section .owl-nav {
    position: absolute;
    top: 162px;
    right: 237px;
}

.team-section .owl-nav .owl-prev, 
.team-section .owl-nav .owl-next {
    cursor: pointer;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    padding: 10px;
    width: 40px;
    height: 40px;
    margin-left: 15px;
    background-color: #0299d8;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    float: left;
    text-align: center;
    position: relative;
}
.team-section .owl-nav .owl-prev:hover, 
.team-section .owl-nav .owl-next:hover{
	background-color: #222222;
}


/*** 

====================================================================
			Team Section Style Two
====================================================================

***/

.team-section.style-two{
	position: relative;
	padding: 70px 0 0px;
	background-color: transparent; 
}
.team-section.style-two::before {
    display: none;
}

/*** 

====================================================================
		Testimonial Section
====================================================================

***/

.testimonial-section {
    position: relative;
    padding: 30px 0 186px;
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonial-carousel{
	position: relative;
}

.testimonial-block {
    position: relative;
    margin-left: 65px;
    margin-top: 53px;
}
.testimonial-block .inner-box {
    position: relative;
    padding: 31px 21px 30px;
    border: 1px solid #bbbbbb;
    background-color: #ffffff;
}

.testimonial-block .inner-box:before {
    content: "\f10e";
    position: absolute;
    right: 30px;
    bottom: 0;
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    background-color: #0299d8;
    width: 40px;
    height: 70px;
    text-align: center;
    border-radius: 30px 30px 0 0px;
    padding-top: 11px;
}

.testimonial-block .inner-box .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 28px;
}

.testimonial-block .image-box {
    position: relative;
    text-align: left;
}
.testimonial-block .image-box .thumb {
    position: absolute;
    left: -85px;
    top: -76px;
    width: 170px;
    height: 230px;
}

.testimonial-block .image-box .thumb img{
	display: block;
	max-width: 100%;
	width: auto;
}
.testimonial-block .info-box {
    position: relative;
    width: 100%;
    padding-left: 110px;
}

.testimonial-block .info-box .name{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 25px;
	color: #2c3d75;
	font-weight: 700;
}

.testimonial-carousel .owl-dots {
    position: absolute;
    display: block !important;
    left: 0;
    bottom: -96px;
    width: 100%;
    text-align: center;
}
.testimonial-carousel .owl-dot {
    width: 30px;
    height: 4px;
    background-color: #222;
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-carousel .owl-dot.active,
.testimonial-carousel .owl-dot:hover{
	width: 30px;
    height: 8px;
    background-color: #2c3d75;
}

/*** 

====================================================================
				Feautred Section
====================================================================

***/
.feautred-section {
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 43px 0 60px;
}
.feautred-section .sec-title.left {
    text-align: left;
    margin-bottom: 58px;
}
.feautred-section .sec-title h2 {
    line-height: 60px;
    padding-bottom: 13px;
}
.feautred-section .inner-box {
    position: relative;
    margin-bottom: 30px;
}
.feautred-section  .inner-box .title-box {
    position: relative;
    padding-left: 60px;
}

.feautred-section .inner-box .title-box h4 .numbe-post {
    position: absolute;
    left: -60px;
    width: 40px;
    height: 40px;
    border: 1px solid #9e9e9e;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    color: #0299d8;
}

.feautred-section .inner-box .title-box h4 {
    font-size: 22px;
    line-height: 45px;
    color: #2c3d75;
    font-weight: 700;
}
.feautred-section .inner-box .lower-content {
    position: relative;
    margin-top: 16px;
}

.feautred-section .inner-box .lower-content .text{
	font-size: 15px;
}


/*** 

====================================================================
	App Section Style
====================================================================

***/

.feautred-section.style-two {
    padding: 83px 0 60px;
}

/*** 

====================================================================
			Price Section
====================================================================

***/
.price-section{
	position: relative;
    padding: 94px 0 40px;	
}
.price-section .sec-title {
    margin-bottom: 60px;
}
.price-section .price-block{
	position: relative;
	width: 100%;
}
.price-section .price-block .upper-box {
    position: relative;
    padding-bottom: 48px;
}
.price-section .price-block .inner-box {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    margin-bottom: 60px;
    padding: 60px 38px 57px;
    border: 1px solid #dddddd;
}
.price-section .price-block:hover .inner-box {
    box-shadow: 3px 0 27px rgba(0,0,0,0.08);
}
.price-section .price-block .upper-box h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background-color: #0299d8;
    text-align: left;
    padding: 12px 30px 12px 57px;
    border-radius: 0 35px 35px 0;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    display: inline-block;
    margin-left: -50px;
}
.price-section .price-block .upper-box .icon-box {
    display: inline-block;
    float: right;
}
.price-section .price-block .upper-box .icon-box .icon:before {
    margin: 0;
    font-size: 50px;
    color: #bbbbbb;
}
.price-section .price-block .price {
    position: relative;
    font-size: 48px;
    font-weight: 800;
    color: #2c3d75;
    font-family: 'Open Sans', sans-serif;;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.price-section .price-block .price sub {
    font-size: 14px;
    font-weight: 600;
    color: #2c3d75;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.price-section .price-block .price span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    color: #777777;
    font-family: 'Open Sans', sans-serif;
    margin-left: -10px;
}

.price-section .price-block .middle-box {
    position: relative;
    width: 100%;
    -webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	padding: 32px 0 36px;
}

.price-section .price-block .purchased {
    display: inline-block;
    -webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	    line-height: 33px;
}
.price-section .price-block .purchased span{
	margin-right: 10px;
}
.price-section .price-block:hover .purchased{
	background-color: #222;
}
.price-section .price-block .middle-box ul li {
    font-size: 14px;
    color: #777;
    font-family: 'Open Sans', sans-serif;
    padding-left: 38px;
    padding-bottom: 10px;
    position: relative;
}
.price-section .price-block .middle-box ul li:before{
	content: "\f00c";
	position: absolute;
	left: 0;
	top:0;
	font-size: 14px;
	color: #2c3d75;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
.price-section .tabs-btn {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.price-section .tab-buttons {
    position: relative;
    overflow: hidden;
    border-radius: 60px;
    display: inline-block;
    border: 1px solid #0299d8;
}

.price-section .tab-buttons .tab-btn{
	position:relative;
	color:#222222;
	font-size:18px;
	font-weight:400;
	float:left;
	cursor:pointer;
	padding: 17px 45px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Open Sans', sans-serif;;
	border-radius: 60px;
}

.price-section .tab-buttons .tab-btn:hover,
.price-section .tab-buttons .tab-btn.active-btn{
	color:#ffffff;
	background-color: #0299d8;
}

.price-section .tabs-content .tab{
	position:relative;
	display:none;
}

.price-section .tabs-content .tab.active-tab{
	display:block;	
}

.price-section .tabs-content .tab.active-tab .content {
    width: 100%;
}

.price-slider {
    position: relative;

    width: 100%;
}

.price-slider .price-carousal {
    background-image: url(../images/map-dot.jpg);
    padding: 50px;
    background-repeat: no-repeat;
    overflow: hidden;
}

.price-slider .price-carousal .item .inner-box span {
    padding: 6px;
    color: #0299d8;
    margin: 0 22px;
    font-size: 15px;
    display: block;
}

.price-slider .price-carousal .item .inner-box h5 {
    color: #2c3d75;
    margin: 0 22px;
    font-size: 18px;
}

.price-slider .price-carousal .owl-nav{
	display: none;
}

/*** 

====================================================================
				Paralex Section
====================================================================

***/

.paralex-section {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 75px 0 150px;
    background-position: top center;
}
.paralex-section:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.35;
}

.paralex-section .inner-column .icon-box {
    position: relative;
    padding-bottom: 50px;
}

.paralex-section .inner-column a.theme-btn.btn-style-one {
    z-index: 99;
}
.paralex-section .inner-column .icon-box .icon:before {
    margin: 0;
    font-size: 60px;
    color: #0299d8;
}

.paralex-section .inner-column h2 {
    color: #fff;
    font-size: 48px;
    line-height: 72px;
    font-weight: 700;
    padding-bottom: 33px;
}

.paralex-section .inner-column .text {
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    padding-bottom: 49px;
}
/*** 

====================================================================
				Faq's and skill Section
====================================================================

***/

.faq-skill-section{
	position: relative;
    /*padding: 83px 0 66px;*/
}

.faq-section .accordion-box{
	position: relative;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.accordion-box {
	position: relative;
}

.accordion-box .block {
	position: relative;
	padding-top: 0px;
	margin-bottom: 25px;
}

.accordion-box .block:last-child {
	margin-bottom: 0px;
	border-bottom: 1px solid transparent;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 16px;
    cursor: pointer;
    line-height: 1.2em;
    color: #222;
    font-weight: 700;
    padding: 20px 25px 20px;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    font-family: 'Open Sans', sans-serif;;
    border: 1px solid #dddddd;
    border-radius: 60px;
}

.accordion-box .block .acc-btn.active {
    border: 1px solid #0299d8;
    color: #2c3d75;
}

.accordion-box .block .icon-outer {
    position: absolute;
    right: 40px;
    top: 36px;
    font-size: 24px;
    color: #222222;
    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;
	top: 50%;
	margin-top: -15px;
	font-size: 16px;
	color: #222;
	line-height: 1em;
	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;
}

.accordion-box .block .icon-outer .icon_plus {
	opacity: 1;
}

.accordion-box .block .icon-outer .icon_minus {
	opacity: 0;
	color: #2c3d75;
	font-weight: 700;
}

.accordion-box .block .acc-btn.active .icon-outer .icon_minus {
	opacity: 1;
}

.accordion-box .block .acc-btn.active .icon-outer .icon_plus {
	opacity: 0;
}
.accordion-box .block .acc-btn.active-block .icon-outer .icon_minus {
    opacity: 1;
}
.accordion-box .block .acc-btn.active .icon-outer {
	color: #ff4747;
}

.accordion-box .block .acc-content {
	position: relative;
	display: none;
	padding: 20px 20px 10px;
}

.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: 14px;
	width: 100%;
}

.accordion-box .block .content .text {
	margin-bottom: 10px;
	text-align: justify;
}
.skill-column {
    padding-left: 40px;
}
.skill-column .inner-box {
    position: relative;
    padding-top: 32px;
}
.skill-column .sec-title.left {
    text-align: left;
    margin-bottom: 30px;
}

/*** Progress Levels Section ***/

.progress-levels{
	position:relative;
}

.normal-section .column .progress-levels{
	padding-left:15px;	
}

.progress-levels .progress-box{
	position:relative;
	margin-bottom: 51px;
	overflow:hidden;	
}

.member-details .progress-levels .progress-box{
	margin-bottom:40px;	
}

.member-details .progress-levels .progress-box:last-child{
	margin-bottom:0px;	
}

.about-myself .progress-levels .progress-box:last-child{
	margin-bottom:30px;	
}

.progress-levels .progress-box .box-title {
    position: relative;
    font-size: 16px;
    color: #0299d8;
    text-transform: capitalize;
    margin-bottom: 23px;
    font-family: 'Roboto',sans-serif;
}

.progress-levels .progress-box .bar{
	 position:relative;
	 height:6px;	
}

.progress-levels .progress-box .bar .bar-innner {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 6px;
    background: #eeeeee;
}

.progress-levels .progress-box .bar .bar-fill{
	position:absolute;
	left:-100%;
	top:0px;
	width:0px;
	height:6px;
	background:#222222;
	transition:all 2000ms ease 300ms;
	-moz-transition:all 2000ms ease 300ms;
	-webkit-transition:all 2000ms ease 300ms;
	-ms-transition:all 2000ms ease 300ms;
	-o-transition:all 2000ms ease 300ms;
}

.progress-levels .progress-box.animated .bar .bar-fill{
	left:0px;	
}

.progress-levels .progress-box .percent {
    position: absolute;
    left: 0px;
    top: -49px;
    width: 100%;
    text-align: right;
    letter-spacing: 1px;
    font-size: 16px;
    color: #2c3d75 !important;
    line-height: 24px;
    opacity: 0;
    transition: all 2000ms ease 700ms;
    -moz-transition: all 2000ms ease 700ms;
    -webkit-transition: all 2000ms ease 700ms;
    -ms-transition: all 2000ms ease 700ms;
    -o-transition: all 2000ms ease 700ms;
}

.progress-levels .progress-box.animated .percent{
	opacity:1;	
}

/*** 

====================================================================
				Faq's Section Style Three
====================================================================

***/

.faq-section-two{
	position: relative;
	padding: 100px 0 185px;
}

.faq-section-two .accordion-box .block .acc-btn {
    border-radius: 0;
    background-color: #fff;
}
.faq-section-two .accordion-box .block .acc-btn.active {
    border: 1px solid transparent;
    color: #2c3d75;
}
.faq-section-two .accordion-box .block {
    position: relative;
    padding-top: 0px;
    margin-bottom: 11px;
    border: 1px solid #dddddd;
    background-color: #f5f5f5;
}
.faq-section-two .accordion-box .block .acc-btn.active{
	background-color: #f5f5f5;
}

/*Blog Category*/

.faq-cat{
	position:relative;
	padding-bottom: 50px;
}

.faq-cat li {
    position: relative;
    border: 1px solid #e1e1e1;
    margin-bottom: 8px;
}

.faq-cat li a{
	position:relative;
	font-size:18px;
	font-weight:700;
	line-height: 30px;
	color:#2c3d75;
	display:block;
	padding: 19px 40px 19px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Open Sans', sans-serif;;
}


.faq-cat li.active a,
.faq-cat li a:hover{
	color:#ffffff;
	background-color:#0299d8;
}

/*** 

====================================================================
				Contact Section
====================================================================

***/

.contact-section {
    position: relative;
    padding: 32px 0 20px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.contact-section.login-page{
	padding:0; 
}
.contact-section.login-page .sec-title h2 {
    font-size: 30px;
}
.contact-section .sec-title.left h2 {
    line-height: 24px;
    padding-bottom: 9px;
    font-size: 23px;
}
.contact-section.login-page .image-column {
    padding: 0;
}

.contact-section.login-page .image-column .inner-column .image-box .image {
    position: fixed;
}

.contact-section .info-column {
    position: relative;

}
.contact-section .info-column .inner-column{
	position: relative;
}

.contact-section .info-column h4{
	position: relative;
	font-size: 20px;
	line-height: 1.2em;
	color: #2f2f2f;
	font-weight: 500;
	margin-bottom: 25px;
}

.contact-section .info-column .contact-info{
	position: relative;
	margin-top: 25px;
}


.contact-section .info-column .contact-info li {
    position: relative;
    font-size: 14px;
    line-height: 28px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 28px;
    margin: 0 45px;
    display: inline-block;
    vertical-align: top;
}
.contact-section .info-column .contact-info.style-two li{
	display: block;
	margin-bottom: 28px;
}
.contact-section .info-column .contact-info li a{
	display: inline-block;
	color: #777777;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-section .info-column .contact-info li a:hover{
	color: #2c3d75;
}
.contact-section .info-column .contact-info li i:before {
    font-size: 35px;
    color: #2c3d75;
    display: inline-block;
    margin-left: -54px;
    position: absolute;
    margin-top: 17px;
}
.contact-section .info-column .contact-info li span {
    font-size: 20px;
    font-weight: 700;
    line-height: 42px;
    color: #0299d8;
    font-family: 'Open Sans', sans-serif;;
}
.contact-section .form-column{
	position: relative;
	margin-bottom: 30px;
}
.login-page .form-column {
    position: relative;
    background-color: #fff;
    padding: 60px 140px 30px;
}
.contact-section .contact-form{
	position: relative;
	padding-top: 13px;
}

.login-page .cross-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
}

.login-page .cross-btn a {
    font-size: 20px;
}

.login-page .field-icon {
    float: right;
    margin-right: 12px;
    margin-top: -33px;
    position: relative;
    z-index: 2;
    font-size: 16px;
    color: #2c3d75;
    cursor: pointer;
}
.form-column .logo {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:15px;	
}

.contact-form .form-group input[type="text"], 
.contact-form .form-group input[type="email"], 
.contact-form .form-group input[type="url"], 
.contact-form .form-group input[type="password"], 
.contact-form .form-group input[type="number"],
.contact-form .form-group textarea,  
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 13px;
    color: #2c3d75;
    line-height: 19px;
    padding: 15px 30px;
    background-color: #fff;
    font-weight: 600;
    height: 50px;
    border: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 25px;
}

.contact-form .form-group input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    margin-right: 15px;
    margin-top: 6px;
}

.contact-form .form-group label {
    font-size: 16px;
    color: #222;
    line-height: 1em;
    margin-top: 0px;
    margin-left: 0px;
}

.contact-form .form-group a {
    font-size: 16px;
    text-decoration: underline;
    color: #222;
}

.contact-form .form-group p {
    font-size: 16px;
    color: #555;
}
.contact-section .sec-title p {
    margin-top: 35px;
}
.contact-form .form-group a:hover{
	color: #0299d8;
}
.contact-form .form-group ul{
	margin-top: 25px;
}
.contact-form .form-group ul li {
    display: inline-block;
    padding: 15px;
    border: 1px solid #2c3d75;
    max-width: 450px;
    width: 230px;
    margin-bottom: 10px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    position: relative;
}

.contact-form .form-group ul li:hover{
	background-color: #2c3d75;
	border: 1px solid #2c3d75;
}

.contact-form .form-group a{
	text-decoration: none;
}
.contact-form .form-group ul li:hover a{
	color: #fff;
}
.contact-form .form-group ul li a{
	    margin-left: 36px;
}
.contact-form .form-group a i {
    position: absolute;
    left: 20px;
    transition: all 0.5s ease-in-out;
}

.contact-form .form-group ul li .icon-fb-1,
.contact-form .form-group ul li:hover .icon-fb-2{
	opacity: 1;
	visibility: visible;
}

.contact-form .form-group ul li:hover .icon-fb-1,
.contact-form .form-group ul li .icon-fb-2{
	opacity: 0;
	visibility: hidden;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#2c3d75;
}

.contact-form .form-group textarea{
	height: 140px;
	resize: none;
	border-radius: 15px;
}

.contact-form .form-group button{
	padding: 15px 50px;
	line-height: 20px;
	text-transform: uppercase;
}

.contact-form .form-group label.error{
	color: #ff0000;
}

/*== Map Column ===*/

.map-column .inner-column{
	position: relative;
	height: 500px;
	width: 100%;
}

.map-section {
    position: relative;
}

.map-section .map-column {
    padding-right: 12%;
    padding-left: 0;
}

.map-column .map-canves{
	position: absolute;
	height: 500px;
	width: 100%;
	background-color: #222222;
}

.map-column .map-canvas{
	position:absolute;
	height: 100%;
	width: 100%;
}

/*** 

====================================================================
				News Section
====================================================================

***/

.news-section {
    position: relative;
    padding: 30px 0 30px;
}
.news-section .sec-title.left {
    margin-bottom: 58px;
}
.news-section .sec-title.left h2{
	padding-bottom: 18px;
}
.news-section:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 165px;
	height: 737px;
	background-image: url(../images/background/news-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	
}

/*.news-section:after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 30%;
	height: 100%;
	background-color: #f5f5f5;
	z-index: -1;
}*/

.news-block{
	position: relative;
	margin-bottom: 30px;
	z-index: 1;
	margin-right: 20px;
	visibility: visible; 
	animation-name: fadeIn;
}

.news-block .inner-box{
	position: relative;
	-webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.news-block .image-box{
	position: relative;
}

.news-block .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.news-block .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.news-block .image-box .overlay-box .link-btn {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-color: #0299d8;
    padding: 13px 39px;
    color: #fff;
    border-radius: 32px 0 0 32px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.news-block .inner-box:hover .overlay-box .link-btn{
	bottom: 40px;
    opacity: 1;
}
.news-block .inner-box .overlay-box .link-btn:hover{
	background-color: #2c3d75;
}

.news-block .caption-box {
    position: relative;
    padding: 32px 20px 32px 30px;
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
    border-top: none;
    text-align: left;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.news-block .caption-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #222;
    font-weight: 700;
    margin-top: 4px;
}
.news-block .caption-box .text {
    margin: 14px 0 16px;
    color: #666;
	text-align: justify;
}
.news-carousel {
	position: relative;
	width: 100%;
}

.news-block .caption-box h3 a{
	color: #222;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .inner-box .caption-box h3 a:hover{
	color: #2c3d75;
}

.news-block .caption-box .post-meta{
	position: relative;
	display: block;
}

.news-block .caption-box .post-meta li{
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 24px;
	color: #666;
	font-weight: 400;
	margin-right: 15px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.news-block .caption-box .post-meta li i {
	margin-right: 10px;
	color: #0299d8;
}
.news-block .inner-box:hover .caption-box .post-meta li{
	color: #222222;
}

.news-block .caption-box .post-meta li a{
	color: #777777;
}

/*** 

====================================================================
				News Section style Two
====================================================================

***/

.news-block-two{
	position: relative;
	z-index: 1;
}

.news-block-two .inner-box{
	position: relative;
	margin-bottom: 40px;
}

.news-block-two .image-box{
	position: relative;
}

.news-block-two .image-box .image {
    position: relative;
    border: 10px solid #fff;
    box-shadow: 0 0 12px rgba(0,0,0,0.13);
}

.news-block-two .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.news-block-two .image-box .overlay-box .link-btn {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-color: #0299d8;
    padding: 13px 39px;
    color: #fff;
    border-radius: 32px 0 0 32px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.news-block-two .inner-box:hover .overlay-box .link-btn{
	bottom: 40px;
    opacity: 1;
}
.news-block-two .inner-box .overlay-box .link-btn:hover{
	background-color: #2c3d75;
}

.news-block-two .caption-box {
    position: relative;
    text-align: left;
    padding-top: 7px;
    padding-right: 0;
    padding-left: 6px;
}
.news-block-two .caption-box h3 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #222;
	font-weight: 700;
	margin-top: 4px;
}
.news-block-two .caption-box .text {
    margin: 14px 0 16px;
    color: #666;
	text-align:justify;
}

.news-block-two .caption-box h3 a{
	color: #222;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two .inner-box:hover .caption-box h3 a{
	color: #2c3d75;
}

.news-block-two .caption-box .post-meta{
	position: relative;
	display: block;
}

.news-block-two .caption-box .post-meta li{
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 24px;
	color: #666;
	font-weight: 400;
	margin-right: 2px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.news-block-two .caption-box .post-meta li i {
	margin-right: 6px;
	color: #0299d8;
}
.news-block-two .inner-box:hover .caption-box .post-meta li{
	color: #222222;
}

.news-block-two .caption-box .post-meta li a{
	color: #777777;
}




/*** 

====================================================================
				News Section style Three
====================================================================

***/

.news-section-three {
    position: relative;
    padding: 45px 0 30px;
}
.news-section-three .news-block{
	margin-right: 0;
}
.news-section-three .news-block .caption-box{
	text-align: left;
	background-color: #f5f5f5;
	border: none;
}
.news-section-three .news-block .caption-box .post-meta li{
	color: #999999;
	padding-top: 15px;

}
.news-section-three .news-block .caption-box h3{
	font-size: 18px;
}
.news-block .caption-box .readmore-btn {
    font-size: 15px;
    color: #2c3d75;
    font-weight: 700;
}
.news-block .caption-box .readmore-btn:hover{
	color: #0299d8;
}
.news-section-three .owl-stage-outer {
    overflow: hidden;
}
.news-section-three .news-box {
    margin: 0;
}
.news-section-three .owl-nav {
    position: absolute;
    top: -90px;
    right: 0;
}

.news-section-three .owl-nav .owl-prev, 
.news-section-three .owl-nav .owl-next {
    cursor: pointer;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    padding: 10px;
    width: 40px;
    height: 40px;
    margin-left: 15px;
    background-color: #0299d8;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    float: left;
    text-align: center;
    position: relative;
}
.news-section-three .owl-nav .owl-prev:hover, 
.news-section-three .owl-nav .owl-next:hover{
	background-color: #222222;
}
.news-section-three .news-block:hover .caption-box {
    background-color: #fff;
}

.news-section-three .news-block:hover .inner-box {
    box-shadow: 3px 0 27px rgba(0,0,0,0.1);
}

.news-section-three .news-block .caption-box .post-meta li{
    margin-right: 8px;
}
.news-section-three .news-block .caption-box .post-meta li i {
	margin-right: 5px;
}

/*** 

====================================================================
			Blog Classic
====================================================================

***/
.blog-classic .news-block{
	position: relative;
	overflow: hidden;
}
.blog-classic .news-block .caption-box{
	text-align: left;
}

.blog-classic .news-block .caption-box h3{
	margin-top: 0;
	font-size: 30px;
    line-height: 36px;
}
.blog-classic .news-block .caption-box .post-meta {
    position: relative;
    display: block;
    margin-top: 10px;
}

.blog-classic .news-block .overlay-box {
    position: absolute;
    right: 25px;
    bottom: -100%;
    opacity: 0;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.blog-classic .news-block:hover .overlay-box {
    bottom: 29px;
    opacity: 1;
}
.blog-classic .news-block .overlay-box a {
    color: #fff;
    font-size: 16px;
    background-color: #0299d8;
    padding: 15px 12px 35px;
    border-radius: 35px 35px 0 0;
}

.news-block .image-box .link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
.news-block .image-box .link .icon {
    font-size: 24px;
    color: #0299d8;
    line-height: 65px;
    text-align: center;
    z-index: 2;
    position: relative;
    display: inline-block;
    background: #fff;
    width: 70px;
    height: 70px;
    border:1px solid #0299d8;
    border-radius: 50%;

}
.news-block .image-box .link:before{
	position: absolute;
	left: -19px;
    top: -20px;
	content: "";
	-webkit-animation-duration: 1s;
	  animation-duration: 1s;
	  -webkit-animation-name: hvr-ripple-in;
	  animation-name: hvr-ripple-in;
	  -webkit-animation-iteration-count: infinite;
	  animation-iteration-count: infinite;
	  background-color: #fff;
	  border-radius: 50%;
	  opacity: 0.4;
	  width: 110px;
      height: 110px;
    z-index: -1;

}
.news-block .image-box .link:after{
	position: absolute;
	left: -9px;
    top: -10px;
	content: "";
	-webkit-animation-duration: 1s;
	  animation-duration: 1s;
	  -webkit-animation-name: hvr-ripple-in;
	  animation-name: hvr-ripple-in;
	  -webkit-animation-iteration-count: infinite;
	  animation-iteration-count: infinite;
	  background-color: #fff;
	  opacity: 0.5;
	  border-radius: 50%;
	  width: 90px;
      height: 90px;

}

/*** 

====================================================================
		Blog Detail
====================================================================

***/

.blog-detail .news-block{
	position: relative;
	overflow: hidden;
	margin-right: 0;
	margin-bottom: 60px;
}
.blog-detail .news-block .caption-box{
	text-align: left;
	padding: 32px 20px 0 30px;
}

.blog-detail .news-block .caption-box h3{
	margin-top: 0;
}
.blog-detail .news-block .caption-box .post-meta {
    position: relative;
    display: block;
    margin:10px 0;  
}

.blog-detail .news-block .overlay-box {
    position: absolute;
    right: 25px;
    bottom: -100%;
    opacity: 0;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.blog-detail .news-block:hover .overlay-box {
    bottom: 29px;
    opacity: 1;
}
.blog-detail .news-block .overlay-box a {
    color: #fff;
    font-size: 16px;
    background-color: #0299d8;
    padding: 15px 12px 35px;
    border-radius: 35px 35px 0 0;
}

.blog-detail .news-block .caption-box p{
	position: relative;
	font-size: 14px;
	line-height: 30px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 30px;
}

.blog-detail .news-block .caption-box blockquote {
    position: relative;
    display: block;
    padding-left: 40px;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 30px;
    padding: 52px 30px 52px 72px;
    font-family: 'Open Sans', sans-serif;;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-detail .news-block .caption-box blockquote:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #2c3d75;
    opacity: 0.8;
    z-index: -1;
}
.blog-detail .news-block .caption-box blockquote:after {
    content: "";
    position: absolute;
    left: 42px;
    top: 53px;
    width: 3px;
    height: 75px;
    background-color: #0299d8;
}

.blog-detail .tags {
    position: relative;
    margin-bottom: 60px;
    background-color: #f5f5f5;
    padding: 22px 38px 12px;
}

.blog-detail .tags .title {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #2c3d75;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;;
    float: left;
    margin-top: 4px;
}

.blog-detail .tags ul {
    position: relative;
    margin-left: 40px;
    float: left;
}
.blog-detail .tags ul li{
	position: relative;
	float: left;
	margin-right: 2px;
    margin-bottom: 10px;
}

.blog-detail .tags ul li a{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	font-weight: 400;
	padding: 5px 19px;
	background-color: #2c3d75;
	border-radius: 30px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.blog-detail .tags ul li a:hover{
	background-color: #0299d8;
	color: #ffffff;
}

.blog-detail .share-option {
    position: absolute;
    bottom: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: -209px;
}

.blog-detail .share-option .title{
	position: relative;
	display: block;
	margin-right: 23px;
	font-size: 16px;
	line-height: 25px;
	color: #333;
	font-weight: 700;
	padding: 5px 0;
	margin-bottom: 10px;
	font-family: "Open Sans", sans-serif;
	writing-mode: vertical-rl;
    text-orientation: mixed;

}

.blog-detail .social-icon {
    position: relative;
    display: inline-block;
    writing-mode: vertical-rl;
    transform: rotate(90deg);
    right: 119px;
    top: 93px;
}

.blog-detail .social-icon li{
	position: relative;
	margin-right: 6px;
	margin-bottom: 10px;
}

.blog-detail .social-icon li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 25px;
	color: #bbbbbb;
	font-weight: 500;
	padding: 5px 6px;
	border-radius: 30px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.blog-detail .social-icon li a i{
	margin-right: 10px;
}

.blog-detail .social-icon li a:hover{
	color: #2c3d75;
}

.next-pre-post {
    position: relative;
    width: 100%;
    margin-bottom: 53px;
}
.next-pre-post ul li {
    width: 50%;
    float: left;
    border: 1px solid #dddddd;
    padding: 40px;
    position: relative;
}
.next-pre-post .post {
    position: relative;
    padding-left: 101px;
}

.next-pre-post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 80px;
    width: 80px;
    margin-bottom: 20px;
}

.next-pre-post .post h3 {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 10px;
}

.next-pre-post .post h3 a{
	color: #333;
}
.next-pre-post .post h3 a:hover{
	color: #2c3d75;
}

.next-pre-post .post .post-info a {
    position: relative;
    font-size: 12px;
    line-height: 17px;
    color: #777777;
    font-weight: 600;
}
.next-pre-post .post .post-info a:hover{
	color: #2c3d75;
}
.next-pre-post ul li.next {
    text-align: right;
}
.next-pre-post ul li.next .post {
    padding-right: 101px;
    padding-left: 0;
}
.next-pre-post ul li.next .post-thumb {
    right: 0;
    left: auto;
}

/*Author Box*/

.author-box{
	position:relative;
    padding: 0px 0px 57px;
}

.author-box .inner-box {
    position: relative;
    padding: 39px 60px 55px 110px;
    border-radius: 5px;
    background-color: #f4f4f4;
}

.author-box .inner-box .image {
    position: absolute;
    right: -20px;
    top: 0px;
    width: 155px;
    border: 10px solid #fff;
    box-shadow: 0 0 12px rgba(0,0,0,0.13);
}

.author-box .inner-box .image img{
	width:100%;
	display:block;
}

.author-box .inner-box h3 {
    position: relative;
    color: #222;
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 25px;
    font-weight: 700;
}
.author-box .inner-box .text{
	position:relative;
	color:#777777;
	font-size:15px;
	line-height:1.7em;
	margin-bottom:10px;
}

.author-box .inner-box .content {
    position: relative;
    padding-right: 165px;
    text-align: right;
    padding-top: 25px;
    width: 100%;
}

.author-box .social-icon-three {
    position: absolute;
    top: 14px;
    left: 31px;
}

.author-box .social-icon-three li{
	position:relative;
	margin-right:12px;
	display:inline-block;
}

.author-box .social-icon-three li a{
	position:relative;
	font-size:16px;
	color:#2c3d75;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #2c3d75;
	font-weight:400;
	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;
	text-align: center;
}

.author-box .social-icon-three li a:hover{
	color:#fff;
	border: 1px solid #2c3d75;
	background-color: #2c3d75;
}

/*** 

====================================================================
		Comment Area
====================================================================

 ***/


.group-title {
	position: relative;
}
.group-title h2 {
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 30px;
	color: #222;
	font-weight: 700;
	padding: 0 0 30px;
}
.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:0px 0px 0px;
	margin-bottom:60px;
	-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.reply-comment{
	margin-left:70px;
}

.sidebar-page-container .comments-area .comment-box:last-child{
	margin-bottom:0px;
}

.sidebar-page-container .comments-area .comment-box:hover{
	border-color:#aa1f43;	
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	font-size:14px;
	padding:0px 0px 0px 100px;
}

.sidebar-page-container .comments-area .comment .comment-inner{
	position:relative;
	padding:30px 50px 25px;
	background-color:#f7f7f7;
}

.sidebar-page-container .comments-area .comment .comment-reply{
	position:relative;
	color:#009dea;
	font-size:14px;
	font-weight:500;
	text-align:center;
	display:inline-block;
	margin-top:10px;
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Open Sans', sans-serif;
}

.sidebar-page-container .comments-area .comment .comment-reply .icon{
	font-size:13px;
	margin-right:2px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 120px;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 20px;
    border: 10px solid #fff;
    box-shadow: 0 0 12px rgba(0,0,0,0.13);
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	width:120px;
	display:block;
}

.sidebar-page-container .comments-area .comment-info{
	color:#3e5773;
	line-height:24px;
	font-size:13px;	
}

.sidebar-page-container .comments-area .comment-box strong{
	font-size:16px;
	font-weight:500;
	color:#222222;
	line-height:16px;
	display:inline-block;
	text-transform:capitalize;
	font-family: 'Open Sans', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .text{
	color:#888888;
	font-size:14px;
    margin-top:10px;
	margin-bottom:0px;
    line-height: 1.8em;
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	position:relative;
	font-size:13px;
	color:#888888;
	margin-left:20px;
	text-transform:capitalize;
	display:inline-block;
}

.sidebar-page-container .comments-area .comment-box .theme-btn{
	padding:5px 30px;
	font-size:12px;
	border:1px  solid #fbca00;
	text-transform:uppercase;
	letter-spacing:1px;
}

/*** 

====================================================================
		Comment Form
====================================================================

 ***/

.comment-form {
    position: relative;
    width: 100%;
    margin-top: 60px;
}
.comment-form form{
	width: 100%;
}
.comment-form .group-title{
	margin-bottom: 30px;
}

.comment-form .form-group{
	position:relative;
	margin-bottom: 20px;
}

.comment-form .form-group:last-child{
	margin-bottom: 0;
}
.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"]{
	border-radius: 40px;
}
.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group textarea,
.comment-form .form-group select{
	position: relative;
    display: block;
    height: 50px;
    width: 100%;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    font-weight: 400;
    padding: 14px 22px;
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    -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-radius: 15px;
}
.comment-form .form-group textarea{
	max-height: 190px;
}
.comment-form .form-group input:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#2c3d75;
}

.comment-form .form-group textarea{
	height: 120px;
	resize: none;
}

/*** 

====================================================================
			Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
	display: block;
	width: 100%;
    padding-top: 50px;	
}

.styled-pagination ul{
	position:relative;
	width: 100%;
	text-align: center;
}

.styled-pagination li{
	position:relative;
	display: inline-block;
	margin: 0 10px 8px;
}

.styled-pagination li a{
	position:relative;
	display: block;
	height:50px;
	width: 50px;
	text-align: center;
	line-height:50px;
	font-weight:400;
	font-size:14px;
	background:#ffffff;
	color:#666666;
	border-radius: 50%;
	border:1px solid #acacac;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li.active a{
	color:#fff;	
	background-color: #2c3d75;
	border-color:#2c3d75;
}

.styled-pagination li.next-post,
.styled-pagination li.prev-post{
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.styled-pagination li.next-post a,
.styled-pagination li.prev-post a{
	background-color: #333;
	border-color:#333;
	color: #fff;
}
.styled-pagination li.next-post a:hover,
.styled-pagination li.prev-post a:hover{
	color: #fff;
	background-color: #0299d8;
	border-color: #0299d8;
}

/*** 

====================================================================
	Subscribe Section
====================================================================

***/

.subscribe-section{
	position:relative;
	padding:15px 0px;
	overflow:hidden;
	background-color:#f5f5f5;
	
}

.subscribe-section .title-column .icon-box{
	position:absolute;
	content:'';
	right:-55px;
	top:-22px;
	width:140px;
	height:140px;
	z-index:1;
	text-align:center;
}

.subscribe-section .title-column .icon-box .icon:before{
	position:relative;
	color:#0299d8;
	line-height:105px;
	font-size:50px;
	margin-left:28px;
}

.subscribe-section .title-column .icon-box:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:110px;
	height:110px;
	transform:rotate(-45deg);
	background-color:#fff;
	transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	box-shadow:0px 0px 5px rgba(0,0,0,0.50);
}

.subscribe-section:hover .title-column .icon-box:before{
	transform:rotate(135deg);
}

.subscribe-section .form-column{
	position:relative;
}

.subscribe-section .form-column .inner-column{
	position:relative;
}

.subscribe-form .form-group{
	position:relative;
	display:block;
	margin:0px;
	width:100%;
	z-index:1;
	margin-top:8px;
	padding: 0px 5px;
}

.subscribe-form .form-group input[type="text"], 
.subscribe-form .form-group input[type="tel"], 
.subscribe-form .form-group input[type="email"], 
.subscribe-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 33px;
    height: 60px;
    font-size: 14px;
    color: #222;
    font-weight: 400;
    background: #fff;
    padding: 10px 50px 10px 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;
    border: none;
    border-radius: 0;
}

.subscribe-form .form-group textarea{
	height: 62px;
}
.subscribe-form .form-group input[type="submit"], 
.subscribe-form button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 60px;
    line-height: 40px;
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    background-color: #2c3d75;
    text-align: center;
    font-weight: 700;
    padding: 7px 32px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius:0;
}

.subscribe-form h4 {
    color: #fff;
    margin-bottom: 15px;
}
.subscribe-form .form-group input[type="submit"]:hover, 
.subscribe-form button:hover{
	background-color: #0299d8;
}
.subscribe-form.style-two .form-group input[type="submit"], 
.subscribe-form.style-two button{
	position: relative;
}

/***

==================================================================
			Sidebar Page Container
==================================================================

***/

.sidebar-page-container{
	position: relative;
	overflow: hidden;
	padding: 70px 0; 
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side{
	position: relative;
	margin-bottom: 0px;
}

.sidebar-widget{
    position: relative;
    margin-bottom:45px;
    border: 1px solid #ebebeb;
    padding: 20px;
}

.sidebar-side .sidebar-widget:last-child{
	margin-bottom: 0;
}

.sidebar-side .sidebar-widget .sidebar-title {
    position: relative;
	margin-bottom: 25px;
	    text-align: center;
}

.sidebar-side .sidebar-widget .sidebar-title h3 {
    position: relative;
	display: inline-block;
	font-size: 24px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	text-transform: capitalize;
}

.sidebar-page-container .sidebar-title{
	position: relative;
	margin-bottom: 25px;
}

.sidebar-page-container .sidebar-title h3{
	position: relative;
	display: inline-block;
	font-size: 24px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	text-transform: capitalize;
}

/*Search Box Widget*/

.sidebar .search-box{
	position: relative;
	border:none;
	padding: 0;
}

.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;
	display:block;
	font-size:14px;
	color:#777777;
	line-height:28px;
	padding:15px 25px;
	height:60px;
	width:100%;
	border:1px solid #0299d8;
	background-color: #ffffff;
	border-radius: 60px;
	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:focus{
	border-color:#2c3d75;	
}

.sidebar .search-box .form-group input[type="submit"],
.sidebar .search-box .form-group button{
	position:absolute;
	right:0;
	top:0;
	width:80px;
	height:60px;
	line-height: 60px;
	text-align:center;
	display:block;
	font-size:18px;
	background-color: #2c3d75;
	color:#ffffff;
	font-weight:normal;
	border-radius: 0 30px 30px 0;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar .search-box .form-group input[type="submit"]:hover,
.sidebar .search-box .form-group button:hover{
	background-color: #0299d8;
}

/*=== Categories ===*/

.cat-list{
	position:relative;
}

.cat-list li{
	position:relative;
	margin-left: -1px;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.cat-list li a {
    position: relative;
    font-size: 16px;
    color: #888888;
    line-height: 20px;
    font-weight: 400;
    padding: 20px 0;
    display: block;
    border-bottom: 1px solid #ebebeb;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.cat-list li a span{
	float: right;
	font-size: 16px;
	line-height: 20px;
	font-family: "Open Sans", sans-serif;
}

.cat-list li:last-child a{
	border-bottom: 0;
}
.cat-list li:hover a{
	color: #0299d8;
	font-weight: 700;
}
.cat-list li:hover a span{
	color: #0299d8;
	font-weight: 700;
}

/*=== Latest News ===*/

.latest-news .post{
	position: relative;
    padding-left: 107px;
	margin-bottom: 40px;
	min-height: 90px;
}

.latest-news .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 90px;
    width: 90px;
    margin-bottom: 20px;
    border: 5px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.13);
}

.latest-news .post-thumb img{
	position: relative;
	display: block;
	width: 100%;
}

.latest-news .post h3{
	position: relative;
	font-size: 15px;
	line-height: 25px;
	color: #222222;
	font-weight: 600;
	margin-bottom: 10px;
}

.latest-news .post h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.latest-news .post:hover h3 a{
	color: #2c3d75;
}

.latest-news .post .post-info{
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
}

/*=== Tags ===*/

.tag-list{
	position: relative;
	display: block;
}

.tag-list li{
	position: relative;
	float: left;
	margin-bottom: 13px;
	margin-right: 7px;
} 

.tag-list li a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #888888;
    line-height: 25px;
    padding: 10px 21px;
    font-weight: 400;
    text-align: center;
    border-radius: 50px;
    text-transform: capitalize;
    border: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tag-list li a:hover{
	background-color: #2c3d75;
	color: #ffffff;
}


/*** 

====================================================================
				Error Section
====================================================================

***/
.error-section {
    position: relative;
    width: 100%;
    padding: 70px 0;
}

.error-section .text-box h1 {
    font-size: 60px;
    color: #2c3d75;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    padding: 41px 0 21px;
}
.error-section .text-box .text {
    font-size: 18px;
    padding-bottom: 41px;
}
/***

==================================================================
		Main Footer
==================================================================

***/

.main-footer{
	position:relative;
	z-index: 1;
}

.main-footer .widgets-section{
	position:relative;
    /*padding: 70px 0 0;*/
}

.main-footer .footer-column{
	position:relative;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:10px;
	margin-top: 10px;
}

.main-footer .footer-column .widget-title {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    line-height: 25px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.main-footer .footer-column .widget-title:before{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 35px;
	height: 2px;
	background-color: #0299d8;
}

.main-footer .about-widget{
	position: relative;
	padding-right: 20px;
}

.main-footer .footer-logo{
	position:relative;	
	margin-bottom: 33px;
}

.main-footer .footer-logo figure{
	margin: 0;
	margin-top: -20px;
}

.main-footer .footer-logo img{
	display:block;
	max-width:100%;	
}

.main-footer .about-widget .text {
    position: relative;
    font-size: 13px;
    line-height: 18px;
    color: #777;
    font-weight: 400;
}
.main-footer .about-widget .info-box {
    position: relative;
    width: 100%;
    margin-top: 13px;
    padding-right: 96px;
}
.main-footer .about-widget .info-box li {
	position: relative;
	padding-left: 47px;
	padding-bottom: 10px;
	font-size: 13px;
}

.main-footer .about-widget .info-box li i {
    font-size: 25px;
    color: #0299d8;
    position: absolute;
    left: 0;
    top: 13px;

}

.main-footer .about-widget .info-box li span{
	display: block;
	color: #2c3d75;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;;
}

/*Recent Posts*/

.recent-posts{
	position: relative;
}

.span-info{
	text-align: justify;
	font-size: 14px;
	line-height: 30px;
}

.recent-posts .post{
	position: relative;
	min-height: 70px;
	padding-left: 105px;
	margin-bottom: 60px;
}

.recent-posts .post .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 90px;
    width: 90px;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.13);
}

.recent-posts .post .thumb a{
	display: block;
}

.recent-posts .post .thumb img{
	display: block;
	width: 100%;
	height: auto;
}

.recent-posts .post h4{
	position: relative;
	font-size: 16px;
	color: #222;
	line-height: 24px;
	font-weight: 500;
	margin-top: 3px;
}

.recent-posts .post h4 a{
	color:#222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.recent-posts .post h4 a:hover{
	color: #0299d8;
}

.recent-posts .post .post-date{
	position: relative;
	display: block;
}

.recent-posts .post .post-date li{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #2c3d75;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;;
}
.owl-item {
    float: left;
}
.recent-posts .owl-stage-outer {
    position: relative;
    overflow: hidden;
}

.recent-posts .owl-nav {
    position: absolute;
    top: 35px;
    right: 0;
}
.recent-posts .owl-nav .owl-prev, 
.recent-posts .owl-nav .owl-next {
    cursor: pointer;
    font-size: 20px;
    line-height: 23px;
    color: #0299d8;
    margin-left: 15px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    float: left;
    text-align: center;
    position: relative;
}
.recent-posts .owl-nav .owl-prev:hover, 
.recent-posts .owl-nav .owl-next:hover{
	color: #222222;
}

/*=== links Widget ===*/

.main-footer .links-widget{
	position: relative;
}
.main-footer .links-widget .list {
    display: inline-block;
    width: 48.5%;
    position: relative;
}

.main-footer .links-widget .list li{
	position:relative;
	display: block;
	margin-bottom: 20px;
}

.main-footer .links-widget .list li a {
	position: relative;
	display: block;
	line-height: 16px;
	font-size: 13px;
	color: #2c3d75;
	font-weight: 400;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main-footer .links-widget .list li:hover:before,
.main-footer .links-widget .list li a:hover{
	color:#0299d8;
}

.main-footer .gallery-widget{
	position: relative;
}

.main-footer .gallery-widget .outer{
	position:relative;
	margin: 0px -7px 0;
}

.main-footer .gallery-widget .outer .image{
	position:relative;
	float:left;
	width:33.3333%;
	padding:0px 7px;
	margin-bottom:14px;
}

.main-footer .gallery-widget .image img{
	display:block;
	width:100%;	
}

.main-footer .gallery-widget .image a{
	position: relative;
	display: block;
}

.main-footer .gallery-widget .image a:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #0299d8 padding-box content-box;
	padding: 5px;
	opacity: .80;
	content: "";
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .gallery-widget .image a:hover:before{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.main-footer .gallery-widget .image a:after{
	position: absolute;
	height: 20px;
	width: 20px;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
    content: "\f0b2";
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #000000;
    font-weight: 900;
	font-family: "Font Awesome 5 Free";
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .gallery-widget .image a:hover:after{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}


/***

==================================================================
		Main Footer Style Two
==================================================================

***/

.main-footer.style-two{
	position:relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
}

.main-footer.style-two:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}

.main-footer.style-two .widgets-section{
    padding: 199px 0 13px;
    margin-top: -100px;
}
.main-footer.style-two .about-widget .text,
.main-footer.style-two .about-widget .info-box li,
.main-footer.style-two .links-widget .list li a,
.main-footer.style-two .recent-posts .post h4 a{
	color: #dddddd;
}
.main-footer.style-two .links-widget .list li a:hover,
.main-footer.style-two .recent-posts .post h4 a:hover{
	color: #0299d8;
}
.main-footer.style-two .recent-posts .post .post-date li{
	color: #777777;
}
.main-footer.style-two .recent-posts .owl-nav .owl-prev:hover, 
.main-footer.style-two .recent-posts .owl-nav .owl-next:hover{
	color: #ffffff;

}

/***

==================================================================
		Main Footer Style three
==================================================================

***/

.main-footer.style-three{
	position:relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
}

.main-footer.style-three:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}
.main-footer.style-three .about-widget .text,
.main-footer.style-three .about-widget .info-box li,
.main-footer.style-three .links-widget .list li a,
.main-footer.style-three .recent-posts .post h4 a{
	color: #dddddd;
}
.main-footer.style-three .links-widget .list li a:hover,
.main-footer.style-three .recent-posts .post h4 a:hover{
	color: #0299d8;
}
.main-footer.style-three .recent-posts .post .post-date li{
	color: #777777;
}
.main-footer.style-three .recent-posts .owl-nav .owl-prev:hover, 
.main-footer.style-three .recent-posts .owl-nav .owl-next:hover{
	color: #ffffff;

}

/*=== Footer Bottom ===*/

.main-footer .footer-bottom{
	position:relative;
	background-color: #0299d8;
}

.main-footer .footer-bottom .inner-container{
	position: relative;
}

.main-footer .footer-bottom .copyright-text{
	position: relative;
	float: left;
	padding:20px 0;
	color: #fff;
}

.main-footer .footer-bottom .copyright-text p{
	position: relative;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
}

.main-footer .footer-bottom .copyright-text a{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	color: #fff;
}

.main-footer .footer-bottom .copyright-text a:hover{
	text-decoration: underline;
}

.main-footer .footer-bottom .social-links{
	position: relative;
	float: right;
	padding: 20px 0;
}

.social-icon-two{
	position: relative;
}

.social-icon-two li{
	position: relative;
	display: inline-block;
	margin-left: 26px;
}

.social-icon-two li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-two li a:hover{
	color: #2c3d75;
}

/*=== Footer Bottom Styl Two ===*/

.main-footer.style-two .footer-bottom{
	background-color: #2c3d75;
}
.main-footer.style-two .footer-bottom .copyright-text{
	color: #fff;
}

.social-icon-two li a:hover{
	color: #2c3d75;
}
.main-footer.style-two .footer-bottom .copyright-text a:hover{
	text-decoration: underline;
	color: #fff;
}

/*=== Footer Bottom Styl Three ===*/

.main-footer.style-three .footer-bottom{
	background-color: #2c3d75;
}
.main-footer.style-three .footer-bottom .copyright-text{
	color: #fff;
}

.social-icon-three li a:hover{
	color: #fff;
}
.main-footer.style-three .footer-bottom .copyright-text a:hover{
	text-decoration: underline;
	color: #fff;
}

/*** 

====================================================================
			bargraph Section
====================================================================

***/
.bargraph-sec {
    position: relative;
    width: 100%;
    padding: 35px 0px 38px;
    background-color: #f5f5f5;
}
.bargraph-sec:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #0299d8;
	opacity: 0.2;
}
.bargraph-sec .inner-column{
	position: relative;
	margin-top: 9px;
}
.bargraph-sec .inner-column:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 22px;
    width: 100%;
    height: 22px;
    z-index: 1;
    background-color: #c4e3ef;
}
.bargraph-sec .inner-column .number {
    position: relative;
    padding-top: 153px;
}
.bargraph-sec .inner-column .number li {
    padding: 0 0 9px 0px;
}
.bargraph-sec .inner-column .igFrameBar {
    position: relative;
    width: 100%;
    max-height: 200px;
}

.bargraph-sec .inner-column .igData {
  width: 35px;
  position: absolute;
  bottom: 1px;
  margin: 0px 0px 0px 0px;
  z-index: 99;
  float: left;
}

.bargraph-sec .inner-column .igData1 {
  background: #2c3d75;
  height: 0px;
  left: 36.3636363636px;
  -webkit-animation: showBar1 1.2s 0.1s forwards;
  -moz-animation: showBar1 1.2s 0.1s forwards;
  -ms-animation: showBar1 1.2s 0.1s forwards;
  -o-animation: showBar1 1.2s 0.1s forwards;
  animation: showBar1 1.2s 0.1s forwards;
}

.bargraph-sec .inner-column .igData2 {
    background: #0299d8;
    height: 0px;
    left: 84.727273px;
    -webkit-animation: showBar2 1.2s 0.2s forwards;
    -moz-animation: showBar2 1.2s 0.2s forwards;
    -ms-animation: showBar2 1.2s 0.2s forwards;
    -o-animation: showBar2 1.2s 0.2s forwards;
    animation: showBar2 1.2s 0.2s forwards;
}

.bargraph-sec .inner-column .igData3 {
    background: #2c3d75;
    height: 0px;
    left: 140.090909px;
    -webkit-animation: showBar3 1.2s 0.3s forwards;
    -moz-animation: showBar3 1.2s 0.3s forwards;
    -webkit-animation: showBar3 1.2s 0.3s forwards;
    -ms-animation: showBar3 1.2s 0.3s forwards;
    -o-animation: showBar3 1.2s 0.3s forwards;
    animation: showBar3 1.2s 0.3s forwards;
}

.bargraph-sec .inner-column .igData4 {
    background: #0299d8;
    height: 0px;
    left: 198.454545px;
    -webkit-animation: showBar4 1.2s 0.4s forwards;
    -moz-animation: showBar4 1.2s 0.4s forwards;
    -ms-animation: showBar4 1.2s 0.4s forwards;
    -o-animation: showBar4 1.2s 0.4s forwards;
    animation: showBar4 1.2s 0.4s forwards;
}

.bargraph-sec .inner-column .igData5 {
    background: #2c3d75;
    height: 0px;
	left: 257.090909px;
    -webkit-animation: showBar5 1.2s 0.3s forwards;
    -moz-animation: showBar5 1.2s 0.3s forwards;
    -ms-animation: showBar5 1.2s 0.3s forwards;
    -o-animation: showBar5 1.2s 0.3s forwards;
    animation: showBar5 1.2s 0.3s forwards;
}

.bargraph-sec .inner-column .igData6 {
    background: #0299d8;
    height: 0px;
    left: 314.090909px;
    -webkit-animation: showBar6 1.2s 0.3s forwards;
    -moz-animation: showBar6 1.2s 0.3s forwards;
    -ms-animation: showBar6 1.2s 0.3s forwards;
    -o-animation: showBar6 1.2s 0.3s forwards;
    animation: showBar6 1.2s 0.3s forwards;
}

.bargraph-sec .inner-column .igData7 {
    background: #2c3d75;
    height: 0px;
    left: 362.090909px;
    -webkit-animation: showBar7 1.2s 0.3s forwards;
    -moz-animation: showBar7 1.2s 0.3s forwards;
    -ms-animation: showBar7 1.2s 0.3s forwards;
    -o-animation: showBar7 1.2s 0.3s forwards;
    animation: showBar7 1.2s 0.3s forwards;
}

.bargraph-sec .inner-column .igData8 {
    background: #0299d8;
    height: 0px;
    left: 411.090909px;
    -webkit-animation: showBar8 1.2s 0.3s forwards;
    -moz-animation: showBar8 1.2s 0.3s forwards;
    -ms-animation: showBar8 1.2s 0.3s forwards;
    -o-animation: showBar8 1.2s 0.3s forwards;
    animation: showBar8 1.2s 0.3s forwards;
}

.bargraph-sec .inner-column .igData:before {
    position: absolute;
    top: -28px;
    font-size: 12px;
    color: #333;
    font-weight: 400;
    text-align: center;
    line-height: 1.2em;
}

.bargraph-sec .inner-column .igData1:before {
  content: "33% visit Friends or Relatives";
	top: -60px;
}

.bargraph-sec .inner-column .igData2:before {
  content: "30% Lesure";
}

.bargraph-sec .inner-column .igData3:before {
  content: "22.5% Work-rekated";
  top: -48px;
}

.bargraph-sec .inner-column .igData4:before {
  content: "14.6% Persnol Business";
  top: -54px;
}
.bargraph-sec .inner-column .igData5:before {
  content: "21.5% Work-rekated";
  top: -48px;
}

.bargraph-sec .inner-column .igData6:before {
  content: "21.5% Work-rekated";
  top: -48px;
}

.bargraph-sec .inner-column .igData7:before {
  content: "21.5% Work-rekated";
  top: -48px;
}

.bargraph-sec .inner-column .igData8:before {
  content: "15.5% Work-rekated";
  top: -48px;
}
.bargraph-sec .inner-column .igFrameBar .y-axis {
    position: relative;
	bottom: -13px;
}

.bargraph-sec .inner-column .igFrameBar .y-axis li {
    display: block;
	height: 35.25px;
    width: 100%;
    z-index: -1;
}


@-webkit-keyframes showBar1 {
  0% {
    height: 0px;
  }
  100% {
    height: 66%;
  }
}
@-webkit-keyframes showBar2 {
  0% {
    height: 0px;
  }
  100% {
    height: 30%;
  }
}
@-webkit-keyframes showBar3 {
  0% {
    height: 0px;
  }
  100% {
    height: 22.5%;
  }
}
@-webkit-keyframes showBar4 {
  0% {
    height: 0px;
  }
  100% {
    height: 14.6%;
  }
}

@-webkit-keyframes showBar5 {
  0% {
    height: 0px;
  }
  100% {
    height: 25.6%;
  }
}

@-webkit-keyframes showBar6 {
  0% {
    height: 0px;
  }
  100% {
    height: 5.6%;
  }
}

@-webkit-keyframes showBar7 {
  0% {
    height: 0px;
  }
  100% {
    height: 3%;
  }
}

@-webkit-keyframes showBar8 {
  0% {
    height: 0px;
  }
  100% {
    height: 30%;
  }
}




@-webkit-keyframes animate-width {
  0% {
    width: 0;
  }
  100% {
    visibility: visible;
  }
}
@-moz-keyframes animate-width {
  0% {
    width: 0;
  }
  100% {
    visibility: visible;
  }
}
@keyframes animate-width {
  0% {
    width: 0;
  }
  100% {
    visibility: visible;
  }
}
@-webkit-keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    visibility: visible;
  }
}
@-moz-keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    visibility: visible;
  }
}
@keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    visibility: visible;
  }
}

.bargraph-sec h4 {
	font-size: 14px;
    color: #222;
    line-height: 32px;
}
.bargraph-sec h4.padding-h4{
	margin-left: 90px;
	margin-top: 5px;
}
#bar-chart {
    height: 300px;
    width: 100%;
    position: relative;
    margin: 50px auto 0;
    margin-left: 77px;
}
#bar-chart * {
  box-sizing: border-box;
}
#bar-chart .graph {
  height: 283px;
  position: relative;
}
#bar-chart .bars {
  height: 253px;
  padding: 0 2%;
  position: absolute;
  width: 100%;
  z-index: 10;
}
#bar-chart .bar-group {
  display: block;
  float: left;
  height: 100%;
  position: relative;
  width: 12%;
  margin-right: 8%;
}
#bar-chart .bar-group:last-child {
  margin-right: 0;
}
#bar-chart .bar-group .bar {
  visibility: hidden;
  height: 0;
  -webkit-animation: animate-height;
  -moz-animation: animate-height;
  animation: animate-height;
  animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
  -webkit-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
  -moz-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.15);
  border: 1px solid #2d2d2d;
  border-radius: 3px 3px 0 0;
  bottom: 0;
  cursor: pointer;
  height: 0;
  position: absolute;
  text-align: center;
  width: 25%;
}
#bar-chart .bar-group .bar:nth-child(2) {
  left: 25%;
}
#bar-chart .bar-group .bar:nth-child(3) {
  left: 50%;
}
#bar-chart .bar-group .bar:nth-child(4) {
  left: 75%;
}
#bar-chart .bar-group .bar span {
  display: none;
}
#bar-chart .bar-group .bar-1 {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
#bar-chart .bar-group .bar-2 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
#bar-chart .bar-group .bar-3 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
#bar-chart .bar-group .bar-4 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
#bar-chart .bar-group .bar-5 {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}
#bar-chart .bar-group .bar-6 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
#bar-chart .bar-group .bar-7 {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}
#bar-chart .bar-group .bar-8 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
#bar-chart .bar-group .bar-9 {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}
#bar-chart .bar-group .bar-10 {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
#bar-chart .bar-group .bar-11 {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
}
#bar-chart .bar-group .bar-12 {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
#bar-chart .bar-group .bar-13 {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
#bar-chart .bar-group .bar-14 {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}
#bar-chart .bar-group .bar-15 {
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
}
#bar-chart ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#bar-chart .x-axis {
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
#bar-chart .x-axis li {
  float: left;
  margin-right: 10.5%;
  font-size: 11px;
  width: 9.5%;
}
#bar-chart .x-axis li:last-child {
  margin-right: 0;
}
#bar-chart .y-axis {
  position: absolute;
  text-align: right;
  width: 100%;
}
#bar-chart .y-axis li {
    border-top: 1px solid #eee;
    display: block;
    height: 42.25px;
    width: 100%;
    z-index: -1;
}
#bar-chart .y-axis li span {
  display: block;
  font-size: 11px;
  margin: -10px 0 0 -60px;
  padding: 0 10px;
  width: 40px;
}
#bar-chart .stat-1 {
  background-image: -webkit-linear-gradient(left, #ff4500 0%, #ff4500 47%, #cf3a02 50%, #cf3a02 100%);
  background-image: linear-gradient(to right, #ff4500 0%, #ff4500 47%, #cf3a02 50%, #cf3a02 100%);
}
#bar-chart .stat-2 {
  background-image: -webkit-linear-gradient(left, #b8f123 0%, #b8f123 47%, #79a602 50%, #79a602 100%);
  background-image: linear-gradient(to right, #b8f123 0%, #b8f123 47%, #79a602 50%, #79a602 100%);
}
#bar-chart .stat-3 {
  background-image: -webkit-linear-gradient(left, #00c5ff 0%, #00c5ff 47%, #0383a9 50%, #0383a9 100%);
  background-image: linear-gradient(to right, #00c5ff 0%, #00c5ff 47%, #0383a9 50%, #0383a9 100%);
}

#bar-chart .stat-4 {
  background-image: -webkit-linear-gradient(left, #fbe739 0%, #fbe739 47%, #fbec65 50%, # 100%);
  background-image: linear-gradient(to right, #fbe739 0%, #fbe739 47%, #fbec65 50%, #fbec65 100%);
}

.chart {
    position: relative;
    width: 200px;
    height: 200px;
    margin-left: 56px;
}
.pieTip {
  position: absolute;
  float: left;
  min-width: 30px;
  max-width: 300px;
  padding: 5px 18px 6px;
  border-radius: 2px;
  background: rgba(255,255,255,.97);
  color: #222;
  font-size: 16px;
  text-shadow: 0 1px 0 #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .06em;
  box-shadow: 0 0 3px rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.5);
  -webkit-transform: all .3s;
     -moz-transform: all .3s;
      -ms-transform: all .3s;
       -o-transform: all .3s;
          transform: all .3s;
  pointer-events: none;
}
.pieTip:after {
      position: absolute;
      left: 50%;
      bottom: -6px;
      content: "";
      height: 0;
      margin: 0 0 0 -6px;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      border-top: 6px solid rgba(255,255,255,.95);
      line-height: 0;
}
.chart path { cursor: pointer; }


.chart-list {
    position: absolute;
    right: -136px;
}

.chart-list li {
    font-size: 14px;
    color: #222;
    line-height: 32px;
    position: relative;
}

.chart-list li span {
    width: 13px;
    height: 13px;
    position: absolute;
    left: -30px;
    top: 13px;
    background-color: #000;
    border-radius: 50%;
}

.chart-list li:nth-child(1) span{
	background-color: #4f8abe;
}

.chart-list li:nth-child(2) span{
	background-color: #0299d8;
}

.chart-list li:nth-child(3) span{
	background-color: #041a62;
}

.chart-list li:nth-child(4) span{
	background-color: #3059e0;
}

.about-sec-sidebar .inner-box{
	position: relative;
	padding-bottom: 50px;
}

.about-sec-sidebar .inner-box .image-box {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    border: 20px solid #fff;
    box-shadow: 0 0 24px rgba(0,0,0,0.13);
}

.about-sec-sidebar .inner-box .image-box img{
	width: 100%;
}

/*** 

====================================================================
			Donate Section
====================================================================

***/

.donate-page{
	position: relative;
	width: 100%;
	padding:10px 0 0px 0;
}
.donate-page .logo-outer {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.donate-page .logo-outer .logo {
    float: left;
    margin-bottom: 40px;
}
.donate-page .logo-outer .cross-btn {
    float: right;
}
.donate-page .logo-outer .cross-btn a {
    font-size: 25px;
    line-height: 54px;
}
.donate-page .sec-title {
    margin-bottom: 40px;
}
.donate-page .sec-title h2 {
    font-size: 25px;
    line-height: 26px;
    color: #222222;
    font-weight: 800;
    padding-bottom: 15px;
}
.donate-page .sec-title .text{
	padding-top: 15px;
}

.donate-page .left-content-area {
    position: relative;
    padding-right: 50px;
}
.donate-page .left-content-area .image-box {
    position: relative;
    border: 15px solid #fff;
    box-shadow: 0 0 18px rgba(0,0,0,0.13);
    margin-bottom: 30px;
}

.donate-page .left-content-area .image-box img{
	width: 100%;
}

.donate-page .left-content-area .text-box h3 {
    font-size: 20px;
    color: #222;
    font-weight: 600;
    padding-bottom: 15px;
}

.donate-page .left-content-area .text-box .text {
    padding-bottom: 15px;
}

.donate-page .left-content-area .text-box p{
	font-style: italic;
}


.tab-boxe {
    position: relative;
    width: 100%;
    text-align: center;
    border: 1px solid #e5e5e5;
    padding: 0 0 17px;
    overflow: hidden;
}

.tab-boxe .col-md-12 {
    padding: 0;
}

.nav-tabs {
    border-bottom: none;
    float: none;
    width: 100%;
    display: block;
    background-color: #eee;
    padding: 10px;
}
.tab-boxe .tab-pane.active {
    animation: slide-left 0.3s ease-out;
}

@keyframes slide-left {
    0% { opacity: 0; transform: translateX(100%); }
    100% { opacity: 1; transform: translateX(0); }
}

.nav-tabs .nav-link {
    padding: 15px 55px;
    font-size: 22px;
    color: #2c3d75;
    background-color: transparent;
    border:1px solid #2c3d75 !important;
    border:none;
    width: 235px;
    display: inline-block;
}

.nav-tabs .nav-link:hover{
	background-color: #2c3d75;
	border:1px solid #2c3d75 !important;
	color: #fff;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #2c3d75;
    border:1px solid #2c3d75 !important;

}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    display: inline-block;
}
.tab-pane .sec-title {
    position: relative;
    margin-bottom: 10px;
}
.tab-pane .sec-title h2 {
    font-weight: 600;
    font-size: 25px;
}

.tab-pane .text{
	padding: 0 25px;
}

.inner-tabs .nav-tabs {
    border-bottom: 0;
    margin: 10px 0 30px;
    display: inline-block;
    width: 100%;
    background: none;
}
.inner-tabs .tab-content {
    margin: 0;
    float: left;
    padding: 15px 25px;
    width: 100%;
    background-color: #eee;
    margin-bottom: 15px;
}
.inner-tabs .container {
    padding: 0;
}
.inner-tabs .nav-item {
    margin-bottom: 0;
    display: inline-block;
    border:none !important; 
}
.tab-content.inner-tabs {
    position: relative;
    z-index: 66;
}
.tab-boxe .custom-control {
    padding: 1.5rem;
    position: absolute;
    bottom: 48px;
    left: 35%;
}
.tab-boxe .donate-btn {
    margin-top: 19px;
    cursor: pointer;
    position: relative;
    padding: 15px 44px 15px 60px;
}
.tab-boxe .donate-btn:after{
	content: "";
	position: absolute;
	left: 18px;
    top: 13px;
	width: 30px;
	height: 30px;
	background-image: url(../images/icons/donate.png);
    background-repeat: no-repeat;
}
.inner-tabs .nav-item .nav-link {
    background-color: #0299d8;
    border-color: #0299d8;
    padding: 20px;
    font-size: 19px;
    border-radius: 5px;
    color: #fff;
    margin: 0 15px 0 0;
    position: relative;
    width: auto;
    border: none !important;
}
.inner-tabs .nav-item .nav-link.active:before {
    content: "";
    position: absolute;
    bottom: -22px;
    text-align: center;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #2c3d75;
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    left: 41%;
}
.inner-tabs .nav-link.active,
.inner-tabs .nav-item .nav-link:hover {
    color: #fff;
    background-color: #2c3d75;
    border-color: #2c3d75;
}

.donate-panle {
    position: relative;
    width: 100%;
    text-align: left;
}
.donate-panle.style-two {
    padding: 27px 0px 83px;
    text-align: center;
}
.donate-panle .image-box {
    float: left;
    width: 15%;
    margin-top: 17px;
    border: 5px solid #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.13);
}


.donate-panle .content-area {
    position: relative;
    float: right;
    width: 80%;
}

.donate-panle .title-box {
    position: relative;
}

.donate-panle .title-box h2 {
    font-size: 45px;
    color: #222;
    font-weight: 600;
}

.donate-panle .text-area {
    position: relative;
}
.donate-panle .text-area p{
	font-size: 14px; 
	text-align: left;
}

.donate-panle .text-area-other {
    position: relative;
    text-align: left;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}
.donate-panle .text-area-other p {
    font-size: 15px;
    color: #222;
    text-align: left;
}
.donate-panle .form-donate-other {
    position: relative;
    text-align: right;
}

.donate-panle input[type="text"] {
    position: relative;
    display: block;
    line-height: 28px;
    width: 120px;
    height: 50px;
    font-size: 13px;
    color: #2c3d75;
    font-weight: 700;
    background: #fff;
    padding: 10px;
    -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 #2c3d75;
    border-radius: 0;
    float: left;
}

.donate-panle  select {
    line-height: 28px;
    height: 50px;
    font-size: 13px;
    color: #2c3d75;
    font-weight: 700;
    background: #fff;
    padding: 10px;
    -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 #2c3d75;
    border-radius: 0;
    position: relative;
    border-left: none;
    float: left;
}

.tab-boxe input[type="checkbox"] {
    display: none;
}

.tab-boxe input[type="checkbox"]+label {
    position: relative;
    padding-left: 31px;
    border: none;
    outline: none;
    font-size: 13px;
    color: #2d3e50;
    font-weight: 600;
    line-height: 1.8em;
}

.tab-boxe input[type="checkbox"]+label span:first-child {
    border: 2px solid #2c3d75;
    width: 18px;
    height: 18px;
}

.tab-boxe input[type="checkbox"]:checked+label span:first-child:before {
    content: "";
    background: url(../images/11.png)no-repeat;
    position: absolute;
    left: -1px;
    top: 0px;
    font-size: 10px;
    width: 16px;
    height: 16px;
}

p.red {
    position: relative;
    width: 100%;
    padding: 15px;
    color: red !important;
}

p.green {
    position: relative;
    width: 100%;
    background-color: green;
    padding: 15px;
    color: #fff !important;
}

/*** 

====================================================================
			Annual Report Section
====================================================================

***/

.annual-report{
	position: relative;
	width: 100%;
	background-color: #eee;
	padding: 50px 0;
}
.annual-report .img-column {
    position: relative;
    border: 5px solid #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.13);
}
.annual-report .img-column img{
	width: 100%;
}
.annual-report .content-column {
    position: relative;
}

.annual-report .content-column h4 {
    font-size: 20px;
    color: #222;
    font-weight: 600;
    padding-bottom: 18px;
}

.annual-report .content-column .readmore {
    margin-top: 22px;
}

/*** 

====================================================================
			Video bottom Banner Section
====================================================================

***/

.video-secion{
	position: relative;
	width: 100%;
	padding: 70px 0 20px;
}


.video-secion .image-column:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}


.video-secion .image-column {
    position: relative;
    width: 100%;
    z-index: 4;
    border: 20px solid #fff;
    box-shadow: 0 0 24px rgba(0,0,0,0.13);
}

.video-secion .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.video-secion .image-column .video-link{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.video-secion .image-column a{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}



.video-secion .image-column .fa{
	position: relative;
	display: block;
	height: 70px;
	width: 70px;
	margin: 0 auto;
	border-radius: 50%;
	color: #2c3d75;
	text-align: center;
	font-size: 24px;
	line-height: 65px;
	background-color: rgba(255,255,255,1);
	border:1px solid #2c3d75;
}

.video-secion .image-column a:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: pulse-border 1.5s cubic-bezier(.77, 0, .175, 1) infinite;
    animation: pulse-border 1.5s cubic-bezier(.77, 0, .175, 1) infinite;
}


@-webkit-keyframes pulse-border {
	
	0% {
	    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	    opacity: 1;
	}
	
	100% {
	    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	    opacity: 0;
	}
	
}

@keyframes pulse-border {
	
	0% {
	    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	    opacity: 1;
	}
	
	100% {
	    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	    opacity: 0;
	}
	
}

.video-listing {
    position: relative;
    margin: 0 -15px;
    padding: 70px 0 0;
}

.video-listing .video-inner {
    border: 20px solid #fff;
    box-shadow: 0 0 24px rgba(0,0,0,0.13);
    position: relative;
    margin-bottom: 30px;
}

/*** 

====================================================================
			Terms and Condition Page
====================================================================

***/


.terms-sec {
    position: relative;
    width: 100%;
    padding: 70px 0;
}

.terms-sec .sec-title.left {
    margin-bottom: 25px;
}

.terms-sec .content-area {}

.terms-sec .content-area h5 {
    font-weight: 600;
    font-style: italic;
    color: #222;
    margin-bottom: 20px;
}

.terms-sec .content-area .text {
    margin-bottom: 20px;
}

/*** 

====================================================================
			Sponsership Page
====================================================================

***/

.sponsership-page{
	position: relative;
	padding: 70px 0 0;
}
.sponsership-page .left-content-area .video-inner {
    position: relative;
    border: 15px solid #fff;
    box-shadow: 0 0 24px rgba(0,0,0,0.13);
}

.sponsership-page .left-content-area .text-area{
	position: relative;
	padding-top: 25px;
}

.sponsership-page .left-content-area .text-area p{
	font-size: 17px;
	font-style: italic;
	margin-bottom: 20px;
}

.sponsership-page .right-content-area  .sec-title.left {
    text-align: left;
    margin-bottom: 20px;
}

.sponsership-page .right-content-area  .sec-title.left h2 {
    line-height: 34px;
    padding-bottom: 15px;
}

.sponsership-page .right-content-area h4 {
    font-size: 20px;
    color: #222;
    font-weight: 600;
    margin-bottom: 25px;
}
.sponsership-page .right-content-area p{
	margin-bottom: 30px;
}

.sponsership-page .detail-area p{
	margin-bottom: 30px;
}

.list-child li {
    list-style: disc;
    color: #333;
    margin-bottom: 10px;
    margin-left: 17px;
}

.list-child li span {
    width: 100%;
    display: block;
    font-weight: 600;
}

.list-child li a{
	font-size: 16px;
	font-weight: 600;
}

/*** 

====================================================================
			Global Programs
====================================================================

***/
.global-page {
  position: relative;
  width: 100%;
}
.global-page .detail-area {
  position: relative;
  text-align: left;
}
.global-page .detail-area .sec-title {
  margin-bottom: 19px;
}

.global-page .detail-area .text-area p {
  margin-bottom: 30px;
}


.grey-bg{
	position: relative;
	background-color: rgba(209,204,189,0.3);
}


.list-sec .list-inner {
    position: relative;
    width: 100%;
	padding: 40px;
    margin-bottom: 30px;
}

.list-sec .list-inner h3 {
    text-align: center;
    font-weight: 600;
    color: #222;
    padding: 0 0 25px;
}

.list-sec .list-inner .inner-box h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2c3d75;
    margin-bottom: 22px;
}
.list-inner .image-box figure {
    border: 10px solid #fff;
    box-shadow: 0 0 12px rgba(0,0,0,0.13);
}

.list-sec.style-two{
	padding: 50px 0 0;
}
.list-sec.style-two .list-inner,
.list-sec.style-three .list-inner {
    position: relative;
    width: 100%;
	padding: 0;
    margin-bottom: 30px;
}

.list-sec.style-two .list-inner .text-box{
	margin-top: 30px;
}
.list-sec.style-three{
	padding: 50px 0 20px;
}
.list-sec.style-three .list-inner .image-box figure {
    border: none;
    box-shadow: 0 0 0 rgba(0,0,0,0.13);
    margin: 0 auto;
    text-align: center;
}
.list-sec.style-three .list-inner .image-box img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 10px solid #fff;
    box-shadow: 0 0 12px rgba(0,0,0,0.13);
    text-align: center;
    margin: 0 auto;
}
.list-sec.style-three .list-inner .text-box {
    width: 100%;
    text-align: center;
    padding-top: 30px;
}
/*** 

====================================================================
			Financial Page
====================================================================

***/

.financial-page{
	position: relative;
	padding: 70px 0 0;
}
.financial-page .left-content-area {
    margin-bottom: 30px;
}
.financial-page .left-content-area .image-inner {
    position: relative;
    border: 15px solid #fff;
    box-shadow: 0 0 24px rgba(0,0,0,0.13);
}
.financial-page .left-content-area .image-inner img{
	width: 100%;
}
.financial-page .left-content-area .text-area{
	position: relative;
	padding-top: 25px;
}

.financial-page .left-content-area .text-area p{
	font-size: 17px;
	font-style: italic;
	margin-bottom: 20px;
}

.financial-page .right-content-area  .sec-title.left {
    text-align: left;
    margin-bottom: 20px;
}

.financial-page .right-content-area  .sec-title.left h2 {
    line-height: 34px;
    padding-bottom: 15px;
}

.financial-page .right-content-area h4 {
    font-size: 20px;
    color: #222;
    font-weight: 600;
    margin-bottom: 25px;
}
.financial-page .right-content-area p{
	margin-bottom: 30px;
}

.financial-page .right-content-area figure {
    margin-bottom: 25px;
}

.financial-page .right-content-area h5 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    padding: 25px 0;
}

/*Sidebar Range slider */

.range-slider-one{
	position:relative;
	min-height:48px;
    padding-top: 35px;
    overflow: hidden;
	margin-top:-20px;
}

.range-slider-one .title{
	position:relative;
	float:left;
	color:#000000;
	font-size:16px;
	font-weight:400;
	margin-top:8px;
}

.range-slider-one .title:before{
	position:absolute;
	content:'$';
	right:-14px;
	top:0px;
	color:#848484;
	font-size:16px;
	font-weight:300;
}

.range-slider-one .input{
	float:right;
    left: 8px;
	max-width: 90px;
	padding-left:8px;
	margin-top:8px;
    position: relative;
}

.range-slider-one .input input{
	background:none;
	color:#777777;
	font-size:16px;
	font-weight:300;
	width:auto;
	text-align:left;	
}

.range-slider-one .ui-widget.ui-widget-content{
	height:3px;
	border:none;
	margin-bottom:35px;
	background:#eeeeee;	
}

.range-slider-one .ui-slider .ui-slider-range{
	top:0px;
	height:3px;
	background:#333333;	
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default{
	top:-3px;
	width:10px;
	height:10px;
	background:#2c3d75;
	cursor:pointer;
	border-radius:0px;
	border-color:#2c3d75;
}

.range-slider-one .theme-btn{
	padding:8px 35px;
	border-radius:0px;
}

.range-slider-one .theme-btn:before{
	display: none;
}

/*Sidebar Realated Posts */

.sidebar .related-posts .post{
	position:relative;
	padding:0px 0px;
	padding-left:90px;
	margin-bottom:20px;
	padding-bottom: 20px;
}

.sidebar .related-posts .post:last-child{
	margin-bottom:0px;
	border:0px;
	min-height:inherit;
}

.sidebar .related-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:70px;
}

.sidebar .related-posts .post .post-thumb img{
	display:block;
	width:100%;	
}

.sidebar .related-posts .post h4{
	top:-2px;
	font-size:18px;
	font-weight:500;
	color:#333333;
	line-height:1.2em;
	text-transform:capitalize;
}

.sidebar .related-posts .post h4 a{
	color:#333333;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .related-posts .post a,
.sidebar .related-posts .post a:hover{
	color:#2c3d75;	
}

.sidebar .related-posts .post .price{
	font-size:18px;
	letter-spacing:1px;
	font-weight:400;
	color:#777777;
}

.sidebar .related-posts .post .rating{
	margin-bottom:1px;	
	line-height:1em;
}

.sidebar .related-posts .post .rating .fa{
	position:relative;
	display:inline-block;
	font-size:16px;
	line-height:26px;
	color:#2c3d75;
}

.our-shop .styled-pagination{
	margin-top:40px;
}




.readmore a {
    font-size: 16px;
    background-color: #2c3d75;
    color: #fff;
    padding: 9px;
}

.readmore a:hover {background-color: #0299d8;}


/*Help Area */

.right-help-area {
    position: relative;
    text-align: right;
    float: right;
}

.help-sec {
    float: right;
    margin-left: 7px;
}

.right-help-area span {
    margin-right: 4px;
    font-size: 14px;
}

.right-help-area span img {
    margin-top: 4px;
    margin-right: 7px;
}

.help-sec #formButton {
    color: #222;
    font-size: 15px;
    font-weight: 600;
    background:none; 
}


.help-sec .form-pop {
    padding: 20px;
    background-color: #f6f5f2;
    border: 1px solid #d1ccbd;
    display: none;
    position: absolute;
    z-index: 999;
    width: 450px;
    right: 0;
    text-align: left;
}



.help-sec .form-pop .text-area {
    position: relative;
    width: 100%;
}

.help-sec .form-pop .text-area h4 {
    font-size: 20px;
    color: #222;
    font-weight: 700;
    margin-bottom: 5px;
}

.help-sec .form-pop .text-area p {
    margin-bottom: 5px;
}

.help-sec .form-pop form {
    width: 100%;
    margin-bottom: 15px;
}

.help-sec .form-pop form input[type="text"], 
.help-sec .form-pop form input[type="email"], 
.help-sec .form-pop form textarea {
    position: relative;
    display: block;
    width: 100%;
    font-size: 13px;
    color: #2c3d75;
    line-height: 19px;
    padding: 15px 30px;
    background-color: #fff;
    font-weight: 600;
    height: 40px;
    border: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 25px;
}

.help-sec .form-pop h5 {
    font-size: 17px;
    font-weight: 600;
    color: #222;
    margin-bottom: 7px;
}

.help-sec .form-pop #close {
    position: absolute;
    right: 15px;
    top: 12px;
    background: none;
    font-size: 16px;
    z-index: 9;

}
.help-sec .form-pop form #submit {
    background-color: #2c3d75;
    padding: 5px 15px;
    color: #fff;
    transition: all 0.5s ease-out;
}
.help-sec .form-pop form #submit:hover{
	background-color: #0299d8;
}
.help-sec .form-pop #close i{
	font-size: 18px;
}

.menu-footer {
    position: relative;
    width: 100%;
    padding: 15px 0;
    float: left;
}

.menu-footer .logo-outer {
    float: left;
}

.menu-footer .nav-outer {
    float: right;
}

.donate-btn {
    background-color: #ee1c2e;
}


#cookie-msg{
	z-index: 9999 !important;
}
#cookie-msg span.msg{
	color: #222 !important;
	font-size: 16px !important;
    font-family: "Open Sans" !important;
}
#cookie-msg span.msg a {
    color: #2c3d75 !important;
    font-size: 16px !important;
    font-family: "Open Sans" !important;
}

#cookie-msg span.msg a.btn-aceptar {
    background-color: #2c3d75 !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 15px !important;
    font-size: 16px !important;
    font-family: "Open Sans" !important;
}

#cookie-msg span.msg a.btn-aceptar:hover{
	background-color: #0299d8 !important;
}
/* Services.Master — apply now */
.Services-padding {
	margin-bottom: 20px;
}

/* Breadcrumb — modern pill style */
.page-title .bread-crumb {
	text-align: center;
	margin-top: 12px;
}

.page-title .bread-crumb ul {
	display: inline-flex;
	align-items: center;
	gap: 0;
	background: linear-gradient(90deg, #ffffff 0%, #f7fbff 100%);
	padding: 8px 14px;
	border-radius: 999px;
	box-shadow: 0 8px 24px rgba(33,84,207,0.07);
	list-style: none;
	margin: 0;
}

.page-title .bread-crumb li {
	display: inline-flex;
	align-items: center;
	color: #2c3d75;
	font-weight: 600;
	font-size: 14px;
	padding: 6px 8px;
	white-space: nowrap;
}
/* separator between items (uses single angle quote) */
.page-title .bread-crumb li + li::before {
	content: "›";
	color: #0299d8;
	margin-right: 8px;
	margin-left: 8px;
	font-size: 16px;
	opacity: 0.95;
}
/* first item: home icon styling */
.page-title .bread-crumb li:first-child a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #2c3d75;
}

.page-title .bread-crumb li:first-child .fa {
	display: inline-grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: linear-gradient(180deg,#eaf6ff 0%, #fff 100%);
	color: #0299d8;
	font-size: 14px;
	box-shadow: 0 4px 12px rgba(2,60,120,0.06);
}
/* current page: subdued color but bolder */
.page-title .bread-crumb li:last-child {
	color: #6b7588;
	font-weight: 700;
}
/* link hover micro animation */
.page-title .bread-crumb a {
	transition: color .18s ease, transform .18s ease;
	text-decoration: none;
	color: inherit;
}

.page-title .bread-crumb a:hover {
	color: #0299d8;
	transform: translateY(-2px);
}
	/* Responsive: reduce padding on small screens */
	@media (max-width: 767px) {
		.page-title .bread-crumb ul {
			padding: 6px 10px;
		}

		.page-title .bread-crumb li {
			font-size: 13px;
			padding: 4px 6px;
		}

			.page-title .bread-crumb li:first-child .fa {
				width: 26px;
				height: 26px;
				font-size: 12px;
			}
	}
    /* FAQ list bullets — place at end of file to override other rules */
    .accordion-box .acc-content .faq-lists-type {
        list-style: none;
        padding-left: 24px;
        /*margin: 12px 0 18px;*/
    }

    .accordion-box .acc-content .faq-lists-type li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 1.5em;
        color: black;
        font-weight: 400;
    }

     /*Small screens: adjust spacing */
    @media (max-width: 767px) {
        .accordion-box .acc-content .faq-lists-type {
            padding-left: 20px;
            margin: 10px 0 14px;
        }
        .accordion-box .acc-content .faq-lists-type li {
            padding-left: 25px;
            font-size: 16px;
        }
        .accordion-box .acc-content .faq-lists-type li:before {
            font-size: 11px;
            top: 3px;
        }	
    }