/**
* Template Name: Bootslander - v2.3.1
* Template URL: https://bootstrapmade.com/bootslander-free-bootstrap-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

a {
    color: #1acc8d;
}

a:hover {
    color: #34e5a6;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
}


/*======================================

=========================================*/

form div.form-group i{
    top: 10px;
    right: 10px;
}

.pt-120{
    padding-top: 120px;
}

.btn-blue{
    background: rgba(1, 4, 136, 0.9);
    color: #fff;
    border: rgba(1, 4, 136, 0.9);;

}

.btn-blue:hover{
    background: rgba(10, 40, 136, 0.9);
    border: rgba(10, 40, 136, 0.9)
}

.btn-blue:focus{
    background: rgba(1, 4, 120, 0.9);
    color: #fff;
    border: rgba(1, 4, 120, 0.9)
}

span.error{
    font-size: 12px;
    color: rgba(255,0,3, 0.8);
    letter-spacing: 1px;
    font-style: italic;
}
.error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}
.terms p{
    text-align: left;
}
.loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
    background-color: #68A4C4;
}

.contact .php-email-form input {
    padding: 20px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
    background: #68A4C4;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #8dbad2;
}
@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #ff5505;
    border-top-color: #d2f9eb;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #1acc8d;
    color: #fff;
    transition: all 0.4s;
}

.back-to-top i:hover {
    background: #2be4a2;
    color: #fff;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0s !important;
    }
}
/*--------------------------------------------------------------
# Headerbackground: rgba(1, 4, 136, 0.5);
--------------------------------------------------------------*/
#header {
    height: Auto;
    transition: all 0.3s;
    z-index: 997;
}

#header .nav-container{
    background-color: #4e555b;
    padding: 10px 0;
}

#header.header-scrolled {
	box-shadow: 0px 3px 25px 0 #4e555b;
    color: black;
}

#header ul li a,#header.header-scrolled ul li a{
    color: black;
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
}

#header .logo h1 a, #header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
}

#header .logo img {
    padding: 1px 0 0 0;
    width: 180px;
    max-height: 80px;
}

@media (max-width: 992px) {
    #header.header-scrolled {

        transform: translateY(0);
    }
    #header {
        height: 50px;
    }
    #header .logo h1 {
        font-size: 28px;
    }

    #header .logo img {
        width: 150px;
        max-height: 70px;
    }
}

.hidden{
    
    visibility:hidden;
}

.h1-h{
    height:0;
    overflow:hidden;
}

.inner-form{

    width: 250px;
    position: absolute;
    top: 90px;
    left: 140px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    float: left;
}


.nav-menu a {
    display: block;
    position: relative;
    color: #000;
    transition: all 0.2s;
    font-size: 12px;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
}

.nav-menu > ul > li a.nav-link:hover {

    letter-spacing: .5px;
}

.nav-menu >ul > li .sub-menu{

    display: flex;
    visibility: hidden;
    position: absolute;
    flex-wrap: wrap;
    background-color: #fff;
    flex-direction: row;
    justify-content:flex-start;
    top: 35px;
    padding: 2px;
    transition: all 300ms;
}

.nav-menu >ul >li .sub-menu li{
    width: 195px;
    text-align: left;
    padding: 10px;
    visibility: hidden;

}

.cursor-pointer{

    cursor: pointer;
}

.w-600{

    min-width: 600px;
}

.nav-menu .sub-menu.visible{
    visibility: visible;
}

.nav-menu .sub-menu.visible li{
    visibility: visible;
}

.nav-menu >ul >li .sub-menu li:hover{
    background-color:#e4e8eb;
    color: #fff;

}

.nav-menu a:hover:before, .nav-menu li:hover > a:before{
    visibility: visible;
    width: 25px;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #fff;
    text-decoration: none;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 25px;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
    border-radius: 5px;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #01036f;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: #1acc8d;
}

.nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }
    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }
    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}

/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color:#000;
}

.mobile-nav {
    position: fixed;
    top: 50px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 1px;

}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav .mobile-nav-wrapper{

    position: relative;
    max-height: calc(100vh - 75px);
    min-height: 100%;
    overflow: auto;
    width: 100%;
    padding-bottom:100px ;
    transition: all .3s;
    background-color: #333;
}

.mobile-nav .mobile-nav-content{
    padding-top: 0px;
    padding-bottom: 55px;
}

.mobile-nav .nav{
    display: block;
    float: none;

}

.mobile-nav .nav .nav-item{
    background-color:#222222 ;
    padding: 5px;

}

.mobile-nav .nav .nav-item .sub-menu{
    background-color:#333 ;
    padding-left: 15px;

}

.mobile-nav a {
    display: block;
    position: relative;
    color: white;
    font-size: 13px;
    padding: 10px 20px;
    font-weight: bold;
    outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: #1acc8d;
    text-decoration: none;
}

.mobile-nav .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\eaa1";
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(13, 18, 252, 0.3);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #000;
}

/*
    Carousel
*/

.slider-main .carousel ol li{
    height: 15px;
    border-radius: 6px;
    background: #323232;
}
.slider-main .carousel .carousel-indicators .active{
    background: #1273eb;
}

.slider-main .carousel .carousel-indicators li{
    height: 0px;
}

.slider-main .carousel .carousel-item .carousel-caption h3{
    font-size: 75px;
    font-weight: 700;
}
.slider-main .carousel .carousel-item .carousel-caption p{
    font-size: 38px;
}
.slider-main .carousel .carousel-inner .carousel-item:before{
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.5);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.carousel-item {
    height: 88vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-inner .first-content .box{
    width: 70%;
    margin-top: 10%;
    padding: 10px;
    padding-top: 40px;
    word-wrap: break-word;
}

.carousel-inner .first-content .box h1{
    font-size: 48px;
    color: white;
}
.carousel-inner .first-content .box h1 span{
    color:#dd4f05 ;
}

.carousel-inner .first-content .box p{
    font-size: 16px;
    color: white;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.better-rates a{

    width: 170px;
    height: 50px;
    border-radius: 15px;
}

.four-step .icon, .four-step h3, .four-step p {

    text-align: center;
}

.four-step h3{

    font-size: 14px;
    font-weight: 600;
    padding-top: 1.2em;
    color: #6195ca;
}

.four-step p{

    font-size: 14px;
    font-weight: 500;
    padding-top: 1.2em;
    line-height: 1.5;
}
@media (max-width: 991px) {
     .carousel-inner .first-content .box{
       width: 100%;
        height: 100%;
        padding-top: 70px;

    }

    .carousel-inner .first-content .box h1{
        font-size: 38px;
        color: white;
    }

    .carousel-inner .first-content .box h1 span{
        color:#dd4f05 ;
    }

    .carousel-inner .first-content .box p{
        font-size: 14px;
        color: white;
        line-height: 1.5;
        text-align: left;
    }
    .better-rates h1,p{

        text-align: center;
        line-height: 1.1;
    }

    .better-rates h1{

       font-size: 30px;
    }

    .better-rates img{

        width: 100%;
        padding-top: 0px;
        margin-top: 0;
        justify-content: start;
    }

    .better-rates a{

        width: 200px;
        margin: 0 auto;
    }
}

/**
    STEPS
 */

#steps{
    margin-top: 1em;
}

#steps .card, #steps .card-body p{
    text-align: center;
}

#steps a {

    color: #000;
    transition: all 0.2s;
}

#steps a:hover{

    color: #ea3a3c;
}

#steps .section-title p {

    color: rgba(220,0,10,0.9);
}

#steps .number{
    font-size: 28px;
    font-weight: bold;
    opacity: 0.3;
}

#steps .fa{
    font-size: 46px;
    color: rgba(220,0,10,0.9);
}
#steps .card p{

    font-size: 13px;
    padding-top:12px ;
    font-weight: bold;
}
#steps .card p .fa{
    font-size: 12px;
}
@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }
    #hero h1 {
        font-size: 46px;
        margin-bottom: 10px;
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

.hero-waves {
    display: block;
    margin-top: 60px;
    width: 100%;
    height: 60px;
    z-index: 5;
    position: relative;
}

.wave1 use {
    -webkit-animation: move-forever1 10s linear infinite;
    animation: move-forever1 10s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave2 use {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave3 use {
    -webkit-animation: move-forever3 6s linear infinite;
    animation: move-forever3 6s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }
    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }
    100% {
        transform: translate(-90px, 0%);
    }
}

@-webkit-keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}

@-webkit-keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f5f5ff;
}

.section-title {
    padding-bottom: 40px;
}

.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
    font-family: "Poppins", sans-serif;
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #1acc8d;
    margin: 4px 10px;
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #010483;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 20px 0;
    background-color: #fafaff;
    min-height: 40px;
    margin-top: 80px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 64px;
    }
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}

@media (max-width: 992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px 0;
    }
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
    width: 100%;
    background: #fff;
}

.contact .info i {
    font-size: 20px;
    color: #3f43fd;
    float: left;
    width: 44px;
    height: 44px;
    background: #f0f0ff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #010483;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #0205a1;
}

.contact .info .email, .contact .info .phone {
    margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
    background: #1acc8d;
    color: #fff;
}

.contact .php-email-form {
    width: 100%;
    background: #fff;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br + br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
    background: #1acc8d;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #34e5a6;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* --------------------------------------------
	FOOTER
-------------------------------------------- */
.section-footer-services{
    padding:80px 0 22px;
    background-image:linear-gradient(#fff,#fafafa);
    text-align:center
}

@media (max-width:991.98px){
    .section-footer-services{
        font-size:0
    }
}

@media (max-width:767.98px){
    .section-footer-services{
        display:none
    }
}

.section-footer-services ul{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:justify;
    justify-content:space-between
}

.section-footer-services a{
    display:block
}

.section-footer-services a:hover svg *{
    fill:#fff
}

.footer-services-icon{
    width:54px;
    height:54px;
    margin:0 auto .8rem;
    display:block;
    background:#e0e1e2;
    border-radius:50%;
    padding:10px;
    transition:all .2s ease-in-out
}

.section-footer-services a:hover .footer-services-icon{
    background:#dd4f05
}

.footer-services-icon svg{
    width:100%;
    height:100%;
    transition:all .2s ease-in-out;
    margin:auto
}

.footer-services-icon svg *{
    fill:#424a52;
    transition:all .2s ease-in-out
}

.footer-services-text{
    font-weight:600;
    color:#686e72;
    font-size:.85rem;
    transition:all .2s ease-in-out
}

.section-footer-services a:hover .footer-services-text{
    color:#424a52
}

.section-footer-navigation{
    padding:53px 0 42px;
    border-top:4px solid #ff5505;

}

@media (max-width:767.98px){
    .section-footer-navigation{
        padding:44px 0 31px;

    }
}

.section-footer-navigation .col-footer-nav{
    -ms-flex:0 0 20%;
    flex:0 0 25%;
    max-width:25%;

}

@media (max-width:767.98px){
    .section-footer-navigation .col-footer-nav{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%;
    }
}

.section-footer-navigation h5 a{
    position:relative;
    color:#424a52;
    font-weight:600;
    font-size:14px;
    margin-bottom:1rem
}

.section-footer-navigation h5 a:hover{
    color:#2b3136
}

@media (max-width:767.98px){
    .section-footer-navigation h5{
        margin-bottom:0;
        font-size:16px;
        font-weight:600;
        padding:13px 9px 17px;
        display:block;
        border-bottom:1px solid #95999c;
    }

}@media (max-width:767.98px){
    .section-footer-navigation h5 a{
        display:inline-block
    }
}

.section-footer-navigation .col-footer-nav ul{
    position:relative;margin:0
}

@media (max-width:767.98px){
    .section-footer-navigation .col-footer-nav ul{
        margin:-1px 0 0;
        background:#f7f8f8;
        padding:15px 0;
        display: none;
    }
}

@media (max-width:767.98px){
    .section-footer-navigation .col-footer-nav.footer-nav-open .icon-chevron{
        transform:rotate(180deg)
    }
    .section-footer-navigation .col-footer-nav.footer-nav-open ul{
        display:block
    }
}

.section-footer-navigation ul a{
    font-weight:500;
    font-size:.75rem;
    color:#74797f;
    margin-bottom:.7rem;
    display:inline-block
}

.section-footer-navigation ul a:hover{
    color:#dd4f05
}

@media (max-width:767.98px){
    .section-footer-navigation .col-footer-nav ul a{
        padding:4px 22px 4.5px;
        border:0;
        font-size:13px
    }
}

.section-footer-navigation .col-footer-nav .icon-chevron{
    position:absolute;
    top:50%;
    right:10px;
    width:14px;
    height:7px;
    transform-origin:7px 2px;
    transform:translateY(-50%);
    fill:#424a52;
    display:none
}

.section-footer-navigation .col-footer-nav .icon-chevron svg{
    width:100%;
    height:100%
}

@media (max-width:767.98px){
    .section-footer-navigation .col-footer-nav .icon-chevron{
        display:block;
    }
}

.section-footer-connect{
    padding-bottom:2.7rem
}
.section-footer-connect .line{
    border-top:1px solid #e0e1e2;
    padding-top:2rem
}

@media (max-width:767.98px){
    .section-footer-connect .line{
        display:none
    }
}

@media (max-width:767.98px){
    .section-footer-connect{
        padding-bottom:39px
    }
}

.section-footer-connect .row{
    -ms-flex-align:center;
    align-items:center
}

@media (max-width:767.98px){
    .section-footer-connect .footer-logo .logo-icon svg{
        width:160px;
        margin-left:9px
    }
}

.section-footer-connect .footer-phone{
    position:relative;
    margin-left:1.8rem
}

@media (max-width:767.98px){
    .section-footer-connect .footer-phone{
        display:none;
        margin-left:8px;
        margin-top:10px
    }
}

.section-footer-connect .footer-logo .icon-chevron{
    position:absolute;
    top:50%;
    right:10px;
    width:14px;
    height:7px;
    transform-origin:7px 2px;
    transform:translateY(-50%);
    fill:#424a52;
    display:none
}

.section-footer-connect .footer-logo .icon-chevron svg{
    width:100%;
    height:100%
}

@media (max-width:767.98px){
    .section-footer-connect .footer-logo .icon-chevron{
        display:block
    }
}

@media (max-width:767.98px){
    .section-footer-connect.footer-nav-open .icon-chevron{
        transform:rotate(180deg)
    }
    .section-footer-connect.footer-nav-open .footer-phone{
        display:block
    }
}

.section-footer-connect .footer-phone li{
    display:inline-block;
    padding:0 1rem;
    font-size:14px;
    margin-top:.8rem
}

.section-footer-connect .footer-phone li:last-child{
    padding-right:0
}

@media (max-width:991.98px){
    .section-footer-connect .footer-phone li{
        padding-bottom:1rem
    }
}

@media (max-width:767.98px){
    .section-footer-connect .footer-phone li{
        padding:0;
        margin-bottom:.5rem;
        margin-right:1rem
    }

    .section-footer-connect .footer-phone li:last-child{
        margin-bottom:0
    }
}

.section-footer-connect a{
    font-weight:700;
    color:#7f8389
}
.section-footer-connect a:hover{
    color:#666a6f
}

.section-footer-base{
    background:#434a51;
    color:#e1e2e3;
    font-size:13px;
    font-weight:500;
    padding:1.8rem 0 3rem
}

@media (max-width:767.98px){
    .section-footer-base{
        padding:34px 0 26px
    }
}

.section-footer-base a{
    color:#e1e2e3
}

.section-footer-base a:hover{
    text-decoration:underline
}

.section-footer-base .copyright{
    margin:0;
    display:inline-block
}

.section-footer-base .footer-copyright{
    float:left;
    margin-top:5px
}

@media (max-width:767.98px){
    .section-footer-base .footer-copyright{
        margin-top:15px;
        display:block;
        text-align:center;
        float:none
    }
}

.section-footer-base .footer-copyright ul{
    display:inline-block;
    margin-left:3rem
}

@media (max-width:767.98px){
    .section-footer-base .footer-copyright ul{
        margin-left:0;
        padding:29px 0 0;
        text-align:center;
        display:block
    }
}

.section-footer-base .footer-copyright li{
    padding-right:.8rem;
    display:inline-block
}

.section-footer-base .footer-copyright li:last-child{
    padding-right:0
}


/**
    Outside css
*/


.full-width-text.alt-bg {margin-left: -15px !important; margin-right: -15px !important;}
.alt-bg {border: none;}

.darkbg-full-underlay, .darkbg-full-overlay .lightbg-full-underlay, .lightbg-full-overlay {
    padding-top:0px!important;
    padding-bottom:0px!important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.darkbg-full-underlay .container, .lightbg-full-underlay .container {
    padding-left:0px !important;
    padding-right:0px !important;
}
.darkbg-full-underlay {
    background-color: #151a1e !important;
}
.darkbg-full-overlay {
    background: -moz-linear-gradient(top,  rgba(21,26,30,0.1) 0%, rgba(21,26,30,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(21,26,30,0.1) 0%,rgba(21,26,30,1) 100%);
    background: linear-gradient(to bottom,  rgba(21,26,30,0.1) 0%,rgba(21,26,30,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33151a1e', endColorstr='#151a1e',GradientType=0 );
}
.lightbg-full-underlay {
    background-color: #ffffff !important;
}
.lightbg-full-overlay {
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#ffffff',GradientType=0 );
}

/* --------------------------------------------
	 HOW MUCH CAN YOU SAVE WIDGET
-------------------------------------------- */
.saving-widget-con {
    margin-top:0px;
    margin-bottom:0px !important;
}
.saving-widget-con .clearfix {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.sw-def-bg {
    background-image:url('https://ct-prod.s3.amazonaws.com/assets/wordpress_assets/bg-imgs/savings-widget-dark.jpg') !important;
    background-color: #2a2c34 !important;
}
.saving-widget-con.full-hero-darkbg, .saving-widget-con.full-hero-lightbg{
    background-repeat:no-repeat !important;
    background-position: center top;
}

.spb_text_column {margin-bottom:0px;}
.full-width-text .spb_wrapper{
    padding: 0 0px;
}
.tac {text-align:center;}

.sectionheading, .iconcard .sf-icon-box-animated h3, .ct-interview-section h3, .ct-article-section h3{
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 20px;}

.trans-cap {text-transform:uppercase !important;}

.full-hero-lightbg, .full-hero-lightbg h1, .full-hero-lightbg h2, .full-hero-lightbg h3, .full-hero-lightbg h4, .full-hero-lightbg h5, .full-hero-lightbg h6, .full-hero-lightbg p,
.lightbg-full-overlay, .lightbg-full-overlay h1, .lightbg-full-overlay h2, .lightbg-full-overlay h3, .lightbg-full-overlay h4, .lightbg-full-overlay h5, .lightbg-full-overlay h6, .lightbg-full-overlay p {
    color:#444;
}

.saving-widget-con .joinus-button{
    padding:20px 35px;
}


a.sf-button.large {font-size:18px;}


a.sf-button.green{background-color: #41B412;}
a.sf-button.green:hover { background-color: #5DBF35; }

strong, .sf-button, .sf-count-asset h6.count-subject, .progress-bar-wrap .bar-text > span.progress-value, .portfolio-showcase-wrap ul li .item-info span.item-title, table.sf-table th, .team-member figcaption span, .read-more-button, .pagination-wrap li span.current, #respond .form-submit input#submit, .twitter-link a, .comment-meta .comment-author, .woocommerce span.onsale, .woocommerce .wc-new-badge, .woocommerce .out-of-stock-badge, .woocommerce .free-badge, .woocommerce a.button.alt, .woocommerce .coupon input.apply-coupon, .bag-product-title a, .woocommerce .shipping-calculator-form .update-totals-button button, table.totals_table tr.total, .woocommerce .button.update-cart-button, .woocommerce .button.checkout-button, #product-accordion .accordion-toggle, .woocommerce ul.products li.product-category h3 {
    font-family: "Lato", Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

/* --------------------------------------------
	 REASONS FOR TRANSFER
-------------------------------------------- */


.business-focus-clients-bg-2, .personal-focus-clients-bg-2 {
    background-color: #000000;
    background-repeat: no-repeat;
}

.personal-focus-clients-bg-2{
    background:url('../img/Cards-Desktop-Islamic-Non-Salary-Transfer-En.jpg');
}

.business-focus-clients-bg-2{
    background:url('../img/Cards-Desktop-Ar-Islamic-Savings-Account-1.png');
}

@media (max-width:767.98px){
    .business-focus-clients-bg-2, .personal-focus-clients-bg-2 {
        margin-top: 1em;
    }
}

.business-focus-clients-bg-2 {
    background-position: top right;
}
.personal-focus-clients-bg-2 {
    background-position: bottom left;
}
.client-focus-transparent-overlay {
    background-color: rgba(0, 0, 0, .6 );
    text-align: left;
    color:#ffffff;
    padding-left: 15px;
    padding-top:60px;
    padding-bottom:60px;
}
.user-type-icon-container{
    position:relative;
}
.client-focus-transparent-overlay a, .client-focus-transparent-overlay a:visited, .client-focus-transparent-overlay a:link {
    color:#ffffff;
}
.client-focus-transparent-overlay a:hover{
    color:#1695CA;
}
.client-focus-content {
    max-width:280px;
    margin: 0 auto;
}
.client-focus-transparent-overlay .sf-icon-float-left {
    padding: 8px 2px 0 10px;
}
.client-focus-transparent-overlay ul {
    padding-top:20px;
    padding-bottom:26px;
    font-size: 14px;
    line-height: 35px;
}
.focus-client-type-icon{
    padding-top: 5px;
}

.focus-client-type-icon .alignleft{
    margin:0px 0px -6px 0px;
}

.flex {display:flex;}
.flex-vcenter { align-self:center;}
.flex-just-content-center { justify-content: center; }


.h1-fc {
    font-size: 24px;
    line-height: 15px;
    text-align: center;
}

 .title{
    display: block;
    height: 100%;
    padding: 10px 5px 0;

}

 .login-container{


 }

.login {
    background-image: url("../img/login_bg.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    width: 100%;

}
.login .wrapper.wrapper-login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: unset;
    padding: 15px; }
.login .wrapper.wrapper-login .container-login, .login .wrapper.wrapper-login .container-signup {
    width: 400px;
    background-color: rgba(0, 0, 0, .5 );
    padding: 60px 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    -moz-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}
.login .wrapper.wrapper-login .container-login h3, .login .wrapper.wrapper-login .container-signup h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 25px; }
.login .wrapper.wrapper-login .container-login .form-sub, .login .wrapper.wrapper-login .container-signup .form-sub {
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px; }
.login .wrapper.wrapper-login .container-login .btn-login, .login .wrapper.wrapper-login .container-signup .btn-login {
    padding: 15px 0;
    width: 135px; }
.login .wrapper.wrapper-login .container-login .form-action, .login .wrapper.wrapper-login .container-signup .form-action {
    text-align: center;
    padding: 25px 10px 0; }
.login .wrapper.wrapper-login .container-login .form-action-d-flex, .login .wrapper.wrapper-login .container-signup .form-action-d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between; }
.login .wrapper.wrapper-login .container-login .login-account, .login .wrapper.wrapper-login .container-signup .login-account {
    padding-top: 10px;
    text-align: center; }
.login .wrapper.wrapper-login .container-signup .form-action {
    display: flex;
    justify-content: center; }
.login .show-password {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    cursor: pointer; }
.login .custom-control-label {
    white-space: nowrap; }

@media screen and (max-width: 576px) {
    .form-action-d-flex {
        flex-direction: column;
        align-items: start !important; } }
@media screen and (max-width: 399px) {
    .wrapper-login {
        padding: 15px !important; }

    .container-login {
        width: 100% !important;
        padding: 60px 15px !important; } }

/*==================
*Personal Banking
 ===================*/

.moster-head{
    background-color: #f7f8f8;
    padding: 120px 0 60px 0;
}

.moster-head .head-bg{
    background-size: cover;
    background-position: -20px;
    background-repeat: no-repeat;
    height: auto;
    padding: 40px;
}

.img-container{
    width: 100%;
    padding:5px 1px 20px 5px;
}

.moster-head .head-bg .head-overlay{

    background-color: rgba(255,255,255,0.8);
    padding: 50px 30px;
    vertical-align: center;
}

.moster-head .head-overlay-n h1{

    font-weight: bold;
    padding-bottom: 20px;
}

.moster-head .head-bg .head-overlay h1{
    font-weight: bold;
}

.moster-head .head-bg .head-overlay p span{

    color: #dd4f05;
    font-weight: bold;
}

.moster-head .card{

    text-align: center;
}

.moster-head .card p a{
    width: 100%;
    color:#000;

}

@media (max-width:767.98px){


    .moster-head .head-overlay h1{

        font-size: 24px;
    }

    .moster-head .head-overlay h1,.moster-head .head-overlay p{

        text-align: left ;
    }

}

.moster-head .card p i{

     font-size: 32px;
     color:#dd4f05;
     padding-right: 18px;
}

.moster-head .card-body .card-sub{

    width: 70%;
    margin: 0 auto;
}

.moster-head .card-body i{

    font-size: 32px;
    color:#dd4f05;
}

.moster-head .card-body .card-sub p{

    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    text-align: left;
    padding: 5px 10px 0px 5px;
}

.account-summary h3{
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 10px;
}

.account-summary p{

    font-size: 14px;
}

.img-container span{

    display: block;
    text-align: center;
    padding: 20px;
}

.img-container span i{

   font-size: 72px;
    color: #dd4f05;
}

.saving-account,.current-account{

    margin-top: 40px;
    padding: 40px 0;
}

.saving-account .row,.current-account .row {
    padding: 10px;
}

.saving-account .row h1,.current-account .row h1{
    font-weight: bold;
    text-align: center;
    font-size: 32px;
    padding: 30px 0;
}

.saving-account .row h1 span,.current-account .row h1 span{
    color: #dd4f05;
    font-style: italic;
    font-size: 26px;
}

.saving-account .row p,.current-account .row p{

    padding: 10px 0;
    text-align: center;
}

.saving-account .row .btn,.current-account .row .btn{
    display: block;
    padding: 10px 0;
    width: 130px;
    margin: 0 auto;
    background-color:#dd4f05 ;
    color: white;
}
.benefits-container{

    margin-top: 6rem;
    padding: 60px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.benefits{

    padding: 40px;
    background-color: #f7f8f8;
}

.requirement-container{
    margin-top: 3rem;
    padding: 60px 0;
}

.head-overlay-n p span{

    color:#dd4f05 ;
    font-weight: bold;
}

.page-essay{

    padding: 20px 10px;
}

.page-essay .header , .loans .header{

    font-weight: bold;
    font-size: 28px;
}

.page-essay .summary, .loans .summary{

    font-size: 15px;
    padding:15px 0 ;
    text-align: left;
    margin-bottom: 25px;

}

.page-essay .features, .loans .features{

    font-size: 12px;
    padding-bottom: 0px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.page-essay li{

   float: none;
}

.page-essay ul li span{

    display: block;
    float: left;
    width: 5%;
    padding: 0 5px;
}

.page-essay ul li p{
    float: right;
    text-align: left;
    width: 93%;
}

.loans .features{

    padding-bottom: 0;
    padding-top: 10px;
}

.loans ul {

   background-color: #f3f3f3;
    padding: 10px;
    border-radius: 5px;

}

.loans ul li div h6{

    font-weight: bold;
    margin-bottom: 10px ;
    font-size: 14px;

}
.loans ul li div p{
    font-size: 12px;
    text-align: left;

}

.loans .js-footer-nav p:hover, .loans .js-footer-nav p:active{

    color:#dd4f05 ;
}

.blog .blog-item{
    border: 1px solid rgba(0,0,0,0.1);
    padding: 30px 20px 15px;
    margin-top: 50px;
}

.blog .blog-item .news-title{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #dd4f05 ;
}

.blog .blog-item .news-essay{
    font-size: 13px;
    margin-top: 10px;
    text-align: left;

}

.blog .blog-item .news-essay:after{
    content:'..';

}

.blog .blog-item .read-more{
    font-size: 13px;
    margin-top: 10px;
    background-color:#dd4f05 ;
    color: white;
    border-radius: 20px;
}

.aside-header{
    padding: 10px 0;
    font-size: 18px;
    text-transform: uppercase;
}

.related-article{

    margin-top: 20px;
}

.related-article .blog-topic{

    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    font-family:'Varela Round', Helvetica, Arial, serif;
    color: #dd1a05;
    transition: all .2s;
}

.related-article .blog-topic:hover{
    cursor: pointer;
    color: #ff5505;

}
.row-nav-line {
    margin-left: -20px;
    margin-right: -20px; }

.nav.nav-line {
    width: 100%;
    border-bottom: 1px solid #f1f1f1; }
.nav.nav-line .nav-link {
    padding: 15px 20px;
    color: #575962;
    border-width: 0px;
    font-size: 13px;
    font-weight: 600; }
.nav.nav-line .nav-link:hover, .nav.nav-line .nav-link:focus {
    color: #177dff;
    border-width: 0px; }
.nav.nav-line .nav-link.active {
    border-width: 0;
    background-color: transparent;
    color: #177dff;
    border-bottom: 2px solid #177dff;
    border-radius: 0px; }
.nav.nav-line.nav-color-default .nav-link:hover, .nav.nav-line.nav-color-default .nav-link:focus {
    color: #282a3c; }
.nav.nav-line.nav-color-default .nav-link.active {
    color: #282a3c;
    border-color: #282a3c; }
.nav.nav-line.nav-color-primary .nav-link:hover, .nav.nav-line.nav-color-primary .nav-link:focus {
    color: #177dff; }
.nav.nav-line.nav-color-primary .nav-link.active {
    color: #177dff;
    border-color: #177dff; }

.dialog{
    display: none;
    width: 700px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    transition: all .3s;
    border-radius: 20px;
    z-index: 9999999;
}

.pt-100{

    padding-top: 100px;
}

.nav-container ul li{

    padding: 5px;
    margin-right: 5px;
}

.create-account-header{
    background-color: #ff5505;
    height: 400px;
    width: 100%;
}
#open-account label{

    font-size: 13px;
}

.header-content{
    color: white;
    width: 800px;
    margin: 0 auto;
    padding: 20px;
    height: 100%;
}

.header-content h1{

    font-size:32px;
    font-weight: bold;
}

.header-content p span.fa{

    font-size: 92px;
}

.account-border{

    padding: 10px 20px;
    border-radius:10px;
    margin-bottom: 10px;
}

.purpose{

    margin-bottom: 20px;
    font-size: 12px;
}

.policy-point {
    margin: 5px 0px 5px 0px;
}
table {
    line-height: 1em;
}
.ntb td, table {
    border: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    border-bottom: 1px solid #ededed;
}

.privacy-policy table td{
    padding: 6px 10px 6px 0;
}

.privacy-policy .policy-section-title{
    margin-top: 20px;
    color: #1695CA;
    font-weight: 700;
    text-transform: uppercase;
}

.policy-point{
    margin: 5px 0px 5px 0px;
    font-size: 16px;
    line-height: 22px;
    border: none;
}

.policy-number{
    width: 45px;
    text-align: right;
    vertical-align: top;
}

.email-verify-container{

    width: 400px;
    margin: 0 auto;
}

.email-verify-container p{

    font-size: 13px;
    font-weight: bold;
    text-align: left;
}

.font-13{
    font-size: 13px;
}

#register #open-account{

    width: 700px;
    margin: 0 auto;
}

@media (max-width:767.98px) {
    .dialog {

        width: 90%;
    }

    .header-content {

        width: 90%;
    }

    .header-content h1 {

        font-size: 24px;
        font-weight: bold;
    }

    #register #open-account{

        width: 100%;
    }

    .email-verify-container{

        width: 100%;
    }
}



