body
{
	font-family: 'Poppins', sans-serif;
}

.headertopbar {
    min-height: 100px;
    position: relative;
    z-index: 100;
}

.headertopbar .navbar
{
	padding: 12px 0;
	box-shadow: 0px 0px 20px 9px rgb(51 51 51 / 3%);
	position: fixed;
    width: 100%;
    background-color: #fff;
}

a.navbar-brand {
    padding: 0;
}

.main_logo {
    transition: all .3s ease-in-out;
    width: 260px;
}

.navi .nav-item .nav-link {
    font-size: 14px;
    color: #0060c1;
    text-transform: uppercase;
    font-weight: 500;
    min-width: 99px;
    text-align: center;
    padding: 12px 20px;
	position: relative;
}

.navi .nav-item .nav-link:before {content: '';position: absolute;background-color: #0e2a86;left: 50%;height: 2px;width: 40px;bottom: 5px;margin: 0 auto;transform: translate(-50%, 0%);width: 0;-webkit-transition: width .35s ease;-moz-transition: width .35s ease;transition: width .35s ease;}

.navi .nav-item:hover .nav-link:before {
    width: 30px;
}

.nav-link.btn-cstm:before {
    display: none;
}


ul.navbar-nav {
    margin-left: auto;
}

.nav-link.btn-cstm {
    margin: 0 12px;
    text-transform: capitalize !important;
    border-radius: 6px;
    cursor: pointer;
}

.btn-blue {
    background-color: #0055ff;
    color: #fff !important;
}

.btn-dark {
    background-color: #182951;
    color: #fff !important;
}

a, button {
    -webkit-transition: all .3s cubic-bezier(0,0,0,.24)!important;
    transition: all .3s cubic-bezier(0,0,0,.24)!important;
}

.navi .nav-item .nav-link:hover {
    color: #05f;
}

.btn-cstm
{
	text-transform: uppercase;
}

.btn-cstm:hover {
    opacity: 0.6;
}

.cover
{
	min-height: 607px;
	background-image: url(../images/cover1.jpg);
	background-position: 0 40%;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.cover:before {content: '';position: absolute;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ /* IE6-9 */z-index: 1000;width: 100%;height: 100%;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+55,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ /* IE6-9 *//* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+50,ffffff+100&1+49,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ /* IE6-9 *//* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+3,ffffff+100&1+1,0+100 */background: -moz-linear-gradient(left,  rgba(255,255,255,1) 20%, rgba(255,255,255,0.98) 15%, rgba(255,255,255,0) 68%); /* FF3.6-15 */background: -webkit-linear-gradient(left,  rgb(255 255 255) 20%,rgba(255,255,255,0.98) 15%,rgba(255,255,255,0) 68%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to right,  rgb(255 255 255) 20%,rgba(255,255,255,0.98) 15%,rgb(255 255 255 / 40%) 68%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */}

.cover_cntnt {
    width: 760px;
    max-width: 100%;
    position: relative;
    z-index: 1000;
	min-height: 607px;
	display: flex;
	align-items: center;
}

.cover_cntnt h1 {
    font-size: 50px;
    text-transform: uppercase;
    color: #0055ff;
    font-weight: 600;
    margin-bottom: 30px;
}

.cover_cntnt p {
    font-size: 20px;
    line-height: 30px;
    color: #283b6a;
    margin-bottom: 50px;
}

.btn.btn-cstm {
    font-size: 18px;
    padding: 10px 15px;
    min-width: 160px;
    border-radius: 7px;
    font-weight: 600;
	cursor: pointer !important;
}

.owl-cover .owl-nav {
    display: none;
}

.owl-cover .owl-dots {
    position: absolute;
    bottom: 45px;
    width: 100%;
    text-align: center;
}

.owl-cover .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border: 2px solid #05f;
    margin: 8px 7px;
    border-radius: 100px;
}

.owl-cover .owl-dots .owl-dot.active {
    background-color: #05f;
}

/* end cover header */

.bg-blue {background-color: #05f;color: #fff;}

.sec-services {
    padding: 100px 0px;
}

.sevc_cntnt {
    display: flex;
    min-height: 360px;
    align-items: center;
}

.sevc_cntnt h3 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 30px;
}

.sevc_cntnt p {
    font-size: 18px;
    opacity: .6;
    line-height: 24px;
    margin-bottom: 45px;
}

.btn-white {
    background-color: #fff;
}

.ul-srvcs {
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 360px;
    position: relative;
}

.ul-srvcs li {
    display: inline-block;
    position: absolute;
}

.ul-srvcs li:hover {
    z-index: 1000;
}

.ul-srvcs li .bx-srvc {
    background-color: #fff;
    width: 170px;
    height: 154px;
    border-radius: 9px;
    text-align: center;
    color: #182951;
    display: table-cell;
    vertical-align: middle;
    padding: 11px 21px;
    box-shadow: 0px 0px 20px 0px rgb(51 51 51 / 12%);
	text-decoration: none;
}

.bx-srvc .img-icn {
    display: block;
    margin: 0 auto 7px;
    width: 53px;
}

img.img-icn {}

.bx-srvc .bx-txt {
    font-size: 18px;
    font-weight: 500;
}

.ul-srvcs li:first-child {right: 210px;}

.ul-srvcs li:nth-child(2) {
    left: 39px;
    top: 70px;
    z-index: 10;
}

.ul-srvcs li:nth-child(3) {
    bottom: 0px;
    left: 81px;
}

.ul-srvcs li:nth-child(4) {
    bottom: 20px;
    right: 110px;
    z-index: 2;
}

.ul-srvcs li:last-child {
    right: 0;
    top: 51px;
}

.sec-tips {
    padding: 90px 0;
}

.img-tips {
    width: calc(100% - 50px);
    border-radius: 20px;
}

.tip-content h3 {
    font-size: 35px;
    font-weight: bold;
    color: #05f;
    margin-bottom: 30px;
}

.color-dark {
    color: #182951;
}

.tip-content p {
    font-size: 18px;
    line-height: 24px;
    color: #182951;
    margin-bottom: 30px;
}

.tip-content {
    display: flex;
    min-height: 340px;
    align-items: center;
}

footer {
    background-color: #182951;
    color: #fff;
    padding: 40px 0;
}

/****/

/** footer **/
footer p, footer li a {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.ftr-links {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    float: right;
}

.ftr-links li {
    display: inline-block;
}

.ftr-links li a {
    text-decoration: none;
    padding: 0px 18px;
	position: relative;
}

.ftr-links li a:hover {
    color: #fff;
}

.ftr-links li a:before {content: '';position: absolute;background-color: #fff;left: 50%;height: 2px;width: 40px;bottom: -10px;margin: 0 auto;transform: translate(-50%, 0%);width: 0;-webkit-transition: width .35s ease;-moz-transition: width .35s ease;transition: width .35s ease;}

.ftr-links li a:hover:before {
    width: 30px;
}

/***/

/** login frm mdl **/

.cstmmdl .modal-dialog {
    max-width: 400px;
}

.cstmmdl .modal-content {
    border-radius: 20px !important;
}

.modal-body.loginfrm {
    padding: 30px 30px 30px;
}

.loginfrm .img-user {
    display: block;
    margin: 0 auto;
}

.loginfrm .form-text {
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    color: rgb(24 41 81 / 48%);
}

.form-group {
    margin-bottom: 10px;
}

.loginfrm  .hdnglogin {
    text-align: center;
    color: #373737;
    font-size: 30px;
    margin: 20px 0 10px;
}

.loginfrm .form-group .form-label {
    font-size: 16px;
    color: #373737;
    margin-top: 10px;
}

.loginfrm .form-group .form-control {
    min-height: 50px;
}

.frgt_pswrd {
    color: #0060c1;
    /* float: right; */
    position: relative;
    /* bottom: 10px; */
    font-size: 14px;
}

.text-right {
    text-align: right;
}

.btn-loginfrm {
    background-color: #0060c1;
    color: #fff !important;
    padding: 1px 10px !important;
    font-size: 30px !important;
    height: 50px;
    min-width: 200px !important;
    margin: 25px auto 0;
    display: block;
}

.frgt_pswrd:hover {
    font-weight: 500;
}


.inner-content {
    padding: 50px 0;
	min-height: calc(100vh - 205px);
}

.sb-title {
    display: block;
    font-size: 15px;
    color: #0055ff;
    font-weight: 700;
    text-transform: uppercase;
}

.cstm-hdng {
    color: #182951;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 36px;
}


.navbar.sticky .main_logo {
    width: 150px;
}

.main_cntnt_p {
    color: #182951;
	text-align: justify;
}

.fw-600
{
	font-weight: 600;
}

.features-bx-sec ul.ul-srvcs {
    min-height: auto;
    text-align: center;
}

.features-bx-sec ul.ul-srvcs li {
    position: initial;
    margin: 20px 20px;
}

ol.cstm-ol {
    padding-left: 15px;
}

ol.cstm-ol li {padding-left: 15px;color: #182951;line-height: 30px;}

.features-bx-sec
{
	padding: 50px 0;
}

ul.cstm-ul {
    padding-left: 0;
    list-style: none;
}

ul.cstm-ul li {
    position: relative;
    padding-left: 30px;
    color: #182951;
    line-height: 30px;
}

ul.cstm-ul li:before {content: '';position: absolute;width: 8px;height: 8px;left: 5px;background-color: #05f;top: 12px;border-radius: 50px;}

.frm-bx {
    background-color: #182951;
    color: #fff;
    padding: 20px;
    border-radius: 9px;
}


.frm-bx .form-control, .frm-bx .form-select {
    border-radius: 2px;
}

.frm-bx .btn-cstm
{
	border-radius: 2px;
}

/* accordion */

.accordion-button, .accordion-button.collapsed {
    background-color: #05f !important;
    color: #fff !important;
    font-size: 20px;
    font-weight: normal;
    border-radius: 5px !important;
    padding: 10px 20px;
    box-shadow: none !important;
}

.accordion-item {
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}

.accordion-button {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

/**/

.signuphdng {
    font-size: 24px;
    color: #182951;
    margin-top: 20px;
}

.signalrt {
    background-color: #182951;
    color: #fff;
    padding: 15px;
    border-radius: 4px;
    opacity: .7;
}

/**/

/*checl */

.checkbox label {
    cursor: pointer;
    padding-left: 0;
    color: rgb(24 41 81);
}


fieldset[disabled] .form-group.is-focused .checkbox label {
    color: rgba(0, 0, 0, 0.26);
}

.checkbox input[type=checkbox] {
    opacity: 0;
    position: absolute;
    margin: 0;
    z-index: -1;
    width: 0;
    height: 0;
    overflow: hidden;
    left: 0;
    pointer-events: none;
}

.checkbox .checkbox-material {
    vertical-align: middle;
    position: relative;
    top: 3px;
    padding-right: 5px;
}

    .checkbox .checkbox-material:before {
        display: block;
        position: absolute;
        left: 0;
        content: "";
        background-color: rgba(0, 0, 0, 0.84);
        height: 20px;
        width: 20px;
        border-radius: 100%;
        z-index: 1;
        opacity: 0;
        margin: 0;
        top: -6px;
    }

    .checkbox .checkbox-material .check {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 1px solid #9e9e9e;
        overflow: hidden;
        z-index: 1;
        left: 2px;
        bottom: 0px;
        border-radius: 3px;
    }

        .checkbox .checkbox-material .check:before {
            position: absolute;
            content: "";
            transform: rotate(45deg);
            display: block;
            margin-top: -3px;
            margin-left: 7px;
            width: 0;
            height: 0;
            background: red;
            box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
            animation: checkbox-off 0.3s forwards;
        }

.checkbox input[type=checkbox]:focus + .checkbox-material .check:after {
    opacity: 0.2;
}

.checkbox input[type=checkbox]:checked + .checkbox-material .check {
    background: #0055ff;
}

    .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
        color: #FFFFFF;
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
        animation: checkbox-on 0.3s forwards;
    }


fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox input[type=checkbox],
.checkbox input[type=checkbox][disabled] ~ .checkbox-material .check,
.checkbox input[type=checkbox][disabled] + .circle {
    opacity: 0.5;
}

.checkbox input[type=checkbox][disabled] ~ .checkbox-material .check {
    border-color: #000000;
    opacity: .26;
}

.checkbox input[type=checkbox][disabled] + .checkbox-material .check:after {
    background-color: rgba(0, 0, 0, 0.87);
    transform: rotate(-45deg);
}

@keyframes checkbox-on {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    }

    50% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    }

    100% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    }
}

@keyframes rippleOn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 0;
    }
}

@keyframes rippleOff {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 0;
    }
}

/**/

.ul-check {
    padding-left: 0;
    list-style: none;
}

.ul-check li {
    margin-bottom: 12px;
}

.ul-check li h4 {
    color: #0055ff;
    margin-bottom: 0;
    font-weight: 600;
}

.ul-check li h4 + span {
    color: #182951;
}

/**/

.lo_cheer_squard 
{
    text-align: center;
    position: relative;
    width: 100%; 
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
	color: #182951;
}

.lo_cheer_squard:before {
    content: "\f10d";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 36px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: rgb(24 41 81 / 9%);
}

.lo_cheer_squard:after {
    content: "\f10e";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 36px;
    position: absolute;
    bottom: 25px;
    right: 0px;
    color: rgb(24 41 81 / 9%);
}

p.text-right.fs-18.color-li8black {
    font-style: italic;
    margin-top: 30px;
    color: #182951;
}

.owl-testimonials .owl-nav button {
    display: inline-block;
    background-color: #333 !important;
    width: 40px;
    color: #fff !important;
    font-size: 25px !important;
    margin: 2px;
}

.owl-testimonials .owl-nav button:hover {
    opacity: 0.6;
}

button.btn-close {
    float: right;
    margin-left: auto;
    position: relative;
    top: 10px;
    right: 10px;
}

/**** New Login ****/

.login_wrapper
{
	background-image: url(../images/bg-login.png);
	min-height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
}

.logincontentside {
    background-color: #0054ffbf;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.logincontentside .logo {
    filter: brightness(0) invert(1);
	width: 200px;
    display: block;
    margin: 0 auto 20px;
}

.login-sidebar {
    height: 100vh;
    display: flex;
	justify-content: center;
    align-items: center;
}

.login-form {
    background-color: #fff;
    width: 420px;
    max-width: 90%;
    border-radius: 30px;
    padding: 30px 40px;
}

.loginnhead {
    text-align: center;
    margin-bottom: 30px;
}

.login-form .logo {
    width: 140px;
    display: block;
    margin: 0 auto 18px;
}

.loginnhead h3 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #172951;
}

.loginnhead p {
    font-size: 13px;
    color: #172951;
}

.login-form .form-control {
    font-size: 12px;
}

.btn-login {
    background-color: #0054ff;
    color: #fff !important;
    font-size: 14px;
    border-radius: 20px;
    min-width: 160px;
    height: 41px;
    margin: 39px auto 40px;
    display: block;
}

.btn-login:hover
{
	opacity: 0.6;
}


.login-form label {
    font-size: 12px;
    font-weight: 500;
    color: #172951;
    margin-bottom: 7px;
}

.login-form .input-group {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 8px 0px rgb(51 51 51 / 21%);
    min-height: 40px;
}

.login-form .input-group .form-control {
    border: 0 !important;
}

.login-form .input-group  .input-group-text {
    background-color: transparent;
    border: 0;
    color: #0054ff;
    padding-right: 0;
    padding-left: 20px;
}

.login-form .input-group .form-control:focus {
    box-shadow: 0px 0px 0px transparent;
}

p.bottom-text {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
}

p.bottom-text a {
    color: #172951;
    font-weight: 600;
    text-decoration: none;
}

	
/**/

@media (min-width: 1200px){
	.container {
		max-width: 1176px;
	}
}

@media (max-width: 1024px)
{
	.sec-services {
		padding: 70px 0px;
	}
	
	.ul-srvcs
	{
		text-align: center;
	}
	
	.ul-srvcs li
	{
		position: static;
	}
	
	.sec-tips {
		padding: 70px 0;
	}
	
	.ftr-links li a
	{
		padding: 0 8px;
	}
}

@media (max-width: 991px)
{
	.headertopbar
	{
		min-height: 77px;
	}
	
	.main_logo
	{
		width: 180px;
	}
	
	.navbar-nav
	{
		margin-left: auto;
	}
	
	.cover, .cover_cntnt 
	{
		min-height: 450px;
	}
	
	.cover_cntnt h1
	{
		margin-bottom: 15px;
		font-size: 50px;
	}
	
	.cover_cntnt p
	{
		margin-bottom: 20px;
	}
	
	.sec-services, .sec-tips {
		padding: 40px 0px;
		text-align: center;
	}
	
	.sevc_cntnt, .ul-srvcs, .tip-content
	{
		min-height: auto;
	}
	
	.sevc_cntnt h3, .tip-content h3
	{
		font-size: 30px;
		margin-bottom: 15px;
	}
	
	.sevc_cntnt p, .tip-content p
	{
		margin-bottom: 25px;
	}
		
	.ul-srvcs {
		width: 650px;
		margin: 40px auto 0;
		border-top: 1px solid rgb(255 255 255 / 33%);
		padding-top: 41px;
		max-width: 100%;
	}
	
	.img-tips
	{
		width: 100%;
		margin-bottom: 40px;
	}
	
	footer
	{
		text-align: center;
		padding: 30px 0;
	}
	
	.ftr-links
	{
		float: none;
		margin-top: 10px;
	}
	
	.features-bx-sec ul.ul-srvcs {
		border-top: 0;
		padding-top: 0;
		margin-top: 0;
	}
}

@media (max-width: 767px)
{
	button.navbar-toggler {
		box-shadow: none !important;
		border: 0 !important;
	}

	span.navbar-toggler-icon {
		background-color: #182951;
		height: 2px;
		position: relative;
	}

	span.navbar-toggler-icon:before, span.navbar-toggler-icon:after {content: '';position: absolute;background-color: #182951;width: 100%;left: 0;height: 2px;}

	span.navbar-toggler-icon:before {
		top: -7px;
	}

	span.navbar-toggler-icon:after {
		bottom: -7px;
	}

	.nav-link.btn-cstm {
		margin: 5px;
	}
	
	.cover, .cover_cntnt
	{
		min-height: auto;
	}
	
	.cover_cntnt {
		padding: 40px 0 90px;
	}
	
	.cover_cntnt h1
	{
		font-size: 36px;
	}
	
	.owl-cover .owl-dots
	{
		bottom: 25px;
	}
	
	.sevc_cntnt p, .tip-content p
	{
		font-size: 16px;
	}
	
		
	.modal-body.loginfrm {
		padding: 45px 30px 40px;
	}
	
	.loginfrm .hdnglogin
	{
		font-size: 30px;
		padding: 20px 0 30px;
	}
	
	.inner-content
	{
		padding: 30px 0;
	}
	
	.img-pecnt
	{
		width: 100%;
		margin-bottom: 30px;
	}
}