/*
    ========================================================================
    Index
    ------------------------------------------------------------------------

    # -  1.0 - Global css
    # -  2.0 - Menu Area
    # -  3.0 - Mobile Menu
    # -  4.0 - Slider
    # -  5.0 - Service
    # -  6.0 - Success Section
    # -  7.0 - Help to success
    # -  8.0 - lets start project
    # -  9.0 - Testimonail
    # -  10.0 - News Section
    # -  11.0 - Footer
    # -  12.0 - Banner
    # -  13.0 - Succress Progress
    # -  14.0 - Team Member
    # -  15.0 - Blog Page
    # -  16.0 - Sidebar
    # -  17.0 - Service Detail
    */
/*      All Global css
----------------------------*/
body {
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #888888;
	line-height: 27px;
}
a {
	transition: all 0.3s ease 0s;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	color: #888888;
}
a:hover, a:focus, a.active {
	text-decoration: none;
	color: #0b52e4;
}
input, textarea {
	transition: all 0.3s ease 0s;
}
label {
	font-weight: normal;
}
input[type="text"], input[type="password"], input[type="date"], input[type="url"], input[type="search"], input[type="text"], input[type="email"], input[type="tel"], input[type="time"], .form-control, textarea, textarea.form-control {
	height: 50px;
	border: 1px solid #e7e7e7;
	border-radius: 0;
	box-shadow: none;
	padding-left: 20px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="time"]:focus, .form-control:focus, textarea:focus, textarea.form-control:focus {
	box-shadow: none;
	border-color: #0b52e4;
	outline: 0;
}
textarea, textarea.form-control {
	height: auto;
	padding-top: 15px;
	min-height: 163px;
}
textarea:focus, textarea.form-control:focus {
	outline: 0;
}
.form-group {
	margin-bottom: 20px;
}
/*  Heading Tag
-------------------*/
h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	font-weight: inherit;
}
h1 {
	font-size: 70px;
	line-height: 78px;
}
h2 {
	font-size: 45px;
	line-height: 45px;
}
h3 {
	font-size: 30px;
	line-height: 36px;
}
h4 {
	font-size: 19px;
	line-height: 25px;
}
h5 {
	font-size: 17px;
}
img {
	max-width: 100%;
}
ul {
	margin-bottom: 0;
}
.no-margin {
	margin: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.no-border {
	border: 0 !important;
}
.fix {
	overflow: hidden;
}
.pr {
	position: relative;
}
p {
	font-family: "Open Sans", sans-serif;
	margin-bottom: 20px;
}
table {	
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
}
td, th {
	border: 1px solid #ddd;
	padding: 8px;
}
table tr:nth-child(even) {
	background-color: #f2f2f2;
}
table th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #0b52e4;
	color: white;
}
table th a {
	color: white;
}
table th a:hover {
	color: white;
	text-decoration: underline;
}
.optimus-divider {
	background: #ffff00;
}
.base-color {
	color: #0b52e4;
}
.ash-bg {
	background: #fbfbfb;
}
.yellow-color {
	color: #ffff00;
}
.base-bg {
	background: #0b52e4;
	color: #fff;
}
.base-bg h1, .base-bg h2, .base-bg h3, .base-bg h4, .base-bg h5, .base-bg h6, .base-bg a {
	color: #fff;
}
.base-bg a:hover {
	color: #ffff00;
}
.navvy-blue-bg {
	background: #282e3a;
	color: #fff;
}
.navvy-blue-bg h1, .navvy-blue-bg h2, .navvy-blue-bg h3, .navvy-blue-bg h4, .navvy-blue-bg h5, .navvy-blue-bg h6, .navvy-blue-bg a {
	color: #fff;
}
.navvy-blue-bg .optimus-divider {
	background: #82858e;
}
.navvy-blue-bg .optimus-separeator {
	background: rgba(255, 255, 255, 0.06);
}
.black-bg {
	background: #000000;
	color: #fff;
}
.black-bg h1, .black-bg h2, .black-bg h3, .black-bg h4, .black-bg h5, .black-bg h6, .black-bg a {
	color: #fff;
}
.black-bg a:hover {
	color: #0b52e4;
}
.clear {
	clear: both;
}
.section-padding {
	padding-top: 112px;
	padding-bottom: 98px;
}
.large-pragraph {
	font-size: 19px;
	line-height: 27px;
	font-weight: 400;
}
.optimus-button, .optimus-button-two, .form-submit input[type="submit"] {
	min-width: 150px;
	font-family: "Poppins", sans-serif;
	background: #0b52e4;
	color: #fff;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	border-radius: 5px;
	padding: 11px 15px 9px 15px;
	font-weight: 700;
	letter-spacing: 1.1px;
	transition: .4s;
}
.optimus-button-two {
	background-color: transparent;
	border: 2px solid #0b52e4;
	color: #0b52e4;
}
.optimus-button:hover, .optimus-button-two:hover, .optimus-button:focus, .form-submit input[type="submit"]:hover, .form-submit input[type="submit"]:focus {
	color: #fff;
	background: #0342c3;
}
.optimus-button-two:hover {
	border-color: #0342c3;
}
.yellow-bg.optimus-button {
	background: #ffff00;
	color: #0b52e4;
}
.hvr-ripple-out:hover::before, .hvr-ripple-out:focus::before, .hvr-ripple-out:active::before {
	-webkit-animation-name: hvr-ripple-out;
	animation-name: hvr-ripple-out;
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
 100% {
 top: -12px;
 right: -12px;
 bottom: -12px;
 left: -12px;
 opacity: 0;
}
}
 @keyframes hvr-ripple-out {
 100% {
 top: -12px;
 right: -12px;
 bottom: -12px;
 left: -12px;
 opacity: 0;
}
}
input[type="submit"] {
	border: 0;
}
.btn-xs {
	min-width: 70px;
	padding: 8px 5px 6px 5px;
}
.section-heading h2 {
	font-weight: 300;
	margin-bottom: 30px;
}
.optimus-divider {
	width: 77px;
	height: 8px;
	margin: 26px 0;
}
.text-center .optimus-divider {
	margin-left: auto;
	margin-right: auto;
}
.optimus-separeator {
	background: #e7e7e7;
	height: 1px;
	width: 100%;
	margin: 20px 0;
	border: 0;
}
.mb0 {
	margin-bottom: 0;
}
.pdl0 {
	padding-left: 0;
}
.pdr0 {
	padding-right: 0;
}
.pdb0 {
	padding-bottom: 0;
}
.mt35 {
	margin-top: 35px;
}
.mb30 {
	margin-bottom: 30px;
}
.pdb30 {
	padding-bottom: 30px;
}
.pdt20 {
	padding-top: 20px;
}
.pdt25 {
	padding-top: 25px;
}
.pdb55 {
	padding-bottom: 55px;
}
.pdb60 {
	padding-bottom: 60px;
}
.mt60 {
	margin-top: 60px;
}
.mt25 {
	margin-top: 25px;
}
.mt45 {
	margin-top: 45px;
}
.mb95 {
	margin-bottom: 95px;
}
.mt70 {
	margin-top: 70px;
}
.mt120 {
	margin-top: 120px;
}
.mb100 {
	margin-bottom: 100px;
}
.mt80 {
	margin-top: 80px;
}
.pdb80 {
	padding-bottom: 80px;
}
.white-bg {
	background: #fff;
}
.dropdown-submenu {
	position: relative;
}
.pdt120 {
	padding-top: 120px;
	padding-bottom: 100px;
}
.dropdown-submenu > .dropdown-menu {
	margin-top: -6px;
	margin-left: -1px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu .dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.dropdown-submenu .dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	border-radius: 6px 0 6px 6px;
}
/* Icomoon Font =========== */
@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon.eot?22bp8e");
	src: url("../fonts/icomoon.eot?22bp8e#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?22bp8e") format("truetype"), url("../fonts/icomoon.woff?22bp8e") format("woff"), url("../fonts/icomoon.svg?22bp8e#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}
 [class^="icon-icomoon-"], [class*=" icon-icomoon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
 speak: none;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.icon-icomoon-close:before {
	content: "\e90b";
}
.icon-icomoon-musica-searcher:before {
	content: "\e90a";
}
.icon-icomoon-menu-button:before {
	content: "\e900";
}
.icon-icomoon-iconmoon-search:before {
	content: "\e909";
}
.icon-icomoon-gallery:before {
	content: "\e901";
}
.icon-icomoon-link:before {
	content: "\e902";
}
.icon-icomoon-picture:before {
	content: "\e903";
}
.icon-icomoon-play-button:before {
	content: "\e904";
}
.icon-icomoon-quotes:before {
	content: "\e905";
}
.icon-icomoon-right-arrow:before {
	content: "\e906";
}
.icon-icomoon-speaker:before {
	content: "\e907";
}
.icon-icomoon-star:before {
	content: "\e908";
}
.icon-icomoon-contract:before {
	content: "\e90c";
}
.icon-icomoon-analysis:before {
	content: "\e90d";
}
.icon-icomoon-cash:before {
	content: "\e90e";
}
/* -----------------------------------
**   Menu Area
-------------------------------------*/
.optimus-header {
	background: #fff;
}
.sticky-header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}
.optimus-header .menu-area {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-flex-pack: space-between;
	-ms-justify-content: space-between;
	-ms-flex-pack: justify;
	min-height: 57px;
}
.pres {
	white-space: pre;
}
.logo .site-title {
	font-size: 35px;
	line-height: 35px;
	font-weight: 700;
	letter-spacing: -4px;
	display: inline-block;
	margin: 0;
}
.optimus-header .menu-area .logo {
	margin-right: auto;
}
#easy-menu .button {
	font-size: 25px;
	color: #fff;
	display: none;
	padding: 0;
}
#easy-menu > ul {
	float: right;
}
#easy-menu > ul > li {
	padding: 0 25px;
}
#easy-menu > ul > li > a {
	font-size: 13px;
	color: #222222;
	text-transform: uppercase;
	font-weight: 700;
	padding: 21px 5px;
}
#easy-menu, #easy-menu ul, #easy-menu ul li, #easy-menu ul li a {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	box-sizing: border-box;
}
#easy-menu > ul > li {
	float: left;
}
#easy-menu ul ul {
	position: absolute;
	left: -9999px;
	background: #0b52e4;
	z-index: 99;
	padding: 15px 26px 15px 26px;
	margin-top: 10px;
	transition-property: margin-top;
	transition-duration: .2s;
	transition-timing-function: ease-in-out;
}
#easy-menu ul ul li {
	border-bottom: 1px solid #2665e7;
}
#easy-menu ul ul li {
	padding: 16px 0;
}
#easy-menu ul ul li a {
	color: #fff;
}
#easy-menu ul ul li a:before {
	display: none;
}
#easy-menu ul ul li {
	transition: all .25s ease;
}
#easy-menu li:hover > ul {
	left: auto;
	margin-top: 1px;
}
#easy-menu ul ul ul {
	margin-left: 100%;
	transition: .3s;
}
#easy-menu ul ul li:last-child {
	border-bottom: 0;
}
#easy-menu ul ul li a {
	width: 220px;
}
#easy-menu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0;
}
 @media (max-width: 991px) {
nav {
	width: 100%;
}
#easy-menu .button {
	display: block;
	margin-top: -6px;
}
#easy-menu {
	width: 100%;
}
#easy-menu ul {
	width: 100%;
	display: none;
}
#easy-menu ul li {
	width: 100%;
	border-top: 1px solid rgba(164, 181, 224, 0.17);
}
#easy-menu ul ul li,  #easy-menu li:hover > ul > li {
	height: auto;
}
#easy-menu ul li a,  #easy-menu ul ul li a {
	width: 100%;
	border-bottom: 0;
}
#easy-menu > ul > li {
	float: none;
}
#easy-menu ul ul li a {
	padding-left: 25px;
}
#easy-menu ul ul ul li a {
	padding-left: 35px;
}
#easy-menu ul ul,  #easy-menu ul ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;
}
#easy-menu > ul > li.has-sub > a:after,  #easy-menu > ul > li.has-sub > a:before,  #easy-menu ul ul > li.has-sub > a:after,  #easy-menu ul ul > li.has-sub > a:before {
	display: none;
}
#easy-menu .button {
	width: 25px;
	height: 26px;
	position: absolute;
	right: 5px;
	top: 22px;
	cursor: pointer;
	z-index: 12399994;
	transition: 0s;
}
#easy-menu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid rgba(164, 181, 224, 0.17);
	height: 46px;
	width: 46px;
	cursor: pointer;
}
.menu-area .menu-list > li a {
	padding: 16px 0;
}
#easy-menu ul ul {
	border: 0;
	padding: 0;
}
#easy-menu ul ul li:first-child {
	border: 0;
}
#easy-menu ul ul .submenu-button {
	height: 46px;
	width: 46px;
}
#easy-menu .submenu-button:after {
	position: absolute;
	top: 22px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #828282;
	content: '';
}
#easy-menu ul ul .submenu-button:after {
	top: 22px;
	right: 13px;
}
#easy-menu .submenu-button.submenu-opened:after {
	background: #828282;
}
#easy-menu .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #828282;
	content: '';
}
#easy-menu ul ul .submenu-button:before {
	top: 19px;
	right: 16px;
}
#easy-menu .submenu-button.submenu-opened:before {
	display: none;
}
#easy-menu ul ul ul li.active a {
	border-left: none;
}
#easy-menu > ul > li.has-sub > ul > li.active > a,  #easy-menu > ul ul > li.has-sub > ul > li.active > a {
	border-top: none;
}
#easy-menu > ul > li.has-sub li.has-sub {
	padding-bottom: 0;
}
#easy-menu > ul > li.has-sub li.has-sub > a {
	padding-bottom: 15px;
}
}
.menu-area .search {
	width: 70px;
	padding-left: 15px;
}
.top-search-input-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 111;
	-webkit-animation: searchZoomIn .4s;
	animation: searchZoomIn .4s;
	display: none;
}
 .top-search-input-wrap::-webkit-input-placeholder {
 opacity: 1;
 color: #fff;
}
 .top-search-input-wrap::-moz-placeholder {
 opacity: 1;
 color: #fff;
}
 .top-search-input-wrap:-ms-input-placeholder {
 opacity: 1;
 color: #fff;
}
 .top-search-input-wrap:-moz-placeholder {
 opacity: 1;
 color: #fff;
}
.top-search-input-wrap.show {
	display: block;
}
.top-search-input-wrap .top-search-overlay {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.85);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.top-search-input-wrap .search-wrap .search.educon-top-search {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.top-search-input-wrap .search-wrap .search.educon-top-search .sp_search_input::after {
	content: "\f002";
	font-size: 17px;
	color: #0b52e4;
	font-family: 'fontawesome';
	position: absolute;
	right: 27px;
	pointer-events: none;
	line-height: 60px;
	cursor: pointer;
}
.top-search-input-wrap .search-wrap .search.educon-top-search input {
	background: rgba(0, 0, 0, 0.6);
	border-radius: 3px;
	border-width: 0;
	height: 60px;
	box-shadow: none;
	padding: 10px 34px;
	width: 100%;
	color: #fff;
	font-size: 13px;
}
.top-search-input-wrap .close-icon {
	font-size: 20px;
	color: #fff;
	top: 20px;
	right: 20px;
	cursor: pointer;
	position: fixed;
	z-index: 9999;
	font-weight: 200;
	font-family: lato;
}
 @-webkit-keyframes searchZoomIn {
 0% {
 opacity: 0;
 -webkit-transform: scale3d(1.5, 1.5, 1.5);
 transform: scale3d(1.5, 1.5, 1.5);
}
 50% {
 opacity: 1;
}
}
 @keyframes searchZoomIn {
 0% {
 opacity: 0;
 -webkit-transform: scale3d(1.5, 1.5, 1.5);
 transform: scale3d(1.5, 1.5, 1.5);
}
 50% {
 opacity: 1;
}
}
.hidden-sidebar {
	width: 365px;
	height: 500px;
	position: fixed;
	top: 0;
	left: -365px;
	z-index: 9999;
	transition: .5s;
	background: #fff;
	padding: 30px 15px;
	box-shadow: 0 0 4px rgba(171, 171, 171, 0.46);
}
.hidden-sidebar .widget {
	padding: 48px 30px 29px 30px;
}
#hidden-sidebar-close {
	text-align: right;
	padding-bottom: 20px;
}
#hidden-sidebar-close i {
	font-size: 20px;
	cursor: pointer;
	color: #000000;
}
.hidden-sidebar.sidebar-show {
	left: 0;
}
/* -----------------------------------
** End Menu
-------------------------------------*/
/* -----------------------------------
** Mobile Menu
-------------------------------------*/
.mobile-menu {
	display: none;
}
.mobile-logo-search-humbarger {
	min-height: 57px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.mobile-logo-search-humbarger .logo {
	margin-right: auto;
}
.mobile-menu .humbarger-button {
	margin-left: auto;
	font-size: 18px;
}
.mobile-menu .humbarger-button i {
	cursor: pointer;
	color: #000000;
}
.humbarger i {
	color: #000000;
	font-size: 18px;
}
.mobile-menu .search-box {
	margin: 0 10px;
	position: static;
}
.menu-accordion > li:last-child {
	padding-bottom: 30px;
}
.mobile-background-nav {
	position: fixed;
	top: 0;
	display: none;
	left: -250px;
	width: 250px;
	transition: .3s;
	padding: 10px 0;
	z-index: 999;
	background: #272732;
	height: 2000px;
}
.mobile-background-nav .mobile-inner {
	overflow: auto;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
.mobile-background-nav .mobile-inner .mobile-menu-close {
	text-align: right;
	display: block;
}
.mobile-background-nav .mobile-inner .mobile-menu-close i {
	cursor: pointer;
	padding: 5px;
	font-size: 18px;
}
.mobile-background-nav ul {
	list-style: none;
	padding: 0;
}
.mobile-background-nav ul .dropdown {
	overflow: hidden;
	display: none;
}
.mobile-background-nav ul .dropdown.menu-show {
/*display: block;*/
}
.menu-accordion > li {
	border-bottom: 1px solid #2d2c31;
}
.dropdown > li {
	border-top: 1px solid #2d2c31;
	padding-left: 15px;
}
.mobile-background-nav ul li a {
	width: 100%;
	display: block;
	color: #fefefe;
	padding: .75em;
	border-radius: 0.15em;
	transition: background .3s ease;
	text-transform: uppercase;
}
.mobile-background-nav.in {
	left: 0;
}
.mobile-logo-search-humbarger {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: static;
}
/* -----------------------------------
** End Mobile Menu
-------------------------------------*/
/* -----------------------------------
** Slider
-------------------------------------*/
.slider-section {
	position: relative;
}
/*.slider-bottom-area {
  position: absolute;
  width: 100%;
  bottom: 0;
}*/
.slider-bottom-area div.row > div {
	z-index: 99;
}
.optimus-slider-text {
	font-weight: 700;
	color: #fff;
	font-family: "Poppins", sans-serif;
}
.slider-bottom-post {
	position: relative;
}
.slider-bottom-post .image {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.slider-bottom-post .image img {
	border-radius: 4px 4px 0 0;
}
.slider-bottom-post .text {
	position: absolute;
	bottom: 0;
	z-index: 3;
	left: 40px;
}
.slider-bottom-post .text h4 {
	color: #fff;
	font-weight: 500;
}
.slider-bottom-post .text h4 a i {
	margin-left: 10px;
	opacity: 0;
	transition: .3s;
}
.slider-bottom-post .text h4 a:hover {
	color: #fff;
}
.slider-bottom-post .text h4 a:hover i {
	margin-left: 20px;
	opacity: 1;
}
.slider-bottom-post .text .optimus-divider {
	margin-bottom: -4px;
	margin-top: 30px;
	background: rgba(255, 255, 255, 0.39);
	position: relative;
	z-index: 5;
}
.slider-bottom-post .text .optimus-divider:before, .slider-bottom-post .text .optimus-divider:after {
	position: absolute;
	width: 10%;
	height: 100%;
	content: '';
	top: 0;
	background: #ffff00;
	transition: .3s;
	opacity: 0;
}
.slider-bottom-post .text .optimus-divider:before {
	left: 40%;
}
.slider-bottom-post .text .optimus-divider:after {
	right: 40%;
}
.slider-bottom-post:hover .text .optimus-divider:before {
	width: 50%;
	opacity: 1;
	left: 0;
}
.slider-bottom-post:hover .text .optimus-divider:after {
	width: 50%;
	opacity: 1;
	right: 0;
}
.slider-bottom-post .gradent-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
}
.slider-bottom-post .gradent-overlay:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 140%;
	top: 0;
	left: 0;
	z-index: 1;
	transition: .3s;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 10%, black 100%);
}
.slider-bottom-post:hover .gradent-overlay:before {
	top: -20%;
}
.tp-bgimg.defaultimg:before {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	top: 0;
	background: rgba(0, 0, 0, 0.2);
	transition: .3s;
}
/* -----------------------------------
** End Slider
-------------------------------------*/
/* -----------------------------------
** Service
-------------------------------------*/
.service-item {
	text-align: center;
	max-width: 320px;
	margin: 0 auto;
}
.service-item .icon {
	margin-top: 8px;
	margin-bottom: 25px;
	transition: .3s;/*font-size: 70px;*/
}
.icon-size-tiny {
	font-size: 30px;
}
.icon-size-small {
	font-size: 40px;
}
.icon-size-medium {
	font-size: 50px;
}
.icon-size-large {
	font-size: 60px;
}
.icon-size-elarge {
	font-size: 70px;
}
/* -----------------------------------
** End Service
-------------------------------------*/
/* -----------------------------------
** Success Section
-------------------------------------*/
.success-content .large-pragraph {
	max-width: 490px;
}
.success-content p {
	margin-bottom: 30px;
}
.success-item {
	position: relative;
	display: inline-block;
}
.success-item h4 {
	position: absolute;
	left: 40px;
	bottom: 20px;
	z-index: 4;
}
.success-item .image {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}
.success-item .gradent-overlay {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.success-item .gradent-overlay:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 150%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 20%, black 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#82000000', GradientType=0 );
	transition: all .45s;
}
.success-item:hover .gradent-overlay:before {
	top: -40%;
}
.success-item.right-side {
	float: right;
	padding-top: 50px;
}
/* -----------------------------------
** End Success Section
-------------------------------------*/
/* -----------------------------------
** Help to success
-------------------------------------*/
.help-to-success-section {
	background: url("../images/help-success-bg.jpg");
	position: relative;
	background-size: cover;
	background-position: center center;
	padding-top: 88px;
	padding-bottom: 65px;
}
.help-to-success-section:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255, 255, 0, 0.93);
}
/* -----------------------------------
** End Help to success
-------------------------------------*/
/* -----------------------------------
** lets start project
-------------------------------------*/
/*.optimus-feat-video {
  padding-bottom: 20px;
}*/

.optimus-feat-video .image {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}
.optimus-feat-video .image img {
	width: 100%;
}
.optimus-feat-video .image .gradent-overlay {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.optimus-feat-video .image .gradent-overlay:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 150%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 20%, black 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#82000000', GradientType=0 );
	transition: all .45s;
}
.optimus-feat-video .image:hover .gradent-overlay:before {
	top: -50%;
}
.optimus-feat-video .image .play-icon {
	position: absolute;
	z-index: 8;
	top: calc(50% - 35px);
	left: calc(50% - 35px);
}
.optimus-feat-video .image .play-icon i {
	font-size: 70px;
	color: #fff;
	cursor: pointer;
}
.lets-start-content {
	max-width: 490px;
	float: right;
}
.lets-start-content p {
	margin-bottom: 30px;
}
.client-carousel {
	padding: 50px 0;
}
.client-carousel .owl-item {
	text-align: center;
}
.client-carousel .owl-item img {
	display: inline-block;
	width: auto;
	transition: .3s;
	cursor: pointer;
}
.client-carousel .owl-item img:hover {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
/* -----------------------------------
** End lets start project
-------------------------------------*/
/* -----------------------------------
** Testimonail
-------------------------------------*/
.testimonail-area {
	background: url("../images/testimonial-bg.jpg");
	position: relative;
	background-size: cover;
	background-attachment: fixed;
	background-position: 20% 20%;
	padding-top: 147px;
	padding-bottom: 145px;
}
.testimonail-area:before {
	position: absolute;
	background: rgba(50, 56, 70, 0.8);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	content: '';
}
.optimus-client-testimonial {
	color: #fff;
	margin-left: 31px;
}
.optimus-client-testimonial .icon {
	font-size: 60px;
	margin-bottom: 21px;
}
.optimus-client-testimonial blockquote {
	font-size: 45px;
	line-height: 72px;
	font-weight: 300;
	border: 0;
	padding: 13px 0;
	max-width: 580px;
}
.optimus-client-testimonial .autor-name {
	font-size: 20px;
	font-weight: 700;
}
/* -----------------------------------
** End Testimonail
-------------------------------------*/
/* -----------------------------------
** News Section
-------------------------------------*/
.news-item {
	background: #fff;
	box-shadow: 0 0 35px rgba(95, 95, 95, 0.07);
	border-radius: 6px;
	margin-bottom: 30px;
	transition: .3s;
}
.news-item .image {
	position: relative;
	border-radius: 4px 4px 0 0;
}
.news-item .news-text {
	padding: 32px 30px 20px 47px;
	position: relative;
}
.news-item:hover {
	box-shadow: 0 0 35px rgba(95, 95, 95, 0.25);
}
.image > .optimus-divider {
	position: absolute;
	bottom: -6px;
	left: 47px;
	margin: 0;
}
/* -----------------------------------
** End News Section
-------------------------------------*/
#mapContainer {
	height: 690px;
}
.map-section {
	position: relative;
}
.map-address-container {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	right: 20%;
	width: 400px;
	background: rgba(11, 82, 228, 0.9);
	color: #fff;
	padding: 90px 100px;
	pointer-events: none;
}
/* -----------------------------------
** Footer
-------------------------------------*/
/*.main-footer,*/
.footer-widget-container {
	padding-top: 85px;
	padding-bottom: 45px;
}
.site-footer .optimus-separeator {
	margin: 0;
}
.footer-widget {
	margin-bottom: 40px;
}
.footer-about-option .footer-logo {
	font-size: 35px;
	font-weight: 700;
	letter-spacing: -4px;
	margin-bottom: 30px;
	display: inline-block;
}
.footer-about-option p {
	font-size: 15px;
	line-height: 27px;
	margin-bottom: 27px;
}
.social-icon ul {
	padding-left: 0;
}
.social-icon li {
	list-style: none;
	display: inline-block;
	padding-right: 12px;
}
.social-icon li:last-child {
	padding-right: 0;
}
/* Footer Widget */
.footer-widget h4 {
	padding-bottom: 0;
	margin-bottom: 25px;
}
.footer-widget .widget-title:before {
	display: none;
}
/*.usefull-link-widget {
  max-width: 220px;
}*/

.widget_nav_menu ul, .usefull-link-widget ul {
	padding-left: 0;
}
.widget_nav_menu ul li, .usefull-link-widget li {
	list-style: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	padding: 9px 0;
	font-size: 15px;
}
.widget_nav_menu ul li:before, .usefull-link-widget li:before {
	content: "\f105";
	font-family: 'fontAwesome';
	margin-right: 15px;
}
.navvy-blue-bg a:hover {
	color: #ffff00;
}
.small-text {
	font-size: 80%;
}
.recent-post-item {
	padding-top: 12px;
}
.recent-post-item .image {
	float: left;
	width: 83px;
}
.recent-post-item h5 {
	margin-bottom: 2px;
	font-weight: 600;
}
.recent-post-item .text.has-thumb {
	margin-left: 110px;
}
/*.footer-menu {
  padding-bottom: 40px;
}*/

.footer-menu ul {
	padding-left: 0;
}
.footer-menu li {
	list-style: none;
	display: inline-block;
	padding-left: 25px;
	padding-right: 25px;
}
.footer-menu li:last-child {
	padding-right: 0;
}
.footer-menu li:first-child {
	padding-left: 0;
}
.footer-menu li a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
}
.footer-menu-container {
	padding: 40px 0;
}
/*.copy-right-text {
  margin-bottom: 20px;
}*/

/* -----------------------------------
** End Footer
-------------------------------------*/
/* -----------------------------------
**   Banner
-------------------------------------*/
.banner-area {
	position: relative;
	background-size: cover;
	background-position: center center;
	position: relative;
	padding-top: 92px;
	padding-bottom: 90px;
}
.banner-area:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(50, 56, 70, 0.84);
}
.banner-title h1 {
	font-size: 45px;
	color: #fff;
	line-height: 55px;
}
.about-us-banner {
	background-image: url("../images/about/about-banner.jpg");
}
.about-us-item {
	margin-bottom: 90px;
}
/* -----------------------------------
**   Succress Progress
-------------------------------------*/
.progress-area {
	padding-top: 70px;
	padding-bottom: 63px;
}
.optimus-roundslider {
	margin-bottom: 30px;
	text-align: center;
}
.roundslider-item {
	margin-left: auto;
	margin-right: auto;
}
h4.roundslider-title {
	margin-top: 32px;
}
.rs-handle {
	display: none;
}
.rs-path-color {
	background-color: #ddd;
}
.rs-border {
	border: 0;
}
.rs-range-color {
	background-color: #0b52e4;
}
.rs-tooltip.rs-tooltip-text {
	font-size: 45px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	color: #323846;
}
.rs-tooltip.rs-tooltip-text:after {
	content: '%';
}
.full .rs-tooltip {
	left: 50%;
	top: 52%;
}
.about-us-item .images img {
	width: 100%;
	border-radius: 4px;
}
/* -----------------------------------
**   Team Member
-------------------------------------*/
.team-member {
	background: #ffffff;
	box-shadow: 0 0 35px rgba(95, 95, 95, 0.07);
	margin-bottom: 30px;
}
.team-member .text {
	position: relative;
	padding-left: 50px;
	padding-bottom: 40px;
}
.team-member .text h4 {
	margin-bottom: 0;
}
.team-member .optimus-divider {
	margin-top: -5px;
}
/* -----------------------------------
**   Blog Page
-------------------------------------*/
.blog-banner {
	background-image: url(../images/blog/blog-banner.jpg);
}
.blgo-post-author, .single-comment {
	border-bottom: 1px solid #e7e7e7;
	padding: 30px 0;
}
.blgo-post-author > div, .single-comment > div {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.blgo-post-author > div .image, .single-comment > div .image {
	display: table-cell;
	vertical-align: middle;
	width: 90px;
}
.blgo-post-author > div .text, .single-comment > div .text {
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px 0 30px;
}
.blgo-post-author > div .text h3, .single-comment > div .text h3 {
	font-weight: 900;
	font-size: 20px;
	margin-bottom: 13px;
	display: inline-block;
	padding-right: 15px;
}
.blgo-post-author > div .text .date, .single-comment > div .text .date {
	text-transform: uppercase;
	margin-bottom: 13px;
	white-space: nowrap;
	display: inline-block;
}
.comment-respond {
	padding-top: 55px;
}
.comment-form {
	padding-top: 25px;
}
.comment-box .heading, .comment-form .heading {
	font-weight: 900;
	padding-bottom: 50px;
	font-size: 35px;
}
.single-comment.replay-comment {
	padding-left: 50px;
}
.comment-list {
	list-style: none;
}
.comment-list > .children, .comment-list > li {
	list-style: none;
}
.comments-title {
	font-size: 30px;
	margin-top: 40px;
}
.comment-author-email-url {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -5px;
	margin-right: -5px;
}
.comment-author-email-url > p {
	padding-left: 5px;
	padding-right: 5px;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.comment-author-email-url > p input {
	width: 100%;
}
.comment-form-comment textarea {
	width: 100%;
}
.blog-tags {
	list-style: none;
}
.blog-tags li {
	margin-right: 5px;
	margin-bottom: 10px;
	display: inline-block;
}
.blog-tags a {
	border: 1px solid #e7e7e7;
	padding: 5px 20px;
	border-radius: 20px;
}
.blog-tags a:hover {
	background: #0b52e4;
	color: #fff;
	border-color: #0b52e4;
}
.tag-and-social-share {
	margin: 30px 0;
}
.tag-and-social-share .social-icon {
	margin-top: 3px;
}
.vendor iframe {
	border: 0;
}
.scp-play-katuhu {
	display: none;
}
#scp iframe {
	border: 0;
	height: 400px;
	width: 100%;
}
.blog-detail > .image img {
	width: 100%;
}
.blog-gallery-post {
	margin-bottom: 30px;
}
.blog-qoute-post {
	position: relative;
	margin-bottom: 30px;
}
.blog-qoute-post .optimus-divider {
	z-index: 10;
}
.blog-qoute-post .media-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .7;
	z-index: 1;
}
.blog-qoute-post .qoute {
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 2;
	cursor: pointer;
	text-align: center;
}
.blog-qoute-post .qoute blockquote {
	max-width: 410px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 0 0;
	border: 0;
	font-size: 22px;
	line-height: 33px;
	font-style: italic;
}
.blog-qoute-post .qoute i {
	font-size: 30px;
}
.blog-gallery-post.owl-carousel .owl-dot, .blog-gallery-post.owl-carousel .owl-nav .owl-next, .blog-gallery-post.owl-carousel .owl-nav .owl-prev {
	width: 45px;
	height: 45px;
	color: #fff;
	border-radius: 500px;
	background: #fff;
	text-align: center;
	font-size: 20px;
	padding-top: 8px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #0b52e4;
}
.blog-gallery-post.owl-carousel .owl-nav {
	width: 100%;
	opacity: 0;
	transition: .3s;
}
.blog-gallery-post.owl-carousel:hover .owl-nav {
	opacity: 1;
}
.blog-gallery-post.owl-carousel .owl-nav .owl-next {
	right: 10px;
}
.blog-gallery-post.owl-carousel .owl-nav .owl-prev {
	left: 10px;
}
/* -----------------------------------
**  End Single Blog
-------------------------------------*/
/* -----------------------------------
**  Sidebar
-------------------------------------*/

.recent-post-widget h5 {
	font-weight: 600;
}
.contact-page #mapContainer {
	height: 500px;
}
.widget.base-bg {
	background: #0b52e4;
}
/* -----------------------------------
**  End Sidebar
-------------------------------------*/
/* -----------------------------------
**  Service Detail
-------------------------------------*/
.service-detail-bottom .image {
	margin-bottom: 30px;
}
.service-detail-bottom .text {
	padding-top: 25px;
	margin-bottom: 30px;
}
.service-detail-bottom .text h4 {
	margin-bottom: 30px;
}
/* -----------------------------------
**  End Service Detail
-------------------------------------*/
/* -----------------------------------
**  Preloader
-------------------------------------*/
.preloader {
	background: #0b52e4;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	left: 0;
	top: 0;
}
.preloader .ball-scale-multiple {
	position: relative;
	top: 50%;
	left: 50%;
}
 @-webkit-keyframes ball-scale-ripple-multiple {
 0% {
 -webkit-transform: scale(0.1);
 transform: scale(0.1);
 opacity: 1;
}
 70% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0.7;
}
 100% {
 opacity: 0.0;
}
}
 @keyframes ball-scale-ripple-multiple {
 0% {
 -webkit-transform: scale(0.1);
 transform: scale(0.1);
 opacity: 1;
}
 70% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0.7;
}
 100% {
 opacity: 0.0;
}
}
.ball-scale-ripple-multiple {
	position: relative;
	-webkit-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	transform: translateY(-25px);
}
.ball-scale-ripple-multiple > div:nth-child(0) {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.ball-scale-ripple-multiple > div:nth-child(1) {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.ball-scale-ripple-multiple > div:nth-child(2) {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.ball-scale-ripple-multiple > div:nth-child(3) {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.ball-scale-ripple-multiple > div {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	position: absolute;
	top: -2px;
	left: -26px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 2px solid #fff;
	-webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
	animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}
 @-webkit-keyframes ball-beat {
 50% {
 opacity: 0.2;
 -webkit-transform: scale(0.75);
 transform: scale(0.75);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes ball-beat {
 50% {
 opacity: 0.2;
 -webkit-transform: scale(0.75);
 transform: scale(0.75);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
.ball-beat > div {
	background-color: #fff;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: inline-block;
	-webkit-animation: ball-beat 0.7s 0s infinite linear;
	animation: ball-beat 0.7s 0s infinite linear;
}
.ball-beat > div:nth-child(2n-1) {
	-webkit-animation-delay: -0.35s !important;
	animation-delay: -0.35s !important;
}
 @-webkit-keyframes ball-scale-multiple {
 0% {
 -webkit-transform: scale(0);
 transform: scale(0);
 opacity: 0;
}
 5% {
 opacity: 1;
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0;
}
}
 @keyframes ball-scale-multiple {
 0% {
 -webkit-transform: scale(0);
 transform: scale(0);
 opacity: 0;
}
 5% {
 opacity: 1;
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0;
}
}
.ball-scale-multiple {
	position: relative;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}
.ball-scale-multiple > div:nth-child(2) {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.ball-scale-multiple > div:nth-child(3) {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.ball-scale-multiple > div {
	background-color: #fff;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	position: absolute;
	left: -30px;
	top: 0px;
	opacity: 0;
	margin: 0;
	width: 60px;
	height: 60px;
	-webkit-animation: ball-scale-multiple 1s 0s linear infinite;
	animation: ball-scale-multiple 1s 0s linear infinite;
}
/* -----------------------------------
** Back To Top
-------------------------------------*/
.cd-top {
	display: inline-block;
	height: 60px;
	width: 60px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(0, 0, 0, 0.8) url("../images/cd-top-arrow.svg") no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 999;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: .5;
}
footer.entry-footer {
	margin-top: 25px;
}
/* error-page */
.error404 .main-content {
	padding-top: 120px;
	padding-bottom: 100px;
}
.error-page-text {
	text-align: center;
	padding-bottom: 26px;
}
.error-page-text .error-title {
	font-size: 180px;
	line-height: 140px;
	font-weight: 700;
}
.error-page-text span {
	display: block;
	line-height: 50px;
	font-size: 28px;
	font-weight: 300;
}
.error-page-text span.ops {
	font-size: 57px;
	font-weight: 400;
	padding: 15px 0;
}
.error404 .content-search-box {
	max-width: 750px;
	margin: 0 auto;
}
span.wpcf7-not-valid-tip {
	color: #0b52e4;
	font-size: 1em;
	font-weight: normal;
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}
div.wpcf7-validation-errors {
	border: 2px solid #0b52e4;
}
div.wpcf7-response-output {
	margin: 0;
	padding: 0.2em 1em;
}
.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
}
.fidvits-active {
	margin-bottom: 40px;
}
.fidvits-active iframe {
	width: 100%;
}
.name-email-website-field {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.optimus-contact-form {
	margin-top: 55px;
}
.optimus-contact-form .form-group {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-right: 10px;
}
.optimus-contact-form .heading {
	margin-bottom: 40px;
}
.ls-wrapper.ls-bg-wrap:after, .ls-slide-backgrounds:after {
	content: "";
	position: absolute;
	z-index: 0;
	top: -50%;
	left: 0;
	width: 100%;
	height: 150%;
	background: rgba(0, 0, 0, 0.2);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#82000000', GradientType=0 );
	-webkit-transition: all .45s;
	-moz-transition: all .45s;
	-ms-transition: all .45s;
	-o-transition: all .45s;
	transition: all .45s;
}
.home .wpb_layerslider_element {
	margin-bottom: 0 !important;
}
#cancel-comment-reply-link {
	float: right;
}
.blog-detail-quote {
	padding: 20px 0;
}
.blog-detail-quote .icon {
	width: 110px;
	float: left;
	margin-top: 4px;
	font-size: 60px;
}
.blog-detail-quote blockquote {
	border: 0;
	margin-left: 110px;
	padding: 0;
}
.blog-detail-quote blockquote p {
	font-size: 25px;
	font-weight: 300;
	line-height: 33px;
	font-family: "Poppins", sans-serif;
}
.blog-link-post a {
	font-size: 30px;
	margin-left: 10px;
	color: #fff;
}
.format-video .wp-video {
	width: 100% !important;
	height: auto !important;
}
.sticking {
	width: 100%;
	z-index: 999;
	background-color: #ffffff;
}
/* carousel control  */
.owl-nav{
    top: 50% !important;
	transform: translateY(-50%);
    width: 100% !important;
	position: absolute;
    right: 0;
}
.owl-nav [class*="owl-"] {
    text-align: center;
    background: #fff !important;
    color: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%;
    transition: .5s;
	box-shadow: 0 0px 15px 0px #bababa;	
	top: -34px;
    opacity: 0;
}
.owl-nav [class*="owl-"]:hover{
    color: #000;
    box-shadow: 0 0px 15px 0px #bababa;
    transition: .5s;	
}
.owl-nav .owl-next{
    right: 0;
}
.owl-carousel:hover .owl-nav [class*="owl-"]{
    opacity: 1;    
    transition: .5s;
}

.optimus-carousel .owl-dot {
    background: #d4d7d8 !important;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100px;
    margin: 2px;
}

.optimus-carousel .owl-dots {
    text-align: center;
}

.optimus-carousel .owl-dot.active {
    background: #0b52e4 !important;
   border: 1px solid #0b52e4;
}
.blog-detail-container.mb30{
	margin-bottom:30px;
}