@charset "UTF-8";
/*
Theme Name: Zammo
*/
*{box-sizing:border-box; }
html{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd,/* ol, ul, li, */fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin:0; padding:0; border:0; outline:0; }
header, footer, article, section, hgroup, nav, figure {display:block; margin:0px; padding:0px; }
img {border: 0 none; height: auto; max-width: 100%; vertical-align:middle; transition: all 0.5s ease-in-out 0s; }
/*ul {list-style-type:none; padding:0px; margin:0px; }*/
a, button{text-decoration:none; outline:none; transition: all 0.5s ease-in-out 0s; color:#222222; }
i.fa{transition: all 0.5s ease-in-out 0s; }
p, td, input, label, form, h1, h2, h3, h4, h5, h6, a {padding:0px; /*margin:0px;*/ border:none; text-decoration:none; font-weight:normal; }
h1, h2, h3, h4, h5, h6{font-family: 'Montserrat', sans-serif; font-weight: 900; }
input[type="text"],input[type="button"],input[type="submit"],input[type="email"],input[type="tel"] ,textarea {-webkit-appearance: none; -webkit-border-radius: 0; -webkit-appearance: none; transition: all 0.5s ease-in-out 0s; outline:none; resize: none; }
input[type="submit"], input[type="button"], input[type="reset"]{outline:none; cursor:pointer; }
.clear {clear: both; }
.vm{vertical-align: middle; }
.relative{position: relative; }
.left{float: left; }
.right {float:right !important; }
/*placeholder css*/
input::-webkit-input-placeholder {opacity:1 !important; }
.searchbox input::-webkit-input-placeholder{color:#d4d8e4 !important; }
input::-moz-placeholder {opacity:1 !important; }
input:-ms-input-placeholder {opacity:1 !important; }
input:-moz-placeholder {opacity:1 !important; }
.banner_form input::-moz-placeholder {opacity:1 !important; color: rgba(0, 0, 0, 0.3); }
.banner_form input:-ms-input-placeholder {opacity:1 !important; color: rgba(0, 0, 0, 0.3); }
.banner_form input:-moz-placeholder {opacity:1 !important; color: rgba(0, 0, 0, 0.3); }
textarea::-webkit-input-placeholder {opacity:1 !important; }
textarea::-moz-placeholder {opacity:1 !important; }
textarea:-ms-input-placeholder {opacity:1 !important; }
textarea:-moz-placeholder {opacity:1 !important; }
/*ends css*/

/*Visual Composer Styles*/
.vce-text-block-wrapper  > p, .vce-text-block-wrapper  > ul , .vce-text-block-wrapper > ol{margin:0 0 1rem !important;}
.vce > ul {    list-style: disc !important;    margin-left: 30px !important; }
.vce > ol {    list-style: decimal !important;    margin-left: 30px !important; }

body{margin:0; padding:0; font-size:16px; line-height:normal; color:#22272b; font-weight:400; font-family: 'Montserrat', sans-serif; overflow-x: hidden;}
/*selection color*/
::-moz-selection {background: #000; color: #ffffff; }
::-webkit-selection {background: #000; color: #ffffff; }
::selection {background: #000; color: #ffffff; }
/*======= Common CSS =======*/
p{font-size:20px; line-height:1.5; color: #373a3c; font-family: 'Hind', sans-serif; }
h1{font-size:48px; line-height:1.17; font-weight:700; font-family: 'Montserrat', sans-serif; }
h2{font-size:40px; line-height:1.2; font-weight:500; font-family: 'Montserrat', sans-serif; }
h3{font-size:36px; line-height:1.11; font-weight: 500; font-family: 'Montserrat', sans-serif; }
h4{font-size:30px; line-height: normal; font-weight: 500; font-family: 'Montserrat', sans-serif; }
h5{font-size:20px; font-weight: 500; line-height: 1.4; font-family: 'Montserrat', sans-serif; }
h6{font-size:16px; font-weight: 600; line-height: 1.5; letter-spacing: 1px; color: #FF0074; text-transform: uppercase; letter-spacing:2px; margin: 0 0 8px 0; font-family: 'Montserrat', sans-serif; }
a:hover, a:focus{text-decoration:none; color:inherit; }
.white-text{color: #ffffff !important }
.pink-text{color:#FF0074 !important; }
.text-center{text-align: center !important }
.text-left{text-align: left !important; }
.text-right{text-align: right !important; }
.zammo-button{width: auto; color: #fff; padding: .5em 1.6em; background: #008cff; border-radius: 5px; border: 1px solid #008cff; line-height: 2em; font-weight: 500; cursor: pointer;}
.zammo-button:hover{background: #0070CC; color: #fff; border: 1px solid #0070cc; }
.zammo-button.outline-button{color: #008cff; background: #fff; border: 1px solid #008cff; }
.zammo-button.outline-button:hover{background: #008cff; color: #fff; border: 1px solid #008cff; }
/*========== Dwayne Styles ===========*/
/*LAYOUT COMMON STYLES*/
.z-watermark{}
.main-title{}
.sub-title{}
/*HEADER / TITLE COMMON STYLES*/
.large-title{}
.main-title{}
.sub-title{}
/*IMAGE COMMON STYLES*/
.image-wrapper img{width: 100%; }
.padding-bottom-30{ padding-bottom: 30px; }
/* Breadcrumbs */
.breadcrumb {display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 20px 0 10px 0; margin-bottom: 0em; list-style: none; background:none; border-radius: 5px; font-size: .85em; font-weight: 500;}
.breadcrumb-item+.breadcrumb-item {padding-left: .75rem; }
.breadcrumb-item+.breadcrumb-item::before {display: inline-block; padding-right: .7rem; color: #e8e8e8; content: "|"; }
.breadcrumb-item a{color:#008cfe; }
.breadcrumb-item a:hover{color:#0070CC; }
.share-module {width: 70px; position: absolute; left: 48px; top: 480px; z-index: 997; padding:16px 0; border-radius: 5px; background-color: rgba(255,255,255,.81); }
.share-module.sticky{position: fixed; background-color:rgba(255,255,255,.81); top:100px; z-index: 99;}
.inn_top_tab_cont.sticky {position: fixed; top: 70px; z-index: 100000; background-color: rgb(237, 246, 255); -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1); box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1); z-index: 9999; }
.logo {width:148px !important; overflow:hidden}
.logo a{width:100%; height:32px;}
.logo a img{ width: 99% !important; }
.logo-intro {margin: 0 auto; text-align: center; }
.logo-intro img {height: 300px; text-align: center; }
/*Success Page*/
.outter-section-wrapper {margin: 0px auto 00px auto; float: left; width: 100%; position: relative;}
.right-colum h3, .left-colum h3{ margin-bottom: 24px; }
.inner-section-wrapper{position: relative; height: auto; min-height: 200px; padding: 48px 0; margin: 0 auto; }
.outter-section-wrapper.padding-top{padding-top:40px !important;}
span.go-back a {border-bottom: 1px solid #008cff; border-width: 80%; }
.stats-module {float: left; text-align: center; }
.stats-module h2 {font-size: 4em; position: relative; width: 100%; }
.stats-module span {position: relative; width: 100%; }
.spacer-column {position: relative; float: left; }
.right-colum {position: relative; float: left; padding: 0 0 0 4em; }
.left-colum {position: relative; float: left; padding: 0 4em 0 0; }
/*Common Styles*/
.image-wrapper{width: 100%; height: auto; min-height: 360px; position: relative; float: left; overflow: hidden; background:rgba(0,0,0,.06); }
.image-wrapper > img{width: 100%; height: auto; position: absolute; }
.gradient-background{background: rgba(68,0,204,1); background: -moz-linear-gradient(58deg, rgba(68,0,204,1) 0%, rgba(28,210,242,1) 100%); background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(68,0,204,1)), color-stop(100%, rgba(28,210,242,1))); background: -webkit-linear-gradient(58deg, rgba(68,0,204,1) 0%, rgba(28,210,242,1) 100%); background: -o-linear-gradient(58deg, rgba(68,0,204,1) 0%, rgba(28,210,242,1) 100%); background: -ms-linear-gradient(58deg, rgba(68,0,204,1) 0%, rgba(28,210,242,1) 100%); background: linear-gradient(58deg, rgba(68,0,204,1) 0%, rgba(28,210,242,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4400cc', endColorstr='#1cd2f2', GradientType=1 ); }
.wpb_wrapper,.fixed_wrapper{max-width:1280px; margin:0 auto; width:100%;}
.wrapper{max-width:1080px; margin:0 auto; width:100%;}
.full_width{width:100%; float:left; }
.learn_more a{width:208px; line-height:1em; text-align:center; border:1px solid #008cff; border-radius:5px; font-size:16px; font-weight:500; padding:1em; letter-spacing:-0.1; color:#008cff; display:block; transition:all 0.5s ease-in-out;}
.learn_more a:hover{background:#008cff; transition:all 0.5s ease-in-out; color:#fff;}
.top_head {padding:15px 40px 0px 33px; background:#001e4e;}
.logo{float:left; padding-top:5px;}
.top_right{float:right;}
.login_in{display:inline-block; margin-left:15px;}
.login_in ul li{display:inline-block;}
.login_in ul li a{font-size:16px; letter-spacing:-0.2px;  font-weight:600; color:rgba(0,0,0,.8); display:block; width:auto; line-height:40px; text-align:right; border-radius:5px;}
.login_in ul li a:hover{background:#fff; color:#008cff; }
.login_in ul li:last-child a, .login_in ul li.dxt-ver a{width: auto; background: #fff; text-align: center; font-weight: 500; color: #008cff; line-height: 40px; margin-left: 22px; border-radius: 5px; border: 1px solid #008cff; padding: 0 40px;}
.login_in ul li:last-child a:hover, .login_in ul li.dxt-ver a:hover{background:#008cff; color:#fff;}
.outline-btn{width: auto; text-align: center; font-weight: 500; color: #008cff; line-height: 2em; border-radius: 5px; border: 1px solid #008cff; padding: .3em 1.5em; cursor:pointer; outline:none; }
.outline-btn:hover{background:#008cff; color:#fff;}
.main_banner{background:url('images/home_banner_2.png') no-repeat; background-position:center right; padding:110px 0 64px;}
.main_banner .fixed_wrapper{position:relative;}
.main_banner .wpb_wrapper{position:relative;}
.banner_txt{max-width:817px; width:100%;}
.banner_txt h1{margin-bottom:14px; color:#0f1b2e;  text-transform:uppercase; line-height:1.17;  font-size:40px;}
.banner_txt p{margin-bottom:34px; font-size:20px;  line-height:1.17; color:#373a3c; font-weight:400; max-width:83%;}
.banner_txt p span{margin-top:20px;  font-size:20px; line-height:1.17; font-weight: 400; }
.banner_form.vc_btn3-container {
    margin-bottom: 15px;
}
.banner_form button{border-radius:5px; text-align:center; background:#008cff; letter-spacing:-0.1px; color:#fff;  font-weight: 600; font-size:20px; cursor:pointer; border:none; box-shadow:none; font-family: 'Montserrat', sans-serif;}
.banner_form button:hover {background: #0070CC; color: #fff; }
.no_creadit_card {font-weight:500; font-family: 'Hind'; font-size: 20px;}
.no_creadit_card p{margin-bottom:0px; font-weight:500; line-height:0.98; font-size:20px;  max-width:100%; margin-top:0px; color:#373a3c; font-family: 'Hind'}
.voice_enable{padding:100px 0 110px; text-align:center; background: rgba(0,38,127,1); background: #00267f; background: -moz-linear-gradient(top, #00267f 0%, #001e4e 100%); background: -webkit-linear-gradient(top, #00267f 0%,#001e4e 100%); background: linear-gradient(to top, #00267f 0%,#001e4e 100%); }
.voice_enable .in_box_cont{max-width:100%; text-align:center; margin-bottom:47px;}
.voice_enable .in_box_cont h6{color:#FF0074; letter-spacing:1px;}
.voice_enable .in_box_cont h2{color:#eee; }
.voic_enable_box{max-width:23.5%; width:100%; margin-right:24px;  text-align:center; float:left;}
.voic_enable_box:last-child{margin-right:0;}
.voic_enable_box h1{color:#fff;  line-height: 1.17; margin-bottom:4px; font-weight:500;}
.voic_enable_box p{ color: #fff;  line-height: 1.2;}
.voice_engagement_sec{padding:100px 0 138px; background:#fff; position:relative;background: url(images/zammo-bg.png) no-repeat;background-position: bottom 139px center;background-size: 78%;}
.voice_eng_cont{text-align:center;}
.voice_eng_cont h6{margin-bottom:8px; color:#FF0074;}
.voice_eng_cont h2{color:#222; }
.voice_eng_outer{margin-top:55px;}
.voice_eng_box{max-width:24.7%; position:relative;  width:100%;  display:inline-block; vertical-align: middle;}
.voice_eng_box figure{margin-bottom:50px !important;min-height: 250px; vertical-align: middle; display: grid !important; width: 100%; align-items: center;}
.voice_eng_box figure img{max-width: 220px;}
.voice_eng_box figure:after {
    position: absolute;
    right: 0;
    top: 40%;
    width: 70px;
    height: 24px;
    background: url(images/right_ar.png) no-repeat;
    background-size: 100% 100%;
    content: '';
    z-index: 1;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
}
.voice_eng_box h5{color:#222; font-weight: 600;}
.voice_eng_box:last-child figure:after{display: none;}
.what_is_zommo_sec{padding:147px 0 256px; position:relative; background:url(images/what_sis_zommo_left_img.png) no-repeat; background-position:center left;}
.in_box_cont{max-width:520px; width:100%;}
.in_box_cont p{color:#373a3c; margin-bottom:18px !important;}
.voice_ass_any{padding:147px 0 228px; background:#fff; position:relative; }
.voice_ass_any:before{position:absolute; left:0; top:-31%; background:url(images/voice_any_left.svg) no-repeat; background-size:100% 100%; background-position:center center;  content:''; width:390px; height:823px; }
.voice_ass_any:after{position:absolute; right:00px; top:77px; background:url(images/voice_any_right.svg) no-repeat; background-size:100% 100%; background-position:center center;  content:''; width:520px; height:628px;}
.voice_ass_any figure{width:556px; height:580px; border-radius:50%; position:absolute; right:0; top:77px;  z-index:0;}
.voice_ass_any figure img{width:556px; height:580px; border-radius:50%; }
.voice_ass_any figure:after{position:absolute; left:0; bottom:10%; width:131px; height:96px; background:url(images/dots_img.png) no-repeat; background-position:center center; background-size:100% 100%; content:''; }
.voice_ass_any  .in_box_cont{position:relative; z-index:1;}
.connectiong_people{padding:165px 0; background:#00ddff ; background-repeat: no-repeat; background-size:cover; background-position:top left;}
.zammo_voice_sec{padding:116px 0 130px; position:relative; background:#f9f9fa url(images/zammo_voice_bg.jpg) no-repeat; background-position:left top; }
.zammo_voice_sec  .in_box_cont{max-width:560px;}
.steps_cont{margin-top:40px;}
.steps_cont ul li{display:block; margin-bottom:33px; position:relative; padding-left:102px;}
.steps_cont ul li:last-child{margin-bottom:0px;}
.steps_cont ul li i{position:absolute; width:64px; height:64px; line-height:64px; left:0; top:0; background:#00ddff; border-radius:50%; text-align:center;}
.steps_cont ul li i img{width:45px; height:auto;}
.steps_cont ul li h6{margin-bottom:2px; color:#f05428; font-weight: 500; font-family: 'Hind', sans-serif;}
.steps_cont ul li h5{color: #22272b; font-weight: 600; display:block;}
.adv_of_zammo{padding:196px 0 255px; position:relative; }
.adv_of_zammo:before{position:absolute; left:0; top:-20%; background:url(images/voice_any_left.svg) no-repeat; background-size:100% 100%; background-position:center center;  content:''; width:390px; height:823px;  }
.adv_of_zammo figure{width:556px; height:580px; border-radius:50%; position:absolute; right:0; top:109px;  z-index:1;}
.adv_of_zammo figure:after{position:absolute; left:0; bottom:10%; width:131px; height:96px; background:url(images/dots_img.png) no-repeat; background-position:center center; background-size:100% 100%; content:'';}
.adv_of_zammo .in_box_cont{position:relative; z-index:1;}
.zommo_for_sec{background:#0053ff; padding:100px 0 226px;}
.zommo_for_title {text-align:center; margin-bottom:50px; }
.zommo_for_title h6{color:#fff; font-weight:600; margin-bottom:8px; text-transform:uppercase;}
.zommo_for_title h2{color:#eeeeee; margin-bottom:8px;  line-height: 1.2;}
.zommo_for_title p{color:#d8d8d8;   line-height: 1.4;}
.zommo_for_outer{text-align:center; margin-bottom:101px;}
.zommo_for_outer ul li{display:inline-block; margin-right:21px; }
.zommo_for_outer ul li:last-child{margin-right:0px;}
.zommo_for_outer ul li a{padding:32px 40px; border-radius:10px; text-align:center; display:block; transition:all 0.5s ease-in-out;}
.zommo_for_outer ul li a img{width:112px; height:112px;}
.zommo_for_outer ul li a span{font-size:16px;  font-weight: 500; letter-spacing: -0.1px; color:#fff; display:block; margin-top:16px;}
.zommo_for_outer ul li.active a , .zommo_for_outer ul li a:hover{background:rgba(0,0,0,.3); transition:all 0.5s ease-in-out;}
.zommo_for_tab_cont_left{max-width:434px;  float:left; width:100%;}
.zommo_for_tab_cont_left figure{position:relative;}
.zommo_for_tab_cont_left figure img{width:100%; height:100%;}
.zommo_for_tab_cont_left figure:after{position:absolute; right:-15%; bottom:-10px; width:131px; height:96px; background:url(images/dots_img_2.svg) no-repeat; background-position:center center; background-size:100% 100%; content:'';}
.zommo_for_tab_cont_right{max-width:710px; float:right; width:100%; position:relative;}
.zommo_for_tab_cont_right:after{position:absolute; left:-33px; right:0; margin:0 auto; background:url(images/line_2.svg) no-repeat; width:3px; height:542px; background-size:100% 100%; content:'';}
.zommo_for_tab_cont_rgt_box{max-width:50%; float:left; position:relative;}
.zommo_for_tab_cont_rgt_box h5{font-size:24px;  font-weight: 600; color: #00ddff; margin-bottom:38px;}
.zommo_for_tab_cont_rgt_box ul li{display:block; font-size:22px;font-weight:500; margin-bottom:30px; line-height:normal; color:#fff; max-width:70%; min-height:54px;}
.zommo_for_tab_cont_rgt_box ul li:last-child{margin-bottom:0px;}
.zommo_for_tab_cont_rgt_box:last-child{padding-left:81px;}
.zommo_voice_imgs figure{width:25%; float:left; overflow:hidden;}
.zommo_voice_imgs figure:hover img{transform:scale(1.06); transition:all 0.5s ease-in-out;}
.zommo_voice_imgs figure img{width:100%;}
.zommo_news_ad_artical{background:rgba(0,140,255,0.08); padding:70px 0px; }
.zommo_news_ad_artical h6{color:#ff0074; text-transform:uppercase; line-height: 1.71; font-size:16px;  letter-spacing: 1px; margin-bottom:8px;}
.zommo_news_ad_artical h2{color:#222222;  font-weight: 600; line-height: 1.2;  float:left}
.zommo_news_ad_artical ul{float:right; padding-top:25px;}
.zommo_news_ad_artical ul li{display:inline-block; position:relative; margin-right:30px;}
.zommo_news_ad_artical ul li:last-child{margin-right:0px;}
.zommo_news_ad_artical ul li:before{position:absolute; right:-16px; top:5px; background:#979797; width:1px; height:15px; background-size:100% 100%; content:'';}
.zommo_news_ad_artical ul li a{color:rgba(0,0,0,.5);  letter-spacing: -0.1px;   font-weight: 600;}
.zommo_news_ad_artical ul li a:hover{color:#ff0074;}
.zommo_news_ad_artical ul li:last-child:before{display:none;}
.zommo_new_outer{margin-top:40px; margin-bottom:0px;}
.zommo_news_row{margin-top:24px;}
.zommo_news_row:first-child{margin-top:0px;}
.zommo_news_box{max-height:360px; min-height:360px;max-width:32%; position:relative; width:100%; margin-right:24px; float:left; display: flex;}
.zommo_news_box:last-child{margin-right:0px;}
.zommo_news_box figure{position: absolute !important; top: 0; left: 0;  width: 100%; height: 100%; overflow: hidden;}
.zommo_news_cont{ position: relative; width: 100%; padding: 32px; float: left;}
.zommo_news_box figure img{width:100%;}
.zommo_news_cont h4{color: #eeeeee; margin: 0px 0 40px 0 !important; display: block; }
.top_tx p{color:#fff; letter-spacing: -0.1px; font-weight: 600; font-size:12px; line-height: 1.17;  }
.top_tx h4{float:left;position:relative; font-size:24px;   font-weight: 500;  line-height: 1.2em;  color: #eeeeee;}
.top_tx .learn_more{position:absolute;  bottom:24px;}
.top_tx .learn_more a{border-color:#eeeeee; color:#fff; float:left; font-size:16px !important; cursor: pointer;}
.top_tx .learn_more a:hover{border-color:#008cff;}
.btm_tx{position:absolute; bottom:72px; right:28px; left:48px;  font-weight:500; top:56px;}
.btm_tx p{color:#fff; line-height:1; font-weight: 500; letter-spacing: -0.1px;}
.btm_tx h4{font-size:40px;  line-height: 1.2;  color: #eeeeee;  font-weight: 600; position:absolute; top:55%; transform:translateY(-50%);}
.no_ly:after{display:none;}
.second_raw .zommo_news_box:first-child{max-width:66%; }
.second_raw .top_tx {top:43px; left:48px; bottom:48px;}
.second_raw .top_tx h4 {bottom:auto; font-size:40px;  line-height: 1.2;  color: #eeeeee;  font-weight: 500; }
.second_raw .top_tx p{color:#fff; line-height:1; font-weight: 500; letter-spacing: -0.1px; font-size:16px; margin-bottom:19px;}
footer{padding:63px 0 56px; background:#001e4e;}
.foot_col{width:100%; float:left; }

.foot_col h5{color:#008cff; margin-bottom:8px; line-height:1.4; font-size:20px; line-height:1.4;}
.foot_col p, .foot_col a{color:#d8d8d8; line-height: 1.33; font-size:12px; font-weight:500; font-family: 'Montserrat', sans-serif;}
.foot_col:first-child,.foot_col:last-child{margin-right:0px;}
.foot_col > ul{padding-left:2px !important} 
.foot_col ul li{display:block; line-height: 2em; margin-bottom:3px; }
.foot_col ul li a:hover{color:#008cff;}
.f_contact{max-width:225px; padding-right:0px;}
.f_solution{max-width:268px; margin-right:0;}
.f_resources{max-width:217px; margin-right:0;}
.f_company{max-width:186px;}
.f_social{max-width:180px;}
.f_social ul {padding-left:0px !important;}

.f_social ul li a i {margin-right: 15px; display: inline-block; }
.f_contact ul li a i{margin-right:15px; display:inline-block;}
.f_contact ul:last-child li{margin-bottom:3px;}
.f_contact ul:last-child li:last-child{margin-bottom:0;}
.footer_btm{padding:21px 24px 19px; background:#000a2e;}
.footer_btm .fixed_wrapper{max-width:100%; }
.foot_btm_left{float:left;}
.foot_btm_left p{color: #787878; font-size:14px;  font-weight: 400; }
.foot_btm_right{text-align:right; float:right; margin-top:-2px;}
.foot_btm_right ul li{display:inline-block; margin-right:15px;}
.foot_btm_right ul li:last-child{margin-right:0px;}
.foot_btm_right ul li a{color: #787878; font-size: 12px; font-weight:400;}
.top_head.stricky-fixed {position:fixed; top:0; left:0; width:100%; z-index:10000; -webkit-transition:all 320ms ease; -moz-transition:all 320ms ease-in-out; -ms-transition:all 320ms ease-in-out; -o-transition:all 320ms ease-in-out; transition:all 320ms ease-in-out; }
.sticky_logo{display:none; }
.top_head.stricky-fixed .logo a{display:block;}
.top_head.stricky-fixed  a.sticky_logo{display:none; cursor:pointer;}
.top_head.stricky-fixed .logo {display:inline-block; padding-top:7px;}
.sticky_bus_name{position:relative; display:none; width:auto; margin-right:16px; height: auto;}
.top_head.stricky-fixed .top_left{float:left;}
.sticky_bus_name input{width:500px; height:56px; border-radius:50px; padding:8px 26px; color:rgba(0,0,0,0.80); font-size:20px; font-family: 'Hind', sans-serif; background:transparent;}
.sticky_bus_name button {width: auto; line-height: 1em; border-radius: 8px; background: #008cff; position: inherit; right: 0; top: 0; bottom: 0; text-align: center; color: #fff; box-shadow: none; font-size: 16px; font-weight: 600; border: none; cursor: pointer; padding: 1em 2em; }
.sticky_bus_name button:hover{background:#fff; color:#008cff;}
.top_head.stricky-fixed .sticky_bus_name{display:inline-block; float: left;}
.top_head.stricky-fixed .menu{display:none;}
.stick_bar{display:none; padding-top:14px;}
.top_head.stricky-fixed .stick_bar{display:inline-flex;}
.top_head.stricky-fixed .stick_bar a{cursor:pointer;}
.top_head.stricky-fixed .login_in ul li:first-child a{width:auto;}
.top_head.stricky-fixed .login_in ul li:last-child a{background: #008cff; color: #fff; padding: 0 40px;}
.top_head.stricky-fixed .login_in ul li:last-child a:hover{background: #0070CC;  }
.top_head.stricky-fixed .menu{display:block;}
.sidenav {height: 100%; width: 0; position: fixed; z-index: 9999999; top: 0; right: 0; background-color: #111; overflow-x: hidden; padding-top: 100px; transition: 0.5s; }
/* The navigation menu links */
.sidenav a {text-decoration: none; font-size: 18px; color: #fff; display: block; transition: 0.3s; }
.sidenav ul{padding-left:20px;}
.sidenav ul li{display:block; margin-bottom:20px; }
.sidenav ul li:last-child{margin-bottom:0px;}
.sidenav ul li a{font-size: 16px; font-weight: 500;color: rgba(255,255,255,0.85);line-height: 1;letter-spacing: -0.1px;}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {color: #008cff; }
/* Position and style the close button (top right corner) */
.sidenav .closebtn {position: absolute; top: 0; left: 15px; font-size: 36px; margin-left: 0px; padding:10px 0px; }
.sidenav .closebtn:hover{color:#FF0074;}
/*AADED NEW CSS*/
.voice_economy h6, .voice_economy h3{text-align: center;}
.voice_economy{margin-top: 125px;background:url(images/hand-phone.png) no-repeat;background-position: left center;}
.voice_economy_inner ul li{font-size: 24px;font-weight: 600;color: #0f1b2e;line-height: 1.17;background: url(images/bullet.png) no-repeat;background-position: top 10px left;padding-left: 50px;margin-bottom: 31px;}
.voice_economy_inner ul li em{font-weight: 300;color: #22272b;position: relative;display: block;}
.voice_economy_inner ul li em:after{content: '';height: 1px;width: 100%;background:-webkit-linear-gradient(90deg, rgb(151, 151, 151) 0%, rgb(255, 255, 255) 80%);background:-o-linear-gradient(90deg, rgb(151, 151, 151) 0%, rgb(255, 255, 255) 80%);background:-moz-linear-gradient(90deg, rgb(151, 151, 151) 0%, rgb(255, 255, 255) 80%);background:linear-gradient(90deg, rgb(151, 151, 151) 0%, rgb(255, 255, 255) 80%);position: absolute;left: 0;bottom: -17px;opacity: .2;}
.voice_economy_inner{max-width: 907px;padding-left: 28px;width: 100%;margin: 0 auto;margin-top: 30px;}
.voice_economy_inner ul li:last-child em:after{display: none;}
.single_dashboard h6, .single_dashboard h2{text-align: center;}
.single_dashboard h6 {margin-bottom: 0; }
.single_dashboard{margin-top: 40px;position: relative;}
.dashboard_left{max-width: 730px;width: 100%;display: block; margin:0 auto;}
.dashboard_left h5:first-child{font-size: 28px;color: #222222; float:left; width:50%;}
.left_heading{width:100%; display:inline-block; margin-bottom: 15px;}
.left_heading h5:last-child{color: #0659ba;text-transform: uppercase;float: right; width:35%; text-align:left; font-size:28px; }
.left_heading h5 i{max-width: 23px;display: inline-block;margin-right: 10px;}
.dashboard_left ul {width:100%; float:left; margin-top:26px;}
.dashboard_left ul li{font-size: 28px;color: #373a3c;font-family: 'Hind', sans-serif;line-height: 1;margin-bottom: 20px;}
.dashboard_left ul li .span{display: inline-block;vertical-align: middle;}
.dashboard_left ul li i, .dashboard_left ul li .span, .dashboard_left ul li span.font{float: left;width: 33%;}
.dashboard_left ul li i{display: inline-block;vertical-align: middle;position: relative;padding: 0px 70px;width: 29%;margin-right: 35px;}
.dashboard_left ul li i:before{content: '';position: absolute;width: 52px;height: 2px;background: #dedede;left: 0px;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);}
.dashboard_left ul li i:after{content: '';position: absolute;width: 52px;height: 2px;background: #dedede;right: 0px;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);}
.dashboard_left ul li .font{text-transform: uppercase;color: #0659ba;display: inline-block;vertical-align: middle;}
.dashboard_left ul li:last-child{margin-bottom: 0px;}
.dashboard_left ul li:after{content: '';display: block;clear: both;}
.dashboard_inner{margin-top: 58px;}
.dashboard_right{position: absolute;right: 0;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);}
.meet_custmers{background: rgba(0,38,127,1);background: #00267f;background: -moz-linear-gradient(bottom, #004286 0% ,#001f4e 100%);background: -webkit-linear-gradient(bottom, #004286 0% ,#001f4e 100%);background: linear-gradient(to bottom, #004286 0% ,#001f4e 100%);padding: 80px 0px 0px;}
.meet_custmers h2{color: #eeeeee;text-align: center;}
.customers_grid {overflow:hidden; margin-top: 50px;}
.grid_col{float: left; width:19.7%; margin-right:5px;}
.grid_col:first-child{margin-left:-20px;}
.grid_col:last-child{margin-right:-20px;}
.grid_col figure { transform: skewx(-10deg); overflow: hidden;  position: relative; display: block; min-height: 230px; }
.grid_col figure img {width: 120%; height: auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) skewx(10deg); max-width: unset; }
.voice_solution h6{text-align: center; color:#fff;}
.voice_solution h2{font-weight: 500;color: #fff; text-align:center;}
.voice_solution_col h5, .voice_solution_col h5 a{color: #fff;font-weight: 500;margin-top: 20px; font-size: 18px;}
.voice_solution_col i{width:106px; height:106px; display:block; margin:0 auto !important;}
.voice_solution_col:hover h5{color: #00dbfb;}
.voice_solution_col{max-width: 14%;text-align: center;width: 100%;display:inline-block; vertical-align: top; padding:10px; cursor: pointer; min-height: 190px; border-radius: 5px;}
.voice_solution_inner{text-align: center;margin-top: 39px;}
.voice_solution_col:hover{background: rgba(0,0,0,.15); transition: all 0.5s ease-in-out 0s; }
.voice_solution_col:hover a:hover{background: none !important; }
.mega_menu h4{margin-bottom:30px; color:#fff; font-size:24px;  font-weight: 500; line-height: 1.2; text-align:left;}
.voice_solution{margin-top: 88px;margin-bottom:0px;}
.voice_domain{text-align: center; padding-top:120px;}
.voice_domain h3{margin: 8px 0px 44px;}
.voice_domain a{width: 754px;border-radius:50px;  text-align:center; background:#008cff;   letter-spacing:-0.1px; color:#fff;  font-weight: 600; font-size:32px;  line-height:97px;  cursor:pointer; border:none; box-shadow:none; font-family: 'Montserrat', sans-serif;display: block;text-transform: uppercase;margin: 0 auto;}
.voice_domain a:hover{background: rgba(0,137,247,0.2);color: rgba(0, 0, 0, 0.3);}
.voice_domain span{font-size: 20px;color: #373a3c;display: block;margin-top: 16px;}
/*new css 30-5-2019 for home page*/
.top_head{position:relative; z-index: 99999999; background:#fff; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);}
.menu{position:absolute; left:0; right:0; margin:0 auto; text-align:center; top:0px; display:inline-block; float:left;}
.menu ul{margin-bottom:0px !important;}
.menu ul li{display:inline-block; margin-right:-4px; padding: 0; position:static;}
.menu ul li:last-child{margin-right:0px;}
.menu ul li a{color:rgba(0,0,0,0.8); letter-spacing: -0.2px; font-weight: 600; line-height:73px; padding:0 10px; display:block; font-size:16px; letter-spacing: -0.1px; }
.menu ul li.hover{background: #005FAC}
.menu ul li.hover a, .menu ul li a i{color: #ffffff}
.menu ul li .mega_menu{position:absolute; left:0; width:100%; opacity:0; visibility:hidden; background:#000; transition:all 0.5s ease-in-out; top:100%;  z-index:999; }
.menu ul li .mega_menu ul li{display:block; width: 100%;}
.menu ul li .mega_menu ul li a{line-height:28px; }
.menu ul li a i.op1{display:inline-block; transition:all 0.5s ease-in-out;}
.menu ul li.hover i{transition:all 0.5s ease-in-out;}
.menu ul li.hover i.op1{transition:all 0.5s ease-in-out;}
.menu ul li.hover a i.op1 {
    display: inline-block;
    color: #fff;
    transform: rotate(180deg);
}
.menu ul li.hover .mega_menu{top:100%; transition:all 0.8s ease-in-out 0s;  visibility:visible; opacity:1; background:#005FAC; box-shadow:0px 7px 20px 0px rgba(0,0,0,.2);}
.menu ul li a i{margin-left:7px;  font-size:16px; color:rgba(0,140,255,0.85); font-weight:300;}
.menu ul li a:hover{background:#005FAC; transition:all 0.8s ease-in-out 0s; color:#fff; }
.menu ul li a:hover i{color:#fff;}
.top_left{position:relative; z-index:1;}
.top_right{position:relative; z-index:1;}
.height_perfomance_sec{background:#fff; position:relative; z-index:-1; margin-top:-30px;}
.rounded_btn{text-align:center; margin-top:48px;}
.rounded_btn a{border-radius:150px; line-height:100px; border:1px solid #008CFF;  text-align:center;  font-size:32px; color:#008CFF; font-weight:600; display:block; width:838px; margin:0 auto 15px; transition:all 0.5s ease-in-out;}
.rounded_btn a:hover{background:#008CFF; color:#fff; transition:all 0.5s ease-in-out;}
.rounded_btn p{font-size:20px; line-height:20px; color:#373A3C; font-weight:600;}
.your_cust_sec{position:relative;  z-index:0;  margin-top:0px; padding:110px 0 100px; overflow: inherit !important;}
.your_cust_sec:after{
	background: rgba(68,0,204,1);
	background: -moz-linear-gradient(19deg, rgba(68,0,204,1) 0%, rgba(28,210,242,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(68,0,204,1)), color-stop(100%, rgba(28,210,242,1)));
	background: -webkit-linear-gradient(19deg, rgba(68,0,204,1) 0%, rgba(28,210,242,1) 100%);
	background: -o-linear-gradient(19deg, rgba(68,0,204,1) 0%, rgba(28,210,242,1) 100%);
	background: -ms-linear-gradient(19deg, rgba(68,0,204,1) 0%, rgba(28,210,242,1) 100%);
	background: linear-gradient(19deg, rgba(68,0,204,1) 0%, rgba(28,210,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4400cc', endColorstr='#1cd2f2', GradientType=1 );
	position:absolute; left:0; right:0; top:0; bottom:0;  content:''; z-index:-1;
	-webkit-transform: skew(0, -3deg);
	  -moz-transform:  skew(0, -3deg);
	  -ms-transform:   skew(0, -3deg);
	  -o-transform:    skew(0, -3deg);
	  transform:   skew(0, -3deg);
}
.your_cust_sec .in_box_cont{max-width: 100%; text-align: center; margin-bottom: 28px;}
.your_cust_sec .in_box_cont h6{color:#fff;}
.your_cust_sec .in_box_cont h2{color:#fff;}
.zommo_help_nw_sec{padding:55px 0 60px; background:#fff; position:relative;}
.zommo_help_nw_sec:after{width:56px; height:570px; background:url(images/center_border.png) no-repeat; background-size:100% 100%; content:''; position:absolute; left:-60px; right:0; margin:0 auto;}
.zommo_help_nw_sec h1, .zommo_help_nw_sec h2{margin-bottom:48px !important;}
.zommo_help_left{max-width:35%; float:left; width:100%; margin-left:70px;}
.zommo_help_left figure{margin-bottom:32px;}
.zommo_help_left figure img{width:100%;}
.zommo_help_left h6{color:#222222; margin-bottom:15px; letter-spacing:0; }
.zommo_help_left p{color:#222222; margin-bottom:20px; font-size:16px; max-width:87%;}
.zommo_help_left a{color:#008CFF; font-weight:600; cursor: pointer;}
.zommo_help_left p a:hover i,.zommo_help_left p a:hover{color:#ff0074 !important; }
.zommo_help_left a i{margin-left:10px; font-size:20px; color:#008CFF; position:relative; top:2px;}
.zommo_help_right{max-width:45%; float:right; width:100%;}
.zommo_help_right ul li{display:block; margin-bottom:35px; padding-left:76px; position:relative;}
.zommo_help_right ul li i{position:absolute; left:0; top:25px;  width:56px; height:56px; border-radius:50%; }
.zommo_help_right ul li i img{width:100%; height:auto; border-radius:50%;}
.zommo_help_right ul li h6{color:#22272B;  display:block;  margin-bottom:8px;}
.zommo_help_right ul li p{color:#0f1b2e; font-family: 'Montserrat', sans-serif; padding:13px 16px 15px; background:rgba(208, 210, 210, 0.36);  font-size:14px; line-height:16px; border-radius:19px; font-weight:600;}
.zommo_help_right ul li p span{display:block; font-weight:400;}
.zommo_help_right ul li:last-child{margin-bottom:0px;}
/*inner pages */
.inner_pg.top_head{background:#001e4e;}
.inner_pg .top_right{float:right;}
.inner_pg .menu{display:inline-block; margin-right:18px; padding-top:12px; float:left; position:relative;}
.inner_pg .menu ul li{display:inline-block; margin-right:30px;}
.inner_pg .menu ul li:last-child{margin-right:0px;}
.inner_pg .menu ul li a{font-size:16px;font-weight:500; color:rgba(255,255,255,0.85);   line-height: 1;   letter-spacing: -0.1px; }
.inner_pg .menu ul li a:hover{color:#fff;}
.inner_pg .login_in{display:inline-block; margin-left:15px;}
.inner_pg .login_in a{width:120px; line-height:40px; border:1px solid #008cff; border-radius:50px; font-weight: 500; letter-spacing: -0.1px; color:#008cff; display:block; text-align:center;}
.inner_pg .login_in a:hover{background:#fff; border-color:#fff; }
.inner_pg .sticky_bus_name input{background:#fff;}
.innerpg_banner{margin-top: 0px; padding:120px 0 60px; position:relative; text-align:center; background: #001e4e; z-index: 0; background-repeat: no-repeat; background-size: cover;}
.innerpg_banner h1{font-weight:600; color:#eee; max-width:62%; margin:0 auto; margin-bottom:0px;}
.innerpg_banner a {width: auto; height: auto; border-radius: 2em; font-weight: 500; color: #eee; border: 1px solid #eeeeee; margin: 30px auto 0px auto; text-align: center; line-height: normal; display: inline-flex; padding: 0.6em 1.4em; }
.innerpg_banner a:hover {background: #008cff; border-color: #008cff; }
.innerpg_banner a i{font-size:36px; color:#eee; }
/*solution v1*/
.inn_top_tab_cont{background:rgba(0,140,255,0.08); }
.inn_top_tab_cont ul li{display:inline-block; margin-right:0px;}
.inn_top_tab_cont ul li:last-child{margin-right:0;}
.inn_top_tab_cont ul li a{padding:22px 20px 24px 22px;  display:block;  position:relative; color:rgba(15,27,46,0.5); font-weight: 600;   line-height: 1;   letter-spacing: -0.1px; font-size:16px;}
.inn_top_tab_cont ul li a:after{position:absolute; left:0; right:0; bottom:0; width:0; height:4px;   background-color: #008cff; background-size:100% 100%; content:''; opacity:0; visibility:hidden; transition:all 0.5s ease-in-out;}
.inn_top_tab_cont ul li.active a:after , .inn_top_tab_cont ul li a:hover:after{opacity:1; visibility:visible; transition:all 0.5s ease-in-out;  width:100%; }
.inn_top_tab_cont ul li.active a, .inn_top_tab_cont ul li a:hover{color:#008cff; opacity:1; transition:all 0.5s ease-in-out; font-weight:600;}
.about_zammo{padding:80px 0 40px; background:#fff;  position:relative; z-index:0;}
.about_zammo_left{max-width:275px; width:100%; float:left; margin-right:53px;}
.about_zammo_left h6{color:#ff0074; font-weight: 600; line-height: 1.5; position:relative;}
.about_zammo h6.vc_custom_heading:after{width:80px; height:1px; background:#d8d8d8; position:absolute; right:15px; top:50%; content:''; background-size:100% 100%; transform:translateY(-50%);}
.about_zammo_right{max-width:736px; float:left; position:relative;}
.about_zammo_right h3{color:#222222; margin-bottom:49px;}
.about_zammo_right p{margin-bottom:26px;}
.about_zammo_right p:last-child{margin-bottom:0;}
.about_zammo_right a {width: auto; line-height: 1em; background: #008cff; border-radius: 2em; text-align: center; letter-spacing: 0; font-size: 20px; font-weight: 500; color: #fff; display: inline-flex; padding: 1em 1.4em; }
.about_zammo_right a:hover{background: #0070CC; color: #ffffff;}
.fixed_wrapper_in{max-width:1440px; margin:0 auto; width:100%; position:relative;}
/*about us*/
.vivamus_vitae_sec{ padding:100px 0 80px; position: relative;}
.padding-bottom{padding-bottom:140px !important; }
.padding-top{padding-top:140px !important; }
.no-padding-bottom{padding-bottom:0px !important; }
.no-padding-top{padding-top:0px !important; }
.stats-block{width: 100%; position: relative; max-width: 1280px; margin: 0 auto; }
.stat-image {height: 275px; max-width: 275px; width: 100%; float: left; margin-right: 53px; border-radius: 275px; }
.stat-row-image-wrapper{display: inline-flex; width: 100%; height: auto; margin: 5% 0; overflow: hidden; }
.stat-image.pink-bg{background-color: #FF0074; }
.stat-image.blue-bg{background-color: #0085ff; }
.leadership_in_sec .about_zammo figure img {
	width: 100%;
}
.leadership_in_sec .about_zammo .vc_single_image-wrapper {
	display: block;
}
.stat-meta-data{max-width: 736px; float: left; position: relative; }
.stat-row-wrapper {margin: 40px 0 32px 0; display: block; }
.stat-row {display: inline-flex; margin: 0 0 40px; }
.stat-meta-data h6{text-align: left; margin: 32px 0 0 0; }
.stat-meta-data h5 {font-weight: 400; text-align: left !important; margin: 0 0 16px 0;}
.stat-meta-data span.source{text-align: left !important; font-size: .9em; font-weight: 400; display: inline-flex; width: 100%; margin:0 0 16px 0; }
.stat-meta-data h2{text-align: left !important; font-size: 64px !important; margin: 15px 0 0px 0; }
.slanted{z-index: 10; padding:100px 0 80px !important; }
.vivamus_vitae_sec.about-viva::after{ top: -13%; }
.slanted:after{
	position: absolute;
	z-index:-1;
    width: 100%;
    top: -15%;
    left: 0;
    bottom: 0;
    display: inline-flex !important;
    content: " ";-moz-transform: skew(0deg, -4deg);
	-webkit-transform: skew(0deg, -4deg);
	-o-transform: skew(0deg, -4deg);
	-ms-transform: skew(0deg, -4deg);
	transform: skew(0deg, -4deg);
	    *background: rgba(68,0,204,1);
	background: -moz-linear-gradient(58deg, rgba(68,0,204,1) 0%, rgba(28,210,242,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(68,0,204,1)), color-stop(100%, rgba(28,210,242,1)));
	background: -webkit-linear-gradient(58deg, rgba(68,0,204,1) 0%, rgba(28,210,242,1) 100%);
	background: -o-linear-gradient(58deg, rgba(68,0,204,1) 0%, rgba(28,210,242,1) 100%);
	background: -ms-linear-gradient(58deg, rgba(68,0,204,1) 0%, rgba(28,210,242,1) 100%);
	background: linear-gradient(58deg, rgba(68,0,204,1) 0%, rgba(28,210,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4400cc', endColorstr='#1cd2f2', GradientType=1 );
}
.vivamus_vitae_sec .fixed_wrapper{padding-left:108px;}
.vivamus_vitae_sec h1{color:#fff; font-weight: 600; color: #eeeeee; margin-bottom:0px; position:relative; padding-left:0px; line-height:1.13; font-size:64px; color:#eeeeee; }
.vivamus_vitae_sec h6 span{font-weight:500;  color: #868686;   letter-spacing: 1px; font-size:16px; display:block;  }
.why_patner_sec{padding:122px 0 203px;}
.why_patner_sec h6{margin-bottom:11px;}
.why_patner_sec span{line-height: 1.13;   color: #eeeeee; font-weight: 600; font-size:64px; max-width:85%; display:block; font-family: 'Montserrat'}
.leadership_in_sec{padding:60px 0; background:#fff; position:relative; z-index:0;}
.leadership_in_sec:after{position:absolute; left:30px; right:0; top:100px; bottom:60px; background:url(images/big_z_bdr.svg) no-repeat;  content:''; z-index:-1; background-size:100% 100%;}
.leadership_in_left{max-width:48%; float:left; width:100%; }
.leadership_in_left figure img{width:100%;}
.leadership_in_right{max-width:52%; float:right; width:100%; padding-left:81px;}
.leadership_in_right_cont{max-width:580px; float:left; width:100%; padding-top:46px;}
.leadership_in_right_cont h6{margin-bottom:8px;}
.leadership_in_right_cont h3{color:#222222; margin-bottom:32px !important; }
.accordion{max-width: 420px; margin: 0 auto; margin-left:90px;}
.event_outer_box.accordion, .new_event_outer_sec.accordion{width:90%; margin: 0 auto; /*margin-left:90px;*/ float: none;}
.accordion-toggle {text-align: left; font-weight: 700;cursor: pointer;margin: 0;padding: 0px 0;position: relative;	}
.accordion-content {display: none; max-width:89%; margin-top:12px;}
.accordion-toggle.active {color: #000;}
.accordion h5{font-size:24px; font-weight: 500; color: #222222;}
.accordion p{color:#000; padding-bottom:0px; line-height: 1.2;  color: #373a3c;}
.acc_txt{border-bottom:1px solid rgba(0,0,0,.1); padding-bottom:24px; position:relative; margin-bottom:21px;}
.acc_txt i{width:56px; height:56px; background:rgba(0,221,255,0.4); border-radius:50%;  position:absolute; left:-90px; top:-15px;  text-align:center;}
.acc_txt i img{padding-top:0px; width: auto;}
.acc_txt:first-child i{padding-top:8px; top:0;}
.conecting_cust{margin-top:40px;}
.conecting_cust .leadership_in_left{float:right;}
.conecting_cust .leadership_in_right{float:left; padding-left:0; padding-right:81px; padding-top:63px;}
.conecting_cust .leadership_in_right_cont{max-width:520px; float:right;}
.conecting_cust .leadership_in_right_cont h6{margin-bottom:4px; }
.conecting_cust .leadership_in_right_cont h2{margin-bottom:24px; font-weight:600;}
.conecting_cust .leadership_in_right_cont p{ line-height: 1.4; color: #373a3c;}
.outter_right_sec h3{ margin-bottom: 24px; }
.brinding_brands_sec{background:url(images/brinding_brands_bg.jpg) no-repeat; background-size:cover; background-position:center center; padding:180px 0 212px; text-align:center;}
.brinding_brands_sec h6{font-size:20px; margin-bottom:9px; color:#f05428;}
.brinding_brands_sec span{font-size:64px; line-height:normal; font-weight:600;  color:#fff;}
.get_your_org{position:relative;}
.get_your_org:after{position:absolute; left:0; right:0; margin:0 auto; background:url(images/get_voice_bdr.svg) no-repeat; background-size:100% 100%; top:0; bottom:0; width:297px; content:'';  z-index:-1;}
.get_voice{text-align:center;}
.get_voice a{width:520px; line-height:71px;  background-color: #008cff; display:inline-block; margin:0 auto 16px; text-align:center; letter-spacing: -0.1px; font-size: 20px; font-weight: 600; color: #fff; border-radius:150px;}
.get_voice a:hover{background: #0070CC;}
.get_voice p{ color: #373a3c; line-height: 0.98; font-weight:600;}
.grab_voice_sec {background:rgba(0, 140, 255, 0.05); padding:96px 0;}
.grab_voice_sec h6{margin-bottom:8px;}
.grab_voice_sec h4{font-size:36px; line-height:48px; }
.grab_voice_sec a{width:753px; line-height:100px; font-size:32px;}
/*leader_ship_in*/
.leadership_sec_in .about_zammo{padding-bottom:70px;}
.leadership_sec_in .about_zammo:after{display:none;}
.leadership_sec_in .about_zammo h3{margin-bottom:25px;}
.leader_ship_member_outer{padding-bottom:109px;}
.leadership_member_box{max-width:23.48%; margin-right:24px; float:left; width:100%; margin-top:24px; }
.leadership_member_box:hover{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
.leadership_member_box:hover a .leadsership_member_cont h5{color:#008cff; }
.leadership_member_box:hover a figure img{opacity:.9; width: 105%; }
.leadership_member_box:first-child,.leadership_member_box:nth-child(2),.leadership_member_box:nth-child(3),.leadership_member_box:nth-child(4){margin-top:0;}
.leadership_member_box:nth-child(4n){margin-right:0;}
.leadership_member_box figure img{width:100%;}
.leadsership_member_cont{padding:29px 33px 36px; background:rgba(216,216,216,0.3); transition:all 0.5s ease-in-out;}
.leadsership_member_cont h5{font-size:24px;  font-weight: 500;  color: #373a3c; line-height:1;}
.leadsership_member_cont h5 span{color:rgba(55,58,60,0.5); letter-spacing: -0.3px; font-weight: 500; display:block; font-size:16px; line-height:normal; margin-top:1em;}
.leadership_member_box:hover .leadsership_member_cont{background:#fff; transition:all 0.5s ease-in-out;}
.core_values_sec .about_zammo{padding:83px 0px;}
.core_values_sec .about_zammo:after{display:none;}
.core_values_sec .about_zammo h3{margin-bottom:1em;}
.core_value_outer{ padding-bottom:60px;}
.core_value_box{max-width:32%; width:100%; float:left;  margin-right:24px; background:rgba(238,238,238,0.3); text-align:center; padding:20px 0;  margin-top:24px;}
.core_value_box:first-child,.core_value_box:nth-child(2),.core_value_box:nth-child(3){margin-top:0px;}
.core_value_box:nth-child(3n){margin-right:0;}
.core_value_box figure{width:112px; height:112px; margin:0 auto 10px;}
.core_value_box h5{font-size:28px;  font-weight: 600; color: #222222;  letter-spacing: normal; margin-bottom:17px;}
.core_value_box a{width:188px; line-height:51px;  font-size:13px; transition: all 0.5s ease-in-out; text-align:center; margin:0 auto; color: #373a3c; font-family: 'Open Sans', sans-serif; display:inline-block;  cursor:auto;}
.our_hisory_sec{padding:55px 0 153px; position:relative; z-index:0;}
.our_hisory_sec:after{position:absolute; left:15%; right:0; margin:auto; top:0; bottom:0; 	background:url(images/history_bdr.svg) no-repeat; content:''; z-index:-1;  width:812px;}
.our_hisory_sec .about_zammo{padding:0px 0px 31px;  background:transparent;}
.our_hisory_sec .about_zammo:after{display:none;}
.our_hisory_sec .about_zammo h3{margin-bottom:25px;}
.our_hisory_outer ul {padding-left:80px;}
.our_hisory_outer ul li{display:inline-block; width:100%; margin-bottom:31px;}
.our_hisory_outer ul li h1{font-size:80px;  line-height: 0.5;  color: #f05428; float:left; font-weight:600; margin-right:52px; position:relative; top:10px;}
.our_hisory_outer ul li h5{font-size:24px;  font-weight: 600;  line-height: normal; color: #222222;  padding-bottom:27px; max-width:666px; float:left; width:100%; position:relative; }
.our_hisory_outer ul li:last-child{margin-bottom:0;}
.our_hisory_outer ul li:last-child h5:after{display:none;}
.our_hisory_outer ul li:last-child h5{padding-bottom:0;}
.our_hisory_outer ul li h5:after{position:absolute; left:0; right:0; bottom:0; border-bottom: 1px solid;
   -moz-border-image: -moz-linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.88));
   -webkit-border-image:  -webkit-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.88));
   -webkit-border-image:  -webkit-linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.88));
   -o-border-image: -o-linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.88));
	border-image-slice: 1; content:''; opacity:0.15;	}
.our_hisory_outer ul li h5 span{display:block; margin-top:11px; line-height: 1.4; font-size:20px; font-weight:600; }
.pd_high{padding:231px 0 308px;}
.bd_white{padding:40.5px 0; background:#fff;}
.txt_color_org{color:#FF0074 !important;}
.vivamus_vitae_sec_in_sol{padding:97px 0 96px; }
.vivamus_vitae_sec_in_sol .fixed_wrapper{padding-left:44px;}
.vivamus_vitae_sec_in_sol h1{font-size:48px; line-height:1.17; margin-bottom:12px; position: relative; padding-left: 65px; margin-bottom:24px}
.vivamus_vitae_sec_in_sol h1:before{color:#fff; content:'“'; font-size:96px; position:absolute; left:0; top:-13px; font-family: 'Montserrat', sans-serif;}
.vivamus_vitae_sec_in_sol h6{padding-left:65px;  font-size:16px;  font-weight: 600; margin-bottom:0; line-height:1.5;}
.vivamus_vitae_sec_in_sol h6 span{margin-top:2px; font-weight:500; letter-spacing:1;}
.solution_about_sec{ background:#fff; padding:60px 0 60px !important;  text-align:center;}
.solution_about_sec h6{margin-bottom:8px;}
.solution_about_sec h2{font-weight: 500;}
.sol_abt_outer{margin:60px 0 0; }
.sol_abt_box{max-width:33.33%; width:100%; float:left; border-right:1px solid rgba(59,59,59,0.06); }
.sol_abt_box figure{width:96px; height:96px; background-color: rgba(0, 221, 255, 0.5);  border-radius:50%; margin:0 auto 46px !important;}
.sol_abt_box h5{font-size:24px;  color: #0f1b2e;  line-height: normal; margin-bottom:16px;}
.sol_abt_box p{font-size:16px;    color: #0f1b2e;  line-height: 1.5; max-width:80%; margin:0 auto; text-align:center;}
.sol_abt_box:last-child{border:none;}
.why_patner_sec .fixed_wrapper{padding-left:108px;}
.menu ul li:hover ul.sub-menu {opacity: 1; visibility: visible; }
.menu ul.sub-menu {position: absolute; opacity: 0; transition: all 0.5s ease-in-out 0s; visibility: hidden; width: 300px; background: #008cff; top: 100%; z-index: 1; left: 0; }
.menu ul li ul.sub-menu li {width: 100%; margin-right: 0; padding: 0; text-align: left; }
.menu ul li ul.sub-menu li a {color: #fff; padding: 15px 20px; display: block; }
.menu ul li ul.sub-menu li:hover {background: #FF0074; }
.menu ul li.menu-item-has-children > a:after {display: inline-block; content: "\f107"; margin-left: 10px; color: #008CFF; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
/*careear page*/
.career_main_page .about_zammo:after {top:0; bottom:0}
.career_main_page .solution_about_sec{padding-top:0px !important;}
.department_sec {padding-top:110px !important;}
.department_sec .about_zammo {padding-bottom:0;}
.department_sec .about_zammo:after {display:none;}
.department_sec .about_zammo_right h3{margin-bottom:24px;}
.department_outer{margin-top:38px; margin-bottom:60px;	}
.deptarment_cont_box{max-width:31.2%; margin-right:24px; padding:30px 40px 0 0; background:rgba(255,255,255,0.4); margin-top:15px; float:left; position:relative;}
.deptarment_cont_box:after{position:absolute; right:0; top:36px; bottom:36px; border-right:1px solid rgba(151,151,151,0.2);  content:'';}
.deptarment_cont_box h5{font-size:1.4em; color: #0f1b2e; font-weight:700; line-height: normal;  letter-spacing: normal; margin-bottom:21px; position:relative; display:inline-block; border-bottom:6px solid rgba(0,221,225,0.55); padding-bottom:5px;}
.deptarment_cont_box:nth-child(3n){margin-right:0; border:none;}
.deptarment_cont_box:nth-child(2),.deptarment_cont_box:nth-child(3),.deptarment_cont_box:first-child{margin-top:0;}
.deptarment_cont_box:nth-child(3n):after{display:none;}
.career_main_page .voice_domain{padding-top:0;}
.career_main_page .voice_domain  figure img{width:100%;}
.career_main_page .vivamus_vitae_sec h6{color:#f05428;}
 h6.light{color:#fff !important;}
.team_leader_sec{padding:60px 0;}
.team_leader_sec .about_zammo{padding:0;}
.team_leader_sec .about_zammo:after{display:none;}
.team_leader_left{max-width:50%; float:left; width:100%; padding:56px 40px 76px; max-height: 400px; min-height: 400px;
	background: rgba(68,0,204,1);
	background: -moz-linear-gradient(58deg, rgba(68,0,204,1) 0%, rgba(28,210,242,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(68,0,204,1)), color-stop(100%, rgba(28,210,242,1)));
	background: -webkit-linear-gradient(58deg, rgba(68,0,204,1) 0%, rgba(28,210,242,1) 100%);
	background: -o-linear-gradient(58deg, rgba(68,0,204,1) 0%, rgba(28,210,242,1) 100%);
	background: -ms-linear-gradient(58deg, rgba(68,0,204,1) 0%, rgba(28,210,242,1) 100%);
	background: linear-gradient(58deg, rgba(68,0,204,1) 0%, rgba(28,210,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4400cc', endColorstr='#1cd2f2', GradientType=1 );
 }
.team_leader_left h4{font-size:31px;line-height: normal;   letter-spacing: normal;   color: #eeeeee; font-weight:600; padding-left:42px; position:relative; margin-bottom:85px; max-height: 114px;}
.team_leader_left h4 span{position:absolute; line-height: 0.88;   letter-spacing: normal; color: #eeeeee; font-size: 64px; left:0; top:0;}
.team_leader_left p{padding-left:42px; color: #eeeeee; font-weight: 500; letter-spacing: normal;}
.team_leader_left p span{display:block; margin-top:4px; color:#aaa; font-size:16px;}
.team_leader_right{max-width:50%; float:right; width:100%; min-height: 400px; max-height: 400px; position: relative;}
.team_leader_right figure {width:100%; height: 100%; position: absolute; overflow: hidden;}
.team_leader_right figure img{width:100%; height: auto; position: absolute; top:50%; left:50%; transform: translate(-50%, -50%);}
.team_leader_outer_mn{margin:24px 0 0px;}
.team_leader_outer_mn ul {margin-top:23px;}
.team_leader_outer_mn ul li{float:left; margin-right:24px; max-width: 23.56%;}
.team_leader_outer_mn ul li:last-child{margin-right:0;}
.team_leader_outer_mn ul li img{width:100%; }
/*careear list page*/
.career_list_page .career_list_pg{ background-repeat: no-repeat; background-position:center center; background-size:cover;}
.career_list_page .career_list_pg h1{margin-bottom:0;}
.career_list_page .about_zammo_right h3{margin-bottom:18px;}
.career_list_page .about_zammo::after{display:none;}
.career_list_page .about_zammo_left h6{color:#FF0074; position:relative;}
.career_list_page .about_zammo_right{padding-bottom:52px; border-bottom:1px solid rgba(151,151,151,0.14); max-width:73%;}
.career_list_page .about_zammo{padding-bottom:0; }
.career_list_cont{padding:71px 0 100px 0px;}
.career_list{padding-left:296px; margin-bottom:72px;}
.career_list:last-child{margin-bottom:0;}
.career_list h2{color:#222; font-weight: 600; line-height: normal; margin-bottom:8px; padding-left:34px;}
.career_list h2 span{ font-size: 12px; color: #f05428;  font-weight: 500; line-height: normal; float:right; padding-top:15px; padding-right:30px;}
.career_list li{margin-bottom:3px;}
.career_list li:last-child{margin-bottom:0;}
.career_list li a{font-size:16px;color: #373a3c; font-weight: 600;  font-style: normal;  border-radius:37px; padding:0 34px; line-height:73px;  display:block; position:relative;}
.career_list li a:after{position:absolute; left:34px; bottom:0; right:34px; content:''; border-bottom:1px solid  rgba(151,151,151,0.32); }
.career_list li a span{line-height: 1.4; font-weight:400;  line-height: 1.4;  color: #989898; font-family: 'Hind', sans-serif; float:right; font-size:20px; padding-top:22px;}
.career_list li a:hover{background:rgba(0,140,255,0.74); color:#fff; }
.career_list li a:hover span{color:#fff;}
.career_list li:last-child a:after{border-bottom: 0px;}
/*blog landing*/
.blog_banner{background:url(images/blog_banner.jpg) no-repeat; background-size:cover; padding:101px 0 89px; position:relative;}
.blog_landing .blog_banner h1{margin-bottom:8px;}
.blog_landing .blog_banner p{color:#fff; max-width: 600px; margin: 0 auto; width: 100%; }
.blog_landing .blog_banner a{ padding:0 30px; line-height:40px;}
.blog_banner .fixed_wrapper{position:relative;}
.owl-nav {position: absolute; top: 45%; transform: translateY(-45%); width: 100%; }
.owl-nav .owl-prev{left: 75px; width: 56px; line-height: 54px !important; height: 56px; text-align: center; color: #fff; display: block; padding: 0 !important; background: rgba(0,0,0,0.5); border: none; border-radius: 50%; font-size: 32px; position: absolute; }
.owl-nav .owl-next {right: 75px; width: 56px; line-height: 54px !important; height: 56px; text-align: center; color: #fff; display: block; padding: 0 !important; background: rgba(0,0,0,0.5); border: none; border-radius: 50%; font-size: 32px; position: absolute; }
.owl-nav .owl-next:hover, .owl-nav .owl-prev:hover{background:#008cff;}
.slider_dots{position:absolute; left:0; right:0; margin:0 auto; bottom:40px; text-align: center;}
.slider_dots .owl-dot{display:inline-block; margin-right:22px;}
.slider_dots .owl-dot:last-child{margin-right:0;}
.slider_dots .owl-dot span{width:10px; height:10px; border-radius:50%; display:block; background:#d8d8d8; border:none;  padding:0 !important; line-height:normal !important;}
.slider_dots .owl-dot.active span,.slider_dots .owl-dot span:hover{background:#008cff;}
.blog_content{padding:60px 0 100px; }
.blog_content h6{color: #ff0074;  line-height: 1.71; font-weight: 600; font-size:14px;  margin-bottom:7px;}
.blog_content h2{font-weight: 600; color: #222222;}
.blog_cont_left{max-width:80%; padding-right:55px; width:100%; float:left;}
.blog_cont_left h2{margin-bottom: 40px;}
.block_outer{width:100%;}
.blog_box{width:31.6%; margin-right:24px;  margin-top:24px; overflow:hidden; min-height:260px; max-height:360px; float:left; position:relative; cursor:pointer;}
.blog_box figure{ position:absolute !important; width: 100%; height: 100%;}
.blog_box figure img{width:100%; height: auto;}
.blog_cont { float: left; width: 100%; min-height: 100%; padding:30px;}
.blog_cont h5{font-size:24px; font-weight: 400; line-height: 1.25;  color: #eeeeee; position:relative; left:0; right:0; margin:0 auto 40px auto;}
.blog_cont a{ color:#4a90e2; border:1px solid #4a90e2; border-radius:2em; width:auto; position:absolute; left:30px; bottom:30px; text-align:center; font-size:16px; font-weight: 500;  letter-spacing: -0.2px; line-height:28px; padding:.5em 1em; margin:0 auto;}
.blog_box:hover  a{background:#4a90e2; color:#fff;}
.blog_box:nth-child(3n){margin-right:0;}
.blog_box:first-child,.blog_box:nth-child(2),.blog_box:nth-child(3){margin-top:0;}
.load_more_sec {text-align:center; margin-top:47px;}
.load_more_sec.see_more{margin-top: 40px;}
.load_more_sec a{width:auto; padding:0 20px; line-height:36px; font-size:16px; color:#008cff; letter-spacing: -0.1px;  font-weight: 500; display:inline-block; border-radius:50px; border:1px solid transparent;}
.load_more_sec a:hover{background:#008cff; color:#fff;}
.right_side_bar{max-width:20%; float:right; padding-left:66px;  border-left:1px solid rgba(151,151,151,0.15);  width:100%;}
.right_side_bar ul{padding-left:0px;}
.right_side_bar h5{font-size:24px;   font-weight: 600; color: #222222; margin-bottom:18px;}
.right_side_bar .shwall { font-size: 12px;   letter-spacing: -0.1px;  color: #008cff;  line-height: 1.17;  font-weight: 500;  padding-bottom:39px; border-bottom:1px solid rgba(151,151,151,0.57); display:block; margin-bottom:39px;}
.cat_ul li, .achive_ul li{display:block;  margin-bottom:14px;}
.cat_ul li a, .achive_ul li a{color: #9b9b9b;  line-height: 1.4; font-weight: 500; font-size: 14px;}
.cat_ul li{margin-bottom:12px;}
.cat_ul li a{font-size:14px;font-weight: 500;    line-height: 1.75; color: #9b9b9b; }
.cat_ul li a:hover, .achive_ul li a:hover{color:#008cff;}
.right_side_bar .shwall:last-child{margin-bottom:0; padding-bottom:0; border-bottom:none;}
.right_side_bar .shwall:hover{color:#ff0074;}
.blog_landing .get_voice  {text-align:center;}
/*blog_dtails*/
.blog_dtls h6{margin: 12px 0 0 0;font-weight:400; line-height: 0.88;   color: #ffffff; letter-spacing: 1px; font-size:14px;}
.blog_dtls_cont{padding:40px 0 100px;}
.blog_dlt_share{max-width:90px; margin-right:0px; width:100%; float:left; text-align:center; display:inline-block;}
.blog_dlt_share h6{font-size: 10px; color: #ff0074; letter-spacing: 1px; font-weight: 600; margin-bottom:10px; }
.blog_dlt_share ul{padding-left:0px!important;}
.blog_dlt_share ul li{display:block; margin-bottom:5px; position: relative;}
.blog_dlt_share ul li:last-child{margin-bottom:0;}
.blog_dlt_share ul li a{width:50px; line-height:50px; height:50px; text-align:center;  display:block; border-radius:50%; margin:0 auto;}
.blog_dlt_share ul li a:hover{background:#008cff;}
.blog_details_main{max-width:900px; width:100%; padding-right:67px; display:inline-block; position:relative;}
.blog_details_main:after{position:absolute; top:30px; border-right:1px solid rgba(151,151,151,0.15); content:''; right:0; bottom:0;}
.webinar_details_main .user_ic, .blog_details_main .user_ic{margin-bottom:40px;}
.webinar_details_main .user_ic figure, .blog_user .user_ic figure{width:63px; height:56px;display:inline-block;  margin-bottom:0; margin-right:18px;}
.webinar_details_main .user_ic figure img, .blog_user .user_ic figure img{ border-radius: 50%; }
.webinar_details_main .user_ic h5, .blog_user .user_ic h5{font-size:14px; font-weight: 500; color:#0f1b2e;  letter-spacing: normal; display:inline-block; }
.webinar_details_main .user_ic h5 span, .blog_user .user_ic h5 span{display:block; font-weight: 500;  font-size: 11px; color: #aaaaaa; font-family: 'Hind', sans-serif; margin-top:2px;}
.webinar_details_main h3, .blog_details_main h3{ font-weight: 500;  color: #0f1b2e;  line-height: 1.25; margin-bottom:31px; font-size:32px;}
.blog_details_main p , .webinar_details_main p{margin-bottom:30px; font-size:16px;   line-height: 1.63; color: #0f1b2e }
.blog_details_main figure, .webinar_details_main figure{margin-bottom:31px; position:relative;}
.blog_details_main figure img, .webinar_details_main figure img{width:100%; }
.webinar_details_main figure a{width:104px; height:104px; border-radius:50%; position:absolute; left:0; right:0; top:50%; transform:translateY(-50%); margin:0 auto; line-height:100px; text-align:center; background:rgba(0,0,0,.6); display:inline-block;}
.webinar_details_main figure a:hover{background:#008cff;}
.webinar_details_main figure a img{width:auto;}
.blog_details_main p:last-child{margin-bottom:0;}
.webinar_details_main h3{margin-bottom:60px;}
.webinar_details_main .user_ic h5{margin-top:0;}
.webinar_details_main figure{margin-bottom:16px;}
.webinar_details_main ul{margin-bottom:65px;}
.webinar_details_main ul li{display:inline-block; color:#555555; font-size: 12px; font-weight: 600;}
.webinar_details_main ul li:after{content:'|';  color:rgba(151,151,151,0.39); padding:0 17px;}
.webinar_details_main ul li:last-child:after{display:none;}
.webinar_details_main ul li:first-child{color:#ff0074;}
.webinar_details_main h5{margin:52px 0 10px; line-height: 1.5; color: #22272b;  font-weight: 600;}
.blog_details_right h5{font-size:24px; margin-bottom:32px;  font-weight: 600; color: #222222;}
.blog_details_right figure{margin-bottom:20px;}
.blog_details_right ul{padding-left:0px;}
.blog_details_right ul li{display:block; padding-bottom:19px; margin-bottom:23px; border-bottom:1px solid rgba(151,151,151,0.12);}
.blog_details_right ul li:last-child{margin-bottom:0; padding-bottom:0; border-bottom:none;}
.blog_details_right ul li a{font-size:16px; color: #222222;  font-weight: 500;}
.blog_details_right ul li a:hover{ color: #0070CC; }
.blog_details_right ul li a span{display:block; color: rgba(0, 0, 0, 0.5);  letter-spacing: -0.1px; line-height: 1.17;  font-weight: 600; font-size:12px; margin-bottom:5px;}
.blog_dtls_voice_resolution{padding:100px 0 0;  background-color: rgba(0, 140, 255, 0.05); position:relative;}
.blog_dtls_voice_resolution h6{margin-bottom:7px;   color: #ff0074; }
.blog_dtls_voice_resolution h2{ color: #222222;}
.blog_dtls_voice_resolution_outer{margin-top:42px;}
.blog_voice_box{max-width:31.8%; width:100%; float:left;  margin-right:27px;}
.blog_voice_box:last-child{margin-right:0;}
.blog_voice_box figure {position: relative;width: 100%; overflow: hidden; min-height: 160px; max-height: 200px;}
.blog_voice_box figure img{min-width:120%; max-width:130%; height: auto !important; position: absolute; top:50%; left:50%; transform: translate(-50%, -50%);}
.blog_voice_cont{padding:42px 40px 50px; background:#fff;}
.blog_voice_cont h6{ line-height: 1.17; letter-spacing: 1px; color: #ff0074;  font-weight: 600; margin-bottom:25px; font-size: 12px}
.blog_voice_cont h5{margin-bottom:5px;   color: #222222; line-height:normal;}
.blog_voice_cont span{ font-weight: 500; font-size:12px;   line-height:normal; }
.blog_voice_cont p{line-height: 1.5; color: #373a3c; font-size:13px; margin-bottom: 20px;}
.blog_voice_cont a{color: #4a90e2; border: 1px solid #4a90e2; border-radius: 50px; width: 140px; text-align: center; font-size: 16px; font-weight: 500; letter-spacing: -0.2px; line-height: 36px; display:block;}
.blog_voice_cont a:hover{background: #0070CC; color: #fff;border-color: #0070CC;}
.blog_dtls_voice_resolution .get_your_org{background:transparent; padding:113px 0 99px;}
.blog_details_right figure img{width:100%;}
h5 span{ display: block; margin-top: 5px; }
/*event banner*/
.event_banner h1{margin-bottom:0;}
.event_content_sec{padding:80px 0 60px;}
.event_content_sec .head_title{text-align:center; margin-bottom:59px;}
.event_content_sec .head_title h6{margin-bottom:27px;}
.event_content_sec .head_title h3{line-height:40px;}
.event_cont .outline-btn{background: transparent;}
.event_cont .outline-btn:hover{background:#008cff; color:#fff;}
.event_box{margin-bottom:40px; background:#f8f8f8; display:inline-block; width:100%; position: relative;}
.event_box a { position: relative;float: left;width: 100%; height: auto;}
.event_box a.outline-btn{width: auto;}
.press-links-container{
	float:left;
	width:100%;
	display:block;
}

a.press-btn.outline-btn {
    margin-right: 20px;
}

.event_box a.pdf-btn {
    width: auto;
    text-align: center;
    font-weight: 600;
    color: #FF0074;
    line-height: 2.1em;
    padding: .3em 1.5em .3em 0;
    outline: none;
}
.event_box a.pdf-btn:hover {
    color: #008cff;
}
.event_box figure{float:left; background:#EEEEEE; max-width:18%; width:100%; height:100%; min-height:220px; max-height:300px; 	position: relative; overflow: hidden;	}
.event_box figure img{max-width:110%; height:auto; position:absolute; top:50% ; left:50%; transform:translate(-50%,-50%); ; }
.event_box .event_cont{max-width:80%; float:left; padding:24px 150px 24px 40px; width:80%; position: relative; display: inline-block;}
.event_box .event_cont h6{font-size:14px; letter-spacing:2px;  color:#FF0074; margin-bottom:16px;}
.event_box .event_cont h4{font-size:24px; line-height:30px; color:#222222; font-weight:600; margin-bottom:27px;}
.event_box .event_cont ul li{display:inline-block; position:relative; color:#008CFF; font-size:16px; line-height:normal;}
.event_box .event_cont ul li:after{padding:0 20px; color:#979797; content:'|';}
.event_box .event_cont ul li:last-child:after{display:none;}
.event_box .event_cont p{display:none;}
.event_box:hover{padding-bottom:0;  background:#EEEEEE; cursor: pointer;}
.event_box.active{padding-bottom:0;  background:#EEEEEE;}
.event_box:hover ul, .event_box.active ul{margin-bottom:36px;}
.event_box:hover h6, .event_box.active h6{color:#e00267;}
.event_box:hover p{display:block;}
/*contact_pg*/
.contact_banner{ background-repeat: no-repeat; background-size:cover;}
.contact_banner h1{margin-bottom:0;}
.contact_main_outer{padding:78px 0 115px;}
.contact_box{max-width:32%; margin-right:24px; width:100%; min-height:250px; padding:32px 47px 32px 42px; background:rgba(239,239,239,0.48);  float:left; margin-top:24px;}
.contact_box h4{margin-bottom:12px; font-size:24px;   font-weight: 600; color: #222222; line-height:1;}
.contact_box p{font-size:16px; line-height: 1.5;   color: #0f1b2e;}
.contact_box p a{font-weight: 600; color: #008cff;}
.contact_box p a:hover{color:#FF0074;}
.contact_box:nth-child(3n){margin-right:0;}
.contact_box:first-child,.contact_box:nth-child(2),.contact_box:nth-child(3){margin-top:0;}
.contact_box ul li{display:block; padding-bottom: 10px;}
.contact_box ul li a{font-size:16px; line-height:1.5; color:#008cff; font-family: 'Hind', sans-serif; font-weight: 400;}
.contact_box ul li a:hover{color:#FF0074;}
.cont_btn{width:100%; margin-top:30px; }
.cont_btn a{line-height:40px; border-radius:50px;  background-color: #008cff; text-align:center; font-size:16px;  font-weight: 500;  letter-spacing: -0.1px; color:#fff; display:block;}
.cont_btn a:hover{background: rgba(0,137,247,0.2); color: rgba(0, 0, 0, 0.5);}
/*privacy_pg*/
.privacy_banner{ background: #001e4e; }
.privacy_left_cont{max-width:910px;  padding-left:0px; float:left; padding-right:67px; width:100%; border-right:1px solid rgba(151,151,151,0.15);}
.privacy_right_cont{max-width:305px; width:100%; float:right; padding-left:80px;}
.privacy_cont{padding:70px 0;}
.privacy_left_cont p{margin-bottom:30px; font-size: 16px; color: #0f1b2e; line-height:1.5;}
.privacy_left_cont p:last-child{margin-bottom:0;}
.privacy_right_cont h5{font-size:24px;   font-weight: 600;  color: #222222; font-style: normal; margin-bottom:20px;}
.privacy_right_cont ul li{display:block; margin-bottom:8px;}
.privacy_right_cont ul li:last-child{margin-bottom:0;}
.privacy_right_cont ul li a{line-height:1em; border-radius:.25em;  font-weight: 500; font-size:12px; letter-spacing: -0.1px;  text-align:left; width:80%; color: #373a3c; display:block; padding: .5em 1em}
.privacy_right_cont ul li a:hover, .privacy_right_cont ul li.active a {background:#008cff; color:#fff;}
/*faqs*/
.faqs_pg .privacy_right_cont{float:left; padding-left:0; max-width:260px;}
.faqs_pg .privacy_right_cont ul li a{font-size:16px;}
.faqs_pg .privacy_left_cont{border-left: 1px solid rgba(151,151,151,0.15); border-right:0; padding-left:66px; padding-right:0px;}
.faq_search{background:rgba(238,238,238,0.5); border-radius:.5em; position:relative; margin-bottom:74px;}
.faq_search input{width:95%; height:64px; background:transparent; border-radius:.5em; padding:18px 25px; color:#878787; font-weight: 500; font-size: 16px; line-height: 1.75; }
.faq_search button{position:absolute; top:0; right:28px; bottom:0; border:none; box-shadow:none; background:transparent; cursor:pointer; }
.faq_accordians{margin-bottom:64px;}
.faq_accordians h6{line-height: 1.75; letter-spacing: normal; color: #0f1b2e;  font-weight: 600;  margin-bottom:18px;}
.faq_accordians h6 span{line-height: 2.33; color: #FF0074; font-size:12px; font-style: normal; float:right; margin-right:32px;}
.faq_accordians .accordion{width:100%; margin: 0 auto;max-width: 100%;}
.faq_accordians .accordion-toggle {text-align: left; font-weight: 700;cursor: pointer;margin: 0;padding:00px 0;position: relative;	}
.faq_accordians .accordion-toggle.active:after{content:""; position:absolute;right:25px; top:22px; width:16px;  height:16px; background:url(images/acc_top_ic.png) no-repeat; background-size:100% 100%; }
.faq_accordians .accordion-toggle:before{content:"";position:absolute;right:25px;top:21px; width:16px; height:16px; background:url(images/acc_bottom_ic.png) no-repeat; background-size:100% 100%;}
.faq_accordians .accordion-toggle.active:before{display:none;}
.faq_accordians .accordion-toggle .faq-content{display:none;}
.faq_accordians .accordion-content {display: none;}
.faq_accordians .accordion-toggle.active {color: #000; background:rgba(238,238,238,0.58); }
.faq_accordians .accordion-toggle.active .faq-content{display:block;}
.faq_accordians .accordion-toggle.active a{display:block;}
.faq_accordians .accordion-toggle.active a:hover{color:#008cff;}
.faq_accordians .accordion{margin-bottom: 9px;}
.faq_accordians .accordion-toggle.active .faq-content{font-family:'Hind'; font-size:initial;text-transform:initial; font-weight:normal;}

.faq_accordians .accordion:last-child{margin-bottom: 0;}
.faq_accordians .accordion h6{line-height: 1.75; letter-spacing: normal; color: #0f1b2e;  font-weight: 600; padding:16px 25px 19px 53px; background-color: rgba(0, 140, 255, 0.1); border-radius:.5em; position:relative;}
.faq_accordians .accordion h6 img{position:absolute; top:20px; left:20px;}
.faq_accordians .accordion h6 a{ margin:10px 0 ;color: #0f1b2e;  display:block; line-height: 1.05; font-size:16px; font-weight: normal; float:none; display:block; text-transform:initial; font-family: 'Hind', sans-serif; display:none;}
.faq_accordians .acc_txt{border-bottom:none; padding-bottom:0; margin-bottom:9px;}
.faq_accordians .acc_txt:last-child{margin-bottom:0;}
.faq_accordians:last-child{margin-bottom:0px;}
.faqs_pg .privacy_cont{padding-bottom:169px;}
/*sitemap*/
.sitemap_banner{background:url(images/sitemap_banner.jpg) no-repeat; background-size:cover;}
.sitemap_outer{padding:78px 0 158px;}
.sitemap_outer h4{ color: #222222; font-weight: 600;   line-height: 1; letter-spacing: normal; margin-bottom:28px; font-size:24px;}
.sitemap_outer ul {margin-bottom:30px;}
.sitemap_outer ul:last-child{margin-bottom:0;}
.sitemap_outer h5{color: #222222;  line-height: 1.4;  letter-spacing: normal; font-weight: 600; margin-bottom:8px;}
.sitemap_outer ul li{padding-left:22px; margin-bottom:4px;}
.sitemap_outer ul li:last-child{margin-bottom:0;}
.sitemap_outer ul li a{font-size: 12px;    font-weight: 500; line-height: 1.33;  letter-spacing: normal;  color: #222222;}
.sitemap_outer ul li a:hover{color:#008cff;}
/*webinar*/
.webinar_ex_cont {padding:60px 0 60px;}
.webinar_ex_cont .head_title{text-align:center; margin: 0 0 40px 0;}
.webinar_ex_cont .head_title h3{margin-bottom:0;}
.next_ceneration .load_more_sec a{padding:0 40px; line-height:56px; font-size:20px; letter-spacing:-0.25px; border:1px solid #fff; color:#fff;}
.next_ceneration .load_more_sec a:hover{border-color:#008cff;}
.next_ceneration{ position: relative;  margin-bottom: 40px; min-height:400px; overflow: hidden; height: auto;}
.next_ceneration figure {position:absolute;width:100%; max-height: 100%; min-height: 100%; overflow: hidden;}
.next_ceneration figure img{width: 140%;  max-width: unset;  top: 50%; position: absolute; left: 50%;  transform: translate(-50%, -50%);}
.next_gent_cont{position:relative; margin:0 auto; text-align:center; padding:80px 0 60px 0;}
.next_gent_cont h6{color:#fff; letter-spacing:2.67px; margin-bottom:16px;}
.next_gent_cont h4{margin-bottom:20px; font-size:28px; line-height:normal; color:#fff; font-weight:500;}
.next_gent_cont h5{letter-spacing:3.33px;  font-weight:600; margin-bottom:45px; color:#fff;}
.webinar_outer{margin-bottom:56px;}
.webinar_box{max-width:32%; margin-right:24px; float:left; width:100%; margin-top:24px; cursor: pointer; height:auto; max-height: 480px; min-height:480px;}
.webinar_box figure{ max-height: 240px; position: relative; overflow: hidden; width: 100%; float: left; height: 200px; margin-bottom: 40px;}
.webinar_box figure img {width: 100%; height: auto; position: absolute; top:0; left:0; bottom:0px; right:0px; }
.webinar_box:nth-child(3n){margin-right:0}
.webinar_box:first-child,.webinar_box:nth-child(2),.webinar_box:nth-child(3){margin-top:0;}
.webinar_box:hover{box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
.webinar_cont{background:rgb(247, 252, 255); padding:30px 40px 40px; }
.webinar_cont h6{line-height: 1.17;   letter-spacing: 1px; color: #ff0074; margin-bottom:13px; font-weight: 500; font-size: 15px;}
.webinar_cont h4{font-size:24px; line-height: 1.17; color:#222; margin-bottom:32px; letter-spacing: normal;}
.webinar_box .load_more_sec{text-align:left; margin-top:0 !important;}
.webinar_box .load_more_sec a{line-height:42px; padding:0 29px; border-color:#008cff; color:#008cff; font-size:12px; font-weight:500; letter-spacing: -0.2px;}
.webinar_box .load_more_sec a:hover{color:#fff;}
/*lead page*/
.lead_banner{background:url(images/lead_banner.jpg) no-repeat; background-size:cover; padding:69px 0 64px;}
.lead_banner.thanks_banner{background:url(images/thanks_banner.jpg) no-repeat; padding: 69px 0 164px; background-size:cover;}
.lead_banner .fixed_wrapper{max-width:1150px; margin:0 auto;}
.lead_banner_left{float:left; max-width:546px; width:100%;}
.lead_banner_left h2{color: #eeeeee; font-weight: 600; margin-bottom:7px;}
.lead_banner_left p{color:#d8d8d8; line-height:1.4;}
.lead_banner_right{max-width:411px; float:right !important;   box-shadow: 0 -40px 14px 0 rgba(0, 0, 0, 0.06);  background-color: #ffffff; padding:30px 40px 34px 47px !important; width:100%;}
.lead_banner_right h5{font-size:24px; color:#222; font-weight: 600; line-height: normal; margin-bottom:24px; font-weight: 600;}
.lead_banner_right p{ font-size: 12px; color: #7c7c7c; text-align:center; margin-top: 10px;}
.lead_banner_right p a {color: #008cff; font-family: 'Hind', sans-serif;}
.lead_banner_right p a:hover{color:#222;}
.lead_cont{padding:124px 0 109px ; position:relative;}
.lead_cont_in{max-width:745px; margin-left:163px; position:relative; z-index:0;}
.lead_cont_in .head_title{margin-bottom:29px;}
.lead_cont_in .head_title h6{margin-bottom:0;}
.lead_cont_in .head_title h3{margin-bottom:49px;}
.lead_cont_in .head_title p{ color: #373a3c; line-height:1.4;}
.lead_cont_in ul li{display:block;}
.lead_cont_in ul li i{display:inline-block; width:40px; height:84px; line-height:82px; margin-right:24px; vertical-align:middle;}
.lead_cont_in ul li span{display:inline-block; font-weight: 600;  color: #222222; line-height: normal; vertical-align:middle;  font-size: 28px;}
.cont{padding:31px 96px 80px;}
.contform input{background:rgba(216,216,216,0.3); color: rgba(0, 0, 0, 0.5); letter-spacing: -0.2px; height:40px; padding:0 16px;    font-weight: 500; font-size: 14px; margin-bottom:10px;}
.contform textarea{padding:12px 15px; height:229px; margin-bottom:42px; color: rgba(0, 0, 0, 0.5); letter-spacing: -0.2px;    font-weight: 500; font-size: 14px; margin-bottom:42px;}
.cont_frm input{width:100%; background:rgba(216,216,216,0.3); border-radius:100px; height:40px; font-size:14px; font-weight:500; letter-spacing: -0.2px; color:rgba(0, 0, 0, 0.5); padding:10px 17px; margin-bottom:8px !important;}
.cont_frm button, .cont_frm input.wpcf7-form-control.wpcf7-submit.outline-btn{font-size: 16px;  font-weight: 600; letter-spacing: -0.2px; width:100%; background:#008cff; color:#fff !important; outline:none;padding: inherit;}
.cont_frm button:hover, .cont_frm input.wpcf7-form-control.wpcf7-submit.outline-btn:hover{background:#0070CC; color:#fff;}
.cont_frm div.wpcf7 .ajax-loader{float: left;}
.contbtn{background-color: #008cff; color: #ffffff;   font-size: 16px;   font-weight: 600; letter-spacing: -0.2px;}
/*webinar dtls*/
.webinar_dtls_cont{padding:30px 0 100px;}
.webinar_dtls:after{position:absolute; left:0; right:0; top:0; background:rgba(0,0,0,0.6); z-index:-1; content:''; bottom:0;}
.webinar_dtls span{background:rgba(15,27,46,0.7); text-align:center; width:164px; line-height:23px; font-size:16px; font-weight:500;  letter-spacing: -0.2px; color:#fff;  margin-bottom:22px; display:inline-block; border-radius:50px;}
.webinar_details_main{max-width:860px; width:100%; padding-right:67px; display:inline-block; position:relative;}
.webinar_details_main:after{position:absolute; top:30px; border-right:0px solid rgba(151,151,151,0.15); content:''; right:0; bottom:0;}
.webinar_details_main p:last-child{margin-bottom:0;}
/* why zammo */
.banner_in_tac{background:url(images/banner_in_tac.jpg) no-repeat; background-size:cover;}
.why_zammo_banner{background:url(images/why_zammo_banner.jpg) no-repeat; background-size:cover;}
.why_zammo_banner a{width:410px;  text-align:center; display:block;}
.why_Zammo_main .about_zammo{margin-bottom:15px; padding-bottom:0;}
.solution_about_sec{position:relative; z-index:0;}
.why_Zammo_main .solution_about_sec:after{position:absolute; left:-6%; right:0; margin:0 auto; width:725px; background:url(images/big_z_bdr.svg) no-repeat; background-size:100% 100%; top:0; bottom:0; content:''; z-index:-1; display:none;}
.why_Zammo_main .solution_about_sec:after, .why_Zammo_main .about_zammo:after{display:none !important;}
.why_Zammo_main .about_zammo .stat-meta-data h2{margin-top:0; color:#ff0074; margin-bottom:9px;}
.why_Zammo_main .about_zammo .stat-meta-data{border-bottom:1px solid rgba(151,151,151,0.18); width:100%;}
.why_Zammo_main .about_zammo .stat-row:last-child .stat-meta-data{border-bottom:none;}
.why_patner_sec {padding-bottom:123px;}
.why_Zammo_main .about_zammo .stat-meta-data h5{font-size:24px; font-weight:500;  color:#000000; max-width:60%;}
.why_Zammo_main .about_zammo .stat-meta-data span { color: #808080;}
.why_Zammo_main .solution_about_sec .stat-meta-data h2{margin-top:18px;}
.why_Zammo_main .why_patner_sec h6{margin-bottom:38px;}
.outter_left_sec{max-width:50%; float:left; width:100%;}
.outter_right_sec{max-width:48%; float:right; width:100%; position:relative;}
.outter_right_sec p{margin-bottom:40px;}
.outter_right_sec p:last-child{margin-bottom:0; z-index:0;}
.outter_right_sec:after{position:absolute; left:0; right:0; margin:0 auto;  background:url(images/outer_right_img.svg) no-repeat; top:-55px; bottom:-80px; content:''; background-size:100% 100%; z-index:-1;}
.after_none:after{display:none !important;}
.full_width.padding-bottom.after_none::after {display: none !important; }
.menu .voice_solution_mega_menu{padding:60px 0;}
.menu .voice_megamenu_left{max-width:30%; float:left; width:100%; }
.menu .voice_megamenu_left ul {width:95%; border-bottom: none;     margin-left: 0px;     padding-left: 0px; }
.menu .voice_megamenu_left ul li{display:block; text-align:left; margin-bottom:0px; margin-right:0;}
.menu .voice_megamenu_left ul li:hover {    background: rgba(0,0,0,.2); border-radius: 5px; }
.menu .voice_megamenu_left ul li:last-child{margin-bottom:0;}
.menu ul li .voice_megamenu_left ul li a{font-size:20px; line-height:2em; color:#fff; font-weight:500;}
.menu ul li .voice_megamenu_left ul li a:hover{color:#00dbfb; transition: all 0.5s ease-in-out 0s; background: #004c8a; border-radius: 5px;}
.menu ul li .voice_megamenu_left ul li a:hover i{color: #00dbfb; transition:all 0.5s ease-in-out;}
.menu .voice_megamenu_left ul li i{float:right; color:#fff; font-size:26px; position:relative; line-height: 40px; margin-right:0px;}
.menu .voice_megamenu_right{max-width:70%; float:right; width:100%; text-align:left; padding-left:75px; border-left:1px dotted rgba(255,255,255,.35)}
.menu .voice_megamenu_right h5{font-size:24px; color:#fff; margin-bottom:17px; }
.menu .voice_megamenu_right p{color:#D8D8D8; font-size:16px; line-height:24px; }
.menu .voice_menu_outer{margin-top:10px;}
.menu .voice_menu_box{max-width:30.8%; position:relative; float:left; width:100%; text-align:left; margin-right:30px;}
.menu .voice_menu_box:last-child{margin-right:0;}
.menu .voice_menu_box figure img{width:100%; min-height: 254px; object-fit: cover; object-position: center;}
.menu .voice_menu_cont{position:absolute; top:0; left:0; right:0; bottom:0; padding:30px 25px;}
.menu .voice_menu_cont h6{color:#eee; position:absolute; font-size:16px; letter-spacing:0;}
.menu .voice_menu_cont h5{font-size:18px; color:#eee;  position:absolute; top:50%; transform:translateY(-50%); padding-right: 10px;}
.menu .voice_menu_cont a{width:180px; border-radius:50px; text-align:center; color:#fff; font-size:18px; line-height:26px; color:#eee; line-height:40px; position:absolute; bottom:20px; display:block; font-weight:400;border:1px solid #eee;}
.menu .voice_menu_cont a:hover{background:#008cff; border-color:#008cff; color:#fff;}
.voice_mg_menu{padding:60px 0}
.voice_mg_menu .voice_solution_inner{margin-top:0;}
.voice_mg_menu .voice_solution_col{padding:10px 0;}
.company_megamenu{padding:82px 0 85px; }
.company_box_cont{max-width:33.33%; width:100%; float:left; width:60%; border-right:1px solid rgba(151,151,151,0.6); text-align:left;  padding:0 51px 0 74px;}
.company_box_cont a{padding: 0px !important; cursor: pointer;}
.company_box_cont a:hover, .company_box_cont a:hover h5{color:#00dbfb !important; transition: all 0.5s ease-in-out 0s;}
.company_megamenu h4 {padding-left: 70px; }
.company_box_cont:last-child{border:none;}
.company_box_cont h5{margin-bottom:17px; color:#fff; line-height:normal; }
.company_box_cont p{color:#D8D8D8; font-size:16px; line-height:24px; max-width:80%;}
/*new event page*/
.new_event_banner{background:url(images/event_banner.jpg) no-repeat; background-size:cover;}
.new_event_pg{padding:60px 0 100px; }
.new_event_pg .head_title{text-align:center; margin-bottom:59px;}
.event_load_more, .success_load_more  { margin-top: 20px; }
.new_event_box{background:rgba(216,216,216,0.2); padding:0px; position:relative; float:left; width:100%;}
.new_event_box figure{width:228px; max-width:20%; float:left;}
.new_event_box figure img{width:100%;}
.new_event_cont_box{text-align:left; max-width:81.7%; width:100%; float:left; padding:40px 40px 29px 40px;  background:#f7f7f7;}
.new_event_cont_box h6{margin-bottom:16px; font-size:12px; font-weight: 600; font-weight: 600;}
.new_event_cont_box h5{font-size:24px; line-height:1.25; font-weight:600; color: #222222; margin-bottom:32px; max-width:80%;}
.new_event_cont_box ul li{display:inline-block; position:relative; color:#008cff; font-weight:600;}
.new_event_cont_box ul li:after{padding:0 15px 0 15px; color:rgba(216,216,216,0.8); content:'|'; font-weight: 600;  letter-spacing: 1px; font-size: 16px;}
.new_event_cont_box ul li:last-child:after{display:none;}
.new_event_cont{ width:100%; float:left;}
.new_event_pg .accordion{width:100%; margin: 0 auto; }
.new_event_pg .accordion-toggle {text-align: left; font-weight: 700;cursor: pointer;margin: 0;padding: 0px 0;position: relative;	}
.new_event_pg .accordion-content {display: none; max-width:81.7%; margin-top:0px; float:right; padding-bottom:70px; background-color:#fbfbfb; padding-left:40px;}
.new_event_pg .accordion-toggle.active {color: #000;}
.new_event_pg .accordion h5{font-size:24px; font-weight: 600; color: #222222;}
.new_event_pg .accordion p{color:#000; padding-bottom:0px; line-height: 1.2;  color: #373a3c;}
.new_event_pg .acc_txt{border-bottom:1px solid rgba(0,0,0,.1); padding-bottom:24px; position:relative; margin-bottom:21px;}
.new_event_pg .acc_txt i{width:56px; height:56px; background:rgba(0,221,255,0.4); border-radius:50%;  position:absolute; left:-90px; top:-15px;  text-align:center;}
.new_event_pg .acc_txt i img{padding-top:0px;}
.new_event_pg .acc_txt:first-child i{padding-top:8px; top:0;}
.new_event_outer_sec .accordion-toggle.active:after{width:32px; height:32px; border-radius:50%; line-height:32px; border:1px solid rgba(15,27,46,0.7); position:absolute; top:33px; right:40px; background: url(images/up_ar.png) no-repeat; text-align:center; content:''; background-position:center; }
.new_event_outer_sec .accordion-toggle:before{width:32px; height:32px; border-radius:50%; line-height:32px; border:1px solid rgba(15,27,46,0.7); position:absolute; top:33px; right:40px; background: url(images/down_ar.png) no-repeat; text-align:center; content:''; background-position:center;}
.new_event_outer_sec .accordion-toggle.active:before{display:none;}
.accordion_cont_box{ background:#eeeeee; display: inline-block; width: 100%; margin-bottom:40px;}
.accordion_cont_box:last-child{margin-bottom:0;}
.new_event_box.active{background-color:#fbfbfb;}
.new_event_box.active .new_event_cont_box{background:#fbfbfb;}
.new_event_pg .accordion-content p{font-size: 16px; line-height: 1.5; color: #373a3c; max-width:80%;}
.cd-dropdown-content .learn_more{margin-top:20px; border:none; text-align:center;}
.cd-dropdown-content .learn_more a{line-height:40px; width:90%; margin:0 auto; background:#008cff;  color:#fff; border:none; text-transform:uppercase; font-size:18px; font-weight:600;}
.cd-dropdown-content .learn_more a:hover{background:#fff;}
.cd-dropdown-content a:hover .has-children > a::before,.cd-dropdown-content a:hover .has-children > a::after{background:#fff;}
/***************************************************/
h6.light {color: #fff !important; }
.vc_row { margin-left: 0 !important; margin-right: 0 !important; }
.your_cust_sec::after, .your_cust_sec::before, .height_perfomance_sec::after, .height_perfomance_sec::before, .zommo_help_nw_sec::after, .zommo_help_nw_sec::before, .grab_voice_sec::after, .grab_voice_sec::before, .get_your_org::after, .get_your_org::before, .solution_about_sec::after, .solution_about_sec::before { display: block !important; }
.your_cust_voice_now .wpb_wrapper, .leadership_in_sec .wpb_wrapper, .contact_pg .wpb_wrapper{ max-width: 100%; }
.your_cust_voice_now .fixed_wrapper.vc_col-sm-12 {float: none; }
.wrapper.vc_col-sm-12 {float: none; }
.fixed_wrapper.vc_col-sm-12 {float: none; }
.zommo_help_nw_sec  .vc_column-inner::before, .zommo_help_nw_sec  .vc_column-inner::after {display: inline; }
.dashboard_left.vc_col-sm-12 {float: none; }
.leadership_member_box .leadership_member_modal {z-index: 99999; background: rgba(0,0,0,0.6); }
.leadership_member_modal .modal-body {padding: 30px 60px; }
.leadership_member_modal .image-body {width: 100%; height:300px;max-height: 380px; width:100%; position:relative; overflow: hidden;  }
.leadership_member_modal .image-body figure {width: 100%; height: 100%; position: absolute; float: left; overflow: hidden;}
.leadership_member_modal .image-body figure img {width: 100%; height: auto; position:absolute;left:50%; top:50%; transform: translate(-50%,-50%);}
.leadership_member_modal .modal-dialog {max-width: 650px; }
.leadership_member_modal .image-body .close {position: absolute; right: 5px;text-shadow: none;color: #080808;font-size: 20px;font-weight: 100;opacity: 1;top: 5px; line-height: 0; z-index: 1; width: 30px;height: 30px;background: #fff; border-radius:50%; font-weight:600;}
.close:focus {outline: 0; }
.leadership_member_modal .modal-body h5 {padding-bottom: 20px; font-weight: 500; }
.leadership_member_modal .modal-body h3.modal-title {padding-bottom: 5px; }
.leadership_member_modal .modal-body h6 {padding-bottom: 10px; margin-bottom: 0; }
.leadership_member_modal .modal-body p {padding-bottom: 15px; font-size: 18px; }
.margin-bottom-0{ margin-bottom: 0;  }
.margin-top-0 { margin-top: 0; }
.career_main_page .voice_domain .wpb_wrapper{ max-width: 100%; }
#myModal {z-index: 999999999; }
.contact_modal .modal-content{padding:30px 60px 15px; }
.contact_modal .modal-content textarea{width: 100%; padding:12px 15px; height:229px; margin-bottom:42px; color: rgba(0, 0, 0, 0.5); letter-spacing: -0.2px;    font-weight: 500; font-size: 14px; margin-bottom:12px; background:rgba(216,216,216,0.3); border: none;}
.contact_modal .modal-header{border-bottom: none; padding: 0;}
.contact_modal .modal-content input{ width: 100%; background:rgba(216,216,216,0.3); color: rgba(0, 0, 0, 0.5); letter-spacing: -0.2px; height:40px; padding:0 16px; font-weight: 500; font-size: 14px; margin-bottom:10px; border-radius: 50px;}
.contact_modal .modal-content input[type="submit"]{background-color: #008cff; color: #ffffff;   font-size: 16px;   font-weight: 600; letter-spacing: -0.2px;}
.contact_modal .modal-content h4.modal-title {font-size: 32px; font-weight: 600; color: #222; width: 100%; text-align: center; }
.contact_modal .modal-content .close {position: absolute; right: 15px; top: 15px; }
.contact_modal .modal-content .anr_captcha_field {margin-bottom: 0px; }
.contact_modal .modal-content span.wpcf7-not-valid-tip {font-size: 14px; margin-left: 15px; margin-bottom: 5px; }
div.wpcf7-mail-sent-ok {background-color: hsl(103, 44%, 89%); border-color: hsl(92, 44%, 85%) !important; border-radius: 4px; color: hsl(121, 33%, 35%); float: none; font-size: 16px; margin-bottom: 0px; margin-left: 0 !important; margin-right: 0 !important; margin-top: 0px !important; padding: 10px; text-align: center; width: 100%; line-height: 26px; }
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng, div.wpcf7-spam-blocked, div.wpcf7-validation-errors {background-color: hsl(0, 40%, 91%); border-color: hsl(351, 44%, 86%) !important; border-image: none; border-radius: 4px; border-style: solid; border-width: 1px; color: hsl(1, 44%, 46%) !important; margin-bottom: 0px; margin-left: 0 !important; margin-right: 0 !important; margin-top: 0px !important; padding: 10px; text-align: center; width: 100%; line-height: 26px; }
.contact_modal .modal-content .wpcf7-form-control-wrap.g-recaptcha-response .wpcf7-not-valid-tip {margin-bottom: 20px; }
.inner-section-wrapper.col-md-9.col-lg-9 {float: none; }
.attachment-nar-img.size-nar-img.wp-post-image {height: 250px;}
.blog_details_main .entry-footer {display: none; }
.blog_details_main .user_ic img {border-radius: 50%; }
.vc_row.wpb_row.vc_inner.vc_row-fluid.lead_cont_in {margin-left: 163px !important; }
.download-btn{font-size: 16px; font-weight: 600; letter-spacing: -0.2px; width: 100%; background: #008cff; color: #fff !important; outline: none; border-radius: 100px; height: 40px; padding: 8px 50px; margin-bottom: 10px !important; float: left; line-height: normal; }
.download-btn:hover{background: #0070CC; }
.blog_dtls_cont .entry-footer {display: none; }
footer.entry-footer {display: none; }
.see_more a, .success_story .load_more_sec a{width:410px; border: 1px solid #008cff; line-height:56px; font-size:16px; font-weight:500;}
.like-count{position: absolute; top: 10PX; right: -5px; width: auto; height: auto; background: rgba(0,0,0,.8); border-radius: 4em; text-align: center; color: #fff; font-size: 10px; line-height: 16px; padding:4px; }
.brinding_brands_sec.success_branding {padding-top: 200px; }
/*sumeet css*/
.your_cust_sec {overflow:initial !important; }
/*career list*/
.job_listing ul.job_listings li.job_listing {margin:10px 0;}
.job_filters .job_types{margin-bottom:10px;}
.job_filters{background-color: rgba(0, 140, 255, 0.09);}
.career_list_cont ul.job_listings li.job_listing.job_position_featured a{background:transparent;}
.career_list_cont ul.job_listings li.job_listing.job_position_featured a:hover{background: rgba(0,140,255,0.74); color: #fff;}
.career_list_cont .job-manager .job-type, .job-types .job-type, .job_listing .job-type{color:#ff0074;}
.career_list li a:after{display:none;}
.career_list .date{display:none;}
.career_list ul.job_listings li.job_listing{margin-bottom:10px; padding-bottom:10px;}
.career_list_cont ul.job_listings li.job_listing.job_position_featured a:hover .company{color:#fff;}
.career_list_cont ul.job_listings li.job_listing.job_position_featured a:hover .location{color:#fff;}
.career_list_cont ul.job_listings li.job_listing.job_position_featured a:hover ul li {color: #fff; }
.career_list_cont ul.job_listings li.job_listing.job_position_featured a .location{padding: 12px 0;}
.career_list_cont ul.job_listings li.job_listing.job_position_featured a ul li {padding: 12px 0;}
.job_filters {background: none; }
.job_filters .job_types {margin-bottom: 10px; padding: 10px 0 20px; background: none; border-top: 0; border-bottom: 1px solid #eee; }
.job_types li input {top: 2px; position: relative; }
.showing_jobs.wp-job-manager-showing-all {padding: 15px 10px 25px; background: none; border-top: 0; border-bottom: 1px solid #eee; margin-bottom: 20px; }
.job_listing .meta .date {display: none !important; }
.job_listing .company strong {font-weight: normal;}
.job_filters .search_jobs {border: 1px solid #eee; padding: 25px 15px; margin-bottom: 20px; }
.search_jobs input[type="text"] {padding: 10px 20px; border: 1px solid #eee; border-radius: 50px; }
.search_submit input {padding: 10px; border-radius: 50px; max-width: 200px; text-align: center; margin: 10px auto 0; display: block; background: #008cff; color: #fff; }
.search_submit input:hover, .application_button.button:hover {background: #0070CC;}
.application_button.button {background: #008cff; color: #fff; border-radius: 50px; }
.banner_txt .wpb_wrapper:after{display:none !important;}
.banner_txt {padding: 0 15px; }
.marging-bottom-5 {margin-bottom: 55px !important; }
.vc_row[data-vc-full-width]{width:100% !important;}
.stat-row{display:inline-block;}
.leadership_in_right_cont  .accordion-content .acc_txt i{display:block !important;}
.blog_box figure, .zommo_news_box figure, .voice_menu_box figure{position:relative;}
.blog_box figure:after, .zommo_news_box figure:after, .voice_menu_box figure:after{position:absolute; left:0; right:0; top:0; bottom:0; background:rgba(0,0,0,0.5); content:'';}
.contact_box ul li a i {padding-right: 15px; }
#anr_captcha_field_1 {transform: scale(0.80); -webkit-transform: scale(0.80); transform-origin: 0 30px; -webkit-transform-origin: 0 30px; }
.lead_banner_right span.wpcf7-not-valid-tip {font-size: 13px; padding-bottom: 10px; padding-left: 10px; }
.rp4wp-related-job_listing > ul, ul.job_listings {border-top: 0; }
.mobile_footer .acc_txt h5{color: #fff;  }
.mobile_footer .accordion-toggle::before {content: ""; position: absolute; right: 0; top: 0px; width: 24px; height: 24px; background: url(images/down-arrow.png) no-repeat; background-size: auto; background-size: 100% 100%; }
.mobile_footer .accordion-toggle.active::after {content: ""; position: absolute; right: 0; width: 24px; height: 24px; top: 0px; background: url(images/up-arrow.png) no-repeat; background-size: 100% 100%; }
.mobile_footer .accordion-toggle.active::before{display: none;}
footer .mobile_footer{display: none;}
footer .mobile_footer .acc_txt {margin: 10px 0 0; padding: 0; }
footer .mobile_footer .foot_col.f_social ul li {padding-bottom: 5px; }
footer .mobile_footer  .accordion-content {padding: 0; margin: 0; }
footer .mobile_footer  h5{margin-top:0px !important;}
.mobile_footer h5 {font-size: 16px !important; color: #fff; padding-bottom: 5px; }
.loader {position: fixed; z-index: 999; background: rgba(0,0,0,0.5); width: 100%; height: 100%; display: none; }
.loader img {position: absolute; left: 50%; top: 50%; }
.single_job_listing .meta .job-type {background-color: #008cff; }
.white_paper_btn {margin-top: 10px; }
.lead_banner_right #anr_captcha_field_1 {margin-left: 5px; }
.lead_banner_right .cont_frm input{ margin-bottom: 10px !important; }
.cd-dropdown > h2 {background: #008cff !important; }
.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {background-color: #fff !important; }
.leadership_member_box .leadership_member_modal{ z-index: 999999999;}
.event_box .event_cont p {padding-top: 20px; }
.cd-dropdown .logo {width: 100%; background: #fff!important; float: none; max-width: 100%; padding: 8px 8px 3px; z-index: 2; display: block; position: relative; }
.page-id-328 .innerpg_banner, .page-id-252 .innerpg_banner{margin-top: 0px; }
.update_contents .box:first-child {display: block; }
.update_contents .box {display: none; }
.login_in ul li.mbl-ver{ display: none; }
h5.accordion-toggle.active:after{width:28px; height:28px; border-radius:50%; line-height:32px; border:1px solid rgba(15,27,46,0.7); position:absolute; top:0px; right:0px; background: url(images/up_ar.png) no-repeat; text-align:center; content:''; background-position:center; }
h5.accordion-toggle:before{width:28px; height:28px; border-radius:50%; line-height:32px; border:1px solid rgba(15,27,46,0.7); position:absolute; top:0px; right:0px; background: url(images/down_ar.png) no-repeat; text-align:center; content:''; background-position:center;}
h5.accordion-toggle.active:before{display:none;}
.accordion h5.accordion-toggle{ max-width: 100%; font-size: 22px; padding-right: 30px;}
.department_sec .about_zammo {padding: 0px 0 10px; }
#menu-resources-left-menu li.current_page_item a {color: #00dbfb; }
.bg_fixed{display:none; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index:999;}
.bg_opacity{display: block; height: 0; max-height: 100%; max-width: 100%; min-height: 100%; min-width: 100%; width: 0; margin: auto;}
.bg_opacity_cont{position: absolute; left: 0;right: 0;top: 0;bottom: 0;background-color: rgba(0,0,0,.6);}
.no-scroll{overflow: hidden !important; height: 100vh;width: 100%; overflow-y: scroll !important; position: fixed;}
.solution_about_sec.padding-top{padding-top:60px !important;}
.solution_about_sec  .stats-block{margin-bottom:30px;}
.solution_about_sec  .vc_row:last-child .stat-row{margin-bottom:0;}
.why_Zammo_main .outter-section-wrapper.padding-top{padding-top:60px !important;}
.why_Zammo_main .slanted{padding:60px 0 !important;}
.menu ul li .company_megamenu a h5{ margin-bottom: 0px; }
.menu ul li .company_megamenu a{ margin-bottom: 17px; padding: 5px !important;}
.menu ul li .company_megamenu a:hover {color: #00dbfb; transition: all 0.5s ease-in-out 0s; background: #004c8a; border-radius: 5px; }
#menu-voice-solution-menu li a {text-transform: uppercase; }
#menu-voice-solution-menu li.current_page_item a {color: #008cff; opacity: 1; transition: all 0.5s ease-in-out; font-weight: 600;}
.solution_about_sec .stat-row .vc_single_image-wrapper{
	position: relative;
}
.solution_about_sec .stat-row .vc_single_image-wrapper:before {
    background-color: #0085ff;
    position: absolute;
    content: "";
    width: 100%;
    height: 130%;
    left: 50%;
    right: 0;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    border-radius: 317px;
}
.solution_about_sec .stat-row .vc_single_image-wrapper img {width: 90%;}
.solution_about_sec .stat-row .pink .vc_single_image-wrapper:before {background-color: #FF0074;}
.wpb_single_image .vc_single_image-wrapper{
	display: block !important;
}
.voice_solution_inner .voice_solution_col figure {
	min-height: 120px;
}
.solution_about_sec .sol_abt_outer p {
    text-align: justify;
}
.mega_menu .voice_solution_inner h4 {
    text-align: center;
}
.voice_eng_box .wpb_single_image {
    margin-bottom: 0 !important;
}

/* new home page */
.blue_gradiant_section .vce-asset-color-gradient-container {
    -webkit-transform: skew(0, -3deg);
    -moz-transform: skew(0, -3deg);
    -ms-transform: skew(0, -3deg);
    -o-transform: skew(0, -3deg);
    transform: skew(0, -3deg);
}
.cross_images {
    overflow: hidden;
}
.cross_images .vce-row-content {
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
}
.cross_images .vce-single-image-wrapper {
	display: block;
	overflow: initial;
	margin: 0;
}
.cross_images .vce-single-image-wrapper figure {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: 160px;
}
.cross_images .vce-single-image-inner {
    width: 100% !important;
    height: 100% !important;
    padding-bottom: 0 !important;
}
.cross_images figure img {
    vertical-align: top;
    max-width: 100%;
    transform: skewX(-8deg);
}
.icon_section .vce-col {
    border-radius: 8px;
    padding: 10px;
}
.icon_section .vce-col:hover {
    background: rgba(0,0,0,.15);
    transition: all 0.5s ease-in-out 0s;
}
.icon_section .vce-row-content, .with_without_zammo .vce-row-content {
    justify-content: center;
}
.vce-sidebar-menu .vce-sidebar-menu-inner li.menu-item a {
    font-weight: 600;
    position: relative;
}
.vce-sidebar-menu .vce-sidebar-menu-inner li a:before {
    position: absolute;
    right: -10px;
    top: 50%;
    background: rgba(0,0,0,.5);
    width: 2px;
    height: 15px;
    background-size: 100% 100%;
    content: '';
    transform: translate(0px, -50%);
}
.vce-sidebar-menu .vce-sidebar-menu-inner li:last-child a:before {
	display: none;
}
.vce-section.blue_gradiant_section.inner_blue {
    margin-top: -60px;
}
.services_section figure{
	width: 96px;
    height: 96px;
    background-color: rgba(0, 221, 255, 0.5);
    border-radius: 50%;
    /*margin: 0 auto 46px !important;*/
}
.with_without_zammo figure:after, .with_without_zammo figure:before {
    content: '';
    position: absolute;
    width: 52px;
    height: 2px;
    background: #dedede;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.with_without_zammo figure:before {
    left: 0px;
    right: auto;
}
.process_section figure img.vce-single-image {
    max-width: 220px !important;
    height: auto !important;
    position: relative !important;
}
.process_section figure .vce-single-image-inner {
    padding: 0 !important;
}
.process_section .vce-single-image-container {
    min-height: 210px;
    display: grid !important;
    align-items: center;
}
.process_section.new figure:after {
    top: 40%;
}
.process_section figure:after {
    position: absolute;
    left: -40px;
    top: 30%;
    width: 70px;
    height: 24px;
    background: url(images/right_ar.png) no-repeat;
    background-size: 100% 100%;
    content: '';
    z-index: 1;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
}
.process_section .vce-col:first-child figure:after {
    display: none;
}
.process_section .vce-row-equal-height>.vce-row-content {
    -ms-flex-align: start !important;
    -webkit-align-items: start !important;
    align-items: start !important;
}
.full_p .vce-google-fonts-heading-wrapper {
    display: block;
}

/*  Added by dev  */
.vce-classic-accordion-panel.accordion-header, .vce-classic-accordion-panel-heading {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}
.vce-classic-accordion .vce-classic-accordion-panel-title {
    font-weight: 500;
    font-size: 22px;
}
.page-id-1356 .vce-section a {
    color: #008cff;
    font-weight: 600;
}

.get_your_org.btm_link {
    padding: 78px 0 85px;
    position: relative;
    text-align: center;
    background-color: rgba(0,140,255,.05);
    z-index: 0;
}

.get_your_org.btm_link h4 {
    font-size: 28px;
    font-weight: 600;
    color: #222;
    margin-bottom: 28px;
}
.btm_link a:hover {
    background: #0070CC;
}
.btm_link p {
    color:#373a3c;
    line-height: .98;
    font-weight: 600;
}
.btm_link a {
    width: 520px;
    line-height: 71px;
    background-color: #008cff;
    display: inline-block;
    margin: 0 auto 16px;
    text-align: center;
    letter-spacing: -.1px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 150px;
}
.vce-section .vce-section-inner {
    width: 100% !important;
    left: auto !important;
}
.vce-section .vce-row-container {
	max-width: 1280px;
    margin: 0 auto;
}
.icon_section figure {
    max-width: 100px;
}
.full_img .vce-single-image-wrapper, .full_img .vce-single-image-inner {
    width: 100% !important;
}
.services_section .vce-col--md-1-3 p.vce-google-fonts-heading-inner {
    max-width: 80%;
    margin: 0 auto;
}
.vce-button--style-basic {
    font-family: hind;
    font-weight: 600;
    font-size: 20px;
}
.success_story_logo .vce-single-image-wrapper {
    max-width: 260px;
}
a.vce-classic-accordion-panel-title:before {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    line-height: 32px;
    border: 1px solid rgb(0, 139, 255);
    position: absolute;
    top: 50%;
    right: 0px;
    background: url(images/down_ar.png) no-repeat;
    text-align: center;
    content: '';
    background-position: center;
    transform: translate(0px, -50%);
}
.accordion-header[data-vcv-active="true"] a.vce-classic-accordion-panel-title:before {
    background: url(images/up_ar.png) no-repeat;
    background-position: center;
}
a.vce-classic-accordion-panel-title {
    padding-right: 30px !important;
}
.blue-button {
    width: 520px;
    border-radius: 50px;
    text-align: center;
    background: #008cff;
    letter-spacing: -.1px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    border: none;
    box-shadow: none;
    font-family: 'Montserrat',sans-serif;
    padding: 18px 70px;
    margin-top: 30px;
    display: block;
    line-height: normal;
}
.blue-button:hover { background: #0070CC;
color: #fff; }

/* Suggested general non-tag-specific visual styles (for all websites) */

.list       { margin: 0.35rem 0; }
.stdtop     { margin-top: 0.65rem !important; }
.moretop    { margin-top: 0.8rem  !important; }
.lotstop    { margin-top: 1rem    !important; }
.hugetop    { margin-top: 1.3rem  !important; }
.stdbottom  { margin-bottom: 0.65rem !important; }
.morebottom { margin-bottom: 0.8rem  !important; }
.lotsbottom { margin-bottom: 1rem    !important; }
.hugebottom { margin-bottom: 1.3rem  !important; }

.topless    { margin-top: 0 !important; }
.bottomless { margin-bottom: 0 !important; }

.beforelist { margin-bottom: 0.3rem; }

.lastitempx { padding-bottom: 12px !important; }
.lastitemem { margin-bottom: 0; padding-bottom: 1.3rem; }

strong, .strong, .fett, .bold, .smallBold, .smallerBold { font-weight: bold; }

/* Revert to normal text within strong */
.notstrong { font-weight: normal; }

.smaller, .smallerBold { font-size: 0.95rem; line-height: 1.25; }

.small, .smallBold { font-size: 0.89rem; line-height: 1.2; }

/* Append your site-specific styles here */


/* Pricing page style */
.switch {
    position: relative;
    height: 38px;
    width: 250px;
    background: #f0f0f0;
    margin: 0 auto;
    border-radius: 20px;
}
.switch-label {
    position: relative;
    z-index: 2;
    float: left;
    width: 125px;
    line-height: 37px;
    color: #22272b;
    text-align: center;
    cursor: pointer;
}
.switch-label-off {
  padding-left: 2px;
}
.switch-label-on {
  padding-right: 2px;
}
.switch-input {
  display: none;
}
.switch-input:checked + .switch-label {
    color: #018cff;
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -ms-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: color, text-shadow;
    -moz-transition-property: color, text-shadow;
    -ms-transition-property: color, text-shadow;
    -o-transition-property: color, text-shadow;
    transition-property: color, text-shadow;
}
.switch-input:checked + .switch-label-on ~ .switch-selection {
  left: 123px;
}
.switch-selection {
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 2px;
    display: block;
    width: 125px;
    height: 34px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -ms-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}
.switch label.switch-label {
    font-size: 20px;
}
.saving h5.pink {
    color: #ff0074;
}
.most-popular > .vce-col-inner:after {
    content: "Most Popular";
    position: absolute;
    top: 6px;
    width: 65px;
    text-align: center;
    right: -12px;
    transform: rotate(45deg);
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}
.most-popular > .vce-col-inner:before {
    content: "";
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px;
    border-color: #ff0074 transparent transparent #ff0074;
    position: absolute;
    border-radius: 10px 0px 0px 0px;
    transform: rotate(90deg);
}
.tool-tip span.fa.fa-question-circle {
    margin-left: 5px;
    font-size: 14px;
}
.tool-tip span.fa.fa-question-circle:before {
    color: #c3c1c1;
}
li.tool-tip {
    position: relative;
}
span.tool-tip-content {
    position: absolute;
    background: #fff;
    display: none;
    z-index: 111;
    padding: 10px;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    font-size: 12px;
    top: 100%;
}
span.fa.fa-question-circle:hover + .tool-tip-content, span.fa.fa-question-circle:hover:after {
    display: block;
}
li.tool-tip.tooltip-show span.tool-tip-content {display: block;}
.fa.fa-question-circle {
    position: relative;
}
.pricing-bullets {
    margin-bottom: 120px;
}
ul.pricing-bullets {
    margin: 0;
}
.get_started-btn-outer {
    position: absolute !important;
    width: 100%;
    top: 83%;
}
.plans-outer .vce-col-content,
.plans-outer .vce-row-container,
.plans-outer .vce-row-content--top {
    height: 100%;
}
.pricing-button{
    position:absolute;
    bottom:20px;
    text-align:center;
}
.pricing-column{
    border: 2px solid transparent;
}
.pricing-column:hover{
    cursor:pointer;
    border: 2px solid #008cff;
    border-radius: 8px;
}
.pricing-bullets li{
    padding: 0 20px 0 40px !important;
    font-size: 10px;
    line-height: 1.2em;
    margin-bottom: 9px;
}
.pricing-bullets li:before{
    content: "\2713";
    color: #008cff;
    font-size: 14px;
    left: 15px !important;
    position: absolute !important;
    line-height: .85em;
}
.annual{
    color: #ff0074 !important;
    text-align:center;
}
.year-price {
    display: none;
}
label.switch-label.switch-label-on.annual-switch span:before {
    content: "";
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px;
    border-color: #22272b transparent transparent #22272b;
    position: absolute;
    border-radius: 0;
    top: -5px;
    transform: translate(-50%, 0) rotate(45deg);
}
label.switch-label.switch-label-on.annual-switch {
    padding-bottom: 10px;
}
label.switch-label.switch-label-on.annual-switch span {
    position: absolute;
    top: 100%;
    width: 120px;
    text-align: left;
    background: #fff;
    padding: 8px;
    color: #ff0074;
    font-weight: 500;
    line-height: normal;
    left: 0;
    font-size: 13px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
span.tool-tip-content {
    position: absolute;
    background: #fff;
    display: none;
    z-index: 111;
    padding: 10px;
    border: 1px solid #F0F0F0;
    border-radius: 2px;
    font-size: 14px;
    top: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.08);
}
.billed-annually-text,
.saving {
    display: none;
}
.pricing-bullets li.black-star:before {
    color: #22272b;
    content: "\22C6";
}


.plancol p a{background:#fff; text-align:center;  font-weight:300; color:#008cff; line-height:normal; border-radius:5px; border:2px solid #008cff;padding: 7px 18px;font-size: 18px;display: inline-block;}
.plancol p a:hover{background:#008cff; color:#fff;}


.get_started_input input.wpcf7-form-control.wpcf7-text {
    width: 99%;
    padding: 10px 140px 10px 15px;
    border-radius: 5px;
    background: #f4f4f4;
    color: #000;
}
.get_started_input {
    position: relative;
}
.get_started_input input.wpcf7-form-control.wpcf7-submit {
    position: absolute;
    right: 0px;
    top: 0;
    background: #008cff;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
}
.get_started_input span.wpcf7-not-valid-tip {
    margin-top: 5px;
    padding-left: 15px;
}