/*
Theme Name: Dsquared
Theme URI: http://www.dsquaredmedia.net/
Author: Dsquared Media
Author URI: http://www.dsquaredmedia.net/
Description: Bootstrap 3 theme made by Dsquared Media
Version: 1.2

-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;

font-family: "Hanken Grotesk", sans-serif;
font-family: "DM Sans", sans-serif;
*/

@import url('css/responsive.css');
@import url('css/isotope.css');
@import url('css/splitting.css');

* {
	outline: none !important;
}

body {
  font-family: "Hanken Grotesk", sans-serif;
  background: url('images/header_bg.png') no-repeat right top #fff;
}

body.home {
	background: none;
}

.slicknav_menu {
    display: none;
}

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright, .wp-caption.alignright, img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

.c-hamburger {
  display: block;
  position: absolute;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 53px;
  height: 42px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  z-index: 100000;
  background: none !important;
  margin-top: 10px;
  right: 15px;
  z-index: 200000;
  /*-webkit-transition: background 0.3s;
          transition: background 0.3s;*/
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 17px;
  left: 22px;
  right: 22px;
  height: 1px;
  background: #3A3B3E;
  width: 30px;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: -5px;
  width: 100%;
  height: 1px;
  background-color: #3A3B3E;
  content: "";
  width: 35px;
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

.c-hamburger--htx {
  background-color: #3A3B3E;
}

.c-hamburger--htx span {
  /*-webkit-transition: background 0s 0.3s;
          transition: background 0s 0.3s;*/
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #3A3B3E;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          background: #3A3B3E;
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          background: #3A3B3E;
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}

#mobile_menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1000;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	-moz-transition: opacity 0.25s ease-out;
	-o-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
}

.mobile_menu_inner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

#mobilemenu {
	padding: 20px 0;
}

#mobilemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#mobilemenu ul li {
	display: block;
	margin-bottom: 8px;
	position: relative;
	width: 100%;
}

#mobilemenu ul li a {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	text-decoration: none !important;
  text-transform: uppercase;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	position: relative;
}

#mobilemenu ul li a:hover {
 	color: #5661FF !important;
}

#mobilemenu ul li.current_page_item a {
	color: #5661FF !important;
}

#mobilemenu ul li ul {
	display: none;
	margin-top: 0px;
}

#mobilemenu ul li ul li {
  margin-bottom: 2px;
}

#mobilemenu ul li ul li a {
  font-size: 12px !important;
}

#mobilemenu ul li.menu-item-has-children span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	background: url('images/dropdown_white.svg') no-repeat center center;
  background-size: 10px auto;
}

#mobilemenu ul li.menu-item-has-children > a {
	padding-right: 25px;
}

#mobile_logo {
	display: inline-block;
	max-width: 190px;
	height: auto;
}

#mobile_logo img {
	max-width: 100%;
	height: auto;
}

.mobile_menu_active #mobile_menu {
	opacity: 1;
	z-index: 15000;
}

.animate-text{
    transition:transform 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s 0s;
    transform:translateY(30px);
    opacity:0
}

.animate-button {
	transition:transform 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s 0s, color 0.25s ease-out 0s, background-color 0.25s ease-out 0s !important;
}

.animate-button-second {
	transition:transform 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, opacity 0.7s 0.3s, color 0.25s ease-out 0s, background-color 0.25s ease-out 0s !important;
}

.animate-button-third {
	transition:transform 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.6s, opacity 0.7s 0.6s, color 0.25s ease-out 0s, background-color 0.25s ease-out 0s !important;
}

.animate-button-fourth {
	transition:transform 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.9s, opacity 0.7s ease-out 0.9s, color 0.25s ease-out 0s, background 0.25s ease-out 0s !important;
}

.animate-text.from-left{
    transition:transform 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s 0s;
    transform:translateX(-100px);
    opacity:0
}

.animate-text.from-right{
    transition:transform 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s 0s;
    transform:translateX(100px);
    opacity:0
}

.animate-text.loaded-text{
    transform:translateY(0);
    opacity:1
}

.animate-text.from-left.loaded-text{
    transform:translateX(0);
    opacity:1
}

.animate-text.animate-second{
    transition-delay:0.3s
}

.animate-text.animate-third{
    transition-delay:0.6s
}

.animate-text.animate-fourth{
    transition-delay:0.9s
}

.no-anim-text .animate-text{
    transform:translateY(0);
    opacity:1
}

.img-bg-wrapper{
    display:block;
    position:relative;
    z-index:1;
    overflow:hidden;
    transform-origin:50% 50%;
    transform:translateX(-200px) skew(50deg);
    overflow:hidden;
    transition:transform 1s cubic-bezier(0.77, 0, 0.175, 1)
}

.img-bg-wrapper .img-bg-inner{
    height:100%;
    width:100%;
    display:block;
    transition:opacity 1s cubic-bezier(0.77, 0, 0.175, 1), transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    opacity:0;
    transform:translateX(300px) translateZ(0) skew(-50deg);
    transform-origin:center center;
    position:absolute;
    top:0
}

.img-bg-wrapper.img-bg-loaded{
    transform:translateX(0)
}

.img-bg-wrapper.img-bg-loaded .img-bg-inner{
    transform:translateX(0);
    opacity:1
}

.img-wrapper{
    display:block;
    position:relative;
    z-index:1;
    overflow:hidden;
    transform-origin:50% 50%;
    transform:translateX(-200px) skew(50deg);
    overflow:hidden;
    transition:transform 1s cubic-bezier(0.77, 0, 0.175, 1)
}

.img-wrapper img:first-child{
    transition:opacity 1s cubic-bezier(0.77, 0, 0.175, 1), transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    opacity:0;
    transform:translateX(300px) translateZ(0) skew(-50deg);
    transform-origin:center center
}

.img-wrapper.loaded-img{
    transform:translateX(0)
}

.img-wrapper.loaded-img img:first-child{
    transform:translateX(0);
    opacity:1
}

.footer_wrap {
  background: #0C1433;
  padding: 80px 0 75px 0;
}

.footer_logo {
  max-width: 100%;
  height: auto;
  margin-bottom: 100px;
}

.footer_title {
  color: #FFFFFFE6;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 45px 0;
  letter-spacing: 2px;
  padding: 0;
  position: relative;
}

.footer_title::before {
  content: " ";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  width: 37px;
  height: 1px;
  background: #5661FF;
}

.mobile_footer_toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('images/f_plus.svg') no-repeat right center;
  display: none;
  cursor: pointer;
}

.mobile_footer_toggle_active {
  background-image: url('images/f_minus.svg');
}

.footermenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footermenu ul li {
  display: block;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 25px;
}

.footermenu ul li a {
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.footermenu ul li a:hover {
  color: #5661FF !important;
}

.footermenu ul li a .new_span {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-transform: uppercase;
}

.footermenu ul li a:hover .new_span {
  color: #5661FF;
  background: #fff;
}

.footer_left_row_1_right .footermenu ul li {
  float: left;
  width: calc(50% - 20px);
  margin-right: 20px;
}

.footer_left_row_1_right .footermenu ul li:nth-child(2n) {
  margin-right: 0;
  width: calc(50% - 20px);
  margin-left: 20px;
}

.footer_left_row_1_right .footermenu ul li:nth-child(2n+1) {
  clear: both;
}

.footer_left_row_1_left, .footer_left_row_1_right {
  margin-bottom: 50px;
}

.footer_contact {
  position: relative;
  padding-left: 62px;
  margin-bottom: 40px;
}

.footer_contact label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 3px 0;
  padding: 0;
  text-transform: uppercase;
}

.footer_contact a {
  display: block;
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 22px;
  font-weight: 300;
}

.footer_contact a:hover {
  color: #5661FF !important;
}

.footer_contact img {
  position: absolute;
  top: 4px;
  left: 0;
  width: 50px;
  height: auto;
}

.footer_left_row_2 {
  margin-bottom: 30px;
}

.copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 22px;
  font-weight: 400;
  padding-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.copyright a {
  color: rgba(255, 255, 255, 0.5) !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.copyright a:hover {
  color: #5661FF !important;
}

.footer_form_wrap {
  background: #fff;
  padding: 60px;
  margin-left: 30px;
}

.footer_form_wrap .wpcf7-text {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0 0 15px 0;
  color: #000;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 40px;
}

.footer_form_wrap .wpcf7-textarea {
  width: 100%;
  height: 60px;
  resize: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0 0 15px 0;
  color: #000;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 40px;
}

.select_wrap {
  background: url('images/dropdown.svg') no-repeat right 9px top 10px transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  height: 49px;
  margin-bottom: 40px;
  overflow: hidden;
  width: 100%;
}

.select_wrap select {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  height: 49px;
  line-height: 1;
  padding: 0 0 15px 0;
  width: 120%;
  color: #000;
  font-size: 22px;
  font-weight: 300;
}

.footer_form_wrap ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000;
}

.footer_form_wrap :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}

.footer_form_wrap ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}

.footer_form_wrap :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000;
}

.footer_form_wrap ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #000;
}

.footer_form_wrap ::placeholder { /* Most modern browsers support this now. */
   color:    #000;
}

.footer_form_wrap input[name=website] {
  padding-left: 100px;
}

.http_wrap {
  position: relative;
}

.http {
  font-size: 22px;
  font-weight: 300;
  color: #000;
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  z-index: 1;
  border-right: 1px solid #7F7F7F;
  padding-right: 18px;
  line-height: 29px;
}

.accept_text {
  color: #000;
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
  margin-bottom: 55px;
  font-family: "DM Sans", sans-serif;
}

.accept_text .wpcf7-list-item {
  margin: 0;
}

.wide_container {
  width: 1620px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.footer_form_wrap .wpcf7-submit {
  color: #fff !important;
  background: #5661FF;
  border: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 24px;
  font-weight: 400;
  padding: 15px;
  border: none;
  width: 100%;
}

.footer_form_wrap .wpcf7-submit:hover {
  background: #FF006D;
}

.footer_form_wrap .wpcf7-spinner {
  position: absolute !important;
  left: 15px !important;
  margin-top: -29px;
}

.header_button {
  display: inline-block;
  color: #fff !important;
  background: url('images/header_button_arrow.svg') no-repeat right 29px center #5661FF;
  font-size: 22px;
  padding: 12px 60px 12px 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-decoration: none !important;
}

.header_button:hover {
  background-color: #0D0D0D;
  background-position: right 26px center;
}

.logo {
  display: inline-block;
}

.logo img {
  max-width: 100%;
  height: auto;
  width: 220px;
}

.page-template-page-flex .logo img, .page-template-page-landing .logo img, .page-template-page-landing-2 .logo img {
  width: 73px !important;
}

.mainmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mainmenu ul li {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1.8px;
  margin: 0 50px 0 0;
  /*padding: 43px 0;*/
  position: relative;
}

.mainmenu ul li:last-child {
  margin-right: 0;
}

.mainmenu ul li a {
  color: #0D0D0D !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  padding: 43px 0;
}

.mainmenu ul li a::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #5661FF;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.mainmenu ul li.menu-item-36 > a::after, .mainmenu ul li.menu-item-has-children > a::after {
  content: " ";
  display: block;
  position: absolute;
  top: 52px;
  right: 0;
  width: 10px;
  height: 7px;
  background: url('images/menu_dropdown.svg') no-repeat 0 0;
  background-size: 10px auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.mainmenu ul li.menu-item-36:hover > a::after, .mainmenu ul li.menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
  background-image: url('images/menu_dropdown_blue.svg');
}

.mainmenu ul li a:hover::before {
  width: 100%;
}

.mainmenu ul li.menu-item-36 {
  position: static;
}

.mainmenu ul li.menu-item-36 > a, .mainmenu ul li.menu-item-has-children > a {
  /*background: url('images/menu_dropdown.svg') no-repeat right 0 top 52px;
  background-size: 10px;*/
  padding-right: 14px;
}

.mainmenu ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 45px;
  box-shadow: 0px 12px 86px #0000001F;
  text-align: left;
  display: none;
  animation: display 0.25s;
  overflow: hidden;
}

.mainmenu ul li:hover .sub-menu {
  display: block;
}

.mainmenu ul li:hover .sub-menu::before {
  content: " ";
  position: absolute;
  width: 300px;
  height: 300px;
  border: 1px solid #5661FF;
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}

.mainmenu ul li:hover .sub-menu::after {
  content: " ";
  position: absolute;
  width: 300px;
  height: 300px;
  background-image: linear-gradient(135deg, transparent, #fff, #fff);
  top: 0;
  left: 0;
}

.mainmenu ul li .sub-menu li {
  display: block;
  margin: 0 0 20px 0;
  font-size: 20px;
  letter-spacing: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.mainmenu ul li .sub-menu li:last-child {
  margin-bottom: 0;
}

.mainmenu ul li .sub-menu li a {
  width: 370px;
  display: block;
  text-transform: none;
  padding: 0;
}

.mainmenu ul li .sub-menu li a::before {
  display: none !important;
}

.mainmenu ul li .sub-menu li a:hover {
  color: #5661FF !important;
}

.new_span {
  display: inline-block;
  color: #fff;
  background: #5661FF;
  font-size: 11px;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 100px;
  margin-left: 5px;
  top: -2px;
  position: relative;
}

.header_wrap {
  /*padding: 28px 0;*/
  padding: 0;
  position: relative;
  z-index: 1030;
}

.about_video {
  position: relative;
  height: 720px;
  overflow: hidden;
}

.about_video video {
  width: 100%;
  height: auto;
}

.about_1_wrap {
  padding: 110px 0;
  position: relative;
}

.about_1_wrap::before {
  content: " ";
  background: #F6F7FF;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 410px;
}

.about_1 {
  position: relative;
}

.top_top_text {
  color: #0D0D0D;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin: 0 0 35px 0;
  padding: 0;
}

.top_title {
  color: #000;
  font-size: 60px;
  font-weight: 500;
  margin: 0 0 90px 0;
  padding: 10px 0 0 0;
  position: relative;
}

.top_title::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 2px;
  background: #5661FF;
}

.about_2_wrap {
  padding: 150px 0;
}

.text_2 {
  color: #000;
  position: relative;
  padding-top: 5px;
}

.text_2::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 2px;
  background: #5661FF;
}

.text_2 p {
  font-size: 37px;
  line-height: 52px;
  font-weight: 500;
  margin: 0 0 40px 0;
  padding: 0;
}

.text_1 {
  color: #0D0D0D;
}

.text_1 p {
  font-size: 21px;
  line-height: 32px;
  font-weight: 200;
  margin: 0 0 25px 0;
  padding: 0;
}

.text_1 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.text_1 ul li {
  padding-left: 35px;
  margin-bottom: 25px;
  position: relative;
  font-size: 22px;
  line-height: 32px;
  font-weight: 200;
  background: url('images/sc_arrow.svg') no-repeat 0 5px;
}

.about_3_wrap {
  background: transparent linear-gradient(180deg, #F6F7FFAD 0%, #F6F7FF 100%) 0% 0% no-repeat padding-box;
  padding: 150px 0 100px 0;
}

.title_3 {
  color: #131B3A;
  font-size: 50px;
  line-height: 64px;
  font-weight: 500;
  margin: 0 0 70px 0;
  padding: 5px 0 0 0;
  position: relative;
}

.title_3::before {
  content: " ";
  display: block;
  background: #5661FF;
  width: 54px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

.link_1 {
  display: inline-block;
  color: #5661FF;
  font-size: 22px;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.link_1:hover {

}

.staff_li {
  margin-bottom: 50px;
}

.staff_li_inner {
  position: relative;
}

.staff_li_image {
  margin-bottom: 30px;
}

.staff_li_image img {
  width: 100%;
}

.staff_li_name {
  color: #0D0D0D;
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 2px 0;
  padding: 0;
}

.staff_li_title {
  color: #0D0D0D;
  font-size: 22px;
  font-weight: 200;
  margin: 0;
  padding: 0;
}

.about_4_wrap {
  padding: 150px 0 130px 0;
}

.grid-sizer, .grid-item {
  width: 33.33%;
}

.title_4 {
  color: #131B3A;
  font-size: 50px;
  font-weight: 500;
  margin: 0 0 60px 0;
  padding: 0;
}

.testim_li {
  margin: 0 10px 20px 10px;
  background: rgba(247, 248, 255, 0.8);
  padding: 40px 30px;
}

.testim_li_top {
  margin-bottom: 15px;
}

.testim_li_text_title {
  color: #131B3A;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 15px 0;
  padding: 0;
}

.testim_li_text {
  color: #0D0D0D
}

.testim_li_text p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 200;
  margin: 0 0 25px 0;
  padding: 0;
}

.testim_li_image {
  width: 61px;
  height: auto;
  border-radius: 50px;
}

.testim_li_name {
  color: #131B3A;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 0 0;
  padding: 0;
}

.testim_li_title {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 300;
}

.cs_1_wrap {
  padding: 120px 0 120px 0;
}

.cs_text {
  color: #0D0D0D;
}

.cs_text p {
  font-size: 22px;
  line-height: 32px;
  font-weight: 200;
  margin: 0 0 50px 0;
  padding: 0;
}

.cs_text h3 {
  color: #131B3A;
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 20px 0;
  padding: 0;
}

.cs_text a {
  color: inherit !important;
  text-decoration: none !important;
}

.cs_text a:hover {
  color: #5661FF !important;
}

.cs_1_middle {
  margin-top: 30px;
  margin-bottom: 45px;
}

.cs_1_middle_left {
  color: #131B3A;
  font-size: 30px;
  font-weight: 500;
}

.button_2 {
  display: inline-block;
  color: #131B3A !important;
  text-decoration: none !important;
  font-size: 22px;
  font-weight: 400;
  padding: 16px 25px 14px 68px;
  position: relative;
  background: url('images/dl.svg') no-repeat 9px 9px;
  border: 1px solid rgba(86, 97, 255, 0.4);
  border-radius: 50px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.button_2:hover {
  color: #5661FF !important;
  border-color: #5661FF;
}

.number_li {
  margin-bottom: 40px;
}

.number_li_inner {
  background: #F6F7FF;
  padding: 50px 40px;
}

.number_li_text {
  display: block;
  color: #5661FF;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 8px 0;
  padding: 0;
}

.number_li_num {
  color: #131B3A;
  font-size: 36px;
  font-weight: 600;
}

.number_li_up {
  position: relative;
}

.cs_2_wrap {
  background: #F6F7FF;
  padding: 150px 0;
}

.timeline_li {

}

.timeline_li_odd .timeline_li_inner {
  padding-right: 60px;
}

.timeline_li_even .timeline_li_inner {
  padding-left: 60px;
}

.timeline_li_title {
  color: #131B3A;
  font-size: 50px;
  font-weight: 500;
  margin: 0 0 25px 0;
  padding: 0;
}

.timeline_li_title::before {
  content: " ";
  display: block;
  background: #5661FF;
  width: 17px;
  height: 17px;
  border-radius: 17px;
  position: absolute;
  left: -8px;
  top: 20px;
}

.timeline_li_odd .timeline_li_title::before {
  content: " ";
  display: block;
  background: #5661FF;
  width: 17px;
  height: 17px;
  border-radius: 17px;
  position: absolute;
  right: -8px;
  left: auto;
  top: 20px;
}

.timeline_li_text {
  color: #0D0D0D;
}

.timeline_li_text p {
  font-size: 22px;
  line-height: 32px;
  font-weight: 200;
  margin: 0 0 27px 0
  padding: 0;
}

.timeline_li_text p:last-child {
  margin-bottom: 0 !important;
}

.timeline_li_text ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  /*list-style-position: inside;*/
}

.timeline_li_text ul li {
  color: #0D0D0D;
  font-size: 22px;
  line-height: 32px;
  font-weight: 200;
  margin: 0 0 20px 0;
  padding: 0 0 0 30px;
  position: relative;
  background: url('images/sc_arrow.svg') no-repeat 0 5px;
}

/*.timeline_li_text ul li::marker {
  color: #0D0D0D33;
}*/

/*.timeline_li_text ul li::before {
  content: " ";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  background: #0D0D0D33;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}*/

.timeline {
  position: relative;
  padding: 150px 0;
}

.timeline_line {
  background: #0D0D0D33;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
}

.timeline_line::before {
  content: " ";
  width: 28px;
  height: 28px;
  position: absolute;
  top: -28px;
  left: -13px;
  border-radius: 50px;
  background: #0D0D0D33;
}

.timeline_line::after {
  content: " ";
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: -28px;
  left: -13px;
  border-radius: 50px;
  background: #0D0D0D33;
}

.cs_3_wrap {
  padding: 150px 0 110px 0;
}

.cs_related_li {
  margin-bottom: 40px;
}

.cs_related_li_inner {
  position: relative;
}

.cs_related_li_image {
  overflow: hidden;
}

.cs_related_li_image img {
  width: 276px;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.cs_related_li_inner:hover .cs_related_li_image img {
  transform: scale(1.1);
}

.cs_related_li_title {
  color: #131B3A;
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 20px 0;
  padding: 0;
  width: 270px;
  max-width: 100%;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.cs_related_li_inner:hover .cs_related_li_title {
  color: #5661FF;
}

.cs_related_li_arrow {
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  margin-left: 0;
}

.cs_related_li_next .cs_related_li_arrow svg {
  transform: rotate(180deg);
}

.cs_related_li_link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.cs_related_li_inner:hover .cs_related_li_arrow svg path {
  stroke: #5661FF;
}

.button_1 {
  display: inline-block;
  color: #fff !important;
  background: url('images/header_button_arrow.svg') no-repeat right 29px center #5661FF;
  font-size: 22px;
  padding: 12px 60px 12px 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-decoration: none !important;
}

.button_1:hover {
  background-color: #0D0D0D;
  background-position: right 26px center;
}

.case_studies_1_wrap {
  padding: 110px 0;
}

.cs_tab_titles {
  /*margin: 0 0 65px 0;*/
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-bottom: 2px solid #E6E6E6;
}

.cs_tab_title {
  display: inline-block;
  position: relative;
  margin: 0 30px -1px 30px;
  padding: 20px 0;
  font-size: 16px;
  color: #0D0D0D;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.cs_tab_title:hover, .cs_tab_title_active {
  color: #5661FF !important;
  border-color: #5661FF !important;
}

.cs_tab_ttitle {
  color: #131B3A;
  font-size: 50px;
  font-weight: 500;
  margin: 0 0 10px 0;
  padding: 7px 0 0 0;
  position: relative;
}

.cs_tab_ttitle a {
  color: #131B3A !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.cs_tab_ttitle a:hover {
  color: #5661FF !important;
}

.cs_tab_ttitle::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #5661FF;
}

.cs_tab_cats {
  color: #5661FF;
  font-size: 20px;
  margin-bottom: 25px;
}

.cs_tab_text {
  color: #0D0D0D;
}

.cs_tab_text p {
  font-size: 22px;
  line-height: 32px;
  font-weight: 200;
  margin: 0 0 45px 0;
  padding: 0;
}

.cs_tab_content {
  width: 925px;
  margin-left: 40px;
  max-width: 100%;
}

.cs_tab_1::before {
  content: " ";
  width: 200%;
  height: 100%;
  background: #F6F7FF;
  position: absolute;
  top: 0;
  left: 20%;
}

.cs_tab_image_col, .cs_tab_content_col {
  position: relative;
}

.cs_tab {
  position: relative;
  margin-bottom: 80px;
  padding: 70px 0;
}

.case_studies_2_wrap {
  overflow: hidden;
}

.cs_tab_3::before {
  content: " ";
  width: 200%;
  height: 100%;
  background: #F6F7FF;
  position: absolute;
  top: 0;
  right: 20%;
}

.cs_tabtab {
  display: none;
}

.cs_tabtab_active {
  display: block;
}

.page_404_wrap {
  position: relative;
  height: calc(100vh - 113px);
}

.page_404_inner {
  position: absolute;
  top: 47%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.container_404 {
  width: 1035px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.title_404_1 {
  color: #5661FF;
  font-size: 269px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 250px;
}

.title_404_2 {
  color: #131B3A;
  font-size: 50px;
  font-weight: 600;
  margin: 0 0 25px 0;
  padding: 0;
}

.thank_you_wrap {
  position: relative;
  height: calc(100vh - 113px);
}

.thank_you_inner {
  position: absolute;
  top: 47%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.thank_you_container {
  width: 900px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.text_1 p a {
  color: #5661FF !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: 400;
}

.text_1 p a:hover {
  color: #0D0D0D !important;
}

.ty_social {
  margin: 0 0 60px 0;
  padding: 0;
  list-style-type: none;
}

.ty_social li {
  display: inline-block;
  margin: 0 10px;
}

.soc {
  display: inline-block;
  text-decoration: none !important;
}

.soc svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.soc:hover svg path {
  fill: #5661FF;
}

.ty_title_1 {
  color: #5661FF;
  font-size: 60px;
  font-weight: 800;
  margin: 0 0 27px 0;
  padding: 0;
}

.ty_title_2 {
  color: #131B3A;
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 30px 0;
  padding: 0;
}

.blog_1_wrap {
  padding: 110px 0 0 0;
}

.blog_li {
  margin-bottom: 150px;
}

.blog_li_inner {
  position: relative;
  margin: 0 15px;
}

.blog_li_image {
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
}

.blog_li_image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  /*transform: scale(1.1);*/
}

/*.blog_li_inner:hover .blog_li_image img {
  transform: scale(1);
}*/

.blog_li_date {
  color: rgba(13, 13, 13, 0.7);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 9px;
}

.blog_li_title {
  color: #131B3A;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.blog_li_inner:hover .blog_li_title {
  color: #5661FF;
}

.blog_li_link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.blog_3_wrap {
  padding: 130px 0;
}

.blog_nav .wp-pagenavi a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #DEE1E7;
  border-radius: 82px;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 22px;
  font-weight: 500;
  color: #131B3A !important;
  text-align: center;
  margin-right: 12px;
  padding: 0;
}

.blog_nav .wp-pagenavi a:hover {
  color: #fff !important;
  background: #5661FF;
  border-color: #5661FF;
}

.blog_nav .wp-pagenavi span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #5661FF !important;
  border-radius: 82px;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 22px;
  font-weight: 500;
  color: #fff !important;
  background: #5661FF;
  text-align: center;
  margin-right: 12px;
  padding: 0;
}

.blog_nav .wp-pagenavi *:last-child {
  margin-right: 0;
}

.blog_3_cats {
  /*margin-bottom: 80px;*/
  border-bottom: 2px solid #E6E6E6;
}

.blog_3_cats ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.blog_3_cats ul li {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 -2px;
}

.blog_3_cats ul li a {
  color: #0D0D0D !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  padding: 20px 30px;
  border-bottom: 2px solid transparent;
  display: inline-block;
  margin-bottom: -2px;
}

.blog_3_cats ul li a:hover, .blog_3_cats ul li a.curr_cat {
  border-color: #5661FF;
}

.blog_2_wrap {
  background: #F6F7FF;
  padding: 120px 0;
}

.bf_li_image {
  display: block;
  position: relative;
  overflow: hidden;
  margin-right: 40px;
}

.bf_li_image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  transform: scale(1.1);
}

.bf_li_image:hover img {
  transform: scale(1.0);
}

.bf_li_title {
  font-size: 50px;
  font-weight: 500;
  line-height: 68px;
  margin: 0 0 30px 0;
  padding: 0; 
}

.bf_li_title a {
  color: #131B3A !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.bf_li_title a:hover {
  color: #5661FF !important;
}

.bf_li_text {
  color: #0D0D0D;
}

.bf_li_text p {
  font-size: 22px;
  line-height: 34px;
  font-weight: 200;
  margin: 0 0 50px 0;
  padding: 0;
}

.bf_li_meta {
  margin-bottom: 10px;
}

.bf_li_date {
  color: #0D0D0D;
  font-size: 22px;
  font-weight: 200;
  display: inline-block;
  padding-right: 18px;
  margin-right: 18px;
  border-right: 1px solid #0D0D0D;
  line-height: 20px;
}

.bf_li_cats a {
  color: #0D0D0D;
  font-size: 22px;
  font-weight: 300;
  display: inline-block;
  margin-right: 32px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.bf_li_cats a:hover {
  color: #5661FF !important;
}

.bf_li_cats a::after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: -20px;
  background: #5661FF;
  border-radius: 10px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
}

.bf_li_cats a:last-child {
  margin-right: 0 !important;
}

.bf_li_cats a:last-child::after {
  display: none !important;
}

.blog_single_container {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.sw_top_wrap {
  position: relative;
  /*height: 940px;*/
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.sw_top_wrap_image {
  width: 100%;
  height: auto;
}

.sw_top_wrap_thing {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -237px;
  margin-left: -237px;
}

.sw_details_wrap {
  background: transparent linear-gradient(180deg, #F6F7FF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  padding: 230px 0 0 0;
}

.sw_details_ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sw_details_ul li {
  display: block;
  border-bottom: 1px solid rgba(112, 112, 112, 0.32);
  padding: 35px 0;
  color: #131B3A;
  font-size: 32px;
  font-weight: 500;
}

.sw_details_ul li a {
  color: #131B3A !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.sw_details_ul li a:hover {
  color: #5661FF !important;
}

.sw_details_ul li h4 {
  color: rgba(19, 27, 58, 0.6);
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 14px 0;
  padding: 0;
}

.sw_details_left {
  /*background: url('images/thunder.svg') no-repeat center center;
  background-size: contain;*/
}

.title_1 {
  color: #131B3A;
  font-size: 45px;
  font-weight: 500;
  line-height: 64px;
  margin: 0 0 30px 0;
  padding: 0;
}

.sw_details {
  margin-bottom: 150px;
}

/*.sw_image_li_wrap {
  margin-bottom: 100px;
}*/

.sw_i_wrap {
  position: relative;
  overflow: hidden;
  text-align: center;
  /*height: 940px;*/
}

/*.sw_i_wrap_small {
  height: 780px;
}*/

/*.sw_i_wrap img {
  width: auto;
  height: calc(100% + 160px);
  position: relative;
  transform: translate(-50%, -80px);
  transform-origin: center;
  left: 50%;
}*/

.sw_i_wrap img {
  width: 100%;
  height: auto;
  position: relative;
}

.wss_link, .sw_details_ul li a.wss_link {
  display: inline-block;
  color: #5661FF !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 16px;
  padding: 10px 22px;
  border: 1px solid rgba(86, 97, 255, 0.4);
  border-radius: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.wss_link:hover, .sw_details_ul li a.wss_link:hover {
  color: #fff !important;
  background: #5661FF;
  border-color: #5661FF;
}

.wss_link:last-child, .sw_details_ul li a.wss_link:last-child {
  margin-right: 0 !important;
}

.sw_nav {
  padding-top: 20px;
}

.work_1_wrap {
  padding: 110px 0 0 0;
}

.work_2_wrap {
  position: relative;
  padding: 90px 0 20px 0;
}

.work_2_wrap::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 390px;
  background: #F6F7FF;
}

.work_li {
  margin-bottom: 80px;
}

.work_li_inner {
  position: relative;
}

.work_li_image {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.work_li_image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.work_li_inner:hover .work_li_image img {
  transform: scale(1.1);
}

.work_li_inner.no_hover:hover .work_li_image img {
  transform: scale(1);
}

.work_li_name {
  color: #0D0D0D;
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 4px 0;
  padding: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.work_li_inner:hover .work_li_name {
  color: #5661FF;
}

.work_li_text {
  color: #0D0D0D;
  font-size: 22px;
  font-weight: 200;
}

.work_li_text p {
  margin: 0;
  padding: 0;
}

.work_li_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sw_i_start {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 1px;
}

.sw_i_stop {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.ss_1_wrap {
  padding: 110px 0 0 0;
}

.ss_2_wrap {
  padding: 100px 0;
  background: transparent linear-gradient(180deg, #F6F7FF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.ss_2_left_inner {
  margin-right: 50px;
}

.widget {
  margin-bottom: 50px;
}

.widget_services {
  background: #fff;
  padding: 45px;
  position: relative;
}

.widget_services::before {
  content: " ";
  position: absolute;
  width: 300px;
  height: 300px;
  border: 1px solid #5661FF;
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}

.widget_services::after {
  content: " ";
  position: absolute;
  width: 300px;
  height: 300px;
  background-image: linear-gradient(135deg, transparent, #fff, #fff);
  top: 0;
  left: 0;
}

.widget-title {
  color: #131B3A;
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 25px 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.widget_services ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  z-index: 1;
}

.widget_services ul li {
  font-size: 22px;
  font-weight: 200;
  margin-bottom: 20px;
}

.widget_services ul li a {
  color: #0D0D0D !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
}

.widget_services ul li a:hover {
  color: #5661FF !important;
}

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

.widget_services ul li a::after {
  content: " ";
  display: block;
  width: 0;
  height: 24px;
  position: absolute;
  left: calc(100% + 10px);
  top: 3px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: url('images/sc_arrow.svg') no-repeat center center;
}

.widget_services ul li a:hover::after {
  width: 24px;
}

.widget_cta {
  padding: 45px;
  background: url('images/rocket.svg') no-repeat top 59px right 6px #5661FF;
}

.widget_cta_top_text {
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  margin: 0 0 25px 0;
  padding: 0;
}

.widget_cta_title {
  color: #fff;
  font-size: 50px;
  line-height: 63px;
  font-weight: 400;
  margin: 0 0 45px 0;
  padding: 0;
  width: 78%;
}

.widget_cta_button {
  display: block;
  background: #fff;
  text-align: center;
  font-size: 22px;
  color: #000 !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  padding: 15px;
}

.widget_cta_button:hover {
  color: #fff !important;
  background: #131B3A;
}

.widget_cta_button svg {
  position: relative;
  top: -2px;
}

.widget_cta_button:hover svg path {
  stroke: #fff;
}

.widget_cta_button:hover svg path#Path_19722 {
  stroke: none !important;
}

.text_1 h3 {
  color: #000;
  font-size: 32px;
  line-height: 46px;
  font-weight: 500;
  margin: 0 0 28px 0;
  padding: 0;
}

.text_1 h2 {
  color: #000;
  font-size: 40px;
  line-height: 64px;
  font-weight: 500;
  margin: 0 0 26px 0;
  padding: 0;
}

.title_2 {
  color: #000;
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
  margin: 0 0 30px 0;
  padding: 0;
}

.sc_2_wrap {
  background: #F6F7FF;
  padding: 90px 0 0 0;
}

.sc_2_nav {
  margin-bottom: 55px;
}

.sc_2_nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sc_2_nav li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.sc_2_nav li a {
  display: inline-block;
  color: #5661FF !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 16px;
  padding: 10px 22px;
  border: 1px solid rgba(86, 97, 255, 0.4);
  border-radius: 50px;
}

.sc_2_nav li a:hover {
  color: #fff !important;
  background: #5661FF;
  border-color: #5661FF;
}

.sc_2_nav li:last-child {
  margin-right: 0 !important;
}

.sc_2_top {
  margin-bottom: 40px;
}

.sc_slide_top_inner {
  background: #fff;
  padding: 60px;
}

.sc_slide_top_wrap {
  background: #F6F7FF;
  padding: 0 0 100px 0;
}

.sc_slide_middle_wrap {
  background: #fff;
  padding: 90px 0;
}

.sc_slide_middle_row {
  margin-bottom: 60px;
}

.top_text_5 {
  color: #7A8098E6;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin: 0 0 25px 0;
  padding: 0;
}

.title_5 {
  color: #131B3A;
  font-size: 50px;
  line-height: 64px;
  font-weight: 500;
  margin: 0 0 0 0;
  padding: 10px 0 0 0;
  position: relative;
}

.title_5::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  height: 2px;
  background: #5661FF;
}

.link_2 {
  display: inline-block;
  position: relative;
  color: #5661FF !important;
  text-decoration: none !important;
  font-size: 22px;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.link_2:hover {
  color: #131B3A !important;
}

.link_2 svg {
  position: relative;
  top: -1px;
  margin-left: 6px;
  left: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.link_2:hover svg path {
  stroke: #131B3A;
}

.link_2:hover svg {
  left: 5px;
}

.link_2:hover svg path#Path_19722 {
  stroke: none;
}

.sc_cs_row {
  margin-bottom: 90px;
}

.sc_cs_row:last-child {
  margin-bottom: 0;
}

.sc_slide_bottom_wrap {
  padding: 140px 0 90px 0;
}

.sc_1_wrap .top_title::before {
  display: none;
}

.sc_1_wrap {
  padding: 80px 0 120px 0;
}

.sc_1_wrap .top_title {
  margin: 0;
}

.privacy_2_wrap {
  background: transparent linear-gradient(180deg, #F6F7FF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  padding: 120px 0 90px 0;
}

.widget_toc {
  background: #fff;
  padding: 45px;
  margin-right: 50px;
}

.toc_ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.toc_ul li {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 200;
}

.toc_ul li a {
  color: #0D0D0D !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.toc_ul li a:hover, .toc_ul li a.active {
  color: #5661FF !important;
  font-weight: 500;
}

.toc_ul li:last-child {
  margin-bottom: 0;
}

.privacy_text ul li {
  padding-left: 23px;
  background: none;
  margin-bottom: 15px;
}

.privacy_text ul li::before {
  content: " ";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #5661FF;
}

.blog_single_wrap {
  padding: 100px 0 90px 0;
  overflow: hidden;
}

.bs_title {
  color: #0D0D0D;
  font-size: 60px;
  font-weight: 500;
  line-height: 80px;
  margin: 0 0 25px 0;
  padding: 0;
}

.bs_meta {
  margin: 0 0 30px 0;
  padding: 0;
  list-style-type: none;
}

.bs_meta li {
  display: inline-block;
}

.bs_cats {
  color: #0D0D0D;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  margin-right: 45px;
}

.bs_cats::after {
  content: " ";
  display: block;
  position: absolute;
  right: -26px;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #5661FF;
}

.bs_cats a {
  color: #0D0D0D !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.bs_cats a:hover {
  color: #5661FF !important;
}

.bs_author {
  color: #0D0D0D;
  font-size: 20px;
  font-weight: 300;
  margin-right: 35px;
  position: relative;
}

.bs_author::after {
  content: " ";
  display: block;
  position: absolute;
  right: -19px;
  top: 10px;
  width: 1px;
  height: 14px;
  background: #0D0D0D;
}

.bs_author a {
  color: #5661FF !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.bs_author a:hover {
  color: #0D0D0D !important;
}

.bs_author img {
  position: relative;
  top: -2px;
  border-radius: 30px;
  margin-right: 12px;
}

.bs_date {
  color: #0D0D0D;
  font-size: 20px;
  font-weight: 300;
}

.bs_top_image_wrap {
  position: relative;
}

.bs_top_image {
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.bs_top_image_wrap::before {
  content: " ";
  display: block;
  background: #F6F7FF;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4000px;
  height: calc(50% + 40px);
  transform: translateX(-50%);
}

.bs_share span {
  color: #0D0D0D;
  display: inline-block;
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
}

.bs_share a {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  top: -3px;
}

.bs_share a:hover svg g {
  fill: #5661ff;
}

.bs_share a:hover svg path {
  fill: #fff;
  stroke: #fff;
}

.bs_text {
  margin: 30px 0 0 0;
}

.text_1 blockquote {
  background: #5661FF;
  position: relative;
  padding: 55px 150px;
  margin-bottom: 65px;
  text-align: center;
}

.text_1 blockquote p {
  color: #fff;
  font-size: 28px;
  line-height: 39px;
  font-weight: 500;
  font-style: italic;
  margin: 0;
  padding: 0;
}

.text_1 blockquote::before {
  content: " ";
  display: block;
  position: absolute;
  width: 76px;
  height: 67px;
  top: 29px;
  left: 31px;
  background: url('images/quote_open.svg') no-repeat 0 0;
}

.text_1 blockquote::after {
  content: " ";
  display: block;
  position: absolute;
  width: 76px;
  height: 67px;
  bottom: 40px;
  right: 31px;
  background: url('images/quote_close.svg') no-repeat 0 0;
}

.text_1 img {
  max-width: 100%;
  height: auto;
}

.sb_new_text_cta_wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 40px;
  margin-bottom: 60px;
}

.text_1 .sb_new_text_cta_wrap_title {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
  margin: 0 0 25px 0;
  padding: 0;
}

.sb_new_text_cta_button {
  display: inline-block;
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 30px;
  background: #5661FF;
}

.sb_new_text_cta_button:hover {
  color: #5661FF !important;
  background: #fff !important;
}

.sb_new_text_cta_2_wrap {
  margin-bottom: 65px;
  padding: 40px;
}

.text_1 .sb_new_text_cta_2_wrap_title {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  margin: 0 0 10px 0;
  padding: 0;
}

.sb_new_text_cta_2_wrap_secondary_title {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 12px 0;
  padding: 0;
}

.sb_new_text_cta_2_wrap_text {
  color: #fff;
}

.sb_new_text_cta_2_wrap_text p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 200;
  margin: 0 0 22px 0;
  padding: 0;
}

.sb_new_text_cta_2_button {
  display: inline-block;
  color: #5661FF !important;
  text-decoration: none !important;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none !important;
  background: #fff;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border: 1px solid #fff;
  padding: 12px 28px;
}

.sb_new_text_cta_2_button:hover {
  color: #fff !important;
  background: transparent;
}

.sb_new_text_cta_2_wrap_inner {
  width: 740px;
  max-width: 100%;
  margin: 0 auto;
}

.careers_2_warp {
  padding: 0 0 90px 0;
}

.careers_2_row_1 {
  margin-bottom: 90px;
}

.careers_2_row_1_right_text {
  padding-left: 35px;
  border-left: 2px solid #5661FF;
}

.careers_2_row_1_right_text p {
  margin-bottom: 0;
}

.career_li {
  margin-bottom: 30px;
}

.career_li_inner {
  background: #F6F7FF;
  padding: 35px 100px 30px 45px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
}

.career_li_inner:hover, .career_li_inner_active {
  background: #5661FF;
}

.career_li_title {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: #131B3A;
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 9px 0;
  padding: 0;
}

.career_li_inner:hover .career_li_title, .career_li_inner_active .career_li_title {
  color: #fff;
}

.career_li_text {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: #0D0D0D;
  font-size: 22px;
  font-weight: 200;
}

.career_li_inner:hover .career_li_text, .career_li_inner_active .career_li_text {
  color: #fff;
}

.career_li_text p {
  margin: 0;
  padding: 0;
}

.career_li svg {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  cursor: pointer;
}

.career_li_inner:hover svg path, .career_li_inner_active svg path {
  stroke: #fff;
}

.career_li_read_more {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  cursor: pointer;
}

.career_li_read_more:hover {
  color: #131B3A !important;
}

.careers_3_warp {
  background: #F6F7FF;
  padding: 130px 0;
}

.title_6 {
  position: relative;
  color: #131B3A;
  font-size: 50px;
  font-weight: 500;
  margin: 0 0 60px 0;
  padding: 0;
}

.title_6::before {
  content: " ";
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  width: 50px;
  height: 2px;
  background: #5661FF;
  margin-left: -25px;
}

.image_1 {
  max-width: 100%;
  height: auto;
}

.careers_1_warp {
  padding: 110px 0 0 0;
}

.arow .wpcf7-text {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #000;
  font-size: 22px;
  font-weight: 300;
  padding: 0 0 10px 0;
  margin-bottom: 45px;
  background: transparent;
  width: 100%;
}

.arow .wpcf7-textarea {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #000;
  font-size: 22px;
  font-weight: 300;
  padding: 0 0 10px 0;
  margin-bottom: 45px;
  background: transparent;
  width: 100%;
  height: 170px;
  resize: none;
}

.arow .wpcf7-submit {
  color: #fff;
  background: #5661FF;
  font-size: 24px;
  font-weight: 400;
  padding: 12px 45px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border: none;
}

.arow .wpcf7-submit:hover {
  background: #131B3A;
}

.work_home_li_image {
  height: 445px;
}

.home_blogs_slider .blog_li {
  width: 542px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.home_blogs_slider .blog_li.large {
  width: 910px;
}

.home_blogs_wrap {
  position: relative;
  overflow: hidden;
}

.home_blogs_wrap .slick-track {
  padding-top: 0 !important;
}

.home_blogs_slider_wrap {
  width: 2000px;
}

.home_testimonials_wrap {
  overflow: hidden;
}

.home_testimonials_slider_wrap {
  width: 2000px;
  margin-left: 40px;
}

.home_testimonials_slider img {
  display: inline-block !important;
}

.home_testimonials_slider .testim_li {
  width: 523px;
  margin-right: 25px;
}

.home_services_wrap {
  width: 100vw;
  /*overflow: hidden;
  height: 930px;*/
  position: relative;
}

.home_services_desktop_wrap {
  width: 100vw;
  overflow: hidden;
  height: 930px;
  position: relative;
  max-width: 100%
}

.home_services_wrap_disabler {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
}

.home_service_li {
  float: left;
  width: 100vw;
  height: 930px !important;
  position: relative;
  background: #131B3A;
}

.home_service_li_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.home_service_li_inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.home_service_li_number {
  color: rgba(255, 255, 255, 0.2);
  font-size: 120px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  position: relative;
}

.home_service_li_number::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent linear-gradient(0deg, #131B3A 0%, #131B3A00 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 88px;
}

.home_service_li_number_wrap {
  margin-bottom: 80px;
  position: relative;
}

.home_service_li_title {
  color: #fff;
  font-size: 50px;
  line-height: 64px;
  font-weight: 500;
  margin: 0 0 0 0;
  padding: 10px 0 0 0;
  position: relative;
}

.home_service_li_title::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  height: 2px;
  background: #5661FF;
}

.home_service_li_text {
  color: rgba(255, 255, 255, 0.5);
}

.home_service_li_text p {
  font-size: 22px;
  line-height: 32px;
  font-weight: 200;
  margin: 0 0 30px 0;
  padding: 0;
}

.home_service_li_tag {
  display: inline-block;
  color: #5661FF !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 16px;
  padding: 10px 22px;
  border: 1px solid rgba(86, 97, 255, 0.4);
  border-radius: 50px;
  margin-bottom: 10px;
  margin-right: 8px;
}

.home_service_li_tag:hover {
  color: #fff !important;
  background: #5661FF;
  border-color: #5661FF;
}

.home_service_li_tag:last-child {
  margin-right: 0 !important;
}

.home_1_wrap {
  padding: 150px 0 150px 0;
  overflow: hidden;
}

.home_1_right_img {
  width: 177px;
  height: 177px;
  position: relative;
  margin-bottom: 50px;
}

.home_1_right_img img {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.home_1 .top_title {
  margin-bottom: 40px;
}

.customer_li {
  margin-right: -20px;
}

.home_customers_right_inner {
  padding-left: 10px;
}

.home_customer_stars {
  height: 20px;
  width: auto;
  margin-bottom: 5px;
}

.home_customers_text {
  color: #0D0D0D;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.home_2_wrap {
  padding-bottom: 100px;
  position: relative;
}

.home_2_wrap::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: #F6F7FF;
}

.home_2 .about_video {
  margin-bottom: 100px;
}

.title_7 {
  color: #FF006D;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 40px 0;
  padding: 0;
}

.home_clients {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.home_clients li {
  display: inline-block;
  margin-right: 60px;
}

.home_clients li:last-child {
  margin-right: 0;
}

.home_clients li img {
  max-height: 35px;
  width: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.home_clients li img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.home_3_wrap {
  padding: 150px 0 60px 0;
  overflow: hidden;
}

.home_4_wrap {
  padding: 60px 0 60px 0;
  overflow: hidden;
}

.home_testimonials_wrap {
  padding: 120px 0 60px 0;
}

.home_testimonials .title_5 {
  margin-bottom: 28px;
}

.slick-slider {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.category_posts_wrap {
  padding-top: 0 !important;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #000;
  font-size: 22px;
  font-weight: 300;
  padding: 0 0 10px 0;
  margin-bottom: 45px;
  background: transparent;
  width: 100%;
  background: url('images/file.svg') no-repeat right 0 top 7px;
}

.arow ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000;
}

.arow :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}

.arow ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}

.arow :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000;
}

.arow ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #000;
}

.arow ::placeholder { /* Most modern browsers support this now. */
   color:    #000;
}

.cs_tab_image_link {
  display: block;
  text-decoration: none !important;
  overflow: hidden;
}

.cs_tab_image_link img {
  max-width: 100%;
  width: 475px;
  height: auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.cs_tab_image_link:hover img {
  transform: scale(1.1);
}

.link_3 {
  display: inline-block;
  position: relative;
  color: #5661FF !important;
  text-decoration: none !important;
  font-size: 22px;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.link_3 svg {
  position: relative;
  top: -1px;
  margin-left: 6px;
  left: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.link_3:hover svg {
  left: 5px;
}

.link_3::before {
  content: " ";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background: #5661FF;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.link_3:hover::before {
  width: 100%;
}

.home_1_scroll {
  border-radius: 500px;
}

.hsspan_1 {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.hsspan_1:hover {
  color: #5661FF;
}

.hsspan_2 {
  background-image: linear-gradient( to right, #000, #FF006D );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 600% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  background-position: left center;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.hsspan_2:hover {
  animation: textclip 1s forwards;
  animation-iteration-count: 1

}

@keyframes textclip {
  to {
    background-position: right center;
  }
}

#scroller_wrap {
  height: 930px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-right: 17px;
  box-sizing: content-box;
}

#scroller_wrap_desktop {
  height: 930px;
  width: 100%;
  height: 100%;
  /*overflow-y: scroll;*/
  padding-right: 17px;
  box-sizing: content-box;
}

.bs_top_image_wrap_no_image::before {
  display: none !important;
}

.as_slide_nav {
  width: 270px;
}

.as_slide {
  padding: 0 10px;
}

.as_slide_number {
  color: #131B3A;
  font-size: 132px;
  font-weight: 500;
  margin: 0 0 0 0;
  padding: 0;
  opacity: 0.05;
  position: absolute;
  top: 15px;
  right: 45px;
  line-height: 120px;
}

.as_slide_title {
  color: #131B3A;
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 14px 0;
  padding: 0;
}

.as_slide_links {
  color: #131B3A;
  font-weight: 300;
}

.as_slide_links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.as_slide_links ul li {
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.as_slide_links a {
  color: #131B3A !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.as_slide_links a:hover {
  color: #5661FF !important;
}

.as_slide_center_inner {
  background: #F6F7FF;
  padding: 20px;
}

.as_slide_nav_number {
  color: #131B3A;
  font-size: 132px;
  font-weight: 500;
  margin: 0 0 0 0;
  padding: 0;
}

.as_prev, .as_next {
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  left: 0;
  position: relative;
}

.as_prev:hover {
  left: -10px;
}

.as_next:hover {
  left: 10px;
}

.as_prev:hover svg g path {
  stroke: #5661FF;
}

.as_next:hover svg g path {
  stroke: #5661FF;
}

.as_slide_center_right_inner {
  position: relative;
  padding-right: 22%;
  padding-top: 30px;
}

.as_slide_image {
  max-width: 100%;
  width: 450px;
  height: auto;
  margin-top: -100px;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  opacity: 0;
  left: 200px;
  position: relative;
}

.as_slide_active .as_slide_image {
  opacity: 1;
  left: 0;
}

.slick-track {
  padding-top: 80px;
}

.about_2_row_1 {
  margin-bottom: 80px;
}

.ndropdown_wrap {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 90px 0;
  width: 100%;
  border-top: 1px solid #E1E1E1;
  display: none;
  animation: display 0.25s;
}

.mainmenu li:hover .ndropdown_wrap {
  display: block;
}

.ndropdown_title {
  color: #0D0D0D;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 30px 0;
  padding: 0;
}

.nd_col_inner {
  position: relative;
}

.nd_col_image {
  margin-bottom: 40px;
  overflow: hidden;
}

.nd_col_image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.nd_col_inner:hover .nd_col_image img {
  transform: scale(1.1);
}

.nd_col_title {
  color: #0D0D0D;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  letter-spacing: 0;
}

.nd_col_inner:hover .nd_col_title {
  color: #5661FF;
}

.nd_col_title::before {
  content: " ";
  display: block;
  background: #5661FF;
  width: 35px;
  height: 2px;
  position: absolute;
  top: -8px;
  left: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.nd_col_inner:hover .nd_col_title::before {
  width: 100%;
}

.nd_col_link {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100%;
}

.nd_col_link::before {
  display: none !important;
}

@keyframes display {
  from {
    top: calc(100% + 30px);
    opacity: 0;
  }
  to {
    top: 100%;
    opacity: 1;
  }
}

.default_top_wrap {
  padding: 110px 0 0 0;
}

.default_middle_wrap {
  padding: 0 0 90px 0;
}

.default_sidebar_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.default_sidebar_menu ul li {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 200;
}

.default_sidebar_menu ul li a {
  color: #0D0D0D !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.default_sidebar_menu ul li a:hover, .default_sidebar_menu ul li a.active {
  color: #5661FF !important;
  font-weight: 500;
}

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

.mainmenu ul li a .new_span {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.mainmenu ul li a:hover .new_span {
  background: #0C1433;
}

.contact_row a {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-decoration: none !important;
  color: #5661FF !important;
}

.contact_row a:hover {
  color: #000 !important;
}

.sw_i_wrap video {
  width: 100%;
  height: auto;
}

.work_li_video video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  max-width: 115%;
}

.work_li_inner:hover .work_li_video video {
  opacity: 1;
}

.no_hover .work_li_video video {
  opacity: 1;
}

.work_li_inner.no_hover:hover .work_li_video video {
  opacity: 0;
}

.cstab_services_list {
  margin-bottom: 40px;
}

.margin_bottom_0 {
  margin-bottom: 0 !important;
}

.cs_tab_grey::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 5000px;
  height: 100%;
  transform: translateX(-50%);
  background: #F6F7FF;
}

.contact_2_warp {
  background-image: linear-gradient(180deg, #F6F7FF, #ffff);
  padding: 60px 0 100px 0;
}

.contact_left_box {
  background: #5661FF;
  padding: 60px 55px;
}

.clb_title {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 12px 0;
  padding: 0;
}

.clb_text {
  color: #fff;
}

.clb_text p {
  font-size: 22px;
  line-height: 32px;
  font-weight: 200;
  margin: 0 0 70px 0;
  padding: 0;
}

.contact_info {
  margin: 0 0 60px 0;
  padding: 0;
  list-style-type: none;
}

.contact_info li {
  margin-bottom: 50px;
  font-size: 19px;
  line-height: 35px;
  font-weight: 200;
  position: relative;
  padding-left: 63px;
  color: #fff;
  line-height: 40px;
  font-weight: 300;
}

.contact_info li p {
  font-size: 19px;
  line-height: 35px;
  font-weight: 200;
  margin: 0;
  padding: 0;
}

.contact_info li h4 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 3px 0;
  padding: 0;
  text-transform: uppercase;
}

.contact_info li svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 49px;
  height: auto;
}

.contact_content {
  background: #fff;
}

.contact_info li a {
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.contact_info li a:hover {
  color: #000 !important;
}

.clb_hours_title {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 22px;
}

.clb_hours {
  color: #fff;
}

.clb_hours p {
  font-size: 19px;
  line-height: 40px;
  font-weight: 300;
  margin: 0 0 60px 0;
  padding: 0;
}

.clb_social {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.clb_social li {
  display: inline-block;
  margin-right: 35px;
}

.clb_social li:last-child {
  margin-right: 0 !important;
}

.csoc {
  text-decoration: none !important;
}

.csoc svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.csoc:hover svg path {
  fill: #FF006D;
}

.contact_tab_titles {
  margin-bottom: 80px;
}

.contact_tab_title {
  display: inline-block;
  color: #0D0D0D !important;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 20px 35px;
  border-bottom: 2px solid #E6E6E6;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  margin: 0 -2px;
  cursor: pointer;
}

.contact_tab_title:hover, .contact_tab_title_active {
  border-color: #5661FF;
}

.contact_tabs .footer_form_wrap {
  margin-left: 0;
}

.testim_read_more {
  color: #5661FF;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.testim_read_more:hover {
  color: #0D0D0D;
}

.flex_top_wrap {
  padding: 100px 0 100px 0;
}

.ftitle_1 {
  color: #000;
  font-size: 120px;
  font-weight: 800;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.ftext_1 {
  color: #0D0D0D;
  width: 1020px;
  margin: 0 auto;
  max-width: 100%;
}

.ftext_1 p {
  font-size: 24px;
  font-weight: 300;
  line-height: 39px;
  margin: 0 0 50px 0;
  padding: 0;
}

.flex_top_wrap .title_7 {
  text-transform: none;
}

.button_4 {
  display: inline-block;
  color: #fff !important;
  background: #5661FF;
  font-size: 22px;
  padding: 15px 48px 15px 48px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-decoration: none !important;
  border: 1px solid #5661FF;
}

.button_4:hover {
  background-color: #2E2E2E;
  border-color: #2E2E2E;
}

.button_3 {
  display: inline-block;
  color: #5661FF !important;
  background: none;
  font-size: 22px;
  padding: 15px 48px 15px 48px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-decoration: none !important;
  border: 1px solid #5661FF;
}

.button_3:hover {
  color: #fff !important;
  border-color: #2E2E2E;
  background: #2E2E2E;
}

.page-template-page-landing .button_3 {
  background: #5661FF;
  color: #fff !important;
}

.page-template-page-landing .button_3:hover {
  background: #2E2E2E;
  color: #fff !important;
}

.flext_top_buttons {
  margin-top: 50px;
}

.flext_top_buttons .button_4 {
  margin-right: 20px;
}

.flex_1_wrap {
  padding: 0 0 80px 0;
  position: relative;
}

#flex_1_trigger {
  display: block;
  position: absolute;
  top: -600px;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: -1;
}

.flex_1_video {
  transform: scale(0);
  width: 100%;
}

.flex_1_scroll {
  color: #0D0D0D;
  font-size: 24px;
  font-weight: 300;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 155px;
}

.flex_1_image {
  max-width: 100%;
  height: auto;
}

.flex_1_scroll::after {
  content: " ";
  display: block;
  width: 1px;
  height: 112px;
  background: #000;
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%);
}

.flex_2_wrap {
  padding: 80px 0 120px 0;
}

.flex_2_wrap .title_3 {
  margin-bottom: 30px;
}

.ftext_2 {
  color: #000;
}

.ftext_2 p {
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
  margin: 0 0 20px 0;
  padding: 0;
}

.ftext_2 h3 {
  color: #131B3A;
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 25px 0;
  padding: 0;
}

.ftext_2 ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  color: #0D0D0D;
}

.ftext_2 ul li {
  font-size: 20px;
  font-weight: 300;
  line-height: 38px;
}

.ftext_2 ul li::marker {
  color: #FF006D;
}

.flex_3_wrap {
  background: #F6F7FF;
  padding: 150px 0 130px 0;
  overflow: hidden;
}

.flex_slider_wrap {
  width: 3000px;
}

.flex_work_li {
  margin-right: 80px;
  position: relative;
}

.flex_work_li img {
  width: 600px;
  height: auto;
}

.flex_4_wrap {
  padding: 130px 0 160px 0;
}

.flex_4_top {
  width: 1130px;
  max-width: 100%;
  margin: 0 auto 80px auto;
}

.flex_4_top .text_1 p {
  font-size: 22px;
}

.title_8 {
  color: #131B3A;
  font-size: 50px;
  font-weight: 500;
  margin: 0 0 20px 0;
  padding: 0;
}

.flex_hour_li {
  margin-bottom: 60px;
}

.flex_hour_li_image {
  height: 33px;
  margin-bottom: 23px;
}

.flex_hour_li_image img {
  width: auto;
  max-height: 33px;
}

.flex_hour_li_title {
  color: #131B3A;
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 30px 0;
  padding: 0;
  position: relative;
}

.flex_hour_li_title::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  background: #5661FF;
  width: 46px;
  height: 2px;
}

.flex_hour_li_text {
  color: #0D0D0D;
  font-size: 22px;
  font-weight: 300;
}

.flex_hour_li_text ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.ftext_2 ul li {
  font-size: 22px;
  line-height: 39px;
  font-weight: 300;
  color: #0D0D0D;
}

.ftext_2 ul li::marker {
  color: #FF006D;
}

.flex_slider_wrap .slick-prev, .flex_slider_wrap .slick-next {
  display: none !important;
}

.flex_left {
  cursor: pointer;
}

.flex_right {
  cursor: pointer;
  margin-left: 40px;
}

.flex_left:hover svg path {
  fill: #5661FF;
}

.flex_right:hover svg path {
  fill: #5661FF;
}

.flex_3_wrap .slick-track {
  padding-top: 0 !important;
}

.flex_5_wrap {
  background: #131B3A;
  padding: 130px 0;
}

.white {
  color: #fff !important;
}

.title_9 {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  margin: 0 0 70px 0;
  padding: 0;
}

.flex_5_wrap .title_3 {
  margin-bottom: 25px;
}

.flex_5_right img {
  border-radius: 15px;
}

.flex_5_left_inner {
  padding-right: 65px;
}

.flex_6_wrap {
  background: #E5F9FF;
  padding: 120px 0 80px 0;
}

.flex_6_wrap .title_8 {
  margin-bottom: 60px;
}

.flex_7_wrap {
  padding: 130px 0;
}

.flex_7_wrap .title_8 {
  margin-bottom: 70px;
}

.faq_li {
  padding: 40px 100px 30px 0;
  border-bottom: 1px solid rgba(19, 27, 58, 0.1);
  background: url('images/plus.svg') no-repeat right 15px top 40px;
}

.faq_li_active {
  background-image: url('images/minus.svg');
}

.faq_li_title {
  color: #131B3A;
  font-size: 28px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.faq_li_title:hover {
  color: #5661FF;
}

.faq_li_text {
  color: #000;
  margin-top: 24px;
}

.faq_li_text p {
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
  margin: 0 0 30px 0;
  padding: 0;
}

.faq_li_text p:last-child {
  margin-bottom: 0;
}

.header_button_flex {
  display: inline-block;
  color: #fff !important;
  background: #5661FF;
  font-size: 22px;
  padding: 12px 45px 12px 45px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-decoration: none !important;
}

.header_button_flex:hover {
  background-color: #0D0D0D;
  background-position: right 26px center;
}

.flex_popup_top .button_1:hover {
  background-color: #FF006D;
}

.flex_burger {
  cursor: pointer;
  margin-left: 25px;
  display: inline-block;
}

.flex_burger:hover svg rect {
  fill: #5661FF;
}

.flex_popup_wrap {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1040;
  background: #131B3A;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.flex_popup_active .flex_popup_wrap {
  top: 0;
}

.flex_popup_top {
  height: 87px;
  padding-top: 29px;
}

.flex_close {
  display: inline-block;
  cursor: pointer;
  margin-left: 46px;
}

.flex_close svg rect {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.flex_close:hover svg rect {
  fill: #5661FF;
}

.flex_popup_bottom {
  height: 187px;
  padding: 60px 0 60px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.flex_popup_middle {
  position: relative;
  height: calc(100% - 277px);
}

.flex_popup_middle_inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.flex_popup_middle .wide_container {
  background: url('images/flex_menu_logo.svg') no-repeat right center;
}

.flex_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.flex_menu ul li {
  display: block;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 500;
  text-transform: uppercase;
}

.flex_menu ul li:last-child {
  margin-bottom: 0 !important;
}

.flex_menu ul li a {
  text-decoration: none !important;
  color: #fff !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.flex_menu ul li a:hover {
  color: #5661FF !important;
}

.flex_popup_bottom .footer_contact {
  padding-left: 0;
  margin-bottom: 0;
}

.flex_popup_bottom .footer_contact label {
  font-size: 18px;
}

.flex_popup_bottom .footer_contact a {
  font-size: 24px;
}

.flex_popup_bottom .footer_contact a svg {
  margin-right: 10px;
}

.flsoc svg path, .flsoc svg circle  {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.flsoc:hover svg path, .flsoc:hover svg circle  {
  fill: #5661FF;
}

.mobile_burger {
  cursor: pointer;
}

.mobile_logo {
  display: inline-block;
}

.mobile_logo img {
  width: 42px;
  height: auto;
}

.mobile_phone {
  cursor: pointer;
}

.mm_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #131B3A;
  z-index: -1100;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.mobile_menu_active .mm_wrap {
  z-index: 1100;
  opacity: 1;
}

.mm_top_wrap {
  height: 44px;
  padding-top: 14px;
}

.mm_logo {
  display: inline-block;
}

.mm_logo img {
  max-width: 100%;
  height: auto;
  width: 42px;
}

.mm_close {
  display: inline-block;
  cursor: pointer;
}

.mm_close svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.mm_close:hover svg path {
  fill: #5661FF;
}

.mm_middle_wrap {
  height: calc(100% - 244px);
  position: relative;
}

.mm_bottom_wrap {
  height: 210px;
  background: url('images/mm_curve.png') no-repeat center top;
  background-size: 100% auto;
  padding-top: 20px;
}

.mm_social {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
}

.mm_social li {
  display: inline-block;
  margin-right: 12px;
}

.mm_social li:last-child {
  margin-right: 0;
}

.mmsoc svg {
  width: 18px;
  height: auto;
}

.mm_bottom_logos_title {
  color: #5661FF;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 0 4px 0;
  padding: 0;
}

.mm_bottom_logos {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mm_bottom_logos li {
  display: inline-block;
  margin-right: 15px;
}

.mm_bottom_logos li:last-child {
  margin-right: 0;
}

.mm_phone {
  text-align: left;
  padding-left: 47px !important;
  margin: 0 auto 18px auto !important;
  width: 180px;
}

.mm_phone label {
  font-size: 12px !important;
  color: #5661FF !important;
  margin: 0 !important;
}

.mm_phone a {
  font-size: 20px !important;
  font-weight: 300 !important;
  line-height: 20px !important;
}

.mm_phone img {
  width: 38px !important;
}

.deliv_title {
  color: rgba(19, 27, 58, 0.6);
  font-size: 24px;
  font-weight: 500;
  margin: 0 10px 10px 0;
  padding: 0;
  display: inline-block;
  position: relative;
  top: 3px;
}

.color-cycle .char {
  animation: color-cycle 1s cubic-bezier(.5,0,.5,1) infinite alternate;
  animation-delay: calc( 0.03s * var(--char-index) );
  animation-duration: calc( 0.04s * calc( var(--char-total) ) );
}

@keyframes color-cycle {
  /*25% { color: #FEFF89 }
  50% { color: #FF9F68 }
  75% { color: #F85959 }
  100% { color: #AC005D }*/
  50% { color: #5661FF }
  100% { color: #ff006d }
}

.color-cycle2 .char {
  animation: color-cycle2 5s cubic-bezier(.5,0,.5,1) infinite alternate;
  animation-delay: calc( 0.2s * var(--char-index) );
  animation-duration: calc( 0.3s * calc( var(--char-total) ) );
}

@keyframes color-cycle2 {
  /*25% { color: #FEFF89 }
  50% { color: #FF9F68 }
  75% { color: #F85959 }
  100% { color: #AC005D }*/
  50% { color: #5661FF }
  100% { color: #ff006d }
}

.home .testim_li_text {
  min-height: 200px;
}

/*.panel {
  height: 100vh;
  position: sticky;
  top: 0;
}*/

.link_4 {
  display: inline-block;
  position: relative;
  color: #5661FF !important;
  text-decoration: none !important;
  font-size: 22px;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.link_4::after {
  content: " ";
  display: block;
  width: 0;
  height: 24px;
  position: absolute;
  left: calc(100% + 10px);
  top: 5px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: url('images/sc_arrow.svg') no-repeat center center;
}

.link_4:hover::after {
  width: 24px;
}

.flex_5_package_box {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 80px #00000070;
  border-radius: 15px;
  padding: 30px 30px;
  overflow: hidden;
}

.f5pb_title {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 0;
}

.f5pb_text {
  color: #0D0D0D;
}

.f5pb_text p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin: 0 0 20px 0;
  padding: 0;
}

.f5pb_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.f5pb_list li {
  color: #0D0D0D;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 28px 0;
  padding: 0 0 0 47px;
  position: relative;
}

.f5pb_list li img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.f5pbp_li {
  /*border-bottom: 1px solid #CFE5EC;*/
  padding: 30px 20px;
  position: relative;
  cursor: pointer;
}

.f5pbp_li::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: -11px;
  width: calc(100% + 100px);
  height: 1px;
  background: #CFE5EC;
}

.f5pbp_li:last-child::after {
  display: none !important;
}

/*.f5pbp_li:last-child {
  border-bottom: none !important;
}*/

.f5pbp_li_hours {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px;
}

.f5pbp_li_hours img {
  margin-right: 10px;
}

.f5pbp_li_hl {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  padding: 5px 10px;
  background: #5661FF;
  border-radius: 5px;
}

.f5pbp_li_price {
  color: #000;
  font-size: 38px;
  font-weight: 600;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.f5pbp_li:hover .f5pbp_li_price {
  color: #5661FF;
}

.f5pbp_li_price span {
  font-size: 29px;
  font-weight: 400;
}

.flex_5_package_box_right {
  position: relative;
}

.flex_5_package_box_right::before {
  content: " ";
  position: absolute;
  top: -30px;
  left: 0;
  width: calc(100% + 50px);
  height: calc(100% + 60px);
  background: #E5F9FF;
  border-radius: 15px 0 0 15px;
}

.home_services_slider .slick-track {
  padding: 0 !important;
}

#scroll{
  position: absolute;
  top:20px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  cursor: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/174563/scroll.png) , pointer;
}
#scrollDistance{
  width: 100%;
  height:0px;
}

.home_testimonials_slider .slick-track {
  padding-top: 0 !important;
}

.mobile_as_slider_nav {
  margin-top: 20px;
}

.home_top_bg {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.landing_top_title {
  font-size: 79px;
  line-height: 90px;
  margin-bottom: 20px;
}

.landing_tab_titles {
  margin: 0 0 80px 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.landing_tab_title {
  display: inline-block;
  margin: 0 -2px 20px -2px;
  color: #000;
  font-size: 28px;
  font-weight: 300;
  padding: 0 55px 25px 55px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
  border-bottom: 3px solid #DFDFDF;
  cursor: pointer;
}

.landing_tab_title_active {
  border-color: #5661FF;
  font-weight: 400;
}

.landing_tab_title:hover {
  border-color: #5661FF;
  font-weight: 400;
}

.title_10 {
  color: #5661FF;
  font-size: 32px;
  line-height: 44px;
  font-weight: 400;
  margin: 0 0 25px 0;
  padding: 0;
}

.landing_services_wrap {
  padding: 130px 0 80px 0;
}

.landing_top_wrap {
  padding-top: 100px;
}

.footer_bottom_inner {
  border-top: 1px solid #85A2C633;
  padding-top: 35px;
}

.footer_bottom_inner .copyright {
  padding-top: 0;
  border-top: none;
}

.landing_social_title {
  display: inline-block;
  color: #70768F;
  font-size: 22px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.landing_social {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  position: relative;
  top: -4px;
}

.landing_social li {
  display: inline-block;
  margin-left: 15px;
}

.landing_footermenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.landing_footermenu ul li {
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
  margin-right: 50px;
}

.landing_footermenu ul li:last-child {
  margin-right: 0 !important;
}

.landing_footermenu ul li a {
  text-decoration: none !important;
  color: #70768F !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.landing_footermenu ul li a:hover {
  color: #5661FF !important;
}

.landing_footer_wrap {
  padding: 80px 0 35px 0;
}

.landing_footer_title {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 25px 0;
  padding: 0;
}

.landing_footer_text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
  margin: 0 0 60px 0;
  padding: 0;
}

.landing_footer_wrap .footer_logo {
  margin-bottom: 60px;
}

.landing_footer_logos_title {
  color: #5661FF;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 30px 0;
  padding: 0;
}

.landing_footer_logos {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.landing_footer_logos li {
  display: inline-block;
  margin-right: 30px;
}

.lsoc svg path, .lsoc svg circle {
  fill: #fff;
}

.landing_footer_wrap .footer {
  margin-bottom: 80px;
}

.body_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.body_video video {
  width: 100%;
  height: auto;
}

.sw_details_right .title_1 {
  font-size: 29px;
  line-height: 40px;
}

.footer_left_row_3 {
  padding-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer_left_row_3 .copyright {
  padding: 0;
  border-top: none;
}

.flex_testim .testim_li {
  margin-left: 0;
  margin-right: 0;
}

.services_video_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.services_video_wrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.sw_content_wrap {
  position: relative;
}

.sw_loader_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('images/tail-spin.svg') no-repeat center top 100px #fff;
  z-index: 400;
}

.services_video_wrap_mobile {
  position: relative;
}

.services_video_wrap_mobile video {
  width: 100%;
  height: auto;
  display: block;
}

.landing_2_section_1_wrap {
  padding: 100px 0 0 0;
}

.landing_2_section_2_wrap {
  padding: 0 0 100px 0;
}

.landing_2_section_1_wrap .title_3, .landing_2_section_2_wrap .title_3 {
  margin-bottom: 30px;
}

.contact_thank_you {
  padding: 50px 5% 0 5%;
  margin-bottom: -40px;
}

.contact_thank_you .title_3 {
  margin-bottom: 30px;
}

.new_home_video {
  position: relative;
  height: 720px;
  overflow: hidden;
}

.new_home_video video {
  width: 100%;
  height: auto;
}

.new_home_1_wrap {
  padding: 100px 0;
  position: relative;
}

.new_home_1_wrap .home_clients {
  margin-bottom: 65px;
}

.new_home_1_bg_1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
}

.new_home_1_bg_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
}

.new_home_1_wrap::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 335px;
  background-image: linear-gradient(transparent, #F6F7FF);
}

.new_home_1 {
  position: relative;
  z-index: 2;
}

.close_popup_flex {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.close_popup_flex svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.close_popup_flex:hover svg path {
  fill: #5661FF;
}

.footer_form_wrap .wpcf7-not-valid-tip {
	position: relative;
	margin-top: -35px;
	margin-bottom: 20px;
}

.chat_gpt_form {
  margin: 0;
  padding: 0;
}

.page-template-page-landing .home_testimonials_wrap {
  padding-top: 0;
}

.landing_content_right_inner {
  padding-left: 5%;
}