/* global rules */
.ltfh {
    line-height: 1.4;
}

.ltfh.logomaker{
    background-color: #FFF;
    width: 1140px;
}

/* Partner logo starts */
.ltfhHeader {
    padding: 20px 0;
    box-shadow: 0 2px 3px 0 #e4e7eb;
    margin-bottom: 3px;
}

.ltfhHeader .ltfhLogo,
.logo-header .ltfhLogo {
    text-indent: -9990px;
    background: url(../images/logo.svg) no-repeat;
    width: 175px;
    height: 28px;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.top-header {
    padding: 15px 0;
}

.top-header .ltfhLogo {
    background: #fff url(../images/logo.jpg) no-repeat;
    width: 155px;
    height: 22px;
    text-indent: -999em;
}

.ltfhHeader {
    box-shadow: 0 1px 0 0 #f4f4f4;
}

.ltfhHeader .logo-client {
    background: url(../images/logo.jpg) no-repeat;
    text-indent: -999em;
    width: 155px;
    height: 22px;
    margin-top: 7px;
}
/* Partner logo ends */

/* Search form starts */
.content-wrp .form-custom {
    padding: 11px 0;
    box-shadow: 0 1px 3px 0 #e4e7eb;
    margin-bottom: 3px;
}

.btn-radius {
    border-radius: 100px;
}

.form-custom label {
    color: #8a929e;
    font-weight: 700;
    font-size: 14px;
}

.form-custom .form-control {
    border: none;
    height: inherit;
    font-size: 14px;
    border-bottom: 1px solid #e0e4eb;
    transition: all 0.3s ease-in-out 0.2s;
}

.ltfh .form-control {
    padding: 2.5px 0px;
    border-radius: 0px;
}

.form-custom .form-control:focus {
    border: none;
    outline: none;
    box-shadow: none;
    height: inherit;
    font-size: 14px;
    border-bottom: 1px solid #3f7de9;
    transition: all 0.2s ease-in-out 0.1s;
}

.form-custom .form-control.error {
    border-bottom: 1px solid #e76060;
}

.form-custom .btn {
    padding: 9px 50px;
}

.form-custom .form-control::placeholder {
    color: lightgrey;
    opacity: 0.7;
}

.results-form-container{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgba(0, 0, 0, 0.12) 0px 1px 2px;
    padding: 5px 10px 0px 10px;
}
.results-form-container .form-control, .results-form-container .form-control:focus{
    border: none;
}

.results-form-container label{
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #3841C4;
    /* display: flex !important; */
}

.results-form-container #logo_name, .results-form-container #slogan, .results-form-container #logo_slogan{
    font-size: 22px;
    padding-bottom: 9px;
    font-family: 'Montserrat', sans-serif;
}

.results-form-container #logo_name::placeholder, .results-form-container #slogan::placeholder, .results-form-container #logo_slogan::placeholder{
    font-size: 16px;
}

.results-form-container #logo_name{
    font-weight: 600;
}

.results-form-container #slogan, .results-form-container #logo_slogan{
    font-weight: 400;
}

.results-form #btn-get-logos{
    border-radius: 4px;
    font-size: 22px;
    padding: 12px 35px 8px 35px;
    margin-top: 8px;
    letter-spacing: 1px;
    font-weight: 600;
}

.results-form .logo-pin-counter{
    margin-right: 30px;
    margin-top: 18px;
}

.form-container{
    width: 1036px;
    margin: 0 auto;
}

.form-input-text, .form-input-button, .form-pin-count{
    display: inline-block;
    vertical-align: top;
}

.form-input-text{
    width: 250px;
    margin-right: 15px;
}

.form-input-button{
    width: 165px;
    margin-right: 10px;
}

.form-pin-count{
    width: 45px;
    margin-top: 4px;
    margin-left: 8px;
}

.tooltip-brandname-focus{
    position: absolute;
    left: -100px;
    width: 135px;
    top: 5px;
    display: none;
}

.tbf-text{
    background-color: #E2EBF2;
    padding: 4px 10px;
    font-size: 12px;
    width: 112px;
    display: inline-block;
}

.tbf-arrow{
    display: inline-block;
    width: 15px;
    font-weight: bold;
    vertical-align: top;
    margin-top: 21px;
}

.sticky-header{
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1400px;
    background-color: white;
    padding: 15px 0px;
    z-index: 10001;
    box-shadow: 0px 0px 15px #c5bfbf !important;
    -border-radius: 0px 0px 20px 20px;
}

.sticky-padding{
    padding-top: 105px;
}

.sticky-logo-loader-container{
    margin-top: 100px;
}

#logo_pages{
    z-index: 1000;
}

.logo-body.unaligned{
      position: absolute;
      content: '';
      font-size: 30px;
      background: url(../images/loader.gif);
      width: 549px;
      height: 360px;
      pointer-events: none;
      background-position: center;
      background-size: 450px;
}

#btn-get-logos {
    margin-top: 20px;
    background-color: #3e2cca;
    border-color: #3e2cca;
    color: white;
    margin-right: 16px;
}

#btn-get-logos:hover {
    border-color: #3e2cca;
    background-color: #3e2cca;
    color: white;
}

.error-msg {
    background: #fff url(../images/ic-error.png) no-repeat 10px 10px;
    border: 1px solid #e4e7eb;
    font-size: 12px;
    padding: 10px 10px 10px 35px;
    margin: 10px 0;
    position: absolute;
    width: 220px;
    color: #ea7373;
    z-index: 1;
}

.home .error-msg {
    margin: -25px 0px;
}

.error-msg::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #e4e7eb;
}

.error-msg::after {
    content: "";
    position: absolute;
    top: -5px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}

.pin-count {
    background: #fdd069;
    width: 17px;
    height: 17px;
    text-align: center;
    color: #1e1c31;
    border-radius: 25px;
    display: inline-block;
    font-size: 12px;
    position: absolute;
    top: -6px;
    right: -13px;
}
/* Search form ends */

/* Button style start */
.btn-blue {
    height: 40px;
    width: 130px;
    border-radius: 20px;
    background-color: #3F7EE9;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.btn-blue:hover {
    background-color: #1467F5;
}

.space-wrp {
    padding-top: 70px;
    padding-bottom: 70px;
}

.ltfh .btn-rounded {
    padding: 8px 20px;
    border-radius: 50px;
}

.btn {
    text-align: center;
    padding: 9px 0;
    font-size: 14px;
    margin: 0;
    border-radius: 100px;
    border: none;
}

.btn.disabled,
.btn:disabled {
    opacity: 0.5;
    pointer-events: none;
}
/* Button style ends */

/* Pre Loader starts */
.loader-bg {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.loader-bg #loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
}

@media (min-width: 200px) and (max-width: 980px) {

    .loader-bg #loader {
        min-height: 80vh;
    }

}

.text-box.noedit input, .text-box.noedit input:focus, .text-box.noedit h4{
    color: #e8e8e8;
}

.regenerate_flow #logo_name, .regenerate_flow #logo_name_label{
    background-color: white;
    color: #d5d5d5;
}

.loader-bg .loader {
    max-width: 300px;
    width: 100%;
    height: auto;
    stroke-linecap: round;
}

.loader-bg circle {
    fill: none;
    stroke-width: 3.5;
    -webkit-animation-name: preloader;
    animation-name: preloader;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform-origin: 170px 170px;
    transform-origin: 170px 170px;
    will-change: transform;
}

.loader-bg circle:nth-of-type(1) {
    stroke-dasharray: 550;
}

.loader-bg circle:nth-of-type(2) {
    stroke-dasharray: 500;
}

.loader-bg circle:nth-of-type(3) {
    stroke-dasharray: 450;
}

.loader-bg circle:nth-of-type(4) {
    stroke-dasharray: 300;
}

.loader-bg circle:nth-of-type(1) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}

.loader-bg circle:nth-of-type(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.loader-bg circle:nth-of-type(3) {
    -webkit-animation-delay: -0.45s;
    -moz-animation-delay: -0.45s;
    animation-delay: -0.45s;
}

.loader-bg circle:nth-of-type(4) {
    -webkit-animation-delay: -0.6s;
    -moz-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

@-webkit-keyframes preloader {
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes preloader {
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* Pre Loader ends  */

/* home banner starts */
.home #box-logos {
    margin-top: -54px;
}
.banner-1 {
    background: url(../images/home-banner-1.jpg) no-repeat top center;
    background-size: 100%;
    height: 644px;
    background-color: #F5F5FC;
}

.banner-1 .banner-container{
    width: 1100px;
}

.banner-1 .logo-card{
    height: 260px;
    width: 480px;
    position: inherit;
    background: none;
    box-shadow: none;
    border: 1px dashed #707171;
}

.banner-1 .brand-name-line, .banner-1 .slogan-line{
    position: absolute;
    display: block;
    height: 535px;
    width: 1200px;
}

.logo-col-loader{
    float: left;
}

.hide-line{
    opacity: 0 !important;
}

.banner-1 .brand-name-line{
    background: url(../images/brand-dotted-line.png) no-repeat top center;
    background-position: 444px 161px;
    opacity: 1;
    transition: all 2s ease-in-out;
}

.banner-1 .slogan-line{
    background: url(../images/slogan-dotted-line.png) no-repeat top center;
    background-position: 395px 267px;
    opacity: 1;
    transition: all 1s ease-in-out;
}

.banner-2 {
    width: 100%;
}

.banner-2 .background-title {
    height: 120px;
    background-color: #0f1d85;
    font-size: 36px;
    color: white;
    font-weight: 600;
    padding: 30px 0px;
}

.banner-2 .background-image{
    background: url(../images/home-banner-2.jpg) no-repeat top center;
    background-size: 1250px;
    height: 2000px;
    margin-top: -196px;
}
/* home banner ends */

/* input form - home page starts */
.home .form-custom {
    padding: 15px 0 35px 0;
}
.content-wrp .form-custom.banner-1{padding-bottom: 0;}

.home #logo_name, .home #slogan{
    padding: 15px 20px;
    width: 525px;
    border: none;
    font-size: 35px;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0px 0px 15px #c5bfbf;
    color: #292929;
}

.home #logo_name{
    font-weight: 600;
}

.home #slogan{
    font-weight: 400;
    /* whmcs module specific */
    display: none;
}

.home .form-hidden{
    display: none;
}

.home .row{
    transition: all 1s ease 0s;
}

.home .state-1  .shortlisted_logos_link a {
    color: #3e3acc;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-decoration: underline;
}

#form-get-logos {
    z-index: 1001;
}

.home .state-1 .input-brandname{
    margin-top: 215px;
    transition: all 0.2s ease-in-out;
}

.home .input-brandname{
    margin-top: 75px;
}

.home #form-get-logos label {
    color: #acacab;
    position: absolute;
    width: 100%;
    top: 20px;
    left: 36px;
    transition: all 0.5s ease 0s;
    cursor: auto;
    margin: 0;
    font: 600 35px 'Montserrat', sans-serif;
    padding: 0px;
    opacity: 1;
    font-weight: 600;
    color: #d0d0d0;
}

.home .state-1 #form-get-logos label{
    left: 45px;
    top: 27px;
}

.home #form-get-logos label.active {
    color: #fff;
}

.home #form-get-logos .form-control:focus {
    -background: transparent;
}

.home .state-1 #slogan, .home .banner-1 .state-1 #form-get-logos #btn-get-logos, .home .state-1 #label-slogan{
    opacity: 0;
    transition: all 0.2s ease;
}

.home .state-1 #logo_name{
    width: 800px;
    padding: 20px;
    font-size: 48px;
    transition: all 0.2s ease-in-out;
}

.home #form-get-logos #btn-get-logos{
    font-size: 26px;
    padding: 14px 40px 9px 40px;
    transition: all 0.1s ease;
    opacity: 1 !important;
    letter-spacing: 1px;
    font-weight: 700;
}

.home .state-1 #label-logo_name{
    font-size: 76px;
}

.home .state-1 #label-logo_name.quick-hide{
    font-size: 0px;
}

.home #form-get-logos input:focus+label, .home #form-get-logos input.focus+label {
    font-size: 0;
    transition: all 0.1s ease 0s;
    top: 6px;
    left: 30px;
    font-weight: 400;
    color: #fff;
}

.home .banner-1 .state-1 #form-get-logos input:focus+label{
    font-size: 76px;
    top: 27px;
    left: 45px;
    color: #d0d0d0;
    font-weight: 400;
}

.home .banner-1 .state-1 .shortlisted_logos_link{
    display: block;
}

.home .banner-1 .shortlisted_logos_link{
    display: none;
}

.home #form-get-logos .form-control.focus {
    transition: all 0.3s ease 0s;
}

.home #form-get-logos .autofocus:focus+label {
    top: 0;
    color: #acacab;
    font: 300 21px 'Open Sans', sans-serif;
}

.home #form-get-logos .form-control {
    margin-bottom: 30px;
}

.home .banner-heading{
    margin-bottom: 25px;
}

.banner-2{
    font-family: 'Montserrat', sans-serif;
    display: none;
}

.banner-2 .bn-heading{
    font-size: 36px;
    padding: 60px 0px 70px 0px;
    font-weight: 600;
    font-size: 44px;
    color: #0f1d85;
}

.banner-2 .bn-text{
    font-size: 29px;
    color: #7f7f7f;
    padding-top: 40px;
    font-family: 'Open Sans';
    font-weight: 500;
}

.banner-2 .bn-sep{
    border-top: 3px solid #2332b0;
    width: 140px;
}

.banner-2 .features-list{
    list-style: circle;
    margin-left: 30px;
    font-size: 25px;
    font-weight: 600;
}

.banner-2 .features-list li::before{
      content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
      color: #2332b0; /* Change the color */
      font-weight: bold; /* If you want it to be bold */
      display: inline-block; /* Needed to add space between the bullet and the text */
      width: 1em; /* Also needed for space (tweak if needed) */
      margin-left: -1em; /* Also needed for space (tweak if needed) */
      -font-size: 30px;
}

.home .banner-heading{
    opacity: 0;
    transition: all 0.3s ease 0s;
    position: absolute;
}

.home .state-1 .banner-heading{
    display: block;
    transition: all 0.2s ease 0s;
    position: absolute;
    opacity: 1;
}

.home .top-heading, .home .sub-heading{
    color: #3e3acc;
}

.home .top-heading{
    font: bold 37px/45px 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-top: 75px;
    width: 100%;
}

.home .sub-heading{
    text-transform: uppercase;
    font-weight: normal;
    font-size: 27px;
    margin-top: -5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.home .demo-logos{
    opacity: 1;
    transition: all 3s ease 0s;
    margin-top: 15px;
    display: none;
}

.home .demo-logos.no-show{
    opacity: 0;
    transition: all 2s ease 0s;
}
/* input form - home page ends */

.slogan_switch_container{
    margin: 10px 0px;
    background: #F4F5F6;
    border: 0px;
    width: 238px;
    border-radius: 5px;
}
.slogan_switch{
    background: #F4F5F6;
    color: #888888;
    padding: 6px 12px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
}

.slogan_switch.active{
    background: #626a7d;
    color: white;
    border-radius: 5px;
}


/* faqs start */
.text-xxl {
    font-size: 50px;
}

.faqs {
    color: #3e3acc;
}

.faqs .q{
    font-size: 22px;
    margin: 0 0 30px 0;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
}

.faqs .active .fa-plus{ display: none;}
.faqs .fa-minus{ display: none;}
.faqs .active .fa-minus{ display: block;}

.faqs .q i{
    position: absolute;
    right: 0;
    top: 14%;
}

.faqs .a{
    font-size: 17px;
    margin: 0 0 0 30px;
    padding-right: 30px;
    display: none;
    font-weight: 400;
    color: gray;
}

.faqs .list:first-child{ padding-top: 0;}
.faqs .list:last-child{ border: 0; padding-bottom: 0;}
.faqs .list{
    border-bottom: solid 2px #959595;
    padding: 30px 0;
}

.section-spacer2 {
    padding: 65px 0;
    color: #058;
}

.section-spacer2 ul, .section-spacer2 ol {
    margin-left: 20px;
}

.section-spacer2 li {
    list-style: inherit;
}
.section-spacer2 ol>li {
    margin-bottom: 5px;
}
/* faqs end  */



/* Footer starts */
.footer .text-muted {
    padding: 25px 0;
}
/* Footer ends */

#backToTop {
  display: none;
  z-index: 99;
  font-size: 18px;
  font-weight: normal;
  border: none;
  outline: none;
  background-color: none;
  color: #3841C4;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
}

#backToTop.fixed {
    margin-top: -140px;
    position: relative;
    float: right;
    margin-right: 20px;
}

#backToTop.floating {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#backToTop:hover {
  opacity: 1;
}