
html {
  scroll-behavior: smooth;
}
body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0px;
    overflow-x: hidden;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
a { text-decoration: none; color: inherit; }

a:hover { text-decoration: none!important; color: inherit; transition: .3s linear; }

ul, ol {
    margin: 0;
    padding: 0;
}
li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.row{
    margin-right: 0px;
    margin-left: 0px;
}
.container-fluid{
    padding: 0px;
}
/*----nav-----*/
header{
    float: left;
    position: relative;
    background-color: #fff;
    height: 100%;
    z-index: 1;
}
.main{
    position: relative;
    float: left;
    display: flex;
    width: 100%;
    background-color: #000;
}
.right-main:before{
    content: '';
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    background:linear-gradient(to bottom, rgba(88,33,101,0.8) , rgba(0,0,0));
    position: absolute;
}
.right-main:after{
    content: '';
    height: 90px;
    width: 100%;
    bottom: 0;
    left: 0;
    background:linear-gradient(to top, rgba(88,33,101,0.8) , rgba(0,0,0));
    position: absolute;
}
.left-main {
    float: left;
    width: 280px;
}
.right-main {
    float: left;
    width: calc(100% - 280px);
    position: relative;
    padding-left: 5px;
    padding-top: 0;
}
.navbar-toggler{
    outline: none !important;
    border:none !important;
}
.nav{
    flex-flow: column;
    padding-left: 2px;
    padding-right: 2px;
}
.navbar-nav-menu{
    flex-flow: column !important;
    width: 100%;
    margin-top: 35px;
    flex-direction: column !important;
}
.navbar-brand{
    margin-left: 15px;
}
.navbar-brand img{
    max-width: 96%;
    height: auto;
}
.navbar-collapse{
    width: 100%;
} 
.navbar-toggler-icon img{
    height: 35px;
}
ul li.nav-item{
    padding: 30px 0 55px;
    width: 100%;
    clip-path: polygon(0% 25%, 100% 0%, 100% 75%, 0% 100%);
    margin-top: -30px;
    background-color: #E0E0DF;
    text-align: center;
    position: relative;
}
ul li.nav-item a:hover {
  color: #fff !important;
}
ul.navbar-nav-menu li.nav-item:before{
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    background-color: rgba(88,33,101,1);
    left: 0px;
    top: 0px;
    clip-path: polygon(0% 25%, 100% 0%, 100% 75%, 0% 100%);
    transition: 0.4s cubic-bezier(0.2, 0.2, 0.2, 0.2);
}
ul.navbar-nav-menu li.nav-item:hover:before,
ul.navbar-nav-menu li.nav-item.active:before{
    width: 100%;
}
ul li.nav-item a{
    font-size: 25px;
    font-style: italic;
    transform: matrix(0.9903,-0.1392,0.1392,0.9903,-5,19);
    vertical-align: top;
    -webkit-transform: matrix(0.9903,-0.1392,0.1392,0.9903,-5,19);
    -ms-transform: matrix(0.9903,-0.1392,0.1392,0.9903,-5,19);
    font-weight: bold;
    text-transform: uppercase;
}
ul li.nav-item:hover a,ul li.nav-item.active a{
    color: #fff;
}
/*.linked-in-mb{
  display: none;
}
.collapse.show .linked-in-mb{
  display: flex;
  z-index: 999;
}*/
.content-banner a:hover{
    color: #E0E0DF;
}
/*.linked-in-mb{
  padding: 15px 0;
    font-weight: bold;
    line-height: 24px;
    position: relative;
    left: -20px;
}*/
.linked-in{
    padding: 15px 0;
    font-weight: bold;
    line-height: 24px;
    display: flex;
    position: relative;
    left: 0;
    padding-left: 20px;
}
.linked-in img{
    padding-right: 10px;
    height: 47px;
}
.linked-in p{
    line-height: 21px;
}
a.linked-in:hover img{
    text-shadow: 2px 2px 6px rgba(51,0,58,0.45);
    box-shadow: none;
}
a.linked-in:hover p{
    text-shadow: 2px 2px 6px rgba(51,0,58,0.45);
    box-shadow: none;
    color: #509CBF;
}
/*---banner----*/
.banner{
    width: 100%;
    position: relative;
    float: left;
    margin-top: 90px;
}
.banner .item{
    height: 600px;
    width: 98.5%;
    position: relative;
    background-position: center;
    background-size: cover;
    margin-bottom: 15px;
  }
.content-banner{
    color: #fff;
    max-width: 300px;
    height: 100%;
    letter-spacing: 2px;
    font-size: 19px;
    padding: 70px 25px;
    text-align: center;
    right:30px;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    background:linear-gradient(to bottom, rgba(88,33,101,0.8) , rgba(0,0,0));
}
.content-banner strong{
    font-style: italic;
    padding-top: 10px;
}
/*------general-content---*/
.general-content{
    position: relative;
    height: auto;
    width: 98.5%;
    float: left;
    padding: 20px 20px;
    background-color: #fff;
    overflow-x: hidden;
    margin-top: 0px;
}
.owl-dots{
    position: absolute;
    right: 120px;
    bottom: 10%;
}
.owl-theme .owl-dots .owl-dot{
   outline: none;
}
.owl-theme .owl-dots .owl-dot span {
    width: 25px !important;
    height: 12px !important;
    background: transparent !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff !important;
}
/*-----footer-----*/
footer{
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 25px 0;
    position: relative;
    float: left;
    z-index: 1;
}
footer p{
    font-size: 10px;
    margin-bottom: 6px;
    line-height: 12px;
}
ul.footer-nav li{
    padding: 5px;
    margin: 5px 15px 13px;
    text-transform: uppercase;
    font-size: 13px;
    transition: 0.2s ease-in-out;
}
ul.footer-nav li.active,
ul.footer-nav li:hover{
    color: #509CBF;
}
/*----inner pages----*/
section.inner-banner{
    position: relative;
    width: 98.5%;
    float: left;
}
.inner-banner .bg-img{
    height: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-img .title{
    color: #fff;
    position: relative;
    text-align: center;
}
.bg-img .title h1{
    font-size: 42px;
    line-height: 60px;
    text-transform: uppercase;
    font-family: 'MagistralW01';
    letter-spacing: 0.025em;
}
/*.bg-img .title:before{
    content: '';
    height: 4px;
    width: 300px;
    background: #582165;
    display: block;
    position: absolute;
    transform: translateX(-50%);
    top: 40%;
    left: 50%;
}*/
svg.bottom {
    position: absolute;
    width: 100%;
    color: #fff;
    bottom: -7px;
}
section.general-content .content p,
section.general-content .content ul li{
    color: #656565;
    display: block;
    font-family: 'Montserrat';
    font-weight: 500;
    margin-top: 7px;
    margin-bottom: 7px;
    word-break: break-word;
}
section.general-content .content ul li{
    margin-left: 47px;
    position: relative;
}
section.general-content .content p span{
    padding-right: 10px;
}
section.general-content .content ul li:before{
    content: '';
    height: 7px;
    width: 7px;
    background: #582165;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 10px;
    left: -20px;
}
.general-content .content strong{
    font-family: 'MagistralW01';
    letter-spacing: 0.025em;
}
.img-content .img img{
    height: auto;
    max-width: 100%;
    min-width: 350px;
    position: relative;
    z-index: 1;
}
.content-title h3{
    position: relative;
    font-family: 'MagistralW01';
    display: inline-block;
}
.content-title{
    position: relative;
    font-family: 'MagistralW01';
    display: inline-block;
}
.content-title h3:hover{
    color: #582165;
}
.img-content .img img:hover{
    box-shadow: 2px 2px 6px rgba(51,0,58,0.45);
}
.content-title h3:before{
    content: '';
    height: 2px;
    width: 200px;
    position: absolute;
    left: 100%;
    margin-left: 20px;
    top: 15px;
    background-color: #582165;
}
.general-content p{
    font-family: 'Montserrat';
    font-weight: 500;
    color: #656565;
}
.slider .carousel-1 img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 250px;
    margin: auto;
    transition: 0.2s ease-in-out;
}
.slider .carousel-1 .item{
    z-index: 2;
}
.slider .carousel-1 .item:hover img{
    filter: grayscale(1);
}
.owl-nav{
    position: absolute;
    top: 20%;
    transform: translateY(-20%);
    width: 100%;
    z-index: 1;
}
.carousel-1 .owl-prev .pre:before{
    content: '';
    height: 27px;
    width: 27px;
    background: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(178deg);
    position: absolute;
    left: -10px;
    top: 0;
}
.carousel-1 .owl-next .next:before{
    content: '';
    height: 27px;
    width: 27px;
    background: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: -10px;
    top: 0px;
}
.com-img{
    display: inline-block;
    position: relative;
    height: 275px;
    margin-right: 40px;
}
.com-img img{
    height: 100%;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}
.communitie-img{
    display: flex;
}
.com-img .overlay{
    color: #fff;
    padding: 30px;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease;
    cursor: pointer;
    transition: left 0.5s cubic-bezier(0.2, 0.2, 0.2, 0.2);
    opacity: 0;
}
.com-img .overlay p{
    color: #fff;
}
.com-img:hover .overlay{
    opacity: 1;
}
.img.overlay{
    position: relative;
    display: inline-block;
}
.img.overlay:before {
        content: '';
    background: url(../images/restaurant-2.jpg);
    position: absolute;
    height: 250px;
    background-size: cover;
    width: 250px;
    right: -60px;
    bottom: -70px;
}
.image img{
    height: auto;
    max-width: 100%;
}
/*-----gallery-----*/
.case-study-gallery{
    margin-top:20px;
    width: 90%;
    margin: 20px auto 50px 50px;
    max-width:1100px;
    font-family: 'Montserrat';
    font-weight: 500;
}
.case-study {
    position: relative;
    display:block;
    width: 90%;
    height: 250px;
    margin:0 auto 2rem;
    background-size:cover;
    border-radius:10px;
    box-shadow:0px 5px 10px rgba(0,0,0,.5);
    overflow:hidden;
    transition:all .4s ease;
    background-size: cover;
    background-position: 100% 20%;
    background-repeat: no-repeat;
}
  .case-study__img{
    width: 90%;
    display:block;
    margin-top:50%;
    transform:translateY(50%);
    margin:0 auto;
  }
.case-study__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  z-index:10;
}
.case-study__overlay:after {
    content:'';
    width: 100%;
    border-radius:10px;
    height: 100%;
    background-color: #202020;
    opacity:0;
    position: absolute;
    top:0;
    z-index:-10;
    left:0;
    transition:all .3s ease;
  }
  .case-study__title {
    position: relative;
    top:-200px;
    margin-bottom:2rem;
    margin-top:4rem;
    font-size: 2.25rem;
    color:white;
    text-align: center;
    letter-spacing:.025em;
    transition:all .3s cubic-bezier(.3, 0, 0, 1.3);
  }
  .case-study__link {
    position: relative;
    display:block;
    width:60%;
    top:200px;
    padding:10px;
    margin: 0 auto;
    color:white;
    letter-spacing:.050em;
    text-decoration: none;
    text-align: center;
    border:2px solid white;
    border-radius:3px;
    font-size: 1.25em;
    transition:all .3s cubic-bezier(.3, 0, 0, 1.3);
  }
.case-study__link:hover {
      background-color: white;
      color:#202020;
    }

.case-study:hover .case-study__title{
    top:0;
  }
  .case-study:hover .case-study__link{
    top:0;
  }
  .case-study:hover .case-study__overlay:after{
    opacity:.75;
  } 
  .case-study-gallery .content-title{
    display: block;
  }
  /*---inner-content----*/
  .inner-content{
    max-width: 1100px;
    margin: auto;
  }
  .e-content img{
    float: left;
    padding: 0 30px 30px 0;
  }
  /*------contact------*/
  #contact {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
  padding-top: 50px;
  font-family: 'Montserrat' !important;
  font-weight: 500;
}
#contact .col-sm-12{
  padding: 0px;
}
.contact-wrapper {
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
  max-width: 1000px;
}
.form-horizontal {
  float: left;
  max-width: 450px;
  font-family: 'Lato';
  font-weight: 400;
}
.form-control, textarea, input {
  max-width: 450px;
  background-color: #e0e0df;
  color: #444;
  letter-spacing: 1px;
  border: 0px !important;
}
.contact-list li{
  display: block;
}
.btn-primary {
    background-color: #582165 !important;
    border-color: #582165 !important;
}
.btn-primary:hover {
    background-color: #582165 !important;
    border-color: #582165 !important;
}
.send-button {
  margin-top: 15px;
  height: 34px;
  width: 450px;
  overflow: hidden;
  transition: all .2s ease-in-out;
}
.button {
  width: 450px;
  height: 34px;
  transition: all .2s ease-in-out;
}
.send-text {
  display: block;
  margin-top: 10px;
  font: 300 14px 'Lato', sans-serif;
  letter-spacing: 2px;
}
.button:hover {
  transform: translate3d(0px, -29px, 0px);
}
.direct-contact-container {
  max-width: 450px;
  float: right;
  margin-top: 5px;
}
.contact-list {
  list-style-type: none;
  margin-left: -30px;
  padding-right: 20px;
}
.list-item {
  line-height: 4;
  color: #656565;
}
.contact-text {
  font: 300 18px 'Lato', sans-serif;
  letter-spacing: 1.9px;
  color: #656565;
}
.place {
  margin-left: 30px;
}
.phone {
  margin-left: 30px;
}
.gmail {
  margin-left: 30px;
}
.contact-text a {
  color: #656565;
  text-decoration: none;
  transition-duration: 0.2s;
}
.contact-text a:hover {
  color: #582165;
  text-decoration: none;
}
.social-media-list {
  position: relative;
  font-size: 2.3rem;
  text-align: center;
  width: 100%;
}
.social-media-list li a {
  color: #582165;
}
.social-media-list li {
  position: relative; 
  top: 0;
  left: -20px;
  display: inline-block;
  height: 70px;
  width: 70px;
  margin: 10px auto;
  line-height: 70px;
  border-radius: 50%;
  color: #582165;
  background-color: #fff;
  cursor: pointer; 
  transition: all .2s ease-in-out;
}
.social-media-list li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #582165;
  transition: all .2s ease-in-out;
}
.social-media-list li:hover {
  background-color: #582165; 
}
.social-media-list li:hover:after {
  opacity: 1;  
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
}
.social-media-list li:hover a {
  color: #fff;
}
.copyright {
  font: 200 14px 'Oswald', sans-serif;
  color: #555;
  letter-spacing: 1px;
  text-align: center;
}
hr {
  border-color: rgba(255,255,255,.8); ;
}
.map{
  float: left;
    position: relative;
    margin: 80px auto 0;
    width: 100%;
    text-align: center;
}
.map iframe{
  height: 400px;
  width: 80%;
}


