/*
Template Name: dreamit
Author: dreamit
*/


/*
======================================================================================
CSS INDEX
======================================================================================
**** dreamit HEADER TOP AREA CSS 					***
**** dreamit HEADING NAV AREA CSS 					***
**** dreamit NIVO SLIDER AREA CSS					***
**** dreamit SEARCH AREA CSS 						***
**** dreamit  ABOUT  AREA CSS							***
**** dreamit CATEGORY AREA CSS 						***
**** dreamit COUNTER AREA CSS						***
**** dreamit PORTFOLIO AREA CSS 					***
**** dreamit IT AREA CSS									***
**** dreamit PRICING AREA CSS  						***
**** dreamit TESTIMONIAL AREA CSS 					***
**** dreamit BLOG AREA CSS 								***
**** dreamit BLOG DETAILS AREA CSS 				***
**** dreamit AUTHOR AREA CSS 						***
**** dreamit  PRICING AREA CSS 						***
**** dreamit  CONTACT FORM AREA CSS				***
**** dreamit  FOOTER MIDDLE AREA CSS 			***
**** dreamit  FOOTER BOTTOM AREA CSS			***
**** dreamit INSTAGRAM AREA CSS 					***
**** dreamit BRAND AREA CSS							***
**** dreamit  BREADCRUMB AREA CSS 				***
**** dreamit  BLOG PAGE AREA CSS 					***
**** dreamit  404 AREA CSS 								***
**** dreamit  SCROLL TOP AREA CSS 					***
**** dreamit  SECTION TITLE CSS 						***
**** dreamit  CUOROSEL  CSS							***
=============================================================================================
END CSS INDEX
============================================================================================= */

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;
}


/*============================
dreamit HEADER TOP AREA CSS
==============================*/
.em40_header_area_main {
}
.em40_header_area_main.hdisplay_none {
 display: none;
}
.dreamit-header-top {
 background: #b43e97;
 padding: 6px 0 14px;
}
.top-address {
 padding-top: 8px;
}
.top-right-menu {
 padding-top: 9px;
}
.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 span i,
.top-address p a i {
 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.3s ease-in-out;
 transition: all 0.3s ease-in-out;
 letter-spacing: 1px;
}
/* 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;
 transition:.3s;
}
.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.3s ease-in-out;
 transition: all 0.3s ease-in-out;
 margin-left: 15px;
}
.top-address p a,
.top-right-menu ul.social-icons li a,
.top-address p span {
 color: #fff;
 transition:.3s;
}
.top-both-p0 .top-address p a,
.top-both-p0 .top-address p span {
 margin-right: 0px;
 margin-left: 12px;
}
.top-address p a:hover,
.top-address p a:hover i,
.top-address p span:hover,
.top-address p span:hover i,
.top-right-menu ul.social-icons li a:hover {
 color:#252c41;
}

/* Header Top Two */
.dreamit-header-top.header_top_two {
 background: #b43e97 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 #b43e97;
 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.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;
}
.text-right .register {
 color: #fff;
 text-transform: uppercase;
 font-size: 12px;
 margin-right: 7px;
 background: #b43e97;
 padding: 3px 20px;
 border-radius: 30px;
 border: 1px solid #b43e97;
}
.text-right .login {
 color: #fff;
 text-transform: uppercase;
 font-size: 12px;
 background: transparent;
 padding: 3px 20px;
 border-radius: 30px;
 border: 1px solid #fff;
 -webkit-transition: .3s;
 -o-transition: .3s;
 transition: .3s;
}

/* 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: #b43e97 none repeat scroll 0 0;
 border-radius: 50px;
 display: inline-block;
 height: 26px;
 text-align: center;
 width: 26px;
 line-height: 26px;
 font-size: 14px;
 color: #fff;
}
.em-quearys-inner {
 position: absolute;
 right: 0;
 top: 36px;
 z-index: 999;
 display: none;
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.em-quearys-inner {
}
.em-quearys-form {
 background-color: #ffffff;
 border-top: 1px solid #b43e97;
 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;
 -o-transition: 1s;
 transition: 1s;
}
.top-form-control button.top-quearys-style {
 position: absolute;
 right: 6px;
 top: 50%;
 background: transparent;
 font-size: 15px;
 border: none;
 color: #b43e97;
 -webkit-transform: translateY(-50%);
 -ms-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;
}
.no-logo-sr .em-quearys-top.msin-menu-search .em-quearys-inner {
 top: 70px;
}
.no-logo-sr .dreamit_menu ul {
 text-align: center;
}
.no-logo-sr .dreamit_menu ul li {
 text-align: left;
}

/*==============================
dreamit HEADING NAV AREA CSS
===============================*/
.mean-container .mean-bar {
 padding: 0;
}
.mean-container .mean-nav {
 background: #b43e97 none repeat scroll 0 0;
 float: none;
}
.main_menu_div {
 position: relative;
}
 .dreamit_nav_area {
 z-index: 99999999;
 -webkit-box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.20);
 box-shadow: 0px 4px 5px -3px rgba(0, 0, 0, 0.20);
 background: #f3f6ff;
}
.header_no_transparent .dreamit_nav_area {
 background: #fff;
 position: inherit;
 -webkit-box-shadow: none;
 box-shadow: none;
}
.header_no_transparent .dreamit_menu>ul>li>a {
 color: #555;
}
.header_no_transparent .dreamit_menu>ul>li:hover a {
 color: #b43e97;
}
.header_no_transparent .dreamit_menu ul .sub-menu li a {
 color: #444 !important;
}
.header_no_transparent a.dtbtn:hover {
 background-color: #122a89;
 color: #fff;
}
.header_transparent_two .dreamit_nav_area {
 background: inherit;
 -webkit-box-shadow: none;
 box-shadow: none;
}
.header_transparent_two .logo-left {
 background: rgba(0, 0, 0, 0.55);
}
.header_transparent_two .dreamit_nav_area.prefix {
 background: transparent !important;
 top: 0px;
}
.header_transparent_two .dreamit_nav_area.prefix .logo-left {
 background: #0D2352;
}

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

/* MAIN MENU CSS */
.dreamit_menu ul {
 text-align: right;
 list-style: none;
}
.dreamit_menu>ul>li {
 display: inline-block;
 position: relative;
}
.dreamit_menu > ul > li > a {
 display: block;
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
 position: relative;
 color: #333;
 font-size: 14px;
 font-weight: 500;
 text-transform: uppercase;
 margin: 39px 0px 38px;
 margin-left: 24px;
 letter-spacing: 1px;
}
.dreamit_menu ul li:last-child a {
 margin-right: 0px;
}
.dreamit_menu>ul>li.current a,
.dreamit_menu>ul>li:hover>a {
 color: #b43e97;
}
.dreamit_menu>ul>li.current>a {
 color: #b43e97;
}

/* 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;
 -o-transition: .5s;
 transition: .5s;
}

/* stycky nav Css */
.transprent-menu .dreamit_nav_area {
 left: 0;
 right: 0;
 top: 0;
 z-index: 9999;
 background-color: transparent;
 padding: 0;
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
 position: absolute;
}
.dreamit_nav_area.postfix {
 -webkit-transition: .3s;
 -o-transition: .3s;
 transition: .3s;
}
.dreamit_nav_area.prefix {
 background: #f3f6ff !important;
 top: 0px;
}
.dreamit_nav_area.prefix .dreamit_menu>ul>li>a {
 color: #b43e97;
 -webkit-transition: .3s;
 -o-transition: .3s;
 transition: .3s;
}
.dreamit_nav_area.prefix .dreamit_menu>ul>li.current>a,
.dreamit_nav_area.prefix .dreamit_menu>ul>li>a:hover {
 color: #b43e97;
}

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

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

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

/* sub menu 2 */
.dreamit_menu ul .sub-menu .sub-menu {
 left: 100%;
 top: 130%;
 opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 visibility: hidden;
}
.dreamit_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 */
.dreamit_menu ul .sub-menu .sub-menu li {
 position: relative;
}
.dreamit_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;
}
.dreamit_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 */
.dreamit_menu ul .sub-menu .sub-menu .sub-menu li {
 position: relative;
}
.dreamit_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {
}
.dreamit_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 .dreamit_nav_area.prefix {
 top: 32px;
}
.logged-in .trp_nav_area.hbg2 {
 top: 32px;
}

/* Main  menu search */
.dreamit_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 */
.dreamit-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)";
}
.dreamit-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: 22px;
 font-weight: 500;
 text-transform: uppercase;
 border-radius: 30px;
 padding: 8px 30px;
 background-color: #b43e97;
 color: #fff;
 margin-top: 30px;
 letter-spacing: 1px;
 border: 2px solid transparent;
}
a.dtbtn:hover {
 background-color:transparent;
 color: #b43e97;
 border-color:#b43e97;
}
.redX {
 color: #b43e97;
}

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

/* logo pre */
.dreamit-main-menu .prefix .logo a.main_sticky_main_l {
 display: none;
}
.dreamit-main-menu .prefix .logo a.main_sticky_l {
 display: block;
 margin-top: 3px;
}
.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;
}

/*=============================
dreamit NIVO SLIDER AREA CSS
==============================*/
.main_slider_area {
 position: relative;
}
.nivo-caption {
 background: transparent;
 height: 100%;
 opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.em-slider-content-nivo {
}
.em_slider_right {
}
.em_slider_inner {
 margin: auto;
 position: absolute;
 top: 54%;
 left: 0;
 right: 0;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 z-index: 9999;
}
/* slider title */
.em-slider-title {
 color: #fff;
 font-size: 15px;
 font-weight: 600;
 margin-bottom: 23px;
 text-transform: uppercase;
}
.em-slider-sub-title {
 color: #fff;
 font-size: 60px;
 font-weight: 700;
 margin-bottom: 0;
 margin: 0;
}
.em-slider-up-title {
 font-size: 31px;
 color: #fff;
 font-weight: 500;
 padding-bottom: 25px;
 letter-spacing: 3px;
 text-transform: uppercase;
 position: relative;
 display: inline-block;
}
.em-slider-up-title::before {
 content: "";
 position: absolute;
 left: -114px;
 top: 19px;
 width: 100px;
 height: 2px;
 background: #fff;
}
.em-slider-up-title::after {
 content: "";
 position: absolute;
 right: -114px;
 top: 19px;
 width: 100px;
 height: 2px;
 background: #fff;
}
.em-slider-sub-em-title {
 font-size: 24px;
 color: #fff;
 font-weight: 500;
}
.text-center .em-slider-sub-title {
 font-weight: 600;
 text-transform: capitalize;
}
.em-slider-descript {
 color: #fff;
}
.em-slider-descript {
 font-size: 22px;
 margin-bottom: 20px;
 width: -13%;
 z-index: 999;
 font-weight: 400;
 letter-spacing: 1px;
}
.text-left .em-slider-descript {
 margin-left: 0;
 margin-right: auto;
}
.text-center .em-slider-descript {
 margin: 11px auto 28px;
}
.text-right .em-slider-descript {
 margin-right: 0;
 margin-left: auto;
}
.text-center {
 text-align: center;
}
/* slider button */
.em-button-button-area a {
 border: 2px solid #fff;
 color: #fff;
 display: inline-block;
 font-size: 15px;
 margin-right: 10px;
 margin-top: 12px;
 padding: 9px 40px;
 position: relative;
 text-transform: uppercase;
 -webkit-transition: all 0.5s ease 0s;
 -o-transition: all 0.5s ease 0s;
 transition: all 0.5s ease 0s;
 z-index: 999;
 letter-spacing: 1px;
 border-radius: 30px;
}
a.em-active-button {
 background: #b43e97;
 border-color: #b43e97;
}
.em-button-button-area a:hover {
 color: #fff;
 background: #b43e97;
 border-color: #b43e97;
}
a.em-active-button:hover {
 background: transparent;
 border-color: #fff;
}
.em-slider-half-width {
 width: 50%;
}
.em-slider-left {
 padding-right: 30px;
}
.em-slider-right {
 padding-left: 30px;
}
.em-slider-full-width {
 width: 85%;
}
.em-slider-half-width .em-slider-descript {
 width: 100%;
}
/* dreamitionNav */
.em-nivo-slider-wrapper .nivo-dreamitionNav {
}
.em-nivo-slider-wrapper .nivo-dreamitionNav a {
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 height: 70px;
 width: 70px;
 line-height: 68px;
 text-align: center;
 display: block;
 border-radius: 50%;
 color: #fff;
 font-size: 34px;
 left: 0;
 -webkit-transition: all 0.3s ease 0s;
 -o-transition: all 0.3s ease 0s;
 transition: all 0.3s ease 0s;
 opacity: 0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 visibility: hidden;
 border-radius: 50%;
 background: transparent;
 margin-right: 30px;
 border: 1px solid #fff;
}
.em-nivo-slider-wrapper .nivo-dreamitionNav .nivo-prevNav {
 border-radius: 50%;
 margin-left: 30px;
}
.em-nivo-slider-wrapper .nivo-dreamitionNav .nivo-nextNav {
 left: auto;
 right: 0;
}
.em-nivo-slider-wrapper .nivo-dreamitionNav a:hover {
 background: #b43e97;
 border-color: #b43e97;
 color: #fff;
}
.em-nivo-slider-wrapper:hover .nivo-dreamitionNav a {
 opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 visibility: visible;
 left: 50px;
}
.em-nivo-slider-wrapper:hover .nivo-dreamitionNav .nivo-nextNav {
 left: auto;
 right: 50px;
}
/* controlNav */
.em-nivo-slider-wrapper .nivo-controlNav {
 bottom: 50px;
 padding: 0;
 position: absolute;
 width: 100%;
 z-index: 9;
 display: none;
}
.em-nivo-slider-wrapper .nivo-controlNav a {
 background: #000 none repeat scroll 0 0;
 border-radius: 50%;
 cursor: pointer;
 display: inline-block;
 font-size: 14px;
 height: 25px;
 margin: 0 5px;
 width: 25px;
 color: #fff;
 line-height: 25px;
}
.em-nivo-slider-wrapper .nivo-controlNav a:hover,
.em-nivo-slider-wrapper .nivo-controlNav a.active {
 background: #b43e97 none repeat scroll 0 0;
 opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*==================
CUROUSEL SLIDER AREA
====================*/
.slider_area {
	background: url(../images/bg/gm2-bg.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
}
.slider_area.home2 {
	background: url(assets/images/slider-2.jpg);
}
.slider_area.home3 {
	background: url(assets/images/slider-3.jpg);
}
.slider_area:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.45);
}
.slider_content {
	display: table;
	height: 925px;
	width: 100%;
	text-align: center;
}

.slider_text {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.slider_text>h1 {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	color: #444;
	letter-spacing: 3px;
}

.slider_text>p {
	color: #fff;
	width: 61%;
	margin: auto;
	font-size: 18px;
}

.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_inner {
	display: inline-block;
}

.slider_text .slider_text_inner>h1 {
	color: #fff;
	font-size: 72px;
	text-transform: capitalize;
	font-weight: 700;
	margin: 0;
}

.slider_text .slider_text_inner h3 {
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
}
.slider_text_inner p {
	color: #fff;
	font-size: 16px;
	padding-top: 10px;
	width: 68%;
	margin: auto;
}
.scroll-next {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 18%;
	margin: auto;
	z-index: 999999;
}

.scroll-next a {
	color: #fff;
	font-size: 35px;
}
.particles-js-canvas-el {
	position: absolute;
	top: 0;
	z-index: -1;
}

#particles-js {}
/*=========================
Slick Slider Area Css
===========================*/
.slick-slider-area {
}
.slick-single-slider {
 height: 100vh;
 position: relative;
 z-index: 999;
}
.slick-single-slider:before {
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 content: "";
 background: rgba(0, 0, 0, 0.60);
 z-index: -1;
}
.slider-1 {
 background: url(assets/images/slide-5.html);
 -webkit-background-size: cover;
 background-size: cover;
}
.slider-2 {
 background: url(assets/images/slider-1.html);
 -webkit-background-size: cover;
 background-size: cover;
}
.slick-single-slider .slider-content {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 width: 100%;
 text-align: left;
 left: 20.5%;
}
.slick-single-slider .slider-content h1 {
 color: #fff;
 font-size: 58px;
 text-transform: capitalize;
 padding: 6px 0 0;
 font-weight: 600;
 margin: 0;
}
.slider-content p {
 color: #fff;
 font-size: 24px;
 margin-top: 22px;
}
.slick-single-slider .button {
 display: inline-block;
 color: #fff;
 background: #ee363f;
 padding: 12px 37px;
 font-size: 16px;
 text-transform: uppercase;
 margin: 0 8px;
 border-radius: 30px;
 font-weight: 500;
 transition: .3s;
 position: relative;
 z-index: 1;
 margin-top: 27px;
}
.slick-single-slider .button::before {
 position: absolute;
 content: "";
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
 background: #fff;
 transition: .3s;
 z-index: -1;
 transform: scale(0);
 border-radius: 30px;
}
.slick-single-slider .button:hover::before {
 transform: scale(1);
}
.slick-single-slider .button:hover {
 color: #ee363f;
}
.slider-navegarion-style-one .slick-dots {
 bottom: 96px;
 text-align: center;
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
}
.slider-navegarion-style-one .slick-dots li {
 cursor: pointer;
 display: inline-block;
 height: auto;
 margin: 0;
 padding: 0;
 position: relative;
 width: auto;
}
.slider-navegarion-style-one .slick-dots li button::before {
 background: #fff none repeat scroll 0 0;
 content: "";
 height: 20px;
 left: 0;
 line-height: 1;
 opacity: 1;
 position: absolute;
 text-align: center;
 top: 0;
 transition: all 0.3s ease-in-out 0s;
 width: 1px;
}
.slider-navegarion-style-one .slick-dots li button {
 background: transparent none repeat scroll 0 0;
 border: 0 none;
 color: transparent;
 cursor: pointer;
 display: block;
 font-size: 0;
 height: auto;
 line-height: 0;
 outline: medium none;
 padding: 0;
 width: 10px;
}
.slider-navegarion-style-one .slick-dots li button:hover::before,
.slider-navegarion-style-one .slick-dots li.slick-active button::before {
 background: #fff none repeat scroll 0 0;
 height: 30px;
}
/* Slick Slider Next & Prv */
.slick-prev,
.slick-next {
 font-size: 0;
 line-height: 0;
 position: absolute;
 top: 50%;
 display: block;
 padding: 0;
 -webkit-transform: translate(0, -50%);
 -ms-transform: translate(0, -50%);
 transform: translate(0, -50%);
 cursor: pointer;
 color: transparent;
 border: none;
 outline: none;
 background: transparent;
 z-index: 99;
 text-align: center;
}
.slick-prev {
 left: 30px;
}
.slick-next {
 right: 30px;
}
.arrow-style-one .slick-prev,
.arrow-style-one .slick-next {
 height: 60px;
 width: 40px;
 background: rgba(0, 0, 0, 0.5);
 transition: .3s ease-in-out 0s;
}
.slick-prev::before,
.slick-next::before {
 font-family: 'FontAwesome';
 font-size: 50px;
 line-height: 1;
 opacity: 1;
 color: #fff;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.slick-next::before {
 content: '\f105';
}
.slick-prev::before {
 content: '\f104';
}
.slick-single-slider .scroll-next {
 position: absolute;
 left: 0;
 right: 0;
 bottom: -200px;
 margin: auto;
 z-index: 999999;
}

/*----------------------------------------
8. HOME 2 HERO SLIDER SECTION
------------------------------------------*/
.hero-slider-area {
 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
 height: auto;
}
.hero-slider-area .single-slide {
 height: calc(100vh - 100px);
 position: relative;
 z-index: 999;
}
.hero-slider-area .overlay-white:after {
 background-color: rgba(41, 38, 51, 0.8);
}
.hero-slider-area .overlay-dark:after {
 background-color: rgba(41, 38, 51, 0.8);
}
.hero-slider-area .slide-one-bg {
 background: rgba(41, 38, 51, 0.8) url("assets/images/slider-1.html") no-repeat scroll center center / cover;
}
.hero-slider-area .slide-two-bg {
 background: rgba(41, 38, 51, 0.8) url("assets/images/slider-2.jpg") no-repeat scroll center center / cover;
}
.hero-slider-area .slide-three-bg {
 background: rgba(41, 38, 51, 0.8) url("assets/images/slider-3.jpg") no-repeat scroll center center / cover;
}
.hero-slider-area .banner-content {
 left: 0;
 position: absolute;
 right: 0;
 text-align: center;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}
.banner-content h1 {
 font-size: 60px;
 margin-bottom: 10px;
 text-transform: capitalize;
 color: #fff;
}
.banner-content p {
 font-size: 16px;
 margin: 20px auto;
 width: 45%;
 color: #fff;
}
.btn {
 background-color: #423f50;
 border: 0 none;
 border-radius: 100px;
 color: #fff;
 display: inline-block;
 font-size: 14px;
 font-weight: 500;
 line-height: 1;
 padding: 15px 40px;
 text-align: center;
 text-transform: uppercase;
 letter-spacing: 2px;
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
 display: inline-block;
 margin-top: 19px;
}
.btn:hover {
 background: #b43e97;
 color: #fff;
}
.hero-slider-area .slick-prev {
 left: 25px;
}
.hero-slider-area .slick-next {
 right: 25px;
}
.hero-slider-area .slick-dots {
 bottom: 0;
}
.slick-dotted.slick-slider {
 margin-bottom: 0;
}
.overlay-white:after,
.overlay-dark:after {
 background-color: rgba(41, 38, 51, 0.8);
 content: "";
 height: 100%;
 left: 0;
 position: absolute;
 right: 0;
 top: 0;
 width: 100%;
 z-index: -1;
}
.slick-prev,
.slick-next {
 background-color: rgba(0, 0, 0, 0.30);
 border-radius: 50px;
 -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
 box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
 height: 70px;
 top: 50%;
 -webkit-transform: translate(0px, -50%);
 -ms-transform: translate(0px, -50%);
 transform: translate(0px, -50%);
 width: 70px;
 z-index: 1;
 -webkit-transition: all 0.3s ease 0s;
 -o-transition: all 0.3s ease 0s;
 transition: all 0.3s ease 0s;
 color: #fff;
}
.testimonial-carousel .slick-prev,
.testimonial-carousel .slick-next {
 top: calc(50% + 80px);
 -webkit-transform: translate(0px, calc(-50% - 40px));
 -ms-transform: translate(0px, calc(-50% - 40px));
 transform: translate(0px, calc(-50% - 40px));
}
.slick-prev::before,
.slick-next::before {
 color: #fff;
 font-family: FontAwesome;
 font-size: 30px;
 -webkit-transition: all 0.3s ease 0s;
 -o-transition: all 0.3s ease 0s;
 transition: all 0.3s ease 0s;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
 background-color: #b43e97;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
 color: #fff;
}
.slick-dots {
 bottom: -30px;
}
.slick-dots li {
 height: 5px;
 margin: 0 5px;
 width: 20px;
}
.slick-dots li button {
 background-color: #fff;
 border: 0 none;
 height: 7px;
 padding: 0;
 text-indent: -99999px;
 width: 22px;
}
.slick-dots .slick-active button,
.slick-dots .slick-active button {
 background-color: #b43e97;
}

/*=========================
 dreamit SEARCH AREA CSS
===========================*/
.slider_area .form-control {
	display: block;
	width: 100%;
	height: 52px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.slider_area .home-form {
	margin-top: 30px;
	background: rgba(240,98,146,0.6);
	padding: 12px 20px 15px;
	border-radius: 30px;
}
.slider_area.home2 .home-form {
	margin-top: 30px;
	background: rgba(255,255,255, 0.3);
	padding: 12px 20px 15px;
	border-radius: 30px;
}

.slider_area .home-form .placeholder-name {
	color: #fff;
}
.slider_area .home-form .request-button .btn-request {
	margin-top: 29px;
	padding: 19px 40px;
	background-color: #b43e97;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	transition:.5s;
}
.dreamit-serach-form {
	background: rgba(255,255,255, 0.3);
	display: block;
	overflow: hidden;
	padding: 19px 2px;
	border-radius: 30px;
	margin-top: 34px;
}
.dreamit-serach-form .input-field {
	width: 100%;
	float: left;
}
.dreamit-serach-form .input-field input ,
.dreamit-serach-form .input-field select {
	height: 50px;
	border: 0;
	border-radius: 0;
	padding-left: 15px;
	width: 100%;
	border-radius: 30px;
}
.dreamit-serach-form.style2 .input-field input, .dreamit-serach-form .input-field select {
	color: #fff;
	background:#b43e97;
}
/* Search Form Css */
.tour_search_area {
 padding: 100px 0;
}
.main-search-form {
 padding: 43px 50px 17px;
 margin: 0 auto;
 overflow: hidden;
}
.main-search-form .input-field {
 padding-bottom: 30px;
}
.main-search-form .dreamit {
	padding: 0;
}
.main-search-form select,
.main-search-form input {
 background: #fff;
 border: none;
 outline: 0;
 width: 100%;
 height: 40px;
 border-radius: 30px;
 color: #333;
 padding: 0 15px 0;
 border: 1px solid #efefef;
}
.input-field select,
.input-field.datetime input {
 color: #666;
}
.main-search-form  label {
 color: #2c394c;
 cursor: pointer;
 font-size: 14px;
 font-weight: 500;
 color: #333;
 text-transform: uppercase;
 letter-spacing: 1px;
 padding-bottom: 0px;
}
.submit_button {
	width: 25%;
	margin: auto;
}
.submit_button1 {
	margin: auto;
}
.submit-btn.th-bg {
 display: inline-block;
 margin-top: 26px;
 background: #b43e97 !important;
 color: #fff !important;
 border: 0;
 letter-spacing: 1px;
 font-size: 16px;
}
.dreamit-serach-form .submit-btn.th-bg {
	margin-top: 0;
}
/* Search Tab Css */
.search_form_area {
}
.home-2.search_form_area {
 background: #fff;
}
.tab_area {
 overflow: hidden;
}
.dreamit-tab {
 overflow: hidden;
 clear: both;
}
.dreamit-tab li {
 display: block;
 list-style: none;
 overflow: hidden;
 box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
 background: #fff;
 padding: 11px 0px 11px 23px;
 transition: .5s;
 cursor: pointer;
 border-radius: 30px;
 margin: 5px 5px 28px 5px;
}
.dreamit-tab li i {
 font-size: 35px;
 transition: .5s;
 float: left;
 margin-right: 15px;
 color: #b43e97;
}
.dreamit-tab li a {
 padding: 2px 0px 0;
 display: block;
 color: #b43e97;
 font-size: 1;
 text-transform: uppercase;
 font-weight: 500;
}
.dreamit-tab li.active,
.dreamit-tab li:hover {
 background: #b43e97;
 color: #fff;
}
.dreamit-tab li.active i,
.dreamit-tab li:hover i {
 color: #fff;
}
.dreamit-tab li.active a,
.dreamit-tab li:hover a {
 color: #fff;
}
.single_tab {
 overflow: hidden;
 background: #fff;
 box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
 margin: 5px;
 border-radius: 30px;
}
.slider_area .home-form .request-button .btn-request:hover {
	background-color: #252c41;
	color: #fff;
}
/* WIDTH LISTING */
.single_tab.width-listing {
	padding: 10px 10px 5px;
}
.width_listing_title {
	text-align: center;
}
.width_listing_title h2 {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 20px;
}
.submit_button .submit-btn.th-bg {
	margin-top: 0;
}
.width-listing .main-search-form select, .main-search-form input {
	height: 52px;
	padding: 0 15px 0;
	border-radius:0;
}
/*==================
dreamit RESTAURANT  AREA
===================*/
.restaurant_area {
	position: relative;
	padding-bottom: 30px;
}
.row.restaurant-admin {
	margin-top: -110px;
}
.row.restaurant-admin.style2 {
	background: #fff;
	padding: 50px 0 30px;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	margin-top: -145px;
}
.single_restaurant {
	background: #fff;
	box-shadow: 0 0 7px rgba(0,0,0,0.5);
	margin-top: 10px;
	margin-bottom: 30px;
	height:200px;
	width:200px;
	border-radius:50%;
	text-align: center;
	transition:.5s;
	border: 3px solid #fff;
}
.single_restaurant_thumb {
	padding: 44px 64px 0;
}
.single_restaurant_content {
	margin-top: 16px;
}
.single_restaurant_content a {
	font-size: 18px;
	text-align: center;
}
.row.restaurant-admin.style2 .single_restaurant:hover{
	border:3px solid #b43e97;
}
.row.restaurant-admin.style3 .single_restaurant:hover{
	border:3px solid #b43e97;
}

/*WIDTH VERTIVA  CSS */
.search_form_area.vertical {
	padding: 0 0 0;
	background: #f8faff;
}
.tab_area.listing-vertical {
	margin-top: -110px;
}
.single_package.single-vertical {
	margin-bottom: 50px;
}
.single_dreamitory_thumb.vertical-thumb {
	width: 36%;
	float: left;
	margin-right: 50px;
}
.single_dreamitory_thumb.vertical-thumb.style2 {
	width: 41%;
	margin-right: 20px;
}
.profile-setting .form-control {
	height: 45px;
	padding: 1px 12px;
}
.single_dreamitory_content.vertical-content {
	padding: 19px 10px 23px;
}
.single_dreamitory_content.vertical-content.style2 {
	padding: 56px 20px 63px;
}
.popular_package_area {
	padding: 100px 0 100px;
}

/*========================
/* dreamit MOST POPULAR AREA CSS 
=========================*/
.most_popular_area {
	padding: 80px 0 70px;
}
.single_popular {
	position: relative;
	transition: .5s;
	margin-bottom:30px;
}
.single_popular_content {
	position: absolute;
	bottom: -14.5%;
	left: 0;
	transform: translateY(-50%);
	background: rgba(0,0,0,.4);
	width: 100%;
	padding: 8px 20px 9px;
	transition:.5s;
}
.single_popular_icon {
	float: right;
	margin-top: -34px;
}
.single_popular_content_inner h2 {
	color: #fff;
	font-size: 24px;
}
.single_popular_content_inner p {
	color: #fff;
	font-size: 16px;
	padding-top: 5px;
}
.single_popular:hover .single_popular_content {
	background:#b43e97;
}
.home-2 .single_popular_icon {
	margin-top: -230px;
}
/*===============
/* dreamitORY AREA CSS 
=================*/
.dreamitory_area {
	background: #f7f8fc;
	padding: 80px 0 70px;
}
.single_dreamitory {
	position: relative;
	transition: .5s;
	margin-bottom: 30px;
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.single_dreamitory_thumb_content {
	position: absolute;
	top: 5%;
	right: 5%;
}
.single_dreamitory_thumb_icon {
	position: absolute;
	top: 5%;
	left: 5%;
}
.single_dreamitory_thumb_icon i {
	height: 36px;
	width: 36px;
	background: #fb3640;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 50%;
}
.single_dreamitory_thumb_content p {
	color: #fff;
	background: #b43e97;
	padding: 2px 12px;
	border-radius: 30px;
	font-size: 16px;
}
.single_dreamitory_content {
	border: 1px solid #ddd;
	padding: 3px 15px 18px;
	background: #fff;
}
.single_dreamitory_title h2 {
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 5px;
	transition:.5s;
	
}
.vertical-content .single_dreamitory_title h2 {
	font-size: 21px;
}
.single_dreamitory_title {
	font-size: 16px;
}
.single_dreamitory_review i {
	margin-right: 7px;
	color: #FFA700;
}
.single_dreamitory_review {
	padding-bottom: 15px;
}
.single_dreamitory_review .active {
	font-size: 16px;
}
.single_dreamitory_review .active1 {
	color: #b43e97;
}
.single_dreamitory_meta {
	border-top: 1px solid #b43e97;
	padding-top: 10px;
}
.single_dreamitory_meta i {
	margin-right: 10px;
	font-size: 16px;
	color: #b43e97;
}
.single_dreamitory_meta span {
	font-size: 16px;
}
.single_dreamitory_meta .right-sideber {
	float: right;
}
.single_dreamitory:hover{
	box-shadow:0 0 9px rgba(0,0,0,0.4);
}
.single_dreamitory_title H2:hover{
	color:#b43e97;
}


/*==========================
dreamit COUNTER AREA CSS
===========================*/
.counter_area {
 padding: 70px 0 70px;
 position: relative;
}
.row.counter-admin {
	background: url(assets/images/counter-img.png);
	padding: 100px 0 100px;
}
.single_counter {
	position: relative;
	transition: .5s;
	background: #fff;
	padding: 13px 0 30px;
}
.counter_icon {
	float: left;
	margin: 17px 12px 0;
	text-align:center;
}
.counter_icon i {
	height: 70px;
	width: 70px;
	margin: auto;
	line-height: 70px;
	font-size: 30px;
	background: #fff;
	border-radius: 100%;
	transition: .5s;
	display: inline-block;
	box-shadow: 0 0 8px rgba(0,0,0,0.4);
}
.countr_text>h1 {
 display: inline-block;
 font-size: 30px;
 font-weight: 600;
 margin: 15px 0 0;
 transition:.5s;
}
.countr_text h4 {
	font-size: 18px;
	transition:.5s;
}
.single_counter:hover .counter_icon i{
	color:#b43e97;
}
.single_counter:hover{
	background:#b43e97;
	color
}
.single_counter:hover .countr_text>h1,
.single_counter:hover .countr_text h4{
	color:#fff;
}

/*====================
dreamit TESTIMONIAL AREA CSS
=====================*/
.testimonial_area {
	padding: 99px 0 114px;
	background:url(assets/images/testi-bg1.jpg);
	position:relative;
	background-repeat: no-repeat;
	background-size: cover;
}
.testimonial_area.style2::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(240,98,146, 0.7);
}
.single_testimonial {
	text-align: center;
	margin-bottom: 30px;
	transition: .5s;
}
.em_testi_text p {
	position: relative;
	width: 62%;
	margin: auto;
	margin-top: 10px;
	color: #fff;
	font-size: 15px;
}
.em_test_thumb img {
	margin: auto;
}
.em_testi_content {
	padding-top: 12px;
}
.em_testi_title h2 {
	margin-top: 0;
	color: #fff;
	font-weight: 600;
	font-size: 19px;
}
.em_testi_title span {
	font-size: 16px;
	color: #fff;
}



/*=======================
dreamit BLOG AREA CSS
=========================*/
.blog_area {
 padding: 79px 0 70px;
 /*! background: #f9f9f9; */
}
.blog_area.blog-grid {
 padding: 100px 0 72px;
}
.blog_area.blog-grid.blog-details-area {
 padding: 100px 0 97px;
}
.dreamit-single-blog {
	transition: .5s;
}
.blog_thumb_inner {
	position: relative;
	margin-bottom: 30px;
}
.dreamit-blog-thumb {
	position: relative;
}
.dreamit-blog-thumb::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.4);
}
.dreamit-blog-thumb a {
 position: relative;
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.dreamit-blog-thumb a {
 display: block;
}
.dreamit-blog-thumb img {
 display: block;
 -webkit-transition: 6s;
 -o-transition: 6s;
 transition: 6s;
 width: 100%;
}
.blog_thum_content {
	position: absolute;
	top: 9%;
	right: 20px;
}
.blog_thum_content p {
	color: #fff;
	background: #fb3640;
	padding: 3px 24px;
	border-radius: 30px;
	transition:.5s;
}
.em-blog-content-area {
	text-align: left;
	position: absolute;
	bottom: -2%;
	left: 30px;
	transition: .3s;
}
.blog-page-title a:hover {
 color: #b43e97;
}
.blog-content h2 a:hover {
 color: #b43e97;
}
.dreamit-single-blog:hover .blog_thum_content p{
	background:#b43e97;
}
.dreamit-single-blog:hover .em-blog-content-area{
	bottom:9%;
}
.dreamit-single-blog:hover .blog-content-text p{
	opacity:1;
}
.blog-content-text p {
	color: #fff;
	width: 96%;
	opacity: 0;
}
.blog-page-title h2 a {
 color: #fff;
 font-size: 24px;
 font-weight: 600;
}
.dreamit-blog-meta-left {
	padding-bottom: 11px;
	position:relative;
}
.dreamit-blog-meta-left::before {
	position: absolute;
	content: "";
	left: 0;
	top: 23px;
	height: 1px;
	width: 83px;
	background: #fff;
}
.dreamit-blog-meta-left a,
.dreamit-blog-meta-right a,
.dreamit-blog-meta-left span,
.dreamit-blog-meta-right span {
 font-weight: 400;
 margin-right: 15px;
 text-transform: capitalize;
 font-size: 13px;
 letter-spacing: 0.5px;
 color: #fff;
}
.dreamit-blog-meta-right a,{
	
}
/*==============================
/* dreamit COUNTDOWN AREA CSS 
===============================*/
.count_down_area {
 background-image: url(assets/images/countdown-bg.html);
 background-position: center center;
 background-repeat: no-repeat;
 background-size: cover;
 padding: 115px 0 160px;
 position: relative;
 background-attachment: fixed;
}
.count_down_title {
 padding-top: 27px;
}
.count_down_title h2 {
 color: #fff;
 text-transform: uppercase;
 font-size: 27px;
 letter-spacing: 2px;
}
.count_down_title h2 span {
 color: #b43e97;
}
.count_down_title h1 {
 color: #fff;
 font-size: 65px;
 text-transform: uppercase;
 padding-bottom: 44px;
 font-weight: 600;
}
.count_down_area::before {
 position: absolute;
 content: "";
 left: 0;
 right: 0;
 bottom: 0;
 top: 0;
 background: rgba(13, 47, 93, 0.8);
}
span.cdowns {
 width: 125px;
 height: 125px;
 background: rgba(255,99,99,0.70);
 display: inline-block;
 margin: 0;
 position: relative;
 border-radius: 0;
 text-align: center;
 margin-left: 0;
 margin-right: 34px;
 border-radius: 25px;
}
span.cdowns::before {
 position: absolute;
 content: "";
 background: #fff;
 top: 33px;
 right: -24px;
 height: 12px;
 width: 12px;
 border-radius: 50%;
}
span.cdowns::after {
 position: absolute;
 content: "";
 background: #fff;
 top: 79px;
 right: -24px;
 height: 12px;
 width: 12px;
 border-radius: 50%;
}
span.cdowns:last-child::before,
span.cdowns:last-child::after {
 display: none;
}
.counterdowns {
 text-align: left;
}
span.time-counts {
 line-height: 87px;
 font-size: 60px;
 color: #fff;
}
.counterdowns p {
 color: #fff;
 font-size: 21px;
 line-height: 0px;
 margin-top: 9px;
}
.count_down_btn {
 padding-top: 97px;
 text-align: right;
}
.count_down_btn a {
 color: #fff;
 display: inline-block;
 padding: 12px 47px;
 background: #b43e97;
 font-size: 18px;
 letter-spacing: 1px;
 font-weight: 500;
 border-radius: 30px;
 transition: .3s;
}
.count_down_btn a:hover {
 color:#b43e97;
 background-color:#fff;
}
/* home Two */
.home-2 .count_down_title {
 padding-top: 27px;
 text-align: center;
}
.home-2 .counterdowns {
 text-align: center;
}
.home-2 .count_down_btn {
 padding-top: 60px;
 text-align: center;
}
/*=========================
dreamit ABOUT  AREA CSS
===========================*/
.about_area {
 padding: 81px 0 112px;
}
.about_area.style2 {
 background: #f9f9f9;
}
.single_about {
 background: #fff;
 box-shadow: 0 0 10px rgba(0,0,0,0.20);
 overflow: hidden;
 margin: 10px 0 30px;
}
.about_content {
 overflow: hidden;
 width: 50%;
 float: left;
 padding: 50px 16px 0 21px;
}
.about_thumb {
 overflow: hidden;
 width: 50%;
 float: left;
}
.about_content h1 {
 color: #333;
 text-transform: capitalize;
 font-size: 35px;
 margin: 0 0 24px;
 padding: 0;
}
.about_content h2 {
 font-size: 36px;
 font-weight: 700;
 margin: 0;
 padding: 0px 0 43px;
 text-transform: uppercase;
 color: #b43e97;
 position: relative;
 margin-bottom: 50px;
}
.about_content h2::before {
 content: "";
 position: absolute;
 left: 0;
 bottom: 0px;
 width: 103px;
 height: 4px;
 background: #b43e97;
}
.about_button {
 padding-top: 36px;
}
.about_button a {
 display: inline-block;
 background: #b43e97;
 color: #fff;
 padding: 10px 30px;
 border-radius: 30px;
 font-size: 16px;
 letter-spacing: 2px;
 margin-right: 25px;
 border:2px solid transparent;
 transition:.3s;
}
.about_button a.active {
 background: #0D2352;
}
.about_button a:hover {
 color:#b43e97;
 border-color:#b43e97;
 background:transparent;
}
/* Style Two */
.about_nav {
 text-align: left;
 margin-bottom: 50px;
}
.about_nav ul {
 text-align: center;
}
.about_nav ul li {
 list-style: none;
 display: inline;
}
.about_nav ul li {
 border-radius: 30px;
 display: inline-block;
 font-size: 15px;
 font-weight: 500;
 padding: 4px 20px;
 text-transform: uppercase;
 cursor: pointer;
 -webkit-transition: all 0.5s ease 0s;
 -o-transition: all 0.5s ease 0s;
 transition: all 0.5s ease 0s;
 margin: 0px 3px;
}
.about_nav ul li.current_item,
.about_nav ul li:hover {
 color: #fff;
 background-color: #b43e97;
}
.portfolio-pages .portfolio_nav ul {
 text-align: center;
}
.single_about_two {
 position: relative;
 overflow: hidden;
 margin-bottom:30px;
}
.about_content_two {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 text-align: center;
 width: 100%;
 height: 100%;
 background: rgba(0,0,0,0.70);
 opacity:0;
 transition:.3s;
}
.about_content_inner_two {
 position: relative;
 top: 60%;
 transform: translateY(-50%);
 transition:.5s;
 transition-delay:.3s;
 opacity:0;
}
.about_content_inner_two h1 {
 color: #fff;
 font-size: 23px;
 text-transform: capitalize;
 font-weight: 500;
 padding-bottom: 10px;
 letter-spacing: 1px;
}
.about_content_inner_two span {
 color: #fff;
 font-size: 16px;
 display: inline-block;
 margin: 0 8px;
}
.about_button_two a {
 display: inline-block;
 color: #fff;
 background: #b43e97;
 padding: 7px 22px;
 border-radius: 30px;
 font-size: 15px;
 margin-top: 23px;
 transition:.3s;
}
.about_button_two a:hover {
 color:#b43e97;
 background:#fff;
}
.single_about_two:hover .about_content_inner_two {
 top:50%;
 opacity:1;
}
.single_about_two:hover .about_content_two {
 opacity:1;
}

/*==============
dreamit IT AREA CSS
===============*/

.it_area {
	padding: 80px 0 68px;
	background: #fff;
	position:relative;
}
.it_area::before {
	position: absolute;
	content: "";
	left: 33%;
	top: -32px;
	height: 100%;
	width: 100%;
	background: url(assets/images/it-img.png);
	background-repeat: no-repeat;
	transform: translateY(50%);
}
.single_it {
	margin-bottom: 30px;
	transition:.5s;
}
.single_it_icon {
	text-align: center;
}
.single_it_icon i {
	font-size: 30px;
	width: 80px;
	height: 80px;
	background: #ebeff3;
	line-height: 80px;
	border-radius: 50%;
	transition:.5s;
}
.single_it_content {
	text-align: center;
}
.single_it_content h2 {
	font-size: 24px;
	padding: 15px 0 16px;
	transition:.5s;
}
.single_it:hover .single_it_content h2 {
	color:#b43e97;
}
.single_it:hover .single_it_icon i{
	background:#b43e97;
	color:#fff;
}


/*==============================
/* dreamit POPULAR LOCATION AREA CSS 
===============================*/
.popular_location_area {
	background: #f7f8fc;
	padding: 80px 0 70px;
}
.popular_location_area.style2 {
	background: #fff;
}
.single_popular_location {
	position: relative;
	margin-bottom: 30px;
	transition:.5s;
}
.single_popular_location_thumb {
	position: relative;
	transition:.5s;
}
.single_popular_location_thumb::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: rgba(240,98,146, 0.7);
	opacity:0;
	transition:.5s;
}
.single_popular_location_content {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	text-align: center;
	margin: auto;
	right: 0;
}
.single_popular_location_content a {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
}
.single_popular_location_content h5 {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
}
.single_popular_location:hover .single_popular_location_thumb::before{
	opacity:1;
}

/*================
TURNER PRICING AREA CSS
==================*/
.creat_pricing_area {
	padding: 100px 0 70px;
}
.row.main-creat-pricing {
	box-shadow: 0 2px 10px 0 #d8dde6;
	padding: 55px 15px 56px;
	margin-bottom: 30px;
}
.creat_pricing_title_icon {
	text-align: center;
}
.creat_pricing_title_icon i {
	font-size: 30px;
	color: #b43e97;
}
.creat_pricing_title {
	text-align: center;
}
.creat_pricing_title h2 {
	font-size: 30px;
	padding: 13px 0 8px;
}
.creat_pricing_title p {
	letter-spacing: 1px;
}
.form_field_text_inner .form_field_inner {
	width: 100%;
}
.creat_pricing_area .contact_form .text_area .form_field_inner textarea {
	width: 99.2%;
	height: 150px;
}
.creat_pricing_area .contact_button button {
	background: #ddd;
	border: 2px solid #ddd;
	color: #333;
	display: inline-block;
	font-size: 16px;
	letter-spacing: 2px;
	padding: 8px 16px;
	text-transform: capitalize;
	margin: 0;
	border-radius: 5px;
	transition:.5s;
}
.text-align-center {
	text-align: center;
	margin-top: 38px;
}
.text-align-center .contact_button button {
	background: #b43e97;
	border: 2px solid #b43e97;
	color: #fff;
	padding: 8px 30px;
}
.creat_pricing_area .contact_button button:hover {
	background: #b43e97;
	border: 2px solid #b43e97;
	color:#fff;
}
/*==========================
dreamit FOOTER TOP CSS
===========================*/
.footer-middle {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(../images/foter-img.png);
	padding: 330px 0 93px;
}
.footer-middle.wpfd {
	padding: 0;
}
.wpfdp {
	padding-top: 0px;
	padding-bottom: 80px;
}
.footer-middle .widget h2 {
	color: #555;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 29px;
	margin-top: 20px;
	text-transform: capitalize;
}
.footer-middle .widget ul {
	list-style: none;
}
.footer-middle .widget ul li {
	margin-bottom: 17px;
	list-style: none;
}
.menu-quick-link-container ul li i {
	background: #30425c;
	height: 17px;
	width: 17px;
	text-align: center;
	margin-right: 10px;
	transition: .5s;
	line-height: 17px;
	font-size: 13px;
}
.footer-middle .widget ul li a{
}
.footer-middle .widget ul li a span {
	float: right;
	margin-right: 50px;
}
.menu-quick-link-container ul li i:hover{
	background:#fa2964;
}
.footer-middle .widget ul li a:hover{
	color: #fa2964;
}
/* Company Info Css */
.company_info_desc {
	padding-bottom: 13px;
}
.single_company_info {
	margin-bottom: 24px;
}
.single_company_info i {
	color: #fff;
	font-size: 15px;
	border: 1px solid #fff;
	float: left;
	border-radius: 50%;
	margin-right: 15px;
	line-height: 28px;
	height: 30px;
	width: 30px;
	text-align: center;
	transition: .3s;
}
.single_company_info:hover i {
	background: #fa2964;;
	color: #fff;
	border-color: #fa2964;;
}
.company_info_desc p {
	color: #444;
}
/* recent post */
.single-widget-item {
	overflow: hidden;
}
.recent-post-image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.recent-post-item {
	clear: both;
}
.recent-post-text a {
	color: #333;
	font-size: 15px;
}
.recent-post-text .rcomment i {
	margin-right: 5px;
}
.recent-post-text h4 a:hover {
	color: #fa2964;;
}
.quick-post-text .rcomment i {
	margin-right: 5px;
}
.footer-middle .recent-post-text .rcomment {
	color: #252c41;
	font-size: 15px;
	font-weight: 400;
	margin-left: 50px;
}
.footer-middle .rcomment.recent-post-text > h4 {
	margin-bottom: 13px;
	font-weight: 500;
	line-height: 1;
	margin-top: 0;
}
.footer_contact_info {
	text-align: center;
	background: #0D2352;
	overflow: hidden;
	color: #fff;
	border-radius: 11px;
	box-shadow: 0 6px 30px rgba(0, 0, 0, .30);
	margin-top: -136px;
	margin-bottom: 67px;
}
.single_information_contact p span {
	display: block;
	font-weight: 400;
	font-size: 15px;
}

/* Blog Widget Css */
.blog-grid .recent-post-text>h4 {
	margin-bottom: 3px;
	line-height: 18px;
}
.blog-grid .recent-post-text .rcomment {
	color: #6d6d6d;
	font-size: 12px;
}

/* Get quote css */
.quote_form_inner {
	padding-top: 6px;
}
.quote_form_field input {
	font-size: 14px;
	height: 40px;
	padding: 5px 15px;
	position: relative;
	width: 100%;
	background: rgba(255,255,255,0.10);
	border: 1px solid #d5000b;
	/*! border-radius: 10px; */
	color: #999999;
	transition: .3s;
}
.quote_form_field input:focus {
	border-color: #fa2964;
}
.quote_form_field textarea {
	width: 100%;
	height: 85px;
	border: 0;
	padding-left: 15px;
	border-radius: 5px;
	color: #fff;
	background-color: #041842;
}
.quote_button {
	margin: 0;
	position: absolute;
	right: 16px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 60px;
	border: medium none;
	border-radius: 0;
	bottom: 54px;
	color: #1293d4;
	font-size: 20px;
	height: 40px;
	line-height: 20px;
	background: #d5000b;
	color: #fff;
}
.quote_button:hover {
	background: #fa2964;
	color: #fff;
}
.mc4wp-form-fields button:hover {
	background: #;
	color: #fff;
}
.widget_quote_text ul li i {
	float: left;
	margin-right: 10px;
	padding-top: 4px;
	font-size: 18px;
}
.footer-sociala-icon {
	clear: both;
	float: left;
	font-size: 18px;
	margin-right: 12px;
	color: #252c41;
}
.footer-sociala-info p {
	color: #252c41;
}
.em_form_title h3 {
	color: #252c41;
	font-size: 23px;
	font-weight: 500;
	padding-bottom: 37px;
	padding-top: 16px;
}
.footer-menu ul ul {
	display: none;
}
.social_media h3 {
	font-size: 23px;
	color: #fff;
	padding-bottom: 41px;
	margin-top: 0;
	font-weight: 500;
}
.social_media a {
	background: #fa2964;
	border: 0;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 17px;
	height: 35px;
	line-height: 33px;
	margin-bottom: 0;
	margin-right: 8px;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 35px;
	border: 1px solid transparent;
	display: inline-block;
}
.social_media a:hover{
	background: transparent;
	border-color: #fa2964;
	color: #fa2964;
}
.quick-link-item {
	margin-bottom: 14px;
}
.quick-post-text {
	position: relative;
}
.quick-post-text::before {
	position: absolute;
	content: "";
	left: 0;
	top: 9px;
	height: 5px;
	width: 5px;
	background: #ddd;
	float: left;
	border-radius: 50%;
	transition:.5s;
}
.quick-post-text a {
	margin-left: 15px;
	font-size: 15px;
	transition:.5s;
}
.widget_quote_get_right_icon {
	margin-top: 30px;
}
.widget_quote_get_right_icon i {
	margin-right: 15px;
	transition:.5s;
}
.widget_quote_get_right_icon i:hover {
	color:#b43e97;
}
.quick-link-item:hover .quick-post-text::before{
	background:#b43e97;
}
.quick-post-text a:hover{
	color:#b43e97;
}

/*===============================
dreamit FOOTER BOTTOM AREA CSS
================================*/
.footer-bottom {
 background: #f7f8fc;
 padding: 0 0 24px;
}
.row.footer-admin {
	border-top: 1px solid #333;
	padding: 40px 0 10px;
}
.copy-right-text {
}
.copy-right-text p {
 color: #555;
 font-size: 14px;
 margin: 7px 0 0;
 padding: 0;
}
.footer-menu ul {
 list-style: none;
 margin: 0px;
 padding: 0px;
}
.footer-menu ul li {
 display: inline-block;
}
.footer-menu ul li a {
 color: #fff;
 margin-left: 20px;
 text-align: center;
 color: #555;
 -webkit-transition: .3s;
 -o-transition: .3s;
 transition: .3s;
}
.footer-menu ul li a:hover {
 color: #b43e97;
}
.copy-right-text a:hover {
 color: #b43e97;
}
.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;
}
.social_media h3 {
 font-size: 23px;
 color: #252c41;
 padding-bottom: 40px;
 margin-top: 0;
 font-weight: 500;
}
.social_media {
	margin-bottom: 25px;
}
.social_media a {
 display: inline-block;
 background: #b43e97;
 color: #fff;
 width: 40px;
 height: 40px;
 text-align: center;
 font-size: 17px;
 line-height: 36px;
 border-radius: 100%;
 margin-right: 19px;
 -webkit-transition: .3s;
 -o-transition: .3s;
 transition: .3s;
 border: 2px solid transparent;
 float: left;
}
.social_media p {
	padding-top: 8px;
}
.social_media a:hover {
 background:transparent;
 color: #b43e97;
 border-color: #b43e97;
}

/*==============================
/* dreamit PRICING AREA CSS 
===============================*/

.pricing_area {
	padding: 80px 0 70px;
}
.single_pricing {
	background: #fff none repeat scroll 0 0;
	transition: all 0.3s ease 0s;
	padding: 4px 0px 50px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
	margin-bottom: 30px;
	margin-top: 5px;
}
.single_pricing:hover {
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.20);
}
.pricing_head {
	padding: 20px 0 16px;
	transition: all 0.3s ease 0s;
	text-align: center;
}
.curencyp {
	font-size: 18px;
	font-weight: 600;
	position: relative;
	margin-left: 11px;
	transition: .5s;
}
.starting {
	display: block !important;
	font-size: 15px !important;
	color: #454545 !important;
	text-transform: uppercase;
}
.monthp {
	display: block;
	position: relative;
}
.bootmp {
	font-weight: 400;
}
.featur ul {
	text-align: center;
}
.featur ul li {
	display: block;
	font-size: 15px;
	font-weight: 300;
	padding: 7px 0;
	text-transform: none;
	transition: all 0.3s ease 0s;
}
.featur ul li i {
	margin-right: 5px;
	color: #666;
}
.featur ul li b {
	font-weight: 600;
}
.pricing_title {
	margin-bottom: 10px;
}
.pricing_bottom {
	padding-top: 16px;
}
.order_now {
	background: transparent none repeat scroll 0 0;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.order_now a {
	background: #2b2b2b none repeat scroll 0 0;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 32px;
	position: relative;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	letter-spacing: 1px;
}
.pricing_tk {
	height: 120px;
	width: 120px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
	line-height: 120px;
	margin-left: 130px;
	text-align: center;
	border-radius: 50%;
	position: relative;
	margin-bottom: 15px;
	transition:.5s;
}
.pricing_tk::before {
	position: absolute;
	content: "";
	left: 95px;
	top: 8px;
	height: 50px;
	width: 50px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 3px -2px 4px rgba(0,0,0,0.5);
	transition:.5s;
}
.pricing_tk .ps {
	position: relative;
	left: 12%;
	top: -22%;
	font-size: 22px;
	float: right;
	transition:.5s;
}
.pricing_tk .tk {
	font-size: 33px;
	font-weight: 600;
	transition:.5s;
}
.single_pricing:hover .pricing_tk {
	background:#b43e97;
}
.single_pricing:hover .pricing_tk::before {
	background:#b43e97;
}
.single_pricing:hover .pricing_title h3 {
	color:#b43e97;
}

.single_pricing:hover .pricing_tk .curencyp,
.single_pricing:hover .pricing_tk .ps,
.single_pricing:hover .pricing_tk .tk {
	color:#fff;
}
.single_pricing:hover .order_now a {
	background: #b43e97 none repeat scroll 0 0;
}

/*==================
/* dreamit TEAM AREA CSS 
===================*/

.team_area {
	padding: 80px 0 70px;
}
.single_team {
	position: relative;
	margin-bottom: 30px;
	transition:.5s;
}
.single_team:hover .single_team_content{
	top: 54%;
	opacity:1;
}
.single_team_content {
	background: rgba(0,0,0,0.7);
	padding: 20px 0 33px;
	width: 86%;
	margin: auto;
	position: absolute;
	top: 68%;
	left: 0;
	right: 0;
	opacity: 0;
	transition:.5s;
}
.single_team_title {
	text-align: center;
}
.single_team_title h2 {
	font-size: 18px;
	color: #fff;
}
.single_team_title span {
	font-size: 14px;
	color: #fff;
}
.single_team_icon {
	text-align: center;
	padding-top: 13px;
}
.single_team_icon i {
	font-size: 19px;
	background: #6123f8;
	color: #fff;
	height: 32px;
	width: 32px;
	margin: 3px;
	line-height: 32px;
}


/* Course Details Css */
.course_details {
 border: 1px solid #ddd;
 padding: 15px 15px 0px;
}
.course_dtl_content p {
 padding-top: 45px;
}
.course_dtl_content h2 {
 padding-bottom: 20px;
}

/* Course Details tab Css */
.course_dtl_tab {
 margin-top: 46px;
}
.tab_area {
 overflow: hidden;
}
.dreamit-tab {
 overflow: hidden;
 clear: both;
 margin-bottom: 40px;
 background: #0d2f5d;
}
.dreamit-tab li {
 display: inline-block;
 list-style: none;
 float: left;
 overflow: hidden;
 text-align: center;
 margin: 0 0px 0 0;
 padding: 7px 0 16px;
 transition: .5s;
 cursor: pointer;
 border-right: 3px solid #b43e97;
}
.dreamit-tab li:last-child {
 margin-right: 0;
 border-right: 0;
}
.dreamit-tab li i {
 font-size: 35px;
 transition: .5s;
}
.dreamit-tab li a {
 padding: 7px 29.5px 0;
 display: block;
 color: #fff;
}
.dreamit-tab li.active,
.dreamit-tab li:hover {
 background: #b43e97;
 color: #fff;
}
.dreamit-tab li.active a,
.dreamit-tab li:hover a {
 color: #fff;
}
/* Course Overview */
.tab-content {
 padding-bottom: 35px;
}
.course_single_tab_inner h2 {
 padding-bottom: 15px;
}
.course_single_tab_inner ul {
 list-style: square;
 padding-left: 20px;
 padding-top: 10px;
}
.course_single_tab_inner ul li {
 font-weight: 600;
 font-size: 14px;
 margin-bottom: 13px;
 display: block;
}
.course_single_tab_inner ul li i {
 color: #b43e97;
 margin-right: 7px;
 font-size: 17px;
}
.course_single_tab_inner ul li span {
 margin-left: 50px;
}
.course_single_tab_inner {
 padding-bottom: 15px;
}
/* Course Information */
.course_single_tab_inner.course_info ul {
 list-style: none;
 padding-left: 0;
 padding-top: 16px;
}
.course_single_tab_inner.course_info ul li {
 font-weight: 600;
 font-size: 14px;
 margin-bottom: 23px;
}
.course_single_tab_inner.course_info ul li i {
 color: #f00;
 margin-right: 15px;
 font-size: 23px;
}
.course_single_tab_inner.course_info ul li b {
 width: 30%;
 float: left;
 font-weight: 600;
}
.course_single_tab_inner.course_info ul li span {
 font-weight: 400;
}
.course_single_tab_inner.course_info ul li:last-child {
 margin-bottom: 0px;
}
/* Course Instructor */
#course {
 padding: 40px 0 70px;
}
.course_instructor {
 margin-bottom: 35px;
}
.course_instructor:last-child {
 margin-bottom: 0;
 border-bottom: 0;
}
.instructor_title {
 float: left;
 overflow: hidden;
 width: 15%;
 text-align: center;
}
.instructor_title h1 {
 background: #b43e97;
 height: 80px;
 width: 80px;
 line-height: 80px;
 color: #fff;
 border-radius: 100%;
}
.instructor_content {
 overflow: hidden;
}
.instructor_content h2 {
 font-size: 18px;
}
.instructor_content span {
}
.instructor_content p {
 margin-top: 20px;
}
.instructor_content ul {
 padding-top: 15px;
 padding-bottom: 35px;
}
.instructor_content ul li {
 display: inline-block;
 margin-right: 5px;
}
.instructor_content ul li a {
 display: inline-block;
 width: 35px;
 height: 35px;
 background: #f00;
 color: #fff;
 text-align: center;
 line-height: 35px;
 font-size: 16px;
 transition: .3s;
}
.instructor_content ul li a:hover {
 background: #0d2f5d;
}
/* Course Instructor */
.course_reviews {
 border-bottom: 1px solid #ddd;
 margin-bottom: 35px;
 padding-bottom: 20px;
}
.course_reviews:last-child {
 border-bottom: 0;
 margin-bottom: 0;
}
.reviews_thumb {
 float: left;
 overflow: hidden;
 width: 16%;
 margin-right: 25px;
}
.reviews_thumb img {
}
.reviews_content {
 overflow: hidden;
}
.reviews_content h2 {
 margin-bottom: 4px;
 margin-top: 0;
}
.reviews_content span {
}
.reviews_content p {
 margin-top: 20px;
}
.ratting {
 float: right;
 color: #f00;
}
.avarage_ratting {
 margin-right: 29%;
}
.avarage_ratting h2 {
}
.avarage_ratting .ratting {
 float: none;
 display: block;
 padding-bottom: 20px;
}
.ratting_point {
 float: right;
 font-size: 35px;
 font-weight: 700;
 color: #f00;
}
.avarage_ratting .progress {
 position: relative;
}
.avarage_ratting .ttop {
 position: absolute;
 text-align: center;
 top: -30px;
 right: 0;
}
.course_single_tab .blog_comments_section {
 border: 0;
 padding: 0;
 margin: 0;
}
.course_single_tab .blog_reply {
 overflow: hidden;
 border: 0;
 margin-top: 30px;
 padding: 0;
}
.apply_now_btn {
 text-align: right;
 margin: 30px 0px;
}
.apply_now_btn a {
 padding: 10px 35px;
 background: #f00;
 color: #fff;
 display: inline-block;
 font-size: 16px;
}
.apply_now_btn a:hover {
 background: #0d2f5d;
 color: #fff;
}
.course_title h1 {
 font-size: 32px;
}
.course_title ul {
 list-style: square;
 padding-left: 20px;
 padding-top: 25px;
 padding-bottom: 12px;
}
.course_title ul li {
 font-weight: 600;
 font-size: 14px;
 margin-bottom: 13px;
 display: block;
}
.course_title ul li span {
 margin-right:10px;
 margin-left:10px;
}
.course_title ul li i {
 color: #b43e97;
 font-size: 17px;
 margin:2px;
}


/* blog hover */
.dreamit-single-blog:hover .dreamit-blog-thumb:before {
 opacity: 1;
  -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
.dreamit-single-blog:hover .blog_icon {
 opacity: 1;
}
.dreamit-single-blog:hover .blog_icon a {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1)

}
.blog_nospace.col-xs-12 {
 padding: 0px;
}
.blog_nospace .dreamit-single-blog {
 margin-bottom: 0px;
}

/*===============================
dreamit BLOG DETAILS AREA CSS
================================*/
.blog_details {
 border: 1px solid #ddd;
 padding: 15px 15px 21px;
}
.blog_dtl_thumb img {
 width: 100%;
}
.blog_dtl_content {
}
.blog_dtl_content h2 {
 padding-bottom: 0px;
 padding-top: 14px;
 font-size: 30px;
 font-weight: 500;
 text-transform: uppercase;
}
.blog_dtl_content h3 {
 padding-top: 20px;
 font-size: 18px;
 font-weight: 600;
 text-transform: uppercase;
}
.blog_dtl_content p {
 margin-top: 20px;
}
.blog_details .dreamit-blog-meta {
 margin-bottom: 0px;
 margin-top: 0;
 /*! padding: 0 0 18px; */
 border-bottom: 1px solid #ddd;
 border-top: 0;
}
.blog_details .dreamit-blog-meta-left {
 text-align: left;
 position: inherit;
 bottom: inherit;
 background: transparent;
 width: inherit;
 left: inherit;
 padding: 0;
 -webkit-box-shadow: none;
 box-shadow: none;
 right: 0;
 margin: auto;
 border-radius: 0;
}
.blog_details .dreamit-blog-meta-right {
 float: right;
 overflow: hidden;
 margin-top: -26px;
}
.blog_details blockquote {
 padding: 10px 20px;
 margin: 37px 0 36px;
 font-size: 14px;
 border-left: 7px solid #b43e97;
 background: #f7f7f7;
 font-style: italic;
 font-weight: 500;
 padding: 15px 35px 15px;
}
.signatures {
 text-align: right;
 font-weight: 600;
 font-style: italic;
 font-size: 15px;
}

/* POST REPLY CSS */
.blog_comments_icon {
	text-align: center;
	margin-top: 40px;
	position:relative;
}
.blog_comments_icon::before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	height: 1px;
	width: 31%;
	background: #b43e97;
}
.blog_comments_icon::after {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	height: 1px;
	width: 31%;
	background: #b43e97;
}
.blog_comments_icon i {
	font-size: 15px;
	color: #b43e97;
	height: 35px;
	width: 35px;
	border: 1px solid #b43e97;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	margin: 8px;
	transition:.5s;
}
.blog_comments_icon i:hover{
	background:#b43e97;
	color:#fff;
}
.blog_comments_section {
 border: 1px solid #ddd;
 padding: 20px 15px 18px;
 margin: 50px 0 0;
}
.comments_ttl > h3 {
 font-size: 18px;
 font-weight: 600;
 position: relative;
 text-transform: uppercase;
}
.comments_ttl {
 margin-bottom: 37px;
}
.comments_thumb {
 float: left;
 margin-right: 20px;
 overflow: hidden;
}
.commentst_content {
 overflow: hidden;
}
.blog_comments_section .post_meta {
 margin-bottom: 6px;
}
.blog_comments_section .post_meta span {
 font-weight: 400;
 padding-right: 15px;
 color: #6d6d6d;
}
.blog_comments_section .post_meta span:hover {
 color: #b43e97;
}
.blog_comments_section .post_meta span:last-child:before {
 display: none;
}
.commentst_meta_reply {
 float: right;
}
.commentst_meta_reply i {
 margin-right: 10px;
}
.commentst_meta_reply:hover {
 color: #b43e97;
}
.single_commentst_inner {
 margin-bottom: 44px;
 margin-top: 46px;
 padding-left: 63px;
}
.badmin i {
 margin-right: 3px;
}

/* COMMENT FORM CSS */
.blog_reply {
 overflow: hidden;
 border: 1px solid #ddd;
 margin-top: 50px;
 padding: 20px 15px 37px;
}
.reply_ttl > h3 {
 font-size: 18px;
 position: relative;
 font-weight: 600;
 text-transform: uppercase;
}
.reply_ttl {
 margin-bottom: 36px;
}
.blog_reply .em_contact_form {
 margin-bottom: 0;
}
.blog_reply .contact_bnt button:hover {
 background: #0D2352;
 color: #fff;
}
.map.style1 {
	height: 100vh;
	position: fixed !important;
	top: 152px;
	width: 50%;
	z-index: 50;
	border:0;
}
.map {
	width: 100%;
	margin: 0;
	height: 338px;
	border: 1px solid #ddd;
	border-radius: 10px;
}

/* dreamit Form Css */
.form_field {
 width: 100%;
}
.form_field_inner {
 width: 50%;
 float: left;
}
.form_field_inner.style2 {
	width: 100%;
}
.form_field_inner input,
.form_field_inner textarea {
 width: 95%;
 background: #1e2735;
 border: 0;
 height: 50px;
 padding-left: 15px;
 color: #fff;
 margin-bottom: 20px;
}
.text_area .form_field_inner {
 width: 100%;
}
.text_area .form_field_inner textarea {
 width: 97.5%;
 height: 150px;
}
.blog-left-side .form_field_inner {
 width: 100%;
 float: none;
}
.blog-left-side .form_field_inner input,
.form_field_inner textarea {
 width: 95%;
 background: #fff;
 height: 50px;
 padding-left: 15px;
 color: #000;
 margin-bottom: 20px;
 border: 1px solid #ddd;
}
.blog-left-side .field_comment_inner textarea {
 width: 95%;
 background: #fff;
 height: 200px;
 padding-left: 15px;
 color: #000;
 margin-bottom: 20px;
 border: 1px solid #ddd;
 padding-top: 5px;
}
.blog-left-side .contact_bnt button {
 background: #b43e97;
 color: #ffffff;
 height: 60px;
 font-size: 17px;
 font-weight: 500;
 text-transform: uppercase;
 width: 95%;
}
.blog-left-side .contact_bnt0 {
 background: #fff;
 height: 60px;
 font-size: 17px;
 font-weight: 500;
 text-transform: capitalize;
 width: 95%;
 border: 1px solid #ddd;
 margin-bottom: 30px;
 text-align: center;
 padding-top: 15px;
 align-content: ;
 align-content: ;
}

/*=================
dreamit AUTHOR AREA CSS
==================*/
.author_area {
	padding: 90px 0 70px;
	background: #f9f9f9;
}
.single_author {
	position: relative;
	margin-bottom: 30px;
	box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
	border-radius: 5px;
	transition:.5s;
}
.single_author_thumb img {
	border-radius: 5px 5px 0 0;
}
.single_author_content_thumb img {
	position: absolute;
	content: "";
	height: 22%;
	border-radius: 50%;
	top: 28%;
	left: 0;
	right: 0;
	margin: auto;
}
.single_author_content {
	padding-bottom: 20px;
}
.single_author_title {
	text-align: center;
	margin-top: 70px;
}
.single_author_title a {
	font-size: 18px;
	transition:.5s;
}
.single_author_title h2 {
	margin-bottom: 10px;
}
.single_author_title span {
	padding: 0 0 0 18px;
	float: left;
}
.single_author_text {
	text-align: center;
	overflow: hidden;
}
.single_author_content_inner {
	padding: 15px 30px 12px;
	border-top: 1px solid #ddd;
}
.single_author_inner {
	margin-bottom: 10px;
}
.single_author_inner p {
	margin: 0;
}
.single_author_inner span {
	margin-left: 70px;
}
.single_author_inner small {
	color: #8995a2;
}
.single_author_inner .right {
	margin-left: 91px;
}
.section-title.t_center.author {
	margin-bottom: 30px;
}
.section-title.t_center.author h2 {
	text-transform: capitalize;
}
.single_author:hover{
	box-shadow: 0 0 25px 7px rgba(71, 85, 95, .3);
}
.single_author_title a:hover {
	font-size: 18px;
	color:#b43e97;
}

/*=======================
dreamit PROFILE DETAILS AREA CSS
========================*/
.profile_detail_area {
	padding: 0 0 70px;
}
.profile-styl1 {
	padding: 50px 0 30px;
	box-shadow: 0 2px 10px 0 #d8dde6;
	margin-top: -60px;
	background: #fff;
	margin-bottom: 30px;
}
.single_profile {
	margin-bottom: 30px;
}
.single_profile_thumb {
	text-align: center;
}
.single_profile_title {
	text-align: center;
}
.single_profile_title h2 {
	font-size: 25px;
	padding-bottom: 7px;
}
.single_profile_text_inner {
	overflow: hidden;
	margin-bottom: 18px;
}
.single_profile_text_inner_icon {
	float: left;
	margin-left: 30px;
}
.single_profile_text_inner_icon i {
	font-size: 18px;
	height: 35px;
	width: 35px;
	background: rgba(254, 170, 17, .1);
	border: 1px solid #b43e97;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	color: #b43e97;
	margin-right: 10px;
}
.single_profile_text_ p {
	margin-top: 7px;
}

/* PROFILE INFO AREA */
.single_profile_info {
	box-shadow: 0 2px 10px 0 #d8dde6;
	padding: 3px 20px 20px;
	margin-bottom: 30px;
	overflow:hidden;
}
.single_profile_title_info h2 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 27px;
	font-weight: 600;
}
.single_profile_content_text_info {
	margin-bottom: 20px;
}
.single_profile_content_text_info p {
	font-weight: 500;
	padding-bottom: 11px;
	float: left;
	display: inline-block;
	margin-right: -73px;
	padding-bottom: 20px;
	overflow: hidden;
}

.single_profile_content_text_info span {
	font-weight: 300;
	margin-left: 144px;
	overflow: hidden;
}
.single_profile_follow_icon {
	margin-bottom: 19px;
}
.single_profile_follow_icon i {
	height: 40px;
	width: 40px;
	background: #fff;
	box-shadow: 0 2px 10px 0 #d8dde6;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #d8dde6;
	margin-right: 52px;
	color: #b43e97;
}
.single_profile_about_content_text p {
	letter-spacing: 1px;
}

/* PROFILE SETTING */
.row.profile-styl2 {
	box-shadow: 0 2px 10px 0 #d8dde6;
	padding: 50px 0 30px;
	margin-bottom: 30px;
}
.single_profile_icon {
	text-align: center;
}
.single_profile_icon i {
	font-size: 40px;
	color: #b43e97;
}
.profile-setting.input-field select, .input-field.datetime input {
	width: 100%;
	background: transparent;
	border: 1px solid #ddd;
	height: 45px;
	border-radius: 5px;
	padding-left: 10px;
}
.contact_form .text_area.style2 .form_field_inner textarea {
	width: 99.2%;
	height: 100px;
}
.input_form_field {
	padding-left: 20px;
}
.input_form_field_inner {
	margin-bottom: 12px;
}
.input_form_field_inner span {
	margin-left: 12px;
}
.input_form_field.style2 {
	float: right;
	margin-right: 30px;
}
.profile_setting_button_center {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
.profile_setting_button_center a {
	background: #b43e97;
	padding: 15px 35px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
}
.input-field.profile-setting.add2 {
	margin-bottom: 12px;
}

/* ADD LISTING AREA */
.add_listing_area {
	padding: 100px 0 70px;
}
.listing_day h2 {
	font-size: 16px;
	color: #999;
	font-weight: 600;
	padding-bottom: 27px;
}
.input-field.profile-setting.add {
	margin-bottom: 12px;
}
.input-field.datetime.profile-setting.listing-detail input {
	margin-bottom: 20px;
}
.input-field.datetime.profile-setting.listing-detail button {
	width: 100%;
	height: 50px;
	background: #b43e97;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	border-radius: 30px;
}
.side-list p {
	border-bottom: 1px dashed #eaeff5;
	padding-bottom: 10px;
}
.side-list span {
	float: right;
}
.listing_details_input {
	padding: 20px 15px 18px;
	border: 1px solid #ddd;
	overflow: hidden;
	margin-top: 50px;
	width: 96%;
	margin-left: 15px;
}
.author_thumb {
	text-align: center;
}
.newxt_preview {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}
.next_preview_title h4 {
	margin: 0;
}
.next_preview_content a {
	color: #999;
}
.next_preview_title a {
	font-weight: 500;
}
.author_name {
	text-align: center;
}
.author_icon {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.author_content {
	text-align: center;
}
.author_icon a {
	margin: 3px;
}

/* SEARCH LISTING AREA */
.search_listing_area {
	padding: 40px 0 70px;
}
.search_listing_title h2 {
	font-size: 27px;
	padding-top: 20px;
	padding-bottom: 9px;
}
.form_field_inner.search-listing {
	width: 100%;
}
.input_form.search-listing {
	padding: 15px 0 25px;
}
.contact-title.search-listing {
	margin-left: 20px;
	margin-bottom: 15px;
	margin-top: 0;
}
.single_popular_thumb img {
	width: 100%;
}
.single_popular_content.search-listing-style1 {
	bottom: -14.5%;
}

/* TOP PLACE LIST AREA */
.top_place_list_area {
	padding: 100px 0 70px;
}
.single_top_list {
	position: relative;
	transition: .5s;
	margin-bottom: 30px;
	overflow:hidden;
}
.single_top_list_tumb_content {
	top: 10%;
	position: absolute;
	left: 20px;
}
.single_top_list_content {
	position: absolute;
	top: 43%;
	left: 50%;
	transform: translateX(-50%);
	margin: auto;
	text-align: center;
}
.single_top_list_content h2 {
	color: #fff;
	font-size: 25px;
}
.single_top_list_content p {
	color: #fff;
}
.single_top_list_thumb img{
	transform:scale(1.1);
	transition:.5s;
	overflow:hidden;
}
.single_top_list_tumb_content a {
	color: #fff;
	padding: ;
	background: #b43e97;
	padding: 3px 9px;
	border: 1px solid #b43e97;
	border-radius: 5px;
	transition:.5s;
}
.single_top_list:hover .single_top_list_thumb img{
	transform: scale(1.2);
}
.single_top_list_tumb_content a:hover{
	border: 1px solid #b43e97;
	background:transparent;
}

/*======================
dreamit CONTACT FORM AREA CSS
=======================*/
.contact_area {
 padding: 81px 0 100px;
 background: #f9f9f9;
}
.contact_form {
 padding-top: 11px;
}
.contact-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 0;
	color: #999;
}
.contact-title2 {
 font-size: 25px;
 font-weight: 600;
 margin-bottom: 31px;
 padding-top: 12px;
}
.contact-title.style2 {
	margin-top: 20px;
}
.contact-title i {
	margin-right: 7px;
}
.contact_form .form_field_inner input, .contact_form .form_field_inner textarea {
	width: 98%;
	background: transparent;
	border: 1px solid #ddd;
	height: 45px;
	border-radius: 5px;
	color: #666;
	letter-spacing: 1px;
}
.contact_form .text_area .form_field_inner textarea {
 width: 99.2%;
 height: 250px;
}
.contact_form .form_field_inner input:focus,
.contact_form .form_field_inner textarea:focus {
 border: 1px solid #b43e97;
 background: transparent;
}
.contact_button button {
 background: #b43e97;
 border: 2px solid #b43e97;
 border-radius: 30px;
 color: #fff;
 display: inline-block;
 font-size: 14px;
 font-weight: 600;
 letter-spacing: 2px;
 padding: 10px 30px;
 text-transform: uppercase;
 -webkit-transition: all 0.5s ease 0s;
 -o-transition: all 0.5s ease 0s;
 transition: all 0.5s ease 0s;
 width: inherit;
 margin-top: 10px;
}
.contact_button button:hover {
 background: transparent;
 border-color: #b43e97;
 color: #b43e97;
}

/* Company Info Css */
.single_company_info {
 margin-bottom: 35px;
}
.single_company_info i {
 color: #fff;
 font-size: 36px;
 border: 1px solid transparent;
 float: left;
 border-radius: 5px;
 margin-right: 15px;
 line-height: 58px;
 height: 60px;
 width: 60px;
 text-align: center;
 -webkit-transition: .3s;
 -o-transition: .3s;
 transition: .3s;
 background: #b43e97;
}
.single_company_info:hover i {
 background: transparent;
 color: #b43e97;
 border-color: #b43e97;
}
.company_info_content h5 {
 font-size: 20px;
 font-weight: 500;
 padding-bottom: 5px;
 margin-top: 0;
}
.single_company_info p {
 padding-top: 3px;
}
.company_info_desc {
 color: #fff;
 padding-bottom: 17px;
}
.company_info_content {
 overflow: hidden;
}
::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
 color: #666;
}
::-moz-placeholder {
	/* Firefox 19+ */
 color: #666;
}
:-ms-input-placeholder {
	/* IE 10+ */
 color: #666;
}
:-moz-placeholder {
	/* Firefox 18- */
 color: #666;
}
.em_contact_form ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
 color: #333 !important;
 font-size: 14px;
 font-weight: 400;
}
.em_contact_form ::-moz-placeholder {
	/* Firefox 19+ */
 color: #333 !important;
 font-size: 14px;
 font-weight: 400;
}
.em_contact_form :-ms-input-placeholder {
	/* IE 10+ */
 color: #333 !important;
 font-size: 14px;
 font-weight: 400;
}
.em_contact_form :-moz-placeholder {
	/* Firefox 18- */
 color: #333 !important;
 font-size: 14px;
 font-weight: 400;
}
.em_contact_form ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
 color: #333 !important;
 font-size: 14px;
 font-weight: 400;
}

.dreamit-serach-form.style2 ::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
 color: #fff !important;
 font-size: 14px;
 font-weight: 400;
}
.dreamit-serach-form.style2 ::-moz-placeholder {
	/* Firefox 19+ */
 color: #fff !important;
 font-size: 14px;
 font-weight: 400;
}
.dreamit-serach-form.style2 :-ms-input-placeholder {
	/* IE 10+ */
 color: #fff !important;
 font-size: 14px;
 font-weight: 400;
}
.dreamit-serach-form.style2 :-moz-placeholder {
	/* Firefox 18- */
 color: #fff !important;
 font-size: 14px;
 font-weight: 400;
}
.dreamit-serach-form.style2 ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
 color: #fff !important;
 font-size: 14px;
 font-weight: 400;
}
/*================================
dreamit INSTAGRAM AREA CSS
=================================*/
.instadram_area {
 background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.87)), to(rgba(0, 0, 0, 0.87))), transparent url(assets/images/cn.html) 0% 0%/cover repeat scroll;
 background: -webkit-linear-gradient(rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)), transparent url(assets/images/cn.html) 0% 0%/cover repeat scroll;
 background: -o-linear-gradient(rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)), transparent url(assets/images/cn.html) 0% 0%/cover repeat scroll;
 background: linear-gradient(rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)), transparent url(assets/images/cn.html) 0% 0%/cover repeat scroll;
 background-repeat: no-repeat;
 background-size: cover;
 padding: 80px 0 100px;
}
.row.insta .col-md-2 {
 padding: 0px;
}
.instragram_thumb img {
 width: 100%;
}

/*===========================
dreamit BREADCRUMB AREA CSS
=============================*/
.breatcome_area {
 background:url(assets/images/brd-bg.jpg);
 background-position: center center;
 background-size: cover;
 background-repeat: no-repeat;
 padding: 141px 0 143px;
}
.breatcome_title_inner h2 {
 color: #fff;
 margin: 0;
 font-size: 23px;
 margin-bottom: 6px;
 font-weight: 600;
 text-align: center;
 text-transform: uppercase;
}
.breatcome_content ul {
 text-align: center;
}
.breatcome_content ul li {
 list-style: none;
 color: #fff;
 font-size: 15px;
 font-weight: 500;
 text-transform: capitalize;
}
.breatcome_content ul li a {
 color: #fff;
 text-transform: uppercase;
 font-size: 12px;
 font-weight: 500;
 margin-right: 5px;
}
.breatcome_content ul li a i {
 margin-left: 5px;
}
/* BREATCOME STYLE 2 */
.breatcome_title_inner.style2 {
	float: left;
	margin-left: 30px;
}
.breatcom_title_thumb {
	overflow: hidden;
	float: left;
}
.breatcome_title_inner.style2 h2 {
	font-size: 22px;
}
.breatcome_title_inner.style2 p {
	color: #fff;
}
.breatcom_button a {
	color: #fff;
	text-transform: uppercase;
	background: transparent;
	border: 1px solid #ddd;
	padding: 9px 30px;
	letter-spacing: 1px;
	transition: .5s;
}
.breatcom_button {
	padding-top: 5px;
}
.breatcom_button a:hover{
	background:#fff;
	color:#333;
	border:1px solid #fff;
}

/*========================
 dreamit BLOG PAGE AREA CSS
=========================*/
.blog-page-title h2 {
 color: #434e59;
 display: block;
 font-size: 19px;
 font-weight: 500;
 margin-bottom: 8px;
 text-transform: capitalize;
 -webkit-transition: all 0.5s ease 0s;
 -o-transition: all 0.5s ease 0s;
 transition: all 0.5s ease 0s;
 margin-top: 10px;
}
.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 h1,
.single-blog-content h2,
.single-blog-content h3,
.single-blog-content h4,
.single-blog-content h5,
.single-blog-content h6 {
 margin-bottom: 22px;
 margin-top: 20px;
 font-size: 30px;
 font-weight: 600;
}
.single-blog-content h2 {
 font-size: 26px;
}
.single-blog-content h3 {
 font-size: 22px;
}
.single-blog-content h4 {
 font-size: 20px;
}
.single-blog-content h5 {
 font-size: 18px;
}
.single-blog-content h6 {
 font-size: 17px;
}

/*=============================
 dreamit PAGINATION AREA CSS
===============================*/
.paginations {
 text-align: center;
 margin-top: 20px;
 margin-bottom: 28px;
}
.paginations a,
.page-numbers span.current {
 width: 35px;
 height: 35px;
 line-height: 35px;
 display: inline-block;
 font-size: 14px;
 font-weight: 500;
 margin: auto 5px;
 border: 1px solid #ddd;
 color: #888;
}
.page-numbers li {
 display: inline-block;
}
.paginations a:hover,
.paginations a.current,
.page-numbers span.current {
 background: #b43e97;
 border-color: #b43e97;
 color: #fff;
}


/*========================
dreamit 404 AREA CSS
=========================*/
.not-found-area {
 background-color: #fff;
 background-position: center top;
 background-repeat: repeat;
 background-size: cover;
 border-top: 1px solid #f5f3f3;
 padding: 0 0 16px;
}
.not-found {
 display: table;
 width: 100%;
 height: 500px;
 text-align: center;
 padding-bottom: 40px;
}
.not-found-inner {
 display: table-cell;
 vertical-align: middle;
}
.not-found-inner {
 font-size: 30px;
}
.not-found-inner h2 {
 color: #b43e97;
 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: #606b82;
 font-size: 24px;
 margin-top: 40px;
 display: inline-block;
 text-decoration: underline;
}

/* search error */
.dreamit-search-page {
 background: #fff;
}
.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: 14px;
 margin: 14px 0 19px;
}
.search-error>h3 {
 display: block;
 font-size: 30px;
 color: #333;
}
.search-error .search input {
 height: 54px;
 border: 1px solid #ddd;
}

/* RECENT PORTFOLIO */
.recent-portfolio {
 margin-bottom: 10px;
 margin-right: 10px;
}
.recent-portfolio {
 width: 29.33%;
}
.recent-portfolio-image img {
 width: 100%;
}

/*========================
dreamit SCROLL TOP AREA CSS
=========================*/
#scrollUp {
 background: #b43e97;
 bottom: 30px;
 color: #fff;
 font-size: 30px;
 height: 40px;
 line-height: 40px;
 right: 30px;
 text-align: center;
 width: 40px;
}
#scrollUp i {
 color: #fff;
}
.copy-right-text a {
 color: #b43e97;
}
.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: #b43e97 none repeat scroll 0 0;
}
.mean-container .mean-nav ul li li a {
 color: #333;
 opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* kc element */
.template-home-wrapper {
 overflow: hidden;
}

/*==========================
dreamit SECTION TITLE CSS
===========================*/
.section-title.t_center {
	margin: auto;
	text-align: center;
	width: 65%;
	margin-bottom: 40px;
}
.section-title.t_left {
 margin: auto auto auto 0;
 width: 90%;
 text-align: left;
}
.section-title.t_right {
 margin: auto 0 auto auto;
 width: 90%;
 text-align: right;
}
.section-title.t_right .em-bar {
 margin: 0 0 5px auto;
}
.section-title.t_left .em-bar {
 margin: 0 0 5px;
}
.section-title.t_center h2 {
	font-size: 40px;
	font-weight: 600;
	padding-bottom: 14px;
}
.section-title.t_center p {
	font-size: 16px;
}

/*============================
dreamit CUOROSEL  CSS
=============================*/
.curosel-style .owl-nav div {
 background: #b43e97;
 border-radius: 50%;
 color: #fff;
 font-size: 19px;
 height: 44px;
 left: -45px;
 line-height: 40px;
 position: absolute;
 top: 46%;
 -webkit-transition: all 0.5s ease 0s;
 -o-transition: all 0.5s ease 0s;
 transition: all 0.5s ease 0s;
 width: 44px;
 text-align: center;
 z-index: 99;
 -webkit-transform: translateY(-49%);
 -ms-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 {
}
.curosel-style .owl-nav .owl-prev:hover {
}
.curosel-style:hover .owl-nav div {
 opacity: 1;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.owl-dots {
 position: absolute;
 right: 50%;
 bottom: -21px;
}
.owl-dot {
 display: inline-block;
 width: 15px;
 height: 15px;
 margin: 0px 5px 0;
 background: #b43e97;
 border-radius: 100%;
}
.owl-dot.active {
 background: #0D2352;
}
.curosel-style:hover .owl-dots {
 opacity: 1;
}
.dreamit_image_slider.curosel-style .owl-nav div {
 font-size: 21px;
 height: 55px;
 left: 25px;
 line-height: 55px;
 width: 55px;
 top: 50%;
}
.dreamit_image_slider.curosel-style .owl-nav .owl-next {
 left: auto;
 right: 25px;
}
.dreamit_image_slider .owl-dots {
 position: absolute;
 right: 50%;
 bottom: 16px;
}
/* responsive 320 start */


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


/* Widgets Css */
table#wp-calendar td#today a {
 color: #fff;
}
.blog-left-side .widget h2 {
 margin-top: 0;
}
.widget.widget_categories select {
 width: 100%;
 height: 34px;
}
.widget .screen-reader-text {
 display: none;
}
.search input {
 width: 100%;
}
.textwidget select {
 width: 100%;
}
.comment_field .textarea-field label {
 margin-top: 20px;
 margin-bottom: 10px;
}
.blog-content {
 word-break: break-word;
}
.post-password-form input[type=submit] {
 background: #b43e97;
}
.page-list-single {
 clear: both;
}
.single-blog-content p {
 margin-bottom: 19px;
}
.row.insta .col-md-2 {
 padding: 0px;
}
#sbi_images {
 overflow: hidden;
}
.sbi_item.sbi_type_image {
 width: 33.33%;
 float: left;
 overflow: hidden;
}

/* widget */
.widget_dreamit_icon {
	text-align: center;
	padding-top: 18px;
	padding-bottom: 7px;
}
.widget_dreamit_icon i {
	font-size: 50px;
	color: #b43e97;
}
.widget_dreamit_content {
	text-align: center;
	padding-bottom: 10px;
}
.widget_dreamit_content h2 {
	font-size: 18px !important;
}