@font-face {
    font-family: "Gotham";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/GothamSSm-Book-vflHZBrpz.eot");
    src: url("../fonts/GothamSSm-Book.eot") format("embedded-opentype"), url("../fonts/GothamSSm-Book-vflslx66B.woff") format("woff"), url("../fonts/GothamSSm-Book-vflyuB-jk.ttf") format("truetype");
}
@font-face {
    font-family: "Gotham";
    font-weight: 600;
    font-style: normal;
    src: url("../fonts/GothamSSm-Medium-vfljlIahr.eot");
    src: url("../fonts/GothamSSm-Medium.eot") format("embedded-opentype"), url("../fonts/GothamSSm-Medium-vflER8pxz.woff") format("woff"), url("../fonts/GothamSSm-Medium-vfluKgy5o.ttf") format("truetype");
}
@font-face {
    font-family: "Gotham";
    font-weight: 200;
    font-style: normal;
    src: url("../fonts/GothamSSm-Light-vflh2dpP1.eot");
    src: url("../fonts/GothamSSm-Light.eot") format("embedded-opentype"), url("../fonts/GothamSSm-Light-vflfJPjkV.woff") format("woff"), url("../fonts/GothamSSm-Light-vflcdz41m.ttf") format("truetype");
}

body {
    background: #f0f6fb;
    color: #999;
    font-family: 'Raleway', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #777;
    font-weight: 300;
}
a {
    color: #1f8ceb;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
.btn {
    font-weight: 300;
    border: 0;
}
.btn.btn-primary {
    background-color: #52b6ec;
}
.btn.btn-primary:hover,
.btn.btn-primary.active {
    background-color: #1586c3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
a:hover,
a:focus {
    color: #80c9f1;
    text-decoration: none;
    outline: none;
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    background:#fff;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 62px;

}
#main-slider {
    background-image: url(../images/bg-img.jpg);
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat:repeat;
    padding: 100px 0;
    color: #fff;
    padding-bottom:0px
}

.carousel-inner {background: url(../images/top-image.png) repeat-x bottom left;}

#main-slider .item {
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    -webkit-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    z-index: 1;
    text-align: center;
}
#main-slider .item:first-child {
    top: auto;
    position: relative;
}
#main-slider .item.active {
    opacity: 1;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    -webkit-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 2;
}
#main-slider .item.active h1 {
    -webkit-animation: scaleUp 400ms;
    -moz-animation: scaleUp 400ms;
    -o-animation: scaleUp 400ms;
    -ms-animation: scaleUp 400ms;
    animation: scaleUp 400ms;
}
#main-slider .prev,
#main-slider .next {
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    display: inline-block;
    margin-top: -50px;
    font-size: 24px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    z-index: 5;
    font-family:FontAwesome;
    display:none
}



.fa-chevron-right:before {font-family:FontAwesome}

#main-slider .prev:hover,
#main-slider .next:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
#main-slider .prev {
    left: 10px;
}
#main-slider .next {
    right: 10px;
}
#main-slider h1 {
    font-size: 50px;
    color: #2e2e7f;
    font-family: 'Raleway', sans-serif;
    margin:auto
}

#main-slider h2 {
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    color:#777;
    letter-spacing: 1.5px;
    width: 80%;
    margin: 12px auto 35px;
    line-height:1.5em
}

.lead {color:#e04e50;font-family: 'Montserrat', sans-serif; text-transform:uppercase; font-weight:900; font-size:12px; letter-spacing:2px; width:60%;  margin:auto; margin-top:15px; margin-bottom:25px}
.lead span{ display:inline-block; color:#96b5cd; margin-left:8px; margin-right:8px}
#main-slider h1 span {color:#e04e50; font-weight:600}

.get-started-btn {
    background: #69cb95;
    border: none;
    color: white;
    padding: 12px 30px;
    font-size: 14px;
    height: 50px;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    float: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    box-shadow: inset 0px -2px 0 0 #4fb67d;
}

.info-strip {
    font-style: normal;
    display: block;
    font-size: 12px;
    color: #7b91a3;
    text-transform: none;
    letter-spacing: 1px;
    margin: auto;
    margin-top: 6px;
    border-bottom: 1px #99aab8 dotted;
    width: 160px;
    margin-bottom:45px
}

.media-browser {
    background: #e9edf0 url(../images/browser.svg) no-repeat 7px 7px;
    padding-top: 22px;
    border:1px solid #d9dee1;
    border-radius: 5px 5px 0 0;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    border-bottom:none

}





.slideshow-home .left .images {
    padding-bottom: 68%;
    width: 780px;
    max-width: 100%;
    position: relative;
}

.border-bottom {border: 1px solid #d9dee1!important}

.no-bg{background:none!important; padding-top:50px}
.signup-bg {background: #4d9de0;
            top: 0; 
            left: 0; 

            /* Preserve aspet ratio */
            min-width: 100%;
            min-height: 100%;}


#contact .box {
    background-color: #222;
    color: #999;
}
#contact .box h1,
#contact .box h2,
#contact .box h3 {
    color: #fff;
}
#contact .box a {
    color: #999;
}
#contact .box a:hover {
    color: #52b6ec;
}
#contact .box input[type="text"],
#contact .box input[type="email"],
#contact .box textarea {
    background-color: #111;
    border: 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
#contact .box input[type="text"]:focus,
#contact .box input[type="email"]:focus,
#contact .box textarea:focus {
    background-color: #000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.box {
    padding:0px;
    position: relative;
}
.box.first {

}
.box.last {
    border-radius: 0 0 5px 5px;
}
.box h2 {
    padding: 10px 30px;
    display: inline-block;
    border-radius: 4px;
    position: relative;
    margin-bottom: 30px;
    font-size: 48px;
}
#portfolio .box {

}
.portfolio-items,
.portfolio-filter {
    list-style: none;
    padding: 0;
    margin: 0;
}
.portfolio-items {
    margin-right: -20px;
}
.portfolio-filter {
    margin-bottom: 50px;
    text-align: center;
}
.portfolio-filter > li {
    display: inline-block;
}
.portfolio-items > li {
    float: left;
    padding: 0;
    margin: 0;
}
.portfolio-items.col-2 > li {
    width: 50%;
}
.portfolio-items.col-3 > li {
    width: 33%;
}
.portfolio-items.col-4 > li {
    width: 25%;
}
.portfolio-items.col-5 > li {
    width: 20%;
}
.portfolio-items.col-6 > li {
    width: 16%;
}
.portfolio-item .item-inner {
    margin: 0 20px 20px 0;
    text-align: center;
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
}
.portfolio-item img {
    width: 100%;
}
.portfolio-item .portfolio-image {
    position: relative;
}
.portfolio-item h5 {
    margin: 0;
    padding: 10px 0 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.portfolio-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    vertical-align: middle;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}
.portfolio-item .overlay .preview {
    position: relative;
    top: 50%;
    display: inline-block;
    margin-top: -20px;
}
.portfolio-item:hover .overlay {
    opacity: 1;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
#pricing .box {

}

#services .box {
    padding-bottom: 0;
}


#services .box i{ font-size:40px; color:#fff; font-weight:300; margin-bottom:25px; display:block}

#services .box p {padding:0px 30px; letter-spacing:1.2px; font-size:14px; margin-bottom:0px}

#services .box .border {border:1px rgba(255,255,255,0.2) solid; padding:50px 0px; border-top:none; border-left:none}
#services .box .no-border {border-bottom:none}
#services .box .last {border-right:none;}
#services .row > div {
    margin-bottom: 50px;
}
.center {
    text-align: center;
}
#team-scroller .designation {
    margin-top: 10px;
    display: block;
}
.member {
    margin: 0 50px;
    text-align: center;
}
.carousel.scale .left-arrow,
.carousel.scale .right-arrow {
    top: 30%;
    position: absolute;
}
.carousel.scale .left-arrow {
    left: -10px;
}
.carousel.scale .right-arrow {
    right: -10px;
}
.carousel.scale .active .row > div:nth-child(1) {
    -webkit-animation: scaleUp 200ms linear 0 both;
    -moz-animation: scaleUp 200ms linear 0 both;
    -ms-animation: scaleUp 200ms linear 0 both;
    -o-animation: scaleUp 200ms linear 0 both;
    animation: scaleUp 200ms linear 0 both;
}
.carousel.scale .active .row > div:nth-child(2) {
    -webkit-animation: scaleUp 200ms linear 100ms both;
    -moz-animation: scaleUp 200ms linear 100ms both;
    -ms-animation: scaleUp 200ms linear 100ms both;
    -o-animation: scaleUp 200ms linear 100ms both;
    animation: scaleUp 200ms linear 100ms both;
}
.carousel.scale .active .row > div:nth-child(3) {
    -webkit-animation: scaleUp 200ms linear 200ms both;
    -moz-animation: scaleUp 200ms linear 200ms both;
    -ms-animation: scaleUp 200ms linear 200ms both;
    -o-animation: scaleUp 200ms linear 200ms both;
    animation: scaleUp 200ms linear 200ms both;
}
.carousel.scale .active .row > div:nth-child(4) {
    -webkit-animation: scaleUp 200ms linear 400ms both;
    -moz-animation: scaleUp 200ms linear 400ms both;
    -ms-animation: scaleUp 200ms linear 400ms both;
    -o-animation: scaleUp 200ms linear 400ms both;
    animation: scaleUp 200ms linear 400ms both;
}
.icon-social {
    border: 0;
    color: #fff;
    border-radius: 100%;
    display: inline-block !important;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0;
}
.icon-social.icon-facebook {
    background: #4f7dd4;
}
.icon-social.icon-facebook:hover {
    background: #789bde;
}
.icon-social.icon-twitter {
    background: #5bceff;
}
.icon-social.icon-twitter:hover {
    background: #8eddff;
}
.icon-social.icon-linkedin {
    background: #21a6d8;
}
.icon-social.icon-linkedin:hover {
    background: #49b9e3;
}
.icon-social.icon-google-plus {
    background: #dc422b;
}
.icon-social.icon-google-plus:hover {
    background: #e36957;
}
.icon-social.icon-pinterest {
    background: #cb2027;
}
.icon-social.icon-pinterest:hover {
    background: #e03e44;
}
.icon-social.icon-youtube {
    background: #ce332d;
}
.icon-social.icon-youtube:hover {
    background: #da5954;
}
.icon-social:hover {
    color: #fff;
}
.navbar-default {
    background: none;
    border: 0;
    padding: 0;
    min-height:auto;
    margin:0px;
    font-family: 'Raleway', sans-serif;
}
.navbar-default .first a {
    border-radius: 0 0 0 5px;
}
.navbar-default .navbar-brand {
    margin-right: 50px;
    width: 200px;
    background: url(../images/logo1.png) no-repeat 0 50%;
    padding:0px;
    height:38px;
    margin-top:-4px

}
.navbar-default .navbar-nav > li {
    margin-left: 1px;
}
.navbar-default .navbar-nav > li > a {
    padding: 0px 18px;
    font-size: 14px;
    line-height: 18px;
    color: #637280;
    letter-spacing:1px;
    line-height: 2.2em;
    font-weight:500
}
.navbar-default .navbar-nav > li > a > i {
    display: inline-block;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active:focus > a,
.navbar-default .navbar-nav > li.active:hover > a,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:focus > a,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.active:focus > a:focus,
.navbar-default .navbar-nav > li.active:hover > a:focus,
.navbar-default .navbar-nav > li:hover > a:focus,
.navbar-default .navbar-nav > li:focus > a:focus {
    color: #1f8ceb;
    background:none
}
.icon-lg {
    font-size: 48px;
    height: 108px;
    width: 108px;
    line-height: 108px;
    color: #fff;
    margin: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: inline-block !important;
    border-radius: 100%;
}
.icon-md {
    font-size: 24px;
    height: 68px;
    width: 68px;
    line-height: 68px;
    color: #fff;
    margin-right: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    margin-bottom: 10px;
}
.icon-color1 {
    background-color: #e74c3c;
}
.icon-color2 {
    background-color: #2ecc71;
}
.icon-color3 {
    background-color: #3498db;
}
.icon-color4 {
    background-color: #8e44ad;
}
.icon-color5 {
    background-color: #1abc9c;
}
.icon-color6 {
    background-color: #2c3e50;
}
.gap {
    margin-bottom: 50px;
}
.big-gap {
    margin-bottom: 100px;
}
#footer {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #999;
}
#footer a {
    color: #999;
}
#footer a:hover {
    color: #52b6ec;
}
ul.social {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}
ul.social > li {
    margin: 0 0 20px;
}
ul.social > li > a {
    display: block;
    font-size: 18px;
}
ul.social > li > a i {
    margin-right: 10px;
}
textarea#message {
    padding: 10px 15px;
    height: 220px;
}
@keyframes scaleUp {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@-moz-keyframes scaleUp {
    0% {
        opacity: 0;
        -moz-transform: scale(0.3);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}
@-webkit-keyframes scaleUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}
@-ms-keyframes scaleUp {
    0% {
        opacity: 0;
        -ms-transform: scale(0.3);
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1);
    }
}
@-o-keyframes scaleUp {
    0% {
        opacity: 0;
        -o-transform: scale(0.3);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}


.rhs-form{
    float: right;
    padding: 0px;
    font-size: 18px;
    line-height: 20px;
    margin:auto;
    width:auto;
    font-family: 'Raleway', sans-serif;
}

.email-phone {float: none; margin-top: 0px; overflow:hidden; padding-left:13px; padding-top:3px; width:auto; font-size:14px; letter-spacing:1px; font-family: 'Raleway', sans-serif; float: right; color:#637280}
.email-phone span {font-family: 'Raleway', sans-serif; font-weight:300; color:#e5e5e5; display:inline-block; margin-left:10px; margin-right:10px; border-right:1px #dbe5ed solid; height:25px; vertical-align:middle }
.email-phone i {color:#668dae; margin-right:3px; vertical-align: middle}

.navbar-collapse {float:right;}



.input_small {
    padding:8px 10px 7px 10px;
    border-radius: 4px;
    font-size: 12px;
    line-height: normal;
    display: inline-block;
    border: none;
    background: #fafbfc;
    color: #8da2b5;
    border: 1px solid #dde5ed;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-width: 0;
    font-family: 'Raleway', sans-serif;
    float:left;
    letter-spacing:0.5px
}

.top-get-started-btn{background: linear-gradient(to bottom, #1f8ded 0%, #1985e3 100%);
                     border-color: #1271c4;
                     color: white;
                     padding: 5px 25px 5px;
                     font-size: 13px;
                     height: 31px;
                     border-radius: 4px;
                     border-top-left-radius: 0;
                     border-bottom-left-radius: 0;
                     border:1px #1271c4 solid;
                     font-family: 'Raleway', sans-serif;
                     letter-spacing:1px;
                     float:left;
                     font-weight:500

}


@media (min-width: 1300px) {
    .container {
        width: 1250px;
    }

}


#features{background: #1f8ceb; color: #b9dcfa; padding:50px 0px; padding-bottom:85px;  padding-bottom:50px}
#features h4 {font-family: 'Raleway', sans-serif; font-size:12px; font-weight:600; text-transform:uppercase; color:#fff; letter-spacing:1.5px; line-height:1.5em; margin-top:0px}
#features h1 {
    font-size: 30px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight:300;
    text-align:center;
    letter-spacing:1px;
    margin-bottom:40px;
    margin-top:0px;

}

#features .round {height:100px; width:100px; text-align:center; border-radius:50px; display:inline-block; line-height:100px}
#features .box {padding:0px 140px}


#services{background: #1f8ceb; color: #b9dcfa; padding:65px 0px; padding-bottom:85px}
#services h4 {font-family: 'Raleway', sans-serif; font-size:14px; font-weight:600; text-transform:uppercase; color:#fff; letter-spacing:1.5px; padding-top:10px}
#services h2 {    font-family: 'Raleway', sans-serif;
                  font-size: 16px;
                  font-weight: 300;
                  text-transform: none;
                  color: #b9dcfa;
                  letter-spacing: 1.5px;
                  width: 80%;
                  margin: auto;
                  margin-bottom: 60px;
                  text-align:center;
                  line-height:1.6em}

#services h1 {
    font-size: 44px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight:300;
    text-align:center;
    letter-spacing:1px;
    margin-bottom:20px;
    margin-top:0px;
    -webkit-animation: scaleUp 400ms;
    -moz-animation: scaleUp 400ms;
    -o-animation: scaleUp 400ms;
    -ms-animation: scaleUp 400ms;
    animation: scaleUp 400ms;
}



#portfolio{background: #fff; color: #b9dcfa; padding:65px 0px; padding-bottom:85px}
#portfolio .lead1 {font-family: 'Raleway', sans-serif; font-size:16px; font-weight:300; text-transform:none; color:#637280; letter-spacing:1.5px; width:60%; margin:auto; margin-bottom:25px}
#portfolio h1 {
    font-size: 44px;
    color: #1f8ceb;
    font-family: 'Raleway', sans-serif;
    font-weight:300;
    text-align:center;
    letter-spacing:1px;
    margin-bottom:20px;
    margin-top:0px;
    -webkit-animation: scaleUp 400ms;
    -moz-animation: scaleUp 400ms;
    -o-animation: scaleUp 400ms;
    -ms-animation: scaleUp 400ms;
    animation: scaleUp 400ms;
}

#portfolio1{color: #b9dcfa; padding:65px 0px; padding-bottom:85px}
#portfolio1 .lead1 {font-family: 'Raleway', sans-serif; font-size:16px; font-weight:300; text-transform:none; color:#637280; letter-spacing:1.5px; width:60%; margin:auto; margin-bottom:25px}
#portfolio1 h1 {
    font-size: 44px;
    color: #1f8ceb;
    font-family: 'Raleway', sans-serif;
    font-weight:300;
    text-align:center;
    letter-spacing:1px;
    margin-bottom:20px;
    margin-top:0px;
    -webkit-animation: scaleUp 400ms;
    -moz-animation: scaleUp 400ms;
    -o-animation: scaleUp 400ms;
    -ms-animation: scaleUp 400ms;
    animation: scaleUp 400ms;
}

#portfolio2{ background:#fff; color: #b9dcfa; padding:65px 0px; padding-bottom:85px}
#portfolio2 .lead1 {font-family: 'Raleway', sans-serif; font-size:16px; font-weight:300; text-transform:none; color:#637280; letter-spacing:1.5px; width:60%; margin:auto; margin-bottom:65px}
#portfolio2 h1 {
    font-size: 44px;
    color: #1f8ceb;
    font-family: 'Raleway', sans-serif;
    font-weight:300;
    text-align:center;
    letter-spacing:1px;
    margin-bottom:20px;
    margin-top:0px;
    -webkit-animation: scaleUp 400ms;
    -moz-animation: scaleUp 400ms;
    -o-animation: scaleUp 400ms;
    -ms-animation: scaleUp 400ms;
    animation: scaleUp 400ms;
}


#contact{background: #fff url(../images/map-bg.png) no-repeat top center; color: #b9dcfa; padding:65px 0px; padding-bottom:85px}
#contact .lead1 {font-family: 'Raleway', sans-serif; font-size:16px; font-weight:300; text-transform:none; color:#637280; letter-spacing:1.5px; width:70%; margin:auto; margin-bottom:45px}
#contact h1 {
    font-size: 44px;
    color: #333;
    font-family: 'Raleway', sans-serif;
    font-weight:300;
    text-align:center;
    letter-spacing:1px;
    margin-bottom:20px;
    margin-top:0px;
    -webkit-animation: scaleUp 400ms;
    -moz-animation: scaleUp 400ms;
    -o-animation: scaleUp 400ms;
    -ms-animation: scaleUp 400ms;
    animation: scaleUp 400ms;
}

#contact .phone-email-block {width:100%; text-align:center; color:#333; letter-spacing:1px; font-size:16px;}
#contact .phone-email-block i {background:#1f8ceb; color:#fff; height:35px; text-align:center; width:35px; line-height:37px; display:inline-block; border-radius:50%; margin-right:6px; font-size:12px} 
#contact .phone-email-block .phone {display:inline-block; margin-left:20px; margin-right:0px}
#contact .phone-email-block .email {display:inline-block;  margin-left:20px; margin-right:20px}


#signup{background-image: url(../images/bg-img.jpg);
        background-attachment: fixed;
        background-position: 50% 50%;
        background-repeat: repeat;
        padding: 110px 0;
        color: #fff;
        padding-bottom: 0px;} 

.signup-inner {
    background: url(../images/top-image.png) repeat-x bottom left;
    position: relative;
    width: 100%;
    overflow: hidden;
}	

.signup-inner h1 {
    font-size: 50px;
    color: #2e2e7f;
    font-family: 'Raleway', sans-serif;
    margin: auto;
}


#pricing{background: #1f8ceb; color: #b9dcfa; padding-top:50px }
#pricing .plan {
    background: #fff;
    list-style: none;
    margin: 0 0 0px;
    text-align: center;
    padding: 0px;
    border-radius:5px;
    margin-top:40px

}

#pricing .plan h2 {
    font-size: 22px;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    padding: 18px 0px 18px 0px;
    border-bottom: 1px solid #d0dfeb;
    font-family: 'Raleway', sans-serif;
    color:#1f8ceb;
    border-radius:0;
    display:block;
    font-weight:600

}
#pricing .plan .info {margin-top:15px}
#pricing .plan .info ul {padding:0px; margin:0px}
#pricing .plan .info li {
    padding: 5px 0;
    margin: 0 15px;
    display:block
}

#pricing .plan-button {
    background-color: #69cb95;
    height: 30px;
    font-family:'Raleway', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 30px;
    text-decoration: none;
    color: #fff;
    -webkit-box-shadow: inset 0px -2px 0 0 #4fb67d;
    box-shadow: inset 0px -2px 0 0 #4fb67d;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
    padding: 5px 15px;
    border-radius:3px;
    margin:15px 15px 25px 15px

}

#pricing .col-lg-2 {padding-left:4px; padding-right:4px}

#pricing .plan .info strong {font-weight:600}

#pricing .plan .plan-name {
    padding: 15px 0;
    font-size: 18px;
    font-weight: 700;
}
#pricing .plan .plan-price {
    color: #666;
    padding: 15px 0;
    font-size: 48px;
}
#pricing .plan li.plan-action {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 0;
}
#pricing .plan.featured {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
#pricing .plan.featured .plan-price {
    color: #fff;
    background-color: #52b6ec;
    border-bottom-color: #52b6ec;
    margin: 0;
}

#pricing .lead1 {font-family: 'Raleway', sans-serif; font-size:16px; font-weight:300; text-transform:none; color:#b9dcfa; letter-spacing:1.5px; width:85%; margin:auto; margin-bottom:0px}
#pricing h1 {
    font-size: 44px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight:300;
    text-align:center;
    letter-spacing:1px;
    margin-bottom:15px;
    margin-top:0px
}

.price-inner {background: url(../images/bar-bg.png) repeat-x bottom left; padding:65px 0px;}



.pricing-plan {overflow:hidden; margin-top:0px; color:#7a95ac; font-size:14px; letter-spacing:1px;}

.price-block {padding:15px 0px; padding-bottom:20px;}
.plan-value {font-weight:normal; font-size:14px; background:#f0f6fb; padding:15px 0px}
.plan-value strong {font-size:24px; font-weight:normal; color:#333}

.pricing-plan .pricing_currency {
    position: relative;
    vertical-align: top;
    top: 12px;
    right: 0px;
    color: #7a95ac;
    font-size:14px
}
.pricing-plan .price {
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    line-height: 1.3;
    letter-spacing: -.015em;
    margin: -10px auto 17px;
    color: #e04e50;
}

.signup-form {
    width: 524px;
    margin: 48px auto 37px;
    position: relative;
}

.signup-form.signup-form-large input {
    font-size: 16px;
    height: 50px;
    padding: 10px 180px 10px 30px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-radius: 25px;
    background-clip: padding-box;
    line-height: normal;
    display: block;
    width: 100%;
    border:none;
    letter-spacing:1px
}	

.signup-form .signup-form-button {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    background-color: #69cb95;
    height: 30px;
    font-family:'Raleway', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    color: #fff;
    -webkit-box-shadow: inset 0px -2px 0 0 #4fb67d;
    box-shadow: inset 0px -2px 0 0 #4fb67d;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
    padding: 10px 30px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}


.short_note {
    text-align: center;
    padding: 20px 0px;
    color: #b9dcfa;
    letter-spacing: 1px;
    font-size: 13px;
    font-variant: normal;
    display: inline-block;
    margin-top: 25px;
    border-radius: 3px;
    border-top:double #6eb4f0
}

.short_note1 {
    color: #e04e50;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12px;
    letter-spacing: 2px;
    width: 100%;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 50px;


}

.customer-logos {padding-top:60px; padding-bottom:50px; background: #1f8ceb; text-align:center}

.customer-logos h2 {    font-size: 34px;
                        color: #fff;
                        font-family: 'Raleway', sans-serif;
                        font-weight: 300;
                        text-align: center;
                        letter-spacing: 1.5px;
                        margin-bottom: 45px;
                        margin-top: 0px;
}

.border-col {border-right:1px rgba(255,255,255,0.3) solid}

.main-bg {background: #1f8ceb;}

.information_block {
    border-radius:0px;
    margin: 0 auto;
    padding: 45px 30px;
    margin-top: 0px;
    font-family:'Raleway', sans-serif;
    overflow:hidden;
    border:1px #dbe5ed solid;
    min-height:450px;
    padding-bottom:0;
    border-right:1px #e3ebf2 solid;
    background:#fff


}
.information_block h2 {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    padding: 20px 0px;
    font-family:'Raleway', sans-serif;
    color:#fff;
    letter-spacing:1px;
    border-bottom:1px #2d5475 solid;
    display:block;
    margin:0;
    margin-bottom:5px
}

.information_block .group {
    display: block;
    margin-bottom: 7px;
    position: relative;
    text-align: left;
    vertical-align: top;
    margin-left:30px


}

.nurture-name:before {
    content: '\f0c9';
    font-size: 16px;
    color: #668dae;
    font-family: FontAwesome;
    font-style: normal;
    line-height: 26px;
    padding-left:1px; padding-right:2px

}

.information_block label {
    color: #2e2e7f;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 2px;
    width: 135px;
    margin-right: 4px;
    vertical-align: top;
    padding-top: 8px;
    letter-spacing:1px
}

.information_block .inputbox {
    border:1px #d7dfe5 solid;
    border-radius: 0px;
    color: #465e72;
    display: inline-block;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    margin: 0;
    padding: 0 24px 0 60px;
    text-overflow: ellipsis;
    width: 300px;
    font-family:'Raleway', sans-serif;
    background:#fff;
    letter-spacing:1px
}

.information_block .inputbox:focus{outline:none}

.information_block .info-log {
    background-color: #fff;
    border-radius: 2px 0 0 2px;
    border-right: 1px solid #eaeaea;
    color: #668dae;
    height: 36px;
    margin-left: 144px;
    padding: 0 12px;
    position: absolute;
    top: 1px;
    vertical-align: middle;
    font-size:16px;
    line-height:37px
}


.information_block .button_login {
    display: inline-block;
    background-color: #69cb95;
    height: 40px;
    font-family:'Raleway', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    color: #fff;
    -webkit-box-shadow: inset 0px -2px 0 0 #4fb67d;
    box-shadow: inset 0px -2px 0 0 #4fb67d;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
    padding: 7px 0px;
    border-radius: 2px;
    width:300px

}

.no-col-padd {padding:0px}

.small-snippet {
    overflow: hidden;
    border:1px #dbe5ed solid;
    border-left:none;
    min-height:450px;
    padding:35px 25px;
    padding-top:50px;
    background:#fff

}

.small-snippet .snippet {
    font-size: 16px;
    color: #5c7489;
    text-align: center;
    line-height: 1.8em;
    font-weight: 300;
    font-family:'Raleway', sans-serif;
    letter-spacing:1px;
    padding:0px 30px
}

.small-snippet .photo-img {
    margin-top: 10px;
    float: none;
}

.small-snippet em {display:inline-block; font-style:normal; font-size:18px; font-weight:normal; font-family: Arial, Helvetica, sans-serif}

.small-snippet .photo-img img {
    border-radius: 50%;
    border:none;
    width: 120px;
}

.small-snippet span {
    font-size: 13px;
    color: #a4baca;
    display: block;
    margin-top: 20px;
    float: none;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing:1px;
}

.small-snippet span strong {
    font-weight: bold;
    color: #1f8ceb;
    font-style: normal;
    font-family:'Montserrat', sans-serif;
    text-transform:uppercase;
    letter-spacing:1px;
    display:block;
    margin-bottom:5px

}


.fa-circle-o:before {
    content: "\f10c  \f10c";
    font-size:9px;
    line-height:12px

}

.fade_box {opacity: 0.5;}

.information_block1 {
    background-color: #fff;
    border-radius: 4px 4px 0px 0px;
    margin: 0 auto;
    padding: 0px 0px;
    width: 550px;
    margin-top: 0px;
    font-family:'Raleway', sans-serif;
    padding-top:0px;
    padding-bottom:30px;
    text-align:center;
    margin-bottom:40px;
    border:1px solid #e9edef
}
.information_block1 h2 {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    padding: 20px 0px;
    font-family:'Raleway', sans-serif;
    color:#1f8ceb;
    letter-spacing:1px;
    border-bottom:1px #e5e5e5 solid;
    display:block;
    margin:0;
    margin-bottom:10px
}

.download span{font-size:12px; color:#6b8499; letter-spacing:1px; display:block; margin-top:15px}

.information_block1  .group {text-align:left; color:#333; letter-spacing:1px}
.information_block1  .group ol li { padding-bottom:10px; margin-bottom:10px}

.information_block .button_download {
    display: inline-block;
    background-color: #69cb95;
    height: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    color: #fff;
    -webkit-box-shadow: inset 0px -2px 0 0 #4fb67d;
    box-shadow: inset 0px -2px 0 0 #4fb67d;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
    padding: 10px 50px;
    border-radius: 2px;
}

.information_block1 .button_login {
    display: inline-block;
    background-color: #69cb95;
    height: 30px;
    font-family:'Raleway', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    color: #fff;
    -webkit-box-shadow: inset 0px -2px 0 0 #4fb67d;
    box-shadow: inset 0px -2px 0 0 #4fb67d;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
    padding: 7px 30px;
    border-radius: 2px;
    margin-left:25px

}

.blockOverlay {z-index: 1000; border: none; margin: 0px; padding: 0px; width: 100%; height: 100%; top: 0px; left: 0px; opacity: 0.5; cursor: none; position: absolute; background-color:#fff;}

.support_link {
    font-size: 14px;
    font-weight: 400;
    letter-spacing:1px
}

.option_or {
    font-size: 24px;
    font-weight: normal;
    color: #aaa;
    margin: 15px 0px;
    font-family: 'Raleway', sans-serif;
}

.information_block1 .group1 {
    display: block;
    margin-bottom: 15px;
    position: relative;
    text-align: left;
    vertical-align: top;
    padding-left:25px;
    padding-right:25px

}


.information_block1 label {
    color: #333333;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 2px;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 145px;
    font-family: 'Raleway', sans-serif;
    margin-right: 4px;
    vertical-align: top;
    padding-top: 8px;
}

.information_block1 .textarea {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    color: #888;
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    margin: 0;
    padding: 0 73px 0 10px;
    text-overflow: ellipsis;
    width:100%;
    font-family: 'Raleway', sans-serif;
    letter-spacing:1px
}

a.tooltips {
    position: relative;
    display: inline;
}
a.tooltips span {
    position: absolute;
    color: #fff;
    background:#0b253b;
    line-height: 35px;
    text-align: center;
    visibility: hidden;
    border-radius: 3px;
    font-family: 'Raleway', sans-serif;
    letter-spacing:1px

}
a.tooltips span:after {
    content: '';
    position: absolute;
    top: 8%;
    right: 100%;
    margin-top: -8px;
    width: 0; height: 0;
    border-right: 8px solid rgba(0,0,0,0.8);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
a:hover.tooltips span {
    visibility: visible;
    opacity: 1;
    left: 100%;
    top:-7%;
    margin-top: -17.5px;
    margin-left: 15px;
    z-index: 10000;
    font-size:12px;
    text-align:left;
    padding:15px;
}

a.tooltips1 {
    position: relative;
    display: inline;
}
a.tooltips1 span {
    position: absolute;
    color: #fff;
    background:#0b253b;
    line-height: 35px;
    text-align: center;
    visibility: hidden;
    border-radius: 3px;
    font-family: 'Raleway', sans-serif;
    letter-spacing:1px

}


a.tooltips1 span h4{ color:#fff; font-size:18px; font-family: 'Raleway', sans-serif; letter-spacing:1px; border-bottom: 1px #2d5475 solid; padding-bottom:20px; padding-left:25px; padding-top:10px}

a.tooltips1 span:after {
    content: '';
    position: absolute;
    top: 8%;
    right: 100%;
    margin-top: -8px;
    width: 0; height: 0;
    border-right: 8px solid rgba(0,0,0,0.8);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
a:hover.tooltips1 span {
    visibility: visible;
    opacity: 1;
    left: 100%;
    top:25%;
    margin-top: -17.5px;
    margin-left: 15px;
    z-index: 10000;
    font-size:12px;
    color:#fff;
    text-align:left;
    width:425px;
}

a:hover.tooltips1 span ol { font-size:14px; line-height:1.6em; padding-right:15px; letter-spacing:1px; color:#92a9bd; padding-left:45px}




.navbar-toggle {border-radius:0px}



.faq {
    padding: 45px 0px 0px 0px;
    width: 100%;
    margin: auto;
    text-align: left;
    margin: auto;
    margin-bottom: 40px;
    font-size: 13px;
    line-height: 1.6em;
}

.faq h1 {
    color: #2e2e7f;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: normal;
    display: block;
    font-family: 'Raleway', sans-serif;
    text-align:center
}

.faq .faq-inner {
    padding: 20px 25px;
    margin-top:30px;
    overflow:hidden

}

.faq ul {overflow:hidden; padding:0px; margin:0px; text-align:left}

.faq ul li {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    padding: 20px 0px;
    display:block;
    color:#777;
    letter-spacing:1px
}

.faq ul li:last-child{ border-bottom:none}

.faq strong {display:block; margin-bottom:9px; font-size:16px; letter-spacing:1px;font-family: 'Raleway', sans-serif; font-weight:600; color:#333}


#customer{background: #f0f6fb; color: #b9dcfa; padding:65px 0px; padding-bottom:85px}
#customer .lead1 {font-family: 'Raleway', sans-serif; font-size:16px; font-weight:300; text-transform:none; color:#637280; letter-spacing:1.5px; width:70%; margin:auto; margin-bottom:85px}
#customer h1 {
    font-size: 44px;
    color: #2e2e7f;
    font-family: 'Raleway', sans-serif;
    font-weight:300;
    text-align:center;
    letter-spacing:1px;
    margin-bottom:20px;
    margin-top:0px;
    -webkit-animation: scaleUp 400ms;
    -moz-animation: scaleUp 400ms;
    -o-animation: scaleUp 400ms;
    -ms-animation: scaleUp 400ms;
    animation: scaleUp 400ms;
}

.testimonials_NR .quote-box {
    border: 1px solid #e9edef;
    border-radius: 6px 0px 0px 0px;
    padding: 45px 30px;
    background:#fff;
    text-align:center;
}

.testimonials_NR .roundness { border-radius: 0px 6px 0px 0px!important; border-left:none}

.testimonials_NR .quote-box .quote-left {
    background: url("../images/qoutes_left.png") no-repeat top left;
    height: 28px;
    margin: 15px 0 0 -5px;
    position: absolute;
    width: 33px;
    float:left;
    left:50px
}

.testimonials_NR .quote-box q {
    color: #666666;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7em;
    margin: 25px 38px;
    quotes: none;
    letter-spacing:1px;
    margin-bottom:0px
}

.testimonials_NR .quote-box .quote-right {
    background: url("../images/qoutes_right.png") no-repeat top left;
    height: 28px;
    margin: 4px -10px 0 10px;
    position: absolute;
    width: 33px;
}

.testimonials_NR .quote-arrow {
    background: url("../images/test_arrow.png") no-repeat top left;
    display: block;
    height: 13px;
    margin: -1px 0 0 15px;
    width: 99px;
}

.testimonials_NR cite {
    display: block;
    margin:0px;
    font-style: normal;
    font-size: 12px;
    color: #c3c9d1;
    margin-top:-90px;
    letter-spacing:1px;
    font-weight:300
}

.testimonials_NR cite .photo {
    display: inline-block;
    height: 115px;
    margin: 0 15px 0 0;
    width: 115px;
}

.testimonials_NR img {
    border: 4px solid #e9edef;
    border-radius: 90px;
    height: 110px;
    margin: 0 0 25px;
    width: 110px;
}

.testimonials_NR cite .author {
    color: #0088CC;
    font-size: 11px;
    display: block;
    margin-top: 5px;
    line-height: 24px;
    font-weight:700;
    letter-spacing:1.5px;
    text-transform:uppercase
}
.client {padding:0px}
.client-logo {background:#1f8ceb; padding:40px 0px; text-align:center}


/* DEMO 3 */

.wrapper-dropdown-3 {
    /* Size and position */
    position: relative;
    width: 410px;
    margin: 0 auto;
    padding: 10px;

    /* Styles */
    background: #fff;
    border-radius: 7px;
    border: 2px solid #c1dbf1;
    cursor: pointer;
    outline: none;
    text-align:left;
    font-family: 'Raleway', sans-serif;

    /* Font settings */
    font-weight: 500;
    color: #1f8ceb;
    letter-spacing:1px
}

.wrapper-dropdown-3 span i {margin-right:15px; margin-left:5px;  display:inline-block; font-size:18px; vertical-align: text-top }

.wrapper-dropdown-3:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #1f8ceb transparent;
}

.wrapper-dropdown-3 .dropdown {
    /* Size & position */
    position: absolute;
    top: 140%;
    left: 0;
    right: 0;

    /* Styles */
    background: white;
    border-radius: inherit;
    border: 1px solid #9ccafa;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    list-style: none;

    /* Hiding */
    pointer-events: none;
    display:none;
    z-index:100
}

.wrapper-dropdown-3 .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;    
}

.wrapper-dropdown-3 .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: #9ccafa transparent;    
}

.wrapper-dropdown-3 .dropdown li a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #777;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-3 .dropdown li i {
    color: inherit;
    margin-right:15px
}

.wrapper-dropdown-3 .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}

.wrapper-dropdown-3 .dropdown li:last-of-type a {
    border: none;
    border-radius: 0 0 7px 7px;
}

/* Hover state */

.wrapper-dropdown-3 .dropdown li:hover a {
    background: #1f8ded;
    color:#fff
}

/* Active state */

.wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
    text-align: left;
    padding:0px;
    display:block

}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-3.active .dropdown,
.no-pointerevents .wrapper-dropdown-3.active .dropdown {
    display: block;
}


.fa-building-o {font-family:FontAwesome; font-style:normal}








/* FAQ*/



.faq-section{background:#fff; background:#fff;   padding-top:25px; padding-bottom:60px }

.inside-header {padding: 80px 0px 0px 0px; text-align:left; overflow:hidden; margin-bottom:30px}
.tips-tricks h1 {
    color: #2e2e7f;
    font-size: 38px;
    font-weight: normal;
    letter-spacing:normal;
    line-height: normal;
    display:block;
    font-family: 'Raleway', sans-serif;

}



.tips-tricks {
    padding: 0px;
    width:100%;
    margin: auto;
    text-align:left;
    margin:auto;
    margin-bottom:40px;
    font-size:13px; line-height:1.6em;



}

.tips-tricks b{font-size:16px; font-weight:600}

.tips-tricks .tips-article{text-align:left;   font-family: "Gotham","Helvetica Neue",Helvetica,sans-serif; font-size: 14px; line-height: 1.6em; text-align: left; color:#444; padding-bottom:20px; background:#fff;  border: 1px solid #E0EBEE; padding:20px; border-radius:3px}


.tips-tricks .right_col h3{font-family:"Bitter-Regular"; font-size:22px; font-weight:normal; color:#fff; letter-spacing:normal; text-shadow:none; padding:0px 0px; line-height:1.4;  margin:0px; text-align:center}
.tips-tricks .left-col h3{ font-family:"Gotham","Helvetica Neue",Helvetica,sans-serif; font-size:16px; font-weight:900; color:#333; letter-spacing:normal; text-shadow:none; padding:0px 0px; line-height:1.4;  margin:0px; text-align:left; margin-top:20px; margin-bottom:5px}

.tips-tricks .download_btn {
    background: none repeat scroll 0 0 #dd172b;
    border: 1px solid #a10d1a;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family:"Gotham","Helvetica Neue",Helvetica,sans-serif;
    font-size: 20px;
    margin:0px;
    padding: 10px 50px;
    vertical-align: top;
    margin:20px;
    font-weight:900;
    text-shadow:none;
    margin-left:35px
}

.tips-tricks .left-col {
    width:835px;
    font-size:13px;
    text-align:left;
    line-height:1.6em;
    color:#444;
    letter-spacing:0.1px;
    word-spacing:1px;
    padding-right:25px}	





.tips-tricks p{ margin-bottom: 15px; margin-top: 15px; width:auto; line-height:1.6em; font-size:14px}
.tips-tricks .ans_row {border-bottom:1px solid #E0EBEE; padding-bottom:15px; margin-bottom:15px; font-size:14px; text-align:left}
.tips-tricks .ans_row strong {
    font-weight:bold; font-family:Arial, Helvetica, sans-serif; font-size:16px
}

.tips-tricks h3 {
    color: #333333;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.4;
    margin: 20px 0 5px;
    padding: 0;
    text-align: left;
    text-shadow: none;
    margin-top:30px;
    border-top:3px #e5e5e5 solid;
    padding-top:30px
}


.tips-tricks .tips-list{
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    border-bottom:1px #b7bbc4 dotted;
    text-align:left;
    background:#fff;
    padding:20px 0px;


}

.tips-tricks .tips-list:last-child{border:none}



.tips-tricks .tips-list h2{font-size: 14px; text-align:left; letter-spacing:normal; text-shadow:none; padding:0px; font-weight:normal; margin:0px; border:none; line-height:1.6em}

.tips-tricks .tips-list h2 a{  display: block;
                               cursor: pointer;
                               background: url(../images/support_arrow.png) no-repeat right center;
                               padding-right: 19px;
                               color:#1f8ceb;
                               font-family: 'Raleway', sans-serif;
                               font-size:14px;
                               font-weight:500;
                               letter-spacing:1px
}

.tips-tricks .tips-list li a{
    display: block;
    cursor: pointer;
    background: url(../images/support_arrow.png) no-repeat right center;
    padding-right: 19px;


}
.tips-tricks .tips{ margin-top:10px}
.tips-tricks .tips h2{
    font-size: 18px;
    color: #333333;
    margin: 0; font-weight:bold; margin-bottom:4px;
    text-shadow:none;
    text-align:left
}
.tips-tricks .tips h2 span { float:right; font-size:14px; cursor:pointer; color:#207ECF; font-weight:normal }
.tips-tricks .tips-list span.count{
    float: right;
    color: #fff;
    font-size: 11px; padding:0; padding-top:0px;
    background: linear-gradient(to bottom, #1f8ded 0%, #1985e3 100%);
    border:1px #1271c4 solid;
    border-radius:30px;
    width:24px;
    height:24px;
    text-align:center;
    line-height:20px
}

.tips-tricks .tips-article img{
    border: 1px solid #e1e1e1; background-color:#FFFFFF;
    padding: 4px;
    border-radius: 5px;
    box-sizing: content-box;
    max-width: 670px;
    height: auto;
    box-shadow: 0px 1px 2px #eaeaea;
}

.tips-tricks .tips-article ul ,.tips-article ol {
    margin: .5em 2em;
}

.tips-tricks .tips-article ol li{
    list-style: decimal;
}
.tips-tricks .tips-article ul li{
    list-style: disc;
}

.tips-tricks .back-link-wrap {
    font-size: 14px;
    margin-bottom: 10px;
}

.tips-tricks .breadcrumbs{text-align:left; font-size:11px; font-weight:300; font-family:'Raleway', sans-serif; color:#999; margin-top:0px; letter-spacing:1px}
.tips-tricks .breadcrumbs a{ font-weight:normal; font-size:12px;font-weight:normal;color:#999;}
.tips-tricks .breadcrumbs span{ font-size:14px; color:#999; font-weight:300; font-family:Arial, Helvetica, sans-serif}	

.tips-inner {    border: 1px solid #e9edef;
                 border-radius: 6px;
                 background-color: white;
                 padding:0px 25px;
                 text-align: justify;
}

.support-article {letter-spacing:1px; color:#333; line-height:1.8em}
.tips-inner p{letter-spacing:1px; color:#333; line-height:1.8em}

.tips-inner ul { margin-left:0px; padding:0px; padding-left:0px; font-size:14px; letter-spacing:1px; color:#333}

.tips-inner ul li {list-style-type:square; margin-bottom:15px; padding-left:30px; display:block}

.tips-inner ul li:before {
    content: "\f00c";
    font-family:FontAwesome;
    margin-right:8px;
    margin-left:-30px;
    display:inline-block;
    width:22px;
    color:#9acbf4
}

.support-article h1 {color:#1f8ceb; border-bottom:1px #e5e5e5 solid; padding-bottom:20px; letter-spacing:normal; font-weight:600; padding-top:10px; font-size: 30px;  letter-spacing: 1px;	}


.intro {
    border-radius: 6px;
    padding:20px;
    text-align:center; padding-bottom:0;
    background:#fff;
    border:1px solid #e9edef;}

.intro h2 {    font-size: 38px;
               color: #2e2e7f;
               font-family: 'Raleway', sans-serif;
               margin-top:20px;
               margin-bottom:30px;
               letter-spacing:1px;
               line-height:1.3em

}

.intro .rhs-form {margin-bottom:60px; float:none; display:inline-block}

.intro h3 {
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    color: #b9dcfa;
    letter-spacing: 1.5px;
    width: 90%;
    margin: 25px auto 45px;
    line-height: 1.5em;
    text-align:center;
    border-top:1px #1271c4 solid
}

.intro .media-browser {border:none}

.intro .lead {color: #e04e50;
              font-family: 'Montserrat', sans-serif;
              text-transform: uppercase;
              font-weight: 900;
              font-size: 13px;
              letter-spacing: 2px;
              margin-top: 15px;
              margin-bottom: 20px;
}


.intro .lead span {
    display: inline-block;
    color: #999;
    margin-left: 4px;
    margin-right: 4px;
}

.intro .media-browser img {width:100%}

.space {padding-top:10px}

/* FAQ End*/



/*blog CSS*/
.content-blog{text-align:left; overflow:hidden; padding:25px 0px; font-family: 'Raleway', sans-serif;}
.content-blog .recentposts {padding-bottom:20px; margin-bottom:25px; border-bottom:1px #ddd solid}
.content-blog .post {padding-bottom:20px; margin-bottom:20px;}
.content-blog .post img-div{ height:auto}
.content-blog .post img-div img {width:100%;}
.content-blog .post h2{ font-size:24px; font-weight:normal; padding:0px; margin:0px; margin-bottom:7px; line-height:1.4em}
.content-blog .post h3{ font-size:18px; font-weight:normal; padding:0px; margin:0px; margin-bottom:7px; line-height:1.4em; color:#111; margin-top:20px}
.content-blog p{font-size:14px; padding: 0px 25px}
.content-blog header { color: #999999; font-size: 14px; line-height: 1.3; margin-bottom: 20px; padding:0px 25px}
.content-blog .img-div {height:250px; overflow:hidden}
.content-blog .img-div img {width:100%;}

.content-blog h2{ font-size:28px; font-weight:normal; padding:0px; margin:0px;  margin-bottom:10px}
.content-blog h2 a{ font-size:32px; font-weight:600; padding:0px; margin:0px; font-family:'Raleway', sans-serif; color:#1f8ceb;}

.content-blog h1{ font-size:28px; font-weight:normal; padding:0px; margin:0px;  margin-bottom:7px}
.content-blog h1 a{ font-size:26px; font-weight:normal; padding:0px; margin:0px; color:#000}

.content-blog ul {
    margin-left:25px

}
a.more-link {
    background:#f8f8f8;
    border-radius: 2px 2px 2px 2px;
    clear: both;
    color: #1f8ceb;
    display: inline-block;
    padding: 5px 20px;
    text-decoration: none;
}

.RHS_box { margin-bottom:40px}

.top-space{padding-top:15px}

.RC-info{overflow: hidden;
         margin-bottom:25px;
         color:#333;
         text-shadow: 0 1px #FFFFFF;
         margin-bottom:40px
}

.RC-info h3{ background:#fff; font-size:24px; font-weight:normal; padding:0px; margin:0px; color:#000; padding-bottom:7px; border-bottom:1px #ddd solid}
.RC-info .inner{padding:10px 0px; color:#666666; line-height:1.6em; font-size:13px }

.most_popular {
    border: 1px solid #e9edef;
    border-radius: 6px;
    background-color: white;
    overflow:hidden;
    padding:20px;
    margin-top:30px

}



.most_popular h3{ background:#fff; font-size:18px; font-weight:normal; padding:0px; margin:0px;  color:#000; padding-bottom:14px; border:none; border-bottom:1px #e5e5e5 solid; margin-bottom:10px; font-weight:600}

.most_popular ul {
    border-bottom: 1px dotted #DEDEDE;
    overflow: hidden;
    margin:0px;
    padding:12px 0px;
    padding-left:5px

}



.most_popular ul li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size:13px;
    letter-spacing:1px;
    line-height:20px;

}



.most_popular ul:first-child{
    background-clip: padding-box;
    border-top: 0 none;
    border-radius: 0 0 2px 2px;

}

.most_popular ul:last-child{
    background-clip: padding-box;
    border-bottom: 0 none;
    border-radius: 0 0 2px 2px;
}



.most_popular a{}







.content-blog .recentposts  span{ color:#64c457; font-weight:600}

/*blog END*/


/* Footer*/
.footer {
    background-color: #212b3a;
    padding: 60px 0px;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.01em;
    font-size: 1.25rem;
    line-height: 1.875rem;
    color:#6e7681;
}

.footer .links { color:#d1dae8; font-size:13px; letter-spacing:1px; font-weight:normal; text-align:center}
.footer .links a {color:#d1dae8;}
.footer .links span { color:#6e7681; display:inline-block; margin-left:7px; margin-right:7px}
.footer .social-links { overflow:hidden; text-align:center; margin-top:30px}
.footer .social-links a { border:2px #6e7681 solid; height:34px; width:34px; text-align:center; display:inline-block; margin-left:5px; margin-right:5px; border-radius:50px; line-height:32px; color:#6e7681}
.footer .page-links { overflow:hidden; margin-top:45px; text-align:center; padding:0px 80px}
.footer .page-links a{display:inline-block; color:#6e7681; margin-left:8px; color:#6e7681; letter-spacing:1px}
.footer .page-links a:hover{ color:#d1dae8}
.footer .bottom-links { overflow:hidden; margin-top:45px; text-align:center; padding:0px 80px; font-size:12px; letter-spacing:1px}
.footer .bottom-links a{display:inline-block; color:#6e7681; margin-left:5px; color:#6e7681; letter-spacing:1px}
.footer .bottom-links a:hover{ color:#d1dae8}
.footer .bottom-links span { color:#6e7681; display:inline-block; margin-left:7px; margin-right:7px}

.top-padd { padding-top:120px!important}
.top-padd1 { padding-top:80px}
.bottom-signup {margin-top:65px}
.bottom-signup .info-strip {margin-bottom:0px}

#contactForm .contact_lable {
    font-size: 14px;
    color: #888;
    padding-top: 0;
    text-shadow: none;
    margin-bottom: 0px;
    text-align: left;
    letter-spacing: normal;
    line-height: 1.6em;
    margin-bottom: 8px;
    float: left;
    width: 147px;
    list-style: none;
    letter-spacing:1px
}
#contactForm ul {overflow:hidden}

#contactForm li {
    display: block;
    margin-bottom: 0px;
    float: left;
    padding-left:0px
}


#contactForm .contact_input {
    border: 1px solid #e5e5e5;
    color: #aaa;
    font-size: 13px;
    padding: 0px 10px 0px 10px;
    width: 425px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    font-family: 'Raleway', sans-serif;
    float: left;
    margin: 0px 0px 0px 15px;
    border-radius: 0px;
    box-shadow: 0 0 0 transparent;
    background-color: #fff;
    vertical-align: top;
    letter-spacing: 1px;
}

#contactForm .contact_txt_area {
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 2px 2px #eee inset;
    -webkit-box-shadow: 0 0 2px 2px #eee inset;
    color: #aaa;
    font-size: 13px;
    padding: 0px 10px 0px 10px;
    width: 425px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 80px;
    line-height: 40px;
    font-family: 'Raleway', sans-serif;
    float: left;
    margin: 0px 0px 0px 15px;
    border-radius: 3px;
    box-shadow: 0 0 0 transparent;
    background-color: #fff;
    vertical-align: top;
    letter-spacing: 1px;
}

#contactForm li:before {
    content: "";
}

#contactForm .contact_button {
    display: inline-block;
    background-color: #69cb95;
    height: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    color: #fff;
    -webkit-box-shadow: inset 0px -2px 0 0 #4fb67d;
    box-shadow: inset 0px -2px 0 0 #4fb67d;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
    padding: 7px 30px;
    border-radius: 2px;
    margin-left: 7px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    #header {height:125px}
    #header .container {padding:0px}
    .navbar-default {background:none}
    .navbar-default .navbar-brand {margin-right:0px; margin-left:15px}
    .navbar-toggle {border:none; margin-right:0px; margin-top:0px;  margin-right:15px}
    .navbar-collapse {float:none}
    .navbar-nav {background: #fff; margin-top: -40px; z-index: 1000; position: absolute; width: 100%; padding-bottom: 20px;}
    .navbar-default .navbar-nav > li {border-bottom:1px #e5e5e5 solid; line-height:2em}
    .navbar-default .navbar-nav > li > a {line-height: 4.2em;}
    .navbar-default .navbar-nav > li:last-child{border-bottom:none}
    .input_small {width: 57%;}
    .rhs-form {float: none; margin-top: 0px; overflow:hidden; border-top:1px #e5e5e5 solid; padding-left:13px; padding-top:15px; width:100%}
    .email-phone {float: none; margin-top: 0px; overflow:hidden; border-top:1px #e5e5e5 solid; padding-left:13px; padding-top:10px; width:100%; margin-top:5px; text-align:center}
    .email-phone span {display:block; height:5px; border:none}
    .signup-inner h1 { font-size:42px; padding-top:70px}
    .top-get-started-btn {padding:5px 20px 5px}
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #fff;}
    .navbar-default .navbar-toggle .icon-bar {color:#333}
    .navbar-default .navbar-toggle .icon-bar  {background-color: #212b3a;}
    #main-slider {padding-top:150px}
    #main-slider h1 {font-size: 34px; margin-top:20px; width:auto}
    #main-slider h2 {width:auto}
    .lead span { margin-left: 2px; margin-right: 2px;}
    .lead {font-size: 11px; margin-bottom:15px}
    .media-browser img {width:100%}
    #services h1 {font-size: 30px; margin-bottom:25px}
    #services .box .border {border-right:none}
    #services .box .no-border {border-bottom:1px rgba(255,255,255,0.2) solid}
    #portfolio h1 {font-size: 30px; margin-bottom:20px}
    #portfolio .lead1 {margin-bottom:35px; font-size: 14px; width:100%}
    #pricing { padding-top:10px}
    #pricing .lead1 {margin-bottom:35px; font-size: 14px; width:auto}
    #pricing h1 {font-size: 36px; margin-bottom:20px}
    .signup-form {width:auto}
    .signup-form.signup-form-large input {font-size:14px; width:100%; border-radius:3px; padding:10px 0px; text-align:center}
    .signup-form .signup-form-button {position:relative; display:block;  border-radius:3px; margin-top:15px}
    .wrapper-dropdown-3 {width:280px}
    #customer h1 {font-size: 30px; margin-bottom:20px}
    #customer .lead1 {margin-bottom:35px; font-size: 14px; width:100%; margin-bottom:60px}
    #contact .lead1 {width:100%}
    .footer .page-links { padding:0px 35px}
    .footer .bottom-links {padding: 0px 0px;}
    .footer .bottom-links span {display:block}

    .inside-header {padding-top:130px; margin-bottom: 20px;}
    .inside-header h1 {font-size:30px}


    .intro {margin-top:25px}
    .intro h2 {font-size:30px}
    .intro .lead {font-size:11px}

    .content-blog .img-div {
        height: auto;
        overflow: hidden;
    }

    #features .box {
        padding: 0px 0px;
    }

    .pricing-plan .price {font-size:50px}

    .price-inner {padding-top:150px}

    .faq h1 {
        color: #2e2e7f;
        font-size: 30px;
    }


    .information_block {width:auto; padding:15px 0px; min-height:auto}
    .information_block .group {margin-left:20px}
    .information_block label {display:block}
    .information_block .inputbox {display:block}
    .information_block .inputbox {width:92%; padding-left:15px}	
    .information_block .button_login {width:auto; padding:7px 15px}
    .information_block .info-log {margin-left:1px; top: 31px; display:none}

    .information_block1 {width:auto}
    .information_block .button_download {margin:0px 15px; padding:10px 20px}	
    .information_block .group ol {margin-left:20px; margin-right:20px}

    #contactForm .contact_input { margin-left:0px; width:100%}
    #contactForm .contact_txt_area { margin-left:0px; width:100%}
    #contactForm  .last-label {display:none}
    #contactForm .contact_button {margin-left:0px}

    .small-snippet {border:1px #dbe5ed solid; border-top:none; min-height:auto }
    .small-snippet .snippet {padding:0px}
    .customer-logos h2 {font-size:18px}
    .customer-logos .logo-img {width:100%}

    .media-browser video {width: 100%; height: 100%;}

    .client-logo img { width:95%}

    .get-started-form em.error {
        width: 92% !important;
    }
    .get-started-form .error_label{
        display: none;
    }

}



@media only screen and (min-width: 480px) and (max-width: 767px) {
    #header {height:110px}
    #header .container {padding:0px}
    .navbar-default {background:none}
    .navbar-default .navbar-brand {margin-right:0px; margin-left:15px}
    .navbar-toggle {border:none; margin-right:0px; margin-top:0px;  margin-right:15px}
    .navbar-collapse {float:none}
    .navbar-nav {background: #fff; margin-top: -40px; z-index: 1000; position: absolute; width: 100%; padding-bottom: 20px;}
    .navbar-default .navbar-nav > li {border-bottom:1px #e5e5e5 solid; line-height:2em}
    .navbar-default .navbar-nav > li > a {line-height: 4.2em;}
    .navbar-default .navbar-nav > li:last-child{border-bottom:none}
    .input_small {width: 57%;}
    .rhs-form {float: none; margin-top: 0px; overflow:hidden; border-top:1px #e5e5e5 solid; padding-left:13px; padding-top:15px; width:100%}
    .email-phone {float: none; margin-top: 0px; overflow:hidden; border-top:1px #e5e5e5 solid; padding-left:13px; padding-top:10px; width:100%; margin-top:5px; text-align:center}
    .signup-inner h1 { font-size:42px; padding-top:45px}
    .top-get-started-btn {padding:5px 20px 5px}
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #fff;}
    .navbar-default .navbar-toggle .icon-bar {color:#333}
    .navbar-default .navbar-toggle .icon-bar  {background-color: #212b3a;}
    #main-slider {padding-top:150px}
    #main-slider h1 {font-size: 34px; margin-top:20px; width:auto}
    #main-slider h2 {width:auto}
    .lead span { margin-left: 2px; margin-right: 2px;}
    .lead {font-size: 11px; margin-bottom:15px}
    .media-browser img {width:100%}
    #services h1 {font-size: 30px; margin-bottom:0px}
    #services .box .border {border-right:none}
    #services .box .no-border {border-bottom:1px rgba(255,255,255,0.2) solid}
    #portfolio h1 {font-size: 30px; margin-bottom:20px}
    #portfolio .lead1 {margin-bottom:35px; font-size: 14px;}
    #pricing { padding-top:10px}
    #pricing .lead1 {margin-bottom:35px; font-size: 14px;}
    #pricing h1 {font-size: 36px; margin-bottom:20px}
    .signup-form {width:auto}
    .wrapper-dropdown-3 {width:280px}
    #customer h1 {font-size: 30px; margin-bottom:20px}
    #customer .lead1 {margin-bottom:35px; font-size: 14px;}

    .footer .page-links { padding:0px 35px}
    .footer .bottom-links {padding: 0px 0px;}
    .footer .bottom-links span {display:block}

    .inside-header {padding-top:130px; margin-bottom: 20px;}
    .inside-header h1 {font-size:30px}


    .intro {margin-top:25px}
    .intro h2 {font-size:30px}
    .intro .lead {font-size:11px}

    .content-blog .img-div {
        height: auto;
        overflow: hidden;
    }

    #features .box {
        padding: 0px 0px;
    }

    .pricing-plan .price {font-size:50px}

    .price-inner {padding-top:150px}

    .faq h1 {
        color: #2e2e7f;
        font-size: 30px;
    }

    .information_block {width:auto}
    .information_block .group {margin-left:0px}
    .information_block label {width:120px; font-size:13px}
    .information_block .inputbox {width:65%}
    .information_block .info-log {margin-left:130px}	
    .information_block .button_login {width:auto; padding:7px 20px}    
    .information_block1 {width:auto}
    .information_block .button_download {margin:0px 15px; padding:10px 20px}	
    .information_block1 .group ol {margin-left:20px; margin-right:20px}	

    #contactForm .contact_input { margin-left:0px; width:100%}
    #contactForm .contact_txt_area { margin-left:0px; width:100%}
    #contactForm  .last-label {display:none}
    #contactForm .contact_button {margin-left:0px}


    .media-browser video {width: 100%; height: 100%;}

    .client-logo img { width:95%}

    .small-snippet {border:1px #dbe5ed solid; border-top:none; min-height:auto }
    .small-snippet .snippet {padding:0px}
    .customer-logos h2 {font-size:18px}
    .customer-logos .logo-img {width:100%}

    .get-started-form em.error {
        width: 65% !important;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #header {height:auto}
    .navbar-collapse.collapse {margin-top:15px}
    .media-browser img {width:100%}
    #main-slider {padding-top:140px}
    #main-slider h1 {font-size: 46px; margin-top:30px; width:auto}
    #main-slider h2 {width:auto}
    #services h1 {font-size: 42px;}
    #services .box .border {min-height:300px; padding:30px 0px}
    #services .box .border-responsive1 {border-right:none; border-bottom:1px #d6e3ee solid}
    #services .box .last { border-right:1px #d6e3ee solid}
    #services .box .border-responsive {border-right:none}
    #services .box .no-border {border-bottom: 1px #d6e3ee solid;}
    #portfolio h1 {font-size: 42px;}
    #pricing h1 {font-size: 42px;}
    #customer h1 {font-size: 42px;}
    #customer img {width:100%}

    .inside-header {padding-top:110px; margin-bottom: 20px;}
    .inside-header h1 {font-size:36px}

    .intro h2 {font-size:24px}
    .intro .lead {font-size:10px}

    .content-blog .img-div {
        height: 150px;
        overflow: hidden;
    }

    .price-inner {padding-top:150px}

    .information_block .group {margin-left:0px}
    .information_block .inputbox {width:55%}
    .information_block label {width:125px; font-size:12px}
    .small-snippet .snippet {padding:0px; font-size:14px}
    .customer-logos .logo-img {width:100%}

    .get-started-form em.error {
        width: 55% !important;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1170px) {
    .navbar-default .navbar-brand {margin-right:0px}
    #services .box .border {min-height:335px; padding:30px 15px}
    #customer img {width:100%}
    .information_block .group {margin-left:0px}
    .information_block .inputbox {width:270px}
    .information_block label {width:125px; font-size:12px}
    .small-snippet .snippet {padding:0px; font-size:16px}
    .information_block .button_login {width:270px;}  

    .get-started-form em.error {
        width: 66% !important;
    }

}

.body-bg::before, *::after {
    box-sizing: border-box;
}
.get-started-form em.error {
    height: 65%;
    left: auto;
}
.get-started-form em.error {
    background-color: #ffeaea;
    border: 1px solid #f29898;
    margin-top: 5px;
    color: #a90329;
    display: none;
    font-size: 11px;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    margin-bottom: 7px;
    padding: 0;
    text-align: center;
    top: 0;
    width: 63%;
}

.thanx_msg {
    border: 3px solid #69CB95;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7em;
    margin: 20px auto auto;
    padding: 20px 20px 25px;
    text-align: center;
}
.thanx_msg div {
    display: inline-block;
}
.thanx_msg .icon-check {
    display: inline-block;
    font-size: 24px;
    margin-right: 10px;
    vertical-align: top;
}

.thanx_message div {
    background: transparent url("../images/good_icon.gif") no-repeat scroll 10px 0;
    color: #336633;
    font-size: 9pt;
    font-weight: bold;
    line-height: 1.6em;
    padding-left: 40px;
    text-align: left;
}
.thanx_message {
    background: #e2f9e3 none repeat scroll 0 0;
    border: 1px solid #bbee66;
    border-radius: 3px;
    margin: auto;
    padding: 12px 10px 12px 0;
    text-align: left;
}
.error_message {
    background: #ffddcc none repeat scroll 0 0;
    border: 1px solid #eeccbb;
    border-radius: 3px;
    margin: auto;
    padding: 12px 10px 12px 0;
    text-align: left;
}
.error_message div {
    background: transparent url("../images/error-icon.png") no-repeat scroll 10px 0;
    color: #663333;
    font-size: 9pt;
    font-weight: bold;
    line-height: 1.6em;
    padding-left: 35px;
    text-align: left;
}

/*blog css*/

.content-blog h2 a {
    line-height: normal;
}
.content-blog .post h2 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
    margin: 20px 0 0;
    padding: 0; font-family:"Raleway",sans-serif;
}
.content-blog ul {
    margin-left: 0;
}
.content-blog .entry-content ol{ padding:0 6px;}
.content-blog .entry-content p{ padding:0px;}
.content-blog .entry-content {
    color: #333;
    letter-spacing: 1px;
    line-height: 1.8em;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 15px; padding:0 25px;
}
.pagination{float: right;}
.pagination span{ padding:6px 10px; border:1px #ddd solid; background:#fff;}
.pagination a{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #eaeaea;
    margin: 0 4px;
    padding: 6px 10px;
}

.support-article img{ max-width:100%; height:auto;}
.content-blog .post img{ max-width:100%; height:auto;}