body, html{
    font-size:16px;
    line-height: 1.4;
    font-family: "Titillium Web", sans-serif; 
    letter-spacing: 0.5px;
}
body *{
    outline: none;
}
  
a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a {
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6{
    margin-top:0;
    color: #020e24;
}
.container {
    max-width: 1240px;
}
img{
    max-width:100%;
}
p{
    color: #020e24;
}
button:focus { 
    outline: 0;
} 
.custom-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #f8f9f6;
    border-radius: 30px;
    font-size: 20px;
    padding: 15px 30px;
    min-width: 200px;
    margin-top: 20px;
    background: #353f58;
    letter-spacing: 1px;
    cursor:pointer;
}
header#header {
    background: #353F58;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    border-bottom: 1px solid rgb(255 255 255 / 12%);
}
.navbar-brand img{
    max-width: 240px;
}
.nav-link {  
    font-size: 18px;
    margin-left: 28px;
    letter-spacing: 0.5px;
}
.nav-link.btn_menu { 
    border: 1px solid #fff;
    background: #353f58;
    border-radius: 30px;
    color: rgb(246 248 247) !important;
    padding: 10px 28px !important;
    font-weight: 600 !important;
}
.nav-link.btn_menu:hover {
    background: rgb(246 248 247);
    color: #353f58 !important;
}

.banner_caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.hero_slider .slick-slide img {
    height: 100vh;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.hero_slider .slick-slide:before{
    content: "";
    background: #353f58;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.35;
}
.slick-dots { 
    bottom: 20px ;
}
.slick-dots li button:before { 
    font-size: 14px;
    color: #fff;
    opacity: 0.1;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
    font-size: 16px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.banner_caption h1 {
    color: #fff;
    font-size: 64px;
    font-weight: 300;
    margin-bottom: 20px;
}
.banner_caption p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}
.custom-transparent-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #f8f9f6;
    border-radius: 30px;
    font-size: 20px;
    padding: 15px 30px;
    min-width: 200px;
    margin-top: 20px;
    background: rgb(0 0 0 / 16%);
    letter-spacing: 1px;
}
.custom-transparent-btn svg{
    margin-left: 8px;
}
a.scroll-anchor-link {
    position: absolute;
    bottom: 16px;
    left: 50%;
    text-align: center;
    display: inline-flex;
    transform: translateX(-50%);
}
.custom-transparent-btn:hover {
    background: #353f58;
    color: #fff;
}
.slick-next {
    right: 16px;
        z-index: 9;
}
.slick-prev {
    left: 16px;
    z-index: 9;
}
.slick-prev:before, .slick-next:before{
    content: none;
}
.slick-prev, .slick-next { 
    width: 56px;
    height: 56px; 
    opacity: 0.5;
}
.slick-prev:hover, .slick-next:hover{
    opacity: 1;
}
.about {
    position: relative;
    padding: 0px 0px 60px;
}
.about p {
    font-size: 20px;
    line-height: 1.5;
}
.ab_line {
    height: 70px;
    width: 2px;
    background: #353f58;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 60px;
}
.coming-soon-text{
    background: #353F58;
    display: inline-block;
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
    margin-bottom: 24px;
    font-size: 24px;
}
.about_video{
    margin-top: 40px;
}
.customer_reviews {
    background: url(https://opportunity.qodeinteractive.com/wp-content/uploads/2016/11/h1-slide1-background.jpg);
    position: relative;
    padding: 60px 0px;
    background-size: cover;
}
.top-footer{
    position: relative;
    padding: 60px 0px;
}
.bottom-footer p {
    margin: 0;
    border-top: 1px solid #ddd;
    padding: 20px 0px;
    font-size: 18px;
}
.footer-menu-widget h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #020e24;
}
.footer-menu-widget ul li a {
    color: #020e24;
    font-size: 18px;
    margin-bottom: 12px;
    display: inline-block;
}
.footer-menu-widget ul li a:hover {
    opacity: 0.7;
}
.footer-about p{
    font-size: 18px;
    line-height: 1.5;
}
.section_header h2 {
    font-size: 44px;
    margin-bottom: 12px;
}
.reviews_grid {
    background: #fff;
    border-radius: 16px;
    margin: 0px 15px;
    padding: 48px 36px;
}
.rev_content p {
    font-size: 18px;
    line-height: 1.5;
}
.rev_profile {
    border-top: 1px solid #ddd;
    margin-top: 36px;
    padding-top: 36px;
    position: relative;
}
.rev_profile img {
    margin-right: 16px;
}
.rev_profile h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 4px;
}
.section_header .lead_txt {
    font-size: 18px;
    line-height: 1.5;
}
.customer_reviews:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(53 63 88 / 40%);
}
.rev_profile span {
    opacity: 0.7;
}
.quote_icon {
    position: absolute;
    right: 0;
    font-size: 52px;
    color: #353f58;
    opacity: 0.2;
}
.meet_team{
    position: relative;
    padding: 60px 0px;
}
.our-process {
    background: #F5F8FC;
    position: relative;
    padding: 60px 0px ;
}
.meet_grid{
    margin-top: 48px;
}
.meet_bio {
    margin-top: 20px;
}
.meet_bio h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 6px;
}
.meet_bio .designated {
    font-size: 18px;
    opacity: 0.7;
    margin-bottom: 16px;
    display: block;
}
.meet_bio p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
}
.meet_bio .custom-transparent-btn {
    background: #353f58;
}
.process-grid-row {
    align-items: center;
    margin-bottom: 48px;
    margin-top: 48px;
}
span.step_count {
    background: #353f58;
    border-radius: 30px;
    padding: 4px 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 12px;
    display: inline-block;
}
.process_content h3 {
    font-size: 32px;
    margin-bottom: 16px;
}
.process_content p {
    font-size: 18px;
    line-height: 1.5; 
}
.process_img img {
    border-radius: 16px;
}
#contact_form {
    max-width: 880px;
    margin: 60px auto 0;
    border: 1px solid #eee;
    padding: 40px;
    background: #F5F8FC;
    border-radius: 30px;
}
#contact_form input.form-control {
    height: 48px;
    font-size: 18px;
    box-shadow: none;
}
#contact_form textarea.form-control{
    font-size: 18px;
    box-shadow: none;
}
#contact_form .form-group label {
    font-size: 18px; 
} 
.wish_text{
    max-width: 530px;
    margin: auto;
    font-weight: 600;
}
.form-group p {
    margin-bottom: 0;
}
#cf7-popup {
  display: none;
  align-items: center;
  justify-content: center;
}
.wpcf7-response-output {
    display: none;
}
.custom-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    border: 1px solid #f8f9f6 !important;
    border-radius: 30px !important;
    font-size: 20px;
    padding: 15px 30px !important;
    min-width: 200px;
    margin-top: 20px;
    background: #353f58 !important;
    letter-spacing: 1px;
    cursor: pointer;
}
