@font-face {
    font-family: 'PoppinsBold';
    src: url('../fonts/PoppinsBold.eot');
    src: url('../fonts/PoppinsBold.eot') format('embedded-opentype'),
         url('../fonts/PoppinsBold.woff2') format('woff2'),
         url('../fonts/PoppinsBold.woff') format('woff'),
         url('../fonts/PoppinsBold.ttf') format('truetype'),
         url('../fonts/PoppinsBold.svg#PoppinsBold') format('svg');
}
@font-face {
    font-family: 'PoppinsExtraBold';
    src: url('../fonts/PoppinsExtraBold.eot');
    src: url('../fonts/PoppinsExtraBold.eot') format('embedded-opentype'),
         url('../fonts/PoppinsExtraBold.woff2') format('woff2'),
         url('../fonts/PoppinsExtraBold.woff') format('woff'),
         url('../fonts/PoppinsExtraBold.ttf') format('truetype'),
         url('../fonts/PoppinsExtraBold.svg#PoppinsExtraBold') format('svg');
}
@font-face {
    font-family: 'PoppinsMedium';
    src: url('../fonts/PoppinsMedium.eot');
    src: url('../fonts/PoppinsMedium.eot') format('embedded-opentype'),
         url('../fonts/PoppinsMedium.woff2') format('woff2'),
         url('../fonts/PoppinsMedium.woff') format('woff'),
         url('../fonts/PoppinsMedium.ttf') format('truetype'),
         url('../fonts/PoppinsMedium.svg#PoppinsMedium') format('svg');
}
@font-face {
    font-family: 'PoppinsSemiBold';
    src: url('../fonts/PoppinsSemiBold.eot');
    src: url('../fonts/PoppinsSemiBold.eot') format('embedded-opentype'),
         url('../fonts/PoppinsSemiBold.woff2') format('woff2'),
         url('../fonts/PoppinsSemiBold.woff') format('woff'),
         url('../fonts/PoppinsSemiBold.ttf') format('truetype'),
         url('../fonts/PoppinsSemiBold.svg#PoppinsSemiBold') format('svg');
}
@font-face {
    font-family: 'PoppinsRegular';
    src: url('../fonts/PoppinsRegular.eot');
    src: url('../fonts/PoppinsRegular.eot') format('embedded-opentype'),
         url('../fonts/PoppinsRegular.woff2') format('woff2'),
         url('../fonts/PoppinsRegular.woff') format('woff'),
         url('../fonts/PoppinsRegular.ttf') format('truetype'),
         url('../fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');
}
*{padding: 0;margin: 0;}
body{padding: 0;margin: 0;font-family: 'PoppinsRegular';font-weight: normal;overflow-x: hidden;}
p{font-size: 16px;font-weight: 400;}
a{transition: 0.5s;text-decoration: none;}
h1, h2, h3, h4, h5, h6{font-family: 'PoppinsRegular';font-weight: 700;padding: 0;margin: 0;}
ul, li{padding: 0;margin: 0;list-style-type: none;}
.card, .card-body, .card-footer, .card-image{box-shadow: none;padding: 0;border-radius: 0;background-color: transparent;border: none;}
.p-80{padding: 80px 0;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-control {
    height: 60px;
    border-radius: 15px;
    border: 1px solid #f4f2f2;
    background-color: #f4f2f2;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    color: #484848;
}
.form-control:focus{
    box-shadow: none;
    border-color: #f4f2f2;
    background-color: #f4f2f2;
}
.form-control::placeholder{
    font-size: 15px;
    font-weight: 400;
    color: #484848;  
}
textarea.form-control {
    resize: none;
    height: 140px;
    padding: 20px;
}
.btn{
    border: none;
    text-transform: uppercase;
    background: #E7803C;
    background: -webkit-linear-gradient(90deg, rgba(231, 128, 60, 1) 50%, rgba(255, 218, 110, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(231, 128, 60, 1) 50%, rgba(255, 218, 110, 1) 100%);
    background: linear-gradient(90deg, rgba(231, 128, 60, 1) 50%, rgba(255, 218, 110, 1) 100%);
    color: #ffffff;
    font-size: 14px;
    font-family: 'PoppinsBold';
    padding: 12px 22px;
    transition: 0.5s;
}
.btn:hover, .btn:focus{
    background: #FFDA6E;
    background: -webkit-linear-gradient(90deg, rgba(255, 218, 110, 1) 50%, rgba(231, 128, 60, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(255, 218, 110, 1) 50%, rgba(231, 128, 60, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 218, 110, 1) 50%, rgba(231, 128, 60, 1) 100%);
    color: #ffffff;
}
.btn2{
    background: #341E6A;
    background: -webkit-linear-gradient(90deg, rgba(52, 30, 106, 1) 0%, rgba(235, 72, 247, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(52, 30, 106, 1) 0%, rgba(235, 72, 247, 1) 100%);
    background: linear-gradient(90deg, rgba(52, 30, 106, 1) 0%, rgba(235, 72, 247, 1) 100%);
}
.btn2:hover, .btn2:focus{
    background: #EB48F7;
    background: -webkit-linear-gradient(90deg, rgba(235, 72, 247, 1) 0%, rgba(52, 30, 106, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(235, 72, 247, 1) 0%, rgba(52, 30, 106, 1) 100%);
    background: linear-gradient(90deg, rgba(235, 72, 247, 1) 0%, rgba(52, 30, 106, 1) 100%);
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/*-- header area start --*/
.header-area {
    background-color: #ffffff;
    padding: 8px 0;
}
.header-area .logo {
    width: 100%;
    max-width: 80px;
}
.header-area .logo img {
    width: 100%;
    object-fit: cover;
    height: auto;
}
.header-area .header-right-heading {
    text-transform: uppercase;
    color: #9e26c0;
    font-size: 50px;
    font-family: 'PoppinsBold';
    line-height: 60px;
    position: relative;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
}
.header-area .header-right-heading::after{
    content: '';
    position: absolute;
    bottom: -1px;
    right: -4000px;
    width: 4000px;
    height: 1px;
    background-color: #d2d2d2;
}
.header-area .header-right-heading::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: -50px;
    width: 50px;
    height: 1px;
    background-color: #d2d2d2;
}
.header-area .header-right-heading .circle {
    position: absolute;
    left: -50px;
    bottom: -4px;
    width: 100%;
    max-width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #4a1c82;
}
.menu {
    display: inline-block;
    margin-right: 70px;
}
.menu ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu ul li {
    display: inline-block;
    padding-right: 40px;
    margin-right: 40px;
    position: relative;
}
.menu ul li::after {
    content: '';
    position: absolute;
    top: 18px;
    right: 0;
    width: 1px;
    height: 35%;
    background-color: #d2d2d2;
}
.menu ul li:last-child{
    padding-right: 0;
    margin-right: 0;
}
.menu ul li:last-child::after{
    display: none;
}
.menu ul li a {
    display: inline-block;
    color: #1f1f1f;
    font-size: 16px;
    font-family: 'PoppinsMedium';
    padding: 15px 0;
}
.header-area.fix{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    box-shadow: 0 0 12px rgb(0 0 0 / 10%);
}
.header-area.fix .header-right-heading{
    display: none;
}
.rmp-menu-title-image {
  height: 100%;
}
/*-- header area stop --*/
/*-- banner area start --*/
.banner-area{}
.banner-area .banner-img {
    height: 615px;
    position: relative;
}
.banner-area .banner-img img{
    width: 100%;
    object-fit: cover;
}
.banner-area .banner-info {
    width: 100%;
    position: relative;
    background-color: #fff0e0;
    display: flex;
    align-items: center;
    padding-left: 18%;
    padding-right: 20px;
}
.banner-area .banner-info .logo-icon {
    width: 100%;
    max-width: 475px;
    height: 605px;
    margin: 0 auto 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0.04;
}
.banner-area .banner-info .logo-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.banner-area .banner-info::after {
	content: '';
	position: absolute;
	top: 0;
	right: -242px;
	width: 100%;
	max-width: 242px;
	height: 100.5%;
	background-color: #fff0e0;
	clip-path: polygon(0px 0px, -1.24% 99.68%, 65.55% -23px);
    z-index: 1;
}
.banner-area .banner-info::before {
	content: '';
	position: absolute;
	top: 0;
	right: -220px;
	width: 100%;
	max-width: 353px;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/banner-sape.png);
	z-index: 2;
}
.banner-area .banner-img .video-main {
    position: absolute;
    display: inline-block;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 91;
    width: 50px;
}
.banner-area .banner-img .video {
    height: 80px;
    width: 80px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #fff;
    background: rgb(255 255 255 / 90%);
    z-index: 999;
    padding: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.banner-area .banner-img .video img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
}

.banner-area .banner-img .waves {
    position: absolute;
    width: 215px;
    height: 215px;
    background: rgb(255 255 255 / 75%);
    opacity: 0;
    border-radius: 100%;
    right: -97px;
    bottom: -65px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}
        
.banner-area .banner-img .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.banner-area .banner-img .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.banner-area .banner-img .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.banner-info .small-heading{
    color: #e7853f;
    font-size: 26px;
    font-family: 'PoppinsSemiBold';
    line-height: 36px;
    margin: 0 0 12px;
}
.banner-info .heading{
    color: #371c6e;
    font-size: 50px;
    font-family: 'PoppinsBold';
    line-height: 60px;
    margin: 0 0 20px;
}
.banner-info .content{
    color: #2f2f2f;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 15px;
}
.banner-carousel{
    position: relative;
}
.banner-carousel .owl-nav{
    position: absolute;
    bottom: 35px;
    right: 35px;
}
.banner-carousel .owl-nav .owl-prev span, .banner-carousel .owl-nav .owl-next span{
    display: none;
}
.banner-carousel .owl-nav .owl-prev, .banner-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    border: 1px solid #ffffff !important;
    border-radius: 100%;
    background-position: center !important;
    background-size: 58% !important;
    background-repeat: no-repeat !important;
}
.banner-carousel .owl-nav .owl-prev{
    background-image: url(../images/banner-left-arrow.png) !important;
}
.banner-carousel .owl-nav .owl-next{
    background-image: url(../images/banner-right-arrow.png) !important;
}
.banner-carousel .owl-nav .owl-prev:hover, .banner-carousel .owl-nav .owl-next:hover{
    border-color: #371c6e !important;
    background-color: #371c6e;
}
.banner-area .banner-info .w-100{
    position: relative;
}
/*-- banner area stop --*/
/*-- webtext area start --*/
.webtext .heading{
    color: #371c6e;
    font-size: 38px;
    line-height: 48px;
    font-family: 'PoppinsBold';
    margin: 0 0 20px;
}
.webtext .small-heading {
    color: #e9813e;
    font-size: 26px;
    font-family: 'PoppinsBold';
    line-height: 32px;
    margin: 0 0 10px;
}
.webtext .content{
    color: #0f0f0f;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 15px;
}
/*-- webtext area stop --*/
/*-- service area start --*/
.service-box {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0 10px rgb(118 118 118 / 30%);
}
.service-box .img-box{
    overflow: hidden;
    height: 180px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.service-box .img-box img{
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.service-box:hover .img-box img{
    transform: scale(1.1);
}
.service-box .content-box {
    background-color: #ffffff;
    padding: 25px 20px;
}
.service-box .content-box .content-box-media .media-body {
    color: #121212;
    font-size: 15px;
    font-family: 'PoppinsBold';
    line-height: 22px;
}
.service-box .content-box .content-box-media .media-img img{
    width: 100%;
    max-width: 48px;
    height: 48px;
    object-fit: contain;
}
.service-box .content-box .content-box-media {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.service-box .content-box .link{
    text-transform: uppercase;
    background: #E7803C;
    background: -webkit-linear-gradient(90deg, rgba(231, 128, 60, 1) 0%, rgba(255, 218, 110, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(231, 128, 60, 1) 0%, rgba(255, 218, 110, 1) 100%);
    background: linear-gradient(90deg, rgba(231, 128, 60, 1) 0%, rgba(255, 218, 110, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'PoppinsBold';
    position: relative;
    transition: 0.5s;
    font-size: 14px;
}
.service-box .content-box .link::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #E7803C;
    background: -webkit-linear-gradient(90deg, rgba(231, 128, 60, 1) 0%, rgba(255, 218, 110, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(231, 128, 60, 1) 0%, rgba(255, 218, 110, 1) 100%);
    background: linear-gradient(90deg, rgba(231, 128, 60, 1) 0%, rgba(255, 218, 110, 1) 100%);
    transition: 0.5s;
}
.service-box .content-box .link:hover{
    background: #FFDA6E;
    background: -webkit-linear-gradient(90deg, rgba(255, 218, 110, 1) 0%, rgba(231, 128, 60, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(255, 218, 110, 1) 0%, rgba(231, 128, 60, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 218, 110, 1) 0%, rgba(231, 128, 60, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.service-box .content-box .link:hover::before{
    background: #FFDA6E;
    background: -webkit-linear-gradient(90deg, rgba(255, 218, 110, 1) 0%, rgba(231, 128, 60, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(255, 218, 110, 1) 0%, rgba(231, 128, 60, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 218, 110, 1) 0%, rgba(231, 128, 60, 1) 100%);
}
.service-area .webtext{
    margin: 0 0 30px;
}
.service-carousel .owl-item{
    padding-bottom: 15px;
}
.service-carousel {
    position: relative;
}
.service-carousel .owl-nav{
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.service-carousel .owl-nav .owl-prev, .service-carousel .owl-nav .owl-next {
    width: 100%;
    max-width: 50px;
    height: 50px;
    border: 1px solid #a8a8a8 !important;
    border-radius: 100%;
    margin: 0;
    transition: 0.5s;
    background-size: 50% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
}
.service-carousel .owl-nav .owl-prev span, .service-carousel .owl-nav .owl-next span{
    display: none;
}
.service-carousel .owl-nav .owl-prev{
    left: -70px;
    background-image: url(../images/left-arrow.png) !important;
}
.service-carousel .owl-nav .owl-next{
    right: -70px;
    background-image: url(../images/right-arrow.png) !important;
}
/*-- service area stop --*/
/*-- about area start --*/
.about-area{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/about-bg.jpg);
    position: relative;
    padding: 100px 0;
}
.about-area::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1047px;
    height: 100%;
    background: #422478;
    background: -webkit-linear-gradient(90deg, rgba(66, 36, 120, 1) 0%, rgba(231, 128, 60, 0) 100%);
    background: -moz-linear-gradient(90deg, rgba(66, 36, 120, 1) 0%, rgba(231, 128, 60, 0) 100%);
    background: linear-gradient(90deg, rgba(66, 36, 120, 1) 0%, rgba(231, 128, 60, 0) 100%);
}
.about-area .webtext{
    position: relative;
    z-index: 1;
}
.about-area .webtext .heading{
    color: #ffffff;
}
.about-area .webtext{
    width: 100%;
    max-width: 660px;
}
.about-area .webtext .content{
    color: #ffffff;
}
.about-area .webtext .btn{
    margin-top: 10px;
}
/*-- about area stop --*/
/*-- support area start --*/
.support-area .webtext .btn{
    margin-top: 10px;
}
.support-box-area {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 0 30px rgb(118 118 118 / 15%);
    position: relative;
}
.support-box-area .icon {
    width: 100%;
    max-width: 75px;
    height: 75px;
    border-radius: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 30px rgb(118 118 118 / 15%);
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 12px;
}
.support-box-area .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.support-box-area .support-box {
	width:100%;
    text-align: center;
    padding: 40px 49px;
    border-right: 1px solid #ebedef;
    border-bottom: 1px solid #ebedef;
}
.support-box-area .support-box img{
    margin: 0 0 20px;
}
.support-box-area .support-box .heading{
    color: #223645;
    font-size: 14px;
    font-family: 'PoppinsBold';
    line-height: 22px;
}
.support-box-area .support-main-box:nth-child(2) .support-box{
    border-right: 0;
}
.support-box-area .support-main-box:nth-child(3) .support-box, .support-box-area .support-main-box:nth-child(4) .support-box{
    border-bottom: 0;
}
.support-box-area .support-main-box:nth-child(4) .support-box{
    border-right: 0;
}
.support-area{
    position: relative;
}
.support-area::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 789px;
    height: 711px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/support-shape.png);
}
.support-area .container{
    position: relative;
    z-index: 1;
}
/*-- support area stop --*/
/*-- getintouch area start --*/
.getintouch-area{
    background-color: #fffaf3;
}
.getintouch-img img{
    width: 100%;
    object-fit: cover;
	aspect-ratio: 1 / 1;
}
.getintouch-form {
    border-radius: 15px;
    background-color: #ffffff;
    box-shadow: 0 0 30px rgb(118 118 118 / 15%);
    padding: 35px;
}
.getintouch-form .heading{
    color: #3c1676;
    font-size: 38px;
    line-height: 48px;
    font-family: 'PoppinsBold';
    margin: 0 0 20px;
}
/*-- getintouch area stop --*/
/*-- footer area start --*/
.footer-area{
    background: #341E6A;
    background: -webkit-linear-gradient(90deg, rgba(52, 30, 106, 1) 0%, rgba(130, 6, 138, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(52, 30, 106, 1) 0%, rgba(130, 6, 138, 1) 100%);
    background: linear-gradient(90deg, rgba(52, 30, 106, 1) 0%, rgba(130, 6, 138, 1) 100%);
}
.footer-body-area{
    padding: 100px 0 60px;
}
.footer-logo {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 90%;
}
.ndis-logo{
    width: 100%;
    max-width: 220px;
	margin:0 auto;
}
.footer-logo img, .ndis-logo img{
    width: 100%;
    object-fit: cover;
}
.footer .heading{
    text-transform: uppercase;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-family: 'PoppinsBold';
    margin: 0 0 15px;
}
.footer ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer ul li {
    margin: 0 0 7px;
}
.footer ul li a{
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
}
.footer ul li a:hover{
    color:#feb357;
}
.footer .footer-contact-media {
    margin-bottom: 12px;
}
.footer .footer-contact-media:last-child{
    margin-bottom: 0;
}
.footer .footer-contact-media .media-icon {
    width: 100%;
    max-width: 35px;
    height: 35px;
    border-radius: 100%;
    padding: 10px;
    background: #E7803C;
    background: -webkit-linear-gradient(90deg, rgba(231, 128, 60, 1) 0%, rgba(253, 215, 109, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(231, 128, 60, 1) 0%, rgba(253, 215, 109, 1) 100%);
    background: linear-gradient(90deg, rgba(231, 128, 60, 1) 0%, rgba(253, 215, 109, 1) 100%);
}
.footer .footer-contact-media .media-icon img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.footer .footer-contact-media .media-body{
    padding-left: 8px;
}
.footer .footer-contact-media .media-body, .footer .footer-contact-media .media-body a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    transition: 0.5s;
    padding-right: 70px;
}
.footer .footer-contact-media .media-body a:hover {
    color: #feb357;
}
.copyright {
    border-top: 1px solid #ffffff;
    color: #ffffff;
    font-size: 14px;
    padding: 25px 0;
}
.copyright a{
    color: #ffffff;
}
.copyright a:hover{
   color: #feb357; 
}
/*-- footer area stop --*/
.back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    padding: 0.2em;
    background: #E7803C;
    background: -webkit-linear-gradient(90deg, rgba(231, 128, 60, 1) 0%, rgba(253, 215, 109, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(231, 128, 60, 1) 0%, rgba(253, 215, 109, 1) 100%);
    background: linear-gradient(90deg, rgba(231, 128, 60, 1) 0%, rgba(253, 215, 109, 1) 100%);
    z-index: 999;
    width: 100%;
    max-width: 45px;
    height: 45px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
    padding: 15px;
}
.back-to-top img{
    width: 100%;
    object-fit: contain;
}
.back-to-top:hover{
    background: #FDD76D;
    background: -webkit-linear-gradient(90deg, rgba(253, 215, 109, 1) 0%, rgba(231, 128, 60, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(253, 215, 109, 1) 0%, rgba(231, 128, 60, 1) 100%);
    background: linear-gradient(90deg, rgba(253, 215, 109, 1) 0%, rgba(231, 128, 60, 1) 100%);
}
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    /*background: url("../images/banner.jpg") #eee no-repeat center !important;*/
    background-size: cover !important;
    max-width: 100% !important;
    padding: 180px 0 !important;
    margin: 0 0 50px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.page .entry-content {
	max-width: 100% !important;
	padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
    color: #fff;
	position: relative;
    font-size: 32px;
	font-weight: 600;
    text-transform: none;
    z-index: 99;
	margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
	color: #a31ebb;
	position: relative;
	font-size: 15px;
}
.breadcrumb-container a {
	color: #a31ebb;
}
.page {
	margin-top: 0 !important;
}
.menu ul li:nth-child(4)::after{
    display: none;
}
.form-group p, .getintouch-form p{
    margin: 0;
}
.form-group{
    margin: 0 0 12px;
}
.form-group input, .form-group select, .form-group textarea{
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    outline: none;
    padding: 12px;
    border-radius: 10px;
    color: #262626;
    font-size: 12px;
    height: 55px;
}
.form-group textarea{
    height: 100px;
    resize: none;
}

.error_container {
  display: flex;
  min-height: 100vh;
  align-items: center;
  text-align: center;
}
.error_container img {
  margin-bottom: 20px;
}
.thankyou_text {
    color: #000000;
    font-size: 17px;
    margin: 0 0 15px;
}
.inner-heading {
    color: #371c6e;
    font-size: 38px;
    line-height: 48px;
    font-family: 'PoppinsBold';
    margin: 0 0 15px;
}
.inner-heading span {
    display: block;
    color: #000000;
    font-family: 'PoppinsRegular';
    font-size: 17px;
    line-height: 25px;
    margin: 0 0 2px;
}
.inner-contact .form-group input, .inner-contact .form-group select, .inner-contact .form-group textarea {
    font-size: 15px;
}
.inner-contact p{
    margin: 0;
}
.inner-contact .form-group input[type="submit"]{
    position: relative;
    left: 38px;
}
.map-area {
    width: 100%;
    height: 450px;
    margin-top: 60px;
}
.map-area iframe{
    width: 100%;
    height: 100%;
}
.page-id-21 .hentry{
    margin-bottom: 0;
}
.page-id-21 .inner-heading {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 12px;
}
.inner-contact-box {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0 0 12px;
}
.inner-contact-box .inner-contact-heading {
    color: #371c6e;
    font-family: 'PoppinsBold';
    font-size: 18px;
    margin: 0 0 0px;
    line-height: 28px;
}
.inner-contact-social ul{
	padding:0;
	margin:0;
	list-style:none;
}
.inner-contact-social ul li {
    display: inline-block;
    margin-right: 5px;
}
.inner-contact-social ul li a {
    width: 100%;
    max-width: 40px;
    height: 40px;
    border-radius: 5px;
    display: inline-flex;
    background-color: #371c6e;
    padding: 10px;
    transition: 0.5s;
}
.inner-contact-social ul li a:hover{
	transform:translate(0px,-5px);
}
.inner-contact-social ul li a img{
	width:100%;
	height:100%;
	object-fit:content;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(240deg) brightness(105%) contrast(98%);
}
.inner-contact-box .text {
    font-size: 15px;
    color: #2c2929;
}
.inner-contact, .inner-contact-address-area{
    margin-bottom: 60px;
}
.inner-contact .form-group {
    margin: 0 0 20px;
}
.inner-contact-box .icon {
    width: 100%;
    max-width: 45px;
    height: 45px;
    background-color: #3b1c6b;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    transition: 0.5s;
}
.inner-contact-box .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(19%) hue-rotate(175deg) brightness(104%) contrast(100%);
}
.inner-contact-box:hover .icon {
    transform: rotateY(360deg);
}
.inner-page-heading{
	text-align:center;
	width:100%;
	max-width:850px;
	margin: 0 auto;
}
.inner-page-heading .inner-heading{
	margin-bottom:20px;
}
.text{
	font-size:16px;
	line-height:26px;
	color:#000000;
	margin-bottom:12px;
}
.inner-contact-box .media-body{
	padding-left:10px;
}
.text:last-child{
	margin-bottom:0;
}
.inner-bg{
	background-color:#fff1e9;
}
.our-values-box {
    box-shadow: 0 0 30px rgb(118 118 118 / 15%);
    background-color: #ffffff;
    padding: 35px 20px;
    text-align: center;
    border-radius: 10px;
    transition: 0.5s;
}
.our-values-box:hover {
    transform: translate(0px,-10px);
}
.our-values-box .heading {
    font-family: 'PoppinsSemiBold';
    color: #38196b;
    font-size: 16px;
}
.our-values-box .icon {
    width: 100%;
    max-width: 65px;
    height: 65px;
    margin: 0 auto 15px;
    border-radius: 6px;
    background: #E7803C;
    background: -webkit-linear-gradient(90deg, rgba(231, 128, 60, 1) 0%, rgba(253, 215, 109, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(231, 128, 60, 1) 0%, rgba(253, 215, 109, 1) 100%);
    background: linear-gradient(90deg, rgba(231, 128, 60, 1) 0%, rgba(253, 215, 109, 1) 100%);
    transition: 0.5s;
    padding: 12px;
}
.our-values-box .icon img{
	width:100%;
	height:100%;
	object-fit:contain;
}
.our-values-box:hover .icon {
    transform: rotateY(360deg);
}
.ourteam-box .img-box {
    height: 390px;
    overflow: hidden;
    display: flex;
    border-radius: 10px;
}
.ourteam-box .img-box img{
	width:100%;
	object-fit:cover;
	transition:0.5s;
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-khtml-filter: grayscale(100%);
	filter: grayscale(100%);
}
.ourteam-box:hover .img-box img{
	-moz-filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-khtml-filter: grayscale(0);
	filter: grayscale(0);
}
.ourteam-box .ourteam-content {
    text-align: center;
    width: 100%;
    max-width: 85%;
    border-radius: 6px;
    margin: -45px auto 0;
    padding: 20px 15px;
    background-color: #341E6A;
    position: relative;
}
.ourteam-box .ourteam-content .heading {
    color: #ffffff;
    font-family: 'PoppinsSemiBold';
    font-size: 17px;
}
.ourteam-box .ourteam-content .small-heading {
    color: #ffffff;
    font-family: 'PoppinsRegular';
    font-size: 12px;
}
.inner-heading.small-heading {
    text-align: left;
    font-size: 28px;
    margin: 0 0 10px;
    line-height: 38px;
}
.primary-navigation li li {
    margin: 0;
	padding: 0;
}
.primary-navigation li li::after{
	display:none;
}
.career-location a.career-location-link {
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgb(179 179 179 / 48%);
    display: flex;
    border-left: 3px solid #38196b;
    align-items: center;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
	transition: 0.5s;
}
.career-location a.career-location-link img {
    width: 32px;
    margin-right: 8px;
	filter: brightness(0) saturate(100%) invert(14%) sepia(32%) saturate(5066%) hue-rotate(248deg) brightness(87%) contrast(100%);
}
.career-location a.career-location-link:hover{
	background-color:#38196b;
	color:#ffffff;
}
.career-location a.career-location-link:hover img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(240deg) brightness(105%) contrast(98%);
}
.page-id-19 .inner-page-heading .inner-heading {
    margin-bottom: 45px;
}
.form-group label{
	width:100%;
	font-weight: 600;
	margin-bottom: 5px;
}
.form-group .wpcf7-list-item {
	width: 100%;
	margin-left: 0;
	margin-bottom: 5px;
	vertical-align: middle;
}
.form-group label input[type="checkbox"] {
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
    margin-right: 2px;
}
.form-group label .wpcf7-list-item-label{
	font-weight:normal;
	font-size: 14px;
}
.service-next-prev-area .btn{
	margin-right:15px;
}
.service-next-prev-area .btn img{
	width:30px;
}
.header-right {
    width: 78%;
}
.mobile-contact {
	display: none;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
	position:relative;
	position: fixed;
	bottom: 0;
	z-index: 99;
}
.mobile-contact .link {
	width: 100%;
	max-width: 50%;
	text-align: center;
	padding: 10px;
	background-color: #9e26c0;
	color: #ffffff;
	text-transform: uppercase;
}
.mobile-contact .mobile-call {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 44px;
	height: 44px;
	padding: 10px;
	background-color: #fff;
	border-radius: 100%;
}
.mobile-contact .mobile-call img{
	width:100%;
	height:100%;
	object-fit:contain;
}
.mobile-contact .link:nth-child(2) {
	background-color: #efa14e;
}
.form-group input[type="checkbox"] {
	width: 15px;
	height: 15px;
	border-radius: 0;
	margin-right: 2px;
}
/* blog page css  */
.more-link {
	display: block;
	width: fit-content;
	border: none;
	text-transform: uppercase;
	background: #E7803C;
	background: -webkit-linear-gradient(90deg, rgba(231, 128, 60, 1) 50%, rgba(255, 218, 110, 1) 100%);
	background: -moz-linear-gradient(90deg, rgba(231, 128, 60, 1) 50%, rgba(255, 218, 110, 1) 100%);
	background: linear-gradient(90deg, rgba(231, 128, 60, 1) 50%, rgba(255, 218, 110, 1) 100%);
	color: #ffffff;
	font-size: 14px;
	font-family: 'PoppinsBold';
	padding: 12px 22px;
	transition: 0.5s;
	margin-top: 20px;
	border-radius:5px;
}
.more-link:hover{
	background: #FFDA6E;
    background: -webkit-linear-gradient(90deg, rgba(255, 218, 110, 1) 50%, rgba(231, 128, 60, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(255, 218, 110, 1) 50%, rgba(231, 128, 60, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 218, 110, 1) 50%, rgba(231, 128, 60, 1) 100%);
    color: #ffffff;
}

.post .entry-title {
	color: #371c6e;
	font-size: 30px;
	line-height: 40px;
	font-family: 'PoppinsBold';
	margin: 0 0 15px;
}
.custom-blog-container {
	display: flex;
	flex-wrap: wrap;
}
.blog_page_header{
	background: url('https://jrtechnologiesweb.in/demo/starshine-support-services/wp-content/uploads/2025/05/inner-banner.jpg') no-repeat;
}
/*-- responsive css start --*/
@media (max-width: 1399.98px){
	.header-area .header-right-heading {
		font-size: 45px;
		line-height: 55px;
		padding-left: 45px;
		padding-bottom:5px;
	}
	.menu ul li a {
		font-size: 15px;
	}
	.header-area {
		padding: 2px 0;
	}
	.banner-area .banner-img {
		height: 465px;
	}
	.banner-info .small-heading {
		font-size: 20px;
		line-height: 30px;
		margin: 0 0 5px;
	}
	.banner-info .heading {
		font-size: 35px;
		line-height: 45px;
		margin: 0 0 15px;
	}
	.banner-area .banner-info .logo-icon {
		height: 100%;
	}
	.banner-info .content {
		font-size: 15px;
		line-height: 25px;
		margin: 0 0 12px;
	}
	.banner-carousel .owl-nav .owl-prev, .banner-carousel .owl-nav .owl-next {
		width: 42px;
		height: 42px;
	}
	.p-80 {
		padding: 50px 0;
	}
	.webtext .heading {
		font-size: 35px;
		line-height: 45px;
		margin: 0 0 15px;
	}
	.service-box .content-box .content-box-media .media-body {
		font-size: 15px;
		line-height: 22px;
	}
	.service-box .content-box .content-box-media .media-img img {
		max-width: 38px;
		height: 38px;
	}
	.service-box .content-box .content-box-media {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.service-box .content-box {
		padding: 15px 20px;
	}
	.service-carousel .owl-nav .owl-prev, .service-carousel .owl-nav .owl-next {
		max-width: 40px;
		height: 40px;
	}
	.about-area {
		padding: 80px 0;
	}
	.webtext .small-heading {
		font-size: 22px;
		line-height: 30px;
		margin: 0 0 5px;
	}
	.webtext .content {
		font-size: 15px;
		line-height: 25px;
		margin: 0 0 12px;
	}
	.support-box-area .support-box {
		padding: 30px 40px;
	}
	.support-box-area .support-box img {
		margin: 0 0 12px;
		width: auto;
		height: 50px;
		object-fit: contain;
	}
	.getintouch-form {
		padding: 30px;
	}
	.getintouch-form .heading {
		font-size: 34px;
		line-height: 44px;
		margin: 0 0 12px;
	}
	.footer-body-area {
		padding: 60px 0 50px;
	}
	.footer-logo {
		margin: 0 auto 15px;
		max-width: 80%;
	}
	.ndis-logo {
		max-width: 180px;
	}
	.footer .heading {
		font-size: 18px;
		line-height: 28px;
		margin: 0 0 12px;
	}
	.footer ul li {
		margin: 0 0 5px;
	}
	.footer .footer-contact-media .media-body, .footer .footer-contact-media .media-body a {
		padding-right: 0;
	}
	.footer .footer-contact-media .media-icon {
		max-width: 30px;
		height: 30px;
		padding: 9px;
	}
	.copyright {
		padding: 20px 0;
	}
	.back-to-top {
		max-width: 40px;
		height: 40px;
		padding: 13px;
	}
	.page .entry-header, .blog_page_header {
		padding: 125px 0 !important;
	}
	.inner-heading {
		font-size: 34px;
		line-height: 44px;
		margin: 0 0 10px;
	}
	.inner-page-heading {
		max-width: 100%;
	}
	.text {
		font-size: 15px;
		line-height: 25px;
	}
	.inner-heading.small-heading {
		font-size: 25px;
		margin: 0 0 5px;
		line-height: 35px;
	}
	.page-id-19 .inner-page-heading .inner-heading {
		margin-bottom: 28px;
	}
	.career-location a.career-location-link {
		padding: 15px;
		font-size: 15px;
	}
	.career-location a.career-location-link img {
		width: 25px;
	}
}
@media (max-width: 1199.98px){
	.header-area.fix .header-right-heading {
		display: inline-block;
	}
	.header-right {
		width: 80%;
	}
	.menu ul li {
		padding-right: 30px;
		margin-right: 30px;
	}
	.primary-navigation .menu-item-has-children > a::after, .primary-navigation .page_item_has_children > a::after {
		right: 40px !important;
		top: 24px !important;
	}
	.header-area .header-right-heading {
		font-size: 38px;
		line-height: 48px;
		padding-left: 38px;
	}
	.banner-area .banner-img {
		height: 360px;
	}
	.banner-info .small-heading {
		font-size: 15px;
		line-height: 25px;
		margin: 0 0 5px;
	}
	.banner-info .heading {
		font-size: 30px;
		line-height: 40px;
		margin: 0 0 10px;
	}
	.banner-info .heading {
		font-size: 30px;
		line-height: 40px;
	}
	.btn {
		padding: 10px 20px;
	}
	.banner-area .banner-img .video-main {
		top: 40%;
	}
	.p-80 {
		padding: 40px 0;
	}
	.webtext .heading {
		font-size: 30px;
		line-height: 40px;
		margin: 0 0 12px;
	}
	.service-box .content-box .content-box-media .media-body {
		font-size: 14px;
	}
	.service-box .content-box {
		padding: 25px 20px;
	}
	.service-carousel .owl-nav .owl-prev {
		left: -20px;
	}
	.service-carousel .owl-nav .owl-next {
		right: -20px;
	}
	.service-box .img-box {
		height: 195px;
	}
	.about-area {
		padding: 60px 0;
	}
	.webtext .small-heading {
		font-size: 18px;
		line-height: 28px;
	}
	.webtext .heading {
		font-size: 26px;
		line-height: 36px;
		margin: 0 0 10px;
	}
	.webtext .content {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 10px;
	}
	.support-box-area .support-box {
		padding: 30px;
	}
	.banner-area .banner-info::before {
		right: -250px;
	}
	.banner-area .banner-info::after {
		clip-path: polygon(0px 0px, -1.24% 109.68%, 71.55% -19px);
	}
	.getintouch-form .heading {
		font-size: 28px;
		line-height: 38px;
	}
	.footer-body-area {
		padding: 40px 0;
	}
	.footer-logo {
		max-width: 70%;
	}
	.ndis-logo {
		max-width: 150px;
	}
	.footer .heading {
		font-size: 16px;
		line-height: 26px;
		margin: 0 0 10px;
	}
	.footer ul li a {
		font-size: 13px;
		line-height: 22px;
	}
	.footer .footer-contact-media .media-body, .footer .footer-contact-media .media-body a {
		font-size: 13px;
	}
	.copyright {
		padding: 15px 0;
		font-size: 13px;
	}
	.page .entry-header, .blog_page_header {
		padding: 105px 0 !important;
	}
	.text {
		font-size: 14px;
		line-height: 24px;
	}
	.our-values-box {
		padding: 30px 15px;
	}
	.inner-heading {
		font-size: 30px;
		line-height: 38px;
	}
	.ourteam-box .img-box {
		height: 330px;
	}
	.inner-heading.small-heading {
		font-size: 24px;
		line-height: 34px;
	}
	.service-next-prev-area.pt-5{
		padding-top:20px !important;
	}
	.career-location a.career-location-link {
		padding: 12px;
		font-size:14px;
	}
	.page-id-21 .inner-heading {
		font-size: 25px;
		line-height: 35px;
		margin: 0 0 12px;
	}
	.map-area {
		height: 350px;
		margin-top: 15px;
	}
	.inner-contact-social ul li a {
		max-width: 35px;
		height: 35px;
	}
}
@media (max-width: 991.98px){
	.header-right .menu-area{
		display:none !important;
	}
	.header-area .header-right-heading .circle, .header-area .header-right-heading::after, .header-area .header-right-heading::before{
		display:none;
	}
	.header-area .header-right-heading{
		border-bottom:0;
	}
	.header-area {
		padding: 5px 0;
	}
	.header-area .logo {
		max-width: 60px;
	}
	.banner-area .banner-img {
		height: 280px;
	}
	.banner-info .small-heading {
		font-size: 12px;
		line-height: 22px;
	}
	.banner-info .heading {
		font-size: 20px;
		line-height: 30px;
		margin: 0 0 5px;
	}
	.banner-info .content {
		font-size: 12px;
		line-height: 22px;
		margin: 0 0 8px;
	}
	.banner-area .banner-info::before {
		right: -228px;
		max-width: 275px;
	}
	.banner-area .banner-info::after {
		clip-path: polygon(0px 0px, -1.24% 143.68%, 70.55% -19px);
	}
	.banner-area .banner-info {
		padding-right: 0;
	}
	.banner-carousel .owl-nav .owl-prev, .banner-carousel .owl-nav .owl-next {
		width: 30px;
		height: 30px;
	}
	.banner-area .banner-img .video {
		height: 65px;
		width: 65px;
		padding: 20px;
	}
	.banner-area .banner-img .waves {
		width: 150px;
		height: 150px;
		right: -57px;
		bottom: -40px;
	}
	.banner-area .banner-img .video-main {
		top: 35%;
		left: 115px;
	}
	.webtext .heading {
		font-size: 25px;
		line-height: 35px;
	}
	.btn {
		padding: 8px 16px;
		font-size: 12px;
	}
	#rmp-menu-title-238 {
		font-size: 23px !important;
		padding-bottom: 8% !important;
	}
	.service-box .img-box {
		height: 220px;
	}
	.about-area {
		padding: 45px 0;
	}
	.webtext .small-heading {
		font-size: 16px;
		line-height: 26px;
	}
	.webtext .content {
		line-height: 22px;
	}
	.support-area .webtext {
		margin-bottom: 30px;
		text-align: center;
	}
	.support-box-area .support-box .heading {
		font-size: 15px;
		line-height: 25px;
	}
	.support-box-area .icon {
		top: 34%;
	}
	.getintouch-form {
		padding: 25px;
	}
	.getintouch-form .heading {
		font-size: 24px;
		line-height: 34px;
	}
	.footer-logo {
		max-width: 65%;
		margin: 0 0 20px;
	}
	.ndis-logo {
		max-width: 140px;
		margin: 0 0 25px;
	}
	.mobile-contact {
		display: flex;
	 }
	.copyright {
		padding: 15px 0 58px;
		font-size: 13px;
	}
	.page .entry-header, .blog_page_header {
		margin: 0 0 30px !important;
	}
	.inner-heading {
		font-size: 28px;
		line-height: 35px;
	}
	.inner-img-box{
		margin-bottom:20px;
	}
	.ourteam-box .img-box {
		height: 470px;
	}
	.page .entry-title, .blog_page_title {
		font-size: 28px;
	}
	.header-right {
		width: 100%;
	}
	.header-area .header-right-heading {
		font-size: 22px;
		padding-bottom: 0;
		padding-left: 45px;
	}
}
@media (max-width: 767.98px){
	.p-80 {
		padding: 30px 0;
	}
	.header-area .logo {
		max-width: 58px;
	}
	.service-area .webtext {
		margin: 0 0 20px;
	}
	.webtext .heading {
		font-size: 24px;
		line-height: 34px;
	}
	.service-box .img-box {
		height: 160px;
	}
	.support-box-area .icon {
		top: 37%;
	}
	.getintouch-img {
		margin-bottom: 30px;
	}
	.footer {
		margin: 0 0 20px;
	}
	.page .entry-header, .blog_page_header {
		padding: 70px 0 !important;
	}
	.inner-heading {
		font-size: 25px;
		line-height: 32px;
		margin-bottom: 15px;
	}
	.ourteam-box .img-box {
		height: 350px;
	}
	.inner-heading.small-heading {
		font-size: 22px;
		line-height: 32px;
	}
	.header-area .header-right-heading {
		font-size: 21px;
		padding-left: 10px;
	}
}
@media (max-width: 575.98px){
	.banner-area .banner-info {
		padding-left: 10%;
		padding-right: 0;
	}
	.banner-area .banner-info::after {
		right: -68px;
		max-width: 68px;
	}
	.banner-info .small-heading {
		font-size: 10px;
		line-height: 10px;
	}
	.banner-info .heading {
		font-size: 15px;
		line-height: 22px;
		margin: 0 0 2px;
	}
	.banner-info .content {
		font-size: 12px;
		line-height: 22px;
		margin: 0 0 8px;
		height: 90px;
		overflow: hidden;
		overflow-y: auto;
	}
	.service-box .img-box {
		height: auto;
	}
	.banner-area .banner-info::before {
		right: -108px;
		max-width: 160px;
	}
	.banner-area .banner-info::after {
		right: -93px;
		max-width: 105px;
		clip-path: polygon(0px 0px, -1.24% 100.68%, 102.55% -19px);
	}
	.service-carousel .owl-nav .owl-next {
		right: 10px;
	}
	.service-carousel .owl-nav .owl-prev {
		left: 10px;
	}
	.service-box .content-box .content-box-media .media-body {
		font-size: 17px;
		line-height: 25px;
	}
	.service-carousel .owl-item {
		padding-bottom: 0;
	}
	.support-box-area .support-box .heading {
		font-size: 14px;
		line-height: 24px;
	}
	.banner-area .banner-img .video-main {
		left: 45px;
	}
	.footer-logo {
		max-width: 50%;
		margin: 0 0 15px;
	}
	.footer-body-area {
		padding: 40px 0 10px;
	}
	.ourteam-box .img-box {
		height: auto;
	}
	.inner-page-heading .inner-heading {
		margin-bottom: 12px;
	}
	.service-box .content-box{
		padding-bottom:0;
	}
	.map-area {
		height: 300px;
	}
}
@media (max-width: 479.98px){
	.banner-area .banner-img {
		height: 230px;
	}
	.banner-area .banner-img .video {
		height: 55px;
		width: 55px;
	}
	.banner-area .banner-img .waves {
		width: 100px;
		height: 100px;
		right: -28px;
		bottom: -22px;
	}
	.about-area {
		padding: 40px 0;
	}
	.banner-area .banner-info::after {
		right: -85px;
		max-width: 85px;
		clip-path: polygon(0px 0px, -1.24% 100.68%, 102.55% -19px);
	}
	.banner-area .banner-info::before {
		right: -97px;
		max-width: 131px;
	}
	.support-box-area .support-box {
		padding: 15px;
	}
	.support-box-area .support-box img {
		margin: 0 0 10px;
		height: 45px;
	}
	.support-box-area .support-box .heading {
		font-size: 14px;
		line-height: 22px;
	}
	.webtext .heading {
		font-size: 16px;
		line-height: 26px;
	}
	.page .entry-title, .blog_page_title {
		font-size: 24px;
	}
	.breadcrumb-container {
		font-size: 14px;
	}
	.inner-heading {
		font-size: 22px;
		line-height: 30px;
	}
	.text {
		font-size: 13px;
		line-height: 23px;
	}
	.page .entry-header, .blog_page_header {
		padding: 40px 0 !important;
	}
	.page .entry-header, .blog_page_header {
		margin: 0 0 0 !important;
	}
	.inner-heading.small-heading {
		font-size: 18px;
		line-height: 28px;
	}
	.page-id-19 .inner-page-heading .inner-heading {
		margin-bottom: 20px;
		padding-top: 20px;
	}
	.page .entry-header, .blog_page_header {
		margin: 0 0 20px !important;
	}
	.header-area .header-right-heading {
		font-size: 14px;
		padding-left: 8px;
	}
}
@media (max-width: 360px){
	.header-area .header-right-heading {
		font-size: 15px;
		padding-left: 4px;
	}
	.header-area .logo {
		max-width: 47px;
	}
	#rmp_menu_trigger-238 {
		top: 12px !important;
	}
}
/*-- responsive css stop --*/