@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700&display=swap');

.container-fluid
{
    max-width:1150px;
}

@media all and (min-width:1025px)
{
    #header-delimiter
    {

    }
}

#header-top
{
    height:40px;
    line-height:40px;
    background: #272838;

}

#header-top a
{
    margin-left:20px;
}

#header-top a:first-child
{
    margin-left:0px;
}

header
{
    position:fixed;
    top: 0px;
    left: 0px;
    width:100%;
    z-index:10;
    transition:0.55s;
}

header.scrolled
{
    background: #272838;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

#header-bottom
{
    padding:70px 0;
    transition:0.55s;
}

header.scrolled #header-bottom
{
    padding:15px 0;
    padding-top:15px;
    padding-bottom:15px;
}

body,select,textarea,input
{
    font-family: 'Montserrat';
    font-size:17px;
}

.align-middle > div
{
    width:100%;
}

#hero-top
{
    padding-top:250px;
    padding-bottom: 120px;
    background: #505cfd;
}

#hero-top.has-picture
{
    padding-top:300px;
    padding-bottom: 270px;
}

@media all and (max-width:1024px)
{
    #hero-top.has-picture,
    #hero-top
    {
        padding: 30px 0;
        padding-bottom: 120px!important;
    }
}

header ul
{
    text-align:right;
}

header ul li a
{
    color: #f8f1ff;
    font-weight:bold;
    font-size:18px;
}

header ul li
{
    margin-left:60px;
}

header ul li:first-child
{
    margin-left:0px;
}

header ul li a
{
    display:inline-block;
}

header ul li a:before
{
    position:absolute;
    bottom:-3px;
    left:0px;
    width:0px;
    transition:0.55s;
    height:2px;
    background:#f8f1ff;
    content: "";

}

header ul li a:hover
{
    color:#f8f1ff;
}

header ul li a:hover:before
{
    width:100%;
}

header ul li.current-menu-item a:before
{
    width:100%;
}

p:last-child
{
    margin-bottom:0px;
}

#hero-top
{
    color:#fff;
}

#hero-top h1
{
    font-weight:bold;
    font-size:64px;
}

#hero-top-content
{
    max-width:790px;
}

#hero-top p:not(:last-child),
#hero-top h1
{
    margin-bottom:25px;
}

.hero-button,
#the-footer-form .frm_submit button,
.big-button,
#drop-line .frm_submit button
{
    height:55px;
    line-height:53px;
    border: 1px solid #fff;
    text-align: center;
    width:100%;
    max-width:200px;
    padding: 0px 15px;
    text-transform: uppercase;
    transition:0.55s;
    color:#fff;

    display:inline-block;
}

.hero-button{
    margin-right:15px;
}

#drop-line .frm_submit button
{
    background:transparent;
    box-shadow:none!important;
    height:45px;
    line-height:43px;
    border-radius:0px!important;
}

.hero-button:hover,
#the-footer-form .frm_submit  button:hover,
.big-button:hover,
#drop-line .frm_submit button:hover
{
    background: #505cfd;
    border-color: #505cfd;
    color:#fff;
}

footer
{
    color:#fff;
    padding: 70px 0;
    background: #272838;
}

.title-1
{
    text-transform: uppercase;
    letter-spacing:0.1em;
    font-size:14px;
    margin-bottom:3px;
    line-height:1.1;
}

.title-2
{
    text-transform: uppercase;
    font-size:35px;
    font-weight:bold;
    padding-bottom:15px;
    color: #212529;
    margin-bottom:20px;
    position:relative;
    line-height:1.15;
}

.title-2:after
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 60px;
    height:3px;
    background:#212529;
    content: "";
}

.text-center .title-2:after
{
    left:50%;
    transform: translateX(-50%);
}

.title-2.white
{
    color:#fff;
}

.title-2.white:after
{
    background:#fff;
}

@media all and (min-width:1025px)
{
    .row-30
    {
        margin-left:-30px;
        margin-right:-30px;
    }

    .row-30 > div
    {
        padding-left:30px;
        padding-right:30px;
    }
}

#footer-icons img{
    vertical-align: middle;
    display:inline-block;
    margin-right:10px;
}

#footer-icons a
{
    color:#505cfd;
    font-weight:600;
}

.footer-header
{
    font-size:12px;
    font-weight:bold;
    margin-bottom:10px;
}

#the-lower-footer
{
    font-size:12px;
}

#footer-6-content
{
    line-height:1.85;
    font-weight:bold;
}

#footer-6-content p
{
    line-height:1.85;
}

#copyright
{
    font-size:12px;
    font-weight:600;
}

.white-button
{
    display:inline-block;
    height:40px;
    line-height:38px;
    padding: 0px 15px;
    transition:0.55s;
    width:100%;
    max-width:200px;
    text-align:center;
    border:1px solid #fff;
    color:#fff;
    font-weight:600;

}

.white-button:hover
{
    color:#272838;
    background:#fff;
}

#copyright
{
    margin-top:70px;
}

@media all and (max-width:1024px)
{
    #copyright
    {
        margin-top:30px;
    }
}

#the-lower-footer ul
{
    list-style:none;
    margin: 0px;
    line-height:1.85;
    padding: 0px;
}

#the-lower-footer ul a
{
    color:#fff;
}

#the-lower-footer ul a:hover
{
    color:#ddd;
}

#the-footer-form label,
#the-footer-form,
.frm_style_formidable-style.with_frm_style .frm_primary_label
{
    color:#fff;
    font-size:17px;
    font-weight:400;
}

#the-footer-form
{
    padding-top:30px;
    padding-bottom:30px;
}

#the-footer-form textarea,
#the-footer-form input[type="text"],
#the-footer-form input[type="email"],
#drop-line  textarea,
#drop-line  input[type="text"],
#drop-line  input[type="email"]
{
    color:#fff;
    background:#44475b;
    border: 0px;
    border-radius:0px!important;
    padding: 0px 15px;
}

#drop-line  textarea,
#drop-line  input[type="text"],
#drop-line  input[type="email"]
{
    background: #fff;
    color:#222;
}

#the-footer-form input[type="text"],
#the-footer-form input[type="email"],
#drop-line  input[type="text"],
#drop-line  input[type="email"]
{
    height:45px;
}

#drop-line  textarea,
#the-footer-form textarea
{
    padding-top:10px;
}

#the-footer-form
{
    padding-top:45px;
}

@media all and (max-width:1024px)
{
    #the-footer-form
    {
        padding-top:25px;
    }
}

@media all and (min-width:1025px)
{
    .frm_opt_container
    {
        flex-wrap:wrap;
        display:flex;
    }

    .frm_opt_container > div
    {
        width:50%;
        min-width:50%;
        max-width:50%;
        flex:50%;
    }

    #the-footer-form textarea
    {
        height:145px;
    }
}


#the-footer-form,
#the-footer-form .frm_submit
{
    text-align:right!important;
}


#the-footer-form .frm_submit button
{
    display:inline-block;
    background:none;
    box-shadow:none;
    border-radius:0px!important;
    margin-right:0px!important;

}

#first-section{
    background: #f8f1ff;
    padding: 80px 0;
}

.section
{
    padding: 80px 0;
}

@media all and (max-width:1024px)
{
    #first-section ,
    .section
    {
        padding: 30px 0;
    }
}

#first-section p
{
    color:#666;

}

#first-section .fs-title-1,
.fs-title-1
{

    margin-bottom:0px;
    font-size:18px;
    color: #505cfd;
}

#first-section .fs-title-2,
.fs-title-2
{
    color: #272838;
    font-weight:bold;
    margin-bottom:0px;
    font-size:18px;
}

#mobile-logo
{
    height:30px;
    margin-top:10px;
    margin-left:10px;
}

#blue-services
{
    background: #505cfd;
    color:#fff;
}

#blue-services .big-button:hover
{
    background:#fff;
    border-color:#fff;
    color:  #505cfd;
}

.one-service
{
    max-width:230px;
    margin:auto;
    padding: 60px 0;
    font-weight:bold;
}

.one-service p:first-child
{
    margin-bottom: 9px;
}

@media all and (max-width:1024px)
{
    .one-service
    {
        padding: 20px 0;
    }
}

.big-button.blue-button
{
    color:#505cfd;
    border-color: #505cfd;

}

.big-button.blue-button:hover
{
    color:#fff;
}

.big-button.smaller-button
{
    font-size:14px;
    max-width:270px;
    height:45px;
    line-height:43px;
}

#services-picture 
{
    margin-left:-10px;
    margin-right:-10px;
}

#services-picture  > div
{
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
}

@media all and (min-width:576px)
{
    #services-picture 
    {
        display:flex;
        max-height:630px;
        height:100%;
        flex-wrap: wrap;
        flex-direction: column;
    }

    #services-picture img
    {
        width:100%;
        height:100%;
        object-fit: cover;
        object-position: center;
    }

    #services-picture > div
    {
        height:65%;
        width:50%;
    }

    #services-picture > div:nth-child(4n + 2),
    #services-picture > div:nth-child(4n + 3)
    {
        height:35%;
    }

}

.clients-text
{
    max-width:700px;
    margin: auto;
    margin-bottom: 0px;
}

.one-c-logo
{
    padding-top:35px;
}

#recent-news{
    background: #f8f1ff;
}

.one-h-title a
{
    font-weight:700;
    text-transform: uppercase;
    color: #212529;
}

.read-more
{
    color: #505cfd;
    font-weight:700;
}

.read-more:hover
{
    color: #303cdd;
}

.one-test
{
    height:100%;
    background:#fff;
    font-size:14px;
    padding:15px;
    margin:10px 10px;
    width:calc(100% - 20px)!important;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

#the-test-slider
{
    padding-right:50px;
}

.one-test p
{
    font-size:14px;
}

.one-test-name
{
    color: #505cfd;
}

#the-test-slider
{
    position:relative;
}

#the-test-slider .slick-prev
{
    display:none!important;
}

#the-test-slider .slick-next{
    display:block;
    font-size:0px;
    outline:0px;
    width:40px;
    height:40px;
    background:none;
    cursor:pointer;
    border:1px solid #fff;
    position: absolute;
    top: 50%;
    right:0px;
    margin-top: -20px;
}

#testimonials
{
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 34.999%,rgba(80,92,253,1) 35%,rgba(80,92,253,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#team-home
{
    background: #f8f1ff;
}

.team-home-text
{
    max-width:700px;
    margin: auto;
}

#team-home{

}

#the-team-itself .col-sm-4{
    margin-top:60px;
}

@media all and (max-width:1024px)
{
    #the-team-itself .col-sm-4{
        margin-top: 30px;
    }
}

.one-team-content
{
    padding: 20px;
    background: #fff;
    font-size:14px;
    text-align:left;
}

.one-team-content a
{
    color:#272838;
}

#the-team-itself  p:first-child
{
    margin-bottom: 8px;
}

#the-team-itself .fa
{
    font-size:17px;
    margin-right:8px;
}

#the-map
{
    height:450px;
}

.one-c-icon p
{
    margin-bottom: 0px;
}

.one-c-icon
{
    margin-top:40px;
}

.one-c-icon img
{
    width:32px;
    height:32px;
    object-fit: contain;
    object-position: center;
}

@media all and (max-width:1024px)
{
    .one-c-icon
    {
        margin-top:25px;
    }
}

.one-c-icon p:last-child
{
    font-weight:700;
}

.one-c-icon p a
{
    color: #272838;
}

.one-c-icon .col-3
{
    width:50px;
    flex:50px;
    min-width:50px;
    max-width:50px;
}

.one-c-icon .col-9
{
    width:calc(100% - 50px);
    flex:calc(100% - 50px);
    min-width:calc(100% - 50px);
    max-width:calc(100% - 50px);
}

#drop-line{
    color:#fff;
    padding: 15px;
    background:#272838;
}

@media all and (min-width:1025px)
{
    #drop-line
    {
        padding:30px;
    }
}

#drop-line label
{
    display:none;
}

.one-service-box
{
    margin-bottom:80px;
}

@media all and (max-width:1024px)
{
    .one-service-box
    {
        margin-bottom:30px;
    }
}

.one-service-box:last-child
{
    margin-bottom:0px;
}

@media all and (min-width:576px)
{
    .one-service-box ul
    {
        display: flex;
        flex-wrap:wrap;

    }

    .one-service-box li
    {
        width:50%;
        flex:50%;


    }
}

.one-service-box ul
{
    margin:0px;
    margin-top:20px;;
    margin-bottom:30px;
    list-style:none;
    padding:0px;
}


.one-service-box li
{
    margin-bottom:10px;
    min-width:50%;
    max-width:50%;
    min-height:24px;
    padding-left:30px;
    color:#505cfd;
    background: url('../images/li-icon.png') no-repeat top 1px left 0px;
    background-size: auto 22px;
}

.intro-text{
    max-width:700px;
    margin: auto;
}

#packages{
    padding-top:40px;
}

.one-s-package
{
    height:100%;
    padding:15px;
    text-align:center;
    background:#f8f1ff;
}

.one-s-package.package-1
{
    background:#505cfd;
    color:#fff;
}

.one-s-package.package-2
{
    background:#272838;
    color:#fff;
}

.one-s-p-features
{
    line-height:2;
    margin-bottom:30px;
}

@media all and (min-width: 1025px)
{
    .one-s-package
    {
        padding:40px 30px;

    }

    .one-s-p-features
    {
        margin-bottom:45px;
    }
}

.one-s-p-name
{
    font-size:35px;
    font-weight:bold;
}

.one-s-p-features
{

}

.packages-row
{
    margin-top:30px;
}

@media all and (min-width:1025px)
{
    .packages-row
    {
        margin-top:50px;
    }
}

#the-brochures
{
    margin-top:30px;
}

@media all and (min-width:1025px)
{

    #the-brochures
    {
        margin-top:50px;
    }

}

.one-brochure
{
    max-width:280px;
    margin: auto;
}

.one-brochure img
{
    height:100px;
    width: auto;
}

#about-boxes
{
    padding-top:30px;
}

@media all and (min-width:1025px)
{
    #about-boxes
    {
        padding-top:50px;
    }
}

#the-map-about{
    color:#fff;
    background: #505cfd;
}

#the-map-wrapper
{
    margin-top:30px;
    margin-bottom:3px;
}

.one-map-below
{
    margin-top:30px;
}

@media all and (min-width:1025px)
{
    #the-map-wrapper
    {
        margin-top:60px;
        margin-bottom:0px;
    }

    .one-map-below
    {
        margin-top:60px;
    }

}

.one-map-below p
{
    margin-bottom:5px;
}

.one-map-below p:last-child
{
    margin-bottom:0px;
}

#work-slider-wrapper
{
    margin-top:30px;
    margin-bottom: 30px;
}

@media all and (min-width:1025pz)
{
    #work-slider-wrapper
    {
        margin-top:60px;
        margin-bottom: 60px;
    }
}

.one-image-ch
{
    padding: 5px;
}

.chunk div:nth-child(1) img
{
    height:400px;
    width:100%;
    object-fit: cover;
    object-position: center;
}

.chunk div:nth-child(2) img
{
    height:200px;
    width:100%;
    object-fit: cover;
    object-position: center;
}

.chunk-rev div:nth-child(2) img
{
    height:400px;
    width:100%;
    object-fit: cover;
    object-position: center;
}

.chunk-rev div:nth-child(1) img
{
    height:200px;
    width:100%;
    object-fit: cover;
    object-position: center;
}

#work-slider-wrapper
{
    position:relative;
}

@media all and (min-width:1200px)
{
    #work-slider-wrapper:before,
    #work-slider-wrapper:after
    {
        position:absolute;
        top:0px;
        width:250px;
        height:100%;
        z-index:2;
        content: "";
    }

    #work-slider-wrapper:before
    {
        left:0px;
        background: linear-gradient(to right,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    }

    #work-slider-wrapper:after
    {
        background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 49%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        right:0px;
    }
}

#work-slider-wrapper .slick-next,#work-slider-wrapper .slick-prev{
    display:block;
    font-size:0px;
    outline:0px;
    width:40px;
    height:40px;
    background:none;
    cursor:pointer;
    border:1px solid #505cfd;
    position: absolute;
    top: 50%;
    right:20px;
    margin-top: -20px;
    z-index:4;
}

#work-slider-wrapper .slick-prev
{
    background: url('../images/arrow-left.png') no-repeat center center;
    background-size: 10px auto;
}

#work-slider-wrapper .slick-next
{
    background: url('../images/arrow-right.png') no-repeat center center;
    background-size: 10px auto;
}

#work-slider-wrapper .slick-prev
{
    right:auto;
    left:20px;
}

#mobile-header
{
    background: #272838;
}

#mobile-menu-wrapper{
    background: #272838;
}

.loke-menu-icon span
{
    border-color:#fff;
}

#mobile-menu-wrapper a{
    color:#fff;
}

@media all and (max-width:1024px)
{
    #hero-top h1
    {
        font-size:40px;
    }
}

#all-case-studies
{
    padding: 40px 0;
}

#the-cat-text
{
    margin-bottom: 60px;
    max-width:970px;
    margin-left: auto;
    margin-right: auto;
}

#the-categories
{
    text-align: center;
}

#the-categories a
{
    height: 55px;
    line-height: 53px;
    border: 1px solid #505cfd;
    text-align: center;
    width: 100%;
    max-width: 260px;
    margin: 4px;
    display: inline-block;
    font-size: 14px;
    transition: 0.55s;
    font-weight: bold;
}

#the-categories a:hover,
#the-categories a.active
{
    background: #505cfd;;
    color: #fff;    
}


#the-cs-feed .col-sm-6
{
    margin-bottom: 10px;
}

#the-cs-feed img
{
    width: 100%;
    height:350px;
    object-fit: cover;
    object-position: center;
}

#the-cs-feed
{
    margin-top: 90px;
}

@media all and (max-width: 1024px)
{
    #the-cs-feed
    {
        margin-top: 30px;
    }
}

.one-cs
{
    position:relative;
}

.one-cs span
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.one-cs img
{
    filter: grayscale(100%);
    transition: 0.55s;
}

.one-cs:hover img
{
    filter: grayscale(0%);
}

#single-case-study
{
    padding: 60px 0;    
}

.gray-text
{
    color: #666;
}

.gray-text p
{
    color: #666;
}

#sc-top
{
    padding-bottom: 60px;
}

.one-sc-box-content
{
    padding: 40px;
    max-width: 590px;
}

@media all and (min-width:576px)
{
    .one-sc-box img
    {
        display: block;
        margin-right: 0px;
        margin-left: auto;
    }

    .one-sc-box .row-reverse img
    {
        margin-left: 0px;
        margin-right: auto;
    }

    .one-sc-box .row-reverse .one-sc-box-content
    {
        margin-right: 0px;
        margin-left: auto;
    }

}

.img-full-wrap
{

}

#sc-blue-section
{
    padding: 70px 0;
    background: #505cfd;
    color: #fff;
}

#sc-blue-section-content
{
    padding-top: 40px;
    text-align: left;
    max-width:800px;
    margin-left: auto;
    margin-right: auto;
}

#sc-blue-section-content ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

#sc-blue-section-content ul li
{
    flex: 33.33%;
    min-width: 33.33%;
    max-width: 33.33%;
    width: 33.33%;
    padding-left: 37px;
    padding-top: 1px;
    margin-top: 30px;
}

#sc-blue-section-content ul li
{
    min-height: 30px;
    background: url('../images/cs-li.png') no-repeat top left;
}

@media all and (max-width: 900px)
{
    #sc-blue-section-content ul li
    {
        flex: 50%;
        min-width: 50%;
        max-width: 50%;
        width: 50%;
    }
}

@media all and (max-width: 575px)
{
    #sc-blue-section-content ul li
    {
        flex: 100%;
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
}

#single-cs-check-other
{
    padding-top: 60px;
}

#single-cs-check-other .text-center
{
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

#work-slider .one-cs
{
    padding: 0px 10px;
}

#work-slider .one-cs img
{
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

#single-cs-check-other #work-slider-wrapper
{
    margin-top: 100px;
}

@media all and (max-width: 1024px)
{
    #single-cs-check-other #work-slider-wrapper
    {
        margin-top: 30px;
    }
}

#the-test-slider .slick-next{
    background: url('../images/arrow-right-white.png') no-repeat center center;
    background-size: 10px auto;
}

@media all and (max-width:575px)
{
    #copyright
    {
        text-align:center!important;
    }

    footer
    {
        padding: 30px 0;
    }

    #the-lower-footer .col-sm-2
    {
        padding-bottom: 30px;
    }

    #testimonials
    {
        background: #fff;
    }

    #the-test-slider .slick-next
    {
        background: url('../images/arrow-right.png') no-repeat center center;
        background-size: 10px auto;

        width:40px;
        height:40px;
        border:1px solid #505cfd;




        z-index:4;

    }

    .title-2
    {
        font-size: 28px;
    }

    #services-picture
    {
        padding-top:30px;
    }

    .hero-button
    {
        margin-top: 15px;
    }

    #hero-top h1{
        font-size:30px;
    }

    #hero-top:not(.has-picture)
    {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #about-boxes .col-sm-4,
    #the-brochures .col-sm-4
    {
        margin-top:30px;
    }

    #the-brochures .col-sm-4
    {
        margin-top:45px;
    }

    #about-boxes .col-sm-4:first-child,
    #the-brochures .col-sm-4:first-child
    {
        margin-top: 0px;
    }

    .one-service-box .col-sm-6:last-child
    {
        padding-top: 15px;
    }

    .hero-button, #the-footer-form .frm_submit button, .big-button, #drop-line .frm_submit button
    {
        height:45px;
        line-height:43px;
    }

    #drop-line
    {
        margin-top:30px;
    }

    .one-sc-box-content{
        padding: 30px 15px;
    }

    #sc-blue-section-content
    {
        padding-top: 15px;
    }
}


.one-cs span
{
    width:100%;
    text-align: center;
    padding: 15px;
    display:block;
    box-sizing: border-box;
}

header div>ul>li .sub-menu
{
    text-align: center;
    background: #f8f1ff;
    border-top: 4px solid #fff;

    width:300px;
    flex-wrap: wrap;
}

header div>ul>li:hover .sub-menu{
    display:flex;
}

header div>ul>li .sub-menu li
{
    width: 50%;
    flex: 50%;
    min-width: 50%;
    margin-left: 0px;
    font-size: 14px;
    color:#fff;
    max-width: 50%;
}

header div>ul>li .sub-menu li a
{
    text-align: center;
    padding: 5px;
    display:block;
    color: #505cfd!important;
    font-size: 15px!important;
    font-weight:400;
}

header div>ul>li .sub-menu li a:before
{
    display:none;
}

header div>ul>li .sub-menu li a:hover
{
    background: #fff;
}

.tooltips-wrapper
{
    position:relative;
    overflow:hidden;
}

.map-click
{
    display:block;
    z-index: 2;
    position: absolute;
}

@media all and (max-width:1000px)
{
    .map-click{
        display:none;
    }
}

.tooltip-inner {
    color: #505cfd;
    background-color: #fff;
    border: 1px solid #fff;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #fff;
}
.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #fff;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #fff;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #fff;
}

#desktop-logo
{
    max-width: 190px;
    height: auto;
}

#testimonials
{
    overflow: hidden
}

@media all and (min-width:576px)
{
    #testimonials .col-sm-4:before
    {
        position: absolute;
        top: -300px;
        right: 40px;
        height: calc(100% + 600px);
        width: 100%;
        background: #fff;
        content: "";
        z-index: 1;
    }
}

#testimonials .title-1,
#testimonials .title-2
{
    position:relative;
    z-index: 2;
}

@media all and (min-width: 576px) and (max-width:900px)
{
    #testimonials .title-2
    {
        font-size: 23px;

    }
}

@media all and (max-width:575px)
{
    #first-section .col-sm-4
    {
        padding-bottom: 40px;
    }
    #first-section .col-sm-4:last-child
    {
        padding-bottom: 0px;
    }
}

#services-picture a,
.one-image-ch a
{
    position:relative;
    display:block;
    width:100%;
    height: 100%;
}

#services-picture .on-hover,
.one-image-ch a .on-hover
{
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: 0.55s;
}

#services-picture a:hover .on-hover,
.one-image-ch a:hover .on-hover
{
    opacity: 1;
}


.one-service img
{
    max-height: 90px;
    width: auto;
}

@media all and (max-width: 575px)
{
    #hero-top-content p:last-child,
    .center-on-mobile,
    .frm_submit,
    #the-footer-form .frm_submit
    {
        text-align: center!important;
    }

    #footer-icons .col-sm-6
    {
        padding-bottom:10px;
    }
}

#hero-top
{
    position:relative;
}

.container-scroll-down {
    position: absolute;
    width: 24px;
    height: 24px;
    cursor: pointer;
    bottom:85px;
    left: 50%;
    margin-left: -12px;
}

.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;

    }
    33% {
        opacity: 1;
        transform: translateY(30px);
    }
    67% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

.text {
    display: block;
    margin-top: 75px;
    margin-left: -30px;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}

#mobile-menu-wrapper .sub-menu
{
    display:none;
    padding-left: 20px;
    padding-top: 13px;
}

#mobile-addon-menu
{
    text-align: center;
    margin-top:30px;
    padding-top: 60px;
}

#mobile-logo-addon
{
    display: block;
    max-width: 250px;
    opacity: 0.25;
    margin: auto;
    margin-bottom: 40px;
}

#mobile-addon-menu .call-now-mobile:hover
{
    color: #272838;
}

#mobile-header
{
    z-index: 15;
}

#the-page-content
{
    padding:30px 0;
}

#the-page-content .container-fluid > h2
{
    margin-bottom: 20px;
}


