.seocard {
	box-sizing: border-box;
	width:90%;
	height: 400px;
	background:url(images/seo.jpg);
	background-size: cover;
	border: 1px solid white;
	box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(6px);
	border-radius: 17px;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
	display: flex;
	align-items: center;
	justify-content: center;
	user-select: none;
	font-weight: bolder;
	color: black;
	margin-left: 60px;
	margin-top: 40px;
	font-size: 40px;
  }

  .seocard-head{
	height: 100px;
	background: #ffffff5f;
	padding-top: 20px;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
  }

  @media (max-width: 768px) {
	.seocard{
		height: 300px;
		margin-left: 20px;
	    margin-top: 20px;
	}

	.seocard-head{
		height: fit-content;
		background: #ffffff5f;
		padding-top: 20px;
		border-radius: 20px;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 30px;
		width: 80%;
	  }

  }
  
  .seocard:hover {
	transform: scale(1.05);
  }
  
  .seocard:active {
	transform: scale(0.95) rotateZ(1.7deg);
  }


  .seo-options{
	height: 600px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
	flex-wrap: wrap;
	margin-top: 0;
  }

  
  

  .options{
	display: flex;
	flex-direction: row;
	
  }
 


  .options-card{
	display: flex;
	flex-direction: column;
	align-items: center;
  }
  .options-card h2{
	margin-top: 20px;
	font-size: 30px;
	font-weight: 600;
  }
  .options-card img{
	height: 200px;
	box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
	border-radius: 100px;
  }


  .card {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 320px;
	border-radius: 24px;
	line-height: 1.6;
	transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	padding: 36px;
	border-radius: 22px;
	color: #ffffff;
	overflow: hidden;
	background: rgb(0,0,0);
background: linear-gradient(180deg, rgb(34,34,34) 0%, rgb(87,87,87) 98%);
	transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
	height: 330px;
  }
  
  .content::before {
	position: absolute;
	content: "";
	top: -4%;
	left: 50%;
	width: 90%;
	height: 90%;
	transform: translate(-50%);
	background: #e0e2ea;
	z-index: -1;
	transform-origin: bottom;
  
	border-radius: inherit;
	transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .content::after {
	position: absolute;
	content: "";
	top: -8%;
	left: 50%;
	width: 80%;
	height: 80%;
	transform: translate(-50%);
	background: #eff0f3;
	z-index: -2;
	transform-origin: bottom;
	border-radius: inherit;
	transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .content img {
	width: 48px;
	height: 48px;
  }
  
  .content .para {
	z-index: 1;
	opacity: 1;
	font-size: 18px;
	transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .content .link {
	z-index: 1;
	color: #fea000;
	text-decoration: none;
	font-family: inherit;
	font-size: 16px;
	transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .content .link:hover {
	text-decoration: underline;
  }
  
  .card:hover {
	transform: translate(0px, -16px);
  }
  
  .card:hover .content::before {
	rotate: -8deg;
	top: 0;
	width: 100%;
	height: 100%;
  }
  
  .card:hover .content::after {
	rotate: 8deg;
	top: 0;
	width: 100%;
	height: 100%;
  }

  
.features-seo{
	margin: 80px;
	display: flex;
}

@media (max-width: 768px) {
	.features-seo{
		height: fit-content;
		padding: 30px 0 30px;
		flex-direction: column;
		margin-left: 20px;
	}

	.seo-options{
		height: fit-content;
		padding-bottom: 30px;
	}
  }



    h1,
        h2,
        h3,
        h4,
        h5,
        h6 {}
        a,
        a:hover,
        a:focus,
        a:active {
            text-decoration: none;
            outline: none;
        }
        a {
    font-style: normal;
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
        a,
        a:active,
        a:focus {
            color: #333;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
        
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        img {
    max-width: 100%;
    height: auto;
}

.chooseus-section{
  position: relative;
  background: #fff;
  padding: 50px 0px;
  min-height: 100vh;

}

.chooseus-section .sec-title{
  margin-bottom: 60px;
}

#video_block_01 .video-inner{
  position: relative;
  width: 100%;
  padding: 175px 0px 130px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
}

#video_block_01 .video-inner .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

#video_block_01 .video-inner .video-btn{
  position: relative;
  display: inline-block;
  width: 116px;
  height: 115px;
  line-height: 115px;
  text-align: center;
  margin-left: 40px;
  border-radius: 50%;
}

#video_block_01 .video-inner .video-btn .btn-bg{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 116px;
  height: 115px;
  background-repeat: no-repeat;
}

#video_block_01 .video-inner .video-btn a{
  position: relative;
  display: inline-block;
  width: 116px;
  height: 115px;
  border-radius: 50%;
  font-size: 24px;
    z-index: 1;
}
#video_block_01 .video-inner .video-btn a i {
    background: -webkit-linear-gradient(-45deg, #00bb6e, #0156d5 100%);
}
#video_block_01 .video-inner .video-btn a i{
  position: relative;
  color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#content_block_04 .content-box .single-item{
  position: relative;
}

#content_block_04 .content-box .single-item:first-child{
  padding-left: 190px;
  margin-bottom: 67px;
}

#content_block_04 .content-box .single-item:last-child{
  padding-right: 190px;
}

#content_block_04 .content-box .single-item .icon-box{
  position: absolute;
  top: 14px;
  width: 158px;
  height: 158px;
  line-height: 158px;
  text-align: center;
  font-size: 70px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}

#content_block_04 .content-box .single-item .icon-box:before{
  position: absolute;
  content: '';
  background: #fbfbfb;
  width: 138px;
  height: 100%;
  left: 10px;
  border-radius: 10px;
}

#content_block_04 .content-box .single-item:first-child .icon-box:before{
  top: 10px;
}

#content_block_04 .content-box .single-item:last-child .icon-box:before{
  top: -10px;
}

#content_block_04 .content-box .single-item .icon-box i {
    background: -webkit-linear-gradient(-45deg, #e273ff, #504bff 100%);
    position: relative;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#content_block_04 .content-box .single-item .icon-box .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 158px;
  height: 158px;
  background-repeat: no-repeat;
}

#content_block_04 .content-box .single-item:first-child .icon-box{
  left: 0px;
}

#content_block_04 .content-box .single-item:last-child .icon-box{
  right: 0px;
}

#content_block_04 .content-box .single-item .box h4{
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 27px;
}

#content_block_04 .content-box .single-item .box h4:before{
  position: absolute;
  content: '';
  width: 55px;
  height: 2px;
  bottom: 0px;
}

#content_block_04 .content-box .single-item:first-child .box h4:before{
  left: 0px;
}

#content_block_04 .content-box .single-item:last-child .box h4:before{
  right: 0px;
}

#content_block_04 .content-box .single-item .box p{
  margin-bottom: 20px;
  line-height: 28px;
}

#content_block_04 .content-box .single-item .box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Josefin Sans', Sans-serif;
  font-weight: 600;
  color: #040535;
}

#content_block_04 .content-box .single-item .box a:hover{
    color: #5167f9;
}

#content_block_04 .content-box .single-item:first-child .box a i{
  margin-right: 10px;
}

#content_block_04 .content-box .single-item:last-child .box a i{
  margin-left: 10px;
}
.rotate-me {
    animation-name: rotateme;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 30s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}


@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }
    to { 
        transform: rotate(-360deg);
    }
}
@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to { 
        -webkit-transform: rotate(-360deg);
    }
}
@-moz-keyframes rotateme {
    from {
        -moz-transform: rotate(0deg);
    }
    to { 
        -moz-transform: rotate(-360deg);
    }
}
@-o-keyframes rotateme {
    from {
        -o-transform: rotate(0deg);
    }
    to { 
        -o-transform: rotate(-360deg);
    }
}
.modal-body {
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    padding-top: 0;
    overflow: hidden;
}

.modal-body iframe, .modal-body object, .modal-body embed, .modal-body video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

button.close {
    position: absolute;
    right: -20px;
    top: -30px;
    border-radius: 50px;
    background: white;
    line-height: 1 !important;
    padding: 0px 6px 5px !important;
    opacity: 1;
}















/* .container {
    margin: 50px auto;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-image: url("https://i.ibb.co/jVL0zvC/section-img.jpg");
    background-size: cover;
    background-position: 43%;
    opacity: .8;
    position: relative;    
}

.center-div {
   position: absolute;
   top: 45%;
   margin-top: -30px;
   width: 80%;
   left: 50%;
   transform: translate(-50%,-50%); 
}

.center-div h2 {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 100px;
}

.center-div p {
    margin-top: 30px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #ccc;
    line-height: 1.8;

}

.choices {
    display: flex;
}

.left-top,
.right-top,
.right-bottom,
.left-bottom {
    position: absolute;
    display: flex;
    transition: .6s;
    cursor: pointer;
    width: 100%;
    user-select: none;
}

.left-top:hover,
.right-top:hover,
.right-bottom:hover,
.left-bottom:hover {
    transform: scale(1.1);
}

.left-top {
    left: -70%;
    top:  3%;
}

.right-top {
    left: 70%;
    top: 3%;
}

.right-bottom {
    left: 70%;
    top: 80%;
}

.left-bottom {
    left: -70%;
    top: 80%;
}

.left-top-circle,
.right-top-circle,
.right-bottom-circle,
.left-bottom-circle {
    position: relative;   
    background-color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
   
}

.left-top-circle{
    left: 81%;    
}


.left-bottom-circle {
    left: 81%;
}

.left-top-circle img,
.right-top-circle img,
.right-bottom-circle img,
.left-bottom-circle img {
    width: 70%;
    display: block;
    position: absolute;
    top: 15%;
    left: 12%;
}

.left-top-text,
.right-top-text,
.right-bottom-text,
.left-bottom-text {
    position: relative;
    padding: 8px;
    width: 50%;
   
}

.left-top-text {
    left:-7%;
}

.right-top-text {
    left: 10.5%;
}

.right-bottom-text {
    left: 7.5%;
    top: 80%;
}

.left-bottom-text {
    left: -7%;
}

.left-top-text h3,
.right-top-text h3,
.right-bottom-text h3,
.left-bottom-text h3 {
    text-align: right;
    color: #263c41;
    opacity: .9;
    font-size: 22px;
}

.right-top-text h3,
.right-bottom-text h3{
    text-align: left;
}

.left-top-text p,
.right-top-text p,
.right-bottom-text p,
.left-bottom-text p {
    margin-top: 30px;
    color: #979dac;
    font-weight: bold;
    line-height: 1.4;
    text-align: justify;
    font-size: 16px;
} */

  /* @media (max-width: 600px) {
        .center-div {
            padding: 0 10px;
        }
        .choices {
            flex-direction: column;
        }
        .choice {
            width: 100%;
        }
    } */