/*------------------transition-----------------*/


/*
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
*/


/*
font-family: "Archer SSm A", "Archer SSm B";
font-style: italic;
font-weight: 800;
*/


/*------------------utilities-----------------*/

body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

a {
    outline: none !important;
    text-decoration: none;
}

p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    color: #6a6a6a;
}

a:hover,
a:focus,
a:active,
a:visited {
    text-decoration: none;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.margin-top-eraser {
    margin-top: 0 !important;
}

.margin-right-eraser {
    margin-right: 0 !important;
}

.margin-bottom-eraser {
    margin-bottom: 0 !important;
}

.margin-left-eraser {
    margin-left: 0 !important;
}

.padding-top-eraser {
    padding-top: 0 !important;
}

.padding-right-eraser {
    padding-right: 0 !important;
}

.padding-bottom-eraser {
    padding-bottom: 0 !important;
}

.padding-left-eraser {
    padding-left: 0 !important;
}

.float-none {
    float: none !important;
}


/*---------------buttons-----------------------*/

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    outline: none;
    box-shadow: none;
    text-transform: uppercase;
    padding: 12px 16px;
    line-height: 1.5;
    transition: all 0.3s;
}

.btn-primary {
    background: #12a54a;
    color: #fff !important;
}

.btn-primary:hover {
    background: #000 !important;
    color: #fff;
}

.btn-green-outline {
    background: #fff;
    color: #12a54a !important;
    border: 3px solid #12a54a;
    padding: 10px 16px;
}

.btn-green-outline:hover {
    background: #12a54a;
    color: #fff !important;
}


/*--------------data sections-------------------*/

.section_frame {
    float: left;
    width: 100%;
    min-height: 100vh;
    padding-top: 78px;
    padding-bottom: 78px;
    position: relative;
}

.bg_grey_gradient {
    background: #fbfbfb;
    background: rgba(251, 251, 251, 1);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251, 251, 251, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: linear-gradient(to bottom, rgba(251, 251, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#ffffff', GradientType=0);
}

.bg_grey {
    background: #fbfbfb;
}

.bg_white {
    background: #fff;
}


/*--------------- main header--------------------*/

.main_header {
    float: left;
    width: 100%;
    background: #fff;
    height: 78px;
    z-index: 100;
    position: fixed;
    top: 0;
    transition: all 0.3s;
}

.main_header.logo_visible {
    background: transparent;
}

.main_header.logo_visible .intro_text_header {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.main_header.logo_visible .main_logo {
    z-index: 999999;
}

.logo_text_wrap {
    position: relative;
    float: left;
    width: 100%;
}

.main_logo {
    float: none;
    position: absolute;
    left: -70px;
    top: 10px;
}

.main_logo img {
    width: 54px;
    height: 54px;
    float: left;
}

.intro_text_header {
    float: none;
    font-size: 15px;
    font-weight: 300;
    color: #6a6a6a;
    display: inline-block;
    margin: 27px 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transition: all .5s;
}

.intro_text_header i {
    font-style: italic;
    font-weight: 800;
    font-family: "Archer SSm A", "Archer SSm B";
    font-size: 17px;
}

.main_logo img {
    float: left;
}

.quote_section_wrp {
    float: left;
    width: 100%;
    text-align: left;
    padding-top: 50px;
}

.quote_wrap {
    float: left;
    width: 100%;
    font-size: 35px;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    position: relative;
    color: #000;
}

.quote_wrap:before {
    content: '';
    position: absolute;
    left: -45px;
    top: 5px;
    width: 40px;
    height: 30px;
    background: transparent url("../images/quote.png") no-repeat center;
}

.quote_by {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 300;
    color: #6a6a6a;
    margin: 38px 0 36px 0;
}

.req_count_wrap {
    position: relative;
    float: left;
    width: 50%;
    text-align: center;
    padding-right: 35px;
}

.btn_wrp_qt {
    position: relative;
    float: left;
    width: 100%;
}

.btn_wrp_qt .btn {
    padding-left: 40px;
    padding-right: 40px;
}

.req_count_wrap strong {
    float: left;
    width: 100%;
    font-size: 41px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.25;
    color: #595959;
    border-bottom: 1px solid #acacac;
    margin-bottom: 11px;
}

.req_count_wrap b {
    float: left;
    font-size: 46px;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 1.25;
    color: #595959;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 11px;
}

.req_count_wrap span {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 300;
    color: #595959;
}

.video_thumb {
    float: left;
    border: 1px solid #d5d5d5;
    text-align: center;
    position: relative;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s;
    cursor: pointer;
    overflow: hidden;
}

.video_thumb p {
    display: none;
}

.video_thumb.video_thumb_active:after {
    display: none;
}

.video_thumb:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.video_thumb .intro_AI_txt {
    float: left;
    width: 100%;
    text-align: center;
    font-style: italic;
    font-weight: 800;
    font-family: "Archer SSm A", "Archer SSm B";
    font-size: 17px;
    color: #333;
    margin-top: 25px;
}

.video_thumb:after {
    content: '';
    position: absolute;
    width: 156px;
    height: 156px;
    left: 50%;
    top: 50%;
    margin-left: -78px;
    margin-top: -78px;
    z-index: 1;
    background: transparent url("../images/play.png") no-repeat center;
    background-size: contain;
}

.scroll_to_wrap {
    display: inline-block;
    float: none;
    position: relative;
}

.scroll_to_wrap .btn {
    padding-left: 40px;
    padding-right: 40px;
}

.btn_wrap {
    width: 100%;
    float: left;
    text-align: center;
}

.txt_wrap {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.txt_wrap span {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 300;
    color: #6a6a6a;
    text-align: center;
}

.scroll_node {
    width: 100%;
    float: left;
    text-align: center;
}

.scroll_node a {
    float: none;
    display: inline-block;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 300;
    color: #12a54a;
    cursor: pointer;
    transition: all 0.3s;
    left: 0;
}

.scroll_node_to_bottom a:before {
    content: '';
    position: absolute;
    border: 24px solid transparent;
    border-top-color: #12a54a;
    left: 50%;
    top: 22px;
    margin-left: -24px;
    width: 0;
    height: 0;
    transition: all 0.3s;
}

.scroll_node_to_bottom a:hover:before {
    border-top-color: #000;
}

.scroll_node_to_top a:before {
    content: '';
    position: absolute;
    border: 24px solid transparent;
    border-bottom-color: #12a54a;
    left: 50%;
    top: -55px;
    margin-left: -24px;
    width: 0;
    height: 0;
    transition: all 0.3s;
}

.scroll_node_to_top a {
    top: 20px;
}

.scroll_node_to_top a:hover:before {
    border-bottom-color: #000;
}

.scroll_node a:hover {
    color: #000;
}

.scroll_wrap .scroll_node_to_top {
    display: none;
}

.scroll_to_top .scroll_node_to_top {
    display: block;
}

.scroll_to_top .scroll_node_to_bottom {
    display: none;
}

.scroll_wrap {
    position: relative;
}

.section_head {
    float: left;
    width: 100%;
    font-size: 35px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 15px 0;
    padding: 0;
    position: relative;
    color: #3e3e3e;
}

.section_descp {
    float: left;
    width: 100%;
    padding-right: 10%;
    padding-left: 10%;
}

.section_descp b {
    font-family: "Archer SSm A", "Archer SSm B";
    font-style: italic;
    font-weight: 800;
}

.cloud_providers {
    margin-top: 0;
    margin-bottom: 20px;
}

.cloud_providers img {
    margin: 10px 20px;
}

.cloud_providers .more {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 58px;
}

.list_managed {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 0 0;
}

.list_managed > li {
    float: left;
    width: 100%;
    list-style: none;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}

.list_managed > li h5 {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    color: #3d3d3d;
    margin: 0 0 5px 0;
    position: relative;
    transition: all 0.3s;
}

.list_managed > li h5:before {
    content: '';
    position: absolute;
    left: -20px;
    top: -2px;
    border: 10px solid transparent;
    border-left-color: #12a54a;
    display: none;
    transition: all 0.3s;
}

.list_managed > li.active h5 {
    color: #12a54a;
    text-transform: uppercase;
}

.list_managed > li.active h5:before {
    display: block;
}

.list_managed > li p {
    float: left;
    width: 100%;
    margin-top: 0;
    font-size: 13px;
    line-height: 1.8;
}

.list_managed .btn {
    padding-left: 40px;
    padding-right: 40px;
}

.manage_through_row {
    margin-top: 65px;
}

.image_rotating_frame {
    float: left;
    width: 100%;
    max-height: 568px;
    max-height: 50vh;
}

.req_count_wrap_footer {
    float: none;
    display: inline-block;
    padding-right: 0;
    width: auto;
    text-align: center;
    margin-bottom: 75px;
}

.req_count_wrap_footer span,
.req_count_wrap_footer b {
    display: inline-block;
    float: none;
}

.trow {
    display: table;
    width: 100%;
    float: left;
    table-layout: fixed;
}

.trow .trow_cells {
    float: none;
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding-bottom: 30px;
}

.tcell-border-right {
    border-right: 1px solid #d7d7d7;
}

.trow .trow_cells label {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 300;
    color: #595959;
    margin-bottom: 22px;
    position: relative;
}

.has-arrow-right {
    position: relative;
    width: auto !important;
    padding-right: 20px;
}

.has-arrow-right:after {
    content: '';
    position: absolute;
    right: 0;
    top: 3px;
    border: 5px solid transparent;
    border-left-color: #494949;
    border-width: 4px 6px;
}

.footer-forms .tcell_left {
    padding-right: 72px;
}

.footer-forms .tcell_right {
    padding-left: 72px;
}

.footer-forms input[type="text"],
.footer-forms input[type="email"],
.footer-forms input[type="password"] {
    border: 1px solid #e0e0e0;
    background: #fff;
    height: 35px;
    padding: 10px;
    font-size: 15px;
    outline: none;
    box-shadow: none;
    width: 100%;
    font-weight: 300;
    transition: all 0.3s;
}

.input_row {
    float: left;
    width: 100%;
    margin-bottom: 14px;
    position: relative;
}

.footer-forms .trow_cells .btn {
    width: 100%;
}

.mrgb {
    margin-bottom: 11px;
}

.footer_sections h4 {
    float: left;
    width: 100%;
    font-size: 28px;
    font-weight: 200;
    line-height: 1.2;
    margin: 0 0 32px 0;
    padding: 0;
    position: relative;
    color: #3e3e3e;
}

.footer_sections h5 {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 300;
    color: #595959;
}

.how-many-servers input[type="text"],
.how-many-servers input[type="email"],
.how-many-servers input[type="password"] {
    border: 1px solid #e0e0e0;
    background: #fff;
    height: 54px;
    padding: 10px;
    font-size: 15px;
    outline: none;
    box-shadow: none;
    font-weight: 300;
    width: 160px;
    margin: 0 auto 35px auto;
    display: block;
}

.how-many-servers .button_wrap_foot {
    text-align: center;
}

.how-many-servers .button_wrap_foot,
.how-many-servers .button_wrap_foot .text,
.how-many-servers .button_wrap_foot .btn {
    display: inline-block;
    ;
}

.how-many-servers .button_wrap_foot .btn {
    padding: 12px 100px;
}

.how-many-servers .button_wrap_foot .has-arrow-right {
    font-weight: 400;
    font-size: 15px;
    color: #000;
}

.how-many-servers .button_wrap_foot .has-arrow-right:after {
    top: 4px;
}

.share_now_block {
    display: inline-block;
}

.share_now_block h5 {
    margin: 0 0 10px 0;
}

.share_now_block p {
    font-size: 14px;
    float: left;
    width: 100%;
    margin: 0 0 0 0;
}

.share_now_block .social_share_list {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: none;
    min-height: 100px;
    margin-top: 50px;
    text-align: center;
}

.share_now_block .social_share_list .pw-widget {
    float: none;
    display: inline-block;
}

.share_now_block .social_share_list .email_c {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -3px;
}

.social_share_list .pw-icon {
    width: 115px !important;
    height: 42px !important;
    margin-right: 12px;
    margin-bottom: 12px;
}

.social_share_list .ra1-pw-icon-facebook {
    background: transparent url("../images/social/fb_share.png") no-repeat 0 0 !important;
    background-size: contain;
}

.social_share_list .ra1-pw-icon-googleplus {
    background: transparent url("../images/social/g_share.png") no-repeat 0 0 !important;
    background-size: contain;
}

.social_share_list .ra1-pw-icon-twitter {
    background: transparent url("../images/social/tweet_share.png") no-repeat 0 0 !important;
    background-size: contain;
    width: 122px !important;
}

.social_share_list .ra1-pw-icon-linkedin {
    background: transparent url("../images/social/in_share.png") no-repeat 0 0 !important;
    background-size: contain;
}

.fixed_slide_controls {
    position: fixed;
    bottom: 50%;
    right: 0;
    margin-bottom: -70px;
}

.fixed_slide_controls .bullet_list {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1000;
    width: 35px;
}

.fixed_slide_controls .bullet_list > li {
    list-style: none;
    float: left;
    width: 100%;
}

.fixed_slide_controls .bullet_list > li span {
    float: left;
    width: 15px;
    height: 15px;
    border: 1px solid #959595;
    border-radius: 50%;
    cursor: pointer;
    margin: 10px 20px 10px 0;
    transition: all 0.3s;
}

.fixed_slide_controls .bullet_list > li.active span {
    background: #959595;
}

#manage_through_slider .item {}

#manage_through_slider .item img {
    margin-bottom: 45px;
    margin-top: 15px;
}

#manage_through_slider .item h5 {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 5px 0;
    position: relative;
    color: #12a54a;
    text-transform: uppercase;
    text-align: left;
}

#manage_through_slider .item p {
    float: left;
    width: 100%;
    margin-top: 0;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
}

@-webkit-keyframes sm-fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sm-fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.captcha_frame {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.captcha_inner_frame {
    width: 100%;
    position: relative;
    float: left;
}

.footer_section_3 .req_count_wrap_footer {
    margin-bottom: 50px;
}

.signup_frame .pw-c-layout-horizontal .pw-c-button {
    width: 100%;
}

.signup_frame .ra1-pw-c-icon-facebook {
    background: transparent url("../images/social/signup_fb.png") no-repeat 0 0 !important;
}

.signup_frame .ra1-pw-c-icon-googleplus {
    background: transparent url("../images/social/signup_google_plus.png") no-repeat 0 0 !important;
}

.signup_frame .ra1-pw-c-icon-twitter {
    background: transparent url("../images/social/signup_twitter.png") no-repeat 0 0 !important;
}

.signup_frame .ra1-pw-c-icon-linkedin {
    background: transparent url("../images/social/signup_in.png") no-repeat 0 0 !important;
}

.signup_frame .pw-c-icon {
    width: 100% !important;
    height: 42px !important;
    margin-bottom: 11px !important;
    float: left;
}

.vslide_frame {
    position: relative;
    float: left;
    width: 100%;
}

.input_row.server_count {
    float: none;
    margin: 0 auto;
    width: 160px;
}

.alert {
    font-weight: 300;
}

.trow .trow_cells .alert {
    display: inline-block;
    width: 100%;
    color: red;
}


/*====================validation styles========================*/

.row_validation {
    position: relative;
}

.input_row span,
.row_validation span {
    position: absolute;
    right: 0px;
    top: -20px;
    height: 20px;
    padding: 0 8px;
    font: 400 11px/18px 'Gotham SSm A', 'Gotham SSm B';
    display: none;
}

.input_row.error input,
.row_validation.error input,
.input_row.error textarea,
.row_validation.error textarea {
    border: 1px solid red !important;
    transition: all .5s;
}

.input_row.error span.error,
.row_validation.error span.error {
    color: white;
    background: red;
    display: block;
}

.signup_frame {
    position: relative;
    float: left;
    width: 100%;
}

.slider_bottom_btn {
    margin-top: 35px;
}

.request_invite {
    padding-left: 40px;
    padding-right: 40px;
}

.launch_text {
    margin-top: 0;
    margin-bottom: 20px;
    /*display: inline-block;*/
    display: none;
    float: none;
    width: auto;
}

.footer_horizontal_slider {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}


/*======================= slick slider ========================*/

.section_head_fixed {
    z-index: 2;
}

.slick-list {
    outline: none !important;
}

.manage_through_row .slick-slide {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all .5s;
}

.manage_through_row .slick-active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}


/*=====================popup===================================*/

.modal-body h3 {
    position: relative;
    float: left;
    width: 100%;
    font-style: normal;
    font-weight: 300;
    font-family: inherit;
    font-size: 32px;
    margin: 20px 0 20px 0;
    text-align: center;
}

.modal-body h3 span {
    display: inline-block;
    font-style: italic;
    font-weight: 800;
    font-family: "Archer SSm A", "Archer SSm B";
    font-size: 32px;
}

.say_something_wrap {
    position: relative;
    width: 100%;
    text-align: left;
    float: left;
    padding-left: 25px;
    padding-right: 25px;
}

.say_something_wrap p {
    position: relative;
    width: 100%;
    float: left;
}

.say_something_wrap textarea {
    width: 100%;
    border: 1px solid #d7d7d7;
    resize: none;
    height: 110px;
    outline: none;
    margin-top: 3px;
    color: #6a6a6a;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 300;
    padding: 8px;
}

.say_something_wrap input {
    width: 100%;
    border: 1px solid #d7d7d7;
    resize: none;
    height: 35px;
    outline: none;
    color: #6a6a6a;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 300;
    padding: 8px;
    margin-bottom: 10px;
}

.modal-backdrop {
    background-color: transparent;
}

.modal-content {
    background-color: #fff;
    box-shadow: 0 5px 40px 6px rgba(0, 0, 0, .1);
    border-radius: 0;
    border: 1px solid #d7d7d7;
}

#email_share_modal .modal-content,
.share_modal_c .modal-content {
    float: left;
    padding-bottom: 30px;
}

#email_share_this_modal .modal-content,
.share_modal_c .modal-content {
    float: left;
    padding-bottom: 30px;
}

.modal-dialog {}

.pop_btn_wrp {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.pop_btn_wrp .btn {
    float: none;
    display: inline-block;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    height: 15px !important;
    width: 15px !important;
    margin: 12px 7px !important;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    height: 15px !important;
    width: 15px !important;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    width: 15px !important;
    height: 15px !important;
    margin: 0 !important;
    top: 0 !important;
    left: 0 !important;
    background-color: #fff !important;
    border: 1px solid #959595;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    background-color: #959595 !important;
}

.scroll_to_wrap_fixed {
    display: none;
}

.modal-content-auto-height {
    height: auto !important;
    min-height: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.266666667% !important;
    display: none;
    width: 100%;
}

.video_frame_outer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}


/*===================recaptcha styles==========================*/

.captchaMain {
    position: fixed;
    width: 100%;
    height: 100% !important;
    left: 0px;
    top: 0px;
    background: gray;
    background: rgba(128, 128, 128, 0.37);
    z-index: 7777777;
    display: none;
}

.captchaWrap {
    position: absolute;
    z-index: 1000;
    text-align: left;
    background-color: #fff;
    border-radius: 0;
    padding: 0 20px;
    margin: 10px;
    max-height: 100%;
    overflow-y: auto;
}

.captchaWrap .cHead {
    position: relative;
    width: 100%;
    float: left;
}

.captchaWrap .cHead .h2 {
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-top: 32px;
    margin-bottom: 0;
}

.captchaWrap .cHead .cClose {
    background: url("../images/captcha/close.png") 0 0 no-repeat;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 16px;
    height: 16px;
    text-indent: -999999px !important;
    display: none;
}

.captchaWrap .cDataWrap {
    position: relative;
    float: left;
    padding-bottom: 35px;
}

.captchaWrap .cDataWrap img {
    position: relative;
    left: 43%;
}

.captchaWrap .cDataWrap p {
    float: left;
    color: #575757;
    text-align: left;
    padding: 0 20px 0 20px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.5;
}

.captchaWrap .cDataWrap h3 {
    color: #171717;
    font-size: 19px;
    line-height: 1.5;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    margin: 7px 0;
    padding: 0 65px;
    float: left;
    width: 100%;
}

.captchaWrap .cDataWrap h3 b {
    color: #12a54a;
    font-weight: 400;
}

.captchaWrap .captchaInner {
    position: relative;
    margin: 20px 0px 0px 0px;
    float: left;
    width: 100%;
    padding-left: 12px;
}

.captchaWrap .captchaInner .captcha {
    position: relative;
    width: 125px;
    height: 125px;
    margin-left: 5px;
    float: left;
    cursor: pointer;
}

.A {
    background: transparent url(../images/captcha/captcha.png) no-repeat 21px 0px;
}

.B {
    background: transparent url(../images/captcha/captcha.png) no-repeat -134px 0px;
}

.C {
    background: transparent url(../images/captcha/captcha.png) no-repeat -268px 1px;
}

.D {
    background: transparent url(../images/captcha/captcha.png) no-repeat -430px 1px;
}

.E {
    background: transparent url(../images/captcha/captcha.png) no-repeat 28px -133px;
}

.F {
    background: transparent url(../images/captcha/captcha.png) no-repeat -125px -133px;
}

.G {
    background: transparent url(../images/captcha/captcha.png) no-repeat -266px -133px;
}

.H {
    background: transparent url(../images/captcha/captcha.png) no-repeat -435px -133px;
}

.I {
    background: transparent url(../images/captcha/captcha.png) no-repeat 34px -293px;
}

.J {
    background: transparent url(../images/captcha/captcha.png) no-repeat -133px -293px;
}

.K {
    background: transparent url(../images/captcha/captcha.png) no-repeat -272px -293px;
}

.L {
    background: transparent url(../images/captcha/captcha.png) no-repeat -430px -288px;
}

.M {
    background: transparent url(../images/captcha/captcha.png) no-repeat 17px -428px;
}

.N {
    background: transparent url(../images/captcha/captcha.png) no-repeat -138px -428px;
}

.O {
    background: transparent url(../images/captcha/captcha.png) no-repeat -270px -428px;
}

.P {
    background: transparent url(../images/captcha/captcha.png) no-repeat -430px -428px;
}

.Q {
    background: transparent url(../images/captcha/captcha.png) no-repeat 25px -547px;
}

.R {
    background: transparent url(../images/captcha/captcha.png) no-repeat 25px -547px;
}

.S {
    background: transparent url(../images/captcha/captcha.png) no-repeat 25px -547px;
}

.T {
    background: transparent url(../images/captcha/captcha.png) no-repeat 25px -547px;
}


/*    thank you page */

.captchaThanksWrap {
    position: relative;
    width: 463px;
    height: 92px;
    z-index: 1000;
    text-align: left;
    margin: 0 auto;
    margin-top: 100px;
    background-color: #000;
    border-radius: 8px;
    background: #fff;
    border: solid 1px #000;
    box-shadow: 0px 0px 25px #000;
    display: none;
    max-width: 95%;
}

.captchaThanksWrap .cClose {
    position: absolute;
    width: 23px;
    height: 23px;
    top: 10px;
    right: 10px;
    background: transparent url(../images/captcha/close.png) no-repeat !important;
    float: right;
}

.captchaThanksWrap .thumbs {
    position: relative;
    width: 56px;
    height: 59px;
    float: left;
    margin: 16px 0px 0px 16px;
}

.captchaThanksWrap .thumbs .thumbsImg {
    background: transparent url(../images/captcha/thumbsUp.png) no-repeat;
    height: 59px;
    width: 55px;
}

.captchaThanksWrap p {
    position: relative;
    width: 345px;
    float: left;
    margin: 31px 0px 0px 10px;
    line-height: 20px;
}

.captchaThanksWrap p strong {
    font-weight: bold;
}

.pleaseWait {
    position: relative;
    width: 100%;
    background-color: red;
    padding: 50px 0;
    text-align: center;
    z-index: 1001;
    display: none;
    float: left;
}


/*------------- share block ----------------*/

.share_outer_frame {
    float: left;
    width: 100%;
}

.share_outer_frame h4 {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 0;
}

.share_outer_frame h4 strong {
    float: left;
    width: 100%;
    font-style: italic;
    font-weight: 700;
    font-family: "Archer SSm A", "Archer SSm B";
    font-size: 36px;
    color: #11a449;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.share_outer_frame h4 b {
    font-size: 38px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 15px 0;
    padding: 0;
    position: relative;
    color: #3e3e3e;
}

.share_outer_frame .shr_bl_txt {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 300;
    color: #000;
    margin: 0 0 0 0;
    float: left;
    width: 100%;
}

.share_outer_frame .shr_bl_txt i {
    display: inline-block;
    position: relative;
    font-style: italic;
    font-weight: 600;
    font-family: "Archer SSm A", "Archer SSm B";
}

.share_outer_frame .shr_bl_txt i:after {
    content: '';
    position: absolute;
    bottom: -3px;
    width: 100%;
    height: 3px;
    background: #12a648;
    left: 0;
}

.equal_width_box_frame {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.equal_width_box_frame > p {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 20px;
}

.equal_width_box_frame .top_share_box {
    display: inline-block;
    float: none;
    width: 650px;
    max-width: 100%;
    border: 1px solid #e1e1e1;
    vertical-align: top;
    padding: 30px 0;
    margin-bottom: 41px;
    position: relative;
    overflow: hidden;
}

.share_sub_boxes {
    width: 33.3%;
    float: left;
}

.share_sub_boxes strong {
    width: 100%;
    font-family: "Archer SSm A", "Archer SSm B";
    font-style: italic;
    color: #606060;
    font-size: 43px;
    font-weight: 700;
    float: left;
    line-height: 1;
    margin: 0 0 15px 0;
}

.share_sub_boxes i {
    color: #606060;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.2;
    font-style: italic;
    font-weight: 600;
    font-family: "Archer SSm A", "Archer SSm B";
    float: left;
    width: 100%;
}

.share_sub_boxes span {
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 300;
    color: #606060;
}

.share_sub_boxes span em {
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 300;
    color: #606060;
    font-style: normal;
}

.share_sub_boxes .divide {
    float: left;
    width: 100%;
    line-height: 0;
    margin: 8px 0 12px 0;
}

.share_sub_boxes .divider {
    width: 100px;
    height: 2px;
    background: #e1e1e1;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.equal_width_box_frame .social_share_list_revised {
    float: none;
    display: inline-block;
    width: 650px;
    max-width: 100%;
    line-height: 1;
    vertical-align: top;
}

.social_share_list_revised .share_button {
    float: none;
    display: inline-block;
    font-size: 0;
    vertical-align: top;
    margin: 0 5px;
    position: relative;
    cursor: pointer;
}

.social_share_list_revised .share_button .thanks {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    float: left;
    font-style: italic;
    font-weight: 700;
    font-family: "Archer SSm A", "Archer SSm B";
    font-size: 15px;
    line-height: 1.4;
    display: none;
    width: 100%;
    color: #11a449;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.69);
}

.social_share_list_revised .share_button.thanking .thanks {
    display: block;
}

.social_share_list_revised .share_button.success {}

.social_share_list_revised .ai-socialshare-facebook {}

.social_share_list_revised .ai-socialshare-twitter {}

.social_share_list_revised .ai-socialshare-googleplus {}

.social_share_list_revised .ai-socialshare-linkedin {}

.social_share_list_revised .ai-socialshare-email {}

.existing_user_thank_you {
    display: none;
}

.text_over {
    position: absolute;
    text-align: center;
    width: 100%;
    background: rgba(255, 255, 255, .8);
    padding: 25px 5px;
    top: 25px;
    font-weight: 700;
    font-family: "Archer SSm A", "Archer SSm B";
    font-size: 25px;
    color: #596d96;
    font-style: italic;
}

.abs_footer_frame {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 15px;
    color: #6a6a6a;
}

.bottom_fixed_txt {
    color: #6a6a6a;
    display: inline-block;
    font-size: 13px;
    position: relative;
    z-index: 100;
}

.abs_footer_frame .bottom_fixed_txt a {
    color: #6a6a6a;
    display: inline-block;
    font-size: 13px;
}

.abs_footer_frame .bottom_fixed_txt a:hover,
.abs_footer_frame .bottom_fixed_txt a:focus,
.abs_footer_frame .bottom_fixed_txt a:active {
    text-decoration: underline;
    color: #6a6a6a;
}

.server-sub-text {
    font-size: 13px;
    line-height: 1;
    width: 100%;
    float: left;
    color: #000;
    font-weight: 400;
    margin-top: 10px;
}

.error404 .section_head {
    font-size: 80px;
    font-weight: 200;
}

.error404 .section_descp a {
    color: #12a54a;
    text-decoration: underline;
}

.error404 .section_descp b {
    font-weight: 400;
}

.error404 .section_descp a:hover,
.error404 .section_descp a:focus {
    color: #000;
}

.preview_share_message_outer_frame {
    float: left;
    width: 100%;
    /*text-align: center;
    padding: 30px 0 0 0;*/
    margin: 40px 0;
}

.preview_share_message_outer_frame img {
    max-width: 50%;
    display: inline-block;
}

.preview_share_message_outer_frame p {
    width: 100%;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 25%;
    padding-right: 25%;
    text-align: left;
}

.preview_share_message_outer_frame .s_t_comment_container {
    width: 650px;
    font-size: 14px;
    margin: 0 auto;
    text-align: left;
    color: #606060;
}

.preview_share_message_outer_frame .s_t_comment_container strong,
.preview_share_message_outer_frame .s_t_comment_container b {
    width: 100%;
    float: left;
    margin: 10px 0;
}

.preview_share_message_outer_frame .shr_head_txt {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 300;
    color: #606060;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
}

.section-share-this {
    padding-top: 88px !important;
    padding-bottom: 78px !important;
}

.share-this-comment-form-outer {
    width: 650px;
    margin: 0 auto;
}

.share-this-comment-form-outer textarea {
    width: 400px;
    height: 96px;
    resize: none;
    padding: 12px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    color: #606060;
    line-height: 1.2;
    font-weight: 400;
}

.share-this-comment-form-outer .thankyou_form_message_wrap {
    margin: 0 auto;
    float: none;
    width: 300px;
    text-align: center;
    font: 300 15px/24px 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    color: #595959;
    letter-spacing: 0px;
    padding: 20px;
}

.share-this-comment-form-outer .row_input_sub {
    position: relative;
    width: auto;
    display: inline-block;
}


/*================= location window- styles======================*/

.enter-location-details input[type="text"],
.enter-location-details select {
    border: 1px solid #e0e0e0;
    background: #fff;
    height: 54px;
    padding: 10px;
    font-size: 15px;
    outline: none;
    box-shadow: none;
    font-weight: 300;
    width: 250px;
    margin: 0 auto 35px auto;
    display: block;
}

.enter-location-details .input_row.location-details {
    float: none;
    margin: 0 auto;
    width: 250px;
    margin-bottom: 25px;
}

.enter-location-details .button_wrap_foot .btn {
    padding: 12px 100px;
}

.location_wrap.button_wrap_foot {
    float: left;
    width: 100%;
    font-size: 28px;
    font-weight: 200;
    line-height: 1.2;
    margin: 0 0 32px 0;
    padding: 0;
    position: relative;
    color: #3e3e3e;
}

.enter-location-details .button_wrap_foot .has-arrow-right {
    font-weight: 400;
    font-size: 15px;
    color: #000;
    margin-top: 10px;
}

.enter-location-details .input_row.location-details-skip {
    float: none;
    margin: 0 auto;
    width: 270px;
}

.innerdata-section--footer {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 15px;
    background-color: #f9f9f9;
}

.innerdata-section--footer .abs_footer_frame {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 15px;
}

.location-details .chosen-container.chosen-container-single {
    height: 55px;
}

.location-details .chosen-container-single .chosen-single span {
    width: 100%;
    text-align: left;
    font-size: 15px;
    margin-right: 0;
    margin-top: 18px;
    top: 0;
    font: 400 16px/18px 'Gotham SSm A', 'Gotham SSm B', sans-serif;
}

.location-details .chosen-container-single .chosen-single {
    background: #fff;
    height: 54px;
    font-size: 15px;
    outline: none;
    box-shadow: none;
    font-weight: 300;
    width: 250px;
    display: block;
    border-radius: 0;
}

.location-details .chosen-container-single .chosen-single div b {
    background-position: -1px 18px;
}

.location-details .chosen-container-single.chosen-container-active.chosen-with-drop div b {
    background-position: -16px 18px;
}

.location-details .chosen-container-single .chosen-drop {
    float: left;
    text-align: left;
}

.location-details .chosen-container-active .chosen-single {
    border: 1px solid #12a54a;
}

.location-details .chosen-container .chosen-results li.highlighted {
    background-color: #12a54a;
    background-image: linear-gradient(#179B47 20%, #12a54a 90%);
}


/*================= END location window- styles======================*/

.thankyou_form_message_wrap {
    width: 100%;
    float: left;
    margin: 0px 0;
    text-align: center;
    font: 300 15px/24px 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    color: #595959;
    letter-spacing: 0px;
    padding: 20px;
}


/*======================= menu styles =======================*/


/*------------------------------------*\
    #offcanvas menu
\*------------------------------------*/

.offcanvas-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    visibility: hidden;
    width: 465px;
    height: 100%;
    background: #434343;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    visibility: visible;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    max-width: 100%;
    z-index: 1001;
}

.offcanvas-menu.open {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.offcanvas-close {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: transparent url('../images/press-coverage/close.png') no-repeat center;
}

.offcanvas-menu__items {
    float: left;
    width: 100%;
    margin: 80px 0 0 0;
    padding: 0 0 0 58px;
}

.offcanvas-menu__li {
    float: left;
    width: 100%;
    list-style: none;
    margin-bottom: 18px;
}

.offcanvas-menu__item {
    position: relative;
    float: left;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff !important;
    line-height: 1.2;
    cursor: pointer;
}

.offcanvas-menu__item:hover {
    color: #fff;
    text-decoration: none;
}

.offcanvas-menu__item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: #96cb45;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.offcanvas-menu__item:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.offcanvas-toggle-icon {
    position: fixed;
    right: 25px;
    top: 18px;
    width: 35px;
    height: 30px;
    cursor: pointer;
    z-index: 1000;
    background: transparent url('../images/press-coverage/toggle.png') no-repeat center;
}

.page-offcanvas {
    position: relative;
    float: left;
    width: 100%;
}

.asseenon {
    width: 100%;
    float: left;
    margin: 15px 0;
    padding: 0;
    list-style: none;
}

.asseenon li {
    height: 50px;
    float: left;
    margin: 0 0 0 5%;
    line-height: 50px;
}

.asseenon li:first-child {
    margin: 0;
}

.asseenon li .title img {
    float: left;
}

.asseenon li .title {
    float: left;
    margin: 20px 0 0;
    font: 500 14px/18px 'Gotham SSm A', 'Gotham SSm B';
    color: #696969;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.asseenon li .seemore {
    float: left;
    margin: 20px 0 0;
    font: 500 14px/18px 'Gotham SSm A', 'Gotham SSm B';
    color: #12a54a;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.quote_slide {
    width: 100%;
    float: left;
    padding: 0;
    list-style: none;
}

.quote_slide li {
    width: 100%;
    float: left;
    padding: 0;
    list-style: none;
    visibility: hidden;
}

.quote_slide li.slick-active {
    visibility: visible;
}

.quote_slide li .quote_by {
    margin: 38px 0 36px 0
}

.quote_slide_controls {
    width: 100%;
    margin: 0 0 36px;
    float: left;
}

.quote_slide_controls .bullets {
    width: 11px;
    height: 11px;
    float: left;
    margin: 0 9px 0 0;
    background: #e1e1e1;
    border-radius: 12px;
}

.quote_slide_controls .bullets.selected {
    background: #59618f;
    cursor: default;
}

.quote_slide .slick-list {
    padding-left: 42px;
    margin-left: -42px;
}

.quote_slide li .quote_wrap:before {
    display: none;
}

.quote_slide li.slick-active .quote_wrap:before {
    display: block;
}

@keyframes bobbingAnim {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(0px, 12px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

@-webkit-keyframes bobbingAnim {
    0% {
        -webkit-transform: translate(0px, 0px);
    }
    50% {
        -webkit-transform: translate(0px, 12px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
    }
}

.bobbing-anim-wrap {
    position: relative;
    width: 100%;
    float: left;
}

.bobbing {
    position: absolute;
    animation: bobbingAnim ease-in-out 2.5s infinite;
    -moz-animation: bobbingAnim ease-in-out 2.5s infinite;
    -webkit-animation: bobbingAnim ease-in-out 2.5s infinite;
    text-transform: uppercase;
    background: #dfdfdf;
    padding: 9px 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.1;
    height: 32px;
}

.bobbing__count {
    font-style: italic;
    font-weight: 300;
    color: #59618f;
}

.bobbing--bottom-aligned {
    bottom: -48px;
}

.bobbing--bottom-aligned .bobbing__arrow {
    position: absolute;
    top: 0;
    left: 0;
    border: 9px solid transparent;
    border-bottom: 9px solid #dfdfdf;
    top: -18px;
    z-index: 100;
}

.bobbing--right-aligned {
    bottom: 0;
    right: 0;
    top: 2px;
    padding-left: 0;
}

.bobbing--right-aligned .bobbing__arrow {
    position: absolute;
    top: 0;
    left: -32px;
    border: 16px solid transparent;
    border-right: 16px solid #dfdfdf;
    top: 0px;
    z-index: 100;
}

.nav-default-c {
    float: right;
    margin: 28px 0 0 0;
    padding: 0;
}

.nav-default-c__list {
    float: left;
    margin: 0;
    padding: 0;
}

.nav-default-c__list-item {
    float: left;
    list-style: none;
    margin: 0px 10px;
}

.nav-default-c__list-item a {
    color: #474747;
    text-decoration: none;
    float: left;
    font-size: 16px;
    line-height: 1.2;
    position: relative;
}

.nav-default-c__list-item a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: #12a54a;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.nav-default-c__list-item a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.nav-default-c__list-item .request-an-invite-nav {
    font-family: "Archer SSm A", "Archer SSm B";
    color: #12a54a !important;
    font-style: italic;
    font-weight: 800;
    font-size: 17px;
    padding-left: 0;
    padding-right: 0;
}

.nav-default-c--active .offcanvas-toggle-icon {
    display: none;
    padding: 24px;
    right: 0;
    top: 0;
    background: #20a44e url('../images/press-coverage/toggle_white.png') no-repeat center !important;
    height: 78px;
    width: 78px;
}

.abs-links-wrap {
    position: absolute;
    left: 0;
    width: 500px;
}

.abs-links-wrap a {
    float: left;
    margin-right: 17px;
}

.nav-default-c--active .main_header.logo_visible {
    background: #fff !important;
}

.process_bobbing_anim {
    display: inline-block;
    float: none;
    width: auto;
}

.process_bobbing_anim .bobbing--right-aligned {
    right: -250px;
}

.aws-location-drop .chosen-container{
   float: left;
   width: 100% !important;
}

.aws-location-drop .chosen-container-single .chosen-drop{
    float: left;
    width: 100%;
    border: 1px solid #e1e1e1;
    box-shadow: none;
}

.aws-location-drop .chosen-container.chosen-container-single{
    height: 35px;
    float: left;
    width: 100%;
}

.aws-location-drop .chosen-container-single .chosen-single{
    float: left;
    width: 100%;
    border: 1px solid #e1e1e1;
    height: 35px;
}

.aws-location-drop .chosen-container-active.chosen-with-drop .chosen-single{
    box-shadow: none !important;
    border-image: none !important;
    border: 1px solid #e1e1e1;
    background:#fff !important;
    float: left;
    width: 100%;
}

.aws-location-drop .chosen-container-single .chosen-search,
.aws-location-drop .chosen-container .chosen-results{
    float: left;
    width: 100%;
}

.aws-location-drop .chosen-container-single .chosen-single span{
    margin-top: 8px;
    font-size: 14px;
    text-transform: uppercase;
}

.aws-location-drop .chosen-container-single .chosen-single div b{
    background-position: -1px 8px;
}

.aws-location-drop .chosen-container-single.chosen-container-active.chosen-with-drop div b{
    background-position: -16px 8px;
}

.aws-location-drop .chosen-container-single .chosen-search input[type="text"]{
    background: url('../images/chosen-sprite.png') no-repeat 100% -21px !important;
    height: 25px !important;
    padding: 10px !important;
}

/*======================= media queries =======================*/

@media (max-width: 1600px) {
    .asseenon li {
        margin: 0 0 0 2%;
    }
}

@media (max-width: 1400px) {
    .main_logo {
        left: 0;
    }
    .intro_text_header {
        padding-left: 70px;
    }
    .quote_section_wrp {
        padding-left: 45px;
    }
    .trow .trow_cells label {
        font-size: 13px;
    }
}

@media (max-width: 1199px) {
    .footer-forms .tcell_left {
        padding-right: 57px;
    }
    .footer-forms .tcell_right {
        padding-left: 57px;
    }
    body {
        padding-top: 78px;
    }
    .section_frame {
        min-height: 0;
    }
    .manage_through_row .slick-slide img {
        height: 325px;
    }
    .text_over {
        font-size: 16px;
    }
    .nav-default-c--active .nav-default-c {
        display: none;
    }
    .nav-default-c--active .offcanvas-toggle-icon {
        display: block;
    }
}

@media (max-width: 991px) {
    .quote_section_wrp {
        padding-top: 0;
        margin-bottom: 30px;
    }
    .video_thumb {
        margin-top: 50px;
        max-width: 100%;
    }
    .scroll_to_wrap {
        margin-top: 50px;
    }
    .list_managed {
        margin-top: 35px;
    }
    .list_managed > li {
        width: 50%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .quote_section_wrp .req_count_wrap span {
        display: none;
    }
    .manage_through_row {
        margin-top: 50px;
    }
    .footer-forms .trow_cells .btn {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    .image_rotating_frame {
        display: none;
    }
    .fixed_slide_controls {
        display: none;
    }
    .abs-links-wrap {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
    }
    .list_managed__btn-wrap {
        width: 100% !important;
        text-align: center;
    }
    .list_managed__btn-wrap .btn {
        float: none !important;
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .list_managed > li {
        width: 100%;
    }
    .quote_wrap {
        font-size: 28px;
    }
    .section_head,
    .share_outer_frame h4 b,
    .share_outer_frame h4 strong {
        font-size: 28px;
    }
    .quote_section_wrp {
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px;
    }
    .quote_wrap:before {
        left: 0;
        top: -42px;
    }
    .quote_by {
        margin: 30px 0;
    }
    .quote_section_wrp .req_count_wrap {
        display: none;
    }
    .quote_section_wrp .btn_wrp_qt {
        width: 100%;
    }
    .scroll_to_wrap .txt_wrap {
        margin-bottom: 0;
    }
    .video_thumb:after {
        width: 80px;
        height: 80px;
        margin-left: -40px;
        margin-top: -40px;
    }
    .section_frame {
        min-height: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .scroll_node {
        display: none;
    }
    .scroll_wrap {
        display: none;
    }
    .manage_through_row {
        margin-top: 30px;
    }
    .btn_wrap {
        margin-bottom: 0;
    }
    .trow .trow_cells {
        padding-right: 0;
        padding-left: 0;
        display: block;
        float: left;
    }
    .trow .trow_cells {
        width: 100%;
    }
    .tcell-border-right {
        border-right: 0;
    }
    .owl-carousel .owl-item:first-child .item:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -33px;
        margin-left: -67px;
        width: 135px;
        height: 66px;
        z-index: 1;
        background: transparent url('../images/swipe.png') no-repeat center;
        -webkit-animation: sm-fade-out 5s ease-in-out;
        animation: sm-fade-out 5s ease-in-out;
        opacity: 0;
    }
    .intro_text_header {
        display: none;
    }
    .list_managed > li p {
        font-size: 14px;
    }
    .modal-body h3,
    .modal-body h3 span {
        font-size: 25px;
    }
    .captchaWrap .cHead .cClose {
        display: block;
    }
    .captchaWrap .cDataWrap h3 {
        padding-left: 0;
        padding-right: 0;
    }
    .social_share_list_revised .share_button {
        margin-bottom: 14px !important;
    }
    .share_outer_frame .shr_bl_txt {
        line-height: 1.5;
    }
    .abs_footer_frame {
        position: relative;
        bottom: 0;
        height: auto;
        margin-top: 30px;
    }
    .preview_share_message_outer_frame p {
        padding-left: 5%;
        padding-right: 5%;
    }
    .preview_share_message_outer_frame img {
        max-width: 70%;
    }
    .asseenon li:first-child,
    .asseenon li:last-child {
        width: 100%;
        margin: 20px 0 0;
    }
    .quote_section_wrp .quote_wrap:before {
        left: 0;
        top: -42px;
    }
    .quote_slide .slick-list {
        padding-top: 42px;
        margin-top: -42px;
    }
    .footer_sections .bobbing-anim-wrap {
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 50px;
    }
    .process_bobbing_anim .bobbing--right-aligned {
        right: auto;
        top: 51px;
        left: 0;
        padding-left: 10px;
        min-width: 240px;
    }
    .process_bobbing_anim .bobbing--right-aligned .bobbing__arrow {
        position: absolute;
        top: 0;
        left: 0;
        border: 9px solid transparent;
        border-bottom: 9px solid #dfdfdf;
        top: -18px;
        z-index: 100;
    }
    .equal_width_box_frame {
        margin-top: 60px;
    }
}

@media (max-width: 480px) {
    .section_descp {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        text-align: left;
    }
    .cloud_providers {
        text-align: left;
    }
    .cloud_providers img {
        max-width: 45%;
        margin: 0 2% 2% 0;
    }
    .scroll_to_wrap {
        width: 100%;
    }
    .btn {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .coverage-highlight__buttons .btn {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .scroll_to_wrap .btn_wrap {
        margin-bottom: 0;
    }
    .error404 .section_descp {
        text-align: center;
    }
    .preview_share_message_outer_frame p {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 331px) {}

@media (min-width: 768px) {
    .modal-dialog {
        width: auto;
        margin-top: 0;
        margin-bottom: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
    }
    .captchaWrap {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
        width: 460px;
    }
    #email_share_modal .modal-dialog,
    .share_modal_c .modal-dialog {
        width: 468px;
    }
    #email_share_this_modal .modal-dialog,
    .share_modal_c .modal-dialog {
        width: 468px;
    }
    .modal-video {
        width: 727px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #manage_through_slider .item h5,
    #manage_through_slider .item p {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .quote_wrap {
        font-size: 25px;
    }
    .footer-forms .tcell_left {
        padding-right: 86px;
    }
    .footer-forms .tcell_right {
        padding-left: 86px;
    }
}

@media (min-width: 992px) {
    /*-------------------for vertical aliment ---------------*/
    .cssvhunit .section_frame {
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
        overflow: hidden;
    }
    .scroll_node a {
        z-index: 100;
    }
    .cssvhunit .video_thumb {
        margin-top: 0 !important;
    }
    .cssvhunit .scroll_wrap {
        position: fixed;
        right: 0;
        bottom: 5%;
        bottom: 10vh;
        left: 0;
        text-align: center;
        width: 50px;
        left: 50%;
        margin-left: -25px;
    }
    .scroll_to_wrap {
        display: none !important;
    }
    .scroll_to_wrap_fixed {
        display: block !important;
    }
    .launch_text {
        width: 250px;
        position: relative;
        left: -105px;
    }
}

.image_rotating_frame .slick-slide > img {
    max-height: 57vh;
}

@media (min-width: 1200px) and (max-width: 1350px) {
    .abs-links-wrap .btn {
        padding-left: 20px;
        padding-right: 20px;
    }
}


/*=========height based media queries ===========*/

@media (max-height: 850px) {
    .list_managed > li {
        margin-bottom: 0;
    }
    .manage_through_row {
        margin-top: 30px;
    }
    .cloud_providers {
        margin-top: 0;
    }
    .cloud_providers img {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .cloud_providers .more {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .text_over {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-height: 850px) {
    .manage_through_row > .col-lg-8,
    .manage_through_row > .col-lg-4 {
        width: 50% !important;
    }
    .image_rotating_frame .slick-slide > img {
        display: inline-block;
        max-height: 45vh;
        float: right;
        margin-right: 20px;
    }
    .video_thumb {
        overflow: hidden;
        max-width: 100%;
    }
    .video_thumb img {
        max-height: 50vh;
        width: auto;
    }
    .video_thumb {
        width: auto;
    }
    .video_thumb:after {
        width: 100px;
        height: 100px;
        margin-top: -50px;
        margin-left: -50px;
    }
    .quote_section_wrp {
        padding-top: 0;
    }
    .quote_wrap {
        font-size: 25px;
    }
    .equal_width_box_frame {
        margin-top: 20px;
    }
    .equal_width_box_frame .top_share_box {
        margin-bottom: 20px;
        padding: 20px 0;
    }
    .col-height-fixer {
        display: inline-block;
        float: none;
        vertical-align: middle;
        max-width: 50%;
    }
    .video_frames.col-height-fixer {
        width: 50%;
        width: auto;
    }
}

@media (min-width: 992px) and (max-height: 580px) {
    .section_head,
    .req_count_wrap b,
    .share_outer_frame h4 strong,
    .share_outer_frame h4 b {
        font-size: 28px;
    }
    .quote_wrap {
        font-size: 18px;
    }
    .quote_by {
        margin: 15px 0 20px 0;
    }
    .req_count_wrap_footer {
        margin-bottom: 30px;
    }
    .cssvhunit .section_frame {
        padding-top: 88px;
        padding-bottom: 78px;
    }
    .scroll_wrap {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        width: 100% !important;
    }
    .scroll_to_wrap {
        display: block !important;
        float: left;
        width: 100%;
        margin-top: 30px;
    }
    .scroll_to_wrap_fixed {
        display: none !important;
    }
    .launch_text {
        width: auto !important;
        left: 0 !important;
        width: auto !important;
        position: relative;
        left: 0;
        margin-top: 20px;
    }
    .fixed_slide_controls {
        display: none;
    }
    .cssvhunit .scroll_wrap {
        margin-left: 0 !important;
    }
}

@media (min-width: 1200px) and (min-height: 700px) {
    .list_managed {
        width: 90%;
    }
}
