﻿body {
  background: #dddddd;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  color: #4c5667;
  padding-bottom: 61px;
  overflow-x: hidden !important;
}
html {
  overflow-x: hidden;
  position: relative;
  min-height: 100%;
  background: #dddddd;
}

.container {
  width: 75%;
}

.card-box {
  padding: 20px;
  border: 1px solid rgba(54, 64, 74, 0.08);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 20px;
  background-color: #fff;
}

.card-box .nav-pills li a {
  color: #4c5667 !important;
  line-height: 36px !important;
  border-radius: 30px;
  padding: 0px 20px;
}
.card-box .nav-pills li.active a {
  color: #ffffff !important;
}
.card-box .nav-pills li.active a {
  background-color: #3bafda !important;
}

.navbar-custom {
	font-size: 14px;
    background-color: rgba(0, 1, 58, 1);
    border: 0;
    border-radius: 0;
    padding-top:5px;
}
  
.navbar-custom .navbar-nav > li > a {
  	color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 1, 58, 1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.navbar-custom .navbar-nav > .active > a {
    color: #000000;
    background-color: #dddddd;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
      
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus
{
    color: #ffffff;
    background-color: #00007E;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus,
.navbar-custom .navbar-nav > .open >a {
    color: #ffffff;
    background-color: #00007E;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
     
.navbar-custom .navbar-brand {
  	color: rgba(255, 255, 255, 1);
}
.navbar-custom .navbar-toggle {
  	background-color:rgba(0, 1, 58, 1);
    border-color: #00007E;
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #00007E;
}
.navbar-custom .icon-bar {
  	background-color:#33aa33;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}
.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.img-desc {
    position:absolute;
    width:100%;
    bottom:0;
    right:0;
    text-align:right;
    margin-right:20px;
    color: #ffffff;
}

.fa-responsive
{
    font-size: 2em;
}

/*-----------------------------------------------------------------------------------*/


/*	04. SLIDER
/*-----------------------------------------------------------------------------------*/

.slider-area {
    height: 500px;
    position: relative;
}

.slider-text.overlay:after {
    opacity: 0;
    filter: alpha(opacity=0);
}

.slider-text h1 {
    color: #dddddd;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    text-shadow: 1px 3px 8px rgba(0, 0, 0, 0.17);
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

    .slider-text h1 span {
        color: #5FFF00;
    }

.slider-text p {
    color: #ffffff;
    font-size: 16px;
}

.img-fill {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}

    .img-fill img {
        height: 100%;
        min-width: 100%;
        position: relative;
        display: inline-block;
        max-width: none;
    }

.blocks-box,
.slick-slider {
    margin: 0;
    padding: 0 !important;
}

.slick-slide {
    float: left /* If RTL Make This Right */
    ;
    padding: 0;
}

.Modern-Slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

    .Modern-Slider .item .img-fill {
        background: #000;
    }

        .Modern-Slider .item .img-fill .slider-text {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0px;
            left: 0px;
            text-align: center;
        }

.tb {
    display: table;
    height: 100%;
    width: 100%;
}

.tbc {
    padding-top: 200px;
}

.Modern-Slider .NextArrow {
    left: 15px;
    margin-top: -22.5px;
    top: 50%;
}

    .Modern-Slider .NextArrow:before {
        content: '\eb61';
    }

.Modern-Slider .PrevArrow,
.Modern-Slider .NextArrow {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #ffffff;
    font-family: "icofont";
    font-size: 16px;
    height: 29px;
    position: absolute;
    text-align: center;
    width: 29px;
    z-index: 5;
    padding: 0px;
    line-height: 29px;
}

.Modern-Slider .PrevArrow {
    left: 15px;
    margin-top: -58px;
    top: 50%;
}

    .Modern-Slider .PrevArrow:before {
        content: '\eb5e';
    }

    .Modern-Slider .PrevArrow:hover,
    .Modern-Slider .NextArrow:hover {
        background: #19b5ff;
        border: #fff;
    }

.Modern-Slider .slick-dots li button {
    display: none;
}

.Modern-Slider .item.slick-active h1 {
    -webkit-animation: fadeInDown 1s both 1s;
    animation: fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active p {
    -webkit-animation: fadeInLeft 1s both 1.5s;
    animation: fadeInLeft 1s both 1.5s;
}

.slider-text p {
    line-height: 28px;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left; /* If RTL Make This Right */
    height: 785;
    min-height: 1px;
}

    .slick-slide.dragging img {
        pointer-events: none;
    }

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

@media (max-width: 767px) {
    .navbar-custom .navbar-nav > li > a,
    .navbar-custom .navbar-nav > .active > a,
    .navbar-custom .navbar-nav > li > a:hover,
    .navbar-custom .navbar-nav > li > a:focus,
    .navbar-custom .navbar-nav > .active > a:hover,
    .navbar-custom .navbar-nav > .active > a:focus,
    .navbar-custom .navbar-nav > .open >a
    {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .container {
        width: 98%;
    }

    .fa-responsive
    {        
        font-size: 1em;
    }
    .btn-responsive
    {
        padding: 1px 5px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }
    .text-responsive
    {
        text-align:left
    }

}

@media only screen and (min-width: 1600px) {
    .Modern-Slider .PrevArrow,
    .Modern-Slider .NextArrow {
        left: 10%;
    }
}


/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .sin-info {
        margin-bottom: 18px;
        width: 25%;
    }

    .logo {
        padding: 10px 0;
    }

    .sin-fact {
        width: 16%;
    }

        .sin-fact span,
        .sin-fact span.counter {
            font-size: 38px;
        }

            .sin-fact span.counter {
                margin-bottom: 18px;
            }

    .count-badge {
        font-size: 12px;
    }

    .large-thumb {
        width: 65%;
    }

    .page-links {
        padding-left: 30px;
    }

    .site_map_links {
        margin-right: 20px;
    }

    .about-content {
        font-size: 12px;
    }

    .sin-whatWork {
        font-size: 11px;
        line-height: 25px;
    }

    .member-bio {
        font-size: 12px;
        line-height: 20px;
    }

        .member-bio h2 {
            font-size: 15px;
            margin-bottom: 4px;
        }

    .member-pos {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .single-form.text-area,
    .sin-input {
        width: 100%;
    }

    .select-box {
        margin-bottom: 15px;
    }

    .sin-project .work-excerp > h2 {
        font-size: 14px;
        margin-bottom: 0;
    }

    .sin-project .work-excerp p {
        font-size: 12px;
    }

    .sin-project .work-thumb {
        margin-bottom: 20px;
    }

    .sin-input.select-box.select-topic {
        width: 100%;
    }

    .comment-form input {
        width: 100%;
    }

    .button.quote-btn {
        width: 155px;
        padding: 20px 35px;
    }
    

    .sin-info:before {
        width: 0px;
    }
}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 840px;
    }

    .sin-info {
        margin-bottom: 18px;
        width: 30%;
        margin-right: 0;
    }

    .logo {
        padding: 10px 0;
    }

    .mainmenu-area ul.nav.navbar-nav li a {
        padding: 22px 9px 18px;
        font-size: 11px;
    }

    figure.about-thumb img {
        width: 100%;
    }

    .sin-fact {
        float: left;
        margin: 0 17px;
        width: 15%;
    }

    .slider-text h1 {
        font-size: 40px;
        line-height: 40px;
        margin: 0 0 10px;
    }

    .slider-text p {
        font-size: 12px;
    }

    .rs-padding {
        padding-left: 70px;
    }

    .count-badge {
        font-size: 12px;
    }

    .sin-fact > span {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .facts-headding > h2 {
        margin-bottom: 30px;
    }

    .small-thumbs img {
        height: 164px;
    }

    .widget {
        margin-bottom: 50px;
    }

    .sin-whatWork {
        font-size: 12px;
        line-height: 22px;
        padding: 18px;
    }

    .sidebar .widget_links li:after {
        left: 5%;
    }

    .sin-pricing-table {
        margin-bottom: 30px;
    }

    .contact-info {
        margin-top: 50px;
    }

    .sin-input.select-box.select-topic {
        width: 100%;
    }

    .comment-box-section {
        margin-bottom: 50px;
    }

    .button.quote-btn {
        width: 155px;
        padding: 20px 35px;
    }

    .button-cta {
        margin-top: 0px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .button-cta {
        margin-top: 30px;
        margin-bottom: 65px;
    }

    .cta-text {
        text-align: center;
        padding: 30px 0 20px;
    }

    .cta-right {
        text-align: center;
    }

    .head-top-area {
        padding: 10px 0;
    }
}


@media only screen and (min-width: 768px) and (max-width: 856px) {
    .container {
        width: auto;
    }

    .button.quote-btn{
        padding: 20px 10px;
        width: auto;
    }
}

/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    .sin-info {
        float: none;
        margin: 30px 0;
    }

    .button {
        padding: 10px 30px;
    }

    .tbc {
        padding-top: 105px;
    }

   

    .menu-hamp {
        background: #fff none repeat scroll 0 0;
        display: block;
        height: 3px;
        margin: 3px 0;
        width: 30px;
        -webkit-transition-duration: 0.15s;
        transition-duration: 0.15s;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
    }

    .is-active .menu-hamp:nth-child(2) {
        display: none;
    }

    .is-active .menu-hamp:nth-child(1) {
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg);
    }

    .is-active .menu-hamp:nth-child(3) {
        position: absolute;
        top: 9px;
        -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        transform: rotate(-40deg);
    }

    

    .slider-text h1 {
        font-size: 27px;
        line-height: 30px;
        margin: 0 0 35px;
    }

    .slider-text p {
        font-size: 12px;
    }

    .Modern-Slider .PrevArrow,
    .Modern-Slider .NextArrow {
        display: none !important;
    }

    blockquote {
        font-size: 12px;
        line-height: 25px;
        padding: 0 0 0 30px;
    }

    .sin-fact {
        float: none;
        margin-bottom: 60px;
        width: 100%;
    }

    .small-thumbs {
        width: 29.8%;
    }

    .cta-area,
    .cta-right {
        text-align: center;
        ;
    }

    .button-cta {
        margin-bottom: 20px;
        margin-top: 0;
    }

    .widget {
        margin-bottom: 60px;
    }

    .social-links {
        text-align: center;
    }

        .social-links ul li {
            margin: 0 5px;
        }

    .input-email > input {
        width: 100%;
    }

    .section-padding {
        padding: 80px 0;
    }

    .cta-text {
        padding: 40px 0 20px;
    }

    ul.degins li {
        margin-bottom: 20px;
    }

    .bread-cumb > ul {
        padding-bottom: 48px;
        padding-top: 55px;
    }

    .page-title-content {
        width: 55%;
    }

        .page-title-content h2 {
            font-size: 19px;
        }

    .sub-title {
        font-size: 12px;
    }

    .about-content {
        font-size: 12px;
        line-height: 28px;
    }

    .sin-whatWork {
        margin-bottom: 50px;
    }

    .member-bio {
        font-size: 12px;
        line-height: 20px;
    }

        .member-bio h2 {
            font-size: 16px;
            margin-bottom: 2px;
        }

    .member-pos {
        margin-bottom: 5px;
    }

    .copyright {
        text-align: center;
    }

    .sin-pricing-table {
        margin-bottom: 30px;
    }

    .single-form.text-area,
    .sin-input {
        width: 100%;
    }

    .select-box {
        margin-bottom: 15px;
    }

    .contact-info {
        margin-top: 50px;
    }

    .contact-info {
        padding-left: 0px;
    }

        .contact-info:after {
            display: none;
        }

    .info {
        ;
        font-size: 11px;
    }

        .info > span {
            margin-left: 10px;
            float: none;
        }

    #googleMap2 {
        height: 340px;
    }

    .sin-input.select-box.select-topic {
        width: 100%;
    }

    .comment-box-section {
        margin-bottom: 50px;
    }

    .comment-form input {
        width: 100%;
    }

    .dissapp-search-box .search-form {
        width: 268px;
    }

    .dissapp-search-box .input-submit:after {
        width: 15%;
    }

    .dissapp-search-box .search-form input[type="submit"] {
        width: 20%;
    }

    .error {
        margin-left: 0px;
    }

    .slider-area {
        height: 400px;
    }

    .hover-ind {
        display: none;
    }

    .mean-container .mean-bar {
        margin-bottom: 25px;
        margin-bottom: 25px;
        position: fixed;
        top: 0;
        z-index: 999999;
    }

    

    .head-top-area {
        margin-top: 40px;
    }

    .mean-container .mean-nav ul li a.mean-expand {
        line-height: 35px;
        padding: 8px !important;
    }

    .mainmenu-area ul.nav.navbar-nav li ul li a:hover {
        color: #fff;
    }

    

    .quote-btn {
        right: 5px;
        top: -70px;
    }

    #hlApply {
        display: none;
    }

    .button-js {
        margin-bottom: 0px;
        margin-top: 44px;
    }

    .js-text {
        padding: 30px 0 20px;
        text-align: center;
    }
}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .news-thumb.light-box > img,
    .work-thumb img,
    .about-thumb > img {
        width: 100%;
    }

    .small-thumbs {
        width: 31.3%;
    }

    .mean-container .mean-nav ul li {
        background: #19b5ff none repeat scroll 0 0;
    }

    .mean-container .mean-bar {
        background: #19b5ff none repeat scroll 0 0;
        margin-bottom: 25px;
    }

    #hlApply {
        display: none;
    }
}



