.serv-box {
  overflow: hidden;
  position: relative;
  padding: 40px 60px 40px 30px;
  background: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  border: 1px solid #e7e7e7;
}
.serv-box * {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.serv-box .icon-main {
  position: absolute;
  top: -88px;
  right: -88px;
  width: 188px;
  height: 188px;
  color: #fff;
  background-color: #00deff;
  background-image: -moz-linear-gradient(125deg, #00deff, #502a71);
  background-image: -webkit-linear-gradient(125deg, #00deff, #502a71);
  background-image: linear-gradient(125deg, #00deff, #502a71);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.serv-box .icon-main i, .serv-box .icon-main span, .serv-box .icon-main img {
  position: absolute;
  bottom: 42px;
  left: 40px;
  font-size: 35px;
  line-height: 1;
}
.serv-box .icon-main i:before, .serv-box .icon-main span:before, .serv-box .icon-main img:before {
  font-size: 35px;
}
.serv-box .icon-main img {
  width: 35px;
}
.serv-box .content-box h5 {
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
  padding-right: 60px;
  margin-bottom: 10px;
	text-align: left;
	color: #444
}
.serv-box .content-box ul {
  margin-top: 10px;
  padding-left: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}
.serv-box .content-box ul li {
  padding: 0 20px;
}
.serv-box .content-box ul li a {
  color: #1b1d21;
  display: inline-block;
  line-height: 40px;
  position: relative;
  font-weight: 500
}
.serv-box .content-box ul li a:before {
  content: "//";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  color: #1077f6;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.serv-box .content-box ul li:hover, .serv-box .content-box ul li.active {
  background: #f8f8f8;
}
.serv-box .content-box ul li:hover a, .serv-box .content-box ul li.active a {
  color: #1077f6;
  padding-left: 15px;
}
.serv-box .content-box ul li:hover a:before, .serv-box .content-box ul li.active a:before {
  opacity: 1;
  visibility: visible;
}
.serv-box .content-box ul:last-child {
  margin-bottom: 0;
}
.serv-box:hover {
  box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.serv-box .overlay {
  z-index: 2;
  background: transparent;
}

.serv-box-2 {
  overflow: hidden;
  position: relative;
  padding: 43px 30px 65px;
  background: #262051;
  color: #aeaacb;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.serv-box-2 .big-number {
  position: absolute;
  left: -10px;
  top: 0;
  font-size: 100px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  line-height: 72px;
  color: #332d5f;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.serv-box-2 .icon-main {
  position: absolute;
  bottom: -88px;
  right: -88px;
  width: 188px;
  height: 188px;
  color: #fff;
  background: #332d5f;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.serv-box-2 .icon-main i, .serv-box-2 .icon-main span, .serv-box-2 .icon-main img {
  position: absolute;
  top: 42px;
  left: 40px;
  font-size: 35px;
  line-height: 1;
}
.serv-box-2 .icon-main i:before, .serv-box-2 .icon-main span:before, .serv-box-2 .icon-main img:before {
  font-size: 35px;
}
.serv-box-2 .icon-main img {
  width: 35px;
}
.serv-box-2 .content-box {
  position: relative;
  z-index: 1;
}
.serv-box-2 .content-box h5 {
  line-height: 30px;
  color: #fff;
  margin-bottom: 10px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.serv-box-2 .content-box .btn-details {
  display: inline-block;
  margin-top: 30px;
}
.serv-box-2:hover {
  background: #fff;
  color: #6d6d6d;
  box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
}
.serv-box-2:hover .big-number {
  color: #f4f6f6;
}
.serv-box-2:hover .icon-main {
  background: #43baff;
}
.serv-box-2:hover .content-box h5 {
  color: #1b1d21;
}
.serv-box-2 {
    margin-bottom: 30px;
    border: 1px solid #46416B;
}
.serv-box.v4 {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #46416B;
    background-color: #262051;
}
.serv-box.v4:active, .serv-box.v4:focus, .serv-box.v4:hover {
    transform: translateY(-8px);
}
.serv-box.v4 {
    color: #AEAACB;
}
.serv-box.v4 h5 {
    color: #FFF;
    font-weight: 800;
}
.serv-box.v4 .content-box li:hover, .serv-box.v4 .content-box li.active {
    background: #201B3E;
}
.serv-box.v4 .content-box li a {
    color: #FFF;
}
.serv-box.v4 .content-box li:hover a, .serv-box.v4 .content-box li.active a {
    color: #43BAFF;
}
.serv-box.v4 .content-box ul li a:before {
    color: #43BAFF;
}
.serv-box.v5 h5 {
    color: #fff;
    margin-bottom: 0;
	text-align: left
}
.serv-box.v5:active, .serv-box.v5:focus, .serv-box.v5:hover {
    transform: translateY(-8px);
}
.serv-box.bg-s1 {
    background-image: linear-gradient(110deg,#2B236E 0%,#7141B1 100%);
}
.serv-box.v5 .icon-main {
    background: rgba(255,255,255,.2);
}
.serv-box.bg-s2 {
    background-image: linear-gradient(110deg,#5F3A8F 0%,#00DEFF 100%);
}
.serv-box.bg-s3 {
    background-image: linear-gradient(110deg,#7141B1 0%,#43BAFF 100%);
}
.serv-box.bg-s4 {
    background-image: linear-gradient(110deg,#00DEFF 0%,#5F3A8F 100%);
}
.b2b img{width:200px;height:auto}
.b2b h4{color: #333;font-size:18px;}
.b2b p{font-size:12px}
.b2b {margin-bottom:45px}
.b2b-bg1{
    background: url( "../../images/b2b-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sks img{padding-bottom:20px}
.b2b-bg2{
    background: url( "../../images/b2b3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.why-tabs.b2b img{max-width: 70px}
.why-tabs.b2b .nav-item {
    flex-basis: 33.3%;
    margin: 0;
    border: none;
    border-radius: 0px;
}
.why-tabs.b2b .nav-item .nav-link {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    color: #242629;
    letter-spacing: 1px;
    border: none;
    outline: none;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: left;
    padding: 20px 20px 20px 20px;
}
.why-tabs.b2b .nav-item .nav-link h5{text-align: left;color: #fff}
.why-tabs.b2b .nav-item .nav-link span{text-align: left;color: #dcdcdc;font-size: 12px}
.why-tabs.b2b .nav-item .nav-link.active {
    color: #fff;
    background-image: linear-gradient(110deg,#0b70f6 0%,#2b99fa 100%);
    border-radius: 0px;
}
.why-tabs.b2b .nav-item .nav-link.active img{-webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);}

.b2b-box {
  overflow: hidden;
  position: relative;
  padding: 33px 35px 28px;
  background-image: linear-gradient(110deg,rgba(11,112,246,0.5) 0%,rgba(11,112,246,0) 100%);;
  transition: all 0.3s linear;
	margin-bottom: 20px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
 
}
.b2b-box * {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.b2b-box .icon-main {
  float: left;
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin-top: 0px;
  text-align: center;
  color: #fff;
  background: rgba(38,150,221,0.2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.b2b-box .icon-main i, .b2b-box .icon-main span:before {
  font-size: 40px;line-height: 90px
}
.b2b-box .icon-main img {
  width: 17px;
}
.b2b-box .content-box {
  padding-left: 123px;
  position: relative;
}
.b2b-box .content-box h5 {
  font-size: 18px;
  margin-bottom: 5px;
  text-align: left;
	color: #fff;
	padding-top: 10px
}
.b2b-box .content-box p:last-child {
  margin-bottom: 0;color: #fff;font-size: 14px;line-height: 20px;padding-top: 5px
}
.b2b-box .big-number {
  position: absolute;
  right: -7px;
  bottom: 0;
  font-size: 72px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  line-height: 52px;
  color: #f2f2f2;
}
.b2b-box:hover {
  box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
   border: 0.5px solid rgba(255,255,255,0.3);
}
.container.b2b-p{max-width: 1365px;}
@media (max-width: 600px) {
  .b2b-box .number-box {
    float: none;
    margin-bottom: 30px;
  }
}
.icon-box-s2 {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.icon-box-s2.s1 .icon-main, .icon-box-s2.s3 .icon-main {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  float: left;
  text-align: center;
  line-height: 1;
  color: #7141b1;
}
.icon-box-s2.s1 .icon-main i, .icon-box-s2.s1 .icon-main span:before, .icon-box-s2.s3 .icon-main i, .icon-box-s2.s3 .icon-main span:before {
  font-size: 45px;
}
.icon-box-s2.s1 .icon-main span, .icon-box-s2.s3 .icon-main span {
  display: block;
}
.icon-box-s2.s1 .icon-main img, .icon-box-s2.s3 .icon-main img {
  width: 45px;
}
.icon-box-s2.s1 .content-box, .icon-box-s2.s3 .content-box {
  padding-left: 75px;
}
.icon-box-s2 .content-box h5 {
  margin-bottom: 17px;
  font-weight: bold;
}
.icon-box-s2 .content-box h5 a {
  color: #1b1d21;
}
.icon-box-s2 .content-box h5 a:hover {
  color: #43baff;
}
.icon-box-s2 .content-box p:last-child {
  margin-bottom: 0;
}
.icon-box-s2:hover .content-box p:last-child{color: #fff}
.icon-box-s2.s2 {
  padding: 80px 45px;
  position: relative;
  overflow: hidden;
  border: 1px solid #ececec;
  background: #f4f4f4
}
.icon-box-s2.s2 * {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.icon-box-s2.s2 .icon-main {
  color: #1065da;
  margin-bottom: 30px;
  line-height: 1;
}
.icon-box-s2.s2:hover .icon-main{color: #fff}
.icon-box-s2.s2 .icon-main i, .icon-box-s2.s2 .icon-main span:before {
  font-size: 40px;
  line-height: 1;
}
.icon-box-s2.s2 .icon-main img {
  max-width: 40px;
  margin-top: -5px;
}
.icon-box-s2.s2:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.icon-box-s2.s2:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  top: -15px;
  right: -15px;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #43baff;
}
.icon-box-s2.s2:hover {
  background: transparent !important;
  box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
}
.icon-box-s2.s2:hover:before {
  width: 100%;
  opacity: 1;
}
.icon-box-s2.s2:hover:after {
  opacity: 1;
  width: 30px;
  height: 30px;
}
.icon-box-s2.s2 .content-box h5 {
  margin-bottom: 14px;
}
.icon-box-s2.s3 .icon-main {
  float: right;
}
.icon-box-s2.s3 .content-box {
  text-align: right;
  padding-left: 0;
  padding-right: 75px;
}
.icon-box-s2.bg:hover {
    color: #fff;
}
.icon-box-s2.bg:hover .content-box h5 a {
    color: #fff;
}
.icon-box-s2.s2.bg * {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}
.icon-box-s2.s2.bg a {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
}
.icon-box-s2.bg1:before {
    background-image: url(../../images/cy.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.icon-box-s2.bg2:before {
    background-image: url(../../images/cy1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.icon-box-s2.bg3:before {
    background-image: url(../../images/cy2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.icon-box-s2.bg4:before {
    background-image: url(../../images/cy3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.icon-box-s2.bg5:before {
    background-image: url(../../images/cy4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.icon-box-s2.bg6:before {
    background-image: url(../../images/cy6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.section-technology {
    background-color: #211E3B;
    background-image: url(../../images/b2b3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0px 200px 0px;
}
.technology-left .ot-heading {
    margin-bottom: 18px;
}
.technology-left p {
    color: #AEAACB;
    margin-bottom: 15px;
}
.technology-left ul{
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.technology-left ul li {
    padding-bottom: 7px;
    font-size: 18px;
    font-weight: 300;
    font-family: "Nunito Sans", Sans-serif;
}
.technology-left ul li:last-child {
    padding-bottom: 0;
}
.technology-left ul i {
    color: #43BAFF;
    font-size: 17px;
    padding-right: 10px;
}
.tech-box {
  display: block;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 40px 15px 30px;
	position: relative;
	overflow: hidden
}
.tech-box .icon-main {
  line-height: 1;
  margin-bottom: 18px;
}
.tech-box i, .tech-box span:before {
  font-size: 55px;
  line-height: inherit;
}
.tech-box h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
}
.tech-box:hover {
  background: #43baff;
  border-color: #43baff;
  color: #fff;
}
.tech-box:visited {
  color: #fff;
}
.tech-box {
    margin-bottom: 30px;
}
.tech-box i, .tech-box span {
    color: #43BAFF;
}
.tech-box:hover {
    background: #43baff;
    border-color: #43baff;
    color: #fff;
}
.tech-box:hover span {
    color: #fff;
}
.tech-box.v3 {
    padding: 23px 30px 23px 30px;
    margin-bottom: 0;
}
.tech-box.v3:hover {
    background-color: #141D38;
}
.tech-box.sides-small {
    padding-left: 10px;
    padding-right: 10px;
}
.tech-wrap .tech-box {
    padding: 17px 17px 17px 17px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(255,255,255,.3);
    margin-right: 20px;
}
.tech-wrap .tech-box:last-child {
    margin-right: 0;
}
.tech-wrap .tech-box .icon-main {
    margin-bottom: 0;
}
.tech-wrap .tech-box span:before {
    font-size: 35px;
}
.section-case-study {
    padding: 0px 0px 0px 0px;
}
.cta-h2 {
    background-image: url(../../images/slide1-home1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
    margin-top: -120px;
    padding: 70px 70px 70px 70px;
    margin-bottom: 120px;
}
.cta-h2 .ot-heading {
    margin-bottom: 0;
}
.cta-h2 .ot-heading span {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.cta-h2 h2{
    color: #FFFFFF;
    font-size: 48px;
}
.cta-h2 .octf-btn {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    background-color: #43BAFF;
    border-radius: 0px 0px 0px 0px;
    padding: 20px 35px 20px 35px;
    line-height: 1;
}
.cta-h2 .octf-btn:hover {
    color: #43BAFF;
    background-color: #FFFFFF;
}
.tech-box .big-number {
    position: absolute;
    right:0;
    top: -10px;
    font-size: 30px;

    line-height: 52px;
    color: rgba(255,255,255,0.1);
}
.support-box {
  position: relative;
}
.support-box .inner-box {
  position: relative;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transform-style: preserve-3d;
}
.support-box .inner-box > div {
  backface-visibility: hidden;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
	
}
.support-box h3 {
  font-weight: bold;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 45px;
  margin-bottom: 0;
  color: #fff;
}
.support-box .number-box {
  font-weight: bold;
  font-size: 100px;
  line-height: 1;
  position: absolute;
  bottom: 28px;
  right: 15px;
  color: rgba(255, 255, 255, 0.2);
}
.support-box .overlay {
  z-index: 1;
  opacity: 1;
  text-align: center;
  padding: 70px 30px 10px;
  background: #2474df;
  color: #aeaacb;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
	  box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.2);
}
.support-box .overlay span {
  z-index: -1;
}
.support-box:hover .inner-box {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.support-box:hover .inner-box .content-box {
  opacity: 0;
}
.b2b-box.zh {
    overflow: hidden;
    position: relative;
    padding: 33px 35px 28px;
    background:url(../../images/zh-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s linear;
    margin-bottom: 20px;
	border: 1px solid #e1e1e1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.b2b-box.zh:hover {
  box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #e1e1e1;
}
.b2b-box.zh .icon-main{background: rgba(12,113,246,0.8);}
.b2b-box.zh .content-box h5{color: #333}
.b2b-box.zh .content-box p:last-child{color: #444}
@media (min-width: 768px) and (max-width: 991px) {
  .icon-box-s2.s2 {
    padding-left: 34px;
    padding-right: 34px;
  }
}
@media (max-width: 1024px) {
  .icon-box-s2.s2:before {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cta-h2 {
    margin-bottom: 80px;
    padding: 30px;
  }
  .cta-h2 h2 {
    line-height: 1;
    font-size: 30px;
  }
  .cta-h2 .ot-heading {
    text-align: center;
	}}