@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
  margin: 0;
  padding: 0; }

a {
  transition: all 0.5s ease; cursor: pointer;}

a:active, a:focus {
  outline: none; }

a:hover {
  text-decoration: none !important;
  color: #0291D2;
  transition: all 0.5s ease; }

body {
  font-family: 'Roboto', sans-serif;
  color: #707070;
  overflow-x: hidden !important;
  margin: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1.7;
  font-size: 18px;
  letter-spacing: 0.2px;
  font-weight: 400; }

::selection {
  background: #0568a4;
  color: #fff;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #0568a4;
  color: #fff;
  /* Gecko Browsers */ }

.aligncenter {
  display: inherit;
  margin: auto; }

ol, ul {
  padding-left: 0; }
  p {
  padding-bottom: 15px; }

/* ------------------------------------------------------
Predefined top and bottom spacing end
--------------------------------------------------------*/
h1, h2, h3, h5, h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;color: #262626; }

h1 {
  font-size: 60px;
    line-height: 1.3; }



h2 {
  font-size: 40px; }
  

h3 {
  font-size: 30px; }
  
h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

hr {
  border: 1px solid #eaeaea;
  width: 100%; }
.hero-banner p.fs-16,.fs-16{
  font-size: 18px;
}
.row.vertical-align {
  display: flex;
  align-items: center;
}

.row-md-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .row-md-height {
      display: block; } }

.col-md-middle {
  vertical-align: middle; }

.col-md-height {
  display: table-cell;
  float: none;
  height: 100%; }
  @media only screen and (max-width: 767px) {
    .col-md-height {
      display: block; } }

.text-upper {
  text-transform: uppercase; }

.hidden {
  display: none; }
/*Header*/
header {
        z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    padding: 20px 0 0px 0;
}
.menu{
      margin-top: 15px;
    padding-left: 40px;
}
.menu ul li a:after {
    content: '|';
    display: inline;
    padding: 12px;
    padding:0 10px;
}
.menu ul li:last-child a:after{
  content: '';
}
.menu ul li{
  list-style: none; display: inline-block;

}
.menu ul li a{
  color: #fff;
  padding: 5px 0px;
  text-transform: uppercase;
}
.menu p {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
.header-cta{
  text-align: center;
      margin-top: 15px;
}
.header-contact {
    margin-top: 5px;
}
.header-contact p{
  margin-bottom: 0;
  padding-bottom: 0px;
}
.header-contact a{
  color: #fff;
}
.header-cta a{
  background: #ff9300;
    padding: 10px 20px;
    border: none;
    margin-top: 15px;
    background: #1cb77a;
    text-transform: uppercase;
    color: #fff;
}
  /*Banner*/
  .hero-banner{
        background: url(../images/aeo-vs-seo-bg.webp) center center;
    /*min-height: 620px;
    position: relative;
    top: -110px;
    height: 590px;*/
    padding-top: 120px;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
        padding-bottom: 80px;

  }
.hero-banner h1{font-size:38px;font-weight: 700;color: #FFFFFF;line-height: 1.2; margin-top:30px;}
.hero-banner.thankBanner{height: auto;color: #fff;}
.thankBanner h2{color: #fff;} 
  .hero-banner p{
    font-size:18px;
  }
#bannerForm {
    max-width:424px;
    margin: 0 auto;
    padding: 15px 40px 30px 40px;
    background: #fff;
    border-radius: 10px;
}
.p-0{padding-left: 0;padding-right: 0;}
#bannerForm h2{font-size: 20px;padding-bottom: 25px;}
  #bannerForm input{
    width: 100%;
    background: white;
    height: 44px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #C8C8C8;
    color: #000;

  }
  .form-group {
  margin-bottom: 8px;
    padding: 7px;
}
.m-t-40{margin-top: 40px;}
.m-b-30{margin-bottom: 30px;}
.calCTA{background: transparent linear-gradient(78deg, #005AF0 0%, #AC1CFF 100%);
box-shadow: 6px 6px 10px #005AF033;border-radius: 5px;padding: 10px 30px;color: #fff;
font-size: 18px;}
.calCTA:hover{background: #2601BE;color: #fff;}
 /*#bannerForm .form-group {
    margin-bottom: 15px;
    padding: 0.5px;
}
}
}*/
    #bannerForm .cta{
      background: #48A10D;
    /*padding: 10px 40px;*/
    border: none;
    margin-top: 7px;
    }
@media only screen and (min-width: 992px) {#bannerForm .cta{width: 100%;}}
@media only screen and (max-width: 767px) {#bannerForm .cta{width: auto;padding: 10px 40px;}}
/*@media only screen and (max-width: 632px) {.hero-banner{height: 710px;}}*/
.client-logo {
    background: #f7f7f7;
    padding: 55px 0 100px;

}

.bg-text {
    color: #f0f0f0;
  /*  padding: 40px 20px 30px 0;*/
    position: relative;
    overflow: hidden;
    font-size: 100px;
    font-family: Mulish,sans-serif;
    font-weight: 600;
    letter-spacing: -2px;
}
.main-title {
left: 0px;
    right: 0px;
    background-color: transparent;
    position: absolute;

    top: 60px;
}
.bg-title{
  position: relative;
      margin-bottom: 40px;
}
/*.bg-title h2:after{
  content: '';
  display: block;
  background: url(../images/heading-bottom.png);
  background-repeat: no-repeat;
  width: 98px;
  margin: 0 auto;
  height: 15px;
  margin-top: 15px;
}*/
.what-we-do-inner {
    border: 1px solid #f2f2f2;
    padding: 30px;
    transition: 0.2s all ease-in;
    height: 100%;
    text-align: center;
    cursor: pointer;
}
.what-we-do-inner:hover{
  color: #fff !important;
  background: #005AF0 0% 0% no-repeat padding-box;
  border: 1px solid #005AF0;
  cursor: pointer;
}
.what-we-do{padding: 50px 0 80px 0;}
/*.what-we-do-wrap .col-md-4{
  margin-bottom: 30px;
}*/
.what-we-do-inner .image {
    margin-bottom: 25px;
}
.what-we-do-inner .content h4 {
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 25px;
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #262626;
}
.what-we-do-wrap {
    display: flex;
    flex-wrap: wrap;
}
.what-we-do-inner:hover h4 {color: #fff;}
.what-we-do-inner:hover .image-content {
   display: none;
}

.what-we-do-inner .image-content-hover {
   display:none;
}

.what-we-do-inner:hover .image-content-hover {
   display:block;
   margin: 0 auto;
}
.m-t-50{margin-top: 50px;}
section {
    padding: 50px 0;
}
.success{
  padding-top: 0px;
  margin-top: 0px;
}
/*.success-bg{
  background: url(../images/success-bg.jpg) no-repeat ;
}*/
.success-bg{background-size: cover;background-position: center;background-repeat: no-repeat;z-index: 999;}
.sucess-stories-wrap {
    padding-top: 45px;
    padding-right: 20px;
    padding-left: 80px;
    line-height: 28px;
    margin-bottom: 0px;
    width: 104%;
    padding-bottom: 40px;
    margin-left: -35px;
    background: #005AF0 0% 0% no-repeat padding-box;
    box-shadow: -3px 8px 10px #0000002;
    color: #fff;
    margin-top: -50px;
    margin-bottom: -50px;
    z-index: 9;
}
@media (min-width: 1200px) {.sucess-stories-wrap { padding-right: 200px;}}
@media (max-width: 1199px) {.sucess-stories-wrap { padding-right: 100px;}}
@media (max-width: 767px) {.success{padding-top: 0px;}.sucess-stories-wrap { width: 100%;padding-right: 30px;margin-left: 0;padding-left: 30px;}.success-bg{height: 200px;margin-bottom: 20px;}}
.sucess-stories-wrap h3{
  text-transform: uppercase;
      margin-bottom: 30px;
      color: #fff;

}
/*#footerForm .form-group{
padding: 0;
}*/
.sucess-stories-wrap h5{
  text-transform: uppercase;
      margin-bottom: 15px;
      color: #fff;
}
.arrow-right{
  color: inherit;
  font-weight: 500; 
}
.arrow-right::after {
  background: url(../images/arrow.png) no-repeat;
  content: '';
  display: inline-block;
  width: 17px;
  height: 10px;
  position: relative;
  left: 5px;
  font-weight: 700;
}
.arrow-right.white::after{
               background: url(../images/arrow-white.png) no-repeat;
 
}
.arrow-right:hover {
  letter-spacing: 1px;
  color: inherit;
}
.no-padding {
    padding: 0px;
}
section.portfolio {
      padding-bottom: 40px;
      padding-top: 20px;
      background: #F7F7F7;
      /*background: url(../images/new/portfolio-bg.png) no-repeat;*/

}
 .portfolio-wrap .portfolio-cont {
    position: absolute;
    bottom: auto;
    left: 30px;
    right: 0;
    z-index: 2;
    padding: 25px 40px;
    opacity: 0;
    color: #fff;
    top: 140px;
}
}
}
 .portfolio-wrap .portfolio-cont h6{
  font-weight: 500;
  text-transform: uppercase;
  font-size: 34px;

 }
 .portfolio-wrap .portfolio-cont p{
  font-size: 14px;

 }
 .portfolio-wrap .portfolio-cont a{
  font-weight: 500;
 }
.portfolio-wrap:hover .portfolio-cont {
    opacity: 1;
    transition: .9s ease-in all;
}
.portfolio-wrap:hover .port-overlay {
    opacity: 1;
    transition: .5s ease-in all;
}
.portfolio-wrap .port-overlay {
    position: absolute;
     background-color: rgba(32, 18, 159, 0.7); /* For browsers that do not support gradients */
      /*  background-image: linear-gradient(rgba(32, 18, 159, 0.7), rgba(86, 18, 74, 0.7));Standard syntax (must be last) */
      background-image: linear-gradient(rgba(19, 46, 181, 0.7), rgb(1, 93, 230));
    top: 140px;
    left: 38px;
    right: 0;
    width: 89%;
    bottom: auto;
    opacity: 0;
    height: 150px;
}
@media (min-width: 992px) and (max-width: 1199px) {.portfolio-wrap .port-overlay {height: 215px;}}
@media (min-width: 768px) and (max-width: 991px) {.portfolio-wrap .port-overlay {height: 280px;}}
.portfolio-cont h6{color: #fff; font-size: 24px;}
@media (min-width: 768px) {
.br{
  border-right: 1px solid #e4e4e4;

}}
@media (max-width: 767px) {
.br{
  border-bottom: 1px solid #e4e4e4;

}}
.port-big-cta {
  
    background: rgba(32, 18, 159);
    text-align: center;
    text-transform: uppercase;
    color: white;
}
.port-big-cta a{
  display: inline-block;
  width: 100%;
    padding: 30px;
}
.recent-blog-wrap {
    padding: 15px;
    background: #f1f6f5;
}
.blog-image {
    margin-bottom: 20px;
}
.inner-blog-tag{
  margin: 0;
  padding:0;
}
.blog-title a{
  color: inherit;
}
.blog-content .read-more{
  color: rgba(32, 18, 159);
  font-weight: 600;
  font-size: 14px;

}
.inner-tag-content{
  margin: 0;
}
.inner-blog-tag {
    font-size: 13px;
    color: #bababa;
    font-weight: 500;
}
.our-recent-blogs{
  padding-top: 0px;
}
.our-recent-blogs h2{
      margin-bottom: 30px;
}

.cta-section {
    background: #fff;
    padding: 30px 0 60px;
    /*background: url(../images/bottom-cta-bg.jpg) #f5f6f7 no-repeat;
    background-size: cover;*/
    position: relative;
}

.form-foot-in {
    padding: 10px 10px 10px 20px;
    border-radius: 0;
    border: 0;
    width: 100%;
    outline: 0;
    border: 1px solid #bbb;
    color: #000;
}
.help-block.with-errors {
    position: absolute;
    margin: 0;
    color: red;
    font-size: 12px;
}
.cta {
   
  background: transparent linear-gradient(84deg, var(--unnamed-color-005af0) 0%, #AC1CFF 100%) 0% 0% no-repeat padding-box;
background: transparent linear-gradient(84deg, #005AF0 0%, #AC1CFF 100%) 0% 0% no-repeat padding-box;
box-shadow: 6px 6px 10px #005AF033;
border-radius: 5px;

     /* background-image: linear-gradient(rgba(32, 18, 159, 0.7), rgba(86, 18, 74, 0.7));  Standard syntax (must be last) */
    border: 0;
    background-color: #005af0;

    color: #fff;
    padding: 10px 25px;
    outline: 0;
    display: inline-block;
}
.cta:hover{
background: #2601BE 0% 0% no-repeat padding-box;
box-shadow: 6px 6px 10px #005AF033;
border-radius: 5px;}
/* footer {
    background: #636363;
    color: #fff;
    padding: 30px 0 0;
}
.foot-copy-1 {
    padding-bottom: 35px;
}
footer h6 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #f3f5f5;
}
footer a, footer p {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}
footer ul {
    padding: 0;
}
footer li {
    list-style: none;
    margin-bottom: 6px;
}
.foot-copy-2 {
    padding-top: 28px;
    background: #4b4a4a;
} */
.foot-bg {
  background: #3c3c3c;
  color: #b3b3b3;
  padding: 30px 30px 20px;
  font-size: 12px;
}
.foot-size {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .1px;
  color: #ebf1f7;

}
.space-mar-15 {
  margin-top: 15px;
}
.f {
  /*font-family: aileronsemibold;*/
}
.copy {
  font-size: 13px;
}
.no-padding{
  padding: 0;
}
.foot-bg a {
  color: #b3b3b3!important;
  text-decoration: none!important;
  font-size: 12px;

}
.footerUl li{list-style: none;display: inline-block;}
.footerUl{padding-left: 0;}
.form-group.has-error.has-danger{position: relative;}
.form-group.has-error.has-danger input{border-color: red;}
footer p{
  padding-bottom: 0px;
}
.copy {
  font-size: 13px;
}
.space-pad-bot-15 {
  padding-bottom: 15px;
}

.space-pad-top-15 {
  padding-top: 15px;
}
.cta-section .title p{
font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding: 0;
        margin-top: 25px;

}
.cta-section .title h3{
  margin-top:0px;
  font-size: 40px; 
      margin-bottom: 35px;

}
.header-cta a:hover, #bannerForm .cta:hover{
      background: #48A10D;

}
.footcta, .footcta:hover{border: 1px solid var(--unnamed-color-48a10d);
background: #48A10D 0% 0% no-repeat padding-box;
box-shadow: 6px 6px 10px #005AF033;
border: 1px solid #48A10D;
border-radius: 5px;}
.cta{
   position: relative;
overflow: hidden;
}
.cta:after{
    content: "";
    position: absolute;
    top: 25%;
    left: -50%;
    width: 130%;
    height: 90%;
    opacity: 0;
       
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    background: rgba(255,255,255,0.13);
    background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0.13)),color-stop(77%,rgba(255,255,255,0.13)),color-stop(92%,rgba(255,255,255,0.5)),to(rgba(255,255,255,0.0)));
    background: -webkit-linear-gradient(left,rgba(255,255,255,0.13) 0%,rgba(255,255,255,0.13) 77%,rgba(255,255,255,0.5) 92%,rgba(255,255,255,0.0) 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,0.13) 0%,rgba(255,255,255,0.13) 77%,rgba(255,255,255,0.5) 92%,rgba(255,255,255,0.0) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0.13) 0%,rgba(255,255,255,0.13) 77%,rgba(255,255,255,0.5) 92%,rgba(255,255,255,0.0) 100%);
}
.cta:hover:after {
  opacity: 1;
    top: 25%;
    left: 100%;
    -webkit-transition-property: left,top,opacity;
    -o-transition-property: left,top,opacity;
    transition-property: left,top,opacity;
    -webkit-transition-duration: 0.9s,0.9s,.15s;
    -o-transition-duration: 0.9s,0.9s,.15s;
    transition-duration: 0.9s,0.9s,.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.stocks{
  background: #F5F9FF;

}.stocks h2{
  font-size: 60px;
  letter-spacing: 0px;
  margin-bottom: 0;
  color: #425B97;
}
.stocks h2 span{
  font-weight: 700;
    font-size: 60px;
    position: absolute;
    vertical-align: middle;
    line-height: 58px;
    color: #425B97;
}
.stocks  p{
  font-size: 16px;
  font-weight: 600;
}
.stockBox{background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 4px 11px 19px #8FADFF6E;
border-radius: 10px;padding: 10px 30px;position: relative;min-height: 185px;}
@media only screen and (max-width: 991px) {.stockBox{margin-bottom: 20px;}}
@media only screen and (max-width: 590px) {.stockBox{min-height: 215px}}
@media only screen and (max-width: 490px) {.stockBox{min-height: 240px}}
@media only screen and (max-width: 460px) {.col-xxs-12{width: 100%;}.stockBox{min-height: auto;}}
.stockBox:before{background-repeat: no-repeat;width: 11px;height: 60px;position: absolute;content: '';left: -5px;top: 35px;background: url(../images/new/stock-rectangle.png);}
@media only screen and (max-width: 1199px) {
.container {
    width: 100%;
}
.menu ul li a:after{
      padding: 0 8px;

}
.header-cta{
  padding:0;
}
}
@media only screen and (max-width: 1024px) {
  .header-cta a{
        padding: 10px 10px;

  }
  .menu ul li a:after {
    padding: 0 5px;
}

}
@media only screen and (max-width: 991px) and (min-width: 768px) {
 

}
@media only screen and (max-width: 991px) {
  h1, .cta-section .title h3 {
    font-size: 60px;
}
 /*.menu{
    visibility: hidden;
  }*/
  .menu ul li a{
    display: none;
  }
}
@media only screen and (max-width: 767px) {
.portfolio-wrap, .port-big-cta {
    max-width: 420px;
    margin: 0 auto;
        position: relative;

}
.header-cta {
    padding: 0;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -15px;
}
.header-contact p {
    display: inline-block;
    margin-right: 20px;
}
.header-cta a{
      width: 100%;
    display: block;
    margin-top: 0px;
}
header{
      padding-top: 60px;
text-align: center;
}
/*.menu{
  display: none;
}*/
#bannerForm {
    padding: 30px 40px;
}
.hero-banner{
      padding-bottom: 70px;

}
.bg-text{
    display: none;
}
.main-title{
      position: inherit;
    top: 0px;
}
.col-sm-6.col-md-middle.col-md-height {
    background: #f7f7f7;
}
.recent-blog-wrap{
      margin-bottom: 30px;

}
}
.testimonial {
    padding: 60px 0 80px;
   /* background-color: #ecb343;*/
    background-image: url(../images/new/client-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.testimonial h2{
    color: white;
}
/*#testimonialSlider .item:after {
        content: '';
    background: url(../images/m_quote.png) #fff0;
    background-repeat: no-repeat;
    position: absolute;
    right: calc( 50% - 30px );
    top: 20px;
    line-height: 82px;
    border: 1px solid #e4e4e4; 
    border-radius: 70%;
    width: 60px;
    height: 60px;
    font-family: cursive;
    background-position: center center;

}*/
#testimonialSlider .item {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    padding: 20px;
    padding-top: 20px;
    background: white;
    padding-bottom: 5px;
}
#testimonialSlider .item p{font-size: 18px;color: #262626;}
#testimonialSlider.owl-carousel .owl-wrapper{
    padding-top: 50px;
}
#testimonialSlider p.test-client-name {
        font-size: 14px;
    margin-top: 8px;
    float: left;
    text-align: left;
    padding-left: 10px;
        max-width: 75%;
        color: #262626;
        font-weight: 700;

}
#testimonialSlider.owl-carousel .owl-controls .owl-page span{background: #fff !important;}
#testimonialSlider.owl-carousel .owl-item{
    padding: 0 15px;
}
#testimonialSlider .pic{
    width: 100%;
    display: inline-block;
}
#testimonialSlider .pic img {
        border: 3px solid #fdfdfd;
    border-radius: 60%;
    box-shadow: 0px 0px 20px 0px #0000000f;
    float: left;
}
#testimonialSlider p.test-client-name span {
    font-style: italic;
    display: block;
    font-size: 12px;
}
#testimonialSlider  .owl-controls.clickable {
    display: none;
}
/*#bannerForm .form-group,.form-group{
  margin-bottom: 25px;
}*/

}

.m-b-30{
  margin-bottom: 30px;
}
.flutter{
  padding: 60px 0 30px 0;
  background: url(../images/new/flutter-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.flutter h3{margin-bottom: 30px;}
.flutter h5{margin-bottom: 15px;}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.table-container {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
/*.flutterWrapMain{background: url(../images/new/service-bg.png);background-repeat: no-repeat;}*/
.flutterWrapMain h2{font-size: 60px;}
.lastWrap{min-height: 130px !important;}
.lastWrap p{padding-top: 20px;}
.flutterWrap{background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 6px 6px 30px #00000014;
border-radius: 10px;padding: 20px 30px;text-align: center;
    min-height: 170px;margin-bottom: 30px;}
.flutterWrap p{color: #262626;font-weight: 700;margin-top: 8px;margin-bottom: 0;padding-bottom: 0;}
@media(max-width: 1001px){.flutterWrap{min-height: 191px;}}
@media(max-width: 991px){.vcenter{margin-top: 50px}}
@media(max-width: 767px){
  h1{
    font-size: 50px;
  }
}

@media(max-width: 575px){
  h1{
    font-size: 40px;
  }
  .hero-banner{padding-top:130px;}
  .header-contact p{display: block;margin-right: 0;}
  .menu{padding-left: 15px;padding-right: 15px;}
}

.calendlyCta {
    background-color: #f3f3f3;
    padding: 50px 0
}

.calendlyCta .calendyMeet {
    text-align: left;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
}

.calendlyCta .calendyMeet .calendyData {
    margin: 0;
}

.calendlyCta .calendyMeet .calendyData p {
    font-size: 24px;
    line-height: 1.4;
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    color: #262626;
}

.calendlyCta .calendyMeet .calendyData p .orange {
    color: #f26322
}

.calendlyCta .calendyMeet .calendyLink {
    margin: 0;
}

.calendlyCta .calendyMeet .calendyLink .cta {
    padding: 12px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px
}
.calendlyCta .calendyMeet .calendyLink .cta:hover{color: #fff;}
@media (max-width: 991px) {
    .calendlyCta .calendyMeet .calendyData {
        text-align: center;        
        max-width: 740px;
        margin: 0 auto;
    }
    .calendlyCta .calendyMeet .calendyLink {
        text-align: center;
        padding-top: 30px;     
    }
    .calendlyCta .row-md-height,
    .calendlyCta .col-md-height {
      display: block; }
}

.minContainer{
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {.col-md-block{display: block;}}

.client-logo img{-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);cursor: pointer;}
.client-logo img:hover{-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);}
.client-logo .main-title {
  width: 70%;
  margin: .7em auto;
  overflow: hidden;
  text-align: center;
  font-weight:900;
}

.what-we-do .main-title {
  width: 70%;
  margin: .7em auto;
  overflow: hidden;
  text-align: center;
  font-weight:900;
}


@media (min-width: 768px){.firstport, .thirdport{float: right;margin-bottom: 20px;}
.secondport, .fourthport{float: left;margin-bottom: 20px;}
.secondport{padding-top: 40px;}
.thirdport{margin-top: -40px;}}
@media (max-width: 767px){.firstport, .secondport, .thirdport{margin-bottom: 30px}
.portfolio-wrap .port-overlay{top: 0;
    left: 30px;
    right: 0;
    width: 85%;
    bottom: auto;
    opacity: 0;
    height: 100%;}
.portfolio-wrap .portfolio-cont{bottom: auto;left: 0;}
}
@media (max-width: 370px){.portfolio-wrap .portfolio-cont{padding: 15px;}.portfolio-wrap .port-overlay{width: 100%;left: 0}}
.main-title::before,
.main-title::after {
    display: inline-block;
    content: "";
    border-top: 4px solid #005AF0;
    width: 4rem;
    margin: 0 1rem;
    transform: translateY(-1rem);
}
.p-t-30{padding-top: 30px;}
.p-b-60{padding-bottom: 60px;}
.testimonial h2::before,
.testimonial h2::after{
    display: inline-block;
    content: "";
    border-top: 4px solid #fff;
    width: 4rem;
    margin: 0 1rem;
    transform: translateY(-1rem);
}
.sucess-stories-wrap h3::after{
    display: inline-block;
    content: "";
    border-top: 4px solid #fff;
    width: 4rem;
    margin: 0 1rem;
    transform: translateY(-1rem);
}
.grey-bg{background: #F7F7F7;}
.ourGuarantees{padding: 30px 0 30px 0;}
.blueText{color: #005AF0;font-weight: bold;}
.ourGuarantees p{font-size: 18px;line-height: 24px;}
.ourGuarantees img{margin: 0 auto;text-align: center;display: block;padding-bottom: 15px;}
.d-block{width: 100%;display: block;}
.faqWrapperSec {
    padding: 50px 0 70px 0;
}
.faqWrapperSec .faqWrapper {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.faqWrapperSec .faqWrapper .faqWrap {
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
}
.faqWrapperSec .faqWrapper .faqWrap:not(:last-child) {
    margin-bottom: 20px;
}
.faqWrapperSec .faqWrapper .faqWrap .numberWrapper {
    width: 75px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
.faqWrapperSec .faqWrapper .faqWrap .numberWrapper h6 {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #005AF0;
    line-height: 35px;
    color: #fff;
    align-items: baseline;
}
.faqWrapperSec .faqWrapper .faqWrap .questionAnswerWrapper {
    width: calc(100% - 75px);
    padding-left: 15px;
    padding-right: 15px;
}
.faqWrapperSec .faqWrapper .faqWrap .questionAnswerWrapper h4 {
    font-size: 24px;
    font-weight: 600;
}
.faqWrapperSec .faqWrapper .faqWrap .questionAnswerWrapper p {
    font-size: 16px;
}



.col-5 {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 20%;
}
@media (max-width: 991px) {
    .col-5 {
        float: none;
        display: inline-block;
        width: 32.33%;
        margin-bottom: 25px;
    }
}
@media (max-width: 767px) {
    .col-5 {
        width: 39.77%;
    }
}
@media (max-width: 420px) {
   .col-5 {
        width: 100%;
    }
}

.align-self-center{align-self: center;align-items: center;}
.text-blue{color: #005AF0;}
.m-t-30{margin-top: 30px;}
.font-weight-bold{font-weight: bold;}
.calendlyCtafirst{background: url(../images/img/cta-bg.png) no-repeat;background-size: cover;padding: 30px 0;color: #fff;}
.calendlyCtafirst p{color: #fff !important;font-size: 36px !important;}
.calendlyCtafirst .calendyMeet .calendyLink .cta{background: #fff;color: #005AF0 !important;}
.main-tag-content {width: 80%;margin-left: auto;margin-right: auto}
@media(max-width:1199px) {.main-tag-content {width: auto}}
.port-line1{position: absolute;top: 20px;right: 60px;z-index: 999;color: #fff;font-weight: bold;font-size: 26px;}
.port-line2{position: absolute;top: 60px;left: 60px;z-index: 999;color: #fff;font-weight: bold;font-size: 26px;}
.what-we-do-innerone {
    border: 1px solid #f2f2f2;
    padding: 30px;
    transition: 0.2s all ease-in;
    height: 100%;
    text-align: center;
    cursor: pointer;
}
.aligncenter-content{margin: 0 auto;text-align: center;}

.make-customer
{
	padding:70px 0px;
}

.whatson {
    background-color: #f3f3f3;
    padding:70px 0px;
}

.whatson h4
{
	font-weight:700;
	color:#000;
}

.whatson ul li {
    min-height: 42px;
    list-style: none;
    background: url(../images/bullet-points.png) 0px 12px;
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-bottom: 20px;
    background-position: top 2px left;
}

.boxCustomWebinar {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #00000029;
    border-radius: 5px;
    opacity: 1;
    padding: 40px 40px 20px 40px;
    min-height: 640px;
}

.boxCustomWebinar-2 {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 20px #00000029;
  border-radius: 5px;
  opacity: 1;
  padding: 40px 40px 20px 40px;
  min-height:auto;
}

.boxCustomWebinar-5 {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 20px #00000029;
  border-radius: 5px;
  opacity: 1;
  padding: 40px 40px 20px 40px;
  min-height:460px;
}
strong
{
  color: #000;
}

.speakersWrapper {
    padding: 70px 0 70px 0;
}

.speakersWrapper ul li {
    min-height: 42px;
    list-style: none;
    background: url(../images/bullet-points.png) 0px 12px;
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-bottom: 20px;
    background-position: top 2px left;
}

.speakersWrapper h4
{
	color:#000;
	font-weight:bold;
}

.speakersWrapper h2
{
	margin-bottom:40px;
}

.m-b-50
{
	margin-bottom:50px;
}

.m-b-40
{
  margin-bottom:40px;
}

.m-b-30
{
  margin-bottom:30px;
}

.mb-4
{
	margin-bottom:30px;
}

.header-contact p
{
	text-align:right;
}

.webinarBox {
    display: inline-block;
    padding: 8px 25px  5px 25px;
	margin-bottom:10px;
    background-color:#085fdc;
    color: #fff;
	font-size:16px;
}

.exceptional-event {
        background: url(../images/exceptional-event.jpg) no-repeat;
        background-size: cover;
        padding: 20px 0px 20px 0px;
    }

    .exceptional-event h3 {
    font-weight: 500;
    color: #fff;
}

.mt-2
{
  margin-top: 20px;
}

.ctaorange {
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-top: 15px;
    text-decoration: none;
    display: inline-block;
}

.ctaorange:hover
{

  background: #000 0% 0% no-repeat padding-box;
  color:#fff;

}

.footerForm {
  padding: 30px 0 90px 0; }
  .footerForm h2 {
    color: #102349;
    font-size: 30px; }
    @media (max-width: 576px) {
      .footerForm h2 {
        font-size: 28px; } }
  @media (max-width: 576px) {
    .footerForm #footerForm {
      margin-left: 20px;
      margin-right: 20px; } }
  .footerForm #footerForm .headFormWrapper {
    margin-top: 20px; }
    .footerForm #footerForm .headFormWrapper .form-group {
      padding: 0px 10px;
      background-color: #fff; }
      @media (max-width: 991px) {
        .footerForm #footerForm .headFormWrapper .form-group {
          margin-bottom: 25px; } }
      @media (max-width: 767px) {
        .footerForm #footerForm .headFormWrapper .form-group {
          background-color: transparent; } }
      .footerForm #footerForm .headFormWrapper .form-group:nth-child(1) {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px; }
      .footerForm #footerForm .headFormWrapper .form-group:nth-child(3) {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px; }
      .footerForm #footerForm .headFormWrapper .form-group .help-block.with-errors {
        margin: 0;
        position: absolute;
        font-family: 'Aileron';
        font-size: 12px;
        color: red;
        left: 12px; }
      .footerForm #footerForm .headFormWrapper .form-group .form-control {
        height: auto;
        padding: 12px 15px;
        background-color: #fff;
        box-shadow: none;
        border-radius: 0;
        outline: none; }
        /*@media (max-width: 767px) {
          .footerForm #footerForm .headFormWrapper .form-group .form-control {
            border-radius: 8px !important; } }
        .footerForm #footerForm .headFormWrapper .form-group .form-control#email {
          border-radius: 8px 0px 0px 8px; }
        .footerForm #footerForm .headFormWrapper .form-group .form-control#phone {
          border-radius: 0px 8px 8px 0px; }*/
    .footerForm #footerForm .headFormWrapper .form-button #headSubmit {
      background:#48A10D 0% 0% no-repeat padding-box;
      border: none;
      padding: 10.8px 30px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 17px;
      width: 100%;
      float: none;
      color: #fff;
      max-width: 250px;
      cursor: pointer;
      outline: none; }

      @media (min-width: 1400px) {
    .container {
        width:1300px;
    }
}

@media (max-width: 991px) {
	
	.boxCustomWebinar {
    min-height:auto;
	text-align:center;
	margin-bottom:40px;
}

.boxCustomWebinar-2 {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 20px #00000029;
  border-radius: 5px;
  opacity: 1;
  padding: 40px 40px 20px 40px;
  min-height:auto;
}

.boxCustomWebinar-5 {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 20px #00000029;
  border-radius: 5px;
  opacity: 1;
  padding: 40px 40px 20px 40px;
  min-height:auto;
}

.whatson ul li
{
	text-align:left;
}
	
}