html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
* Addresses `font-family` inconsistency between `textarea` and other form
* elements.
*/

body {
    overflow-x: hidden;
    width: 100%;
    outline: none !important;
}

    body * {
        outline: none !important;
    }

/*
* Addresses margins handled incorrectly in IE 6/7.
*/
body {
    margin: 0;
    font-family: arial;
    background: #282828;
}

/*
* Font Smoothing
*/
html, html a {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
Links
========================================================================== */
/*
* Addresses `outline` inconsistency between Chrome and other browsers.
*/

a:focus {
    outline: thin dotted;
    text-decoration: none;
}

/*
* Improves readability when focused and also mouse hovered in all browsers.
*/
a:active, a:hover {
    outline: 0;
    text-decoration: none;
}

/* ==========================================================================
Typography
========================================================================== */
/*
* Addresses font sizes and margins set differently in IE 6/7.
* Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5, * and Chrome.
*/
h1 {
    color: #ccc;
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 0px;
}

    h1 a {
        color: #ccc;
        /*  font-size: 24px; */
    }

h2 {
    font-size: 18px;
    color: #ccc;
}

h3 {
    margin: 1.5em 0 .2em 0;
    font-size: 1.17em;
    font-weight: 600;
    color: #ccc;
}

h4 {
    margin: 1.33em 0;
    font-size: 1em;
}

h5 {
    margin: 1.67em 0;
    font-size: 0.83em;
}

h6 {
    margin: 2.33em 0;
    font-size: 0.75em;
}

p {
    color: #ccc;
    font-size: 14px;
    line-height: 22px;
}

i {
    color: #ccc;
    padding-top: 10px;
}





/* ==========================================================================
Lists
========================================================================== */
/*
* Addresses margins set differently in IE 6/7.
*/

dl, menu, ol, ul {
    margin: 8px  0;
}

dd {
    margin: 0 0 0 40px;
}

/*
* Addresses paddings set differently in IE 6/7.
*/
menu, ol, ul {
    padding: 0;
}

/*
* Corrects list images handled incorrectly in IE 7.
*/
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}


.col-md-6.col-sm-6.col-xs-6.text-left {
    /* padding: 0; */
}

/* ==========================================================================
Global Styles
========================================================================== */
.group:after {
    content: "";
    display: table;
    clear: both;
}

a {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
}

.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}

a {
    color: #ccc;
}

    a:hover, a:focus {
        color: #666;
        text-decoration: none;
    }




/* ==========================================================================
Navigation
========================================================================== */
.nav-toggle {
    cursor: pointer;
    margin-top: 1%;
    padding: 10px 0 16px;
    width: 38px;
}
a#trigger-overlay {
    display: none;
}
.navicon > a {
    float: right;
    margin-left: 18px;
}

.nav-toggle:focus {
    outline: none;
}

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    width: 38px;
    height: 3px;
    border-radius: 1px;
    background: #ccc;
    cursor: pointer;
}

    .nav-toggle span:before {
        top: -10px;
    }

    .nav-toggle span:after {
        bottom: -10px;
    }

    .nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

.nav-toggle.active span {
    background-color: transparent;
}

    .nav-toggle.active span:before, .nav-toggle.active span:after {
        top: 0;
    }

    .nav-toggle.active span:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .nav-toggle.active span:after {
        top: 10px;
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

.navicon {
    height: 40px;
    margin-top: 2.1%;
    position: relative;
}

.navicon p {
    color: #ccc;
    display: inline-block;
    font-size: 15px;
    padding: 10px 12px 0;
}
.navicon-fixed {
    position: fixed;
    top: 59px;
    right: 143px;
}


/* ==========================================================================
Hero
========================================================================== */

.hero h1 {
    margin: 200px 0 45px 0;
    font-weight: 300;
    font-size: 45px;
}

    .hero h1 span {
        display: inline-block;
        color: #a1a9b0;
    }

#home {
    width: 100%;
    height: 100%;
}

.hero {
    width: 100%;
    height: 100%;
}

header i {
    margin-left: 5px;
}

/* ==========================================================================
Video
========================================================================== */
section.video i {
    margin-right: 10px;
    color: #323a45;
    vertical-align: middle;
    font-size: 50px;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}

section.video h1 {
    font-weight: 400;
    font-size: 20px;
}

section.video {
    padding: 60px 0;
    background-color: #f6f7f9;
}

    section.video a {
        color: #323a45;
    }

        section.video a:hover, section.video a:focus {
            color: #666;
            text-decoration: none;
        }

            section.video a:hover i, section.video a:focus i {
                color: #666;
            }

/* ==========================================================================
Custom Slider Controls (Flickity)
========================================================================== */
.flickity-page-dots .dot {
    width: 13px;
    height: 13px;
    opacity: 1;
    background: transparent;
    border: 2px solid white;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

    .flickity-page-dots .dot.is-selected {
        background: white;
    }

/* ==========================================================================
Features Slider
========================================================================== */
.features-bg {
    position: relative;
    min-height: 400px;
    background: url('../img/features-intro-01.jpg') no-repeat center center;
    background-size: cover;
}

.features-img {
    width: 100%;
    height: 400px;
    text-align: center;
    line-height: 400px;
}

.features-slider {
    position: relative;
    padding: 11% 100px 10% 100px;
    height: 400px;
    background-color: #3F6184;
}

    .features-slider ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .features-slider ul li {
            width: 100%;
        }

    .features-slider li h1 {
        margin-bottom: 15px;
        color: #fff;
        font-weight: 400;
        font-size: 22px;
    }

    .features-slider li p {
        color: #fff;
        font-size: 1em;
    }

.features-intro-img {
    position: relative;
}

.slides li h1 {
    margin: 0;
    padding: 0;
}

.features-slider .flickity-page-dots {
    text-align: left;
    margin-top: 50px;
    position: static;
}

    .features-slider .flickity-page-dots .dot {
        margin: 0 12px 0 0;
    }


/* ==========================================================================
Nav Overlay
========================================================================== */
/* Overlay style */
.main-header {
    background: #000 url("../img/border.png") no-repeat scroll center bottom / 100% auto;
    #height: 70px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
    padding: 13px 0;
}

    .main-header img {
        /*   min-height: 68px; */
    }

.overlay {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    right: 0;
    width: 30%;
}

    /* Menu style */
    .overlay nav {
        float: right;
        font-size: 54px;
        height: 80%;
        position: relative;
        text-align: right;
        top: 110px;
    }

    .overlay ul {
        position: relative;
        /*display: inline-block;*/
        padding: 0;
        list-style: none;
        margin-bottom: 45px;
        margin-top: 0px;
    }

        .overlay ul li {
            display: block;
            margin-bottom: 20px;
        }

            .overlay ul li:last-child {
                margin-right: 0px;
            }

            .overlay ul li a {
                display: block;
                min-width: 190px;
                color: #fff;
                text-transform: uppercase;
                font-size: 18px;
                font-weight: normal;
                font-size: 15px;
                -webkit-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
            }

                .overlay ul li a:hover, .overlay ul li a:focus {
                    border-color: #666;
                    color: #666;
                }

/* Effects */
.overlay-boxify {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

    .overlay-boxify.open {
		opacity: 1;
		position: fixed;
		top: 0;
		transition: opacity 0.5s ease 0s;
		visibility: visible;
		z-index: 200;
	}

    .overlay-boxify nav ul li {
        opacity: 0;
        -webkit-transform: translate3d(0, -80px, 0);
        transform: translate3d(0, -80px, 0);
        -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
        transition: transform 0.5s, opacity 0.5s;
    }

    .overlay-boxify.open nav ul:first-child li:first-child {
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
    }

    .overlay-boxify.open nav ul:first-child li:nth-child(2) {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .overlay-boxify.open nav ul:nth-child(2) li:first-child {
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }

    .overlay-boxify.open nav ul:nth-child(2) li:nth-child(2) {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .overlay-boxify.open nav ul li {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }





/*===============Slider=============*/



#ninja-slider {
    #background: #fff none repeat scroll 0 0;
    box-sizing: border-box;
    height: 587px !important;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 !important;
    width: 100%;
}

    #ninja-slider .slider-inner {
        /*max-width:720px;*/
        margin: 0 auto; /*center-aligned */
        font-size: 0px;
        position: relative;
        box-sizing: border-box;
    }

    #ninja-slider ul {
        position: relative;
        list-style: none;
        padding: 0;
        box-sizing: border-box;
        background: #282828;
    }

    #ninja-slider li {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        font-size: 12px;
        list-style: none;
        margin: 0;
        padding: 0;
        opacity: 0;
        overflow: hidden;
        box-sizing: border-box;
    }




        #ninja-slider li.ns-show {
            opacity: 1;
        }


    /* --------- slider image ------- */
    #ninja-slider .ns-img {
        background-color: rgba(0,0,0,0.8);
        background-size: contain; /*Note: If transitionType is zoom, it will be overridden to cover.*/
        /*box-shadow: 0 1px 5px rgba(0,0,0,.8),inset 0 0 2px rgba(255,255,255,.4);*/
        border-radius: 4px;
        cursor: default;
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }



/* ---------Arrow buttons ------- */
/* The arrow button id should be: slider id + ("-prev", "-next", and "-pause-play") */
/* Usually the ninja-slider.js will create the arrow buttons and pager(nav dots) automatically, unless you have added their markup manually to the HTML as this demo did.
   This demo has put them inside a DIV.navWrapper. 
*/

div.navsWrapper {
    position: absolute;
    height: 52px;
    right: 90px;
    bottom: 9%;
    z-index: 10;
}

#ninja-slider-prev, #ninja-slider-next {
    position: absolute;
    display: inline-block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    margin: 0;
    border: 2px solid white;
    backface-visibility: hidden;
    color: white;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
    font-family: sans-serif;
    font-size: 1em;
    transition: all 0.5s;
    cursor: pointer;
}

#ninja-slider-prev {
    left: auto;
    right: -1px;
}

#ninja-slider-next {
    left: -1px;
    right: auto;
}

    #ninja-slider-prev:hover, #ninja-slider-next:hover {
        width: 80px;
        background-color: rgba(0,0,0,0.6);
    }

/*pagination within the prev/next buttons*/
#ninja-slider-prev div {
    margin-right: 41px;
    white-space: nowrap;
    float: right;
    opacity: 0;
}

#ninja-slider-next div {
    margin-left: 41px;
    white-space: nowrap;
    opacity: 0;
}

#ninja-slider-prev:hover div, #ninja-slider-next:hover div {
    opacity: 1;
}

/* arrows */
#ninja-slider-prev::before, #ninja-slider-next::before {
    position: absolute;
    top: 17px;
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    border-left: 4px solid white;
    border-top: 4px solid white;
    backface-visibility: hidden;
}

#ninja-slider-prev::before {
    -ms-transform: rotate(-45deg); /*IE 9*/
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 15px;
}

#ninja-slider-next::before {
    -ms-transform: rotate(135deg); /*IE 9*/
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 15px;
}


/*------ pager(nav bullets) ------*/
/* The pager id should be: slider id + "-pager" */
#ninja-slider-pager, #ninja-slider-pause-play {
    display: none;
}


/*Responsive settings*/
@media only screen and (max-width:500px) {

    #ninja-slider-prev, #ninja-slider-next, #ninja-slider-pager {
        display: none;
    }
    .concept span
    {
        font-size: 12px;
    }
}

@media only screen and (max-width:1100px) {
    #ninja-slider .caption {
        font-size: 7em;
    }
}
@media only screen and (min-width:1300px) {
    .item{
        min-height: 400px;
    }
}
@media only screen and (max-width:700px) {
    #ninja-slider .caption {
        font-size: 3em;
    }
}

@media only screen and (max-width:1550px) {
   .owl-buttons {
    max-width: 680px;
    }
}

.slider_bottom {
    background: #282828 none repeat scroll 0 0;
    bottom: 54px;
    margin-top: 0;
    position: relative !important;
    width: 100%;
    z-index: 99999;
}
.design_btn {
    line-height: 25px;
    color: #ccc;
    cursor: pointer;
    float: left;
    font-size: 18px;
    margin-top: 0;
    position: relative;
    text-align: right;
    width: 84%;
}

.slider_bottom > span {
    border: 1px solid #343434;
    position: absolute;
    top: 3px;
    width: 100%;
    z-index: 2;
}

.slider_head {
    display: inline-block;
    width: 100%;
}

    .slider_head h2 {
        float: right;
        color: #ccc;
		font-weight: 500 !important;
    }

    .slider_head > a {
        float: left;
        width: 90%;
    }

    .slider_head img {
        float: left;
        margin: 24px 0 0 8px;
    }

.about_us {
    width: 100%;
    float: left;
}

    .about_us h1, #services h1, #people h1, #media h1, #contact h1 {
        color: #ccc;
        float: left;
        margin-top: 0;
        width: 100%;
    }

#services .container, #projects .container, #services .container, #people .container, #media .container, #contact .container {
    margin-top: 48px;
}

.about_us p {
    color: #ccc;
    line-height: 20px;
}

.about_us li, li {
    color: #ccc;
    list-style: square;
    margin: 0 0 0 16px;
    padding: 0 0 0 10px;
    font-size: 13px;
    line-height: 24px;
}

.design {
    /* float: left; */
	float:right;
    width: 95.3%;
}

.design1 {
    display: inline-block;
    float: left;
    width: 95.3%;
}

.design2 {
    display: inline-block;
    float: left;
    width: 95.3%;
}

.design img {
    width: 84%;
    padding-top: 5px;
	float:right;
}

.design1 > img {
    width: 84%;
    padding-top: 5px;
}

.design2 > img {
    width: 84%;
    padding-top: 5px;
}

.design_btn.collapsed {
    cursor: pointer;
}
/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}





/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

    .col:first-child {
        margin-left: 0;
    }

/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 */
}
/*  GRID OF FOUR  */
.span_4_of_4 {
    width: 100%;
}

.span_3_of_4 {
    width: 74.6%;
}

.span_2_of_4 {
    width: 49.2%;
}

.span_1_of_4 {
    margin: 0 !important;
    width: 25%;
}

.span_4_of_4_5 {
    width: 72%;
}





/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

    .col:first-child {
        margin-left: 0;
    }

/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 */
}
/*  GRID OF FIVE  */
.span_5_of_5 {
    width: 100%;
}

.span_4_of_5 {
    width: 79.68%;
}

.span_3_of_5 {
    width: 59.36%;
}

.span_2_of_5 {
    width: 39.04%;
}

.span_1_of_5 {
    width: 18.72%;
}



#mywork {
    border: 1px solid red;
}



/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

    .col:first-child {
        margin-left: 0;
    }

/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 */
}
/*  GRID OF TWO  */
.span_2_of_2 {
    width: 100%;
}

.span_1_of_2 {
    width: 26.2%;
}

#oonnee {
    float: left;
    width: 78%;
    padding-left: 2%;
}
/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

    .col:first-child {
        margin-left: 0;
    }

/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 */
}
/*  GRID OF THREE  */
.span_3_of_3 {
    width: 100%;
}

.span_2_of_3 {
    width: 66.13%;
}

.span_1_of_3 {
    width: 32.26%;
}








/* Makes responsive fields. Sets size and field alignment.*/
input[type=text] {
    color: #fff;
    margin-top: 10px;
    width: 100%;
    padding: 6px;
    background-color: #000;
    border-radius: 5px;
    border: 1px solid #666;
    margin-bottom: 2px;
}

input[type=submit] {
    margin-bottom: 20px;
    padding: 11px 35px;
    border-radius: 5px;
    border: 1px solid #333;
    background-color: #333;
    color: aliceblue;
    font-size: 15px;
    cursor: pointer;
}

label sup {
    color: #660000;
}

label {
    margin-bottom: 0px;
    font-weight: 500;
}

#submit:hover {
    background-color: #808080;
}

div#envelope {
    clear: both;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

textarea {
    background-color: #282828;
    border: 1px solid #666;
    border-radius: 5px;
    color: #fff;
    margin-top: 10px;
    padding: 6px;
    resize: none;
    width: 100%;
}

    input[type=text]:focus, textarea:focus {
        border-color: #4697e4;
    }




.collapse {
    text-align: unset;
    width: 200%;
}

#a1 {
    display: none;
}

#bb {
    display: none;
}

#a2 {
    display: none;
}

#author img {
    width: 20%;
}

#media .col.span_4_of_4_5 > img {
    width: 100%;
}

.carousel-indicators {
    display: none;
}

.carousel-control {
    display: none;
}
/*.design_btn {display: none;}  */
#projects .design_btn {
    display: block;
}

#services .design_btn {
    display: block;
}

.design_btn.left {
    text-align: left;
}

#projects #collapseExample9 {
    width: 210px !important;
}

#cccc {
    display: none;
}

#arr1 {
    display: none;
}

#arr4 {
    display: none;
}

#aa11 {
    display: none;
}

#arr1000 {
    display: none;
}

#aas {
    display: none;
    width: 600px;
    float: right;
}

#acdef {
    display: none;
}

.reset {
    width: 300px;
    height: 200px;
    padding-right: 2em;
}

#acdef {
    display: none;
}

.ct {
    text-align: center;
    font-size: 20px;
}


#projects .group {
    padding-top: 8em;
}


.collapse.in ul li {
    list-style-type: square;
    font-size: 15px;
}


/*****bootstrap 5grid layout******/
.col-md-15 {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 24px;
    padding-left: 17px;
    float: left;
}
/* .homepage .col-md-15 {
    
    padding-right: 120px;
   
} */

    .col-md-15 .design_btn {
        width: auto;
    }

.m-t-40 {
    margin-top: 40px;
}






.gallery img {
    height: 230px;
    width: 50%;
}

.gallery img {
    cursor: pointer;
    margin-left: 5%;
    margin-top: 7%;
    padding: 0;
    width: 253px !important;
}

#ninja-slider.fullscreen #fsBtn {
    right: 20%;
    top: 22%;
}

#ninja-slider-next {
    display: none;
}

#ninja-slider-prev {
    display: none;
}

.send_msg {
    margin-top: -80px;
}

#projects .testinggg {
    width: 80%;
}



#backgroundimage {
    padding-left: 0px !important;
}

    #backgroundimage li {
        background: url(../img/backggg.png)no-repeat 0% 50%;
        list-style: none !important;
        padding-left: 20px;
    }

#pagig li {
    list-style: none !important;
}



.clearheight {
    clear: both;
    height: 20px;
}



/* .design_btn.drop_img { */
    /* background: rgba(0, 0, 0, 0) url("../img/dropdown-inactive.png") no-repeat scroll right 24px; */
    /* padding-right: 19px; */
/* } */

/* .drop_img.active { */
    /* background-image: url("../img/arrowdown1.png"); */
/* } */

.slider_bottom .drop_img {
    width: 80%;
}

.abt {
    padding-left: 17px;
    padding-right: 22%;
    text-align: left;
}

    .abt a {
        color: #666;
    }

    .abt i {
        font-size: 1em;
    }

    .abt h2 {
        margin-bottom: 0px;
        color: #ccc;
        font-size: 18px;
    }

    .abt b.subheading {
        font-size: 15px;
        margin-top: 5px;
        display: inline-block;
    }

    .abt a:hover {
        /* color: #fff; */
        text-decoration: underline;
    }

.m-0 {
    margin-left: 0;
}

.m-min {
    /*margin-left: -3px;*/
    padding: 0;
}

.minus {
    margin: 0px 0px 0px -4px;
}

.desktop-v, .desktop-three {
    display: block;
}


.mob-design.active .collapse {
    display: block;
}

.mob-design {
    display: block;
}

.mobile-v, .mob-three {
    display: none;
}

    .mobile-v .row {
        margin: 0 auto;
        padding: 0 !important;
        width: 100%;
    }

    .mobile-v .col-md-3.col-sm-3 {
        display: inline-block;
        width: 32%;
        cursor: pointer;
    }

.mobile-v .drop_img {
    background-position: right 23px;
    margin-right: -3px;
    padding: 3px 10px;
    background: rgb(255 255 255 / 20%);
}

.carousel-caption {
    display: none !important;
}

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.desktop-three .mob-design:last-child .collapse {
    margin-left: -105.3% !important;
}

#fullpage {
    padding: 0;
}

.cursor {
    cursor: pointer;
}


/***Projects section**/
#projects {
    margin: 93px 0 0;
}

.sidebar-nav li {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 6px 0;
    text-align: left;
    width: 100%;
}

.sidebar-nav a.design_btn.drop_img {
    width: 60% !important;
}

.sidebar-nav ul {
    display: none;
}

.sidebar-nav li.active ul {
    display: block;
    float: left;
    margin-top: 9px;
}

.sidebar-nav .drop_img {
    background-position: right 7px;
    padding-right: 23px;
    font-size: 15px;
}

.sidebar-nav li ul li:hover {
    cursor: pointer;
    color: #666;
}

#projects .design_btn.drop_img.four {
    background-position: right 17px;
    /* width: 82%; */
	width:85%;
	float:right;
}

.m-t-10.btns_container .four {
    width: 100% !important;
}

#projects .container .row > .col-md-15 {
    margin-top: -16px;
}

.desktop-three .design_btn h2 {
    font-size: 18px;
}

.btns_container .design_btn h2 {
    font-size: 16px !important;
}

.left-me {
    width: 66%;
    float: left;
}

.inner-image-container {
    width: 100%;
}

    .inner-image-container, .inner-image-container .inner-container {
        display: none;
    }

        .inner-image-container .col-sm-4 {
            padding: 0px 18px; 
            cursor: pointer;
        }

.inner-image-container img {
    height: 180px;
    width: 100%;
}

.image-list img {
    height: auto;
    width: auto;
}

.inner-image-container p {
    font-size: 18px;
    padding: 4px 0 19px;
    text-align: center;
}

.clol img {
    cursor: pointer;
    float: right;
    height: 37px !important;
    width: 80px !important;
}

.sidebar-nav .active {
    color: #666;
}

#about-us #fullpage {
    min-height: 1000px;
}

.bwWrapper {
    position: relative;
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 9px;
	width: 100%;
}
/*.design img:hover {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(#greyscale);
    filter: gray;
}*/

img#lena-desaturate {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(#greyscale);
    filter: gray;
}



.BWFilter.BWfade {
    top: 0px !important;
}

.image-list .BWFilter.BWfade {
    left: inherit !important;
    cursor: pointer;
}

.sidebar-nav li ul li {
    color: #999999;
    font-size: 13px;
    margin-left: 40px;
    padding: 1px 0;
}

#projects .row.m-t-40 {
    padding-left: 0 !important;
}



#projects .abt {
    clear: both;
    color: #999a9a;
    float: left;
    padding-left: 0;
    padding-right: 42px;
}

    #projects .abt > p {
        text-align: left;
    }

    #projects .abt > h1 {
        border-top: 1px solid #bebebe;
        margin: 29px 0 10px;
        padding-top: 32px;
    }

.main-images {
    display: block;
    position: relative;
}

/* .image-list, .main-images {
    padding-top: 46px;
} */
.main-images {
    padding-top: 10px;
}

.slider-images-icon, .main-images-icon {
    display: none;
    cursor: pointer;
}

.image-list {
    display: inline-block;
    /* left: 5%; */
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.skitter-large-box {
    padding-left: 18px;
    margin: 0 auto;
    position: relative;
    width: 85%;
}


.m-t-10 {
    margin-top: 10px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.design_btn h2 {
    color: #ccc;
}

.design_btn h2:hover {
    color: #fff;
}

.m-t-10.btns_container > li {
    clear: both;
    float: left;
    line-height: normal;
    list-style: outside none none;
    margin-left: 0;
    margin-top: 15px;
    width: 88%;
}

.btns_container .design_btn.drop_img > h2 {
    margin-top: 0 !important;
}

.btns_container .design_btn.drop_img {
    background-position: right 5px !important;
}

.btns_container h2 {
    font-size: 1em;
    margin: 4px 0;
    padding: 0;
    text-align: left;
}

.m-t-10.btns_container {
    margin-top: 40px;
    padding: 0 !important;
    float: left;
    width: 100%;
}

ul.m-t-10.btns_container.less {
    margin-top: 20px !important;
}

.btns_container .drop_img.four {
    background-position: right 8px;
}

#services .design_btn.drop_img.four > h2 {
    font-size: 1em;
}

#services .design img {
    width: 87.5%;
}

.all.services .collapse {
    width: calc(300% + 130px);
	padding-left: 0%;
}

.all.services h2 {
    font-size: 15px;
}

.minus-119 {
    margin-left: -119%;
}

.minus-360 {
    margin-left: -239%;
}

.services .container.mobile-v {
    margin-bottom: 10px;
}

.m-t-12 {
    margin-top: 15px;
}


.people .all.row {
    display: inline-block;
    padding-left: 11.2%;
    width: 100%;
}

    .people .all.row img {
        width: 214px;
    }

.image-list .col-md-6 {
    padding: 0 20px 43px;
    cursor: pointer;
}

.nonActive .BWFilter.BWfade {
    filter: grayscale(100%) !important;
    opacity: 1 !important;
}

.design.active .BWFilter.BWfade {
    opacity: 0 !important;
}

.drop_img.active h2 {
    color: #fff;
}

#projects .design_btn h2 {
    margin-top: 13px;
    font-size: 1em;
}

.inner-image-container p:hover {
    color: #fff !important;
}






.flex-control-nav li {
    float: left;
    margin: 0 6px;
}

.flex-direction-nav {
    display: none;
}

.skitter-large-box img {
    height: auto;
    max-height: 580px;
    width: 100%;
    max-width: 800px;
    /*margin-left: 6%;*/
   
}

.slider-images {
    /* margin-left: 10px; */
    margin-top: 46px;
}


.owl-buttons {
    margin-left: 6%;
    max-width: 800px;
    position: absolute;
    top: 50%;
    width: calc(90%);
    display:none;
   
}


.owl-theme .owl-controls .owl-buttons div {
    background: transparent !important;
    color: transparent !important;
}

.owl-prev {
    float: left;
}

    .owl-prev::after {
        color: #fff;
        content: url("../img/icon-prev.png");
        font-size: 45px;
        left: -22px;
        position: relative;
    }

.owl-next {
    float: right;
    margin-right: 20px !important;
}

    .owl-next::after {
        color: #fff;
        content: url("../img/icon-next.png");
        font-size: 45px;
        left: 10px;
        position: relative;
    }

*::before, *::after {
    box-sizing: border-box;
}

*::before, *::after {
    box-sizing: border-box;
}

.media_page p {
    margin: 0;
    padding: 4px 0 0;
    text-align: left;
    font-size: 14px;
    
}

.media_page i {
    margin: 0;
    padding: 0;
	font-size:12px;
}

.media_page h1 a {
    color: #fff;
}

.video_frame {
    width: 100%;
}

.video_con > h1 {
    margin-top: 0 !important;
}

.build-process ol li {
    list-style: unset;
}

.architect-left .build-process.m-t-40 {
    padding: 10px 70px 0 20px;
    width: 47%;
}

/* .ar-image {
    float: left;
    margin-left: 10%;
    margin-top: 110px;
    width: 41%;
} */
.ar-image {
    float: left;
    margin-top: 110px;
    padding: 0 6% 0 0;
    width: 53%;
}
.ar-image img {
    width: 60%;
	float: right;
}

.service-page {
    float: left;
    text-align: left;
    max-width: 180px;
    margin-bottom: 10px;
}

.people .card h1 {
    margin-bottom: 14px;
}
.head_style
{
	color: #ccc;
    font-size: 1.4em;
	margin-top: 1.5em;
	font-weight: unset;
}

#projects li .design_btn.drop_img {
    text-align: left;
    width: 50%;
}

.conatct .section.group.row {
    margin-top: 80px;
}

.m-t-20 {
    margin-top: 20px;
}

.hr {
    border: 1px solid;
    clear: both;
    float: left;
    margin: 25px 0 15px;
    width: 100%;
    display: none;
}




#envelope label {
    color: #ccc;
}

.service-page {
    margin-bottom: 0px;
}

.p > a {
    color: #fff;
}

.link > a {
    color: #fff;
    font-weight: bold;
}

    .link > a:hover {
        color: #666;
    }

.clear {
    clear: both;
    margin-bottom: 20px;
}

.clearheight {
    clear: both;
    margin-bottom: 40px;
}
.clear_height
{
	clear: both;
}
form label.error {
    color: #666 !important;
}

label#name-error::before, label#contact-error::before, label#email-error::before, label#message-error::before {
    color: #660000;
    content: "*";
    margin-left: 20px;
    margin-right: 6px;
}
#contact .col-md-5.col-xs-5.bold img {
    width: 22%;
}
.conatct_img {
    width: 22%;
}
.bold {
    font-weight: bold;
}

.main_project .sidebar-nav {
    width: 100%;
}

.main_project .col-md-15 {
    padding-right: 0;
    width: 26%;
}

.main_project .left-me {
    float: right;
    margin-left: 3.8%;
    width: 69%;
}

.main_project .image-list .col-md-5 {
    cursor: pointer;
    margin-right: 45px;
    padding: 0 0 40px 10px;
	
   /*  margin-right: 34px; */
}

.main_project .image-list img {
    width: 100%;
}

.main_project .skitter-large-box {
    float: left;
    margin: 0 auto;
    position: relative;
    width: 85%;
}

.main_project .main-images {
    width: 92%;
	float:right;
	margin-right :4px;
}

.index-about, .md-first {
    width: 24%;
}
.half_hr {
    clear: both;
    float: left;
    width: 50%;
}
#projects .clol {
    margin: 0 auto;
    max-width: 800px;
    position: relative;
    right: 0;
    top: -31px;
}
.content_textarea {
    border: medium none;
    font-size: 14px;
    color: #ccc;
    padding: 0;
}
.col-md-12.abt,.col-md-12.abt.hh{
	display:none;
}
.footer_note, i.footer_note {
    font-size: 0.8em;
}
.left{
	float:left; 
}
.right{
	float:right
}
.item:not(.full-screen) {
    margin-left: 6%;
    max-width: 800px;
    position: relative;
}
.loader-it {
	top:0px;
    background: #000;
    min-height: 500px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
}

svg.uil-reload {
    height: 44px;
    margin-top: 35%;
    position: relative;
    z-index: 2147483647;
}
.alert-watson {
    background: #fff none repeat scroll 0 0;
    color: #333;
}

.owl-buttons.display {
    display: block !important;
}
/*new css*/
.about-menu {
    position: relative;
    top: -54px;
    background: rgb(0 0 0 / 42%);
}
.overlay.overlay-boxify {
    display: none;
}
.bwWrapper span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000073;
    padding: 10px 14px;
    color: #ccc;
	cursor: pointer;
}
.homepage .index-about.md-first {
    margin-top: 0px;
}
ul.side-nav {
    margin-top: 30px;
}
.side-nav li a {
    background-color: #2e2e2e !important;
    display: block;
    padding: 8px 14px;
    border-bottom: 1px solid #3c3c3c;
    width: 100% !important;
    text-align: left;
    font-size: 14px;
}
ul.side-nav li {
    margin: 0;
    list-style: none !important;
    padding: 0px !important;
}
ul.side-nav li.active a {
    background: #3c3c3c !important;
    color: #ccc;
}
.side-nav li a:hover {
    background-color: #3c3c3c !important;
	color:#ccc;
}
.people, .media_page, .services , .main_project{
    background: #282828;
	padding-top: 1px;
	
}
.media_page .bwWrapper span {
    font-size: 12px;
}
.all.services .bwWrapper span, .all .bwWrapper span {
    height: auto !important;
    font-size: 14px;
    width: 100%;
    text-align: left;
    padding: 8px 11px;
    text-transform: uppercase;
    line-height: 20px;
}
.all .design img {
    float: right;
    padding-top: 5px;
    width: 100%;
    left: 0 !important;
}

.img-con {
    margin-top: 44px;
    padding-left: 70px;
}
@media screen and (max-width:3900px) and (min-width:1400px){
	section.slider_bottom {
    height: 100vh;
}
}
