@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face 
{
	font-family: 'NotoSansJP-VariableFont_wght';
	src: url('fonts/NotoSansJP/NotoSansJP-VariableFont_wght.ttf'),
	url('../fonts/NotoSansJP-VariableFont_wght.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'Diphylleia-Regular';
	src: url('fonts/Diphylleia/Diphylleia-Regular.ttf'),
	url('../fonts/Diphylleia/Diphylleia-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face 
{
	font-family: 'DMSerifDisplay-Regular';
	src: url('fonts/DM_Serif_Display/DMSerifDisplay-Regular.ttf'),
	url('../fonts/DM_Serif_Display/DMSerifDisplay-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face 
{
	font-family: 'IBMPlexSerif-Medium';
	src: url('fonts/IBM_Plex_Serif/IBMPlexSerif-Medium.ttf'),
	url('../fonst/IBM_Plex_Serif/IBMPlexSerif-Medium.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face 
{
	font-family: 'IBMPlexSerif-Bold';
	src: url('fonts/IBM_Plex_Serif/IBMPlexSerif-Bold.ttf'),
	url('../fonts/IBM_Plex_Serif/IBMPlexSerif-Bold.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face 
{
	font-family: 'MPLUSRounded1c-Medium';
	src: url('fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Medium.ttf'),
	url('../fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Medium.ttf');
	font-weight: normal;
	font-style: normal;
}


* {
    padding: 0px;
    margin: 0px;
}

body {
    font-size: 14px;
    color: #333;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

// html,
// body {
//     overflow-y: hidden;
// }
img {
max-width:100%;

}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

a,
a:hover {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

li,
ol {
    list-style: none;
}

h2,
h3 {}

button:focus {
    outline: none !important;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    padding: 42px 0;
	a img{width:180px;}
	
    div#navigation {
        ul {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 40px;
            li {
                a {
                    color:#ffffff;
                    font-size: 15px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 26px;
                    letter-spacing: -0.1px;
                }
            }
        }
    }
    ul.user-sec {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 25px;
        li{
            a { display: block !important;
                background:#0d7dbe !important;
                color: #FFF !important;
                font-size: 13px !important;
                font-weight: 600 !important;
                padding: 8px 8px 8px 10px !important;
                border-radius: 8px !important;
                margin-left: -12px !important;
            }
            img{
            width: 14px;
            margin-left: 6px;
            margin-top: -3px;
            }
            
        }
    }
}

section.banner-part {
    position: relative;
    img.main-img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        object-position: top;
    }
    .ban-tx {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        h5 {
		color:rgb(255 255 255 / 80%);
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 1.625px;
		text-transform: uppercase;
		margin: 0 0 34px;
        }
        h2 {
            max-width: 985px;
            color:#ffffff;
            font-size: 85px;
            font-style: normal;
            font-weight: 700;
            line-height: 78px;
            letter-spacing: -2px;
            margin: 0 auto 35px;
        }
        p {
            color:#ffffff;
            font-size: 19px;
            font-style: normal;
            font-weight:550;
            line-height: 32px;
            letter-spacing: -0.2px;
            margin: 0 0 35px;
        }
        a {
            background:#0d7dbe;
            color: #FFF;
            font-size: 15px;
            font-weight: 600;
            padding: 10px 20px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 16px;
            max-width: max-content;
            margin: 0 auto;
        }
    }
    a.go-btn {
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        margin: auto;
        display: table;
    }
}

.loginbtn{
    display: flex;
    background: #279272;
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 8px 8px 10px;
    border-radius: 8px;
    }


section.body-cont1 {
    padding: 100px 0 0;
    background:none;
    margin-bottom:120px;
    h2 {
        color: #565353;
        text-align: center;
        font-size: 45px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    h6 {
        color: #000000;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom:42px;
    }
    .aos-animate {
        position: relative;
        z-index: 1;
    }
    .wrap {
        border-radius: 15px;
        position: relative;
        z-index: 1;
    }
    img {
        width: 100%;
        border-radius: 15px 15px 0 0;
    }
    .decp {
        border-radius: 0px 0px 10px 10px;
        border: 0.8px solid #C5BDBD;
        background: #FFF;
        padding: 35px 18px;
        text-align: center;
    }
    h3 {
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin: 0;
    }
    p {
        color: #7C7C7C;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 4px 0 25px;
    }
    ul {
        text-align: left;
        margin: 0 0 30px;
        gap: 10px;
        display: flex;
        flex-direction: column;
        li {
            color: #2E2E2E;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            display: flex;
            align-items: center;
            gap: 13px;
            i.fa-solid.fa-circle {
                font-size: 8px;
                color: #E5B556;
            }
        }
    }
    h4 {
        color: #000;
        font-size: 35px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin: 0 0 20px;
        span {
            color: #000;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }
    }
}


/*----- accordion -----*/

.accordion {
 /* background-color:#ffffff;*/
  color:#000000;
  cursor: pointer;
  padding:12px 0px 13px 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size:18px;
  transition: 0.4s;
}
.accordion i{
	float: right;
    font-size: 22px;
	}
.accordion:hover{transition:.8s;}


.panel {
  padding: 0 18px;
  display: none;
  overflow: hidden;
}

.panel ul{
	text-align: left;
	margin: 0 0 30px;
	gap: 10px;
	display: flex;
	flex-direction: column;	
	}

.panel ul li{
	color: #313131;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	align-items: center;
	gap: 13px;
	display: flex;
	justify-content: space-between;
	padding: 8px 0;
	border-bottom: 1px solid #ddd;
	font-size:18px;
	}
	
.accordion-section {padding: 0px 0px 53px 0px;}
	
.accordion-section .text-section {
	padding: 34px 17px;
	background-color: white;
	border-radius: 15px;
	}

.accordion-section .text-section h3{    
	text-align: center;
    border-bottom: 1px solid #279272;
    padding-bottom: 19px;
    font-size: 27px;
    color: #373636;
	}	
	
.accordion-section .content-section {
	position: relative;
	z-index: 1;
	border: 2px solid #279272;
	border-radius: 15px;
	box-shadow: 6px 6px 13px -8px #9c9a9a;
	}	

.accordion-text{
	text-align: center;
    font-size: 37px;
    color: #3f3f3f;
    padding: 35px 0px 25px 0px;
	}


/*----- accordion end -----*/



section.body-cont2 {
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    &:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        background: rgba(0, 0, 0, 0.27);
        backdrop-filter: blur(6px);
    }
    ul {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 200px 0 100px;
        li {
            width: 100%;
            border-left: 4px solid #F7BE2C;
            padding-left: 30px;
        }
        li:first-child {
            padding: 0;
            border: 0;
        }
        h2 {
            color: #FFF;
            font-size: 56px;
            font-style: normal;
            font-weight: 800;
            line-height: normal;
        }
        p {
            color: #FFF;
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin: 0;
        }
    }
}

section.body-cont3 {
    padding: 100px 0;
    background: #F6F6F6;
    background-image: url(../images/home-img12.svg);
    background-repeat: no-repeat;
    background-position: center bottom 121px;
    h2 {
        color: #565353;
        text-align: center;
        font-size: 45px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    h6 {
        color: #565353;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 0 0 70px;
    }
    video {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
        display: table;
        border-radius: 15px;
    }
    .sec1 {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: end;
        img.img1 {
            margin: 45px 0 0;
        }
    }
    .sec2 {
        img.img1 {
            margin: 0 0 45px;
        }
    }
    .box1 {
        border-radius: 20px;
        border: 1px solid var(--neutral-neutral-50, #EDEEF0);
        background: var(--Pure-White-FFFFFF, #FFF);
        box-shadow: 10px 25px 100px 0px rgba(0, 43, 107, 0.25);
        padding: 24px;
        text-align: center;
        max-width: 260px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        margin: 25px 0;
        h4 {
            color: var(--neutral-neutral-900, #1E242C);
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            margin: 0;
        }
        p {
            color: var(--neutral-neutral-600, #414D60);
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            margin: 0;
            max-width: 193px;
        }
        a {
            display: block;
            border-radius: 100px;
            border: 1px solid var(--primary-primary-400, #3385FF);
            background: var(--primary-primary-400, #3385FF);
            color: var(--Neutral-10, #FFF);
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            padding: 8px 24px;
        }
    }
    .box-2 {
        border-radius: 20px;
        border: 1px solid var(--neutral-neutral-50, #EDEEF0);
        background: var(--Pure-White-FFFFFF, #FFF);
        box-shadow: 10px 25px 100px 0px rgba(0, 43, 107, 0.25);
        padding: 16px;
        max-width: 260px;
        display: flex;
        align-items: center;
        gap: 15px;
        h4 {
            color: var(--neutral-neutral-900, #1E242C);
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            margin: 0;
            span {
                color: var(--neutral-neutral-600, #414D60);
                font-size: 12px;
                font-style: normal;
                font-weight: 400;
                line-height: 150%;
                display: block;
            }
        }
    }
}

section.body-cont4 {
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    padding: 200px 0;
    &:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        background: rgba(0, 0, 0, 0.65);
        backdrop-filter: blur(10px);
    }
    .container {
        position: relative;
    }
    h2 {
        color: #FFF;
        font-family: Inter;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
        max-width: 456px;
        margin: 0 0 30px;
    }
    a {
        background:#0d7dbe;
        color: #FFF;
        font-size: 15px;
        font-weight: 400;
        padding: 10px 20px;
        border-radius: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        max-width: -moz-max-content;
        max-width: max-content;
    }
    p {
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        margin: 0 0 40px;
    }
    h3 {
        color: var(--White, #FFF);
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }
    h6 {
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        margin: 0;
    }
}

section.body-cont5 {
    padding: 80px 0;
    h2 {
        color: #565353;
        font-size: 45px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin: 0 0 48px;
    }
    ul {
        li {
            display: flex;
            align-items: center;
            gap: 24px;
        }
        li:nth-child(2) {
            flex-direction: row-reverse;
            margin: 36px 0;
            justify-content: flex-end;
        }
    }
    h3 {
        color: var(--primary-primary-900, #002B6B);
        font-size: 108px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        margin: 0;
        opacity: 0.15;
    }
    .decp {
        border-radius: 20px;
        border: 1px solid var(--neutral-neutral-50, #EDEEF0);
        background: var(--Pure-White-FFFFFF, #FFF);
        box-shadow: 10px 25px 100px 0px rgba(0, 43, 107, 0.25);
        display: flex;
        align-items: center;
        padding: 24px;
        gap: 18px;
        max-width: 457px;
    }
    h4 {
        color: var(--neutral-neutral-900, #1E242C);
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }
    p {
        color: var(--neutral-neutral-600, #414D60);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin: 0;
    }
    .img-wap {
        display: flex;
        align-items: flex-start;
        justify-content: space-evenly;
        position: relative;
        img.img1 {
            position: absolute;
            left: 20px;
            bottom: 42px;
        }
    }
}

section.body-cont6 {
    padding: 100px 0;
    background: #F6F6F6;
    h2 {
        color: #565353;
        text-align: center;
        font-size: 45px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    h6 {
        color: #565353;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 0 0 70px;
    }
    img {
        border-radius: 20px;
        margin: 0 0 20px;
    }
    h4 {
        color: #000;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    p {
        color: #7C7C7C;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 0;
    }
}

section.body-cont7 {
    padding: 0 0 100px;
    background: #f6f6f6;
    h2 {
        color: #3D3D3D;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    p {
        color: #666;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        margin: 0;
    }
    img {
        border-radius: 20px;
        width: 100%;
    }
    .wapp {
        position: relative;
        margin: 35px 0px;
        h6 {
            position: absolute;
            left: 20px;
            bottom: 20px;
            color: #FFF;
            font-size: 22px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }
    }
}

section.body-cont8 {
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    padding: 200px 0;
    &:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        background: rgba(0, 0, 0, 0.65);
        backdrop-filter: blur(10px);
    }
    .container {
        position: relative;
    }
    img {
        margin-left: -28px;
    }
    .wrap {
        border-radius: 10px;
        background:rgb(13 125 190 / 55%);
        backdrop-filter: blur(47px);
        padding-right: 25px;
        padding-top: 45px;
        display: flex;
        gap: 25px;
        h3 {
            color: #FFF;
            font-size: 32px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            margin: 0 0 20px;
        }
        p {
            color: #FFF;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 160%;
            min-height: 80px;
        }
        a {
            background: #fff;
            border-radius: 200px;
            color:#1c5b7c;
            text-align: center;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            padding: 12px 26px;
            display: flex;
            align-items: center;
            gap: 15px;
            max-width: max-content;
        }
    }
}

section.body-cont9 {
    padding: 100px 0;
    overflow: hidden;
    h2 {
        color: #565353;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 0 0 45px;
    }
    .owl-stage-outer {
        overflow: visible;
    }
    .item {
        border-radius: 15px;
        background: #FFF;
        box-shadow: 0px 11px 15px 0px rgba(57, 90, 68, 0.30);
        padding: 80px 50px 30px;
        margin: 20px 10px;
        .auth {
            display: flex;
            align-items: center;
            gap: 20px;
            img {
                max-width: 55px;
            }
            h5 {
                color: #000;
                font-size: 16px;
                font-style: normal;
                font-weight: 600;
                line-height: 163.15%;
                margin: 0;
                span {
                    color: #828282;
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 20px;
                    letter-spacing: 0.035px;
                    display: block;
                }
            }
        }
    }
    .star {
        color: orange;
        margin: 0 0 25px;
    }
    p {
        color: var(--Grey, #6D7D8B);
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 163.15%;
        margin: 0 0 30px;
    }
}

section.body-cont10 {
    background: #F6F6F6;
    padding: 100px 0;
    h2 {
        color: #3D3D3D;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 0 0 20px;
        /*margin-left: -250px;*/
    }
    h6 {
        color: #666;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        margin: 0 0 40px;
        /* margin-left: 15px;*/
    }
    a.alll-btn {
        border-radius: 64px;
        background: #282828;
        display: inline-block;
        padding: 16px 24px;
        color: #FFF;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .wrap {
        border-radius: 25px;
        background: #454545;
        box-shadow: -7px 10px 10px 0px rgba(0, 0, 0, 0.30);
        padding: 24px;
        a img {
            width: 100%;
            border-radius: 20px;
        }
        h5 {
            color: #9FFA00;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 20px;
            margin: 30px 0 15px;
        }
        h3 {
            color: #FFF;
            font-size:22px;
            font-style: normal;
            font-weight: 600;
            line-height: 32px;
            margin-bottom: 20px;
            a {
                color: #FFF;
                display: flex;
                align-items: center;
                justify-content: space-between;
                i.fa-solid.fa-arrow-up {
                    transform: rotate(45deg) translate(0px, 0px);
                }
            }
        }
        p {
            color: #FFF;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
        }
        .star {
            margin: 0 0 25px;
            color: #9FFA00;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            i.fa-solid.fa-star {
                color: #FF9B26;
                margin: 0 3px;
                font-size: 14px;
            }
            span.\31 {
                color: #969696;
                font-family: Inter;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }
        }
        .auth {
            display: flex;
            align-items: center;
            gap: 15px;
            img {
                width: 40px;
                border-radius: 100%;
            }
            h4 {
                color: #FFF;
                font-size: 14px;
                font-style: normal;
                font-weight: 500;
                line-height: 20px;
                margin: 0;
                span {
                    color: #FFF;
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 20px;
                    display: block;
                }
            }
            .price {
                color: #9FFA00;
                text-align: right;
                font-size: 26px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                width: 208px;
            }
        }
    }
}

section.body-cont11 {
    background: #F6F6F6;
    padding: 80px 0 100px;
    h2 {
        color: #3D3D3D;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 0 0 15px;
    }
    h6 {
        color: #666;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        margin: 0 0 30px;
    }
    a {
        background: #282828;
        border-radius: 200px;
        color: #fff;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 12px 26px;
        display: flex;
        align-items: center;
        gap: 15px;
        max-width: -moz-max-content;
        max-width: max-content;
    }
    .wrap {
        border-radius: 4px;
        border: 1px solid #AAA;
        margin: 0 0 20px;
        padding: 24px;
    }
    p {
        color: #666;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        margin: 24px 0 0;
    }
    .accordion-toggle {
        color: #222;
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 28px;
        /* 140% */
        letter-spacing: -0.4px;
        margin: 0;
        position: relative;
        cursor: pointer;
    }
    .accordion-toggle.active:after {
        content: "";
        position: absolute;
        right: 0;
        top: 10px;
        width: 12px;
        height: 12px;
        border-left: 1px solid #AAA;
        border-bottom: 1px solid #AAA;
        transform: rotate(135deg) translate(0px, 0px);
    }
    .accordion-toggle:before {
        content: "";
        position: absolute;
        right: 0;
        top: 10px;
        width: 12px;
        height: 12px;
        border-left: 1px solid #AAA;
        border-bottom: 1px solid #AAA;
        transform: rotate(-45deg) translate(0px, 0px);
    }
    .accordion-toggle.active:before {
        display: none;
    }
    .accordion-content {
        display: none;
    }
}

section.body-cont12 {
    padding: 60px 0;
    .item {
        img {
            width: auto;
            display: table;
            margin: 0 auto;
        }
    }
}


section.body-cont13 {
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    &:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        background: rgba(0, 0, 0, 0.65);
        backdrop-filter: blur(10px);
    }
    .container {
        position: relative;
    }
	.bgparalax-content{
	display: flex;
    justify-content: center;
    align-items: center;
    margin:-20px 0px -20px 74px;
	height:300px;
	}
    h2 {
        color: #FFF;
        font-family: Inter;
        font-size: 36px;
        font-style: normal;
        font-weight:380;
        line-height: 48px;
        max-width: 456px;
        margin: 0 0 30px;
    }
    a {
        background:#0d7dbe;
        color: #FFF;
        font-size: 15px;
        font-weight: 400;
        padding: 10px 20px;
        border-radius: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        max-width: -moz-max-content;
        max-width: max-content;
    }
    p {
        text-align: center;
        color: #fff;
        position: relative;
        margin: -28px 0px 0px -135px;
        font-size: 16px;
    }
    h3 {
        color: var(--White, #FFF);
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }
    h6 {
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        margin: 0;
    }
}

/*------ footer-section ------*/

footer {
    background:#0d7dbe;
    padding: 80px 0 20px;
	
	a img{width:180px;}
	
    p {
        color: #FFF;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
        letter-spacing: 0.2px;
        max-width: 354px;
        margin: 10px 0 25px;
    }
    .social {
        a {
            display: inline-block;
            width: 35px;
            height: 35px;
            background: #ffffffe0;
            text-align: center;
            line-height: 35px;
            border-radius: 100px;
            color: #0d7dbe;
            font-size: 16px;
            margin-right: 18px;
        }
    }
    h2 {
        color: #FFF;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 34px;
        margin: 0 0 -5px;
    }
    .line{
	display: inline-block;
	background-color: #fff;
	width:15px;
	height:4px;
	border-radius:20px;
	}
	 span{
	display: inline-block;
	background-color: #fff;
	width:40px;
	height:4px;
	border-radius:20px;
	}
    ul.menu {
        li {
            a {
                color: #FFF;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 34px;
                display: table;
            }
			i{padding: 0px 8px 0px 0px;}
        }
	li a:hover{padding:0px 8px 0px 10px;transition: .6s;}
    }
	

	

.Copyright-section {
	border-top: 1px solid #ffffff73;
    padding: 15px 0;
    font-size: 14px;
    color: #555;
	margin: 40px 0 0; 
	padding: 20px 0 0;
	font-size: 16px; 
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}

.Copyright-section h6 {
	border-top:none;
    margin: 0;
	position: relative;
	right: 33%;
	top: -11px;
}

.Copyright-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
	position: relative;
    left: 41px;
}

.Copyright-section ul li {
	margin: 0px 25px 0px 0px;
	padding: 5px 5px 5px 5px;
    display: inline-block;
    margin-left: 15px;
}

.Copyright-section ul li:first-child {
    margin-left: 0;
}

.Copyright-section ul li a{color: #FFF;}
	
}






/*------ footer-section end ------*/

section.inner-ban {
    position: relative;
    background: #162532;
    img {
        width: 100%;
        opacity: 0.4;
    }
    .ban-tx {
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 100px;
        h2 {
            font-size: 70px;
            color: #fff;
        }
    }
}

section.ab-body-cont1 {
    padding: 100px 0;
    img{max-width: 100%;border-radius: 12px;}
    h2 {
		font-size: 46px;
        font-weight: 550;
        margin-top: -5px;
    }
    p {
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
        margin-bottom: 0px;
		overflow: hidden;
    }
    h5 {
		font-size: 22px;
        font-weight: 600;
        line-height: 30px;
        margin: 0px 0px 11px;
    }
    a {
        display: table;
        border:1px solid #0d7dbe;
        max-width: 167px;
        width: 100%;
        text-align: center;
        line-height: 47px;
        margin: 30px 0 0;
        font-size: 15px;
        font-weight: 500;
        color:#0d7dbe;
        transition: all 0.5s ease-out;
        &:hover {
            background:#0d7dbe;
            color: #fff;
        }
    }
}

section.ab-page {
    padding: 0 0 80px;
    h2 {
        font-size: 60px;
        font-weight: 275;
        margin-bottom: 25px;
        text-transform: capitalize;
    }
    p {
        font-size: 15px;
        font-weight: 400;
        line-height: 28px;
    }
}

/*---- terms and conditions ----*/

section.terms-section {
    padding: 0 0 80px;
    h2 {
        font-size: 60px;
        font-weight: 275;
        margin-bottom: 25px;
        text-transform: capitalize;
    }
    p {
        font-size: 15px;
        font-weight: 400;
        line-height: 28px;
    }
}

.terms-contant{margin-top: 55px;}

/*---- terms and conditions end ----*/

section.conmtact-page {
    padding: 80px 0;
    h2 {
        font-size: 50px;
        font-weight: 275;
        color: #000;
        text-transform: capitalize;
    }
    p {
        font-size: 16px;
        line-height: 27px;
    }
    ul {
        margin: 40px 0;
        li {
            position: relative;
            margin-bottom: 20px;
            padding-left: 65px;
            span {
                font-size: 18px;
                font-weight: 550;
                line-height: 22px;
                text-align: left;
                display: block;
                color: #000;
            }
            a {
			font-size: 20px;
			font-weight: 450;
			line-height: 31px;
			text-align: left;
			color: #4b4b4b;
            }
            i.fas {
                width: 45px;
                height: 45px;
                border:2px solid #0d7dbe;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 20px;
                border-radius: 50%;
                position: absolute;
                left: 0;
                top: 0;
                margin: auto;
                background-color:#0d7dbe;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }
        }
    }
    h4 {
        font-size: 17px;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
        color: #000;
        span {
            display: block;
            border-top: 1px solid #111;
            font-size: 16px;
            margin-top: 5px;
        }
    }
    form {
        background:#0d7dbe;
        padding: 25px;
        border-radius: 10px;
        label {
            font-size: 15px;
            font-weight: 400;
            line-height: 28px;
            display: block;
            color: #fff;
        }
        button,
        textarea {
            padding: 13px;
            border-radius: 5px;
            border: none;
            margin: 3px 0 22px;
            color: #000;
        }
        textarea {
            height: 150px;
        }
        button {
            border:2px solid #ffffff;
            display: table;
            margin: 0 auto;
            background:transparent;
            color: #fff;
            text-transform: uppercase;
            font-size: 18px;
            padding: 10px 60px;
            border-radius: 10px;
			font-weight:600;
			height:auto;
        }
		button:hover{border:2px solid #ffffff;background:#fff;color:#0d7dbe;transition:.4s;}
    }
}

section.conmtact-page2 {
    font-size: 0;
    iframe {
        width: 100%;
    }
}

a.n_offer {
    background: #f6f6f6;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}
a.n_offer h3 {
    font-size: 20px;
    color: #000;
    margin-top: 10px;
}
a.n_offer p {
    color: #333;
    font-size: 13px;
}


/* Service Page start */
.p_80 {
    padding: 80px 0px 0px;
}

.heading h1 {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

.service_inside {
    display: flex;
    margin-bottom: 40px;
}

.service_number {
    width: 11%;
	margin-right: 36px;
    margin-top: 10px;
}

.service_number h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    background-color:#0d7dbe;
    color: white;
    position: relative;
    border-radius: 5px;
}

.service_content h2 {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase;
    margin-top: 20px;
    line-height: 27px;
}

.service_number h5::after {
    width: 67px;
    position: absolute;
    left: 0;
    height: 3px;
    background-color:#0d7dbe;
    content: '';
    top: 21px;
    z-index: -1;
}

.service_content h2 span {
    font-weight: bold;
    color: #FCB200;
}

.service_content {
    width: 70%;
    margin-left: 12px;
}

.service_image {
max-width: 100%;
height: 650px;
}

.heading h3 {
    font-size: 20px;
    margin-top: 30px;
    font-weight: 700;
}

/*---------- service-section ----------*/
	
.service-body {
    padding:70px 0px 35px 0px;
    background:#e5e5e5;
	}
.service-body  h2 {
	color:#040404;
	text-align: center;
	font-size: 45px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	}
.service-body h3{font-family:system-ui; font-weight:650;}
.service-body h4{
	text-align: center;
    font-size: 19px;
	}
	
.service-body h5 {
	color: #000000;
	text-align: center;
	font-size:16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 17px;
	}
.aos-animate {
	position: relative;
	z-index: 1;
	}
.service-body .service-wrap {
	border-radius: 15px;
	position: relative;
	z-index: 1;
	}
.service-body .service-wrap img {
	width: 100%;
	border-radius: 15px 15px 0 0;
	}
.service-body .service-decp {
	border-radius: 0px 0px 10px 10px;
	background: #FFF;
	padding: 20px 17px;
    text-align: center;
    height: 100%;
	overflow: hidden;
	box-shadow: 0px 5px 0px -2px #0d7cbd;
	}
.service-body .service-decp h3 {
	color: #000;
    font-size:23px;
    font-style: normal;
    font-weight:650;
    line-height: normal;
    padding: 2px 0px 3px 0px;
    font-family: system-ui;
	}
.service-body .service-decp p {
	color: #717171;
    font-size: 15px;
    font-style: normal;
    font-weight: 550;
    line-height: 1.7;
    margin: 4px 0 25px;
    font-family: inherit;
	}
.service-body .service-decp ul {
	text-align: left;
	margin: 0 0 30px;
	gap: 10px;
	display: flex;
	flex-direction: column;
	}
.service-body .service-decp  li {
	color: #2E2E2E;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	gap: 13px;
	}

.service-body .service-decp i{
	font-size: 15px;
    color:#0c80c3;
    padding: 6px 0px 0px 3px;
	}

.service-body .service-decp h6 {
	color: #000000;
	text-align: center;
	font-size:16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 17px;
	}
    
.service-section{padding:31px 0px 0px 25px;}

.servicebtn a {
	padding: 11px 0px;
    border-radius: 50px;
    margin: 0 auto;
    color: #0d7dbe;
    font-size: 16px;
    font-weight: 700;
	}	

/*---------- service end ----------*/


/*---------- service-details ----------*/

.left-section{margin-top: 60px;}
.left-section img{
	width:100%; 
	border-radius:12px;
	height: 472px;
	}
.left-section .service-details .service-content h2{
	font-size: 35px;
    font-weight: 800;
    font-family: sans-serif;
	}	
.left-section .service-details .service-content p{
	font-size: 17px;
    font-family: sans-serif;
    line-height: 1.7;
    font-weight: 500;
    color: #4a4a4a;
	}
.left-section .service-details .service-content h4{
	font-size:30px;
    font-weight: 800;
    font-family: sans-serif;
	}
.left-section .service-details .service-content .service-content-img img{height: 250px;}
.left-section .service-details .service-content .detail-list li{
	padding:4px 0px 6px 0px;
    font-size: 16px;
    font-weight: 550;
    font-family: sans-serif;
	}
.left-section .service-details .service-content .detail-list li i{
	padding: 4px 6px 0px 0px;
    color: #0d7dbe;
    font-size: 18px;
	}

.service-list form .contact-field{padding: 5px 0px 8px 0px;}
.service-list form .contact-field input{
	padding:12px 12px 12px 12px;
    width: 100%;
    border-radius: 12px;
    font-weight: 550;
    font-size: 15px;
    border: 1px solid #c0c0c0;
	}
.service-list form .form-btn button{
	background: #0d7dbe;
    color: #fff;
    font-size: 16px;
    font-weight: 650;
    padding:14px 20px 14px 20px;
    border-radius: 8px;
    border: 1px solid #0d7dbe;
	}
.service-list form .contact-field textarea{
	padding: 8px 8px 8px 8px;
    width: 100%;
    border-radius: 12px;
    border: 1px solid #929292;
	}


.right-section{margin-top: 60px;}
.right-section .service-list{
	box-shadow: 0px -3px 1px 0px #0d7dbe;
	border: 1px solid #c4c4c4;
    padding:36px 36px 36px 36px;
    border-radius: 12px;
	}
.right-section .service-list .stitle{
	font-size: 28px;
    font-weight:800;
    font-family: sans-serif;
	}	
.right-section .service-list .slist{width:100%;}
.right-section .service-list .slist li{
	padding: 9px 0px 11px 0px;
    border-radius: 12px;
    border: 1px solid #c3c3c3;
    margin: 13px 0px 12px -1px;
	}
.right-section .service-list .slist li a{
    color: #000;
    padding: 5px 25px 5px 25px;
    font-size: 16px;
    font-weight: 550;
	border-radius: 12px;
	}
.right-section .service-list .slist li a:hover{padding: 5px 0 5px 39px; transition: .8s; color: #0d7dbe;}
.right-section .service-list .slist li a i{
	float: right;
    padding: 4px 15px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
	}

.right-section .service-list .download-section p{font-size: 20px;font-family: revert;line-height: 1.7;color: #4a4a4a;}	
.right-section .service-list .download-section a{
	color: #0d7dbe;
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 19px;
	}
.right-section .service-list .download-section a i{padding: 3px 9px 5px 0px; font-size: 19px;}

/*---------- service-details end ----------*/
