@import url('https://fonts.googleapis.com/css2?family=Goblin+One&family=Oxanium:wght@200..800&display=swap');
:root {
  --primary:#1928EE;
  --secondary:#f9931d;
  --white:#fff;
  --black:#111;
}
body {
    margin: 0;
    padding: 0 !important;
font-family: "Oxanium", sans-serif;
    scroll-behavior: smooth;
    overflow: inherit !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
    background: none;
    border: solid 1px #ddd;
    color: #333;
    font-size: 14px;
    line-height: normal;
    margin: 0 0 10px;
    padding: 14px 20px;
    width: 100%;
    outline: 0;
    border-radius:20px;
    font-family: "Oxanium", sans-serif;
    background: var(--white);
}
input[type="submit"] {
    background: var(--primary);
    text-transform: uppercase;
    border: none;
    padding: 11px 25px;
    font-size: 14px;
    border: 0;
    letter-spacing: 0.8px;
    cursor: pointer;
    outline: none;
    font-weight: 500;
    border-radius: 20px;
font-family: "Oxanium", sans-serif;
    color: var(--white);
}
input[type="submit"]:hover {
  background: var(--secondary);
  color: var(--white);
  transition: 0.8s;
}
textarea {
  height: 100px;
  margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
margin: 0 0 15px 0;
    color: var(--black);
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
}
h1 {
  font-size:32px
}
h2 {
  font-size:24px
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size:18px
}
h6 {
  font-size:16px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
font-family: "Oxanium", sans-serif;
    color: #444;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}
ul, li, a{
  list-style-type: none;
font-family: "Oxanium", sans-serif;
  color: #444;
  line-height: 25px;
  font-size: 15px;
font-weight: 400;	
}
a:hover {
  transition:0.8s;
  text-decoration:none;
}
.heading, .leftheading {
    margin-bottom: 35px !important;
    font-size: 38px;
    position: relative;
    font-weight: 700;
}
.heading{
	text-align: center;
}
.heading:first-letter {
    color: var(--secondary);
}
.leftheading{
	text-align: left;
}
.subheading {
    display: block;
    text-transform: capitalize;
    color: var(--white);
    font-size: 15.25px;
    font-weight: 400;
    margin-bottom: 15px;
    border-left: 3px solid var(--secondary);
    border-right: 3px solid var(--secondary);
    padding: 7px 20px;
    width: fit-content;
    letter-spacing: 0;
    background: var(--primary);
    line-height: normal;
    border-radius: 50px;
}
.heading .subheading {
    margin: 0 auto 15px;
}
.zoomeffect {
    overflow: hidden;
    position: relative;
}
.zoomeffect img {
  transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
  transform: scale(1.1);
}
.btn-primary{
	position:relative;
}
.btn-primary::after {
    content: "";
    display: block;
    background: #fff url(https://www.sinphonix.in/lpmservices.com.au/wp-content/uploads/2025/03/orange-arrow.png) no-repeat center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 1px;
    filter: grayscale(1);
}

/* TOP BAR CSS */

.topbar {
    padding: 5px 0;
    border-bottom: solid 1px #ffffff33;
}
.smoicons{
	column-gap:8px;
}
.smoicons li a {
    border-radius: 50%;
    background:var(--white);
    height: 26px;
    width: 26px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--secondary);
    font-size: 12px;
}
.top-contact p {
    padding: 0 15px;
}
.top-contact p:first-child {
    padding-left: 0;
    border-right: 1px solid #ffffff26;
}
.top-contact i {
    color: var(--white);
    font-size: 16px;
    margin-right: 8px;
}
.top-contact p a, .top-contact p {
    color: var(--white);
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    font-family: "Bricolage Grotesque", sans-serif;
}
.topbar-rgt {
    column-gap: 45px;
}
.topbar a.arrow-btn {
    display: inline-block;
    color: var(--white);
    transition-delay: 0.1s;
}

.floatingicons {
    position: fixed;
    top: 50%;
    z-index: 111;
}
.floatingicons ul li a {
    color: var(--white);
    width: 40px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    border-radius: 0 8px 8px 0;
    background: var(
    --secondary);
    border: solid 1px #ddd;
    border-left: none;
    font-size: 18px;
    transition: all ease-in-out .8s;
}
.floatingicons ul li a:hover {
    background: var(--primary);
}

/* Header */

.mainmenu.fixed .menutop li.menu-item-has-children:after {
    color: var(--primary);
}
header .row {align-items: center;}
header img {
    width: 165px;
}
.mainmenu {
    padding-top: 10px;
}	
header .col-sm-8 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.menubar {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 50px;
}
.headercnt {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.headercnt h4 {
    font-size: 17px;
    margin: 0;
}
.headercnt h4 span {
    display: block;
}
.headercnt i {
    font-size: 35px;
    color: var(--primary);
}

/* Menubar */


header {
    padding: 5px 0;
    position: absolute;
    top: 0;
    z-index: 111;
    width: 100%;
}
.mainmenu.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 3px 3px 13px #c3c3c3;
    z-index: 10;
    background: var(--white);
}
.mainmenu.fixed ul li a{
	color:var(--black);
}
.mainmenu.fixed img {
    filter: inherit;
}
.mainmenu .btn-primary {
    margin: 0;
    border: solid 1px var(--white);
}
.menubar p{
	margin:0;
}
.menubar form .wpcf7-form-control{
	border:unset;
	padding:0;
}    

/* Main Slider */

.mainslider .carousel-item {
	position:relative;
	z-index:0;
	overflow:hidden;
}
.mainslider .carousel-item:after {
    position: absolute;
    z-index: 1;
    content: "";
    height: 100%;
    width: 70%;
    left: 0;
    top: 0;
    filter: brightness(0);
    background-position: top;
    background: linear-gradient(90deg, #000000b8, transparent) /*, url(../images/slider-shape1.png)*/;
    background-repeat: no-repeat;
}
.mainslider figure{
	margin:0;
	position: relative;
}
.mainslider figure img {
    width: 100%;
    object-fit: cover;
    height: 100vh;
    filter: brightness(0.8);
}
.mainslider .carousel-caption {
    top: 50%;
    left: 0;
    right: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: left;
    position: absolute;
    bottom: inherit;
    z-index: 2;
}
.mainslider .carousel-content {
    width: 56%;
}
.mainslider .subheading {
    padding: 3px 35px;
    letter-spacing: 2px;
    line-height: 25px;
    background: linear-gradient(45deg, #ffffff, #e0e0e0);
    color: var(--black) !important;
    font-weight: 600;
    border-radius: 50px;
    margin-bottom: 30px;
}
.mainslider .carousel-caption h2, .mainslider .carousel-caption p {
	color:var(--white);
}
.mainslider .carousel-caption h2 {
    font-size: 42px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: .5px;
    opacity: 0;
    animation: lts .5s ease-in-out .3s forwards;
    text-transform: capitalize;
    margin-bottom: 0;
}
.mainslider .carousel-caption h2 span{
    display: block;
    -webkit-text-stroke: 2px var(--primary);
    color: transparent;
}
@keyframes lts{
0%{
	transform:translateX(-150px);
}
100%{
	opacity:1;
	transform:translateX(0px);
}
}
.mainslider .carousel-content p {
    margin: 5px 0 20px;
    line-height: 28px;
    opacity: 0;
    animation: lts .5s ease-in-out .6s forwards;
    color: #eee;
    font-size: 17px;
}
.mainslider .carousel-content .btn-primary {
    opacity: 0;
    animation: lts .5s ease-in-out 1.2s forwards;
}
.mainslider .carousel-control {
	position: absolute;
	bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	font-size: 18px;
	height: 45px;
	background: var(--blackcolor) !important;
	color: var(--whitecolor);
 transition: opacity .15s ease;
	border-radius: 50%;
}
.mainslider .carousel-control.right {
    right: 105px;
    left: auto;
}
.mainslider .left.carousel-control {
	left: 84% !important;
}

/* About Us */

.about {
    padding: 70px 0;
    background: url(../images/aboutbg.png);
    background-attachment: fixed;
}
.aboutus .about {
    padding: 0;
}
.aboutus .about-content {
    padding: 35px;
}
.about-us .about figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    border-radius: 8px;
}
.about-content .leftheading {
    margin-bottom: 15px !important;
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    text-transform: capitalize;
}
.about-content .leftheading span {
    display: block;
    color: var(--secondary);
    font-size: 18px;
}
.aboutimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    border-radius: 20px;
}
.aboutus .about figure{
 height: 100%;
}
.aboutus .about img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
.about-content {
    background: #e5f3f3b0;
    padding: 25px;
    height: 100%;
    border-radius: 20px;
}
.features-item {
    border: 1px solid #bbbbbb;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 14px #00000033;
}
.features-item h3 {
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 26px;
}
.features h4 {
    font-size: 12px;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
}
.features figure {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    width: 32%;
    height: 90px;
    box-shadow: 0px 0px 7px grey;
}
.features img {
    width: 58px;
	height:auto ;
}
.features .row .col-lg-4:nth-child(2) .features-item{
	background:var(--primary)
}
.features .row .col-lg-4:nth-child(2) h3 , .features .row .col-lg-4:nth-child(2) h4{
	color:var(--white)
}
.features .row .col-lg-4:nth-child(2) figure {
    background: white;
}

/* Mission */

.missions {
    background: #00888a1a;
    padding: 65px 0;
    margin-top: 60px;
}
.missions-item {
    padding: 25px;
    border: 1px solid #ffffff17;
    height: 100%;
    background: var(--white);
    border-radius: 20px;
    box-shadow: 3px 3px 13px #eee;
}
.missions-item figure {
    background: #f9f9f9;
    height: 80px;
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px 0 15px 15px;
}
.missions-item img {
    width: 60px;
    filter: brightness(0);
}
.missions-item h3 {
    margin: 25px 0 15px;
}
.contactus .startproject {
    display: none;
}


/* Countdown */

.counter {
    background: linear-gradient(45deg, #00000005, #00000005), url(../images/servicebg.jpg) no-repeat bottom center / cover;
    padding: 100px 0 60px;
    background-attachment: fixed;
}
.counter-item {
    border: dotted 2px var(--primary);
    position: relative;
    display: block;
    background: white;
    border-radius: 10px;
    padding: 60px 30px 25px;
    transition: all ease-in-out .5s;
}
.counter-item:hover {
    box-shadow: 3px 3px 13px #ddd;
    transform: translateY(-5px);
    border-color: var(--secondary);
}
.counter-item figure {
    top: -44px;
    left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    position: absolute;
    background: var(--primary);
    border-radius: 50%;
    outline: dotted 2px var(--primary);
    outline-offset: 5px;
    transition: all ease-in-out .5s;
}
.counter-item:hover figure {
    background: var(--secondary);
    outline-color: var(--secondary);
}
.counter-item img {
    width: 45px;
}
.counter-item h3 {
    font-size: 35px;
    font-weight: 500;
    position: relative;
    padding-left: 27px;
    margin-bottom: 5px;
}
.counter-item h3:before {
    position: absolute;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    content: "\f067";
    color: var(--dark);
    font-size: 24px;
    font-weight: 700;
    top: 10px;
}
.counter-item  p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}


/* Services */

.services {
    padding: 45px 0 55px;
}
.services .row {
    row-gap: 25px;
}
.services-item {
    overflow: hidden;
    height: 100%;
    position: relative;
    border-radius: 8px;
}
.services-item figure {
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}
.services-item figure img {
    height: 380px;
    object-fit: cover;
    transition: all ease-in-out .5s;
    border-radius: 8px;
    filter: brightness(0.8);
}
.services-item figure{
	overflow:hidden;
	position:relative;
}
.services-item figure:after, .services-item figure:before {
    background: #ffffff80 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .7s ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}
.services-item:hover figure:before {
    left: 50%;
    opacity: 1;
    right: 50%;
}
.services-item:hover figure:after {
    bottom: 50%;
    opacity: 1;
    top: 50%;
}
.services-item figure:hover img{
	transform:scale(1.1);
}
.services-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    padding: 30px;
    z-index: 1;
}
.services-info h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--white);
}
.services-item:hover figure {
    background: var(--secondary);
}


/* Why Choose Us */

.whychooseus {
    padding: 70px 0 0;
    background: linear-gradient(#fa921cd6, #000000d4), url(https://sungrowexim.com/wp-content/uploads/2025/03/slider1.jpg) center / cover;
}
.whychooseus .row {
    row-gap: 25px;
    justify-content: center;
}
.whychooseus-item {
    text-align: center;
    height: 100%;
    padding: 35px 20px;
    transition: all ease-in-out .5s;
    background: var(--white);
    border-radius: 30% 30% 0 0;
    border: solid 1px #000000ad;
}
.whychooseus-item:hover {transform: translateY(-5px);}
.whychooseus-item img {
    width: 80px;
}
.whychooseus-item h3 {
    font-size: 19px;
    width: 80%;
    margin: 28px auto 10px;
    font-weight: 600;
    color: var(--primary);
}
.whychooseus-item:hover h3 {
    color: var(--primary);
}

.partner {
    padding: 65px 0;
    background: url(../images/tourbg.png);
    background-repeat: no-repeat;
    background-position: center;
}
.partner .leftheading {
    margin-bottom: 20px !important;
}
.partner p:last-child {
    margin-bottom: 0;
}
.partner-item {
    padding: 0 30px;
}
.partner img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}


/* Reviews */

.testimonial {
    padding: 50px 0 55px;
    text-align: center;
    background: linear-gradient(45deg, #102b40ed, #000000b0), url(https://sungrowexim.com/wp-content/uploads/2025/03/slider2.webp) center / cover;
    background-attachment: fixed;
}
.testimonial .rating {
    text-align: center;
    color: #d8c606;
    column-gap: 4px;
    font-size: 12px;
    margin-bottom: 15px;
    justify-content: center;
}
.testimonial-cnt {
    position: relative;
    background: url(../images/feature-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100%;
    background-color: #e5f3f312;
    border-radius: 15px;
    text-align: center;
    padding: 25px 25px 15px;
    z-index: 1;
    border: solid 1px #ffffff1f;
    clip-path: polygon(0 7%, 15% 15%, 8% 0, 91% 0, 85% 15%, 100% 7%, 100% 93%, 85% 85%, 92% 100%, 8% 100%, 15% 85%, 0 91%);
}
.testimonial-cnt:before {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%);
    content: '';
    background: url(
    ../images/review-shape.webp);
    height: 26px;
    width: 75px;
}
.testimonial-cnt:after {
    position: absolute;
    content: "\f10e";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    -webkit-text-stroke: 1px #f2f2f236;
    color: transparent;
    font-size: 45px;
    bottom: 0px;
    right: 90px;
}
.testimonial-item figure {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.testimonial-item img {
    height: 90px;
    clip-path: polygon(0 7%, 15% 15%, 8% 0, 91% 0, 85% 15%, 100% 7%, 100% 93%, 85% 85%, 92% 100%, 8% 100%, 15% 85%, 0 91%);
}
.testimonial-item h3, .testimonial-item p {
    color: var(--white);
}
.testimonial h3 {
    margin: 15px 0 5px;
    font-size: 19px;
}
.testimonial-item p {
    padding-right: 8px;
    height: 130px;
    overflow-y: scroll;
}
.testimonial-item p::-webkit-scrollbar-track{
     -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,30%);
     border-radius: 10px;
     background-color:#f9f9f9;
}
.testimonial-item p::-webkit-scrollbar {
     width: 2px;
     background-color: #f9f9f9;
}
.testimonial-item p::-webkit-scrollbar-thumb{
     border-radius: 10px;
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,30%);
     background: var(--primary);
}

/* Footer */

footer {
    background: var(--primary);
}
footer .col-lg-3:first-child {
    background: var(--white);
    text-align: center;
}
.footerabout .btn-primary {
    color: var(--white);
}
.footerabout img {
    width: 180px;
}
footer .col-lg-3 {
    border-right: 1px solid #ffffff14;
    padding: 35px 20px 30px;
}
span.wpcf7-spinner {
    position: absolute;
    left: 0;
}
.footerabout p {
    margin: 20px 0 0;
}
.footerabout ul {
    display: flex;
    justify-content: center;
    column-gap: 15px;
}

.footerabout h5 {
    font-size: 18px;
    margin: 20px 0 15px;
    color: var(--white);
}
footer .col-lg-3:last-child {
    border: none;
}
footer ul.menu li {
    position: relative;
    padding-left: 20px;
}
footer ul.menu li:before {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    color: var(--white);
    position: absolute;
    left: 0;
    font-weight: 600;
    font-size: 10px;
}
footer ul li.menu-item a {
    margin-bottom: 8px;
    display: block;
}
footer ul li:last-child a {
    margin-bottom: 0;
}
footer ul li.menu-item a:hover {
  color: var(--white);
}
.footersmo li i {
    color: #4d4a4f;
    font-size: 18px;
}
footer h4 {
    margin-bottom: 28px;
    letter-spacing: .5px;
    font-size: 20px;
    color: var(--white);
    padding-bottom: 15px;
    background: url(../images/under-title.png) no-repeat bottom left;
}
footer a, .footerabout a {
color: var(--white);
}
footer a:hover {
    color: var(--white) !important;
}
.footer-details a {
    text-decoration: none;
    font-size: 15px;
}
footer ul.footer-details li:last-child {
    margin-bottom: 0;
}
footer ul.socialicon {
  display: flex;
    column-gap: 6px;
	justify-content: flex-end;
}
footer ul.socialicon li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: #212222;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    margin: 0;
}
footer .readbtn {
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: var(--primary);
    margin-top: 15px;
    display: block;
}
footer ul.footer-details li {
    position: relative;
    padding-left: 20px;
    color: var(--white);
    margin-bottom: 15px;
}
footer ul.footer-details li i {
    color: var(--white);
    padding-right: 5px;
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 7px;
}
footer form {
    position: relative;
}
footer form input {
    border-color: #ffffff26 !important;
    padding: 7px 15px !important;
    margin-bottom: 8px !important;
    font-size: 14px !important;
}
footer input[type="submit"] {
    width: 100%;
    margin-bottom: 0;
}
.copyright {
    padding: 20px 0;
    border-top: 1px solid #ffffff42;
}
.copyright .row {
  align-items: center;
}
.copyright p, .copyright p a {
    margin: 0 !important;
    color:var(--white);
}
.copyright p a {
    text-decoration: underline;
}
.copyright ul {
    display: flex;
    justify-content: center;
}
.copyright ul li {
    border-right: solid 1px #dddddd40;
    padding: 0 15px;
}
.copyright ul li:last-child {
    border-right: none;
    padding-right: 0;
}
.copyright img {
    width: 280px;
}
.copyright span {
    color: #ccc;
}


#GoToTop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 10px;
    border-radius: 8px;
    z-index: 99999999;
    padding: 0;
    border: 1px solid var(--white);
    background: var(
    --primary);
    width: 44px;
    height: 48px;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    text-decoration: none;
    padding-top: 11px;
    box-shadow: 3px 11px 12px #00000045;
    color: var(--white);
}
#GoToTop .fa {
	display: block;
	padding-bottom: 3px;
}
#GoToTop:hover {
	background: var(--primary);
	color: var(--white);
}
#GoToTop.show {
	display:block
}

.secondary-container {
	padding: 60px 0;
}
.breadcrumb {
    background: linear-gradient(#0000004f, #000000d4), url(https://sungrowexim.com/wp-content/uploads/2025/03/wmremove-transformed.jpeg) center / cover;
    padding: 190px 0 80px;
    text-align: center;
}
.breadcrumb h1, .breadcrumb p{
 color: var(--white);	
}
.breadcrumb p {
    margin: 0;
}
.breadcrumb a {
    color: var(--white);
    margin-right: 25px;
    position: relative;
    line-height: normal;
}
.breadcrumb a:after {
    position: absolute;
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    top: -1px;
    right: -21px;
    color: var(--white);
}


/* Modal Multi Step Form */

.modalformbox {
    width: 60%;
    margin: 0 auto;
}
.modalformbox h3 {
    font-size: 28px;
    font-weight: 500;
}
.modalformbox .wpcf7-list-item {
    width: 100%;
    background: #e1e1e1 !important;
    border: solid 1px #333;
    border-radius: 6px;
    padding: 6px 15px;
    margin: 10px 0;
    position: relative;
}
.modalformbox input[type="radio"] {
    position: absolute;
    right: 0;
    text-align: right;
    cursor: pointer;
}
.modalformbox input[type="radio"] {
    position: absolute;
    right: 8px;
    text-align: right;
    cursor: pointer;
    height: 100%;
    top: -2px;
    width: 22px;
}
.modalformbox input[type="radio"]:checked {
    accent-color: #222;
}
.modalformbox .cf7mls-btns button {
    margin: 0 !important;
    border-radius: 6px;
    font-size: 16px;
    background: #111;
    letter-spacing: 1px;
}
.modalformbox p>label {
    font-size: 20px;
}
.modalformbox input[type="text"], .modalformbox input[type="email"], .modalformbox input[type="tel"] {
    border: none;
    border-bottom: solid 1px #777;
    border-radius: 0;
    font-size: 28px;
    font-weight: normal;
    padding: 15px 0;
    color: #777;
}
.modalformbox .cf7mls_back {
    background: #eee !important;
}
.modalformbox .offcanvas-header {
    justify-content: flex-end;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-not-valid::placeholder {
    color: red;
}

/* Contact Us */

.contact-location {
    height: 100%;
    background: #1928ee0d;
    padding: 60px 0;
}
.contactus .contact-details-cnt {
    text-align: center;
    padding: 48px;
    transition: all ease-in-out .5s;
    margin-bottom: 15px;
    height: 100%;
    background: var(--white);
    border-radius: 20px;
    box-shadow: 3px 3px 13px #eee;
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}
.contact-details-cnt strong {
    display: block;
    font-weight: 600;
    font-size: 20px;
    padding: 24px 0 10px;
}
.contact-details-cnt i {
    font-size: 21px;
    color: var(--white);
    background: var(
    --primary);
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
    outline: solid 2px var(--secondary);
    outline-offset: 5px;
}
.contact-details-cnt img {
    width: 100px;
}
.contactus iframe {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.contactus .contact-details-cnt p {
    margin: 0;
}
.contact-details-cnt p strong {
    font-size: 20px;
}

.contactus .contact-details-cnt h3 a,
.contactus .contact-details-cnt h3 {
    color: #626262;
    font-size: 15px;
    font-weight: normal;
font-family: 'Roboto', sans-serif;  
}
.contactus .contact-details-cnt h3 {
    margin: 0;
    line-height: 25px;
}
.contactus-form {
    box-shadow: 3px 3px 13px #ddd;
    padding: 25px;
    border-radius: 8px;
}
.contactus .contact-details-cnt:last-child {
    margin: 0;
}
.contactus-form h3 {
    border-left: 3px solid var(--primary);
    line-height: 24px;
    padding-left: 10px;
    width: fit-content;
    margin: 0 0 25px;
}
.contactus-form input[type="submit"] {
    margin-top: 12px;
}
.goolemap iframe {
    margin-bottom: -6px;
}

/* Services Details */ 


.sidebar-contactdtls {
    background: var(--primary);
    margin-top: 15px;
    border-radius: 20px;
}
.sidebar-inquiry, .sidebar-contactdtls {
    padding: 25px;
}
.sidebar-inquiry {
    background: #fbfdff;
    box-shadow: 2px 2px 13px #ddd;
    border-radius: 20px;
}
.sidebar-inquiry input, .sidebar-inquiry textarea, .sidebar-inquiry select {
    border: solid 1px #00000038;
}
.sidebar-inquiry input[type="submit"] {
    margin-top: 8px;
    background: var(--secondary);
    border: none;
}
.contactus-details {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 12px;
    border-bottom: solid 1px #eee;
    padding-bottom: 12px;
}
.sidebar-contactdtls .contactus-cnt h5 {
    font-size: 17px;
    margin-bottom: 5px;
}
.sidebar-contactdtls .contactus-details i {
    color: var(--white);
}
.contactus-details i {
    font-size: 25px;
    margin-right: 30px;
    color: #2e3191;
    height: 35px;
    width: 22px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sidebar-contactdtls .contactus-cnt p {
    margin: 0;
}
.sidebar-contactdtls .contactus-cnt h5, .sidebar-contactdtls .contactus-cnt p, .sidebar-contactdtls .contactus-cnt ul li, .sidebar-contactdtls .contactus-cnt a {
    color: #fff;
}
.sidebar-contactdtls .contactus-details {
    border-bottom: solid 1px #ffffff3b;
}
.sidebar-contactdtls .contactus-details:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.page-sidebar {
    position: sticky;
    top: 0;
}
.page-sidebar h3 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 22px;
}
.sidebar-contactdtls h3{
color:var(--white);
}
.details-content {
    background: #fbfdff;
    box-shadow: 2px 2px 13px #eee;
    padding: 15px;
    border-radius: 6px;
    position: sticky;
    top: 0;
}
.details-content p{
text-align: justify;	
}
.details-banner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
    border-radius: 20px;
}
.details-content table {
    border: solid 1px #ddd;
    border-collapse: collapse;
    width: 100%;
    margin: 15px 0;
}
.details-content table th, .details-content table tr, .details-content table td {
    border: solid 1px #ddd;
    padding: 10px 15px;
    font-size: 15px;
}

.details-content table th {
    background: var(--secondary);
    color: var(--white);
}

.details-content table tr:nth-child(odd) {
    background: #f7f7f7;
}
.details-content ul {
    margin: 15px 0;
    padding-left: 15px;
}

.details-content ul li {
    list-style-type: disc;
    margin: 5px 0;
}

/* Gallery  */

.ourgallery {
    padding: 50px 0 65px;
    background: #e5f3f3;
}
.envira-lazy {
    border-radius: 20px !important;
}
.envira-gallery-item a img {
    transition: transform 0.3s ease;
    clip-path: polygon(0 7%, 15% 15%, 8% 0, 91% 0, 85% 15%, 100% 7%, 100% 93%, 85% 85%, 92% 100%, 8% 100%, 15% 85%, 0 91%);
}
.envira-gallery-item a:hover img {
	 filter: grayscale(1);
}
.ourgallery .row {
    justify-content: center;
    row-gap: 25px;
}
.home .gallery-item {
    outline: none;
}
.gallery-item {
    overflow: hidden;
    display: block;
    outline: dashed 2px var(--primary);
    outline-offset: 5px;
    border-radius: 2px;
}
.ourgallery .gallerylightboxlist {
    height: 280px;
    background-size: cover;
    transition: all 300ms ease;
    border-radius: 6px;
}
.gallery-item:hover .gallerylightboxlist {
    transform: scale(1.1);
    filter: grayscale(1);
}
.gallerylightbox {
    position: relative;
}
.gallerylightbox h3 {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: var(--secondary);
    background: #ffffffc7;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 19px;
    padding: 10px;
    font-weight: 600;
}
img.fancybox-image {
    border-radius: 6px;
}
.ourgallery .slick-slide {
    margin: 0 5px !important;
}
.compensate-for-scrollbar {
    margin-right: 0 !important;
}
.contaddr .row {
    row-gap: 25px;
}
.contaddr {
    margin-bottom: 25px;
}
.contaddr-item {
    border-radius: 8px;
    height: 100%;
    border: double 3px var(--primary);
    padding: 18px;
    text-align: center;
}
.contaddr-item img {
    width: 50px;
    margin-bottom: 18px;
}
.contaddr-item h4 {
    margin-bottom: 8px;
}

/* Home Conatct */

.hcontact {
    padding: 50px 0 60px;
}
.hcontact ul li {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin: 15px 0;
    border: solid 1px #b6b6b6;
    padding: 15px;
    border-radius: 20px;
    background: #f3f3ff;
}
.hcontact ul li img {
    width: 70px;
}
.hcontact ul li h3 {
    text-transform: capitalize;
    margin-bottom: 9px;
    font-size: 20px;
    font-weight: 500;
}
.hcontact ul li:first-child {
    margin-top: 0;
}

.hcontact ul li p:last-child {
    margin-bottom: 0;
}
.hcontactform {
    border: solid 1px #eee;
    padding: 30px;
    border-radius: 0 20px 20px 0;
    background: var(--primary);
    height: 100%;
}
.hcontact-box {
    box-shadow: 3px 3px 13px #ddd;
    border-radius: 8px;
    height: 100%;
}
.hcontact-box iframe {
    width: 100%;
    border-radius: 20px 0 0 20px;
    height: 100%;
}
.hcontactform input[type="submit"]{
	background:var(--secondary);
}
.brochure {
    border: solid 1px #ddd;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    margin-bottom: 25px;
}

.brochure .btn-primary {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.brochure .btn-primary i {
    margin-right: 6px;
}

/* Services Gallery */ 

.servicesgallery {
    margin-top: 50px;
}
.servicesgallery .row{
	row-gap:15px;
}
.servicesgallery-item figure img {
    height: 300px;
    object-fit: cover;
    border-radius: 12px;
	transition:all ease-in-out .5s;
}
.servicesgallery-item {
    position: relative;
}
.servicesgallery-item h3 {
    width: 100%;
    text-align: center;
    font-size: 28px;
    padding: 0 15px;
}
.servicesgallery-item figure {
    overflow: hidden;
    border-radius: 12px;
}
.servicesgallery-item:hover img {
    transform: scale(1.1);
}

.page-id-2844 .servicesgallery .col-lg-4:nth-child(3) {
    width: 100%;
}
.page-id-2844 .servicesgallery .col-lg-4:nth-child(3) img {
    display: none;
}

.servicesgallery h3 {
    font-weight: 600;
    margin: 15px 0 0;
    font-size: 30px;
}

.page-id-2840 .servicesgallery .col-lg-4 {
    width: 50%;
}

/* Certificate */

.certificate {
    padding: 60px 0;
}
.certificate .partners-item img {
    width: 100%;
    box-shadow: 3px 3px 13px #ddd;
}
.certificate .slick-track {
    margin: 15px 0;
}


.getintouch {
    background: linear-gradient(#0000009c, #00235e), url(https://sungrowexim.com/wp-content/uploads/2025/03/wmremove-transformed.jpeg) center / cover;
    padding: 60px 0 70px;
    text-align: center;
    border-bottom: solid 1px #dddddd40;
}
.getintouch .heading, .getintouch p {
    color: var(--white);
}
.getintouch p {
    width: 60%;
    font-size: 18px;
    margin: 0 auto 20px;
}
.getintouch .heading {
    margin-bottom: 15px !important;
}

@media only screen and (max-width:120px){
.topbar {
    padding: 6px 0;
}	
.topbar-rgt, .hdrcnt{
    display: none !important;
}	
.hdrcnt {
    display: none !important;
}
ul.menutop {
    display: none;
}	
}
@media only screen and (max-width:992px){
#rmp-container-573 {
    background: var(--white) !important;
    border-right: solid 2px var(--primary) !important;
}
#rmp-menu-wrap-573 .rmp-menu-item-link {
    color: #444 !important;
}	
#rmp-menu-wrap-573 .rmp-menu-current-item .rmp-menu-item-link {
    background-color: var(--primary) !important;
	  color: var(--white) !important;
}
#rmp-menu-title-573 {
    padding-top: 4% !important;
}	
#rmp-menu-title-573 {
    background: #eee !important;
    margin-bottom: 20px !important;
}	
.logo{
    position: relative;
    top: inherit;
    left: inherit;
}
ul.menutop {
    display: none;
}
.mainslider figure img {
    height: 450px;
}
.mainslider .carousel-caption h2 {
    font-size: 25px;
    line-height: 38px;
}
.mainslider .subheading {
    padding: 3px 15px;
    letter-spacing: 0px;
}	
.about-content {
    padding-right: 0;
}
.about-content .leftheading {
    width: 100%;
}
.counter .row {
    row-gap: 55px;
}
.counter-item h3 {
    font-size: 30px;
    margin-bottom: 10px;
}
.services-item figure {
    height: 100%;
}
.copyright {
    flex-direction: column;
    row-gap: 15px;
}
footer .col-lg-3 {
    border-right: 1px solid #ffffff14;
    padding: 15px;
}	
footer .col-lg-3:first-child {
    padding: 15px;
	margin-bottom:20px;
}	
.footerabout img {
    width: 180px;
}
	.hcontact-box iframe {
    width: 100%;
    border-radius: 20px 0 0 20px;
    height: 350px;
}
.hcontact .col-lg-6:first-child {
    padding-right: 15px !important;
}

.hcontact .col-lg-6:last-child {
    padding-left: 15px !important;
}

.hcontact-box iframe {
    border-radius: 0;
}

.hcontactform {
    border-radius: 0;
}	
.ftr-contact {
    flex-direction: column;
}	
.ftr-contact li {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #dddddd2e;
}
.ftr-contact li:last-child {
    width: 100%;
}	
.footer-btm {
    margin-top: 2rem !important;
}
.ftr-link {
    margin: 15px 0;
}
.homebloglist figure {
    height: 250px;
}	
.homeblog .row {
    row-gap: 25px;
}	
#rmp-menu-wrap-573 .rmp-menu-subarrow {
    color: var(--primary) !important;
}	
#rmp_menu_trigger-573, #rmp_menu_trigger-573:hover, #rmp_menu_trigger-573:focus {
background:var(--primary) !important;
}	
}
@media only screen and (max-width:768px){
.mainmenu {
    padding: 0;
}
span.rmp-menu-title-link span {
    display: none !important;
}
.rmp-container .rmp-menu-title .rmp-menu-title-image {
    width: 220px;
    height: auto;
    margin: 0 auto;
}	
div#rmp-menu-title-573 {
    margin: 0 !important;
    padding-bottom: 15px;
}	
header {
    position: relative;
}
header img {
    width: 135px;
}
.mainmenu .col-sm-3 {
    width: 40%;
}
.mainmenu .col-sm-9 {
    width: 60%;
}
.mainslider .carousel-caption {
    transform: translateY(-50%);
}	
.topbar {
    padding: 6px 0;
    display: none;
}
.details-banner img {
    height: 280px;
}	
nav.menucontainer {
    column-gap: 10px !important;
}	
.mainslider .carousel-content {
    width: 70%;
}	
.mainslider .carousel-content {
    margin: 0 auto;
    text-align: center;
}	
.mainslider .subheading {
    margin: 0 auto 20px;
}	
.mainslider .carousel-content .btn-primary {
    margin: 0;
}	
.top-contact p:first-child {
    display: none;
}
.topbar-rgt{
    display: block !important;
}	
.services-item figure {
    height: 250px;
}	
.services .row {
    row-gap: 25px;
}	
.services-item .services-info figure {
    height: 90px !important;
}	
.howwork-item {
    border: solid 1px #dddddd29;
    padding: 15px;
    border-radius: 6px;
}
.howwork figure {
    width: 100px;
    height: 100px;
}
.howwork img {
    width: 50px;
}
.howwork .row {
    row-gap: 15px;
}
.breadcrumb {
    padding:60px 0;
}
.blogpost .row {
    row-gap: 25px;
}	
.details-content {
    padding: 0;
}
	
}
@media only screen and (max-width:568px){
.mainmenu .col-sm-2, .mainmenu .col-sm-10 {
    width: 50%;
}
.whychooseus-item {
    padding: 18px;
	border-radius: 8px;
}
.whychooseus {
    padding: 60px 0;
}	
.about video {
    height: 400px;
}	
.footerabout img {
    width: 260px;
}	
.services-item {
    border-radius: 6px;
}	
.ourworks .row {
    row-gap: 15px;
}
.heading, .leftheading {
    font-size: 25px;
}	
.about .col-lg-5.col-sm-12.pe-0 {
    padding-right: 15px !important;
}	
.mainslider .carousel-content {
    width: 80%;
}	
.mainmenu .btn-primary {
    font-size: 15px;
    padding: 10px 27px;
    border-radius: 6px;
}
header .btn-primary::after {
display:none;
}	
.mainmenu .col-sm-4, .mainmenu .col-sm-8 {
    width: 50%;
}

.mainmenu .row {
    align-items: center;
}
.services-item figure img {
    height: 300px;
}	
.mainslider .carousel-content {
    width: 90%;
}
.services .row, .whychooseus .row{
    row-gap: 15px;
}	
footer iframe {
    width: 100%;
    height: 250px;
}	
.mainslider .carousel-content p {
    margin: 15px 0 10px;
    line-height: 22px;
    width: 100%;
}
.mainslider .carousel-control-prev {
    left: 5px;
}
.mainslider .carousel-control-next {
    right: 5px;
}
.mainslider .subheading {
    font-size: 13px;
    line-height: 20px;
}
.mainslider figure img {
    height: 380px;
}
.mainslider .carousel-caption h2 {
    font-size: 25px;
    line-height: 30px;
}
.footer-btm {
    margin-top: .5rem !important;
}
.about-content {
    margin-top: 20px;
}	
.services-item figure {
    height: 280px;
}
.homebloglist figure {
    height: 280px;
}	
.breadcrumb h1 {
    font-size: 25px;
}
.about-content .leftheading {
    font-size: 26px;
    line-height: 38px;
}
.about .col-sm-6.pe-0 {
    padding-right: 15px !important;
}
.contact-location .row {
    row-gap: 15px;
}
.contactus iframe {
    height: 300px;
}
.modal-dialog {
    margin: 0.7rem;
}	
}	
@media only screen and (max-width:479px){
.mainslider .carousel-caption h2 {
    font-size: 22px;
}
.about-content .leftheading {
    width: 100%;
    font-size: 29px;
    line-height: 30px;
}	
}	
@media only screen and (max-width:414px){
.mainslider .carousel-caption h2 {
    font-size: 23px;
    line-height: 32px;
}
.mainmenu .btn-primary {
    font-size: 15px;
    padding: 11px 15px;
}	
}	

