@font-face {
    font-family: 'hindbold';
    src: url('../fonts/hind-bold-webfont.eot');
    src: url('../fonts/hind-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/hind-bold-webfont.woff2') format('woff2'), url('../fonts/hind-bold-webfont.woff') format('woff'), url('../fonts/hind-bold-webfont.ttf') format('truetype'), url('../fonts/hind-bold-webfont.svg#hindbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hindmedium';
    src: url('../fonts/hind-medium-webfont.eot');
    src: url('../fonts/hind-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/hind-medium-webfont.woff2') format('woff2'), url('../fonts/hind-medium-webfont.woff') format('woff'), url('../fonts/hind-medium-webfont.ttf') format('truetype'), url('../fonts/hind-medium-webfont.svg#hindmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hindregular';
    src: url('../fonts/hind-regular-webfont.eot');
    src: url('../fonts/hind-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/hind-regular-webfont.woff2') format('woff2'), url('../fonts/hind-regular-webfont.woff') format('woff'), url('../fonts/hind-regular-webfont.ttf') format('truetype'), url('../fonts/hind-regular-webfont.svg#hindregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hindsemibold';
    src: url('../fonts/hind-semibold-webfont.eot');
    src: url('../fonts/hind-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/hind-semibold-webfont.woff2') format('woff2'), url('../fonts/hind-semibold-webfont.woff') format('woff'), url('../fonts/hind-semibold-webfont.ttf') format('truetype'), url('../fonts/hind-semibold-webfont.svg#hindsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'hindregular';
    color: #000;
}

img {
    max-width: 100%;
}

a {
    display: inline-block;
    transition: 0.5s;
    ;
}

a:hover {
    text-decoration: none;
    color: #0039ff;
}

ul,
ol {
    list-style: disc;
    margin: 15px;
    padding: 0;
}

h2 {
    font-family: 'hindsemibold';
    font-size: 36px;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
}

p {
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

input:focus,
button:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
}

textarea {
    resize: none;
    height: 150px !important;
}

.logo a img {
    width: 60%;
}

.header {
    padding: 20px 0;
    position: relative;
}

.header nav.navbar {
    padding: 0;
}

.header nav.navbar ul.sub_menu {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.header nav.navbar ul.sub_menu li a {
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    display: block;
    margin-left: 45px;
}

.header nav.navbar ul.sub_menu li a:hover,
.header nav.navbar ul.sub_menu li a.active {
    color: #0039ff;
}

.banner_section {
    position: relative;
    padding: 10px 0 30px;
}

.banner_img {
    position: relative;
    margin-bottom: 30px;
}

.banner_content {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.banner_content h2 {
    margin-bottom: 30px;
    font-size: 48px;
    line-height: 40px;
}

.banner_content p {
    color: #000;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    text-transform: uppercase;
}

.banner_box {
    position: relative;
    height: 135px;
}

.banner_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.banner_box a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.banner_box h4 {
    position: absolute;
    top: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 15px;
}

.build_sec {
    background: #000;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.left_text {
    flex-basis: 60%;
    max-width: 60%;
    padding: 0 200px 0 100px;
}

.right_img {
    flex-basis: 40%;
    max-width: 40%;
}

.left_text h2 {
    color: #fff;
    text-align: left;
    margin-bottom: 50px;
}

.left_text p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.connection_sec {
    background: url(../images/Home-Image-3.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 145px 0;
}

.connection_box {
    background: rgb(0 0 0 / 80%);
    padding: 40px 75px 30px 65px;
    position: relative;
    color: #fff;
}

.connection_box h2 {
    text-align: left;
    color: #fff;
    font-size: 26px;
    margin-bottom: 60px;
}

.connection_box ul li {
    font-size: 14px;
    line-height: 10px;
    margin-bottom: 30px;
    position: relative;
    padding-left: 0px;
}


/* .connection_box ul li:before {
    content: ">";
    position: absolute;
    color: #fff;
    left: 0;
} */

.tabbing_sec {
    background: #000;
    padding: 70px 0 50px;
    color: #fff;
}

.tabbing_sec h2 {
    color: #fff;
    margin-bottom: 65px;
    text-align: left;
    font-size: 24px;
}

.tabbing {
    padding: 0 90px;
}

.tabbing .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 75px;
}

.tabbing .nav-tabs li a {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    border-bottom: 2px solid transparent;
    padding-bottom: 4px;
}

.tabbing .nav-tabs li a.active,
.tabbing .nav-tabs li a:hover {
    border-bottom: 2px solid #0039ff;
}

.tab_detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px;
}

.tab_detail .text,
.tab_detail .image {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 15px;
}

.tab_detail .text h2 {
    margin-bottom: 50px;
}

.tab_detail .text a {
    font-size: 18px;
    display: block;
    margin-top: 50px;
    color: #0039ff;
    font-family: 'hindmedium';
}

.tab_detail .text p {
    color: #fff;
}

.explore_sec {
    padding: 80px 0 150px;
    background: url(../images/more_bg.png) repeat;
    background-size: 100%;
}

.explore_sec h2 {
    margin-bottom: 100px;
    font-size: 26px;
}

.explore_box img {
    background: #000;
    padding: 20px;
}

.explore_box {
    width: 245px;
    margin: auto;
    position: relative;
    margin-bottom: 30px;
}

.explore_box h3 {
    position: absolute;
    margin: 0;
    padding: 25px;
    bottom: 0;
    color: #fff;
    font-size: 18px;
    font-family: 'hindmedium';
}

.footer_section {
    background: #f2f2f2;
    padding: 80px 0;
}

.footer_section h3 {
    margin-bottom: 50px;
    font-size: 20px;
    font-family: 'hindmedium';
}

.footer_link li a {
    display: block;
    color: #000;
    line-height: 30px;
}

.footer_link li a:hover,
.footer_link p a:hover {
    color: #0039ff;
}

.footer_link p {
    margin: 0;
}

.footer_link b {
    display: block;
    margin-bottom: 3px;
}

.footer_link p a {
    color: #000;
}

.about_banner {
    padding: 100px 0;
}

.main_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.about_text {
    width: 58%;
    position: absolute;
    left: 0;
    background: #000;
    padding: 100px 40px 80px;
    color: #fff;
}

.about_img {
    width: 63%;
}

.about_text h2 {
    color: #fff;
    text-align: left;
    margin-bottom: 25px;
    line-height: 30px;
}

.about_text p {
    color: #fff;
    text-align: left;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 300;
}

.inner_text {
    margin-bottom: 100px;
}

.inner_text .desc {
    width: 75%;
    margin: auto;
}

.inner_text .desc h2 {
    background: #000;
    padding: 30px 40px;
    color: #fff;
    font-size: 22px;
    margin-bottom: 60px;
}

.inner_text .desc p {
    text-align: center;
    padding: 0 100px;
}

.team_sec {
    padding: 0 0 100px;
}

.team_sec h2 {
    margin-bottom: 80px;
    line-height: 30px;
}

.team_box {
    text-align: center;
    margin-bottom: 60px;
}

.team_box img {
    width: 200px;
    margin-bottom: 30px;
}

.team_box h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.team_box span {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}

.contact_wrap {
    padding: 70px 60px;
    position: relative;
    margin-bottom: 75px;
    background: url(../images/Contact-us-bar.png) no-repeat;
    height: auto;
    background-size: cover;
    background-position: center;
}

.contact_wrap img {
    width: 100%;
}

.contact_wrap h2 {
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
    line-height: 30px;
}

.contact_wrap p {
    color: #fff;
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 300;
}

.contact_wrap a {
    background: #fff;
    width: 185px;
    height: 50px;
    padding: 12px 20px;
    line-height: 20px;
    color: #000;
    border: 2px solid #fff;
}

.contact_wrap a:hover {
    background: transparent;
    color: #fff;
}

.upload_platform {
    padding-bottom: 100px;
}

.upload_platform .desc h2 {
    margin-bottom: 30px;
}

.upload_platform .desc p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 70px;
}

.product-text ul {
    background: #000;
    padding: 30px;
}

.product-text ul li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 0px;
    color: #fff;
}


/* .product-text ul li:before {
    content: ">";
    position: absolute;
    color: #fff;
    left: 0;
} */

.product-text ul li:last-child {
    margin-bottom: 0;
}

.product-text h2 {
    text-align: left;
    font-size: 26px;
    margin-bottom: 40px;
}

.mb-100 {
    margin-bottom: 100px;
}

.product_list {
    padding-bottom: 135px;
}

.get_start {
    margin-top: 80px;
    text-align: center;
}

.get_start h2 {
    margin-bottom: 30px;
    font-size: 26px;
}

.get_start a {
    text-align: center;
    background: #000;
    height: 50px;
    padding: 12px 50px;
    line-height: 20px;
    color: #fff;
    border: 2px solid #000;
}

.get_start a:hover {
    background: transparent;
    color: #000;
}

.text_block h2 {
    text-align: left;
    margin-bottom: 70px;
    font-size: 30px;
}

.text_block h3 {
    text-transform: uppercase;
    margin-bottom: 45px;
    font-size: 20px;
}

.blocks {
    display: flex;
    align-items: flex-start;
    margin: 0 -15px 40px;
}

.block-1 {
    padding: 0 15px;
    flex-basis: 50%;
    max-width: 50%;
}

.block-1 p {
    padding-right: 30px;
}

.block-1 ul li {
    font-size: 14px;
    line-height: 10px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 0px;
    color: #666666;
}


/* .block-1 ul li:before {
    content: ">";
    position: absolute;
    color: #666666;
    left: 0;
} */

.gray_bar {
    padding: 30px 30px;
    background: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.gray_bar h4 {
    font-family: 'hindbold';
    font-size: 18px;
    margin: 0;
    text-align: left;
    width: 30%;
}

.gray_bar p {
    margin: 0;
    font-size: 16px;
    width: 50%;
    text-align: left;
}

.gray_bar a {
    font-size: 16px;
    font-family: 'hindbold';
    text-transform: uppercase;
    color: #0083ff;
    text-align: right;
    width: 20%;
}

.text_block {
    margin-bottom: 135px;
}

.tabbing-slider,
.accordion {
    display: none !important;
}

.support_tabbing {
    padding: 0 90px;
}

.support_tabbing .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 75px;
}

.support_tabbing .nav-tabs li a {
    font-family: 'hindmedium';
    font-size: 22px;
    color: #000;
    font-weight: 300;
    border-bottom: 2px solid transparent;
    padding-bottom: 4px;
}

.support_tabbing .nav-tabs li a span {
    font-size: 18px;
    display: block;
    font-family: 'hindregular';
    margin-top: 15px;
}

.support_tabbing .nav-tabs li a.active,
.support_tabbing .nav-tabs li a:hover {
    border-bottom: 2px solid #0039ff;
}

.support_tabbing .tab_detail {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 -15px;
}

.support_tabbing .tab_detail .text {
    flex-basis: 33.333%;
    max-width: 33.333%;
    padding: 0 15px;
}

.support_tabbing .tab_detail .text h3 {
    margin-bottom: 0px;
    font-size: 20px;
    font-family: 'hindmedium';
}

.support_tabbing .tab_detail .text a {
    font-size: 18px;
    display: inline;
    margin-top: 50px;
    color: #000;
}

.support_tabbing .tab_detail .text p {
    color: #000;
}

.dna_section {
    background: url(../images/work-with-us-body-image.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 145px 0;
}