
/*=====================Globle-CSS-Start========================*/
*{
    margin: 0px;
    padding: 0px;
}


html {
    scroll-behavior: smooth;
    font-size: 100%;

}


body {
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    transition: 0.3s ease-in-out;
    position: relative;
    
}   

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #333;
}

a {
    transition: 0.3s;
}

ol,
ul {
    list-style: none;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.main-wrapper{
    
}

.mcr-btn {
    padding: 5px 0px;
    font-size: 14px;
    color: #fff;
    background-color: #2CAAC2;
    display: inline-block;
    font-weight: 400;
    border-radius: 5px;
    min-width: 160px;
    text-align: center;
    border: 0px;
}
.navbar .mcr-btn{
    border: 1px solid #2CAAC2;
    background-color:transparent;
    min-width: 100px;
}
.mcr-btn:hover{
    background-color: #2395ab;
    color: #fff;
}
.mcr-btn:focus{
    outline: none;
}

.sec-row {
    width: 60%;
    text-align: center;
    margin: 0px auto;
}

.sec-title {
    color: #1AA0B8;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
        text-transform: uppercase;
}

.sec-heading {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0.2;
        margin-bottom: 20px;
    
}
.sec-row .sec-title{
    margin-bottom: 10px;
}
.g-para {
    font-size: 16px;
    line-height: 28px;
    color: #1E2D3D;
    margin-bottom: 0px;
}
.bg-white{
    background-color: #ffffff;
}
/*=====================Globle-CSS-End========================*/

/*=====================Header-CSS-Start========================*/
.navbar{
     padding-left: 0px;
    padding-right: 0px;
}
.navbar-nav{
    margin-right: 30px;
}
.navbar-brand img{
    height:30px;
}
.m-logo{
    display: none;
}
.navbar-toggler-icon{
    height: 25px;
}
.navbar-nav .nav-link {
  color: #fff !important;
  font-size: 16px;
  border-bottom: 2px solid transparent;
  padding: 5px 0px;
    font-weight: 400;
}
.navbar-nav .nav-link:hover{
   color: #1E2D3D;
    border-bottom: 2px solid #2caac2;
}
.navbar-nav .nav-item{
    margin-right: 30px;
}
.navbar-nav .nav-item:last-child{
     margin-right: 0px;
}
.navbar-nav .nav-item .nav-link.active{
    font-weight: 700;
    /* border-bottom: 2px solid #2caac2; */
}
.footer-links a.active{
    font-weight: 700;
}
.footer-links li a:hover{
    color: #1E2D3D;
    border-bottom: 2px solid #2caac2;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
 }

/*=====================Header-CSS-End========================*/


/*=====================Banner-CSS-Start========================*/

.ban-section {
    background-color: #28384b;
    min-height: 500px;
    /* display: flex; */
    /* align-items: center; */
}

.main-heading {
    color: #fff;
    font-size: 55px;
    line-height: 84px;
}
.main-para{
    color: #ffffff;
    font-size: 18px;
    line-height: 160%;
    font-weight: 500;
    margin-bottom: 40px;
}
/*.ban-right img{
    max-width: 100%;
}*/

/* .ban-right img{
  position: absolute;
    top: -86px;
    right: -70px;
} */
 
/*=====================Banner-CSS-End========================*/


/*=====================About-CSS-Start========================*/
.about-section{
    padding: 80px 0px;
    overflow-x: hidden;
}


.about-left h5 {
    font-size: 28px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0.2;
    width: 90%;
}

.about-right p {
    font-size: 16px;
    line-height: 28px;
    color: #1E2D3D;
    margin-bottom: 30px;
}
.story-right{
    position: sticky;
    top: 15px;
}

/*=====================About-CSS-End========================*/

/*=====================Service-CSS-Start========================*/

.service-section{
    padding: 80px 0px 120px 0px;    
    overflow-x: hidden;
    position: relative;
}

.s-card-box {
    width: 100%;
    background-color: #ffffff;
    padding: 30px 10px 20px 10px;
    border-radius: 8px;
    box-shadow: 2px 4px 34px 0px #0f182c0d;
    transition: 0.3s ease-in-out;
    height: auto;
    min-height: 240px;
}
.service-slider{
    display: none;
}
.service-slider .s-card-box{
 height: auto;
}
.slick-dots{
    margin: 20px 0px;
}


.s-card-img {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background-color: rgba(44, 170, 194, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    margin-bottom: 20px;
}
.s-card-box:hover {
    transform: scale(1.1);
}

.s-card-title {
    letter-spacing: 0.2;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #1E2D3D;
    font-weight: 600;
}
.s-card-text {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
}
/*.s-card-box:hover{
    background-color: #2caac2;
}*/
/*.s-card-box:hover .s-card-text{
    color: #ffffff;
}*/
/*.s-card-box:hover .s-card-title{
    color: #ffffff;
}*/

/*=====================Service-CSS-End========================*/

/*=====================Etrax-CSS-Start========================*/
.etrax-section{
    padding: 80px 0px;
    /* overflow-x: hidden; */
}
.etrax-section .sec-title{
   margin-bottom: 10px;
}
.etrax-img-wrapp {
    margin-top: 40px;
}

.etrax-img-wrapp img{
    width: 100%;
}

.et-card-box{
    border-radius: 8px;
    width: 100%;
    padding: 30px 20px;
    border: 2px solid rgba(179, 186, 197, 0.1);
    height:auto;
    min-height: 220px;
}
.et-card-num {
    /* background: #2caac2; */
    color: #2caac2;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.2px;
}

.et-card-box h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin-bottom: 5px;
}

.et-card-box p {
    font-size: 14px;
    color: #1E2D3D;
    line-height: 24px;
}
/*=====================Etrax-CSS-End========================*/

/*=====================Footer-CSS-Start========================*/
.footer{
    position: relative;
    z-index: 2;
}
.testimnials-section{
     padding: 80px 0px 80px 0px;
    
}
.footer:after{
    content: '';
    width: 100%;
    height: 55%;
    background-color: #074652;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
}

/*.footer {
    padding: 80px 0px;
    background-color: #28384B;
}*/

.testi-m-content {
        display: flex;
    justify-content: space-between;
    align-items: center;
}
.testi-m-img {
    padding-right: 56px;
}

.testi-m-title {
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
    line-height: 46px;
}

.testi-m-name {
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    margin-top: 24px;
    display: block;
}

.testi-slider-wrapp .slick-prev.slick-arrow {
      position: absolute;
    right: 80px;
    font-size: 0px;
    background: url(../images/left-icon.svg)no-repeat;
       width: 20px;
    height: 20px;
    border: 0px;
    z-index: 99;
    bottom: 45px;
}
.testi-slider-wrapp .slick-prev.slick-arrow:focus{
    outline: none;
}
.testi-slider-wrapp .slick-next.slick-arrow {
    position: absolute;
    right: 30px;
    font-size: 0px;
    background: url(../images/right-icon.svg)no-repeat;
       width: 20px;
    height: 20px;
    border: 0px;
    z-index: 99;
    bottom: 45px;

}
.testi-slider-wrapp .slick-next.slick-arrow:focus{
    outline: none;
}
.testi-slider-wrapp .slick-slide{
    height: auto;
}

.footer-forms{
    width: 80%;
    background-color: #ffffff;
    padding: 40px 40px;
    border-radius: 8px;
    box-shadow: 0px 10px 35px 0px #00000008;
    margin:0px auto;
}
.footer-forms address {
    font-size: 18px;
    line-height: 31px;
    color: #5B5B5B;
    width: 100%;
    margin-bottom: 0px;
}

.form-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0.2px;
}
.divider {
    display: block;
    border: 1px dashed #B3BAC5;
    margin: 30px 0px;
    width: 50%;
}
.contact-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #183B56;
    letter-spacing: 0.2px;
}
.contect-link {
    display: block;
    color: #5B5B5B;
}

.contact-form {
    padding: 40px 30px;
    /* background-color: #FAFAFA; */
    /* border-radius: 8px; */
}
.contact-form label{
    font-size: 13px;
    color: #1E2D3D;
    line-height: 20px;
    padding: 0px 10px;
}
.contact-form .form-control{
     border: 1px solid rgba(221, 227, 238, 1);
     font-size: 13px;
}

.contact-form .form-control:focus{
  box-shadow: inherit;
}
.contact-form textarea {
  resize: none;
}
.footer-bottom {
    padding: 20px 0px;
}
.footer-links {
    display: flex;
    justify-content: center;
}

.footer-links li {
    margin: 0px 20px;
    
}
.footer-links li a{
    color: #1E2D3D;
    font-size: 16px;
    line-height: 24px;
}
.footer-links{
    margin-bottom: 0px;
}
.footer-links li.active a{
    font-weight: 600;
}
.copy-right {
    text-align: center;
    display: block;
    margin-top: 40px;
}
.copy-right span{
    color: #2CAAC2;
    font-weight: 600;
}
/*=====================Footer-CSS-End========================*/



/*=====================AboutUs-Page-css-Start========================
=====================================================================*/

.inner-banner{
    position: relative;
}
.inner-slanted{
    background-color: #28384B;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
}
.pro-custom-report{
    position: relative;
    padding-bottom:300px !important;
}
.process-section.pro-custom-report{
    padding-bottom:80px !important;
}
.pro-custom-report .inner-slanted{
    background:#f8f8f8;
}
.product-ban-section .inner-slanted{
    /* background:#f8f8f8; */
    background:#28384B;
    height:100%;
}

.inner-ban-section {
    width: 100%;
    min-height: 320px;
    display: flex;
    justify-content: center;
    padding-top:70px;
}

/*================Our-Story-CSS-Start===================*/
      
.story-section{
    padding: 80px 0px;
}
.story-formed {
    width: 160px;
    height: 160px;
    border-radius: 8px;
    background-color: #1aa0b8;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    top: -50px;
    left: 50px;
}
.story-formed span {
    font-size: 20px;
    color: #ffffff;
    line-height: 28px;
    font-weight: 600;
}
.story-formed h5 {
    margin-bottom: 0px;
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.2px;
}
.story-img{
    border-radius: 8px;
    overflow: hidden;
}
.story-img img{
    width: 100%;
}
/*=================Our-Story-CSS-End===================*/

/*=================Our-Team-CSS-Start===================*/
.our-team-section{
    width: 100%;
    padding: 80px 0px;
    overflow-x: hidden;
}
.team-card {
    width: 100%;
}
.team-slider .slick-slide{
    height: auto;
}
 .team-slider .team-card{
    padding: 0px 15px;
}
/*
.team-slider .slick-slide:nth-child(4) .team-card{
   padding-right: 0px;
}*/


.team-card-img {
    border-radius: 8px;
    box-shadow: 0px 20px 50px 0px #0f182c26;
        margin-bottom: 30px;
}
.team-card-img img{
    width: 100%;
}
.team-name {
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    color: #183B56;
    letter-spacing: 0.2;
}
.team-dasign {
    font-size: 16px;
    line-height: 22px;
    color: #5A7184;
    padding-left: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    position: relative;
}
.team-dasign:before{
    content: '';
    width: 16px;
    height: 16px;
    background:url(../images/check.svg) no-repeat;
   background-size: 100%;
  position: absolute;
    left: 5px;
    top: 52%;
    transform: translateY(-50%);;
}

/*=================Our-Team-CSS-End===================*/

/*=================Service-list-CSS-Start===================*/
.service-list-section{
    padding: 80px 0px;
    background-color: #F8F8F8;
}
.service-list-left{
    position: sticky;
    top: 15px;
}
.service-list-left img{
  width: 100%;
  border-radius: 8px;
}
.service-list-right .sec-title{
      margin-bottom: 10px;
}
.service-list{
    padding-left: 70px;
}
.service-list li {
    position: relative;
    margin-bottom: 30px;
}
.service-list li:last-child{
     margin-bottom: 0px;
}
.service-list li:after{
    content: '';
    width: 64px;
    height: 64px;
    background: url(../images/check-icon.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -10px;
    left: -77px;
}
.service-list li h4 {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.2px;
    font-weight: 600;
    color: #1E2D3D;
}
.service-list li p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    color: #1E2D3D;
    
}
/*=================Service-list-CSS-End===================*/




/*=====================AboutUs-Page-css-End========================
=====================================================================*/



/*=====================Services-Page-css-Start========================
=====================================================================*/



/*=================Process--CSS-start===================*/

.process-section{
   padding: 80px 0px;
   /* background-color: #F8F8F8; */
} 

.custom-r-section{
    padding: 80px 0px;
     position: relative;
}
.mt-6{
    margin-top: 6rem;
}

.custom-r-section .custom-r-left .custom_image{
  max-width: 100%;
  box-shadow: 0px 17px 39px 0px #0000000D;
  border-radius: 8px;
}
.custom-r-section .custom-r-left .icon{
    position: absolute;
    bottom:-30px;
    left:100px;
}
.custom-r-section .custom-r-left .icon_tower{
    position: absolute;
    top:-30px;
    right:50px;
}
.custom-r-section .custom-r-right h3{
    font-size: 40px;
    line-height: 60px;
    font-weight: 600;
    color: #1E2D3D
}

.custom-r-section .custom-r-right p{
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #1E2D3D;
}

.custom-r-right {
    padding-left: 30px;
}

/*=================Process--CSS-End===================*/

/*=====================Services-Page-css-Start========================
=====================================================================*/


/*=====================ContactUs-Page-css-Start========================
=====================================================================*/

.contact-page-section{
    width: 100%;
    position: relative;
    padding: 0px 0px 80px 0px;
}
.contact-page-section:after{
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #28384B;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    
    z-index: -1;
}
.ban-text{
        text-align: center;
    width: 90%;
    margin: 0px auto;
    padding:80px 0px 0px;
}
.ban-text p{
         font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    line-height: 30px;
}

.contact-page-form {
    background-color: #ffffff;
    padding: 70px;
    border-radius: 8px;
    box-shadow: 0px 10px 35px 0px #00000008;
    margin-top: 80px;
}

.contact-page-form .c-para{
    font-size: 16px;
    color: #1E2D3D;
    line-height: 22px;
}

.contact-page-form .mcr-btn{
  min-width: 212px;
}
.support-row {
    display: flex;
    justify-content: center;
}
.support-wrapp{
    padding: 80px 0px 80px 0px;
}

.support-box {
    max-width: 370px;
    border: 1px solid rgba(229, 234, 244, 0.8);
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    margin: 0px 15px;
}
.supp-img {
    width: 64px;
    height: 64px;
    margin: 0px auto;
    background: rgba(26, 160, 184, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
        margin-bottom: 20px;
}
.support-box h5{
     font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.2px;
}

.support-box p {
    font-size: 14px;
    line-height: 24px;
    color: #1E2D3D;
}
.inquiry {
    font-size: 16px;
    color: #1AA0B8;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.2px;
}
footer.contact-footer:after{
      height: 75%;
}

/*=====================ContactUs-Page-css-End========================
=====================================================================*/


/*=====================Product-Page-css-Start========================
=====================================================================*/

.product-ban-section {
    padding-top: 0px;
    padding-bottom:0px;
    position: relative;
}
.product-ban-section .ban-right-image{
    padding:40px 0 0;
}
.product-ban-left h2{
    font-size: 80px;
    font-weight: 600;
    line-height: 84px;
    color: #fff;
}
.mobile-table-img{
    display: none;
}
.product-ban-left .contact-form{
    padding: 0px;
    background-color: transparent;
    max-width: 70%;
    margin-top: 20px;
}
.product-ban-left p{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color:#fff;
}
.product-ban-left .contact-form label{
    color:#fff;
}

.p-acti-section{
    padding: 80px 0px;
}

.diagram-acti-img {
    text-align: center;
    position: relative;
    padding-top: 80px;

}

.diagram-popup {
    max-width: 310px;
    margin: 0px auto;
    padding: 40px 20;
    box-shadow: 0px 17px 39px 0px #0000001f;
        border-radius: 8px;
    position: absolute;
    top: 17px;
    left: 0px;
    right: -150px;
    background: #fff;
}

.diagram-popup-body {
    position: relative;
}
.diagram-popup-body:after{
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 11px solid transparent;
    border-top: 12px solid #fff;
    box-shadow: 0px 0px 39px 0px rgb(0 0 0 / 12%);
    position: absolute;
    bottom: -52px;
    left: 0px;
    right: 0px;
    z-index: 9;
    margin: 0px auto;
}

.diagram-popup h5{
    font-size: 24px;
    line-height: 24px;
    color: #183B56;
    letter-spacing: 0.2px;
    font-weight: 600;
}
.diagram-popup p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0px;
    color: #5A7184;
}
.diagram-popup .mcr-btn {
    font-size: 14px;
    line-height: 21px;
    min-width: 130px;
    margin-right: 10px;
}
.diagram-popup .mcr-sec-btn {
    margin-right: 0px;
    background: transparent;
    border: 1px solid #1AA0B8;
    color: #2caac2;
}
.diagram-acti-left {
    padding-right: 60px;
}
.diagram-acti-left h2 {
    font-size: 40px;
    line-height: 60px;
    font-weight: 600;
}
.diagram-acti-left  p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #1E2D3D;
}
.pati-status-wrapp h4 {
    font-size: 40px;
    font-weight: 500;
    line-height: 52px;
        margin-bottom: 10px;
    color: #1E2D3D;
    letter-spacing: 0.2px;
}
.pati-status {
    display: flex;
    justify-content: space-evenly;

}
.pati-status-wrapp {
    width: 30%;
}
.pati-status-wrapp span {
    font-size: 16px;
    line-height: 24px;
    color: #1E2D3D;
    text-transform: capitalize;
}
/*=====================Product-Page-css-End========================
=====================================================================*/


/*=====================Px-css-Start========================
=====================================================================*/

.slanted-banner .main-heading{
    font-size:48px;
    line-height: 120%;
    font-weight: 600;
}
.ban-right img {
    width: 110%;
}   
@media screen and (min-width: 1200px){
    .ban-right-image .container-lg{
        width:auto;
        max-width: none;
        margin-left:calc((100% - 1140px) / 2);
    }
    .ban-right-image .container-lg .col-lg-6{
        min-height: 400px;
        display: flex;
    }
    .product-ban-right img{
        width:auto !important;
        max-height:520px;
    }
}

.main-banner{
    padding:80px 0px 0px;
}
.slanted-banner{
    position: relative;
    overflow-x: hidden;
}

.slanted-div {    
    width: 100%;
    height: 90%;
    position: absolute;
    /* background: inherit; */
    z-index: -1;
    top: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    /* transform-origin: bottom;
    transform: skewY(-5deg);  */
    /* #084652
    #28384b */
    background: linear-gradient(-45deg, #084652, #28384B, #23a6d5, #28384b);
    /* background: linear-gradient(-45deg, #084652, #28384b); */
    
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	/* height: 100vh; */

  }

  @keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.service-sec-slanted-div{
    background-color: #F8F8F8;
    width: 100%;
    height: 100%;
    position: absolute;
    /* background: inherit; */
    z-index: -1;
    top: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
}


.navbar-light .navbar-toggler{
    color:#fff;
    border-color:#fff;
}

.navbar-light .navbar-toggler-icon{
    background-image:
url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
/* Small devices (landscape phones, 576px and up) */
/* @media (min-width: 576px) { ... } */

/* // Medium devices (tablets, 768px and up) */
/* @media (min-width: 768px) { ... } */

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

    .navbar-nav .nav-item{
        margin-right: 10px;
    }

}

/* // X-Large devices (large desktops, 1200px and up) */
/* @media (min-width: 1200px) { ... } */

/* // XX-Large devices (larger desktops, 1400px and up) */
/* @media (min-width: 1400px) { ... } */



/* // X-Small devices (portrait phones, less than 576px) */
/* @media (max-width: 575.98px) { ... } */

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
    .slanted-banner .main-heading{
        font-size:32px;
    }
    .slanted-div, .service-sec-slanted-div, .inner-slanted{
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);  
    }
	.about-section, .slanted-banner .container-lg {
		overflow-y: hidden;
	}
 }

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
    .slanted-div, .service-sec-slanted-div, .inner-slanted{
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);  
    }
	.about-section, .slanted-banner .container-lg {
		overflow-y: hidden;
	}
 }

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
    .slanted-div, .service-sec-slanted-div, .inner-slanted{
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);  
    }
    .s-card-box{
        min-height:290px;
    }
    .slanted-div{
        height:90%;
    }
    .slanted-banner .main-heading{
        font-size:32px;
    }
 } 

/* // X-Large devices (large desktops, less than 1400px) */
/* @media (max-width: 1399.98px) { ... } */



 
/*=====================Px-css-End========================
=====================================================================*/
