

/* Module Css */

/* used */
@import url('module-css/header.css'); 
@import url('module-css/services.css');
@import url('module-css/contact.css');
@import url('module-css/testimonial.css');
@import url('module-css/blog.css');
@import url('module-css/footer.css');



/*====================================================================
	2. Variable CSS
======================================================================*/
:root {
    --thm-primary-color: #0051A3;
    --thm-secondary-color: #F8931F;
    --thm-body-font-color: #BEBEBE;
    --thm-heading-font-color: #ffffff;
    --thm-paragraph-color: #666666;
    --thm-body-font-size: 16px;
    --thm-body-font-weight: 400;
    --thm-heading-font-weight: 700;
    --thm-body-background: #141416;
    --thm-black-bg: #1A1A1C;
    --thm-blue: #0d6efd;
    --thm-indigo: #6610f2;
    --thm-purple: #6f42c1;
    --thm-pink: #d63384;
    --thm-red: #dc3545;
    --thm-orange: #fd7e14;
    --thm-yellow: #ffc107;
    --thm-green: #198754;
    --thm-teal: #20c997;
    --thm-cyan: #0dcaf0;
    --thm-white: #ffffff;
    --thm-black: #141416;
    --thm-gray: #E3E3E3;
    --black-bg: #1A1A1C;
}


/*====================================================================
	4. Default CSS
======================================================================*/
body {
    font-weight: var(--thm-body-font-weight);
    font-size: var(--thm-body-font-size);
    line-height: 30px;
    color: var(--thm-body-font-color);
    font-style: normal;
}

.section-title {
    position: relative;
    display: block;
    padding-bottom: 20px;
}

.section-title h3 {
    color: var(--thm-primary-color);
    font-size: 40px;
    font-weight: 700;
    line-height: 74.96px;
    text-transform: uppercase;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img,
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

a,
button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}

a:focus,
.btn:focus,
button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    color: var(--thm-primary-color);
    text-decoration: none;
}

a,
button {
    color: var(--thm-primary-color);
    outline: medium none;
    text-decoration: none;
}

.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--thm-black);
    margin-top: 0px;
    margin-bottom: 0;
    font-style: normal;
    line-height: 1.2em;
    font-weight: var(--thm-heading-font-weight);
    text-transform: inherit;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

/*== Owl Nav Style1 Css ======*/
.swiper-nav-style1 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 50%;
    width: 100%;
}

.swiper-nav-style1 .swiper-button-next,
.swiper-nav-style1 .swiper-button-prev {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: transparent;
    border: 6px solid var(--thm-white);
    color: var(--thm-white);
    font-size: 40px;
    font-weight: 700;
    outline: none;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.swiper-nav-style1 .swiper-button-next i,
.swiper-nav-style1 .swiper-button-prev i {
    font-weight: 700;
    transform: rotate(180deg);
}
[dir="rtl"] .swiper-nav-style1 .swiper-button-next i,
[dir="rtl"] .swiper-nav-style1 .swiper-button-prev i {
    transform: none;
}
.swiper-nav-style1 .swiper-button-next:hover,
.swiper-nav-style1 .swiper-button-prev:hover {
    background: var(--thm-primary-color);
    color: #ffffff;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    left: inherit;
    right: -70px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    right: inherit;
    left: -70px;
}

[dir="rtl"] .swiper-button-next,
[dir="rtl"] .swiper-container-rtl .swiper-button-prev {
    right: inherit;
    left: -70px;
}

[dir="rtl"] .swiper-button-prev,
[dir="rtl"] .swiper-container-rtl .swiper-button-next {
    left: inherit;
    right: -70px;
}



.swiper-nav-style1 .swiper-button-next::after,
.swiper-nav-style1 .swiper-button-prev::after {
    display: none;
}

.list-wrap {
    margin: 0px;
    padding: 0px;
}

.list-wrap li {
    list-style: none
}

p {
    font-size: var(--thm-body-font-size);
    font-weight: var(--thm-body-font-weight);
    line-height: 30px;
    color: var(--thm-paragraph-color);
    margin-bottom: 0;
}

hr {
    border-bottom: 1px solid var(--thm-primary-color);
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: var(--thm-paragraph-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}

*::-moz-selection {
    background: var(--thm-primary-color);
    color: var(--thm-white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--thm-primary-color);
    color: var(--thm-white);
    text-shadow: none;
}

::selection {
    background: var(--thm-primary-color);
    color: var(--thm-white);
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--thm-body-font-color);
    font-size: var(--thm-body-font-size);
    opacity: 1;
}

*::placeholder {
    color: var(--thm-body-font-color);
    font-size: var(--thm-body-font-size);
    opacity: 1;
}

.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: var(--thm-primary-color) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.separator {
    border-top: 1px solid var(--thm-primary-color);
}

/* Bootstrap 5 */
.container {
    max-width: 1320px;
    padding-left: 15px;
    padding-right: 15px;
}

/* .row {
    --bs-gutter-x: 30px;
} */

.row.g-0 {
    --bs-gutter-x: 0;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

.fix {
    overflow: hidden
}

/*====================================================================
	6. Preloader CSS
======================================================================*/
#preloader {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 999;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 75px;
    display: inline-block;
    vertical-align: middle;
}

.loader .loader-outter {
    position: absolute;
    border: 2px solid var(--thm-primary-color);
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.loader .loader-inner {
    position: absolute;
    border: 4px solid var(--thm-primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

@-webkit-keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.preloader-two .loader .loader-outter {
    position: absolute;
    border: 4px solid var(--thm-primary-color-two);
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.preloader-two .loader .loader-inner {
    position: absolute;
    border: 4px solid var(--thm-primary-color-two);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.preloader-three .loader .loader-outter {
    position: absolute;
    border: 4px solid var(--thm-primary-color-three);
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.preloader-three .loader .loader-inner {
    position: absolute;
    border: 4px solid var(--thm-primary-color-three);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

/*====================================================================
	7. Button One style
======================================================================*/
.btn-box {
    margin-top: 30px;
}

.button-style-1 {
    gap: 15px;
    z-index: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    border-radius: 12px;
    padding: 5px 18px;
    position: relative;
    display: inline-flex ;
    align-items: center;
    justify-content: center;
    color: var(--thm-white);
    text-transform: uppercase;
    overflow: hidden;
    background-color: var(--thm-secondary-color);
    border: 2px solid  var(--thm-secondary-color);
}

.button-style-1:before,
.button-style-1:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: 12px;
    color: var(--thm-secondary-color);
    background-color: var(--thm-white);
    border: 2px solid  var(--thm-secondary-color);
}

.button-style-1:before {
    transform: translateX(-100%);
    z-index: -1;
}

.button-style-1:hover:before {
    transform: translateX(0);
    transition: transform 350ms ease;
}

.button-style-1:after {
    z-index: -1;
    transform: translateX(100%);
    transition: none;
    transition: transform 350ms ease;
}

.button-style-1:hover:after {
    opacity: -1;
    transform: translateX(0);
    transition: transform 350ms 360ms ease;
}

.button-style-1:hover {
    color: var(--thm-secondary-color);
}

.button-style-1.secondary-white {
    background-color: #df2a19;
}

.secondary-white:before,
.secondary-white:after {
    background-color: var(--thm-white);
}

.button-style-1.secondary-white:hover {
    color: var(--thm-black);
}

/* Button Style 2 */
.button-style-2 {
    gap: 15px;
    z-index: 0;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    line-height: 40px;
    padding: 5px 18px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-secondary-color);
    text-transform: uppercase;
    border: 2px solid var(--thm-secondary-color);
    background-color:  var(--thm-white);
    transition: all 0.3s ease-in-out;
}

.button-style-2 i {
    font-size: 13px;
    font-weight: 700;
    color: var(--thm-primary-color);
}

.button-style-2:hover {
    color: var(--thm-primary-color);
}

/*====================================================================
	8. ScrollUp
======================================================================*/

/* scrollUp */
.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: -10%;
    right: 50px;
    font-size: var(--thm-body-font-size);
    border-radius: 6px;
    z-index: 99;
    color: var(--thm-white);
    text-align: center;
    cursor: pointer;
    background: var(--thm-primary-color);
    transition: 1s ease;
    border: none;
}

.scroll-top.open {
    bottom: 30px;
}

.scroll-top::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
    background: var(--thm-secondary-color);
}

.custom-container {
    max-width: 1320px;
}

.body-dark-bg {
    background-color: var(--thm-body-background);
}
/*====================================================================
	10. Styled Pagination
======================================================================*/
.styled-pagination {
    position: relative;
    display: flex;
    height: auto;
    padding-top: 0px;
    text-align: center;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 20px;
}
.pagination{
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    text-align: center;
    flex-direction: row;
    justify-content: space-between;
}
[dir="rtl"] .pagination{
    flex-direction: row-reverse;
}
.styled-pagination li {
    position: relative;
    display: inline-block;
}
.styled-pagination li a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 22px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    transition: all 500ms ease;
    z-index: 1;
}
.pagination a.arrow{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgba(0, 81, 163, 0.6);
    color: var(--thm-white);
    font-size: 22px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    transition: all 500ms ease;
    z-index: 1;
    border-radius: 50%;
}
.pagination a.arrow span{
    line-height: 0;
    font-size: 18px;
}
.styled-pagination li:hover a,
.styled-pagination li.active a {
    color: var(--thm-white);
    background: var(--thm-secondary-color);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
    border-radius: 50%;
    color: var(--thm-white);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
    color: var(--thm-white);
}

.styled-pagination li a span:before {
    position: relative;
    top: 1px;
    color: var(--thm-white);
    font-size: 15px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.styled-pagination li a:hover span:before,
.styled-pagination li.active a span:before {
    color: var(--thm-white);
}


/*====================================================================
	11. Page Header
======================================================================*/

.page-header {
    position: relative;
    display: block;
    padding: 100px 0;
    overflow: hidden;
    z-index: 1;
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.page-header__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 81, 163, 0.4);
    z-index: -2;
    content: "";
}

.page-header__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.page-header__inner h2 {
    color: var(--thm-white);
    font-size: 70px;
    font-weight: 900;
    /* padding-left: 100px; */
    line-height: 100px;   
    text-transform: capitalize;
    margin-bottom: 0px;
    position: relative;
    flex: 3;
    text-align: center;
}

.page-header__inner p{
    font-size: 24px;
    font-weight: 500;
    color: var(--thm-white);
    margin: 0;
    flex: 4;
    line-height: 44.98px;
    position: relative;
    padding: 30px 30px;
}
.page-header__inner p::after{
    content: '';
    position: absolute;
    width: 5px;
    left: 0;
    height: 400px;
    background: var(--thm-white);
    top: -22px;
}
[dir="rtl"] .page-header__inner p::after{
    right: 0;
    left: inherit;
}
 .thm-breadcrumb {
    position: relative;
    display: block;
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color:var(--thm-primary-color);
    font-size: 28px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    padding-left: 10px;
}

.thm-breadcrumb li:first-child {
    padding-left: 0;
}

.thm-breadcrumb li a {
    color:var(--thm-primary-color);
    font-size: 28px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

 .thm-breadcrumb li a:hover {
    color: var(--thm-secondary-color);
}
.thm-breadcrumb li span i{
    transform: rotate(180deg);
}
[dir="rtl"] .thm-breadcrumb li span i{
    transform: none;
}