@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:wght@300&family=Yaldevi:wght@200..700&display=swap');

:root {
    --w: #fff;
    --b: #000;
    --dim: #F6F7F7;
    --blue: #1d65af;
    --g_blue_dark: #155492;
    --g_blue_light: #5ccc6e;
    --btn_grad: linear-gradient(45deg, #5ccc6e, #35a648, #5ccc6e);
    --btn_grad_animate: grad_hov 8s ease-in-out infinite;
    --vw: 0.056916667vw;
    --trans: 0.5s all ease;
}

::selection {
    background: var(--g_blue_dark);
    color: var(--w);
}

html {
    -webkit-tap-highlight-color: transparent;
	scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    transition: var(--trans);
      font-family: "Yaldevi", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
ul,
li,
span {
    margin: 0;
    padding: 0;
    transition: var(--trans);
}

a {
    text-decoration: none;
    color: var(--b);
}

.img_fluid {
    max-width: 100%;
    display: block;
    transition: var(--trans);
}

.self_container {
    width: 1140px;
    margin: auto;
}

.caps {
    text-transform: uppercase;
}

.col_white {
    color: var(--w);
}

.col_black {
    color: var(--b);
}

.col_blue {
    color: var(--blue);
}

.dim_bg {
    background: var(--dim);
}

.title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 600;
    line-height: 1.3;
}

.title.center {
    justify-content: center;
    text-align: center;
}

.title a {
    line-height: 1.3;
}

.font-25 {
    font-size: 25px !important;
}

.font-18 {
    font-size: 18px !important;
}

h1 {
    font-size: 48px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
}


h2 {
    font-size: 40px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
}

h3 {
    font-size: 35px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
}

h4 {
    font-size: 24px;
    font-family: "Oswald", sans-serif;
}

h5 {
    font-size: 18px;
    font-family: "Oswald", sans-serif;
}

h6 {
    font-size: 16px;
    font-family: "Oswald", sans-serif;
}

.description p {
    margin-top: 15px;
}
.description h4{
	font-weight: normal;
}
.description p:first-child {
    margin-top: 0;
}

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

.btn_holder.center {
    justify-content: center;
}

.btn_holder a {
    margin-right: 20px;
}

.btn_holder a:last-child {
    margin-right: 0;
}

.padding {
    padding: 75px 0px;
}

.padding-40 {
    padding: 40px 0px;
    background: #f7fff4;
}

.p-25 {
    padding: 25px;
}

.menus_pagination {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.right-nevs {
    text-align: right;
}

.mt-50 {
    margin-top: 50px;
}

/* HEADER SECETION STARTS */

.header_section {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    padding: 10px 0px;
    background: var(--w);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
}

.header_box {
    display: grid;
    grid-template-columns: 3fr 9fr 4fr;
    align-items: center;
}

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

.header_menu_box,
.header_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 20px;
}
.header_menu
{
	display: flex;
	justify-content: center;
	gap: 20px;
}
.header_menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
	gap: 15px;
}

.header_menu ul li a {
    display: block;
    font-weight: 500;
    margin-right: 15px;
    position: relative;
    z-index: 1;
}



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

.header_menu ul li a.drop_down {
    padding-right: 15px;
}

.header_menu ul li a.drop_down::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 10px;
    height: 10px;
    background: url(../img/arrow_down.svg)center center no-repeat;
    background-size: contain;
    filter: brightness(0);
    transition: var(--trans);
    z-index: -1;
}

.header_menu ul li a:hover {
    color: var(--blue);
}

.header_menu ul li a.drop_down:hover::before {
    filter: brightness(1);
    transform: translateY(-50%) rotate(180deg);
}

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

.gradient {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9f9f9+0,ffffff+100 */
    background: rgb(249, 249, 249);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */

}


.header_menu ul li ul {
    visibility: hidden;
    opacity: 0;
    display: block;
    position: absolute;
    top: calc(100% + calc(var(--vw)*10));
    left: -30px;
    width: 200px;
    background: var(--w);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 30px;
}

.header_menu ul li ul li a {
    margin-right: 0;
    margin-bottom: 20px;
}

.header_menu ul li ul li:last-child a {
    margin-bottom: 0;
}

.header_menu ul li:hover ul {
    visibility: visible;
    opacity: 1;
}

.header_btn a {
    display: grid;
    grid-template-columns: auto 1fr;
    overflow: hidden;
}

.header_btn a .img_holder {
    border-right: var(--vw) solid var(--w);
    background: var(--g_blue_dark);
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_btn a .img_holder img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

.header_btn a span {
    padding: 15px;
    color: var(--w);
    background: var(--btn_grad);
    background-size: 400%;
}

.header_btn a:hover span {
    animation: var(--btn_grad_animate);
}

@keyframes grad_hov {
    0% {
        background-position: 0;
    }

    50% {
        background-position: 400%;
    }

    100% {
        background-position: 0;
    }
}

.header_mobile_bar_box {
    display: none;
    align-items: center;
    justify-content: flex-end;
}


/* HEADER SECETION ENDS */


/* BANNER SECTION STARTS */

.banner_slider_box {
    min-width: 100%;
}

.banner_slider_item {
    position: relative;
    z-index: 1;
    height: 100vh;
}

.banner_slider_img {
    height: 100%;
}

.banner_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
}

.banner_box {
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.banner_text {
    width: 100%;
    display: grid;
    grid-auto-rows: min-content;
}

.flexend {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.banner_text .description {
    width: 60%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.3;
}

.banner_text .title {
    justify-content: center;
    text-align: center;
}

.centerparagraph p {
    text-align: center !important;
    margin-bottom: 10px;
}

.centerjustify {
    justify-content: center;
}

.banner_btn a {
    display: block;
    background: var(--btn_grad);
    background-size: 400%;
    color: var(--w);
    padding: 10px 25px;
    border-radius: 5px;
}

.banner_btn a:hover {
    animation: var(--btn_grad_animate);
}

.go_arrow {
    position: relative;
    z-index: 1;
    padding-right: 50px !important;
}

.go_arrow::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 15px;
    height: 15px;
    background: url(../img/arrow_next.svg)center center no-repeat;
    background-size: contain;
    transition: var(--trans);
    z-index: -1;
    filter: brightness(0) invert(1);
}

/*.banner_slider.owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    bottom: 5%;
    right: 10%;
    display: grid;
    grid-auto-rows: min-content;
    grid-gap: calc(var(--vw)*10);
}
*/
.banner_slider.owl-theme .owl-nav .owl-prev,
.banner_slider.owl-theme .owl-nav .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 45px;
    height: 45px;
    margin: 0;
    transition: var(--trans);
    padding: 12px !important;
    border-radius: 0;
}

.banner_slider.owl-theme .owl-nav .owl-prev img,
.banner_slider.owl-theme .owl-nav .owl-next img {
    transition: var(--trans);
}

.banner_slider.owl-theme .owl-nav .owl-prev,
.banner_slider.owl-theme .owl-nav .owl-next:hover {
    background: var(--w);
}

.banner_slider.owl-theme .owl-nav .owl-next,
.banner_slider.owl-theme .owl-nav .owl-prev:hover {
    background: var(--g_blue_dark);
}

.banner_slider.owl-theme .owl-nav .owl-next img {
    transform: rotate(180deg);
    filter: brightness(0) invert(1);
}

.banner_slider.owl-theme .owl-nav .owl-prev:hover img {
    filter: brightness(0) invert(1);
}

.banner_slider.owl-theme .owl-nav .owl-next:hover img {
    filter: brightness(1) invert(0);
}

.banner_section.two {
    padding: 70px 0px 70px 0px;
    margin-top: 70px;
}

.banner_center {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.banner_flex_spacebetween {
    display: grid;
    grid-template-columns: 4fr 1fr;
    grid-gap: 20px;
    background: #fff;
    align-items: center;
}



.banner_text.two {
    width: 100%;
}

.banner_text.two h3 {
    font-size: 45px;
    color: var(--b);
    line-height: 1.2;
}


/* BANNER SECTION ENDS */


/* ABOUT SECTION STARTS */

.about_section {
    background: url('../img/background.jpg') top center no-repeat;
    background-size: cover;
}
.aboutusp-section
{
	 background: url('../img/background.jpg') top center no-repeat;
    background-size: cover;
}
.about_box {
    display: grid;
    grid-template-columns: 2fr 2fr;
    grid-gap: calc(Var(--vw)*40);
}

.about_text_box {
    display: grid;
    grid-gap: 15px;
    grid-auto-rows: min-content;
}

.dis_btn a {
    display: grid;
    background: var(--btn_grad);
    background-size: 400%;
    grid-template-columns: auto 1fr;
    align-items: var(--vw);
    border-radius: 5px;
}

.about_btn a:hover {
    animation: var(--btn_grad_animate);
}

.img_box {
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-right: var(--vw) solid var(--w);
}

.dis_btn a img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

.dis_btn a span {
    padding: 15px 25px;
    color: var(--w);
    font-weight: 600;
}

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

.img_box_holder img {
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
    height: 100%;
    object-fit: cover;
}

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

.site_title span {
    display: inline-block;
    margin-bottom: calc(var(--vw)*0);
    color: var(--g_blue_light);
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 400;
}

.site_title span.line_border::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + calc(var(--vw)*15));
    box-sizing: border-box;
    width: calc(var(--vw)*50);
    height: auto;
    border-top: calc(var(--vw)*1) solid var(--g_blue_light);
}

.site_title span.line_border.two::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: calc(100% + calc(var(--vw)*15));
    box-sizing: border-box;
    width: calc(var(--vw)*50);
    height: auto;
    border-top: calc(var(--vw)*1) solid var(--g_blue_light);
}

.site_title.center {
    justify-content: center;
}


/* ABOUT SECTION ENDS */


/* SERVICE SECTION STARTS */

.service_section {
    background: var(--dim);
}

.serivce_box {
    display: grid;
    grid-gap: calc(Var(--vw)*60);
    grid-auto-rows: min-content;
}

.service_item_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: calc(Var(--vw)*40);
}

.service_items {
    box-sizing: border-box;
    box-shadow: rgba(150, 158, 166, 0.2) 0px 9px 25px;
    padding: 15px;
    background: var(--w);
    transition: var(--trans);
    border-radius: 10px;
}

.service_items:hover {
    transform: translateY(calc(Var(--vw)* -20));
}

.service_img_box {
    box-sizing: border-box;
    height: calc(var(--vw)*200);
    position: relative;
    z-index: 1;
}

.service_img_box a {
    display: block;
    width: 100%;
    height: 100%;
}

.service_img_box::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: calc(Var(--vw)*3);
    width: calc(100% - calc(var(--vw)* 6));
    box-sizing: border-box;
    border-bottom: var(--vw) solid var(--g_blue_dark);
    z-index: -1;
}

.service_img {
    height: 100%;
    transition: var(--trans);
    box-sizing: border-box;
    border-radius: 5px;
}

.service_text_box {
	padding-top: 15px;
    box-sizing: border-box;
}

.service_text_box .description {
    margin: 20px 0px;
    font-size: calc(var(--vw)*12);
}

.service_btn a {
    display: block;
    border-radius: calc(var(--vw)*5);
    border: var(--vw) solid var(--dim);
    font-weight: 600;
    color: var(--blue);
    padding: calc(var(--vw)*15) calc(var(--vw)*25);
    box-shadow: 0 0 calc(var(--vw)*1) calc(var(--vw)*1) rgba(0, 0, 0, 0.05);
}

.service_btn a:hover {
    background: var(--blue);
    color: var(--w);
}


/* SERVICE SECTION ENDS */


/* TESTIMONIAL SECTION STARTS */

.testimonial_section {
    padding: calc(var(--vw)*50) calc(var(--vw)*0);
    background: url('../img/testimonialbg.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.testimonial_box {
    /* display: grid;
    grid-gap: calc(Var(--vw)*60);
    grid-auto-rows: min-content;*/
    filter: drop-shadow(0 0 calc(Var(--vw)*15) rgba(0, 0, 0, 0.1));
}

.testimonial_title_box .site_title span {
    color: var(--w);
}

.testimonial_title_box .site_title span.line_border::before,
.testimonial_title_box .site_title span.line_border::after {
    border-color: var(--w);
}

.testimonial_slider_box {
    min-width: 80%;
    margin: auto;
    width: 80%;
    margin-bottom: calc(Var(--vw)* -80);
}

.testimonial_item {
    padding: calc(Var(--vw)*25);
    background: var(--w);
    /*display: grid;
    grid-gap: calc(var(--vw)*20);*/
    box-shadow: 0 0 calc(var(--vw)*5) rgba(0, 0, 0, 0.1);
    /* grid-template-columns: 1fr 4fr;
    align-items: center;
    grid-column-gap: calc(var(--vw)*10);*/
}

.testimonial_description {
    padding-left: calc(var(--vw)*30);
    position: relative;
    z-index: 1;
    /* grid-column: 1/span 2;
    grid-row: 1/span 1;*/
}

.testimonial_description::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: calc(var(--vw)*20);
    height: calc(var(--vw)*20);
    background: url(../img/quote.svg)center center no-repeat;
    background-size: cover;
    z-index: -1;
}

.testimonial_description .description p {
    line-height: 1.6;
}

.testimonial_img_box {
    /* grid-column: 1/span 1;
    grid-row: 2/span 1;*/
    display: block;
    width: calc(var(--vw)*60);
    height: calc(var(--vw)*60);
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: calc(var(--vw)*20);
}

.testimonial_name {
    /*  grid-row: 2/span 1;
    grid-column: 2/span 1;*/
}

.testimonial_name .title {
    display: block;
    text-align: center;
    margin-top: calc(var(--vw)*20);
}

.testimonial_slider {
    /* min-width: 100%;*/
}

.testimonial_slider.owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    bottom: 15%;
    right: -12%;
    display: grid;
    grid-auto-rows: min-content;
    grid-gap: calc(var(--vw)*10);
}

.testimonial_slider.owl-theme .owl-nav .owl-prev,
.testimonial_slider.owl-theme .owl-nav .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: calc(Var(--vw)*45);
    height: calc(Var(--vw)*45);
    margin: 0;
    transition: var(--trans);
    padding: calc(Var(--vw)*12) !important;
    border-radius: 0;
    box-shadow: 0 0 calc(Var(--vw)*15) calc(Var(--vw)*5) rgba(0, 0, 0, 0.15);
}

.testimonial_slider.owl-theme .owl-nav .owl-prev img,
.testimonial_slider.owl-theme .owl-nav .owl-next img {
    transition: var(--trans);
}

.testimonial_slider.owl-theme .owl-nav .owl-prev,
.testimonial_slider.owl-theme .owl-nav .owl-next:hover {
    background: var(--w);
}

.testimonial_slider.owl-theme .owl-nav .owl-next,
.testimonial_slider.owl-theme .owl-nav .owl-prev:hover {
    background: var(--g_blue_dark);
}

.testimonial_slider.owl-theme .owl-nav .owl-next img {
    transform: rotate(180deg);
    filter: brightness(0) invert(1);
}

.testimonial_slider.owl-theme .owl-nav .owl-prev:hover img {
    filter: brightness(0) invert(1);
}

.testimonial_slider.owl-theme .owl-nav .owl-next:hover img {
    filter: brightness(1) invert(0);
}


/* TESTIMONIAL SECTION ENDS */


/* LATEST NEWS SECTION STARTS */

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

.latest_news_box {
    display: grid;
    grid-gap: calc(Var(--vw)*60);
    grid-auto-rows: min-content;
}

.latest_news_item_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: calc(var(--vw)*40);
    filter: drop-shadow(0 0 calc(Var(--vw)*10) rgba(0, 0, 0, 0.1));
}

.latest_news_item {
    display: grid;
    grid-template-columns: 3fr 2fr;
    box-shadow: 0 0 calc(var(--vw)*10) calc(var(--vw)*2) rgba(0, 0, 0, 0.05);
}

.latest_news_img_box a {
    display: block;
    width: 100%;
    height: 100%;
}

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

.news_post_details span {
    font-size: calc(var(--vw)*12);
    color: var(--g_blue_light);
    text-transform: uppercase;
    margin-right: calc(Var(--vw)*10);
}

.news_post_details span:last-child {
    margin-right: 0;
}

.news_title {
    margin-top: calc(var(--vw)*5);
}

.news_title .title a:hover h5 {
    color: var(--blue);
}

.news_description {
    margin-top: calc(var(--vw)*30);
}

.news_btn {
    display: flex;
    align-items: center;
    margin-top: calc(Var(--vw)*30);
    justify-items: flex-start;
}

.news_btn a {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: calc(Var(--vw)*12);
    font-weight: 600;
    color: var(--g_blue_dark);
}

.news_btn a span {
    width: calc(Var(--vw)*15);
    height: calc(Var(--vw)*15);
    background: var(--btn_grad);
    background-size: 250%;
    box-sizing: border-box;
    border-radius: 100%;
    margin-right: calc(var(--vw)*10);
    padding: calc(var(--vw)*4);
}

.news_btn a:hover {
    color: var(--g_blue_light);
}

.news_btn a span img {
    filter: brightness(0) invert(1);
    transform: rotate(180deg);
}


/* LATEST NEWS SECTION ENDS */


/* NEWSLETTER SECTION STARTS */

.newsletter_section {
    position: relative;
}

.newsletter_box {
    padding: calc(Var(--vw)*40) 0;
    background: var(--btn_grad);
    background-size: 200%;
    display: grid;
    grid-template-columns: 5fr 3fr;
    margin-bottom: calc(Var(--vw)* -100);
}

.newsletter_contact {
    display: grid;
    grid-gap: calc(var(--vw)*20);
    padding: 0 calc(Var(--vw)*40);
}

.newsletter_contact_info span {
    margin-right: calc(Var(--vw)*15);
    color: var(--w);
    font-size: calc(var(--vw)*12);
}

.newsletter_contact_info span a {
    margin-left: calc(Var(--vw)*3);
    color: var(--w);
}

.newsletter_contact_info span:last-child {
    margin-right: 0;
}

.newsletter_input_box {
    box-sizing: border-box;
    border-left: var(--vw) solid var(--w);
    padding: 0 calc(Var(--vw)*40);
}

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

.newsletter_form_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    background: var(--g_blue_dark);
}

.newsletter_form_box .form_control {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: var(--w);
    padding: 0 calc(var(--vw)*15);
    font-size: calc(var(--vw)*12);
}

.newsletter_form_box .form_control::placeholder {
    color: var(--w);
}

.newsletter_form_box a {
    color: var(--blue);
    background: var(--w);
    padding: calc(var(--vw)*15) calc(var(--vw)*25);
    font-weight: 600;
}


/* NEWSLETTER SECTION ENDS */


/* FOOTER SECTION STARTS */

.footer_section {
    padding: calc(var(--vw)*70) 0 0;
     background: url(../img/footerbg.jpg) center center no-repeat;
    background-size: cover;
}

.footer_box {
    display: grid;
    grid-template-columns: 1fr 2fr;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.footer_logo_box {
    display: grid;
    grid-gap: calc(var(--vw)*20);
    padding-right: calc(Var(--vw)*30);
    grid-auto-rows: min-content;
}

.footer_description .description p {
    color: var(--w);
    font-size: 14px;
    font-weight: 300;
}

.footer_social_icons ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
}

.footer_social_icons ul a {
    display: block;
    width: calc(var(--vw)*30);
    height: calc(var(--vw)*30);
    border-radius: 100%;
    box-sizing: border-box;
    padding: calc(var(--vw)*8);
    border: var(--vw) solid #64676F;
    margin-right: calc(var(--vw)*10);
}

.footer_social_icons ul li:last-child a {
    margin-right: 0;
}

.footer_social_icons ul a img {
    filter: brightness(0) invert(1);
    opacity: 0.5;
}

.footer_social_icons ul a:hover img {
    filter: brightness(1) invert(0);
    opacity: 1;
}

.copyright_box {
    padding: calc(var(--vw)*20) 0;
    display: flex;
    justify-content: space-between;
}

.copyright_box div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.copyright_box span,
.copyright_box span a {
    font-size: 14px;
    color: var(--w);
}

.copyright_box span a:hover {
    text-decoration: underline;
}

.justify_center {
    justify-content: center;
}

.footer_item_box {
    display: grid;
    grid-template-columns: 0.5fr 1fr 1.2fr;
    grid-gap: calc(var(--vw)*30);
    padding-bottom: calc(var(--vw)*20);
    padding-left: calc(Var(--vw)*10);
    box-sizing: border-box;
}

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

.footer_item ul li {
    list-style: none;
    color: var(--w);
    display: flex;
    align-items: flex-start;
}

.footer_item ul li a {
    font-size: 15px;
    font-weight: 300;
    color: var(--w);
    margin-bottom: calc(var(--vw)*10);
    line-height: 1.6;
}

.footer_item ul li a:hover {
    opacity: 1;
}


/* FOOTER SECTION ENDS */


/* ABOUT US SECTION STARTS */

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

.about_us_item {
    display: grid;
    grid-template-columns: 2fr 2fr;
    grid-gap: calc(var(--vw)*40);
    align-items: center;
}

.about_us_item.rev {
    grid-template-columns:1fr 1fr;
	
}

.about_us_box.serv .about_us_item_box.rev
{
position: relative;	
}
.about_us_box.serv .about_us_item_box.rev::before{
	content: " ";
	position: absolute;
	height: 100%;
	width: 100%;
	background: #000000;
	opacity: 0.7;
	top: 0;
}
.about_us_box.serv .about_us_item_box.rev .title .line_below{
	color: #ffffff;
}
.about_us_box.serv .about_us_item_box.rev .description
{
	color: #ffffff;
}
.about_us_box.serv .about_us_item_box.rev .description ul li a
{
	color: #ffffff;
}
.about_us_box.serv .about_us_item_box.rev .title .line_below::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: calc(var(--vw)* 100);
    border-bottom: calc(var(--vw)* 3) solid #ffffff;
    box-sizing: border-box;
    height: auto;
    z-index: -1;
}
.about_us_text .title h3{
    font-size: 30px;
}

.about_us_item.rev .about_us_text_box {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
	position: relative;
}

.about_us_item.rev .about_us_img_box {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
	position: relative;
}

.about_us_img_box {
    border-radius: 10px;
    overflow: hidden;
}

.about_us_img_box img{
    border-radius: 5px;
}

/* .about_us_item_box.rev {
    background: #f5f5f5;
} */

.line_below {
    padding-bottom: calc(Var(--vw)*10);
    position: relative;
    z-index: 1;
}

.line_below::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: calc(var(--vw)*100);
    border-bottom: calc(var(--vw)*3) solid var(--blue);
    box-sizing: border-box;
    height: auto;
    z-index: -1;
}

.about_us_text_box {
    display: grid;
    grid-auto-rows: min-content;
    grid-gap: calc(Var(--vw)*20);
}

.about_us_img_box {
    box-shadow: 0 0 calc(var(--vw)*20) calc(var(--vw)*3) rgba(0, 0, 0, 0.3);
}


/* ABOUT US SECTION ENDS */


/* ARTICLE ARC SECTION STARTS */



.article_arc_box {
    display: grid;
    grid-gap: calc(var(--vw)*40);
    grid-auto-rows: min-content;
}

.article_arc_item_box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: calc(Var(--vw)*40);
}

.article_arc_item {
    background: var(--w);
    box-shadow: 0 0 calc(var(--vw)*15) calc(Var(--vw)*3) rgba(0, 0, 0, 0.15);
    transition: var(--trans);
    display: grid;
    grid-template-columns: 1fr;
    border-radius: 10px;
    overflow: hidden;
}

.colum1 {
    grid-template-columns: 1fr;
}

.colum3 {
    grid-template-columns: 1fr 1fr 1fr;
}


.article_arc_item:hover {
    transform: translateY(calc(var(--vw)* -20));
}

.article_arc_img_box {
    height: calc(Var(--vw)*200);
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--g_blue_light);
}

.height220 {
    height: calc(Var(--vw)*220);
}

.article_img_tag {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
}

.article_img_tag span {
    font-weight: 600;
    font-size: calc(var(--vw)*12);
    color: var(--w);
    background: var(--btn_grad);
    background-size: 250%;
    padding: calc(Var(--vw)*8) calc(Var(--vw)*10);
    box-sizing: border-box;
}

.article_arc_img_box a:hover .article_img_tag span {
    animation: var(--btn_grad_animate);
}

.about_arc_text_box {
    box-sizing: border-box;
    padding: calc(var(--vw)*25);
    display: grid;
    grid-gap: calc(var(--vw)*20);
    grid-auto-rows: min-content;
}

.about_arc_text {
    padding-bottom: calc(var(--vw)*15);
    border-bottom: var(--vw) solid #eaeaea;
}

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

.about_arc_description div:nth-child(1) {
    margin-right: calc(var(--vw)*25);
}

.about_arc_description span {
    font-size: calc(var(--vw)*12);
    position: relative;
    z-index: 1;
    padding-left: calc(var(--vw)*25);
}

.about_arc_description span::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: calc(var(--vw)*15);
    height: calc(var(--vw)*15);
    z-index: -1;
}

.about_arc_description .about_arc_date span::before {
    background: url(../img/calender.svg)center center no-repeat;
    background-size: cover;
}

.about_arc_description .about_arc_post_by span::before {
    background: url(../img/post.svg) center center no-repeat;
    background-size: cover;
}

.about_arc_text .title a:hover h5 {
    color: var(--g_blue_light);
}


/* ARTICLE ARC SECTION ENDS */


/* OUR PROCESS SECTION STARTS */

.our_process_work {
    padding: calc(var(--vw)*75) 0;
}

.our_process_work_box {
    display: grid;
    grid-gap: calc(var(--vw)*40);
    grid-auto-rows: min-content;
}

.our_process_item_box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: calc(var(--vw)*30);
}

.our_process_item a {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: calc(Var(--vw)*15);
    grid-row-gap: calc(Var(--vw)*20);
    align-items: center;
    background: var(--w);
    box-sizing: border-box;
    padding: calc(Var(--vw)*30);
    border-radius: calc(Var(--vw)*5);
    box-shadow: 0 0 calc(var(--vw)*20) calc(var(--vw)*3) rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
    overflow: hidden;
}



.our_process_item a::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    background: var(--btn_grad);
    transition: var(--trans);
    background-size: 250%;
    z-index: -1;
}



.our_process_item_img_box {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
}

.our_process_item_text {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
}

.our_process_item_title {
    grid-column: 1/span 2;
    grid-row: 2/span 1;
}

.our_process_item_img {
    width: calc(Var(--vw)*60);
    height: calc(Var(--vw)*60);
    border-radius: calc(var(--vw)*4);
    box-sizing: border-box;
    padding: calc(var(--vw)*9);
    background: rgba(184, 247, 255, 0.3);
}



.our_process_item_text .title span {
    font-weight: 700;
    font-size: calc(var(--vw)*32);
}

.our_process_item a .title span {
    min-height: calc(Var(--vw)*40)
}




/* OUR PROCESS SECTION ENDS */


/* SERVICE PACKAGE SECTION STARTS */

.service_package {
    padding: calc(Var(--vw)*75) 0;
}

.service_package_box {
    display: grid;
    grid-gap: calc(var(--vw)*40);
    grid-auto-rows: min-content;
}

.service_package_items_box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: calc(var(--vw)*25);
}

.service_package_item {
    background: var(--dim);
    padding: calc(var(--vw)*30);
    border-radius: calc(Var(--vw)*10);
    border: var(--vw) solid #e5e5e5;
    box-sizing: border-box;
    transition: var(--trans);
}

.service_package_item:hover {
    transform: translateY(calc(var(--vw)*-20));
}

.sercice_package_item_description {
    margin-top: calc(var(--vw)*25);
}

.description ul {
    margin-top: calc(Var(--vw)*15);
    margin-left: calc(var(--vw)*15);
}

.description ul:first-child {
    margin-top: 0;
}

.description ul li {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: calc(var(--vw)*5);
}

.description ul.item li {
    padding-left: calc(var(--vw)*30);
    margin-bottom: calc(var(--vw)*10);
}

.description ul.item li::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: calc(Var(--vw)*20);
    height: calc(Var(--vw)*20);
    background: url(../img/tick.svg)center center no-repeat;
    background-size: cover;
    z-index: -1;
}

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

.service_package_item_btn {
    margin-top: calc(var(--vw)*30);
    display: flex;
}

.service_package_item_btn a {
    display: block;
    width: 100%;
    text-align: center;
    padding: calc(Var(--vw)*15);
    border-radius: calc(var(--vw)*5);
    background: var(--btn_grad);
    background-size: 400%;
    color: var(--w);
    font-size: calc(var(--vw)*16);
}

.service_package_item_btn a:hover {
    animation: var(--btn_grad_animate);
}

.service_package_item_title .title span {
    font-size: calc(Var(--vw)*32);
    font-weight: 700;
}


/* SERVICE PACKAGE SECTION ENDS */


/* OUR TEAM SECTION STARTS */

.our_team_section {
    padding: calc(var(--vw)*75) 0;
}

.our_team_box {
    display: grid;
    grid-gap: calc(Var(--vw)*40);
    grid-auto-rows: min-content;
}

.our_team_item_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: calc(Var(--vw)*25);
}

.our_team_item {
    display: grid;
    grid-template-columns: 6fr 5fr;
    border-radius: calc(var(--vw)*5);
    box-shadow: 0 0 calc(Var(--vw)*15) calc(var(--vw)*3) rgba(0, 0, 0, 0.1);
}

.our_team_text_box {
    padding: calc(Var(--vw)*20);
    display: grid;
    grid-template-rows: auto 1fr;
    grid-gap: calc(Var(--vw)*15);
    box-sizing: border-box;
}

.our_team_img_box a {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    box-sizing: border-box;
    background: var(--g_blue_dark);
    padding: calc(var(--vw)*10) 0 0 calc(var(--vw)*8);
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.our_team_img {
    transition: var(--trans);
}

.our_team_img_box a:hover .our_team_img {
    opacity: 0.8;
}

.our_team_name {
    display: grid;
    grid-gap: calc(Var(--vw)*10);
    grid-auto-rows: min-content;
}

.our_team_name .title a {
    font-weight: 700;
    font-size: calc(Var(--vw)*32);
}

.our_team_description {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.our_team_name .title a:hover {
    color: var(--g_blue_light);
}


/* OUR TEAM SECTION ENDS */


/* UPloaD sECTION STARTS */

.upload_section {
    padding: calc(Var(--vw)*75) 0;
}

.upload_box {
    display: grid;
    grid-gap: calc(var(--vw)*40);
    grid-auto-rows: min-content;
}


/* UPloaD sECTION ENDS */


/* FAQ SECTION STARTS */

.faq_section {
    padding: calc(Var(--vw)*75) 0;
}

.faq_box {
    display: grid;
    grid-gap: calc(var(--vw)*40);
    grid-auto-rows: min-content;
}

.faq_item_box {
    display: grid;
    grid-auto-rows: min-content;
    grid-gap: calc(Var(--vw)*20);
}

.accordin_box {
    display: grid;
    grid-auto-rows: min-content;
    grid-gap: calc(var(--vw)*5);
    filter: drop-shadow(0 0 calc(var(--vw)*5) rgba(0, 0, 0, 0.1));
}

.accordianheader {
    outline: none;
    background: var(--w);
    cursor: pointer;
}

.accordian_header_box {
    padding: calc(Var(--vw)*15) calc(Var(--vw)*25);
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr auto;
}

.accordianbody {
    background: var(--w);
}

.accordian_body_box {
    padding: calc(Var(--vw)*20) calc(var(--vw)*25);
}

.accordian_header_box .title h6 {
    color: var(--g_blue_dark);
}

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

.open_btn {
    display: grid;
    grid-auto-rows: min-content;
    grid-gap: calc(Var(--vw)*3);
    background: var(--btn_grad);
    background-size: 250%;
    box-sizing: border-box;
    border-radius: calc(Var(--vw)*5);
    width: calc(Var(--vw)*30);
    height: calc(Var(--vw)*30);
    place-content: center;
}

.open_btn span {
    display: block;
    width: calc(var(--vw)*12);
    height: calc(var(--vw)*2);
    background: var(--w);
    border-radius: calc(Var(--vw)*50);
}

.open_btn span.one {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    transform: rotate(90deg);
    transition: var(--trans);
}

.open_btn span.two {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
}

.accordianheader.ui-state-active .open_btn span.one {
    transform: rotate(0deg);
}


/* FAQ SECTION ENDS */


/* CONtACT US SECTION STARTS */

.contact_us_section {
    padding: calc(Var(--vw)*50) 0;
}

.contact_us_box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: calc(Var(--vw)*40);
}

.contact_us_item_box {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--trans);
    border-radius: calc(Var(--vw)*10);
	background: #ffffff;
	box-shadow: 0px 10px 35px 5px rgba(0, 0, 0, 0.1);
	transition: all 0.5s ease-in-out;
}

.contact_us_item_box:hover {
/*     box-shadow: 0 0 calc(var(--vw)*15) calc(var(--vw)*2) rgba(0, 0, 0, 0.1); */
	transform: scale(1.03);
	transition: all 0.5s ease-in-out;
}

.contact_us_item {
/*     display: grid;
    grid-gap: calc(Var(--vw)*15);
    grid-auto-rows: min-content; */
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
/* 	justify-content: center; */
    padding: calc(Var(--vw)*30);
}
.contact_us_item a
{
	color: #ffffff;
}
.contact_us_item h4
{
	font-size: 22px;
}
.contact_us_img {
    width: 50px;
    height: 50px;
    margin: auto;
	background: var(--blue);
	  
    border-radius: 6px;
/*     border-radius: calc(Var(--vw)*10); */
/*     background: var(--w); */
    box-sizing: border-box;
    padding: calc(Var(--vw)*12);
/*     box-shadow: 0 0 calc(var(--vw)*10) calc(var(--vw)*1) rgba(0, 0, 0, 0.1); */
}

.contact_us_img img
{
	  filter: brightness(0) invert(1);
}

.contact_us_description .description {
    min-height: calc(var(--vw)*62);
    max-height: auto;
    text-align: center;
    color: var(--g_blue_dark);
}

.contact_us_description .description a {
    color: var(--g_blue_dark);
}
.contact_description p
{
	text-align: center;
}
.contact_us_btn {
    justify-content: center;
}

.contact_us_btn a {
    display: block;
    padding: calc(Var(--vw)*15);
    box-shadow: 0 0 calc(Var(--vw)*15) calc(var(--vw)*4) rgba(0, 0, 0, 0.1);
    border-radius: calc(Var(--vw)*5);
    width: 70%;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-weight: 600;
}

.contact_us_btn a:hover {
    color: var(--w);
}

.contact_us_btn a::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0%;
    width: 100%;
    height: 0;
    background: var(--btn_grad);
    background-size: 200%;
    z-index: -1;
    transition: var(--trans);
}

.contact_us_btn a:hover::before {
    height: 100%;
    animation: var(--btn_grad_animate);
}

.contact_us_form_section {
    padding: calc(Var(--vw)*75) 0;
    position: relative;
    z-index: 1;
}

.contact_us_form_section::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: calc(Var(--vw)*400);
    background: var(--btn_grad);
    background-size: 300%;
    z-index: -1;
}

.contact_form_title_box .title {
    display: grid;
    grid-gap: calc(Var(--vw)*5);
}

.contact_form_title_box .title span {
    font-size: 18px;
	width: 74%;
    margin: auto;
    font-weight: 400;
}

.contact_form_box {
    display: grid;
    grid-gap: calc(Var(--vw)*40);
    grid-auto-rows: min-content;
}

.contact_form_holder_box {
    background: var(--w);
    padding: calc(var(--vw)*10);
    box-sizing: border-box;
    box-shadow: 0 0 calc(var(--vw)*10) calc(var(--vw)*1) rgba(0, 0, 0, 0.05);
}

.contact_form_holder {
    background: rgb(249, 253, 255);
    padding: calc(var(--vw)*15) calc(var(--vw)*40);
    display: grid;
    grid-gap: calc(var(--vw)*25);
    grid-auto-rows: min-content;
}

.contact_form_row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: calc(var(--vw)*25);
}

.contact_form_row .col3 {
    grid-column: 1/span 3;
}

.wpcf7 .ajax-loader {
    display: contents;
}



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

.contact_form_input_box .form_control {
    width: 100%;
    border: none;
    outline: none;
    padding: calc(var(--vw)*10) calc(Var(--vw)*15);
    font-size: calc(var(--vw)*12);
    resize: none;
    background: rgba(255, 255, 255, 0.65);
    color: var(--blue);
    font-weight: 300;
    line-height: 1.6;
    border-radius: calc(Var(--vw)*5);
    box-shadow: 0 0 calc(var(--vw)*10) rgba(0, 0, 0, 0.05);
    font-family: "Roboto", sans-serif;
}

.contact_form_input_box .form_control:focus {
    background: rgba(255, 255, 255, 1);
}

.contact_form_input_box .form_control::placeholder {
    color: var(--g_blue_dark);
}


/* CUSTOM SELECT */

.custom-select {
    position: relative;
    font-family: inherit;
    padding: calc(var(--vw)*10) 0;
    transition: var(--trans);
}

.custom-select select {
    display: none;
}

.select-selected {
    width: 90%;
    border: none;
    outline: none;
    padding: calc(var(--vw)*10) calc(Var(--vw)*15);
    font-size: calc(var(--vw)*12);
    resize: none;
    background: rgba(255, 255, 255, 0.65);
    color: var(--blue);
    font-weight: 300;
    line-height: 1.6;
    border-radius: calc(Var(--vw)*5);
    box-shadow: 0 0 calc(var(--vw)*10) rgba(0, 0, 0, 0.05);
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: calc(Var(--vw)*10);
    width: calc(var(--vw)*10);
    height: calc(var(--vw)*10);
    background: url(../img/arrow_down.svg)center center no-repeat;
    background-size: contain;
    transition: var(--trans);
}

.select-selected.select-arrow-active:after {
    transform: translateY(-50%) rotate(180deg);
}

.select-items div,
.select-selected {
    color: var(--blue);
    cursor: pointer;
    transition: var(--trans);
}

.custom-select:hover .select-selected {
    color: var(--blue);
}

.select-items div {
    transition: var(--trans);
    padding: calc(var(--vw)*10) calc(var(--vw)*15);
    background: var(--w);
}

.select-items {
    position: absolute;
    top: 90%;
    left: 0;
    right: 0;
    z-index: 2;
    transition: var(--trans);
    box-shadow: 0 0 calc(var(--vw)*10) rgba(0, 0, 0, 0.05);
    border-radius: calc(Var(--vw)*5);
    overflow: hidden;
}

.select-hide {
    display: none;
}

.select-items div:hover {
    background: var(--g_blue_dark);
    color: var(--w);
}


/* CUSTOM SELECT */


/* CONtACT US SECTION ENDS */


/* SINGLE SECTION STARTS */

.service_single_items {
    transition: var(--trans);
}

.service_single_items:hover {
    transform: translateY(calc(var(--vw)*-20));
}

.serivce_single_img {
    border-radius: calc(var(--vw)*7);
    overflow: hidden;
    box-shadow: 0 0 calc(var(--vw)*15) calc(Var(--vw)*3) rgba(0, 0, 0, 0.1);
}

.service_single_text_box {
    position: relative;
    z-index: 2;
    box-shadow: 0 0 calc(var(--vw)*15) calc(Var(--vw)*3) rgba(0, 0, 0, 0.1);
    background: var(--w);
    padding: calc(Var(--vw)*25);
    border-radius: calc(var(--vw)*7);
    width: 90%;
    margin: auto;
    /* transform: translateY(calc(var(--vw)*-30)); */
    margin-top: calc(var(--vw)*-50);
    display: grid;
    grid-gap: calc(Var(--vw)*15);
    grid-auto-rows: min-content;
}

.service_single_text_title .title {
    min-height: calc(Var(--vw)*50);
    align-items: center;
}

.service_single_text_title a:hover .title {
    color: var(--g_blue_light);
}

.service_single_btn a {
    font-weight: 600;
    /* color: var(--blue); */
}

.service_package_items_box.single {
    grid-row-gap: calc(var(--vw)*60);
    width: 80%;
    margin: auto;
}

.service_data_section {
    padding: calc(Var(--vw)*75) 0;
    background: var(--w);
}

.service_data_box {
    display: grid;
    grid-template-columns: 3fr 5fr;
    grid-gap: calc(Var(--vw)*50);
    width: 80%;
    margin: auto;
}

.service_data_text_box {
    display: grid;
    grid-gap: calc(Var(--vw)*15);
    grid-auto-rows: min-content;
}

.service_data_text_box .site_title span {
    margin-bottom: 0;
}

.service_data_text_box .title {
    width: 80%;
}

.btn {
    display: block;
    padding: calc(var(--vw)*15);
    border-radius: calc(var(--vw)*5);
    color: var(--w);
    background: var(--btn_grad);
    background-size: 250%;
}

.btn:hover {
/*     animation: var(--btn_grad_animate); */
    background-size: 400%;
}

.data_counter_box {
    display: flex;
    align-items: center;
}

.data_counter {
    margin-right: calc(Var(--vw)*40);
}

.data_counter:last-child {
    margin-right: 0;
}

.data_counter_title {
    color: var(--g_blue_light);
}

.data_counter_item span {
    line-height: 1;
    color: transparent;
    background: var(--btn_grad);
    background-size: 250%;
    -webkit-background-clip: text;
}

.data_counter_item span.number {
    font-weight: 600;
    font-size: calc(var(--vw)*60);
}

.data_counter_item span.tag {
    margin-left: calc(var(--vw)*10);
    font-size: calc(Var(--vw)*48);
}

.service_data_img_display_box {
    border-radius: calc(Var(--vw)*10);
    background: var(--btn_grad);
    background-size: 400%;
    width: 85%;
    position: relative;
    z-index: 1;
    height: 87%;
    align-self: flex-end;
    box-sizing: border-box;
    padding: calc(var(--vw)*20);
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.service_data_img_display_box::before {
    position: absolute;
    content: '';
    top: -13%;
    right: -15%;
    width: 100%;
    height: 85%;
    background: url(../img/service1.jpg)center center no-repeat;
    background-size: cover;
    z-index: -1;
    border-radius: calc(Var(--vw)*10);
    box-shadow: 0 0 calc(var(--vw)*10) calc(var(--vw)*1) rgba(0, 0, 0, 0.1);
}

.service_data_exp {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: calc(var(--vw)*20);
    width: 80%;
    margin: auto;
}

.service_data_exp_img span {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: calc(var(--vw)*50);
    height: calc(var(--vw)*50);
}

.service_data_exp_img span img {
    filter: brightness(0) invert(1);
}


/* SINGLE SECTION ENDS */

.img_hover {
    overflow: hidden !important;
    height: 100%;
}

.img_hover_item {
    transition: var(--trans);
}

.img_hover:hover img,
.img_hover:hover .img_hover_item {
    transform: scale(1.2);
    opacity: 0.8;
}

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

/* ARTICLE SINGLE SECTION STARTS */

.article_single_box {
    display: grid;
    grid-template-columns: 2.3fr 1fr;
    grid-gap: calc(Var(--vw)*50);
    padding: 25px;
    background: #fff;
}



.article_single_description_box {
    display: grid;
    grid-gap: calc(var(--vw)*20);
}

.article_single_img_box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--dim);
}

.simplegrid {
    display: grid;
    grid-gap: calc(var(--vw)*15);
}

.about_single_data_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: calc(var(--vw)*15);
    grid-auto-rows: min-content;
    padding: 35px;
    background: var(--w);
    box-shadow: 0 0 calc(var(--vw)*10) rgba(0, 0, 0, 0.1);
}

.about_single_data_box .description {
    font-size: calc(var(--vw)*14);
    padding-bottom: calc(Var(--vw)*20);
}

.about_single_data_box .description a {
    color: #007bb5;
}

.about_single_data_box .description a:hover {
    color: #444;
}

.about_single_editor {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    grid-gap: calc(var(--vw)*15);
    align-items: center;
}

.about_single_editor span {
    padding-left: calc(var(--vw)*20);
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.about_single_editor span::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: calc(var(--vw)*13);
    height: calc(var(--vw)*13);
    z-index: -1;
}

.about_single_editor span.date::before {
    background: url(../img/calender.svg)center center no-repeat;
    background-size: contain;
}

.about_single_editor span.editor::before {
    background: url(../img/post.svg)center center no-repeat;
    background-size: contain;
}

.about_single_editor .type {
    display: block;
    padding: calc(var(--vw)*8) calc(var(--vw)*25);
    font-size: calc(var(--vw)*14);
    color: var(--g_blue_dark);
    font-weight: 600;
    background: rgba(184, 247, 255, 0.3);
}

.bottom_description {
    display: grid;
    grid-template-columns: 2fr 1fr;
    border-top: var(--vw) solid #e5e5e5;
    padding: calc(Var(--vw)*15) 0 calc(var(--vw)*10);
}

.bottom_description .tag {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    grid-gap: calc(var(--vw)*15);
}

.bottom_description .tag span {
    color: #64676F;
    font-size: calc(var(--vw)*15);
}

.bottom_description .share ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
}

.bottom_description .share ul a {
    display: block;
    width: calc(var(--vw)*25);
    height: calc(var(--vw)*25);
    border-radius: 100%;
    overflow: hidden;
    margin-right: calc(var(--vw)*10);
}

.bottom_description .share ul li:last-child a {
    margin-right: 0;
}

.arc_single_tool_box {
    display: grid;
    grid-gap: calc(var(--vw)*30);
    grid-auto-rows: min-content;
}

.arc_tool_item_title_box,
.arc_tool_item_data_box {
    padding: calc(var(--vw)*30);
}
.arc_tool_item_title_box{
	 padding: 15px 30px;
}
.arc_single_tool_item {
    box-shadow: 0 0 calc(var(--vw)*2) calc(Var(--vw)*2) rgba(0, 0, 0, 0.05);
}

.arc_tool_item_title_box {
    background: #F1F4F9;
}

.arc_tool_item_title_box .title .dot {
    padding-left: calc(var(--vw)*20);
    position: relative;
    z-index: 1;
}

.arc_tool_item_title_box .title .dot::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: calc(Var(--vw)*10);
    height: calc(Var(--vw)*10);
    z-index: -1;
    background: #C62E28;
    border-radius: 100%;
}

.arc_tool_item_data_tag {
    display: block;
}

.arc_tool_item_data_tag a {
    display: inline-block;
    padding: calc(var(--vw)*8) calc(var(--vw)*15);
    background: #F1F4F9;
    color: var(--blue);
    margin-top: calc(var(--vw)*10);
    border-radius: calc(var(--vw)*5);
    font-size: calc(var(--vw)*12);
}

.arc_tool_item_data_tag a:hover {
    background: var(--blue);
    color: var(--w);
}

.arc_tool_item_data_tag a.active {
    background: #C62E28;
    background: linear-gradient(45deg, #D2631B, #C62E28, #D2631B);
    background-size: 400%;
    color: var(--w);
}

.arc_tool_item_data_box ul li {
    display: flex;
}

.arc_tool_item_data_box ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: calc(var(--vw)*14);
    font-weight: 600;
    margin-top: calc(var(--vw)*15);
    padding-left: calc(Var(--vw)*20);
    position: relative;
    z-index: 1;
}

.arc_tool_item_data_box ul li a:hover,
.arc_tool_item_data_box ul li a:hover span {
    color: var(--blue);
}

.arc_tool_item_data_box ul li a::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: calc(var(--vw)*12);
    height: calc(var(--vw)*12);
    background: url(../img/double_arrow.svg)center center no-repeat;
    background-size: contain;
    z-index: -1;
}

.arc_tool_item_data_box ul li:first-child a {
    margin-top: 0;
}

.arc_tool_item_data_box ul li a span {
    margin-left: calc(var(--vw)*10);
}


/* ARTICLE SINGLE SECTION ENDS */

.to_top {
    position: fixed;
    bottom: calc(var(--vw)*-50);
    right: calc(Var(--vw)*15);
    z-index: 90;
    transition: var(--trans);
}

.to_top.show {
    bottom: calc(var(--vw)*15);
}

.to_top span {
    display: block;
    width: calc(Var(--vw)*35);
    height: calc(Var(--vw)*35);
    box-sizing: border-box;
    box-shadow: 0 0 calc(var(--vw)*10) calc(var(--vw)*2) rgba(0, 0, 0, 0.1);
    border-radius: calc(var(--vw)*5);
    background: var(--btn_grad);
    background-size: 250%;
    padding: calc(var(--vw)*10);
    cursor: pointer;
    transition: var(--trans);
}

.to_top span img {
    transform: rotate(-90deg);
    filter: brightness(0) invert(1);
}

.to_top span:hover {
    animation: var(--btn_grad_animate);
    background-size: 400%;
}

/* NEW WIDTH */
.new-soci-list ul {
    display: flex;
    flex-direction: row;
    gap: 15px;
    list-style: none;
}

.new-soci-list ul a {
    display: flex;
    gap: 5px;
    align-items: center;
    color: #fff;
    font-size: calc(var(--vw)*12);
}

.new-soci-list ul .icon-wrapper {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-soci-list .icon-wrapper .img_fluid {
    width: 12px;
}

.footer_item li .icon {
    height: 15px;
    margin-right: 10px;
    margin-top: 5px;
    filter: invert(1) brightness(1000);
}

.copyright-section {
    background: #155c9f;
    border-top: calc(var(--vw)*2) solid #fff;
}

.overlap-gap
{
	margin-top: -65px !important;
}
.middle-header
{
	display: flex;
	align-items: center;
}
@media(max-width:1500px) {
    :root {
        --vw: 0.072916667vw;
    }
}

@media(max-width:1024px) {
    :root {
        --vw: 0.112916667vw;
    }

    .header_box {
        grid-template-columns: 3fr 4fr;
    }

    .header_menu_box,
    .header_btn {
        display: none;
    }

    .header_mobile_bar_box {
        display: flex;
    }

    .banner_section.two {
        margin-top: calc(var(--vw)*85);
    }

    .banner_slider_item {
        height: calc(var(--vw)*800);
    }

    .banner_text {
        width: 80%;
    }

    .about_box {
        grid-template-columns: 1fr;
    }

    .about_text_box {
        grid-row: 2/span 1;
    }

    .about_img_box {
        grid-row: 1/span 1;
    }

    .service_item_box {
        grid-template-columns: repeat(2, 1fr);
    }

    .latest_news_item_box {
        grid-template-columns: 1fr;
    }

    .newsletter_box {
        grid-template-columns: 1fr;
        grid-gap: calc(var(--vw)*20);
    }

    .newsletter_form_box a {
        padding: calc(var(--vw)*20) calc(var(--vw)*60);
    }

    .newsletter_input_box {
        padding-top: calc(var(--vw)*20);
        border-left: none;
        border-top: var(--vw) solid var(--w);
    }

    .footer_box {
        grid-template-columns: 1fr;
        grid-gap: calc(var(--vw)*30);
        padding-bottom: calc(Var(--vw)*30);
    }

    .footer_logo_box {
        width: 60%;
        margin: auto;
        text-align: center;
    }

    .footer_social_icons ul {
        justify-content: center;
    }

    .footer_item_box {
        padding: 0;
        padding-top: calc(var(--vw)*30);
        border-left: none;
        border-top: calc(Var(--vw)*2) solid #2f3640;
    }

    .copyright_box {
        grid-template-columns: 1fr;
        grid-gap: calc(Var(--vw)*5);
        text-align: center;
    }

    .copyright_box div:nth-child(2) {
        justify-content: center;
    }

    .about_us_item,
    .about_us_item.rev {
        grid-template-columns: 1fr;
    }

    .about_us_text_box,
    .about_us_item.rev .about_us_text_box {
        grid-column: 1/span 1;
        grid-row: 2/span 1;
        width: 80%;
    }

    .about_us_img_box,
    .about_us_item.rev .about_us_img_box {
        grid-column: 1/span 1;
        grid-row: 1/span 1;
    }

    .article_arc_item_box {
        grid-template-columns: 1fr 1fr;
    }

    .article_arc_img_box {
        height: calc(Var(--vw)*250);
    }

    .our_process_item_box {
        grid-template-columns: 1fr 1fr;
        width: 80%;
        margin: auto;
    }

    .service_package_items_box {
        grid-template-columns: 1fr 1fr;
    }

    .our_team_item_box {
        grid-template-columns: 1fr;
        width: 75%;
        margin: auto;
    }

    .contact_form_row {
        grid-template-columns: 1fr 1fr;
    }

    .contact_form_row .col3 {
        grid-column: 1/span 2;
    }

    .contact_us_box {
        grid-template-columns: 1fr 1fr;
    }

    .contact_us_item {
        width: 100%;
    }

    .service_data_box {
        grid-template-columns: 1fr;
        margin-top: calc(Var(--vw)*100);
    }

    .service_data_img_display_box {
        height: calc(var(--vw)*600);
    }

    .service_data_img_display_box::before {
        height: 95%;
    }

    .service_data_img_text_box {
        width: 100%;
    }

    .service_data_exp {
        align-items: center;
    }

    .article_single_box {
        grid-template-columns: 1fr;
    }

    .arc_single_tool_box {
        grid-template-columns: 1fr 1fr;
    }

    .footer_item_box {
        border-top: calc(Var(--vw)* 2) solid #5583c5;
    }

    .copyright-section {
        background: #155c9f;
        border-top: calc(var(--vw)* 1) solid #5583c5;
    }

    .footer_logo a img {
        margin: 0 auto;
    }

    .footer_description .description p {
        text-align: center;
    }

}

@media(max-width:786px) {


    :root {
        --vw: 0.152916667vw;
    }

    .header_box {
        grid-template-columns: 3fr 2fr;
    }

    .banner_text {
        width: 90%;
    }

    .banner_slider_item {
        height: calc(var(--vw)*750);
    }

    .service_item_box {
        grid-template-columns: repeat(1, 1fr);
    }

    .service_img_box {
        height: calc(var(--vw)*450);
    }

    .testimonial_slider.owl-theme .owl-nav {
        bottom: 105%;
        right: 0;
        grid-template-columns: auto auto;
    }

    .testimonial_box {
        grid-gap: calc(Var(--vw)*90);
    }

    .latest_news_item {
        grid-template-columns: 1fr;
    }

    .latest_news_img_box {
        grid-row: 1/span 1;
        height: calc(Var(--vw)*350);
    }

    .latest_news_text_box {
        grid-row: 2/span 1;
    }

    .newsletter_box {
        text-align: center;
    }

    .newsletter_input .title {
        justify-content: center;
    }

    .newsletter_form_box a {
        padding: calc(var(--vw)*15) calc(var(--vw)*30);
    }

    .footer_item_box {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .footer_item .title {
        justify-content: center;
        text-align: center;
    }

    /*     .footer_item ul li {
        align-items: center;
        justify-content: center;
        text-align: center;
    } */
    .copyright_box {
        width: 70%;
        margin: auto;
    }

    .about_us_text_box,
    .about_us_item.rev .about_us_text_box {
        width: 100%;
    }

    .article_arc_item_box {
        grid-template-columns: 1fr 1fr;
        width: 100%;
        margin: auto;
    }

    .our_process_item_box {
        width: 100%;
    }

    .service_package_items_box {
        grid-template-columns: 1fr;
        width: 60%;
        margin: auto;
    }

    .our_team_item_box {
        width: 100%;
    }

    .contact_form_row {
        grid-template-columns: 1fr;
    }

    .contact_form_row .col3 {
        grid-column: 1/span 1;
    }

    .contact_form_holder {
        padding: calc(var(--vw)*15) calc(var(--vw)*80);
    }

    .contact_us_box {
        grid-template-columns: 1fr;
        width: 60%;
        margin: auto;
    }

    .service_single_items:hover {
        transform: translateY(0);
    }

    .service_data_img_display_box {
        width: 100%;
    }

    .service_data_img_display_box::before {
        top: 4%;
        right: 6%;
        width: 88%;
        height: 80%;
    }

    .service_data_text_box .title {
        width: 100%;
    }

    .arc_single_tool_box {
        grid-template-columns: 1fr;
        width: 100%;
        margin: auto;
    }

    .banner_flex_spacebetween {
        grid-template-columns: 1.6fr 1fr;
        gap: 10px;
    }

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

    .centeritemtab {
        grid-column-start: 1;
        grid-column-end: 3;
    }



    .banner_section.two {
        padding: calc(var(--vw)*100) calc(var(--vw)*0) calc(var(--vw)*60) calc(var(--vw)*0);
    }

    .article_arc_item {
        grid-template-columns: 1fr 1fr;
    }

    .font-25 {
        font-size: calc(var(--vw)*20) !important;
        line-height: 1.2;
    }

    .about_arc_description1 {
        display: none;
    }

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

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

    .pb-0 {
        padding-bottom: 0px;
    }

    .pt-0 {
        padding-top: 0px;
    }

    .banner_text.two h3 {
        font-size: calc(var(--vw)*25);
    }

    .about_arc_description span {
        font-size: calc(var(--vw)*10);
    }

    .about_arc_description div:nth-child(1) {
        margin-right: calc(var(--vw)*6);
    }

    .article_arc_item_box {
        grid-template-columns: 1fr;
    }

}

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

    h2 {
        font-size: calc(Var(--vw)*42);
        font-weight: 700;
    }

    h3 {
        font-size: calc(var(--vw)*30);
        font-weight: 700;
    }

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

    .header_box {
        grid-template-columns: 5fr 2fr;
    }

    .banner_slider_item {
        height: calc(var(--vw)*650);
    }

    .banner_slider.owl-theme .owl-nav {
        right: 50%;
        transform: translateX(50%);
        grid-template-columns: auto auto;
    }

    .banner_section.two {
        margin-top: calc(var(--vw)*80);
    }

    .banner_text.two h3 {
        font-size: calc(var(--vw)*30);
    }

    .article_single_box {
        padding: 0px;
    }

    .banner_text {
        width: 100%;
        text-align: center;
    }

    .banner_text .description {
        width: 80%;
        margin: auto;
    }

    .btn_holder {
        display: inline-grid;
        grid-gap: calc(var(--vw)*15);
        justify-content: center;
    }

    .btn_holder a {
        margin-right: calc(Var(--vw)*0);
    }

    .testimonial_slider_box {
        min-width: 100%;
    }

    .newsletter_contact {
        display: none;
    }

    .newsletter_input_box {
        padding-top: calc(var(--vw)*0);
        border: none;
    }

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

    .copyright_box {
        width: 90%;
    }

    .about_us_text_box {
        text-align: center;
    }

    .about_us_text .title {
        justify-content: center;
    }

    .line_below::before {
        left: 50%;
        transform: translateX(-50%);
    }

    .article_arc_item_box {
        width: 90%;
    }

    .about_arc_description {
        justify-content: flex-start;
    }

    .about_arc_text .title a h5 {
        text-align: left;
    }

    .our_process_item_box {
        grid-template-columns: 1fr;
        width: 90%;
    }

    .our_process_item a {
        grid-template-columns: 1fr;
        grid-row-gap: calc(var(--vw)*5);
        padding: calc(var(--vw)*50);
    }

    .process_wrapper:hover .our_process_item a {
        transform: translateY(0);
    }

    .our_process_item_text {
        grid-column: 1/span 1;
        grid-row: 2/span 1;
    }

    .our_process_item_title {
        grid-column: 1/span 1;
        grid-row: 3/span 1;
    }

    .our_process_item a .title {
        justify-content: center;
        text-align: center;
    }

    .our_process_item_img {
        width: calc(Var(--vw)*75);
        height: calc(Var(--vw)*75);
        padding: calc(var(--vw)*10);
        margin: auto;
    }

    .service_package_items_box {
        width: 90%;
    }

    .our_team_item {
        grid-template-columns: 1fr;
    }

    .our_team_img_box {
        grid-row: 1/span 1;
        grid-column: 1/span 1;
    }

    .our_team_text_box {
        grid-row: 2/span 1;
        grid-column: 1/span 1;
        grid-gap: calc(var(--vw)*20);
    }

    .contact_form_holder {
        padding: calc(var(--vw)*15) calc(var(--vw)*30);
    }

    .contact_us_box {
        width: 100%;
    }

    .contact_us_btn.btn_holder {
        display: flex;
    }

    .contact_us_btn a {
        width: 50%;
    }

    .service_data_img_display_box {
        height: calc(var(--vw)*450);
    }

    .service_data_img_display_box::before {
        height: 78%;
    }

    .service_data_text_box .title {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .service_data_text_box .site_title {
        justify-content: center;
    }

    .service_data_text_box .site_title span.line_border::before {
        transform: translateY(-50%) translateX(-50%);
        left: 50%;
        top: 110%;
    }

    .service_data_text_box {
        text-align: center;
    }

    .data_counter_box {
        display: grid;
        grid-gap: calc(var(--vw)*20);
    }

    .data_counter {
        margin-right: calc(Var(--vw)*0);
    }

    .about_single_data_box {
        text-align: center;
    }

    .about_single_editor {
        justify-self: center;
    }

    .arc_single_tool_box {
        width: 100%;
    }

    .bottom_description {
        grid-template-columns: 1fr;
        place-items: center;
        grid-gap: calc(Var(--vw)*10);
    }

    .about_single_editor {
        display: none;
    }

    .banner_text.two h3 {
        font-size: calc(var(--vw)*25);
    }

    .banner_flex_spacebetween {
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .p-25 {
        padding: 15px 15px 0px 15px;
    }



    .pb-15 {
        padding-bottom: 15px;
    }

    .article_arc_item {
        grid-template-columns: 1fr;
    }

    .tab_center {
        justify-content: flex-start;
    }

    .footer_logo_box {
        width: 100%;
        text-align: left;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .footer_item {
        justify-content: flex-start;
    }

    .footer_item ul li a,
    .new-soci-list ul a,
    .footer_description .description p,
    .copyright_box span,
    .copyright_box span a {
        font-size: 14px;
    }

    .copyright_box {
        flex-direction: column;
        width: 100%;
    }






}