@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Oswald:wght@200;300;400;500;600;700&family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Limelight&family=Pattaya&family=Quicksand:wght@300;400;500;600;700&display=swap');

/*
    font-family: 'Lato', sans-serif;

    font-family: 'Oswald', sans-serif;

    font-family: 'Poppins', sans-serif;

    font-family: 'Limelight', cursive;

    font-family: 'Pattaya', sans-serif;

    font-family: 'Quicksand', sans-serif;
*/

.alert{
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
}

body{
  font-family: 'Poppins', sans-serif;
}

.four .main-in .logo.in-mobile{
  display: none;
}


.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

.updown{
  display: flex;
  align-items: center;
}

.top{
  position: relative;
  /*background: transparent;*/
  background-color: red;
  background-image:
    radial-gradient(
      #738316,
      #403c23
    );
  padding: 15px 0 15px 0;
}

.top .top-left{
  position: relative;
  color: #000;
  width: 100%;
}

.top .top-left p{
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.5;
  letter-spacing: .05em;
  font-family: 'Lato', sans-serif;
  color: #fff;
}

.top .top-left p i{
  color: #fff;
  float: left;
  font-size: 36px;
  margin-top: 3px;
  margin-right: 10px; 
}

.top .top-mid{
  position: relative;
  text-align: center;
}

.top .top-mid img{
  width: 250px;
}

.top .top-right{
  position: relative;
  text-align: right;
  color: #fff;
  width: 100%;
}

.top .top-right h4{
  font-size: 26px;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 0;
}

.top .top-right h4 i{
  font-size: 18px;
  margin-right: 10px;
  color: #fff;
}

header{
  background: #707f16;/*old*/
  background: #3d3825;
}

header .navbar{
  padding: 0;
}

header .nav-item:first-child{
  margin-left: 0;
}

header .nav-item{
  margin-left: 35px;
}

.navbar-light .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  color: #fff;
  padding: 0;
  padding: 25px 0;
  text-transform: uppercase;

  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  transition: all .25s ease-in-out;
}

.navbar-light .navbar-nav .nav-link:hover{
  color: #fff;
  transition-delay: 0.4s;
}

.navbar-light .navbar-nav .active > .nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-item{
  position: relative;
}

.navbar-light .navbar-nav .nav-item:hover::after{
  transition: 0.4s;
  width: 100%;
}

.navbar-light .navbar-nav .nav-item.active::after{
  width: 100%;
}

.navbar-light .navbar-nav .nav-item::after{
  width: 0;
  background: #ffec62;
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  height: 8px;
  background: #ffec62;
  transform: translate3d(-50%, -50%, 0);
  transition: all .25s ease;
}

#myCarousel .order-md-1{
  padding-left: 80px;
}

#myCarousel .carousel-item .mask {
  position: absolute;
  top: 0;
  left:0;
  height:100%;
  width: 100%;
  background-attachment: fixed;
}

#myCarousel h4{
  font-size:50px;
  margin-bottom:15px;
  color:#FFF;
  line-height:100%;
  letter-spacing:0.5px;
  font-weight:600;
}

#myCarousel p{
  font-size:18px;
  margin-bottom:15px;
  color: #fff;
}

#myCarousel .carousel-item a{
  background:#FFEC62; 
  font-size:14px; 
  color:#000; 
  padding:13px 32px; 
  display:inline-block; 
  transition: 0.4s;
}

#myCarousel .carousel-item a:hover{
  background: #707f16;
  text-decoration: none;
  color: #fff;
  transition: 0.4s;
}

#myCarousel .carousel-item h4{
  -webkit-animation-name:fadeInLeft; 
  animation-name:fadeInLeft;
} 

#myCarousel .carousel-item p{
  -webkit-animation-name:slideInRight; 
  animation-name:slideInRight;
} 

#myCarousel .carousel-item a{
  -webkit-animation-name:fadeInUp; 
  animation-name:fadeInUp;
}

#myCarousel .carousel-item .mask img{
  -webkit-animation-name:slideInRight; 
  animation-name:slideInRight; 
  display:block; 
  height:auto; 
  max-width:100%;
}

#myCarousel h4, 
#myCarousel p, 
#myCarousel a, 
#myCarousel .carousel-item .mask img{-webkit-animation-duration: 1s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#myCarousel .container {
  max-width: 1430px;  
}

#myCarousel .carousel-item{
  min-height: 510px; 
}

#myCarousel{
  position:relative; z-index:1; 
  background:url(../img/banner.jpg) center center no-repeat; 
  background-size:cover; 
}

.carousel-control-next, 
.carousel-control-prev{
  height:40px; 
  width:40px; 
  padding:12px; 
  top:50%; 
  bottom:auto; 
  transform:translateY(-50%); 
  background-color: #FFEC62; 
}


.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left, 
.carousel-fade .carousel-item-prev.carousel-item-right, 
.carousel-fade .carousel-item.active {
  opacity: 1
}

.carousel-fade .carousel-item-left.active, 
.carousel-fade .carousel-item-right.active {
  opacity: 0
}

.carousel-fade .carousel-item-left.active, 
.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, 
.carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

@supports (transform-style:preserve-3d) {
  .carousel-fade .carousel-item-left.active, 
  .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, 
  .carousel-fade .carousel-item-prev.active, 
  .carousel-fade .carousel-item.active {
  -webkit-transform:translate3d(0, 0, 0);
  transform:translate3d(0, 0, 0)
  }
}

.carousel-fade .carousel-item-left.active, 
.carousel-fade .carousel-item-next, 
.carousel-fade .carousel-item-prev, 
.carousel-fade .carousel-item-prev.active, 
.carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.two{
  position: relative;
  margin-top: -73px;
  z-index: 9;
}

.two .mid-frame{
  padding: 55px 85px 20px 234px;
  height: 480px;
  background: url(../img/mi-frame.jpg);
  background-size: cover;

  text-align: center;
  border: 10px solid #f3f7f8;
  background-repeat: no-repeat;
  background-size: cover;
}

.two .mid-frame img{
  width: 100%;
}

.two .mid-frame h2{
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 55px;
  font-family: "Oswald", sans-serif;
}

.two .mid-frame p{
  font-size: 16px;
  color: #d2d2d2;
  line-height: 1.6;
  font-family: 'Lato', sans-serif
}

.three{
  position: relative;
  padding: 40px 0;
  height: 727px;
  overflow: hidden;
}

.three .out{
  padding: 0 15px;
}

.three .tox{
  position: relative;
  text-align: center;
  transition: 0.4s;
  height: 500px;
}

.three .out:hover .tox .tox-img{
  border: none; 
  padding: 0;
  transition: 0.4s;
}

.three .out{
  transition: 0.4s;
}

.slick-prev, .slick-next {
  top: 25% !important;
}

.slick-prev {
  left: -45px !important;
}

.slick-next {
  right: -32px !important;
}

.slick-prev::before, .slick-next::before {
  padding: 8px !important;
  background: #212529 !important;
  font-size: 16px !important;
  border-radius: 5px !important;
}

.three .out:hover{
  padding: 10px;
  transition: 0.4s;
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.15);
}

.three .tox .tox-img{
  overflow: hidden;
  padding: 15px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  transition: 0.4s;
}

.three .tox .tox-img img{
  width: 100%;
  transition: 0.4s;
}

.three .tox .tox-data{
  position: relative;
  padding: 10px 10px;
  transition: 0.4s;
  margin-bottom: 15px;
}

.three .tox .tox-data h3{
  font-size: 23px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.three .tox .tox-data p{
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.8
}

.three .tox a{
  color: #000;
  border: 2px solid transparent;
  border-bottom: 2px solid #000;
  transition: 0.4s;
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 14px;
  text-decoration: none;
  transition: 0.4s;
}

.three .out:hover .tox a{
  border: 2px solid #000;
  transition: 0.4s;
  padding: 8px 20px;
}

.three .out .tox a:hover{
  border: 2px solid #707f16;
  color: #707f16;
}

.big-heading{
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.big-heading h1{
  font-size: 55px;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 0;
}

.big-heading h1 span{
  color: #707f16;
}

.four{
  background: url(../img/bg-image-8.jpg);
  padding: 100px 0;
  background-size: cover;
  background-position: center center;
}

.four .big-heading{
  color: #fff;
  margin-bottom: 100px;
}

.four .main-in{
  position: relative;
  color: #fff;
  text-align: right;
}

.four .main-in:first-child{
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #8d9899;
}

.four .main-in h4{
  font-size: 26px;
  font-family: 'Oswald', sans-serif;
}

.four .main-in p{
  font-size: 15px;
  font-family: 'lato', sans-serif;
  color: #8d9899;
  margin-bottom: 0;
}

.four .main-in .text{
  display: inline-block;
  padding-right: 80px;
}

.four .main-in .logo{
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
}

.four .main-in .logo i{
  font-size: 65px;
}

.four .main-in.texto{
  text-align: left;
}

.four .main-in.texto .desktop{
  left: 0;
}

.four .main-in.texto .text{
  padding-right: 0;
  padding-left: 80px;
}

.five{
  position: relative;
  padding: 40px 0;
}

.five .outer-shell{
  padding: 0 0 0 50px;
  position: relative;
}

.five .outer-shell .tab-content h3{
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 28px;
}

.five .outer-shell .tab-content p{
  font-family: 'lato', sans-serif;
  font-size: 15px;
  letter-spacing: 0.75px;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.7;
}

.five .text-nmbr{
  position: relative;
  bottom: 0;
  text-align: center;
}

.five .text-nmbr .nav-link{
  display: inline-block;
  position: relative;
  padding: 36px 10px;
  margin: 0 10px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  line-height: 2;

  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0em;
  color: #707f16;
}

.five .text-nmbr .nav-link span{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 100px;
  display: block;
  line-height: 1;
  text-align: center;
  width: 100%;
  font-weight: 300;
  opacity: 0.2;
}

.six{
  background: url(../img/midfr.jpg);
  background-size: cover;
  padding: 100px 0;
  text-align: center;
}

.six h4{
  font-family: "Oswald", sans-serif;
  margin-bottom: 15px;
  color: #ffec62;
  font-size: 24px;
  font-weight: 500;
  font-size: 26px;
}

.six h2{
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;  
  margin-bottom: 0;
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.six a{
  position: relative;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 0;
}

.gybtn{
  font-family: "lato", sans-serif;

  font-size: 14px;
  line-height: 2;
  border-radius: 0;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  transition: 0.4s; 
  padding: 14px 34px;

  color: #151515;
  background-color: #ffec62;
  border-color: #ffec62;

  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
}

.gybtn:hover, .gybtn:active {
  color: #ffffff;
  background-color: #707f16;
  border-color: #707f16;
}

.detailso{
  padding: 60px 0 40px;
}

.detailso .d-ind{
  position: relative;
  text-align: center;
  padding: 50px 10px 20px 10px;
  box-shadow: 2px 2px 10px 4px #c4c4c475;
  height: 178px;
}

.detailso .d-ind i{
  position: absolute;
  top: -35px;
  left: 40%;
  font-size: 30px;
  width: 70px;
  height: 70px;
  padding: 18px 0px;
  border-radius: 50px;
  background: #fff;
  border: 2px solid #707f16;
  color: #707f16;
}

.detailso .d-ind h4{ 
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
  font-family: "oswald", sans-serif;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.detailso .d-ind a{
  display: block;
  margin-bottom: 3px;
  color: #555;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.75px;
  text-decoration: none;
}

.detailso .d-ind a:last-child{
  margin-bottom: 0;
}

.detailso .d-ind p{
  display: block;
  color: #555;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.75px;
  text-decoration: none;
  margin-bottom: 0;
}

.bg-grey {
  background: #2f3032;
}

.logo-footer {
  margin-bottom: 20px;
  width: 66%;
}

footer {
  color: grey;
}

footer p, footer a {
  font-size: 15px;
  font-family: 'lato', sans-serif;
  color: #fff;
  text-transform: capitalize;
}

footer h6 {
  font-family: 'oswald', serif;
  margin-bottom: 40px;
  position: relative;
  font-size: 22px;
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
}

footer h6:after {
  position: absolute;
  content: "";
  background: grey;
  width: 12%;
  height: 1px;
  left: 0;
  bottom: -20px;
}

.btn-footer {
  color: grey;            
  text-decoration: none;
  border: 1px solid;
  border-radius: 43px;
  font-size: 13px;
  padding: 7px 30px;
  line-height: 47px;
     }
     
.btn-footer:hover {             
  text-decoration: none;           
}

.social{
  text-align: center;
}

.social i {
  color: grey;
  font-size: 22px;
  padding: 10px 15px;
  background: #3c3c3c;
}

.social a{
  text-decoration: none;
}

footer ul  {
  padding-left: 0;
}

footer ul li {
  padding-left: 34px;
  padding-right: 17px;
  list-style: none;
  display: block;
  line-height: 35px;
  position: relative;
  text-indent: -34px;
  transition: 0.2s;
}

footer ul li:hover{
  padding: 0;
  transition: 0.2s;
  text-indent: 0;
}

footer ul li a{
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.75px;
  font-family: 'lato', sans-serif;
  text-decoration:none;
  position: relative;
  transition: 0.2s;
}

footer ul li a::before{
  background: #808080;
  width: 17px;
  margin-right: 17px;
  display: inline-block;
  vertical-align: middle;
  content: '';
  height: 2px;
  transition: inherit;
  transition: 0.2s;
}

footer ul li:hover a::before {
  width: 34px;
  background: #707f16;
  transition: 0.2s;
}

footer ul li a:hover {
  text-decoration: none;
  color: #707f16;  
  transition: 0.2s;
}

.logo-part {
  height: 100%;
}

.bl1{
  border-right: 1px solid grey;
}

footer .f-dtal{
  position: relative;
  margin-bottom: 30px;
}

footer .f-dtal p{
  font-size: 14px;
  font-family: 'lato', sans-serif;
  padding-left: 30px;
  position: relative;
}

footer .f-dtal p i{
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 16px;
  color: #ffec62;
}

.btm{
  position: relative;
  text-align: center;
  border-top: 1px solid #888;
}

.btm p{
  margin-bottom: 0;
  font-size: 15px;
  font-family: 'lato', sans-serif;
  padding: 20px 0;
  color: #fff;
}

.bg-prop{
  position: relative;
  background-size: cover !important;
  padding: 100px 0;
  text-align: center;
}

.bg-prop h4{
  display: inline-block;
  font-size: 54px;
  margin: 0;
  font-family: 'Pattaya', sans-serif;
  color: #fff;
  position: relative;
  padding: 10px 20px;
}

.bg-prop h4::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: inline-block;
  border: 3px solid #eee;
  border-bottom: 10px solid #eee;
  text-align: center;
}

.about-bg{
  background: url(../img/about-bg.jpg);
  background-size: cover;
  background-position: center;
}

.contact-bg{
  background: url(../img/contact-bg.jpg);
  background-size: cover;
  background-position: center;
}

.inf-bg{
  background: url(../img/inf-bg.jpg);
  background-size: cover;
  background-position: center;
}

.abt-bg{
  background: url(../img/abt-bg.jpg);
  background-size: cover;
  background-position: center;
}

.utrr{
  border-bottom: 0;
  text-align: center;
}

.utrr h4{
  font-size: 42px;
  margin: 0;
  font-family: 'Pattaya', sans-serif;
  color: #fff;
  display: block;
  padding: 10px 20px;
}

.utrr nav .breadcrumb{
  padding: 10px 0;
  margin-bottom: 0;
  border-radius: 0;
  justify-content: center;
  background: #eee;
}

.utrr nav .breadcrumb li{
  font-size: 14px;
  padding: 0 10px;
  font-family: 'Quicksand', sans-serif;

}

.utrr nav .breadcrumb li a{
  color: #3d3825;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-size: 12px;
  color: #3d3825;
  padding-right: 15px;
  content: "\f061";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.breadcrumb-item.active{
  font-weight: 700;
  color: #444;
}

.ab-one{
  padding: 40px 0;
}

.ab-one .ab-right p{
  font-size: 14px;
}

.hding{
  position: relative;
  display: inline-block;
}

.hding h3{
  font-family: 'Pattaya', sans-serif;
  font-size: 42px;
  margin-bottom: 0;
}

.hding h3 span{
  color: #738316;
}

.hding img{
  width: 160px;
  position: relative;
  top: -6px;
}

.ontrrr{
  background: url(../img/parallax-2.jpg);
  background-size: cover;
  padding: 60px 0;
}

.ontrrr .f-bzo{
  position: relative;
  padding: 15px 0;
  text-align: center;
  position: relative;
  transition: 0.4s;
  color: #fff;
}

.ontrrr .f-bzo .icon-wrapper{
  height: 85px;
  line-height: 85px;
  border-radius: 5px;
  display: flex;
  position: relative;
  width: 85px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: 1px solid rgb(255 255 255 / 50%);
  margin-bottom: 47px;
}

.ontrrr .f-bzo .icon-wrapper img{
  width: 50px;
  display: inline-block;
  position: relative;
  transform: rotateY(0deg);
  transition: 1s;
}

.ontrrr .f-bzo:hover .icon-wrapper img{
  transform: rotateY(360deg);
  transition: 1s;
}

.ontrrr .f-bzo .icon-wrapper::after{
  content: "";
  left: 0;
  height: 1px;
  position: absolute;
  bottom: -30px;
  width: 100%;
  background-color: rgb(255 255 255 / 50%);
  border-radius: 0;
}

.ontrrr .f-bzo .fid-contents h4{
  font-size: 46px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 0;
  color: #fff;
  transition: 0.4s;
  display: inline-block;
}

.ontrrr .f-bzo .fid-contents span{
  color: #fff;
  position: relative;
  font-size: 25px;
  font-weight: 600;
  top: -6px;
  margin-left: 5px;
}

.ontrrr .f-bzo .fid-contents h3{
  margin-bottom: 0;
  width: 100%;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  padding-top: 0;
  color: #fff;
}

.ab-three{
  padding: 40px 0;
}

.ab-three h3{
  font-size: 30px;
  font-family: 'Pattaya', sans-serif;
}

.ab-three p{
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
}

.ab-three .th-left{
  padding: 40px 40px;
  background: #738316;
  height: 100%;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.ab-three .th-left img{
  width: 200px;
  position: absolute;
  right: -35px;
  bottom: -35px;
  opacity: 0.4;
}

.ab-three .th-right{
  padding: 40px 40px;
  background: #333;
  height: 100%;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.ab-three .th-right img{
  width: 200px;
  position: absolute;
  right: -35px;
  bottom: -35px;
  opacity: 0.4;
}

.con-one{
  position: relative;
  padding: 50px 0;
  background: #f4f4f4;
}

.con-one .cn-left{
  position: relative;
  border-right: 1px solid #ddd;
}

.con-one .cn-left h2{
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #151515;
  line-height: 1.3;
  font-size: 36px;
  margin-bottom: 0;
}

.con-one .cn-right{
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
}

.con-one .cn-right p{
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.75px;
  color: #777777;
  margin-bottom: 0;
}

.frmm {
  margin-top: 70px;
}

.frmm .form-group{
  margin-bottom: 30px;
}

::placeholder{
  color: #222;
  opacity: 1;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1;
}

.frmm .form-control{
  color: #222;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  min-height: 60px;
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0;
  transition: 0.4s;
  background: transparent;
}

.frmm .form-control:focus{
  border-color: red;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}

.frmm .btnn{
  position: relative;
  margin-top: 40px; 
}

.frmm .btnn input[type=submit]{
  font-size: 14px;
  line-height: 2;
  border-radius: 0;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s ease-in-out;
  z-index: 1;
  color: #151515;
  background-color: #ffec62;
  border-color: #ffec62;
  padding: 14px 34px;
  font-weight: 700;
  transition: 0.4s;
}

.frmm .btnn input[type=submit]:hover{
  color: #ffffff;
  background-color: #278032;
  border-color: #278032;
  transition: 0.4s;
}

.con-two{
  padding: 40px 0;
}

.con-two .co-inside{
  text-align: center;
}

.con-two .co-inside h3{
  font-weight: 700;
  letter-spacing: 0em;
  font-size: 26px;
  line-height: 1.38462;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #151515;
}

.con-two .co-inside p{
  margin-top: 15px;
  color: #777777;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.75px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.4;
}

.con-two .co-inside p:last-child{
  margin-top: 0;
}

.inf-one{
  position: relative;
  padding: 40px 0;
}

.inf-one .in-sd{
  margin-bottom: 30px;
  position: relative;
  padding: 5px;
  overflow: hidden;
}

.inf-one .in-sd::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-top: 1px dashed #000;
  border-left: 1px dashed #000;
  width: 50px;
  height: 50px;
}

.inf-one .in-sd::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 1px dashed #000;
  border-right: 1px dashed #000;
  width: 50px;
  height: 50px;
}

.inf-one .in-sd .overlay{
  position: absolute;
  left: 0;
  bottom: -500px;
  background: rgba(0,0,0,0.40);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

.inf-one .in-sd:hover .overlay{
  bottom: 0;
  transition: 0.4s;
}

.inf-one .in-sd .overlay img{
  width: 40px;
  position: relative;
}

.inf-one .in-sd .overlay a{
  color: #fff;
  text-decoration: none;
  position: relative;
}

.inf-one .in-sd .overlay a::before{
  height: 40px;
  width: 40px;
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: 0.3s;
  border-radius: 30%;
}

.inf-one .in-sd .overlay a::after{
  height: 40px;
  width: 40px;
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transition: 0.3s;
  border-radius: 30%;
}

.inf-one .in-sd .overlay a:hover::before{
  right: -33px;
  bottom: -25px;
  transition: 0.3s;
}

.inf-one .in-sd .overlay a:hover::after{
  left: -33px;
  top: -25px;
  transition: 0.3s;
}

.pro-one{
  position: relative;
  padding: 40px 0;
}

.pro-one .pro-nr{
  position: relative;
}

.pro-one .pro-nr .overlay{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0%;
  height: 0%;
  background: rgba(0,0,0,0.50);
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pro-one .pro-nr .overlay img{
  width: 40px;
  display: inline-block;
  opacity: 0;
  transition: 0.4s;
}

.pro-one .pro-nr:hover .overlay{
  transition: 0.5s;
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
}

.pro-one .pro-nr:hover .overlay img{
  opacity: 1;
  transition: 0.4s;
  transition-delay: 0.4s;
}

.pagination{
  margin-top: 20px;
  margin-bottom: 0;
  justify-content: center;
}

.page-item .page-link{
  font-size: 14px;
  color: #2f3032;
}

.page-item.active .page-link{
  background-color: #3d3825;
  border-color: #3d3825;
}

.desktop{
  display: block;
}

.mobile{
  display: none;
}

@media only screen and (min-width:300px) and (max-width:599px) {

  .desktop{
    display: none;
  }

  .mobile{
    display: block;
  }

  .in-mobile{
    display: inline-block;
  }

  .top {
    display: none;
  }

  /*navbar*/

  button:focus {
    outline: none;
  }

  .navbar-expand-lg .navbar-nav .nav-link{
    color: #000;
    position: relative;
    margin: 0 !important;
    padding: 20px 0;
    font-weight: 400;
    font-size: 13px;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }

  .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #fff;
  }

  .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #000;
  }

  .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #000;
  }

  .offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 100%;
    left: -300px;
    width: 300px;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #f5f4f2;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: left, visibility;
    z-index: 999;
  }

  .offcanvas-collapse {
      align-items: start;
      -moz-background-clip: padding;
      -webkit-background-clip: padding;
      background-clip: padding-box;
      border-right: 5px solid rgba(0, 0, 0, 0.2);

  }

  .offcanvas-collapse.open {
      left: 0;
      visibility: visible;
  }

  .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: column;
      flex-direction: column;
  }

  .nav-scroller {
      position: relative;
      z-index: 2;
      height: 2.75rem;
      overflow-y: hidden;
  }
  .nav-scroller .nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      padding-bottom: 1rem;
      margin-top: -1px;
      overflow-x: auto;
      color: rgba(255, 255, 255, .75);
      text-align: center;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
  }

  .nav-underline .nav-link {
      padding-top: .75rem;
      padding-bottom: .75rem;
      font-size: .875rem;
      color: #6c757d;
  }

  .nav-underline .nav-link:hover {
      color: #007bff;
  }

  .nav-underline .active {
      font-weight: 500;
      color: #343a40;
  }

  .navbar {
    padding: 15px 10px;
  }

  .navbar-dark .navbar-toggler{
    float: right;
    border-color: transparent;
  }

  .stick-top{
    transition: 0.4s;
  }

  .cstmbtn{
    transition: 0.4s;
  }

  .stick-top .cstmbtn{
    margin-top: 12px;
    transition: 0.4s;
  }

  .cstmbtn span{
    display: block;
    height: 1px;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 5px;
  }

  .cstmbtn span:last-child{
    width: 24px;
    margin-bottom: 0; 
  }

  .navbar-light .navbar-toggler {
    float: right;
    border-color: transparent;
  }

  /*/navbar*/

  header .navbar {
    padding: 12px;
  }

  .logo.mobile img{
    width: 140px;
  }

  header .nav-item {
    margin-left: 0;
  }

  .navbar-light .navbar-nav .nav-item::after {
    display: none;
  }

  #myCarousel .carousel-item {
    min-height: 400px;
  }

  #myCarousel .carousel-item .mask img{
    width: 200px;
  }

  #myCarousel .order-md-1 {
    padding-left: 15px;
  }

  #myCarousel h4 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
  }

  #myCarousel p {
    font-size: 14px;
    text-align: center;
  }

  #myCarousel .carousel-item a{
    display: none;
  }

  .two .mid-frame {
    padding: 20px;
    background-position: 90% 50%;
  }

  .two .mid-frame h2 {
    font-size: 24px;
  }

  .four {
    padding: 40px 0;
  }

  .big-heading h1 {
    margin-top: 0;
    font-size: 30px;
  }

  .four .big-heading {
    margin-bottom: 30px;
  }

  .four .main-in {
    text-align: center;
  }

  .four .main-in.texto {
    text-align: center;
  }

  .four .main-in.texto .text{
    padding-right: 80px;
    padding-left: 0;
  }

  .four .main-in:last-child {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #8d9899;
  }

  .four .main-in.noextra{
    padding: 0;
    margin: 0;
    border: none;
  }

  .five .outer-shell {
    padding: 0;
  }

  .five .outer-shell .tab-content h3 {
    font-size: 20px;
  }

  .five .outer-shell .tab-content p {
    font-size: 14px;
  }

  .five .text-nmbr .nav-link {
    padding: 36px 5px;
  }

  .details .d-ind {
    margin-bottom: 75px;
  }

  .details .d-ind.nm{
    margin: 0;
  }

  .ab-one .ab-right p {
    font-size: 13px;
  }

  .ab-right{
    margin-top: 20px;
  }

  .contact-bg {
    background-position: 100%;
  }

  .con-one .cn-right{
    margin-left: 0;
  }

  .con-one .cn-left{
    margin-bottom: 10px;
    border-right: none;
  }

  .frmm .form-group {
    margin-bottom: 0;
  }

  .frmm .form-control{
    margin-bottom: 10px;
  }

  .con-two .co-inside p:last-child {
    margin-top: 0;
  }

  .con-two .co-inside {
    margin-bottom: 20px;
  }

  footer p, footer a {
    font-size: 14px;
  }

  footer ul li a {
    font-size: 13px;
  }

  footer .f-dtal p {
    font-size: 13px;
  }

  .btm p {
    font-size: 12px;
  }

  .grid {
    width: 100% !important;
  }

  .grid__item {
    width: 100% !important;
  }

  .original {
    padding: 10px !important; 
  }

  .action--close {
    top: 12px !important;
  }

  .slick-prev, .slick-next {
    display: none;
  }

  .four .main-in .logo.desktop{
    display: none;
  }

  .four .main-in .logo.in-mobile{
    display: inline-block;
  }

  .detailso .d-ind {
    margin-bottom: 55px;
  }

  .detailso .d-ind.nm{
    margin-bottom: 0;
  }

}

@media only screen and (min-width:768px) and (max-width:991px) {

  .top .top-left p i{
    font-size: 30px;
    margin-bottom: 10px;
  }

  .top .top-left p{
    font-size: 11px;
  }

  .top .top-mid img{
    width: 100%;
  }

  .top .top-right h4{
    font-size: 18px;
  }

  #myCarousel .carousel-item {
    min-height: 410px;
  }

  #myCarousel h4 {
    font-size: 30px;
  }

  #myCarousel p {
    font-size: 14px;
  }

  #myCarousel .carousel-item a{
    font-size: 13px;
    padding: 9px 32px;
  }

  .two .mid-frame h2 {
    font-size: 30px;
  }

  .two .mid-frame p{
    font-size: 14px;
  }

  .two .mid-frame {
    height: 375px;
    padding: 55px 50px 20px 260px;
  }

  .big-heading h1 {
    font-size: 35px;
    margin-top: 0;
  }

  .slick-prev {
    left: -28px !important;
  }

  .slick-next {
    right: -14px !important;
  }

  .three .tox .tox-data h3 {
    font-size: 18px;
  }

  .three .tox .tox-data p{
    font-size: 13px;
  }

  .three .tox {
    height: 405px;
  }

  .three{
    height: auto;
  }

  .four {
    padding: 40px 0;
  }

  .four .main-in h4 {
    font-size: 20px;
  }

  .four .main-in p {
    font-size: 13px;
    min-height: 117px;
  }

  .four .main-in .text {
    display: inline-block;
    padding-right: 15px;
    width: 70%;
  }

  .four .main-in .logo i {
    font-size: 55px;
  }

  .five .outer-shell{
    padding: 0;
  }

  .five .text-nmbr .nav-link {
    margin: 0 4px;
    font-size: 16px;
  }

  .five .text-nmbr .nav-link span {
    top: 10px;
    font-size: 76px;
  }

  .five .outer-shell .tab-content p {
    font-size: 14px;
  }

  .six h2 {
    font-size: 38px;
  }

  .gybtn {
    font-size: 13px;
    padding: 10px 24px;
  }

  .details .d-ind {
    padding: 40px 10px 20px 10px;
  }

  .details .d-ind h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.2;
  }

  .details .d-ind p{
    font-size: 12px;
  }
  
  .details .d-ind p br{
    display: none;
  }

  .details .d-ind a{
    font-size: 12px;
  }

  .details .d-ind i {
    top: -35px;
    left: 37%;
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  footer h6 {
    font-size: 20px;
  }

  footer ul li {
    padding-left: 20px
  }

  footer ul li a {
    font-size: 12px;
  }

  footer ul li a::before {
    width: 5px;
    margin-right: 6px;
  }

  footer .f-dtal p {
    font-size: 12px;
  }

  footer .f-dtal p i {
    font-size: 14px;
  }

  header .nav-item {
    margin-left: 25px;
  }

  .navbar-light .navbar-nav .nav-link {
    padding: 18px 0;
    font-size: 12px;
    font-weight: 400;
    font-size: 11px;
  }

  .ab-one .ab-right p {
    font-size: 12px;
  }

  .ontrrr .f-bzo .icon-wrapper {
    height: 75px;
  }

  .ontrrr .f-bzo .icon-wrapper img {
    width: 35px;
  }

  .ontrrr .f-bzo .fid-contents h4 {
    font-size: 32px;
  }

  .bg-prop h4 {
    font-size: 38px;
  }

  .ab-three p {
    font-size: 13px;
  }

  .inf-one .in-sd .overlay img {
    width: 30px;
  }

  .navbar-light .navbar-nav .nav-item::after {
    height: 4px;
  }

  .con-one .cn-right {
    padding: 23px 0;
  }

  .con-one .cn-right p {
    font-size: 12px;
  }

  .frmm .form-control {
    font-size: 13px;
    min-height: 50px;
  }

  .frmm .btnn button {
    font-size: 13px;
    padding: 12px 20px;
  }

  .con-one {
    padding: 40px 0;
  }

  .con-two .co-inside h3 {
    font-size: 20px;
  }

  .con-two .co-inside p {
    font-size: 13px;
  }

}