@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Unna:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* CSS Document */
body, html{
	height: 100%;
}
html {
  scroll-behavior: smooth;
}
body {
    background: #f3f3f3;
}
h1, h2 {
    font-family: "Unna", serif;
    font-weight: 400;
}
h3 {
    font-size: 42px !important;
    font-weight: 700 !important;
}
h3, h4, h5, h6{
	font-family: "Poppins", sans-serif;
    font-weight: 700;
}
p, a, input, textarea, select, button{
	font-family: "Poppins", sans-serif;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6, p, a, ul, li{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a {
	text-decoration: none !important;
	transition: all 0.5s;
}
.carousel-item img {
    width: 100%;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
div#navbarCollapse {
    flex-direction: row-reverse;
}
p {
    color: #696984;
}


/*Header Css Start*/
header {
    position: absolute;
    width: 100%;
    z-index: 9;
}
.navbar {
    padding: 0 !important;
}
div#navbarSupportedContent {
    justify-content: end;
}
.navbar li a {
    color: #fff;
    font-size: 14px;
}
.navbar li a:hover {
    color: #fff !important;
    opacity: 0.8;
}
.hdr-btn a {
    background-color: #fff;
    color: #000 !important;
    border-radius: 30px;
    padding: 12px 30px !important;
    margin-left: 15px;
}
ul.navbar-nav {
    align-items: center;
}
/*Header Css End*/

/*Banner Css Start*/
.slide-cap {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 550px;
    color: #fff;
}
.slide-cap p {
    color: #fff;
}
section.banner img {
    width: 100%;
}
.slide-cap h1 {
    font-size: 68px;
    line-height: 60px;
    letter-spacing: 1px;
    margin: 0 0 30px;
}
.slide-cap h1 span {
    display: block;
    font-size: 44px;
    margin: 0 0 15px;
}
.slide-cap p {
    line-height: 28px;
    margin: 0px 0 30px;
}
.theme-btn {
    background-color: #fff;
    color: #000;
    display: inline-block;
    padding: 15px 50px;
    border-radius: 30px;
    font-weight: 600;
}
/*Logos Sec Start*/
section.logo-sec {
    text-align: center;
    padding: 70px 0;
}
.logo-title h4 {
    color: #696984;
}
.logo-title img {
    width: 100%;
}

/*Service Sec Css Start*/
section.serv-sec {
    padding: 0 0 60px;
}
.serv-blk {
    text-align: center;
}
.serv-blk h4 {
    color: #2F327D;
    margin: 20px 0;
    line-height: 32px;
}

/*mail chimp Sec Start*/
.mailchimp-sec {
    background-image: url(../images/formbg.png);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
    text-align: center;
}
.mail-blk {
    color: #fff;
    width: 60%;
    margin: 0 auto;
}
.mail-blk p {
    color: #fff;
}
.mail-form {
    background-color: #fff;
    border-radius: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-top: 40px;
}
.mail-form input {
    width: 100%;
    border: none;
    height: 60px;
    padding: 0 30px;
    color: #000;
}
input.btn {
    width: 200px;
    background-color: #58A9F4;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}

/*Goals Sec Css Start*/
section.goals-sec {
    padding: 60px 0;
}
.flex-center {
    align-items: center;
}
.goals-img img {
    width: 100%;
}
.goals-blk h3 {
    color: #2F327D;
    margin: 0;
}
.goals-blk p {
    margin: 30px 0;
}
.blue-btn {
    background-color: #58A9F4E5;
    color: #fff;
    display: inline-block;
    padding: 15px 50px;
    border-radius: 30px;
    font-weight: 600;
}

/*News Sec Css Start*/
.news-blk {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.news-blk img {
    width: 100%;
    height: 410px;
    object-fit: cover;
    transition: all 0.5s;
}
.news-blk:hover img {
    transform: scale(1.1);
}
.news-blk-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 80px;
}
.news-blk-title h4 {
    color: #fff;
}
/*How its Work Sec Css Start*/
.how-work-sec {
    text-align: center;
    padding: 70px 0 0;
}
.how-wrk-img img {
    width: 100%;
}
.how-work-title {
    width: 60%;
    margin: 0 auto 80px;
}
.how-work-title h3 {
    color: #2F327D;
}
.how-work-blk {
    background-color: #fff;
    box-shadow: 0 0 13px #00000061;
    border-radius: 20px;
    padding: 70px 40px 0;
    height: 310px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
}
.how-work-blk:hover {
    background-color: #04538c;
}
.how-work-blk:hover h4, .how-work-blk:hover p {
    color: #fff;
}
.how-work-blk span {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 500;
    background-color: #04538C;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100%;
    box-shadow: 0 0 0 20px #04538C;
    border: 4px solid #fff;
    position: absolute;
    top: -27px;
}
.how-work-blk h4 {
    color: #2F327D;
    line-height: 30px;
    margin: 0 0 15px;
}
.how-wrk-img {
    margin-top: -170px;
}
/*Record Sec Start*/
.record-sec {
    text-align: center;
    padding: 60px 0;
}
.record-blk h3 {
    color: #58A9F4;
    margin: 0;
}
.record-blk h4 {
    color: #696984;
    font-size: 20px;
    margin: 10px 0;
}
.record-blk p {
    width: 70%;
    margin: 0 auto 0;
}


/*Team Sec Css Start*/
section.team-sec {
    position: relative;
}
section.team-sec img {
    width: 100%;
}
.team-title {
    position: absolute;
    top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    width: 100%;
    left: 0;
}
.team-title p {
    margin: 10px 0 0;
    color: #fff;
    width: 750px;
    text-align: center;
}

/*Tmls Sec Start*/
.tmls-sec {
    text-align: center;
    padding: 80px 0;
}
section.tmls-sec .how-work-title {
    width: 70%;
}
.tmls-blk {
    text-align: left;
    position: relative;
}
.tmls-prof {
    display: flex;
    align-items: center;
}
.tmls-prof img {
    height: 80px;
    width: 80px;
    border-radius: 100%;
    object-fit: cover;
    margin-right: 12px;
}
.tmls-title h4 {
    color: #2F327D;
    margin: 0 0 7px;
    font-weight: 700;
    font-size: 20px;
}
.tmls-title small {
    font-family: "Poppins", sans-serif;
    color: #696984;
    font-size: 16px;
}
.tmls-blk p {
    margin: 30px 0 20px;
    line-height: 28px;
}
.tmls-blk ul {
    display: flex;
    color: #FDCF00;
    font-size: 26px;
    margin: 0;
}
.tmls-blk ul li {
    margin-right: 6px;
}
.quote {
    position: absolute;
    background-color: #58A9F4;
    border-radius: 100%;
    right: 0;
}

/*Contact Sec Css Start*/
section.conatct {
    padding: 40px 0;
}
.conatct-title h3 {
    color: #243572;
}
.conatct-title {
    margin: 0 0 20px;
}
.conatct form input, .conatct form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    color: #000;
    padding: 14px 0px;
    margin: 0 0 30px;
    resize: none;
}
.btnform {
    width: auto !important;
    padding: 16px 70px !important;
    color: #fff !important;
    letter-spacing: 1px;
    border: none !important;
    float: right;
    cursor: pointer;
}
.conatct form textarea {
    height: 150px;
}
/*Footer Css Start*/
footer {
    position: relative;
}
footer img {
    width: 100%;
}
footer .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}
.ftr-logo img {
    width: 70%;
}
.ftr-logo p {
    color: #fff;
    margin: 10px 0 20px;
}
.ftr-logo ul {
    display: flex;
}
.ftr-logo ul li a {
    color: #58A9F4;
    font-size: 24px;
}
.ftr-logo li {
    margin-right: 15px;
}
footer h4 {
    color: #fff;
    margin: 0 0 20px;
}
footer li a {
    color: #fff;
}
.ftr-links li {
    margin: 10px 0;
}
.ftr-add span {
    font-family: "Poppins", sans-serif;
    display: block;
    color: #fff;
    font-weight: 600;
}
.ftr-add li {
    position: relative;
}
.ftr-add li i {
    position: absolute;
    left: -23px;
    top: 4px;
    color: #fff;
}
.copyrit {
    position: absolute;
    bottom: 0;
    border-top: 1px solid #fff;
    width: 100%;
    text-align: center;
}
.copyrit p {
    margin: 0;
    color: #fff;
    padding: 10px 0;
}


/*Step Forms*/
.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
    justify-content: space-between;
}

    .wizard > div.wizard-inner {
            position: relative;
    margin-bottom: 50px;
    text-align: center;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #e0e0e0;
    font-weight: 500;
    border: 1px solid #e0e0e0;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #04538c;
    color: #04538c;
    border-color: #04538c;
}
.modal-header {
    padding: 0;
    border: none;
}
button.close {
    background-color: #04538c !important;
    opacity: 1;
    color: #fff;
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i{
    color: #0db02b;
}

.wizard .nav-tabs > li {
    /* width: 32%; */
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}



.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}
.wizard .nav-tabs > li a i{
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}


.wizard h3 {
    margin-top: 0;
}
.prev-step, .next-step {
    padding: 15px 24px;
    border: none;
    border-radius: 30px;
    margin-top: 10px;
    cursor: pointer;
    width: 100%;
}
.next-step {
    background-color: #04538C;
    color: #fff;
}
.steps-btns {
    width: 100%;
    display: inline-flex;
}
.steps-btns li {
    width: 100%;
    margin: 0 5px;
}
.prev-step {
    background-color: #2F2F2F;
    color: #fff;
}
.skip-btn{
    background-color: #cec12d;
}
.step-head{
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}
.dayselect label {
    border: 2px solid #58A9F4;
    text-align: center;
    padding: 13px 20px;
    cursor: pointer;
    width: 100%;
    font-family: "Poppins", sans-serif;
    border-radius: 30px;
}
.dayselect input[type="radio"]:checked ~ label {
    background-color: #58a9f4;
    color: #fff;
    border-color: #58a9f4;
}
.dayselect input {
    position: absolute;
    opacity: 0;
}
.hdr-btn a:hover, .theme-btn:hover, .blue-btn:hover {
    background-color: #000;
    color: #fff !important;
    transform: scale(1.1);
}
footer a:hover {
    opacity: 0.5;
    color: #fff;
}


button.default-btn.btn-primary {
    margin-top: 10px;
    cursor: pointer;
    width: 100%;
    padding: 15px 24px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 30px;
}

@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}

@media only screen and (min-width: 1366px) and (max-width: 1920px){
img.ftrbgs {
    object-fit: cover;
}
.scroll-none {
    overflow: hidden;
}

}
@media only screen and (min-width: 1200px) and (max-width: 1365px){}
@media only screen and (min-width: 992px) and (max-width: 1199px){}
@media only screen and (min-width: 768px) and (max-width: 991px){
.scroll-none {
    overflow: hidden;
}

}
@media only screen and (min-width: 520px) and (max-width: 767px){
a.navbar-brand img {
    width: 100%;
}
a.navbar-brand {
        width: 48%;
    }
    section.banner {
        background-color: #045690;
        padding: 80px 0 50px;
    }
section.banner img {
    display: none;
}
.slide-cap {
    position: relative;
    height: auto;
    width: auto;
}
.slide-cap h1 {
    font-size: 36px;
    line-height: 38px;
    margin: 0 0 20px;
}
.slide-cap h2 {
    font-size: 22px;
}
.slide-cap p {
    line-height: 25px;
    margin: 0px 0 20px;
    font-size: 14px;
}
button.navbar-toggler {
    background-color: #fff;
}
.navbar-collapse{
    background-color: #000;
    padding: 30px 0;
}
.serv-blk {
    text-align: center;
    margin: 30px 0;
}
.mail-form {
    display: block;
}
.mail-blk {
    width: 100%;
}
input.btn {
    width: 100%;
}
.mail-form {
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
    display: block;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-top: 40px;
}
h3 {
    font-size: 32px !important;
}
.flex-center {
    flex-direction: column-reverse;
}
.goals-blk {
    margin-top: 20px;
}
.news-blk-title {
    padding: 20px 30px;
}
.news-blk img {
    height: 250px;
}
.news-blk {
    margin: 10px 0;
}
.how-work-title {
    width: 100%;
    margin: 0 auto 0px;
}
.how-work-blk {
    margin-top: 80px;
}
.how-wrk-img {
    margin-top: 0;
}
.record-blk {
    margin: 20px 0;
}
.team-title p {
    width: auto;
}
.team-title {
    width: auto;
    padding: 0 20px;
    text-align: center;
}
section.team-sec img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
section.tmls-sec .how-work-title {
    width: 100%;
}
.tmls-blk {
    margin: 30px 0;
}
img.ftrbgs {
    display: none;
}
footer {
    background-color: #045690;
    padding: 40px 0;
    overflow: hidden;
}
footer .container {
    position: relative;
}
.ftr-links {
    margin-top: 30px;
}
.ftr-add {
    margin-top: 30px;
    padding-left: 30px;
}
.copyrit {
    position: relative;
}
.tmls-sec, section.team-sec, .how-work-sec, .news-sec, .goals-sec, .serv-sec, .mailchimp-sec, section.conatct {
    overflow: hidden;
}
}
@media only screen and (min-width: 300px) and (max-width: 519px){
a.navbar-brand img {
    width: 100%;
}
a.navbar-brand {
        width: 48%;
    }
    section.banner {
        background-color: #045690;
        padding: 80px 0 50px;
    }
section.banner img {
    display: none;
}
.slide-cap {
    position: relative;
    height: auto;
    width: auto;
}
.slide-cap h1 {
    font-size: 36px;
    line-height: 38px;
    margin: 0 0 20px;
}
.slide-cap h2 {
    font-size: 22px;
}
.slide-cap p {
    line-height: 25px;
    margin: 0px 0 20px;
    font-size: 14px;
}
button.navbar-toggler {
    background-color: #fff;
}
.navbar-collapse{
    background-color: #000;
    padding: 30px 0;
}
.serv-blk {
    text-align: center;
    margin: 30px 0;
}
.mail-form {
    display: block;
}
.mail-blk {
    width: 100%;
}
input.btn {
    width: 100%;
}
.mail-form {
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
    display: block;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-top: 40px;
}
h3 {
    font-size: 32px !important;
}
.flex-center {
    flex-direction: column-reverse;
}
.goals-blk {
    margin-top: 20px;
}
.news-blk-title {
    padding: 20px 30px;
}
.news-blk img {
    height: 250px;
}
.news-blk {
    margin: 10px 0;
}
.how-work-title {
    width: 100%;
    margin: 0 auto 0px;
}
.how-work-blk {
    margin-top: 80px;
}
.how-wrk-img {
    margin-top: 0;
}
.record-blk {
    margin: 20px 0;
}
.team-title p {
    width: auto;
}
.team-title {
    width: auto;
    padding: 0 20px;
    text-align: center;
}
section.team-sec img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
section.tmls-sec .how-work-title {
    width: 100%;
}
.tmls-blk {
    margin: 30px 0;
}
img.ftrbgs {
    display: none;
}
footer {
    background-color: #045690;
    padding: 40px 0;
    overflow: hidden;
}
footer .container {
    position: relative;
}
.ftr-links {
    margin-top: 30px;
}
.ftr-add {
    margin-top: 30px;
    padding-left: 30px;
}
.copyrit {
    position: relative;
}
.scroll-none {
    overflow: hidden;
}
}