.banner_section {
    background: url('../img/testimonialbg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.grecaptcha-badge{
	display: none;
}

.gap-20 {
    grid-gap: 20px;
}

.textshadow * {
	text-shadow: 2px 2px 5px rgb(0 0 0 / 60%);
}


.boxshadowdiv {
    padding: 10px;
    background: #fff;
/*     box-shadow: rgba(150, 158, 166, 0.2) 0px 9px 25px; */
	box-shadow: 0px 5px 35px 5px rgba(0,0,0,0.1);
}

/*TESTIMONIAL SECTION STYLING*/

.mytestimonial_box {
    background: var(--w);
    padding: calc(var(--vw)*40);
    /* max-width: calc(var(--vw)*900);*/
    margin: 0 auto;
    text-align: center;
	width: 100%;
    max-width: 500px;
    min-height: 200px;
    overflow: hidden;
    border-radius: 10px;

}

.py-50{
    padding: 50px 0px;
}

.relative {
    position: relative;
}

.blueoverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(31, 101, 174, 0.8);
}
.single-title{
	font-weight: 600;
}
.footer_logo a img {
    width: 60%;
/*     filter: invert(1) brightness(100); */
}

.disclamer {
    margin-top: 15px;
}

.mytestimonial_box_title {
    font-size: calc(var(--vw)*16);
    font-weight: 600;
    margin-top: calc(var(--vw)*20);
    color: #000;
}

.mytestimonial_box_title img{
    width: 30px !important;
    height: 30px;
    border-radius: 50%;
    margin: 0 auto;
}

.center span a {
    color: #4dc6ff;
}

.testimonial_slider.owl-theme .owl-nav {
    right: 0%;
    display: none;
}

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

.mytestimonial_box_content p {
    margin: calc(var(--vw)*20);
}

.mytestimonial_box_content:before {
    position: absolute;
    content: '';
    top: 0;
    left: -25px;
    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;
}

.mytestimonial_img {
    width: calc(var(--vw)*60);
    height: calc(var(--vw)*60);
    border-radius: 50%;
    margin: 0 auto;
    margin-top: calc(var(--vw)*20);
}

.grid-1-2 {
    display: grid;
    grid-template-columns: 1fr 8fr;
    grid-gap: 20px;
    margin-top: 10px;
}

.authorimg img {
    width: 90%;
    padding: 5px;
    border-radius: 50%;
    box-shadow: 0 0 calc(var(--vw)*10) rgba(0, 0, 0, 0.1);
}

.banner_slider.owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 10%;
}

.banner_slider.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 10%;
}

.fix-width img {
    width: 350px;
/*     box-shadow: rgba(150, 158, 166, 0.2) 0px 9px 25px; */
/*     padding: 10px; */
	border-radius: 10px;
}
.img-width
{
	width: 350px;
	max-width:100%;
	 box-shadow: rgba(150, 158, 166, 0.2) 0px 9px 25px;
	border: 10px solid #fff;
	border-radius: 10px;
	display: block;
}
.overlapimage img {
/*     width: 250px; */
/*     margin: -35px 0 0 auto; */
/*     box-shadow: rgba(150, 158, 166, 0.2) 0px 9px 25px; */
/*     padding: 10px; */
/*     position: relative; */
    background: #fff;
	border-radius: 10px;
}
.smallimg-width
{
	width: 250px;
	max-width: 100%;
	margin: -35px 0 0 auto;
	border: 10px solid #fff;
	border-radius: 10px;
	 box-shadow: rgba(150, 158, 166, 0.2) 0px 9px 25px;
	display: block;
	position: relative;
	background: #fff;
}

.margin-top-20 {
    margin-top: 20px;
}

.authordetails h1 {
    font-size: calc(var(--vw)*20);
}

.authordetails h2 {
    font-size: calc(var(--vw)*18);
}

.authordetails p {
    font-size: calc(var(--vw)*14);
}

/*TESTIMONIAL SECTION STYLING*/

/* BUTTON STYLING START */
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: normal;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    width: fit-content;
    transition: all 0.5s ease-in-out;
}

.green-btn {
    color: #fff;
    border: 1px solid #35a648;
    transition: all 0.5s ease-in-out;
}

.green-btn::after {
    content: "";
    position: absolute;
    height: 110%;
    width: 160%;
    border: 1px solid #35a648;
    background: #35a648;
    transform: skewX(45deg);
    top: 0;
    left: -20%;
    z-index: -2;
    transition: all 0.5s ease-in-out;
}

.green-btn:hover::after {
    left: 130%;
    transition: all 0.5s ease-in-out;
}

/* BUTTON STYLING END */


.logo_slider .owl-stage {
    margin: 0 auto !important;
}

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

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

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

.banner_text.two h3 {
    color: #fff;
}

.banner_box_two{
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

#st-1{
 text-align: left !important;   
}

.banner_text .title h1{
    color: #1f65ac;
    text-shadow: 2px 0px 1px #fff;
    font-size: 52px;
}

.pt-75 {
    padding-top: calc(Var(--vw)*75);
}

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

.description ul li {
    display: list-item;
}

.arrow_left {
    background: url("../img/arrow_slider.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: calc(var(--vw) * 20);
    width: calc(var(--vw) * 20);
}

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

}

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

.arrow_right {
    background: url("../img/arrow_slider.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: calc(var(--vw) * 20);
    width: calc(var(--vw) * 20);
    transform: rotate(180deg);
    filter: brightness(0) invert(1);

}

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

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

}

/*CAROUSEL NAVIGARITON*/
/*MARGIN*/
.mt-4 {
    margin-top: calc(var(--vw) * 20);
}

.mb-3 {
    margin-bottom: calc(var(--vw) * 30);
}

.mb-5 {
    margin-bottom: calc(var(--vw) * 50);
}

.mt-100 {
    margin-top: calc(var(--vw)*200);
}

/*MARGIN*/
/*PAGINATION STYLING HERE*/

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

.pagged a {
    padding: calc(var(--vw) * 10) calc(var(--vw) * 20);
    background: var(--btn_grad);
    color: var(--w);
}

.pagged a:hover {
    text-decoration: none;
    color: var(--w);

}

.page-numbers.current {
    color: var(--w);
}

.pagged span {
    padding: calc(var(--vw) * 10) calc(var(--vw) * 20) !important;
    background: var(--btn_grad);
    color: var(--w);

}

.next.page-numbers {
    background: var(--btn_grad);
    color: var(--w);
    float: none;

}

.prev.page-numbers {
    padding: calc(var(--vw) * 15) calc(var(--vw) * 20) !important;
    background: var(--btn_grad);
    color: var(--w);
    font-size: calc(var(--vw) * 16);
    float: none;
}

/*PAGINATION STYLING HERE*/
/*FORM CONTROL*/


.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

.contact_form_input_box {
    overflow: hidden;
}

.contact_form_input_box.left_align {
    justify-content: flex-start;
}

.btn {
    outline: none;
    border: none;
}

.header_menu ul li ul {
    width: max-content;
}

/*FORM CONTROL*/
/*TEAM STYLING*/
.our_team_name .title a {
}



.title a h6 {
    font-size: 20px;
}

/*TEAM STYLING*/
/*IMG FLUID*/
.img_fluid {
    height: auto;
}

/*IMG FLUID*/
.serviceimg img {
    position: absolute;
    content: "";
    top: -13%;
    right: -15%;
    width: 100%;
    height: 85%;
    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);
}



.bottom_description .tag {
    display: flex;
    align-items: center;
}

.bottom_description .tag .title {
    margin-right: calc(var(--vw) * 15);
}

.bottom_description .tag span {
    padding-right: calc(var(--vw) * 8);
}

.bottom_description .tag span:last-child {
    padding-right: 0;
}

/*BANNER BG*/
.bannerbg {
    background: url("https://accountstream.com.au/wp-content/uploads/2022/08/website-top-banner-default5-scaled.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*BANNER BG*/
/*DOCUMENT FORM*/
.contact_form_row.one {
    grid-template-columns: 1fr;
    width: 60%;
    margin: auto;
    box-sizing: border-box;
    padding: 30px;
    /* border: 1px solid #c9c9c9;*/
}

.smallbox {
    padding: 40px;
    background: #fff;
    box-shadow: rgba(150, 158, 166, 0.2) 0px 9px 25px;
    margin-top: -100px;
    position: relative;
	border-radius: 12px;
}

.mb-100 {
    margin-bottom: 100px;
}

th,
td {
    padding: 15px;
    text-align: left;
}

.heightfull {
    height: 100% !important;
    object-fit: cover;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

.codedropz-upload-container {
    padding: calc(var(--vw) * 90) calc(var(--vw) * 20);
}

.codedropz-upload-handler {
    margin: calc(var(--vw) * 15);
}

.labelstyle {
    width: 100%;
    padding: calc(var(--vw) * 10) calc(var(--vw) * 15);
}

.designbox {
    padding: calc(var(--vw) * 10) calc(var(--vw) * 15);
    border: 1px solid #c9c9c9;
}

.contact_form_input_box .form_control {
    background: rgba(204, 204, 204, 0.3);
}

.contact_form_input_box .form_control:focus {
    background: rgba(204, 204, 204, 0.8);
}

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

.header_section {
    position: sticky;
    transition: var(--trans);
    padding: 10px 0px;
}

.banner_slider_item {
    height: 75vh;
}

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

.service_text_box .description {
    font-size: calc(var(--vw)*15);
}



.overflow_hidden {
    overflow: hidden;
}

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

/*DOCUMENT FORM*/
/*MENU HOVER*/
.menu_list_hover::after {
    bottom: calc(var(--vw)* -5);
    left: 0;
    border-bottom: calc(var(--vw)*1.5) solid var(--blue);
    width: 0;
    height: 0;
}

.hover:hover.menu_list_hover::after {
    width: 100%;
    border-color: var(--blue);
}

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

.hover:after {
    position: absolute;
    content: '';
    transition: var(--trans);
    z-index: -1;
}

/*MENU HOVER*/
.header_menu ul li ul {
    top: calc(100% + calc(var(--vw)*18));
    background: #ffffff;
    padding: 10px 0px;
    border-radius: 10px;
}

.header_menu ul li ul li a {
    color: #000000;
    padding: calc(var(--vw)*8) 18px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: normal;
}

.header_menu ul li ul li a:hover {
    color: var(--w);
    background: #1f65ac;
}

.footer_social_icons ul a {
    padding: calc(var(--vw)*6);
    border: var(--vw) solid var(--w);
    background: var(--w);
}

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

.footer_social_icons ul a:hover img {
    filter: none;
    opacity: inherit;
}

/*DOWNLOAD DOCUMENT*/
.grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: calc(var(--vw)*20);
}

.document_wrapper {
    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)*20);
    border-radius: calc(var(--vw)*7);
}

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

/*DOWNLOAD DOCUMENT*/
/*SERVICE PAGE TEMPALTE STYLING*/
.about_box1 {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-gap: calc(Var(--vw)*40);
}

.service_single_text_title .title {
    min-height: calc(Var(--vw)*40);
}

.service-section
{
	padding: 75px 0px;
}
.service-grid
{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
}
.service-left
{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}
.service-left img
{
	border-radius: 10px;
}
.left-img
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 30px;
}

.service-left img
{
	height: 100%;
}
.service-right
{
	    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-right .title
{
	margin: 20px 0px;
}
.service-list
{
list-style-type: none;
display: flex;
	flex-direction: column;
	gap: 10px;
}
.service-list li
{
	display: flex;
	gap: 10px;
	line-height: 1.4;
}

.service-list li a:hover
{
    color: var(--blue);
}

.service-list li i
{
    margin-top: 3px;
}
.service-right .btn
{
	margin-top: 20px;
}
.service-list-grid
{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.header_logo a img
{
	width: 250px;
}
.service-right .description
{
	margin-bottom: 20px;
}

.about_text_box .description h4
{
	margin-top: 15px;
	scroll-margin-top: 70px;
}
.about_text_box .description h3
{
	font-weight: normal;
	font-size: 30px ;
}
.serv-heading
{
	padding-bottom: 70px;
}
.services-discription
{
	width: 900px;
	margin: auto;
}
.about_img_box
{
	border-radius: 10px;
}
.about_img_box img
{
/* 	background: #fff; */
	border-radius: 10px;
}
/* .fix-width
{
	border-radius: 10px;
	border: 10px solid #ffffff;
} */
.article_single_img img
{
	border-radius: 10px;
}
.about_us_img_box 
{
	border-radius: 10px;
}
.about_us_img_box img
{
	border-radius: 10px;
}
.about_us_img
{
	border-radius: 10px;
}
.img-overflow
{
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	border-radius: 10px;
}

.img-overflow img
{
	transition: all 0.5s ease-in-out;
}
.img-overflow:hover img
{
	transform: scale(1.1);
	transition: all 0.5s ease-in-out;
}

.footer-icon li
{
	position: relative;
}
.footer-icon li:before
{
	   content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900; 
    margin-right: 8px;
    color: #fff;
	font-size: 14px;
	position: absolute;
	top: 3px;
	left: -25px;
}

.anchor-offset {
  scroll-margin-top: 70px;
}
.double-btn
{
	display: flex;
	gap: 5px;
	align-items: center !important;
	justify-content: center;
}

.founder
{
	padding: 60px 0px;
	background: linear-gradient( #ecf6ff, #ffffff);
}
.founder-right
{
	display: flex;
	flex-direction: column;
    justify-content: center;
}
.founder-right h2
{
	margin-bottom: 20px;
}
.founder-grid
{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
}
.founder-right .message-content p
{
	margin-bottom: 20px;
}
.founder-right .message-content p:last-child
{
	margin-bottom: 0px;
}
.founder-signature img
{
	width: 110px;

	
}
.founder-left img
{
		border-radius: 10px;
	border: 10px solid #ffffff;
	box-shadow: 0px 10px 35px 5px rgba(0,0,0,0.1);
}

.banner-images
{
	position: relative;
	z-index:0;
}

.banner_overlay
{
	position: absolute;
	height: 100%;
	width: 100%;
	background: #000000;
	opacity: 0.4;
	top: 0px;
	left:0px;
	z-index: 2;
}

/* .banner_box
{
	position: relative;
	z-index: 5;
} */
.second-logo img
{
	 width: 125px;
	border-radius: 6px;
}
@media (max-width: 1150px) {
	 .self_container {
        width: 90%;
    }
	
	.banner_slider.owl-theme .owl-nav .owl-next {
    right: 1%;
}
	.banner_slider.owl-theme .owl-nav .owl-prev {
    left: 1%;
}
	.header_menu ul li a
	{
		margin-right: 10px;
	}
}
/*SERVICE PAGE TEMPALTE STYLING*/
@media (max-width: 1024px) {
	.footer-icon
	{
		margin-left: 20px;
	}
	.services-discription
{
	width: 700px;

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

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

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

    .desktopnone {
        display: none;
    }

   

    .banner_text .title h2 {
        font-size: calc(Var(--vw)* 40);
    }

    .fix-width img {
/*         width: 60%; */
		 width: 100%;
    }
	.img-width
	{
		 width: 60%;
	}

    .overlapimage img {
/*         width: 45%; */
		  width: 100%;
    }
	.smallimg-width
	{
		  width: 45%;
	}
	.service-grid
{
	
	grid-template-columns: 1fr;
	gap: 40px;
}
}

@media (max-width: 786px) {
		.services-discription
{
	width: 550px;

}
    .serviceimg img {
        top: 4%;
        right: 6%;
        width: 88%;
        height: 80%;
    }

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

    .grid-3 {
        grid-template-columns: 1fr;
    }
	
		.service-grid
{
	
	grid-template-columns: 1fr;
	gap: 30px;
}
	.founder-grid
{
	grid-template-columns: 1fr;

}
	.founder
{
	padding: 40px 0px;
}
	.founder-left
	{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.banner_text .title h1 {
    font-size: 30px;
		font-weight: 600;
}
	.banner_slider.owl-theme .owl-nav .owl-prev, .banner_slider.owl-theme .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    padding: 8px !important;
}
	
	.arrow_left {
    width: 13px;
    height: 13px;
}
	.arrow_right { 
		 width: 13px;
    height: 13px;
	}
	.padding {
    padding: 40px 0px;
}
}


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

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

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

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

.packageslist 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;
}

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

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

.minheightunset {
    min-height: unset;
}

.mytestimonial_box_content a {
    color: #024e72;
}

.service_package_item_title .title {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: calc(var(--vw)*10);
    text-align: center;
    place-items: center;
}

.text-right {
    display: flex;
    align-items: center;
    align-content: center;
}

.price {
    font-size: calc(var(--vw)*17);
}

.gst_text {
    font-size: calc(var(--vw)*15);
    font-weight: 500;
}

.lite_blue {
    color: #2e78aa;
    margin-right: calc(var(--vw)*5);
}

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

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


.our_process_item a {
    grid-template-columns: 1fr;
    grid-column-gap: calc(Var(--vw)*10);
    grid-row-gap: calc(Var(--vw)*10);
    padding: calc(Var(--vw)*60) calc(Var(--vw)*30);
    overflow: hidden;
    pointer-events: none;
}





.our_process_item_title {
    grid-column: inherit;
    grid-row: inherit;
}

.our_process_item_img_box {
    grid-column: initial;
    grid-row: initial;
    text-align: center;
}

.our_process_item_text {
    grid-column: inherit;
    grid-row: inherit;
    text-align: center;
}

.our_process_item_title {
    grid-column: inherit;
    grid-row: inherit;
    text-align: center;
}

.our_process_item_text .title {
    display: inherit;
}

.our_process_item_title .title {
    display: inherit;
}

.our_process_item_img {
    margin: 0 auto;
}


.process_wrapper {
    display: grid;
    overflow: hidden;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}

.our_process_item {
    grid-column: 1/ span 1;
    grid-row: 1/ span 1;
    position: relative;
    transition: var(--trans);
}

.our_process_item.one {
    z-index: 2;
}

.process_wrapper:hover .our_process_item.one {
    transform: translateY(-100%);
}

.our_process_item.two {
    z-index: 1;
    transform: translateY(+100%);
}

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


.process_wrapper:hover .our_process_item a {}

.process_wrapper:hover .our_process_item.two a::before {
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: calc(Var(--vw)*5);
}

.process_wrapper:hover .our_process_item.two a .title span {
    color: var(--w);
    line-height: 1.6;
}

.our_process_content_title {}

.our_process_content_title h4 {
    font-size: calc(var(--vw)*20);
    color: var(--w);
    margin-bottom: calc(var(--vw)*15);
}

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

.banner_slider_item {
    height: auto !important;
}



@media(max-width: 600px) {
			.services-discription
{
	width: 400px;

}
	    .banner_text .title h1 {
        font-size: 24px;
        font-weight: 500;
		text-shadow: 1px 0px 1px #fff;
    }
}
@media(max-width: 450px) {
			.services-discription
{
	width: 300px;

}
}

@media(max-width: 1800px) {
    .header_box {
        grid-template-columns: 3fr 8fr;
    }

    .header_menu ul li ul {
        top: calc(100% + calc(var(--vw)*37));
    }

}


@media (max-width: 1024px) {



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

    .upload_item_box .contact_form_row.one {
        width: 100%;
        padding: 0px;
    }

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

@media (max-width: 768px) {
    .testimonial_slider.owl-theme .owl-nav {
        bottom: -22%;
    }

    .our_process_item_box {
        width: 80%;
    }

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

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

    .banner_text .description p {
        line-height: 1.4;
        font-size: calc(var(--vw)*14);
    }

    #mega-menu-wrap-mobile #mega-menu-mobile>li.mega-menu-item {
        display: block;
    }

    #mega-menu-wrap-mobile #mega-menu-mobile>li.mega-menu-item>a.mega-menu-link {
        margin: calc(var(--vw)*10) calc(var(--vw)*0);
        font-weight: 600;
        font-size: calc(var(--vw)*15);
        text-transform: uppercase;
        line-height: 55px;
    }

    #mega-menu-wrap-mobile #mega-menu-mobile>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
    #mega-menu-wrap-mobile #mega-menu-mobile>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
    #mega-menu-wrap-mobile #mega-menu-mobile>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
        font-weight: 600;
    }

    #mega-menu-wrap-mobile {
        background: transparent;
    }

    #mega-menu-wrap-mobile #mega-menu-mobile>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        font-size: calc(var(--vw)*15);
        padding: 10px 20px 10px 20px;
        line-height: 35px;
    }

    #mega-menu-wrap-mobile #mega-menu-mobile>li.mega-menu-flyout ul.mega-sub-menu {
        width: 100%;
    }

    .copyright_box {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

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

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

    .flexend {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
	
	.smallbox {
    padding: 30px;
		
}

		
}



@media (max-width: 567px) {

    .grid-4 {
        grid-template-columns: 1fr;
    }
    .banner_text .title h2 {
        font-size: calc(Var(--vw)* 30);
    }
    .btn_holder {
        justify-content: flex-start;
    }
    .grid-1-2 {
        grid-template-columns: 1fr;
        grid-gap: 5px;
    }
    .justify-center-mobile{
        justify-content: center;
    }

    .authorimg img {
        width: 20%;
        margin: 0 auto;
    }

    .description ul li {
        text-align: justify;
    }

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

    .serviceimg img {
        height: 78%;
        top: 4%;
        right: 6%;
        width: 88%;
    }

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

    }

    .grid-3 {
        grid-template-columns: 1fr;
        text-align: center;
    }

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

    .document_wrapper {
        text-align: center;
    }

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

    .banner_section.two {
        background-size: cover !important;
        background: #005568 !important;
    }

    .banner_center {
        justify-content: center;
    }

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

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

    .banner_text.two h3 {
        color: #fff;
    }

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

    .banner_text {
        text-align: left;
    }

    .banner_text .description {
        width: auto;
    }

    .banner_slider.owl-theme .owl-nav {
        right: 3%;
        transform: translateX(0%);
    }

    .banner_btn.btn_holder {
        justify-content: flex-start;
    }

    .banner_text .description p {
        line-height: 1.3;
    }

    .upload_item_box .contact_form_row.one {
        width: 100%;
        padding: 0px;
    }

    .banner_text h3 {
        font-size: calc(var(--vw)*33);
        line-height: 1.3;
    }

    #mega-menu-wrap-mobile #mega-menu-mobile>li.mega-menu-item {
        display: block;
    }

    #mega-menu-wrap-mobile #mega-menu-mobile>li.mega-menu-item>a.mega-menu-link {
        margin: calc(var(--vw)*10) calc(var(--vw)*0);
        font-weight: 600;
        font-size: calc(var(--vw)*18);
        text-transform: uppercase;
        line-height: 55px;
    }

    #mega-menu-wrap-mobile #mega-menu-mobile>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
    #mega-menu-wrap-mobile #mega-menu-mobile>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
    #mega-menu-wrap-mobile #mega-menu-mobile>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
        font-weight: 600;
    }

    #mega-menu-wrap-mobile {
        background: transparent;
    }

    #mega-menu-wrap-mobile #mega-menu-mobile>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        font-size: calc(var(--vw)*18);
        padding: 5px 10px 5px 10px;
        line-height: 35px;
    }

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

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

    .btn_holder {
        display: flex;
        grid-gap: calc(var(--vw)*0);
    }

    .dis_btn a span {
        padding: calc(var(--vw)*15);
        font-size: calc(var(--vw)*13);
    }

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

    .testimonial_box {
        min-width: 100%;
    }

    .testimonial_item {
        min-width: 100%;
        box-sizing: border-box;
    }




    .testimonial_slider.owl-theme .owl-nav {

        display: flex;
        grid-auto-rows: min-content;
        align-items: center;
        justify-content: space-between;

    }

    .testimonial_slider.owl-theme .owl-nav {
        width: 100%;
    }

    .testimonial_slider.owl-theme .owl-nav {
        bottom: -7%;
        display: none;
    }

    .mytestimonial_box {
        min-height: 90px;
    }

    h3 {
        font-size: calc(var(--vw)*25);
        text-align: left;
    }

    .about_arc_description1 {
        text-align: center;
    }

    .flexend {
        justify-content: flex-end;
    }
	
	.service-left
{
	
	grid-template-columns: 1fr;

}
.service-list-grid
	{
		grid-template-columns: 1fr;
		gap: 15px;
	}
	
	.mytestimonial_box {
   
	width: 100%;
    max-width: 340px;

}

}

@media (max-width: 400px) {
	.mytestimonial_box {
   
	width: 100%;
    max-width: 250px;

}
	@media (max-width: 350px) {
	.mytestimonial_box {
   
	width: 100%;
    max-width: 200px;

}
}