/* Header */


/*@font-face {
    font-weight: 500;
    src: url('../fonts/Muli-SemiBold.eot');
    src: url('../fonts/Muli-SemiBold-.eot#iefix') format('embedded-opentype'),
        url('../fonts/Muli-SemiBold.woff') format('woff'),
        url('../fonts/Muli-SemiBold.ttf') format('truetype'),
        url('../fonts/Muli-SemiBold.svg#Muli-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'MuliRegular';
    src: url('../fonts/Muli-Regular.eot');
    src: url('../fonts/Muli-Regular-.eot#iefix') format('embedded-opentype'),
        url('../fonts/Muli-Regular.woff') format('woff'),
        url('../fonts/Muli-Regular.ttf') format('truetype'),
        url('../fonts/Muli-Regular.svg#Muli-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-weight: 300;
    src: url('../fonts/Muli-Light.eot');
    src: url('../fonts/Muli-Light-.eot#iefix') format('embedded-opentype'),
        url('../fonts/Muli-Light.woff') format('woff'),
        url('../fonts/Muli-Light.ttf') format('truetype'),
        url('../fonts/Muli-Light.svg#Muli-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-weight:700;
    src: url('../fonts/Muli-ExtraBold.eot');
    src: url('../fonts/Muli-ExtraBold-.eot#iefix') format('embedded-opentype'),
        url('../fonts/Muli-ExtraBold.woff') format('woff'),
        url('../fonts/Muli-ExtraBold.ttf') format('truetype'),
        url('../fonts/Muli-ExtraBold.svg#Muli-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}*/
.bg-dark {
    background-color: transparent!important;
}
.is-scrolled .bg-dark,.inner-page .bg-dark {
    background-color: #ffffff!important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #3c3c3c;
    margin: 0 15px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #7d4bdb;
}
.nav-item.btn{
    padding: 5px 20px;
}
.navbar-dark .navbar-toggler span {
    color: #3c3c3c;
}


html{
    scroll-behavior: smooth;
}

body {
   font-family: 'Montserrat', sans-serif;
    transition: 0.5s;
    left: 0;
}
body.pushbody {
    position: relative;
    left: -250px;
    overflow: hidden;
    transition: 0.5s;
}
.main-page-bottom{
    height: calc(100vh - 160px);
    width: 100%;
}
.sidenav.open {
    width: 250px;
    transition: 0.5s;
}
#response{
    max-width: 700px;
    margin: 0 auto;
}
#response p{
    color: #ffffff;
    font-size: 17px;
    max-width: 600px;
    margin: 0px auto 30px auto;
    line-height: 28px;
    width: 100%;
}

#supportForm{
    position: relative;
}

.loader-wrapper{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    margin: auto;
    z-index: 999;
}

.loader {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    margin: auto;
    position: absolute;
    top: -160px;
    bottom: 0;
    left: 0;
    right: 0;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#email_message{
    display: none;
}

.email_success_message{
    margin-bottom: 25px;
    display: inline-block;
    border: 1px solid #ffffff;
    padding: 5px 30px;
    color: green;
    background-color: #ffffff;
}

.email_failed_message{
    margin-bottom: 25px;
    display: inline-block;
    border: 1px solid #ffffff;
    padding: 5px 30px;
    color: red;
    background-color: #ffffff;
}

input.error{
    border: 2px solid #ffffff !important;
}

label.error{
    background: none !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
    font-size: medium !important;
    margin-top: 0px !important;
    color: #ffffff;
}

#mySidenav a{
    display: block;
    color: #ffffff;
    padding-left: 30px;
    margin: 5px 0;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #3c3c3c;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 25px;
}
.hidden-sm-up {
    display: none;
}

.hidden-sm-up.open span:nth-of-type(2) {
    display: inline-block;
}

.hidden-sm-up.open span:nth-of-type(1) {
    display: none;
    font-size: 25px;
    line-height: 35px;
}

.hidden-sm-up span:nth-of-type(2) {
    display: none;
    font-size: 25px;
    line-height: 35px;
}
*,
a {
    text-decoration: none !important;
    outline: none !important;
}
.top-wrapper{
	background: #ffffff;  /* fallback for old browsers */
	padding-top: 110px;
	
}
.inner-page .top-wrapper{
    background-image: none;
}
header {
    padding: 15px 0;
    top: 0px;
    width: 100%;
    background-color: transparent /* #1647cc*/;
    position: fixed;
    transition: 0.6s;
    z-index: 999;
}
.inner-page header{
  background-color: #ffffff;  
}
.is-scrolled header{
  /*  background-image: -moz-linear-gradient( -63deg, rgb(105,94,220) 18%, rgb(129,70,218) 97%);
  background-image: -webkit-linear-gradient( -63deg, rgb(105,94,220) 18%, rgb(129,70,218) 97%);
  background-image: -ms-linear-gradient( -63deg, rgb(105,94,220) 18%, rgb(129,70,218) 97%);*/
  background: #ffffff;
    transition: 0.6s;
    box-shadow: 0.3em 0.5em 1.3em rgba(79, 79, 79, 0.1);
}
.is-scrolled .logo-text{
    color: #0084ff;
}
.is-scrolled  .sticky-header{
    display: none;
}
/*.is-scrolled .nav-item.btn a{
    color: #ffffff;
}*/
/*.is-scrolled .nav-item a{
    color: #ffffff;
}*/
/*.is-scrolled .nav-item.btn{
    background-color: #ffffff;
    padding: 5px 20px;
}*/
/*.is-scrolled .nav-item.btn a{
    color: #2f2f2f;
    font-size: 16px;
}*/
.is-scrolled .whitelogo {
    top: 0px;
    transition: ease top 1000ms, ease margin-left 1000ms;

}
.whitelogo{
    border-radius: 10px;
    max-width: 90%;
}
/*.is-scrolled .sticky-header .logo img {
    max-width: 60px;
}*/
.sticky-header {
    position: fixed;
    width: 100%;
    background: #ffffff ;
    transition: ease top 1000ms, ease margin-left 1000ms;
    z-index: 999999;
    padding: 15px 0;
    display: block;
    top: 0;
    box-shadow: 0.3em 0.5em 1.3em rgba(0, 0, 0, 0.2);
}
.logo-text{
    font-size: 26px;
    color: #ffffff;
    display: inline-block;
    margin-left: 8px;
    font-weight: bold;
    vertical-align: middle;
}

.sticky-header .logo-text{
    font-size: 26px;
    color: #0084ff;
    display: inline-block;
    margin-left: 15px;
    font-weight: bold;
    vertical-align: middle;
}
.sticky-header .logo img{
    border-radius: 10px;
    max-width: 60px;
}
.head-right {
    text-align: right;
}
.head-right ul.nav {
    display: inline-block;
    width: auto;
}
.head-right ul.nav li {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 8px;
}

.nav-item a {
    color: #3c3c3c;
    font-size:18px;
    line-height: 45px;
    padding: 0;
    
    letter-spacing: 0.2px;
	text-transform: uppercase;
}
.nav-item a:hover {
    color: #8146da;
}
.nav-item.btn {
    background-color: #2e2e2e;
    border-radius: 30px;
    border: 1px solid transparent;
    cursor: pointer;
}
.nav-item.btn:hover{
    opacity: 0.7;   
}
/*.is-scrolled .nav-item a {
    color: #00d2ff;
    font-size: 18px;
    padding: 0;
}
.is-scrolled .nav-item a:hover{
    color: #000000;
}
.is-scrolled .head-right ul.nav li {
    padding: 5px 25px;
}
.is-scrolled .nav-item.btn a {
    color: #ffffff;
    font-size: 16px;
}
.is-scrolled header .logo img {
    max-width: 60px;
}*/
.nav-item.btn a {
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
	 color: #ffffff;
}
/*.nav-item.btn:hover {
    background-color: transparent;
    cursor: pointer;
    border: 1px solid #ffffff;
    color: #ffffff;
}*/
.nav-item.btn:hover a { 
    color: #ffffff;
}

.nav-link.active{
    color: black !important;
}
.banner { padding: 50px 0 0px 0; /*background-image: url("../img/pattern.png");*/ background-repeat: no-repeat; background-position: top top; background-color: #ffffff;background-size: cover;}

.banner-text h1 {
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    font-weight:700;
    font-size: 38px;
    line-height: 50px;
}
.mobile-banner-text{
    display: none;
}
.banner-text {
    display: inline-block;
}
.banner-img {
    display: inline-block;
    padding: 0 20px;
}

.headertitle { color:#3c3c3c ; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size:60px; padding: 0px 0px 50px 0px; text-align: center;}

.appstore {
    margin: 0 auto;
    display: block;
    text-align: left;
    margin-top: 30px;
}
.appstore img:hover {
    opacity: 0.9;
}
.features {
    /*background-color: #fff;
    background-image: url("../img/features-back.png");*/
    background-image: -moz-linear-gradient( -63deg, rgb(51 102 255) 18%, rgb(129,70,218) 97%);
  background-image: -webkit-linear-gradient( -63deg, rgb(51 102 255) 18%,rgb(129,70,218) 97%);
  background-image: -ms-linear-gradient( -63deg,rgb(51 102 255) 18%,rgb(129,70,218) 97%);
    padding: 30px 0;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}
.features-detail { text-align: center; padding: 50px 0; }

.features-detail p.block-head{
    text-transform: uppercase;
    font-weight: 600;
    color: #2e3c60;
}
.block-wrap{ padding:15px 0px; margin: 25px 0;}

.features h2 {
    font-size: 50px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;    
	margin-bottom: 50px;
}
.features-detail img {
    margin-bottom: 30px;
    height: 160px;
    width: auto;
}
.features-detail h3 {    
    font-weight: 300;
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;   
    line-height: 32px;    
}

.featuresparegraph { padding: 50px 0px 0px 0px;}

.features-detail p {
    font-weight: 300;
    font-size: 20px;
    color: #242424;
    line-height:34px;
	text-align: left;
}

.downloadsection {
    padding:100px 0 100px 0;
	background-color: #ffffff;
    background-image: url("../img/graypatern.png");
    background-repeat: no-repeat;
    background-position: top 0px center;
    background-size: cover;
}
.g-recaptcha > div{
    text-align: center;
    margin: 0 auto;
}
.downloadsection h3 {
    font-size: 50px;
    text-align: center;
    font-weight: 700 !important;
    color: #0f0f0f;
    font-weight: 500;
}
.downloadsection .appstore{
    text-align: center;
    margin-top: 10px;
}
.downloadtext{ padding:20px 0px 20px 0px; max-width:500px; margin: 0px auto;}
.downloadtext ul { margin: 0px; padding: 0px; list-style: none;} 
.downloadtext li {  font-size: 22px; color: #0f0f0f; padding: 18px 0px 10px 70px; background-image: url("../img/thumb.png"); 
 background-repeat: no-repeat; background-position: left 10px;}
.downloadtext li:first-child{
    background-image: url("../img/list-item1.png");
}
.downloadtext li:nth-child(2){
    background-image: url("../img/list-item2.png");
}
.downloadtext li:nth-child(3){
    background-image: url("../img/list-item3.png");
}

footer{ background-color: #fff; padding: 30px 0; color: #858585; font-size: 18px; text-align: center;  font-weight: 300;}
footer p { color: #858585; font-size: 15px; font-weight: 400;}
.footerlink { padding: 10px 0px 10px 10px; }
.footerlink a { color: #858585; padding: 0px 10px 0px 10px; font-size: 15px;font-weight: 400;}


/* Inner Page */
.section-head{
    padding: 30px 0;
}
.section-head h3{
    font-size: 36px;
    color: #222;
    text-align: left;
    padding-top: 110px;
}
.section-head h3::first-letter{
    border-bottom: 3px solid #0093d8;
}
#steps-to-cancle h3{
    margin:30px 0 10px 0;
	font-weight: 700;
	font-size: 26px; 
    line-height: 35px;
	color: #424141; 
    text-align: left;    
    /*background: -webkit-linear-gradient(#1fcaf0, #695edc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}
#steps-to-cancle p {    font-size:16px; color: #424141; line-height:30px;}
#steps-to-cancle ul { margin: 0px; padding: 10px 0px; list-style:inside;}
#steps-to-cancle li { margin: 0px; padding: 0px;}

#steps-to-cancle p  img{ max-width: 300px;}
#steps-to-cancle b {font-size:26px;}


ul.footer-navigation{
    margin: 0;
    padding: 0;
}
ul.footer-navigation li:first-child{
    margin-left: 0;
}
ul.footer-navigation li{
    display: inline-block;
    list-style-type: none;
    margin: 0 10px;
}
ul.footer-navigation li{
    border-right:  1px solid #5e5e5e;
    padding-right: 20px;
    line-height: 20px;
}
ul.footer-navigation li:last-child{
    border-right: none;
}
ul.footer-navigation li a{
    color: #5e5e5e;
}
ul.footer-navigation li a:hover{
    color: #2e3c60;
}
.form-group input,.form-group textarea{
    width: 100%;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    color: #a9a9a9;
    padding: 15px;
    box-shadow: none;
	border-radius:6px;
}
.form-group input[type="submit"]{
    width: 150px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
	background: #2f2f2f;  /* fallback for old browsers */	
}
.form-group textarea{
    height: 120px;
}
.form-group input[type="submit"]{
    width: 150px;
    cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	margin-top:30px;
}
.form-group input[type="submit"]:hover{ background: #313131; }

#support{
    background-color: #fff;
    padding: 100px 0 20px 0;
}
.form-group input::-webkit-input-placeholder {
    color: #a9a9a9;
}
.form-group input::-moz-placeholder {
    color: #a9a9a9;
}
.form-group input:-ms-input-placeholder {
    color: #a9a9a9;
}
.form-group input::placeholder {
    color: #a9a9a9;
}
.form-group textarea::-webkit-input-placeholder {
    color: #a9a9a9;
}
.form-group textarea::-moz-placeholder {
    color: #a9a9a9;
}
.form-group textarea:-ms-input-placeholder {
    color: #a9a9a9;
}
.form-group textarea::placeholder {
    color: #a9a9a9;
}
.form-group {
    margin-bottom:15px;
}
.section-head{
	font-weight:700;
    font-size:50px;
    font-weight: bold;
    text-align: center;
    color: #313131;
    padding-top: 0;
    padding-bottom: 60px;
}
.error{
    color: #ffd617;
    display: block;
    text-align: left;
    margin-top: 5px;
}
#contact-us{
    text-align: center;
}
#support form{
    width: 700px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}
.banner-img img{
    margin-bottom: -13px;
}
/* Media Queries */

@media (max-width: 1680px) {
    .nav-item a {
        font-size: 16px;
        font-weight: 500;
    }
    .head-right ul.nav li {
        padding: 3px 15px;
        margin: 0 15px;
    }
    .head-right ul.nav li:last-child {
        padding: 6px 25px;
        border-radius: 8px;
        margin-right: 0;    
    }
    .nav-item.btn a {
        font-size: 16px;
    }
    .appstore img {
        max-width: 200px;
    }
    .appstore {
        margin-top: 40px;
    }
    .banner-img img {
        max-height: 500px;
    }
    .features h2 {
        font-size: 50px;
    }
    .features-detail img {
        /*width: calc(50%);*/
        margin-bottom: 50px;       
    }
    .features-detail h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .features-detail p {
        font-size: 17px;
    }
    .features-detail {
        padding: 50px 0 50px 0;
    }
    .downloadsection {
        padding: 100px 0 70px 0;
    }  
	.headertitle { font-size:42px;}
	.downloadtext{ padding:40px 0px 40px 0px;}
}
@media (max-width: 1199px) {
    .banner-img img {
        max-height: 400px;
    }
    .banner-text h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .appstore {
        margin-top: 25px;
    }    
    .features-detail {
        padding: 30px 0 30px 0;
    }
    .features{
        padding: 80px 0 80px 0;
    }
    .features-detail p {
        font-size: 14px;
        line-height: 22px;
    }
    .features-detail h4 {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 25px;
    }
    .Create-own-logo h3{
        font-size: 37px;
    }
    .banner {
        padding: 30px 0 0px 0;
    }
}
@media (max-width: 992px) {
    .block-wrap{
        max-width: 300px;
        margin: 0px auto 30px auto;
    }
    .features-detail {
        padding: 0;
    }
    .banner-text h1 {
        font-size: 24px;
        line-height: 35px;
    }
    .downloadsection h3{
        font-size: 36px;
    }
    .features {
        background-attachment: scroll;
    }
    .appstore {
        text-align: left;
    }
    .downloadsection .appstore {
        text-align: center;
    }
    .banner-img img {
        max-height: 550px;
    }
    /*.features-detail img {
        width: calc(50%);
    }        */
    .downloadsection {
        padding: 50px 0 50px 0;
    }
    footer {
        padding: 10px 0;
    }
    footer p {
        font-size: 12px;
    }
}
@media (max-width: 991px) {
    .top-wrapper .hidden-sm-up span{
        color: #ffffff;
    }
    .is-scrolled .hidden-sm-up.mobile-burger span{
        color: #3c3c3c;
    }
    .hidden-sm-up {
        display: block;
    }
    .hidden-sm-up span{
        color: #3c3c3c;
        font-size: 30px;
    }
    .head-right > ul.nav{
        display: none;
    }
    .section-head h3 {
        font-size: 24px;
    }
    #steps-to-cancle h3{
        margin: 0 0 20px 0;
        font-size: 22px;
    }
    .features-detail img {
        max-width: 80%;
    }
    .banner-img img {
        max-height: 300px;
    }
    .appstore {
        margin-top: 30px;
        text-align: left;
    }
    .features h2 {
        font-size:42px;
    }
    .features-detail p {
        padding: 0 0px;
    }
    .features-detail .bottom-block {
        margin: 0px auto 0 auto;
    }
    .features-detail {
        padding: 0px 0 0px 0;
    }
	.marketing-text h3,
    .downloadsection h3 {
        font-size: 28px;
        line-height: 38px;
    }
    .marketing-text p{
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .downloadsection .appstore {
        text-align: center;
    }
    .downloadsection {
        padding: 120px 0 50px 0;
    }
    footer {
        padding: 10px 0;
    }
    footer p {
        font-size: 12px;
    }
    .banner {
        padding: 30px 0 0px 0;
    }
	.headertitle { font-size:26px; padding: 0px 0px 30px 0px;}
	.top-wrapper { padding-top:80px; }
	.features {padding: 100px 0 50px 0;}
	.featuresparegraph { padding:0px 0px 0px 0px;}
	.features-detail p { font-size: 16px; line-height: 25px;}
	.marketing-text h3, .downloadsection h3 { font-size:38px;}
	.downloadtext { padding: 30px 0px 30px 0px;}
	.section-head { font-size: 42px;}
}
@media (max-width: 767px) {
    /* New Menu chages */
    .navbar-collapse{
        background-image: -moz-linear-gradient( -63deg, rgb(105,94,220) 18%, rgb(129,70,218) 97%);
        background-image: -webkit-linear-gradient( -63deg, rgb(105,94,220) 18%, rgb(129,70,218) 97%);
        background-image: -ms-linear-gradient( -63deg, rgb(105,94,220) 18%, rgb(129,70,218) 97%);
    }
    .bg-dark {
        background-color: #ffffff!important;        
        padding: 15px 1px 1px 1px;
    }
    .whitelogo{
        max-width: 210px;
        margin-left: 15px;
        padding-bottom: 12px;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: #ffffff;
        padding: 10px 0;
    }
    .navbar-nav li:first-child {
        border-bottom: 1px solid #ffffff;
    }
    .navbar-nav li {
        text-align: center;        
    }
    .nav-item.btn {
    max-width: 250px;
    margin: 0 auto;
    }

    .features h2 {
        font-size:26px;
    }
    .downloadtext li{
        background-position: left 30px;
    }
    .mobile-banner-text{
        display: block;
    }
    .mobile-banner-text h1{
        color: #ffffff;
        font-family: 'SF UI Display Heavy';
        font-size: 32px;
    }
    .banner-text{
        display: none;
    }
    .banner-img{
        margin: auto;
        margin: 30px auto 0px auto;
    }
    footer .d-flex{
        display: block !important;
        text-align: center;
    }
    footer .d-flex > div{
        display: block;
        margin: 10px 0;
    }
    .navbar-dark .navbar-toggler{
        top: -5px;
        position: relative;
    }
}
@media (max-width: 575px) {
    .banner .d-flex{
        display: block !important;
        text-align: center;
    }
    /*.banner-text h1 br{
        display: none;
    }*/
    .sticky-header{
        padding: 10px 0;
    }
    .is-scrolled .nav-item.btn a {
        padding: 0 20px;
    }
    .is-scrolled .head-right ul.nav li {
        padding: 0;
    }
    
    .is-scrolled .nav-item.btn a {
        font-size: 12px;
        line-height: 26px;
    }
    .is-scrolled .stiky-header {
        padding: 10px 0;
    }
    .features-detail > .row > .row {
        margin-left: 0;
        margin-right: 0;
    }
    .head-right ul.nav li{
        padding: 0px;
    }
    .head-right ul.nav li:first-child {
        margin-bottom: 10px;
    }
    .nav-item.btn a{
        padding: 0 20px;
    }
    .features h3 {
        line-height:30px;
		font-size: 19px;
    }
    .banner-img img {
        max-width: 100%;
    }
    .appstore {
        margin-top: 10px;
        margin-bottom: 30px;
        text-align: center;
    }
    .appstore img {
        max-width: 100%;
    }
    .features-detail .bottom-block {
        margin-top: 0;
    }
    footer p {
        font-size: 14px;
    }
    .marketing-text h3
    .Create-own-logo h3 {
        font-size: 26px;
    }
    .features-detail img {
        max-width: 80%;
    }
    .head-right ul.nav li:first-child {
        margin-bottom: 5px;
        display: block;
    }
    .nav-item.btn a {
        line-height: 34px;
    }
    footer {
        padding: 10px 0;
    }
    .banner-text h1 {
        font-size: 22PX;
    }
    .features-detail {
        padding: 0px 0 0px 0;
    }
    /*.features{
        background-image: none;
    }*/
    .Create-own-logo{
        background-color: #fafafa;
        padding: 30px 0 30px 0;
    }
    .nav-item a{
        line-height: 30px;
    }
    .headertitle { font-size:24px; padding:0px 0px 10px 0px;}
	.marketing-text h3, .downloadsection h3 { font-size:32px; line-height:45px;}
	.downloadtext { padding: 30px 0px 30px 0px;}
	.block-wrap{ max-width: 300px; margin: 0px auto 0px auto; }
	.section-head { padding-bottom:40px;}
	.hidden-sm-up { cursor: pointer;}
	.section-head { font-size: 42px;}
}