/********************************************************
1. body start
 *******************************************************/
:root {
    --oa-theme-color:#04a305;
    --oa-white-color: #ffffff;
    --oa-heading-color: #222;
    --oa-black-color: #111;
    --oa-grey-color:#9d9fa2;            
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;	  	
	-webkit-font-smoothing: antialiased;    
    overflow-x: hidden;
    font-family: 'Inter';    
}   
html {
  scroll-behavior: smooth;
}
*,*:before,*:after{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a, a:hover, a:focus{	
	text-transform: capitalize;
	text-decoration: none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
h1, h2, h3, h4, h5, h6{	
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	margin:0;
	padding:0;	
	word-break: break-word;       
}
img {
	max-width: 100%;
}
input, textarea, select, button, label, svg, svg path, svg rect, svg polygon, img, a, :after, :before, :hover, :focus, .form-control:focus{
	outline: none !important;
	box-shadow:none;
}
ul{
	padding:0;
	margin:0;
	list-style-type: none;
}
p {
  margin: 0px;
  word-break: break-word;
}
.oa-top-heading {
    font-size: 25px;    
    color: var(--oa-theme-color);
    text-transform: capitalize;    
    padding-bottom: 10px;
    letter-spacing: 2px;
    font-family: 'Kaushan Script';
}
.oa-heading {
    font-size: 40px;
    color: var(--oa-heading-color);
    font-weight: 800;
    text-transform: capitalize;   
    letter-spacing: -1px;  
}
.oa-paragraph {
    font-size: 15px;
    color: var(--oa-grey-color);
    font-weight: 400;
}
/* button css start*/
.oa-btn {
    min-width: 150px;
    padding: 13px 25px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--oa-white-color);
    text-transform: capitalize;
    background-color: var(--oa-theme-color);
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}  
.oa-btn:hover {
    background: var(--oa-heading-color);
    color: var(--oa-white-color);
}
button.oa-btn{
    border: none;
}
/* button css end*/ 

/* logo */
.oa-navbar-menu .responsive-logo a img{
    display: none;
}
.oa-toggle-btn{
    display: none;
}
/* logo */

/* header section css start */
.oa-header-wrapper { 
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
}
.oa-header-inner{
    display: flex;
    align-items: center;
}
.oa-brand-logo a img {
    max-width: 174px;
    height: 41px;
    object-fit: contain;
}
.oa-navbar-menu {
    margin-left: auto;
}
.oa-navbar-menu ul li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}
.oa-navbar-menu ul li a {
    color: var(--oa-white-color);
    font-size: 16px;
    font-weight: 500;
    padding: 32px 0;
    display: inline-block;
    position: relative;
}
.oa-navbar-menu ul li a img {
    max-width: 24px;
    height: 24px;
    object-fit: contain;
}
.menu li a:hover,.menu .active a {
  color: var(--oa-theme-color);
}
.oa-header-right ul li{
    display: inline-block;
    vertical-align: middle;
}
.oa-header-right ul li:first-child{
    margin-right: 20px;
}
.oa-header-right ul li a img {
    max-width: 24px;
    height: 24px;
    object-fit: contain;
}
/* header section css end */
/* banner section css start */
.oa-banner-wrapper {
    background-image: url(../images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 240px 0 200px 0;
    position: relative;
    z-index: 1;
}
.oa-banner-wrapper::before {
    content: '';
    background-image: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.oa-header-wrapper .container, .oa-banner-wrapper .container {
    max-width: 1500px;
}
.oa-banner-left .oa-top-heading{
    color: var(--oa-white-color);
}
.oa-banner-left h1 {
    font-size: 80px;
    color: var(--oa-white-color);
    font-weight: 800;
    text-transform: capitalize;
    letter-spacing: -2px;
    max-width: 900px;    
}
.oa-banner-left h1 span{
    color: var(--oa-theme-color);
}
.oa-banner-left p {
    font-size: 18px;
    line-height: 26px;
    color: var(--oa-white-color);
    font-weight: 500;
    max-width: 600px;
    width: 100%;    
    padding-top: 20px;
}
.oa-banner-btn{
    margin-top: 35px;
}
.oa-banner-btn .oa-btn {
    min-width: 200px;        
    font-size: 18px;
}
.oa-banner-btn .oa-btn:hover{
    background-color: var(--oa-white-color);
    color: var(--oa-heading-color);
}
/* banner section css end */

/* partner section css start */
.oa-partner-wrapper {
    background-color: #fafafa;    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;    
    width: 100%;    
}
.oa-partner-wrapper .swiper-container{
    padding: 80px 0;
}
.oa-partner-heading span{
    display: block;
    color: var(--oa-theme-color);    
    font-weight: 800;
}
.oa-partner-wrapper .swiper-slide{
    text-align: center;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}
.oa-partner-wrapper .swiper-slide img {
    max-width: 103px;
    height: 50px;
    object-fit: contain;
}
.oa-partner-wrapper .swiper-slide:hover{
    transform: translateY(-10px)scale(1.1);
}
.oa-partner-wrapper .swiper-slide:hover{
    opacity: 1;
}
/* partner section css end */

/* about section css start */
.oa-about-wrapper {
    background-color: var(--oa-white-color);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    width: 100%;
    position: relative;
}
.oa-about-box {
    padding: 40px 17px 65px 18px;
    border-radius: 10px;
    background-color: #f7fcff;
    border: 1px solid #c6eaff;
    transition: all 0.3s ease-in-out;
}
.oa-about-inner{
    text-align: center;
}
.oa-about-inner span{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    box-shadow:-9.804px 15.096px 10px rgba(38,171,250,0.2);
    background-color: #5fc3ff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    transition: all 0.3s ease-in-out;
}
.oa-about-inner span img {
    max-width: 34px;
    height: 30px;
    object-fit: contain;
}
.oa-about-inner h5{
    font-size: 20px;
    color: #38b5ff;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    margin-top: 30px;
}
.oa-about-inner .oa-paragraph{
    margin-top: 24px;
}
.oa-about-btn{
    max-width: 140px;
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 22px;
    background-color: #f7fcff;
    border: 1px solid #c6eaff;    
    margin: -25px auto 0 auto;
    transition: all 0.3s ease-in-out;
}
.oa-about-btn a{
    font-size: 12px;
    letter-spacing: 1px;    
    color: #5fc3ff;
    text-transform: uppercase;
    font-weight: 700;
}
.oa-about-left-img, .oa-abt-img {
    border-radius: 10px;
    overflow: hidden;
}
.oa-about-left-img img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.3s;
}
.oa-about-left-img:hover img, .oa-about-right:hover img{
    transform: scale(1.2);
}
.oa-about-right img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.5s;
}
.oa-about-right .oa-heading {
    text-align: left;
}
.oa-about-right .oa-top-heading{
    text-align: left;
}
.oa-about-right .oa-paragraph {
    color: var(--oa-grey-color);
    margin: 22px 0 30px 0;
}
.oa-abt-content{
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}
.oa-abt-text-flex h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--oa-heading-color);
    text-transform: capitalize;
}
.oa-abt-text-flex p {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--oa-theme-color);
}
/* about section css end */
/* advnture idea section css start */
.oa-advnt-idea-wrapper {
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 80px 0;
}
.oa-advnt-idea-heading {
    text-align: center;
    padding-bottom: 50px;
}
.oa-advt-main {
    text-align: center;
}
.oa-advnt-img{
    overflow: hidden;
    border-radius: 10px;
}
.oa-advnt-img img {
    width: 266px;
    height: 266px;
    object-fit: cover;
    border-radius: 10px;   
    transition: all 0.3s;
}
.oa-advnt-img:hover img{
    transform: scale(1.2);
}
.oa-advnt-content{
    padding-top: 30px;
}
.oa-advnt-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--oa-heading-color);
    text-transform: capitalize;
}
.oa-advnt-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--oa-grey-color);
    padding: 10px 0 15px 0;
}
/* advnture idea section css end */

/* cta section css start */
.oa-cta-wrapper{
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../images/cta-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 80px 0 180px 0;
    width: 100%;
}
.oa-cta-flex{
    display: flex;
    align-items: center;
}
.oa-cta-flex h2 {
    font-size: 40px;
    font-weight: 800;
    color: var(--oa-white-color);
    text-transform: capitalize;
    max-width: 550px;
}
.oa-cta-flex h2 span{
    color: var(--oa-theme-color);
}
.oa-cta-flex p{
    color: var(--oa-white-color);
    max-width: 500px;
    padding-top: 15px;
}
.oa-cta-right{
    margin-left: auto;
}
/* cta section css end */

/* counter section css start */
.oa-counter-wrapper{        
    margin-top: -100px;
}
.oa-counter-parent{ 
    width: 100%;   
    padding: 50px 0;    
    background-color: var(--oa-black-color);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    text-align: center;
}
.counting {
    font-size: 35px;
    color: var(--oa-white-color);
    font-weight: 800;    
}
.oa-count-heading h5 {
    font-size: 17px;
    color: var(--oa-white-color);
    font-weight: 700;
    text-transform: capitalize;    
}
.oa-count:hover span{
    transform: translateY(-10px);
}
/* counter section css end */

/* product section css start */
.oa-product-wrapper{
    background-color:var(--oa-white-color);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    width: 100%;
}
.oa-prdct-main {
    background: var(--oa-white-color);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.05);
    text-align: center;
    padding: 40px 20px;
    border-radius: 10px;
}
.oa-prdct-img img {
    max-width: 200px;
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.oa-prdct-details {
    padding-top: 30px;
}
.oa-prdct-details h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--oa-heading-color);
    text-transform: capitalize;
}
.oa-prdct-details h5 {
    font-size: 16px;
    font-weight: 500;
    color: var(--oa-theme-color);
    padding-top: 5px;
}
.oa-cart-btn {
    padding-top: 30px;
}
.oa-cart-btn .oa-btn{
    min-width: 140px;
    padding: 10px 15px;
}
/* product section css end */

/* activity section css start */
.oa-activity-wrapper {
    padding: 80px 0;
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.oa-activity-box {
    position: relative;
    overflow: hidden;
}
.oa-activity-heading {
    padding-bottom: 50px;
    max-width: 600px;
    margin: auto;
    text-align: center;
}
.oa-service-img {
    overflow: hidden; 
    border-radius: 10px;
}
.oa-service-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: all 0.3s;
    border-radius: 10px;
}
.oa-activity-box:hover .oa-service-img img{
    transform: scale(1.2);
}
.oa-activity-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 20px;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(5px);
    border-radius: 0 0 10px 10px;
    opacity: 0;
    visibility: hidden;    
    transition: all 0.3s;
}
.oa-activity-box:hover .oa-activity-content{
    opacity: 1;
    visibility: visible;    
}
.oa-activity-content h4 {
    font-size: 18px;
    font-weight: 500;
    color: var(--oa-white-color);
    text-transform: capitalize;
}
.oa-activity-content p {
    font-size: 14px;
    font-weight: 400;
    color: var(--oa-white-color);
    text-transform: capitalize;
    padding: 2px 0;
}
.oa-activity-content .oa-btn{
    min-width: 120px;
    padding: 10px 20px;
    margin-top: 20px;
}
/* activity section css end */

/* client section css start */
.oa-client-wrapper{
    padding: 80px 0;
    background-image:linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../images/testmonial-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    width: 100%;
}
.oa-client-heading{
    text-align: center;
}
.oa-client-heading .oa-top-heading{
    color: var(--oa-white-color);
}
.oa-client-heading .oa-heading {
    color: var(--oa-white-color);    
    max-width: 500px;
    margin: auto;
}
.oa-client-heading p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    max-width: 390px;
    width: 100%;
    padding-top: 20px;
}
.oa-client-box {
    padding: 50px 30px 45px 40px;
    margin-top: 40px;
    transition: all 0.3s ease-in-out;
    position: relative;
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.oa-client-heading {    
    padding-bottom: 20px;
}
.oa-client-box-inner .oa-client-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.oa-client-name { 
    text-align: left;
}
.oa-client-name h6 {
    font-size: 20px;
    font-weight: 400;
    color: var(--oa-white-color);
    transition: all 0.3s ease-in-out; 
}
.oa-client-name p {
    font-size: 18px;
    font-weight: 500;
    color: var(--oa-theme-color);
    padding-top: 0;
}
.oa-client-text .oa-paragraph {
    font-size: 16px;
    color: var(--oa-white-color);    
    transition: all 0.3s ease-in-out;
}
.oa-qoute-img {
    position: absolute;
    top: -15px;
    right: 20px;
}
.oa-qoute-img span img {
    max-width: 50px;
    height: 40px;
    object-fit: contain;
}
.oa-client-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: contain;
}
.oa-client-wrapper .swiper-container {
    padding-bottom: 50px;
}
.oa-client-wrapper .swiper-pagination-bullet{
    width: 12px;
    height: 12px;  
    background-color: var(--oa-white-color);  
    opacity: 0.5;
}
.oa-client-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
}
.oa-client-wrapper .swiper-slide{
    transition: all 0.3s ease-in-out;
}
.oa-client-wrapper .swiper-slide:hover .oa-client-box{
    box-shadow:1.5px 3.99px 27px 0px rgb(0 0 0 / 10%);
}
/* client section css end */

/* blog section css start */
.oa-blog-wrapper{
    padding: 80px 0;
    background-color: var(--oa-white-color);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.oa-blog-heading {
    padding-bottom: 50px;
    max-width: 500px;
    margin: auto;
    text-align: center;
}
.oa-blog-heading .oa-paragraph{
    margin-left: auto;
    color: var(--oa-theme-color);
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.oa-blog-heading img {
    max-width: 17px;
    height: 10px;
    object-fit: contain;
    margin: 2px 0 0 5px;
}
.oa-blog-heading .oa-paragraph:hover{
    letter-spacing: 2px;
}
.oa-blog-content{
    position: relative;
}
.oa-blog-img {
    overflow: hidden;    
    border-radius: 10px;
}
.oa-blog-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;    
    border-radius: 10px;
}
.oa-left-blog .oa-blog-img img{
    height: 475px;
    border-radius: 10px;
}
.oa-right-blog .oa-blog-img img{
    height: 150px;
}
.oa-blog-box:hover .oa-blog-img img{
    transform: scale(1.2);
}
.oa-blog-content {
    padding: 25px 0px;
    position: relative;
    background: var(--oa-white-color);
}
.oa-blog-content>img {
    max-width: 17px;
    height: 10px;
    object-fit: contain;
}
.oa-blog-content h4 {
    font-size: 20px;
    color: var(--oa-heading-color);
    font-weight: 600;
    text-transform: capitalize;
}
.oa-right-blog .oa-blog-content h4{
    font-size: 20px;
}
.oa-blog-content .oa-paragraph {
    color: var(--oa-grey-color);
    margin: 10px 0;    
}
.oa-right-blog .oa-blog-content .oa-paragraph {    
    margin: 7px 0;
}
.oa-blog-footer {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.oa-blog-footer-info {
    display: flex;
    align-items: center;
    gap: 8px;
}
.oa-blog-footer-info a {
    font-size: 16px;
    color: var(--oa-theme-color);
    font-weight: 400;    
}
.oa-blog-footer-info img {    
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.oa-readmore {
    font-size: 16px;
    font-weight: 500;
    color: var(--oa-theme-color);    
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
}
.oa-more img {
    max-width: 17px;
    height: 10px;
    object-fit: contain;
}
.oa-readmore:hover{
    color: var(--oa-theme-color);
    letter-spacing: 1px;
}
.oa-blog-content .oa-readmore{
    font-weight: 400;
}
/* blog section css end */

/* footer section css start */
.oa-footer-wrapper {
    padding: 80px 0;
    background-color:#000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.oa-footer-logo{
    margin-top: 6px;
}
.oa-footer-logo img {
    max-width: 174px;
    height: 41px;
    object-fit: contain;
}
.oa-footer-text .oa-paragraph {
    color: var(--oa-white-color);
    margin: 28px 0 10px 0;
    font-weight: 300;
}
.oa-footer-text a{
    font-size: 16px;
    font-weight: 400;
    color: var(--oa-white-color);
    transition: all 0.3s ease-in-out;
}
.oa-footer-icon ul{
    margin-top: 25px;
    text-align: left;    
}
.oa-footer-icon ul{
    display: flex;
    align-items: center;
    gap: 10px;
}
.oa-footer-icon ul li a {
    width: 44px;
    height: 44px;
    color: var(--oa-white-color);
    background-color: var(--oa-theme-color);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.oa-footer-icon ul li a:hover{
    background-color: var(--oa-theme-color);    
    color: var(--oa-white-color);    
    transform: translateY(-5px);
}
.oa-footer-icon ul li a img {
    max-width: 19px;
    height: 16px;
    object-fit: contain;
}
.oa-footer-linoa-heading .oa-heading {
    text-align: left;
    color: var(--oa-white-color);
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 36px;
    position: relative;
}
.oa-footer-link ul li{    
    margin-bottom: 10px;
}
.oa-footer-link ul li:last-child {
    margin-bottom: 0;
}
.oa-footer-link ul li a {
    color: var(--oa-white-color);
    font-size: 16px;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
}
.oa-footer-link ul li a:hover{
    color: var(--oa-theme-color);
}
.oa-footer-link ul li img {
    margin: -2px 10px 0 0;
    max-width: 15px;
    height: 15px;
    object-fit: contain;
}                       
.oa-footer-form{
    margin-top: 10px;
}
.oa-footer-form input {
    height: 50px;
    width: 100%;
    background-color: var(--oa-white-color);    
    color: var(--oa-grey-color); 
    border-radius: 6px;
    font-weight: 400;
    border: none;
    padding: 0 20px;
    margin-bottom: 15px;
}
.oa-footer-form input::placeholder{
    font-size: 14px;
    color: var(--oa-grey-color); 
    font-weight: 400;
}
.oa-footer-form .oa-btn {
    width: 100%;    
}
/* footer section css end */
/* copyright section css start */
.oa-copyright-wrapper {
    background-color: #121212;
}
.oa-copyright-wrapper p {
    font-size: 16px;
    color: var(--oa-white-color);
    font-weight: 400;    
    text-align: center;
    padding: 15px 0;
}
.oa-copyright-wrapper a{
    color: var(--oa-theme-color);
    font-weight: 500;
}
/* copyright section css end */
/* swiper slider */
.oa-client-wrapper .swiper-container, .oa-partner-wrapper .swiper-container{    
    overflow: hidden !important;
    position: relative;
}
/* swiper slider */

/* Responsive CSS Start */

@media(min-width:992px){        
    .oa-header-wrapper.oa-header-fixed {
        position: fixed;
        background-color: rgb(0 0 0 / 70%);
        backdrop-filter: blur(10px);
        transition: all 0.7s ease-in-out;
        -webkit-animation: slideInDown .7s;
        -moz-animation: slideInDown 0.7s;
        -ms-animation: slideInDown 0.7s;
        -o-animation: slideInDown 0.7s;
        animation: slideInDown 0.7s;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9;
    }
}
@media(max-width:1199px){        
    .oa-navbar-menu ul li{
        margin-right: 30px;
    }
    .oa-banner-wrapper {
        padding: 170px 0 100px 0;
    }
    .oa-banner-left h1 {
        font-size: 60px;
        max-width: 700px;
    }        
    .oa-blog-footer span:nth-child(2) {
        margin-left: 10px;
    }
    .oa-blog-footer span svg {
        margin-right: 2px;
    }
    .oa-client-box:after{
        max-width: 400px;
    }
    .oa-advnt-img img {
        width: 200px;
        height: 200px;
    }
    .oa-advnt-content p {
        font-size: 16px;
        padding: 10px 0 25px 0;
    }
    .oa-advnt-img:hover img {
        transform: none;
    }
    .oa-prdct-details h4, .oa-prdct-details h5 {
        font-size: 18px;
    }
}

@media(max-width:991px){
    .oa-header-right {
        max-width: 200px;
        width: 100%;
    }
    .oa-banne-right {
        margin-top: 30px;
    }
    .oa-navbar-menu .responsive-logo a img{
        display: block;
    }
    .oa-toggle-btn {
        display: block;
        position: absolute;
        right: 25px;
        top: 23px;
        cursor: pointer;
    }
    .oa-brand-logo { 
        width: 100%;
        padding: 15px;
        border-radius: 5px;
        position: relative;
    }    
    .oa-header-parent {      
        background: none;
    }
    .oa-navbar-menu ul {
        position: fixed;
        top: 0px;
        left: -260px;
        width: 260px;
        height: 100%;
        background-color: var(--oa-white-color);
        box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
        transition: all 0.3s ease-in-out;
        padding: 20px 0 20px 30px;
        z-index: 99;
    }
    .oa-navbar-menu ul li{
        display: block;        
        padding: 0 0 10px 10px;
    }
    .oa-navbar-menu ul li a {
        padding: 10px 0;
        color: var(--oa-heading-color);
    }
    .oa-toggle-btn span {
        width: 30px;
        height: 4px;
        background-color: var(--oa-white-color);
        margin-bottom: 5px;
        display: block;
        margin-left: auto;                
        transition: all 0.3s ease-in-out;
    }
    .menu-open .oa-toggle-btn > span:nth-child(2) {
        transform: translateX(20px);
        visibility: hidden;
        opacity: 0;
    }
    .menu-open .oa-toggle-btn > span:nth-child(1) {
        transform: rotate(45deg);
        transform-origin: 4px 4px;
    }
    .menu-open .oa-toggle-btn > span:nth-child(3) {
        transform: rotate(-45deg);
        transform-origin: 4px -1px;
    } 
    .menu-open .oa-navbar-menu ul {
        left: 0;
    }
    .oa-banner-wrapper::before {
        background-image: linear-gradient(to right, rgba(0,0,0,0.7) 100%, rgba(0,0,0,0) 100%);
    }        
    .oa-banner-left, .oa-banner-left h4 {
        text-align: center;
    }
    .oa-banner-left p {
        margin: auto;
    }
    .oa-banner-btn {
        margin-top: 20px;
    }
    .oa-banner-btn .oa-btn {
        min-width: 150px;
        font-size: 15px;
    }    
    .oa-banner-left h1 {
        max-width: 600px;
        margin: auto;
    }    
    .counting {
        font-size: 30px;
    }    
    .oa-about-right .oa-dark-btn{
        margin: auto;
    }
    .oa-about-right .oa-top-heading, .oa-about-right .oa-heading, .oa-about-right .oa-paragraph {
        text-align: center;
    }
    .oa-advnt-content {
        padding-top: 15px;
    }
    .oa-advnt-content p {
        padding: 10px 0 15px 0;
    }
    .oa-blog-wrapper .container > .row {
        flex-direction: column-reverse;
    }



    .single-content {
        flex: 0 0 33.33%;
        max-width: 33.33%;        
    }       
    .oa-count-heading h5 {
        font-size: 16px;
    }
    .oa-client-box:after{
        display: none;
    }
    .oa-footer-link-parent, .oa-footer-last-parent {
        margin-top: 30px;
    }
    .oa-team-img img {        
        max-width: 100%;
        height: auto;
    }
    .oa-banne-right img {
        max-width: 100%;
        height: auto;     
    }
    .counting {
        margin-top: 0;
    }
    .oa-menu-right {
        text-align: center;
    }
    .oa-service-img {     
        text-align: center;
    }
    .oa-service-img img {
        max-width: 100%;                
        margin: auto;
    }
    .oa-work-box {
        max-width: 350px;
        width: 100%;
        margin: auto;
    }
    .oa-cta-flex h2 {
        font-size: 30px;
        max-width: 400px;
    }
}

@media(max-width:767px){    
    .single-content {
        flex: 0 0 50%;
        max-width: 50%;        
    } 
    .oa-banner-right img {
        max-width: 100%;
        height: auto;
    }
    .oa-about-left-img img {
        max-width: 100%;
        width: 100%;
        height: auto;     
    }
    .oa-cta-flex {
        flex-direction: column;
    }
    .oa-cta-flex h2 {
        max-width: 410px;
        text-align: center;
        margin: auto;
    }
    .oa-cta-flex p {
        text-align: center;
    }
    .oa-cta-right {
        margin-left: 0;
        margin-top: 20px;
    }
}
@media(max-width:575px){ 
    .oa-banner-wrapper {
        padding: 120px 0 70px 0;
    }
    .oa-banner-left h4 {
        font-size: 20px;        
    }
    .oa-banner-left h1 {
        font-size: 30px;
        font-weight: 700;
        letter-spacing: normal;
    }
    .oa-banner-left p {
        font-size: 13px;
        line-height: normal;     
    }
    .oa-banner-btn{
        display: block;
    }     
    .oa-about-left-img img {
        width: 100%;
        height: auto;
    }
    .oa-header-right {     
        display: none;
    }
    .oa-toggle-btn {
        right: 15px;
    }    
    .oa-top-heading {
        font-size: 20px;
    }
    .oa-heading {
        font-size: 30px;
        letter-spacing: normal;
    }
    .oa-about-right .oa-heading {        
        max-width: 400px;
        margin: auto;
    }
    .oa-abt-content {
        padding-top: 20px;
    }
    .oa-abt-text-flex h4 {
        font-size: 16px;
    }
    .oa-abt-text-flex p {
        font-size: 13px;
    }
    .oa-about-right .oa-paragraph {
        margin: 15px 0 20px 0;
    }
    .oa-prdct-details h4, .oa-prdct-details h5 {
        font-size: 16px;
    }
}
@media(max-width:480px){
    .oa-advnt-idea-wrapper, .oa-product-wrapper, .oa-activity-wrapper, .oa-about-wrapper, .oa-advnt-idea-wrapper, .oa-counter-wrapper, .oa-work-wrapper, .oa-gallery-wrapper, .oa-blog-wrapper, .oa-client-wrapper, .oa-partner-wrapper .swiper-container, .oa-menu-wrapper, .oa-footer-wrapper, .oa-cta-wrapper  {
        padding: 50px 0;     
    }
    .oa-banner-wrapper {
        padding: 110px 0 50px 0;
    }
    .oa-banner-left h4 {
        font-size: 18px;
    }
    .oa-banner-left h1 {
        font-size: 25px;     
    }
    .oa-banner-left p {
        padding-top: 10px;
        font-weight: normal;
    }
    .oa-about-right .oa-paragraph {     
        font-size: 13px;
    }
    .oa-abt-text-flex h4 {
        font-size: 18px;
    }
    .oa-abt-text-flex p {
        font-size: 15px;
    }
    .oa-top-heading {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: normal;
    }
    .oa-heading{
        font-size: 25px;
        font-weight: 700;
    }
    .oa-about-right img {
        height: 300px;
    }
    .oa-advnt-idea-heading {        
        padding-bottom: 30px;
    }
    .oa-advnt-content h4 {
        font-size: 18px;
    }
    .oa-advnt-content p {
        font-size: 14px;
    }
    .oa-btn {
        min-width: 130px;
        padding: 10px 20px;
        font-size: 14px;
    }
    .oa-counter-wrapper {
        margin-top: 0;
        padding-bottom: 0;
    }
    .oa-counter-parent {
        padding: 30px 10px;
    }
    .oa-prdct-main {
        padding: 30px 20px;
    }
    .oa-cart-btn {
        padding-top: 10px;
    }
    .oa-cart-btn .oa-btn {
        min-width: 110px;
        padding: 5px 10px;
        font-size: 13px;
    }
    .oa-prdct-details h4, .oa-prdct-details h5 {
        font-size: 15px;
    }
    .oa-prdct-img img {
        max-width: 150px;
        height: 65px;
    }
    .oa-service-img img {        
        height: 250px;     
    }
    .oa-client-heading .oa-heading {
        max-width: 350px;
    }
    .oa-client-box {
        padding: 30px 20px 30px 20px;
        margin-top: 0px;
    }
    .oa-client-box-inner .oa-client-heading {
        gap: 10px;
    }
    .oa-client-name h6 {
        font-size: 16px;     
    }
    .oa-client-name p {
        font-size: 14px;     
    }
    .oa-client-img img {
        width: 60px;
        height: 60px;     
    }
    .oa-client-text .oa-paragraph {
        font-size: 13px;     
    }
    .oa-blog-heading {
        padding-bottom: 20px;
        max-width: 360px;        
    }
    .oa-blog-content {
        padding: 15px 0px;
    }
    .oa-left-blog .oa-blog-content {
        padding-bottom: 0px;
    }
    .oa-blog-content h4 {
        font-size: 18px;
    }
    .oa-blog-content .oa-paragraph {        
        margin: 5px 0 10px 0;
        font-size: 13px;
    }
    .oa-readmore, .oa-blog-footer-info a {
        font-size: 14px; 
        gap: 5px;    
    }
    .oa-more img {
        max-width: 15px;
    }
    .oa-left-blog .oa-blog-img img {
        height: 300px;
    }
    .oa-copyright-wrapper p {
        font-size: 14px;
    }
    .oa-footer-linoa-heading .oa-heading {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .oa-footer-link ul li {
        margin-bottom:0px;
    }
    .oa-footer-link ul li a {
        font-size: 14px;
    }
    .oa-footer-icon ul {
        margin-top: 15px;
    }
    .oa-footer-form input {
        height: 40px;        
    }
}
@media(max-width:425px){  
    .oa-advnt-img img {
        width: 170px;
        height: 170px;
    }          
    .oa-activity-heading {
        padding-bottom: 30px;     
    }        
    .oa-blog-heading .oa-paragraph{
        font-size: 14px;
    } 
    .oa-client-box{
        margin-top: 20px;
    }
    .oa-client-heading {
        padding-bottom: 0;
    }
    .oa-client-wrapper .swiper-container {
        padding-bottom: 40px;
    }
    .oa-partner-wrapper .swiper-slide {
        margin-top: 12px;
    }
    .oa-menu-list {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .oa-menu-list .oa-menu-img img {
        margin-right: 0;
    }
    .oa-menu-content {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }    
    .oa-cta-heading .oa-heading {
        font-size: 25px;     
    }
    .oa-client-box {
        padding: 30px 15px 25px 15px;
    }
    .oa-abt-text-flex h4 {
        font-size: 14px;
    }
    .oa-abt-text-flex p {
        font-size: 12px;
    }    
    .oa-client-box-inner .oa-client-heading {
        justify-content: center;
        flex-direction: column;
    }
    .oa-client-name {
        text-align: center;
        margin: 0px 0 15px 0;
    }
    .oa-client-text .oa-paragraph {
        text-align: center;
    } 
    .counting {
        font-size: 25px;
    }   
    .oa-count-heading h5 {
        font-size: 14px;
        font-weight: 400;
    }
    .oa-prdct-details h4, .oa-prdct-details h5 {
        font-size: 14px;
    }
    .oa-prdct-details {
        padding-top: 15px;
    }
}
@media(max-width:375px){    
    .single-content {
        flex: 0 0 100%;
        max-width: 100%;        
    }    
    .oa-gallery-img{
        margin-left: 15px;
    }       
    .oa-main-btn {
        flex-direction: column;
    }
    .oa-main-btn a:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .oa-banner-left {     
        text-align: center;
    }
    .oa-abt-text-flex {
        border-left: 1px solid var(--oa-theme-color);
        padding-left: 5px;
    }
    .oa-abt-text-flex h4 {
        font-size: 15px;
    }
    .oa-abt-text-flex p {
        font-size: 12px;
    }
}
/* Responsive CSS End */