::-webkit-scrollbar { 
    display: none; 
}

.container1 {
  visibility: hidden;
  position: relative;
  width: 800px;
  overflow: hidden;
  // overflow: visible;
  position: relative;
  margin: 0 auto;
  height: 300px;
  white-space: nowrap;
  border: 1px solid red;
}

.container1 > * {
  // border: 1px solid blue;
  // height: 100%;
  display: inline-block;
}

body,
html {
  width: 100%;
  height: 100%;
}
@font-face {
    font-family: smythesanspro;
    src: url("fonts/smythesanspro-webfont.woff2") format("woff2"), url("fonts/smythesanspro-webfont.woff") format("woff"), url("fonts/smythesanspro-webfont.ttf") format("truetype")
}

body {
  font-family: 'smythesanspro';
}
p{
	font-weight:normal;
}
hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #F05F40;
}

hr.light {
  border-color: #fff;
}

a {
  color: #000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  font-weight:normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'smythesanspro';
}
div, p a , span{
	font-family: 'smythesanspro';
}
h2{
	font-size:2.5rem;
}
h3{
	font-size:1.3rem;
	line-height:1.6rem;
	font-weight:normal;
	margin-bottom:1rem;
}
p{
	font-size:0.9rem;
}
.bg-primary {
  background-color: #F05F40 !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.text-faded {
  /*color: rgba(255, 255, 255, 0.7);*/
  color: #fff;
}

section {
  padding: 4rem 0;
}

.section-heading {
  margin-top: 0;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  font-family: 'smythesanspro';
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  padding-top:0;
  height: 4.2rem;
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #F05F40;
  font-family: 'smythesanspro';
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #f05f40;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  /*padding-right: 1.5625rem;
  padding-left: 1.5625rem;*/
  padding:2rem 1.4625rem 1.4625rem 1.4625rem;
  transition: color 0.2s ease, background-color 0.2s ease;
  letter-spacing:3px;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover {
  color: #fff;
  background-color: #000;
}
#mainNav .navbar-nav > li.nav-item{
	padding: 0px;
}
/*#mainNav .navbar-nav > li.nav-item > a.nav-link.active {
  color: #000 !important;
  background-color: transparent;
}*/

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
  /*background-color: transparent;*/
	color: #000;
	background:#fff;
}

@media (min-width: 1200px)
{
.social{
	margin-top:5px;
}
}

@media (max-width: 1199px)
{
.social{
	margin-top:5px;
	display: inline-block;
}
}

.social a{
	color:#000;
	margin-left:10px;
	font-size:1.4rem;
}
.social a:hover{
	color:#1d181e;
}
/* farrukh cutom css*/


.zoom_me {
	transition: transform .9s; /* Animation */
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

.zoom_me:hover {
	transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
/*#contact, .who-we-are, #what-we-do{
	padding-top: 0px !important;
}*/
.who-we-are{
	height:auto;
}

/*#contact h2, #contact p, #clients h2, #clients p, #contact a, #contact i{
	color:#fff;
}*/
.pl-20{padding-left:1.25rem}
.pr-20{padding-right:1.25rem} 

.carousel-indicators{
	bottom:-30px;
}
.carousel-indicators li{
	width:15px;
	height:15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:grey;
}
.carousel-indicators .active{
	background-color:#000;
}

.social-footer a:hover{
	text-decoration:none;
	color:#1d181e !important;
}
.slider-text{
	/*padding-left:4rem;*/
	padding-top:2rem;
}

.slider-text p{
	/*letter-spacing:1.5px;
	line-height:2rem;*/
	font-family: 'smythesanspro' !important;
}

.social_animate{
	visibility: visible;
    -webkit-transform: scale(1) !important;
    opacity: 1 !important;
    transform: scale(1) !important;
    opacity: 1 !important;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.6s cubic-bezier(0.6, 0.2, 0.1, 1) 0s !important;
    transition: transform 0.6s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.6s cubic-bezier(0.6, 0.2, 0.1, 1) 0s !important;
}

.fa-3x {
    font-size: 3em;
}

.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mansory-text{
	position:absolute;
	width:70%;
	/*height:50%;*/
	bottom:0;
	left:0;
	padding:2.5%;
}
.mansory-text h3{
	font-size:1rem;
	margin-bottom:10px;
}
.mansory-text h4{
	font-size:.8rem;
	margin-bottom:5px;
}
#carouselExampleIndicators{
	min-height:400px !important;
}
/*end*/
@media (min-width: 992px) {
  #mainNav {
    
  }
  
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
	color: #000;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover{
    color: #fff;
	background:#000;
  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #ffffff;
  }
 
 
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link{
    color: #000;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover{
    color: #fff;
	background:#000;
  }
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../img/header.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 2rem;
}

header.masthead p {
  font-weight: 300;
}

@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }

}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 4rem;
  }
}

.service-box {
  max-width: 400px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(240, 95, 64, 0.9);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

.text-primary {
  color: #F05F40 !important;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-primary {
  background-color: #F05F40;
  border-color: #F05F40;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #ee4b28 !important;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}

/*@media screen and (max-width: 1250px) {
	#mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
		font-size: .8rem;
		padding: 2.3625rem .9rem 1.4625rem .9rem;
	}
	#mainNav{
		height:4.5rem;
	}
	.service-box h3{
		font-size:1rem;
	}
	.service-box{
		font-size:.9rem;
	}
	.navbar-brand img{
		width:200px !important;
	}
	#carouselExampleIndicators{
		min-height:400px !important;
	}
}*/

@media only screen and (max-width: 1300px) and (min-width: 1200px)  {
	#mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
		font-size: .8rem;
		padding: 2.3625rem .9rem 1.4625rem .9rem;
	}
}
@media screen and (max-width: 1200px) {
	#mainNav{
		background-color:#fff;
		background:rgba(255,255,255, 1) !important;
		border-bottom: none;
	}
	.navbar-light .navbar-toggler-icon{
		background-image: url('../images/menu_black.png');
		width:2.5em;
		outline:none;
	}
	.navbar-collapse{
		margin: 0 auto;
		background:rgba(255,255,255, 1);
		text-align: center;
		margin-top:31px;
		
		width: 100%;
		position: absolute;
		top: 54%;
		left: 0px;
	}
	.navbar-collapse a:hover{
		color:#1d181e;
		background:#fff;
	}
	
	.service-box h3{
		font-size:1rem;
	}
	.service-box{
		font-size:.9rem;
	}
	.navbar-brand img{
		width:200px !important;
	}
	
	.social li{
		float:left;
	}
	.social li a:hover{
		background:transparent;
	}
	#carouselExampleIndicators{
		min-height:450px !important;
	}
}
