body, html {
  /*height: 100%;*/
  margin:0;
  padding: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  line-height: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


ul, li {
  list-style: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, .btn:hover {
  outline: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
  outline-offset: 0;
  text-decoration: none;
}
.btn.focus, .btn:focus, .btn:hover {
  color: #f9f9f9;
  outline: none;
  outline-offset: 0;
}
/* Header Styling */
header {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 70px;
  top: 0;
  left: 0;
  line-height: 70px;
  padding: 0 10px;
  box-sizing: border-box;
  -webkit-transition: background .3s,box-shadow .3s;
  transition: background .3s,box-shadow .3s;
}
.header-area .logo-area .navbar-brand {
  padding: 8px 15px 0 0;
}

.header-area .nav>li>a:focus, .header-area .nav>li>a:hover {
  background-color: transparent;
}
.right-phone a.header-btn {
  font-size: 11px;
  color: #282828;
  padding: 5px 18px;
  margin-right: 20px;
  border: 2px solid rgba(227, 227, 227, 0.5);
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 2px;
}

.ans-menu li.ans-dropdown i.for-mobile {
  font-size: 26px;
  height: 22px;
  width: 22px;
  vertical-align: top;
  transition: 0.3s;
  margin-left: 35px;
  line-height: 23px;
}
.ans-dropdown i.for-desk {
    padding-left: 0px;
}

ul.ans-menu li.ans-dropdown:hover {
    cursor: pointer;
}

.right-phone li a {
  margin-right: 20px;
  padding:0;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #f9f9f9;
}

.right-phone li a:hover {
  color: #f9f9f9;
}
.right-phone li a.login {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #f9f9f9;
  -webkit-transition: font-weight .4s ease-in-out, letter-spacing .4s ease-in-out;
  -moz-transition: font-weight .4s ease-in-out, letter-spacing .4s ease-in-out;
  -o-transition: font-weight .4s ease-in-out, letter-spacing .4s ease-in-out;
  transition: font-weight .4s ease-in-out, letter-spacing .4s ease-in-out; 
}
.right-phone li a.login:hover {
  color: #f9f9f9;
 /* font-weight: 900;
  letter-spacing: normal;*/
}

header.header-area.sticky-header {
  background-color: #f9f9f9;
  -webkit-transition: background .3s,box-shadow .3s;
  transition: background-color .3s,box-shadow .3s;
}
header.header-area.sticky-header .st9 {
  fill: #29333e;
}

header.header-area.sticky-header .right-phone a span.phone, header.header-area.sticky-header .right-phone li a {
  color: #29333e;
}

header.header-area.sticky-header .right-phone a.free-demo {
  display: inline-block;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin-top: 10%;
  padding: 9px 12px;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2px;
  color: #f9f9f9;
  text-decoration: none;
  border-radius: 4px;
  position: relative;
  border: none;
  background-image: linear-gradient(to right, #fbaf3b, #ff6400);
  -webkit-backface-visibility: hidden;
  transition: border 0.7s ease-in-out;
  margin-right: 0px;
  z-index: 1;
}
header.header-area.sticky-header .right-phone a.free-demo:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-image: linear-gradient(to right, #ff6400, #fbaf3b);
  /*transition: opacity 0.7s ease-in-out;*/
  z-index: -1;
  transform: scaleX(0);
  transition: transform 400ms ease-in-out;
  transform-origin: 100% 50%;
}
header.header-area.sticky-header .right-phone a.free-demo:hover:after {
  border-radius: 4px;
  transform: scaleX(1);
  transform-origin: 0 50%;
}
header.header-area.sticky-header .right-phone a.free-demo span.header-btn {
  position: relative;
  z-index: 3;
}

.header-area.sticky-header ul.ans-menu > li > a {
  padding-right: 12px;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 1px;
  text-align: center;
  color: #29333e;
}
.header-area.sticky-header ul.ans-menu > li > a:hover {
  color: #29333e;
  -webkit-transition: font-weight .4s ease-in-out, letter-spacing .4s ease-in-out;
  -moz-transition: font-weight .4s ease-in-out, letter-spacing .4s ease-in-out;
  -o-transition: font-weight .4s ease-in-out, letter-spacing .4s ease-in-out;
  transition: font-weight .4s ease-in-out, letter-spacing .4s ease-in-out; 
}
.header-area.sticky-header ul.ans-menu li.ans-dropdown ul.ans-dropdown-list {
  margin-top: 20px;
}
ul.ans-menu li.mobile {
  display: block;
}

@media (min-width: 1200px) {
  .d-xl-none {
      display: none!important;
  }
  .d-xl-inline-block {
    display: inline-block!important;
  }
  ul.ans-menu li.ans-dropdown:hover > a + ul.ans-dropdown-list {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  ul.ans-menu li.ans-dropdown ul.ans-dropdown-list {
    position: absolute;
    margin: 0;
    animation: fadeIn 0.8s;
    min-width: 158px;
    z-index: 101;
    left: 0;
    top: 85%;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1), 0 20px 25px 0 rgba(51, 54, 57, .06);
    -webkit-transition: 250ms ease-in-out;
    -moz-transition: 250ms ease-in-out;
    -ms-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out;
  }
  ul.ans-menu li.mobile {
    display: none;
  }
}

.main-menu{
  box-shadow:  0 15px 25px 0 rgba(27,31,36,.1),0 8px 8px 0 rgba(54,54,54,.08);

}

.sticky-header{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255,.97);
  box-shadow: 0 15px 25px 0 rgba(27,31,36,.1),0 8px 8px 0 rgba(54,54,54,.08);
  transition: 0.3s;
  z-index: 9;
  
}
.ans-menu.open-ans-menu {
    background: #333;
    z-index: 999;
    opacity: 0.9;
    color: #fff !important;
}

header nav {
  clear:both;
  display: block;
  position:relative;
}
.menu-container {
  padding-left:30px;
  padding-right:30px;
}
.ans-mobile-button {
  display:none;
}
.ans-mobile-button:focus {
  border:0;
  outline:0;
}
.body-overflow {
  overflow:hidden;
}

ul.ans-menu {
  display: block;
   list-style-type: none;
}
ul.ans-menu:after {
  content:"";
  clear:both;
  display:block;
}
.ans-dropdown-list {
  padding: 0;
  list-style: none;
}
.ans-dropdown-list li {
  line-height: 1.5 !important;
}
.ans-dropdown-list li a {
  color: #fff;
}
ul.ans-menu li.ans-dropdown ul.ans-dropdown-list {
  width:100%;
  position: relative;
  display:none;
}

ul.ans-menu li {
  position: relative;
  margin:0 0 30px;
  padding:0;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  line-height: 2.5em;

}
/*ul.ans-menu> li:first-child {
    margin-left: 15px;
}*/
ul.ans-menu > li > a {
  padding-right: 12px;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 1px;
  text-align: center;
  color: #f9f9f9;
  -webkit-transition: font-weight .4s ease-in-out, letter-spacing .4s ease-in-out;
  -moz-transition: font-weight .4s ease-in-out, letter-spacing .4s ease-in-out;
  -o-transition: font-weight .4s ease-in-out, letter-spacing .4s ease-in-out;
  transition: font-weight .4s ease-in-out, letter-spacing .4s ease-in-out; 
}
ul.ans-menu > li > a:hover, ul.ans-menu > li.ans-dropdown > a:hover{
  color: #f9f9f9;
  /*font-weight: 900;
  letter-spacing: normal;*/
}


ul.ans-menu li.ans-dropdown:hover {
  cursor:pointer;
}

ul.ans-menu li.ans-dropdown:hover a {
  box-shadow: none;
}

ul.ans-menu li.ans-dropdown ul.ans-dropdown-list li a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #f9f9f9;
}


ul.ans-menu li.ans-dropdown ul.ans-dropdown-list li a:hover{
  color: #ff6f00;
}

ul.ans-menu li.ans-dropdown ul.ans-dropdown-list li:last-child a {
  padding-bottom:15px;
}


ul.ans-menu li.ans-dropdown.active-dropdown ul.ans-dropdown-list {
  display:block !important;
  transition: 0.5s;
}

ul.ans-menu li.ans-dropdown.active-dropdown a {
  color:#FFF;

}

.ans-mobile-button-open .line1 {
  -webkit-transform: rotate(45deg) translate(4px, 11px);
  transform: rotate(45deg) translate(4px, 11px);
}

.ans-mobile-button-open .line2 {opacity: 0;}

.ans-mobile-button-open .line3 {
  -webkit-transform: rotate(-45deg) translate(0px, -7px);
  transform: rotate(-45deg) translate(0px, -7px);
}

.ans-mobile-button {
  display:inline-block;
  position:absolute;
  right:10px;
  top:10px;
  background: transparent;
  color:#3d3d3d;
  /*margin:0;
  padding:0;*/
  cursor:pointer;
  border: 0;
  margin-top: 12px;
  /*margin-right: 7px;
  width: 30px;*/
  }


.ans-mobile-button .line1, .ans-mobile-button .line2, .ans-mobile-button .line3 {
  width: 21px;
  height: 2px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
  display:block;
}
.header-area.sticky-header .ans-mobile-button .line1, .header-area.sticky-header .ans-mobile-button .line2, .header-area.sticky-header .ans-mobile-button .line3 {
  background-color: #29333e;
}
.ans-mobile-button.ans-mobile-button-open .line1, .ans-mobile-button.ans-mobile-button-open .line2, .ans-mobile-button.ans-mobile-button-open .line3 {
  background-color: #fff;
}
.header-area.sticky-header .ans-mobile-button.ans-mobile-button-open .line1, .header-area.sticky-header .ans-mobile-button.ans-mobile-button-open .line2, .header-area.sticky-header .ans-mobile-button.ans-mobile-button-open .line3 {
  background-color: #fff;
}

ul.ans-menu {
  display:none;
  margin:0;
    height: 0;
}  

ul.open-ans-menu {
  position: fixed;
  background: #FFF;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  height:100%;
  float: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  
}

.ans-mobile-button-open {
  position: fixed;
  z-index:99999;
  top: 6px;
  right: 4px;
  background: transparent;
}
 
.ans-menu li.ans-dropdown i.for-mobile {
  font-size: 26px;
  height: 22px;
  width: 22px;
  vertical-align: middle;
  transition: 0.3s;
  margin-left: 5px;
  line-height: 23px;
}

.ans-menu li.ans-dropdown a.arrow-active i.for-mobile {
  padding-right: 23px;
  transform: rotate(180deg);
}    

.logo-area {
  width: 210px;
}
a.logo{
  line-height: 65px;
  width: 210px;
  position: absolute;
  z-index: 9980;
  margin-top: 15px;
}
a.logo .logob {
  fill: #ff8400;
}
a.logo .logol, a.logo .logor{
  fill: #2a92ca;
}
a.logo .logochar{
  fill: #1f81bc;
}
.phone-small {
  font-weight: 700;
  color: #f9f9f9;
  transition: 0.3s;
  position: absolute;
  right: 90px;
  /*top: 24px;*/
  z-index: 9990;
}
.phone-small:hover {
    color: #ce5e08;
    opacity: 0.9;
}

.right-phone{
  line-height: 70px;
  float: right;
}

ul.right-phone li {
  display: inline-block;
}


.right-phone li a.btn.orange-white-btn {
  padding: 12px 0;
  letter-spacing: 0.53px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
 header.header-area.sticky-header .right-phone li a.btn.orange-white-btn {
  color: #fff;
 }

.right-phone a i.fa, a.phone-on-mobile i.fa {
  font-weight: 700;
  color: #ff6f00;
  transform: rotate(-30deg);
  margin-right: 8px;
  transition: 0.3s;
}
.right-phone a span.phone {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #f9f9f9;
  -webkit-transition: font-weight .4s ease-in-out, letter-spacing .4s ease-in-out;
  -moz-transition: font-weight .4s ease-in-out, letter-spacing .4s ease-in-out;
  -o-transition: font-weight .4s ease-in-out, letter-spacing .4s ease-in-out;
  transition: font-weight .4s ease-in-out, letter-spacing .4s ease-in-out; 
}
.right-phone a span.phone:hover{
  color: #f9f9f9;
  /*font-weight: 900;
  letter-spacing: normal;*/
  
}
a.phone-on-mobile{
  position: fixed;
  right: 30px;
  top: 24px;
  z-index: 999;
  display: none;
}

/*  Extra small devices (portrait phones, less than 576px) */
@media (max-width: 385px) {
  .header-area span.phone {
    display: none !important;
  }
}
@media (min-width: 0px) and (max-width: 575.98px) { 
    
  .logo-area {
    width: 175px;
  }
  .main-menu ul.right-phone {
    display: none;
  }
  a.phone-on-mobile {
    display: block;
    right: 85px;
    top: 16px;
  }
  .phone-small{
    right: 60px;
  }
  .header-area.sticky-header a.logo .logochar{
    fill: transparent; 
  }

  .header-area.sticky-header .phone-small {
    right: 60px;
  }   

  .header-area.sticky-header span.phone {
    color: #29333e;
  }
  .header-area.sticky-header ul.ans-menu > li > a { 
    color: #f9f9f9;
  }
  .header-area.sticky-header ul.ans-menu > li > a:hover {
    color: #f9f9f9;
  }

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
    .main-menu ul.right-phone {
      display: none;
    }
    a.phone-on-mobile {
      display: block;
      right: 85px;
      top: 16px;
    }
    .header-area span.phone {
      display: inline-block !important;
      line-height: 25px;
    }
    .header-area.sticky-header span.phone {
      color: #29333e;
    }
    .header-area.sticky-header .phone-small {
      width: 160px;
      right: 40%;
      margin-right: -85px;
    }
    .header-area.sticky-header a.logo .logochar{
      fill: transparent; 
    }  
    
    .header-area.sticky-header ul.ans-menu > li > a { 
      color: #f9f9f9;
    }
    .header-area.sticky-header ul.ans-menu > li > a:hover {
      color: #f9f9f9;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
 .main-menu ul.right-phone {
    display: none;
  }
  .header-area.sticky-header .phone-small {
      width: 160px;
      right: 45%;
      margin-right: -85px;
  }
  .header-area span.phone {
      display: inline-block !important;
      line-height: 25px;
  }
  .header-area.sticky-header span.phone {
    color: #29333e;
  }
  .header-area.sticky-header a.logo .logochar{
      fill: transparent; 
  }
  a.phone-on-mobile {
    display: block;
    right: 85px;
    top: 16px;
  }
  .header-area.sticky-header ul.ans-menu > li > a { 
    color: #f9f9f9;
  }
  .header-area.sticky-header ul.ans-menu > li > a:hover {
    color: #f9f9f9;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .header-area span.phone {
      display: inline-block !important;
      line-height: 25px;
  }
  .header-area.sticky-header span.phone {
    color: #29333e;
  }
  .header-area.sticky-header ul.ans-menu > li > a { 
    color: #f9f9f9;
  }
  .header-area.sticky-header ul.ans-menu > li > a:hover {
    color: #f9f9f9;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  
  .main-menu ul.right-phone {
    display: none;
  }
  .header-area.sticky-header .phone-small {
      width: 160px;
      right: 50%;
      margin-right: -85px;
  }
  a.phone-on-mobile {
    display: block;
  }
  .header-area.sticky-header a.logo .logochar{
      fill: transparent; 
  }
  .header-area .col-lg-2 {
      -ms-flex: 0 0 23%;
      flex: 0 0 23%;
      max-width: 23%;
  }
  .header-area .col-lg-6{
    -ms-flex: 0 0 77%;
    flex: 0 0 77%;
    max-width: 77%;
  }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
  ul.ans-menu li.ans-dropdown:hover > a + ul.ans-dropdown-list {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  ul.ans-menu li.ans-dropdown ul.ans-dropdown-list {
    position:absolute;
    margin: 0;
    animation: fadeIn 0.8s;
    min-width: 150px;
    transform: scale(.9);
    opacity: 0;
    visibility: hidden;
    z-index: 101;
    left: 0;
    top: 85%;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1), 0 20px 25px 0 rgba(51, 54, 57, .06);
    -webkit-transition: 250ms ease-in-out;
    -moz-transition: 250ms ease-in-out;
    -ms-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out;
  }
  ul.ans-menu li{
    display: inline-block;
    line-height: 1.5;
  }

  ul.ans-menu {
    display:block;
    margin-left: 200px;
  }
  ul.ans-menu li.ans-dropdown ul.ans-dropdown-list:after{
    position: absolute;
    content: "";
    bottom: 100%;
    left: 10px;
    border: 8px solid #fff;
    border-right-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
  ul.ans-menu > li > a{
    line-height: 25px;
  }
  ul.ans-menu li.ans-dropdown ul.ans-dropdown-list{
    display: block;
  }

  ul.ans-menu li.ans-dropdown ul.ans-dropdown-list li {
    display:block;
    transition: 0.5s;
  }
  .ans-dropdown-list {
    padding: 0;
    list-style: none;
  }
  .ans-dropdown-list li {
    line-height: 1.5 !important;
  }
  .ans-dropdown-list li a {
    color: #fff;
  }
  ul.ans-menu li.ans-dropdown ul.ans-dropdown-list li a{
     color: rgba(36, 41, 43, .8);
     text-align: left;
  }
  ul.ans-menu > li > a:hover, ul.ans-menu > li.ans-dropdown > a:hover{
    color: #f9f9f9;
    /*font-weight: 900;
    letter-spacing: normal; */
  }
  ul.ans-menu li.ans-dropdown ul.ans-dropdown-list li a:hover{
    color: rgba(36, 41, 43, 1);
  }
  .phone-small{
    display: none;
  }
  .ans-mobile-button{
    display: none;
  }
  header {
    padding: 0 25px;
  }
  .right-phone a span.phone, .right-phone li a.login {
    line-height: 25px;
  }

}

/* Menu on hover underline effect starts here */
.expand{
  position:relative;
  text-decoration:none;
  display:inline-block;
}
.expand:after {
  display:block;
  content: '';
  border-bottom: solid 3px #FD881C;  
  transform: scaleX(0);  
  transition: transform 400ms ease-in-out;
  transform-origin:100% 50%
}
.expand:hover:after { 
  transform: scaleX(1);
  transform-origin:0 50%;
}

/* Menu on hover underline effect ends here */


/* Hero image with text */
.hero-inner {
  margin: 0 auto;
  text-align: center;
}
.homepage {
  padding: 800px 0 0
}
.middled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  height: 100%;
}
.hero,
.navigation {
  position: fixed;
  top: 0;
  left: 0
}
.hero {
  z-index: 0;
  overflow: hidden;
  /*text-align: center;*/
  width: 100%;
  height: 100vh;
  max-height: 596px;
}
.hero .arrows,
.hero img:not(.play),
.hero video {
  left: 50%;
  position: absolute
}

.hero.overscrolled {
  position: absolute;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0)
}
.hero img:not(.play) {
  top: 50%;
  z-index: -2;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0)
}

.hero img:not(.play).cover {
  z-index: -1;
  -webkit-transition: all .5s;
  transition: all .5s
}

.hero img:not(.play).cover.hide {
  opacity: 0
}

.hero img:not(.play).mobile {
  display: none
}

.hero .arrows {
  bottom: 39px;
  cursor: pointer;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0)
}

.hero .arrows .arrows-inner {
  display: block;
  width: 16px;
  height: 18px;
  padding: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.hero .arrows .arrows-inner::after,
.hero .arrows .arrows-inner::before {
  content: "";
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, .4);
  margin: 10px 0 0 -5px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-animation: homepage-hero-arrows 2s infinite cubic-bezier(.1, .57, .5, 1);
  animation: homepage-hero-arrows 2s infinite cubic-bezier(.1, .57, .5, 1)
}

.hero .arrows .arrows-inner::after {
  top: 9px;
  border-color: rgba(255, 255, 255, .7);
  -webkit-animation: homepage-hero-arrows2 2s infinite cubic-bezier(.1, .57, .5, 1);
  animation: homepage-hero-arrows2 2s infinite cubic-bezier(.1, .57, .5, 1)
}
@-webkit-keyframes homepage-hero-arrows {
  0%,
  15% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0) rotateZ(45deg);
    transform: translate3d(0, -20px, 0) rotateZ(45deg)
  }
  40%,
  80% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(45deg);
    transform: translate3d(0, 0, 0) rotateZ(45deg)
  }
  100% {
    opacity: 0
  }
}

@keyframes homepage-hero-arrows {
  0%,
  15% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0) rotateZ(45deg);
    transform: translate3d(0, -20px, 0) rotateZ(45deg)
  }
  40%,
  80% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(45deg);
    transform: translate3d(0, 0, 0) rotateZ(45deg)
  }
  100% {
    opacity: 0
  }
}

@-webkit-keyframes homepage-hero-arrows2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0) rotateZ(45deg);
    transform: translate3d(0, -20px, 0) rotateZ(45deg)
  }
  35%,
  80% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(45deg);
    transform: translate3d(0, 0, 0) rotateZ(45deg)
  }
  100% {
    opacity: 0
  }
}

@keyframes homepage-hero-arrows2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0) rotateZ(45deg);
    transform: translate3d(0, -20px, 0) rotateZ(45deg)
  }
  35%,
  80% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(45deg);
    transform: translate3d(0, 0, 0) rotateZ(45deg)
  }
  100% {
    opacity: 0
  }
}

.hero-inner .content h1 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.07;
  letter-spacing: 1.2px;
  color: #ffffff;
  margin-bottom: 9px;
}
.hero-inner .content p {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  /*text-align: center;*/
  color: #ffffff;
  margin-bottom: 22px;
}

.orange-white-btn {
  display: inline-block;
  color: #f9f9f9;
  width: 246px;
  height: 45px;
  border-radius: 4px;
  border: none;
  padding: 12px 0;
  position: relative;
  background-image: linear-gradient(to right, #fbaf3b, #ff6400);
  -webkit-backface-visibility: hidden;
  z-index: 1;
}
.orange-white-btn:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-image: linear-gradient(to right, #ff6400, #fbaf3b);
  transition: opacity 0.7s ease-in-out;
  z-index: 2;
  opacity: 0;
}
.orange-white-btn:hover:after {
  opacity: 1;
}
.orange-white-btn span {
  position: relative;
  z-index: 3;
}


a.orange-white-btn {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.53px;
  text-align: center;
  color: #fff;
}
.right-phone li a.secondary-cta, ul.ans-menu li a.secondary-cta {
  border: 1px solid #fff;
  border-radius: 4px;
  height: 44px;
  padding: 10px 30px;
}
ul.ans-menu li a.secondary-cta {
  padding: 9px 20px;
}
ul.ans-menu li .orange-white-btn {
  padding: 10px 10px;
}

header.header-area.sticky-header .right-phone li a.secondary-cta {
  border: 1px solid #29333e;
}
.hero-inner a.orange-white-btn {
  transform: translateX(100%);
}
.hero-bottom-box {
  position: relative;
  padding: 0;
}
.hero-bottom-box .box_title h3 {
  position: absolute;
  right: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  background: rgba(20, 34, 39, 0.39);
  font-size: 20px;
  padding: 20px 80px 20px 20px;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
}

.header-area .gradient-logo {
  display: none;
}
.header-area.sticky-header .gradient-logo {
  display: block;
  width: 200px;
  height: 38px;
}
.header-area.sticky-header a.logo svg {
  display: none;
}

.active-desktop {
  display: block;
}
.gradient-bg {
  background-image: linear-gradient(to right, #2e3192 -6%, #00aded 106%);
}

.affiliate .signup-section {
  padding: 93px 0 72px;
  text-align: center;
  color: #fff;
  position: relative;
}
.affiliate .signup-section h2 {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 1px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
.affiliate .signup-section p {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0.4px;
  margin: 24px 0 52px;
}
.affiliate .signup-section .cta {
  min-width: 282px;
}

.affiliate .become-affiliate {
  width: 100%;
  background: #ffffff;
  padding: 100px 0;
  position: relative;
  color: #29333e;
}


.affiliate .become-affiliate .sec-subtitle {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.8px;
  text-align: center;
}

.affiliate .become-affiliate .icons-section {
  margin-top: 60px;
  text-align: center;
}
.affiliate .become-affiliate .icons-section .icon img {
  height: 80px;
  width: 80px;
}
.affiliate .become-affiliate .icon-title {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.34px;
  text-align: center;
  margin-top: 17px;
}
.affiliate .become-affiliate .icon-content {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: center;
  padding: 0 40px;
  margin-top: 30px;
}
.affiliate .owners-section {
  padding: 100px 0;
  color: #ffffff;
}
.affiliate .owners-section h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.17;
  letter-spacing: 0.92px;
  margin-bottom: 10px;
}
.affiliate .owners-section p.subtitle {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 24px;
  letter-spacing: normal;
  line-height: normal;
}
.affiliate .owners-section .content-section {
  margin-top: 36px;
}
.affiliate .owners-section .content-section > div {
  padding: 0 50px 0 0;
}
.affiliate .owners-section .content-section p {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.2px;
}
.affiliate .trustpilot-section {
  padding: 100px 0;
  color: #343d48;
}


.affiliate .trustpilot-section figure {
  max-width: 250px;
  height: auto;
  margin: 0 auto 60px;
}
.affiliate .trustpilot-section figure img {
  width: 100%;
  height: auto;
}
.affiliate .join-section {
  color: #fff;
}
.affiliate .join-section .content {
  width: 50%;
  text-align: left;
}
.affiliate .join-section h2 {
  font-size: 48px;
  font-weight: 600;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  margin-bottom: 36px;
}








/* Responsive styling */
@media only screen and (max-width:991px) {
  .hero-inner {
    width: 85%;
    margin: 0 auto;
    left: 0;
    top: 20%;
  }
  .hero-inner a.orange-white-btn {
    transform: none;
  }
  .active-desktop {
    display: none;
  }
  .affiliate .become-affiliate {
    padding: 50px 0;
  }
  .affiliate .become-affiliate .single-item {
    margin-bottom: 40px;
  }
  .affiliate .owners-section {
    padding: 50px 0;
  }
  .affiliate .owners-section h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .affiliate .owners-section .content-section > div {
    padding: 0;
  }
  .affiliate .trustpilot-section {
    padding: 50px 0;
  }
  .affiliate .join-section .content {
    width: 90%;
    margin-top: 80px;
  }
  .affiliate .join-section h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .affiliate .signup-section {
    padding: 93px 20px 72px;
  }
  .affiliate .signup-section h2 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-inner .content h1 {
    font-size: 46px;
  }
  .hero.banner .bottom-right-title {
    padding-top: 96%;
  }
  .d-none {
    display: none!important;
  }
  footer .privacy-links li {
    padding-left: 15px;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-inner .content h1 {
    font-size: 40px;
  }
  .affiliate.tutordoctor .hero-inner .content h1 {
    margin-top: 100px;
  }
  .hero-inner .content p {
    font-size: 16px;
  }
  .hero.banner .bottom-right-title {
    padding-top: 6%;
  }
  footer .footer-logo-section {
    padding-bottom: 25px;
  }
  footer .privacy-links li {
    padding-left: 10px;
  }
  .d-none {
    display: none!important;
  }
}

@media only screen and (min-width: 568px) and (max-width: 767px) {
  .hero-inner .content h1 {
    font-size: 29px;
  }
  .affiliate.tutordoctor .hero-inner .content h1 {
    margin-top: 100px;
  }
  .hero-inner .content p {
    font-size: 16px;
  }
  .hero.banner .bottom-right-title {
    padding-top: 10%;
  }
  .hero-bottom-box .box_title h3 {
    font-size: 16px;
  }
  .d-none {
    display: none!important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 567px) {
  .hero-inner .content h1 {
    font-size: 29px;
  }
  .affiliate.tutordoctor .hero-inner .content h1 {
    margin-top: 100px;
  }
  .hero-inner .content p {
    font-size: 16px;
  }
  .hero-bottom-box .box_title h3 {
    font-size: 16px;
  }
  .d-none {
    display: none!important;
  }
}

@media only screen and (min-width: 1366px) and (orientation:landscape) {
  .hero.banner .bottom-right-title {
    padding-top: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .hero.banner .bottom-right-title {
    padding-top: 85%;
  }
}
@media only screen and (min-width: 1600px) {
  .hero-inner .content h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1600px) and (orientation:landscape) {
  .hero.banner .bottom-right-title {
    padding-top: 78%;
  }
}


/* Footer Style */
footer {
  text-align: center;
  color: #fff;
  background-image: linear-gradient(to right,#24287e,#0879d0);
  position: relative;
}

footer>h2 {
  margin: 0 0 30px 0;
  padding: 54px 10px 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 48px;
  letter-spacing: 1px;
}

@media only screen and (max-width:1023px) {
  footer>h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width:559px) {
  footer>h2 {
    width: 80%;
    margin: 0 auto 30px
  }
}

footer>h2+p {
  margin: 0 0 50px;
  letter-spacing: .2px;
  line-height: 1.39;
  font-size: 18px;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 400;
}

@media only screen and (max-width:559px) {
  footer>h2+p {
    width: 75%;
    margin: 0 auto 30px;
  }
}

footer a.cta {
  margin-bottom: 50px;
  width: 282px;
  height: 50px;
  padding: 15px 25px;
}
/*
@media only screen and (max-width:1023px) {
  footer a.cta {
    display: none
  }
}
*/
.desktop-footer {
  padding: 0 15px;
  text-align: left
}

.desktop-footer .container {
  max-width: 1280px
}

.desktop-footer .other-links {
  padding: 120px 0 40px 0
}

.desktop-footer .other-links li {
  float: left;
  width: calc(100%/6);
  padding: 0 10px
}

.desktop-footer .other-links li h6 {
  font-size: 12px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1.5;
  letter-spacing: 2px
}

.desktop-footer .other-links li a {
  display: table;
  font-size: 14px;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0 0 15px 0;
  line-height: 1.5;
  color: rgba(255, 255, 255, .7)
}

.desktop-footer .other-links li.branding {
  position: relative;
  padding: 0 10px 0 0
}

.desktop-footer .other-links li.branding a {
  color: #fff;
  font-size: 18px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500
}

.desktop-footer .other-links li.branding a>svg {
  vertical-align: middle;
  margin: 0 5px 0 0
}

.desktop-footer .other-links li.branding a.brand-logo {
  margin: 0 0 12px 0
}

.desktop-footer .other-links li.branding a.brand-logo svg {
  width: 180px
}

.desktop-footer .other-links li.branding a.brand-logo+span {
  color: #ced5dd;
  font-size: 14px;
  display: table;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0 0 5px 0
}

.desktop-footer .other-links li.branding h6 {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.desktop-footer .other-links li.branding p {
  font-size: 14px;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: 1.5;
}

.desktop-footer .other-links li.onet-onep svg {
  margin: 0 0 15px 0
}

.desktop-footer .other-links li.onet-onep a,
.desktop-footer .other-links li.onet-onep span {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
  margin: 0 0 15px 0;
  display: table;
  color: #fff
}

.desktop-footer .other-links li.onet-onep p {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 15px 0;
  line-height: 22px
}

.desktop-footer .terms-policy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 0;
  border-bottom: 2px solid #fff
}

.desktop-footer .extra-info p {
  font-size: 18px;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 0.4px;
  color: #f2f2fa;
  text-align: center;
}
@media only screen and (max-width:991px) {
  .desktop-footer .terms-policy.desktop {
    display: none
  }
}

.desktop-footer .terms-policy a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0 25px;
  opacity: .75;
  line-height: 1.64;
  transition: all .3s;
  color: #fff;
}

.desktop-footer .terms-policy a:after {
  content: "";
  bottom: 0;
  left: 0;
  display: block;
  pointer-events: none;
  background: #fff;
  width: 100%;
  height: 1px;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: all .3s
}

.desktop-footer .terms-policy a:hover,
.desktop-footer .terms-policy header .cookie-section a.cta:visited,
.desktop-footer .terms-policy header .desktop-header .navigation-box .navigation-pannel .login-options a.cta-primary:visited,
.desktop-footer .terms-policy header .mobile-header .cookie.mobile a.cta:visited,
.desktop-footer .terms-policy header .mobile-header .mobile-navbox--parent .mobile-signup-pannel a.cta-primary:visited,
header .cookie-section .desktop-footer .terms-policy a.cta:visited,
header .desktop-header .navigation-box .navigation-pannel .login-options .desktop-footer .terms-policy a.cta-primary:visited,
header .mobile-header .cookie.mobile .desktop-footer .terms-policy a.cta:visited,
header .mobile-header .mobile-navbox--parent .mobile-signup-pannel .desktop-footer .terms-policy a.cta-primary:visited {
  opacity: 1
}

.desktop-footer .terms-policy a:hover::after,
.desktop-footer .terms-policy header .cookie-section a.cta:visited::after,
.desktop-footer .terms-policy header .desktop-header .navigation-box .navigation-pannel .login-options a.cta-primary:visited::after,
.desktop-footer .terms-policy header .mobile-header .cookie.mobile a.cta:visited::after,
.desktop-footer .terms-policy header .mobile-header .mobile-navbox--parent .mobile-signup-pannel a.cta-primary:visited::after,
header .cookie-section .desktop-footer .terms-policy a.cta:visited::after,
header .desktop-header .navigation-box .navigation-pannel .login-options .desktop-footer .terms-policy a.cta-primary:visited::after,
header .mobile-header .cookie.mobile .desktop-footer .terms-policy a.cta:visited::after,
header .mobile-header .mobile-navbox--parent .mobile-signup-pannel .desktop-footer .terms-policy a.cta-primary:visited::after {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

.desktop-footer .terms-policy-links.mobile {
  display: none
}

@media only screen and (max-width:991px) {
  .desktop-footer .terms-policy-links.mobile {
    display: block
  }
}

.desktop-footer .terms-policy-links.mobile .terms-policy {
  padding: 0
}

.desktop-footer .terms-policy-links.mobile .terms-policy a {
  font-size: 11px;
  line-height: 2.09;
  margin: 0 16px 0 0
}

.desktop-footer .terms-policy-links.mobile .terms-policy.first-row {
  border: none
}

.desktop-footer .terms-policy-links.mobile .terms-policy.second-row {
  padding-bottom: 12px
}

.desktop-footer .social-media-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0
}

.desktop-footer .social-media-links a {
  margin: 0 10px
}
.desktop-footer .social-media-links a.youtube {
  margin: auto 10px;
}

.mobile-footer {
  text-align: left
}

.mobile-footer .brand-logo {
  margin: 20px 0 0 15px;
  display: inline-block
}

.mobile-footer .accordian-menu {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  margin: 20px 0 0 0
}

.mobile-footer .accordian-menu .dropdown-container {
  border-top: 1px solid #fff
}

.mobile-footer .other-links {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.mobile-footer .other-links li {
  padding: 15px;
  line-height: 24px;
  text-align: center;
  border-top: 1px solid #fff;
  font-size: 13px;
  font-weight: 600
}

.mobile-footer .other-links li.social-media-links a {
  margin: 0 7px
}

.mobile-footer .other-links li.social-media-links a svg g {
  fill: #fff;
  fill-opacity: .8
}