@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



.clr:after {
    content: "";
    display: table;
    clear: both;
}

.transform-middle {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

body {
    font-size: 14px;
    color: #000;
    background: #fff;
    font-family: "Poppins", "sans-serif";
    overflow-x: hidden;

}

a {
    color: inherit;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

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

.image {
    width: 100%;
    height: 100%;
}

.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
    font-weight: 400;
    outline: none !important;
}

a {
    cursor: pointer;
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: inherit !important;
    opacity: 1;
}

::-moz-placeholder {
    color: inherit !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit !important;
    opacity: 1;
}

.col-centered {
    margin: auto;
    float: none;
}

a,
button {
    transition: 0.3s;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password] {
    padding: 0 10px;
}

textarea {
    padding: 5px 10px;
}

input,
textarea,
select,
button,
a {
    font-family: "Poppins", "sans-serif";
}

.select {
    width: 100%;
    height: 40px;
    border: 1px solid #dfdfdf;
    background: #fbfbfb;
    background-position: center right 5px;
    background-repeat: no-repeat;
    position: relative;
}

.select select {
    width: 100%;
    height: 100%;
    font-size: 12px;
    padding: 0 30px 0 10px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: none;
    position: relative;
    border: 1px solid #e1e11e;
    z-index: 9;
}

.select:after {
    font-family: "Font Awesome 5 Free";
    content: '\f0d7';
    width: 30px;
    font-size: 14px;
    color: #004780;
    position: absolute;
    text-align: center;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
}

.check {
    display: inline-block;
}

.check label {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 27px;
    vertical-align: middle;
    color: #7c4b2a;
}

.check span {
    display: inline-block;
    width: calc(100% - 27px);
    vertical-align: middle;
    max-width: 425px;
}

.check input[type=checkbox] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: url("../icon/uncheck.png") no-repeat center;
    background-size: contain;
    margin-right: 10px;
    margin-top: -3px;
    display: inline-block;
}

.check input[type=checkbox]:checked {
    background-image: url("../icon/check.png");
}

.radio-btn {
    display: inline-block;
}

.radio-btn label {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 27px;
    vertical-align: middle;
    padding-left: 20px;
}

.radio-btn input[type=radio] {
    width: 17px;
    height: 17px;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: url("../icon/radio_unchecked.png") no-repeat center;
    background-size: contain;
    margin-left: -20px;
    margin-right: 5px;
}

.radio-btn input[type=radio]:checked {
    background-image: url("../icon/radio_checked.png");
}

a,
button {
    cursor: pointer;
    transition: 0.3s;
}
main {
    padding-top: calc(100px - 2rem);
    
}
.color_pink{
color: #ff497c;
}
.color_green{
    color: #a0ce4e;
}
.color_blue{
   color: #00bea3; 
}
.color_orange{
    color: #f1894c;
}
/* header */
header {
    background: #000;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

header .container-fluid{
    padding: 0;
}

.toggle-btn {
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: none;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

.toggle-btn span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


.toggle-btn span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 37px;
}

.toggle-btn span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 26px;
}

.toggle-btn span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 37px;
}

.toggle-btn.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 8px;
}

.toggle-btn.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.toggle-btn.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 27px;
    left: 8px;
}
.menu_main{
    display: flex;
  align-items: center;
}

.h-top {
flex: 0 0 40%;
}

.h-top .image {
    width: 100px;
    height: 100px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}


.h-btm{
    flex: 0 0 60%;
  
}
.h-btm .menu{
    text-align: right;
}
.h-btm .menu li{
    display: inline-block;
    padding: 0 28px;
     vertical-align: middle;
}

.h-btm .menu li a{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .2em;
    color: #a38138;
}


/* banner-sec */
.banner-sec {
  position: relative;
  background: #000;

}
.banner-image{
  height: 100vh;
}
.banner-sec .overlay {
  position: absolute;
    width: 100%;
    height: 100%;
    top: 0;bottom: 0;right: 0;left: 0;
    background: #000;
    z-index: -1;
}
.banner-sec h2 {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 28px;
  margin-bottom: 2em;
  color: #fff;
}
.banner-sec h3 {
 text-transform: uppercase;
  font-size: 120px;
  letter-spacing: 28px;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 400;
  color: #eaa615;
}
.scroll-down-btn{
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  bottom: -100px;
  left: 50%;
  right: 0;
  text-align: center;
    -webkit-animation:intro-scroll .5s linear,floating 1.5s infinite;
  animation:intro-scroll .5s linear,floating 1.5s infinite
}
.scroll-down-btn svg{
  fill: #fff;
  min-width: 60px;
  min-height: 60px;
  cursor: pointer;
}

@-webkit-keyframes intro-scroll {
  0% {
    bottom:12%;
    opacity:0
  }
  100% {
    bottom:9%;
    opacity:1
  }
}
@keyframes intro-scroll {
  0% {
    bottom:12%;
    opacity:0
  }
  100% {
    bottom:9%;
    opacity:1
  }
}


@keyframes floating {
  0% {
    -webkit-transform:translate(-50%,0%);
    transform:translate(-50%,0%)
  }
  50% {
    -webkit-transform:translate(-50%,8%);
    transform:translate(-50%,8%)
  }
  100% {
    -webkit-transform:translate(-50%,0%);
    transform:translate(-50%,0%)
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform:translate(-50%,0%);
    transform:translate(-50%,0%)
  }
  50% {
    -webkit-transform:translate(-50%,8%);
    transform:translate(-50%,8%)
  }
  100% {
    -webkit-transform:translate(-50%,0%);
    transform:translate(-50%,0%)
  }
}


@keyframes scrollWheel {
  0% { opacity: 1; top: 8px; }
  100% { opacity: 0; top: 18px; }
}

.animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-transform: translateX();
  transform: translateX();
}
.page_slider.intro_slider .animated.hinge {
  -webkit-animation-duration:1s;
  animation-duration:1s
}
.fadeInSlider {
  animation-name: fadeInSlider;
  -webkit-animation-name: fadeInSlider;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible;
}
@keyframes fadeInSlider {
  0% {
    -webkit-transform:scale(1.4);
    transform:scale(1.4);
    opacity:0
  }
  100% {
    -webkit-transform:scale(1);
    transform:scale(1);
    opacity:1
  }
}
@-webkit-keyframes fadeInSlider {
  0% {
    -webkit-transform:scale(1.4);
    transform:scale(1.4);
    opacity:0
  }
  100% {
    -webkit-transform:scale(1);
    transform:scale(1);
    opacity:1
  }
}
.pullUpSlider {
  animation-name:pullUpSlider;
  -webkit-animation-name:pullUpSlider;
  animation-duration:1.1s;
  -webkit-animation-duration:1.1s;
  animation-timing-function:ease-out;
  -webkit-animation-timing-function:ease-out;
  transform-origin:50% 100%;
  -ms-transform-origin:50% 100%;
  -webkit-transform-origin:50% 100%
}
@keyframes pullUpSlider {
  0% {
    -webkit-transform:scaleY(.1);
    transform:scaleY(.1);
    opacity:0
  }
  40% {
    -webkit-transform:scaleY(1.02);
    transform:scaleY(1.02)
  }
  60% {
    -webkit-transform:scaleY(.98);
    transform:scaleY(.98)
  }
  80% {
    -webkit-transform:scaleY(1.01);
    transform:scaleY(1.01)
  }
  100% {
    -webkit-transform:scaleY(.98);
    transform:scaleY(.98)
  }
  80% {
    -webkit-transform:scaleY(1.01);
    transform:scaleY(1.01)
  }
  100% {
    -webkit-transform:scaleY(1);
    transform:scaleY(1);
    opacity:1
  }
}
@-webkit-keyframes pullUpSlider {
  0% {
    -webkit-transform:scaleY(.1);
    opacity:0
  }
  40% {
    -webkit-transform:scaleY(1.02)
  }
  60% {
    -webkit-transform:scaleY(.98)
  }
  80% {
    -webkit-transform:scaleY(1.01)
  }
  100% {
    -webkit-transform:scaleY(.98)
  }
  80% {
    -webkit-transform:scaleY(1.01)
  }
  100% {
    -webkit-transform:scaleY(1);
    opacity:1
  }
}
.banner_btn{
    font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 30px 20px;
  margin-bottom: 4px;
  line-height: 1;
  display: inline-block;
  letter-spacing: 4px;
  text-indent: .2em;
  text-align: center;
  color: #fff;
  border: 4px solid #a38138;
  background-color: #a38138;
  border-radius: 50px;
  position: relative;
  transition: all .4s linear 0s;
  min-width: 230px;
}
.banner_btn:hover{
 background-color: transparent;
 color: #a38138;
}
.banner-sec p{
    font-size: 40px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 4px;
  padding-top: 20px;
}
.banner-sec img{
    width: 100% !important;
    height: 100%;
    opacity:0.5;
    object-fit: cover;
}
.banner-sec .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
     z-index: 1;
}
/* banner_inner_sec */

.banner_inner_sec{
  background-image: url(../images/breadcrumbs-1.jpg);
  padding: 110px 0;
  text-align: center;
}
.headline{
  line-height: 1;
  font-size: 54px;
}

.paypal_btn {
  display: inline-block;
  background: #0070ba;
  color: #fff;
  padding: 14px 28px;
  font-size: 15px;
  border-top-left-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 99;
  border-bottom-left-radius: 6px;
}

/* breadcrumb */

.custom-breadcrumb{
  text-transform: uppercase;
  color: #a38138;
  font-size: 15px;
}
.custom-breadcrumb .separator {
  padding: 0 15px;
}
.custom-breadcrumb .current {
  color: #000;
}
/* home_second_sec */
.home_second_sec{
    padding: 80px 0 0;
}
.vertical-dots {
 width: 4px;
  height: 18px;
  margin: 0 auto;
  background: #eaa615;
  border-radius: 10px;
  margin-bottom: 7px;
  position: relative;
  z-index: 2;
}
.home_second_sec h2 {
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 500;
}
.home_second_sec h2 span{
    display: block;
    font-weight: 400;
    color: #eaa615;
}
.home_second_sec .para1 {
  max-width: 750px;
  margin: auto;
  font-size: 16px;
  line-height: 30px;
}
.home_second_sec .para1 span{
    font-weight: 600;
    color: #000;
}
.home_second_sec .box img {
  width: 100%;
  max-width: 120px;
  height: 120px;
  transition-duration: 0.15s;
}
.home_second_sec .box h3{
    font-size: 24px;
    line-height: 1.25em;
    margin-bottom: 15px;
}
.home_second_sec .box h3 a{
font-weight: 500;
}
.home_second_sec .box p{
    font-size: 16px;
    line-height: 30px;
    max-width: 310px;
  margin: auto;
}



/* process-section */
.process-section{
  background-color: #1f2732;
  background-image: url(../images/texture.png);
  position: relative;
}
.process-section .vertical-dots{
    background: #fff;
}
.process-section .container{
    max-width: 1140px;
}
.process-section .banner_btn:hover{
background: #fff;
}
.process-row.left .process-para{
    text-align: left;
}
.process-row.right .process-para{
    text-align: right;
}
.process-row.left .process-text h2 span{
  text-align: right;
}
.process-row.right .process-text h2 span{
  text-align: left;
}
.process-row.left .process-text h2 span{
right: -20px;
}
.process-row.right .process-text h2 span{
left: -20px;
}
.process-row.left .process-text h2{
text-align: left;
}
.process-row.right .process-text h2{
text-align: right;
}
.process-text h2 span{
   font-size: 48px;
  color: #fff;
  line-height: 1em;
  position: absolute;
  top: 40%;
  display: block;
  font-weight: 500;
}
.process-text h2{
font-size: 200px;
  line-height: 1em;
  font-weight: 600;
  position: relative;
  
}
.process-img{
    text-align: center;
    position: relative;
}
.process-img .image{
    width: 100%;
  max-width: 250px;
  border-style: solid;
  border-width: 10px 10px 10px 10px;
  border-color: #ffffff1a;
  border-radius: 50% 50% 50% 50%;
}
.process-para{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}
.arrow {
  position: absolute;
  bottom: -100px;
  width: initial;
  max-width: initial;
  right: 40px;
}

.process_btn {
  text-align: center;
  z-index: 1;
  position: relative;
}

@media (min-width: 768px) {
  .process-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 0;
    border-top: 100px solid #fff;
    border-left: 100vw solid #fff0;
  }
}
@media (min-width: 768px) {
  .process-section::after {
  content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 0;
    border-bottom: 100px solid #fff;
    border-right: 100vw solid #fff0;
  }
}

/* gallery_tabs_sec */
.gallery_tabs_sec{
    overflow: hidden;
}

.gallery_tabs_sec .nav-tabs {
  justify-content: center;
}
.gallery_tabs_sec .nav-link {
  font-family: "Poppins",Sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  border: none;
  margin: 7px 0 55px 0;
  padding: 0 30px;
}
.gallery_tabs_sec .nav-tabs .nav-item.show .nav-link, .gallery_tabs_sec .nav-tabs .nav-link.active{
    color: #a38138;
}
.gallery_tabs_sec .owl-carousel .owl-item img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.gallery_tabs_sec .owl-carousel .owl-nav .owl-prev,
.gallery_tabs_sec .owl-carousel .owl-nav .owl-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #755922 !important;
  width: 80px;
  height: 80px;
  text-align: center;
  margin: 0 !important;
  cursor: pointer;
  z-index: 2;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all .2s ease-in-out 0s;
  min-width: 30px;

}
.gallery_tabs_sec .owl-nav .owl-prev {

  left: -40px;
  border-top-right-radius: 100px !important;
  border-bottom-right-radius: 100px !important;
  
}
.gallery_tabs_sec .owl-nav .owl-next {
  right: -40px;
  border-top-left-radius: 100px !important;
  border-bottom-left-radius: 100px !important;
}
.gallery_tabs_sec .owl-carousel .owl-nav > button span{
    display: none;
}
.gallery_tabs_sec .owl-carousel .owl-nav > button::after {
  transition: all .3s ease 0s;
  font-family: FontAwesome;
  line-height: 60px;
  font-size: 20px;
  content: '\f105';
  color: #fff;
    position: absolute;
  top: 50%;
    transform: translateY(-50%);
}
.gallery_tabs_sec .owl-carousel .owl-nav > button.owl-prev::after {
right: 20px;
content: '\f104';
}
.gallery_tabs_sec .owl-carousel .owl-nav > button.owl-next::after {
left: 20px;
}
.gallery_tabs_sec .owl-carousel .owl-nav .owl-prev:hover {
  left: 0;
}
.gallery_tabs_sec .owl-carousel .owl-nav .owl-next:hover {
  right: 0;
}

/* start_sec */

.start_sec h2{
font-size: 54px;
color: #000;
line-height: 1em;
margin-bottom: 25px;
}

.start_sec p{
 font-size: 18px;
  color: #8a8a8a;
}

.start_sec .banner_btn {
  background: #fff;
  color: #a38138;
  position: relative;
  z-index: 2;
}
.start_sec .banner_btn:hover{
      background: #a38138;
  color: #fff;
}
.abstract-shape-top {
 position: relative;
 margin-bottom: -50px;
}
.abstract-shape-top .shape_left{
  top: 0;
  left: 0;
  position: absolute;
  width: 50%;
  height: 100px;
  background-color: #fff;
  z-index: 1;
  transform: skewY(-3deg);
}
.abstract-shape-top .shape_right{
  top: 0;
  right: 0;
  position: absolute;
  width: 50%;
  height: 100px;
  background-color: #fff;
  z-index: 1;
  transform: skewY(3deg);
}
.abstract-shape-bottom {
 position: relative;
 margin-bottom: -50px;
}
.abstract-shape-bottom .shape_left{
    bottom: 0;
  left: 0;
  position: absolute;
  width: 50%;
  height: 100px;
  background-color: #fff;
  z-index: 1;
  transform: skewY(3deg);
}
.abstract-shape-bottom .shape_right{
   bottom: 0;
  right: 0;
  position: absolute;
  width: 50%;
  height: 100px;
  background-color: #fff;
  z-index: 1;
  transform: skewY(-3deg);
}

/* about_middle_sec */
.about_middle_sec {
  padding: 120px 0 0;
  text-align: center;
}
.about_middle_sec .container{
  max-width: 1170px;
}
.about_middle_sec h2{
font-size: 30px;
color: #000;
line-height: 1.2em;
font-weight: 400;
max-width: 770px;
  margin: 0 auto 50px;
}

.about_middle_sec h3{
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25em;
  margin: 28px 0 16px 0;
}
.about_middle_sec p{
    font-size: 16px;
     line-height: 30px;
  font-weight: 400;
  color: #717171;
  margin-bottom: 30px;
}
.about_middle_sec .icon{
  width: 160px;
  height: 160px;
  border-radius: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.about_middle_sec .icon::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff0;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border: 4px solid #fff;
  border-radius: 50%;
}
.about_middle_sec .icon_green{
background:#a0ce4e;
}
.about_middle_sec .icon_greendeep{
background:#00bea3;
}
.about_middle_sec .icon_orange{
background:#f1894c;
}
.about_middle_sec svg{
  width: 65px;
  height: 65px;
  fill: #fff;
}

/* services-sec */
.services-sec{
  padding: 100px 0 0;
  text-align: center;
}
.services-sec .top_head{
max-width: 700px;
margin: auto;
}
.services-sec .top_head h2 {
font-size: 48px;
margin-bottom: 20px;
}

.services-sec .top_head p {
font-size: 18px;
color: #a6a5a5;
  line-height: 34px;
margin-bottom: 60px;
}

.services_box{
  background: #f4f4f5;
  box-shadow: 0 0 3px 0 rgba(31.000000000000004,39.00000000000001,50.00000000000001,.1);
  border: 2px solid #dedfe1;
  height: 100%;
  padding: 50px 45px;

}
.services_box .icon{
  width: 95px;
  height: 95px;
  margin: 0 auto 50px;
}
.services_box .icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.services_box h3{
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.services_box p{
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #7f7f7f;
  max-width: 460px;
  margin: auto;
}

/* contact-sec */

.contact-sec {
  padding: 120px 0 80px;
}
.contact-sec .top_head{
  text-align: center;
}
.contact-sec .top_head h2 {
  font-size: 3rem;
font-weight: 700;
  color: #000;
  line-height: 1.2em;
  max-width: 770px;
  margin: 0 auto 30px;
}
.contact-sec .top_head p {
font-size: 1.1rem;
color: #797979;
max-width: 600px;
margin: 0 auto 50px;
}
.card-box{
  border: 1px solid #c1c1c1;
  height: 100%;
  border-radius: 5px;
  padding: 20px 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.card-box h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.card-box .info-item{
  margin-bottom: 20px;
}
.card-box h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.card-box .info-item input.form-control{
  height: 45px;
}
/* footer */
.footer{
background-color: #f4f4f5;
  background-image: url(https://webdesign-finder.com/deepdigital-v2/wp-content/uploads/2023/05/texture_2.png);
  margin-top: 100px;
}
.footer_icon{
    width: 150px;
    height: 150px;
    background-color: #fff;
    border-radius: 50%;
    margin: 24px auto;
    display: flex;
  justify-content: center;
  align-items: center;
transition: .3s linear;
     transform: scale(1);
}
.footer_icon:hover{
    transform: scale(1.1);
}
.footer_icon svg{
   width: 65px;
  height: 65px;
  text-align: center;
}
.footer_icon1{
    fill: #a0ce4e;
}
.footer_icon2{
    fill: #00bea3;
}
.footer_icon3{
    fill: #f1894c;
}
.footer h4 {
  font-size: 24px;
  margin: 15px 0;
  color: #000;
}
.footer p span {
  font-weight: 600;
  color: #000;
}
.footer p {
  font-size: 16px;
  line-height: 30px;
  color: #717171;
}
.copyright{
    background: #eaa615;
    padding: 25px 0;
}
.copyright p{
font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #fff;
}

/*media*/



@media only screen and (max-width: 1199px) {
   .banner-sec p {
    font-size: 24px;
    letter-spacing: 4px;
  }
  .h-btm .menu li{
    padding: 0 15px;
   }
}

@media only screen and (max-width: 991px) {
   
    .h-top .image {
        width: 50px;
        height: 50px;
    }

    .h-top .text {
        padding-left: 6px;
    }

    .h-top .text h1 {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .h-top .text h2 {
        font-size: 12px;
    }

    

    .toggle-btn {
        display: inline-block;
    }

    .h-btm .menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        max-width: 250px;
        transition: .5s;
        z-index: 9;
        background: #000;
        z-index: 1;
        padding-top: 50px;
        text-align: left;
    }
 .h-btm .menu.active{
  left: 0;
 }
    
}

@media only screen and (max-width: 767px) {
  main {
  padding-top: calc(50px - 2rem);
}
.banner_btn{
  padding: 13px;
  min-width: 205px;
}
  .banner-sec .content{
    top: calc(55% - 5px);
  }
  .banner-sec h2 {
  letter-spacing:14px
}
 .banner-sec h3 {
    font-size: 48px;
    letter-spacing: 4px;
  }
     .banner-sec p{
      font-size: 18px;
     }
     .scroll-down-btn{
      display: none;
     }
     .home_second_sec {
  padding: 25px 0 0;
}
     .gallery_tabs_sec .nav-link{
      padding: 0 5px;
      font-size: 15px;
     }
     .h-btm .menu li {
  display: block;
  padding: 10px;
  line-height: 30px;
}
.process-text h2{
  font-size: 90px;
 
}
.process-text h2 span {
  position: static;
  display: block;
  vertical-align: middle;
  font-size: 44px;
}
.process-row .process-text h2{
 font-size: 90px;
}
.process-row.left .process-text h2,
.process-row.left .process-text h2 span,
.process-row.right .process-text h2,
.process-row.right .process-text h2 span,
 .process-row.right .process-para,
  .process-row.left .process-para {
  text-align: center;
}
.arrow{display: none;}
.process-img{margin: 25px 0;}
.process-para{
  margin-bottom: 25px;
}
.process-section{
  padding-bottom: 30px;
}
.start_sec h2{
  font-size: 48px;
}
.about_middle_sec h2{
  font-size: 24px;
}
.services-sec .top_head h2{
  font-size: 35px;
}
.contact-sec .top_head h2{
  font-size: 40px;
}
.card-box{
  height: auto;
  margin-bottom: 30px;
}
.contact-sec{
  padding-bottom: 0;
}
.copyright {
  padding: 15px 0;
}
.copyright p{
  font-size: 13px;
  letter-spacing: 1px;
}

}
