/**
* Theme Name: Creote Child
* Description: This is a child theme of Creote, generated by Merlin WP.
* Author: <a href="http://steelthemes.com/steelthemes">Steelthemes</a>
* Template: creote
* Version: 1.0.0
*/

/*========= chatra =========*/
#chatra.chatra--pos-right {
	right: 45px !important;
	bottom: 95px !important;
}

/*==== 404 page ====*/
.error404 .header .header_content_collapse .navigation_menu .navbar_nav li a.nav-link, .error404 .header .header_content_collapse .navigation_menu .navbar_nav li .fa-angle-down, .error404 .header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-btn span:before {
    color: #000000 !important;
}
.error404 .fourntcontent h1 {
    color: #fcbf33;
}
.error404 .site-content {
    padding: 180px 0px 70px;
}
.error404 .header_area .header.style_one_no_remade {
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,5%);
    -khtml-box-shadow: 0 3px 6px rgba(0,0,0,5%);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,5%);
    -ms-box-shadow: 0 3px 6px rgba(0,0,0,5%);
    -o-box-shadow: 0 3px 6px rgba(0,0,0,5%);
    box-shadow: 0 3px 6px rgba(0,0,0,5%);
}
.error404 input:focus, .error404 textarea:focus, .error404 select:focus, .error404 input:active, .error404 textarea:active, .error404 select:active {
    border-color: #fcbf33;
}
.error404 .search .sch_btn {
    background: #fcbf33;
}
.error404 #header_contents .header .header_content_collapse .header_right_content .search-toggler {
    color: #000000 !important;
}
.error404 .search input {
    padding-top: 0 !important;
}

.car-parking-slider .elementor-swiper-button{
    background-color: #ffffff;
    padding: 5px;
    border-radius: 50%;
}
.car-parking-slider .swiper-slide-image{
	width: 100%;
    height: 346px;
    object-fit: cover;
}
.jbc-mover img{
    animation: jbcMove1 8s linear infinite;
}
.jbc-mover1 img{
	animation: jbcMove1 10s linear infinite;
}

@keyframes jbcMove1{
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }
    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }
    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}


.icon_bg_rotate::before { 
    background: #ffc000; 
}
.fa{
	font-family: "Font Awesome 5 Free" !important;
}
.logo_column, .menu_column{
	padding: 0;
}
.search-popup { 
	background: #222222; 
}
.header, .default_sickty_heaad {
	padding: 0px 10px 0px;
}
.dropdown-item{
    text-transform: capitalize;
}
.page_header_default:before{
	background-color: #000000de!important;
	opacity: .5;
	border-bottom-left-radius: 80px;
}
.page_header_default .parallax_cover img{
	transform: unset !important;
}
.header .auto-container{
	max-width: 1400px; 
}
@media (min-width: 1201px){
	.header .auto-container{
		padding: 0px; 
	}
}
.dialog-lightbox-message .icon_box_all.style_five .icon_content .icon {
    display: none;
}
.dialog-lightbox-message .text_box p, .dialog-lightbox-message .text_box h4{
	display: none;
}
.dialog-lightbox-message .icon_box_all.style_five .icon_content {
    padding: 20px 20px 20px;
    text-align: center;
}
.dialog-lightbox-message .text_box span {
    font-size: 15px;
    font-weight: 400;
    color: #4a4e56;
    font-family: "Inter", sans-serif!important;
    margin-top: 5px;
    display: block;
}
.dialog-lightbox-message .icon_box_all.style_five .icon_content .hover_content .content .inner h4{
	color: #ffffff;
	font-size: 22px;
}
.dialog-lightbox-message .icon_box_all.style_five:hover .icon_content {
    border-color: #000000;
    background: #000000;
}
.dialog-lightbox-message .icon_box_all.style_five .icon_content .hover_content{
	background-color: #000000;
	padding: 10px 40px;
}
.dialog-lightbox-message .icon_box_all.style_five .icon_content h2 {
    font-size: 17px; 
}

/*===== rev slider ======*/
.line-text-slider {
    padding-right: 53px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    -webkit-transform: rotate(-90deg);
    -khtml-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: left center;
    -webkit-transform-origin: left center;
    display: inline-block;
}
.line-text-slider:before {
    content: '';
    height: 2px;
    width: 34px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    background-color: #ffc000;
}
.slider-social {
    position: relative;
    padding-top: 45px;
    width: 42px;
}
.slider-social:before {
    content: '';
    height: 34px;
    width: 2px;
    background-color: #acacac;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -khtml-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.slider-social a {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #acacac !important;
    text-align: center;
    margin: 10px 7px;
    -webkit-transform: rotate(-90deg);
    -khtml-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.slider-social a:hover {
    color: #ffc000!important;
}
.tp-bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #fff;
    background: rgba(255,255,255,0.3);
    cursor: pointer;
} 
.revslider-initialised .tp-bullets.case_theme_dot_one .tp-bullet {
    height: 14px!important;
    width: 14px!important;
    border: 2px solid #d6d6d6;
    -webkit-border-radius: 14px;
    -khtml-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
    background-color: initial;
}
.revslider-initialised .tp-bullets.case_theme_dot_one .tp-bullet+.tp-bullet:before {
    content: '';
    width: 2px;
    height: 25px;
    position: absolute;
    left: 4px;
    background-color: #d6d6d6;
    top: -27px;
}
.revslider-initialised .tp-bullets.case_theme_dot_one .tp-bullet.selected {
    border-color: #ffc000;
    background-color: #ffc000;
}
.revslider-initialised .tp-bullets.case_theme_dot_one.vertical:before, .revslider-initialised .tp-bullets.case_theme_dot_one.vertical:after {
    content: '';
    width: 2px;
    height: 30px;
    background-color: #d6d6d6;
    position: absolute;
    left: 6px;
}
.revslider-initialised .tp-bullets.case_theme_dot_one.vertical:after {
    bottom: -30px;
}
.revslider-initialised .tp-bullets.case_theme_dot_one.vertical:before {
    top: -30px;
}



/*================== mobile header ===================*/

.crt_mobile_menu .menu-box form input:focus { 
	border-color: #ffc000;
}
.crt_mobile_menu .menu-box form button { 
	background: #ffc000; 
	color: #000000; 
}
.header .header_content_collapse .navigation_menu .navbar_nav li:hover > .dropdown-menu{
	width: 260px !important;
}
/*========== Transparent Header ==============*/
.header .hamburger_menu .line{
	background-color: #ffffff;
}
.header_area.fixed-header .header .hamburger_menu .line{
	background-color: #000000;
}
.header_area.fixed-header .header.style_one_no_remade{
	background-color: #ffffff !important;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,5%);
    -khtml-box-shadow: 0 3px 6px rgba(0,0,0,5%);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,5%);
    -ms-box-shadow: 0 3px 6px rgba(0,0,0,5%);
    -o-box-shadow: 0 3px 6px rgba(0,0,0,5%);
    box-shadow: 0 3px 6px rgba(0,0,0,5%);
}
.header_area.fixed-header .header .header_content_collapse .navigation_menu .navbar_nav li a.nav-link{
	color: #000000 !important;
}
.header_area.fixed-header .header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-btn span::before, .header_area.fixed-header .header .header_content_collapse .navigation_menu .navbar_nav li .fa-angle-down {
  color: #000000 !important;
}
.header_area.fixed-header .header .header_content_collapse .navigation_menu .navbar_nav li:hover .dropdown-btn .fa-angle-down, .header_area.fixed-header .header .header_content_collapse .navigation_menu .navbar_nav li.active .dropdown-btn .fa-angle-down{
	color: #ffc000 !important;
}
#header_contents.header_area.fixed-header .header .header_content_collapse .header_right_content .search-toggler{
	color: #000000 !important;
}

/*custom button css*/

.header_right_content .theme-btn.one{
	background-color: #ffc000;
	color: #000000;
	display: inline-flex;
	justify-content: center;
}
.theme-btn.one, .theme-btn.five, input[type=submit]{
	background-color: #444444;
	z-index: 3;
    position: relative;
    border-radius: 6px;
	border: 0; 
	overflow: hidden;
	line-height: 56px !important;
	min-height: 56px;
	min-width: 160px;
	display: inline-block;
	text-align: center;
}
.theme-btn.five{
	background-color: #ffc000 !important;
	color: #000000;
    padding: 0px 30px;
	border-radius: 6px;
}
.pricing_plan_box.type_one .pricing_plan_box_inner h6 small
{
  font-size: 28px;
  line-height: 28px; 
}
.tabs_all_box.type_one .tab_content .content_image a.theme-btn.one{
	background-color:#ffc000;
	opacity: 1;
    color: #000;
}
.tabs_all_box.type_one .tab_content .content_image a.theme-btn.one:hover{
	color: #ffffff !important;
	background-color: #000000;
}
.header .hamburger_menu .line, .default_sickty_heaad .hamburger_menu .line {
	margin: 6px 0;
	margin-left: auto;
}
.header_right_content .theme-btn.one:hover{
	background-color: #444444;
}
.theme-btn.one:hover, .theme-btn.five:hover input[type=submit]:hover{
	background-color:#ffc000;
	border-radius: 6px;
	color: #ffffff;
}
.theme-btn.one::after, .theme-btn.one::before, .theme-btn.five::after, .theme-btn.five::before, input[type=submit]:after, input[type=submit]:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    background: #ffc000;
    border-radius: 6px 30px 30px 6px;
    transition: all 0.4s ease-out;
    z-index: -1;
}
.theme-btn.five::after, .theme-btn.five::before{
	background: #444444 !important;
}
.tabs_all_box.type_one .tab_content .content_image a.theme-btn.one:after, .tabs_all_box.type_one .tab_content .content_image a.theme-btn.one:before{
	background: #000000;
}
.theme-btn.one::after, .theme-btn.five::after, input[type=submit]:after{
    right: 0;
    border-radius: 30px 6px 6px 30px;
    left: auto;
}
.header_right_content .theme-btn.one::after, .header_right_content .theme-btn.one::before{
	background: #444444;
}
.theme-btn.one:hover::after, .theme-btn.one:hover::before, .theme-btn.five:hover::after, .theme-btn.five:hover::before, input[type=submit]:hover:after, input[type=submit]:hover:before{
    width: 52%;
    border-radius: 6px;
}
.pricing_plan_box.type_one .pricing_plan_box_inner .lower_content ul li span { 
    color: #ffc000; 
}

/*===== other css =====*/
.image_box_new.type_one .image_one .year_experience h2 { 
	border-radius: 30px;
	background: #ffc000;
	color: #000000; 
}
.image_box_new.type_one .video-inner a {
	background: #FECA16;
	color: #222222;
}
.icon_box_new_box p{
	font-size: 15px;
}
.counter-block.style_one .icon_box .coun_ter span { 
	color: #ffc000; 
}
/*======= glance section =======*/
.glance-section .text_box p{
	display: none;
}
.glance-section .icon_box_all.style_five .icon_content{
	text-align: center;
	box-shadow: none;
	height: 223px;
}
.glance-section .icon_content p{
	margin-bottom: 0;
}
.glance-section .icon_box_all.style_five:hover .icon_content {
    border-color: #656565;
    background: #656565;
}
.glance-section .icon_box_all.style_five .icon_content .hover_content { 
    background: #656565; 
	padding: 0px 25px;
}
/*======== service section =======*/
.service-section .icon_box_new_box a.read_more {
	font-size: 16px;
}
.service-section .icon_box_new_box.type_two { 
    padding: 50px 30px;
    margin-bottom: 10px;
	padding-bottom: 40px;
	height: 466px;
}
.tabs_all_box.type_one .tabs_header ul li:hover a {
    color: #ffc000; 
}
.tabs_all_box.type_one .tabs_header ul li a.active {
    color: #ffc000;
}
.tabs_all_box.type_one .tabs_header .toll_free { 
    background: #ffc000; 
}
.tabs_all_box.type_one .tabs_header .toll_free a { 
    color: #000; 
}
.tabs_all_box.type_one .tabs_header .toll_free a i { 
    color: #ffc000; 
}
.pricing_plan_box.type_one .pricing_plan_box_inner {
    margin-bottom: 10px;
	padding: 50px 20px 40px;
	height: 574px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	background-color: #f4f4f4;
}
.pricing_plan_box.type_one .pricing_plan_box_inner .get_start_button {
    margin-top: auto;
}
.tabs_all_box.type_one .tabs_header ul li a {
    padding: 14px 0px;
}
.tabs_all_box.type_one .tab_content .content_image a:hover {
    color: #ffc000;
}
.contact_form_box_all.type_three .contact_form_box_inner.simple_form label {
	color: #000000;
}
.contact_form_box_all.type_three .contact_form_box_inner.simple_form label i {
    color: #ffc000;
}
.home-contact-info .icon_box_all.style_two {
    border-top: 3px solid #ffc000 !important;
}
.home-contact-info  .icon_box_all.style_two .icon_content .icon {
    width: 50px;
    box-shadow: 0 6px 9px rgba(0,0,0,6%);
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 30px;
}
.home-contact-info  .icon_box_all.style_two .icon_content .icon span {
    font-size: 30px;
    color: #ffc000;
    line-height: 50px;
}
.icon_box_all.style_two .icon_content .txt_content h3 a:hover {
    color: #ffc000;
}
span.odometer-formatting-mark {
    display: none;
}
.ekit-wid-con .elementskit-funfact .funfact-content {
    line-height: 1;
    padding: 40px 30px;
    background-color: #f0f3f9;
    border-radius: 50%;
	transition: all 700ms ease 100ms;
    -moz-transition: all 700ms ease 100ms;
    -ms-transition: all 700ms ease 100ms;
    -o-transition: all 700ms ease 100ms;
}
.ekit-wid-con .elementskit-funfact .funfact-content:hover{
	background-color: #ffc000;
}
.call_to_action.style_one .left_content .main_content p { 
	border-bottom: 1px dashed rgba(255, 255, 255, 0.49);
} 
.jb-info-img .image_box_new, .jb-info-img .image_boxes, .jb-info-img img {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.54,0.085,0.5,0.92);
    animation-timing-function: cubic-bezier(0.54,0.085,0.5,0.92);
    -webkit-animation-name: floating;
    animation-name: floating;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
	
} 
.testimonial_sec.style_v2_two .arrows .prev-single-one::before, .testimonial_sec.style_v2_two .arrows .next-single-one::before {
	border-radius: 35px;
	background: #ffc000;
	color: #000000;
}
.project_all.filt_style_six .fliter_group .project_filter li {
	border: 0px;
	padding: 8px 20px;
	background: transparent;
	margin: 0px 5px;
	border-radius: 25px;
	border: 1px solid #ebeffc;
}
.project_all.filt_style_six .fliter_group .project_filter li.current {
	background: #ffc000;
	border-color: #ffc000;
	color: #000000;
}
.project_post.style_six .overlay::before {
	background: #000;
}
.project_post.style_six .content_box a{
	color: #ffc000;
}
.project_post.style_six .content_box a:hover{
	color: #ffffff;
}
/* .progress_bar.style_two .progress_new .ProgressBar, .progress_bar.style_two .progress_new .ProgressBar-contentCircle {
    height: 150px;
    width: 150px;
}
.progress_bar.style_two .progress_new {
    height: 150px;
}
.progress_bar.style_two .progress_new .progress-value {
    width: 150px;
    height: 150px;
    line-height: 150px;
} */
.progress_bar.style_two .content_box {
    padding: 0px 0px 0px;
}
.progress_bar.style_two .progress_new .progress-value h6 {
    color: #ffc000;
}
.progress_bar.style_two .progress_new .ProgressBar-background {
    stroke: #E4EAEE; 
}
.progress_bar.style_two .progress_new .ProgressBar-circle, .progress_bar.style_two .progress_new .ProgressBar-background {
    stroke: #ffc000;
}
.progress_bar.style_two .content_box h2 {
    color: #ffc000;
}
.progress_bar.style_two .content_box h3 {
    color: #ffffff;
}
.progress_bar.style_two .content_box p { 
    color: #ffffff;
}
.jams_about_tab .elementor-tab-desktop-title { 
	padding: 0 !important; 
	padding-right: 15px !important;
}
.jams_about_tab .elementor-tab-content {
	padding: 20px 0 0 0 !important;
}
.core-value-section .icon_box_new_box.type_two {
    padding: 50px 20px 40px;
	margin-bottom: 0;
    height: 363px;
}
.core-value-section .icon_box_new_box.type_two p {
    margin-bottom: 0;
}
.core-value-section .icon_bg_rotate::before { 
    background: #ffc000; 
}
.contact_box_content.style_one .contact_box_inner.icon_yes .icon_bx {
    background: #646464;
	bottom: auto;
    top: 20px;
}
.image_boxes.style_seven .experience { 
	background: #ffc000;
}
.image_boxes.style_seven .experience::before { 
	border-right: 50px solid #ffc000; 
}
.image_boxes.style_seven .experience .experience_inner h2 {
    color: #000000;
}
.image_boxes img{
	border-radius: 6px !important;
}
/*======= Business section ========*/
.image-slider-jams .swiper-slide-inner:before{
	position: absolute;
    z-index: 1;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    margin: auto;
}
.image-slider-jams .swiper-slide-inner:hover:before{
	animation: circle 0.75s;
    -moz-animation: circle 0.75s;
    -ms-animation: circle 0.75s;
    -o-animation: circle 0.75s;
}
.image-slider-jams .elementor-image-carousel{
	margin-bottom: 20px;
}
@keyframes circle{
	0% {
    	opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 100%;
		height: 100%;
		opacity: 0;
	}
}
/*====== percentance section =======*/
.percentance-section .elementor-background-overlay{
    -webkit-animation: jumpReverseAni 7s linear infinite;
    animation: jumpReverseAni 7s linear infinite;
} 

/*============ co-working ===============*/

.advantages-coworking-section .icon_box_all.style_three { 
    padding: 40px 28px; 
	background-color: #ffffff;
	box-shadow: unset;
}
.advantages-coworking-section .txt_content h3, .conference-room .txt_content h3{
	margin-bottom: 10px;
}
.conference-room .icon_box_all.style_three { 
    padding: 40px 28px; 
	height: auto;
	background-color: #ffffff;
	box-shadow: unset;
}

.page_header_default {
	min-height: auto;
	padding: 200px 0px 190px;
	border-bottom-left-radius: 80px;
}
.page_header_default .page_header_content .banner_title_inner .title_page {
    font-size: 45px;
    line-height: 55px;
}
.page_header_default .page_header_content .banner_title_inner {
    margin-bottom: 10px;
}

.contact_form_box_all.type_two .contact_form_shortcode { 
    box-shadow: unset;
    border-radius: 10px 0 0 10px;
    max-width: 100%; 
}


/*====== footer css ======*/
.cta-contact-info .elementor-icon {
    border: 1px dashed #ffffff;
    padding: 10px;
    border-radius: 50%;
}
.cta-contact-info .elementor-icon:hover{
    background: #ffc000;
    border-color: #ffc000 !important;
}
.footer_widgets.about_company .content_in_r p{
	margin: 0;
}
.footer_widgets.about_company .content_in_r .consulting{
	display: none;
}
.footer_widgets.about_company .logo {
	margin-bottom: 10px;
}
.footer_widgets .fo_wid_title::before{
	content: unset !important;
}
.footer_widgets {
	margin-bottom: 0;
}
.footer_widgets .fo_wid_title {
	margin-bottom: 0;
}
.footer_widgets .fo_wid_title h2 { 
	margin-bottom: 0;
}
.footer_widgets.navigation_foo .navigation_foo_inner ul li:last-child, .footer_widgets.navigation_foo .navigation_foo_inner ul li:last-child a{
	margin-bottom: 0;
}



.prgoress_indicator { 
	bottom: 30px;
	box-shadow: inset 0 0 0 2px rgba(125, 125, 125, 0.2); 
}
.prgoress_indicator::after { 
	color: #ffc000; 
}
.prgoress_indicator svg.progress-circle path {
	stroke: #ffc000; 
} 
.social_media_v_one ul li a small {
	display: none;
}
.social_media_v_one ul li a span{
	opacity: 1;
}
.social_media_v_one ul li {
	margin-right: 5px;
}
.social_media_v_one ul li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	border-radius: 0;
	color: #676767;
	background: transparent;
	font-size: 18px;
	-webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.social_media_v_one ul li a:hover {
	background: transparent; 
	color: #ffc000;
	-webkit-transform: translateY(-4px);
    -khtml-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}
.footer_widgets.navigation_foo .navigation_foo_inner ul li a:hover {
	color: #ffc000 !important;
}
 
@keyframes floating{
    0% {
		-webkit-transform: rotateX(0) translateY(0);
		transform: rotateX(0) translateY(0);
	}
    50% {
        -webkit-transform: rotateX(0) translateY(10px);
        transform: rotateX(0) translateY(10px);
    }
    100% {
        -webkit-transform: rotateX(0) translateY(0);
        transform: rotateX(0) translateY(0);
    }
}
@keyframes  jumpReverseAni{
    0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}



/*========== responsive =============*/
@media(max-width: 1200px){
	.icon_box_new_box.type_one h2 a {
		font-size: 20px; 
		line-height: 30px;
	}
	.ekit-wid-con .elementskit-funfact .funfact-content {
		padding: 45px 38px;
	}
}
@media(max-width: 1124px){
	.ekit-wid-con .elementskit-funfact .funfact-content {
		padding: 40px 32px;
	}
}
@media(max-width: 1057px){
	.ekit-wid-con .elementskit-funfact .funfact-content {
		padding: 40px 30px;
	}
}
@media(max-width: 1047px){
	.ekit-wid-con .elementskit-funfact .funfact-content {
		padding: 35px 26px;
	}
}
@media(max-width: 1024px){
	.ekit-wid-con .elementskit-funfact .funfact-content {
		padding: 40px 35px;
	}
	.core-value-section .core-value-first-column .icon_box_new_box.type_two { 
		height: 413px;
	}
	.core-value-section .core-value-sec-column .icon_box_new_box.type_two { 
		height: 464px;
	}
	.contact_form_box_all.type_two .contact_form_shortcode { 
		padding: 30px 25px 37px 25px; 
	}
	.conference-room .icon_box_all.style_three {
		padding: 30px 15px; 
	}
	.icon_box_all.style_five .icon_content h2 {
		font-size: 18px;
	}
} 
@media (max-width: 950px){
	.ekit-wid-con .elementskit-funfact .funfact-content {
		padding: 40px 30px;
	  }
}
@media (max-width: 991px){
	.mobile_header .container{
		max-width: 100%;
	}
	.mobile_header .bottom_content {
		padding: 4px 0px 4px !important;
	}
	.page_header_default { 
		padding: 140px 0px 140px; 
	}
}
@media (max-width: 903px){
	 .ekit-wid-con .elementskit-funfact .funfact-content {
		padding: 35px 28px;
	  }
}
@media (max-width:896px){
	.ekit-wid-con .elementskit-funfact .funfact-content {
		padding: 30px 27px;
	}
}
@media (max-width:880px){
	 .ekit-wid-con .elementskit-funfact .funfact-content {
		padding: 35px 33px;
	  }
}
@media(max-width: 821px){
	.ekit-wid-con .elementskit-funfact .funfact-content {
		padding: 35px 27px;
	 }
}
@media(max-width: 767px){
	.page_header_default { 
		padding: 140px 0px 140px; 
	}
	.page_header_default .page_header_content .banner_title_inner .title_page {
		font-size: 35px;
		line-height: 45px;
	}
	.percentance-section .simple_image_boxes{
	  height: 248px !important;
	}
	.elementor-4166 .elementor-element.elementor-element-49c978e .image_boxes.style_seven .image_box img{
		height: 400px !important;
	}
	.ekit-wid-con .elementskit-funfact .funfact-content { 
		padding: 60px 30px; 
	}
	.tabs_all_box.type_one .tab_content { 
		min-height: 390px; 
	}
	.tabs_all_box.type_one .tab_content .content_image{ 
		padding: 130px 30px 50px;
	}
	.core-value-section .core-value-first-column .icon_box_new_box.type_two { 
		height: auto;
	}
	.core-value-section .core-value-sec-column .icon_box_new_box.type_two { 
		height: auto;
	}
	.contact_form_box_all.type_two .contact_form_shortcode { 
		max-width: 100%; 
	}
	.heading.text_left{
		text-align: center;
	}
	.icon_box_new_box.type_one{
		text-align: center;
	}
	.icon_box_new_box.type_one .icon_bx span{
		left: 47%;
	}
	.tabs_all_box.type_one .tabs_header ul li a { 
		text-align: center;
	}
	.jams_about_tab .elementor-tab-content {
		padding: 20px 0 0 10px !important;
	}
	.footer_widgets{
		text-align: center !important;
	}
	.contact_form_box_all.type_two .contact_form_shortcode { 
		border-radius: 10px 10px 0 0;
	}
} 
@media (max-width: 550px) {
  .progress_bar.style_two .content_box {
    margin-left: 180px; 
  }
}




/*--------------------------------------------------------------
# CURSOR
--------------------------------------------------------------*/
.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden; 
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: #ffc000;
    -webkit-transition: width .3s ease-in-out,
    height .3s ease-in-out,
    margin .3s ease-in-out,
    opacity .3s ease-in-out;
    -o-transition: width .3s ease-in-out,
    height .3s ease-in-out,
    margin .3s ease-in-out,
    opacity .3s ease-in-out;
    transition: width .3s ease-in-out,
    height .3s ease-in-out,
    margin .3s ease-in-out,
    opacity .3s ease-in-out; 
}
.cursor-inner.cursor-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: #ffc000;
    opacity: .3; 
}

.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 40px;
    height: 40px;
    border: 1px solid #ffc000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: .5;
    -webkit-transition: all .08s ease-out;
    -o-transition: all .08s ease-out;
    transition: all .08s ease-out; 
}

.cursor-outer.cursor-hover {
    opacity: 0; 
}
