/*-----------------------------------------------------------------
Project             : WSEO Bootstrap Template
Version             : 1.0
Author              : Lovelinder singh
=====================================================================




font-family: 'Poppins', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Nunito', sans-serif;


==================================================================*/

/* ----------------------------------------------------------------
                       [ 01 General Style ]
-----------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat|Nunito|Poppins&display=swap');
.text-color {
    color: #00c775!important;
}
.text-color-2 {
    color: #0046c7!important;
}

.background-color-1 {
    background-color: #00c775!important;
}
.background-color-2{
    background-color: #0046c7!important;
}
.background-color-white {
    background: white !important;
}

body{
/*animation: 1s ease-out 0s 1 slideInFromLeft;*/
  animation: fadeIn 2s;
}


@keyframes fadein {
  from { opacity: 0}
  to   { opacity: 1}
}



dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 0px;
}
/* button */
button {
    background: none;
}
.color-white{
color:white !important;
}
.main-button {
    border: 2px solid transparent;

    border-image: linear-gradient(to right, #00c775 0%,#0046c7 100%);
    border-image-slice: 1;
    padding: 15px 60px;
    color: #000;
    background-image: linear-gradient(to right, rgba(0,0,0,0) , rgba(0,0,0,0), #00c775, #0046c7);
    background-size: 300% 100%;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	text-decoration:none;
}
.main-button:hover {
text-decoration:none;
    color: #fff;
    background-position: 100% 0;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.main-button span, .top-button span {
    font-weight: 600;
    font-size: 14px;
}

.main-button:focus, .top-button:focus {
    outline: none;
}
/* margin top */
.mt-20 {
    margin-top: 20px !important; 
}
.mt-30 {
    margin-top: 30px !important; 
}
.mt-40 {
    margin-top: 40px !important; 
}
.mt-50 {
    margin-top: 50px !important; 
}
.mt-60 {
    margin-top: 60px !important; 
}
.mt-70 {
    margin-top: 70px !important; 
}
.mt-80 {
    margin-top: 80px !important; 
}
.mt-90 {
    margin-top: 90px !important; 
}
.mt-100 {
    margin-top: 100px !important; 
}
/* padding top */
.pt-30 {
    padding-top: 30px !important; 
}
.pt-40 {
    padding-top: 40px !important; 
}
.pt-50 {
    padding-top: 50px !important; 
}
.pt-60 {
    padding-top: 60px !important; 
}
.pt-70 {
    padding-top: 70px !important; 
}
.pt-80 {
    padding-top: 80px !important; 
}

.pr {
    padding-right:100px;
}
.pb-20 {
    padding-bottom: 20px !important; 
}
.pb-30 {
    padding-bottom: 30px !important; 
}
.pb-40 {
    padding-bottom: 40px !important; 
}
.pb-50 {
    padding-bottom: 50px !important; 
}
.pb-60 {
    padding-bottom: 60px !important; 
}
.pb-70 {
    padding-bottom: 70px !important; 
}
.pb-80 {
    padding-bottom: 80px !important; 
}

/** simple link **/
.only-link:hover i{
margin-left:6px;

}
.only-link:hover{
text-decoration:none;
}
a:hover {
    color: #0056b3;
    text-decoration: none;
}

.only-link span {
    color: #00c775;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 700;
}

.only-link i {
    color: #0046c7;
    font-size: 11px;
    transition: .3s all ease-in;
}
.inline-b{
    display: inline-block;
}
section {
width:100%;
float:left;
    padding: 100px 0;
}

/** section title **/
.section_title {
    width: 100%;
    margin-bottom: 49px;
}

.section_title h3 {
    font-size: 36px;
    font-weight: 800;
    line-height: normal;
	color:#0046c7;
}

.section_title p{
color: #6f6f6f;
}
.website_name{
color:#00c775;
}
body {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    background: #f9f9f9;
    font-weight: normal;
    overflow-x: hidden;
}
		.pointer{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:20px;
	height:20px;
	background:transparent;
	border:1px dashed #00c775;
	border-radius:50%;
	pointer-events:none;
	box-sizing:border-box;
	z-index:9999;
	animation: round 2s;
	 animation-iteration-count: infinite;
	  animation-timing-function:ease-in-out;
	}
	@keyframes round {
  0% {     transform: rotate(0deg); border:1px dashed #00c775; width:20px; height:20px;}
  
   50% {     transform: rotate(180deg); border:1px dashed #0046c7 ; width:18px; height:18px;}
  
 100%   {  transform: rotate(360deg); border:1px dashed #00c775; width:20px; height:20px;}
}
p {
   font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.5px;
    font-size: 15px;
    color: #6f6f6f;
    display: block;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
font-family: 'Poppins', sans-serif;
}
/* ----------------------------------------------------------------
                        [ 02 Navbar ]
-----------------------------------------------------------------*/
.logo img {
    height: 40px;
    padding-left: 0px;
	background:#00c775;
}
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border: 0;
    background:white;
    z-index: 9;
    min-height: 70px;
    opacity: 1;
}
.navbar .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 700; 
    color: #000;
    letter-spacing: .5px;
    margin: 15px 0px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.navbar .navbar-nav .active {
    color: #f9a766 !important;
}
.navbar .navbar-nav .nav-link{
position:relative;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.1rem;
    padding-left: 1.1rem;
}
.navbar .navbar-nav .nav-link::before {
    content: attr(data-target);
    position: absolute;
    left: 8px;
    font-size: 10px;
    top: 6px;
    color: #0046c7;
    font-weight: 700;
	 transition:.3s all ease-in;
}
.navbar .navbar-nav .nav-link:hover::before{
top: 10px;
}
.navbar .navbar-nav .nav-link:hover{
color:#00c775;
}
.nav-scroll {
    background: #12141c;
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
    padding: 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.navbar .icon-bar {
    color: #00c775;
}
@media screen and (max-width: 991px) {
.navbar .navbar-collapse {
    max-height: 500px;
    overflow: auto;
    background: #00c775;
    text-align: center;
    padding: 10px 0;
    }
	.navbar .navbar-nav .nav-link {
    font-size: 15px;
    color: #fff;
    text-align: left;
    margin-left: 10px;
}
}

/** slider **/
.slider {
    width: 100%;
    float: left;
    background: #00c775;
}
.slide-1{
background:url(../img/slider/slide-1.jpg);
background-position:center;
background-repeat:no-repeat;
background-size:cover;
height:100vh;
}
.slide-2{
background:url(../img/slider/slide-2.jpg)
}
.slide-3{
background:url(../img/slider/slide-3.jpg);
}
.owl-slider .item{
height:100vh;
background-position:center;
background-repeat:no-repeat;
background-size:cover;
}
.owl-slider .item {
    height: 100vh;
    width: 100%;
}
.slider-text {
    height: 100vh;
    display: grid;
    place-content: center;
    place-items: flex-start;
}
.slider-text h2 {
    color: #0046c7;
    font-weight: 500;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 0px;
}
.slider-text h2 span {
    font-size: 6rem;
    font-weight: 800;
    color: #00c775;
}
.slider-text p{
color:black;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 0px;
    right: 0px;
}


.nav-btn.prev-slide::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: red;
    left: 0px;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 0px;
    padding: 14px 30px;
    background: #00c775;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    color: #FFF;
    background:#0046c7;
}
.owl-prev {
    border-right: 1px solid white;
}


/** services-section **/
.services-section{
/*background:url(../img/bg-port-2.png);*/
background-position:right;
background-repeat:no-repeat;
background-size:400px;
}
.ser_icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}

.ser_name {
    color: #0046c7;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 20px;
}
.services-index {
    background: white;
    padding: 20px;
    border-radius: 4px;
	margin-bottom:40px;
}

/** about-section **/
.about-section {
    background: white;
}

.abt-index h3{
font-size: 24px;
    font-weight: 800;
    line-height: 1.4;
}
.abt-index p {
    text-align: justify;
}
.single-branding-item {
    position: relative;
    margin-bottom: 50px;
}
.round-dots {
    position: absolute;
    right: -90px;
}
.round-dots span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #00c775;
    border-radius: 50%;
}
.round-dots span.white {
    background-color: #0046c7;
    border: 1px solid #333;
    margin: 0 10px;
}
.round-dots span:last-child {
    display: block;
    margin-left: 24px;
    margin-top: 10px;
}
.single-branding-item p.branding-meta {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 700;
    color: #ccc;
}
.single-branding-item h1 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin: 15px 0;
}
.single-branding-item p {
    color: #959595;
    font-size: 14px;
    line-height: 1.8;
}


/** front-contact **/
.cta_text h2 {
    margin: 0px;
    font-weight: 800;
    line-height: 50px;
	color:white;
}
.front-contact {
    background: linear-gradient(to right, #0051c0 0%,#00c775 100%);
}


/** offer_area **/
.offer_area {
    padding: 50px 0px;
}
.offer_area h3 {
    color: hsl(0, 0%, 13%);
    font-size: 37px;
    font-weight: 700;
    line-height: 50px;
    text-transform: none;
	margin-bottom: 25px;
}
.offer_area p{
	margin-bottom: 25px;
}




.check_seo_area {
    background-image: url(../img/check-seo-bg.jpg);
    background-size: cover;
    position: relative;
    height: 377px;
    z-index: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.check_seo_area:after {
    background: #222222 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.check_seo_area h1 {
    color: hsl(0, 0%, 100%);
    font-size: 34px;
    font-weight: 700;
    line-height: 45px;
    margin: 0 auto;
}
.form_area {
    margin-top: 55px;
}
.check_seo_area .form-control {
    background: hsl(0, 0%, 13%) none repeat scroll 0 0;
    border: 1px solid hsl(0, 0%, 32%);
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: hsl(0, 0%, 73%);
    font-size: 14px;
    font-weight: 400;
    height: 56px;
    margin: 0 auto;
    outline: medium none;
    padding: 8px 15px 8px 25px;
    display: inline-block;
}


.footer_area {
    padding-top: 100px;
    padding-bottom: 50px;
    width: 100%;
    float: left;
    background: #f7f7f7;
}
.single_widget > h3 {
    color: hsl(0, 0%, 13%);
    font-size: 19px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 15px;
    margin-top: 0;
}
.single_widget ul li a {
    color: hsl(0, 0%, 38%);
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
	text-decoration:none;
}
.single_widget ul li a:hover{
color:#00c775;
}
.single_widget .logo{
margin-bottom:20px
    display: block;
}

.copyright_area {
    background: #222222 none repeat scroll 0 0;
    padding: 15px 0;
    width: 100%;
    float: left;
}
.copyright > p {
    color: hsl(0, 0%, 72%);
    font-size: 14px;
}
.copyright_area p {
    margin-top: 13px;
}


/** about page **/

.abt-head {
    line-height: normal;
    font-size: 20px;
    font-weight: 800;
    color: #4c4b4b;
    letter-spacing: 1px;
}
.about-page-content-data p{
column-count: 2;
 column-gap: 10px;
}

/** counter about page **/
.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1) {
    background: #0046c7;
}

.projectFactsWrap .item:nth-child(2) {
    background: rgb(0, 199, 117);
}

.projectFactsWrap .item:nth-child(3){
  background: #0046c7;
}

.projectFactsWrap .item:nth-child(4){
  background: rgb(0, 199, 117);
}

.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}



/** team page **/
.tt-team-social{
    text-align: center;
	width:100%;
}

.tt-team-social li {
    list-style: none;
    display: inline-flex;
    /* flex: 4; */
    padding-right: 17px;
    text-align: center;
}

.tt-team-social li a {
    color: #ffffff;
    background: #00c775;
    width: 35px;
    height: 35px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
	    transition: .3s all ease-in;
}
.team-img {
    width: 100%;
    float: left;
    border-radius: 36px;
    overflow: hidden;
    margin-bottom: 10px;
    /* padding: 20px; */
    box-shadow: 0px 33px 51px -37px rgba(23, 23, 23, 0.25);
}
.team {
    background: #e8e8e8;
    padding: 20px;
    border-radius: 36px;
	 box-shadow:0px 33px 51px -37px rgba(23, 23, 23, 0.25);
	     margin-bottom: 25px;
}
.tt-team-social li a:hover{
background:#0046c7;
}
.team-content {
    padding: 15px;
}
.team-content > p {
    text-align: center;
    font-size: 20px;
    color: black;
    font-weight: 700;
	    margin: 0px;
}
.team-content > .team-dis {
    color: #333333;
    font-weight: normal;
    font-size: 14px;
    padding: 15px 0px 20px;
}

.team-content span {
    text-align: center;
    width: 100%;
    font-size: 12px;
    margin: 0 auto;
    display: block;
    color: #00c775;
}


.faq-boxes {
    margin: 0 0 25px 0;
}
.faq-boxes h5 {
    color: #070707;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}




@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}


/** blog **/

 .blog-inner {
    box-shadow: 0px 5px 30px 0 rgba(72,73,121,.15);
    -webkit-box-shadow: 0px 5px 30px 0 rgba(72,73,121,.15);
    -moz-box-shadow: 0px 5px 30px 0 rgba(72,73,121,.15);
    -ms-box-shadow: 0px 5px 30px 0 rgba(72,73,121,.15);
    -o-box-shadow: 0px 5px 30px 0 rgba(72,73,121,.15);
    border-radius: 5px;
	    padding: 20px;
		    margin-bottom: 30px;
}




.post-thumb {
    margin-bottom: 40px;
}



.sticky-date .post-date {
    background-color: #00c775;
}
.sticky-date .post-date {
    position: absolute;
    bottom: -30px;
    left: 30px;
    border-radius: 5px;
}
.sticky-date .post-date a {
    padding: 14px;
    display: inline-block;
    width: 65px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
}
.blog-inner:hover .sticky-date{
left:200px;
}
.sticky-date {
    position: absolute;
    left: 25px;
		  -webkit-transition-property: left; /* Safari */
  -webkit-transition-duration: .3s; /* Safari */
  transition-property: left;
  transition-duration: .3s;
}



.post-thumb img {
    border-radius: 5px;
}

.entry-title h5 a{
    color: black;
    font-size: 18px;
}
.post-excerpt p {
    font-size: 14px;
    text-align: justify;
}


/** blog-detail **/

.blog-left {
    width: 100%;
    float: left;
	margin-bottom:40px;
}

.blog_img {
    width: 100%;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}
.blog_img img{
width:100%;
}
.blog-details-heading {
    float: left;
    width: 100%;
    padding: 0px 0px 20px;
}
.blog-details-heading h3 {
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 10px;
	margin:0px;
}
.blog-details-heading ul li {
    list-style: none;
    display: inline-block;
    font-size: 12px;
    padding: 0 10px 0 0;
    color: gray;
}
.blog-details-heading ul{
    padding-left: 0 ;
	margin:0px;
}


.blog_detail {
    width: 100%;
    float: left;
}
blockquote {
    background-color: rgba(0, 199, 117, 0.15);
    padding: 20px 20px 20px 55px !important;
    line-height: 25px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
	border-radius:5px;
}

.blog-details-content b, .blog-details-content strong {
    font-weight: 800;
}
.blog-details-content dfn, .blog-details-content cite, .blog-details-content em, .blog-details-content i {
    font-style: italic;
}
.blog_detail ul {
    padding-left: 20px;
}


.blog_detail ul li {
    line-height: 1.9;
    font-size: 15px;
    color: gray;
}
.blog-details-meta {
    border-top: 1px solid #eee;
    margin: 25px 0;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    clear: both;
    position: relative;
}
.blog-details-meta .tags {
    display: inline-block;
    padding-right: 200px;
}
.blog-details-meta ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none;
}
.blog-details-meta ul .title {
    font-size: 18px;
    font-weight: 500;
    margin-right: 5px;
    margin-bottom: 0;
    color: #4c4b4b;
}
.blog-details-meta .tags li a {
    border: 1px solid #eee;
    padding: 5px 10px;
    border-radius: 6px;
    color: #4c4b4b;
    font-size: 14px;
    margin-right: 5px;
    line-height: 1;
    text-transform: capitalize;
    margin-top: 2px;
    margin-bottom: 2px;
    text-decoration: none;
}
.blog-details-meta .tags li{
display:inline-block;
}

.form-control {
    height: 70px;
	}
	
 .widget-box {
    background: #ffffff;
    padding: 30px 25px;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #eee;
}
.search-box form {
    position: relative;
}
 .search-box form > button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    cursor: pointer;
    border: none;
    color: #ffffff;
    outline: 0 !important;
	    background: #00c775;
}

.widget-box .title {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

 .widget-box .title::before {
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	    background: #00c775;
}

.widget-box ul li {
    font-size: 16px;
    font-weight: 600;
    color: #666;
    list-style: none;
    padding-bottom: 10px;
}

.widget_categories ul{
padding-left:10px;
}
 .widget-box ul li a {
    color: #666;
}
.widget_categories ul li a {
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
}


#rpwwt-recent-posts-widget-with-thumbnails-1 img {
    width: 75px;
    height: 75px;
}

.recent-posts-widget-with-thumbnails ul li a img {
    margin: 0 15px 0 0 !important;
    width: auto;
}
.rpwwt-widget ul li img {
    display: inline;
    float: left;
    margin: .3em .75em .75em 0;
}
.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title {
    font-size: 15px;
    font-weight: bold;
    line-height: 23px;
    color: #0a0c19;
}

.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date {
    display: block;
    margin-top: 3px;
    font-size: 10px;
    color: #0046c7;
    position: absolute;
    bottom: 10px;
    left: 90px;
    font-weight: 500;
}
.rpwwt-widget ul li {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

/** contact page **/
.contact-form {
    background: white;
    padding: 20px;
    border-radius: 6px;
}

.more_contact_detail h6 i {
    color: #00c775;
}
@media (max-width:767px){
.round-dots {
    position: absolute;
    right: 0px;
}
.slider-text h2 span {
    font-size: 4rem;
    font-weight: 800;
    color: #00c775;
}
.offer_area h3 {
    color: hsl(0, 0%, 13%);
    font-size: 30px;
	}
	.check_seo_area h1 {
    color: hsl(0, 0%, 100%);
    font-size: 27px;
	}
	.section_title h3 {
    font-size: 28px;
	}
	.about-page-content-data p{
column-count: 1 !important;
 column-gap: 10px;
}
}
@media (max-width:479px){
.slider-text h2 span {
    font-size: 4rem;
    font-weight: 800;
    color: #00c775;
}
.round-dots {
    position: absolute;
    right: 0px;
}
.offer_area h3 {
    color: hsl(0, 0%, 13%);
    font-size: 30px;
	}
	.check_seo_area h1 {
    color: hsl(0, 0%, 100%);
    font-size: 27px;
	}
	.section_title h3 {
    font-size: 28px;
	}
}