@import url('https://fonts.googleapis.com/css?family=Montserrat:600|Open+Sans');

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
#main-content img {
  border-radius:0 0 !important;
}

.site-text {
margin-left: 20px;
}

.journal_tag {
background-color:#ff6e09;color:#fff;display:inline-block; padding:6px;
}

.testimonial{
padding:2rem 0;
position: relative;
    margin-bottom: 1rem;
    overflow-x: clip;
    overflow-y: clip;

}
.testimonial a:link,.testimonial a:active,.testimonial a:visited,.testimonial a:hover{
color:#3f51b5;
}

.outerdiv
{
width: 100%;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
.innerdiv
{

margin: 1rem;
display: grid;
grid-gap: 1.5rem;
grid-template-rows: repeat(2,auto);
grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.eachdiv
{
padding: 0;
border-radius: 0.8rem;
box-shadow: 5px 5px 20px #6d6b6b6b;
color: white;
}
.div1
{
background: white;
display:grid;
grid-column: 1/2;
grid-row: 1/2;
background-repeat: no-repeat;
background-position-x: 25rem;
}
.div2
{
background:white;
display:grid;
grid-column: 2/3;
grid-row: 1/2;
}
.div3
{
background: white;
display:grid;
grid-column: 3/4;
grid-row: 1/2;
color: black;
}
.div4
{
background: white;
display:grid;
grid-column: 1/2;
grid-row: 2/3;
color: black;
}
.div5
{
background: white;
display:grid;
grid-column: 2/3;
grid-row: 2/3;
}
.eachdiv button
{
margin: 15px;
align-self: end;
}
.userdetails
{
display: flex;
}

.eachdiv .review {
padding: 0.8rem;
}

.detbox p
{
margin: 0;
}
.detbox .name
{
color: hsl(0, 0%, 81%);
font-size: 0.9rem;
margin-bottom: 0.1rem;
font-weight: 600;
}
.detbox .name.dark
{
color: #49505A;
}
.detbox .designation
{
color: hsl(0, 0%, 81%);
opacity: 50%;
font-size: 0.8rem;
}
.detbox .designation.dark
{
color: #49505A;
}
.review h4
{
font-size: 1.4rem;
color: #121619;
font-weight: 600;
line-height: 1.5;
margin-top: 0.3rem;
margin-bottom: 0.8rem;
}
.review.dark h4{
color:#4B5258;
}
.review p
{
font-size: 0.95rem;
color: #121619;
font-weight: 500;
opacity: 90%;
line-height: 1.5;
}
.review.dark p{
color: #0e0e0e;
}
.attribution
{
font-size: 1rem;
line-height: 1.5;
position: fixed;
bottom: 1rem;
right: 1rem;
text-align: right;
}
.attribution a
{
text-decoration: none;
}

@media only screen and (max-width: 1000px)
{
.innerdiv
{
transform: scale(0.7);
}
}
@media only screen and (max-width: 800px)
{
.innerdiv
{
transform: scale(0.6);
}
}
@media only screen and (max-width: 600px)
{
.div1 {
background-position-x: 10rem;
}
.innerdiv
{
display: flex; 
flex-direction: column;
transform: scale(1);
margin: 2rem;
margin-bottom: 5rem;
}
.attribution
{
position: relative;
}
}

.tagicons{
width:50%;
}
.icons {
width:25px;
border-radius: 0 0 0 0 !important;
padding-top: 15px;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
 
  margin: 0;
  background: #fff;
  color: #999;
}

a {
  text-decoration: none;
  margin: 0.2rem 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 1px;
}

p {
  font-size: 0.9rem;
  margin: 1rem 0;
  line-height: 1.5;
}

section {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
}

h3 {
 
  font-weight: 600;
  color: #333;
  font-size: 1.825rem;
  margin: 1.3rem 0;
}

.section-lead {
  max-width: 600px;
  margin: 1rem auto 1.5rem;
}

.service a {
  color: #5b7abb;
  display: block;
}

.service h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #56ceba;
  font-size: 1.3rem;
  margin: 0.5rem 0 0.6rem;
}

.services-grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.service {
  background: #fff;
  margin: 5px;
  padding: 10px;
  border-radius: 40px;
  text-align: center;
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #e7e7e7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*.service:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}*/

.service i {
  font-size: 3.45rem;
  margin: 1rem 0;
}

.service1 i,
.service1 .cta {
  color: #C31C45;
}
.service1 h4{
 color: #575757;
}

/*.service1:hover {
  border: 2px solid #C31C45
}*/

.service2 i,
.service2 h4,
.service2 .cta {
  color: #425fca;
}

/*.service2:hover {
  border: 2px solid #425fca;
}*/

.service3 i,
.service3 h4,
.service3 .cta {
  color: #9c42ca;
}

/*.service3:hover {
  border: 2px solid #9c42ca;
}*/

.service .cta span {
  font-size: 0.6rem;
}

.service > * {
  flex: 1 1 100%;
}

.service .cta {
  align-self: flex-end;
}

@media all and (max-width:900px) {
  .services-grid {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
/* Start Global Rules */
* {
  box-sizing: border-box;
}
body {

}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
/* Small */
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
/* Medium */
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
/* Large */
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
/* End Global Rules */

/* Start Landing Page */
.landing-page header {
  min-height: 80px;
  display: flex;
}
@media (max-width: 767px) {
  .landing-page header {
    min-height: auto;
    display: initial;
  }

.list-of-sites .site-thumbnail {
flex: 1 !important;
}
.site-text {
    flex: 3;
}

}
.landing-page header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .landing-page header .container {
    flex-direction: column;
    justify-content: center;
  }
}

.landing-page .content .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 140px;
  min-height: calc(100vh - 80px);
}
@media (max-width: 767px) {
  .landing-page .content .container {
    gap: 0;
    min-height: calc(100vh - 101px);
    justify-content: center;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .landing-page .content .info {
    text-align: center;
    margin-bottom: 15px 
  }
}
.landing-page .content .info h1 {
  color: #5d5d5d;
  font-size: 44px;
}
.landing-page .content .info p {
  margin: 0;
  line-height: 1.6;
  font-size: 15px;
  color: #5d5d5d;
}
.landing-page .content .info button {
  border: 0;
  border-radius: 20px;
  padding: 12px 30px;
  margin-top: 30px;
  cursor: pointer;
  color: #FFF;
  background-color: #6c63ff;
}
.landing-page .content .image img {
  max-width: 100%;
}
/* End Landing Page */
/* start tabel */

.main {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
    font-family: "Open Sans";
    width: 1170px;
    margin: 0 auto;
}
.price-table {
    width: 100%;
    border-collapse: collapse;
    border: 0 none;
}
.price-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.price-table tr td {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding: 8px 24px;
    font-size: 14px;
}
.price-table tr td:first-child {
    border-left: 0 none;
}
.price-table tr td:not(:first-child) {
    text-align: center;
}
.price-table tr:nth-child(even) {
    background-color: #FFFFFF;
}
.price-table tr:hover {
    background-color: #EEEEEE;
}
.price-table .fa-check {
    color: #5336ca;
}
.price-table .fa-times {
    color: #D8D6E3;
}

/* Highlighted column */
.price-table tr:nth-child(2n) td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.25);
}
.price-table tr td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.15);
    padding: 8px 48px;
}
.price-table tr td:nth-child(3) .fa-check,
.price-table tr:nth-child(2n) td:nth-child(3) .fa-check {
    /* color: #ffffff; */
}
/**/

.price-table tr.price-table-head td {
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat";
    text-transform: uppercase;
}
.price-table tr.price-table-head {
    background-color: #aa2037;
    color: #FFFFFF;
}
.price-table td.price {
    color: #f43f54;
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat";
}
.price-table td.price a {
    background-color: #aa2037;
    color: #FFFFFF;
    padding: 12px 32px;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat";
    text-transform: uppercase;
    display: inline-block;
    border-radius: 64px;
}
.price-table td.price-table-popular {
    font-family: "Montserrat";
    border-top: 3px solid #aa2037;
    color: #aa2037;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 48px;
    font-weight: 700;
}
.price-table .price-blank {
    background-color: #fafafa;
    border: 0 none;
}

.price-table svg {
    width: 90px;
    fill: #575757;
}
/* End tabel */
/* start partners */
.partner_box {
display: flex; 
flex-wrap: wrap;
margin-bottom: 3rem;
padding: 20px; 
align-items: center; 
background-color: #fcfcfc; 
}
.partner_box .image-container {
flex: 0 0 auto; 
margin-right: 20px;
}

.partner_box .image-container img {
width: 200px; 
height: 18px; 
object-fit: contain;     
}

.partner_box .text-container {
     flex: 1;
}

@media (max-width: 768px) {
.partner_box {
border-bottom: 1px dotted #000;
}
.partner_box .image-container {
      flex: 1 1 100%;
      margin-right: 0;
      text-align: center;
margin-bottom:15px;
}

.partner_box .image-container img {
      width: 100%;
      height: auto;
}

.partner_box .text-container {
      flex: 1 1 100%;
}

}
/* End partners */

/*start section round photo */
body,p,span{
    font-family: 'Roboto', sans-serif;
}

}
img{
    max-width: 100%;
}
.grybg{
    background-color: #f9fafb;
}

/*  Begain Custom Style  */
.main-header .container-fluid,
.slider-section .container-fluid{
    max-width: 1480px;
}

body {
	
	color: #212529;
	-webkit-text-size-adjust: 100%;
}

body .btn-primary {
	background-color: #fff !important;
	border-color: #fff;
	padding: 10px 40px;
	font-size: 16px;
	position: relative;
	z-index: 1;
    color: rgb(31, 16, 238);
	border-radius: 30px;
}
.saif img {
	height: 65px;
	margin-left: 30px;
}
.gita {
	padding: 10px 25px;
	background: blue;
	border-radius: 30px;
	color: #fff;
	margin-top: 20px;
	text-decoration: none;
}
.gita:hover{
    background: #111;
    color: #ddd;
    border-radius: 30px;
}
body .btn-primary:hover{
    border-color: rgb(14, 14, 22);
    border-radius: 30px;
}
body .btn-primary::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #111;
    border-color: #111;

    z-index: -1;
    transition: .3s;
}
body .btn-primary:hover::after{
    width: 100%;
    border-radius: 30px;
}

/* Menu */

/*  Slider / Banner CSS  */
.slider-section{
    background: #ffffffa1;
}

.saifur img {
	border-radius: 400px 400px 400px 400px !important;
	max-width: 100%;
}
.slider-content-wrap{
    height: 90vh;
    display: flex;
    align-items: center;
    position: relative;
}

.slider-content h6{
    color: #e73a3e;
}
.slider-content h1 {
	font-size: 60px;
	margin-top: 50px;
	margin-bottom: 20px;
}
.slider-content p {
	font-weight: 400;
	color: #606060;
	font-size: 20px;
	margin-top: 45px;
}



/*  Begain part 2 css  */
.logo-secton {
    border-bottom: 1px solid #ddd;
}
.king-bd{
    background-color: #CACAC8 !important;
}
.client-logo{}
.client-logo ul{
    list-style: none;
    padding-left: 0;
}

/*end section round photo */

/*SECTION4*/
.section4{
width:100%;
display:flex;
align-items:top;
}

.section4 section{
width:100%;
padding:2rem;
}

.section4 section .title{
font-size:3em;
}

.section4 section p{
color:rgba(1,1,1,0.7);
}

.section4 section img{
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}

.section4 span{
width:100%;
display:block;
margin:10px 0;
background-color:#ececec;
border-radius:10px;
display:flex;
align-items:center;
padding:0rem 1rem;
}

.section4 span .fa{
margin:0 10px;
font-size:2em;
}

.section4 span b{
color:var(--pink);
}

@media (max-width:920px){
.section4{
flex-wrap:wrap;
}
.section4 section{
padding:1rem;
}
.section4 section .title{
font-size:1.5em;
}
}
/*SECTION4*/


/*slider start*/
/* Logo Slider */

.logo-slider {
	background: white;
	-webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
	box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.logo-slider::before, .logo-slider::after {
	background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 175px;
	position: absolute;
	width: 200px;
	z-index: 2;
}

.logo-slider::after {
	right: 0;
	top: 0;
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}

.logo-slider::before {
	left: 0;
	top: 0;
}

.logo-slider .logo-slide-track {
	-webkit-animation: logo-scroll 60s linear infinite;
	animation: logo-scroll 60s linear infinite;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(600px * 14);
  animation-duration: 30s;
  animation-iteration-count: infinite;
}

.logo-slider .slide {
	height: 300px;
	width: 300px;
	padding: 20px;
}

@-webkit-keyframes logo-scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(calc(-250px * 7));
		transform: translateX(calc(-250px * 7));
	}
}

@keyframes logo-scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(calc(-250px * 7));
		transform: translateX(calc(-250px * 7));
	}
}
/*slider stop*/




