.header-fixed #body-wrapper {
    padding-top: 0;
}

#body-wrapper .container {
    padding: 0;
}

.col{
	padding: 10px;
	float: left;
}

.col12{
	width: 100%;
}

.col11{
	width: calc(100% / 12 * 11);
}

.col10{
	width: calc(100% / 12 * 10);
}

.col9{
	width: calc(100% / 12 * 9);
}

.col8{
	width: calc(100% / 12 * 8);
}

.col7{
	width: calc(100% / 12 * 7);
}

.col6{
	width: calc(100% / 12 * 6);
}

.col5{
	width: calc(100% / 12 * 5);
}

.col4{
	width: calc(100% / 12 * 4);
}

.col3{
	width: calc(100% / 12 * 3);
}

.col2{
	width: calc(100% / 12 * 2);
}

.col1{
	width: calc(100% / 12);
}

.header-fixed #header {
    padding-left: 20px;
    padding-right: 25px;
}

section.section {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.container {
    margin: 0;
    padding: 0;
}

p {
    margin: 0 0 0;
}

.mobile-container {
    z-index: 1;
}

.treemenu li a.active, .treemenu li a:hover {
    color: #fff !important;
    text-decoration: none;
}

#header, #header .navbar-section {
    height: 6rem;
}

#header a, .mobile-container a{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.1em;
    color: #80A1B5;
}


.terms{
	margin: 0 auto;
    margin-top:150px;
    margin-bottom: 10%;
	width: 80%;
    font-size: 1rem;
}

.mobile{
    display:none !important;
}

h1, h2, h3, h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin:0;
}

h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.4em;
    margin-bottom: 10px;
}

h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
    line-height: 1.5em;
}

h4 {
    font-size: 1em;
    margin-bottom: 10px;
    line-height: 1.2em;
}

p{
	font-size: 1rem;
}
.white{
	color: #fff !important;
}

.left{
	text-align: left;
}

.center{
    text-align: center;
}

.logo img {
    width: 45%;
    height: auto;
    min-width: 200px;
}

.treemenu li {
    list-style: none;
    margin: 0px 17px 1px;
    padding: 15px 0;
    line-height: 1.2rem;
    background: none;
    color: #80A1B5;
}

.mobile-menu .button_container {
    top: 2.4rem;
    right: 2rem;
}

.treemenu li.tree-empty > .toggler:before {
    content: "";
}

.mobile-menu .button_container span {
    background: #80A1B5;
}

a:visited {
    color: #80A1B5;
}

.dropmenu ul li a.active {
    color: #F7941D !important;
}

.dropmenu ul li a:hover {
    color: #999 !important;
}

.overlay.open {
    opacity: 1;
}

.overlay {
    padding: 10px;
    background: #3F4B56;
    top: 96px;
}

.mobile-menu .button_container.active .bottom, .mobile-menu .button_container.active .top {
    background: #80A1B5;
}

#footer p{
	font-size: .7em;
}

#footer {
    color: #fff;
    padding: 1rem;
    background-color: #323D47;
    text-align: center;
}


.button, .btn {
    float: left;
    border: .15rem solid #fff;
    background: none;
    color: #fff;
    height: auto;
    font-size: 1.2em;
    line-height: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin:0;
    padding: 25px 50px;
}

.button:hover, .btn:hover {
    border: .15rem solid #fff;
    background: #fff;
    color: #94b9d0;
}

.button:hover h3{
    color: #94b9d0;
}

.button h3{
    padding: 10px;
    margin-bottom: 0;
    line-height: 0;
    color: #fff;
}

#start section {
    padding-left: 0;
    padding-right: 0;
}

.container.grid-xl {
    max-width: 100%;
}

.modular-features .frame-box {
    padding: 0;
}

.banner{
	width: 100vw;
	height: calc(100vh - 100px);
	position: relative;
	margin-top:100px;
	left: 0;
	background-color: #777;
	padding: 5vw;
}

.banner-box{
	width:35%;
	height: 100%;
	position:relative;
	background-color: #80A1B5;
	min-width: 300px;
	max-width: 500px;
	padding:40px;
	opacity: .9;
}

.tblue{
	color: #80A1B5 !important;
}

.torange{
	color: #F7941D !important;
}

.twhite{
	color: #fff !important;
}

.tgrey{
	color: #777 !important;
}

.bar{
	height:5px;
	position: relative;
}

.bblue{
		background-color: #80A1B5;
}

.bwhite{
	background-color: #fff;
}


.borange{
    background-color: #F7941D;
}

.b50{
	width: 50px;
}

.b100{
	width: 100px;
}

.spacer{
	margin-bottom: 5vw;
}

.title-divider{
	width: 200px;
	margin:0 auto;
}

.homepage-banner{
	background-image: url(/user/pages/01.home/office-space.jpg);
	background-size: cover;
	background-position: center center;
}

.bottom {
    bottom: 40px;
    position: absolute;
    width: calc(100% - 80px);
}


.sec{
	padding:10vw;
    display: inline-block;
    width: 100%;
}

.aleft{
	text-align: left;
}

.ender{
	width:100px;
	margin-left:20px;
}

.bg-darkblue{
	background-color: #3F4B56;
}

.bg-blue{
	background-color: #80A1B5;
}

.bg-bluegrey{
    background-color: #697A84;
}



.section-3 .item{
	display: inline-flex;
	padding: 80px 10vw 70px 10vw;
	border: 1px solid #80A1B5;
	width: 100vw;
	position: relative;
	margin-left: -10vw;
	margin-top: -1px;
	border-right: none;
	border-left: none;
}

.section-3 .item-icon{
	width:170px;
	margin-top: -50px;
}


.section-3 .item-text{
	width:calc(100% - 170px);
}


.section-4 .item-group{
	display: flex;
}

.section-4 .item{
	background-color: #3F4B56;
	padding:30px;
	text-align: left;
	height: 100%;
	position: relative;
}

.nicon{
    width: 50%;
    padding-bottom: 20px;
    max-width: 100px;
    min-width: 70px;
}

.section-4 .item .bar {
    position: absolute;
    bottom: 30px;
}

.contact-us p{
	font-size: .7rem;
}

.contact-us{
	 padding: 10vw 5px 10vw 10vw;
}

.contact-us .flogo{
	width: 200px;
	margin-bottom: 50px;
}

.office-set {
    margin: 20px 0 20px 50px;
    position: relative;
}

.office-set:hover{
	color: #F7941D;
	cursor: pointer;	
}

.map-container {
    margin: 0;
    padding: 0;
    background-color: #666;
    height: 100%;
}
.map-pointer{
	right: 0;
	top:0;
	height: 25px;
	position: absolute;
}

.info-box {
    position: relative;
    top: calc(50% - 50px);
    width: 435px;
    height: 120px;
    display: -webkit-box;
    overflow: hidden;
}

.address-box{
	display: inline-block;
	padding: 20px;
	font-size: .7rem;
}

.office-box{
	background-image: url(/user/pages/01.home/office.jpg);
	background-size: cover;
	width: 300px;
	height: 125px;

}

.form-label {
    display: none; 
}

.form-input {
    padding: 30px 30px 30px !important;
}

textarea{
    resize: none;
    height: 10rem !important;
}

.contact-us .bar{
	margin-left: 50px;
}

#x {
    width: 60%;
    height: 100%;
    position: absolute;
    background-image: url(/user/pages/01.home/EcuitUS.jpg);
    background-size: cover;
    background-position: center center;
}


#y {
    width: 60%;
    height: 100%;
    position: absolute;
    background-color: #3F4B56;
    /*background-image: url(/user/pages/01.home/06._contact-us/EcuitUS.jpg);*/
    background-size: cover;
    background-position: center center;
}

#z {
    width: 60%;
    height: 100%;
    position: absolute;
    background-color: #94b9d0;
    /*background-image: url(/user/pages/01.home/06._contact-us/EcuitUS.jpg);*/
    background-size: cover;
    background-position: center center;
    padding:10vw;
}

#z .input{
    width:100%;
    min-height: 50px;
    background-color:#fff;
    text-align: left;
    padding: 10px;
    margin-bottom: 20px;
    float: left;
    color: #d2d2d2;
}

#z .textarea{
    height:70%;
}

#y, #z, #b, #c{
	display:none;
}


/**************************************************** ABOUT US*/


.aboutus-banner{
    background-image: url(/user/pages/02.about-us/city-header-bg.jpg);
    background-size: cover;
    background-position: center center;
}

.bar-left{
    border-left: 5px solid #80A1B5;
    padding: 40px 50px;
}

.aboutus-item {
    background-color: #fff;
    padding: 50px;
    display: inline-flex;
    width: 100%;
    margin-bottom: 20px;
}

#about-us .item-icon{
    margin:0;
    padding-right: 50px;
    width: 200px;
}

.paul{
    padding-bottom: 20px;
}

.contactus-container {
    position: relative;
}


/**************************************************** THER ECUITI WAY*/

.the-ecuiti-way-banner{
    background-image: url(/user/pages/03.the-ecuiti-way/way_banner_mobile.jpg);
    background-size: cover;
    background-position: center center;
}

.waybox{
    padding:50px;
    background-color: #fff;
    margin-bottom: 20px;
}

.bg-lgrey{
    background-color: #F1F2F2;
}

.round5 {
    border-radius: 200rem;
    padding: 1.2rem;
    width: 100px;
    height: 100px;
    font-size: 40px;
    text-align: center;
    margin: 0 auto 20px;

}


/**************************************************** VIRTUAL DATA SCIENCE TEAM*/


.vdst-banner{
    background-image: url(/user/pages/04.virtual-data-science-team/vdst.jpg);
    background-size: cover;
    background-position: center center;
}

.paul-again {
    background-image: url(/user/pages/04.virtual-data-science-team/paul.jpg);
    background-size: cover;
    background-position: center center;
    height: 150px;
    width: 150px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    border-radius: 100px;
}

.vdst-item {
    padding: 50px;
    display: inline-flex;
    align-items: center;
    width:100%;
    margin-bottom: 20px;
}

.vdst-item .item-icon {
    width: 170px;
    margin-top:0;
}

.vdst-item .item-text {
    padding-left:50px;
}

.team{
    display:block;
}

.chart-box{
            padding:100px 5%;
            background-color:#697A84;
            text-align:center;
            display: table;
            color:#fff;
        }
        
        .dept{
            width:28.57%;
            min-height:300px;
            display:inline-block;
            float:left;
            margin:0 auto;
        }
        
        .dept1{
            width:14.28%;
            min-height:300px;
            display:inline-block;
            float:left;
            margin:0 auto;
        }
        
        .post{
            width:50%;
            display:inline-block;
            float:left;
            padding:0 10px;
            box-sizing:border-box;
            
        }
        
        .post1{
            width:100%;
            display:inline-block;
            float:left;
            padding:0 10px;
            box-sizing:border-box;
            
        }
        
        .img-container{
            background-color:#E6E7E8;
            padding:20px;
            text-align: center;
        }
        
        .persona{
            width:100%;
            max-width:150px;
        }
        
        .post-title {
            padding: 10px;
            background-color: #27AAE1;
            color: #fff;
            min-height: 80px;
            display: inline-grid;
            width: 100%;
            align-items: center;
        }

        .post-title h4 {
            margin-bottom: 0;
            }
        
        .deptname{
            min-height:50px;
        }
        .line1{
            width:50%;
            border-right:1px solid #fff;
            min-height:20px;
        }
        
        .line1b{
            width:50%;
            border-right:1px solid #fff;
            min-height:40px;
        }


        .line2{
            width:50%;
            border:1px solid #fff;
            border-bottom:none;
            min-height:20px;
            margin:0 auto;
        }
        
        .descbox{
            background-color:#fff;
            padding:10px;
            min-height: 180px;
            color:#333;
        }

        .descbox p {
            font-size: .8rem;
            line-height: 1rem;
        }
        
        .post-title p{
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }
        
        .pointer{
            display:none;
        }


/**************************************************** HOW WE DO IT START*/

            .howwedoit{
                background-color:#80A1B5;
                text-align:center;
                height:auto;
            }
        .howwedoit .item-container{
            margin-bottom:20px;
            width:100%;
            display: inline-flex;
        }
        .howwedoit .col-left{
            width:30%;
            background-color:#224760;
            min-height:100px;
            display:inline-block;
            float:left;
            padding:50px;
            color:#fff;
            width:300px;
            position:relative;
            z-index:1;
            
        }
        .howwedoit .col-right{
            width:calc(100% - 300px);
            /*background-color:#C7DDE8;*/
            background-color:#fff;
            min-height:100px;
            display:inline-block;
            float:left;
            color:#333;
            padding: 50px 100px 50px;
            position:relative;
            margin-left: 20px;
        }
        .howwedoit .col-left h3{
            position: relative;
            top: calc(50% - 20px);
        }
        
        .howwedoit .arrow-right{
            position: absolute;
            left: calc(100% - 1px);
            top: 0;
            height: 100%;
            width: 40px;
        }
        
        .howwedoit .arrow-bottom{
            position: absolute;
            left:0;
            top: calc(100% - 1px);
            height: 40px;
            width: 100%;
        }

/**************************************************** HOW WE DO IT END*/


@media (max-width: 600px){

#header .navbar-section {
    margin-right: 0 !important;
}

.sec, .contact-us{
	padding:5vw;
}

.banner{
	width: 100vw;
	height: calc(60vh - 100px);
}

.banner-box{
	width:100%;
	height: 40vh;
	position:relative;
	background-color: #80A1B5;
	min-width: 100%;
	max-width: 100%;
	padding:40px;
	opacity: 1;
}

.col{
	width:100%;
	padding: 10px 0 10px;
}


.section-3 .item {
    display: block;
    padding: 80px 50px 50px;
    position: relative;
    margin-left: -10vw;
}


.section-3 .item-text {
    width: 100%;
}

.section-4 .item-group {
    display: inline-block;
}

.spacer{
	margin-bottom: 10vw;
}

.sec{
	padding:10vw 10vw 10vw;
}

.ender {
    margin-left: 0;
}


/*************************************************VIRTUAL DATA SCIENCE TEAM*/
.vdst-item {
    padding: 40px;
    display: inline-block;
    margin-bottom: 20px;
}

.vdst-item .item-text {
    padding-left: 0;
}

.vdst-item .item-icon {
    margin: 0 auto;
    margin-bottom: 20px;
}


/*************************************************ABOUT US*/

.bar-left{
    border-left: none;
    padding: 0;
}


.aboutus-item {
    display: inline-block;
    width: 100%;
    padding: 40px;
}




}

@media (max-width:1660px){
            
.descbox {
min-height: 249px;
}
            
}
        
@media (max-width:1400px){
            
.dept, .dept1{
width:50%;
margin-bottom:50px;
}
.descbox {
min-height: 194px;
}
            
.post1 img{
width: calc(50% - 30px);
}
        
        
}

@media (max-width: 800px){

.banner{
    width: 100vw;
    height: calc(60vh - 100px);
}

.banner-box{
    width:100%;
    height: 40vh;
    position:relative;
    background-color: #80A1B5;
    min-width: 100%;
    max-width: 100%;
    padding:40px;
    opacity: 1;
}    

.desktop{
    display: none;
}

.mobile{
    display:block !important;
}

.col-right, .col-left{
	width: 100% !important;
	display: block !important;
}

.col-right{
	margin-top: 20px;
}

.howwedoit .item-container {
    display: inline-block;
}

.center-on-mobile{
	text-align: center;
}

.howwedoit .col-right{
	margin-left: 0;
	padding: 50px;
}

.arrow-right{
	display:none;
}
.arrow-bottom{
	display:block;
}

.map-container{
	display: none;
}

.contact-us{
	width: 100%;
}


/*******************************VDST*/

.dept, .dept1{
    width:100%;
}
.descbox {
    min-height: 195px;
}
.post-title {
    min-height: 55px;
}

}





