/*==========================================================================
1.0 DEFAUL SETTING
========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inria+Serif:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap');
html {
  scroll-behavior: smooth;
}

li::marker {
  color: transparent;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Inter', sans-serif;
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 27px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
}

p {
  font-style: normal;
  font-weight: 400;
  color: #363434;
  font-size: 16px;
  line-height: 30px;
}

figure {
  margin: 0;
}

a {
  text-decoration: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1250px;
  width: 100%;
}



section {
  overflow: hidden;
}



           /* Header CSS */

header.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background: #7b72ed;
    padding: 0px 0;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 12%);
   
}
.fadeInDown {
    animation-name: fadeInDown;
}
.animated {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}
@keyframes
fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}
}

.sticky_logo {
  display: none;
}

header.sticky .topbar {
  display: none;
 
}



.topbar .container {
  border-bottom: 1px solid #ffffff21;
  padding: 10px;
}

.carousel-control-next, .carousel-control-prev {
    width: inherit;
    opacity:1;
}

.topbar ul {
  display: flex;
  gap: 50px;
}

.topbar ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  position: relative;
}

.topbar ul li a i {
  margin-right: 7px;
  color: #ff805a;
  font-size: 17px;
}

header {
  width: 100%;
  z-index: 2;
  top: -7px;
  position: absolute;
  padding: 5px 0;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 12%);
  display: block;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  position: relative;
}

.navbar-nav .nav-link:before {
  content: '';
  width: 0;
  height: 1.3px;
  background-color: #fff;
  bottom: 3px;
  left:50%;
  transform: translateX(-50%);
  position: absolute;
  transition: all .3s ease-in-out;
}

.navbar-nav .nav-link:hover:before {
  transition: all .3s ease-in-out;
  width: 50%;
}

li.nav-item {
  margin-left: 25px;
}

.main_btn_tranparent a {
  color: #fff;
  padding: 8px 14px;
  border-radius: 7px;
  border:1px solid #fff ;
  font-size: 15px;
  font-weight: 400;
}

.header_btn {
  margin-left: 30px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.navbar-brand img {
  max-width: 145px;
  width: 100%;
}
.navbar-expand-lg {
 
  padding: 5px 0px;
}


.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.navbar-toggler {
  padding: 0.25rem 0.55rem;
  background-color: #fff;
}



.banner_wrapper {
  background-image: url(../images/hero_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
    display: flex;
    align-items: center;
    height: 730px;
     
}

.banner_content h1 {
margin-bottom: 20px;
font-weight: 600;
font-size: 55px;
}


.banner_detail.text-center {
  margin-top: 280px;
}

.banner_content p {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 28px;
}


.banner_img img {
  max-width: 600px;
    width: 100%;
    border-radius: 10px;
    margin-top: 80px;
  
    border-radius: 10px;
}

.banner_btn {
 width: max-content;
}

.carousel-control-prev {
  left: -7%;
}

.carousel-control-next {
  right: -7%;
}

.carousel-indicators {
  bottom: -15%;
}




 .main_btn a, .transparent_btn a {
  transition: all .3s ease-in-out;
  display: block;
}

.main_btn a:hover ,.transparent_btn a:hover{
  transition: all .3s ease-in-out;
  transform: translateY(-5px);
}

.main_btn a {
  background: #ff805a;
  border:1px solid #ff805a;
  color: #fff;
  padding: 10px 33px;
  border-radius: 0.25rem;
  font-size: 18px;
  font-weight: 700;
}

.main_btn {
  transition: all .3s ease-in-out;
}

.main_btn:hover {
  transition: all .3s ease-in-out;
  transform: translateY(-5px);
}

.transparent_btn a {
  border:1px solid #fff;
  color: #fff;
  padding: 10px 33px;
  font-size: 17px;
  font-weight: 600;
}

.gapping {
  margin-top: 80px;
}

.main_title h3 {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 28px;
    font-weight: 400;
    color: #7c8595;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    
}

.main_title h2 {
  font-weight: 600;
  color: #30323d;
  font-size: 48px;
  line-height: 1.2em;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
}

.main_title p  {
  color: #fff;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
}

.main_title.text-center  {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}






.about_rapper .row {
  margin-top: 80px;
}

.about_rapper {
  background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
    z-index: 11; 
    padding-top: 40px;
   padding-bottom: 80px;
}

  .box_content {
    padding: 25px;
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: #fff;
    -webkit-box-shadow: 0px 60px 90px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 60px 90px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 60px 90px 0px rgba(0,0,0,0.06);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
    height: 320px;
}

.box_content:hover:after, .box_content:hover:before {
  width: 280px;
  height: 280px;
}

.box_content:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: -50%;
  top: -75%;
  background: -moz-linear-gradient(258deg, #4528dc 0%, #8731e8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4528dc), color-stop(100%, #8731e8));
  background: -webkit-linear-gradient(258deg, #4528dc 0%, #8731e8 100%);
  background: -o-linear-gradient(258deg, #4528dc 0%, #8731e8 100%);
  background: -ms-linear-gradient(258deg, #4528dc 0%, #8731e8 100%);
  background: linear-gradient(192deg, #4528dc 0%, #8731e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4528dc', endColorstr='#8731e8',GradientType=0 );
  opacity: 0.3;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.box_content:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: -75%;
    top: -53%;
    background: -moz-linear-gradient(258deg, #4528dc 0%, #8731e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4528dc), color-stop(100%, #8731e8));
    background: -webkit-linear-gradient(258deg, #4528dc 0%, #8731e8 100%);
    background: -o-linear-gradient(258deg, #4528dc 0%, #8731e8 100%);
    background: -ms-linear-gradient(258deg, #4528dc 0%, #8731e8 100%);
    background: linear-gradient(192deg, #4528dc 0%, #8731e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4528dc', endColorstr='#8731e8',GradientType=0 );
    opacity: 0.3;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.box_content img {
  max-width: 75px;
}

.box_content h4 {
  text-transform: none;
  font-weight: 600;
  color: #333540;
  font-size: 22px;
  line-height: 30px;
  margin: 18px 0;
    font-family: 'Open Sans', sans-serif;
}

p {
  color: #8492a6;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}





.feature_content {
  max-width: 500px;
  width: 100%;
}

.feature_rapper .row {
  margin-top: 60px;
}

.feature_content h4 {
  text-transform: none;
  font-weight: 600;
  color: #fff;
  font-size: 35px;
  margin: 20px 0;
  line-height: 45px;
  font-family: 'Open Sans', sans-serif;
}

.feature_content p {
  color: #fff;
}

 h4 {
  text-transform: none;
  font-weight: 600;
  color: #333540;
  font-size: 35px;
  margin: 20px 0;
  line-height: 45px;
  font-family: 'Open Sans', sans-serif;
}


.feature_content img {
  max-width: 80px;
  width: 100%;
}

/* .feature_content ul {
margin-top: 30px;
}

.feature_content ul li {
  color: #8492a6;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
}

.feature_content ul li i {
  color: #2a52c3;
  margin-right: 10px;
  font-size: 20px;
} */

.feature_img_content img {
  -webkit-box-shadow:0 19px 38px rgb(102 126 224 / 15%), 0 15px 12px rgb(85 106 196 / 8%);
  box-shadow: 0 19px 38px rgb(102 126 224 / 15%), 0 15px 12px rgb(85 106 196 / 8%);    
}


.feature_img_content img {
  max-width: 750px;
  width: 100%;
  border: 10px solid #e9e9e91c;
    border-radius: 10px;
}


/* .feature_img_content:after {  
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 40px rgba(42, 82, 195, 0.1) !important;
  background: rgba(42,82,195,0.1);
  right: 20%;
  top: -28%;
  transform: rotate(210deg);
  bottom: 0rem;
  width: 25rem;
  height: 34rem;
  border-radius: 5rem;
} */



.overview_rapper {
  background-color: #7b72ed;
  padding: 120px 0;
}

.overview_content {
  max-width: 450px;
}

.overview_content img {
  max-width: 100px;
  width: 100%;
  background: #fff;
  padding: 15px;
  border-radius: 15%;
}

.overview_rapper h4 {
  color: #fff;
  font-size: 30px;
  margin: 7px 0;
}

.overview_rapper p{
  color: #fff;
  max-width: 500px;
}

.overview_img_content  {
  max-width: 550px;
  margin-left: auto;
}

.overview_img_content img:last-child {
  position: absolute;
  right: 0;
  bottom: -110px;
}
.overview_img_content img {
  margin-left: -95px;
  margin-top: -95px;
}


section#feature {
  background-color: #7b72ed;
  padding-bottom: 80px;
}


.features-second{
	margin-bottom: 35px;
}

.dropcaps-circle {
    float: left;
    margin: 10px 25px 25px 0;
	background-color: #fcfcfc;
	border: 1px solid #eaeaea;
	width: 80px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    color: #017df7;
    font-size: 40px;
    line-height: 80px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}








.sec-title {
  position: relative;
  margin-bottom: 70px;
}

.sec-title .title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1em;
  color: #ff8a01;
  font-weight: 500;
  background: rgb(247, 0, 104);
  background: -moz-linear-gradient(
    to left,
    rgba(247, 0, 104, 1) 0%,
    rgba(68, 16, 102, 1) 25%,
    rgba(247, 0, 104, 1) 75%,
    rgba(68, 16, 102, 1) 100%
  );
  background: -webkit-linear-gradient(
    to left,
    rgba(247, 0, 104, 1) 0%,
    rgba(68, 16, 102, 1) 25%,
    rgba(247, 0, 104, 1) 75%,
    rgba(68, 16, 102, 1) 100%
  );
  background: linear-gradient(
    to left,
    rgba(247, 0, 104) 0%,
    rgba(68, 16, 102, 1) 25%,
    rgba(247, 0, 104, 1) 75%,
    rgba(68, 16, 102, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F70068', endColorstr='#441066',GradientType=1 );
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.sec-title h2 {
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 1.2em;
  color: #1e1f36;
  font-weight: 700;
}

.sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #888888;
  margin-top: 30px;
}

.sec-title.light h2,
.sec-title.light .title {
  color: #ffffff;
  -webkit-text-fill-color: inherit;
}
.pricing-section {
  position: relative;
  padding: 100px 0 80px;
  overflow: hidden;
}
.pricing-section .outer-box {
  max-width: 1100px;
  margin: 0 auto;
}

.pricing-section .row {
  margin: 0 -30px;
}

.pricing-block {
  position: relative;

  margin-bottom: 40px;
}

.pricing-block .inner-box {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  padding: 0 0 30px;
  max-width: 370px;
  margin: 0 auto;
  border-bottom: 20px solid #fd6468;
}

.pricing-block .icon-box {
  position: relative;
  padding: 50px 30px 0;
  background-color: #fd6468;
  text-align: center;
}

.pricing-block .icon-box:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 75px;
  width: 100%;
  border-radius: 50% 50% 0 0;
  background-color: #ffffff;
  content: "";
}

.pricing-block .icon-box .icon-outer {
  position: relative;
  height: 150px;
  width: 150px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  padding: 10px;
}

.pricing-block .icon-box i {
  position: relative;
  display: block;
  height: 130px;
  width: 130px;
  line-height: 120px;
  border: 5px solid #fd6468;
  border-radius: 50%;
  font-size: 50px;
  color: #fd6468;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.pricing-block .inner-box:hover .icon-box i {
  transform: rotate(360deg);
}

.pricing-block .price-box {
  position: relative;
  text-align: center;
  padding: 10px 20px;
}

.pricing-block .title {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
}

.pricing-block .price {
  display: block;
  font-size: 30px;
  color: #222222;
  font-weight: 700;
  color: #fd6468;
}

.pricing-block .features {
  position: relative;
  max-width: 200px;
  margin: 0 auto 20px;
}

.pricing-block .features li {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #848484;
  font-weight: 500;
  padding: 5px 0;
  padding-left: 30px;
  border-bottom: 1px dashed #dddddd;
}
.pricing-block .features li:before {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 16px;
  color: #2bd40f;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  margin-top: -8px;
}
.pricing-block .features li.false:before {
  color: #e1137b;
  content: "\f057";
}

.pricing-block .features li a {
  color: #848484;
}

.pricing-block .features li:last-child {
  border-bottom: 0;
}

.pricing-block .btn-box {
  position: relative;
  text-align: center;
}

.pricing-block .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 500;
  padding: 8px 30px;
  background-color: #fd6468;
  border-radius: 10px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 300ms ease;
}

.pricing-block .btn-box a:hover {
  color: #ffffff;
}

.pricing-block .inner-box:hover .btn-box a {
  color: #40cbb4;
  background: none;
  border-radius: 0px;
  border-color: #40cbb4;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .inner-box {
  border-color: #1d95d2;
}

.pricing-block:nth-child(2) .btn-box a,
.pricing-block:nth-child(2) .icon-box {
  background-color: #1d95d2;
}

.pricing-block:nth-child(2) .inner-box:hover .btn-box a {
  color: #1d95d2;
  background: none;
  border-radius: 0px;
  border-color: #1d95d2;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .price {
  color: #1d95d2;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .inner-box {
  border-color: #8731e8;
}

.pricing-block:nth-child(3) .btn-box a,
.pricing-block:nth-child(3) .icon-box {
  background-color: #8731e8;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .price {
  color: #8731e8;
}

.pricing-block:nth-child(3) .inner-box:hover .btn-box a {
  color: #8731e8;
  background: none;
  border-radius: 0px;
  border-color: #8731e8;
}











.client_rapper {
  background: #f3f9ff;
  padding: 100px 0px;
  overflow: hidden;
  position: relative;
}

.client_rapper:before {
  content: "";
  width: 100%;
  background: url(../images/quote.png) no-repeat scroll;
  height: 100%;
  position: absolute;
  background-position: center left;
  left: 18%;
  bottom: 0;
}

.client_box {
  background: #fff;
  padding: 50px 50px 59px;
  box-shadow: 0px 5px 10px 0px rgba(26, 38, 74, 0.031);
  border-radius: 20px;
  width: 470px;
}

.client_content img {
  max-width: 80px;
}

.client_box p {
  margin-top: 30px
}

.client_box h6 {
    font-size: 18px;
    line-height: 20px;
    color: #8991f7;
    font-weight: 400;
}

.client_box span {
  font-size: 16px;
  line-height: 24px;
  color: #c4c5de;
  font-weight: 400;
}

.client_box .d-flex img {
  display: block;
  border-radius: 50%;
  border: 1px solid #494854;
  margin-right: 20px;
  max-width: 75px;
}

.testimonial-left {
  width: calc(37% - 215px);
  float: left;
  transform: translateX(40%);
}

.testimonial-right {
  width: calc(50% + 215px);
  float: right;
}


.slick-slider {
    margin:0 -15px;
}
.slick-slide {
  
    margin-right:15px;
    margin-left:15px;
}



input.contact-input {
  width: 100%;
  height: 55px;
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 23px;
  color: #727272;
  background-color: #f6f7f8;
  border: 1px solid #ececec!important;
  font-size: 14px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

textarea {
  height: 205px;
  margin-bottom: 20px;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #727272;
  background-color: #f6f7f8;
  border: 1px solid #ececec!important;
  font-size: 14px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

input.contact-submit {
  color: #fff;
  background: #ff805a;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 30px;
  position: relative;
  text-transform: uppercase;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  border-radius: 5px 5px;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

#contact-form input.contact-input:focus, #contact-form textarea.contact-commnent:focus {
  border-color:#fff;
  outline: none;
}

p.contact-info i {
  font-size: 18px;
  padding-right: 5px;
  vertical-align: middle;
  color: #1e90ff;
}

p.contact-info {
  margin-bottom: 8px;
}

p.contact-info a {
  color: #8492a6;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
}

.contact_right_content h5 {
  font-size: 20px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 18px;
}



.testimonials .slick-list {

  overflow: inherit;
}

.testimonials-container {
  padding: 0 40px;
  /* margin: 30px 0 50px; */
  position: relative;
  background-color: #f3f9ff;
  

  padding: 70px 0;
}


.testimonials-container h2 {
	padding: 10px 10px 15px;
	text-align: center;
	width: 100%;
	margin: 0 auto 30px;
  color: #000;
}

.testimonial {
	width: 25%;
	border-radius: 20px;
	background: linear-gradient(to right bottom, #fabf8f60, #ffc0a660, #ffc4bc60, #ffcbcf60, #f7d3dd60);
	padding: 20px;
	position: relative;
	margin-bottom: 20px;
}

.testimonial:after {
  content: "";
  display: block; /* reduce the damage in FF3.0 */
  position: absolute;
  bottom: -15px;
  right: 50px;
  width: 0;
  border-width: 15px 20px 0;
  border-style: solid;
  border-color: #F7D3DD60 transparent;
}

.testimonial h3 {
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
}

.testimonial p {
	margin-bottom: 0.5rem;
  color: #000;
  font-size: 15px;
}

.testimonal-author {
	font-size: 1rem;
	position: absolute;
	bottom: -40px;
	right: 0;
}

@media all AND (max-width: 700px) {
	
	.testimonials {
    flex-direction: column;
		align-items: center;
	}

	.testimonial {
		width: 90%;
		
	}

}







footer{
	position: relative;
	overflow: hidden;
    display: block;
    margin-top: 30px;
    padding: 50px 0 0px 0;
    background-color: #7b72ed;
}

.footer_menu {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.footer_menu li a {
	color: #fff;
  position: relative;
  padding-left: 14px;
}


.footer_menu li a:after {
	content: '';
  position: absolute;
  top: 7px;
  left: 0;
  background-color: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

footer p {
  text-align: center;
  color: #fff;
  background-color: #5b588b2b;
  padding: 3px 0;
  margin-top: 25px;
  font-size: 14px;
}

footer p a {
	font-size: 16px;
	color: #fff;
	text-decoration:underline;
}

/* Footer Social Icons */
ul.footer_social{
	width:100%;
	max-width:1140px;
	display:block;
	margin:0 auto;
	padding-top:5px;
	text-align:center;
}

ul.footer_social li{
	display:inline-block;
    margin:0 ;
	line-height:100%!important;
}

ul.footer_social li a i {
  display: inline-block;
  margin:0 8px;
  padding:0;
  font-size:26px!important;
  line-height: 26px!important;
  color: #fff;
  transition: all .5s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

ul.footer_social li a i:hover {
	color:#b2d8fd;
}


.inner_banner {
  background-color: #3a6ce1;
  padding: 150px 0 50px 0;
}

.main_title p.price{
  color: #080808;
  font-size: 20px;
}


/* chat gpt css */

/* Basic styling for the section and container */
.gapping {
  padding: 50px 0;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}

/* Styling for the feature content */
.feature_content {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.feature_content h4 {
  font-size: 24px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 15px;
}

.feature_content img {
  max-width: 60px;
  display: block;
  margin: 0 auto;
}

/* Styling for the bullet points */
.feature_content ul {
  list-style-type: disc;
  padding-left: 30px;
}

.feature_content li {
  font-size: 16px;
  color: #666;
  margin-bottom: 8px;
}

/* Styling for the feature images */
.feature_img_content {
  position: relative;
}

.feature_img_content img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

