/*
Theme Name: Creative-D
Theme URI: https://
Author: CreativeDady
Author URI: https://www.creativedady.com
Description:
Version: 1.0
Tags:
Text Domain: creativeD
*/
/*=================
GLOBAL STYLES
=================*/
/*FONTS FACES
 */
@import url('https://fonts.googleapis.com/css?family=Francois+One|Open+Sans:300,400,600,700,800');
@import url('fonts/SalinasDemo/stylesheet.css');
/**/

.space10{height:10px; font-size:10px; clear:both;}

.space20{height:20px; font-size:20px; clear:both;}

.space30{height:30px; font-size:30px; clear:both;}

.space20{height:20px; font-size:20px; clear:both;}

.space90{height:90px; font-size:90px; clear:both;}
.pt-30 {
    padding-top: 30px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pt-60 {
    padding-top: 30px !important;
}
.pb-60 {
    padding-bottom: 30px !important;
}
body{
    margin: 0px;
    padding: 0px;    
    width:100%;
    font-family: 'Salinas Demo' !important;
    font-weight: normal !important;
    color: #000 !important;
	position:relative;
}
h1, h2, h3, h4, h5, h6{
/*     margin: 0px; */
    font-family: 'Salinas Demo' !important;
    color: #000 !important;
}
p{
    font-family: 'Salinas Demo' !important;
    font-size: 21px;
    font-weight: normal;
    line-height: normal;
    color: #000 !important;
    line-height: 34px;
	letter-spacing: 2px;
}
a span{    
    font-family: 'Salinas Demo';
    font-weight: normal;
}
main {
    margin: 0;
    padding: 90px 0 0 0;
    width: 100%;
    position: relative;
    display: block;
    background-color: #f9f9f9;
}
.home main{
    margin: 0;
    padding: 0;
    background-color: transparent;
}
.container{
    position: relative;
}
.redux-dev-mode-notice-container.redux-dev-qtip { display: none; }
.rAds {
    width: 0;
    height: 0;
    visibility: hidden;
}
.redux-messageredux-notice {
    display: none !important;
}
a.btn.btn-primary.btn-customized.open-menu {
    display: none;
}
ul li, ol li  {
	font-size: 21px;
    line-height: 34px;
	margin: 0 0 15px 0;
    font-family: 'Salinas Demo' !important;
    color: #000;
}
/*=================
0.0- FANCY HEADING
=================*/
.fancy-heading h2, .fancy-heading h1, .fancy-heading h3{
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 41px !important;
    color:#414141;
    line-height: normal;
}
.fancy-heading .elementor-heading-title{
    font-family: 'cera_probold' !important;

}
.fancy-heading h2:after, .fancy-heading h1:after, .fancy-heading h3:after {
    content: '';
    height: 5px;
    width: 100px;
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    z-index: -1;
    border-radius: inherit;
    background: -webkit-gradient(linear, left top, right top, from(#AF486B), to(#F86F79));
    background: linear-gradient(to right, #AF486B, #F86F79);
}
.fancy-btn a{
    color: #fff;
    line-height: 1.6em !important;
    font-family: 'cera_promedium' !important;
    font-size: 15px !important;
    border-radius: 40px !important;
    background-clip: padding-box !important;
    background-color: transparent !important;
    white-space: nowrap !important;
    -webkit-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
    text-transform: uppercase !important;
    display: inline-block;
    padding: 12px 24px 12px 24px !important;
    letter-spacing: 0.06rem !important;
    font-weight: 800!important;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    border: 3px solid #546CC6 !important;
    color: #546CC6 !important;
}
.fancy-btn a:hover{
    border: 3px solid #D8536F !important;
    color: #D8536F !important;
    background: transparent !important;
}
/*=================
0.1- HEADER
=================*/
a.nav-button {
    position: absolute;
    right: 0px;
    top: 10px;
    display: none;
}
header {
    margin: auto;
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 1;
    /* box-shadow: 0 4px 12px #f3f3f3; */
}
.header-bg {
    background-image: url(assets/images/bg-pink-home.svg);
    background-repeat: no-repeat;
    background-position: bottom -1px center;
    background-size: 100%;
    min-height: 597px;
    z-index: 1;
    position: absolute;
    width: 100%;
}
.header-bg:after {
    content: "";
    display: table;
    clear: both;
}
.home-banner-sub-heading {
    max-width: 950px;
    margin: auto;
}
ul.top-right-social {
    margin: 27px auto 0;
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
}

ul.top-right-social li {
    display: inline-flex;
    background: #fff2f7;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    padding: 0px 0;
    font-weight: 400;
    margin: 0 3px !important;    
	line-height: 1;
}

ul.top-right-social li {
    list-style: none;
    display: inline-block;
    border: 1px solid #fff2f7;
}

ul.top-right-social li i:before {
    color: #000;
    margin: 0 0 0 0 !important;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
}
ul.top-right-social li:hover {
    background: #fff2f7;
    border: 1px solid #000;
}
ul.top-right-social li:hover i:before {
    margin: 0 0 0 0;
    padding: 0;
    color: #000;
}
/*
    SERVICES
*/
/* .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 10px 0 !important;
} */
.service-box .elementor-element-populated {
    background: #F2F5F8;
    border-radius: 10px;
    padding: 60px !important;
}
.service-box  .elementor-icon svg {
    height: 140px;
    width: auto;
}
.service-box{
    font-size: 19px;
    color: #606674 !important;
}
.service-box h3{
    font-weight: bold !important;
    font-family: "cera_probold" !important;
    color: #414141 !important;
}
/*
 CONTACT BANNER
*/
.contact-banner .elementor-container {
    max-width: 1280px !important;
}
.banner-item-list ul li {
    list-style: circle;
    margin: 16px 0;
    font-size: 19px;
    font-family: 'cera_promedium' !important;
}
/*-------
  TOPBAR
 ------*/
.topbar {
    position: absolute;
    top: -40px;
    right: 20px;
    display: block;
    background: #FFF;
}
.number-info {
    margin: 0px;
    padding: 0px 15px;
    background: #FFF;
    font-family: 'Helvetica';
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    background: #f80108;
}
.number-info svg.icon {
    width: 22px;
    height: 22px;
    line-height: normal;
    display: inline-block;
}
.number-info span {
    margin: 0px;
    padding: 3px 0px 1px 0px;
    display: inline-block;
}
.number-info span a{
    font-size: 24px;
    font-weight: 700;
    color: #fbfbfb;
}
.number-info span a:hover {
    text-decoration: none;
}
.number-info span bb {
    font-size: 16px;
    font-weight: 800;
    margin: 5px 0 0 0;
    display: inline-block;
    color: #000;
    float: right;
}
.number-info:after {
    content: '';
    display: block;
    position: absolute;
    right: -20px;
    z-index: 999;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 40px solid #980105;
    border-right: 20px solid transparent;
}
/*--------------
SEARCH FORM
--------------*/
.search {
    position: absolute;
    /*display: inline-block;*/
    right: 0;
}
.search::after{
    font-size: 14px;
    color: #000;

}
[class^="icon-"]::before {
    font-family: "Font Awesome 5 Solid";
    content:"\f002";
    font-size: 14px;
    color: #000;
    display: none;
}
[class^="icon-"] {
    color: #fff;
    border-radius: 0px;
    display: inline-block;
    padding: 6px 7px 7px;
    font-size: 18px;
    text-shadow: 1px 1px 2px #21638f;
    box-shadow: inset 0px 0px 0px #21638f;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    cursor: pointer;
    z-index: 10;
    position: relative;
}
[class^="icon-"]:hover {
    background: none;
    text-shadow: 0px 0px 0px #21638f;
    box-shadow: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.search_form {
    background: #fff;
    position: absolute;
    z-index: 0;
    padding: 0px 5px;
    right: 0;
    top: 15px;
    overflow: hidden;
    border-radius: 0;
    width: 20px;
    height: 0px;
    transition: height 0.2s ease-out 0.5s, top 0.2s ease-out 0.5s,
    padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
    -webkit-transition: height 0.2s ease-out 0.5s, top 0.2s ease-out 0.5s,
    padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
}
.search_form form {
    opacity: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.search_form input {
    background: #fff;
    border: none;
}
.search_form input[type="text"] {
    border-radius: 5px 0 0 5px;
    width: 150px;
    margin: 0px 1px 0px 0;
    padding: 0px 5px 1px;
    min-height: 23px;
}
.search_form input[type="submit"] {
    border-radius: 0 5px 5px 0;
    text-transform: uppercase;
    font-size: 11px;
    padding: 0px 5px;
    min-height: 24px;
    margin: 0px 0px 0px 0;
    cursor: pointer;
}
.search_box {
    visibility: hidden;
}
.search_box:checked ~ .search_form {
    width: 213px;
    height: auto;
    padding: 5px;
    top: 35px;
    transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out,
    0.3s width ease-out 0.2s;
    -webkit-transition: height 0.2s ease-out, top 0.2s ease-out,
    padding 0.2s ease-out, 0.3s width ease-out 0.2s;
}
.search_box:checked ~ .search_form form {
    opacity: 1;
    transition: 0.3s all ease-out 0.5s;
    -webkit-transition: 0.3s all ease-out 0.5s;
}
/*--------------
NAVIGATION
---------------*/
.main-menu ul {
    margin: 6px auto 6px;
}
nav {
    width: 100%;
    display: block;
    font-family: "cera_probold" !important;
}
.navbar-brand{
    margin: 0 0 0 37%;
    padding: 0;
    max-width: 85px;
	height:80px !important;
    display: block;
    /*box-shadow: 0 10px 10px #f2f2f2;*/
    position: relative;
    top: 0px;
    
}
.navbar-brand img {
    margin: auto;
    padding: 0;
    width: 80px;
	height:70px;
    display: block;
}
.navbar ul li{
	margin:0px;
}
.navbar-dark .navbar-nav .nav-link{
    margin: 0;
    padding: 9px 15px;
    color: #000 !important;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
}
.navbar-dark .navbar-nav .nav-link:hover{
    color: rgb(183 183 183);
}
.navbar-nav li.active a{
    text-decoration: none;
    background-color: #fff2f7;
    color: #000 !important;
}
.home-icon-nav:before {
    content: '';
    width: 22px;
    height: 22px;
    background: red;
    position: absolute;
    display: block;
    left: 0;
}
.dropdown-menu {
    padding: 0px 10px;
    background-clip: padding-box;
    background-color: rgb(255, 255, 255);
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-top: 2px solid #1a76bc!important;
    border-radius: 0px;
    border-top: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    float: left;
    font-size: 14px;
    list-style: outside none none;
    min-width: 200px;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
ul.dropdown-menu:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 11px solid #1a76bc;
    top: -12px;
}
.dropdown-menu li {
    border-bottom: 1px solid #d1d1d1;
    border-radius: 0px!important;
}
.mega-parent  li > a {
    padding: 8px 0px;
    color: #fff;
}
.dropdown-menu  li > a {
    padding: 14px 0px 14px 0px;
    color: #a0a0a0;
    text-transform: capitalize;
    font-size: 14px;
    line-height: normal;
    display: block;
}
.dropdown-menu li a:before {
    margin: 0 5px 0 0;
    content: '\f105';
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    /* line-height: 1; */
    font-weight: 900;
    color: #1a76bc;
}
.dropdown-menu  li > a:last-child{
    border-bottom: 0px!important;
}
.dropdown-menu  li a:hover {
    color: #000;
}
.dropdown-menu li:last-child{
    border-bottom: 0px;
}
.dropdown-menu  li:last-child {
    border-bottom-right-radius: 16px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #1a76bc;
    text-decoration: none;
    border-radius: 0px;
}
.navbar-nav li .dropdown-menu{
    transition: 0.5s;
}
.navbar-nav li .dropdown-menu li .dropdown-menu{
    right: -160px;
    position: absolute !important;
    left: auto;
    top: 0px;
    transition: 0.5s;
    display:none;
}
ul.dropdown-menu li.menu-item-has-children > a:after {
    content: '\f101';
    font-family: 'FontAwesome';
    font-size: 18px;
    position: absolute;
    right: 11px;
    top: 5px;
}
.navbar-nav li .dropdown-menu li:hover .dropdown-menu{
    display:block !important;
}
.dropdown-menu  li .sub a:hover {
    color: #f50000;
}
/* Mega menu styles */
.mega-parent ul.dropdown-menu {
    padding-bottom: 12px;
}
.mega-parent .dropdown-menu .sub {
    white-space: normal ;
    color: #fff;
}
/*.navbar-nav, .navbar .collapse, .navbar-nav li {*/
/*position: static;*/
/*}*/
.navbar .container {
    position: relative;
}
.navbar .dropdown-menu {
    left: auto;
}
.mega-parent, .mega-parent .dropdown-menu {
    left: 0;
    right: 0;
}
.navbar .container {
    max-width: 1170px;
    width: auto;
}
.sub > div {
    font-size: 12px;
    line-height: 19px;
    height: 100% !important;
}
.sublinks a {
    font-size: 12px !important;
    font-weight: normal  !important;
    padding: 0 !important;
}
.sublinks {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.sublinks > li {
    margin-bottom: 6px;
}
.sub img {
    margin: 0 18px 12px 0;
}
a.nolink {
    visibility: hidden !important;
}
.tit {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.sub > form {
    background: #eee none repeat scroll 0 0;
    border-radius: 8px;
    color: #666;
    padding: 6px;
}



@media (max-width:1169px) and (min-width:320px){
    .search {
        position: absolute;
        display: inline-block;
        right: 0;
        display: none;
    }
    .collapse.show {
        display: block;
        background: rgba(196, 73, 78, 0);
        border: 0px solid #FFF;
        z-index: 9999;
        top: 23px;
        width: 100%
    }
    button.navbar-toggler {
        z-index: 999;
        top: 8px;
        right: 0;
        position: absolute;
        margin: auto;
        border: 0px;
    }


}
@media (min-width: 768px) {

    ul.nav li.dropdown > ul.dropdown-menu{
        visibility:hidden;
        display:block;
        opacity:0;
        margin-top: 8px;
        transition: all 0.2s ease-in-out;
    }
    ul.nav li.dropdown:hover > ul.dropdown-menu{
        visibility:visible;
        opacity: 1;
        display: block;
        margin-top: 0;
    }
	
    a.navbar-brand {
        margin: 0;
        padding: 5px 0 5px 0px;
        display: flex;		
		width: 68px;
		height:68px;
    }
}
@media (max-width: 767px) {
	main{
		padding: 62px 0 0 0;
		    word-break: break-word;
	}
    .top-right-widget {
    display: none;
    height: 40px;
}
    ul#menu-main-left-menu li, ul#menu-main-right-menu li  {
        margin: 0;
        padding: 0px 15px;
    }
    #menu-main-nav li.mega-parent ul li {
        float: none;
    }
    .dropdown-menu > li:first-child{
        border-bottom-left-radius: 0;
    }
    .dropdown-menu  li:last-child {
        border-bottom-right-radius: 0;
    }
    .navbar-nav {
        width: auto;
        z-index: 1000;
    }
    .navbar-nav > li > a {border-right: none; margin-left: 0px;}
	
    a.navbar-brand {
        margin: 0;
        padding: 5px 0 5px 0px;
        display: flex;		
		width: 68px;
		height:68px;
    }
	.navbar-brand img{width: 75px;
    height: 70px;    display:block;}
    .navbar-toggler-icon{
        background-image: url('assets/images/reorder-option.svg')!important;
        display: block;
        width: 24px;
        height: 24px;
    }
}
/*=========
SUBHEADER
========*/
.subheader {
    margin: 0px;
    padding: 25px 0;
    width: 100%;
    min-height: 357px;
    background-color: #f5f5f5;
    background-size: cover ;
    background-position: center ;
}
.subheader-sorry{
    min-height: 200px;

}
.subheader .container {
    width:100%;
    position: relative;
    min-height: 330px;
}
.subheader .desc {
    padding: 0px 10px!important;
    /*border-top: 1px solid #90272b;*/
    /*box-shadow: 0px 10px 31px #b33036;*/
    position: absolute;
    bottom: 21px;
    width: 100%;
    text-align: center;
}
.subheader h2 {
    width: 100%;
}
.subheader h2 a {
    color: #242424;
}
.subheader h2 a br {
    display: none;
}
.subheader h2 a:hover {
    text-decoration: none;
    color: #242424;
}
.cu-breadcrumbs ul{
    margin: 0px;
    padding: 0px;
}
.cu-breadcrumbs ul#crumbs {width: 100%;display: inline-block;/* float:  left; */}
.sub-details a {
    color: #FFF!important;
}
.cu-breadcrumbs ul#crumbs li {
    display: inline-block;
    color: #FFF;
}
.cu-breadcrumbs ul#crumbs li br {
    display: none;
}
.cu-breadcrumbs ul#crumbs li a{
    color: #FFF;
}
.cu-breadcrumbs ul#crumbs li:after {
    content: '/';
    color: #fff;
    margin:  0px 9px;
}

.cu-breadcrumbs ul#crumbs li:last-child:after {
    content:  none;
}
.content-padd {
    margin: 0px 0px;
}
/*
WELCOM SECTION
*/
.home-banner-text .elementor-widget-wrap.elementor-element-populated {
    background-color: #fff2f7;
}
.welcome-txt{
    margin: 0px;
    padding: 0px;    
    font-family: 'Salinas Demo' ;
}
.welcome-txt h1, .welcome-txt h2, .welcome-txt h3, .welcome-txt h4, .welcome-txt h5, .welcome-txt h6 {
	margin: 0 0 14px 0;
    font-size: 36px; 
    font-weight: bold;
    color: #000;   
}
.welcome-txt p{
    font-size: 20px;
    line-height: normal;
    letter-spacing: normal;
}
.welcome-txt ul{
    margin: 0px;
    padding: 0;
    list-style: none;
}
.welcome-txt ul li{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #000;
}
.welcome-txt a span{    
    font-family: 'Salinas Demo';
    font-weight: normal;
    font-size: 14px;
    background-color: #fbfbfb;
}
/*----------
HOME ABOUT
----------*/
.my-picture {
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
}
.my-picture img {
    /* display: block; */
    margin: 25px 0 0 0;
    padding: 0;
    max-height: 555px;
    max-width: 394px;
    object-fit: cover;
    position: relative;
    display: block;
    z-index: 2;
}
.my-picture::after {
    content: '';
    display: block;
    width: 133px;
    height: 627px;
    background: #fff2f7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
/*
    PRICING SECTION
*/
.sec-head{
    margin: 80px 0;
}
.price-box .elementor-widget-wrap {
    margin: 0 16px !important;
    padding: 50px 25px 60px 25px!important;
    background: #fff2f7;
}
.price-box .price-heading{
    margin: 0px;
    padding: 0;
    display: block;
    font-family: 'Salinas Demo';
}
.price-box .price-heading h1,
.price-box .price-heading h2, 
.price-box .price-heading h3, 
.price-box .price-heading h4, 
.price-box .price-heading h5, 
.price-box .price-heading h6{
    font-size: 26px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}
.price-box .price-heading span {
    margin: 0;
    padding: 10px 0px;
    font-size: 14px;
    display: block;
    text-transform: lowercase;
}
.price-box p{
    margin: 0;
    line-height: 28px;
    letter-spacing: normal;
    font-size: 17px !important;
    font-weight: 400;
    color: #000;
}
.price-box:nth-child(2n+2) .elementor-widget-wrap{
    background-color: #fbfbfb ;
}
.price-box:nth-child(2) a.elementor-button-link.elementor-button.elementor-size-sm {
    background-color: #FFF2F7 !important;
}

.price-box:nth-child(2) a.elementor-button-link.elementor-button:hover {
    background: #000 !important;
}

/*
CALL TO ACTIONS
*/
.call-to-action {
    margin: 0 auto;
    padding: 25px 70px;
    max-width: 730px;
    background: #fff2f7;
    text-align: center;
}
.call-to-action p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
}
.call-short-txt p{
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;

}
ul.action-icons {
    margin: auto;
    padding: 0;
    list-style: none;
    text-align: center;
}

ul.action-icons li {
    display: inline-flex;
	margin: 0 10px;
}
ul.action-icons li a{
    color: #000;
}
ul.action-icons li a:hover{
    color: #ccc;
    text-decoration: none;
}
ul.action-icons li i:before {
    font-size: 28px !important;
	margin: 0;
    padding: 0;
}
/*
WHY ME
*/
.why-me {
    margin: auto;
    padding: 0;
    position: relative;
    display: block;
    max-width: 310px;
    min-height: 304px;
}
.why-me .elementor-icon{
    width: 50px;
}
.why-me p {
    margin: 0;
    padding: 0 5px;
    text-align: center;
    font-size: 17px;
    line-height: 30px;
}

/*
    MISSION
*/
.mission-box {
    margin: 60px auto 90px;
    padding: 40px 0 48px 0!important;
    max-width: 545px;
    position: relative;
    display: block;
}
.mission-box:before{
    content: '';
    width: 320px;
    height: 290px;
    position: absolute;
    display: block;
    background-image: url(assets/images/corner-left.png);
    top: 4px;
    left: -4px;
    z-index: -1;
}
.mission-box:after{
    content: '';
    width: 320px;
    height: 290px;
    position: absolute;
    display: block;
    background-image: url(assets/images/corner-right.png);
    bottom: -4px;
    right: -4px;
    z-index: -1;
}
.mission-box h1, .mission-box h2, .mission-box h3, .mission-box h4, .mission-box h5, .mission-box h6{
    margin: 20px auto;
    padding: 0;
    font-size: 36px !important;
}
.mission-box p{
    margin: 0 auto 50px;
    font-size: 19px;
    line-height: 45px;
    max-width: 445px;
}
a.elementor-button-link.elementor-button {
    background: #fbfbfb !important;
    color: #000 !important;
    font-size: 16px;
}
a.elementor-button-link.elementor-button:hover {
    background: #000 !important;
    color: #fff2f7 !important;

}
/*
BLOG SLIDER
*/
.slider_blog_wrapper {
    margin: 0;
    padding: 40px 40px;
}

.slider_blog_wrapper .slider_blog_details {
    margin: 0 0 20px 0;
    padding: 0;
}
.slider_blog_wrapper .slider_blog_details p {
    margin: 0;
    font-size: 16px;
    color: #000;
    line-height: 36px;
}
.slider_blog_wrapper .slider_blog_title h1, .slider_blog_wrapper .slider_blog_title h2, .slider_blog_wrapper .slider_blog_title h3, .slider_blog_wrapper .slider_blog_titleh4, .slider_blog_wrapper .slider_blog_title h5 {
    font-size: 20px;
    margin: 18px 0 25px 0;
    padding: 0;
}
.slider_blog_wrapper span.read-btn {
    margin: 10px 0;
    padding: 5px 0;
    font-family: 'Salinas Demo';
    color: #000;
}
.slider_blog_wrapper span.read-btn a {
    color: #000;
}
span.blog-date, span.blog-readTime {
    margin: 0 15px 10px 0;
    display: inline-flex;
    font-family: 'Salinas Demo';
    color: #000;
}
.single span.blog-date, .single span.blog-readTime {
    margin: 0 10px !important;
    font-size: 18px;
}
.blog span.blog-date, .blog span.blog-readTime {
    margin: 0 10px 15px 0 !important;
    font-size: 18px;
}
/*
CONTACT BOTTOM
*/
.contact-left {
    padding: 45px 15px;
    background: #fbfbfb;
}
.contact-left .cont-heading {
    margin: auto;
    text-align: center;
}
.contact-left .elementor-icon-list-text {
    font-size: 16px !important;
    font-weight: 800 !important;
}
.contact-left li.elementor-icon-list-item .elementor-icon-list-text {
    font-size: 18px;
    font-weight: bold !important;
    color: #000;
}
.contact-right {
    padding: 45px 50px 10px 50px;
    background: #fff2f7;
}
.contact-box {
    margin: 30px 0 0 0;
    width: 90%;
    display: block;
}
.contact-box input {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}
.contact-box input {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 6px 13px;
    display: block;
    border: 0;
    font-size: 18px;
}
.contact-box textarea {
    border: 0;
    margin: 0 0 20px 0;
    height: 140px;
}
.submit-btn {
    max-width: 125px;
    text-transform: uppercase;
    background: #fff;
}
.submit-btn:hover {
    background: #000;
    color: #fff2f7;
}
input.wpcf7-form-control.wpcf7-submit.submit-btn {

}
/*-----------
SIGNLE POST
------------*/
.single main {
    margin: 0;
    padding: 80px 0 0 0;
    background: #f9f9f9;
}

/*----------
Testimonial
---------*/

.testimonials-heading{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 48px!important;
    text-transform: uppercase!important;
    font-weight: 800!important;
    margin: 28px auto;
}

/*---------------
CONTACT US
---------------*/

/*================
FOOTER
=============*/
/*footer .row{*/
/*    display:block;*/
/*}*/
footer{
    margin: 0;
    padding:0;
    width: 100%;
    display: block;
}
.footer-main{
    margin: 0px 0px;
    padding: 25px 0px 35px 0px;
    position: relative;
    z-index: 0;
    background: #fff2f7;
}
.footer-main h2 {
    margin: 0 0px 15px 0;
    padding: 0;
    font-size: 31px;
    font-family: "cera_probold" !important;
    color: #fff;
}
footer a {
    color: #dadbdd;
}ul.foot-social {
    margin: 15px auto 0;
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
}

ul.foot-social li {
    display: inline-flex;
    background: #000;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 3px 0;
    font-weight: 400;
    margin: 0 3px !important;
}

ul.foot-social li {
    list-style: none;
    display: inline-block;
    border: 1px solid #000;
	line-height:1;
}

ul.foot-social li i:before {
    color: #fff;
    margin: 0 0 0 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
}
ul.foot-social li:hover {
    background: #fff2f7;
    border: 1px solid #000;
}
ul.foot-social li:hover i:before {
    margin: 0 0 0 0;
    padding: 0;
    color: #000;
}
.footer-widget-1 p {
    font-size: 14px;
    margin: 20px 0 0 0;
}
.footer-widget-1 {
    margin: auto;
    display: block;
    padding: 0;
    text-align: center;
}
.footer-widget-1 img{
    max-width: 200px !important;
}
.footer_copy {
    margin: 0;
    padding: 18px 0;
    border-top: 1px solid #565b64;
}
.footer_copy p{
    margin: 6px 0 6px 0;
    padding: 0;
    font-family: 'cera_promedium' !important;
    font-size: 14px;
    color: #9398a2 !important;
    text-align: center;
}

.footer-widget-2 h2, .footer-widget-3 h2 {
    text-transform: capitalize;
    font-family: 'Francois One';
    /* font-size: 18px; */
    font-weight: bold;
    color: #242424;
    font-size: 28px;
    font-size: 1.75rem;
    color: #fff;
}
footer ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}
footer ul li {
    margin: 0 0 8px 0 !important;
}
footer ul li a {
    color: rgba(255,255,255,0.8) !important;
    word-break: break-all;
    /* margin: 0 0 4px 0 !important; */
    font-size: 17px;
}
footer ul li a:hover{
    color: rgba(255,255,255,1) !important;
    text-decoration: none;
}
.footer-contact a {
    font-size: 17px;
    line-height: 28px;
}
.footer-social li {
    list-style: none;
    display: inline-flex;
    margin: 0 !important;
}
.footer-social li {
    list-style: none;
    display: inline-flex;
    margin: 0 14px 0 0!important;
    background: #fff;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    color: #484c54;
}
.footer-social li i {
    font-size: 29px;
    margin: 3px 0 0;
}
.footer-social li a {
    color: #484c54 !important;
    margin: auto;
}
ul.social-footer {
    margin: 17px 0 40px 0;
    list-style: none;
    display: block;
    padding: 0px;
}
a.foot-mail{
    text-transform: uppercase;
    font-family: 'Francois One';
    font-size: 18px;
    color: #898989;
}
ul.social-footer li {display: inline-block;line-height: normal;}

ul.social-footer li a svg {
    width: 45px;
    height: 39px;
    line-height: normal;
}
/*---
CONTACT FORM FOOTER
---------------*/
.get-qoute-foot p {
    margin: 0px;
    padding: 5px 0 0 0;
    /* width: 100%; */
}

.get-qoute-foot p {
    width: 100%!important;
    display: block;
}

.get-qoute-foot p input, textarea {
    width: 100%;
    float: left;
    padding: 10px 10px;
    border: 2px solid #242424;
    margin-bottom: 5px;
}
.get-qoute-foot p textarea {
    height: 75px;
}
.get-qoute-foot p input.wpcf7-form-control.wpcf7-submit {
    width: 130px;
    height: 40px;
    padding: 0;
    background: #242424;
    color: #FFF;
}
.booking-form p {
    margin: 0px;
    padding: 5px 0 0 0;
    /* width: 100%; */
}

.booking-form p {
    width: 100%!important;
    display: block;
}
.booking-form p input, .booking-form p textarea, .booking-form p select {
    width: 100%;
    float: left;
    padding: 10px 10px;
    border: 2px solid #242424;
    margin-bottom: 5px;
}
.booking-form p textarea {
    height: 75px;
}
.booking-form p input.wpcf7-form-control.wpcf7-submit {
    width: 130px;
    height: 40px;
    padding: 0;
    background: #242424;
    color: #FFF;
}
.mission-box {
    text-align: center;
}
/*
    SLICK SLIDER
*/
.slick-prev, .slick-next{}
.slick-prev:before{
    content: '' !important;
    display: block;
    background-image: url(assets/images/left-arrow.svg);
    width: 28px;
    height: 28px;
}
.slick-next:before{
    content: '' !important;
    display: block;
    background-image: url(assets/images/right-arrow.svg);
    width: 28px;
    height: 28px;
}
.slick-prev:before, .slick-next:before{
    color: #F9D6E3 !important;
    
}
/*================================
MEDIA QUERY========
===================================*/
/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 991px) and (max-width: 1080px) {

    .elementor-6 .elementor-element.elementor-element-0354a26 > .elementor-element-populated {
    padding: 85px 28px 85px 53px;
}
}
@media (max-width: 990px){
	/* .elementor-6 .elementor-element.elementor-element-0354a26 > .elementor-	element-populated {
		padding: 85px 28px 85px 53px;
	} */
    .mobile-nav a.navbar-brand {
    margin: auto;
    display: block;
    position: relative;
    width: 160px;
    margin-bottom: 20px !important;
    background: transparent;
}
    .mobile-nav a.navbar-brand {
        margin: auto;
    }
	a.navbar-brand{
	}
    /* a.navbar-brand {
        margin: 0px;
        padding: 0px 0 0 0px;
        position: absolute;
        top: 36px;
    } */
/*     .navbar-dark .navbar-nav .nav-link{
            padding: 9px 4px;
    } */
}
@media (min-width: 768px) and (max-width: 990px){
	.navbar-dark .navbar-nav .nav-link{
		    padding: 9px 9px;
    font-size: 0.79rem;
	}
	ul.top-right-social li{
		width: 23px;
		height: 23px;
	}
	a.navbar-brand {
    margin: 0;
    padding: 5px 0 5px 0px;
    display: flex;
    width: 68px;
    height: 68px;
    position: absolute;
}
}
@media (max-width: 767px){
	.post-navigation .nav-previous, .post-navigation .nav-next {
    width: 100%;
	}
	.price-box .elementor-widget-wrap {
    margin: 15px 16px !important;
	}
	.single main{
		adding: 105px 0 0 0;
	}
	
	.slider_blog_wrapper{
		    padding: 40px 20px;
	}
	.my-picture::after {
    content: '';
    display: block;
    width: 133px;
    height: 528px;
}
    header{
    padding: 9px 0;
	height: 83px !important;
		display:block;
    }
	article header{
		height: auto;
	}
	article {
    margin: 0 0;
		padding: 35px 13px !important;
	}
	article .entry-content{
		    margin-top: 10px !important;
	}
    .navbar {
    display: none;
}
    ul.top-right-social {
    margin: 15px auto 25px;
    }
    a.nav-button {
        display: block;
        border-color:#414141;
            top: 22px;
    }
    .navbar-dark .navbar-nav .nav-link{
        margin: 0;
        padding: 9px 6px;
    }
    a.btn.btn-primary.btn-customized.open-menu {
        display: block;
    }
    .navbar-dark .navbar-nav .nav-link{
            font-size: 14px;
    }
}
/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    /* .navbar-nav li a {
        padding: 30px 25px 30px 36px;
    } */
    [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
        margin-left: 10px!important;
    }
    #service-block-home .vc_tta-panel-body{
        padding: 60px 10px 60px 20px !important;
    }
    .wpb_text_column.wpb_content_element.service-h-txt{
        padding: 0 10px 0 0;
    }
    div#service-block-home {
        width: 100%;
    }
    div#section-one {
        padding: 0 0 55px 0!important;
    }
    a.navbar-brand {
        margin: 0px;
        padding: 0px 0 0 0px;
    }

}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    #service-block-home .vc_tta-panel-body {
        padding: 40px 20px 40px 20px !important;
    }
    div#section-one {
        padding: 0 0 19px 0!important;
    }
    .slick-prev, .slick-next {
        top: 47%;
    }
}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .wpb_text_column.wpb_content_element.service-h-txt {
        padding: 0px 0px;
    }
    #service-block-home div.vc_tta-panel a{
        background-color: #ffca00;
        color: #242424;
    }
    #service-block-home .vc_tta-panel-body {
        padding: 60px 60px 60px 60px !important;
    }
    .subheader .desc {
        width: auto !important;
        text-align: left;
    }
    button.slick-arrow {
        width: 35px;
        height: 35px;
    }
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .mission-box:before{
        left:-15px;
/*         width: 230px;
        height: 230px; */
    }
    .mission-box:after{
        right:-15px;
/*         width: 230px;
        height: 230px; */
    }
    .wpb_text_column.wpb_content_element.service-h-txt {
        padding: 0px 0px;
    }
    #service-block-home .vc_tta-panel-body {
        padding: 60px 40px 60px 40px !important;
    }
    #service-block-home div.vc_tta-panel a{
        background-color: #ffca00;
        color: #242424;
    }
    #service-block-home div.vc_tta-panel a i:before{
        content: "\f108" !important;
        margin: 12px 0px 0px 20px;
        padding: 0px;
        position: absolute;
        z-index: 999;
        display: block;
        text-align: center;
        left: 0;
        font-family: Flaticon!important;
        font-size: 28px;
        font-style: normal;
        color: #333;
    }
    #service-block-home div.vc_tta-panel a span {
        margin-left: 30px;
    }
    div#section-one{
        padding: 0 0 0px 0!important;
    }
    .subheader .desc {
        width: auto !important;
        text-align: left;
    }
    .copyright {
        margin: 20px 0;
        font-size: 13px;
        font-weight: 600;
        position: relative;
        display: block;
        bottom: 0;
    }
    .footer-widget-1 {
        border-bottom: 1px solid #ededed;
    }
    .footer-widget-2 {
        border-bottom: 1px solid #ededed;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footer-widget-3 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    ul.social-footer{
        padding-left: 0px;
    }
    ul.social-footer li a svg {
        width: 24px;
        height: 32px;
        line-height: normal;
        margin: 0 10px 0 0;
    }
    button.slick-arrow {
        width: 35px;
        height: 35px;
    }
}
