/* 

    Reset
    Header
    header-mobile
    Footer
    Page-title
    ride-sidebar
    Blog-01 
    Blog-02 
    Blog-detail
    blog-detail-no-sidebar
    Contact-us
    Eror-404
    home-1
    home-2
    home-3
    about-us-page
    our-team-page
    team-detail
    Testimonials
    pricing-table
    FAQs
    Career
    services-list
    services-grid
    services-grid-1
    services-detail
    services-detail-1

*/

/* Reset
-------------------------------------------------------------- */
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
       -ms-text-size-adjust: 100%;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
::-webkit-scrollbar-thumb {
  background: #042181; 
}

::-webkit-scrollbar-thumb:hover {
  background: #092f58; 
}
body {
    overflow: clip;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
       -ms-text-size-adjust: 100%;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  { 
    font-family: inherit; 
    font-size: 100%; 
    font-weight: inherit; 
    font-style: inherit; 
    vertical-align: baseline; 
    margin: 0; 
    padding: 0; 
    border: 0; 
    outline: 0;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
                          
ol, ul {
    list-style: none;
}

blockquote, q { 
    -webkit-hyphens: none;
      -moz-hyphens: none;
       -ms-hyphens: none;
           hyphens: none;
            quotes: none;
}

figure {
    margin: 0;
}

:focus {
    outline: 0;
}

table { 
    border-collapse: collapse; 
    border-spacing: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

legend {
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
           box-sizing: border-box;
}

button,
input {
    line-height: normal;
}

input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height: 1;
    cursor: pointer; 
    -webkit-appearance: button; 
    border: none;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0; 
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration { 
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}


a {		
color: #092f58;
text-decoration: none;
-webkit-transition: 0.5s;
   -moz-transition: 0.5s;
    -ms-transition: 0.5s;
     -o-transition: 0.5s;
        transition: 0.5s;
}
.breadcrumb-inactive{
    font-weight: 600;
    color: #ffffffe6 !important;
}
.breadcrumb-inactive:hover{
    color: #fff !important;
}
a:hover,
a:focus {
/* color: #36a7e3; */
color: #3a5879;
text-decoration: none;
outline: 0;
-webkit-transition: 0.5s;
   -moz-transition: 0.5s;
    -ms-transition: 0.5s;
     -o-transition: 0.5s;
        transition: 0.5s;
}

ul, ol {
padding: 0;
}

img {
max-width: 100%;
height: auto;		
}

b, strong {
font-weight: 900;
}

button {
border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {		
position: relative;
font-size: 15px;
font-family: "Raleway", sans-serif;
font-weight: 900;   
color: #C0F8E8;
background-color: transparent;
text-transform: capitalize;
border: none;
-webkit-transition: 0.5s;
   -moz-transition: 0.5s;
    -ms-transition: 0.5s;
     -o-transition: 0.5s;
        transition: 0.5s;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {	
width: 100%;	
height: 50px;
font-family: "Hind",sans-serif;
font-size: 13px;
line-height: 18px;
border: 1px solid rgba(255, 255, 255, 0.1);
color: #a0a0a0;
background-color: transparent;		
padding: 15px 20px;
border-radius: 0;
opacity: 0.5;
-webkit-transition: 0.5s;
   -moz-transition: 0.5s;
    -ms-transition: 0.5s;
     -o-transition: 0.5s;
        transition: 0.5s;
}

select {
    color: #fff;
}

select option {
    color: #042181;
}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
-webkit-box-shadow: none;
   -moz-box-shadow: none;
        box-shadow: none;
}

textarea {
width: 100%;
height: 166px;
padding: 15px 20px;
}

input[type="checkbox"] {
display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {		
color: #a0a0a0;
opacity: 1;
}

input:-ms-input-placeholder {
color: #a0a0a0;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
color: #a0a0a0;
opacity: 1;
}

/* bootstrap resetting elements */
.btn {
background-image: none;
}

textarea, 
input[type="text"],
input[type="submit"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
-webkit-appearance: none;
text-shadow: none;
-webkit-box-shadow: none;
   -moz-box-shadow: none;
     -o-box-shadow: none;
        box-shadow: none;
color: #a0a0a0;
}

/* Header
------------------------------------------------------ */
#header {
    width: 100%;
    position: absolute;
    top: 0%;
    z-index: 100;
    padding: 10px 0;
    /* box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05); */
    /* background-color: #FFFFFF; */
}

#header .sticky-area-wrap .inner-header {
    width: 100%;
    max-width: 1920px;
    margin: auto;
}

.header-wrap {
    display: flex;
    align-items: center;
}

.header-ct-left,
.header-ct-center,
.header-ct-right {
    display: flex;
}

/* header-ct-left */
.header-ct-left {
    padding-left: 100px;
}

.header-ct-left .logo {
    padding-right: 80px;
}



/* header-ct-center */
.header-ct-center {
    flex-grow: 1;
    justify-content: center;
    position: relative;
}

.nav-wrap {
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    font-size: 16px;
}

#menu-primary-menu {
    display: flex;
}

#menu-primary-menu > li {
    position: relative;
    margin: 0 18px;
    line-height: 74px;
}

#menu-primary-menu > li > a {
    /* color: #042181; */
    color: #fff;
}

#menu-primary-menu > li:first-child {
    margin-left: 0;
}
#menu-primary-menu > li:last-child {
    margin-right: 0;
}

#menu-primary-menu > li.menu-item-has-children {
    padding-right: 25px;
}

#menu-primary-menu > li.current-menu-item {
    font-weight: 900;
}

#menu-primary-menu > li > a span {
    position: absolute;
    margin-left: 7px;
    top: 46.64%;
    font-size: 5px;
    transition: 0.5s;
}

#menu-primary-menu > li:hover > a span {
    transform: rotate(180deg);
}

#mainnav ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 80%;
    padding: 30px;
    border-top: 4px solid #66a7f1;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    transition: ease-out 0.3s;
    z-index: 20;
}

#mainnav ul.menu > li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.mainnav ul.sub-menu li {
    min-width: 164px;
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
}

.mainnav ul.sub-menu li:last-child {
    margin-bottom: 0;
}

.mainnav ul.sub-menu li a {
    color: #4F556A;
}

.mainnav ul.sub-menu li.current-item a,
.mainnav ul.sub-menu li:hover a {
    color: #042181;
}

#menu-primary-menu > li.tf-megamenu {
    position: unset;
}

#mainnav .tf-megamenu ul.sub-menu {
    display: flex;
    left: 0;
    gap: 29px;
    width: 100%;
}

#mainnav .tf-megamenu ul.sub-menu li {
    margin-bottom: 0;
}

#mainnav .tf-megamenu ul.sub-menu li p {
    text-align: center;
    margin-top: 10px;
    font-family: "Raleway",sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 31px;
}

#mainnav .tf-megamenu ul.sub-menu li img {
    width: 100%;
    transition: 0.5s;
}

#mainnav .tf-megamenu ul.sub-menu li:hover img {
    box-shadow: 0px 10px 30px rgb(0 0 0 / 5%);
}


/* header-ct-right */
.header-ct-right {
    padding-right: 84px;
    gap: 30px;
    align-items: center;
}

.show-search {
    position: relative;
    display: flex;
    align-items: center;
}

.show-search .icon-show-search {
    font-size: 22px;
    color: #042181;
}

/* show-search */
.show-search {
    position: relative;
}

.show-search .icon-show-search {
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 70px;
    /* color: #181818; */
}

.show-search .top-search {
    position: absolute;
    right: 0;
    top: 100%;
    width: 300px;
    display: none;
    box-shadow: 6px 6px 6px rgb(0 0 0 / 6%);
}

.show-search .top-search .input-group {
    background-color: #181818;
    flex-wrap: nowrap;
}

.show-search .top-search input {
    border: transparent;
    border-bottom: 1px solid rgba(155, 155, 155, 0.1);
    background: none;
    padding-left: 15px;
}

.show-search .top-search button {
    border: none;
    background: none;
    color: #FFFFFF;
    padding: 0 10px;
}

.header-ct-right .header-btn .widget-button {
    padding: 15px 24px;
    padding-left: 50px;
    background-color: #15477c;
    color: #fff;
}

.header-ct-right .header-btn .widget-button:hover {
    background-color: #092f58;
    color: #cecece;
}

.header-ct-right .header-btn .widget-button span {
    position: absolute;
    left: 25px;
    top: 16px;
}

.header-ct-right .header-btn .widget-button:hover span::before {
    color: #e2e2e2;
}
.header-ct-right .header-btn .widget-button span::before{
    color: #fff;
}

/* sub-header */
.sticky-area-wrap.fixed-hide {
    position: fixed;
    top: -100px;
    width: 100%;
    z-index: 9989;
    background-color: #fff;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.07);
    transition: 0.5s;
}

.sticky-area-wrap.fixed-show {
    top: 0;
    left: 0;
    right: 0;
}

.sub-header {
    background-color: #C0F8E8;
}

.sub-header-wrap {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    padding: 12px 84px 12px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub-header .info {
    display: flex;
    align-items: center;
}

.sub-header .icon {
    font-size: 16px;
    margin-right: 6px;
}

.sub-header .icon::before {
    color: #042181;
}

.sub-header .info .gmail {
    font-family: 'Hind',sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    color: #4F556A;
    margin-right: 19px;
}

.sub-header .info .hotline {
    font-family: 'Hind',sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    color: #4F556A;
}

.sub-header .info .hotline a {
    font-family: 'Hind',sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #042181;
}

.sub-header .address {
    position:relative;
    font-family: 'Hind',sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    color: #042181;
    cursor: pointer;
}
.sub-header .address:hover .more-address{
    opacity: 1;
    top: 150%;
    /* transform: scale(1); */
}
.sub-header .address .more-address{
    opacity: 0;
    display: flex;
    flex-direction: column;
    border-top: 4px solid #66a7f1;
    color: rgb(79, 85, 106);
    width:100%;
    /* height: 200px; */
    overflow: auto;
    position:absolute;
    background-color:white;
    z-index: 20;
    top: 80%;
    /* transform: scale(0.5); */
    transition: ease-out 0.3s;
    transition-delay: 0.1s;
}
.sub-header .address .more-address a{
    padding: 20px;
}

.sub-header .address .more-address a:hover{
    background-color: #FBFBFB;
}

/* header-mobile */
#header-mobile {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.header-mobile .inner-header {
    padding: 15px ;
    transition: all .5s;
}
.header-mobile .inner-header.active{
    box-shadow: 0px 3px 6px rgb(0 0 0 / 6%);
    background: #fff;
}
#header-mobile .header-wrap {
    justify-content: space-between;
}

#header-mobile .header-wrap .btn-menu {
    position: relative;
    cursor: pointer;
}

#header-mobile .header-wrap .btn-menu span {
    position: absolute;
    content: "";
    background-color: #121212;
    width: 24px;
    height: 2px;
    right: 0;
}

#header-mobile .header-wrap .btn-menu::before {
    position: absolute;
    content: "";
    background-color: #121212;
    width: 24px;
    height: 2px;
    right: 0;
    top: -8px;
}
#header-mobile .header-wrap .mobile__primary,
#header-mobile .header-wrap .mobile__white{
    display: grid;
    place-content: center;
    height: 65px;
}

.header-ct-right.white i{
    color: white;
}
.header-ct-right.primary{
    color: #092f58;
}
.header-ct-right i{
    font-size: 2rem;
}
#header-mobile .header-wrap .header-ct-right.primary .btn-menu::before,
#header-mobile .header-wrap .header-ct-right.primary .btn-menu::after,
#header-mobile .header-wrap .header-ct-right.primary .btn-menu span
{
    background-color: #092f58;
}

#header-mobile .header-wrap .header-ct-right.white .btn-menu::before,
#header-mobile .header-wrap .header-ct-right.white .btn-menu::after,
#header-mobile .header-wrap .header-ct-right.white .btn-menu span
{
    background-color: white;
}

#header-mobile .header-wrap .btn-menu::after {
    position: absolute;
    content: "";
    background-color: #121212;
    width: 24px;
    height: 2px;
    right: 0;
    top: 8px;
}

.animated-content {
    transform: scale(0.5); 
    transition: transform 0.5s ease; 
}

.swiper-slide-active .animated-content {
        transform: scale(1); 
}

.swiper-hero{
    aspect-ratio: 16/9;
    height: 75vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.swiper-hero .hero-main-content{
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.hero-main-content .desktop_heroImage{
    display: block;
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-main-content .desktop_heroMobile{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

/* .swiper-hero .hero-main-content .video-hero{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: red;
} */
.swiper-hero .hero-main-content .gradient-hero{
    width: 100%;
    height: 100%;
    background-color: #191919;
    opacity: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.hero-main-content .video-hero{
    width:100%; 
    height:100%; 
    position:absolute; 
    top:0; 
    left:0;
}
.hero-main-content .video-hero video{
    width:100%; 
    height:100%; 
    object-fit:cover;
}
.hero-main-content .hero-wrapper{
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
    height: auto;
    padding-top: 70px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.hero-main-content .hero-wrapper h1{
    font-family: 'Raleway',sans-serif;
    font-size: 56px;
    font-weight: 900;
    line-height: 68px;
    color: white;
    /* line-break: anywhere; */
}
.hero-main-content .hero-wrapper p{
    margin: 0 auto;
    max-width: 500px;
    font-family: 'Hind',sans-serif;
    /* font-size: 18px; */
    font-size: 1rem;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    margin: 1rem 0;
}
.hero-main-content .hero-wrapper .hero-button{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.services-detail-1-content .btn-primary{
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: .5rem;
    justify-content: center;
}
.hero-button .btn-primary,
.services-detail-1-content .btn-primary{
    width: 200px;
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 14px;
    padding: 15px 10px;
    background-color: #15477c;
    color: white;
    transition: all .5s;
}
.hero-button .btn-primary:hover,
.services-detail-1-content .btn-primary:hover{
    transform: scale(0.95);
    background-color: #092f58;
}
.hero-button .btn-primary::before,
.services-detail-1-content .btn-primary::before{
    opacity: 0;
    content: "";
    width: 220px;
    padding: 15px;
    border:1px solid #092f58;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 1s;
    z-index: -99;
}
.hero-button .btn-primary:hover::before,
.services-detail-1-content .btn-primary:hover::before{
    bottom: -10px;
    left: -10px;
    opacity: 1;
}
.hero-button .btn-secondary{
    width: 200px;
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 14px;
    padding: 15px 10px;
    border: 1px solid white;
    background-color: transparent;
    color: white;
    transition: all .5s;
    position: relative;
    z-index: 1;
}.hero-button .btn-secondary:hover{
    transform: scale(0.95);
    background-color: white;
    color: #092f58;
}.hero-button .btn-secondary::before{
    opacity: 0;
    content: "";
    width: 220px;
    padding: 15px;
    border:1px solid white;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 1s;
    z-index: -99;
}.hero-button .btn-secondary:hover::before{
    bottom: -10px;
    left: -10px;
    opacity: 1;
}

/* CSS untuk custom pagination */
.swiper-pagination{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.swiper-pagination-bullet {
    width: 10px; /* Custom lebar */
    height: 10px; /* Custom tinggi */
    border: 1px solid #c2c2c2;
    background-color: #c2c2c26a; /* Custom warna latar belakang */
    opacity: 0.6; /* Custom transparansi */
    border-radius: 50%; /* Custom bentuk bulat */
    margin: 0 5px; /* Custom jarak antar bullets */
  }

  /* CSS untuk bullets aktif */
  .swiper-pagination-bullet-active {
    width: 13px; /* Custom lebar untuk bullets aktif */
    height: 13px; /* Custom tinggi untuk bullets aktif */
    border: 1px solid #fff;
    background-color: #fff; /* Custom warna latar belakang untuk bullets aktif */
    opacity: 1; /* Custom transparansi untuk bullets aktif */
  }

.canvas-nav-wrap .overlay-canvas-nav {
    cursor: url(../icon/close.png),auto;
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.canvas-nav-wrap.active .overlay-canvas-nav {
    opacity: 1;
    visibility: visible;
}

.canvas-nav-wrap .inner-canvas-nav {
    width: 270px;
    height: 100%;
    top: 0;
    left: 0px;
    transform: translateX(-100%);
    position: fixed;
    background-color: #fff;
    z-index: 999999;
    overflow-y: auto;
    transition: 0.5s;
}

.canvas-nav-wrap.active .inner-canvas-nav {
    transform: translateX(0%);
}

.header-mobile .inner-canvas-nav .logo {
    padding: 25px 25px !important;
    border-bottom: 1px solid #D1D1D18F;
}

#mainnav_canvas > ul > li {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #D1D1D18F;
}

#mainnav_canvas ul li a {
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 12px 50px 12px 25px;
    text-align: left;
    color: #191919;
}

#mainnav_canvas > ul.menu > li:hover > a,
#mainnav_canvas ul.sub-menu > li:hover a,
#mainnav_canvas > ul.menu > li.current-menu-item > a,
#mainnav_canvas ul.sub-menu > li.current-item a {
    color: #042181;
}

#mainnav_canvas .menu-item-has-children ul.sub-menu {
    display: none;
}

#mainnav_canvas .menu-item-has-children.active ul.sub-menu {
    display: block;
}

#mainnav_canvas ul.sub-menu li {
    padding-left: 30px;
    border-top: 1px solid #D1D1D18F;
}

#mainnav_canvas .menu-item-has-children .icon-arrow-down {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 5px;
}

#mainnav_canvas .menu-item-has-children.active .icon-arrow-down {
    transform: rotate(180deg);
}

/* Footer 
----------------------------------------------------- */
.footer {
    width: 100%;
    background-color: #092f58;
    background-image: url(../images/dot-map.png);
    background-repeat: repeat;
    padding-top: 70px;
}

.footer-content {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    /* padding-bottom: 70px; */
}

.footer-content .title {
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    text-transform: capitalize;
}
.footer-content .plus-pengaduan{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-content .plus-pengaduan[aria-expanded="true"]{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-content .plus-pengaduan:after{
    font-family: 'Raleway',sans-serif;
    content: "+";
    font-size: 30px;
    color: #fff;
}
.footer-content .plus-pengaduan[aria-expanded="true"]:after{
    content: "-";
}
.location .address,
.location .phone,
.location .mail {
    display: flex;
    margin-top: 25px;
}

.location .icon {
    margin-right: 12px;
    width: 36px;
    font-size: 36px;
    color: #798DA3;
}

.location .text {
    font-family: "Hind",sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    color: #798DA3;
}

.location p {
    font-family: "Hind",sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.location .phone p {
    font-weight: 700;
    color: white;
}

.location .phone > span {
    width: 1px;
    height: 41px;
    margin: 0 18px;
    background-color: #fff;
    opacity: 0.1;
}

.location .mail p {
    text-decoration-line: underline;
}

.footer-content .service {
    width: 440px;
}

.footer-content .service ul {
    margin-top: 26px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    position: relative;
}

.footer-content .service ul::before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    opacity: 0.1;
}

.footer-content .service ul li {
    width: 205px;
    padding-left: 21px;
    margin-bottom: 12px;
    position: relative;
    transition: 0.5s;
}

.footer-content .service ul li::before {
    position: absolute;
    top: 5px;
    left: 6.5px;
    font-size: 9px;
    color: #C0F8E8;
}

.footer-content .service ul li a {
    font-family: "Hind",sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
#collapseFour textarea{
    height: 60px;
}
#collapseThree .nice-select .list,
#collapseFour .nice-select .list{
    position: fixed;
    top: auto !important;
    left: 20px !important;
    right: 20px !important;
    bottom: 0 !important;
}
.footer-content .service ul li:hover {
    padding-left: 28px;
}

.footer-content .service ul li:hover a {
    color: #C0F8E8;
}

.footer-content .comment-respond {
    background-color:#214368;
    cursor: pointer;
    transition: all .5s;
}
.footer-content .comment-respond .comment-wrap-input{
    max-height: 200px;
    overflow-y: scroll;
}
.footer-content .comment-respond.plus-pengaduan,
.footer-content .comment-respond .form-submit,
.footer-content .comment-respond .comment-wrap-input{
    padding: 20px 20px 20px 20px;

}
.footer-content .comment-respond .title{
    transition: all .3s;
}
.footer-content .comment-respond .title:active{
    transform: scale(0.8);
}
/* .footer-content .comment-respond form {
    margin-top: 26px;
} */

.footer-content form .comment {
    display: flex;
    column-gap: 12px;
}

.footer-content form .comment .infor-container {
    width: 100%;
}

.footer-content form .select .nice-select {
    margin-top: 12px;
    margin-bottom: 12px;
    font-family: "Hind",sans-serif;
    font-size: 13px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    color: #a0a0a0;
    /* opacity: 0.5; */
}

.footer-content form .select .nice-select ul li {
    color: #042181;
}

.footer-content form .select select {
    cursor: pointer;
    opacity: 1;
}

.footer-content form button {
    width: 100%;
    padding: 15px 24px;
    background:#e6eaee;
    color: #214368;
}

.footer-content form button:hover {
    background-color: #fff;
}

.footer-bottom {
    padding: 30px 0;
    background-color: #103660;
}

.footer-bottom .row {
    align-items: center;
}

.footer-bottom p {
    text-align: center;
    font-family: "Hind",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.footer-bottom .trusted-wrap{
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 25px;
}.trusted-wrap img{
    width: 40%;
}
.footer-bottom .title{
    text-align: center;
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    text-transform: capitalize;
}
.widget-social {
    display: flex;
    gap: 8px;
    align-items: center;
}
.widget-trust{
    display: flex;
    flex-wrap:wrap;
    justify-content:center;
    gap: 1rem;
    align-items: center;
}.widget-trust img{
    width: 130px;
}

.footer-bottom .widget-social {
    justify-content: end;
}

.widget-social a {
    padding: 9px 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    color: #FFFFFF;
}

.widget-social a:hover {
    color: #042181;
    background-color: #FFFFFF;
}

/* Page-title
----------------------------------------------- */
.page-title {
    width: 100%;
    padding-top: 230px;
    padding-bottom: 50px;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog .page-title {
    background-image: url(../images/page-title/blog.jpg);
}

.page-title .page-title-container {
    max-width: 1400px;
    margin: auto;
    padding-left: 8px;
}

.page-title h1 {
    font-family: "Raleway",sans-serif;
    font-weight: 900;
    font-size: 69px;
    line-height: 79px;
    /* color: #C0F8E8; */
    color: #fff;
    padding-bottom: 25px;
}

.page-title .breadcrumb-trail {
    font-family: "Hind",sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #ffffffe6;
    text-transform: uppercase;
    cursor: pointer;
}
.page-title .breadcrumb-trail span{
    color: #66a7f1;
}

/* Main-content
----------------------------------------------------- */
.main-content {
    padding: 100px 0 0 0;
}

/* ride-sidebar */
@keyframes ride-sidebarMove{
    from{
        padding-top: 0;
        padding-bottom: 0;
    }
    to{
        padding-top: 50px;
        padding-bottom: 20px;
    }
}
.ride-sidebar {
    position: sticky;
    align-self: start;
    top: 90px;
    height: 550px;
    overflow-y: auto;
}
.ride-sidebar.animate-sidebar{
    padding-top: 50px;
    padding-bottom: 20px;
    animation: ride-sidebarMove 0.5s;
}
.ride-sidebar::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.ride-sidebar img{
    width: 100%;
}
.ride-sidebar a{
    display: block;
}
.ride-sidebar a img{
    margin-top: 3rem;
    width: 100%;
    cursor: pointer;
    transform: scale(1);
    transition: all .3s;
}
.ride-sidebar a:focus img{
    transform: scale(0.97);
}
.ride-sidebar-block {
    width: 100%;
    margin-bottom: 50px;
}
.ride-sidebar-grid{
    display: grid;
    grid-template-columns: 1fr;
}

.ride-sidebar .title {
    font-family: "Raleway",sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    color: #042181;
    margin-bottom: 20px;
}
.ride-sidebar .media-new-not{
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 20px;
}
.ride-sidebar .media-new-not .paragraph{
    font-family: "Hind", sans-serif;
    font-size: 1vw;
    font-weight: 600;
    color: #EFEFEF;
    margin: auto;
}
.ride-sidebar .media-new-not i{
    font-size: 5vw;
    color: #EFEFEF;
}

.widget-search .widget-block-search-inside-wrapper {
    display: flex;
    gap: 10px;
    padding: 14px 20px;
    border: 1px solid #EFEFEF;
    background: #FFFFFF;
    /* box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05); */
}

.widget-search button {
    font-size: 23px;
    padding: 0;
    color: #4F556A;
}

.widget-search input {
    font-family: "Hind",sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #4F556A;
    padding: 0;
    border: none;
    height: auto;
}

.ride-sidebar .categories ul li {
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 12px;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 12px;
}

.ride-sidebar .categories ul li a {
    color: #042181;
}

.ride-sidebar .categories ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.ride-sidebar .categories ul li:hover a {
    color: #4F556A;
}

.ride-sidebar .recent-posts .recent-posts-item {
    display: flex;
    gap: 14px;
    margin-bottom: 20px;
}

.ride-sidebar .recent-posts .recent-posts-item .image{
    width: 200px;
    height: 99px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.ride-sidebar .recent-posts .recent-posts-item:last-child {
    margin-bottom: 0;
}

.ride-sidebar .recent-posts .recent-posts-item .content {
    width: 65.227%;
}

.ride-sidebar .recent-posts .text a {
    font-family: "Hind",sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #4F556A;
    margin-bottom: 6px;
}

.ride-sidebar .recent-posts .text:hover a {
    color: #042181;
}

.ride-sidebar .recent-posts p {
    font-family: "Hind",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #989CAA;
    margin-top: 6px;
    display: flex;
}

.ride-sidebar .recent-posts p span {
    font-size: 18px;
    margin-right: 5px;
}

.ride-sidebar .insurance-partners-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ride-sidebar .insurance-partners-wrap img {
    height: 80px;
    width: 140px;
}

.ride-sidebar .tag-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ride-sidebar .tag-wrap a {
    font-family: "Hind",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #4F556A;
    border: 1px solid #EFEFEF;
    padding: 9px 15px;
}

.ride-sidebar .tag-wrap a:hover {
    color: #042181;
    background-color: #15477c09;
}

.ride-sidebar .connect-online a {
    border: 1px solid #EFEFEF;
    padding: 12px 13px;
}

.ride-sidebar .connect-online a span::before {
    color: #042181;
}

.ride-sidebar .quick-quote {
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.ride-sidebar .quick-quote .text {
    font-family: "Hind",sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22.5px;
    color: #4F556A;
    margin-bottom: 10px;
}

.ride-sidebar .quick-quote input {
    border: 1px solid #E2E2E2;
    margin-bottom: 20px;
    height: 56px;
    font-size: 16px;
}

.ride-sidebar .quick-quote .email-number {
    display: flex;
    gap: 20px;
}

.ride-sidebar .quick-quote .email-number fieldset {
    width: 100%;
}

.ride-sidebar .quick-quote .nice-select {
    height: 59px;
    color: #042181;
    border: 1px solid #E2E2E2;
    opacity: 1;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    padding: 16px 20px;
}

.ride-sidebar .quick-quote textarea {
    border: 1px solid #E2E2E2;
    padding: 18px 20px;
    margin-bottom: 17px;
    height: 140px;
    font-size: 16px;
}

.ride-sidebar .quick-quote button {
    color: #C0F8E8;
    background-color: #042181;
    padding: 15px 24px;
    line-height: 18px;
}

.ride-sidebar .location {
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    padding: 30px 31px ;
}

.ride-sidebar .location .icon {
    margin-left: 4px;
    margin-right: 6px;
}

.ride-sidebar .location .phone,
.ride-sidebar .location .address {
    padding-bottom: 23px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 26px;
    margin-top: 20px;
}

.ride-sidebar .location .address p {
    color: #4F556A;
}

.ride-sidebar .location .mail p,
.ride-sidebar .location .phone p {
    color: #042181;
}

.blog-detail .widget-social a:hover,
.ride-sidebar .widget-social a:hover {
    background-color: #092f58;
}
.blog-detail .widget-social a i{
    font-size: 16px;
    color: #092f58;
}
.blog-detail .widget-social a:hover i{
    font-size: 16px;
    color: #fff;
}
.blog-detail .widget-social a:hover li::before,
.ride-sidebar .widget-social a:hover li::before {
    color: #FFFFFF;
}

.ride-sidebar .service-quote {
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    padding: 30px 30px 18px;
}

.ride-sidebar .service-quote p {
    color: #4F556A;
    margin-bottom: 16px;
    font-family: "Hind",sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.ride-sidebar .service-quote .file-item {
    margin-bottom: 13px;
}

.ride-sidebar .service-quote .file-item:last-child {
    margin-top: 0;
}

.ride-sidebar .product-list {
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;

}

.ride-sidebar .product-list-item {
    width: 100%;
    position: relative;
    padding: 19px 66px 20px 90px;
    border: 1px solid #EFEFEF;
    margin-bottom: 10px;
}

.ride-sidebar .product-list-item:last-child {
    margin-bottom: 0px;
}

.ride-sidebar .product-list-item .icon {
    position: absolute;
    top: 8px;
    left: 20px;
    font-size: 40px;
}

.ride-sidebar .product-list-item .icon-arrow-right2 {
    position: absolute;
    top: 22px;
    right: 20px;
    font-size: 16px;
    color: #042181;
}

.ride-sidebar .product-list-item .title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
}

.ride-sidebar.style-1 .ride-sidebar-block {
    margin-bottom: 40px;
}

/* main-content-wrap */
.blog .main-content-wrap {
    border-right: 1px solid #EFEFEF;
    padding-right: 39px;
}

/* main-post */
.blog .main-post .widget-post {
    flex-wrap: wrap;
    gap: 0;
}

.blog .main-post .image {
    position: relative;
    width: 100%;
}

.blog .main-post .image::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 22.47%;
    background-image: linear-gradient(0deg, #042181 0%, rgba(4, 33, 129, 0) 100%);
}

.blog .main-post .widget-post .image {
    border-radius: 0px 150px 0px 0px;
    overflow: hidden;
}

.blog .main-post .all-content {
    padding: 30px;
    margin: -98px 80px 0 80px;
    background-color: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 15;
}

.blog .main-post .all-content .title {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 16px;
}

.blog .main-post .all-content p {
    margin-bottom: 16px;
}

/* widget-post */
.widget-post {
    width: 100%;
    display: flex;
}

.widget-post .image {
    aspect-ratio: 1/1;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog .main-content-wrap > .widget-post .image {
    border-radius: 80px 0px 0px 0px;
    overflow: hidden;
    width: 50%;
}

.blog .main-content-wrap > .widget-post .all-content {
    width: 45.6%;
}

.widget-block-1 {
    width: 80px;
    height: 80px;
    padding: 17px 20px 5px;
    text-align: center;
    background-color: #66a7f1;
    border-bottom-left-radius: 30px;
}

.widget-post .date {
    margin-bottom: 20px;
}

.widget-post .date .month {
    font-family: "Raleway",sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    color: #042181;
}

.widget-post .date .day {
    font-family: "Raleway",sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 35px;
    color: #042181;
}

.widget-post .all-content .sub-content {
    display: flex;
    gap: 14px;
    margin-bottom: 14px;
}

.widget-post .all-content .sub-content .time {
    font-family: 'Raleway',sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #4F556A;
}

.widget-post .all-content .sub-content .category {
    font-family: 'Raleway',sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    color: #959595;
}   

.widget-post .all-content .sub-content img {
    margin-right: 8px;
}

.widget-post .all-content .title {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    color: #042181;
}

.widget-post .all-content .title a:hover  {
    /* color: #3AC19B; */
    color: #3a5879;
}

.widget-post .all-content p {
    width: 100%;
    font-family: "Hind",sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4F556A;
    margin-top: 14px;
    margin-bottom: 20px;
}

.widget-post .all-content button {
    padding: 0;
    padding-left: 12px;
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 15px;
    line-height: 18px;
    text-transform: capitalize;
    color: #042181;
}

.widget-button {
    display: inline-block;
    position: relative;
    padding: 0;
    padding-left: 12px;
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 15px;
    line-height: 18px;
    text-transform: capitalize;
    color: #092f58;
    cursor: pointer;
}

/* widget-block-before */
.widget-block-before {
    position: relative;
    z-index: 1;
}

.widget-block-before::after {
    position: absolute;
    content: "";
    left: 0;
    right: auto;
    /* bottom: 0px; */
    width: 54px;
    height: 8px;
    background-color: #C0F8E8;
    z-index: -1;
    transition: 0.5s;
}

.widget-block-before:hover::after {
    transform: translateX(50px);
}

.widget-block-before.style-1:hover::after {
    transform: translateX(110px);
}

.blog .main-content-wrap .widget-post {
    border-bottom: 1px solid #EFEFEF;
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 40px;
}

.blog .main-content-wrap .widget-post:first-child {
    padding-top: 0;
}

.blog .main-content-wrap .widget-blog-pagination {
    margin-top: 43px;
}

/* Penghargaan & Blog  */
.penghargaan .page-title{
    background-image: url(../images/get-a-quote/new-bg.png);
}
.penghargaan-wrap, 
.blog-wrap{
    padding: 100px 20px 0 20px;
    max-width:1440px;
    margin: auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}
.penghargaan-wrap .left-side, 
.blog-01 .left-side,
.blog-wrap .left-side{
    border-right: 1px solid #EFEFEF;
    padding-right: 30px;
}
.penghargaan-wrap .body-content, 
.blog-wrap .body-content{
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.penghargaan-wrap .body-content .penghargaan-card, 
.blog-wrap .body-content .blog-cardnew{
    max-width: 450px;
    word-break: break-word;
    width: 100%;
    padding: 20px;
    border: 1px solid #EFEFEF;
    display: grid;
    gap: 20px;
}
.penghargaan-wrap .body-content .penghargaan-card .image, 
.blog-wrap .body-content .blog-cardnew .image{
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-color: #dbdbdb94;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}
.penghargaan-wrap .body-content .penghargaan-card .image img, 
.blog-wrap .body-content .blog-cardnew .image img{
    width: 80%;
    height: auto;
}
.penghargaan-wrap .body-content .penghargaan-card .title, 
.blog-wrap .body-content .blog-cardnew .title{
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    color: #042181;
}
.penghargaan-wrap .body-content .penghargaan-card .title.pointer, 
.blog-wrap .body-content .blog-cardnew .title.pointer,
.penghargaan-wrap .body-content .penghargaan-card .image.pointer, 
.blog-wrap .body-content .blog-cardnew .image.pointer{
    cursor: pointer;
}
.penghargaan-wrap .body-content .penghargaan-card .subtitle,
.blog-wrap .body-content .blog-cardnew .subtitle{
    font-family: "Hind",sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4F556A;
    margin: 10px 0 0 0;
}
.penghargaan-wrap .body-content .penghargaan-card p,
.blog-wrap .body-content .blog-cardnew p{
    font-family: "Hind",sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4F556A;
    margin: 24px 0 20px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* Blog-01 
-------------------------------------*/

.blog-01 .page-title {
    background-image: url(../images/get-a-quote/new-bg.png);
}
.blog-01 .list-post {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
}
.blog-01 .blog-list-inner{
    width: 100%;
    max-width: 1400px;
    margin: auto;
    margin-bottom: 50px;
    background-color: #fff;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}
.blog-01 .blog-header .title,
.penghargaan-wrap .head-content .title,
.blog-wrap .head-content .title{
    font-family: "Raleway",sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 23px;
    color: #042181;
    margin-bottom: 15px;
}
.blog-01 .blog-header .subtitle, 
.penghargaan-wrap .head-content .subtitle,
.blog-wrap .head-content .subtitle{
    font-family:"Hind",sans-serif;
    font-size: 18px;
    color: #b4b4b4;
    margin-bottom: 30px;
}
.blog-01 .list-post .widget-post {
    flex-wrap: wrap;
    border: 1px solid #EFEFEF;
    padding: 20px;
    gap: 20px;
}

.blog-01 .widget-post .all-content .title {
    line-height: 29px;
}
.media-not{
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 20px;
}
.media-not p{
    font-family: "Hind", sans-serif;
    font-size: 2vw;
    font-weight: 600;
    color: #EFEFEF;
}
.media-not i{
    font-size: 10vw;
    color: #EFEFEF;
    margin-bottom: 15px;
}

/* Blog-02 
-------------------------------------*/
.blog-02 .page-title {
    background-image: url(../images/page-title/blog.jpg);
}

.blog-02 .main-content-wrap .widget-post {
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.blog-02 .widget-post .image img {
    border-radius: 80px 0px 0px 0px;
}

.blog-02 .widget-post .all-content {
    padding: 0 40px;
    margin-top: -45px;
}

.blog-02 .main-content-wrap .widget-post .date {
    margin-bottom: 25px;
}   

.blog-02 .widget-blog-pagination {
    justify-content: center;
    padding-top: 39px;
    border-top: 1px solid #EFEFEF;
}

/* Blog-detail 
-------------------------------------*/
.blog-detail .page-title {
    background-image: url(../images/get-a-quote/new-bg.png);
    z-index: -1;
}

.blog-detail.main-content {
    padding: 0;
}

.blog-detail .blog-detail-inner {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    margin-bottom: 50px;
    background-color: #fff;
    padding: 100px 20px 0 20px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}

.blog-detail .main-content-wrap {
    border-right: 1px solid #EFEFEF;
    padding-right: 30px;
    width: 100%;
}

.blog-detail .main-content-wrap > h1 {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 47px;
    color: #042181;
    margin-bottom: 14px;
}

.blog-detail .main-content-wrap > .information {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22.5px;
    color: #989CAA;
    padding-bottom: 14px;
    border-bottom: 1px solid #EFEFEF;
    /* margin-bottom: 30px; */
}

.blog-detail .main-content-wrap > .information span {
    color: #042181;
}

.blog-detail .main-content-wrap > .text {
    font-family: 'Hind',sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 25.5px;
    color: #4F556A;
}

.blog-detail .main-content-wrap > img {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}

.blog-detail .main-content-wrap > .image-2 {
    margin-top: 15px;
}

.blog-detail .main-content-wrap > .note {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22.5px;
    color: #989CAA;
    margin-bottom: 30px;
}

.blog-detail .main-content-wrap > .title {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    color: #042181;
    margin-bottom: 14px;
}

.blog-detail .main-content-wrap > p, 
.blog-detail .main-content-wrap > ul li, 
.blog-detail .main-content-wrap > ol li {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #4F556A;
    margin-bottom: 14px;
    word-break: break-word;
}
.blog-detail .main-content-wrap > ul li{
    list-style-type: disc;
    list-style-position: inside;
}
.blog-detail .main-content-wrap > ol li{
    list-style-type: decimal;
    list-style-position: inside;
}

.blog-detail .main-content-wrap > .link {
    display: flex;
    font-family: 'Hind',sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #042181;
    margin-bottom: 14px;
}

.blog-detail .main-content-wrap > .link span {
    font-size: 23px;
    margin-right: 10px;
}

.blog-detail .main-content-wrap > p:last-of-type {
    margin-bottom: 30px;
}

.blog-detail .tags-wrap {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    align-items: center;
    justify-content: space-between;
}

.blog-detail .tags-wrap .tag {
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    gap: 9px;
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #989CAA;
}

.blog-detail .tags-wrap .tag-item a {
    font-family: 'Raleway',sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #4F556A;
    padding: 6px 10px;
    background-color: #EFEFEF;
}

.blog-detail .tags-wrap .tag-item a:hover {
    color: #042181;
}

.blog-detail .widget-social a {
    height: 44px;
    border: 1px solid #EFEFEF;
    border-radius: 22px;
    padding: 13px 12px;
}

.blog-detail .widget-social a li::before {
    color: #042181;
    font-size: 18px;
}

/* comment */
.widget-comments .title {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 23.5px;
    color: #042181;
    margin-bottom: 15px;
}

.widget-comments ul li {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 51px;
}

.widget-comments > ul > li {
    margin-top: 15px;
    margin-bottom: 31px;
    padding-left: 0px;
}

.widget-comments .comment-item {
    display: flex;
    gap: 10px;
}

.widget-comments .comment-item .poster {
    width: 7.5%;
}

.widget-comments ul li ul li .comment-item  {
    margin-top: 0px;
    margin-bottom: 20px;
}

.widget-comments ul li ul li:first-child .comment-item {
    margin-top: 30px;
}

.widget-comments ul li ul li .comment-item .poster {
    width: 5.6%;
}

.widget-comments ul li ul li .comment-item .content {
    width: 93%;
}

.widget-comments .comment-item .poster img {
    border-radius: 21px;
}

.widget-comments .comment-item .content {
    flex-grow: 1;
}

.widget-comments .comment-item .user {
    display: flex;
    margin-bottom: 10px;
}

.widget-comments .comment-item .name {
    font-family: 'Raleway',sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #042181;
    margin-right: 11px;
}

.widget-comments .comment-item .date-comment {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22.5px;
    color: #989CAA;
}

.widget-comments .comment-item p {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #4F556A;
    background-color: #F5F5F5;
    padding: 6px 12px;
    margin-bottom: 10px;
}

.widget-comments .comment-item .infor span {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.5px;
    color: #4F556A;
    margin-right: 6px;
}

.widget-comments .comment-item .infor span.comment {
    font-weight: 600;
    color: #4F556A;
}

.widget-comments .comment-item .infor span img {
    margin-right: 6px;
}

/* widget-comment-respond */
.widget-comment-respond {
    margin: 30px 0;
}

.widget-comment-respond .comment-reply-title {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    color: #042181;
    margin-bottom: 14px;
}

.widget-comment-respond .comment-reply-note {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #4F556A;
    margin-bottom: 20px;
}

.widget-comment-respond .comment-wrap-input,
.widget-comment-respond .comment-content {
    font-family: 'Hind',sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #4F556A;
    margin-bottom: 17px;
}

.widget-comment-respond .comment-wrap-input {
    display: flex;
    gap: 20px;
}

.widget-comment-respond .comment-wrap-input .infor-container {
    width: 50%;
}

.widget-comment-respond .infor-container textarea,
.widget-comment-respond .infor-container input {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.5px;
    color: #4F556A;
    border: 1px solid #E2E2E2;
    height: 57px;
    margin-top: 12px;
    padding: 16px 16px 16px 20px;
}

.widget-comment-respond .infor-container textarea {
    height: 136px;
}

.widget-comment-respond button {
    padding: 15px 24px;
    background-color: #042181;
    line-height: 17.5px;
}

.widget-comment-respond button:hover {
    background-color: #C0F8E8;
    color: #042181;
}

/* widget-more-news */
.widget-more-news {
    margin-top: 30px;
}

.widget-more-news .heading {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    color: #042181;
    margin-bottom: 20px;
}

.widget-more-news .inner {
    display: flex;
    gap: 30px;
}

.widget-more-news .inner .widget-post {
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column;
}

.widget-more-news .inner .widget-post .title {
    font-size: 20px;
    line-height: 23px;
}

.widget-more-news .inner .widget-post > img {
    border-radius: 27px 0px 0px 0px;
}

/* widget-newsletter */
.newsletter {
    background-color: #F8F8F8;
    padding: 100px 0;
}

.widget-newsletter {
    width: 100%;
    max-width: 540px;
    margin: auto;
    text-align: center;
}

.widget-newsletter .newsletter-title {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    color: #042181;
    margin-bottom: 6px;
}

.widget-newsletter .newsletter-note {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4F556A;
    margin-bottom: 20px;
}

.widget-newsletter form {
    display: flex;
    align-items: center;
    padding: 17px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    background-color: #FFFFFF;
}

.widget-newsletter form .comment-wrap-input {
    flex-grow: 1;
}

.widget-newsletter form input {
    line-height: 14px;
    height: 14px;
    padding: 0px;
    border: none;
}

.widget-newsletter form button {
    font-size: 17px;
    padding: 0;
    margin-left: 10px;
}

.widget-newsletter form button:hover .icon-sent:before {
    color: #3AC19B;
}

/* blog-detail-no-sidebar
----------------------------------------- */
.blog-detail.style01 .blog-detail-inner {
    position: relative;
    max-width: 920px;
}

.blog-detail.style01 .main-content-wrap {
    width: 100%;
}

.blog-detail.style01 .blog-detail-inner > .widget-social {
    position: absolute;
    top: 108px;
    left: -74px;
    flex-direction: column;
}

.blog-detail.style01 .main-content-wrap > .image-02 {
    margin-top: 16px;
}

.blog-detail.style01 .tags-wrap {
    margin-top: 30px;
}

.blog-detail.style01 .tags-wrap .tag {
    font-size: 16px;
}

.blog-detail.style01 .widget-more-news .inner {
    padding-right: 20px;
}

.blog-detail.style01 .widget-post .all-content p {
    margin-top: 13px;
}

/* Contact-us
-------------------------------------*/
.contact-us .page-title {
    background-image: url(../images/get-a-quote/new-bg.png);
}

.contact-us .widget-request-quote-form.style-1 {
    /* margin-top: -85px; */
    position: relative;
    z-index: 5;
    /* margin-bottom: 100px; */
    max-width: 1400px;
    padding: 50px 20px;
}

.contact-us .widget-request-quote-form form .nice-select {
    margin-bottom: 31px;
}

.contact-us .widget-request-quote-form.style-1 form textarea {
    margin-bottom: 27px;
}

.contact-us .widget-request-quote-form.style-1 form input {
    margin-bottom: 30px;
}

.contact-us .widget-claim-settlement {
    margin-bottom: 100px;
}

.contact-us .widget-claim-settlement-item {
    min-height: 311px;
}

.contact-us .widget-claim-settlement-item::after {
    display: none;
}

.contact-us .widget-claim-settlement-item .widget-post .all-content p a {
    color: #042181;
    font-weight: 700;
}

.contact-us .widget-gg-map iframe {
    width: 100%;
    height: 647px;
}

/* Eror-404 
------------------------------*/
.eror-404{
    text-align: center; 
    width: 100%;
    height: 100vh; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center;
    /* background-image: url(../images/get-a-quote/new-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
}
.eror-404.main-content {
    /* padding: 200px 0 ; */
    text-align: center;
}

.eror-404 img {
    width: 100%;
    max-width: 643px;
    margin-bottom: 60px;
}

.eror-404 .text {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 60px;
    line-height: 69px;
    color: #4F556A;
    margin-bottom: 12px;
}

.eror-404 p {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.5px;
    color: #4F556A;
    margin-bottom: 61px;
}

.eror-404 a.widget-button {
    padding: 15px 31px;
    background-color: #15477c;
    color: #fff;
}

.eror-404 a.widget-button:hover {
    color: #cecece;
    background-color: #092f58;
}

/* home-1
-------------------------------------------- */
.partners {
    width: 100%;
    padding: 20px 40px;
    background-color: #F8F8F8;
}

.home-01 .section-service {
    padding-top: 100px;
    padding-bottom: 100px;
}

.home-01 .section-about-us {
    padding-bottom: 100px;
}

.home-01 .widget-about-us p {
    line-height: 26px;
    margin-bottom: 20px;
}

.home-01 .widget-choose-us .text {
    margin-top: 20px;
}

.home-01 .section-choose-us {
    padding-bottom: 18px;
}

/* .home-01 .section-project {
    padding-bottom: 100px;
} */

.widget-get-quote.style-3 {
    position: relative;
    padding-top: 60px;
    /* padding-top: 331px; */
    padding-bottom: 106px;
    background-attachment: fixed;
    background-image: url(../images/get-a-quote/new-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.widget-get-quote.style-3 .get-quote-inner {
    background-image: none;
    clip-path: none;
}

.widget-get-quote.style-3::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 53.3%;
    bottom: -1px;
    background-color: #fff;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}

.widget-get-quote.style-3 .get-quote-box {
    margin-top: 2px;
    margin-left: 21px;
    position: relative;
    z-index: 10;
    top: unset;
    right: unset;
}   

.widget-get-quote.style-3 .get-quote-wrap {
    padding: 0;
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: auto;
}

.widget-get-quote.style-3 .get-quote-box .tab-container .tabs button {
    width: 25%;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}

.widget-get-quote.style-3 .get-quote-box .tab-container .tabs button.active,
.widget-get-quote.style-3 .get-quote-box .tab-container .tabs button:hover {
    background: #FFFFFF;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06);
    font-weight: 900;
}

.home-01 .section-counter {
    margin-bottom: -173px;
}

.home-01 .section-testimonial {
    padding-bottom: 70px;
    margin-top: -10px;
}

.home-01 .widget-testimonial-item p {
    line-height: 26px;
}

.widget-testimonial.style-1 .widget-testimonial-wrap {
    max-width: unset;
    text-align: start;
}

.widget-testimonial.style-1 .widget-testimonial-wrap .swiper {
    margin: 0 -230px;
}

.widget-testimonial.style-1 .widget-testimonial-wrap .swiper-slide {
    margin-bottom: 30px;
}

.widget-testimonial.style-1 .widget-testimonial-wrap .widget-testimonial-item {
    margin-top: 50px;
    max-width: unset;
}

.home-01 .section-blog-update {
    margin-bottom: -198px;
}

.home-01 .widget-blog-update .widget-blog-update-wrap {
    margin-top: -10px;
}

.home-01 .widget-blog-update .widget-post {
    background-color: #FFFFFF;
    flex-direction: column;
}

.home-01 .widget-blog-update .widget-post .all-content .title {
    line-height: 34px;
}

.home-01 .newsletter {
    padding-top: 254px;
}

/* home-02
------------------------------------------- */
.home-02.main-content {
    padding-bottom: 0;
}

/* widget-about-us */
.home-02 .widget-about-us .content {
    max-width: unset;
    width: 101%;
    padding-top: 5px;
}

.home-02 .widget-about-us .content p {
    margin-top: 0;
}

.home-02 .widget-about-us .poster {
    width: 100%;
    position: relative;
}

.home-02 .widget-about-us .poster::after{
    position: absolute;
    display: block !important;
    content: url(../images/Decor-1.png);
    top: 30%;
    left: 0;
    animation: none;
}

.home-02 .widget-about-us .poster::before{
    position: absolute;
    display: block !important;
    content: url(../images/Ellipse.png);
    top: 47%;
    bottom: auto;
    left: -90px;
    right: auto;
    animation: none;
}

.widget-about-us .file-download {
    display: flex;
    gap: 20px;
}

.file-download .icon {
    font-size: 35px;
    margin-right: 10px;
}

.file-download .file-item {
    width: 241px;
    font-family: 'Hind',sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22.5px;
    color: #4F556A;
    background-color: #F8F8F8;
    padding: 25px 13px;
    margin-bottom: 33px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    cursor: pointer;
}

.file-download .file-item:hover {
    color: #042181;
    background-color: #C0F8E8;
}

.widget-signature .name {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 25px;
    color: #042181;
}

.widget-signature .infor {
    font-family: 'Hind',sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #9196A7;
    margin-bottom: 18px;
}

.widget-get-quote.style-1 {
    background: #FFFFFF;
    /* box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.07); */
    background-image: none;
    max-width: 1400px;
    margin: auto;
    border-radius: 0 100px 0 0;
    margin-bottom: 100px;
    z-index: 50;
}

.widget-get-quote.style-1 .get-quote-wrap {
    justify-content: center;
    padding: 0;
    /* align-items: flex-end; */
}

.widget-get-quote.style-1 .get-quote-box {
    box-shadow: none;
    /* padding: 40px 50px 85px 80px; */
    max-width: 600px;
    background: none;
    border: none;
}

/* widget-our-service-item */
.widget-our-service.style-1 .widget-our-service-item {
    position: relative;
}

.widget-our-service.style-1 .widget-our-service-item::before {
    position: absolute;
    content: "";
    top: 49%;
    left: 0;
    width: 6px;
    height: 26px;
    background-color: #042181;
}

.widget-our-service-item .widget-button {
    padding: 0 36px;
}

.widget-get-quote.style-1 .get-quote-box .tab-container {
    padding: 0;
}

.widget-get-quote.style-1 .get-quote-box .tabs {
    background-color: #FFFFFF;
    gap: 0;
}

.widget-get-quote.style-1 .get-quote-box .tabs button {
    width: 100%;
    box-shadow: none;
    border-bottom: 1px solid #EFEFEF;
    padding: 10px 10px 18px;
}

.widget-get-quote.style-1 .get-quote-box .tabs button:first-child {
    padding-left: 52px;
}

.widget-get-quote.style-1 .get-quote-box .tabs button:last-child {
    padding-right: 40px;
}

.widget-get-quote.style-1 .get-quote-box .tabs button.active,
.widget-get-quote.style-1 .get-quote-box .tabs button:hover {
    color: #3AC19B;
    border-bottom: 1px solid #3AC19B;
}

.widget-get-quote.style-1 .get-quote-wrap .get-quote-content {
    padding-top: 80px;
    padding-bottom: 135px;
}

.widget-get-quote.style-1 .get-quote-wrap .get-quote-poster {
    margin: 0;
    margin-left: -60px;
    margin-bottom: -5px;
}

/* .widget-get-quote.style-1  */
.widget-get-quote.style-1 .get-quote-box .tabs {
    padding: 8px 8px 0px;
}

.widget-get-quote.style-1 .widget-request-quote-form form input {
    margin-bottom: 29px;
    height: 59px;
}

.widget-get-quote.style-1 .widget-request-quote-form form .nice-select {
    height: 59px;
}

.home-02 .widget-project-1 .widget-swiper-pagination .swiper-pagination {
    bottom: 97px;
}

.home-02 .widget-project-1 .widget-project-1-item {
    margin-bottom: 152px;
}

.home-02 .widget-project-1 {
    position: relative;
}

.home-02 .widget-project-1::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 302px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #F8F8F8;
}

/* widget-choose-us */
.widget-choose-us.style-1 {
    margin-top: 100px;
    max-width: unset;
    background-repeat: no-repeat;
    background-position: 82.3%;
}

.widget-choose-us.style-1 .widget-choose-us-content {
    max-width: 1400px;
    margin: auto;
    text-align: start;
}

.widget-choose-us.style-1 .widget-choose-us-content .main-title {
    max-width: 680px;
    margin-right: unset;
    margin-left: unset;
}

.widget-choose-us.style-1 .widget-choose-us-slide {
    width: 100%;
    max-width: 1400px;
    margin-left: 42px;
    margin-right: auto;
}

.widget-choose-us.style-1 .swiper-button-prev {
    right: -130px;
    left: auto;
    bottom: 30px;
    top: unset;
}

.widget-choose-us.style-1 .swiper-button-next {
    right: -210px;
    left: auto;
    bottom: 30px;
    top: unset;
}

.widget-choose-us.style-1 .widget-choose-us-item {
    width: 100%;
    padding: 30px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 60px 0px 0px 0px;
    flex-wrap: wrap;
    background-color: #fff;
    min-height: 372px;
    margin-bottom: 30px;
    align-content: flex-start;
}

/* widget-counter */
.widget-counter.counter-style-1 .widget-counter-wrap {
    background-color: #FFFFFF;
    background-image: url(../images/dot-map-1.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0 160px 0;
    margin-top: 67px;
    justify-content: space-between;
}

.widget-counter.counter-style-1 .widget-counter-item .number-wrap {
    color: #042181;
    font-weight: 600;
}

.widget-counter.counter-style-1 .widget-counter-item p {
    color: #4F556A;
    max-width: 316px;
}

.home-02 .widget-counter.counter-style-1 .widget-counter-wrap {
    margin-top: 70px;
    padding-bottom: 158px;
}

.home-02 .widget-our-team .widget-our-team-content {
    margin-bottom: -220px;
}

.home-02 .widget-blog-update .title {
    line-height: 28px;
}

/* home-03
------------------------------------------- */
/* header */
.header-home-03 {
    background-color: transparent !important;
}

#header.header-home-03 {
    margin-bottom: -135px;
}

.header-home-03 .sticky-area-wrap.fixed-show {
    padding: 10px 0;
    background-color: #fff;
}

.header-home-03 .sticky-area-wrap.fixed-show .logo-default ,
.header-home-03 .logo-fixed {
    display: none;
}

.header-home-03 .sticky-area-wrap.fixed-show .logo-fixed {
    display: block;
}

.header-home-03 .sticky-area-wrap.fixed-show #menu-primary-menu > li > a span::before,
.header-home-03 .sticky-area-wrap.fixed-show #menu-primary-menu > li > a {
    color: #103660;
}

.header-home-03 .header-ct-right {
    padding-right: 81px;
}

.header-home-03 .sub-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 10px;
}

.header-home-03 .sub-header .info .hotline a,
.header-home-03 .sub-header .icon::before {
    color: #66a7f1;
}

.header-home-03 .sub-header .info .gmail,
.header-home-03 .sub-header .info .hotline,
.header-home-03 .sub-header .address,
.header-home-03 #menu-primary-menu > li > a,
.header-home-03 #menu-primary-menu > li > a span::before {
    color: #FFFFFF;
}

.header-home-03 .header-ct-right .header-btn .widget-button span::before,
.header-home-03 .header-ct-right .header-btn .widget-button {
    color: #fff;
    background-color: #15477c;
}

.header-home-03 .header-ct-right .header-btn .widget-button:hover {
    color: #cecece;
    background-color: #092f58;
}

.header-home-03 .header-ct-right .header-btn .widget-button:hover span::before {
    color: #cecece;
    background-color: transparent;
}

/* main-content */
.home-03.main-content {
    padding-top: 0;
}

/* page-title-home3 */
.page-title-home3 {
    padding: 380px 0 170px 0;
    text-align: center;
    background-attachment: fixed;
    /* background-image: url(../images/page-title/home-askridaweb.jpg), */
    linear-gradient:(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.page-title-home3 img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -20;
    object-fit: cover;
}

.page-title-home3 h1 {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 80px;
    line-height: 92px;
    color: #FFFFFF;
    max-width: 1160px;
    margin: auto;
    margin-bottom: 20px;
}

.page-title-home3 p {
    font-family: 'Hind',sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #FFFFFF;
    max-width: 680px;
    margin: auto;
    margin-bottom: 40px;
}

.page-title-home3 .widget-button {
    color: #FFFFFF;
    padding: 13px 22px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid #C0F8E8;
    width: 184px;
}

.page-title-home3 .widget-button.button-left {
    margin-right: 4px;
}

.page-title-home3 .widget-button:hover {
    color: #042181;
    background: #C0F8E8;
}

/* .home-03 .widget-choose-us .widget-choose-us-item:hover .image {
    border: 2px solid #C0F8E8;
} */

/* widget-choose-us */
.home-03 .choose-us {
    padding: 50px 0 97px;
    background-attachment: fixed;
    background-image: url(../images/dot-mapp.png);
    background-repeat: no-repeat;
    background-position: bottom 20px left 150px;
    background-color: #092f58;
    border-radius: 0px 0px 150px 0px;
    border-top: 4px solid #3a5879;
}

.home-03 .widget-choose-us {
    display: flex;
    /* align-items:center; */
    gap: 50px;;
}

.home-03 .widget-choose-us .heading {
    width: 75%;
    /* max-width: 480px; */
    text-align: start;
}

.home-03 .widget-choose-us .heading .main-title {
    font-weight: 900;
    font-size: 40px;
    line-height: 46px;
    color: #FFFFFF;
}
.home-03 .widget-choose-us .heading .sub-title {
    /* color: #C0F8E8; */
    color: #66a7f1;
}
.paragraph{
    margin-top: 20px;
    line-height: 25px;
    font-size: 15px;
    width: 100%;
    color: white;
    font-family: 'Raleway',sans-serif;

}
.home-03 .widget-choose-us-wrap {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    /* place-content: flex-end; */
}

.home-03 .widget-choose-us-wrap .widget-choose-us-item {
    width: 100%;
    max-width: 440px;
    gap: 20px;
    min-height: unset;
}

.home-03 .widget-choose-us-wrap .widget-choose-us-item .text {
    margin: 0 0 10px 0;
    font-size: 24px;
    line-height: 28px;
}
.home-03 .widget-choose-us-wrap .widget-choose-us-item .content ul li,
.home-03 .widget-choose-us-wrap .widget-choose-us-item .content ol li,
.home-03 .widget-choose-us-wrap .widget-choose-us-item .content dl li,
.home-03 .widget-choose-us-wrap .widget-choose-us-item .content dt li,
.home-03 .widget-choose-us-wrap .widget-choose-us-item .content dt li{
    font-family: "Hind",sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #c5c5ed;
    line-height: 22.5px;
}

.home-03 .widget-choose-us-wrap .widget-choose-us-item .text a {
    color: #FFFFFF;
}

.home-03 .widget-choose-us-wrap .widget-choose-us-item .text:hover a {
    color: #5295e0;
}

.home-03 .widget-choose-us-wrap .widget-choose-us-item p {
    color: #c5c5ed;
    line-height: 22.5px;
}

/* .home-03 .widget-choose-us-wrap .widget-choose-us-item ol,ul li{
    font-family: "Hind",sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #c5c5ed;
    line-height: 22.5px;
} */

.home-03 .widget-claim-settlement {
    padding-bottom: 100px;
}

.home-03 .widget-testimonials {
    text-align: center;
    padding: 60px 0;
}
.home-03 .widget-testimonials .widget-title-section{
    margin-bottom: 50px;
}
.home-03 .widget-testimonials .main-title span {
    /* color: #3AC19B; */
    color: #092f58;
}

.home-03 .widget-testimonials p {
    font-family: 'Raleway',sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 31px;
    color: #a6a6a6;
    max-width: 920px;
    margin: auto;
    font-style: italic;
}

.home-03 .widget-testimonials .widget-card-help{
    max-width: 1400px;
    height: auto;
    margin: auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.widget-card-help .card-help{
    text-align: left;
    padding: 20px;
    width: 45%;
    height: auto;
    background-color: white;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    border-top-right-radius: 50px;
}
.widget-card-help .card-help .icon{
    width: 80px;
    height: 80px;
    background-color: #36a7e3;
    border-top-left-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.widget-card-help .card-help .icon i{
    flex-shrink: 0;
    font-size: 40px;
    color: white;
}
.widget-card-help .card-help .content .text{
    font-family: 'Raleway',sans-serif;
    font-size: 23px;
    font-weight: 900;
    color: #103660;
    cursor: pointer;
}
.widget-card-help .card-help .content p{
    font-family: 'Hind',sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.5px;
    font-style: normal;
    color: #4F556A;
}

/* brand */
.widget-brand {
    max-width: 1160px;
    margin: auto;
    text-align: center;
    margin-bottom: 100px;
}

.widget-brand-wrap {
    display: flex;
    gap: 40px 40px;
    justify-content: center;
    align-items:center;
    flex-wrap: wrap;
}

.widget-brand a img {
    width: 200px;
    object-fit:cover;
    transition: transform 0.5s;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}
.widget-brand a img:hover {
    transform: scale(1.1);
}
.home-03 .widget-counter {
    padding: 50px 0;
    max-width: 1440px;
}

/* Widgert Partner  */
.widget-partner {
    max-width: 1160px;
    margin: auto;
    text-align: center;
}

.widget-partner-wrap {
    display: flex;
    gap: 40px 40px;
    justify-content: center;
    align-items:center;
    flex-wrap: wrap;
}

.widget-partner a img {
    width: 150px;
    object-fit:cover;
    transition: transform 0.5s;
}
.widget-partner a img:hover {
    transform: scale(1.05);
}
/* widget-project */
.home-03 .widget-project {
    padding-top: 100px;
    padding-bottom: 112px;
    position: relative;
}

.home-03 .widget-project::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    max-width: 1758px; 
    top: 0;
    left: 0;
    background-color: #042181;
    z-index: -1;
    border-radius: 0 0 170px 0;
}

.home-03 .widget-project-wrap {
    max-width: 1400px;
    margin: auto;
    margin-bottom: 58px;
}

.home-03 .widget-project .main-title {
    color: #FFFFFF;
}

.home-03 .widget-project .sub-title {
    color: #C0F8E8;
}

.home-03 .widget-project .widget-project-slide {
    width: calc((100vw - ((100vw - 1400px) / 2 )) - 8px);
}

.home-03 .widget-project .widget-project-slide .swiper {
    margin-right: -115px;
}

.home-03 .widget-project .widget-project-slide .swiper-slide {
    background-color: #FFFFFF;
    border: none;
    /* border-radius: 60px 0px 0px 0px; */
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

.home-03 .widget-project .widget-project-slide .swiper-slide .swiper-img {
    width:100%;
    height:250px;
    background-color:red;
}

.home-03 .widget-project .widget-project-slide .swiper-slide .swiper-img img {
    object-fit:cover;
    width:100%;
    height:100%;
}    

.home-03 .widget-project .widget-project-slide .widget-choose-us-item {
    position: relative;
    border-top:4px solid #C0F8E8;
    flex-wrap: wrap;
    padding: 30px ;
    width: 100%;
    /* max-width: 320px; */
    min-height: 350px;
    /* flex-direction: column; */
}
.home-03 .widget-project .widget-choose-us-item .content p{
    width:80%;
    line-height:20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.home-03 .widget-project .widget-slide-style1 .swiper-button-prev {
    top: -117px;
    left: auto;
    right: 332px;
    border: 2px solid #C0F8E8;
}

.home-03 .widget-project .widget-slide-style1 .swiper-button-next {
    top: -117px;
    left: auto;
    right: 252px;
    border: 2px solid #C0F8E8;
}

.home-03 .widget-counter-wrap {
    background-color: #FFFFFF;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    gap: 0;
}

.home-03 .widget-counter-item {
    border-right:  1px solid #EBEBEB;
    padding-top: 108px;
    padding-bottom: 107px;
    width: 100%;
}

.home-03 .widget-counter-item:last-child {
    border: none;
}

.home-03 .widget-counter-item .icon {
    font-size: 60px;
    margin-bottom: 15px;
}

.home-03 .widget-counter-item .number-wrap {
    color: #092f58;
    font-weight: 600;
    font-size: 50px;
    line-height: 59px;
    margin-bottom: 58px;
}

.home-03 .widget-counter-item p {
    color: #a6a6a6;
    max-width: 316px;
    margin: auto;
}

.widget-get-quote.style-boder::before {
    position: absolute;
    content: "";
    height: 100%;
    right: 0;
    width: calc( 100vw - (100vw - 1598px) / 2 - 10px );
    background-color: #F5F5F5;
    z-index: -1;
    border-radius: 100px 0 0 0;
}

.widget-get-quote.style-2 .get-quote-wrap {
    padding: 0;
    margin-bottom: 100px;
    padding-top: 28px;
}

.widget-get-quote.style-2 .get-quote-wrap .get-quote-content {
    padding-top: 72px;
    margin-right: -100px;
}

.widget-get-quote.style-2 .get-quote-wrap .get-quote-content p {
    max-width: 450px;
}

.widget-get-quote.style-2 .get-quote-wrap .get-quote-poster {
    max-width: 514px;
    margin-right: -80px;
}

.widget-get-quote.style-2 .get-quote-box {
    padding: 0;
    margin-top: 72px;
    border-radius: 0;
    max-width: 531px;
    border: none;
    background: transparent;
}

.widget-get-quote.style-2 .get-quote-box .tab-container .tabs {
    background-color: #FFFFFF;
    gap: 20px 0;
    padding: 0;
    margin-bottom: 30px;
}

.widget-get-quote.style-2 #health .widget-request-quote-form form input {
    height: 58px;
    margin-bottom: 30px;
}

.widget-get-quote.style-2 .get-quote-box .tab-container .tabs button {
    width: 100%;
    padding: 0;
    box-shadow: none;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 20px;
}

.widget-get-quote.style-2 .get-quote-box .tab-container .tabs button:first-child {
    padding-left: 48px;
}

.widget-get-quote.style-2 .get-quote-box .tab-container .tabs button:last-child {
    padding-right: 40px;
}

.widget-get-quote.style-2 .get-quote-box .tab-container .tabs button:hover,
.widget-get-quote.style-2 .get-quote-box .tab-container .tabs button.active {
    color: #3AC19B;
    border-bottom: 1px solid #3AC19B;
}

.home-03 .widget-project-1 .swiper-slide {
    padding: 0;
}

.home-03 .widget-project-1 .widget-project-1-content > p {
    margin-bottom: 60px;
}

.home-03 .widget-project-1 .widget-project-1-item {
    margin-bottom: 153px;
    border: none;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

.home-03 .widget-project-1 .widget-project-1-item img {
    width: 100%;
}

.home-03 .widget-project-1 .widget-project-1-item .widget-project-1-item-content {
    background-color: #FFFFFF;
    padding: 30px;
    transition: 0.5s;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

.home-03 .widget-project-1 .widget-project-1-item .widget-project-1-item-content h4 {
    padding: 0;
    margin-bottom: 6px;
}

.home-03 .widget-project-1 .widget-project-1-item .widget-project-1-item-content .meta {
    color: #4F556A;
    opacity: 0.5;
    margin-right: 6px;
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
}

.home-03 .widget-project-1 .widget-project-1-item .widget-project-1-item-content .name {
    color: #4F556A;
    font-family: 'Hind',sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.home-03 .widget-project-1 .widget-project-1-item:hover .widget-project-1-item-content {
    background-color: #042181;
}

.home-03 .widget-project-1 .widget-project-1-item:hover .widget-project-1-item-content .meta,
.home-03 .widget-project-1 .widget-project-1-item:hover .widget-project-1-item-content .name,
.home-03 .widget-project-1 .widget-project-1-item:hover .widget-project-1-item-content h4 a {
    color: #fff;
}

.home-03 .widget-project-1 .widget-project-1-item .widget-project-1-item-content h4 a {
    color: #042181;
}

.home-03 .widget-project-1 .widget-project-1-item .widget-project-1-item-content h4:hover a {
    color: #3AC19B;
}

.home-03 .widget-project-1 .widget-swiper-pagination .swiper-pagination {
    bottom: 97px;
}

.home-03 .widget-project-1 .widget-swiper-pagination .swiper-pagination span.swiper-pagination-bullet {
    background: #042181;
    opacity: 1;
}

.home-03 .widget-project-1 .widget-swiper-pagination .swiper-pagination span.swiper-pagination-bullet-active {
    background: #3AC19B;
}

.home-03 .widget-testimonial {
    padding-top: 100px;
}

.home-03 .widget-testimonial .widget-testimonial-wrap {
    max-width: 1400px;
    margin: auto;
}

.home-03 .widget-testimonial .swiper-slide {
    margin-bottom: 100px;
}

.home-03 .widget-testimonial .widget-testimonial-item.style1 {
    padding: 20px;
}

.home-03 .widget-testimonial .widget-testimonial-item .infor {
    margin-top: 7px;
}


.home-03 .widget-testimonial .widget-swiper-pagination .swiper-pagination {
    width: 100%;
    margin: 0;
    top: auto;
    bottom: 42px;
}

.home-03 .widget-blog-update {
    padding-top: 56px;
}

.home-03 .widget-blog-update-wrap .widget-post .image::before,
.home-03 .widget-blog-update-wrap .widget-post .image::after {
    content: none;
}

.home-03 .widget-blog-update-wrap .widget-post {
    flex-wrap: nowrap;
    padding: 0;
    box-shadow: none;
    gap: 0;
    width: auto;
}

.home-03 .widget-blog-update-wrap > .widget-post .image {
    width: 440px;
}

.home-03 .widget-blog-update-wrap > .widget-post .all-content {
    width: 360px;
    padding: 30px;
    background-color: #FAFAFA;
}

.home-03 .widget-blog-update-wrap > .widget-post .all-content .title {
    line-height: 33.5px;
}

.home-03 .widget-blog-update-wrap .list-block .widget-post {
    padding-bottom: 24px;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 24px;
    gap: 25px;
}

.home-03 .widget-blog-update-wrap .list-block .widget-post:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.home-03 .widget-blog-update-wrap .list-block .widget-post .image {
    width: auto;
}

.home-03 .widget-blog-update-wrap .list-block .widget-post .all-content {
    width: 415px;
}

.home-03 .widget-blog-update-wrap .list-block .widget-post .all-content .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}

.home-03 .widget-blog-update-wrap .list-block .widget-post .all-content p {
    margin: 10px 0;
}

/* about-us-page
--------------------------------------------- */
/* page-title */
.about-us-page .page-title {
    background-image: url(../images/get-a-quote/new-bg.png);
}

/* widget-about-us */
.about-us-page .widget-about-us {
    flex-direction: column;
    max-width: unset;
    padding-top: 101px;
}

.about-us-page .widget-about-us-heading {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    text-align: start;
}

.about-us-page .widget-about-us-heading .main-title {
    max-width: 920px;
    margin: unset;
    margin-bottom: 15px;
}

.about-us-page .widget-about-us-wrap {
    display: flex;
    gap: 42px;
}

.about-us-page .widget-about-us-wrap .poster {
    width: 100%;
    top: 0;
    padding: 0;
    max-height: 400px;
    background-image: url(../images/about-us/preivew.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px 150px 0px 0px;
    cursor: pointer;
}

.about-us-page .widget-about-us-wrap .poster::after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(0deg, #042181 0%, rgba(4, 33, 129, 0) 100%);
    left: unset;
    z-index: unset;
    animation: none;
}

.about-us-page .widget-about-us-wrap .poster::before {
    display: none;
}

.about-us-page .widget-about-us-wrap .poster .sub-content {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(0%);
    padding: 15px 20px;
    background: #FFFFFF;
    border-radius: 50px 0px 0px 0px;
    display: flex;
    align-items: center;
    max-width: 379px;
    z-index: 2;
}

.about-us-page .widget-about-us-wrap .poster .sub-content .widget-block-1 {
    font-size: 40px;
    padding: 21px 20px;
    margin-right: 13px;
}

.about-us-page .widget-about-us-wrap .poster .sub-content .number {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 70px;
    line-height: 82px;
    color: #042181;
    margin-right: 17px;
    transform: translateY(-10%);
}

.about-us-page .widget-about-us-wrap .poster .sub-content p {
    font-family: 'Raleway',sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16.5px;
    color: #042181;
}

.about-us-page .widget-about-us-wrap .content {
    width: 100%;
    max-width: unset;
}

.about-us-page .widget-about-us-wrap .content .text {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    color: #042181;
    margin-bottom: 14px;
    margin-top: 20px;
}

.about-us-page .widget-about-us-wrap .content .text:first-child {
    margin-top: 1px;
}

.about-us-page .widget-about-us-wrap .content .sub-text {
    font-family: 'Hind',sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #4F556A;
    margin-bottom: 14px;
    max-width: 680px;
}

.about-us-page .widget-about-us-wrap .content p {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4F556A;
    margin-bottom: 14px;
    margin-top: 0;
    max-width: 680px;
}

.about-us-page .file-download .icon {
    font-size: 33px;
}

.about-us-page .widget-about-us-wrap .phone {
    padding-top: 2px;
}

.about-us-page .widget-about-us-wrap .phone .phone-number {
    color: #3AC19B;
    font-size: 22px;
    margin-top: -9px;
}

.about-us-page .widget-about-us-wrap .file-download {
    margin-top: 22px;
    margin-bottom: 0px;
}

.about-us-page .widget-counter.counter-style-1 .widget-counter-wrap {
    margin-top: 99px;
    padding-bottom: 158px;
}

.about-us-page .widget-testimonial {
    padding: 70px 0 71px;
}

.about-us-page .widget-testimonial .widget-testimonial-item p {
    line-height: 26px;
}

.about-us-page .widget-project-1 .widget-project-1-item {
    margin-bottom: 159px;
}

/* our-team-page
-------------------------------------- */
.our-team-page .page-title {
    background-image: url(../images/page-title/our-team.jpg);
}

/* widget-our-team */
.our-team-page .widget-our-team {
    text-align: center;
}

.our-team-page .widget-our-team .main-title {
    max-width: 680px;
}

.our-team-page .widget-our-team p {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22.5px;
    color: #4F556A;
    margin-top: 24px;
}

.our-team-page .widget-our-team .widget-our-team-item {
    margin-bottom: 40px;
    width: unset;
}

.widget-view-more {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 15px;
    line-height: 17.5px;
    padding: 14px 52px;
    background-color: #042181;
    color: #C0F8E8;
}

.widget-view-more:hover {
    color: #042181;
    background-color: #C0F8E8;
}

/* team-detail 
------------------------------------------*/
.team-detail .page-title {
    background-image: url(../images/page-title/team-detail.jpg);
}

.team-detail.main-content {
    display: flex;
    flex-wrap: wrap;
}

.team-detail .poster {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    margin-bottom: -131px;
}

.team-detail .infor {
    width: 100%;
    max-width: 1169px;
    margin: auto;
    margin-bottom: 36px;
    background-color: #FFFFFF;
    padding: 30px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 15;
}

.team-detail .infor .main-title {
    padding-bottom: 30px;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 30px;
}

.team-detail .infor .personal {
    margin-bottom: 30px;
}

.team-detail .infor .title {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    color: #042181;
    margin-bottom: 14px;
}

.team-detail .infor .personal .title span {
    color: #4F556A;
    margin-right: 6px;
}

.team-detail .infor .personal p {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4F556A;
    margin-bottom: 14px;
}

.team-detail .infor .infor-item {
    padding-bottom: 14px;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 21px;
}

.team-detail .infor .infor-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.team-detail .infor .infor-item .title {
    margin-bottom: 10px;
}

.team-detail .infor .infor-item .title span {
    color: #4F556A;
    margin-right: 6px;
}

.team-detail .infor .infor-item ul li {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #4F556A;
    margin-bottom: 4px;
    padding-left: 9px;
    position: relative;
}

.team-detail .infor .infor-item ul li::after {
    position: absolute;
    content: ".";
    font-size: 22px;
    left: 0;
    top: -6px;
}

.team-detail .infor .infor-item .widget-social a {
    border: 1px solid #EFEFEF;
}

.team-detail .infor .infor-item .widget-social a li::before {
    color: #042181;
}

.team-detail .infor .infor-item .widget-social a:hover {
    background-color: #042181;
}

.team-detail .infor .infor-item .widget-social a:hover li::before {
    color: #C0F8E8;
}

.team-detail .widget-request-quote-form {
    width: 100%;
    max-width: 1169px;
    margin: auto;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.team-detail form {
    padding: 0;
    border: none;
    width: 100%;
}

.widget-request-quote-form form textarea {
    height: 140px;
    margin-bottom: 17px;
}

.team-detail .widget-request-quote-form form .nice-select {
    margin-bottom: 22px;
}

/* Testimonials
------------------------------ */
.testimonials .page-title {
    background-image: url(../images/page-title/testimonial.jpg);
}

/* widget-testimonial */
.testimonials .widget-business-customers {
    text-align: center;
}

.testimonials .widget-business-customers .poster {
    max-width: 1400px;
    margin: auto;
    margin-bottom: -144px;
    position: relative;
}

.testimonials .widget-business-customers .poster::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 46.6%;
    z-index: 1;
    background: linear-gradient(0deg, #042181 0%, rgba(4, 33, 129, 0) 100%);
}

.testimonials .widget-business-customers-wrap .widget-slide-style1 {
    width: unset;
    margin-left: calc((100vw - 1080px) / 2 - 8px);
}

.testimonials .widget-business-customers-wrap .widget-slide-style1 .swiper {
    margin-right: -400px;
}

.testimonials .widget-business-customers .widget-testimonial-item.style1 .heading img {
    transform: none;
    padding: 0;
    border: none;
    border-radius: 0;
    top: auto;
}

.testimonials .widget-business-customers .widget-testimonial-item.style1 .heading {
    padding-left: 150px;
    padding-bottom: 17px;
    margin-bottom: 17px;
}

.testimonials .widget-business-customers .widget-testimonial-item.style1 .heading .info {
    margin-top: 2px;
}

.testimonials .widget-business-customers .widget-testimonial-item.style1 {
    margin-top: 35px;
    background-color: #FFFFFF;
    text-align: start;
    padding-top: 30px;
    padding-bottom: 18px;
}

.testimonials .widget-business-customers .widget-project-slide .swiper-slide {
    border: none;
    margin-bottom: 60px;
}

.testimonials .widget-business-customers .widget-slide-style1 .swiper-button-next {
    top: 37.4%;
    left: -80px;
}

.testimonials .widget-business-customers .widget-slide-style1 .swiper-button-prev {
    left: -160px;
    top: 37.4%;
}

.testimonials .widget-testimonial-item {
    margin-bottom: 40px;
}

.testimonials .widget-business-customers .widget-testimonial-item p {
    line-height: 26px;
    font-style: normal;
}

.testimonials .widget-testimonial-item.style1 .heading .icon-quotes {
    top: 4px;
    right: 20px;
}

.widget-loading {
    display: flex;
    justify-content: center;
    font-family: 'Hind';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5em;
    color: #4F556A;
}

.widget-loading span {
    margin-right: 20px;
    font-size: 20px;
    color: #4F556A;
    transform: rotate(180deg);
}

/* pricing-table 
-----------------------------------*/
.pricing-table.main-content {
    padding-bottom: 78px;
}

.pricing-table .page-title {
    background-image: url(../images/page-title/testimonial.jpg);
}

/* FAQs
-----------------------------------*/
.faqs .page-title {
    background-image: url(../images/page-title/faq.jpg);
}

.widget-block-search-1 {
    max-width: 680px;
    margin: auto;
    margin-bottom: 30px;
}

.widget-block-search-1 .widget-block-search-1-wrap {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

.widget-block-search-1 .widget-block-search-1-wrap button {
    padding-left: 21px;
    color: #4F556A ;
    font-size: 22px;
}

.widget-block-search-1 .widget-block-search-1-wrap input {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #4F556A;
    opacity: 1;
    padding-left: 3px;
}

.faqs .widget-faq > p {
    margin-bottom: 60px;
}

.faqs .widget-faq p span.text {
    color: #042181;
    font-family: 'Raleway',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
}

.faqs .widget-faq p span.icon-calling::before {
    margin-right: 12px;
    font-size: 18px;
    color: #042181;
}

.faqs .widget-faq.style-1 {
    padding: 100px 0;
    background: url(../images/faq/background.jpg);
    border-radius: 150px 0 0 0;
    margin-top: 78px;
    margin-bottom: 75px;
}

.faqs .widget-faq.style-1 .main-title {
    max-width: 1110px;
}

.faqs .widget-faq.style-1 .widget-accordion-1 {
    display: flex;
}

.faqs .widget-faq.style-1 .image {
    text-align: start;
    margin-left: 50px;
}

.faqs .widget-faq.style-1 .widget-accordion-1 .accordion-heading-1,
.faqs .widget-faq.style-1 .widget-accordion-1 .accordion-content-1 {
    background-color: #FFFFFF;
}

.faqs .widget-contact-us {
    text-align: center;
}

.faqs .widget-contact-us .widget-contact-us-wrap > p {
    margin-top: 24px;
    margin-bottom: 58px;
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #4F556A;
}

.faqs .widget-contact-us .image {
    margin-bottom: -131px;
    position: relative;
    z-index: -1;
}

.widget-request-quote-form.style-1 {
    text-align: start;
    background-color: #FFFFFF;
    max-width: 1169px;
    /* border-top: 6px solid #C0F8E8; */
}

.widget-request-quote-form.style-1 .form-content {
    width: 100%;
    max-width: 480px;
}

.widget-request-quote-form.style-1 form {
    border: none;
    width: 100%;
}

.faqs .widget-request-quote-form form input {
    margin-bottom: 30px;
}

.faqs .widget-request-quote-form form .nice-select {
    margin-bottom: 31px;
}

.faqs .widget-request-quote-form form textarea {
    margin-bottom: 28px;
}

/* Career
-----------------------------------*/
.carers .page-title {
    background-image: url(../images/page-title/carrer.jpg);
}

.carers .widget-job {
    margin-top: 0;
}

.carers .widget-job p {
    max-width: 540px;
    margin: auto;
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #4F556A;
    margin-top: 24px;
}

.carers .widget-job .widget-job-item {
    margin-bottom: 20px;
}

.widget-filters {
    margin-bottom: 61px;
    position: relative;
    z-index: 15;
}

.widget-filters form {
    width: 100%;
    margin: 0;
    max-width: unset;
}

.widget-filters .select {
    width: 100%;
    display: flex;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}

.widget-filters .select img {
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 3;
}

.widget-filters .select .nice-select {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #4F556A;
    opacity: 1;
    padding-left: 52px;
}

.carers .widget-job .widget-blog-pagination {
    justify-content: center;
    margin-bottom: 100px;
}

.carers .widget-join-team {
    padding-top: 100px;
    background-color: #042181;
    background-attachment: fixed;
    background-image: url(../images/join-team/Icon.png);
    background-repeat: no-repeat;
    background-position: 75% 141px;
}

.carers .widget-join-team-wrap {
    max-width: 1400px;
    margin: auto;
}

.carers .widget-join-team-wrap .main-title {
    color: #FFFFFF;
    max-width: 920px;
    margin-left: 0;
}

.carers .widget-join-team-box {
    display: flex;
    align-items: flex-end;
}

.carers .widget-join-team-box .image {
    margin-bottom: -167px;
    width: 100%;
    margin-right: -220px;
    border-radius: 0px 150px 0px 0px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.carers .widget-join-team-box .image::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 300px;
    width: 100%;
    background: linear-gradient(0deg, #042181 0%, rgba(4, 33, 129, 0) 100%);
}

.carers .widget-join-team-box .content {
    max-width: 680px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 60px 0px 0px 0px;
    padding: 40px;
    z-index: 5;
    margin-bottom: -167px;
}

.carers .widget-join-team-box .content .text {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 35px;
    color: #042181;
    margin-bottom: 20px;
}

.carers .widget-join-team-box .content p {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #4F556A;
    margin-top: 14px;
}

.carers .widget-benifit {
    margin-top: 267px;
    text-align: center;
}

.carers .widget-benifit .widget-choose-us-wrap {
    flex-wrap: nowrap;
    max-width: 1400px;
    margin: auto;
}

.carers .widget-benifit .widget-choose-us-item {
    position: relative;
    flex-wrap: wrap;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 60px 0px 0px 0px;
    padding: 30px 30px 65px 30px;
    overflow: hidden;
}

.carers .widget-benifit .widget-choose-us-item::after {
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 120px; 
    line-height: 141px;
    opacity: 0.1;
    transform: translate(15%, 23%);
    z-index: -1;
    color: #6ee4b000;
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    -webkit-text-stroke-color: #042181;
    stroke: #042181;
}

.carers .widget-benifit .widget-choose-us-item.choose-us-item-1::after {
    content: "01";
    z-index: 5;
}

.carers .widget-benifit .widget-choose-us-item.choose-us-item-2::after {
    content: "02";
    z-index: 5;
}

.carers .widget-benifit .widget-choose-us-item.choose-us-item-3::after {
    content: "03";
    z-index: 5;
}

.carers .widget-benifit .widget-choose-us-item.choose-us-item-4::after {
    content: "04";
    z-index: 5;
}

.carers .widget-benifit .widget-choose-us-item .text a:hover {
    color: #36a7e3;
}

/* services-list
-------------------------------------------- */
.services-list.main-content {
    padding-bottom: 77px;
}

.services-list .page-title {
    background-image: url(../images/page-title/service.jpg);
}

.services-list > .section-heading {
    width: 100%;
    text-align: center;
}

.services-list > .section-heading .button {
    margin-top: 24px;
    display: flex;
    gap: 9px;
    justify-content: center;
    margin-bottom: 60px;
}

.services-list > .section-heading .button a {
    font-family: 'Raleway',sans-serif;
    font-weight: 700;
    font-size: 12px; 
    line-height: 14px;
    color: #042181;
    background-color: #C0F8E8;
    padding: 6px 10px;
}

.services-list > .section-heading .button a:hover {
    color: #C0F8E8;
    background-color: #042181;
}

.services-list .services-list-wrap {
    max-width: 1440px;
    margin: auto;
    margin-bottom: 100px;
}

.services-list .services-list-content .widget-post {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 30px;
    gap: 30px;
}

.services-list .services-list-content .widget-post:last-child {
    padding: 0;
    border: 0;
    margin: 0;
}

.services-list .services-list-content .widget-post .image {
    border-right: 4px solid #C0F8E8;
    max-width: 439px;
}

.services-list .services-list-content .widget-post .all-content {
    width: 100%;
    padding: 20px 20px 20px 0;
}

.services-list .services-list-content .widget-post .all-content .title {
    font-size: 30px;
    line-height: 35px;
}

.services-list .services-list-content .widget-post .all-content p {
    margin: 16px 0 ;
}

.services-list .services-list-content .widget-post .all-content a.widget-button {
    padding: 16px 26px;
    color: #042181;
    background-color: #C0F8E8;
}

.services-list .services-list-content .widget-post .all-content a.widget-button:hover {
    color: #C0F8E8;
    background-color: #042181;
}

.services-list .widget-get-quote {
    background-color: #F5F5F5;
}

/* services-grid
-------------------------------------------- */
.services-grid.main-content {
    padding-bottom: 79px;
}

.services-grid .page-title {
    background-image: url(../images/get-a-quote/new-bg.png);
}

.services-grid .widget-service-list {
    margin: auto;
    text-align: center;
    margin-bottom: 60px;
}

.services-grid .widget-service-list-wrap .widget-post {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.services-grid .widget-service-list-wrap .widget-post .image {
    border-bottom: 4px solid #C0F8E8;
    border-radius: 0 60px 0 0;
    overflow: hidden;
}

.services-grid .widget-service-list-wrap .widget-post .image img {
    width: 100%;
}

.services-grid .widget-service-list-wrap .widget-post .all-content {
    padding: 20px;
    width: 100%;
    text-align: start;
    background-color: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

.services-grid .widget-service-list-wrap .widget-post .all-content .title {
    font-size: 20px;
    line-height: 28px;
}

.services-grid .widget-service-list.style1 {
    max-width: unset;
    background-attachment: fixed;
    background-image: url(../images/services/background.jpg);
    border-radius: 135px 0 0 0;
    margin-bottom: 100px;
}

.services-grid .widget-service-list.style1 .widget-service-list-inner {
    margin: auto;
    padding: 100px 0 60px;
}

.services-grid .widget-service-list.style1 .main-title {
    color: #FFFFFF;
}

.services-grid .widget-get-quote.style-1 {
    margin-bottom: 103px;
}

/* services-grid-1
-------------------------------------------- */
/* .services-grid-1.main-content {
    padding-bottom: 79px;
} */

.services-grid-1 .widget-project-1 .widget-project-1-item {
    margin-bottom: 159px;
}

.services-grid-1 .widget-our-service {
    padding-top: 0;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services-grid-1 .widget-our-service .widget-our-service-content {
    max-width: 1340px;
}

.services-grid-1 .widget-our-service-wrap {
    margin-top: 50px;
    max-width: 1380px;
    height: 1340px;
    overflow: hidden;
    position: relative;
}
/* .services-grid-1 .widget-our-service-wrap::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    background:linear-gradient(to top, white, transparent);
    left: 0;
    bottom: 0;
} */
.full-show{
    height: auto !important;
}
.show-full-btn{
    font-family: 'Hind', sans-serif;
    font-weight: 900;
    color: #092f58;
    padding: 15px;
    border-radius: 0 0 20px 0;
    flex-shrink: 0;
    transition: all .3s;
    position: relative;
}
.show-full-btn::before{
    position: absolute;
    content: "";
    width: 30%;
    height: 10px;
    top: 10px;
    left: -10px;
    background-color: #C0F8E8;
    z-index: -2;
    transition: all .5s;
}
.show-full-btn:hover::before{
    left: 90%;
}
.show-full-btn:focus{
    color: #103660;
}
.services-grid-1 .widget-our-service-item {
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    box-shadow: inset 0px -4px 0px #042181;
    margin-bottom: 40px;
    /* height: 450px; */
    height: fit-content;
}
.services-grid-1 .widget-our-service-item .widget-our-service-img{
    display: block;
    width: 100%;
    height: fit-content;
    aspect-ratio: 1/1;
    background: #e3e3e3;
    overflow: hidden;
}
.services-grid-1 .widget-our-service-item .widget-our-service-img img{
    height: 100%;
    object-fit: cover;
}
.services-grid-1 .widget-our-service-item .widget-our-service-item-wrap{
    padding: 0 20px 20px 20px;
}

/* services detail
-------------------------------------------- */
.services-detail.main-content {
    padding-bottom: 80px;
}

.services-detail .page-title {
    background-image: url(../images/get-a-quote/new-bg.png);
}

.services-detail-wrap {
    max-width: 1440px;
    margin: auto;
    margin-bottom: 100px;
}

.services-detail-content {
    padding-right: 40px;
    border-right: 1px solid #EFEFEF;
}

.services-detail-content > .title {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 35px;
    color: #042181;
    margin-bottom: 30px;
    margin-top: 50px;
}

.services-detail-content > .title:first-child {
    margin-top: 0;
}

.services-detail-content > .poster {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.services-detail-content > .poster img {
    width: 100%;
    border-radius: 0 150px 0 0;
}

.services-detail-content > .poster .poster-box {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: flex;
    padding: 20px 24px 20px 20px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 50px 0px 0px 0px;
    align-items: center;
    gap: 20px;
}

.services-detail-content > .poster .poster-box span::before {
    font-size: 40px;
    color: #042181;
}

.services-detail-content > .poster .poster-box .title {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    color: #042181;
}

.services-detail-content > p {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #4F556A;
    margin-bottom: 14px;
}

.services-detail-content .image-list {
    display: flex;
    gap: 25px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.services-detail-content .image-list .image-item {
    width: 100%;
    position: relative;
}

.services-detail-content .image-list .image-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 300px;
    bottom: 89px;
    z-index: 0;
    background: linear-gradient(0deg, #042181 0%, rgba(4, 33, 129, 0) 100%);
}

.services-detail-content .image-list .image-item img {
    width: 100%;
}

.services-detail-content .image-list .image-item-content {
    width: 100%;
    max-width: 367px;
    margin: auto;
    padding: 30px;
    margin-top: -80px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 50px 0px 0px 0px;
    position: relative;
    z-index: 1;
}

.services-detail-content .image-list .image-item-content .title {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    color: #042181;
    margin-bottom: 9px;
}

.services-detail-content .image-list .image-item-content p {
    font-family: 'Hind',sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #4F556A;
}

.services-detail-content .block-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.services-detail-content .block-list .widget-choose-us-item {
    width: 31.057%;
    padding: 20px;
    flex-direction: column;
    flex-wrap: wrap;
    gap: unset;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 50px 0px 0px 0px;
}

.services-detail-content .block-list .widget-choose-us-item .image span {
    font-size: 34px;
}

.services-detail-content .block-list .widget-choose-us-item .text {
    font-size: 20px;
    line-height: 23px;
    margin-top: 16px;
}

.services-detail-content .image-box {
    width: 100%;
    position: relative;
    margin-bottom: 124px;
}

.services-detail-content .image-box img {
    width: 100%;
}

.services-detail-content .image-box::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 100%;
    height: 240px;
    background: linear-gradient(0deg, #042181 0%, rgba(4, 33, 129, 0) 100%);
}

.services-detail-content .image-box-content {
    position: absolute;
    bottom: -79px;
    right: 0;
    max-width: 600px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 60px 0px 0px 0px;
    padding: 30px;
}

.services-detail-content .image-box-content .title {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    color: #042181;
    margin-bottom: 20px;
}

.services-detail-content .image-box-content p {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #4F556A;
    margin-bottom: 14px;
}

.services-detail-content .image-box-content ul li {
    font-family: 'Hind',sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #042181;
    margin-top: 10px;
    display: flex;
}

.services-detail-content .image-box-content ul li span {
    font-size: 27px;
    margin-right: 8px;
}

.services-detail .widget-request-quote {
    margin-bottom: 100px;
}

.services-detail .widget-request-quote-wrap {
    border-radius: 150px 0 0 0;
}

.services-detail .widget-request-quote-form {
    border-radius: 0 130px 0 0 ;
}

/* services-detail-1 
-----------------------------------------------*/
.services-detail-1.main-content {
    padding-bottom: 73px;
}

.services-detail-1-wrap {
    max-width: 1400px;
    margin: auto;
}

.services-detail-1-wrap .widget-title-section {
    text-align: center;
}

.services-detail-1-wrap img {
    width: 100%;
    margin-bottom: 60px;
    border-radius: 0px 150px 0px 0px;
}

.services-detail-1-content {
    max-width: 921px;
    margin: auto;
    margin-bottom: 100px;
}

.services-detail-1-content .title {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 35px;
    color: #042181;
    margin-top: 30px;
    margin-bottom: 20px;
}

.services-detail-1-content .title:first-child {
    margin-top: 0;
}

.services-detail-1-content p, .services-detail-1-content ul li, .services-detail-1-content ol li {
    font-family: 'Hind',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #4F556A;
    margin-bottom: 14px;
}
.services-detail-1-content ul li{
    list-style-position: inside;
    list-style-type: disc;
}
.services-detail-1-content ol li{
    list-style-position: inside;
    list-style-type: decimal;
}
.services-detail-1 .widget-choose-us {
    max-width: unset;
    margin-bottom: 100px;
}

.services-detail-1 .widget-choose-us .swiper {
    margin: 0 -100px;
}

.services-detail-1 .widget-choose-us .widget-choose-us-item {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 60px 0px 0px 0px;
    padding: 30px;
    min-height: 472px;
    align-content: flex-start;
}

.services-detail-1 .widget-choose-us .swiper-wrapper {
    margin-bottom: 53px;
}

.services-detail-1 .widget-choose-us .widget-swiper-pagination .swiper-pagination {
    top: unset;
    bottom: 0;
    margin: auto;
    width: 100%;
}

.services-detail-1 .widget-testimonial-item p {
    font-style: normal;
    margin-bottom: 5px;
    line-height: 26px;
}

.services-detail-1 .widget-testimonial-item.style1 {
    padding-bottom: 23px;
}
.truncate-1-lines{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.truncate-2-lines{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}.truncate-3-lines{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Pop up video  */

/* .popup-video{
    position: fixed; 
    top: 0; 
    left: 0; 
    background: rgba(0, 0, 0, .8); 
    height: 100%; 
    width: 100%; 
    z-index: 99999;
    display: none;
}
.popup-video video{
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    width: 950px; 
    object-fit: cover;
}
.popup-video span{
    position: absolute; 
    top: 5px; 
    right: 20px; 
    font-size: 50px; 
    color: #fff; 
    font-weight: bolder; 
    z-index: inherit; 
    cursor: pointer;
} */

.popup-video,
.popup-modal{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, .8); 
    width: 100%;
    height: 100%;
    display: none;
}
.popup-video .popup-wrap{
    padding: 30px;
    width: 100%;
    justify-content: center;
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-name: modalEnter;
    animation-duration: 0.5s;
}
.popup-modal .popup-wrap{
    max-width: calc(100% - 10%);
    width: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-name: modalEnter;
    animation-duration: 0.5s;
    border-radius: 10px;
    overflow: hidden;
}
.popup-modal .popup-wrap .body-modal{
    background-color: white;
    height: calc(100vh - 30vh);
    width: 100%;
}
.popup-modal .popup-wrap .body-modal iframe{
    width: 100%;
    height: 100%;
}
.popup-wrap .video-content{
    width: 100%;
    height: 30vh;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.popup-wrap .video-content video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popup-wrap .card-content{
    width: 100%;
    height: 40vh;
    padding: 20px;
    background-color: white;
    background-image: url(../images/dot-map-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom 0 right -150px;
    border-radius: 0 0 10px 10px;
}
.popup-modal .popup-wrap .head-modal{
    background-color: white;
    padding: 10px 20px;
}
.popup-wrap .card-content .head-content,
.popup-modal .popup-wrap .head-modal{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}
.card-content .head-content span,
.popup-wrap .head-modal span{
    font-size: 35px;
    color: #dddddd;
    cursor: pointer;
}
.card-content .head-content .profile,
.popup-wrap .head-modal .profile{
    display: flex;
    align-items: center;
    gap: 15px;
}
.card-content .head-content .profile .profile-circle,
.popup-wrap .head-modal .profile .profile-circle{
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #eeeeee;
    background: linear-gradient(to bottom, #fff, #ececec);
    display: flex;
    align-items: center;
    justify-content: center;
}
.head-content .profile .profile-circle img,
.popup-wrap .head-modal .profile .profile-circle img{
    width: 90%;
}
.card-content .head-content .profile .profile-text h1,
.popup-wrap .head-modal .profile .profile-text h1{
    font-family: 'Raleway',sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #092f58;
}
.card-content .head-content .profile .profile-text .profile-time,
.popup-wrap .head-modal .profile .profile-text .profile-time{
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 3px;
}
.head-content .profile .profile-text .profile-time i,
.head-modal .profile .profile-text .profile-time i{
    font-size: 12px;
    color: #092f5852;
}
.head-content .profile .profile-text .profile-time p,
.head-modal .profile .profile-text .profile-time p{
    font-family: 'Raleway',sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #092f5852;
}
/* End of Pop up video */

.card-main{
    width: 100%;
    height: auto;
    background-color: #ECEFF1;
    border: 3px solid #fff;
    border-radius: 28px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 50;
    padding: 30px;
}
.section-body{
    border-radius: 5px;
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #fff;
}
.section-title{
    border-radius: 5px;
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #fff;
}
.section-title h2 {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
	font-size: 30px;
    color: #214368;
	padding-bottom: 0;
	margin-bottom: 10px;
	position: relative;
    /* line-break: anywhere; */
}
.section-title h2::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	width: 60px;
	background: #f3525a;
	margin: auto;
	transition: .3s;
    display: none;
}
.section-title form{
	display: flex;
	gap:10px;
}
.card-office-idle{
	width:100%;
	height: 400px;
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: 5px dashed #f3f3f3;
    position: relative;
}.card-office-idle i{
    position: absolute;
	font-size: 350px;
	color: #f3f3f32c;
}.card-office-idle h4{
    font-family: 'Raleway',sans-serif;
    font-weight: 700;
    font-size: 20px;
	color: #f3f3f3;
    /* line-break: anywhere; */
}
.card-office{
	width:100%;
	height: auto;
}
.card-office .card-img-office{
	height: 230px;
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
}
.card-office .card-img-office .iframe-card-office{
    height: 100%;
}
.card-office .card-img-office .iframe-card-office iframe{
    width:100%;
    height:100%;
    object-fit:cover;
}
.card-office .card-text-office{
	height: auto;
	background-color: white;
	padding: 20px 0 0 0;
}
.card-text-office .title-card-office{
	display: flex;
	align-items: start;
	gap: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ddd;
}.title-card-office i{
	font-size: 30px;
}.title-card-office h3{
    font-size: 25px;
    font-weight: 900;
    font-family: 'Raleway', sans-serif;
}

.content-card-office{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.content-card-office h5{
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    margin-bottom: 5px;
}.content-card-office i{
    font-size: 20px;
}
.content-card-office p{
    font-size: 14.5px;
    line-height: 20px;
    font-family: "Hind",sans-serif;
    color: #acacac;
    margin-bottom: 10px;
}
.content-card-office .info-card{
	display: flex;
	gap: 15px;
}

.team-org{
    padding: 50px 0;
    width: 100%;
    height: auto;
}
.team-org .widget-team-org{
    max-width: 1400px;
    margin: auto;
}
.widget-team-org .team-org-head-tab{
    width: 100%;
    height: auto;
    background-color: #ECEFF1;
    border: 3px solid #fff;
    border-radius: 30px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    padding: 20px;
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
.widget-team-org .team-org-head-content{
    border-bottom: 2px solid #EDEDED;
}
.team-org-head-tab .tab{
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 16px;
    color: #ddd;
    background-color: transparent;
    width: 100%;
    text-align: center;
    padding: 15px;
    cursor: pointer;
    transition: all .5s;
}.team-org-head-tab .tab:hover{
    background-color: #dee2e469;
    color: #d3d3d3;
    border-radius: 10px;
}
.team-org-head-tab .tab.active{
    color: #fff;
    background-color: #15477c;
    border-radius: 10px;
}

.widget-team-org .team-org-head-content{
    max-width: 1400px;
    padding: 50px;
    margin: auto;
}

.team-org-head-content .content .content-head{
    width: 100%;
    height: 300px;
    background: #15477c;
    background-image: url(../images/dot-map.png);
    border-radius: 15px;
    cursor: pointer;
    transition: all .5s;
    display: flex;
    align-items: center;
    padding: 0 20px;
}.team-org-head-content .content .content-head:active{
    transform: scale(0.97);
}
.team-org-head-content .content .content-head .head-text .head-btn{
    text-align: center;
    max-width: 300px;
    height: 35px;
    border-radius: 50px;
    background-color: #fff;
    margin-top: 35px;
    display: flex;
    justify-content: center;
}.team-org-head-content .content .content-head .head-text .head-btn:after{
    font-family: "Hind",sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #103660;
    content: "Lihat Banyak";
    display: flex;
    align-items: center;
}.team-org-head-content .content .content-head[aria-expanded="true"] .head-text .head-btn:after{
    content: "Lebih Sedikit";
}
.team-org-head-content .content .content-head .head-text h1{
    font-family: 'Raleway',sans-serif;
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
}
.team-org-head-content .content .content-head .head-text p{
    max-width: 500px;
    font-family: 'Hind', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #ededed
}

.team-org-head-content .content .content-body{
    width: 100%;
    height: auto;
}
.team-org-head-content .content .content-body .head-person{
    width: 100%;
    height: auto;
    background-color: #ECEFF1;
    border: 3px solid #fff;
    border-radius: 10px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 30px;
    transition: .5s ;
}.team-org-head-content .content .content-body .head-person:hover{
    background-color: #dee5ea;
}
.team-org-head-content .content .content-body .head-person:active{
    transform: scale(0.97);
}
.team-org-head-content .content .content-body .head-person h1{
    font-family: 'Raleway',sans-serif;
    font-size: 25px;
    font-weight: 900;
    color: #15477c;
}.team-org-head-content .content .content-body .head-person:after{
    font-family: 'Raleway',sans-serif;
    font-size: 50px;
    content: "+";
    font-weight: bold;
    color: #15477c;
}
.team-org-head-content .content .content-body .head-person[aria-expanded="true"]:after{
    content: "-";
}
.content #collapseCard .content-body .card-person,
.content .content-body .card-person{
    width: 100%;
    height: auto;
    padding: 80px 0;
    border-bottom: 2px solid #EDEDED;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
}.content #collapseCard:nth-child(even) .content-body .card-person,
.content .content-body .card-person{
    flex-direction: column;
}
.content #collapseCard:last-child .content-body .card-person,
.content .content-body .card-person{
    border-bottom: transparent;
    padding: 80px 0 0 0;
}
.content-body .card-person .image-person{
    flex-shrink: 0;
    max-width: 350px;
    height: auto;
    overflow: hidden;
}.content-body .card-person .image-person img{
    width: 100%;
    height: auto;
}
.content-body .card-person .info-person h1{
    max-width: 600px;
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 20px;
    color: #15477c;
    margin-bottom: 15px;
}
.content-body .card-person .info-person h2{
    font-family: 'Hind',sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: #36a7e3;
    margin-bottom: 20px;
}
.content-body .card-person .info-person p{
    font-family: 'Hind', sans-serif;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    text-align: justify;
    color: #8c8d92;
}

/* flash error styling  */
@keyframes summon-flash{
    from{
        bottom: -1000px;
        opacity: 0;
    }to{
        bottom: 50%;
        opacity: 1;
    }
}
@keyframes hide-flash{
    from{
        bottom: 50%;
    }
    to
    {
        bottom: -1000px;
    }
}
.flash-wrapper{
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}
.flash-content{
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    max-width: 500px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}
.flash-content.summon-flash{
    animation: summon-flash .8s;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.flash-content.hide-flash{
    animation: hide-flash .8s;
    animation-fill-mode: forwards;
}
.flash-content .flash-head{
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #092f58;
    background-image: url(../images/dot-map.png);
    background-repeat: no-repeat;
    background-position: left 0 top 50;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.flash-content .flash-head h1{
    font-family: "Hind",sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
}
.flash-content .flash-head i{
    font-size: 8vw;
    color: #fff;
}
.flash-content .flash-body{
    width: 100%;
    padding: 20px;
    text-align: center;
    background-color: white;
    clear: both;
}
.flash-content .flash-body p{
    margin: auto;
    max-width: 400px;
    font-family: "Hind",sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #989CAA;
    margin-bottom: 20px;
}
.flash-content .flash-body p span{
    color: #103660;
}
.flash-content .flash-body .flash-btn{
    width: 200px;
    padding: 10px;
    font-family: "Hind",sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 900;
    border-radius:50px;
    cursor: pointer;
    margin: auto;
    background-color: #15477c;
}

/* Modal tata cara pengaduan  */
.modal-pengaduan{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    width: 100%; 
    height: 100%;
    z-index: 99999;
}
.modal-pengaduan-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: auto;
    object-fit: cover;
    animation-name: modalEnter;
    animation-duration: 0.5s;
}
.modal-pengaduan-wrapper .modal-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
    background-color: #103660;
    background-image: url(../images/dot-map.png);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: right 0;
    padding: 20px;
    gap: 10px;
}
.modal-pengaduan-wrapper .modal-head .head-title{
    display: flex;
    align-items: center;
    gap: 10px;
}
.modal-pengaduan-wrapper .modal-head .head-title .head-icon{
    display: none;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 15px 0 0 0;
}.modal-head .head-title .head-icon i{
    font-size: 30px;
    color: #15477c;
}
.modal-head .head-title h1{
    text-transform: uppercase;
    font-family: 'Raleway',sans-serif;
    font-size: 14px;
    font-weight: 900;
    max-width: 300px;
    color: #fff;
}
.modal-pengaduan-wrapper .modal-head span{
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    transition: all .1s;
}.modal-pengaduan-wrapper .modal-head span:hover{
    color: #ffffffab;
}.modal-pengaduan-wrapper .modal-head span:active{
    font-size: 35px;
}

.modal-pengaduan-wrapper .modal-body{
    background-color: white;
    padding: 0 20px;
    background-image: url(../images/dot-map-1.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: right 0 bottom 0;
    border-radius: 0 0 10px 10px;
    height: 350px;
    overflow-y: auto;
}
.modal-pengaduan-wrapper .modal-body .body-text{
    padding: 20px 0;
    border-bottom: 1px solid #f1f1f1c7;
}
.modal-pengaduan-wrapper .modal-body .body-text h1{
    text-transform: uppercase;
    font-family: 'Raleway',sans-serif;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
    color: #092f58;
}.modal-pengaduan-wrapper .modal-body .body-text p,
.modal-pengaduan-wrapper .modal-body .body-text ul li,
.modal-pengaduan-wrapper .modal-body .body-text ol li{
    font-family: 'Hind', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 5px;
    color: #4F556A;
}
.modal-pengaduan-wrapper .modal-body .body-text ul li{
    list-style-type: disc;
}
.modal-pengaduan-wrapper .modal-body .body-text ol li{
    list-style-type: decimal;
}
.modal-pengaduan-wrapper .modal-body .body-text ul{
    color: #4F556A;
    padding: 0 40px;
}
.modal-pengaduan-wrapper .modal-body .body-text ol{
    color: #4F556A;
    padding: 0 40px;
}
.modal-pengaduan-wrapper .modal-body .body-text form .field-input{
    margin-bottom: 20px;
}
.modal-pengaduan-wrapper .modal-body .body-text form .field-select .title{
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 17px;
    margin-bottom: 10px;
    color: #092f58;
}
.modal-pengaduan-wrapper .modal-body .body-text form .field-select ul{
    padding: 0;
    color: #9cacbd;
}
.modal-pengaduan-wrapper .modal-body .body-text form .field-input input{
    border: 1px solid #ced4da;
}
.modal-pengaduan-wrapper .modal-body .body-text form .field-input label{
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 17px;
    margin-bottom: 10px;
    color: #092f58;
}
.modal-pengaduan-wrapper .modal-body .body-text form .field-input textarea{
    border: 1px solid #ced4da;
    border-radius: 5px;
}.modal-pengaduan-wrapper .modal-body .body-text form .field-input textarea{
    height: 100px;
}
.modal-pengaduan-wrapper .modal-body .body-text form .button-input{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 90px;
}
.modal-pengaduan-wrapper .modal-body .body-text form .button-input button{
    font-family: 'Hind',sans-serif;
    color: #092f5850;
    font-weight: 800;
}.modal-pengaduan-wrapper .modal-body .body-text form .button-input .btn-input{
    padding: 15px 0;
    width: 140px;
    border-radius: 5px;
    color: white;
    background:linear-gradient(to right, #092f58, #103660);
    transition: all .5s;
}.modal-pengaduan-wrapper .modal-body .body-text form .button-input .btn-input:hover{
    width: 200px;
}
.field-input .radio-label{
    font-weight: 600 !important;
    font-size: 15px !important;
}

.about-main-content{
    width: 100%;
    height: auto;
    background-color: #fff;
    background-size: 50%;
    background-repeat: no-repeat;
}
.about-main-content .about-content-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: auto;
    padding: 50px 15px;
    gap: 50px;
}
.about-content-wrapper .image{
    width:calc(90% - 1rem);
    overflow:hidden;
    height:300px;
    border-radius: 1rem;
}
.about-content-wrapper .image img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.about-main-content .text-content{
    text-align: justify;
    max-width: 550px;
}
.about-main-content .text-content h1{
    font-family: 'Raleway',sans-serif;
    font-size: 40px;
    text-align: center;
    font-weight: 900;
    color: #092f58;
    margin-bottom: 10px;
}
.about-main-content .text-content h1 span{
    display: block;
    color: #36a7e3;
}
.about-main-content .text-content p{
    font-family: "Hind",sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #9196A7;
}
.about-main-content .img-content{
    position: relative;
    width: 350px;
    height: 350px;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 4px 8px #0003;
}.about-main-content .img-content img{
    width: 100px;
}
.about-main-content .img-content img:first-child{
    position: absolute;
    top: -10px;
    left: -15px;
    transform: rotate(-45deg);
}
.about-main-content .img-content img:last-child{
    position: absolute;
    bottom: -10px;
    right: -15px;
    transform: rotate(45deg);
}
/* Milestone Section  */

.milestone-org{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10;
    background-color: rgba(247, 247, 247, 0.404);
    background-image: url(../images/dot-map-1.png);
    background-repeat: no-repeat;
    background-position: bottom 0 right 0;
    padding: 100px 0;
}
.milestone-org .widget-milestone{
    max-width: 1400px;
    margin: auto;
    padding: 0 20px;
}
.widget-milestone .milestone-header{
    text-align: center;
    width: 100%;
    margin: auto;
    padding-bottom: 50px;
}.widget-milestone .milestone-header h1{
    font-family: 'Raleway',sans-serif;
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 10px;
    color: #092f58;
}.widget-milestone .milestone-header p{
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #9196A7;
}
.widget-milestone .milestone-body{
    width: 100%;
    height: auto;
    position: relative;
}
.widget-milestone .milestone-body::after{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    height: 100%;
    width: 5px;
    background-color: #d6dadd;
    border-radius: 10px;
}
.widget-milestone .milestone-content{
    padding: 30px 50px;
    position: relative;
    width: 100%;
    left: 0;
}
.widget-milestone .milestone-content .circle-pointer{
    width: 25px;
    height: 25px;
    background-color: #36a7e3;
    outline: 5px solid white;
    position: absolute;
    top: 15px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 5;
    border-radius: 100%;
}
.milestone-content .widget-content-milestone{
    background-color: #fff;
    position: relative;
    border-radius: 6px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 6%);
    display: flex;
    flex-direction: column-reverse;
    overflow: hidden;
    cursor: pointer;
    transition: all .5s;
}.milestone-content .widget-content-milestone:hover{
    background-color: #fdfdfd;
    transform: scale(1.05);
}
.widget-content-milestone .arrow-milestone{
    width: 0;
    height: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    left: -15px;
}

.milestone-content:nth-child(even) .widget-content-milestone .arrow-milestone{
    left: -15px;
    border-left: none;
    border-right: 15px solid #fff;
}
.milestone-content .widget-content-milestone .widget-text{
    padding: 15px 20px;
    border-top: 3px solid #f3f3f383;
}
.milestone-content .widget-content-milestone .widget-text h1{
    font-family: 'Raleway',sans-serif;
    font-size: 17px;
    font-weight: 900;
    color: #092f58;
    margin-bottom: 5px;
}.milestone-content .widget-content-milestone .widget-text h2{
    font-family: 'Raleway',sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #4F556A;
    margin-bottom: 10px;
}.milestone-content .widget-content-milestone .widget-text p{
    font-family: 'Hind',sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #4F556A;
}.milestone-content .widget-content-milestone .widget-text .english-v{
    margin: 15px 0;
    padding-top: 15px;
    border-top: 1px solid rgba(0,0,0,.1);
    color: rgba(0,0,0,.3);
}.milestone-content .widget-content-milestone .widget-text .content-head{
    text-align: center;
}
.milestone-content .widget-content-milestone .widget-text ul{
    list-style-type: disc;
    padding-left: 20px;
    color: #4F556A;
}
.milestone-content .widget-content-milestone .widget-icon{
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}.widget-content-milestone .widget-icon .icon-bg{
    background-color: #36a7e3;
    padding: 20px;
    border-top-left-radius: 20px;
}.widget-icon .icon-bg i{
    color: #fff;
    font-size: 20px;
}
.milestone-struct-organization{
    width: 100%;
    height: auto;
}.milestone-struct-organization .structure-wrapper{
    max-width: 1400px;
    height: auto;
    margin: auto;
    background-color: red;
}

.close-float.desktop{
    position: fixed;
    bottom: 20px;
    width: 60px;
    height: 60px;
	right: 24px;
    background-color: #042181;
    border-radius: 50px;
    cursor: pointer;
    transition: all .5s;
}.close-float.desktop:hover{
    background-color: #fff;
    border: 1px solid #042181;
}.close-float.desktop:hover i{
    color: #042181;
}.close-float.desktop i{
    width: 100%;
    height: 100%;
    text-align: center;
    margin: auto;
    font-size: 40px;
    color: #fff;
    line-height: 60px;
}
.faq-room{
    position: fixed;
    z-index: 10000;
    bottom: 90px;
    right: 10px;
    width: 400px;
    height: 400px;
    display: flex;
    flex-direction: column;
    box-shadow:0px 10px 30px rgba(0, 0, 0, 0.10);
    border: 1px solid #fff;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
}
.faq-room .head-faq{
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #042181;
}
.faq-room .head-faq span{
    cursor: pointer;
}.faq-room .head-faq span i{
    font-size: 35px;
    color: #fff;
}

.faq-room .head-faq .head-content {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}.faq-room .head-faq .head-content .head-img{
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #2765a7;
}.faq-room .head-faq .head-content .head-text h1{
    font-family: "Hind", sans-serif;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 5px;
    color: #fff;
}.faq-room .head-faq .head-content .head-text p{
    font-family: "Hind",sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.faq-room .body-faq{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background-color: #fff;
    &::-webkit-scrollbar{
        width: 5px;
    }
    &::-webkit-scrollbar-track{
        background: transparent; 
    }
    &::-webkit-scrollbar-thumb:hover{
        background: #92929e; 
    }
    &::-webkit-scrollbar-thumb{
        background: #92929e; 
        border-radius: 50px;
    }
}   
.faq-room .body-faq .body-wrapper{
    padding: 20px 20px 0 20px;
}

.team-content{
    background-color: rgba(247, 247, 247, 0.404);
    width: 100%;
    padding: 50px 15px;
}
.team-content .team-content-wrapper{
    max-width: 1400px;
    margin: auto;
}
.team-content-img{
    padding-top: 30px;
    width: 100%;
    height: auto;
}
.team-content-img img{
    width: 100%;
    height: auto;
}
.team-content-header{
    text-align: center;
}.team-content-header h1{
    font-family: 'Raleway',sans-serif;
    font-size: 35px;
    font-weight: 900;
    color: #092f58;
    margin-bottom: 10px;
}.team-content-header p{
    width: 100%;
    margin:auto;
    font-family: "Hind",sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #9196A7;
}
.btn-structure:hover a{
    color: #fff;
}
.btn-structure{
    margin: auto;
    width: 200px;
    margin-top: 20px;
    font-family: 'Raleway',sans-serif;
    font-size: 14px;
    font-weight: 900;
    padding: 15px 10px;
    border:1px solid #15477c;
    transition: all .5s;
}.btn-structure:hover{
    transform: scale(0.95);
    color: #fff;
    background-color: #092f58;
}.btn-structure::before{
    opacity: 0;
    content: "";
    width: 220px;
    padding: 15px;
    border:1px solid #092f58;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 1s;
    z-index: -99;
}.btn-structure:hover::before{
    bottom: -10px;
    left: -10px;
    opacity: 1;
}

@keyframes modalEnter{
    0% {
        top: -40%;
    }
    100%{
        top: 50%;
    }
}

@keyframes roomEnter{
    0% {
        bottom: 100%;
    }
    100%{
        bottom: 20;
    }
}

@media (max-width:1400px){
    .widget-about-us .content ol{
        margin-left: 1em;
        margin-right: 1em;
    }

}

.g-recaptcha{
  margin-bottom: 20px;
}
.g-recaptcha.footer-captcha{
  margin-bottom: 13vh;
}

.best-partner{
    width: 250px !important;
    max-width: none !important;
}
.slide-type-partner .swiper-slide{
    flex-shrink:0;
    width:100%;
    height:100%;
    position:relative;
    display: flex;
    justify-content: center;
}

.logo-b4footer{
    max-width: 1400px;
    margin: auto;
    padding: 20px;
    margin-bottom: 30px;
}
.logo-b4footer .content-b4footer{
    opacity: 20%;
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: space-between;
}
.logo-b4footer .content-b4footer .line{
    width: 100%;
    height: 1px;
    border-radius: 25px;
    background-color: #EDEDED;
}
.logo-b4footer .content-b4footer img{
    flex-shrink: 0;
    max-width: 200px;
}

.gdpr-cookie-notice{
    width: 100%;
    background-image: url("../images/dot-map.png");
    background-size: contain;
    background-position: top 15 right 0;
    background-repeat: no-repeat;
    background-color: #092f58;
    border-top: 4px solid #3a5879;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.gdpr-cookie-notice .gdpr-cookie-notice-description{
    width: 100%;
    padding: 25px;
    font-size: 14px;
    line-height: 20px;
    font-family: "Raleway",sans-serif;
    color: #fff;
}

.gdpr-cookie-notice .gdpr-cookie-notice-nav{
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    gap: 10px;
    border-top: 1px solid #3a5879;
    font-family: "Hind",sans-serif;
}
.gdpr-cookie-notice .gdpr-cookie-notice-nav .gdpr-cookie-notice-nav-item.gdpr-cookie-notice-nav-item-settings{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
}
.gdpr-cookie-notice .gdpr-cookie-notice-nav .gdpr-cookie-notice-nav-item.gdpr-cookie-notice-nav-item-accept.gdpr-cookie-notice-nav-item-btn{
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 13px;
    background-color: white;
    color: #092f58;
    position: relative;
    transition: all .5s;
    transform: scale(1);
}
.gdpr-cookie-notice .gdpr-cookie-notice-nav .gdpr-cookie-notice-nav-item.gdpr-cookie-notice-nav-item-accept.gdpr-cookie-notice-nav-item-btn:hover{
    transform: scale(0.9);
}
.gdpr-cookie-notice .gdpr-cookie-notice-nav .gdpr-cookie-notice-nav-item.gdpr-cookie-notice-nav-item-accept.gdpr-cookie-notice-nav-item-btn:after{
    width: 100%;
    height: 100%;
    content: "";
    border: 1px solid white;
    position: absolute;
    transition: all .5s;
    bottom: 0;
    left: 0;
}
.gdpr-cookie-notice .gdpr-cookie-notice-nav .gdpr-cookie-notice-nav-item.gdpr-cookie-notice-nav-item-accept.gdpr-cookie-notice-nav-item-btn:hover:after{
    bottom: -5px;
    left: -5px;
}

.penghargaan-preview{
    max-width: 1100px;
    /* max-width: 1440px; */
    top: 1000px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(80% - 1rem);
    height: 500px;
    z-index: 999999;
    position: fixed;
    opacity: 0;
}
.penghargaan-preview .penghargaan-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.penghargaan-preview .penghargaan-wrapper .close-btn{
    z-index: 30;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
    cursor: pointer;
}
.penghargaan-wrapper .penghargaan-image{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #cbcbcb;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.penghargaan-wrapper .penghargaan-image img{
    width: 70%;
    transition: all .5s;
    box-shadow:
    1.9px 1.1px 2.2px rgba(0, 0, 0, 0.02),
    4.6px 2.7px 5.3px rgba(0, 0, 0, 0.028),
    8.6px 5px 10px rgba(0, 0, 0, 0.035),
    15.4px 8.9px 17.9px rgba(0, 0, 0, 0.042),
    28.8px 16.7px 33.4px rgba(0, 0, 0, 0.05),
    69px 40px 80px rgba(0, 0, 0, 0.07)
    ;
}
.penghargaan-wrapper .penghargaan-image .penghargaan-btnMore{
    font-family: 'Raleway',sans-serif;
    position: absolute;
    font-size: 15px;
    padding: 15px 20px;
    color:#fff;
    background-color: #092f58;
    font-weight: 700;
    cursor: pointer;
    opacity: 0;
    transform: scale(0);
    transition: all .5s;
}
.penghargaan-wrapper .penghargaan-image .penghargaan-btnMore::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    opacity: 0;
    border: 1px solid #092f58;
    transition: all .5s;
}
.penghargaan-wrapper .penghargaan-image .penghargaan-btnMore:hover::after{
    right: 10px;
    bottom: 5px;
    opacity: 1;
}
.penghargaan-wrapper .penghargaan-image .penghargaan-shadow{
    width: 100%;
    height: 100%;
    background-color:#12121294;
    position: absolute;
    opacity: 0;
    transition: all .5s;
}

.penghargaan-wrapper .penghargaan-image:hover .penghargaan-btnMore{
    opacity: 1;
    transform: scale(1);
}
.penghargaan-wrapper .penghargaan-image:hover .penghargaan-shadow{
    opacity: 1;
}
.penghargaan-wrapper .penghargaan-image:hover img{
    width: 100%;
    box-shadow: none;
}

.penghargaan-wrapper .penghargaan-text{
    display: flex;
    flex-direction: column;
    font-family: 'Raleway',sans-serif;
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 20px 30px;
}
.penghargaan-text .penghargaan-textarea{
    height: 100%;
    width: 100%;
    padding: 20px 0;
    overflow-y: auto;
}
.penghargaan-text .penghargaan-textarea p{
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #4d4d4d;
}
.penghargaan-text .penghargaan-flex{
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 2px solid #f9f9f9;
}
.penghargaan-text .profile-circle{
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 1px solid #eeeeee;
    background: linear-gradient(to bottom, #fff, #ececec);
    display: flex;
    align-items: center;
    justify-content: center;
}
.penghargaan-text .profile-circle img{
    width: 90%;
}
.penghargaan-text .profile-text h1{
    width: calc(70% - 5px);
    font-size: 16px;
    font-weight: 700;
    color: #092f58;
}
.penghargaan-text .profile-text .kategori-penghargaan{
   display: flex;
   gap: 5px;
   margin-top: 3px;
}
.kategori-penghargaan .colored{
    color: #092f58 !important;
}
.penghargaan-text .profile-text .kategori-penghargaan p{
    font-family: 'Raleway',sans-serif;
    font-size: 12px;
    color: #092f5852;
    font-weight: 600;
}
.page-item.active .page-link{
    background-color: transparent !important;
    color: #092f58 !important;
    border:none !important;
}
.page-link{
    color: #bfbfbf !important;
    padding: 0 !important;
    border: none !important;
}
.pagination{
    display: block;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: none !important;
    border: none !important;
}
@media screen and (min-width:768px){
    .dataTables_wrapper .dataTables_info{
        width: 100% !important;
    }
}

@media screen and (max-width:768px){
    .penghargaan-preview .penghargaan-wrapper{
        grid-template-columns: 1fr;
    }
}

@keyframes popUpAnimation{
    0%{
        transform: scale(0);
    }
    25%{
        transform: scale(1);
    }
    50%{
        transform: scale(0.9);
    }
    100%{
        transform: scale(1);
    }
}

/* bagian pop up dan confetti  */
/* .popUp-backdrop{
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    top: 0;
    display: block;
    background-color: rgb(13 13 13 / 95%);
}
.popUpAnimation{
    animation: popUpAnimation .6s;
    animation-fill-mode: forwards;
    animation-delay: 3s;
}
.popUp-backdrop.hide{
    display: none;
}

.popUp-wrapper{
    z-index: 999999;
    position: fixed;
    max-width: 1100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(80% - 1rem);
    height: 600px;
    margin: auto;
}
.popUp-image-wrapper{
    transform: scale(1);
    position: relative;
    width: 50%;
    margin: auto;
    height: 100%;
    background-color: #fff;
    padding: 60px 0;
    border-radius: 5px;
}
.popUp-image-wrapper i{
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 32px;
    color: #c5c5c5;
}
.popUp-image-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: contain;
} */
/* z-index: 9999;
    position: fixed;
    max-width: 700px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(80% - 1rem);
    height: 500px;
    background-color: red;
    margin: auto; */