@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

/*
font-family: "Sora", sans-serif;
*/
:root {
    --theme-color: #101269;
    --theme-color2: #077CC1;
    --black: #21293C;
    --white: #fff;
    --paragraph: #343434;
}

@font-face {
    font-family: 'Goli-Regular';
    src: url('../fonts/Goli-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.5px;
}

@font-face {
    font-family: 'Goli-Medium';
    src: url('../fonts/Goli-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.5px;
}

@font-face {
    font-family: 'Goli-Light';
    src: url('../fonts/Goli-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.5px;
}

@font-face {
    font-family: 'GoliSemiBold';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/GoliSemiBold.eot');
    src: url('../fonts/GoliSemiBold.eot') format('embedded-opentype'),
         url('../fonts/GoliSemiBold.woff2') format('woff2'),
         url('../fonts/GoliSemiBold.woff') format('woff'),
         url('../fonts/GoliSemiBold.ttf') format('truetype'),
         url('../fonts/GoliSemiBold.svg#GoliSemiBold') format('svg');
}

@font-face {
    font-family: 'GoliRegular';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/GoliRegular.eot');
    src: url('../fonts/GoliRegular.eot') format('embedded-opentype'),
         url('../fonts/GoliRegular.woff2') format('woff2'),
         url('../fonts/GoliRegular.woff') format('woff'),
         url('../fonts/GoliRegular.ttf') format('truetype'),
         url('../fonts/GoliRegular.svg#GoliRegular') format('svg');
}
@font-face {
    font-family: 'GoliMedium';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/GoliMedium.eot');
    src: url('../fonts/GoliMedium.eot') format('embedded-opentype'),
         url('../fonts/GoliMedium.woff2') format('woff2'),
         url('../fonts/GoliMedium.woff') format('woff'),
         url('../fonts/GoliMedium.ttf') format('truetype'),
         url('../fonts/GoliMedium.svg#GoliMedium') format('svg');
}
@font-face {
    font-family: 'GoliLight';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/GoliLight.eot');
    src: url('../fonts/GoliLight.eot') format('embedded-opentype'),
         url('../fonts/GoliLight.woff2') format('woff2'),
         url('../fonts/GoliLight.woff') format('woff'),
         url('../fonts/GoliLight.ttf') format('truetype'),
         url('../fonts/GoliLight.svg#GoliLight') format('svg');
}

* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'GoliRegular';

}

::selection {
    background-color: var(--theme-color);
    color: #fff;
    text-shadow: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;

}

p {
    font-family: 'GoliLight';
    font-size: 17px;
    padding: 0;
    margin: 0;
    color: var(--paragraph);
    font-weight: normal;
    line-height: 25px;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
    border: none;
}

a {
    text-decoration: none;
    outline: none !important;
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
}

.p-80 {
    padding: 80px 0;
}
.btn2 {
    border: 1px solid #ffffff;
    padding: 16px 30px 16px 30px;
    border-radius: 30px;
    color: #ffffff;
    font-size: 18px;
    font-family: 'GoliMedium';
    position: relative;
    transition: 0.5s;
    display: inline-flex;
}
/* .btn2::after {
    content: '\2b';
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 18px;
    font-family: FontAwesome;
    background-color: #ffffff;
    transform: translate(-11px, 11px);
    color: var(--theme-color2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
} */
.btn2:hover, .btn2.btn3:hover{
    border-color: var(--theme-color);
    background-color: var(--theme-color);
}
.btn2:hover::after{
    color: var(--theme-color);
}
.btn2.btn3{
    border-color: var(--theme-color2);
    background-color: var(--theme-color2);
}
/* .btn2.btn3::after{
    content: '\f061';
} */
.title1 h1 {
    font-family: 'GoliMedium';
    font-size: 52px;
    color: var(--theme-color);
    position: relative;
}

.title1 h1 span {
    color: var(--theme-color2);
}

.title2 h2 {
    font-size: 55px;
    color: var(--white);
    margin: 0 0 10px;
    position: relative;
    line-height: 60px;
}

.title2 h2 span {
    color: var(--yellow);
    font-weight: 500;
    position: relative;
}

.title3 h3, .title3 h2 {
    font-size: 50px;
    font-family: 'GoliMedium';
    color: var(--theme-color);
    margin: 0 0 10px;
    font-weight: normal;
    transition: 0.6s;
    line-height: 60px;
    position: relative;
}

.title3 h3 strong, .title3 h2 strong {
    color: var(--theme-color2);
    font-weight: normal;
    position: relative;
}
.title3 .tagline{
    font-size: 15px;
    font-family: 'GoliMedium';
    line-height: 25px;
    font-weight: 500;
    color: var(--theme-color);
    text-transform: uppercase;
    margin-bottom: 16px;
}

.word {
  color: #e63929; /* red italic word */
  font-style: italic;
  position: relative;
}

/* Position the ring behind the word */
.word svg {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 260px;
  height: 95px;
  pointer-events: none;
  z-index: -1;
}

/* Stroke animation */
.ring-path {
  fill: none;
  stroke: #ffd347;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 520;
  stroke-dashoffset: 520;
  animation: draw-ring 1.6s ease-out forwards;
}

@keyframes draw-ring {
  to {
    stroke-dashoffset: 0;
  }
}

.title4 h4 {
    font-size: 36px;
    color: #121212;
    margin: 0 0 15px;
    transition: 0.6s;
    font-weight: 500;
}

.title4 h4 span {
}

.title5 h5 {
    font-size: 34px;
    color: var(--black);
    margin: 0;
    transition: 0.6s;
    line-height: 34px;
}

.title6 h6 {
    font-size: 16px;
    color: var(--paragraph);
    font-weight: 500;
    margin-bottom: 0px;
    transition: 0.6s;
}

.btn01 {
    font-size: 15px;
    font-weight: normal;
    padding: 12px 24px;
    color: var(--white);
    text-align: center;
    line-height: normal;
    background-color: var(--theme-color2);
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 30px;
    transition: 0.6s;
    /* box-shadow: 0 4px 12px rgb(253 50 35 / 30%); */
    border: none;
}

.btn01:hover {
   background-color: var(--yellow);;
   color: var(--black);
   box-shadow: 0 4px 12px rgb(255 190 23 / 25%);
}

.btn01 span i {
    font-size: 24px;
    color: #67c5fb;
}


/*// backToTop //*/
#backToTop { position: fixed; bottom: 30px; right: 30px; width: 45px; height: 45px; padding: 4px; background: linear-gradient(to bottom, #fccd30, #fd3223); border: none; border-radius: 50%; cursor: pointer; display: none; align-items: center; justify-content: center; z-index: 1000; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); border: 1px solid rgb(255 255 255 / 89%); transition: 0.6s; }
#backToTop .fa-arrow-up { font-size: 18px; color: #fff; top: -1px; position: relative; }
#backToTop:hover { background-color: #f15c5a; transform: scale(1.1); }
#backToTop:hover svg { transform: translateY(-3px); }
/*// backToTop //*/

.form-select:focus {
    box-shadow: none;
}

a {
    text-decoration: none;
}

.text_tag h6 {
    font-size: 20px;
    color: var(--tag);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
}

/* ======================================================================= */
    /* header start */
/* ======================================================================= */

.headerarea {
    background-color: #fff;
    position: relative;
    z-index: 11;
}

.headerarea .logo {
    width: 100%;
    max-width: 180px;
    position: relative;
    display: inline-block;
}

.nav-menu > li > a:hover {
    color: var(--theme-color);
}

.headerarea.fix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
    background-color: #fff;
    /*padding: 5px 100px;*/
    z-index: 33;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* ======================================================================= */
    /* banner_sec start */
/* ======================================================================= */
.banner_sec {
    width: 98%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.banner_sec .scroll-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: none;
    width: 20px;
    background: transparent;
    transform: translateY(-5px);
    cursor: pointer;
}
.bnr_left {
    width: 100%;
    height: 620px;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/shape1.jpg);
    border-radius: 25px;
    position: relative;
    padding: 50px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.morethan {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 160px;
    height: 100px;
    display: flex;
    overflow: hidden;
}

.morethan img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.btn02 {
    font-size: 16px;
    font-weight: normal;
    padding: 14px 30px;
    color: var(--white);
    text-align: center;
    line-height: normal;
    background-color: var(--theme-color2);
    border: 1px solid var(--theme-color2);
    position: relative;
    display: inline-block;
    border-radius: 30px;
    transition: 0.6s;
    border: none;
}

.btn02:hover {
    background-color: var(--theme-color);
    border-color:  var(--theme-color);
}

.btn03 {
    background-color: transparent;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    margin-left: 10px;
    transition: 0.6s;
}

.btn03:hover {
    color: var(--white);
}

.banner_sec p {
    margin-bottom: 25px;
    font-size: 18px;
}

.bnr_right {
    width: 100%;
    height: 620px;
    position: relative;
    display: flex;
    border-radius: 25px;
    overflow: hidden;
}

.bnr_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bnr_right:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom left;
    background-image: url(../images/shape2.jpg);
    mix-blend-mode: screen;
    border-radius: 25px;
    /* z-index: -1; */
}

.experience {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-color: #ffffff3b;
    border: 1px solid #fff;
    padding: 35px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 15px;
    z-index: 1;
}

.experience h2 {
    font-family: 'GoliRegular';
    font-size: 90px;
    color: var(--white);
    line-height: 65px;
}

.experience small {
    font-size: 14px;
    color: var(--white);
}


/* ======================================================================= */
    /* partner_sec start */
/* ======================================================================= */
.partner_sec {
    width: 100%;
}

.partner_sec h4 {
    font-family: 'GoliMedium';
    font-size: 24px;
    color: var(--theme-color);
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.partner_sec h4 span {
    color: var(--theme-color2);
}

.right-line:after {
    content:"";
    display: inline-block;
    height: 0.5em;
    vertical-align: sub;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 1px solid #D8D1C8;
}

.left-line:before {
    content:"";
    display: inline-block;
    height: 0.5em;
    vertical-align: sub;
    width: 100%;
    margin-left: -100%;
    margin-right: 10px;
    border-top: 1px solid #D8D1C8;
}

.branBox {
    height: 100%;
    max-height: 100px;
    width: 100%;
    background-color: #fff;
    padding: 15px 10px;
    border-radius: 15px;
    text-align: center; 
    /*box-shadow: 0 4px 10px rgb(0 0 0 / 10%);*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.branBoxlogo {
    width: 100%;
    max-width: 150px;
    height: 90px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.branBoxlogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.partner-carousel:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30%;
    z-index: 1;
    background: linear-gradient(to right, rgb(255 255 255 / 75%) 0%, rgb(255 255 255 / 70%) 30%, rgb(255 255 255 / 30%) 60%, rgba(19, 29, 20, 0) 100%);
}

.partner-carousel:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30%;
    z-index: 1;
    background: linear-gradient(to left, rgb(255 255 255 / 75%) 0%, rgb(255 255 255 / 70%) 30%, rgb(255 255 255 / 30%) 60%, rgba(19, 29, 20, 0) 100%);
}

/**/
.partner-carousel .owl-nav { position: absolute; width: 100%; left: 0; right: 0; text-align: center;}
.partner-carousel .owl-nav button.owl-prev, .partner-carousel .owl-nav button.owl-next { width: 36px; height: 36px; border: 1px solid #817979; background-color: #fff; border-radius: 50%; color: #000; font-size: 30px; pointer-events: all; transition:0.6s; }
.partner-carousel .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.partner-carousel .owl-nav button.owl-prev span::after { content: '\f060'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.partner-carousel .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.partner-carousel .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.partner-carousel .owl-nav button.owl-next span::before { content: '\f061'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.partner-carousel .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.partner-carousel .owl-nav button.owl-prev { left: 0px; position: relative; transition: 0.6s;}
.partner-carousel .owl-nav button.owl-next { right: 0px; position: relative; transition: 0.6s;}
.partner-carousel .owl-nav { position: absolute; display: flex; top: -65px; align-items: center; justify-content: flex-end; width: 100%; pointer-events: none; margin: 0 auto; } 
.partner-carousel .owl-nav button.owl-prev:hover, .partner-carousel .owl-nav button.owl-next:hover { background-color: var(--theme-color); border: 1px solid var(--theme-color2); color: #fff; transition: all .3s ease-in-out; background: linear-gradient(135deg, #00e0e0, #005864);} 
.owl-theme .owl-nav { margin-top: 0; } 
.partner-carousel .owl-dots .owl-dot span { width: 100px; height: 2px; margin: 0; background: #DDDDDD; display: block; -webkit-backface-visibility: visible; transition: opacity .2s ease; border-radius: 0; } 
.partner-carousel button { height: auto; } 
.partner-carousel .owl-dots { text-align: left; position: absolute; top: -37px; } 
.partner-carousel .owl-dots .owl-dot.active span, .partner-carousel .owl-dots .owl-dot:hover span { background: var(--green); }
/**/

/* ======================================================================= */
    /*  whoAre start */
/* ======================================================================= */
.whoAre {
    width: 100%;
}

.whoAre_in {
    width: 100%;
    border-top: 1px solid #D8D1C8;
}

.whoAre_left {
    width: 100%;
    padding: 50px 25px 0 0;
}

.whoAre_lefttop {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.whoAre_lefttop h6 {
    font-size: 16px;
    color: var(--theme-color);
}

.whoAre_lefttop h2 {
    font-family: 'GoliMedium';
    font-size: 150px;
    color: #181927;
    line-height: 200px;
}

.whoAre_lefttop h5 {
    font-size: 16px;
    color: #181927;
    text-transform: uppercase;
    width: 27%;
    transform: rotate(-90deg) translate(-45px, 15px);
    text-align: right;
}

.review {
    width: 75%;
    margin: 0 auto;
    border-top: 1px solid #D8D1C8;
    padding-top: 30px;
    margin-top: 15px;
}

.morethan2 {
    width: 115px;
    height: 45px;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
}

.morethan2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.review h6 {
    font-size: 15px;
    color: #181927;
    text-transform: uppercase;
    width: 50%;
    text-align: center;
    margin: 15px auto 0;
    line-height: 20px;
}

.whoAre_right {
    width: 100%;
    padding: 50px 0 0 25px;
}

.whoAre_rightpic {
    height: 350px;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 25px;
}

.whoAre_rightpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rightbrdr {
    border-right: 1px solid #D8D1C8;
}

.rightbrdr:last-child {
    border-right: none;
}

/* ======================================================================= */
    /* service area start start */
/* ======================================================================= */
.service-area .title3{
    text-align: center;
    width: clamp(744px, 100%, 744px);
    margin: 0 auto 32px;
}
.service-area .nav-tabs{
    margin-bottom: 50px;
}
.nav-tabs{
    border-bottom: 0;
}
.nav-tabs .nav-link {
    font-size: 17px;
    font-weight: 600;
    color: #000000;
    position: relative;
    padding: 16px;
    transition: 0.5s;
}
.nav-tabs .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 2px;
    border-radius: 10px;
    background-color: var(--theme-color);
    margin: 0 auto;
    transition: 0.5s;
}
.nav-tabs .nav-link.active {
    border: transparent;
    outline: none;
    box-shadow: none;
    color: var(--theme-color);
}
.nav-tabs .nav-link.active::after{
    width: 36%;
}
.nav-link:focus-visible{
    box-shadow: none;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border-color: transparent;
}
.service-area .service-img img{
    width: 100%;
	height: 500px;
    object-fit: cover;
}
.service-tab-content {
    padding-left: 32px;
    padding-top: 16px;
}
.service-tab-content h4 {
    font-family: 'GoliMedium';
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #000000;
}
.service-tab-content p {
    color: #181927;
    font-size: 17px;
    line-height: 26px;
    margin: 0 0 12px;
}
.service-tab-content ul{
    padding: 10px 0 0;
    margin:0;
    list-style: none;
}
.service-tab-content ul li {
    color: #181927;
    font-size: 17px;
    line-height: 26px;
    margin: 0 0 14px;
    position: relative;
    padding-left: 34px;
}
.service-tab-content ul li:last-child{
    margin: 0;
}
.service-tab-content ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/arrow-right.png);
    filter: brightness(0) saturate(100%) invert(10%) sepia(33%) saturate(7336%) hue-rotate(225deg) brightness(89%) contrast(95%);
}
/* ======================================================================= */
    /*  whychoose area start */
/* ======================================================================= */
.whychoose-area {
    width: clamp(90%, 100%, 98%);
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/whychoose-bg.webp);
    border-radius: 20px;
}
.whychoose-body-box {
    border-radius: 20px;
    padding: 24px;
    background-color: rgb(255 255 255 / 90%);
}
.whychoose-body-box .imgbox {
    height: 535px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
.whychoose-body-box .imgbox img{
    width: 100%;
    object-fit: cover;
    position: relative;
}
.whychoose-body-box .imgbox .imgtag {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 267px;
    border-radius: 20px;
    background-color: rgb(16 12 61 / 48%);
    padding: 25px;
    color: var(--white);
    font-family: 'GoliSemiBold';
    text-transform: uppercase;
    font-size: 23px;
    transform: translate(16px, -16px);
    line-height: 30px;
}
.whychoose-content-box {
    padding-left: 30px;
    padding-top: 30px;
}
.whychoose-content-box h4 {
    font-size: 45px;
    font-family: 'GoliSemiBold';
    border-bottom: 1px solid #9A9A9A;
    padding-bottom: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    color: var(--theme-color);
    line-height: 55px;
    padding-bottom: 25px;
    margin-bottom: 35px;
}
.whychoose-content-box .tagline {
    color: var(--theme-color);
    font-size: 14px;
    font-family: 'GoliMedium';
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 16px;
}
.whychoose-content-box p {
    color: #000000;
    font-size: 17px;
    font-family: 'GoliRegular';
    line-height: 27px;
    margin: 0 0 32px;
}

/* ======================================================================= */
    /* appointment_sec start */
/* ======================================================================= */
.appointment_sec {
    width: 98%;
    max-width: 1920px;
    margin: 0 auto;
    background-color: var(--theme-color);
    border-radius: 25px;
    padding: 50px 0 0;
}

.appointment_left {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background-color: var(--theme-color);
    border-radius: 25px;
    padding: 50px 0 0;
}

.appointment_sec .title3 h3 {
    color: var(--white);
    font-size: 45px;
    line-height: normal;
}

.appointment_sec .title3 p {
    color: var(--white);
    margin-top: 15px;
}

.title3 h3 strong {
    color: #189EED;
}

.appointment_sec .btn01 {
    color: var(--theme-color2);
    background-color: var(--white);
    display: inline-flex;
    margin-top: 25px;
}

.appointment_sec .btn01 span i {
    font-size: 24px;
    color: #67c5fb94;
}

.mail_row {
    width: 100%;
    padding-top: 30px;
    margin-top: 42px;
    border-top: 1px solid #ffffff61;
}

.mail_row small {
    font-size: 16px;
    color: var(--white);
    margin-bottom: 5px;
}

.mail_row h6 {
    font-family: 'GoliMedium';
    font-size: 25px;
    color: #189EED;
}

.appointment_right {
    width: 100%;
    position: relative;
    padding-bottom: 40px;
}
.appointment_right::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/appointment1.webp);
    width: 410px;
    height: 380px;
    z-index: 1;
    transform: translateX(-90px);
}
.appointment_right::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 72%;
    background-image: url(../images/appoinment-shape2.png);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    transform: translate(130px, -45px);
    z-index: 0;
}
.appointment_form {
    width: 55%;
    margin-left: auto;
    background-color: var(--white);
    border-radius: 20px;
    padding: 35px;
    position: relative;
    z-index: 1;
}
.appointment_form::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 92%;
    border: 1px solid var(--theme-color2);
    border-radius: 20px;
    transform: translate(15px, -15px);
    border-bottom: 0;
    border-left: 0;
	z-index: -1;
}
.appointment_form .form-control {
    font-family: 'GoliLight';
    width: 100%;
    border: 1px solid #ccc;
    background-color: transparent;
    font-size: 14px;
    color: #000;
    padding: 5px 15px;
    height: 52px;
    border-radius: 10px;
    margin-bottom: 25px;
    position: relative;
}
.appointment_form textarea.form-control {
    height: 120px;
    padding-top: 20px;
    resize: none;
    margin: 0;
}
.form-control:focus {
    box-shadow: none;
}
.appointment_form .btn01{
    background-color: var(--theme-color2);
    color: #ffffff;
}
.form-group label {
    font-family: 'GoliLight';
    font-size: 14px;
    display: inline-block;
    position: absolute;
    left: 16px;
    top: -10px;
    background-color: #ffffff;
    z-index: 1;
    padding: 4px 5px;
    line-height: normal;
}

.appointment_form .form-group {
    position: relative;
}

/* ======================================================================= */
    /* footer-area start */
/* ======================================================================= */
.footer-logo {
    width: 100%;
    max-width: 225px;
    margin: 0 auto 25px;
}

.footer-logo img {
    width: 100%;
    object-fit: cover;
}

.footer-body-area {
    padding: 50px 0px;
}

.footer-area h4 {
    color: var(--theme-color);
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 20px;
    position: relative;
}

.footer-area h4 span {
    color: var(--theme-color2);
}

.footer-area h4::after {
    position: absolute;
    content: "";
    bottom: -6px;
    width: 45px;
    height: 1px;
    background: #959595;
    left: 15px;
}

.footer-area h4::before {
    position: absolute;
    content: "";
    bottom: -6px;
    width: 10px;
    height: 1px;
    background: #959595;
    left: 0px;
}

.footer-area h5 {
    margin: 0 0 0px;
    line-height: 20px;
}

.footer-area ul li {
    margin-bottom: 10px;
}

.footer-area ul li:last-child {
    margin-bottom: 0;
}

.footer-area ul li a {
    color: #242424;
    font-size: 16px;
    font-weight: 400;
    transition: 0.5s;
    position: relative;
    padding-left: 12px;
}

.footer-area ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 4px;
    height: 4px;
    background-color: #242424;
    border-radius: 50%;
}

.footer-area ul li a:hover {
    color: var(--theme-color);
}

.footer-area address, .footer-area a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.footer-area h5 {
    color: var(--theme-color2);
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 2px;
    position: relative;
}

.footer-area:last-child {
    margin-bottom: 0;
}

.form-control {
    height: 55px;
    color: #000;
    border-radius: 10px;
    background: transparent;
    border: 1px solid #000;
    padding-right: 80px;
    position: relative;
    padding-left: 15px;
}

.footer-area .btn {
    border: none;
    background: #E2B842;
    border-radius: 10px;
    margin-top: 10px;
    color: #000;
    font-size: 17px;
    position: absolute;
    letter-spacing: 0;
    top: -5px;
    right: 7px;
    padding: 10px 15px;
}

.footer-area .btn:hover {
    background: #13ACC2;
}

.footer-area .form-group {
    position: relative;
}
/**/
.copyright {
    width: 100%;
    background-color: var(--theme-color);
    text-align: center;
    padding: 15px 0px;
}

.copyrightin {
    width: 100%;
    border-top: 1px solid #C7C4C4;
    padding: 18px 0;
}

.copyright p {
    margin: 0;
    font-weight: 400;
    color: #fff;
}

.copyright p span {
    color: #fff;
    font-weight: 500;
}

.copyright p a {
    font-weight: 500;
    color: #FFC727;
}

.footer-area .fa-angles-right {
    font-size: 15px;
    color: #13ACC2;
}

.footer-social {
    display: flex;
    justify-content: center;
}

.footer-social li {
    margin: 0px 5px;
}

.footer-social li a {
    width: 100%;
    min-width: 38px;
    max-width: 38px;
    height: 38px;
    border-radius: 6px;
    border: 1px solid var(--theme-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--theme-color) !important;
    transition: 0.5s;
    padding: 0 !important;
    text-decoration: none;
}

.footer-social li a:hover {
    background-color: var(--theme-color);
    color: #fff !important;
}

.footer-social li a:before {
    display: none;
}

/* ======================================================================= */
    /* testimonial area start */
/* ======================================================================= */
.testimonial-area .title3{
    width: clamp(417px, 100%, 417px);
    margin: 0 auto 25px;
}
/* ======================================================================= */
    /*  blog_sec start */
/* ======================================================================= */
.blog_sec {
    width: 100%;
    padding-bottom: 120px;
}

.blogpost_card {
    width: 100%;
    margin-bottom: 15px;
}

.blogpost_cardpic {
    height: 400px;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}

.blogpost_cardpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.blogpost_card:hover .blogpost_cardpic img {
    transform: scale(1.1);
}

.blogpost_cardbtm {
    width: 85%;
    margin: -45px auto 0;
    position: relative;
    z-index: 1;
}

.datebox {
    width: 100px;
    height: 110px;
    background-color: var(--theme-color2);
    padding: 8px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.datebox h5 {
    font-size: 44px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-left: 6px;
}

.datebox h5 span {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
}

.datebox h6 {
    font-size: 13px;
    color: #fff;
    transform-origin: 43% 78%;
    transform: rotate(-90deg);
    font-weight: 300;
    text-transform: uppercase;
}

.blogpost_righttext {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 12%);
}

.date_row {
    width: 100%;
}

.date_circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #077cc13d;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.date_circle .fa-calendar-days {
    font-size: 14px;
    color: var(--theme-color2);
}

.date_row h6 {
    font-size: 16px;
    color: var(--theme-color2);
    font-weight: 500;
}

.blogpost_righttext h4 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    width: 100%;
    margin: 15px 0;
    line-height: 30px;
}

.blogpost_righttext a {
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    transition: 0.6s;
	display: inline-block;
}

.blogpost_righttext a i {
    font-size: 14px;
}

.blogpost_righttext a:hover {
    color: var(--theme-color);
}

/**/
.blog-carousel .owl-nav { position: absolute; width: 100%; left: 0; right: 0; text-align: center;}
.blog-carousel .owl-nav button.owl-prev, .blog-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    border: 1.5px solid #0E125B;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    font-size: 30px;
    pointer-events: all;
    transition: 0.6s;
    margin: 0 60px;
}
.blog-carousel .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.blog-carousel .owl-nav button.owl-prev span::after { content: '\f060'; color: #0e125b !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.blog-carousel .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.blog-carousel .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.blog-carousel .owl-nav button.owl-next span::before { content: '\f061'; color: #0e125b !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.blog-carousel .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.blog-carousel .owl-nav button.owl-prev { left: 0px; position: relative; transition: 0.6s;}
.blog-carousel .owl-nav button.owl-next { right: 0px; position: relative; transition: 0.6s;}
.blog-carousel .owl-nav {
    position: absolute;
    display: flex;
    bottom: -16px;
    align-items: center;
    justify-content: center;
    width: 100%;
    pointer-events: none;
    margin: 0 auto;
} 
.blog-carousel .owl-nav button.owl-prev:hover, .blog-carousel .owl-nav button.owl-next:hover { background-color: var(--theme-color2); border: 1px solid var(--theme-color2); color: #fff; transition: all .3s ease-in-out; } 
.owl-theme .owl-nav { margin-top: 0; } 
.blog-carousel .owl-dots .owl-dot span { width: 100px; height: 2px; margin: 0; background: #DDDDDD; display: block; -webkit-backface-visibility: visible; transition: opacity .2s ease; border-radius: 0; } 
.blog-carousel button { height: auto; } 
.blog-carousel .owl-dots {
    display: flex;
    justify-content: center;
    padding-top: 55px;
}
.blog-carousel .owl-dots .owl-dot span{
    display: none;
}
.blog-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background-color: rgb(14 18 91 / 50%);
    border-radius: 50%;
    margin: 0 4px;
    transition: 0.5s;
}
.blog-carousel .owl-dots .owl-dot.active{
    background-color: #0E125B;
}
.blog-carousel .owl-dots .owl-dot.active span, .blog-carousel .owl-dots .owl-dot:hover span { background: var(--green); }
/**/



/* ======================================================================= */
    /* inner banner area start */
/* ======================================================================= */
.inner-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
    text-align: center;
    padding: 80px 0;
}
.inner-banner h1{
    color: #ffffff;
    font-size: 48px;
    font-family: 'GoliMedium';
}
.inner-banner ol.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    justify-content: center;
}
.inner-banner ol.breadcrumb li.breadcrumb-item{
    display: inline-block;
}
.inner-banner ol.breadcrumb li.breadcrumb-item a{
  transition: 0.5s;
  font-size: 16px;
  color: #ffffff;
}
.inner-banner ol.breadcrumb li.breadcrumb-item a:hover, .inner-banner ol.breadcrumb li.breadcrumb-item.active{
  font-size: 16px;
  color: #ffffff;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
  content: "/";
  font-size: 18px;
}
.inner-banner .containBox .containBoxBody{
    width: 100%;
    max-width: 457px;
}
.inner-service-content-area .title3 h2 {
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.inner-service-content-area .title3 h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: clamp(152px, 100%, 152px);
    height: 2px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/line.png);
    transform: translateX(90px);
}
.inner-service-content-area .title3 p {
    width: clamp(873px, 100%, 873px);
    margin-left: 115px;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}
/* ======================================================================= */
    /* inner service list area start */
/* ======================================================================= */
.inner-service-list-area .title3 {
    text-align: center;
    margin-bottom: 35px;
}
.inner-service-list-box{
    padding: 16px;
    border-radius: 20px;
    padding: 16px;
    background-color: #F3F3F3;
    align-items: center;
}
.inner-service-list-box .img-box {
    width: clamp(200px, 100%, 220px);
    height: 220px;
    border-radius: 20px;
    overflow: hidden;
}
.inner-service-list-box .img-box img{
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.inner-service-list-box:hover .img-box img{
    transform: scale(1.1);
}
.inner-service-list-box .content-box{
    padding-left: 16px;
}
.inner-service-list-box .content-box h4 {
    font-size: 26px;
    font-family: 'GoliRegular';
    line-height: 32px;
    margin: 0 0 10px;
}
.inner-service-list-box .content-box p {
    color: #000000;
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 16px;
}
.inner-service-list-box .content-box .link {
    color: var(--theme-color2);
    padding: 8px 16px;
    border: 1px solid #000000;
    display: inline-flex;
    align-items: center;
    border-radius: 30px;
    font-size: 15px;
    transition: 0.5s;
}
.inner-service-list-box .content-box .link img{
    width: auto;
    height: 11px;
    margin-left: 8px;
}
.inner-service-list-box .content-box .link:hover{
    border-color: var(--theme-color2);
    background-color: var(--theme-color2);
    color: #ffffff;
}
.inner-service-list-box .content-box .link:hover img{
    filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(2%) hue-rotate(248deg) brightness(103%) contrast(100%);
}
/* ======================================================================= */
    /* your path area start */
/* ======================================================================= */
.your-path-body{
    background-color: var(--theme-color);
    border-radius: 30px;
}
.your-path-body .content-box{
    text-align: center;
    width: clamp(790px, 100%, 790px);
    margin: 0 auto;
}
.your-path-body .content-box h3 {
    color: #ffffff;
    font-size: 50px;
    line-height: 60px;
    margin: 0 0 16px;
}
.your-path-body .content-box p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 24px;
}
/* ======================================================================= */
    /* service calculater area start */
/* ======================================================================= */
.service-calculater-area .service-calculater-imgbox {
    position: relative;
    height: 600px;
    overflow: hidden;
    padding: 16px;
    padding-right: 0;
}
.service-calculater-area .service-calculater-imgbox img{
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
    position: relative;
}
.service-calculater-area .service-calculater-imgbox::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 443px;
    height: 100%;
    border: 1.5px solid var(--theme-color);
    border-radius: 30px;
}
.service-calculater-area .service-calculater-content {
    padding-left: 24px;
}
.service-calculater-area .service-calculater-content .tagline{
    font-size: 15px;
    font-family: 'GoliMedium';
    color: var(--theme-color);
    line-height: 25px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.service-calculater-area .service-calculater-content h3 {
    font-size: 41px;
    font-family: 'GoliMedium';
    line-height: 51px;
    margin: 0 0 24px;
    color: var(--theme-color);
}
.service-calculater-area .service-calculater-content ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.service-calculater-area .service-calculater-content ul li {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    color: var(--theme-color);
    margin-bottom: 16px;
}
.service-calculater-area .service-calculater-content ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/hand-arrow.png);
    transform: translateY(5px);
}
.service-calculater-area .service-calculater-content ul li a{
    color: var(--theme-color);
    transition: 0.5s;
}
.service-calculater-area .service-calculater-content ul li a:hover{
    color: var(--theme-color2);
}
/* ======================================================================= */
    /* inner about content area start */
/* ======================================================================= */
.inner-about-content-imgbox{
    position: relative;
}
.inner-about-content-imgbox .imgbox{
    height: 531px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.inner-about-content-imgbox .imgbox::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/shape3.jpg);
    mix-blend-mode: screen;
}
.inner-about-content-imgbox .counter-box {
    width: clamp(168px, 100%, 168px);
    height: 137px;
    border-radius: 24px;
    background-color: var(--theme-color);
    padding: 20px 16px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
}
.inner-about-content-imgbox .counter-box h4 {
    color: #ffffff;
    font-size: 55px;
    font-family: 'GoliRegular';
    line-height: 65px;
}
.inner-about-content-imgbox .counter-box p {
    font-size: 14px;
    font-family: 'GoliLight';
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 18px;
}
.inner-about-content-box{
    padding-left: 16px;
}
.inner-about-content-box p {
    color: #000000;
    font-size: 15px;
    font-family: 'GoliLight';
    line-height: 24px;
    margin: 0 0 16px;
}
.inner-about-content-box h2, .inner-about-content-box h3 {
    font-family: 'GoliMedium';
    font-size: 26px;
    font-weight: normal;
    line-height: 36px;
    color: #000000;
    margin: 0 0 10px;
}
.inner-about-content-box h2 strong, .inner-about-content-box h3 strong{
    color: var(--theme-color2);
    font-weight: normal;
}
.inner-about-content-box .title3 h2 {
    font-size: 50px;
    line-height: 60px;
    color: var(--theme-color);
}
.inner-about-content-box .title3 .tagline {
    margin-bottom: 8px;
}
/* ======================================================================= */
    /* main counter area start */
/* ======================================================================= */
.main-counter-box {
    border: 1px solid #A7A7A7;
    padding: 20px;
    border-radius: 20px;
    width: 100%;
}
.main-counter-box h3 {
    font-size: 50px;
    line-height: 60px;
    color: #000000;
    margin: 0 0 0;
}
.main-counter-box p {
    color: #000000;
    font-size: 16px;
    line-height: 26px;
}

/* ======================================================================= */
    /* whychooseusabout area start */
/* ======================================================================= */
.service-calculater-area.inner-whychooseusabout-area .row{
    flex-direction: row-reverse;
}
.service-calculater-area.inner-whychooseusabout-area .service-calculater-content h3{
    margin: 0 0 8px;
}
.service-calculater-area.inner-whychooseusabout-area .service-calculater-content p{
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 24px;
}
.service-calculater-area.inner-whychooseusabout-area .service-calculater-content ul li {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    padding-left: 24px;
}
.service-calculater-area.inner-whychooseusabout-area .service-calculater-content ul li::before {
    background-image: url(../images/check.png);
    width: 16px;
    height: 16px;
}
.service-calculater-area.inner-whychooseusabout-area .service-calculater-content h3 strong {
    color: var(--theme-color2);
    font-weight: normal;
}
.service-calculater-area.inner-whychooseusabout-area .service-calculater-imgbox {
    height: 450px;
    padding: 16px;
    padding-left: 0;
}
.service-calculater-area.inner-whychooseusabout-area .service-calculater-imgbox::before {
    left: auto;
    right: 0;
    max-width: 70%;
}
/* ======================================================================= */
    /* expart area start */
/* ======================================================================= */
.expart-box .imgbox{
    height: 310px;
    overflow: hidden;
    border-radius: 20px;
    border-top-left-radius: 0;
    margin-bottom: 20px;
}
.expart-box .imgbox img{
    width: 100%;
    object-fit: cover;
}
.expart-box h4 {
    color: #000000;
    font-family: 'GoliMedium';
    font-size: 19px;
    display: inline-flex;
    margin: 0 0 10px;
    border: 1px solid #918686;
    border-radius: 30px;
    padding: 12px 24px;
    align-items: center;
    line-height: 19px;
}
.expart-box h5 {
    color: #272727;
    font-size: 14px;
    font-family: 'GoliLight';
    text-transform: uppercase;
    line-height: 24px;
}
.expart-area .title3{
    margin-bottom: 30px;
}
/* ======================================================================= */
    /* servicedetailscontent area start */
/* ======================================================================= */
.inner-about-content-area.servicedetailscontent-area .inner-about-content-box .title3 h2 {
    font-size: 42px;
    line-height: 50px;
}
.inner-about-content-area.servicedetailscontent-area .inner-about-content-box ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.inner-about-content-area.servicedetailscontent-area .inner-about-content-box ul li {
    position: relative;
    padding-left: 24px;
    font-size: 15px;
    font-family: 'GoliLight';
    color: #000000;
    line-height: 28px;
    margin: 0 0 8px;
}
.inner-about-content-area.servicedetailscontent-area .inner-about-content-box ul li::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/check.png);
    transform: translateY(5px);
    left: 0;
    top: 0;
}
.servicedetailscontent-area .inner-about-content-box {
    padding: 24px;
    box-shadow: 0 12px 25px rgb(0 0 0 / 5%);
    border-radius: 30px;
    border-bottom: 1px solid #077CC1;
}
.servicedetailscontent-area .servicedetailscontent-imgbox{
    height: 625px;
    overflow: hidden;
    border-radius: 20px;
}
.servicedetailscontent-area .servicedetailscontent-imgbox img{
    width: 100%;
    object-fit: cover;
}

/* ======================================================================= */
    /* servicedetailswhychoose area start */
/* ======================================================================= */
.servicedetailswhychoose-area .title3{
    text-align: center;
    width: 100%;
    max-width: 752px;
    margin: 0 auto 30px;
}
.servicedetailswhychoose-area .title3 p{
    color: #000000;
    font-size: 17px;
    line-height: 27px;
}
.servicedetailswhychoose-box {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #D7D7D7;
    transition: 0.5s;
    box-shadow: 0 4px 15px rgb(0 0 0 / 12%);
}
.servicedetailswhychoose-box:hover{
    border-color: var(--theme-color2);
}
.servicedetailswhychoose-box h4 {
    font-size: 22px;
    line-height: 32px;
    font-family: 'GoliMedium';
    color: #000000;
    margin: 0 0 8px;
}
.servicedetailswhychoose-box p {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}
.servicedetailswhychoose-box .icon {
    width: 100%;
    max-width: 70px;
    height: 70px;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    background-color: rgb(7 124 193 / 20%);
    padding: 16px;
    margin-bottom: 16px;
}
.servicedetailswhychoose-box .icon img {
    object-fit: contain;
    width: auto;
    height: 100%;
}
.servicedetailswhychoose-box:hover .icon{
    background-color: var(--theme-color2);
}
.servicedetailswhychoose-box:hover .icon img{
    filter: brightness(0) saturate(100%) invert(93%) sepia(93%) saturate(0%) hue-rotate(16deg) brightness(104%) contrast(100%);
}

/* ======================================================================= */
    /* serviceprovider area start */
/* ======================================================================= */
.serviceprovider-bodyarea{
    background-color: var(--theme-color2);
    border-radius: 20px;
    padding: 80px 9%;
}
.serviceprovider-bodyarea .title3{
    width: 100%;
    max-width: 630px;
    margin: 0 auto 30px;
    text-align: center;
}
.serviceprovider-bodyarea .title3 .tagline, .serviceprovider-bodyarea .title3 h3{
    color: #ffffff;
}
.serviceprovider-area .servicedetailswhychoose-box{
    background-color: #ffffff;
}
.serviceprovider-area .servicedetailswhychoose-box .icon{
    border-radius: 50%;
    background-color: var(--theme-color2);
    transition: 0.5s;
    padding: 18px;
}
.serviceprovider-area .servicedetailswhychoose-box:hover .icon{
    transform: rotateY(360deg);
}
.serviceprovider-area .btn-box{
    padding-top: 40px;
}

/* ======================================================================= */
    /* faq area start */
/* ======================================================================= */
.faqarea .title3{
    text-align: center;
    margin-bottom: 30px;
}
.faqarea .accordion {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}
.accordion-item {
    border-radius: 8px;
    margin: 0 0 16px;
    filter: drop-shadow(0 4px 8.2px rgb(0,0,0,0.10));
    border: none;
    overflow: hidden;
    background-color: #077cc11a;
}
.accordion-item .accordion-header .accordion-button {
    font-size: 17px;
    color: #077CC1;
    padding: 20px 24px 20px 45px;
    border-left-color: #077CC1;
    border-radius: 0 !important;
    transition: 0.5s;
    box-shadow: none;
    transition: 0.5s;
    background-color: #e2eef542;
    position: relative;
}
.accordion-item .accordion-header .accordion-button.collapsed{
    border-left: 2px solid var(--theme-color2);
    border-radius: 8px !important;
    background-color: #ffffff;
    color: #000000;
}
.accordion-item .accordion-collapse .accordion-body {
    width: 100%;
    max-width: 95%;
    background-color: #ffffff;
    margin: 0 auto 2.5%;
    border-radius: 20px;
    padding: 30px;
    font-size: 16px;
    font-family: 'GoliLight';
    line-height: 26px;
    color: #000000;
}
.accordion-item .accordion-header .accordion-button::after {
    content: '\f068';
    font-size: 16px;
    font-family: FontAwesome;
    background-image: none;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 50%;
    color: #077CC1;
    transition: 0.5s;
}
.accordion-item .accordion-header .accordion-button.collapsed::after{
    content: '\2b';
    background-color: #077cc11a;
}
.accordion-item .accordion-header .accordion-button::before {
    content: "Q.";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--theme-color2);
    transform: translate(22px, 26px);
}

/* ======================================================================= */
    /* calculator list area start */
/* ======================================================================= */
.calculatorlist-area .title3 {
    width: 100%;
    max-width: 776px;
    margin: 0 auto 20px;
}
.calculatorlist-area .title3 p {
    width: 100%;
    max-width: 572px;
    margin: 0 auto 24px;
    font-size: 16px;
    color: #000000;
}

.calculatorlist-area .accordion-item .accordion-header .accordion-button::before{
    display: none;
}
.calculatorlist-area .accordion-item .accordion-header .accordion-button {
    padding-left: 24px;
}
.calculatorlist-area .accordion-item .accordion-header .accordion-button{
    color: #000000;
    font-weight: 600;
    background-color: transparent;
}
.calculatorlist-area .accordion-item .accordion-header .accordion-button.collapsed {
    font-weight: normal !important;
    padding: 20px 24px;
}
.calculatorlist-area .accordion-item .accordion-header .accordion-button.collapsed::after {
    content: '\f061';
    background-color: transparent;
    border: 1px solid #74716A;
    color: #000000;
    transform: rotate(-45deg);
}
.calculatorlist-area .accordion-item .accordion-header .accordion-button::after {
    content: '\f061';
    transform: rotate(0deg);
    background-color: #189EED;
    border-color: #189EED;
    color: #ffffff;
}
.calculatorlist-area .accordion-item {
    border-radius: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
    background-color: #ffffff;
    filter: drop-shadow(0 0 0);
    margin: 0;
}
.calculatorlist-area .accordion-item:last-child{
    border-bottom: 0;
}
.accordion-item .accordion-collapse .accordion-body{
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}
.accordion-item .accordion-header .accordion-button.collapsed {
    background-color: transparent;
    border-radius: 0 !important;
    border-left: 0;
}
.calculatorlist-area .accordion-item .accordion-header .accordion-button span{
    margin-right: 10px;
    font-weight: normal;
}
.calculatorlist-area .accordion-item .accordion-collapse .accordion-body .calculatorlist-img{
    height: 263px;
    border-radius: 20px;
    overflow: hidden;
}
.calculatorlist-area .accordion-item .accordion-collapse .accordion-body .calculatorlist-img img{
    width: 100%;
    object-fit: cover;
}
.calculatorlist-area .accordion-item .accordion-collapse .accordion-body .calculatorlist-content{
    padding-left: 24px;
}
.calculatorlist-area .accordion-item .accordion-collapse .accordion-body .calculatorlist-content p{
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 16px;
}

.calculatorlist-area .accordion-item .accordion-collapse .accordion-body .calculatorlist-content .link {
   color: #fff;
  padding: 8px 16px;
  border: 1px solid #077cc1;
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  font-size: 15px;
  transition: 0.5s;
  background: #077cc1;
}
.calculatorlist-area .accordion-item .accordion-collapse .accordion-body .calculatorlist-content .link img{
    width: auto;
    height: 11px;
    margin-left: 8px;
}
.calculatorlist-area .accordion-item .accordion-collapse .accordion-body .calculatorlist-content .link:hover{
    border-color: var(--theme-color2);
    background-color: var(--theme-color2);
    color: #ffffff;
}
.calculatorlist-area .accordion-item .accordion-collapse .accordion-body .calculatorlist-content .link:hover img{
    filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(2%) hue-rotate(248deg) brightness(103%) contrast(100%);
}
.calculatorlist-box {
   
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 20px;
}
.calculatorlist-box iframe{
    width: 100%;
   height: 750px;
}
.nav-dropdown > li > a{
    transition: 0.4s;
}
.nav-dropdown > li > a:hover {
    position: relative;
    padding-left: 40px;
}
.nav-dropdown > li > a::after {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 0;
    height: 1.5px;
    background-color: #000000;
    transform: translate(10px, 21px);
    transition: width 0.4s ease-in-out;
}
.nav-dropdown > li > a:hover::after{
    width: 20px;
}
/* ======================================================================= */
    /* inner contact area start */
/* ======================================================================= */
.inner-contact-area .title3 p{
    margin: 0 0 16px;
    color: #000000;
}
.inner-contact-area .title3 ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.inner-contact-area .title3 ul li {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 10px;
    font-size: 17px;
    font-family: 'GoliLight';
    line-height: 27px;
    color: #000000;
    position: relative;
    padding-left: 20px;
}
.inner-contact-area .title3 ul li::before{
    content: '\f061';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    font-family: FontAwesome;
    color: var(--theme-color2);
}
.inner-contact-area .title3 ul li:last-child{
    margin-bottom: 16px;
}
.servicedetailswhychoose-area.inner-contact-area .title3 {
    max-width: 800px;
}
.servicedetailswhychoose-area.inner-contact-area .btn2{
    margin-right: 8px;
}
.servicedetailswhychoose-area.inner-contact-area .btn2:last-child{
    margin-right: 0;
}
.inner-contact-from-area .title3{
    max-width: 100%;
}
.inner-contact-from-area {
    width: 100%;
    max-width: 800px;
    margin: 50px auto 0;
    box-shadow: 0 4px 15.9px rgb(0 0 0 / 8%);
    padding: 35px;
    border-radius: 20px;
}
.inner-contact-from-area .title3 .tagline{
    margin-bottom: 8px;
}
.inner-contact-from-area .title3 h2 {
    font-size: 40px;
    line-height: 50px;
}
.inner-contact-from-area .title3 p{
    padding: 0 9%;
}
.inner-contact-from-area .form-control {
    border-color: #d7f0ff;
    padding: 12px 15px;
    font-size: 15px;
    background-color: #d7f0ff;
    color: #000000;
}
.inner-contact-from-area .form-control::placeholder{
    color: #000000;
    font-size: 15px;
}
.inner-contact-from-area select.form-control {
    background-image: url(../images/down-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 6%;
    background-origin: content-box;
}
.inner-contact-from-area textarea.form-control{
    height: 100px;
    resize: none;
}

/*-- blog page css --*/
.categories_box { width: 100%; background-color: #fff; padding: 25px 15px; border-radius: 10px; border: 1px solid #0d4660; box-shadow: 0 4px 15px 0px rgb(0 0 0 / 10%); position: sticky; top: 100px;}
.categories_box h5 { font-size: 22px; color: #077CC1; font-weight: 600; padding-left: 0px; margin-bottom: 15px; position: relative; }
.categories_box h5::before { content: ""; position: absolute; left: -15px; height: 100%; width: 3px; background-color: #077CC1; }
.categories_box_card { width: 100%; padding: 0px; }
.categories_box_card ul { padding: 0; margin: 0; list-style: none; }
.categories_box_card ul li { width: 100%; }
.categories_box_card ul li a { width: 100%; display: flex; align-items: center; font-size: 16px; color: #000; font-weight: 500; padding: 12px; border-radius: 8px; margin-top: 15px; text-decoration: none; background-color: #F6F7F8; box-shadow: inset 0px 4px 4px 0 rgb(0 0 0 / 10%); transition: 0.3s; }
.categories_box_card ul li a:hover { color: #fff; background-color: #077CC1; box-shadow: none; }
.categories_box_card .fa-arrow-right { margin-right: 10px; font-size: 14px; }


.imgbox10{height: 600px;}
.imgbox10 img{width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #ddd;
  border-radius: 20px;}

.inner-banner-area1015014{width: 85%; margin: 0 auto;}
.service_img_box1010{width: 100%; height: 100%; object-fit: cover;}
.inner-banner-area1015014 h4{font-size: 30px;font-weight: 600;}
.inner-banner-area1015014 h2{font-size: 23px; font-weight: 600; margin: 15px 0px 10px;}
.inner-banner-area1015014 ul, .inner-banner-area1015014 ol{ padding:0px; margin:0px 0px 0px 30px}
.inner-banner-area1015014 ul li, .inner-banner-area1015014 ol li{ list-style: disc; margin-bottom: 5px;}
.inner-banner-area1015014 h6{display: flex;
  align-items: center;}
.inner-banner-area1015014 h6 span{ margin-right:5px;}
table {
  caption-side: bottom;
  border-collapse: collapse;
  border: 1px solid #ddd;
  margin: 10px 0px;
}
tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  padding: 10px;
}

.inner-banner-area1015014 h6 i{ margin-right:5px;}

.wpcf7-not-valid-tip {
    font-size: 12px;
    transform: translate(0px, -18px);
}
.wpcf7 form .wpcf7-response-output {
    margin: 15px 0 0;
    padding: 12px;
    border: none;
    font-size: 12px;
    background-color: #e9e9e9;
    border-radius: 10px;
}

.inner-contact-from-area .btn3{
	margin: 0 auto !important;
}
.inner-contact-from-area .wpcf7 form .wpcf7-response-output {
    margin: 0;
    text-align: center;
}
.inner-contact-from-area .wpcf7-not-valid-tip {
    transform: translate(0px, 5px);
}