/*General*/
body{
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Pangram-Regular', sans-serif;
  font-size: 13px;
/*  overflow-x: hidden;*/
}
p, a, small,label,input,select,textarea, ul{
  font-family: 'Pangram-Regular', sans-serif;
  font-size: 13px;
  font-weight: 300 !important;
  line-height: 22px;
}
b, strong {
    font-weight: 600;
}
.single_post_data img {
    width: 10px;
    position: relative;
    bottom: 2px;
}
.form-control {
    font-size: 13px;
}
.mobile_navi .btn {
    width: 145px;
}
.topbar {
    position: relative;
    z-index: 999;
    margin-bottom: -15px;
}
.p_striped {
    text-decoration: line-through;
    color: #a4a4a4;
}
.topbar a{
  opacity: 0.7;
}
h1,h2,h3,h4,h5,h6{
/*  font-weight: 800 !important;*/
  margin-top:0 !important;
  margin-bottom:10px !important;
}
.block_content h1,.block_content h2,.block_content h3,.block_content h4,.block_content h5,.block_content h6{
  color: #5553e8;
}
nav a:hover {
    color: #5553e8 !important;
}
body.single-post h1{
  font-size: 24px !important;
}
body.single-post h2{
  font-size: 22px !important;
}
body.single-post h3{
  font-size: 20px !important;
}
body.single-post h4{
  font-size: 18px !important;
}
body.single-post h5{
  font-size: 16px !important;
}
body.single-post h6{
  font-size: 14px !important;
}
h1 {
  font-size: 24px;
  font-family: 'Pangram-Bold', sans-serif;
}
h2 {
  font-size: 22px;
  font-family: 'Pangram-Bold', sans-serif;
}
h3 {
  font-size: 20px;
  font-family: 'Pangram-Bold', sans-serif;
}
h4 {
  font-size: 18px;
  font-family: 'Pangram-Medium', sans-serif;
}
h5 {
  font-size: 16px;
  font-family: 'Pangram-Medium', sans-serif;
}
h6 {
  font-size: 14px;
  font-family: 'Pangram-Medium', sans-serif;
}
ul.slick-dots li.slick-active button {
    width: 14px;
    height: 14px;
    padding: 0;
    margin:0;
}
ul.slick-dots li button {
    width: 11px;
    height: 11px;
    padding: 0;
    margin:0;
}
.front_inner ul.slick-dots li.slick-active {
    position: relative;
    right: 1px;
}
button, a.btn {
    box-shadow: none !important;
    outline: none !important;
    font-size: 13px !important;
    border-radius: 25px !important;
    padding: 9px 20px;
    font-family: "Pangram-Bold";
}
button.btn, a.btn {
    padding: 9px 20px !important;
    font-family: "Pangram-Bold" !important;
}
input,textarea{
  box-shadow: none !important;
  outline: none !important;
  border-radius:5px !important;
  font-family: "Pangram-Light";
  box-shadow: none !important;
  font-size: 14px;
}
.download_hover{
  display: none;
}
.download_default,.download_hover{
  width: 10px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
.btn:hover .download_default{
  display: none !important;
}
.btn:hover .download_hover{
  display: inline-block !important;
  margin-right: 8px;
}
.btn.btn_white_border i{
  margin-right: 10px;
}
.btn.btn_white_border {
  border: 2px solid #fff;
  background: none;
  color:#fff !important;
}
.btn.btn_white_border:hover{
  border: 2px solid #fff !important;
  background: #fff !important;
  /*box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.11) !important;*/
  color:#1B1464 !important;
  display: inline-block;
  vertical-align: middle;
}
.btn.btn_green {
    border: 2px solid #5FD976 !important;
    background: #5FD976 !important;
    color:#fff !important;
}
.header_nav_box .btn_green,
#demo_modal .btn_green,
footer .btn_green{
    box-shadow: 0px 2px 4px 1px rgba(95, 217, 118, 0.20) !important;
}
.btn.btn_green:hover {
    border: 2px solid #58C96E !important;
    background: #58C96E !important;
    color:#fff !important;
}
.btn.btn_blue {
  border: 2px solid #5553E8 !important;
  background: #5553E8 !important;
/*  box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.11) !important;*/
  color:#fff !important;
  display: inline-block;
  vertical-align: middle;
}
.btn.btn_blue:hover{
  border: 2px solid #4D4BD1 !important;
  background: #4D4BD1 !important;
 /* box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.11) !important;*/
  color:#fff !important;
}
.c_back,.other_read{
  display: inline-block;
  vertical-align: middle;
}
.c_back i{
  margin-right: 5px;
}
.other_read i{
  margin-left: 5px;
}
.btn_blue i,
.c_back i,
.btn_green i,
.other_read i{
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.link_no_s:hover .btn i{
  -webkit-animation-name: wobble-horizontal;
  animation-name: wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.btn.btn_blue:hover i,
.btn.btn_green:hover i,
.c_back:hover i,
.other_read:hover i{
  -webkit-animation-name: wobble-horizontal;
  animation-name: wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
button.btn.wpcf7-form-control {
    margin-top: 10px;
    padding-bottom: 7px;
}
body.home div#content {
    padding-top: 0 !important;
}
div#content {
    padding-top: 50px !important;
}
/*Header*/
h1.s_title,.front_slick_inner,.front_slick_inner p {
    color: #fff;
}
.btn.btn_green i, 
.btn.btn_blue i{
  margin-left: 10px;
}
.front_inner .slick-dots li button {
    border: 2px solid rgba(255, 255, 255, 0.4);
}
p.s_subtitle {
    margin-bottom: 30px;
    letter-spacing: 10px;
    font-family: "Pangram-Regular";
    margin-top: -10px;
}
h1.s_title {
    font-family: "Pangram-Bold";
    font-size: 150px;
    margin-left: -8px;
    margin-bottom: 0px !important;
}
.s_content, .s_content p {
    font-family: "Pangram-Light";
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    max-width: 800px;
}
.s_subtitle{
  font-family: "Pangram-Medium";
  font-size: 34px;
  font-weight: 400;
}
.front_inner .slick-dots li.slick-active button {
    background: #fff;
}
.front_inner .slick-dots li button:before{
 opacity: 0 !important;
}
.front_inner .slick-dotted.slick-slider{
  margin-bottom: 0 !important;
}
.front_slick_inner {
    margin-left: 40px;
}
.front_inner ul.slick-dots {
    text-align: left;
    top: 35%;
    left: -6px;
    width: 27px;
}
.front_inner ul.slick-dots li {
    display: block;
    margin: 5px 5px;
}
.front_feature_box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 11px rgba(0,0,0,0.1);
    text-align: center;
    padding: 45px;
}
.front_feature_img {
    background-size: contain;
    height: 110px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
a.front_prev {
    color: #fff !important;
    position: absolute;
    z-index: 9;
    cursor: pointer;
}
.front_feature_box p {
    margin-bottom: 0;
    font-family: "Pangram-Medium";
    font-size: 14px;
    letter-spacing: 3px;
}
a.front_next {
    color: #fff !important;
    position: absolute;
    z-index: 9;
    cursor: pointer;
}
.front_inner .btn {
    color: #fff;
    z-index: 9;
    position: relative;
}
.front_inner {
    position: relative;
  /*  top: 280px;*/
}
.menu_lay {
    position: fixed;
    background: rgba(0, 0, 0, 0.65);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999;
}
.menu_lay.active{
  display: block;
}
.header_nav_link{
    margin-right: 10px;
}
.header_nav_box a.btn.btn_green {
    margin-left: 10px;
}
.header_nav_box a.search_btn {
    margin-right: 10px;
}
.front_video_box {
    position: relative;
    height: 875px;
    max-width: 3000px;
    margin: 0 auto;
}
.front_inner .slick-slide {
    opacity: 0;
}
.front_inner .slick-slide.slick-active{
    opacity: 10;
}
video#video_bg {
    width: 100%;
    object-fit: cover;
    object-position: left;
    position: absolute;
    height: 100%;
    margin-top: -22px;
}
.front_header header {
    background: #fff;
    border-radius: 100px;
    padding: 15px 20px !important;
    position: relative;
}
.navbar-nav a {
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 17px;
}
a.front_logo img {
    max-width: 190px;
    margin-right: 20px;
    position: relative;
    bottom: 2px;
}
.header_call {
    text-align: center;
    border-radius: 100%;
   /* box-shadow: 0px 5px 9px rgba(0,0,0,0.11);*/
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 11px;
/*    background: rgba(27,20,100,0.12);*/
    padding-top: 1px;
    position: absolute;
    top: 26px;
    color: #1b1464;
    right: 75px;
}
.header_call:hover + .header_call_active,
.header_call_active:hover  {  
  display: inline-block;
}
.header_call:hover{  
  display: none;
}
a.header_call_active {
    background: #fff;
    padding: 5px 7px;
    border-radius: 20px;
    -webkit-transition: ease-out 0.1s;
    -moz-transition: ease-out 0.1s;
    transition: ease-out 0.1s;
    text-decoration: none;
    color: #1b1464;
    box-shadow: 0px 5px 9px rgba(0,0,0,0.11);
    font-family: "Pangram-Regular";
    position: absolute;
    right: -63px;
    top: 21px;
    display: none;
    z-index: 99;
}
.header_call img, .header_call_active img, .header_mail img, .header_mail_active img {
    width: 30px !important;
    margin-top: -1px;
}
span.call_txt {
    position: relative;
    z-index: 9;
}
span.call_icon {
    text-align: center;
    border-radius: 100%;
/*    box-shadow: 0px 5px 9px rgba(0,0,0,0.11);*/
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 11px;
    background: rgba(27,20,100,0.12);
    padding-top: 1px;
    top: 31px;
    color: #1b1464;
    right: 35px;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
    margin-right: 7px;
}
.header_mail {
    text-align: center;
    border-radius: 100%;
    /*box-shadow: 0px 5px 9px rgba(0,0,0,0.11);*/
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 11px;
/*    background: rgba(27,20,100,0.12);*/
    padding-top: 1px;
    position: absolute;
    top: 26px;
    color: #1b1464;
    right: 35px;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}
.header_mail:hover + .header_mail_active,
.header_mail_active:hover  {  
  display: inline-block;
}
.header_mail:hover{  
  display: none;
}
a.header_mail_active {
    background: #fff;
    padding: 5px 7px;
    border-radius: 20px;
    -webkit-transition: ease-out 0.1s;
    box-shadow: 0px 5px 9px rgba(0,0,0,0.11);
    -moz-transition: ease-out 0.1s;
    transition: ease-out 0.1s;
    text-decoration: none;
    color: #1b1464;
    font-family: "Pangram-Regular";
    position: absolute;
    right: -120px;
    top: 21px;
    display: none;
    z-index: 99;
}
span.mail_txt {
    position: relative;
    z-index: 9;
}
span.mail_icon {
    text-align: center;
    border-radius: 100%;
    /*box-shadow: 0px 5px 9px rgba(0,0,0,0.11);*/
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 11px;
    background: rgba(27,20,100,0.12);
    padding-top: 1px;
    top: 37px;
    color: #1b1464;
    right: 35px;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
    margin-right: 7px;
}
.header_nav_box {
    text-align: right;
}
.header_nav_box a{
  color: #fff;
  text-decoration: none !important;
}
.gradient_head {
    top: 15px;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    -webkit-transition: ease-out 0.1s;
    -moz-transition: ease-out 0.1s;
    transition: ease-out 0.1s;
    z-index: 999;
}
.gradient_head.active {
    background: #fff;
    top: -1px;
}
.gradient_head_subs{
  background: #fff;
  top: -1px;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  -webkit-transition: ease-out 0.1s;
  -moz-transition: ease-out 0.1s;
  transition: ease-out 0.1s;
  z-index: 999;
}
.gradient_head,
.gradient_head_subs {
    max-width: 3000px;
    margin: 0 auto;
}
.block_2 a.btn.btn_green {
    box-shadow: none !important;
}
a.pack_link {
    color: inherit;
    text-decoration: none;
}
.nav_lng {
    float: right;
}
.nav_lng select option,
.bottom_bar select option{
    color: #000;
}
.bottom_bar select{
    color: #000 !important;
}
.bottom_bar a.header_mail_mob,
.bottom_bar a.header_call_mob {
    width: 30px;
    background: #fff;
    border-radius: 100%;
    margin: 5px;
}
.nav_lng select,.bottom_bar select {
    background: none;
    color: #ffff;
    opacity: 0.7;
    border: none;
    padding: 0 !important;
    position: relative;
    top: 2px;
}
.gradient_head_subs .shaping {
    display: block;
    position: absolute;
    top: -35px;
    right: -90px;
    height: 124px;
    width: 45%;
    background: #223f77;
    background: -moz-linear-gradient(top, #223f77 1%, #1e236b 100%);
    background: -webkit-linear-gradient(top, #223f77 1%,#1e236b 100%);
    background: linear-gradient(to bottom, #223f77 1%,#1e236b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#223f77', endColorstr='#1e236b',GradientType=0 );
    border-bottom-left-radius: 30px;
}
.gradient_head_subs,
.gradient_head{
  overflow: hidden;
}
.shaping_bg {
    position: absolute;
    left: -60px;
    background: #223f77;
    background: -moz-linear-gradient(top, #223f77 1%, #1e236b 100%);
    background: -webkit-linear-gradient(top, #223f77 1%,#1e236b 100%);
    background: linear-gradient(to bottom, #223f77 1%,#1e236b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#223f77', endColorstr='#1e236b',GradientType=0 );
    height: 100%;
    width: 115px;
    border-bottom-left-radius: 73% 76%;
    border-right: 20px solid #223f7700;
}
.gradient_head.active .shaping {
    display: block;
    position: absolute;
    top: -34px;
    right: -90px;
    height: 124px;
    width: 45%;
    background: #223f77;
    background: -moz-linear-gradient(top, #223f77 1%, #1e236b 100%);
    background: -webkit-linear-gradient(top, #223f77 1%,#1e236b 100%);
    background: linear-gradient(to bottom, #223f77 1%,#1e236b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#223f77', endColorstr='#1e236b',GradientType=0 );
    border-bottom-left-radius: 30px;
}
a.login_right {
    position: absolute;
    right: 18px;
    top: -30px;
    color: #fff;
    text-decoration: none;
}
.front_header{
  position: relative;
  z-index: 99;
}
.mobile_navi a.nav-link {
    padding: 14px 1rem;
}
.shaping{
  display: none;
}
.login_bottom {
  text-decoration: none !important;
  text-align: left !important;
  float: left;
}
.topbar a {
    font-size: 12px;
    color: #fff;
    text-decoration: none !important;
    position: relative;
    left: 20px;
}
.fixed_header{
  position: fixed;
  top:0;
  width: 100%;
}
a.search_btn {
    width: 28px;
    height: 28px;
    background: rgba(255,255,255,0.12);
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    padding-top: 1px;
    font-size: 14px;
}
a.search_btn i{
  position: relative;
  top: 2px;
}
/*Content*/
header.entry-header,
footer.entry-footer{
  display: none;
}
p.block_subtitle {
    color: #5553e8;
    font-family: "Pangram-Medium";
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
}
h2.block_title {
    color: #1b1464;
    font-family: "Pangram-Bold";
    font-size: 50px;
    font-weight: 400;
}
.block_content, .block_content p {
    font-family: "Pangram-Light";
}
.container_marge{
  height: 80px;
}
.partner_slide_img {
    background-repeat: no-repeat;
/*    background-size: contain;*/
    height: 55px;
    background-position: center;
    position: relative;
}
.partner_slide_box {
    width: 100%;
    height: 122px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.12);
    margin: 0 auto;
    margin-bottom: 20px;
    display: table;
}
.tooltip{
  pointer-events: none;
}
.partner_slide_box_i {
    display: table-cell;
    vertical-align: middle;
}
.partner_slide {
    padding: 15px;
}
.partner_slides .slick-dots li button {
    border: 2px solid rgba(27, 20, 100, 0.4);
}
.partner_slides .slick-dots li.slick-active button {
    background: #1b1464;
}
.block_1 .slick-dots li {
    margin: 0 0px;
    border-radius: 100%;
}
.partner_slides .slick-dots li button:before{
  opacity: 0 !important;
}
img.shape_2{
  position: absolute;
  max-width: calc(100% - 155px);
}
.container.shape_page.sright img {
    right: 0;
}
.container.shape_page.sleft img {
    left: 0;
}
.container.shape_page{
  position: relative;
}
.container.shape{
  position: relative;
}
img.shape_1 {
    position: absolute;
    top: -22px;
    right: 0;
    width: 79%;
}
.partner_slides .slick-list {
    margin: 0 25px;
}
a.partner_prev {
    color: #fff !important;
    position: absolute;
    left: 0;
    z-index: 9;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: #aeabc8;
    display: inline-block;
    border-radius: 100%;
    top: 38%;
    text-align: center;
    padding-top: 5px;
}
a.partner_prev:hover,a.partner_next:hover{
  background: #938FB5;
}
a.partner_next {
    color: #fff !important;
    position: absolute;
    right: 0;
    z-index: 9;
    cursor: pointer;
    display: inline-block;
    border-radius: 100%;
    top: 38%;
    text-align: center;
    padding-top: 5px;
    width: 30px;
    height: 30px;
    background: #aeabc8;
}
.link_no_s{
  text-decoration: none !important;
  color:inherit !important;
}
.packet_box {
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 6px 11px 2px rgba(0,0,0,0.07);
    padding: 20px;
}
.packet_box.bb_2:hover {
    background: #1B1464;
    color: #fff;
}
.packet_box:hover .btn i{
  -webkit-animation-name: wobble-horizontal;
  animation-name: wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.packet_box.bb_2:hover .packet_subtitle{
  color:#5553e8 !important;
}
.packet_box.bb_2:hover .packet_feature{
  border-color:#363076 !important;
}
.packet_box.bb_2:hover .btn{
  background:#4d4bd1 !important;
  border-color:#4d4bd1 !important;
}
.packet_box.bb_0:hover,.packet_box.bb_1:hover {
    background: #5553E8 !important;
    color: #fff;
}
.packet_box:hover .packet_subtitle{
  color:#b9b8ff !important;
}
.packet_box:hover .packet_feature{
  border-color:#4a48cb !important;
}
.packet_box:hover .btn{
  background:#58c96e !important;
  border-color:#58c96e !important;
}
.packet_box.bb_2 .packet_subtitle{
  color:#898989 !important;
}
.packet_img,.packet_img_hover {
    background-size: contain;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
.packet_box:hover .packet_img_hover{
    display: block;
}
.packet_box:hover .packet_img{
    display: none;
}
.packet_img_hover{
  display: none;
}
.packet_feature {
    font-family: "Pangram-Regular";
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    max-width: 305px;
    margin: 0 auto;
}
.block_2 h2.block_title {
    margin-bottom: 35px !important;
}
.packet_box a.btn {
    margin-top: 13px;
}
.packet_title {
    font-family: "Pangram-Bold";
    font-size: 20px;
}
.packet_subtitle {
    font-family: "Pangram-Medium";
    color: #5553e8;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.packet_feature.lin {
    border: none;
}
.block_quote {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.block_quote h4 {
    color: #1b1464;
    font-family: "Pangram-Regular";
    font-size: 24px;
    font-weight: 400 !important;
    line-height: 31px;
    display: inline;
}
img.q_1 {
    width: 40px;
    margin-bottom: -18px;
    margin-left: -20px;
}
img.q_2 {
    width: 40px;
    margin-top: -28px;
    margin-right: -20px;
}
#search_modal h2{
  font-size: 30px;
  text-align: left;
  color:#fff;
}
#search_modal .modal-content {
    background: none !important;
    border: none !important;
    padding: 0 !important;
}
#search_modal .modal-body {
    padding: 0 !important;
}
#search_modal input, form.search-form input {
    font-family: "Pangram-Light";
    border-radius: 20px !important;
    background: #fff !important;
    padding: 10px;
    height: 39px;
    padding-left: 15px;
}
#search_modal label, form.search-form label {
    max-width: 430px;
    width: 80%;
}
.tooltip{
  font-size: 13px !important;
}
#search_modal button.search-submit, form.search-form button.search-submit {
    width: 40px;
    height: 40px;
    padding: 0;
    background: #5553e8 !important;
    border: none;
    font-size: 18px !important;
    border-radius: 100% !important;
    color: #fff;
    margin-left: 8px;
    position: relative;
    top: 1px;
}
button.search-submit i {
    position: relative;
    right: 0px;
    bottom: 1px;
}
button.search-submit:hover{
  background: #4D4BD1;
}
#whitepaper_modal li:before, .block_4 li:before, #demo_modal li:before {
/*    background: #5553E8;*/
    width: 20px;
    height: 15px;
/*    display: inline-block;*/
    content: "";
    border-radius: 100%;
    margin-right: 10px;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 10px;
    text-align: left;
    display: table-cell;
    float: left;
    margin-right: 10px;
}
.block_4 ul,
#whitepaper_modal ul,
#demo_modal ul {
    list-style: none;
    padding: 0;
    color: #1b1464;
    font-family: "Pangram-Bold";
    line-height: 35px;
    display: table;
}
#whitepaper_modal li strong, .block_4 li strong, #demo_modal li strong {
    display: table-cell;
}
img.block_4_img_1 {
    width: 338px;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 10px 5px 14px rgba(0,0,0,0.18);
    filter: blur(2px);
}
img.block_4_img_2 {
    width: 350px;
    position: absolute;
    left: 100px;
    top: 130px;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: -8px 9px 14px rgba(0,0,0,0.17);
}
.user_box {
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 4px 11px rgba(0,0,0,0.1);
    padding: 15px;
    text-align: center;
    margin-bottom: 30px;
}
.user_thumb {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 175px;
    border-radius: 5px;
}
.user_title {
    font-family: 'Pangram-Bold';
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.user_tag {
    display: inline-block;
    padding: 6px 10px;
    color: #8d8d8d;
    font-family: "Pangram-Regular";
    text-align: center;
    border-radius: 20px;
    background: #f3f3fe;
    /*box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.11);*/
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
}
.user_box:hover{
  box-shadow: 0px 4px 11px rgba(0,0,0,0.2);
}
.user_box{
  box-shadow: 0px 4px 11px rgba(0,0,0,0.1);
}
.block_5 h2.block_title {
    margin-bottom: 50px !important;
}
.block_4_clear {
    height: 140px;
}
h2.blue_title {
    color: #5553e8;
    font-family: "Pangram-Bold";
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px !important;
    position: relative;
}
.blue_content, .blue_content p {
  font-family: "Pangram-Light";
  position: relative;
}
.blue_box {
    border-radius: 5px;
    background: #f3f3fe;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
}
form.wpcf7-form textarea {
    max-height: 100px;
}
.blue_content p:last-child{
  margin-bottom: 0;
}
span.blue_number {
    position: absolute;
    font-size: 120px;
    font-family: 'Roboto Slab', serif;
    color: rgba(0, 0, 0, 0.08);
    top: -32px;
    left: 11px;
}
form.wpcf7-form input,form.wpcf7-form textarea{
  margin-bottom: 10px;
}
span.wpcf7-not-valid-tip {
    text-align: left;
    position: relative;
    bottom: 10px;
}
.block_7 form {
    margin-top: 20px;
}
.gradient_head_subs header#masthead, .gradient_head.active header#masthead {
    padding: 15px 0 !important;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #5553e8 !important;
}
.blue_box_t {
    border-radius: 5px;
    background: #f3f3fe;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
}
.blue_box_content p:last-child{
  margin-bottom: 0;
}
.step_content p {
    font-family: 'Pangram-Light', sans-serif;
    font-weight: 500 !important;
}
h2.blue_box_title {
    color: #5553e8;
    font-family: "Pangram-Bold";
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px !important;
    position: relative;
}
.blue_box_content, .blue_box_content p {
   font-family: "Pangram-Light";
    position: relative;
}
.price_box {
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0px 6px 11px 2px rgba(0,0,0,0.07);
    padding: 20px;
    margin-bottom: 30px;
}
.price_box:hover{
    background: #5553e8;
    color:#fff !important;
}
.price_box:hover .p_subtitle {
    color: #b9b8ff !important;
}
/*.price_box:hover .p_subtitle{
    color:#fff !important;
}*/
.price_box:hover .p_feature{
    border-color: #4A48CB;
}
.price_box:hover .p_feature.p_striped{
    color: rgba(255, 255, 255, 0.6);
}

.price_img,.price_img_hover{
    background-size: contain;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
.price_box:hover .price_img{
    display: none;
}
.price_box:hover .price_img_hover{
    display: block;
}
.price_img_hover{
  display: none;
}
.p_title {
    font-family: "Pangram-Bold";
    font-size: 20px;
}
.p_subtitle {
    font-family: "Pangram-Medium";
    color: #5553e8;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.p_price {
    font-family: "Open Sans";
    font-size: 50px;
    font-weight: 700;
    line-height: 68px;
    text-align: center;
}
.p_feature {
    font-family: "Pangram-Regular";
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    max-width: 305px;
    margin: 0 auto;
}
.p_price span {
    font-size: 20px;
    font-weight: normal;
}
.p_feature.lin {
    border: none;
}
.block_9 h2.block_title {
    margin-bottom: 35px !important;
}
.step_line1 {
    width: 3px;
    height: 93px;
    background: #f3f3fe;
    margin: 0 auto;
    margin-bottom: 10px;
}
.step_line2 {
    width: 3px;
    height: 93px;
    margin: 0 auto;
    background: #f3f3fe;
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3fe 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3fe 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f3f3fe 100%);
}
.step_line3 {
    width: 3px;
    height: 93px;
    background: #f3f3fe;
    margin: 0 auto;
}
.step_line4 {
    width: 3px;
    height: 93px;
    background: #f3f3fe;
    margin: 0 auto;
}
.p_step{
  border-radius: 5px;
  background: #f3f3fe;
  padding: 30px;
}
h2.step_title {
    color: #5553e8;
    font-family: "Pangram-Medium";
    font-size: 24px;
    text-align: center;
}
.step_content {
    font-family: "Pangram-Light";
    font-size: 14px;
    text-align: center;
}
.step_content p:last-child{
  margin-bottom: 0;
}
.contact_form_price {
    max-width: 1100px;
    border-radius: 5px;
    background: #f3f3fe;
    padding: 35px 20px;
    margin: 0 auto;
}
.contact_form_price form {
    max-width: 800px;
    margin: 0 auto;
}
.cta_abbo span.wpcf7-list-item-label {
    background: #ffffff;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 20px;
    font-family: "Pangram-Light";
    text-align: center;
    padding: 7px 15px;
    margin-bottom: 10px;
}
div#more_ff {
    margin-top: 8px;
    margin-bottom: 8px;
}
span.wpcf7-list-item-label.active {
    background: #4D4BD1;
    color: #fff;
    box-shadow: none;
}
.cta_abbo input {
    display: none;
}
.form_success {
    display: none;
    background: #fff;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 5px;
}
.form_success h4 {
    color: #1b1464;
    font-family: "Pangram-Bold";
    font-size: 21px;
    font-weight: 400;
}
.form_success h4 i{
  margin-right: 5px;
}
.form_success p{
  margin-bottom:0;
}
.right_image {
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    height: 100%;
}
.contact_maps iframe{
  width: 100%;
  height: 400px;
}
.contact_maps {
    margin-bottom: -10px;
}
.contact_links {
    text-align: center;
}
.contact_links span.contact_s{
    margin-left: 10px;
    margin-right: 10px;
}
.contact_links a, .contact_links{
    font-family: "Pangram-Medium";
    font-size: 13px;
    line-height: 17px;
    text-decoration: none;
    color: #5553e8;
}
.contact_second img {
    width: 12px;
}
.contact_third img {
    width: 16px;
}
span.contact_icon {
    display: inline-block;
    color: #1b1464;
    background: #E4E3EC;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    text-align: center;
    padding-top: 3px;
    margin-right: 5px;
}
.contact_s a,.contact_s {
  color: #1b1464;
  text-decoration: none;
}
.contact_links {
    margin-bottom: 20px;
    margin-top: 20px;
}
#whitepaper_modal .modal-dialog,
#demo_modal .modal-dialog {
    max-width: 1240px;
}
.modal_line {
    height: calc(100% - 100px);
    width: 1px;
    position: absolute;
    background: #b3b3b3;
    left: 50%;
    top: 50px;
    margin-left: auto;
    margin-right: auto;
}
div#whitepaper_modal .modal-body,
div#demo_modal .modal-body {
    padding: 50px 50px;
}
.block_form {
    max-width: 518px;
    float: right;
}
a.btn.btn_white_border.btn_whitepaper.w_close {
    background: #fff !important;
    color: #000 !important;
    font-weight: 600 !important;
    display: none;
}
a.btn.btn_white_border.btn_whitepaper.w_close i{
    margin-left: 5px !important;
}
#modal_head,#modal_head1 {
    position: fixed;
    top: 28px;
    width: 100%;
    z-index: 9999;
    right: 0;
    left: 0;
    display: none;
}
body.home #modal_head,body.home #modal_head1 {
    top: 43px !important;
}
div#modal_head.active,div#modal_head1.active {
    top: 28px !important;
}
body.modal-open #modal_head .login_right,
body.modal-open #modal_head .header_nav_link,
body.modal-open #modal_head .search_btn,
body.modal-open #modal_head .header_nav_box a.btn.btn_green{
    opacity: 0.2;
}
body.modal-open #modal_head1 .login_right,
body.modal-open #modal_head1 .header_nav_link,
body.modal-open #modal_head1 .search_btn,
body.modal-open #modal_head1 .header_nav_box a.btn.btn_whitepaper{
    opacity: 0.2;
}
a.filter_cat {
    background: #e3e2ec;
    /* box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.11); */
    text-decoration: none;
    color: #1b1464 !important;
    font-family: "Pangram-Regular";
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}
a.filter_cat.active,a.filter_cat:hover {
    background: #5553e8;
 /*   box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.11);*/
    color: #fff !important;
}
.post_filter {
    margin-bottom: 50px;
}
.bottom_bar select {
    float: right;
}
.case_box {
    box-shadow: 0px 4px 11px rgba(0,0,0,0.1);
    background: #fff;
    border-radius: 5px;
    margin-bottom: 25px;
    min-height: 238px;
}
a.case_link {
    text-decoration: none;
    color: inherit !important;
}
.case_cat {
    color: #5553e8;
    font-family: "Pangram-Regular";
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.google_maps{
  width: 100%;
  height: 400px;
}
.case_bg {
    background-size: cover;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-transition: ease-out 0.1s;
    -moz-transition: ease-out 0.1s;
    transition: ease-out 0.1s;
}
.case_excerpt {
    font-family: "Pangram-Medium";
    line-height: 20px;
    margin-top: 2px;
}
.case_inner{
  padding: 15px;
}
.action_box {
    border-radius: 5px;
    min-height: 238px;
    box-shadow: 0px 4px 11px rgba(0,0,0,0.1);
    padding: 15px;
    text-align: center;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 25px;
    display: table;
    width: 100%;
}
.action_box_i{
  vertical-align: middle;
  display: table-cell;
}
.case_box:hover{
  box-shadow: 0px 4px 11px rgba(0,0,0,0.2);
}
figure {
    width: auto;
    height: auto;
    margin: 0 !important;
    padding: 0;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.case_box:hover figure > .case_bg{
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.action_box h2 {
    color: #fff !important;
}
.single_thumb_post {
    background-size: cover;
    height: 300px;
    border-radius: 7px;
    background-position: center;
    background-repeat: no-repeat;
    width: 300px;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
}
.single_post_cc h1, .single_post_cc h2, .single_post_cc h3, .single_post_cc h4, .single_post_cc h5, .single_post_cc h6 {
    display: inline;
}
table.single_post_data {
    width: auto;
}
table.single_post_data td:first-child {
    padding-right: 20px;
}
span.single_post_right {
    float: right;
    position: relative;
    top: 22px;
}
.act_box {
    border-radius: 5px;
    min-height: 238px;
    box-shadow: 0px 4px 11px rgba(0,0,0,0.1);
    padding: 15px;
    text-align: center;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 25px;
    display: table;
}
.act_box h2 {
    color: #fff !important;
}
a.sing_fb i {
    position: relative;
    top: 1px;
}
a.sing_li i {
    position: relative;
    top: 1px;
}
a.sing_li {
    width: 24px;
    height: 24px;
    background: #456ca5;
    display: inline-block;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    margin-right: 5px;
}
.single_post_sidebar h3 {
    margin-bottom: 20px !important;
}
a.sing_fb{
  width: 24px;
  height: 24px;
  background: #2a69c4;
  display: inline-block;
  border-radius: 100%;
  color:#fff;
  text-align: center;
}
.c_back {
    color: #000 !important;
    text-decoration: none !important;
    margin-top: 20px !important;
    display: block;
}
.single_case_right{
  float: right;
}
.single_post_cc iframe {
    float: left;
    margin-right: 25px;
    border-radius: 5px;
    margin-bottom: 25px;
}
p#breadcrumbs {
    border-radius: 20px;
    background: #f3f3fe;
    padding: 10px 20px;
    display: inline-block;
}
span.breadcrumb_last {
    font-weight: 600;
}
.block_content a {
  color: #4D4BD1 !important;
  text-decoration: underline;
}
p#breadcrumbs a {
    color: #4D4BD1 !important;
    text-decoration: underline;
}
a.other_link {
    text-decoration: none !important;
    color: inherit !important;
}
.other_read {
    color: #4D4BD1 !important;
    text-decoration: none;
    font-weight: 600;
}
.other_thumb {
    background-size: cover;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    background-position: center;
}
.user_li {
    color: inherit !important;
    text-decoration: none !important;
    display: block !important;
}
.txt_banner .btn {
    float: right;
}
.single_post_sidebar hr:last-child {
    display: none;
}
.txt_banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    display: table;
    min-height: 150px;
}
.txt_bt{
  display: table-cell;
  vertical-align: middle;
}
p.other_title {
    font-family: "Pangram-Bold";
    margin-bottom: 0;
}
.block_6 h2.block_title {
    margin-bottom: 35px !important;
}
body.search .container.shape_container {
    display: none;
}
/*Footer*/
a.footer_logo {
    /* position: relative; */
    top: 16px;
}
video#footer_bg {
    width: 100%;
    object-fit: cover;
    object-position: left;
    position: absolute;
    height: 100%;
}
footer {
    position: relative;
    min-height: 300px;
    max-width: 3000px;
    margin: 0 auto;
}
.footer_title{
  color: #ffffff;
  font-family: "Pangram-Bold";
  font-size: 50px;
}
.footer_content, .footer_content p {
    color: #ffffff;
    font-family: "Pangram-Light";
    font-size: 24px;
    line-height: 30px;
}
.footer_inner {
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 800px;
    margin: 0 auto;
}
.footer_right {
    text-align: right;
}
a.footer_s {
    color: #ffffff;
    font-family: "Pangram-Bold";
    margin-right: 30px;
    text-decoration: none;
}
b.footer_t {
    font-family: "Pangram-Bold";
    margin-bottom: 10px;
    display: inline-block;
}
.contact_links span.contact_s a {
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}
.footer_s span {
    display: inline-block;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    text-align: center;
    padding-top: 2px;
    margin-right: 7px;
}
a.footer_s.footer_tel img {
    width: 12px;
    position: relative;
    bottom: 2px;
}
a.footer_s.footer_mail img {
    width: 16px;
    position: relative;
    bottom: 2px;
}
.footer_right a.btn_green {
    margin-left: 10px;
}
.footer_info {
    padding-bottom: 30px;
}
.footer_extra,.footer_extra a {
    color: #fff;
    text-decoration: none;
}
ul#menu-footer-menu-2 {
    margin-top: 20px;
}
footer .menu{
  padding: 0;
  list-style: none;
}
a.footer_logo img {
    max-width: 190px;
    margin-right: 20px;
}
.footer_extra {
    padding-bottom: 30px;
}
.footer_copyright {
    padding: 10px 0;
}
.modal-backdrop.show {
    opacity: .7 !important;
}
.footer_copyright, .footer_copyright a {
    color:#b3b3b3;
    font-family: "Pangram-Regular";
    font-size: 13px;
    text-decoration: none;
}
.copy_right {
    text-align: right;
}
.mobile_header,.mobile_nav,.mobile_navi{
  display: none;
}
.front_mob_slick{
  display: none !important;
}
@media (min-width: 991px) and (max-width: 1200px){
  a.footer_logo img{
    max-width: 100%;
  }
}
/*CSS @media Rules*/
@media (max-width: 1400px){
  .partner_slide .col-lg-3 {
      -ms-flex: 0 0 33%;
      flex: 0 0 33%;
      max-width: 33%;
  }
}
@media (max-width: 1200px){
  .footer_mob .btn{
    width: 145px;
  } 
  .footer_mob .btn_white_border {
    margin-right: 15px;
  }
/*  .footer_mob .btn{
    display: none;
  }*/
  .container.shape_page {
    position: absolute;
}
  #search_modal .modal-body,#search_modal h2 {
      text-align: center;
  }
  #search_modal h2 {
      font-size: 22px;
  }
  .front_feature_box{
    padding: 30px;
  }
  a.footer_s {
      margin-right: 15px;
  }
  .s_content, .s_content p{
    line-height: 23px;
  }
  p.s_subtitle{
    margin-top: 0;
  }
  a.footer_logo {
      position: relative;
      top: 29px;
  }
  html {
    padding-bottom: 70px;
}
  .modal-open .modal {
      overflow-y: scroll !important;
  }
  a.w_close {
      position: fixed;
      right: 35px;
  }
  a.d_close {
      position: fixed;
      right: 35px;
  }
  div#modal_head a.header_nav_link,
  div#modal_head a.search_btn,
  div#modal_head .btn_green {
      display: none;
  }
  div#modal_head1 a.header_nav_link,
  div#modal_head1 a.search_btn,
  div#modal_head1 .btn_white_border {
      display: none !important;
  }
  .modal-content {
      top: 90px;
  }
  div#search_modal .modal-content {
      top: 0;
  }
  body.home div#content {
      margin-top: 0 !important;
  }
  div#content {
      margin-top: -100px;
  }
  a.partner_next{
    right: 8px;
  }
  a.partner_prev{
    left: 8px;
  }
  .partner_slide_box {
      width: 100%;
      height: 105px;
  }
  /*.container.shape_container{
    display: none;
  }*/
  .front_inner {
    top: 75px;
    text-align: center;
}
  .front_video_box {
    height: 500px;
}
  .front_slick_inner{
    margin-left: 0 !important;
  }
  .front_slick,a.front_prev,a.front_next{
    display: none !important;
  }
  .front_mob_slick{
    display: block !important;
  }
  p.s_subtitle {
      font-size: 20px;
  }
  .s_content, .s_content p {
      font-size: 16px;
    max-width: inherit;
  }
    h1.s_title {
      font-size: 50px;
      margin-left: 0 !important;
  }
  a.header_call_mob {
      width: 25px;
      background: #fff;
      border-radius: 100%;
  }
  a.header_mail_mob {
      width: 25px;
      background: #fff;
      border-radius: 100%;
      margin-left: 5px;
  }
  .bottom_bar {
      background: #F3F3FE;
      margin-top: 20px;
      color: #000 !important;
      padding: 5px 0;
  }
  .bottom_bar a{
      color: #000 !important;
      display: inline-block;
  }
  .mobile_nav a.btn.btn_white_border.btn_whitepaper,.mobile_nav a.btn.btn_white_border.btn_whitepaper:hover {
      color: #000 !important;
      border: 2px solid #000 !important;
  }
  .bottom_bar .btn{
    display: inline-block !important;
  }
  .bottom_bar .login{
    margin-right: 10px;
    text-decoration: none;
  }
  ul#menu-hoofdmenu{
      padding-left: 25px;
      padding-right: 25px;
      margin-bottom: 20px;
  }
  ul#menu-mobiele-menu {
      margin-bottom: 20px;
  }
  ul#menu-mobiele-menu a {
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 17px;
    color: #000 !important;
    text-decoration: none !important;
    border-bottom: 1px solid #dedede;
    display: block;
}
  ul#menu-mobiele-menu{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 20px;
    list-style: none; 
  }
  ul#menu-mobiele-menu a {
      padding: 14px 1rem;
  }
  a.nav-link {
      color: inherit !important;
      border-bottom: 1px solid #dedede;
  }
  .mobile_navi{
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    box-shadow: -1px -3px 10px rgba(0,0,0,0.12);
  }
  .mobile_nav.active {
      display: block !important;
      text-align: center;
  }
  .collapse:not(.show){
    display: block;
  }
  a.search_btn {
      color: #1B1464;
      background: #F3F3FE;
      font-size: 15px;
      width: 30px;
      height: 30px;
      padding-top: 5px;
  }
  .mobile_header {
      padding: 10px 0;
  }
  .mobile_toggle img,
  .mobile_toggle.active i{
    display: none;
  }
  .mobile_toggle.active img {
      display: inline-block;
      width: 13px;
      position: absolute;
      bottom: 8px;
      right: 9px;
  }
  button.mobile_toggle i {
    position: relative;
    right: 0px;
}
  button.mobile_toggle {
    position: relative;
    float: right;
    border: none;
    color: #1B1464;
    background: #F3F3FE;
    font-size: 15px !important;
    width: 30px;
    height: 30px;
    padding: 0;
    display: inline-block;
}
  .mobile_nav,.topbar{
    display: none;
  }
  video#video_bg{
    margin-top: 0;
  }
  .mobile_header table {
      margin-bottom: 0 !important;
  }
  .mobile_header {
      background: #fff;
  }
  a.front_logo img {
      margin: 0 auto;
      display: block;
      max-width: 170px;
  }
  .gradient_head,.gradient_head_subs{
    display: none;
  }
  .mobile_header {
      display: block;
  }
}
.front_inner {
    position: relative;
}
footer {
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
#mobile_featu{
  display: none;
}
.mobile_navi a.search_btn i {
    position: relative;
    top: 1px;
}
@media (min-width: 1200px){
  .front_inner {
    position: relative;
  /*  top: 280px;*/
    display: table-cell;
    vertical-align: middle;
}
.container_height{
  display: table;
  height: 100%;
}
  .navbar-nav {
    margin-left: -10px;
}
  .container {
      max-width: 1300px;
  }
  .shape_container {
      /*max-width: 1400px;*/
      max-width: 3000px;
  }
  .block_2 .container {
      max-width: 1100px;
  }
  .block_7 .container {
      max-width: 580px;
  }
  .container_max{
    max-width: 800px;
  }
}
.mobile_nav a.btn.btn_white_border.btn_whitepaper {
    margin-right: 15px;
}
@media (max-width: 767px){
  a.footer_logo {
      margin-bottom: 0 !important;
  }
  .shape_container {
    overflow: hidden;
    left: -15px;
    width: calc(100% + 15px);
}
  img.shape_2 {
      max-width: 160%;
      position: relative !important;
  }
  .container.container_subs {

    margin-bottom: -30px;
}
  .front_inner p.s_subtitle{
    font-size: 18px;
  }
  .front_inner h1.s_title {
    font-size: 70px;
    margin-left: 0 !important;
}
  .block_5 h2.block_title,
  .block_5 p.block_subtitle {
    text-align: left;
}
  .footer_content, .footer_content p {
    margin-bottom: -20px !important;
    margin-top: 10px;
}
.footer_content + .btn{
  display: none;
}
  /*h2.footer_title,.footer_inner .btn{
    display: none !important;
  }*/
  h2.footer_title{
    display: none !important;
  }
  .footer_content{
    display: none;
  }
  .footer_info {
    padding-bottom: 20px !important;
}
  .footer_inner {
      padding: 50px 0 25px 0 !important;
  }
  .contact_links span.contact_s {
    display: block;
    margin-bottom: 10px;
    text-align: left;
}
  a.front_logo {
    z-index: 999;
    position: relative;
}
  h2.block_title {
    font-size: 40px;
}
   a.w_close {
    position: fixed;
    right: 20px;
    top: 20px;
  }
  a.d_close {
    position: fixed;
    right: 20px;
    top: 20px;
  }
  .single_post_cc iframe {
      width: 100%;
      max-width: 100%;
      margin-bottom: 20px;
      height: 203px;
  }
  .single_thumb_post {
      height: 100px;
      width: 100px;
  }
  .footer_contact {
      max-width: 200px;
      margin: 0 auto;
  }
}
@media (min-width: 991px){
  #f_mob{
    display: none;
  }
  .footer_mob{
    display: none;
  }
  .block_max{
    padding-right: 25px;
  }
  .container_subs {
     margin-top: -120px;
  }
  form.wpcf7-form .col-lg-6,
  form.wpcf7-form .col-lg-12 {
      padding-left: 8px !important;
      padding-right: 8px !important;
  }
}

@media (max-width: 991px){
  #desk_featu{
    display: none;
  }
  #mobile_featu{
    display: block;
  }
  .block_1 .slick-list {
      margin-left: -15px !important;
      margin-right: -15px !important;
  }
  a.partner_prev ,a.partner_next {
      display: none;
  }
  div#mobile_featu {
    padding-top: 10px;
}
  .block_9 .row2,#mobile_featu {
      height: auto;
      overflow: auto;
      position: relative;
      display: -webkit-box;
      overflow-y: hidden;
  }
  .block_5 h2.block_title{
    margin-bottom: 10px !important;
  }
  a.footer_logo {
      top: 0;
  }
  .modal_line{
    display: none;
  }
  .act_box {
      margin-top: 10px;
  }
  .copy_right {
      text-align: left;
  }
  ul#menu-footer-menu-4 {
      margin-bottom: 0;
  }
  div#f_mob .col-lg-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  #f_mob {
      display: flex;
  }
  #f_des{
    display: none;
  }
  .footer_extra .col-lg-4 .row .col-lg-6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  a.footer_logo {
      display: block;
      margin-top: 40px;
  }
  #f_l{
    display: none;
  }
  a.footer_s {
      display: block;
      margin-bottom: 15px;
  }
  h2.footer_title {
      margin-top: 18px !important;
  }
  .footer_inner {
      padding: 50px 0;
  }
  .footer_right {
      display: none;
  }
  .footer_mob{
    display: block;
  }
  .block_2 .col-lg-12.text-center {
      text-align: left !important;
  }
  .container.container_subs {
      margin-top: -50px !important;
  }
  .container_subs .row {
      height: 225px;
      overflow: auto;
      position: relative;
      display: -webkit-box;
      overflow-y: hidden;
  }
  .block_4_clear{
    display: none;
  }
  .packets .row {
      overflow: auto;
      position: relative;
      display: -webkit-box;
      overflow-y: hidden;
  }
  .row_block_5 {
      overflow: auto;
      position: relative;
      display: -webkit-box;
      overflow-y: hidden;
  }
  img.block_4_img_1 {
      max-width: 250px;
      width: 100%;
  }
  img.block_4_img_2 {
      position: relative;
      top: 0;
      margin-top: -200px;
      margin-bottom: 80px;
      left: 35px;
      width: 100%;
      max-width: 300px;
  }
  .col_marge_991 {
     margin-bottom: 80px;
  }
  .container_subs .col-lg-3,.packets .col-lg-4,.block_5 .col-lg-3,#mobile_featu .col-lg-3,.block_9 .col-lg-3{
      display: table-cell;
      padding-bottom: 30px;
      margin-bottom: 0 !important;
  }
  .front_feature_box,.packet_box,.user_box,.partner_slide_box,.price_box{
      width: 300px;
      margin-bottom: 0 !important;
  }
  .partner_slide_box {
    margin-bottom: 30px !important;
}
}
@-webkit-keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*@media (max-width: 1920px){
  .gradient_head .shaping {
      height: 100px !important;
  }
}*/
/*@media (max-width: 1740px){
  .gradient_head .shaping {
    right: -120px  !important;
  }
  .gradient_head_subs .shaping {
    right: -120px  !important;
  }
}*/
@media (max-width: 1480px){
  .gradient_head .shaping {
    right: -130px  !important;
  }
  .gradient_head_subs .shaping{
    right: -130px   !important;
  }
}
@media (min-width: 1200px) and (max-width: 1270px){
  .front_header .col-lg-7 {
      -ms-flex: 0 0 62% !important;
      flex: 0 0 62% !important;
      max-width: 62% !important;
  }
  .front_header .col-lg-5 {
      -ms-flex: 0 0 38% !important;
      flex: 0 0 38% !important;
      max-width: 38% !important;
  }
}
.modal-dialog{
  max-width:100%!important;
  margin-left: 12.5%;
  margin-right: 12.5%;
}
.promotion_content{
  padding:50px;
}

@media (max-width:1830px){
  .promotion_title{
    font-size:30px!important;
  }
}