@font-face {
    font-family: gtultra;
    src: url('../fonts/GTUltraMedian-Regular.otf');
  }
@font-face {
    font-family: gtultraBold;
    src: url('../fonts/GTUltraMedian-Bold.otf');
  }
  @font-face {
    font-family: gtultraLight;
    src: url('../fonts/GTUltraMedian-Light.otf');
  }

  


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

*{
    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);
        }
    }
}
strong{
    font-family: gtultraBold !important;
}
.contact-page-left-col p
{
    font-family: gtultraLight;
}
.hover-top
{
    transition: 0.3s;
}
.hover-top:hover
{
    transform: translateY(-10px);
    transition: 0.3s;
}

body {
    font-family: "gtultra";

}

.main {
    /* position: relative;
    width: 100%;
    height: 100vh;
    scroll-behavior: smooth;
    overflow: auto;
    scroll-snap-type: y mandatory; */

}
.section, footer {
    /* width: 100%;
    height: 100vh;
    background-size:  cover;
    scroll-snap-align: start; */
}
section
{
    /* height: 100vh;
    display: flex;
    align-items: center; */
}
.text-underline
{
    text-decoration: underline !important;
}


/* 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);
    }
}

a {
    text-decoration: none;
    color: inherit;
}
.text-lightc
{
    font-family: 'gtultraLight' !important;
}
.text-bold
{
    font-family: 'gtultraBold' !important;
}


body {
    font-family: "gtultra";
    font-size: 16px;
    font-weight: 400;
    line-height:34px;
    color: #000;
}
h1 {
    font-weight: 500;
    color: #fff;
    font-family: "gtultra";
    font-size:62px;
}
h2 {
    font-weight: 500;
    color: #1E1E1E;
    font-family: "gtultra";
    font-size: 40px;    
}

h3 {
    font-family: "gtultra";
    font-size: 26px;
    font-weight:500;
    line-height:30px;
    color: #1C2227;
}


h4 {
    font-family: "gtultra";
    font-size: 22px;
    font-weight:500;
    line-height:34px;
    color: #000;
}

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

h6 {
    font-family: "gtultra";
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #000;
}
.border-radius
{
    border-radius: 20px;
}
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);
}

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

.btn, .wpcf7-submi {
    background: linear-gradient(90deg, #CC8A31 0%, #AC7121 91.8%);
    color: #fff;
    padding: 12px 35px;
    min-width: 300px;
    text-align: center;
    /* border: 1px solid  var(--prime2); */
    border-radius: 8px;
    transition: 0.4s;
}
.btn:hover, .wpcf7-submi:hover {
    background: linear-gradient(90deg, var(--prime) 0%, var(--prime) 91.8%);
    color: #fff !important;
    /* border: 1px solid var(--prime); */
    transition: 0.4s;
}
.btn2
{
    background: var(--prime);
    color: #fff;
    padding: 20px 35px;
    box-shadow: unset;
    border: 1px solid var(--prime);
    border-radius: 500px;
    box-shadow: 1px 4px 11.6px 0px #00000040;
}
input[type="submit"]:hover
{
    background:transparent;
    color: var(--prime) !important;
}

.btn-border {
    border: 1px solid #1F1F1F;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    color:   #1F1F1F;
    font-weight:500;
    padding: 12px 40px;
    border-radius:10px;
}
.btn-border:hover {
    background: #1F1F1F;
    color:#fff!important;
    transition: 0.3s;
}
.btn-border:hover img {
    filter: brightness(100) invert(0);
    transition: 0.3s;
}

.btn-border img
{
margin-left: 10px;
}

.btn-border-white {
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.1);
    /* display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content; */
    color: #fff;
    padding: 12px 95px;
    border-radius:10px;
    border-radius: 10px;
    transition: 0.3s;
}
.btn-border-white:hover {
    background: #fff;    
    color: var(--prime2);
    transition: 0.3s;
}
input[type="submit"]
{
    background: var(--prime);
    color: #fff;
    font-size: 24px;
    padding:13px 35px;
    box-shadow: unset;
    border: 1px solid var(--prime);
    border-radius: 500px;
    box-shadow: 1px 4px 11.6px 0px #00000040;
}

.w-fit {
    width: fit-content;
}
.h-fit {
    height: fit-content;
}

.max {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.max2
{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.max3 {
    max-width: 1000px;
}
.inner-banner {
    min-height: 500px;
    margin-top: -7em;
    display: flex;
    align-items: flex-end;
    padding-bottom: 50px;
}
.bg-cover
{
    background-size: cover !important;
}
.over-img1
{
    height: 400px;
    object-fit: cover;
}

.grid-style1
{
    display: flex;
    background: #FAF1E0;
    border-radius: 20px;
}

.grid-style1 .text
{
padding:30px;
display: flex;
flex-direction: column;
justify-content: space-between;
}

.info-box
{
    display: flex;
}
.info-box img
{
    margin-right: 10px;
}


header {
    background:transparent;
    /* 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);
    background: #000000e8;
}
header.stick .navbar-brand img {
    max-width: 200px;
}
header.stick  nav
{
    padding-top: 0px !important;
}
header nav {
    padding-top: 10px !important;
}
header .navbar-nav 
{
    align-items: center;
}
header .navbar-nav .nav-item .nav-link.active
{
    
}

header .navbar-nav .nav-item
{
    margin-left: 20px;
    font-size: 16px;
    font-weight:600;
}
.home-banner 
{
    margin-top: -7em;
}
header.stick .opnenav + a img
{
max-width:54px;
}

.opnenav {
    cursor: pointer;
    padding: 0;
    background: #FFFFFF33;
    border-radius: 500px;
    backdrop-filter: blur(20px);
    box-shadow: 0px 4px 40px 0px #00000040;
    height: 54px;
    width: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.opnenav img {
    max-width: 25px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
  .sidenav a {
    padding: 20px 8px 20px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
  
  .sidenav a:hover{
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  @media screen and (max-height: 450px) {
    
  }

.grid-3.vision li {
    text-align: center;
    padding: 30px 30px;
    background: var(--prime);
}
.grid-3.vision li .icon
{
	margin-bottom:20px;
}
.grid-3.vision li *
{
	color:#fff;
}
.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%;    
    position: relative;
    border-radius: 8px;
}


.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%;    
}
.management-list li
{
    background: #fff;
    text-align: center;
    border-radius: 20px;
    border: 2px solid var(--prime);
    transition: 0.3s;
}
.management-list li img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}
.management-list li .content
{
padding: 20px 20px;
border-top: 2px solid var(--prime);
border-radius: 0 0 20px 20px;
}
.management-list li h3
{
margin-bottom: 15px;
}
.management-list li .content p
{
line-height: 26px;
transition: 0.3s;
}
.management-list li:hover
{
    background: var(--prime);
    transition: 0.3s;
}
.management-list li:hover h3,
.management-list li:hover p
{
    color: #fff;
    transition: 0.3s;
}

/* .management-list li:nth-child(even)
{
background: var(--prime);
}
.management-list li:nth-child(even) h3, 
.management-list li:nth-child(even) p
{
color: #fff;
} */
.modal-backdrop {
    background-color: transparent;
 }
.modal
{
    background: rgba(0, 0, 0, 0.7);
}
.modal-dialog
{
    max-width: 800px;
}
.modal-body {
    position: relative;
    padding: 30px 30px;
}
.modal-body .btn-close {
    background: var(--prime);
    padding: 10px;
    position: absolute;
    z-index: 9;
    right: 1px;
    top: 1px;
    border-radius: 500px;
    opacity: 1;
}
.modal-body .btn-close::before {
    position: absolute;
    content: 'x';
    height: 20px;
    width: 20px;
    top: 37%;
    left: 53%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 22px;
}

.zoom
{
overflow: hidden;
}
.zoom, 
.zoom img
{
    transition: 0.4s;    
}
.zoom:hover img
{
    transform: scale(1.1);
    transition: 0.4s;    
}


.modal-body {
    position: relative;
    padding: 30px 30px;
}
.modal-body .btn-close {
    background: var(--prime);
    padding: 10px;
    position: absolute;
    z-index: 9;
    right: 1px;
    top: 1px;
    border-radius: 500px;
    opacity: 1;
}
.modal-body .btn-close::before {
    position: absolute;
    content: 'x';
    height: 20px;
    width: 20px;
    top: 37%;
    left: 53%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 22px;
}
.quick-link:first-child {
    padding-left: 25%;
    padding-right: 50px;
}
.quick-link {
    padding-left: 0;
    list-style: none;
}
.quick-link li
{
    margin-bottom:10px;
}
.quick-link li a {
    color: #fff;
    font-size:20px;
    font-weight: 400;
}

.social-links
{
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.social-links li:first-child
{
margin-left: 0;
}
.social-links li
{
margin: 0 8px;
}
.section-margin
{
    margin: 0 10px;
    border-radius: 20px;
}
.left-img {
    position: relative;
    /* left: -30%; */
    width: 107%;
    border-radius: 0 20px 20px 0px;
    margin-left: -16%;
}
.right-img {
    position: relative;
    right: -10%;
    width: 120%;
    border-radius:20px 0 0 20px ;
}
footer
{
    padding: 60px 60px;
    background: var(--prime);    
}
.common-slide .owl-nav
{
display: flex;
justify-content: space-between;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width:90%;
}
.common-slide .owl-nav .owl-prev, 
.common-slide .owl-nav .owl-next
{
background: var(--prime) !important;
height: 45px;
width: 45px;
border-radius: 500px;
display: flex;
justify-content: center;
align-items: center;
}
.common-slide .owl-nav .owl-prev span, .common-slide .owl-nav .owl-next span {
    color: #fff;
    font-size: 35px;
    font-weight: 100 !important;
}
.common-slide .owl-dots {
    position: relative;
    top: -12em;
    z-index:3;
    display: flex;
    justify-content: center;
    background: hwb(0deg 0% 100% / 43%);
    padding: 6px 14px;
    border-radius: 500px;
    width: fit-content;
    margin: auto;
}
.common-slide .owl-dots button
{
    height: 10px;
    width: 10px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 500px;
    margin: 0 5px;
}
.common-slide .owl-dots button.active
{   
    background: #fff;
}
.homeBannerslide img {
    max-height: 750px;
    object-fit: cover;
    object-position: top center;
}
.homeBannerslide h2
{
position: absolute;
bottom: 80px;
/* left: 50%;
transform: translateX(-50%); */
color: #fff;
font-size:55px;
width: 60%;
}
.breadcrumb a, 
.breadcrumb span
{
/* font-size: 20px; */
font-weight: 300;
}
.breadcrumb span
{
    padding-left:5px;
}
.info-list
{
    padding-left: 0;
    list-style: none;
}
.info-list li
{
display: flex;
margin-bottom: 20px;
}
.info-list li .info-list-img {
    margin-right: 28px;
    padding: 12px;
    background: #fff;
    box-shadow: 0px 0px 25px 0px #00000029;
    border-radius: 8px;
}
.contact-padd {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 20%, rgba(250, 241, 224, 0.8) 100%);
    border-radius: 20px;
    backdrop-filter: blur(15px);
    padding: 40px 60px;
}
.contact-padd.syle2
{
	padding: 45px 50px;
}

.report-list
{
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    padding-left: 0;
    list-style: none;
    width: calc(100% + 30px);
    margin-left: -15px;
}
.report-list li
{
    margin: 15px;
    background: linear-gradient(180deg, #FFFCF2 0%, #FFF3DD 100%);
    padding: 30px;
    border-radius: 20px;
}
.report-list li .view-details {
    padding: 5px 6px 5px 17px;
    border-radius: 500px;
    box-shadow: 1px 4px 11.6px 0px #00000040;
    background: #FFFBEF;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    width: fit-content;
	transition:0.3s;
}
.report-list li .view-details:hover
{
	background:var(--prime);
	color:#fff;
	transition:0.3s;
}
.report-list li .view-details img
{
max-width: 30px;
margin-left: 10px;
}
.blog-list
{
    padding-left: 0;
    list-style: none;
    display: grid;    
    grid-template-columns: 33.33% 33.33% 33.33%;
}
.blog-list li {
    background: linear-gradient(180deg, #FFFCF2 0%, #FFF3DD 100%);
    padding: 25px;
    border-radius: 20px;
    margin:10px;
}
.footer-top-arrow {
    position: fixed;
    bottom: 20px;
    right: 20px;
    transform: rotate(270deg);
    z-index: 999;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.09);
    border-radius: 500px;
}
.footer-top-arrow img
{
	width:40px;
}
.pdf-list
{
    display: grid;
    grid-template-columns: 50% 50% ;
    padding-left: 0;
    list-style: none;
    width: calc(100% + 30px);
    margin-left: -15px;
}
.pdf-list li a {
    margin: 15px;
    padding: 12px 15px 12px 20px;
    border-radius: 20px;
    border: 1px solid var(--prime);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pdf-list li img
{
max-width: 40px;
}
.cbadge {
    padding: 15px 100px 15px 30px;
    background: linear-gradient(180deg, #FFFCF2 0%, #FFF3DD 100%);
    width: fit-content;
}
.search {
    /* background: #FFFFFF33; */
    height: fit-content;
}
.search input {
    background: #FFFFFF33 !important;
    backdrop-filter: blur(20px);
    box-shadow: 0px 4px 40px 0px #00000040;
    padding: 10px 10px 10px 20px;
    border-radius: 200px;
    border: 0;
    color: #fff;
}
.search input::placeholder
{
    color: #fff;
}
.search .search-btn {
    right: 10px;
    transform: translateY(-45%);
    top: 55%;
}
.search .search-btn svg {
    filter: brightness(100);
    width: 28px;
}
label
{
    font-weight: 600 !important;
    color: #222222;
    padding-bottom:10px;
}


.form-style p
{
margin-bottom: 0; 
}
.form-style  input[type="text"], .form-style  input[type="email"], .form-style  input[type="tel"], .form-style   select, .form-style   textarea {
    box-shadow: unset;
    color: #000;
    font-weight: 600;
    background: #ffffff00 !important;
    display: block;
    width: 100%;
    border: 0;
    padding:18px 24px;
    border: 1px solid #A88949;
    border-radius: 20px;
    box-shadow: 1px 4px 11.6px 0px #00000040;
}
.form-style   textarea
{
    height: 110px;
}
.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;
    border: 1px solid var(--prime);
    width: 100%;
}
.form-style .wpcf7-submit:hover
{
    background: transparent !important;
    color:var(--prime) !important;
    
}

.form-style .col-12
{
margin-bottom:15px;
}
.form-style .col-12:last-child
{
margin-bottom:0;
}

@media (min-width:1550px) 
{
  
}
@media (min-width:1800px) 
{
  
}
@media (min-width:1280px) 
{
  .container {
    max-width: calc(100% - 80px);
}
}

@media (max-width:2200px) {

}

@media (max-width:1920px) {
}
@media (max-width:1600px) {
    .common-padd {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .form-style  input[type="text"], .form-style  input[type="email"], .form-style  input[type="tel"], .form-style   select, .form-style   textarea {
        /* padding: 15px 24px; */
    }
   
    .contact-padd {
        padding: 30px 40px;
    }
}

@media (max-width:1500px) {
   
}


@media (max-width:1400px) {
    body
    {
        zoom: 0.85;
    }
    .h4{
        font-size: 1.4rem;
    }    
    .right-img {
        width: 126%;
    } 
    .left-img {
        left: -30%;
        width: 150%;
    }
    .display-2 {
        font-size: 4rem;
    }

}
@media (max-width:1350px) {
   
    .left-img {
        left: -22%;
        width: 150%;
    }
}
@media (max-width:1300px) {
   
    .left-img {
        left: -22%;
        width: 150%;
    }
    
}

@media (max-width:1279px) {
    h1 {
        font-size: 45px;
    }
    .container {
        max-width: calc(100% - 80px);
    }
   
}



@media (max-width:1199px) {   
    h2 {
        font-size: 36px;
    }
    .flip-1200
    {
        flex-direction: column-reverse;
    }
    .right-img {
        right: initial;
        width: 100%;
        padding-top: 20px;
    }
    .left-img {
        left: initial;
        width: 100%;
        padding-top: 20px;
    }
    .homeBannerslide h2 {
        font-size: 45px;
    }
    .left-img {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width:991px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 25px;
    }
    .homeBannerslide h2 {
        font-size: 40px;
    }
    .flip-992
    {
        flex-direction: column-reverse;
    }   
    .report-list {
        grid-template-columns: 50% 50%;
        width: calc(100%);
        margin-left: 0;
    }
    header nav .container {
        display: flex !important;
        justify-content: space-between !important;
        width: 100%;
        flex-wrap: wrap !important;
    }
    .navbar-brand img {
        max-width: 214px;
    }
    header .opnenav + a img {
        max-width: 54px;
    }
    .quick-link {
        padding-left: 0 !important;
        padding-top: 20px;
    }
    .grid-3 li {
        width: 50%;
        max-width: 48%;
        flex: 50%;
        margin: 1%;
    }
    .hover-top:hover
    {
        transform: translateY(0);
    }
    .inner-banner {
        min-height: 400px;
    }
    .blog-list {
        grid-template-columns: 50% 50%;
    }
    .homeBannerslide h2 {
        bottom: 36px;
        width: 100%;
    }
    .display-2 {
        font-size: 3rem;
    }
}

@media (max-width:767px) {
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 30px;
    }
    body {
        font-size: 14px;
        line-height: 26px;
    }
    h3 {
        font-size: 22px;
        line-height: 28px;
    }
    h4 {
        font-size:20px;
        line-height: 26.05px;
    }
    h5 {
        font-size: 16px;
    }   
    .display-2 {
        font-size: 3rem;
    }
    .grid-3 li {
        width: 100%;
        max-width:100%;
        flex: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .grid-3 li:last-child {
        margin-bottom: 0;
    }
    .blog-list {
        grid-template-columns:100%;
    }
    .homeBannerslide h2 {
        font-size: 30px;
    }
    .report-list {
        grid-template-columns: 100%;
    }
    .report-list li
    {
        margin:15px 0;
    }
    .pdf-list {
        grid-template-columns: 100%;
    }
    .opnenav {
        margin: 0 10px !important;
    }
    .navbar-brand img {
        max-width: 188px;
    }
    header .opnenav + a img {
        max-width: 44px;
    }
    .search {
        width: 190px;
    }
    .opnenav img {
        max-width: 21px;
    }
    .opnenav {
        height: 40px;
        width: 40px;
    }
    footer {
        padding: 30px 30px;
    }
    .form-style  input[type="text"], .form-style  input[type="email"], .form-style  input[type="tel"], .form-style   select, .form-style   textarea {
        padding: 14px 20px;
    }
    input[type="submit"] {
        font-size: 20px;
    }
    .inner-banner {
        padding-bottom: 25px !important;
    }
    .quick-link {
        padding-top: 10px;
        padding-bottom: 0;
        margin-bottom: 10px;
    }
    .quick-link li a {
        font-size: 18px;
    }
    .contact-padd.syle2 {
        padding: 30px 25px;
    }
    .small-pb-0
    {
        padding-bottom: 0 !important;
    }
    .search {
        width: 500px;
        margin: 0 auto;
    }
    .homeBannerslide h2 {
        bottom: 20px;
    }
    .over-img1 {
        height: auto;
        margin-bottom: 20px;
    }
}



@media (max-width:576px) {
    h1 {
        font-size: 29px;
        margin-bottom: 0;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 20px;
        line-height: 28px;
    }
    h4 {
        font-size: 18px;
        line-height: 26.05px;
    }
    .display-2 {
        font-size: 2.2rem;
    }
   
    .inner-banner {
        min-height: 350px;
        padding-bottom: 25px !important;
    }
    .homeBannerslide h2 {
        font-size: 27px;
    }
    .homeBannerslide h2 {
        bottom: 33px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
    }
    .breadcrumb
    {
        margin-bottom: 0;
    }
  
    .common-padd {
        padding-top: 50px;
        padding-bottom:50px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .grid-4 li {
        width: 100%;
        max-width: 100%;
        flex: 100%;
        margin: 0;
        margin-bottom: 20px;
    } 
    .quick-link {
        grid-template-columns: 100%;
    } 
    footer {
        padding: 30px 30px;
    }
    .search {
        width: 80%;
        margin-top: 10px;
    }
    .search .search-btn {
        right: 13%;
        transform: translateY(-40%);
    }
    .sidenav a {
        padding: 10px 8px 10px 32px;
        font-size: 20px;
    }
    input:focus, 
    input:active
    {
        border: 0 !important;
        outline: 0 !important;
        box-shadow: unset !important;
    }
    .homeBannerslide img {
        max-height: initial;
        height: 450px;
    }
    .common-slide .owl-nav .owl-prev, .common-slide .owl-nav .owl-next {
        height: 38px;
        width: 38px;
    }
    .common-slide .owl-nav .owl-prev span, .common-slide .owl-nav .owl-next span {
        font-size: 25px;
    }
    .navbar-brand img {
        max-width: 165px;
    }
    header.stick .navbar-brand img {
        max-width: 165px;
    }
    .quick-link:first-child, 
    .quick-link{
        padding-right: 0px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .quick-link-row
    {
        flex-direction: column;
        padding-top: 10px;
    }
    .quick-link {
        padding-top: 0;
    }
    .container {
        max-width: calc(100% - 0px);
    }
}

@media (max-width:450px) {
    .homeBannerslide h2 {
        font-size: 25px;
    }
}
@media (max-width:400px) {   
}
