/* RESPONSIVE CSS START */


@media screen and (min-width:1440px) and (max-width:1919.98px) {

	
	
}




@media screen and (min-width:1200px) and (max-width:1439.98px) {
	
	
	.portfolio .s-container {
		max-width: 1160px; 
	}
	
	.services-section .s-container {
		max-width: 1080px;
	}
	
	.our-services-slider .owl-nav button.owl-prev {
		left: -40px;
	}

	.our-services-slider .owl-nav button.owl-next {
		right: -40px;
	}
	
	.banner-caption {
		max-width: 950px;
	}
	
	.owl-item h6 {
		font-size: 16px;
		line-height: 26px;
	}
	
	.owl-item h4, .owl-item h1,.owl-item h3, .owl-item h2 {
		font-size: 60px;
		line-height: 70px;
	} 
	
	.service-box-inner {
		padding: 45px 20px 30px; 
	} 
	
	.contact-us-form {
		padding: 100px 75px;
	} 
	
	.section-title {
		font-size: 28px;
		line-height: 38px;
	} 
	
	.s-footer-logo a {
		width: 220px;
	} 
	
	.footer-col-inner {
		padding-right: 55px;
	}
	
	.footer-logo-area p {
		    margin-top: 15px;
	} 
	
	
	.banner-section .owl-nav button.owl-prev {
		    width: 95px;
	}
	
	.banner-section .owl-nav button.owl-prev::before {
		width: 43px;
		height: 43px;
	} 
	
	.banner-section .owl-nav button.owl-prev span::before {
		    top: 10px;
			left: 35px;
	} 
	
	.banner-section .owl-nav button.owl-prev::after {
		    right: 14px;
			top: -11.5px;
	}
	
	.banner-section .owl-nav button.owl-next {
		width: 95px;
	}
	
	.banner-section .owl-nav button.owl-next::before {
		width: 43px;
		height: 43px;
	} 
	
	.banner-section .owl-nav button.owl-next span::before {
		    top: 10px;
			left: 35px;
	}
	
	.banner-section .owl-nav button.owl-next::after {
		left: 14px;
		top: -11.5px;
	}
	
	.commitment-features-box-inner {
		padding: 45px 20px 35px;
	}
	
	.post-content-wrapper blockquote p {
	  font-size: 18px;
	  line-height: 28px; 
	} 
	
	.post-content-wrapper blockquote cite{
		font-size: 12px;
	  line-height: 20px; 
	}
	
	.blog-listing-main {
	  padding: 150px 50px 100px;
	} 
	
	.s-cta-section{
		padding: 50px 50px;
	}
	
	.s-cta-img {
	  padding-left: 100px;
	}
	
	
	
}




@media screen and (min-width:992px) and (max-width:1199.98px) {
	
	.portfolio .s-container {
		max-width: 950px;
	}
	
	.service-boxes-area {
		justify-content: center;
	}
	
	.our-services-slider .owl-nav button.owl-prev {
		left: -40px;
	}

	.our-services-slider .owl-nav button.owl-next {
		right: -40px;
	}

	.navbar-toggler {
		order: 2;
		display: flex;
	}
	
	.header-cta {
		order: 1;
		display: flex;
	} 
	
	.header-cta .theme-btn {
		font-size: 14px;
		line-height: 24px;
		padding: 7px 15px;
		margin-right: 25px;
		height: 42px;
		padding: 0px;
		width: 120px;
		text-align: center;
		line-height: 42px;
	}
	
	.navbar-toggler a {
		border: 1px solid rgb(41 56 87 / 10%);
		height: 40px;
		width: 40px;
		border-radius: 4px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: rgb(57 104 178 / 5%);
	}
	
	.navbar-toggler a i {
		display: inline-block;
		font-size: 20px;
		position: relative;
		top: 0px;
		left: -0.5px;
		color: #000;
		opacity: 0.5;
		height: 17px;
		width: 17px;
	}
	
	.navbar-toggler {
		display: block;
	}
	
	.navbar-area {
		padding: 10px 0px;
	} 
	
	.header-navigation > ul{
		display: none;
		position: absolute;
		right: 0;
		top: 70px;
		background: #fbfcfd;
		width: 100%;
		padding: 10px 0px;
		box-shadow: 0px 15px 15px rgb(0 0 0 / 5%);
		border-top: 1px solid rgb(41 56 87 / 10%);
	}
	
	.header-navigation ul li {
		display: block;
		width: calc(100% - 40px);
		margin: 0px auto;
	} 
	
	.header-navigation ul li a {
		padding: 11px 15px 9px 0px;
		font-size: 14px;
		line-height: 24px;
		border-top: 1px solid rgb(41 56 87 / 10%);
		display: flex;
		align-items: center;
	}
	
	.header-navigation ul li:first-child a{
		border-top: 0px;
	}
	
	.header-navigation ul li.active > a, .header-navigation ul li > a:hover {
		color: #3968b2;
		background: transparent;
	} 
	
	.header-navigation ul li a i.fa-angle-down {
		display: none;
	}
	
	.header-navigation ul li a i.fa-plus {
		display: block;
	}
	
	.header-navigation ul li a i {
		margin-left: auto;
		float: right;
	} 
	
	.dropdown-menu {
		position: relative;
		width: 100%;
		box-shadow: none;
		background: #fbfcfd;
		animation: none;
		width: calc(100% - 20px);
		margin-left: auto;
		display: none;
	}
	
	.header-navigation > ul > li:hover .dropdown-menu {
		    display: none;
	}
	
	.header-navigation > ul > li.dropdown-menu-open:hover .dropdown-menu {
		    display: table;
	}
	
	.header-navigation > ul > li.dropdown-menu-open .dropdown-menu {
		display: table;
	}
	
	.header-navigation ul li .dropdown-menu a{
		    border-top: 1px solid rgb(41 56 87 / 10%);
			border-bottom: 0px;
	}
	
	.header-navigation ul li .dropdown-menu > ul > li:first-child a {
		border-top: 1px solid rgb(41 56 87 / 10%);
		border-bottom: 0px;
	}
	
	.header-navigation ul li .dropdown-menu > ul > li:last-child a {
		border-top: 1px solid rgb(41 56 87 / 10%);
		border-bottom: 0px;
	} 
	
	.header-navigation ul li .dropdown-menu a {
		padding: 11px 15px 9px 0px; 
	}
	
	header.fixed-header .navbar-area .header-navigation > ul {
		top: 70px;
	} 
	
	li.has-dropdown-menu.dropdown-menu-open > a i::before {
		content: "\f068";
	}
	
	.banner-caption {
		max-width: 75%;
	}
	
	.owl-item h6 {
		font-size: 16px;
		line-height: 26px;
	}
	
	.owl-item h4, .owl-item h1,.owl-item h2, .owl-item h3 {
		font-size: 35px;
		line-height: 45px;
	}
	
	.banner-section .owl-nav button.owl-prev {
		    width: 85px;
	}
	
	.banner-section .owl-nav button.owl-prev::before {
		width: 40px;
		height: 40px;
	} 
	
	.banner-section .owl-nav button.owl-prev span::before {
		top: 10px;
		left: 33px;
		width: 20px;
		height: 20px;
	} 
	
	.banner-section .owl-nav button.owl-prev::after {
		    right: 10px;
			top: -10px;
	}
	
	.banner-section .owl-nav button.owl-next {
		width: 85px;
	}
	
	.banner-section .owl-nav button.owl-next::before {
		width: 40px;
		height: 40px;
	} 
	
	.banner-section .owl-nav button.owl-next span::before {
		    top: 10px;
			left: 33px;
			width: 20px;
			height: 20px;
	}
	
	.banner-section .owl-nav button.owl-next::after {
		left: 10px;
		top: -10px;
	}
	
	.owl-item h4, .owl-item h1.owl-item h2, .owl-item h3 {
		margin-bottom: 35px;
	} 
	
	.sub-title {
		font-size: 14px;
		line-height: 24px; 
	}
	
	.section-title {
		font-size: 25px;
		line-height: 35px; 
	}
	
	.industries-experience-box-inner {
		padding: 20px 15px 15px;
		margin: 10px;
	}
	
	.industries-experience-box-inner img {
		height: 45px;
	} 
	
	.industries-experience-box-inner h4 {
		font-size: 16px;
		line-height: 26px;
	} 
	
	.industries-experience-box-inner::before {
		    top: -35px;
			right: -35px;
			width: 60px;
			height: 60px;
	}
	
	.industries-experience-box-inner:hover::before {
		width: 105%;
		height: 105%;
		top: -15px;
		right: 50%;
		border-radius: 35px;
	} 
	
	.padding-100 {
		padding: 80px 0px;
	} 
	
	.counter-content {
		padding: 30px 0px;
		width: auto;
	}
	
	.counter-digit .counter {
		font-size: 45px;
		line-height: 55px;
	} 
	
	.counter-box-title {
		    margin-top: 0px;
	}
	
	.testimonial-slider .item p {
		    width: 75%;
	}
	
	.blog-post-content {
		padding: 10px 15px 30px; 
	}
	
	.blog-posts-grid > div {
		margin-bottom: 30px;
	} 
	
	.blog-post-footer li a {
		padding: 10px 15px;
	}
	
	.contact-us-section {
		padding: 120px 0px 0px;
	} 
	
	.contact-us-form {
		    padding: 40px;
	} 
	
	.contact-us-form-inner {
		    padding: 40px 0px;
	} 

	.s-row.contact-us-content > .s-col-6:nth-child(1) {
		margin-top: -40px; 
	}
	
	.field-group {
		margin-bottom: 0px;
	} 
	
	.field-wrap {
		margin-bottom: 20px;
	}
	
	.support-team-area-inner {
		padding: 40px;
	} 
	
	.contact-us-form textarea {
		height: 80px;
	} 
	
	.contact-us-form .theme-btn {
		    margin-top: 30px;
	} 
	
	.contact-form-heading-area .section-title {
		margin-bottom: 25px;
		line-height: 35px;
	} 
	
	.footer-section {
		padding: 80px 0px 0px; 
	} 
	
	.footer-col.footer-logo-area {
		width: 50%;
	} 
	
	.footer-col.footer-links-area {
		width: 50%;
	} 
	
	.footer-col.footer-contact-area {
		width: 50%;
	} 
	
	.footer-col {
		margin-bottom: 35px;
	} 
	
	.footer-col:nth-last-child(1), .footer-col:nth-last-child(2) {
		margin-bottom: 35px;
	}
	
	.copyright-section {
		    margin-top: 20px;
	}
	.footer-col h4 {
		    margin-bottom: 20px;
	}
	
	.features-box-inner {
		padding: 30px 20px;
	}
	
	.graphic-design-banner-section .section-title {
		font-size: 35px;
		line-height: 45px;
	} 
	
	.graphic-designing-page .experience-best-result-content {
		padding-left: 0px;
		padding-right: 50px;
	} 
	
	.contact-page-section-main-content .section-title{
		    font-size: 35px;
			line-height: 45px;
	} 
	
	.contact-page-section-main-content .sub-title{
		font-size: 20px;
		line-height: 30px;
	}
	
	.header-navigation > ul > li {
		padding: 0;
	} 
	
	.header-navigation > ul > li > a::before{
		    bottom: 0px;
			height: 2px;
	}
	
	.dropdown-menu > ul > li.sub-itam-active > a, .dropdown-menu > ul > li > a:hover {
		background: transparent;
		color: #3968b2;
		border-bottom: 2px solid #3968b2 !important;
	}
	
	.blog-detail-inner-container {
		max-width: 80%;
	} 
	
	.post-title {
	  font-size: 28px;
	  line-height: 38px; 
	} 
	
	.post-title-wrapper p {
	  font-size: 15px;
	  line-height: 25px; 
	} 
	
	.post-social-share-link-area{
		left: -65px;
	} 
	
	.post-content-wrapper h1 {
	  font-size: 28px;
	  line-height: 38px;
	}
	
	.post-content-wrapper h2 {
	   font-size: 23px;
	   line-height: 33px; 
	} 
	
	.post-content-wrapper p{
		font-size: 12px;
		line-height: 22px;
	} 
	
	.post-meta .post-author-img {
		  max-width: 30px;
		  max-height: 30px;
	}
	
	.post-meta ul .post-author a{
		font-size: 12px;
		line-height: 22px;
	} 
	
	.post-social-share-link-area ul li a {
	  width: 30px;
	  height: 30px;
	} 
	
	.post-social-share-link-area ul li a i {
	  top: 0;
	  left: 0;
	  font-size: 10px;
	} 
	
	.post-social-share-link-area h5 {
		margin-bottom: 10px;
		font-size: 10px;
	} 
	
	.post-social-share-link-area-inner{
		margin-top: 0px;
	} 
	
	.blog-aside-inner{
		padding-right: 25px;
		margin-right: 25px;
	}
	
	.post-content-wrapper blockquote p {
	  font-size: 18px;
	  line-height: 28px; 
	} 
	
	.post-content-wrapper blockquote cite{
		font-size: 12px;
	  line-height: 20px; 
	}
	
	.post-meta .post-date{
		font-size: 12px;
		line-height: 22px;
	}
	
	.blog-listing-heading-part h1 {
	  font-size: 40px;
	  line-height: 50px;
	} 
	
	.blog-listing-heading-part p {
	  font-size: 16px;
	  line-height: 26px;
	} 
	
	.blog-listing-main {
	  padding: 100px 10px 100px;
	} 
	
	.blog-article-content p {
		font-size: 14px;
		line-height: 24px; 
	} 
	
	.blog-article-thumb a img{
		aspect-ratio: 1/0.65;
	} 
	
	.s-cta-section{
		padding: 50px 10px;
	} 
	
	.s-cta-content h2 {
	  font-size: 30px;
	  line-height: 40px;
	} 
	
	.s-cta-img {
		padding-left: 50px;
	} 
	
	.blog-list-part {
		padding-top: 50px;
	} 
	
	.blog-article {
	  margin-bottom: 50px;
	} 
	
	.blog-article-thumb a:hover img {
		box-shadow: 0 15px 50px rgba(0,0,0,.2);
	}
	
}




@media screen and (min-width:768px) and (max-width:991.98px) {
	
	
	.portfolio .s-container {
		max-width: 725px;
	}
	

	.navbar-toggler {
		order: 2;
		display: flex;
	}
	
	.header-cta {
		order: 1;
		display: flex;
	} 
	
	.header-cta .theme-btn {
		font-size: 14px;
		line-height: 24px;
		padding: 7px 15px;
		margin-right: 25px;
		height: 42px;
		padding: 0px;
		width: 120px;
		text-align: center;
		line-height: 42px;
	}
	
	.navbar-toggler a {
		border: 1px solid rgb(41 56 87 / 10%);
		height: 40px;
		width: 40px;
		border-radius: 4px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: rgb(57 104 178 / 5%);
	}
	
	.navbar-toggler a i {
		display: inline-block;
		font-size: 20px;
		position: relative;
		top: 0px;
		left: -0.5px;
		color: #000;
		opacity: 0.5;
		height: 17px;
		width: 17px;
	}
	
	.navbar-toggler {
		display: block;
	}
	
	.navbar-area {
		padding: 10px 0px;
	} 
	
	.header-navigation > ul{
		display: none;
		position: absolute;
		right: 0;
		top: 70px;
		background: #fbfcfd;
		width: 100%;
		padding: 10px 0px;
		box-shadow: 0px 15px 15px rgb(0 0 0 / 5%);
		border-top: 1px solid rgb(41 56 87 / 10%);
	}
	
	.header-navigation ul li {
		display: block;
		width: calc(100% - 40px);
		margin: 0px auto;
	} 
	
	.header-navigation ul li a {
		padding: 11px 15px 9px 0px;
		font-size: 14px;
		line-height: 24px;
		border-top: 1px solid rgb(41 56 87 / 10%);
		display: flex;
		align-items: center;
	}
	
	.header-navigation ul li:first-child a{
		border-top: 0px;
	}
	
	.header-navigation ul li.active > a, .header-navigation ul li > a:hover {
		color: #3968b2;
		background: transparent;
	} 
	
	.header-navigation ul li a i.fa-angle-down {
		display: none;
	}
	
	.header-navigation ul li a i.fa-plus {
		display: block;
	}
	
	.header-navigation ul li a i {
		margin-left: auto;
		float: right;
	} 
	
	.dropdown-menu {
		position: relative;
		width: 100%;
		box-shadow: none;
		background: #fbfcfd;
		animation: none;
		width: calc(100% - 20px);
		margin-left: auto;
		display: none;
	}
	
	.header-navigation > ul > li:hover .dropdown-menu {
		    display: none;
	}
	
	.header-navigation > ul > li.dropdown-menu-open:hover .dropdown-menu {
		    display: table;
	}
	
	.header-navigation > ul > li.dropdown-menu-open .dropdown-menu {
		display: table;
	}
	
	.header-navigation ul li .dropdown-menu a{
		    border-top: 1px solid rgb(41 56 87 / 10%);
			border-bottom: 0px;
	}
	
	.header-navigation ul li .dropdown-menu > ul > li:first-child a {
		border-top: 1px solid rgb(41 56 87 / 10%);
		border-bottom: 0px;
	}
	
	.header-navigation ul li .dropdown-menu > ul > li:last-child a {
		border-top: 1px solid rgb(41 56 87 / 10%);
		border-bottom: 0px;
	} 
	
	.header-navigation ul li .dropdown-menu a {
		padding: 11px 15px 9px 0px; 
	}
	
	header.fixed-header .navbar-area .header-navigation > ul {
		top: 70px;
	} 
	
	
	li.has-dropdown-menu.dropdown-menu-open > a i::before {
		content: "\f068";
	}
	
	.banner-caption {
		max-width: 75%;
	}
	
	.owl-item h6 {
		font-size: 16px;
		line-height: 26px;
	}
	
	.owl-item h4, .owl-item h1,.owl-item h2, .owl-item h3 {
		font-size: 35px;
		line-height: 45px;
	}
	
	.banner-section .owl-nav button.owl-prev {
		    width: 85px;
	}
	
	.banner-section .owl-nav button.owl-prev::before {
		width: 40px;
		height: 40px;
	} 
	
	.banner-section .owl-nav button.owl-prev span::before {
		top: 10px;
		left: 33px;
		width: 20px;
		height: 20px;
	} 
	
	.banner-section .owl-nav button.owl-prev::after {
		    right: 10px;
			top: -11.5px;
	}
	
	.banner-section .owl-nav button.owl-next {
		width: 85px;
	}
	
	.banner-section .owl-nav button.owl-next::before {
		width: 40px;
		height: 40px;
	} 
	
	.banner-section .owl-nav button.owl-next span::before {
		    top: 10px;
			left: 33px;
			width: 20px;
			height: 20px;
	}
	
	.banner-section .owl-nav button.owl-next::after {
		left: 10px;
		top: -11.5px;
	}
	
	.owl-item h4, .owl-item h1,.owl-item h2, .owl-item h3 {
		margin-bottom: 35px;
	} 
	
	.sub-title {
		font-size: 14px;
		line-height: 24px; 
	}
	
	.section-title {
		font-size: 25px;
		line-height: 35px; 
	}
	
	.industries-experience-box-inner {
		padding: 20px 10px 15px;
		margin: 10px;
	}
	
	.industries-experience-box-inner img {
		height: 45px;
	} 
	
	.industries-experience-box-inner h4 {
		font-size: 16px;
		line-height: 26px;
	} 
	
	.industries-experience-box-inner::before {
		    top: -35px;
			right: -35px;
			width: 60px;
			height: 60px;
	}
	
	.industries-experience-box-inner:hover::before {
		width: 105%;
		height: 105%;
		top: -15px;
		right: 50%;
		border-radius: 35px;
	} 
	
	.padding-100 {
		padding: 80px 0px;
	} 
	
	.counter-content {
		padding: 30px 0px;
		width: auto;
	}
	
	.counter-digit .counter {
		font-size: 45px;
		line-height: 55px;
	} 
	
	.counter-box-title {
		    margin-top: 0px;
	}
	
	.testimonial-slider .item p {
		    width: 75%;
	}
	
	.blog-post-content {
		padding: 10px 20px 30px; 
	}
	
	.blog-posts-grid > div {
		margin-bottom: 30px;
	} 
	
	.contact-us-section {
		padding: 160px 0px 0px;
	} 
	
	.contact-us-form {
		    padding: 20px 40px 25px;
	} 
	
	.contact-us-form-inner {
		    padding: 20px 0px;
	} 
	
	.field-group .s-col-6:nth-child(1) .field-wrap {
		padding-right: 0;
	} 
	
	.field-group .s-col-6:nth-child(2) .field-wrap {
		padding-left: 0px;
	} 
	
	.field-group {
		margin-bottom: 0px;
	} 
	
	.field-wrap {
		margin-bottom: 20px;
	}
	
	.support-team-area-inner {
		padding: 40px;
	} 
	
	.contact-us-form textarea {
		height: 80px;
	} 
	
	.contact-us-form .theme-btn {
		    margin-top: 30px;
	} 
	
	.contact-form-heading-area .section-title {
		margin-bottom: 25px;
		line-height: 35px;
	} 
	
	.s-row.contact-us-content > .s-col-6:nth-child(1) {
		margin-top: -90px;
	} 
	
	.footer-section {
		padding: 80px 0px 0px; 
	} 
	
	.footer-col.footer-logo-area {
		width: 50%;
	} 
	
	.footer-col.footer-links-area {
		width: 50%;
	} 
	
	.footer-col.footer-contact-area {
		width: 50%;
	} 
	
	.footer-col {
		margin-bottom: 35px;
	} 
	
	.footer-col:nth-last-child(1), .footer-col:nth-last-child(2) {
		margin-bottom: 35px;
	}
	
	.copyright-section {
		    margin-top: 20px;
	}
	.footer-col h4 {
		    margin-bottom: 20px;
	}
	
	
	
	
	.commitment-features-box-img img {
		    height: 100px;
	} 
	
	.commitment-features-box-img {
		margin-bottom: 20px;
	} 
	
	.commitment-features-box-inner {
		padding: 30px 20px 30px; 
	}
	
	.team-member-box {
		padding: 15px;
	} 
	
	.team-content {
		margin: 30px -15px 0px;
	}
	
	.services-slider .section-title {
		font-size: 30px;
		line-height: 40px;
	}
	
	.time-to-get-website {
		margin-bottom: 60px;
	}
	
	.graphic-design-banner-section {
		padding: 50px 0px;
	}
	
	.experience-best-result-content {
		padding-left: 0px;
		padding-right: 50px;
	}
	
	.contact-page-section-main-content .section-title{
		    font-size: 30px;
			line-height: 40px;
	} 
	
	.contact-page-section-main-content .sub-title{
		font-size: 18px;
		line-height: 28px;
	} 
	
	.map-section.padding-100 {
		padding: 80px 0px 100px;
	}
	
	.header-navigation > ul > li {
		padding: 0;
	} 
	
	.header-navigation > ul > li > a::before{
		    bottom: 0px;
			height: 2px;
	}
	
	.dropdown-menu > ul > li.sub-itam-active > a, .dropdown-menu > ul > li > a:hover {
		background: transparent;
		color: #3968b2;
		border-bottom: 2px solid #3968b2 !important;
	}
	
	.testimonial-slider .item > p::before {
		width: 65px;
		height: 65px;
	    left: -70px;
	}
	
	.service-boxes-area {
		justify-content: center;
	}
	
	.our-services-slider .owl-nav button.owl-prev {
		left: -40px;
	}

	.our-services-slider .owl-nav button.owl-next {
		right: -40px;
	}
	
	.our-services-slider .owl-item .service-box-content h4{
		font-size: 16px;
		line-height: 26px;
	}
	
	.website-size {
		height: 450px;
	} 
	
	.app-size {
		height: 225px;
	} 
	
	.graphic-size {
		height: 225px;
	}
	
	.blog-detail-inner-container {
		max-width: 80%;
	} 
	
	.post-title {
	  font-size: 28px;
	  line-height: 38px; 
	} 
	
	.post-title-wrapper p {
	  font-size: 15px;
	  line-height: 25px; 
	} 
	
	.post-social-share-link-area{
		left: -65px;
	} 
	
	.post-content-wrapper h1 {
	  font-size: 28px;
	  line-height: 38px;
	}
	
	.post-content-wrapper h2 {
	   font-size: 23px;
	   line-height: 33px; 
	} 
	
	.post-content-wrapper p{
		font-size: 12px;
		line-height: 22px;
	} 
	
	.post-meta .post-author-img {
		  max-width: 30px;
		  max-height: 30px;
	}
	
	.post-meta ul .post-author a{
		font-size: 12px;
		line-height: 22px;
	} 
	
	.post-social-share-link-area ul li a {
	  width: 30px;
	  height: 30px;
	} 
	
	.post-social-share-link-area ul li a i {
	  top: 0;
	  left: 0;
	  font-size: 10px;
	} 
	
	.post-social-share-link-area h5 {
		margin-bottom: 10px;
		font-size: 10px;
	} 
	
	.post-social-share-link-area-inner{
		margin-top: 0px;
	} 
	
	.blog-aside-inner{
		padding-right: 0px;
		margin-right: 0px;
		border-right: 0;
	}
	
	.post-content-wrapper blockquote p {
	  font-size: 18px;
	  line-height: 28px; 
	} 
	
	.post-content-wrapper blockquote cite{
		font-size: 12px;
	  line-height: 20px; 
	} 
	
	.single-blog-author-box{
		margin-bottom: 0px;
	} 
	
	.blog-detail-sidebar {
	  margin: 50px auto 0px auto;
	}
	
	.post-meta .post-date{
		font-size: 12px;
		line-height: 22px;
	}
	
	.blog-listing-heading-part h1 {
	  font-size: 35px;
	  line-height: 45px;
	} 
	
	.blog-listing-heading-part p {
	  font-size: 16px;
	  line-height: 26px;
	} 
	
	.blog-listing-main {
	  padding: 100px 10px 100px;
	} 
	
	.blog-article-content p {
		font-size: 14px;
		line-height: 24px; 
	} 
	
	.blog-article-thumb a img{
		aspect-ratio: 1/0.85;
	} 
	
	.s-cta-section{
		padding: 50px 10px;
	} 
	
	.s-cta-content h2 {
	  font-size: 25px;
	  line-height: 35px;
	} 
	
	.s-cta-img {
		padding-left: 0px;
	} 
	
	.blog-list-part {
		padding-top: 50px;
	} 
	
	.blog-article {
	  margin-bottom: 50px;
	} 
	
	.blog-article-thumb a:hover img {
		box-shadow: 0 15px 50px rgba(0,0,0,.2);
	} 
	
	.s-cta-content {
		padding-right: 50px;
	} 
	
	.s-cta-content form .s-form-group input{
		font-size: 18px;
	}
	
	.blog-article-content .blog-article-meta .blog-article-tag a {
	  padding: 8px 14px 6px;
	  font-size: 10px;
	  line-height: 20px;
	  font-weight: 600;
	  letter-spacing: 0.5px;
	} 
	
	.blog-article-content h2 a {
	  font-size: 20px;
	  line-height: 30px; 
	}
	
	.blog-article-meta .blog-article-date {
	  font-size: 12px;
	  margin-left: 12px;
	}
	
	.s-cta-content form {
	  width: 320px;
	}
	
	
}




@media screen and (min-width:320px) and (max-width:767.98px) {

	.main {
		overflow: hidden;
	}
	
	.theme-btn {
		font-size: 14px;
		line-height: 22px;
		padding: 8px 18px;
	}
	
	#scroll {
		right: 15px;
		bottom: 15px;
	}
	
	.topbar .topbar-contact-info li a {
		padding: 0px 10px;
	} 
	
	.topbar ul li a {
		font-size: 12px;
		line-height: 18px;
	}
	
	.topbar-social-icons {
		justify-content: center;
		display: flex;
		margin-bottom: 5px;
	}
	
	.topbar-contact-info {
		justify-content: center;
	}

	.header-logo {
		top: 0px;
		height: 50px;
	}
	
	.header-logo img {
		height: 50px;
	}

	.navbar-toggler {
		order: 2;
		display: flex;
	}
	
	.header-cta {
		display: none;
	} 
	
	.header-cta .theme-btn {
		font-size: 14px;
		line-height: 24px;
		padding: 7px 15px;
		margin-right: 25px;
		height: 42px;
		padding: 0px;
		width: 120px;
		text-align: center;
		line-height: 42px;
	}
	
	.navbar-toggler a {
		border: 1px solid rgb(41 56 87 / 10%);
		height: 40px;
		width: 40px;
		border-radius: 4px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: rgb(57 104 178 / 5%);
	}
	
	.navbar-toggler a i {
		display: inline-block;
		font-size: 20px;
		position: relative;
		top: 0px;
		left: -0.5px;
		color: #000;
		opacity: 0.5;
		height: 17px;
		width: 17px;
	}
	
	.navbar-toggler {
		display: block;
	}
	
	.navbar-area {
		padding: 10px 0px;
	} 
	
	.header-navigation > ul{
		display: none;
		position: absolute;
		right: 0;
		top: 70px;
		background: #fbfcfd;
		width: 100%;
		padding: 10px 0px;
		box-shadow: 0px 15px 15px rgb(0 0 0 / 5%);
		border-top: 1px solid rgb(41 56 87 / 10%);
	}
	
	.header-navigation ul li {
		display: block;
		width: calc(100% - 30px);
		margin: 0px auto;
	} 
	
	.header-navigation ul li a {
		padding: 10px 15px 8px 0px;
		font-size: 12px;
		line-height: 22px;
		border-top: 1px solid rgb(41 56 87 / 10%);
		display: flex;
		align-items: center;
	}
	
	.header-navigation ul li:first-child a{
		border-top: 0px;
	}
	
	.header-navigation ul li.active > a, .header-navigation ul li > a:hover {
		color: #3968b2;
		background: transparent;
	} 
	
	.header-navigation ul li a i.fa-angle-down {
		display: none;
	}
	
	.header-navigation ul li a i.fa-plus {
		display: block;
	}
	
	.header-navigation ul li a i {
		margin-left: auto;
		float: right;
	} 
	
	.dropdown-menu {
		position: relative;
		width: 100%;
		box-shadow: none;
		background: #fbfcfd;
		animation: none;
		width: calc(100% - 20px);
		margin-left: auto;
		display: none;
	}
	
	.header-navigation > ul > li:hover .dropdown-menu {
		    display: none;
	}
	
	.header-navigation > ul > li.dropdown-menu-open:hover .dropdown-menu {
		    display: table;
	}
	
	.header-navigation > ul > li.dropdown-menu-open .dropdown-menu {
		display: table;
	}
	
	.header-navigation ul li .dropdown-menu a{
		    border-top: 1px solid rgb(41 56 87 / 10%);
			border-bottom: 0px;
	}
	
	.header-navigation ul li .dropdown-menu > ul > li:first-child a {
		border-top: 1px solid rgb(41 56 87 / 10%);
		border-bottom: 0px;
	}
	
	.header-navigation ul li .dropdown-menu > ul > li:last-child a {
		border-top: 1px solid rgb(41 56 87 / 10%);
		border-bottom: 0px;
	} 
	
	.header-navigation ul li .dropdown-menu a {
		padding: 11px 15px 9px 0px;
	}
	
	header.fixed-header .navbar-area .header-navigation > ul {
		top: 70px;
	} 
	
	li.has-dropdown-menu.dropdown-menu-open > a i::before {
		content: "\f068";
	}
	
	.banner-caption {
		max-width: 90%;
	}
	
	.owl-item h6 {
		font-size: 14px;
		line-height: 24px;
	}
	
	.owl-item h4, .owl-item h1,.owl-item h2, .owl-item h3 {
		font-size: 30px;
		line-height: 40px;
	}
	
	.owl-item h4 br, .owl-item h1 br {
		display: none;
	} 
	
	.about-us-section-content {
		padding-right: 0px;
		margin-top: 15px;
	} 
	
	.mt-50 {
		margin-top: 30px; 
	} 
	
	.section-heading-area p {
		    width: 100%;
	}
	
	.owl-carousel .owl-item img {
		margin: 0px -1px;
		height: 350px;
		object-fit: cover;
		object-position: center;
	}
	
	.owl-item h4, .owl-item h1,.owl-item h2, .owl-item h3 {
		margin-bottom: 35px;
	} 
	
	.hero-slider .owl-dots {
		margin: 0px !important;
		position: absolute;
		bottom: 10px;
		left: 50%;
		transform: translate(-50%, 0%);
	} 
	
	.hero-slider .owl-dots .owl-dot span {
		margin: 5px !important;
		background: transparent !important;
		border: 2px solid #fff;
		opacity: 0.8;
	}
	
	.hero-slider .owl-dots .owl-dot.active span {
		background: #3968b2 !important;
		opacity: 1;
	}
	
	.sub-title {
		font-size: 14px;
		line-height: 24px; 
	}
	
	.section-title {
		font-size: 25px;
		line-height: 30px; 
	}
	
	.service-boxes-area {
		margin: 30px auto 0px auto;
		max-width: 380px;
	} 
	
	.industries-experience-content {
		margin: 30px auto 0px auto;
		max-width: 380px;
	}
	
	.industries-experience-box {
		width: 50%;
	} 
	
	.counter-section {
		padding: 0px 0px;
	}
	
	.counter-content{
		margin: 0px auto 0px auto;
		max-width: 500px;
	}
	
	.counter-content .counter-box:nth-child(even)::after{
		display: none;
	}
	
	.counter-box {
		width: 50%;
		text-align: center;
		position: relative;
		margin: 20px 0px;
	} 
	
	.counter-content .counter-box:nth-child(1)::before, .counter-content .counter-box:nth-child(2)::before {
		content: "";
		height: 1.5px;
		width: 70%;
		background: rgba(255, 255, 255, 0.2);
		position: absolute;
		display: block;
		left: 50%;
		bottom: -20px;
		z-index: 1;
		transform: translate(-50%, 0%);
	}
	
	.industries-experience-box-inner {
		padding: 20px 15px 15px;
		margin: 10px;
	}
	
	.industries-experience-box-inner img {
		height: 45px;
	} 
	
	.industries-experience-box-inner h4 {
		font-size: 15px;
		line-height: 25px;
	} 
	
	.industries-experience-box-inner::before {
		    top: -35px;
			right: -35px;
			width: 60px;
			height: 60px;
	}
	
	.industries-experience-box-inner:hover::before {
		width: 105%;
		height: 105%;
		top: -15px;
		right: 50%;
		border-radius: 35px;
	} 
	
	.padding-100 {
		padding: 80px 0px;
	} 
	
	.counter-content {
		padding: 15px 10px;
		width: auto;
	}
	
	.counter-digit .counter {
		font-size: 45px;
		line-height: 55px;
	} 
	
	.counter-box-title {
		margin-top: 0px;
		padding: 0px 10px;
		font-size: 15px;
		line-height: 25px;
	}
	
	.testimonial-slider .item p {
		    width: 100%;
	}
	
	.testimonial-slider .item > p::before {
		background: url(../images/home/quote.svg) no-repeat center;
		background-size: contain;
		content: "";
		width: 65px;
		height: 65px;
		display: block;
		position: absolute;
		top: -70px;
		left: 50%;
		transform: translate(-50%, 0%);
	}
	
	.testimonial-slider .item {
		padding-top: 80px;
	}
	
	.blog-post {
		padding: 0px;
		margin: 0px auto 0px auto;
		max-width: 380px;
	} 
	
	.blog-posts-grid {
		margin: 30px 0px 0px;
	}
	
	.blog-post-image img {
		    width: 100%;
	}
	
	.blog-post-footer li a {
		padding: 6px 15px; 
	}
	
	.blog-post-footer {
		margin-top: auto;
		width: 100%;
		position: relative;
		bottom: auto;
		left: auto;
	} 
	
	.blog-post-content {
		padding: 10px 15px 15px;
	}
	
	.blog-posts-grid > div {
		margin-bottom: 30px;
	} 
	
	.contact-us-section {
		padding: 50px 0px 0px;
	} 
	
	.contact-us-form {
		    padding: 20px 30px 20px;
	} 
	
	.contact-us-form input, .contact-us-form textarea, .contact-us-form select {
		font-size: 15px;
		line-height: 25px;
	}
	
	.contact-us-form-inner {
		    padding: 20px 0px;
			max-width: 100%;
	} 
	
	.field-group .s-col-6:nth-child(1) .field-wrap {
		padding-right: 0;
	} 
	
	.field-group .s-col-6:nth-child(2) .field-wrap {
		padding-left: 0px;
	} 
	
	.field-group {
		margin-bottom: 0px;
	} 
	
	.field-wrap {
		margin-bottom: 20px;
	}
	
	.support-team-area-inner {
		padding: 30px 25px 30px;
	} 
	
	.contact-us-form textarea {
		height: 80px;
	} 
	
	.contact-us-form .theme-btn {
		    margin-top: 20px;
	} 
	
	.contact-form-heading-area .section-title {
		margin-bottom: 25px;
		line-height: 35px;
	} 
	
	.s-row.contact-us-content > .s-col-6:nth-child(1) {
		margin-top: 0px;
	} 
	
	.footer-section {
		padding: 50px 0px 0px; 
	} 
	
	.footer-col-inner {
		padding-right: 0;
	}
	
	.footer-col.footer-logo-area {
		width: 100%;
	} 
	
	.footer-col.footer-links-area {
		width: 100%;
	} 
	
	.footer-col.footer-contact-area {
		width: 100%;
	} 
	
	.footer-col {
		margin-bottom: 35px;
	} 
	
	.footer-col:nth-last-child(1), .footer-col:nth-last-child(2) {
		margin-bottom: 35px;
	}
	
	.copyright-section {
		    margin-top: 0px;
	}
	
	.footer-col h4 {
		    margin-bottom: 15px;
	}
	
	.mission-vision-content {
		padding-right: 0px;
		margin-top: 15px;
	} 
	
	.commitment-features-box-img {
		margin-bottom: 15px;
	} 
	
	.commitment-features-box-img img {
		    height: 100px;
	}
	
	.commitment-features-box-inner {
		padding: 40px 25px 40px;
	}
	
	.team-content {
		margin: 30px -15px 0px;
	} 
	
	.team-member-box {
		padding: 15px;
	} 
	
	.newsletter-content h2 {
		font-size: 25px;
		margin: 20px 0px 5px;
	}
	
	.newsletter-form form {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	} 
	
	.newsletter-form input {
		width: 100%;
	} 
	
	.newsletter-form .theme-btn {
		    margin-top: 20px;
	}
	
	.experience-best-result-content {
		padding-left: 0px;
		margin-top: 15px;
	} 
	
	.section-title-with-inderline {
		margin: 10px auto 0px auto; 
	}
	
	.services-slider .section-title {
		font-size: 30px;
		line-height: 40px;
	} 
	
	.services-slider-content {
		padding-right: 0px;
		margin-top: 25px;
	} 
	
	.website-development-page .about-company-content {
		padding-left: 0px;
		margin-top: 15px;
	} 
	
	.website-development-page .experience-best-result-section .experience-best-result-content {
		padding-left: 0px;
		padding-right: 0px;
	} 
	
	.get-free-consolation-section .section-title {
		margin-right: auto;
		color: #fff;
		text-align: center;
		padding-right: 0;
		margin-bottom: 20px;
	} 
	
	.get-free-consolation-section .theme-btn {
		margin: 0px auto;
		display: table;
	} 
	
	.time-to-get-website {
		margin-bottom: 50px;
	} 
	
	.web-development-banner-section .owl-carousel .owl-item img{
		object-fit: contain;
		height: auto;
	}
	
	.website-development-page .about-company-content .section-title {
		margin: 0px 0px 10px 0px;
	} 
	
	.website-development-page .features-area {
		max-width: 380px;
		margin: 30px auto;
	} 
	
	.vector-img {
		max-width: 500px;
		margin: 0px auto !important;
		display: block;
	}
	
	.mobile-app-development-page .about-company-content {
		padding-left: 0px;
		margin-top: 15px;
	}
	
	.mobile-app-development-page .experience-best-result-content {
		padding-left: 0px;
		padding-right: 0px;
		margin-top: 15px;
	}
	
	.mobile-app-development-page .about-company-content .section-title {
		    margin: 0px 0px 15px;
	}
	
	.service-features-content {
		margin: 30px auto 0px auto;
		max-width: 380px;
	} 
	
	.mobile-app-development-banner-section .owl-carousel .owl-item img{
		height: auto;
		object-fit: contain;
		width: 100%;
	}
	
	.graphic-design-banner-section {
		padding: 50px 0px;
	}
	
	.graphic-designing-page .experience-best-result-content {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.graphic-designing-page .about-company-content {
		padding-left: 0px;
	}

	.graphic-designing-page .commitment-content {
		margin: 30px -15px 0px;
		max-width: 400px;
		margin: 30px auto;
	}	
	
	.contact-page-section-main-image {
		padding-left: 0px;
		margin-bottom: 15px;
	} 
	
	.contact-page-section-main-content .section-title{
		font-size: 30px; 
		line-height: 40px;
	} 
	
	.contact-page-section-main-content .sub-title{
		font-size: 18px;
		line-height: 28px;
	} 
	
	.map-section.padding-100 {
		padding: 60px 0px 0px;
	} 
	
	.contact-us-page .support-team-area-inner h4 {
		font-size: 18px;
		line-height: 28px;
	}
	
	.about-us-page .experience-best-result-content {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.header-navigation > ul > li {
		padding: 0;
	} 
	
	.header-navigation > ul > li > a::before{
		    bottom: 0px;
			height: 2px;
	}
	
	.dropdown-menu > ul > li.sub-itam-active > a, .dropdown-menu > ul > li > a:hover {
		background: transparent;
		color: #3968b2;
		border-bottom: 2px solid #3968b2 !important;
	}
	
	.service-box {
		padding: 0px;
	} 
	
	.our-services-slider .item {
		padding: 15px;
	}
	
	.our-services-slider .owl-item .service-box-img img {
		height: auto;
		width: 90%;
		margin: 0px auto;
		max-width: 500px;
	}
	
	.our-services-slider .owl-dots .owl-dot span {
		background: transparent;
		width: 20px;
		height: 6px;
		border: 2px solid rgb(41 56 87 / 20%);
	}
	
	.our-services-slider .owl-dots .owl-dot.active span {
		background: #3968b2;
		border: 2px solid #3968b2;
	}
	
	.portfolio .s-container {
		max-width: 450px; 
	}
	
	.grid-item {
		width: 100%;
	} 
	
	.app-size {
		    height: 250px;
	} 
	
	.testimonials-section .section-title{
		text-align: center;
	}
	
	.tech-icon-box {
		width: 110px;
		height: 110px; 
	}
	
	.error-page-content h1 {
		font-size: 80px; 
	} 
	
	.error-page-content h3 {
		font-size: 18px; 
	} 
	
	section.error-404.not-found {
		padding: 40px 0px 70px;
    }
	
	.blog-detail-inner-container {
		max-width: 100%;
	} 
	
	.post-title {
	  font-size: 25px;
	  line-height: 35px; 
	} 
	
	.post-title-wrapper p {
	  font-size: 15px;
	  line-height: 25px; 
	} 
	
	.post-social-share-link-area {
		left: 0px;
		position: relative;
		top: auto;
		width: 100%;
		height: auto;
		margin-bottom: 50px;
	  }
	
	.post-content-wrapper h1 {
	  font-size: 25px;
	  line-height: 35px;
	}
	
	.post-content-wrapper h2 {
	   font-size: 20px;
	   line-height: 30px; 
	} 
	
	.post-content-wrapper h3 {
	  font-size: 18px;
	  line-height: 28px;
	} 
	
	.post-content-wrapper h4 {
	  font-size: 16px;
	  line-height: 26px;
	}

	.post-content-wrapper h5 {
	  font-size: 14px;
	  line-height: 24px;
	}	
	
	.post-content-wrapper h6 {
	  font-size: 12px;
	  line-height: 22px;
	}
	
	.post-meta .post-date{
		font-size: 12px;
		line-height: 22px;
	}
	
	.post-content-wrapper figure figcaption{
		font-size: 12px;
		line-height: 22px;
	}
	
	.post-content-wrapper p{
		font-size: 12px;
		line-height: 22px;
	} 
	
	.post-meta .post-author-img {
		  max-width: 30px;
		  max-height: 30px;
	}
	
	.post-meta ul .post-author a{
		font-size: 12px;
		line-height: 22px;
	} 
	
	.post-social-share-link-area ul li a {
	  width: 30px;
	  height: 30px;
	  margin-bottom: 0;
	} 
	
	.post-social-share-link-area ul li a i {
	  top: 0;
	  left: 0;
	  font-size: 10px;
	} 
	
	.post-social-share-link-area h5 {
		font-size: 10px;
		margin-bottom: 0;
		margin-right: 15px;
	} 
	
	.post-social-share-link-area-inner{
		margin-top: 0px;
		position: relative;
		top: auto;
		display: flex;
		align-items: center;
	} 
	
	.blog-aside-inner{
		padding-right: 0px;
		margin-right: 0px;
		border-right: 0;
	}
	
	.post-content-wrapper blockquote p {
	  font-size: 14px;
	  line-height: 24px; 
	} 
	
	.post-content-wrapper blockquote cite{
		font-size: 10px;
	  line-height: 18px; 
	} 
	
	.single-blog-author-box{
		margin-bottom: 0px;
		flex-wrap: wrap;
		justify-content: center;
	} 
	
	.single-blog-author-box-content {
	  width: 100%;
	  padding-left: 0px;
	  padding-top: 25px;
	  text-align: center;
	}
	
	.single-blog-author-box-content .author-social-links{
		justify-content: center;
		flex-wrap: wrap;
	}
	
	.post-content-wrapper h6{
		width: 100%;
	}
	
	.blog-detail-sidebar {
	  margin: 50px auto 0px auto;
	}
	
	.single-blog-footer-navigation .post-previous, .single-blog-footer-navigation .post-next {
		width: 100%; 
		text-align: center; 
	} 
	
	.single-blog-footer-navigation .post-previous {
		text-align: center; 
	}
	
	.single-blog-footer-navigation .post-previous::after {
	  content: "";
	  height: 1.5px;
	  width: calc(100% - 50px);
	  background: #000;
	  position: absolute;
	  top: auto;
	  right: auto;
	  opacity: 0.1;
	  transform: translate(-50%, 0%);
	  bottom: 0;
	  left: 50%;
	} 
	
	.single-blog-author-box-content .author-social-links {
	  padding: 0;
	  margin-top: 20px;
	  display: flex;
	  align-items: center;
	  gap: 10px;
	  flex-wrap: wrap;
	} 
	
	.post-content-wrapper pre{
		font-size: 12px;
		line-height: 22px;
	} 
	
	.post-content-wrapper ul li, .post-content-wrapper ol li{
		font-size: 12px;
		line-height: 22px;
	}
	
	.post-social-share-link-area-inner ul {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: center;
	  align-items: center;
	  gap: 10px;
	  width: max-content;
	}
	
	.blog-listing-heading-part h1 {
	  font-size: 30px;
	  line-height: 40px;
	}
	
	.blog-listing-heading-part p{
		padding-left: 0;
		padding-top: 30px;
	}
	
	.blog-listing-main {
		padding: 100px 5px 100px;
	}
	
	.blog-article-content {
		padding-left: 0px; 
		padding-top: 15px;
	} 
	
	.blog-article-content h2 a{
		margin: 20px 0px 26px;
	} 
	
	.blog-article-content .blog-article-meta .blog-article-tag a {
	  padding: 8px 14px 6px;
	  font-size: 10px;
	  line-height: 14px;
	  letter-spacing: 0.5px;
	} 
	
	.blog-article-meta .blog-article-date {
		  font-size: 12px; 
		  margin-left: 10px;
	} 
	
	.s-cta-content {
	  padding-right: 0px;
	} 
	
	.s-cta-content h2 {
	  font-size: 25px;
	  line-height: 35px;
	} 
	
	.s-cta-content form {
		width: 100%;
	} 
	
	.s-cta-content form .s-form-group input{
		font-size: 16px;
		line-height: 26px;
	} 
	
	.s-cta-img {
	  padding-left: 0px;
	  margin-bottom: 30px;
	} 
	
	.s-cta-section{
		padding: 80px 5px;
	}
	
}