@font-face {
    font-family: 'bebasneueregular';
    src: url('../fonts/bebasneueregular/bebasneueregular.eot');
    src: url('../fonts/bebasneueregular/bebasneueregular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneueregular/bebasneueregular.woff') format('woff'),
         url('../fonts/bebasneueregular/bebasneueregular.ttf') format('truetype'),
         url('../fonts/bebasneueregular/bebasneueregular.svg#bebasneueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppins';
    src: url('../fonts/poppins/poppins.eot');
    src: url('../fonts/poppins/poppins.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins/poppins.woff') format('woff'),
         url('../fonts/poppins/poppins.ttf') format('truetype'),
         url('../fonts/poppins/poppins.svg#poppins') format('svg');
    font-weight: normal;
    font-style: normal;

}

ul,ol, li,h1,h2,h3,h4,h5,h6,a,p
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
a:hover{
	text-decoration: none;
}
a,a:focus{
	outline: none;
}
img
{
	border: none;
}
body
{
	font-family: poppins;
    overflow-x: hidden;
}
.container{
	max-width:1200px;
}
.container-small{
    max-width: 820px;
    margin: 0 auto;
}
/* header start*/
.header{
    width: 100%;
    float: left;
    background: #222222;
    padding: 0 0;
    text-align: center;
    position: relative;
}
.header ul{
    float: none;
    display: inline-block;
    margin: 0;
}
.header ul li{
    width: auto;
    float: none;
    display: inline-block;
    margin: 0 50px 0 0;
    padding: 0px 0;
    position: relative;
    line-height: 60px;
}
.header ul > li > ul{
    width: 200px;
    float: left;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 99;
    background: #222222;
    display: none;
}
.header ul > li > ul > li{
    width: 100%;
    float: left;
    text-align: left;
    margin: 0;
    line-height: 25px;
}
.header ul > li > ul > li a{
    width: 100%;
    float: left;
}
.header ul > li > ul > li > ul{
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: none;
}
.header ul > li > ul > li:hover > ul{
    display: block;
}
.header ul li:last-child{
    margin: 0;
}
.header ul li a{
    color: #fff;
    font-family: 'poppins';
    font-size: 12px;
    position: relative;
    padding: 0 10px;
    z-index: 1;
    font-weight: 300;
}
.header ul li a img{
    max-width: 100%;
    float: none;
}

/* SHIFT */
.header ul li a:hover {
  color: #fff;
}
/*.header ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: #fff;
  visibility: none;
  opacity: 0;
  z-index: -1;
  transition: all .5s;
}
.header ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.header ul li.nohover a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: none;
  visibility: none;
  opacity: 0;
  z-index: -1;
  transition: all .5s;
}
.header ul li.nohover a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}*/
.header ul li.nohover1{
  margin: 0 60px 0 0;
}
/* slider start*/
.slider{
    width: 100%;
    float: left;
    position: relative;
    background: #333;
}
.slider .bx-wrapper{
    position: relative;
}
.slider .bx-wrapper .bx-controls-direction{
    position: absolute;
    top: 50%;
    width: 100%;
    float: left;
}
.slider .bx-wrapper .bx-controls-direction a.bx-prev{
    background: url(../images/arrow-left.png) no-repeat;
    position: absolute;
    position: absolute;
    width: 80px;
    height: 80px;
    left: 70px;
    float: left;
}
.slider .bx-wrapper .bx-controls-direction a.bx-next{
    background: url(../images/arrow-right.png) no-repeat;
    position: absolute;
    width: 80px;
    height: 80px;
    right: 70px;
    float: right;
}
.slider ul{
    width: 100%;
    float: left;
}
.slider ul li{
    width: 100%;
    float: left;
    position: relative;
}
.slider ul li img{
    max-width: 100%;
    float: left;
}
.slider ul li h3{
    position: absolute;
    top: 40%;
    right: 14%;
}
.slider ul li h3 p{
    color: #fff;
    font-size: 60px;
    font-family: Josefin Sans;
    font-weight: normal;
}
.slider ul li h3 a{
      color: #fff;

font-family: 'poppins';

font-size: 15px;

letter-spacing: 2px;

line-height: 0;

position: relative;

top: -16px;
}

/* welcome section*/
.welcome{
    width: 100%;
    float: left;
    text-align: center;
    padding: 0px 0 50px 0;
    background: #fff;

}
.welcome-padding{
  padding: 100px 0 50px 0;
}
.welcome h3{
    color: #303030;

font-family: 'Josefin Sans';

font-size: 28px;

margin: 0 0 10px 0;

font-weight: 600;
}
.welcome p{
    color: #333;
    font-weight: 300;
    font-family: 'poppins';
    margin: 0 0 10px 0;
    font-size: 13px;
}
.welcome strong{
    border: 1px solid #888888;

float: none;

margin: 10px 0;

display: inline-block;

width: 100px;
}

/* project section*/
.project-section{
    width: 100%;
    float: left;
}
.section1-custom-height{
    height: 276px;
    overflow: hidden;
}
.section1{
    width: 25%;
    float: left;
}
.section2{
    width: 50%;
    float: left;
    position: relative;
}
.sec-inner{
    width: 100%;
    float: left;
    position: relative;
}
.section2 a img{
        max-width: 100%;
    float: left;
    height: 702px;
}
.sec-inner-small{
    width: 100%;
    float: left;
    height: 276px;
    background: url(../images/bg-1.jpg) 135% 115%;
    padding: 50px;
}
.sec-inner-small:hover{
    opacity: 0.7;
}
.sec-inner-small-height{
    height: 345px;
}
.sec-inner img{
    max-width: 100%;
    float: left;
    opacity: 1;
  display: block;
  transition: .5s ease;
  backface-visibility: hidden;
}
.section1 img{
    width: 100%;
    float: left;
}
.sec-inner-small h2{
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 0 0 15px 0;
    font-size: 18px;
}
.sec-inner-small p{
    color: #fff;
    font-weight: 300;
    margin: 0 0 15px 0;
    font-size: 13px;
    font-family: 'poppins';
	text-justify:distribute;
}

/* look book section*/
.look-book{
    width: 100%;
    float: left;
    background: #fff;
    padding: 90px 0;
}
.look-sec{
    width: 100%;
    float: left;
    position: relative;
    color: #333;
    transition: all 0.3s linear;
}
.look-sec:hover {
    box-shadow: 4px 6px 13px #acacac;
    float: left;
    color: #333;
}
.look-sec img{
    max-width: 100%;
    float: left;
}
.look-sec p{
width: 80%;
    position: absolute;
    top: 50%;
    left: 10%;
    font-size: 13px;
    font-family: 'poppins';
    font-weight: 300;
}
.white{
    color: #fff;
}


/* client section*/
.client-slider{
    width: 100%;
    float: left;
}
.client-slider img{
    max-width: 100%;
    float: left;
}
/* home contact*/
.contact-section{
    width: 100%;
    float: left;
}
.con-image{
    width: 100%;
    float: left;
    position: relative;
    height: 246px;
    overflow: hidden;
}
.con-image a{
    width: auto;
}
.con-image a img{
    max-width: 100%;
    float: left;
}
.get-con{
  position: absolute;
  bottom: 20%;
  left: 10%;
  z-index: 999;
  background: #fff;
    padding: 13px 30px;
    color: #9d4e4a;
    font-weight: bold;
    border-radius: 0;
    font-size: 16px;
    font-family: poppins;
}

.get-con:hover{
    color: #fff;
    background: #333;
}
.con-image img{
    width: 100%;
    float: left;
}
.con-img{
    width: 100%;
    float: left;
    background: #9d4e4a;
    padding: 30px 50px 14px 50px;
    height: auto;
}
.con-img h3{
    font-family: 'Josefin Sans';
    color: #fff;
    font-weight: bold;
    letter-spacing: -2px;
    font-size: 33px;
}
.con-img p{
    font-family: 'poppins';
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    margin: 10px 0 30px 0;
    padding: 0;
    letter-spacing: 1px;
}
.con-img a{
        width: auto;
    float: left;
    background: #fff;
    padding: 13px 30px;
    color: #9d4e4a;
    font-weight: 600;
    border-radius: 0;
    font-size: 13px;
}
.con-img a:hover{
    color: #fff;
    background: #333;
}
/* footer*/
.footer{
    width: 100%;
    float: left;
    background: #222222;
    padding: 0px 0;
}
.footer p{
    color: #fff;
    font-size: 12px;
    font-family: 'poppins';
    line-height: 40px;
    margin: 0;
    font-weight: 300;
}
.footer a{
    color: #fff;
    font-size: 12px;
    font-family: 'poppins';
    line-height: 40px;
    margin: 0;
}
.footer ul{
        width: 100%;
    float: right;
    margin: 0 0 0 0;
}
.footer ul li{
    width: auto;
    float: right;
    margin: 10px 0 0 20px;
}
.footer ul li a{
    width: auto;
}
.footer ul li a img{
    max-width: 80%;
    float: left;
}
.footer ul li a:hover{
    opacity: 0.9;
}
/* hover effect starts here*/


.section2 .hover {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.section2:hover img {
  opacity: 0.3;
}

.section2:hover .hover {
  opacity: 1;
}

.con-image .hover {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}


.con-image:hover .hover {
  opacity: 1;
}



.sec-inner .hover {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.sec-inner:hover img {
  opacity: 0.3;
}

.sec-inner:hover .hover {
  opacity: 1;
}

.hover-text {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

/* header small*/
.small-menu{
    width: 100%;
    float: left;
    background: #e0dcd3;
    display: none;
    position: fixed;

z-index: 999;

top: 10%;
}

.small-menu li{
    width: 100%;
    float: left;
    border-bottom: solid 1px #bfa69a;
    padding: 10px 0 10px 0;
    position: relative;
}
/*.small-menu li.parent{
    background: url(../images/right-arrow.png) no-repeat right ;
}*/
.small-menu li:last-child{
    border-bottom: none;
}
.small-menu li a{
    color: #fff;
    font-size: 13px;
    padding: 3px 20px;
    color: #443229;
    width: 100%;
    float: left;
}
.small-menu li ul{
    display: none;
}
.small-menu li ul li a{
    padding-left: 40px;
}
.header-small{
    width: 100%;
    float: left;
    background: #222222;
    padding: 10px;
    display: none;
}
.header-small a img{
    max-width: 100%;
    float: left;
}
.header-small ul{
    width: 100%;
    float: left;
    padding: 0px 0 0 0;
    display: none;
}
.header-small ul li{
    width: 100%;
    float: left;
    border-bottom: 1px solid #fff;
    padding: 10px 0 10px 0;
}
.header-small ul li ul li{
    padding: 10px 0 10px 0;
}
.header-small ul li ul li:last-child{
    border-bottom: none;
}
.header-small ul li a{
    color: #fff;
    font-size: 13px;
}
.header-small-ul{
    width: 100%;
    float: left;
    padding: 20px 0 0 0;
    display: none;
    background: #222;
}
.header-small-ul li{
    width: 100%;

float: left;

border-bottom: 1px solid #fff;

padding: 10px;
    
}


.header-small-ul li a{
    color: #fff;
    font-size: 13px;
}
.tab-bar{
    max-width: 100%;
    float: right;
    margin: 15px 0 0 0;
    cursor: pointer;
}

.header-fixed {

    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
    background: url(../images/transparent.png);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 600ms;
    -moz-animation-duration: 600ms;
    -ms-animation-duration: 600ms;
    -o-animation-duration: 600ms;
    animation-duration: 600ms;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;

}
.visible-desktop{
    position: relative;
}
.visible-desktop a span {

    float: left;

background: url(../images/scroll.png) no-repeat;

width: 50px;

height: 52px;

position: fixed;

right: 0;
z-index: 99;
bottom: 0;

}

.fancybox-overlay {
    z-index: 9999;
    background: url(../images/fancybox_overlay.png);
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(../images/fancybox_sprite.png);
}

.megamenu{
    width: 800px;

float: left;

position: absolute;

top: 60px;

left: 0;

background: #333;
z-index: 999;
visibility: hidden;
    -moz-transform:translate3d(0,-10%,0);
    -webkit-transform:translate3d(0,-10%,0);
    -ms-transform:translate3d(0,-10%,0);
    transform:translate3d(0,-10%,0);
    opacity: 0;
    filter:alpha(opacity=0); 

    transition-delay: 0.01s;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}
.header ul li:hover .megamenu{
    -moz-transform:translate3d(0,0%,0);
    -webkit-transform:translate3d(0,0%,0);
    -ms-transform:translate3d(0,0%,0);
    transform:translate3d(0,0%,0);
    opacity: 1;
    visibility: visible;
    filter:alpha(opacity=100); 
}
.megamenu-right{
  left: -660px;
    background: #f1f1f1;
    width: 700px;
    padding: 0;
}
.map-menu-details{
      width: 100%;
    float: left;
    background: #333;
    padding: 20px;
}
.map-menu-details h1{
  font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    text-align: left;
}
.map-menu-details p{
      text-align: left;
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 22px;
    font-weight: 300;
}
.map-menu{
  width: 100%;
    float: left;
    padding: 50px 0 0 10px;
}
.map-menu img{
  max-width: 100%;
  float: left;
}
.mega-sec{
    width: 100%;
    float: left;
    padding: 6px 10px;
}
.mega-sec h1{
    color: #fff;
    font-size: 14px;
    margin: 0 0 20px 0;
    font-family: Josefin sans;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    text-align: left;
}
.mega-sec-inner{
    width: 100%;
    float: left;
}
.mega-sec-inner img{
    max-width: 100%;
    float: left;
}
.mega-sec-inner ul{
    width: 100%;
    float: left;
}
.mega-sec-inner ul li{
    width: 100%;
    float: left;
    line-height: 34px;
   margin: 0 0 10px 0;
    text-align: left;
}
.mega-sec-inner ul li a{
    width: 100%;
    float: left;
    padding: 0 6px;
    font-size: 12px;
    font-weight: 300;
}
.mega-sec-inner ul li a i{
        font-size: 16px;
    margin: 0 10px 0 0;
    float: right;
    line-height: 30px;
    color: #333;
}
.mega-menu-tab{
    width: 100%;
    float: left;
}
.mega-menu-tab p{
    width: 100%;
    float: left;
}
.mega-menu-tab p a{
    width: 100%;
    float: left;
    padding: 0!important;
}
.mega-menu-tab-outer{
       width: 100%;
    float: left;
    background: #fff;
    padding: 20px;
    border: 1px solid #acacac;
    min-height: 240px;
    display: none;
}
.mega-menu-tab-text{
     width: 50%;
    float: left;
    padding: 0 10px 0 0;
    margin: 0 0 0 0;
}
.mega-menu-tab-text p{
    width: 100%;
    float: left;
    line-height: 20px;
    text-align: justify;
    font-size: 12px;
    margin: 0 0 0 0;
    font-weight: 300;
}
.mega-menu-tab-text h1{
    width: 100%;
    float: left;
    line-height: 24px;
    text-align: left;
    font-weight: normal;
    text-transform: initial;
    font-size: 14px;
    margin: 0 0 0 0;
}
.mega-menu-tab-text h2{
    width: 100%;
    float: left;
    line-height: 24px;
    text-align: left;
    font-size: 13px;
    margin: 0 0 16px 0;
	font-weight:300;
	text-transform:initial;
}
.mega-menu-tab-text p a{
    width: 100%;
    float: left;
    color: #333!important;
    padding: 0!important;
}
.megamenu-img{
    width: calc(100% - 50%);
    float: left;
    text-align: center;
    padding: 0 10px 0 0;
}
.megamenu-img a{
    width: auto;
    float: none;
}
.megamenu-img a img{
    max-width: 100%!important;
    float: none!important;
    display: inline-block!important;
}
.mega-sec-inner ul li a.active,.mega-sec-inner ul li a:active{
    background: #fff!important;
    color: #333!important;
    font-weight: 400;
}
.mega-sec-inner ul li a.selected{
    border-bottom: 1px solid #fff;
}
.view{
    background: #4CAF50;
    color: #fff;
    padding: 6px 10px;
}
.view:hover{
    color: #fff;
}
.mega-sec-inner ul li p{
    color: #acacac;
    width: 100%;
    float: left;
    line-height: 20px;
    font-size: 12px;
}

.content{
    width: 100%;
    float: left;
}
.top-banner-inner{
    width: 100%;
    float: left;
    background: #333;
    position: relative;
}
.top-abput{
  position: absolute;

top: 40%;

left: 14%;

z-index: 99;
}
.top-abput h3{
  width: 100%;

float: left;

color: #fff;

font-size: 40px;

font-family: 'Josefin Sans';

padding: 0;

text-align: center;
}

.top-abput p {

    color: #333;

font-weight: 300;

font-family: 'poppins';

margin: 0 0 0 0;

font-size: 15px;

}
.top-banner-inner h3{
    width: 100%;
    float: left;
    color: #fff;
    font-size: 26px;
    font-family: 'Josefin Sans';
    padding: 0px 0;
    text-align: center;
}
.top-banner-inner img{
    width: 100%;
}
/* timeline style*/


.timeline {
  width: 100%;
  background-color: #fff;
}
.timeline .swiper-container {
  height: 600px;
  width: 100%;
  position: relative;
}
.timeline .swiper-wrapper {
  -webkit-transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.timeline .swiper-slide {
  position: relative;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.timeline .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -115%;
  bottom: -10%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.7);
          box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.7);
  border-radius: 100%;
}
.timeline .swiper-slide-content {
  position: absolute;
  text-align: center;
  width: 80%;
  max-width: 310px;
  right: 50%;
  top: 13%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  font-size: 12px;
  z-index: 2;
}
.timeline .swiper-slide .timeline-year {
  display: block;
  font-style: italic;
  font-size: 42px;
  margin-bottom: 50px;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  color: #d4a024;
  font-weight: 300;
  opacity: 0;
  -webkit-transition: .2s ease .4s;
  transition: .2s ease .4s;
}
.timeline .swiper-slide .timeline-title {
  font-weight: 800;
  font-size: 34px;
  margin: 0 0 30px;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  -webkit-transition: .2s ease .5s;
  transition: .2s ease .5s;
}
.timeline .swiper-slide .timeline-text {
  line-height: 1.5;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  -webkit-transition: .2s ease .6s;
  transition: .2s ease .6s;
}
.timeline .swiper-slide-active .timeline-year {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: .4s ease 1.6s;
  transition: .4s ease 1.6s;
}
.timeline .swiper-slide-active .timeline-title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: .4s ease 1.7s;
  transition: .4s ease 1.7s;
}
.timeline .swiper-slide-active .timeline-text {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: .4s ease 1.8s;
  transition: .4s ease 1.8s;
}
.timeline .swiper-pagination {
  right: 15% !important;
  height: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  z-index: 1;
}
.timeline .swiper-pagination::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.timeline .swiper-pagination-bullet {
  width: auto;
  height: auto;
  text-align: center;
  opacity: 1;
  background: transparent;
  color: #d4a024;
  margin: 15px 0 !important;
  position: relative;
}
.timeline .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -32.5px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #d4a024;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .2s;
  transition: .2s;
}
.timeline .swiper-pagination-bullet-active {
  color: #d4a024;
}
.timeline .swiper-pagination-bullet-active::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.timeline .swiper-button-next,
.timeline .swiper-button-prev {
  background-size: 20px 20px;
  top: 15%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  z-index: 2;
  -webkit-transition: .2s;
  transition: .2s;
}
.timeline .swiper-button-prev {
  left: 8%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}
.timeline .swiper-button-prev:hover {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.timeline .swiper-button-next {
  right: 8%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}
.timeline .swiper-button-next:hover {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.career-header h3{
   color: #303030;
    font-family: 'Josefin Sans';
    font-size: 28px;
    margin: 0 0 10px 0;
    font-weight: 600;
}
.career-header p{
   font-family: 'poppins';
    font-size: 13px;
    text-align: justify;
    font-weight: 300;
    margin-bottom: 10px;
}
.apply-button{
      

    width: auto;

float: none;
display: inline-block;
background: #333;

padding: 13px 30px;

color: #fff;

font-weight: 600;

border-radius: 0;

font-size: 13px;
}
.apply-button:hover{
    color: #fff;
}
/* contact form*/
.apply-form{
    width: 100%;
    float: none;
    display: inline-block;
    padding: 20px;
    position: relative;
    text-align: center;
}
.apply-form-outer{
    width: 100%;
    float: left;
}
.apply-form strong{
    background: url(../images/cross.png) no-repeat;

width: 32px;

height: 32px;

float: right;

position: absolute;

right: 10px;

top: 10px;

cursor: pointer;
}
.app-outer{
    width: 100%;
    float: left;
    text-align: center;
    margin:20px 0!important;
}
.apply-form h2{
    color: #303030;
    font-family: 'Josefin Sans';
    font-size: 28px;
    margin: 0 0 10px 0;
    font-weight: 600;
    text-align: center;
}
.apply-form form label{
    float: left;
    font-family: 'poppins';
    font-size: 13px;
}
.apply-form form input{
    border: 1px solid #333;
    border-radius: 0;
    height: 50px;
}
.apply-form form input[type="file"]{
    height: 50px;

padding: 0;
}
.apply-form form button{
width: auto;

float: none;
display: inline-block;
background: #333;

padding: 13px 30px;

color: #fff;

font-weight: 600;

border-radius: 0;

font-size: 13px;
}
.apply-form form button:hover{

    color: #fff;
    
}
#myModalapply{
    z-index: 9999;
}
.provide{
        font-family: poppins;
    line-height: 30px;
    width: 100%;
    border-bottom: 1px dashed #acacac;
    text-align: center;
    text-transform: inherit;
    color: #333;

font-weight: normal;
letter-spacing: 0.05em;

margin: 0 0 10px 0;

font-size: 13px;
}
.strength{
    width: 100%;
    float: left;
    text-align: center;
    color: #303030;
    font-family: 'Josefin Sans';
    font-size: 28px;
    margin: 20px 0 10px 0;
    font-weight: 600;
}
.str-main span{
   

    font-family: 'Josefin Sans';

font-weight: 400;

font-size: 28px;

color: #333;
}
.str-main-para{
    font-family: 'poppins' !important;
font-size: 13px;
line-height: 20px;
width: 100%;
text-align: justify;
margin: 0 0 6px 0;
float: left;
font-weight: 300;
padding: 0 60px 0 60px;
}
.mission-certification{
    width: 100%;
    float: left;
    margin: 0 0 40px 0;
    text-align: center;
}
.mission-certification h1{
    padding: 0 0 15px 0;

font-size: 28px;

font-family: 'Josefin Sans';

color: #333;

margin: 0 0 0 0;

font-weight: 600;
}
.mission-certification p{
  text-align: center;

color: #333;

font-weight: 300;

font-family: 'poppins';

letter-spacing: 0.05em;

margin: 0 0 10px 0;

font-size: 13px;
}
.cer-img{
    width: 100%;
    float: left;
}
.cer-img img{
    max-width: 100%;
    float: left;
    max-height: 200px;
}
.row-margin{
    margin-top: 30px;
}
.control{
    width: 100%;
    float: left;
    padding: 20px 0;
}.we-do{
        width: 100%;
    float: left;
    text-align: center;

color: #303030;
    font-family: 'Josefin Sans';
    font-size: 28px;
    margin: 0 0 10px 0;
    font-weight: 600;
}
.wedo-para{
  width: 100%;
    float: left;
    color: #333;
    font-family: 'poppins';
    margin: 0 0 6px 0;
    font-size: 13px;
}
.custom-headline{
  font-size: 16px!important;
    font-weight: normal!important;
    font-family: 'Josefin Sans';
    margin: 16px 0 10px 0!important;
}
#myModal{
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  
  .timeline .swiper-slide::after {
    right: -30%;
    bottom: -8%;
    width: 240px;
    height: 50%;
    -webkit-box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7);
            box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7);
  }
  .timeline .swiper-slide-content {
    right: 30%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 310px;
    font-size: 11px;
    text-align: right;
  }
  .timeline .swiper-slide .timeline-year {
    margin-bottom: 0;
    font-size: 32px;
  }
  .timeline .swiper-slide .timeline-title {
    font-size: 46px;
    margin: 0;
  }
  .timeline .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .timeline .swiper-button-prev {
    top: 15%;
    left: auto;
    right: 15%;
    -webkit-transform: rotate(90deg) translate(0, 10px);
            transform: rotate(90deg) translate(0, 10px);
  }
  .timeline .swiper-button-prev:hover {
    -webkit-transform: rotate(90deg) translate(-3px, 10px);
            transform: rotate(90deg) translate(-3px, 10px);
  }
  .timeline .swiper-button-next {
    top: auto;
    bottom: 15%;
    right: 15%;
    -webkit-transform: rotate(90deg) translate(0, 10px);
            transform: rotate(90deg) translate(0, 10px);
  }
  .timeline .swiper-button-next:hover {
    -webkit-transform: rotate(90deg) translate(3px, 10px);
            transform: rotate(90deg) translate(3px, 10px);
  }
}
@media screen and (min-width: 1024px) {
  .timeline .swiper-slide::after {
    right: -20%;
    bottom: -12%;
    width: 240px;
    height: 50%;
    -webkit-box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, 0.7);
            box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, 0.7);
  }
  .timeline .swiper-slide-content {
    right: 25%;
  }
}
.counter-value-sec{
  margin: 0 0 20px 0;
}
.cer-img img {

    max-width: 100%;
    float: none;
    max-height: auto;

}
.project-outer{
  width: 100%;
    float: left;
    height: 532px;
    overflow: hidden;
}
.section1-right{
   

height: 590px;

width: 50%;
overflow: hidden;
float: left;
position: relative;
}
.section1-right-image{
  background: url(../images/3.jpg) no-repeat fixed  100% 0% ;

height: 590px;

width: 100%;

float: left;
}
.lookbook-link{
  position: absolute;
  bottom: 40px;
  left: 20px;
  z-index: 999;
  width: auto;
    float: left;
    
}
.lookbook-link a:hover{
  color: #333;
  background: #fff;
}
.lookbook-link a{
  width: auto;

float: left;

background: #333;

padding: 13px 30px;

color: #fff;

font-weight: 600;

border-radius: 0;

font-size: 13px;
}
.section1-responsive{
    display: none;
  }
  .section1-desktop{
    display: block;
  }


/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #ffffff;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before,.hvr-underline-from-center.active:before {
  left: 0;
  right: 0;
}
/* get in touch start*/
.getintouch-popup{
  width: 100%;
  float: left;
  background: url(../images/transparent.png);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  text-align: center;
  display: none;
}
.getintouch-popup-inner{
  width: 40%;

float: none;

display: inline-block;

background: #fff;

padding: 30px;
position: relative;
}
.getintouch-popup-inner strong{
  background: url(../images/cross.png) no-repeat;

width: 32px;

height: 32px;

float: right;

position: absolute;

right: 10px;

top: 10px;

cursor: pointer;
}
.getintouch-popup-inner h2{
  color: #333;
    font-size: 28px;
    margin: 0;
    font-weight: 600;
    padding: 0 0 20px 0;
    font-family: 'Josefin Sans';
}
.getintouch-popup-inner form label{
  float: left;
  font-size: 13px;
}
.getintouch-popup-inner form input{
  border-radius: 0;
}
.getintouch-popup-inner button{
  
color: #fff;

padding: 10px 30px;

background: #333;

font-weight: 500;

border-radius: 0;

font-size: 14px;

font-family: poppins;
}
/*.getintouch-popup-inner button:hover{
  background: #333;

border: 1px solid #333;

color: #fff;

border-radius: 0;

letter-spacing: 6px;

font-size: 18px;
}*/
.map-menu-details-contact h5{
 color: #303030;
    font-family: 'Josefin Sans';
    font-size: 26px;
    margin: 0 0 10px 0;
    font-weight: 600;
    letter-spacing: 0;
}
.company-right{
  margin: 0 0 40px 0;
}

.banner-static {

    text-align: center;
    clear: both;
    overflow: hidden;

}
.static-top-t903 .box {

    display: table;
    vertical-align: middle;

}
.static-top-t903 .box .col {

    display: table-cell;
    vertical-align: middle;
    width: 50%;

}
.banner-static .image a {

    position: relative;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    vertical-align: top;

}
.static-top-t903 .box .col-text {

    background: #222 url(../images/ellipse1.png) right center;
        background-size: auto auto;
    text-align: left;
    padding: 0 50px;
    background-size: cover;

}
.static-top-t903 .text h4 {

    font-size: 18px;
    font-weight: 700;
    color: #9d4d4a;
    text-transform: uppercase;
    padding-bottom: 20px;
    position: relative;
    margin-top: 0;
    margin-bottom: 31px;

}
.static-top-t903 .text h4::before {

    content: "";
    width: 46px;
    height: 2px;
    background: #464646;
    position: absolute;
    left: 0;
    bottom: 0;

}
.static-top-t903 .text p {

    line-height: 24px;
    color: #7b7b7b;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin: 0;

}
.static-top-t903 .text a {

    width: 41px;
    height: 41px;
    border: 1px solid #9d4d4a;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 43px;

}
.static-top-t903 .box.box-bottom .col-text {

    text-align: right;

}

.contact-form{
  width: 100%;
  float: left;
  padding: 20px;
}
.contact-form h3{
      color: #303030;
    font-family: 'Josefin Sans';
    font-size: 28px;
    margin: 0 0 10px 0;
    font-weight: 600;
    letter-spacing: 0;
}
.contact-form button{
  color: #fff;

padding: 10px 30px;

background: #333;

font-weight: 600;

border-radius: 0;

font-size: 13px;

font-family: poppins;
}
.contact-form button:hover{
  

color: #fff;
}
.contact-form form label{
  margin: 0 0 6px 0;
  font-size: 13px;
}
.contact-form form input{
  border: 1px solid #ced4da;
  position: relative;
    width: 100%;
    margin: 0 0 20px;
    padding: 7px 10px 7px;
    font-family: inherit;
    font-size: 14px;
    line-height: 23px;
    font-weight: inherit;
    color: #000;
}
.company-background h2{
  padding: 0;
    width: 100%;
    color: #303030;
    text-transform: uppercase;
    font-family: 'Josefin Sans';
    font-size: 28px;
    margin: 0 0 30px 0;
    font-weight: 600;
    text-align: center;
}
.company-background-founder h2{
    margin-bottom: 0!important;
}
.mission-vission strong {
    margin: 0;
    padding: 0;
    color: #4b4e53;
    font-family: 'Josefin Sans';
    font-size: 18px;
}
.mission-vission p {
    font-family: 'poppins';
    width: 100%;
    margin: 0 auto;
    font-size: 13px;
    letter-spacing: 1px;
}
.strength-padding{
  padding: 30px 0 0 0;
}
.company-background i {
    border: 1px solid #888888;
    float: none;
    margin: 10px 0;
    display: inline-block;
    width: 100px;
}
.nicescroll-cursors{
    border: none!important;
}
.mission{
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}
.under-border{
    width: 100%;
    float: left;
    text-align: center;
}
.under-border i{
    border: 1px solid #888888;

float: none;

margin: 10px 0;
visibility: visible;
display: inline-block;
position: relative;
width: 100px;
z-index: 100;
}
.nohover-div{
    position: absolute;

top: 30%;

right: 10%;

z-index: 99;
}
.nohover-div a{
    color: #fff;
}
.main-concat-inner{
    width: 50%;
    float: left;
}
@media(max-width: 767px){
    .main-concat-inner{
    width: 50%;
    float: left;
}
    .slider ul li h3 a{
        font-size: 12px;
        position: relative;
        top: -10px;
    }
    .header-small{
        display: block;
    }
    .header{
        display: none;
    }
    .text-align{
        text-align: justify;
    }
    .header-fixed{
        background: #222;
    }
    .map-menu-details-contact h5{
        font-size: 18px;
    }

.client-slider .owl-theme .owl-controls{
    display: none!important;
}
   .section1-custom-height {

    height: auto;
    overflow: hidden;

}
.top-abput{
  display: none;
}
  .getintouch-popup-inner {

    width: 90%;
  }
  .con-image{
    height: auto;
    overflow: visible;
  }
  .section1-responsive{
    display: block;
  }
  .section1-desktop{
    display: none;
  }
  .project-outer {

    width: 100%;
    float: left;
    height: auto!important;
  }
  .section1-right{
    display: none;
  }
  .top-banner-inner {
    margin: 0 0 10px 0;
}
  .apply-form {
    width: 100%;
  }
    .wpb_column-width{
        width: 100%!important;
    }
    .footer p{
        text-align: center;
    }
    .footer ul{
        text-align: center;
    }
    .footer ul li {
    width: auto;
    float: none;
    display: inline-block;
}
    .header-small ul li ul{
    display: none;
    margin: 0 0 0 0;
}
.header-small ul > li > ul > li > ul{
    display: none;
}
    
    .section1 {
    width: 100%;
    float: left;
}
.sec-inner{
    text-align: center;
}
.sec-inner img{
    float: none;
    display: inline-block;
}
.section2 {
    width: 100%;
    float: left;
    position: relative;
}
.section2 a img{
    height: auto;
}
.slider ul li h3 p {

    color: #fff;
    font-size: 30px;
    }
}

@media(max-width: 480px){
    .main-concat-inner{
    width: 100%;
    float: left;
}
    .welcome-clients{
        padding: 40px 0 50px 0;
    }
    .look-book {

    padding: 90px 0 0;

}
    .slider ul li h3 p {

    color: #fff;
    font-size: 20px;
    }

.slider .bx-wrapper .bx-controls-direction {

    display: none;

}
.look-sec p {

    width: 80%;
    position: absolute;
    top: 39%;
    left: 10%;
    font-size: 13px;

}

}

@media(max-width: 400px){
    .look-sec p {

    font-size: 10px;

}
}
@media(max-width: 360px){
    .slider ul li h3 p {

    color: #fff;
    font-size: 10px;
    }
.look-sec p {

    width: 80%;
    position: absolute;
    top: 45%;
    left: 10%;
    font-size: 10px;

}
    }

@media(max-width: 320px){
    .look-sec p {

    width: 80%;
    position: absolute;
    top: 36%;
    left: 10%;
    font-size: 10px;

}
.look-sec {
    margin: 0 0 10px 0;
}
}
@media(min-width: 768px){
    .header-small{
        display: block;
    }
    .header{
        display: none;
    }
 .project-outer {

    width: 100%;
    float: left;
    height: auto;
  }
   .section1 {

    width: 50%;
    float: left;

}
.section1-image {
display: none;

}
.project-outer {

    width: 100%;
    float: left;
    height: 600px;
    overflow: hidden;

}
}
@media(min-width: 992px){
  
  .project-outer {

    width: 100%;
    float: left;
    height: 600px;
    overflow: hidden;

}
 
.header ul li {
    margin: 0 10px 0 0;
    }
}

@media(min-width: 1100px){
     .header-small{
        display: none;
    }
    .header{
        display: block;
    }
}
@media(min-width: 1200px){
   
  .contact-section {

    width: 100%;
    float: left;
    height: 200px;
    overflow: hidden;

}
  .con-image-left {
    width: 40%;
    float: left;

}
.con-image-right {

    width: 60%;
    float: right;
    padding: 0 0 0 30px;

}
  .con-img h3 {

    
    font-size: 33px;

}
.con-img {

    width: 100%;
    float: left;
    background: #9d4e4a;
    padding: 30px 50px 14px 50px;
    height: auto;

}
  .con-img p {

    font-family: 'poppins';
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    margin: 10px 0 26px 0;
    padding: 0;
    letter-spacing: 1px;

}
  .section1 {

    width: 25%;
    float: left;

}
.con-img {

    width: 100%;
    float: left;
    background: #9d4e4a;
    padding: 50px 50px 56px 50px;
    height: auto;

}

.section1-image {
display: block;

}
  .header ul li {
    margin: 0 50px 0 0;
    }
  .project-outer {

    width: 100%;
    float: left;
    height: 566px;
  }
.section1-custom{
    overflow: hidden;
	background:#333;
}

}


@media screen and (min-width: 1201px) and (max-width:1300px){
	.project-outer {
    width: 100%;
    float: left;
    height: 540px!important;
}
.section1-right-image {
    background: url(../images/3.jpg) no-repeat fixed 100% 0%;
    height: 700px!important;
    width: 100%;
    float: left;
}
.section1-right {
    height: 700px!important;
    width: 50%;
    overflow: hidden;
    float: left;
}
.con-img {
    height: 204px;

}
}

@media(min-width: 1100px){
    .nohover-div {

    right: 3%;
    z-index: 99;

}
}
@media(min-width: 1200px){
    .nohover-div {

    right: 3%;
    z-index: 99;

}
}
@media(min-width: 1300px){
    .nohover-div {

    right: 3%;
    z-index: 99;

}
}
@media(min-width: 1400px){
    .nohover-div {

    right: 10%;
    z-index: 99;

}
}


