 /*
Theme Name: multilen 
Theme URI: https://wp.dreamitsolution.net/multilen/
Description: multilen - IT Solution  WordPress Theme
Author: DreamIT
Author URI: https://www.templatemonster.com/authors/dreamit/
Version: 1.1.1
Tags: custom-menu, editor-style, featured-images
Text Domain: multilen
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/*
-------------------------------------------------------------------------------------
CSS INDEX
======================================================================================
* THEME DEFULT CSS
* SECTION TITLE
* SLIDER BUTTON STYLE
* WIDGET  CSS
* HEADING TOP AREA CSS
* HEADING NAV AREA CSS
* SLIDER CSS
* ABOUT SECTION CSS
* SERCIVE CSS
* PROGRESS CSS
* TEAM CSS
* COUNTER AREA CSS
* PRICING AREA CSS
* BRAND AREA CSS
* TESTIMONIAL AREA CSS
* PORTFOLIO AREA CSS
* BLOG AREA CSS
* BLOG DETAILS AREA CSS
* choose AREA CSS
* COMMENT AREA CSS
* PAGINATION AREA CSS
* BREADCRUMB AREA CSS
* 404 AREA CSS
* FOOTER TOP AREA CSS
* FOOTER TOP 2 AREA CSS
* FOOTER MIDDLE AREA CSS
* FOOTER BOTTOM AREA CSS
* SCROLL TOP CSS
* RESPONSIVE CSS
============================================================================================= */
/*----------------------------------------
 Don't change any css from here. If you need to change, Please use child theme.
------------------------------------------*/

html,
body {}
img {
	max-width: 100%;
	height: auto;
}
/* box layout */
.box.wrapper {
	max-width: 1200px;
	margin: auto;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px #ddd;
	        box-shadow: 0px 0px 5px #ddd;
}
/* end box layout */

.fix {
	overflow: hidden;
}

.clear_both {
	clear: both;
}

.rotate-img{
    position: relative;
    z-index: 1;
}
.hbg2 .standard-logo  img {
    filter: brightness(000)invert(0);
}

/* Preloader */

.ctn-preloader {
    align-items: center;
    cursor: none;
	display: flex;
    height: 100%;
    justify-content: center;
	position: fixed;
	left: 0;
    top: 0;
	width: 100%;
    z-index: 900;
}

.ctn-preloader .animation-preloader {
	position: absolute;
    z-index: 100;
}

/* Spinner cargando */
.ctn-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
	border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: #000000; /* No se identa por orden alfabetico para que no lo sobre-escriba */
    height: 9em;
    margin: 0 auto 3.5em auto;
    width: 9em;
}

/* Texto cargando */
.ctn-preloader .animation-preloader .txt-loading {
    font: bold 5em 'Montserrat', sans-serif;
	text-align: center;
	user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: #000000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
	color: rgba(0, 0, 0, 0.2);
	position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.ctn-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
	position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

/* Efecto de fade en la animación de cargando */
.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

/* Efecto de cortina */
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

/* Animación del preloader */
@keyframes spinner {
	to {
		transform: rotateZ(360deg);
	}
}

/* Animación de las letras cargando del preloader */
@keyframes letters-loading {
  0%,
  75%,
  100% {
  	opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

/* Tamaño de portatil hacia atras (portatil, tablet, celular) */
@media screen and (max-width: 767px) {
	/* Preloader */
	/* Spinner cargando */	
	.ctn-preloader .animation-preloader .spinner {
		height: 8em;
		width: 8em;
	}

	/* Texto cargando */
	.ctn-preloader .animation-preloader .txt-loading {
	  font: bold 3.5em 'Montserrat', sans-serif;
	}
}

@media screen and (max-width: 500px) {
	/* Prelaoder */
	/* Spinner cargando */
	.ctn-preloader .animation-preloader .spinner {
		height: 7em;
		width: 7em;
	}

	/* Texto cargando */
	.ctn-preloader .animation-preloader .txt-loading {
	  font: bold 2em 'Montserrat', sans-serif;
	}
}

/*===================== multilen HEADING TOP AREA CSS =========================*/

/* LEFT RIGHT CSS */
.em40_header_area_main.hdisplay_none {
	display: none;
}
.multilen-header-top {
    padding: 10px 0;
    background: #db4a08;
}
.top-address p {
	margin-bottom: 0;
	font-size: 12px;
	display:inline-block;
}
.top-address p span,
.top-address p a {
	margin-right: 20px;
}
.top-address p span i, .top-address p a i {
    font-size: 15px;
    color: #fff;
    margin-right: 10px;
}
.top-address p a {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* TOP RIGHT CSS */

.top-right-menu ul.social-icons {
	margin: 0;
	padding: 0;
}
.top-right-menu ul.social-icons li {
	display: inline-block;
	margin-left: 18px;
	position: relative;
}
.top-right-menu ul.social-icons li a {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size: 15px;

}
.top-address p a, .top-right-menu ul.social-icons li a, .top-address p span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.top-right-menu .social-icons li a:hover,
.top-right-menu .social-icons li a i:hover {
	color: #fff;
}

.top-both-p0 .top-address p a,
.top-both-p0 .top-address p span {
	margin-right: 0px;
	margin-left: 12px;
}

.right_menu_button {
	text-align: right;
}
.login_button {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	padding: 0px 17px;
	margin-left: 10px;
	font-weight: 500;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	line-height: 24px;
}
.login_button.active,
.login_button:hover {
	background: #333;
	border-color: #333;
	color: #fff;
}
.header-support {
	margin-top: 11px;
	margin-left: 14px;
	display:inline-block;
}
.header-support a {
	color: #fff;
	font-weight: 500;
	background: #CB7931;
	padding: 8px 21px;
	border-radius: 30px;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.header-support a:before{
	position:absolute;
	left:0; 
	top:0; 
	height:100%; 
	width:0%;
	content:"";
	background:#161a33;
	border-radius:30px;
	z-index:-1;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}
.header-support a:hover::before{
	width:100%;
}
.header-support b {
    font-weight: 400;
    font-size: 17px;
    color: #565872;
}
.header-support i {
	margin-right: 12px;
	display: inline-block;
}
/* sub menu css */

.top-right-menu ul .sub-menu {
	position: absolute;
	left: 0px;
	top: 100%;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-top: 1px solid #f00;
	width: 150px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-align: left;
	background: #fff;
	z-index: 1;
}

.top-right-menu ul.social-icons li:hover .sub-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.top-right-menu ul .sub-menu li {
	padding: 5px 0px 0px 5px;
}

.top-right-menu ul .sub-menu li a {
	font-size: 12px;
}

.top-right-menu ul .sub-menu ul {
	display: none;
}

.top-welcome p {
	padding: 0px;
	margin: 0px;
}

.top-address a {
	margin-right: 5px;
	color: #43342c;
}

.top-address.em-login a+a {
	margin-right: 0;
}

.top-address.em-login p a i,
.top-address.em-login p a i {
	margin-right: 5px;
}

.top-address.em-login a+a:before {
	content: "|";
	margin-right: 12px;
}

.txtc {
	text-align: center;
}

.text-center {
	text-align: center;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.top-address a:hover{
	color:#fff;
}
/* top opening */

.top-address.menu_18 span {
	background: #fff;
	padding: 8px 15px 9px;
	display: inline-block;
	color: #333;
}

.top-right-menu ul.social-icons.menu_18,
.top-right-menu ul.social-icons.menu_19 {
	padding: 7px 0;
}

.em-login.menu_18,
.em-quearys-top.menu_19 {
	padding: 7px 0;
}


/* top quearys */

.em-top-quearys-area {
    position: relative;
    display: inline-block;
}

.em-header-quearys {
	list-style: none;
}
.em-quearys-menu i {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #DB4A08;
    margin-top: 0px;
}
.heading_style_3 .hbg2 .em-quearys-menu i {
	color: #333;
}
.em-quearys-inner {
	position: absolute;
	right: 15px;
	top: 36px;
	z-index: 999;
	display: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.em-quearys-inner {}
.em-quearys-form {
	background-color: #f5f5f5;
	width: 363px;
	float: right;
	border-radius: 30px;
}
.top-form-control {
	position: relative;
}
.em-quearys-inner::before {
	position: absolute;
	right: 1px;
	top: -11px;
	width: 47px;
	height: 47px;
	text-align: center;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 8px solid #CB7931;
	content: " ";
}
.top-form-control input {
	background: #f4f6f9;
	color: #555555;
	font-size: 13px;
	font-weight: 300;
	height: 55px;
	padding: 0 40px 0 25px;
	width: 100%;
	border: none;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	border-radius: 30px;
}
.top-form-control button.top-quearys-style {
	position: absolute;
	right: 0;
	top: 50%;
	background: 0 0;
	font-size: 16px;
	border: none;
	color: #CB7931;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 100%;
	background: #CB7931;
	width: 58px;
	border-radius: 0 30px 30px 0;
	text-align: center;
}
.top-quearys-style i {
	font-size: 18px;
	color: #fff;
}
li.em-quearys-menu {
    position: relative;
    top: 4px;
}
.em-s-hidden {
	display: none !important;
}
.multilen_nav_area.scroll_fixed.postfix.prefix .em-quearys-menu i {
    color: #fff;
}

/* address left right icon */

.top-right-menu.litop {
	float: left;
}


/* mobile logo */
.mobile_menu_logo.text-center {
	padding: 20px 0;
}

.tr_search .em-quearys-menu i {
	color: #fff;
}



/* Style 7 Top Bar */ 
.top-right-address p {
	margin-bottom: 0;
	font-size: 12px;
	display: inline-block;
}
.top-right-address .social-icons {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.top-right-address .social-icons li {
	display: inline-block;
	margin-left: 17px;
	color: #fff;
	font-size: 14px;
}

/*===================== END multilen HEADING TOP AREA CSS =========================*/


/*======================== EM CREATIVE HEADER =========================*/
.em_creative_header {
	background: #f9f9f9 none repeat scroll 0 0;
	padding: 28px 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.em_creative_header:before {
	background: #CB7931 none repeat scroll 0 0;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	width: 25%;
	height: 100%;
	z-index: -1;
	position: absolute;
}
.em_creative_header:after {
	background: #CB7931 none repeat scroll 0 0;
	content: "";
	left: 18%;
	top: 0;
	bottom: 0;
	width: 15%;
	height: 100%;
	position: absolute;
	-webkit-transform: rotate(-121deg);
	-ms-transform: rotate(-121deg);
	    transform: rotate(-121deg);
	z-index: -1;
}
.creative_logo_thumb {
	z-index: 9;
	text-align: right;
}
.creative_header_icon {
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

.creative_header_icon i {
	color: #CB7931;
	font-size: 28px;
	margin-top: 5px;
}
.creative_header_address {
	overflow: hidden;
	padding-left: 80px;
}

.creative_header_address_text>h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.creative_header_address_text>p {
	margin: 0;
}
.creative_logo_thumb {
	z-index: 9;
}
.creative_header_button {
	padding-left: 50px;
	position: relative;
	margin-top: 5px;
}
.creative_header_button:before {
	content: "";
	position: absolute;
	background: #CB7931;
	width: 1px;
	height: 74px;
	left: 10px;
	top: -21px;
}
.creative_header_button .dtbtn {
	background: #CB7931 none repeat scroll 0 0;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-family: raleway;
	font-size: 14px;
	font-weight: 600;
	margin-left: 0;
	padding: 6px 26px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.creative_header_button>a:hover {
	background: #CB7931 none repeat scroll 0 0;
}
.no-logo-sr .creative_search_icon {
	position: absolute;
	right: 19%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	z-index: 999;
}

.no-logo-sr .em-quearys-top.msin-menu-search .em-quearys-inner {
	top: 70px;
}

.no-logo-sr .multilen_menu ul {
	text-align: center;
}

.no-logo-sr .multilen_menu ul li {
	text-align: left;
}


/*======================= multilen HEADING NAV AREA CSS ========================*/

.mean-container .mean-bar {
	padding: 0;
}

.mean-container .mean-nav {
	background: #CB7931 none repeat scroll 0 0;
	float: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 60px;
}

.mean-container .mean-nav>ul>li:first-child {
	border-top: 0px solid #fff;
}

.main_menu_div {
	position: relative;
}
.multilen_nav_area {
	background: #fff none repeat scroll 0 0;
}
.multilen_menu {
	text-align: right;
}

/* LOGO CSS */

.logo {}
 .logo a {
    font-size: 23px;
    font-weight: 600;
    display: inline-block;
}

.logo a.retina-logo {
	display: none !important;
}
/* MENU CSS */
.multilen_menu ul {
	list-style: none;
	text-align:right;
	display:inline-block;
}
.transprent-menu .multilen_menu ul {
	list-style: none;
}
.multilen_menu>ul>li {
	display: inline-block;
	position: relative;
}
.multilen_menu > ul > li > a {
    display: block;
    margin: 36px 46px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index:1;
}
.heading_style_2 .multilen_menu>ul>li>a {
	color: #fff;
}
.heading_style_3 .multilen_menu > ul > li > a {
	color: #d6aee9;
}
.heading_style_4 .multilen_menu > ul > li > a {
	color: #cacce3;
}
.heading_style_5 .multilen_menu>ul>li>a {
	color: #fff;
}
.multilen_menu ul li:last-child a {
	margin-right: 0px;
}
.multilen_menu>ul>li.current>a, .multilen_menu>ul>li:hover>a, .creative_header_menu>ul>li:hover>a {
    color: #db4a08;
}
.multilen_menu>ul>li:hover>a:after{
    color: #db4a08;
}
.scroll-to-fixed-fixed .multilen_menu>ul>li:hover>a{
    color: #fff;
}
.scroll-to-fixed-fixed a.dtbtn {
    background: #fff;
    color: #DB4A08;
}
.transprent-menu.menu-style-16 .multilen_menu ul {
	text-align: center;
	list-style: none;
}
.transprent-menu.menu-style-16 .multilen_menu ul .sub-menu {
	text-align: left;
}


.heading_style_4.tr_btn .multilen_menu.main-search-menu {
	float: none;
	text-align: center;
} 

/* Transparent Menu Css */
.transprent-menu .multilen_menu > ul > li > a {
    color: #fff;
}
.transprent-menu .hbg2 .multilen_menu > ul > li > a {
    color: #03396B;
}

/* transparent 2 */
.trp_nav_area {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: transparent;
    padding: 0 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.hbg2 {
	background: rgba(0, 0, 0, .7);
	padding: 0px 50px;
}
.trp_nav_area.full-width {
	padding: 37px 100px 37px 100px;
}
.trp_nav_area.full-width.hbg2 {
	padding: 7px 20px 10px;
}
/* stycky nav js */
.transprent-menu.menu4 {
	position: relative;
}
.transprent-menu .multilen_nav_area {
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
	background-color: transparent;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: absolute;
}
.multilen_nav_area.postfix {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.multilen_nav_area.prefix, .hbg2 {
    -webkit-box-shadow: 4px 0px 11px rgb(0 0 0 / 57%);
    box-shadow: 4px 0px 11px rgb(0 0 0 / 57%);
}
.heading_style_3.tr_btn .prefix .multilen_menu>ul>li>a:hover,
.heading_style_3.tr_btn .hbg2 .multilen_menu>ul>li.current a {
	color: #CB7931;
}

.heading_style_3 .prefix .multilen_menu>ul>li>a:hover,
.heading_style_3 .hbg2 .multilen_menu>ul>li.current a {
	color: #CB7931;
}
.heading_style_3 .multilen_nav_area.prefix .em-quearys-top.msin-menu-search .em-quearys-menu i {
	color: #fff;
}
.tr_white_btn  .hbg2 {
	background:#CB7931 !important;
} 
.tr_white_btn .hbg2 .multilen_menu > ul > li > a {
	color: #fff !important;
}
/* LOGO LEFT RIGHT CSS */

.logo-left {}

.logo-right .logo {
	text-align: right;
}

.logo-right .multilen_menu>ul {
	text-align: left;
}

.logo-right .multilen_menu>ul>li:first-child a {
	padding-left: 0px;
}

.logo-right .multilen_menu>ul>li:last-child a {
	padding-right: auto;
}
.search_button {
    text-align: right;
}
/* logo top */
.logo-top .logo {
	text-align: center;
}

.logo-top .multilen_menu>ul {
	text-align: center;
}


.logo-top>.multilen_menu>ul>li:last-child a {
	padding-right: auto;
}
/* sub menu style */
.multilen_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 215px;
    text-align: left;
    background: #fff;
    margin: 0;
    padding: 7px 0;
    z-index: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    visibility: hidden;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 0 4px rgba(0,0,0,0.15);
}
.multilen_menu ul li:hover >.sub-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 100%;
	z-index: 1;
}

.multilen_menu ul .sub-menu li {
	position: relative;
}
.multilen_menu ul .sub-menu li a {
    display: block;
    padding: 10px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 14px;
    color: #03396B;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    visibility: inherit !important;
    letter-spacing:1px;
}
.multilen_menu ul .sub-menu li:hover>a, .multilen_menu ul .sub-menu .sub-menu li:hover>a, .multilen_menu ul .sub-menu .sub-menu .sub-menu li:hover >a, .multilen_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    color: #DB4A08;
}
.multilen_menu ul .sub-menu li {
	position: relative;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}
.multilen_menu ul .sub-menu li:before {
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 20px;
    color: #5451c1;
    content: "";
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    width: 15px;
    height: 1px;
    background: #CB7931;
}
.multilen_menu ul .sub-menu li:hover {
	margin-left:15px;
}
.multilen_menu ul .sub-menu li:hover:before {
	opacity:1;
	left:0px;
}
.multilen_menu ul .sub-menu li:hover {
	margin-left:15px;
}

/* New Header Style */
.multilen-header-top {
    padding: 10px 0;
    z-index: 999;
    position: relative;
}
.multilen-main-menu.transparent-two {
    margin-bottom: -171px;
    position: relative;
    z-index: 99;
    background: rgba(0,0,0,0.5);
}
.multilen-header-top .container-fluid, .multilen-main-menu .container-fluid {
    padding: 0 80px;
}
.transparent-two .logo a {
    font-size: 23px;
    font-weight: 600;
    display: inline-block;
    background: rgba(208,49,44,0.8);
    padding: 41px;
}



/* sub menu 2 */

.multilen_menu ul .sub-menu .sub-menu {
	left:100%;
	top: 130%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}

.multilen_menu ul .sub-menu li:hover>.sub-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 0%;
}


/* sub menu 3 */

.multilen_menu ul .sub-menu .sub-menu li {
	position: relative;
}

.multilen_menu ul .sub-menu .sub-menu .sub-menu {
	right: 100%;
	left: auto;
	top: 130%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}

.multilen_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 0%;
}


/* sub menu 4 */

.multilen_menu ul .sub-menu .sub-menu .sub-menu li {
	position: relative;
}

.multilen_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {}

.multilen_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 0%;
}


/* user login */

.logged-in .transprent-menu .multilen_nav_area.prefix {
	top: 32px;
}

.logged-in .trp_nav_area.hbg2 {
	top: 32px;
}


/* maing menu search */
.top-address.em-quearys-top.text-right {
    float: right;
}
nav.multilen_menu.main-search-menu {
	float: right;
}
.multilen_menu.main-search-menu>ul, .em-quearys-top.msin-menu-search {
    display: inline-block;
}
.em-quearys-top.msin-menu-search .em-quearys-menu i {
	margin-left: 20px;
}
.em-quearys-top.msin-menu-search .em-quearys-inner {
	top: 61px;
	background: #fff;
	padding: 20px;
	border-top: 3px solid #CB7931;
}
nav.multilen_menu.main-search-menu {
	/* float: right; */
	text-align: center;
}
/* has menu icon */
.multilen-main-menu .menu-item-has-children>a:after {
	margin-left: 5px;
	content: "\f107";
	font-family: FontAwesome;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	font-size: 13px;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.multilen-main-menu .menu-item-has-children .menu-item-has-children>a:after {
	margin-left: 8px;
	content: "\f105";
}

.tr-btn-search .em-quearys-menu i {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #CB7931;
    margin-top: 0;
    height: 58px;
    width: 58px;
    background: #fff;
    color: #CB7931;
    line-height: 58px;
    border-radius: 5px;
}


/* menu button */
.donate-btn-header {
    display: inline-block;
    float: right;
    margin-top: 22px;
    margin-left: 43px;
}
a.dtbtn {
    -moz-user-select: none;
    background: #db4a08;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    padding: 16px 38px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 0;
    border: 0;
    font-weight: 600;
    font-family: 'Roboto';
    letter-spacing: 3px;
    position: relative;
    z-index: 1;
}
a.dtbtn:after{
	position: absolute;
	content:"";
	top:0;
	right:0;
	height:100%;
	width: 0;
	transition:.5s;
	z-index:-1;
	background:#022254;
}
a.dtbtn:hover:after{
	 width: 100%;
    left:0;
}
a.dtbtn:hover {
    background: #CB7931;
    color: #fff;
}

.tr-btn-search .donate-btn-header {
    margin-top: 0px;
}

/* Transparent Whte Button Css */
.tr_white_btn a.dtbtn {
	background-color: #fff;
	color: #333;
}

.tr_white_btn a.dtbtn:hover {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
/* logo sticky */

.multilen-main-menu .logo a.main_sticky_main_l {
	display: block;
}

.multilen-main-menu .logo a.main_sticky_l {
	display: none;
}
.multilen-main-menu .prefix .logo a.main_sticky_l {
    display: block;
} 
/* logo pre */

.multilen-main-menu .prefix .logo a.main_sticky_main_l {
    display: none;
}

.headroom--pinned {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	    transform: translateY(0);
}

.headroom--unpinned {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	    transform: translateY(-100%);
}

.header--fixed {
	position: fixed;
	z-index: 10;
	right: 0;
	left: 0;
	top: 0;
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	-o-transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
	will-change: transform;
}

.menu-height-space {
	height: 100px;
}


/* sticky logo */

.creative_logo_thumb a.main_sticky_l {
	display: none;
}

.creative_logo_thumb .logo a {
	margin-top: 0;
}

.white_box_shadow {
	padding: 40px 30px;
	background: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
	        box-shadow: 0 0 20px rgba(0,0,0,.1);
}


.multilen-main-menu.menu-18 .hbg2 .logo a.main_sticky_main_l {
    display: none;
}
.multilen-main-menu.menu-18 .hbg2 .logo a.main_sticky_l {
    display: block;
}

.multilen-main-menu.menu-18 .hbg2 .multilen_menu > ul > li > a {
    color: #fff;
}

/*======================= END multilen HEADING NAV AREA CSS ========================*/


/*===================== multilen BLOG AREA CSS =========================*/
.multilen-blog-area {
    padding: 90px 0 100px;
}
.multilen-single-blog {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.multilen-blog-index.blog-area.multilen-blog-area, .multilen-blog-area.multilen-blog-archive {
	padding: 100px 0 55px;
}
.multilen-blog-index.blog-area.multilen-blog-area {
    padding: 100px 0 55px;
}

/* BLOG THUMB CSS */
.multilen-blog-thumb {
	overflow: hidden;
	position:relative;
}
.multilen-blog-thumb a {
	display: block;
	position: relative;
}
.multilen-blog-thumb img {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: block;
}

.multilen-blog-meta-top {
	position: absolute;
	left: 30px;
	top: 30px;
}
.multilen-blog-meta-top ul{
    list-style: none;    
}
.multilen-blog-meta-top li a {
	display: inline-block;
	background: #CB7931;
	padding: 0 16px;
	line-height: 19px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	border-radius: 5px;
}

/* BLOG TITLE AND CONTENT CSS */
.blog-content {
	word-break: break-word;
}
.em-blog-content-area {
	padding: 33px 23px 32px;
}
.blog-page-title h2 {
	margin: 0;
	margin-bottom: 20px;
	font-size: 22px;
	margin-top: 18px;
}
.blog-page-title a {
	display: block;
	font-weight: 500;
	margin-bottom: 0;
	text-transform: none;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	color: #03396B;
}
.blog-page-title a:hover {
	color: #CB7931;
}
/* BLOG POST META CSS */
.multilen-blog-meta-left a, .multilen-blog-meta-left span {
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    position: absolute;
    background: #DB4907;
    right: 0;
    bottom: 0;
    padding: 13px 14px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}
/* BLOG POST META RIGHT CSS */
.multilen-blog-meta-right {
	float: right;
	padding: 17px 0 0;
}
.multilen-blog-meta-right a, .multilen-blog-meta-right span {
	color: #777;
	font-size: 14px;
	margin-left: 10px;
	text-transform: uppercase;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: inline-block;
	text-decoration: none;
	position: relative;
	margin-right:30px;
}
.multilen-blog-meta-right i {
	margin-right: 5px;
}
/*blog list*/
.multilen-blog-area .blog-right-content.blog-home-list .multilen-single-blog {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 1px 1px 16px 6px #e8e8e8;
}
.multilen-blog-area .blog-right-content.blog-home-list .multilen-blog-thumb img {
    width: 100%;
}
.multilen-blog-area .blog-right-content.blog-home-list .em-blog-content-area {
    padding: 28px 32px  11px;
}
.multilen-blog-area .blog-right-content.blog-home-list .blog-page-title > h2 {
    margin: 11px 0 20px;
    font-size: 28px;
    font-weight: 800;
}
.multilen-blog-area .blog-right-content.blog-home-list .multilen-single-blog.multilen-lt .multilen-blog-meta-left a{
	color: #333333;
    position: relative;
    background: transparent;
    padding: 0;
}
.multilen-blog-area .blog-right-content.blog-home-list .multilen-single-blog.multilen-lt .multilen-blog-meta-left span{
	color: #333333;
    position: relative;
    background: transparent;
    padding: 0;
}
.multilen-blog-area .blog-right-content.blog-home-list .multilen-single-blog.multilen-lt .blog-page-title h2 a:hover {
    color:#DB4907;
}
/*blog grid*/
.multilen-single-blog.multilen-blog-grid-item {
    box-shadow: 1px 1px 16px 6px #e8e8e8;
}
.multilen-single-blog.multilen-blog-grid-item .em-blog-content-area {
    padding: 15px 23px  13px;
}
.multilen-single-blog.multilen-blog-grid-item .multilen-blog-meta-left a{
    color:#333333;
    padding: 0;
     background: transparent;
     position: relative;
}
.multilen-single-blog.multilen-blog-grid-item .multilen-blog-meta-left span{
    color:#333333;
    padding: 0;
    background: transparent;
    position: relative;
}
.multilen-single-blog.multilen-blog-grid-item .em-blog-content-area h2 a:hover {
    color: #DB4907;
}


/* Meta Upper */
.upper.multilen-blog-meta-left a, .upper.multilen-blog-meta-left span {
	color: #CB7931;
	font-size: 14px;
	margin-right: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0;
	font-family: 'Roboto', sans-serif;
}
.upper.multilen-blog-meta-left a:hover, .upper.multilen-blog-meta-left span:hover {
    color: #CB7931;
}
.meta-list.multilen-blog-meta-left a, .meta-list.multilen-blog-meta-left span {
    color: #CB7931;
    font-size: 14px;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0;
}

/*blog section style two*/
.blog_style_two .owl-nav {
    position: relative;
    float: right;
    top: -740px;
    right: 90px;
}
.blog_style_two .curosel-style .owl-nav .owl-prev {
    right: auto;
    left: -57px;
}
.blog_style_two .curosel-style .owl-nav .owl-prev:hover{
	background:#db4a08;
}
.blog_style_two .curosel-style .owl-nav .owl-next:hover{
	background:#db4a08;
}

/* blog readmore */

.readmore a {
	border: 1px solid #ddd;
	color: #444;
	display: inline-block;
	font-size: 11px;
	font-weight: 400;
	padding: 6px 10px;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}

.readmore a:hover {
	border-color: #CB7931;
	background: #CB7931;
	color: #fff;
}

/* Blog Grid */
.multilen-blog-grid-item .multilen-blog-thumb a img{
	width: 100%;
}

.multilen-blog-grid-item .em-blog-content-area h2{
	margin-bottom: 15px !important;
}
.multilen-blog-grid-item .em-blog-content-area h2 a {
    font-size: 24px;
    font-weight: bold;
}
.multilen-blog-grid-item .em-blog-content-area h2 a:hover{
	color: #CB7931;
}

.multilen-single-blog--thumb img {
    width: 100%;
}
/*======================== EMD multilen BLOG AREA CSS =========================*/


/*======================== multilen BLOG DETAILS AREA CSS =========================*/
.multilen-single-blog-details {
	background: #fff;
	margin-bottom: 40px;
}
.em-theme-main-page .multilen-single-blog-details {
	padding: 30px;
}
.multilen-single-blog-details-inner {
    padding: 38px 45px 45px;
    -webkit-box-shadow: 0 3px 19px rgba(0,0,0,.08);
     box-shadow: 0 3px 19px rgba(0,0,0,.08);
    border-radius: 0 0 10px 10px;
}
.em-theme-main-page .multilen-single-blog-title h2 {
	padding-bottom: 15px;
}
.multilen-single-blog--thumb {
    position: relative;
	border-radius:10px 10px 0 0;
}
.multilen-single-blog--thumb img {
	border-radius:10px 10px 0 0;
}
.single-blog-title {
    font-size: 24px;
    padding: 0;
    margin-top: 7px;
    margin-bottom: 10px;
    text-transform: unset;
    color: #03396B;
}
.multilen-single-blog-content p {
	margin-bottom: 20px;
	margin-top: 17px;
	text-align: justify;
	font-size: 16px;
}
.multilen-single-blog-details h2 {
    font-size: 30px;
}
.multilen-blog-social {
    padding-top: 26px;
    text-align: left;
    border-top: 1px solid #ddd;
    margin-top: 40px;
}
.multilen-single-icon-inner {
	text-align: left;
}
.multilen-single-icon-inner span {
    font-size: 17px;
    margin-right: 6px;
}
.multilen-single-icon-inner a i {
    border: 1px solid #e6e6e6;
    color: #565872;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 41px;
    margin: 0 9px 0 0;
    text-align: center;
    width: 40px;
    border-radius: 5px;
    transition:.5s;
}
.multilen-single-icon-inner a i:hover {
    background: #DB4A08;
    border-color: #DB4A08;
    color: #fff;
}
.single-blog-content ul {
	padding-bottom: 10px;
}
blockquote {
    padding: 20px 30px;
    font-size: 16px;
    border-left: 4px solid #CB7931;
    background: 0 0;
    font-style: normal;
    color: #232;
    font-weight: 400;
    position: relative;
    line-height: 1.5;
}
blockquote i {
    margin-right: 10px;
}
.post-text blockquote::before {
	content: "\f10d";
	left: 42px;
	top: 50px;
	position: absolute;
	color: #758799;
	font-family: "FontAwesome";
	font-weight: 700;
	font-size: 41px;
}
blockquote .small, blockquote footer, blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
}
.multilen-blog-social {
    padding-top: 40px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    margin-top: 40px;
}
.multilen-single-blog-details .inner-content h4 {
    padding-bottom: 20px;
    font-size: 24px;
}
.multilen-blog-meta.txp-meta {
    padding-bottom: 22px;
}

.multilen-single-blog-details .multilen-blog-meta{
	padding: 0;
}
.multilen-single-blog-details .multilen-blog-meta-left a, .multilen-single-blog-details .multilen-blog-meta-left span {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 500;
}
.multilen-single-blog-details .multilen-blog-meta-left a {
    margin-right: 20px;
    position: relative;
}
.multilen-single-blog-details .multilen-blog-meta-left span {
    margin-right: 0;
    position: relative;
}
.multilen-single-blog-details .multilen-blog-meta-left span::before{
	position: relative;
}
.multilen-single-blog-details .multilen-single-blog-details-inner {
    padding: 26px 0px 45px;
    box-shadow: none;
}
.multilen-single-blog-details .multilen-blog-meta-left a {
    color: #03396b;
    position: relative;
    background: transparent;
    padding: 0;
}
.multilen-single-blog-details .multilen-blog-meta-left span {
    color: #03396b;
    position: relative;
    background: transparent;
    padding: 0;
}
.multilen-single-blog-details .multilen-blog-meta-left span{
    color: #03396b!important;
}
.multilen-single-blog-details .multilen-single-blog-details-inner .single-blog-title h2 {
    font-size: 40px;
    color: #03396b;
    letter-spacing: 1px;
    margin: 0 0 11px;
}
.multilen-single-blog-details .multilen-single-blog--thumb{
	border-radius: 0;
}
.multilen-single-blog-details .multilen-single-blog--thumb img{
	border-radius: 0;
}
.blog-home-list .multilen-blog-meta-left a,
.blog-home-list .multilen-blog-meta-left span{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.blog-home-list .multilen-blog-meta-left a{
	margin-right: 20px;
}
ul.wp-block-categories-list.wp-block-categories {
    margin-bottom: 28px;
}

/*======================== multilen COMMENT AREA CSS =========================*/


/* POST REPLY CSS */
.comments {
    padding-bottom: 50px;
    padding-top: 14px;
}
.post_comment {
    border-bottom: 1px solid #EAEAEA;
    margin: 20px 0;
    padding: 0 15px;
}
.comment_inner {}

.commment_title {}
.commment_title h3 {
    font-size: 24px;
    margin-bottom: 30px;
    position: relative;
    margin-top: 0;
    position: relative;
	display:inline-block;
}
.commment_title h3:before {
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 88px;
    height: 3px;
    background: #aec6ef;
    content: "";
}
.commment_title h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -17px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #DB4B08;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}
.post_replay_inner {
    word-wrap: break-word;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
.mgl-30 {
	margin-left: 30px;
}
.post_reply_thumb img {
	border-radius: 50%;
}
.post_replay {
    margin-top: 36px;
}
.post_reply {
	padding-left: 15px;
	width: 100%;
	position: relative;
}
.post_reply div.st {
	font-size: 18px;
	font-weight: 400;
}
.post_reply div.st a {
    color: #03396B;
    font-size: 18px;
    display: inline-block;
    padding-bottom: 3px;
    font-weight: 700;
}
.reply_date {
	overflow: hidden;
	margin-bottom: 5px;
}
.reply_date span.span_left {
    display: block;
}
.reply_date span.span_right {
    float: none;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
    position: absolute;
    top: 0;
    right: 0;
    background: #CB7931;
    padding: 3px 18px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 4px;
}
.reply_date span.span_right:hover{
	background:#CB7931;
}
.post_reply p {}
.comments-area .children {
    margin-left: 90px;
}
.post_comment .post_comment {
	margin-left: 15px;
}
.em-theme-main-page .commment_title h3 {
	margin-top: 0px;
}
.em-theme-main-page .empgc {
	margin-top: 40px;
}
.em-theme-main-page .empgc.commment_title h3 {
	margin-bottom: 35px;
}
.em-single-page-comment .commment_title.empgc>h3 {
	margin-bottom: 35px;
}
.logged-in-as {
	margin-bottom: 10px;
	margin-top: 30px;
}
.logged-in-as a {
	color: #333;
}
a.comment-edit-link {
	margin-bottom: 12px;
	display: inline-block;
}
.em-theme-main-page .comments-area {
	margin-top: 40px;
	clear: both;
}
.comment-respond {
    padding-top: 14px;
}
.comment-respond .commment_title h3 {
    margin-bottom: 60px;
}
/*======================== multilen unittest =========================*/
.blog-page-title > h2 {
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-bottom: 20px;
    font-size: 30px;
    margin-top: 11px;
    font-weight: 800;
}
.grid-item .blog-page-title > h2 {
	font-size: 21px;
	margin-bottom: 2px;
}
.blog-page-title a {
    display: block;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: none;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: #03396B;
}
.blog-page-title h2 a:hover {
	color: #CB7931;
}
.em-blog-content-area {
	display: block;
	width: 100%;
}
.em-blog-content-area {
    padding: 15px 0  20px;
    overflow: hidden;
}
.blog-content p {
	margin-bottom: 0;
}
.single-blog-content iframe {
	margin-top: 20px;
}
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 500;
	color: #333;
	font-size: 30px;
}
.post_reply h1,
.post_reply h2,
.post_reply h3,
.post_reply h4,
.post_reply h5,
.post_reply h6 {
	color: #303030;
	font-size: 30px;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 15px;
}
.blog-content h2,
.post_reply h2 {
	font-size: 26px;
}
.blog-content h3,
.post_reply h3 {
	font-size: 22px;
}

.blog-content h4,
.post_reply h4 {
	font-size: 20px;
}
.blog-content h5,
.post_reply h5 {
	font-size: 18px;
}
.blog-content h6,
.post_reply h6 {
	font-size: 17px;
}
/* single blog */
.single-blog-content ol,.single-blog-content ul{
	padding-left: 20px;
}
/*======================== multilen PAGINATION AREA CSS =========================*/
.paginations {
	text-align: left;
	margin-top: 20px;
}
.page-numbers li {
	display: inline-block;
	text-align: center;
}
.paginations a, .page-numbers span.current {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin: 0 5px 0 0;
    color: #9990b8;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.20);
            box-shadow: 0 0 5px rgba(0,0,0,0.20);
}
.page-numbers li {
	display: inline-block;
}
.paginations a:hover,
.paginations a.current,
.page-numbers span.current {
	background: #CB7931;
	border-color: #CB7931;
	color: #fff;
}
/*======================== multilen BREADCRUMB AREA CSS =========================*/
.breadcumb-area {
    padding: 185px 0 185px;
    background-color: #fff;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}
.breadcumb-area:before {
    background: rgba(0, 0, 0, 0.0);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
}
.breadcrumb_tran_header .breadcumb-area {
    padding: 191px 0 110px;
}
.breadcumb-inner h2 {
    font-size: 55px;
    margin-bottom: 25px;
    color: #fff;
}
.breadcumb-inner ul {}
.breadcumb-inner li {
    display: inline-block;
    margin: 0 6px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}
.breadcumb-inner li a {
    color: #fff;
}
.brpt h2 {
    font-size: 72px;
    margin-bottom: 30px;
    margin-top: 0;
    letter-spacing: 3px;
    color: #fff;
}
.lcase {
	text-transform: lowercase;
}
.ucase {
	text-transform: uppercase;
}
.ccase {
	text-transform: capitalize;
}
.col-md-12.txtc.text-center.ccase {
    text-align: left!important;
}
.breadcumb-inner {
    text-align: left;
}
.pimgs img {
	width: 100%;
}
.multilen-breadcroumb-area.product-breadcrumb {
	background: #000;
	padding: 113px 0 80px;
	background-image: url("https://webitkurigram.com/wp/multilen/wp-content/uploads/2020/06/multilen-animate-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
/*case study list*/
.case-details-box {
    overflow: hidden;
    -webkit-box-shadow: 0 0 30px 
    rgba(0,0,0,0.10);
    box-shadow: 0 0 30px 
    rgba(0,0,0,0.10);
    padding: 65px 60px 65px;
}
.portfolio_info {
    padding-left: 16px;
}
.portfolio_info h2 {
    font-size: 30px;
    margin: 0 0 24px;
}
.portfolio_info ul li strong {
    font-size: 18px;
    font-weight: 700;
}

/*======================== multilen 404 AREA CSS =========================*/
.not-found-area {
    background-color: #f9f9f9;
    background-position: center top;
    background-repeat: repeat;
    background-size: cover;
    padding: 0 0 16px;
}
.not-found {
	display: table;
	width: 100%;
	text-align: center;
	background: #fff;
	margin: 70px 0;
	padding: 120px 0;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.15);
	  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
.not-found-inner {
	display: table-cell;
	vertical-align: middle;
}
.not-found-inner {
	font-size: 30px;
}
.not-found-inner h2 {
	color: #CB7931;
	display: inline-block;
	font-size: 160px;
	font-weight: 700;
	line-height: 1.2;
	padding: 15px 0;
}
.not-found-inner p {
	font-size: 30px;
}
.not-found-inner a {
	color: #fff;
	font-size: 24px;
	margin-top: 40px;
	display: inline-block;
	background: #CB7931;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.15);
	        box-shadow: 0 0 4px rgba(0,0,0,.15);
	padding: 10px 40px;
}
.not-found-inner a:hover{
	background:#CB7931;
	color:#fff;
}
/* search error */
.multilen-search-page {
	background: #f6f6f6;
	padding-bottom: 135px;
}
.search-error .search input {
	padding: 20px 0;
}
.search-error .search input[type="text"] {
	padding-left: 10px;
}
.search-error .search button {
	top: 48%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
}
.search-error > p {
	font-size: 18px;
	margin: 14px 0 20px;
}
.search-error > h3 {
	display: block;
	font-size: 60px;
	 color: #CB7931; 
}
.search-error .search input {
	height: 54px;
	border: 1px solid #ddd;
}
.mobile_menu_logo a {
	font-size: 23px;
	font-weight: 600;
	text-transform: uppercase;
}
/*======================== multilen FOOTER TOP AREA CSS =========================*/
.top-address-area {
	background: #111111;
	padding: 90px 0px 85px;
	text-align: center;
}
.top_address_logo {
	margin-bottom: 30px;
}
.address_content {
	padding-top: 38px;
}
.top_address_content a,
.top_address_content span {
	color: #ffffff;
	display: inline-block;
	font-weight: 400;
	line-height: 12px;
	margin-right: 14px;
}
.top_address_content a i,
.top_address_content span i {
	font-size: 14px;
	margin-right: 11px;
}
.footer-top-address h2 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
	letter-spacing: 10px;
	font-weight: 700;
	font-size: 26px;
}
.footer-top-address h2 span {
	color: #CB7931;
	font-weight: 700;
}
/*======================== multilen FOOTER TOP AREA CSS =========================*/
.footer-top {
    background: #0f1328;
    padding: 120px 0 100px;
}
.footer-top-inner h2 {
	color: #fff;
	font-family: "Raleway", sans-serif;
	font-size: 35px;
	font-weight: 700;
	height: 60px;
	line-height: 60px;
	padding: 0 15px;
	text-transform: uppercase;
}
.footer-top-inner h2 span {
	color: #CB7931;
	font-weight: 600;
}
.footer-top-inner p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    padding: 0 10px;
    color: #b4bbc9;
    margin-left: auto;
    margin-right: auto;
    width: 69%;
}
.footer-social-icon {
	padding: 10px 0 20px;
	text-align: center;
}
.footer-social-icon a i {
    color: #b4bbc9;
    font-size: 16px;
    height: 70px;
    width: 70px;
    display: inline-block;
    border-radius: 50%;
    background: #1c2940;
    line-height: 70px;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 0 5px;
}
.footer-social-icon a i:hover {
	background-color: #ff4b57;
	color: #fff;
}
.footer-social-icon.htop-menu-s {
	padding: 0;
	display: inline-block;
	margin-left: 30px;
}
.footer-social-icon.htop-menu-s a i {
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	margin: 0 3px;
	width: 35px;
	color: #333;
}
.footer-top-inner .text-center {
    margin-bottom: 32px;
    text-align: center;
}
.elementor-20 .elementor-element.elementor-element-55e3ef8 > .elementor-widget-container {
     padding: 0px 0px 0px 0 !important;
}
/*======================== multilen FOOTER MIDDLE AREA CSS =========================*/
.footer-middle {
    padding: 136px 0 139px;
    position: relative;
    background: #CB7931;
}
.wpfdp {
	padding-bottom: 30px;
}
.footer-middle .widget h2 {
    font-size: 18px;
    margin-bottom: 31px;
    margin-top: 0;
    position: relative;
    font-weight: 600;
    color: #fc4242;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-middle .recent-post-text h4 a {
    color: #fff;
    font-size: 17px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 500;
    letter-spacing: 0;
}
.footer-middle #archives-dropdown--1 {
	height: 34px;
	width: 100%;
}
.recent-post-image img {
    border-radius: 5px;
}
.footer-middle .widget h2 {}

.footer-middle .tagcloud a {}

.footer-middle .widget ul {
	list-style: none;
}

.footer-middle .widget ul li {
	margin-bottom: 10px;
}
.footer-middle .widget ul li {
    margin-bottom: 17px;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
    color: #fff;
}
.footer-middle .widget ul li a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}
.footer-middle .widget ul li a:hover {
    color: #fc4242;
}

.footer-middle .widget .menu-social-menu-container ul li::before{
display:none;
}
.recent-portfolio-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	        flex-flow: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.recent-portfolio {
	margin-bottom: 10px;
	margin-right: 10px;
}

.recent-portfolio {
	width: 29.33%;
}

.recent-portfolio-image img {
	width: 100%;
}

/*======================== multilen FOOTER BOTTOM AREA CSS =========================*/
.footer-bottom {
    background: transparent;
    position: relative;
    margin-top: -76px;
}

.footer-bottom .row{
	padding: 20px 0;
} 
.footer-bottom .row {
    padding: 25px 0;
    border-top: 1px solid#fc4242;
}
.copy-right-text {
}

.copy-right-text p {
	padding: 0;
	margin: 1px 0 0;
	font-size: 14px;
	color:#fff;
}

.footer-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.footer-menu ul li {
	display: inline-block;
}
.footer-menu ul .menu-item {
	margin-left: 13px;
}
.footer-menu ul .menu-item a {
    color: #24334d;
    padding: 0;
    display: block;
    text-transform: capitalize;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .5s;
    font-size: 14px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    background: #fff;
    text-align: center;
    border-radius: 4px;
}
.footer-menu ul .menu-item a:hover{
	color:#fff;
	background:#FB443E;
}

.footer-menu .social-icon {
	color: #333333;
	display: block;
	font-size: 15px;
	margin-left: 10px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #fff;
	text-align: center;
	color: #333333;
	border-radius: 100%;
	-webkit-box-shadow: 0px 16px 32px 0px rgba(212, 212, 212, 0.2);
	        box-shadow: 0px 16px 32px 0px rgba(212, 212, 212, 0.2);
}

.footer-menu .social-icon:hover {
	color: #fff;
	background-color: #42047B;
}

.footer-menu ul li:last-child a {
	padding-right: 0px;
}

.footer_style_3 .footer-menu ul li:first-child a {
	padding-left: 0px;
}
.footer-menu ul ul {
	display: none;
}
/*hiper link*/
.text-center {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.text-center a {
    color: #DB4A08;
    font-weight: 500;
}
/*======================== EM40 SCROLL TOP CSS =========================*/
#scrollUp {
    bottom: 30px;
    color: #fff;
    font-size: 34px;
    height: 60px;
    line-height: 60px;
    right: 30px;
    text-align: center;
    width: 60px;
    border-radius: 100%;
    background: #DB4A08;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
#scrollUp i {
	color: #fff;
}


/*======================== END EM40 SCROLL TOP CSS =========================*/

.copy-right-text a {
	color: #CB7931;
}
.template-home .vc_row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.wpb_gallery.wpb_content_element.vc_clearfix {
	margin-bottom: 0;
}
.widget_recent_data {
    padding-bottom: 9px !important;
}
.recent-post-item {
	clear: both;
}
.recent-post-image {
	float: left;
	margin-right: 10px;
}
.recent-post-image a {
    display: block;
    margin-top: 0;
    margin-bottom: 17px;
}
.recent-post-text {
	overflow: hidden;
}
.recent-post-text > h4 {
	margin-bottom: 2px;
	margin-top: 0px;
	line-height: 16px;
}
.recent-post-text h4 a {
    color: #03396B;
    font-size: 16px;
    line-height: 21px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 600;
    /* font-family: 'Roboto'; */
}
.recent-post-text h4 a:hover {
    color: #fc4242;
}
.recent-post-item:last-child{
	border-bottom:0;
}
.recent-post-text .rcomment {
    color: #DB4907;
    font-size: 12px;
    text-transform: none;
}
.recent-post-text .rcomment i {
	margin-right: 5px;
}
.footer-middle .recent-post-text .rcomment {
    color: #fff;
    font-size: 15px;
}
.footer-middle .recent-post-text > h4 {
	margin-bottom: 2px;
}
.footer-middle .recent-post-text>h4 a:hover {
	color: #EEEEEE;
}
.footer-middle .recent-post-text .rcomment {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}
.footer-middle .recent-post-item {
	margin-bottom: 19px;
	padding-bottom: 5px;
}
.mean-container .mean-bar {
    float: none;
    background: #DB4A08;
}
.mean-container .mean-nav ul li li a {
	color: #333;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.footer-middle .widget .menu-social-menu-container ul {
	margin-left: 0;
	margin-top: 5px;
}
.footer-middle .widget .menu-social-menu-container ul li {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 10px;
	margin-top: 0;
	padding-left: 0;
	position: inherit;
}
.footer-middle .widget .menu-social-menu-container ul li a {
	display: block;
}
.footer-middle .widget .menu-social-menu-container ul li i {
    border: 0;
    display: block;
    margin-right: 6px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-size: 16px;
}
.footer-middle .widget .menu-social-menu-container ul li i:hover {
	color: #CB7931;
	background: transparent;
}
/* kc element */
.template-home-wrapper {
	overflow: hidden;
}

/* Video ICon Css */

.em-call-to-video h3 {
	color: #fff;
}
.em-call-to-video h3 {
	margin-top: 5px;
	font-size: 25px;
}
.slider-video-icon a i ,
.slider-video-icon a i, .em-call-to-video i {
    font-size: 28px;
    color: #DB4A08;
}

.slider-style-seven .slider-video-icon,
.slider-style-four .slider-video-icon {
    display: inline-block;
    padding-top: 14px;
    position: absolute;
    right: 20%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index:999;
            
}
.slider-style-seven .slider-video-icon {
    top: 40%;
}
.slider-video-icon a ,
.video-icon-box a {
    background: #fff;
    height: 70px;
    width: 70px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    line-height: 70px;
    color: #CB7931;
    font-size: 15px;
    position: relative; 
    display: inline-block;
}
.slider-video-icon a,
.video-icon-box a{
    border-radius: 50%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s
}
@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

.video-icon-box h3 {
    margin-left: 40px;
    display: inline-block;
}



/*===================== multilen Counturap =========================*/

.fun_fact_area {
	position: relative;
}

.fun_fact_area::before {
	content: "";
	position: absolute;
	right: 0;
	top: 76px;
	background: url("https://wp.dreamitsolution.net/multilen/multilen-transport/wp-content/themes/multilen/assets/images/08.png");
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-position: center;
	left: 0;
}

.single_counter2 .counter_icon i {
    font-size: 30px;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #CB7931;
    border-radius: 100%;
    line-height: 80px;
    margin-bottom: 22px;
}

.kc-ui-progress2 span.value {
    background: #CB7931 !important;
    color: #fff !important;
}
/* Style 3 */
.style-three .counter_icon {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    float: left;
    overflow: hidden;
    margin-right:15px;
}
.style-three .single_counter_inner {
    overflow: hidden;
    text-align: left;
    margin: 0;
}
.style-three .countr_text > h1 {
    font-size: 42px;
    display: inline-block;
    font-weight: 800;
    margin: 0;
}
.style-three .counter_title h4 {
    color: #03396B;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 0px;
    font-weight: 700;
    letter-spacing: 0;
}
.single_counter2.style-three .counter_icon i {
    font-size: 31px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 0;
    margin-top: 5px;
}
/* carousel Nav Style */
.curosel-style .owl-nav div {
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
    color: #fff;
    font-size: 19px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 50px;
    text-align: center;
    z-index: 99;
    -webkit-transform: translateY(-49%);
    -ms-transform: translateY(-49%);
    transform: translateY(-49%);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: #022255;
}
.curosel-style .owl-nav .owl-next {
	left: auto;
	right: -50px;
}
.curosel-style .owl-nav .owl-prev {
	right: auto;
	left: -50px;
}
.single_gallery.curosel-style .owl-nav div {
	left: 30px;
}
.single_gallery.curosel-style .owl-nav .owl-next {
	right: 30px;
	left: auto;
}
.portfolio_gallery_post.curosel-style .owl-nav div {
	left: 0px;
}
.portfolio_gallery_post.curosel-style .owl-nav .owl-next {
	right: 0px;
	left: auto;
}
.portfolio_gallery_post.curosel-style .owl-nav div {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.curosel-style .owl-nav .owl-next:hover {
	background:#042C67;
	color: #fff;
}
.curosel-style .owl-nav .owl-prev:hover {
	background:#042C67;
	color: #fff;
}
.owl-carousel .owl-item img {
	margin: auto;
}
.curosel-style:hover .owl-nav div {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.testimonial_list.curosel-style .owl-nav .owl-prev {
    left: -100px !important;
}
.testimonial_list.curosel-style .owl-nav .owl-next {
    right: -100px;
}
.testimonial_list .owl-nav {
    position: relative;
    bottom: 95px;
}

/*---------------------- * FORM CSS -----------------------*/
select, .form-control {
    height: 48px;
    background-color: #fff;
    border-color: transparent;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid #e6e6e6;
    padding: 6px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
}
select {
    width: 100%;
}
.quote_form .form-control {
    color: #fff;
    background: rgb(46,56,70, 0.8);
    border: none;
    border-radius: 0;
}
.quote_form textarea {
    height: 145px;
}
.dark-contact .quote_form .form-control {
    background-color: #fff;
    border-color: #e6e6e6;
}
.form-control:focus {
    background-color: rgb(121,76,71,0.7);
    box-shadow: none;
}
.buttons{
	text-align:center;
}
.button {
    background: #DB4A08;
    border: 0;
    display: inline-block;
    text-align: center;
    padding: 16px 43px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #fff;
}
.button:hover {
    background: #022254;
    color: #fff;
}
.button i {
    margin-left: 5px;
}
.quote_form .button {
    background: #db4907;
    color: #fff;
    margin-top: 0;
    font-size: 14px;
    display: block;
    width: 100%;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 0 0 0 13px;
    height: 52px;
}
.dark-contact .quote_form .button {
    background: #CB7931;
    color: #fff;
}
.quote-form-two .buttons {
    text-align: left;
}
.odoo-consult-form {
    z-index: 1;
    position: relative;
}
.quote_form.contact-page-form .form-control{
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}
.quote_form.contact-page-form .form-control:focus{
	background-color: transparent;
	box-shadow: inherit;
	border-bottom-color: rgba(255, 255, 255, 0.5);
}
.quote_form.contact-page-form h2{
	color: #2d476e;
}
.quote_form.contact-page-form .button{
	padding: 20px 45px;
}
/*contact form style two*/
.quote_form.style-two .form-control {
    color: #fff;
    background: rgb(2,34,84, 0.7);
    border: none;
    border-radius: 4px;
    height: 53px;
}
 .quote_form.style-two .buttons {
    text-align: left;
}
.quote_form.style-two .buttons .button {
    font-size: 15px;
    width: 61%;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.quote_form.style-two textarea{
    height:200px!important;
}
.quote_form.style-two .buttons .button::after{
   position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:#022255;
    content: "";
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .5s;
    opacity: 0.6;
    transition: 500ms;
    transform: scaleX(0);
    z-index:-1;
}
.quote_form.style-two .buttons .button:hover::after{
    transform: scaleX(1);
}
 .quote_form.style-two .form-control:focus {
    background-color: rgb(121,76,71,0.8);
    box-shadow: none;
}

/* contact from */
div.wpcf7-response-output {
	margin: 0;
}
/* recent post */

.footer-address {
	padding-top: 0px;
}
.footer-widget.address, .footer-widget.address p {
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
}
div#block-8 p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 23px;
}
.footer-sociala-info {
	overflow: hidden;
}
.footer-logo {
	margin-bottom: 18px;
	margin-top: 19px;
}
.footer_s_inner {
	margin-top: 0px;
	margin-bottom: 0;
}
.footer-sociala-icon {
    clear: both;
    float: left;
    font-size: 26px;
    margin-right: 17px;
    overflow: hidden;
    color: #CB7931;
    display: none;
}
.recent-post-item {
    clear: both;
    overflow: hidden;
    margin-bottom: 14px;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 0px;
}
.recent-post-image {
	float: left;
	margin-right: 25px;
}

.recent-post-image a {
	display: inline-block;
}
.recent-post-text {
	margin-top: 0;
	overflow: hidden;
}
.recent-post-text .rcomment i {
	margin-right: 5px;
}
.footer-middle .post-date {
	display: block;
}
.footer-middle .recent-post-item + .recent-post-item {
	margin-top: 0px;
	margin-bottom: 10px;
}
.footer-sociala-info p b {
    display: block;
    color: #fc4242;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 2px;
}

/* Mailchim Form Css */
.mailchim-form-inner {
    width: 100%;
    background: #fff;
    border-radius: 15px;
    padding: 28px 190px 20px;
/*     box-shadow: 0 5px 10px rgba(0,9,128,0.035), 0 7px 18px rgba(0,9,128,0.05); */
    overflow: hidden;
    background: #CB7931;
}
.mailchim-form-inner .widgettitle {
    font-size: 31px;
    font-weight: 700;
    padding-bottom: 25px;
    text-align: center;
    text-transform: capitalize;
    color: #2a466b;
}
.mc4wp-form-fields p {
    position: relative;
    color: #5e629c;
    font-size: 16px;
}
.footer-middle .mc4wp-form-fields p {
    color: #a0a1a2;
}
.mc4wp-form-fields p {
    position: relative;
    color: #333;
    text-align: left;
    margin-bottom: 0;
}
 .mc4wp-form-fields p label {
     font-size: 16px;
     font-weight: 700;
     margin: 15px 0;
}
.mc4wp-form-fields input, .mc4wp-form-fields textarea {
    font-size: 14px;
    position: relative;
    width: 86%;
    background: #fff;
    border: 0;
    border-radius: 0;
    margin-bottom: 14px;
    margin: auto;
    border: 0;
    border-radius: 0;
    height: 58px;
    padding-left: 16px;
}
.mc4wp-form-fields textarea{
	height:80px;
}
.mc4wp-form-fields button {
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: medium none;
    background: #022254;
    display: block;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    margin: auto;
    padding: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    height: 58px;
    width: 65px;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mc4wp-form-fields button i {
    margin: 0;
    font-size: 30px;
    color: #fff;
}
 .mc4wp-form-fields button:hover {
 -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
         box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
}
.mc4wp-form-fields input:focus, .mc4wp-form-fields textarea:focus{
	outline: 0;
}
.mc4wp-form-fields i {
	margin-right: 10px;
	color: #000;
}

/* Appointment Form Css */
.form-area.apppontment-form {
    background: #fff;
    padding: 32px 50px 9px;
    border-radius: 7px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
}
.apointment-form-title {
    text-align: center;
    margin-bottom: 30px;
}
.apointment-form-title h2 {
    font-size: 25px;
}
.form-area.apppontment-form .button {
    padding: 14px 39px;
    border-radius: 4px;
    width: 100%;
}
/*===================== multilen adn blog css =========================*/

/* responsive 320 start */


/* small mobile :320px. */

@media (max-width: 767px) {
	body {
		overflow-x: hidden;
	}
	.multilen-header-top {
		display: none;
	}
	.mean-container .mean-bar:before {
		text-transform: uppercase;
		top: 19px;
	}
	.mean-container a.meanmenu-reveal {
		padding: 19px 20px 18px;
	}
}


/* Slider Nav & Dots Css */

.slick-dots {
	bottom: -30px;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li {
	height: 5px;
	margin: 0 3px;
	width: 20px;
}
.slick-dots li button {
	background-color: #fff;
	border: 0 none;
	height: 13px;
	padding: 0;
	text-indent: -99999px;
	width: 13px;
	border-radius: 100%;
}

.slick-dots .slick-active button {
	background-color: #CB7931;
}

.bnrsk:after {
	background-color: rgba(0, 0, 0, 0.0);
}




/* project desc */
.portfolio-details-box li {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 300;
    padding: 13px 0;
    text-transform: capitalize;
    list-style: none;
}

.portfolio-details-box li:last-child {
	border-bottom: 0 none;
}

.portfolio-details-box li span {
	color: #333;
	display: inline-block;
	font-weight: 700;
	margin-right: 15px;
	text-transform: uppercase;
	width: 170px;
}
.portfolio-details-box li:first-child {
    padding-top: 0;
}

.portfolio-details-box ul {
	margin-bottom: 20px;
}

.portfolio-description {
	margin-top: 50px;
}

.portfolio-description>p {
	font-size: 18px;
}

.projects-navigation-wrap {
	margin-top: 50px;
}
.projects-navigation-wrap a {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
.pr-title h2 {
    font-size: 27px;
    text-transform: capitalize;
    margin: 46px 0 29px;
}
.prot_content.multi_gallery {
	width: 75%;
	margin: auto;
}
.prots-contentg {
    font-size: 15px;
    text-align: justify;
}
/*blog details*/
.content {
    padding: 31px 24px 9px 37px;
    background: rgb(219,75,8,0.2);
    border-left: 4px solid#DB4B08;
    margin-bottom: 22px;
}
p.bold-text {
    font-size: 17px;
}
p.another {
    text-transform: capitalize;
    font-size: 18px;
    font-style: italic;
}
button.wp-block-search__button.has-icon {
    background: transparent;
    border: none;
    font-size: 20px;
    transform: rotate(-94deg);
}
/*======================== multilen Video CSS =========================*/


/* footer widget */
.mean-container .mean-bar:before {
	text-transform: uppercase;
}
.footer-logo img {
    margin-bottom: 20px;
}
.mc4wp-alert.mc4wp-error a,
.mc4wp-alert.mc4wp-error p {
	color: #CB7931 !important;
}

span.wpcf7-not-valid-tip {
	text-align: left;
}
.footer-middle .widget.widget_archive .widget-title {
	margin-bottom: 34px !important;
	margin-top: 28px !important;
}
.footer-middle .widget.widget_search .widget-title {
	margin-top: 25px !important;
}
.footer-middle .widget.widget_tag_cloud .widget-title {
	margin-bottom: 20px !important;
}
.footer-middle .widget.widget_text p img {
	margin-top: 10px !important;
	margin-bottom: 6px !important;
}
/* sidebar widget */
.blog-left-side .widget.widget_text p img {
	margin-top: 10px !important;
	margin-bottom: 6px !important;
}
.blog-left-side .widget.widget_text .wp-caption {
	margin-bottom: 0px;
}
.blog-left-side .widget.widget_archive .widget h2 {
	padding-bottom: 19px !important;
}
.footer-middle table#wp-calendar td#today a {
	color: #fff !important;
}
.footer-middle table#wp-calendar th {
	color: #e3e3e3;
}
.blog-left-side .widget h2 {
	margin-top: 0;
}
.footer-middle #archives-dropdown--1 {
	height: 34px;
	width: 100%;
}
.widget.widget_categories select {
	width: 100%;
	height: 34px;
}
.widget .screen-reader-text {
	display: none;
}
.search input {
	width: 100%;
}
.textwidget select {
	width: 100%;
}
.widget ul li:first-child {
	padding-top: 0;
}
.blog-left-side .widget ul li {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-top: 1px solid #E8E8E8;
    padding: 15px 0 10px;
    margin: 0;
}
.widget ul li:hover {
	color: #CB7931;
}
.comment_field .textarea-field label {
	margin-top: 20px;
	margin-bottom: 10px;
}
.blog-content {
    word-break: break-word;
}
.post-password-form input[type="submit"] {
	background: #CB7931;
	height: 40px;
	width: 100px;
}
.page-list-single {
	clear: both;
}
.blog-left-side .text-widget-about ul li {
	border-top: 0;
	padding: 0;
}
.copyright-social ul li {
  font-size: 16px;
  display: inline;
}
.copyright-social ul li a {
  color: #f8f9fe;
  font-size: 14px;
}
.copyright-social ul .policy:after {
  content: "/";
  color: #f8f9fe;
  padding-left: 10px;
  padding-right: 10px;
}
/* Slider Dot Css*/
.owl-dots {
    position: absolute;
    left: 50%;
    bottom: -76px;
    border-radius: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.owl-dot {
    background: #bfcadc;
    height: 5px;
    width: 25px;
    display: inline-block !important;
    margin: 0 3px;
    border-radius: 50px;
	-webkit-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
}
.owl-dot.active {
	background: #CB7931;
	width:35px;
}

.case_study_carousel  .owl-dots {
    bottom: -60px;
}
/*
multilen Author Style
======================================================*/
.author.mt-120 {
    background: #fff;
    padding: 38px 38px 30px;
    margin-top: 70px;
    margin-bottom: 50px;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 19px rgba(0,0,0,.08);
            box-shadow: 0 3px 19px rgba(0,0,0,.08);
    border-radius: 7px;
}
.author.mt-120 p {
	font-size: 16px;
	overflow:hidden;
}
.author-text h3 {
    margin: 0 0 10px;
    font-size: 25px;
}
.author-text h3 a {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 800;
    color: #03396B;
    font-family: Muli;
}
.author-img.text-center {
    float: left;
    margin-right: 30px;
}
.author-img img {
    border-radius: 100%;
}
.author-icon {
	margin-bottom: 26px;
}
.author-icon a {
	color: #9498b6;
	font-size: 15px;
	margin: 0 5px;
}
/*
Service Details Menu Style
======================================================*/
.menu-serivice-menu-container ul li {
	padding: 19px 20px;
	border: 1px solid #ddd;
	border-bottom: none;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
	background: #FFFFFF;
}
.menu-serivice-menu-container ul {
	list-style: none;
	padding: 0;
}
.menu-serivice-menu-container ul li a {
	display: block;
	color: #555;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
}
.widget .menu-serivice-menu-container ul li:first-child {
	border-top: 1px solid #ddd;
	padding-top: 19px;
}
.widget .menu-serivice-menu-container ul li:last-child {
	border-bottom: 1px solid #ddd;
}
.menu-serivice-menu-container ul li:hover {
	background:#CB7931;
	color:#fff;
}
.menu-serivice-menu-container ul li.current_menu_item {
	background:#CB7931;
	color:#fff;
}
.menu-serivice-menu-container ul li:hover a{
	color:#fff;
}
.menu-serivice-menu-container ul li.current_menu_item a{
	color:#fff;
}
/*service area*/
.contact-area {
    position: relative;
    z-index: 1;
}
.contact-area:before {
    top: 0;
    width: 100%;
    z-index: -1;
    content: "";
    left: -41%;
    height: 100%;
    position: absolute;
    -webkit-transform: skew(
-43deg);
    transform: skew(
-42deg);
    background-color: #f4f4f4;
}
.service-area .service-btn > a i {
    margin-left: 0!important;
}

/*service section*/
.service-area .service-btn > a i{
	 margin-left: 0!important;
}



/*
multilen Button Style
======================================================*/
.multilen-button a {
	display: inline-block;
	background: #CB7931;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	padding: 12px 26px;
	border-radius: 3px;
	transition: .5s;
	border:2px solid #CB7931;
}
.multilen-button a:hover {
	color: #CB7931;
	background: transparent;
	border:2px solid #CB7931;
}
.multilen-button a i {
	margin-left: 4px;
}





/*
Lines Area Style
======================================================*/
.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
}

.lines .line {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  -webkit-animation: moveLeftBounces-one 20s linear infinite;
          animation: moveLeftBounces-one 20s linear infinite;
}

.lines .line:nth-child(1) {
  margin-left: -25%;
}

.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.lines .line:nth-child(3) {
  margin-left: 25%;
}

.lines .line-two {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.lines .line-two::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #d80650;
  -webkit-animation: moveLeftBounces-two 20s linear infinite;
          animation: moveLeftBounces-two 20s linear infinite;
}

.lines .line-two:nth-child(1) {
  margin-left: -25%;
}

.lines .line-two:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.lines .line-two:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.lines .line-two:nth-child(3) {
  margin-left: 25%;
}

.lines .line-three {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.lines .line-three::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #d80650;
  -webkit-animation: moveLeftBounces-one 20s linear infinite;
          animation: moveLeftBounces-one 20s linear infinite;
}

.lines .line-three:nth-child(1) {
  margin-left: -25%;
}

.lines .line-three:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.lines .line-three:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.lines .line-three:nth-child(3) {
  margin-left: 25%;
}

@-webkit-keyframes moveLeftBounces-one {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes moveLeftBounces-one {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* ------------------------------------------------- Large Screen. ---------------------------------------------------*/
 @media (min-width: 1500) and (max-width: 1700px) {
    .full-width-content.kc_col-sm-6 {
    	padding: 0 100px !important;
    }
       
}
/* ------------------------------------------------- Large Screen. ---------------------------------------------------*/
 @media (min-width: 320px) and (max-width: 1600px) {
   .full-width-content.kc_col-sm-6 {
	    padding: 30px 30px 0 !important;
    }
       
}

.multilen-product-page {
	padding: 70px 0;
}



/* Hero Slider Css */
/*---------------------------------------- appco SLICK SLIDER SECTION ------------------------------------------*/
.em-hero-slider {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	height: auto;
	position: relative;
	z-index: 0;
}
.hero-single-slide .container {
    z-index: 9;
}


.hero-single-slide.hero-style-six{
    min-height: 800px;
}
.hero-single-slide.hero-style-five{
	position:relative;
	z-index:1;
}
.hero-single-slide.hero-style-five:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 175%;
    bottom: 0;
    background-image: url("https://wp.dreamitsolution.net/multilen/multilen-transport/wp-content/themes/multilen/assets/images/slider_bg-hero.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-single-slide.hero-style-five:before{
	display:none;
}
.hero-style-two.single-slide:before {
display:none;
}

.hero-style-six .hero-content-left {
    padding-right: 0;
    margin-top: -112px;
}
.hero-animation-img {
	position: relative;
	display: block;
	width: 100%;
}

.hero-single-slide.hero-style-three .hero-animation-img {
    margin-top: -60px;
}

.hero-single-slide.hero-style-five.bottom-img {
    bottom: -10px;
}
.hero-style-two .app-store-btn {
    border-radius: 30px;
    color: #fff;
    border: 2px solid #6730e3;
    background: #6730e3;
    font-weight: 500;
}
.hero-style-two .app-store-btn:hover{
	background: transparent;
	    color: #6730e3;
}
.shape-image {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 76px;
    z-index: 0;
    left: 268px;
    overflow: hidden;
    background-size: cover;
    right: 0;
}
.hero-slider-btn {
	display: inline-block;
}
.hero-slider-btn a {
    -moz-user-select: none;
    background: #CB7931;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 0;
    padding: 15px 40px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    border-radius: 4px;
    font-weight: 600;
}
.hero-slider-btn a:hover {
    background: #fff;
    color: #CB7931;
}
.hero-video-icon {
	display: inline-block;
	margin-left: 24px;
}
.hero-video-icon a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	border-radius: 500%;
	position: relative;
	color: #fff;
	-webkit-animation: ripple-white 1s linear infinite;
	animation: ripple-blue 1s linear infinite;
	-webkit-transition: .5s;
	background: #CB7931;
}

/* Hero Style Two */

.hero-shape {
	position: absolute;
	left: auto;
	top: -70%;
	right: -44%;
	bottom: auto;
	width: 100%;
	height: 115%;
	border-radius: 100px;
	background-color: #7744D9;
	-webkit-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	transform: rotate(-35deg);
}
/* hero style three */
.hero-single-slide.hero-style-three {
	min-height: 840px;
	position: relative;
}
.hero-single-slide.hero-style-three::before {
	position: absolute;
	content: '';
	background-image: linear-gradient(to right, rgba(32, 40, 119, 0.95), rgba(55, 46, 149, 0.95), rgba(83, 49, 177, 0.90), rgba(114, 48, 205, 0.85), rgba(150, 41, 230, 0.95));
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.hero-single-slide.hero-style-three .hero-video-icon a {
	color: #7744D9;
	background: #fff;
}
.hero-single-slide.hero-style-three .hero-content-left p,
.hero-single-slide.hero-style-four .hero-content-left p {
	width: 54%;
}
.hero-video-icon span{
	display:inline-block; 
	margin-left:25px;
}
.hero-style-four .hero-content-left h2 {
	font-weight: 800;
}
.hero-style-four .hero-content-left{
	position:relative;
}
.hero-style-four .hero-video-icon {
	display: inline-block;
	margin-left: 24px;
	position: absolute;
	right: 171px;
	top: 50%;
	transform: translateY(-50%);
}
.text-center .hero-content-left p {
	width: 54%;
	margin: 0 auto 30px;
}
@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(12,90,219, 0.3), 0 0 0 10px rgba(12,90,219, 0.3), 0 0 0 20px rgba(12,90,219, 0.3);
        box-shadow: 0 0 0 0 rgba(12,90,219, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(12,90,219, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(12,90,219, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(12,90,219, 0.3), 0 0 0 10px rgba(12,90,219, 0.3), 0 0 0 20px rgba(12,90,219, 0.3);
        box-shadow: 0 0 0 0 rgba(12,90,219, 0.3), 0 0 0 10px rgba(12,90,219, 0.3), 0 0 0 20px rgba(12,90,219, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(12,90,219, 0.3), 0 0 0 20px rgba(12,90,219, 0.3), 0 0 0 30px rgba(12,90,219, 0);
        box-shadow: 0 0 0 10px rgba(12,90,219, 0.3), 0 0 0 20px rgba(12,90,219, 0.3), 0 0 0 30px rgba(12,90,219, 0)
    }
}
/* Slider Animation Images */

	.animation-right {
		position: absolute;
		right: -52px;
		-webkit-animation: move-two 8s ease-in-out infinite;
		animation: move-two 8s ease-in-out infinite;
		top: 114px;
	}

    .animation-one {
        -webkit-animation: move-one 7s ease-in-out infinite;
        animation: move-one 7s ease-in-out infinite;
    }
    @keyframes move-one {
        0% {
            -webkit-transform: translateX(0) translateY(5px);
            transform: translateX(0) translateY(5px)
        }
        50% {
            -webkit-transform: translateX(0) translateY(-5px);
            transform: translateX(0) translateY(-5px)
        }
        100% {
            -webkit-transform: translateX(0) translateY(5px);
            transform: translateX(0) translateY(5px)
        }
    }
    @-webkit-keyframes move-one {
        0% {
            -webkit-transform: translateX(0) translateY(5px);
            transform: translateX(0) translateY(5px)
        }
        50% {
            -webkit-transform: translateX(0) translateY(-5px);
            transform: translateX(0) translateY(-5px)
        }
        100% {
            -webkit-transform: translateX(0) translateY(5px);
            transform: translateX(0) translateY(5px)
        }
    }

	.animation-two {
		position: absolute;
		bottom: 18px;
		-webkit-animation: move-two 8s ease-in-out infinite;
		animation: move-two 8s ease-in-out infinite;
	}
    @-webkit-keyframes move-two {
        0% {
            -webkit-transform: translateX(-25px) translateY(-225px);
            transform: translateX(-25px) translateY(-225px)
        }
        50% {
            -webkit-transform: translateX(-25px) translateY(-205px);
            transform: translateX(-25px) translateY(-205px)
        }
        100% {
            -webkit-transform: translateX(-25px) translateY(-225px);
            transform: translateX(-25px) translateY(-225px)
        }
    }
    @keyframes move-two {
        0% {
            -webkit-transform: translateX(-25px) translateY(-225px);
            transform: translateX(-25px) translateY(-225px)
        }
        50% {
            -webkit-transform: translateX(-25px) translateY(-205px);
            transform: translateX(-25px) translateY(-205px)
        }
        100% {
            -webkit-transform: translateX(-25px) translateY(-225px);
            transform: translateX(-25px) translateY(-225px)
        }
    }

	.animation-three {
		position: absolute;
		-webkit-animation: move-three 9s ease-in-out infinite;
		animation: move-three 9s ease-in-out infinite;
		left: -127px;
		bottom: -227px;
	}
    @-webkit-keyframes move-three {
        0% {
            -webkit-transform: translateX(-45px) translateY(-225px);
            transform: translateX(-45px) translateY(-225px)
        }
        50% {
            -webkit-transform: translateX(-45px) translateY(-205px);
            transform: translateX(-45px) translateY(-205px)
        }
        100% {
            -webkit-transform: translateX(-45px) translateY(-225px);
            transform: translateX(-45px) translateY(-225px)
        }
    }
    @keyframes move-three {
        0% {
            -webkit-transform: translateX(-45px) translateY(-225px);
            transform: translateX(-45px) translateY(-225px)
        }
        50% {
            -webkit-transform: translateX(-45px) translateY(-205px);
            transform: translateX(-45px) translateY(-205px)
        }
        100% {
            -webkit-transform: translateX(-45px) translateY(-225px);
            transform: translateX(-45px) translateY(-225px)
        }
    }
.animation-four {
    position: absolute;
    -webkit-animation: move-four 6s ease-in-out infinite;
    animation: move-four 6s ease-in-out infinite;
    bottom: -174px;
    left: 100px;
}
    .animation-new{
        position: absolute;
        bottom: 10px;
    }
    @-webkit-keyframes move-four {
        0% {
            -webkit-transform: translateX(330px) translateY(-215px);
            transform: translateX(330px) translateY(-215px)
        }
        50% {
            -webkit-transform: translateX(330px) translateY(-240px);
            transform: translateX(330px) translateY(-240px)
        }
        100% {
            -webkit-transform: translateX(330px) translateY(-215px);
            transform: translateX(330px) translateY(-215px)
        }
    }
    @keyframes move-four {
        0% {
            -webkit-transform: translateX(330px) translateY(-215px);
            transform: translateX(330px) translateY(-215px)
        }
        50% {
            -webkit-transform: translateX(330px) translateY(-240px);
            transform: translateX(330px) translateY(-240px)
        }
        100% {
            -webkit-transform: translateX(330px) translateY(-215px);
            transform: translateX(330px) translateY(-215px)
        }
    }
	
	
.circles {
    overflow: hidden;
    width: 100%;
    position: absolute;
    height: 100%;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
.point {
    border-radius: 50%;
    z-index: 999;
    position: absolute;
}
.animated-point-1 {
    background-color: red;
    height: 12px;
    width: 12px;
    position: relative;
    -webkit-animation-name: p1;
    -webkit-animation-duration: 80s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p1;
    animation-duration: 80s;
    animation-iteration-count: infinite;
}

.animated-point-2 {
    background-color: green;
    height: 15px;
    width: 15px;
    position: relative;
    -webkit-animation-name: p2;
    -webkit-animation-duration: 90s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p2;
    animation-duration: 90s;
    animation-iteration-count: infinite
}

.animated-point-3 {
    background-color: orange;
    height: 8px;
    width: 8px;
    position: relative;
    -webkit-animation-name: p3;
    -webkit-animation-duration: 80s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p3;
    animation-duration: 80s;
    animation-iteration-count: infinite
}

.animated-point-4 {
    background-color: pink;
    height: 10px;
    width: 10px;
    position: relative;
    -webkit-animation-name: p4;
    -webkit-animation-duration: 80s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p4;
    animation-duration: 80s;
    animation-iteration-count: infinite
}

.animated-point-5 {
    background-color: #ffc64c;
    height: 12px;
    width: 12px;
    position: relative;
    -webkit-animation-name: p5;
    -webkit-animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p5;
    animation-duration: 50s;
    animation-iteration-count: infinite
}

.animated-point-6 {
    background-color: #ffc64c;
    height: 10px;
    width: 10px;
    position: relative;
    -webkit-animation-name: p6;
    -webkit-animation-duration: 70s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p6;
    animation-duration: 70s;
    animation-iteration-count: infinite
}

.animated-point-7 {
    background-color: orange;
    height: 14px;
    width: 14px;
    position: relative;
    -webkit-animation-name: p7;
    -webkit-animation-duration: 70s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p7;
    animation-duration: 70s;
    animation-iteration-count: infinite
}

.animated-point-8 {
    background-color: purple;
    height: 8px;
    width: 8px;
    position: relative;
    -webkit-animation-name: p8;
    -webkit-animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p8;
    animation-duration: 50s;
    animation-iteration-count: infinite
}

.animated-point-9 {
    background-color: purple;
    height: 12px;
    width: 12px;
    position: relative;
    -webkit-animation-name: p9;
    -webkit-animation-duration: 100s;
    -webkit-animation-iteration-count: infinite;
    animation-name: p9;
    animation-duration: 100s;
    animation-iteration-count: infinite
}
/*animation shape*/

@-webkit-keyframes p1 {
    0% {
        left: 0px;
        top: 0px
    }
    50% {
        left: 0;
        top: 800px
    }
    100% {
        left: 0px;
        top: 0px
    }
}

@keyframes p1 {
    0% {
        left: 800px;
        top: 0px
    }
    50% {
        left: 0px;
        top: 800px
    }
    100% {
        left: 800px;
        top: 0px
    }
}

@-webkit-keyframes p2 {
    0% {
        left: 0;
        top: 100px
    }
    50% {
        left: 0;
        top: 800px
    }
    100% {
        left: 0;
        top: 100px
    }
}

@keyframes p2 {
    0% {
        left: 0;
        top: 100px
    }
    50% {
        left: 0px;
        top: 800px
    }
    100% {
        left: 0;
        top: 100px
    }
}

@-webkit-keyframes p3 {
    0% {
        left: 300px;
        top: 900px
    }
    50% {
        left: 500px;
        top: 0px
    }
    100% {
        left: 300px;
        top: 900px
    }
}

@keyframes p3 {
    0% {
        left: 300px;
        top: 900px
    }
    50% {
        left: 500px;
        top: 0px
    }
    100% {
        left: 300px;
        top: 900px
    }
}

@-webkit-keyframes p4 {
    0% {
        left: 1000px;
        top: 500px
    }
    50% {
        left: 00px;
        top: 500px
    }
    100% {
        left: 1000px;
        top: 500px
    }
}

@keyframes p4 {
    0% {
        left: 1000px;
        top: 500px
    }
    50% {
        left: 0px;
        top: 500px
    }
    100% {
        left: 1000px;
        top: 500px
    }
}

@-webkit-keyframes p5 {
    0% {
        left: 500px;
        top: 1000px
    }
    50% {
        left: 50%;
        top: 0px
    }
    100% {
        left: 500px;
        top: 1000px
    }
}

@keyframes p5 {
    0% {
        left: 500px;
        top: 1000px
    }
    50% {
        left: 50%;
        top: 0px
    }
    100% {
        left: 500px;
        top: 1000px
    }
}

@-webkit-keyframes p6 {
    0% {
        left: 500px;
        top: 200px
    }
    50% {
        left: 50%;
        top: 70%
    }
    100% {
        left: 500px;
        top: 200px
    }
}

@keyframes p6 {
    0% {
        left: 500px;
        top: 200px
    }
    50% {
        left: 50%;
        top: 70%
    }
    100% {
        left: 500px;
        top: 200px
    }
}

@-webkit-keyframes p7 {
    0% {
        left: 50px;
        top: 10%
    }
    50% {
        left: 50%;
        top: 10%
    }
    100% {
        left: 50px;
        top: 10%
    }
}

@keyframes p7 {
    0% {
        left: 50px;
        top: 10%
    }
    50% {
        left: 50%;
        top: 10%
    }
    100% {
        left: 50px;
        top: 10%
    }
}

@-webkit-keyframes p8 {
    0% {
        left: 0;
        top: 20%
    }
    50% {
        left: 50%;
        top: 20%
    }
    100% {
        left: 0;
        top: 20%
    }
}

@keyframes p8 {
    0% {
        left: 0;
        top: 20%
    }
    50% {
        left: 50%;
        top: 20%
    }
    100% {
        left: 0;
        top: 20%
    }
}

@-webkit-keyframes p9 {
    0% {
        left: 1000px;
        top: 100px
    }
    50% {
        left: 500px;
        top: 950px
    }
    100% {
        left: 1000px;
        top: 100px
    }
}

@keyframes p9 {
    0% {
        left: 1000px;
        top: 100px
    }
    50% {
        left: 500px;
        top: 950px
    }
    100% {
        left: 1000px;
        top: 100px
    }
}
	

	
/* Placeholder Css */

 ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #666;
	font-size: 17px;
}

 ::-moz-placeholder {
	/* Firefox 19+ */
	color: #666;
	font-size: 17px;
}

 :-ms-input-placeholder {
	/* IE 10+ */
	color: #666;
	font-size: 17px;
}

 :-moz-placeholder {
	/* Firefox 18- */
	color: #666;
	font-size: 17px;
}

.mc4wp-form-fields input::-moz-placeholder {
	color: #CC7A31;
	font-size: 17px;
}

.mc4wp-form-fields ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #CC7A31 !important;
	font-size: 17px;
}

.mc4wp-form-fields :-ms-input-placeholder {
	/* IE 10+ */
	color: #CC7A31 !important;
	font-size: 17px;
}

.mc4wp-form-fields :-moz-placeholder {
	/* Firefox 18- */
	color: #CC7A31 !important;
	font-size: 17px;
}

/* Consult Form */
.quote_form input::-moz-placeholder {
	color: #fff;
	font-size: 14px;
}
.quote_form ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff !important;
	font-size: 16px;
	font-weight:400;
}
.dark-contact .quote_form ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #6c757d !important;
}
.quote_form ::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
	font-size: 14px;
	font-weight:400;
}
.dark-contact .quote_form ::-moz-placeholder {
	/* Firefox 19+ */
	color: #6c757d !important;
}
.quote_form :-ms-input-placeholder {
	/* IE 10+ */
	color: #fff !important;
	font-size: 16px;
	font-weight:400;
}
.quote_form :-moz-placeholder {
	/* Firefox 18- */
	color: #fff !important;
	font-size: 16px;
	font-weight:400;
}	
	
.call-action {
    position: absolute !important;
    z-index: 9999 !important;
    left: 0;
    right: 0;
    margin-top: -190px;
}
	
	
	
	
	
	
	
	
	
	
	
	