/* @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');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Oswald:wght@200..700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
/* roots */
:root {
	--Black: #000;
	--White: #fff;
  --FontColor: #222a2c;
  /* --FontColor2:rgb(106, 103, 82); */
  --FontColor2:#0f2d4d;
  --FontColor3:#284a6e;
  --TextColor: #092c38;
  /* --TextColor2:rgb(106, 103, 82); */
  --TextColor2:#0f2d4d  ;
  --TextColor3:#edddc4;
  --TextColor4:#e5dccb;
  --TextColor5:#e3e0d8;
	--CardShadow: 0px 4px 11px rgba(217, 216, 216, 0.6);
	--ThemeFont: "Manrope", sans-serif;
	/* --ThemeFontTwo: "Cinzel", serif; */
  --ThemeFontTwo:'Runalto'; 
	--Radius: 40px;
}

/* .w-100{width: 100%;float: left;}
.h-100{width: 100%;  float: left;}
.w-75{width: 75%;  float: left;}
.w-66{width: 66.66%; float: left;}
.w-50{width: 50%; float: left;}
.w-33{width: 33.33%; float: left;}
.w-25{width: 25%;float: left;}
.w-20{width: 20%;float: left;} */
.w-100{width:100%}
.d-flex {display: flex;}
.p-0{padding: 0;}
.m-0{margin: 0;}
.ps-0{padding-left: 0 !important;}
p {
  color: var(--FontColorBlack);
  line-height: 26px;
}
/* end rootsÂ */

button{font-family: var(--ThemeFont)}
html{ overflow-x: hidden;}
/* transition effect start*/

.--transition-ease{transition:all 0.2s ease-in 0s; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out;}
.--transition-ease:hover{transition:all 0.2s ease-in 0s; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out;}
.--transition-ease:after{transition:all 0.2s ease-in 0s; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out;}
.--transition-ease:before{transition:all 0.2s ease-in 0s; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out;}

@keyframes move {
  0% {
    offset-distance: 0%;
  }

  100% {
    offset-distance: 100%;
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes swing {
  0% { transform: rotate(2deg); }
  100% { transform: rotate(-2deg); }
}

@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
/* transition effect end*/


/*********** start col **********/
.row {display: flex; flex-wrap: wrap; margin: 0 -6px;}
.row .rowin {
  padding: 0 6px;
}
/* .col{margin: 0 12px;} */
.col-7 { flex: 0 0 auto; width: 58.33333333%;}
.col-5 { flex: 0 0 auto; width: 41.66666667%;}
.col-6 {flex: 0 0 auto; width: 50%;}
.col-4 { flex: 0 0 auto; width: 33.33%;}
.col-3 { flex: 0 0 auto; width: 25%;}
.p-0{padding:0 !important}

/************* end col ************/

/************start  custom_btn and heading ******************/
.custom_btn {
  padding: 16px 30px;
  color: var(--FontColor2);
  text-decoration: none;
  border-radius: var(--Radius);
  display: inline-block;
  transition: transform .36s;
  overflow: hidden;
  min-width: 130px;
  text-align: center;
  font-weight: 600;
  font-family: var(--ThemeFontTwo);
  font-size: 18px;
  border: 1px solid var(--FontColor2);
  height: 22px;
}

.custom_btn:hover {
  background: var(--TextColor2) !important;
  color: var(--White) !important;
  transform: scale(1.06) !important;
  border: 1px solid var(--TextColor2) !important;
}
.custom_btn.lg_btn {padding: 20px 36px;}
.custom_btn span { position: relative; z-index: 999;}
.custom_btn.white_bg {background: transparent;
  color: var(--White);
  border: 1px solid var(--White);}
/* .heading { font-size: 48px; line-height: 64px; font-family: var(--ThemeFontTwo); text-align: center; color: var(--TextColor); font-weight: 400; text-transform: uppercase; margin: 0;} */
.heading {
  font-size: 64px;
  line-height: 74px;
  font-family: var(--ThemeFontTwo);
  text-align: center;
  color:var(--FontColor3);
  font-weight: 200;
  text-transform: uppercase;
  margin: 0;
}

.heading span {position: relative; border-radius: 11px; padding:0 8px 0 0px; color: var(--TextColor2); font-weight: 800;}
/* .line span {
  height: 15px;
  width: 15px;
  background: #f5f2ec;
  display: inline-block;
  position: relative;
  z-index: 9;
  transform: rotate(224deg);
  border: 1px solid var(--TextColor2);
  top: 0;
} */
/* .line::after { height: 1px; width: 217px; content: ""; background: var(--TextColor2); position: absolute; left: 0; right: 0; margin: auto; top: -5px; bottom: 0;} */
.line { position: relative; text-align: center; margin-top: 16px;}
.line::after {
  height: 5px;
  width: 217px;
  content: "";
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -5px;
  bottom: 0;
  border-top: 1px solid var(--TextColor);
  border-bottom: 1px solid var(--TextColor);
  opacity: .3;
}
.line span {
  height: 10px;
  width: 10px;
  background: #0f2d4d;
  display: inline-block;
  position: relative;
  z-index: 9;
  transform: rotate(224deg);
  border: 4px solid var(--White);
  top: 0;
}
.border_line {
  fill: var(--TextColor2);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
/************end  custom_btn and heading ******************/


body {font-family: var(--ThemeFont);font-size: 15px; font-weight: 400; padding: 0; margin: 0; overflow-x: hidden; background-color:#e5dccb5c;}
.container{padding: 0 15px; margin: auto; max-width: 1320px;}
.container-fluid{padding: 0 15px;}
a{ list-style: none; text-decoration: none; text-decoration: none; color: var(--TextColor);}
li{list-style: none;}


/**************************** header section ***************************/
.header { position: fixed !important; z-index: 99999; width: 100%; padding: 20px 0; }
.head-right {  display: flex; align-items: center; gap: 30px;}
.second_header_in { display: flex; justify-content: space-between; align-items: center;}
.second_header_in .navbar-nav li a {padding: 20px 30px; display: block; color: var(--White); font-size: 18px;}
.toggleclose {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
  color: var(--White);
}
.logo img { height: 110px;}
.second_header_in .navbar-nav a { color: var(--TextColor); font-weight: 500;}
.side_header { display: flex; gap: 20px;}
.toggle_bars {background: transparent; border: navajowhite;}
.toggle_bars img { height: 36px;}
.navbar.main {opacity: 1; left: 0; box-shadow: 0 0 67px var(--Black);}
.navbar {
  opacity: 0;
  position: fixed;
  transition: all 0.5s;
  -webkit-transition: all 0.25s;
  display: block;
  width: 400px;
  top: 0;
  height: 100%;
  z-index: 99999;
  left: -600px;
  background: var(--TextColor2);
  padding-top: 50px;
}
.header.fixed {
  background: var(--TextColor2);
  padding: 10px 0;
}
.fixed .logo img.--transition-ease { height: 90px;}

.header.fixed .custom_btn:hover {
  background-color: var(--White) !important;
  color: var(--TextColor2) !important;
}
/************************** banner  ********************************/
.banner video { object-fit: cover; width: 100%; top: 0;position: absolute;
  /* height: 1000px;  */
}

.banner iframe {object-fit: cover; top: 50% !important; left: 50% !important; min-width: 100%; min-height: 3565px; transform: translate(-50%, -50%); pointer-events: none;}

/* .banner iframe {object-fit: cover; top: 50% !important; left: 50% !important; min-width: 100%; min-height: 3565px; transform: translate(-50%, -50%); pointer-events: none;} */
.banner { position: relative; height: 100vh; display: flex; background-color: var(--TextColor2); min-height: 700px; overflow: hidden ;}
.banner .banner_content h1 {
  font-family: var(--ThemeFontTwo);
  font-size: 60px;
  color: var(--White);
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}

.banner .banner_content h1 span {position: relative;}
.banner .banner_content p { color: var(--White); margin: 5px 0 0; font-size: 22px; line-height: 28px; font-weight: 400; max-width: 800px;}
.banner_content img { height: 120px;}
.banner .banner_content { position: absolute; z-index: 9; display: flex; justify-content: space-between; align-items: center; gap: 40px; bottom: 20px; width: 100%; left: 0;}
.banner .banner_content .logo { position: absolute; top: -117px;}
.banner_content_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(9px);
  background-color: #01527214;
  padding: 20px 30px 22px;
  gap:30px
}
.banner_content .custom_btn {
  background: var(--TextColor2);
  border: 1px solid var(--FontColor2);
}
/* 
 .banner::after {left: 0; margin: auto; content: ""; position: absolute; width: 100%; height: 518px; bottom: 0; background: linear-gradient(360deg, #000000f0, #000000bf, #826d6d00);}  */

.banner::before { left: 0; margin: auto; content: ""; position: absolute; width: 100%; height: 150px; top: 0; background: linear-gradient(180deg, #000, #fff0); z-index: 99;}


/* second_section */
.second_section { padding: 80px 0 60px; position: relative;}
.second_section .content {max-width: 1100px; margin: auto; text-align: center;}
.second_section .content p {
  margin: 18px 0 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}
.second_section::after {
  background-image: url(../images/service_right.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 500px;
  width: 300px;
  z-index: 9;
}

.second_section::before {
  background-image: url(../images/service_right.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 500px;
  width: 300px;
  z-index: -1;
  transform: scale(-1,1);
}
/* third_section */
.third_section {
  padding: 0px 40px 0;
}
.third_section .content {
  background:#6a675221;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  min-height: 200px;
  margin-top:120px;
}

.third_section .content.content2 {
  margin-top: 17px;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  height: 305px;
  width: 300px;
}

.third_section .content.content2 {
  transition: transform .36s;
  background-size: cover;
  background-color: transparent;
  background-position: top;
  align-items: end;
}
.third_section .content.content2:hover{
  transform: scale(1.05) ;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 20px !important;
  color:var(--TextColor2);

}
.swiper-button-next, .swiper-button-prev {
  font-size: 19px !important;
  border: 1px solid var(--TextColor2);
  width: 44px !important;
  border-radius: 50%;
  height: 44px !important;
  opacity: .4;

}
/* .third_section .content.content2::after { left: 0; margin: auto; content: ""; position: absolute; width: 100%; height: 100%; top: 0; background: var(--Black); opacity: .5;} */

.third_section .content.content2::after {
  left: 0;
  margin: auto;
  content: "";
  position: absolute;
  width: 100%;
  height: 71%;
  bottom: 0;
  opacity: .5;
  background: linear-gradient(359deg, #000, #0000);
}

.third_section .content.content2 h3 {
  position: relative;
  z-index: 9;
  color: var(--White);
  font-weight: 400;
  font-size: 32px;
  line-height: 43px;
  
}
.third_section .content3 p {
  margin-bottom: 35px;
  margin-top: 22px;
}
.third_section .content3::after {
  background: var(--TextColor2);
  width: 1px;
  height: 190px;
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  margin: auto;
}
.third_section .content3 h4 {font-family: var(--ThemeFontTwo); font-size: 42px; margin: 0;font-weight: 300; margin-top: 24px; color: var(--FontColor2);}
.third_section .content3 {
  margin-left: 15% !important;
  margin-top: 65px;
  position: relative; padding-left: 30px;
}
.third_section .content h3 {
  font-family: var(--ThemeFontTwo);
  font-size: 51px;
  font-weight: 600;
  margin: 0;
  color: var(--TextColor2);
}


.third_section .content h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0 0 0;
}

.third_section .content p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}



/* four_section */
/* .heading_main  .heading { text-align: left; font-size: 47px;}
.heading_main { background-color: var(--TextColor4); padding: 30px 0; position: relative;}
.heading_main .line::after {height: 120px; width: 1px;}
.heading_main .line{ position: absolute; right: 0; left: 0; margin: auto; top: 0; bottom: 0; width: 28px;}
.heading_main .line span { position: absolute; top: 0; bottom: 0; margin: auto; left: 0; right: 0; border: 6px solid var(--TextColor3);}
.heading_main .row { margin: 0 -45px;}
.heading_main .rowin { padding: 0 45px;display: flex; align-items: center; height: 100%;} */

.four_section {
  position: relative;
}

.four_section_in .col-4 {
  width: 36%;
}
.four_section_in .col-4:nth-child(2){
  width:28%;
}
/* .four_section::after {
  width: 290px;
  background-image: url(../images/tree.png);
  content: "";
  position: absolute;
  height: 100%;
  bottom: 0;
  z-index: 9;
  left: -28px;
  right: 0;
  margin: auto;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
} */
.four_section_in {
  margin: 100px 0 0;
  position: relative;
  border-radius: 20px;
}
/* .heading_main {
  max-width: 1200px;
  margin: 0 auto -72px;
  position: relative;
  z-index: 999;
} */


.heading_main .heading {
  font-size: 52px;
  line-height: 62px;
}
.heading_main {
  max-width: 1200px;
  margin: 0 auto -72px;
  position: relative;
  z-index: 999-;
  padding: 0 60px;
  text-align: center;
  box-shadow: 0 62px 59px #0000002e;
  height: 100%;
  display: flex;
  background:#e3e0d8;
  align-items: center;
}

.heading_main .item_p, .heading_main .custom_btn {
  position: relative;
  z-index: 9999;
}

/* .four_section_in::before {
  width: 113px;
  background: #f5f2ec;
  content: "";
  position: absolute;
  height: 112px;
  top: -57px;
  z-index: 99;
  left: 0;
  margin: auto;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  transform: rotate(45deg);
  right: 0;
  border-left: 1px solid #a0a9a7;
  border-top: 1px solid #a0a9a7;
} */
.four_section_in::before {
  width: 105px;
  background: #e3e0d8;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  content: "";
  position: absolute;
  height: 105px;
  bottom: -53px;
  z-index: 9999;
  left: 0;
  margin: auto;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  transform: rotate(45deg);
  right: 0;
}
/* .four_section .container-fluid {
  overflow: hidden;
} */

.four_section .gallery {
  width: 100%;
  position: relative;
  min-height: 700px;
  height: 100vh;
  background-size: cover;
  background-position: center top;
  margin-top: -107px;
}
/* .gallery .content {
  position: absolute;
  z-index: 50;
  left: 15rem;
  top: 56%;
  transform: translatey(-50%);
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.175rem;
  backdrop-filter:blur(15px);
  background-color: #01527214;
  padding: 30px;
  font-family: var(--ThemeFontTwo);
} */

.four_section .gallery .content {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 139px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.175rem;
  backdrop-filter: blur(15px);
  background-color: #01527214;
  padding: 20px 30px;
  font-family: var(--ThemeFontTwo);
}
.four_section .gallery .content span {
  font-size: clamp(1.85rem, 1.7053rem + 0.5447vw, 2.25rem);
  font-weight: 300;
  display: block;
  margin-bottom: -20px;
}

.four_section .gallery.gallery2 .content {
  right: 0;
  left: inherit;
  top: inherit;
  bottom: 00;
}
/* .gallery::after {
  background: var(--Black);
  content: "";
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9;
  opacity: 0.4;
} */
.four_section .gallery .content h1 {
  font-size: 80px;
  font-weight: 400;
  margin-inline: -0.313rem;
  margin: 26px 0 0;
  font-family: var(--ThemeFontTwo);
}
.four_section .gallery .content p {
  font-size: clamp(1.2rem, 1.0191rem + 0.6809vw, 1.7rem);
  margin-top: 1px;
  margin-bottom: 0;
}



.four_section .gallery.gallery2 .slider {
  right: 40px;
  left: inherit;
}
@-webkit-keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(-100px * 7))
  }
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(-100px * 7))
  }
}
.four_section .gallery .slider {
  overflow: hidden;
  height: 100%;
  position: absolute;
  left: 40px;
  z-index: 99;
  padding: 0 10px;
  display: none;
}
.four_section .gallery .slider .slide img {
  width: 100%;
  height: 100%;
}



.four_section .gallery .slider .slide-track {
  -webkit-animation: scroll 25s linear infinite;
          animation: scroll 25s linear infinite;
  display: flex;
  height: calc(250px * 0);
  flex-direction: column;
  gap: 20px;
}
.four_section .gallery .slider .slide {
  height: 150px;
  width: 150px;
  border-radius: 12px;
  overflow: clip;
  box-shadow: 0px 4px 10px #00000059;
}

.worthImage .worthImage22{display:none}





/* five_section */

.five_section {
  padding: 80px 0 80px;
}
.five_section .hd {
    background: #f5f2ec;
    width: 760px;
    z-index: 99;
    position: relative;
    margin-top: 32px;
    padding: 20px 30px;
}

/* .five_section .set.set2 {
  height: 330px;
} */
.five_section .set.set2 {
  height: 411px;
  margin-top: -82px;
}
.five_section .set {
  background-size: cover;
  height: 480px;
  width: 100%;
  background-position: center;
  transition: transform .36s;
}


/* .five_section .set:hover{
  transform: scale(1.054) !important;
} */
.five_section .heading {
  text-align: left;
  margin-top: 50px;
}
.five_section .line::after {
  width: 120px;
  margin: auto 0;
}
.five_section .line span{
float: left;
  top: -14px;
  left: -6px;
}

.five_section .col-3 {
  margin-bottom: 10px;
}


.five_section .set.set3 {
  margin-top: -100px;
  height: 500px;
  position:relative
}

/* .five_section .set.set3::after {
  content: "";
  position: absolute;
  height: 309px;
  width: 240px;
  background-image: url(../images/dogg.png);
  bottom: -104px;
  background-size: 100%;
  transform: scale(-1, 1);
  background-repeat: no-repeat;
  right: -134px;
  transform: rotate(-40deg);
} */
.five_section .set.set4 {
  margin-top: -150px;
}
.five_section h6 {
  font-size: 16px;
  margin: 0 0 24px;
  font-weight: 500;
}




.five_section .section {
  overflow: hidden;
}

.five_section .wrapper {
  height: 100vh;
}

.five_section .list {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}
.five_section .item_content.item_content2 img {
  transform: rotate(184deg);
  position: relative;
  z-index: 9999999;
}
.five_section .item {
  width: 100vw;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;

  overflow: hidden;
}

.five_section  .item_number {
  font-size: 1.5rem;
  height: 3rem;
  width: 3rem;
  margin-bottom: 0.5rem;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  position: absolute;
  top: 6rem;
  left: 3rem;
}

.five_section .item_content {
  color: #292929;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: relative;
  width: 33.33%;
  overflow: hidden;
  background: #f5f2ec;
}
.five_section .item_media {
  object-fit: cover;
  width: 50%;
  height: 100%;
}

.five_section  .padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.five_section  .padding-vertical {
  padding: 2rem;
}































/* six_section */
.six_section{padding: 40px 0 80px; position:relative}
.six_section .row {
  align-items: center;
}
.six_section h6 {
  font-size: 16px;
  margin: 0 0 24px;
  font-weight: 500;
}
.six_section .heading {
  text-align: left;
  margin-top: 50px;
}
.six_section .line::after {
  width: 120px;
  margin: auto 0;
}
.six_section .line span {
  float: left;
  top: -11px;
  left: -6px;
}
.six_section h3 {
  text-align: center;
  font-size: 20px;
  color: var(--TextColor2);
  font-weight: 500;
}
.six_section::after {
  background-image: url(../images/service_right.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -115px;
  content: "";
  height: 581px;
  width: 272px;
  z-index: -1;
  transform: scale(-1,-1);
}
.six_section .rowin img {
  width: 100%;
  height: auto;
}


.seven_section_in .item {
  background-size: cover;
  height: 500px;
  position: relative;
  display: flex;
  align-items: last baseline;
}
.seven_section_in .item .contant {
  padding: 25px;
  color: #fff;
  position: relative;
  z-index: 99;
}
.seven_section_in .item::after {
  left: 0px;
  z-index: 9;
  opacity:0;
  content: "";
  position: absolute;
  width: 100%;
  height: 52%;
  bottom: 0;
  background: linear-gradient(359deg, #000, #826d6d00);
}
.seven_section_in .item .contant h4 {
  font-family: var(--ThemeFontTwo);
  font-size: 27px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}










/* seven_section */

.seven_section {
  background-color: var(--TextColor3);
  padding: 70px 0 140px;

}
.seven_section .line span {
  border: 6px solid var(--TextColor3);
}
.seven_section ul li {
  width: 45.3%;
  background-image: url(../images/arrow.png);
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: left 7px;
  padding-left: 37px;
}
.seven_section ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 28px auto;
  max-width: 1000px;
  gap: 24px 2%;
}












/* eight_section */

.eight_section {
  overflow: hidden;
  position: relative;
}
.eight_section .main_hed {
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top:15px
}
.eight_section .heading {
  margin-bottom: 0;
}
#wrap {
	overflow: hidden;
  position: relative;
}

#wrap .image {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}
#wrap .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
#wrap .container1 > ul > li:first-child .image {
	opacity: 1;
	visibility: visible;
}
#wrap .container-item.active h4 {
  opacity: 1;
}
/* #wrap .container1 > ul li .container-item.active a{
  align-items: center;
  background: #f5f2eccc;
  transform: scale(1.02) !important;
} */

#wrap .container1 > ul li .container-item.active a {
  align-items: center;
  background: #0f2d4de0;
  transform: scale(1.02) !important;
}
#wrap .container1 > ul {
  list-style: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  float: left;
}
#wrap .container1 > ul li {
  width: 25%;
  float: left;
  text-align: center;
}

#wrap .container1 > ul li .container-item a{
  height: 420px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 24px;
  transition: transform .36s;
}

#wrap .container1 > ul li + li .container-item {
  border-left: 1px solid #f5f2ec;
}
#wrap .container1 > ul li:nth-child(5) .container-item{
  border-left:none;
  border-bottom:none;
}


#wrap .container1 > ul li .container-item {
  border-bottom: 1px solid #f5f2ec;
  overflow:hidden !important
}

#wrap .container1 > ul li:nth-child(6) .container-item, #wrap .container1 > ul li:nth-child(7) .container-item, #wrap .container1 > ul li:nth-child(8) .container-item{
  border-bottom:none}
  
#wrap .container-item.active h4{
  color:var(--White) !important;
  font-size:35px
}
#wrap .container-item.active p {
  display: block !important;
  color:var(--White)
}


#wrap h4 {
  position: relative;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.3s ease-in-out;
  font-family: var(--ThemeFontTwo);
  font-size: 24px;
  margin-bottom: 6px;
  opacity: .7;
}

#wrap .container-item.active .link + .image {
	opacity: 1;
	visibility: visible;
}
#wrap .container1.hover .link {
	opacity: 0.4;
}

#wrap .container1.hover .link h4{  opacity: 1;}
#wrap .container-item.active .link {
	opacity: 1;
}
#wrap .container1 > ul li p {
  color: var(--White);
  font-weight: 400;
  display: none;
  font-size: 18px;
}









/* seven_section1 */

.seven_section1{position:relative; margin-bottom:40px}

.seven_section1 .heading {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  top: 55px;
  z-index: 999;
  font-size: 85px;
  color: var(--White);
  text-shadow: rgba(0, 0, 0, 0.2) 0px 4px 13px;
}
.seven_section1 .section {
  overflow: hidden;
}

.seven_section1 .wrapper {
  height: 100vh;
  min-height: 700px;
}

.seven_section1 .list {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  padding: 0.2rem;
}

.seven_section1 .item {
  width: 100vw;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  /* box-shadow: rgb(149, 157, 165, 0.2) 0px 8px 24px; */
  overflow: hidden;
  border-radius: 0 !important;
}

.seven_section1 .item_number {
  font-size: 40px;
  height: 80px;
  width: 80px;
  margin-bottom: 0.5rem;
  border-radius: 50%;
  background-color: #4f4f4f36;
  color: var(--TextColor2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  position: absolute;
  top: 6rem;
  left: 3rem;
}

.seven_section1 .item_content {
  background-color:#e5dccb;
  color: #292929;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 6rem;
  display: flex;
  position: relative;
  width: 30%;
}
.seven_section1 .item img{
  width: 70%;
}
.seven_section1 .item_media {
  object-fit: cover;
  width: 70%;
  height: 100%;
}

.seven_section1 .padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.seven_section1 .padding-vertical {
  padding: 2rem;
}
.item_content h2 {
  font-size: 55px;
  line-height: 65px;
  font-family: var(--ThemeFontTwo);
  color: #4f4f4f;
  font-weight: 40;
  text-transform: uppercase;
  margin: 0;
  margin-top: 0px;
}
@media (max-width: 575.98px) {
  .seven_section1 .heading {
    font-size: 2.5rem;
  }
  .tagline {
    padding: 0 0 30px;
  }
  .seven_section1 .item {
    display: flex;
    flex-direction: column;
  }

  .seven_section1 .item_content,
  .seven_section1 .item_media {
    height: 50vh;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .seven_section1 .item_number {
    font-size: 0.5rem;
    top: 1.5rem;
  }
}










/********************************************************************************
************************************** section_nine *********************************
***************************************************************************************/

.image_mobile_view{display: none;}
.section {
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.image_wrapper_text p {
  color: var(--Black);
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom:0;
}
.image_wrapper_text h2 {
  color: var(--TextColor2) !important;
  font-size: 42px;
  font-family: var(--ThemeFontTwo);
  font-weight: 400;
  line-height: 51px;
  margin-bottom: 0;
  margin-top:0;
}







 .image_wrapper_right img{  object-position: right !important;}


.image_wrapper_left img {
  object-position: left !important;
}



.section.four {
  z-index: 4;
}
.section_nine .image_wrapper_text {
  padding: 60px 60px 220px;
  background-image: url(../images/bg_logo.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 35%;
  margin-top: 100px;
}
.section.four.section_to-pin {
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  padding: 0 !important;
}

.section.four .heading {
  text-align: left;
  font-size: 58px;
  line-height: 70px;
}
.section.four.section_to-pin .section_pin {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #6a675221;
  margin-top: -27px;
}
.four.section_to-pin .section_pin .content_wrapper {
  display: flex;
  align-items: center;
  min-width: 400px;
  padding: 0 40px;
  box-shadow: 0 62px 59px #000;
  height: 100vh;
}
.section.four.section_to-pin .section_pin .image_wrapper {
  min-width: 25vw;
  position: relative;
  opacity: 0.7;
  transition: opacity 0.3s cubic-bezier(0.51, 0.18, 0, 0.88);
  overflow: hidden;
}

.section.four.section_to-pin .section_pin .image_wrapper:hover .image {
  transform: scale(1.06) !important;
}



.section.four.section_to-pin .section_pin .image_wrapper .image {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  transition: transform .36s;
  height: 100vh;
  transform: scale(1.01) !important;
  min-height: 550px;
}
.section.four.section_to-pin .section_pin .image_wrapper.active {
  opacity: 1;
}
.section.five {
  background-color: #4B4E4B;
  z-index: 5;
}
.section.five * {
  color: #FEFEFE;
}
.section.six {
  background-color: #242423;
  z-index: 6;
}
.section.six * {
  color: #FEFEFE;
}
.section.seven {
  background-color: #0A0A0A;
  z-index: 7;
}
.section.seven * {
  color: #FEFEFE;
}
.section .grid-container {
  width: 100%;
}






.image_wrapper_text .content::before {
  height: 200px;
  width: 7px;
  content: "";
  position: absolute;
  right: -35px;
  bottom: -40px;
  border-left: 1px solid var(--TextColor);
  border-right: 1px solid var(--TextColor);
  opacity: .3;
}
.image_wrapper_text .content::after {
  height: 200px;
  width: 7px;
  content: "";
  position: absolute;
  left: -35px;
  top: -40px;
  border-left: 1px solid var(--TextColor);
  border-right: 1px solid var(--TextColor);
  opacity: .3;
}
.image_wrapper_text::after {
  height: 7px;
  width: 200px;
  content: "";
  position: absolute;
  left: 35px;
  top: 0;
  border-top: 1px solid var(--TextColor);
  border-bottom: 1px solid var(--TextColor);
  opacity: .3;
}

.image_wrapper_text, .image_wrapper_text .content{position: relative;}
.image_wrapper_text::before {
  height: 7px;
  width: 200px;
  content: "";
  position: absolute;
  right: 35px;
  bottom: 161px;
  border-top: 1px solid var(--TextColor);
  border-bottom: 1px solid var(--TextColor);
  opacity: .3;
}











@media screen and (min-width: 640px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 56px;
    line-height: 66px;
  }
}
@media screen and (min-width: 1440px) {
  h1 {
    font-size: 64px;
    line-height: 74px;
  }
}





/********************************************************************************
************************************** footer *********************************
***************************************************************************************/
/* .main-footer { position: relative; padding: 60px 0 0; background-color: var(--TextColor);} */
/* .main-footer {
  position: relative;
  padding: 60px 0 0;
  background-color: var(--TextColor);
  background-image: url(../images/sss.png);
  background-size: cover;
  background-position: center;
  padding-top: 400px;
} */

.main-footer {
  position: relative;
  padding: 100px 0 0;
  background-color:var(--FontColor2);
}

.main-footer::after {
  background-image: url(../images/footer_img.png);
  background-size: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 60px;
  bottom: 0;
  width: 500px;
  height: 400px;
  opacity: .5;
}
/* .footer_in {
  position: relative;
  z-index: 999;
} */
.footer_in {
  position: relative;
  z-index: 999;
  padding-left: 36%;
}
/* .main-footer::before {
  left: 0;
  margin: auto;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: linear-gradient(360deg, #4f4f4f, #4f4f4fe0, #826d6d00);
  z-index: 99;
  backdrop-filter: blur(5px);
  background-color: #01527200;
} */

.footer_one.footer_logos p {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 30px;
  font-weight: 300;
}
.footer_one p a {color: var(--White);}
.main-footer ul {margin-top: 35px; padding: 0; display: block; gap: 26px; margin-bottom: 0;}
.main-footer ul li {
  margin-bottom: 12px;
  padding-left: 0;
  list-style: none;
  color: var(--White);
  width: 46%;
  float: left;
}

.main-footer ul li a:hover { color: var(--White);  font-weight: 600;  text-decoration: underline;}
.main-footer ul li a {color: var(--White);text-decoration: none;font-weight: 400; }
.main-footer h6 { font-size: 20px; color: var(--White); font-weight: 500;}
.main-footer .footer_one {width: 50%;}
.main-footer .footer_one .icon_div {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 26px;
}
.main-footer h5 {
  color: #ffffff82;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  margin-top:26px
}

.main-footer p {color: var(--White);font-weight: 400;  line-height: 24px; margin: 0;}
.main-footer .footer_one .icon_div svg { font-size: 22px; color: var(--White);}
.footer_main {
  justify-content: space-evenly;
  gap: 25px;
}
.footer-bottom {
  padding: 14px 0;
  margin-top: 80px;
  position: relative;
  z-index: 99;
}
.main-footer h6 {
  font-size: 18px;
  color: var(--White);
  font-weight: 500;
  margin:0;
  position: relative;
  top: -2px;
}
.footer-bottom p {
  color: var(--White);
}
.main-footer p img {height: 90px; margin-right: 34px;}







/* tagline */
.tagline .heading {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
}

.tagline {
  text-align: center;
  padding: 30px 0;

}



/** Large devices (desktops, less than 1600px) **/
@media (min-width: 1600px) { 
  .container {
    max-width: 1500px;
    margin: auto;
    width: 100%;
  }

  .banner .container{
    width: 100%;
    max-width: 100%;
    padding: 0 60px;
  }
.container-fluid {padding: 0 40px; max-width:1920px; margin:auto}
}



/** Large devices (desktops, less than 1600px) **/
@media (max-width: 1599.98px) { 
  .banner .banner_content h1 {font-size: 54px; }
  

  .gallery.gallery2::before {top: 22px;}


  /* eight_section */
  #wrap .container1 > ul li .container-item a { height: 355px; padding: 20px;}
  #wrap h4 {font-size: 20px;}

  /* footer */
  .main-footer {padding: 60px 0 0;  background-size: 456px;}
  .footer-bottom { margin-top: 50px;}


  .third_section .content.content2 {
    height: 240px;
    width: 240px;
  }
  .third_section .content h3 {
    font-size: 34px;
  }
  .third_section .content h4 {
    font-size: 18px;
  }
  .third_section .content {
    padding: 15px;
    min-height: auto;
  }
  .third_section .content.content2 h3 {
    font-size: 26px;
    line-height: 33px;
  }


  .footer_in {
    padding-left: 40%;
  }

  .main-footer::after {
    width: 465px;
    height: 390px;
  }
}

/** Large devices (desktops, less than 1400px) **/
@media (max-width: 1399.98px) { 
  body{font-size:14px;}
.container { max-width: 1140px; }
.heading { font-size: 40px; line-height: 44px;}
.custom_btn {
  padding: 0 18px;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
}

/* main-header */
.second_header_in .navbar-nav { gap: 20px;}
.side_header { display: flex; gap: 15px;}
.header {
  padding: 10px 0;
}

/* footer */
.main-footer .footer_one {width: 400px; padding-left: 50px; margin: 0 0;}
.main-footer p img {
  height: 71px;
  margin-right: 20px;
}


.main-footer {
  background-size: 405px;
}


/* banner */
.banner {height: 540px; min-height: 540px;}
.banner .banner_content h1 {
  font-size: 40px;
}
/* third_section */
.third_section .content3 h4 {
  font-size: 30px;
}
.third_section .content.content2 {
  height: 210px;
  width: 210px;
}
.third_section .content3 p {
  margin-bottom: 25px;
  margin-top: 15px;
}
.third_section .content {
  margin-top: 65px;
}



.heading_main .heading {
  font-size: 40px;
  line-height: 48px;
}
.heading_main {
  padding: 0 30px;
}
.four.section_to-pin .section_pin .content_wrapper {
  min-width: 322px;
  padding: 0 40px;
}
.image_wrapper_text p {
  font-size: 15px;
  line-height: 26px;
}
.section.four .heading {
  text-align: left;
  font-size: 29px;
  line-height: 38px;
}
.section.four.section_to-pin .section_pin .image_wrapper .image {
  height: 102vh;
}
.six_section {
  padding: 40px 0 50px;
}
.section_nine .image_wrapper_text {
  padding: 50px 50px 127px;
  margin-top: 100px;
}
.image_wrapper_text::before {
  bottom: 73px;
}



/* eight_section */
#wrap .container1 > ul li .container-item a {
  height: 300px;
  padding: 15px;
}
.image_wrapper_text h2 {
  font-size: 24px;
  line-height: 32px;
}
#wrap .container-item.active h4 {
  font-size: 24px;
}
#wrap .container1 > ul li p {
  font-size: 15px;
}
.heading_main {
  max-width: 700px;
  margin-top: -40px;
    height: 533px;
}
.section.four.section_to-pin .section_pin {
  margin-top: 0;
}


/* four_section */
.four_section .gallery {min-height: 600px;height: 11vh;}
.four_section_in {margin: 70px 0 0;}




.main-footer::after {
  width: 405px;
  height: 337px;
  left: 30px;
}



}

/** Large devices (desktops, less than 1200px) **/
@media (max-width: 1199.98px) {
.container { max-width: 960px;}
.heading {font-size: 34px;line-height: 44px;}

/* header */
.second_header_in  .navbar { background: var(--ThemeColor5); display: block; width: 100%; position: fixed; left: -111%; height: 100%;
  top: 0; z-index: 999;}
.toggle_bars { display: inherit; font-size: 28px; border: navajowhite; background: top; position: absolute;}
.logo {margin-left: 50px;}
.toggle_bars.toggleclose { position: absolute; right: 20px;}
.second_header_in .navbar.main {
  left: 0;
  background: var(--TextColor2);
}
.second_header_in .navbar-nav a { display: block; padding: 14px 0; font-size: 20px;}
.second_header_in .navbar-nav { display: block; padding: 70px 30px 30px; gap: inherit;}



/* banner */
.banner .banner_content h1 { font-size: 36px;}
.banner_content_in {
  padding: 22px 30px;
  gap: 25px;
}

/* third_section */
  .third_section .content3 h4 {
    font-size: 30px;
  }
  .third_section .content3 h4 br{display:none}


  .third_section .col-5 {
    width:100%;
  }
  .third_section .content {
    margin-top: 50px;
  }
  .third_section .content.content2 {
    margin-top: 0;
  }
  .third_section .col-7 {
    width: 100%;
  }
.third_section .content3 {
  margin-left: 0 !important;
  padding-left: 0;
  padding-top:5px;
  text-align: center;
}
.third_section .container-fluid {
  padding: 0 15px !important;
}
.third_section .content3::after {
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  margin: auto;
}






/* second_section */
.second_section .content p {font-size: 15px; line-height: 26px;}
.second_section {padding: 60px 0 30px;}

/* third_section */
.third_section .content p {min-height: 72px;}

/* section_nine */
.image_wrapper_text p {font-size: 14px; line-height: 24px;}
.heading_main .heading {font-size: 30px; line-height: 36px;}

.section.four.section_to-pin .section_pin .image_wrapper .image {
  min-height: 641px;
}



#wrap .container1 > ul li p {
  font-size: 14px;
}

.footer_main {
  display: block;
}

.main-footer .footer_one .icon_div {
  margin-bottom: 16px;
}
.footer_in {
  padding-left: 45%;
}
.main-footer .footer_one {
  padding-left: 0;
}
.footer-bottom {
  display: block;
}

.main-footer h6 {
  margin-top: 15px;
}

.main-footer .footer_one.footer_logos {
  margin-bottom: 30px;

}
}


/**  Medium devices (tablets, less than 992px) **/
@media (max-width: 991.98px) {
  .container {max-width: 720px; padding: 0 12px;}
  .top_headung {
    margin-bottom: 0;
  }
  .custom_btn {
    min-width: 100px;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    padding: 0 20px !important;
  }
  
/* header */
  .logo img { height: 85px;}
  .fixed .logo img.--transition-ease { height: 80px;}
  .second_header_in {
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
  }
  .side_header {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
  }
  .logo {
    margin-left: 70px;
  }
  /* banner */
  .banner .banner_content h1 {font-size: 36px; margin: 0;}
  .banner .banner_content {text-align: center;}
  .custom_btn.lg_btn {padding: 14px 28px;}
  .banner {   height: 500px; min-height: 430px;}
  .banner iframe { top: 48% !important; width: 120% !important; }
  .banner video { height: 100vh;}
  .banner_content_in {padding: 15px 20px; display: block;}
  .banner .banner_content p { margin: 0 0 10px; font-size: 15px; line-height: 26px;}


/* footer */
.main-footer .footer_main { margin-top: 20px; display: block; }
.main-footer .footer_one { padding-left: 0; width:inherit;max-width: 536px;
  margin: auto;}
.footer_in { padding-left: 0;}
.main-footer {
  padding: 50px 0 0;
}
.main-footer p img {
  margin: 0 10px;
}
.main-footer .footer_one .icon_div {
  gap: 20px;
  justify-content: center;
}
.main-footer ul {
  display: inline-block;
  text-align: center;
}
.footer-bottom{
  text-align:center;
}
/* .main-footer .footer_one .icon_div {
  padding-left: 0;
}
.main-footer .footer_one .icon_div svg {
  position: relative;
  margin: 0px auto 2px;
} */
.main-footer ul {
  display: inline-block;
  width: 100%;
  margin-bottom: 16px;
}
.footer_one.footer_logos {
  text-align: center;
}
.footer_one.footer_logos p {
  justify-content: center;
}
.main-footer::after {
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  max-width: 400px;
}


/* four_section */
.four_section .col-6 { width: 100%;}
.four_section_in .col-4 {width: 100%;}
.four_section_in .col-4:nth-child(2) {width: 100%;}
.heading_main { padding: 50px 0; height: auto; margin: auto; box-shadow: none;z-index: 9999;}
.four_section_in {background: var(--TextColor5);}
.four_section .gallery { margin-top: -116px;}
.four_section_in { margin: 50px 0 0;}
.four_section_in::before {
  display: none;
  width: 419px;
  top: 0;
  transform: rotate(90deg);
  right: 0;
  bottom: 0;
  margin: auto;
}
.gallery.gallery2 {
  z-index: 9999;
}
/* eight_section */

#wrap .container1 > ul li .container-item a { height: 220px;}
#wrap h4 {font-size: 16px;}
#wrap .container-item.active h4 {font-size: 20px;}
#wrap .container1 > ul li p { font-size: 14px; line-height: 24px;}

/*third_section*/
.third_section .content3 h4 { font-size: 24px; font-weight: 400;}
.four.section_to-pin .section_pin .content_wrapper {padding: 0 30px;}
.section.four.section_to-pin .section_pin .image_wrapper {min-width: 40vw;}


/* eight_section */
#wrap .container1 > ul li {width: 50%;}
#wrap .container1 > ul li .container-item {
  border-bottom: 1px solid #f5f2ec !important;
}
#wrap .container1 > ul li:nth-child(2n+3) .container-item {
  border-left: none !important;
}

}


/** Small devices (landscape phones, less than 768px)**/
@media (max-width: 767.98px) {
  .container {max-width: 540px; }
  .heading {font-size: 28px;line-height: 36px; padding: 0 15px; }
  .heading br{ display:none }
  .top_headung { font-size: 16px;}

  /* header */
  .logo img { height: 65px;}
  .number svg { font-size: 22px;}
  .number {padding-left: 35px;}
  .fixed .logo img.--transition-ease {height: 65px;}
  .custom_btn { padding: 10px 16px;}
  .side_header {gap: 10px;}
  .logo {
    width: 117px;
    margin-left: 65px;
  }
  .toggle_bars img {
    height: 30px;
  }
  .worthImage img{display:none}
.worthImage .worthImage22{display:block}


/* banner */
.banner .banner_content h1 {  font-size: 34px;  margin: 0; }
.custom_btn.lg_btn {padding: 12px 24px;}
.banner {
  height: 530px;
  min-height: 530px;
}
.banner iframe {width: 175% !important; }
.banner .banner_content{bottom:0}
.banner_content .container {
    padding: 0 !important;
    max-width: 100%;
    margin: 0;
    width: 100%;
}

/* footer */


/* third_section */
.third_section {padding: 0px 12px 0;}
.third_section .content.content2 { width: 140px;}
.third_section .content.content2 h3 {font-size: 20px; line-height: 26px;}
    .third_section .content3 {
        margin-top: 35px;
        padding-bottom: 25px;
        display: none;
    }
    .four_section {
    margin-top: 65px;
}

/* six_section */
.six_section .heading { padding: 0;text-align: center;margin-top: 15px;}
.six_section{text-align: center;}
.col-6 {  width: 100%;}
.six_section .line::after {margin: auto;}
.six_section .line span {float: inherit; top: -1px;}

/* .four.section_to-pin .section_pin .content_wrapper {
  width: 100%;
  padding: 0 25px;
}
.section.four.section_to-pin .section_pin .image_wrapper .image {
  min-height: auto;
  height: auto;
}
.four.section_to-pin .section_pin .content_wrapper {
  height: 580px;
  box-shadow: 0 12px 20px #0000004a;
}
.section_nine .image_wrapper_text {
  min-width: 300px !important;
}
.section.four .heading {
  font-size: 26px;
  line-height: 38px;
  padding: 0;
}
.four.section_to-pin .section_pin .content_wrapper p {
  margin-top: 5px;
}
.section_nine .image_wrapper_text {
  padding: 40px 50px 100px;
  margin-top: 30px;
}
.section.four.section_to-pin .section_pin .image_wrapper {
  min-width: 40vw;
}
.six_section {
  padding: 0 0 50px;
}
 */

.pin-spacer{display:none !important;}
.image_mobile_view{padding:15px; margin:40px 0 20px; display: block;}
.image_mobile_view .images {
  display: flex;
  position: relative;
}
.image_mobile_view .images img {
  width: 50%;
}

  .image_mobile_view .cont {
    padding: 30px 12px 25px;
    text-align: center;
  }
  .image_mobile_view .set .item_p {
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    background: #f5f2ecb2;
  }
  .image_mobile_view .line{
    margin-bottom: 15px;
  }
  .image_mobile_view .set .heading span {
    color: var(--White);
  }
  .image_mobile_view .set .heading {
    font-size: 24px;
    line-height: 29px;
    text-shadow: 0 1px 3px #000000c9;
    margin: 0;
    position: absolute;
    bottom: 0;
    color: var(--White);
    font-weight: 600;
    background: #9d9d9d7a;
    padding: 10px;
  }
.image_mobile_view .set {
  border: 1px solid #b1b1b1cc;
  padding: 0;
  border-radius: 10px;
  margin-bottom: 12px;
  display: block;
}
/* .section.four.section_to-pin {
  display: block;
  height: auto !important;
}
  .four.section_to-pin .section_pin .content_wrapper {
    height: auto;
    box-shadow:none;
    min-width: 100%;
    padding: 0 0;
  }

  .section.four.section_to-pin .section_pin .image_wrapper {
    min-width: 100%;
  }
  .section.four.section_to-pin .section_pin {
    margin-top: 0;
    transform: inherit !important;
    display: block;
  }
  .four.section_to-pin .section_pin .content_wrapper div {
    padding: 25px;
  }
  .section.four.section_to-pin .section_pin .image_wrapper .image {
    min-height: auto;
    transform: inherit;
    height: auto; 
  }*/
  .tagline .heading {
    font-size: 30px;
    line-height: 40px;
  }

}






/** Small devices (landscape phones, less than 480px)**/
@media (max-width: 575px) { 

  .third_section .swiper {
    margin-top: 30px;
  }
  .swiper-button-next{
    right: 0 !important;
  }
 .swiper-button-prev {
  left: 0 !important;
  }
  .third_section .row .rowin {
    padding: 0 6px;
    height: 91%;
  }
  .third_section .content p {
    -webkit-line-clamp: inherit;
  }
.second_section {padding: 45px 0 30px;}
.second_section::before, .second_section::after{
  height: 70%;
  width: 45%;
}

.heading {
  font-size: 32px;
  line-height: 42px;
}
/* third_section */
.third_section .col-4 { width: 50%;  order: 2;}
.third_section .content { margin-top: 0;}
.third_section .col-4:last-child { width: 100% !important;  order: 1;}
.third_section .content.content2 { width: 100%; height: 240px;padding:0 0 15px;margin-bottom: 12px;}
.third_section .content.content2 h3 { text-align: center; margin: 0 auto;}
.third_section { padding: 0;}

/* banner */
.banner .banner_content h1 {
  font-size: 34px;
  margin: 0;
}
.banner iframe {
  width: 210% !important;
}
.banner .banner_content {
  bottom: 0;
}
.banner_content .container {
  max-width: 100% !important;
}
.banner {
  padding-bottom: 90px;
}
.banner_content_in {
    position: absolute;
    bottom: 0;
    backdrop-filter: blur(3px);
    background-color: #0f2d4d52;
    padding: 10px 15px;
}
.banner_content a{
    display: none;
}

.banner_content_in .custom_btn.white_bg {
  border: 1px solid var(--White) !important;
}

/* four_section */

.four_section .gallery.gallery2 { margin-top: -68px;}
.four_section .gallery { min-height: 430px;}
.heading_main { padding: 40px 20px;}

.section.four.section_to-pin .section_pin .image_wrapper {
  min-width: 60vw;
}




/* eight_section */
#wrap .container1 > ul li { width: 100%; margin: 10px 0; box-shadow: 0 1px 10px #0000004a; border:none;position: relative;}

#wrap .container1 > ul li .container-item{border: none !important; display: inline-grid; padding-top: 220px; }
#wrap .container1 > ul li p {display:block; margin-bottom:0 !important;}
#wrap .image { visibility: inherit; opacity: 1; order:1;}
#wrap .container1 > ul li .container-item a {order:2; background: linear-gradient(359deg, #000, #826d6d00);padding: 40px 15px 20px; height:auto}
/* #wrap h4, #wrap p {color: var(--Black);}
#wrap .container1 > ul li p {color: var(--Black);} */
#wrap .container1 > ul li .container-item.active a { background: linear-gradient(359deg, #000, #826d6d00);}
#wrap .image img { margin-bottom: -4px;}
#wrap h4 { font-size: 22px; opacity: 1;}
#wrap { padding: 40px 15px;}
/* footer */
.main-footer ul li { margin-bottom: 18px; width: 100%; float: left;}
.main-footer .footer_one .icon_div svg {font-size: 27px;}
.footer-bottom {margin-top: 170px;}

}


/** Small devices (landscape phones, less than 480px)**/
@media (max-width: 480px) { 
  /* banner */
  .banner iframe { width: 270% !important; }
 .banner .banner_content h1 {font-size: 30px; margin: 0;}

  /* eight_section */
  

  #wrap {padding: 40px 15px; }
  .eight_section .main_hed {display: block; text-align: center;}
  /* #wrap .container1 > ul li .container-item a { height: auto; padding: 40px 15px;}
  #wrap .container1 > ul li .container-item.active a{padding: 40px 15px;}
  #wrap h4 { font-size: 16px; margin: 0;}
  #wrap h4 {
    font-size: 18px;
    margin: 0;
    opacity: 1;
  } */
  /* six_section */
  .six_section::after { bottom: -198px;}
  .four_section {
    margin-top: 85px;
  }

  
}
