/*-----------------------------------------------------------------------------------

 Main Color   : #000000 , #7E7E7E

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

 == Table Of Content

	01 Basics
	02 Buttons
	03 Navbar
	04 Header
	05 Hero
	06 Process
	07 Works
	08 why-us
	09 Team
	10 Testimonials
	11 Price
	12 Blog
	13 Call-action
	14 Contact
	15 Footer
	16 Responsive


---------------------------------------------------------------- */
/* ----------------------------------------------------------------
     [ 01 Start Basics ]
-----------------------------------------------------------------*/
@font-face {
    font-family: WhitneyBook;
    src: url("../fonts/Whitney-Book-Pro.otf") format("opentype");
}

@font-face {
    font-family: WhitneyMedium;
    src: url("../fonts/Whitney-Medium-Pro.otf") format("opentype");
}
@font-face {
    font-family: WhitneySemibold;
    src: url("../fonts/Whitney-Semibld-Pro.otf") format("opentype");
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
  color: #000;
  line-height: 1.3;

  font-size: 20px;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-style: normal;
  font-weight: 400;

  font-kerning: normal;

  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  overflow-x: hidden !important;
}

/* portfolio detail - text, portfolio detail credits */
p {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-style: normal;
  font-size: 22px;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
  margin: 0;
}

h1, h2, h3, h4, h5{
	line-height:1.4;
}

.row{
	margin-left:-10px;
	margin-right:-10px;
}

/*.col-lg-4, .col-mg-6, .padding-fix{
	padding-left: 10px;
	padding-right: 10px;
}*/
.homepage .items, .works .items{
	padding-left: 10px;
	padding-right: 10px;

}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-left: 10px;
	padding-right: 10px;

}

img {
  width: 100%;
  height: auto;
}

span, a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}


.section-padding {
  padding: 99px 0 48px 0;
}

.section-head {
  margin-bottom: 80px;
  text-align: center;
}
.section-head h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
.section-head h4 span {
  font-weight: 300;
}

[data-overlay-color] .section-head p {
  color: #ccc;
}
[data-overlay-color].process .icon {
  color: #fff !important;
}

.bg-gray {
  background: #f9f9f9;
}

.o-hidden {
  overflow: hidden;
}

.pos-re {
  position: relative;
}

.full-width {
  width: 100% !important;
}

.lg-line-height {
  line-height: 1.5;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 15px;
  line-height: .7;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  border-radius: 50%;
  background: #ddd;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #000000;
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* xclip */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 70%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
  font-weight: 900;
}

/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 02 Start Buttons ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 03 Start Navbar ]
-----------------------------------------------------------------*/
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border: 0;
  background-color: rgba(255,255,255,.97);
  z-index: 9;
  min-height: 96px;
}
.navbar .container{
	padding-left: 10px;
	padding-right: 10px;
}
.navbar .icon-bar {
  color: #7e7e7e;
}

.navbar .navbar-nav .nav-link {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-style: normal;
  font-weight: 500;

  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.06em;
  font-kerning: auto;
  margin: 15px 5px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.navbar .navbar-nav .active {
  color: #000 !important;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-style: normal;
  font-weight: 600;
}
.navbar .navbar-nav .nav-sub-item .nav-sub-link{
  color: #7e7e7e !important;
}
#navbarSupportedContent > ul.navbar-nav.mr-auto > li.nav-sub-item > a.active{
  color: #7e7e7e !important;
  text-decoration: underline;
	font-family: "Whitney SSm A", "Whitney SSm B";
	font-style: normal;
	font-weight: 500;
}

.navbar .navbar-lang .active{
	font-family: "Whitney SSm A", "Whitney SSm B";
	font-style: normal;
	font-weight: 500;
	text-decoration: underline;
}
#navbarSupportedContent > ul.navbar-nav.ml-auto.navbar-lang > li > a{
	padding-right:0;
}
#navbarSupportedContent > ul.navbar-nav.ml-auto.navbar-lang > li:nth-child(2) > a{
	margin-right:0;
}

.nav-scroll {
  background-color: rgba(255,255,255,.97);
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  padding: 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  /*padding-top:5px;*/
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.nav-scroll .icon-bar {
  color: #000;
}
.nav-scroll .navbar-nav .nav-link {
  color: #000;
}
.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
}

.logo {
  padding: 10px 0;
  /*width: 100px;*/
  margin-right: 76px;
}
.logo img{
	width:114px;
	height:auto;
}

#navbar-footer{
	display:none;
	margin-right: 10px;
	margin-bottom: 20px;
	font-size:14px;
	color: #7e7e7e;
}

@media screen and (max-width: 1200px) {
	.logo {
	  margin-right: 24px;
	}
}

/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 04 Start Header ]
-----------------------------------------------------------------*/
.header {
  min-height: 100vh;
  position: relative;
}
.header.video {
  overflow: hidden;
}
.header .caption .o-hidden {
  display: inline-block;
}
.header .caption h4 {
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}
.header .caption h1 {
  margin: 10px 0;
  font-size: 65px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 2px;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}
.header .caption p {
  font-size: 16px;
  font-weight: 300;
  color: #eee;
  word-spacing: 2px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.header .caption p span {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 5px;
  padding-right: 14px;
  position: relative;
}
.header .caption p span:last-child {
  padding: 0;
}
.header .caption p span:last-child:after {
  display: none;
}
.header .caption p span:after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000000;
  position: absolute;
  top: 10px;
  right: 0;
  opacity: .5;
}
.header .caption .butn {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.slider .owl-item, .slider-fade .owl-item {
  height: 100vh;
  position: relative;
}
.slider .item, .slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.slider .item .caption, .slider-fade .item .caption {
  z-index: 9;
}
.slider .owl-theme .owl-dots, .slider-fade .owl-theme .owl-dots {
  position: absolute;
  bottom: 5vh;
  width: 100%;
}

.wave {
  min-height: 105vh;
}
.wave:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 110%;
  height: 100px;
  background-image: url(../img/wave.svg);
  background-size: cover;
  z-index: 7;
}

.bg-vid {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 05 Start Hero ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ End Hero ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 06 Process ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ End Process ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 07 Start Works ]
-----------------------------------------------------------------*/
.gallery .col-lg-4 {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
}

.works .filtering .filter {
  display: inline-block;
  padding: 4px 10px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}
.works .filtering span {
  margin: 0 5px;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 30px;
  cursor: pointer;
}
.works .filtering .active {
  background: #000000;
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(#7E7E7E));
  background: linear-gradient(to right, #000000, #7E7E7E);
  -webkit-box-shadow: 0px 8px 30px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 30px -5px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.works .item-img {
  position: relative;
  margin-top: 0px;
  /*max-height: 270px;*/
  overflow: hidden;
}
.homepage .item-img {
    max-height: 890px;
}
@media screen and (max-width: 767px) {
	.works .item-img {
		/*max-height: 330px;*/
		max-height: 100%;
	}
}
.works .item-img img{
	/*margin-top: -20px;*/
}
.works .item-img:hover .item-img-overlay {
  visibility: visible;
  opacity: 1;
}
.works .item-img-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 24px 20px;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.works .item-img-overlay .icon {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #1A237E;
  text-align: center;
  font-size: 20px;
  color: #000000;
}
.works .item-img-overlay p {
  color: #000000;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-style: normal;
  font-weight: 400;

  font-size: 19px;
  line-height: 24px;
}
.works .items{
	margin-bottom: 40px;
	cursor: pointer;
	float:left;
}
.item-img a{
	display:block;
}

/* detail */
.work .container, .works .container{
	padding: 22px 10px 0 10px;
}
.homepage .container{
	padding: 0px 10px 0 10px;
}

h1{
	font-size: 46px;
	font-family: "Whitney SSm A", "Whitney SSm B";
	font-style: normal;
	font-weight: 600;
	margin-top: 51px;
}
.works h1{
	font-size: 34px;
	font-weight: 500;
	margin-top: 54px;
}
.work h2{
	font-family: "Whitney SSm A", "Whitney SSm B";
	font-style: normal;
 	font-weight: 400;
	font-size: 22px;
	color: #7e7e7e;
	margin-top: 22px;
	margin-bottom: 46px;
}
.list-title{
	margin-bottom: 30px;
}

.work h3, .work h4, .work p{
	font-family: "Whitney SSm A", "Whitney SSm B";
	font-style: normal;
	font-weight: 500;
	font-size: 34px;
	color: #000;
	letter-spacing: 0.006em;
}
.work h3{
	margin-top: 1.2em;
	letter-spacing: 0.01em;
}
.work h4{
	font-size: 18px;
	color: #7e7e7e;
	font-weight: 400;
}
.work p{
	font-family: "Whitney SSm A", "Whitney SSm B";
	font-style: normal;
	font-weight: 400;
	margin-top:14px;
	font-size: 18px;
	color: #000;
}
.work p strong{
	font-family: "Whitney SSm A", "Whitney SSm B";
	font-style: normal;
	font-weight: 500;
}
.indetail{
	margin-top: 20px;
}

.more-projects-header{
	padding:0 15px 1.8em;
	color: #7e7e7e;
	font-family: "Whitney SSm A", "Whitney SSm B";
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0.012em;
	text-transform: uppercase;
}
.another-projects{
	margin-bottom:13px;
}
.homepage .more-projects-header{
	margin-top: 36px;
}

.homeboxsmall .item-img{
	/*max-height: 200px;*/
}


@media screen and (max-width: 991px) {
	.work .container, .works .container{
		padding: 0px 10px 0 10px;
	}
	h1{
		font-size: 36px;
		/*margin-top: 0px;*/
	}
	.contact h1{
		margin-top: 36px;
	}
	.work h2{
		font-size: 18px;
		margin-top: 18px;
		margin-bottom: 28px;
	}
	.list-title{
		margin-bottom: 28px;
	}

	.work h3{
		font-size: 26px;
	}
	.work h4, .work p{
		font-size: 18px;
	}

}
@media screen and (max-width: 480px) {
	.work .container, .works .container{
		/*padding: 0px 20px 0 20px;*/
	}
	.works .item-img-overlay p, .more-projects-header {
	  font-size: 16px;
	}
	h1{
		font-size: 28px;
	}
}



/* ----------------------------------------------------------------
     [ End Works ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 08 Start why-us ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ End why-us ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 09 Start Team ]
-----------------------------------------------------------------*/
figcaption{
	color: #7E7E7E;
	font-size: 16px;
	margin-top: 12px;
	margin-bottom: 24px;
}

/* ----------------------------------------------------------------
     [ End Team ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 10 Start Testimonials ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ End Testimonials ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 11 Start Price ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ End Price ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 12 Start Blog ]
-----------------------------------------------------------------*/
.blog-item{
	border-bottom: solid 1px #ddd;
	padding-bottom: 40px;
}
.pagination ul li{
	display: block;
	float: left;
	font-size: 17px;
	margin: 34px 23px 0px 0px;
}
.pagination ul li a{
	color: #aaa;
}
.pagination ul li span{
	color: #000;
}
p.readmore > a{
	margin-top:40px;
	color: #7e7e7e;
	font-family: "Whitney SSm A", "Whitney SSm B";
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0.012em;
	text-transform: uppercase;
}

/* ----------------------------------------------------------------
     [ End Blog ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 13 Start Call-action ]
-----------------------------------------------------------------*/
.call-action {
  position: relative;
}
.call-action:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.call-action .text-center {
  padding: 0 20px;
}
.call-action h2 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 10px;
}
.call-action h5 {
  font-weight: 400;
  margin-bottom: 30px;
}

/* ----------------------------------------------------------------
     [ End Call-action ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 14 Start Contact ]
-----------------------------------------------------------------*/
.contact h1{
	margin-bottom: .6em;
}
.contact{
		margin-bottom: 4em;
}
.contact_col{
	margin-left:198px;
}
#mapIframe{
	height: 540px;
}
@media screen and (max-width: 991px) {
	.contact .container, .works .container{
		padding: 0px 10px 0 10px;
	}
	.more-projects-header{
		margin-top: 18px;
	}
	h1{
		font-size: 28px;
	}
	.works h1{
		/*margin-top:0;*/
		font-size: 28px;
	}
}
/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 15 Start Footer ]
-----------------------------------------------------------------*/
footer {
  padding: 40px 0;
  background-color: #fff;
  color: #7E7E7E;
  font-size: 23px;
}
footer .row{
	display:block;
	padding: 0 9px;
}

/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
 	 [ 16 Responsive ]
-----------------------------------------------------------------*/
@media screen and (min-width: 1370px) {
  .container {
    max-width: 1370px;
  }
	.homeQuarters .item-img{
		max-height: 210px;
	}
	.homeQuarters .item-img img {
		margin-top: -15px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1280px) {
	.homeboxsmall .item-img{
		/*max-height: 160px;*/
	}
	.homeQuarters .item-img{
		max-height: 170px;
	}
	.homeQuarters .item-img img {
		margin-top: -10px;
	}

	.homepage .items {
		margin-bottom: 32px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.homeboxsmall .item-img{
		/*max-height: 136px;*/

	}
	.homeboxsmall .item-img img {
		/*margin-top: -10px;*/
	}
	.homeQuarters .item-img{
		max-height: 145px;
	}
	.homeQuarters .item-img img {
		margin-top: -8px;
	}
	.homepage .items {
		margin-bottom: 20px;
	}
	.homepage h4{
		font-size: 20px;
	}
}

@media screen and (max-width: 991px) {
  .mb-md50 {
    margin-bottom: 50px;
  }

  .mb-md30 {
    margin-bottom: 30px;
  }

  .mb-md0 {
    margin-bottom: 0;
  }

  .bgimg-height {
    height: 400px;
  }

  .bg-fixed {
    background-attachment: scroll !important;
  }

  .navbar {
    padding-left: 15px;
  }
  .navbar .navbar-collapse {
    /*max-height: 340px;*/
    overflow: auto;
    text-align: left;
    padding: 10px 0;
    height: 100%;
  }
  .navbar .nav-link {
    margin: 10px auto !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar .navbar-lang{
  	margin-top: 28px;
  }
  .nav-scroll .navbar-toggler {
    margin-right: 15px;
  }
  .nav-scroll .navbar-collapse .nav-link {
    /*color: #fff !important;*/
  }
  .nav-scroll .navbar-collapse .active {
    color: #000000 !important;
  }

  .header {
    background-attachment: scroll !important;
    background-position: 50% 0% !important;
  }
  .header .caption h4 {
    font-size: 30px;
  }
  .header .caption h1 {
    font-size: 45px;
    line-height: 1.4;
  }

  .hero .feat-item.active .text-center {
    padding-top: 50px;
    margin-top: 0;
  }

  .tabs-section .tab-content .image {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    margin: 50px 0 0;
  }

  .process .item img {
    display: none;
  }

  .process .item.odd {
    margin-top: 0;
  }
  .flexTop{
	align-self: flex-start;
	margin-top:15px;
  }
	.contact_col{
		margin-left:0px;
	}
  footer {
  	font-size:20px;
  }
  	.homeboxsmall .item-img,	.homepage .item-img {
	    max-height: 520px;
	}
}
@media screen and (max-width: 767px) {
	.homepage .owl-carousel{
		display:none;
	}
  p, p.readmore > a{
  	font-size:18px;
  }

  .mb-sm50 {
    margin-bottom: 50px;
  }

  .mb-sm30 {
    margin-bottom: 30px;
  }

  .hero .extra-title {
    font-size: 22px;
  }

  .tabs-section .nav-pills .nav-link {
    padding: 12px 0;
  }

  .tabs-section .nav-pills .nav-item {
    width: 33.33333%;
    text-align: center;
  }

  .works .filtering .filter {
    padding: 0;
  }

  .works .filtering span {
    margin: 0;
  }

  .call-action h2 {
    font-size: 25px;
    font-weight: 500;
  }

  .call-action h5 {
    font-size: 20px;
    font-weight: 300;
  }
  .hidden-sm-down{
  	display:none;
  }

	.navbar .container{
		padding-left: 0;
		padding-right: 0;
	}
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		padding-left: 15px;
		padding-right: 15px;

	}
	.homeboxsmall .item-img,	.homepage .item-img {
	    max-height: 360px;
	}
}
@media screen and (max-width: 480px) {

  p{
  	font-size:14px;
  }
.work h4, .work p {
    font-size: 14px;
}
  .header .caption h4 {
    font-size: 14px;
  }
  .header .caption h1 {
    font-size: 25px;
    line-height: 1.4;
  }

  .works .filtering span {
    padding: 5px 15px;
  }

  footer {
  	font-size: 16px;
  	padding: 20px 0;
  }
  .contact{
  	margin-bottom: 1em;
  }
  #mapIframe{
  	height: 300px;
  }
  .homeboxsmall .item-img, .homepage .item-img {
	    max-height: 270px;
  }

}
@media screen and (max-height: 520px) {
  #mapIframe{
  	height: 300px;
  }
}



.fullHeight{
	height:100%;
	min-height: min-content;
	overflow: auto;
}
.flexBottom{
	align-self: flex-end;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    /*background-color: rgba(255,255,255,.5);*/
    background-color: transparent;
    text-decoration: none;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: transparent;
	text-decoration: none;
}
.owl-prev {
    width: 100px;
    height: 190px;
    position: absolute;
    top: 37%;
    margin-left: -20px;
    display: block !important;
    border:0px solid black;

}
.owl-next {
    width: 100px;
    height: 190px;
    position: absolute;
    top: 37%;
    right: 0px;
    display: block !important;
    border:0px solid black;
}
div.owl-nav > button.owl-prev > span, div.owl-nav > button.owl-next > span{
	/*margin-bottom: 5px;*/
}
div.owl-nav > button.owl-prev:focus, div.owl-nav > button.owl-next:focus{
	outline: none;
}

@media screen and (max-width: 480px) {
	.owl-prev, .owl-next {
		top: 25%;
		width: 50px;
		height: 95px;
	}
}

button:focus { outline: none; }