@font-face {
  font-family: "Causten";
  src: url("./fonts/Causten-Bold.woff2") format("woff2"),
    url("./fonts/Causten-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Causten";
  src: url("./fonts/Causten-Medium.woff2") format("woff2"),
    url("./fonts/Causten-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Causten";
  src: url("./fonts/Causten-Regular.woff2") format("woff2"),
    url("./fonts/Causten-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Causten Semi";
  src: url("./fonts/Causten-SemiBold.woff2") format("woff2"),
    url("./fonts/Causten-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Glorify DEMO";
  src: url("./fonts/GlorifyDEMO.woff2") format("woff2"),
    url("./fonts/GlorifyDEMO.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Causten" !important;
  background-color: var(--sec_light_bg);
}

h1,
h2 {
  font-family: "Glorify DEMO" !important;
}

h3,
h4,
h5{
  font-family: "Causten" !important;
}

img{
    max-width: 100%;
    /*vertical-align: middle;*/
}

::selection {
  color: var(--white);
  background: #5C9974;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1 {
  font-size: 64px;
  line-height: 70px;
  font-weight: 400;
}

h2 {
  font-size: 32px;
  line-height: 35px;
  font-weight: 600;
}

a {
    color: var(--green);
  text-decoration: none;
}

input:focus {
  outline: 0;
  border: 0;
}

:root {
  --green: #2e602f;
  --white: #fff;
  --grey: #515151;
  --dark_black: #222222;
  --sec_light_bg: #e6efea;
  --yellow: #d6b469;
  --golden_hover: #d6b469;
}

.ct-section-inner-wrap {
  max-width: 1320px !important;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

p {
  margin-top: 0;
  font-size: 18px;
  line-height: 26px;
  color: var(--grey);
  font-weight: 500;
}

a.btn_white {
  background: var(--white);
  color: var(--green);
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 12px 30px;
  border: 2px solid var(--green);
  display: inline-block;
  transition: 0.5s ease;
  border-radius: 0;
  margin-top: 30px;
  cursor: pointer;
}

.btn_green{
      font-weight: 600;
  font-size: 16px;
     padding: 12px 30px;
  border: 2px solid var(--green);
   background: var(--green);
  color: var(--white); 
  display: inline-block;
  transition: 0.5s ease;
  border-radius: 0;
  cursor: pointer;
}

.btn_green:hover{
   background: var(--white);
  color: var(--green);  
  transition: 0.5s ease;
}

a.btn_white:hover {
  background: var(--green);
  color: var(--white);
  transition: 0.5s ease;
}

.ct-new-columns > .ct-div-block {
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 15px;
}

.ct-shortcode{
    width:100%;
}

#back-top {
  display: none;
  position: fixed;
  bottom: 2.5em;
  right: 0.7em;
  border: white;
 background-color: #5C9974;
  color: white;
  cursor: pointer;
  font-size: 2em;
  border-radius: 10px;
  padding-bottom: 0;
  transition: 1s;
  padding: 10px;
  z-index: 1000;
}

#back-top:hover {
  padding-bottom: 6em;
  transition: 2s;
  background: transparent;
  color: transparent;
}
html{
    scroll-behavior: smooth;
}

/* ===================home_banner_section_slider sec start ====================== */
.home_banner_section_slider {
  background: #d3e4de;
}

.home_banner_section_slider .ct-section-inner-wrap {
  padding-top: 0;
  padding-bottom: 30px;
  position: relative;
}

.home_banner_section_slider .rotate_img_wrtap img {
  pointer-events: none;
}

.home_banner_section_slider .natural_diamond_img {
  padding-right: 50px;
}

.home_banner_section_slider .our_diamond_slider_shortcode_wrap {
  width: 100%;
}

.home_banner_section_slider .our_diamond_slider_shortcode_wrap .swiper {
  padding-bottom: 110px;
  padding-left: 15px;
}

.home_banner_section_slider
  .our_diamond_slider_shortcode_wrap
  .wrap_banner_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home_banner_section_slider
  .our_diamond_slider_shortcode_wrap .wrap_banner_content.slide-2{
      margin-top: 30px;
  }
  
  .home_banner_section_slider
  .our_diamond_slider_shortcode_wrap .wrap_banner_content.slide-3{
      margin-top: 30px;
  }

.home_banner_section_slider
  .wrap_banner_content
  .natural_diamond_text
  .my_slider_tagline {
  color: var(--green);
  margin-bottom: 10px;
  font-weight: 600;
}

.home_banner_section_slider
  .wrap_banner_content
  .natural_diamond_text
  .my_slider_subheading {
  color: var(--grey);
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 0;
}

.home_banner_section_slider .wrap_banner_content .natural_diamond_text h2 {
  color: var(--green);
  font-size: 64px;
  line-height: 70px;
  font-weight: 400;
  margin-bottom: 7px;
}

.home_banner_section_slider .wrap_banner_content .natural_diamond_text  a{
   margin-top: 20px;
}

.home_banner_section_slider .swiper-pagination-horizontal {
  width: auto;
 bottom: 10px;
  left: 15px;
  font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: var(--green);
}

.home_banner_section_slider .rotate_img_wrtap {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 99;
}

.home_banner_section_slider .rotate_img_wrtap .banner_rotate_imgs_wrap{
    position: relative;
    width: 140px;
    height: 140px;
}

.home_banner_section_slider .banner_rotate_imgs_wrap .rotating_text_round{
     width: 100%;
    height: 100%;
    animation: spin 8s linear infinite;
    position: absolute;
    top: -20px;
    left: -20px;
}

.home_banner_section_slider .banner_rotate_imgs_wrap .rotating_logo_center{
   width: 100px;
    height: 100px;
}

.home_banner_section_slider .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    top: inherit;
    bottom: 0;
}

.home_banner_section_slider  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: inherit;
    right: 80px;
    top: inherit;
    bottom: 0;
}

.home_banner_section_slider .swiper-button-next:after, 
.home_banner_section_slider .swiper-button-prev:after {
    font-size: 18px;
    color: var(--grey);
}

.home_banner_section_slider .swiper-button-next:hover::after,
.home_banner_section_slider .swiper-button-prev:hover::after {
    color: var(--green);
}

/* =================== home_banner_section_slider sec end ====================== */


/******************************who_we_are_section css strat******************************/

.who_we_are_section{
    background-color: var(--green);
    position: relative;
}

.who_we_are_section .ct-section-inner-wrap{
    padding-bottom: 0;
}

.bg_round_img{
    position: absolute;
    top: 70px;
    transform: translate(0, -50%);
    z-index: 1;
    animation: spin 40s linear infinite;
    pointer-events: none;
    
}

.who_we_are_right_img{
    align-items: flex-end;
}

.who_we_are_section .home_abt_heading {
    color: var(--white);
}

.who_we_are_section .home_abt_heading::before {
    filter: brightness(9.5);
}

.who_we_are_section .vision_main {
    flex-direction: row;
}

.who_we_are_section .ct-new-columns{
    justify-content: flex-start;
}

.who_we_are_section .wrap_who_imgs{
    flex-direction: row;
    margin-top: -160px;
    margin-bottom: -60px;
    z-index: 1;
    height: 522px;
}

.who_we_are_section .wrap_who_imgs .my_img_1 {
    /*margin-top: 250px !important;*/
        align-self: end;
}

 .who_we_are_section .wrap_who_imgs .my_img_2 {
    align-self: center;
    /*margin-top: 140px !important;*/
}

.who_we_are_section .wrap_who_imgs .who_we_are_img{
    margin: 0 10px;
}

.who_we_are_section .who_we_are_text_dt {
    padding-left: 20px;
    color: var(--white);
}

.who_we_are_section .who_we_are_text_dt p{
    color: var(--white);
    margin-top: 15px;
}

.who_we_are_section .who_we_are_left_main .vision_main .who_we_are_img img{
    margin-top: 3px;
}

/******************************who_we_are_section css end******************************/


/* =================== our service sec start ====================== */
.home_services_section .ct-section-inner-wrap{
    padding-top: 120px;
    padding-bottom: 90px;
}

.home_services_section{
    position: relative;
     z-index: 1;
}

.home_services_section .home_services_main{
    background: var(--white);
    /*margin-right: 15px;*/
    width: calc(33.33% - 15px) !important;
    padding: 30px !important;
    margin-bottom: 20px;
     transition: 0.5s ease;
     cursor: pointer;
}

.home_services_section .home_services_main:hover{
    background: var(--green);
    color: var(--white);
    transition: 0.5s ease;
}

.home_services_section .home_services_main:hover p{
    color: var(--white);
     transition: 0.5s ease;
}

.home_services_section .home_services_main:hover h5{
    color: var(--white);
     transition: 0.5s ease;
}

.home_services_section .home_services_main:hover img{
   background: var(--white);
    transition: 0.5s ease;
   
}

.home_services_section .home_services_top_col{
       justify-content: space-between;
    flex-wrap: wrap;
}

.home_services_section .home_services_bottom_col{
       justify-content: space-between;
    flex-wrap: nowrap;
}

.home_services_section .home_services_main img{
    background: rgba(92, 153, 116, 0.15);
    border-radius: 100px;
    width: 83px;
    height: 83px;
   object-fit: contain;
    padding: 18px;
   margin-bottom: 15px;
   transition: 0.5s ease;
}

.home_services_section .home_services_main h5{
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 10px;
  color: var(--green);
  transition: 0.5s ease;
}

.home_services_section .home_services_main p{
  margin-bottom: 0;
  transition: 0.5s ease;
}

.home_services_section .home_services_right_img{
   position: absolute;
    bottom: 50px;
    width: auto;
    left: 90px;
    z-index: -1;
}

.home_services_section .home_services_left_img{
   position: absolute;
    top: 50px;
    width: auto;
    right: 90px;
     z-index: -1;
}


/* =================== our service sec end ====================== */

/* =================== gallerye sec start ====================== */

 .home_gallery_slider_section{
     position: relative;
     background: #D3E4DE;
 }
 
 .home_gallery_slider_section .ct-section-inner-wrap{
     padding-top: 90px;
     padding-bottom: 90px;
     position: relative;
 }
 
 .home_gallery_slider_section .sectoin_btn_wrap{
     display: block;
     width: 100%;
     text-align:  center;
 }
 
  .home_gallery_slider_section .home_gallery_slider .unslider-arrow.next {
    left: auto;
    right: 0;
    top: -46px;
    opacity: 1;
    background: url(./images/slider_arrow.svg);
    background-repeat: no-repeat;
    background-position: center !important;
    border-radius: 0;
    filter: grayscale(1);
    background-size: 11px;
}

  .home_gallery_slider_section .home_gallery_slider .unslider-arrow.next:hover {
    filter: inherit;
}

.home_gallery_slider_section .home_gallery_slider .unslider-arrow.prev {
    left: inherit;
    top: -46px;
    right: 40px !important;
    transform: rotate(-180deg);
    opacity: 1;
    background: url(./images/slider_arrow.svg);
    background-repeat: no-repeat;
    background-position: center !important;
    border-radius: 0;
    padding: 0 30px;
    border-left: 1px solid rgba(81, 81, 81, 0.5);
     filter: grayscale(1);
     background-size: 11px;
}

.home_gallery_slider_section .home_gallery_slider .unslider-arrow.prev:hover {
    filter: inherit;
}


/* =================== gallerye sec end ====================== */

/* =================== Diamond certi sec start ====================== */

.certified_slider_section .ct-section-inner-wrap{
    padding-top: 90px;
    padding-bottom: 20px;
}

/* =================== Diamond certi sec end ====================== */

/* =================== Diamond certi full sec start ====================== */

.certified_full_section_wrap{
    background: var(--white);
}

.certified_full_section_wrap .ct-section-inner-wrap{
    padding-top: 20px;
    padding-bottom: 20px;
}

.certified_full_section_wrap .wrap_certifield_imgs{
    align-items: center;
}

.certified_full_section_wrap .wrap_certifield_imgs .ct-div-block{
    align-items: center;
    position: relative;
    padding: 20px 0;
}

.certified_full_section_wrap .wrap_certifield_imgs .ct-div-block:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #515151;
    opacity: 0.5;
}

.certified_full_section_wrap .wrap_certifield_imgs .ct-div-block:last-child:after{
  display: none;
}


/* =================== Diamond certi full sec end ====================== */

/* =================== home blog sec start ====================== */

.home_blog_section .ct-section-inner-wrap{
    padding-top: 80px;
    padding-bottom: 80px;
}

.blog_wrapper_section .ct-shortcode .post_row_wrapper{
    display: flex;
    flex-wrap: wrap;
}

.blog_wrapper_section .ct-shortcode  .post_wrap_all_content{
    position: relative;
     margin: 0 0 30px;
}


.blog_wrapper_section .post_wrap_all_content .post_publish_date{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47px;
    height: 58px;
    background: var(--green);
    color: var(--white);
    position: absolute;
    left: 18px;
    top: -15px;
    z-index: 99;
}

.blog_wrapper_section .ct-div-block{
    width: 100%;
}

.blog_wrapper_section .post_wrap_all_content h5{
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    background: var(--white);
   padding: 16px 30px;
   position: absolute;
    bottom: 20px;
    right: 20px;
    left: 20px;
    transition: 0.5s ease;
}

.blog_wrapper_section .post_wrap_all_content h5:hover{
    background: var(--green);
    transition: 0.5s ease;
}

.blog_wrapper_section .post_wrap_all_content h5:hover a{
    color: var(--white);
     transition: 0.5s ease;
}

.blog_wrapper_section .post_wrap_all_content h5 a{
  color: var(--grey);
   height: auto;
    transition: 0.5s ease;
}

.blog_wrapper_section .sectoin_btn_wrap{
    width: 100%;
    display: block;
    text-align: center;
}

.blog_wrapper_section .sectoin_btn_wrap a{
    margin-top: 20px;
}

.blog_wrapper_section .post_wrap_all_content .post_publish_date:after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    right: -8px;
    border-left: 8px solid #254833;
    border-top: 15px solid transparent;
}
.blog_wrapper_section .post_wrap_all_content .post_publish_date:before {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    left: -8px;
    border-right: 8px solid #254833;
    border-top: 15px solid transparent;
}

.blog_wrapper_section .post_row_wrapper .col-md-3{
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33%;
}

.blog_wrapper_section .post_wrap_all_content a{
  overflow: hidden;
  display: block;
  height: 440px;
}

.blog_wrapper_section .post_wrap_all_content img{
  width: 100%;
   height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}

.blog_wrapper_section .post_wrap_all_content img:hover{
  transform: scale(1.05);
  transition: 0.5s ease;
}

.blog_wrapper_section .post_wrap_all_content .post_publish_date p{
    color: var(--white);
    margin-bottom: 0;
    line-height: 14px;
}

.blog_wrapper_section .post_wrap_all_content .post_publish_date p span{
   display: block;
   text-align: center;
       line-height: 20px;
}

.blog_wrapper_section .ct-section-inner-wrap{
    padding-top: 90px;
    padding-bottom: 90px;
}

.blog_wrapper_section .ct-section-inner-wrap .home_abt_heading{
    margin: 0 0 40px 50px;
}


/* =================== home blog full sec end ====================== */


/* =================== footer sec start====================== */
.footer_section_wrap {
  background: var(--green);
  color: var(--white);
}

.footer_section_wrap .ct-section-inner-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.footer_section_wrap a {
  color: var(--white);
  padding: 0 !important;
}

.footer_section_wrap .ct-new-columns > .ct-div-block {
  padding: 0 15px;
}

.footer_section_wrap .footer_col .quick_list_main {
  padding-top: 80px;
}

.footer_section_wrap .footer_col .quick_list_main h5 {
  margin-bottom: 22px;
}

.footer_section_wrap .quick_list_main .oxy-nav-menu-list li a {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 19px;
  transition: 0.5s ease;
}

.footer_section_wrap .footer_col .logo_main .footer_logo_img {
  width: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  border-radius: 0 0 50px 50px;
  margin-bottom: 20px;
}

.footer_section_wrap .footer_col .footer_list ul li {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: flex-start;
}

.footer_section_wrap .footer_col .footer_list ul li a {
  transition: 0.5s ease;
}

.footer_section_wrap .footer_col .footer_list ul li a:hover {
  transition: 0.5s ease;
}

.footer_section_wrap .footer_col .footer_list ul li a:hover {
  color: var(--golden_hover);
  transition: 0.5s ease;
  margin-left: 3px;
}

.footer_section_wrap .footer_col .footer_list ul li.footer_email{
    align-items: center;
}

.footer_section_wrap .footer_col .footer_list ul li img{
  padding-right: 15px;
}

.footer_section_wrap .quick_list_main .oxy-nav-menu-list li:hover a {
  background: transparent !important;
  border-left-width: 0 !important;
}

.footer_section_wrap .quick_list_main .oxy-nav-menu-list li a:hover {
  color: var(--golden_hover);
  transition: 0.5s ease;
  margin-left: 3px;
}

.footer_section_wrap .footer_col .sub_form p {
  position: relative;
  display: flex;
  margin-bottom: 50px;
}

.footer_section_wrap .footer_col .sub_form p .address {
  width: 100%;
  height: 48px;
  padding: 0 12px;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
}

.footer_section_wrap .footer_col .sub_form p .submit {
  background: #508665;
  font-size: 0;
  border: 0;
  background-image: url(./images/footer_email.svg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 15px 30px;
  width: auto;
  cursor: pointer;
  transition: 0.5s ease;
}

.footer_section_wrap .footer_col .sub_form p .submit:hover {
    background: var(--golden_hover);
    transition: 0.5s ease;
    background-image: url(./images/footer_email.svg);
    background-repeat: no-repeat;
  background-position: center;
}


.footer_section_wrap .footer_col .sub_form p .wpcf7-spinner {
  position: absolute;
  right: -50px;
}

.footer_section_wrap .footer_col .sub_form p .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  position: absolute;
}

.footer_section_wrap
  .footer_col
  .sub_form
  p
  .wpcf7
  form
  .wpcf7-response-output {
  line-height: 18px;
  margin: 2em 0 1em;
  padding: 0.2em 6px;
  border: 2px solid #00a0d2;
}

.footer_section_wrap .social_main .social_footer_list ul li a {
  background: var(--white);
  color: var(--green);
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease;
}

.footer_section_wrap .social_main .social_footer_list ul li a:hover {
  background: #508665;
  transition: 0.5s ease;
}

.footer_section_wrap .social_main .social_footer_list ul li a:hover img{
  filter: brightness(0) invert(1);
  transition: 0.5s ease;
}

.footer_section_wrap .social_main .social_footer_list ul {
  display: flex;
  align-items: center;
}

.footer_section_wrap .footer_col .foot_col_4,
.foot_col_3,
.foot_col_2{
    width: 15% !important;
}

.footer_section_wrap .footer_col .foot_col_5{
    width: 30% !important;
}

.footer_section_wrap .footer_col .logo_main{
    width: 25% !important;
}

.footer_section_wrap .footer_col{
   padding-bottom: 50px;
   border-bottom: 1px solid var(--white);
}

.footer_section_wrap .bottom_footer_copyright .copyright_text_bottom{
    margin-bottom: 0;
    padding: 15px 0;
    font-weight: 500;
   font-size: 18px;
   line-height: 26px;
   color: var(--white);
  text-align: center;
    width: 100%;
}

.footer_section_wrap .bottom_footer_copyright .copyright_text_bottom a {
    text-decoration: underline;
    transition: 0.5s ease;
}

.footer_section_wrap .bottom_footer_copyright .copyright_text_bottom a:hover{
    text-decoration: underline;
    transition: 0.5s ease;
    color: var(--golden_hover);
}

/* =================== footer sec end====================== */

/* ---------------------------------------------------- contech us page strat ------------------------------------ */

.contact_map_wrap_section .ct-section-inner-wrap{
    padding: 0;
    max-width: 100% !important;
}

.contact_section_heading .ct-section-inner-wrap{
    padding-bottom: 0;
}

/* =================== contact_address_tab_section sec strat ======================= */

.contact_address_tab_section .ct-section-inner-wrap{
    padding-top: 0;
    padding-bottom: 60px;
}

.contact_address_tab_section .wrap_container_tabs .tabs-4617-tab{
    background: var(--white);
    text-align: center;
    width: calc(50% - 30px);
    margin: 0 15px;
    padding: 0;
}

.contact_address_tab_section .wrap_container_tabs .tab_location_contet_wrap {
       padding: 40px 130px;
}

.contact_address_tab_section .wrap_container_tabs .tab_location_contet_wrap img{
        background:  rgba(192, 216, 202, 0.5);;
    border-radius: 100px;
    width: 83px;
    height: 83px;
    object-fit: contain;
    padding: 18px;
}


.contact_address_tab_section .wrap_container_tabs .tabs-4617-tab.tabs-4617-tab-active{
      background: var(--green);
      color: var(--white);
}

.contact_address_tab_section .wrap_container_tabs .tabs-4617-tab.tabs-4617-tab-active img{
      filter: brightness(0) invert(1);;
}

.contact_address_tab_section .oxy-tabs-wrapper.oxy-tabs{
    padding-bottom: 80px;
}

.contact_address_tab_section .oxy-tabs-contents{
    padding-top: 50px;
}

.contact_address_tab_section .tab_cutom_content_wrap {
    flex-wrap: wrap;
    flex-direction: row;
        align-items: end;
}

.contact_address_tab_section .tab_cutom_content_wrap .contact_left_img{
    width: 65%;
}

.contact_address_tab_section .tab_cutom_content_wrap .contact_left_img p{
    color: var(--green);
    margin-bottom: 30px;
    max-width: 320px;
}

.contact_address_tab_section .tab_cutom_content_wrap .contact_right_form{
    width: 35%;
}

.contact_address_tab_section .tab_cutom_content_wrap .contact_right_form .wpcf7{
    background: #C0D8CA;
    padding: 50px;
}

input{
    background: var(--white);
    padding: 15px 20px;
    width: 100%;
}

.wpcf7-form-control{
    background: var(--white);
    padding: 15px 20px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    border: none;
    outline: 0;
    font-family: "Causten" !important;
}

.wpcf7-form-control:placeholder{
    color: var(--grey);
    font-family: "Causten" !important;
}

label{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #222222;
}

textarea{
     border: none;
     padding: 12px;
     width: 100%;
     font-family: "Causten" !important;
     height: 160px;
}

textarea:placeholder{
    font-family: "Causten" !important; 
}

.contact_address_tab_section .wpcf7-submit.submit{
    width: auto;
}

.contact_address_tab_section .contact_right_form .wpcf7-form .input_wrapper.submit_btn{
    margin-bottom: 0px;
}

.contact_address_tab_section .contact_right_form .wpcf7-form .input_wrapper{
    margin-bottom: 20px;
}

.wpcf7-form-control.btn_green{
    background: var(--green);
    color: var(--white);
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    padding: 12px 40px;
    border: 2px solid var(--green);
    display: inline-block;
    transition: 0.5s ease;
}

.wpcf7-form-control.btn_green:hover{
    background: var(--white);
    color: var(--green);
    transition: 0.5s ease;
}


/* =================== contact_address_tab_section sec end ======================= */

/* ---------------------------------------------------- contech us page end ------------------------------------ */

/* ---------------------------------------------------- Our Service page strat ------------------------------------ */

/* ===================process_slider_wrap sec start ======================= */
.process_slider_wrap{
    background: var(--green);
    margin-bottom: 140px;
}

.process_slider_wrap .ct-section-inner-wrap{
    padding-bottom: 0;
    padding-top: 120px;
}

.process_slider_wrap .wrap_slider_content .unslider .ct-slide{
    flex-direction: row;
    align-items: flex-start;
}

.process_slider_wrap .wrap_slider_content .unslider .ct-slide .slider_left_img{
    width: 40%;
}

.process_slider_wrap .wrap_slider_content .unslider .ct-slide .slider_left_img img{
    width: 100%;
}

.process_slider_wrap .wrap_slider_content .unslider .ct-slide .slider_right_content{
    width: 60%;
    padding: 0 90px;
    color: var(--white);
}

.process_slider_wrap .wrap_slider_content .unslider .ct-slide .slider_right_content p{
  color: var(--white);
  text-align: start;
}

.process_slider_wrap .wrap_slider_content .unslider .ct-slide .slider_right_content .home_abt_heading{
  width: fit-content;
  filter: brightness(9.5);
  color: var(--white);
}

.process_slider_wrap .wrap_slider_content .unslider .unslider-nav{
    display: none;
}

.process_slider_wrap .wrap_slider_content .unslider {
    padding: 0;
        margin-bottom: -50px;
}

.blog_wrapper_section .pagination_wrapper_blog{
    text-align: center;
}

.process_slider_wrap .unslider .unslider-arrow.next{
        left: 36%;
    right: inherit;
    top: inherit;
    bottom: 5px;
    background: var(--white);
    padding: 26px;
    border-radius: 0;
    opacity: 1;
    background-image: url(./images/slider_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    filter: grayscale(1);
}

.process_slider_wrap .unslider .unslider-arrow.prev{
    left: 32%;
    right: inherit;
    top: inherit;
    bottom: 5px;
    background: var(--white);
    padding: 26px;
    border-radius: 0 0 16px 0;
    opacity: 1;
    background-image: url(./images/slider_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    filter: grayscale(1);
}

.process_slider_wrap .unslider .unslider-arrow.prev:hover{
   filter: inherit;
}

.process_slider_wrap .unslider .unslider-arrow.next:hover{
   filter: inherit;
}


/* ===================process_slider_wrap sec end ======================= */


/* =================== round cut diam0ond sec start ======================= */

.section_1_wrap .ct-section-inner-wrap{
    padding-top: 80px;
    padding-bottom: 100px;
}

.section_1_wrap .left_section_img{
    width: 40%;
}

.section_1_wrap .left_section_img img{
    width: 100%;
    height: 435px;
    object-fit: contain;
}

.section_1_wrap .right_side_content{
    width: 60%;
}

.section_1_wrap .right_side_content h3{
   font-weight: 600;
font-size: 28px;
line-height: 34px;
color: var(--green);
margin-bottom: 15px;
}

.section_2_wrap .ct-section-inner-wrap{
    padding-top: 0;
    padding-bottom: 0;
}

.section_2_wrap .ct-section-inner-wrap h2{
   width: 100%;
    margin-bottom: 30px;
   text-align: center;
}

.section_2_wrap .ct-section-inner-wrap p{
   margin-bottom: 20px;
}

.section_2_wrap .ct-section-inner-wrap img{
   width: 100%;
}

.section_3_wrap .ct-section-inner-wrap{
    padding-top: 80px;
    padding-bottom: 80px;
}

.section_3_wrap .ct-section-inner-wrap h2{
   width: 100%;
    margin-bottom: 30px;
   text-align: center;
}

.section_3_wrap .ct-section-inner-wrap img{
  margin: 0 auto;
  margin-bottom: 30px;
}

.dt_blog_section .ct-section-inner-wrap{
    padding-top: 50px;
    padding-bottom: 30px;
}

.dt_blog_text_section .dt_blog_text_main p{
    margin-bottom: 20px;
}


/* =================== round cut diam0ond sec end ======================= */

/* =================== 404 page start ======================= */

.page_404_section_wrap .page_404_heading{
    width: 100%;
    font-size: 250px;
    line-height: 300px;
    text-align: center;
}

.page_404_section_wrap img{
   margin-bottom: 30px;
}

.page_404_section_wrap a{
   margin-top: 30px;
}

.page_404_section_wrap .ct-new-columns .ct-div-block{
    display: block;
    text-align: center;
}

/* =================== 404 page end ======================= */


/* ---------------------------------------------------- Our Service page end ------------------------------------ */


/*=================== login css start =======================*/

.login_form_page{
    background-image: url(./images/login_bg_img.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    display: flex;
    align-items: center;
}

.container{   
    max-width: 1320px !important;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.login_input_box{
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
    padding: 60px;
}

.col-md-6{
    width: 100%;
    flex: 0 0 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.login_logo{
    text-align: center;
}

.login_logo h4{
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    margin: 16px 0 26px;
}

.login_input_inner input{
    width: 100%;
    border: 1px solid #858585;
    padding: 15px;
    margin-top: 7px;
}

.login_input_inner label{
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
}

.password_input{
    margin-top: 30px;
}

.login_wrap .form-group {
    display: block;
  }
  
  .login_wrap .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  .login_wrap .form-group label {
    position: relative;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #515151;
  }
  
  .login_wrap .form-group label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #5C9974;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
  }
  
  .login_wrap .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 7px;
    width: 4px;
    height: 8px;
    border: solid #5C9974;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

.forgot_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.forgot_right a{
    text-decoration: none;
    font-size: 14px;
    line-height: 17px;
    color: #515151;
}

.login_btn button{
    width: 100%;
    margin-top: 20px;
    background: #2E602F;
    border: 0;
    color: #fff;
    padding: 15px 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
}

.login_bottom{
    text-align: center;
    margin-top: 30px;
}

.login_bottom h5{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #515151;
}

.login_bottom h5 a{
    text-decoration: none;
    color: #5C9974;
}

.left_side h3{
    font-weight: 400;
    font-size: 32px;
    line-height: 35px;
    font-family: 'Glorify' !important;
    color: #FFFFFF;
}

.left_side p{
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    margin-top: 25px;
    padding-right: 170px;
}

.go_back a{
    display: flex;
    align-items: center;
}

.go_back h6{
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-left: 10px;
}

.go_back{
    padding-bottom: 230px;
}


/*=================== login css end =======================*/