@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900,900i');


/*************************
*******Typography******
**************************/





.style1 {color: #FF0000}
.style2 {color: #FF0000; font-weight: bold; }
.style3 {color: #FFFFFF}
.style4 {font-family: 'Roboto', sans-serif}
.style5 {color: #ff0000}
.style8 {
	color: #ff0000;
	font-weight: bold;
	font-size: 24px;
}
.style9 {font-size: 18px}
.style10 {color: #CCCCCC; margin-top: 7px !important;}
.style11 {color: #FFFFFF; font-family: 'Roboto', sans-serif, 'Roboto', sans-serif; }
.style12 {font-family: 'Roboto', sans-serif;}
.style13 {font-family: 'Roboto', sans-serif;}







body {
  background: #fff;
  font-family: 'Roboto', sans-serif;
  color:#4e4e4e;
  line-height: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Roboto', sans-serif;
  color:#4e4e4e;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size: 24px;
}

h3{
  font-size: 16px;
  color: #222222;
  font-weight: 400;
  line-height: 24px;
  margin: 2px 0 5px 0;
}

h4{
  font-size: 16px;
}

a {
  color: #c52d2f;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #d43133;
}

hr {
   border-top: 1px solid #9c9b9b;
  border-bottom: 0px solid #000;
  margin-top:50px;
  margin-bottom:9px;
}


.btn-primary {
  padding: 8px 20px;
  background: #ff0000;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}


.btn-primary:hover, 
.btn-primary:focus{
  background: #ff0000;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 10px 0;
}

.center {
  text-align: center;
  padding-bottom: 0px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}



.btnclass{
background:#FF0000;
width:50%;
}

.btnclass1{
background:#FF0000;
width:10%;
}


/*************************
*******Header******
**************************/

#header .search{
  display: inline-block;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}

.top-bar {
  padding: 10px 0;
  background: #191919;
  border-bottom: 1px solid #222;
  line-height: 28px;
}

.top-number{
  color: #fff;
}

.top-number p{
  margin: 0
}

.social{
  text-align: right;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  color: #fff;
  background: #404040;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}

ul.social-share li a:hover {
  background: #c52d2f;
  color: #fff;
}

.search i {
  color: #fff;
}



input.search-form{
 background: transparent;
  border: inherit;
  width: 60px;
  padding: 0 10px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  color:#FFFFFF;
}
.input:focus{
border-color:#CC0000;
}
input:focus, textarea:focus, select:focus {
    outline-offset: 0px;
}

input:hover {
    outline:#;
}

:focus {
    outline: 1px solid;
}

input.search-form::-webkit-input-placeholder{
  color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}

input.search-form:hover {
  width: 180px;
  
}


.navbar-brand {
  padding: 0;
  margin:0;
}

.logo-img{position:absolute; z-index:999; width:12%;}
.img-center img{display:block; margin:auto; text-align:center; }

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #151515;
  padding: 0px 0;
  padding-bottom: 0;
  min-height:100%;
}

/* .navbar-nav{
  margin-top: 15px;
 }*/

.navbar-nav>li{
  margin: 15px 10px;
}

.navbar-inverse .navbar-nav > li > a {
  padding: 5px 5px;
  margin: 0;
  border-radius: 3px;
  color: #fff;
  line-height: 15px;
  
}

.navbar-inverse .navbar-nav > li > a:hover{
	background-color: #ff0000;
  color: #fff;
}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #ff0000;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0,0,0,.85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #ff0000;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}


/*************************
*******Home Page******
**************************/


  #main-slider {
    position: relative;
  }

  .no-margin {
    margin: 0;
    padding: 0;
  }

  #main-slider .carousel .carousel-content {
    margin-top: 150px;
  }

  #main-slider .carousel .slide-margin{
    margin-top: 140px;
  }

  #main-slider .carousel h2 {
    color: #fff;
  }

  #main-slider .carousel .btn-slide {
    padding: 8px 20px;
    background: #c52d2f;
    color: #fff;
    border-radius: 4px;
    margin-top: 25px;
    display: inline-block;
  }

  #main-slider .carousel .slider-img{
    text-align: right;
    position: absolute;
  }


  #main-slider .carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
  }

  #main-slider .carousel .item:first-child {
    top: auto;
    position: relative;
  }

  #main-slider .carousel .item.active {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1;
  }

  #main-slider .prev,
  #main-slider .next {
    position: absolute;
    top: 50%;
    background-color: #c52d2f;
    color: #fff;
    display: inline-block;
    margin-top: -25px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    z-index: 5;
  }

  #main-slider .prev:hover,
  #main-slider .next:hover {
    background-color: #000;
  }

  #main-slider .prev {
    left: 10px;
  }

  #main-slider .next {
    right: 10px;
  }

  #main-slider .carousel-indicators li {
    width: 20px;
    height: 20px;
    margin: 0 15px 0 0;
    position: relative;
  }

  #main-slider .carousel-indicators li:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    left: -3px;
    top: -3px;
  }

  #main-slider .carousel-indicators .active{
    width: 20px;
    height: 20px;
     margin: 0 15px 0 0;
     position: relative;
  }

  #main-slider .carousel-indicators .active:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    left: -3px;
    top: -3px;
  }

.container-fluid.main{
  position: relative; /* To make the navbar positions relative to this container */
  padding: 0;
}

.navbar-default {
  background-image: none;
  background-color: transparent; /* Make the menu become transparent */
  border-radius: 0px;
  border: 0;
  box-shadow: none;
  padding: 10px;
  position: absolute; /* Make the menu out of the document flow so it can placed anywhere without disturbing other widgets */
  top: 0;
  left: 0;
  right: 0;
  z-index: 10; /* If you delete this line, your menu link won't be clicked because it is behind the background. Applying this code bring the menu in front of the background */
}

.navbar-default .navbar-brand {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-size: 20px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.carousel .background {
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 700px;
}

@media (max-width:991px) {
  .carousel .background {
    background-size: cover; /* To make the background image looks good */
  }
}

.carousel .background.a {
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://static.pexels.com/photos/92090/pexels-photo-92090-large.jpeg");
}

.carousel .background.b {
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://static.pexels.com/photos/93750/pexels-photo-93750-large.jpeg");
}

.carousel .background.c {
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://static.pexels.com/photos/76827/bahia-ocean-bay-boat-76827-large.jpeg");
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition: opacity 0.5s; /* The 0.5s describes the duration to make the opacity from 0 to 1 */
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

/* CSS Hack to trigger GPU for smooth transition */
@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* CSS Hack to trigger GPU for smooth transition */

.covertext {
  position: absolute; /* To make the div to be place anywhere. It is out of the document flow */
  top: 200px; /* The distance between the div with the top of document */
  left: 0px; /* Make the div full width */
  right: 0px; /* Make the div full width */
}

.title {
  font-family: Roboto;
  font-weight: 600;
  font-size: 60px;
  color: #ffffff;
  text-align: center;
}

.subtitle {
  font-family: Roboto;
  font-size: 23px;
  color: #ffffff;
  text-align: center;
}

.explore {
  text-align: center;
  margin-top: 10px;
}

.explore .btn-lg,
.explore .btn-lg:hover {
  border-radius: 30px;
  padding: 15px 25px;
  font-size: 22px;
  background-image: none;
  background-color: #FF4000;
  border-color: #FF4000;
  color: #ffffff;
}

.btn,
.btn:hover {
  border-radius: 0px;
  background-image: none;
  background-color: #FF0000;
  border-color: #FF0000;
  color: #ffffff;
  margin-bottom: 20px;
  box-shadow: none;
  outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  color: #ffffff;
  outline: none;
}

.about-wrap i{
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align:center;
  background: #ffffff;
  color: #c52d2f;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.about-wrap i:hover {
  background: #c52d2f;
  color: #fff;
  box-shadow: inset 0 0 0 5px #c52d2f;
  -webkit-box-shadow: inset 0 0 0 10px #c52d2f;
  border: 3px solid #c52d2f;
}


#about {
  background: #f2f2f2;

  padding: 20px 0px;
}

.about{
  padding: 0;
}

.about-wrap {
  margin-bottom: 5px;
  overflow: hidden;
}

.about-wrap h2{
  margin-top: 80px;
}

.about-wrap .pull-left {
  margin-right: 25px;
}




.featured-work{
  font-size:14px;
}
.featured-work h2{
  text-align:left;
}
.featured-box{
  padding:0 0 0 0;
  margin-bottom:25px;
  font-size:14px;
}
.featured-box h3{
  margin-bottom:5px;
}
.featured-box p{
  line-height:22px;
}
.featured-work p.padding-b{
  padding-bottom:35px;
}
.featured-box-col1{
  width:60px;
  float:left;
}
.featured-box-col1 i{
  display:block;
  line-height:38px;
  font-family: 'FontAwesome';
  font-size:38px;
  color:#777777;
  font-style:normal;
}
.featured-box-col2{ overflow:hidden;}
.featured-box.magic{
  background:url(../img/magic.png) left top no-repeat;
}
.featured-box.packaged{
  background:url(../img/packaged.png) left top no-repeat;
}
.featured-box.seo{
  background:url(../img/seo.png) left top no-repeat;
}

#recent-works .col-xs-12.col-sm-4.col-md-3{
  padding: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
}

#recent-works{
    padding-bottom: 0px;
}

.recent-work-wrap {
  position: relative;
}

.recent-work-wrap img{
  width: 100%;
}

.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a{
  font-size: 24px;
  color: #fff;
}

.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background:#c52d2f;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.recent-work-wrap:hover .overlay {
  opacity: 1;
}

#services {
  background: #000 url(../images/banner-1.png);
  background-size: cover;
}


#services .lead,
#services h2{
  color: #fff;
}

.services-wrap {
  padding: 10px 20px 0px;
  background: rgba(0,0,0,0.6);
  border-radius: 0px;
  margin: 0 0 20px;
}

.services-wrap:hover{
	background: rgba(0,0,0,0.4);
	cursor:pointer;
}

.services-wrap h3 {
  font-size: 30px;
  margin: 10px 0;
  line-height: 40px;
}

.services-wrap .pull-left {
  margin-right: 20px;
}

#middle {
  background: #f2f2f2;
}


#partner {
  background:  50% 50% no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}

#partner img{
  text-align:center;
  margin:auto;
  display:block;
  margin-bottom: 10px;
  padding: 5px;
  
}

#partner h2, 
#partner h3 {
  color: #ff0000;
}


#partner1 {
  background:  50% 50% no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}

#partner1 img{
  text-align:center;
  margin:auto;
  display:block;
  border: 1px solid #c5c5c5;
  padding: 5px;
}

#partner1 a{
  margin: 5px 5px;
}

#partner1 h2, 
#partner1 h3 {
  color: #ff0000;
}

#conatcat-info{
background:#eee;
padding: 0px 0px;
}


#partner2 {
  background:  50% 50% no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}

#partner2 img{
  text-align:center;
  margin:auto;
  display:block;
  border: 1px solid #c5c5c5;
  margin-bottom: 10px;
  padding: 5px;
  
}

#partner2 h2, 
#partner2 h3 {
  color: #ff0000;
}

#conatcat-info{
background:#eee;
padding: 0px 0px;
}

.pdfsection{
 position:relative;
  padding: 0px 0;
}

.pdfsection img{
position:relative;
display:block;
margin:auto;
text-align:center;
}

.pdfsection a{
bottom:30px;
position:absolute;
margin-left:-100px;
border-radius: 5px;
}


.pdfsection1{
 position:relative;
  padding: 0px 0;
  margin-top:0px;
}

.pdfsection1 img{
position:relative;
display:block;
margin:auto;
margin-bottom:-33px;
margin-top:-2px;
margin-right: -135px;
margin-left:160px;
text-align:right;
}

.pdfsection1 a{
bottom:30px;
position:absolute;
margin-right:-500px;
}
.map-area{
padding:20px 0px;
width:90%;
margin-bottom: 20px;
}

#middle {
  background: #f2f2f2;
}

.skill-wrap {
  display: block;
  overflow: hidden;
  margin: 60px 0;
}
.contact-info i{
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 10px;
}

.contact-info h2{
  margin-top: 0;
  color: #000;
}

.contact-info{
  color:#000;
}


#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -25px;
}

#carousel-slider .carousel-indicators li {
  
}

#carousel-slider a i {
  border: 1px solid #777;
  border-radius:50%;
  font-size: 28px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color:#777;
}

#carousel-slider a i:hover {
  
}

#carousel-slider 
.carousel-control {
  width:inherit;
}

#carousel-slider .carousel-control.left i {
  left:-25px
}

#carousel-slider .carousel-control.right i {
  right: -25px;
}

#carousel-slider
.carousel-control.left, 
#carousel-slider
.carousel-control.right {
  background: none;
}

/***********************
********* Footer ******
************************/

.left-footer{background: url(../images/left-footer1.png); background-position:; background-repeat: no-repeat;}
.right-footer	{background-image: url(../images/right-footer.png); background-position: right center; background-repeat: no-repeat;}

#bottom {
  /*background: url(../images/footer.png) no-repeat ;*/
  /*border-bottom: 5px solid #c52d2f;*/
	background-color: #252324;
  font-size: 15px;
  width:100%;
  height:100%;
  position:relative;
  padding:0px;
  padding-top:25px;
  
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:16px;
  color: #fff;
  
}


#bottom links {
  margin-left:50px;
  
}

#bottom ul {
  list-style: none;
  padding: 8px;
  margin: 0;
}

#bottom ul li {
  
  padding: -5px 0;
}

#bottom ul li a {
  color: #808080;
  font-size: 14px;
}

#bottom ul li a:hover {
  color: #c52d2f;
}

#bottom .widget {
  margin-bottom: 5px;
}


#footer {
  padding-top: 15px;
  padding-bottom: 0px;
  color: #fff;
  background: #2e2e2e;
  
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #c52d2f;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 20px;
}



.media-carousel 
{
  margin-bottom: 0;
  padding: 0 0px 0px 0px;
  margin-top: 10px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -10px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 110px
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -10px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 110px
  
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  
}
.media-carousel .carousel-indicators .active 
{
  
}
.media-carousel img
{
  width: 100%;
  height: 100%;
}
/* End carousel */

.modal-header {
  border-bottom: none;
}



.social-icon {
    width: 30px;
    height: 30px;
    font-size: 15px;
    background-color: blue;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    padding-top: 7px;
    border-radius: 50%;
}
 .footer-social li{
     float:left;
 }
 .linked-in{
     background-color:#007bb6;
 }
 .facebook{
     background-color:#3b5998;
 }
 .twitter{
     background-color:#1da1f2;
 }
 .google{
     background-color:#f63e28;
 }




#slider-text{
  padding-top: 0px;
  display: block;
}
#slider-text .col-md-6{
  overflow: hidden;
}

#slider-text h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 30px auto;
  padding-left: 40px;
}
#slider-text h2::after{
  border-top: 2px solid #c7c7c7;
  content: "";
  position: absolute;
  bottom: 35px;
  width: 100%;
  }

#itemslider h4{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 10px auto 3px;
}
#itemslider h5{
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 12px;
  margin: 3px auto 2px;
}
#itemslider h6{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;;
  font-size: 10px;
  margin: 2px auto 5px;
}
.badge {
  background: #b20c0c;
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 31px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  border: 2px solid #FFF;
  box-shadow: 0 0 0 1px #b20c0c;
  top: 5px;
  right: 25%;
}
#slider-control img{
  padding-top: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 992px){
#slider-control img {
  padding-top: 70px;
  margin: 0 auto;
}
}

.carousel-showmanymoveone .carousel-control {
  width: 3%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 0px;
  top:100px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 0px;
  top:100px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5, {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }

}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3,
  .carousel-showmanymoveone .carousel-inner .cloneditem-4,
  .carousel-showmanymoveone .carousel-inner .cloneditem-5,
  .carousel-showmanymoveone .carousel-inner .cloneditem-6  {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(16.666%, 0, 0);
    transform: translate3d(16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-16.666%, 0, 0);
    transform: translate3d(-16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.testimonial_subtitle{
    color: #0aaa7a;
    font-size: 12px;
}
  .testimonial_btn{
    background-color: #373d4b !important;
    color: #fff !important;
	margin-bottom: -40px;
 }
 .seprator {
    height: 2px;
    width: 56px;
    background-color: #0aaa7a;
    margin: 7px 0 10px 0;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
	
}


.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #151515;
  padding: 0px 0;
  padding-bottom: 0;
  min-height:100%;
}

 .navbar-nav1{
  margin-top: 15px;
 }

.navbar-nav1>li{
  margin-left: 10px;
  padding-bottom: 28px;
}

.navbar-inverse .navbar-nav1 > li > a {
  padding: 5px 12px;
  margin: 0;
  border-radius: 3px;
  color: #fff;
  line-height: 15px;
  
}

.transparentstrip{
position:absolute;
width:100%;
padding-top:25px; padding-bottom:10px;
bottom:0px;
background:rgba(25,25,25,0.2);
border-top:1px solid #FF0000; 
}

/* Contact
---------------------------------*/
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}
/* Talk Business
---------------------------------*/
.business-talking{
  background:url(../images/banner-1.png) top center no-repeat;
  background-size:100%; 
  padding:150px 0 60px;
  text-align:center;
}
.business-talking h2{
  font-family: 'Roboto', sans-serif;
  font-weight:700;
  padding:0;
  margin:125px 0 125px;
  text-transform:uppercase;
  font-size:42px;
  color:#fff;
}

.business-talking1{
  background:url(../images/cover.png) top center no-repeat;
  background-size:100%;
  padding:150px 0 60px;
  text-align:center;
}
.business-talking1 h2{
  font-family: 'Roboto', sans-serif;
  font-weight:700;
  padding:0;
  margin:125px 0 125px;
  text-transform:uppercase;
  font-size:42px;
  color:#fff;
}


.business-talking2{
  background:url(../images/services.jpg) top center no-repeat;
  background-size:100%;
  padding:150px 0 60px;
  text-align:center;
}
.business-talking2 h2{
  font-family: 'Roboto', sans-serif;
  font-weight:700;
  padding:0;
  margin:125px 0 125px;
  text-transform:uppercase;
  font-size:42px;
  color:#fff;
}


.business-talking3{
  background:url(../images/service1.jpg) top center no-repeat;
  background-size:100%;
  padding:150px 0 60px;
  text-align:center;
}
.business-talking3 h2{
  font-family: 'Roboto', sans-serif;
  font-weight:700;
  padding:0;
  margin:125px 0 125px;
  text-transform:uppercase;
  font-size:42px;
  color:#fff;
}


.business-talking4{
  background:url(../images/project.jpg) top center no-repeat;
  background-size:100%;
  padding:150px 0 60px;
  text-align:center;
}
.business-talking4 h2{
  font-family: 'Roboto', sans-serif;
  font-weight:700;
  padding:0;
  margin:125px 0 125px;
  text-transform:uppercase;
  font-size:42px;
  color:#fff;
}


.business-talking5{
  background:url(../images/partner.jpg) top center no-repeat;
  background-size:100%;
  padding:200px 0 60px;
  text-align:center;
}
.business-talking5 h2{
  font-family: 'Roboto', sans-serif;
  font-weight:700;
  padding:0;
  margin:125px 0 125px;
  text-transform:uppercase;
  font-size:42px;
  color:#fff;
}


.business-talking6{
  background:url(../images/contact_us.jpg) top center no-repeat;
  background-size:100%;
  padding:200px 0 60px;
  text-align:center;
}
.business-talking6 h2{
  font-family: 'Roboto', sans-serif;
  font-weight:700;
  padding:0;
  margin:125px 0 125px;
  text-transform:uppercase;
  font-size:42px;
  color:#fff;
}

/* Contact
---------------------------------*/
.main-section.contact{
  padding:45px 0 40px;
}

.main-section.contact{
  background:url() left 190px no-repeat;
}
.contact-info-box{
  font-size:15px;
  margin:0 0 14px 68px;
  padding-left:0;
}
.contact-info-box h3{
  font-size: 15px;
  font-weight:400;
  float:left;
  width:102px;
  margin-right:12px;
  line-height:28px;
  text-transform: uppercase;
}
.contact-info-box h3 i{
  font-style:normal;
  font-size:18px;
  color:#222222;
  font-family: 'FontAwesome';
  font-weight:normal;
  margin-right:7px;
}
.contact-info-box span{
  line-height:28px;
  display:block;
  overflow:hidden;
}

.form{
  margin:0 66px 0 30px;
}
.input-text{
  padding:15px 16px;
  border:1px solid #ccc;
  width:100%;
  height:35px;
  display:block;
  border-radius:4px;
  font-size:14px;
  color:#aaa;
  font-family: 'Roboto', sans-serif;
  margin:0 0 15px 0;
  transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -webkit-transition:all 0.3s ease-in-out;
}
.input-text:focus {
  /*border: 1px solid #7cc576;
  outline:0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);  
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);*/
}

.input-text.text-area{
  height:100px;
  resize:none;
  overflow:auto;
}
.input-btn{
  padding: 5px 10px; 
  background:#000;
  border-radius:4px;
  color:#ffffff;
  font-size:14px;
  text-transform:uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  border:0px;
  transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -webkit-transition:all 0.3s ease-in-out;
}

.input-btn:hover{
  background: #ff0000;
  color: #fff;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: #7cc576;
    border:1px solid #7cc576;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
  display:block;
}


/* Choose us block */
.choose-us-block {
  padding-top: 50px;
  background: url(../);
}

.choose-us-block1 {
  padding-top: 5px;
  background: url(../);
}
.choose-us-block h4 {
  margin-bottom: 35px;
}
.choose-us-block h4 a {
  color: #1ea9e3;
}
.choose-us-block .panel-group {
  padding-top: 50px;
}
.choose-us-block .panel-default {
  border-radius: 0 !important;
  border: none;
  background: none;
  margin-bottom: 0 !important;
  padding-bottom: 14px;
}
.choose-us-block .panel-default > .panel-heading {
  border: none;
  background: none;
  padding: 0;
}
.choose-us-block .panel-default > .panel-heading + .panel-collapse .panel-body {
  border: none;
  padding: 0 0 0 32px;
}
.choose-us-block .panel-default h5 {
  font: 300 19px "Roboto", Arial, sans-serif;
  padding: 0;
  margin: 0 0 5px;
}
.choose-us-block .panel-default .accordion-toggle:before {
  content: "";
  width: 21px;
  height: 21px;
  display: inline-block;
  background: #e54a1a url(../images/toggle-icons.png) no-repeat 6px 10px;
  border-radius: 50% !important;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.choose-us-block .panel-default .collapsed:before {
  background: #495764 url(../images/toggle-icons.png) no-repeat 6px -148px;
}
.choose-us-block .panel-default .panel-title:hover .collapsed:before {
  background-color: #e54a1a;
}
.choose-us-block .panel-default .accordion-toggle, .choose-us-block .panel-default .accordion-toggle:focus, .choose-us-block .panel-default .accordion-toggle:hover, .choose-us-block .panel-default .accordion-toggle:active {
  color: #1ea9e3;
  text-decoration: none;
}
.choose-us-block .panel-default .collapsed {
  color: #5f6f7e;
}
.choose-us-block .panel-default .accordion-toggle:before {
  background-color: #e54a1a;
}
.choose-us-block .panel-default .collapsed:before {
  background-color: #495764;/* black */
}
.choose-us-block .panel-default .panel-title:hover .collapsed:before {
  background-color: #e54a1a;
}
.content h1 strong, .content h2 strong, .content h3 strong, .content h4 strong {
  color: #E54A1A;
}
/* h1-h6 */
.content h1, .content h2 {
  font: 400 37px "PT Sans Narrow", Arial, sans-serif;
  margin: 0 0 10px;
  text-transform:;
  text-align: center;
}
.content h1:after, .content h2:after {
  z-index: 2; 
  content: " "; 
  display: block;
  padding-top: 7px;
  border-bottom: 2px solid #b7bbbf;
  width: 73px;
  margin: 0 auto;
}
.content h3, .content h4, .content h5, .content h6 {
  font: 300 18px "Roboto", Arial, sans-serif;
  padding: 0;
  margin: 0;
}
.content h1 strong, 
.content h2 strong,
.content h3 strong,
.content h4 strong {
  color: #ff0000;
  font-weight: 300;
}
.content h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 7px;
  margin-left: 25px;

}
.content h4 {
  font-size: 18px;
}
.content h5 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 5px;
  padding-top: 5px;
}
.content h6 {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 5px;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .choose-us-block .img-responsive {
    margin: 0 auto;
  }
  #section-about {
background-color: #fff;
height: auto;
}
.about{
padding:0 20px 0px;
}

.mar-bot40 {
  margin-bottom: 40px;
}

/* --- section heading --- */
.section-header {
  text-align: center;
padding-top: 30px;
}
.section-header h2.section-heading {
  text-transform: uppercase;
  font-weight: 700;
}
.mar-left10 { margin-left: 10px; }
.mar-bot30 {
  margin-bottom: 30px;

}
.mar-right10 { margin-right: 10px; }

.thumbnail {margin-bottom:6px;}

.carousel-control.left,.carousel-control.right{
  background-image:none;
  margin-top:10%;
  width:5%;

}
}

/* breadcrumbs */


@media (max-width: 991px) {
  .breadcrumb {
    padding: 8px 0;
    text-align: center;
  }
  .business-talking1 {padding: 75px 0 60px !important;}
  .business-talking2 {padding: 75px 0 60px !important;}
  .business-talking3 {padding: 75px 0 60px !important;}
  .business-talking4 {padding: 75px 0 60px !important;}
  .business-talking5 {padding: 75px 0 60px !important;}
  .business-talking6 {padding: 75px 0 60px !important;}
  .contact-info-box h3{float: none;}
  .navbar-inverse .navbar-nav > li > a{
    padding: 5px 1px;
  }
}


@media (min-width: 425px) {
  .pdfsection a {margin-left: -90px;}
}


@media (max-width: 1024px) { 
.business-talking1 {padding: 0px 0 0px !important;}
.business-talking2 {padding: 5px 0 5px !important;}
.business-talking3 {padding: 5px 0 5px !important;}
.business-talking4 {padding: 5px 0 5px !important;}
.business-talking5 {padding: 5px 0 5px !important;}
.business-talking6 {padding: 5px 0 5px !important;}
.contact-info-box h3{float: none;}
.choose-us-block1 {padding-top:0px;}
.choose-us-block {padding-top: 25px;}
#partner1 img   {width: 90%;}
.logo-img{position:absolute; z-index:999; width:16%; margin-left: -4%;} 
.pdfsection1 img{margin-bottom: -31px;}
.pdfsection a {margin-left: -80px;}
}

@media (max-width: 768px) {
.logo-img{position:absolute; z-index:999; width:22%;}
.pdfsection1 img{margin-bottom: -33px;}
.partner-border{margin-left: 10px;}

}

@media (max-width: 475px) {
  .logo-img{position:absolute; z-index:999; width:36%;}
}

.partner-section div {text-align: center; margin:auto; display: block;}





/* Custom CSS*/

.input-search {padding: 1px 5px; font-size: 14px;}

.content-holder {margin: 30px 0px;}
.title-center {padding: 10px 0px; text-align: center;}
.page-title   {text-align: center; font-size: 35px; border-bottom: 1px solid #ccc; padding: 10px 0px; color: #ff0000;margin-top: -2%}
.page-title00   {text-align: center; font-size: 35px; border-bottom: 1px solid #ccc; padding: 10px 0px; color: #ff0000;margin-top: 0%}
.highlight-text {font-size: 16px; font-weight: bold; margin: 20px 0px;}
.text-justify {text-align: justify;}

.address-box {border: 1px solid #ccc; padding: 30px; max-width: 90%; background: #f5f5f5;}
.address-box i {padding-right: 5px;}
.address-box h3 {margin: 10px 0px; font-size: 17px; font-weight: bold;}
.address-box p {margin: 0px; padding: 0; line-height: 24px;}

.partner-border img{
  border: 1px solid #ccc;
}

.partner-border{
  margin-bottom: 10px;
}

.back-btn {
  float: right;
}
/* Zoom In #1 */
.hover1 figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hover1 figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/* Gray Scale */
.hover08 figure img       {-webkit-filter: grayscale(100%); filter: grayscale(100%); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; margin-left: 2%;}
.hover08 figure:hover img {-webkit-filter: grayscale(0); filter: grayscale(0);}
/* Zoom In #1  END*/
.border2{
  border: 1px solid;
  margin-top: -5%;
  margin-left: 10%;
}

h3.division-head{
  font-weight: bold;
}

.style02 {color: #FF0000;}

h2.text-head{
  color: #ff0000;
  font-size: 22px;
  font-weight: 300;
}

p.text-head1{
  color: #000;
  text-align: justify;
  font-size: 16px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
  background-color: #f2f2f2;
  color: #000;
  font-weight: bold;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #000;
    font-weight: bold;
}
h3.text3{
  font-weight: bold;
  font-size: 20px;
  color: #ff0000;
}

ul.square {font-size: 15px;}
ul        {list-style:none;}
.li-head  {color: #ece82e;font-weight: 300;}

.ul-icon {
    margin-bottom: -2%;
    margin-left: -2%;
    margin-top: 2%;
}

@media only screen and (max-width: 768px){
  .ul-icon {
    margin-bottom: -3%;
    margin-left: -3%;
    margin-top: 2%;
  }
}

@media only screen and (max-width: 425px){
  .ul-icon {
    margin-bottom: -5%;
    margin-left: -5%;
    margin-top: 5%;
  }
}

@media only screen and (max-width: 375px){
  .ul-icon {
    margin-bottom: -7%;
    margin-left: -6%;
    margin-top: 5%;
  }
}

@media only screen and (max-width: 320px){
  .ul-icon {
    margin-bottom: -8%;
    margin-left: -8%;
    margin-top: 8%;
  }
}

.ul-icon1 {
    margin-bottom: -3%;
    margin-left: -3%;
    margin-top: 3%;
}

@media only screen and (max-width: 1024px){
  .ul-icon1 {
    margin-bottom: -3%;
    margin-left: -3%;
    margin-top: 3%;
  }
}

@media only screen and (max-width: 768px){
  .ul-icon1 {
    margin-bottom: -6%;
    margin-left: -6%;
    margin-top: 8%;
  }
}

@media only screen and (max-width: 375px){
  .ul-icon1 {
    margin-bottom: -7%;
    margin-left: -6%;
    margin-top: 9%;
  }
}

@media only screen and (max-width: 320px){
  .ul-icon1 {
    margin-bottom: -8%;
    margin-left: -6%;
    margin-top: 8%;
  }
}

.li-head{
  color: #ff0000;
  font-weight: 500;
}

p.text-justify1{
  text-align: justify;
}

.page-title-inner {text-align: center; font-size: 35px; border-bottom: 1px solid #ccc; padding: 10px 0px; color: #ff0000; margin-top: -2%;}

.img-shock{
  margin-top: 20%;
}

th.th-bold{
  font-weight: bold;
  font-size: 18px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
  padding: 5px;
  vertical-align:bottom;
}

.ol-bold{
  font-weight: bold;
}

.img-jetter{
  margin-top: -10%;
}

@media only screen and (max-width: 425px){
  .navbar-nav{
    margin: 15% 15px;
  }
}

.img-thumbnail1{
  border: 2px solid #ccc;
}