/*
SchoolsCollab Landing Page
(c) Cerveaux Studios
*/



/* Primary Styles
---------------------------------*/
body {
    background:#fff;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    font-weight:normal;
    color:#888888;
    margin:0;
}
h2{
    font-size:34px;
    color:#222222;
    font-family: 'Montserrat', sans-serif;
    font-weight:700;
    letter-spacing: -1px;
    margin:0 0 15px 0;
    text-align:center;
    text-transform:uppercase;
}
h3{
    font-family: 'Montserrat', sans-serif;
    color:#222222;
    font-size:16px;
    margin:0 0 5px 0;
    text-transform:uppercase;
    font-weight:400;
}
h6{
    font-size:16px;
    color:#888888;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    text-align:center;
    margin:0 0 60px 0;
}
p{
    line-height:24px;
    margin:0;
}
html { height: 100% }
body { min-height: 100% }



/* loader */
#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #6c6eff;
    z-index: 999999;
}
#page-loader img {
    margin: 100px auto;
    display: block;
}

#page-loader .loaders {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
}
#page-loader .loaders .loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 25%;
    height: 200px;
    align-items: center;
    justify-content: center;
}

.loader {
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
}
.loader { text-align: center; margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 40px; }
.loader span { display: block; font: 14px "Roboto", sans-serif; text-transform: uppercase; margin-bottom: 20px; }


/* ===========================
--- Intro
============================ */

#intro.home-video {
    position: relative;
    margin: 0 auto;
    text-align: center;
    height: 0;
    padding-top: 10%;
    padding-bottom: 35%;
    position: relative;
    overflow: hidden;
    background: url(../img/schoolscollabbanner.png) ;
}
#intro.home-video { height: 100%; width: 100%; background-size: cover; }
#intro.home-video .homevideo-container { height: 100%; width: 100%; position: absolute; z-index: 1; background-size: cover; }

#intro.home-video .home-video-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

#intro.home-video .overlay {
    position: relative;
    height: 100%;
    z-index: 2;
    padding: 10% 0;
}

.bs-video {
    height: 0;
    padding-top: 25px;
    padding-bottom: 67.5%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.bs-video.widescreen {
    padding-bottom: 57.25%;
}

.bs-video.vimeo {
    padding-top: 0;
}

.bs-video embed, .bs-video iframe, .bs-video object, .bs-video video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.video-caption h1 {
    text-transform: uppercase;
}

#intro .schoolscollab-logo {
    margin: 10px;
}

#intro .schoolscollab-logo img {
    max-width: 20%;
}

#intro .rotating > .animated {
    display: inline-block;
    /*color: #5350eb;*/
}

#intro .actions a {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
    text-decoration: none;;
}


#intro .btn-get-started {
    background: #eb881f;
    border: 2px solid #5350eb;
    color: #000000;
}

#intro .btn-get-started:hover {
    background: #5350eb;
    border: 2px solid #eb881f;
    color: #000000;
}

#intro .btn-services {
    background: #5350eb;
    border: 2px solid #eb881f;
    color: #000000;
}

#intro .btn-services:hover {
    background: #eb881f;
    border: 2px solid #5350eb;
    color: #000000;
}

.morphext > span {
    display: none;
}

.morphext > .animated {
    display: inline-block;
}



/* Navigation
---------------------------------*/
.main-nav-outer{
    padding:0px;
    border-bottom:1px solid #dddddd;
    box-shadow:0 4px 5px -3px #ececec;
    position:relative;
    background:#fff;
}
.main-nav{
    text-align:center;
    /*margin:10px 0 0px;*/
    padding:0;
    list-style:none;
}
.main-nav li{
    display:inline;
    margin:0 1px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.main-nav li.quickcontact{
    float: right;
}
.main-nav li a{
    display:inline-block;
    color:#222222;
    text-transform:uppercase;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    line-height:20px;
    margin:17px 32px;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    padding:10px;
    border-top: 1px transparent solid;
    border-left: 1px transparent solid;
    border-right: 1px transparent solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.main-nav li a:hover{
    text-decoration:none;
    color: indigo;
    background-color: transparent;
    padding:10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 1005;
}

.main-nav li.nav-toggle:hover{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.main-nav li.nav-toggle{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.main-nav li ul.dropdown-menu a:hover{
    text-decoration:none;
    color: #eb881f;
    background-color: transparent;
}

.small-logo{
    padding:0 32px;
}

.main-section{
    padding:90px 0 110px;
}


.res-nav_click {
    line-height:38px;
    font-family: 'FontAwesome';
    font-size:38px;
    text-decoration: none !important;
    color:#777777;
    font-style:normal;
    display:none;
    width:42px;
    height:27px;
    margin:20px auto;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}

.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus {
    color: #7cc576 !important;
}

ul.main-nav  li ul{
    margin-top: 32px;
    border-top: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border: solid 1px lightgray;
    border-top: transparent;
    z-index: 5;
}
ul.main-nav ul li ol:nth-child(2) {
    margin: 0 0 0 35px;
}



.main-section{
    padding:90px 0 110px;
    background-color: rgba(75, 0, 130, 0.28);
}


/* Services
---------------------------------*/

.service-list{
    padding:0 0 0 0;
    font-size:14px;
    margin-bottom:40px;
}
.service-list-col1{
    float:left;
    width:60px;
}
.service-list-col1 i{
    font-style:normal;
    font-size:38px;
    display:block;
    color:#222;
    font-family: 'FontAwesome';
    line-height:38px;
}
.service-list-col2{
    overflow:hidden;
}
.main-section.alabaster{
    background:#fafafa;
}

.title {
    padding-bottom: 60px;
}
.title h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 38px;
    color: #0f6dee;
}
.border:before {
    background-color: orange;
    border: 1px ridge indigo;
    content: "";
    height: 10px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: -5px;
    width: 40px;
}
.border {
    border-top: 1px solid indigo;
    height: 1px;
    margin: 15px auto 0;
    position: relative;
    width: 35%;
}
.color {
    color: orange;
}
.home-slider {
    position: relative;
    margin: 0px auto;
    margin-top: 0px;
    width: 697px;
    overflow: hidden;
}
#quickglance h1 {
    font-size: 38px;
    padding: 59px 0 19px 0;
    margin: 0;
    text-align: center;
}
#quickglance h2 {
    padding: 0 0 40px 0;
    font-size: 20px;
    color: rgba(255,255,255,0.5);
    text-transform: lowercase;
}
.tab-holder {
    overflow: hidden;
    background: url(../img/Laptopframe.png) no-repeat center center;
    left: 0px;
    top: 0;
    position: relative;
    width: 697px;
    height: 373px;

    /*overflow: hidden;
    background: url(../img/Phoneframe.png) no-repeat center center;
    left: 0px;
    width: 696px;
    height: 373px;
    position: absolute;
    bottom: 0;
    top: 0px;*/
}
.tab-holder .slider-holder {
    /*width: 462px;
    height: 348px;
    position: absolute;
    top: 25px;
    left: 115px;*/

    width: 429px;
    height: 282px;
    position: absolute;
    top: 36px;
    left: 135px;
    overflow: hidden;
}
.mobile-holder {
    overflow: hidden;
    background: url(../img/Phoneframe.png) no-repeat center center;
    left: 0px;
    width: 696px;
    height: 373px;
    position: absolute;
    bottom: 0;
    top: 0px;
}
.mobile-holder .slider-holder {
    width: 129px;
    height: 213px;
    position: absolute;
    top: 77px;
    left: 284px;
    overflow: hidden;
}
#brieftour .btn-feature-tour {
    background: #eb881f;
    border: 2px solid #5350eb;
    color: #000000;
}
#brieftour .btn-feature-tour:hover {
    background: #5350eb;
    border: 2px solid #eb881f;
    color: #000000;
}
#brieftour .actions a {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 15px;
    transition: 0.5s;
    margin: 10px;
    text-decoration: none;
    text-align: center;
}
#brieftour .actions {
    text-align: center;
}
#brieftour > h2 {
    font-size: 34px;
    color: rgba(169, 67, 67, 0.28);
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 0 0 15px 0;
    text-align: center;
    text-transform: none;
}
.service-box {
    background: rgba(255, 152, 0, 0.3);
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}
.service-icon {
    margin-bottom: 20px;
    color: indigo;
}
.service-desc h5 {
    color: indianred;
}
.service-desc p {
    color: darkmagenta;
}

.service-box a {
    background: #eb881f;
    border: 2px solid #5350eb;
    color: #000000;
}
.service-box a:hover {
    background: #5350eb;
    border: 2px solid #eb881f;
    color: #000000;
}


/* Subscribe Section
--------------------------------*/
#subscribe {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/subscribe_bg.jpg) repeat fixed center center;
    background-size: cover;
    padding: 80px 0;
}

#subscribe .subscribe-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

#subscribe .subscribe-text {
    color: #fff;
}

#subscribe .subscribe-btn-container {
    text-align: center;
    padding-top: 20px;
}

#subscribe .subscribe-btn {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
}

#subscribe .subscribe-btn:hover {
    background: rgba(255, 165, 0, 0.21);
    border: 2px solid rgba(75, 0, 130, 0.39);
    color: orangered;
}

footer {
    text-align: center;
    padding: 50px 0;
    background-color: rgba(220, 174, 155, 0.73);
}
footer a {
    color: #6c6eff;
    margin-bottom: 30px;
    text-decoration: none;
}
footer a:hover {
    color: rgba(255, 139, 41, 0.35);
    margin-bottom: 30px;
    text-decoration: none;
}
footer a.totop {
    color: #fff;
    margin-bottom: 30px;
}
.social-widget {
    margin-top: 20px;
    margin-bottom: 30px;
}
.team-social {
    text-align: center;
}
.team-social {
    margin-left: 0;
    padding-left: 0;
}
.team-social li {
    display: inline-block;
    margin: 0 !important;
    padding: 0;
}
footer .social-widget ul.team-social li a {
    margin: 0 5px;
}
.team-social a i {
    text-align: center;
    margin: 0;
    padding: 0;
}
.team-social a {
    margin: 0;
    padding: 0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
footer .social-widget ul.team-social li a {
    margin: 0 5px;
}
.team-social a:hover {
    color: black;
}
.team-social .social-facebook a {
    background: #3873ae;
}
.team-social .social-twitter a {
    background: #62c6f8;
}
.team-social .social-youtube a {
    background: rgba(255, 0, 0, 0.7);
}
.whysection{
    padding:90px 0 20px;
    background-color: rgba(75, 0, 130, 0.28);
}
.whydetails{
    visibility: visible;
    padding: 15px;
    text-align: justify;
    background: aliceblue;
    margin: 5px;
    position: relative;
}
.whystart{
    visibility: visible;
    padding: 15px;
    text-align: justify;
    background: rgba(255, 248, 220, 0.67);
    border-radius: 25px;
    margin: 5px;
    position: relative;
}

#peculiaritywrapper > h2 {
    font-size: 34px;
    color: rgba(169, 67, 67, 0.28);
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 0 0 15px 0;
    text-align: center;
    text-transform: none;
}
#brieffeatures{
    padding: 20px;
}
nav#navigation a#callus{
    background: #9C27B0;
    border: black 10px;
    border-radius: 40%;
    padding: 10px;
    color: lawngreen;
}
button#callusnow{
    border-radius: 50%;
}
button#callusnownow{
    border-radius: 50%;
}
nav#navigation a#callus:hover{
    background: rgba(156, 39, 176, 0.43);
    border: black 10px;
    border-radius: 40%;
    padding: 10px;
    color: #bdfc78;
}
nav#navigation a#freedemorequest{
    background: indianred;
    border: none;
    border-radius: 10%;
}
nav#navigation a#freedemorequest:hover{
    background: rgba(205, 92, 92, 0.42);
    border: none;
    border-radius: 10%;
}

.briefreasons-box {
    background: rgba(255, 152, 0, 0.3);
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    margin-right: 5px;
}
.briefreasons-desc {
    height: 126px;
}
div.briefreasons-box span {
    display: block;
    width: 128px;
    height: 128px;
    margin: 0 auto;
}
div.briefreasons-box p {
    color: indigo;
    text-align: center;
}
div.briefreasons-box span#feature_1 {
    background: url(../img/flexpricing.png) no-repeat top center;
    background-size: 75%;
}
div.briefreasons-box span#feature_2 {
    background: url(../img/mobiletablet.png) no-repeat top center;
    background-size: 75%;
}
div.briefreasons-box span#feature_3 {
    background: url(../img/safesecure.png) no-repeat top center;
    background-size: 75%;
}
div.briefreasons-box span#feature_4 {
    background: url(../img/cloudhosted.png) no-repeat top center;
    background-size: 75%;
}
div.briefreasons-box span#feature_5 {
    background: url(../img/support.png) no-repeat top center;
    background-size: 75%;
}
div.briefreasons-box span#feature_6 {
    background: url(../img/userfriendly.png) no-repeat top center;
    background-size: 75%;
}
div.briefreasons-box span#feature_7 {
    background: url(../img/rangeoffeatures.png) no-repeat top center;
    background-size: 75%;
}
div.briefreasons-box span#feature_8 {
    background: url(../img/dataprivacy.png) no-repeat top center;
    background-size: 75%;
}

#brieffeatures .actions a {
    font-family: "Raleway", sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 15px;
    transition: 0.5s;
    margin: 10px;
    text-decoration: none;
    text-align: center;
}
#brieffeatures .btn-feature-tour:hover {
    background: #5350eb;
    border: 2px solid #eb881f;
    color: #000000;
}
#brieffeatures .btn-feature-tour {
    background: #eb881f;
    border: 2px solid #5350eb;
    color: #000000;
    display: block;
    float: right;
}
#demo_call {
    padding-bottom: 15px;
    text-align: center;
}
#ucontactus_we {
     display: none;
    color: #ffffff;
    padding: 20px 4px 10px 20px;
    text-align: center;
    /* border: 1px solid #e5e5e5; */
    top: 71px !important;
    position: absolute !important;
    right: 0;
    background: rgba(183, 58, 58, 0.13);
    border-bottom-left-radius: 50px;
    width: 245px;
}
#ucontactus_we span.fa{
    color: red;
    padding: 10px;
}
button#callusnow.activated{
    color: #fff;
    background-color: rgba(71, 164, 71, 0.3);
    border-color: #398439;
}
button#freedemo.activated{
    color: #fff;
    background-color: rgba(238, 162, 54, 0.31);
    border-color: #eea236;
}
#ucontactus_we a {
     color: #666666;
     font-size: 16px;
     display: block;
     line-height: 20px;
     max-width: 100%;
     padding: 15px;
 }
#ucontactus_req {
    display: none;
    color: #ffffff;
    padding: 20px 4px 10px 20px;
    text-align: center;
    /* border: 1px solid #e5e5e5; */
    top: 71px !important;
    position: absolute !important;
    right: 0;
    background: rgba(183, 58, 58, 0.13);
    border-bottom-left-radius: 50px;
    width: 245px;
}
#ucontactus_req span.fa{
    color: red;
    padding: 10px;
}
#ucontactus_req button#senddemoreq{
    margin-top: 5px;
}


div.quickcontact {
    position: fixed !important;
    margin-top: 300px;
    float: left;
    right: 0;
    background: rgba(183, 58, 58, 0.13);
    padding: 22px;
    border-top-left-radius: 50px;
    padding-bottom: 0;
    z-index: 10000;
    width: 245px;
}
div.quickcontactsmscrn {
    position: fixed !important;
    margin-top: 300px;
    float: left;
    right: 0;
    background: rgba(183, 58, 58, 0.13);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-bottom: 0;
    z-index: 10000;
    display: none;
}
div#ucontactus_we a{
    padding: 0;
    margin: 10px;
    color: #5cff00;
    font-weight: bold;
    text-decoration: none;
}
div#ucontactus_we a:hover{
    padding: 0;
}
div#ucontactus_we h6{
    margin: 0;
    padding: 5px;
    color: #5cff00;
    font-weight: bold;
}
div#ucontactus_we h5{
    margin: 0;
    color: #ffffff;
    margin-bottom: 5px;
}
.forced-modal{
    bottom: 0px;
    opacity: 0.5;
    /*cursor: pointer;*/
    background-color: rgb(0, 0, 0);
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
}

.reasons69-box {
    background: rgba(195, 180, 74, 0.13);
    padding: 20px;
    margin-top: 20px;
}
.reasons69-desc {
    height: 126px;
}
div.reasons69-box span {
    display: block;
    width: 128px;
    height: 128px;
    margin: 0 auto;
}
div.reasons69-box p {
    color: black;
    text-align: justify;
}
div.reasons69-box h3 {
    color: rgba(255, 41, 41, 0.85);
    text-align: left;
    text-transform: none;
    font-size: large;
}
div.reasons69-box span.reasonsheaderextra {
    color: rgba(83, 80, 235, 0.89);
    display: inherit;
    margin: 0;
    width: 100%;
    height: auto;
    font-size: medium;
}
div.reasons69-box span#reason_1 {
    background: url(../img/browser.png) no-repeat top center;
    background-size: 75%;
    margin-right: 10px;
}
div.reasons69-box span#reason_2 {
    background: url(../img/smile.png) no-repeat top center;
    background-size: 75%;
}
div.reasons69-box span#reason_3 {
    background: url(../img/studanalysis.png) no-repeat top center;
    background-size: 75%;
    margin-left: 10px;
}
div.reasons69-box span#reason_4 {
    background: url(../img/dataprivacyfeat.png) no-repeat top center;
    background-size: 75%;
}
div.reasons69-box span#reason_5 {
    background: url(../img/affordableprice.png) no-repeat top center;
    background-size: 75%;
    margin-right: 10px;
}
div.reasons69-box span#reason_6 {
    background: url(../img/paymethods.png) no-repeat top center;
    background-size: 75%;
}
div.reasons69-box span#reason_7 {
    background: url(../img/customizable.png) no-repeat top center;
    background-size: 75%;
}
div.reasons69-box span#reason_8 {
    background: url(../img/247custcare.png) no-repeat top center;
    margin-left: 10px;
}
div.reasons69-box span#reason_9 {
    background: url(../img/everyinvolved.png) no-repeat top center;
    margin-right: 10px;
}
div.reasons69-box span#reason_10 {
    background: url(../img/newfeatures.png) no-repeat top center;
    margin-right: 10px;
}
div.reasons69-box span#reason_11 {
    background: url(../img/filesfolders.png) no-repeat top center;
}
div.reasons69-box span#reason_12 {
    background: url(../img/hostingchoice.png) no-repeat top center;
    margin-left: 10px;
}
div.reasons69-box span#reason_13 {
    background: url(../img/devices.png) no-repeat top center;
}
div.reasons69-box span#reason_14 {
    background: url(../img/noemailaccess.png) no-repeat top center;
}
div.reasons69-box span#reason_15 {
    background: url(../img/roadmap.png) no-repeat top center;
    margin-right: 10px;
}
div.reasons69-box span#reason_16 {
    background: url(../img/accesscontrol.png) no-repeat top center;
    margin-right: 10px;
}
div.reasons69-box span#reason_17 {
    background: url(../img/internalmess.png) no-repeat top center;
}
div.reasons69-box span#reason_18 {
    background: url(../img/gradingsys.png) no-repeat top center;
    margin-left: 10px;
}
div.reasons69-box span#reason_19 {
    background: url(../img/dashboard.png) no-repeat top center;
    margin-right: 10px;
}
div.reasons69-box span#reason_20 {
    background: url(../img/bulkupload.png) no-repeat top center;
}
div.reasons69-box span#reason_21 {
    background: url(../img/monitorwards.png) no-repeat top center;
}
div.reasons69-box span#reason_22 {
    background: url(../img/schoolinventory.png) no-repeat top center;
    margin-right: 10px;
}
div.reasons69-box span#reason_23 {
    background: url(../img/dossier.png) no-repeat top center;
    margin-left: 10px;
}
div.reasons69-box span#reason_24 {
    background: url(../img/receipt.png) no-repeat top center;
}
div.reasons69-box span#reason_25 {
    background: url(../img/import.png) no-repeat top center;
    margin-right: 10px;
}
div.reasons69-box span#reason_26 {
    background: url(../img/mailing.png) no-repeat top center;
    margin-right: 10px;
}
div.reasons69-box span#reason_27 {
    background: url(../img/schoolsite.png) no-repeat top center;
}
div.reasons69-box span#reason_28 {
    background: url(../img/cognitiveskill.png) no-repeat top center;
}
div.reasons69-box span#reason_29 {
    background: url(../img/academicreport.png) no-repeat top center;
    margin-right: 10px;
}
div.reasons69-box span#reason_30 {
    background: url(../img/goodserver.png) no-repeat top center;
    margin-right: 10px;
}
div.reasons69-box span#reason_31 {
    background: url(../img/customprint.png) no-repeat top center;
    margin-right: 10px;
}
div.reasons69-box span#reason_32 {
    background: url(../img/hrmodule.png) no-repeat top center;
    margin-right: 10px;
}
div.reasons69-box span#reason_33 {
    background: url(../img/lettertemplates.png) no-repeat top center;
    margin-right: 10px;
}

#reasons33 .actions a {
    font-family: "Raleway", sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 15px;
    transition: 0.5s;
    margin: 10px;
    text-decoration: none;
    text-align: center;
}
#reasons33 .btn-feature-tour:hover {
    background: #5350eb;
    border: 2px solid #eb881f;
    color: #000000;
}
#reasons33 .btn-feature-tour {
    background: #eb881f;
    border: 2px solid #5350eb;
    color: #000000;
    display: block;
    float: right;
}
.modgrptitle:before {
    /*background-color: orange;*/
    /*border: 1px ridge indigo;*/
    /*content: "";*/
    height: 10px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: -5px;
    width: 40px;
}
.modgrptitle {
    border-top: 1px solid indigo;
    border-bottom: 1px solid #eb881f;
    height: 1px;
    position: relative;
    margin-bottom: 75px;
    margin-top: 50px;
}
.modgrptitle > h3 {
    background-color: #5350eb;
    border: 1px ridge #eb881f;
    /* right: 0%; */
    /* margin-left: -20px; */
    position: absolute;
    top: -2px;
    font-family: inherit;
    font-size: large;
    font-weight: 700;
    text-align: center;
    color: #ffa500;
    padding: 20px;
    /* border-top-right-radius: 50%; */
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}


.features-box {
    background: rgba(195, 180, 74, 0.13);
    padding: 20px;
/* margin-top: 20px; */
    border-bottom-style: groove;
}
.reasons69-desc {
    height: 126px;
}
div.features-box span {
    display: block;
    /*width: 128px;*/
    /*height: 128px;*/
    margin: 0 auto;
}
div.features-box p {
    color: black;
    text-align: justify;
}
div.features-box h3 {
    color: rgba(255, 41, 41, 0.85);
    text-align: left;
    text-transform: none;
    font-size: 20px;
    font-weight: bold;
}
div.features-box li {
    font-family: monospace;
    font-size: 15px;
    list-style-position: inside;
    list-style-type: circle;
    color: black;
}
div.features-box span.reasonsheaderextra {
    color: rgba(83, 80, 235, 0.89);
    display: inherit;
    margin: 0;
    width: 100%;
    height: auto;
    font-size: medium;
}

div.features-box span#features_1 {
    background: url(../img/mydashboard.png) no-repeat top center;
    height: 128px;
    margin: 0 auto;
}
div.features-box span#features_2 {
    background: url(../img/accessctl.png) no-repeat top center;
    height: 128px;
    margin: 0 auto;
}
div.features-box span#features_3 {
    background: url(../img/newadm.png) no-repeat top center;
    height: 128px;
    margin: 0 auto;
}
div.features-box span#features_4 {
    background: url(../img/staffemp.png) no-repeat top center;
    height: 128px;
    margin: 0 auto;
}
div.features-box span#features_5 {
    background: url(../img/attendancesht.png) no-repeat top center;
    height: 128px;
    margin: 0 auto;
}
div.features-box span#features_6 {
    background: url(../img/manageusr.png) no-repeat top center;
    height: 128px;
    margin: 0 auto;
}
div.features-box span#features_7 {
    background: url(../img/intmessage.png) no-repeat top center;
    height: 128px;
    margin: 0 auto;
}
div.features-box span#features_8 {
    background: url(../img/financefeat.png) no-repeat top center;
    height: 128px;
    margin: 0 auto;
}
div.features-box span#features_9 {
    background: url(../img/assessmentfeat.png) no-repeat top center;
    height: 128px;
    margin: 0 auto;
}
div.features-box span#features_10 {
    background: url(../img/inventmod.png) no-repeat top center;
    height: 128px;
    margin: 0 auto;
}
div.features-box span#features_11 {
    background: url(../img/profilemod.png) no-repeat top center;
    height: 128px;
    margin: 0 auto;
}
div.features-box span#features_12 {
    background: url(../img/emailmod.png) no-repeat top center;
    height: 128px;
    margin: 0 auto;
}
div.features-box span#features_13 {
    background: url(../img/fileoncloudmod.png) no-repeat top center;
    height: 128px;
    margin: 0 auto;
}

.pricing-section {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 2em 0 0em;
    position: relative;
}
.pricing {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 3em;
}
 .pricing__item {
    font-family: 'Sahitya', serif;
    margin: 1.5em 0;
    padding: 2em;
    cursor: default;
    color: indigo;
    border: 1px solid #ff8c00;
    -webkit-transition: background-color 0.6s, color 0.3s;
    transition: background-color 0.6s, color 0.3s;
}
.pricing__item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 330px;
    flex: 0 1 330px;
}
.pricing__title {
    font-size: 2em;
    width: 100%;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 900;
    color: darkorange;
}
.pricing__price {
    font-size: 2em;
    font-weight: bold;
    line-height: 115px;
    padding: 0px 15px 0px 15px;
    margin: 1.15em auto 1em;
    border-radius: 30%;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
    overflow: hidden;
}
.pricing__sentence {
    font-weight: bold;
}
.pricing__feature-list {
    margin: 0;
    padding: 5em 1em 2em 1em;
    list-style: none;
    text-align: center;
    font-weight: 900;
    font-family: monospace;
}
.pricing__action {
    font-weight: bold;
    margin-top: auto;
    padding: 0.75em 2em;
    opacity: 0;
    color: #fff;
    background: #82C57E;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}
 .pricing__action:hover,  .pricing__action:focus {
    background: rgba(235, 205, 40, 1);
}
 .pricing__action {
    font-weight: bold;
    margin-top: auto;
    padding: 0.75em 2em;
    opacity: 0;
    color: #5350eb;
    background: #ffa500;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
     border: none;
}
 .pricing__item:first-child .pricing__price {
    background: #c0c0c0;
}
 .pricing__item:nth-child(2) .pricing__price {
    background: #eee8aa;
}
 .pricing__item:nth-child(3) .pricing__price {
    background: #fff8dc;
}
.pricing__item:hover .pricing__price {
    background-color: black;
}
.pricing__period {
    font-size: 0.65em;
    /*color: #673AB7;*/
}
.pricing__currency {
    font-size: 0.7em;
    vertical-align: super;
}
.pricing__anim {
    display: inline-block;
    position: relative;
}
.pricing__item:hover {
    color: #eb8700;
    background: #5350eb;
}
.pricing__item:hover .pricing__action {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.pricing__item:hover .pricing__anim {
    -webkit-animation: moveUp 0.4s forwards;
    animation: moveUp 0.4s forwards;
    -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.pricing__item:hover .pricing__anim--1 {
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
}
.pricing__item:hover .pricing__anim--2 {
    -webkit-animation-delay: 0.10s;
    animation-delay: 0.10s;
}
@-webkit-keyframes moveUp {
    50% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
    51% { opacity: 0; -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
    52% { opacity: 1; -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0); }
    100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

@keyframes moveUp {
    50% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
    51% { opacity: 0; -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
    52% { opacity: 1; -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0); }
    100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}
#contactuswrapper > h2 {
    font-size: 34px;
    color: rgba(169, 67, 67, 0.28);
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 0 0 15px 0;
    text-align: center;
    text-transform: none;
}
#contactuswrapper > h2.details {
    padding: 0 0 40px 0;
    font-size: 20px;
    color: rgba(63, 81, 181, 0.75);
    text-transform: lowercase;
}
#contactuswrapper > h2.contactreason {
    /*padding: 0 0 40px 0; */
    font-size: 20px;
    color: rgba(205, 92, 92, 0.75);
    text-transform: none;
}
#contactuswrapper .contactform {
    margin-bottom: 80px !important;
}
#sentmessage {
    color: green;
    border: 1px solid green;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
#sentdemoreqresmess {
    color: chartreuse;
    border: 1px solid chartreuse;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
#errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
#sentsubscriptionresmess {
    color: #73a0ee;
    border: 1px solid #73a0ee;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
#sentdemoreqerrormes {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
#sentsubscriptionerrormes {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
#warningmessage {
    color: #eb005a;
    display: none;
    border: 1px solid #eb005a;
    text-align: center;
    padding: 5px;
    font-weight: 600;
    margin-bottom: 15px;
}
.contactformsubmit {
    color: #fff;
    background-color: #FE7A66;
    border-color: #FE7A66;
}
.contactformsubmit:hover {
    color: greenyellow;
    background-color: indianred;
    border-color: indigo;
}
form#demorequestform input{
    margin-bottom: 10px;
}
input.parsley-success, select.parsley-success, textarea.parsley-success {
    color: rgb(70, 136, 71);
    background-color: rgb(223, 240, 216);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(214, 233, 198);
    border-image: initial;
}
input.parsley-error, select.parsley-error, textarea.parsley-error {
    color: rgb(185, 74, 72);
    background-color: rgb(242, 222, 222);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(238, 211, 215);
    border-image: initial;
}
.parsley-errors-list.filled {
    opacity: 1;
}
.parsley-errors-list {
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  margin: 2px 0px 3px;
  padding: 0px;
  transition: all 0.3s ease-in;
}
#page404 .actions a {
    font-family: "Raleway", sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: grid;
    padding: 8px 20px;
    border-radius: 15px;
    transition: 0.5s;
    margin: 10px;
    text-decoration: none;
    text-align: center;
}
#page404 .btn-feature-tour {
    /* background: #eb881f; */
    border: 2px solid #5350eb;
    color: #000000;
    display: block;
    float: right;
}
#page404messpage {
    margin-top: 100px;
    margin-bottom: 100px;
}
#page404messpage > h2 {
    font-size: 34px;
    color: rgba(169, 67, 67, 0.28);
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 0 0 15px 0;
    text-align: center;
    text-transform: none;
}
.titleblog {
    background: rgba(169, 67, 67, 0.28);
    color: #fff;
    padding: 20px 0;
}
.titleblog h2 {
     text-transform: uppercase;
     font-weight: 700;
     font-size: 38px;
     color: #0f6dee;
     float: left;
 }
.titleblog ul.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 4px;
    background-color: transparent;
 }
.blog-item {
    background-color: rgba(255, 140, 0, 0.20);
    color: black;
    font-weight: 200;
    font-size: 14px;
}
.fa {
    //color: #0000cc;
}
.blog .blog-item {
     margin-top: 0;
 }
.blog-item h2 {
    margin-top: 0;
    font-family: "Fjalla One";
    font-weight: normal;
    font-size: 31.5px;
    color: orangered;

 }
.blog-meta a{
    color: #ff1c1c;
    /*font;*/
}
.blog-item a{
    color: #ff1c1c;
    text-decoration: none;
}
.blog-item h2:hover{
    color: rgba(255, 28, 28, 0.53);
    text-decoration: none;
}
.blog-item a:hover{
    color: rgba(255, 28, 28, 0.53);
    text-decoration: none;
}
.blog-item > p{
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    font-family: monospace;
}
.blogpagination {
    margin: 20px 0;
}
.blogpagination ul {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);*/
    /*-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);*/
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);*/
}
.blogpagination ul>li {
    display: inline;
    padding: 10px;
}
/*.blogpagination ul>li:last-child>a, .blogpagination ul>li:last-child>span {*/
    /*-webkit-border-top-right-radius: 4px;*/
    /*-moz-border-radius-topright: 4px;*/
    /*border-top-right-radius: 4px;*/
    /*-webkit-border-bottom-right-radius: 4px;*/
    /*-moz-border-radius-bottomright: 4px;*/
    /*border-bottom-right-radius: 4px;*/
/*}*/
.blogpagination ul>li>a:hover, .blogpagination ul>li>a:focus, .blogpagination ul>.active>a, .blogpagination ul>.active>span {
    background-color: #f5f5f5;
}
.blogpagination ul>li>a, .blogpagination ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}
.widget {
    margin-bottom: 30px;
}
.widget>h3 {
    font-size: 16px;
    margin-top: 0;
    text-transform: none;
}
.media:first-child {
    margin-top: 0;
}
.media, .media .media {
    margin-top: 15px;
}
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}
.widget .date {
    margin-top: 5px;
    padding: 8px 10px;
    background: #f9b583;
    color: white;
}
.widget .date>span.month {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.widget .date>span {
    display: block;
    text-align: center;
    font-family: "Fjalla One";
    color: #fff;
}
.widget .date>span.day {
    font-size: 18px;
    line-height: 18px;
}
.widget .date>span {
    display: block;
    text-align: center;
    font-family: "Fjalla One";
    color: #fff;
}
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}
.widget a{
    color: #ff1c1c;
    text-decoration: none;
}
.widget a:hover{
    color: rgba(255, 28, 28, 0.53);
    text-decoration: none;
}
ul.unstyled, ol.unstyled {
    margin-left: 0;
    list-style: none;
}
ul.tag-cloud li {
    display: inline-block;
    margin: 0 0 2px 0;
}
ul.tag-cloud a {
    color: bisque;
}
ul.tag-cloud a:hover {
    color: white;
}
ul.arrow, ul.arrow-double, ul.tick, ul.cross, ul.star, ul.rss {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.arrow li::before {
    content: "\f105";
}
ul.arrow li::before, ul.arrow-double li::before, ul.tick li::before, ul.cross li::before, ul.star li::before, ul.rss li::before {
    margin-right: 5px;
}
ul.arrow li::before, ul.arrow-double li::before, ul.tick li::before, ul.cross li::before, ul.star li::before, ul.rss li::before, ul.arrow li::after, ul.arrow-double li::after, ul.tick li::after, ul.cross li::after, ul.star li::after, ul.rss li::after {
    font-family: FontAwesome;
    font-size: 11px;
}
ul.arrow li::before, ul.arrow-double li::before, ul.tick li::before, ul.cross li::before, ul.star li::before, ul.rss li::before, ul.arrow li::after, ul.arrow-double li::after, ul.tick li::after, ul.cross li::after, ul.star li::after, ul.rss li::after {
    font-family: FontAwesome;
    font-size: 11px;
}

.login{background-color:rgba(181, 165, 191, 0.52);border-radius:7px;width:400px;margin:40px auto 10px auto;padding:30px;padding-top:2px;overflow:hidden;position:relative;}
.login-title{margin-bottom:25px;text-align:center;font-size:28px;font-weight:400 !important;color:#C01C1C;}
.box {
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
a.btn-social {
    border: 0;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.5);
}
a.btn-social:hover{
    color: #fff;
}
.btn-social.btn-facebook {
    background: #4f7dd4;
}
.btn-social.btn-google-plus {
    background: #dc422b;
}
.btn-social.btn-google-plus:hover {
    background: #e36957;
}
.btn-social.btn-twitter {
    background: #5bceff;
}
.btn-social:hover {
    color: #fff;
}
.btn-social.btn-linkedin:hover {
    background: #49b9e3;
}
.btn-social:hover {
    color: #fff;
}
.btn-social.btn-linkedin {
    background: #21a6d8;
}
#comment-form select, #comment-form textarea, #comment-form input[type="text"], #comment-form input[type="password"], #comment-form input[type="datetime"], #comment-form input[type="datetime-local"], #comment-form input[type="date"], #comment-form input[type="month"], #comment-form input[type="time"], #comment-form input[type="week"], #comment-form input[type="number"], #comment-form input[type="email"], #comment-form input[type="telephone"], #comment-form input[type="url"], #comment-form input[type="search"], #comment-form input[type="tel"], #comment-form input[type="color"], .uneditable-input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    min-height: 50px;
    padding: 0 15px;
    border: 3px solid #ededed;

    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}
textarea#message {
    padding: 10px 15px;
    height: 219px;
}
.input-block-level {
    min-height: 50px;
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.avatar {
    border-radius: 30%;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    height: 100px;
    width: 100px;
    /*border-radius: 35px;*/
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    background-size: cover;
    display: block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}
.blink {
    animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
}
@keyframes blink {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}
@keyframes fa-blink {
    0% { opacity: 1; }
    25% { opacity: 0.25; }
    50% { opacity: 0.5; }
    75% { opacity: 0.75; }
    100% { opacity: 0; }
}
.fa-blink {
    -webkit-animation: fa-blink .75s linear infinite;
    -moz-animation: fa-blink .75s linear infinite;
    -ms-animation: fa-blink .75s linear infinite;
    -o-animation: fa-blink .75s linear infinite;
    animation: fa-blink .75s linear infinite;
}




/* Responsiveness */
/* ==========================================================================
   Media Queries
   ========================================================================== */


@media only screen and (min-width: 992px) {
    /****Ipad Landscape 1024 Container 970 ****/

    .service-list{ margin-bottom:30px;}
    .c-logo-part ul li{ margin:0 15px;}
    .form{ margin:0 0 0 20px}
    .main-nav{ display:block !important; }
    /*.portfolioContainer{ width:800px; margin:0px auto !important; } */

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /****Ipad Portrait 768 Container 750 ****/
    /*body{ font-size:13px;}*/
    p{ line-height:20px ;}
    .header h1{ font-size:46px;}
    .main-nav ul li a{ padding:14px;}
    .small-logo{ padding:0 20px;}
    /*h2{ font-size:30px}*/
    /*h6{ font-size:16px;}*/
    /*h3{ font-size:15px;}*/
    .service-list{ margin-bottom:20px; font-size:15px;}
    .featured-work p.padding-b{ padding-bottom:15px;}
    .main-section{ padding:70px 0;}
    .c-logo-part ul li{ margin:0 1%; float:left; width:18%;}
    .c-logo-part ul li a{ display:block;}
    .c-logo-part ul li a img{ display:block;}
    .form{ margin:0;}
    .contact-info-box{ margin:0 ;}
    .social-link{ margin:0;}

    .main-nav{ display:block !important; }
    .main-nav li a{ padding:8px 15px;}
    div.quickcontactsmscrn { display: block;}
    div.quickcontact { display: none;}
    /*.portfolioContainer{ width:750px; margin:0px auto !important; }
    .Portfolio-box{ height:250px;}*/



}

@media only screen and (max-width: 767px) {
    /****Mobile Landscape 480 Container 100% ****/
    /*body{ font-size:12px;}*/
    /*h2{ font-size:26px;}*/
    /*h3{ font-size:14px;}*/
    /*h6{ font-size:16px; margin-bottom:40px;}*/
    /*p{ line-height:18px;}*/
    .service-list{ font-size:12px; margin-bottom:20px;}
    .we-create li{ font-size:13px; padding:0 0 0 8px}
    .header h1{ font-size:28px;}
    .header{ padding:60px 0;}
    .main-section{ padding:60px 0 70px;}
    .main-nav{ display:none; position:absolute; left:0; width:100%; height:auto; top:47px; margin:0 auto; background:#fff; /*overflow:scroll; */z-index: 50000;}
    .main-nav li{ display:block; padding-top: 5px; padding-bottom: 5px;}
    .main-nav li.small-logo{ display:none;}
    .main-nav li a{ display:block; padding:1px 1px; border-bottom:none;}
    .main-nav li a:hover{
        color: #eb881f;
    }
    .team-leader-box{ max-width:307px; width:auto; float:none; margin:0 auto;	}
    .team-leader-box:nth-of-type(3n){ margin:0 auto}
    .res-nav_click{ display:block;}
    .featured-work{ font-size:12px; margin-top:30px;}
    .featured-box{ font-size:12px;}
    .featured-box p{ line-height:18px; }
    .c-logo-part ul a{ margin-bottom:5px;}
    .main-section.team{ padding:60px 0 50px;}
    .business-talking h2{ font-size:36px;}
    .contact-info-box{ margin:0 0 12px 30px; font-size:12px;}
    .contact-info-box span{ line-height:18px;}
    .social-link{ margin-left:30px;}
    .form{ margin:0 30px;}
    .copyright{ font-size:12px;}
    .business-talking a{ padding:10px 25px; font-size:14px;}
    .main-section.contact{ padding:60px 0 70px}
    .client-part-haead{ font-size:20px; line-height:30px;}
    .link{ font-size:14px; padding:10px 25px;}
    .logo{ width:100px;}
    .main-section.contact{ background-size:contain;}
    .Portfolio-nav li a{ padding:5px 16px;}
    .Portfolio-nav li{ display:block;}
    div.quickcontactsmscrn { display: block;}
    div.quickcontact { display: none;}
    /*.isotope-item img{ width:300px; left:50%; margin-left:-100px;}
    .isotope-item{ width:300px; margin:0px auto;}
    .isotope{ width:400px; margin:0px auto;}
    .Portfolio-box{}
    .portfolioContainer{ width:350px; margin:0px auto !important; } */


}

@media only screen and (max-width: 479px) {
    /****Mobile Portrait 320 ****/
    .contact-info-box{ margin-left:0px;}
    .header{ padding:40px;}
    .social-link{ margin-left:0px;}
    .form{ margin:0}
    .c-logo-part ul li{ display:block;}
    .main-nav li{ display:block; padding-top: 5px; padding-bottom: 5px;}
    .Portfolio-box{  max-width:300px !important; width:96.4% !important; margin:0 !important}
    .Portfolio-box img { max-width:100%;}
    .portfolioContainer{ width:280px !important; margin:0 auto !important }
    div.quickcontactsmscrn { display: block;}
    div.quickcontact { display: none;}

}
@media (min-width: 992px){
    #leftwidget {
        position: fixed;
        top: 0;
        bottom: 0;
    }
}

