header {
    background-image: url(../images/blue-background.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center 50px;
    width: 100%;
    height: auto;
    background-size: cover;
    text-align: center;
    color: #fff;
}

i{
   padding: 0 7px; 
    }  
.navbar-default {
    background-color: #fff;
    border-color: transparent;
    height: 72px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle {
    background-color: #24bc41;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #2ec6de;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 18px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
ul.nav {
    padding-top: 20px;
    background-color: white;
}
.modal-works span {
    background-color: #acdab5;
    margin-right: 15px;
    padding: 5px 10px;
}
.modal-footer button{
    color: white;
}

.owl-portfolio-item {
    text-align: center;
    display: inline-block;
    width: 100%;
}
 .navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
    color: #24A2B7;
    outline: 0;
}
.navbar-brand img{
    margin-top: 8px;
}
ul.nav{
    padding-top: 16px;
}
ul.nav li {
    padding-bottom: 0;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn {
    color: #fff;
    background-color: #24A2B7;
    border-color: transparent;
}

.owl-carousel .owl-stage{
    margin:0 auto;
}


#myCarousel .nav a small
{
    display: block;
}
#myCarousel .nav
{
    background: #eee;
}
.nav-justified > li > a
{
    border-radius: 0px;
}
.nav-pills>li[data-slide-to="0"].active a { background-color: #16a085; }
.nav-pills>li[data-slide-to="1"].active a { background-color: #e67e22; }
.nav-pills>li[data-slide-to="2"].active a { background-color: #2980b9; }
.nav-pills>li[data-slide-to="3"].active a { background-color: #8e44ad; }
#myCarousel .nav-pills>li[data-slide-to="0"].active a {
    background-color: #6F9DAD;
    color: white;
}
#myCarousel  .nav-pills>li[data-slide-to="1"].active a {
    background-color: #6DB37A;
    color: white;
}
#myCarousel .carousel-inner .item img{
    height: 275px;
    max-height: 300px;
    width: 100%;
}

#myCarousel .nav-pills>li[data-slide-to="2"].active a {
    background-color: #6F9DAD;
    color: white;
}
#myCarousel  .nav-justified > li > a {
    border-radius: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #333231;
}
#myCarousel  .nav-justified > li > a:hover {
    background-color: #E4E4E4;
}

 #myCarousel .carousel-caption h2 {
    font-weight: 600;
    letter-spacing: 0.4px;
    font-family: "Open Sans", Sans-serif;
    color: #fff;
}
#myCarousel .carousel-caption p{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #FFFFFF;
}
#services ul li:before{
    display: none;
}
#myCarousel  ul.nav{
    padding-top: 0;
}



header .intro-text {
    padding-top: 230px;
    padding-bottom: 136px;
}
header .intro-text .intro-heading {
        line-height: 50px;
        font-size: 38px;
        margin-bottom: 0;
        letter-spacing: 1px;
    }
header .intro-text .intro-heading2 {
        line-height: 24px;
        font-size: 32px;
        margin-bottom: 50px;
        letter-spacing: 0;
        font-weight: 600;
}
.btn-xl {
    color: #fff;
    background-color: #23AD21;
    /* border-color: #726FB9; */
    font-family: "Open Sans",sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 0;
    letter-spacing: 0px;
    font-size: 20px;
    padding: 10px 30px;
    font-weight: 600;
}
.section-title p {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    margin: 0; 
    padding: 0 290px;
    color: #CECECE;
}
.section-title h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #5D5D5D;
    font-weight: 800;
    letter-spacing: -0.6px;
    position: relative;
    padding-bottom: 5px;
    width: 45%;
    margin: 10px auto;
    border-bottom: 1px solid #66aab5;
}


#services .section-title h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #5D5D5D;
    font-weight: 800;
    letter-spacing: -0.6px;
    position: relative;
    padding-bottom: 5px;
    width: 100%;
    margin: 10px auto;
    border-bottom: 1px solid #66aab5;
}
#portfolio .section-title h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #5D5D5D;
    font-weight: 800;
    letter-spacing: -0.6px;
    position: relative;
    padding-bottom: 5px;
    width: 100%;
    margin: 10px auto;
    border-bottom: 1px solid #66aab5;
}
#portfolio .col-lg-12{
    padding: 0;
}
#experience .section-title h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    letter-spacing: -0.6px;
    position: relative;
    padding-bottom: 5px;
    width: 50%;
    margin: 10px auto;
    border-bottom: 1px solid #66aab5;
    text-align: center;
}
#experience .main-col{
    float: none;
    margin: 0 auto;
}
#experience .main-col ul li{
    color:#CECECE;
}
#team .section-title h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #5D5D5D;
    font-weight: 800;
    letter-spacing: -0.6px;
    position: relative;
    padding-bottom: 5px;
    width: 90%;
    margin: 10px auto;
    border-bottom: 1px solid #66aab5;
}
#contact .section-title h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    letter-spacing: -0.6px;
    position: relative;
    padding-bottom: 5px;
    width: 100%;
    margin: 10px auto;
    border-bottom: 1px solid #66aab5;
}

#contact .section-title p{
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    margin: 0;
    padding: 0;
    color: #CECECE;
    width: 39%;
}
#contact .contact-info {
    padding: 45px 0px 0 50px;
}
#contact.dark-bg p{
    color: #CECECE !important;
}
footer {
    padding: 10px;
    background-color: #ECECEC;
}
footer .container p{
    color: #757575;
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.6px;
}
#contact a{
   color: #cecece;
}


#back-top a:hover {
    background: #24BC41;
}
@media (max-width: 1199px){
    #experience .main-col {
    float: none;
    margin: 0 auto;
    width: 60%;
    }

}

@media (max-width: 991px){
    .section-title p {
        font-size: 15px;
        font-weight: 300;
        line-height: 25px;
        margin: 0;
        padding: 0 25px;
        color: #CECECE;
    }
    #experience .main-col {
    float: none;
    margin: 0 auto;
    width: 100%;
    }
    #contact .section-title p {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    margin: 0;
    padding: 0;
    color: #CECECE;
    width: 100%;
    }
    #contact .contact-info {
    padding: 45px 0 50px;
    text-align: center;
    }
}

@media (min-width: 769px){
  .phone-call-mobile{
    display: none;
  }
}
@media (max-width: 768px){
   .phone-call-desktop{
    display: none;
   }
   .col-xs-12{
    text-align: center;
    } 
    #experience .section-title h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-weight: 800;
    letter-spacing: -0.3px;
    position: relative;
    padding-bottom: 5px;
    width: 90%;
    margin: 10px auto;
    border-bottom: 1px solid #66aab5;
    }
    .navbar-brand img {
    margin-top: 8px;
    padding: 6px 0px 29px 24px;
    }
    #portfolio .col-lg-12 {
    padding: 15px;
    }
    .section-title h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #5D5D5D;
    font-weight: 800;
    letter-spacing: -0.3px;
    position: relative;
    padding-bottom: 5px;
    width: 90%;
    margin: 10px auto;
    border-bottom: 1px solid #66aab5;
    }
    header .intro-text .intro-heading2 {
    line-height: 38px;
    font-size: 32px;
    margin-bottom: 50px;
    letter-spacing: 0;
    font-weight: 600;
    }
   
}
@media (max-width: 375px){
#myCarousel .carousel-inner .item img {
    height: 350px;
    max-height: 400px;
    width: 100%;
}
}