body {
	font-family: "Roboto", sans-serif !important; 
	font-size: 14px;
}
h1, .h1 {
	font-size: 50px !important; 
}

h2, .h2 {
	font-size: 40px !important; 
}

h3, .h3 {
	font-size: 30px !important; 
}

#header {
    border-top: 4px solid #e78200;
    padding: 15px 0px;
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #aaaaaa;
}

#header .logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#header .header-text p {
    font-family: "Roboto", sans-serif !important; 
    font-size: 14px;
    text-align: center;
    color: #333333;
    font-weight: bold;
    margin-bottom: 0px;
    width: 368px;
    float: right;
}

#footer {
    display: flex;
    align-items: center;
    background: #161b1e !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    height: 38px;
    position: relative;
    padding: 30px 0px;
}

#footer .footer-links * {
    text-decoration: none;
    color: #ffffff;
    font-family: "Roboto", sans-serif !important; 
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    text-align: center;
}

#footer .footer-links a:hover {
    text-decoration: underline;
}

#banner {
    height: 450px;
    max-height: 450px;
    background: url(/assets/images/banner-bg.jpg) fixed;
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
    z-index: 1;
    position: relative;
}

#banner h1 {
    color: #ffffff;
    font-size: 56px;
}

#testimonial {
    padding: 60px 20px;
    background: #F6F6F6;
}

#testimonial .testi_content {
    font-size: 18px !important;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background: #fff;
    border-radius: 5px;
    padding: 50px 30px 30px;
    box-shadow: 0 4px 7px -6px black;
}

#testimonial i.fa.fa-quote-left {
    float: left;
    color: #86c5ef;
	margin-top: -30px;
}

#testimonial i.fa.fa-quote-right {
    float: right;
    color: #86c5ef;
}

#testimonial i {
    color: #6c757d;
}

#banner .left-content {
    max-height: 450px;
    height: 450px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
}

#banner .left-content div {
    /* width: 75%; */
    animation: createBox 1s;
    animation-delay: 0.5s;
    visibility: hidden;
    animation-fill-mode: forwards;
}

@keyframes createBox {
    0% {
        visibility: visible;
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        visibility: visible;
    }
}

.come-in {
    transform: translateY(150px);
    animation: come-in 1s ease forwards;
}

.come-in:nth-child(odd) {
    animation-duration: 0.3s;
}

@keyframes come-in {
    0% {
        visibility: visible;
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        visibility: visible;
    }
}

#banner .left-content div p:first-child {
    color: #ffffff;
    margin: 0px;
}

#banner .left-content div p:nth-child(2) {
    color: #ffffff;
    margin-bottom: 50px;
}

#banner .left-content p:first-child {
    font-family: "Roboto", sans-serif !important; 
    font-size: 28px;
    text-transform: uppercase;
}

#banner .left-content p:nth-child(2) {
    font-family: "Roboto", sans-serif !important; 
    font-size: 52px;
    border-bottom: 2px solid #ffffff;
}

#banner .left-content a {
    background: #e78200;
    text-decoration: none;
    box-shadow: none;
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    font-family: "Roboto", sans-serif !important; 
    font-style: normal;
    text-align: center;
    padding: 15px 60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #e78200;
    transition: 0.3s ease-out;
}

#banner .left-content a:hover {
    color: #000000;
    background-color: #ffffff;
    border: 2px solid #ffffff;
}

#banner .right-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    animation: slideInFromBottom 1s;
    animation-delay: 1.5s;
    visibility: hidden;
    animation-fill-mode: forwards;
}

#banner .right-content > div {
    background: #fff;
    transform: rotateZ(6deg);
    width: 450px;
    top: 85px;
    position: relative;
}

#banner .right-content img {
    width: 100%;
    position: relative;
    transform: rotateZ(-1deg);
    top: 3px;
    right: 3px;
}

#banner .right-content.ppcform img {
    width: 100%;
    border: 1px solid;
    position: relative;
    transform: rotateZ(-1deg);
    top: 3px;
    right: 3px;
}

@keyframes slideInFromBottom {
    0% {
        visibility: visible;
        transform: translateY(100%);
    }
    100% {
        visibility: visible;
        transform: translateY(0);
    }
}

#features {
    padding: 50px 0px;
    z-index: 2;
    position: relative;
    background-color: #fff;
}

#features h2 {
    text-align: center;
    font-family: "Roboto", sans-serif !important; 
    font-size: 40px;
    font-weight: 700;
    color: #2e2d69;
    margin-bottom: 10px;
}

#features .features-list {
    margin: 30px 0px;
}

#features .features-list div {
    text-align: center;
    margin: 30px 0px;
}

#features .features-list .icon {
    background-size: cover;
    border-radius: 50%;
    margin: 0 auto 50px;
    max-width: 100%;
    transition: ease all .3s;
    transform: scale(1);
    box-shadow: 0 5px 30px 10px #d3d3d3;
    width: 170px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#features .features-list .icon:hover {
    transform: scale(1.2);
}

#features .features-list .icon img {
    width: 90px;
}

#features .features-list img:hover {
    animation: 2s ease .8s normal infinite pulsePadding;
}

#features .features-list p {
    margin-top: 10px;
    font-size: 15px;
    font-family: "Roboto", sans-serif !important; 
    font-weight: 300;
    letter-spacing: 2px;
}

#about {
    padding: 50px 0px;
    background-color: #86c5ef;
}

#about .box {
    padding: 40px;
    background-color: #ffffff;
    text-align: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 385px;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    -ms-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}

#about .box h4 {
    background-color: #ffffff;
    text-align: justify;
    font-family: "Roboto", sans-serif !important; 
    margin-bottom: 15px;
    border-bottom: 1px solid #212529;
    padding-bottom: 15px;
}

#about .box p {
    font-family: "Roboto", sans-serif !important; 
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 2;
}

.fadeIn {
    opacity: 1 !important;
}

#about .right-box p {
    margin-left: 20px;
}

#about .box p span {
    margin-left: 10px;
}

#about .box p i {
    font-size: 20px;
    color: #2e2d69;
}

#about .about-cta {
    background: #e78200;
    text-decoration: none;
    box-shadow: none;
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    font-family: "Roboto", sans-serif !important; 
    font-style: normal;
    text-align: center;
    padding: 8px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #e78200;
    transition: 0.3s ease-out;
    float: right;
}

#about .box h3 {
    margin-bottom: 25px;
}

#about .about-cta:hover {
    color: #e78200;
    background-color: #ffffff;
    border: 2px solid #e78200;
}

#policy {
    margin: 40px 0px;
}

.banner_cta {
    margin-top: 50px;
}

#banner h1:nth-child(2) {
	padding-bottom: 10px;
    border-bottom: 2px solid #fff;
}

@media only screen and (max-width: 1199px) {
    #about .box {
        min-height: 413px;
    }
    #banner {
        height: 400px;
        max-height: 400px;
    }
    #banner .left-content {
        max-height: 400px;
        height: 400px;
    }
}

@media only screen and (max-width: 991px) {
	#banner h1 {
	    font-size: 25px !important;
	}
	#testimonial {
	    padding: 30px 20px 50px;
	}
	#testimonial .col-md-2 {
	    max-width: none;
	    margin: 0 auto;
	    padding: 0;
	}
	#testimonial .testi_content {
		margin: 0 auto;
	}
    #banner {
        height: 300px;
        max-height: 300px;
    }
    #banner .left-content {
        max-height: 300px;
        height: 300px;
    }
    #banner .left-content p:nth-child(2) {
        font-size: 45px;
    }
    #banner .left-content p:first-child {
        font-size: 21px;
    }
    #banner .left-content a {
        font-size: 18px;
        padding: 12px 50px;
    }
    #about .box {
        min-height: 570px;
    }
}

@media only screen and (max-width: 767px) {
    #header .logo {
        justify-content: center;
    }
    #header .header-text {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    #banner {
        padding-top: 25px;
        height: 600px;
        max-height: 600px;
    }
    #banner .left-content {
        justify-content: center;
        text-align: center;
        height: auto;
        max-height: unset;
    }
    #banner .right-content > div {
        width: 350px;
    }
    #banner .left-content p:nth-child(2) {
        font-size: 36px;
    }
    #features h2 {
    	font-size: 40px;
    }
    #about .box {
        min-height: unset;
        margin: 15px 0px;
    }
}

@media only screen and (max-width: 576px) {
    #banner {
        height: auto;
    }
    #banner .left-content p:nth-child(2) {
        font-size: 28px;
    }
}

p.new-lp, h1.new-lp {
    color: black !important;
}

#header .header-text p.new-lp,
#header .header-text h1.new-lp{
    font-size: 12px !important;
}

p.new-lp:nth-child(2),
h1.new-lp:nth-child(2){
    border-bottom: 2px solid black !important;
}

#banner.new-lp {
    background: #ecebeb !important;
    box-shadow: none !important;
}

#features .features-list.new-lp .icon  {
    transform: none !important;
    transition: none !important;
}

#banner .right-content > div.new-lp{
    background: #ccc;
}
