/*
Version: 1.1
0. FONTS DECLARATION
1. RESET & CLEARFIX
2. BASICS (BODY, HEADERS, LINKS, ETC)
3. WRAPER
4. HEADER
	4.1. TOP-BAR
	4.2. MENU MOBILE
	4.3. SOCIAL MEDIA NAVIGATION
5. PORTFOLIO
	5.1. PORTFOLIO THUMBS
	5.2. PORTFOLIO BOXES
	5.3. ANIMATIONS
	5.4. CONTENT
	5.5. STARTING IMAGE ANIMATION
	5.6. IMAGE GALLERY SCALING
6. POSTS
	6.1. RIGHT SIDE AREA FOR CONTENT DISPLAY
7. ABOUT US
8. BLOG AREA
*/


/*
0. FONTS DECLARATION
*/

@font-face {
    font-family: 'aileronregular';
    src: url('fonts/aileron_regular-webfont.eot');
    src: url('fonts/aileron_regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/aileron_regular-webfont.woff2') format('woff2'), url('fonts/aileron_regular-webfont.woff') format('woff'), url('fonts/aileron_regular-webfont.ttf') format('truetype'), url('fonts/aileron_regular-webfont.svg#aileronregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratbold';
    src: url('fonts/montserrat-bold-webfont.eot');
    src: url('fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat-bold-webfont.woff2') format('woff2'), url('fonts/montserrat-bold-webfont.woff') format('woff'), url('fonts/montserrat-bold-webfont.ttf') format('truetype'), url('fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewayregular';
    src: url('fonts/raleway-regular-webfont.eot');
    src: url('fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/raleway-regular-webfont.woff2') format('woff2'), url('fonts/raleway-regular-webfont.woff') format('woff'), url('fonts/raleway-regular-webfont.ttf') format('truetype'), url('fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
END FONTS DECLARATION
*/


/*
1. RESET & CLEARFIX
*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
label,
figure {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
* {
    margin: 0;
    padding: 0;
}
html:embed {
    display: none;
}

/*
END RESET & CLEARFIX
*/


/*
2. BASICS (BODY, HEADERS, LINKS, ETC)
*/
html {
    height: 100%;
    margin: 0px;
    padding: 0px;
}
ul,
li {
    list-style-type: none;
}
body {

    font: 14px/18px 'Raleway', sans-serif;
    color: #fff;
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    display: block;
    background-color: #000;
}
body.meeting-page{background:#fff;}
p{font-family: 'Open Sans', sans-serif;}

/*
END BASICS (BODY, HEADERS, LINKS, ETC)
*/

/*
3. WRAPER
*/
a:hover, a:focus {text-decoration:none}
#wraper {
    height: 100%;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

.loader {
    width: 100%;
    height: 100%;
    background: url(../images/bg/loader.gif) no-repeat 50% 50% #000;
    position: fixed;
    display: block;
    z-index: 10000000;
}

/*
4. HEADER
*/

/*
	4.1. TOP-BAR
*/


#top-bar {
    height: 50px;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 2222;
    background: #fcfbfb;
}
#top-bar h1 {
    width: 264px;
    float: left;
}
#top-bar h1 a {
    display: block;
    background: URL(../images/logo.png) no-repeat 0 0;
    text-decoration: none;
    text-indent: -9999px;
    overflow: hidden;
    height: 50px;
    margin-top: 0px;
    float: left;
    width: 264px;
}
#top-bar div {
    width: auto;
}
#top-bar div + div {
    height: 50px;
    background-color: #fcfbfb;
}
#top-bar div + div + div {
    width: 19%;
    text-align: center;
    padding: 0;
}
#top-bar div + div + div label {
    border-left: 1px solid #222222;
    display: block;
    padding: 13px 30px 0 30px;
    height: 100%;
    overflow: hidden;
}
#top-bar div + div + div label span {
    display: block;
    background-color: #3a3a3a;
    padding: 2px;
    height: 25px;
}
#top-bar div + div + div label input {
    float: left;
    border: 0;
    background-color: transparent;
}
#top-bar div + div + div label input.submit {
    width: 20px;
    -webkit-appearance: none;
}
#top-bar ul li {
    width: 16%;
}
#top-bar ul li a{
    display: block;
    padding: 16px 0;
    text-align: center;
    background-color: #fcfbfb;
    text-decoration: none;
    color: #000;
    border-right: 0px solid #222222;
    font-size: 15px;
    text-transform: uppercase;
    font-family:'Raleway', sans-serif;
    font-weight: 700;
}
#top-bar ul li a:hover {
    color: #aa0000;
}
#top-bar div p {
    float: left;
    margin: 16px 10px 0 10px;
    font-size: 12px;
    color: #c9c9c9;
}
#top-bar h1,
#top-bar div,
#top-bar ul li{
    float: left;
    height: 50px;
    margin-top: -50px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.animate #top-bar h1,
.animate #top-bar div,
.animate #top-bar ul li{
    margin-top: 0;
}
.animate #top-bar h1 {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
}
.animate #top-bar li{
    -webkit-transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
}
.animate #top-bar li + li {
    -webkit-transition-delay: 1.6s;
    -moz-transition-delay: 1.6s;
}
.animate #top-bar li + li + li {
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
}
.animate #top-bar div + div {
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
}
.animate #top-bar div + div + div {
    -webkit-transition-delay: 2.2s;
    -moz-transition-delay: 2.2s;
}
/*
	END TOP-BAR
*/

/*
	4.2. MENU MOBILE
*/
#menumobile {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
#menumobile ul li a {
    display: block;
    padding: 16px 0;
    text-align: center;
    background-color: #fcfbfb;
    text-decoration: none;
    color: #000;
    border-right: 0px solid #222222;
    font-size: 16px;
    text-transform: uppercase;
    font-family:'Raleway', sans-serif;
    font-weight: 700;
}
#menumobile ul li a {
    background: none;
}
#menumobile ul li {
    float: left;
    height: 50px;
    margin-top: -50px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#menumobile ul li {
    margin-top: 0;
}
#menumobile ul li {
    -webkit-transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
}
/*
	END MENU MOBILE
*/
/*
	4.3. SOCIAL MEDIA NAVIGATION
*/
.socialmedia {
    width: auto!important;
    float: right!important;
    padding: 0 3%;
}
.socialmedia ul li {
    float: right!important;
    margin-left: 40px;
    width: auto!important;
}

#top-bar .socialmedia ul li a{font-size:18px;}

.socialmedia ul li a.behence {
    background-position: -227px 2px!important;
}
.socialmedia ul li a.behence:hover {
    background-position: -227px -28px!important;
}
.socialmedia ul li a.pinterest {
    background-position: -181px 0px!important;
}
.socialmedia ul li a.pinterest:hover {
    background-position: -181px -30px!important;
}
.socialmedia ul li a.linkedin {
    background-position: -143px 0px!important;
}
.socialmedia ul li a.linkedin:hover {
    background-position: -143px -30px!important;
}
.socialmedia ul li a.dribble {
    background-position: -94px 1px!important;
}
.socialmedia ul li a.dribble:hover {
    background-position: -94px -29px!important;
}
.socialmedia ul li a.twitter {
    background-position: -47px 2px!important;
}
.socialmedia ul li a.twitter:hover {
    background-position: -47px -28px!important;
}
.socialmedia ul li a.facebook {
    background-position: 0px 2px!important;
}
.socialmedia ul li a.facebook:hover {
    background-position: 0px -28px!important;
}
/*
	END SOCIAL MEDIA NAVIGATION
*/

/*
END HEADER
*/


/*
5. PORTFOLIO
*/

/*
	5.1. PORTFOLIO THUMBS
*/

#thumbnails {
    clear: both;
	width:auto !important; height:100% !important;
    background: #000;
}
#thumbnails .contentRight {overflow:auto ;}

#thumbnails * {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
/*
	END PORTFOLIO THUMBS
*/


/*
	5.2. PORTFOLIO BOXES
*/
figure {
    width: 25%;
    position: absolute;
    width: 25%;
    box-sizing: border-box;
}
figure.big {
    width: 50%;
}
figure img {
    height: 100%;
    width: 100%;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
}
figure:hover {
    padding: 0;
}
figure.mainImage:hover {
    box-shadow: none;
}
.hiddenscroll {
    overflow: auto!important;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}
div.bigerImage {
    height: 100% !important;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
}
.bigerImage .big {
    width: 100%;
    height: 100% !important;
    z-index: 100;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
}
.ColumnLOne {
    left: 0;
}
.ColumnLTwo {
    left: 25%;
}
.ColumnLThree {
    left: 50%;
}
.ColumnRTwo {
    right: 25%
}
.ColumnROne {
    right: 0;
}
.innerrow {
    overflow: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.row {
    position: relative;
    overflow: hidden;
}
.innerrow {
    width: 4000px!important;
}
/*
	END PORTFOLIO BOXES
*/
/*
	5.3. ANIMATIONS
*/

.smallimg {
    position: fixed;
    top: 80px;
    cursor: pointer;
    left: -600px;
    z-index: 2147483647;
    color: #FFF;
    background: #ff303b;
    float: left;
    display: block;
    padding: 6px 10px 7px;
    opacity: 1;
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}
.smallimg.leftpos {
    left: 20px;
}
.smallimg.newpos {
    left: -600px!important;
}
div.bigerImage .ColumnRTwo {
    right: -50%;
}
div.bigerImage .ColumnROne {
    right: 0%;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
}
div.bigerImage[data-id="three"] .ColumnROne {
    right: -100%;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
}
figure {
    top: 0px;
    -webkit-transition-delay: 4s;
    -moz-transition-delay: 4s;
}
div.bottomRow figure {
    top: 100%;
}
div.bottomRow figure + figure {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
}
div.bottomRow figure + figure + figure {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s
}
div.bottomRow figure + figure + figure + figure {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s
}
figure {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
div.bottomRownew figure {
    top: 100%;
}
figure .contentRight {
    width: 65%;
    position: absolute;
    z-index: 1111;
    background: #FFF;
    right: -150%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
figure .contentRight .content-r-inner {
    padding: 50px 0px 50px 0;
}
figure.animq img {
    margin-left: -10%;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
}
figure.animq .contentRight {
    right: 0;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
}
.moreImageContainer .contentRight {
    position: fixed;
}
/*
	END ANIMATIONS
*/

/*
	5.4. CONTENT
*/

figure .content {
    padding-left: 30px;
    padding-right: 30px;
    position: absolute!important;
    z-index: 10;
    bottom: 15%;
    left: 0;
    opacity: 1;
}
figure .contentsqz {
    padding-left: 30px;
    padding-right: 30px;
    position: absolute!important;
    z-index: 10;
    bottom: 15%;
    left: 0;
    opacity: 0;
    width: 30%;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    display: none!important;
}
.big .content {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    display: table;
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 1;
    padding-left: 0px;
    padding-right: 0px;
    position: absolute !important;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
}
.callpost .content {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    display: table;
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 1;
    padding-left: 0px;
    padding-right: 0px;
    position: absolute !important;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10;
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
}
.bigerImage .content {
    padding-left: 30px;
    padding-right: 30px;
    position: absolute!important;
    z-index: 10;
    bottom: 14%;
    left: 0;
    opacity: 1;
    background: none;
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    text-align: left;
    height: auto;
    width: auto;
    right: auto;
    top: auto;
}
.big:hover .content,
.callpost:hover .content {
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
}
figure .content h2,
figure .contentsqz h2 {
    font-family: montserratbold;
    font-weight: normal;
    color: #FFF;
    text-transform: uppercase;
    padding-left: 0px;
    line-height: 24px;
    font-size: 22px;
    letter-spacing: 2px;
    margin-top: 15%;
}
.callpost .content h2 {
    margin-top: 35%;
}
.bigerImage .content h2 {
    margin-top: 0%;
}
.bigerImage .content .comnt {
    width: auto;
}
figure .contentsqz h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    color: #FFF;
    text-transform: uppercase;
    padding-left: 0px;
    line-height: 24px;
    font-size: 22px;
    letter-spacing: 2px;
}
figure .content h2 span,
figure .contentsqz h2 span {
    font-family: 'Inconsolata', sans-serif;
    font-weight: 300;
    color: #FFF;
    text-transform: none;
    font-size: 16px;
    letter-spacing: 0px;
}
.big .content h2,
.bigerImage .content h2 {
    font-family: montserratbold;
    font-weight: normal;
    color: #FFF;
    line-height: 24px;
    font-size: 22px;
    text-transform: uppercase;
    padding-left: 0px;
    letter-spacing: 2px;
}
.big .content h2 span,
.bigerImage .content h2 span {
    font-family: 'Inconsolata', sans-serif;
    font-weight: 300;
    color: #FFF;
    text-transform: none;
    font-size: 16px;
    letter-spacing: 0px;
    ;
}
.comnt {
    background: URL(../images/heart.png) no-repeat 0 0;
    padding-left: 35px;
    font-family: 'Inconsolata', sans-serif;
    font-weight: 300;
    color: #FFF;
    font-size: 20px;
    height: 23px;
    margin-top: 16px;
    float: none;
    margin: 16px auto;
    width: 20px;
}
figure.mainImage .content h2 span {} figure.anim .content {
    opacity: 1;
}
figure.anim .contentsqz {
    opacity: 1;
}
.close {
    position: absolute;
    right: 30px;
    top: 30px;
    background: URL(../images/close.png) no-repeat 0 0;
    float: left;
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    width: 11px;
    height: 11px;
    z-index: 111111111;
}
/*
	END CONTENT
*/
/*
	5.5. STARTING IMAGE ANIMATION
*/

#gallery {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000
}
#gallery img {
    width: 110%;
    margin-top: -5%;
    margin-left: -5%;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
}
.animate #gallery img {
    width: 100%;
    margin: 0;
    filter: blur(0);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
}
/*
	END STARTING IMAGE ANIMATION
*/

/*
	5.6. IMAGE GALLERY SCALING
*/

#scalediv.scaleshow {
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
#scalediv.scaleshowhide {
    display: none;
}
#scalediv.upscaleshow {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
/*
	END IMAGE GALLERY SCALING
*/

/*
END PORTFOLIO
*/


/*
6. POSTS
*/

#landingpage,
#aboutus,
#contactus,
#team,
#blog,
#posts,
#biodata, #meeting {
    background-color: #fff;
    height: 100%;
    width: 100%;
padding:50px 0 0 0;
}
#posts {
    background: none;
    height: 100%;
    width: 100%;
    top: 0px;
    position: relative;
    display: none;
    -webkit-transition: all 1s ease-in-out;
    z-index: 10000000;
    position: absolute;
    background: rgba(0, 0, 0, 0);
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
#aboutus aside,
#contactus aside {
    width: 35%;
    float: left;
    height: 100%;
    position: relative;
    overflow: hidden;
}
#team aside,
#blog aside,
#posts aside {
    width: 35%;
    float: left;
    height: 100%;
    position: relative;
}
#posts section,
#blog section {
    width: 65%;
    float: right;
    height: 100%;
    position: relative;
}
#landingpage section,
#team section,
#aboutus section, #biodata section,
#contactus section {
    width: 100%;
    height: 100%;
    position: relative;
}
#posts section,
#blog section {
    overflow: hidden;
}
#posts aside {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    left: -100%;
}
#posts section {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    background: #FFF;
    right: -100%;
}
#posts.showposts {
    background: rgba(0, 0, 0, 0.5);
}
#posts.showposts aside {
    left: 0
}
#posts.showposts section {
    right: 0
}

/*
	6.1. RIGHT SIDE AREA FOR CONTENT DISPLAY
*/


.contentRight {
    font-size: 14px;
    color: #000;
    height: 100%;
    margin: 0 0px;
    position: relative;
    overflow: hidden;
}
.content-r-inner {
    padding: 100px 0; display:inline-block;width:100%;
}
figure.big .contentRight .post {
    overflow: auto!important;
    position: relative;
    z-index: 9999999;
}
.contentRight h2 span {
    /*background: URL(../images/sep.png) repeat-x 0px 27px;*/
    
    padding-left: 12px;
    padding-right: 12px;
}
#blog .contentRight h2 {
    margin-top: 40px;
}
.contentRight p.sep {
    width: 3%;
    margin: 10px auto;
    height: 5px;
    overflow: hidden;
    background: #000;
    clear: both;
}
#blog .contentRight p.sep {
    width: 10%;
    margin: 0px auto 10px auto;
    background: #d5d5d5;
    height: 2px;
}
#contactus .contentRight h3 {
    color: #000;
    font-family: "montserrat";
    font-size: 38px;
    font-weight: 200;
    line-height: 52px;
    padding: 50px 0 0;
    text-align: left;
}





.contentRight .socialmedia {
    padding: 0;
}
.contentRight .socialmedia li {
    float: none;
    margin-right: 40px;
    width: auto!important;
    display: inline-block;
}
.contentRight .socialmedia li:last-child {
    margin-right: 0px;
}
.contentRight .socialmedia li a {
    float: left;
    display: block;
    width: 18px;
    height: 24px;
    overflow: hidden;
    text-indent: -9999px;
    background: URL(../images/socialmedia.png) no-repeat 0 1px;
    padding: 0px!important;
}
.contentRight .socialmedia li a.behence {
    background-position: -227px 2px;
}
.contentRight .socialmedia li a.behence:hover {
    background-position: -227px -28px;
}
.contentRight .socialmedia li a.pinterest {
    background-position: -181px 0px;
}
.contentRight .socialmedia li a.pinterest:hover {
    background-position: -181px -30px;
}
.contentRight .socialmedia li a.linkedin {
    background-position: -143px 0px;
}
.contentRight .socialmedia li a.linkedin:hover {
    background-position: -143px -30px;
}
.contentRight .socialmedia li a.dribble {
    background-position: -94px 1px;
}
.contentRight .socialmedia li a.dribble:hover {
    background-position: -94px -29px;
}
.contentRight .socialmedia li a.twitter {
    background-position: -47px 2px;
}
.contentRight .socialmedia li a.twitter:hover {
    background-position: -47px -28px;
}
.contentRight .socialmedia li a.facebook {
    background-position: 0px 2px;
}
.contentRight .socialmedia li a.facebook:hover {
    background-position: 0px -28px;
}
.contentRight .bottom {
    border-top: 1px solid #ccc;
    height: 100px;
    bottom: 0px;
    position: absolute;
    width: 100%;
}
.contentRight .contactform {
    display: block;
    clear: both;
    padding: 30px 0px 10px 0px;
    overflow: hidden;
    width: 100%;
    margin: 0px auto;
    text-align: center;
}
.contentRight .contactform div.lft {
    display: block;
    width: 100%;
    float: left;
    padding-bottom: 12px;
}
.contentRight .contactform div.rgt {
    display: block;
    padding-bottom: 12px;
}
.contentRight .contactform div div {

    width: 100%;

}
.contentRight .contactform div div:last-child {
    margin-right: 0%;
}
.contactform LABEL {
    display: block;
    clear: both;
    padding: 5px 0px 8px 0px;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 14px;
    color: #000;
    font-family: 'Lato', sans-serif;
}
.contactform INPUT[type="text"],
.contactform INPUT[type="tel"],
.contactform INPUT[type="email"],
.contactform INPUT[type="url"] {
    display: block;
    clear: both;
    padding: 13px 6px 16px 8px;
    font-size: 15px;
    color: #000;
    border-bottom: #ccc 1px solid;
    width: 100%;
    margin-bottom: 18px;
    -webkit-appearance: none;
    background: transparent none repeat scroll 0 0;
    outline: none;
font-family: 'Open Sans', sans-serif;
    border-width: 0 0 1px;
}
.contactform TEXTAREA {
    display: block;
    clear: both;
    padding: 13px 6px 16px 8px;
    font-weight: normal;
    font-size: 15px;
    color: #000;
    border-bottom: #ccc 1px solid;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    background: transparent none repeat scroll 0 0;
    width: 100%;
    margin-bottom: 18px;
    -webkit-appearance: none;
    outline: none;
    height: 100px;
font-family: 'Open Sans', sans-serif;
}
/*.contactform INPUT[type="submit"] {
    -webkit-appearance: none;
    border: 0px solid #000;
    background: transparent none repeat scroll 0 0;
    color: #000;
    height: 50px;
    width: 120px;
    font-weight: normal;
    margin: 0;
font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    outline: 0px;
    cursor: pointer;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    text-transform: uppercase;
    border-bottom: #000 1px solid;
}*/
.contactform INPUT[type="submit"]{    color: #fff !important;  display: inline-block; font-family: "Open Sans",sans-serif;  font-size: 20px;  font-weight: 600;  line-height: 52px; padding: 0 25px;    text-transform: uppercase; background:#17658a; text-decoration:none; outline:none; border:none;}
.contactform INPUT[type="submit"]:hover{background:#0e4e6c;}
.cent {
    color: #000;
    font-family: montserratbold;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 22.85px;
    text-transform: uppercase;
}

/*
	END RIGHT SIDE AREA FOR CONTENT DISPLAY
*/

/*
END POSTS
*/


/*
7. ABOUT US
*/

#aboutus .contentRight h3 {
    font-size: 20px;
    font-weight: 200;
    font-family: 'Inconsolata', sans-serif;
    padding: 55px 0 55px 0;
    line-height: 24px;
    text-align: center;
    color: #040404;
    text-align: center;
}
#aboutus .servicebox {
    display: block;
    height: 100%;
    overflow: hidden;
    clear: both;
}
#aboutus .servicebox .service {
    float: left;
    width: 29%;
    padding: 0px 2% 0px;
    text-align: center;
}
#aboutus .servicebox .service figure {
    width: auto!important;
    height: auto!important;
    position: static!important;
}
#aboutus .servicebox .service figure img {
    width: auto!important;
    height: auto!important;
    position: static!important;
}
#aboutus .servicebox .service h4 {
    font-size: 16px;
    font-weight: normal;
    font-family: 'montserratbold';
    padding: 5px 0 15px 0;
    line-height: 20px;
    text-align: center;
    letter-spacing: 2px;
}
#aboutus .servicebox .service p {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Inconsolata';
    padding: 5px 0 15px 0;
    line-height: 22.85px;
    text-align: center;
}
#aboutus .servicebox .service p.sep {
    width: 15%;
    margin: 0px auto;
    height: 2px;
    overflow: hidden;
    background: #d5d5d5;
    clear: both;
    padding: 0px;
}
.aboutteam {
    width: 75%;
    margin: 40px auto 0px;
    clear: both;
}
.aboutteam p {
    margin: 0px;
    padding: 0px 0px 20px;
    font-family: 'Inconsolata';
    font-size: 16px;
    line-height: 22.85px;
}
.firstcharacter {
    float: left;
    color: #FFF;
    font-size: 30px;
    line-height: 30px;
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 9px;
    background: #000;
    margin-right: 7px;
    padding-bottom: 6px;
}
.leftbord {
    font-weight: bold;
    padding: 6px 0px 6px 20px!important;
    border-left: #ff2600 2px solid;
    margin: 21px 20px!important;
    font-style: italic;
}
.postimage {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}
.postimagearea,
.postcontentarea {
    position: relative;
    height: 100%;
}
.postcontentarea {
    margin: 0px 50px;
}
#aboutus .next,
#contactus .next {
    font-family: 'ralewayregular';
    background: url(../images/next-bg.png) 0 0 no-repeat;
    width: 82px;
    height: 33px;
    text-align: left;
    bottom: 103px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
    display: block;
    float: left;
    left: 0;
    padding: 6px 0 6px 20px;
    position: absolute;
    z-index: 100;
}
#team .next {
    font-family: 'ralewayregular';
    background: url(../images/next-bg.png) 0 0 no-repeat;
    width: 82px;
    height: 33px;
    text-align: left;
    bottom: 103px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
    display: block;
    float: left;
    left: 0;
    padding: 6px 0 6px 20px;
    position: absolute;
    z-index: 2147483647;
}
#aboutus .previous,
#posts .previous,
#contactus .previous,
#team .previous {
    font-family: 'ralewayregular';
    background: url(../images/prev-bg.png) 0 0 no-repeat;
    bottom: 70px;
    width: 100px;
    height: 33px;
    color: #070538;
    font-size: 16px;
    cursor: pointer;
    display: block;
    float: left;
    text-align: right;
    padding: 6px 14px 6px 0;
    position: absolute;
    right: -1px;
    z-index: 100;
}
.back {
    position: absolute;
    top: 30px;
    cursor: pointer;
    left: 20px;
    z-index: 100;
    color: #FFF;
    background: #ff303b;
    float: left;
    display: block;
    padding: 6px 10px 7px;
    opacity: 0;
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}
#posts.showposts .back {
    opacity: 1;
}
.loaderhide {
    opacity: 0;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
/*
END ABOUT US
*/


.moreImages {
    position: absolute;
    bottom: 20px;
    right: -4000px;
    background: URL(../images/moreimages.png) no-repeat 0 0;
    color: #fff;
    padding: 7px 10px;
    z-index: 100;
    text-decoration: none;
    font-weight: bold;
    width: 50px;
    height: 31px;
    text-indent: -9999px;
    overflow: hidden;
}
.animqueht .moreImages {
    background-size: 100% auto;
    bottom: 30px;
    right: 30px;
    width: 16px;
}
.moreImageContainer {
    width: 100%;
    height: 100%;
    z-index: 10;
    position: fixed;
    overflow: hidden;
    left: 1200%;
    background-color: #000;
    top: 0px;
}
/***** Moreimages of the Boxes ******/

/* BIO DATA */
.biopage .subtitle{color:#454545;}
.biopage p{font-size:16px; line-height:28px; margin:0 0 15px 0;}

/*
8. BLOG AREA
*/


#blog .previous {
    font-family: 'ralewayregular';
    background: url(../images/prev-bg.png) 0 0 no-repeat;
    bottom: 70px;
    width: 100px;
    height: 33px;
    color: #070538;
    font-size: 16px;
    cursor: pointer;
    display: block;
    float: left;
    text-align: right;
    padding: 6px 14px 6px 0;
    position: absolute;
    right: -1px;
    z-index: 110;
}
#blog .next,
#posts .next {
    font-family: 'ralewayregular';
    background: url(../images/next-bg.png) 0 0 no-repeat;
    width: 82px;
    height: 33px;
    text-align: left;
    bottom: 103px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
    display: block;
    float: left;
    left: 0;
    padding: 6px 0 6px 20px;
    position: absolute;
    z-index: 2147483647;
}
#blog .contentRight p,
#posts .contentRight p {
    text-align: center;
}
.contentRight p.blogsp-txt {
    color: #929191;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0 20px;
}
#blog .contentRight h2,
#posts .contentRight h2 {
	padding: 30px 0 0;
}
#blog .contentRight .blog-cont,
#posts .contentRight .blog-cont {
    margin: 70px auto;
    width: 90%;
}
.comments-sec,
.reply-sec {
    margin: 20px auto 10px 0;
    width: 100%;
    clear: both;
}
#blog .contentRight .blog-cont p,
#posts .contentRight .blog-cont p {
    margin: 0px;
    padding: 20px 0px;
    font-family: 'Inconsolata';
    font-size: 16px;
    text-align: left;
    line-height: 22.85px;
}
#blog .contentRight h3,
#posts .contentRight h3 {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    padding: 0 25px 0px 2px;
    line-height: 31px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 2px;
    font-weight: 800;
}
#blog .contentRight h3 span,
#posts .contentRight h3 span {
    background: none repeat scroll 0 0 #ff0000;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    padding: 0 8px;
}
#blog .contentRight .contactform,
#posts .contentRight .contactform {
    width: 100%;
}
#blog .comment,
#posts .comment {
    width: 100%;
    float: left;
    clear: both;
    margin: 50px 0;
}
#blog .comment .comt-pic,
#posts .comment .comt-pic {
    float: left;
    width: 9%;
    margin-right: 2%;
}
#blog .comment .comt-pic img,
#posts .comment .comt-pic img {
    max-width: 100%;
    border-radius: 33px;
}
#blog .comment .comt-txt,
#posts .comment .comt-txt {
    width: 89%;
    float: left;
}
#blog .comment .comt-txt h4,
#posts .comment .comt-txt h4 {
    font-family: 'source sans pro';
    font-size: 16px;
    line-height: 18px;
    color: #040404;
    letter-spacing: 2px;
    float: left;
    margin: 4px 0;
    text-transform: uppercase;
}
#blog .comment .comt-txt span.comt-date,
#posts .comment .comt-txt span.comt-date {
    font-family: 'source sans pro';
    color: #3d3c3c;
    font-size: 16px;
    line-height: 18px;
    float: right;
    margin: 4px 0;
}
a.reply-link {
    font-family: 'source sans pro';
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #5b5b5b;
    display: block;
    letter-spacing: 2px;
    clear: both;
    text-decoration: none;
    clear: both;
}
a.reply-link:hover {
    text-decoration: underline;
}
#blog .comment .comt-txt p,
#posts .comment .comt-txt p {
    margin: 0px;
    padding: 20px 0px;
    font-family: 'source sans pro';
    font-size: 16px;
    line-height: 22.85px;
    text-align: left;
}
.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.nano .nano-content {
    padding: 0;
}
.nano > .nano-pane {
    background: #000;
    position: absolute;
    width: 6px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden\9;
    opacity: 1;
}
.nano > .nano-pane > .nano-slider {
    background: #fff;
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
#blog .post, #biodata .post,
#posts .post,
#team .post {
    overflow: auto !important;
    position: relative;
    z-index: 9999999;
}
/*
END BLOG AREA
*/

#team .contentRight,#biodata .contentRight,
#contactus .contentRight,
#aboutus .contentRight, #meeting .contentRight {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.mobilemenu {
    background: url("../images/mobilemenu.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 21px;
    margin: 13px 24px;
    overflow: hidden;
    text-indent: -9999px;
    width: 23px;
    display: none;
    cursor: pointer;
}
.explr {
    display: block;
    position: relative;
    height: 100%;
    float: left;
    width: 100%;
}
figure.clickImage .explrht {
    height: 100%!important;
}
.clear {
    clear: both;
}
.team {
    background: #4BB5E9 none repeat scroll 0 0;
}
.sa2 {
    padding: 0;
    width: 50%;
    float: left;
}
.sa3 {
    float: left;
    padding-right: 2%;
    width: 35%;
    font-family: 'Source Sans Pro', sans-serif;
}
.sa7 {
    float: left;
    width: 63%;
    font-family: 'Source Sans Pro', sans-serif;
}
.sa5 {
    float: left;
    padding-right: 3%;
    width: 30%;
    font-family: 'Source Sans Pro', sans-serif;
}
.sa5a {
    font-family: 'Source Sans Pro', sans-serif;
    border-right: 1px solid #808080;
}
.sa {
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 300;
    line-height: 28.85px;
    letter-spacing: 1px;
}
.sad {
    color: #000;
    font-family: "Source Sans Pro";
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 1px;
    font-style: italic;
	max-width: 400px;
}
.touch {
    font-family: montserratbold;
    font-size: 14px;
    letter-spacing: 2px;
    margin: 4px 0 0 0;
}
.team-footer {
    padding-top: 110px;
    padding-bottom: 20px;
}
.team-skills {
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 20px;
}
.aboutpage {
    background:url(../images/about-bg.jpg) no-repeat right bottom; background-size:cover;
}
.contactpage {
background:url(../images/contact-bg.jpg) no-repeat ; background-size:cover; background-attachment:fixed;

}
.biopage{background:url(../images/bio-bg.jpg) no-repeat ; background-size:cover; background-attachment:fixed; background-position:left bottom}
.landingpage {
    background-image:url(../images/main-bg.jpg);
    background-position: center top;
    background-size: cover; 
	overflow:auto;
}
.link {
    color: #000;
    text-decoration: none;
}
.link:hover {
    color: #FF2600;
    text-decoration: none;
}
.socialpost li {
    float: right;
    margin-right: 20px;
    text-align: left;
}
.contact-info .socialpost li {
    float: left;
}
.contact-info .socialpost i {
    font-size: 20px;
}
.socialpost a {
    color: #000;
}
.socialpost i {
    font-size: 17px;
}
.socialpost a:hover {
    color: #FF2600;
}
.blogsub {
    color: #080808;
    font-family: Merriweather;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
}
.contentRight .blogtitle {
    font-family: "montserrat";
    font-size: 58px;
    font-weight: bold;
    line-height: 75px;
    letter-spacing: 0;
    margin-bottom: 0px;
    margin-top: 15px !important;
}
.blogmetainfo {
    color: #080808;
    font-family: Merriweather;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
}
.infodivider {
    color: red;
    font-size: 25px;
    margin: 0 10px;
    vertical-align: middle;
}
.blogdata {
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 19px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 30.85px;
    margin: 30px 20px;
}
.space10ud {
    margin: 30px 0;
}
.blogheader {
    margin: 40px 20px 0;
}
.blogheadergride {
    margin: 0 20px;
}
.blogquestion {
    color: #000;
    font-family: montserratbold;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 22.85px;
    margin: 30px 20px;    
}
.team-footer a {
    font-size: 15px;
}
.team-footer i {
    font-size: 18px;
}
.boximage {
    text-align: center;
}
.subtitle {
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    line-height: 22.85px;
    text-transform: uppercase;
}
.right-content-box {
    position: relative;
}
.right-content-inner {
    height: 100%;
    position: absolute;
}
.right-content-table {
    display: table;
    height: 100%;
}
.right-content-table-cell {
    display: table-cell;
    vertical-align: middle;
}
@media (max-width: 991px) {
    .sa5a {
        border-right: none;
    }
    .cent {
        text-align: center;
    }
    .sad {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .right-content-inner {
        position: relative;
    }
}
@media (max-width: 1199px) {
    .cent {
        text-align: center;
        margin: 20px 0;
    }
    .sad {
        text-align: center;
    }
}
@media all and (max-width: 1200px) and (min-width: 760px) {
    .contentRight .blogtitle {
        font-size: 25px;
        line-height: 40px;
    }
    .contentRight .contactform div div {
        margin-right: 5%;
        width: 100%;
    }
}
@media all and (max-device-width: 1300px) and (min-device-width: 1201px) {
}
@media all and (max-device-width: 1500px) and (min-device-width: 1301px) {
}
@media all and (max-device-width: 1220px) and (min-device-width: 1041px),
all and (max-width: 1220px) and (min-width: 1041px) {
    .socialmedia ul li {
        float: right !important;
        margin-left: 18px;
        width: auto !important;
    }
    #aboutus .content-r-inner {
        padding: 50px 0px;
    }
}
/***** Ipad Landscape mode display *****/

@media all and (max-device-width: 1040px) and (min-device-width: 811px) and (orientation: landscape),
all and (max-width: 1040px) and (min-width: 811px) and (orientation: landscape) {
    .socialmedia ul li {
        float: right !important;
        margin-left: 12px;
        width: auto !important;
    }
    .content-r-inner {
        padding: 50px 0;
        margin: 0 auto;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }
    .postimage {
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 100%;
    }
    figure.big .postcontentarea {
        margin: 0 50px;
    }
    #team ul.socialmedia {
        padding-top: 20px;
    }
    #aboutus .servicebox .service {
        float: left;
        padding: 0 2%;
        text-align: center;
        width: 46%;
    }
    figure img {
        height: 100%;
        width: 100%;
    }
    .big .content {
        background: none;
        bottom: 14%;
        display: block;
        height: auto;
        left: auto;
        margin: auto;
        opacity: 1;
        padding-left: 30px;
        padding-right: 30px;
        position: absolute !important;
        right: auto;
        text-align: left;
        top: auto;
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        width: auto;
        z-index: 10;
    }
    .callpost .content {
        background: none;
        bottom: 14%;
        display: block;
        height: auto;
        left: auto;
        margin: auto;
        opacity: 1;
        padding-left: 30px;
        padding-right: 30px;
        position: absolute !important;
        right: auto;
        text-align: left;
        top: auto;
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        width: auto;
        z-index: 10;
    }
    .comnt {
        width: auto;
    }
    #top-bar div {
        width: 63%;
    }
    #top-bar ul li {
        width: 15%;
    }
    #top-bar ul li a {
        font-size: 14px;
    }
    #posts aside,
    #blog aside,
    #team aside {
        overflow: hidden;
    }
    #top-bar .socialmedia {
        display: none;
    }
}
@media all and (max-device-width: 1040px) and (min-device-width: 811px),
all and (max-width: 1040px) and (min-width: 811px) {
    .socialmedia ul li {
        float: right !important;
        margin-left: 12px;
        width: auto !important;
    }
    .socialmedia {
        padding: 0 1%;
    }
    .big .content {
        background: none;
        bottom: 14%;
        display: block;
        height: auto;
        left: auto;
        margin: auto;
        opacity: 1;
        padding-left: 30px;
        padding-right: 30px;
        position: absolute !important;
        right: auto;
        text-align: left;
        top: auto;
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        width: auto;
        z-index: 10;
    }
    .callpost .content {
        background: none;
        bottom: 14%;
        display: block;
        height: auto;
        left: auto;
        margin: auto;
        opacity: 1;
        padding-left: 30px;
        padding-right: 30px;
        position: absolute !important;
        right: auto;
        text-align: left;
        top: auto;
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        width: auto;
        z-index: 10;
    }
    .comnt {
        width: auto;
    }
    #top-bar .socialmedia {
        display: none;
    }
}
/***** Ipad Portrait mode display *****/

@media all and (max-device-width: 810px) and (min-device-width: 760px) and (orientation: portrait),
all and (max-width: 810px) and (min-width: 760px) and (orientation: portrait) {
    body {
        overflow: visible;
    }
    figure {
        width: 50%;
        position: relative;
        float: left;
    }
    figure.big {
        width: 100%;
    }
    .innerrow {
        width: 100%!important;
    }
    .ColumnRTwo {
        left: 0;
    }
    .ColumnROne {
        right: 0;
    }
    .ColumnLTwo {
        left: 0;
    }
    .mobilemenu {
        display: block;
    }
    figure .contentRight {
        position: relative!important;
        right: 0%;
        width: 100%;
        z-index: 1111;
        -webkit-transition: all 2s ease-in-out;
        -moz-transition: all 2s ease-in-out;
        -o-transition: all 2s ease-in-out;
        transition: all 2s ease-in-out;
        height: 0;
    }
    figure img {
        position: relative;
        float: left;
    }
    figure.anim img {
        margin-left: 0%;
    }
    figure.anim .contentsqz {
        opacity: 0;
    }
    figure.anim .content {
        opacity: 1;
    }
    figure.anim .contentRight {
        height: 620px;
        right: 0;
        transition-delay: 0.1s;
        position: relative!important;
        -webkit-transition: all 2s ease-in-out;
        -moz-transition: all 2s ease-in-out;
        -o-transition: all 2s ease-in-out;
        transition: all 2s ease-in-out;
    }
    div.bigerImage .ColumnROne {
        right: 0;
    }
    figure .contentRight .content-r-inner {
        padding: 30px 0;
    }
    .contentRight p {
        font-size: 13px;
        line-height: 19px;
        margin: 20px 0;
    }
    #top-bar div {
        float: left !important;
        width: 46%;
    }
    .socialmedia ul li {
        float: right !important;
        margin-left: 20px;
        width: auto !important;
    }
    #menu,
    #menumobile {
        width: 100%!important;
        position: fixed;
        z-index: 9;
        top: -1280px;
        background: rgba(255, 255, 255, 0.8);
        height: 100%!important;
    }
    #menumobile ul {
        margin-top: 30%;
    }
    #menumobile.act {
        top: 50px;
    }
    #menu ul li,
    #menumobile ul li {
        width: 100%;
        margin: 0px;
        float: none;
        display: block;
    }
    #top-bar {
        overflow: visible;
    }
    #top-bar ul li a,
    #menumobile ul li a {
        background: none;
    }
    .lessImages {
        display: none;
    }
    .big .content,
    .bigerImage .content {
        position: fixed;
    }
    .smallimg {
        top: 80px;
    }
    .postimage {
        background-size: 100% auto;
        float: left;
        height: 100%;
        background-position: 50% 50%;
    }
    #posts .previous {
        bottom: 0px;
        right: -1px;
    }
    #posts .postcontentarea .post {
        float: left;
        height: 100% !important;
    }
    #aboutus aside,
    #contactus aside {
        float: left;
        height: 50%;
        overflow: hidden;
        position: relative;
        width: 100%;
    }
    #team aside,
    #blog aside,
    #posts aside {
        float: left;
        height: 50%;
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .postimage {
        width: 100%;
    }
    #aboutus section,
    #posts section,
    #contactus section,
    #team section,
    #blog section, #biodata section {
        width: 100%;
    }
    .pt-page {
        display: none;
    }
    .pt-page-current,
    .pt-page-current1,
    .no-js .pt-page {
        display: block;
    }
    #aboutus .servicebox .service {
        float: left;
        padding: 0 2%;
        text-align: center;
        width: 46%;
    }
    #aboutus .servicebox .service figure {
        float: none;
        height: auto !important;
        margin: 0 auto;
        position: static !important;
        text-align: center;
        width: auto !important;
    }
    #aboutus .servicebox .service figure img {
        float: none;
        height: auto !important;
        position: static !important;
        width: auto !important;
    }
    .content-r-inner {
        padding: 50px 0;
    }
    #team .postcontentarea,
    #blog .postcontentarea,
    #posts .postcontentarea {
        margin: 0 0px;
    }
    #team .postcontentarea .post,
    #blog .postcontentarea .post {
        float: left;
    }
    #blog .next {
        top: 0;
        right: auto;
    }
    #team .next {
        top: 0;
        right: auto;
    }
    #posts .next {
        top: 0;
        right: auto;
    }
    #team .previous,
    #blog .previous {
        bottom: 0px;
    }
    figure.anim .contentRight {
        height: 0px;
        bottom: 0px;
        position: absolute!important;
    }
    figure.animqueht .contentRight {
        height: 650px;
        -webkit-transition: all 3s ease-in-out;
        -moz-transition: all 3s ease-in-out;
        -o-transition: all 3s ease-in-out;
        transition: all 3s ease-in-out;
        -webkit-transition-delay: 2s;
        -moz-transition-delay: 2s;
        transition-delay: 2s;
    }
    figure.animque {
        height: 1030px!important;
    }
    .bigerImage .big.animque {
        height: 1030px !important;
    }
    .big.animqueht .content {
        bottom: 34%;
    }
    .big.animqueht .explr img {
        margin-top: -40px;
    }
    figure.clickImage .explrht {
        height: inherit !important;
    }
    #team ul.socialmedia {
        padding-top: 10px;
    }
    .animqueht .moreImages {
        background-size: 100% auto;
        bottom: 100px;
        right: 20px;
        width: 16px;
    }
    .moreImageContainer {
        background: none;
    }
    figure img {
        height: 100%;
        width: auto;
    }
    #team .contentRight,
    #blog .contentRight,
    #posts .contentRight {
        /*overflow-y: auto;-webkit-overflow-scrolling: touch; overflow-x: hidden;*/
    }
    div.bigerImage[data-id="three"] .ColumnROne {
        right: 0%;
        transition-delay: 0.3s;
    }
    .smallimg {
        display: none;
    }
    #posts {
        height: 100%!important;
    }
    .big .content {
        background: none;
        bottom: 14%;
        display: block;
        height: auto;
        left: auto;
        margin: auto;
        opacity: 1;
        padding-left: 30px;
        padding-right: 30px;
        position: absolute !important;
        right: auto;
        text-align: left;
        top: auto;
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        width: auto;
        z-index: 10;
    }
    .callpost .content {
        background: none;
        bottom: 14%;
        display: block;
        height: auto;
        left: auto;
        margin: auto;
        opacity: 1;
        padding-left: 30px;
        padding-right: 30px;
        position: absolute !important;
        right: auto;
        text-align: left;
        top: auto;
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        width: auto;
        z-index: 10;
    }
    .comnt {
        width: auto;
    }
    #top-bar .socialmedia {
        display: none;
    }
    .cent {
        text-align: center;
    }
    .sa3 {
        padding: 4%;
        width: 92%;
    }
    .sa7 {
        padding: 4%;
        width: 92%;
    }
}
/***** Mobile overall mode display *****/

@media all and (max-device-width: 759px) and (min-device-width: 200px),
all and (max-width: 759px) and (min-width: 200px) {
    body {
        overflow: visible;
    }
    figure {
        width: 50%;
        position: relative;
        float: left;
    }
    figure.big {
        width: 100%;
    }
    .innerrow {
        width: 100%!important;
    }
    .ColumnRTwo {
        left: 0;
    }
    .ColumnROne {
        right: 0;
    }
    .ColumnLTwo {
        left: 0;
    }
    figure img {
        width: 100%;
    }
    .mobilemenu {
        display: block;
    }
    figure .contentRight {
        position: relative!important;
        right: 0%;
        width: 100%;
        z-index: 1111;
        -webkit-transition: all 2s ease-in-out;
        -moz-transition: all 2s ease-in-out;
        -o-transition: all 2s ease-in-out;
        transition: all 2s ease-in-out;
        height: 0;
    }
    figure img {
        position: relative;
        float: left;
    }
    figure.anim img {
        margin-left: 0%;
    }
    figure.anim .contentsqz {
        opacity: 0;
    }
    figure.anim .content {
        opacity: 1;
    }
    figure.anim .contentRight {
        height: 620px;
        right: 0;
        transition-delay: 0.1s;
        position: relative!important;
        -webkit-transition: all 2s ease-in-out;
        -moz-transition: all 2s ease-in-out;
        -o-transition: all 2s ease-in-out;
        transition: all 2s ease-in-out;
    }
    div.bigerImage .ColumnROne {
        right: 0;
    }
    figure .contentRight .content-r-inner {
        padding: 30px 0;
    }
    .cent {
        text-align: center;
    }
    .contentRight p {
        font-size: 13px;
        line-height: 19px;
        margin: 20px 0;
    }
    #top-bar div {
        float: left !important;
        width: 46%;
    }
    .socialmedia ul li {
        float: right !important;
        margin-left: 13px;
        width: auto !important;
    }
    #menu,
    #menumobile {
        width: 100%!important;
        position: fixed;
        z-index: 9;
        top: -100%;
        background: rgba(255, 255, 255, 0.8);
        height: 100% !important;
    }
    #menumobile.act {
        top: 50px;
        overflow: scroll;
    }
    #menumobile ul {
        margin-top: 5%;
    }
    #menumobile ul li {
        width: 100%;
        margin: 0px;
        float: none;
        display: block;
    }
    #top-bar {
        overflow: visible;
    }
    #top-bar ul li a {
        background: none;
    }
    .lessImages {
        display: none;
    }
    .big .content,
    .bigerImage .content {
        position: fixed;
    }
    .smallimg {
        top: 80px;
    }
    #posts aside {
        width: 100%;
    }
    #posts section {
        width: 100%;
    }
    .postimage {
		background-position: center top;
		background-size: 100% auto;
		float: left;
		height: 100%;
	}
    /*#posts .next 					{ top: 0px; }*/
    
    #posts .previous {
        bottom: 0px;
        right: -1px;
    }
    #posts .postcontentarea .post {
        float: left;
        height: 100% !important;
    }
    #aboutus aside,
    #contactus aside {
        float: left;
        height: 50%;
        overflow: hidden;
        position: relative;
        width: 100%;
    }
    #team aside,
    #blog aside,
    #posts aside {
        float: left;
        height: 50%;
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .postimage {
        width: 100%;
    }
    #aboutus section,
    #posts section,
    #contactus section,
    #team section,
    #blog section {
        width: 100%;
    }
    .pt-page {
        display: none;
    }
    .pt-page-current,
    .pt-page-current1,
    .no-js .pt-page {
        display: block;
    }
    #aboutus .servicebox .service {
        float: left;
        padding: 0 2%;
        text-align: center;
        width: 46%;
    }
    #aboutus .servicebox .service figure {
        float: none;
        height: auto !important;
        margin: 0 auto;
        position: static !important;
        text-align: center;
        width: auto !important;
    }
    #aboutus .servicebox .service figure img {
        float: none;
        height: auto !important;
        position: static !important;
        width: auto !important;
    }
    .content-r-inner {
        padding: 50px 0;
    }
    #blog .postcontentarea,
    #posts .postcontentarea {
        margin: 0 0px;
    }
    #blog .postcontentarea .post,
    #posts .postcontentarea .post {
        float: left;
    }
    #blog .next {
        right: auto;
        top: 0;
    }
    #team .next {
        right: auto;
        top: 0;
    }
    #posts .next {
        right: auto;
        top: 0;
    }
    #team .previous,
    #blog .previous,
    #posts .previous {
        bottom: 0px;
    }
    figure.anim .contentRight {
        height: 0px;
        bottom: 0px;
        position: absolute!important;
    }
    figure.animqueht .contentRight {
        height: 650px;
        -webkit-transition: all 3s ease-in-out;
        -moz-transition: all 3s ease-in-out;
        -o-transition: all 3s ease-in-out;
        transition: all 3s ease-in-out;
        -webkit-transition-delay: 2s;
        -moz-transition-delay: 2s;
        transition-delay: 2s;
    }
    figure.animque {
        height: 1030px!important;
    }
    .bigerImage .big.animque {
        height: 1030px !important;
    }
    .big.animqueht .content {
        bottom: 28%;
    }
    .big.animqueht .explr img {
        margin-top: -29px;
    }
    figure.clickImage .explrht {
        height: inherit !important;
    }
    #team ul.socialmedia {
        padding-top: 0;
    }
    .moreImageContainer {
        width: 100%;
        height: 100%;
        z-index: 10;
        position: fixed;
        overflow: hidden;
        left: 1200%;
        background: none;
        top: 50px;
    }
    .smallimg {
        display: none;
    }
    .big .content {
        background: none;
        bottom: 14%;
        display: block;
        height: auto;
        left: auto;
        margin: auto;
        opacity: 1;
        padding-left: 30px;
        padding-right: 30px;
        position: absolute !important;
        right: auto;
        text-align: left;
        top: auto;
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        width: auto;
        z-index: 10;
    }
    .callpost .content {
        background: none;
        bottom: 14%;
        display: block;
        height: auto;
        left: auto;
        margin: auto;
        opacity: 1;
        padding-left: 30px;
        padding-right: 30px;
        position: absolute !important;
        right: auto;
        text-align: left;
        top: auto;
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        width: auto;
        z-index: 10;
    }
    .comnt {
        width: auto;
    }
    #top-bar .socialmedia {
        display: none;
    }
    .sa3 {
        padding: 4%;
        width: 92%;
    }
    .sa7 {
        padding: 4%;
        width: 92%;
    }
    .sa5 {
        padding: 4%;
        width: 92%;
    }
    .contentRight .blogtitle {
        font-size: 37px;
        line-height: 50px;
    }
    .blogsub {
        text-align: center;
    }
    .blogmetainfo {
        text-align: center;
    }
    .blogsub {
        font-size: 13px;
    }
}
@media all and (max-device-width: 759px) and (min-device-width: 200px) and (orientation: portrait),
all and (max-width: 759px) and (min-width: 200px) and (orientation: portrait) {
    #menumobile ul {
        margin-top: 10%;
    }
    #top-bar .socialmedia {
        display: none;
    }
}
/***** Phablet portrait mode display *****/

@media screen and (max-width: 650px) and (min-width: 501px),
screen and (max-device-width: 650px) and (min-device-width: 501px) {
    #aboutus aside,
    #contactus aside,
    #team aside,
    #posts aside,
    #blog aside,
    #team .postimage,
    #blog .postimage,
    #posts .postimage {
        float: left;
        height: 275px !important;
    }
    figure.anim .contentRight {
        height: 0px;
        bottom: 0px;
        position: absolute!important;
    }
    .big.animqueht .content {
        bottom: 30%;
    }
    figure.animqueht .contentRight {
        height: 870px;
        -webkit-transition: all 3s ease-in-out;
        -moz-transition: all 3s ease-in-out;
        -o-transition: all 3s ease-in-out;
        transition: all 3s ease-in-out;
        -webkit-transition-delay: 2s;
        -moz-transition-delay: 2s;
        transition-delay: 2s;
    }
    figure.animque {
        height: 1080px!important;
    }
    .bigerImage .big.animque {
        height: 1080px !important;
    }
    #menumobile ul {
        margin-top: 5%;
    }
    #top-bar .socialmedia {
        display: none;
    }
}
/***** Small screen Mobile portrait mode display *****/

@media screen and (max-width: 370px) and (min-width: 340px),
screen and (max-device-width: 370px) and (min-device-width: 340px) {
    #aboutus aside,
    #contactus aside,
    #team aside,
    #posts aside,
    #blog aside,
    #team .postimage,
    #blog .postimage {
        float: left;
        height: 275px !important;
    }
    figure.anim .contentRight {
        height: 0px;
        bottom: 0px;
        position: absolute!important;
    }
    .big.animqueht .content {
        bottom: 34%;
    }
    figure.animqueht .contentRight {
        height: 1040px;
        -webkit-transition: all 3s ease-in-out;
        -moz-transition: all 3s ease-in-out;
        -o-transition: all 3s ease-in-out;
        transition: all 3s ease-in-out;
        -webkit-transition-delay: 2s;
        -moz-transition-delay: 2s;
        transition-delay: 2s;
    }
    figure.animque {
        height: 1220px!important;
    }
    .bigerImage .big.animque {
        height: 1220px !important;
    }
    #top-bar .socialmedia {
        display: none;
    }
}
/***** Iphone Overall mode display *****/

@media screen and (max-width: 500px) and (min-width: 200px),
screen and (max-device-width: 500px) and (min-device-width: 200px) {
    .big .content,
    .bigerImage .content {} .big .content h2,
    .bigerImage .content h2 {
        font-size: 14px;
        line-height: 16px;
    }
    .big .content h2 span,
    .bigerImage .content h2 span {
        font-size: 16px;
    }
    .comnt {
        background: url("../images/heart.png") no-repeat scroll 0 0 / auto 100% rgba(0, 0, 0, 0);
        font-size: 14px;
        height: 16px;
        margin-top: 7px;
        padding-left: 23px;
    }
    figure .content {
        padding-left: 20px;
        padding-right: 20px;
    }
    figure .content h2,
    figure .contentsqz h2 {
        font-size: 14px;
        line-height: 16px;
    }
    figure .content h2 span,
    figure .contentsqz h2 span {
        font-size: 16px;
    }
    .postcontentarea {
        margin: 0 20px;
    }
    #top-bar .socialmedia {
        display: none;
    }
    figure.anim .contentRight {
        height: 0px;
        bottom: 0px;
        position: absolute!important;
        -webkit-transition: all 3s ease-in-out;
        -moz-transition: all 3s ease-in-out;
        -o-transition: all 3s ease-in-out;
        transition: all 3s ease-in-out;
        -webkit-transition-delay: 2s;
        -moz-transition-delay: 2s;
        transition-delay: 2s;
    }
    figure.animqueht .contentRight {
        height: 1098px;
        -webkit-transition: all 3s ease-in-out;
        -moz-transition: all 3s ease-in-out;
        -o-transition: all 3s ease-in-out;
        transition: all 3s ease-in-out;
        -webkit-transition-delay: 2s;
        -moz-transition-delay: 2s;
        transition-delay: 2s;
    }
    .big.animqueht .content {
        bottom: 28%;
    }
    .big.animqueht .explr img {
        margin-top: -20px;
    }
    .content-r-inner {
        padding: 20px 0;
    }
    .contentRight h2 span {
        /*background: url("../images/sep.png") repeat-x scroll 0 17px rgba(0, 0, 0, 0);*/
    }
    .contentRight p.sep {
        width: 13%;
    }
    #contactus .contentRight h3 {
        font-size: 22px;
        line-height: 24px;
        padding: 45px 0 5px;
    }
    .contentRight .contactform div.lft {
        width: 100%;
        padding-bottom: 0;
    }
    .contactform INPUT[type="text"] {
        margin-bottom: 14px;
    }
    .contentRight .contactform div.rgt {
        width: 100%;
    }
    .contentRight .contactform div.submit {
        clear: both;
        -webkit-appearance: none;
    }
    #aboutus .servicebox .service {
        width: 96%;
    }
    .contentRight .socialmedia li {
        margin-right: 14px;
    }
    #blog .contentRight .blog-cont,
    #posts .contentRight .blog-cont {
        margin: 20px auto;
        width: 80%;
    }
    #blog .comment,
    #posts .comment {
        margin: 20px 0 0;
        width: 100%;
    }
    #blog .comment .comt-txt span.comt-date,
    #posts .comment .comt-txt span.comt-date {
        clear: both;
        float: left;
    }
    .contentRight .contactform {
        padding: 30px 0 10px;
    }
    figure.animque {
        height: 1330px!important;
    }
    .bigerImage .big.animque {
        height: 1330px !important;
    }
    figure.big .contentRight .post {
        overflow: scroll;
        height: 100% !important;
    }
    figure.clickImage .explrht {
        height: auto !important;
    }
    #menumobile {
        height: 100% !important;
    }
    /*#menumobile ul 					{ margin-top: 30%;}*/
    
    figure img {
        height: 100%;
        width: 100%;
    }
    #team .contentRight,
    #blog .contentRight,
    #posts .contentRight {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
    }
    #top-bar .socialmedia {
        display: none;
    }
    .sa3 {
        padding: 4%;
        width: 92%;
    }
    .sa7 {
        padding: 4%;
        width: 92%;
    }
    .contentRight .blogtitle {
        font-size: 18px;
        line-height: 30px;
    }
    .blogmetainfo {
        font-size: 12px;
    }
    .infodivider {
        font-size: 16px;
        margin: 0 3px;
    }
    #blog .sa2 {
        width: 100%;
    }
    .contentRight .contactform div div {
        margin-right: 5%;
        width: 100%;
    }
}
@media screen and (max-width: 399px) and (min-width: 300px) and (max-height: 900px) and (min-height: 780px),
screen and (max-device-width: 399px) and (min-device-width: 300px) and (max-device-height: 900px) and (min-device-height: 780px) {
    figure.animqueht .contentRight {
        height: 1110px;
        transition: all 3s ease-in-out 2s;
    }
    .big.animqueht .content {
        bottom: 48%;
    }
}
@media screen and (max-width: 499px) and (min-width: 400px) and (max-height: 900px) and (min-height: 780px),
screen and (max-device-width: 499px) and (min-device-width: 400px) and (max-device-height: 900px) and (min-device-height: 780px) {
    figure.animqueht .contentRight {
        height: 1000px;
        transition: all 3s ease-in-out 2s;
    }
}
@media screen and (max-width: 649px) and (min-width: 500px) and (max-height: 900px) and (min-height: 780px),
screen and (max-device-width: 649px) and (min-device-width: 580px) and (max-device-height: 900px) and (min-device-height: 780px) {
    figure.animqueht .contentRight {
        height: 770px;
        transition: all 3s ease-in-out 2s;
    }
}
@media screen and (max-width: 758px) and (min-width: 650px) and (max-height: 900px) and (min-height: 780px),
screen and (max-device-width: 758px) and (min-device-width: 650px) and (max-device-height: 900px) and (min-device-height: 780px) {
    figure.animqueht .contentRight {
        height: 690px;
        transition: all 3s ease-in-out 2s;
    }
}
@media screen and (max-width: 810px) and (min-width: 775px) and (max-height: 900px) and (min-height: 780px),
screen and (max-device-width: 810px) and (min-device-width: 775px) and (max-device-height: 900px) and (min-device-height: 780px) {
    figure.animqueht .contentRight {
        height: 850px;
        transition: all 3s ease-in-out 2s;
    }
}
@media screen and (max-width: 700px) and (min-width: 550px) and (max-height: 400px) and (min-height: 360px),
screen and (max-device-width: 700px) and (min-device-width: 550px) and (max-device-height: 400px) and (min-device-height: 360px) {
    figure.animqueht .contentRight {
        height: 770px;
    }
}
@media screen and (max-width: 549px) and (min-width: 300px) and (max-height: 359px) and (min-height: 300px),
screen and (max-device-width: 549px) and (min-device-width: 300px) and (max-device-height: 359px) and (min-device-height: 300px) {
    figure.animqueht .contentRight {
        height: 1110px;
    }
}
@media screen and (max-width: 500px) and (min-width: 400px),
screen and (max-device-width: 500px) and (min-device-width: 400px) {
    #menumobile ul {
        margin-top: 2%;
    }
}
@media screen and (max-width: 500px) and (min-width: 400px) and (orientation: portrait),
screen and (max-device-width: 500px) and (min-device-width: 400px) and (orientation: portrait) {
    #menumobile ul {
        margin-top: 50%;
    }
}
/***** Iphone Landscape mode display *****/

@media screen and (max-width: 660px) and (min-width: 400px) and (orientation: landscape),
screen and (max-device-width: 660px) and (min-device-width: 400px) and (orientation: landscape) {
    #aboutus aside,
    #contactus aside,
    #team aside,
    #posts aside,
    #blog aside,
    #team .postimage,
    #blog .postimage,
    #posts .postimage {
        float: left;
        height: 275px !important;
    }
    figure.anim .contentRight {
        height: 0px;
        bottom: 0px;
        position: absolute!important;
    }
    .big.animqueht .content {
        bottom: 45%;
    }
    figure.animqueht .contentRight {
        height: 800px;
        -webkit-transition: all 3s ease-in-out;
        -moz-transition: all 3s ease-in-out;
        -o-transition: all 3s ease-in-out;
        transition: all 3s ease-in-out;
        -webkit-transition-delay: 2s;
        -moz-transition-delay: 2s;
        transition-delay: 2s;
    }
    figure.animque {
        height: 970px!important;
    }
    .bigerImage .big.animque {
        height: 970px !important;
    }
    .big.animqueht .content {
        bottom: 42%;
    }
    .animqueht .moreImages {
        bottom: 98px;
        right: 30px;
        width: 16px;
    }
    #menumobile ul {
        margin-top: 2%;
    }
    #top-bar .socialmedia {
        display: none;
    }
}
::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    
    color: #000;
}
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    
    color: #000;
    opacity: 1;
}
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    
    color: #000;
    opacity: 1;
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    
    color: #000;
}
@media screen and (max-width: 1040px) {
    figure img {
        opacity: 1 !important;
    }
    figure.anim img {
        opacity: 1 !important;
    }
	figure .content {
        display: none !important;
    }
}
.team-skills .sa5a:first-child {
    padding: 0;
}
.team-skills .boximage:first-child {
    padding: 0;
}
.last-skill .sa5a:last-child {
    padding: 0;
}
.last-skill .boximage:last-child {
    padding: 0;
}
.col-centered {
    float: none;
    margin: 0 auto;
}
.contact-main {
    color: #000;
font-family: 'Open Sans', sans-serif; 
    font-size: 20px;
font-weight:600;
    line-height: 30px;
    margin-top: 20px;
}
.contactadres .contact-info{display:inline-block;}
.contactadres .contact-info:first-child{margin:0 50px 0 0;}
.contact-cap {
    color: #AA0000;
    display: inline-block;
    font-family: montserratbold;
    font-size: 40px;
    font-weight: bold;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.contact-sub {
    color: #000;
font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 30px 0;
}
@media (max-width: 767px) {
    .socialpost {
        display: table;
        margin: 0 auto;
        padding: 10px 0;
    }
    .touch {
        display: table;
        margin: 0 auto;
        padding: 10px 0;
    }
}
.divider30 {
    display: inline-block;
    padding: 20px 30px;
    width: 100%;
}
.owl-item {
    width: 493px !important;
    border-right: 1px solid #808080;
}
@media (min-width: 1200px) {
    .skill-fix {
        display: none;
    }
    .skill-scroll {
        display: block;
    }
}
@media (max-width: 1199px) {
    .skill-fix {
        display: block;
    }
    .skill-scroll {
        display: none;
    }
    .sa5a {
        border-right: none;
        padding: 30px 0;
        float: left;
    }
    .team-skills .sa5a:first-child {
        padding: 30px 0;
    }
    .team-skills .sa5a:last-child {
        padding: 30px 0;
    }
}
#landingpage .sad {
    width: 285px;
    text-align: left;
}
@media (min-width: 1199px) {
}
.parent {
    display: table;
    height: 100%;
    width: 100%;
}
.child {
    display: table-cell;
    vertical-align: middle;
}
.footer-box {
    bottom: 0;
    position: absolute;
    width: 100%;
}
@media (max-width: 800px) {
    .landing-box {
        top: 50px;
        bottom: auto;
    }
}

@media (max-width: 810px) {
    .team .content-r-inner > h2 {
        text-align: center;
    }
}
@media (max-width: 1040px) {
    .socialmedia {
        display: none;
    }
}
.pad20 {
    padding: 20px;
}
@media (max-width: 810px) {
    #top-bar div {
        width: 69%;
    }
    #top-bar ul li a,
    #menumobile ul li a {
        font-size: 15px;
    }
}
.resume-taglin {
    color: #fff;
    font-family: Source Sans Pro;
    font-size: 25px;
    font-style: italic;
    line-height: 33px;
    padding: 20px 0;
}
.resume-download-button {
    padding: 20px 0;
}
.resume-title {
    color: #000;
    font-family: montserratbold;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 22.85px;
    text-transform: uppercase;
}
.resume-meta {
    color: #1297E2 !important;
}
.white {
    color: #fff;
    padding: 20px 0 0 0;
}
.education-line {
    border: 1px solid rgb(52, 161, 217);
    position: absolute;
    top: 52px;
    width: 110%;
    margin-left: 5px;
    z-index: -1;
}
#team .sad {
    text-align: left;
}
.edu-info .col-sm-6 {
    padding: 15px;
}
.edu-info .col-md-3 {
    padding: 15px;
}
.edu-info .col-sm-4 {
    padding: 15px;
}
.border-right {
    border-right: 2px solid rgb(52, 161, 217);
}
.circle-responsive {
    background: #ddd none repeat scroll 0 0;
    border-radius: 50%;
    height: 150px;
    width: 150px;
}
.circle-content {
    color: #000;
    font-family: montserrat;
    font-size: 13px;
    line-height: 21px;
    padding-top: 60px;
    text-align: center;
    text-indent: 0;
}
.color-DB872D {
    background: #db872d none repeat scroll 0 0 !important;
    margin: 0 auto;
    position: relative;
    z-index: 40;
}
.color-DE6F7F {
    background: #de6f7f none repeat scroll 0 0 !important;
    left: -79px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -85px;
    position: relative;
    z-index: 30;
}
.color-65AC50 {
    background: #65ac50 none repeat scroll 0 0 !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: -151px;
    position: relative;
    right: -81px;
    z-index: 20;
}
.color-DD56F1 {
    background: #dd56f1 none repeat scroll 0 0 !important;
    margin: -83px auto 0;
    position: relative;
    z-index: 10;
}
.codeskillicon {
    padding: 30px 0;
}
@media (max-width: 1199px) {
    .skillset-pad {
        padding-left: 0px;
    }
    .no-pad {
        padding-left: 0px !important;
    }
}
@media (max-width: 767px) {
    .no-pad-xs {
        padding-left: 0px !important;
    }
}
@media (max-width: 360px) {
    .color-DE6F7F {
    left: -59px;
	margin-top: -65px;
}
.color-65AC50 { 
    right: -61px;    
}
}
.landingpage .subtitle {
    color: #fff;
    text-align: center;
}
.landingpage .sad {
    color: #fff;
    text-align: center !important;
}
.landingpage .link {
    color: #fff;
}
.landingpage .socialpost a {
    color: #fff;
}
.no-pad-home {
    padding: 0px !important;
}
#contactus .contact-info i {
    color: #000;
}

#contactus  a{
    color: #000;
}
#contactus ::-webkit-input-placeholder {
    color: #000;
}
#contactus :-moz-placeholder {
    color: #000;
    opacity: 1;
}
#contactus ::-moz-placeholder {
    color: #000;
    opacity: 1;
}
#contactus :-ms-input-placeholder {    
    color: #000;
}
#aboutus .subtitle {
    color: #454545;  font-family: 'Open Sans', sans-serif; font-weight:700; font-size:18px;
}
#team .contentRight h2 {    
    max-width: 700px;
}
.file-icon {
    color: #fff !important;
    font-size: 140px !important;
}
.navy-blue {
    color: #337ab7;
	font-size: 19px;
}
.dateformate {
	font-size: 17px;    
    font-style: italic;
	font-family: Merriweather;
}
.skill-fix .sad {
    max-width: none !important;
}
#blog .content-r-inner {
    padding: 0;
}
#posts .content-r-inner {
    padding: 0;
}
#top-bar ul li {
    margin-left: 15px !important;
	margin-right: 15px !important;
    width: auto !important;
}
.author-title{
	margin: auto; 
	display: table;
}
.nomargin-right{
	margin-right: 0px !important;
}
.content-image{
	text-align:center;
}
.content-image-width{
	width: 90%;
}
.nopadding-left{
	padding-left: 0px !important;
}
.yearstyle{
	padding-right: 0px !important;  
	overflow: hidden;
}
.cource-image{
	max-width: 90%;
}
.about-images{
	max-width: 100%;
}
.circlepad{
	padding-top: 70px;
}
/*
END WRAPER
*/


a:focus,a:hover{outline:none;}
.slide1{text-align:center;}
.slide1 img{width:320px; display:inline-block; vertical-align:top;}
.slide1 .text{ display:inline-block; vertical-align:top; padding:0 0 0 40px; text-align:left;}
.heading1{font-size:178px; line-height:178px; font-weight:900; color:#fff; margin:0 0 5px;}
.heading2{font-size:28px; color:#fff; font-weight:300; line-height:32px; margin:0 0 20px; text-indent:7px;}
.slide1 .text p{font-size:14px; color:#fff; line-height:26px; font-weight:normal; margin:0; font-family: 'Open Sans', sans-serif; padding:0 0 0 7px;}

.heading3{padding:30px 0 0 0; font-size:56px; color:#000; font-weight:900;}
.biopage .heading3{padding-bottom:10px;}
.heading3 span{padding:0 !important; font-size:78px; font-weight:900; }
.cofounderbox{position:absolute; bottom:70px;}
.cofounder-icon{padding:50px 0 0 0;}
.cofounder-icon img{border-right:4px solid #d9dcda; padding:0 50px 0 0; margin:0 50px 0 0; height:55px;}
.cofounder-icon a:last-child img{border-right:none; padding:0; margin:0;}


.expertisecon{text-align:center;}
.expertisecon .image{display:inline-block; border:2px solid #fff; border-radius:50%; transition:all ease 0.5s; -webkit-transition:all ease 0.5s;}
.expertisecon .image:hover{transform:rotate(360deg); -webkit-transform:rotate(360deg); }
.expertisecon .image > div{transition:all ease 0.5s; -webkit-transition:all ease 0.5s;}
.expertisecon .image:hover > div{background-color:#333;}
.icon1{background:url(../images/expertise-icon.png) no-repeat 28px 40px #45a2df; width:178px; height:178px; border-radius:50%; overflow:hidden; border:5px solid #0e4e6a;}
.icon2{background:url(../images/expertise-icon.png) no-repeat -417px 40px #22c489; width:178px; height:178px; border-radius:50%; overflow:hidden; border:5px solid #0e4e6a;}
.icon3{background:url(../images/expertise-icon.png) no-repeat -863px 40px #e74c3c; width:178px; height:178px; border-radius:50%; overflow:hidden; border:5px solid #0e4e6a;}
.icon4{background:url(../images/expertise-icon.png) no-repeat 28px -188px #f08a30; width:178px; height:178px; border-radius:50%; overflow:hidden; border:5px solid #0e4e6a;}
.icon5{background:url(../images/expertise-icon.png) no-repeat -417px -188px #ad58b0; width:178px; height:178px; border-radius:50%; overflow:hidden; border:5px solid #0e4e6a;}
.icon6{background:url(../images/expertise-icon.png) no-repeat -863px -188px #f39c12; width:178px; height:178px; border-radius:50%; overflow:hidden; border:5px solid #0e4e6a;}

.heading4{font-size:23px; color:#fff; font-weight:600; text-transform:uppercase; line-height:32px; margin:25px 0 20px;}
.expertisecon p{font-size:15px; line-height:22px; font-weight:normal; padding:0 50px;}
.expertisecon > div{margin:0 0 80px 0;}

.accolades{background:#e5e7e6;}
.accladescon{    padding:25px 15px; border-bottom:2px solid #f5f5f5;}
.accolades .content-r-inner > div{padding-left:0; padding-right:0;}
.accladescon > div{padding:0;}
.accladescon .heading3{padding:25px 0;}
#thumbnails > section{height:100%;}
.accladescon .image{background:url(../images/accolades-sprite.png) no-repeat; width:230px; height:115px;  transform:none; -webkit-transform:none;}
.accladescon .image:hover{opacity:0.6;}
.accladescon .image.accicon1{background-position:0 24px;}
.accladescon .image.accicon2{background-position:-294px 24px;}
.accladescon .image.accicon3{background-position:-610px 24px;}
.accladescon .image.accicon4{background-position:-902px 24px;}
.accladescon .image.accicon5{background-position:0 -151px;}
.accladescon .image.accicon6{background-position:-294px -151px;}
.accladescon .image.accicon7{background-position:-610px -151px;}
.accladescon .image.accicon8{background-position:-902px -151px;}
.accladescon .image.accicon9{background-position:0 -341px;}
.accladescon .image.accicon10{background-position:-294px -341px;}
.accladescon .image.accicon11{background-position:-610px -341px;}
.accladescon .image.accicon12{background-position:-902px -341px;}
.accladescon .image.accicon13{background-position:0 -525px;}
.accladescon .image.accicon14{background-position:-294px -525px;}
.accladescon .image.accicon15{background-position:-612px -521px;}
.accladescon .image.accicon16{background-position:-904px -527px;}
.accolades .subtitle{color:#235967;}
.bordernone{border:none !important;}

.contactpage .subtitle{color:#235967;}
.contactpage .heading3{color:#000;}
.contact-main{word-wrap:break-word;}
em.error {
    color: red;
    display: block;
    margin-top: -10px;
    text-align: right; margin-right:5px;}
.thankyou .subtitle{color:#333;}

#contactus .reqeustbtn a{    color: #fff;  display: inline-block; font-family: "Open Sans",sans-serif;  font-size: 20px;  font-weight: 600;  line-height: 52px;  margin: 0 0 80px; padding: 0 25px;    text-transform: uppercase; background:#17658a; text-decoration:none; outline:none;}
#contactus .reqeustbtn a:hover{background:#0e4e6c;}

.dialog,
.dialog__overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.dialog {
	position: absolute;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;

	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	pointer-events: none; min-height:800px;
  
}
_::-moz-svg-foreign-content, :root .dialog__content{top:15%;}


.dialog__overlay {
	position: absolute;
	z-index: 1;
	background: rgba(55, 58, 71, 0.9);
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-backface-visibility: hidden;
}

.dialog--open .dialog__overlay {
	opacity: 1;
	pointer-events: auto;
}

.dialog__content {
	width: 50%;
	max-width: 560px;
	min-width: 290px;
	background: #fff;
	padding: 4em;
	text-align: center;
	position: relative;
	z-index: 5;
	opacity: 0; margin:auto;
}

.dialog--open .dialog__content {
	pointer-events: auto;
}

/* Content */
.dialog h2 {
	margin: 0;
	font-weight: 400;
	font-size: 24px;
	padding:0;
	margin: 0; color:#333;
}


.closebtn{   background: none;
    border: medium none;
    padding: 10px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0; font-size:24px; color:#0e4e6c;}
.dialog-inner h2{font-family:'Raleway', sans-serif;}
.dialog-inner h2 strong{color:#0e4e6c;}
/*#contactus.pt-page{overflow:auto; padding:0;}*/
.aboutpage .content-r-inner{padding:100px 0 0 0;}

@media (min-width:2400px) {
	
	.slide1 .text p{font-size:17px;}
	.accladescon{padding-top:45px; padding-bottom:45px;}
	.cofounderbox{bottom:200px;}
}
@media (max-width: 1900px) {
	#team .content-r-inner{padding:50px 0;}	
	.accladescon .heading3{font-size:46px;}
	.cofounder-icon img{height: 45px;margin: 0 40px 0 0;padding: 0 40px 0 0;}
}
@media (max-width: 1600px) {
.accladescon .image{transform:scale(0.85); -webkit-transform:scale(0.85);}
.contactpage .col-md-9.col-centered{width:95%;}
.heading3 span{font-size:74px;}
.cofounderbox { position: relative;  margin-top: 120px;}
.heading3 span {
    font-size: 48px;
    line-height: 64px;
}
.aboutpage .heading3 span{font-size:74px;}
.accolades .content-r-inner{padding:100px 0 0 ;}
.content-r-inner{padding: 60px 0;}
.cofounder-icon img{height: 40px;margin: 0 35px 0 0;padding: 0 35px 0 0;}
}


@media (max-width: 1400px) {
	.heading1{font-size:158px; line-height:158px;}
	.heading4{font-size:20px; }
	.heading4 br{display:none;}
	.expertisecon p{padding:0 25px;}
	.heading3 span{font-size:68px;}
	.heading3 span br{display:none;}
.accladescon .image{transform:scale(0.75); -webkit-transform:scale(0.75);}
.accladescon .heading3{font-size:40px;}
.accladescon{padding-top:15px; padding-bottom:15px; }
.contentRight .contactform{padding:0;}
.contactpage .heading3 span br{display:block;}
.aboutpage .content-r-inner{padding: 60px 0 0;}
.content-r-inner{padding: 60px 0;}
.content-r-inner .bio-content{width:100%;}
.biopage{background-position:bottom center}
.biopage p{font-size:15px;margin:0 0 10px;}
.cofounder-icon img{height: 35px;margin: 0 25px 0 0;padding: 0 25px 0 0;}
}
@media (max-width: 1024px) {
.accolades .content-r-inner{padding:100px 0 50px 0;}
.biopage p{line-height:25px;}

}
@media (max-width: 1200px) {
.heading3{font-size:44px;}
.heading3 span{font-size:66px; line-height:68px;}
.cofounder-icon img{height:40px; padding:0 25px 0 0; margin:0 25px 0 0;}
.expertisecon{margin:100px 0 0 0;}
.heading3 span{font-size:60px;}
.accladescon .heading3{font-size:36px; line-height:54px}
.accladescon .image{transform:scale(0.5); -webkit-transform:scale(0.5);}
.accladescon .image{margin-left:-25%;}
.contact-info{padding:0;}
.contactpage .col-md-9.col-centered > .col-md-6{min-height:300px;}
.contact-main{font-size:16px; line-height:26px;}
.contactpage .col-md-9.col-centered > .col-md-6:nth-child(3){min-height:160px;}
.contactpage .col-md-9.col-centered > .col-md-6:last-child{min-height:160px;}
.dialog__content{width:70%;}
#contactus section{height:100%; }
.contactpage .content-r-inner{padding:60px 0 0;}
#top-bar ul li a{font-size:14px;}
.socialmedia{padding: 0 0 0 1%;transform: scale(0.9); -webkit-transform: scale(0.9);}
#top-bar ul li{margin-left: 13px !important;margin-right: 13px !important;}
}
@media (max-width: 990px) {
	.slide1 .text{width:100%; padding:25px 0 0 0; text-align:center;}
.aboutpage{background-position:70% bottom;}
.aboutpage .heading3{width:70%;}
.content-r-inner{padding:50px 0;}
.heading3{font-size:38px;}
.heading3 span{font-size:60px; line-height:64px;}
.expertisecon > div{min-height:420px; margin:0 0 50px;}
.heading3 span{font-size:54px;}
#team .content-r-inner{padding:50px 0 0 0;}
.expertisecon{margin:70px 0 0 0;}
.accladescon .image{margin-left:0;}
.accladescon .image{transform:scale(1); -webkit-transform:scale(1);}
.dialog{min-height:650px;}
#top-bar ul li a, #menumobile ul li a{font-size: 14px;}
#top-bar ul li a{padding: 14px 0;}
#top-bar ul li{margin-left: 10px !important;margin-right: 10px !important;}
#top-bar h1 a{width:240px;height:45px; background-size:240px auto}
#top-bar h1{width:240px;height:45px;}
#top-bar{height:45px;}
#menumobile ul li{height:45px;}
#top-bar h1, #top-bar div, #top-bar ul li{height:45px;}
#landingpage, #aboutus, #contactus, #team, #blog, #posts, #biodata, #meeting{padding:45px 0 0;}
.cofounder-icon img{height: 30px;}
}
@media (max-width: 759px) {
.meeting-page .meetingpage{padding:45px 0 0}	
#menumobile.act{top:45px;}
.meeting-page .calendly-inline-widget{padding-bottom:0 !important}
}
@media (max-width: 767px) {
.parent, .child{display:block;}
.slide1 img{max-width:90%;}
.heading1{font-size:130px;}
.postcontentarea{margin:0 25px;}
.heading3 span{font-size:52px; line-height:54px;}
.heading3 {font-size:32px;}
.biopage .heading3{padding-bottom: 0;}
.cofounderbox{bottom:50px;}
.contactpage .col-md-9.col-centered > .col-md-6{min-height:inherit; margin:0 0 30px;}
.socialpost{display:inline;}
.contactpage .col-md-9.col-centered > .col-md-6:nth-child(3){min-height:inherit;}
.contactpage .col-md-9.col-centered > .col-md-6:last-child{min-height:inherit;}
.contactpage .heading3 span{font-size:46px;}
.dialog__content{width:90%;}
.biopage p{line-height: 23px;font-size:14px;}
.biopage .heading3{padding:20px 0 5px;font-size:30px;}
.cofounder-icon img{height: 25px;margin: 0 15px 0 0;padding: 0 15px 0 0;}
}
@media (max-width:640px) {
	
	.heading3 span{font-size:44px; line-height:50px;}
	.heading3 {font-size:26px;}
	.cofounder-icon img{height:35px;}
	.cofounder-icon{padding:30px 0 0 0;}
	.cofounderbox{margin:60px 0 0 0;bottom:auto;}
	.contactpage .heading3 span{font-size:42px;}
	#contactus .reqeustbtn a{padding:0 20px; font-size:16px;}
	.dialog{min-height:600px;}
	.aboutpage .heading3{line-height:35px;}
	.aboutpage .heading3 span{font-size:40px;display:block;margin:0 0 10px 0}
	.aboutpage .heading3 br{display:none;}
	.cofounder-icon img{height: 20px;margin: 0 15px 0 0;padding: 0 15px 0 0;}
	.accladescon .image.accicon15{margin-left: -6%;transform: scale(0.9); -webkit-transform: scale(0.9);}
}
@media (max-width:479px) {
.heading1{font-size:88px;}
.slide1 .text p br{display:none;}
.aboutpage .heading3{width:100%;}
.heading3 span{font-size:38px; line-height:44px;}
.heading3{font-size:24px;}
.postcontentarea{margin:0 15px;}
.cofounder-icon img{margin:0 10px 0 0; padding:0 10px 0 0; height:30px;}
.mobilemenu{position:absolute; right:0;}
.accladescon .image, .accladescon .image.accicon15{transform:scale(0.7); -webkit-transform:scale(0.7); margin-left:-10%;}
.accladescon .heading3{font-size:32px;}
.contactpage .heading3 span{font-size:30px; line-height:38px;}
em.error{margin-top:0;}
.dialog{min-height:600px;}
.cofounderbox{margin:40px 0 0 0 !important;}
.heading3{font-size:21px;}
.aboutpage .heading3 span{font-size:35px;}
.biopage p{font-size: 13px;line-height: 20px;}
.biopage .heading3 {font-size: 20px;font-weight: 700;padding: 15px 0 5px;}
.cofounder-icon img{margin:0 0 15px; padding:0;border:0;height:25px;}
.cofounder-icon a{display:block;}
}
@media (max-width:380px) {
.accladescon .image, .accladescon .image.accicon15{transform:scale(0.6); -webkit-transform:scale(0.6); margin-left:-25%;}
}

@media (min-width:1024px) and (max-height:767px) {
.heading3{font-size:44px;}
.heading3 span{font-size:66px; line-height:68px;}
/*.cofounder-icon img{height:40px;}*/
}

@media only screen and (max-height:800px) {

}
@media only screen and (max-height: 620px) {
.cofounderbox{position:relative; bottom:0; margin:100px 0 30px;}
.cofounder-icon{padding:30px 0;}

}

