/*
    2017 (c) DevArt Software Co.
    ============================

    Client: Creative Partners (Pvt) Ltd.
*/

/*=======================================
    Common
=========================================*/
body 
{
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    position: relative;
}

html, body 
{
    width: 100%;
    overflow-x: hidden;
}

h1, h2, h3, h4 
{
    font-weight: bold;
    letter-spacing: 2px;
}

.heading 
{
    font-size: 20px;
}

.subheading 
{
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 60px;
}

.bold 
{
    font-weight: bold;
}

p 
{
    line-height: 28px;
    font-size: 15px;
}

a 
{
    outline: none !important;
}

hr 
{
    width: 180px;
    border-color: #CCC;
}

.section-title strong 
{
    color: #1B8B00;
    font-size: 56px;
}

.section-title h1 
{
    font-size: 24px;
}

.section-title 
{
    padding-bottom: 32px;
}

.small-icon 
{
    font-size: 24px !important;
}

.medium-icon 
{
    font-size: 32px !important;
}

.large-icon 
{
    font-size: 48px !important;
}

.icon-spacing 
{
    margin-right: 10px;
}

.RoundBorderV 
{
    border: 2px solid #1B8B00;
    padding: 25px 20px;
    border-radius: 100px;
}

.RoundBorderH 
{
    border: 2px solid #1B8B00;
    padding: 25px 25px;
    border-radius: 100px;
}

.ScrollHidden
{
    overflow-x: hidden;
}

#work, #about, #gallery,
#clients, #pricing, #contact, #awards 
{
    padding-top: 100px;
    padding-bottom: 100px;
}

.ColoredTitle
{
    color: #1B8B00;
}

.ErrorArea 
{
    padding-top: 150px;
}

.ErrorArea div div 
{
    padding: 20px;
    color: #333;
}

/* ==========================================================================
preloader section
========================================================================== */
.preloader 
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background:  #fff;
}

.sk-spinner-circle.sk-spinner 
{
    width: 22px;
    height: 22px;
    position: relative;
}

.sk-spinner-circle .sk-circle 
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-spinner-circle .sk-circle:before 
{
    content: '';
    display: block;
    margin: 0 auto;
    width: 20%;
    height: 20%;
    background-color: #1B8B00;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.sk-spinner-circle .sk-circle2 
{
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-spinner-circle .sk-circle3 
{
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-spinner-circle .sk-circle4 
{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-spinner-circle .sk-circle5 
{
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-spinner-circle .sk-circle6 
{
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-spinner-circle .sk-circle7 
{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-spinner-circle .sk-circle8 
{
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-spinner-circle .sk-circle9 
{
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-spinner-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-spinner-circle .sk-circle11 
{
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-spinner-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-spinner-circle .sk-circle2:before 
{
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-spinner-circle .sk-circle3:before 
{
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-spinner-circle .sk-circle4:before 
{
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-spinner-circle .sk-circle5:before 
{
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-spinner-circle .sk-circle6:before 
{
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-spinner-circle .sk-circle7:before 
{
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-spinner-circle .sk-circle8:before 
{
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-spinner-circle .sk-circle9:before 
{
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-spinner-circle .sk-circle10:before 
{
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-spinner-circle .sk-circle11:before 
{
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-spinner-circle .sk-circle12:before 
{
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay 
{
    0%, 80%, 100% 
    {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% 
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay 
{
    0%, 80%, 100% 
    {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% 
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* ==========================================================================
navigation section
========================================================================== */
.custom-navbar 
{
    background: #fff;
    margin-bottom: 0;
    border-bottom: 2px solid #1B8B00 !important;
}

.custom-navbar .navbar-brand 
{
    color: #1B8B00;
    font-weight: 600;
    font-size: 24px;
}

.custom-navbar .navbar-brand .navbar-toggle 
{
    background: #1B8B00;
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.custom-navbar .nav li a 
{
    color: #1B8B00;
    font-size: 14px;
    font-weight: 500;
}

.custom-navbar .nav li a:hover 
{
    background: transparent;
    color: #ffb0b0;
}

.custom-navbar .nav > li > a:focus 
{
    background-color: transparent;
    color: #ffffff;
    outline: none;
}

.custom-navbar .nav li a 
{
    padding: 10px 15px;
}

.custom-navbar .nav li.active > a 
{
    color: #1B8B00;
    border: 1px #1B8B00 solid;
    padding: 10px 15px;
}

.custom-navbar .navbar-toggle 
{
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle .icon-bar 
{
    background: #1B8B00;
    border-color: transparent;
}

.navbar-header button
{
    display: none;
}

@media(min-width:768px) 
{
    .custom-navbar 
    {
        padding: 10px;
        border-bottom: 0;
    }

    .custom-navbar.top-nav-collapse 
    {
        padding: 8px;
        background: #1f1f1f;
    }
}

.Logo 
{
    padding: 0;
}

.Company
{
    float: right;
    color: #1B8B00;
}

@media all and (max-width: 768px) 
{
    .Logo img 
    {
        height: 100%;
        max-width: auto !important;
    }
}

@media all and (min-width: 769px) 
{
    .Logo img 
    {
        max-width: 200px;
    }
}

/* ==========================================================================
home section
========================================================================== */
.SliderSpacer 
{
    width: 100%;
}

.SliderContainer 
{
    width: 100%;
    height: 175px;
    position: relative;
    bottom: 0;
}

.Slider 
{
    width: 100%;
    height: 175px;
    margin: 0px;
    padding: 0px;
    position: relative;
    top: 0px;
}

.Slider li 
{
    list-style: none;
    height: 100%;
}

#SliderItem 
{
    font-weight: 600 !important;
    text-transform: uppercase;
    width: 100%;
    padding-right: 10px;
}

#SliderItem h2 
{
    background: #1B8B00;
    padding: 10px;
    top: -70px;
    left: 5px;
    position: relative;
}

#SliderItem h2, #SliderItem p 
{
    width: auto !important;
    text-align: left;
    max-width: 500px !important;
    min-width: 400px !important;
}

#SliderItem h2 div 
{
    width: auto !important;
    margin-left: 10px;
}

#SliderItem p 
{
    background: #000;
    position: relative;
    z-index: -1;
    padding-top: 53px !important;
    padding-bottom: 2px !important;
    left: 9px;
}

#SliderItemContent 
{
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    top: -75px;
    left: 5px;
    position: relative;
    text-align: left;
}

#home
{
    background: url("../img/bg.jpg") no-repeat center center;
}

#home, #error
{
    background-size: cover;
    background-position: center;
    color: #ffffff;
    height: 101vh;
    text-align: center;
}

#home h1, #error h1
{
    font-size: 40px;
}

#home h3, #error h3
{
    font-size: 14px;
}

#home hr 
{
    width: 240px;
}

#home .btn
{
    background: transparent;
    border: 4px solid #ffffff;
    border-radius: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 12px 42px;
    margin-top: 40px;
    margin-right: 16px;
    transition: all 0.4s ease-in-out;
    border-radius: 5px;
}

#home .btn:hover 
{
    background: #1B8B00;
    border-color: transparent;
}

#home .btn-danger 
{
    background: #1B8B00;
    border-color: transparent;
}

#home .btn-danger:hover 
{
    border: 4px solid #ffffff;
    background: transparent;
    color: #ffffff;
}

/* ==========================================================================
contact section
========================================================================== */
#contact 
{
    background: #3B3B3B url('../img/contact-bg.jpg') no-repeat center center;
    background-size: cover;
    color: #ffffff;
}

#contact .container 
{
    background: rgba(0,0,0, 0.5);
    padding: 40px;
}

#contact h2
{
    padding-bottom: 20px;
}

#contact h3 
{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

#contact .medium-icon 
{
    padding-top: 10px;
    padding-right: 10px;
}

#contact .contact-info div 
{
    padding-top: 14px;
    padding-bottom: 14px;
}

#contact form 
{
    padding-top: 60px;
}

#contact .form-control 
{
    border: 2px solid #ffffff;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
    border-radius: 0;
}

#contact input 
{
    height: 40px;
}

#contact input[type="submit"], .ButtonClose 
{
    background: #1B8B00;
    border: 3px solid #1B8B00;
    letter-spacing: 1px;
    margin-top: 18px;
    height: 50px;
    color: #ffffff;
    max-width: 300px;
    float: right;
    border-radius: 0;
}

#contact input[type="submit"]:hover 
{
    color: #000000;
}

#contact #CaptchaHolder
{
    width: 100%;
    background:#fff;
    height: 40px;
    margin: 10px 0;
    transition: all 0.4s ease-in-out;
    box-shadow: none;
}

#contact #ImgCaptcha
{
    height: 40px;
    border: 2px solid #ffffff;
    margin-left: 10px;
}

.DevArt 
{
    font-size: 12px;
}

.DevArt a, .DevArt a:visited, .DevArt a:hover, .DevArt 
{
    color: #1f1f1f;
}

a, a:link, a:visited, a:hover, a:active 
{
    text-decoration: none;
    color: #1B8B00;
    transition: color 0.20s linear 0s;
    -o-transition: color 0.20s linear 0s;
    -ms-transition: color 0.20s linear 0s;
    -moz-transition: color 0.20s linear 0s;
    -webkit-transition: color 0.20s linear 0s;
}

@media all and (max-width: 768px)
{
    #contact input[type="submit"]
    {
        max-width:none;
        width: 100%;
    }
}

/* ==========================================================================
footer section
========================================================================== */
footer 
{
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

footer p 
{
    padding-top: 20px;
}

.social-icon 
{
    padding: 0;
    margin: 0;
}

.social-icon li 
{
    list-style: none;
    display: inline-block;
    padding: 6px;
}

.social-icon li a 
{
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.09);
    color: #808080;
    font-size: 20px;
    width: 56px;
    height: 56px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.social-icon li a:hover 
{
    color: #1B8B00;
}

@media screen and (min-width: 992px) 
{
    @-moz-document url-prefix() 
    {
        #clients .col-lg-4,
        #clients .col-md-4 {
            width: 33.333%;
        }
    }
}

/* ==========================================================================
Audio
========================================================================== */
audio 
{
    display: none;
}

#DivAudio 
{
    position: fixed;
    left: 0;
    bottom: 0;
    background: #1f1f1f;
    border: 1px solid #1B8B00;
    padding: 10px;
    border-radius: 50px;
    cursor: pointer;
    margin: 2px;
}

#DivAudio img 
{
    max-width: 32px;
}

/* ==========================================================================
media quires
========================================================================== */
@media screen and (orientation:landscape) and (max-height: 480px) 
{
    #DivGallery 
    {
        height: 100%;
        width: 100%;
        margin: 0 !important;
        max-height: 480px;
    }

    #DivGalleryViewer 
    {
        float: left;
        width: 80%;
        padding: 0;
        text-align: left;
    }

    #DivGalleryThumbsMain 
    {
        float: right;
        width: 20%;
        height: 434px;
        overflow: hidden;
        overflow-y: auto;
        margin: 0;
    }

    #DivGalleryThumbsMain div 
    {
        height: 1920px;
        border: none;
        width: auto!important;
    }

    #DivGalleryThumbs img 
    {
        margin: 10px;
    }

    #DivGalleryViewer img 
    {
        width: auto !important;
        height: auto !important;
    }
}

@media handheld and (orientation:landscape) and (max-height: 768px) 
{

}

@media screen and (width: 800px) and (height: 1280px) 
{

}

@media screen and (max-width: 480px) 
{
    #home 
    {
        padding-top: 320px;
        padding-bottom: 320px;
    }

    #home h1 
    {
        font-size: 22px;
    }

    #home h3 
    {
        font-size: 12px;
    }

    #gallery #albums span 
    {
        max-width: 95% !important;
    }

    #DivGallery 
    {
        width: 100% !important;
        margin: 50px 0 0 0 !important;
    }

    .Slider 
    {
        left: -20px;
    }

    #SliderItem 
    {
        max-width: 380px !important;
        min-width: 320px !important;
    }

    #SliderItem p 
    {
        padding-top: 38px !important;
    }

    #SliderItem h2 
    {
        top: -55px;
        left: 0;
    }

    #SliderItemContent 
    {
        top: -60px;
        left: 0;
    }

    #SliderItem h2 div 
    {
        font-size: 20px;
    }

    .SliderContainer 
    {
        left: 25px;
    }
}

@media screen and (max-width: 768px) and (orientation:portrait) 
{
    .Logo img 
    {
        /*max-width: 150px;*/
    }

    .custom-navbar 
    {
        /*background: #1f1f1f !important;*/
    }

    .top-nav-collapse, .navbar-collapse 
    {
        background-color: #1f1f1f !important;
    }

    #DivGallery 
    {
        width: 90%;
        margin: 5%
    }

    #DivGalleryThumbs 
    {
        width: 1920px;
        max-height: 100px;
        text-align: left;
    }
}

@media screen and (min-width: 801px) 
{

}

@media screen and (max-width: 991px)
{
    #gallery #albums span 
    {
        max-width: 45%;
    }
}

/* ==========================================================================
Alerts
========================================================================== */
.ModalBackground 
{
    filter: alpha(opacity=70);
    opacity: 0.7;
    background-color: #000;
    top: 0px;
    left: 0px;
    height: 100%;
}

.MsgOuter 
{
    width: 100%;
    vertical-align: middle;
    z-index: 1050;
    azimuth: center;
    position: fixed;
}

.MsgMain 
{
    background: #fff;
}

#DivMsgOuter 
{
    bottom: 0 !important;
}

.ButtonClose 
{
    border-radius: 0px;
    margin: 5px !important;
    margin-right: 20px !important;
    float: right !important;
    padding: 5px !important;
    width: auto !important;
    height: auto !important;
}

.MsgHeading 
{
    margin-bottom: 0;
    float: left;
    background-color: #3B3B3B;
    width: 100%;
    color: #fff;
}

.MsgHeading h5 
{
    float: left;
    margin-left: 20px;
    margin-top: 15px;
}

.MsgBody 
{
    float: left !important;
    margin: 20px;
    text-align: left;
}

.PhoneHolder, #SpnPhone, #SpnName 
{
    height: 20px !important;
}

#Welcome
{
    padding: 20px; 
    background: rgba(0,0,0,0.5);
}