* {
    margin: 0;
    padding: 0;
}

html,
body {
    font-size: 16px;
    font-family: 'Arimo', sans-serif;
    line-height: 28px;
    color: #8A8A8A;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
}

h1 {
    font-size: 72px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 84px;
}

h2 {
    font-size: 44px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

h3 {
    font-size: 32px;
    line-height: 40px;
}

h4 {
    font-size: 24px;
    line-height: 30px;
}

h4.quote {
    font-size: 28px;
    line-height: 48px;
}

.subtitle {
    font-size: 24px;
    line-height: 36px;
}

.smallfont {
    font-size: 10px;
    line-height: 14px;
}

.montserrat_bold {
    font-weight: 600;
}

.arimo_bold {
    font-weight: 700;
}

.arimo_bolditalic {
    font-weight: 700;
    font-style: italic;
}

.dib {
    display: inline-block;
}

label p {
    font-weight: 400;
    font-size: 12px;
}

label.error {
    font-weight: 400;
    font-size: 12px;
    color: red;
}

.btn-text.collapsed .less {
    display: none
}

.btn-text:not(.collapsed) .more {
    display: none
}

.blue,
.blue:hover,
.blue:focus {
    color: #124e91;
}

.white,
.white:hover,
.white:focus {
    color: #ffffff;
}

.whitebg {
    background-color: #ffffff;
}

.bluebg {
    background-color: #124e91;
}

.greyBg {
    background-color: #f1f3f6;
}

input.form-control,
textarea.form-control,
input.form-control:focus,
textarea.form-control:focus {
    min-height: 50px;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb50 {
    margin-bottom: 50px;
}

.mt5 {
    margin-top: 5px;
}

.mt25 {
    margin-top: 25px;
}

.mt35 {
    margin-top: 35px;
}

.mv25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mv50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.ml25 {
    margin-left: 25px;
}

.mr25 {
    margin-right: 25px;
}

.mb0 {
    margin-bottom: 0px;
}

.mt0 {
    margin-top: 0px;
}

.p20 {
    padding: 20px;
}

.p50 {
    padding: 50px;
}

.pv15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pl10 {
    padding-left: 25px;
}

.pl25 {
    padding-left: 25px;
}

.pl50 {
    padding-left: 50px;
}

.greenButton {
    background-color: #11B14B;
    color: #ffffff;
    padding: 15px 35px;
    border-radius: 0;
    font-size: 18px;
    border: none;
}

.greenButton:hover {
    background-color: #11B14B;
    color: #ffffff;
    border: none;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.mh90 {
    min-height: 90px;
}

.mh275 {
    min-height: 275px;
}

.mh325 {
    min-height: 325px;
}

#mainNav {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    background-color: transparent;
    border: none;
}

#mainNav.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    padding: 30px 35px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

#mainNav .navbar-brand {
    margin-left: 15px;
    padding-top: 28px;
}

#mainNav.scrolled {
    background: rgba(18, 78, 145, 0.9);
    transition: all 200ms linear;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

header.homePage {
    min-height: 100vh;
    background-image: url("../images/mainBg.jpg");
    background-size: cover;
    background-position: right top;
}

header {
    position: relative;
}

header .title {
    margin-top: 300px;
}

header .title.home {
    min-height: 290px;
}

header .title.analytics {
    min-height: 200px;
}

header .title.contact {
    min-height: 120px;
    margin-top: 365px !important;
}
header .title.technology {
    min-height: 200px;
}
header .title.consultingtext {
    min-height: 300px;
}
header .title.client {
       min-height: 290px;
}

header .title.company1 {
       min-height: 290px;
}
.wsp {
    white-space: pre-wrap;
}

header.techPage {
    min-height: 100vh;
    background-image: url("../images/techBg.jpg");
    background-size: cover;
    background-position: right top;
}

header.consultPage {
    min-height: 100vh;
    background-image: url("../images/consultBg.jpg");
    background-size: cover;
    background-position: right top;
}

header.analyticsPage {
    min-height: 100vh;
    background-image: url("../images/analyticsBg.jpg");
    background-size: cover;
    background-position: center top;
}

header.companyPage {
    min-height: 100vh;
    background-image: url("../images/companyBg.jpg");
    background-size: cover;
    background-position: center top;
}

header.clientelePage {
    min-height: 100vh;
    background-image: url("../images/clienteleBg.jpg");
    background-size: cover;
    background-position: right top;
}
header.contactPage {
    min-height: 100vh;
    background-image: url(../images/contactBg.png);
    background-size: cover;
    background-position: center top;
}
section {
    padding: 150px 0;
}

.techQuote {
    background-image: url("../images/tecgBg.jpg");
    background-size: cover;
}

.consulting {
    background: url("../images/consultingBg.jpg") #f1f3f6;
    background-position: right;
    background-repeat: no-repeat;
}

.mediaSec {
    background: url("../images/mediaBg.jpg") #f1f3f6;
    background-position: right;
    background-repeat: no-repeat;
}

.gradientBg {
    background: rgba(18, 77, 145, 1);
    background: -moz-linear-gradient(-45deg, rgba(18, 77, 145, 1) 0%, rgba(17, 177, 75, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(18, 77, 145, 1)), color-stop(100%, rgba(17, 177, 75, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(18, 77, 145, 1) 0%, rgba(17, 177, 75, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(18, 77, 145, 1) 0%, rgba(17, 177, 75, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(18, 77, 145, 1) 0%, rgba(17, 177, 75, 1) 100%);
    background: linear-gradient(135deg, rgba(18, 77, 145, 1) 0%, rgba(17, 177, 75, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#124d91', endColorstr='#11b14b', GradientType=1);
}

.ver_card {
    /* min-height: 200px; */
    width: 100%;
    position: relative;
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.ver_card.team {
    min-height: 475px;
}

.ver_card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: rgba(17, 177, 75, 1);
    background: -moz-linear-gradient(left, rgba(17, 177, 75, 1) 0%, rgba(18, 77, 145, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(17, 177, 75, 1)), color-stop(100%, rgba(18, 77, 145, 1)));
    background: -webkit-linear-gradient(left, rgba(17, 177, 75, 1) 0%, rgba(18, 77, 145, 1) 100%);
    background: -o-linear-gradient(left, rgba(17, 177, 75, 1) 0%, rgba(18, 77, 145, 1) 100%);
    background: -ms-linear-gradient(left, rgba(17, 177, 75, 1) 0%, rgba(18, 77, 145, 1) 100%);
    background: linear-gradient(to right, rgba(17, 177, 75, 1) 0%, rgba(18, 77, 145, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11b14b', endColorstr='#124d91', GradientType=1);
}

.hor_card {
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.hor_card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
    background: rgba(17, 177, 75, 1);
    background: -moz-linear-gradient(top, rgba(17, 177, 75, 1) 0%, rgba(18, 77, 145, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17, 177, 75, 1)), color-stop(100%, rgba(18, 77, 145, 1)));
    background: -webkit-linear-gradient(top, rgba(17, 177, 75, 1) 0%, rgba(18, 77, 145, 1) 100%);
    background: -o-linear-gradient(top, rgba(17, 177, 75, 1) 0%, rgba(18, 77, 145, 1) 100%);
    background: -ms-linear-gradient(top, rgba(17, 177, 75, 1) 0%, rgba(18, 77, 145, 1) 100%);
    background: linear-gradient(to bottom, rgba(17, 177, 75, 1) 0%, rgba(18, 77, 145, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11b14b', endColorstr='#124d91', GradientType=0);
}

footer {
    padding: 50px 0px;
    background-color: #404040;
}

.laptop {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-30%, 20%);
}

.testimonial:before {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ffffff;
    position: absolute;
    bottom: -7px;
    left: 50px;
}

@media only screen and (max-width: 768px) {
    #mainNav {
        background: rgba(18, 78, 145, 0.9);
    }
    #mainNav .navbar-brand {
        margin-left: 0;
    }
    .navbar-default .navbar-toggle {
        border: 0;
        margin-top: 24px;
        margin-bottom: 24px;
        margin-right: 0;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 100%;
    }
    #mainNav.navbar-default .navbar-nav>li>a {
        padding: 30px 15px;
    }
    h1 {
        font-size: 48px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        line-height: 56px;
    }
    h2 {
        font-size: 34px;
        line-height: 46px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
    }
    h3 {
        font-size: 28px;
        line-height: 32px;
    }
    h4 {
        font-size: 22px;
        line-height: 28px;
    }
    .subtitle {
        font-size: 20px;
        line-height: 30px;
    }
    h4.quote {
        font-size: 22px;
        line-height: 44px;
    }
    header .title {
        margin-top: 250px;
    }
    header .title.home {
        min-height: 200px;
    }
    .m-mb50 {
        margin-bottom: 50px;
    }
    .m-tc {
        text-align: center;
    }
    .consulting {
        background: #f1f3f6;
    }
    .mediaSec {
        background: #f1f3f6;
    }
}
#contactBtn {
				position: fixed;
				right: 0;
				top: 50%;
				z-index: 1000;
			}
#contactBtn img {
				height: 31px;
				width: 31px;
			}

			#contactBtn a {
				display: block;
				background: #11B14B;
				height: 40px;
				width: 40px;
				padding: 4px;
				color: #fff;
				text-decoration: none;
			}