@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,423;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,423;1,500;1,600;1,700&display=swap");
/* @import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap"); */
html {
  scroll-behavior: smooth;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif; 
} 
h1,h2,h3,h4,h5{
  font-family: "Josefin Sans", sans-serif;
}
/* hero-page start */
.container{
    width: 100%;
    height:auto;
    background: #5a5fc4;  
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
}
/* header start */
nav{
  position: fixed;
    display: flex;
    height: 80px;
    width: 100%;
    background: #2a318b;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px ;
    flex-wrap: wrap;
    z-index: 99;
  }
  
.flex_pricing {display: flex;
  width: fit-content;
  margin: 0 auto;
  background: white;}
.flex_pricingin {    padding: 0px 0px;
  box-shadow: 0px 0px 10px 0px #00000038;
}
.flex_pricingin h3{     
  background: white;
  margin: 0px;
  padding: 13px 20px;
  text-align: center;
  color: #0f1773;
  font-weight: 400;
  font-size: 16px;
  border: solid 2px #3240f9;
  letter-spacing: -0.7px;
}

.mobile_close {display:none;position: absolute;
  top: 0;
  font-size: 50px;
  z-index: 3;
  color: white;
  right: 16px;
  padding: 0;}

.flex_pricingin h1 p{    font-size: 10px;}
.flex_pricingin h1 del {    font-size: 22px;
  color:#ffe579;}

.flex_pricingin h1{color: #ffffff;
  background: #000ba7;
  margin: 0;
  padding: 19px;
  font-size: 31px;}
.flex_pricingin ul{padding: 0px 0px;}
.flex_pricingin li{background: white;
  padding: 7px 26px;
  list-style-type: none;
  font-size: 12px;
  font-weight: 600;}
.flex_pricingin li.back{background: #3f5c8417;}
.flex_pricingin li i{background: #2a318b;
  color: white;
  border-radius: 50px;
  padding: 6px;
  font-size: 11px;
  margin: 0px 10px;	}
.pricing_btn{
    width: fit-content;
    margin: 38px auto;
    color: #ffffff;
    padding: 13px 36px;
    border-radius: 50px;
    font-size: 20px;
    border: 2px solid;
    background: #2a318b;
}
  .new_lab {z-index: 2;
    position: relative;
    background: #861414;
    padding: 4px 10px;
    right: -13px;
    top: -11px;
    font-size: 12px;
    color: white;
    border-radius: 24px;}
.slider_image {width: 100%;
    position: relative;
    height: auto;
    background: white;}
.slider_image .mySlides {width: 100%;animation:fadeIn 1s linear forwards;}
@keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
  .temp_preview {    padding: 50px;
    text-align: center;
    width: auto;
    margin: 0 auto;
    overflow-x: scroll;
    background: white;}
	.temp_preview h1{text-align: center;
    font-weight: 400;
    margin: 0px 10px 40px;}
	.temp_pre {    display: inline-grid;
    margin: 10px 16px;
    text-align: center;
}
	.demo_slider {display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto  auto auto auto
    auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto  auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
	}
	
	@keyframes slowslide{
		0% {left:0;}
		100% {right:0;}
	}
	
	.temp_pre img {    
    width: 144px;
    border: 30px solid #000000;
    height: 287px;
    border-radius: 12px;
    border-left: 5px solid #000000;
    border-right: 5px solid #000000;
    padding: 0px;}
	
	.temp_pre:hover img {
		transition:0.3s;
		transform: scale(1.1);
	}
	
  nav .logo img{
      width: 150px;
      height:50px;
  }
  nav ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
  }
  nav ul li{
    margin: 0 5px;
    margin-top: 8px;
  }
  nav ul li a{
    color: white;
    text-decoration: none;
    font-size: 16px;
    padding: 8px 15px;
    border-radius: 5px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
  }
  nav ul > li  a:hover{
    color: rgb(255, 255, 255);
    background: #5a5fc4;
  }
  nav .menu-btn i{
    color: black;
    font-size: 22px;
    cursor: pointer;
    display: none;
  }
  #menu-btn{
    display: none;
  }
  @media (max-width: 1000px){
    nav{
      padding: 0 40px 0 50px;
    }
  }
  @media (max-width: 820px) {
    nav .menu-btn i{
      display: block;
  }
    nav ul{
      position: fixed;
      top: 80px;
      left: -100%;
      background: rgb(119 122 239);
      height: 100vh;
      width: 100%;
      text-align: center;
      display: block;
      transition: all 0.3s ease;
    }
    .show{
      left: 0%;
    }
    nav ul li{
      width: 100%;
      margin: 40px 0;
    }
    nav ul li a{
      width: 100%;
      margin-left: 00%;
      display: block;
      font-size: 35px;
      letter-spacing: 5px;
      transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      color: #000;
    }
    nav ul li a:hover{
      background: none;
      color: #000000;
    }
    #menu-btn{
      display: block;
      font-size: 25px;
    }
  }
  .content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: -1;
    width: 100%;
    padding: 0 30px;
    color: #1b1b1b;
  }
  .content div{
    font-size: 40px;
    font-weight: 700;
  }
  /* header end */

/*   dynamic-background-section  start  */
.circles{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles >ul li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles >ul li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: -2s;
}


.circles >ul li:nth-child(2){
    left: 10%;
    width: 45px;
    height: 45px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles >ul li:nth-child(3){
    left: 70%;
    width: 25px;
    height: 25px;
    animation-delay: 4s;
}

.circles >ul li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles >ul li:nth-child(5){
    left: 65%;
    width: 30px;
    height: 30px;
    animation-delay: -6s;
}

.circles >ul li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles >ul li:nth-child(7){
    left: 35%;
    width: 100px;
    height: 100px;
    animation-delay: -7s;
}

.circles >ul li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles >ul  li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles >ul  li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}
.circles >ul li:nth-child(11){
  left: 45%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.circles >ul li:nth-child(12){
  left: 55%;
  width: 80px;
  height: 80px;
  animation-delay: -3s;
}
@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(820deg);
        opacity: 0;
        border-radius: 50%;
    }

}
/*   dynamic-background-section end  */

/* hero-page contain start */
.row{
  display: flex;
  margin: 10vh 30px 0px 30px ;
}
.row .col-1 h1{
  padding-top:100px;
  color: white;
  font-size: 48px;
  text-transform: capitalize;
}
.row .col-1 > h1 >  p{
  margin-top:20px  ;
  color: rgb(114, 203, 255);
  font-size: 48px;
}
.row .col-1 >  p{
  margin-top:20px  ;
  color: white;
  font-size: 24px;
}
 .whatsapp{
  width: 30px;
  height: 30px;
} 
 .whatsapp:hover{
  background-color: transparent;
  width: 30px;
  height: 30px;
} 
 .row .col-2{
  padding-top: 40px;
 }
@media (max-width:820px){
  *{
    box-sizing: border-box;
  }
  .row{
    display: block;
  }
 .row .col-2{
  padding-top: 100px;
  margin: auto;
  width: 90%;
 }
 .row .col-2 img{
  width: 100%;
  opacity:1;
 }
 .container{
  width: 100%;
  height:100%;
  background: #5a5fc4;  
  background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
}
}

/* DEMO START */
.demo{
  width: 100%;
  height: 14vh;
  background-color: rgba(0, 0, 0, 0.8);
}
.button {
  border: none;
  color: #fff;
  background-color: #5a5fc4;
  padding: 15px 32px;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight:bold;
  margin: 6px 4px;
  cursor: pointer;
  border-radius: 4px;
  margin: 0;
  position: relative;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  
}
/* how work   */
.how-work-container{
  width: 100%;
  height: 90vh;
  margin-top: 5vh;
  display: flex;
  justify-content: space-evenly;
}

.hw-col-1{
  flex-basis: 45%;
  height: 100%;
}
.hw-col-2{
  flex-basis: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5vh;
  background-color: #5a5fc4;
  border-radius: 20px;
}
.hw-col-2 img{
  height: 90%;
}

.how-work-header{
  padding: 40PX;
  width: 100%;
  height: 30vh; 
  text-align: center;
}
.how-work-header >span{
  font-size: 24PX;
  text-decoration: underline;
  text-decoration-color:#5a5fc4 ;
  text-decoration-thickness:3px;
}
.how-work-header h2 {
  font-size: 32px;
  margin-top: 20px ;
}
.how-work-header > h2>span {
color: #5a5fc4;
}
.how-work-scroll{
  width: 100%;
  height: 50vh;
  margin-top:6  0px ;
  overflow-y: auto;
  overflow-x: hidden;
  overflow: none;
  border-radius: 10px;
}

 .how-work-scroll::-webkit-scrollbar {
  width: 16px;
}

.how-work-scroll::-webkit-scrollbar-track {
border-radius: 10px;
background: rgb(222, 65, 65);
box-shadow: inset 34px 34px 67px #ccc,
            inset -34px -34px 67px #ffffff;
}

.how-work-scroll::-webkit-scrollbar-thumb {
  background-color: #5a5fc4;
  border-radius: 10px;
}
.how-work-scroll .how-work-scroll-contain{
  width: 90%;
  margin: 40px auto;
  background-color: rgb(210, 210, 210);
  padding: 20px;
  box-shadow: 0px 8px 9px 0px rgb(7 7 56 / 15%);
  border-radius: 10PX;
  display: flex;
  align-items: center;
  justify-content:center ;
}
.how-work-scroll .how-work-scroll-contain:hover{
  background-color: rgb(255, 255, 255);
}
.hw-icon{
  flex-basis: 40%;
  text-align: center;
  width: 100%;
  height: 20%;
}
.hw-text-contain h2{
  font-size: 18px;
}
@media (max-width:820px){
  .how-work-container{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 0;
  }
  
  .hw-col-1{
    height: 100%
  }
  .hw-col-2{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hw-col-2 img{
    width: 200px;
    padding: 30px;
  }
  .how-work-scroll .how-work-scroll-contain{
    background-color: #eee;
  }
}
.fa-edit,
.fa-download,
.fa-share-alt{
  color: #5a5fc4; 
  font-size: 35px;
}

/* pricing */
.saas_two_section_title{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40PX;
}
.title_tag{
  color: #a03cb9;
  font-size: 18px;
  font-weight: 500;
  padding: 3px 30px;
  border-radius: 8px;
  display: inline-block;
  background-color: #ede0f4;
}
@keyframes flying {
    0% {
      transform: translate(2px, 2px);
    }
    50% {
      transform: translate(-2px, -2px);
    }
    100% {
      transform: translate(2px, 2px);
    }
  }
  .s2-pricing_section {
    padding: 0px 0px 40px;
    background-color: #2a318b;
    border-radius: 10px;
  }
  
  .s2-pricing_section .s2-pricing_content {
    padding-top: 50px;
  }
  
  .s2-pricing_section .s2-pricing_item {
    margin: 0 auto;
    overflow: hidden;
    width: 30%;
    border-radius: 15px;
    background-color:#fff;
    transition: 0.4s all ease-in-out;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.13);
  }
  
  .s2-pricing_section .s2-pricing_item .s2-pricing_price {
    background-color: #818181;
    padding: 40px 50px 25px;
    margin-bottom: 25px;
    z-index: 1;
  }
  
  .s2-pricing_section .s2-pricing_item .s2-pricing_price .pricing_icon {
    height: 65px;
    width: 60px;
    margin-right: 25px;
    border-radius: 8px;
    background-color: #fff;
    padding-top: 12px;
    padding-left: 5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  
  .s2-pricing_section .s2-pricing_item .s2-pricing_price .pricing_icon svg {
    height: 40px;
    width: 40px;
    fill: #000;
  }
  
  .s2-pricing_section .s2-pricing_item .s2-pricing_price .pricing_icon:after {
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: visible;
    position: absolute;
    border-radius: 8px;
    transform: scale(0.5);
    transition: 0.4s all ease-in-out;
    background-image: linear-gradient(-45deg, #b742b7 32%, #6b2c94 100%);
  }
  
  .s2-pricing_section .s2-pricing_item .s2-pricing_price .s2-pricing_text {
    font-family: "Poppins";
    color: #fff;
  }
  
  .s2-pricing_section .s2-pricing_item .s2-pricing_price .s2-pricing_text span {
    font-size: 20px;
    font-weight: 600;
    display: block;
  }
  
  .s2-pricing_section .s2-pricing_item .s2-pricing_price .s2-pricing_text strong {
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
  }
  
  .s2-pricing_section .s2-pricing_item .s2-pricing_price .s2-icon_bg {
    position: absolute;
    right: 20px;
    top: 40px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: 0.5s all ease-in-out;
    animation: flying 1.5s linear infinite;
  }
  .s2-pricing_section .s2-pricing_item .s2-pricing_list li {
    border-bottom: 1px solid #ffffff;
    padding: 18px 20px ;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 14px;
  }
  
  .s2-pricing_section .s2-pricing_item .s2-pricing_list li:last-child {
    border: none;
    padding-bottom: 0;
  }
  
  .s2-pricing_section .s2-pricing_item .s2-pricing_list .s2-checked,
  .s2-pricing_section .s2-pricing_item .s2-pricing_list .s2-unchecked {
    width: 22px;
    height: 22px;
    margin-right: 25px;
    border-radius: 100%;
    line-height: 22px;
    position: relative;
    background-image: linear-gradient(	0deg, #21509b 1%, #276ad6 53%, #337dec 100%);
  }
  .s2-checked{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fa-check{
    font-size: 16px;
    color: #fff;
  }
  
  /*.s2-pricing_section .s2-pricing_item .s2-pricing_list .s2-checked:before,*/
  /*.s2-pricing_section .s2-pricing_item .s2-pricing_list .s2-unchecked:before {*/
  /*  top: 0;*/
  /*  left: 0;*/
  /*  right: 0;*/
  /*  color: #fff;*/
  /*  font-size: 12px;*/
  /*  content:"+";*/
  /*  font-weight: 900;*/
  /*  text-align: center;*/
  /*  position: absolute;*/
  /*  font-family: "Font Awesome 5 Free";*/
  /*}*/
  
  .s2-pricing_section .s2-pricing_item .s2-pricing_list .s2-checked i,
  .s2-pricing_section .s2-pricing_item .s2-pricing_list .s2-unchecked i {
    color: #fff;
    font-size: 12px;
  }
  
  .s2-pricing_section .s2-pricing_item .s2-pricing_list .s2-unchecked {
    background-color: #ff0000;
    background-image: none;
    box-shadow: none;
  }
  
  .s2-pricing_section .s2-pricing_item .s2-pricing_list .s2-unchecked:before {
    content: "";
  }
  
  .s2-pricing_section .s2-pricing_item .s2-pricing_btn {
    padding: 25px 0px;
    text-align: center;
    margin-top: 8px;
  }
  
  .s2-pricing_section .s2-pricing_item .s2-pricing_btn a {
    height: 45px;
    width: 160px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    margin-right: 20px;
    font-weight: 700;
    color: #010101;
    font-family: "Poppins";
    display: inline-block;
    border: 2px solid #6c2b95;
  }
  
  .s2-pricing_section .s2-pricing_item .s2-pricing_btn a i {
    font-size: 20px;
    margin-right: 8px;
  }
  
  .s2-pricing_section .s2-pricing_item:hover {
    box-shadow: 0px 23px 43px 0px rgba(0, 0, 0, 0.26);
  }
  
  .s2-pricing_section .s2-pricing_item:hover .s2-icon_bg {
    opacity: 1;
    top: 30px;
    right: 15px;
    visibility: visible;
    transition-delay: 0.2s;
  }
  
  .s2-pricing_section .s2-pricing_item:hover .pricing_icon:after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  
  .s2-pricing_section .s2-pricing_item:hover .pricing_icon svg {
    fill: #fff;
  }
.pricing-list-box{
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 22px;
  font-weight:500;
}

@media (max-width:820px){
  .s2-pricing_section .s2-pricing_item {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    border-radius: 15px;
    transition: 0.4s all ease-in-out;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.13);
  }
  .pricing-list-box{
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 18px;
  }
}
/* start of featured section */

.feature-eight-section{
  width: 100%;
  height: auto;
  background-color: #ddd;
  border-radius: 20PX;
  border-radius: 20px;
}
.feature-eight-header{
  width: 100%;
  padding: 20PX;
  text-align: center;
  padding-top: 40px;
  
}
.feature-eight-header >span{
  font-size: 24PX;
  text-decoration: underline;
  text-decoration-color: #464ed8;
}
.feature-eight-header >h2{
  font-size: 32px;
  margin-top: 20px ;
}
.feature-eight-header >h2 >span{
 color: #5a5fc4;
}
.feature-eight-header >p{
margin-top: 10px;
}
.feature-eight{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding:30px;
}
.feature-eight-col-1,
.feature-eight-col-2{
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}
.fearure-box{
  width: 20%;
  flex-basis: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 20px 10px;
  border-radius: 10px;
  margin-bottom: 30px;
  background: #fff;
  box-shadow:  5px 5px 5px #7b7b7b,
             -5px -5px 5px #ffffff;
}
.feature-icon{
  width: 100px;
  height: 100px;
  font-size: 40px;
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
  color: #5a5fc4;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #e9ebf7;
}
.feature-text{
  text-align: center;
}
.feature-text p{
  line-height: 1.3;
}
  @media (max-width:1000px){
    .fearure-box{
      flex-basis: 40%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border-radius: 20px;
      padding: 20px 10px;
      border-radius: 10px;
      background: #fff;
      margin-bottom: 30px;
      box-shadow:  5px 5px 5px #7b7b7b,
                 -5px -5px 5px #ffffff;
    }
  }
@media (max-width:720px){
  .feature-eight-section{
    width: 100%;
    height: auto;
    background-color: #ddd;
    border-radius: 20PX;
    border-radius: 20px;
  }
  .feature-eight{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .feature-eight-col-1,
.feature-eight-col-2{
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
}
.fearure-box{
  width: 100%;
  height: auto;
  margin-bottom: 20px;  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 20px 10px 25px;
  border-radius: 10px;
}
.feature-text{
  height:auto;
  text-align: center;
}
}
/* end of featured section */


/* start of fun section  */
.fun-container{
  padding-bottom: 20px;
}
.fun-headre{
  width: 100%;
  text-align: center;
}
.fun-headre >span{
  font-size: 24PX;
  text-decoration: underline;
  text-decoration-color:#5a5fc4 ;
}
.fun-headre h2 {
  font-size: 32px;
  margin-top: 20px ;
}
.fun-headre > h2>span {
color: #5a5fc4;
}
.fun-row{
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.fun-col-1,
.fun-col-2{
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: space-between;
}
.cont_share_boxes{
  width: 15%;
  height: 200px;
  font-size: 17px;
  margin: 5px;
  text-align: center;
  box-shadow: 0px 0px 20px 0px #b1b1b1b8;
  padding: 13px 13px 26px;
  font-weight: 500;
  border-radius: 5px;
  color: #5b5b5b;
  font-weight: 500;
  font-family: "Circular Std Book";
}
.cont_share_boxes:hover {
box-shadow: 0px 0px 10px 0px #0000002e;
color: black;
}
.cont_share_boxes i {
  font-size: 43px;
  margin: 20px;
  color: #5a5fc4;
}

@media (max-width:820px){
.fun-col-1{
  margin-top: 20px;
}
.fun-col-1,
.fun-col-2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  } 
  .fun-col-2{
    margin-top: 0px;
  }
.cont_share_boxes{
  width: 90%;
  margin: auto;
  background-color: #fff;
  margin-top: 10px;
  color: #000000;
  font-family: "Circular Std Book";
}
}
/* end of feature section  */
/* contact form */
.contact-form-container{
  width: 100%;
  height: 80vh;
  margin-top: 20px;
}
.contact-form-container h2{
 text-align: center;
 margin:40px 0px 0px 0px;
}
.contact-row{
  width: 90%;
  margin: auto;
  height: 85%;
  display: flex;
  justify-content:space-evenly;
  align-items: center
}
.contact-col-1{
  flex-basis: 50%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-col-1 img{
  width: 95%;
}
.contact-col-2{
  flex-basis: 40%;
  width: 100%;
  background-color: #ddd;
  padding: 20px;
  border-radius: 10px;
}
.contact-col-2 p{
  text-decoration: underline #5a5fc4 2px;
  font-size: 24px;
  padding-bottom: 20px;
  text-align: center;
}
.contact-col-2 .input-box{
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.contact-col-2 .input-box input,textarea{
  width: 100%;
  padding: 5px 0px;
  outline: none;
  border: none;
  border-bottom: 2px solid #5a5fc4;
  font-size: 16px;
  background: transparent;
}
.input-btn{
  text-align: center;
}
.input-btn input{
  width: 25%;
  padding: 5px;
  color: white;
  background-color: #5a5fc4;
  border: 1px solid black;
  border-radius: 5px;
}
@media(max-width: 820px){
  .contact-col-1{
    display: none;
  } 
  .contact-col-2{
    flex-basis: 100%;
    width: 100%;
    background-color: #ddd;
    padding: 20px;
    border-radius: 10px;
  }
}

/* footer start */
.footer-container{
	max-width: 1170px;
	margin:auto;
}
.row-02{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color: #24262b;
    padding: 40px 0;
    margin-top: 20px;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #5a5fc4;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}
.aftre-before-none::after,
.aftre-before-none::before{
  display: none;
}

/*responsive*/
@media(max-width: 820px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
.aftre-before-none{
  display: none;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
.aftre-before-none{
  display: none;
}
}
.flag{
  width: 90%;
  margin: 20px auto;
  border-top: 1px solid rgb(182, 182, 182);
  display: flex;
  justify-content: right;
  align-items: center;
  color: white;
}


.whatsapp-btton{
  position: fixed;
  width:40px;
  height:40px;
  bottom: 25px;
  right: 25px;
}
.cptext{
        color:black;
    }
