* {
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
  box-shadow: inset 0 0 5px grey;
}
::-webkit-scrollbar-thumb {
  background: #482c0b;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #59815f;
}

body {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1.1px;
}

button {
  border: 0;
  outline: 0;
}

button:hover {
  cursor: pointer;
}

a {
    color: #59815f;
}
a:hover {
    color: #566865;
}

button:focus,
input:focus,
textarea:focus {
  border: 0;
  outline: 0;
}

a:hover {
  text-decoration: none;
  transition: .3s;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

p{
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
}

.no-pad {
  padding: 0;
}

h1{
  font-size: 65px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}

h2{
  font-size: 60px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}

h3{
  font-size: 34px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}

.t-btn{
  font-size: 22px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 900;
  padding: 25px 35px;
  transition: .3s;
  display: flex;
  letter-spacing: 1.5px;
}


header {
  border-top: 25px solid #482c0b;
}

header .container-fluid {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.left-menu-box {height: 100%;display: flex;align-items: center;}

.nav-menu {
  display: flex;
  gap: 35px;
  width: fit-content;
}

.nav-menu a {
  font-family: 'Roboto Condensed';
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  color: #482c0b;
  transition: .3s;
}

.nav-menu a:hover {
  color: #59815f;
}

.right-menu-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 55px;
}

.right-menu-box .detail-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  margin-right: -45px;
}

.right-menu-box .detail-box a:first-child {
  color: #482c0b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 28px;
  width: max-content;
  transition: .3s;
}

.right-menu-box .detail-box a:first-child:hover {
  color: #59815f;
}

.right-menu-box .detail-box a:last-child {
  padding: 20px 25px;
  background: #59815f;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  transition: .3s;
  font-size: 22px;
  font-family: 'Roboto Condensed';
  letter-spacing: 1.5px;
}

.right-menu-box .detail-box a:last-child:hover, .banner-box .t-btn:hover, .home-sec-01 .content-box .t-btn:hover, .home-sec-02 .t-btn:hover, footer .container-fluid .row:first-child .content-box a:hover, footer .container-fluid .row:first-child .content-box a:first-child:hover, .home-sec-04 .content-box .t-btn:hover, .about-sec-01 .content-box .t-btn:hover {
  background: #482c0b;
  color:#fff;
  transition:.3s;
}

.hero-banner .container-fluid {padding-top: 220px;padding-bottom: 160px;text-align: center;color: #fff;background-size: cover;background-position: center;background-repeat: no-repeat;}

.content-box {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.banner-box p {margin: 0 auto 50px;width: 52%;}

.banner-box .content-box {
  align-items: center;
}

.banner-box .t-btn {
  background: #fff;
  font-weight: 700;
  font-size: 25px;
  color: #59815f;
  letter-spacing: 1.1px;
}

.home-sec-01 .container-fluid {
  padding: 80px 150px 90px 0;
}

.img-box {
  height: 100%;
  align-content: center;
}

.home-sec-01 .content-box {
  align-items: flex-start;
  height: 100%;
  justify-content: center;
}

.home-sec-01 .content-box p:nth-child(3) {
  color: #555555;
  font-weight: 700;
  font-size: 30px;
}

.home-sec-01 .content-box p {
  color: #555555;
}

.home-sec-01 .content-box  .t-btn {
  color: #fff;
  background: #59815f;
}

.home-sec-02 .container-fluid {
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-divider {
  height: 5px;
  background: #fff;
  border-radius: 50px;
  width: 250px;
  margin: auto;
}

.home-sec-02 .content-box p:nth-child(3) {
  font-weight: 700;
  font-size: 30px;
}

.project-grid-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 80px;
  gap: 30px;
}

.home-sec-02 .content-box p {
  margin: auto;
  width: 70%;
}

.home-sec-02 .content-box {
  align-items: center;
}

.home-sec-02 .t-btn {
  margin-top: 30px;
  background: #fff;
  color: #59815f;
}

.home-sec-02 .content-box {
  align-items: center;
}

.home-sec-02 .t-btn {
  margin-top: 30px;
  background: #fff;
  color: #59815f;
}

footer .container-fluid {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  padding: 0;
}

footer .container-fluid .row:first-child {
  padding: 100px 150px;
  margin: auto;
}

html, body {
  overflow-x: hidden;
}

footer .container-fluid .row:last-child {
  background: #482c0b;
  padding: 30px;
}

footer .footer-menu {height: 100%;display: flex;align-items: center;text-align: left;}


footer .footer-menu ul a {
  font-weight: 900;
  font-size: 30px;
  text-transform: uppercase;
  color: #b6896e;
  font-family: 'Roboto Condensed';
}

.countries-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: 'Roboto Condensed';
  letter-spacing: 2px;
  gap: 7px;
}

.countries-box h4 {
  color: #b6896e;
  font-size: 25px;
  font-weight: 600;
}

.countries-box p {
  font-weight: 700;
  letter-spacing: 1.5px;
}

.countries-box h4:nth-child(2) {
  margin-bottom: 20px;
}

.social-links-box {
  height: 100%;
  align-content: center;
}

.social-links-box .social-links {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

footer .container-fluid .row:first-child .content-box a {justify-content: center;background: #fff;width: 240px;padding: 15px 0;font-size: 23px;font-weight: 900;color: #59815f;}

footer .container-fluid .row:first-child .content-box {
  height: 100%;
  justify-content: center;
  align-items: center;
}

footer .container-fluid .row:first-child .content-box a:first-child {
  background: #59815f;
  color: #fff;
}

.home-sec-04 .container-fluid {
  padding-top: 145px;
  text-align: center;
  color: #fff;
  padding-bottom: 120px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-sec-04 .content-box {
  align-items: center;
}

.home-sec-04 .content-box .t-btn {
  background: #fff;
  color: #59815f;
}

.review-slider p:first-child {
  font-size: 40px;
  margin-bottom: 20px;
}

.review-slider p:last-child {
  font-size: 30px;
  font-family: 'Roboto Condensed';
}

.review-slider-box {
  position: relative;
}

.review-slider {
  margin: auto;
  padding: 70px 100px;
}

.home-sec-03 .container-fluid {padding-top: 95px;padding-bottom: 135px;padding-left: 0;text-align: center;color: #ffff;background: #59815f;}

.home-sec-03 .container-fluid .row:first-child {
  padding-left: 150px;
  margin-bottom: 160px;
}

.home-sec-03 .img-box {
  text-align: left;
}

.review-slider-box .slide-arrow {
  background: transparent;
  position: absolute;
  top: 40%;
  z-index: 9;
}

.review-slider-box .prev-arrow {
  left: 0;
}

.review-slider-box .next-arrow {
  right: 0;
}

.process-main-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  align-items: flex-start;
  padding-left: 20px;
}

.process-main-box .first-box, .process-main-box .second-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.process-box {
    background: #fff;
    color: #59815f;
    padding: 40px 30px;
    height: 200px;
    align-content: center;
    overflow-y: overlay;
}

.process-box p {font-size: 17px;text-align: left;font-weight: 700;font-family: 'Roboto Condensed';}


.process-01 {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-left: -20px;
  align-items: center;
}

.process-01 h3 {
  transform: rotate(-90deg);
  width: 0px;
  /* height: 0; */
  margin-top: 260px;
}

.process-01 .process-box {width: 250px;}


.process-02 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  margin-top: -60px;
  /* width: 350px; */
}


.process-03 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: -60px;
}

.process-main-box .second-box {align-items: end;padding-left: 20px;margin-top: -50px;}

.process-04 {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 40px;
}

.process-04 h3 {
  width: 0;
  transform: rotate(90deg);
  margin-top: -20px;
}

.process-04 .process-box {
  width: 250px;
}

.process-03 .process-box {
  width: 350px;
}

.process-02 .process-box {
  width: 350px;
}

.project-box p {
  font-size: 30px;
  padding: 25px;
  background: #59815fa8;
  margin-top: -95px;
  position: relative;
  font-weight: 700;
  font-family: 'Roboto Condensed';
}

.about-banner .container-fluid {
  padding-top: 100px;
  padding-bottom: 100px;
  /*background: #59815f;*/
  color: #fff;
  text-align: center;
}

.about-sec-01 .container-fluid {
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-sec-01 .content-box {
  height: 100%;
  align-items: flex-start;
  justify-content: center;
  padding-left: 60px;
}
.custom-img {
    max-width: 1000px;
    height: auto;
    margin-bottom: 20px;
}

.about-sec-01 .content-box .t-btn {
  background: #59815f;
  color: #fff;
  text-transform: uppercase;
}

.menu-item-has-children {
  position: relative;
}

.about-sec-01 p {
    margin-bottom: 10px;
}

.sub-menu {
  position: absolute;
  top: 100%;
  background: #ffffffc7;
  border-radius: 10px;
  padding: 20px 50px;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 10px;
      left: 50%;
    transform: translate(-50%, 100px);
    z-index: 50;
}

.sub-menu a {
  color: #000;
  font-size: 15px;
  transition: .3s;
}

.sub-menu a:hover {
  transition: .3s;
  color: #59815f;
}

.menu-item-has-children:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100px;
    display:none;
    width: 100%;
        /*background-image: url(https://aquariusstaging.com/clients/deckcrafters/wp-content/uploads/2025/05/arrow-down-3101.png);*/
        background-image: url(https://aquariusstaging.com/clients/deckcrafters/wp-content/uploads/2025/05/arrow-234.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.menu-item-has-children:hover:before{
    display:block;
}

.menu-item-has-children:hover {
  .sub-menu {
  display: flex;
}
}



.page-id-114 #gform_wrapper_1 {
    width: 70%;
    margin: auto;
}

.page-id-114 #gform_wrapper_1 #gform_submit_button_1 {
    font-size: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    padding: 25px 35px;
    transition: .3s;
    display: flex;
    letter-spacing: 1.5px;
    color: #fff;
    background: #59815f;
    height: auto;
}

.page-id-114 #gform_wrapper_1 #gform_submit_button_1:hover {background: #482c0b;color: #fff;transition: .3s;}

.page-id-114 #gform_wrapper_1 label {}

.page-id-114 #gform_wrapper_1 .gform-field-label {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #555555;
}

.page-id-114 #gform_wrapper_1 textarea, .page-id-114 #gform_wrapper_1 input {
    border-radius: 10px;
    border: 2px solid #5555556e;
    height: 50px;
}

.about-banner .banner-box p {
    margin: 0;
}

.about-banner .content-box {
    padding: 0;
}

.page-template-default .about-sec-01 .row {
    display: inline-block;
}

/*.page-template-default .about-sec-01 .row .wp-block-image img {*/
/*    margin: 0 40px 0 0;*/
/*}*/

/*.page-template-default .about-sec-01 .row .wp-block-image {*/
/*    width: 30%;*/
/*}*/

/*.page-template-default .about-sec-01 .row .wp-block-list {*/
/*    width: 90%;*/
/*    margin-left: 20px;*/
/*}*/

.wp-block-image .alignleft {
    margin: .5em 3rem .5em 1em;
}

.about-sec-01 .img-box {
    align-content: flex-start;
}

#mobmenuright .sub-menu {
        transform: translate(0%, 0px);
    }
    
    #mobmenuright .menu-item-has-children:before{
        display:none;
    }


@media only screen and (max-width: 1800px) {
  .container-fluid {
    padding-right: 75px;
    padding-left: 75px;
}
.nav-menu a, .right-menu-box .detail-box a:last-child, .t-btn, footer .container-fluid .row:first-child .content-box a:first-child {
  font-size: 19px;
}

.right-menu-box .detail-box a:first-child, .banner-box .t-btn, footer .footer-menu ul a {
  font-size: 22px;
}

.right-menu-box {
  gap: 30px;
}

.right-menu-box .detail-box {
  margin-right: -25px;
}

p {
  font-size: 22px;
}

h1 {
  font-size: 55px;
}

.banner-box p {
  margin: 0 auto 30px;
  width: 50%;
}

h2 {
  font-size: 50px;
}

.home-sec-01 .content-box p:nth-child(3), .home-sec-02 .content-box p:nth-child(3) {
  font-size: 26px;
}

.home-sec-01 .content-box {
  padding-left: 50px;
}

.home-sec-03 .container-fluid .row:first-child {
  padding-left: 80px;
  margin-bottom: 120px;
}

.process-main-box {
  padding-left: 80px;
  height: 100%;
}

.home-sec-04 .container-fluid {
  padding-top: 100px;
  padding-bottom: 80px;
}

.review-slider p:first-child {
  font-size: 28px;
}

h3 {
  font-size: 30px;
}

.process-01 h3 {
  margin-top: 150px;
}

.process-02 {
  margin-top: -55px;
}

.process-04 h3 {
  margin-top: -15px;
}

.process-box p {
  font-size: 14px;
}

.process-02 .process-box, .process-03 .process-box {
  width: 300px;
}

.process-main-box h3 {
  font-size: 25px;
}

.process-main-box .second-box {
  margin-top: 0px;
  align-items: flex-start;
}

footer .container-fluid .row:first-child {
  padding:80px;
}

.home-sec-01 .container-fluid {
  padding: 80px 80px 80px 0;
}


}
@media only screen and (max-width: 1600px) {
        .menu-item-has-children:before {
    height: 77px;
    }
    .sub-menu {
    transform: translate(-50%, 75px);
}

  .t-btn{
    padding:20px 35px;
  }

  .right-menu-box .detail-box a:last-child{
    padding:15px 22px;
  }

  .nav-menu a, .right-menu-box .detail-box a:last-child, .t-btn, footer .container-fluid .row:first-child .content-box a:first-child {
    font-size: 18px;
}

.right-menu-box .detail-box a:first-child, .banner-box .t-btn, footer .footer-menu ul a {
  font-size: 20px;
}

.nav-menu {
  gap: 25px;
}

.hero-banner .container-fluid {padding-top: 150px;padding-bottom: 120px;}

.countries-box h4 {
  font-size: 20px;
}

.countries-box p{
  font-size: 18px;
}

h3 {
  font-size: 26px;
}

footer .container-fluid .row:last-child {
  padding: 15px;
}

p {
  font-size: 18px;
}

.social-links svg {
  height: 50px;
  width: 50px;
}

.project-grid-box {
  margin-top: 40px;
}

.project-box p {
  font-size: 20px;
  padding: 20px;
  margin-top: -70px;
}

h2 {
  font-size: 40px;
}

.home-sec-01 .content-box p:nth-child(3), .home-sec-02 .content-box p:nth-child(3) {
  font-size: 22px;
}

.process-01 .process-box, .process-04 .process-box {
  width: 220px;
}

.process-main-box .second-box {
  margin-top: -14px;
}

.process-main-box h3 {
  font-size: 20px;
}

.process-01 h3 {
  margin-top: 90px;
}
.process-01, .process-04 {
  gap: 20px;
  margin-left: 0px;
}

.process-03, .process-02 {
  gap: 10px;
  margin-bottom: -35px;
}

.process-02 {
  margin-top: -35px;
}

.process-main-box .first-box, .process-main-box .second-box {
  gap: 15px;
  align-items: flex-start;
}

.process-main-box {
  padding-left: 50px;
}

.home-sec-03 .container-fluid .row:first-child {
  margin-bottom: 80px;
}

header .container-fluid {
  padding-top: 30px;
  padding-bottom: 30px;
}

header {
  border-top: 15px solid #482c0b;
}

.home-sec-03 .container-fluid {
  padding-top: 70px;
  padding-bottom: 110px;
}

.review-slider {
  padding: 50px 80px;
}



}
@media only screen and (max-width: 1400px) {
    

  .about-sec-01 .content-box {
    padding-left: 20px;
}

  .content-box {
    row-gap: 15px;
}

.right-menu-box .detail-box a:first-child, .banner-box .t-btn, footer .footer-menu ul a {
  font-size: 18px;
}

.container-fluid {
  padding-right: 50px;
  padding-left: 50px;
}

.header-logo img {
  width: 200px;
  margin: auto;
}

.header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.nav-menu, .right-menu-box, .right-menu-box .detail-box{
  gap:15px;
}

.t-btn {
  padding: 15px 30px;
}
.envira-back-link {
    padding: 15px 30px;
    background: #59815f;
    color: white;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.envira-back-link:hover {
    color: white;
    background: #482c0b;
}
footer .container-fluid .row:first-child .content-box a {
  width: 100%;
}

.review-slider p:first-child {
  font-size: 23px;
}

.review-slider p:last-child {
  font-size: 20px;
}

h2 {
  font-size: 35px;
}

.hero-banner .container-fluid {
  padding-top: 90px;
  padding-bottom: 90px;
}

h1 {
  font-size: 45px;
}

.home-sec-01 .container-fluid {
  padding: 80px 40px 80px 0;
}

.project-box p {
  font-size: 17px;
  padding: 15px;
  margin-top: -55px;
}

.process-box {
  padding: 25px;
}

.process-main-box {
  padding-left: 20px;
}

.review-slider-box svg {
  width: 20px;
  height: 35px;
}

.home-sec-01 .content-box {
  padding-left: 20px;
}


.process-02 .process-box, .process-03 .process-box {
  width: 260px;
}

.process-01 .process-box, .process-04 .process-box {
  width: 200px;
}

.home-sec-04 .container-fluid {
  padding-top: 60px;
  padding-bottom: 70px;
}

.review-slider {
  padding: 30px 50px;
}

footer .container-fluid .row:first-child {
  padding: 50px;
}

footer .container-fluid .row:first-child .content-box a{
  font-size: 18px;
}


}
@media only screen and (max-width: 1199px) {
    
    .sub-menu {
        transform: translate(-50%, 65px);
    }
    
    .menu-item-has-children:before {
        height: 65px;
    }
    
    .page-template-default .about-sec-01 .row .wp-block-list {
    width: 65%;
}
    
    header{
        display:none;
    }

  h3 {
    font-size: 22px;
}

.countries-box h4:nth-child(2) {
  margin-bottom: 10px;
}

.countries-box h4 {
  font-size: 18px;
}

.home-sec-03 .row:nth-child(2) .col-lg-6:nth-child(1) {
  width: 40%;
  max-width: 40%;
  flex: 0 0 40%;
}

.home-sec-03 .row:nth-child(2) .col-lg-6:nth-child(2) {
    width: 60%;
    max-width: 60%;
    flex: 0 0 60%;
}


}
@media only screen and (max-width: 991px) {
    
    .about-sec-01 h2 {
    width: 100% !important;
    text-align: center !important;
}
    .about-sec-01 p {
        text-align: center !important;
        width: 100% !important;
    }
    
    .page-id-114 #gform_wrapper_1 .gform-field-label {
    font-size: 16px;
}
    
    .page-id-114 #gform_wrapper_1 {
    width: 90%;
    margin: auto;
}

  .about-sec-01 .content-box {
    padding-left: 0px;
}
  .about-sec-01 p {
 text-align: center;
}

  .home-sec-03 .row:nth-child(2) .col-lg-6:nth-child(1) {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  
  .home-sec-03 .row:nth-child(2) .col-lg-6:nth-child(2) {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%;
  }

  .banner-box p {
    margin: 0 auto 10px;
    width: 100%;
}

.home-sec-01 .container-fluid {
  padding: 50px 30px;
}

.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}

.hero-banner .container-fluid {
  padding-top: 10px;
  padding-bottom: 50px;
}

h1 {
  font-size: 40px;
}

.right-menu-box .detail-box a:first-child, .banner-box .t-btn, footer .footer-menu ul a, .nav-menu a, .right-menu-box .detail-box a:last-child, .t-btn, footer .container-fluid .row:first-child .content-box a:first-child {
  font-size: 15px;
}

.home-sec-03 .container-fluid {
  padding: 0px 30px 80px;
}

.home-sec-03 .container-fluid .row:first-child {
  padding-left: 0;
  margin-bottom: 50px;
}

.content-box, .process-main-box {
  align-items: center !important;
  padding:50px 0 0 0;
}

footer .footer-menu {
  text-align: center;
  justify-content: center;
}

.review-slider {
  padding: 40px 50px 0px;
}

.home-sec-04 .container-fluid {
  padding-top: 10px;
  padding-bottom: 60px;
}

.home-sec-02 .t-btn {
  margin-top: 0;
}

.home-sec-02 .container-fluid {
  padding-top: 0px;
  padding-bottom: 50px;
}

.heading-divider {
  height: 2px;
  width: 200px;
}

.home-sec-02 .content-box p {
  width: 100%;
}

.process-main-box .second-box {
  padding-left: 40px;
}

.project-grid-box {
  flex-wrap: wrap;
}


}
@media only screen and (max-width: 767px) {
    
    .page-template-default .about-sec-01 .row .wp-block-image, .page-template-default .about-sec-01 .row .wp-block-list{
        width:100%;
        text-align: center;
                display: flex
;
        flex-direction: column;
        align-items: center;
    }
    
    .page-template-default .about-sec-01 .row .wp-block-image{
        margin-bottom:30px;
    }

  p {
    font-size: 15px;
    text-align: center;
  }
  
  .home-sec-01 .content-box p:nth-child(3), .home-sec-02 .content-box p:nth-child(3) {
    font-size: 17px;
  }
  
  h1 {
    font-size: 30px;
  }
  
  .review-slider p:first-child {
    font-size: 15px;
  }
  
  .review-slider {
    padding: 20px 20px 0px;
  }
  


  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
}

footer .footer-menu {
  padding-bottom: 30px;
}

.social-links-box {
  padding-top: 30px;
}

footer .footer-menu ul a{
  font-size: 20px;
}

.countries-box h4 {
  font-size: 20px;
}

/*    .page-template-default .about-sec-01 .row {*/
/*    display: flex;*/
/*    text-align: center;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: 100%;*/
/*        margin: auto;*/
/*}*/
    
    /*.page-template-default .about-sec-01 .row .wp-block-image img {*/
    /*    margin: 0 0px 40px 0;*/
    /*}*/
    
    
    .wp-block-image .alignleft{
        margin:0;
    }



}
@media only screen and (max-width: 575px) {
    
  footer .container-fluid .row:first-child {
    padding: 50px 20px;
}

h2 {
  font-size: 25px;
  text-align: center;
}

.home-sec-01 .content-box {
  padding-left: 0px;
}

.home-sec-01 .container-fluid {
  padding: 50px 20px;
}

h1 {
  font-size: 28px;
}

.process-01 .process-box, .process-04 .process-box {
  width: 100%;
}

.process-02 .process-box, .process-03 .process-box {
  width: 100%;
}

.process-main-box .second-box {
  padding-left: 0;
}

.process-01 h3 {
  margin-top: 0;
  transform: rotate(0deg);
  height: auto;
  width: auto;
}

.process-04 h3 {
  width: auto;
  transform: rotate(0deg);
  margin-top: 0px;
  height: auto;
}

.process-main-box .second-box {
  margin-top: 0;
}

.process-main-box {
  gap: 20px;
  align-items: center;
  padding-left: 0px;
  flex-direction: column;
}

.process-main-box .first-box, .process-main-box .second-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.process-01 {
  flex-direction: column;
  margin-left: 0px;
  align-items: center;
}

.process-02 {
  margin-top: 0;
  align-items: center;
  width: 100%;
}

.process-04 {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.process-03 {
  flex-direction: column-reverse;
  align-items: center;
  margin-bottom: 0px;
  justify-content: center;
}


.process-box p{
  text-align: center;
}

.process-03, .process-02 {
  margin-bottom: 0;
}


}