@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    font-family: 'Poppins';
    background-color: #ffffff;
    color: #222222;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

body img {
    max-width: 100%;
}

body .white-color {
    color: #ffffff !important;
}

body .black-color {
    color: #000000 !important;
}

body .blue-color {
    color: #0F3457 !important;
}

body .light-blue-color {
    color: #3891D7 !important;
}

body .b-right-gray {
    border-right: 2px solid #d7e3eb;
}

body .border-bottom {
    border-bottom: 1px solid #a8bdcb !important;
}

body .padding-tb-80 {
    padding: 80px 0;
}

body .padding-tb-60 {
    padding: 60px 0;
}

body .padding-tb-50 {
    padding: 50px 0;
}

body .font-13 {
    font-size: 13px !important;
}

body .font-16 {
    font-size: 16px !important;
}

body .title {
    font-size: 36px;
    font-weight: 700;
    color: #13385b;
    margin-bottom: 0;
    position: relative;
}

body .sub-title {
    font-size: 14px;
    font-weight: 600;
    color: #272C49;
    position: relative;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
}

body .sub-title.color-1 {
    color: #272C49;
    background-color: #d8edff;
}

body .sub-title.color-2 {
    color: #272C49;
    background-color: #ffe8d1;
}

body .sub-title.color-3 {
    color: #272C49;
    background-color: #cce8ff;
}

body h3 {
    font-size: 24px;
    font-weight: 600;
    color: #272C49;
    margin-bottom: 16px;
    line-height: 28px;
}

body h5 {
    font-size: 20px;
    font-weight: 600;
    color: #272C49;
    margin-bottom: 12px;
    line-height: 30px;
}

body h6 {
    font-size: 18px;
    font-weight: 600;
    color: #272C49;
    margin-bottom: 12px;
    line-height: 24px;
}

body .psg {
    font-size: 14px;
    line-height: 24px;
    color: #6D758F;
    font-weight: 500;
}

body .section-info {
    padding-bottom: 40px;
}


body .form-label,
body label {
    font-size: 13px;
    font-weight: 600;
    color: #22303c;
    margin-bottom: 3px !important;
}

body .form-control {
    border: 1px solid #d6dfe8;
    font-size: 14px;
    font-weight: 500;
    color: #2c2c2c;
    width: 100%;
    padding: 12px 20px;
    border-radius: 5px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
}

body .form-control::placeholder {
    color: #878787;
}

body .form-control:hover {
    border-color: #142441;
    background-color: #ffffff;
    box-shadow: none;
}

body .form-control:focus {
    border-color: #142441;
    background-color: #ffffff;
    box-shadow: none;
}

body .btn.form-btn {
    background-color: #0F3457;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px 40px;
}

body .btn.form-btn:hover {
    background-color: #3891D7;
    color: #ffffff;
}

body .btn {
    font-size: 15px;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 5px;
    border: 0;
    transition: all 0.3s ease-in-out;
}

body .btn-primary {
    color: #ffffff;
    background-color: #3891D7;
    border-radius:5px ;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    border: 1px solid #3891D7;
}

body .btn-primary:hover {
    background-color: #2E6FAC !important;
    border-color: #2E6FAC !important;
    color: #ffffff !important;
    transition: all 0.3s ease-in-out;
}
body .btn-secondary {
    color: #ffffff;
    background-color: #000000;
    border-radius:5px ;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    border: 1px solid #000000;
}

body .btn-secondary:hover {
    background-color: #3891D7 !important;
    border-color: #3891D7 !important;
    color: #ffffff !important;
    transition: all 0.3s ease-in-out;
}


body .owl-carousel .owl-nav button.owl-prev,
body .owl-carousel .owl-nav button.owl-next {
    height: 50px;
    width: 32px;
    line-height: 60px;
    background-color: #b4dbff;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    border-radius: 5px;
    box-shadow: 0 4px 10px 0 rgb(31 34 120 / 14%);
}

body .owl-carousel .owl-nav button.owl-prev span,
body .owl-carousel .owl-nav button.owl-next span {
    display: inline-block;
    font-size: 2rem;
    line-height: 1rem;
    color: #0f3457;
}

body .owl-carousel .owl-nav button.owl-prev {
    left: 15px;
}

body .owl-carousel .owl-nav button.owl-next {
    right: 15px;
}

body .owl-dots {
    display: none;
}

body .card-box {
    padding: 20px;
    border-radius: 20px 0 20px 0;
    background-color: #ffffff;
    box-shadow: 2px 10px 30px 0px #dee6f6;
}


body .header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
}

body .header-wrapper {
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
}

body .header-wrapper.active {
    background-color: #ffffff;
    box-shadow: 2px 10px 50px 0px #D1DBEE;
    transition: all 0.5s ease-in-out;
}

body header {
    width: 100%;
    padding: 0;
    position: relative;
}

body header .navbar {
    padding: 5px 0;
}

body header .navbar .navbar-brand {
    margin-right: 10px;
}

body header .navbar .navbar-brand img {
    width: auto;
    height: 75px;
}

body header .navbar .navbar-toggler {
    background-color: #ffffff;
}

body header .navbar .navbar-nav .nav-item .nav-link {
    color: #434f62;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 16px;
    transition: all 0.3s ease-in-out;
    position: relative;
}

header .navbar .navbar-nav .nav-item .nav-link::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #3891D7;
    transition: all 0.3s ease-in-out;
}

/* header .navbar .navbar-nav .nav-item:hover .nav-link::before {
    width: 100%;
    transition: all 0.3s ease-in-out;
} */

header .navbar .navbar-nav .nav-item .nav-link.active::before {
    width: 100%;
    background-color: #0F3457;
    transition: all 0.3s ease-in-out;
}

body header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #3891D7;
    transition: all 0.3s ease-in-out;
}

body header .navbar .navbar-nav .nav-item .nav-link.active {
    color: #0F3457;
    transition: all 0.3s ease-in-out;
}

body header .navbar .navbar-nav .login-dropdown .btn-primary {
    padding: 10px 16px;
    font-size: 13px;
    margin-left: 20px;
    background-color: #0F3457;
    color: #ffffff;
    border: 1px solid #d6dfe8;
}

body .banner {
    background-image: url('../image/bannerbg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

body .banner .banner-info .banner-title {
    font-size: 45px;
    color: #13385b;
    font-weight: 700;
}

body .banner .image-slide {
    padding-top: 150px;
    padding-bottom: 80px;
}

body .banner .image-slide-3 {
    background-image: url("../image/Banner-new-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 310px;
}
body .banner .image-slide-2 {
    background-image: url('../image/Banner-new-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 310px;
}
body .banner .image-slide-1 {
    background-image: url('../image/Banner-new-3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 310px;
}

body .vision-section .vision-box {
    width: 100%;
    padding: 10px;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

body .vision-section .vision-box .card-img {
    margin-bottom: 10px;
    display: inline-block;
}

body .vision-section .vision-box .card-img img {
    width: 50px;
}

body .vision-section .vision-box h5 {
    font-size: 16px;
    line-height: normal;
    margin: 0;
}

body .vision-section .vision-box p {
    font-size: 13px;
    line-height: 20px;
    color: #6D758F;
    font-weight: 500;
}

body .vision-section .owl-carousel.vision-carousel .owl-nav button.owl-next {
    right: -35px;
}

body .vision-section .owl-carousel.vision-carousel .owl-nav button.owl-prev {
    left: -35px;
}





body .services-section {
    /* background-color: #0f3457; */
    /* border-top: 2px solid #cddbe1; */
}

body .services-section .services-box {
    width: 100%;
    padding: 25px 25px;
    border: 2px solid #dbeaf7;
    box-shadow: 2px 10px 50px 0px #c7d2e754;
    transition: all 0.3s ease-in-out;
}

body .services-section .services-box .card-img {
    height: 100px;

}

body .services-section .services-box .card-img img {
    width: 85px;
}

body .services-section .services-box .card-img.big-size img {
    width:220px;
}
body .services-section .services-box .card-img.medium-size img {
    width:140px;
}
body .services-section .services-box .card-img.small-size img {
    width: 70px;
}

body .services-section .services-box h5 {
    font-size: 16px;
    line-height: normal;
    margin: 0;
}

body .services-section .services-box:hover {
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
    box-shadow: 2px 10px 50px 0px #c7d2e754;
}


body .custom-tab .nav-pills .nav-item {
    width: 100%;
    display: flex;
    align-items: stretch;
}

body .custom-tab .nav-pills .nav-item .nav-link {
    padding: 18px 10px;
    font-size: 14px;
    color: #031936;
    margin-right: 15px;
    font-weight: 600;
    border-radius: 20px 0 20px 0;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #a9c0d3;
    transition: all 0.3s ease-in-out;
}

body .custom-tab .nav-pills .nav-item .nav-link i {
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 10px;
}

body .custom-tab .nav-pills .nav-item .nav-link:hover {
    background-color: #cee2f3;
    border-color: #1ca7e6;
    color: #1ca7e6;
    transition: all 0.3s ease-in-out;
}

body .custom-tab .nav-pills .nav-item .nav-link.tab-link-1.active {
    background-color: #1ca7e6;
    border-color: #1ca7e6;
    color: #ffffff;
}

body .custom-tab .nav-pills .nav-item .nav-link.tab-link-2.active {
    background-color: #e0b10b;
    border-color: #e0b10b;
    color: #ffffff;
}

body .custom-tab .nav-pills .nav-item .nav-link.tab-link-3.active {
    background-color: #08b961;
    border-color: #08b961;
    color: #ffffff;
}

body .custom-tab .nav-pills .nav-item .nav-link.tab-link-4.active {
    background-color: #b008b9;
    border-color: #b008b9;
    color: #ffffff;
}

body .tab-content .tab-pane {
    width: 100%;
    border-radius: 20px 0 20px 0;
    padding: 20px;
    background-color: #fff;
    border: 1px solid transparent;
}

body .tab-content .tab-1 {
    background-color: #e9f5ff;
    border-color: #1ca7e6;
}

body .tab-content .tab-2 {
    background-color: #fffbeb;
    border-color: #e0b10b
}

body .tab-content .tab-3 {
    background-color: #e7fff3;
    border-color: #08b961
}

body .tab-content .tab-4 {
    background-color: #fff7ff;
    border-color: #b008b9
}

/*  */
body .accordion .accordion-item{
    margin-bottom: 20px;
    border-radius: 0;
    border: 0;
    box-shadow: 2px 10px 30px 0px #D1DBEE;
}
body .accordion .accordion-item .accordion-header .accordion-button{
    font-size: 18px;
    font-weight: 600;
    color: #011E45;
    background-color: #ffffff;
    border-radius: 0;
}
body .accordion .accordion-item .accordion-header .accordion-button:focus{
    box-shadow: none;
    outline: none;
}
body .accordion .accordion-item .accordion-header .accordion-button:hover{
    color: #3891d7;
}
body .accordion .accordion-item .accordion-body{    
    font-size: 14px;
    font-weight: 500;
    color: #627792;
    line-height: 24px;
}
/*  */


body .footer-section {
    background-color: #e9f5ff;
    padding-bottom: 30px;
    padding-top: 50px;
}

body .footer-section .logo {
    width: 100px;
}

body .footer-info ul li {
    font-size: 14px;
    font-weight: 500;
    padding: 4px;
    cursor: pointer;
}

body .footer-info ul li:hover {
    color: #0F3457;
    ;
}

body .social-info li a {
    display: block;
}

body .social-info li a img {
    width: 40px;
}

body .footer-bottom {
    background-color: #0F3457;
    ;
    padding: 16px 0;
}

body .footer-bottom p {
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 0;
}

body .footer-bottom {
    background-color: #0F3457;
    color: #ffffff;
    padding: 20px 0;
}




body .footer-info .footer-contact-info span{
    color: #828283;
    font-weight: 500;
    font-size: 12px;
    display: block;
    margin-bottom: 4px;
}



@media (min-width: 576px) and (max-width: 767px) {
    body .padding-tb-80 {
        padding: 60px 0;
    }

    body .title {
        font-size: 26px;
    }

    body .sub-title {
        font-size: 16px;
    }

    body .psg {
        font-size: 15px;
    }
    body header .navbar {
        background-color: #ffffff;
    }

    body header .navbar .navbar-brand img {
        height: 40px;
    }

    body header .navbar .header-contact-wrapper {
        display: none !important;
    }

    body .banner {
        padding-top: 85px;
    }

    body .custom-tab .nav-pills {
        flex-wrap: wrap !important;
    }

    body .services-section .services-box .card-img {
        height: 75px;

    }

    body .services-section .services-box .card-img img {
        width: 70px;
        margin-bottom: 10px !important;
    }
    body .services-section .services-box .card-img.small-size img {
        width: 60px;
    }
}

@media (min-width: 320px) and (max-width: 578px) {

    body .padding-tb-80 {
        padding: 60px 0;
    }

    body .title {
        font-size: 26px;
    }

    body .sub-title {
        font-size: 16px;
    }

    body .psg {
        font-size: 15px;
    }

    body .sub-header .search-btn {
        margin: 0 10px;
    }

    body .sub-header .login-dropdown .btn-primary {
        margin-left: 10px;
    }
    body header .navbar {
        background-color: #ffffff;
    }
    body header .navbar .navbar-brand.logo3 img,
    body header .navbar .navbar-brand.logo4 img {
        display: none;
    }

    body header .navbar .header-contact-wrapper {
        display: none !important;
    }

    body .banner {
        padding-top: 85px;
    }

    body .custom-tab .nav-pills {
        flex-wrap: wrap !important;
    }

    body .services-section .services-box {
        width: 100%;
        padding: 20px 20px;
    }

    body .services-section .services-box h5 {
        font-size: 12px;
        line-height: normal;
        margin: 0;
    }

    body .services-section .services-box h5 {
        font-size: 12px;
        line-height: normal;
        margin: 0;
    }

    body .services-section .services-box .card-img {
        height: 60px;

    }

    body .services-section .services-box .card-img img {
        width: 50px;
        margin-bottom: 10px !important;
    }
    body .services-section .services-box .card-img.small-size img {
        width: 50px;
    }
}


.navlogin{
	/* background:  #09385f; */
	/* color: #ffb119;
	padding: 12px 18px; */
	/* border-radius: 30px; */
	/* text-transform: uppercase; */
	font-weight: bold;
	/* vertical-align: top;
	display: inline-block; */
	/* margin: 28px 0 0; */
	cursor: pointer;
}
.popup{
	height:100%;
	width:100%;
	/*top:50px;*/
    top:0px;
	position:fixed;
	background-color:rgba(0,0,0,.7);
	z-index:10;
	display:none;
}
.login{
	max-width:500px;
	padding:27px;
	/*background-color:#fff;*/
    background-color: #b4dbff;
	margin:10% auto 0;
	vertical-align:middle;
	border-radius:30px;
	position:relative;
}
.textfield2{
	width:100%;
	padding:10px;
	margin:13px 0;
	font-size:15px;
	/*color:#990020;*/
    color: #010101;
	outline:none;
	border:1px solid #eee;
    border-radius: 10px;

}
/*.textfield2:focus{
	padding:7px;
	border-bottom:3px solid #09385f;
}*/
.s27{height:27px;}
.s18{height:18px;}
.forgotpassbox{
	margin:10px 0;
	position:relative;
	font-size:14px
}
.right {
    float: right;
}
.button {
    padding: 12px 27px;
    width: calc(100% - 2px);
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 27px;
    outline: none;
    background: #09385f;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .5);
    cursor: pointer;
}
.close {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 0px;
    right: 10px;
    border-radius: 30px;
    background-color: #fff;
    background-image: url(../images/close.png);
    cursor: pointer;
    z-index: 10;
}
.close:hover {
    background-color: #09385f;
    background-position: 0px 45px;
}