@font-face {
    font-family: 'museo300';
    src: url('/public/fonts/museo300-regular-webfont.woff2') format('woff2'),
        url('/public/fonts/museo300-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}





body {
    width: 100%;
    height: auto;
    background-color: #fff;
    font-family: 'museo300';
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
.shadowText {
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
a:hover{
    text-decoration: none;
    transition: all 0.5s;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
}
.wrapper {
    padding: 1em 0 4em 0;
}
:focus {
    outline: 0;
}
.fa{vertical-align: middle;}
.error {
    color: #b92c28;
    width: 100%;
    float: left;
}
.hoverIcon > a > img {
    display: inline-block;
    float: left;
    vertical-align: middle;
}
.hoverIcon > a:hover > img:nth-child(1),
.hoverIcon > a.active > img:nth-child(1),
.hoverIcon > a > img:nth-child(2){
    display: none;
}
.hoverIcon a:hover > img:nth-child(2),
.hoverIcon a.active > img:nth-child(2){
    display: block;
}


/* ==================== PRELOADER ==================== */
#preloader {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    z-index:999999999;
    background-color: #263645;
}
.Tloading {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}
.Tloader{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #d03238;
    -webkit-animation: rotate 2s linear infinite;
    -moz-animation: rotate 2s linear infinite;
    -ms-animation: rotate 2s linear infinite;
    -o-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
}
.Tloader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #d03238;
    -webkit-animation: rotate 3s linear infinite;
    -moz-animation: rotate 3s linear infinite;
    -ms-animation: rotate 3s linear infinite;
    -o-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;
}
.Tloader:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #d03238;
    -webkit-animation: rotate 1.5s linear infinite;
    -moz-animation: rotate 1.5s linear infinite;
    -ms-animation: rotate 1.5s linear infinite;
    -o-animation: rotate 1.5s linear infinite;
    animation: rotate 1.5s linear infinite;
}
/*rotate*/
@keyframes rotate{
    0% {transform:rotate(0deg);}
    100% {transform:rotate(360deg);}
}
@-webkit-keyframes rotate{
    0% {-webkit-transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);}
}
@-moz-keyframes rotate{
    0% {-moz-transform:rotate(0deg);}
    100% {-moz-transform:rotate(360deg);}
}
@-o-keyframes rotate{
    0% {-o-transform:rotate(0deg);}
    100% {-o-transform:rotate(360deg);}
}
@-ms-keyframes rotate{
    0% {-ms-transform:rotate(0deg);}
    100% {-ms-transform:rotate(360deg);}
}
#fountainTextG{
    width:87px;
    margin:auto;
    float: left;
}

.fountainTextG{
    color:rgb(208, 50, 56);
    font-family:Arial;
    font-size:24px;
    text-decoration:none;
    font-weight:normal;
    font-style:normal;
    float:left;
    animation-name:bounce_fountainTextG;
    -o-animation-name:bounce_fountainTextG;
    -ms-animation-name:bounce_fountainTextG;
    -webkit-animation-name:bounce_fountainTextG;
    -moz-animation-name:bounce_fountainTextG;
    animation-duration:2.09s;
    -o-animation-duration:2.09s;
    -ms-animation-duration:2.09s;
    -webkit-animation-duration:2.09s;
    -moz-animation-duration:2.09s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
    transform:scale(.5);
    -o-transform:scale(.5);
    -ms-transform:scale(.5);
    -webkit-transform:scale(.5);
    -moz-transform:scale(.5);
}#fountainTextG_1{
    animation-delay:0.75s;
    -o-animation-delay:0.75s;
    -ms-animation-delay:0.75s;
    -webkit-animation-delay:0.75s;
    -moz-animation-delay:0.75s;
}
#fountainTextG_2{
    animation-delay:0.9s;
    -o-animation-delay:0.9s;
    -ms-animation-delay:0.9s;
    -webkit-animation-delay:0.9s;
    -moz-animation-delay:0.9s;
}
#fountainTextG_3{
    animation-delay:1.05s;
    -o-animation-delay:1.05s;
    -ms-animation-delay:1.05s;
    -webkit-animation-delay:1.05s;
    -moz-animation-delay:1.05s;
}
#fountainTextG_4{
    animation-delay:1.2s;
    -o-animation-delay:1.2s;
    -ms-animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
    -moz-animation-delay:1.2s;
}
#fountainTextG_5{
    animation-delay:1.35s;
    -o-animation-delay:1.35s;
    -ms-animation-delay:1.35s;
    -webkit-animation-delay:1.35s;
    -moz-animation-delay:1.35s;
}
#fountainTextG_6{
    animation-delay:1.5s;
    -o-animation-delay:1.5s;
    -ms-animation-delay:1.5s;
    -webkit-animation-delay:1.5s;
    -moz-animation-delay:1.5s;
}
#fountainTextG_7{
    animation-delay:1.64s;
    -o-animation-delay:1.64s;
    -ms-animation-delay:1.64s;
    -webkit-animation-delay:1.64s;
    -moz-animation-delay:1.64s;
}

@keyframes bounce_fountainTextG{
    0%{
        transform:scale(1);
        color:rgb(208, 50, 56);
    }

    100%{
        transform:scale(.5);
        color:rgb(255,255,255);
    }
}

@-o-keyframes bounce_fountainTextG{
    0%{
        -o-transform:scale(1);
        color:rgb(208, 50, 56);
    }

    100%{
        -o-transform:scale(.5);
        color:rgb(255,255,255);
    }
}

@-ms-keyframes bounce_fountainTextG{
    0%{
        -ms-transform:scale(1);
        color:rgb(208, 50, 56);
    }

    100%{
        -ms-transform:scale(.5);
        color:rgb(255,255,255);
    }
}

@-webkit-keyframes bounce_fountainTextG{
    0%{
        -webkit-transform:scale(1);
        color:rgb(208, 50, 56);
    }

    100%{
        -webkit-transform:scale(.5);
        color:rgb(255,255,255);
    }
}

@-moz-keyframes bounce_fountainTextG{
    0%{
        -moz-transform:scale(1);
        color:rgb(208, 50, 56);
    }

    100%{
        -moz-transform:scale(.5);
        color:rgb(255,255,255);
    }
}

/*======================== PRELOADER ========================*/

/*------------------------------------------------------------------------------------------------------*/

/******-- Start Menu --*******/
.menu {
    float: left;
    width: 100%;
    height: auto;
    position: fixed;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999999;
}
.light-menu {
    width: 100%;
    height: 75px;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    background-color:rgba(4, 180, 49, 0.6);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#menu-center {
    width: 200px;
    height: auto;
    margin: 0 auto;
    float: left;
    position: fixed;
    top: 50%;
    margin-top: -158px;
    right: auto;
    left: 0px;
    display: block;
    opacity: 1;
    transition: all 0.5s;
    z-index: 9999;
    text-align: center;
}
#menu-center ul {
    margin: 15px 0 0 0;
    width: 100%;
    float: right;
}
#menu-center ul li {
    list-style: none;
    margin: 0 0px 0 0;
    display: inline;
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}
#menu-center ul li:after{
    content: "";
    position: absolute;
    bottom: 0px;
    width: 50px;
    height: 1px;
    background-color: #d03238;
    left: 50%;
    margin-left: -25px;
}
#menu-center ul li.down:after{
    content: "";
    background-color: #e77970;
}

#menu-center ul li a {
    font-size: 20px;
    color: #e7e8e9;
    text-decoration: none;
    line-height: 50px;
    padding: 15px;
    border: 1px solid transparent;
}
#menu-center ul li a.active {
    color: #d03238;
}
#menu-center ul li.down a.active {
    color: #263645;
}
#menu-center ul li a .lineRight{
    position: absolute;
    right: 0px;
    top: auto;
    bottom: 1px;
    width: 1px;
    height: 0px;
    background-color: #f1b478;
}

/*--btnMenu--*/
#nav-icon{
    width: 40px;
    height: 40px;
    margin: 0px;
    position: absolute;
    z-index: 9999999;
    right: 15px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    border: 1px solid transparent;
}

#nav-icon span{
    display: block;
    position: absolute;
    height: 3px;
    width: 30px;
    background: #ffffff;
    border-radius: 0px;
    opacity: 1;
    left: 50%;
    margin-left: -15px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon.red span{
    background: #d03238;
}

#nav-icon span:nth-child(1) {
    top: 8px;
}

#nav-icon span:nth-child(2) {
    top: 19px;
}

#nav-icon span:nth-child(3) {
    top: 29px;
}

#nav-icon.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
/*--btnMenu--*/


.mask{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(38, 54, 69,0.85);
}

/******-- End Menu --*******/



/******-- main tags --*******/
.main {
    float: left;
    width: 100%;
    height: auto;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
}
.main h2{
    font-size: 40px
}
.main p{
    font-size: 18px;
}
.scrollDown {
    float: left;
    width: 26px;
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -13px;
    z-index: 9999;
}
/******-- main tags --*******/


/******-- Start Footer --*******/
.footer{
    float: left;
    width: 100%;
    padding: 45px;
    background-color: #d03238;
    position: relative;
    bottom: 0px;
    z-index: 9999;
}
.footer p{
    float: right;
    text-align: right;
    font-size: 12px;
    color: #e77970;
}
.footer p img{
    margin: 5px 5px 0px 0px;
}
.footer .scrollDown {
    bottom: auto;
    top: 70px;
}
.footer ul li {
    float: left;
    margin-right: 10px;
}
.footer ul li a{
    float: left;
    font-size: 20px;
    color: #fff;
}
/******-- End Footer --*******/



.pushmenu { /*this is the nav*/
    background: #ffffff;
    width: 340px;
    height: 100%;
    top: 0;
    z-index: 0;
    position:absolute;
    padding: 150px 30px 30px 30px;
}
#WhatWeDo .pushmenu { /*this is the nav*/
    width: 460px;
    padding: 150px 50px 20px 90px;
}
#portfolio .pushmenu { /*this is the nav*/
    width: 75%;
    height: 100%;
    max-height: 100%;
    overflow-y: scroll;
    padding: 0px 0px 0px 0px;
}

.pushmenu p{
    color: #263645;
    font-size: 14px;
}
.pushmenu ul.caption{
    float: left;
    width: 100%;
    height: auto;
    margin-top: 15px;
    padding-left: 15px;
}
.pushmenu ul.caption li{
    float: left;
    width: 100%;
    list-style: disc;
}
.pushmenu h3{
    float: left;
    width: 100%;
    color: #d03238;
    font-size: 27px;
    margin-bottom: 15px;
}
.pushmenu .list{
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}
.pushmenu .list ul{
    float: left;
    width: 100%;
    height: auto;
}
.pushmenu .list ul li{
    float: left;
    width: 100%;
    text-align: left;
    font-size: 13px;
    color: #263645;
    cursor: pointer;
    transition: all 0.5s;
    border-bottom: 1px solid #878f98;
    padding: 5px 0px;
}
.pushmenu .list ul li:last-child{
    border-bottom: 0px;
}
.pushmenu .list ul li:hover{
    color: #959ca4;
    transition: all 0.5s;
}

.pushmenu-left {
    right: 0px;

}

.pushmenu-left.pushmenu-open {
    right: 0;
}

.pushmenu-push .content,
.pushmenu-push {
    overflow-x: hidden;
    position: relative;
    right: 0;
}

.pushmenu-push-toright {
    right: 340px !important;
}
#WhatWeDo .pushmenu-push-toright {
    right: 460px !important;
}
#portfolio .pushmenu-push-toright {
    right: 75% !important;
}

/*Transition*/
.pushmenu, .pushmenu-push .content,
.pushmenu, .pushmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#portfolio .pushmenu-push .content{
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

#nav_list {
    cursor: pointer;
    height: auto;
    width: auto;
    float: right;
    position: relative;
}

nav-list.active {
    background-position: -33px top;
}

.buttonset {
    background: transparent;
    height: auto;
    padding: 10px 20px 20px;
    position: fixed;
    z-index: 999999;
    width: 100%;
    float: left;
}

section.content {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}

.text{
    position: relative;
    z-index: 99999;
    padding-right: 15px;
    margin-top: 100px;
}
.text h2{
    text-align: right;
    font-size: 200px;
    line-height: 160px;
    color: #e7e8e9;
}
.text p{
    float: right;
    width: 100%;
    text-align: right;
    font-size: 15px;
    color: #a2a8af;
    padding-right: 25px;
}
#getInTouch .text p{
    color: #e7e8e9;
}
.text a{
    float: right;
    margin-top: 15px;
    width: 75px;
    font-size: 13px;
    color: #d03238;
    text-align: center;
    margin-right: 20px;
}
.text a span{
    float: right;
    width: 100%;
    padding-top: 10px;
}
.text a:hover{
    opacity: 0.7;
}
.red{
    color: #d03238 !important;
}
.white{
    color: #d5d7d9 !important;
}
#nav_list .more img:nth-child(2){
    display: none;
}
#nav_list.active .more img:nth-child(2){
    display: block;
}
#nav_list.active .more span,
#nav_list.active .more img:nth-child(1){
    display: none;
}


#portfolio .pushmenu ul.gallery{
    float: left;
    width: 100%;
    height: auto;
    padding: 0px;
}
#portfolio .pushmenu ul.gallery li{
    float: left;
    width: 33.333%;
    height: auto;
    position: relative;
    cursor: pointer;
}
#portfolio .pushmenu ul.gallery li .mask{
    background-color: rgba(208,50,56,0.8);
    opacity: 0;
    transition: all 0.5s;
    padding: 15px;
    text-align: right;
    color: #e7e8e9;
}
#portfolio .pushmenu ul.gallery li .mask span{
    float: right;
    width: 100%;
    font-size: 17px;
    margin-bottom: 30px;
    color: #fff;
}
#portfolio .pushmenu ul.gallery li .mask p{
    float: right;
    width: 100%;
    font-size: 25px;
    color: #e7e8e9;
    padding-right: 15px;
}
#portfolio .pushmenu ul.gallery li .mask .more{
    float: right;
    width: auto;
    margin-top: 15px;
    font-size: 14px;
    color: #e7e8e9;
    position: absolute;
    right: 15px;
    bottom: 0px;
}
#portfolio .pushmenu ul.gallery li .mask .more:hover{
    opacity: 0.7;
}
#portfolio .pushmenu ul.gallery li .mask .more img{
    float: right;
    margin-left: 15px;
    vertical-align: middle;
}
#portfolio .pushmenu ul.gallery li .mask .more span{
    float: right;
    width: auto;
    margin-top: 8px;
}
#portfolio .pushmenu ul.gallery li .mask{
    background-color: rgba(208,50,56,0.8);
    opacity: 0;
    transition: all 0.5s;
}
#portfolio .pushmenu ul.gallery li .mask a{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}
#portfolio .pushmenu ul.gallery li:hover .mask{
    opacity: 1;
    transition: all 0.5s;
}
#portfolio .pushmenu ul.gallery li .imageCont{
    float: left;
    width: 100%;
    height: 300px;
}
#portfolio .pushmenu ul.gallery li .imageCont .image{
    float: left;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
}
.slick-next{
    background-image: url(/public/img/next.svg) !important;
    background-position: center!important;
    background-size: cover!important;
    height: 30px!important;
    width: 20px!important;
    right: 17%!important;
    z-index: 999!important;
    position: absolute!important;
    bottom: auto!important;
    top: -5%!important;
}
.slick-next:focus,
.slick-next:hover{
    background-image: url('/public/img/next.svg')!important;
    opacity: 0.6!important;
    height: 30px!important;
    width: 20px!important;
}
.slick-prev{
    background-image: url(/public/img/prev.svg)!important;
    background-position: center!important;
    background-size: cover!important;
    height: 30px!important;
    width: 20px!important;
    right: 35%!important;
    left: auto !important;
    z-index: 999!important;
    position: absolute!important;
    bottom: auto!important;
    top: -5%!important;
}
.slick-prev:focus,
.slick-prev:hover{
    background-image: url('/public/img/prev.svg')!important;
    opacity: 0.6!important;
    height: 30px!important;
    width: 20px!important;
}
.slick-slide .col-md-6 {
    margin-bottom: 30px;
    min-height: 150px;
}
.slick-slide a {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    cursor: auto;
}
.slick-slide a:hover{
    opacity: 0.7;
}
.slick-slide img {
    margin: auto;
    min-width: 100px;
    max-width: 100%;
}
.slick-slide > .col-md-4 {
	height: 110px;
}
.slick-dots {
    position: absolute;
    bottom: auto;
    top: -9%;
    left: 0px;
    display: block;
    width: 50%;
    text-align: center;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•" !important;
    text-align: center;
    opacity: 1;
    color: #ccc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #5f6b76;
}
.ourClientsSlider {
    margin-top: 100px;
}
.group{
    float: left;
    width: 100%;
    position:relative;
    margin-bottom:5px;
}
textarea,
input{
    font-size:18px;
    padding:10px 10px 10px 5px;
    display:block;
    width:300px;
    border:none;
    border-bottom:1px solid #757575;
}
textarea:focus,
input:focus{
    outline:none;
}

/* BOTTOM BARS ================================= */
.bar 	{ position:relative; display:block; width:100%; }
.bar:before, .bar:after 	{
    content:'';
    height:2px;
    width:0;
    bottom:0px;
    position:absolute;
    background:#596571;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}
.bar:before {
    left:50%;
}
.bar:after {
    right:50%;
}

/* active state */
textarea:focus ~ .bar:before, textarea:focus ~ .bar:after,
input:focus ~ .bar:before, input:focus ~ .bar:after {
    width:50%;
}

.group .error {
    float: left;
    margin-bottom: 10px;
    color: #263645;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{
    background-color: transparent !important;
}


/* placeHolder ======================================= */

.form-control::-moz-placeholder {
    font-size: 18px!important;
    color: #e97d74!important;
    text-align: right!important;
    padding-right: 30px;
    line-height: 1 !important;
}
.form-control:-ms-input-placeholder {
    font-size: 18px!important;
    color: #e97d74!important;
    text-align: right!important;
    padding-right: 30px;
    line-height: 1 !important;
}
.form-control::-webkit-input-placeholder {
    font-size: 18px!important;
    color: #e97d74!important;
    text-align: right!important;
    padding-right: 30px;
    line-height: 1 !important;
}

/* placeHolder ======================================= */

.group .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border-bottom: 1px solid #ffffff;
}
textarea.form-control{
    height: auto;
    min-height: 80px;
}
.form-group button.send{
    background-color: transparent;
    border: none;
    color: #d5d7d9;
    font-size: 20px;
    margin-top: 15px;
    float: right;
    width: 120px;
}
.form-group button.send:hover{
    opacity: 0.7;
    color: #263645;
}
.form-group button.send span{
    float: right;
    width: 100%;
}
#ourClients{
    z-index: 9999;
}

#getInTouch,
#ourClients,
#portfolio,
#WhoWeAre,
#WhatWeDo{
    position: relative;
}

#WhatWeDo img.balls{
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 15%;
    z-index: 999;
}
#portfolio img.balls{
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 22%;
    z-index: 999;
}

.portfolioDetails{
    float: left;
    width: 100%;
    padding: 90px 60px;
    position: relative;
    min-height: 100%;
}
.portfolioDetails .sectionBlack{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30%;
    height: 450px;
    background-color: #263645;
}
.portfolioDetails .sectionBlack a{
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 15px;
    color: #ffffff;
    z-index: 9999999;
}
.portfolioDetails .sectionBlack a:hover{
    opacity: 0.6;
}
.portfolioDetails .sectionBlack a img{
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;
}
.portfolioDetails .imageCont{
    float: left;
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
}
.portfolioDetails .text{
    float: left;
    width: 100%;
    height: auto;
    padding-top: 0px;
    margin: 0px;
    padding: 0px;
}
.portfolioDetails .text p{
    float: none;
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #263645;
}
.portfolioDetails .shearSectin{
    float: left;
    width: 100%;
    padding: 120px 15px 0px 60px;
    position: relative;
}
.portfolioDetails h2{
    position: relative;
    float: left;
    font-size: 48px;
    color: #d03238;
    line-height: 45px;
    text-align: left;
    margin: -56px 0px 30px -180px;
    padding-right: 150px;
}
.grid{
    max-width: 100%;
    margin: 0px;
    margin-top: 60px;
}
.grid li {
    width: 33.33%;
}
.grid li a{
    float: left;
    width: 100%;
    height: auto;
}
.grid li a img{
    float: left;
    width: 100%;
}

.nextAndPrev{
    margin: 60px 0px;
    border-top: 1px solid #dddee0;
    border-bottom: 1px solid #dddee0;
    padding: 30px 0px;
}
.nextAndPrev span{
    font-size: 17px;
    color: #7a838d;
}
.nextAndPrev .left span{
    float: left;
}
.nextAndPrev .left img{
    float: left;
    margin-right: 15px;
}
.nextAndPrev .right span{
    float: right;
}
.nextAndPrev .right img{
    float: right;
    margin-left: 15px;
}
.nextAndPrev img{
    margin-top: 5px;
}
.at-share-btn-elements{
    width: 35px;
}

/***************************-- Start responsive*******************************/
@media screen and (min-width: 1201px) {
    .client_icons{
        padding: 1rem;
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    .portfolioDetails .shearSectin {
        padding: 120px 15px 0px 30px;
    }
    .portfolioDetails h2 {
        margin: -56px 0px 30px -140px;
    }
}
@media (min-width:1024px) and (max-width:1200px) {
    .client_icons{
        padding: 1rem;
    }
    .portfolioDetails .imageCont {
        height: 400px;
    }
    .portfolioDetails .shearSectin {

        padding: 120px 0px 0px 0px;
        position: relative;
    }
    .portfolioDetails h2 {
        font-size: 38px;
        line-height: 35px;
        margin: -56px 0px 30px -120px;
    }
    .portfolioDetails .text p {
        padding-right: 0px;
    }
}
@media screen and (max-width: 1023px) {
    .client_icons{
        padding: 1rem;
    }
}


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {

}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {

    
}
@media screen and (max-width: 991px) {
    .client_icons{
        width: 75%;
    }
}

@media (max-width: 767px) {
    .client_icons{
        width: 50%;
        padding:1rem;
    }
    .portfolioDetails .sectionBlack {
        width: 100%;
        height: 150px;
    }
    .portfolioDetails{
        padding: 45px 0px;
    }
    .portfolioDetails .imageCont {
        height: 250px;
    }
    .portfolioDetails .shearSectin {
        padding: 80px 0px 0px 0px;
    }
    .portfolioDetails h2 {
        margin: 0px;
        float: left;
        width: 100%;
        padding: 0px;
        margin-bottom: 15px;
    }
    .buttonset {
        padding: 10px 15px;
        background-color: rgba(38, 54, 69,0.6);
    }
    img.balls{
        display: none !important;
    }
    .caregories{
        float: right;
        position: absolute;
        width: 100%;
        right: 0px;
    }
    .caregories .dropdown .dropdown-menu li{
        float: left;
        width: 100%;
        text-align: right;
        position: relative;
        margin-bottom: 5px;
    }
    .caregories .dropdown .dropdown-menu li a{
        padding: 3px 15px;
    }
    .caregories .dropdown .dropdown-menu li:after{
        content: '';
        width: 50px;
        height: 1px;
        background-color: #d03238;
        position: absolute;
        left: auto;
        right: 15px;
        margin-left: 0px;
    }
    .caregories .dropdown .dropdown-menu li:last-child:after{
        display: none;
    }
    .caregories i{
        font-size: 25px;
        color: #fff;
    }
    .caregories .dropdown{
        text-align: right;
        padding-right: 15px;
    }
    .dropdown-menu{
        top: 140%;
        right: 0px;
        left: auto;
        border-radius: 0px;
        border: none;
    }
    .text h2 {
        font-size: 50px;
        line-height: 50px;
    }
    .text p {
        padding-right: 0px;
        padding-left: 30px;
        max-height: 50% !important;
        overflow-y: scroll !important;
        touch-action: initial !important;
    }
    .text a {
        margin-right: -5px;
    }
    .text{
        margin-top: 60px;
    }
    #ourClients .text,
    #getInTouch .text,
    #portfolio .text,
    #WhatWeDo .text{
        margin-top: 15px;
    }
    #portfolio .pushmenu-push-toright,
    #WhatWeDo .pushmenu-push-toright,
    .pushmenu-push-toright {
        right: 72% !important;
    }
    .pushmenu {
        width: 72% !important;
        padding: 20px 30px 30px 30px !important;
    }
    #portfolio .pushmenu{
        padding: 0px !important;
    }
    .pushmenu .list {
        margin-bottom: 20px;
    }
    .pushmenu h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .pushmenu p {
        font-size: 12px;
        float: left;
        width: 100%;
    }
    #portfolio .pushmenu ul.gallery li {
        width: 100%;
    }
    #portfolio .pushmenu ul.gallery li .imageCont .image,
    #portfolio .pushmenu ul.gallery li .imageCont {
        height: 250px;
    }
    .portfolioDetails .text p {
        padding-left: 0px;
    }
    .pushmenu {
        max-height: 100% !important;
        overflow-y: scroll !important;
        touch-action: initial !important;
    }
    .pushmenu .list ul li {
        padding: 10px 0px;
    }
    .slick-slide .col-md-6 {
        min-height: 130px;
    }
    .ourClientsSlider {
        margin-top: 135px;
    }
    .slick-dots {
        top: -87px;
    }
    .nextAndPrev span {
        font-size: 14px;
    }
    .nextAndPrev .left{
        margin-bottom: 15px;
    }
    #nav_list {
        margin-bottom: 15px;
    }
    .grid li{
        margin-top: 0px !important;
        width: 100%;
    }
    .text h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .footer {
        padding: 15px;
    }
    .portfolioDetails {
        padding-top: 10px;
    }
    
}

@media (max-width: 480px) {

    .grid li{
        margin-top: 0px !important;
        width: 100%;
    }
    .text h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .footer {
        padding: 15px;
    }
    .portfolioDetails {
        padding-top: 10px;
    }
    #ourClients{
        flex-wrap: wrap-reverse;
    }
    .ourClientsSlider{
        margin-bottom: 3rem;
    }
    .client_icons{
        width: 80%;
    }
}
/***************************-- End responsive*********************************/

.fancybox-lock .fancybox-overlay{
  z-index: 10000000 !important;
}

.whatWeDoInfo ul{
      list-style: initial !important;
      margin-left: 16px;
      color: #263645;
	  font-size: 14px;
}

.text ul{
      list-style: initial !important;
      margin-left: 16px;
      color: #263645;
	  font-size: 14px;
}
.video-overlay img {
    float: none !important;
    width: 34px !important;
    margin: 0 auto;
    /*margin-top: 30%;*/
}
.video-overlay {
    /*content: " ";
    height: 94%;
    width: 95%;
    position: absolute;
    text-align: center;*/
    background-color: rgba(0,0,0,0.5);    
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    align-items: center;
    justify-items: center;
    display: flex;
    margin: 7px;
}

.slick-dots li {
    float: right;
}