button.close1 {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close1 {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: black;
    background-color: #fff;
    overflow-x: hidden;
}

.red {
    color: red;
}

h1,
h3,
h5,
h6 {
    color: #333;
}

h2 {
    font-size: 30px;
    margin-bottom: 10px;
}

h3 {
    font-size: 18px;
}

.parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
    color: #fff;
}

.parallax input[type="text"],
.parallax input[type="text"]:hover,
.parallax input[type="email"],
.parallax input[type="email"]:hover,
.parallax input[type="url"],
.parallax input[type="url"]:hover,
.parallax input[type="password"],
.parallax input[type="password"]:hover,
.parallax textarea,
.parallax textarea:hover {
    font-weight: 300;
    color: #fff;
}

.btn {
    border: 0;
}

.btn.btn-primary:hover {
    background-color: #135B8D;
}


a {
    text-decoration: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

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

section {
    padding: 40px 0;
}

.heading {
    padding-bottom: 40px;
}
/*

.dot1 {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
    background-color: #135b8d;
    margin-left: 50%;
}

.dot2 {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
    background-color: #135b8d;
}

.dot3 {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
    background-color: #135b8d;
}
*/
.preloader {
    position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #fff;
}

.preloader > i {
    position: center;
    font-size: 36px;
    line-height: 36px;
    top: 50%;
    left: 50%;
    height: 36px;
    width: 36px;
    margin-top: -15px;
    margin-left: -15px;
    display: inline-block;
}

#home-slider {
    overflow: hidden;
    position: relative;
}

#home-slider .caption {
    position: absolute;
    top: 50%;
    margin-top: -104px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 15;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}

#home-slider .caption h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 30px;
}

.caption .btn-start {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 40px;
    border: 1px solid #6e6d6c;
    border-radius: 4px;
    margin-top: 40px;
}

#containerslider {
    overflow: hidden;
    width: 1250px;
    height: 130px;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 0px;
    margin-bottom: 50px;

    background-color: white;
    padding: 15px;
}

#imgs {
    display: block;
    padding: 0;
    width: 200%;
}

#imgs li {
    padding-right: 10px;
    display: inline-block;
}

#imgs img {
    width: 200px;
    height: 100px;
}

.caption .btn-start:hover {
    color: #fff
}

.original-image {
    filter: url(filters.svg#grayscale);
    /* Firefox 3.5+ */
    filter: gray;
    /* IE5+ */
    -webkit-filter: grayscale(1);
    /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .2s ease-in-out;
}

.original-image:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}


.bstimeslider {
    width: 100%;
    height: 375px;
    background: white;
    position: relative;
}

.bktibx {
    float: left;
    margin: 0 5px 0 0;
    font-size: 18px;
    width: 180px;
    display: block;
    background: #fefefe;
    color: white;
    left: 0;
}

#tslshow {
    position: absolute;
    left: 0;
    width: 8000px;
}

#leftArrow {
    width: 40px;
    height: 40px;
    background: #999;
    position: absolute;
    left: 75px;
    margin-top: 150px;
}

#rightArrow {
    width: 40px;
    height: 40px;
    background: #999;
    position: absolute;
    right: 75px;
    margin-top: 150px;
}

#viewContainer {
    width: 70%;
    height: 100%;
    background: #fefefe;
    position: absolute;
    left: 25%;
    margin-left: -180px;
    overflow: hidden;
}


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

.carousel-fade .carousel-inner .item:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
}

.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;
}

.left-control,
.right-control {
    position: absolute;
    top: 50%;
    height: 51px;
    width: 51px;
    line-height: 48px;
    border-radius: 50%;
    border: 1px solid #fff;
    z-index: 20;
    font-size: 24px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.left-control {
    left: -51px
}

.right-control {
    right: -51px;
}

.left-control:hover,
.right-control:hover {
    color: #fff;
}

#home-slider:hover .left-control {
    left: 30px
}

#home-slider:hover .right-control {
    right: 30px
}

#home-slider .fa-angle-down {
    position: absolute;
    left: 50%;
    bottom: 50px;
    color: #fff;
    display: inline-block;
    width: 24px;
    margin-left: -12px;
    font-size: 24px;
    line-height: 24px;
    z-index: 999;
    -webkit-animation: bounce 3000ms infinite;
    animation: bounce 3000ms infinite;
}

/**GET IN TOUCH**/

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 5;
    top: 60px;
    right: 0;
    background-color: grey;
    overflow-x: hidden;
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 0px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 50px;
    right: 45px;
    font-size: 60px;
    color: black;
}

#button {
    background: #2bc1f2;
    border: none;
    color: #fff;
    width: 250px;
    height: 50px;
    font-size: 22px;
    font-weight: bolder;
    padding: 5px 0px 8px 0;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 200px;
    margin-right: -110px;
    float: right;
    transform: rotate(270deg);
}

#send_msg {
    background: #2bc1f2;
    border: none;
    color: #fff;
    width: 250px;
    height: 50px;
    font-size: 22px;
    font-weight: bolder;
    padding: 5px 0px 8px 0;
    border-radius: 3px;
    cursor: pointer;
}

#widget_form input[type=text] {
    margin-top: 10px;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    border-radius: 2px;
    border: 3px solid #98d0f1;

}

#widget_form textarea {
    padding: 20px;
    font-size: 15px;
    border-radius: 2px;
    border: 3px solid #98d0f1;
    margin-top: 10px;
    height: 80px;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
/**vission and mission**/
/* Tabs panel */
.tabbable-panel {
  border:1px solid #eee;
  padding: 20px;
    width:80%;
  margin-left:10%;
}
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #135b8d;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #135b8d;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color:white;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}
.text{
    font-size:18px;
}

/**GET IN TOUCH*/
 .dropdown {
            float: left;
            overflow: hidden;
        }

        .dropdown .dropbtn {
            font-size: 14px;
            border: none;
            outline: none;
            color: white;
            padding: 5px;
           font: inherit;
            margin: 0;

        }
.dropdown .dropbtn li a active{
                border-bottom: 2px solid #135b8d;
}
        

        .dropdown-content {
            display: none;
            position: fixed;
            background-color: #f9f9f9;
            width: 70%;
          left:15%;
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
            
        }

        .dropdown-content .header {
            background: #135b8d;
            color: white;
        }

        .dropdown:hover .dropdown-content {
            display: block !important;
        }

        /* Create three equal columns that floats next to each other */

        .column {
            float: left;
            width: 25%;
            padding: 10px;
            background-color:ghostwhite;
            height: 250px;
            margin-bottom: 10px;
             border:  1px solid #DCDCDC;
           
        }

        .column a {
            float: none;
            color: black;
            padding: 16px;
            text-decoration: none;
            display: block;
            text-align: left;
        }

        .column a:hover {
            background-color: #ddd;
        }

        /* Clear floats after the columns */

        .row:after {
            content: "";
            display: table;
            clear: both;
        }


.navbar-brand {
    padding: 0px;
    height: 100px;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus {
    outline: none;
    outline-offset: 0;
    text-decoration: none;
    background: transparent;
}


.navbar-right li a {
    color: #060505;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 6em;
}

.navbar-brand img {
    margin-top: 5px;
    padding-top: 5px;
    margin-left: 60px;

}

.navbar-right li.active a {
    border-bottom: 2px solid #135b8d;
}

.service-icon {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 36px;
    height: 90px;
    line-height: 90px;
    width: 90px;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.our-services {
    width: 100%;
}

.our-services .col-sm-4:hover .service-icon {
    background-color: #333;
}

.our-services .col-sm-4 {
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 50px;
    margin-top: 20px;
    height: 250px;
}

.our-services .col-sm-4:nth-child(4),
.our-services .col-sm-4:nth-child(5),
.our-services .col-sm-4:nth-child(6) {
    border-bottom: 1px solid #f2f2f2;
    margin-top: 20px;
    padding-bottom: 50px;
}

.our-services .col-sm-4:nth-child(3),
.our-services .col-sm-4:nth-child(6) {
    border-right: 1px solid #f2f2f2;
}

.service-info h3 {
    margin-top: 35px;
}

#about-us {
    background-image: url(../img/sample1.jpg);
    padding: 100px 0;

}

#about-us h2 {
    margin-top: 50px 0;
    color: #135b8d;
}

#about-us i {
    color: white;
}

#about-us .lead {
    font-size: 16px;
    margin-bottom: 10px;
}

#about-us h1 {
    margin-bottom: 30px;
}

.progress {
    height: 20px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 25px;
}

.progress-bar {
    box-shadow: none;
    border-radius: 20px;
    -webkit-box-shadow: none;
    text-align: right;
    padding-right: 12px;
    font-size: 12px;
    font-weight: 600;
}

.progress .progress-bar.six-sec-ease-in-out {
    -webkit-transition: width 2s ease-in-out;
    transition: width 2s ease-in-out;
}

#portfolio .container-fluid,
#portfolio .col-sm-3 {
    overflow: hidden;
    padding: 0;
}

#portfolio .folio-item {
    position: relative;
}

#portfolio .overlay {
    background-color: #000;
    color: #fff;
    left: 0;
    right: 0;
    bottom: -100%;
    height: 0;
    position: absolute;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.overlay .overlay-content {
    display: table;
    height: 100%;
    width: 100%;
}

.overlay .overlay-text {
    display: table-cell;
    vertical-align: middle;
}

.overlay .folio-info {
    opacity: 0;
    margin-bottom: 75px;
    margin-top: -75px;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.overlay .folio-info h3 {
    margin-top: 0;
    color: #fff;
}

.folio-overview a {
    font-size: 18px;
    color: #333;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    margin-top: 20px;
    margin-right: 5px;
}

.folio-overview a:hover {
    color: #fff;
}

.folio-overview .folio-expand {
    margin-top: -500px;
    margin-left: -500px;
}

.folio-image,
.folio-overview .folio-expand {
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

#portfolio .folio-item:hover .folio-image {
    -webkit-transform: scale(1.5) rotate(-15deg);
    transform: scale(1.5) rotate(-15deg);
}

.folio-image img {
    width: 100%;
}

#portfolio .folio-item:hover .overlay {
    opacity: 0.8;
    bottom: 0;
    height: 100%;
}

#portfolio .folio-item:hover .folio-overview .folio-expand {
    margin-top: 0;
    margin-left: 0;
}

#portfolio .folio-item:hover .overlay .folio-info {
    opacity: 1;
    margin-bottom: 0;
    margin-top: 0;
}

#single-portfolio {
    padding: 90px 0;
    background: #f5f5f5;
    position: relative;
}

#single-portfolio img {
    width: 100%;
    margin-bottom: 10px;
}

#single-portfolio .close-folio-item {
    position: absolute;
    top: 30px;
    font-size: 34px;
    width: 34px;
    height: 34px;
    left: 50%;
    color: #999;
    margin-left: -17px;
}

#team {
    //padding-top: 0;
}

.team-members {
    margin-bottom: 25px;
}



.team-member {
    text-align: center;
    color: #333;
    font-size: 14px;
}

.team-member:hover .social-icons ul li a.facebook {
    background-color: #3b5999;
}

.team-member:hover .social-icons ul li a.twitter {
    background-color: #2ac6f7;
}

.team-member:hover .social-icons ul li a.dribbble {
    background-color: #ff5b92;
}

.team-member:hover .social-icons ul li a.linkedin {
    background-color: #036dc0;
}

.team-member:hover .social-icons ul li a.rss {
    background-color: #ff6b00;
}

#team .img-responsive {
    width: 100%;
}

.member-info h3 {
    margin-top: 35px;
}

.member-info h4 {
    font-size: 14px;
    margin-bottom: 15px;
    color: #999;
}



/*************************
*******Features CSS*******
**************************/
#features {
  text-align: center;
  background-image: url(../images/features-bg.jpg);
    
  
}

#features i {
  font-size: 35px;
    color:#F0BD3D;
    margin-bottom: 10px;
  
}

#features h3 {
  margin-top: 15px;
  font-size: 30px;
  margin-bottom: 10px;
  color: #fff;
}

#features .slider-overlay {
  opacity: 0.8;
}

/**

#features {
    text-align: center;
    background-color: gainsboro;
}
**/
.containercircle .alpha {
    margin-left: 0px;
}

.containercircle .omega {
    margin-right: 0px;
}

.row1 {
    margin-left: -30px;
    *zoom: 1;
}

[class*="grid_"] {
    float: left;
    min-height: 1px;
    margin-left: 40px;
}

.containercircle {
    width: 1170px;
}

.grid_12 {
    width: 1150px;
}

.grid_11 {
    width: 1070px;
}

.grid_10 {
    width: 970px;
}

.grid_9 {
    width: 870px;
}

.grid_8 {
    width: 770px;
}

.grid_7 {
    width: 670px;
}

.grid_6 {
    width: 570px;
}

.grid_5 {
    width: 470px;
}

.grid_4 {
    width: 370px;
}

.grid_3 {
    width: 260px;
}

.grid_2 {
    width: 170px;
}

.grid_1 {
    width: 70px;
}

.preffix_12 {
    margin-left: 1230px;
}

.preffix_11 {
    margin-left: 1130px;
}

.preffix_10 {
    margin-left: 1030px;
}

.preffix_9 {
    margin-left: 930px;
}

.preffix_8 {
    margin-left: 830px;
}

.preffix_7 {
    margin-left: 730px;
}

.preffix_6 {
    margin-left: 630px;
}

.preffix_5 {
    margin-left: 530px;
}

.preffix_4 {
    margin-left: 430px;
}

.preffix_3 {
    margin-left: 330px;
}

.preffix_2 {
    margin-left: 230px;
}

.preffix_1 {
    margin-left: 130px;
}

.containercircle {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
}

.containercirlce:before,
.containercircle:after {
    display: table;
    content: "";
    line-height: 0;
}

.containercircle:after {
    clear: both;
}

.select-menu {
    display: none !important;
}

@media (max-width:325px) {
    .containercircle {
        width: 50px;
        padding: 0 0px;
        float: none;
    }

    body {
        overflow-x: hidden;
    }

    .row1 {
        margin-left: 0;
    }

    [class*="grid_"] {
        float: none;
        display: block;
        width: 50%;
        margin-left: 0px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .grid_12 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .select-menu {
        display: block !important;
    }
}

@media (max-width:479px) {
    body {
        padding: 0;
    }

    .containercircle {
        width: 300px;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row1 {
        margin-left: 0;
    }
}

.containercircle {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:768px) {
    .containercircle {
        width: 750px;
    }
}

@media (min-width:992px) {
    .containercircle {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .containercircle {
        width: 1170px;
    }
}

.containercircle-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row1 {
    margin-right: -15px;
    margin-left: -15px;
}

@media only screen and (max-width:979px) {
    .ih-item.circle,
    .ih-item.circle .img {
        width: 172px !important;
        height: 172px !important;
        margin-left: 40px;
    }

    .ih-item.circle.effect2 .info h3 {
        padding-top: 50px !important;
        font-size: 20px !important;
        line-height: 24px !important;
    }

    .ih-item.circle.effect2 .info p {
        font-size: 18px !important;
    }

    .blog .extra_wrapper {
        overflow: visible;
    }

    .fleft {
        margin-right: 10px;
    }

    .address1 {
        float: none;
    }

    .address1 + .address1 {
        margin-left: 0;
        margin-top: 30px;
    }

    .map figure,
    .map figure iframe,
    #form input,
    #form textarea,
    #form .success {
        width: 100% !important;
        float: none !important;
    }

    #form .success {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

    .map figure {
        height: auto !important;
    }

    .map figure {
        margin-bottom: 15px;
    }

    .nowrap {
        white-space: normal;
    }

    .address1 dd span {
        min-width: 0;
    }

    .banner {
        width: 370px;
    }

    .banner + .banner {
        width: 370px;
    }

    .banner + .banner + .banner {
        width: 370px;
        clear: left;
    }

    .banner + .banner + .banner + .banner {
        width: 370px;
        clear: none;
    }

    .circle .c_caption .title {
        font-size: 25px;
    }

    .block1 .fleft,
    .blog .fleft {
        margin-top: 40px !important;
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }
}

@media only screen and (max-width:320px) {
    .circle {
        margin-bottom: 30px;
    }

    .circle {
        margin-bottom: 30px;
    }

    .ih-item.circle,
    .ih-item.circle .img {
        width: 100px !important;
        height: 350px !important;
    }

    .ih-item.circle.effect2 .info h3 {
        padding-top: 170px !important;
        font-size: 36px !important;
        line-height: 40px !important;
    }

    .ih-item.circle.effect2 .info p {
        font-size: 18px !important;
    }

    .sep__4 {
        height: 0;
    }

    .gall_item {
        margin-top: 40px;
    }

    .sep__2 {
        height: 0;
    }

    h2 {
        font-size: 50px;
        line-height: 55px;
    }

    h3 {
        font-size: 40px;
    }

    .socials {
        float: none;
        margin-bottom: 20px;
    }

    .circle .c_caption .title {
        font-size: 36px;
    }

    .banner {
        float: none !important;
        width: auto !important;
        margin-bottom: 1px;
    }

    .img_inner img {
        width: 100%;
    }

    .img_inner {
        margin-top: 40px !important;
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }

    header h1 {
        padding-top: 15px;
        position: relative !important;
        margin-bottom: 20px;
        padding-left: 0;
        float: none;
        left: 0;
        text-align: center;
    }

    .head_top {
        padding-left: 15px;
        padding-right: 15px;
        border-bottom: 0;
    }

    header h1 a {
        max-width: 90%;
        width: auto;
        display: inline-block;
        height: auto;
    }

    .map figure iframe {
        height: 300px;
    }

    .content .noresize {
        width: auto !important;
        float: left !important;
        margin-right: 20px !important;
        margin-top: 4px !important;
    }

    .img_inner {
        margin-top: 30px;
    }

    .none {
        clear: both;
    }
}

.btn-primary {
    background-color: a
}

.pricing-table {
    text-align: center;
}

.single-table {
    padding: 30px 20px 20px;
    border: 1px solid #bbb;
}

.single-table h3 {
    margin-top: 0;
    padding: 0;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.price {
    font-size: 36px;
    line-height: 36px;
}

.price span {
    font-size: 10px;
    line-height: 10px;
}

.single-table ul {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.single-table ul li {
    line-height: 30px;
}

.single-table:hover {
    cursor: pointer;
    background-color: #C4E8FC;
    border: none;
}

.single-table.featured {
    color: black;
}

.single-table.featured h3 {
    color: black;
}

.single-table.featured .btn.btn-primary {
    background-color: #135B8D;
}

#twitter {
    background-image: url(../images/social-Media-Link-Bg.jpg);
}

#twitter > div {
    text-align: center;
    position: relative;
}

#twitter-carousel {
    position: relative;
    z-index: 15
}

.twitter-icon {
    position: relative;
    z-index: 10;
    color: #fff;
}

.twitter-icon .fa-twitter {
    font-size: 24px;
    height: 64px;
    width: 64px;
    line-height: 65px;
    border-radius: 50%;
    position: relative;
}

.twitter-icon .fa-twitter:after {
    position: absolute;
    content: "";
    border-width: 8px;
    border-style: solid;
    left: 24px;
    bottom: -14px;
}

#twitter-carousel .item {
    padding: 0 55px;
}

#twitter-carousel .item a {
    color: #fff;
}

.twitter-icon h4 {
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #fff;
}

.twitter-left-control:hover,
.twitter-right-control:hover {
    color: #fff;
}

.post-thumb {
    position: relative;
}

.post-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.post-meta {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.post-meta span {
    margin-right: 16px;
}

#post-carousel .carousel-indicators {
    bottom: 3px;
    left: 90%;
}

.blog-left-control,
.blog-right-control {
    position: absolute;
    top: 45%;
    width: 30px;
    text-align: center;
    color: rgba(255, 255, 255, .7);
    font-size: 36px;
}

.blog-left-control {
    left: 0;
}

.blog-right-control {
    right: 0;
}

.blog-left-control:hover,
.blog-right-control:hover {
    color: #fff;
}

.entry-header h3 a {
    line-height: 30px;
}

.entry-header .date,
.entry-header .cetagory {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
}

.entry-header .date:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -22px;
    width: 20px;
    height: 3px;
}

.entry-content {
    font-size: 14px;
}

.load-more {
    display: block;
    text-align: center;
    margin-top: 70px;
}

.btn-loadmore {
    border: 1px solid #f2f2f2;
    color: #666666;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 125px;
    text-transform: uppercase;
}

.btn-loadmore:hover {
    color: #fff;
}

#contact {
    padding-top: 80px;
    padding-bottom: 0;
}

#google-map {
    height: 350px;
}

#contact-us {
    background-image: url(../img/contact-bg.jpg);
    padding-bottom: 90px;
}

#contact-us .heading {
    padding-top: 95px;
}

.form-control {
    background-color: transparent;
    height: 50px;
    border-radius: 0;
    box-shadow: none;
}

textarea.form-control {
    min-height: 180px;
    resize: none;
}

.form-group {
    margin-bottom: 30px;
}

.contact-info {
    padding-left: 70px;
    font-weight: 300;
}

ul.address {
    margin-top: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info ul li {
    margin-bottom: 8px;
}

.contact-info ul li a {
    color: #fff;
}

.btn-submit {
    display: block;
    padding: 12px;
    width: 100%;
    color: #fff;
    border: 0;
    margin-top: 40px;
}

#footer {
    color: #fff;
    margin-top: 20px;
}

.footer-top {
    position: relative;
    padding: 30px 0;
}

#footer .footer-bottom {
    background-color: ghostwhite;
    padding: 10px 0 20px;

}

#footer .footer-bottom a:hover {
    text-decoration: underline;
}

.footericons {

    text-align: center;
    float: right;
    margin-top: 20px;
}

.footericons ul li a {
   /* color: white;*/
    height: 36px;
    width: 50px;
    line-height: 33px;
    display: block;
    font-size: 16px;
    opacity: 0.8;
    border-radius: 4px;
}

.footericons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.footericons ul li {
    float: right;
    margin-right: 8px;
}

.social-icons {
    margin-top: 30px;
    text-align: center;
}

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

.social-icons ul li {
    float: left;
    margin-right: 8px;
}

.social-icons ul li:last-child {
    margin-right: 0;
}

.social-icons ul li a {
    color: #fff;
    height: 36px;
    width: 50px;
    line-height: 36px;
    display: block;
    font-size: 16px;
    opacity: 0.8;
}

.social-icons ul li a:hover {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.social-icons ul li a {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 4px;
    line-height: 33px;
}

.social-icons ul li a:hover {
    color: #fff;
}

.social-icons ul li a.googleplus:hover {
    background-color: red;
}

.social-icons ul li a.facebook:hover {
    background-color: #4267B2;
}

.social-icons ul li a.twitter:hover {
    background-color: #1DA1F2;
}

.social-icons ul li a.youtube:hover {
    background-color: red;
}

.social-icons ul li a.linkedin:hover {
    background-color: #007BB5;
}

.social-icons ul li a.skype:hover {
    background-color: #00aff0;
}

video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
}



#home_aol3_promo .wrapper .home_aol3_promo_item_1,
#home_aol3_promo .wrapper .home_aol3_promo_item_2,
#home_aol3_promo .wrapper .home_aol3_promo_item_3,
#home_aol3_promo .wrapper .home_aol3_promo_item_4,
#home_aol3_promo .wrapper .home_aol3_promo_item_5 {
    display: block;
    position: absolute;
    background: center center no-repeat;
}

#home_aol3_promo .wrapper .home_aol3_promo_item_1 {
    z-index: 1;
    top: 0;
    left: 0;
    width: 421px;
    height: 193px;
    background-position: left top;
    background-image: url(img/ux/1.png);
    background-size: auto 100%;
    opacity: 0;
    transform: translate3d(-80px, -80px, 0) rotate(-20deg);
    transition: transform 700ms ease-in-out, opacity 600ms ease-in-out;
    transform-origin: 0% 0%;
    -webkit-transform: translate3d(-80px, -80px, 0) rotate(-20deg);
    -webkit-transition: -webkit-transform 700ms ease-in-out, opacity 600ms ease-in-out;
    -webkit-transform-origin: 0% 0%;
}

#home_aol3_promo.inview .wrapper .home_aol3_promo_item_1 {
    transform: translate3d(0, 0, 0) rotate(0);
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    opacity: 1;
}

#home_aol3_promo.inview .wrapper .home_aol3_promo_item_1:hover {
    transform: translate3d(-5px, -5px, 0) rotate(-2deg);
    -webkit-transform: translate3d(-5px, -5px, 0) rotate(-2deg);
}

#home_aol3_promo .wrapper .home_aol3_promo_item_2 {
    z-index: 2;
    top: 17px;
    left: 440px;
    width: 111px;
    height: 162px;
    background-position: center center;
    background-image: url(../img/ux/clip.png);
    background-size: auto 100%;
    opacity: 0;
    transform: translate3d(-80px, -80px, 0) rotate(-20deg);
    transition: transform 1500ms ease-in-out, opacity 600ms ease-in-out;
    transform-origin: 0% 0%;
    -webkit-transform: translate3d(-80px, -80px, 0) rotate(-20deg);
    -webkit-transition: -webkit-transform 1500ms ease-in-out, opacity 600ms ease-in-out;
    -webkit-transform-origin: 0% 0%;
}

#home_aol3_promo.inview .wrapper .home_aol3_promo_item_2 {
    transform: translate3d(0, 0, 0) rotate(0);
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    opacity: 1;
}

#home_aol3_promo .wrapper .home_aol3_promo_item_3 {
    top: 0;
    right: 0;
    width: 753px;
    height: 308px;
    background-position: right top;
    background-image: url(../img/ux/2.png);
    background-size: auto 100%;
    opacity: 0;
    transform: translate3d(80px, -80px, 0) rotate(20deg);
    transition: transform 700ms ease-in-out, opacity 600ms ease-in-out;
    transform-origin: 100% 100%;
    -webkit-transform: translate3d(80px, -80px, 0) rotate(20deg);
    -webkit-transition: -webkit-transform 700ms ease-in-out, opacity 600ms ease-in-out;
    -webkit-transform-origin: 100% 100%;
}

#home_aol3_promo.inview .wrapper .home_aol3_promo_item_3 {
    transform: translate3d(0, 0, 0) rotate(0);
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    opacity: 1;
}

#home_aol3_promo.inview .wrapper .home_aol3_promo_item_3:hover {
    transform: translate3d(5px, -5px, 0) rotate(2deg);
    -webkit-transform: translate3d(5px, -5px, 0) rotate(2deg);
}

#home_aol3_promo .wrapper .home_aol3_promo_item_4 {
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 483px;
    height: 470px;
    background-position: left bottom;
    background-image: url(../images/aol3/el4.png);
    background-size: auto 100%;
    opacity: 0;
    transform: translate3d(-80px, 80px, 0) rotate(20deg);
    transition: transform 700ms ease-in-out, opacity 600ms ease-in-out;
    transform-origin: 0% 100%;
    -webkit-transform: translate3d(-80px, 80px, 0) rotate(20deg);
    -webkit-transition: -webkit-transform 700ms ease-in-out, opacity 600ms ease-in-out;
    -webkit-transform-origin: 0% 100%;
}

#home_aol3_promo.inview .wrapper .home_aol3_promo_item_4 {
    transform: translate3d(0, 0, 0) rotate(0);
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    opacity: 1;
}

#home_aol3_promo.inview .wrapper .home_aol3_promo_item_4:hover {
    transform: translate3d(-5px, 5px, 0) rotate(2deg);
    -webkit-transform: translate3d(-5px, 5px, 0) rotate(2deg);
}

#home_aol3_promo .wrapper .home_aol3_promo_item_5 {
    bottom: 0;
    right: 0;
    width: 502px;
    height: 297px;
    background-position: right bottom;
    background-image: url(../images/aol3/el5.png);
    background-size: auto 100%;
    opacity: 0;
    transform: translate3d(80px, 80px, 0) rotate(20deg);
    transition: transform 700ms ease-in-out, opacity 600ms ease-in-out;
    transform-origin: 0% 100%;
    -webkit-transform: translate3d(80px, 80px, 0) rotate(20deg);
    -webkit-transition: -webkit-transform 700ms ease-in-out, opacity 600ms ease-in-out;
    -webkit-transform-origin: 0% 100%;
}

#home_aol3_promo.inview .wrapper .home_aol3_promo_item_5 {
    transform: translate3d(0, 0, 0) rotate(0);
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    opacity: 1;
}

#home_aol3_promo.inview .wrapper .home_aol3_promo_item_5:hover {
    transform: translate3d(5px, 5px, 0) rotate(2deg);
    -webkit-transform: translate3d(5px, 5px, 0) rotate(2deg);
}

#home_aol3_promo.inview .wrapper .content {
    transform: translate3d(0, 0, 0) rotate(0);
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    opacity: 1;
}

#home_aol3_promo .wrapper .content .subtitle {
    color: #A1A0A0;
    line-height: 10px;
    letter-spacing: 0;
    text-transform: none;
    padding: 15px 0 0;
    margin: 0 0 60px;
    -webkit-font-smoothing: antialiased;
}

#home_aol3_promo .wrapper .content .link {
    width: 100%;
    text-align: center;
    color: #5B9EC9;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    display: block;
}

#home_aol3_promo .wrapper .content .link:before {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: 100px;
    margin: 0 auto 30px;
    content: '.';
    text-indent: -9999px;
    overflow: hidden;
    height: 0;
    display: block;
}

#home_aol3_promo .wrapper .content .link a,
#home_aol3_promo .wrapper .content .link a:visited {
    color: #5B9EC9;
    text-decoration: none;
    font-weight: normal;
}
/**our projects**/
.project > li.active > a, .project > li.active > a:focus, .project > li.active > a:hover{
    
    background-color: #299ee3;
    color:white;
}

.row {
    margin-left: -25px;
    margin-right: -25px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 25px;
    padding-right: 25px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width:768px) {
    .col-sm-3,
    .col-sm-9,
    .col-sm-10,
        {
        float: left;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width:1200px) {
    .col-lg-3,
    .col-lg-9,
    .col-lg-10,
        {
        float: left;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }
}

@media screen and (max-width:480px) {
    #fh5co-header > .navbar {
        padding-left: 0px;
        padding-right: 0px;
    }
    .dropdown{
        float:none;
    }
}

#fh5co-main {
    clear: both;
    padding-top: 3em;
}

#fh5co-content {
    padding: 0 0 7em 0;
}

@media screen and (max-width:768px) {
    #fh5co-content {
        padding: 0 0 4em 0;
    }
}

.fh5co-intro {
    padding: 7em 0;
}

@media screen and (max-width:768px) {
    .fh5co-intro {
        padding: 4em 0;
    }
}

.fh5co-intro .intro-lead {
    font-size: 50px;
    line-height: 60px;
    font-family: "Roboto Slab", arial, sans-serif;
}

@media (min-width: 768px) {
    .container {
        width: 100%;
        padding-right: 50px;
        padding-left: 50px;
    }
}

.section-lead {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 1em;
    font-family: "Roboto Slab", arial, sans-serif;
}

#fh5co-portfolio {
    margin-bottom: 7em;
    padding-left: 6em;
    padding-right: 6em;
    padding-top: 2em;
    padding-bottom: 2em;
    background: ;
    float: left;
    width: 100%;
    position: relative;
    margin-top: 100px;
}

@media screen and (max-width:768px) {
    #fh5co-portfolio {
        margin-bottom: 4em;
    }
}

@media screen and (max-width:1200px) {
    #fh5co-portfolio {
        padding-left: 0em;
        padding-right: 0em;
    }
}

#fh5co-portfolio .fh5co-portfolio-item {
    float: left;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
   /** height: 600px;**/
}

@media screen and (max-width:768px) {
    #fh5co-portfolio .fh5co-portfolio-item {
        display: block;
    }
}

#fh5co-portfolio .fh5co-portfolio-item .fh5co-portfolio-description,
#fh5co-portfolio .fh5co-portfolio-item .fh5co-portfolio-figure {
    width: 50%;

}

@media screen and (max-width:768px) {
    #fh5co-portfolio .fh5co-portfolio-item .fh5co-portfolio-description,
    #fh5co-portfolio .fh5co-portfolio-item .fh5co-portfolio-figure {
        display: block;
        width: 100%;
    }
}

#fh5co-portfolio .fh5co-portfolio-item .fh5co-portfolio-figure {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

@media screen and (max-width:768px) {
    #fh5co-portfolio .fh5ccco-portfolio-item .fh5co-portfolio-figure {
        height: 400px;
    }
}

#fh5co-portfolio .fh5co-portfolio-item .fh5co-portfolio-description {
    background: #f2f2f2;
    padding: 4em;
    font-size: 14px;
    line-height: 36px;
}

@media screen and (max-width:1200px) {
    #fh5co-portfolio .fh5co-portfolio-item .fh5co-portfolio-description {
        padding: 2em;
    }
}

@media screen and (max-width:768px) {
    #fh5co-portfolio .fh5co-portfolio-item .fh5co-portfolio-description {
        padding: 1em;
    }
}

#fh5co-portfolio .fh5co-portfolio-item .fh5co-portfolio-description h2 {
    font-family: "Roboto Slab", arial, sans-serif;
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
}

#fh5co-portfolio .fh5co-portfolio-item.fh5co-img-right .fh5co-portfolio-figure {
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
}

@media screen and (max-width:768px) {
    #fh5co-portfolio .fh5co-portfolio-item.fh5co-img-right .fh5co-portfolio-figure {
        position: relative;
        top: auto;
        bottom: auto;
        height: 400px;
    }
    #fh5co-portfolio .fh5co-portfolio-item.fh5co-img-left .fh5co-portfolio-figure {
        position: relative;
        top: auto;
        bottom: auto;
        height: 400px;
    }
    #fh5co-portfolio .fh5co-portfolio-item{
        height:100%;
    }
}

#fh5co-team {
    clear: both;
    padding: 7em 0;
}

@media screen and (max-width:768px) {
    #fh5co-team {
        padding: 4em 0;
    }
}

#fh5co-team .fh5co-staff {
    margin-bottom: 20px;
}

#fh5co-team .fh5co-staff figure {
    margin-bottom: 30px;
}

#fh5co-team .fh5co-staff h3 {
    font-size: 18px;
    line-height: 22px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#fh5co-team .fh5co-staff h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #e32929;
}

#fh5co-team .fh5co-staff .fh5co-social a {
    color: #ccc;
}

#fh5co-team .fh5co-staff .fh5co-social a:hover {
    color: #000;
}

#fh5co-services {
    padding: 7em 0;
    background: #fafafa;
}

@media screen and (max-width:768px) {
    #fh5co-services {
        padding: 4em 0;
    }
}

#fh5co-services .fh5co-service {
    margin-bottom: 30px;
    float: left;
}

#fh5co-services .fh5co-service .fh5co-icon {
    float: left;
    width: 20%;
}

#fh5co-services .fh5co-service .fh5co-icon i {
    font-size: 40px;
    color: #e32929;
}

#fh5co-services .fh5co-service .fh5co-desc {
    width: 70%;
    float: right;
}

#fh5co-services .fh5co-service .fh5co-desc h3 {
    margin-top: 0;
    font-size: 18px;
}


.fh5co-page-heading {
    text-align: center;
    padding: 100px 0 60px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.fh5co-page-heading .fh5co-page-heading-lead {
    position: relative;
    padding-bottom: 20px;
}

.fh5co-page-heading .fh5co-page-heading-lead .fh5co-border {
    width: 50px;
    height: 3px;
    background: #000;
    margin-left: -25px;
    left: 50%;
    bottom: 0;
    position: absolute;
}

.fh5co-sidebox {
    float: left;
    width: 100%;
}

.fh5co-sidebox .fh5co-sidebox-lead {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    display: block;
    text-transform: uppercase .fh5co-spacer;

        {
        clear: both;
        position: relative;
        border: none;
        padding: 0;
        margin: 0;
    }



    @media screen and (max-width:768px) {
        .fh5co-spacer-xlg {
            height: 70px;
        }
    }

    
    
    
    
    
    

    @media screen and (max-width:768px) {
        .fh5co-spacer-lg {
            height: 50px;
        }
    }

    .fh5co-spacer-md{
        height: 80px;
    }

    @media screen and (max-width:768px) {
        .fh5co-spacer-md {
            height: 30px;
        }
    }

    .fh5co-spacer-sm {
        height: 50px;
    }

    @media screen and (max-width:768px) {
        .fh5co-spacer-sm {
            height: 20px;
        }
    }

    .fh5co-spacer-xs {
        height: 30px;
    }

    @media screen and (max-width:768px) {
        .fh5co-spacer-xs {
            height: 20px;
        }
    }

    .fh5co-spacer-xxs {
        height: 20px;
    }

    @media screen and (max-width:480px) {
        .col-xxs-12 {
            float: none;
            width: 100%;
        }
    }

    .fh5co-mb30 {
        margin-bottom: 30px;
    }

    .fh5co-row-padded {
        padding: 50px 0;
    }

    img.fh5co-align-right {
        float: right;
        margin: 0 0 .5em 1em;
    }

    @media screen and (max-width:480px) {
        img.fh5co-align-right {
            width: 100%;
            margin: 0 0 .5em 0;
        }
    }

    img.fh5co-align-left {
        float: left;
        margin: 0 1em .5em 0;
    }

    @media screen and (max-width:480px) {
        img.fh5co-align-left {
            width: 100%;
            margin: 0 0 .5em 0;
        }
    }

    img.fh5co-align-center {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    a > img.fh5co-align-right {
        float: right;
        margin: 0 0 .5em 1em;
    }

    @media screen and (max-width:480px) {
        a > img.fh5co-align-right {
            width: 100%;
            margin: 0 0 .5em 0;
        }
    }

    a > img.fh5co-align-left {
        float: left;
        margin: 0 1em .5em 0;
    }

    @media screen and (max-width:480px) {
        a > img.fh5co-align-left {
            width: 100%;
            margin: 0 0 .5em 0;
        }
    }

    a > img.fh5co-align-center {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .mainsub-nav {
        background-color: ghostwhite;
    }

   

    #viewContainer {
        width: 360px;
        height: 100%;
        background: #00ff00;
        position: absolute;
        left: 50%;
        margin-left: -180px;
        overflow: hidden;
    }

