/*==============================
==== General Configuration =====
================================*/
body{
    color:#666;
    font:300 15px/15px Roboto,Arial,Helvetica;
    background-color:#fff;
    -webkit-font-smoothing:antialiased;
}
a{
    color:#00a9c6;
    text-decoration:none;
}
a:hover{
    color:#666;
}
.blue{
    color: #3D6AB4;
}
.bright-blue{
    color: #4DADE2;
}
.orange{
    color: #F99E1C;
}
.btn,a,.btn:hover,a:hover {
    -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;
    outline: none !important;
}
h1,h2,h3,h4{
    margin: 0;
    line-height: 1em;
}
h1{
    font:700 5em Roboto,Arial,Helvetica;
    margin:0.25em 0;
    text-transform: uppercase;
}
h2{
    font:300 2.5em Roboto,Arial,Helvetica;
    margin-bottom: 1.5em;
}
h3{
    font:300 2em Roboto,Arial,Helvetica;
    margin:2em 0 1em 0;
}
h4{
    font:300 1.5em Roboto,Arial,Helvetica;
    margin-bottom: 1em;
}
h4 i{
    margin-right: 0.5em;
}
p{
    font-size:1em;
    line-height: 1.7em;
    margin-bottom: 1em;
}
.spacer{
    padding: 3em 0;
}
.bold{
    font-weight: bold;
}
.btn{
    border:none;
    border-radius: 0;
    padding: 1em 4em;
    background: rgba(0,0,0,0.5);
    text-transform: uppercase;
}
.btn:hover,.btn:active{
    color: #fff;
}
.btn-default{
    color: #ccc;
    border: 1px solid #aaa;
}
.btn-default:hover,
.btn-default:active{
    background: rgba(0,0,0,0.8);
}
.btn-primary{
    color: #fff;
    background:#00a9c6;
    width: 100%;
    outline: none;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus{
    background:#1BC0DC;box-shadow: none;}

.space{
    margin-top: 80px;    
}

/*Responsive*/
@media(min-width:768px) and (max-width:899px){
    .space{
        margin-top: 180px;
    }
}
@media(min-width:900px) and (max-width:1199px){
    .space{
        margin-top: 140px;
    }
}

/*=======================
====== Navigation =======
=======================*/
.topbar {
    background:url(../images/lines.png);
    height:5px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.navbar-nav > li > a{
    font-size: 1em;
    line-height: 3.6em;
    text-transform: uppercase;
}
.navbar-fixed-top{
    top: 5px;
}
.navbar-inverse{
    background: #111;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>li>a:hover{
    background: #F99E1C;
    color: #fff;
    font-weight: bold;
}

/*dropdown-menu*/
.dropdown-menu{
    background-color: #F8F8F8;
    box-shadow: 5px 3px 20px #888888;
}
.dropdown-menu>li>a{
    text-transform: uppercase;
    line-height: 2;
    color: #777;
}
.dropdown-menu>li:nth-of-type(1){
    padding-top: 7px;
}
/* dropdown of dropdown*/
.dropdown-submenu>.dropdown-menu{
    top:0;
    left:100%;
}
.dropdown-submenu>a:after{
    display:block;content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}

/*Responsive*/
@media(max-width: 767px){
    .main-nav .navbar-default{
        min-height: 80px;
    }
    .main-nav .navbar-brand img{
        min-height: 60px;
    }
    .main-nav .container>.navbar-header{
        margin-right: -15px;
        margin-left: -15px;
        min-height: 80px;
    }
    .main-nav .navbar-nav > li > a {
        font-size: 18px;
        text-transform: none;
    }
    .main-nav .navbar-default .navbar-collapse{
        border-color: #e7e7e7;
        margin-bottom: 20px;
    }

    .main-nav .navbar-default .navbar-nav .open .dropdown-menu-of-dropdown-menu>li>a{
        padding-left: 50px;
    }
    .main-nav .navbar-default .navbar-nav .open .dropdown-menu-of-dropdown-menu .dropdown-menu>li>a{
        padding-left: 80px;
    }
}
@media (min-width: 768px){
    .nv-rt{
        float: right!important;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .navbar-nav>li>a {
        padding-top: 0;
        padding-bottom: 0;
    }
    .main-nav .container{
        width: 845px;
    }
    .navbar-default .navbar-brand>img{
        max-height: 60px;
    }
    .main-nav .navbar-header{
        float: left;
    }
    .main-nav .navbar-collapse{
        padding: 0;
        margin: 0;
        float: left;
        margin-top: 40px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .navbar-default .navbar-brand>img{
        margin-left: 0;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav>li>a:hover{
        background: #F99E1C;
        color: #fff;
        font-weight: normal;
    }
}
@media (min-width: 850px) and (max-width: 991px){
    .navbar-default .navbar-brand>img{
        margin-left: 75px;
    }
}
@media (min-width: 900px) and (max-width: 991px){
    .main-nav .container{
        width: 935px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .main-nav .container{
        width: 935px;
    }
    .main-nav .navbar-collapse{
        padding: 0;
        margin: 0;
        float: left;
        margin-top: 40px;
    }
    .navbar-default .navbar-brand>img{
        margin-left: 50px;
    }
    .navbar-nav>li>a {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav>li>a:hover{
        background: #F99E1C;
        color: #fff;
        font-weight: normal;
    }
}
@media (min-width: 1200px) and (max-width: 1366px){
    .main-nav .navbar-default .navbar-brand>img{
        max-width: 198px;
        padding-top: 0;
        margin-top: 0;
    }
    body{
        font: 300 13px/13px Roboto,Arial,Helvetica;
    }
    .main-nav .container {
        width: 1224px;
    }
}
@media (min-width: 1340px) and (max-width: 1366px){
    .main-nav .navbar-default .navbar-brand>img{
        margin-left: 80px;
    }
}

@media (min-width: 1366px){
    .navbar-nav.nv-rt:last-child {
        margin-right: -50px;
    }
}
@media (min-width: 1376px){
    .navbar-nav.nv-rt:last-child {
        margin-right: -100px;
    }
}
@media (min-width: 1450px){
    .navbar-nav.nv-rt:last-child {
        margin-right: -150px;
    }
}
@media (min-width: 1500px){
    .navbar-nav.nv-rt:last-child {
        margin-right: -178px;
    }
}

/*================
==== Slider =====
================*/
#head,.carousel{
    margin-top: 0;
}
#home{
    padding-top: 6em;
}
.carousel-caption{
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
}
.caption-wrapper{
    display: table;
    height: 100%;
    width: 100%;
}
.caption-info{
    display: table-cell;
    vertical-align: middle;
}
.caption-info p{
    font-size: 1.25em;
}
.caption-info .btn i{
    margin-right:0.75em;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img{
    width: 100%;
}
.carousel-control{
    z-index:1000;
}

/*==============================
==== Our Products =====
================================*/
#Our-Products{
    margin-top: 120px;
    margin-bottom: 0;
    padding-bottom: 0;
}
#Our-Products h2{
    font-size: 45px;
}
#Our-Products>h2>span{
    font-weight: bold;
}
#Our-Products h4{
    font-size: 28px;
}
#Our-Products h4 span{
    font-weight: bold;
}
#Our-Products p{
    font-size: 20px;
}


/*testimonials*/
.partners img{
    float: left;
    margin:0 75px 30px 0;
}
.testimonails{
    min-height: 195px;
}
.testimonails img{
    margin-top: 5px;
}
.testimonails span{
    color: #888;
}
.testimonails span b{
    font-weight: 400;
}
.carousel-indicators li{
    border: 1px solid #2BB2E3;
}
.carousel-indicators{
    bottom: 0;
}

/*==================
====== Works =======
====================*/
#works{
    padding-top:3.5em;
}
#works figcaption a{
    border:1px solid #fff;
    margin-top: 1em;
    display: inline-block;
    color: #fff;
    padding: 0 2em;
}
#works figcaption a:hover{
    text-decoration: none;
    padding: 0 3em;
}

/*Responsive*/
@media (min-width:768px) and (max-width:899px){
    #works {
        padding-top: 14em;
    }   
}
@media (min-width:900px) and (max-width:1199px){
    #works {
        padding-top: 11em;
    }
}

/*team*//*
.team figure{
    width: 100%;
}
.team img{
    width: 100%;
}
.team b{
    font-size: 1.2em;
    display: block;
}
.team a i.fa{
    color: #fff;
    font-size: 2em;
}
.team a i.fa:hover{
    color: #21abca;
}*/

/*======================
==== About Section =====
========================*/
/*
.highlight-info{
    background:url(../images/lab.jpg) center fixed;
    background-size: cover;
    color:#fff;
}
.highlight-info .overlay{
    background: rgba(33,171,202,0.5);
}
.highlight-info h4{
    color: #fff;
    margin:0.5em 0 0 0;
}*/

/*======================
======= Contact ========
========================*/
#contact {
    overflow:hidden;
    background-color: #f6f6f6;
    position:relative;
    padding-bottom:85px;
    border-top:2px solid #ddd
}
#contact h2{
    padding-top: 70px;
    color: #3D6AB4;
}
#contact .contact-heading {
    position: relative;
    z-index: 10;
}

.contact-details {	
    padding-top:25px;
}

.pattern {
    height:100%;
    position:absolute;
    width:100%;
    z-index:1;
    left:0;
    bottom:0;
    background-image:url(../images/pattern.png);
    background-repeat:repeat;
    opacity:0.2;
}

.contact-address {
    background-color: #fff;
    height:390px;
    padding-top:85px
}
.contact-address .image-icon{
    width: 4%;
}

/*Responsive*/
@media(max-width:767px){
    .contact-address .image-icon{
        width: 6%;
    }
}
.contact-address .icon{
    margin-bottom: 10px;
}
.contact-address .social-icons a i {
    border-radius:0;
    height:30px;
    line-height:inherit;
    width:30px;
    border-width:0;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    margin-right:10px;
    line-height: 1.5;
}
.contact-address .social-icons i:hover {
    transform: scale(.9);
}

.social-icons a {
    color: #A2A2A2;
    font-size: 20px;
    border: 1px solid #A2A2A2;
    border-radius: 50%;
    text-align: center;
    padding: 6px;
    width: 44px;
    height: 44px;
    display: inline-block;
    margin: 2px;
}

.social-icons a:hover {
    color: #fc7700;
    border: 1px solid #fc7700;
}

.contact-address{
    text-align: left;   
}
.contact-address .social-icons, 
.contact-address address {
    z-index:2;
    position:relative
}

.contact-address  p {
    font-weight:800;
    font-size:24px
}

.contact-address  p span:nth-of-type(1){
    color:#F99E1C;
}
.contact-address  p span:nth-of-type(2){
    color:#43484E;
}
.contact-address  p span:nth-of-type(3){
    color:#43484E;
}

#contact-form-section .sub-title,
#quick-form-section .sub-title{
    font-weight:800;
    font-size:24px
}
#contact-form-section .sub-title span:nth-of-type(1){
    color:#3D6AB4;
}
#contact-form-section .sub-title span:nth-of-type(2){
    color:#48ABE1;
}
#contact-form-section .sub-title span:nth-of-type(3){
    color:#F99E1C;
}

#quick-form-section .sub-title span:nth-of-type(1){
    color:#FA561B;
}
#quick-form-section .sub-title span:nth-of-type(2){
    color:#FF9600;
}

#contact-form-section,
#quick-form-section {
    padding:35px;
    background-color: #FFF; 
    min-height:390px;
}
#quick-form-section,
#get-in-touch{
    box-shadow: 1px 24px 46px #888888;
}
#contact-form-section .btn-primary,
#quick-form-section .btn-primary{
    background-color:#3D6AB4;
    border-color:#f6f6f6;
    border-radius:0;
    padding:10px 35px;
    text-transform:uppercase;
    font-weight:800;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    width: 125px;
}
#quick-form-section .btn-primary{
    background-color:#FA561B;
}
#contact-form-section .btn-primary:hover,
#quick-form-section .btn-primary:hover {
    background-color:#43484E;
}
#contact-form-section .btn-primary{
    float: left;
}
#contact-form input, 
#contact-form textarea, 
#contact-form .btn-primary,
#quick-form-section input, 
#quick-form-section textarea, 
#quick-form-section .btn-primary,
#quick-form-section select,
.gototop{
    position:relative;
    z-index:2;
}

#contact-form .name-field, 
#contact-form .mail-field,
#quick-form-section .name-field, 
#quick-form-section .mail-field{
    width:49%;
}

#contact-form .name-field,
#quick-form-section .name-field{
    margin-right:2%;	
    float:left
}

#contact-form-section .form-control,
#quick-form-section .form-control {
    border-radius:0;
    -webkit-box-shadow:none;
    box-shadow:none;
}
#contact-form-section textarea,
#quick-form-section textarea {
    resize:none
}

#contact-form-section .form-control:focus,
#quick-form-section .form-control:focus{
    border-color: #F99E1C;
    outline: 0;
    -webkit-box-shadow:none;
    box-shadow:none;
}
#quick-form-section .options{
    background: #D8D8D8;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
#quick-form-section .control-label{
    float: left;
}

/*Responsive*/
@media (max-width: 768px){
    #career h2 {
        padding-top: 64px;
        color: #000;
        font-weight: bold;
        font-size: 25px;
    }
}
/*contact*/
/*contact at botttom*/
.contact-at-bottom #get-in-touch{
    box-shadow: none;
}

#contact{
    background-color: #f5f5f5;
}
.contactform textarea,
.contactform input{
    width: 100%;
    padding:1em;
    border:1px solid #ccc;
    margin-bottom: 1em;
    border-radius: 0;
    outline: none;
}

/*=================
===== Career ======
===================*/
#career {
    overflow:hidden;
    background-color: #f6f6f6;
    position:relative;
    padding-bottom:85px;
    border-top:2px solid #ddd
}
#career h2{
    padding-top: 70px;
    margin-bottom: 20px;
    color: #383636;
}
#career-form-section{
    padding:35px;
    background-color: #FFF; 
    min-height:390px;
    box-shadow: 1px 24px 46px #888888;
}
#career-form-section .btn-primary{
    background-color:#3D6AB4;
    border-color:#f6f6f6;
    border-radius:0;
    padding:10px 35px;
    text-transform:uppercase;
    font-weight:800;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    width: 125px;
}
#career-form-section .btn-primary:hover{
    background-color:#4DADE2;
}
#career-form-section .btn-primary{
    background-color: #383636;
    float: left;
}
#career-form-section .cancel{
    margin-left: 5px;
}
#career-form input, 
#career-form textarea, 
#career-form .btn-primary,
#career-form select{
    position:relative;
    z-index:2;
}
#career-form .form-group {
    margin-bottom: 10px;
}
#career-form .title{
    width: 80px;
}
#career-form hr{
    border-top: 1px solid #4DADE2;
}

#career-form-section .form-control{
    border-radius:0;
    -webkit-box-shadow:none;
    box-shadow:none;
}
#career-form-section textarea{
    resize:none
}

#career-form-section .form-control:focus{
    border-color: #4DADE2;
    outline: 0;
    -webkit-box-shadow:none;
    box-shadow:none;
}

/*Responsive*/
@media(max-width:768px){
    #career h2{
        padding-top: 50px;
        margin-bottom: 40px;
        font-weight: bold;
        font-size: 27px;
    }
    .footer{
        line-height: 1.2;
    }
}
@media (max-width:320px) and (max-width:353px){
    #career-form-section .btn-primary {
        padding: 10px 11px;
        width: 96px;
    }
}

/*=================
===== Footer ======
===================*/
.footer{
    background-color: #111;
    color: #fff;
    font-size: 16px;
    color: #aaa;
}
.footer a{
    color: #F6F6F6;
    margin: 0 4px;
}
.footer .social-icons a {
    font-size: 28px;
}
.gototop{
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0,0,0,0.5);
    padding: 10px;
    color: #fff;
}
.gototop i{
    line-height: 0.5em;
}

/*Responsive*/
@media (min-width: 1340px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand{
        margin-left: -124px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1200px) {
    body{font:300 13px/13px Roboto,Arial,Helvetica;}
    .navbar-brand{
        padding-top: 11px;
    }
    .process ul li{
        margin:0 0.5em;
    }

    .grid figure h2{
        font: 700 1.5em Roboto,Arial,Helvetica;
    }
    figure.effect-oscar figcaption{
        padding: 12%;
    }
    figure.effect-oscar figcaption::before,
    figure.effect-chico figcaption::before{
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px;
    }

    .partners img{
        margin: 0 25px 25px 0;
    }
}

@media (max-width: 992px) and (min-width: 850px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand{
        margin-left: -80px;
    }
}

@media (max-width: 900px) {
    h1{font: 700 3.5em Roboto,Arial,Helvetica;}
    h4 {font: 300 1.3em Roboto,Arial,Helvetica;}
    .btn{padding: 1em 2em;}
    .partners img{
        margin: 0 15px 25px 0;
        width: 157px;
    }
    .process ul li{
        width: 9em;height: 9em;
    }
    figure.effect-chico figcaption {
        padding: 2em;
    }
    figure.effect-oscar figcaption {
        padding: 20%;
    }
    figure.effect-chico figcaption::before{
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
    .grid figure.effect-chico p{
        font-size: 0.6em;
        line-height: 1.5em;
    }
}

@media (max-width: 767px) {
    body{font:300 12px/12px Roboto,Arial,Helvetica;}
    .navbar-nav > li > a {
        line-height: 1em;
    }	
    .navbar-brand{
        padding: 7px;
    }
    .navbar-brand img{
        height: 37px;
    }
    .navbar-toggle{
        margin-top: 12px;
    }

    .carousel-caption,
    .carousel-control,
    .carousel-indicators{
        display: none;
    }

    .text-center{
        text-align: left;
    }

    h4 {font: 300 1.2em Roboto,Arial,Helvetica;}
    #partners h2{
        padding: 0 1em;
    } 
    #works {
        padding-top: 5em;
    }

    .partners{
        display: block;
        float: left;
    }
    .partners img{
        width: 120px;
    }

    .about.spacer{
        padding-left: 2em;
        padding-right: 2em;
    }
    .spacer{
        padding:2em 0 0 0;
    }
    .process ul li{
        margin-bottom: 1em;
    }

    .highlight-info .overlay{
        padding-bottom: 2em;
    }

    .grid.team div{
        margin: 0;
        padding: 0;
    }
    figure.effect-chico figcaption {
        padding: 1.5em;
    }
    .footer{
        margin-top: 0;
        padding-bottom: 2em;
    }
}

/*======================
==== Slider =====
=======================*/
/*
.slider-btn {
    background-color:#fc7700;
    color: #FFF;
    -webkit-box-shadow: inset 0 0 0 2px #fc7700;
    box-shadow: inset 0 0 0 2px #fc7700;
    text-transform: uppercase;
    width: 190px;
    text-align: center;
    height: 55px;
    line-height:55px;
    padding: 0;
    font-size: 18px;
    font-weight:800;
    border: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.slider-btn:hover {
    background-color:#43484E;
    -webkit-box-shadow: inset 0 0 0 2px #43484E;
    box-shadow: inset 0 0 0 2px #43484E;
    color:#fff
}
.home-pattern {
    height:100%;
    position:absolute;
    width:100%;
    z-index:1;
    left:0;
    bottom:0;
    background-image:url(../images/home-pattern.png);
    background-repeat:repeat;
    opacity:0.2;
}
#home{
    padding: 0;
    overflow: hidden;
    position:relative
}

#main-carousel .carousel-inner .item {
    background-size:cover;
    height: 100%;
    background-position: 50% 50%;
    background-repeat:no-repeat;
}

#main-carousel .carousel-indicators { 
    bottom:15px
}

#main-carousel .carousel-indicators li{
    background: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    width: 13px;
    height: 13px;
    margin-left: 5px;
    text-indent: -9999px;
    display: inline-block;
}

.carousel-indicators .active{
    background-color: #fff !important;

}

.slider-content {
    height: 100%;
}

#main-carousel .carousel-caption {
    display: table;
    height: 100%;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
}

#main-carousel .carousel-caption > div{
    vertical-align: middle;
    display: table-cell;
}

#main-carousel .carousel-inner h2 {
    color: #f6f6f6;
    display: inline-block;
    font-family: roboto;
    font-size: 55px;
    font-weight: 800;
    margin-bottom: 40px;
    text-shadow: none;
    text-transform: uppercase;
}

#main-carousel .carousel-inner h2 span{
    color:#7ab700;
}

#main-carousel .carousel-inner p {
    color: #f6f6f6;
    font-family: roboto;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 59px;
    margin-top: 0;
    text-shadow:none;
}

#main-carousel .carousel-left{
    left:-50px;
}

#main-carousel .carousel-right{
    right:-50px;
}

#main-carousel:hover .carousel-left{
    left:0px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

#main-carousel:hover .carousel-right{
    right:0px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

#main-carousel .carousel-left,
#main-carousel .carousel-right{
    padding: 15px;
    z-index: 12;
    font-size: 60px;
    color: rgba(255, 255, 255, 0.52);
    top: 50%;
    position: absolute;
    margin-top: -60px;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.carousel-right {
    right:65px
}

.carousel-left {
    left:65px
}

#main-carousel .carousel-left:hover,
#main-carousel .carousel-right:hover{
    color: #F6F6F6;
}

@media (max-width:767px){
    #main-carousel .carousel-inner h2{
        border-bottom:0;font-size:30px
    }
    .slider-btn{
        font-size:16px;
        height:45px;
        line-height:45px;
        width:150px
    }
}

@media (max-width:479px){
    #main-carousel .carousel-inner h2{
        border-bottom:0;
        font-size:30px
    }
    .slider-btn{
        font-size:16px;
        height:45px;
        line-height:45px;
        width:150px
    }
}
*/

/*==========================
==== Details(sub-pages) ====
============================*/
.details{
    padding-top: 50px;
    background: #fff;
}
.details-background{
    background: rgba(221, 221, 221, 0.2);
    padding: 5%;
}
.details-space{
    padding-top: 80px;
}
.details-space-bottom{
    padding-bottom: 140px;
}
.details:nth-of-type(1){
    padding-top: 100px;
}

#phoenix24,
#VULTURE_MK-II,
#tactic,
#multicopter,
#KAMIKAZE,
#Conversion,
#FLIGHT_CONTROL_COMPUTER,
#GROUND_CONTROL_STATION,
#Valkyrie,
#UAV_PILOT_TRAINING_SIMULATOR{
    padding-bottom:120px;
}

.details h2{
    padding-bottom: 0;
    color: #3d6ab4;
}
.details h2 span:nth-of-type(2){
    color: #f99d1b;
}
.details h2 span:nth-of-type(1){
    color: #4dade2;
}

/*Left Section*/
#section-slider p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
}

#section-slider a {
    color: #cccccc;
    text-decoration: none;
}

#section-slider a:hover,#section-slider a:focus,#section-slider .btn:focus {
    text-decoration: none;
    outline: none;
    color: #6c6b6b
}

#section-slider h5{
    font-family: 'Raleway', sans-serif;
    text-transform:capitalize;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 25px;
}

#section-slider img {
    max-width: 100%;
    height: auto;
}
.carousel-indicators{
    margin-bottom: -115px;
    width: 100%;
}
.carousel-indicators {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: 0%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li{
    width: 80px;
    height: 84px;
    border: 0;
    border-radius: 6px;
    padding: 0;
    background: 0;
    cursor: pointer;
    margin-left: 10px;
}
.carousel-indicators li:nth-of-type(1){
    margin-left: 0;
}
.carousel-indicators .active,.carousel-indicators .focus{
    width: 100px;
    height: 105px;
    background: 0 !important;
    margin-left: 10px;
}
.carousel-indicators li .span-indicators{
    background: #000;
    display: block;
}
.carousel-indicators li .span-indicators img{
    opacity: 0.4;
}
.carousel-indicators .active .span-indicators img{
    opacity: 1;
}
#section-slider .center {
    text-align: center;
}

#section-slider .left {
    text-align: left;
}

#section-slider .all{
    position:relative;
    z-index: 10;
}

#section-slider .section-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}
.carousel-control.right,.carousel-control.left{
    background: 0;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .glyphicon-chevron-left{
    color: #fff;    
}
.animated {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

#section-slider .section-overlay {
    z-index: 5;
}

#section-slider .testimonials-wrap {
    position:relative;
}

#section-slider .testimonials {
    padding-top: 0px;
    padding-bottom: 0px;
}

#section-slider .testimonials .comment {
    font-size: 18px;
    margin-bottom: 48px;
}

#section-slider .testimonial .slider-title{
    display: table;
    border-bottom: 1px solid;
    max-width: 280px;
    font-weight: 400;
    margin: 0 auto 5px;
}

#section-slider .testimonial .client-info {
    font-size: 14px;
}

#section-slider #bx-pager {
    margin-top: 10px;
}

#section-slider .small-photos .photo-hold {
    display:inline-block;
    width: 100px;
    height: 100px;
    padding: 10px;
    margin-right: 20px;
    border: 1px solid;
    border-radius: 4px;
    box-sizing: border-box;
}

#section-slider .small-photos .photo-bg {
    background: #000;
    display: block;
}

#section-slider .small-photos img {
    opacity: .4;
}
#section-slider .small-photos .active img {
    opacity: 1;
}

/*Right Section*/
#overview{
    background:#F6F6F6;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
#overview h2 {
    margin-bottom:35px
}
#overview h4 {
    color: #909090;
    margin-bottom: 50px;
    margin-top: -5px;
    text-transform: capitalize;
}
#overview p {
    font-weight:300;
    font-size:17px;
}
.overview-p:before{
    content: "■";
    padding-right: 10px;
    color: #fc7700;
}
.overview h3 {
    font-size: 24px;
    margin-bottom: 18px;
    text-transform: uppercase;
    padding-top: 0;
    margin-top: 0;
    font-weight: bold;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td{
    border-top:0;
    border-bottom: 1px solid #ddd;
}
.table > tbody > .last > td{
    border-bottom: 1px solid #ddd;
}
#overview .download{
    background: #333;
    color: #fff;
    padding-left: 65px;
    padding-right: 65px;
    width: 210px;
    height: 40px;
    border: 0;
}
#overview .download:hover,#overview .download:active{
    background: #fc7700;
}
.overview .tab-content {
    background:#FFFFFF;
    border-bottom: 1px solid #fc7700;
    border-left: 1px solid #fc7700;
    border-right: 1px solid #fc7700;
    padding: 25px;
}
.overview .nav-tabs{
    border-bottom: 1px solid #fc7700;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    border: 1px solid #fc7700;
    border-bottom-color: transparent;
}
.overview .nav-tabs li a {
    border-top:2px solid #ddd;
    color:#333333;
    z-index: 100;
}

.overview .nav-tabs li.active a, 
.overview .nav-tabs li.active a:hover, 
.overview .nav-tabs li.active a:focus {
    border-radius: 0;
    border-top: 2px solid #fc7700;
    color: #fc7700;
}

.overview .tab-content 
.pull-left.media-object {
    background-color: #F6F6F6;
    margin-right: 20px;
    padding: 5px;
}

/*Responsive*/
@media (min-width:1366px){
    .details-container{
        width: 1300px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .details .right-side{
        margin-top: 150px;    
    }
}
@media (max-width:767px){
    .details h2{
        padding-bottom: 0;
        text-align: center;
    }

    .details:nth-of-type(1) {
        padding-top: 50px;
    }

    #phoenix24{
        padding-bottom:30px;
    }

    .overview h3{
        padding-bottom: 10px;
    }
}
/* --------- Responsive Details Section -------- */
/*    
@media (min-width:768px) and (max-width:991px){
    .overview .tab-content .pull-left.media-object{
        float:inherit;
        width:100%;
        margin-bottom:15px
    }
}
@media (max-width:767px){
    .overview .media,.media-body{
        overflow:inherit!important
    }	
    #overview p{
        font-size:14px
    }.nav-tabs li{
        width:33%
    }
    .nav-tabs li a{
        text-align:center
    }
    .nav-tabs li a i{
        display:block
    }
    .overview .tab-content .pull-left.media-object{
        background-color:#F6F6F6;
        display:block;float:inherit!important;margin-right:0;
        width:100%
    }
    .details-container{
        width: 1300px;
    }
}

@media (max-width:479px){
    body section{
        overflow:hidden
    }
    .overview .media,.overview .media-body{
        overflow:inherit!important
    }
    #overview p{
        font-size:14px
    }
    .nav-tabs li{
        width:33%
    }
    .nav-tabs li a{
        text-align:center
    }
    .nav-tabs li a i{
        display:block
    }
    .overview .tab-content .pull-left.media-object{
        background-color:#F6F6F6;
        display:block;
        float:inherit!important;
        margin-right:0;
        width:100%
    }
}

@media only screen and (max-width: 360px) {
    .small-photos .photo-hold {
        width: 80px;
        height: 80px;
        margin-bottom: 16px;
    }
}
*/