/*!
 * nav
 * header
 * about
 * team
 * counter
 * services
 * progress
 * faq
 * portfolio
 * testimonials
 * client
 * Cotnact
 * footer
 */

html,
body {
    width: 100%;
    height: 100%;
    font-family: arial;
    font-size:16px;
}
a:focus,a:hover{color:#fff;text-decoration:underline}
.bg
{
    background: #111;
}

a {
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
     -moz-transition: all 0.35s ease 0s;
}
.nicescroll-rails.nicescroll-rails-vr {
    background: #F6F6F6 none repeat scroll 0 0;
    opacity: 1 !important;
    width: 16px !important;
    z-index: 9999 !important;
}

.nicescroll-cursors {
    background: #2ad0b3 none repeat scroll 0 0 !important;
    border: medium none !important;
    border-radius: 0 !important;
    width: 16px !important;
}

.box-container {
    background: #fff none repeat scroll 0 0;
    padding: 0;
}
.box-container2 {
    background: #fff none repeat scroll 0 0;
    padding: 0;
     box-shadow: 1px 11px 13px #ddd;
     -webkit-box-shadow: 1px 11px 13px #ddd;
     -moz-box-shadow: 1px 11px 13px #ddd;
}

#loading {
    background-image: url("../img/preloader.GIF");
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}
#preloader {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}
.ank {
    border: 1px solid #1b1b1b;
    color: #1b1b1b;
    display: inline-flex;
    margin-top: 27px;
    padding: 10px 25px;
    text-decoration: none;
}
.ank:hover {
    border: 1px solid #2ad0b3;
    color: #2ad0b3;
    display: inline-flex;
    margin-top: 27px;
    padding: 10px 25px;
    text-decoration: none;
}
.navbar-brand{
    float: left;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 999;
    padding: 30px 0;
}
nav {
    background: #fff none repeat scroll 0 0 !important;
    border: 0 none !important;
    border-radius: 0 !important;
    float: left;
    width: 100%;
}
.size
{
font-size:45px;
color:#fff;
}
.title
{
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
.title h2 {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.title span {
    background: #1cbac8 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 10px auto 0;
    width: 100px;
}
.title a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-flex;
    margin-top: 27px;
    padding: 10px 25px;
    text-decoration: none;
}
.title a:hover {
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
}

.title-2
{
    margin-bottom: 50px;
}
.title-2 h2 {
    color: #555;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.title-2 span {
    background: #1cbac8 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 10px auto 0;
    width: 100px;
}
.title-2 a {
    border: 1px solid #555;
    color: #555;
    display: -moz-inline-grid;
    margin-top: 27px;
    padding: 10px 25px;
    text-decoration: none;
}
.title-2 a:hover {
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
}
.title-2 p {
    color: #999;
}
</*----------- navbar
--------------------------*/
.navbar-nav {
    float: left;
    font-size: 16px;
    margin: 0;   
}
.img-left {
    left: -390px;
    position:relative;
}
.navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background: none;
     color: #fff;
    text-decoration: underline;
}
.affix {
    background: rgba(0, 0, 0, 0) url("../img/header.jpg") repeat scroll 0 -806px !important;
    transition: all 0.35s ease 0s;
    -webkit- transition: all 0.35s ease 0s;
}
.affix::before {
    background: rgba(0, 0, 0, 0.64) none repeat scroll 0 0;
    content: "";
    height: 114px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size:16px;
    padding: 50px 20px 35px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {   
    color: #2ad0b3;
}
</*----------- header
--------------------------*/
.header-text {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    display: block;
    float: none;
    font-size: 18px;
    margin: 150px auto;
    padding: 42px !important;
    text-align: center;
    width: 700px;
}
.header-text h2 {
    font-size: 45px;
	margin-bottom:30px;
}
.header-text h3 {
    font-size: 30px;
	margin-bottom:30px;
}
.header-text p {
	margin-bottom:30px;
}
.header-text h2 span {
    color: orange;
}
.header-btn {
    border: 2px solid #fff;
    color: #fff;
    display: block;
    font-size: 22px;
    line-height: 42px;
    margin: 50px auto auto;
    text-align: center;
    width: 235px;
	transition: all 0.35s ease 0s;
}
.header-btn:hover {
    border: 2px solid #ff6000;
    color: #ff6000;
	text-decoration:none;
	transition: all 0.35s ease 0s;
}
.btn-ornge {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid;
    border-radius: 0;
    width: 250px;
	font-size:18px;
	transition: all 0.35s ease 0s;
}
.btn-ornge:hover {   
    border: 2px solid #ffae00;    
	color:#ffae00;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	transition: all 0.35s ease 0s;
}
.section-padding {
    padding: 50px 0;
}


.carousel-inner > .item {
    height: 650px;
    overflow: hidden;
}
.carousel-inner > .item::before {
    background: rgba(0, 0, 0, 0.64) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.caption {
    color: #fff;
    display: block;
    font-size: 24px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 250px !important;
    text-align: center;
    text-transform: uppercase;
    width: 85%;
    z-index: 999;
    position: relative;
}
.left-control {
    border: 1px solid;
    left: 30px;
    padding: 10px 20px;
    position: absolute;
    top: 50%;
    color: #2ad0b3;
    z-index: 999;
}
.right-control {
    border: 1px solid;
    right: 30px;
    padding: 10px 20px;
    position: absolute;
    top: 50%;
    z-index: 999;
    color: #2ad0b3;
}
.btn.get-start {
    border: 1px solid #fff;
    color: #fff;
}
.caption h2 {
    font-size: 45px;
    font-weight: normal;
}
.caption p {
    color: #2ad0b3;
}
.icon i {
    border: 1px solid;
    font-size: 36px;
    line-height: 64px;
    margin-top: 47px;
    text-align: center;
    width: 100%;
     color: #2ad0b3;
}

/*----------- About
--------------------------*/
#about {
    background: #2ad0b3 none repeat scroll 0 0;
    color: #fff;
}
.about-box img {
    border: 6px solid #ddd;
    border-radius: 50px 0;
    
    box-shadow: 0 -7px 9px -4px #ddd;
    -webkit-box-shadow: 0 -7px 9px -4px #ddd;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 3px;
    width: 100%;
}
.about-box {

    text-align: center;
}
.about-box h2 {

}
.about-box p {
    background: #f9f9f9 none repeat scroll 0 0;
    box-shadow: 1px 4px 1px -2px #ddd;
    padding: 20px;
}

.about-box2  {
    background: #f9f9f9 none repeat scroll 0 0;
    box-shadow: 1px 4px 1px -2px #ddd;
    padding: 20px;
}

/*----------- team
--------------------------*/
.team h3 {
    margin: 0;
    padding: 16px 0;
}
.team p {
    background: #fff;
    box-shadow: 0 5px 7px -4px #ddd;
     border-radius: 18px;
}

/*----------- counter
--------------------------*/
.counter {
    background: rgba(0, 0, 0, 0) url("../img/team-bg.jpg") repeat scroll center center / cover ;
    color: #fff;
    position: relative;
    text-align: center;
}
.counter span {
    color: #1da6d8;
}
.counter::before {
    background: rgba(0, 30, 56, 0.77) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/*----------- services
--------------------------*/
.services {
    background: #1b1b1b none repeat scroll 0 0;
    color: #888;
}
.services h3 {
    color: #2ad0b3;
}
.services a {
    border: 1px solid #2ad0b3;
    color: #2ad0b3;
    display: inline-flex;
    margin-top: 27px;
    padding: 10px 25px;
    text-decoration: none;
}
.services a:hover {
    border: 1px solid #fff;
    color: #fff;
    display: inline-flex;
    margin-top: 27px;
    padding: 10px 25px;
    text-decoration: none;
}
/*----------- progress
--------------------------*/
.progress {
    height: 30px;
}
.progress-bar {
    background-color: #2ad0b3;   
    line-height: 30px;
}
/*----------- faq
--------------------------*/
.faq {
    background: #f5f5f5 none repeat scroll 0 0;
    width: 100%;
}
.que {
    background: #2ad0b3 none repeat scroll 0 0;
    color: #fff;
    padding: 10px;
}
.ans span {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    padding: 3px 10px;
}
/*----------- portfolio
--------------------------*/
#portfolio img {
    margin-top: -6px;
    width: 100%;
}
.portfolio img
{
    width: 100%;
    height: 196px;
      transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.portfolio a:hover img {
    transform: scale(1.2);
}

.portfolio > div {
    padding: 0px;
}
.portfolio a {
    display: block;
     overflow: hidden;
    position: relative;
}
.hover-img {
     color: #fff;
    height: 100%;   
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;     
    opacity: 0;
    transition: all 0.32s ease 0s;
    
}
.hover-img:hover {
     color: #fff;
    position: absolute;
    text-align: center;
    top: 0;   
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;   
    opacity: 1;
    transition: all 0.32s ease 0s;
}
.hover-img:hover .iconlink {
    color: #fff;
    margin-top: 100px;
    font-size: 30px;   
    transition: all 0.3s ease 0s;
}

/*----------- testimonials
--------------------------*/
.testimonials {
    float: left;
    width: 100%;
    background: rgba(0, 30, 56, 1) none repeat scroll 0 0;
    padding-top: 100px;
    color: #fff;
     height: 601px;
}
.testimonials .caption {
    padding-top: 0px !important;
}
.testimonials .carousel-inner > .item::before {
    background: rgba(0, 30, 56, 1) none repeat scroll 0 0;
    content: "";
    height: 400px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.testimonials .carousel-indicators {
    bottom: 20%;
}
.testimonials .caption > img {
    border-radius: 50%;
    height: 150px;
    width: 150px;
}
.testimonials .caption h2 {
    font-size: 24px;
    font-weight: normal;
    text-transform:uppercase;
}
.testimonials .caption
{
    font-size: 16px;
     text-transform: none;
}
.testimonials .caption p {
    color: #fff;
    font-size: 14px;
}
.testimonials sup {
    font-size: 16px;
    margin: 0 10px;
}
.testimonials h2 {
    color: #fff;
    margin: 0;
    padding: 10px 0;
}
.testimonials p {
    color: #fff;
    margin: 0;
    padding: 10px 0;
}
.testimonials .carousel-inner > .item {
    height: 400px;
    overflow: hidden;
}
/*----------- client
--------------------------*/
.client {
    float: left;
    width: 100%;
    background: #f5f5f5;
}
.client img {
    width: 100%;
}
/*----------- contact
--------------------------*/
#contact {
    float: left;
    width: 100%;
	background-color: #333;
}
#contact input[type="text"]{
    background-color: #f9f9f9;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 57px;
    line-height: 1.42857;
    padding: 10px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
     border-radius: 0;
    background: none;
}
#contact input[type="email"]{
    background-color: #f9f9f9;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 57px;
    line-height: 1.42857;
    padding: 10px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    border-radius: 0;
    background: none;
}
#contact textarea{
     border-radius: 0;
    background: none;
}
#contact .btn-block {
    background: #2ad0b3 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 16px;
    margin-bottom: 50px;
    margin-right: 15px;
    padding: 10px 0;
    transition: all 0.3s ease 0s;
    width: 165px;
    margin: auto;
}
.address .fa {
    color: #2ad0b3;
    font-size: 45px;
    margin-bottom: 20px;
}
.address {
    background: #fff none repeat scroll 0 0;
    padding: 50px 0;
    text-align: center;
}
/*----------- footer
--------------------------*/
.footer
{
   background: #1b1b1b none repeat scroll 0 0;
    color: #fff;
    float: left;
    width: 100%;
    padding: 50px 0;
}
.footer a {
    color: #2ad0b3;
    display: inline-table;
}
.footer a:hover
{
    color: #fff;
}

.ficon {
    border: 1px solid;
    border-radius: 50%;
    color: #999;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin: 0 5px 40px;
    text-align: center;
    width: 50px;
}
.ficon:hover {
    color: #2ad0b3;
}
.footer .newsletter h3 {
    color: #aaa;
    padding-bottom: 30px;
    text-transform: uppercase;
}
.footer .form-control {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    height: 45px;
}
.footer .newsletter button {
    background: #2ad0b3;
    border: 1px solid #1cbac8;
    border-radius: 0;
    color: #fff;
    padding: 10px 30px;
    transition: all 0.4s ease 0s;
    margin-top: 20px;
    margin-bottom: 50px;
}
.footer-content {
    color: #ddd;
    font-size: 12px;
    text-align: center;
}
.footer_block {
    margin-bottom: 25px;
}
.footer_block .title {
    font-weight: 600;
    margin-bottom: 24px;
    min-width: 81px;
    padding-bottom: 18px;
    position: relative;
}
.footer .list-posts {
    margin-top: -15px;
    padding-top: 0;
}
.footer_block .title h3 {
    color: #fff;
    font-size: 18px;
    margin: 0;
}
.footer .list-posts li {
    padding: 15px 0 13px;
}
.working_hours span:first-child {
    float: left;
    text-align: left;
}
.working_hours span {
    float: right;
    text-align: center;
    width: 48%;
    color: #868686;
}
.footer p {
    color: #868686;
}
.ns_block {
    margin: 25px 0 20px;
    overflow: hidden;
    position: relative;
}
.ns_block .ns_input {
    background: #494a49 none repeat scroll 0 0;
    border: medium none;
    color: #7f827d;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 8px 100px 8px 14px;
    width: 100%;
}
.ns_block .shortcode_button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
input.shortcode_button, button.shortcode_button {
    height: 35px;
    line-height: 34px;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.social {
    padding: 2px 0 0;
}

.footer .social a {
    color: #999;
}

.footer .social a:hover {
    color: #2ad0b3;
}
.working_hours i {
    bottom: -1px;
    color: #2ad0b3;
    font-size: 16px;
    margin-right: 12px;
    position: relative;
}
.shortcode_button {
    background: #2ad0b3 none repeat scroll 0 0;
    border: medium none;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    padding: 7px 19px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: top;
}
li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer ol, ul {
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0;
}
.copyright {
    color: #999;
    font-size: 12px;
}
@media (min-width:768px) and (max-width:1024px)
{    
.affix {
    background: rgba(0, 0, 0, 0) url("../img/header.jpg") repeat scroll 0 -900px !important;
    transition: all 0.35s ease 0s;
}
    #portfolio img {
    margin-top: -26px;
    width: 100%;
}
    .client img {
    width: 100%;
}
    .address {
    font-size: 15px;
}
    .box-container
{
    width: 100%;
}
}
@media (max-width:600px)
{
       .box-container
{
    width: 100%;
}
   .navbar-brand {
    height: 90px;
    padding: 18px 0;
    width: 24%;
}
    .navbar-brand img
    {
        width: 100%;
    }
    .affix::before {
    height: 90px;
}
    .navbar-collapse {
    background: #2ad0b3 none repeat scroll 0 0;
    border-top: medium none;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    overflow-x: visible;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    width: 105%;
}
    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #1b1b1b;
}
    .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    padding: 10px 26px;
}
    .caption h2 {
    font-size: 19px;
    font-weight: normal;
}
   .caption {
    font-size: 12px;
    padding: 94px !important;
    width: 100%;
}
    .client img {
    width: 100%;
}
    .address {  
    margin-bottom: 30px;
}
    .testimonials .carousel-indicators {
    bottom: 10%;
}
    .portfolio img {
    height: 300px;
    width: 100%;
}
    .hover-img:hover .iconlink {
    margin-top: 150px;
}
    .carousel-inner > .item {
    height: 300px;
    overflow: hidden;
}
    .navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 26px;
    padding: 9px 10px;
    position: relative;
}
#portfolio img {
    margin-top: -40px;
    width: 100%;
}
}
@media (max-width:480px)
{
       .half-container
{
    width: 100%;
}
    .navbar-brand {
    padding: 10px 0;
    width: 24%;
         height: 45px;
}
    .navbar-brand img
    {
        width: 100%;
    }
    .affix::before {
    height: 54px;
}
    .navbar-collapse {
    background: #2ad0b3 none repeat scroll 0 0;
    border-top: medium none;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    overflow-x: visible;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    width: 105%;
}
    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #1b1b1b;
}
    .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    padding: 10px 26px;
}
    .caption h2 {
    font-size: 19px;
    font-weight: normal;
}
   .caption {
    font-size: 12px;
    padding: 94px !important;
    width: 100%;
}
    .client img {
    width: 100%;
}
    .address {  
    margin-bottom: 30px;
}
    .testimonials .carousel-indicators {
    bottom: 10%;
}
    .portfolio img {
    height: 300px;
    width: 100%;
}
    .hover-img:hover .iconlink {
    margin-top: 150px;
}
    .carousel-inner > .item {
    height: 300px;
    overflow: hidden;
}
    .navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top:10px;
    padding: 9px 10px;
    position: relative;
}
}
@media (max-width:320px)
{
       .box-container
{
    width: 100%;
}
    .navbar-brand {
    padding: 10px 0;
    width: 32%;
         height: 45px;
}
    .navbar-brand img
    {
        width: 100%;
    }
    .affix::before {
    height: 54px;
}
    .navbar-collapse {
    background: #2ad0b3 none repeat scroll 0 0;
    border-top: medium none;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    overflow-x: visible;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    width: 105%;
}
    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #1b1b1b;
}
    .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    padding: 10px 26px;
}
    .caption h2 {
    font-size: 19px;
    font-weight: normal;
}
    .caption
    {
        font-size: 12px;
    }
    .client img {
    width: 100%;
}
    .address {  
    margin-bottom: 30px;
}
    .testimonials .carousel-indicators {
    bottom: 10%;
}
     .portfolio img {
    height: 196px;
    width: 100%;
}
    .hover-img:hover .iconlink {
    margin-top: 100px;
}
    .carousel-inner > .item {
    height: 300px;
    overflow: hidden;
}
}