/*
Template Name: Ailata
Author: Dream-IT
*/

html,
body {
}
img {
 max-width: 100%;
 height: auto;
}


/* box layout */
.box.wrapper {
 max-width: 1200px;
 margin: auto;
 background: #fff;
 box-shadow: 0px 0px 5px #ddd;
}


/* end box layout */
.fix {
 overflow: hidden;
}
.clear_both {
 clear: both;
}


/*============================
itsoft HEADER TOP AREA CSS
==============================*/
.em40_header_area_main {
}
.em40_header_area_main.hdisplay_none {
 display: none;
}
.itsoft-header-top {
 background: #1C65CC none repeat scroll 0 0;
 padding: 12px 0;
 border-bottom: 1px solid #667DE3;
}
.top-address p {
 margin-bottom: 0;
 color: #fff;
}
.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: #000; */
 margin-right: 10px;
}
.top-address p a {
 display: inline-block;
 text-decoration: none;
 -webkit-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out;
}
.bottom-img-absolute img {
    width: 100%;
}
nav.ailata_menu.main-search-menu {
    display: inline-block!important;
    margin-top: 23px;
}
ul.main-menu.nav_scroll {
    display: inline-block!important;
}
ul.main-menu.nav_scroll ul li a {
    color: #fff!important;
}
li {
    display: inline;
    margin-right: 36px;
    font-size: 22px;
    font-weight: 800;
}
.main-menu.nav_scroll ul li a:hover{
	color:#FF3C00!important;
}
/* 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: 15px;
 position: relative;
}
.demos {
    background-image: -moz-linear-gradient(-9deg, #824aed 0%, #c216db 97%);
    background-image: -webkit-linear-gradient(-9deg, #f12a02 0%, #F34927 97%);
    background-image: -ms-linear-gradient(-9deg, #824aed 0%, #c216db 97%);
    width: 200px;
    height: 200px;
    border-radius: 100%;
    margin: 0 auto;
    -moz-box-shadow: 0 0 40px #35ac39;
    box-shadow: 0 0 40px rgba(255,255,255,0.20);
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
.demo_number {
    line-height: 1;
    padding-top: 34px;
    font-size: 82px;
    display: block;
    padding-bottom: 10px;
}
.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    /* animation-timing-function: linear; */
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.top-right-menu ul.social-icons li a {
 display: inline-block;
 text-decoration: none;
 -webkit-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 {
 font-size: 15px;
 color: #fff;
}
.top-right-menu .social-icons li a:hover,
.top-right-menu .social-icons li a i:hover {
 color: #000;
}
.top-both-p0 .top-address p a,
.top-both-p0 .top-address p span {
 margin-right: 0px;
 margin-left: 12px;
}
.facebook.social-icon {
 color: #415E9B;
}
.twitter.social-icon {
 color: #1DA1F3;
}
.pinterest.social-icon {
 color: #BD081B;
}
.linkedin.social-icon {
 color: #007BB5;
}
.dribbble.social-icon {
 color: #EB4D88;
}
.login i,
.register i {
 margin-right: 9px;
}

/* Header Top Two */
.itsoft-header-top.header_top_two {
 background: #000 none repeat scroll 0 0;
}
.header_top_two .top-address p a {
 color: #fff;
}
.header_top_two .top-address p span i,
.header_top_two .top-address p a i {
 color: #fff;
}
.header_top_two .top-right-menu ul.social-icons li a {
 color: #fff;
}

/* 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 #000;
 width: 150px;
 -webkit-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.em-login a {
 margin-right: 10px;
}
.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-left {
 text-align: left;
}
.text-right {
 text-align: right;
}


/* 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;
}
.em-header-quearys {
 list-style: none;
}
.em-quearys-menu i {
 background: #000 none repeat scroll 0 0;
 border-radius: 50px;
 display: inline-block;
 height: 26px;
 text-align: center;
 width: 26px;
 line-height: 26px;
 font-size: 11px;
 color: #fff;
}
.em-quearys-inner {
 position: absolute;
 right: 0;
 top: 36px;
 z-index: 999;
 display: none;
 -webkit-transition: .5s;
 transition: .5s;
}
.em-quearys-inner {
}
.em-quearys-form {
 background-color: #ffffff;
 border-top: 1px solid #000;
 width: 290px;
 float: right;
}
.top-form-control {
 position: relative;
}
.top-form-control input {
 background: #f9f9f9;
 color: #666666;
 font-size: 13px;
 font-weight: 300;
 height: 48px;
 padding: 0 40px 0 15px;
 width: 100%;
 border: none;
 -webkit-transition: 1s;
 transition: 1s;
}
.top-form-control button.top-quearys-style {
 position: absolute;
 right: 6px;
 top: 50%;
	/* height: 44px; */
 background: transparent;
 font-size: 15px;
 border: none;
 color: #000;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
}
.em-s-hidden {
 display: none !important;
}


/* address left right icon */
.top-right-menu.litop {
 float: left;
}


/* mobile logo   */
.mobile_menu_logo.text-center {
 padding: 20px 0;
}
.em_slider_social {
 position: fixed;
 right: 15px;
 text-align: center;
 top: 50%;
 z-index: 9999;
}
.em_slider_social li {
 display: block;
 list-style: outside none none;
 text-decoration: none;
}
.em_slider_social a {
 background: #000 none repeat scroll 0 0;
 border: 1px solid #000;
 border-radius: 50%;
 color: #fff;
 display: inline-block;
 font-size: 16px;
 height: 35px;
 line-height: 35px;
 margin-bottom: 10px;
 width: 35px;
}
.em_slider_social a:hover {
 background: #000;
 color: #fff;
 border-color: #000;
}
.no-logo-sr .creative_search_icon {
 position: absolute;
 right: 19%;
 top: 50%;
 -webkit-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 .itsoft_menu ul {
 text-align: center;
}
.no-logo-sr .itsoft_menu ul li {
 text-align: left;
}


/*==============================
itsoft HEADING NAV AREA CSS
===============================*/
.mean-container .mean-bar {
 padding: 0;
}
.mean-container .mean-nav {
 background: #000 none repeat scroll 0 0;
 float: none;
}
.main_menu_div {
 position: relative;
}


/* LOGO CSS */
.logo {
 margin-top: 13px;
}
.logo a {
font-weight: 700;
display: inline-block;
margin-top: ;
}
.itsoft_menu {
 text-align: right;
}

/* MAIN MENU CSS */
.itsoft_menu ul {
 text-align: right;
 list-style: none;
}
.itsoft_menu > ul > li {
 display: inline-block;
 position: relative;
}
.itsoft_menu > ul > li > a {
	display: block;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 20px 0px 23px;
	margin-left: 30px;
	letter-spacing: 0px;
}
.itsoft_menu > ul > li > a::before {
 position: absolute;
 content: "";
 left: -2px;
 bottom: -6px;
 width: 0%;
 border-bottom: 5px dotted #FF3C00;
 transition: .3s;
}
.itsoft_menu>ul>li>a:hover::before {
 width: 101%;
}
.itsoft_menu ul li:last-child a {
 margin-right: 0px;
}
.itsoft_menu>ul>li.current>a,
.itsoft_menu>ul>li:hover>a {
 color: #fff ;
 background-color: transparent;
}
.itsoft_menu>ul>li:hover>a:before,
.itsoft_menu>ul>li.current>a:before {
 opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* Menu Transparent */
.trp_nav_area {
 position: fixed;
 left: 0;
 right: 0;
 top: 0;
 z-index: 9999;
 background-color: transparent;
 padding: 25px 0;
 -webkit-transition: .5s;
 transition: .5s;
}

/* stycky nav Css */
.transprent-menu .itsoft_nav_area {
 left: 0;
 right: 0;
 top: 0;
 z-index: 9999;
 background-color: transparent;
 padding: 0;
 -webkit-transition: .5s;
 transition: .5s;
 position: absolute;
}
.itsoft_nav_area.postfix {
 -webkit-transition: .3s;
 transition: .3s;
}
.itsoft_nav_area.prefix {
 background: #0D2352 !important;
 top: 0px;
}
.itsoft_nav_area.prefix .itsoft_menu>ul>li>a {
 color: #fff;
 -webkit-transition: .3s;
 transition: .3s;
}
.itsoft_nav_area.prefix .itsoft_menu>ul>li.current>a {
 color: #000;
}


/* Header Transparent */
.header_transparent .itsoft_menu > ul > li > a::before {
 border-bottom: 5px dotted #fff;
}
.header_transparent .itsoft_menu > ul > li > a {
 color:#fff;
}
/* Humbarger Menu */
.humbergar .main-menu {
 opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 -webkit-transition: .7s;
 transition: .7s;
 position: relative;
 left: 600px;
}
.main-menu.nav-show {
 opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 left: 0px;
 -webkit-transition: .5s;
 transition: .5s;
 margin-right: 62px;
}

/* LOGO LEFT RIGHT CSS */
.logo-left {
}
.logo-right .logo {
 text-align: right;
}
.logo-right .itsoft_menu>ul {
 text-align: left;
}
.logo-right .itsoft_menu>ul>li:first-child a {
 padding-left: 0px;
}
.logo-right .itsoft_menu>ul>li:last-child a {
 padding-right: auto;
}


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

/* sub menu style */
.itsoft_menu ul .sub-menu {
    position: absolute;
    left: 0px;
    top: 140%;
    width: 210px;
    text-align: left;
    background: #FF3C00;
    margin: 0;
    padding: 15px 0;
    z-index: 9999;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.itsoft_menu ul li:hover > .sub-menu {
 opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 visibility: visible;
 top: 125%;
 z-index: 9;
}
.itsoft_menu ul .sub-menu li {
 position: relative;
}
.itsoft_menu ul .sub-menu li a {
 display: block;
 padding: 12px 20px;
 margin: 0;
 line-height: 1.3;
 letter-spacing: normal;
 font-size: 14px;
 font-weight: 500;
 text-transform: uppercase;
 -webkit-transition: .1s;
 transition: .1s;
 visibility: inherit !important;
 color: #fff ;
}
.itsoft_menu ul .sub-menu li:hover>a,
.itsoft_menu ul .sub-menu .sub-menu li:hover>a,
.itsoft_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.itsoft_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
 background: rgba(255, 255, 255, .06);
 color: #fff;
}


/* sub menu 2 */
.itsoft_menu ul .sub-menu .sub-menu {
 left: 100%;
 top: 130%;
 opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 visibility: hidden;
}
.itsoft_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 */
.itsoft_menu ul .sub-menu .sub-menu li {
 position: relative;
}
.itsoft_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;
}
.itsoft_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 */
.itsoft_menu ul .sub-menu .sub-menu .sub-menu li {
 position: relative;
}
.itsoft_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {
}
.itsoft_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 .itsoft_nav_area.prefix {
 top: 32px;
}
.logged-in .trp_nav_area.hbg2 {
 top: 32px;
}
/* Main  menu search */
.itsoft_menu.main-search-menu>ul,
.em-quearys-top.msin-menu-search {
 display: inline-block;
}
.em-quearys-top.msin-menu-search .em-quearys-menu i {
 height: 36px;
 width: 36px;
 line-height: 36px;
 margin-left: 20px;
}
.em-quearys-top.msin-menu-search .em-quearys-inner {
 top: 59px;
}


/* has menu icon */
.itsoft-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)";
}
.itsoft-main-menu .menu-item-has-children .menu-item-has-children>a:after {
 margin-left: 8px;
 content: "\f105";
}


/* Main menu button */
.donate-btn-header {
 display: inline-block;
 float: right;
}
a.dtbtn {
 border: none;
 display: block;
 font-size: 14px;
 margin-left: 30px;
 font-weight: 700;
 text-transform: capitalize;
 border-radius: 5px;
 padding: 8px 21px;
 font-family: 'Raleway', sans-serif;
 background-color: #000;
 color: #fff;
 margin-top: 29px;
}
a.dtbtn:hover {
 background-color: #fff;
 color: #444;
}
.redX {
 color: #000;
}

/* logo sticky */
.itsoft-main-menu .logo a.main_sticky_main_l {
 display: block;
}
.itsoft-main-menu .logo a.main_sticky_l {
 display: none;
}

/* logo pre */
.itsoft-main-menu .prefix .logo a.main_sticky_main_l {
 display: none;
}
.itsoft-main-menu .prefix .logo a.main_sticky_l {
 display: block;
 margin-top: 3px;
}
.headroom .itsoft_nav_area {
 background: transparent;
 padding: 17px 0;
}
.headroom--pinned .itsoft_nav_area {
 background: #FF3C00;
 box-shadow:0 0 3px rgba(0,0,0,0.20);
}
.headroom--pinned {
 transform: translateY(0);
}
.headroom--unpinned {
 transform: translateY(-100%);
}
.header--fixed {
 position: fixed;
 z-index: 10;
 right: 0;
 left: 0;
 top: 0;
 transition: transform .25s ease-in-out;
 will-change: transform;
 z-index: 999999;
}
.menu-height-space {
 height:100px;
}
.headroom.header_style_two .itsoft_nav_area {
 background: #fff;
}
.headroom.header_transparent .headroom--pinned .itsoft_nav_area {
 background: transparent;
}
.header_transparent.headroom--pinned .itsoft_nav_area {
 background: rgba(0,0,0,0.75);
 box-shadow:0 0 3px rgba(0,0,0,0.20);
}
.itsoft_nav_area.fluid {
	padding: 8px 50px;
}
/*==================
CUROUSEL SLIDER AREA
====================*/
.slider_area {
 background: url(assets/images/slider-bg.jpg);
 background-size: cover;
 background-position: center center;
 position: relative;
}
.slider_area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(178, 78, 69, .7);
}
.slider_content {
 display: table;
 height: 830px;
 text-align: center;
 width: 100%;
}
.slider_readmore {
 margin-top: 32px;
}
.sreadmore {
 color: #fff;
 font-size: 14px;
 font-weight: 700;
 padding: 12px 40px;
 border-radius: 30px;
 display: inline-block;
 margin: 0 7px 0;
 -webkit-transition: .5s;
 transition: .5s;
 text-transform: uppercase;
 background: #000;
 border-radius: 5px;
 z-index:99999999;
}
.sreadmore:hover {
 color: #444;
 background: #fff;
}
.slider_text {
    position: absolute;
    left: 0;
    right: 0;
    top: 26%;
}
.slider_text_thumb {
	padding-bottom: 12px;
}
.slider_text_inner h1 {
    color: #fff;
    font-size: 60px;
    text-transform: capitalize;
    font-weight: 900;
}
.slider_text_inner span {
	color:#FF3C00 ;
}
.slider_text_inner h2 {
	color: #fff;
	font-size: 30px;
	font-weight:500;
	font-family: 'Montserrat', sans-serifsans-serifsans-serifsans-serif;
}
.single_slider_icon {
    margin-top: 30px;
}
.single_slider_icon i {
    background: transparent;
    height: 32px;
    width: 32px;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    margin: 0 4px;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #fff;
    transition: .5s;
}
.single_slider_icon i:hover {
    background:#FF3C00;
	border:1px solid #FF3C00;
}
.single_slider_button {
	margin-top: 40px;
}
.single_slider_button a {
    font-size: 18px;
    color: #fff;
    border: ;
    background: #FF3C00;
    padding: 20px 39px;
    border-radius: 5px;
}
.single_slider_button a:hover {
     background-image: linear-gradient(108deg, #03B0F9 0%, #FF522E 61%);
}
.bottom-img-absolute {
	position: relative;
}
/* Particles Js Slider */
.effective_slider .slider_text > h1 {
 margin-bottom: 13px;
}
.particles-js-canvas-el {
 position: absolute;
 top: 0;
 z-index:-1;
}
.sreadmore {
 color: #fff;
 font-size: 13px;
 font-weight: 700;
 border: 1px solid #fff;
 padding: 9px 39px;
 border-radius: 30px;
 display: inline-block;
 margin-top: 5px;
 -webkit-transition: .5s;
 transition: .5s;
}
.sreadmore:hover {
 color: #fff;
 background: #000;
 border: 1px solid #000;
}
.cd-headline.clip span {
 display: inline-block;
 padding: 0 0 0;
}
.cd-headline.clip span b {
 display:inline-block;
 color:#fff;
}
.slider-icon {
 position: absolute;
 right: 93px;
 top: 34px;
}
.slider-icon-inner {
 position:relative;
}
.slider-icon-inner a {
 background: #777;
 color: #fff;
 width: 30px;
 height: 30px;
 display: inline-block;
 text-align: center;
 line-height: 30px;
 font-size: 17px;
 border-radius: 4px;
 margin-left: 5px;
 transition:.3s;
}
.slider-icon-inner a:hover {
 background:#000;
 color:#fff;
}
.slider-icon-inner::before {
 left: -78px;
 top: 15px;
 position: absolute;
 content: "";
 width: 70px;
 height: 2px;
 background: #777;
}
.slider-icon-inner::after {
 right: -83px;
 top: 15px;
 position: absolute;
 content: "";
 width: 70px;
 height: 2px;
 background: #777;
}
.humbarger-black .hamburger-inner,
.humbarger-black .hamburger-inner::before,
.humbarger-black .hamburger-inner::after {
 background-color: #151515;
}

/* Standard syntax */
@keyframes mike-slider-anim {
 0% {
  top: 10px;
  opacity: 1;
 }
 50% {
  top: 40px;
  opacity: 0;
 }
 100% {
  top: 10px;
  opacity: 0;
 }
}
.bounce-animate5 {
    animation-name: float-bob5;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes alltuchtopdown{
    0%{
        -webkit-transform:rotateX(0deg) translateY(0px);
        -ms-transform:rotateX(0deg) translateY(0px);
        transform:rotateX(0deg) translateY(0px)
    }
    50%{
        -webkit-transform:rotateX(0deg) translateY(-20px);
        -ms-transform:rotateX(0deg) translateY(-20px);
        transform:rotateX(0deg) translateY(-20px)
    }
    100%{
        -webkit-transform:rotateX(0deg) translateY(0px);
        -ms-transform:rotateX(0deg) translateY(0px);
        transform:rotateX(0deg) translateY(0px)
    }
}
.alltuchtopdown {
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}
.bounce-animate5 {
animation-name: float-bob5;
animation-duration: 6s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob5;
-moz-animation-duration: 6s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob5;
-ms-animation-duration: 6s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob5;
-o-animation-duration: 6s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
@-webkit-keyframes float-bob {
0% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
50% {
-webkit-transform: translateY(-7px);
transform: translateY(-7px); }
100% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); } }
@-webkit-keyframes float-bob2 {
0% {
-webkit-transform: translateY(-60px);
transform: translateY(-60px); }
50% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px); }
100% {
-webkit-transform: translateY(-60px);
transform: translateY(-60px); } }
@-webkit-keyframes float-bob3 {
0% {
-webkit-transform: translateY(-40px);
transform: translateY(-40px); }
50% {
-webkit-transform: translateY(-25px);
transform: translateY(-25px); }
100% {
-webkit-transform: translateY(-40px);
transform: translateY(-40px); } }
@-webkit-keyframes float-bob4 {
0% {
-webkit-transform: translateY(-70px);
transform: translateY(-70px); }
50% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
100% {
-webkit-transform: translateY(-70px);
transform: translateY(-70px); } }
@-webkit-keyframes float-bob5 {
0% {
-webkit-transform: translateY(-75px);
transform: translateY(-75px); }
50% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
100% {
-webkit-transform: translateY(-75px);
transform: translateY(-75px); } }
@-webkit-keyframes movebounce {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}

@keyframes movebounce {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}

@-webkit-keyframes moveleftbounce {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
50% {
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
}

@keyframes moveleftbounce {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
50% {
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
}
.rotateme {
    animation-name: rotateme;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.new-button {
    position: absolute;
    top: -10px;
    left: 0;
}
.new-button h5 {
    background: #FF3C00;
    padding: 10px 15px;
    color: #fff;
    font-weight: 600;
}
/*====================
PORTFOLIO NAV CSS
======================*/
.portfolio_area {
	padding: 30px 0 100px;
}
.portfolio_nav {
 text-align: center;
 margin-bottom: 50px;
 margin-top: 40px;
}
.portfolio_nav ul {
}
.portfolio_nav ul li {
 list-style: none;
 display: inline;
}
.portfolio_nav ul li {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    margin-right: 12px;
    padding: 0;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    letter-spacing: 0;
    position: relative;
    border: 1px solid #ddd;
    padding: 20px 45px;
    border-radius: 4px;
    font-weight: 600;
}
.portfolio_nav ul li.current_menu_item, .portfolio_nav ul li:hover {
    color: #fff;
    background: #FF3C00;
    padding: 20px 45px;
    border: 1px solid #FF3C00;
    border-radius: 4px;
}

.portfolio_nav ul li:hover:before {
 width:100%;
}
.portfolio-pages .portfolio_nav ul {
 text-align: center;
}
/*====================
Portfolio Style Default
======================*/
.single-preview {
	margin-bottom: 50px;
	transition:.5s;
	transform:translateY(0);
}
.single-preview:hover {
  transform:translateY(-3%);
}
.preview_thumb{
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
}
.preview_thumb a {
  display: block;
  position: relative;
}

.preview_thumb span {
	background: #FF3C00 ;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	left: 50%;
	opacity: 0;
	padding: 9px 24px;
	position: absolute;
	text-align: center;
	top: 70%;
	transform: translateX(-50%) translateY(-50%);
	font-weight: 700;
	transition:.5s;
}
.preview_thumb span:hover{
	background-image: linear-gradient(108deg, #03B0F9 0%, #FF522E 61%);	
}
.single-preview:hover .preview_thumb span{
  opacity:1;
  
top: 50%;  
}

.single-preview .preview_thumb a img {
  width: 100%;
}
.content-title {
    padding: 15px 0;
}
.content-title h2 {
    font-size: 23px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    text-align: center;
    font-weight: 600;
}
.content-title span {
  display: block;
  line-height: 16px;
  margin-top: 5px;
  text-transform: capitalize;
}
.white {
    color: #fff;
}

.header_style_area {
    background: url(assets/images/heder.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 120px 0 100px;
}
/*===============================
itsoft FOOTER Top AREA CSS
================================*/
.footer_top_area {
    background: url(assets/images/slider-bt.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    padding: 100px 0;
}
.footer-bottom-button a {
    background: #FF3C00 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin: 0 15px;
    padding: 20px 41px;
    margin-top: 30px;
    transition: .5s;
    text-transform: capitalize;
	border-radius:7px;
}
.footer-bottom-button a:hover {
    background-image: linear-gradient(108deg, #03B0F9 0%, #FF522E 61%);
}
/*===============================
itsoft FOOTER BOTTOM AREA CSS
================================*/
.footer-bottom {
 background: #f6f7fd none repeat scroll 0 0;
 padding: 30px 0 0;
}
.copy-right-text {
	text-align:center;
}
.copy-right-text p {
 font-size: 16px;
 margin: 0;
 padding: 0;
}
/*========================
itsoft SCROLL TOP CSS
=========================*/
#scrollUp i {
 color: #fff;
}
.copy-right-text a {
 color: #000;
}
.template-home .vc_row {
 margin-left: 0px !important;
 margin-right: 0px !important;
}
.wpb_gallery.wpb_content_element.vc_clearfix {
 margin-bottom: 0;
}
.mean-container .mean-bar {
	float: none;
	background: #000 none repeat scroll 0 0 !important;
}
.mean-container .mean-nav ul li li a {
 color: #333;
 opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*=====================
SERVICE AREA CSS
======================*/
.service_area {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
    padding: 84px 0 0;
}
.service_area.home4 {
    padding: 110px 0 70px;
}
.single_service {
	background: #ffffff none repeat scroll 0 0;
	padding: 58px 20px 42px;
	transition: all 0.5s ease 0s;
	margin-bottom: 60px;
	text-align: center;
	position: relative;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.15);
	transform:translateX(0);
}
.single_service:hover{
	transform:translateX(-3%);
}
.single_service_number {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 84px;
}
.service_icon {
	
}
.service_icon i {
    font-size: 40px;
    display: inline-block;
    width: 85px;
    height: 85px;
    border: 1px sol;
    text-align: center;
    line-height: 85px;
    border-radius: 100%;
    position: absolute;
    top: -42px;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #FF3C00;
    background: #fff;
    color: #FF3C00;
	transition:.5s;
}
.single_service:hover .service_icon i{
	background:#FF3C00;
	color:#fff;
}
.service-nb {
	font-size: 120px;
	color: #777;
	opacity: 0.1;
}
.sercive_content {
	position: relative;
}
.sercive_content h2 {
 font-weight: 700;
 padding: 11px 0;
 font-size: 22px;
}
.sercive_content p {
	font-family: "Lora", serif;
	font-size: 18px;
}

/*==================
itsoft COUNTER AREA  CSS
===================*/
.single_counter.active {
    margin-top: -120px;
    z-index: 1;
}
.single_counter {
    text-align: center;
    background: #FF3C00;
    height: 250px;
    width: 250px;
    border-radius: 100%;
}
.countr_text {
    padding-top: 48px;
}
.countr_text h1 {
    font-size: 60px;
    color: #fff;
}
.counter_title h5 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}
/*============================
itsoft CUOROSEL  CSS
=============================*/
.curosel-style .owl-nav div {
 border: 2px solid #000;
 border-radius: 50%;
 color: #000;
 font-size: 19px;
 height: 44px;
 left: -45px;
 line-height: 40px;
 position: absolute;
 top: 46%;
 -webkit-transition: all 0.5s ease 0s;
 transition: all 0.5s ease 0s;
 width: 44px;
 text-align: center;
 z-index: 99;
 -webkit-transform: translateY(-49%);
 transform: translateY(-49%);
 opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.curosel-style .owl-nav .owl-next {
 left: auto;
 right: -45px;
}
.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: #000;
 color: #fff;
}
.curosel-style .owl-nav .owl-prev:hover {
 background: #000;
 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)";
}

.service_area .section_title {
    margin-bottom: 70px;
}
.section_title {
    text-align: center;
    width: 80%;
    margin: auto;
    margin-bottom: 90px;
}
.section_title p {
	font-size: 20px;
	width: 70%;
	margin: auto;
}
.section_title h1 {
    font-size: 44px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 20px;
    background: #FF3C00;
    background: -moz-linear-gradient(-45deg, #FF3C00 0%, #252628 100%);
    background: -webkit-linear-gradient(-45deg, #FF3C00 0%,#252628 100%);
    background: linear-gradient(135deg, #FF3C00 0%,#252628 100%);
    -webkit-background-clip: text;
    color: transparent;
}
.section_title.left {
    text-align: left;
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
}
/*------ Responsive Area ------*/
#portfolio {
    padding: 70px 0 20px;
}
.responsive_area {
	background: #f6f7fd;
	padding: 70px 0 0;
}
.single_responsive_thumb {
	text-align: center;
}
/*subscribe-area subscribe-area */
.subscribe-area ::placeholder {
    color: #fff!important;
    font-size: 16px;
    font-weight: 400;
}
.subscribe-area :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff !important;
    font-size: 16px;
    font-weight:400;
}
.subscribe-area :-moz-placeholder {
    color: #a0a1a2!important;
    font-size: 16px;
    font-weight:400;
}
.footer-text-menu {
    text-align: right;
}
.footer-text-menu ul li {
    list-style: none;
    display: inline-block;
}
.footer-text-menu ul li a {
    display: inline-block;
    margin-left: 19px;
    color: #f8f9fe; 
}
/*scrollup section*/
.scroll-area{
  position: relative;
  z-index: 999;
 }
.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    -ms-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px; 
}
.scroll-area .go-top i {
      position: absolute;
      top: 50%;
      left: -4px;
      right: 0;
      margin: 0 auto;
      font-size: 15px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
      -o-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s; 
  }
.scroll-area .go-top i:last-child {
        opacity: 0;
        visibility: hidden;
        top: 60%; 
    }
.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #0933D7 0%, #1813BA 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border-radius: 100%;
}
.scroll-area .go-top:focus, .scroll-area .go-top:hover {
      color: #fff; 
  }
.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
        opacity: 1;
        visibility: visible; 
}
.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
        opacity: 0;
        top: 0;
        visibility: hidden;
 }
.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
        opacity: 1;
        visibility: visible;
        top: 50%; 
}
.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    -ms-transform: translateY(-98%);
    -o-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 58px;
    border-radius: 100%;
}
.top-wrap {
  position: relative; 
}
.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background-image: -moz-linear-gradient(0deg, #FF3C00 0%, #c1282a 100%);
    background: #FF3C00;
    background-image: -ms-linear-gradient(0deg, #FF3C00 0%, #c1282a 100%);
}
 .top-wrap .go-top-button i {
      font-size: 20px;
      font-weight: 700;
      padding-left: 4px;
      color: #fff;
 }
.top-wrap .go-top-button::after {
      z-index: -1;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 45px;
      height: 45px;
      -webkit-animation: ripple 1.6s ease-out infinite;
      -moz-animation: ripple 1.6s ease-out infinite;
      -o-animation: ripple 1.6s ease-out infinite;
      animation: ripple 1.6s ease-out infinite;
      opacity: 0;
      background-image: -moz-linear-gradient(0deg, #FF3C00 0%, #69DDCC 100%);
      background-image: -webkit-linear-gradient(0deg, #FF3C00 0%, #69DDCC 100%);
      background-image: -ms-linear-gradient(0deg, #FF3C00 0%, #69DDCC 100%);
      border-radius:100%; 
  }
.top-wrap .go-top-button:hover {
      background-color: #222;
      color: #fff; 
  }
@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8; }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } }
