.flaticon_icon i {
    font-size: 50px;
    margin: 5px;
    border: 1px solid #000;
    padding: 15px;
    display: inline-flex;
    width: 30%;
    justify-content: space-between;
    background-color: #5653d5;
    color: #fff;
}
.flaticon_icon i span,
.font_awesome1 i span {
    font-size: 18px;
}
.font_awesome1 i {
    font-size: 25px;
    margin: 5px;
    font-weight: 900;
    border: 1px solid #000;
    padding: 15px;
    display: inline-flex;
    font-family: 'Font Awesome 5 Free';
    width: 30%;
    justify-content: space-between;
    background-color: #5653d5;
    color: #fff;
}
:root {
    --primary: #42974f;
    --secondary: #0162af;
    --AG-LOGO-BG: #ececec;
    --AG-BLUE: #5653d5;
    --AG-DARK-BLUE: #161393;
    --AG-PURPLE: #8056ad;
    --AG-RED: #d45b5d;
    --AG-WHITE: #ffffff;
    --AG-BLACK: #000000;
}
h2 {
    color: var(--AG-RED);
    font-size: 40px;
    font-weight: 700;
    position: relative;
}
nav,
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.ml-0 {
    margin-left: 0px !important;
}
body {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
section {
    padding-top: 70px;
    padding-bottom: 70px;
    float: left;
    width: 100%;
}
ul,
p {
    padding: 0;
    margin: 0;
    text-align: justify;
}
img {
    width: 100%;
    height: auto;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }
    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }
    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}
/* ============ desktop view .end// ============ */
/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}
/******************Slider***********************/
.pic,
.pic img {
    width: 100%;
    height: auto;
}
#slider .carousel-control.left,
#slider .carousel-control.right {
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    transition: all .25s ease;
}
#slider .carousel-control .fa-angle-left {
    left: 5px;
    color: var(--AG-RED);
}
#slider .carousel-control .fa-angle-right {
    right: 5px;
    color: var(--AG-RED);
}
#slider .carousel-control .fa-angle-left,
#slider .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
}
#slider .carousel-control i {
    color: #fff;
    line-height: 40px;
    width: 40px;
    height: 40px;
    font-size: 30px;
    border-radius: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    transition: all 500ms ease;
}
.slider01 {
    background: #f9f9f9;
}
.slider-content {
    width: 100%;
    position: relative;
    z-index: 99;
}
.slide-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--AG-RED);
    text-align: left;
}
.slide-sub-title {
    font-style: normal;
    font-size: 40px;
    color: var(--AG-RED);
    text-shadow: 3px 3px 10px var(--AG-WHITE);
    font-weight: 700;
    padding: 0px 0px;
}
.slider-description {
    color: var(--AG-BLACK);
    font-weight: 500;
    margin: 20px 0 20px;
    text-align: unset;
}
.read-more a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}
.read-more a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ebebeb;
    border-radius: 50%;
    color: var(--AG-BLUE);
    margin-right: 5px;
    transition: all 0.3s linear;
}
.read-more {
    margin-top: 10px;
    margin-bottom: 20px;
}
.work-process-area .work-pro-items .item:hover .read-more a i,
.sevice_effe1:hover .read-more a i,
.services__three-items:hover .two:hover .read-more a i {
    transform: rotate(90deg);
}
.sevice_effe1 {
    padding: 20px 20px 0px 20px;
}
/************top header***************/
.header-top {
    position: relative;
    padding: 7px 0px;
    background-color: var(--AG-BLUE);
    float: left;
    width: 100%;
}
.header-top .top-left {
    position: relative;
    float: left;
}
.header-top .info-list {
    position: relative;
    line-height: 1;
}
.header-top .info-list li {
    position: relative;
    color: #ffffff;
    margin-right: 15px;
    display: inline-block;
    list-style: none;
}
.header-top .info-list li a {
    text-decoration: none;
    font-size: 14px;
    position: relative;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    display: flex;
    line-height: normal;
}
.header-top .top-right {
    position: relative;
    float: right;
}
.menu_header {
    float: left;
    width: 100%;
    box-shadow: 0px 0px 1px 1px #e5e5e5;
    background-color: var(--AG-LOGO-BG);
}
.header-top .info-list li .icon {
    font-size: 14px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--AG-WHITE);
    margin-right: 10px;
    float: left;
}
.apply_job a {
    background: var(--AG-RED);
    color: #fff;
    padding: 9px 17px;
    text-decoration: none;
    font-size: 13px;
}
.logo img {
    width: 100%;
    height: auto;
}
.logo {
    width: 227px;
    height: auto;
}
.navbar {
    padding: 0 !important;
}
.navbar-expand-lg {
    flex-wrap: wrap;
}
.menutop ul li a {
    color: #000;
    padding: 5px 10px;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    -webkit-transition: 350ms;
    transition: 350ms;
    transition: 350ms;
    text-transform: uppercase;
    line-height: 60px;
}
.menutop ul li .btn-two a{
    line-height: normal;
}
li.nav-item.qut-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
ul.navbar-nav>li:hover>a:before,
ul.navbar-nav>li.active>a:before {
    border-color: var(--AG-BLUE);
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}
ul.navbar-nav>li>a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border-bottom: 3px solid transparent;
    -webkit-transform: scale(0) translateZ(0);
    transform: scale(0) translateZ(0);
    -webkit-transition: opacity 0.55s ease, -webkit-transform 0.45s ease;
    transition: opacity 0.55s ease, -webkit-transform 0.45s ease;
    transition: transform 0.45s ease, opacity 0.55s ease;
    transition: transform 0.45s ease, opacity 0.55s ease, -webkit-transform 0.45s ease;
    transition: transform 0.45s ease, opacity 0.55s ease;
}
.navbar-nav>.nav-item:hover>.nav-link {
    color: var(--AG-BLUE);
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
    background: none;
    color: var(--AG-BLUE) !important;
    padding-left: 10px !important;
    font-weight: 600;
}
.dropdown-menu {
    text-align: left;
    z-index: 100;
    min-width: 220px;
    border-radius: 5px;
    padding: 0;
    border: 0;
}
.dropdown-menu li a {
    color: var(--AG-BLACK) !important;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    text-transform: capitalize !important;
    padding: 5px 15px !important;
    color: #fff;
    line-height: normal !important;
}
.nav-item.dropdown:hover .dropdown-menu{
    display: block;
}
.navbar-expand-lg .navbar-collapse {
    flex-basis: auto;
    flex-direction: row;
    justify-content: end;
}
/*******************btn*********************/
.btn a {
    display: block;
    text-decoration: none;
    text-align: center;
    border: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    transition: all .35s;
    background-color: var(--AG-RED);
    box-shadow: 1px 2px 5px 0px var(--AG-WHITE);
    padding: 6px 20px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
}
.btn a:before {
    background: #fff !important;
}
.btn a:before,
.btn a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background: var(--AG-BLUE);
    z-index: 9;
    transition: all .35s;
}
.btn a:before {
    opacity: .5;
}
.btn a:after {
    transition-delay: .2s;
}
.btn a:hover {
    color: #fff;
    box-shadow: 1px 2px 5px 0px var(--AG-WHITE);
}
.btn a:hover:before,
.btn a:hover:after {
    top: 0;
}
.btn:hover span {
    color: #fff;
    z-index: 99;
    position: relative;
}
button.btn.btnone a {
    padding: 14px 45px;
    border-radius: 50px;
    text-transform: uppercase;
    border: 2px solid;
}
/* Footer */
.main-footer.style-two {
    position: relative;
    background-image: url(images/footerbg1.webp);
    padding: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.main-footer.style-two footer {
    padding: 70px 0;
}
.main-footer .footer-widget {
    position: relative;
    margin-bottom: 15px;
}
.main-footer .widget-title {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.links-widget .widget-content {
    position: relative;
}
.links-widget ul li {
    position: relative;
}
.links-widget ul li a {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    color: #fff;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
.links-widget ul li a:before {
    position: absolute;
    content: '';
    left: -20px;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    background-color: var(--AG-BLUE);
}
.links-widget ul li a:after {
    position: absolute;
    content: '';
    left: -30px;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    background-color: var(--AG-BLUE);
}
.main-footer .footer-widget {
    position: relative;
    margin-bottom: 15px;
}
.contact-widget .social-links {
    position: relative;
}
.contact-widget ul.list li {
    position: relative;
    display: flex;
    color: #fff;
    font-weight: 500;
}
.contact-widget .social-links li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-widget .social-links li a span {
    position: relative;
}
.contact-widget .social-links li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.contact-widget .social-links li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-image: -webkit-linear-gradient(0deg, rgb(17 101 110) 16%, rgb(74 172 179) 100%);
}
footer.main-footer.style-two i {
    color: #fff;
    margin-right: 15px;
    font-weight: 300;
}
.copyright-text {
    position: relative;
    font-weight: 500;
    color: #fff;
    margin-top: 9px;
}
.footer-bottom-two .menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact-widget ul.list li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    margin-left: 15px;
    line-height: 24px;
}
.widgets-section li {
    margin-bottom: 10px;
}
.contact-widget ul.list i {
    margin-right: 10px;
}
.contact-widget ul.list {
    margin-bottom: 20px;
}
.copyright-text.text-right {
    text-align: right;
}
.copyright-text a {
    text-decoration: none;
}
section.bottom_footer {
    padding: 0px;
    background: var(--AG-RED);
    padding-bottom: 6px;
}
ul.list.address1 i {
    margin-top: 4px;
    margin-right: 15px;
}
.footer-widget.links-widget.pl-5 {
    padding-left: 50px;
}
.hover-content-heading a {
    background: var(--AG-BLUE);
    color: #fff;
    text-decoration: none;
    padding: 2px 10px;
    float: right;
    font-size: 13px;
    border-radius: 5px;
}
.hover-content-heading h2 {
    float: left;
    font-size: 16px;
    margin-top: 6px;
}
.website-tag-part {
    float: left;
    width: 100%;
}
.website-tag-part li {
    float: left;
    box-shadow: 0px 0px 2px 0px var(--AG-RED);
    background: #f5f5f5;
    padding: 2px 7px;
    margin: 4px;
    color: var(--AG-RED);
    font-size: 13px;
}
.hover-content-heading a:hover {
    background: var(--AG-RED);
}
h2.portfolio_name {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0px;
}
/* Testimonial Section */
.testimonial-section {
    position: relative;
    padding: 70px 0 40px;
    background-color: var(--AG-LOGO-BG);
    z-index: 0;
}
.testimonial-section .carousel-control-prev,
.testimonial-section .carousel-control-next{
    display: none;
}
.testimonial-section .sec-title .text {
    margin-top: 40px;
}
.testimonial-section .owl-carousel .owl-stage-outer {
    padding: 20px 0px;
}
.testimonial-section .owl-theme .testimonial-block {
    margin: 0px 15px;
}
.testimonial-section .btn_01 {
    position: relative;
    text-align: right;
    margin-top: 5px;
    padding-right: 15px;
}
.testimonial-section .btn_01 {
    position: relative;
    width: 10px;
    height: 5px;
    margin-bottom: 5px;
    border-radius: 0px;
    margin-left: 10px;
    display: inline-block;
    background-color: var(--AG-RED);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    opacity: 0.9;
}
.testimonial-section .btn_01.active,
.testimonial-section .btn_01:hover {
    width: 30px;
    background-color: var(--AG-BLUE);
}
.testimonial-block {
    position: relative;
    margin-bottom: 30px;
}
.testimonial-block .inner-box {
    position: relative;
    padding: 50px 50px;
    margin-top: 20px;
    background: #ffffff url(images/shape/pattern-4.png);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
    background-repeat: no-repeat;
    margin-left: 20px;
    background-position: right;
}
.testimonial-block .inner-box:before {
    position: absolute;
    content: '';
    left: -20px;
    top: -20px;
    right: 20px;
    bottom: 20px;
    z-index: -1;
    /* Use border-image with linear-gradient */
    border: 2px solid;
    border-image: linear-gradient(90deg, var(--AG-BLUE) 0%, var(--AG-PURPLE) 50%, var(--AG-RED) 100%);
    /* Ensure the border is sliced rather than repeated */
    border-image-slice: 1;
}
.testimonial-block .inner-box .upper-box {
    position: relative;
    padding-top: 9px;
    padding-left: 115px;
    margin: auto;
    width: 350px;
    text-align: center;
}
.testimonial-block .inner-box .upper-box .icon {
    position: absolute;
    left: 0px;
    top: 0px;
}
.testimonial-block .inner-box .upper-box h4 {
    position: relative;
    color: var(--AG-RED);
    font-weight: 600;
}
.testimonial-block .inner-box .upper-box .designation {
    position: relative;
    color: var(--AG-BLACK);
    font-size: 16px;
}
.testimonial-block .inner-box .text {
    position: relative;
    margin-top: 35px;
    color: #000;
    font-size: 16px;
    line-height: 1.9em;
    font-weight: 500;
    text-align: center;
}
/* Client */
@media (max-width: 767px) {
    .client .carousel-inner .carousel-item>div {
        display: none;
    }
    .client .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}
.client .carousel-inner .carousel-item.active,
.client .carousel-inner .carousel-item-next,
.client .carousel-inner .carousel-item-prev {
    display: flex;
}
/* medium and up screens */
@media (min-width: 768px) {
    .client .carousel-inner .carousel-item-end.active,
    .client .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }
    .client .carousel-inner .carousel-item-start.active,
    .client .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}
.client .carousel-inner .carousel-item-end,
.client .carousel-inner .carousel-item-start {
    transform: translateX(0);
}
a.carousel-control-next.client_btn2 {
    width: auto;
}
a.carousel-control-next.client_btn2 i,
a.carousel-control-prev.client_btn1 i {
    color: var(--AG-BLUE);
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
    border-radius: 50%;
}
a.carousel-control-prev.client_btn1 {
    width: auto;
}
.client .carousel-control-prev {
    left: -15px;
}
.client .carousel-control-next {
    right: -15px;
}
.carousel-control-next,
.carousel-control-prev {
    text-decoration: none;
}
.container-fluid.text-center.p-25 {
    padding: 0px 35px;
}
/* Fun fact */
.counter-area {
    padding: 70px 0;
    color: #fff;
    background-image: url(./images/backgrounds/funfactbg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.counter-area .add-plus {
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.add-plus span {
    font-size: 22px;
    margin-left: 5px;
}
.tp-counter-item-icon {
    font-size: 50px;
    line-height: 50px;
}
.counter {
    font-size: 25px;
    margin: 15px 0px;
    float: left;
    width: 100%;
}
/* Manual Coding Start from Here */
.top-right .top-social-links {
    line-height: 1;
}
.top-right .top-social-links li {
    position: relative;
    margin-right: 15px;
    display: inline-block;
}
.top-right .top-social-links li:hover a {
    color: var(--AG-RED);
    transition: all .35s;
}
.top-right .top-social-links li a {
    color: var(--AG-WHITE);
    font-size: 14px;
    line-height: normal;
}
.carousel-item.sbg1 {
    background-image: url(./images/slider/ags111.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.carousel-item.sbg2 {
    background-image: url(./images/slider/ags2.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.carousel-item.sbg3 {
    background-image: url(./images/slider/ags3.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#slider .carousel-item {
    height: 600px;
    padding: 130px 0;
}
/* Slider Animation */
.slider-content {
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 40px 30px;
    border-radius: 50px 0;
}
.white-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--AG-RED);
    z-index: -2;
    opacity: 0;
    animation: slideInWhiteBackground 1s forwards;
    animation-delay: .5s;
}
.red-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--AG-WHITE);
    z-index: -1;
    opacity: 0;
    animation: slideInRedBackground 1.5s forwards;
    animation-delay: 1.2s;
}
.delay-content {
    opacity: 0;
    animation: fadeInContent 1s forwards;
    animation-delay: 2s;
}
@keyframes slideInWhiteBackground {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes slideInRedBackground {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeInContent {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
/* Slider Navigation tab CSS start */
/* About us Section Manual Code Start */
.ag-abt-sction {
    padding: 70px 0;
}
.abt-sction-img img {
    width: 100%;
    height: auto;
}
.ag-sub__title {
    font-size: 16px;
    color: var(--AG-BLUE);
    text-transform: uppercase;
}
.ag-section__title {
    font-size: 40px;
    font-weight: 600;
    color: var(--AG-BLACK);
}
.ag-section__paragraph {
    font-size: 16px;
    color: var(--AG-BLACK);
    font-weight: 500;
    margin-bottom: 15px;
}
.ag-section__paragraph + .ag-section__paragraph{
    margin-bottom: 0px;
}
.abt-sction-content button {
    margin-top: 15px;
}
/* Line container */
.line-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 15%;
    margin-bottom: 25px;
    /* Adjust as needed */
}
/* Line */
.line {
    flex: 1;
    height: 2px;
    /* Thickness of the line */
    background-color: var(--AG-BLUE);
    /* Color of the line */
}
/* Square */
.square {
    width: 10px;
    /* Width of the square */
    height: 10px;
    /* Height of the square */
    background-color: var(--AG-BLUE);
    /* Color of the square */
    margin: 0 5px;
}
/* button design 2 */
.btn-two {
    background-color: var(--AG-BLUE);
    border: none;
    position: relative;
    transition: all 0.5s ease;
}
.btn-two a {
    color: var(--AG-WHITE);
    text-decoration: none;
    padding: 6px 20px;
    z-index: 2;
    display: block;
    text-decoration: none;
    text-align: center;
    border: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    transition: all .35s;
    font-size: 15px;
    font-weight: 500;
}
.btn-two::after {
    background-color: transparent;
    bottom: 0;
    content: '';
    display: inline-block;
    height: 100%;
    left: 3px;
    position: absolute;
    width: calc(100% - 3px);
    z-index: 1;
    box-shadow: 3px 3px 0px 0px var(--AG-DARK-BLUE);
    transition: all 0.5s ease;
}
.btn-two:hover {
    background-color: var(--AG-BLACK);
    transition: all 0.5s ease;
}
.btn-two:hover::after {
    box-shadow: 3px 3px 0px 0px var(--AG-BLUE);
    transition: all 0.5s ease;
}
/* Window Section Manual Coding Start */
.window-sction {
    padding: 70px 0;
    background-image: url(./images/backgrounds/windowbg.webp);
    background-repeat: no-repeat;
    background-color: var(--AG-LOGO-BG);
}
.section-title {
    margin-bottom: 35px;
}
.section-title.st-center {
    text-align: center;
}
.window-sction-box {
    box-shadow: 1px 2px 5px 0px var(--AG-BLACK);
    overflow: hidden;
    transition: all 0.3s ease;
}
.window-sction-box:hover {
    box-shadow: 1px 2px 5px 0px var(--AG-RED);
    transition: all 0.3s ease;
}
.window-sction-box:hover .wndw-sction-cntnt-btn .btn-two {
    background-color: var(--AG-BLACK);
    transition: all 0.5s ease;
}
.window-sction-box:hover .wndw-sction-cntnt-btn .btn-two::after {
    box-shadow: 3px 3px 0px 0px var(--AG-BLUE);
    transition: all 0.5s ease;
}
.window-sction-cntnt-part {
    padding: 20px 10px 20px;
    background-color: var(--AG-WHITE);
}
.wndw-sction-cntnt-title h2 {
    font-size: 17px;
    text-align: center;
    padding: 0 0 10px;
    color: var(--AG-BLACK);
}
.wndw-sction-cntnt-title h2 a {
    color: #000000;
    text-decoration: none;
}
.window-sction-img-part img {
    width: 100%;
    height: auto;
}
.window-sction-img-part {
    position: relative;
    overflow: hidden;
}
.window-sction-img-part:after {
    background-image: url(./images/shape/windowpshape.webp);
    background-position: right bottom;
    background-repeat: repeat;
    background-size: 100% 31px;
    bottom: -2px;
    content: '';
    display: inline-block;
    height: 31px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transform: scale(1, -1);
    width: 100%;
    z-index: 1;
    mask-position: left bottom;
    mask-repeat: repeat;
}
.wndw-sction-cntnt-btn {
    text-align: center;
}
/* Door Section Manual Coding Start */
.door-sction {
    padding: 70px 0;
}
.door-sction-box {
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 10px;
    box-shadow: 0px 0px 3px 0px #000;
    border-radius: 10px;
    transition: all 0.8s ease;
}
.door-sction-box:hover {
    background-color: var(--AG-BLUE);
    transition: all 0.8s ease;
}
.door-sction-box:hover .door-sction-cntnt-title h2,
.door-sction-box:hover .door-sction-cntnt-title i {
    color: var(--AG-WHITE);
}
.door-sction-box a {
    text-decoration: none;
}
.door-sction-img-part img {
    width: 100%;
    height: auto;
}
.door-sction-img-part {
    position: relative;
    overflow: hidden;
}
.door-sction-cntnt-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.door-sction-cntnt-title h2 {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    color: var(--AG-BLACK);
}
.door-sction-cntnt-title h2 a {
    color: var(--AG-BLACK);
    text-decoration: none;
}
.door-sction-cntnt-title i {
    color: var(--AG-BLACK);
    font-size: 24px;
}
.door-sction-cntnt-part {
    padding: 15px 0px 5px;
}
/* Screen Section Manual Coding Start */
section.screenng {
    background-color: #ececec;
    padding: 70px 0;
}
/* what__we */
.residential__tab img {
    border-radius: 5px;
}
.what__image img {
    border-radius: 5px;
    width: 100%;
    height: auto;
}
.what__image figure {
    margin-bottom: 0;
}
.what__we__do {
    background: #F9F4F1;
}
.what-carousel {
    padding-top: 40px;
}
.what__content {
    background: var(--AG-WHITE);
    padding: 60px 20px 30px;
    clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%);
    position: relative;
    transition: all 500ms ease;
}
.what__icon {
    font-size: 60px;
    color: var(--AG-BLUE);
}
.what___text h4 {
    font-weight: 400;
    line-height: 34px;
    padding: 20px 0px;
    color: var(--AG-BLACK);
}
.what___text h4 a {
    text-decoration: none;
    color: var(--AG-BLACK);
    font-size: 18px;
}
.what__we__do .owl-nav {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    gap: 20px;
}
.what__lower__content a {
    width: 30px;
    height: 30px;
    background: var(--AG-BLUE);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    border-radius: 50%;
    font-size: 15px;
    filter: drop-shadow(0px 4px 4px rgba(126, 126, 126, 0.25));
}
.what__lower__content {
    position: absolute;
    bottom: 20px;
    right: 45px;
    transform: scale(0.0);
    transition: all 500ms ease;
}
.what__content:hover .what__lower__content {
    transform: scale(1.1);
}
.what__content:before {
    content: "";
    background: var(--AG-BLUE);
    width: 0;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 500ms ease;
}
.what__content:hover:before {
    width: 100%;
}
.what__content__data:hover .what__content {
    transform: translateY(-20px);
}
.what__content__data {
    padding-top: 20px;
}
/* what__we end */
/* WhyChooseUs Section Manual Coding Start */
.wcu-sction {
    padding: 70px 0;
}
.wcu-sction-img img {
    width: 100%;
    height: auto;
    border-radius: 30px 0px;
}
.wcu-sction-cntn-list ul li {
    background: linear-gradient(90deg, var(--AG-BLUE) 0%, var(--AG-PURPLE) 50%, var(--AG-RED) 100%);
    padding: 10px;
    margin-bottom: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 5px 0px;
}
.wcu-sction-cntn-list ul li i {
    margin-right: 15px;
    transition: all 0.5s;
}
.wcu-sction-cntn-list ul li:hover {
    background: radial-gradient(circle, var(--AG-BLUE) 0%, var(--AG-PURPLE) 50%, var(--AG-RED) 100%);
}
.wcu-sction-cntn-list ul li:hover i {
    transform: translateX(5px);
    transition: all 0.5s;
}
/* Latest Projects Section Manual Coding Start */
.project-sction {
    padding: 70px 0 50px;
    position: relative;
}
.project-sction .pro-sction-bg {
    background-image: url(./images/shape/projectbg.webp);
    opacity: .1;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
/* Add padding BETWEEN each column */
.project-sction .row,
.project-sction .row>.column {
    padding: 8px;
}
/* Create three equal columns that floats next to each other */
.project-sction .column {
    float: left;
    width: 33.33%;
    display: none;
    /* Hide all elements by default */
}
/* Clear floats after rows */
.project-sction .row:after {
    content: "";
    display: table;
    clear: both;
}
/* Content */
.project-sction .content {
    background-color: white;
}
.project-sction .content img{
    width: 100%;
    height: auto;
}
#myBtnContainer {
    text-align: right;
}
/* The "show" class is added to the filtered elements */
.project-sction .show {
    display: block;
}
/* Style the buttons */
.project-sction .btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: white;
    cursor: pointer;
}
.project-sction .btn:focus {
    box-shadow: none;
}
.project-sction .btn:hover {
    background-color: var(--AG-LOGO-BG);
}
.project-sction .btn.active {
    background-color: var(--AG-BLUE);
    color: white;
}
/* overlay code start  */
/* Overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--AG-RED);
    /* Red color overlay with transparency */
    z-index: 1;
    /* Ensure the overlay is above the image */
    opacity: 0;
    /* Initially hidden */
    transition: opacity 0.3s ease;
    /* Smooth transition for opacity */
}
/* Show overlay on hover */
.column:hover .overlay {
    opacity: .8;
}
/* Content */
.project-sction .content {
    position: relative;
    z-index: 2;
}
/* Text content */
.content .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
}
.content .content-title {
    position: absolute;
    bottom: 0;
    text-align: center;
    background-color: var(--AG-BLUE);
    color: #fff;
    padding: 10px;
    width: 100%;
}
.content .content-title h4 {
    font-size: 18px;
    margin-bottom: 0;
}
.column:hover .content-title{
    display: none;
}
/* Show text content on hover */
.column:hover .text {
    opacity: 1;
    z-index: 1;
    color: var(--AG-WHITE);
}
.column .content .text a {
    width: 35px;
    height: 35px;
    background: var(--AG-WHITE);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--AG-RED);
    border-radius: 50%;
    font-size: 16px;
}
/* Project Gallery Section Manual CSS Start */
.project-gallry-sction{
    padding: 70px 0;
}
.project-gallry-sction .card{
    /* padding: 10px 10px; */
    margin-bottom: 15px;
}
.project-gallry-sction .gallery a img{
    width: 100%;
    height: 250px;
}
.lb-data .lb-number{
    display: none !important;
}
/* Form Section Manual Coding Start */
.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 10px 10px 20px;
    border-radius: 5px;
    border: none;
    height: 50px;
}
input:focus-visible,
textarea:focus-visible {
    outline: 1.8px solid var(--AG-BLUE);
}
.form-group textarea {
    height: 170px;
}
.form-group input[type="radio"],
.form-group input[type="checkbox"] {
    width: auto;
}
.form-group.Radiobtn label {
    margin-right: 15px;
}
.form-sction {
    padding: 70px 0;
    background-image: url(./images/contact/gitbg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.form-sctn-bg {
    padding: 30px;
    backdrop-filter: blur(2px);
    background: rgb(255 255 255 / 30%);
}
.form-sction .ag-sub__title{
    color: var(--AG-BLACK);
}
.form-sction .btn-two span,
.ag-quote-sction .btn-two span,
.ag-contct-sction .btn-two span,
.nav-item.qut-btn .btn-two a {
    color: var(--AG-WHITE);
    text-decoration: none;
    padding: 5px 10px;
    z-index: 2;
    display: block;
    text-decoration: none;
    text-align: center;
    border: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    transition: all .35s;
    font-size: 15px;
    font-weight: 500;
}
.nav-item.qut-btn .btn-two a {
    font-size: 17px;
}
/* Testimonial Section Manual Coding Start */
#testimonials .carousel-indicators {
    margin-bottom: 0;
    bottom: 10%;
}
/* Client Section Manual Coding Start */
.clients-sction .carousel-item {
    align-items: center;
}
.clients-sction .card{
    padding: 10px 30px;
}
/* Call Banner Section Manual Coding Start */
.call-baner-sction {
    padding: 70px 0;
    background-color: var(--AG-RED);
    position: relative;
    background-image: url(./images/shape/cbanerbg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.call-baner-sction .cb-center{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.call-baner-content h2 {
    color: var(--AG-WHITE);
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 400;
}
.call-baner-content h3 {
    color: #fff;
    font-weight: 900;
    font-size: 40px;
}
.call-baner-sction .cb-btns{
    text-align: right;
}
.call-baner-sction .cb-btns button {
    margin-right: 15px;
}
.call-baner-sction .cb-btns .btn-two a{
    padding: 6px;
}
.cbner-vector-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.cbner-vector-img img {
    width: 100%;
    height: 100%;
}
.call-baner-content i {
    font-size: 32px;
    margin-right: 5px;
}
/* Footer Section Manual Coding Start */
.footer-widget.links-widget .widget-content ul li:hover a,
.footer-widget.contact-widget .widget-content .list li:hover a{
    padding-left: 5px;
    color: var(--AG-RED);
}
.footer-widget.contact-widget .widget-content .list li a{
    transition: all 0.3s ease 0s;
}
.contact-widget .social-links li a:hover{
    transform: scale(0.8);
    transition: all 0.5s ease;
    box-shadow: 0 0 40px var(--AG-RED);
    background-color: var(--AG-RED);
}
/* Footer copyright section manual coding start */
.footer-copyright-sction {
    padding: 8px 0;
    border-top: 1px solid #ececec;
    color: var(--AG-WHITE);
}
.copy-text.ct-left {
    text-align: left;
}
.copy-text.ct-right p,
.copy-text.ct-right {
    text-align: right; 
}
.copy-text.ct-right a {
    color: var(--AG-WHITE);
    text-decoration: none;
}
/* Back To Top Button Manual Coding Start */
.backToTop{
    position: fixed;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    display: inline-block;
    font-weight: 400;
    width: 40px;
    height: 40px;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transform: translate(-50%,-50%)!important;
    border-color: var(--AG-BLUE);
    background-color: var(--AG-BLUE);
    z-index: 9;
}
.backToTop i{
    color: var(--AG-WHITE);
    font-size: 16px;
}
/* About Page Manual Coding Start */
/* Abt Pg - Breadcrumb Section */
.ag-breadcrumb{
    background-color: var(--AG-BLUE);
    padding: 70px 0;
    position: relative;   
    z-index: 1; 
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.ag-breadcrumb-title h2 {
    font-size: 40px;
    color: var(--AG-WHITE);
    line-height: 1;
    text-transform: capitalize;
}
.ag-breadcrumnb-menu {
    margin-top: 15px;
}
.ag-breadcrumnb-menu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 25px;
}
.ag-breadcrumnb-menu ul li {
    list-style: none;
    position: relative;
    line-height: 1;
}
.ag-breadcrumnb-menu ul li span {
    font-size: 16px;
    color: var(--AG-RED);
    font-weight: 600;
}
.ag-breadcrumnb-menu ul li span a {
    color: var(--AG-WHITE);
    font-weight: 500;
    text-decoration: none;
}
.ag-breadcrumnb-menu ul li:not(:last-child):after {
    display: inline-block;
    content: "\f164";
    position: absolute;
    right: -20px;
    top: 50%;
    font-family: 'Flaticon';
    color: var(--AG-WHITE);
    font-size: 14px;
    transform: translateY(-50%);
}
.ag-breadcrumb.abtbg{
    background-image: url(./images/backgrounds/abtpgbaner11.webp);
}
.ag-breadcrumb.wndwbg{
    background-image: url(./images/backgrounds/windowbaner.webp);
}
.ag-breadcrumb.drsbg{
    background-image: url(./images/backgrounds/doorsbaner.webp);
}
.ag-breadcrumb.scrnbg{
    background-image: url(./images/backgrounds/screenbaner.webp);
}
.ag-breadcrumb.prjctbg{
    background-image: url(./images/backgrounds/projectbaner.webp);
}
.ag-breadcrumb.quotebg{
    background-image: url(./images/backgrounds/quotebg1.webp);
}
.ag-breadcrumb.cntcbg{
    background-image: url(./images/backgrounds/contctbaner1.webp);
}
.ag-breadcrumb::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.8;
    z-index: -1;
}
/* Abt Pg - Mission Vision Section */
.ag-mv-sction{
    padding: 70px 0;
    background-image: url(./images/backgrounds/mvbg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.box-rw .box
{
  position: relative;
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.box-rw .box::before
{
  content:' ';
  position: absolute;
  top: 0;
  left: 50px;
  width: 50%;
  height: 100%;
  text-decoration: none;
  background: #fff;
  border-radius: 8px;
  transform: skewX(15deg);
  transition: 0.5s;
}
.box-rw .box::after
{
  content:'';
  position: absolute;
  top: 0;
  left: 50;
  width: 50%;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  transform: skewX(15deg);
  transition: all 0.5s;
  filter: blur(30px);
}
.box-rw .box:hover:before,
.box-rw .box:hover:after
{
  transform: skewX(0deg);
  left: 20px;
  width: calc(100% - 90px);
}
.box-rw .box:nth-child(1):before,
.box-rw .box:nth-child(1):after
{
    background: linear-gradient(315deg, rgba(86,83,213,1) 0%, rgba(212,91,93,1) 100%);
}
.box-rw .box:nth-child(2):before,
.box-rw .box:nth-child(2):after
{
  background: linear-gradient(315deg, #03a9f4, #ff0058)
}
.box-rw .box span
{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
}
.box-rw .box span::before
{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: all 0.1s;  
  animation: animate 2s ease-in-out infinite;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08)
}
.box-rw .box:hover span::before
{
  top: -50px;
  left: 50px;
  width: 100px;
  height: 100px;
  opacity: 1;
}
.box-rw .box.msn:hover span::before{
    content: "\f187";
    font-family: Flaticon;
    color: var(--AG-WHITE);
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-rw .box.vsn:hover span::before{
    content: "\f179";
    font-family: Flaticon;
    color: var(--AG-WHITE);
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-rw .box span::after
{
  content:'';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: all 0.5s ease;
  animation: animate 2s ease-in-out infinite;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  animation-delay: -1s;
}
.box-rw .box:hover span:after
{
  bottom: -50px;
  right: 50px;
  width: 100px;
  height: 100px;
  opacity: 1;
}
@keyframes animate
{
  0%, 100%
  {
    transform: translateY(10px);
  }
  50%
  {
    transform: translate(-10px);
  }
}
.box-rw .box .content
{
  position: relative;
  left: 0;
  padding: 20px 40px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 1;
  transform: all 0.5s ease;
  color: #fff;
}
.box-rw .box:hover .content
{
  left: -15px;
  padding: 40px 40px;
}
.box-rw .box .content h2
{
  font-size: 2em;
  color: #fff;
  margin-bottom: 10px;
}
.box-rw .box .content p
{
  font-size: 1.1em;
  margin-bottom: 10px;
  line-height: 1.4em;
}
.box-rw .box .content a
{
  display: inline-block;
  font-size: 1.1em;
  color: #111;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  margin-top: 5px;
}
.box-rw .box .content a:hover
{
  background: #ffcf4d;
  border: 1px solid rgba(255, 0, 88, 0.4);
  box-shadow: 0 1px 15px rgba(1, 1, 1, 0.2);
}
/* Abt pg - Team Section Manual Coding*/
.ag-team-sction{
    padding: 70px 0;
}
.ag-team-sction .ag-team-img img{
    box-shadow: -15px -15px 0px 0px var(--AG-BLUE);
    width: 100%;
    height: auto;
}
.ag-team-sction .ag-team-content{
    padding: 15px 0;
    text-align: center;
}
.ag-team-content .ag-team-title {
    font-size: 20px;
    color: var(--AG-BLUE);
}
.ag-team-content .ag-team-designation{
    font-size: 18px;
    margin-bottom: 0;
}
.ag-team-box{
    position: relative;
}
.ag-team-box::before {
    border-radius: 5px;
    box-shadow: -15px -15px 0 0 var(--AG-RED);
    content: '';
    display: inline-block;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.8s linear;
    width: calc(100% - 5px);
}
.ag-team-box:hover::before{
    opacity: 1;
}
.ag-team-box:hover .ag-team-img img{
    box-shadow: none;
}
.ag-team-box:hover .ag-team-content{
    background-color: var(--AG-BLUE);
    transition: all .3s linear;
}
.ag-team-box:hover .ag-team-title,
.ag-team-box:hover .ag-team-designation{
    color: var(--AG-WHITE);
}
/* Steps Section Manual Coding Start */
.steps-one{
    padding: 70px 0;
	position: relative;
    background-color: var(--AG-LOGO-BG);
}
.step-block_two{
	position: relative;
	margin-bottom: 60px;
}
.step-block_two-inner{
	position: relative;
}
.step-block_two-number{
	position: relative;
	font-weight: 700;
	font-size: 14px;
	color: var(--AG-BLUE);
}
.step-block_two-icon{
	position: absolute;
	right: -50px;
	top: 0px;
	z-index: 1;
	width: 100px;
	height: 100px;
	padding: 30px 30px;
	text-align: center;
	border-radius: 150px;
	background: #FFE6AF;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
    background: linear-gradient(120deg, rgba(86,83,213,1) 0%, rgba(212,91,93,1) 100%);
}
.step-block_two-icon img{
    width: 100%;
    height: auto;
    filter: invert(1);
}
.step-block_two-inner:hover .step-block_two-icon{
	transform: rotateY(180deg);
}
.step-block_two-heading{
	position: relative;
	color: var(--AG-BLACK);
}
.step-block_two-text{
	position: relative;
	font-size: 16px;
	margin-top: 10px;
	line-height: 26px;
	max-width: 275px;
	color: var(--AG-BLACK);
}
.step-block_two.style-two .step-block_two-inner{
	padding-left: 110px;
}
.step-block_two.style-two .step-block_two-icon{
	right: auto;
	left: -50px;
}
.step-block_two-image{
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	display: inline-block;
	-webkit-animation: border-transform 10s linear infinite alternate forwards;
    animation: border-transform 10s linear infinite alternate forwards;
}
@keyframes border-transform{
    0%, 100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}
.step-block_two-image img {
    width: 100%;
    height: auto;
}
.step-block_two-image_icon{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 150px;
	height: 150px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--white-color);
	transform: translateX(-50%) translateY(-50%);
}
/* Window Detail page Manual Coding Start */
.ag-window-detail-sction{
    padding: 70px 0;
}
.ag-window-dtl-img{
    position: relative;
}
/* detail slider coding */
/* Hide the images by default */
.ag-window-detail-sction .mySlides {
    display: none;
    position: relative;
}
.ag-window-detail-sction .mySlides img{
    width: 100%;
    height: auto;
}
  /* Add a pointer when hovering over the thumbnail images */
  .ag-window-detail-sction .cursor {
    cursor: pointer;
  }
  /* Next & previous buttons */
  .ag-window-detail-sction .prev,
  .ag-window-detail-sction .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: var(--AG-WHITE);
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
  }
  /* Position the "next button" to the right */
  .ag-window-detail-sction .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  /* On hover, add a black background color with a little bit see-through */
  .ag-window-detail-sction .prev:hover,
  .ag-window-detail-sction .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  /* Number text (1/3 etc) */
  .ag-window-detail-sction .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  /* Container for image text */
  .ag-window-detail-sction .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
  }
  .ag-window-detail-sction .row:after {
    content: "";
    display: table;
    clear: both;
  }
  /* Six columns side by side */
  .ag-window-detail-sction .column {
    float: left;
    width: 33.333333%;
  }
  .ag-window-detail-sction .column img{
    width: 100%;
    height: 90px;
    background: linear-gradient(90deg, rgba(86,83,213,1) 0%, rgba(212,91,93,1) 100%);
    padding: 1px;
  }
  /* Add a transparency effect for thumnbail images */
  .ag-window-detail-sction .demo {
    opacity: 0.6;
  }
  .ag-window-detail-sction .active,
  .ag-window-detail-sction .demo:hover {
    opacity: 1;
  }
.ag-window-dtl-title h2 {
    font-size: 30px;
    margin-bottom: 25px;
    color: var(--AG-BLACK);
}
.ag-window-dtl-list ul li::before {
    content: "\f172";
    font-family: Flaticon;
    font-size: 18px;
    margin-right: 10px;
    color: var(--AG-BLUE);
}
.ag-window-dtl-list ul li {
    font-size: 16px;
    display: flex;
    margin-bottom: 10px;
}
.ag-window-dtl-button{
    margin-top: 20px;
}
/* Glass Partition, Shopfronts, Repairs Manual Coding Start */
.ag-breadcrumb.glasspartbg{
    background-image: url(./images/backgrounds/glasspartbaner.webp);
}
.ag-breadcrumb.shopfrobg{
    background-image: url(./images/backgrounds/shopfrontbaner.webp);
}
.ag-breadcrumb.repairbg{
    background-image: url(./images/backgrounds/repairbaner.webp);
}
/* Project Category Manual Coding Start */
.window-sction.pro-cat{
    background: none;
}
.pro-dtl h2{
    color: var(--AG-BLUE);
    font-size: 26px;
    margin-bottom: 10px;
}
.ag-window-dtl-subcontent h3 {
    font-size: 18px;
    margin-bottom: 25px;
}
.ag-window-detail-sction.pro-dtl{
    position: relative;
}
.pro-dtl-low-bg{
    background-image: url(./images/shape/prodtlbg.webp);
    opacity: .3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.ag-quote-sction{
    padding: 70px 0;
}
.ag-quote-form{
    box-shadow: 0px 0px 40px 0px rgba(16, 23, 40, 0.08);
    padding: 40px;
    background-color: var(--AG-LOGO-BG);
}
.ag-quote-form .ag-sub__title,
.ag-contct-sction .ag-sub__title {
    font-size: 32px;
}
.ag-quote-form .ag-section__title,
.ag-contct-sction .ag-section__title {
    font-size: 16px;
}
.ag-quote-img img{
    width: 100%;
    height: auto;
}
/* Contact Page Manual Coding Start */
.ag-contct-sction{
    padding: 70px 0;
}
.ag-contct-box {
    background-color: #ececec;
    padding: 30px;
    box-shadow: 0px 0px 40px 0px rgba(16, 23, 40, 0.08);
    border-radius: 5px;
}
.ag-cntc-info-items{
    background-color: var(--AG-BLUE);
    padding: 25px 25px 5px;
    border-radius: 5px;
    position: relative;
}
.ag-cntc-info-items .ag-sub__title,
.ag-cntc-info-items .ag-section__title{
    color: var(--AG-WHITE);
}
.ag-cntc-info-items .item {
    display: flex;
    margin-bottom: 20px;
}
.ag-cntc-info-items i {
    display: inline-block;
    font-size: 40px;
    color: var(--AG-WHITE);
    margin-right: 25px;
}
.ag-cntc-info-items .info h5 {
    color: var(--AG-WHITE);
    font-size: 22px;
    margin-bottom: 5px;
}
.ag-cntc-info-items .info p,
.ag-cntc-info-items .info p a{
    color: var(--AG-WHITE);
    text-decoration: none;
}
.ag-cntc-info-items .info p a:hover {
    color: var(--AG-BLACK);
    transition: all .5s ease;
}
.ag-cntc-info-items .img_dots {
    background-image: url(./images/shape/cntcdesign.webp);
}
.ag-cntc-info-items .bg-pattern {
    opacity: .1;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
/* Map Section Manual Coding Start  */
.ag-map-sction{
    padding: 0;
}
.ag-map-sction iframe{
    width: 100%;
    height: 450px;
}
h1.noh1 {
    display: none;
}
/* Responsive Website Manual CSS Start Here */
@media(min-width:992px) and (max-width:1024px){
    .menutop ul li a{
        padding: 5px 6px;
    }
}
@media(min-width: 992px){
    #mob-img,
    #m-title{
        display: none;
    }
}
@media(max-width: 991px){
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        right: 0;
        top: 80%;
        width: 50%;
        position: absolute;
        background-color: #fff;
        z-index: 9999999999;
        max-height: 500px;
        overflow: auto;
        padding: 10px 20px;
        box-shadow: 0px 0px 5px 0px #000;
        border-radius: 5px;
    }
    .menutop ul li a{
        line-height: 35px;
    }
    #slider .carousel-item {
        height: 500px;
        padding: 100px 0;
    }
    .slide-title {
        font-size: 24px;
    }
    .slide-sub-title {
        font-size: 30px;
        padding: 0;
    }
    .slider-description{
        font-size: 16px;
        margin: 0px 0 20px;
    }
    #web-img,
    #w-title{
        display: none;
    }
    .ag-abt-sction {
        padding: 50px 0;
    }
    .abt-sction-img {
        margin-bottom: 10px;
    }
    .window-sction,
    .door-sction {
        padding: 50px 0 20px;
    }
    .window-sction-box,
    .door-sction-box {
        margin-bottom: 30px;
    }
    section.screenng {
        padding: 50px 0 40px;
    }
    .what__content__data {
        margin-bottom: 10px;
    }
    .wcu-sction {
        padding: 50px 0 40px;
    }
    .wcu-sction-img {
        margin-bottom: 15px;
    }
    .project-sction {
        padding: 50px 0 30px;
    }
    .content .content-title h4 {
        font-size: 16px;
    }
    .content .text h4 {
        font-size: 18px;
    }
    .column .content .text a {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    .form-sction {
        padding: 50px 0;
    }
    .call-baner-sction {
        padding: 50px 0;
    }
    .call-baner-content h3 {
        font-size: 27px;
    }
    .call-baner-sction .cb-btns button {
        margin-right: 10px;
    }
    .main-footer .footer-widget {
        margin-bottom: 20px;
    }
    .main-footer.style-two footer {
        padding: 50px 0 30px;
    }
    .footer-widget.links-widget.pl-5 {
        padding-left: 0;
    }
    .ag-breadcrumb {
        padding: 60px 0;
    }
    .ag-breadcrumb-title h2 {
        font-size: 35px;
    }
    .box-rw .box .content h2{
        font-size: 24px;
    }
    .box-rw .box .content p{
        font-size: 16px;
    }
    .box-rw .box:hover span::before,
    .box-rw .box:hover span::after{
        width: 80px;
        height: 80px;
    }
    .box-rw .box{
        height: 300px;
    }
    .steps-one {
        padding: 50px 0 0;
    }
    .step-block_two-icon{
        right: -70px;
        width: 80px;
        height: 80px;
        line-height: 80px;
        border-radius: 50%;
        padding: 0;
    }
    .step-block_two.style-two .step-block_two-icon {
        right: auto;
        left: -70px;
    }
    .step-block_two-icon img {
        width: 40px;
        line-height: 40px;
    }
    .step-block_two.style-two .step-block_two-inner {
        padding-left: 25px;
    }
    .ag-window-detail-sction {
        padding: 50px 0;
    }
    .ag-window-dtl-content {
        margin-top: 15px;
    }
    .project-gallry-sction {
        padding: 50px 0 35px;
    }
    .ag-contct-sction {
        padding: 50px 0;
    }
    .ag-cntc-info-items {
        margin-top: 30px;
    }
    .ag-quote-sction {
        padding: 50px 0;
    }
    .ag-quote-form {
        padding: 20px;
    }
    .wcu-sction-cntn-list ul li{
        margin-bottom: 15px;
    }
}
@media(min-width:768px){
    .mob-slider{
        display: none;
    }
    #quot-m-title{
        display: none;
    }
}
@media(max-width:767px){
    .header-top{
        display: none;
    }
    .logo {
        width: 200px;
    }
    .navbar-collapse{
        width: 80%;
        padding: 5px 10px;
    }
    #slider{
        display: none;
    }
    .mob-slider{
        padding: 0;
    }
    .bd-hero__content.mslider-content {
        margin-top: 0;
        background-color: var(--AG-LOGO-BG);
        border-radius: 0;
        padding: 10px 25px 15px;
    }
    .slide-title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .slide-sub-title {
        font-size: 24px;
        margin-bottom: 2px;
    }
    .slider-description {
        font-size: 14px;
        line-height: normal;
        margin-bottom: 5px;
    } 
    .carousel-indicators {
        margin-bottom: 0;
    }
    #carouselExampleDark .btn-two a{
        padding: 0px 5px;
        font-size: 12px;
    }
    .ag-abt-sction {
        padding: 40px 0;
    }
    .ag-sub__title {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .ag-section__title {
        font-size: 22px;
    }
    .section-title {
        margin-bottom: 20px;
    }
    .btn-two a{
        padding: 0px 5px;
        font-size: 12px;
    }
    .window-sction,
    .door-sction {
        padding: 40px 0 10px;
    }
    section.screenng {
        padding: 40px 0 30px;
    }
    .what___text h4{
        padding: 10px 0px;
    }
    .wcu-sction {
        padding: 40px 0 25px;
    }
    .project-sction {
        padding: 40px 0 20px;
    }
    .project-sction .btn{
        font-size: 14px;
        padding: 6px 10px;
    }
    .project-sction .column{
        width: 50%;
    }
    .form-sction {
        padding: 40px 0;
    }
    .form-sctn-bg {
        padding: 20px;
    }
    .call-baner-sction {
        padding: 40px 0;
    }
    .call-baner-content h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .call-baner-content h3 {
        font-size: 20px;
    }
    .call-baner-sction .cb-btns button {
        margin-right: 5px;
    }
    .call-baner-sction .cb-btns .btn-two a {
        padding: 0px;
    }
    .main-footer.style-two footer {
        padding: 40px 0 20px;
    }
    .main-footer .widget-title{
        margin-bottom: 20px;
    }
    .copy-text.ct-left p {
        text-align: center;
    }
    .copy-text.ct-right p, .copy-text.ct-right {
        text-align: center;
    }  
    .backToTop{
        width: 30px;
        height: 30px;
    }
    .backToTop i {
        color: var(--AG-WHITE);
        font-size: 14px;
    }  
    .ag-breadcrumb-title h2 {
        font-size: 28px;
    }
    .ag-breadcrumnb-menu {
        margin-top: 10px;
    }
    .box-rw .box {
        margin-bottom: 50px;
    }
    .box-rw .box .content{
        box-shadow: unset;
    }
    .ag-mv-sction {
        padding: 50px 0 0;
    }
    .box-rw .box:hover span::before, .box-rw .box:hover span::after {
        width: 60px;
        height: 60px;
    }
    .box-rw .box:hover .content {
        left: -5px;
        padding: 20px 20px;
    }
    .box-rw .box {
        height: 260px;
    }
    .box-rw .box:hover span::before {
        top: -40px;
        left: 40px;
    }
    .box-rw .box:hover span:after {
        bottom: -30px;
        right: 80px;
    }
    .steps-one {
        padding: 40px 0 0;
    }
    .step-block_two-icon {
        right: 0;
    }
    .step-block_two.style-two .step-block_two-icon {
        right: auto;
        left: 0;
    }
    .step-block_two.style-two .step-block_two-inner {
        padding-left: 25px;
        display: grid;
        justify-items: end;
        text-align: end;
    }
    .ag-window-detail-sction {
        padding: 40px 0;
    }
    .ag-window-dtl-title h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .project-gallry-sction {
        padding: 40px 0 25px;
    }
    .ag-contct-sction {
        padding: 40px 0;
    }
    .ag-contct-box {
        padding: 20px 15px;
    }
    .ag-map-sction iframe {
        height: 350px;
    }
    .ag-quote-sction .ag-sub__title{
        font-size: 22px;
        text-align: center;
    }
    #quot-w-title{
        display: none;
    }
    .ag-quote-sction {
        padding: 40px 0;
    }
}
@media(max-width: 575px){
    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .what___text h4 {
        padding: 20px 0px;
    }
    .wcu-sction-cntn-list ul li{
        font-size: 13px;
    }
    .wcu-sction-cntn-list ul li i {
        margin-right: 10px;
    }
    #myBtnContainer {
        text-align: unset;
    }
    .project-sction .column {
        width: 100%;
    }
    .project-sction .btn {
        font-size: 13px;
        padding: 5px 5px;
    }
    .call-baner-sction .cb-btns {
        text-align: left;
    }
    .copy-text p {
        font-size: 14px;
        line-height: normal;
    }
    .ag-breadcrumb-title h2 {
        font-size: 22px;
    }
    .ag-breadcrumnb-menu {
        margin-top: 8px;
    }
    .ag-breadcrumnb-menu ul {
        gap: 18px;
    }
    .ag-breadcrumnb-menu ul li span {
        font-size: 14px;
    }
    .ag-breadcrumnb-menu ul li:not(:last-child):after {
        font-size: 12px;
        right: -15px;
    }
    .step-block_two-icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .step-block_two-icon img {
        width: 30px;
        line-height: 30px;
    }
    .step-block_two-heading {
        font-size: 20px;
    }
    .step-block_two-text{
        padding-right: 30px;
    }
    .step-block_two.style-two .step-block_two-inner .step-block_two-text{
        padding-right: 0;
    }
    .ag-window-detail-sction .column img{
        height: auto;
    }
    .ag-quote-form .ag-sub__title, .ag-contct-sction .ag-sub__title {
        font-size: 22px;
    }
    .ag-quote-form .ag-section__title, .ag-contct-sction .ag-section__title {
        font-size: 14px;
    }
    .ag-cntc-info-items i {
        font-size: 22px;
        margin-right: 10px;
    }
    .ag-cntc-info-items {
        padding: 25px 15px 5px;
    }
    .header-top .info-list {
        display: grid;
    }
    .header-top .info-list li a {
        text-decoration: none;
        font-size: 12px;
    }
    .top-right .top-social-links li {
        margin-right: 10px;
    }
    .header-top {
        padding: 2px 0px;
    }
    .header-top .info-list li .icon{
        font-size: 12px;
        margin-right: 5px
    }
}