/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */



@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Medium.woff2') format('woff2'),
        url('fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Light.woff2') format('woff2'),
        url('fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Italic.woff2') format('woff2'),
        url('fonts/Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('fonts/BebasNeue-Bold.woff2') format('woff2'),
        url('fonts/BebasNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 18px;
    color: #000;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
* {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-sizing: border-box;
    outline: none;
}
body a {
    background-color: transparent;
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    text-decoration: none;
    outline: none;
}
body a:hover,
body a:focus {
    color: #d42428;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    text-decoration: none;
    outline: none;
}
::selection {
    background: #d42428;
    color: #FFF;
}
::-moz-selection {
    background: #d42428;
    color: #FFF;
}
p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 15px 0;
    line-height: 30px;
    color: #000;
}
p:empty {
    display: none;
}

.container {
    padding-right: 20px;
    padding-left: 20px;
}
.container{width: 100% !important;max-width: 1350px;}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'Montserrat';
    font-style: italic;
    margin: 0 0 15px 0;
    color: #000;
    text-transform: capitalize;
}
body h1 {font-size: 50px;}
body h2 {font-size: 45px;}
body h3 {font-size: 35px;}
body h4 {font-size: 30px;}
body h5 {font-size: 25px;}
body h6 {font-size: 20px;}

/*header*/
#site-header.medium-header {
    background-image: url(/wp-content/uploads/2024/01/cropped-cropped-iStock-1077679226.jpg);
    background-position: center;
    background-size: cover;
    padding: 30px 0;
}

#top-bar-content a,
#top-bar-social-alt a,
#top-bar-content span {
    font-size: 20px;
}

#site-header.medium-header .top-header-wrap,
#site-header.medium-header #site-navigation-wrap {
    background-color: transparent
}

#site-header.medium-header .top-header-wrap {
    padding: 0 0 30px;
}

#top-bar-wrap,
.oceanwp-top-bar-sticky {
    border: none;
}

body #site-header.medium-header #site-navigation-wrap .dropdown-menu>li {
    padding: 0 15px;
}

body #site-header.medium-header #site-navigation-wrap .dropdown-menu>li>a {
    font-family: 'Montserrat';
    font-size: 22px;
    text-transform: capitalize;
    line-height: normal;
    padding: 0;
	cursor: pointer;
}
#site-navigation-wrap .dropdown-menu .current-menu-ancestor .current_page_item a {
    background: #FFF;
    color: #e40018 !important;
}

body #site-header.medium-header #site-navigation-wrap .dropdown-menu>li:first-child {
    padding-left: 0;
}

body #site-header.medium-header #site-navigation-wrap .dropdown-menu>li:last-child {
    padding-right: 0;
}

.oceanwp-sticky-header-holder {
    height: auto !important;
}

#site-header.medium-header .is-sticky .bottom-header-wrap {
    background: #000;
    padding: 15px 0;
}

#site-logo #site-logo-inner a img {
    max-width: 476px;
    width: 100%;
}

/*end*/

.all-services-part::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-left: 4px solid #d42428;
    height: 100%;
}

.all-services-part {
    position: relative;
    padding-left: 20px;
}

.testimonials .elementor-swiper-button i {
    background: #333333;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
}

.testimonials .elementor-testimonial__footer {
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.testimonials .elementor-testimonial__text:before {
    content: '';
    position: absolute;
    left: -95px;
    top: -40px;
    background-image: url(img/qouts-left.png);
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.testimonials .elementor-testimonial__text:after {
    content: '';
    position: absolute;
    right: -95px;
    top: -40px;
    background-image: url(img/qouts-right.png);
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.testimonials .elementor-testimonial__text {
    position: relative;
}

.project-listing {
    padding: 0px 20px 40px;
    position: relative;
}

.project-listing .portfolio-bg {
    min-height: 330px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.project-info {
    position: absolute;
    bottom: 0;
    transition: transform 0.3s ease 0s;
    -webkit-transition: transform 0.3s ease 0s;
    left: 0;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    padding: 0 15px;
    text-align: left;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    background: rgba(0, 0, 0, 0.7);
    text-align: right;
    padding: 20px 20px;
    max-width: 440px;
    margin: 0 auto;
    right: 0;
    width: 85%;
}

.project-listing:hover .project-info {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    top: 50px;
    bottom: inherit;
}

.project-info a {
    color: #fff;
    font-style: italic;
}

.project-info h3 {
    color: #fff;
    font-weight: normal;
    font-style: normal;
    text-align: left;
}

.porfolio-main-outer {
    background: #000;
    padding: 80px 0 60px;
}

.porfolio-main-outer .project-listing .portfolio-bg {
    min-height: 410px;
}

/*footer*/
#footer-widgets {
    background: #e40018;
    background: -moz-linear-gradient(top, #e40018 0%, #250000 100%);
    background: -webkit-linear-gradient(top, #e40018 0%, #250000 100%);
    background: linear-gradient(to bottom, #e40018 0%, #250000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e40018', endColorstr='#250000', GradientType=0);
    padding: 80px 0;
}

.site-footer .footer-widget-icon i {
    font-size: 50px;
    color: #fff;
}

.contact-info-footer {
    position: relative;
    font-size: 22px;
}

.site-footer p,
.site-footer address {
    font-size: 21px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 1px;
}

.icon-phone {
    padding-right: 8px;
}

body #footer-bottom #footer-bottom-menu ul.menu li {
    position: relative;
    padding: 0 10px;
    float: none;
    display: inline-block;
}

body #footer-bottom-menu ul.menu li a {
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 1px;
}

body #footer-bottom #footer-bottom-menu ul.menu li::after {
    content: '';
    position: absolute;
    right: -5px;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

body #footer-bottom #footer-bottom-menu ul.menu li:last-child::after {
    display: none;
}

body #footer-bottom #footer-bottom-menu ul {
    text-align: center;
    width: 100%;
}
.testimonials .elementor-testimonial__content {
    padding: 40px 100px 0 100px;
}
.porfolio-main-outer .elementor-row{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.project-listing.product-inner-gallery {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}
/*end*/
.inner-slider .swiper-slide-inner::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    background-image: url(/wp-content/uploads/2020/05/zoom-ic.png);
    z-index: 1;
    width: 90px;
    height: 90px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.inner-slider .swiper-slide-inner{
    position: relative;
}
.elementor-lightbox .elementor-lightbox-image {
    border: 8px solid #D42428 !important;
    object-fit: inherit;
}
.site-breadcrumbs{right: 21px;}
.gallery-up.elementor-widget-image .elementor-image img{width: 100%;}
.inner-headtitle {
    padding: 100px 0 50px;
}
.inner-page-border {
    border-bottom: 2px solid #fff !important;
}
.inner-headtitle h1 {
    text-transform: uppercase;
    color: #fff;
    font-style: inherit;
    font-weight: 700;
}

.inner-slider .swiper-container { 
    height:auto; 
}
.inner-slider .swiper-slide {
    height: auto;
}
.sinlge-right-content a{color: #d42428;text-decoration: underline !important;}
.inner-slider  .elementor-swiper-button {
    background: #000;
    width: 40px;
    height: 40px;
    text-align: center;
}
.inner-slider .elementor-swiper-button i {
    width: 100%;
    line-height: 40px;
}
.elementor-slideshow--ui-hidden .elementor-slideshow__footer, .elementor-slideshow--ui-hidden .elementor-slideshow__header{
    opacity: 1 !important;
}
.eicon-close::before{color: #fff;}
.elementor-slideshow__header > i,.elementor-slideshow__counter{color: #fff !important;}
.elementor-slideshow__header{text-align: left;}
.elementor-lightbox .elementor-swiper-button-next, .elementor-lightbox .elementor-swiper-button-prev{height: auto !important;}
.quick-form_wrapper {
    background: #F6F6F6;
    padding: 40px 40px;
    border-radius: 20px;
    box-shadow: 0 3px 8px rgba(0,0,0,.2);
    margin: 0;
}
.contact-form p{
    color: #ffffff;
}

.quick-form_wrapper.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.quick-form_wrapper .gfield textarea,.quick-form_wrapper .gfield select{
height: 45px;
font-size: 15px;
background: #fff;
border-radius: 0;
padding: 5px 10px;
}
.quick-form_wrapper.gform_wrapper.gf_browser_chrome select{
    background-color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 10px 10px 15px;
    margin: 0px 0px 0px 0px;
}
.quick-form_wrapper.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}
.quick-form_wrapper.gform_wrapper .gform_footer{text-align: center;}
.quick-form_wrapper.gform_wrapper div.validation_error {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 25px;
    border-top: none;
    border-bottom: none;
    padding: 10px 20px;
    clear: both;
    width: 100%;
    text-align: center;
    background: #790000;
}
.quick-form_wrapper.gform_wrapper li.gfield.gfield_error,
 .quick-form_wrapper.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    background-color: transparent;
    margin-bottom: 0!important;
    border-top: none;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
}
.quick-form_wrapper.gform_wrapper .validation_message {
    color: #790000;
    font-weight: normal;
    letter-spacing: normal;
    font-size: 15px;
}
.quick-form_wrapper.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 0px)!important;
}
.quick-form_wrapper.gform_wrapper .field_description_below .gfield_description {
    padding-top: 5px;
}
.quick-form_wrapper.gform_wrapper .gform_footer input {
    margin: 0 !important;
    width: auto !important;
    line-height: normal !important;
}
.quick-form_wrapper.gform_wrapper .top_label .gfield_label {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.contact-form .quick-form_wrapper.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 15px;
}
.contact-form .quick-form_wrapper {
    padding: 40px 30px 40px 40px;
}
.quick-form_wrapper.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    font-size: 14px;
}
.quick-form_wrapper.gform_wrapper .time-define .ginput_container input, .quick-form_wrapper.gform_wrapper .time-define .ginput_container select {
    width: 93%;
    padding: 5px 5px;
    max-width: 100% !important;
}
.quick-form_wrapper.gform_wrapper .time-define .ginput_container {
    width: 9%;
    max-width: inherit;
    margin: 0;
    padding-right: 10px;
}
.quick-form_wrapper.gform_wrapper .gfield_time_hour i{
    width: 0px;
}
#main #content-wrap{
	padding:0px;
}

.gform_ajax_spinner{display: none !important; }
.color-reds a{color: #D42428;}
.flip-box-section .oew-flip-box-front {
    background-color: #ffffff !important;
    color: #1c2b39;
    box-shadow: 6px 6px 40px -10px rgba(0,0,0,0.2);
}
.flip-box-section .oew-flip-box-back {
    background-color: #ffffff !important;
    color: #1c2b39;
    box-shadow: 6px 6px 40px -10px rgba(0,0,0,0.2);
}
.flip-box-section .oew-flip-box-layer-desc {
    text-align: left;
}
.flip-box-section .oew-flip-box-layer-desc li {
    padding: 15px 0 0;
    line-height: 1.5;
    font-size: 14px;
}
.flip-box-section .oew-flip-box-layer-desc ul {
    margin: 0;
}
.generator-section strong{
    color: #e40018;
}
.dropdown-menu ul li a.menu-link:hover{
    background-color: #DCDCDC;
}
.page-id-1042 .elementor-section-wrap{
    background: #DCDCDC;
}
#ocn-cookie-wrap .ocn-cookie-content{
    font-size: 16px;
}
#scroll-top{
    z-index: 9999999;
}
.cookie-show {
    padding-bottom: 40px;
}

#footer-bottom #footer-bottom-menu, #footer-bottom #copyright {
    width: 100%;
}
.elementor-background-overlay
{
	background-image:none !important;
}
body.remove-cookie-info
{
	padding-bottom:0px;
}

/****************************/

@media only screen and (max-width: 1799px) {
    .site-footer p, .site-footer address{font-size: 20px;margin-bottom: 0;}
	body #footer-bottom #footer-bottom-menu ul.menu li{padding: 0 14px;}
	body #footer-bottom-menu ul.menu li a{font-size: 18px;}
}

@media only screen and (min-width: 1351px) and (max-width: 1499px) {
	#site-logo #site-logo-inner a img{max-width: 396px;}
	#top-bar-content a, #top-bar-social-alt a, #top-bar-content span {font-size: 18px;}
	.elementor-396 .banner-up.elementor-element.elementor-element-6124201 > .elementor-container {
	    min-height: 550px;
	}
	.services-part .elementor-image-box-content .elementor-image-box-title {
	    font-size: 25px !important;
	}
	.call-to-action .elementor-heading-title.elementor-size-default {
	    font-size: 35px !important;
	}
    body #site-header.medium-header #site-navigation-wrap .dropdown-menu>li>a {
        font-size: 20px;
    }

    body #site-header.medium-header #site-navigation-wrap .dropdown-menu>li {
        padding: 0 23px;
    }
    body #footer-bottom-menu ul.menu li a{font-size: 18px;}
    .testimonial-home .elementor-element.elementor-element-0271e6a .elementor-testimonial__name{
        font-size: 30px !important;
    }
    .testimonial-home .elementor-element.elementor-element-0271e6a .elementor-testimonial__title{
        font-size: 22px !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1350px) {
	body #site-header.medium-header #site-navigation-wrap .dropdown-menu > li > a{font-size: 15px;}
	body #site-header.medium-header #site-navigation-wrap .dropdown-menu > li {padding: 0 15px;}
	#site-logo #site-logo-inner a img{max-width: 306px;}
	#site-header.medium-header .top-header-wrap {padding: 0 0 10px;}
	#site-header.medium-header{padding: 20px 0;}
	#top-bar-content a, #top-bar-social-alt a, #top-bar-content span {font-size: 16px;}
	.elementor-396 .banner-up.elementor-element.elementor-element-6124201 > .elementor-container {min-height: 400px;}
	.elementor-396 .banner-btn.elementor-element.elementor-element-43f2824 .elementor-button {
	    padding: 15px 30px 15px 30px;
	    font-size: 25px;
	}
	.services-part .elementor-image-box-content .elementor-image-box-title {
	    font-size: 20px !important;
	}
	.call-to-action .elementor-heading-title.elementor-size-default {
	    font-size: 25px !important;
	}
	.services-part .elementor-image-box-content .elementor-image-box-description{
		font-size: 16px !important;
	}
	.elementor-396 .call-to-action-btn .elementor-button-link.elementor-button.elementor-size-sm {
	    padding: 12px 30px 12px 30px;
	    font-size: 20px;
	}
	body h1 {font-size: 40px;}
	body h2 {font-size: 30px;}
	body h3 {font-size: 28px;}
	body h4 {font-size: 25px;}
	body h5 {font-size: 20px;}
	body h6 {font-size: 18px;}
	.about-sec .elementor-heading-title.elementor-size-default {
	    font-size: 30px !important;
	}
	body {font-size: 18px !important;}
	.browse-btn .elementor-button {
	    padding: 20px 30px 20px 30px !important;
	    font-size: 20px !important;
	}
	.testimonials .elementor-testimonial__text {
	    font-size: 16px;
	}
	.site-footer p, .site-footer address,body #footer-bottom-menu ul.menu li a{font-size: 18px;}
	body #footer-bottom #footer-bottom-menu ul.menu li{margin-bottom: 10px;}
	#footer-bottom {padding: 30px 0 30px 0 !important;}
    .plan-half {
        width: 50% !important;
        display: inline-block !important;
    }
    .display-block .elementor-row {
        display: block !important;
        font-size: 0;
    }
    .testimonial-home .elementor-element.elementor-element-0271e6a .elementor-testimonial__name{
        font-size: 26px !important;
    }
    .testimonial-home .elementor-element.elementor-element-0271e6a .elementor-testimonial__title{
        font-size: 18px !important;
    }
}
@media only screen and (max-width: 1199px) {
    .porfolio-main-outer .project-listing .portfolio-bg {
        min-height: 310px;
    }
    #ocn-cookie-wrap.floating #ocn-cookie-inner{
        padding: 0 20px;
    }
}

@media only screen and (max-width: 1024px) {
	body #site-header.medium-header #site-navigation-wrap .dropdown-menu > li > a{font-size: 15px;}
	body #site-header.medium-header #site-navigation-wrap .dropdown-menu > li {padding: 0 15px;}
	#site-logo #site-logo-inner a img{max-width: 306px;}
	#site-header.medium-header .top-header-wrap {padding: 0 0 10px;}
	#site-header.medium-header{padding: 10px 0 15px;}
	#top-bar-content a, #top-bar-social-alt a, #top-bar-content span {font-size: 16px;}	
	body h1 {font-size: 35px;}
	body h2 {font-size: 28px;}
	body h3 {font-size: 25px;}
	body h4 {font-size: 22px;}
	body h5 {font-size: 20px;}
	body h6 {font-size: 18px;}
	.site-footer p, .site-footer address,body #footer-bottom-menu ul.menu li a{font-size: 18px;}
	body #footer-bottom #footer-bottom-menu ul.menu li{margin-bottom: 10px;}
	#footer-bottom {padding: 30px 0 30px 0 !important;}
	#site-header.medium-header .oceanwp-mobile-menu-icon{background: transparent;}
	#site-header.medium-header .oceanwp-mobile-menu-icon a{line-height: normal;}
	body .hamburger-inner,body  .hamburger-inner::after,body  .hamburger-inner::before{width: 30px;height: 3px;}
	body .hamburger--collapse .hamburger-inner::after{top: -16px;}
	body .hamburger-inner::before{top: -8px;}
	#top-bar {
	    padding: 12px 20px 12px 20px !important;
	} 
	.all-services-part {
	    padding-left: 0;
	}
	.all-services-part::before {display: none;}
	.testimonials .elementor-testimonial__text::before,.testimonials .elementor-testimonial__text::after {display: none;}
    .testimonials .elementor-testimonial__content {
        padding: 0 25px 0 25px;
    }
    .testimonials .elementor-swiper-button i {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .quick-form_wrapper.gform_wrapper .time-define .ginput_container{width: 15%;}
}


@media only screen and (max-width: 995px) {
    body .oceanwp-row .footerinfo {
        width: 100%;
        text-align: center;
    }
    body .oceanwp-row .fotter-addinfo {
        width: 50%;
    }
    #footer-widgets{padding: 30px 0 0;}
    #footer-bottom {
        padding: 20px 0 20px 0 !important;
    }
    #footer-bottom #footer-bottom-menu, #footer-bottom #copyright {
        width: 100%;
        margin: 0;
    }  
    .site-footer p, .site-footer address,body #footer-bottom-menu ul.menu li a{font-size: 16px;margin: 0 0 0px 0;}
    .project-listing.product-inner-gallery{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0px 20px 40px;
    }
    .site-breadcrumbs {
        right: 0;
    }
    .inner-headtitle {
        padding: 60px 0 30px;
    }
    p{
        font-size: 16px;
    }
    #ocn-cookie-wrap.floating #ocn-cookie-inner{
        display: block !important;
        text-align: center;
    }
    .cookie-show {
        padding-bottom: 72px;
    }
    #ocn-cookie-wrap.floating p{
        margin: 0 0 10px 0;
    }
    #ocn-cookie-wrap .ocn-cookie-content{
        font-size: 16px;
        line-height: 22px;
    }
    body #footer-bottom #footer-bottom-menu ul.menu li {
        padding: 0 13px;
    }
}

@media only screen and (max-width: 767px) {
    .project-listing{padding: 0px 0px 40px;}
    .project-info{width: 95%;}
    .testimonials .elementor-testimonial__content {
        padding: 0 30px 0 30px;
    }
    body .oceanwp-row .footerinfo {
        width: 100%;
        text-align: left;
    }
    #top-bar-wrap{display: block !important;}
    .porfolio-main-outer {
        padding: 50px 0 30px;
    }
    .inner-headtitle h1{font-size: 28px;line-height: normal;}
   .contact-form .quick-form_wrapper {
        padding: 10px 10px 10px 25px;
    }
    .quick-form_wrapper.gform_wrapper .gform_footer input {
        margin: 0 !important;
        width: auto !important;
    }
    .quick-form_wrapper.gform_wrapper .time-define .ginput_container {
        width: 30%;
    }
    .quick-form_wrapper{padding: 20px 20px;}
    .cookie-show {
        padding-bottom: 85px;
    }

}

@media only screen and (max-width: 640px) {
    .project-listing.product-inner-gallery{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px 0 30px;
    }
    .gallery-up a::after{width: 90px;height: 90px;}
    .cookie-show {
        padding-bottom: 85px;
    }
    #footer-bottom {
        padding: 20px 0 30px 0 !important;
    }
    .cookie-show {
        padding-bottom: 94px;
    }
}       