
/* Preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: #06367e;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #FC5185;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#scrollUp {
	right:30px;
	z-index: 33;
	bottom:40px;
	text-align: center;
}
#scrollUp i{
	height: 40px;
    width: 40px;
    line-height: 40px;
    background: #06367e;
    border-radius: 3px;
    font-size: 14px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    color: #fff;
}
#scrollUp i:hover{
	background:#333;
	color:#fff;
}

/* Video Animations */
@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
@-webkit-keyframes lineanim {
 50% {
  -webkit-transform:scaleY(1);
  transform:scaleY(1);
  -webkit-transform-origin:top left;
  transform-origin:top left
 }
 50.1% {
  -webkit-transform-origin:bottom left;
  transform-origin:bottom left
 }
 100% {
  -webkit-transform:scaleY(0);
  transform:scaleY(0);
  -webkit-transform-origin:bottom left;
  transform-origin:bottom left
 }
}
@keyframes lineanim {
 50% {
  -webkit-transform:scaleY(1);
  transform:scaleY(1);
  -webkit-transform-origin:top left;
  transform-origin:top left
 }
 50.1% {
  -webkit-transform-origin:bottom left;
  transform-origin:bottom left
 }
 100% {
  -webkit-transform:scaleY(0);
  transform:scaleY(0);
  -webkit-transform-origin:bottom left;
  transform-origin:bottom left
 }
}

/*======================================
	Start Header CSS
========================================*/
/* Logo */
.header .logo {
	float: left;
	margin-top: 30px;
}
.header .navbar {
	padding: 0;
}
.header .logo {
	display: inline-block;
	margin-right: 22px;
	padding-right: 22px;
	border-right: 1px solid #eee;
	margin-top: 6px;
}
.header .logo img{
	max-height: 50px;
}
/* Topbar */
.header .topbar {
	padding: 0;
	overflow: hidden;
	background: #fff;
	border-bottom:1px solid #eee;
	padding:20px 0;
}
.header .logo {
	display: inline-block;
	margin-right: 22px;
	padding-right: 22px;
	border-right: 1px solid #eee;
}
.header .topbar .tagline {
	display: inline-block;
	margin-top: 5px;
	font-size: 15px;
}
.header .topbar .widget-main {
	float: right;
	margin-top: 3px;
}
.header .topbar .single-widget {
	position: relative;
	float: left;
	padding-left: 30px;
	margin-right: 20px;
}
.header .topbar .single-widget.first {
	position: relative;
	float: left;
	border-right: 1px solid #eee;
	margin-right: 20px;
	padding-right: 20px;
}
.header .topbar .single-widget:last-child{
	margin:0;
	padding:0;
	border:none;
}
.header .topbar .single-widget .logo{
	margin:0;
	padding:0;
	margin-top: 7px;
}
.header .topbar .single-widget i {
	position: absolute;
	left: 0;
	top: 0px;
	height: 40px;
	width: 30px;
	line-height: 40px;
	color: #06367e;
	background: #;
	border-radius: 15px;
	text-align: center;
	font-size: 30px;
	
}
.header .topbar .single-widget h2 {
	font-size: 17px;
	font-weight: 500;
	margin-left: 5px;
	color: #06367e;
}
.header .topbar .single-widget p {
    font-size: 15px;	
	margin-bottom: 2px;
	text-transform: capitalize;
	margin-left: 5px;
}
.header .topbar .single-widget .btn{
	margin-left:0;
	padding:10px 15px;
	color:#fff;
}
/* Main Menu */
.header .menu-origin {
	float: left;
	display: inline-block;
}
.header .nav li {
	margin-right:15px;
	float: left;
	position: relative;
}
.header .nav li:last-child{
	margin:0;
}
.header .nav li a {
	position: relative;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
	display: block;
	color: #;
	z-index: 4;
	padding: 0;
	padding: 6px 16px;
	background: #fff;
	padding: 0;
	padding: 30px 26px;
}
.header .nav li a:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:3px;
	width:0%;
	background:#06367e;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .nav li.active a:before,.header .nav li:hover a:before{
	width:100%;
	opacity:1;
	visibility:visible;
}
.header .nav li.active a,.header .nav li:hover a{
	color:#06367e;
}
.navbar-expand-lg .navbar-collapse{
	display:block !important;
}
.header .nav li a i{
	margin-left: 7px;
    font-size: 9px;
}
/* Dropdown Menu */
.header .nav li .dropdown {
	background: #fff;
	width: 220px;
	position: absolute;
	left: -21px;
	top: 100%;
	z-index: 999;
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	/* box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2); */
	box-shadow: 0px 3px 5px #3333334d;
	transform-origin: 0 0 0;
	transform: scaleY(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	top: 74px;
	padding: 15px 0;
}
.header .nav li:hover .dropdown{
	opacity:1;
	visibility:visible;
	transform:translateY(0px);
}
.header .nav li .dropdown li{
	float:none;
	margin:0;
}
.header .nav li .dropdown li a {
	padding: 8px 15px 8px 25px;
	color: #666;
	display: block;
	font-weight: 400;
	font-size:15px;
	text-transform: capitalize;
	background: transparent;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	transition:all 0.2s ease;
	position:relative;
}
.header .nav li .dropdown li a:before{
	position: absolute;
	content: "";
	left:0;
	top:0;
	height: 100%;
	width:0px;
	background: #06367e;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	transition:all 0.2s ease;
	margin:0;
	opacity:0;
	visibility:hidden;
}
.header .nav li .dropdown li a:hover:before{
	opacity:1;
	visibility:visible;
	width:2px;
}
.header .nav li .dropdown li:last-child a{
	border-bottom:0px;
}
.header .nav li .dropdown li a:hover{
	background:#F8F9FA;
	padding-left:30px;
	color:#06367e;
}
.header .nav li .dropdown li a:hover{
	border-color:transparent;
}
.header .nav li .dropdown li i {
	float: right;
	margin-top: 8px;
	font-size:10px;
	z-index:5;
}
.header .nav li .dropdown.sub-dropdown {
	background: #fff;
    width: 220px;
    position: absolute;
    left: 199px;
    top: 0;
    z-index: 999;
   -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 5px #3333334d;
    transform-origin: 0 0 0;
    transform: scaleY(0.2);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
}
.header .nav li .dropdown li:hover .dropdown.sub-dropdown{
	opacity:1;
	visibility:visible;
	transform:translateY(0px);
}
.header .nav li .dropdown.sub-dropdown li a{
	padding: 8px 15px 8px 25px;
	color: #666;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	background: transparent;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.header .nav li .dropdown li:hover .dropdown.sub-dropdown li a{
	background:transparent;
}
.header .nav li .dropdown li .dropdown.sub-dropdown li a:hover{
	background:#F8F9FA;
	padding-left:30px;
	color:#06367e;
}
.header .nav li .dropdown.sub-dropdown li:last-child a{
	border-bottom:0px solid;
}
/* Right Bar */
.header .right-bar {
	float: right;
	display: inline-block;
	margin-top: 17px;
}
.header .single-bar {
	
}
.header .single-bar:last-child{
	margin:0;
}
/* Search Form */
.header .search .form{
	position:relative;
}
.header .search .form input {
	height: 42px;
	width: 240px;
	border: 1px solid #eee;
	padding: 0px 60px 0 20px;
	border-radius: 5px;
}
.header .search .form button {
	height: 42px;
	width: 42px;
	position: absolute;
	right: 0;
	top: 0;
	background: transparent;
	border-radius:0 5px 5px 0;
	background: transparent;
	color: #333;
	font-size: 14px;
	border: none;
	border-left: 1px solid #eee;
	text-align: center;
	padding:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .search .form button:hover{
	color:#06367e;
}
.header .header-inner{
	width:100%;
}
/* Sticky Header */
.header.sticky .header-inner{
	position:fixed;
	top:0;
	left:0;
	background:#fff;
	animation: fadeInDown 1s both 0.2s;
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	z-index:999;
}
/*======================================
   End Header CSS
========================================*/  

/*=============================
	Start Slider CSS 
===============================*/
/*.hero-slider{
	position:relative;
	background:#06367e;
}
.hero-slider .single-slider {
	background-size: cover;
	background-position: center;
	text-align: center;
	position: relative;
	height: 600px;
}
.hero-slider.style2 .single-slider{
	height: 730px;
}
.hero-slider .slider-image{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
	z-index:-2;
}*/


/*======================================
	Hero Area CSS
========================================*/ 
.home-slider {
	overflow: hidden;
}
.hero-slider {
	position: relative;
}
.hero-slider,
.hero-slider .single-slider{
	height:503px;
}
.hero-slider .single-slider {
	background-size: cover;
	background-position: center;
	position: relative;
}
.hero-slider .single-slider .slide-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.65;
}
.hero-slider .welcome-text {
    margin: 130px 0 0;
}
.hero-slider .hero-text h4 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 400;
    display: inline-block;
    background: #2E2751;
    padding: 8px 20px;
    font-size: 16px;
}
.hero-slider .hero-text h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    border-top: 8px solid #2E2751;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.hero-slider .hero-text h1 {
    color: #2E2751;
    font-size: 50px;
    font-weight: bold;
    line-height: 65px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.hero-slider .hero-text h1::before {
    content: "";
    position: absolute;
    left: 0;
    width: 50px;
    height: 6px;
    background: #06367e;
    bottom: -3px;
}
.hero-slider .hero-text .p-text{
	max-width:80%;
}
.hero-slider .hero-text p {
    color: #666;
    font-size: 15px;
}
.hero-slider .hero-text .button {
	margin-top: 30px;
}

/* Text Center */
.hero-slider .hero-text.text-center h1::before {
    left: 50%;
    margin-left: -25px;
}

/* Text Left */
.hero-slider .hero-text.text-right h1::before {
    left: auto;
	right:0;
    margin:0;
}

/* Slider Nav */
.hero-slider .owl-nav{
	margin: 0;
    width: 100%;
}
.hero-slider .owl-carousel .owl-nav div {
    width: 50px;
    height: 60px;
    line-height: 60px;
    background: #06367e;
    color: #fff;
    position: absolute;
    margin: 0;
    padding: inherit;
    font-size: 30px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0px;
    top: 50%;
    margin-top: -30px;
}
.hero-slider .owl-carousel .owl-nav div:hover{
	color:#fff;
	background:#2E2751;
}
.hero-slider .owl-carousel .owl-nav .owl-prev{
	left:-100px;
}
.hero-slider:hover .owl-carousel .owl-nav .owl-prev{
	left:0px;
}
.hero-slider .owl-carousel .owl-nav .owl-next{
	right:-100px;
}
.hero-slider:hover .owl-carousel .owl-nav .owl-next{
	right:0px;
}

/* Hero Animations */
.hero-slider .owl-item.active .hero-text h4{
	animation: fadeInUp 0.8s both 1s;
}
.hero-slider .owl-item.active .hero-text h1{
	animation: fadeInRight 1s both 1.2s;
}
.hero-slider .owl-item.active .hero-text p{
	animation: fadeInLeft 1.2s both 1.4s;
}
.hero-slider .owl-item.active .button{
	animation: fadeInUp 1.4s both 1.6s;
}



/* Hero Agency */
.hero-agency .ageny-main {
    padding-top: 158px;
}
.hero-agency .hero-text {
    z-index: 555;
    position: relative;
    text-align: center;
}
.hero-agency .agency-inner {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 800px;
}
.hero-agency .agency-inner:before {
    opacity: 0;
    background: #fff;
}
.hero-agency .hero-text {
    z-index: 555;
    position: relative;
    text-align: center;
}
.hero-agency .hero-text h1 {
    font-size: 55px;
    color: #2E2751;
    font-weight: 700;
    line-height: 65px;
}
.hero-agency .hero-text h1 span {
    color: #06367e;
}
.hero-agency .hero-text h4 {
    font-weight: 500;
}
.hero-agency .video-head {
    margin-top: 35px;
    position: relative;
}
.hero-agency .video-head .video {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 100%;
    background: #179E66;
    color: #fff;
    display: inline-block;
    font-size: 28px;
}
.hero-agency .video-head .video:hover{
	background:#fff !important;
	color:#179E66;
	-webkit-box-shadow:0px 0px 15px #00000029;
	-moz-box-shadow:0px 0px 15px #00000029;
	box-shadow:0px 0px 15px #00000029;
}
.hero-agency .video-play-main {
    display: inline-block;
    padding: 5px;
    z-index: 3333;
    position: relative;
}
.hero-agency .waves-block .waves {
    position: absolute;
    width: 150px;
    height: 150px;
    border: 2px solid #179e668a;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -75px;
}
.hero-agency .waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.hero-agency .waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.hero-agency .waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


/* Agency Feature */
.hero-agency .agency-feature {
    display: block;
    text-align: center;
    margin-top: 40px;
}
.hero-agency .a-feature {
    background: #fff;
    padding: 45px 20px;
    text-align: center;
    z-index: 333;
    position: relative;
    width: 220px;
    display: inline-block;
    margin-right: 20px;
    border-radius: 0;
    box-shadow: -2px 4px 13px rgba(0, 0, 0, 0.12);
    border-top: 2px solid #179E66;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.hero-agency .a-feature:hover{
	border-top-color:#06367e;
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	transform:scale(1.05);
}
.hero-agency .a-feature:last-child{
	margin:0;
}
.hero-agency .a-feature i {
    display: inline-block;
    border-radius: 100%;
    font-size: 40px;
    top: -30px;
    background: #fff;
    color: #06367e;
    left: 50%;
}
.hero-agency .a-feature h4 {
    color: #2E2751;
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 12px;
    line-height: 22px;
}
.hero-agency .a-feature p {
    line-height: 22px;
    font-size: 14px;
}
/*======================================
   End Hero Area CSS
========================================*/ 
/* Slider Animation */
.owl-item.active .text h4{
   animation: fadeInUp 0.8s both 1s;
}
.owl-item.active .text h1{
   animation: fadeInRight 1s both 1.2s;
}
.owl-item.active .text p{
   animation: fadeInLeft 1.2s both 1.4s;
}
.owl-item.active .text .button{
   animation: fadeInUp 1.4s both 1.6s;
}
.hero-slider.style2{
	z-index:0;
}
/*=============================
	End Slider CSS 
===============================*/

/*=================================
	Start Line Features CSS
===================================*/
.line-features .content-inner {
	background: #06367e;
	transform: translateY(-50%);
	z-index: 9;
	padding: 0px 32px;
	border-radius: 5px;
	box-shadow: 0px 4px 22px #0000001c;
	z-index:5;
}
.line-features .features-single {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-align: left;
	padding: 70px 25px 60px 85px;
	border-right: 1px dashed #ffffff78;
	height: 100%;
}
.line-features .features-single.last {
	border: none;
	padding-right: 0;
}
.line-features .features-single .feature-icon {
	width: 70px;
	height: 70px;
	text-align: center;
	display: inline-block;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.20);
	line-height: 70px;
	float: left;
	position: absolute;
	left: 10px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.line-features .features-single:hover .feature-icon{
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	transform:rotate(360deg);
	background:#fff;
}
.line-features .features-single .feature-icon i {
	color: #06367e;
	font-size: 30px;
	border-radius: 100%;
	background: #fff;
	width: 54px;
	height: 54px;
	line-height: 54px;
	position: relative;
	top: 6px;
	left: 0px;
}
.line-features .features-single h2 {
	color: #fff;
	font-size: 20px;
	text-transform: capitalize;
	margin: 0 0 10px;
}
.line-features .features-single p {
	color: #fff;
}
.line-features .features-single .btn {
	background:transparent;
	margin-top: 10px;
	text-transform: capitalize;
	padding:0;
	color:#fff;
}
.line-features .features-single .btn i{
	margin-left:10px;
	color:#1ABC9C ;
}
/*=================================
	End Line Features CSS
===================================*/

/*======================================
   Start Fun Facts CSS
========================================*/
.fun-facts {
	position: relative;
	overflow: hidden;
}
.fun-facts.style2{
	background:#fafafa;
}
.fun-facts:before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	height: 400px;
	width: 400px;
	border-radius: 100%;
	right: -100px;
	top: -100px;
	opacity:0.5;
	background: #06367e29;
}
.fun-facts .section-heading {
	padding-right: 590px;
}
.fun-facts .section-heading h2 {
	font-size: 35px;
	display: block;
	margin-bottom: 20px;
	line-height:44px;
}
.fun-facts .section-heading h2 span {
	color: #fff;
	background: #06367e;
	padding: 0px 15px;
}
.fun-facts .section-heading p{
	font-size:15px;
	color:#555;
}
.fun-facts .list-head{
	margin-top:60px;
}
.fun-facts .counter-list{}
.fun-facts .counter-list .number {
	display: block;
	font-size: 50px;
	margin-bottom: 20px;
	padding-bottom: 30px;
	position: relative;
	font-weight: 800;
	color: #06367e;
}
.fun-facts .counter-list .number:before {
	content: "";
	position: absolute;
	left: 0;
	width: 50px;
	height: 2px;
	background: #06367e;
	bottom: -1px;
}
.fun-facts .counter-list .title{
	font-weight:500;
	color:#333;
	font-size:18px;
}
/*=============================
   End Fun Facts CSS
===============================*/

/*=============================
   Start About Us CSS
===============================*/
.about-us {
	background:#06367e;
}
.about-us .about-image{}
.about-us .about-content{
	padding:0px 30px 0px 50px;
}
.about-us .section-heading{}
.about-us .section-heading h2 {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 0;
	display: block;
	margin-bottom: 35px;
	color: #fff;
}
.about-us .section-heading h2 span{
	font-weight: 300;
	display:block;
	font-size: 30px;
	color:#fff;
}
.about-us .section-heading p {
	display: block;
	margin-bottom:20px;
	color:#fff;
}
.about-us .section-heading p:last-child{
	margin-bottom:0;
}
.about-us .section-heading .quote-text {
	border-left: 4px solid #fff;
	padding: 5px 0 5px 15px;
}
.about-us .single-block {
	position: relative;
	padding-left: 58px;
	padding-right: 15px;
	margin-top: 40px;
}
.about-us .single-block i {
	font-size: 36px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 5px;
}
.about-us .single-block h5 {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 10px;
	font-weight: 500;
	text-transform: capitalize;
	color:#fff;
}
.about-us .single-block p{
	color:#fff;
}
.about-us .signature-block {
	display: inline-block;
	display: block;
	border-top: 1px solid #eee;
	margin-top: 40px;
	padding-top: 40px;
}
.about-us .signature-block p {
	color: #333;
	font-size: 18px;
	display: inline-block;
	border-left: 1px solid #eee;
	margin-left: 30px;
	padding-left: 30px;
	height: 100%;
}
.about-us .signature-block p i{
	display:inline-block;
	margin-right:10px;
	color:#444;
}
.about-us .signature-block p span {
	display: block;
	font-size: 14px;
	color: #888;
	margin-left: 24px;
}
.about-us .signature-block .image {
	display: inline-block;
}
.about-us .signature-block .image img{
	position:relative;
	top:-10px;
}
/*===========================
   End About Us CSS
=============================*/

/*===========================
   Start About Us 2 CSS
=============================*/
.about-us.style2 {
	padding-top: 30px;
	background:#fff;
}
.about-us.style2 .about-image{}
.about-us.style2 .about-content{
	padding:0px 30px 0px 50px;
}
.about-us.style2 .section-heading{}
.about-us.style2 .section-heading h2 {
	font-weight: 300;
	text-transform: capitalize;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 0;
	display:block;
	margin-bottom:16px;
	color:#333;
}
.about-us.style2 .section-heading h2 span{
	font-weight: 600;
	display:block;
	font-size: 35px;
	color:#333;
}
.about-us.style2 .section-heading p {
	display: block;
	margin-bottom:20px;
	color:#333;
}
.about-us.style2 .section-heading p:last-child{
	margin-bottom:0;
}
.about-us.style2 .section-heading .quote-text {
	border-left: 4px solid #06367e;
	padding: 5px 0 5px 15px;
}
.about-us.style2 .single-block {
	position: relative;
	padding-left: 58px;
	padding-right: 15px;
	margin-top: 30px;
}
.about-us.style2 .single-block i {
	font-size: 36px;
	color: #06367e;
	position: absolute;
	left: 0;
	top: 5px;
}
.about-us.style2 .single-block h5 {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 10px;
	font-weight: 500;
	text-transform: capitalize;
	color:#333;
}
.about-us.style2 .single-block p{
	color:#333;
}
.about-us.style2 .signature-block {
	display: inline-block;
	display: block;
	border-top: 1px solid #eee;
	margin-top: 40px;
	padding-top: 40px;
}
.about-us.style2 .signature-block p {
	color: #333;
	font-size: 18px;
	display: inline-block;
	border-left: 1px solid #eee;
	margin-left: 30px;
	padding-left: 30px;
	height: 100%;
}
.about-us.style2 .signature-block p i{
	display:inline-block;
	margin-right:10px;
	color:#444;
}
.about-us.style2 .signature-block p span {
	display: block;
	font-size: 14px;
	color: #888;
	margin-left: 24px;
}
.about-us.style2 .signature-block .image {
	display: inline-block;
}
.about-us.style2 .signature-block .image img{
	position:relative;
	top:-10px;
}
/*============================
   End About Us 2 CSS
==============================*/

/*============================
	Start Services CSS
==============================*/  
.services{
	background:#fff;
}
.services .section-title {
	margin-bottom: 50px;
}
.services .single-service{
	position:relative;
	padding:30px;
	background:#fff;
	text-align:center;
	margin-top:30px;
	box-shadow: 0px 17px 60px #00000012;
	overflow:hidden;
}
.services .single-service::before {
	position: absolute;
	content: "";
	left: -81px;
	top: 0;
	height: 0;
	width:165px;
	background: #06367e;
	-webkit-transition: all 0.8s cubic-bezier(.73,.02,.31,1.02);
	-moz-transition: all 0.8s cubic-bezier(.73,.02,.31,1.02);
	transition: all 0.8s cubic-bezier(.73,.02,.31,1.02);
	transform: rotate(-45deg);
}
.services .single-service:hover:before{
	height: 50px;
}
.services .single-service::after {
	position: absolute;
	content: "";
	right: -81px;
	bottom: 0;
	height: 0;
	width:165px;
	background: #06367e;
	-webkit-transition: all 0.8s cubic-bezier(.73,.02,.31,1.02);
	-moz-transition: all 0.8s cubic-bezier(.73,.02,.31,1.02);
	transition: all 0.8s cubic-bezier(.73,.02,.31,1.02);
	transform: rotate(-45deg);
}
.services .single-service:hover:after{
	height: 50px;
}
.services .single-service:hover{
	box-shadow: 0px 17px 60px #00000012;
}
.services .service-left{
	margin-top:150px;
}
.services .single-service i {
	position:relative;
	height: 70px;
	width: 70px;
	text-align: center;
	line-height: 70px;
	color: #06367e;
	font-size: 30px;
	display: inline-block;
	background: transparent;
	border-radius: 100%;
	border: 1px solid #f4f4f4e6;
	margin-bottom:25px;
	z-index:1;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.services .single-service:hover i{
	background:#06367e;
	color:#fff;
	border-color:transparent;
}
.services .single-service h3 {
	margin-bottom: 20px;
	line-height: 28px;
}
.services .single-service h3 a {
	font-size: 21px;
	font-weight: 500;
	color: #222;
}
.services .single-service h3 a:hover{
	color:#06367e;
}
.services .single-service p{}
.services .single-service .service-btn {
	position: relative;
	margin-top: 20px;
	display: inline-block;
	font-weight: 500;
	background: transparent;
	line-height: 40px;
	color: #222;
	padding: 0;
}
.services .single-service .service-btn:hover{
	color:#06367e;
	letter-spacing: 1px;
}
/* Single Service */
.single-service .single-sidebar .list-menu {
	-webkit-box-shadow: 0px 0px 15px #0000001c;
	-moz-box-shadow: 0px 0px 15px #0000001c;
	box-shadow: 0px 0px 15px #0000001c;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 40px;
	padding: 15px;
}
.single-service .single-sidebar .list-menu li a {
	padding: 12px 20px;
	background: #fff;
	color: #333;
	display: block;
	font-size: 14px;
}
.single-service .single-sidebar .list-menu li a:hover{
	background:#06367e;
	color:#fff;
}
.single-service .single-sidebar .list-menu li a i {
	display: inline-block;
	margin-right: 15px;
}
.single-service .single-sidebar .hot-line {
	background: #06367e;
	border-radius: 8px;
	padding: 25px 40px;
}
.single-service .single-sidebar .hot-line .hot-title{
	font-size:22px;
	color:#fff;
	font-weight:700;
}
.single-service .single-sidebar .hot-line .sinlge-line {
	margin-top: 25px;
	position: relative;
}
.single-service .single-sidebar .hot-line .sinlge-line i {
	color: #fff;
	font-size: 25px;
	position: absolute;
	left: 0;
	top: 4px;
	border: 1px solid #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	text-align: center;
	border-radius: 100%;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.single-service .single-sidebar .hot-line .sinlge-line:hover i{
	background:#fff;
	border-color:transparent;
	color:#333;
}
.single-service .single-sidebar .sinlge-line .content {
	padding-left: 50px;
}
.single-service .single-sidebar .sinlge-line .content h5 {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 5px;
}
.single-service .single-sidebar .sinlge-line .content p{
	color:#fff;
	display:block;
}
/* Single Services */
.single-service .single-content h2 {
	font-size: 28px;
	margin: 20px 0;
	text-transform: capitalize;
}
.single-service .single-content p{
	margin-bottom:20px;
}
.single-service .single-content p:last-child{
	margin:0;
}
.video-block {
	margin: 10px 0 30px;
}
.video-block .right h3 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}
.video-block .right ul li {
	line-height: 30px;
}
.video-block .right ul li i {
	color: #06367e;
	margin-right: 10px;
}
/*==========================
	End Services CSS
============================*/  

/*=======================
  17. Our Skill CSS
=========================*/
.our-skill {
	background:#FAFAFA;
}
.our-skill.services-page {
	background-image:url('https://wpthemesgrid.com/themes/biztrack/images/skill-bg2.jpg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.our-skill .skill-head .min-title {
	margin-top: 25px;
}
.our-skill .image {
	position: relative;
	z-index:2;
	height: 100%;
	width: 100%;
}
.our-skill .image img{
	
}
.our-skill .skill-head {
	padding-left:50px;
}
.our-skill .skill-head .min-title{
	
}
.our-skill .skill-head .min-title h4 {
	font-size: 25px;
	font-weight: 500;
	display: block;
	margin-bottom: 14px;
}
.our-skill .single-skill{
	margin-top: 35px;
}
.our-skill .skill-info{
	overflow:hidden;
}
.our-skill .skill-info h4 {
	float: left;
	font-size: 16px;
	margin-bottom: 16px;
	color: #333;
	font-weight: 500;
	text-transform: capitalize;
}
.our-skill .progress .progress-bar span {
	right: 0;
	color: #fff;
	top: -48px;
	font-size: 13px;
	font-weight: 400;
	position: absolute;
	right:-20px;
	background: #06367e;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 3px;
}
.our-skill.services-page .progress .progress-bar span{
	background: #06367e;
}
.our-skill .progress .progress-bar span::before {
	position: absolute;
	bottom: -10px;
	left: 50%;
	content: "";
	margin-left: -5px;
	border: 5px solid #06367e;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}
.our-skill.services-page .progress .progress-bar span::before {
	border-top: 8px solid #06367e;
}
.our-skill .progress {
	height: 12px;
	box-shadow: none;
	overflow: visible;
	background: #d7d7d7;
	border-radius: 30px;
}
.our-skill .progress .progress-bar {
	position: relative;
	background:#06367e;
	border-radius: 30px;
}
.our-skill.services-page .progress .progress-bar {
	background:#06367e;
}
/*=======================
  End Our Skill CSS
=========================*/

/*======================================
	Start Newsletter CSS
========================================*/  
.newsletter{
	position:relative;
	background-image:url('../image/video-bg.jpg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

.newsletter.overlay:before{
	background:#06367e;
	opacity:0.9;
}
.newsletter .right-content {
	height: 100%;
	text-align:center;
}
.newsletter .right-content h3 {
	color: #fff;
	font-size: 27px;
	font-weight: 300;
}
.newsletter .right-content h3 span{
	font-weight:700;
	font-style:italic;
}
.newsletter .right-content p{
	color:#fff;
	margin:25px 0px 40px 0px;
	
}
.newsletter .right-content .newsletter-inner{
	width:100%;
	margin:0;
	padding:0;
	position:relative;
}
.newsletter .right-content .subscribe-form input {
	width: 100%;
	height: 55px;
	font-weight: 400;
	padding: 0px 20px;
	border-radius: 5px;
	border: none;
	background: #ffffff85;
	color: #fff;
	padding-right: 72px;
}
.newsletter .right-content .subscribe-form input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff !important;
}
.newsletter .right-content .subscribe-form input::-moz-placeholder {
    opacity: 1;
    color: #fff !important;
}
.newsletter .right-content .subscribe-form:-ms-input-placeholder {
    opacity: 1;
    color: #fff !important;
}
.newsletter .right-content .subscribe-form{
	padding:0px 50px;
}
.newsletter .right-content .subscribe-form button{
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
}
.newsletter .right-content .subscribe-form .button {
	height: 55px;
	width: 55px;
	background: #fff;
	color: #0c0c24;
	border: none;
	text-shadow: none;
	border-radius: 0 5px 5px 0;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	
}
.newsletter .right-content .subscribe-form .button:hover i{
	padding-left:5px;
	color:#06367e;
}
.newsletter .right-content .subscribe-form .button i{}
/* Consultation */
.newsletter .left-content{
	padding:60px 30px 60px 0;
}
.newsletter .consult-title h2 {
	color: #333;
	font-size: 25px;
	font-weight: 700;
}
.newsletter .consult-title h2 span {
	color: #06367e;
}
.newsletter .consult-title p {
	color: #333;
	margin-top: 6px;
}
.newsletter .form {
	margin-top: 30px;
}
.newsletter .form-group input {
	width: 100%;
	height: 47px;
	line-height: 50px;
	padding: 12px 20px;
	color: #333;
	border: 1px solid #ebebeb;
	background: #fff;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 400;
	border-radius:5px;
}
.newsletter .form-group textarea {
	width: 100%;
	height: 150px;
	padding: 18px 20px;
	border: 1px solid #ebebeb;
	color: #333;
	font-size: 14px;
	border-radius:5px;
}
.newsletter .form-group .button {
	text-align: left;
	margin-bottom:0px;
}
.newsletter .form-group .btn{
	background:#06367e;
	color:#fff;
	text-align:center;
}
.newsletter .consultation-image{
	margin-top:50px;
}
.newsletter.fix{
	overflow:hidden;
}
/*======================================
	End Newsletter CSS
========================================*/  

/*=================================
	Start Portfolio CSS
===================================*/
.portfolio {
	background-color: #fff;
}
.portfolio .section-title {
	text-align: center;
	margin-bottom: 40px;

}
/* Portfolio Nav */
.portfolio .portfolio-nav {
	text-align: center;
	margin: 20px 0 50px;
}
.portfolio .portfolio-nav ul {
	display: inline-block;
	background: #fff;
	margin: 0;
	box-shadow: 0px 2px 40px #0000000f;
	border-radius: 0px;
	overflow: hidden;
	padding: 0px 30px;
	border-radius: 5px;
}
.portfolio .portfolio-nav ul li {
	padding: 15px 10px;
	position: relative;
	cursor: pointer;
	font-size: 15px;
	font-weight: 400;
	color: #353535;
	margin-right: 5px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-transform: capitalize;
	float: left;
	margin: 0;
	background: transparent;
	margin-right: 25px;
}
.portfolio .portfolio-nav ul li:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:2px;
	width:0%;
	background:#06367e;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.portfolio .portfolio-nav ul li:hover:before{
	width:100%;
}
.portfolio .portfolio-nav ul li:last-child{
	margin-right:0px;
}
.portfolio .portfolio-nav ul li.active:before{
	width:100%;
}
.portfolio .portfolio-nav ul li.active,
.portfolio .portfolio-nav ul li:hover {
	color:#06367e;
	background:transparent;
}
.portfolio .cbp-filter-counter {
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 100%;
	border: 1px solid #e7e7e7;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin-left: 10px;
	font-weight: 400;
}
.portfolio .portfolio-nav ul li:hover .cbp-filter-counter, 
.portfolio .portfolio-nav ul li.active .cbp-filter-counter {
	opacity: 1;
	visibility: visible;
	border-color: #fff;
}
.portfolio .cbp-filter-counter:before,
.portfolio .cbp-filter-counter:after{
	display:none;
}
.portfolio .single-portfolio {
	position: relative;
	background: #fff;
	overflow: hidden;
}
.portfolio .single-portfolio:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	height:100%;
	width:0%;
	background:#06367e;
	z-index:5;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	display:none;
}
.portfolio .single-portfolio:hover:before{
	width:100%;
}
.portfolio .single-portfolio .portfolio-hover {
	position: absolute;
	left: 0;
	bottom:-100px;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	opacity: 0;
	visibility: hidden;
	display: block;
	width: 100%;
}
.portfolio .single-portfolio:hover .portfolio-hover{
	opacity:1;
	visibility:visible;
	bottom:0;
}
.portfolio .portfolio-head{
	position:relative;
}
.portfolio .single-portfolio img{
	display:block;
	width:100%;
	z-index:-3;
	transition:all 0.8s ease;
}
.portfolio .single-portfolio .content {
	position: relative;
	padding: 20px 85px 20px 20px;
	background: #06367e;
}
.portfolio .single-portfolio .content h4{
	position:relative;
	z-index:55;
	font-size:18px;
}
.portfolio .single-portfolio .content h4 a {
	font-weight: 600;
	font-size: 18px;
	color: #fff;
}
.portfolio .single-portfolio .content h4 a:hover{
	
}
.portfolio .single-portfolio .content p {
	color:#fff;
	margin-top:2px;
}
.portfolio .single-portfolio .content .more {
	height: 46px;
	width: 46px;
	line-height: 48px;
	text-align: center;
	color: #333;
	background: #fff;
	display: block;
	font-size: 17px;
	border-radius: 100%;
	position: absolute;
	right: 20px;
	top: 50%;
	display: block;
	z-index: 99;
	margin-top: -23px;
	border:1px solid transparent;
}
.portfolio .single-portfolio .content .more.video {
	line-height: 44px;
	padding-left:4px;
}
.portfolio .single-portfolio .content .more:hover{
	box-shadow: 0px 5px 10px #00000014;
	border-color:#fff;
	background:transparent;
	color:#fff;
}
/* Portfolio Details */
/* Single Portfolio */
.single-portfolio{
	background:#fff;
}
.single-portfolio .portfolio-gallery {
	position: relative;
}
.single-portfolio .portfolio-gallery img{
	width:100%;
	height:100%;
	border-radius:2px;
}
/* Portfolio Dots */
.single-portfolio .portfolio-gallery .owl-nav {
	margin: 0;
	width: 100%;
}
.single-portfolio .portfolio-gallery .owl-carousel .owl-nav div {
	height: 40px;
	width: 40px;
	line-height:40px;
	background: #333;
	color: #fff;
	position: absolute;
	top: 50%;
	margin: 0;
	border-radius: 4px;
	font-size: 18px;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin-top: -20px;
	padding:0;
}
.single-portfolio .portfolio-gallery .owl-carousel .owl-nav div:hover{
	color:#fff;
	background:#06367e;
}
.single-portfolio .portfolio-gallery .owl-carousel .owl-controls .owl-nav .owl-prev{
	left:20px;
}
.single-portfolio .portfolio-gallery .owl-carousel .owl-controls .owl-nav .owl-next{
	right:20px;
}
.project-detail {
	width: 100%;
	height: 100%;
	background:#06367e;
	padding: 70px 30px;
	position: relative;
}
.project-detail h2 {
	color: #fff;
	font-size: 22px;
}
.project-detail ul {
	position: relative;
	margin-top: 20px;
}
.project-detail ul li {
	color: #fff;
	line-height: 41px;
}
.project-detail ul li .name {
	font-weight: 600;
}
.project-detail ul li .des {
	float: right;
}
.project-detail ul li .des a:hover{
	text-decoration:underline;
}
/* Portfolio Text */
.single-portfolio .detail-text {
	margin-top: 30px;
}
.single-portfolio .detail-text h2 {
	font-size: 25px;
	margin-bottom: 20px;
}
.single-portfolio .detail-text p{
	margin-bottom:20px;
}
.single-portfolio .detail-text p:last-child{
	margin-bottom:0px;
}
.single-portfolio .detail-text .button{
	margin-top:20px;
}
.single-portfolio .detail-text .btn {
	color: #fff;
}
/*=================================
	End Portfolio CSS
===================================*/

/*=============================
	Start Pricing Table CSS
===============================*/
.pricing-table {
	background: #FBFCFE;
	position: relative;
}
.pricing-table .single-table {
	background: #fff;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 60px 20px;
	box-shadow: 0 0 20px rgba(18,22,25,.1);
	overflow:hidden;
}
.pricing-table .single-table .popular {
	color: #fff;
	background: #06367e;
	display: inline-block;
	padding: 5px 45px;
	position: absolute;
	right: -36px;
	top: 18px;
	font-size: 13px;
	transform: rotate(45deg);
}
/* Table Head */
.pricing-table .single-table .table-head {
	
}
.pricing-table .single-table .title {
	font-size: 23px;
	font-weight: 300;
}
.pricing-table .single-table .title span {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	font-weight: 400;
	color: #888;
}
.pricing-table .single-table .price {
	
}
.pricing-table .single-table .amount {
	position: relative;
	color: #333;
	font-size: 35px;
	display: inline-block;
	margin: 45px 0;
	font-weight: 600;
}
.pricing-table .single-table .curency {
	color: #555;
	font-size: 17px;
	font-weight: 400;
	position: absolute;
	left: -14px;
	top: -7px;
}
.pricing-table .single-table .duration {
	color: #888;
	font-size: 11px;
	font-weight: 400;
	position: absolute;
	right: -25px;
	bottom: -6px;
}
.pricing-table .single-table .amount span {
	
}
/* Table List */
.pricing-table .single-table .table-list {
	
}
.pricing-table .table-list li {
	color: #888;
	margin-bottom: 6px;
	font-size: 13px;
}
.pricing-table .table-list li:last-child{
	margin-bottom:0;
}

/* Table Bottom */
.pricing-table .button {
	margin-top:30px;
}
.pricing-table .btn {
	padding: 14px 32px;
	color:#fff;
}
.pricing-table .btn:before{
	
}
.pricing-table .btn:hover{
	
}
.pricing-table .single-table .btn:before{
	
}
/*=============================
	End Pricing Table CSS
===============================*/

/*======================================
	Start Consulting CSS
========================================*/ 
.consulting {
	position: relative;
	overflow: hidden;
	padding: 70px 0;
	background:#06367e;
}
.consulting .form-area{}
.consulting .form-area {
	text-align: left;
	position: relative;
	padding-right: 60px;
}
.consulting .video-main {
	position: absolute;
	width: 50%;
	height: 100%;
	background-image: url('../image/consulting.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;
	right: 0;
	top: 0;
}
.consulting .video-main:before{
	opacity:0;
	visibility:hidden;
}
.consulting .video-main:hover:before{	
	opacity:0.5;
	visibility:visible;
}

.consulting .video-inner .video {
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 17px;
	color: #333;
	background: #fff;
	display: block;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	padding-left: 4px;
	z-index:3;
}
.consulting .video-inner .video:hover{
	background:#06367e;
	color:#fff;
}
.consulting .video-inner .video-main{
	display:inline-block;
}
.consulting .video-inner .promo-video .waves-block .waves {
	position: absolute;
	width: 200px;
	height: 200px;
	background: rgba(255, 255, 255, 0.3);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
	right: 50%;
	bottom: 50%;
	z-index: 3;
	margin-right: -110px;
	margin-bottom: -109px;
	z-index:1;
}
.consulting .video-inner .promo-video .waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.consulting .video-inner .promo-video .waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.consulting .video-inner .promo-video .waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.consulting .video-main:hover a{
	transform:scale(1);
	opacity:1;
	visibility:visible;
}
.consulting .video-play a:hover{
	background:#06367e;
	color:#fff;
}
.consulting .form-area {
	text-align: left;
	position: relative;
}
.consulting .form-area h2 {
	font-size: 22px;
	margin-bottom: 10px;
	color: #fff;
}
.consulting .form-area h2 i{
	margin-right:10px;
}
.consulting .form-area p {
	color: #fff;
}
.consulting .form {
	margin-top: 30px;
}
.consulting .form-group {
	margin-bottom: 20px;
}
.consulting .form-group input {
	width: 100%;
	height: 50px;
	padding: 15px;
	font-weight: 400;
	background: #fff3;
	border: none;
	color: #fff;
	border-radius:4px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.consulting .form-group textarea {
	width: 100%;
	height:150px;
	padding: 15px;
	font-weight: 400;
	background: #fff3;
	border: none;
	color: #fff;
	border-radius:4px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.consulting .form-group .btn{
	color:#333;
	width:100%;
}
.consulting .form-group .btn:hover{
	color:#fff;
}
.consulting .form-group .btn:before{
	display:none;
}
.consulting .form-group input:hover{
	padding-left:20px;
}
.consulting .form-group input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff !important;
}

.consulting .form-group input::-moz-placeholder {
    opacity: 1;
    color: #fff !important;
}

.consulting .form-group input::-ms-input-placeholder {
    opacity: 1;
    color: #fff !important;
}
.consulting .form-group textarea:hover{
	padding-left:20px;
}
.consulting .form-group textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #fff !important;
}

.consulting .form-group textarea::-moz-placeholder {
    opacity: 1;
    color: #fff !important;
}

.consulting .form-group textarea::-ms-input-placeholder {
    opacity: 1;
    color: #fff !important;
}
.consulting .nice-select {
	border: none;
	background: #fff3;
	border-radius: 0px;
	font-weight: 400;
	height: 50px;
	color: #fff;
	padding: 10px 15px;
	border-radius: 4px;
}
.consulting .nice-select::after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	right: 20px;
}
.consulting .nice-select .list{
	border:none;
}
.consulting .nice-select .list li{
	color:#666;
}
.nice-select .option.selected{
	font-weight:500;
}
.consulting .nice-select .option:hover{
	color:#fff;
	background:#333;
}
.consulting .form-group.button{
	margin-bottom:0px;
}
.consulting .form-group.button .btn{
	background: #fff;
	cursor: pointer;
	margin-bottom:0px;
}
.consulting .form-group.button .btn:hover{
	background:#333;
	color:#fff;
}
/*======================================
	End Consulting CSS
========================================*/ 

/*======================================
	Start Team CSS
========================================*/  
.team .title-line{
	margin-bottom:40px;
}
.team .single-team {
	margin-top: 30px;
	position:relative;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
	display: inline-block;
	overflow:hidden;
}
.team .single-team:hover{
	box-shadow: 0px 0px 10px #0000001a;
}
.team .single-team.overlay:before{
	background:#06367e;
	opacity:0;
	visibility:hidden;
	height:0;
}
.team .single-team.overlay:hover:before{
	opacity:0.9;
	visibility:visible;
	height:100%;
}
.team .single-team .image img{
	height:100%;
	width:100%;
}
.team .single-team .info-box {
	position: absolute;
	top: 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	text-align: center;
	width: 100%;
	left: 0;
}
.team .single-team:hover .info-box{
	opacity:1;
	visibility:visible;
}
.team .single-team .info-box .name {
	display: block;
	font-size: 19px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 3px;
}
.team .single-team .info-box .designation{
	color:#fff;
	font-size:14px;
}
.team .single-team .social-links {
	position: absolute;
	bottom: 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	text-align: center;
	width: 100%;
	left: 0;
}
.team .single-team:hover .social-links{
	opacity:1;
	visibility:visible;
}
.team .single-team .social-links .social li{
	display:inline-block;
	margin-right:10px;
}
.team .single-team .social-links .social li:last-child{
	margin-right:0px;
}
.team .single-team .social-links .social li a{
	color:#fff;
	display:block;
	font-size:16px;
}
.team .single-team .social-links .social li a:hover{
	color:#000;
}
.team .single-team .caption-box {
	background: #06367e;
	padding: 18px 40px 18px 22px;
	position: absolute;
	left: 0;
	display: inline-block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	border-radius: 0 20px 0 0;
	width: 100%;
	border-radius: 0;
	bottom: 0;
	text-align: center;
}
.team .single-team:hover .caption-box{
	bottom:-100%;
	opacity:0;
	visibility:hidden;
}
.team .single-team .caption-box .name{
	display: block;
	font-size: 17px;
	color: #fff;
	font-weight: 500;
}
.team .single-team .caption-box .designation{
	color:#fff;
	font-size:14px;
}
/*======================================
	End Team CSS
========================================*/ 

/*===================================
	Start Testimonials CSS
=====================================*/
.testimonials{
	background:#f9f9f9;
	position:relative;
}
.testimonials .single-testimonial {
	text-align: left;
	padding: 40px 40px 50px 40px;
	margin-bottom: 27px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 12px 20px;
	box-shadow: 0px 0px 10px #00000017;
	background: #fff;
	border-radius: 5px;
	position:relative;
}
.testimonials .single-testimonial i {
	position: absolute;
	font-size: 135px;
	color: #06367e5E;
	height: 300px;
	width: 300px;
	line-height: 300px;
	text-align: center;
	left: 50%;
	top: 50%;
	margin-top: -150px;
	margin-left: -150px;
	z-index: 0;
	opacity: 0.1;
}
.testimonials .single-testimonial p {
	color: #333;
	font-size: 16px;
	font-weight: 300;
}
.testimonials .single-testimonial .bottom{
	position:relative;
	padding-left:90px;
	margin-top:40px;
}
.testimonials .single-testimonial img {
	height: 70px;
	width: 70px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: -13px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.testimonials .single-testimonial:hover img{
	transform:rotate(360deg);
}
.testimonials .single-testimonial .name {
	color: #333;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 17px;
}
.testimonials .single-testimonial .name span {
	display: block;
	font-size: 13px;
	color: #888;
	font-weight: 400;
	margin-top: 3px;
	text-transform: capitalize;
}
/* Slider Dots */
.testimonials .owl-dots {
	position: absolute;
	left: 50%;
	bottom: -55px;
	margin-top: -47px;
	padding: 10px 25px;
	border-radius: 3px;
	margin: 0 0 0 -52px;
	margin-top: 49px;
}
.testimonials .owl-dots .owl-dot {
	display: inline-block;
	margin-right: 10px;
}
.testimonials .owl-dots .owl-dot:last-child{
	margin:0px;
}
.testimonials .owl-dots .owl-dot span {
	width: 10px;
	height:10px;
	display: block;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
	background: #06367e;
	position: relative;
}
.testimonials .owl-dots .owl-dot span:hover{
	background:#06367e;
}
.testimonials .owl-dots .owl-dot.active span{
	background:#06367e;
	width:30px;
}
/*=============================
	End Testimonials CSS
===============================*/

/*=============================
	Start FAQ CSS
===============================*/
.faq-area{
	background:#fff;
	overflow:hidden;
	position:relative;
}
.faq-area .faq-image {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	box-shadow: 0px 0px 10px #0000001a;
}
.faq-area .faq-image img{
	height:103px;
	width:100%;
}
/* Faq Area */
.faq-area .panel-group{
	margin: 0;
	text-align:left;
}
.faq-area .panel {
	background:#F5F5F5;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius:0px;
	border: 1px solid #ddd;
}
.faq-area .panel-heading{
	background:none;
}
.faq-area .faq-title{
	
}
.faq-area .faq-title a {
	font-size: 15px;
	position: relative;
	color: #fff;
	width: 100%;
	display: block;
	font-weight: 500;
	padding: 18px 25px;
	background: #06367e;
	border-radius: 0px;
}
.faq-area .faq-title a::before {
	content:"\f068";
	font-family: "Fontawesome";
	top: 50%;
	margin-top: -15px;
	right: 10px;
	position: absolute;
	background: transparent;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	border-radius: 0px;
	text-align: center;
	font-size: 14px;
}
.faq-area .panel .faq-title a {
	text-decoration: none;
	border-color:transparent;
	
}
.faq-area .panel .faq-title a.collapsed {
	color: #333;
	background:#fff;
	text-decoration: none;
	border-color: transparent;
}
.faq-area .faq-title a.collapsed::before {
	content:"\f067";
	font-family:"Fontawesome";
	color: #666;
	background:transparent;
	transition:all 0.4s ease;
	font-size: 14px;
}
.faq-area .faq-body {
	padding:20px;
	color: #666;
	box-shadow: none;
	text-shadow: none;
	background:transparent;
	font-weight: 300;
	border-radius:0px;
	background:#fff;
}
.faq-area .panel-default {
	border: none;
	box-shadow: none;
	text-shadow: none;
	margin: 0 0 15px;
	box-shadow: 0px 0px 10px #0000001c;
	margin: 10px;
	margin-bottom: 20px;
}
.faq-area .panel-default:last-child{
	margin-bottom:10px;
}
/*=============================
	End FAQ Area CSS
===============================*/

/*======================================
	Call to action CSS
========================================*/ 
.call-to-action {
	position: relative;
	background-image: url('../image/lines.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.call-to-action::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0.9;
	background:#06367e;
}
.call-to-action .call-to-main{
	padding-right:100px;
}
.call-to-action h2 {
	color: #fff;
	display: inline-block;
	font-size: 28px;
	text-transform: capitalize;
	margin-bottom: 15px;
	line-height: 35px;
}
.call-to-action  p{
	color:#fff;
}
.call-to-action h2 span {
	font-size: 30px;
	font-weight: 700;
	margin: 0 5px;
}
.call-to-action .btn {
	display: inline-block;
	background: #fff;
	margin-top: 20px;
	color: #333;
}
.call-to-action .btn:hover {
	background:#333;
	color:#fff;
}
.call-to-action .call-button{
	float:right;
}
.call-to-action .btn i {
	margin-right: 10px;
}
/*======================================
	End Call to action CSS
========================================*/ 

/*=============================
	Start Blog CSS CSS
===============================*/
.blog{
	background:#fff;
}
.blog .blog-title{
	text-align:center;
}
.blog .single-news {
	background: #fff;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.blog .single-news img {
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	transform: rotate(3deg) scale(1.1);
}
.blog .single-news:hover img{
	transform: rotate(0deg) scale(1);
}
.blog .single-news .news-head{
	position:relative;
	overflow:hidden;
}
.blog .single-news .news-content {
	text-align: left;
	background: #fff;
	z-index: 99;
	position: relative;
	padding: 30px;
	position: relative;
	top: -25px;
	left: 0;
	z-index: 0;
	box-shadow: 0px 0px 10px #00000014;
	margin:0 15px;
}
.blog .single-news .news-content:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:2px;
	width:0%;
	background:#06367e;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.blog .single-news .news-content:hover:before{
	opacity:1;
	visibility:visible;
	width:100%;
}
.blog .single-news .news-body h2 {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 25px;
	margin-top: 10px;
}
.blog .single-news .news-body h2 a{
	color:#2C2D3F;
	font-weight: 500;
}
.blog .single-news .news-body h2 a:hover{
	color:#06367e;
}
.blog .single-news .news-content p {
	font-weight: 400;
	text-transform: capitalize;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 23px;
}
.blog .single-news .news-body .author {
	display: inline-block;
	margin-right: 10px;
	padding-right: 16px;
	border-right: 1px solid #eee;
}
.blog .single-news .news-body .author i{
	display:inline-block;
	margin-right:5px;
}
.blog .single-news .news-body .date {
	display:inline-block;
}
.blog .single-news .news-body .more-btn{
	color:#06367e;
	display:inline-block;
	margin-top:15px;
}
.blog .single-news .news-body .more-btn:hover{
	letter-spacing: 1px;
	color:#333;
}

.blog.grid .single-news{
	margin-top:30px;
}
/* Blog Sidebar */
.main-sidebar {
	background: #fff;
	margin-top: 30px;
	background: transparent;
}
.main-sidebar .single-widget {
	margin-bottom: 30px;
	padding: 40px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 0;
	border-top: 3px solid #06367e;
	border-radius:0 0 6px 6px;
}
.main-sidebar .single-widget .title {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 30px;
	display: block;
	background: #fff;
	padding-left: 12px;
}
.main-sidebar .single-widget .title::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	height: 100%;
	width: 3px;
	background: #06367e;
}
.main-sidebar .single-widget:last-child{
	margin:0;
}
.main-sidebar .search{
	position:relative;
}
.main-sidebar .search input {
	width: 100%;
	height: 45px;
	box-shadow: none;
	text-shadow: none;
	font-size: 14px;
	border: none;
	color: #222;
	background: transparent;
	padding: 0 70px 0 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0;
	border: 1px solid #eee;
	border-radius: 0;
}
.main-sidebar .search .button {
	position: absolute;
	right: 40px;
	top: 40px;
	height: 44px;
	width: 50px;
	line-height: 45px;
	box-shadow: none;
	text-shadow: none;
	text-align: center;
	border: none;
	font-size: 14px;
	color: #fff;
	background: #333;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0;
}
.main-sidebar .search .button:hover {
	background:#06367e;
	color:#fff;
}



/* Blog Sidebar */
.main-sidebar003 {
	background: #fff;
	margin-top: 0px;
	background: transparent;
}
.main-sidebar003 .single-widget003 {
	margin-bottom: 30px;
	padding: 40px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 0;
	border-top: 3px solid #06367e;
	border-radius:0 0 6px 6px;
}
.main-sidebar003 .single-widget003 .title {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 30px;
	display: block;
	background: #fff;
	padding-left: 12px;
}
.main-sidebar003 .single-widget003 .title::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	height: 100%;
	width: 3px;
	background: #06367e;
}
.main-sidebar003 .single-widget003:last-child{
	margin:0;
}

/* Recent Posts */
.main-sidebar003 .single-post {
	position: relative;
	border-bottom: 1px dotted #ddd;
	display: inline-block;
	padding: 30px 0;
	width: 100%;

}
.main-sidebar003 .single-post:last-child{
	padding-bottom:0px;
	border:none;
}
.main-sidebar003 .single-post .image img{
	float: left;
	width: 103px;
	height: 103px;
	margin-right: 20px;
}
.main-sidebar003 .single-post .content{
	padding-left:100px;
}
.main-sidebar003 .single-post .content h5 {
	line-height: 15px;
}
.main-sidebar003 .single-post .content h5 a {
	color: #06367e;
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
	display: block;
	margin-bottom: 10px;
	margin-top: 0;
}
.main-sidebar003 .single-post .content h5 a:hover{
	color:#06367e;
}

.main-sidebar003 .single-post .content .more {
	color: #;
	font-size: 15px;
	margin-left: 15px;

}
.main-sidebar003 .single-post .content .comment li{
	color:#888;
	display:inline-block;
	margin-right:15px;
	font-weight:400;
	font-size:14px;
}
.main-sidebar003 .single-post .content .comment li:last-child{
	margin-right:0;
}
.main-sidebar003 .single-post .content .comment li i{
	display:inline-block;
	margin-right:5px;
}

/* Category List */
.main-sidebar .categor-list {
	margin-top: 15px;
}
.main-sidebar .categor-list li {
	margin-bottom: 10px;
}
.main-sidebar .categor-list li:last-child{
	margin-bottom:0px;
}
.main-sidebar .categor-list li a {
	display: inline-block;
	color: #333;
	font-size:14px;
}
.main-sidebar .categor-list li a:hover{
	color:#06367e;
	padding-left:7px;
}
.main-sidebar .categor-list li a i {
	display: inline-block;
	margin-right:0px;
	font-size: 9px;
	transform: translateY(-1px);
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.main-sidebar .categor-list li a:hover i{
	margin-right: 6px;
	opacity:1;
	visibility:visible;
}
/* Recent Posts */
.main-sidebar .single-post {
	position: relative;
	border-bottom: 1px solid #ddd;
	display: inline-block;
	padding: 17px 0;
}
.main-sidebar .single-post:last-child{
	padding-bottom:0px;
	border:none;
}
.main-sidebar .single-post .image img{
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 20px;
}
.main-sidebar .single-post .content{
	padding-left:100px;
}
.main-sidebar .single-post .content h5 {
	line-height: 18px;
}
.main-sidebar .single-post .content h5 a {
	color: #2C2D3F;
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px;
	display: block;
	margin-bottom: 10px;
	margin-top: 0;
}
.main-sidebar .single-post .content h5 a:hover{
	color:#06367e;
}
.main-sidebar .single-post .content .comment li{
	color:#888;
	display:inline-block;
	margin-right:15px;
	font-weight:400;
	font-size:14px;
}
.main-sidebar .single-post .content .comment li:last-child{
	margin-right:0;
}
.main-sidebar .single-post .content .comment li i{
	display:inline-block;
	margin-right:5px;
}
/* Blog Tags */
.main-sidebar .side-tags .tag{
	margin-top:40px;
}
.main-sidebar .side-tags .tag li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 20px;
}
.main-sidebar .side-tags .tag li a {
	background: #fff;
	color: #333;
	padding: 10px 15px;
	text-transform: capitalize;
	border-radius: 0;
	font-size: 13px;
	background: #F6F7FB;
	border-radius: 0;
}
.main-sidebar .side-tags .tag a:hover{
	color:#fff;
	background:#06367e;
	border-color:transparent;
}
/* News Single */
.news-single {
	padding: 60px 0 90px;
	background: #f8f8f8;
}
.news-single .single-main {
	margin-top: 30px;
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
}
.news-single .news-head{}
.news-single .news-head img{
	width:100%;
	height:auto;
}
.news-single .news-title {
	font-size: 25px;
	margin: 20px 0;
}
.news-single .news-title a {
	color: #252525;
	font-weight: 600;
}
.news-single .news-title a:hover {
	color: #06367e;
}
/* Blog Meta */
.news-single{
	background:#fff;
}
.news-single .meta {
	overflow: hidden;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 15px;
}
.news-single .meta span {
	margin-right: 10px;
	display: inline-block;
}
.news-single .meta span:last-child{
	margin:0;
}
.news-single .meta span, .news-single .meta span a {
	color: #2C2D3F;
	font-weight: 400;
}
.news-single .meta span i {
	margin-right: 5px;
	color:#06367e;
}
.news-single .meta-left{
	float:left;
}
.news-single .meta-left .author img {
	width: 45px;
	height: 45px;
	border-radius: 100%;
	margin-right: 12px;
}
.news-single .meta-left .author {
	float: left;
}
.news-single .meta-left span.date {
	margin-top: 10px;
}
.news-single .meta-right {
	float: right;
	margin-top: 10px;
}
.news-single .news-content{
	margin:20px 0;
}
.news-single .news-content p{
	margin-bottom:10px;
}
.news-single .news-content p:last-child{
	margin:0;
}
.news-single .news-text p {
	font-size: 14px;
	margin-bottom:20px;
}
/* Image Gallery */
.news-single .image-gallery {
	margin-bottom: 20px;
}
.news-single .image-gallery .single-image {
	overflow: hidden;
}
.news-single .image-gallery .single-image:hover img{
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	transform:scale(1.2);
}
/* Blockqoute */
.news-single blockquote {
	background:#06367e;
	padding: 30px;
	overflow: hidden;
}
.news-single .news-text blockquote p {
	color: #fff;
	margin: 0;
	line-height: 26px;
	font-size: 15px;
	position: relative;
}
.news-single .news-text blockquote p i{
	display:inline-block;
	margin-right:10px;
	font-size:18px;
}
.news-single .blog-bottom {
	overflow: hidden;
}
/* Social Share */
.news-single .social-share {
	float: left;
}
.news-single .social-share li {
	float: left;
	display:inline-block;
	margin-right:5px;
}
.news-single .social-share li:last-child{
	margin-right:0;
}
.news-single .social-share li a{
	height:40px;
	width:40px;
	line-height:40px;
	text-align:center;
	border-radius:3px;
	border:1px solid #eee;
	color:#333;
	display:block;
	
}
.news-single .social-share li a:hover{
	background:#06367e;
	color:#fff;
	border-color:transparent;
}
/* Prev Next Button */
.news-single .prev-next {
	float: right;
}
.news-single .prev-next li {
	display: inline-block;
	padding: 0;
	margin-right: 5px;
}
.news-single .prev-next li:last-child{
	border:none;
}
.news-single .prev-next li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #eee;
	color: #555;
	border-radius: 3px;
}
.news-single .prev-next li a:hover{
	color:#fff;
	background:#06367e;
	border-color:transparent;
}
/* Blog Comments */
.news-single .blog-comments {
	margin-top: 30px;
	background: transparent;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
	padding: 30px;
}
.news-single .blog-comments h2 {
	text-align: left;
	text-transform: capitalize;
	font-size: 18px;
	color: #252525;
	margin-bottom: 20px;
}
.news-single .blog-comments h4 span{
	float:right;
}
.news-single .single-comments {
	overflow: hidden;
	margin-bottom: 30px;
	background: #fff;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}
.news-single .single-comments.left .main {
	padding-left: 100px;
	position: relative;
	margin-left: 100px;
}
.news-single .single-comments.left img{
	position:absolute;
	left:0;
	top:0;
}
.news-single .single-comments:last-child{
	margin:0;
	border:none;
	margin-bottom:0;
	padding-bottom:0;
}
.news-single .single-comments .main {
	overflow: hidden;
}
.news-single .single-comments .head {
	float: left;
	margin-right: 20px;
	text-align: center;
	width: 12%;
}
.news-single .head img {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 100%;
}
.news-single .single-comments .body {
	float: left;
	width: 85%;
}
.news-single .single-comments.left .body{
	float: none;
	width:100%;
}
.news-single .single-comments .comment-list {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e2e2e2;
	overflow: hidden;
}
.news-single .single-comments .comment-list .body {
	width: 78%;
}
.news-single .single-comments h4 {
	margin: 0 0 5px;
	font-size: 16px;
	text-align: left;
	font-weight: 500;
	color: #252525;
}
.news-single .single-comments .comment-meta{
	margin-bottom:5px;
}
.news-single .single-comments .meta {
	font-size: 13px;
	color: #555;
	font-weight: 400;
	border: none;
	margin-right: 10px;
	padding: 0;
	margin: 0 10px 0 0;
}
.news-single .single-comments .meta:last-child{
	margin:0;
}
.news-single .comment-meta span i{
	margin-right:5px;
}
.news-single .comment-meta span:last-child{
	margin:0;
}
.news-single .single-comments p {
	font-size: 13px;
}
.news-single .single-comments a {
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	padding: 3px 15px;
	display: inline-block;
	margin-top: 10px;
	border-radius: 3px;
	background:#06367e;
	color:#fff;
}
.news-single .single-comments a:hover{
	background:#2C2D3F;
	color:#fff;
}
.news-single .single-comments a i{
	margin-right:5px;
}
.news-single .comment-list {
	padding-left:50px;
}
.news-single .single-comments.login{
	text-align:center;
}
.news-single .single-comments.login i{
	font-size:20px;
}
.news-single .single-comments.login a{
	text-align:center;
}
.news-single .single-comments.login a:hover{
	color:#353535;
}
.news-single .comments-form {
	margin-top: 30px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
	padding: 30px;
}
.news-single .comments-form h2 {
	text-align: left;
	font-size: 18px;
	color: #353535;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.news-single .form {
}
.news-single .form-group {
	position: relative;
	display: block;
	margin: 0 0 20px;
}
.news-single .form-group input {
	width: 100%;
	height: 50px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
	border-radius: 3px;
	padding-right: 20px;
	border: none;
	line-height:50px;
	font-weight: 400;
	font-size:14px;
	color:#2C2D3F;
	padding:0 15px;
}
.news-single .form-group textarea {
	border: 1px solid #ddd;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: none;
	border-radius: 0px;
	border: none;
	height: 190px;
	padding: 15px;
	resize: none;
	font-weight: 400;
	font-size:14px;
	color:#2C2D3F;
	border-radius:3px;
}
.news-single .form-group input, .news-single .form-group textarea {
	border: 1px solid transparent;
	border: 1px solid #eee;
	border-radius: 3px;
}
.news-single .form-group.message i {
	top: 22px;
}
.news-single .form-group .button {
	padding: 10px 30px;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	border: 0px solid;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 15px 30px;
	
}
.news-single .form-group .button:hover {
	background: #353535;
}
.news-single .form-group .button i{
	position:relative;
	display:inline-block;
	color:#fff;
	margin-right:10px;
	padding:0px;
}
.news-single .form-group.button {
	margin: 0;
	text-align: left;
}
.news-single .form-group.button .btn{
	background:#fff;
	background:#06367e;
	color:#fff;
	width:100%;
}
.news-single .form-group.button .btn:before{
	display:none;
}
.news-single .form-group.button .btn:hover{
	color:#fff;
	background:#333;
}
.news-single .form-group.button .btn i {
	color: #fff;
	position: relative;
	top: 0;
	left: 0;
	margin-right: 10px;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
/*=============================
	End Blog CSS
===============================*/

/*=============================
	Start Contact CSS
===============================*/
.contact .single-info {
	text-align: center;
	padding: 0px 45px;
	padding: 30px 30px;
	box-shadow: 0px 0px 10px #0000001f;
	border-radius:5px;
	overflow:hidden;
	position:relative;
}
.contact .single-info:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	width:0%;
	height:4px;
	background:#06367e;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.contact .single-info:hover:before{
	width:100%;
}
.contact .single-info i {
	color: #06367e;
	font-size: 35px;
	display: inline-block;
	margin-bottom: 20px;
}
.contact .single-info ul li{
	display:block;
}
.contact .single-info ul li a{
	font-weight:400;
}
.contact .single-info ul li a:hover{
	color:#06367e;
}
.contact .single-info .title {
	margin-bottom: 10px;
	font-weight: 500;
	color: #2c2d3f;
	font-size: 18px;
}
.contact .contact-head {
	margin-top: 20px;
}
.contact .form-main {
	box-shadow: 0px 0px 10px #0003;
	padding: 30px;
	margin-top: 30px;
	border-radius: 5px;
}
.contact .form .form-group input {
	height: 50px;
	line-height: 50px;
	width: 100%;
	border: 1px solid #e6e2f5;
	padding: 0px 20px;
	color: #2C2D3F;
	border-radius: 4px;
}
.contact .form .form-group textarea {
	height: 190px;
	width: 100%;
	border: 1px solid #e6e2f5;
	padding: 15px 20px;
	color: #2C2D3F;
	border-radius: 4px;
	resize: none;
}
.contact .form .button {
	margin:0;
}
.contact .form .button .btn{
	width:100%;
}
.contact .form .button .btn:before{
	display:none;
}
.contact .form .button .btn:hover{
	background:#333;
}
.contact .form .button .btn i{
	display:inline-block;
	margin-right:10px;
}
/* Google Map */
.contact #myMap {
	height: 450px;
	width: 100%;
	border-radius: 0px;
	margin-top: 30px;
	box-shadow: 0px 0px 10px #0003;
	border: 6px solid #fff;
	border-radius: 5px;
}
/*=============================
	End Contact CSS
===============================*/

/*=============================
	Start Error 404 CSS
===============================*/ 
.error-page {
	text-align: center;
	background: #fff;
	border-top: 1px solid #eee;
}
.error-page .error-inner {
	display: inline-block;
}
.error-page .error-inner h1 {
	font-size: 140px;
	text-shadow: 3px 5px 2px #3333;
	color: #06367e;
	font-weight: 700;
}
.error-page .error-inner h1 span {
	display: block;
	font-size: 25px;
	color: #333;
	font-weight: 600;
	text-shadow: none;
}
.error-page .error-inner p {
	padding: 20px 15px;
}
.error-page .search-form {
	width: 100%;
	position: relative;
}
.error-page .search-form input {
	width: 400px;
	height: 50px;
	padding: 0px 78px 0 30px;
	border: none;
	background: #f6f6f6;
	border-radius: 5px;
	display: inline-block;
	margin-right: 10px;
	font-weight:400;
	font-size:14px;
}
.error-page .search-form input:hover{
	padding-left:35px;
}
.error-page .search-form .btn {
	width: 80px;
	height: 50px;
	border-radius: 5px;
	cursor: pointer;
	background: #06367e;
	display: inline-block;
	position: relative;
	top: -2px;
	padding: 0;
}
.error-page .search-form .btn i{
	font-size:16px;
}
.error-page .search-form .btn:hover{
	background:#333;
}
/*=================================
	End Error 404 CSS
==================================*/ 

/*================================
	Start Mail Success CSS
==================================*/ 
.mail-seccess {
	text-align: center;
	background: #fff;
	border-top: 1px solid #eee;
}
.mail-seccess .success-inner {
	display: inline-block;
}
.mail-seccess .success-inner h1 {
	font-size: 100px;
	text-shadow: 3px 5px 2px #3333;
	color: #06367e;
	font-weight: 700;
}
.mail-seccess .success-inner h1 span {
	display: block;
	font-size: 25px;
	color: #333;
	font-weight: 600;
	text-shadow: none;
	margin-top: 20px;
}
.mail-seccess .success-inner p {
	padding: 20px 15px;
}
.mail-seccess .success-inner .btn{
	color:#fff;
}
/*===========================
	End Mail Success CSS
=============================*/ 

/*===========================
	Client Carousel CSS
=============================*/
.clients {
	padding: 60px 0;
	background: #06367e;
}
.single-client {
	padding: 10px;
	position:relative;
} 
.single-client .website {
	height: 100%;
	width: 100%;
	text-align: center;
	color: #333;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	padding: 26px 10px;
	z-index: 1;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	border-radius:5px;
}
.single-client:hover .website{
	opacity:1;
	visibility:visible;
}
.single-client .website:hover{
	letter-spacing: 1px;
	color:#06367e;
}
.single-client img {
	width: auto;
	display: inline-block;
}
.single-client:hover{
	cursor:pointer;
}
.single-client.active img{
	opacity:1;
}
/*=============================
	End Client Carousel CSS
===============================*/

/*======================
	Start Footer CSS
========================*/
.footer{
	background:#121219;
}
.footer .footer-top{
	padding:70px 0px;
}
.footer .single-footer {
	margin-top: 30px;
	font-size: 15px;
	margin-right: 30px;
}
.footer .single-footer h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	position: relative;
	padding-bottom: 0;
	margin-bottom: 40px;
	border-left: 5px solid #06367e;
	padding-left: 10px;
}
/* Footer About Us */
.footer .f-about .logo{
	margin-bottom:26px;
}
.footer .f-about .text {
	color: #ccc;
	margin-bottom: 20px;
	line-height: 26px;
}
.footer .logo img {
	max-height: 38px;
}
.footer .single-footer.f-about .btn {
	color: #333;
	background: #fff;
	padding: 10px 40px;
}
.footer .single-footer.f-about .btn:hover{
	color:#fff;
}
.footer .single-footer.f-about .btn:before{
	background:#06367e;
}
/* Footer Link */
.footer .f-link ul li {
	margin-bottom: 10px;
}
.footer .f-link ul li:last-child{
	margin-bottom:0px;
}
.footer .f-link ul li a {
	display: inline-block;
	color: #ccc;
	font-weight:400;
}
.footer .f-link ul li a:hover{
	color:#06367e;
	padding-left:6px;
}
/* Latest News */
.footer .latest-news{}
.footer .single-news {
	margin-bottom: 20px;
	padding-left: 90px;
	position: relative;
}
.footer .single-news:last-child{
	margin-bottom:0px;
}
.footer .single-news img {
	width: 70px;
	height: 70px;
	position: absolute;
	left: 0;
}
.footer .single-news h4 {
	font-size: 15px;
	line-height: 23px;
}
.footer .single-news h4 a {
	color: #ccc;
	font-weight: 400;
}
.footer .single-news h4 a:hover{
	color:#06367e;
}
.footer .single-news .date {
	color: #eee;
	display: block;
	margin-top: 7px;
	font-size: 13px;
}
.footer .single-news .date i {
	margin-right: 5px;
	color: #06367e;
}
/* Get In Tuch */
.footer .single-contact {
	position: relative;
	margin-bottom: 10px;
	padding-left: 25px;
}
.footer .single-contact:last-child{
	margin-bottom:0px;
}
.footer .single-contact i {
	color: #06367e;
	position: absolute;
	left: 0;
	top: 5px;
}
.footer .f-contact p{
	color:#ccc;
}
.footer .f-contact p a{
	color:#ccc;
	font-weight:400;
}
.footer .f-contact p a:hover{
	color:#06367e;
}
/* Social */
.footer .social{
	margin-top:20px;
}
.footer .social li{
	display:inline-block;
	margin-right:10px;
}
.footer .social li:last-child{
	margin-right:0px;
}
.footer .social li a{
	color:#fff;
	height:35px;
	width:35px;
	line-height:35px;
	text-align:center;
	border:1px solid #fff;
	border-radius:100%;
	display:block;
	font-size:15px;
}
.footer .social li a:hover{
	background:#06367e;
	border-color:#06367e;
	color:#fff;
}
/* Copyright */
.footer .copyright {
	background: transparent;
	position: relative;
	text-align: center;
}
.footer .copyright-content{
	padding: 20px 0;
	border-top: 1px solid #eeeeee3d;
}
.footer .copyright-content p {
	color: #fff;
}
.footer .copyright-content p i{
	margin-right:5px;
}
.footer .copyright-content p a{
	font-weight:400;
	color:#eee;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	display:inline-block;
	margin-left:4px;
	text-decoration:underline;
}
.footer .copyright-content p a:hover{
	color:#06367e;
}
/*=============================
	End Footer CSS
===============================*/








/*======================================
	Blog CSS
========================================*/ 
.latest-blog {
	overflow: hidden;
}
.blog-layout.section-space{
	padding:70px 0 100px;
}
.news-default .single-news,
.blog-latest .single-news {
    margin-top: 30px;
}
.news-slider .single-slider .single-news {
    box-shadow: none;
    border: 1px solid #ebebeb;
}
/* Defualt SLider*/
.news-slider.owl-carousel .owl-controls {
    margin-top: 30px;
}
.news-slider.owl-carousel .owl-nav div {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #06367e;
    color: #fff;
    margin: 0;
    padding: inherit;
    font-size: 22px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: inherit;
    margin-right: 10px;
}
.news-slider.owl-carousel .owl-nav div:hover {
	background:#2E2751;
	color:#fff;
}
.news-slider.owl-carousel .owl-nav div:last-child{
	margin:0;
}

/*======================================
	Blog CSS
========================================*/ 
.latest-blog {
	overflow: hidden;
}
.blog-layout.section-space{
	padding:70px 0 100px;
}
.news-default .single-news,
.blog-latest .single-news {
    margin-top: 30px;
}
.news-slider .single-slider .single-news {
    box-shadow: none;
    border: 1px solid #ebebeb;
}
/* Defualt SLider*/
.news-slider.owl-carousel .owl-controls {
    margin-top: 30px;
}
.news-slider.owl-carousel .owl-nav div {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #06367e;
    color: #fff;
    margin: 0;
    padding: inherit;
    font-size: 22px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: inherit;
    margin-right: 10px;
}
.news-slider.owl-carousel .owl-nav div:hover {
	background:#2E2751;
	color:#fff;
}
.news-slider.owl-carousel .owl-nav div:last-child{
	margin:0;
}

/* Blog Latest */
.blog-latest-slider{
	margin-top:5px;
}
.blog-latest-slider .single-news {
    margin: 10px;
}
.blog-latest .single-news .news-body {
    padding: 25px;
    background: #000000a1;
    z-index: 33;
}
.blog-latest .single-news {
    display: table;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
    margin-bottom: 0px;
}
.blog-latest .single-news .bizwheel-btn {
    z-index: 333;
    position: absolute;
    background: #fff;
    padding: 12px 20px;
    color: #06367e;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 30px;
}
.blog-latest .single-news .bizwheel-btn:hover{
	background:#06367e;
	color:#fff;
}
.blog-latest .single-news:hover .bizwheel-btn{
	opacity:1;
	visibility:visible;
}
.blog-latest .single-news .news-head span {
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.blog-latest .single-news .news-head:after{
	display:none;
}
.blog-latest .single-news .news-head,
.blog-latest .single-news .news-body{
	width: 50%;
	height: 100%;
	display: table-cell;
	vertical-align: text-top;
	background: #fff;
}
.blog-latest .single-news .news-body:before {
    content: "";
    position: absolute;
    left: -36px;
    top: 50%;
    border-top: 18px solid transparent;
    border-left: 18px solid transparent;
    border-right: 18px solid #FFFFFF;
    margin-top: -18px;
    border-bottom: 18px solid transparent;
}
.blog-latest .single-news .news-title {
    padding: 0;
}
.blog-latest .single-news .news-title:before{
	display:none;
}
.blog-latest .single-news .news-meta {
    list-style: ethiopic-halehame;
    opacity: 1;
    visibility: visible;
    position: relative;
    bottom: 0;
    text-align: left;
    transform: none;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ebebeb;
}
.blog-latest .single-news .news-meta li {
    color: #666;
    padding-left: 0px;
}
.blog-latest-slider .single-slider {
    margin-bottom: 10px;
}
/* Blog Latest Slider */
.blog-latest.owl-carousel .owl-nav{
	margin: 0;
    width: 100%;
}
.blog-latest.owl-carousel .owl-nav div {
    width: 50px;
    height: 60px;
    line-height: 60px;
    background: #06367e;
    color: #fff;
    position: absolute;
    margin: 0;
    padding: inherit;
    font-size: 30px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0px;
    top: 50%;
    margin-top: -30px;
	margin-right: 10px;
	margin-left: 10px;
	opacity:0;
	visibility:hidden;
}
.blog-latest.owl-carousel:hover .owl-nav div{
	opacity:1;
	visibility:visible;
}
.blog-latest.owl-carousel  .owl-nav div:hover{
	color:#fff;
	background:#2E2751;
}
.blog-latest.owl-carousel .owl-nav .owl-prev{
	left:-100px;
}
.blog-latest.owl-carousel:hover .owl-nav .owl-prev{
	left:0px;
}
.blog-latest.owl-carousel .owl-nav .owl-next{
	right:-100px;
}
.blog-latest.owl-carousel:hover  .owl-nav .owl-next{
	right:0px;
}
/*======================================
	End BLog CSS
========================================*/ 





 

    .single-news {
    background: #fff;
    position: relative;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
    z-index: 2;
    margin-bottom: 15px;
    box-shadow: 2px 0px 15px 0px rgba(0, 0, 0, 0.15);
    margin-top: 30px;
}
.single-news .news-head{
	overflow: hidden;
	position:relative;
}
.single-news .news-head:before{
	opacity:0;
	visibility:hidden;
}
.single-news:hover .news-head:before{
	opacity:0.5;
	visibility:visible;
}
.single-news .news-head:after {
    content: "";
    position: absolute;
    bottom: 0;
    border-top: 10px solid transparent;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    left: 50%;
    margin-left: -15px;
    z-index: 333;
    z-index: 100000;
    transform: translateY(50px);
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.single-news:hover .news-head:after{
	opacity:1;
	visibility:visible;
    transform: translateY(0px);
}
.single-news .news-head img{
	width:100%;
	margin:0;
	padding:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.single-news .news-body {
    padding: 25px;
    background: #fff;
    position: relative;
}
.single-news .news-meta {
    position: absolute;
    width: 100%;
    background: transparent;
    opacity: 0;
    bottom: 20px;
    visibility: hidden;
    text-align: center;
    z-index: 333;
    transition: all 0.3s ease;
	-webkit-transform:translateY(-15px);
	-moz-transform:translateY(-15px);
	transform:translateY(-15px);
}
.single-news:hover .news-meta{
	transform:translateY(0px);
	opacity:1;
	visibility:visible;
}
.single-news .news-meta li {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	border-right: 1px solid #d6d6d6;
	margin-right: 10px;
	padding-right: 10px;
}
.single-news .news-meta li:last-child{
	margin:0;
	padding:0;
	border:none;
}
.single-news .news-meta li i {
    margin-right: 5px;
    color: #06367e;
}
.single-news .news-meta .author span{
	display:inline-block;
	color:#06367e;
}
.single-news .news-title {
    line-height: 25px;
}
.single-news .news-title a {
    font-size: 20px;
}
.single-news .news-title:hover a{
	color:#06367e;
}
.single-news .news-text {
    margin-top: 18px;
    font-size: 14px;
}
.single-news .more {
    color: #fff;
    margin-top: 15px;
    display: inline-block;
    font-size: 14px;
    border-radius: 30px;
    background: #06367e;
    padding: 10px 20px;
    border-radius: 0px;
	border:1px solid transparent;
}
.single-news .more:hover{
	background:#2E2751;
	color:#fff;
}
.single-news .more i {
	display: inline-block;
	margin-left: 5px;
}
/* Blog Grid */ 
.blog.blog-grid {
	background: #fff;
	position: relative;
	height: auto;
	padding: 100px 0 130px;
}
.blog.blog-grid .single-news {
	border-radius: 8px;
	margin: 30px 0 0;
}
/* Blog Single CSS */
.blog-single {
    padding: 50px 0 50px;
	background:#fff;
}
.blog-single h1, 
.blog-single h2, 
.blog-single h3, 
.blog-single h4, 
.blog-single h5, 
.blog-single h6 {
    margin-bottom: 10px;
    margin-top: 10px;
}
.blog-single .blog-space{
	margin-bottom:20px;
}
.blog-detail .news-meta li:before{
    display:none;
}
.blog-detail .news-meta li {
    display: inline-block;
    margin: 0;
    margin-right: 15px;
    padding: 0;
}
.blog-detail .news-meta li i {
    color: #06367e;
    margin-right:5px;
}
.blog-single h5,
.blog-single h4{
    font-size:18px;
}
.blog-single .main-image {
	margin-top: 30px;
}
.blog-single .blog-detail {
	margin-top: 20px;
}
.blog-single .blog-detail .blog-title {
    font-size: 28px;
    line-height: 40px;
    margin: 15px 0;
}
.blog-single .blog-detail p {
	margin-bottom: 20px;
}
.blog-single .blog-detail blockquote {
    position: relative;
    font-size: 20px;
    line-height: 36px;
    padding-left: inherit;
    padding: 30px;
    background: #F4F9FC;
    color: #fff;
    border: none;
    font-size: 16px;
    z-index: 1;
    overflow: hidden;
}
.blog-single .blog-detail blockquote p {
    color: #2E2751;
}
.blog-single .blog-detail blockquote i {
	font-size: 65px;
	color:#fff;
	position: absolute;
	left: 35px;
	top: 30px;
	opacity:0.3;
	z-index:-1;
}
.blog-single .blog-detail blockquote a {
    background: #06367e;
    color: #fff;
    padding: 4px 20px;
    margin-top: 16px;
    display: inline-block;
}
.blog-single .blog-detail blockquote cite {
    color: #fff;
    background: #1FA16B;
    padding: 10px 20px;
    font-size: 14px;
}
.blog-single .share-social{
	margin-top:55px;
}
.blog-single .coment-author{
	position:relative;
}
.blog-single .coment-author img{
	position:absolute;
	left:0;
	top:0;
	height:40px;
	width:40px;
	border-radius:100%;
	display:block;
}
.blog-single .coment-author .author {
	display: inline-block;
	padding-left: 60px;
	margin-top: 10px;
}
.blog-single .coment-author .author span{
	display:inline-block;
	color:#333;
	display:inline-block;
}
.blog-single .share-inner {
	float: right;
	margin-top: 7px;
}
.blog-single .share-inner h4{
	font-weight:normal;
	font-size:16px;
	color:#909090;
	display:inline-block;
	margin-right:15px;
}
.blog-single .share-inner ul{
	display:inline-block;
}
.blog-single .share-inner ul li {
	display: inline-block;
	margin-right: 10px;
}
.blog-single .share-inner ul li:last-child{
	margin:0;
}
.blog-single .share-inner ul li a:hover{
	color:#06367e;
}


.bizwheel-btn.theme-2 {
    background: #06367e;
    color: #fff;
    padding: 15px 30px;
}





/*--------------------------------------------------------------
# page Header
--------------------------------------------------------------*/
.page-header {
    position: relative;
    display: block;
	margin-bottom: 40px; 
}

.page-header__top {
    position: relative;
    display: block;
    padding: ;
}

.page-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.page-header-bg-overly {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--thm-black-rgb), .30);
}

.page-header__top-inner {
    position: relative;
    display: block;
}

.page-header__top-inner h2 {
    font-size: 40px;
    color: var(--thm-base);
    font-weight: 700;
    line-height: 50px;
    letter-spacing: var(--thm-letter-spacing);
}

.page-header__bottom {
    position: relative;
    display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
    border-bottom: 1px solid #ebe6de;
	text-align: right;
}

.page-header__bottom-inner {
    position: relative;
    display: block;

}

.thm-breadcrumb {
    padding-top: px;
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: var(--thm-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 15px;
    font-weight: 500;
}

.thm-breadcrumb li+li {
    margin-left: 0px;
}

.thm-breadcrumb li a {
    color: var(--thm-gray);
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
    color: var(--thm-primary);
}

.thm-breadcrumb li.active {
    color: var(--thm-primary);
}

/*--------------------------------------------------------------
# page Header
--------------------------------------------------------------*/




.subnav {
height:50px;
line-height: 50px;
float: left;
margin-top:;
margin-left: px;
}

.subnav ul{
	list-style: none;
}

.subnav li{
float:left; 
	list-style: none;
	margin-right: 15px;
	
}
.subnav li a{
	font-size:16px;
	display:block;
	color:#333333;
    height:50px;
    line-height: 50px;
	padding:0px 15px;
}
.subnav li a:hover{
	color:#06367e;
	border-bottom: solid 2px #06367e;
}

.subnav .on a{
	color:#06367e;
	border-bottom: solid 2px #06367e;
}


.subnav03 {

float: left;
margin-left: ;
	margin-bottom: 40px;
}

.subnav03 ul{
	list-style: none;
}

.subnav03 li{
float:left; 
	list-style: none;
	margin-right: ;
	margin-bottom: 5px;
}
.subnav03 li a{
	font-size:15px;
	color:#333333;
}
.subnav03 li a:hover{
	color:#d47020;
	border-bottom: solid 2px #d47020;
}

.subnav03 .on a{
	color:#d47020;
	border-bottom: solid 2px #d47020;
}

.norecord {
	background-image: url(../images/order_none.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:100px;
	margin:70px auto;
	text-align:center;
	line-height:40px;
	font-size:16px;
}


.pagination-area{margin-top:40px;margin-bottom:80px}
.pagination-area .page-numbers{width:40px;height:40px;line-height:40px;color:#06367e;background-color:transparent;border:1px solid #06367e;text-align:center;display:inline-block;position:relative;margin-left:3px;margin-right:3px;font-size:15px;border-radius:5px}
.pagination-area .page-numbers:hover{background-color:#06367e;color:#fff}
.pagination-area .page-numbers i{position:relative;font-size:20px;top:5px}
.pagination-area .page-numbers.current{background-color:#06367e;color:#fff}