@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;800&display=swap');


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

p {
  margin: 0;
}

li, a, button {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #b9d7ea;
  text-decoration: none;
  text-transform: uppercase;
}

a:hover{
  text-decoration: none;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 200px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

body {
  background: #fff;
}

.checkbtn{
  font-size: 30px;
  color: white;
  float: right;
  margin-right: 30px;
  cursor: pointer;
  display: none;
}
#check{
  display: none;
}

.nav__links_md {
  list-style: none;
  margin-bottom: 0px;
}

.nav__links_md li {
  display: inline-block;
  padding: 0px 20px;
  vertical-align: middle;
}

.nav__links_md li a {
  transition: all 0.3s ease 0s;
  color: #010101;
  font-weight: 600;
}

.nav__links_md li a:hover {
  color: #112d4e;
  text-decoration: none;
}

button.unfillbtn{
  background-color: #fff;
  padding: 8px 24px;
  font-size: 13px;
  border: 1px solid #ed808f;
  border-radius: 5px;
  color: #ed808f;
  display: flex;
  align-items: center;
}

button.unfillbtn:hover{
  color: #fff;
  background: #ffc163;
  border: 1px solid #fff;
}

button.fas-btn {
  border: none;
  font-size: 14px;
  background: none;
  color: #000;
  font-weight: 600;
  align-items: center;
}

.section__1 {
  padding: 20px;
  background: linear-gradient(180deg, rgba(245, 88, 148, 0) 0%, rgba(255, 99, 120, 0.08) 100%);
  width: auto;
  height: 475px;
  margin-top: 30px;
}

.section1-img img {
  width: 600px;
  height: 350px;
}

.section1-content h2 {
  margin-top: 50px;
  font-weight: 900;
}

.section1-content p {
  padding-top: 30px;
  color: #333333;
}

.section1-content button {
  margin-right: 30px;
  margin-top: 30px;
}

.fullbtn{
  background-color: #ff6378;
  border: none;
  padding: 12px 24px;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
}

.fullbtn:hover {
  background: #fff;
  color: #ff6378;
  border: 1px solid #ff6378;
  padding: 11px 23px;
}

.fullbtn-nobg {
  background-color: #fff;
  border: none;
  padding: 12px 24px;
  color: #ff9763;
  border-radius: 5px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.section2-content h2, .section3-content h2{
  margin-top: 100px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
}

.content__solution {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 50px;
}

.content__solution img {
  width: 50px;
  height: 50px;
}

.content__solution h5 {
  font-weight: 600;
  margin-top: 20px;
}

.content__solution p {
  color: #333333;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 400;
  line-height: 0.65cm;
}

.content__solution button {
  font-size: 11px;
  font-weight: 800;
}

.section3-content .contents {
  margin-left: auto;
  margin-right: auto;
}

.section3-content .contents img {
  width: 100%;
  padding-top: 50px;
}

.section3-content .contents h5{
  font-weight: 800;
  margin-top: 90px;
}

.mt-feature {
  margin-bottom: 30px;
}

.rectangle {
  width: 100px;
  height: 2px ;
  background-color: #ff6378;
  margin-bottom: 10px;
  margin-top: 5px;
  border-radius: 5px;
}

.section4-content {
  background: #ffc163;
  width: 100%;
  height: 650px;
  margin-top: 50px;
}

.section4-content h2, .section5-content h2 {
  padding-top: 80px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
}

.testimonial {
  margin-left: auto;
  margin-right: auto;
}

.card {
  background: #FFFFFF;
  width: 100%;
  max-width: 320px;
  padding: 30px 32px;
  -webkit-box-shadow: 0px 2px 8px rgb(44 49 73 / 8%);
  box-shadow: 0px 2px 8px rgb(44 49 73 / 8%);
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  margin-bottom: 15px;
}

.card-shadow {
  box-shadow: -1px 3px 9px 4px rgba(0,0,0,0.17);
}

.card img {
  display: block;
  border-radius: 100%;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  margin-top: 10px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card p{
  font-style: italic;
}

.testimonial__name {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 600;
}

.testimonial__name span {
  font-weight: 400;
  color: #757575;
}

.section5-content {
  margin-top: 100px;
  padding-top: 30px;
  background: #ff9763;
  width: 90%;
  height: 350px;
  margin-bottom: 100px;
  border-radius: 10px;
}

.payment-btn {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.payment-btn button{
  margin-right: 50px;	
}

.footer-section {
  width: 100%;
  background: #fff0e8;
  height: 350px;
  padding-top: 40px;
}

.logo__section p {
  font-size: 14px;
  margin-top: 10px;
  color: #444444;
  font-weight: 600;
}

.footer-menu h5 {
  font-weight: 800;
  margin-bottom: 10px;
}

.footer-menu-t p a{
  color: #444444;
  font-weight: 600;
}

.footerBottomSection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0px;
  margin-left: auto;
  margin-right: auto;
}

.faq-section {
  padding: 20px;
  width: auto;
  margin-top: 30px;
}

.faq-section h2 {
  font-weight: 900;
  text-align: center;
  margin-bottom: 50px;
}

.faq-contents {
  margin-left: auto;
  margin-right: auto;
}

.faq-contents h5 {
  font-weight: 900;
  padding-top: 20px;
}

.faq-contents p {
  font-size: 15px;
  margin-bottom: 20px;
}

.features-section {
  padding: 20px;
  width: auto;
  margin-top: 30px;
}

.features-section h2 {
  font-weight: 900;
  text-align: center;
  margin-bottom: 50px;
}

.features-contents {
  margin-left: auto;
  margin-right: auto;
}

.features-contents h5 {
  font-weight: 900;
  padding-top: 20px;
}

.features-contents p {
  font-size: 15px;
  margin-bottom: 20px;
}

.tosSection {
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.tosSection h2 {
  font-weight: 900;
}

.blogPage {
  background: linear-gradient(180deg, rgba(245, 88, 148, 0) 0%, rgba(255, 99, 120, 0.08) 100%);
  width: auto;
  height: 330px;
  margin-top: 10px;
}

.blogPage h1 {
  font-weight: 900;
  text-align: center;
  padding-top: 20px;
}

.announcement {
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  width: 100%;
  height: 200px;
  border-radius: 10px;
}

.announcementImg {
  background: #ff6378;
  height: 200px;
}

.announcementImg img {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  width: 65%;
  display: block;
}

.announcementContent {
  padding: 45px 40px 10px 40px;
}

.announcementContent p {
  color: #7a7a7a;
  font-weight: 600;
  font-size: 14px;
}

.announcementContent p span {
  color: #ff9763;
  font-weight: 600;
}

.announcementContent h4 {
  font-weight: 800;
  margin-top: 5px;
}

.announcementContent h6 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #7a7a7a;
}

.blogSection {
  margin-bottom: 50px;
}

.blogSection a h4 {
  font-weight: 900;
  padding: 5px;
  color: #010101;
}

.blogSection a:hover {
  text-decoration: none;
}

.blogSection p {
  font-weight: 400;
  color: #5E6378;
  padding-left: 5px;
  font-size: 15px;
}

.processSection {
  margin-bottom: 50px;
}

.processSection a h4 {
  font-weight: 900;
  padding: 5px;
  color: #010101;
}

.processSection a:hover {
  text-decoration: none;
}

.processSection p {
  font-weight: 400;
  color: #5E6378;
  padding-left: 5px;
  font-size: 15px;
}

h5.olderPost {
  margin-top: 30px;
  display: flex;
  float: right;
  text-transform: uppercase;
  font-weight: 900;
  align-items: baseline;
  font-size: 14px;
}

.blog-card-big {
  background: #fff;
  width: 100%;
  height: 270px;
  border-radius: 10px;
  background: #ff6378;
  margin-bottom: 10px;
  margin-top: 50px;
}

.blog-card-big img {
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

h6.blog-tags {
  color: #7a7a7a;
  font-weight: 600;
  font-size: 14px;
  padding: 5px;
}

h6.blog-tags span {
  color: #ff9763;
  font-weight: 600;
}

.footerBlogCard {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shared {
  display: flex;
  align-items: baseline;
}

.social-media {
  padding-left: 20px;
}

.author {
  display: flex;
  padding: 5px;
}

.author img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

.authorDetails {
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
}

.authorDetails h6{
  font-size: 12px;
  font-weight: 600;
}

.blogPostImg img {
  background: #ff6378;
  border-radius: 10px;
  width: 100%;
  padding: 50px 200px;
}

.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.no-pad {
  padding: 0 !important;
}

.mtTop-10 {
  margin-top: 10px;
}

.mtTop-20 {
  margin-top: 20px;
}

.sideBlog {
  padding-left: 40px;
  padding-right: 30px;
}

.newsletter {
  margin-bottom: 40px;
}

.newsletter h5 {
  font-weight: 800;
  margin-bottom: 15px;
}

.newsletter form > input {
  border: 1px solid #000;
  padding: 8px 16px;
  border-radius: 5px;
  margin-bottom: 15px;
  color: #112d4e;
  font-size: 15px;
  width: 100%;
}

.categoriesSection {
  margin-bottom: 40px;
}

.categoriesSection h5 {
  font-weight: 800;
  margin-bottom: 15px;
}

.categoriesSection h6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

.categoriesSection h6 span {
  font-weight: 600;
}

.recentPost {
  margin-bottom: 40px;
}

.recentPost h5 {
  font-weight: 800;
  margin-bottom: 15px;
}

.listPost {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}

.listPost img {
  width: 80px;
  height: 80px;
  background: #ffc163;
  border-radius: 5px;
  padding: 10px;
  margin-right: 15px;
  min-width: 80px;
}

.blogDetails p {
  font-size: 14px;
  margin-bottom: 5px;
  max-width: 210px;
  font-weight: 600;
}

.blogDetails p.date {
  color: #5E6378
}

.tagsSection {
  margin-bottom: 40px;
}

.tagsSection h5 {
  font-weight: 800;
  margin-bottom: 15px;
}

.btnTagsActive {
  background-color: #ed808f;
  border: none;
  padding: 12px 24px;
  color: #fff;
  border-radius: 20px;
  font-weight: 600;
}

.btnTags {
  border-radius: 20px;
  font-weight: 600;
  color: #ed808f ;
  border: 1px solid #ed808f;
  padding: 11px 24px;
  background: #fff;
  margin-bottom: 10px;
}

.archivesSection {
  margin-bottom: 40px;
}

.archivesSection h5 {
  font-weight: 800;
  margin-bottom: 15px;
}

.archiveList {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.archiveList img {
  width: 25px;
  height: 25px;
  min-width: 25px;
  margin-right: 10px;
}

.archiveList p {
  font-size: 14px;
}
.archiveList p > span {
  font-weight: 600;
}

.circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  overflow: hidden;
  z-index: -1;
}

.circle li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  border-radius: 70%;
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circle li.blue {
  background: rgba(35, 104, 197, 0.3);
}

.circle li.red {
  background: rgba(249, 82, 81, 0.8);
}

.circle li.green {
  background: rgba(79, 189, 134, 0.8);
}

.circle li.yellow {
  background: rgba(251, 192, 45, 0.9);
}

.circle li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
}

.circle li:nth-child(2) {
  left: 15%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circle li:nth-child(3) {
  left: 30%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
  animation-duration: 12s;
}

.circle li:nth-child(4) {
  left: 70%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circle li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
  animation-duration: 10s;
}

.circle li:nth-child(6) {
  left: 55%;
  width: 80px;
  height: 80px;
  animation-delay: 3s;
  animation-duration: 12s;
}

.circle li:nth-child(7) {
  left: 90%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
  animation-duration: 12s;
}

.circle li:nth-child(8) {
  left: 40%;
  width: 50px;
  height: 50px;
  animation-delay: 2s;
  animation-duration: 12s;
}

@keyframes animate {
  0%{
    transform: translateY(0) rotate(0deg);
  }
  100%{
    transform: translateY(-1000px) rotate(920deg);
  }
}@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;800&display=swap');


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

p {
  margin: 0;
}

li, a, button {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #b9d7ea;
  text-decoration: none;
  text-transform: uppercase;
}

body {
  background: #fff;
}

.navbar-brand {
  padding-right: 20px;
}

.nav__link {
  list-style: none;
}

.navbar {
  display: inline-block !important;
  padding: 0px 20px !important;
  vertical-align: middle !important;
}

.navbar{
  transition: all 0.3s ease 0s !important;
  color: #010101 !important;
  font-weight: 600 !important;
}

.nav__link {
  color: #112d4e;
  text-decoration: none;
}

button.unfillbtn{
  background-color: #fff;
  padding: 8px 24px;
  font-size: 13px;
  border: 1px solid #ed808f;
  border-radius: 5px;
  color: #ed808f;
  display: flex;
  align-items: center;
}

button.unfillbtn:hover{
  color: #fff;
  background: #ffc163;
  border: 1px solid #fff;
}

button.fas-btn {
  border: none;
  font-size: 14px;
  background: none;
  color: #000;
  font-weight: 600;
  align-items: center;
}

.section1-img img {
  width: 600px;
  height: 350px;
}

.section1-content h2 {
  margin-top: 50px;
  font-weight: 900;
}

.section1-content p {
  padding-top: 30px;
  color: #333333;
}

.section1-content button {
  margin-right: 30px;
  margin-top: 30px;
}

.fullbtn{
  background-color: #ff6378;
  border: none;
  padding: 12px 24px;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
}

.fullbtn:hover {
  background: #fff;
  color: #ff6378;
  border: 1px solid #ff6378;
  padding: 11px 23px;
}

.fullbtn-nobg {
  background-color: #fff;
  border: none;
  padding: 12px 24px;
  color: #ff9763;
  border-radius: 5px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.section2-content h2, .section3-content h2{
  margin-top: 100px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
}

.content__solution {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 50px;
}

.content__solution img {
  width: 50px;
  height: 50px;
}

.content__solution h5 {
  font-weight: 600;
  margin-top: 20px;
}

.content__solution p {
  color: #333333;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 400;
  line-height: 0.65cm;
}

.content__solution button {
  font-size: 11px;
  font-weight: 800;
}

.section3-content .contents {
  margin-left: auto;
  margin-right: auto;
}

.section3-content .contents img {
  width: 100%;
  padding-top: 50px;
}

.section3-content .contents h5{
  font-weight: 800;
  margin-top: 40px;
}

.mt-feature {
  margin-bottom: 30px;
}

.mt-feature img {
  width: 50%
}

.rectangle {
  width: 100px;
  height: 2px ;
  background-color: #ff6378;
  margin-bottom: 10px;
  margin-top: 5px;
  border-radius: 5px;
}

.section4-content {
  background: #ffc163;
  width: 100%;
  height: 650px;
  margin-top: 120px;
}

.section4-content h2, .section5-content h2 {
  padding-top: 80px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
}

.testimonial {
  margin-left: auto;
  margin-right: auto;
}

.card {
  background: #FFFFFF;
  width: 100%;
  max-width: 320px;
  padding: 30px 32px;
  -webkit-box-shadow: 0px 2px 8px rgb(44 49 73 / 8%);
  box-shadow: 0px 2px 8px rgb(44 49 73 / 8%);
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  margin-bottom: 15px;
}

.card-shadow {
  box-shadow: -1px 3px 9px 4px rgba(0,0,0,0.17);
}

.card img {
  display: block;
  border-radius: 100%;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  margin-top: 10px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card p{
  font-style: italic;
}

.testimonial__name {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 600;
}

.testimonial__name span {
  font-weight: 400;
  color: #757575;
}

.section5-content {
  margin-top: 100px;
  padding-top: 30px;
  background: #ff9763;
  width: 90%;
  height: 350px;
  margin-bottom: 100px;
  border-radius: 10px;
}

.payment-btn {
  margin-left: auto;
  margin-right: auto;
}

.logo__section p {
  font-size: 14px;
  margin-top: 10px;
  color: #444444;
  font-weight: 600;
}

.footer-menu h6 {
  font-weight: 800;
  margin-bottom: 10px;
}

.footer-menu ul li a {
  color: #444444;
  margin-bottom: 10px;
  font-weight: 600;
}

.footerBottomSection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0px;
  margin-left: auto;
  margin-right: auto;
}

.faq-section {
  padding: 20px;
  width: auto;
  margin-top: 30px;
}

.faq-section h2 {
  font-weight: 900;
  text-align: center;
  margin-bottom: 50px;
}

.faq-contents {
  margin-left: auto;
  margin-right: auto;
}

.faq-contents h5 {
  font-weight: 900;
  padding-top: 20px;
}

.faq-contents p {
  font-size: 15px;
}

.features-section {
  padding: 20px;
  width: auto;
  margin-top: 30px;
}

.features-section h2 {
  font-weight: 900;
  text-align: center;
  margin-bottom: 50px;
}

.features-contents {
  margin-left: auto;
  margin-right: auto;
}

.features-contents h5 {
  font-weight: 900;
  padding-top: 20px;
}

.features-contents p {
  font-size: 15px;
}

.tosSection {
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.tosSection h2 {
  font-weight: 900;
}

.blogPage {
  background: linear-gradient(180deg, rgba(245, 88, 148, 0) 0%, rgba(255, 99, 120, 0.08) 100%);
  width: auto;
  height: 330px;
  margin-top: 10px;
}

.blogPage h1 {
  font-weight: 900;
  text-align: center;
  padding-top: 20px;
}

.announcement {
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  width: 100%;
  height: 200px;
  border-radius: 10px;
}

.announcementImg {
  background: #ff6378;
  height: 200px;
}

.announcementImg img {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  width: 65%;
  display: block;
}

.announcementContent {
  padding: 45px 40px 10px 40px;
}

.announcementContent p {
  color: #7a7a7a;
  font-weight: 600;
  font-size: 14px;
}

.announcementContent p span {
  color: #ff9763;
  font-weight: 600;
}

.announcementContent h4 {
  font-weight: 800;
  margin-top: 5px;
}

.announcementContent h6 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #7a7a7a;
}

.blogSection {
  margin-bottom: 50px;
}

.blogSection a h4 {
  font-weight: 900;
  padding: 5px;
  color: #010101;
}

.blogSection a:hover {
  text-decoration: none;
}

.blogSection p {
  font-weight: 400;
  color: #5E6378;
  padding-left: 5px;
  font-size: 15px;
}

.processSection {
  margin-bottom: 50px;
}

.processSection a h4 {
  font-weight: 900;
  padding: 5px;
  color: #010101;
}

.processSection a:hover {
  text-decoration: none;
}

.processSection p {
  font-weight: 400;
  color: #5E6378;
  padding-left: 5px;
  font-size: 15px;
}

a > h5.olderPost {
  margin-top: 30px;
  display: flex;
  float: right;
  text-transform: uppercase;
  font-weight: 900;
  align-items: baseline;
  font-size: 14px;
  color: #000;
  height: 20px;
}

.blog-card-big {
  background: #fff;
  width: 100%;
  height: 270px;
  border-radius: 10px;
  background: #ff6378;
  margin-bottom: 10px;
  margin-top: 50px;
}

.blog-card-big img {
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

h6.blog-tags {
  color: #7a7a7a;
  font-weight: 600;
  font-size: 14px;
  padding: 5px;
}

h6.blog-tags span {
  color: #ff9763;
  font-weight: 600;
}

.footerBlogCard {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.shared {
  display: flex;
  align-items: baseline;
}

.social-media {
  padding-left: 20px;
}

.author {
  display: flex;
  padding: 5px;
}

.author img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

.authorDetails {
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
}

.authorDetails h6{
  font-size: 12px;
  font-weight: 600;
}

.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.no-pad {
  padding: 0;
}

.mtTop-10 {
  margin-top: 10px;
}

.mtTop-20 {
  margin-top: 20px;
}

.sideBlog {
  padding-left: 40px;
  padding-right: 30px;
}

.newsletter {
  margin-bottom: 40px;
}

.newsletter h5 {
  font-weight: 800;
  margin-bottom: 15px;
}

.newsletter form > input {
  border: 1px solid #000;
  padding: 8px 16px;
  border-radius: 5px;
  margin-bottom: 15px;
  color: #112d4e;
  font-size: 15px;
  width: 100%;
}

.categoriesSection {
  margin-bottom: 40px;
}

.categoriesSection h5 {
  font-weight: 800;
  margin-bottom: 15px;
}

.categoriesSection h6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

.categoriesSection h6 span {
  font-weight: 600;
}

.recentPost {
  margin-bottom: 40px;
}

.recentPost h5 {
  font-weight: 800;
  margin-bottom: 15px;
}

.listPost {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}

.listPost img {
  width: 80px;
  height: 80px;
  background: #ffc163;
  border-radius: 5px;
  padding: 10px;
  margin-right: 15px;
  min-width: 80px;
}

.blogDetails p {
  font-size: 14px;
  margin-bottom: 5px;
  max-width: 210px;
  font-weight: 600;
}

.blogDetails p.date {
  color: #5E6378
}

.tagsSection {
  margin-bottom: 40px;
}

.tagsSection h5 {
  font-weight: 800;
  margin-bottom: 15px;
}

.btnTagsActive {
  background-color: #ed808f;
  border: none;
  padding: 12px 24px;
  color: #fff;
  border-radius: 20px;
  font-weight: 600;
}

.btnTags {
  border-radius: 20px;
  font-weight: 600;
  color: #ed808f ;
  border: 1px solid #ed808f;
  padding: 11px 24px;
  background: #fff;
  margin-bottom: 10px;
}

.archivesSection {
  margin-bottom: 40px;
}

.archivesSection h5 {
  font-weight: 800;
  margin-bottom: 15px;
}

.archiveList {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.archiveList img {
  width: 25px;
  height: 25px;
  min-width: 25px;
  margin-right: 10px;
}

.archiveList p {
  font-size: 14px;
}
.archiveList p > span {
  font-weight: 600;
}

.circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 69%;
  overflow: hidden;
  z-index: -1;
}

.circle li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  border-radius: 70%;
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circle li.blue {
  background: rgba(35, 104, 197, 0.3);
}

.circle li.red {
  background: rgba(249, 82, 81, 0.8);
}

.circle li.green {
  background: rgba(79, 189, 134, 0.8);
}

.circle li.yellow {
  background: rgba(251, 192, 45, 0.9);
}

.circle li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
}

.circle li:nth-child(2) {
  left: 15%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circle li:nth-child(3) {
  left: 30%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
  animation-duration: 12s;
}

.circle li:nth-child(4) {
  left: 70%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circle li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
  animation-duration: 10s;
}

.circle li:nth-child(6) {
  left: 55%;
  width: 80px;
  height: 80px;
  animation-delay: 3s;
  animation-duration: 12s;
}

.circle li:nth-child(7) {
  left: 90%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
  animation-duration: 12s;
}

.circle li:nth-child(8) {
  left: 40%;
  width: 50px;
  height: 50px;
  animation-delay: 2s;
  animation-duration: 12s;
}

@keyframes animate {
  0%{
    transform: translateY(0) rotate(0deg);
  }
  100%{
    transform: translateY(-1000px) rotate(920deg);
  }
}

/* ##Device = Most of the Smartphones Mobiles (Portrait) ##Screen = B/w 320px to 479px */
@media (min-width: 320px) and (max-width: 480px){
  header > a > img {
  	margin-left: 15px;
  }
  .checkbtn{
    display: block;
    color: #000;
    padding-top: 15px;
  }
  ul{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
    background: #fff;
  }
  nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  nav ul li a{
    font-size: 14px;
  }
  .nav__links li {
  	display: block;
  }
  .nav__links li a button {
  	margin-left: auto;
    margin-right: auto;
  }
  a:hover,a.active{
    background: none;
    color: #0082e6;
  }
  #check:checked ~ ul{
    left: 0;
  }
  .nav__links {
  	background: #fff;
    color: #000;
    max-height: auto;
    margin-top: 20px;
    z-index: 10;
    position: absolute;
  }
  .section__1 {
  	height: auto;
    margin-top: -20px;
  }
  .section1-img img {
    width: 330px;
    height: 300px;
  }
  .content__solution {
  	margin-top: 70px;
  }
  .content__solution button {
  	margin-bottom: 35px;
  }
  .section3-content{
  	margin-top: -20px;
  }
  .section5-content{
  	height: 420px;
  }
  .payment-btn {
  	display: inline-block;
  }
  .payment-btn button {
  	width: 100%;
    margin-bottom: 15px;
    justify-content: center;
  }
  .footer-section{
  	height: auto;
  }
  .footer-menu {
  	text-align: center;
    margin-top: 10px;
  }
  .footer-menu h6 {
  	margin-top: 10px;
    margin-bottom: -2px;
  }
  .blogPostImg img {
    background: #ff6378;
    border-radius: 10px;
    width: 100%;
    height: 230px;
    padding: 40px;
  }
  .sideBlog{
  	padding-left: 20px;
  }
  .blogPage {
  	height: auto;
  }
  .announcement {
  	height: auto;
  }
  .section4-content {
  	height: auto;
  }
  .section5-content h2 {
  	padding-top: 45px;
  }
  .logo__section {
  	text-align: center;
  }
  .logo__section img {
  	width: 170px !important;
  }
  .footerBottomSection {
    display: block;
    text-align: center;
  }
  .footerBottomSection p {
    margin-bottom: 10px;
  }
  .social-media {
    padding: 0;
  }
  .circle {
  	height: 104%;
  }
}

/* Unique Design 600px * 960px */
@media (min-width: 600px) and (max-width: 601px) {
  .section__1 {
  	height: auto;
  }
  .content__solution button {
  	margin-bottom: 25px;
  }
  .col-sm-2.footer-menu {
  	max-width: 100% !important;
    flex: 0 0 100%;
    text-align: center;
  }
  .col-sm-4.logo__section {
  	flex: 0 0 80%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .footer-menu h6 {
  	margin-top: 15px;
  }
}

/* ##Device = Tablets, Ipads (landscape) ##Screen = B/w 768px to 1024px /  */
@media (min-width: 600px) and (max-width: 1024px) {
  .container.container-navbar {
  	max-width: 770px !important;
  }
  header > a > img {
  	padding-left: 30px;
    width: 200px !important;
  }
  .checkbtn{
    display: block;
    color: #000;
    padding-top: 15px;
    padding-left: 180px;
  }
  ul{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
    background: #fff;
  }
  nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  nav ul li a{
    font-size: 20px;
  }
  a:hover,a.active{
    background: none;
    color: #0082e6;
  }
  
  #check:checked ~ ul{
    left: 0;
  }
  .nav__links {
  	background: #fff;
    color: #000;
    max-height: auto;
    margin-top: 20px;
    z-index: 10;
    position: absolute;
    padding: 0px 95px;
  }
  .nav__links li {
  	padding: 0px 120px;
  }
  .section__1 {
  	margin-top: 0;
  }
  .section1-img img {
    width: 330px;
  }
  .section1-content h2 {
  	font-size: 25px;
  }
  .section1-content p {
  	padding-top: 10px;
  }
  .section1-content button {
  	margin-top: 20px;
  }
  .section4-content {
  	height: auto;
  }
  .payment-btn {
  	display: inline-block;
  }
  .payment-btn button {
  	margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;    
    justify-content: center;
  }
  .blogPage {
  	height: auto;
  }
  .announcement {
  	height: auto;
  }
  .announcementImg {
  	height: auto;    
  }
  .announcementImg img {
  	margin-top: 75px;
  }
  .announcementContent {
  	padding: 40px 40px 10px 40px;
  }
  .sideBlog {
  	padding: 0;
  }
  .blogPostImg img {
  	padding: 50px 130px;
  }
  .section5-content h2 {
  	padding-top: 45px;
  }
  .footer-section {
  	height: auto;
  }
  .circle
} 

/* ##device = Ipad Pro */
@media (min-width: 1023px) and (max-width: 1025px) {
  .nav__links{
  	padding: 0px 250px;
  }
}

@media only screen and (width: 411px) {
	.circle{
   		height: 127%;
    }
}

@media (min-width: 360px )and (max-width: 384px) {
	.circle{
    	height: 145%;
    }
}

@media only screen and (width: 375px) {
	.circle {
    	height: 139%;
    }
}

@media only screen and (width: 414px) {
    .circle {
        height: 126%;
    }
}

@media only screen and (width: 320px) {
	.circle {
    	height: 167%;
    }
}

@media only screen and (width: 768px) {
	.circle {
    	height: 60%;
    }
}

@media only screen and (width: 800px) {
	.circle {
    	height: 48%;
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
	.circle {
    	height: 81%;
    }
}

@media (min-width: 1680px) and (max-width: 1920px) {
	.circle {
    	height: 59%;
    }
}