@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@500&display=swap');
@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Regular.woff2') format('woff2'),
        url('fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'Lato';

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ubuntu', sans-serif;
}

button.btn.btn-light {
    background: #fff;
    padding: 6px 30px;
}

a.navbar-brand img {
    width: 185px;
    height: 55px;
}

.main-header {
    position: relative;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 40px;
}

.offcanvas-header {
    justify-content: end;
}


/**********menu navbar**********/
ul#menu-menu {
    display: inline-flex;
}
.menu-menu-container ul li {
    list-style: none;
    padding-left: 40px;
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-dark {
    position: fixed;
    width: 100%;
    z-index: 9;
}
.menu-menu-container ul li a {
    text-decoration: none;
    color: #dcdcdc;
}
.menu-menu-container ul li a:hover {
     color: #fff;
}
li#menu-item-131 a {
    background: #fff;
    padding: 15px 30px;
    color: #000;
    border-radius: 10px;
}
.offcanvas.offcanvas-end {
    padding-top: 15px;
}
.menu-menu-container ul li.active.menu-item a {
    color: #fff;
}
.main-header nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.header-scroll {
    background: #fff !important; 
}
.main-header nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.header-scroll .menu-menu-container ul li.active.menu-item a {
    color: #ed1c24;
}
.main-header nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.header-scroll .menu-menu-container ul li a {
    text-decoration: none;
    color: #146288;
} 
.main-header nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.header-scroll .menu-menu-container ul li a:hover {
    color: #ed1c24;
}
.main-header nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.header-scroll li#menu-item-131 a {
    background: #ed1c24;
    padding: 15px 30px;
    color: #fff;
    border-radius: 10px;
}
.main-header nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.header-scroll li#menu-item-131 a:hover {
    background: #146288;
    padding: 15px 30px;
    color: #fff;
    border-radius: 10px;
    border-color: #146288;
}
.offcanvas-body.navbar-nav {
    justify-content: end;
}
   
/**********header section**********/
.main-header {
    width: 100%;
    height: 120vh;
    background: url(../images/banner-img.png) top center no-repeat;
    background-size: cover;
    position: relative;

}


.main-header nav.navbar.navbar-expand-lg.navbar-dark.bg-dark {
    background: transparent !important;
}

.header-text {
    padding: 60px;
}

.header-text h2 {
    margin-bottom: 20px;
    font-size: 35px;
    color: #1a1a1a;
    margin-top: 100px;
}

.header-text p {
    color: #a1a1a1;
    font-size: 16px;
    margin-bottom: 30px;
}

.get-started-btn a.btn.btn-danger {
    background: #ed1c24;
    padding: 15px 40px;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.get-started-btn a.btn.btn-danger:hover {
    background: #146288;
    border-color: #146288;
}
/********** product section **********/

section.product-sec {
    width: 100%;
    height: 120vh;
    background: url(../images/product.png) top center no-repeat;
    background-size: cover;
    position: relative;
}

.product-headding {
    text-align: center;
    margin-top: 100px;
}

.product-headding h2 {
    color: #146288;
    font-size: 35px;
}

.product-box h3 {
    font-size: 20px;
    margin-top: 30px;
    color: #1a1a1a;
}

.product-icon i {
    font-size: 45px;
    color: #fff;
    background: #146288;
    padding: 20px;
    border-radius: 50%;
    border: 4px solid whitesmoke;
}

.product-icon {
    margin-top: -60px;
}

.product-box {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 300px;
    max-height: 300px;
}
.product-box ul {
    padding-left: 8px;
}

.product-box ul li {
    color: #a1a1a1;
}


/********** service section **********/

section.service-sec {
    width: 100%;
    height: 160vh;
    background: url(../images/Service.png) top center no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 150px;
}

.service-icon-box {
    display: flex;
}

.service-icon {
    background: #146288;
}

.service-icon-box {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 120px 30px 120px 30px;
    margin-left: 35px;
}

.service-icon {
    background: #146288;
    border-radius: 63px 10px 70px 10px;
    padding: 15px;
    margin-right: 20px;
}

.service-text {
    align-self: center;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #146288;
}

.service-box img {
    width: 500px;
    height: 400px;
    object-position: center;
    object-fit: cover;
    margin-top: 30px;
}

.service-box h3 {
    color: #fff;
    margin-bottom: 30px;
    position: relative;
}

section.service-sec .product-headding h2 {
    color: #fff;
}

section.service-sec .product-headding h2:before {
    content: "";
    display: block;
    width: 120px;
    height: 4px;
    background: #fff;
    top: 50%;
    left: 24%;
    position: absolute;
}

section.service-sec .product-headding h2:after {
    content: "";
    display: block;
    width: 120px;
    height: 4px;
    background: #fff;
    top: 50%;
    right: 24%;
    position: absolute;
}

section.service-sec .product-headding p {
    color: #fff;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 70px 10px 70px 10px;
    margin-bottom: 30px;
    margin-left: 50px;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 70px 10px 70px 10px;
    padding: 0px;
}


.accordion-button:focus {
    z-index: 3;
    border-color: snow;
    outline: none;
    box-shadow: none;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 69px;
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 70px 10px 70px 10px;
    padding: 0px;
    color: #146288;
}

.accordion-button::after {

    display: none;

}


/********** work section **********/
section.work-sec {
    width: 100%;
    height: 177vh;
    background: url(../images/About.png) top center no-repeat;
    background-size: cover;
    position: relative;
}

.work-process {
    background-image: linear-gradient(to right, #fcfeff, #146288);
    padding: 20px;
    border-radius: 30px;
    margin: 45px;
}

.work-process p {
    color: #fff;
    margin-bottom: 0;
    text-align: right;
}

.row.work-process h4 {
    color: #146288;
    text-transform: uppercase;
    margin-bottom: 0;
}

.work-sec .product-headding h2:before {
    content: "";
    display: block;
    width: 120px;
    height: 4px;
    background: #146288;
    top: 50%;
    left: 31%;
    position: absolute;
}

.work-sec .product-headding h2:after {
    content: "";
    display: block;
    width: 120px;
    height: 4px;
    background: #146288;
    top: 50%;
    right: 31%;
    position: absolute;
}

.work-process-1 {
    background-image: linear-gradient(to right, #146288, #fcfeff);
    padding: 20px;
    border-radius: 30px;
    margin: 45px;
}

.row.work-process-1 h4 {
    text-align: right;
    color: #146288;
    text-transform: uppercase;
    margin-bottom: 0;
}

.row.work-process-1 p {
    color: #fff;
    margin-bottom: 0;
}

.product-headding h2 {
    position: relative;
}

.product-sec .product-headding h2:before {
    content: "";
    display: block;
    width: 120px;
    height: 4px;
    background: #146288;
    top: 50%;
    left: 33%;
    position: absolute;
}

.product-sec .product-headding h2:after {
    content: "";
    display: block;
    width: 120px;
    height: 4px;
    background: #146288;
    top: 50%;
    right: 33%;
    position: absolute;
}

/**********Footer section**********/


.footer-sec {
    width: 100%;
    height: auto;
    background: url(../images/footer.png) top center no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 1px;
}

.footer-sec .product-headding h2 {
    color: #fff;
}

.footer-sec .product-headding p {
    color: #fff;
}

.footer-sec .product-headding h2 {
    position: relative;
}

.footer-sec .product-headding h2:before {
    content: "";
    display: block;
    width: 120px;
    height: 4px;
    background: #fff;
    top: 50%;
    left: 21%;
    position: absolute;
}

.footer-sec .product-headding h2:after {
    content: "";
    display: block;
    width: 120px;
    height: 4px;
    background: #fff;
    top: 50%;
    right: 21%;
    position: absolute;
}

.footer-contact {
    padding: 40px;
}
.footer-contact input.wpcf7-form-control.has-spinner.wpcf7-submit{
    background: #ed1c24;
    padding: 15px 40px;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: #fff;
    border: 1px solid #ed1c24;
}
.footer-contact input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
    background: #146288;
    border-color: #146288;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.input-group>.custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 13px);
    padding: .375rem .75rem;
    line-height: 2.3;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 1rem;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    /* height: calc(calc(2.25rem + 2px) - 5px * 2); */
    padding: 1.4rem 1.75rem;
    line-height: 0.4;
    color: #fff;
    /* content: "Browse"; */
    background-color: #1377a8;
    border-left: 1px solid #1377a8;
    border-radius: 1rem 1rem 1rem 1rem;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}

.form-control {
    display: block;
    width: 100%;
    padding: 1rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 1rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.footer-contact .wpcf7-form-control {
    display: block;
    width: 100%;
    padding: 1rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 1rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.footer-address {

    padding: 40px;

}

.footer-add {
    display: flex;
    padding-bottom: 15px;
    align-self: center;
    align-items: center;
}

.footer-add i {
    margin-right: 20px;
    color: #146288;
    background: #fff;
    width: 70px;
    text-align: center;
    font-size: 40px;
    line-height: 70px;
    height: 70px;
    border-radius: 50px 10px;
}

.footer-add h6 {
    font-size: 25px;
    color: #fff;
}

.footer-add h6 a {
    color: #fff;
    text-decoration: none;
}

.copyright {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 70px 15px;
}

.Ritter h6 {
    text-align: right;
}

.copyright h6 {
    margin-bottom: 0;
    color: #146288;
}