/* CSS Document */

@font-face {
  font-family: 'Lato-Regular';
  src: url('../fonts/Lato-Regulard41d.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf')  format('truetype'), url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato-Medium';
  src: url('../fonts/Lato-Mediumd41d.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lato-Medium.woff') format('woff'), url('../fonts/Lato-Medium.ttf')  format('truetype'), url('../fonts/Lato-Medium.svg#Lato-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato-Light';
  src: url('../fonts/Lato-Lightd41d.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lato-Light.woff') format('woff'), url('../fonts/Lato-Light.ttf')  format('truetype'), url('../fonts/Lato-Light.svg#Lato-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato-Bold';
  src: url('../fonts/Lato-Boldd41d.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf')  format('truetype'), url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato-Black';
  src: url('../fonts/Lato-Blackd41d.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lato-Black.woff') format('woff'), url('../fonts/Lato-Black.ttf')  format('truetype'), url('../fonts/Lato-Black.svg#Lato-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}

.basic-logo{
    display:block;
}

.sticky-logo{
    display:none;
}
.sticky .sticky-logo{
    display:block;
}
.sticky .basic-logo{
    display:none;
}




body{ 
    padding:0; 
    margin:0;
    overflow-x: hidden;
    font-family: 'Lato-Regular';
}
.mt-20{
    margin-top:20px;
}
.fs{
    font-size: 20px;
    letter-spacing: 1px;
}
.banner-content .title span {
    font-family: 'Lato-Light';
    font-weight: 100;
    font-size:30px;
    line-height:58px;
    display:block;
}
.banner-content .title strong {
    background: #c80909;
}
.hero-banner {
    width: 100%;
    height: 280px;
    position: relative;
}
.hero-banner {
    height: 450px;
    width: 100%;
}
.hero-banner.homepage, .hero-banner .videobanner {
    height: 760px;
}
.d-table {
    display: table !important;
}
.w-100 {
    width: 100% !important;
}
.d-table-cell {
    display: table-cell !important;
}
.va-middle {
    vertical-align: middle;
}
.hero-banner .banner-content {
    position: relative;
    z-index: 11;
}

.w-45 {
    width: 45%;
}
.w-54 {
    width: 54%;
}
.fc-white {
    color: #ffffff;
}
.title {
    line-height: 1.2;
}
.mbpx-20 {
    margin-bottom: 20px !important;
}
.btn.btn-primary {
    background-color: #000000;
    color: #ffffff;
}
.hero-banner .poster-image {
    display: none;
}
.hero-banner .mainvideo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}
.hero-banner .video-overlay {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    background: url(../video/video-overlay.png) rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}
p {
    font-size: 18px;
}

.full-width
{
	width:100%;
	height:auto;
	display:table;	
	overflow: hidden;
}

.top-social-icon
{
 position:absolute;
 right:0;
 display:none;
}

.top-social-icon .top-facebook
{
 padding:5px;
 border:1px solid #dfdfdf;
}

.top-social-icon .top-twitter
{
 padding:5px;
 border:1px solid #dfdfdf;
}
.mar-top
{
	  margin-top: 53px;	
}

.logo
{
	  width: 260px;
	    margin: 0 auto;
}

.logo img
{
	  margin: 0 auto;

}

.header-nav .navbar-default .navbar-nav  .border-right-none
{
	border-right:none;	
}

.header-nav .inner-wrap
{
	background-color:red;	
}

.header-nav 
{
	width:100%;
	height:auto;
	display:table;
}

.header-nav .navbar {
	margin-bottom: 0;
	background: #fff;
	border: none;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.header-nav .navbar-brand {
	position: relative;
	padding: 8px 0;
	margin: 0!important;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.header-nav .navbar-default .navbar-nav {
	position: relative;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.header-nav .navbar-default .navbar-nav > li {
	
	  border-right: 1px solid #dfdfdf;
	-webkit-transform: skew(-14deg);
	   -moz-transform: skew(-14deg);
	     -o-transform: skew(-14deg);
	border-top: 1px solid #dfdfdf;


}


.header-nav .navbar-default .navbar-nav > li:hover
{
	background:#35c0e8;
	color:#FFF !important;
	-webkit-transform: skew(-15deg);
		
}
.header-nav .navbar-default .navbar-nav > li:hover a{ color:#FFF !important}

.header-nav .navbar-default .navbar-nav > li:first-child
{
	  border-left: 1px solid #dfdfdf;
}


.header-nav .navbar-default .navbar-nav > li:first-child {
    margin-left: 0;
}

.header-nav .navbar-default .navbar-nav > li > a {
	  color: #555555;
  display: block;
  font-size: 12px;
  font-weight: 300;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  -webkit-transform: skew(14deg);
}

.padding-right
{
	  padding-right: 6px;
}

.header-nav .navbar-default .navbar-nav > li > a.active {
	background-color:#35c0e8;
	  color: #fff;
	-webkit-transform: skew(-1deg);
	   -moz-transform: skew(-1deg);
	     -o-transform: skew(-1deg);
	
}

/*.header-nav .navbar-default .navbar-nav > li > a:hover {
	background-color:#35c0e8;
	color:#555555;

}*/

.header-nav .navbar-default .navbar-nav > li > a i {
	margin: 0 -2px 0 -5px;
}

.header-nav .navbar-default .navbar-nav > li > a:after {
	position: absolute;
	bottom: 0;
	content: '';
	left: 50%;
	display: block;
	height: 5px;
	width: 5px;
	opacity: 0;
	margin: 0 0 -3px -2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}

.header-nav .navbar-default .navbar-nav > li > a.active:after {
	opacity: 1;
}

.header-nav .navbar-default .navbar-nav .dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 180px;
	background-color: #fff;
    visibility: hidden;
    z-index: 2;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.header-nav .navbar-default .navbar-nav > li.drop:hover .dropdown {
    visibility: visible;
	opacity: 1;
}

.dropdown li, .sup-dropdown li {
	position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.dropdown li:first-child, .sup-dropdown li:first-child {
    border-top: none;
}

.dropdown li a, .sup-dropdown li a {
    display: block;
    color: #aaa;
    font-size: 12px;
    padding: 9px 14px;
    text-decoration: none;
    text-transform: capitalize;
    transition: padding 0.2s ease-in-out;
    -moz-transition: padding 0.2s ease-in-out;
    -webkit-transition: padding 0.2s ease-in-out;
    -o-transition: padding 0.2s ease-in-out;
}


.dropdown > li:hover > a, .sup-dropdown li:hover > a {
	padding-left: 18px;

}

.dropdown li a i {
	margin: 0 0 0 -4px;
}

.header-nav .navbar-default .navbar-nav .sup-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    width: 180px;
	background-color: #fff;
    margin-top: 10px;
    transition: margin-top 0.2s ease-in-out;
    -moz-transition: margin-top 0.2s ease-in-out;
    -webkit-transition: margin-top 0.2s ease-in-out;
    -o-transition: margin-top 0.2s ease-in-out;
    visibility: hidden;
    z-index: 3;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.header-nav .navbar-default .navbar-nav li.drop .dropdown li:hover .sup-dropdown {
    visibility: visible;
    margin-top: 0;
}


.header-nav .facebook
{
	  padding: 18px;	
}

.header-nav .twitter
{
	  padding: 18px;	
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Lato-Bold';
}


/*================================================== 
     Slideshow
 ================================================== */

/*-- Main slide --*/

#main-slide .item img{
	width: 100%;
}

#main-slide .item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

#main-slide .slider-content{
	top: 42%;
	margin-top: -70px;
	left: 85px;
	padding: 0;
	text-align: left;
	position: absolute;
	width: 80%;
	height: 100%;
	padding-right:140px;
	color: #fff;
}

#main-slide .carousel-indicators {
	bottom: 30px;
	text-align: right;
}

.carousel-indicators li{
	width: 14px !important;
	height: 14px !important;
	border: 2px solid #fff !important;
	margin: 1px !important;
}


#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

#main-slide .carousel-control.left span {
	padding: 15px;
}

#main-slide .carousel-control.right span {
	padding: 15px;
}

#main-slide .carousel-control .fa-angle-left, 
#main-slide .carousel-control .fa-angle-right{
	position: absolute;
	top: 40%;
	z-index: 5;
	display: inline-block;
}

#main-slide .carousel-control .fa-angle-left{
	left: 15px;
}

#main-slide .carousel-control .fa-angle-right{
	right: 15px;
}

#main-slide .carousel-control i{
	background: #4d4d4d;
	color: #fff;
	line-height: 36px;
	font-size: 32px;
	padding: 10px 20px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}


#main-slide .slider-content h2{
	font-size: 76px;
	font-weight: 100;
	text-transform: uppercase;
    color: #fff; margin-bottom:-14px;
}

#main-slide .slider-content h2.white, #main-slide .slider-content h3.white {
    color: #ad0500;
}

#main-slide .slider-content h3{
	font-size: 23px;
	font-weight: 300;
	margin-top: 3px; margin-bottom:-5px;
	text-transform: uppercase;
    text-align: left;
    color: #049cc9;
	  margin-top: 26px;

  float: left;
  padding:5px;
}

#main-slide .slider-content h3 span
{
	position:relative; padding:7px;	
}


#main-slide .slider-content h3 span:after
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.6;
  z-index: -1;
}

#main-slide .slider-content p{
	font-size: 16px;
	font-weight: 300;
	margin-top: 8px;
	text-transform: uppercase;
    text-align: left;
    color: #fff;
}

.slider.btn{
	padding: 10px 40px;
	margin-top: 40px;
	font-size: 20px;
	border-radius: 2px;
	text-transform: uppercase;
	line-height: 28px;
	border: 0;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.slider.btn.btn-default{
	margin-left: 4px;
	background: #ECECEC
}

.slider.btn.btn-default:hover{
	background: #000;
	color: #fff;
}

.slider-content-left {
	position: relative;
	margin: 0 0 0 40px;
}

.slider-content-right{
	position: relative;
}

/*-- Animation --*/
.carousel .item.active .animated1 {
	
}

.carousel .item.active .animated2 {
	-webkit-animation: lightSpeedIn 1s ease-in 200ms both;
	animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .item.active .animated3 {
	-webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
	animation: bounceInLeft 1s ease-in-out 500ms both;
}

.carousel .item.active .animated4 {
	-webkit-animation: flipInX 1s ease-in 500ms both;
	animation: flipInX 1s ease-in 500ms both;
    text-align: left;
}

.carousel .item.active .animated5 {
	-webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
	animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active .animated6 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated7 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated8 {
	-webkit-animation: fadeInDown 1s ease-in 1000ms both;
	animation: fadeInDown 1s ease-in 1000ms both;
}

.box-wrap
{
	width:100%;
	height:auto;
	background:red;
	overflow:hidden;	
}

.box
{
	width:100%;
	height:auto;
	
	 
}

.box h1
{
	  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;	
}


.section3
{
	width:100%;
	height:auto;	
}

.section3 h2
{
	color:#000;	
}

.section3 h3
{
	color:#f00;
	font-size:36px;	
}

/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

/* slider shap */
.slider{  position: relative;
  width: 100%;
  overflow:hidden;
  height: 100%;
 
  background:url(../../images/slider.html) center center no-repeat ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 /*  padding-bottom:136px;*/
  }
  .top-banner {
    position: relative;
    width: 100%;

    height: 100%;
   
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* padding-bottom: 136px; */
}
.cap { text-align:center;}
.top-banner .cap {
    position: absolute;
    top: 28%;
    text-align: center;
    width: 100%;

}
h1{ 
    
    
        font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 46px !important;
}
 h3{ color:#FFF; font-size:30px; line-height: 38px;}
.top-banner .cap h1 {
    color: #FFF;
}

.hr-line {
    margin: 15px auto;
    width: 250px;
    border-top: 4px solid #ed1b24;
    display:none;
}  
.goto-gathere h1 span {
    font-family: 'Lato-Light';
    font-weight: 600;
    font-size: 32px;
    line-height: 53px;
    display:block;
}
.top-banner:after {
  content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    bottom: -41px;
    left: 0;
    width: 100%;
   /* background-image: url(../images/about-after.png);*/
     background-repeat: no-repeat; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 82%;
    height: 110px;
        z-index: 1999;
    -webkit-transform: skewY(1deg);
    -moz-transform: skewY(1deg);
    -ms-transform: skewY(1deg);
    -o-transform: skewY(1deg);
    transform: skewY(1deg);
    background: #fe0000;
   
    color: #fff; text-align: center;
}

/*for home -header */
section.hero-banner.homepage.top-banner:before {
     top: -140px;
     -webkit-transform: skewY(-0deg);
    -moz-transform: skewY(-0deg);
    -ms-transform: skewY(-0deg);
    -o-transform: skewY(-0deg);
    transform: skewY(-0deg);
}

.navbar-fixed-top.home {
    background: transparent;
    transition: all 0.5s;
}
.navbar-fixed-top.home +.height {
    height: 0px !important;
}
.navbar-fixed-top.home .wsmenu-list > li > a {
    color: #FFF;
}
.sticky {
    background: #FFF !important;
}
.sticky .wsmenu-list > li > a {
    color: #353535 !important;
}


/* end*/
.top-banner:before {
      content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    top: -100px;
    left: 0;
    width: 100%;
  
    background: #FFF;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 82%;
    height: 135px;
    z-index: 19;
    -webkit-transform: skewY(-1deg);
    -moz-transform: skewY(-1deg);
    -ms-transform: skewY(-1deg);
    -o-transform: skewY(-1deg);
    transform: skewY(-1deg);

    color: #fff; text-align: center;
}

.shape-container{  width: 100%;  height: auto;}


.shape-container .carousel-indicators { left:34%;}
.shape-container #main-slide .carousel-indicators {bottom:20%;}



/*rating point*/

.rating-point{ position: relative;
  width: 100%;
  overflow:hidden;
  height: 100%;
  background: #fe0000 ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* padding-bottom:136px;*/
  }
.pat1 {     width: 100%;
    height: 650px;
    background: url(../../images/new-banners/who-weare.jpg) repeat;
    background-size: cover;
   }
.rating-point .pat1 .contant{width: 100%;height:auto;color: #FFF;text-align: center;margin: 0 aut; position:absolute; top:12%;} 
.rating-point .pat1 .contant .heading{ width:100%; text-align:center;}

.rating-point .pat1 .contant .text-box{ width:50%;margin: 0 auto;text-align: center;}
.rating-point .pat1 .contant  strong{ font-size:16px;  font-weight: normal; }
.rating-point:after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
/*  border-bottom: 150px solid white;*/
  border-left: 3000px solid transparent;

}

.rating-point:before {

  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    background-image:url(../img/slider-bot.html);
	height:136px;
 /* border-top: 194px solid white;
  border-right: 3000px solid transparent;*/
}


/*videos*/


.videos{  position: relative;
  width: 100%;
  overflow:hidden;
  height: 100%;
 
  background:url(../../images/videos-cover.html) center center no-repeat ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
   padding-bottom:136px;
  }
.videos .contant{ width:100%; height:400px;}


/*rating-point:before {
  top: 0;
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-top: 194px solid white;
  border-right: 3000px solid transparent;
}*/

/*rating-point:after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image:url(../img/slider-bot.png);
  background-repeat:no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height:136px;
  z-index: 1;
  border-bottom: 150px solid white;
  border-left: 3000px solid transparent;
}
*/


/* text animation */

.videos .contant #text-animation .item img{
	width: 100%;
}

.videos .contant #text-animation .item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
.videos #text-animation .item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

.videos .contant #text-animation .slider-content{
	top: 42%;
	margin-top: -70px;
	left: 85px;
	padding: 0;
	text-align: left;
	position: absolute;
	width: 80%;
	height: 100%;
	padding-right:140px;
	color: #fff;
}

.videos .contant #text-animation .carousel-indicators {
	bottom: 30px;
	text-align: right;
}

.carousel-indicators li{
	width: 14px !important;
	height: 14px !important;
	border: 2px solid #fff !important;
	margin: 1px !important;
}


.videos .contant #text-animation .carousel-control.left,
.videos .contant #text-animation .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.videos .contant #text-animation .carousel-control.left span {
	padding: 15px;
	font-size:60px !important; color:#FFF !important; background:#000 !important; opacity:0.5;
}

.videos .contant #text-animation .carousel-control.right span {
	padding: 15px;
}

.videos .contant #text-animation .carousel-control .fa-angle-left, 
.videos .contant #text-animation .carousel-control .fa-angle-right{
	position: absolute;
	top: 40%;
	z-index: 5;
	display: inline-block;
}

.videos .contant #text-animation .carousel-control .fa-angle-left{
	left: 15px;
}

.videos .contant #text-animation .carousel-control .fa-angle-right{
	right: 15px;
}

.videos .contant #text-animation .carousel-control i{
	background: #4d4d4d;
	color: #fff;
	line-height: 36px;
	font-size: 32px;
	padding: 10px 20px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}


.videos .contant #text-animation .slider-content h2 {
	font-size: 76px !important;
	font-weight: 100;
	text-transform: uppercase;
    color: #fff !important; margin-bottom:-14px;
}
.videos h2{ color:#FFF !important;
 font-size:35px; 
 background:#000; 
 opacity:0.5;
  padding:10px; 
  }


.videos .contant #text-animation .slider-content h2.white, #main-slide .slider-content h3.white {
    color: #ad0500;
}

.videos .contant #text-animation .slider-content h3{
	font-size: 23px;
	font-weight: 300;
	margin-top: 3px; margin-bottom:-5px;
	text-transform: uppercase;
    text-align: left;
    color: #fff;
	  margin-top: 26px;
  background-color: #000;
  float: left;
  padding:5px;
}

.videos .contant #text-animation .slider-content p{
	font-size: 16px;
	font-weight: 300;
	margin-top: 8px;
	text-transform: uppercase;
    text-align: left;
    color: #fff;
}




/*middle carousel*/

.mid-carousel{   position: relative;
  width: 100%;
  overflow:hidden;
  height: 100%;
  margin-top:40px;
 

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* padding-bottom:136px;*/
/* background-color: #003947;*/
  }

.mid-carousel .contant{ width: 85%; min-height: 350px;margin: 0 auto;}

/*.mid-carousel:before {
  top: 0;
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-top: 194px solid white;
  border-right: 3000px solid transparent;
}*/

.mid-carousel:after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 100%;
  /*  height:121px;
    	background:url(../images/information-top.png);*/
  background-repeat:no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  ;
  z-index: 1;
 /* border-bottom: 150px solid white;
  border-left: 3000px solid transparent;*/
}








/* ALAM STYLE END */
.mid-carousel .carousel-caption {
  position: relative;
  left: 0%;
  right: 0%;
  bottom: 0px;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000;
  text-shadow: none;
 
}

.mid-carousel .carousel {
    position: relative;
}

.mid-carousel .controllers {
    position: absolute;
    top: 0px;
}

.mid-carousel .carousel-control.left, 
.mid-carousel .carousel-control.right {
    background-image: none;
}



.center-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.input-group .icon-addon .form-control {
    border-radius: 0;
}

.icon-addon {
    position: relative;
    color: #555;
    display: block;
}

.icon-addon:after,
.icon-addon:before {
    display: table;
    content: " ";
}

.icon-addon:after {
    clear: both;
}

.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon, 
.icon-addon.addon-md .fa,
.icon-addon .fa {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px
}

.icon-addon.addon-lg .form-control {
    line-height: 1.33;
    height: 46px;
    font-size: 18px;
    padding: 10px 16px 10px 40px;
}

.icon-addon.addon-sm .form-control {
    height: 30px;
    padding: 5px 10px 5px 28px;
    font-size: 12px;
    line-height: 1.5;
}

.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
    font-size: 18px;
    margin-left: 0;
    left: 11px;
    top: 4px;
}

.icon-addon.addon-md .form-control,
.icon-addon .form-control {
    padding-left: 30px;
    float: left;
    font-weight: normal;
	  height: 40px;
  line-height: 40px;
    border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #dfdfdf;
  box-shadow: none;
}

.icon-addon.addon-md .glyphicon-search
{
	font-size:20px;	
}

.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
    margin-left: 0;
    font-size: 12px;
    left: 5px;
    top: -1px
}

.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
    color: #2580db;
}
	
	.mid-carousel .text-box 
	{
		width:100%;	
		text-align:left;
		  float: left;
  margin-top: 15px;
	}
	.mid-carousel .text-box p
	{
		font-size:18px;
		font-weight:bold;	
	}
	
	.mid-carousel h3
	{
		text-align:left;	
	
  margin-top: 0; 
  color:#333333;
	}

.mid-carousel h2
{	
color:#2ba5c8;
text-align:left;
}






/*footer*/



.add-information{position: relative;
  position: relative;
  width: 100%;
  /* overflow: hidden; */
  height: 100%;
  padding-top:20px;
  /* padding-bottom: 140px; 
  background: #000;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* padding-bottom: 136px; */
  }
.add-info-contant { width: 100%;
  min-height: 100px;
  height: auto;
  display: table;
  text-align:center;
}

/*.add-information:after {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    bottom: -30px;
    left: 0;
    width: 100%;
    background-image: url(../images/what-we-do-after.png);
    background: #000;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 70px;
    z-index: 1;
    -webkit-transform: skewY(-2deg);
    -moz-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    -o-transform: skewY(-2deg);
    transform: skewY(-2deg);
   
    color: #fff ; text-align: center;
}

.add-information:before {
content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    top: -30px;
    left: 0;
    width: 100%;
    background-image: url(../images/what-we-do-after.png);
	background:#000;	
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 70px;
    z-index: 1;
    -webkit-transform: skewY(-2deg);
    -moz-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    -o-transform: skewY(-2deg);
    transform: skewY(-2deg);
        color: #fff ;
    text-align: center;
}
*/

.add-info-contant .col-md-4
{
	padding:0px;	
}

.add-info-contant .cont-box
{
	width:100%;
	height:auto;
	
	padding: 30px;
	
	transition:1s all;	
	/*  opacity: 0.7;*/
	/*box-shadow: inset 4px -3px 19px 9px #222;*/
}

.add-info-contant .cont-box:hover
{

	transition:1s all;	
	/*box-shadow: inset 0 0 0 0 #222;*/
	 /* opacity: 100;*/
}


.add-info-contant  h2
{
	font-size: 50px !important;
    font-weight: bold !important;
    color: #353535 !important;
}

.work .cap h2 {
    font-size: 32px !important;
}

.footer{ position: relative;
  position: relative;
    padding: 60px 0px;
    height: 100%;
    background: #fdfdfd;
    display: table;
    width: 100%;

  }
.footer .heading{width: 100%;height: auto;overflow: auto;color: #FFF;margin: 0 auto;  text-align: center;}

.footer .heading 4{ font-size:30px;}

.footer .footer-contant{     width: 100%;
   /* min-height: 230px;*/
    padding-bottom: 0;}

.footer .wrap{width: 100%;text-align: center;margin-top: 2%;  padding-bottom: 3%;}

.footer .wrap .three-grid{width:170px;height:170px;text-align: center;border-radius: 50%;border: 2px dashed #FFF; transition: all 1s ease-in-out;}

.three-grid:hover{ -webkit-animation: rotate 1s linear infinite; border: 5px dotted blue;}

.img-fixed1
{
   position: relative;
  top: 117px;
  left: -16px; 
}

.img-fixed2
{
   position: relative;
  top: 100px;
  left: -16px; 
}

.img-fixed3
{
   position: relative;
  top: 105px;
  left: -16px; 
}

 @-webkit-keyframes rotate {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(180deg);
    }
}

.work { display:table; width:100%;}

.work .cap{    
   /*position: absolute; */
    /* top: 40%; */
    margin-top: 50px !important;
   
    color: #353535;
    width: 70%;
    left: 0;
    right: 0;
   
    z-index: 103;
    min-height: 192px;
    overflow: auto;
}
.marketing .image img {
    margin-left: 55px;
        margin-bottom: -5px;
}
.Strategy .cap {
    text-align: left;
    margin-left:10%;
}
.goto-gathere img {
    width: 100%;
}

.w-box:hover {
    background: url(../video/video-overlay.png) rgba(0, 0, 0, 0.6) !important;
}

.w-box:hover .cap {
    color:#ffffff;
}

.w-box {
     -webkit-transition:all 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
     transition: 0.5s;
}	

.w-box img {
     
}	
.w-box.marketing {
        height: auto;
    background: #fcfcfc;
}
.w-box.marketing:after {
    /*content: "";*/
    position: absolute;
    z-index: 1;
    /* pointer-events: none; */
    bottom: -15px;
    left: 0;
    width: 100%;
    background-image: url(../../images/what-we-do-after.png);
           background-image: linear-gradient(to right, #fcfcfc , #fcfcfc);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 35px;
	
    z-index: 1;
    -webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    transform: skewY(2deg);
    /* padding: 20px; */
    color: #fff;
    /* background: #1266ae; */
    text-align: center;
}
.w-box.creative {
	height: auto;
    background: #fcfcfc;
	}

.w-box { padding: 0px;
    margin: 0;
    height:100vh !important;
    float: left;}
.w-box.creative:after {
	 /*content: "";*/
    position: absolute;
    z-index: 1;
    /* pointer-events: none; */
    bottom: -34px;
    left: 0;
    width: 100%;
    background-image: url(../../images/what-we-do-after.png);
      background-image: linear-gradient(to right, #fcfcfc , #fcfcfc);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 35px;
    z-index: 1;
    -webkit-transform: skewY(1deg);
    -moz-transform: skewY(1deg);
    -ms-transform: skewY(1deg);
    -o-transform: skewY(1deg);
    transform: skewY(1deg);
    /* padding: 20px; */
    color: #fff;
    /* background: #1266ae; */
    text-align: center;}
	
	.cap h4 {
    font-size: 22px;
    line-height: 28px;
    font-family: 'Lato-Light';
}
	.w-box.e-commerce {
	 background: #181818;
	}
	.w-box.e-commerce:after {
	 content: "";
    position: absolute;
    z-index: 1;
    /* pointer-events: none; */
    bottom: -15px;
    left: 0;
    width: 100%;
    background-image: url(../../images/what-we-do-after.png);
    background: #FFF;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 35px;
    z-index: 1;
    -webkit-transform: skewY(-1deg);
    -moz-transform: skewY(-1deg);
    -ms-transform: skewY(-1deg);
    -o-transform: skewY(-1deg);
    transform: skewY(1deg);
    /* padding: 20px; */
    color: #fff;
    /* background: #1266ae; */
    text-align: center;
	}
	
.w-box.web{
		height: auto;
    background: #0acb37;
		
	}
	

	.w-box.web:after {
	content: "";
    position: absolute;
    z-index: 1;
    /* pointer-events: none; */
    bottom: -27px;
    left: 0;
    width: 100%;
    background-image: url(../../images/what-we-do-after.png);
    background: #FFF;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 35px;
    z-index: 1;
    -webkit-transform: skewY(-1deg);
    -moz-transform: skewY(-1deg);
    -ms-transform: skewY(-1deg);
    -o-transform: skewY(-1deg);
    transform: skewY(1deg);
    /* padding: 20px; */
    color: #fff;
    /* background: #1266ae; */
    text-align: center;
		
	}
	
.w-box.Strategy {
    
    background: #f5f5f5;
}

.Strategy .image img {
    position: absolute;
    right: 15px;
}

.marketing .cap {
    float: right;
    margin-right: 10%;
    text-align: right;
}
.w-box.Strategy:after
{
	/*content: "";*/
    position: absolute;
    z-index: 1;
    /* pointer-events: none; */
    bottom: -15px;
    left: 0;
    width: 100%;
    background-image: url(../../images/what-we-do-after.png);
            background-image: linear-gradient(to right, #f5f5f5 , #f5f5f5);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 35px;
    z-index: 1;
    -webkit-transform: skewY(-1deg);
    -moz-transform: skewY(-1deg);
    -ms-transform: skewY(-1deg);
    -o-transform: skewY(-1deg);
    transform: skewY(1deg);
    /* padding: 20px; */
    color: #fff;
    /* background: #1266ae; */
    text-align: center;
}
.w-box.pr-btl
{
       height: auto;
    background-image: linear-gradient(to right, #f5f5f5 , #f5f5f5);
}

.creative .cap {
    text-align: left;
    margin-left: 10%;
}
.pr-btl .image img {
    margin-left: 55px;
}
.creative .image img {
    float: right;
    margin-right: 55px;
    margin-top:-20px;
}
.pr-btl .cap {
    float: right;
    margin-right: 10%;
    text-align: right;
}
.w-box.pr-btl:after{
/*content: "";*/
    position: absolute;
    z-index: 1;
    /* pointer-events: none; */
    bottom: -23px;
    left: 0;
    width: 100%;
    background: #f5f5f5;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 35px;
    z-index: 1;
    -webkit-transform: skewY(-1deg);
    -moz-transform: skewY(-1deg);
    -ms-transform: skewY(-1deg);
    -o-transform: skewY(-1deg);
    transform: skewY(1deg);
    /* padding: 20px; */
    color: #fff;
    /* background: #1266ae; */
    text-align: center;
}










	.brands-sec {
       
   background: #FFF;
    padding: 85px 0;
    text-align: center;
    display: table;
    width: 100%;
	position:relative;
}
.brands-sec:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -30px;
    left: 0;
    width: 100%;
    background: #fff;
    height: 70px;
    z-index: 1;
    -webkit-transform: skewY(-2deg);
    -moz-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    -o-transform: skewY(-2deg);
    transform: skewY(-2deg);
}

.brands {
    width: 80%;
    margin: 0 auto;
    margin-top:50px;
    -webkit-transform: skewY(0deg);
    -moz-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    -o-transform: skewY(0deg);
    transform: skewY(0deg);
}
.brands .box {
        width: 14%;
    margin: 12px 1.2%;
    float: left;
    padding: 0;
}
a.view-more {
    margin-top: 65px;
    float: none;
    display: -webkit-inline-box;
    background: black;
    padding: 10px 40px;
    font-size: 21px;
    color: #FFF;
}
	.work .cap h2 {
    margin-bottom: 10px;
}
	
	.goto-gathere {
    position: relative;
    text-align: start;
    display: table;
    width: 100%;
}
.goto-gathere h1 {
    color: #FFF;
}

.goto-gathere .cap {
    position: absolute;
    top: 30%;
   /* width: 300px;*/
    left: 0;
    right: 0;
    margin: 0 auto;
    float: none;
    display: block;
    text-align: center;
   
}

/*ALAM*/
.rotating-dashed {
  position: relative;
  margin: 40px auto;
  width: 90px;
  height: 90px;
  overflow: hidden;
  color: #268;
}

.rotating-dashed .dashing {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.rotating-dashed .dashing:nth-of-type(1) { -webkit-transform: rotate(   0deg ); }
.rotating-dashed .dashing:nth-of-type(2) { -webkit-transform: rotate(  90deg ); }
.rotating-dashed .dashing:nth-of-type(3) { -webkit-transform: rotate( 180deg ); }
.rotating-dashed .dashing:nth-of-type(4) { -webkit-transform: rotate( 270deg ); }

.rotating-dashed .dashing i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  border-bottom: 5px dashed;
}

.rotating-dashed strong {
  display: block;
  width: 105%;
  line-height: 90px;
  text-align: center;
  position: absolute;
  font-size: 50px;
  -webkit-transform: rotate( 90deg );
}

.rotating-dashed:hover {
  color: white;
  cursor: pointer; 
}

.rotating-dashed:hover .dashing i {
  -webkit-animation: slideDash 2.5s infinite linear;
}

@-webkit-keyframes slideDash {
  from { -webkit-transform: translateX( -50% ); }
  to   { -webkit-transform: translateX(   0% ); }
}


/*ALAM*/









.footer .wrap .three-grid .glyphicon{
  color: #25b1e4;
  font-size: 50px;
  padding-top: 30%;}
.footer .wrap .three-grid img{ margin-top:30%;}

.footer .wrap .three-grid-outer{ width:200px; height:200px;margin: 5px;display: inline-block;}
.footer .wrap .three-grid-outer .caption{ width:100%; height:auto; overflow:auto; color:#FFF; font-size:20px; padding-top:7%;}
/*.footer:before {*/
/*    background-image: url(../img/slider-bot.png);*/
/*    background: red;*/
/*    content: "";*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*    top: -30px;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    background: #000;*/
/*    height: 70px;*/
/*    z-index: 1;*/
/*    -webkit-transform: skewY(2deg);*/
/*    -moz-transform: skewY(2deg);*/
/*    -ms-transform: skewY(2deg);*/
/*    -o-transform: skewY(2deg);*/
/*    transform: skewY(2deg);*/
/*}*/


.footer-contant .newsletter { width:100%;}
.footer-contant .newsletter label { color:#FFF; margin-right:40px; font-size:20px;}

.footer-contant .newsletter .input-group{ margin:0 auto}
.footer-contant .newsletter .input-group input{border-radius:0px;border: none;  text-align: left;  background-color: #070606;}
.footer-contant .newsletter .input-group .btn-info {border-radius: 0px;color: #FFF;background-color: #1d4756;border: none;}

.footer-contant .footer-logo{
    text-align: center;
    padding: 0;
    margin: 0 auto;
}
.footer-contant .footer-logo img {
    margin: 0 auto;
    width: 48%;
}

ul.footer-list {
    padding-left: 0;
    text-align: center;
}

ul.footer-list li {
    list-style: none;
    display: inline-block;
    margin: 0px 5%;
    font-size: 22px;
      
}

ul.footer-list h1 {
    text-transform: initial;
    font-size:45px;
    color:#353535;
}


.socialmedia{
    position:relative;
    display:none;
}
ul.f-v-socialmedia {
  position: absolute;
    left: -125px;
    top: 50px;
    transform: rotate(-90deg);
}

ul.f-v-socialmedia li {
  list-style-type: none;
  color: #000;
  padding: 20px;
  display: inline-block;
  /*transform: rotate(-90deg);*/
}

ul.f-v-socialmedia li i {
    float: left;
    margin-left: -20px;
    font-weight: 700;
    font-size: 18px;
}

ul.f-v-socialmedia li a {
  display: block;
  color: white;
  border: solid 1px black;
  
}

ul.f-v-socialmedia .extra {
  flex-grow: 10;
}


.footer-contant .footer-social-media { width:100%; text-align:center;}

.footer-contant .footer-social-media .fa{font-size: 26px;display: inline-block;color: #FFF;margin: 0px 15px 0px 15px;}
.footer-bottom
{
	height: 70px;
    background: #000;
    color: #fff;
    line-height: 40px;	
}
.footer-menu {
    margin-top: 30px;
}
.footer-menu ul {
       text-align: center;
    margin: 0;
    padding: 0;
}
.footer-menu ul li { display:inline-block;}
.footer-menu ul li a {
    color: #FFF;
    font-size: 18px;
    margin: 0 15px;
    text-transform: uppercase;
}
.footer .hr-line {
    margin: 35px auto;
    width: 250px;
    border-top: 4px solid #ffffff;
}

.height{ height:70px;}
.Strategy .overlap {
     width: 80%;
   
    display:inline-block;
    float:left;
}



.Strategy






/*contact*/

.form {display: flex;
    width: 100%;
	
	}
	.contact .right h2:after {
    display: none;
}

.eq {
    flex: 1;
   float:none;
   height:82vh;
}
.btn-primary {
          color: #fff;
    background-color: #000000 !important;
    border: 3px solid #e60000 !important;
    padding: 15px 25px !important;
    font-size: 18px !important;
    text-transform: uppercase;
    border-radius: 0;
    width: 96%;
    margin: 0 auto;
    margin-top: 10px;
}
/* form starting stylings ------------------------------- */
.group {
    position: relative;
    margin-bottom: 40px;
    display: table;
    width: 100%;
}

input {
    font-size: 14px;
    padding: 5px 10px 5px 5px;
    display: block;
    width: 100%;
    border: none;
	color:#FFF;
    border-bottom: 1px solid #FFF;
    background: transparent;
}

    input:focus {
        outline: none;
    }

/* LABEL ======================================= */
label {
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: #FFF;
}

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #fff;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }



/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #fff;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #fff;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #fff;
    }

    to {
        width: 0;
        background: transparent;
    }
}


.flex .discription {
       text-align: center;
    height: 58vh;
    flex: none !important;
    display: table;
    float: left;
    transition: ease-in-out .5s;
}
.flex .discription .cap {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.discription p {
    font-size: 18px !important;
    line-height: 30px;
    line-height:25px;
    
}


.contact{ display: flex;  padding:10px 0 100px 0; padding-bottom:0px !important;}
div#panel h2 {
    margin-bottom: 20px;
    color:#353535;
}
div#panel h4 {
    margin-bottom: 40px;
     color:#353535;
     font-size:20px;
}
div#panel label {
    color: #353535;
}
div#panel input {
        color: #353535;
    border-bottom: 1px solid #dfdfdf;
}
.inner-top img {
    width: 100%;
}
.row.contact .right {
    border: none !important;
        /*background: #c90c0c;*/
        margin-top: 12px;
        text-align:center;
}
.row.contact .eq{ height:100vh;}


.row.contact .left {
    
    padding-right: 0;
    overflow: hidden;
    
}
.inner-page .left{ webkit-transform: skewY(1deg);
    -moz-transform: skewY(1deg);
    -ms-transform: skewY(1deg);
    -o-transform: skewY(1deg);
    transform: skewY(1deg) !important;
    
}


.inner-page .right{ webkit-transform: skewY(1deg);
    -moz-transform: skewY(1deg);
    -ms-transform: skewY(1deg);
    -o-transform: skewY(1deg);
    transform: skewY(1deg) !important;
   
}
.work-page .left, .right {
    padding: 0 30px !important;
}
.discription h3 {
    color: #3a3a3a !important;
    font-size: 40px;
}

.inner-top {
        position: relative;
    margin-bottom: 40px;
}
.flex {
    display: flex;
    overflow: hidden;
   /* box-shadow: 2px 3px 2px -2px #c90d0d;
    padding: 70px 0;
    
    margin-bottom: 30px;*/
}
.inner-top .cap {
   position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    width: 52%;
    webkit-transform: skewY(1deg);
    -moz-transform: skewY(1deg);
    -ms-transform: skewY(1deg);
    -o-transform: skewY(1deg);
    transform: skewY(1deg);
    margin: 0 auto;
}

.inner-top .cap h1 {
    line-height: 55px !important;
}
h2 span {
    background: #FFF;
    z-index: 19999999;
    position: absolute;
    text-transform: uppercase;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
    padding: 0px 20px;
}
.inner-top .cap h1, h3 {
    color: #FFF;
}

.h2, h2 {
    font-size: 50px !important;
}

.about-dis {
    width: 75%;
    webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    transform: skewY(2deg);
    margin: 0 auto;
}
.row.flex.about-page {
   background: #d12e2e;
    margin-top: -40px;
    text-align: center;
    color: #FFF;
        padding: 100px;
        position:relative;
}


.row.flex.about-page:after {
    content: "";
    position: absolute;
    z-index: 1;
      bottom: -50px;
    left: 0;
    width: 100%;
    background: #d12e2e;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 120px;
    z-index: 1;
    -webkit-transform: skewY(3deg);
    -moz-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    -o-transform: skewY(3deg);
    transform: skewY(3deg);
    color: #fff;
    text-align: center;
}

.value {
    padding: 0px;
    webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    transform: skewY(2deg);
    margin: 0 auto;
    text-align: center;
    margin-bottom: -100px;
    margin-top: -40px;
}
.value .grid-box1.first {
    background: #fed841;
    color: #FFF;
}
.value .grid-box1 {
    padding: 115px 50px 65px;
}
.value .grid-box1.second {
    background: #111111;
    color: #FFF;
}


.value .grid-box1.third {
    background: #fed841;
    color: #FFF;
}
.row.inner-page .brands {
    webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    transform: skewY(2deg);
}

.row.inner-page .brands .box {
    transform: rotate(0deg);
    margin-bottom: 30px;
}

.row.inner-page .brands .box img {
    width: 150px;
    margin: 0 auto;
}
.footer-bottom p {
       font-size: 14px;
    letter-spacing: 1px;
    margin:0 auto;
    
}

.services-disc{
       float: left;
    text-align: center;
    transition: ease-in-out .5s;
   height: 74vh;
    flex: none !important;
    display: table;
    float: left;
      transition: ease-in-out .5s;
    
}
.services-disc .cap {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.services-disc h2{
    padding-bottom: 15px;
    /* margin-top: 10%; */
    margin: 0 0px 15px 30px;
    font-size: 32px !important;
    color: #3a3a3a;
  position:relative;
    padding: 0px 0px 20px 0;}
    
 
 .services .col-sm-6.right {
    margin-top: 0px;
}

.services .right {
       padding: 0 !important;
    border: none;
}
.row.inner-page.work-page .row.flex {
    overflow: inherit;
    display:table;
}

.services .left {
       padding: 0 !important;
    border: none;
}
.services-disc p {
    padding: 20px 30px;
    font-size:18px;
        margin-bottom: 0;
    padding-bottom: 0;
}
.service-image img {
    width: 100%;
}

.left h2:after {
       content: '';
    height: 2px;
    width: 100%;
    background: #e91d1d;
    position: absolute;
    z-index: 199999;
    width: 45%;
    bottom: 0%;
    right: -70px;

}
.right h2:after {
    content: '';
    height: 2px;
    width: 45%;
    background: #e91d1d;
    position: absolute;
    z-index: 199999;
    left: -50px;
    bottom: 0%;
}
.service-image {
    z-index: -1;
}

::-webkit-scrollbar {
 width: 8px;
}
 
::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 50px;
}
 
::-webkit-scrollbar-thumb {
 background-color: #c90909;
 outline: 1px solid #c90909;
 border-radius: 50px;
}

.inner-page {
 
    margin-top: 35px;
    /*margin-bottom: -20px;*/
    padding-bottom:80px;
   /* box-shadow: 2px 5px 3px 6px #c90d0d;*/
    webkit-transform: skewY(-1deg);
    -moz-transform: skewY(-1deg);
    -ms-transform: skewY(-1deg);
    -o-transform: skewY(-1deg);
    transform: skewY(-1deg);
   
}
.work-img img {
    width: 100%;
}
.services .flex {
        display: table;
    margin-top: -20px;
}
.footer-form {
    display: table;
    width: 100%;
    background: #FFF;
    padding: 70px 50px;
    text-align: center;
}
.footer-form div#panel h2 {
    margin-bottom: 20px;
    color: #e60000;
}
.footer-form div#panel h4 {
        color: #353535;
   
}
.footer-form input {
    color: #000;
    border-bottom: 1px solid #000;
    
}
.footer-form label {color: #000;}
.footer-form input:focus ~ label, input:valid ~ label {
    
    color: #000;
}
.border-right{border-right:1px solid;}


.counter {
    padding: 20px 0;
}

.counter h2{
    color:#FFF;
    margin-bottom:15px;
}

.count-title {
       font-size: 60px !important;
    font-weight: bold;
    margin-top: 10px;
    color: #FFF;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    line-height: 46px;
    font-size: 42px !important;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}

.inner-page.work-page .col-sm-4 {
    padding: 0px;
}
.modal-dialog{top: 20%;}

.modal-header .close {
    margin-top: -27px !important;
    color: red;
    opacity: 5;
    font-size: 27px;
    border: 1px solid;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

h2.title.fc-white span {
    background: none;
    position: initial;
    padding: 0;
    font-size: 30px;
}
.inner-top .cap p {
    color: #FFF;
    font-size: 19px;
    letter-spacing: 1px;
}
.work-page .inner-top {
    margin-bottom: -1px;
}
.work-page {padding-bottom:0px;}

.work-page +section .footer {
    position: initial;
    margin-top: 0px;
    padding-top: 100px;
}
.work-page +section .footer:before
{ display:none;}

.col-sm-6.pad0 {
    padding: 0;
}

p.pnone-number {
    margin-top: -20px;
    margin-bottom: 20px;
}