@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Poppins:wght@200;300;400;500;600;700;800&display=swap');

@font-face {
    font-family: "NoirPro-Heavy";
    src: url("../fonts/NoirPro-Heavy.otf");
}
@font-face {
    font-family: "NoirPro-Bold";
    src: url("../fonts/NoirPro-Bold.otf");
}
@font-face {
    font-family: "NoirPro-SemiBold";
    src: url("../fonts/NoirPro-SemiBold.otf");
}
@font-face {
    font-family: "NoirPro-Medium";
    src: url("../fonts/NoirPro-Medium.otf");
}
@font-face {
    font-family: "NoirPro-Regular";
    src: url("../fonts/NoirPro-Regular.otf");
}
@font-face {
    font-family: "NoirPro-Light";
    src: url("../fonts/NoirPro-Light.otf");
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "NoirPro-Medium";
    text-transform: capitalize;
}

span,
input,
textarea,
p,
ul {
    font-family: "NoirPro-Regular";
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
button {
    font-family: "NoirPro-Regular";
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

a:hover {
    color: inherit;
}

body {
    overflow-x: hidden;
    background: #FFFFFF;
    font-family: "NoirPro-Regular";
}

main {
    overflow: hidden;
}

a,
button,
input,
textarea:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.form-group input::-webkit-outer-spin-button,
.form-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.form-group input[type=number] {
  -moz-appearance: textfield;
}

/*Website Custom Style Css For Single Items Start Here*/

/*Heading & Para Style Css*/
h1{
    font-size: 50px;
    line-height: 56px;
}
h2{
    font-size: 40px;
    line-height: 46px;
}
h3{
    font-size: 40px;
    line-height: 46px;
}
h4{
    font-size: 18px;
    line-height: 24px;
}
h5{
    font-size: 20px;
    line-height: 26px;
}
h6{
    font-size: 18px;
    line-height: 24px;
}
p{
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
}
li{
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 5px;
}
/*Heading & Para Style Css*/

/*Buttons Style Css*/
.website-main-buttons{
    margin: 40px 0 0;
    display: flex;
    align-items: center;
}
.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn{
    font-size: 18px;
    width: 200px;
    border-radius: 0;
    padding: 10px 5px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}
/*Buttons Style Css*/

/*Website Custom Style Css For Single Items End Here*/

/*Header Css Start Here*/
header{
    background: #254816;
    width: 100%;
    position: fixed;
    top: 0;
    box-shadow: 0 10px 12px -10px #20471345;
    z-index: 1000;
    transition: all 0.5s ease-in-out;
}
header nav.navbar{
    padding: 10px 0;
    justify-content: space-between;
}
header nav.navbar .navbar-brand{
    padding: 0;
    margin: 0;
}
header nav.navbar .navbar-brand .logo{
    width: 250px;
    margin: 0;
    transition: all 0.5s ease-in-out;
    display: block;
}
header.sticky .navbar-brand .logo{
    width: 200px !important;
    transition: all 0.5s ease-in-out;
}
header nav.navbar .navbar-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
}
header nav.navbar .navbar-buttons a.call-btn{
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    font-size: 18px;
    width: 200px;
    border-radius: 0;
    padding: 10px 5px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}
header nav.navbar .navbar-buttons a.call-btn:hover{
    background: #fff;
    color: #204713;
}
header nav.navbar .navbar-buttons button.chat-btn{
    background: #fff;
    color: #204713;
    border: 2px solid #fff;
    font-size: 18px;
    width: 200px;
    border-radius: 0;
    padding: 10px 5px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}
header nav.navbar .navbar-buttons button.chat-btn:hover{
    background: transparent;
    color: #fff;
}
/*Header Css End Here*/


/*Step Works Section Css Start Here*/
section.step-works-wrap{
    padding: 50px 0;
}
.step-works-wrap .step-works-head{
    text-align: center;
    width: 90%;
    margin: 0 auto 30px;
}
.step-works-head h3{
    color: #202020;
    margin: 0 0 10px;
}
.step-works-head p{
    color: #202020;
}
.step-works-wrap .step-works-inner{}
.step-works-inner .step-works-box{
    margin: 0 0 50px;
}
.step-works-inner .step-works-box.marg-zero{
    margin: 0;
}
.step-works-box span{
    color: #254816;
    font-size: 22px;
    line-height: 28px;
    display: block;
}
.step-works-box .works-box-head{
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
}
.step-works-box .works-box-head i{
    color: #202020;
    margin: 0 10px 0 0;
    border: 2px solid #202020;
    border-radius: 100%;
    padding: 3px;
}
.step-works-box .works-box-head h4{
    color: #202020;
    margin: 0;
}
.step-works-box p{
    color: #202020;
    padding: 0 5px 0 0;
    min-height: 125px;
    max-height: 150px;
    overflow-y: auto;
}
.step-works-box p::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.0);
    border-radius: 0px;
}
.step-works-box p::-webkit-scrollbar{
    width: 3px;
    background: #b2b2b2;
    border-radius: 0px;
}
.step-works-box p::-webkit-scrollbar-thumb{
    background-color: #202020;
    border-radius: 0px;
}
.step-works-inner .website-main-buttons{
    margin: 20px 0 0;
}
.step-works-inner .website-main-buttons a.call-btn{
    background: transparent;
    color: #204713;
    border: 2px solid #204713;
}
.step-works-inner .website-main-buttons a.call-btn:hover{
    background: #204713;
    color: #fff;
}
.step-works-wrap .step-works-img{}
.step-works-wrap .step-works-img img{
    width: 100%;
}
/*Step Works Section Css End Here*/

.sec-calendly {
    position: relative;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 50px;
    background: rgba(32, 71, 19, 0.5);
}
.sec-calendly h1 {
    text-transform: capitalize;
    font-size: clamp(24px,4vw,50px);
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: clamp(30px,5vw,70px);
}
.sec-calendly .desc h3 {
    text-transform: capitalize;
    font-size: clamp(24px,4vw,50px);
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}
.sec-calendly .desc h6 {
    text-transform: capitalize;
    font-size: clamp(20px,3vw,35px);
    font-weight: 500;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}
.sec-calendly .desc p {
    font-size: clamp(14px,2vw,18px);
    font-weight: 400;
    color: #fff;
    line-height: normal;
    margin-bottom: 15px;
}
.sec-calendly .desc ul {
    padding: 0 0 0 20px;
}
.sec-calendly .desc ul li {
    font-size: clamp(14px,2vw,18px);
    font-weight: 300;
    color: #fff;
    line-height: normal;
    margin-bottom: 15px;
    list-style: circle;
}

.sec-calendly .desc figure .logo {
    height: 100px;
    object-fit: contain;
    object-position: center;
}

.sec-calendly .calendly-inline-widget {
    width: 100%;
    height: 800px;
}

/* Footer Css Start Here */
footer.footer-main-sec{
    background: #181818;
    position: relative;
    z-index: 1;
}
.footer-main-sec .footer-top{
    padding: 50px 0 50px 0;
}
.footer-top .footer-logo-area{
    margin: 0 0 20px;
}
.footer-logo-area .footer-logo{
    width: 250px;
    margin: 0 0 20px 0;
}
.footer-logo-area .footer-logo img{}
.footer-logo-area h4{
    color: #fff;
    margin: 0 0 20px;
}
.footer-logo-area p{
    color: #868686;
}
.footer-top .footer-info-area{}
.footer-info-area h4{
    color: #fff;
    margin: 0 0 20px;
}
.footer-info-area ul{
    display: flex;
    flex-direction: column;
}
.footer-info-area ul li{
    margin: 0 0 10px;
}
.footer-info-area ul li a{
    color: #868686;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    text-transform: lowercase;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
}
.footer-info-area ul li a:hover{
    color: #fff;
}
.footer-info-area ul li a i{
    background: #5f5f5f;
    color: #181818;
    font-size: 16px;
    font-weight: 600;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 10px 0 0;
    border-radius: 5px;
}
.footer-info-area ul li a:hover i{
    background: #204713;
    color: #fff;
}
.footer-info-area ul li p{
    color: #868686;
    margin: 0;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
}
.footer-info-area ul li p:hover{
    color: #fff;
}
.footer-info-area ul li p i{
    background: #5f5f5f;
    color: #181818;
    font-size: 16px;
    font-weight: 600;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 10px 0 0;
    border-radius: 5px;
}
.footer-info-area ul li p:hover i{
    background: #204713;
    color: #fff;
}
.footer-top .footer-social-area{}
.footer-social-area ul{
    display: flex;
    align-items: center;
}
.footer-social-area ul li{
    margin: 0 2px 0;
}
.footer-social-area ul li a{
    background: #5f5f5f;
    color: #181818;
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 33px;
    text-align: center;
    display: block;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}
.footer-social-area ul li a:hover{
    background: #204713;
    color: #fff;
}
.footer-social-area ul li a i{}
.footer-social-area ul li a img{
    width: 20px;
    margin: -5px 0 0 0;
}
.footer-main-sec .footer-bottom{
    padding: 20px 0;
    border-top: 2px solid #3c3c3c;
}
.footer-bottom .footer-links-area{}
.footer-links-area ul.footer-nav-links{
    display: flex;
    align-items: center;
}
.footer-links-area ul.footer-nav-links li{
    border-right: 1px solid #707070;
    padding: 0 10px;
    display: inline-block;
    margin: 0;
}
.footer-links-area ul.footer-nav-links li:last-child{
    border-right: none;
}
ul.footer-nav-links li a{
    color: #868686;
    font-size: 14px;
    margin: 0;
    transition: all .3s ease-in-out;
    display: block;
}
ul.footer-nav-links li a:hover{
    color: #fff;
}
.footer-bottom .footer-copyright{
    text-align: right;
}
.footer-copyright p{
    color: #868686;
    margin: 0;
}
/* Footer Css End Here */

@media only screen and (min-width: 1400px) and (max-width: 1599px){}
@media only screen and (min-width: 1200px) and (max-width: 1399px){

/**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

/*Banner Main Section Responsive Css Start Here*/
/*Banner Published Form Responsive Css*/
.banner-inner-published-form{
    width: 90%;
}
/*Banner Published Form Responsive Css*/
/*Banner Down Brands Section Responsive Css End Here*/

/*Main Info Section Responsive Css Start Here*/
/* Main Info Section2 Responsive Css */
.main-info-wrap.main-info-wrap2 .main-info-inner .main-info-image{
    top: -90px;
    left: -25px;
}
/* Main Info Section2 Responsive Css */
/*Main Info Section Responsive Css End Here*/

/*Step Works Section Responsive Css Start Here*/
.step-works-inner .step-works-box{
    margin: 0 0 20px;
}
.step-works-box p{
    min-height: 100px;
    max-height: 125px;
}
/*Step Works Section Responsive Css End Here*/

/*Main CTA Section Responsive Css Start Here*/
.cta-main-wrap .cta-left-img img{
    width: 75%;
}
.cta-main-wrap .cta-right-img{
    right: -55px;
    bottom: 0px;
}
/*Main CTA Section Responsive Css End Here*/

/**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/
}
@media only screen and (min-width: 992px) and (max-width: 1199px){

/*Website Custom Style Responsive Css For Single Items Start Here*/

/*Heading & Para Style Responsive Css*/
h1{
    font-size: 42px;
    line-height: 48px;
}
h2{
    font-size: 36px;
    line-height: 42px;
}
h3{
    font-size: 36px;
    line-height: 42px;
}
/*Heading & Para Style Responsive Css*/

/*Buttons Style Responsive Css*/
.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn{
    width: 175px;
}
/*Buttons Style Responsive Css*/

/*Website Custom Style Responsive Css For Single Items End Here*/

/**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

/*Banner Main Section Responsive Css Start Here*/
/*Banner Published Form Responsive Css*/
.banner-inner-published-form{
    width: 90%;
}
/*Banner Published Form Responsive Css*/
/*Banner Step Form Responsive Fold1 Start*/
.multi-step-form{
    width: 90%;
}
/*Banner Step Form Responsive Fold1 End*/
/*Banner Down Brands Section Responsive Css End Here*/

/*Main Info Section Responsive Css Start Here*/
.main-info-image img{
    width: 100%;
}
/* Main Info Section2 Responsive Css */
.main-info-wrap.main-info-wrap2 .main-info-inner .main-info-image{
    top: -75px;
    left: -15px;
}
.main-info-wrap.main-info-wrap2 .main-info-inner .main-info-image img{
    width: 50%;
}
/* Main Info Section2 Responsive Css */
/*Main Info Section Responsive Css End Here*/

/*Step Works Section Responsive Css Start Here*/
.step-works-inner .step-works-box{
    margin: 0 0 20px;
}
.step-works-box p{
    min-height: 100px;
    max-height: 125px;
}
/*Step Works Section Responsive Css End Here*/

/*Main CTA Section Responsive Css Start Here*/
.cta-main-wrap .cta-left-img img{
    width: 90%;
    top: -140px;
}
.cta-main-wrap .cta-right-img{
    right: -55px;
    bottom: 0px;
}
.cta-main-wrap .cta-right-img img{
    width: 60%;
}
/*Main CTA Section Responsive Css End Here*/

/*Contact Area Section Responsive Css Start Here*/
.contact-area-head h5{
    font-size: 46px;
    line-height: 54px;
}
.faqs-area-head h5{
    font-size: 46px;
    line-height: 54px;
}
/*Contact Area Section Responsive Css End Here*/

/**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/
}
@media only screen and (min-width: 768px) and (max-width: 991px){

/*Website Custom Style Responsive Css For Single Items Start Here*/

/*Heading & Para Style Responsive Css*/
h1{
    font-size: 38px;
    line-height: 44px;
}
h2{
    font-size: 32px;
    line-height: 38px;
}
h3{
    font-size: 32px;
    line-height: 38px;
}
/*Heading & Para Style Responsive Css*/

/*Buttons Style Responsive Css*/
.website-main-buttons{
    margin: 20px 0 0;
    justify-content: center;
}
.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn{
    font-size: 16px;
    width: 175px;
}
/*Buttons Style Responsive Css*/

/*Website Custom Style Responsive Css For Single Items End Here*/

/*Header Responsive Css Start Here*/
header nav.navbar .navbar-brand .logo{
    width: 200px;
}
header.sticky .navbar-brand .logo{
    width: 175px !important;
}
header nav.navbar .navbar-buttons a.call-btn{
    font-size: 16px;
    width: 160px;
}
header nav.navbar .navbar-buttons button.chat-btn{
    font-size: 16px;
    width: 160px;
}
/*Header Responsive Css End Here*/

/*Step Works Section Responsive Css Start Here*/
section.step-works-wrap{
    padding: 30px 0;
}
.step-works-inner .step-works-box{
    margin: 0 0 30px;
}
.step-works-inner .step-works-box.marg-zero{
    margin: 0 0 30px;
}
.step-works-inner .website-main-buttons{
    margin: 20px 0;
}
.step-works-wrap .step-works-img{
    text-align: center;
}
.step-works-wrap .step-works-img img{
    width: 65%;
}
/*Step Works Section Responsive Css End Here*/

/*Main CTA Section Responsive Css Start Here*/
section.cta-main-wrap{
    padding: 30px 0;
}
.cta-main-wrap .cta-left-img{
    text-align: center;
    margin: 0 0 20px;
}
.cta-main-wrap .cta-left-img img{
    width: 35%;
    margin: 0 auto;
    position: inherit;
    top: inherit;
}
.cta-main-wrap .cta-main-content{
    margin: 0 0 10px;
}
.cta-main-wrap .cta-right-img{
    position: relative;
    right: -150px;
    bottom: -30px;
    text-align: right;
}
.cta-main-wrap .cta-right-img img{
    width: 75%;
}
/*Main CTA Section Responsive Css End Here*/

/*Portfolio Publish Section Responsive Css Start Here*/
section.portfolio-publish-wrap{
    padding: 30px 0;
}
/*Portfolio Publish Section Responsive Css End Here*/

/*Why Choose Section Responsive Css Start Here*/
section.why-choose-wrap{
    padding: 30px 0;
}
.why-choose-inner .why-choose-content{
    margin: 0 0 20px;
}
.why-choose-content .why-choose-content-head{
    text-align: center;
}
.why-choose-inner .why-choose-image{
    text-align: center;
}
.why-choose-image img{
    width: 75%;
}
/*Why Choose Section Responsive Css End Here*/

/*Contact Area Section Responsive Css Start Here*/
.contact-area-wrap .contact-area-content{
    margin: 0 10px 0 0;
}
.contact-area-head h5{
    font-size: 42px;
    line-height: 48px;
}
.contact-area-form .form-group input{
    font-size: 16px;
}
.contact-area-form .form-group input::placeholder{
    font-size: 16px;
}
.contact-area-form .form-group textarea{
    font-size: 16px;
}
.contact-area-form .form-group textarea::placeholder{
    font-size: 16px;
}
.contact-area-form .form-group button.submit-btn{
    font-size: 16px;
}
.contact-area-wrap .faqs-area-inner{
    padding: 0 0 0 20px;
}
.faqs-area-head h5{
    font-size: 42px;
    line-height: 48px;
}
.faqs-sec-item .accordion-item .accordion-header button.accordion-button{
    font-size: 18px;
    line-height: 24px;
}
/*Contact Area Section Responsive Css End Here*/

/**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

/* Footer Responsive Css Start Here */
.footer-main-sec .footer-top{
    padding: 30px 0;
}
.footer-top .footer-social-area{
    margin: 0 0 20px
}
/* Footer Responsive Css End Here */
}
@media only screen and (min-width: 576px) and (max-width: 767px){

/*Website Custom Style Responsive Css For Single Items Start Here*/

/*Heading & Para Style Responsive Css*/
h1{
    font-size: 38px;
    line-height: 44px;
}
h2{
    font-size: 32px;
    line-height: 38px;
}
h3{
    font-size: 32px;
    line-height: 38px;
}
h4{
    font-size: 16px;
    line-height: 22px;
}
h5{
    font-size: 18px;
    line-height: 24px;
}
h6{
    font-size: 16px;
    line-height: 22px;
}
p{
    font-size: 14px;
    line-height: 20px;
}
li{
    font-size: 14px;
    line-height: 20px;
}
/*Heading & Para Style Responsive Css*/

/*Buttons Style Responsive Css*/
.website-main-buttons{
    margin: 20px 0 0;
    justify-content: center;
}
.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn{
    padding: 10px 5px;
    font-size: 16px;
    width: 160px;
}
/*Buttons Style Responsive Css*/

/*Website Custom Style Responsive Css For Single Items End Here*/

/*Header Responsive Css Start Here*/
header nav.navbar .navbar-brand .logo{
    width: 175px;
}
header.sticky .navbar-brand .logo{
    width: 175px !important;
}
header nav.navbar .navbar-buttons a.call-btn{
    font-size: 16px;
    width: 150px;
    margin: 0 5px 0 0;
}
header nav.navbar .navbar-buttons button.chat-btn{
    font-size: 16px;
    width: 150px;
    margin: 0 5px 0 0;
}
/*Header Responsive Css End Here*/

/*Step Works Section Responsive Css Start Here*/
section.step-works-wrap{
    padding: 30px 0;
}
.step-works-wrap .step-works-head{
    width: 100%;
    margin: 0 auto 20px;
}
.step-works-inner .step-works-box{
    margin: 0 0 30px;
}
.step-works-inner .step-works-box.marg-zero{
    margin: 0 0 30px;
}
.step-works-inner .website-main-buttons{
    margin: 20px 0;
}
.step-works-wrap .step-works-img{
    text-align: center;
}
.step-works-wrap .step-works-img img{
    width: 75%;
}
/*Step Works Section Responsive Css End Here*/

/* Footer Responsive Css Start Here */
.footer-main-sec .footer-top{
    padding: 30px 0;
}
.footer-logo-area .footer-logo{
    width: 200px;
}
.footer-top .footer-info-area{
    margin: 0 0 20px;
}
.footer-info-area ul li a{
    font-size: 14px;
    line-height: 20px;
}
.footer-info-area ul li a i{
    font-size: 14px;
    width: 25px;
    height: 25px;
    line-height: 25px;
}
.footer-info-area ul li p i{
    font-size: 14px;
    width: 25px;
    height: 25px;
    line-height: 25px;
}
.footer-top .footer-social-area{
    margin: 0 0 20px
}
.footer-social-area ul li a{
    font-size: 16px;
    width: 25px;
    height: 25px;
    line-height: 28px;
}
.footer-links-area ul.footer-nav-links{
    justify-content: center;
    margin: 0 0 5px;
}
.footer-bottom .footer-copyright{
    text-align: center;
}
/* Footer Responsive Css End Here */
}
@media only screen and (min-width: 300px) and (max-width: 575px){

/*Website Custom Style Responsive Css For Single Items Start Here*/

/*Heading & Para Style Responsive Css*/
h1{
    font-size: 32px;
    line-height: 38px;
}
h2{
    font-size: 28px;
    line-height: 34px;
}
h3{
    font-size: 28px;
    line-height: 34px;
}
h4{
    font-size: 16px;
    line-height: 22px;
}
h5{
    font-size: 16px;
    line-height: 22px;
}
h6{
    font-size: 16px;
    line-height: 22px;
}
p{
    font-size: 14px;
    line-height: 20px;
}
li{
    font-size: 14px;
    line-height: 20px;
}
/*Heading & Para Style Responsive Css*/

/*Buttons Style Responsive Css*/
.website-main-buttons{
    margin: 20px 0 0;
    justify-content: center;
    flex-wrap: wrap;
}
.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn{
    padding: 10px 5px;
    margin: 0 5px 10px;
    font-size: 16px;
    width: 160px;
}
/*Buttons Style Responsive Css*/

/*Website Custom Style Responsive Css For Single Items End Here*/

/*Header Responsive Css Start Here*/
header nav.navbar .navbar-brand .logo{
    width: 145px;
}
header.sticky .navbar-brand .logo{
    width: 145px !important;
}
header nav.navbar .navbar-buttons{
    flex-direction: column;
}
header nav.navbar .navbar-buttons a.call-btn{
    font-size: 14px;
    width: 125px;
    padding: 5px 5px;
    margin: 0 0 5px;
}
header nav.navbar .navbar-buttons button.chat-btn{
    font-size: 14px;
    width: 125px;
    padding: 5px 5px;
    margin: 0;
}
/*Header Responsive Css End Here*/

/*Step Works Section Responsive Css Start Here*/
section.step-works-wrap{
    padding: 30px 0;
}
.step-works-wrap .step-works-head{
    width: 100%;
    margin: 0 auto 20px;
}
.step-works-inner .step-works-box{
    margin: 0 0 30px;
}
.step-works-inner .step-works-box.marg-zero{
    margin: 0 0 30px;
}
.step-works-inner .website-main-buttons{
    margin: 20px 0;
}
.step-works-wrap .step-works-img img{
    width: 100%;
}
/*Step Works Section Responsive Css End Here*/

/* Footer Responsive Css Start Here */
.footer-main-sec .footer-top{
    padding: 30px 0;
}
.footer-logo-area .footer-logo{
    width: 200px;
}
.footer-top .footer-info-area{
    margin: 0 0 20px;
}
.footer-info-area ul li a{
    font-size: 14px;
    line-height: 20px;
}
.footer-info-area ul li a i{
    font-size: 14px;
    width: 25px;
    height: 25px;
    line-height: 25px;
}
.footer-info-area ul li p i{
    font-size: 14px;
    width: 25px;
    height: 25px;
    line-height: 25px;
}
.footer-top .footer-social-area{
    margin: 0 0 20px
}
.footer-social-area ul li a{
    font-size: 16px;
    width: 25px;
    height: 25px;
    line-height: 28px;
}
.footer-links-area ul.footer-nav-links{
    justify-content: center;
    margin: 0 0 5px;
}
.footer-bottom .footer-copyright{
    text-align: center;
}
/* Footer Responsive Css End Here */
}
