
/** about-section **/

.about-section{
  position: relative;
  padding: 0px 50px;
}

.about-section .outer-container{
  position: relative;
  border: 1px solid var(--secondary-color);
  border-top: none;
  padding: 175px 80px;
}

.about-section .content-box{
  position: relative;
  display: block;
}

.about-section .content-box h3{
  position: relative;
  display: inline-block;
  font-size: 64px;
  line-height: 110px;
  color: rgba(0, 0, 0, 0.30);
  text-transform: uppercase;
}

.about-section .content-box h3 img{
  position: relative;
  top: -8px;
}

.about-section .content-box h2{
  position: relative;
  display: block;
  font-size: 140px;
  line-height: 140px;
  font-weight: 500;
  margin-bottom: 91px;
}

.about-section .content-box p{
  display: block;
  font-size: 58px;
  line-height: 86px;
  color: var(--title-color);
  max-width: 1450px;
}

.about-section .content-box p span{
  color: rgba(0, 0, 0, 0.40);
  border-bottom: solid;
  border-width: 2px;
  display: inline-block;
}

.about-section .content-box .lower-box{
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.about-section .content-box .lower-box .social-inner h6{
  display: block;
  font-size: 20px;
  line-height: 27px;
  font-family: var(--text-font);
  font-weight: 700;
  margin-bottom: 26px;
}

.about-section .content-box .lower-box .social-inner .social-links{
  position: relative;
  display: flex;
  align-items: center;
}

.about-section .content-box .lower-box .social-inner .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 12px;
}

.about-section .content-box .lower-box .social-inner .social-links li:last-child{
  margin: 0px !important;
}

.about-section .content-box .lower-box .social-inner .social-links li a{
  position: relative;
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: var(--title-color);
}

.about-section .content-box .lower-box .social-inner .social-links li a:hover{
  color: #fff;
  background: var(--secondary-color);
  font-size: 22px;
}

.about-section .content-box .lower-box .text-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 323px;
  height: 238px;
  text-align: center;
}

.about-section .content-box .lower-box .text-box .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 323px;
  height: 238px;
  background-repeat: no-repeat;
}

.about-section .content-box .lower-box .text-box span{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 37px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.about-section .content-box .lower-box .text-box a{
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #fff;
}

.about-section .content-box .lower-box .text-box a:hover{
  transform: rotate(45deg);
}

.about-section .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
}

/** about-style-two **/

.about-style-two{
  position: relative;
  padding: 0px 50px;
}

.about-style-two .outer-container{
  position: relative;
  padding: 227px 0px 265px 0px;
  border-bottom: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
}

.about-style-two .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.about-style-two .image-box .image::before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.about-style-two .image-box .image:hover::before {
  width: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.about-style-two .image-box .image img{
  width: 100%;
  transform: scale(1.1);
  transition: all 500ms;
}

.about-style-two .image-box .image:hover img{
  transform: scale(1);
}

.about-style-two .content-box{
  position: relative;
  display: block;
  margin-left: 140px;
}

.about-style-two .content-box .upper-text{
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: var(--title-color);
  border-bottom: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
  margin-bottom: 38px;
}

.about-style-two .content-box h2{
  position: relative;
  display: block;
  font-size: 70px;
  line-height: 90px;
  margin-bottom: 120px;
  max-width: 755px;
}

.about-style-two .content-box h2 span{
  position: relative;
  display: inline-block;
  color: #fff;
  background: var(--secondary-color);
  font-family: 'Playfair Display', cursive;
  line-height: 70px;
}

.about-style-two .content-box h2:before{
  position: absolute;
  content: '';
  right: -10px;
  bottom: 20px;
  width: 300px;
  height: 1px;
  background: var(--secondary-color);
}

.about-style-two .content-box .lower-content{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-style-two .content-box .lower-content h6{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 27px;
  font-family: var(--text-font);
  font-weight: 700;
  margin-bottom: 26px;
}

.about-style-two .content-box .lower-content .dark-signature{
  display: none;
}

.about-style-two .pattern-layer{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.about-style-two .pattern-layer-2{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  opacity: 0;
}

/** about-style-three **/

.about-style-three{
  position: relative;
  padding: 52px 0px 275px 0px;
  background: #FBF5F1;
}

.about-style-three .content-box{
  position: relative;
  display: block;
}

.about-style-three .content-box .upper-text{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 48px;
  font-family: 'Savoye LET', cursive;
  color: var(--title-color);
}

.about-style-three .content-box h2{
  position: relative;
  display: block;
  font-size: 90px;
  line-height: 110px;
  font-family: 'Gambetta', serif;
  max-width: 1290px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.about-style-three .content-box h2 span{

}

.about-style-three .social-style-one{
  justify-content: center;
}

.about-style-three .social-style-one li a{
  background: #fff;
  border-color: #fff;
}

.about-style-three .social-style-one li a:hover{
  background: var(--secondary-color);
  border-color: var(--secondary-color);
}

/** about-style-four **/

.about-style-four{
  position: relative;
  padding: 159px 0px 80px 0px;
}

.about-style-four:before{
  position: absolute;
  content: '';
  background-image: url(../image/shape-50.png);
  width: 100%;
  height: 8px;
  left: 0px;
  bottom: 0px;
  background-repeat: repeat-x;
}


.about-style-four .outer-container{
  position: relative;
  max-width: 1580px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 15px;
}

.about-style-four .funfact-inner .single-item{
  position: relative;
  display: block;
  float: left;
  margin-right: 230px;
}

.about-style-four .funfact-inner .single-item:before{
  position: absolute;
  content: '';
  background-image: url(../image/shape-51.png);
  width: 62px;
  height: 132px;
  top: 7px;
  right: -150px;
  background-repeat: no-repeat;
}

.about-style-four .funfact-inner .single-item:last-child{
  margin: 0px !important;
}

.about-style-four .funfact-inner .single-item .count-outer{
  position: relative;
  display: block;
  font-size: 82px;
  line-height: 105px;
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 500;
  margin-bottom: 10px;
}

.about-style-four .funfact-inner .single-item p{
  display: block;
  font-size: 24px;
  line-height: 30px;
}

.about-style-four .content-box{
  position: relative;
  display: block;
	max-width: 70%;
	margin: 0 auto;
}

.about-style-four .content-box .link-box{
  position: relative;
  display: inline-block;
  background: var(--secondary-color);
  border-radius: 80px;
  padding: 28px 160px 29px 60px;
}

.about-style-four .content-box .link-box h2{
  position: relative;
  display: block;
  font-size: 64px;
  line-height: 100px;
  font-family: var(--text-font);
  color: #fff;
  font-weight: 400;
}

.about-style-four .content-box .link-box h2 span{
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
}

.about-style-four .content-box .link-box a{
  position: absolute;
  display: inline-block;
  top: 15px;
  right: 15px;
  width: 126px;
  height: 126px;
  line-height: 130px;
  text-align: center;
  border-radius: 50%;
  background: #FFDD2D;
  font-size: 30px;
  color: var(--title-color);
}

.about-style-four .content-box .link-box a:hover{
  color: #fff;
}





.about-style-four .text-box h2{
  position: relative;
  display: block;
  font-size: 90px;
  line-height: 90px;
  font-weight: 500;
}

.about-style-four .text-box h2 span{
  display: inline-block;
  font-family: var(--text-font);
  font-weight: 700;
  font-style: italic;
  color: rgba(0, 0, 0, 0.30);
}












.about-section .outer-container.border_top{
  border-top: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
}

.about-section .image-box{
  position: relative;
  display: block;
  margin-left: 79px;
}

.about-section .image-box img{
  width: 100%;
}

.about-section .outer-container .shape{
  position: absolute;
  left: 890px;
  top: 120px;
  width: 107px;
  height: 123px;
  background-repeat: no-repeat;
}

.about-style-four.alternat-2{

}

.about-style-four.alternat-2 .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.about-style-four.alternat-2 .pattern-layer-2{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  display: none;
}

.about-style-four .content-box p{
  font-size: 24px;
  line-height: 30px;
  color: var(--title-color);
  margin-bottom: 40px;
}

.about-style-four .content-box p span{
  font-size: 18px;
  line-height: 30px;
  color: var(--title-color);
  margin-bottom: 40px;
}

.about-style-four.alternat-2 .text-box h2:before{
  position: absolute;
  content: '';
  background-image: url(../image/shape-logo.png);
  width: 64px;
  height: 64px;
  top: 10px;
  left: 200px;
  background-repeat: no-repeat;
  animation-name: rotateme; 
  animation-duration: 24s; 
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme; 
  -webkit-animation-duration: 24s; 
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme; 
  -moz-animation-duration: 24s; 
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme; 
  -ms-animation-duration: 24s; 
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme; 
  -o-animation-duration: 24s; 
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.about-style-four.alternat-2 .text-box h2:after{
  position: absolute;
  content: '';
  background-image: url(../image/shape-logo2.png);
  width: 38px;
  height: 38px;
  right: 150px;
  bottom: 15px;
  background-repeat: no-repeat;
  animation-name: rotateme; 
  animation-duration: 24s; 
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme; 
  -webkit-animation-duration: 24s; 
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme; 
  -moz-animation-duration: 24s; 
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme; 
  -ms-animation-duration: 24s; 
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme; 
  -o-animation-duration: 24s; 
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}



@media screen and (max-width: 500px) {
	
	.about-style-four.alternat-2 .text-box h2:before{
		display: none;
	}
	
	.about-style-four.alternat-2 .text-box h2:after{
		display: none;
	}
	
}





.about-style-four.alternat-2 .image-box .image{
  position: relative;
  display: block;
  border-radius: 50px;
  overflow: hidden;
}



.about-style-four.alternat-2 .image-box .image img{
  width: 100%;
  border-radius: 50px;
  transition: 10s ease;
}

.about-style-four.alternat-2 .image-box .image:hover img{
  transform: scale(1.5);
}

.about-style-four.alternat-2 .funfact-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-style-four.alternat-2 .funfact-inner .single-item:last-child:before{
  display: none;
}

.about-style-four.alternat-2 .funfact-inner .single-item{
  float: none;
}

.about-style-four.alternat-2 .funfact-inner .single-item:before{
  right: -120%;
}

.about-style-four:before{
  z-index: 1;
}



























