* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    list-style: none;
    font-family: 'Oswald', sans-serif;
}

a {
    display: inline-block;
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
}

img {
    width: 100%;
    display: block;
}

.no-gutter {
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

/* h4 {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 24px;
  }
  .m-left {
    margin-left: 90px;
  } */

p {
    margin: 0px;
    line-height: 1.7;

}

:root {
    --c1: #e6202d;
    --c2: #333344;
    --c3: #002e5b;
    --c4: #1e73be;
    --c5: #eee;
}


/* header */

.top-header {
    background-color: #333;
}

.top-head-contact ul {
    display: flex;
    gap: 40px;
}

.top-head-contact ul li a {
    color: #fff;
    font-size: 15px;
}

.top-head-contact ul li i {
    color: var(--c1);
    font-size: 18px;
    margin-right: 8px;
}

.top-head-contact ul li a:hover {
    color: var(--c1);
}

.top-head-contact ul li a {
    transition: all .4s;
}

.web-btn a {
    padding: 15px 35px;
    background-color: var(--c1);
    color: #fff;
    transition: all .5s;
    font-weight: 600;
    border: 2px solid var(--c1);
}

.web-btn a:hover {
    background-color: #fff;
    color: var(--c1);
}

.top-header .web-btn {
    text-align: end;
}

.top-header .web-btn a {
    padding: 5px 56px;
}

.nav_bar-main ul {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.nav_bar-main ul li a {
    color: var(--c2);
    font-weight: 600;
    padding: 26px 0px;
}

.head-socials ul {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.head-socials ul li a {
    font-size: 20px;
    color: var(--c3);
    transition: all .4s;
}

.head-socials ul li a:hover {
    color: #6c98e1;
}

.banner-img img {
    height: 80vh;
    object-fit: cover;
}

.main-banner {
    position: relative;
}

.banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.main-home-title h1 {
    font-size: 42px;
    color: inherit;
    font-weight: 700;
    margin-bottom: 20px;
}

.main-home-title {
    color: #fff;
}



.main-home-title p {
    margin-bottom: 40px;
}

/* section-service-widg */

.service-widg {
    padding: 90px 0px;
}

.service-widg-item {
    border-radius: 0% 36% 0% 36%;
    border: 3px solid #ececf2;
    text-align: center;
    padding: 35px 25px;
}

.service-widg-item h3 a {
    font-size: 22px;
    color: var(--c2);
    font-weight: 600;
}

/* section-certification */

.cert-item .cert-image {
    width: 30%;
    margin: 0 auto;
}

.cert-item .cert-content {
    text-align: center;
    margin-top: 25px;
}

.cert-content h4 {
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: 600;
}

.cert-content h5 {
    margin-bottom: 5px;
    font-size: 19px;
    font-style: italic;
}

.certification {
    background-color: var(--c5);
    padding: 70px 0px;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 42px;
    font-weight: 700;
    color: var(--c2);
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}

.section-title h2:before {
    position: absolute;
    content: '';
    bottom: -13px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 6px;
    width: 50px;
    border-radius: 15px;
    background-color: var(--c1);
}

/* section-services */

.service-content {
    padding: 22px 18px;
    text-align: center;
}

.service-item {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border-radius: 6px;
    margin-bottom: 40px;
    /* height: 480px; */
}

.services {
    padding: 90px 0px;
}

.service-content a {
    color: #000;
    transition: all .4s;
}

.service-content a:hover {
    color: var(--c4);
}

.service-content h5 {
    margin-bottom: 8px;
}

.service-content p {
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-content a i {
    margin-left: 12px;
    transition: all .4s;
}

.service-content a:hover i {
    margin-left: 18px;
}

.service-image:hover img {
    transform: scale(1.2) rotate(6deg);
}

.service-image {
    overflow: hidden;
    height: 230px;
}

.service-image img {
    transition: all .5s;
    height: 100%;
    object-fit: cover;
}

.map {
    overflow: hidden;
}

.map-main {
    height: 300px;
}

::selection {
    background-color: var(--c4);
    color: #fff;
}

/* footer */

.footer {
    background-color: #222;
    color: #fff;
}

.footer-logo {
    width: 70%;
    margin-bottom: 20px;
}

.footer-title h3 {
    padding-bottom: 12px;
    position: relative;
}

.footer-title h3:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    content: '';
    background-color: var(--c4);
    height: 4px;
}

.copyrights p a {
    color: var(--c4);
    font-weight: 600;
}

.footer-title {
    margin-bottom: 30px;
}

.footer-links ul li a {
    color: inherit;
    transition: all .4s;
    text-transform: capitalize;
}

.footer-links ul li {
    margin-bottom: 9px;
}

.footer-links ul li a:hover {
    color: var(--c1);
    padding-left: 8px;
}

.footer-contact ul li {
    position: relative;
    padding-left: 44px;
    margin-bottom: 20px;
}

.footer-contact ul li i {
    position: absolute;
    left: 0;
    top: 15%;
    font-size: 26px;
    color: var(--c4);
}

.footer-contact ul li span {
    display: block;
    color: var(--c4);
}

.footer-contact ul li span a {
    color: #fff;
    transition: all .4s;
}

.footer-contact ul li span a:hover {
    color: var(--c1);
}

/* section-wrapper */

.wrapper {
    height: 400px;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.wrapper-title {
    text-align: center;
    color: #fff;
    position: relative;
}

.wrapper-title h2 {
    font-weight: 600;
    font-size: 42px;
    text-transform: uppercase;
}

.wrapper:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
}

/* section-about-sec */

.about-sec {
    padding: 90px 0px;
}

/* section-representation */

.content-sec {
    padding: 50px 0px;
}

.content-sec-item h2 {
    margin-bottom: 10px;
}

.content-sec-item p {
    margin-bottom: 15px;
}

/* section-contact-widg */

.contact-widg-item {
    text-align: center;
    padding: 30px 20px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    height: 235px;
    display: flex;
    flex-direction: column;
}

.contact-widg-item i {
    color: var(--c4);
    font-size: 62px;
    margin-bottom: 12px;
}

.contact-widg-item h4 {
    margin-bottom: 8px;
    font-size: 19px;
    font-weight: 600;
}

.contact-widg-item a {
    color: #000;
    transition: all .4s;
}

.contact-widg-item a:hover {
    color: var(--c4);
}

.contact-widg {
    padding: 50px 0px;
}

.c-form-item input,
.c-form-item textarea {
    padding: 7px 10px;
    border: 1px solid #80808069;
    width: 100%;
    border-radius: 4px;
    outline: 0;
}

.c-form-item {
    margin-bottom: 20px;
}

.c-form-item input:focus,
.c-form-item textarea:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.c-form-btn input {
    border: 0;
    padding: 12px 22px;
    background-color: var(--c4);
    color: #fff;
    transition: all .4s;
}

.c-form-btn input:hover {
    background-color: var(--c3);
}

.c-form-title h2 {
    margin-bottom: 10px;
}

.c-form-title p {
    margin-bottom: 14px;
}

.contact-form {
    background-color: var(--c5);
    padding: 50px 0px;
}

.c-form-map {
    height: 100%;
}

/* section-cert-verification */

.cert-verif-widg {
    background-color: var(--c5);
    padding: 28px 20px;
    border-radius: 10px;
    height: 320px;
}

.cert-verif-widg img {
    width: 28%;
    margin-bottom: 20px;
    height: 100px;
    object-fit: contain;
}

.cert-verif-widg p {
    margin-bottom: 20px;
}

.cert-verif-widg a {
    color: var(--c1);
    font-weight: 600;
}

.cert-verif-title h2 {
    font-size: 32px;
    font-weight: 600;
}

.cert-verif-title {
    margin-bottom: 50px;
    text-align: center;
}

.cert-verification {
    padding: 70px 0px;
}

/* single-service-sec */

.single-sec {
    padding: 50px 0px;
}

.single-item-content h1 {
    padding-bottom: 15px;
    border-bottom: 1px solid #80808036;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
}

.single-item-content h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.single-item-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.single-item-content p {
    margin-bottom: 20px;
    color: #4c4c4c;
}

.single-item-content ul {
    margin: 20px 0px;
    padding-left: 16px;
}

.single-item-content li {
    list-style: disc;
    margin-bottom: 12px;
    color: #4c4c4c;
}

.single-item-content h4 {
    font-size: 20px;
    font-weight: 700;
}

.search-main {
    position: relative;
    margin-bottom: 30px;
}

.search-main input {
    width: 100%;
    outline: 0;
    border: 1px solid #ced4da;
    padding: 8px 18px;
    border-radius: 5px;
}

.search-main button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    background-color: var(--c4);
    color: #fff;
    height: 100%;
    width: 50px;
}

.service-short-item {
    display: flex;
    align-items: center;
    padding: 20px 0px 40px 0px;
    gap: 20px;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
}

.service-short-img {
    width: 25%;
}

.service-short-content h4 a {
    color: #000;
    font-size: 18px;
}

.service-short-content ul {
    display: flex;
    gap: 28px;
}

.service-short-content ul li {
    font-size: 13px;
    list-style: disc;
    color: #4c4c4c;
}

.service-short-content ul li:first-child {
    list-style: none;
}

.service-short-content h4 {
    margin-bottom: 6px;
}

.service-short-main h2 {
    font-size: 22px;
    margin-bottom: 14px;
}

.d-file {
    color: #000;
    text-decoration: underline;
    transition: all .4s;
}

.d-file:hover {
    color: var(--c4);
}

.search-main input:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.ham-menu {
    text-align: end;
}

.ham-menu a {
    font-size: 30px;
    color: var(--c1);
    padding: 12px;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: var(--c4);
    border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--c2);
}

.service-single-prev-next {
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
}

.service-single-prev-next a {
    color: #000;
    text-decoration: underline;
    transition: all .4s;
}

.service-single-prev-next a:hover {
    color: var(--c4);
}

.service-single-prev-next a i {
    margin: 0px 12px;
}

.slick-arrow {
    position: absolute;
    top: 45%;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    transition: all .4s;
    font-size: 25px;
    z-index: 999;
}

.slick-prev {
    left: 32px;
}

.slick-next {
    right: 32px;
}

.slick-arrow:hover {
    background-color: var(--c1);
    cursor: pointer;
    color: #fff;
}

.copyrights {
    text-align: center;
}

.footer-main {
    padding: 70px 0px 30px 0px;
}

.footer-bottom {
    padding: 20px 0px;
    border-top: 1px solid #1e73be59;
}

/* responsive-menu */

.responsive-menu {
    position: fixed;
    width: 100%;
    z-index: 999999;
    background: rgb(0 0 0 / 62%);
    height: 100%;
    left: -100%;
    top: 0;
    transition: all .6s;
    backdrop-filter: blur(20px);
}

.responsive-menu.active {
    left: 0;
}

.responsive-menu-main {
    height: 100%;
    position: relative;
    padding: 50px;
}

.resp-social {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 0px;
    width: 100%;
}

.resp-social ul {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.resp-social ul li a {
    padding: 0px 7px;
    color: #fff;
    font-size: 18px;
}

.responsive-icon {
    position: absolute;
    top: 5%;
    right: 5%;
}

.responsive-icon a {
    padding: 10px;
    font-size: 36px;
    color: var(--c1);
}

.responsive-logo {
    width: 30%;
    margin: 0 auto;
}

.responsive-links {
    text-align: center;
    padding: 20px 0px;
    margin-top: 20px;
    border-top: 1px solid #e6202d4a;
}

.responsive-links ul li a {
    padding: 10px 0px;
    color: #fff;
    width: 30%;
}

/*thank-you*/

.thankyou-page {
    padding: 90px 0px;
}

.ty-page-content {
    text-align: center;
}

.ty-page-content p {
    margin: 12px 0px;
    font-weight: 600;
}

.ty-page-content a {
    background-color: var(--c2);
    color: #fff;
    padding: 12px 21px;
    font-size: 15px;
    text-transform: uppercase;
    transition: all .5s;
}

.ty-page-content a:hover {
    background-color: var(--c1);
}

.ty-page-content h2 {
    font-weight: 700;
}
.ty-page-content h2 span {
    color: var(--c1);
    text-transform: capitalize;
}
.about-img img {
    border-radius: 15px;
}
.about-sec-content p {
    line-height: 35px;
}
.content-sec-item p a {
    color: #000;
    font-weight: bold;
}

/* side-form */

.side-form-item {
    box-shadow: 0px 0px 39px -19px;
    border-radius: 20px;
}

.side-form-header {
    text-align: center;
    padding: 30px 0px;
}

.side-form-header h2 {
    font-weight: 600;
}

.side-form-body {
    padding: 0px 15px;
}

.side-form-inner-item input, .side-form-inner-item select {
    width: 100%;
    padding: 9px 9px;
    font-size: 15px;
    border-radius: 5px;
    outline: 0;
    color: gray;
    border: 0;
    border: 1px solid #80808040;
}

.side-form-inner-item {
    margin-bottom: 10px;
}
.side-form-inner-item input[type="submit"] {
    width: unset;
    border: 0;
    background: var(--c4);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 30px;
    margin: 20px 0px 30px 0px;
    transition: all .5s;
}
.side-form-main {
    position: sticky;
    top: 20%;
}
.side-form-inner-item input[type="submit"]:hover {
    background-color: var(--c2);
}
.whatsapp-chat a {
    font-size: 40px;
    color: #3ed53e;
}

.whatsapp-chat {
    position: fixed;
    bottom: 2%;
    left: 2%;
    background-color: #fff;
    padding: 9px 14px;
    border-radius: 8px;
    box-shadow: 0px 0px 9px -4px;
}

.whatsapp-chat a i {
    display: block;
}

.nav_bar-main ul li ul li {
    width: 15%;
    margin: 0px 5px;
}

.nav_bar-main ul li {
    position: static;
}

.nav_bar-main ul li ul {
    position: absolute;
    width: 100%;
    background-color: #fff;
    flex-wrap: wrap;
    gap: 0px;
    z-index: 999;
    top: 100%;
    left: 0;
    padding: 10px 7px;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all .3s;
    border-radius: 0px 0px 12px 12px;
    justify-content: space-between;
    border-top: 1px solid #eee;
}

.nav_bar-main ul li ul li a {
    display: block;
    font-size: 14px;
    padding: 9px 0px;
    font-weight: 400;
    color: #000;
    transition: all .6s;
    text-transform: uppercase;
}

.nav_bar-main ul li ul li a:hover {
    color: var(--c1);
}
.nav_bar-main ul li:hover ul {
    transform: scaleY(1);
}

.main-header .container {
    position: relative;
}
.read-more-btn {
    text-align: center;
    margin-top: 10px;
}

.read-more-btn a:hover {
    letter-spacing: 1px;
}

.read-more-btn a {
    transition: all .5s;
    color: var(--c1);
}