@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

body {
    padding: 0;
    margin: 0;
    background-color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #383838;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.pad-5 {
    padding: 5px
}

.pad-10 {
    padding: 10px
}

.pad-15 {
    padding: 15px
}

.pad-20 {
    padding: 20px
}

.pad-30 {
    padding: 30px
}

.pad-50 {
    padding: 50px
}
/*margin selectors*/
.m-a {
    margin: auto
}

.m-0 {
    margin: 0
}

.mt-0 {
    margin-top: 0
}

.mb-0 {
    margin-bottom: 0
}

.ml-0 {
    margin-left: 0
}

.mr-0 {
    margin-right: 0
}

.mt-5 {
    margin-top: 5px
}

.mb-5 {
    margin-bottom: 5px
}

.ml-5 {
    margin-left: 5px
}

.mr-5 {
    margin-right: 5px
}

.mt-10 {
    margin-top: 10px
}

.mb-10 {
    margin-bottom: 10px;
}

.ml-10 {
    margin-left: 10px
}

.mr-10 {
    margin-right: 10px
}

.mt-15 {
    margin-top: 15px
}

.mb-15 {
    margin-bottom: 15px
}

.ml-15 {
    margin-left: 15px
}

.mr-15 {
    margin-right: 15px
}

.mt-20 {
    margin-top: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.ml-20 {
    margin-left: 20px
}

.mr-20 {
    margin-right: 20px
}

.mt-30 {
    margin-top: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.ml-30 {
    margin-left: 30px
}

.mr-30 {
    margin-right: 30px
}

.mt-minus {
    margin-top: -30px
}

.text_blue {
    color: #009bdd;
}

.text_grey {
    color: #666;
}

.text_gren {
    color: #005c20;
}

.text_blck {
    color: #000;
}

.text_wht {
    color: #fff;
}

.text_red {
    color: #db0000;
}

.text_yellow {
    color: #ffda44;
}

.text_30 {
    font-size: 30px;
}

.text_25 {
    font-size: 25px;
}

.text_20 {
    font-size: 20px;
}

.text_18 {
    font-size: 18px;
}

.text_16 {
    font-size: 16px;
}

.text_14 {
    font-size: 14px;
}

.text_12 {
    font-size: 12px;
}

.text-justify {
    text-align: justify;
}

.under_line {
    text-decoration: underline;
}

    .under_line:hover {
        text-decoration: none;
    }

.transform_upper {
    text-transform: uppercase;
}

.transform_none {
    text-transform: none;
}

.font_light {
    font-weight: 300;
}

.font_normal {
    font-weight: 400;
}

.font_medium {
    font-weight: 500;
}

.font_sbold {
    font-weight: 600;
}

.font_bold {
    font-weight: 700;
}

.font_xbold {
    font-weight: 800;
}

.relative {
    position: relative;
}

.bg_grey {
    padding: 20px 0;
    background-color: #f8f8f8;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.bg_grey_bark {
    padding: 20px 0;
    background-color: #cecece;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.bg_blue {
    padding: 20px 0;
    background-color: #009bdd;
    color: #FFF;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.bg_white {
    background-color: #FFF;
    border: #EEE 1px solid;
    border-right-color: #CCC;
    border-bottom-color: #CCC;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.logo-bar {
    background-color: #FFF;
    padding: 10px 0;
}

.top-links {
    padding-top: 20px;
}

    .top-links .business {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
    }

        .top-links .business li {
            display: inline-block;
            margin-right: 5px;
            background-color: #f8f8f8;
            border: #bbb 1px solid;
            border-radius: 35px;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        }

            .top-links .business li a {
                display: block;
                font-size: 14px;
                text-decoration: none;
                color: #333;
                text-transform: uppercase;
                padding: 10px 18px;
                font-weight: 500;
            }

                .top-links .business li a .fa {
                    color: #f34343;
                }

            .top-links .business li:hover {
                background-color: #f34343;
                border-color: #f34343;
            }

                .top-links .business li:hover a {
                    color: #FFF;
                }

                    .top-links .business li:hover a .fa {
                        color: #FFF;
                    }

        .top-links .business.pull-right li {
            border: #666 2px solid;
            border-radius: 4px;
        }

            .top-links .business.pull-right li a {
                padding: 8px 12px;
            }

            .top-links .business.pull-right li:last-child {
                background-color: #f34343;
                border-color: #f34343;
            }

            .top-links .business.pull-right li:hover {
                border-color: #f34343;
            }

            .top-links .business.pull-right li:last-child a {
                color: #FFF;
            }

                .top-links .business.pull-right li:last-child a .fa {
                    color: #FFF;
                }

.page-title {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

    .page-title h1 {
        font-size: 60px;
        color: #FFF;
        font-weight: 800;
        margin-bottom: 10px;
    }

.for-widgets {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: -50px;
    z-index: 99;
}

    .for-widgets li {
        width: 33.333%;
        min-height: 260px;
        float: left;
        text-align: center;
        position: relative;
    }

        .for-widgets li::before {
            content: " ";
            width: 1px;
            height: 155px;
            background-color: #c4c4c4;
            position: absolute;
            bottom: 0;
            right: 0;
        }

        .for-widgets li:last-child::before {
            display: none;
        }

        .for-widgets li h3 {
            position: relative;
            min-height: 80px;
        }

            .for-widgets li h3 span {
                font-weight: 300;
            }

            .for-widgets li h3::before {
                content: " ";
                width: 30px;
                height: 3px;
                background-color: #d1010a;
                bottom: 0;
                left: 50%;
                margin-left: -15px;
                position: absolute;
            }

.mobile_section {
    background: url(../images/dashboard.png) right top fixed no-repeat;
}

.simple {
    background: #0e1822 url(../images/simplebg.jpg) center fixed no-repeat;
    background-size: cover;
    padding: 50px 0;
    position: relative;
}

    .simple::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .simple .container {
        position: relative;
        z-index: 9;
    }

    .simple h2 {
        font-weight: 300;
        font-size: 36px;
        text-transform: none;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
        margin-top: 0;
    }

    .simple .icon-boxes {
        position: relative;
        text-align: center;
        color: #FFF;
        font-weight: 300;
        font-size: 14px;
    }

        .simple .icon-boxes .icon_images {
            position: relative;
            width: 80px;
            height: 80px;
            background-color: rgba(255,255,255,1);
            padding: 10px;
            display: inline-block;
            max-width: 100%;
            border-radius: 50%;
            margin-bottom: 15px;
            transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            -webkit-transition: -webkit-transform 0.5s;
            -moz-transition: -moz-transform 0.5s;
            -ms-transition: -moz-transform 0.5s;
            -o-transition: -o-transform 0.5s;
            transition: transform 0.5s;
        }

        .simple .icon-boxes:hover .icon_images {
            -moz-transform: rotateY(180deg);
            -o-transform: rotateY(180deg);
            -ms-transform: rotateY(180deg);
            -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
        }

        .simple .icon-boxes .icon_images::after {
            border: #FFF 3px solid;
            border-radius: 50%;
            content: "";
            position: absolute;
            width: 94px;
            height: 94px;
            left: -7px;
            top: -7px;
        }

        .simple .icon-boxes h5 {
            color: #FFF;
        }

.open_account {
    background: url(../images/woman.jpg) left top fixed;
    background-size: cover;
}

    .open_account .col-sm-5 {
        background-color: rgba(255,255,255,0.8);
        padding-top: 80px;
        padding-bottom: 100px;
        text-align: center;
        color: #000;
    }

.testimonials {
    background: #c31818 url(../images/testimonial.jpg) center fixed no-repeat;
    background-size: cover;
    padding: 20px 0;
}

    .testimonials h2 {
        color: #fff;
        text-transform: none;
        font-size: 48px;
        margin-top: 5%;
    }

        .testimonials h2 span {
            font-weight: 300;
        }

    .testimonials .fa-star {
        color: #ffda44;
    }

#carousel-testimonials {
    color: #FFF;
}

    #carousel-testimonials .carousel-control {
        top: 0;
        bottom: auto;
        width: 25px;
        height: 25px;
        border: #FFF 1px solid;
        padding-top: 1px;
        z-index: 99;
        border-radius: 3px;
        opacity: 1;
        left: auto;
        right: 0;
    }

        #carousel-testimonials .carousel-control:hover {
            color: #ffda44;
            border-color: #ffda44;
        }

        #carousel-testimonials .carousel-control:focus {
            color: #ffda44;
            border-color: #ffda44;
        }

        #carousel-testimonials .carousel-control.right {
            background-image: none;
            right: 0;
        }

        #carousel-testimonials .carousel-control.left {
            background-image: none;
            left: auto;
            right: 30px;
        }


.tick {
    margin: 0;
    list-style-image: url(../images/tick.png);
}

    .tick li {
        margin: 7px 0;
    }

.scrollup {
    background-color: #015a1f;
    border-radius: 50%;
    border: #FFF 3px solid;
    width: 40px;
    text-align: center;
    padding-top: 7px;
    height: 40px;
    position: fixed;
    z-index: 9999;
    bottom: 38px;
    right: 30px;
    display: none;
    outline: none;
    color: #f5b207;
}

    .scrollup:hover {
        opacity: 1;
        background-color: #d30009;
    }

/* Custom Select Options and Dropdowns */
select.form-control {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url(../images/select.png);
    background-position: 100% center;
    background-repeat: no-repeat;
    padding-right: 40px;
}

    select.form-control::-ms-expand {
        display: none;
    }

    select.form-control:disabled {
        background-color: #DDDDDD;
        cursor: default;
    }

    select.form-control[multiple] {
        height: auto;
    }

footer {
    width: 100%;
    background-color: #fff;
    position: relative;
    font-size: 10px;
    padding: 10px 0;
}

    footer::after {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 42%;
        background-color: #ff9800;
        content: "";
    }

    footer .container {
        position: relative;
        z-index: 99;
    }

    footer hr {
        border-top-color: rgba(153,153,153,0.6);
        border-bottom-color: rgba(225,225,225,0.2);
        margin: 20px 0;
    }

    footer .logos {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        footer .logos li {
            display: inline-block;
        }

            footer .logos li img {
                max-width: 100%;
                margin: 0 5px;
                display: inline-block;
            }

    footer .social-icon {
        padding: 10px 0;
        margin: 0;
        list-style: none;
    }

        footer .social-icon li {
            display: inline-block;
            padding-right: 4px;
        }

            footer .social-icon li a {
                color: #076026;
                border: 1px solid #076026;
                border-radius: 50%;
                display: block;
                text-decoration: none;
                text-align: center;
                padding-top: 10px;
                width: 30px;
                height: 30px;
                display: block;
            }

                footer .social-icon li a:hover {
                    border-color: #d3000a;
                    background-color: #d3000a;
                    color: #FFF;
                    text-shadow: 1px 1px rgba(0,0,0,0.3)
                }

    footer .links {
        margin: 10px 0px;
        padding: 0;
        list-style: none;
        margin-bottom: 5px;
    }

        footer .links li {
            display: block;
            padding-bottom: 5px;
        }

            footer .links li a {
                color: #222;
                text-decoration: none;
            }

            footer .links li i {
                color: #db0000;
                margin-right: 5px;
            }

            footer .links li a:hover {
                color: #db0000;
            }

/* contact css */
.contact-us-body {
    background: url('../images/cont-top-bg.png');
    background-size: cover;
    height: auto;
}

.contact-head h1 {
    font-size: 30px;
    color: white;
}

.contact-head p {
    font-size: 16px;
    color: white;
    margin-bottom: 5rem;
}

.about-detail-sect h2 {
    padding: 12px 0;
    color: #062b49;
    font-size: 26px;
    margin-top: 5rem;
}

.cont-icon-mr h4 {
    font-size: 18px;
    font-weight: 600;
    color: #062b49;
}

.about-detail-sect p {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: .9px;
    margin-top: 9px;
    color: #495660;
    font-weight: normal;
}

.cont-form-control {
    display: block;
    width: 100%;
    height: 46px;
    padding: .375rem .75rem;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #062b49;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #062b4987;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.cont-lab-custom {
    font-size: 17px;
    font-weight: 600;
    color: #062b49;
    padding-bottom: 5px;
}

.cont-form-btn {
    padding: 8px 30px;
    margin-top: 25px;
    border-radius: 6px;
    background-color: #d3000a;
    height: 42px;
    width: 100%;
    color: white;
    font-size: 16px;
    font-weight: 500;
    border: 0;
}

    .cont-form-btn:hover {
        padding: 8px 30px;
        margin-top: 25px;
        border-radius: 6px;
        background-color: #005c20;
        height: 42px;
        width: 100%;
        color: white;
        font-size: 16px;
        font-weight: 500;
        border: 0;
    }

.textarea-height {
    height: 120px !important;
}
/ ============== term and condition page css ============== /
.t-con-head h1 {
    font-size: 30px;
    color: white;
    text-align: center;
    margin-bottom: 4rem;
}

.t-c-text-heading-frst h4 {
    margin-top: 6rem;
    color: #062b49;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 12px;
}

.t-c-text-top-frst p {
    margin-top: 6rem;
}

.t-c-text-heading h4 {
    margin-top: 2.4rem;
    color: #062b49;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 12px;
}

.t-c-text-p p {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: .6;
    line-height: 1.8;
    color: #062b49;
}

.lead-p {
    font-weight: 600 !important;
}


.custom_radio {
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom_radio li {
    float: left;
    height: 75px;
    width: 30%;
    margin: 5px 1%;
    position: relative;
}

    .custom_radio li input[type='radio'] {
        display: none;
    }


    .custom_radio li label {
        color: #005c20
        font-weight: 600;
        font-size: 16px;
        display: block;
    }

        .custom_radio li label span {
            position: relative;
            z-index: 9;
            display: block;
            padding: 25px 15px 0 25px;
        }

            .custom_radio li label span i {
                float: right;
                width: 50px;
                height: 50px;
                text-align: center;
                line-height: 50px;
                font-size: 1.2em;
                background-color: #025a1f
                border-radius: 50%;
                color: #005c20;
                margin-top: -10px;
            }

        .custom_radio li label:before {
            content: "";
            z-index: 0;
            position: absolute;
            height: 43px !important;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            background-color: #FFF;
            border: #EEE 1px solid;
            border-radius: 5px;
            border-right-color: #CCC;
            border-bottom-color: #CCC;
            -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
            -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
            box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
        }

    .custom_radio li input[type=radio]:checked + label:after {
        content: "";
        z-index: 0;
        position: absolute;
        height: 75px;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #d2000a;
        border: #d2000a 1px solid;
        border-radius: 5px;
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
    }

    .custom_radio li input[type=radio]:checked + label {
        color: #FFF;
    }

        .custom_radio li input[type=radio]:checked + label span i {
            color: #d2000a;
            background-color: #FFF;
        }

.delivery-method {
    padding-bottom: 65px;
	width: 100%;
}

    .delivery-method.custom_radio li {
        height: 50px;
        width: 31%;
    }

        .delivery-method.custom_radio li label:before {
            .delivery-method.custom_radio li label:before

{
    height: 43px;
}
        }

.delivery-method.custom_radio li label span {
    padding: 11px 12px 0 10px;
}

.delivery-method.custom_radio li label span i {
	width: 30px;
	height: 30px;
	line-height: 26px;
	font-size: .8em;
	margin-top: -5px;
}

.delivery-method.custom_radio li input[type=radio]:checked + label:after {
	height: 43px;
}
.delivery-method li label {
   font-size: 14px !important;
}

@media (max-width: 400px) and (min-width: 150px){
	.delivery-method li label {
	   font-size: 14px !important;
	}
	.delivery-method.custom_radio li label span i {
		width: 26px;
		height: 26px;
		line-height: 24px;
		margin: -2px -8px -8px -8px;
	}
	.delivery-method.custom_radio li label span {
		padding: 11px 13px 0 8px;
	}
}
.fa-mobile{
		font-size:20px !important;	
}
.modal-header{
background-color: #002e10;
 }
.modal-title{
color:white;}
.btn-primary {
    color: #ffffff;
    background-color: #002e10;
    border-color: #002e10;
}
.green-circle{
    width: 35px;
    height: 35px;
    border: 2px solid #005900;
    border-radius: 50px;

}
.text-align{
margin-left:18%;
}


.blinking{
    animation:blinkingText 1.2s infinite;
	
}
@keyframes blinkingText{
    0%{     color: red;    }
    49%{    color: red; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: red;    }
}

@media (max-width: 767px) and (min-width: 150px){
.h5Style{
margin-top: 37px;
margin-left: 40px;
}
.bktransfer{
	  font-size: 8px;
    float: right;
}
}
@media (min-width: 768px)

{
	.h5Style{
margin-top: 20px;
    margin-left: 76px;
}
.bktransfer{
	  font-size: 8px;
    float: right;
}
}


