/**
* Template Name: Hidayah - v3.0.0
* Template URL: https://bootstrapmade.com/hidayah-free-simple-html-template-for-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
@media (min-width: 992px) {
  .col-md-1-5 { width: 20%; }
  .col-md-2-5 { width: 40%; }
  .col-md-3-5 { width: 60%; }
  .col-md-4-5 { width: 80%; }
  .col-md-5-5 { width: 100%; }
}

@media (min-width: 1200px) {
  .col-lg-1-5 { width: 20%; }
  .col-lg-2-5 { width: 40%; }
  .col-lg-3-5 { width: 60%; }
  .col-lg-4-5 { width: 80%; }
  .col-lg-5-5 { width: 100%; }
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


body {
  font-family: "Raleway", sans-serif;
  color: #000000;
  background-color: #ffffff;
  /* opacity: .5; */
}

a {
  color: #428bca;
  text-decoration: none;
}
a:hover {
  color: #6aa3d5;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  /* transition: 1.2s; */
  

}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #000000;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #D6884D;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #D6884D;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
  /* margin-bottom: 30px; */
}

#header.header-scrolled, #header.header-inner-pages {
  background: #ffffff;

}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Raleway", sans-serif;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 67px;
}

@media (max-width: 992px) {
  #header {
    border: 0;
  }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 20px 0 20px 30px;
    /* background-color: #000000; */

}

.nav-menu a {
  display: block;
  position: relative;
  color: #27252b;
  transition: 0.3s;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  /* background-color: #000000; */
}
.nav-menu .Language-Converter{
  
  display: block;
  position: relative;
  font-size: 13px;
  color: #27252b;
}
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #D6884D;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 12px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: rgb(255, 255, 255);
  box-shadow: 0px 0px 30px rgba(94, 94, 94, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: #2f2f2f;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #D6884D;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 16px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: rgb(0, 0, 0);
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #394047;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #D6884D;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(34, 39, 43, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100%;
  /* background-color: rgba(43, 38, 34, 0.8); */
  overflow: hidden;
  position: relative;
}




/* ----------- */



#hero .carousel-item .img-fluid {
  margin-top: 98px;
  width: 100%;
  display: block;
  height: 100%;
  position: relative;
  background-size: cover;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  /* width: 100%;
  max-width: 100%;
  height: 100%;
  background-size:auto;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; */
}

#hero .carousel-item::before {
  content: '';
  /* background-color: rgba(12, 13, 14, 0.8); */
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.852);
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 100;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.3s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
  /* margin-left: 10px; */
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 50px;
  line-height: 1;
  width: auto;
  height: auto;
  /* background: rgba(255, 255, 255, 0.2); */
  border-radius: 50px;
  padding: 6px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 1);



}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  /* background: rgba(255, 255, 255, 0.3); */
  color: rgba(255, 255, 255,1);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  opacity: .3;
  transition: 0.3s;
  margin-bottom: 26px;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #ffffff;
  
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #000000;
  margin-top: 30px;
}

#hero .btn-get-started:hover {
  background: #5697d0;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section {
  /* padding: 50px 0; */
}

.section-bg {
  background-color: #fafafb;
}

.section-title {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #f5f9fc;
  color: #428bca;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  text-align: center;

}

.section-title h3 span {
  color: #543877;
}

.section-title p {
  padding-left: 10px;
  padding-right: 10px;
  margin: 15px auto 0 auto;
  font-weight: 500;
  color: #919191;
  word-break: keep-all; 
}

@media (min-width: 1024px) {
  .section-title p {
    width: 70%;
  }
}
.youtube {   
  color: white;   
  background: #c4302b;    
  }   
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes p {
  /* font-size: 16px; */
  font-weight: 500;
  color: #3c3c3c;
  margin-bottom: 10px;
  text-align: center;
  /* padding-left: 80px; */
  /* padding-right: 80px; */
    word-break: keep-all; 


}
.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #394047;
  margin-bottom: 15px;
  text-align: center;

}
.about .icon-boxes h4 {
  font-size: 13px;
  font-weight: 700;
  color: #323232;
  /* margin-bottom: 15px; */
  text-align: center;

}
.about .icon-boxes h5 {
  font-size: 16px;
  font-weight: 900;
  color: #323232;
  /* margin-bottom: 15px; */
  text-align: center;
  letter-spacing: .5px;
  
}
.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #b9d4ec;
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #428bca;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #428bca;
  border-color: #428bca;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #428bca;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  background: url("../img/C3.png") center center no-repeat;
  background-size: cover;
  min-height: 620px;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#FF0000 50%, #FF0000 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid #ffffff;
  top: -15%;
  left: -15%;
  background: #FF0000;
}

.about .play-btn:hover::after {
  border-left: 15px solid #FF0000;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}


/*--------------------------------------------------------------
# Intro
--------------------------------------------------------------*/

.Intro p{
  text-align: center;
  /* margin-left: 160px;
  margin-right: 160px; */
}
.Intro .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #394047;
  margin-bottom: 15px;
  text-align: center;

}
.Intro .icon-boxes h4 {
  font-size: 10px;
  font-weight: 700;
  color: #394047;
  margin-bottom: 15px;
  text-align: center;

}
.Intro .icon-box {
  margin-top: 40px;
}

.Intro .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #b9d4ec;
  border-radius: 50px;
  transition: 0.5s;
}

.Intro .icon-box .icon i {
  color: #428bca;
  font-size: 32px;
}

.Intro .icon-box:hover .icon {
  background: #428bca;
  border-color: #428bca;
}

.Intro .icon-box:hover .icon i {
  color: #fff;
}

.Intro .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.Intro .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.Intro .icon-box .title a:hover {
  color: #428bca;
}

.Intro .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.Intro .video-box {
  background: url("../img/C3.png") center center no-repeat;
  background-size: cover;
  min-height: 900px;
}

.Card-Box-01 {
  background: url("../img/Projects/PC-01.jpg") center center no-repeat;
  background-size: cover;
  min-height: 600px;
}
.Card-Box-02 {
  background: url("../img/Projects/PC-02.jpg") center center no-repeat;
  background-size: cover;
  min-height: 600px;
}
.Card-Box-03 {
  background: url("../img/Projects/PC-03.jpg") center center no-repeat;
  background-size: cover;
  min-height: 600px;
}

.Card-Box-011 {
  background: url("../img/Projects/Projects-02/PC-011.jpg") center center no-repeat;
  background-size: cover;
  min-height: 600px;
}
.Card-Box-022 {
  background: url("../img/Projects/Projects-02/PC-022.jpg") center center no-repeat;
  background-size: cover;
  min-height: 600px;
}
.Card-Box-033 {
  background: url("../img/Projects/Projects-02/PC-033.jpg") center center no-repeat;
  background-size: cover;
  min-height: 600px;
}

.Card-Box-0111 {
  background: url("../img/Projects/Projects-03/PC-0111.jpg") center center no-repeat;
  background-size: cover;
  min-height: 600px;
}
.Card-Box-0222 {
  background: url("../img/Projects/Projects-03/PC-0222.jpg") center center no-repeat;
  background-size: cover;
  min-height: 600px;
}
.Card-Box-0333 {
  background: url("../img/Projects/Projects-03/PC-0333.jpg") center center no-repeat;
  background-size: cover;
  min-height: 600px;
}

.About-S-02 {
  background: url("../img/Aboutus/About-section-02.jpg") center center no-repeat;
  background-size: cover;
  min-height: 800px;
}
/* .About-S-03 {
  background: url("../img/Aboutus/About-section-03.jpg") center center no-repeat;
  background-size: cover;
  min-height: 800px;
} */

.Intro .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#000000 50%, rgba(0, 0, 0, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.Intro .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.Intro .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(0, 0, 0, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.Intro .play-btn:hover::after {
  border-left: 15px solid #000000;
  transform: scale(20);
}

.Intro .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 80px 0 60px 0;
}

.counts .counters span {
  font-size: 48px;
  display: block;
  color: #543877;
  font-weight: 700;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills {
  padding-top: 0;
}

.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  color: #394047;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e3e6e9;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #428bca;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 30px;
}

.services .icon-box {
  margin-bottom: 60px;
}

.services .icon {
  float: left;
}

.services .icon i {
  color: #428bca;
  font-size: 36px;
  line-height: 1;
}

.services .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #343a40;
  transition: 0.3s;
}

.services .icon-box:hover .title a {
  color: #428bca;
}

.services .description {
  margin-left: 60px;
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(12, 13, 14, 0.3), rgba(12, 13, 14, 0.3)), url("../img/aboutus/About-section-02.jpg") fixed center center;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
  /* padding: 350px 0; */
/* 
    background-position: center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto; */

  max-width:100%;
  background-repeat: no-repeat;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cta p {
  color: #fff;
  word-break: keep-all;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 20px;
  background: #000000;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #5697d0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
/* .portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #428bca;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(57, 64, 71, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(57, 64, 71, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #6aa3d5;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
} */

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #394047;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #b9d4ec;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 55px;
  /* background: #343a40; */
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  
}

.team .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.team .member .member-info-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  transition: bottom 0.4s;
  
}

.team .member .member-info-content h4 {
  font-weight: 500;
  margin-bottom: 2px;
  /* margin-left: 20px; */
  letter-spacing: 1px;
  font-size: 20px;
  color: #fff;
}

.team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: -38px;
  right: 0;
  height: 48px;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #428bca;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.35);
  
/* background: linear-gradient(50deg, rgba(84, 56, 119, 0.8) 30%, rgba(214,136,77,.8) 100%);   */

/* filter: brightness(100%); */
  transform: scale(1.1);

  opacity: 1;
  transition: 0.4s;
}

.team .member:hover .member-info-content {
  bottom: 100px;
  /* right: 160px; */
  transition: bottom 0.4s;
}

.team .member:hover .social {
  bottom: 0;
  transition: bottom ease-in-out 0.4s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  padding: 40px 40px;
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  text-align: center;
}

.contact .info i {
  font-size: 48px;
  color: #92bce0;
  margin-bottom: 15px;
}

.contact .info h4 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  /* font-family: "Poppins", sans-serif; */
}

.contact .info p {
  font-size: 15px;
}

.contact .php-email-form {
  width: 100%;
  padding: 0 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form label {
  font-family: "Raleway", sans-serif;
  margin-bottom: 5px;
  color: #777777;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #428bca;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #fff;
  border: 2px solid #428bca;
  padding: 12px 35px;
  transition: 0.4s;
  background: #428bca;
  color: #fff;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #5697d0;
}

@media (max-width: 1024px) {
  .contact .php-email-form {
    padding: 30px 15px 15px 15px;
  }
}

@media (max-width: 768px) {
  .contact .php-email-form {
    padding: 15px 0 0 0;
  }
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f7f8f8;
  min-height: 40px;
  margin-top: 70px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #505a63;
  content: "/";
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
/* .portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #428bca !important;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-info p {
  font-size: 15px;
  padding: 15px 0 0 0;
}

@media (max-width: 992px) {
  .portfolio-details .portfolio-info {
    padding-top: 20px;
  }
} */


#Contacts {

  /* background: #e1e1e1; */
  /* padding: 0 0 30px 0; */
  /* color: #fff; */
  font-size: 14px;

}
#Contacts .Contacts-top {
  /* background: #f0f0f0; */
  /* border-top: 1px solid #394047;
  border-bottom: 1px solid #394047; */
  padding: 60px 0 90px 0;
}

#Contacts .Contacts-top .Contacts-info {
  margin-bottom: 30px;
}

#Contacts .Contacts-top .Contacts-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#Contacts .Contacts-top .Contacts-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: rgb(0, 0, 0);
}

#Contacts .Contacts-top .social-links a {
  font-size: 16px;
  display: inline-block;
  background: #394047;
  color: rgb(0, 0, 0);
  line-height: 1;
  padding: 10px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#Contacts .Contacts-top .social-links a:hover {
  background: #428bca;
  color: #fff;
  text-decoration: none;
}

#Contacts .Contacts-top h4 {
  /* font-size: 16px; */
  font-weight: bold;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  font-weight: 600;
}

#Contacts .Contacts-top .Contacts-links {
  margin-bottom: 30px;
}

#Contacts .Contacts-top .Contacts-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#Contacts .Contacts-top .Contacts-links ul i {
  padding-right: 2px;
  color: #5697d0;
  font-size: 18px;
  line-height: 1;
}

#Contacts .Contacts-top .Contacts-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#Contacts .Contacts-top .Contacts-links ul li:first-child {
  padding-top: 0;
}

#Contacts .Contacts-top .Contacts-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#Contacts .Contacts-top .Contacts-links ul a:hover {
  color: #5697d0;
}

#Contacts .Contacts-top .Contacts-contact {
  margin-bottom: 30px;
}

#Contacts .Contacts-top .Contacts-contact p {
  line-height: 26px;
}


.underline-box{
  padding: 1px;
  border-bottom: 1.5px solid rgb(79, 79, 79);
  width: max-content;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #493168;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}


/* 
#footer .footer-newsletter {
  padding: 50px 0;
  background: #2e3339;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -3px;
  right: -4px;
  bottom: -3px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 0 20px;
  margin: 3px;
  background: #428bca;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #3071a9;
} */

#footer .footer-top {
/* background: rgb(84,56,119);
background: linear-gradient(180deg, rgba(84,56,119,1) 50%, rgb(50, 33, 71) 100%);  /* border-top: 1px solid #394047; */
  
background: rgb(84,56,119);
background: linear-gradient(43deg, rgba(84,56,119,1) 52%, rgba(214,136,77,1) 100%);


  border-bottom: 1px solid #394047; 
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: rgb(230, 222, 240);  
  /* text-align: center; */

}

#footer .footer-top h4 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: rgb(179, 159, 204);
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
  word-break: keep-all;
}

#footer .footer-top .social-links a {
  font-size: 16px;
  display: inline-block;
  background: #D6884D;
  color: #fff;
  line-height: 1;
  padding: 10px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #D6884D;
  color: #fff;
  text-decoration: none;
}


#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #D6884D;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #D6884D;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}



/*--------------------------------------------------------------
# Aboutus
--------------------------------------------------------------*/
.Aboutus-info {
  /* padding: 40px 40px; */
  padding: 0px 0px;
  background: #fefefe;
  /* box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1); */
  text-align: center;
  margin: 0px 0px;
}

.Aboutus-info h4 {

  padding: 65px;
  margin: 0 0 0px 0;
  /* font-size: 25px; */
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}

.Aboutus-info p {
  font-size: 18px;
  color: #ffffff;
  /* transform:translate(-50%,-50%); */
  /* background-color: rgba(255, 255, 255, 0.199); */
  /* width:100px; */
}


.Aboutus-p1 {
  
  background: #927ED6;
  height: 100%;

  color: #ffffff;
}
.Aboutus-p1:hover {
  color: #3d2687;
  text-decoration: none;
}
.Aboutus-p2 {
  background: #5BACD6;
  color: #ffffff;
  height: 100%;

}
.Aboutus-p2:hover {
  color: #1f5e7e;
  text-decoration: none;
}
.Aboutus-p3 {
  background: #96BE60;
  color: #ffffff;
  height: 100%;

}
.Aboutus-p3:hover {
  color: #4b7419;
  text-decoration: none;
}


.business-p1 {
  
  background: #927ED6;
  height: 100%;

  color: #ffffff;
}
/* .business-p1:hover {
  color: #3d2687;
  text-decoration: none;
} */
.business-p2 {
  background: #5BACD6;
  color: #ffffff;
  height: 100%;

}
/* .business-p2:hover {
  color: #1f5e7e;
  text-decoration: none;
} */
.business-p3 {
  background: #96BE60;
  color: #ffffff;
  height: 100%;

}


/* .business-p3:hover {
  color: #4b7419;
  text-decoration: none;
} */
/*--------------------------------------------------------------
# business
--------------------------------------------------------------*/
.business-info {
  /* padding: 40px 40px; */
  padding: 0px 0px;
  background: #fefefe;
  /* box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1); */
  text-align: center;
  margin: 0px 0px;
}

.business-info h4 {

  /* padding-top: 176px; */
  margin: 0 0 0px 0;
  /* font-size: 25px; */
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
}

.business-info p {
  font-size: 18px;
  color: #ffffff;
  /* transform:translate(-50%,-50%); */
  /* background-color: rgba(255, 255, 255, 0.199); */
  /* width:100px; */
  padding-top: 40px;
  padding-bottom: 40px;
  word-break: keep-all; 
}

@media (max-width: 1024px) {
  .business .php-email-form {
    padding: 30px 15px 15px 15px;
  }
}

@media (max-width: 768px) {
  .business .php-email-form {
    padding: 15px 0 0 0;
  }
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.parallax-b {
  /* The image used */
  background-image: url("../img/cta-bg.jpg") ;

  /* Full height */
  height: 1440px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-device-width: 1366px) {
  .parallax-b {
    background-attachment: scroll;
  }
}




/* @media screen and (max-width: 768px) {
	.parallax_p {
		background-attachment: inherit;
	}
} */
/* @media screen and (max-device-width: 860px){

  .parallax_p{
  background-image: url("../img/Aboutus/Aboutus-main.jpg");
  }
} */





/* Slide 1 */
#slide-1 .bcg {background-image:url('../img/properties/Properties-main.png')}
#slide-1 .hsContent {
	bottom: 200px;
	top: auto;
}





.parallax-A {
  /* The image used */
  /* background-image: url("../img/Aboutus/Aboutus-main.jpg") ; */
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

  /* background-position: center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  max-width:100%; */

  /* Full height */
  height: 100%; 

  /* Create the parallax scrolling effect */
  
  background-position: center;
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
}
@media only screen and (max-device-width: 1366px) {
  .parallax-A {
    background-attachment: scroll;
  }
}
/* @media only screen and (max-width:749px) {
  .parallax-A {
    background-attachment: scroll;
     background-size: 100% 100%;
   }
} */

.parallax-p {
  /* The image used */
  background-image: url("../img/properties/Properties-main.png") ;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

  /* background-position: center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  max-width:100%; */

  /* Full height */
  height: 100%; 

  /* Create the parallax scrolling effect */
  
  background-position: center;
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
}
@media only screen and (max-device-width: 1366px) {
  .parallax-p {
    background-attachment: scroll;
  }
}
/* @media only screen and (max-width:749px) {
  .parallax-p {
    background-attachment: scroll;
     background-size: 100% 100%;
   }
} */



.parallax-A-1 {
  /* The image used */
  background-image: url("../img/B-4.jpg") ;

  /* Full height */
  height: 900px; 
  /* width: 1665; */

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-device-width: 1366px) {
  .parallax-A-1 {
    background-attachment: scroll;
  }
}

/* .parallax {
  background-image: url("../img/B-2.jpg") ;

  height: 1440px; 

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
} */

.parallax {
  /* The image used */
  /* background-image: url("../img/B-2.jpg") ; */
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

  background-position: center;
  /* -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  max-width:100%; */

  /* Full height */
  height: 100%; 

  /* Create the parallax scrolling effect */
  
  background-position: center;
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
}
@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
}
/* @media only screen and (max-width:749px) {
  .parallax {
    background-attachment: scroll;
     background-size: 100% 100%;
   }
} */

#hero-business {
  padding-top: 0px;
  width: 100%;
  height: 100vh;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  position: relative;
}
/* .header {
  background-color: white;
  position: fixed;
  width: 100%;
} */

/* div.slide-down {
  width:100%;
  overflow:hidden;
  height: 100vh;
}
div.slide-down p {
  animation: 2s slide-down;
  margin-top:0%;
}

@keyframes slide-down {
  from {
    margin-top: -100%;
    height: 300%; 
  }

  to {
    margin-top: 0%;
    height: 100%;
  }
} */
.img-fluid-B {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 555px;
  /* only if you want fixed height */
  /* margin-top:100px; */
  /* margin-left: -11px; */
  background-color: rgba(71, 62, 62, 0.236);
  /* opacity: 0.20; */
}

#img-fluid-B.overlay {
  background-color: SlateGray;
  position:relative;
  width: 100%;
  height: 100%;
  opacity: 0.20;
  -moz-opacity: 20%;
  -webkit-opacity: 20%;
  z-index: 2;
}

.img-fluid-AAS {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  /* only if you want fixed height */
  /* margin-top:100px; */
  /* margin-left: -11px; */
  background-color: rgba(71, 62, 62, 0.236);
  /* opacity: 0.20; */
  

}


#img-fluid-AAS.overlay {
  background-color: SlateGray;
  position:relative;
  width: 100%;
  height: 100%;
  opacity: 0.20;
  -moz-opacity: 20%;
  -webkit-opacity: 20%;
  z-index: 2;
}

/* .img-fluid-B2 {
  object-fit: cover;
  max-width: 1440px;  
  width: 500px;
  height: 300px;
  background:
  linear-gradient(
  rgba(36,232,23,0.60),
  rgba(67,232,323,0.60)
  ),
  url("../img/C2.png");
} */

.title-B {
  color:#ffffff;
  position:absolute;
  top:55%;
  left:50%;
  transform:translate(-50%,-50%);
  /* background-color: rgb(255, 255, 255); */
  width:100px;
  font-size:18px;
}
.img-holder {position: relative; display: inline-block;}
.img-holder img {display: block;}
.img-holder p {position: absolute; top: 50%; left: 0; right: 0; transform: translate(0, -50%); text-align: center; color: #fff; text-shadow: 0 0 15px;}





/* The Close Button */
.close {
  color: rgb(147, 147, 147);
  float: right;
  font-size: 36px;
  font-weight: 400;
  /* margin-left: 700px; */
  margin-top: -223px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* .modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
} */


/* .modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
} */



.modal-body {
  display: flex;
  padding: 0;
  border-radius: 0rem;
  font-family: "Raleway", sans-serif;
  width: 100%;
  height: 100%;
  /* padding: 2px 16px; */
}

.modal-content {
  border-radius: 0rem;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: -1px -2px 42px -19px rgba(0,0,0,0.74);
-moz-box-shadow: -1px -2px 42px -19px rgba(0,0,0,0.74);
box-shadow: -1px -2px 42px -19px rgba(0,0,0,0.74);
}
.modal-content h1, .modal-content h2, .modal-content h3 {
    text-align: center;
}
.modal-content h1 {
  font-size: 1.3em;
  text-transform: uppercase;
}

.modal-content h2 {
    font-size: 1.1em;
}
.modal-content h3 {
  font-size: .8em;
  letter-spacing: 2px;
  text-align: center;

}
form {
    font-size: .8em;
}
.column {
  flex: 50%;
  padding: 10px;
}

.column#main {
  flex: 75%;
  padding: 50px;
  margin-top: 30px;
  margin-left: 15px;
}
/* 
#secondary {
  background-color: #F9BC35;
  border-radius: 0 4rem 4rem 0;
  text-align: center;
} */

#main .form-control {
  border-radius: 0;
  font-size: .9em;
}


.modal-body label {
  margin-bottom: 0;
}

.sec-content {
  margin-top: 85%;
}


.img-fluid-M {
  object-fit: cover;
  /* object-position: center; */
  width: 100%;
  max-width: 100%;
  height: 455px;
  /* only if you want fixed height */
  /* margin-top:100px; */
  /* margin-left: -11px; */
  background-color: rgba(71, 62, 62, 0.236);
  /* opacity: 0.20; */
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.img-fluid-logo {
  object-fit: cover;
  /* object-position: center; */
  /* width: 100%; */
  /* max-width: 100%; */
  height: 45px;
  /* only if you want fixed height */
  /* margin-top:100px; */
  /* margin-left: -11px; */
  /* background-color: rgba(71, 62, 62, 0.236); */
  /* opacity: 0.20; */
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.img-fluid-PR {
  object-fit: cover;
  /* object-position: center; */
  width: 100%;
  max-width: 100%;
  height: 100%;

  /* only if you want fixed height */
  margin-top: 30px;
  margin-bottom: 30px;
  /* margin-left: -11px; */
  /* background-color: rgb(255, 255, 255); */
  /* opacity: 0.20; */
  padding-left: 10px;
  padding-right: 10px;

  /* padding-top: 3px; */
  /* padding-bottom: 3px; */
}

.img-fluid-M-C {
  object-fit: cover;
  /* object-position: center; */
  width: 100%;
  max-width: 100%;
  height: 455px;
  /* only if you want fixed height */
  /* margin-top:100px; */
  /* margin-left: -11px; */
  background-color: rgba(71, 62, 62, 0.236);
  /* opacity: 0.20; */
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

/* .img-fluid-PR:hover .image {
  opacity: 0.3;
  transform: scale(1.2);

}

.img-fluid-PR:hover .middle {
  opacity: 1;
  transform: scale(1.2);

} */
.portfolio .Properties {
  text-align: center;
  /* margin-bottom: 20px; */
  /* margin-left: 20px; */
  padding-top: 20px;
  /* padding-bottom: 10px; */
  /* padding-left: 10px; */
  /* padding-right: 10px; */
  background: #2b2b2b;
  position: relative;
  overflow: hidden;
  /* border-radius: 4px; */
}

.portfolio .Properties .Properties-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.portfolio .Properties .Properties-info-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  /* bottom: 10px; */
  transition: bottom 0.4s;
  position: center;
  align-items: center;
}

.portfolio .Properties .Properties-info-content h4 {
  font-weight: 500;
  margin-bottom: 0px;
  /* margin-left: 20px; */
  letter-spacing: 1px;
  font-size: 23px;
  color: #fff;
}

.portfolio .Properties .Properties-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}




@media screen and (min-width: 768px) {
  .portfolio .Properties:hover .Properties-info {
    /* background: rgb(34,193,195);
    background: linear-gradient(319deg, rgba(34,193,195,0.5) 0%, rgba(253,187,45,0.5) 100%); */
    opacity: 1;
    /* transition: 0.1s; */
  }
  
  .portfolio .Properties:hover .Properties-info-content {
    bottom: 200px;
    transition: bottom 1s;
  }
  /* [1] The container */
.img-hover-zoom {
  height: 300px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}
/* [2] Transition property for smooth transformation of images */
.img-hover-zoom--brightness img {
  /* transition: transform 0.7s, filter 0.7s ease-in-out; */
  transform-origin: center center;
  filter: brightness(100%);
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom--brightness:hover img {
  filter: brightness(35%);
  /* transform: scale(1.1); */
}
}





.product_view .modal-dialog{max-width: 800px; width: 100%;}
.pre-cost{text-decoration: line-through; color: #a5a5a5;}
.space-ten{padding: 10px 0;}



/* Responsive Vertical Timeline */
/* body {
  color: #213546;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
} */
/* body {
  color: #213546;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
} */

.title {
  position: relative;
  margin-top: 30px;
  width: 100%;
  text-align: center;
}

.timeline {
  position: relative;
  width: 100%;
  padding: 30px 0;
}

.timeline .timeline-container {
  position: relative;
  width: 100%;
}

.timeline .timeline-end,
.timeline .timeline-start,
.timeline .timeline-year {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.timeline .timeline-end p,
.timeline .timeline-start p,
.timeline .timeline-year p {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  background: linear-gradient(#8e4fdb, #543877);
  border-radius: 100px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .4);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.timeline .timeline-year {
  margin: 30px 0;
}

.timeline .timeline-continue {
  position: relative;
  width: 100%;
  padding: 60px 0;
}

.timeline .timeline-continue::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: #8a5bc4;
}

.timeline .row.timeline-left{
  text-align: right;
}
.timeline .row.timeline-left .timeline-date {
  text-align: right;
}

.timeline .row.timeline-right{
  text-align: left;
}
.timeline .row.timeline-right .timeline-date {
  /* text-align: left; */
}

.timeline .timeline-date {
  font-size: 32px;
  font-weight: 700;
  margin: 41px 50px 0 50px;
  margin-left: 40px;
  font-family: "Raleway", sans-serif;

}

.timeline .timeline-date::after {
  /* content: ''; */
  /* display: block; */
  /* position: absolute; */
  /* width: 14px; */
  /* height: 14px; */
  /* top: 45px; */
  /* background: linear-gradient(#4F84C4, #00539C); */
  /* box-shadow: 0 0 5px rgba(0, 0, 0, .4); */
  /* border-radius: 15px; */
  z-index: 1;
}

.timeline .row.timeline-left .timeline-date::after {
  left: -7px;
}

.timeline .row.timeline-right .timeline-date::after {
  right: -7px;
}

.timeline .timeline-box,
.timeline .timeline-launch {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  /* margin-right: 15px; */

  /* padding: 20px; */
  border: 0px solid #dddddd;
  border-radius: 6px;
  background: #ffffff;
  /* text-align: center; */
}

.timeline .timeline-launch {
  width: 100%;
  margin: 15px 0;
  padding: 0;
  border: none;
  text-align: center;
  background: transparent;
}

.timeline .timeline-box::after,
.timeline .timeline-box::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline .row.timeline-left .timeline-box::after,
.timeline .row.timeline-left .timeline-box::before {
  left: 100%;
}

.timeline .row.timeline-right .timeline-box::after,
.timeline .row.timeline-right .timeline-box::before {
  right: 100%;
}

.timeline .timeline-launch .timeline-box::after,
.timeline .timeline-launch .timeline-box::before {
  left: 50%;
  margin-left: -10px;
}

.timeline .timeline-box::after {
  top: 26px;
  border-color: transparent transparent transparent #ffffff;
  border-width: 10px;
}

.timeline .timeline-box::before {
  top: 25px;
  border-color: transparent transparent transparent #dddddd;
  /* border-width: 11px; */
}

.timeline .row.timeline-right .timeline-box::after {
  border-color: transparent #ffffff transparent transparent;
}

.timeline .row.timeline-right .timeline-box::before {
  border-color: transparent #dddddd transparent transparent;
}

.timeline .timeline-launch .timeline-box::after {
  top: -20px;
  border-color: transparent transparent #dddddd transparent;
}

.timeline .timeline-launch .timeline-box::before {
  top: -19px;
  border-color: transparent transparent #ffffff transparent;
  border-width: 10px;
  z-index: 1;
}

.timeline .timeline-box .timeline-icon {
  position: relative;
  width: 40px;
  height: auto;
  float: left;
}

.timeline .timeline-icon i {
  font-size: 25px;
  color: #4F84C4;
}

.timeline .timeline-box .timeline-text {
  position: relative;
  width: calc(100% - 40px);
  float: left;
}

.timeline .timeline-launch .timeline-text {
  width: 100%;
}

.timeline .timeline-text h3 {
  font-size: 16px;
  font-weight: 600;
  margin-left: 40px;
  /* margin-right: 40px; */
  margin-top: 20px;
  /* margin-bottom: 3px; */
  word-break: keep-all;
}

/* .timeline .timeline-text h4 {
  font-size: 18px;
  font-weight: 700;
  margin-left: 40px;
  margin-top: 50px;
} */

.timeline .timeline-text p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .timeline .timeline-continue::after {
    left: 40px;
  }

  .timeline .timeline-end,
  .timeline .timeline-start,
  .timeline .timeline-year,
  .timeline .row.timeline-left,
  .timeline .row.timeline-right .timeline-date,
  .timeline .row.timeline-right,
  .timeline .row.timeline-left .timeline-date,
  .timeline .timeline-launch {
    text-align: left;
  }

  .timeline .row.timeline-left .timeline-date::after,
  .timeline .row.timeline-right .timeline-date::after {
    left: 47px;
  }

  .timeline .timeline-box,
  .timeline .row.timeline-right .timeline-date,
  .timeline .row.timeline-left .timeline-date {
    margin-left: 90px;
  }

  .timeline .timeline-launch .timeline-box {
    margin-left: 0;
  }

  .timeline .row.timeline-left .timeline-box::after {
    left: -20px;
    border-color: transparent #ffffff transparent transparent;
  }

  .timeline .row.timeline-left .timeline-box::before {
    left: -22px;
    border-color: transparent #dddddd transparent transparent;
  }

  .timeline .timeline-launch .timeline-box::after,
  .timeline .timeline-launch .timeline-box::before {
    left: 30px;
    margin-left: 0;
  }
}

.modal-body {
  max-height: calc(100vh - 170px);
  overflow-y: auto;
}

/* .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
} */
.partners-logo-list{
  display: flex;
  object-fit: cover;
  /* width: 130px;   */
flex-wrap: nowrap;
  /* margin-right: 127px; */
  /* padding-right: 30px; */
  align-items: center;
  
}
.img-Projects {
  display: flex;
  /* margin: 60px; */
  /* object-fit:cover; */
  position: relative;
    width: 50%;
  /* max-width: 12%; */
  /* height: 10%; */
  /* only if you want fixed height */
  /* margin-top:100px; */
  /* margin-left: 10px; */
  /* padding-left: 25px; */
  margin-right: 30px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: rgba(71, 62, 62, 0.236); */
  /* opacity: 0.20; */
  /* border-radius: 3%; */
  /* box-shadow: 0px 12px 12px rgba(47, 47, 47, 0.743); */
  align-items: center;
  
}
.img-Projects2 {
  display: flex;
  /* margin: 60px; */
  /* object-fit:cover; */
  position: relative;
    width: 25%;
  /* max-width: 12%; */
  /* height: 10%; */
  /* only if you want fixed height */
  /* margin-top:100px; */
  /* margin-left: 10px; */
  /* padding-left: 25px; */
  margin-right: 30px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: rgba(71, 62, 62, 0.236); */
  /* opacity: 0.20; */
  /* border-radius: 3%; */
  /* box-shadow: 0px 12px 12px rgba(47, 47, 47, 0.743); */
  align-items: center;
  
}
.img-fluid-About-right {
  /* display: block; */
  align-items: center;
  /* margin: 60px; */
  /* object-fit: cover; */
  /* position: relative; */
  /* width: 80%; */
  max-width: 55%;
  max-height: 70%;
  /* height: auto; */
  /* only if you want fixed height */
  /* margin-top:30px; */
  /* margin-right: 100px; */
  margin-left: 100px;
  margin-top: 30px;
  /* margin-left: 100px; */
  /* background-color: rgba(71, 62, 62, 0.236); */
  /* opacity: 0.20; */
  /* border-radius: 3%; */
  /* box-shadow: 0px 12px 12px rgba(47, 47, 47, 0.743); */
}

.img-fluid-About-left {
  /* display: block; */
  align-items: center;
  /* margin: 60px; */
  /* object-fit: cover; */
  /* position: relative; */
  /* width: 80%; */
  max-width: 55%;
  max-height: 70%;
  /* height: auto; */
  /* only if you want fixed height */
  margin-left: 100px;
  margin-top: 30px;

  /* margin-left: 100px; */
  /* background-color: rgba(71, 62, 62, 0.236); */
  /* opacity: 0.20; */
  /* border-radius: 3%; */
  /* box-shadow: 0px 12px 12px rgba(47, 47, 47, 0.743); */

}
.map-responsive{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}
.map-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

.img-fluid-About-intro {
  /* display: block; */
  /* margin: 60px; */
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  /* only if you want fixed height */
  /* margin-top:100px; */
  /* margin-left: -38px; */
  background-color: rgba(71, 62, 62, 0.236);
  /* opacity: 0.20; */
  /* border-radius: 3%; */

}

.main-text{
  /* padding: 0; */
  /* margin: 0 0 10px 0; */
  /* font-size: 16px; */
  /* font-weight: 600; */
  /* text-transform: uppercase; */
  font-family: "Raleway", sans-serif;
font-size: 28px;
font-weight: 600;
padding-top: 820px;
color: white;

}

.desk-img {
  display: block;
  /* height: 87vh;
  width: 1440px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; */
}

.mobile-img {
  display: none;
  
}

@media (max-width: 700px) {
  .desk-img {
    display: none !important;
  }
  .mobile-img {
    display: block;
  }
}

/* .imgwrapper {
  width: 50%;
}

.wrapper img {
  max-width: 1440px;
} */