@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,700,700italic,600italic,800);
body,
html {
    height: 100%;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
}
body {
    background: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
@media (min-width: 992px) {}
/*======================================================
				   COMMAN CLASS
  ======================================================*/

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
li {
    padding: 0px;
}
p {
    margin: 0px;
}
a {
    color: #000;
    text-decoration: none !important;
}
a:hover {
    color: #999;
    text-decoration: none !important;
}
/*----------------------space-------------------------*/

.space0 {
    margin-top: 0px !important;
}
.space10 {
    margin-top: 10px !important;
}
.space15 {
    margin-top: 15px !important;
}
.space20 {
    margin-top: 20px !important;
}
.space30 {
    margin-top: 30px !important;
}
.space40 {
    margin-top: 40px !important;
}
.space50 {
    margin-top: 50px !important;
}
.space60 {
    margin-top: 60px !important;
}
.space70 {
    margin-top: 70px !important;
}
.space80 {
    margin-top: 80px !important;
}
.space90 {
    margin-top: 90px !important;
}
.space100 {
    margin-top: 100px !important;
}
.space200 {
    margin-top: 200px !important;
}
.pad0 {
    padding-right: 0px;
    padding-left: 0px;
}
/*======================================================*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	margin-top: 86px;
}
/* Margin-top is equal to nav, allowing for seemless transition from static-to-fixed */
	nav.affix-top {
		position: absolute;
		width: 100%;
	}

#wrapper.toggled {
    padding-right: 220px;
}
#wrapper.toggled .hamburger {
    right: 220px;
    background: #fff;
    width: 60px;
    height: 70px;
}
#sidebar-wrapper {
    z-index: 1000;
    right: 220px;
    left: auto;
    width: 0;
    height: 100%;
    margin-right: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #2d2d2d;
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
}
#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}
#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}
#page-content-wrapper {
    width: 100%;
    padding-top: 0px;
	position: absolute;
	transition: 0.5s ease all;
}
#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-left: -220px;
}
/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 10px 20px;
}
.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}
.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: transparent;
    -webkit-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    -ms-transition: width .2s ease-in;
    transition: width .2s ease-in;
}
/*.sidebar-nav li:first-child a {
    color: #fff;
    background-color: #1a1a1a;
}
.sidebar-nav li:nth-child(2):before {
    background-color: #ec1b5a;   
}
.sidebar-nav li:nth-child(3):before {
    background-color: #79aefe;   
}
.sidebar-nav li:nth-child(4):before {
    background-color: #314190;   
}
.sidebar-nav li:nth-child(5):before {
    background-color: #279636;   
}
.sidebar-nav li:nth-child(6):before {
    background-color: #7d5d81;   
}
.sidebar-nav li:nth-child(7):before {
    background-color: #ead24c;   
}
.sidebar-nav li:nth-child(8):before {
    background-color: #2d2366;   
}
.sidebar-nav li:nth-child(9):before {
    background-color: #35acdf;   
}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}*/

.sidebar-nav li a {
    display: block;
    color: #fff;
    padding: 20px 10px 10px 5px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0px;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
button {
    padding: 0.5em;
    margin: 0;
}
.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 58px;
}
.sidebar-nav .dropdown-menu {
    left: 20px;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
}
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  display: block;
  height: 50px;
  margin-left: 15px;
  position: fixed;
  right: 25px;
  top: 10px;
  z-index: 999;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
    outline: none;
}
.hamburger.is-closed:before {
    content: '';
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
    background-color: #1a1a1a;
}
.hamburger.is-closed .hamb-top {
    top: 5px;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
    bottom: 5px;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-top {
    top: 0;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
    bottom: 0;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;
}
.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}
.hamburger.is-open .hamb-middle {
    display: none;
}
.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}
.hamburger.is-open:before {
    /* content: "\f00d";*/
    
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}





.hamburger.is-open {
  background-color: #b4b4b4 !important;
  top:0px;
}
.hamburger.is-open .fa.fa-bars.remove {
  color: #fff !important;
  margin: 0 !important;
}



/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
/*====================START PRE-HEADER=====================*/

#pre-header {
    background: #e9e9e9;
    padding: 0 10px;
}
.pre-header-nav a {
    color: #343434;
    font-size: 10px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
}
.pre-header-nav ul {
    text-align: right;
}
.pre-header-nav li {
    display: inline-block;
    font-size: 10px;
    margin-left: 10px;
}


.userLoginInfo.loggedIn, .userLoginInfo.loggedIn * {
    background: #555 none repeat scroll 0 0;
    color: white;
}

.userLoginInfo.loggedIn {
    margin: 0 -0.5em 0 0.5em;
    padding: 0 0.5em;
	outline: 2px solid #555;
}

/*====================START MAIN-HEADER=====================*/

#desktop-header .navbar-default {
    background-color: #fff;
    border: none;
}
#desktop-header .navbar-default .navbar-nav > li > a {
    color: #505050;
    font-size: 14px;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
}
#desktop-header .nav > li > a {
    margin-top: 12px;
    border-bottom: 5px solid transparent;
    padding: 14px 0 0 0;
}
#desktop-header .nav > li > a:hover {
    border-bottom: 5px solid #3498db;
    -webkit-transition: all 0.2s ease-in;
}
#desktop-header .navbar-nav > li {
    padding: 0 20px;
}
#desktop-header .navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: transparent;
    border-bottom: 5px solid #3498db !important;
}
#desktop-header .dropdown-menu > li > a {
    line-height: 20px;
    color: #fff;
    padding: 10px 0;
    font-weight: 400 !important;
}
#desktop-header .dropdown-menu {
    font-size: 12px;
    text-align: center;
    background-color: #1a1a1a;
    box-shadow: none;
    border-radius: 0;
}
#desktop-header .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #252525;
}
#desktop-header .btn-success,
#mobile-menu .btn-success {
    background-color: #64bc2b;
    border-color: #64bc2b;
    border-radius: 0 !important;
    margin-top: 25px;
    font-weight: 700;
    padding: 6px 20px;
}
/*====================START BODY-CONTENT=====================*/

#body-content .banner {
    position: relative;
}
.top-right img {
    position: absolute;
    top: 0;
    right: 0;
}
#body-content .banner p {
    color: #fff;
}
.banner {
    background-color: #2788b0;
    padding: 200px 0px;
    text-align: center;
}
/*====================START BODY-CONTENT=====================*/

#millions {
    background: #1a1a1a;
    padding: 40px 0;
}
#millions p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 25px;
}
#millions span {
    font-family: 'OpenSansBold';
}
/*====================START BODY-CONTENT=====================*/

#footer .part1,
#footer .part2,
#footer .part3,
#footer .part4 {
    padding-bottom: 25px;
}
.part4 h4,
.part1 h4,
.part2 h4,
.part3 h4 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.part4 p {
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 10px;
}
.part1 ul,
.part2 ul {
    padding-left: 45px;
}
.part1 a,
.part2 a {
    color: #fff;
    line-height: 24px;
    font-size: 12px;
    border-bottom: 0px solid transparent;
}
.part1 a:hover,
.part2 a:hover {
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0.2s ease-in;
}
.part3 ul {
    text-align: center;
}
.btn1 {
    font-family: 'OpenSansBold';
    color: #fff;
    background-color: #3b5998;
    border-color: transparent;
    border-radius: 0;
    font-size: 16px;
    width: 200px;
}
.btn2 {
    color: #fff;
    background-color: #55acee;
    border-color: transparent;
    border-radius: 0;
    font-size: 16px;
    width: 200px;
}
.btn1:hover {
    color: #fff;
    background-color: #3b5998;
}
.btn2:hover {
    color: #fff;
    background-color: #55acee;
}
.copy p {
    color: #fff;
    font-size: 12px;
    line-height: 34px;
}
.modal-dialog .almost h1{
    color: #000;
    text-align: center;
    font-weight: 600;
    margin-top: 0;
    font-size: 28px;
}
.modal-dialog .almost p {
  color: #a0a0a0;
  font-size: 16px;
  font-style: italic;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
}
#modal-body .form-control {
    height: 50px;
    font-size: 20px;
    color: #858585;
    border-radius: 0px;
    border: 1px solid #757575;
}
.modal-body {
    padding: 20px 35px 60px 35px;
}
.btn3 {
    color: #fff;
    background-color: #4ca6cb;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid transparent;
    border-radius: 0;
    height: 50px;
}
.btn3:hover {
    color: #fff;
    background: transparent;
    border: 1px solid #4ca6cb;
    color: #4ca6cb;
    -webkit-transition: all 0.2s ease-in;
}
.modal-content {
    border-radius: 0;
    box-shadow: none;
}
#mobile-menu,
.hamburger {
    display: none;
}
.mob-device a {
    background-color: transparent !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 100 !important;
    line-height: 0;
}
.fsize14 {
    font-size: 12px !important;
    line-height: 0px !important;
    font-weight: 400 !important;
    padding: 13px 0 !important;
}
.border-top {
    border-top: 2px solid #5c5c5c;
    margin-top: 10px;
}
.space25 {
    margin-top: 25px !important;
}
#mob-logo {
    display: none;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    z-index: 9;
}
/*===================ALL MEDIA QUERIES======================*/

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: -20px;
    }
    .navbar-right .dropdown-menu.hosting-drop {
        left: -28px;
    }
    .navbar-right .dropdown-menu.take-drop {
        left: -16px;
    }
    .navbar-right .dropdown-menu.support-drop {
        left: -28px;
    }
}
@media(min-width: 768px) and (max-width: 1024px) {
    .copy p {
        font-size: 15px;
        line-height: 31px;
        text-align: center;
        margin-top: 20px;
    }
}
@media(max-width: 1000px) {
    #pre-header, #desktop-header {
        display: none;
    }
    #mobile-menu,
    .hamburger,
    #mob-logo {
        display: block;
    }
    .navbar-brand {
        padding: 4px 15px !important;
        margin-top: -20px;
    }
	.navbar-brand.my-logo {
	  margin-left: 0 !important;
	  margin-top: -20px;
	  padding: 0;
	}
}
@media(max-width: 767px) {
    .copy p {
        line-height: 24px;
        margin-top: 20px;
        text-align: center;
    }
    .banner {
        margin-top: 70px;
        1
    }
}
@media(max-width: 480px) {
    .part1 ul, .part2 ul {
        padding-left: 20%;
    }
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 550px;
    }
    #freebadge .modal-dialog {
        width: 1050px;
    }
}
@media(min-width: 861px) and (max-width: 895px) {
    #desktop-header .navbar-default .navbar-nav > li > a {
        font-size: 12px;
        margin-top: 23px;
    }
    #desktop-header .nav > li > a {
        padding: 9px 0;
    }
}
/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}
.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: transparent;
    border: none;
}
.panel-title {
    font-size: 14px;
}
.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}
.more-less {
    float: right;
    color: #fff;
    margin-top: -30px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}
.panel-body {
    padding: 0 0 0 10px;
}
.panel {
    background-color: transparent;
    border: 0px solid transparent;
}
.panel-group {
    margin-bottom: 0 !important;
}
.remove {
  color: #000 !important;
  font-size: 30px !important;
}
#mob-logo {
    background-color: #fff;
    padding: 30px 10px 10px;
}
.toggled .is-open .fa-bars:before {
    content: "\f00d";
}
#mobile-menu .btn-success {
    width: 180px;
}
#mob-logo.toggled a {
    /*    position: absolute;*/
    
    margin-left: -220px;
}
#wrapper.toggled .hamburger {
    transition: all 0.5s ease;
}
#wrapper.toggled #page-content-wrapper {
    transition: all 0.5s ease;
}
.affix {
    width: 100% !important;
    position: fixed !important;
    top: 0 !important;
    z-index: 9;
    -webkit-transition: all 0.9s ease-in;
}
.navbar {
    min-height: 83px;
    margin-bottom: 0px;
    border-radius: 0;
    -webkit-transition: all 0.9s ease-in;
}
.show-on-hover:hover > ul.dropdown-menu {
    display: block;
}
.navbar-brand {
    padding: 22px 15px;
}
#desktop-header .nav > li.second-version > a:hover {
    border: 0 !important;
}
@-moz-document url-prefix (max-width: 767px) {
    #desktop-header .navbar-default .navbar-nav > li > a {
        color: #505050;
        font-size: 14px;
        font-weight: 900;
        font-family: 'OpenSansBold';
        line-height: 35px;
    }
}
@media(max-width: 1200px) {
    .sm-device {
        width: 1180px;
        padding: 0;
        margin-right: 10px;
        margin-left: 10px;
    }
}
li.second-version {
    padding: 0 !important;
}
.mob-sign-up a {
    padding: 0 !important;
}
@media(min-width: 600px) and (max-width: 800px) {
    .part1 ul, .part2 ul {
        text-align: center;
    }
    #footer .col-md-3 {
        width: 50% !important;
        height: 200px;
        float: left;
    }
    .part1 ul,
    .part2 ul {
        padding-left: 35px;
    }
}
@media(max-width: 600px) {
    #footer .col-md-3 {
        width: 100% !important;
    }
}
@media(min-width: 600px) and (max-width: 1200px) {
    /*.part2, .part3{
		margin-top: 50px;
	}*/
}
@media(min-width: 800px) and (max-width: 1200px) {
    /*.part1 ul, .part2 ul {
    	text-align: center;
	}*/
    
    .part1 ul, .part2 ul {
        margin-top: 20px;
        padding-left: 50px;
    }
    .part4 h4,
    .part1 h4,
    .part2 h4,
    .part3 h4 {
        font-size: 16px;
    }
}
/*@media (min-width: 1199px){
	.col-md-3.part1, .col-md-3.part2, .col-md-3.part3, .col-md-3.part4 {
	    width: 25%;
	    width: 280px;
	    padding: 30px;
	}
}*/

.active {
    border-bottom: 5px solid #3498db;
    -webkit-transition: all 0.2s ease-in;
}
.padding0 {
    padding: 0 !important;
}
.segmentCont.homePrograms {
    padding: 2em 0;
}
.homePrograms .homeProgram {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
}
.homeProgram .price.img-responsive {
    position: absolute;
    right: 15px;
}
.homeProgram h2 a {
    color: #6bc530;
    font-size: 22px;
    font-weight: 600;
}
.homeProgram .inside-content {
    padding: 5px 20px;
}
.homeProgram .inside-content .listing > li {
    font-size: 14px;
    line-height: 20px;
}
.left-part-content > h2 {
    color: #6bc530;
    font-size: 26px;
    font-weight: 600;
}
.left-part-content > p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 20px;
}
.left-part-content .images-sections > li {
    display: inline-block;
    padding: 0 18px;
    text-align: center;
}
.left-part-content .image-block > h4 {
    font-weight: 600;
}
.left-part-content h3.red-heading {
    color: #ff0000;
    font-size: 16px;
    font-weight: 600;
}
.left-part-content h3.red-heading a {
    color: #ff0000;
}
.right-part-content > h2 {
    color: #6bc530;
    font-size: 26px;
    font-weight: 600;
}
.right-part-content > p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 20px;
}
.right-part-content p.clientQuote {
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
}
.right-part-content h2 a {
    font-size: 22px;
}
/*White arrow*/

.intense.bottom-divider.triangle-big-inverse {
    margin-top: -70px;
    transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    /* IE 9 */
    
    -webkit-transform: scale(1, -1);
    /* Chrome, Safari, Opera */
}
.intense.bottom-divider {
    bottom: 0;
}
/*Commercial page*/

.slider-personals-banner {
    background: rgba(0, 0, 0, 0) url("../img/header-bg3.jpg") no-repeat scroll 100% 100% / cover;
    height: 600px;
    position: relative;
}
@media only screen and (min-width: 1380px) {
    .slider-personals-banner {
        background: rgba(0, 0, 0, 0) url("../img/header-bg3.jpg") no-repeat scroll center top / cover;
        height: 600px;
        position: relative;
    }
}
.slider-personals-banner .header-text {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    display: table;
    margin: auto;
    padding: 30px 50px !important;
}
.slider-personals-banner .header-text h4 span {
    font-weight: bold;
}
.slider-personal {
    position: relative;
    background: rgba(0, 0, 0, 0) url("../img/headerbgg.jpg") no-repeat scroll center center / cover;
    height: 700px;
}
.slider-personal .header-text {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    display: table;
    margin: auto;
    padding: 30px 50px !important;
}
.slider-personal .header-text h4,
.slider-personals-banner .header-text h4 {
    font-size: 32px;
    line-height: 50px;
    margin: 0 0 20px;
    text-align: left;
}
.slider-personal .header-text h4 span {
    font-weight: bold;
}
.center-blocks {
    margin: auto;
    display: table;
    float: none;
}
.mid-section {
    position: relative;
}
.mid-section .text-area {
    width: 60%;
    margin: auto;
    display: table;
    float: none;
    padding: 0 0 50px;
}
.mid-section .text-area h3 {
    color: #383838;
    line-height: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.mid-section .text-area h3 span {
    font-weight: bold;
}
.blackW {
    display: table;
    margin: 150px 0 0 10%;
    width: 45%;
}
.blackW.commercial-bannercontent {
    display: table;
    margin: 200px 0 0 10%;
    width: 420px;
}
.slider-personal .commercial-bannercontent .header-text {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    display: table;
    margin: auto;
    padding: 20px !important;
}
.commercial-bannercontent .header-text > h4 {
    line-height: 30px;
}
.team-job {
    display: flex;
}
.team-job .color-fill {
    height: 100%;
    width: 50%;
    float: left;
    background: #509cce;
}
.team-job .color-fill-purple {
    height: 100%;
    width: 50%;
    float: left;
    background: #c36fba;
}
.team-job .color-fill-img {
    width: 50%;
    float: left;
}
.team-job .color-fill .bbox {
    margin: auto;
    display: table;
    width: 70%;
    padding-top: 50px;
}
.team-job .color-fill h3 {
    color: #fff;
    font-size: 34px;
    font-style: italic;
    line-height: 50px;
    margin-bottom: 40px;
    padding-top: 20px;
    text-align: center;
}
.team-job .color-fill a {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #509cce;
    display: table;
    font-size: 18px;
    font-weight: 600;
    margin: auto;
    padding: 15px 60px;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
}
.team-job .color-fill a:hover {
    border: 2px solid #fff;
    background: none;
    color: #fff;
}
.team-job .color-fill-purple a {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #c36fba;
    display: table;
    font-size: 18px;
    font-weight: 600;
    margin: auto;
    padding: 15px 70px;
    -webkit-transition: background-color ease-out .5s;
    -moz-transition: background-color ease-out .5s;
    -o-transition: background-color ease-out .5s;
    transition: background-color ease-out .5s;
}
.team-job .color-fill-purple a:hover {
    border: 2px solid #fff;
    background: none;
    color: #fff;
}
.team-job aside {
    padding: 0px;
}
.single-men {
    background: rgba(0, 0, 0, 0) url("../img/singlemen.jpg") no-repeat scroll center center / cover;
}
.single-men .content-L {
    width: 42%;
    padding: 120px 0px 120px 0px;
}
.single-men .content-L h5 {
    text-align: left;
    font-size: 24px;
    color: #383838;
    padding-bottom: 15px;
}
.single-men .content-L h4 {
    font-size: 18px;
    color: #383838;
    font-weight: bold;
    padding-bottom: 15px;
    font-style: italic;
    text-align: left;
}
.single-men .content-L p {
    font-size: 16px;
    color: #383838;
    padding-bottom: 15px;
    line-height: 30px;
    text-align: left;
}
.single-men .grey-box {
    background: #758796;
    color: #fff;
    padding: 15px 0px 0px 60px;
    margin-bottom: 50px;
}
.single-men .grey-box h1 {
    text-align: left;
    font-size: 36px;
}
.single-men .grey-box p {
    font-size: 12px;
    text-align: left;
    color: #fff;
}
.visible-mobile {
    display: none;
}
.hg-pad {
    padding-left: 60px;
}
.darkblue-bg {
    background: #2f89c5 none repeat scroll 0 0;
    min-height: 282px;
}
.darkblue-bg .blu-bg-center {
    display: table;
    float: none;
    margin: auto;
    padding-bottom: 20px;
    width: 45%;
}
.darkblue-bg .blu-bg-center h3 {
    color: #fff;
    font-size: 30px;
    line-height: 45px;
    padding-bottom: 40px;
    text-align: center;
}
.darkblue-bg .blu-bg-center a {
    background: #6bc530 none repeat scroll 0 0;
    color: #fff;
    display: table;
    font-size: 18px;
    margin: auto;
    padding: 20px 50px;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
}
.darkblue-bg .blu-bg-center a:hover {
    background: #154667;
    color: #fff;
}
.user-area {
    padding-top: 50px;
    display: block;
    padding-bottom: 110px;
}
.user-area h1 {
    color: #000;
    font-size: 30px;
    text-align: center;
}
.user-area h6 {
    color: #000;
    font-size: 13px;
    padding-bottom: 50px;
    text-align: center;
}
.user-area h1 span {
    font-weight: bold;
}
.user-area h6 {
    font-size: 13px;
    color: #000;
    padding-bottom: 50px;
}
.sarah {} .sarah h5 {
    text-align: left;
    font-size: 24px;
    padding-bottom: 15px;
}
.sarah p {
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 15px;
}
.sarah h4 {
    text-align: left;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    padding-bottom: 15px;
    padding-bottom: 50px;
}

/* ----- Testimonials Widget ----- */

.widget_testimonials .item .content {
    display: none;
    opacity: 0;
    transition: all 1s ease 0s;
    width: 12em;
}

.widget_testimonials .item {
    display: inline-block;
    margin: 0;
    width: 6em;
}

	.widget_testimonials .item .image {
		filter: grayscale(100%);
		transition: 0.9s ease all;
	}

	.widget_testimonials .item:nth-of-type(5) .image {
		filter: grayscale(0%);
		margin-bottom: 1em;
		transform: scale(1.4);
		transition: all 0.9s ease 0s;
	}
	
	.widget_testimonials .item:nth-of-type(5) .content {
		bottom: -9em;
		display: block;
		left: 0;
		margin-left: 6em;
		opacity: 1;
		position: absolute;
		transition: all 1s ease 0s;
		white-space: normal;
		width: 88%;
	}

.thim-testimonial-slider {
    white-space: nowrap;
    margin-left: -6em !important;
}

.widget_testimonials {
    display: inline-block;
    overflow: hidden;
    width: 43em;
	height: 18em;
}

.thim-testimonial-slider > span {
	display: inline-block;
	visibility: hidden;
	width: 6em;
	height: 1em;
}

#personal-testimonial {
	position: relative;
	text-align: center;
}

.testimonialsPrev, .testimonialsNext {
    margin: 13% 0 0;
    position: absolute;
	cursor: pointer;
}

	.testimonialsPrev {
		left: 6em;
	}
	
	.testimonialsNext {
		right: 6em;
	}
	

@media(max-width: 1182px) {
	.testimonialsPrev {
		left: 0em;
	}
	
	.testimonialsNext {
		right: 0em;
	}
}

@media(max-width: 975px) {
	.widget_testimonials {
		width: 100%;
	}
	.thim-testimonial-slider {
		margin-left: -13.5em !important;
	}
	.widget_testimonials .item {
		width: 7em;
	}
	.widget_testimonials .item:nth-of-type(5) .content {
		margin-left: 14em;
		width: 70%;
	}
}
@media(max-width: 750px) {
	.thim-testimonial-slider {
		margin-left: 0 !important;
	}
	
	.testimonialsPrev, .testimonialsNext {
		top: 23%;
	}
	
	.widget_testimonials .item {
		width: 100%;
	}
	
	/* override original rule showing middle item, show first instead */
	.widget_testimonials .item:nth-of-type(5) {
		display: none;
	}
	
	.widget_testimonials .item:nth-of-type(1) .image {
		filter: grayscale(0%);
		float: left;
		margin: 1em;
		transition: none;
	}
	
	.widget_testimonials .item:nth-of-type(1) .content {
		display: inline;
		left: 0;
		opacity: 1;
		position: relative;
		transition: all 1s ease 0s;
		white-space: normal;
		width: auto;
		text-align: right;
	}
	
	.widget_testimonials {
		overflow: visible;
	}
}