@charset "utf-8";
/* CSS Document */
/**
/* table of content
/* 1. font-face
/* 2. generic
/* 3. Header
/* 4. Footer


*/

/*@section 1.  Font Face*/

/*open sans*/
@font-face {
    font-family: 'open-sans';
    src: url('../fonts/open-sans/open-sans-webfont.eot');
    src: url('../fonts/open-sans/open-sans-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/open-sans/open-sans-webfont.woff2') format('woff2'),
    url('../fonts/open-sans/open-sans-webfont.woff') format('woff'),
    url('../fonts/open-sans/open-sans-webfont.ttf') format('truetype'),
    url('../fonts/open-sans/open-sans-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/Montserrat-Regular/montserrat-regular-webfont.eot');
    src: url('../fonts/Montserrat-Regular/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Regular/montserrat-regular-webfont.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular/montserrat-regular-webfont.woff') format('woff'),
    url('../fonts/Montserrat-Regular/montserrat-regular-webfont.ttf') format('truetype'),
    url('../fonts/Montserrat-Regular/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratsemi_bold';
    src: url('../fonts/Montserrat-SemiBold/montserrat-semibold-webfont.eot');
    src: url('../fonts/Montserrat-SemiBold/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-SemiBold/montserrat-semibold-webfont.woff2') format('woff2'),
    url('../fonts/Montserrat-SemiBold/montserrat-semibold-webfont.woff') format('woff'),
    url('../fonts/Montserrat-SemiBold/montserrat-semibold-webfont.ttf') format('truetype'),
    url('../fonts/Montserrat-SemiBold/montserrat-semibold-webfont.svg#montserratsemi_bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/Montserrat-Light/montserrat-light-webfont.eot');
    src: url('../fonts/Montserrat-Light/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Light/montserrat-light-webfont.woff2') format('woff2'),
    url('../fonts/Montserrat-Light/montserrat-light-webfont.woff') format('woff'),
    url('../fonts/Montserrat-Light/montserrat-light-webfont.ttf') format('truetype'),
    url('../fonts/Montserrat-Light/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*@section 2.  generic*/

body {
    font-family: 'montserratregular';
    font-size: 14px;
    color: #fff;
    overflow-X: hidden;
}

body, html {
    height: 100%;
    min-height: 100%;
    background-color: #000000;
}

.pull-wide {
    width: 100%;
    float: left;
}

.shad1 {
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05);
}

.opacity-100 {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    filter: alpha(opacity=100);
}

.opacity-90 {
    -khtml-opacity: 0.90;
    -moz-opacity: 0.90;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    opacity: 0.90;
    filter: alpha(opacity=90);
}

.opacity-80 {
    -khtml-opacity: 0.80;
    -moz-opacity: 0.80;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: 0.80;
    filter: alpha(opacity=80);
}

.opacity-70 {
    -khtml-opacity: 0.70;
    -moz-opacity: 0.70;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: 0.70;
    filter: alpha(opacity=70);
}

.opacity-60 {
    -khtml-opacity: 0.60;
    -moz-opacity: 0.60;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    opacity: 0.60;
    filter: alpha(opacity=60);
}

.opacity-50 {
    -khtml-opacity: 0.50;
    -moz-opacity: 0.50;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.50;
    filter: alpha(opacity=50);
}

.opacity-40 {
    -khtml-opacity: 0.40;
    -moz-opacity: 0.40;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    opacity: 0.40;
    filter: alpha(opacity=40);
}

.opacity-30 {
    -khtml-opacity: 0.30;
    -moz-opacity: 0.30;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: 0.30;
    filter: alpha(opacity=30);
}

.opacity-20 {
    -khtml-opacity: 0.20;
    -moz-opacity: 0.20;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    opacity: 0.20;
    filter: alpha(opacity=20);
}

.opacity-10 {
    -khtml-opacity: 0.10;
    -moz-opacity: 0.10;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    opacity: 0.10;
    filter: alpha(opacity=10);
}

.opacity-0 {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    filter: alpha(opacity=0);
}

.pull-wide {
    float: left;
    width: 100%;
}

.round-none {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.round-none-t {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left: 0px;
    border-top-left-radius: 0px;
}

.round-none-t-l {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left: 0px;
    border-top-left-radius: 0px;
}

.round-none-t-r {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right: 0px;
    border-top-right-radius: 0px;
}

.round-none-b {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right: 0px;
    border-bottom-right-radius: 0px;
}

.round-none-b-l {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left: 0px;
    border-bottom-left-radius: 0px;
}

.round-none-b-r {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right: 0px;
    border-bottom-right-radius: 0px;
}

.round-2 {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.round-4 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.round-6 {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.round-8 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.round-10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.round-12 {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.round-14 {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

.round-16 {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.round-18 {
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

.round-20 {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.round-22 {
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}

.round-24 {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

.round-26 {
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
}

.round-28 {
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
}

.round-30 {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.m-t-none {
    margin-top: 0px !important;
}

.m-b-none {
    margin-bottom: 0px !important;
}

.m-l-none {
    margin-left: 0px !important;
}

.m-r-none {
    margin-right: 0px !important;
}

.p-t-none {
    padding-bottom: 0px !important;
}

.p-b-none {
    padding-bottom: 0px !important;
}

.p-l-none {
    padding-left: 0px !important;
}

.p-r-none {
    padding-right: 0px !important;
}

.b-t-none {
    border-top: 0px !important;
}

.b-l-none {
    border-left: 0px !important;
}

.b-r-none {
    border-right: 0px !important;
}

.b-b-none {
    border-bottom: 0px !important;
}

.hide-overflow {
    overflow: hidden;
}

.no-js {
    padding-top: 106px;
}

h2 {
    margin-top: 0;
}

.loading {
    background: url('../img/ico_loading.gif') no-repeat center center;
}

section {
    /*opacity: 0;*/
    height: 360px;
}

.loaded section,
.no-js section {
    opacity: 1;
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
}

main {
    overflow-x: hidden;
}

#preload {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.bcg {
    background-size: cover;
    height: 100%;
    width: 100%;
}

.hsContainer {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.hsContent {
    max-width: 80%;
    margin: -150px auto 0 auto;
    display: table-cell;
    vertical-align: middle;
    /*padding: 0 8%;*/
    text-align: center;
    position: relative;
}

.hsContent h2 {
    /*color: #fff8de;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 5px;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 12px;*/
}

.hsContent p {
    /*width: 80%;
    color: #b2b2b2;*/
}

.hsContent a {
    color: #b2b2b2;
    text-decoration: underline;
}

/* Slide 100 **/
#slide-100 .bcg {
    background-image: url('../images/section3-bg.jpg')
}

#slide-100 .hsContent {
}

#slide-100 h2 {
    color: #f2ead6;
    background-color: rgba(0, 0, 0, 0.6);
}

/* Slide 200 **/
#slide-200 .bcg {
    background-image: url('../images/section4-bg.jpg');
    background-position: center center;
}

#slide-200 .hsContent {
}

#slide-200 h2 {
    color: #000;
    padding-left: 0;
    padding-right: 0;
}

.menu, .menu-bg, .menu-burger {
    position: fixed;
    width: 50px;
    height: 50px;
    font-size: 30px;
    text-align: center;
    border-radius: 100%;
    right: 35px;
    top: 35px;
    z-index: 99;
}

.menu-bg {
    background: rgba(88, 28, 104, .9);
    pointer-events: none;
    transition: .3s;
    right: 60px;
    top: 60px;
    transform: translate3d(50%, -50%, 0) rotate(45deg);
    -moz-transform: translate3d(50%, -50%, 0) rotate(45deg);
    -webkit-transform: translate3d(50%, -50%, 0) rotate(45deg);
    transform-origin: center center;
    border-radius: 0;
}

.menu-bg.fs {
    transform: translate3d(50%, -50%, 0);
    width: 300vw;
    height: 360vw;
}

.menu-burger {
    color: white;
    padding-top: 4px;
    -webkit-user-select: none;
    cursor: pointer;
    transition: .4s;
    transform-origin: center;
}

.menu-burger.fs {
    transform: rotate(-180deg) translateY(10px);
    padding-top: 0px;
}

.menu-items {
    position: fixed;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 10px;
    color: white;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: .4s;
    margin-top: 100px;
    transform: translateY(-200%);
    pointer-events: none;
    z-index: 999;
}

.menu-items div {
    transition: 1s;
    opacity: 0;
    margin-top: 0px;
}

.menu-items div a {
    color: #fff;
    text-decoration: none;
}

.menu-items.fs {
    transform: translateY(0);
    pointer-events: auto;
    opacity: 1;
}

.menu-items.fs div {
    opacity: 1;
    margin-top: 75px;
}

.logo {
    float: left;
    width: 214px;
    height: 128px;
    background: url(../images/logo.png) no-repeat;
    position: absolute;
    z-index: 9;
    left: 60px;
    top: 0px;
    background-size: contain;
}

/* CSS */

/* General content */

.page-title {
    width: 100%; 
    position: absolute; 
    top: 0; 
    margin: auto; 
    text-align: center; 
    color: #000;
}

.page-title h1 {
    padding: 30px; 
    font-family: 'montserratsemi_bold'; 
    font-size: 50px;
}

#section-content {
    background: url(../images/section4-bg.jpg) repeat center ;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: auto;
}

#section-content .txtContainer {
    width: 100%; 
    padding-top: 170px;
    padding-bottom: 30px;
    overflow: hidden;
    position: relative;
}

#section-content .txtContent {
    max-width: 70%;
    margin: 0 auto 0 auto;
    position: relative;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

#section-content h1 {
    font-size: 45px;
    font-family: 'montserratsemi_bold';
    text-transform: uppercase;
    margin-bottom: 20px;
}

#section-content h2 {
    line-height: 50px;
}

#section-content p,ul {
    font-family: 'open-sans';
    margin-bottom: 20px;
}

a.content-btn {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    padding: 17px 36px;
    text-transform: uppercase;
    overflow: hidden;
    border: 6px solid #af4ca8;
    text-align: center;
    color: #fff;
    font-family: 'montserratsemi_bold';
    text-decoration: none;
    font-size: 24px;

}

a.content-btn b {
    position: relative;
    z-index: 9;
    font-weight: normal;
}

a.content-btn {
    color: #fff;
    background: #af4ca8;
}

a.content-btn:hover {
    color: #fff;
}

a.content-btn:active {
    background: #58437a;
}

/* Careers page specific details */

.float-left-content {
    float: left; 
    max-width: 50%; 
    padding: 20px 30px 20px 20px;
}

.float-left-images {
    float: left; 
    max-width: 50%; 
    padding: 20px 30px 20px 30px;
}

.float-left-images img {
    max-width: 100%;
    border: 8px solid #fff;
}

.float-right-content {
    float: right; 
    max-width: 50%; 
    padding: 20px 30px 20px 20px;
}

.float-right-images {
    float: right; 
    max-width: 50%; 
    padding: 20px 30px 20px 30px;
}

.float-right-images img {
    max-width: 100%;
    border: 8px solid #fff;
}

.staff-quote {
    display: block; 
    font-family: 'montserratlight'; 
    font-size: 28px; 
    font-style: italic; 
    color: #666; 
    padding: 40px 30px 0px 30px;
}

.staff-quote-name { 
    display: block;
    font-style: normal; 
    font-size: 15px; 
    padding-left: 10px;
}

table.quick-skills {
    width: 90%;
    font-family: 'open-sans';
    font-size: 14px;
    table-layout: fixed;
}

table.quick-skills td,th {
    width: 25%;
    padding: 8px;
}



/* Slide 1 */

#slide-1 {
    text-align: center;
    font-size: 16px;
}

#slide-1 .bcg {
    background-image: url(../images/section1-bg.jpg);
}

#slide-1 .hsContent {
    text-align: center;
}

#slide-1 h1 {
    font-size: 65px;
    font-family: 'montserratsemi_bold';
    text-transform: uppercase;
}

#slide-1 h2 {
    font-size: 55px;
    margin-top: 0;
    margin-bottom: 40px;
    font-family: 'montserratlight';
}

#slide-1 p {
    font-family: 'open-sans';
}

#slide-1 a.slide-1-btn {
    color: #fff;
    width: 135px;
    font-family: 'open-sans';
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    margin-top: 100px;
}

#slide-1 a.slide-1-btn span {
    display: block;
    width: 23px;
    height: 38px;
    background: url(../images/sec1-btn.png) no-repeat;
    margin: 0 auto;
    margin-bottom: 15px;
}

/* Slide 2 **/

/* Slide 2 **/

#slide-2 {
    text-align: center; /*font-size:24px;*/
    font-size: 16px;
}

#slide-2 .bcg {
    background-image: url(../images/section2-bg.jpg);
}

#slide-2 .hsContent {
    text-align: center;
}

#slide-2 .hsContent p { /*text-align:left;*/
}

#slide-2 h2 {
    font-size: 45px;
    font-family: 'montserratsemi_bold';
    text-transform: uppercase;
    position: relative;
    margin-bottom: 60px;
}

#slide-2 h2:after {
    content: '';
    position: absolute;
    height: 8px;
    background: #581c68;
    width: 20%;
    bottom: -15px;
    left: 40%;
}

#slide-2 .slid2-txt {
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 90px;
    line-height: 45px;
}

/*#slide-2 a.slide-2-btn{border:6px solid #af4ca8; font-family: 'montserratlight'; color:#fff; font-family: 'montserratlight'; margin-top:40px; display:inline-block; text-transform:uppercase; text-decoration:none;}*/

a.slide-2-btn {
    position: relative;
    display: inline-block;
    padding: 17px 36px;
    text-transform: uppercase;
    overflow: hidden;
    border: 6px solid #af4ca8;
    text-align: center;
    color: #fff;
    font-family: 'montserratlight';
    margin-top: 40px;
    text-decoration: none;
    font-size: 24px;

}

a.slide-2-btn b {
    position: relative;
    z-index: 9;
    font-weight: normal;
}

a.slide-2-btn {
    color: #fff;
}

a.slide-2-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #af4ca8;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.4s, height 0.4s;
    transition: width 0.4s, height 0.4s;
}

a.slide-2-btn:hover {
    color: #fff;
}

a.slide-2-btn:hover span {
    width: 562.5px;
    height: 562.5px;
}

a.slide-2-btn:active {
    background: #58437a;
}

/* Slide 3 **/

#slide-3 {
    text-align: center;
    font-size: 16px;
}

#slide-3 .bcg {
    background-image: url('../images/section3-bg.jpg')
}

#slide-3 .hsContent {
    text-align: center;
}

#slide-3 h2 {
    font-size: 45px;
    font-family: 'montserratsemi_bold';
    text-transform: uppercase;
    position: relative;
    margin-bottom: 60px;
}

#slide-3 h2:after {
    content: '';
    position: absolute;
    height: 8px;
    background: #581c68;
    width: 20%;
    bottom: -15px;
    left: 40%;
}

#slide-3 a.slide-3-btn {
    color: #fff;
    width: 85px;
    height: 120px;
    display: block;
    margin: auto;
}

#slide-3 a.slide-3-btn i {
    display: inline-block;
    width: 85px;
    height: 85px;
    background: url(../images/sec3-btn.png) no-repeat center top;
    margin: 0 auto;
    position: relative;
}

#slide-3 a.slide-3-btn span {
    display: inline-block;
    width: 85px;
    height: 85px;
    background: url(../images/sec3-btn2.png) no-repeat;
    margin: 0 auto;
    margin-top: -60px;
}

/* Slide 4 */

#slide-4 {
    color: #000;
    font-size: 18px;
}

#slide-4 .bcg {
    background-image: url(../images/section4-bg.jpg);
    background-position: center center;
}

#slide-4 .hsContent {
}

#slide-4 h2 {
    font-size: 55px;
    font-family: 'montserratsemi_bold';
    text-transform: uppercase;
    position: relative;
    margin-bottom: 78px;
    text-align: center;
}

#slide-4 h2:after {
    content: '';
    position: absolute;
    height: 4px;
    background: #581c68;
    width: 14%;
    bottom: -10px;
    left: 43%;
}

#slide-4 b {
    font-family: 'montserratsemi_bold';
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top: 47px;
}

#slide-4 p {
    font-family: 'montserratlight';
}

#slide-4 .slide-4-sec1 {
    position: relative;
    margin-bottom: 133px;
}

#slide-4 .slide-4-sec2 {
    position: relative;
    margin-bottom: 160px;
}

#slide-4 .slide-4-sec3 {
    position: relative;
}

#slide-4 .slide-4-sec-lft {
    height: 182px;
    position: relative;
}

.slide-4-sec1 .slide-4-sec-img {
    background: url(../images/sec4-img1.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.slide-4-sec2 .slide-4-sec-img {
    background: url(../images/sec4-img2.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.slide-4-sec3 .slide-4-sec-img {
    background: url(../images/sec4-img3.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.slide-4-sec-img {
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
    transition: all .7s;
}

.slide-4-sec-lft:hover > div.slide-4-sec-img {
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.slide-4-conect-1 {
    float: left;
    width: 256px;
    height: 216px;
    background: url(../images/sec4-conect-1.png) no-repeat center center;
    position: absolute;
    left: -200px;
    top: 146px;
}

.slide-4-conect-2 {
    float: left;
    width: 380px;
    height: 246px;
    background: url(../images/sec4-conect-2.png) no-repeat center center;
    position: absolute;
    left: 90px;
    top: 146px;
}

.slide-4-conect-3 {
    float: left;
    width: 75px;
    height: 241px;
    background: url(../images/sec4-conect-3.png) no-repeat center center;
    position: absolute;
    left: 10px;
    top: 146px;
}

.shade1, .shade2 {
    width: 100%;
    height: 182px;
    background: url(../images/sec4-img-shad1.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.shade2 {
    background: url(../images/sec4-img-shad2.png) no-repeat center center;
}

.rotate-lft, .rotate-rt {
    width: 100%;
    height: 182px;
    background: url(../images/rotate-img.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.rotate-rt {
    background: url(../images/rotate-img2.png) no-repeat center center;
}

.rotate-lft-act {
    animation: rotation1 1.5s infinite;
    -o-animation: rotation1 1.5s infinite;
    -moz-animation: rotation1 1.5s infinite;
    -webkit-animation: rotation1 1.5s infinite;
}

.rotate-rt-act {
    animation: rotation2 2s infinite;
    -o-animation: rotation2 2s infinite;
    -moz-animation: rotation2 2s infinite;
    -webkit-animation: rotation2 2s infinite;
}

/* first rotation */
@keyframes rotation1 {
    from {
        transform: rotate(-180deg);
    }
    30%, 60% {
        transform: rotate(0deg);
    }
    80% {
        transform: rotate(0);
    }
}

@-o-keyframes rotation1 {
    from {
        -o-transform: rotate(-180deg);
    }
    30%, 60% {
        -o-transform: rotate(00deg);
    }
    80% {
        -o-transform: rotate(0);
    }
}

@-moz-keyframes rotation1 {
    from {
        -moz-transform: rotate(-180deg);
    }
    30%, 60% {
        -moz-transform: rotate(0deg);
    }
    80% {
        -moz-transform: rotate(0);
    }
}

@-webkit-keyframes rotation1 {
    from {
        -webkit-transform: rotate(-180deg);
    }
    30%, 60% {
        -webkit-transform: rotate(0deg);
    }
    80% {
        -webkit-transform: rotate(0);
    }
}

/* Second rotation */
@keyframes rotation2 {
    from {
        transform: rotate(180deg);
    }
    30%, 60% {
        transform: rotate(0deg);
    }
    80% {
        transform: rotate(0);
    }
}

@-o-keyframes rotation2 {
    from {
        -o-transform: rotate(180deg);
    }
    30%, 60% {
        -o-transform: rotate(00deg);
    }
    80% {
        -o-transform: rotate(0);
    }
}

@-moz-keyframes rotation2 {
    from {
        -moz-transform: rotate(180deg);
    }
    30%, 60% {
        -moz-transform: rotate(0deg);
    }
    80% {
        -moz-transform: rotate(0);
    }
}

@-webkit-keyframes rotation2 {
    from {
        -webkit-transform: rotate(180deg);
    }
    30%, 60% {
        -webkit-transform: rotate(0deg);
    }
    80% {
        -webkit-transform: rotate(0);
    }
}

/* Slide 5 */

#slide-5 {
    font-size: 17px;
    min-height: 1036px; /*min-height:1054px;*/
}

#slide-5 .bcg {
    background-image: url(../images/section5-bg.jpg);
}

#slide-5 .hsContent {
}

#slide-5 h2 {
    font-size: 45px;
    font-family: 'montserratsemi_bold';
    text-transform: uppercase;
    position: relative;
    margin-bottom: 60px;
    text-align: center;
}

#slide-5 b {
    font-family: 'montserratsemi_bold';
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: 47px;
}

#slide-5 p {
    font-family: 'montserratlight';
}

#slide-5 .slide-5-sec1 {
    position: relative;
    margin-bottom: 133px;
}

#slide-5 .slide-5-sec2 {
    position: relative;
    margin-bottom: 160px;
}

#slide-5 .slide-5-sec3 {
    position: relative;
}

#slide-5 .slide-5-sec-lft {
    height: 182px;
    position: relative;
}

.slide-5-sec1 .slide-5-sec-img {
    background: url(../images/sec4-img1.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.slide-5-sec2 .slide-5-sec-img {
    background: url(../images/sec4-img2.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.slide-5-sec3 .slide-5-sec-img {
    background: url(../images/sec4-img3.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.slide-5-conect-top {
    float: left;
    width: 256px;
    height: 216px;
    background: url(../images/sec4-conect-3.png) no-repeat center center;
    position: absolute;
    left: 30px;
    top: -200px;
}

.slide-5-conect-1 {
    float: left;
    width: 256px;
    height: 216px;
    background: url(../images/sec4-conect-1.png) no-repeat center center;
    position: absolute;
    left: -200px;
    top: 146px;
}

.slide-5-conect-2 {
    float: left;
    width: 380px;
    height: 246px;
    background: url(../images/sec4-conect-2.png) no-repeat center center;
    position: absolute;
    left: 90px;
    top: 146px;
}

.slide-5-conect-3 {
    float: left;
    width: 75px;
    height: 241px;
    background: url(../images/sec4-conect-3.png) no-repeat center center;
    position: absolute;
    left: 10px;
    top: 146px;
}

.slide-5-sec-img {
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
    transition: all .7s;
}

.slide-5-sec-lft:hover > div.slide-5-sec-img {
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

/* Slide 6 */

#slide-6 {
    font-size: 24px;
    min-height: 450px;
    text-align: center;
}

#slide-6 .bcg {
    background-image: url(../images/section6-bg.jpg);
}

#slide-6 .container {
    text-align: center;
}

#slide-6 h2 {
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
    color: #6a3d79;
    font-family: montserratsemi_bold;
    border-bottom: 3px solid #6a3d79;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 70px;
}

.slide6-client {
    height: 90px;
    background: url(../images/section6-icon.png) no-repeat center top;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
}

.slide6-client:hover {
    background-image: url(../images/section6-icon2.png);
}

.slide6-client-2 {
    background-position: center -116px;
}

/* Slide 7 */

#slide-7 {
    /* text-align: left; */
}

#slide-7 .bcg {
    background-image: url(../images/section7-bg.jpg);
}

#slide-7 .hsContent {
    text-align: center;
}

#slide-7 h2 {
    font-size: 45px;
    font-family: 'montserratsemi_bold';
    text-transform: uppercase;
    position: relative;
    margin-bottom: 58px;
    text-align: center;
}

#slide-7 p {
    font-size: 25px;
    font-family: 'montserratlight';
    position: relative;
    margin-bottom: 60px;
}

/*#slide-7 a.slide-7-btn{padding:17px 36px; border:6px solid #e8bfdc; font-family: 'montserratlight'; color:#fff; font-family: 'montserratlight'; margin-top:40px; display:inline-block; text-transform:uppercase; }*/

#slide-7 a.slide-7-btn {
    position: relative;
    font-size: 28px;
    display: inline-block;
    padding: 17px 36px;
    text-transform: uppercase;
    overflow: hidden;
    border: 6px solid #e8bfdc;
    text-align: center;
    color: #fff;
    font-family: 'montserratlight';
    margin-top: 40px;
    text-decoration: none;

}

#slide-7 a.slide-7-btn b {
    position: relative;
    z-index: 9;
    font-weight: normal;
}

#slide-7 a.slide-7-btn {
    color: #fff;
}

#slide-7 a.slide-7-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #e8bfdc;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.4s, height 0.4s;
    transition: width 0.4s, height 0.4s;
}

#slide-7 a.slide-7-btn:hover {
    color: #fff;
}

#slide-7 a.slide-7-btn:hover span {
    width: 700.5px;
    height: 700.5px;
}

#slide-7 a.slide-7-btn:active {
    background: #58437a;
}

/* Slide 8 */

#slide-8 {
    text-align: left;
    height: auto;
}

#slide-8 .bcg {
    background-image: none;
}

#slide-8 .hsContent {
}

#slide-8 a.slide-7-btn {
    padding: 17px 36px;
    border: 6px solid #e8bfdc;
    font-family: 'montserratlight';
    color: #e8bfdc;
    font-family: 'montserratlight';
    margin-top: 40px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 28px;
    text-decoration: none;
}

.slide8-lft-col, .slide8-rt-col {
    border-right: 2px solid #646462;
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 500px;
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.slide8-rt-col {
    border-left: 2px solid #646462;
    border-right: 0;
}

.slide8-lft-col div.slide8-lft-col-img {
    background: url(../images/section8a-bg.jpg) no-repeat center top;
}

.slide8-rt-col div.slide8-rt-col-img {
    background: url(../images/section8b-bg.jpg) no-repeat center top;
}

.slide8-rt-col > div.slide8-rt-col-img, .slide8-lft-col > div.slide8-lft-col-img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
    transition: all .7s;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.slide8-rt-col:hover > div.slide8-rt-col-img, .slide8-lft-col:hover > div.slide8-lft-col-img {
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.slide8-col-inr {
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 20px;
    margin-top: 20px;
}

.slide8-col-inr span {
    display: block;
}

.slide8-col-inr a {
    color: #fff;
    margin: 20px 0;
    display: inline-block;
    text-decoration: none;
}

#slide-8 a.slide-8-btn {
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 50px;
    text-decoration: none;
    color: #fff;
}

/* Slide 9 */

#slide-9 {
    font-size: 24px;
    min-height: 466px;
}

#slide-9 .bcg {
    background-image: url(../images/section9-bg.jpg);
}

#slide-9 h2 {
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 55px;
    text-align: center;
}

#slide-9 strong {
    color: #af4ca8;
    padding-bottom: 6px;
    display: block;
    font-weight: normal;
}

#slide-9 .slid9-col-2 p {
    font-size: 18px;
    margin-left: 42px;
    line-height: 20px;
}

#slide-9 .slid9-col-2 strong.slid9-logo {
    display: block;
    background: url(../images/logo-ftr.png) no-repeat;
    width: 163px;
    height: 41px;
    margin-bottom: 2px;
}

#slide-9 .slid9-col-3 a {
    color: #fff;
    text-decoration: none;
}

.slid9-col-icon {
    float: left;
    width: 70px;
    height: 48px;
    background: url(../images/section9-icon.png) no-repeat;
    margin-top: 8px;
    margin-bottom: 40px;
}

#slide-9 .slid9-col-2 .slid9-col-icon {
    background-position: left -83px;
}

#slide-9 .slid9-col-3 .slid9-col-icon {
    background-position: left -171px;
}

.slid9-col2-inr {
    float: left;
    margin-left: -28px;
}

#slide-9 a.slide-9-btn {
    position: relative;
    display: inline-block;
    padding: 6px 26px;
    text-transform: uppercase;
    overflow: hidden;
    border: 3px solid #af4ca8;
    text-align: center;
    color: #fff;
    font-family: 'montserratlight';
    margin-top: 10px;
    margin-left: 42px;
    text-decoration: none;

}

#slide-9 a.slide-9-btn b {
    position: relative;
    z-index: 9;
    font-weight: normal;
}

#slide-9 a.slide-9-btn {
    color: #fff;
    font-size: 15px;
}

#slide-9 a.slide-9-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #af4ca8;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.4s, height 0.4s;
    transition: width 0.4s, height 0.4s;
}

#slide-9 a.slide-9-btn:hover {
    color: #fff;
}

#slide-9 a.slide-9-btn:hover span {
    width: 562.5px;
    height: 562.5px;
}

#slide-9 a.slide-9-btn:active {
    background: #58437a;
}

/* Slide who-we-are */

#slide-who-we-are {
    text-align: center; /*font-size:24px;*/
    font-size: 16px;
}

#slide-who-we-are .bcg {
    background-image: url(../images/section-who-we-are-bg.jpg);
}

#slide-who-we-are .hsContent {
    text-align: center;
}

#slide-who-we-are .hsContent p { /*text-align:left;*/
}

#slide-who-we-are h2 {
    font-size: 45px;
    font-family: 'montserratsemi_bold';
    text-transform: uppercase;
    position: relative;
    margin-bottom: 60px;
}

#slide-who-we-are h2:after {
    content: '';
    position: absolute;
    height: 8px;
    background: #581c68;
    width: 20%;
    bottom: -15px;
    left: 40%;
}

#slide-who-we-are .slid2-txt {
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 90px;
    line-height: 45px;
}

/* Slide our-rep */

#slide-our-rep {
    text-align: center; /*font-size:24px;*/
    font-size: 16px;
}

#slide-our-rep .bcg {
    background-image: url(../images/about-section2-bg.jpg);
}

#slide-our-rep .hsContent {
    text-align: center;
}

#slide-our-rep .hsContent p { /*text-align:left;*/
}

#slide-our-rep h2 {
    font-size: 45px;
    font-family: 'montserratsemi_bold';
    text-transform: uppercase;
    position: relative;
    margin-bottom: 60px;
}

#slide-our-rep h2:after {
    content: '';
    position: absolute;
    height: 8px;
    background: #581c68;
    width: 20%;
    bottom: -15px;
    left: 40%;
}

#slide-our-rep .slid2-txt {
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 90px;
    line-height: 45px;
}

/* About Slide 1 **/

#abt-slide-1 {
    text-align: center;
    font-size: 16px;
    position: relative;
}

#abt-slide-1 .bcg {
    background-image: url(../images/about-section1-bg.jpg);
}

#abt-slide-1 .hsContent {
    text-align: center;
}

#abt-slide-1 h1, #abt-slide-1 h2, #abt-slide-1 p {
    font-size: 72px;
    font-family: 'montserratsemi_bold';
}

#abt-slide-1 h1 i, #abt-slide-1 h2 i, #abt-slide-1 p i {
    color: #af4ca8;
}

#abt-slide-1 a.abt-slide-1-btn {
    color: #fff;
    width: 135px;
    font-family: 'open-sans';
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    margin-top: 152px;
}

#abt-slide-1 a.abt-slide-1-btn span {
    display: block;
    width: 23px;
    height: 38px;
    background: url(../images/sec1-btn.png) no-repeat;
    margin: 0 auto;
    margin-bottom: 15px;
}

.abt-slide-conect-btm, .abt-slide-conect-top {
    position: absolute;
    width: 100%;
    height: 48px;
    left: 0;
    bottom: 0;
    background: url(../images/about-slide-connect.png) no-repeat center top;
    display: none;
}

.abt-slide-conect-top {
    height: 48px;
    left: 0;
    bottom: auto;
    top: 0;
    background-position: center bottom;
}

/* About Slide 2 **/

#abt-slide-2 {
    font-size: 30px;
    position: relative;
}

#abt-slide-2 .bcg {
    background-image: url(../images/about-section2-bg.jpg);
}

#abt-slide-2 .hsContent {
}

#abt-slide-2 .hsContent p {
    text-align: left;
    font-family: 'montserratlight';
}

#abt-slide-2 .abt-slid2-txt {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 90px;
    line-height: 45px;
    margin-bottom: 35px;
}

/* About Slide 3 **/

#abt-slide-3 {
    text-align: center;
    position: relative;
}

#abt-slide-3 .bcg {
    background-image: url('../images/about-section3-bg.jpg')
}

#abt-slide-3 .hsContent {
    text-align: center;
}

#abt-slide-3 h2 {
    font-size: 48px;
    font-family: 'montserratsemi_bold';
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
}

#abt-slide-3 a.abt-slide-3-btn {
    position: relative;
    display: inline-block;
    padding: 12px 12px;
    text-transform: uppercase;
    overflow: hidden;
    border: 6px solid #af4ca8;
    text-align: center;
    color: #fff;
    font-family: 'montserratlight';
    text-decoration: none;
    font-size: 24px;

}

#abt-slide-3 a.abt-slide-3-btn b {
    position: relative;
    z-index: 9;
    font-weight: normal;
}

#abt-slide-3 a.abt-slide-3-btn {
    color: #fff;
}

#abt-slide-3 a.abt-slide-3-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #af4ca8;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.4s, height 0.4s;
    transition: width 0.4s, height 0.4s;
}

#abt-slide-3 a.abt-slide-3-btn:hover {
    color: #fff;
}

#abt-slide-3 a.abt-slide-3-btn:hover span {
    width: 562.5px;
    height: 562.5px;
}

#abt-slide-3 a.abt-slide-3-btn:active {
    background: #58437a;
}

/* footer */
footer {
    background: #2c2c2c;
    border-top: 2px solid #3a3937;
}

footer a {
    color: #fff;
    text-decoration: underline;
}
.footer-centre {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.footer-social {
    width: 60px;
    height: 42px;
    float: left;
    background: url(../images/footer-social.png) no-repeat;
    margin: 7px 8px;
}

.ftr-gpl {
    background-position: center -87px;
}

.ftr-twt {
    background-position: center -174px;
}

.ftr-in {
    background-position: center -260px;
}

.ftr-pn {
    background-position: center -346px;
}

.ftr-top {
    float: right;
    width: 40px;
    height: 59px;
    background: url(../images/arrow.png) no-repeat center center #7b1155;
}

.ftr-rt-inr {
    float: right;
}

/* @reset styling for Full screen */
@media (min-width: 1349px) {

    .slide8-rt-col > div {
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
    }
}

/* @reset styling for Full screen */
@media (min-width: 1200px) {
}

@media screen and (min-width: 768px) {

    body, html {
        height: auto;
    }

    .bcg {
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        height: 100%;
        width: 100%;
    }

    section {
        min-width: 768px;
        /*height: 600px;*/
    }

    .hsContainer {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }

    .hsContent {
        max-width: 1170px;
        /*position: absolute;
        left: 50%;
        top: 50%;*/
        text-align: left;
        /*padding: 0;*/
    }

    .hsContent h2 {
        /*font-size: 35px;
        line-height: 38px;*/
    }

    .hsContent p {
        /*width: 400px;*/
    }

    #slide-1 {
        min-height: 998px;
    }

    #slide-1 .hsContent {
        /*bottom: 200px;
        top: auto;
        margin-left: -80px;
    }
    #slide-2 .hsContent {
        margin-left: -340px;
        top: auto;*/
    }

    #slide-2 {
        min-height: 972px;
    }

    #slide-2 h2 {
        /*position: fixed;*/
        top: 70%;
    }

    #slide-3 .hsContent {
        /*margin-left: -300px;*/
    }

    #slide-4 {
        min-height: 1127px;
    }

    #slide-4 .hsContent {
        padding-top: 0px;
        /*margin-left: -340px;
        position: fixed;*/
    }

    #slide-4 h2 {
        background: none;
    }

    .slide8-rt-col > div.slide8-rt-col-img, .slide8-lft-col > div.slide8-lft-col-img {
        min-height: 500px;
    }

    #slide-who-we-are {
        min-height: 972px;
    }

    #slide-our-rep {
        min-height: 972px;
    }

    #abt-slide-1 {
        min-height: 976px;
    }

    #abt-slide-2 {
        min-height: 965px;
    }

    #abt-slide-3 {
        min-height: 560px;
    }

    /* Web Form */
    #contact-form {
        margin: auto;
        width: 600px;
        font-size: 18px;
        text-align: center;
    }

    #contact-form .form-group {
        margin-top: 20px;
    }

    #contact-form label {
        float: left;
        width: 220px;
        text-align: right;
    }

    #contact-form input {
        float: right;
        width: 350px;
        height: 35px;
    }

    #contact-form select {
        float: right;
        width: 350px;
        height: 35px;
        font-size: 12px;
    }

    #contact-form textarea {
        float: right;
        width: 350px;
    }

    #contact-form .button-group {
        float: right;
        width: 350px;
        text-align: left;
    }

   button.form-button {
        position: relative;
        display: inline-block;
        padding: 10px 20px;
        text-transform: uppercase;
        overflow: hidden;
        border: 6px solid #af4ca8;
        text-align: center;
        background:rgba(0,0,0,0);
        color: #fff;
        font-family: 'montserratlight';
        margin-top: 20px;
        text-decoration: none;
        font-size: 24px;
    
    }
    
   button.form-button b {
        position: relative;
        z-index: 9;
        font-weight: normal;
    }
    
    button.form-button:hover {
        color: #fff;
        background: #af4ca8;
    }
       
    button.form-button:active {
        background: #58437a;
    }
    
    /* Jobs Page */
    #job-opening {
        float: left;
        width: 290px;
        min-height: 200px;
        padding: 20px;
    }

    button.job-form-button {
        position: relative;
        display: inline-block;
        padding: 10px 20px;
        text-transform: uppercase;
        overflow: hidden;
        border: 6px solid #af4ca8;
        text-align: center;
        background:#af4ca8;
        color: #fff;
        font-family: 'montserratlight';
        margin-top: 20px;
        text-decoration: none;
        font-size: 24px;
    
    }
    
   button.job-form-button b {
        position: relative;
        z-index: 9;
        font-weight: normal;
    }
    
    button.job-form-button:hover {
        color: #fff;
    }
       
    button.job-form-button:active {
        background: #58437a;
    }
}

/* @reset styling for medium screen size */
@media screen and (min-width: 768px) and (max-width: 991px) {

    /* General content */
    .logo {
        width: 150px;
        left: 15px;
    }

    .page-title {
        top: 50px;
    }
    
    .page-title h1 {
        font-size: 42px;
    }

    #section-content .txtContainer {
        padding-left: 5px;
        padding-right: 5px;
    }

    #section-content .txtContent {
        max-width: 98%;
    }

    #section-content h2 {
        line-height: 30px;
    }

    table.quick-skills {
        width: 100%;
        font-family: 'open-sans';
        font-size: 12px;
        table-layout: fixed;
    }
    
    table.quick-skills td,th {
        width: 25%;
        padding: 4px;
    }

    #slide-4 {
        min-height: 1009px;
    }

    #slide-4 h2 {
        margin-bottom: 38px;
        margin-top: 30px;
    }

    #slide-4 b, #slide-5 b {
        margin-top: 33px;
    }

    #slide-5 {
        min-height: 936px;
    }

    #slide-4 .slide-4-sec1, #slide-4 .slide-4-sec2, #slide-4 .slide-4-sec3,
    #slide-5 .slide-5-sec1, #slide-5 .slide-5-sec2, #slide-5 .slide-5-sec3 {
        margin-bottom: 100px;
    }

    #slide-5 .slide-5-sec3 {
        margin-bottom: 30px;
    }

    .slide-4-conect-1, .slide-4-conect-2, .slide-4-conect-3,
    .slide-5-conect-1, .slide-5-conect-2, .slide-5-conect-3 {
        width: 26px;
        height: 140px;
        background: url(../images/sec4-connect-small.png) no-repeat center center;
        left: 102px;
        top: 165px;
    }

    .slide-5-conect-1, .slide-5-conect-2, .slide-5-conect-3 {
        background: url(../images/sec5-connect-small.png) no-repeat center center;
    }

    .slide-5-conect-top {
        background: url(../images/sec5-connect-small.png) no-repeat center center;
        width: 26px;
        height: 140px;
        left: 102px;
        top: -95px;
    }

    #slide-7 h2 {
        margin-bottom: 38px;
        margin-top: 30px;
    }

    #slide-9 {
        font-size: 17px;
    }

    .slid9-col-icon {
        width: 60px;
    }

    .slid9-col2-inr {
        margin-left: -15px;
    }

    #slide-9 .slid9-col-2 p, #slide-9 a.slide-9-btn {
        margin-left: 12px;
    }

    /*.footer-social{margin-left:0; margin-right:0;}*/

}

/* @reset styling for medium small size */
@media screen and (min-width: 992px) and (max-width: 1199px) {

    /* General content */
    
    .page-title h1 {
        font-size: 42px;
    }

    table.quick-skills {
        width: 90%;
        font-family: 'open-sans';
        font-size: 12px;
        table-layout: fixed;
    }
    
    table.quick-skills td,th {
        width: 25%;
        padding: 4px;
    }

    .slide-4-conect-2 {
        left: 65px;
        top: 146px;
    }

    .slide-5-conect-2 {
        left: 75px;
    }

    .slide-5-conect-top {
        left: -4px;
    }

}

/* @reset styling for Extra small screen size */
@media (max-width: 767px) {

    section {
        height: auto;
    }

    .bcg {
        background-position: center center;
    }

    .hsContainer {
        padding: 35px 0 35px 0;
    }

    .logo {
        width: 150px;
        left: 15px;
    }

    .menu-items.fs div {
        margin-top: 25px;
    }

    .menu-items {
        font-size: 25px;
    }

    .menu, .menu-bg, .menu-burger {
        width: 40px;
        height: 40px;
    }

    .menu-bg {
        right: 35px;
        top: 35px;
    }

    .menu-burger {
        font-size: 20px;
        right: 15px;
        top: 17px;
    }

    .btn-space {
        display: none;
    }

    /* General content */
    .page-title {
        top: 50px;
    }
    
    .page-title h1 {
        font-size: 35px;
    }

    #section-content .txtContainer {
        padding-left: 5px;
        padding-right: 5px;
    }

    #section-content .txtContent {
        max-width: 98%;
    }

    #section-content h2 {
        line-height: 30px;
    }

    table.quick-skills {
        width: 100%;
        font-family: 'open-sans';
        font-size: 12px;
        table-layout: fixed;
    }
    
    table.quick-skills td,th {
        width: 25%;
        padding: 4px;
    }

    /*slide 1*/
    #slide-1 {
        font-size: 14px;
    }

    #slide-1 .hsContainer {
        padding-top: 120px;
    }

    #slide-1 h1 {
        font-size: 30px;
        margin-top: 0;
    }

    #slide-1 h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    #slide-1 a.slide-1-btn {
        margin-top: 20px;
    }

    /*slide 2*/
    #slide-2 {
        font-size: 16px;
    }

    #slide-2 h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    #slide-2 h2:after {
        width: 40%;
        left: 30%;
    }

    #slide-2 .slid2-txt {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 50px;
    }

    #slide-2 a.slide-2-btn {
        margin-top: 40px;
    }

    /*slide 3*/
    #slide-3 h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    /*slide 4*/
    #slide-4 h2 {
        font-size: 35px;

    }

    .slide-4-conect-1, .slide-4-conect-2, .slide-4-conect-3,
    .slide-5-conect-1, .slide-5-conect-2, .slide-5-conect-3, .slide-5-conect-top {
        display: none;
    }

    #slide-4 .slide-4-sec1, #slide-4 .slide-4-sec2, #slide-4 .slide-4-sec3,
    #slide-5 .slide-5-sec1, #slide-5 .slide-5-sec2, #slide-5 .slide-5-sec3 {
        margin-bottom: 40px;
        padding: 0
    }

    #slide-4 article, #slide-5 article {
        padding: 0;
    }

    /*slide 6*/
    #slide-6 h2 {
        font-size: 35px;
        margin-bottom: 30px;
    }

    .slide6-client {
        margin-bottom: 20px;
    }

    /*slide 7*/
    #slide-7 p {
        font-size: 25px;
        margin-bottom: 20px;
    }

    #slide-7 a.slide-7-btn {
        font-size: 18px;
    }

    /*slide 8*/
    #slide-8 .hsContainer {
        padding: 0;
    }

    .slide8-lft-col, .slide8-rt-col {
        display: inline-block;
        float: left;
        border: 0;
        height: auto;
        padding: 30px 0;
    }

    #slide-8 a.slide-8-btn {
        font-size: 30px;
    }

    /*slide 9*/
    #slide-9 {
        font-size: 18px;
    }

    #slide-9 h2 {
        margin-bottom: 30px;
    }

    #slide-9 span {
        padding-bottom: 2px;
    }

    #slide-9 .slid9-col-2 p {
        font-size: 18px;
    }

    #slide-9 .hsContent {
        text-align: left;
    }

    #slide-9 a.slide-9-btn {
        font-size: 18px;
    }

    .slid9-col-2 {
        margin-bottom: 20px;
    }

    /*Footer*/
    footer {
        font-size: 12px;
    }

    .ftr-rt-inr {
        float: left;
    }

    /* Web Form */
    #contact-form {
        margin: auto;
        width: 100%;
        font-size: 18px;
        text-align: center;
    }

    #contact-form label {

    }

    /*About slide 1*/
    #abt-slide-1 {
        font-size: 14px;
    }

    #abt-slide-1 h1 {
        font-size: 35px;
        margin-top: 0;
    }

    #abt-slide-1 a.abt-slide-1-btn {
        margin-top: 40px;
    }

    #abt-slide-1 .hsContainer {
        padding-top: 120px;
    }

    /*About slide 2*/
    #abt-slide-2 {
        font-size: 16px;
    }

    #abt-slide-2 .abt-slid2-txt {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 50px;
    }

    #abt-slide-2 .hsContainer {
        padding: 60px;
    }

    /*About slide 3*/
    #abt-slide-3 h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    /* Careers page specific details */

    .float-left-content {
        float: none;
        max-width: 100%;
        padding: 20px 0px;
    }

    .float-left-images {
        float: none;
        max-width: 100%;
        padding: 20px 0px;
    }

    .float-right-content {
        float: none;
        max-width: 100%;
        padding: 20px 0px;
    }

    .float-right-images {
        float: none;
        max-width: 100%;
        padding: 20px 0px;
    }

}

@media (max-width: 460px) {

    #section-content .txtContainer {
        padding-top: 200px;
    }
}
