@import url('https://fonts.googleapis.com/css2?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');


*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-optical-sizing: auto;
    font-style: normal;
    --prime: #0070C0;
    --prime2: #009051;
    --prime3: #C00000;
    scroll-behavior: smooth;
}

@font-face {
font-family: 'calibri';
font-style: normal;
font-weight: normal;
src: local('calibri'), url('../fonts/CalibriSchool.woff') format('woff');
}
@font-face {
font-family: 'arial';
font-style: normal;
font-weight: normal;
src: local('arial'), url('../fonts/ARIAL.woff') format('woff');
}
   
@font-face {
font-family: 'georgia ';
font-style: normal;
font-weight: normal;
src: local('georgia'), url('../fonts/georgia.woff') format('woff');
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html
{
    overflow-x: hidden;
    overflow-y: visible;
}
/* onload animation with animation timeline */
@media (prefers-reduced-motion: no-preference) {

    .animate-this {
        opacity: 0;
        transform: translateY(50px);
    }

    .animate-this.animated {
        animation: fade-in 0.8s ease-in-out forwards;
    }

    @keyframes fade-in {
        to {
            opacity: 1;
            transform: translateY(0px);
        }
    }
}
.hover-top
{
    transition: 0.3s;
}
.hover-top:hover
{
    transform: translateY(-10px);
    transition: 0.3s;
}
.calibri
{
  font-family: "Roboto", serif;
}
.arial
{
  font-family: "Roboto", serif;
}
.georgia
{
   font-family: "Roboto", serif;
}
.text-normal {
    text-transform: none !important;
}
body {
    /* background: hsl(34deg 23.11% 80.73% / 50%); */
    /* background: #f0e9e1; */
}
.text-underline
{
    text-decoration: underline !important;
}
hr.green
{
    border:2px solid #00B050 !important;
    opacity: 1;
}


/* onload animation with animation timeline */
@media (prefers-reduced-motion: no-preference) {

    .animate-this {
        opacity: 0;
        transform: translateY(50px);
    }

    .animate-this.animated {
        animation: fade-in 0.8s ease-in-out forwards;
    }

    @keyframes fade-in {
        to {
            opacity: 1;
            transform: translateY(0px);
        }
    }
}



.tp-animate {
	animation: tp-animate 5s infinite;
}
@keyframes tp-animate 
{
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(0);
    }
}

.commonarrow
{
	position:relative;
}

.commonarrow .owl-nav {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
}
.commonarrow .owl-nav button {
    position: absolute;
/*     background: var(--prime3) !important; */
	 background:#00000080 !important;
    height: 50px;
    width: 50px;
    border-radius: 500px;
    font-size: 40px !important;
    z-index: 1;
    display: flex;
    justify-content: center;
    color: #fff !important;
    align-items: center;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.05);
}
.commonarrow .owl-nav button span
{
	line-height:0 !important;
}
.commonarrow .owl-nav .owl-prev
{
 left: 10px;
}
.commonarrow .owl-nav .owl-next
{
 right: 10px;
}
a {
    text-decoration: none;
    color: inherit;
}

body {
   font-family: "Roboto", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #1C2227;
	
}
.text, p {
    text-align: justify !important;
}
h1 {
    font-weight: 500;
    color: var(--prime2);
   font-family: "Roboto", serif;
    font-size: 42px;
    text-align: center;
}
h2 {
    font-weight: 500;
    color: var(--prime);
   font-family: "Roboto", serif;
	text-transform:capitalize !important;
    font-size: 42px;
    margin-bottom: 40px !important;
}

h3 {
   font-family: "Roboto", serif;
    font-size: 36px;
    font-weight:500;
    line-height: 50px;
    color: #1C2227;
}


h4 {
   font-family: "Roboto", serif;
    font-size: 25px;
    font-weight:700;
    line-height:34px;
    color: #000;
}

h5, label {
   font-family: "Roboto", serif;
    font-size: 18px;
    font-weight: 500;
    line-height:24px;
    color: #000;
}

h6 {
   font-family: "Roboto", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #000;
}

button {
    border: none;
    background: none;
}

.text-prime {
    color: var(--prime);
}

.text-white-60 {
    color: rgba(255, 255, 255, 0.6);
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5);
}
.text-green
{
    color: #009051;
}

.common-padd {
    padding-top: 80px;
    padding-bottom: 80px;
}

.common-padd-top {
    padding-top: 70px;
}
.bg-red 
{
    background: var(--prime3);
}
.h2-pb {
    padding-bottom: 60px;
}

.h2-mb {
    margin-bottom: 50px;
}
.btn
{
   background: var(--prime3);
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    color: #fff;
    padding: 12px 35px;
    border: 1px solid  var(--prime3);
     border-radius: 0;
	    font-weight: 700;
	opacity:1;
    transition: 0.3s;	
}
.btn:hover {
    background: var(--prime3);
	 color: #fff;
	opacity:0.6;
    transition: 0.3s;
}
.btn img {
    width: 24px;
    margin-left: 8px;
}
.btn-prime, .wpcf7-submi {
    background: var(--prime);
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    color: #fff;
    padding: 12px 35px;
    border: 1px solid  var(--prime);
     border-radius: 500px;
	text-transform:uppercase;
    transition: 0.3s;
}
input[type="submit"]
{
    background: var(--prime) !important;
    border-radius:500px !important;
}
input[type="submit"]:hover
{
    color: #fff !important;
}
.btn-prime:hover {
    background: transparent;
    color: var(--prime) !important;
    border: 1px solid var(--prime);
    transition: 0.3s;
}
.btn-border {
    border: 1px solid var(--prime);
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    color:  var(--prime);
    font-weight: 700;
    padding: 12px 55px;
    border-radius: 500px;
}
.btn-border:hover {
    background: var(--prime);
    color:#fff!important;
    transition: 0.3s;
}

.btn-border-white {
    border: 1px solid #fff;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    color: #fff;
    min-height: 42px;
    padding: 7px 45px;
    border-radius: 500px;
}
.btn-border-white:hover {
    background:#fff!important;
    color:#000!important;
    transition: 0.3s;
}

.btn.big
{
    padding: 12px 100px;
}
.w-fit {
    width: fit-content;
}
.h-fit {
    height: fit-content;
}
.homebanner  img {
    height: auto !important;
/* 	height:600px; */
	object-fit: initial !important ;
/*     object-position: center ; */
    width: 100%;
}
.max {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.max2
{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.max3 {
    max-width: 1000px;
}
.bg-cover
{
    background-size: cover !important;
}
.whatsapp
{
	position:fixed;
	bottom:30px;
	right:30px;		
}
.whatsapp img
{
	width:60px;
}

.info-box
{
    display: flex;
}
.info-box img
{
    margin-right: 10px;
}
.top-bar
{
    padding:10px 0;
}
.map-row
{
	margin-bottom:5em;
}
header {
    background:#fff;
    /* position: relative; */
    position: sticky;
    top: 0;
    z-index: 99;
   
}
header.stick {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0,0.2);
}
header.stick .navbar-brand img {
    max-width: 130px;
}

header .navbar-nav 
{
    align-items: center;
}
header .navbar-nav .nav-item .nav-link.active
{
    color: var(--prime);
    font-weight:600;
}
header .navbar-nav .nav-item
{
    margin-left:3px;
}
header .navbar-nav .nav-item .nav-link {
    color: #1C2227;
    position: relative;
    font-weight: 500;
    font-size: 17px;
}
header .navbar-brand img
{
    max-width: 180px;
}
.grid-padd .col-4 {
    padding: 10px 20px 0 55px;
    display: flex;
    justify-content: center;
}
.grid-padd .col-4:last-child {
    padding-left: 196px;
}
/******************/

/******Home*********/
.home-banner
{
/*     margin-top: -85px; */
	margin-top: 0;
}
.bannerslider-item
{
    position: relative;
}
.bannerslider-item .banner-cont
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.bannerslider-item .banner-cont h5
{
    margin-top: 30px;
}
.scroll-bottom
{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -75px;
    z-index: 2;
    background: #F4F4F4;
    padding: 15px;
    border-radius: 500px;
}

.modal.video-style .modal-dialog
{
    max-width: 900px;
}
.modal.video-style .modal-dialog .btn-close
{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
}
.modal.video-style .modal-dialog .modal-body {
    padding: 38px;
}
/*********/

.common-slide .owl-nav button
{
    position: absolute;
    left:0 ;
    top: 50%;
    transform: translateY(-50%);
}
.common-slide .owl-nav button.owl-next
{
    right:0 ;
    left: initial;
}
.common-slide .owl-nav button span
{
    position: relative;
    font-size: 0;
    visibility: hidden;
    display: none;
}
.common-slide .owl-nav button::before
{
    content: '';
    background: url('../img/arrow.svg') center no-repeat;
    background-size: cover;
    height:19px;
    width: 11px;
    position: absolute;
    left: 0;
    top: 0;
}

.common-slide .owl-nav button.owl-next::before
{
    transform: rotate(180deg);
}
.common-slide .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 0;
    position: relative;
    top: -8em;
    margin-top: -13px;
}
.common-slide .owl-dots button
{
    margin: 0 8px;
}
.common-slide .owl-dots button.active span {
    background: #fff;
    height: 12px;
    width: 12px;
    display: block;
    border-radius: 500px;
}
.common-slide .owl-dots button span {
    background: rgb(255 255 255 / 30%);
    height: 12px;
    width: 12px;
    display: block;
    border-radius: 500px;
}
.icon1 {
    height: 250px;
    margin: auto;
    display: block;
    margin-bottom: 27px;
}

/***********/

.common-slide.style2 .owl-dots button.active span {
    background: var(--prime);
}

.common-slide.style2 .owl-dots button 
{
    margin: 0;
}

.common-slide.style2 .owl-dots {
    position: relative;
    top: initial;
    margin-top: 16px;
}

.common-slide.style2  .owl-dots {
    justify-content: space-between;
}
.common-slide.style2 .owl-dots button span {
    background: hwb(31.13deg 0% 6.27% / 30%);
}
/* .common-slide.style2  .owl-dots::before
{
    background: #EF7C00;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 12px;
    width: 100%;
    z-index: -1;
} */
.common-slide.style2  .owl-dots button span {
    height: 12px;
    width: 100%;
    display: block;
    border-radius: 0;
}
.common-slide.style2 .owl-dots button {
    margin: 0;
    z-index: 9;
    position: relative;
    flex: 1;
}
.common-slide.style2.light .owl-dots button span {
    background: rgba(0, 0, 0, 0.1)
}

.common-slide.style2.light .owl-dots button.active span {
    background: var(--prime) !important;
}
.common-slide.style2.light  .owl-dots button span {
    height: 7px;
}

/**********/
.bg-prime
{
    background: var(--prime);
}
.text-prime
{
    color: var(--prime);
}
.text-red
{
    color: var(--prime3);
}
.bg-cover
{
    background-size: cover !important;
}
.bg-blue
{
    background: #F0F9FF !important;
}
/*********Home**********/
.home-banner .position-absolute 
{
    right: 10%;
    top: 40px;
}
.line2
{
    position: relative;
}
.line2 span {
    background: #fff;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    z-index: 3;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: fit-content;
	 color: var(--prime3);
}
.line2::before
{
content: '';
position: absolute;
left: 0;
top: 45%;
transform: translateY(-55%);
height: 1px;
width: 100%;
background: #000;
z-index: 0;
}
.line2::after {
    content: '';
    position: absolute;
    left: 0;
    top: 65%;
    transform: translateY(-35%);
    height: 1px;
    width: 100%;
    background: #000;
    z-index: 1;
}

.grid-3
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding-left: 0;
}
.grid-3 li
{
    width: 33.33%;
    max-width:  31.33%;
    flex:  33.33%;
    margin: 1%;    
}
.grid-3 li ul
{
    padding-left: 18px; 
    padding-top: 20px;
}
.grid-3 li ul li
{
    max-width: 100%;
    width: 100%;
}
.grid-3 li ul li ul
{
	padding-left: 0;
    padding-top: 0;
}

.grid-4
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding-left: 0;
}
.grid-4 li
{
    width: 25%;
    max-width: 23%;
    flex: 25%;
    margin: 1%;    
}
.grid-4 li .grid-4-logo
{
    max-width:100px;
    /* height: auto !important; */
    object-fit: contain;
    
}

.grid-4.style2 li ul  li
{
    max-width: 100%;
    width: 100%;
    flex: 100%;
}
.grid-4-title-bottom {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    width: 80%;
    color: #fff;
    background: #FFC000;
    padding: 15px 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.grid-3.project-work .text ul {
    padding-left: 0;
    padding-top: 0;
}
.grid-3.project-work li {
    padding: 0 20px;
}
ul.white-head
{
    list-style: none;
}
ul.white-head li
{
    padding-left: 20px;
    position: relative;
}
ul.white-head li:before {
    content: "";
    vertical-align: middle;
    line-height: 20px;
    position: absolute;
    top: 12px;
    left: 0px;
    height: 8px;
    width: 8px;
    background: #fff;
    border-radius: 50%;
}

.text-yellow
{
color: #FFC000;
}
.text-blue
{
    color: #0070C0;  
}
.grid2-style
{
    display: grid;
    gap: 20px;
    grid-template-columns: 50% 50%;
}
.grid2-style h5
{
position: absolute;
left: 20px;
top: 20px;
padding:10px 20px;
background: #fff;
font-weight: 700;
}
.grid2-style .position-relative:last-child h5
{
left: initial;
top: initial;
bottom: 20px;
right: 20px;
}
.footer-logo {
    width: auto;
    height: 107px;
}
.imgover-line
{
    position: relative;
}
.imgover-line::before
{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);    
    border: 1px solid #fff;
    width: 90%;
    height: 90%;
}
.imgover-line h5 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-weight: 700;
    width: 80%;
    text-align: center;
    color: var(--prime3);
    background: #fff;
    padding: 15px;
/*     font-family: "georgia"; */
    /* z-index: 9; */
    /* border-top: 10px solid rgba(255, 255, 255, 0.5); */
    /* box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.5); */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .grid-3 li, 
.grid-3 li .imgover-line img
{
    transition: 0.4s;  
} */
.grid-3 li .imgover-line
{
    overflow: hidden;
}
/* .grid-3 li:hover .imgover-line img
{
    transform: scale(1.1);
    transition: 0.4s;
} */
.zoom
{
overflow: hidden;
}
.zoom, 
.zoom img
{
    transition: 0.4s;    
}
.zoom:hover img
{
    transform: scale(1.1);
    transition: 0.4s;    
}


.text ul
{
padding-left: 0;
list-style: none;
}
.text ul li
{
position: relative;
padding-left: 25px;
}
.text ul li::before {
    content: '';
    height: 5px;
    width: 5px;
    position: absolute;
    left: 0;
    top: 10px;
    background: #000;
    border-radius: 500px;
}
.social-links
{
    display: flex;
    flex: wrap;
    padding-left: 0;
    list-style: none;
}
.social-links li:first-child,
.social-links li:last-child
{
margin-left: 0;
margin-right: 0;
}
.social-links li
{
margin: 0 15px;
}
.ul-style
{
    padding-left: 0;
    list-style-type: none;
}
.ul-style li 
{
position: relative;
color: #fff;
padding-left: 30px;
margin-bottom:20px;
font-size: 20px;
font-weight:500;
}
.ul-style li:last-child
{
margin-bottom:0;
}
.ul-style li::before
{
content: '';
left: 0;
top: 0;
background: url('../img/squre.svg') center no-repeat;
background-size: cover;
height:20px;
width: 20px;
position:absolute;
}
.inner-banner
{
    margin-top: 20px;
}
.piils4
{
    display: grid;
    gap: 20px;
    grid-template-columns: 25% 25% 25% 25%;
    list-style: none;
    padding-left: 0;
}
.piils4 li
{
background: #4472C4;
color: #fff;
padding: 15px;
text-align: center;
}
.purple-list
{
    list-style: none;
}
.purple-list li
{
    background: #7030A0;
    color: #fff;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
.purple-list li:last-child
{
   margin-bottom: 0;
}
.triangle-1-text {
    position: absolute;
    left: 15%;
    top: 19%;
    max-width: 200px;
    text-align: center;
    padding: 20px;
    transform: translateX(-20%);
}
.triangle-1-text:nth-child(2) {
    position: absolute;
    left: 50%;
    top: -52%;
    transform: translateX(-50%);
}
.triangle-1-text:nth-child(3) {
    position: absolute;
    left: 60%;
    top: 18%;
    transform: unset;
    font-weight: 900;
    max-width: 300px;
    width: 300px;
}
.triangle-img
{
    margin-top:17%;
}
.inner-top
{
    padding-top:50px;
    padding-bottom:20px;
}
/*********Home / **********/


.form-style p
{
 
}
.form-style  input, 
.form-style   select,
.form-style   textarea
{
    box-shadow: unset;
    color: #000;
    font-weight: 600;
    background: #fff !important;
}
.form-style   textarea
{
    height: 150px;
}
.form-style   input::placeholder,.form-style  select::placeholder, .form-style  textarea::placeholder
{
    color: rgba(0, 0, 0, 0.4);
}
.form-style .wpcf7-submit
{
    background: var(--prime) !important;
    color: #fff;
    border-radius: 500px;
}
.form-style  .wpcf7-submit:hover
{
    color: #fff !important;
}

@media screen and (min-width: 1401px) and (max-width: 2000px) { 
   .container
	{
		max-width:calc(100% - 4%);
				
	}
}

@media screen and (min-width: 1200px) and (max-width: 1400px) { 
   .container
	{
		max-width:100%;
		padding-left:4%;
		padding-right:4%;			
	}
}

@media (min-width:1550px) 
{
  
}
@media (min-width:1800px) 
{
  
}
@media (min-width:992px) 
{
 .col-space .col-lg-6:nth-child(odd){
    padding-right: 30px !important;
	}
	.col-space .col-lg-6:nth-child(even)
	{
		padding-left:30px !important;
	} 
}
@media (max-width:1600px) {
.homebanner  img {
    height: 500px;
}
	}

@media (max-width:1400px) {
    body
    {
        zoom: 0.9;
    }
	h4 {
		font-size: 24px;
		line-height: 34px;
	}
    .h4{
        font-size: 1.4rem;
    }
	.homebanner  img {
		height:550px;
	}
    .triangle-1-text:nth-child(2) {      
        top: -58%;
    }
    .triangle-1-text {
        top: 15%;
    }
  	.grid-4 li .grid-4-logo {
		max-width:70px;
	} 
	header .navbar-nav .nav-item
	{
		margin-left:0;
	}
}

@media (max-width:1279px) {
    h1 {
        font-size: 45px;
    }
   .homebanner  img {
		height: 500px;
	}
}



@media (max-width:1199px) {   
    h2 {
        font-size: 36px;
    }
	.footer-logo {
		width: 100%;
		height: auto;
	}
    .flip-1200
    {
        flex-direction: column-reverse;
    }
  
    .btn, .wpcf7-submi {
        padding: 10px 25px;
    }
	 .homebanner  img {
		height:450px;
	}
    header {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .piils4 {
        grid-template-columns: 33.33% 33.33% 33.33%;
    }
    .triangle-1-text:nth-child(2) {
        top: -47%;
    }
	.grid-4 li .grid-4-logo {
    max-width: 80px;
}
   .footer-logo {
    width: 30%;
}
	.grid-padd .col-4:last-child {
    padding-left: 125px;
}
}

@media (max-width:991px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 36px;
    }
	.container
	{
		max-width:95% !important;
	}
	
	.homebanner  img {
		height: 370px;
	}
    .inner-banner h1
    {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .common-padd {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .grid-3 li {
        width: 100%;
        max-width: 100%;
        flex: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .grid-3 li:last-child {
        margin-bottom: 0;
    }
    .grid-4 li {
        width: 50%;
        max-width: 48%;
        flex: 50%;
        margin: 1%;
    }
    .piils4 {
        grid-template-columns: 50% 50%;
    }
    .triangle-img {
        margin-top: 24%;
    }
    .triangle-1-text:nth-child(2) {
        top: -62%;
    }
    .triangle-1-text {
        top: 10%;
    }
    .grid2-style {
        grid-template-columns: 100%;
    }
  header .navbar-nav {
    align-items: flex-start;
    /* background: #006eba1c; */
    padding-bottom: 15px;
    padding-left: 15px;
}
    header .navbar-nav .nav-item .nav-link.active {
        padding-bottom: 0;
    }
    header .navbar-nav .nav-item .nav-link {
        font-size: 16px;
    }
	.grid-4 li .grid-4-logo {
		max-width: 63px;
	}
	.grid-padd .col-4:last-child {
    padding-left: 76px;
}
}

@media (max-width:767px) {
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 30px;
    }
    body {
        font-size: 14px;
        line-height: 26px;
    }
    h3 {
        font-size: 25px;
        line-height: 28px;
    }
    h4 {
        font-size:22px;
        line-height: 26.05px;
    }
    h5 {
        font-size: 17px;
    }
	.container
	{
		max-width:95% !important;
	}
	.homebanner  img {
		height: 300px;
	}
    .line2 span {
        padding-left: 10px;
        padding-right: 10px;
    }
    .triangle-img {
        margin-top: 37%;
    }
    .triangle-1-text:nth-child(2) {
        top: -87%;
    }
    .triangle-1-text {
        top: -6%;
        left: 1%;
    }
    .triangle-1-text {
        padding: 12px;
    }
    .triangle-1-text:nth-child(3) {
        max-width: 200px;
    }
    .ul-style li {
        font-size: 17px;
    }
    .inner-banner .col-12
    {
        padding-left: 0;
        padding-right: 0;
    }
    header + h2
    {
        padding-left: 20px;
        padding-right: 20px;
    }
   .commonarrow .owl-nav button {
    height: 40px;
    width: 40px;
    font-size: 28px !important;   
	}
	.footer-logo {
    width: 40%;
	}
	.grid-padd ul
	{
		padding-left:0;
	}
	.grid-padd .text ul li {
    padding-left: 25px;
    font-size: 13px;
    text-align: left;
	}
	.grid-padd .col-4 {
    padding: 10px 20px 0 30px;
	}
	.grid-padd .col-4:last-child {
    padding-left: 67px;
}
}



@media (max-width:576px) {
    h1 {
        font-size: 26px;
    }
	   h2 {
		font-size: 23px;
		line-height: 1.3;
		margin-bottom: 25px !important;
	}
    h3 {
        font-size: 21px;
        line-height: 28px;
    }
    h4 {
        font-size: 19px;
        line-height: 26.05px;
    }
  
    .common-padd {
        padding-top: 40px;
        padding-bottom:40px;
        padding-left: 20px;
        padding-right: 20px;
    }
	.grid-padd .col-4 {
		padding: 10px 10px 0 10px;
	}
	.grid-padd .text ul li {
		padding-left: 16px;
		font-size: 10px;
		text-align: left;
		line-height: 1.8;
	}
	
	.homebanner  img {
		height: 220px;
	}
    .grid-4 li {
        width: 100%;
        max-width: 100%;
        flex: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .social-links li img
    {
        max-width: 40px;
    }
    .piils4 {
        grid-template-columns:100%;
    }
    .triangle-1-text:nth-child(3) {
        max-width:180px;
    }
    .triangle-1-text:nth-child(2) {
        top: -45%;
        left: 55%;
    }
    .triangle-1-text {
        top: 31%;
        left: 10%;
    }
    .triangle-1-text p
    {
        margin-bottom: 0;
    }
    .triangle-img {
        margin-top: 37%;
        width: 80% !important;
    }
    .ul-style li {
        font-size: 16px;
        margin-bottom: 14px;
    }
    .inner-top {
        padding-top: 30px;
		padding-bottom: 0;
    }
	.inner-banner {
		margin-top: 0;
	}
    .home-banner {
        margin-top: 0;
    }
    footer
    {
        padding-left: 20px;
        padding-right: 20px;
    }
	.commonarrow .owl-nav .owl-prev {
     left: 5px;
	}
	.commonarrow .owl-nav .owl-next {
     right: 5px;
	}
	.commonarrow .owl-nav button {
		height: 36px;
		width: 36px;
	}
	.footer-logo {
		width: 55%;
	}
	.container {
    max-width: 100% !important;
}
	.grid-padd .col-4:last-child {
    padding-left: 38px;
}
}

@media (max-width:450px) {
    .triangle-1-text {
        top: 13%;
        left: 13px;
    }
    .triangle-1-text {
        max-width: 140px;
    }
    .triangle-1-text:nth-child(2) {
        top: -63%;
        left: 50%;
    }
	.homebanner  img {
		height:180px;
	}
	.icon1 {
    height: 124px;
    margin-bottom: 27px;
	}
	
}
@media (max-width:400px) {
    .triangle-1-text:nth-child(2) {
        top: -72%;
    }
    .triangle-1-text {
        top: 4%;
    }
    .triangle-1-text:nth-child(3) {
        left: 54%;
    }
	.homebanner  img {
		height:150px;
	}
	.grid-padd .col-4:last-child {
    padding-left: 38px;
}
}
