@font-face {
    font-family: 'montserratmedium';
    src: url('https://068433.claudeassets.com/20210420094212im_/https://digitalkites.com/css/fonts/montserrat-medium-webfont.woff2') format('woff2'), url('https://cb332c.claudeassets.com/20210420094212im_/https://digitalkites.com/css/fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('https://b6ced0.claudeassets.com/20210420094212im_/https://digitalkites.com/css/fonts/montserrat-regular-webfont.woff2') format('woff2'), url('https://fcb912.claudeassets.com/20210420094212im_/https://digitalkites.com/css/fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratsemibold';
    src: url('https://665470.claudeassets.com/20210420094212im_/https://digitalkites.com/css/fonts/montserrat-semibold-webfont.woff2') format('woff2'), url('https://ec343a.claudeassets.com/20210420094212im_/https://digitalkites.com/css/fonts/montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratthin';
    src: url('https://31fbb6.claudeassets.com/20210420094212im_/https://digitalkites.com/css/fonts/montserrat-thin-webfont.woff2') format('woff2'), url('https://df43b2.claudeassets.com/20210420094212im_/https://digitalkites.com/css/fonts/montserrat-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratblack';
    src: url('https://67a9bd.claudeassets.com/20210420094212im_/https://digitalkites.com/css/fonts/montserrat-black-webfont.woff2') format('woff2'), url('https://320742.claudeassets.com/20210420094212im_/https://digitalkites.com/css/fonts/montserrat-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratbold';
    src: url('https://d306bd.claudeassets.com/20210420094212im_/https://digitalkites.com/css/fonts/montserrat-bold-webfont.woff2') format('woff2'), url('https://919324.claudeassets.com/20210420094212im_/https://digitalkites.com/css/fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratlight';
    src: url('https://613bf5.claudeassets.com/20210420094212im_/https://digitalkites.com/css/fonts/montserrat-light-webfont.woff2') format('woff2'), url('https://652eaf.claudeassets.com/20210420094212im_/https://digitalkites.com/css/fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'montserratregular';
    overflow-x: hidden;
}
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, hr {
    margin: 0;
    padding: 0;
}
pre, code, address, caption, cite, code, em, strong, th {
    font-weight: normal;
    font-style: normal;
}
ul, ol {
    list-style: none;
}
fieldset, img, hr {
    border: none;
}
caption, th {
    text-align: left;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td {
    vertical-align: top;
}
:focus {
    outline: none;
    border: none;
}
.item::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    background-color: transparent;
}
.item::-webkit-scrollbar-thumb {
    background: #d9d9de;
    min-height: 36px;
    border-radius: 3px;
}
.item::-webkit-scrollbar-track {
    background-color: #f3f3f3;
}
b, strong {
    font-weight: 700;
    color: #707070;
}
.m-t-0 {
    margin-top: 0px !important;
}
.m-t-5 {
    margin-top: 5px !important;
}
.m-t-10 {
    margin-top: 10px !important;
}
.m-t-20 {
    margin-top: 20px !important;
}
.m-t-30 {
    margin-top: 30px !important;
}
.m-t-40 {
    margin-top: 40px !important;
}
.m-t-50 {
    margin-top: 50px !important;
}
.m-t-60 {
    margin-top: 60px !important;
}
.m-t-cont {
    margin-top: -30px !important;
}
.bg_light_gray {
    background: #f7f8fc !important;
}
.bg_white {
    background: #fff !important;
}
.bg-color-colorPrimary {
    background: #ff5252 !important;
}
.bg-color-color1 {
    background-color: #42548e !important;
}
.bg-color-color2 {
    background-color: #20bcbc !important;
}
.bg-color-color3 {
    background-color: #f5ac00 !important;
}
.bg-color-color4 {
    background-color: #3878ff !important;
}
.bg-color-color5 {
    background-color: #42548e !important;
}
.bg-color-color6 {
    background-color: #222222 !important;
}
.bg-color-gradient {
    background: -moz-linear-gradient(left, rgba(237, 34, 81, 1) 0%, rgba(238, 77, 83, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(237, 34, 81, 1) 0%, rgba(238, 77, 83, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(237, 34, 81, 1) 0%, rgba(238, 77, 83, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bg-transparent {
    background: transparent !important;
}
.text-colorPrimary {
    color: #ff5252 !important;
}
.text-color-white1 {
    color: #fff !important;
}
.text-color-white2 {
    color: #EEEEEE !important;
}
.text-color-white3 {
    color: #D2D2D2 !important;
}
.text-color-white4 {
    color: #f5f7f9 !important;
}
.text-color-white5 {
    color: #f4f4f4 !important;
}
.text-color-gray1 {
    color: #959595 !important;
}
.text-color-gray2 {
    color: #DDDDDD !important;
}
.text-color-gray3 {
    color: #EDEDED !important;
}
.text-color-gray4 {
    color: #CCCCCC !important;
}
.text-color-gray5 {
    color: #929292 !important;
}
.text-color-gray6 {
    color: #C2C2C2 !important;
}
.text-color-gray7 {
    color: #777777 !important;
}
.text-color-dark1 {
    color: #0A0A0A !important;
}
.text-color-dark2 {
    color: #212121 !important;
}
.text-color-dark3 {
    color: #616369 !important;
}
.text-color-dark4 {
    color: #222222 !important;
}
.line {
    display: block;
    height: 1px;
}
.line.line-color-light1 {
    background-color: rgba(255, 255, 255, 0.1);
}
.line.line-color-dark1 {
    background-color: #000;
}
.line.line-color-dark2 {
    background-color: #222222;
}
.line.line-color-dark3 {
    background-color: #666666;
}
.line.line-color-dark4 {
    background-color: #212121;
}
.line.line-color-dark5 {
    background-color: #333333;
}
.line.line-color-gray1 {
    background-color: #CCCCCC;
}
.line.line-color-gray2 {
    background-color: #EDEDED;
}
.subtitle {
    font-size: 18px;
}
.img_area img {
    width: 100%;
}
.font_weight600 {
    font-weight: 600;
}
.font_weight500 {
    font-weight: 500;
}
.col-center {
    float: none;
    margin-right: auto;
    margin-left: auto;
}
.background-cover {
    background-size: cover !important;
    background-position: center !important;
}
.background-contain {
    background-size: contain !important;
    background-position: center !important;
}
.background-fixed {
    background-attachment: fixed;
}
.background-pos-top {
    background-position: top !important;
}
.position-top {
    background-position: top !important;
}
.position-y-top {
    background-position-y: top !important;
}
.pos-rel {
    position: relative;
}
.section-text-bg {
    font-size: 400px;
    position: absolute;
    bottom: 0;
    font-weight: bold;
    line-height: .7;
    letter-spacing: 16px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}
.sectionPT {
    padding-top: 120px;
}
.sectionPB {
    padding-bottom: 120px;
}
.sm-sectionPT {
    padding-top: 60px;
}
.sm-sectionPB {
    padding-bottom: 60px;
}
.section_title {
    position: relative;
    font-size: 32px;
    margin-bottom: 20px;
}
.section_short_description {
    position: relative;
    font-size: 15px;
    margin-bottom: 80px;
    color: #666666;
}
.section_description {
    position: relative;
    font-size: 16px;
    /*margin-bottom: 30px;*/
    line-height: 1.65;
}
.section_title.bottomline {
    margin-bottom: 30px;
}
.logo-text {
    font-weight: 600;
    font-size: 32px;
}
.text-shadow {
    text-shadow: 1px 1px 50px #0A0A0A;
}
.blackBackground {
    background-color: #000;
}
.img-width50 {
    width: 50px !important;
}
.img-width100 {
    width: 100px !important;
}
.img-width250 {
    width: 250px !important;
}
.font14 {
    font-size: 14px !important;
}
.font20 {
    font-size: 20px !important;
}
.font24 {
    font-size: 24px !important;
}
.section_title.bottomline::before {
    content: "";
    position: absolute;
    z-index: 999;
    width: 80px;
    left: 0;
    bottom: -10px;
    height: 2px;
}
.section_short_description.bottomline::before {
    content: "";
    position: absolute;
    z-index: 999;
    width: 80px;
    left: 50%;
    bottom: -30px;
    height: 2px;
    transform: translateX(-50%);
}
.section_description.bottomline::before {
    content: "";
    position: absolute;
    z-index: 999;
    width: 80px;
    left: 50%;
    bottom: -10px;
    height: 2px;
    transform: translateX(-50%);
}
.section_description.bottomline {
    margin-bottom: 40px;
}
.section_short_description.bottomline {
    margin-bottom: 100px;
}
.grid_heading_text {
    font-size: 20px;
}
.grid_description_text, .grid_linktag {
    font-size: 14px;
}
.grid_linktag {
    transition: all .3s;
}
.grid_icon {
    font-size: 36px;
}
.type, .typed-cursor {
    color: #ff5252;
}
.HGT50 {
    height: 50px;
}
.HGT250 {
    height: 250px;
}
.HGT300 {
    height: 300px;
}
.HGT323 {
    height: 323px;
}
.HGT380 {
    height: 380px;
}
.HGT400 {
    height: 400px;
}
.HGT550 {
    height: 550px;
}
.HGT600 {
    height: 600px;
}
.HGT700 {
    height: 700px;
}
.HGT800 {
    height: 800px;
}
.minHGT600 {
    min-height: 600px;
}
.HGT650 {
    min-height: 450px;
}
.HGTAuto {
    height: auto !important;
}
.displayBlock {
    display: block;
}
.displayInlineBlock {
    display: inline-block;
}
.displayTable {
    display: table;
}
.displayTableCell {
    display: table-cell;
}
.displayFlex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flexDirectionColumn {
    flex-direction: column;
}
.justifyCenter {
    justify-content: center;
}
.justifyFlexEnd {
    justify-content: flex-end;
}
.alignItemsCenter {
    align-items: center;
}
.alignItemsEnd {
    align-items: flex-end;
}
.flex1 {
    flex: 1;
}
.verAlignMiddle {
    vertical-align: middle;
}
.verAlignTop {
    vertical-align: top;
}
.positionRelative {
    position: relative;
}
.positionAbsolute {
    position: absolute;
}
.wd320 {
    width: 320px;
}
.wdper25 {
    width: 25% !important;
}
.wdper50 {
    width: 50% !important;
}
.wdper65 {
    width: 65% !important;
}
.wdper75 {
    width: 75% !important;
}
.wdper80 {
    width: 80% !important;
}
.wdper85 {
    width: 85% !important;
}
.wdper90 {
    width: 90% !important;
}
.wdper100 {
    width: 100% !important;
}
.wdper100-max {
    max-width: 100% !important;
}
.hgtper100 {
    height: 100% !important;
}
.overflowHidden {
    overflow: hidden;
}
.absoluteCenter {
    position: absolute;
    /*width: 50%;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}
.horizontalCenter {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.boxShadow1 {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.boxShadow2 {
    -webkit-box-shadow: 3px 2px 14px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 3px 2px 14px 0px rgba(0, 0, 0, 0.16);
}
.noboxShadow {
    box-shadow: none !important;
}
.circleIconBox {
    background-color: #ff5252;
    border: 2px solid #ff5252;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.sloped-left, .sloped-right {
    position: relative;
}
.sloped-left.bg-color-dark1:before, .sloped-right.bg-color-dark1:before {
    background-color: #151b26;
}
.sloped-left.bg-color-dark2:before, .sloped-right.bg-color-dark2:before {
    background-color: #212121;
}
.sloped-left:before, .sloped-right:before {
    content: '';
    background: #151b26;
    transform: rotate(10deg);
    height: 110%;
    width: 150px;
    z-index: 9999;
    top: -5%;
    position: absolute;
}
.sloped-left:before {
    left: -93px;
}
.sloped-right:before {
    right: -93px;
}
.r0 {
    right: 0;
}
.b0 {
    bottom: 0;
}
.m5 {
    margin: 5px;
}
.mt0 {
    margin-top: 0px;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt25 {
    margin-top: 25px;
}
.mt30 {
    margin-top: 30px;
}
.mt35 {
    margin-top: 35px;
}
.mt40 {
    margin-top: 40px;
}
.mt45 {
    margin-top: 45px;
}
.mt50 {
    margin-top: 50px;
}
.mt55 {
    margin-top: 55px;
}
.mt60 {
    margin-top: 60px;
}
.mt65 {
    margin-top: 65px;
}
.mt70 {
    margin-top: 70px;
}
.mt75 {
    margin-top: 75px;
}
.mt80 {
    margin-top: 80px;
}
.mt85 {
    margin-top: 85px;
}
.mt90 {
    margin-top: 90px;
}
.mt95 {
    margin-top: 95px;
}
.mt100 {
    margin-top: 100px;
}
.mt110 {
    margin-top: 100px;
}
.mt120 {
    margin-top: 100px;
}
.mb0 {
    margin-bottom: 0px;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb25 {
    margin-bottom: 25px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb35 {
    margin-bottom: 35px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb45 {
    margin-bottom: 45px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb55 {
    margin-bottom: 55px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb65 {
    margin-bottom: 65px;
}
.mb70 {
    margin-bottom: 70px;
}
.mb75 {
    margin-bottom: 75px;
}
.mb80 {
    margin-bottom: 80px;
}
.mb85 {
    margin-bottom: 85px;
}
.mb90 {
    margin-bottom: 90px;
}
.mb100 {
    margin-bottom: 100px;
}
.mb110 {
    margin-bottom: 110px;
}
.mb120 {
    margin-bottom: 120px;
}
.mr0 {
    margin-right: 0px !important;
}
.mr5 {
    margin-right: 5px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.mr15 {
    margin-right: 15px !important;
}
.mr20 {
    margin-right: 20px !important;
}
.mr25 {
    margin-right: 25px !important;
}
.mr30 {
    margin-right: 30px !important;
}
.mr35 {
    margin-right: 35px !important;
}
.mr40 {
    margin-right: 40px !important;
}
.ml0 {
    margin-left: 0px;
}
.ml5 {
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}
.ml25 {
    margin-left: 25px;
}
.ml30 {
    margin-left: 30px;
}
.ml35 {
    margin-left: 35px;
}
.ml40 {
    margin-left: 40px;
}
.margin0 {
    margin: 0px;
}
.marginr25per {
    margin-right: 25%;
}
.pt0 {
    padding-top: 0px;
}
.pt5 {
    padding-top: 5px;
}
.pt10 {
    padding-top: 10px;
}
.pt15 {
    padding-top: 15px;
}
.pt20 {
    padding-top: 20px;
}
.pt25 {
    padding-top: 25px;
}
.pt30 {
    padding-top: 30px;
}
.pt35 {
    padding-top: 35px;
}
.pt40 {
    padding-top: 40px;
}
.pt45 {
    padding-top: 45px;
}
.pt50 {
    padding-top: 50px;
}
.pt55 {
    padding-top: 55px;
}
.pt60 {
    padding-top: 60px;
}
.pt65 {
    padding-top: 65px;
}
.pt70 {
    padding-top: 70px;
}
.pt75 {
    padding-top: 75px;
}
.pt80 {
    padding-top: 80px;
}
.pt85 {
    padding-top: 85px;
}
.pt90 {
    padding-top: 90px;
}
.pt95 {
    padding-top: 95px;
}
.pt100 {
    padding-top: 100px;
}
.pb0 {
    padding-bottom: 0px;
}
.pb5 {
    padding-bottom: 5px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb15 {
    padding-bottom: 15px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb25 {
    padding-bottom: 25px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb35 {
    padding-bottom: 35px;
}
.pb40 {
    padding-bottom: 40px;
}
.pb45 {
    padding-bottom: 45px;
}
.pb50 {
    padding-bottom: 50px;
}
.pb55 {
    padding-bottom: 55px;
}
.pb60 {
    padding-bottom: 60px;
}
.pb65 {
    padding-bottom: 65px;
}
.pb70 {
    padding-bottom: 70px;
}
.pb75 {
    padding-bottom: 75px;
}
.pb80 {
    padding-bottom: 80px;
}
.pb85 {
    padding-bottom: 85px;
}
.pb90 {
    padding-bottom: 90px;
}
.pb95 {
    padding-bottom: 95px;
}
.pb100 {
    padding-bottom: 100px;
}
.pl0 {
    padding-left: 0px;
}
.pl5 {
    padding-left: 5px;
}
.pl10 {
    padding-left: 10px;
}
.pl15 {
    padding-left: 15px;
}
.pl20 {
    padding-left: 20px;
}
.pl25 {
    padding-left: 25px;
}
.pl30 {
    padding-left: 30px;
}
.pl35 {
    padding-left: 35px;
}
.pl40 {
    padding-left: 40px;
}
.pl45 {
    padding-left: 45px;
}
.pl50 {
    padding-left: 50px;
}
.pr0 {
    padding-right: 0px;
}
.pr5 {
    padding-right: 5px;
}
.pr10 {
    padding-right: 10px;
}
.pr15 {
    padding-right: 15px;
}
.pr20 {
    padding-right: 20px;
}
.pr25 {
    padding-right: 25px;
}
.pr30 {
    padding-right: 30px;
}
.pr35 {
    padding-right: 35px;
}
.pr40 {
    padding-right: 40px;
}
.pr45 {
    padding-right: 45px;
}
.pr50 {
    padding-right: 50px;
}
.padding0 {
    padding: 0 !important;
}
.padding5 {
    padding: 5px !important;
}
.padding10 {
    padding: 10px !important;
}
.padding15 {
    padding: 15px !important;
}
.paddingl8per {
    padding-left: 8%;
}
.paddingl25per {
    padding-left: 25%;
}
.paddingr10per {
    padding-right: 10%;
}
.paddinglr3per {
    padding-left: 3%;
    padding-right: 3%;
}
.paddinglr5per {
    padding-left: 5%;
    padding-right: 5%;
}
.paddinglr8per {
    padding-left: 8%;
    padding-right: 8%;
}
.paddinglr10per {
    padding-left: 10%;
    padding-right: 10%;
}
.paddinglr15per {
    padding-left: 15%;
    padding-right: 5%;
}
.paddinglr20per {
    padding-left: 20%;
    padding-right: 20%;
}
.padding15per {
    padding: 15%;
}
.padding10per {
    padding: 10%;
}
.padding8per {
    padding: 8%;
}
.padding5per {
    padding: 5%;
}
.border0 {
    border: 0px !important;
}
.borderRadius0 {
    border-radius: 0px !important;
}
.bottom0 {
    bottom: 0;
}
.left0 {
    left: 0;
}
.borderBottom {
    border-bottom: 1px solid #EDEDED;
}
.borderBottom0 {
    border-bottom: none !important;
}
.borderLeft {
    border-left: 1px solid #EDEDED;
}
.borderRight {
    border-right: 1px solid #EDEDED;
}
.borderWhite {
    border-color: #fff !important;
}
.borderWhite10 {
    border: 10px solid #fff;
}
.bordergray10 {
    border: 10px solid #666;
}
.full-container-custom {
    padding: 0 45px;
}
.overlaySection {
    position: relative;
}
.overlaySection::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.overlaySection.solidDarkOverlay::before {
    background-color: rgba(0, 0, 0, 0.85);
}
/*---------------
	Animation
-----------------*/
.animated {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: cubic-bezier(0.03, 0.025, 0, 0.97);
    animation-timing-function: cubic-bezier(0.03, 0.025, 0, 0.97);
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes up {
    0% {
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.up {
    -webkit-animation-name: up;
    animation-name: up;
}
.upShort {
    -webkit-animation-name: upShort;
    animation-name: upShort;
}
.fadeInUpShort {
    -webkit-animation-name: fadeInUpShort;
    animation-name: fadeInUpShort;
}
.fadeInDownShort {
    -webkit-animation-name: fadeInDownShort;
    animation-name: fadeInDownShort;
}
.fadeInRightShort {
    -webkit-animation-name: fadeInRightShort;
    animation-name: fadeInRightShort;
}
.fadeInLeftShort {
    -webkit-animation-name: fadeInLeftShort;
    animation-name: fadeInLeftShort;
}
@keyframes fadeInUpShort {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInDownShort {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInRightShort {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInLeftShort {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes upShort {
    0% {
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.horizontalMoveAnimation {
    animation-name: horizontalMoveAnimation;
    animation-duration: 140s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes horizontalMoveAnimation {
    0% {
        background-position-x: 0%;
    }
    50% {
        background-position-x: 100%;
    }
    100% {
        background-position-x: 0%;
    }
}
/*---------------
	End Animation
-----------------*/
/*---------------
	Responsive
-----------------*/
@media only screen and (max-width: 991px) {
    .sectionPT {
        padding-top: 50px;
    }
    .sectionPB {
        padding-bottom: 50px;
    }
    .section_short_description {
        margin-bottom: 40px;
    }
    .section_short_description.bottomline {
        margin-bottom: 60px;
    }
    .sloped-left:before, .sloped-right:before {
        content: none;
    }
    .xs-textCenter {
        text-align: center !important;
    }
    .xs-textLeft {
        text-align: left !important;
    }
    .xs-textRight {
        text-align: right !important;
    }
    .xs-padding0 {
        padding: 0px !important;
    }
    .xs-padding3per {
        padding: 3% !important;
    }
    .xs-padding5per {
        padding: 5% !important;
    }
    .xs-paddinglr3per {
        padding-left: 3% !important;
        padding-right: 3% !important;
    }
    .xs-mt0 {
        margin-top: 0px !important;
    }
    .xs-mt5 {
        margin-top: 5px !important;
    }
    .xs-mt10 {
        margin-top: 10px !important;
    }
    .xs-mt15 {
        margin-top: 15px !important;
    }
    .xs-mt20 {
        margin-top: 20px !important;
    }
    .xs-mt25 {
        margin-top: 25px !important;
    }
    .xs-mt30 {
        margin-top: 30px !important;
    }
    .xs-mt35 {
        margin-top: 35px !important;
    }
    .xs-mt40 {
        margin-top: 40px !important;
    }
    .xs-mt45 {
        margin-top: 45px !important;
    }
    .xs-mt50 {
        margin-top: 50px !important;
    }
    .xs-mb0 {
        margin-bottom: 0 !important;
    }
    .xs-mb5 {
        margin-bottom: 5px !important;
    }
    .xs-mb10 {
        margin-bottom: 10px !important;
    }
    .xs-mb15 {
        margin-bottom: 15px !important;
    }
    .xs-mb20 {
        margin-bottom: 20px !important;
    }
    .xs-mb25 {
        margin-bottom: 25px !important;
    }
    .xs-mb30 {
        margin-bottom: 30px !important;
    }
    .xs-mb35 {
        margin-bottom: 35px !important;
    }
    .xs-mb40 {
        margin-bottom: 40px !important;
    }
    .xs-mb45 {
        margin-bottom: 45px !important;
    }
    .xs-mb50 {
        margin-bottom: 50px !important;
    }
    .xs-mb55 {
        margin-bottom: 55px !important;
    }
    .xs-mb60 {
        margin-bottom: 60px !important;
    }
    .xs-mb65 {
        margin-bottom: 65px !important;
    }
    .xs-mb70 {
        margin-bottom: 70px !important;
    }
    .xs-margin0 {
        margin: 0 !important;
    }
    .xs-pt0 {
        padding-top: 0 !important;
    }
    .xs-pt5 {
        padding-top: 5px !important;
    }
    .xs-pt10 {
        padding-top: 10px !important;
    }
    .xs-pt15 {
        padding-top: 15px !important;
    }
    .xs-pt20 {
        padding-top: 20px !important;
    }
    .xs-pt25 {
        padding-top: 25px !important;
    }
    .xs-pt30 {
        padding-top: 30px !important;
    }
    .xs-pt35 {
        padding-top: 35px !important;
    }
    .xs-pt40 {
        padding-top: 40px !important;
    }
    .xs-pt45 {
        padding-top: 45px !important;
    }
    .xs-pt50 {
        padding-top: 50px !important;
    }
    .xs-pt55 {
        padding-top: 55px !important;
    }
    .xs-pt60 {
        padding-top: 60px !important;
    }
    .xs-pb5 {
        padding-bottom: 5px !important;
    }
    .xs-pb10 {
        padding-bottom: 10px !important;
    }
    .xs-pb15 {
        padding-bottom: 15px !important;
    }
    .xs-pb20 {
        padding-bottom: 20px !important;
    }
    .xs-pb25 {
        padding-bottom: 25px !important;
    }
    .xs-pb30 {
        padding-bottom: 30px !important;
    }
    .xs-pb35 {
        padding-bottom: 35px !important;
    }
    .xs-pb40 {
        padding-bottom: 40px !important;
    }
    .xs-pb45 {
        padding-bottom: 45px !important;
    }
    .xs-pb50 {
        padding-bottom: 50px !important;
    }
    .xs-pb55 {
        padding-bottom: 55px !important;
    }
    .xs-pb60 {
        padding-bottom: 60px !important;
    }
    .xs-pl0 {
        padding-left: 0;
    }
    .xs-pl5 {
        padding-left: 5px;
    }
    .xs-pl10 {
        padding-left: 10px;
    }
    .xs-pl15 {
        padding-left: 15px;
    }
    .xs-pl20 {
        padding-left: 20px;
    }
    .xs-pl25 {
        padding-left: 25px;
    }
    .xs-pl30 {
        padding-left: 30px;
    }
    .xs-pl35 {
        padding-left: 35px;
    }
    .xs-pl40 {
        padding-left: 40px;
    }
    .xs-pl45 {
        padding-left: 45px;
    }
    .xs-pl50 {
        padding-left: 50px;
    }
    .xs-pr0 {
        padding-right: 0;
    }
    .xs-pr5 {
        padding-right: 5px;
    }
    .xs-pr10 {
        padding-right: 10px;
    }
    .xs-pr15 {
        padding-right: 15px;
    }
    .xs-pr20 {
        padding-right: 20px;
    }
    .xs-pr25 {
        padding-right: 25px;
    }
    .xs-pr30 {
        padding-right: 30px;
    }
    .xs-pr35 {
        padding-right: 35px;
    }
    .xs-pr40 {
        padding-right: 40px;
    }
    .xs-pr45 {
        padding-right: 45px;
    }
    .xs-pr50 {
        padding-right: 50px;
    }
    .xs-HGTAuto {
        height: auto !important;
        padding: 50px 0;
    }
    .xs-HGT400 {
        height: 400px !important;
    }
    .xs-hgtper100 {
        height: 100% !important;
    }
    .xs-wdper100 {
        width: 100% !important;
    }
    .xs-fNone {
        float: none !important;
    }
    .xs-bgPosRight {
        background-position: right !important;
    }
}
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
header {
    padding: 15px 40px;
    width: 100%;
    -webkit-animation: slideDownNav .5s;
    animation: slideDownNav .5s;
    top: 0;
    -webkit-transition: .2s all;
    transition: .2s all;
    position: absolute;
    z-index: 999999999999999999;
}
.fixed {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 1px 4px 0 rgba(13, 26, 44, .23);
    box-shadow: 0 1px 4px 0 rgba(13, 26, 44, .23);
    animation: smoothScroll 1s forwards;
    z-index: 99999999;
    padding: 5px 0px;
}
.fixed .list-horizontal .list-option, .fixed .list-horizontal .list-option a {
    color: #444444 !important;
}
.fixed.get_strt a {
    font-family: 'open_sansbold';
    color: #fff;
    padding: 15px 30px;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 1px transparent;
}
.fixed .get_strt a:hover {
    color: #013b53;
    border: 2px solid #013b53;
    background-color: transparent;
}
.fixed #triangle-up {
    position: absolute;
    top: -10px;
    left: 33px;
    z-index: 9999999999;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f8f8f8;
}
.fixed .dropdown-list {
    background-color: #f7fbfe;
    border: 0px solid #f2f2f2;
}
.fixed .logo {
    background: url(https://8c6d9b.claudeassets.com/20210420094212im_/https://digitalkites.com/images/logo-white.png) no-repeat;
    margin-top: 4px;
    padding: 0 1em 0 0;
    cursor: pointer;
    width: 209px;
    height: 50px;
    display: block;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-200px);
    }
    100% {
        transform: translateY(0px);
    }
}
a, a:link, a:visited, a:active, a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none;
    color: #444444;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    color: #32323b;
    font-weight: normal;
}
strong {
    font-weight: 700;
}
img {
    max-width: 100%;
    height: auto;
}
.mt_50 {
    margin-top: 50px;
}
::-webkit-input-placeholder {
    color: #444444 !important;
}
:-ms-input-placeholder {
    color: #444444 !important;
}
::placeholder {
    color: #444444 !important;
}
#banner {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 20px 0px 0px;
}
#banner .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background-image: linear-gradient(155deg, #ffffff, rgba(255, 255, 255, 0.87), #0000);
    opacity: 1;
}
.section_gap {
    padding: -20px 0px;
}
.light_blue_bg {
    background: #fff;
}
.white_bg {
    background: #fff !important;
}
.heading {
    font-family: 'montserratregular';
    font-size: 24px;
    color: #5c5c5c;
    line-height: 36px;
}
.heading-para {
    font-family: 'montserratregular';
    color: #69798d;
    font-size: 18px;
    margin-top: 20px;
}
.sub_heading {
    font-family: 'montserratregular';
    font-size: 28px;
    color: #5c5c5c;
    line-height: 40px;
}
.sub_heading2 {
    font-family: 'montserratsemibold';
    font-size: 20px;
    color: #3dbdd3;
    margin-bottom: 10px;
}
p {
    font-family: 'montserratlight';
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}
.para2 {
    font-size: 16px;
    color: #000;
    margin-top: 35% !important;
    line-height: 27px;
}
.top_section {
    background: url("https://013f73.claudeassets.com/20210420094212im_/https://digitalkites.com/images/people_walking.mp4") no-repeat;
    height: auto;
}
.top_section {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    background-image: linear-gradient(160deg, #f9f9f9, #0000);
}
.top_section video {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    object-fit: cover;
}
.top_section .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background-image: linear-gradient(155deg, #ffffff, rgba(255, 255, 255, 0.93), #0000);
    opacity: 1;
}
.top_section .container {
    z-index: 5;
    position: relative;
}
.logo {
    background: url(https://8c6d9b.claudeassets.com/20210420094212im_/https://digitalkites.com/images/logo-white.png) no-repeat;
    margin-top: 7px;
    cursor: pointer;
    width: 180px;
    height: 42px;
    display: block;
}
.logo img {
    margin-top: 10px !important;
}
.top_section .top_right {
    padding-right: 40px;
}
.get_strt {
    float: right;
    margin-top: 0px;
}
.get_strt a {
    font-family: 'open_sansbold';
    color: #fff;
    padding: 15px 30px;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid #013b53;
    background-color: #013b53;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 1px transparent;
}
.get_strt a:hover {
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
}
.home .welcome-text h1 {
    margin-top: 20px;
}
.welcome-area {
    font-size: 16px;
    margin: 12% 0 3%;
    z-index: 9;
    position: relative;
}
.welcome-text {
    text-align: left;
}
.welcome-text-inner {
    margin-top: 0px;
}
.welcome-text h1, .welcome-text-inner h1 {
    font-family: 'montserratregular';
    font-size: 40px;
    color: #1f1f1f;
    line-height: 55px;
    z-index: 9999;
    position: relative;
}
.welcome-text h5 {
    font-family: 'montserratsemibold';
    font-size: 18px;
    color: #3dbdd3;
}
.welcome-text p, .welcome-text-inner p {
    font-family: 'montserratlight';
    font-size: 16px;
    color: #000000;
    margin: 15px 0px -5px;
    padding: 0 100px 0 0;
    line-height: 30px;
}
.welcome-text a, .welcome-text-inner a {
    font-family: 'montserratregular';
    font-size: 14px;
    color: #ffffff;
    background: #3dbdd3;
    padding: 10px 15px;
    margin: 0 auto;
    margin-top: 30px;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 1px transparent;
}
.welcome-text a:hover, .welcome-text-inner a:hover {
    background-color: #1c9fb5;
}
.product-section {
    padding-bottom: 50px;
    padding-top: 80px;
    background: rgba(250, 250, 250, 1);
    background: -moz-linear-gradient(-45deg, rgba(250, 250, 250, 1) 0%, rgba(255, 255, 255, 1) 26%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(250, 250, 250, 1)), color-stop(26%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(250, 250, 250, 1) 0%, rgba(255, 255, 255, 1) 26%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(250, 250, 250, 1) 0%, rgba(255, 255, 255, 1) 26%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(250, 250, 250, 1) 0%, rgba(255, 255, 255, 1) 26%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(135deg, rgba(250, 250, 250, 1) 0%, rgba(255, 255, 255, 1) 26%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff', GradientType=1);
}
.product-item {
    height: 100%;
    display: block;
    background: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    outline: none;
    margin: 45px 0px;
    text-align: center;
    padding: 60px 65px;
    -webkit-transition: all .3s .12s;
    transition: all .3s .12s;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 39%, rgba(255, 255, 255, 0) 100%);
}
.product-item:after {
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 39%, rgba(255, 255, 255, 0) 100%);
    border-radius: 10px;
    position: absolute;
    -webkit-box-shadow: -1px -7px 9px 0px rgba(51, 50, 50, 0.1);
    box-shadow: -1px -7px 9px 0px rgba(51, 50, 50, 0.1);
    width: 100%;
    height: 70%;
    left: 0;
    top: 0px;
    z-index: -1;
}
.product-item:hover {
    -webkit-box-shadow: 0 0 30px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 6px rgba(0, 0, 0, 0.1);
}
/*
.product-item::after {
    content: " ";
    background: #fff;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-box-shadow: 0 10px 50px rgba(166, 209, 237, 0.2);
    box-shadow: 0 10px 50px rgba(166, 209, 237, 0.2);
}
.product-item::before {
    content: " ";
    border-radius: 10px;
    background: #3c43b1;
    background-repeat: repeat-x;
    outline: 1px solid transparent;
    width: 95%;
    height: 95%;
    position: absolute;
    top: auto;
    bottom: 1px;
    left: 1px;
    z-index: -3;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.product-item:hover::before {
    -webkit-transform: rotate(2deg) translateX(6px) translateY(8px);
    -ms-transform: rotate(2deg) translateX(6px) translateY(8px);
    transform: rotate(2deg) translateX(6px) translateY(8px);
}*/
.product-item h4 {
    font-family: 'montserratregular';
    color: #5c5c5c;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
}
.product-item p {
    margin-top: 0px;
}
.product-heading {
    margin-top: 260px;
    line-height: 45px;
}
.pro-more-btn {
    width: 47%;
    font-family: 'montserratregular';
    font-size: 14px;
    text-transform: uppercase;
    background: #3dbdd3;
    padding: 15px;
    margin: 0 auto;
    margin-top: 35px;
    transition: all 0.3s;
}
.product-item:hover .pro-more-btn {
    background: #3dbdd3;
}
.product-section p.custom {
    color: #444444;
    font-size: 16px;
    line-height: 24px;
}
.video_content {
    background: #f7fbfe;
    padding: 80px 0px;
}
.about-us-content {
    background: #f4f4f4;
    position: relative;
}
.about-us-content1 {
    background: #fff;
    position: relative;
    padding: 0px 0 80px;
}
.about-us-content p {
    margin-top: 15px;
    line-height: 25px;
}
.about-us-content h6 {
    font-family: 'montserratregular';
    font-size: 16px;
    color: #444444;
    margin: 40px 0px 20px;
}
.data_content {
    height: 375px;
    background-image: url(https://c59315.claudeassets.com/20210420094212im_/https://digitalkites.com/images/data-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 100px 0;
}
.data_content .heading {
    color: #ffffff;
}
.data_content p {
    margin-top: 20px;
    line-height: 26px;
    color: #fff;
    padding: 0 100px
}
.story_content {
    padding: 100px 0 0;
}
.story_content .product-item {
    min-height: 400px;
    padding: 30px;
}
.p-img img {
    position: relative;
    display: block;
    border-radius: 14px;
    -webkit-transition: transform .5s ease-out, box-shadow .5s;
    transition: transform .5s ease-out, box-shadow .5s;
    box-shadow: 0 0 60px -20px rgba(0, 0, 0, .5);
}
.p-img img > * {
    z-index: 100;
}
.p-img img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #eaee44, #33d0ff);
    opacity: 1;
}
.video_area {
    position: relative;
}
.video_area a {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: auto;
}
.video_area a .videoPlayIconArea {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video_area a .videoPlayIconArea span {
    border-radius: 50%;
    display: flex;
    height: 70px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    width: 70px;
    color: #212121;
    font-size: 32px;
    background: #ffffff;
    transition: all .3s;
}
.video-section-full-width {
    position: relative;
}
.video-section-full-width:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.85);
}
.video-section-full-width.darkOverlay:before {
    background-color: rgba(10, 10, 10, 0.7);
}
.video-section-full-width .videoPlayIconArea {
    font-size: 100px;
    line-height: 1;
}
.video-button {
    width: 90px;
    height: auto;
    transform: scale(1);
    transition: all .3s;
}
.video-button:hover {
    transform: scale(1.2);
    transition: all .3s;
}
/*Video play icon animation*/
.video_area a .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.video-play-button {
    position: relative;
    box-sizing: content-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 65px;
    height: 65px;
    background: rgba(61, 189, 211, 0.4);
    border-radius: 50%;
    /*
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
*/
}
.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    right: 1px;
    width: 0;
    height: 0;
    border-left: 25px solid #fff;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #3dbdd3;
    border-radius: 50%;
    transition: all 200ms;
}
/*
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
*/
/*End video play icon animation*/
@media only screen and (max-width: 800px) {
    .modal-video-movie-wrap {
        width: 85%;
        margin: 0 auto;
    }
    .modal-video-close-btn {
        right: 0;
    }
    .parallax {
        background-attachment: inherit !important;
        background-position: center !important;
    }
}
/*-----------------------------------------------------------------------------------
	End Section
-----------------------------------------------------------------------------------*/
@media (min-width: 768px) {
    .modal-dialog {
        width: 850px;
        margin: 160px auto;
    }
}
.modal-dialog {
    width: 850px;
    margin: 160px auto;
}
.modal-content {
    border: 0px solid #999;
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    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: 0px;
}
.margin-top {
    margin-top: 70px !important;
}
a.more-btn {
    font-family: 'montserratregular';
    font-size: 16px;
    color: #ffffff;
    background: #3dbdd3;
    padding: 10px 25px;
    margin: 0 auto;
    margin-top: 0px;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-radius: 5px;
    border: 1px solid #3dbdd3;
}
a.more-btn:hover {
    background: #1c9fb5;
    border: 1px solid #1c9fb5;
}
.inner-logo {
    background: url(https://8c6d9b.claudeassets.com/20210420094212im_/https://digitalkites.com/images/logo-white.png) no-repeat;
    margin-top: 10px;
    cursor: pointer;
    width: 180px;
    height: 42px;
    display: block;
}
.fixed .inner-logo {
    background: url(https://8c6d9b.claudeassets.com/20210420094212im_/https://digitalkites.com/images/logo-white.png) no-repeat;
    margin-top: 4px;
    padding: 0 1em 0 0;
    cursor: pointer;
    width: 180px;
    height: 42px;
    display: block;
}
.about_top_section {
    background: #fafeff url("https://26bfe7.claudeassets.com/20210420094212im_/https://digitalkites.com/images/About_us.jpg") no-repeat;
    height: 405px;
    /*
    background-size:auto !important;
    background-position: top right !important;
    background-image: -webkit-url("https://6cd7ef.claudeassets.com/20210420094212im_/https://digitalkites.com/images/about-banner-img.png"),linear-gradient( to bottom, #ededed, #FFF);
    background-image: -moz-url("https://6cd7ef.claudeassets.com/20210420094212im_/https://digitalkites.com/images/about-banner-img.png"),linear-gradient( to bottom, #ededed, #FFF);
    background-image: -o-url("https://6cd7ef.claudeassets.com/20210420094212im_/https://digitalkites.com/images/about-banner-img.png"),linear-gradient( to bottom, #ededed, #FFF);
    background-image: url("https://6cd7ef.claudeassets.com/20210420094212im_/https://digitalkites.com/images/about-banner-img.png"),linear-gradient( to bottom, #ededed, #FFF);
*/
}
.weAre_section {
    background: #ffffff;
    padding: 100px 0px 0;
}
.weAre_section p.caption {
    margin-top: 20px;
}
.weAre_section .item_cont {
    text-align: left;
    margin-top: 0px;
    padding: 30px 10px;
    position: relative;
    overflow: hidden;
    min-height: 130px;
}
.weAre_section .item_cont p {
    ont-family: 'open_sanslight';
    font-size: 14px;
    color: #444444;
}
.inner-banner .welcome-area {
    font-size: 16px;
    margin: 22% 0 14%;
}
.inner-banner .welcome-text {
    width: 90%;
    margin: 0 auto;
}
.inner-banner .welcome-text h1 {
    font-family: 'open_sansbold';
    font-size: 45px;
    color: #fff;
    text-align: center;
    line-height: 55px;
    z-index: 9999;
    position: relative;
}
.inner-banner .welcome-text p {
    font-family: 'open_sanslight';
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: 20px 0px;
    padding: 0px 0px;
}
.career_top_section {
    background: url("https://09fe00.claudeassets.com/20210420094212im_/https://digitalkites.com/images/career-banner-bg.jpg") no-repeat;
    height: 405px;
}
.career-individual-content {
    padding: 50px 0px 30px;
}

.interviews_top_section {
    background: url("https://e325cd.claudeassets.com/20210420094212im_/https://digitalkites.com/images/interviews-banner-bg.jpg") no-repeat;
    height: 350px;
}
.heading2 {
    font-size: 20px;
    font-family: 'montserratmedium';
    color: #707070;
}
.openings_list ul li {
    border-bottom: 1px solid #f4f4f4;
}
.openings_list ul li:last-child {
    border-bottom: 0px solid #f4f4f4;
}
.openings_list ul li a {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #1c9fb5;
    font-size: 14px;
}
.openings_list ul li a:hover {
    color: #3dbdd3
}
.Df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.Jcsb {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.tab-content {
    padding: 20px 20px 0;
}
.career-form {
    width: 100%;
    margin: 0 auto;
}
.career-form .link-icon {
    background: #3db6cf;
    padding: 8px;
    height: 50px;
    width: 72px;
    color: #fff;
    font-size: 27px;
    border: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.career-form .link-form {
    float: left;
}
.application-form .form-st {
    font-family: 'montserratregular';
    font-size: 15px;
    background: none;
    color: #3dbdd3;
    padding-left: 10px;
    height: 55px;
    border: 2px solid #3dbdd3;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.career-item {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .08);
    margin-bottom: 25px;
}
.career-item h3 {
    color: #3dbdd3;
    font-size: 22px;
    font-weight: 700;
}
.career-item .career-detail {
    margin-bottom: 10px;
    margin-top: 10px;
}
.career-item p {
    color: #444444;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left !important;
}
.career-item .career-detail i {
    color: #7c9ba8;
    font-size: 14px;
}
.career-item .career-detail span {
    color: #6f6f71;
    font-size: 13px;
    font-weight: 400;
    margin-right: 10px;
}
.career-item .link {
    margin-top: 30px !important;
    text-align: right;
}
.career-item a {
    font-family: 'Lato', sans-serif;
    color: #fff;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 400;
    background-color: #3dbdd3;
    display: inline-block;
    position: relative;
    margin-top: 10px;
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 1px transparent;
}
.career-item h6 {
    font-family: 'montserratregular';
    font-size: 16px;
    color: #3dbdd3;
    margin: 20px 0 5px;
}
.career-item ul {
    padding: 0 0 0 30px;
}
.career-item ul li {
    font-family: 'montserratregular';
    color: #444444;
    list-style-type: disc;
    font-size: 14px;
    margin-top: 5px;
    line-height: 24px;
    text-align: justify;
}
.buttonc {
    float: left;
    background: #3dbdd3 !important;
    height: 55px;
    border: none;
    font-family: 'open_sansbold';
    color: #fff;
    padding: 15px 50px;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 1px transparent;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.buttonc:hover, .buttonc:active, .buttonc:focus {
    background: #3dbdd3 !important;
    border: none;
}
.audienceplay_top_section {
    background: url("https://5b0450.claudeassets.com/20210420094212im_/https://digitalkites.com/images/audienceplay-banner-bg.jpg") no-repeat;
    height: 700px;
}
.audienceprime_top_section {
    background: url("https://c16ad0.claudeassets.com/20210420094212im_/https://digitalkites.com/images/audienceprime-banner-bg_1-1.jpg") no-repeat;
    height: 700px;
}
.contact_top_section {
    background: url(https://136345.claudeassets.com/20210420094212im_/https://digitalkites.com/images/contactus-banner-bg.jpg) no-repeat;
    height: 405px;
}
.contact_form_content {
    background: #fff;
    padding: 50px 80px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(68, 68, 68, 0.27);
    -moz-box-shadow: 0px 0px 20px 0px rgba(68, 68, 68, 0.27);
    box-shadow: 0px 0px 20px 0px rgba(68, 68, 68, 0.27);
    position: relative;
    overflow: hidden;
    z-index: 999;
}
.contact_form_content h3 {
    font-family: 'montserratregular';
    color: #444444;
    font-size: 18px;
    margin-bottom: 20px;
}
.contact_form_content input[type="text"] {
    font-family: 'montserratregular';
    color: #444444;
    height: 55px;
    margin-bottom: 15px;
    border: 1px solid rgba(3, 79, 110, 0.45);
    border-radius: 0px;
    background: none;
    box-shadow: none !important;
}
.contact_form_content textarea {
    font-family: 'montserratregular';
    color: #27353e;
    height: 120px;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid rgba(3, 79, 110, 0.45);
    background: none;
    border-radius: 0px;
    padding: 10px;
    box-shadow: none !important;
}
.form-control:focus {
    border: 1px solid #3dbdd3 !important;
    outline: 0;
    box-shadow: none !important;
}
.submitcontent {
    text-align: left;
}
.contact_form_content .submitbtn {
    font-family: 'montserratregular';
    font-size: 16px;
    color: #ffffff;
    background: #3dbdd3;
    padding: 10px 25px;
    margin: 0 auto;
    margin-top: 20px;
    display: inline-block;
    transition: all 0.3s;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 1px transparent;
}
.contact_form_content .submitbtn:hover {
    background-color: #1c9fb5;
    cursor: pointer;
}
.contact-detail {
    position: relative;
    top: 45px;
    right: 50px;
    background: #f4f4f4;
    padding: 1px 50px 50px 90px;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(68, 68, 68, 0.27);
    -moz-box-shadow: 0px 0px 20px 0px rgba(68, 68, 68, 0.27);
    box-shadow: 0px 0px 20px 0px rgba(68, 68, 68, 0.27);
}
.contact-detail .item {
    margin-top: 50px;
}
.contact-detail .item h5 {
    font-family: 'montserratregular';
    color: #3dbdd3;
    font-size: 18px;
    margin-top: 10px;
}
.contact-detail .item p {
    font-family: 'montserratregular';
    color: #707070;
    font-size: 16px;
}
.contact-detail .item a {
    font-family: 'montserratregular';
    color: #707070;
    font-size: 16px;
}
.other_location {
    background: #f4f4f4;
    padding: 50px 0px;
}
.other_location .item_cont {
    margin-top: 0px;
    margin-bottom: 0px;
}
.other_location .item_cont h5 {
    font-family: 'montserratregular';
    color: #444444;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    margin-top: 10px;
}
.other_location .item_cont p {
    font-family: 'montserratregular';
    color: #707070;
    font-size: 14px;
    line-height: 20px;
    padding-top: 2px;
}
.other_location a {
    color: #3dbdd3;
}
.about-us-content1 .openings_list a {
    color: #3dbdd3;
}
.other_location ol {
    list-style: decimal;
    margin-left: 20px;
}
.other_location ol li {
    margin: 15px 0
}
.privacy_top_section {
    background: url(https://433193.claudeassets.com/20210420094212im_/https://digitalkites.com/images/privacy-banner-bg.jpg) no-repeat;
    height: 350px;
    margin-bottom: 50px;
}
.terms_top_section {
    background: url("https://e83d66.claudeassets.com/20210420094212im_/https://digitalkites.com/images/terms-banner-bg.jpg") no-repeat;
    height: 350px;
    margin-bottom: 50px;
}
.terms_body_section {
    border-bottom: 1px solid #e6e6e6;
}
.terms_body_section p {
    font-family: 'montserratregular';
    font-size: 14px;
    color: #707070;
    margin-bottom: 20px;
    line-height: 24px;
    text-align: justify;
}
.terms_body_section a {
    color: #195aff;
}
.terms_body_section h3 {
    font-family: 'montserratregular';
    font-size: 18px;
    color: #3dbdd3;
    margin: 20px 0 15px;
}
.terms_body_section h5 {
    font-family: 'montserratregular';
    font-size: 18px;
    color: #3dbdd3;
    margin: 20px 0 5px;
    font-weight: bolder;
}
.terms_body_section ul, .terms_body_section ol {
    padding: 0 0 0 30px;
}
.terms_body_section ul li {
    font-family: 'montserratregular';
    color: #707070;
    list-style-type: disc;
    font-size: 14px;
    margin-top: 10px;
    line-height: 24px;
    text-align: justify;
}
.pro_page {
    margin-top: 40px;
}
.pro_page a {
    font-family: 'montserratmedium';
    font-size: 16px;
    margin-top: 20px;
    border-radius: 5px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: normal;
    background: #3dbdd3;
    padding: 18px 40px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.pro_page a:hover {
    color: #fff !important;
    background: #242950;
}
.benefits_section {
    padding: 50px 0px;
}
.benefits_section .col-md-2 {
    width: 20%;
}
.benefits_section img {
    width: 40%;
    height: 50%;
    opacity: 0.7;
}
.benefits_section .item_cont {
    margin-top: 0px;
    position: relative;
    overflow: hidden;
    transition: ease all 0.3s;
    background-color: #f9f9f9d6;
    padding: 30px 10px 20px;
    min-height: 205px;
    border: 1px solid #e6e6e6;
}
.benefits_section .item_cont p.para {
    margin-top: 10px;
    font-size: 14px;
}
.product-detail {
    margin: 60px 0px 0px;
    position: relative;
}
.product-detail .color-white {
    color: #fff !important;
}
.product-detail .item_cont {
    text-align: left;
    margin: 18px 0px;
    position: relative;
    overflow: hidden;
    transition: ease all 0.3s;
}
.product-detail .item_cont .number {
    font-family: 'open_sansbold';
    color: #3dbdd3;
    font-size: 24px;
    background: #e4e4e4;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    float: left;
    position: relative;
    padding: 10px;
    line-height: 46px;
}
.product-detail .item_cont p {
    font-family: 'montserratregular';
    font-size: 14px;
    line-height: 24px;
    color: #444444;
    margin-top: 5px;
}
.product-detail .container {
    z-index: 2;
    position: relative;
}
.product-detail-bg {
    position: relative;
    margin-bottom: 30px;
}
.product-detail-bg::before, .product-detail-bg::after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: -2rem;
    left: 0;
    right: 270px;
    display: block;
    border-top-right-radius: 350px;
    border-bottom-right-radius: 350px;
}
.product-detail-bg::after {
    bottom: 0;
}
.product-detail-bg::before, .product-detail-bg::after {
    background: #00d5fb;
}
.product-detail-bg::after {
    background: #051e5e;
    background-repeat: repeat-x;
}
.testimonial_content {
    padding: 20px 0px 0px;
    text-align: center;
}
.testimonial_content p {
    font-family: 'montserratlight';
    color: #444444;
    margin-top: 20px;
}
/*
.testi_item {
    background: #fff;
        padding: 15px 40px;
    text-align: left;
    -webkit-box-shadow: 0px 0px 15px 0px #44444445;
    -moz-box-shadow: 0px 0px 15px 0px #44444445;
    box-shadow: 0px 0px 15px 0px #44444445;	
    -webkit-transition: all .3s .12s;
    transition: all .3s .12s;
    min-height: 160px;
}

.testimonial_content .testi_item p {
    font-family: 'montserratregular';
    font-size: 14px;
    line-height: 24px;
    color: #444444;
}
.testimonial_content .testi_item h6 {
    font-family: 'montserratmedium';
    font-size: 14px;
    color: #3dbdd3;
    margin-top: 38px;
    position: relative;
}
.testimonial_content .testi_item .desig {
    font-family: 'montserratregular';
    font-size: 14px;
    line-height: 24px;
    color: #69798d;
}
.testimonial_content .testi_item img {
    position: absolute;
    right: 32px;
    bottom: 20px;
}
*/
.test {
    width: 570px;
    float: left;
}
.testimonial {
    color: #fff;
    position: relative;
    padding: 30px;
    text-align: left;
    margin: 60px 20px 0;
    background: #fff;
    min-height: 252px;
    -webkit-box-shadow: 2px 5px 20px 0px rgba(92, 92, 92, 0.17);
    -moz-box-shadow: 2px 5px 20px 0px rgba(92, 92, 92, 0.17);
    box-shadow: 2px 5px 20px 0px rgba(92, 92, 92, 0.17);
}
.testimonial::before, .testimonial::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 40px;
    bottom: -20px;
}
.testimonial::before {
    width: 20px;
    height: 20px;
}
.testimonial::after {
    width: 0;
    height: 0;
    border-top: 20px solid white;
    border-right: 22px solid transparent;
}
.testimonial p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.media {
    padding: 0 10px 0 30px;
    text-align: left;
}
.overview {
    padding: 8px 0 0 0px;
}
.overview .details {
    font-size: 12px;
    padding: 5px 0 8px;
}
.overview b {
    color: #444444;
}
.owl-theme .owl-controls {
    margin-top: 10px;
    margin-left: 30px;
}
.owl-prev:before, .owl-next:before {
    content: "\f053";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 15px;
    color: #3dbdd3;
}
.owl-next:before {
    content: "\f054";
}
.careers_content {
    position: relative;
    overflow: hidden;
    padding: 80px 0 0px;
}
.careers_content:before {
    content: "";
    position: absolute;
    -webkit-transform: skewy(8.5deg);
    transform: skewy(8.5deg);
    left: 0;
    top: 150px;
    width: 100%;
    height: 1280px;
    background-color: rgba(238, 238, 238, 0.4);
    z-index: -1;
}
.my-top {
    margin: 35% 0 0 0;
}
.careers_content p {
    margin-top: 10px;
    padding: 0px 290px 15px;
}
.key_benrfit_content:before {
    position: absolute;
    right: 0;
    top: 0px;
    width: 504px;
    height: 509px;
    content: "";
    background-image: url(https://2a79ae.claudeassets.com/20210420094212im_/https://digitalkites.com/images/about-body-bg.png);
}
.key_benrfit_content {
    position: relative;
    padding: 80px 0px 100px;
}
.key_benrfit_content .item_cont img {
    margin: 10px 0;
}
.key_benrfit_content .potential {
    margin: 5% 0 0;
}
.key_benrfit_content .item_cont {
    text-align: left;
    margin: 10px 0px;
    position: relative;
    overflow: hidden;
    transition: ease all 0.3s;
}
.key_benrfit_content .item_cont p {
    font-family: 'montserratregular';
    font-size: 14px;
    line-height: 24px;
    color: #69798d;
    margin-top: 5px;
}
.key_benrfit_content .item_cont .point {
    margin-top: 15px;
}
.enpower p {
    padding-top: 15px;
}
.key_benrfit_content .item_cont h4 {
    font-family: 'montserratmedium';
    font-size: 16px;
    color: #575757;
    padding-left: 15px;
}
.title_underline {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 22px;
}
.title_underline:after {
    content: "";
    width: 48px;
    height: 2px;
    background: #2f2f2f;
    position: absolute;
    bottom: 0;
    left: 0;
}
.copy_right {
    font-family: 'montserratregular';
    color: #cccccc;
    font-size: 13.5px;
    text-align: center;
    margin-top: 50px;
}
.footer_down {
    position: absolute;
    left: 0;
    bottom: 0px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
}
.goto_home {
    font-family: 'montserratregular';
    color: #fff;
    padding: 12px 40px 10px 40px;
    font-size: 21px;
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border: 2px solid #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 1px transparent;
}
.goto_home:hover {
    color: #273446;
    background: #fff;
}
.arrow-down {
    bottom: 10px;
    text-align: center;
    padding: 20px 0;
    margin: 0 auto;
    font-size: 30px;
    color: #ffffff70;
    font-weight: normal;
}
.arr-bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.middleBar_content {
    background: #ffffff;
    padding: 80px 0px;
}
.middleBar_content p {
    font-family: 'montserratlight';
    color: #444444;
    margin-top: 20px;
}
/*
.middleBar_content {
    font-family: 'montserratmedium';
    color: #444444;
    font-size: 18px;
    display: inline-block;
    position: relative;
    z-index: 1;	
	width: 100%;
	min-height: 200px;
	background-color: #ebebeb; 
}
.middleBar_content a:hover .industries1{
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
	
	
}
.middleBar_content a span{
    font-family: 'montserratmedium';
    color: #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
	
}

.element-item {
    width: 25%;
    float: left;
	padding: 50px 0
}
*/
.parent {
    width: 25%;
    height: 260px;
    overflow: hidden;
    position: relative;
    float: left;
    cursor: default;
}
.parent a:hover {
    cursor: default;
}
.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
/* Several different images */
.bg-one {
    background-image: url("https://4ea7c0.claudeassets.com/20210420094212im_/https://digitalkites.com/images/automobile.jpg");
}
.bg-two {
    background-image: url("https://b73724.claudeassets.com/20210420094212im_/https://digitalkites.com/images/realestate.jpg");
}
.bg-three {
    background-image: url("https://9180bd.claudeassets.com/20210420094212im_/https://digitalkites.com/images/retail-and-consumer-good.jpg");
}
.bg-four {
    background-image: url("https://d48f2c.claudeassets.com/20210420094212im_/https://digitalkites.com/images/finance.jpg");
}
.bg-five {
    background-image: url("https://5b03bc.claudeassets.com/20210420094212im_/https://digitalkites.com/images/health.jpg");
}
.bg-six {
    background-image: url("https://5673ec.claudeassets.com/20210420094212im_/https://digitalkites.com/images/travel.jpg");
}
.bg-seven {
    background-color: #f4f4f4;
}
.parent span {
    font-size: 20px;
    color: #fff !important;
    font-family: 'montserratmedium';
    text-align: center;
    margin: auto 0;
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    height: 0px;
    cursor: default;
}
.parent:hover span, .parent:focus span {
    display: block;
}
/*
.parent:hover .child, .parent:focus .child {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    filter: blur(3px);
    -webkit-filter: blur(3px);
}
*/
.child:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
/* Media Queries */
@media screen and (max-width: 960px) {
    .parent {
        width: 100%;
        margin: 0px 0px
    }
    .wrapper {
        padding: 20px 20px;
    }
}
.industries1 {
    background: url("https://4d86cd.claudeassets.com/20210420094212im_/https://digitalkites.com/images/retail-&-consumer-good.jpg") no-repeat;
}
.industries2 {
    background: url("https://b73724.claudeassets.com/20210420094212im_/https://digitalkites.com/images/realestate.jpg") no-repeat;
}
.industries3 {
    background: url("https://4ea7c0.claudeassets.com/20210420094212im_/https://digitalkites.com/images/automobile.jpg") no-repeat;
}
.industries4 {
    padding: 45px;
}
.middleBar_content .link {
    font-family: 'montserratregular' !important;
    color: #3dbdd3 !important;
    padding: 0px !important;
    font-size: 24px;
    display: inline-block;
    text-transform: none !important;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none !important;
    background: none !important;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 1px transparent;
}
.middleBar_content2 {
    background: #013b53;
    padding: 40px 0px;
}
.middleBar_content2 p {
    font-family: 'KelsonSans-Light';
    font-size: 30px;
    color: #fff;
}
.middleBar_content2 a {
    font-family: 'montserratregular';
    color: #fff;
    padding: 12px 35px 10px 35px;
    font-size: 21px;
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border: 2px solid #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 1px transparent;
    margin-top: 20px;
}
.middleBar_content2 a:hover {
    color: #273446;
    background: #fff;
}
.middleBar_content2 .small {
    font-family: 'KelsonSans-Light';
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}
.social {
    margin: 0px 0 40px;
}
.social h5, .letsconnect h5 {
    font-family: 'montserratsemibold';
    font-size: 12px;
    color: #5c5c5c;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.social a {
    margin-right: 12px;
}
.social a i {
    font-size: 18px;
    color: #444444;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.social a i:hover {
    color: #3dbdd3;
}
.letsconnect {
    color: #fff;
}
.letsconnect a {
    color: #3dbdd3;
    font-size: 14px;
    font-family: 'montserratregular';
}
.letsconnect a:hover {
    color: #1c9fb5;
}
.footer_addres {
    background: #e3e5e6;
    padding: 40px;
}
.footer_addres p {
    font-family: 'montserratregular';
    color: #000;
    font-size: 13px;
}
.footer_link_box {
    float: left;
    width: 33.3%;
}
.footer_addres .footer_link {
    float: right;
}
.footer_addres .footer_link li {
    float: left;
}
.footer_addres .footer_link li {
    font-family: 'montserratregular';
    color: #000;
    font-size: 13px;
    border-right: 1px solid #6b6b6b;
    padding: 0px 7px;
    line-height: 12px;
}
.footer_addres .footer_link li:last-child {
    border-right: none;
    padding: 0px 0px 0px 7px;
}
footer {
    padding: 30px 0 15px;
    background: #f9f9f9;
}
footer p {
    font-family: 'montserratregular';
    text-align: center;
    font-size: 12px;
    color: #b7b7b7 !important;
}
.footer_logo_content {
    padding: 80px 0px 20px;
    background-color: #ffffff;
    margin-top: -20px;
}
.footer_logo_content p {
    font-family: 'montserratregular';
    color: #444444;
    font-size: 15px;
    margin-top: 30px;
    padding-right: 72px;
}
.service_heading {
    font-family: 'montserratsemibold';
    font-size: 12px;
    color: #5c5c5c;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.service_links_section ul li {
    line-height: 25px;
}
.service_links_section ul li a {
    font-family: 'montserratregular';
    color: #444444;
    display: block;
    font-size: 12px;
    transition: all 0.3s ease-out 0s;
}
.service_links_section ul li a:hover {
    color: #3dbdd3;
}
.cd-top {
    bottom: 35px;
    right: 25px;
    position: fixed;
    visibility: hidden;
    color: #3dbdd3;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #3dbdd3;
    border-radius: 50%;
    text-align: center;
    opacity: 0;
    z-index: 99999;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}
.cd-top:hover {
    background: #3dbdd3;
}
.cd-top:hover i {
    color: #fff;
}
.cd-top i {
    font-size: 20px;
    color: #3dbdd3;
}
.cd-top:hover {
    color: #1c9fb5;
}
.cd-top.cd-top--fade-out {
    opacity: .5;
}
.cd-top.cd-top--show {
    visibility: visible;
    opacity: 1;
    color: #013b53;
}
.cd-top.cd-top--show, .cd-top.cd-top--fade-out, .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
    color: #3dbdd3;
}
/* =============================== media query =========================== */
@media only screen and (max-width:1024px) {
    .welcome-area {
        margin: 22% 0 0%;
    }
    .jumbotron h1 {
        font-size: 35px;
        line-height: 42px;
        margin-right: 0px;
    }
    .list-horizontal .list-option {
        padding: 0px 10px !important;
    }
    .margin-right {
        margin-left: 460px !important;
    }
    .paddinglr15per {
        padding-left: 5%;
        padding-right: 2%;
    }
    .pt50 {
        padding-top: 70px;
    }
    .benefits_section .item_cont p.para {
        margin-top: 0px;
    }
}
@media only screen and (max-width:900px) {
    .logo {
        position: absolute;
        top: 10px;
        left: 12px;
        height: 42px;
        text-align: left;
        padding: 10px 0 0 0;
        float: none;
        z-index: 99999999;
    }
    .logo2 {
        display: none
    }
    .welcome-area {
        margin: 30% 0 12%;
    }
    .welcome-text p {
        padding: 0px 0px;
        line-height: 25px;
    }
    .video_content {
        padding: 50px 0px;
    }
    .inner-logo {
        position: absolute;
        top: 5px;
        left: 12px;
        height: 50px;
        text-align: left;
        padding: 10px 0 0 0;
        float: none;
        z-index: 99999999;
    }
    .logo img {
        margin-top: 0px !important;
    }
    .welcome-text {
        width: 100%;
    }
    .product-heading {
        margin-top: 10px;
        line-height: 40px;
    }
    .product-item {
        margin: 25px 0px;
        padding: 40px 30px;
    }
    .margin-right {
        margin-left: 0px !important;
    }
    .about-us-content {
        text-align: center;
        position: relative;
        padding: 0px 0 0px;
        margin: 0px 0px 0px;
    }
    .key_benrfit_content {
        position: relative;
        padding: 40px 0px 80px;
    }
    .inner-banner .welcome-text {
        width: 100%;
        margin: 0 auto;
    }
    .inner-banner .welcome-area {
        font-size: 16px;
        margin: 28% 0 28%;
    }
    .product-detail {
        margin: 30px 0px 0px;
    }
    .career-form {
        width: 100%;
        margin: 0 auto;
    }
    .buttonc {
        padding: 15px 30px;
    }
    .desktop_menu, .top_head {
        display: none !important;
    }
    .top_section, .audienceplay_top_section, .audienceprime_top_section {
        padding: 50px 0px 30px;
        height: 630px;
    }
    .top_section.home {
        height: auto;
    }
    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .jumbotron {
        width: 100%;
        margin-top: 30px;
    }
    .jumbotron h1 {
        font-size: 36px;
        line-height: 48px;
        margin-top: 0px;
        margin-right: 0px;
        text-align: left;
    }
    .jumbotron p {
        padding: 0px 0px;
    }
    .jumbotron a {
        font-size: 14px;
    }
    .heading {
        text-align: center;
        line-height: 40px;
    }
    .margin-top {
        margin-top: 0px !important;
    }
    .about-us-content p {
        text-align: center;
    }
    .career-item .link {
        text-align: center;
    }
    .product-detail p {
        text-align: center !important;
        display: inline-block;
    }
    .para2 {
        margin-top: 2% !important;
    }
    .p-img img {
        text-align: center;
        margin: 50px auto 0;
    }
    .audience_seg {
        text-align: center;
        padding: 50px 0;
        margin: 0;
        margin-bottom: 0px;
    }
    .about-us-content .m-t-60 {
        margin-top: 0px !important;
    }
    .about-us-content .text-left {
        text-align: center;
        margin-bottom: 50px;
    }
    .key_benrfit_content .m-t-40 {
        margin-top: 0px !important;
    }
    .key_benrfit_content .item_cont {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .key_benrfit_content .item_cont p {
        text-align: center;
        padding-left: 0;
    }
    .key_benrfit_content .item_cont h4 {
        margin-top: 15px;
        text-align: left;
        padding-left: 0;
    }
    .key_benrfit_content .potential {
        margin: 10% 0 12%;
    }
    .pro_page {
        margin-top: 30px;
        text-align: center;
        margin-bottom: 20px;
    }
    .testimonial_content {
        padding: 40px 0px 0px;
    }
    .testimonial_content .testi_item {
        margin-top: 20px;
    }
    .careers_content {
        position: relative;
        overflow: hidden;
        padding: 0px 0 0px;
        text-align: center;
    }
    .submitcontent {
        text-align: center;
    }
    .contact_form_content {
        padding: 30px 25px;
    }
    .contact-detail {
        position: static;
        padding: 1px 15px 50px 15px;
        margin-top: 20px;
    }
    .other_location {
        padding: 40px 0px;
    }
    .other_location .item_cont {
        text-align: center;
        margin-bottom: 40px;
    }
    .middleBar_content {
        padding: 40px 0;
        text-align: center;
    }
    .footer_logo_content .text-left {
        text-align: left;
    }
    .footer_logo_content p {
        padding-right: 0;
    }
    .service_links_section {
        margin-top: 30px;
    }
    .service_heading {
        margin-top: 10px;
    }
    .footer_logo_content {
        padding: 40px 20px 30px;
    }
    .footer_addres {
        padding: 20px 10px;
    }
    .footer_addres .footer_link {
        margin-top: 30px;
        float: none;
    }
    footer .social {
        float: none;
        margin-top: 20px;
        text-align: left;
    }
    footer p {
        text-align: center;
    }
    .body_bg {
        padding: 40px 20px 20px 20px;
    }
    .body_bg .regis_logo {
        text-align: center;
    }
    .copy_right {
        margin-top: 0px;
    }
    .login_form {
        margin-top: 0px;
    }
    .down_arrow {
        display: none;
    }
    #select_hide {
        display: block;
    }
    .privacy_top_section, .terms_top_section {
        height: auto;
    }
    .Jcsb {
        justify-content: space-between;
    }
    .Df {
        display: flex;
    }
    .openings_list {
        width: 100%;
        padding: 0 20px;
    }
    .openings_list ul li ul {
        margin: 15px 0 30px;
        line-height: 30px;
    }
}
@-webkit-keyframes slideDownNav {
    from {
        top: -200px
    }
    to {
        top: 0
    }
}
@keyframes slideDownNav {
    from {
        top: -200px
    }
    to {
        top: 0
    }
}
@-webkit-keyframes slide-up-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }
    25%, 75% {
        -webkit-transform: translateY(-300px);
        transform: translateY(-300px);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }
}
@keyframes slide-up-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }
    25%, 75% {
        -webkit-transform: translateY(-300px);
        transform: translateY(-300px);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }
}
@-webkit-keyframes slideUpNav {
    from {
        bottom: -200px
    }
    to {
        bottom: 0
    }
}
@keyframes slideUpNav {
    from {
        bottom: -200px
    }
    to {
        bottom: 0
    }
}
@-webkit-keyframes slideDownSocial {
    from {
        top: -128px
    }
    to {
        top: 72px
    }
}
@keyframes slideDownSocial {
    from {
        top: -128px
    }
    to {
        top: 72px
    }
}
@-webkit-keyframes slideDownAlphabet {
    from {
        top: -95px
    }
    to {
        top: 72px
    }
}
@keyframes slideDownAlphabet {
    from {
        top: -95px
    }
    to {
        top: 72px
    }
}
@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: .9
    }
}
@keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: .9
    }
}
@-webkit-keyframes fade-out {
    0% {
        opacity: .9
    }
    100% {
        opacity: 0
    }
}
@keyframes fade-out {
    0% {
        opacity: .9
    }
    100% {
        opacity: 0
    }
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.list-horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: right;
    margin-top: 6px;
}
.navbar .list-horizontal {
    margin-top: 5px
}
.list-horizontal.stick-to-right {
    margin-left: auto
}
.stick-to-right + .list-horizontal {
    margin-left: 40px;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial
}
.list-horizontal .list-option {
    font-family: 'montserratmedium';
    color: #fff;
    font-size: 14px;
    padding: 0px 10px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 1px transparent;
    -moz-font-smoothing: subpixel-antialiased;
    -moz-text-stroke: 1px transparent;
}
.navbar .list-option {
    text-transform: uppercase;
    -webkit-transition: .2s all;
    transition: .2s all;
    opacity: .6;
    -webkit-transform: translate3d(0, 0, 0)
}
.navbar .list-option:hover {
    opacity: 1
}
.list-default {
    max-width: 300px;
    margin: 0 auto
}
.list-default li {
    position: relative;
    padding-left: 20px
}
/* ================================ manu ============================================== */
@media (min-width:970px) {
    .list-default li {
        font-size: 18px
    }
}
.list-default li::before {
    position: absolute;
    content: "";
    background-color: #bbced5;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 7px;
    bottom: 0;
    left: 0
}
@media (min-width:970px) {
    .list-default li::before {
        top: 9px
    }
}
.list-default li:last-child {
    margin-bottom: 0
}
@media (min-width:750px) {
    .list-default li:nth-last-child(-n + 2) {
        margin-bottom: 0
    }
}
@media (min-width:750px) {
    .list-big {
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 30px;
        max-width: initial
    }
}
@media (min-width:970px) {
    .list-big {
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 30px;
        font-size: 18px
    }
}
.list-big li {
    margin-bottom: 30px
}
.list-bold {
    font-family: Montserrat, sans-serif;
    color: #0d1a2b
}
@media (min-width:750px) {
    .list-bold {
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 30px;
        max-width: 600px;
        padding: 25px 0
    }
}
@media (min-width:970px) {
    .list-bold {
        max-width: 800px
    }
}
@media (min-width:1170px) {
    .list-bold {
        margin: 0 0 0 auto;
        padding: 40px 70px 40px 0
    }
}
.list-bold li {
    margin-bottom: 35px
}
@media (min-width:970px) {
    .list-bold li {
        margin-bottom: 30px
    }
}
.list-bold li::before {
    background-color: #1e88e5
}
.list-img {
    display: none
}
@media (min-width:1170px) {
    .list-img {
        display: block;
        position: absolute;
        bottom: 0;
        left: 60px
    }
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-listing {
    width: 100%
}
@media (min-width:750px) {
    .dropdown-listing {
        width: 270px;
        margin-bottom: 15px
    }
}
.sidebar .dropdown-listing {
    margin: 40px 0 80px
}
@media (min-width:750px) {
    .sidebar .dropdown-listing {
        width: 100%
    }
}
@media (min-width:970px) {
    .sidebar .dropdown-listing {
        display: none
    }
}
.dropdown-text a {
    cursor: pointer;
    display: block;
    padding: 10px 10px;
}
.navbar[data-state ~ =sticky] .dropdown-trigger {
    padding: 25px 0
}
.dropdown-listing .dropdown-trigger {
    border-bottom: 1px solid #bbced5;
    width: 100%;
    padding: 15px 0 5px
}
.list-option .dropdown-text:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    bottom: 40px;
    left: 0;
    background: transparent;
    visibility: visible;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: .25s linear;
    transition: .25s linear;
}
.list-option .dropdown-text:hover:before, .list-option .dropdown-text:focus:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.list-option .dropdown-text .active:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    bottom: 40px;
    left: 0;
    background: #ffffff;
    visibility: visible;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: .25s linear;
    transition: .25s linear;
}
.dropdown-list {
    -webkit-transition: .2s all;
    transition: .2s all;
    background-color: #fff;
    display: none;
    max-height: 0;
    position: absolute;
    margin-top: -10px;
    z-index: 10000;
    left: 0;
    border: 0px solid #f2f2f2;
    -webkit-box-shadow: 0px 0px 20px 0px #7d7d7d35;
    -moz-box-shadow: 0px 0px 20px 0px #7d7d7d35;
    box-shadow: 0px 0px 20px 0px #7d7d7d35;
}
#triangle-up {
    position: absolute;
    top: -8px;
    left: 40px;
    z-index: 9999999999;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.dropdown:hover .dropdown-list, .is-open > .dropdown-list {
    display: block;
    max-height: 60em;
    margin-top: 0px;
    padding: 0px 0px;
}
.navbar .dropdown-list {
    text-transform: none
}
.navbar[data-state ~ =sticky] .dropdown-list {
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}
.dropdown-list-title {
    font-size: 16px;
    padding: 20px
}
.dropdown-option {
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    padding: 10px 50px 10px 20px;
    text-align: left;
    color: #013b53;
    border-left: 2px solid #fff;
}
.dropdown-option:hover {
    background-color: #ffffff;
    color: #3dbdd3 !important;
    border-left: 2px solid #3dbdd3;
}
.dropdown-column .dropdown-option img {
    margin-top: 2px !important;
}
.dropdown-column .dropdown-option .bdr_left {
    position: relative;
    /*width: 260px;*/
    padding: 0px 0;
}
.dropdown-column .dropdown-option .bdr_left i {
    position: absolute;
    top: 40%;
    right: 0px;
    color: #fff;
}
.dropdown-option:hover .bdr_left i {
    color: #3dbdd3 !important;
}
.with-icons .dropdown-option {
    font-family: 'montserratmedium';
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 30px 18px 25px;
    white-space: normal;
    color: #444444;
    font-size: 14px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 1px transparent;
    -moz-font-smoothing: subpixel-antialiased;
    -moz-text-stroke: 1px transparent;
    border-bottom: 1px solid #fff;
}
.dropdown-option-icon {
    margin-right: 15px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-width: 44px;
    margin-top: 3px
}
.dropdown-option-desc {
    font-family: 'montserratlight';
    margin-top: 5px;
    font-size: 13px;
    color: #797979;
    line-height: 1.33;
    padding-right: 10px;
    margin-bottom: 0px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 1px transparent;
}
.dropdown-column .dropdown-option:hover .dropdown-option-desc {
    color: #444444 !important;
}
.dropdown-column {
    width: 225px;
}
.dropm .dropdown-column {
    width: 300px;
}
.dropdown-two-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.dropdown-listing-icon {
    position: absolute;
    right: 0;
    top: 20px
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
    font-family: 'montserratregular';
    border: 0;
    list-style: none;
    line-height: 1;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}
#cssmenu:after, #cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
#cssmenu #head-mobile {
    display: none
}
#cssmenu {
    font-family: sans-serif;
}
#cssmenu > ul > li {
    float: left
}
#cssmenu > ul > li > a {
    padding: 25px 20px;
    font-size: 14px;
    text-decoration: none;
    color: #ddd;
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
    color: #444444 !important;
}
#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
    background: #fff !important;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}
#cssmenu > ul > li.has-sub > a {
    padding-right: 30px;
    font-family: 'montserratregular';
    color: #013b53;
}
#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}
#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}
#cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px
}
#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #333;
    transition: all .25s ease
}

#cssmenu li:hover > ul {
    left: auto
}
#cssmenu li:hover > ul > li {
    height: 35px
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}
#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 15px 15px;
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    color: #ddd;
    font-weight: 400;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
    border-bottom: 0
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #013b53 !important;
}
#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}
#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}
#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0
}
#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #fff;
}
#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: 1px solid #333
}
@media screen and (max-width:900px) {
    #cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
        display: block;
    }
    nav {
        width: 100%;
    }
    #cssmenu {
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        padding: 20px 0px 10px;
        z-index: 99999;
    }
    #cssmenu ul {
        width: 100%;
        display: none;
        background: #fff;
        border-bottom: 1px solid #e4e4e4;
    }
    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #e4e4e4;
    }
    #cssmenu ul li:hover {
        background: #fff;
    }
    #cssmenu ul ul li, #cssmenu li:hover > ul > li {
        height: auto
    }
    #cssmenu ul li a, #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0;
        color: #013b53;
    }
    #cssmenu > ul > li {
        float: none
    }
    #cssmenu ul ul li a {
        padding-left: 25px
    }
    #cssmenu ul ul li {
        background: #fff !important;
    }
    #cssmenu ul ul li:hover {
        background: #fff !important
    }
    #cssmenu ul ul ul li a {
        padding-left: 35px;
    }
    #cssmenu ul ul li a {
        color: #444444;
        background: none;
        font-family: 'montserratregular';
        font-size: 14px;
        text-align: left;
    }
    #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
        color: #1c9fb5 !important;
    }
    #cssmenu ul ul, #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }
    #cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
        display: none;
    }
    #cssmenu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700;
    }
    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 14px;
        cursor: pointer;
        z-index: 12399994;
    }
    .button:after {
        position: absolute;
        top: 22px;
        right: 20px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #013b53;
        border-bottom: 2px solid #013b53;
        content: ''
    }
    .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
        background: #013b53;
        content: ''
    }
    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #013b53;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .button.menu-opened:before {
        top: 23px;
        background: #013b53;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #e4e4e4;
        height: 64px;
        width: 46px;
        cursor: pointer
    }
    #cssmenu .submenu-button.submenu-opened {
        background: #3dbdd3;
    }
    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }
    #cssmenu .submenu-button:after {
        position: absolute;
        top: 30px;
        right: 15px;
        width: 15px;
        height: 2px;
        display: block;
        background: #3dbdd3;
        content: ''
    }
    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }
    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }
    #cssmenu .submenu-button:before {
        position: absolute;
        top: 22px;
        right: 21px;
        display: block;
        width: 2px;
        height: 16px;
        background: #3dbdd3;
        content: ''
    }
    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }
    #cssmenu ul ul ul li.active a {
        border-left: none
    }
    #cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none
    }
}
.modal-confirm {
    color: #636363;
    width: 325px;
}
.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}
.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}
.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px;
}
.modal-confirm .form-control, .modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px;
}
.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -5px;
}
.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
}
.modal-confirm .icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #3dbdd3;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-confirm .icon-box i {
    font-size: 47px;
    position: relative;
    top: 10px;
}
.modal-confirm.modal-dialog {
    margin-top: 13%;
}
.modal-confirm .btn {
    font-family: 'montserratregular';
    color: #fff;
    border-radius: 4px;
    background: #013b53;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
    font-size: 18px;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
    background: #838383;
    outline: none;
}
.more_information {
    background-image: url("https://3da387.claudeassets.com/20210420094212im_/https://digitalkites.com/images/more-info-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 100px 0;
    margin-top: 80px;
}
.info-bg {
    background: #3dbdd3;
    text-align: center;
    padding: 107px 10px;
}
.sub-heading-bottom {
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
}
.subscription-form.subscription-form-style3 input {
    border-radius: 5px 0 0 5px;
    border-color: #fff;
    background-color: #fff;
    border: none;
}
.subscription-form input:focus {
    box-shadow: none;
    border: none !important;
}
.subscription-form input {
    padding: 29px 12px;
    font-size: 14px;
}
.subscription-form.subscription-form-style3 .btn {
    border-radius: 0 5px 5px 0;
}
.subscription-form.subscription-form-style3 .btn {
    border-radius: 0 5px 5px 0;
    padding: 12px 20px;
    font-size: 24px;
    background: #1c9fb5;
    color: #fff;
    text-decoration: none;
    border: none;
}
.subscription-form.subscription-form-style3 .btn:hover {
    background: #108598;
}
.subscription-form .btn {
    width: 100%;
    padding: 18px 20px;
    font-size: 16px;
}
p.sub-login {
    padding-top: 20px;
    font-size: 14px;
    color: #ffffff;
}
p.sub-login i {
    color: #ffffff;
}
.audience_seg {
    background: #f4f4f4;
    padding: 100px 0;
}
.nav-tabs > li {
    float: left;
    margin-bottom: 0px;
}
.nav-tabs {
    border-bottom: 0px solid #ddd;
}
.nav-tabs li a {
    margin: 0px 15px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 10px;
    padding: 35px 0;
    background-color: #f4f4f4;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(68, 68, 68, 0.27);
    -moz-box-shadow: 0px 0px 20px 0px rgba(68, 68, 68, 0.27);
    box-shadow: 0px 0px 20px 0px rgba(68, 68, 68, 0.27);
    -webkit-transition: all .3s .12s;
    transition: all .3s .12s;
    width: 350px;
}
.nav-tabs > li > a:hover {
    border-color: none;
}
.nav > li > a:focus, .nav > li > a:hover, .nav > li > a:active {
    text-decoration: none;
    background-color: #3dbdd3;
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(68, 68, 68, 0.56);
    -moz-box-shadow: 0px 0px 20px 0px rgba(68, 68, 68, 0.56);
    box-shadow: 0px 0px 20px 0px rgba(68, 68, 68, 0.56);
    -webkit-transition: all .3s .12s;
    transition: all .3s .12s;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    background-color: #3dbdd3;
    border: 0px solid #fff;
    border-bottom-color: transparent;
}
.nav-tabs > li > a.active {
    color: #ffffff;
    background-color: #3dbdd3;
    border: 0px solid #fff;
    border-bottom-color: transparent;
}
.tab-content {
    padding: 80px 20px 0;
}
.team_top_section {
    background: url("https://0cd555.claudeassets.com/20210420094212im_/https://digitalkites.com/images/team-banner-bg.jpg") no-repeat;
    height: 350px;
}
.team-content {
    margin-top: 100px;
}
.bio-item {
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding: 50px 0;
    text-align: center;
}
.bio-item.dinesh {
    background-repeat: no-repeat;
    background-image: url(https://c164b5.claudeassets.com/20210420094212im_/https://digitalkites.com/images/team/dinesh.png);
    -webkit-background-size: 200px 200px;
    -moz-background-size: 200px 200px;
    -o-background-size: 200px 200px;
    background-size: 200px 200px;
}
.bio-item.raghu {
    background-repeat: no-repeat;
    background-image: url(https://759cc2.claudeassets.com/20210420094212im_/https://digitalkites.com/images/team/raghu.png);
    -webkit-background-size: 220px 220px;
    -moz-background-size: 220px 220px;
    -o-background-size: 220px 220px;
    background-size: 220px 220px;
}
.bio-item.srikanth {
    background-repeat: no-repeat;
    background-image: url(https://a5c26c.claudeassets.com/20210420094212im_/https://digitalkites.com/images/team/srikanth.png);
    -webkit-background-size: 220px 220px;
    -moz-background-size: 220px 220px;
    -o-background-size: 220px 220px;
    background-size: 220px 220px;
}
.founder-bio-block .name {
    font-family: 'montserratregular';
    font-size: 24px;
    color: #3dbdd3;
    margin: 20px 0 5px;
}
.founder-bio-block .designation {
    font-size: 14px;
    line-height: 24px;
    margin: 0px 0 10px;
}
.founder-bio-block p {
    margin: 20px 180px;
    font-size: 16px;
    line-height: 27px;
}
.founder-bio-block hr {
    border-bottom: 1px solid #eaeaea;
    margin-top: 50px;
}
.section-about .founder-bio-block .social-icons-wrapper {
    float: none;
}
.social-icons-wrapper a i {
    color: #3dbdd3;
    font-size: 18px;
    margin: 0 3px;
}
.team-bio-block {
    margin-top: 50px;
}
.team-bio-block ul.team-list {
    list-style: none;
    margin-left: -15px;
    margin-right: -15px;
}
.team-bio-block ul.team-list > li {
    margin-bottom: 60px;
}
.team-bio-block ul.team-list > li .image {
    float: left;
    margin: 0 10px 0 0;
    height: 82px;
    width: 82px;
    background: #e8e8e8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.team-bio-block ul.team-list > li .image > img {
    width: 100%;
}
.team-bio-block ul.team-list > li {
    margin-bottom: 60px;
}
.team-bio-block ul.team-list > li .name {
    margin: 13px 0 0 10px;
    font-size: 16px;
    line-height: 26px;
    color: #3e94e0;
    float: left
}
.team-bio-block ul.team-list > li .name h5 {
    font-size: 16px;
    line-height: 26px;
    color: #3e94e0;
}
.team-bio-block ul.team-list > li .name p {
    color: #8b95a1;
    font-size: 14px;
}
.ma {
    margin-left: auto;
    margin-right: auto;
}
.grid_half, .grid_one_third, .grid_two_third, .grid_one_fourth, .grid_one_fifth, .grid_one_sixth {
    display: inline;
    float: left;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}
.grid_one_third {
    width: 260px;
}
.black_overlay {
    background-color: rgba(45, 43, 43, 0.85);
    height: 100%;
    width: 100%;
    padding: 100px 0;
}
.white_overlay {
    background-color: rgba(255, 255, 255, 0.9);
    height: 100%;
    width: 100%;
    padding: 100px 0;
}
.black_overlay .heading, .black_overlay .para2 {
    color: #fff;
}
.automobile {
    /*
	background: url("https://a0e1d9.claudeassets.com/20210420094212im_/https://digitalkites.com/images/industries/automobile-bg.jpg") no-repeat;
	background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	*/
    margin-top: 100px;
    margin-bottom: 100px
}
.realestate {
    /*
	background: url("https://da0f1c.claudeassets.com/20210420094212im_/https://digitalkites.com/images/industries/real-estate-bg.jpg") no-repeat;
	background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	*/
    margin-bottom: 100px
}
.retailandconsumer {
    /*
	background: url("https://61aa63.claudeassets.com/20210420094212im_/https://digitalkites.com/images/industries/retail-consumer-bg.jpg") no-repeat;
	background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	*/
    margin-bottom: 100px
}
.financialservices {
    /*
	background: url("https://56e24b.claudeassets.com/20210420094212im_/https://digitalkites.com/images/industries/finance-bg.jpg") no-repeat;	
	background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	*/
    margin-bottom: 100px
}
.health {
    /*
	background: url("https://f8efc2.claudeassets.com/20210420094212im_/https://digitalkites.com/images/industries/health-bg.jpg") no-repeat;
	background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	*/
    margin-bottom: 100px
}
.travelandtourism {
    /*
	background: url("https://f40c57.claudeassets.com/20210420094212im_/https://digitalkites.com/images/industries/travel-tourism-bg.jpg") no-repeat;
	background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	*/
    margin-bottom: 100px
}
.others-ind {
    background-color: #f9f9f9;
}
.career_individual_content {
    height: 100px;
    background-color: #f9f9f9;
}
.job-header {
    border-bottom: 1px solid #e6e6e5;
    margin-bottom: 30px;
}
.opening-info {
    font-size: 14px;
    font-family: 'montserratregular';
}
.jobdesciption {
    font-family: 'montserratregular';
    font-size: 15px;
    line-height: 27px;
}
.jobdesciption ul, ol {
    list-style: disc;
    margin-left: 20px;
}
.application-form {
    padding: 40px;
    background: #f5f5f5;
    border-radius: 4px;
    margin-top: 20px;
}
input[type="submit"], button {
    font-family: 'montserratmedium';
    font-size: 16px;
    color: #ffffff;
    background: #3dbdd3;
    padding: 10px 25px;
    margin: 0 auto;
    margin-top: 0px;
    display: inline-block;
    transition: all 0.3s;
    border-radius: 5px;
    box-shadow: none;
    border: none;
}
input[type="submit"]:hover, button:hover {
    background: #1c9fb5;
    border: none;
}
.sidebar .more-btn, .sidebar .more-btn1 {
    width: 100%;
    text-align: center;
}
.sidebar .more-btn, .sidebar .more-btn1 {
    width: 100%;
    text-align: center;
}
a.more-btn1 {
    font-family: 'montserratmedium';
    font-size: 16px;
    color: #013b53;
    background: none;
    padding: 10px 25px;
    margin: 0 auto;
    margin-top: 0px;
    display: inline-block;
    transition: all 0.3s;
    border-radius: 5px;
    border: 1px solid #013b53;
}
a.more-btn1:hover {
    color: #fff;
    background: #013b53;
    border: 1px solid #013b53;
}
p.dropdown-option-desc {
    font-family: 'open_sanslight';
    margin-top: 5px;
    font-size: 12px;
    color: #444444;
    line-height: 1.33;
    padding-right: 10px;
    margin-bottom: 0px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 1px transparent;
}
@media only screen and (max-width:768px) {
    .welcome-area {
        margin: 15% 0 0;
    }
    .top_section, .audienceplay_top_section, .audienceprime_top_section {
        padding: 50px 0px 30px;
    }
    .home-banner .jumbotron h1 {
        font-size: 30px;
        line-height: 39px;
        margin-top: 0px;
        text-align: center;
    }
    .home-banner .item_cont {
        margin: 30px 0px 0px;
    }
    .home-banner .v-line {
        position: absolute;
        top: 20px;
        right: -20px;
    }
    .welcome-text h1, .inner-banner .welcome-text h1, .welcome-text-inner h1 {
        font-size: 37px;
        line-height: 45px;
    }
    .benefits_section .col-md-2 {
        width: 50%;
    }
    .benefits_section img {
        width: 20%;
        height: 50%;
    }
    .about_top .jumbotron h1 {
        margin-top: 0px;
    }
    .about_top_section, .team_top_section {
        height: auto;
        padding: 20px 0px 10px;
    }
    .video-content {
        margin-top: -108px;
    }
    .modal-dialog {
        width: 700px;
        margin: 160px auto;
    }
    .product-section {
        padding-bottom: 60px;
    }
    .careers_content p {
        padding: 0px 0px 15px;
    }
    .career_top_section, .contact_top_section {
        height: auto;
    }
    .career-individual-content {
        padding: 50px 0px 40px;
    }
    .product-detail-bg::before, .product-detail-bg::after {
        right: 10px;
        border-top-right-radius: 116px;
        border-bottom-right-radius: 121px;
    }
    .product-detail .heading {
        text-align: left;
    }
    .product-detail .item_cont .number {
        margin-right: 10px;
        margin: 0 auto;
        float: none;
    }
    .product-detail .heading {
        text-align: center;
    }
    .testimonial_content p {
        margin-top: 10px;
    }
    .weAre_section .b2b_item_cont .item_cont {
        text-align: center;
        margin-top: 0px;
        min-height: 120px;
    }
    .benefits_section .item_cont {
        text-align: center;
        margin-top: 0px;
        min-height: 130px;
    }
    .paddinglr15per {
        padding-left: 5%;
        padding-right: 5%;
    }
    .parent {
        width: 50%;
        margin: 0px 0px;
    }
    .tab-content {
        padding: 20px 20px 0 !important;
    }
    .info-bg {
        padding: 40px 10px 110px;
    }
    .about-us-content1 {
        padding: 15px 0 20px;
    }
    .about-us-content1.mt100 {
        margin-top: 30px
    }
    .automobile {
        margin-top: 10px;
    }
    .realestate, .financialservices, .travelandtourism, .automobile, .retailandconsumer, .health {
        margin-bottom: 20px;
    }
    .data_content {
        height: auto;
        background-attachment: inherit;
        padding: 30px 0;
    }
    .welcome-text .text-left {
        text-align: center;
    }
    .data_content p {
        padding: 0 0px;
    }
    .story_content {
        padding: 30px 0 0;
    }
    .nav-tabs > li > a.active {}
    .jobdesciption {
        margin-top: 20px
    }
    .tab-content img {
        margin-top: 30px;
    }
    .Jcsb {
        justify-content: space-between;
    }
    .Df {
        display: flex;
    }
    .openings_list {
        width: 100%;
        padding: 0 20px;
    }
    .openings_list ul li ul {
        margin: 15px 0 30px;
        line-height: 30px;
    }
    .founder-bio-block p {
        margin: 20px 0px;
    }
    .more_information {
        margin-top: 45px;
    }
    .service_links_section {
        margin-top: 0px;
    }
    .test {
        width: 100%;
    }
}
@media only screen and (max-width:600px) {
    .welcome-text {
        text-align: center;
    }
    .child::before {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .nav-tabs li a {
        padding: 35px 30px;
        width: 420px;
    }
    .benefits_section .col-md-2 {
        width: 100%;
    }
    .owl-theme .owl-controls {
        margin-top: 0px;
        text-align: right;
        position: absolute;
        top: 0;
        right: 15px;
    }
    .home-banner .jumbotron h1 {
        font-size: 29px;
        line-height: 40px;
        text-align: center;
    }
    .home-banner .item_cont {
        margin: 25px 0px 35px;
    }
    .home-banner .item_cont p {
        min-height: auto;
        margin: 10px 0px
    }
    .home-banner .item_cont h5 {
        margin: 10px auto;
    }
    .key_benrfit_content .m-t-30 {
        margin-top: 10px !important;
    }
    .key_benrfit_content .item_cont {
        min-height: auto;
        margin-top: 20px
    }
    .key_benrfit_content .m-t-60 {
        margin-top: 0px !important;
    }
    .weAre_section {
        background: #ffffff;
        padding: 50px 0px 0;
    }
    .weAre_section .b2b_item_cont .item_cont {
        text-align: center;
        margin-top: 0px;
        min-height: auto;
        padding: 20px 20px;
    }
    .parent {
        width: 100%;
        margin: 0px 0px;
    }
    .middleBar_content {
        padding: 40px 0 0;
        text-align: center;
    }
    .testimonial {
        color: #fff;
        position: relative;
        padding: 30px 20px;
        text-align: left;
        margin-top: 50px;
        min-height: 160px;
    }
    .careers_content {
        position: relative;
        overflow: hidden;
        padding: 0px 0 0px;
        text-align: center;
    }
    .careers_content::before {
        content: "";
        position: absolute;
        -webkit-transform: skewy(8.5deg);
        transform: skewy(8.5deg);
        left: 0;
        top: 30px;
        width: 100%;
        height: 1280px;
        background-color: rgba(238, 238, 238, 0.4);
        z-index: -1;
    }
    .benefits_section .item_cont p.para {
        margin-top: 10px;
        text-align: center;
    }
    .benefits_section .item_cont {
        text-align: left;
        margin-top: 0px;
        padding: 10px 10px;
        position: relative;
        overflow: hidden;
        min-height: auto;
        transition: ease all 0.3s;
        margin-bottom: 10px;
    }
    .benefits_section {
        padding: 0px 0px;
        padding-bottom: 30px;
    }
    .HGT650 {
        min-height: 230px;
    }
    .social h5 {
        margin-top: 20px;
    }
    .new-age {
        padding: 0 0px;
    }
}
@media (min-width:640px) and (max-width:768px) {
    .right_form_content {
        width: 75%;
        margin: 0 auto;
    }
}
@media only screen and (max-width:640px) {
    .clr {
        clear: both !important;
    }
    .footer_link_box {
        float: left;
        width: 55%;
        margin-bottom: 10px;
    }
    .top_section video {
        height: 100%;
    }
    .Jcsb {
        justify-content: flex-end;
    }
    .Df {
        display: block;
    }
    .openings_list {
        width: 100%;
        padding: 0 20px;
    }
    .openings_list ul li ul {
        margin: 15px 0 30px;
        line-height: 30px;
    }
    .home-banner .welcome-text h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .home-banner .welcome-area {
        margin: 25% 0 15%;
    }
}
@media only screen and (max-width:500px) {
    .welcome-area {
        margin: 30% 0 15%;
    }
    .welcome-area.space {
        margin: 30% 0 25%;
    }
    .benefits_section img {
        width: 20%;
    }
    .product-section h2 {
        margin-top: 0px;
    }
    .product-section {
        padding-bottom: 0px;
    }
    .nav-tabs li a {
        padding: 35px 30px;
        width: 100%;
        display: block;
    }
    .nav-tabs li a {
        margin: 0px 0px !important;
    }
    .nav-tabs > li {
        float: none !important;
        margin-bottom: 30px;
    }
}

/* Video Section */
    .inblock {
        background: #f9f9f9;
        padding: 30px;
        border-radius: 0px 0px 15px 15px;
    }

    .interview {
        margin-top: 15px;
        font-weight: 800;
        color: #013b53;
        font-size: 20px;
        line-height: 1.5;
    }

    .sub {
        margin-top: 12px;
        line-height: 1.9;
        font-size: 14px;
    }

    .video-play-button {
        position: absolute;
        z-index: 10;
        top: 45%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        box-sizing: content-box;
        display: block;
        width: 15px;
        height: 12px;
        border-radius: 50%;
        padding: 9px 24px 18px 28px;
    }
    .video-play-button:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 75px;
        height: 75px;
        background: #3dbcd346;
        border-radius: 50%;
        animation: pulse-border 1500ms ease-out infinite;
    }
    
    .video-play-button:after {
        content: "";
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 70px;
        height: 70px;
        background: #3dbcd346;
        border-radius: 50%;
        transition: all 200ms;
        
    }
    
    
    .video-play-button span {
        display: block;
        position: relative;
        z-index: 3;
        width: 0;
        height: 0;
        border-left: 18px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 12px solid transparent;
    }
    
    @keyframes pulse-border {
      0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
      }
      100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
      }
    }
    
    /* If the screen size is 400px wide or less, hide the element */
    @media only screen and (max-width: 400px) {
        .video-play-button {
            position: absolute;
            z-index: 10;
            top: 13%;
            left: 49%;
            transform: translateX(-50%) translateY(-50%);
            box-sizing: content-box;
            display: block;
            width: 15px;
            height: 12px;
            border-radius: 50%;
            padding: 9px 24px 18px 28px;
        }
  }
     

    .video-link {
        display: inline-block;
      }
      
      .video-link img {
        display: inline;
        
      }

      
      /* CSS for video cover image */
      div.mfp-content {
          text-align: center;
      }
      div.mfp-content .mfp-close {
          background: rgba(255, 255, 255, 0.3);
      }
      #popup-video {
        position: relative;
        margin: 0 auto;
        max-width: 850px;
        max-height: 450px;
      }

      #popup-video1 {
        position: relative;
        margin: 0 auto;
        max-width: 850px;
        max-height: 450px;
      }
	  
	  #popup-video2 {
        position: relative;
        margin: 0 auto;
        max-width: 850px;
        max-height: 450px;
      }
	  
      /* Magnific Popup CSS */
    .mfp-bg {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1042;
        overflow: hidden;
        position: fixed;
        background: #0b0b0b;
        opacity: 0.8; }
  
  .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }
  
  .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box; }
  
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  
  .mfp-align-top .mfp-container:before {
    display: none; }
  
  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }
  
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }
  
  .mfp-ajax-cur {
    cursor: progress; }
  
  .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
  
  .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }
  
  .mfp-auto-cursor .mfp-content {
    cursor: auto; }
  
  .mfp-close,
  .mfp-arrow,
  .mfp-preloader,
  .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  
  .mfp-loading.mfp-figure {
    display: none; }
  
  .mfp-hide {
    display: none !important; }
  
  .mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
    .mfp-preloader a {
      color: #CCC; }
      .mfp-preloader a:hover {
        color: #FFF; }
  
  .mfp-s-ready .mfp-preloader {
    display: none; }
  
  .mfp-s-error .mfp-content {
    display: none; }
  
  button.mfp-close,
  button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation; }
  
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  
  .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
    .mfp-close:hover,
    .mfp-close:focus {
      opacity: 1; }
    .mfp-close:active {
      top: 1px; }
  
  .mfp-close-btn-in .mfp-close {
    color: #333; }
  
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }
  
  .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }
  
  .mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
    .mfp-arrow:active {
      margin-top: -54px; }
    .mfp-arrow:hover,
    .mfp-arrow:focus {
      opacity: 1; }
    .mfp-arrow:before,
    .mfp-arrow:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      top: 0;
      margin-top: 35px;
      margin-left: 35px;
      border: medium inset transparent; }
    .mfp-arrow:after {
      border-top-width: 13px;
      border-bottom-width: 13px;
      top: 8px; }
    .mfp-arrow:before {
      border-top-width: 21px;
      border-bottom-width: 21px;
      opacity: 0.7; }
  
  .mfp-arrow-left {
    left: 0; }
    .mfp-arrow-left:after {
      border-right: 17px solid #FFF;
      margin-left: 31px; }
    .mfp-arrow-left:before {
      margin-left: 25px;
      border-right: 27px solid #3F3F3F; }
  
  .mfp-arrow-right {
    right: 0; }
    .mfp-arrow-right:after {
      border-left: 17px solid #FFF;
      margin-left: 39px; }
    .mfp-arrow-right:before {
      border-left: 27px solid #3F3F3F; }
  
  .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
    .mfp-iframe-holder .mfp-content {
      line-height: 0;
      width: 100%;
      max-width: 900px; }
    .mfp-iframe-holder .mfp-close {
      top: -40px; }
  
  .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
    .mfp-iframe-scaler iframe {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #000; }
  
  /* Main image in popup */
  img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }
  
  /* The shadow behind the image */
  .mfp-figure {
    line-height: 0; }
    .mfp-figure:after {
      content: '';
      position: absolute;
      left: 0;
      top: 40px;
      bottom: 40px;
      display: block;
      right: 0;
      width: auto;
      height: auto;
      z-index: -1;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #444; }
    .mfp-figure small {
      color: #BDBDBD;
      display: block;
      font-size: 12px;
      line-height: 14px; }
    .mfp-figure figure {
      margin: 0; }
  
  .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }
  
  .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }
  
  .mfp-image-holder .mfp-content {
    max-width: 100%; }
  
  .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }
  
  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
      padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      box-sizing: border-box; }
      .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px; }
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0; } }
  
  @media all and (max-width: 900px) {
    .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
    .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0; }
    .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%; }
    .mfp-container {
      padding-left: 6px;
      padding-right: 6px; } }

/*ITAB*/
    .iab {
        width: 100px;
        margin-top: 50px;
    }
	
/* Team css */
.gallery {
    background-color: #f9f9f9;
    padding: 50px 0;
}

.flip-card {
    background-color: transparent;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}
/* This container is needed to position the front and back side */
.flip-card-inner {
    margin: 10px 0px;
    text-align: center;
}
/* Position the front and back side */
/* Style the front side (fallback if image is missing) */
.flip-card-front {
    position: relative;
    border-radius: 50% 50% 50% 0%
}
.flip-card-front img {
    border-radius: 50%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    margin-bottom: 20px;
    /*
	position: absolute;
	top:-85px;
	*/
}
.flip-card-inner:hover img {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
/* Style the back side */
.flip-card-back {
    /*
	min-height: 315px;
	*/
    width: 100%;
    height: 100%;
    color: #797979;

}
.flip-card-back h4 {
    font-family: 'montserratmedium';
    font-size: 14px;
    color: #3dbdd3;
    margin-bottom: 10px;
}
.flip-card-back p {
    font-size: 12px;
    color: #868686;
	line-height: 1.7;
}
@media only screen and (max-width:1280px) {
    .flip-card-inner {
        flex: 0 0 170px;
        -ms-flex: 0 0 170px;
        -moz-flex: 0 0 170px;
        -webkit-flex: 0 0 170px;
    }
}
@media only screen and (max-width:768px) {
    .flip-card-inner {
        flex: 0 0 130px;
        -ms-flex: 0 0 130px;
        -moz-flex: 0 0 130px;
        -webkit-flex: 0 0 130px;
    }
    .flip-card-back {
        min-height: 160px;
    }
    .flip-card-back p{
        margin-bottom: 0px !important;
    }
}
@media only screen and (max-width:640px) {
    .flip-card-inner {
        flex: 1 0 120px;
        -ms-flex: 1 0 120px;
        -moz-flex: 1 0 120px;
        -webkit-flex: 1 0 120px;
    }
    .flip-card-back {
        padding: 10px;
    }
    .flip-card-back p {
        font-size: 14px;
    }
    .flip-card-front img {
    width: 50%;
    margin: 0 auto;
}
    .flip-card-back {
    min-height: auto;
}
}

/* Slider -style */
.new-age{
	padding: 0 50px;
}
.new-age img{
	
    -webkit-box-shadow: 2px 5px 20px 0px rgba(92, 92, 92, 0.17);
    -moz-box-shadow: 2px 5px 20px 0px rgba(92, 92, 92, 0.17);
    box-shadow: 2px 5px 20px 0px rgba(92, 92, 92, 0.17);
	border: 1px solid #eaeaea;
}
.new-age ul{
	margin-top:25px;
}
.new-age ul li{
	font-size: 16px;
	list-style-type:none;
	margin-bottom: 15px;
	margin-left: 23px;
    text-align: left;
}
.new-age ul li::before {
  content: "\00BB";
	font-size: 21px;
  color: #3dbdd3;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

.quote {
  padding: 15px 20px 5px 15px;
  margin-bottom: 30px;
}
.imp-img {
  margin-left: 25px;
  margin-bottom: 80px;
}

.imp-img .photo {
  background-color: #ccc;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 10px;
}

.imp-img p {
  position: relative;
  top: 5px;
  text-transform: uppercase;
}

.student p:nth-child(2) {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.student p:nth-child(3) {
  font-size: 14px;
  color: #777;
}
@media only screen and (max-width: 600px){
.new-age {
    padding: 0 0px;
}
}

.footer-iab{
	margin-top: -47px;
}
.footer-iso{
	margin-top: 16px;
}
@media screen and (max-width: 415px) and (min-width: 350px){
	
	.footer-iab{
	margin-top: 0px !important;
}
.footer-iso{
	margin-top: 0px !important;
}
	
}
/*
     FILE ARCHIVED ON 08:57:14 Nov 05, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:38:08 Jul 12, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.343
  exclusion.robots: 0.032
  exclusion.robots.policy: 0.025
  esindex: 0.004
  cdx.remote: 10.87
  LoadShardBlock: 134.877 (3)
  PetaboxLoader3.datanode: 114.798 (4)
  PetaboxLoader3.resolve: 101.17 (2)
  load_resource: 85.46
*/