@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body{
    width: 100%;
    font-family: "Roboto", sans-serif;
    color: #222222;
    font-weight: 350;
    font-size: 17px;
    line-height: 27px; 
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
p{
    color: #454545;
    font-weight: 350;
    font-size: 17px;
    line-height: 27px;  
    margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Montserrat", sans-serif;
    color: #222222; 
    font-weight: 600;
    text-transform: capitalize;
}
.cmn_black_heading{
    font-family: "Montserrat", sans-serif;
    color: #222222;
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px; 
} 
.cmn_white_heading{
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px; 
} 
.paragraph{
    color: #454545;
    font-weight: 350;
    font-size: 17px;
    line-height: 27px;  
    margin-bottom: 15px;
} 
.paragraph_white{
    color: #ffffff;
    font-weight: 350;
    font-size: 17px;
    line-height: 27px;  
    margin-bottom: 10px;
} 
figure{
    margin: 0;
}
ul{
    margin: 0;
    padding: 0;
}
ul li{
    margin: 0;
    padding: 0;
    list-style: none;
} 
a{
    text-decoration: none;
    transition: .35s;
    font-family: "Roboto", sans-serif;
}
a:hover{
    text-decoration: none;
    transition: .35s;
}
.bg_transbtn{
    min-width: 158px;
    height: 44px;
    border-radius: 100px;  
    font-size: 18px;
    color: #ffffff;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 300;
    border: 1px solid #ffffff;
}
.bg_transbtn:hover{
    background: #ffffff;
    color: #111111;
    transition: .35s;
}  
.btn_cmnservice{
    color: #000000;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    line-height: 32px;
    border-radius: 100px;
    min-width: 211px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    transition: .35s;
    padding: 5px 10px 9px;
    justify-content: center;
    background: linear-gradient(90deg, #AE8625, #F7EF8A, #D2AC47, #EDC967);
}
.btn_cmnservice:hover{
    background: linear-gradient(90deg, #000000, #111111, #555555, #222222);
    color: #ffffff;
    transition: .35s;
}

.pt_50{
    padding-top: 50px !important;
}
.pb_50{
    padding-bottom: 50px !important;
}
.pt_60{
    padding-top: 60px !important;
}
.pb_60{
    padding-bottom: 60px !important;
}
.pt_70{
    padding-top: 70px !important;
}
.pb_70{
    padding-bottom: 70px !important;
}
.pt_80{
    padding-top: 80px !important;
}
.pb_80{
    padding-bottom: 80px !important;
}
.pt_90{
    padding-top: 90px !important;
}
.pb_90{
    padding-bottom: 90px !important;
}
.pt_100{
    padding-top: 100px !important;
}
.pb_100{
    padding-bottom: 100px !important;
}
.mb_0{
    margin-bottom: 0 !important;
}
:root{
    scrollbar-color: #83109d #ffffff;
    scrollbar-width: thin;
}
::-webkit-scrollbar {
    width: 5px;
    height: 0px;
}  
::-webkit-scrollbar-track {
    background: #83109d;
}  
::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 5px;
}
@media (min-width:1200px){
    .container{
        max-width: 1170px;
    }
}
@media (min-width:1360px){
    .container{
        max-width: 1300px;
    }
}
@media (min-width:1440px){
    .container{
        max-width: 1380px;
    }
}
@media (min-width:1600px){
    .container{
        max-width: 1450px;
    }
}

/**HEADER-STARTS**/
.header_top_phonemail{
    background: #688901;
    padding: 5px 0;
}
.header_sectionmenu{
    position: relative;
    z-index: 9;
    width: 100%;
    background: #ffffff; 
    padding: 15px 0;
}
.header_phone_mail{
    justify-content: flex-end;
    gap: 23px;
}
.header_phone_mail li a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #ffffff;
    font-weight: 600;
}

.header_sectionmenu.fixed{
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #83109d;
}
.header_logo{
    width: 350px;
}
.header_logo img{
    width: 100%;  
}
.navigation_header{
    gap: 40px;
}
.navigation_header li a{
    color: #141414;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
}
.hbanner_content{
    display: flex;
    height: 100%;
    align-items: center;
    z-index: 1;
    position: relative;
}
.heading_btn{
    min-width: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #83109d;
    border-radius: 9px;
    padding: 13px 17px;
    font-weight: 600;
    font-size: 19px;
    line-height: 27px;
    text-transform: uppercase;
    color: #ffffff;
}
.heading_btn:hover{
    background: #6b8b06;
    color: #ffffff;
}
/**HEADER-ENDS**/

/**BANNER-STARTS**/
.banner_section{
    width: 100%;
    height: 800px;
    position: relative;
    overflow: hidden;
    background: url(../images/banner1.jpg) no-repeat center;
    background-size: cover;
}
.banner_section::before{
    position: absolute;
    content: '';
    background: linear-gradient(75deg, #83109d, #688901a8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.9;
} 
.bnr_main_frm input{
    width: 100%;
    height: 50px;
    border: 1px solid #e5e9f2;
    border-radius: 4px;
    font-size: 15px;
    background: #ffffffcf;
    color: #495057;
    line-height: 22px;
    padding: 5px 15px;
    margin-bottom: 9px;
}
.bnr_main_frm input::placeholder{
    font-size: 15px;
    line-height: 22px;
    color: #495057;
}
.bnr_main_frm input:focus{
    outline: 0;
    border: 1px solid #072156;
    box-shadow: none;
}
.bnr_main_frm textarea{
    width: 100%;
    height: 80px;
    border: 1px solid #e5e9f2;
    background: #ffffffcf;
    border-radius: 4px;
    font-size: 15px;
    color: #495057;
    line-height: 22px;
    padding: 5px 15px;
}
.bnr_main_frm textarea::placeholder{
    font-size: 15px;
    line-height: 22px;
    color: #495057;
}
.bnr_main_frm textarea:focus{
    outline: 0;
    border: 1px solid #072156;
    box-shadow: none;
}
.home_banner_form{
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    border-radius: 10px;
    background: #ffffff73;
    padding: 23px 25px 37px;
}
.home_banner_formtxtbx{
    text-align: center;
    margin-bottom: 20px;
}
.bnr_sbmt_btn{
    background: linear-gradient(75deg, #83109d, #83109d);
    border: none;
    width: 100%;
    border-radius: 8px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    color: #ffffff;
    transition: .35s;
    padding: 10px 5px;
    /* margin-top: 15px; */
}
.bnr_sbmt_btn:hover{
    background: linear-gradient(75deg, #000000, #111111);
    transition: .35s;
}
.bnr_frm_heading{
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #83109d;
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 5px;
}
.bnr_frm_para{
    font-size: 15px;
    color: #ffffff;
    line-height: 22px;
}
.banner_h_texthead{
    font-size: 40px;
    line-height: 50px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
}
.banner_h_texthead span{
    display: block;
}
.banner_h_textpara{
    font-size: 17px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 0px;
}
.banner_h_textmainbox{
    width: 80%;
}
.Scroll_to_Explore{ 
    align-items: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 1;
    justify-content: center;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 200;
    font-size: 17px;
    line-height: 27px;
    gap: 10px;
    cursor: pointer;
    -webkit-animation: updownanimation 1s infinite alternate ease-in-out;
    animation: updownanimation 1s infinite alternate ease-in-out; 
    display: inline-block; 
}
.Scroll_to_Explore:hover{
    color: #ffffff;
    font-weight: 400;
} 
@keyframes updownanimation {
    0% { transform: translateY(0); }
    100% { transform: translateY(-15px);}
}
.count_details_text{
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 24px;
}
.count-wrap{
    font-size: 27px;
    font-weight: 900;
    line-height: 35px;
    color: #688901;
}
.count-wrap em{
    font-style: normal;
}
.form_btn_capth{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.captcha_img{
    width: 50%;
}
.captcha_img img{
    width: 100%;
}
.banner_btnbx{
    margin: 23px 0 70px;
}
.banner_btnbx a{
    background: #688901;
    color: #ffffff;
    text-transform: capitalize;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 10px;
    font-weight: 600;
}
/**BANNER-ENDS**/

/**TRUSTED-STARTS**/
.trusted_home{
    background: url(../images/trust_bg.png) no-repeat center;
    background-size: cover;
    width: 100%;
    padding: 50px 0 43px;
}
.trust_cliimg{
    min-width: auto;
    display: inline-flex;
    align-items: center;
    height: 110px; 
    width: 150px;
    filter: grayscale(1);
    transition: .35s;
}
.trust_cliimg:hover{
    filter: grayscale(0);
    transition: .35s;
}
.trusted_halllslide{
    width: 100%;
    margin: auto;
}
.trusted_halllslide .item{
    text-align: center;
}
.trusted_heading_text{
    text-align: center;
    text-transform: uppercase;
    font-weight: 350;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 9px;
}
.trust_cliimg_bw{
    width: 183px;
}
/**TRUSTED-ENDS**/

/**ABT-SECTION-STARTS**/
.about_img{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    height: auto;
    border: 9px solid #688901;
}
.about_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_content{
    padding-left: 50px;
    padding-bottom: 50px;
}
.about_us_home{
    background: #fcefff;
    padding: 80px 0 90px;
}
.about_us_hometwo{
    background: #ffffff;
}
.about_contenttwo{
    padding-left: 0;
    padding-right: 50px;
}
.btn_about_slide{
    text-transform: uppercase;
    background: #83109d;
    color: #ffffff;
    font-size: 15px;
    display: inline-flex;
    min-width: 150px;
    padding: 4px 15px 0;
    height: 50px;
    border-radius: 7px;
    align-items: center;
    letter-spacing: 0.5px;
    justify-content: center;
    line-height: 25px;
    font-weight: 400;
    margin-top: 13px;
}
.btn_about_slide:hover{
    background: #688901;
    color: #ffffff;
}
.abtallbx_cmnhead{
    margin-bottom: 30px;
    text-transform: capitalize; 
    font-size: 40px;
    line-height: 47px;
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 45px;
}
.about_heading_new{
    margin-bottom: 20px;
}
.abtallbx_cmnhead::before{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 2px;
    content: "";
    background: #688901;
    margin: auto;
}
.aboutslide{
    position: relative;
}
.aboutslide .owl-dots{
    display: none;
}
.aboutslide .owl-nav{
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 13px;
}
.aboutslide .owl-nav button{
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #214a9c !important;
    color: #ffffff;
}
.aboutslide .owl-nav button i{
    color: #ffffff;
    font-size: 16px;
}
.counting_section{
    background: transparent;
    padding: 0px; 
}
.counting_section .countBox{
    background: #f2f5ff;
    border-radius: 10px;
    text-align: center;
    box-shadow: -4px -3px 0 0 #688901;
    padding: 13px 0;
}
.about_heading_box{
    padding-bottom: 30px;
}
.paragraph_abt{
    width: 70%;
    margin: auto;
}
/**ABT-SECTION-ENDS**/

/**SERVICE-SECTION-STARTS**/
.sersli_logo img{
    width: auto !important;
}
.home_service_sec{
    position: relative;
    padding: 80px 0 0 0;
}
.home_service_sec::before{
    background: linear-gradient(75deg, #1f58cb, #1c5ee5);
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 400px;
    position: absolute;
}
.service_heading_box{
    position: relative;
    padding-bottom: 40px;
} 
.service_single_box{
    background: #ffffff;
    position: relative;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 8px 1px #08235952;
    border-bottom: 4px solid #13419f;
}
.service_single_box::before{
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    opacity: 0.3;
    bottom: 0;
    right: 0;
    background: url(../images/service_bx_bg-2.png) no-repeat right bottom;
    background-size: 100%;
}
.aservicellbx_cmnhead{
    margin-bottom: 20px;
}
.aservicellbx_cmnhead::before{
    background: #ffffff;
}
.servicename_heading{
    font-size: 25px;
    font-weight: 600;
    line-height: 34px;
    color: #13419f;
    margin-bottom: 13px;
    position: relative;
    z-index: 1;
}
.servicename_para{
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    height: 80px;
    overflow: hidden;
    padding-right: 5px;
    overflow-y: scroll;
}
.sersli_logo{
    filter: grayscale(0.9);
    transition: .35s;
}
.sersli_logo:hover{
    filter: grayscale(0);
    transition: .35s;
}
.home_service_sec .row{
    gap: 25px 0;
}
.img_ico{
    width: 83px;
    height: 83px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #164cbb;
    margin-bottom: 13px;
    box-shadow: -3px -3px 0 0 #002674;
}
.img_ico img{
    width: 100%;
    filter: brightness(0.5) invert(1);
    padding: 17px;
}
.book_now_btn{
    display: inline-flex;
    background: #13419f;
    min-width: 230px;
    justify-content: center;
    align-items: center;
    padding: 13px 20px;
    border-radius: 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
}
.book_now_btn:hover{
    background: #111111;
    color: #ffffff;
}
.book_now_btndiv{
    margin-top: 50px;
}
.ssb_arrow_btn{ 
    display: inline-flex;
    background: #1f58cb;
    height: 50px;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    position: relative;
    gap: 6px;
    z-index: 1;
    padding: 8px 6px 8px 15px;
}
.ssb_arrow_btn:hover{
    background: #111111;
    color: #ffffff;
}
.ssb_arrow_btn i{
    transform: rotate(323deg);
    width: 40px;
    height: 40px;
    background: #ffffff;
    display: inline-flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    color: #1f58cb;
}
/**SERVICE-SECTION-ENDS**/

/**TESTIMONIAL_SECTION_STARTS**/
.testimonial_slide_box{
    text-align: center;
    width: 50%;
    margin: auto;
} 
.testimonial_slide_box .paragraph{
    height: auto;
    overflow: visible;
    padding-right: 8px; 
    margin-bottom: 25px;
}
.testimonial_star{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    margin-bottom: 30px;
}
.testimonial_star li{
    color: #FE9901;
}
.testimonial_star li i{
    color: #FE9901;
    font-size: 14px;
}
.testimonial_client_name{
    text-transform: capitalize;
    color: #232323;
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    font-family: "Noto Serif Georgian", serif;
}
.testimonial_slide_client_img{
    margin: 35px 0 15px;
    display: none;
}
.testimonial_client_desig{
    color: #868A8C;
    line-height: 18px;
}
.testimonialslide{
    position: relative;
}
.testimonialslide .owl-prev{
    border: none;
    position: absolute;
    top: 50%;
    left: 0;
    width: 45px;
    height: 45px;
    background: #83109d !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
} 
.testimonialslide .owl-next{
    border: none;
    position: absolute;
    top: 50%;
    right: 0;
    width: 45px;
    height: 45px;
    background: #83109d !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    color: #fff !important;
    justify-content: center;
} 
.testimonial_slide_client_img img{ 
    margin: auto;
    border: 4px solid #688901;
    border-radius: 100%;
    width: 150px !important;
    height: 150px;
}
.testimonialslide .owl-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding-top: 30px;
}
.testimonialslide .owl-dots .owl-dot{
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background: transparent;
    border: 1px solid #688901;
}
.testimonialslide .owl-dots .owl-dot.active{ 
    background: #688901;
    border: 1px solid #688901;
}
.testimonial_section{
    background: #fdf3ff;
}
/**TESTIMONIAL_SECTION_ENDS**/

/**FOOTER-STARTS**/
.footer_top_formtext .cmn_white_heading{
    margin-bottom: 25px;
}
.footer_top_formtext{
    padding-left: 50px;
}
.ftr_form_text_list li{
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    padding: 10px 27px;  
    position: relative;
    font-weight: 250;
}
.ftr_form_text_list li::before{
    position: absolute;
    top: 10px;
    left: 0;
    content: "\f058";
    font-family: "Font Awesome 6 Free";
}
.footer_top_form{
    background: linear-gradient(75deg, #688901, #83109d);
    padding: 80px 0;
}
.footer_section{
    padding: 70px 0;
    /* background: linear-gradient(75deg, #ffffff, #ebebeb) !important; */
    background: #ffffff;
}
.footer_logo{
    width: 330px;
    margin: 0 auto 25px;
}
.footer_text{
    text-align: center;
    color: #454545;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
}
.footer_logo img{
    width: 100%;
}
.logo_footertextbox{
    width: 60%;
    margin: auto;
}
.footer_social{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.footer_social li a{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #1f58cb;
    color: #ffffff;
}
.footer_social li a:hover{
    background: #1e2671;
}
.footer_copyright{
    text-align: center;
    background: linear-gradient(75deg, #688901, #83109d);
    padding: 15px 0;
    font-size: 15px;
    font-weight: 400;
    color: #dbdbdb;
    margin-bottom: 47px;
}
.footer_copyright a{
    color: #ffffff;
    font-weight: 500;
}
.ft_phonecallbtn{
    color: #688901;
    display: inline-flex;
    background: #ffffff;
    min-width: 263px;
    height: 61px;
    padding: 13px 33px;
    border-radius: 10px;
    align-items: center;
    font-weight: 600;
    font-size: 23px;
    line-height: 30px;
    justify-content: center;
    text-transform: uppercase;
    gap: 13px;
    margin-top: 30px;
}
.ft_phonecallbtn:hover{
    background: #688901;
    color: #ffffff;
}
.ftr_form_text_list{
    margin-bottom: 43px;
}
.footer_contelmail{
    gap: 20px;
    margin-bottom: 0px;
}
.footer_contelmail li a{
    color: #222222;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.footer_contelmail li a:hover{
    color: #83109d;
}
.footer_contelmail li a i{
    width: 33px;
    height: 33px;
    background: #83109d;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 16px;
}

.call_whatsapp{
  position: fixed;
  bottom: 0;
  width: 100%;
  display: block;
  z-index: 99;
}
.call_whatsapp .list_contact_btm{
  margin: 0;
  padding: 0;
  display: flex;
}
.call_whatsapp .list_contact_btm li{
  width: 50%;
  padding: 0;
  text-align: center;
  background-color: #83109d;
}
.call_whatsapp .list_contact_btm li:last-child{
  background: #688901;
}
.call_whatsapp .list_contact_btm li a{
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  display: block;
  padding: 10px 0;
  letter-spacing: 1px;
}
.ftr_usefull_links{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px 33px;
    margin-bottom: 21px;
}
.ftr_usefull_links li a{
    text-transform: capitalize;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: #383838;
    position: relative;
}
.ftr_usefull_links li a::before{
    position: absolute;
    top: 3px;
    left: -15px;
    background: #688901;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    content: "";
}
/**FOOTER-ENDS**/

/**OUR-PORTFOLIO-STARTS**/
.portfoliohomelslide{
    position: relative;
}
.portfoliohomelslide .owl-item .item img {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s; 
    z-index: -1;
    position: relative;
} 
.portfoliohomelslide .owl-item.center .item{
    z-index: 99999;
    position: relative;
}
.portfoliohomelslide .owl-item.center .item img {
    -webkit-transform: scale(1.20);
    -ms-transform: scale(1.20);
    transform: scale(1.20);
    z-index: 1;
    position: relative;
} 
.portfoliohomelslide .owl-item.active.center{
    z-index: 9;
}
.portfoliohomelslide .owl-nav{
    text-align: center;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 78%;
    left: 0;
    margin: auto;
    top: 45%;
    right: 0;
} 
.portfoliohomelslide .owl-nav button{
    width: 62px;
    height: 62px;
    border-radius: 100%;
    background: #1f58cb !important;
    display: flex;
    align-items: center;
    justify-content: center; 
}
.portfoliohomelslide .owl-nav button i{
    color: #ffffff;
}
.portfoliohomelslide .owl-nav button {
	font-size: 24px !important; 
	color: #688901 !important;
}
.portfoliohomelslide .owl-stage-outer{
    overflow: visible;
}
.portfoliohomelslide .owl-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: relative;
    top: 76px;
}
.portfoliohomelslide .owl-dots .owl-dot{
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background: #688901;
    opacity: 30%;
}
.portfoliohomelslide .owl-dots .owl-dot.active{
    opacity: inherit;
}
.our_portfolio_textbx{
    margin-bottom: 100px;
}
.home_our_works{
    padding-top: 90px;
    padding-bottom: 100px;
}
.view_all_gallerybtn{
    padding-top: 100px;
}
/**OUR-PORTFOLIO-ENDS**/
