@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Rajdhani:400,600,700,300,500);
@import url(https://fonts.googleapis.com/css?family=Slabo+27px);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500italic,700,700italic);

body {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #454545;
	background-color: #fff;
}

p{text-align:justify;
}

#page-wraper .wrapper {
    position: relative;
    width: 100%;
}
.padding{	
	padding:80px 0;
}

/* Header Style   ||-------------------*/
#home-section {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.header {
    position: absolute;
    text-align: center;
    top: 0px;
    z-index: 1000;
    color: #fff;
    width: 100%;
    height: 99px;
    transition: background-color 200ms ease-in-out 0s;
    -o-transition: background-color 200ms ease-in-out 0s;
    -moz-transition: background-color 200ms ease-in-out 0s;
    -webkit-transition: background-color 200ms ease-in-out 0s;
}

    .header.header-prepare {
        background-color: rgba(255, 255, 255, 1.0); border-bottom:1px solid rgba(216,216,216,1.00);
		
    }

    .header.header-fixed {
        display: block;
        margin-top: 0 !important;
        position: fixed;
        height: 75px;
    }

.header-inner {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
	
}

.header-fixed .logo a {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 160px;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.header-fixed .nav-menu ul.nav-menu-inner li a {
    padding: 25px 12px; color: #000;
	
}
.nav-menu ul.nav-menu-inner .dropdown-menu li a {
    padding: 8px 12px; color: #000; text-align:left;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
 }
.nav-menu ul.nav-menu-inner .dropdown-menu li {display: block;}
@media all and (max-width: 1024px) {
    .header {
        height: 65px;
    }

        .header .logo a {
            margin-top: 15px;
            margin-bottom: 15px;
            width: 160px;
            transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
        }
}
@media all and (max-width: 767px){
	.header.header-prepare {
        background-color: rgba(0, 0, 0, 0.8); border-bottom:1px solid rgba(216,216,216,1.00);
		
    }
	.header-fixed .nav-menu ul.nav-menu-inner li a {
    padding: 25px 12px; color: #fff;
}
	.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 0 !important}

	}

/* Logo Style   ||-------------------*/
.logo {
    float: left;
    text-align: left;
    display: inline-block;
	margin-left: 80px;
}

    .logo a {
        width: 180px;
        display: block;
        margin-top: 0px;
        margin-bottom: 30px;
        transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
    }

        .logo a img {
            width: 100%;
            transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
        }



/* Navigation Menu Style  ||-------------------*/
.nav-menu {
    position: static;
   
    display: block;
}

    .nav-menu.active {
        display: block;
    }

    .nav-menu ul.nav-menu-inner {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .nav-menu ul.nav-menu-inner li {
            display: inline-block;
            list-style: none;
            text-align: left;
			text-transform:uppercase;
        }

            .nav-menu ul.nav-menu-inner li a {
                display: block;
                color: #fff;
                font-size: 14px;
				font-weight:300;
                line-height: 1;
                padding: 15px 15px;
                letter-spacing: 1px;
                font-family: "Open Sans", sans-serif;
            }

.nav-menu-icon {
    display: none;
    float: right;
}

    .nav-menu-icon a {
        color: #f27c23;
        display: block;
        font-size: 17px;
        padding: 19px 0;
    }

        .nav-menu-icon.active a, .nav-menu-icon a.active,
        .nav-menu-icon:hover a, .nav-menu-icon a:hover,
        .nav-menu ul.nav-menu-inner li.active a,
        .nav-menu ul.nav-menu-inner li a.active,
        .nav-menu ul.nav-menu-inner li:hover a,
        .nav-menu ul.nav-menu-inner li a:hover,
        .header-fixed .nav-menu ul.nav-menu-inner li a.current,
        .header-fixed .nav-menu ul.nav-menu-inner li.current a {
            color: #f37d20;
        }

@media all and (max-width: 1024px) {
    .nav-menu ul.nav-menu-inner li {
        display: block;
        width: 100%;
    }

    .nav-menu {
        position: fixed;
        top: 65px;
        left: 0;
        float: none;
        display: block;
        width: 100%;
        background: #333;
        overflow-y: auto;
        display: none;
        z-index: 999;
    }

    .nav-menu-icon, .header-fixed .nav-menu-icon {
        display: inline-block;
        float: right;
    }

    .nav-menu ul.nav-menu-inner li a, .header-fixed .nav-menu ul.nav-menu-inner li a {
        padding: 5px 15px;
        border-top: 1px solid #444;
    }
}



/* intro */

#intro {
    position: relative;
}
.intro-media {
    width:100%;
    position:absolute;
    display:block;
    top:0;
    left:0;
    height:100%;
}
.intro-caption-waper {
    
    height:auto;
    position:absolute;
    width:100%;
    z-index:2;
}
.intro-content {
    display:table;
    height: 100%;
    text-align:center;
    width: 100%;
}
.intro-content-inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.intro-img-circle {
    margin-left:auto;
    margin-right:auto;
    width:120px;
    height:120px;
   border:5px solid rgba(0,0,0, 0.2);
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    margin-bottom:30px;
}
.intro-img-circle img {
    outline:none;
    border:none;
    width:100%;
    height:100%;
     border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}
@media (max-width: 767px) {
    .intro-title {
        letter-spacing:0;
        font-size:24px;
    }
	.hero h1 {
    font-size: 20px;}
	.hero h2 {
    font-size: 34px !important; text-align:center}
	.carousel-inner .hero {
    position: absolute;
    top: 30%;
    left: 10% !important;

}
.home-content h1 {
    font-size: 35px;
    text-transform: uppercase;
    background-color: #fff;
    color: #f37d20;
    margin-bottom: 0;
    font-weight: 900;
    display: block;
    padding: 6px 5px;
}

.hero h1 {
    font-size: 30px;
    text-transform: uppercase;
    background-color: #fff;
    color: #f37d20;
    margin-bottom: 0;
    font-weight: 900;
    display: block;
    padding: 16px 5px;
    font-family: 'Rajdhani', sans-serif;
}
.project-title h3{ font-size:12px;}

	
}

.hero h1 {
    font-size: 30px;
    text-transform: uppercase;
    background-color: #fff;
    color: #f37d20;
    margin-bottom: 0;
    font-weight: 900;
    display: inline-block;
    padding: 16px 5px;
    font-family: 'Rajdhani', sans-serif !important; 
}

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 637px;
}
.fade-carousel .carousel-inner .item {
    height: 637px;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 3.2em;    
    font-weight: bold;
    margin: 0;
    padding:5px 10px;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4,
.fade-carousel .slides .slide-5 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../images/slide1.jpg);
}
.fade-carousel .slides .slide-2 {
  background-image: url(../images/slide2.jpg);
}
.fade-carousel .slides .slide-3 {
  background-image:url(../images/slide3.jpg);
}
.fade-carousel .slides .slide-4 {
  background-image:url(../images/slide4.jpg);
}
.fade-carousel .slides .slide-5 {
  background-image:url(../images/slide5.jpg);
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}


/*welcome section*/
#welcome-section{padding:80px 0 50px 0; 
    /* background-color: #eaeaea; 
    background-image: url(images/project-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
}

.welcome h2{font-size:1.3em; color:#000; text-align:center}
.welcome h1{font-size:2.1em; font-weight:800; color:#f37d20; text-align:center}
.welcome-content .welcome-image {
    padding: 5px;
    border: 1px solid #f0f0f0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.home-content {
    position: absolute;
    left: 0;
    top: 50%;
   /* margin-top: -70px; */
    width: 100%;
    height: 100%;
}

.home-content h1 {
    font-size: 35px !important;
    text-transform: uppercase !important;
    background-color: #fff !important;
    color: #f37d20 !important;
    margin-bottom: 0 !important;
    font-weight: 900 !important;
    display: inline-block !important;
    padding: 6px 45px !important;
	font-family: 'Roboto', sans-serif !important;
}
.home-content h2 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 40px;
    color: #fff;
    text-transform: uppercase;
}

.section-title {
	margin-bottom: 20px;
	padding-bottom: 0;
	font-weight:400;
	font-size:16px;	
	position:relative;
}

.section-title:before , 
.section-title:after {
	// position:absolute;
	// content:"";
	// left:50%;
	// background-color:#f37d20;
}

.section-title:before {	
	// top:-100px;	
	// margin-left:-0.5px;
	// height:50px;
	// width:1px;
	
}

.section-title:after {
	// top:-50px;
	// margin-left:-7px;
	// height:14px;
	// width:14px;
	// border-radius:50%;
}

.section-title h1 {
	font-size:18px;
	font-weight:900;
	color:#363636;
	margin-bottom:0;
	text-transform:uppercase;
}

.section-title h2 {
	font-size:36px;
	text-transform:uppercase;
	color:#f37d20;
	font-weight:900;
	margin-top:0;
	line-height:46px;
} 
#recent-projects {background:url(../images/bg-1.jpg) no-repeat top center; background-attachment:fixed; background-size:cover; }
#feature-section{padding:80px 0;  }
.features{margin-bottom:20px}
.testimonials {
    background: url(../images/testimonials_bg.jpg) 50% 0px no-repeat; padding:50px 0
}.competence {
    background: url(../images/hero-unit-bg.png) 50% 0px no-repeat;
}
.light-translucent-bg {
    color: rgb(51, 51, 51);
    border-bottom: 1px solid rgb(218, 218, 218);
    border-top: 1px solid rgb(218, 218, 218);
}
.carousel-indicators .active { background: #31708f }
.content { margin-top: 20px }
.adjust1 {
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.adjust2 { margin: 0 }
.carousel-indicators li { border : 1px solid #ccc }
.carousel-control {
    color: #31708f;
    width: 5%;
}
.carousel-control:hover,
.carousel-control:focus { color: #31708f }
.carousel-control.left,
.carousel-control.right { background-image: none }
.caption p{color:#000}
.media-object {
    margin: auto;
    margin-top: 15%;
}

.social-links.circle li {
    border-radius: 100%; border:1px solid #B0B0B0; height:30px; width:30px; text-align:center; vertical-align:middle; padding-top:3px; background:rgba(255,255,255,1.00)
}
.social-links li a {
    color: rgb(102, 102, 102);
    background-color: transparent;
    border-color: #f37d20;
}
.social-links li {
    display: inline-block;
    margin: 2px 2px 2px 0px;
}
.social-links li:hover{background:#f37d20; color:rgba(131,131,131,1.00);}
.social-links li:hover i{color:#fff}
.footer {

    padding: 30px 0px;

	background: rgba(255,150,0,0.6)
}
.footer h4{color:#000}
.subfooter {
    background-color: rgb(0, 0, 0);
    padding: 15px 0px;
	color:#fff;
	 text-align:center;
}
.input-group input{height:34px; padding:5px}
.input-group .btn{border-radius:0; margin-top:-2px}

.services .media i.fa {
    height: 75px;
    width: 75px;
    line-height: 70px;
    text-align: center;
    border: 3px solid #f37d20;
    border-radius: 100%;
    font-size: 30px;
}
.services .media .media-body ul li {
    margin-bottom: 10px;
}
.address i{ font-size:20px; padding:5px; width:40px}

/*  Accordion & Toggle     ||---------------------------- */
.accordion .panel-title > a{display:block}
.accordion .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f055";
    padding-right: 5px;
}
.accordion .panel-title > a.collapsed:before {
    float: right !important;
    content:"\f056";
}
.accordion .panel-title > a:hover, 
.accordion .panel-title > a:active, 
.accordion .panel-title > a:focus  {
    text-decoration:none;
}

.accordion, .toggle {
    margin-bottom: 20px;
    margin-top: 0;
	
}

    .accordion .accordion-title, .toggle .toggle-title {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 1.5px;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-family: 'Rajdhani', sans-serif;
        font-weight: 600;
    }

    .accordion > .accordion-title > a:after, .toggle > .toggle-title > a:after {
        color: #333;
        content: "";
        font-family: "FontAwesome";
        font-size: 15px;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        height: 15px;
        line-height: 15px;
        margin-top: -8px;
        position: absolute;
        right: 10px;
        text-align: center;
        text-transform: none;
        top: 50%;
        width: 15px;
        transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    }

    .accordion > .accordion-title > a, .toggle > .toggle-title > a {
        border: 1px solid #f1f1f1;
        background: #fff;
        color: #333;
        display: block;
        padding: 14px 20px;
        position: relative;
        text-decoration: none;
        transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        outline: none;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }

        .accordion > .accordion-title > a.active, .toggle > .toggle-title > a.active {
            background-color: #f5f5f5;
            border-color: #f5f5f5;
            color: #333;
            cursor: default;
        }

            .accordion > .accordion-title > a.active:after, .toggle > .toggle-title > a.active:after {
                /*color: #fff;*/
                content: "";
            }

    .accordion > .accordion-content, .toggle > .toggle-content {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 10px;
        padding: 10px 20px 10px;
    }
	
	
	/*about page*/
	.about{
    background-image: url(../images/brd_bg.jpg);
    /*min-height: 320px;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
}
.about h1 {
    margin-top: 145px;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #fff;
    font-size: 48px;
    font-weight: 100;
}
h1 span {
    font-weight: 400;
}

.about-us{padding:50px 0}

/*team*/
	.team{
    background-image: url(../images/brd_bg.jpg);
    min-height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
	
}
.team h1 {
    margin-top: 145px;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #fff;
    font-size: 48px;
    font-weight: 100;
}
.team p{color:#fff; text-align:center}
.team-bdy{padding-top:40px}

.team-box .team-image {
    position: relative;
    border-radius: 400px;
}
.team-box {
    background: #fff;
    padding: 20px;
    margin-bottom: 0px;
}
.team-box .team-image img {
    width: 100%;
    height: 100%;
    border-radius: 150px;
}
.team-image span.imghover-effect-team {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    z-index: 19;
    cursor: pointer;
    opacity: 0;
    overflow: hidden;
    border-radius: 400px;
}
.team-image:hover span.imghover-effect-team, .team-image:hover .social-icons-team  {
	opacity: 0.3 !important;
	transition: all 0.5s ease-in-out; 
}
.team-box p {
    font-size: 10px; text-align:center;
}

.goc {
    background: #fff;
    padding: 20px;
    margin-bottom: 0px;
    margin-top: 32px;
}

.goc .goc-image {
    position: relative;
    border-radius: 400px;
}

.goc .goc-image img {
    width: 100%;
    height: 100%;
    /* border-radius: 150px; */
}
.goc-color{
    background-color: white;
}


/* prjects scroll*/
/* Reposition the controls slightly */
.carousel-control {
	right: 12px;
}
.carousel-control.right {
	right: -12px;
}
/* Changes the position of the indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 10px;
	margin-right: -19px; display:none
}
/* Changes the colour of the indicators */
.carousel-indicators li {
	background: #c0c0c0;
}
.carousel-indicators .active {
background: #333333;
}


/*Process tab*/
.board{
    width: 100%;
margin: 20px auto;
height: auto;
background: #fff;
/*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 5px auto;
    margin-bottom: 0;
    box-sizing: border-box;

}

.board > div.board-inner{
    /*background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png);*/
    background-size: 30%;
	
}

p.narrow{
    width: 60%;
    margin: 10px auto;
}

.liner{
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tabs.one{
    color: rgb(34, 194, 34);border: 2px solid rgb(34, 194, 34);
}

li.active span.round-tabs.one{
    background: #fff !important;
    border: 2px solid #ddd;
    color: rgb(34, 194, 34);
}

span.round-tabs.two{
    color: #febe29;border: 2px solid #febe29;
}

li.active span.round-tabs.two{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #febe29;
}

span.round-tabs.three{
    color: #3e5e9a;border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

span.round-tabs.four{
    color: #f1685e;border: 2px solid #f1685e;
}

li.active span.round-tabs.four{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

span.round-tabs.five{
    color: #999;border: 2px solid #999;
}

li.active span.round-tabs.five{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}

.nav-tabs > li.active > a span.round-tabs{
    background: #fafafa;
}
.nav-tabs > li {
    width: 16.33%;
}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
.nav-tabs > li:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition:0.1s ease-in-out;
    
}
.nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color:#FFBE00;
    
}
.nav-tabs > li a{
   width: 70px;
   height: 70px;
   margin: 20px auto;
   border-radius: 100%;
   padding: 0;
}

.nav-tabs > li a:hover{
    background: transparent;
}

.tab-content{
}
.tab-pane{
   position: relative;
padding: 10px 15px;
border:1px solid rgba(255,174,0,1.00);
}
.tab-content .head{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}



@media( max-width : 585px ){
    
    .board {
width: 90%;
height:auto !important;
}
    span.round-tabs {
        font-size:16px;
width: 50px;
height: 50px;
line-height: 50px;
    }
    .tab-content .head{
        font-size:20px;
        }
    .nav-tabs > li a {
width: 50px;
height: 50px;
line-height:50px;
}

.nav-tabs > li.active:after {
content: " ";
position: absolute;
left: 35%;
}

.btn-outline-rounded {
    padding:12px 20px;
    }
}

.controls .btn{
	border-radius:0; 
	margin-right:5px; 
	margin-bottom:5px;
	color: #fff;
    background-color: #f27c23;
    border-color: #f27c23;
}
/*projects*/
.project-title{
    padding:2px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-bottom: 0;
	text-align:center;
    box-shadow: 0 0 3px 1px #d7d7d7;
    webkit-box-shadow: 0 0 3px 1px #d7d7d7;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.project-title h3 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 2px;	
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a {
    /* color: #eb444a; */
    color: #fff;
    text-decoration: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
 .project-item  {
    width: 100%;
    position: relative;
    background-color: #fff;
    height: 140px;
}
.project-item a:after{
	position:absolute;
	content:"";
	height:100%;
	width:100%;
	top:0;
	left:0;
	background-color:rgba(243, 125, 32, 0.75);
	-moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity:0;
}

.project-item a:hover:after {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity:1;
}
.projects .project-content{box-shadow:0px 0px 2px #C0C0C0; padding:10px; margin-bottom:20px}
.projects .project-content .project-item .imghover-effect { width: 100%;
    height: 70%;
	width :85%;
    background: #000;
    position: absolute;
    top: 0;
    z-index: 19;
    cursor: pointer;
    opacity: 0;
    overflow: hidden;
}
.project-item:hover span.imghover-effect:hover{opacity: 0.3 !important;
	transition: all 0.5s ease-in-out;}
	
	#contact1 .form-control {
  /*  background-color: #f5f5f5;*/
    border-radius: 0px;
    margin-bottom: 20px;
	}
#contact1 input[type="text"] { height:39px}
.btn-default-orange {
    border-radius: 0px !important;
    background: transparent;
    padding: 10px 24px;
    border: 1px solid #f37d20;
    color: #e74c3c;
	width:100%;
}
.btn-default-orange:hover {
	border: 1px solid #f37d20;
	color: #fff;
	background: #f37d20;
}
.add-btm{margin-bottom:20px}
.add-top{margin-top:20px}
.contact .section-title:before, .contact .section-title:after  {	
display:none;
	
}

.portfolio-section {
    padding-bottom:40px;
}

/*========================
========Promotion CSS=======
==========================*/

#promotion {
	background-color:rgba(243, 125, 32, 0.75);
	color:#fff;
	background-image: url(../images/promotion-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}



#promotion.promo-image-bg .overlay-bg {
	background-color:rgba(0, 0, 0, 0.45);
}

#promotion h1 {
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:25px;
	position:relative;
	z-index:2;
}

#promotion .btn-primary {
	background-color:transparent;
	border-color:#fff;
	text-transform:uppercase;
}

#promotion .btn-primary:hover:after {
	background-color:rgba(243, 125, 32, 0.75);
}

.btn-primary.btn-animated {	
	border:1px solid rgba(243, 125, 32, 0.75);
	color:#fff;
	background-color:rgba(243, 125, 32, 0.75);
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 35px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
	letter-spacing:0;
	position:relative;
	overflow:hidden;
	webkit-box-shadow:none;
	box-shadow:none;
	outline:none;
	z-index:1;
}
 
.btn-primary.btn-animated:after {
	position:absolute;
	content:"";
	left:0;
	top:0;
	height:100%;
	width:100%;
	border-radius:4px;
	z-index:-1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transform: scale(0) rotate(-360deg);
	-webkit-transform: scale(0) rotate(-360deg);
	-o-transform: scale(0) rotate(-360deg);
	-ms-transform: scale(0) rotate(-360deg);
	transform: scale(0) rotate(-360deg);
}


.btn-primary.btn-animated:hover:after {
	background-color:rgba(243, 125, 32, 0.7);
	-moz-transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
}


.btn-primary.btn-animated:hover, 
.btn-primary.btn-animated:focus {
	background-color:transparent;
	outline:none;
	border:1px solid rgba(87, 7, 31, 0.57);
}


/*
|--------------------------------------------------------------------------
|  Demo Specific Code
|--------------------------------------------------------------------------
|
|
|
*/



.demo-colored-wrap {
	background:#ecf0f1;
}

.team-image img{max-width:150px}

.team-text
{vertical-align:middle; 
    /* padding-top:50px;  */
    text-align:justify
}

.currentproject-text
{vertical-align:middle; 
    /* padding-top:50px;  
    text-align:justify;*/
    line-height: 25px;
}


.animate {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	a.social-icon {
		text-decoration: none !important;
		box-shadow: 0px 0px 1px rgb(51, 51, 51);
		box-shadow: 0px 0px 1px rgba(51, 51, 51, 0.7);
	}
	a.social-icon:hover {
		color: rgb(255, 255, 255) !important;
	}
	a.facebook {
		color: rgb(59, 90, 154) !important;
	}
	a.facebook:hover {		
		background-color: rgb(59, 90, 154) !important;
	}
	a.twitter {
		color: rgb(45, 168, 225) !important;
	}
	a.twitter:hover {
		background-color: rgb(45, 168, 225) !important;
	}
	a.github {
		color: rgb(51, 51, 51) !important;
	}
	a.github:hover {
		background-color: rgb(51, 51, 51) !important;
	}
	a.google-plus {
		color: rgb(244, 94, 75) !important;
	}
	a.google-plus:hover {
		background-color: rgb(244, 94, 75) !important;
	}
	a.linkedin {
		color: rgb(1, 116, 179) !important;
	}
	a.linkedin:hover {
		background-color: rgb(1, 116, 179) !important;
	}
	.social a {
    position: relative;
    display: inline-block;
    min-width: 30px;
    padding: 5px 0px;
    margin: 0px 5px;
    overflow: hidden;
    text-align: center;
    background-color: rgb(215, 215, 215);
    border-radius: 40px;
}

.list-styled { margin:0; padding:0 0 0 20px;}
.list-styled li{list-style:circle;}


/* ----------------------------------------------------- */
/* PORTFOLIO 
/* Portfolio carousel, portfolio list, single portfolio
/* ----------------------------------------------------- */
/* general portfolio item with hovered caption */
.portfolio-item {
  position: relative;
}
.portfolio-item .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #f37d20;
}
.portfolio-item .info {
  position: absolute;
  top: 50%;
  margin-top: -49px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.portfolio-item .media-wrapper {
  overflow: hidden;
  width:260px;
  height:190px;
  background-repeat:no-repeat;
  background-size: cover;
}
.portfolio-item .title {
  font-family: inherit;
  color: #fff;
}
.portfolio-item .brief-description {
  font-weight: 300;
   text-align:center;
}
.portfolio-item .overlay, .portfolio-item .info {
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.portfolio-item img {
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  max-width: 100%;
}
.portfolio-item:hover img {
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.portfolio-item:hover .overlay, .portfolio-item:hover .info {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 1;
}
.portfolio-item a, .portfolio-item a:hover, .portfolio-item a:focus {
  color: #fff;
}
.portfolio-item .btn {
  background-color: #4474af;
  border: 1px solid #396192;
}
.portfolio-item .btn:hover, .portfolio-item .btn:focus {
  color: #fff;
  background-color: #406da4;
}

.portfolio-nospace .portfolio-item {
  margin-bottom: 0;
}

.portfolio-static {
  margin: 0 10px;
}
.portfolio-static .portfolio-item {
  margin-left: -10px;
  margin-right: -10px;
}

/* portfolio with slick carousel */
.slick-carousel .portfolio-item {
  width: 500px;
}

/* portfolio list with isotope filter */
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/* Isotope CSS3 transitions */
.isotope, .isotope .isotope-item {
  -moz-transition-property: height, width;
  -o-transition-property: height, width;
  -webkit-transition-property: height, width;
  transition-property: height, width;
}

.isotope, .isotope .isotope-item {
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.isotope .isotope-item {
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

/* disabling Isotope CSS3 transitions */
.isotope.no-transition, .isotope .no-transition.isotope-item, .isotope.no-transition .isotope-item, .isotope .no-transition.isotope-item .isotope-item,
.isotope .isotope-item.no-transition {
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

/* portfolio isotope filters */
.portfolio-item-filters {
  text-align: center;
  margin-bottom: 30px;
}
.portfolio-item-filters li {
  padding: 0;
  margin-left: -2px;
  margin-right: -2px;
}
.portfolio-item-filters li:first-child {
  margin-left: 0;
}
.portfolio-item-filters li a {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: block;
  padding: 7px 14px;
  color: inherit;
}
.portfolio-item-filters li a:hover, .portfolio-item-filters li a:focus {
  text-decoration: none;
  outline: none;
  color: #406da4;
}
.portfolio-item-filters li a.active {
  background-color: #f37d20;
  color: #fff;
}

/* portfolio items */
.portfolio-item-wrapper {
  -moz-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  height: auto;
  margin-bottom: 30px;
  padding: 0pc 3pc;
}

.portfolio-item-list {
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.portfolio-item-list li {
  padding: 0;
  overflow: hidden;
}
.portfolio-item-list li img {
  max-width: 100%;
  width: 100%;
}
.portfolio-item-list.spaced {
  width: auto;
}
.portfolio-item-list.spaced li {
  padding: 0 5px;
}
.portfolio-item-list.list-col-4 li {
  width: 23%; margin:1%;
}
.portfolio-item-list.list-col-3 li {
  width: 33.333333%;
}
.portfolio-item-list.list-col-2 li {
  width: 50%;
}
@media screen and (max-width: 548px) {
  .portfolio-item-list.list-col-2 li, .portfolio-item-list.list-col-3 li, .portfolio-item-list.list-col-4 li {
    width: 100%;
  }
}
@media screen and (min-width: 548px) and (max-width: 1024px) {
  .portfolio-item-list.list-col-2 li, .portfolio-item-list.list-col-3 li, .portfolio-item-list.list-col-4 li {
    width: 50%;
  }
}



/*===============================
========Project Page CSS ========
================================*/
#project-carousel .project-indicators {
    margin-top:30px;
    list-style:none;
    padding-left:0;
    z-index:15;
}

#project-carousel .project-indicators li{
    float:left;
    width:25.7%;
    height:auto;
    margin:0;
    margin-right:30px;
    cursor:pointer; 
}


#project-carousel .project-indicators li:last-child {
    margin-right:0;
}

#project-details .project-info {
    padding-left:30px;
    font-size:14px;
}

#project-details .project-info h2 {
    text-transform:uppercase;
    font-size:30px;
    margin-bottom:20px;
}

#project-details .project-info h4 {
    text-transform:capitalize;
    margin-bottom:20px;
    margin-top:25px;
    font-weight:700;
}

#project-details .project-info ul {
    margin-top:20px;
}

#project-details .project-info ul li {
    margin-bottom:5px;
}

#project-details .project-info ul li span{
    margin-right:30px;
    min-width:80px;
    display:inline-block;
}


.service-or {
    overflow: hidden;
    position: relative;
}
.service-block-sea {
    background: #1abc9c;
}
.service-block-red {
    background: #e74c3c;
}
.service-block-blue {
    background: #3498db;
}
.service-block {
    padding: 1px 23px;
    text-align: center;
    margin-bottom: 20px;
    color: white;
    height: 270px;
}

.service-bg {
    width: 250px;
    padding: 60px;
    position: absolute;
    top: -10px;
    right: -100px;
    background-color: rgba(255,255,255,0.1);
    transform: rotate(55deg);

}
.service-bg1 {
    width: 250px;
    padding: 60px;
    position: absolute;
    top: -10px;
    right: -100px;
    background-color: rgba(255,255,255,0.1);
    transform: rotate(55deg);
}

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

/* ===== Carousel ===== */
/*** Slideshow controls ***/
a.carousel-arrow {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -25px;
  background-color: transparent;
  color: transparent;
  font-size: 28px;
  cursor: pointer;
  -webkit-transition: background 300ms;
  -moz-transition: background 300ms;
  transition: background 300ms;
}
.carousel:hover a.carousel-arrow {
  background: rgba(0, 0, 0, 0.2);
  color: #f6f6f6 !important;
}
.carousel a.carousel-arrow:hover {
  background: rgba(0, 0, 0, 0.5);
  color: white;
}
a.carousel-arrow:hover,
a.carousel-arrow:active {
  text-decoration: none;
}
a.carousel-arrow-prev {
  left: 20px;
  right: auto;
  padding-right: 5px;
}
a.carousel-arrow-next {
  right: 20px;
  left: auto;
  padding-left: 5px;
}
/*** Carousel Caption :: Portfolio ***/
.portfolio-slideshow .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.3);
  text-align: left;
}
.portfolio-slideshow .carousel-caption > h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
/*** Carousel Indicators :: Portfolio ***/
.portfolio-slideshow .carousel-indicators {
  bottom: 50px;
}
/*** Carousel Controls :: Portfolio ***/
.portfolio-slideshow a.carousel-arrow {
  width: 30px;
  height: 30px;
  top: auto;
  bottom: 10px;
  margin-top: 0;
  background: rgba(0, 0, 0, 0.4);
  border: 0;
  border-radius: 3px;
  font-size: 20px;
  line-height: 30px;
  color: #e9e9e9;
  z-index: 111;
}
.portfolio-slideshow:hover a.carousel-arrow {
  color: #e9e9e9;
  background: rgba(0, 0, 0, 0.4);
}
.portfolio-slideshow a.carousel-arrow:hover,
.portfolio-slideshow a.carousel-arrow:active {
  background: rgba(0, 0, 0, 0.8);
  color: white;
}
.portfolio-slideshow a.carousel-arrow-prev {
  right: 55px;
  left: auto;
  padding: 0;
}
.portfolio-slideshow a.carousel-arrow-next {
  right: 20px;
  left: auto;
}
/* project details */

.second-child {
    margin-top: 0;
}
.title-block {
    margin-bottom: 20px;
    line-height: 1.7;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
}

/*==============================
=========home-section=========
================================*/
#home-section {
	height:650px;
	background-color:#CD3057;
	background-image:url(../images/home/banner.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}

/* .home-content {
	position:absolute;
	left:0;
	top:50%;
	margin-top:-70px;
	width:100%;
	height:100%;
} */

/* .home-content h1 {
	font-size: 35px;
	text-transform: uppercase;
	background-color: #fff;
	color: #a81c47;
	margin-bottom:0;
	font-weight: 900;
	display: inline-block;
	padding: 6px 45px;
	font-family: 'Roboto', sans-serif;
} */

.home-content h2 {
	font-size:48px;
	font-weight:700;
	margin-top:15px;
	margin-bottom:40px;
	color:#fff;
	text-transform:uppercase;
}

.home-content .scroll-arrow {
	display:block;
}

.home-content .scroll-arrow a {
	display: inline-block;
	margin-top: 35px;
	color: #ab3357;
	font-size: 15px;
	height: 25px;
	width: 25px;
	border-radius: 100%;
	background-color: #fff;
	line-height: 25px;
	position:relative;
	z-index:2;
}

.arrow-icon{
	position:relative;
}

.home-content .arrow-icon:after{
	position:absolute;
	content:"";
	left:50%;
	margin-left:-1px;
	top:1px;
	height:45px;
	width:1px;
	background-color:#fff;
}

#home-section-slider {
	overflow:hidden;
}

#home-section-slider .item {
	height:600px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center center;
}

#home-section-slider .btn-primary {
	background-color:#f27c23;
	border:0;
}

.item-one .home-content  h1 {
	color:#366ca6;
	opacity:0.8;
	
}

#home-section-slider .item-two .contanier {
	position:relative;
}

.item-two .home-content {
	/* left:inherit; */
	
}

.home-content h1{
	margin-top:200px;
}

.item-two .home-content h1, 
.item-three .home-content h1, 
.item-four .home-content h1{
	font-size: 58px;
	text-transform: capitalize;
	background-color: transparent;
	color: #fff;
	padding: 0;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
}
.item-one .home-content h2,
.item-two .home-content h2, 
.item-three .home-content h2, 
.item-four .home-content h2 {
	font-size:60px!important;
	font-weight:400;
	font-family: 'Lato', sans-serif;
	text-transform:capitalize;
	line-height:60px;
	margin-top:0;
	/* margin-bottom:50px; */
}

.item-three .home-content{
	/* margin-top:100px; */
}

.item-three .container {
	position:relative;
	height:600px;
}

.item-three .section-content {
	position:absolute;
	height:100%;
	width:100%;
	top:50%;
	margin-top:-205px;
}

.item-three .home-content h1, 
.item-four .home-content h1 {
	font-size:80px;
}

.item-three .home-content h2, 
.item-four .home-content h2 {
	font-size:90px;
	font-weight:800;
}

.item-three .quick-reg {
	padding:40px;
	background-color:rgba(0, 0, 0, 0.60);
	color:#fff;
}

.quick-reg h2 {
	margin-top:0;
	margin-bottom:35px;
}

.quick-reg .form-control {
	height:38px;
}

.quick-reg .form-group {
	margin-bottom:20px;
}

.quick-reg  textarea.form-control {
	height:auto;
}

.item-four .home-content {
	/* margin-top:-130px; */
}

.item-four .extra-info {
	max-width:820px;
	display:inline-block;
	color:#fff;
	position:relative;
	margin-top:20px;
}

.item-four .extra-info:before {
	position:absolute;
	content:"";
	top:0;
	margin-top:-30px;
	left:50%;
	margin-left:-70px;
	height:2px;
	width:130px;
	background-color:#fff;
}

.carousel-left i, 
.carousel-right i{
	position: absolute;
	top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    line-height: 50px;
    font-size: 32px;
	text-align: center;
	background-color: rgba(0,0,0,0.10);
	color:#fff;
	z-index: 999;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-ms-transition: 300ms;
	transition: 300ms;
}

.carousel-left i {
	left:-100px;
	border-radius:0 10px 10px 0;
}

.carousel-right i {
	right:-100px;
	border-radius:10px 0 0 10px;
}

.carousel-left i:hover, .carousel-right i:hover {
	background-color: rgba(0,0,0,0.25);
}

#home-section-slider:hover .carousel-left i {
	left:0;
}

#home-section-slider:hover .carousel-right i {
	right:0;
}


@-webkit-keyframes bounce {
  	0% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	to {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
	

@-moz-keyframes bounce {
  	0% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	to {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}


@-o-keyframes bounce {
 	0% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	to {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

@keyframes bounce {
		0% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	to {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
 
 
}

.animated { 	
	-webkit-animation: bounce 0.5s infinite ease-in-out alternate;
    animation: bounce 1s infinite ease-in-out alternate;
} 

.item-five .slider-content {
	margin-top:250px;
	color:#fff;
}

.item-five .slider-content h1 {
	font-size:55px;
	margin-bottom:0;
}

.item-five .slider-content h2 {
	font-size:120px;
	line-height:100px;
	margin-top:0;
}

.item-five .slider-content h1, 
.item-five .slider-content h2 {
	font-weight:800;
	text-transform:uppercase;
}

.item-five .slider-content .quick-list li {
	margin-bottom:25px;
	position:relative;
	padding-left:45px;
}

.item-five .slider-content .quick-list li:last-child {
	margin-bottom:0
}

.item-five .slider-content .quick-list li span {
	font-size:30px;
	position:absolute;
	left:0;
	top:0;
	font-weight:800;
}


/*=========Carousel animation==========*/
#home-section-slider .item h1, 
#home-section-slider .item h2, 
#home-section-slider .item p, 
#home-section-slider .item .btn-primary, 
#home-section-slider .item .scroll-arrow, 
#home-section-slider .item .quick-reg, 
#home-section-slider .item .slider-content .quick-list li, 
#home-section-slider .item .extra-info:before {
	opacity:0;
	-moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}

#home-section-slider .item.active h1, 
#home-section-slider .item.active h2, 
#home-section-slider .item.active p, 
#home-section-slider .item.active .btn-primary, 
#home-section-slider .item.active .scroll-arrow, 
#home-section-slider .item.active .quick-reg, 
#home-section-slider .item.active .slider-content .quick-list li, 
#home-section-slider .item.active .extra-info:before {
	opacity:1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

#home-section-slider .item h1{
	-webkit-transition: all 0.5s ease-in-out 0.15s;
	-moz-transition: all 0.5s ease-in-out 0.15s;
	-ms-transition: all 0.5s ease-in-out 0.15s;
	-o-transition: all 0.5s ease-in-out 0.15s;
	transition: all 0.5s ease-in-out 0.15s;
}

#home-section-slider .item h2{
	-webkit-transition: all 0.5s ease-in-out 0.30s;
	-moz-transition: all 0.5s ease-in-out 0.30s;
	-ms-transition: all 0.5s ease-in-out 0.30s;
	-o-transition: all 0.5s ease-in-out 0.30s;
	transition: all 0.5s ease-in-out 0.30s;
}

#home-section-slider .item p, 
#home-section-slider .item .extra-info:before{
	-webkit-transition: all 0.5s ease-in-out 0.45s;
	-moz-transition: all 0.5s ease-in-out 0.45s;
	-ms-transition: all 0.5s ease-in-out 0.45s;
	-o-transition: all 0.5s ease-in-out 0.45s;
	transition: all 0.5s ease-in-out 0.45s;
}


#home-section-slider .item .btn-primary, 
#home-section-slider .item .quick-reg, 
#home-section-slider .item .slider-content .quick-list li:nth-child(1){
	-webkit-transition: all 0.5s ease-in-out 0.65s;
	-moz-transition: all 0.5s ease-in-out 0.65s;
	-ms-transition: all 0.5s ease-in-out 0.65s;
	-o-transition: all 0.5s ease-in-out 0.65s;
	transition: all 0.5s ease-in-out 0.65s;
}

#home-section-slider .item .scroll-arrow, 
#home-section-slider .item .slider-content .quick-list li:nth-child(3) {
	-webkit-transition: all 0.5s ease-in-out 0.85s;
	-moz-transition: all 0.5s ease-in-out 0.85s;
	-ms-transition: all 0.5s ease-in-out 0.85s;
	-o-transition: all 0.5s ease-in-out 0.85s;
	transition: all 0.5s ease-in-out 0.85s;
}

#home-section-slider .item .slider-content .quick-list li:nth-child(2) {
	-webkit-transition: all 0.5s ease-in-out 0.75s;
	-moz-transition: all 0.5s ease-in-out 0.75s;
	-ms-transition: all 0.5s ease-in-out 0.75s;
	-o-transition: all 0.5s ease-in-out 0.75s;
	transition: all 0.5s ease-in-out 0.75s;
}

#home-section-slider .item .slider-content .quick-list li:nth-child(4) {
	-webkit-transition: all 0.5s ease-in-out 0.95s;
	-moz-transition: all 0.5s ease-in-out 0.95s;
	-ms-transition: all 0.5s ease-in-out 0.95s;
	-o-transition: all 0.5s ease-in-out 0.95s;
	transition: all 0.5s ease-in-out 0.95s;
}

/*=========Carousel Fade==========*/

.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	background-repeat: no-repeat;
	background-size: cover;
}

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

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}

