body {
    font-family: roboto-regular;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: nunito-sans-semibold;
    src: url(../fonts/Nunito_Sans/NunitoSans-SemiBold.TTF);
}

@font-face {
    font-family: nunitoSans-bold;
    src: url(../fonts/Nunito_Sans/NunitoSans-Bold.TTF);
}

@font-face {
    font-family: nunito-sans-regular;
    src: url(../fonts/Nunito_Sans/NunitoSans-Regular.TTF);
}

@font-face {
    font-family: roboto-light;
    src: url(../fonts/Roboto/Roboto-Light.TTF);
}

@font-face {
    font-family: roboto-regular;
    src: url(../fonts/Roboto/Roboto-Regular.TTF);
}

@font-face {
    font-family: roboto-medium;
    src: url(../fonts/Roboto/Roboto-Medium.TTF);
}

@font-face {
    font-family: 'Glyphicons Halflings';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: nunito-sans-semibold !important;
}

.nav,
.dropbtn {
    font-family: roboto-light;
    font-weight: bold;
}

p {
    font-family: roboto-light !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



a {
    text-decoration: none !important;
    color: #000;
}

.p_0 {
    padding: 0 !important;
}

.m_0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.ml-0 {
    margin-left: 0;
}

.mr-0 {
    margin-right: 0;
}

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.pr-0 {
    padding-right: 0;
}

.pl-0 {
    padding-left: 0 !important;
}

.btn:hover,
.btn:focus,
.btn.focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.xs-1 {
    width: 8.33333333%;
}

.xs-2 {
    width: 16.66666667%;
}

.xs-3 {
    width: 25%;
}

.xs-4 {
    width: 33.33333333%;
}

.xs-5 {
    width: 41.66666667%;
}

.xs-6 {
    width: 50%;
}

.xs-7 {
    width: 58.33333333%;
}

.xs-8 {
    width: 66.66666667%;
}

.xs-9 {
    width: 75%;
}

.xs-10 {
    width: 83.33333333%;
}

.xs-10 {
    width: 83.33333333%;
}

.xs-12 {
    width: 100%;
}

.xs-1,
.xs-10,
.xs-11,
.xs-12,
.xs-2,
.xs-3,
.xs-4,
.xs-5,
.xs-6,
.xs-7,
.xs-8,
.xs-9 {
    float: left;
}



@media (min-width: 768px) {
    .container {
        width: 750px;
    }

    .sm-1 {
        width: 8.33333333%;
    }

    .sm-2 {
        width: 16.66666667%;
    }

    .sm-3 {
        width: 25%;
    }

    .sm-4 {
        width: 33.33333333%;
    }

    .sm-5 {
        width: 41.66666667%;
    }

    .sm-6 {
        width: 50%;
    }

    .sm-7 {
        width: 58.33333333%;
    }

    .sm-8 {
        width: 66.66666667%;
    }

    .sm-9 {
        width: 75%;
    }

    .sm-10 {
        width: 83.33333333%;
    }

    .sm-11 {
        width: 91.66666667%;
    }

    .sm-12 {
        width: 100%;
    }

    .sm-1,
    .sm-10,
    .sm-11,
    .sm-12,
    .sm-2,
    .sm-3,
    .sm-4,
    .sm-5,
    .sm-6,
    .sm-7,
    .sm-8,
    .sm-9 {
        float: left;
    }
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }

    .md-1 {
        width: 8.33333333%;
    }

    .md-2 {
        width: 16.66666667%;
    }

    .md-3 {
        width: 25%;
    }

    .md-4 {
        width: 33.33333333%;
    }

    .md-5 {
        width: 41.66666667%;
    }

    .md-6 {
        width: 50%;
    }

    .md-7 {
        width: 58.33333333%;
    }

    .md-8 {
        width: 66.66666667%;
    }

    .md-9 {
        width: 75%;
    }

    .md-10 {
        width: 83.33333333%;
    }

    .md-11 {
        width: 91.66666667%;
    }

    .md-12 {
        width: 100%;
    }

    .md-1,
    .md-10,
    .md-11,
    .md-12,
    .md-2,
    .md-3,
    .md-4,
    .md-5,
    .md-6,
    .md-7,
    .md-8,
    .md-9 {
        float: left;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
    .join_our_team{
        padding-bottom: 50px !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.lg-1,
.lg-10,
.lg-11,
.lg-12,
.lg-2,
.lg-3,
.lg-4,
.lg-5,
.lg-6,
.lg-7,
.lg-8,
.lg-9,
.md-1,
.md-10,
.md-11,
.md-12,
.md-2,
.md-3,
.md-4,
.md-5,
.md-6,
.md-7,
.md-8,
.md-9,
.sm-1,
.sm-10,
.sm-11,
.sm-12,
.sm-2,
.sm-3,
.sm-4,
.sm-5,
.sm-6,
.sm-7,
.sm-8,
.sm-9,
.xs-1,
.xs-10,
.xs-11,
.xs-12,
.xs-2,
.xs-3,
.xs-4,
.xs-5,
.xs-6,
.xs-7,
.xs-8,
.xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.h1,
h1 {
    font-size: 36px;
}

.h2,
h2 {
    font-size: 30px;
}

.h3,
h3 {
    font-size: 24px;
}

.h4,
h4 {
    font-size: 18px;
}

.h5,
h5 {
    font-size: 14px;
}

.h6,
h6 {
    font-size: 12px;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.text-center {
    text-align: center;
}

.c_fix:after {
    clear: both;
    display: block;
    content: "";
}

.clearfix {
    clear: both;
}

img {
    vertical-align: middle;
}

img {
    border: 0;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.main_top_section {
    padding: 0 40px;
}

/*main_div end*/

/*nav starts*/
.navigation {
    height: 70px;
    background: #fff;
    -webkit-box-shadow: 0px -4px 14px -5px rgba(84, 84, 84, 1);
    -moz-box-shadow: 0px -4px 14px -5px rgba(84, 84, 84, 1);
    box-shadow: 0px -4px 14px -5px rgba(84, 84, 84, 1);
    font-family: roboto-medium;
}

.brand {
    position: absolute;
    float: left;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.4em;
}

.brand a,
.brand a:visited {
    color: #ffffff;
    text-decoration: none;
}

.nav-container {
    max-width: 92%;
    margin: 0 auto;
}

nav {
    float: right;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    float: left;
    position: relative;
}
nav ul li a{
    font-size: 17px;
}
nav ul li a,
nav ul li a:visited {
    display: block;
    padding: 0 20px;
    line-height: 70px;
    background: #fff;
    color: #000;
    text-decoration: none;
}

nav ul li a:hover,
nav ul li a:visited:hover {
    background: #E6E6E6;
    color: #242424;
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: '\f107';
    font-family: FontAwesome;
    font-size: 21px;
    vertical-align: bottom;
    margin-left: 4px;
}

nav ul li ul li {
    /*min-width: 190px;*/
    width: -webkit-fill-available;
    width: -moz-available;
}

nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    min-width: 348px;
    left: -148px;
    background: #fff;
    margin-top: 12px;
    border-radius: 2px !important;
    z-index: 99999;
}

.nav-dropdown:before {
    content: "";
    width: 0;
    position: absolute;
    left: 178px;
    top: -7px;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 10px solid #fff;
    transform: rotate(0);
}

/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    height: 70px;
    width: 70px;
}

@media only screen and (max-width: 798px) {
    .nav-mobile {
        display: block;
    }

    nav {
        width: 100%;
        padding: 70px 0 15px;
    }

    nav ul {
        display: none;
        position: absolute;
        width: 92%;
        z-index: 99999999;
    }

    nav ul li {
        float: none;
        z-index: 9999;
        background: #fff;
        padding-bottom: 10px;
    }

    nav ul li a {
        padding: 15px;
        line-height: 20px;
    }

    nav ul li ul li a {
        padding-left: 30px;
    }

    .nav-dropdown {
        position: static;
    }
}

@media screen and (min-width: 799px) {
    .nav-list {
        display: block !important;
    }
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #464648;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

@media only screen and (max-width:425px) {
    .brand a>img {
        width: 220px !important;
        vertical-align: middle;
    }
}

.brand a>img {
    width: 270px;
    padding: 5px 0;
}

.login_nav {
    background: #fff;
    color: #242424;
    border: 1px solid #242424;
    outline: none;
    padding: 9px 26px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    margin: 13px 0 0 50px;
}

.sign_nav {
    background: #fff;
    color: #F26624;
    border: 1px solid #F26624;
    padding: 9px 20px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    margin: 13px 0 0 13px;
}

/*nav ends here*/
@media screen and (max-width: 340px) and (min-width:310px){
    .p_card h1{
        margin-top:200px !important;
    }
}
@media screen and (max-width: 395px) and (min-width:375px){
    .p_card h1{
        margin-top:180px !important;
    }
}
@media screen and (max-width: 425px) {
    .nav-dropdown {
        box-shadow: none;
        margin-top: 0px;
    }

    .login_nav,
    .sign_nav {
        margin-left: 10px !important;
    }

    .main_top_section {
        padding: 0 0px !important;
        /*position: absolute;*/
    }

    .main_logo img {
        width: 60%;
    }

    .p_card {
        margin-top: 20px !important;
    }

    .p_card h1 {
        margin-bottom: 35px;
        margin-top: 87px;
    }

    .icon {
        font-size: 35px !important;
        padding: 8px 0 !important;
        margin: 0 !important;
        float: right;
        display: block;
        position: absolute;
        right: 15px;
        top: -63px;
    }

}

/*scond section*/
.inner-container {
    background-image: url(../images/main_banner-image.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    width: 100%;
    height: 907px;
    position: relative;
    padding: 127px 0 0 0;
}

.superior {
    color: #fff;
}

.superior .sup {
    font-size: 86px;
    font-weight: bold;
    margin-bottom: 0px;
    font-family: nunitoSans-bold !important;
}

.superior .cloud {
    font-size: 77px;
    margin: 0 0 12px 0;
    font-family: nunito-sans-regular !important;
    font-weight: normal;
}

.superior span {
    display: block;
    color: #FFFFFF;
    line-height: 2;
    font-size: 17px;
}

.superior_colud_image {
    background-image: url(../images/main_banner-image-new.png);
    background-repeat: no-repeat;
    background-position: -1px -17px;
    background-size: 100%;
    width: 25%;
    left: 42%;
    height: 297px;
    position: absolute;
    opacity: .3;
    top: 10%;
}

.signup-header {
    width: 31%;
    margin-left: 15px;
    padding: 10px 35px;
    background: #fff;
    border-radius: 4px;
    /*margin-left: -16px;*/
    -webkit-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.1);
}

.p_card {
    margin-top: 160px;
    padding: 0;
}

.signup-content h2 {
    font-weight: bold;
    margin-bottom: 20px;
}

.signup-header .form-control {
    margin-bottom: 18px;
}

.signup-header .form-control:focus {
    outline: none;
}

.form-control:focus .email_feild,
.form-control:hover .email_feild,
.form-control:visited .email_feild {
    display: block !important;
}

.email_feild {
    display: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 20px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn-primary {
    color: #fff;
}

.btn {
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.42857143;
    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;
    border-radius: 4px;
}

.signup-content input[type="button"]:hover {
    background-color: #fb7434;
}

.signup-content input[type="button"] {
    width: 100%;
    background-color: #F26624;
    border: 1px solid #F26624;
    margin-top: 15px;
}

.term-con {
    font-size: 11px;
    margin: 20px auto;
    width: 89%;
    font-family: roboto-medium !important;
    color: #8a8888;
}

.term-con a {
    color: #7979f7;
}

@media screen and (max-width: 768px) {
    .superior_colud_image {
        display: none;
    }

    .main-inner-container {
        background-position: center !important;
        background-size: auto !important;
    }
}

/*Third section*/
.third_section {
    position: absolute;
    top: 500px;
}

.p_card .well {
    position: relative;
    top: 0;
    transition: top ease 0.2s;
}

.p_card .well {
    background-color: #fff;
    -webkit-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.1);
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.p_card img {
    width: 77%;
}

.sec_h3 {
    font-weight: bold;
    font-size: 23px;
    font-family: nunitoSans-bold !important;
}

.sec_p {
    margin: 0 auto;
    color: #707070;
    font-size: 16px;
    min-height: 90px;
}

.sec_a {
    color: #F26624;
    display: block;
    padding: 8px 0;
    font-weight: bold;
}

.p_card .well:hover {
    top: -10px;
}

.p_card .well {
    position: relative;
    top: 0;
    transition: top ease 0.2s;
}

/*fourth section*/
.fourth_section {
    background: #FAFAFA;
    /*position: relative;*/
}

/* toggle main page starts */
.accordion-container {
    position: relative;
    width: 100%;
    border: 1px solid transparent;
    border-top: none;
    outline: 0;
    cursor: pointer -webkit-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.1);
}

.accordion-container .article-title {
    display: block;
    position: relative;
    margin: 0;
    padding: 18px 0px 16px 41px;
    font-size: 1.25em;
    font-weight: normal;
    cursor: pointer;

}

.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {
    /*background-color: #00aaa7;*/
    color: #000;
}

.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
    color: white;
}

.accordion-container .content-entry i {
    position: absolute;
    top: 3px;
    left: 12px;
    font-style: normal;
    font-size: 1.625em;
    sans-serif;
    color: #0079c1;
}

.accordion-content {
    display: none;
    padding-left: 2.3125em;
    padding: 0px 9px 14px 72px;
}
.accordion-content p{
    color: #707070;
}

#content {
    width: 100%;
}

.accordion-container {
    width: 438px;
}

.accordion-container,
#description {
    margin-bottom: 20px;
    background: #fff;
}

#description p {
    line-height: 1.5;
}

#description h2 {
    text-align: center;
}

@media all and (min-width: 860px) {
    #content {
        /*width: 70%;*/
        /*margin: 0 auto;*/
    }
}

.tog_img img {
    padding: 10px;
}

.tog_txt {
    margin-left: 30px;
    color: #242424 !important;
    font-family: roboto-medium !important;
    font-size: 19px; 
}

/*toggle main page  ends */
.superior_header {
    padding: 20px 0;
    /*position: absolute;*/
    margin-top: 210px;
    background-color: #FAFAFA;
}

.explore_btn {
    background: #FAFAFA;
    color: #F26624;
    border: 1px solid #F26624;
    margin: 150px 0 32px 0;
    padding: 10px 20px;
    outline: none !important;
    font-size: 19px;
    font-family: roboto-medium !important;
}
.explore_btn:hover{
    color: #f4783e;
    border: 1px solid #f4783e;
}
.drop_superior_h3 a {
    text-decoration: none;
    color: #242424 !important;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel_main_head {
    margin-bottom: 10px;
    background: #fff;
}

.panel_main_head {
    -webkit-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.1);
    padding: 18px 0 14px 0px;
    border-radius: 2px;
}

.main_drop_superior {
    margin-top: 8%;
}

.pad_section {
    padding: 0 40px;
}

.drop_superior_p {
    color: #707070;
}

.secod_sec_right {
    background-image: url(../images/second_sec_right.png);
    width: 44%;
    position: absolute;
    right: 0;
    top: 50px;
    background-size: 638px;
    background-repeat: no-repeat;
    height: 638px;
}

.secod_sec_midle img {
    width: 71%;
    position: absolute;
    top: 107px;
    right: 128px;
}



/*fifth section*/
/* Carousel */
.slider_section {
    position: relative;
}

.bannertxt {
    font-size: 22px;
    width: 79%;
    margin: 0 auto;
}

.slider {
    /*background-color: #f7f7f7;*/
    position: relative;
    width: 100%;
    height: 100%;
    /*border-bottom: 10px solid #f7f7f7;
        border-top: 10px solid #f7f7f7;*/
}

.slide {
    text-align: center;
    /*background: #f7f7f7;*/
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
}

.active-slide {
    display: block;
}

.slider-nav {
    text-align: center;
    margin-top: 20px;
}

.arrow-prev {
    margin-right: 45px;
    display: inline-block;
    vertical-align: top;
    margin-top: 9px;
    position: absolute;
    vertical-align: middle;
    text-align: inherit;
    top: 402px;
    left: 9%;
    z-index: 999;
    font-size: 31px;
    color: #484848;
}

.arrow-next {
    margin-left: 45px;
    display: inline-block;
    vertical-align: top;
    margin-top: 9px;
    position: absolute;
    vertical-align: middle;
    text-align: inherit;
    top: 412px;
    right: 9%;
    z-index: 999;
    font-size: 31px;
    color: #484848;
}

.slider-dots {
    list-style: none;
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
}

.slider-dots li {
    color: #bbbcbc;
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #EE4D16;
    border-radius: 10px;
    width: 10px;
    height: 10px;
}

.slider-dots li.active-dot {
    background-color: #EE4D16;
}

@media screen and (min-width: 765px) {
    .mob_txt_second {
        display: none;
    }

    .mob_txt_second span {
        font-family: roboto-light !important;
        font-size: 16px;
    }
}

@media screen and (max-width: 309px) {
    .p_card h1 {
        margin-top: 92px;
    }
}

@media screen and (max-width: 768px) {
    .accordion-container {
        width: auto !important;
    }
}

@media screen and (max-width: 765px) {
    .web_txt_second {
        display: none;
    }

}

@media screen and (min-width: 993px) {

    .card_one:after,
    .card_two:after {
        content: "\f178";
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        right: -14px;
        font-size: 22px;
        color: #848380;
    }
}

@media screen and (max-width: 768px) {

    .card_one:before,
    .card_two:before {
        content: "\f175";
        font-family: FontAwesome;
        position: absolute;
        /*right: -14px;*/
        font-size: 22px;
        color: #848380;
        bottom: -8%;
    }
}


@media screen and (max-width: 768px) {
    .signup-header {
        width: auto;
    }

    .slide .container img {
        width: 100%;
    }

    .arrow-next,
    .arrow-prev {
        display: none;
    }
}

.fifth_section {
    margin-top: 50px;
}

.fifth_section .text-center {
    margin: 60px 0;
}

.sixth_section .superior_header {
    margin-top: 45px;
    padding-top: 20px;
}

.heading_text {
    font-size: 36px;
    margin-top: 30px;

}

.accordion-content {
    font-size: 17px;
}

@media screen and (min-width: 1380px) {
    .p_card .well {
        min-height: 476px;
    }
}

@media screen and (min-width:426px) {

    .map_locations,
    .data_ceneter {
        display: none;
    }
}

@media screen and (max-width: 425px) {
    .bannertxt{
        width:100%;
        font-size: 15px;
    }
    .map {
        display: none;
    }

    .data_ceneter {
        font-size: 16px;
    }

    .mobile_map {
        padding: 40px;
    }

    .map_locations li:before {
        content: "\f111";
        /* FontAwesome Unicode */
        font-family: FontAwesome;
        display: inline-block;
        margin-left: -1.3em;
        /* same as padding-left set on li */
        width: 1.3em;
        /* same as padding-left set on li */
    }

    .map_locations li {
        width: 48%;
        padding-bottom: 20px;
        text-align: initial;
        font-size: 16px;
    }

    .live_location {
        color: #EE4D16;
    }

    .eight_section .superior_header {
        margin-top: 0 !important;
    }

    .accordion-container {
        width: auto;
    }

    .accordion-content {
        padding: 0px 24px 17px 71px
    }
}

.seventh_section.map_head .text-center {
    margin-top: 30px;
}

.side_heding_text {
    font-size: 22px;
    margin: 5px;
}

.card_head {
    padding: 20px;
    background-color: #fff;
    margin: 18px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.1);
}

.eight_section .card_head h3 {
    font-family: roboto-medium !important;
    font-size: 20px;
}

.exp_cnt {
    min-height: 154px;
    color: #707070;
    line-height: 1.6;
    font-family: roboto-regular !important;
    font-size: 16px;
}

.card_img h3 {
    padding: 20px 0 0px 0;
    font-family: roboto-medium !important;
    font-size: 22px;
}

.card_cnt {
    width: 96%;
    margin: 0 auto;
    padding: 20px 0;
    height: 258px;
    font-size: 20px;
}

.explore-ent {
    background: #FAFAFA;
    color: #F26624;
    border: 1px solid #F26624;
    margin: 50px 0;
    padding: 10px 20px;
    outline: none !important;
    font-size: 19px;
    font-family: roboto-medium !important;
}

.explore-ent:hover{
    color: #f4783e;
    border: 1px solid #f4783e;
}
.map_head {
    margin-top: 50px;
}

.map img {
    width: 100%;
}

.third_sec_head {
    margin-bottom: 30px;
}

.eight_section .card_head {
    padding: 10px 30px;
    margin: 0 !important;
}

.eight_section .text-center {
    margin-bottom: 45px;
}

.fst {
    border-top: 2px solid #00C1C1;
}

.sec {
    border-top: 2px solid #EDD200;
}

.thrd {
    border-top: 2px solid #78B900;
}

.for {
    border-top: 2px solid #C700ED;
}

.exp_btn {
    background-color: #000;
    width: 100%;
    color: #fff;
    margin: 10px 0 15px 0;
}
.exp_btn:hover{
    background-color:#1a1a1a;
}
.footer_section {
    background-color: #363636;
    padding: 50px 0;
    color: #fff;
}

.footer_section p {
    margin-bottom: 18px;
}

.footer_section ul li a {
    color: #D1D1D1;
    text-decoration: none;
    font-family: roboto-light !important;
    font-size: 18px;
}

.footer_section ul li {
    margin-bottom: 10px;
}

.quick {
    font-family: roboto-regular !important;
    font-size: 18px;
}

.f_h {
    font-family: roboto-regular !important;
    font-size: 18px;
}

.social_icon li img {
    background-color: #949494;
    padding: 9px;
    width: 40px;
    margin-top: 11px;
    cursor: pointer;
}

.twiter {
    height: 40px;
}

.info {
    font-size: 18px;
    color: #D1D1D1;
    /*margin: 20px 0;*/
    display: block;
    padding: 10px 0;
    font-family: roboto-light !important;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.social_icon .fa {
    font-size: 32px;
    color: #949494;
    margin-top: 22px;
}

.footer_bottom {
    background-color: #191919;
    padding: 10px;
    color: #D1D1D1;
}

.eight_section .superior_header {
    padding-bottom: 70px;
    margin-top: 70px;
}

.footer_bottom .container span {
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    .footer_bottom .container span {
        margin-left: 31px;
    }
}

@media screen and (max-width: 768px) {
    .footer_bottom {
        text-align: center;
    }

    .inner-container {
        padding: 20px 0 0 0;
        background-size: 100% 95%;
        height: 653px;
    }

    .superior_header {
        margin-top: 30px;
    }

    .superior .sup {
        font-size: 35px;
    }

    .superior .cloud {
        font-size: 32px;
    }

    .superior {
        text-align: center;
    }

    .superior span {
        font-size: 17px;
        font-family: roboto-light !important;
        padding: 0 28px;
    }

    .signup-header {
        margin: 19px;
    }

    .third_section {
        position: inherit;
        top: 100px;
    }

    .prev,
    .next {
        display: none;
    }

    .secod_sec_right {
        display: none;
    }

    .secod_sec_midle img {
        width: 100%;
        top: 65px !important;
        right: 0px !important;
    }

    .pad_section {
        background-image: url(../images/second_right_mobile.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 0 250px;
    }

    .explore_btn {
        margin-top: 330px;

    }

   /* .sixth_section .card_head {
        height: 515px
    }*/

    .heading_text {
        font-size: 28px;
        width: 90%;
        margin: 0 auto;
        padding-top: 38px;
    }

    .side_heding_text {
        font-size: 17px;
        text-align: center;
        width: 89%;
        margin: 0 auto;
    }

    .sixth_section .md-12,
    .eight_section .md-12 {
        padding: 0;
    }

    .pad_section {
        padding: 0;
    }

    .card_head {
        margin: 40px 0;
    }

    .eight_section .md-12 .md-3 {
        padding: 0;
    }

    .footer_section {
        margin: 0 auto;
        text-align: center;
    }
}

.main_nav_head {
    padding-right: 0;
}

/*second nav */
.second_nav {
    padding: 10px 0;
    background: #fff;
    border-top: 1px solid #f1f1f1;
}

.second_nav ul {
    width: 43%;
    margin: 0 auto;
}

.second_nav ul li {
    margin: 0 18px;
    font-family: roboto-light !important;
    cursor: pointer;
}

.second_nav ul .active {
    font-family: roboto-medium !important;
}

@media screen and (max-width: 768px) {
    .second_nav ul {
        width: 100% !important;
    }

    .second_nav ul li {
        margin: 0 11px;
    }
}

/*cloud  setion css*/

@media screen and (min-width: 769px) {
    .cloud_server_banner {
        background-image: url(../images/cloud_banner.png);
        background-size: 100%;
        background-repeat: no-repeat;
        height: 235px;
        padding: 10px 0;
        color: #fff;
    }
}

@media screen and (max-width: 768px) {
    .cloud_server_banner {
        background-image: url(../images/cloud_banner_mobile.png);
        background-repeat: no-repeat;
        padding: 10px 0;
        color: #fff;
        background-size: 100% 100% !important;
        /*height: 158px;*/
    }
}

.server_banner_1 img {
    width: 152px;
    padding-top: 15px;
}

.server_banner_2 img {
    width: 204px;
    padding-top: 15px;
}

.server_banner_2 {
    padding-left: 0;
}

.server_banner_text {
    padding: 54px 0 0 0;
}

.server_banner_text h2 {
    font-size: 40px;
    margin: 0;
}

.server_banner_text p {
    font-size: 20px;
    margin: 5px;
}

.cloud_server_content_head {
    background-color: #F5F5F5;
    padding-bottom: 40px;
}

.cloud_server_content_section {
    background-color: #fff;
    width: 87%;
    margin: 0 auto;
    padding: 30px;
}

.nav_drop_cnt img {
    width: 40px;
    margin-right: 10px;
}

.nav_drop_cnt p {
    color: #707070;
    margin: 0 0 0 49px;
}

input[type=range] {
    -webkit-appearance: none;
    -moz-apperance: none;
    border-radius: 6px;
    height: 3px;
    width: 90%;
    background-image: -webkit-gradient(linear,
        left top,
        right top,
        color-stop(15%, #df7164),
        color-stop(15%, #F5D0CC));

    background-image: -moz-linear-gradient(left center,
        #DF7164 0%, #DF7164 15%,
        #F5D0CC 15%, #F5D0CC 100%);
    margin-top: 20px;
}

input[type="range"]::-moz-range-track {
    border: none;
    background: none;
    outline: none;
}

input[type=range]:focus {
    outline: none;
    border: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    background-color: #df7164;
    height: 13px;
    width: 13px;
    border-radius: 50%;
}

input[type=range]::-moz-range-thumb {
    -moz-appearance: none !important;
    background-color: #df7164;
    border: none;
    height: 13px;
    width: 13px;
    border-radius: 50%;
}

/*input[type="text"] {
    border: none;
}*/

.cloud_check input[type=checkbox]+label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
}

.cloud_check input[type=checkbox] {
    display: none;
}

.cloud_check .cloud_check_valu li {
    width: 69px;
    margin-bottom: 10px;
}

.cloud_check input[type=checkbox]+label:before {
    content: "\2714";
    border: 1px solid #242424;
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 2px 2px 8px 6px;
    margin-right: 5px;
    vertical-align: middle;
    color: transparent;
    transition: .2s;
    font-size: 18px;
}

.cloud_check input[type=checkbox]:checked+label:before {
    background-color: #EE4D16;
    border-color: #EE4D16;
    color: #fff;
}

.cloud_server_content_section h4 {
    margin: 16px 0;
    font-weight: normal;
    margin-top: 30px;
    font-family: roboto-medium !important;
}

.ssd_section {
    width: 89%;
    margin: 0 auto;
    margin-top: 20px;
}

.ssd_content {
    background-color: #fff;
    padding: 28px 40px;
    margin: 0 0 24px 0;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
}

.ssd_section .md-12 {
    padding: 0;
}

.ssd_section .md-3 {}

.ssd_mhead {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    font-family: nunitoSans-bold !important;
}

.ssd_stxt {
    margin: 4px 0;
    font-family: roboto-light !important;
    font-size: 18px;
}

.ssd_rtxt {
    font-family: roboto-medium !important;
    font-size: 18px;
}

.ssd_btn {
    background: #fff;
    border: 1px solid #EE4D16;
    width: 100%;
    cursor: pointer;
    padding: 8px;
    color: #EE4D16;
    margin-top: 8px;
    font-size: 15px;
}

.ssd_content p {
    margin: 10px;
}

.ssd_content:hover {
    border: 1px solid #EE4D16;
    position: static;
}

.ssd_content:hover .ssd_btn {
    background-color: #EE4D16;
    color: #fff;
    border: 1px solid #EE4D16;
}

.ssd_price {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px;
    width: fit-content;
    font-family: roboto-regular !important;
}

@media screen and (max-width: 768px) {

    .server_banner_1,
    .server_banner_2 {
        display: none;
    }

    .server_banner_text {
        padding: 12px;
    }

    .cloud_server_content_section {
        width: 100%;
    }

    .ssd_section .md-3 {
        padding: 0;
    }

    .ssd_mhead {
        font-size: 26px;
    }

    .ssd_stxt {
        font-size: 18px;
    }

    .ssd_rtxt {
        font-size: 18px;
    }

    .ssd_btn {
        background-color: #EE4D16;
        color: #fff;
        font-size: 18px;
    }

    .server_banner_text p {
        font-size: 16px;
    }
}


/**/

@media screen and (min-width: 769px) {
    .cloud_storage_banner {
        background-image: url(../images/cloud_banner_storage.png);
        background-size: 100%;
        background-repeat: no-repeat;
        height: 235px;
        padding: 10px 0;
        color: #fff;
    }
}

@media screen and (max-width: 768px) {
    .cloud_storage_banner {
        background-image: url(../images/cloud_banner_mobile.png);
        background-repeat: no-repeat;
        padding: 10px 0;
        color: #fff;
        background-size: 100% 100% !important;
        /*height: 158px;*/
    }

    .server_banner_storage_text {
        padding: 0 !important;
    }

    .server_banner_storage_text p {
        width: 100% !important;
    }
}

.zerocharges_section {
    padding-bottom: 19px;
}

.zero_head {
    padding: 20px;
    width: 66%;
    margin: 0 auto;
}

.zero_head h2 {
    font-size: 36px;
}

.zero_head p {
    font-size: 20px;
}

.server_banner_storage_text {
    padding: 54px 0 0 0;
    margin: 0 auto;
}

.server_banner_storage_text h2 {
    font-size: 40px;
    margin: 0;
}

.server_banner_storage_text p {
    font-size: 20px;
    margin: 5px;
    width: 63%;
    margin: 0 auto;
}

.cloud_storage {
    background-color: #ddd;
}

.zer_percentage {
    width: 80%;
    margin: 0 auto;
}

.zer_percentage img {
    margin-bottom: 16px;
}

.zer_percentage {
    font-size: 20px;
}

.zerocharges_location_section {
    background-color: #F5F5F5;
    padding: 30px 0;
}

.zerocharges_location {
    margin: 0 auto;
    width: 80%;
    background-color: #fff;
    padding: 20px;
}

.sp_tp_section {
    margin: 30px auto;
    width: 80%;
    background-color: #fff;
    padding: 40px 20px;
}

.zerocharges_location input[type='radio'] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
}

.zerocharges_location input[type='radio']:hover {
    box-shadow: 0 0 5px 0px orange inset;
}

.zerocharges_location input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 15% auto;
    border-radius: 50%;
}
.zerocharges_location input[type='radio']:checked{
    border: 1px solid #ee4d16 !important;
}
.zerocharges_location input[type='radio']:checked:before {
    background: #ee4d16;
    border: 1px solid #ee4d16 !important;
}
.zerocharges_location ul li{
    padding:0;
    margin-right: 40px; 
}
.zerocharges_location h4{
    font-family: roboto-medium !important;
    font-weight: normal;
}
.zerocharges_location ul li label {
    vertical-align: super;
    margin-left: 4px;
}

.s1 {
    width: 6%;
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #EE4D16;
    padding-top: 15px;
    margin-top: 15px;
    position: absolute;
    top: 19px;
    left: 70px;
}

.s1 div {
    background-color: #ffffff;
    font-weight: bold;
    border: 2px solid #EE4D16;
    margin-top: -21px;
    width: 10px;
    height: 10px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 0;
}

.s1.s2 {
    width: 23%;
}

.s1.s3 {
    width: 40%;
}

.s1.s4 {
    width: 50%;
}

.storage_gb {
    position: relative;
    padding: 26px 0;
}

.cloud_benfits_section {
    background-color: #2B2B2B;
    padding: 20px;
}

/**/
.cloud_benfits_section {
    color: #fff;
}

.benfit_img {
    width: 12%;
}

.benfit_text_cnt {
    padding: 0 0 30px 0;
}

.benfit_txt {
    font-size: 18px;
    margin-left: 6px;
    vertical-align: -webkit-baseline-middle;
    font-family: roboto-regular;
}

.benfit_cnt {
    color: #949494;
    font-size: 16px;
}

.cloud_h2 {
    color: #EE4D16;
    padding: 15px 0 30px 0;
}

.s1_txt {
    position: absolute;
    top: -10px;
    left: 36px;
    width: 110px;
    color: #EE4D16;
    font-size: 16px;
}

.tb2 {
    left: 117px;
}

.tb3 {
    left: 200px;
}

.tb4 {
    left: 250px;
}

@media screen and (max-width: 768px) {
    .s1_txt {
        left: 29px;
    }

    .s1 {
        width: 27px;
    }

    .tb2 {
        left: 56px;
    }

    .tb3 {
        left: 87px;
    }

    .tb4 {
        left: 104px;
    }

    .sp_tp_section {
        width: 90%;
    }

    .s1.s4 {
        width: 99px;
    }

    .s1.s3 {
        width: 82px;
    }

    .s1.s2 {
        width: 50px;
    }

    .zerocharges_location {
        width: 90%;
    }

    .zerocharges_location ul li {
        width: 48%;
        margin-bottom: 20px;
    }

    .zero_head {
        width: 100%;
    }

    .zero_head h2 {
        font-size: 28px;
    }

    .zero_head p {
        font-size: 22px;
        width: 90%;
        margin: 0 auto;
    }

    .benfit_cnt {
        margin: 40px 0;
    }
}

/*private Cloud*/
.private_cloud_main_section {
    background-color: #F5F5F5;
}

.private_cloud {
    background-image: url(../images/cloud_banner.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 235px;
    padding: 10px 0;
    color: #fff;
    position: relative;
}

.private_cloud h2 {
    width: 100%;
    padding-top: 20px;
}

.our_team_undertxt {
    font-size: 24px;
}

.private_cloud_feature {
    margin: 0 auto;
    width: 80%;
    background-color: #fff;
    padding: 40px;
    position: inherit;
    top: -50px;
    z-index: 999;
}

.private_cloud_feature_head {
    position: relative;
}

.private_cloud_img {
    width: 84%;
}

.private_cloud_cnt p {
    width: 87%;
    margin-top: 40px;
    font-family: roboto-regular !important;
}

.private_feature_sec .md-4 {
    padding: 0;
}

.private_feature_sec .md-4 h4 {
    font-size: 20px;
}

.private_feature_sec .md-4 p {
    padding: 0px 34px 0 0;
    font-size: 16px;
    font-family: roboto-regular !important;
}

.private_feature_sec h3 {
    font-size: 30px;
}

.request_a_quote {
    padding: 20px;
    background-color: #fff;
    margin: 0 auto;
    width: 80%;
    margin-bottom: 20px;
    transition: transform .3s;
}

.request_a_quote:hover {
    background: #F26624;
    transform: scale(1.04);
    padding: 30px;
    color: #fff;
}

.request_a_quote p {
    font-size: 34px;
    margin: 18px;
    font-family: roboto-medium !important;
}

.request_cloud {
    width: 80%;
    margin: 0 auto;
    position: inherit;
    bottom: -30px;
}

.request_cloud_s1:hover .need_cloud,
.request_cloud_s2:hover .need_cloud {
    color: #fff;
}

.request_cloud_s1:hover,
.request_cloud_s2:hover {
    background: #F26624;
    transform: scale(1.04);
    padding: 58px;
    color: #fff;
}

.request_cloud_s1,
.request_cloud_s2 {
    background-color: #fff;
    padding: 48px;
    transition: transform .3s;
}

.request_cloud .md-6 {
    padding: 0;
}

.request_cloud_s1 {
    margin: 0 15px 0 0;
}

.request_cloud_s2 {
    margin: 0 0 0 15px;
}

.ssd_banner_1 {
    width: 55%;
    margin-left: 30px;
}

.ssd_banner_2 {
    width: 83%;
    margin-left: 30px;
}

.need_cloud {
    font-size: 15px;
    color: #707070;
    margin: 0;
}

.request_cloud_s1 h2,
.request_cloud_s2 h2 {
    margin: 0;
    font-family: roboto-medium !important;
    font-weight: normal;
    font-size: 29px;
}

.s_d {
    font-family: roboto-regular !important;
}

/*about section*/
.about_top_txt {
    font-size: 76px;
    line-height: 1.2;
}

.about_top_txt>span {
    color: #EE4D16;
}

.trail_btn {
    border: 1px solid #EE4D16;
    background-color: #EE4D16;
    padding: 8px 30px;
    color: #fff;
    margin: 12px 0;
}

.txt_org {
    color: #EE4D16;
    font-family: roboto-medium !important;
}

.about_left_img {
    width: 77%;
    padding-top: 70px;
}

.about_main_left {
    font-family: roboto-medium !important;
}

.abt_txt_p {
    font-size: 80px;
    margin: 0;
    line-height: 1.2;
}

.abt_sec1 {
    margin: 80px 0;
}

.sec2 {
    font-size: 80px;
    color: #EE4D16;
    font-family: nunito-sans-regular !important;
}

.abt_sec2 {
    margin-bottom: 40px;
}

.about_top_sec {
    margin-top: 50px;
}

.abt_sec1 .md-4 p {
    margin-top: 30px;
    font-size: 17px;

}

.abt_sec1 .md-4 {
    padding: 0 8px;
}

/*our team*/
.our_team_head {
    background-image: url(../images/team_img.png);
    background-repeat: no-repeat;
    height: 853px;
    color: #fff;
    background-size: 100%;
}

.team_mem {
    width: 100%;
    vertical-align: baseline;
    margin-top: 80px;
}

.card_profile {
    background-color: #ddd;
    height: 100%;
}

.card_section {
    color: #000;
}

.our_team_cnt {
    padding: 80px 0;
}

.our_team_head .card_head {
    padding: 0 !important;
}

.card_section .md-7 {
    padding: 20px 24px;
}

.card_profile {
    background-color: #E5E9EC;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.our_team_section {
    margin-bottom: 50px;
}

.designation {
    color: #EE4D16;
    padding: 0;
    margin: 0 0 8px 0;
}

.profile_name {
    margin: 0;
    font-size: 20px;
}

.profile_content {
    font-size: 16px;
}

/* contact*/
.contact_content {
    margin-top: 60px;
}

.contact_img {
    width: 86%;
    margin-left: 50px;
}

.get_touch {
    font-size: 80px;
    font-family: nunito-sans-regular !important;
}

.get_touch_txt {
    font-size: 18px;
}

.cnt_form input[type="text"] {
    /*padding: 10px;*/
    /*width: 90%;*/
    border-bottom: 1px solid #ddd !important;
    border: none;
    /*margin-bottom: 20px;*/
}



.cnt_form input[type="text"]:focus,
.cnt_form textarea:focus {
    /*border:none !important;*/
    outline: none !important;
}

.cnt_form {
    border: 1px solid #ddd;
    padding: 24px 0px 24px 24px;
    margin-bottom: 100px;
}

.cnt_btn {
    float: right;
    color: #fff;
    background-color: #EE4D16;
    border: 1px solid #EE4D16;
    padding: 10px 23px;
    margin: 34px 52px 15px 20px;
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer;
}
.cnt_btn:hover{
    border: 1px solid  #ef5b2a;
    background-color:  #ef5b2a;
}
.cnt_details tr td:nth-child(2) {
    padding-left: 100px;
}

.cnt_details_mble tr td:nth-child(2) {
    padding-left: 69px;
}

.cnt_details {
    margin: 30px 0;
}

.contact_sec2 {
    margin-top: 60px;
}

.sec2_cnt {
    font-size: 17px;
    width: 84%;
}

/*career section*/
.acreer_main_section {
    margin-top: 60px;
}

.career_vid video {
    width: 94%;
    margin-left: 50px;
    border-radius: 8px;
    height: 331px;
}

.career_sec2 p {
    margin: 0 auto;
    width: 80%;
}

.career_sec2 {
    margin: 80px 0;
}

.career_sign_btn {
    background-color: #EE4D16;
    color: #fff;
    margin-right: 20px;
}
.career_sign_btn:hover{
    background: #ef5b2a;
}
.career_doc_btn:hover{
    border: 1px solid #ef5b2a;

}
.career_sign_btn,
.career_doc_btn {
    width: 190px;
    cursor: pointer;
    padding: 16px 0;
    border: 1px solid #EE4D16;
    border-radius: 3px;
    font-size: 16px;
}

.career_doc_btn {
    color: #EE4D16;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

.career_doc_btn:focus,
.career_sign_btn:focus {
    outline: none !important;

}

.career_main_txt {
    font-size: 35px;
    line-height: 1.2;
}

.career_side_txt {
    font-size: 18px;
    font-family: roboto-medium !important;
    margin-bottom: 136px;
}

.career_side_txt1 {
    font-family: roboto-regular !important;
    font-size: 18px;
    margin-bottom: 50px;
}

/*careers new*/
.career_new_content {
    background-image: url(../images/team_img.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.join_our_team {
    text-align: center;
    padding: 100px 0;
    color: #fff;
}

.join_our_team h2 {
    font-size: 46px;
}

.join_our_team p {
    font-size: 24px;
    font-family: roboto-regular !important;
    width: 58%;
    margin: 0 auto;
}

.career_card_head {
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 26px;
    -webkit-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.1);
}

.career_card_sec {
    padding: 20px;
}

.career-desig {
    color: #606060;
    font-size: 16px;
    margin: 0;
    font-family: roboto-regular !important;
}

.career-jobtype {
    font-size: 21px;
    font-family: roboto-medium !important;
    margin: 12px 0 36px 0;
}

.career-location .fa {
    font-size: 31px;
    margin-right: 10px;
    color: #EE4D16;
}

.career-location {
    font-size: 16px;
    color: #606060;
}

.career-seemore .fa {
    vertical-align: middle;
}

.career-seemore {
    text-align: center;
    border-top: 1px solid #ddd;
    padding: 4px 0;
    color: #EE4D16;
}

.career-seemore input[type="button"],
.career-seemore .fa {
    padding: 10px 4px;
    cursor: pointer;
}

.career-seemore input[type="button"] {
    border: none;
    background: transparent;
    color: #EE4D16;
    font-size: 16px;
}

.career_tab_content .tabs-nav {
    text-align: center;
}

.career_tab_content .tabs-content {
    margin-top: 40px;
}

/* Nav tabs*/

.tabs-nav ul {
    margin: 0;
    padding: 0;
}

.tabs-nav li {
    display: inline-block;
    color: #fefefe;
    margin-right: 5px;
}

/* Active tab */

.tabs-nav li.active {
    border-bottom: 1px solid #EE4D16;
    color: #fff;
}

.tabs-nav li.active a {
    color: inherit;
}

/* Tab content */

.tabs-content {
    padding: 10px;
    margin-top: -1px;
    overflow: hidden;
}

.tabs-content IMG {
    margin-right: 10px;
}

.career_tab_content .tabs-nav ul li a {
    color: #fff;
}

.career_tab_content .tabs-nav ul li {
    padding: 9px 0;
    margin-right: 26px;
}

.btn_item {
    background: none !important;
    border: none;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    font-family: roboto-regular !important;
}

.btn_item:focus {
    outline: none;
}

@media screen and (max-width: 425px) {

    .private_cloud {
        background-image: url(../images/Privatecloud-banner-image-mobilel.png);
    }

    .abt_txt_p {
        font-size: 50px;
    }

    .about_top_sec .md-12 {
        padding-left: 0;
    }

    .about_left_img {
        width: 100%;
    }

    .sec2 {
        font-size: 64px;
    }

    .career_vid video {
        margin-left: 0;
        width: 100%;
    }

    .server_banner_storage_text p {
        font-size: 14px;
        padding: 10px;
    }

    .server_banner_storage_text h2 {
        font-size: 36px;
    }

    .sp_tp_section,
    .zerocharges_location {
        width: 100%;
    }

    .sp_tp_section {
        padding: 20px 0;
    }

    .contact_img {
        margin-left: 0;
        width: 100%;
    }

    .cnt_details tr td:nth-child(2) {
        padding-left: 34px;
    }

    .cnt_details_mble tr td:nth-child(2) {
        padding-left: 15px;
    }

    .cnt_form {
        padding: 24px 0px 24px 0px;
        margin-top: 50px;
    }

    .cnt_btn {
        margin: 47px 0px 0px 0px;
        /*float: inherit;*/
    }

    .private_cloud {
        background-size: cover;
    }

    .private_cloud_feature {
        width: 90%;
    }

    .request_a_quote {
        width: 90%;
    }

    .request_cloud {
        width: 90%;
    }

    .request_cloud_s2,
    .request_cloud_s1 {
        margin: 0;
    }

    .ssd_banner_2,
    .ssd_banner_1 {
        width: 100%;
        margin-left: 0;
    }

    .private_cloud_img {
        width: 100%;
    }

    .private_cloud_feature {
        padding: 0;
    }

    .private_feature_sec .md-4 {
        padding: 10px 0;
    }

    .request_cloud_s1,
    .request_cloud_s2 {
        padding: 40px 15px;
    }

    .private_cloud_cnt {
        padding-left: 0;
    }

    .our_team_head {
        height: auto;
    }

    .inner-container,
    .our_team_head,
    .career_new_content {
        background-image: url(../images/main_banner-image_mobile.png);
    }

    .join_our_team {
        padding: 30px 0;
    }

    .join_our_team p {
        width: 80%;
        font-size: 18px;
    }

    .career_tab_content .tabs-nav ul li {
        margin-right: 20px 0;
    }

    .side_heding_text {
        display: none;
    }
}

/*enter*/
.upload_div {
    background: #F8F8F8;
    padding: 60px 0;
}

.upload_div_content {
    width: 85%;
    margin: 0 auto;
}

.vid_min {
    font-size: 24px;
    font-family: roboto-medium !important;
    margin: 12px 0;
}

.enter_upload_vid {
    padding: 50px 0;
}

.enter_upload_vid_cnt {
    width: 90%;
    margin: 0 auto;
}

.file-ulpoad-btn {
    margin-top: 20px;
    border: 2px solid #ccc;
    border-style: dashed;
    padding: 30px;
}

.acreer_sec1 .md-12,
.acreer_sec1 .md-6 {
    padding: 0;
}


.noun_Stopwatch {
    font-size: 40px;
    font-family: roboto-medium !important;
    margin: 0 auto;
    width: 60%;
    color: #242424;
}



@media screen and (max-width: 425px) {
    .file-ulpoad-btn input[type=file]:before {
        width: auto;
    }
    .our_team_head .md-12{
        padding: 0;
    }
    .our_team_cnt{
        padding-bottom: 0;
    }
    .team_mem{
        margin-top: 34px;
    }
    .get_touch{
        font-size: 45px;
    }
    
    .contact_content .md-12{
        padding: 0;
    }
    .network_content .md-12{
        padding: 0;
    }
    .career_side_txt {
        margin-bottom: 40px;
    }
    .about_top_txt{
        font-size: 64px;
    }
    .career_sign_btn,
    .career_doc_btn {
        margin-bottom: 10px;
        padding: 13px 0;
    }

    .career_sign_btn {
        margin-right: 10px;
    }

    .career_sec2 p {
        width: 100%;
    }

    .noun_Stopwatch {
        font-size: 20px;
    }

    .career_sec2 p {
        text-align: initial;
        margin-top: 10px;
    }

    .nav-dropdown:before {
        display: none !important;
    }

    nav ul li a,
    nav ul li a:visited {
        font-size: 16px;
    }

    .nav-dropdown {
        min-width: 294px;
    }

    .ent_or {
        width: 100% !important;
        border: none !important;
        margin: 10px !important;
    }

    .ent_or span {
        display: contents;
    }

    .file-ulpoad-btn input[type=file]:before {
        margin-top: 10px;
    }
}

.ent_or {
    border-bottom: 1px solid #9B9B9B;
    width: 40%;
    margin: 0 auto;
    margin-top: 21px;
    position: relative;
    margin-bottom: 24px;
}

.ent_or span {
    position: absolute;
    top: -15px;
    left: 85px;
    background: #fff;
    padding: 4px 14px;
}

.trust_head {
    width: 82%;
    margin: 0 auto;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
}

.trust_head li {
    padding: 23px 16px;
}

.trust_head p {
    font-family: roboto-regular !important;
    font-size: 17px;
}

.ent_streming {
    width: 32%;
    margin-bottom: 24px;
}

.vid_min_txt {
    font-family: nunito-sans-semibold !important;
    font-size: 18px;
}

.create_ent_btn {
    margin-top: 104px;
}

.create_ent_btn .career_sign_btn {
    width: 260px;
    padding: 12px 0;
    margin-top: 40px;
    font-size: 18px;
}

.video_insec {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 200px;
    margin-top: 80px;
}

.video_insec ul {
    display: inline-flex;
}

.streming {
    padding: 10px;
    width: 407px;
    height: 147px;
    border: 1px solid #B1B1B1;
    margin: 0 10px;
}

.str_head {
    font-family: roboto-medium !important;
    font-size: 22px;
}

@media screen and (max-width: 425px) {
    .streming{
        width:auto;
    }
    .create_ent_btn .career_sign_btn{
        width:100%;
        padding: 12px 45px;
    }
    .video_insec ul {
        display: block;
    }

    .video_insec ul li {
        margin-bottom: 20px;
        width: 100%;
        padding-right: 0;
    }

    .video_insec {
        width: auto;
    }

    .upload_div_content img {
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    .vid_min,
    .create_ent_btn {
        text-align: center;
    }
    .cnt_btn{
        float: none !important;
        margin: 26px 21px;
    }
    .cnt_btn_head{
        text-align: end;
    }
}

.slidecontainer.enterprise_bar input[type='range'] {
    background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(0.494949, rgb(62, 62, 62)), color-stop(0.494949, rgb(134, 129, 129)));
}

.slidecontainer.enterprise_bar {
    text-align: center;
}

.vid_paly_pause {
    vertical-align: -webkit-baseline-middle;
    margin-left: 20px;
}

.cloud_range {
    width: 100%;
    margin: 0;
}

.cloud_range li {
    width: 18%;
}

.cloud_range li span {
    font-size: 12px;
}

.cloud_range li:nth-child(2) {
    float: right;
}

/*form details */
.effect-16 {
    border: 0;
    padding: 4px 0;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
}

.effect-16~.focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #7a7979;
    transition: 0.4s;
}

.effect-16:focus~.focus-border,
.has-content.effect-16~.focus-border {
    width: 100%;
    transition: 0.4s;
}

.effect-16~label {
    position: absolute;
    left: 0;
    width: 100%;
    top: 9px;
    color: #aaa;
    transition: 0.3s;
    z-index: -1;
    letter-spacing: 0.5px;
}

.effect-16:focus~label,
.has-content.effect-16~label {
    top: -16px;
    font-size: 12px;
    color: #3399FF;
    transition: 0.3s;
}

.signup-content input[type="text"] {
    font: 15px/24px Arial, sans-serif;
    color: #333;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
}

.effect-22:focus {
    outline: none;
}

.effect-22 {
    border: 0;
    width: 100%;
    padding: 13px 15px;
    border: 1px solid #ccc;
    position: relative;
    background: transparent;
    border-radius: 4px;
}

.effect-22~.focus-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: transparent;
    transition: 0.4s;
    z-index: -1;
}

.effect-22:focus~.focus-bg,
.has-content.effect-22~.focus-bg {
    transition: 0.4s;
    width: 100%;
    background-color: #f9f9f9;
}

.effect-22~label {
    position: absolute;
    left: 14px;
    width: 100%;
    top: 13px;
    color: #aaa;
    transition: 0.3s;
    z-index: -1;
    letter-spacing: 0.5px;
}

.effect-22:focus~label,
.has-content.effect-22~label {
    top: -18px;
    left: 0;
    font-size: 12px;
    color: #333;
    transition: 0.3s;
}

.signup-content .input-effect {
    width: 100%;
    margin-left: 0;
    position: relative;
    z-index: 999;
}

.cnt_form input[type="text"] {
    font: 15px/24px Arial, sans-serif;
    color: #333;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
}

.input-effect {
    padding-left: 0;
    width: 43%;
    margin-left: 19px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.phonetxt {
    width: 90%;
}

.messagetxt {
    width: 88%;
    padding: 0;
}

@media screen and (max-width: 425px) {
    .input-effect {
        width: 90%;
    }
}

.cnt_form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd !important;
    font-family: inherit;
    margin-bottom: -5px;

}
@media screen and (min-width: 469px) and (max-width: 768px){
     .sixth_section .card_head {
        height: 400px
    }
    .p_card{
        margin: 0;
    }
    .p_card h1{
        margin-bottom: 3    0px !important;
    }
    .private_cloud{
        background-repeat: initial; 
    }
    .server_banner_storage_text p{
        width:95% !important;
        margin-top: 20px;
    }
    .request_cloud_s2,.request_cloud_s1{
        margin: 0;
        margin-bottom: 20px;
    }
    .our_team_cnt{
        padding-bottom: 30px;
    }
    .team_mem{
        margin-top: 40px;
    }
    .login_nav,.sign_nav{
        margin: 0 10px;
    }
    .input-effect{
        width:93%;
    }
    .cnt_btn{
        float: none !important;
        margin: 26px 24px;
    }
    .cnt_btn_head{
        text-align: end;
    }
}