html,
body {
    overflow-x: hidden;
}


/*header section*/

header {
    background-color: #ffffff;
    box-shadow: 0 0 15px #bfbfbf;
}

.header_section .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}

.header_section .nav_container {
    margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding: 10px 15px;
    color: #060606;
    text-align: center;
    text-transform: uppercase;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link,
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
    color: #e7d619;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a:hover,
a:focus {
    color: initial;
}

.btn,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom_nav-container {
    z-index: 99999;
    padding: 0;
    height: 80px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.custom_nav-container .navbar-toggler {
    outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
    background-image: url(../images/menu.png);
    background-size: 50px;
    width: 30px;
    height: 30px;
}

.lg_toggl-btn {
    background-color: transparent;
    border: none;
    outline: none;
    width: 56px;
    height: 40px;
    cursor: pointer;
}

.lg_toggl-btn:focus {
    outline: none;
}

.User_option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: 120px;
}

.User_option .form-inline {
    position: relative;
    margin-right: 15px;
}

.User_option .form-inline input {
    display: none;
}

.custom_menu-btn {
    z-index: 9;
    position: absolute;
    right: 15px;
    top: 7px;
}

.custom_menu-btn button {
    margin-top: 14px;
    outline: none;
    border: none;
    color: #ffffff !important;
    background-color: transparent;
}

.custom_menu-btn button span {
    display: block;
    width: 35px;
    height: 4px;
    background-color: #000000;
    margin: 7px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;
}

.menu_btn-style {
    position: fixed;
    right: 29px;
    top: 7px;
}

.custom_menu-btn .s-2 {
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    width: 22px;
    margin-left: auto;
}

.menu_btn-style button .s-1 {
    -webkit-transform: rotate(45deg) translateY(16px);
    transform: rotate(45deg) translateY(16px);
    background-color: #ffffff;
}

.menu_btn-style button .s-2 {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}

.menu_btn-style button .s-3 {
    -webkit-transform: rotate(-45deg) translateY(-16px);
    transform: rotate(-45deg) translateY(-16px);
    background-color: #ffffff;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: black;
    background-color: #000000eb;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.overlay .closebtn {
    position: absolute;
    top: 0;
    right: 30px;
    font-size: 60px;
}

.overlay a {
    padding: 0px;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    font-size: 22px;
    color: #ffffff;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 25px;
    text-transform: uppercase;
    opacity: 0;
}

.overlay-content {
    position: relative;
    top: 30%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.menu_width {
    width: 100%;
}

.menu_width.overlay a {
    opacity: 1;
}

.contact-btn {
    background: linear-gradient(to right, #17b19c97, #000000);;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 30px;
    border: 1.5px solid #333;
    transition: 0.3s;
}

.contact-btn:hover {
    transform: scale(0.90);
}


/*end header section*/


/* banner start  */

.banner {
    /* background-color: #F2FDFF; */
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
    background-image: url(../images/banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.banner-img {
    padding-bottom: 40px;
}

.banner h1 {
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    line-height: 75px;
    color: #05173D;
}

.banner-content h1 span {
    color: #05173D;
}

.banner p {
    margin-top: 20px;
    margin-bottom: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #5B5755;
}

.banner-btn a {
    color: #10A6E9 !important;
    text-decoration: none;
    display: inline-block;
    border-radius: 30px !important;
    padding: 16px 40px;
    border: 1px solid #10A6E9;
    background: #02ddff1a;
}

.banner-img img {
    animation: bamedaneghura 1.1s linear 0s infinite alternate !important;
}

.circle {
    z-index: -111;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    background: rgba(76, 188, 169, 0.46);
    filter: blur(200px);
}

.primary-btn {
    background-color: #05173D;
    
    border: 1px solid #000000;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    padding: 15px 24px;
    border-radius: 5px;
    transition: 0.3s;
}

.primary-btn:hover {
    border: 1px solid #05173D;
    background-color: #17B19D;
    color: #000000;
    border: 1px solid #fff;
}

.secondary-btn {
    background-color: #17B19D;
    border: 1px solid #05173D;
    color: #05173D;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    padding: 15px 24px;
    border-radius: 5px;
    transition: 0.3s;
}

.secondary-btn:hover {
    background-color: #05173D;
    color: #fff;
    border: 1px solid #fff;
}


/* banner end  */


/* <!-- project start --> */

.project_sec {
    padding: 90px 0 0 0;
}
.project_content{
    margin-top: -130px;
}
.project_content h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #333 !important;
    /* color: #17B19D; */
   
}

.project_content h1 {
    margin-bottom: 20px;
   color: #17B19D !important;
    font-size: 42px;
    font-weight: 700;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 44px;
}

.project_content span {
    color: #05173D;
}

.project_content p {
    font-weight: 400;
    font-size: 16px;
    color: #061A40;
}

.project_content ul li {
    margin: 10px 0;
    font-weight: 500;
}

.project_content ul li i {
    color: #333;
}

.project_img img {
    animation: bamedaneghura 1.1s linear 0s infinite alternate;
}

@keyframes bamedaneghura {
    0% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


/* <!-- project end --> */


/* work sec start */

.work-sec {
    background-color: #ffffff;
    /* opacity: 0.80; */
    /* background-image: url(../images/workbgimg.png); */
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 50px 0px 90px 0px;
}



.work-heading h1 {
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    color: #05173D;
}

.work-heading h1 span {
    color: #17B19D;
}

.work-heading p {
    margin-bottom: 50px;
    margin-top: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #7A7F83;
}

.single-ongoing-update {
    margin: 25px 0;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 15px #efefef;
    border-radius: 15px;
    transition: 0.3s;
    border: 1px solid #fff;
    cursor: pointer;
    border: 2px solid #7A7F83 ;
}

.single-ongoing-update:hover {
    background-color: #98a1a17a;
    border: 1px solid #333;
}

.single-ongoing-update h2 {
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #000;
}

.single-ongoing-update p {
    font-family: "Poppins", sans-serif;
    font-size: small;
}

.single-ongoing-update a {
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    display: inline-block;
    color: #000 !important;
    font-weight: 500;
}

.icon-cc {
    color: #17B19D;
    /* font-size: 20px; */
    margin-bottom: 30px;
    margin-top: 10px;
}

.icon-cc-box {
    /* border: 2px solid #333; */
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 50px;
    transition: .3s all;
}


/* work sec end */


/* offer sec start */

.offer-sec {
    background-color: #0F0F0F;
    padding: 70px 0 70px 0;
}

.offer-heading h1 {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    letter-spacing: -1px;
}

.offer-heading h1 span {
    color: #17B19D;
}

.offer-p {
    text-align: center;
    color: #7A7F83;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
}

.offer-pp {
    text-align: center;
    color: #7A7F83;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
}

.offer-d-flex {
    text-align: center;
}

.contact-sales-btn {
    background-color: #17B19D;
    border: 1px solid #333333af;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    padding: 15px 24px;
    border-radius: 5px;
    transition: 0.3s;
}

.contact-sales-btn:hover {
    border: 1px solid #ffffff;
    background-color: #000000;
    color: #ffffff;
}

.offer-d-flex .contact-sales-btn {
    font-size: 20px;
}


/* offer sec end */


/* happy customer  start */

.happy-sec {
    padding: 70px 0;
    margin-top: 130px;
}

.happy-sec .project_content h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #333;
}

.happy-sec .project_content h1 {
    margin-bottom: 20px;
    color: #000000;
    font-size: 42px;
    font-weight: 700;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 44px;
}

.happy-sec .project_content h1 span {
    color: #333;
}


/* happy customer  end */


/* Testimonial start  */

.testimonial {
    padding: 50px 0;
    margin-top: -50px;
}

.testimonial h1 {
    margin-bottom: 50px;
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-weight: 600;
}

.carousel-item i {
    color: orange;
}

.carousel-control-prev,
.carousel-control-next {
    display: flex;
    align-items: self-end;
    bottom: 5%;
}

.carousel-control-prev {
    left: 76%;
}

.carousel-control-prev-icon {
    border: 1px solid #000 !important;
    border-radius: 50px;
    background-image: none;
}

.carousel-control-next-icon {
    border: 1px solid #000 !important;
    border-radius: 50px;
    background-image: none;
}

.carousel-control-prev-icon:hover {
    background-color: #eff3f8;
}

.carousel-control-next-icon:hover {
    background-color: #eff3f8;
}

.carousel-control-next-icon i {
    color: #000;
    line-height: 32px;
}

.carousel-control-prev-icon i {
    color: #000;
    line-height: 32px;
}

.testi-info {
    float: left;
}

.testimonial p {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #05173D;
}

.testimonial h2 {
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #242f51;
}

.testimonial h3 {
    color: #555;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.counter {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #000000;
}

.suffix-cc {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 40px;
}

.count-desc {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 500;
}


/* Testimonial end  */


/* answer sec start */

.answer-sec {
    background-color: #000000;
    padding: 80px 0 80px 0
}

.answer-sec .offer-heading h1 {
    text-align: left !important;
}

.answer-sec .offer-heading p {
    text-align: left !important;
    font-size: 18px;
}

.accordion-button {
    display: block;
    padding-left: 50px;
    font-weight: 700;
    font-size: 20px;
    color: #242424;
    font-family: "Poppins", sans-serif;
    border-radius: 30px !important;
}

.accordion-item {
    margin: 15px 0;
    border: 0;
    border-radius: 30px !important;
}

.accordion-body {
    font-family: "Poppins", sans-serif;
}

.accordion-button:not(.collapsed) {
    box-shadow: 0 0 0 0;
}

.accordion-button::after {
    background-image: url('../images/plus.png') !important;
    background-size: 13px !important;
    margin-left: 0;
    position: absolute;
    top: 22px;
    left: 20px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../images/minus.png') !important;
    background-size: 13px !important;
    margin-left: 0;
    position: absolute;
    top: 10px;
    left: 15px;
}

button:focus:not(:focus-visible) {
    outline: none;
}

.accordion-button:focus {
    z-index: 0;
    outline: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #000000;
}


/* answer sec end */


/* footer start  */

footer {
    padding: 60px 0 15px 0;
    background: linear-gradient(to right, #0d554b7d,#000000, #000000);
}

footer h2 {
    margin-bottom: 20px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 800;
}

.fo-left-content {
    margin-top: 28px;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    font-family: "Poppins", Sans-serif;
}

footer li {
    margin: 5px 0;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 0px;
    color: #ffffff;
    transition: .3s;
}

.fo-blue {
    color: #ffffff;
}

footer hr {
    padding: 0.1px 0;
    background-color: #fff;
}

footer .footer-text {
    text-align: center;
    margin-bottom: 0;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.footer-social a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}


/* footer end  */


/* ========== About part start */

.about-sec {
    /* background-color: #0F0F0F; */
    background: linear-gradient(to right, #17b19c86  , #161616 ,#000000 );
    /* background-image: url(../images/SLIDER-01.jpg); */
    min-height: 350px;
    position: relative;
}

.about-wrapper {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-wrapper h1 {
    color: #ffffff;
    font-weight: 500;
    font-size: 45px;
    text-transform: capitalize;
}

.img-left-wrapper {
    position: absolute;
    top: 25%;
    left: 20%;
}

.img-left-wrapper img {
    width: 180px !important;
}

.img-right-wrapper {
    position: absolute;
    top: 50%;
    right: 20%;
}

.img-right-wrapper img {
    width: 180px !important;
}



.slider-sec .carousel-control-prev,
.carousel-control-next {
    display: flex;
    align-items: self-end;
    bottom: 5%;
}

.slider-sec .carousel-control-prev {
    left: -7%;
    bottom: 50%;
}

.slider-sec .carousel-control-next {
    right: -7%;
    bottom: 50%;
}

.slider-sec .carousel-control-prev-icon {
    border: 1.5px solid #000 !important;
    border-radius: 50px;
    background-image: none;
}

.slider-sec .carousel-control-next-icon {
    border: 1px solid #000 !important;
    border-radius: 50px;
    background-image: none;
}

.slider-sec .carousel-control-prev-icon:hover {
    background-color: #eff3f8;
}

.slider-sec .carousel-control-next-icon:hover {
    background-color: #eff3f8;
}

.slider-sec .carousel-control-next-icon i {
    color: #000;
    line-height: 32px;
}

.slider-sec .carousel-control-prev-icon i {
    color: #000;
    line-height: 32px;
}


/* company part start */

.company-sec {
    padding: 80px 0;
}

.company-img img {
    width: 70%;
    margin-top: 50px;
}

.about-heading h1 {
    color: #333;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 30px;
}

.company-text {
  
    color: #17B19D;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: -5px;
}

.company-content p {
    color: #333;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-transform: none;
}

.banner-line {
    background: linear-gradient(to right, #17b19c7f, #444748);
    width: 100px;
    height: 3px;
    margin-bottom: 10px;
}

.slider-sec {
    padding: 80px 0;
}


/* company part end */


/* ========= About part 
end */


/* =========contact us part start */


/* <!-- contact part start --> */

.contact-sec {
    padding: 80px 0;
}

.contact-heading h1 {
    font-family: "Poppins", Sans-serif;
    font-size: 42px;
    font-weight: 600;
    color: #17B19D;
}


/* <!-- contact part end--> */


/*  form start --> */

.form-sec {
    background-image: url(../images/contactbg.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 80px 0;
}

.contact-content h1 {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 30px;
}

.contact-content p {
    color: #7A7F83;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.form-wrapper {
    margin-top: 4px;
    box-shadow: 1px 0px 6px 0px #c4c4c4;
    border-radius: 8px;
    padding: 40px 30px;
}

.form-wrapper h2 {
    position: relative;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #212843;
    text-transform: capitalize;
}

.form-wrapper h2::after {
    position: absolute;
    content: '';
    background-color: #AB9665;
    width: 100%;
    height: 4px;
    left: 0;
    top: 50px;
}

.form-wrapper p {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #212843;
    margin: 5px 0;
}

.form-wrapper .form-control {
    background-color: #F2F2F2 !important;
    border: 1px solid transparent;
    height: 60px;
    border-radius: 0px;
    padding-bottom: 0;
    padding-left: 8px;
}

.form-wrapper .form-control:focus {
    border-color: #CE1616;
    box-shadow: 0 0 0 0;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    box-shadow: 0 0 0 0;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    box-shadow: 0 0 0 0;
}

.form-wrapper label {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #000;
    position: absolute;
    bottom: 0;
}

.form-group {
    position: relative;
    margin-bottom: 8px;
}

.form-control-placeholder {
    position: absolute;
    top: 10px;
    padding: 7px 0 0px 10px;
    transition: all 200ms;
}

.form-control:focus+.form-control-placeholder,
.form-control:valid+.form-control-placeholder {
    font-size: 75%;
    transform: translate3d(0%, -25%, 0);
    opacity: 1;
    color: #333;
}

textarea {
    resize: none;
    padding-top: 20px !important;
    height: 100px !important;
}

.form-control:focus+.cc-textarea,
.form-control:valid+.cc-textarea {
    font-size: 75%;
    transform: translate3d(0%, -16%, 0);
    opacity: 1;
    color: #333;
}

.submit-btn {
    margin-top: 15px;
    /* background-color: #000000 !important; */
    background: linear-gradient(to right, #17B19D, #0e0e0e);;
    border: 2px solid transparent;
    width: 100%;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    transition: .3s;
}

.submit-btn:hover {
    background-color: #fff !important;
    border: 2px solid #000000;
    color: #fff;
}


/*  form end --> */


/* location part start */

.location-sec {
    position: relative;
    padding: 80px 0;
    background-color: #F7F7F7;
}

.about {
    background-color: #000000;
    padding: 60px 0;
    position: relative;
}

.about-heading {
    color: #0098E3;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about-sub-title {
    color: #0098E3;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}

.about-heading span {
    color: #000;
    font-family: "Poppins", sans-serif;
}

.about-left-img {
    border-radius: 10px;
    transition: .3s all;
}

.about-left-img:hover {
    transform: scale(1.05);
}

.about-right-img {
    transition: .3s all ease-in-out;
}

.about-right-img:hover {
    transform: scale(1.05);
}

.section-heading:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 3.5px;
    top: 90px;
    left: 0;
    right: 315px;
    margin: 0 auto;
    background-color: #0098E3;
    animation: samnepiche 1.1s linear 0s infinite alternate;
}

@keyframes samnepiche {
    0% {
        left: 0px;
    }
    100% {
        left: -30px;
    }
}

.section-heading:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 3.5px;
    top: 90px;
    left: 0;
    right: -260px;
    margin: 0 auto;
    background-color: #000;
    animation: samnepiche2 1.1s linear 0s infinite alternate;
}

@keyframes samnepiche2 {
    0% {
        left: 0px;
    }
    100% {
        left: 30px;
    }
}


/* location part end */


/* =========contact us part end */


/* =========== privacy start */

.privacy-header {
    padding: 80px 0;
}

.privacy-heading h1 {
    color: #000000;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-size: 42px;
    font-weight: 600;
}


/* <!-- privacy box start --> */



.terms {
    font-family: "Poppins", sans-serif;
}

.perform-text {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

.employee-text {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}


/* <!-- privacy box end --> */


/* =========== privacy end */


/* ===========alberta start */

.alberta-sec {
    padding: 100px 0 200px 0;
    background-color: #0F0F0F;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
    /* background-image: url(../images/albertabg.png); */
    /* background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
}



.alberta-content h1 {
    color: #ffffff;
    font-family: "Poppins", Sans-serif;
    font-size: 40px;
    font-weight: 600;
}

.alberta-content span {
    color: #17B19D;
    font-family: "Poppins", Sans-serif;
    font-size: 40px;
    font-weight: 600;
}

.alberta-content p {
    color: #7A7F83;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
}


/* <!-- albarta work part start --> */

.albarta-work {
    background-image: url(../images/workbgimg.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 50px 0px 90px 0px;
}

.alberta-form-wrapper {
    box-shadow: 0 0 20px #ddd;
    background-color: #fff;
    padding: 30px 25px;
    border-radius: 4px;
}

.form-box .form-control {
    border-radius: 2px !important;
    height: 50px;
    width: 100%;
    background-color: #F0F0F0;
}

.form-box .form-control:focus {
    box-shadow: 0 0 0 0;
}

.form-box .form-select {
    border-radius: 3px;
    height: 50px;
    text-transform: capitalize;
    font-weight: 600;
    background-color: #F0F0F0;
}

.form-box .form-select:focus {
    box-shadow: 0 0 0 0;
}

.personal-info {
    font-size: 25px !important;
    margin-top: -70px;
   
}

.label {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.btn-box {
    width: 100%;
    margin: 30px auto;
    text-align: center;
}


/* ======multiform========== */

.form-box {
    width: 360px;
    height: 655px;
    margin: 8% auto;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px #dddddd5e;
    position: relative;
    overflow: hidden;
}

.form-box h3 {
    text-align: center;
    margin-bottom: 40px;
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    font-family: "Poppins", Sans-serif;
}

.form-box form {
    width: 280px;
    position: absolute;
    top: 100px;
    left: 40px;
    transition: 0.5s;
}

.form-box form input {
    width: 100px;
    padding: 10px 5px;
    margin: 5px 0;
    border: 0;
    border-bottom: 1px solid #999;
    outline: none;
    background: transparent;
}

::placeholder {
    color: #000000;
}

.btn-box {
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

#Form2 {
    left: 450px;
}

#Form2 h3{
    color: #17B19D;
}


#Form3 {
    left: -450px;
}
#Form3 h3{
    color: #17B19D;
}
.step-row {
    width: 360px;
    height: 40px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    box-shadow: 0 -1px 5px -1px #000;
    position: relative;
}

.step-col {
    width: 120px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    position: relative;
}

#progress {
    position: absolute;
    height: 100%;
    width: 120px;
    background: linear-gradient(to right, #17B19D, #444748);
    transition: 1s;
}

#progress::after {
    content: '';
    height: 0;
    width: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: -20px;
    top: 0;
    border-left: 20px solid #444748;
}

form button {
    width: 110px;
    height: 35px;
    margin: 0 10px;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    background: linear-gradient(to right, #17B19D, #444748);
    border-radius: 30px;
    border: 0;
    outline: none;
    color: #fff;
    cursor: pointer;
}


/* ======multiform========== */

/* .modal-dialog {
    max-width: 60%;
    z-index: 1;
    margin-top: 60px !important;

} */



.modal-content-ext {
    z-index: 999990 !important;
}


/* <!-- albarta work part end --> */


/* ===========alberta end*/


/* ========submit page start */

.submit {
    background-color: #23ACEC;
    padding: 40px 0;
}

.submit-heading h1 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 44px;
    text-align: center;
}

.submit-heading span {
    color: #000;
}


/* submit content start */

.submit-content {
    padding: 20px 0;
}

.submit-content p {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
}


/* submit content end */


/* submit form start */

.submit-form {
    padding: 40px 0;
}


/* .cc-form {
    padding: 30px 50px 63px 50px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #ffffffa8;
    box-shadow: 1px 0px 6px 0px #c4c4c4;
    -webkit-backdrop-filter: blur(28px) brightness(130%);
    backdrop-filter: blur(28px) brightness(130%);
} */

.form-title {
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #333;
}

.form-des {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: 0 0 0 0;
}

.form-wrapper .form-control {
    background-color: #fff !important;
    border: 1px solid #000000;
    height: 64px;
    border-radius: 20px;
    padding-bottom: 0;
}

.form-wrapper .form-control:focus {
    border-color: #0098E8;
    box-shadow: 0 0 0 0;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    box-shadow: 0 0 0 0;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    box-shadow: 0 0 0 0;
}

.form-wrapper label {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #555;
    position: absolute;
    bottom: 0;
}

.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.form-control-placeholder {
    position: absolute;
    top: 14px;
    padding: 7px 0 20px 18px;
    transition: all 200ms;
}

.form-control:focus+.form-control-placeholder,
.form-control:valid+.form-control-placeholder {
    font-size: 65%;
    transform: translate3d(0%, -20%, 0);
    opacity: 1;
    color: #333;
}

.login-btn {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 2px;
    background-color: #0098E8 !important;
    color: #fff !important;
    border-radius: 20px;
    height: 50px;
    width: 100%;
    border-color: #0098E3;
    transition: .3s;
}

.login-btn:hover {
    background-color: transparent !important;
    color: #000 !important;
    border-color: #0098E8;
}

.form-check-input:checked {
    background-color: #006E6C;
    border-color: #006E6C !important;
    outline: #006E6C;
}

.form-check-input:focus {
    border-color: #343741;
    outline: 0;
    box-shadow: 0 0 0 0;
}

.form-links p {
    font-size: 14px;
}

.form-links p a {
    text-decoration: none;
    color: #0267CD;
}


/* submit form end */


/* ========submit page end */


/* ==api part start===== */

.api-sec {
    padding: 80px 0;
}

.api-wrapper h1 {
    font-size: 42px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    text-decoration: none;
    line-height: 44px;
}

.accept-button {
    margin-top: 30px;
}

.api-button {
    background-color: #0098E3;
    border: 1px solid #0098E3;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    padding: 15px 24px;
    border-radius: 5px;
    transition: 0.3s;
}

.api-button:hover {
    background-color: transparent;
    color: #0098E3;
}

.line {
    background-color: #000000;
    height: 2px;
    width: 100%;
    margin-top: 40px;
}

.api-wrapper p {
    margin-top: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
}

.question li {
    font-size: 20px;
    font-weight: 400;
}

.api-wrapper h2 {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 34px;
}

.api-wrapper h3 {
    margin-top: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 44px;
}

.api-icon {
    color: #0098E3;
    font-size: 16px;
}

.api-wrapper ul li {
    margin: 8px;
}

.li-content {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
}


/* ==api part end===== */


/* successfull modal start */

.thankyou-sec {
    padding: 80px 0;
    /* background: linear-gradient(to right, #17B19D, #444748); */
}

.success {
    z-index: 99999;
}

.success-wrapper h1 {
    font-family: "Poppins", sans-serif;
    color: #000000;
    font-size: 50px;
    letter-spacing: 1.2px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.chexk-box i {
    font-size: 50px;
    color: green;
}

.chexk-box-cross i {
    font-size: 50px;
    color: red;
}

.success-wrapper p {
    font-size: 25px;
    font-weight: 500;
    margin-top: 10px;
    color: #000000;
    text-transform: capitalize;
}

.go-btn {
    font-family: "Poppins", sans-serif;
    border: 1px solid #000000;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.2px;
    padding: 10px 30px;
    background-color: #000000;
    color: #ffffff;
    transition: .3s;
}

.go-btn:hover {
    border: 1px solid #000000;
    background-color: transparent;
    color: #000000;
}


/* successfull modal end  */


/* unsuccessfull part start */

.unsuccessfull-sec {
    padding: 80px 0;
}


/* unsuccessfull part end */
#mudCarImage{
    width: 700px;
    
}