/* css document */



* {

    box-sizing: border-box;

    margin: 0;

    padding: 0;

    font-family: 'Open Sans', sans-serif;

}

.container {

    max-width: 1170px;

    margin: 0 auto;

    padding: 0 15px;

}

.top_header {

    background-color: #f2f4f6;

    padding: 10px 0;

}

.top_header_sec {

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.logo img {

    width: 200px;

}

.top_rgt_head a {

    display: flex;

    align-items: center;

    color: #838383;

    font-size: 14px;

    font-weight: 600;

    text-decoration: none;

    transition: .3s ease-in-out;

}

.top_rgt_head {

    display: flex;

}

.top_rgt_head a+a {

    margin-left: 30px;

}

.top_rgt_head a span {

    margin-right: 12px;

    font-size: 18px;

    color: #ffbc35;

}



.top_rgt_head a:hover {

    color: #000;

}

.main_header {

    background-color: #003679;

    position: relative;

    padding: 20px 0;

}

.main_header_sec nav ul li {

    display: inline-block;

    list-style: none;

}

.main_header_sec nav ul li a {

    color: #fff;

    font-weight: 600;

    font-size: 15px;

    text-decoration: none;

}



.main_header_sec nav ul li+li {

    margin-left: 24px;

}



.main_head_rgt a {

    color: #003679;

    display: flex;

}

.main_header_sec {

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.main_header:before {

    width: 30%;

    height: 100%;

    position: absolute;

    top: 0;

    right: 0;

    content: '';

    z-index: 1;

    background: url(../images/hbg-right.png) no-repeat;

    background-size: cover;

}

.main_head_rgt {

    z-index: 11;

}



.main_head_rgt a span {

    margin-right: 22px;

}

.main_head_rgt a {

    font-size: 22px;

    text-decoration: none;

}

.slider_item {

    background-size: cover;

    background-repeat: no-repeat;

    height: 500px;

}

.seond_item {

    background-image: url(../images/banner1.jpg);



}



.first_item {

    background-image: url(../images/banner2.jpg);

}

.third_item {

    background-image: url(../images/banner3.jpg);



}







.owl-next,

.owl-prev {

    position: absolute;

    top: 50%;

    outline: none;

    transform: translateY(-50%);

}

.owl-next span,

.owl-prev span {

    color: #fff;

    font-size: 80px;

}

.owl-next {

    right: 30px;

}

.owl-prev {

    left: 30px;

}



.slider_item:before {

    content: "";

    background-color: #003679;

    position: absolute;

    right: 0;

    top: 0;

    left: 0;

    bottom: 0;

    opacity: .3;

}



.line {

    width: 25px;

    height: 5px;

    border-radius: 3px;

    background-color: #ffbb38;

    margin-bottom: 20px;

}



.about_us_part p {

    font-size: 16px;

    color: #6e6e6e;

    margin-bottom: 0;

    font-family: "Open Sans", sans-serif;

    font-weight: 600;

    line-height: 1.8;

    margin-bottom: 10px;

}

.service_sec_head h6,

.about_us_part h6 {

    font-size: 12px;

    margin-bottom: 0;

    letter-spacing: 2px;

    color: #a5a5a5;

    text-transform: uppercase;

    line-height: 2;

    font-weight: 400;

}



.about_us_part a {

    color: #212121;

    text-decoration: none;

    transition: .5s ease-in-out;

}



.about_us_part:hover a {

    color: #003679;

}



.service_sec_head h3,

.about_us_part h3 {

    font-size: 36px;

    color: #212121;

    font-weight: 700;

    margin-bottom: 10px;

}

button:hover {

    cursor: pointer;

}

button:focus {

    outline: none;

}

.about_us {

    padding: 80px 0;

}



.ctm_btn {

    background-color: #ffbb38;

    display: inline-block;

    color: #ffffff;

    border-radius: 5px;

    padding: 10px 30px;

    font-size: 14px;

    font-weight: 700;

    text-transform: uppercase;

    transition: .3s ease-in-out;

    border: none;

}



.ctm_btn:hover {

    background-color: #003679;

}

.about_us_sec {

    display: flex;

    justify-content: space-between;

}

.about_us_part {

    width: 23%;

}





.about_us_part h5 {

    font-size: 20px;

    margin-bottom: 0;

    font-weight: 700;

}

.about_us_part img {

    max-width: 100%;

    margin-bottom: 10px;

    box-shadow: 0px 0px 2px 0px #9e9e9e;

}



.service_sec_head {

    text-align: center;

    margin-bottom: 60px;

}

.service {

    background-color: #f1f7f9;

    padding: 80px 0;

}



.service_sec_head .line {

    margin: 0 auto;

    margin-bottom: 20px;

}



.service_section_icon {

    width: 60px;

    height: 60px;

    background-color: #003679;

    border-radius: 100%;

    position: relative;

}







.service_section_icon svg {

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    color: #fff;

    font-size: 22px;

}



.service_section {

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

}

.service_section_text {

    width: 70%;

    margin-left: 22px;

}

.service_section_part {

    display: flex;

    width: 30%;

}

.service_section_text h3 {

    font-size: 18px;

    margin-bottom: 8px;

}

.service_section_text p {

    color: #838383;

    font-size: 15px;

    line-height: 2;

    font-weight: 400;

}

.service_section_part:nth-child(1),

.service_section_part:nth-child(2),

.service_section_part:nth-child(3) {

    margin-bottom: 34px;



}



.banks_logo_sec {

    text-align: center;

}

.banks_logo_sec .line {

    margin: 0 auto;

    margin-bottom: 20px;

}

.banks_logo_sec h3 {

    font-size: 24px;

    margin-bottom: 10px;

}

.banks_logo_part {

    background-color: #fff;

    border-radius: 4px;

    height: 80px;

    position: relative;

    border: 1px solid #ccc;

    padding: 10px;

    overflow: hidden;

}

.banks_logo_part img {

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    max-width: 100%;

    padding: 10px;

}

.banks_logo {

    padding: 80px 0;

}



.banks_logo_carousel .item {

    margin: 10px;

}





.banks_logo_carousel {

    padding: 20px 30px 0px 30px;

}



.banks_logo_carousel .owl-next,

.banks_logo_carousel .owl-prev {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

}

.banks_logo_carousel .owl-next span,

.banks_logo_carousel .owl-prev span {

    color: #003679;

    font-size: 40px;

}

.banks_logo_carousel .owl-next {

    right: 0px;

}

.banks_logo_carousel .owl-prev {

    left: 0px;

}



.contact_section {

    background-color: #f1f7f9;

    padding: 80px 0;

}



.contact_sec {

    display: flex;

}



.contact_sec_part {

    width: 50%;

}



.contact_sec_part h3 {

    font-size: 28px;

    color: #212121;

    font-weight: 700;

}

.mr-address0101 {
    margin-left: 2rem;
}

.contact_detail_icon {

    width: 40px;

    height: 40px;

    border-radius: 50%;

    /* color: black; */

    background-color: #ffbb38;

    position: relative;

}



.contact_detail_icon svg {

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    color: #fff;

    font-size: 18px;

}

.contact_detail_text h6 {

    font-weight: 600;

    color: #212121;

    margin-bottom: 0;

    font-size: 16px;

}



.contact_detail {

    display: flex;

    margin-top: 40px;

}



.contact_detail_text {

    margin-left: 18px;

}

.contact_detail_text p {

    font-size: 11px;

    text-transform: uppercase;

    letter-spacing: 2px;

    color: #838383;

}



.contact_sec_bg {

    padding: 60px 40px;

    background-color: #fff;

    width: 400px;

    margin-top: 30px;

    border: 1px solid #c7c7c7;

    border-radius: 5px;

}





.contact_sec_part input {

    display: block;

    width: 100%;

    padding: 8px;

    border: 1px solid #b1b1b1;

    font-size: 16px;

    border-radius: 4px;

}



.contact_sec_part label {

    display: block;

    margin-bottom: 8px;

}



.contact_sec_part textarea {

    width: 100%;

    padding: 8px;

    border: 1px solid #b1b1b1;

    border-radius: 4px;

}

.fore_row {

    display: flex;

    justify-content: space-between;

}



.fore_row div {

    width: 48%;

    margin: 0;

}

.contact_us_form label {

    color: #fff;

}

.contact_us_form div {

    margin-bottom: 10px;

}

.contact_us_form {

    padding: 30px;

    border-radius: 5px;

    margin-top: 30px;

    background-color: #003679;

}



.contact_us_form .ctm_btn:hover {

    background-color: #fff;

    color: #003679;

}

.footer_sec {

    display: flex;

    /* justify-content: space-between;*/

}

.footer {

    background-color: #021c3c;
    padding: 60px 0;

}





.footer_part {
    width: 22%;
    margin-right: 70px;

}



.footer_part p {

    color: #fff;

    line-height: 2;

    margin-top: 20px;

    font-size: 14px;

}

.footer_part h3 {

    color: #ffbc35;

    font-size: 22px;

    font-weight: 500;

}

.footer_part ul li {

    list-style: none;

    margin-top: 14px
}

.footer_part ul li a {

    color: #fff;

    margin-left: 3px;

    text-decoration: none;

    transition: .3s ease-in-out;

    font-size: 14px;

}

.footer_part ul li a:hover {

    color: #ffbc35;

}

.copy_right {

    padding: 25px 0;

    text-align: center;

    border-top: 1px solid #6c6c6c;

    background-color: #021c3c;

}



.copy_right p {

    color: #fff;

    font-size: 16px;

}



.visible-title {

    visibility: visible;

}



.fixed-header {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 11;

}



/* ---------------------------------------------*/







.menubtn {

    display: none;

    padding: 5px;

    background-color: transparent;

    border: none;

    outline: none;

}



.menubtn img {

    width: 30px;

}