/********************************************************
1. body start
 *******************************************************/
:root {
    --zoo-theme-color:#ee344e;
    --zoo-white-color: #ffffff;
    --zoo-heading-color: #111;
    --zoo-grey-color:#8c919d;    
    --zoo-text-color:#222;    
    --zoo-bg-color:#101418;    
}
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;
}
.zoo-top-heading {
    font-size: 18px;
    font-weight: 500;
    background: var(--zoo-theme-color);
    color: var(--zoo-white-color);
    text-transform: capitalize; 
    padding: 0 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 35px;
    margin-bottom: 10px;
}
.zoo-heading {
    font-size: 45px;
    color: var(--zoo-heading-color);
    font-weight: 800;
    text-transform: capitalize;
    text-align: center;
    letter-spacing: -1px;
}
.zoo-paragraph{    
    font-size: 16px;    
    color: var(--zoo-grey-color);
    font-weight: 400;
}
/* button css start*/
.zoo-btn {
    min-width: 150px; 
    padding: 15px 20px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--zoo-white-color);
    text-transform: capitalize;
    background-color: var(--zoo-theme-color);       
    transition: all 0.3s ease-in-out;
}  
.zoo-btn:hover {
    background: var(--zoo-heading-color);
    color: var(--zoo-white-color);
}
button.zoo-btn{
    border: none;
}
/* button css end*/ 

/* logo */
.zoo-navbar-menu .responsive-logo a img{
    display: none;
}
.zoo-toggle-btn{
    display: none;
}
/* logo */

/* header section css start */
.zoo-header-wrapper {     
    background-color: var(--zoo-white-color);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.zoo-header-wrapper.zoo-header-fixed {
    position: fixed;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.08);
    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;
}
.zoo-header-inner{
    display: flex;
    align-items: center;
}
.zoo-brand-logo a img {
    max-width: 182px;
    height: 40px;
    object-fit: contain;
}
.zoo-navbar-menu {
    margin-left: auto;
}
.zoo-navbar-menu ul li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}
.zoo-navbar-menu ul li:last-child{
    margin-right: 0;
}
.zoo-navbar-menu ul li a {
    color: var(--zoo-text-color);
    font-size: 16px;
    font-weight: 500;
    padding: 32px 0;
    display: inline-block;
    position: relative;    
}
.zoo-navbar-menu ul li a img {
    max-width: 24px;
    height: 24px;
    object-fit: contain;
}
.menu li a:hover,.menu .active a {
  color: var(--zoo-theme-color);
}
.zoo-header-right ul li{
    display: inline-block;
    vertical-align: middle;
}
.zoo-header-right ul li:first-child{
    margin-right: 20px;
}
.zoo-header-right ul li a img {
    max-width: 24px;
    height: 24px;
    object-fit: contain;
}
/* header section css end */
/* banner section css start */
.zoo-banner-wrapper {
    background-image: url(../images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 192px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.zoo-header-wrapper .container, .zoo-banner-wrapper .container {
    max-width: 1500px;
}
.zoo-banner-left {
    position: relative;
    z-index: 2;
    text-align: left;
}
.zoo-banner-left h4 {
    text-align: left;
}
.zoo-banner-left h1 {
    font-size: 70px;
    color: var(--zoo-heading-color);
    font-weight: 800;
    letter-spacing: -2px;
    margin-bottom: 10px;
    max-width: 800px;
    width: 100%; 
}
.zoo-banner-left h1 span{
    color: var(--zoo-theme-color);
}
.zoo-banner-left p {
    font-size: 16px;
    color: var(--zoo-text-color);
    font-weight: 500;
    max-width: 700px;
    width: 100%; 
    padding-top: 10px;
}
.zoo-banner-btn{
    margin-top: 35px;
}
.zoo-banner-btn .zoo-btn {
    min-width: 200px;        
    font-size: 18px;
}
.zoo-banner-right {
    text-align: right;    
}
.zoo-banner-right img {
    max-width: 726px;
    height: 598px;
    object-fit: contain;
}
/* banner section css end */

/* about section css start */
.zoo-about-wrapper {
    background-color: var(--zoo-white-color);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    width: 100%;
    position: relative;
}
.zoo-about-box {
    padding: 40px 17px 65px 18px;
    border-radius: 10px;
    background-color: #f7fcff;
    border: 1px solid #c6eaff;
    transition: all 0.3s ease-in-out;
}
.zoo-about-inner{
    text-align: center;
}
.zoo-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;
}
.zoo-about-inner span img {
    max-width: 34px;
    height: 30px;
    object-fit: contain;
}
.zoo-about-inner h5{
    font-size: 20px;
    color: #38b5ff;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    margin-top: 30px;
}
.zoo-about-inner .zoo-paragraph{
    margin-top: 24px;
}
.zoo-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;
}
.zoo-about-btn a{
    font-size: 12px;
    letter-spacing: 1px;    
    color: #5fc3ff;
    text-transform: uppercase;
    font-weight: 700;
}
.zoo-about-left-img img {
    max-width: 500px;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.zoo-about-right .zoo-heading {
    text-align: left;
}
.zoo-about-right .zoo-top-heading{
    text-align: left;
}
.zoo-about-right .zoo-paragraph {
    margin: 22px 0 20px 0;
}
.zoo-about-wrapper .zoo-btn {
    margin-top: 30px;
}
.zoo-about-left-img {
    text-align: right;
}
/* about section css end */

/* activity section css start */
.zoo-activity-wrapper {
    padding: 80px 0;
    background-color: #f8fbff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.zoo-activity-box {
    position: relative;
    transition: all 0.3s;
}
.zoo-activity-box:hover{
    transform: translateX(10px);
}
.zoo-activity-heading {
    padding-bottom: 50px;
    max-width: 450px;
    margin: auto;    
}
.zoo-activity-heading .zoo-heading {
    text-align: left;
}
.zoo-service-img {
    overflow: hidden;
    position: relative;
    padding-bottom: 25px;
}
.zoo-service-img > span {
    width: 70px;
    height: 70px;
    background-color: var(--zoo-bg-color);
    border-radius: 0px 5px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    transition: all 0.3s;
    z-index: 1;
}
.zoo-activity-box:hover .zoo-service-img > span{
    background-color: var(--zoo-theme-color);
}
.zoo-service-img > span img {
    max-width: 42px;
    height: 42px;
    object-fit: contain;
}
.zoo-service-img > img {
    max-width: 64px;
    height: 64px;
    object-fit: contain;
    transition: all 0.8s;
}
.zoo-activity-inner {
    width: 100%;
    background: var(--zoo-white-color); 
    padding: 30px;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
}
.zoo-activity-inner>img:first-child {
    margin-left: 5px;
    max-width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 10px;
}
.zoo-activity-inner h3 {
    font-size: 20px;
    color: var(--zoo-heading-color);
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.3s;
}
.zoo-activity-box:hover .zoo-activity-inner h3{
    color: var(--zoo-theme-color);
}
.zoo-activity-inner .zoo-paragraph {
    font-size: 15px;    
    margin: 10px 0 0px 0;
    color: var(--zoo-grey-color);
}
.zoo-activity-inner> img:last-child {
    max-width: 17px;
    height: 10px;
    object-fit: contain;
    margin-left: 5px;
}
.zoo-activity-btn .zoo-dark-btn{
    max-width: 240px;
    width: 100%;
    min-height: 60px;
    margin: 40px auto 0 auto;    
}
/* activity section css end */

/* why choose us section css start */
.zoo-choose-wrapper{
    background-image: url(../images/choose_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;    
}
.zoo-choose-img {
    margin-left: -384px;
}
.zoo-choose-img img {
    width: 632px;
    height: 654px;
    object-fit: cover;
}
.zoo-choose-heading .zoo-top-heading, .zoo-choose-heading .zoo-heading {
    text-align: left;
}
.zoo-choose-heading {
    max-width: 550px;
    padding-bottom: 30px;
}
.zoo-choose-heading .zoo-heading{
    color: var(--zoo-white-color);
}
.zoo-choose-box {
    background-color: var(--zoo-white-color);
    padding: 30px;
    position: relative;
    overflow: hidden;
}
.zoo-choose-box > img {
    max-width: 90px;
    height: 80px;
    object-fit: contain;
    position: absolute;
    top: 20px;
    right: -35px;
    opacity: 0.5;
}
.zoo-choose-box span {
    height: 70px;
    width: 70px;
    background-color: var(--zoo-theme-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;        
}
.zoo-choose-box h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--zoo-text-color);
    text-transform: capitalize;
    padding-top: 15px;
}
/* why choose us section css end */

/* counter section css start */
.zoo-count > span {
    width: 100px;
    height: 100px;
    background: #fe9900;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 15px;
    transition: all 0.3s;
}
.zoo-count > span img{
    max-width: 54px;
    height: 54px;
    object-fit: contain;    
}
.counting {
    font-size: 40px;
    color: var(--zoo-theme-color);
    font-weight: 800;
}
.zoo-count-heading h5 {
    font-size: 17px;
    color: var(--zoo-text-color);
    font-weight: 600;
    text-transform: capitalize;
}
.zoo-count:hover span{
    transform: translateY(-10px);
}
/* counter section css end */

/* client section css start */
.zoo-client-wrapper {
    padding: 80px 0;
    background-color: #f8fbff;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    width: 100%;
}
.zoo-client-heading{
    text-align: center;
}
.zoo-client-heading .zoo-heading {    
    max-width: 600px;
    margin: auto;
}
.zoo-client-heading p {
    font-size: 16px;
    font-weight: 500;
    color: var(--zoo-white-color);
    max-width: 390px;
    width: 100%;
    padding-top: 20px;
}
.zoo-client-box-inner {
    background-color: var(--zoo-white-color);
    padding: 30px 20px 30px 30px;
    margin-top: 40px;
    transition: all 0.3s ease-in-out;
    position: relative;
    text-align: center;
}
.zoo-client-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.zoo-client-name h6 {
    font-size: 20px;
    font-weight: 600;
    color: var(--zoo-heading-color);
    transition: all 0.3s ease-in-out; 
}
.zoo-client-name p {
    font-size: 16px;
    font-weight: 500;
    color: var(--zoo-theme-color);
    padding-top: 0;
}
.zoo-client-text .zoo-paragraph {
    font-size: 18px;
    color: var(--zoo-grey-color);    
    transition: all 0.3s ease-in-out;
}
.zoo-qoute-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.15;
}
.zoo-client-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: contain;
    background-color: var(--zoo-theme-color);
    display: block;
    padding: 2px;
}
.zoo-client-wrapper .swiper-container {
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}
.zoo-client-wrapper .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: var(--zoo-grey-color);
}
.zoo-client-wrapper .swiper-pagination-bullet-active {
    background-color:var(--zoo-theme-color);
}
.zoo-client-wrapper .swiper-slide{
    transition: all 0.3s ease-in-out;
}
/* client section css end */

/* project section css start */
.zoo-project-wrapper{
    padding: 80px 0;
    background-color: var(--zoo-white-color);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    text-align: center;
}
.zoo-project-wrapper .zoo-heading{
    text-align: center;
}
.zoo-project-box {
    width: 100%;
    overflow: hidden;
    transition: all 0.3s;    
    position: relative;
}
.zoo-project-box > img {
    width: 100%;
    height: 543px;
    object-fit: cover;
    transition: all 0.3s ease-out;
}
.zoo-project-box:hover img{
    transform: scale(1.2);
}
.zoo-project-content {
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 10px 20px 20px;
    background: rgba(0,0,0,0.7);
    transition: all 0.3s;    
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
}
.zoo-project-box:hover .zoo-project-content{
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
.zoo-project-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--zoo-white-color);
    text-transform: capitalize;
    padding: 0px 0 10px 0;
    transition: all 0.3s;
}
.zoo-project-content h5 {
    font-size: 18px;
    font-weight: 600;
    color: #fdd340;    
}
.zoo-project-content p {
    font-size: 18px;
    font-weight: 400;
    color: var(--zoo-white-color);    
    text-transform: capitalize;    
}
.zoo-project-wrapper .zoo-btn{
    margin-top: 30px;
}
/* project section css end */

/* blog section css start */
.zoo-blog-wrapper{
    padding: 80px 0;
    background-color: var(--zoo-white-color);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
}
.zoo-blog-heading {
    padding-bottom: 50px;
    max-width: 600px;
    width: 100%;
    margin: auto;
    text-align: center;
}
.zoo-blog-heading .zoo-paragraph{
    margin-left: auto;
    color: var(--zoo-theme-color);
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.zoo-blog-heading img {
    max-width: 17px;
    height: 10px;
    object-fit: contain;
    margin: 2px 0 0 5px;
}
.zoo-blog-heading .zoo-paragraph:hover{
    letter-spacing: 2px;
}
.zoo-blog-content{
    position: relative;
}
.zoo-blog-img {
    overflow: hidden;        
}
.zoo-blog-img img {
    height: 300px;
    width: 100%;
    object-fit: cover; 
    transition: all 0.3s ease-in-out;    
}
.zoo-blog-box:hover .zoo-blog-img img{
    transform: scale(1.2)rotate(5deg);
}
.zoo-blog-content {
    padding: 25px 20px 25px 20px;
    position: relative;
    background: var(--zoo-white-color);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.05);    
}
.zoo-blog-content>img {
    max-width: 17px;
    height: 10px;
    object-fit: contain;
}
.zoo-blog-content h4 {
    font-size: 20px;
    color: var(--zoo-heading-color);
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 5px;
}
.zoo-blog-content .zoo-paragraph {
    color: var(--zoo-text-color);
    margin: 5px 0;
}
.zoo-blog-footer {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.zoo-blog-footer-info {
    display: flex;
    align-items: center;
}
.zoo-blog-footer-info:last-child {
    margin-left: 20px;
}
.zoo-blog-footer-info a {
    font-size: 16px;
    color: var(--zoo-theme-color);
    font-weight: 400;
    margin-left: 8px;
}
.zoo-blog-footer-info img {    
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.zoo-readmore {
    font-size: 15px;
    font-weight: 500;
    color: var(--zoo-theme-color);
    text-transform: capitalize;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}
.zoo-readmore:hover{
    color: var(--zoo-theme-color);
    letter-spacing: 1px;
}
.zoo-more img {
    max-width: 17px;
    height: 10px;
    object-fit: contain;
}
/* blog section css end */

/* footer section css start */
.zoo-footer-wrapper {
    padding: 80px 0;
    background-color: var(--zoo-heading-color);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.zoo-footer-logo img {
    max-width: 182px;
    height: 40px;
    object-fit: contain;
}
.zoo-footer-text .zoo-paragraph {
    color: var(--zoo-white-color);
    margin: 25px 0 10px 0;
    font-weight: 300;
}
.zoo-footer-text a{
    font-size: 16px;
    font-weight: 400;
    color: var(--zoo-white-color);
    transition: all 0.3s ease-in-out;
}
.zoo-footer-icon ul{
    margin-top: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.zoo-footer-icon ul li a {
    width: 44px;
    height: 44px;
    color: var(--zoo-white-color);
    background-color: var(--zoo-theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.zoo-footer-icon ul li a:hover{
    background-color: var(--zoo-theme-color);    
    color: var(--zoo-white-color);    
    transform: translateY(-5px);
}
.zoo-footer-icon ul li a img {
    max-width: 19px;
    height: 16px;
    object-fit: contain;
}
.zoo-footer-linzoo-heading .zoo-heading {
    text-align: left;
    color: var(--zoo-white-color);
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 36px;
    position: relative;
}
.zoo-footer-link ul li{    
    margin-bottom: 10px;
}
.zoo-footer-link ul li a {
    color: var(--zoo-white-color);
    font-size: 16px;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
}
.zoo-footer-link ul li a:hover{
    color: var(--zoo-theme-color);
}
.zoo-footer-link ul li img {
    margin: -2px 10px 0 0;
    max-width: 15px;
    height: 15px;
    object-fit: contain;
}
.zoo-insta-img > ul li a{
    overflow: hidden;
    display: block;
}
.zoo-insta-img > ul{    
    display: flex;
    flex-wrap: wrap;    
}                    
.zoo-insta-img > ul li{  
    flex: 0 0 33.33%;      
    margin-bottom: 10px;
}                       
.zoo-insta-img > ul li a img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    transition: all 0.3s;
}
.zoo-insta-img > ul li a:hover img{
    transform: scale(1.1);
}

.zoo-footer-form input {
    height: 50px;
    width: 100%;
    background-color: var(--zoo-white-color);        
    color: var(--zoo-text-color); 
    font-weight: 400;
    border: none;
    padding: 0 20px;
    margin-bottom: 15px;
}
.zoo-footer-form input::placeholder{
    font-size: 14px;
    color: var(--zoo-text-color); 
    font-weight: 400;
}
.zoo-footer-form .zoo-btn {
    width: 100%;    
}
.zoo-footer-form .zoo-btn:hover{
    background-color: var(--zoo-white-color);
    color: var(--zoo-theme-color);
}
/* footer section css end */
/* copyright section css start */
.zoo-copyright-wrapper {
    background-color: var(--zoo-heading-color);
    border-top: 1px solid rgba(255,255,255,0.09);
    padding: 15px 0;
}
.zoo-copyright-wrapper p {
    font-size: 16px;
    color: var(--zoo-white-color);
    font-weight: 400;    
    text-align: center;    
}
.zoo-copyright-wrapper a{
    color: var(--zoo-theme-color);
    font-weight: 500;
}
/* copyright section css end */
/* swiper slider */
.zoo-client-wrapper .swiper-pointer-events, .zoo-partner-wrapper .swiper-pointer-events{
    touch-action: pan-y;
    overflow: hidden;
    position: relative;
}
/* swiper slider */

/* Responsive CSS Start */
@media(max-width:1600px){
    .zoo-choose-img {
        margin-left: -225px;
    }
}
@media(max-width:1440px){
    .zoo-banner-wrapper {
        padding: 150px 0;
    }
    .zoo-banner-left h1 {
        font-size: 50px;
    }
}
@media(max-width:1199px){        
    .zoo-navbar-menu ul li{
        margin-right: 30px;
    }
    .zoo-banner-wrapper {
        padding:100px 0;     
    }
    .zoo-banner-right {     
        padding: 0px 0 0 0;
    }
    .zoo-banner-right img {
        max-width: 100%;
    }    
    .zoo-about-left-img img {
        max-width: 100%;
        width: 100%;
        height: auto;     
    }
    .zoo-blog-footer span:nth-child(2) {
        margin-left: 10px;
    }
    .zoo-blog-footer span svg {
        margin-right: 2px;
    }
    .zoo-client-box:after{
        max-width: 400px;
    }
    .zoo-choose-img {
        margin-left: -125px;
    }
    .counting {
        font-size: 35px;
    }
    .zoo-count-heading h5 {
        font-size: 15px;
    }    
    .zoo-project-box > img {
        height: 400px;     
    }
    .zoo-client-text .zoo-paragraph {
        font-size: 15px;     
    }
}

@media(max-width:991px){
    .zoo-header-right {
        max-width: 200px;
        width: 100%;
    }
    .zoo-banne-right {
        margin-top: 30px;
    }
    .zoo-navbar-menu .responsive-logo a img{
        display: block;
    }
    .zoo-toggle-btn {
        display: block;
        position: absolute;
        right: 25px;
        top: 23px;
        cursor: pointer;
    }
    .zoo-brand-logo { 
        width: 100%;
        padding: 15px;
        border-radius: 5px;
        position: relative;
    }    
    .zoo-header-parent {      
        background: none;
    }
    .zoo-navbar-menu ul {
        position: fixed;
        top: 0px;
        left: -260px;
        width: 260px;
        height: 100%;
        background-color: var(--zoo-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;
    }
    .zoo-navbar-menu ul li{
        display: block;        
        padding: 0 0 10px 10px;
    }
    .zoo-navbar-menu ul li a{
        padding: 10px 0;
    }
    .zoo-toggle-btn span {
        width: 30px;
        height: 4px;
        background-color: var(--zoo-theme-color);
        margin-bottom: 5px;
        display: block;
        margin-left: auto;                
        transition: all 0.3s ease-in-out;
    }
    .menu-open .zoo-toggle-btn > span:nth-child(2) {
        transform: translateX(20px);
        visibility: hidden;
        opacity: 0;
    }
    .menu-open .zoo-toggle-btn > span:nth-child(1) {
        transform: rotate(45deg);
        transform-origin: 4px 4px;
    }
    .menu-open .zoo-toggle-btn > span:nth-child(3) {
        transform: rotate(-45deg);
        transform-origin: 4px -1px;
    } 
    .menu-open .zoo-navbar-menu ul {
        left: 0;
    }
    .zoo-banner-wrapper{
        background-position: inherit;
    }
    .zoo-banner-left h1 {
        max-width: 650px;        
    }
    .zoo-banner-btn {
        margin-top: 20px;
    }
    .zoo-banner-btn .zoo-btn {
        min-width: 150px;
        font-size: 15px;
    }        
    .zoo-banner-right {     
        text-align: center;
    }
    .counting {
        font-size: 30px;
    }
    .zoo-about-right {
        margin-top: 30px;    
    }
    .zoo-about-right .zoo-dark-btn{
        margin: auto;
    }
    .single-content {
        flex: 0 0 33.33%;
        max-width: 33.33%;        
    }
    .zoo-count {     
        margin-bottom: 10px;
    }   
    .zoo-count-heading h5 {
        font-size: 16px;
    }
    .zoo-client-box:after{
        display: none;
    }
    .zoo-footer-link-parent, .zoo-footer-last-parent {
        margin-top: 30px;
    }    
    .zoo-team-img img {        
        max-width: 100%;
        height: auto;
    }
    .zoo-banne-right img {
        max-width: 100%;
        height: auto;     
    }
    .counting {
        margin-top: 0;
    }
    .zoo-menu-right {
        text-align: center;
    }
    .zoo-service-img img {
        max-width: 100%;     
    }
    .zoo-count > span {
        width: 85px;
        height: 85px;
    }
    .zoo-count > span img {
        max-width: 44px;
        height: 44px;     
    }
    .zoo-choose-img {
        margin-left: 0;
    }
    .zoo-choose-img img {
        width: 100%;
        height: auto;
    }
    .zoo-choose-box h4 {
        font-size: 18px;
    }
    .zoo-choose-wrapper {
        padding: 80px 0;
    }
    .zoo-about-left-img{
        text-align: center;
    }
    .zoo-about-left-img img {
        max-width: 400px;        
    }
    .zoo-about-botm-parent > .row {
        flex-direction: column-reverse;
    }
    .zoo-activity-heading .zoo-heading {
        text-align: center;
    }
    .zoo-activity-heading {
        text-align: center;
    }
    .zoo-choose-wrapper .container > .row > .col-lg-4 {
        display: none;
    }
    .zoo-blog-wrapper .container .row .col-lg-4.col-md-6.col-12:nth-child(2) .zoo-blog-inner{        
        display: flex;
        flex-direction: column-reverse;
    }    
}
@media(max-width:767px){    
    .single-content {
        flex: 0 0 50%;
        max-width: 50%;        
    } 
    .zoo-banner-right img {
        max-width: 100%;
        height: auto;
    }    
    .zoo-choose-box {
        max-width: 300px;
        margin: auto;
    }
    .zoo-choose-heading .zoo-top-heading, .zoo-choose-heading .zoo-heading {
        text-align: center;
    }
    .zoo-insta-img > ul li {
        flex: 0 0 20.33%;     
    }
    .zoo-choose-heading {     
        text-align: center;
    }
    .zoo-footer-text .zoo-paragraph {
        margin: 20px 0 10px 0;        
    }
    .zoo-footer-linzoo-heading .zoo-heading {        
        margin-bottom: 15px;        
    }
    .zoo-footer-link ul li {
        margin-bottom: 5px;
    }
}
@media(max-width:575px){   
    .zoo-banner-wrapper {
        padding: 80px 0;
    } 
    .zoo-banner-left h4 {
        font-size: 14px;
        max-width: 425px;
    }
    .zoo-banner-left h1 {
        font-size: 30px;     
    }
    .zoo-banner-left p {
        font-size: 15px;
        line-height: normal;
        padding: 0;
    }
    .zoo-banner-btn{
        display: block;
    }         
    .zoo-header-right {     
        display: none;
    }
    .zoo-toggle-btn {
        right: 15px;
    }    
}
@media(max-width:480px){
    .zoo-about-right .zoo-paragraph {
        margin: 10px 0;
    }
    .zoo-partner-wrapper {
        position: unset;
        margin-bottom: 50px;
    }
    .zoo-client-wrapper {
        padding: 80px 0;
    }
    .zoo-blog-wrapper{
        padding:0 0 80px 0;
    }
    .zoo-insta-img > ul li {
        flex: 0 0 25.33%;     
    }
    .zoo-banner-wrapper, .zoo-activity-wrapper, .zoo-about-wrapper, .zoo-choose-wrapper, .zoo-project-wrapper, .zoo-client-wrapper, .zoo-blog-wrapper, .zoo-footer-wrapper  {
        padding: 50px 0;     
    }
    .zoo-about-left-img img {
        max-width: 250px;
    }
    .zoo-heading {
        font-size: 25px;
        font-weight: 700;
    }
    .zoo-paragraph {
        font-size: 14px;     
    }
    .zoo-top-heading {
        font-size: 15px;
        font-weight: 400;
        padding: 0 15px;
        min-height: 30px;        
    }
    .zoo-btn {
        min-width: 130px;
        padding: 10px 15px;
        font-size: 15px;
    }
    .zoo-about-wrapper .zoo-btn {
        margin-top: 20px;
    }
    .counting {
        font-size: 25px;
    }
    .zoo-count-heading h5 {
        font-size: 14px;
    }
    .zoo-about-right {
        margin-top: 10px;
    }
    .zoo-activity-heading {
        padding-bottom: 00px;        
    }
    .zoo-activity-inner {
        padding: 20px;
    }
    .zoo-project-wrapper .zoo-activity-heading {
        padding-bottom: 20px;
    }
    .zoo-project-content {
        transform: translateY(0px);
        opacity: 1;
        visibility: visible;
    }
    .zoo-project-content h4 {
        font-size: 18px;
    }
    .zoo-project-content h5, .zoo-project-content p {
        font-size: 16px;     
    }
    .zoo-client-text .zoo-paragraph {
        font-size: 13px;
    }
    .zoo-client-box-inner {
        padding: 20px 10px 20px 20px;
        margin-top: 20px;
    }
    .zoo-client-img img {
        width: 60px;
        height: 60px;
    }
    .zoo-client-name h6 {
        font-size: 16px;
    }
    .zoo-client-name p {
        font-size: 13px;     
    }
    .zoo-client-info {
        gap: 10px;
        margin-top: 15px;
    }
    .zoo-blog-heading{
        padding-bottom: 20px;
    }
    .zoo-blog-content {
        padding: 15px 15px 20px 20px;
    }
    .zoo-blog-footer-info a {
        font-size: 15px;
        margin-left: 5px;
    }
    .zoo-blog-content h4 {
        font-size: 18px;
        margin-top: 0px;
    }
    .zoo-readmore {
        font-size: 14px;
        margin-top: 6px;
    }
    .zoo-footer-icon ul {
        margin-top: 15px;
    }
    .zoo-footer-linzoo-heading .zoo-heading {
        font-size: 18px;
    }
    .zoo-footer-link ul li {
        margin-bottom: 0;
    }
    .zoo-footer-link ul li a {
        font-size: 14px;     
    }
    .zoo-footer-linzoo-heading .zoo-heading {
        margin-bottom: 10px;
    }
    .zoo-copyright-wrapper p {
        font-size: 13px;     
    }
}
@media(max-width:425px){                    
    .zoo-blog-heading .zoo-heading{
        font-size: 22px;
    }
    .zoo-blog-heading .zoo-paragraph{
        font-size: 14px;
    }
    .zoo-partner-heading .zoo-heading {
        font-size: 17px;
    }    
    .zoo-client-box{
        margin-top: 20px;
    }
    .zoo-client-heading {
        padding-bottom: 0;
    }
    .zoo-client-wrapper .swiper-container {
        padding-bottom: 60px;
    }
    .zoo-partner-wrapper .swiper-slide {
        margin-top: 12px;
    }
    .zoo-menu-list {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .zoo-menu-list .zoo-menu-img img {
        margin-right: 0;
    }
    .zoo-menu-content {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }
    .zoo-blog-content {
        padding: 25px 10px; 
    }
    .zoo-cta-heading .zoo-heading {
        font-size: 25px;     
    }
    .zoo-client-box {
        padding: 30px 20px 25px 20px;
    }
    .zoo-insta-img > ul li {
        flex: 0 0 33%;
    }
    .counting {
        font-size: 22px;
    }
    .zoo-count-heading h5 {
        font-size: 12px;
    }
}
@media(max-width:375px){    
    .single-content {
        flex: 0 0 100%;
        max-width: 100%;        
    }    
    .zoo-gallery-img{
        margin-left: 15px;
    }       
    .zoo-main-btn {
        flex-direction: column;
    }
    .zoo-main-btn a:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .zoo-banner-left, .zoo-banner-left h4 {     
        text-align: center;
    }
}
/* Responsive CSS End */