@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,500&display=swap");

* {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    -webkit-transition: 0.5s ease !important;
    transition: 0.5s ease !important;
}

:root {
    --vw: 0.056916667vw;
}

html {
    -webkit-tap-highlight-color: transparent;
}

:focus {
    outline: none;
}

.contactform .form_group.col-2 {
    grid-column: auto / span 2;
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: 400;
    font-size: calc(var(--vw) * 14);
    font-family: "poppins";
    color: #222222;
}

body.hide {
    overflow-y: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
ol,
ul,
li {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    line-height: 1;
    color: #000;
}

.img_fluid,
img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: auto;
}

.description {
    line-height: 1.5;
}

.mobilenumber {
    display: none;
}

.description ul,
.description ol,
.description p,
.description img {
    margin-top: calc(var(--vw) * 10);
    color: #444444;
}

.description ul:first-child,
.description ol:first-child,
.description p:first-child,
.description img:first-child {
    margin-top: 0;
}

.description ul li,
.description ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: calc(var(--vw) * 4);
}

.description ul li:last-child,
.description ol li:last-child {
    margin-bottom: 0;
}
.ndislogo {
    text-align: right;
}

.ndislogo img {
    width: 70%;
    padding: 7px 12px;
    background: #fff;
    border-radius: 6px;
    margin: 0 0 0 auto;
}

.description ul li span,
.description ul li a,
.description ol li span,
.description ol li a {
    line-height: 1.5;
}

.description ul.dot li,
.description ol.dot li {
    padding-left: calc(var(--vw) * 20);
    position: relative;
    z-index: 1;
}

.description ul.dot li::before,
.description ol.dot li::before {
    position: absolute;
    content: "";
    top: calc(var(--vw) * 5);
    left: 0;
    z-index: -1;
    width: calc(var(--vw) * 11);
    height: calc(var(--vw) * 11);
    border-radius: 100%;
    -webkit-mask: url(../img/dropdown.svg) center center no-repeat;
    -webkit-mask-size: contain;
    background: #F08229;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.btn_holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.btn_holder a,
.btn_holder .btn {
    margin-left: calc(var(--vw) * 25);
}

.btn_holder a:first-child,
.btn_holder .btn:first-child {
    margin-left: 0;
}


/*search css*/
.relative {
    position: relative;
}

.searchicon1 {
    background: url(../img/loupe.png) !important;
    background-repeat: no-repeat !important;
    background-size: 6% !important;
    background-position: 95% !important;

}

#content {
    position: absolute;
}

#mobilecontent {
    padding: 0px 25px;
    margin-bottom: 16px;
}

.padding10 {
    padding: 16px 20px !important;
    font-size: 15px !important;
}

#content.on {
    -webkit-animation-name: in-out;
    animation-name: in-out;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.input {
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: Roboto;
    outline: 0;
    -webkit-transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;
    transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.searchbtn {
    background: none;
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 20px;
    padding: 0;
    border-radius: 100%;
    outline: 0;
    border: 0;
    color: inherit;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.none {
    display: none;
}

.searchbtn:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 11px;
    margin-left: 8px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.close {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.close:before {
    content: "";
    position: absolute;
    width: 27px;
    height: 2px;
    margin-top: -1px;
    margin-left: -20px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.close:after {
    content: "";
    position: absolute;
    width: 27px;
    height: 2px;
    background-color: #fff;
    margin-top: -1px;
    margin-left: -20px;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.square {
    box-sizing: border-box;
    padding: 0 40px 0 10px;
    width: 185px;
    height: 35px;
    border: 2px solid #ffffff;
    border-radius: 0;
    background: none;
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    outline: 0;
    -webkit-transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out,
        padding 0.2s;
    transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out,
        padding 0.2s;
    -webkit-transition-delay: 0.4s, 0s, 0.4s;
    transition-delay: 0.4s, 0s, 0.4s;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

/*search css*/



.fw-light {
    font-weight: 300 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 600 !important;
}

.fw-bolder {
    font-weight: 900 !important;
}

.relative {
    position: relative;
}

.bluebg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(31, 112, 176, 0.9);
    z-index: -1;
}

.title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.3;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    font-weight: 600;
}

.title.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6 {
    line-height: 1.3;
    font-weight: 900;
}

.container {
    width: 60%;
    margin: auto;
}

.submitbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    border: none;
    cursor: pointer;
    line-height: 1;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    border-radius: calc(var(--vw) * 50);
    background: #F08229;
    color: #fff;
    padding: calc(var(--vw) * 18) calc(var(--vw) * 30);
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    outline: none;
    border: none;
    cursor: pointer;
    line-height: 1;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    z-index: 1;
    border-radius: calc(var(--vw) * 50);
    background: #3e3d88;
    color: #fff;
    padding: calc(var(--vw) * 18) calc(var(--vw) * 30);
}

.btn.btn_arrow {
    padding: calc(var(--vw) * 10) calc(var(--vw) * 50) calc(var(--vw) * 10) calc(var(--vw) * 15);
    min-height: calc(var(--vw) * 45);
}

.btn.btn_arrow::before {
    position: absolute;
    content: "";
    top: calc(var(--vw) * 5);
    right: calc(var(--vw) * 5);
    width: calc(var(--vw) * 35);
    height: calc(var(--vw) * 35);
    border-radius: 100%;
    background: #fff;
    opacity: 0.75;
    z-index: -1;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.btn.btn_arrow::after {
    position: absolute;
    content: "";
    top: 50%;
    right: calc(var(--vw) * 15);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-mask: url(../img/arrow.svg) center center no-repeat;
    -webkit-mask-size: contain;
    width: calc(var(--vw) * 10);
    height: calc(var(--vw) * 10);
    background: #000;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.btn.btn_arrow.btn_border {
    border: calc(var(--vw) * 1) solid #3e3d89;
    background: transparent;
    color: #222222;
}

.btn.btn_arrow.btn_border::before {
    background: #3e3d89;
    opacity: 0.75;
}

.btn.btn_arrow.btn_border:hover {
    border-color: transparent;
    background: #3e3d89;
    color: #fff;
}

.btn.btn_arrow.btn_border:hover::before {
    background: #fff;
}

.btn.btn_transparent {
    background: #fff;
    -webkit-box-shadow: 0 0 calc(var(--vw) * 10) rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 calc(var(--vw) * 10) rgba(0, 0, 0, 0.1);
    color: #1f70b0;
    padding: calc(var(--vw) * 16) calc(var(--vw) * 28);
    min-width: calc(var(--vw) * 150);
}

.btn.btn_transparent:hover {
    background: #1f70b0;
    color: #fff;
}

.btn.btn_white {
    background: #fff;
    color: #000;
}

.btn:hover {
    background: #2c80c1;
}

.btn:hover.btn_arrow::before {
    opacity: 1;
}

.btn:hover.btn_arrow::after {
    background: #F08229;
}

.btn:hover.btn_white {
    background: #1F70B0;
    color: #fff;
    -webkit-box-shadow: 0 0 calc(Var(--vw) * 10) calc(Var(--vw) * 2) rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 calc(Var(--vw) * 10) calc(Var(--vw) * 2) rgba(0, 0, 0, 0.1);
}

.btn:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

input {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.form_control {
    line-height: 1;
    width: 100%;
    border: none;
    outline: none;
    background: #fff;
    font-size: inherit;
    font-weight: 400;
    font-family: inherit;
    padding: calc(var(--vw) * 10) calc(var(--vw) * 20);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.img_icon {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
}

h2 {
    font-size: calc(var(--vw) * 40);
}

h3 {
    font-size: calc(var(--vw) * 26);
}

h4 {
    font-size: calc(var(--vw) * 22);
}

h5 {
    font-size: calc(var(--vw) * 18);
}

h6 {
    font-size: calc(var(--vw) * 16);
}

.title_box {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-gap: calc(var(--vw) * 25);
}

.title_box.center {
    place-items: center;
    text-align: center;
}

.grid-4{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
}

.ndis_section{
	padding: 130px 0px 100px 0px;
}
.ndis_image img{
	border-radius: calc(var(--vw) * 12);
}
.justify{
	text-align: justify;
}
.box-wrapper{
	background: rgb(31, 112, 176);
  padding: calc(var(--vw) * 25);
  border-radius: calc(var(--vw) * 6);
  width: 100%;
  height: 100%;
	color: #fff;
	text-align: center;
}
.box-wrapper .icon{
	height: 100px;
  width: 100px;
  margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  padding: 20px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #000;
  margin-top: -77px;
  margin-bottom: 20px;
}
.box-wrapper h3{
	font-size: calc(var(--vw) * 20);
	margin-bottom: 10px;
}
.padding {
    padding: calc(var(--vw) * 60) 0;
}

.row_box {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-gap: calc(var(--vw) * 50);
}

.row_box.center {
    place-items: center;
    text-align: center;
}

.sectiontitle_box {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-gap: calc(var(--vw) * 15);
}

.sectiontitle_box.center {
    place-items: center;
    text-align: center;
}

.boxshadow {
    -webkit-filter: drop-shadow(0 0 calc(var(--vw) * 10) rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 calc(var(--vw) * 10) rgba(0, 0, 0, 0.1));
}

.col_dim {
    color: #444444;
}

.col_white {
    color: #fff !important;
}

.title_holder {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-gap: calc(var(--vw) * 10);
}

.title_holder.center {
    place-items: center;
    text-align: center;
}

.col_skyblue {
    color: #2c7fc1;
}

section {
    position: relative;
    z-index: 10;
    /* overflow: hidden;*/
}

.dimblue_bg {
   /* background: #f2fafd;*/
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2fafd+0,000000+100&0.65+0,0+100 */
background: linear-gradient(to bottom,  rgba(242,250,253,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bluebgsection{
	 background: #f2fafd;
}

.section_title {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-gap: calc(var(--vw) * 20);
}

.section_title.center {
    place-items: center;
    text-align: center;
}

.section_title.center .title_holder {
    place-items: center;
    text-align: center;
}

.slider_box {
    min-width: 100%;
    max-width: 100%;
}

.col_blue {
    color: #1590a9 !important;
}

.owl-theme.owl-carousel .owl-nav {
    position: absolute;
    width: auto;
    margin-top: calc(Var(--vw) * 0);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: min-content min-content;
    grid-template-columns: -webkit-min-content -webkit-min-content;
    grid-template-columns: min-content min-content;
    grid-gap: calc(var(--vw) * 5);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.owl-theme.owl-carousel .owl-nav.center {
    place-items: center;
    text-align: center;
}

.owl-theme.owl-carousel .owl-nav [class*="owl-"] {
    display: block;
    margin: 0;
    border-radius: 100%;
    width: calc(var(--vw) * 35);
    height: calc(var(--vw) * 35);
    background: #1f70b0;
    padding: calc(var(--vw) * 11) !important;
    -webkit-box-shadow: 0 0 calc(Var(--vw) * 10) rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 calc(Var(--vw) * 10) rgba(0, 0, 0, 0.1);
}

.owl-theme.owl-carousel .owl-nav [class*="owl-"] .nav_arrow {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-mask: url(../img/dropdown.svg) center center no-repeat;
    -webkit-mask-size: contain;
    background: #fff;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.owl-theme.owl-carousel .owl-nav [class*="owl-"]:hover {
    background: #fff;
}

.owl-theme.owl-carousel .owl-nav [class*="owl-"]:hover .nav_arrow {
    background: #F08229;
}

.owl-theme.owl-carousel .owl-nav .owl-prev .nav_arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.owl-theme.owl-carousel.bottom .owl-nav {
    bottom: calc(0% + calc(Var(--vw) * -17));
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.owl-theme.owl-carousel.top .owl-nav {
    top: calc(var(--vw) * -125);
    right: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    display: -ms-grid;
    display: grid;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-gap: calc(Var(--vw) * 5);
}

.owl-theme.owl-carousel.top .owl-nav.center {
    place-items: center;
    text-align: center;
}

.header_section {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    overflow: visible;
    z-index: 100;
}

.header_section.active,
.header_section.menu_active {
    -webkit-box-shadow: 0 0 calc(var(--vw) * 10) rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 calc(var(--vw) * 10) rgba(0, 0, 0, 0.1);
}

.header_contact_area {
    background: #fff;
    padding: calc(var(--vw) * 10) 0;
    border-top: calc(var(--vw) * 10) solid #1F70B0;
}

.header_contact_area .header_box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    grid-gap: calc(var(--vw) * 30);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_contact_area .header_box.center {
    place-items: center;
    text-align: center;
}

.header_logo a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    height: 90px;
    max-height: 90px;
}

.header_logo a img {
    object-fit: contain;
    object-position: left center;
    height: 100%;
}

.header_contact_area .header_box .header_logo_box {
    width: calc(var(--vw) * 250);
}

.header_contact_area .header_box .header_contact_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header_contact_area .header_box .header_contact_box .header_contact_box_holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header_contact_area .header_box .header_contact_box .header_contact_box_holder .header_contact_item {
    padding: 0 calc(var(--vw) * 20);
    border-right: calc(var(--vw) * 1) solid #e5e5e5;
}

.header_contact_area .header_box .header_contact_box .header_contact_box_holder .header_contact_item:first-child {
    padding-left: 0;
}

.header_contact_area .header_box .header_contact_box .header_contact_box_holder .header_contact_item:last-child {
    padding-right: 0;
    border-right: none;
}

.header_contact_area .header_box .header_contact_box .header_contact_box_holder .header_contact_item .header_contact {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    grid-gap: calc(var(--vw) * 10);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_contact_area .header_box .header_contact_box .header_contact_box_holder .header_contact_item .header_contact.center {
    place-items: center;
    text-align: center;
}

.header_contact_area .header_box .header_contact_box .header_contact_box_holder .header_contact_item .header_contact .header_contact_icon {
    display: block;
    width: calc(var(--vw) * 30);
    height: calc(var(--vw) * 30);
    border-radius: 100%;
    background: #f2fafd;
    padding: calc(var(--vw) * 8);
}

.header_contact_area .header_box .header_contact_box .header_contact_box_holder .header_contact_item .header_contact .header_contact_icon span.img_icon {
    background: #1590a9;
}

.header_contact_area .header_box .header_contact_box .header_contact_box_holder .header_contact_item .header_contact .header_contact_text p {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-gap: calc(var(--vw) * 5);
}

.header_contact_area .header_box .header_contact_box .header_contact_box_holder .header_contact_item .header_contact .header_contact_text p.center {
    place-items: center;
    text-align: center;
}

.header_contact_area .header_box .header_contact_box .header_contact_box_holder .header_contact_item .header_contact .header_contact_text p span,
.header_contact_area .header_box .header_contact_box .header_contact_box_holder .header_contact_item .header_contact .header_contact_text p a {
    line-height: 1.5;
    font-size: calc(var(--vw) * 12);
}
.service_item_title .title{
	justify-content: center;
}
.header_contact_area .header_box .header_contact_box .header_contact_box_holder .header_contact_item .header_contact .header_contact_text p a:hover {
    color: #F08229;
}

.header_menu_bar {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header_menu_bar .menu_bar {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-gap: 0;
    -webkit-transition: var(--trans);
    transition: var(--trans);
}

.header_menu_bar .menu_bar.center {
    place-items: center;
    text-align: center;
}

.header_menu_bar .menu_bar.active span {
    background: #f16528;
}

.header_menu_bar .menu_bar.active span.one,
.header_menu_bar .menu_bar.active span.four {
    opacity: 0;
}

.header_menu_bar .menu_bar.active span.two {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header_menu_bar .menu_bar.active span.three {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header_menu_bar .menu_bar span {
    display: block;
    width: 30px;
    height: 5px;
    border-radius: 30px;
    background: #0192ed;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / span 1;
}

.header_menu_bar .menu_bar span.one {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
    margin-bottom: 5px;
}

.header_menu_bar .menu_bar span.four {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / span 1;
    margin-top: 5px;
}

.header_menu_box {
    background: #1F70B0;
    -webkit-box-shadow: 0 0 calc(var(--vw) * 10) rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 calc(var(--vw) * 10) rgba(255, 255, 255, 0.2);
}

.header_menu_box .header_menu_holder {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto auto;
    grid-template-columns: 1fr auto auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_menu_box .header_menu_holder.center {
    place-items: center;
    text-align: center;
}

.header_menu_box .header_menu_holder .header_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.header_menu_box .header_menu_holder .header_menu ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

.header_menu_box .header_menu_holder .header_menu ul li {
    display: block;
    margin-right: calc(var(--vw) * 50);
}

.header_menu_box .header_menu_holder .header_menu ul li:last-child {
    margin-right: 0;
}

.header_menu_box .header_menu_holder .header_menu ul li a {
    color: #fff;
    display: block;
    padding: calc(var(--vw) * 25) 0;
    position: relative;
    z-index: 1;
}

.header_menu_box .header_menu_holder .header_menu ul li a::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: calc(var(--vw) * 4);
    background: #fff;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    z-index: -1;
}

.header_menu_box .header_menu_holder .header_menu ul li a span.img_icon {
    display: none;
}

.header_menu_box .header_menu_holder .header_menu ul li a:hover::before {
    width: 100%;
}

.header_menu_box .header_menu_holder .header_menu ul li ul {
    display: none;
}

.header_menu_box .header_menu_holder .header_menu ul li.dropdown {
    position: relative;
    z-index: 1;
}

.header_menu_box .header_menu_holder .header_menu ul li.dropdown a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    grid-gap: calc(var(--vw) * 10);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_menu_box .header_menu_holder .header_menu ul li.dropdown a.center {
    place-items: center;
    text-align: center;
}

.header_menu_box .header_menu_holder .header_menu ul li.dropdown a span.img_icon {
    display: block;
    width: calc(var(--vw) * 10);
    height: calc(var(--vw) * 10);
    -webkit-mask: url(../img/dropdown.svg) center center no-repeat;
    -webkit-mask-size: contain;
    background: #fff;
}

.header_menu_box .header_menu_holder .header_menu ul li:hover ul {
    position: absolute;
    display: block;
    top: calc(100% + calc(Var(--vw) * 0));
    min-width: calc(var(--vw) * 175);
    height: 300px;
	overflow-x: scroll;
    background: #fff;
    -webkit-box-shadow: 0 0 calc(var(--vw) * 10) rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 calc(var(--vw) * 10) rgba(0, 0, 0, 0.1);
}

.header_menu_box .header_menu_holder .header_menu ul li:hover ul::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(var(--vw) * 15);
    bottom: 100%;
    left: 0;
    background: transparent;
}

.header_menu_box .header_menu_holder .header_menu ul li:hover ul li {
    display: block;
    width: 100%;
}

.header_menu_box .header_menu_holder .header_menu ul li:hover ul li a {
    display: block;
    width: 100%;
    color: #333;
    border-bottom: calc(var(--vw) * 1) solid #e5e5e5;
    padding: calc(var(--vw) * 15) calc(var(--vw) * 20);
}

.header_menu_box .header_menu_holder .header_menu ul li:hover ul li a:hover {
    background: #1f70b0;
	color: #fff;
}

.header_menu_box .header_menu_holder .header_menu ul li:hover ul li a::before {
    width: 0;
    height: 0;
}

.header_menu_box .header_menu_holder .header_menu ul li:hover ul li:last-child a {
    border-bottom: 0;
}

.header_menu_box .header_menu_holder .header_menu ul li:hover a::before {
    width: 100%;
}

.header_menu_box .header_menu_holder .header_menu ul li:hover a span.img_icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header_menu_box .header_menu_holder .header_button {
    height: 100%;
}

.header_menu_box .header_menu_holder .header_button a {
    display: block;
    width: 100%;
    height: 100%;
    background: #3d3d87;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: calc(var(--vw) * 16);
    color: #fff;
    padding: calc(Var(--vw) * 20);
    font-weight: 500;
}

.banner_section {
    width: 100%;
    height: 100%;
}

.banner_box {
    padding: calc(var(--vw) * 100) 0;
    display: -ms-grid;
    display: grid;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-gap: calc(var(--vw) * 30);
    width: 45%;
}

.banner_box.center {
    place-items: center;
    text-align: center;
}

.banner_box .banner_text_box .title_box {
    grid-gap: calc(var(--vw) * 40);
}

.aboutus_item_box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: calc(var(--vw) * 15);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.aboutus_item_box.center {
    place-items: center;
    text-align: center;
}

.aboutus_item_box .aboutus_item {
    height: 100%;
    display: block;
}

.aboutus_item_box .aboutus_item a {
    background: #fff;
    padding: calc(var(--vw) * 30) calc(var(--vw) * 20);
    -webkit-box-shadow: 0 0 calc(var(--vw) * 10) rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 calc(var(--vw) * 10) rgba(0, 0, 0, 0.1);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    grid-gap: calc(var(--vw) * 15);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.aboutus_item_box .aboutus_item a.center {
    place-items: center;
    text-align: center;
}

.aboutus_item_box .aboutus_item a .aboutus_item_icon {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1 / span 1 / span 1;
    display: block;
    width: calc(var(--vw) * 40);
    height: calc(var(--vw) * 40);
    border-radius: 100%;
    background: #0192ed;
    padding: calc(var(--vw) * 10);
}

.aboutus_item_box .aboutus_item a .aboutus_item_icon span.img_icon {
    background: #fff;
}

.aboutus_item_box .aboutus_item a .aboutus_item_title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2 / span 1 / span 1;
}

.aboutus_item_box .aboutus_item a .aboutus_item_description {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2/1 / span 1 / span 2;
}

.aboutus_box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: calc(var(--vw) * 50);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.aboutus_box.center {
    place-items: center;
    text-align: center;
}

.aboutus_item_holder {
    display: -ms-grid;
    display: grid;
    height: 100%;
    position: relative;
    z-index: 1;
}

.aboutus_item_holder .aboutus_item_holder_imgbox {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/ 1 / span 1 / span 1;
    width: 100%;
    height: 100%;
    padding: 0 calc(var(--vw) * 220) calc(var(--vw) * 90) 0;
}

.aboutus_item_holder .aboutus_item_holder_imgbox .aboutus_item_holder_img {
    border-radius: calc(var(--vw) * 12);
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.aboutus_item_holder .aboutus_item_holder_imgbox .aboutus_item_holder_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center right;
    object-position: center right;
}

.aboutus_item_holder .about_item_holder_textbox {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/ 1 / span 1 / span 1;
    width: 100%;
    height: 100%;
    padding: calc(var(--vw) * 110) calc(var(--vw) * 70) 0 calc(var(--vw) * 140);
}

.aboutus_item_holder .about_item_holder_textbox .about_item_holder_text {
    background: #1F70B0;
    padding: calc(var(--vw) * 25);
    border-radius: calc(var(--vw) * 6);
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.aboutus_item_holder .about_item_holder_textbox .about_item_holder_text .title_box {
    height: 100%;
    place-items: center;
    text-align: center;
}

.aboutus_item_holder .about_item_holder_textbox .about_item_holder_text .title_box .description p {
    color: #fff;
    font-size: calc(var(--vw) * 17);
}

.aboutus_item_holder .about_item_holder_textbox .about_item_holder_text .title_box .btn_holder .btn {
    background: #fff;
    color: #222222;
    font-size: calc(var(--vw) * 15);
    line-height: 1.2;
    padding: calc(var(--vw) * 13) calc(var(--vw) * 20);
	font-weight: 600;
}

.aboutus_item_holder .aboutus_item_holder_icon_box {
    position: absolute;
    top: calc(var(--vw) * 75);
    right: 37%;
    width: calc(var(--vw) * 60);
    height: calc(var(--vw) * 60);
    background: #fff;
    border: calc(var(--vw) * 1) solid #F08229;
    display: block;
    padding: calc(var(--vw) * 17);
    border-radius: 100%;
}

.aboutus_item_holder .aboutus_item_holder_icon_box span.img_icon {
    -webkit-mask: url(../img/call.svg) center center no-repeat;
    -webkit-mask-size: contain;
    background: #F08229;
}

.aboutus_pattern {
    position: absolute;
    z-index: -1;
}

.aboutus_pattern.one {
    left: 0;
    top: calc(var(--vw) * 200);
}

.aboutus_pattern.one img {
    width: calc(var(--vw) * 120);
}

.aboutus_pattern.two {
    right: 0;
    top: calc(var(--vw) * 100);
}

.aboutus_pattern.two img {
    width: calc(var(--vw) * 150);
}

.service_item_box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: calc(var(--vw) * 20);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service_item_box.center {
    place-items: center;
    text-align: center;
}

.service_items {
    width: 100%;
    height: 100%;
    padding: calc(var(--vw) * 15) calc(var(--vw) * 15) calc(var(--vw) * 30);
    display: -ms-grid;
    display: grid;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-gap: calc(var(--vw) * 25);
    background: #fff;
    border-radius: calc(var(--vw) * 6);
    place-items: center;
    text-align: center;
}

.service_items.center {
    place-items: center;
    text-align: center;
}

.service_items .service_icon_img_box {
    width: 100%;
    padding-bottom: calc(Var(--vw) * 3);
    border-bottom: calc(var(--vw) * 3) solid #1f70b0;
}

.service_items .service_icon_img_box a {
    display: block;
    width: auto;
    height: auto;
    background: #1F70B0;
    overflow: hidden;
}

.sameheight{
	display: flex;
  flex-direction: column;
  gap: 15px;
  min-height: 250px;
}
.service_items .service_icon_img_box a img {
    width: 100% !important;
    height: 200px !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.service_items .service_icon_img_box a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.service_items:hover .service_icon_img_box a img {
    opacity: 0.8;
}

.service_items:hover .btn_holder .btn {
    border-color: transparent;
    background: #3e3d89;
    color: #fff;
}

.service_items:hover .btn_holder .btn::before {
    background: #fff;
}

.service_items:hover .service_item_title .title a h5 {
    color: #42AD4C;
}

.service_pattern {
    position: absolute;
    z-index: -1;
}

.service_pattern.one {
    bottom: 0;
    left: 0;
}

.service_pattern.one img {
    width: calc(var(--vw) * 150);
}

.service_pattern.two {
    top: 0;
    right: 0;
}

.service_pattern.two img {
    width: calc(var(--vw) * 200);
}

.whychooseus_section {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.whychooseus_section.center {
    place-items: center;
    text-align: center;
}

.whychooseus_section .whychooseleftbox {
    height: 100%;
    padding: calc(var(--vw) * 75) 0;
}

.whychooseus_section .whychooseleftbox .container {
    margin-right: 0;
    padding-right: calc(var(--vw) * 90);
}

.whychooseus_section .whychooseleftbox .whychoose_text_box {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-gap: calc(var(--vw) * 30);
}

.whychooseus_section .whychooseleftbox .whychoose_text_box.center {
    place-items: center;
    text-align: center;
}

.whychooseus_section .whychooserightbox {
    height: 100%;
    position: relative;
    z-index: 1;
}

.whychooseus_section .whychooserightbox .whychooseright_item_box {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.whychooseus_section .whychooserightbox .whychooseright_item_box .whychooseright_item_holder {
    background: #fff;
    padding: calc(var(--vw) * 15) calc(var(--vw) * 15) 0 calc(var(--vw) * 15);
    width: auto;
    margin-right: calc(Var(--vw) * 10);
}

.whychooseus_section .whychooserightbox .whychooseright_item_box .whychooseright_item_holder:last-child {
    margin-right: 0;
}

.whychooseus_section .whychooserightbox .whychooseright_item_box .whychooseright_item_holder:first-child {
    padding-left: 0;
}

.whychooseus_section .whychooserightbox .whychooseright_item_box .whychooseright_item_holder .whychooseright_item {
    background: #1F70B0;
    padding: calc(var(--vw) * 20) calc(var(--vw) * 15);
    min-width: calc(Var(--vw) * 175);
    max-width: calc(Var(--vw) * 200);
    display: -ms-grid;
    display: grid;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-gap: calc(var(--vw) * 25);
    place-items: center;
    text-align: center;
}

.whychooseus_section .whychooserightbox .whychooseright_item_box .whychooseright_item_holder .whychooseright_item.center {
    place-items: center;
    text-align: center;
}

.whychooseus_section .whychooserightbox .whychooseright_item_box .whychooseright_item_holder .whychooseright_item .whychooseright_item_text {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-gap: calc(Var(--vw) * 15);
}

.whychooseus_section .whychooserightbox .whychooseright_item_box .whychooseright_item_holder .whychooseright_item .whychooseright_item_text.center {
    place-items: center;
    text-align: center;
}

.whychooseus_section .whychooserightbox .whychooseright_item_box .whychooseright_item_holder .whychooseright_item .whychooseright_item_text p {
    font-size: calc(var(--vw) * 24);
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}

.whychooseus_section .whychooserightbox .whychooseright_item_box .whychooseright_item_holder .whychooseright_item .whychooseright_item_text span {
    font-size: calc(var(--vw) * 18);
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.2;
}

.whychooseus_section .whychooserightbox .whychooseright_item_box .whychooseright_item_holder .whychooseright_item .whychooseright_item_icon {
    width: calc(var(--vw) * 90);
    height: calc(var(--vw) * 90);
    padding: calc(var(--vw) * 18);
    background: #fff;
    border: calc(var(--vw) * 6) solid rgba(210, 240, 188);
    border-radius: 100%;
}

.whychooseus_section .whychooserightbox .whychooseright_item_box .whychooseright_item_holder .whychooseright_item .whychooseright_item_icon span.img_icon {
    background: #F08229;
}

.testimonial_slider {
    filter: drop-shadow(0 0 1px #0192ed);
}

.testimonial_items {
    padding: calc(var(--vw) * 25);
    background: #fff;
    display: -ms-grid;
    display: grid;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-gap: calc(Var(--vw) * 20);
    border-radius: calc(var(--vw) * 5);
}

.testimonial_items.center {
    place-items: center;
    text-align: center;
}

.testimonial_items .testimonial_name .title h1 {
    line-height: 1;
}

.testimonial_items .testimonial_name .title h2 {
    line-height: 1;
}

.testimonial_items .testimonial_name .title h3 {
    line-height: 1;
}

.testimonial_items .testimonial_name .title h4 {
    line-height: 1;
}

.testimonial_items .testimonial_name .title h5 {
    line-height: 1;
}

.testimonial_items .testimonial_description {
    margin-top: calc(var(--vw) * 20);
}

.testimonial_items .testimonial_description .description p {
    line-height: 1.5;
}

.testimonial_items .testimonial_description .description p img {
    width: calc(var(--vw) * 40);
    opacity: 0.5;
    height: auto;
    float: left;
    margin-right: calc(Var(--vw) * 10);
    margin-top: calc(var(--vw) * -20);
}

.testimonial_rating_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.testimonial_rating_box .testimonial_rating {
    display: -ms-grid;
    display: grid;
}

.testimonial_rating_box .testimonial_rating .star {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/ 1 / span 1 / span 1;
    overflow: hidden;
}

.testimonial_rating_box .testimonial_rating .star span.img_icon {
    background: #e5e5e5;
    width: calc(Var(--vw) * 100);
    height: calc(var(--vw) * 15);
}

.testimonial_rating_box .testimonial_rating .star span.img_icon.active {
    background: #F08229;
}

.contact_section {
    position: relative;
    z-index: 2;
	margin-bottom: -100px;
}

.contact_box {
    overflow: hidden;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 2fr;
    grid-template-columns: 3fr 2fr;
    grid-gap: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	border-radius: calc(var(--vw) * 5);
}

.contact_box.center {
    place-items: center;
    text-align: center;
}

.contact_box .contact_text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #3e3d88;
    padding: calc(var(--vw) * 25) calc(var(--vw) * 50);
    position: relative;
    z-index: 1;
    display: -ms-grid;
    display: grid;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-gap: calc(var(--vw) * 10);
}

.contact_box .contact_text.center {
    place-items: center;
    text-align: center;
}

.contact_box .contact_text::before {
    position: absolute;
    content: "";
    top: -41%;
    right: -5%;
    width: 100%;
    height: 120%;
    z-index: -1;
    background: inherit;
    -webkit-transform: rotate(13deg);
    transform: rotate(13deg);
}

.contact_box .contact_text .contact_info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: calc(Var(--vw) * 20);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: calc(var(--vw) * 20);
}

.contact_box .contact_text .contact_info.center {
    place-items: center;
    text-align: center;
}

.contact_box .contact_text .contact_info .contact_number {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    grid-gap: calc(Var(--vw) * 10);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact_box .contact_text .contact_info .contact_number.center {
    place-items: center;
    text-align: center;
}

.contact_box .contact_text .contact_info .contact_number .contact_img {
    width: calc(var(--vw) * 40);
    height: calc(var(--vw) * 40);
    border-radius: 100%;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: calc(var(--vw) * 10);
}

.contact_box .contact_text .contact_info .contact_number .contact_img span {
    background: #3e3d89;
}

.contact_box .contact_text .contact_info .contact_number .contact_info_text a {
    display: block;
    font-weight: 600;
    color: #fff;
    font-size: calc(var(--vw) * 17);
    line-height: 1.3;
}

.contact_box .contact_text .contact_info .contact_number .contact_info_text a:hover {
    color: #0192ed;
}

.contact_text_img {
    height: 100%;
}

.footer_section_holder {
    background: #1F70B0;
    position: relative;
    z-index: 1;
    overflow: hidden;
	padding-top: 100px;
}

.footer_section_holder .footerbg_img {
    position: absolute;
    z-index: -1;
    opacity: 0.05;
}

.footer_section_holder .footerbg_img.two {
    top: calc(Var(--vw) * -100);
    right: calc(Var(--vw) * -100);
}

.footer_section_holder .footerbg_img.two img {
    width: auto;
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.footer_section_holder .footerbg_img.one {
    top: calc(Var(--vw) * -100);
    left: calc(Var(--vw) * -100);
}

.footer_section_holder .footerbg_img.one img {
    width: auto;
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.footer_section {
    padding: calc(var(--vw) * 60) 0;
}

.footer_section .footer_box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3fr;
    grid-template-columns: 1fr 3fr;
    grid-gap: calc(var(--vw) * 100);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer_section .footer_box.center {
    place-items: center;
    text-align: center;
}

.footer_section .footer_box .footer_logo_box {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-gap: calc(var(--vw) * 15);
}

.footer_section .footer_box .footer_logo_box.center {
    place-items: center;
    text-align: center;
}

.footer_section .footer_box .footer_item_box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto 1fr;
    grid-template-columns: auto auto 1fr;
    grid-gap: calc(var(--vw) * 25);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer_section .footer_box .footer_item_box.center {
    place-items: center;
    text-align: center;
}

.footer_section .footer_box .footer_item_box .footer_item {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-gap: calc(var(--vw) * 20);
    padding-right: calc(var(--vw) * 50);
}

.footer_section .footer_box .footer_item_box .footer_item.center {
    place-items: center;
    text-align: center;
}

.footer_section .footer_box .footer_item_box .footer_item:last-child {
    padding-right: 0;
}

.footer_section .footer_box .footer_item_box .footer_item .footer_item_list .description ul li {
    font-size: calc(var(--vw) * 13);
    padding-left: calc(var(--vw) * 15);
    margin-bottom: calc(var(--vw) * 20);
}

.footer_section .footer_box .footer_item_box .footer_item .footer_item_list .description ul li:last-child {
    margin-bottom: 0;
}

.footer_section .footer_box .footer_item_box .footer_item .footer_item_list .description ul li::before {
    background: #fff;
    width: calc(var(--vw) * 9);
    height: calc(var(--vw) * 9);
}

.footer_section .footer_box .footer_item_box .footer_item .footer_item_list .description ul li a {
    color: #fff;
}

.footer_section .footer_box .footer_item_box .footer_item .footer_item_list .description ul li a:hover {
    color: #F08229;
}

.footer_section .footer_box .footer_item_box .footer_item .footer_item_list .footer_opening_hour {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-gap: calc(var(--vw) * 20);
}

.footer_section .footer_box .footer_item_box .footer_item .footer_item_list .footer_opening_hour.center {
    place-items: center;
    text-align: center;
}

.footer_section .footer_box .footer_item_box .footer_item .footer_item_list .footer_opening_hour .opening_hour_item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    grid-gap: calc(var(--vw) * 15);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_section .footer_box .footer_item_box .footer_item .footer_item_list .footer_opening_hour .opening_hour_item.center {
    place-items: center;
    text-align: center;
}

.footer_section .footer_box .footer_item_box .footer_item .footer_item_list .footer_opening_hour .opening_hour_item .opening_icon span.img_icon {
    width: calc(var(--vw) * 20);
    height: calc(var(--vw) * 20);
    -webkit-mask: url(../img/clock.svg) center center no-repeat;
    -webkit-mask-size: contain;
    background: #fff;
}

.footer_section .footer_box .footer_item_box .footer_item .footer_item_list .footer_opening_hour .opening_hour_item .opening_text {
    color: #fff;
    font-size: calc(var(--vw) * 12);
}

.footer_section .footer_box .footer_item_box .footer_item .footer_item_list .footer_opening_hour .opening_hour_item .opening_text.closed {
    position: relative;
    z-index: 1;
}

.footer_section .footer_box .footer_item_box .footer_item .footer_item_list .footer_opening_hour .opening_hour_item .opening_text.closed::before {
    position: absolute;
    content: attr(data-open);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-weight: 600;
    border-radius: calc(var(--vw) * 5);
    font-size: inherit;
    padding: calc(var(--vw) * 5) calc(var(--vw) * 9);
    background: #fff;
    color: #222222;
}

.footer_section .footer_box .footer_item_box .footer_item .footer_social_icon {
    margin-top: calc(var(--vw) * 10);
}

.footer_section .footer_box .footer_item_box .footer_item .footer_social_icon ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.footer_section .footer_box .footer_item_box .footer_item .footer_social_icon ul li {
    display: block;
    margin-right: calc(Var(--vw) * 10);
}

.footer_section .footer_box .footer_item_box .footer_item .footer_social_icon ul li:last-child {
    margin-right: 0;
}

.footer_section .footer_box .footer_item_box .footer_item .footer_social_icon ul li a {
    display: block;
    width: calc(Var(--vw) * 38);
    height: calc(Var(--vw) * 38);
    border: var(--vw) solid #fff;
    padding: calc(var(--vw) * 10);
    border-radius: 100%;
}

.footer_section .footer_box .footer_item_box .footer_item .footer_social_icon ul li a span.img_icon {
    background: #fff;
}

.footer_section .footer_box .footer_item_box .footer_item .footer_social_icon ul li a:hover {
    background: #F08229;
    border-color: #F08229;
}

.footer_logo img {
   height: 100px;
  width: auto;
  /** filter: invert(1) brightness(100); */
}

.footer_logo_descripiton {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-gap: calc(var(--vw) * 20);
}

.footer_logo_descripiton.center {
    place-items: center;
    text-align: center;
}

.footer_logo_descripiton .footer_logo_item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    grid-gap: calc(var(--vw) * 15);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_logo_descripiton .footer_logo_item.center {
    place-items: center;
    text-align: center;
}

.footer_logo_descripiton .footer_logo_item .footer_logo_icon span.img_icon {
    width: calc(var(--vw) * 15);
    height: calc(var(--vw) * 15);
    background: #fff;
}

.footer_logo_descripiton .footer_logo_item .footer_logo_item_text {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-gap: calc(var(--vw) * 5);
}

.footer_logo_descripiton .footer_logo_item .footer_logo_item_text.center {
    place-items: center;
    text-align: center;
}

.footer_logo_descripiton .footer_logo_item .footer_logo_item_text a,
.footer_logo_descripiton .footer_logo_item .footer_logo_item_text span {
    color: #fff;
    line-height: 1;
}

.footer_logo_descripiton .footer_logo_item .footer_logo_item_text span.item_text {
    font-size: calc(var(--vw) * 12);
    line-height: 1.3;
}

.footer_logo_descripiton .footer_logo_item .footer_logo_item_text a:hover {
    color: #f16528;
}

.copyright_section {
    padding: calc(var(--vw) * 20) 0;
    border-top: calc(var(--vw) * 1) solid #3b5d9c;
}

.copyright_section .copyright_box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    grid-gap: calc(var(--vw) * 20);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: calc(var(--vw) * 12);
    color: #fff;
}

.copyright_section .copyright_box.center {
    place-items: center;
    text-align: center;
}

.copyright_section .copyright_box .copyright_text a {
    color: #fff;
}

.copyright_section .copyright_box .copyright_text a:hover {
    color: #F08229;
}

.inside_banner_box {
    padding: calc(var(--vw) * 80) 0;
}

.inside_banner_box .title_box {
    grid-gap: calc(var(--vw) * 10);
}

.inside_banner_box .title_box .pagelink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.inside_banner_box .title_box .pagelink span {
    padding: 0 calc(var(--vw) * 15);
}

.about_us_holder {
    padding: calc(var(--vw) * 50) 0;
    background: #fff;
}

.about_us_holder .about_us_item_box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.about_us_holder .about_us_item_box.center {
    place-items: center;
    text-align: center;
}

.about_us_holder .about_us_item_box .about_us_item_imgbox {
    height: 100%;
}

.about_us_holder .about_us_item_box .about_us_item_imgbox .about_us_item_img {
    width: 100%;
    padding-left: calc(var(--vw) * 80);
    height: 100%;
    border-radius: calc(var(--vw) * 10);
    overflow: hidden;
}

.about_us_holder .about_us_item_box .about_us_item_imgbox .about_us_item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.about_us_holder:nth-child(even) {
   /* background: #f7f7f7; */
	background: linear-gradient(to bottom, rgba(242,250,253,0.65) 0%,rgba(0,0,0,0) 100%);
}

.map_section{
	margin-bottom: -230px;
}

.about_us_holder:nth-child(even) .about_us_item_box .about_us_item_textbox {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2 / span 1 / span 1;
}

.about_us_holder:nth-child(even) .about_us_item_box .about_us_item_imgbox {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1 / span 1 / span 1;
}

.about_us_holder:nth-child(even) .about_us_item_box .about_us_item_imgbox .about_us_item_img {
    padding: 0;
    padding-right: calc(var(--vw) * 80);
}

.inner_page_box {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-gap: calc(var(--vw) * 50);
}

.inner_page_box.center {
    place-items: center;
    text-align: center;
}

.inner_page_box .about_us_holder {
    padding: 0;
}

.contactus_box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: calc(var(--vw) * 50);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contactus_box.center {
    place-items: center;
    text-align: center;
}

.contactus_box .contactus_item {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-gap: calc(var(--vw) * 20);
    place-items: center;
    text-align: center;
}

.contactus_box .contactus_item.center {
    place-items: center;
    text-align: center;
}

.contactus_box .contactus_item .contactus_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(var(--vw) * 60);
    height: calc(var(--vw) * 60);
    border-radius: calc(var(--vw) * 10);
    background: #1f70b0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: calc(var(--vw) * 20);
}

.contactus_box .contactus_item .contactus_img img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.contactform_box {
    background: #fff;
    -webkit-box-shadow: 0 0 calc(var(--vw) * 10) rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 calc(var(--vw) * 10) rgba(0, 0, 0, 0.1);
    padding: calc(var(--vw) * 15);
}

.contactform {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: calc(var(--vw) * 20);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: calc(var(--vw) * 30);
    background: #f7f8f8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: calc(var(--vw) * 20);
}

.contactform.center {
    place-items: center;
    text-align: center;
}

.contactform .form_group {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-gap: calc(var(--vw) * 10);
}

.contactform .form_group.center {
    place-items: center;
    text-align: center;
}

.contactform .form_group.col3 {
    grid-column: auto / span 3;
}

.contactform .form_group .form_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.contactform .form_group .form_title span {
    font-size: calc(var(--vw) * 14);
    color: #1590a9;
}

.contactform .form_group .form_input {
    /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.contactform_section {
    position: relative;
    z-index: 1;
}

.contactform_section::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    background: #1F70B0;
    z-index: -1;
    height: calc(var(--vw) * 450);
}

.contactform_section .contactform_section_box .title_box {
    grid-gap: calc(var(--vw) * 15);
}

.map_holder {
    border-top: calc(var(--vw) * 10) solid #e5e5e5;
    position: relative;
    z-index: 1;
    height: calc(var(--vw) * 500);
    overflow: hidden;
}

.map_holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mobilemenu_holder {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 20;
    padding-top: calc(var(--vw) * 125);
}

.mobilemenu_holder .mobilecontainer {
    width: 85%;
    margin: auto;
}

.mobilemenu_holder .mobilemenu_box .mobilemenu_item {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-gap: calc(Var(--vw) * 50);
}

.mobilemenu_holder .mobilemenu_box .mobilemenu_item.center {
    place-items: center;
    text-align: center;
}

.mobilemenu_holder .mobilemenu_box .mobilemenu_item .mobilemenu_list .accordin_box .faq_set {
    -webkit-transition: none !important;
    transition: none !important;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    grid-gap: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: calc(var(--vw) * 10);
    align-items: center;
    font-size: calc(var(--vw) * 22);
}

.mobilemenu_holder .mobilemenu_box .mobilemenu_item .mobilemenu_list .accordin_box .faq_set.center {
    place-items: center;
    text-align: center;
}

.mobilemenu_holder .mobilemenu_box .mobilemenu_item .mobilemenu_list .accordin_box .faq_set a {
    color: rgba(0, 0, 0, 0.7);
    display: block;
    padding: calc(var(--vw) * 15) 0;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-area: 1 /1 span 1 / span 1;
}

.mobilemenu_holder .mobilemenu_box .mobilemenu_item .mobilemenu_list .accordin_box .faq_set a:hover {
    color: #f16528;
}

.mobilemenu_holder .mobilemenu_box .mobilemenu_item .mobilemenu_list .accordin_box .faq_set .accordianheader {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-area: 1 /2 span 1 / span 1;
    display: none;
    -webkit-transition: none !important;
    transition: none !important;
    position: relative;
    z-index: 1;
    width: calc(var(--vw) * 15);
    height: calc(var(--vw) * 15);
    cursor: pointer;
}

.mobilemenu_holder .mobilemenu_box .mobilemenu_item .mobilemenu_list .accordin_box .faq_set .accordianheader::before,
.mobilemenu_holder .mobilemenu_box .mobilemenu_item .mobilemenu_list .accordin_box .faq_set .accordianheader::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: var(--trans);
    transition: var(--trans);
    width: 100%;
    height: calc(var(--vw) * 3);
    border-radius: calc(var(--vw) * 3);
}

.mobilemenu_holder .mobilemenu_box .mobilemenu_item .mobilemenu_list .accordin_box .faq_set .accordianheader::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.mobilemenu_holder .mobilemenu_box .mobilemenu_item .mobilemenu_list .accordin_box .faq_set .accordianheader:hover::before,
.mobilemenu_holder .mobilemenu_box .mobilemenu_item .mobilemenu_list .accordin_box .faq_set .accordianheader:hover::after {
    background: #f16528;
}

.mobilemenu_holder .mobilemenu_box .mobilemenu_item .mobilemenu_list .accordin_box .faq_set .accordianheader.ui-state-active:after {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
}

.mobilemenu_holder .mobilemenu_box .mobilemenu_item .mobilemenu_list .accordin_box .faq_set .accordianbody {
    display: none;
    -webkit-transition: none !important;
    transition: none !important;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2 /1 / span 1 / span 2;
}

.mobilemenu_holder .mobilemenu_box .mobilemenu_item .mobilemenu_list .accordin_box .faq_set .accordianbody ul li {
    display: block;
}

.mobilemenu_holder .mobilemenu_box .mobilemenu_item .mobilemenu_list .accordin_box .faq_set .accordianbody ul li a {
    padding: calc(var(--vw) * 8) calc(var(--vw) * 15);
    line-height: 1.3;
}

.mobilemenu_holder .mobilemenu_box .mobilemenu_item .mobilemenu_list .accordin_box .faq_set.dropdown .accordianheader {
    display: block;
}

.mobilemenu_holder .mobilemenu_box .mobilemenu_item .mobilemenu_list .accordin_box .faq_set.dropdown .accordianbody {
    display: block;
}

.mobilemenu_holder .mobilemenu_box .mobilemenu_item .mobilemenu_list .accordin_box .faq_set:first-child a {
    padding-top: 0;
}

.mobilemenu_holder .mobilemenu_box .mobilemenu_item .mobilemenu_list .accordin_box .faq_set:last-child a {
    padding-bottom: 0;
}

.mobilemenu_holder .mobilemenu_box .mobilemenu_item .mobilesocial_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.mobilemenu_holder .mobilemenu_box .mobilemenu_item .mobilesocial_list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: calc(var(--vw) * 10);
}

.mobilemenu_holder .mobilemenu_box .mobilemenu_item .mobilesocial_list ul li:last-child {
    margin-right: 0;
}

.mobilemenu_holder .mobilemenu_box .mobilemenu_item .mobilesocial_list ul li a {
    display: block;
    width: calc(var(--vw) * 50);
    height: calc(var(--vw) * 50);
    background: #fff;
    border: var(--vw) solid #222222;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: calc(var(--vw) * 12);
    -webkit-box-shadow: 0 0 calc(Var(--vw) * 10) rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 calc(Var(--vw) * 10) rgba(0, 0, 0, 0.08);
}

.mobilemenu_holder .mobilemenu_box .mobilemenu_item .mobilesocial_list ul li a span.img_icon {
    background: #222222;
}

.mobilemenu_holder .mobilemenu_box .mobilemenu_item .mobilesocial_list ul li a:hover {
    background: #f16528;
    border-color: #f16528;
}

.mobilemenu_holder .mobilemenu_box .mobilemenu_item .mobilesocial_list ul li a:hover span.img_icon {
    background: #fff;
}

.mobilemenu_holder .mobilemenu_box .mobilemenu_item .mobilesocial_list ul li a:active {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
}

.mobilemenu_holder .mobile_contact_box .footer_logo_descripiton .footer_logo_item {
    grid-gap: calc(var(--vw) * 20);
}

.mobilemenu_holder .mobile_contact_box .footer_logo_descripiton .footer_logo_item .footer_logo_item_text {
    font-size: calc(var(--vw) * 20);
}

.mobilemenu_holder .mobile_contact_box .footer_logo_descripiton .footer_logo_item .footer_logo_item_text a,
.mobilemenu_holder .mobile_contact_box .footer_logo_descripiton .footer_logo_item .footer_logo_item_text span {
    font-size: calc(var(--vw) * 20);
    color: #222222;
}

.mobilemenu_holder .mobile_contact_box .footer_logo_descripiton .footer_logo_item .footer_logo_item_text a:hover {
    color: #f16528;
}

.mobilemenu_holder .mobile_contact_box .footer_logo_descripiton .footer_logo_item .footer_logo_icon span.img_icon {
    background: #222222;
    width: calc(var(--vw) * 20);
    height: calc(var(--vw) * 20);
}

.faq_box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: calc(Var(--vw) * 30);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.faq_box.center {
    place-items: center;
    text-align: center;
}

.faq_box .faq_display_box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.faq_box .faq_display_box .faq_item_box .accordin_box {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-gap: calc(var(--vw) * 20);
}

.faq_box .faq_display_box .faq_item_box .accordin_box.center {
    place-items: center;
    text-align: center;
}

.faq_box .faq_display_box .faq_item_box .accordin_box .faq_set .accordianheader {
    border-radius: calc(Var(--vw) * 5) calc(Var(--vw) * 5) 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    background: #1590a9;
    cursor: pointer;
}

.faq_box .faq_display_box .faq_item_box .accordin_box .faq_set .accordianheader .faq_question {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    grid-gap: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.faq_box .faq_display_box .faq_item_box .accordin_box .faq_set .accordianheader .faq_question.center {
    place-items: center;
    text-align: center;
}

.faq_box .faq_display_box .faq_item_box .accordin_box .faq_set .accordianheader .faq_question .question_number {
    height: 100%;
    background: #F08229;
    padding: calc(var(--vw) * 15);
    color: #fff;
}

.faq_box .faq_display_box .faq_item_box .accordin_box .faq_set .accordianheader .faq_question .question {
    height: 100%;
    padding: calc(var(--vw) * 15);
    color: #fff;
}

.faq_box .faq_display_box .faq_item_box .accordin_box .faq_set .accordianheader .faq_button {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: calc(Var(--vw) * 20);
}

.faq_box .faq_display_box .faq_item_box .accordin_box .faq_set .accordianheader .faq_button.center {
    place-items: center;
    text-align: center;
}

.faq_box .faq_display_box .faq_item_box .accordin_box .faq_set .accordianheader .faq_button span {
    display: block;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1 / span 1 / span 1;
    width: calc(var(--vw) * 15);
    height: calc(var(--vw) * 2);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #fff;
}

.faq_box .faq_display_box .faq_item_box .accordin_box .faq_set .accordianheader .faq_button span:nth-last-child(1) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq_box .faq_display_box .faq_item_box .accordin_box .faq_set .accordianheader.ui-state-active .faq_button span {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.faq_box .faq_display_box .faq_item_box .accordin_box .faq_set .accordianbody {
    border-radius: 0 0 calc(var(--vw) * 5) calc(Var(--vw) * 5);
    padding: calc(Var(--vw) * 25) calc(Var(--vw) * 20) calc(Var(--vw) * 50) calc(Var(--vw) * 20);
    background: #f8ffeb;
    -webkit-transition: 0s !important;
    transition: 0s !important;
}

@media (max-width: 1800px) {
    :root {
        --vw: 0.072916667vw;
    }

    .container {
        width: 75%;
    }
}

@media (max-width: 992px) {
    :root {
        --vw: 0.132916667vw;
    }
	.grid-4{
	grid-template-columns: 1fr 1fr;
}

    .service_archive_box {
        grid-template-columns: 1fr 1fr !important;
    }

    .container {
        width: 80%;
    }

    .header_menu_bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header_section {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 100;
    }

    .header_contact_area .header_box .header_contact_box,
    .header_menu_box {
        display: none !important;
    }

    .banner_box {
        padding: calc(var(--vw) * 20) 0;
        width: 100%;
    }

    .aboutus_item_box {
        -webkit-filter: drop-shadow(0 0 calc(var(--vw) * 5) rgba(0, 0, 0, 0.08));
        filter: drop-shadow(0 0 calc(var(--vw) * 5) rgba(0, 0, 0, 0.08));
        overflow: auto;
    }

    .aboutus_item_box .aboutus_item a {
        width: calc(var(--vw) * 325);
    }

    .aboutus_box {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .aboutus_box .aboutus_item_holder {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 2/1 / span 1 / span 1;
    }

    .aboutus_box .aboutus_text_box {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 1/1 / span 1 / span 1;
    }

    .service_item_box {
        -ms-grid-columns: (1fr) [6];
        grid-template-columns: repeat(6, 1fr);
        overflow: auto;
    }

    .service_item_box .service_items {
        width: calc(var(--vw) * 350);
    }

    .whychooseus_section {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .whychooseus_section .whychooseleftbox .container {
        width: 80%;
        margin: auto;
        padding: 0;
    }

    .whychooseus_section .whychooserightbox .whychooseright_item_box {
        position: relative;
        padding: 0;
    }

    .footer_section .footer_box {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: calc(var(--vw) * 50);
    }

    .footer_section .footer_box .footer_logo_box .footer_logo {
        width: calc(var(--vw) * 300);
    }

    .footer_section .footer_box .footer_item_box {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .footer_section .footer_box .footer_item_box .footer_item {
        padding: 0;
    }

    .footer_section .footer_box .footer_item_box .footer_item:last-child {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / span 2;
    }

    .copyright_section .copyright_box {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .about_us_holder .about_us_item_box {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .about_us_holder .about_us_item_box .about_us_item_textbox {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 2/1 / span 1 / span 1;
    }

    .about_us_holder .about_us_item_box .about_us_item_imgbox {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 1/1 / span 1 / span 1;
    }

    .about_us_holder .about_us_item_box .about_us_item_imgbox .about_us_item_img {
        padding: 0;
        padding-bottom: calc(var(--vw) * 50);
    }

    .about_us_holder:nth-child(even) .about_us_item_box {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .about_us_holder:nth-child(even) .about_us_item_box .about_us_item_textbox {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 2/1 / span 1 / span 1;
    }

    .about_us_holder:nth-child(even) .about_us_item_box .about_us_item_imgbox {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 1/1 / span 1 / span 1;
    }

    .about_us_holder:nth-child(even) .about_us_item_box .about_us_item_imgbox .about_us_item_img {
        padding: 0;
        padding-bottom: calc(var(--vw) * 50);
    }

    .contactus_box {
        grid-gap: 0;
        overflow: auto;
    }

    .contactus_box .contactus_item {
        width: calc(var(--vw) * 275);
        padding: calc(Var(--vw) * 50) 0;
    }

    .contactform {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .contactform .form_group.col3 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / span 1;
    }

    .map_holder {
        height: calc(var(--vw) * 300);
    }

    .mobilemenu_holder {
        width: 75%;
    }

    .whychooserightbox {
        display: none;
    }

    .contact_box {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .faq_box {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    :root {
        --vw: 0.162916667vw;
    }
	.grid-4{
	grid-template-columns: 1fr;
}
	.box-wrapper .icon{
		margin-top: 0px;
	}
	.ndis_section {
  padding: 50px 0px 50px 0px;
}

    .owl-theme.owl-carousel.bottom .owl-nav {
        bottom: 0px;
    }
	.sameheight {
  min-height: auto;
		width: 100%;
    object-fit: cover;
  
}
	.copyright_section .copyright_box{
		text-align: center;
	}
	.mobilemenu_holder .mobilemenu_box .mobilemenu_item .mobilemenu_list .accordin_box .faq_set {
    font-size: calc(var(--vw) * 16) !important;
  }
	.mobilemenu_holder .mobile_contact_box .footer_logo_descripiton .footer_logo_item .footer_logo_item_text a, .mobilemenu_holder .mobile_contact_box .footer_logo_descripiton .footer_logo_item .footer_logo_item_text span{
		font-size: calc(var(--vw) * 16);
  color: rgba(0, 0, 0, 0.7);
	}
	.mobilemenu_holder .mobile_contact_box .footer_logo_descripiton .footer_logo_item .footer_logo_icon span.img_icon {
  background: rgba(0, 0, 0, 0.7);
	}
	.mobilemenu_holder .mobilemenu_box .mobilemenu_item .mobilesocial_list ul li a {
  width: calc(var(--vw) * 40);
  height: calc(var(--vw) * 40);
  padding: calc(var(--vw) * 10);
  border-radius: calc(var(--vw)*5);
		border: var(--vw) solid rgba(0, 0, 0, 0.7);
}
	.mobilemenu_holder .mobilemenu_box .mobilemenu_item .mobilesocial_list ul li a span.img_icon {
  background: rgba(0, 0, 0, 0.7);
}
}

@media (max-width: 567px) {
    :root {
        --vw: 0.202916667vw;
    }

    .mobilenone {
        display: none;
    }

    .calliconm {
        background: url('../img/call.svg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        display: inline-block;
        height: 15px;
        width: 15px;
        margin-right: 5px;
    }

    .header_contact_area .header_box .header_logo_box {
        width: calc(var(--vw) * 100);
    }

    .header_contact_area .header_box {
        -ms-grid-columns: 1fr 4fr 2fr;
        grid-template-columns: 1fr 4fr 2fr;
        grid-gap: calc(var(--vw) * 15);
    }

    .mobilenumber a {
        display: inline-block;
    }

    .mobilenumber a:hover {
        color: #F08229;
    }

    .mobilenumber {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .row_box {
        grid-gap: calc(var(--vw) * 10);
    }

    .container {
        width: 85%;
    }

    .ndislogo img {
        width: 46%;
    }

    .banner_section {
        background-size: 100% !important;
    }

    .aboutus_item_holder_imgbox {
        display: none;
    }

    .aboutus_item_holder .about_item_holder_textbox {
        padding: 0;
    }

    .footer_section .footer_box .footer_logo_box .footer_logo_descripiton .footer_logo_item .footer_logo_icon span.img_icon {
        width: calc(var(--vw) * 20);
        height: calc(var(--vw) * 20);
    }

    .mobilemenu_holder {
        width: 100%;
    }

    .mobilemenu_holder .mobilemenu_box .mobilemenu_item .mobilemenu_list .accordin_box .faq_set {
        font-size: calc(var(--vw) * 28);
    }

    .mobilemenu_holder .mobilemenu_box .mobilemenu_item .mobilemenu_list .accordin_box .faq_set .accordianbody ul li a {
        font-size: calc(var(--vw) * 15);
		padding: calc(var(--vw) * 6) calc(var(--vw) * 15);
    }

    .mobilemenu_holder .mobilemenu_box .mobilemenu_item .mobilemenu_list .accordin_box .faq_set .accordianheader {
        width: calc(var(--vw) * 15);
        height: calc(var(--vw) * 15);
    }

    .mobilemenu_holder .mobilemenu_box .mobilemenu_item .mobilemenu_list .accordin_box .faq_set .accordianheader::before,
    .mobilemenu_holder .mobilemenu_box .mobilemenu_item .mobilemenu_list .accordin_box .faq_set .accordianheader::after {
        height: calc(var(--vw) * 4);
    }

    .banner_box .banner_text_box .title_box {
        grid-gap: calc(var(--vw) * 15);
    }

    .banner_box {
        grid-gap: calc(var(--vw) * 15);
        padding: calc(var(--vw) * 20) 0 calc(var(--vw) * 70) 0;
    }

    .owl-theme.owl-carousel.bottom .owl-nav {
        bottom: 0px;
    }

    .inside_banner_box {
        padding: calc(var(--vw) * 20) 0;
    }

    .inside_banner {
        background-size: 110% !important;
    }

    .elementor-heading-title {
        font-size: 20px !important;
    }

    .elementor-87 .elementor-element {
        text-align: left !important;
        font-size: 14px !important;
        line-height: 1.5;
    }

    .inside_banner_box h3 {
        font-size: calc(var(--vw) * 20);
    }

    .banner_box .banner_text_box .title_box h3 {
        text-shadow: 0 0 calc(var(--vw) * 20) #fff;
        font-size: calc(Var(--vw) * 20);
    }

    .banner_box .banner_text_box .title_box h2 {
        font-size: calc(var(--vw) * 20);
        text-shadow: 0 0 calc(var(--vw) * 20) #fff;
        inline-size: 200px;
        overflow-wrap: break-word;
    }

    .breakword {
        inline-size: 200px;
        overflow-wrap: break-word;
    }

    .whychooserightbox {
        display: none;
    }

    .aboutus_item_holder_icon_box {
        display: none;
    }

    .aboutus_pattern.two img {
        width: calc(var(--vw) * 50);
    }

    .aboutus_pattern.one img {
        width: calc(var(--vw) * 75);
    }

    .contact_box .contact_text .contact_info {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .aboutus_item_holder .aboutus_item_holder_icon_box {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: calc(Var(--vw) * -40);
    }

    .header_logo a {
        height: 40px !important;
        max-height: 40px !important;
    }

    .career-details-list ul li {
        grid-gap: 5px !important;
        margin-bottom: 5px;
    }

    .career_box {
        padding: calc(var(--vw) * 30) calc(var(--vw) * 30) !important;
        margin-bottom: 20px !important;
    }

    .career_icon {
        margin-right: 5px !important;
        width: 15px !important;
        height: 15px !important;
    }

    .career-details-list ul li .icon_text {
        font-size: inherit !important;
        margin-right: 5px !important;
    }

    .padding {
        padding: calc(var(--vw) * 30) 0 !important;
    }

    .grid-2 {
        grid-template-columns: 1fr !important;
        justify-items: flex-start !important;
    }

    .custom-padding {
        padding-top: 10px !important;
    }

    .contactform {
        display: block !important;
    }

    .service_archive_box {
        grid-template-columns: 1fr !important;
    }
}

/*Custom style*/

.box-shadow {
    -webkit-box-shadow: 0 0 calc(var(--vw) * 10) rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 calc(var(--vw) * 10) rgba(0, 0, 0, 0.1);
}

.custom-padding {
    padding-top: 20px;
}

.career_box {
    padding: calc(var(--vw) * 40) calc(var(--vw) * 40);
    border-radius: 5px;
    margin-bottom: 40px;
}

.grid-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr;
    grid-template-columns: auto 1fr;
    grid-gap: calc(var(--vw) * 10);
    justify-items: flex-end;
}

.career_icon {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #0192ed;
}

.career-details-list {
    display: flex;
    align-items: center;
}

.career-details-list ul {}

.career-details-list ul li {
    display: inline-grid;
    grid-template-columns: 1fr auto;
    grid-gap: 15px;
}

.career-details-list ul li .icon_text {
    font-size: 16px;
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.form_control {
    box-shadow: 0 0 calc(var(--vw) * 10) rgba(0, 0, 0, 0.1);
	border-radius: calc(var(--vw)*5);
}

.bdr-btm {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 25px;
}

.btn_right {
    justify-content: flex-end !important;
}

.header_menu_box .header_menu_holder .header_menu ul li:hover ul {
    width: auto !important;
}

.header_menu_box .header_menu_holder .header_menu ul li.dropdown a {
    white-space: nowrap;
}

.service_archive_box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}




.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    height: auto;
}

.select-styled {
    box-shadow: 0 0 calc(var(--vw) * 10) rgba(0, 0, 0, 0.1);
	border-radius: calc(var(--vw)*5);
    line-height: 1.5;
    width: 100%;
    outline: none;
    background: #fff;
    font-size: calc(var(--vw) * 14);
    font-weight: 400;
    font-family: inherit;
    padding: calc(var(--vw) * 10) calc(var(--vw) * 20);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    color: #111111;
}
.contactform .form_group {
  margin-top: calc(var(--vw) * 15);
}

.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border-top: calc(var(--vw) * 6) solid #111111;
    border-left: calc(var(--vw) * 6) solid transparent;
    border-right: calc(var(--vw) * 6) solid transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-top: none;
	height: 250px;
	overflow-x: scroll;
}

.select-options li {
    color: #111111;
    margin: 0;
    padding: calc(var(--vw) * 10) calc(var(--vw) * 15);
    font-size: calc(var(--vw) * 14);
    font-family: inherit;
    border-top: 1px solid #ccc;
}

.select-options li:first-child {
    border-top: none;
    display: none;
}

.select-options li:nth-child(2) {
    border-top: none !important;
}

.select-options li:hover {
    background: #f2fafd;
}

.select-options li[rel="hide"] {
    display: none;
}

/*# sourceMappingURL=style.css.map */
/*Custom style*/

/*# sourceMappingURL=style.css.map */