/********************************************************
1. body start
 *******************************************************/
:root {
    --da-theme-color:#437eeb;
    --da-white-color: #ffffff;
    --da-heading-color:#000f5c;
    --da-grey-color:#8c919d;    
    --da-text-color:#222;    
    --da-bg-color:#101418;    
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;	  	
	-webkit-font-smoothing: antialiased;    
    overflow-x: hidden;
    font-family: 'Outfit';    
}   
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;
}
.da-top-heading {
    font-size: 22px;
    font-weight: 600;
    color: var(--da-theme-color);
    text-transform: capitalize;
    text-align: center; 
    padding: 0 40px;
    display: inline-block;
}
.da-heading {
    font-size: 40px;
    color: var(--da-heading-color);
    font-weight: 800;
    text-transform: capitalize;
    text-align: center;
}
.da-paragraph{    
    font-size: 16px;    
    color: var(--da-grey-color);
    font-weight: 400;
}
/* button css start*/
.da-btn {
    min-width: 150px; 
    padding: 15px 20px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--da-white-color);
    text-transform: capitalize;
    background-color: var(--da-theme-color);   
    border-radius: 5px; 
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.da-btn::before{
    content: '';
    background-color: var(--da-text-color);
    position: absolute;
    top: 0;    
    left: 0;
    width: 0;
    height: 60px;
    z-index: -1;    
    border-radius: 5px;    
    transition: all 0.5s;
}  
.da-btn:hover:before{
    width: 100%;
}
.da-btn:hover {
    background: #1e63e5;
    color: var(--da-white-color);
}
button.da-btn{
    border: none;
}
/* button css end*/ 

/* logo */
.da-navbar-menu .responsive-logo a img{
    display: none;
}
.da-toggle-btn{
    display: none;
}
/* logo */

/* header section css start */
.da-header-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
}
.da-header-inner{
    display: flex;
    align-items: center;
}
.da-brand-logo a img {
    max-width: 239px;
    height: 41px;
    object-fit: contain;
}
.da-navbar-menu {
    margin-left: auto;
}
.da-navbar-menu ul li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}
.da-navbar-menu ul li a {
    color: var(--da-text-color);
    font-size: 16px;
    font-weight: 500;
    padding: 32px 0;
    display: inline-block;
    position: relative;    
}
.da-navbar-menu ul li a img {
    max-width: 24px;
    height: 24px;
    object-fit: contain;
}
.menu li a:hover,.menu .active a {
  color: var(--da-theme-color);
}
.da-header-right ul li{
    display: inline-block;
    vertical-align: middle;
}
.da-header-right ul li:first-child{
    margin-right: 20px;
}
.da-header-right ul li a img {
    max-width: 24px;
    height: 24px;
    object-fit: contain;
}
/* header section css end */
/* banner section css start */
.da-banner-wrapper {
    background-color:#f7faff;
    padding: 250px 0;
    position: relative;
    z-index: 1;
}
.da-banner-wrapper::before{
    content: '';
    background-image:url(../images/banner-bg-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    animation: 4s topbottom linear infinite;
}
@keyframes topbottom {
    0% {
        transform: translateY(0px);        
    }
    50% {
        transform: translateY(-20px);        
    }
}
.da-header-wrapper .container, .da-banner-wrapper .container {
    max-width: 1500px;
}
.da-top-heading-div {
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
}
.da-top-heading-div span.da-left, .da-top-heading-div span.da-right {
    width: 30px;
    height: 4px;
    border-radius: 10px;
    background-color: var(--da-theme-color);    
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);    
}
.da-top-heading-div span.da-left{
    left: 0;
}
.da-top-heading-div span.da-right{
    right: 0;
}
.da-banner-left h4 {
    text-align: left;
}
.da-banner-left h1 {
    font-size: 65px;
    color: var(--da-heading-color);
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 20px;    
}
.da-banner-left h1 span{
    color: var(--da-theme-color);
}
.da-banner-left p {
    font-size: 16px;
    line-height: 26px;
    color: var(--da-grey-color);
    font-weight: 400;
    max-width: 520px;
    width: 100%;
}
.da-banner-btn{
    margin-top: 35px;
}
.da-banner-btn .da-btn {
    min-width: 200px;        
    font-size: 18px;
}
.da-banner-right {
    text-align: right;    
}
/* banner section css end */

/* partner section css start */
.da-partner-wrapper {  
    background-color: #f7faff; 
    padding-top: 80px;
    width: 100%;    
}
.da-partner-heading span{
    display: block;
    color: var(--da-theme-color);    
    font-weight: 800;
}
.da-partner-wrapper .da-activity-heading {
    padding-bottom: 0;
    max-width: 600px;
}
.da-partner-wrapper .swiper-container{
    padding: 80px 0;
}
.da-partner-wrapper .swiper-slide{
    text-align: center;    
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}
.da-partner-wrapper .swiper-slide img {
    max-width: 103px;
    height: 50px;
    object-fit: contain;
}
.da-partner-wrapper .swiper-slide:hover{
    transform: translateY(-10px)scale(1.1);
}
.da-partner-wrapper .swiper-slide:hover{
    opacity: 1;
}
/* partner section css end */

/* about section css start */
.da-about-wrapper {
    background-color: var(--da-white-color);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    width: 100%;
    position: relative;
}
.da-about-box {
    padding: 40px 17px 65px 18px;
    border-radius: 10px;
    background-color: #f7fcff;
    border: 1px solid #c6eaff;
    transition: all 0.3s ease-in-out;
}
.da-about-inner{
    text-align: center;
}
.da-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;
}
.da-about-inner span img {
    max-width: 34px;
    height: 30px;
    object-fit: contain;
}
.da-about-inner h5{
    font-size: 20px;
    color: #38b5ff;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    margin-top: 30px;
}
.da-about-inner .da-paragraph{
    margin-top: 24px;
}
.da-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;
}
.da-about-btn a{
    font-size: 12px;
    letter-spacing: 1px;    
    color: #5fc3ff;
    text-transform: uppercase;
    font-weight: 700;
}
.da-about-left-img img {
    max-width: 556px;
    height: 544px;
    object-fit: contain;
    animation: 4s topbottom linear infinite;
}
.da-about-right .da-heading {
    text-align: left;
}
.da-about-right .da-top-heading{
    text-align: left;
}
.da-about-right .da-paragraph {    
    margin: 22px 0 30px 0;
}
/* about section css end */

/* activity section css start */
.da-activity-wrapper {
    padding: 80px 0;
    background-color: #f7faff;    
    width: 100%;
}
.da-activity-box {
    position: relative;
}
.da-activity-heading {
    padding-bottom: 50px;
    max-width: 500px;
    margin: auto;
    text-align: center;
}
.da-service-img > img {
    max-width: 100px;
    height: auto;
    object-fit: contain;
    transition: all 0.8s;
}
.da-activity-box {
    background: var(--da-white-color);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    padding: 40px 20px;
    position: relative;
    transition: all 0.3s;
    text-align: center;
}
.da-activity-box:hover .da-service-img > img{
    transform: translateY(-5px);
}
.da-activity-box:hover{
    -webkit-animation-name: wobble-horizontal;
    animation-name: wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@keyframes wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.da-activity-inner>img:first-child {
    margin-left: 5px;
    max-width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 10px;
}
.da-activity-inner h3 {
    font-size: 20px;
    color: var(--da-text-color);
    font-weight: 600;
    text-transform: capitalize;
    padding-top: 20px;
    transition: all 0.3s;
}
.da-activity-inner p {
    font-size: 15px;
    font-weight: 400;
    color: var(--da-grey-color);
    padding: 5px 0 20px 0;
}
.da-activity-box:hover .da-activity-inner h3{
    color: var(--da-theme-color);
}
.da-activity-inner .da-paragraph {
    font-size: 16px;    
    margin: 10px 0 0px 0;
    color: var(--da-text-color);
}
.da-more img {
    margin-left: 5px;
    max-width: 17px;
    height: 10px;
    object-fit: contain;
}
/* activity section css end */

/* why choose us section css start */
.da-choose-wrapper{
    background-color: var(--da-white-color);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
    width: 100%;    
}
.da-choose-img img {
    max-width: 560px;
    height: 470px;
    object-fit: contain;
    animation: 4s topbottom linear infinite;
}
.da-choose-heading .da-top-heading, .da-choose-heading .da-heading {
    text-align: left;
}
.da-choose-heading {
    max-width: 600px;
    padding-bottom: 30px;
}
.da-choose-box {
    background-color: var(--da-white-color);
    border-radius: 5px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.05);
}
.da-choose-box:hover{
    -webkit-animation-name: wobble-horizontal;
    animation-name: wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.da-choose-box > img {
    max-width: 90px;
    height: 80px;
    object-fit: contain;
    position: absolute;
    top: 20px;
    right: -35px;
}
.da-choose-box span {
    height: 70px;
    width: 70px;
    background-color: var(--da-theme-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;        
}
.da-choose-box h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--da-text-color);
    text-transform: capitalize;
    padding-top: 15px;
}
/* why choose us section css end */

/* counter section css start */
.da-counter-wrapper {
    background-color: #f7faff;    
    width: 100%;
    padding: 80px 0;
}
.da-counter-parent {    
    text-align: center;    
}
.da-count > span {
    width: 90px;
    height: 90px;    
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 15px;
    transition: all 0.3s;
}
.counting {
    font-size: 45px;
    color: var(--da-theme-color);
    font-weight: 700;
}
.da-count-heading h5 {
    font-size: 18px;
    color: var(--da-text-color);
    font-weight: 600;
    text-transform: capitalize;
}
.da-count:hover span{
    transform: translateY(-10px);
}
/* counter section css end */

/* client section css start */
.da-client-wrapper{
    padding: 80px 0;
    background-image:linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url(../images/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    width: 100%;
}
.da-client-heading {
    padding-bottom: 20px;
    text-align: center;
}
.da-client-heading .da-heading {
    color: var(--da-white-color);    
    max-width: 600px;
    margin: auto;
}
.da-client-heading p {
    font-size: 16px;
    font-weight: 500;
    color: var(--da-white-color);
    max-width: 390px;
    width: 100%;
    padding-top: 20px;
}
.da-client-box {
    background-color: var(--da-white-color);
    border-radius: 20px;
    padding: 40px 20px 30px 30px;
    margin-top: 40px;
    transition: all 0.3s ease-in-out;
    position: relative;
    text-align: center;
}
.da-client-heading .da-top-heading {
    text-align: left;
}
.da-client-info {
    display: flex;
    align-items: center;
    gap: 15px;
}
.da-client-name {
    text-align: left;
}
.da-client-name h6 {
    font-size: 18px;
    font-weight: 600;
    color: var(--da-heading-color);
    transition: all 0.3s ease-in-out;
}
.da-client-name p {
    font-size: 15px;
    font-weight: 500;
    color: var(--da-theme-color);
    padding-top: 0;
}
.da-qoute-img {
    position: absolute;
    top: -15px;
    right: 20px;
}
.da-qoute-img span img {
    max-width: 50px;
    height: 40px;
    object-fit: contain;
}
.da-client-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: contain;
    background-color: var(--da-theme-color);
    padding: 2px;
}
.da-client-wrapper .swiper-container {
    padding-bottom: 50px;
}
.da-client-wrapper .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: var(--da-white-color);
    opacity: 0.7;
}
.da-client-wrapper .swiper-pagination-bullet-active {
    background-color: var(--da-theme-color);
    opacity: 1;
}
.da-client-wrapper .swiper-slide{
    transition: all 0.3s ease-in-out;
}
.da-client-name-parent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
/* client section css end */

/* project section css start */
.da-project-wrapper{
    padding: 80px 0;
    background-color: var(--da-white-color);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.da-project-wrapper .da-activity-heading { 
    max-width: 370px;
}
.da-project-box {
    background: #f7faff;
    border-radius: 20px;
    text-align: center;
    padding: 30px;
    transition: all 0.3s;
}
.da-project-box:hover{
    -webkit-animation-name: wobble-horizontal;
    animation-name: wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.da-project-img img {
    width: 80px;
    height: auto;
    object-fit: contain;
}
.da-project-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--da-text-color);
    text-transform: capitalize;
    padding: 20px 0 5px 0;
    transition: all 0.3s;
}
.da-project-box:hover .da-project-content h4{
    color: var(--da-theme-color);
}
.da-project-content p { 
    font-size: 15px;
    font-weight: 400;
    color: var(--da-grey-color);
}
/* project section css end */

/* blog section css start */
.da-blog-wrapper{
    padding: 80px 0;
    background-color: var(--da-white-color);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.da-blog-heading {
    padding-bottom: 50px;
    max-width: 500px;
    width: 100%;
    margin: auto;
    text-align: center;
}
.da-blog-heading .da-paragraph{
    margin-left: auto;
    color: var(--da-theme-color);
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.da-blog-heading img {
    max-width: 17px;
    height: 10px;
    object-fit: contain;
    margin: 2px 0 0 5px;
}
.da-blog-heading .da-paragraph:hover{
    letter-spacing: 2px;
}
.da-blog-content{
    position: relative;
}
.da-blog-img {
    overflow: hidden;    
    border-radius: 10px;    
}
.da-blog-img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.da-blog-box:hover .da-blog-img img{
    transform: scale(1.2)rotate(5deg);
}
.da-blog-img-parent {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.da-blog-content {
    background-color: rgba(255,255,255,0.85);
    backdrop-filter: blur(3px);
    padding: 15px 10px 15px 20px;
    position: relative;
    border-radius: 10px;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    transition: all 0.5s;
}
.da-blog-box:hover .da-blog-content{
    transform: translateY(110px);
}
.da-blog-content>img {
    max-width: 17px;
    height: 10px;
    object-fit: contain;
}
.da-blog-content h4 {
    font-size: 20px;
    color: var(--da-text-color);
    font-weight: 600;
    text-transform: capitalize;
}
.da-blog-hover-text {
    background-color: rgba(255,255,255,0.85);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    transition: all 0.5s;
    z-index: 1;
    transform: translateY(-110%);
}
.da-blog-hover-text > p {
    margin-bottom: 10px;
}
.da-blog-box:hover .da-blog-hover-text{    
    transform: translateY(0);
}
.da-blog-content .da-paragraph { 
    font-size: 15px;
    margin: 15px 0;
}
.da-blog-footer {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.da-blog-footer-info {
    display: flex;
    align-items: center;
}
.da-blog-footer-info:last-child {
    margin-left: 20px;
}
.da-blog-footer-info a {
    font-size: 16px;
    color: var(--da-theme-color);
    font-weight: 400;
    margin-left: 8px;
}
.da-readmore {
    font-size: 16px;
    font-weight: 500;
    color: var(--da-theme-color);
    text-transform: capitalize;
    transition: all 0.3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.da-readmore:hover{
    color: var(--da-theme-color);
    letter-spacing: 1px;
}
/* blog section css end */
/* footer section css start */
.da-footer-wrapper {
    padding: 80px 0;
    background-color:var(--da-bg-color);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.da-footer-logo img {
    max-width: 239px;
    height: 41px;
    object-fit: contain;
}
.da-footer-text .da-paragraph {
    color: var(--da-white-color);
    margin: 25px 0 10px 0; 
    font-weight: 300;
}
.da-footer-text a{
    font-size: 16px;
    font-weight: 400;
    color: var(--da-white-color);
    transition: all 0.3s ease-in-out;
}
.da-footer-icon ul{
    margin-top: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.da-footer-icon ul li a {
    width: 44px;
    height: 44px;
    color: var(--da-white-color);
    background-color: var(--da-theme-color);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.da-footer-icon ul li a:hover{
    background-color: var(--da-theme-color);    
    color: var(--da-white-color);    
    transform: translateY(-5px);
}
.da-footer-icon ul li a img {
    max-width: 19px;
    height: 16px;
    object-fit: contain;
}
.da-footer-linda-heading .da-heading {
    text-align: left;
    color: var(--da-white-color);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 36px;
    position: relative;
}
.da-footer-link ul li{    
    margin-bottom: 10px;
}
.da-footer-link ul li a {
    color: var(--da-white-color);
    font-size: 16px;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
}
.da-footer-link ul li a:hover{
    color: var(--da-theme-color);
}
.da-footer-link ul li img {
    margin: -2px 10px 0 0;
    max-width: 15px;
    height: 15px;
    object-fit: contain;
}                       
.da-footer-form{
    margin-top: 10px;
}
.da-footer-form input {
    height: 50px;
    width: 100%;
    background-color: var(--da-white-color);    
    border-radius: 5px;
    color: var(--da-text-color); 
    font-weight: 400;
    border: none;
    padding: 0 20px;
    margin-bottom: 15px;
}
.da-footer-form input::placeholder{
    font-size: 14px;
    color: var(--da-text-color); 
    font-weight: 400;
}
.da-footer-form .da-btn {
    width: 100%;    
}
/* footer section css end */
/* copyright section css start */
.da-copyright-wrapper {
    background-color: var(--da-text-color);
}
.da-copyright-wrapper p {
    font-size: 16px;
    color: var(--da-white-color);
    font-weight: 300;
    text-align: center;
    padding: 15px 0;
}
.da-copyright-wrapper a{
    color: var(--da-theme-color);
    font-weight: 500;
}
/* copyright section css end */
/* swiper slider */
.da-client-wrapper .swiper-container, .da-partner-wrapper .swiper-container{    
    overflow: hidden;
    position: relative;
}
/* swiper slider */

/* Responsive CSS Start */
@media(min-width:992px){
    .da-header-wrapper.da-header-fixed {
        position: fixed;
        background-color: #ffffffc9;
        backdrop-filter: blur(5px);
        box-shadow: 0 0 25px 0 rgba(0,0,0,0.08);
        -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:1550px){
    .da-banner-right img {
        max-width: 100%;
        height: auto; 
    }
}
@media(max-width:1440px){
    .da-banner-left h1 {
        font-size: 50px;
    }
}
@media(max-width:1199px){        
    .da-navbar-menu ul li{
        margin-right: 30px;
    }
    .da-banner-wrapper {
        padding: 150px 0 80px 0;
    }
    .da-banner-right {     
        padding: 0px 0 0 0;
    }
    .da-banner-right img {
        max-width: 100%;
    }    
    .da-about-left-img img {
        max-width: 100%;
        width: 100%;
        height: auto;     
    }
    .da-blog-footer span:nth-child(2) {
        margin-left: 10px;
    }
    .da-blog-footer span svg {
        margin-right: 2px;
    }
    .da-client-box:after{
        max-width: 400px;
    }
    .da-blog-content h4 {
        font-size: 18px;
    }
    .da-blog-content {
        padding: 15px 10px;
        left: 5px;
        right: 5px;
        bottom: 5px;
    }
    .da-blog-hover-text {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
    }
}

@media(max-width:991px){
    .da-header-right {
        max-width: 200px;
        width: 100%;
    }
    .da-banne-right {
        margin-top: 30px;
    }
    .da-navbar-menu .responsive-logo a img{
        display: block;
    }
    .da-toggle-btn {
        display: block;
        position: absolute;
        right: 25px;
        top: 23px;
        cursor: pointer;
    }
    .da-brand-logo { 
        width: 100%;
        padding: 15px;
        border-radius: 5px;
        position: relative;
    }    
    .da-header-parent {      
        background: none;
    }
    .da-navbar-menu ul {
        position: fixed;
        top: 0px;
        left: -260px;
        width: 260px;
        height: 100%;
        background-color: var(--da-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;
    }
    .da-navbar-menu ul li{
        display: block;        
        padding: 0 0 10px 10px;
    }
    .da-navbar-menu ul li a{
        padding: 10px 0;
    }
    .da-toggle-btn span {
        width: 30px;
        height: 4px;
        background-color: var(--da-theme-color);
        margin-bottom: 5px;
        display: block;
        margin-left: auto;                
        transition: all 0.3s ease-in-out;
    }
    .menu-open .da-toggle-btn > span:nth-child(2) {
        transform: translateX(20px);
        visibility: hidden;
        opacity: 0;
    }
    .menu-open .da-toggle-btn > span:nth-child(1) {
        transform: rotate(45deg);
        transform-origin: 4px 4px;
    }
    .menu-open .da-toggle-btn > span:nth-child(3) {
        transform: rotate(-45deg);
        transform-origin: 4px -1px;
    } 
    .menu-open .da-navbar-menu ul {
        left: 0;
    }
    .da-banner-left h1 {     
        max-width: 500px;
    }        
    .da-banner-left, .da-banner-left h4 {
        text-align: center;
    }
    .da-banner-left p {
        margin: 15px auto 0;
    }
    .da-banner-btn {
        margin-top: 20px;
    }
    .da-banner-btn .da-btn {
        min-width: 150px;
        font-size: 15px;
    }    
    .da-banner-left h1 {
        max-width: 600px;
        margin: auto;
    }
    .da-banner-right {     
        text-align: center;
    }
    .counting {
        font-size: 30px;
    }
    .da-about-right {
        margin-top: 30px;    
    }
    .da-about-right .da-dark-btn{
        margin: auto;
    }
    .single-content {
        flex: 0 0 33.33%;
        max-width: 33.33%;        
    }       
    .da-count-heading h5 {
        font-size: 14px;
    }
    .da-client-box:after{
        display: none;
    }    
    .da-activity-box.activity-second {
        margin: 30px 0;
    }
    .da-team-img img {        
        max-width: 100%;
        height: auto;
    }
    .da-banne-right img {
        max-width: 100%;
        height: auto;     
    }
    .counting {
        margin-top: 0;
    }
    .da-menu-right {
        text-align: center;
    }
    .da-service-img {     
        text-align: center;
    }
    .da-service-img img {
        max-width: 100%;     
    }
    .da-count > span {
        width: 85px;
        height: 85px;
    }
    .da-count > span img {
        max-width: 50px;
        height: 50px;     
    }    
    .da-choose-right-main {
        padding-top: 30px;
    }
    .da-choose-box h4 {
        font-size: 18px;
    }
    .da-choose-wrapper {
        padding-bottom: 50px;
    }
    .da-banner-wrapper .row, .da-about-botm-parent > .row {
        flex-direction: column-reverse;
    }
    .da-banner-right img {
        max-width: 600px;
        width: 100%;
    }
    .da-banner-wrapper::before{
        display: none;
    }
    .da-banner-wrapper {
        padding: 100px 0 50px 0;
    }
}

@media(max-width:767px){    
    .single-content {
        flex: 0 0 50%;
        max-width: 50%;        
    }     
    .da-about-left-img img {
        max-width: 100%;
        width: 100%;
        height: auto;     
    }
    .da-choose-box {
        max-width: 300px;
        margin: auto;
    }
    .da-choose-heading .da-top-heading, .da-choose-heading .da-heading {
        text-align: center;
    }
    .da-choose-heading {
        text-align: center;
    }
    .da-count > span {
        margin-bottom: 0;
    }
    .da-footer-link-parent, .da-footer-last-parent {
        margin-top: 30px;
    }
    .da-footer-text .da-paragraph {
        margin: 20px 0 0px 0;     
    }
    .da-footer-icon ul {
        margin-top: 15px;
    }
    .da-footer-linda-heading .da-heading {
        margin-bottom: 10px;
    }
}
@media(max-width:575px){
    .da-banner-wrapper {     
        background-position: inherit;
    }        
    .da-banner-left h1 {
        font-size: 30px;     
    }
    .da-banner-left p {
        font-size: 13px;
        line-height: normal;     
    }
    .da-banner-btn{
        display: block;
    }     
    .da-about-left-img img {
        width: 100%;
        height: auto;
        max-width: 500px;
    }
    .da-header-right {     
        display: none;
    }
    .da-toggle-btn {
        right: 15px;
    }       
    .da-banner-right img {
        max-width: 400px;     
    }
    .da-choose-img{
        text-align: center;
    } 
    .da-choose-img img {
        max-width: 400px;
        height: auto;     
    }
}
@media(max-width:480px){
    .da-about-right .da-paragraph {
        margin: 10px 0 20px 0;
    }
    .da-brand-logo {
        padding: 15px 0;
        position: relative;
    }
    .da-brand-logo a img {
        max-width: 200px;
        height: auto;     
    }
    .da-banner-right img {
        max-width: 300px;
    }
    .da-top-heading {
        font-size: 18px;
        font-weight: 500;
        padding: 0 30px;        
    }
    .da-top-heading-div span.da-left, .da-top-heading-div span.da-right {
        width: 20px;
    }
    .da-choose-img img {
        max-width: 300px;     
    }
    .da-heading{        
        font-size: 25px;     
    }
    .da-paragraph {
        font-size: 14px;     
        font-weight: 300;
    }
    .da-choose-wrapper, .da-counter-wrapper, .da-activity-wrapper, .da-about-wrapper, .da-work-wrapper, .da-blog-wrapper, .da-client-wrapper, .da-partner-wrapper .swiper-container, .da-footer-wrapper {
        padding: 50px 0;     
    }
    .da-partner-wrapper {
        padding-top: 50px;     
    }
    .da-about-left-img img {        
        max-width: 400px;
    }
    .da-about-right {
        margin-top: 0;
    }
    .da-btn {
        min-width: 130px;
        padding: 10px 15px;
        font-size: 15px;
        font-weight: 400;
    }
    .da-activity-heading, .da-blog-heading {
        padding-bottom: 20px;     
    }
    .da-service-img img {
        max-width: 80px;
        height: auto;
    }
    .da-project-img img {
        width: 60px;     
    }
    .da-client-box {
        margin-top: 20px;
    }
    .da-client-img img {
        width: 50px;
        height: 50px;
        padding: 1px;
    }
    .da-client-info {     
        gap: 10px;
    }
    .da-client-name h6 {
        font-size: 16px;
        font-weight: 500;
    }
    .da-client-name p {
        font-size: 14px;
        font-weight: 400;     
    }
    .da-footer-linda-heading .da-heading {
        font-size: 18px;
        font-weight: 500;
    }
    .da-footer-link ul li {
        margin-bottom: 0;
    }
    .da-footer-link ul li a {
        font-size: 14px;
    }
    .da-footer-form .da-btn {     
        padding: 14px;
    }
    .da-copyright-wrapper p {
        font-size: 14px;
        padding: 10px 0;
    }
    .da-blog-img img {
        height: 300px;        
    }
}
@media(max-width:425px){                    
    .da-client-box{
        margin-top: 20px;
    }    
    .da-client-wrapper .swiper-container {
        padding-bottom: 60px;
    }
    .da-partner-wrapper .swiper-slide {
        margin-top: 12px;
    }
    .da-menu-list {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .da-menu-list .da-menu-img img {
        margin-right: 0;
    }
    .da-menu-content {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }
    .da-cta-heading .da-heading {
        font-size: 25px;     
    }
    .da-client-box {
        padding: 30px 20px 25px 20px;
    }
    .da-project-box {
        padding: 30px 15px;
    }
}
@media(max-width:375px){    
    .single-content {
        flex: 0 0 100%;
        max-width: 100%;        
    }    
    .da-gallery-img{
        margin-left: 15px;
    }       
    .da-main-btn {
        flex-direction: column;
    }
    .da-main-btn a:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .da-banner-left {     
        text-align: center;
    }
}
/* Responsive CSS End */