/**
 * Theme Name: Jaipurirealty
 * Template:   oceanwp
 * ...other header fields
 */






 @font-face {
    font-display: swap; 
    font-family: 'Sora';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/sora-v12-latin-300.woff2') format('woff2'); 
  }
  
  @font-face {
    font-display: swap; 
    font-family: 'Sora';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/sora-v12-latin-regular.woff2') format('woff2'); 
  }
  
  @font-face {
    font-display: swap; 
    font-family: 'Sora';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/sora-v12-latin-500.woff2') format('woff2'); 
  }
  
  @font-face {
    font-display: swap; 
    font-family: 'Sora';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/sora-v12-latin-600.woff2') format('woff2'); 
  }
  
  @font-face {
    font-display: swap; 
    font-family: 'Sora';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/sora-v12-latin-700.woff2') format('woff2'); 
  }
  
  @font-face {
    font-display: swap; 
    font-family: 'Sora';
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/sora-v12-latin-800.woff2') format('woff2'); 
  }
  
  @font-face {
    font-display: swap;
    font-family: 'Gloock';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/gloock-v6-latin-regular.woff2') format('woff2');
  
  }

 :root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
    --headingFont: "Poppins", sans-serif;
    --bodyFont: "Poppins", sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
   /* will-change: auto;*/
}
body {
    margin: 0;
    padding: 0;
    font-family: var(--bodyFont);
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clear {
    clear: both;
}

body.layout-full{
    background-color: #fff;
}

iframe,
img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}
img {
    border: 0;
    height: auto;
    font-size: 0;
    display: block;
}
a {
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
a, a:hover, a:focus, a:visited{border: 0; outline: 0 !important;}
html {
    margin-top: 0 !important;
}
a#scroll-to-top {
    display: none;
}


.widget {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--headingFont);
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p,
li,
ul,
ol,
blockquote {
    font-family: var(--bodyFont);
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}
p:empty {
    display: none;
}
ul,
li {
    list-style: none;
}
a:visited {
    color: inherit;
}
a:hover {
    text-decoration: none;
}
.w100p,
.wrapper{
    width: 100%;
}

.container{ 
    max-width: 1500px;
    width: 100%;
    margin: auto;
}


@media screen and (max-width:1700px) {
    .container {
        max-width: 1400px;
    }
}
@media screen and (max-width:1500px) {
    .container {
        max-width: 1200px;
    }
}
@media screen and (max-width:1240px) {
    .container {
        max-width: 990px;
        padding: 0 10px;
    }
}
@media screen and (max-width:991px) {
    .container {
        max-width: 720px;
    }
}
@media screen and (max-width:767px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
}

/* Header Section Starts */
.header-sec.f-nav {
    background-color: #fff;
    padding: 0;
    border-bottom: 2px solid #ff400d;
} 


.header-sec {
    background-color: #ffffff;
    padding:  0;
    position: fixed;
    z-index: 999;
    width: 100%;
}


.header-sec .container {
    width: 100%;
    max-width: 1600px;
    margin: auto;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}

.logo img {
    width: 100%;
    display: block;
    max-width: 218px;
    height: 104px;
}

.hdr-rit {
    display: flex;
    gap: 60px;
    align-items:center;
}

.top-menu ul{ margin: 0 !important;}

.top-menu ul li:last-child{ margin: 0;}

.top-menu ul li {display: inline-block; margin: 0 40px 0 0; position: relative;}

.top-menu ul li a{
    position: relative;
    font-family: 'Sora';
    font-weight: 500;
    text-transform: capitalize;
    font-size: 19px;
    line-height: 1;
    color: #000000;
    display: block;
    outline: 0;
    position: relative;
    padding: 48px 0;
}

.top-menu ul li a:hover::before, .top-menu ul li.current-menu-item a::before{
    content: '';
    position: absolute;
    background-color: #ff400d;
    width: 88%;
    height: 4px;
    bottom: 0px !important;
    right: 0px;
    left: 0;
    margin: auto;
}


.top-menu ul li.current-menu-item>a, .top-menu ul li:hover>a {
    color: #ff400d;
}

.top-menu ul li ul.sub-menu {
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #000;
    padding: 0px 0;
    z-index: 999;
}
.top-menu ul li:hover ul.sub-menu {
    display: block;
}
.top-menu ul li:hover ul.sub-menu a:before{
    display: none;
}
.top-menu ul li:hover ul.sub-menu ul {
    display: none;
}
.top-menu ul li:hover ul.sub-menu li {
    position: relative;
}
.top-menu ul li:hover ul.sub-menu li:hover>ul {
    display: block;
    top: 0;
    left: 100%;
}
.top-menu .sub-menu li.current-menu-item a {
    color: #fff;
}
.top-menu .sub-menu li a:after {
    display: none;
}
.top-menu .sub-menu li {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 0;
}
.top-menu .sub-menu li a {
    float: left;
    font-size: 15px;
    width: 100%;
    line-height: normal;
    padding: 9px 12px 8px;
    color: #fff;
    display: block;
    text-transform: capitalize;
}
.top-menu .sub-menu li a:hover {
    background-color: #fff;
    color: #ff400d;
}


.top-call-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    min-width: 486px;
}

.call{
padding-left: 72px;
position: relative;  
}

.call p{
    font-family: 'Sora';
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    text-transform: capitalize;
    color: #000000;
    margin: 0;
 
}


.call p a{
  display: block;  
  font-family: 'Sora';
  font-weight: 600;
  font-size: 20px;
  padding-top: 5px;
}

.call p a:hover{
    color: #ff400d;
}

.call p a:before {
    content: '';
    position: absolute;
    background-image: url(./images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -21px -21px;
    width: 58px;
    height: 50px;
    bottom: 5px;
    left: 0;
    margin: auto;
}

/* Common Styling */

  
a.cmn-btn{
    display: inline-block;
    font-family: 'Sora';
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    background-color: #ff400d;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 60px 20px 25px;
    border-radius: 4px;
    position: relative;
}

a.cmn-btn::before{
    content: '';
    position: absolute;
    background-image: url(./images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -166px -21px;
    width: 24px;
    height: 19px;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
}

a.cmn-btn:hover{
    background-color: #000
}

.text-heading {
    font-family: var(--headingFont);
    font-weight: 600;
    font-size: 66px;
    color: #043340;
    line-height: 1.09;
    margin: 0 0 40px 0;
}

.top-menu{padding-top: 10px;}

/* Mobile Menu Starts */

@media screen and (min-width: 992px){

    .logo-rit, .tab-call {
        display: none;
    }

}

.showhide {
    display: none;
    width: 110px;
    height: 28px;
    cursor: pointer;
    padding: 0;
    position: relative;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
    .showhide {
        display: block;
    }
}
.mobinav {
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    background: #ffffff;
    width: 100%;
    max-width: 300px;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    overflow: scroll;
    padding: 15px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    display: flex;
    flex-direction: column;
}
.menu-top-menu-container {
    display: block;
    width: 100%;
}
.mobinav.open {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
.mobinav ul {
    margin: 0 0 0 0;
    padding: 5px 0px;
    width: 100%;
}
.mobinav ul li {
    margin: 0;
    width: 100%;
    list-style: none;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    font-family: var(--bodyFont);
}
.mobinav a {
    width: 100%;
    padding: 10px 0;
    display: block;
    line-height:1;
    color: #000;
    font-size: 18px;
    font-family: 'Sora';
    text-transform: capitalize;
    font-weight: 500;
    border: 0;
    margin: 0 0 0px 0;
    text-decoration: none;
}
.mobinav a:hover {
    color: #ff400d;
}
.mobinav ul li ul {
    padding: 0 0 0 15px;
}
.mobinav ul li ul li a {
    text-transform: capitalize;
}
.mobinav ul li .drop {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 37px;
    z-index: 5;
}
.mobinav ul li .drop.open {
    width: 20px;
}
.mobinav ul li .drop::before,
.mobinav ul li .drop.close::after {
    content: '';
    background-color: #fff;
    position: absolute;
}
.mobinav ul li .drop::before {
    width: 20px;
    height: 2px;
    top: 16px;
    right: 1px;
}
.mobinav ul li .drop.close::after {
    width: 2px;
    height: 20px;
    top: 7px;
    right: 10px;
}
.mobile-menu-button-container {
    display: block;
}
@media screen and (min-width: 769px) {
    .mobile-menu-button-container {
        display: none;
    }
    

}
@media screen and (min-width: 769px) and (max-width: 991px) {
    .tab-call {
        display: block;
        margin-left: auto;
    }
}
/* Mobile Menu Ends */
@media screen and (max-width: 768px) {

    .logo-rit, .tab-call {
        display: none;
    }
    .mobile-menu-button-container {
        background: #ff400d;
        margin-top: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px solid #fff;
    }
    .logo {
        justify-content: center !important;
    }
    .mobile-menu-button-container a.mobi-call {
        width: 50%;
        justify-content: center;
        padding: 6px 8px;
        border-left: 1px solid #fff;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .header-sec {
        padding: 20px 0 0 0 !important;
    }
    .mobile-menu-button-container button.mobileMenuToggle {
        border: none;
        background: #ff400d;
        width: 50%;
    }
    .mobile-menu-button-container button.mobileMenuToggle svg {
        width: 22px;
        height: 15px;
    }
    .mobile-menu-button-container a.mobi-call span.button-text,
    .mobile-menu-button-container span.menu-text {
        font-family: 'Sora';
        font-weight: 500;
        font-size: 22px;
        line-height: 1;
        letter-spacing: -0.8px;
        color: #fff;
    }
    .mobile-menu-button-container span.svg-icon svg {
        width: 25px;
    }
    button.showhide {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .header-sec {
        padding: 20px 0 0 0 !important;
    }

}




@media screen and (max-width:1800px) {
    .header-sec .container, .container {max-width: 1500px;}

    .logo img {max-width: 200px;height: auto; }
    .top-menu ul li a{ font-size: 18px;}
    .top-menu ul li { margin: 0 35px 0 0;}
    .top-menu ul li a:hover::before, .top-menu ul li.current-menu-item a::before { bottom: -45px;}
    .call p a:before {transform: scale(0.9);}
    .call p {font-size: 17px}
    .call p a {font-size: 19px;}
}

@media screen and (max-width:1700px) {
    .header-sec .container, .container {max-width: 1440px;}

    .logo img {max-width: 180px;}
    .hdr-rit { gap: 45px;}
    .top-menu ul li a {font-size: 17px;}
    .top-menu ul li { margin: 0 30px 0 0;}
    .top-menu ul li a:hover::before, .top-menu ul li.current-menu-item a::before {bottom: -41px;}
    .call p { font-size: 16px;}
    .call p a {font-size: 18px;}
    .call {padding-left: 66px;}
    .call p a:before {transform: scale(0.8);bottom: 0;}
}
@media screen and (max-width:1500px) {
    .header-sec .container, .container {max-width: 1200px; }

    .logo img {  max-width: 160px; }
    .top-menu ul li a {font-size: 16px; padding: 37px 0;}
    .top-menu ul li {margin: 0 25px 0 0;}
    .top-menu ul li a:hover::before, .top-menu ul li.current-menu-item a::before {bottom: -36px;}
    .hdr-rit {gap: 30px;}
    .top-call-sec { justify-content: flex-end; min-width: 425px; }
}
@media screen and (max-width:1240px) {
    .header-sec .container, .container {max-width: 990px;padding: 0 10px;}

    .logo img {max-width: 140px;}
    .top-menu ul li a {font-size: 15px; padding: 34px 0;}
    .call { padding-left: 55px;}   
    .call p {  font-size: 15px; }
    .call p a {font-size: 17px;}
    .call p a:before {transform: scale(0.7);}
    .top-menu ul li {margin: 0 10px 0 0;}
    .top-call-sec { min-width: 372px; }
    .hdr-rit {gap: 10px;}
    .top-call-sec {  gap: 15px;}
    .top-menu ul li a:hover::before, .top-menu ul li.current-menu-item a::before {
        bottom: -32px;
    }
    .header-sec.f-nav .top-menu ul li a:hover::before,  .header-sec.f-nav .top-menu ul li.current-menu-item a::before{ bottom: -31px;}
    
}


@media screen and (max-width:991px) {
    .container {
        max-width: 720px;
    }


    .top-menu, .top-rit{
        display: none;
    }
    

    .tab-call svg {
        width: 23px;
        height: 23px;
        margin: -2px 0;
    }
    .tab-call span.text {
        color: #ff400d;
        font-size: 23px;
        letter-spacing: 0.5px;
        font-family: 'Sora';
        display: inline-block;
    }
    button.showhide {
        background: #ff400d;
        border: none;
        width: 45px;
        height: 40px;
        padding: 0px 10px;
        border-radius: 5px;
    }
    span.menuBar.menuBar-3 {
        margin: 0;
    }
    button.showhide span {
        width: 100%;
        height: 3px;
        background-color: #fff;
        display: block;
        margin-bottom: 5px;
    }
    .header-sec {
        position: fixed;
        background-color: #fff;
        padding: 10px 0px;
        width: 100%;
    }
    .logo {
        max-width: 100%;
        justify-content: space-between;
        align-items: center;
        display: flex;
        width: 100% !important;
        gap: 20px;
    }

    .head-sec .container {
        max-width: 100%;
        width: 100%;
        padding: 0px;
    }
    .mobinav button.menuClose {
        margin-left: auto;
        margin-bottom: 30px;
        width: 30px;
        height: 30px;
        border: none;
        background: #ff400d;
        line-height: 27px;
        font-size: 30px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        padding: 0;
    }
    .head-sec.f-nav .logo {
        width: 100% !important;
    }

    .top-call-sec {
        gap: 15px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 15px 0 0;
        min-width: 0;
    }
    .call p {
        font-size: 17px;
    }
    .call p a {padding: 5px 0 0;}
    .call p a {font-size: 19px;}
    .call p a:before { bottom: -5px;}
    .mobinav a.cmn-btn{color: #fff !important;}
} 

/* Footer Section */

.site-footer {
  /*  background-image: url(./images/footer-background.webp.webp);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0 0 40px;
    color: #fff;
    position: relative;
}
.site-footer::before{
    content: "";
    background: linear-gradient(180deg, #fbc5ace0 0%, rgba(251, 241, 231, 0.3) 70%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height:calc( 100% - 106px);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.site-footer::after{content: ''; position: absolute; width: 100%; height: 100%; bottom: 0; left: 0; background-image: url(./images/footer-bg.webp);  background-size: cover; background-position: bottom;}
.ftr-logo a {
    display: inline-block;
}
.ftr-menu{
    background-color: #ff400d;
    background-image: url(./images/ftr-menu-img.webp);
    position: relative;
    z-index: 1;
}
.ftr-menu ul {
    text-align: center;
    padding:45px 0 35px;
    margin: 0;
}
.ftr-menu ul li:first-child{
    padding-left: 0;
}
.ftr-menu ul li:last-child {
  padding-right: 0px;
  margin: 0;
  border: none;
}
.ftr-menu ul li{
    display: inline-block;
    margin: 0;
    padding: 0 53px;
    border-right: 1px solid #fff;
    line-height: 1;
}

.ftr-menu ul li a {
    display: inline-block;
    font-family: 'Sora';
    font-weight: 500;
    font-size: 23px;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}
.ftr-menu ul li a:hover{
    color: #000000;
}
.ftr-blocks {
    display: flex;
    justify-content: space-between;
    align-items:center;
    position: relative;
}
.ftr-logo {
    width: 31.3%;
    background-color: #000000;
    border-radius: 0 0 47.5% 47.5%;
    text-align: center;
    padding: 30px 30px 65px;
}
.ftr-logo img {
    margin-bottom: 45px;
}

.ftr-soc-icons{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}
.ftr-soc-icons::before{
    content: "";
    background-color: #b6a89b;
    width: 27px;
    height: 1px;
    position: absolute;
    left: 100px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.ftr-soc-icons::after{
    content: "";
    background-color: #b6a89b;
    width: 27px;
    height: 1px;
    position: absolute;
    right: 100px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.ftr-soc-icons a{
    display: inline-block;
    font-size: 0;
    width: 36px;
    height: 36px;
    background-image: url(./images/hm-sprites.webp);
    background-position: -198px -452px;
    background-repeat: no-repeat;
    opacity: 50%;
}
.ftr-soc-icons a.insta{
    background-position: -249px -452px;
}
.ftr-soc-icons a.link{
    background-position: -300px -452px;
}
.ftr-soc-icons a:hover{
    opacity: 100%;
}


.ftr-logo-rgt{
    width: 63.6%;
    padding-top: 50px;
}
.ftr-main-blocks {
    display: flex
;
    justify-content: space-between;
    align-items: start;
    border-bottom: 1px solid #b6a89b;
    margin-bottom: 47px;
}

.ftr-logo, .ftr-logo-rgt{ position: relative; z-index: 1;}
.block.contact {
    padding: 0 35px 0 0;
}
.block{
    text-align: center;
    width: 49%;
}
.block.loc {
    border-right: 1px solid #b6a89b;
    padding-bottom: 54px;
    padding: 0 60px 45px 0;
}
.block h6 {
    font-family: 'Sora';
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    padding-top: 95px;
    margin-bottom: 20px;
}
.block h6::before{
    content: "";
    background: url(./images/hm-sprites.webp);
    background-position: -21px -451px;
    width: 63px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.block.contact h6::before{
    width: 66px;
    height: 73px;
    background-position: -99px -451px;
}
.block p {
    font-family: 'Sora';
    font-weight: 500;
    font-size: 22px;
    line-height: 1.7;
    letter-spacing: 0px;
    color: #000000;
    margin: 0;
}
.block p a {
    display: block;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.5;
    text-transform: uppercase;
}
.block p a:hover{
    color: #ff400d;
}

.copyrights {
    text-align: center;
}
.copyrightmenu ul{
    margin: 0;
}
.copyrightmenu ul li{
    display: inline-block;
    margin: 0;
}
.copyrights p, .copyrightmenu ul{
    margin: 0 0 8px 0;
}

.copyrights p, .copyrights a {
    font-family: 'Sora';
    font-weight: 400;
    font-size: 20px; 
    line-height: 1;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 15px;
}

.copyrightmenu ul li a{
    line-height: 1;
    border-right: 2px solid #000000;
}
.copyrightmenu ul li a:hover{
    color: #ff400d;
}
.copyrightmenu ul li:last-child a{ border: none;}

.copyrights a {
    display: inline-block;
    padding: 0 8px;
}

@media screen and (max-width:991px) {
    .container {
        max-width: 720px;
    }



    .top-menu, .top-rit{
        display: none;
    }
    

    .tab-call svg {
        width: 23px;
        height: 23px;
        margin: -2px 0;
    }

    span.menuBar.menuBar-3 {
        margin: 0;
    }

    .logo {
        max-width: 100%;
        justify-content: space-between;
        align-items: center;
        display: flex;
        width: 100% !important;
        gap: 20px;
    }

    .head-sec .container {
        max-width: 100%;
        width: 100%;
        padding: 0px;
    }
    .mobinav button.menuClose {
        margin-left: auto;
        margin-bottom: 30px;
        width: 30px;
        height: 30px;
        border: none;
        background: #ff400d;
        line-height: 27px;
        font-size: 30px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        padding: 0;
    }
    .head-sec.f-nav .logo {
        width: 100% !important;
    }
    .header-sec.f-nav{ border-bottom: transparent;}
}




/* SLICK SLIDER */

.slick-prev, .slick-next {
    top: unset;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #ccc;
    height: 50px;
    width: 50px;
    z-index: 2;
}
.slick-prev:before, .slick-next:before {
    color: #000;
    font-size: 26px;
    font-weight: 900;
}
.slick-prev {
    left: -80px !important;
}
.slick-next {
    right: -50px !important;
}
.slick-prev:hover, .slick-next:hover{
    background-color: #000;
}
.slick-prev:hover:before, .slick-next:hover:before{
    color: #fff;
}

/* SLICK SLIDER */


/*Footer Responsive*/
@media screen and (max-width: 1700px) {

    .ftr-logo img {
        margin-bottom: 35px;
    }
    .ftr-menu ul {
        padding:40px 0;
    }

    .site-footer::before{height: calc( 100% - 107px);}

} 
@media screen and (max-width: 1600px) {
   
    .ftr-menu ul {
        padding: 38px 0;
    }
    .ftr-logo img {
        margin-bottom: 25px;
    }
    .ftr-logo-rgt {
        padding-top: 10px;
    }
    .ftr-logo {
        padding: 30px 30px 45px;
    }
    .block p {
        font-size: 20px;}
        .block h6 {
            font-size: 25px;    padding-top: 80px;}
            .block h6::before{transform: scale(0.8);}
    .site-footer::before{height: calc( 100% - 103px);}

}


@media screen and (max-width: 1500px) {

    .ftr-menu ul li a {
    font-size: 20px;}
    .ftr-menu ul li {
    padding: 0 25px;
    }
    .ftr-main-blocks {
        margin-bottom: 40px;
    }
    .ftr-menu ul {
        padding: 30px 0;
    }
    .block.contact {
        padding: 0;
    }

    .ftr-logo-rgt {
        width: 59.6%;
    }
    .ftr-logo {
        width: 36.3%;
    }
    .ftr-soc-icons::after {
        right: 90px;
    }
    .ftr-soc-icons::before {
        left: 90px;
    }
    .block h6::before {
        transform: scale(0.7);
    }
    .site-footer::before{height: calc( 100% - 85px);}
}

@media screen and (max-width: 1240px) {
   
    .ftr-logo {
        padding: 20px 20px 35px;
    }
    .ftr-logo img {
        max-width: 160px;
    }
    .block p {
        font-size: 17px;line-height: 1.5;
    }
    .block h6 {
        font-size: 22px;
        padding-top: 70px;
        margin-bottom: 10px;
    }
    .block.loc {
        padding: 0 15px 20px;
    }
    .copyrights p, .copyrights a {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .ftr-main-blocks {
        margin-bottom: 30px;
    }
    .block p a {
        font-size: 25px;
    }
    .ftr-menu ul {
        padding: 25px 0;
    }
    .ftr-menu ul li a {
        font-size: 18px;
    }
    .block h6::before {
        transform: scale(0.7);
        top: -15px;
    }
    .ftr-soc-icons::after {
        right: 60px;
    }
    .ftr-soc-icons::before {
        left: 60px;
    }
    .site-footer::before{height: calc( 100% - 75px);}
    .site-footer::after{background-size: contain; background-repeat: no-repeat;}

}


@media screen and (max-width: 991px) {
  
    .ftr-blocks, .ftr-main-blocks{
        flex-direction: column;
    }
    .ftr-logo {
        width: 100%;
        max-width: 320px;
        margin: 0 auto 20px;
        
    }
    .ftr-soc-icons::before, .ftr-soc-icons::after{display: none;}

.block {
    width: 100%;
    max-width: 320px;
    margin:0 auto 20px;
    border: 1px solid #b6a89b;
    padding: 10px !important;
}
.block.loc{padding: 0;}
.ftr-menu ul li a {
    font-size: 16px;
}
.ftr-menu ul li {
    padding: 0 10px;
}
.ftr-menu ul {
    padding: 20px 0;
}
.copyrights p, .copyrights a {
    font-size: 16px;
    margin-bottom: 8px;
}
.ftr-main-blocks {
    margin-bottom: 20px;
}
.block h6::before {
    transform: scale(0.7);
}
.ftr-logo-rgt {
    width: 100%;}

    .site-footer {
        padding: 0 0 20px;
    }
    .site-footer::before{height: 100%;}

}


@media screen and (max-width: 767px) {
    .ftr-menu ul li a {
        font-size: 15px;
    }
    .ftr-logo img {
        max-width: 145px;
    }

    .ftr-menu ul li {
        padding: 0 8px;
        line-height: 1;
    }
    .copyrights .container {
        padding: 0 !important;
    }
 
}

@media screen and (max-width: 480px) {
    .copyrights p, .copyrights a {
        font-size: 15px;
        margin-bottom: 8px;
        line-height: 1.5;
    }
    .copyrights p.copy-para {
        max-width: 224px;
        margin: 0 auto 3px;
    }
    .copyrightmenu ul li a {
        padding: 0 3px;
    }
}


.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output{
    display: none;

}
