*{
  margin:0;
  padding:0;
}

body{
  font-family: 'Roboto', sans-serif !important;
  background:#FFFFFF;
}

/* ========== Custom CSS Starts ========== */

/* === Humberger Menu Icon === */
.humbergur_menu_icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.humbergur_menu_icon span{
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.humbergur_menu_icon span {
  background: #2E363E;
}

.dark .humbergur_menu_icon span {
  background: #a5b3c2;
}

.humbergur_menu_icon span:nth-child(1) {
  top: 0px;
}

.humbergur_menu_icon span:nth-child(2),
.humbergur_menu_icon span:nth-child(3) {
  top: 10px;
}

.humbergur_menu_icon span:nth-child(4) {
  top: 20px;
}

.humbergur_menu_icon.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.humbergur_menu_icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.humbergur_menu_icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.humbergur_menu_icon.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

/* === Humberger Menu Icon === */

.navbar{
  padding:15px 30px;
}

.navbar ul {
  padding: 10px
}

.navbar .nav-item .nav-link {
  margin: 0 auto;
  max-width: 246px;
  color:#606A84;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  font-size:15px;
  padding:7px 8px;
  -webkit-transition:all 0.2s ease-in-out;
  -moz-transition:all 0.2s ease-in-out;
  transition:all 0.2s ease-in-out;
}

.navbar .nav-item .nav-link:hover{
  text-decoration:underline;
}

.navbar .nav-item .nav-link.active{
  color: #000;
  /* background: rgb(240, 240, 255); */
  box-shadow: 2px 3px 15px 7px rgba(193,193,221,0.3);
  border-radius: 4px;
}

.navbar .nav-item .sign_in_button{
  border-radius:5px;
  border: 1px solid #bbb;
  margin: 1rem;
  @media(min-width: 1200px) {
    margin: 0 0 0 0.5rem;
  }
}

.navbar .nav-item .sign_in_button:hover{
  color:#D1F1FF;
  background:#425AE6;
  text-decoration:none;
}

/* ================================== */
.header {
  background-color:#F5F9FC;
  padding-bottom:20px;
  overflow:hidden;
}

.dark .header {
  background-color:#000;
}

.header h1{
  color:#2E363E;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  font-size:36px;
  line-height:36px;
  margin-bottom:30px;
}

.dark .header h1 {
  color: #fff;
}

.header .h6{
  color:#606A84;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  font-size:18px;
  line-height:26px;
  margin-bottom:24px;
}

.dark .header .h6 {
  color: #ddd;
}

.header .contents{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
 
  height:100%;
  padding-left:155px;
}

.header .get_started_button a{
  color:#D1F1FF;
  background:#425AE6;
  font-family: 'Roboto', sans-serif;
  font-weight:600;
  font-size:16px;
  display:inline-block;
  padding:20px 50px;
  border-radius:7.5px;
  text-decoration:none;
  -webkit-transition:all 0.2s ease-in-out;
  -moz-transition:all 0.2s ease-in-out;
  transition:all 0.2s ease-in-out;
}

.header .get_started_button a:hover{
  background:#5062D0;
}

/* ================================= */

.head_bottom{
  padding:100px 0px;
}

.head_bottom .single_part{
  margin:10px 0px;
}

.head_bottom .single_part .image_wrapper{
  padding-right:50px;
}

.head_bottom .single_part .image_wrapper img{
}

.no_limit_icon_for_mobile {
  display:none;
}

.head_bottom .single_part .contents{
  padding:90px 0px;
}

.head_bottom .single_part .contents h1{
  color:#2E363E;
  font-family: 'Roboto', sans-serif;
  font-weight:700;
  font-size:36px;
  margin-bottom:0px; 
}

.head_bottom .single_part .contents p{
  color:#707070;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  font-size:18px;
  line-height:26px;
  margin:20px 0px;
}

.head_bottom .single_part .contents .read_more_button a{
  color:#425AE6;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  font-size:18px;
  display:inline-block;
  position:relative;
  text-decoration:none;
  -webkit-transition:all 0.2s ease-in-out;
  -moz-transition:all 0.2s ease-in-out;
  transition:all 0.2s ease-in-out;
}

.head_bottom .single_part .contents .read_more_button a img{
  width:15px;
  margin-left:5px;
}

/* ================================ */
.video_contents{
  background:#F9FBFD;
  padding:80px 0px;
}

.video_contents .video {
  padding-top: 10px;
}

.video_contents .vimeo-cover {
  width: 483px;
  cursor: pointer;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .video_contents .vimeo-cover {
    width: 100%;
  }
 }

/* ================================ */

.company_logos{
  background:#F9FBFD;
  padding:50px 0px;
}

.company_logos .logos div {
  padding: 0 10px;
}

.company_logos h1 {
  text-align: center;
  color:#2E363E;
  font-family: 'Roboto', sans-serif;
  font-weight:700;
  font-size:36px;
  margin-bottom:0px; 
}

.company_logos img {
  margin-top: 40px;
  width: 180px;
  height: auto;
}

/* ================================ */

.package_top{
  padding:80px 0px;
}

.package_top .single_box{
  border:1px solid #EFF2F8;
  min-height:100%;
  padding:20px 30px 40px;
  border-radius:5px;
  display: grid;
  position: relative;
}

.package_top .single_box .h5{
  color:#2E363E;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  font-size:18px;
  margin-bottom:0px;
}

.package_top .single_box p{
  color:#606A84;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  font-size:16px;
  margin:25px 0px;
  min-height:140px;
}

.read_More_button {
  position: absolute;
  height: 2rem;
  bottom: 20px;
  left: 30px;
  right: 30px;
  margin-top: auto;
}

.package_top .single_box .read_More_button a{
  position: absolute;
  bottom: 0;
  color:#425AE6;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  font-size:18px;
  display:inline-block;
  text-decoration:none;
  -webkit-transition:all 0.2s ease-in-out;
  -moz-transition:all 0.2s ease-in-out;
  transition:all 0.2s ease-in-out; 
}

.package_top .single_box .read_More_button a img{
  width:18px;
  margin-left:10px;
}

/* ================================ */

.packages{
  text-align:center;
  background:#3C3869;
  padding:80px 0px;
}

.packages .single_package{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background:#FFFFFF;
  padding:30px 40px;
  border-radius:10px;
  min-height:100%;
}

.packages .single_package .status span{
  color:#425AE6;
  background:#D3EFFF;
  font-family: 'Roboto', sans-serif;
  font-weight:700;
  font-size:16px;
  display:inline-block;
  padding:20px 60px;
  border-radius:50px;
}

.packages .single_package .price{
  margin:40px 0px;
}

.packages .single_package .price h1{
  color:#606A84;
  font-family: 'Roboto', sans-serif;
  font-weight:300;
  font-size:50px;
  line-height:50px;
  margin-bottom:0px;
  text-align:center;
}

.packages .single_package.enterprise .price h1{
  font-size: 50px;
}

.packages .single_package .price h1 .per_month{
  font-size: 50px;
}

.packages .single_package .features{
}

.packages .single_package .features ul{
  margin-bottom:0px;
  text-align:center;
}

.packages .single_package .features ul li{
  list-style:none;
  margin:15px 0px;
  color:#606A84;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  font-size:15px;
  line-height:21px;
}

.packages .single_package .sign_up_button{
  text-align:center;
  margin-top:40px;
}

.sign_up_button a{
  color:#D1F1FF !important;
  background:#425AE6;
  font-family: 'Roboto', sans-serif;
  font-weight:600;
  font-size:16px;
  display:block;
  padding:15px 50px;
  border-radius:10px;
  text-decoration:none;
  -webkit-transition:all 0.2s ease-in-out;
  -moz-transition:all 0.2s ease-in-out;
  transition:all 0.2s ease-in-out; 
}

.sign_up_button a:hover{
  background:#5062D0;
}

.packages .pricing_footnote {
  color: white;
  text-align:center;
  margin-top: 40px;
}

/*  ======================================  */

.footer{
  background:#2F2B5B;
  padding:15px 0px;
}

.footer .copyright p{
  color:#FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  font-size:15px;
  margin-bottom:0px;
  text-align:center;
}

.footer .site_links ul{
  margin-bottom:15px;
  text-align:center;
}

.footer .site_links ul li{
  list-style:none;
  display:inline-block;
  margin:0px 5px;
}

.footer .site_links ul li a{
  color:#FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-weight:500;
  font-size:1rem;
  line-height: 2;
  display: inline-block;
  border-right:1px solid #F1F1F1;
  padding: 10px 20px 10px 10px;
}

.footer .site_links ul li:last-child a{
  border-right:none;
  padding-right:0px;
}

/*  ======================================  */

.read_more_texts .modal-content {
  padding: 20px;
}

.read_more_texts .modal-lg{
  max-width:580px;
}

.read_more_texts .modal-header{
  padding:10px 15px;
  border-bottom:none;
  padding-bottom:0px;
}

.read_more_texts .modal-header h3{
  color: #323232;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 24px;
  margin-bottom:20px;
}

.read_more_texts .modal-header .close {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 10px;
  top: 5px;
  z-index:99999;
}

.read_more_texts .modal-header .close img{
  width:16px;
}

.read_more_texts .modal-body{
  padding:15px;
  padding-top:5px;
}

.read_more_texts .modal-body p{
  color: #323232;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
  margin-bottom:15px;
}

.read_more_texts .modal-body p:last-child{
  margin-bottom:0px;
}

/*  ======================================  */

.footer_pages{
  background:#E4E4Ef;
}

.dark .footer_pages {
  background:#223;
}

.footer_pages .site_links ul li a {
  color:#323232;
  border-right:1px solid #323232;
  font-size: 1rem;
}

.dark .footer_pages .site_links ul li a {
  color:#b8a2a2;
}

.dark .footer_pages .site_links ul li:not(:last-child) a {
  border-right:1px solid #b8a2a2;
}

.footer_pages .copyright p {
  color:#323232;
}

.dark .footer_pages .copyright p {
  color:#b8a2a2;
}

.dark .legal_texts .single_part p {
  color:#fefefe;
}

/*  ======================================  */

.legal_texts{
  padding:20px;
}

.legal_texts .wrapper{
  max-width:960px;
  margin:0px auto;
  padding:20px;
  box-sizing:border-box;
}

.legal_texts .header_text h2{
  color:#323232;
  font-family: 'Roboto', sans-serif;
  font-weight:500;
  font-size:24px;
  line-height:36px;
  margin-bottom:15px;
  text-align:center;
}

.legal_texts .single_part{
  margin:20px 0px;
}

.legal_texts .single_part:last-child{
  margin-bottom:0px;
}

.legal_texts .single_part h4{
  color:#323232;
  font-family: 'Roboto', sans-serif;
  font-weight:500;
  font-size:1.4rem;
  line-height:1.2;
  margin-bottom:5px; 
  text-decoration:underline;
}

.legal_texts .single_part h5{
  color:#323232;
  font-family: 'Roboto', sans-serif;
  font-weight:500;
  font-size:16px;
  line-height:24px;
  margin-bottom:5px; 
}

.legal_texts .single_part p{
  color:#323232;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  font-size:1.3rem;
  line-height:1.5;
}

.legal_texts .single_part p:last-child{
  margin-bottom:0px;
}

.legal_texts .single_part ul,ol{
  padding-left:40px;
  margin-bottom:10px;
}

.legal_texts .single_part ul,ol li{
  color:#323232;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  font-size:1.2rem;
  line-height:1.3;
  margin:10px 0;
}

/*  ================================= */

.about_pricing{
  background:#F5F9FC;
  padding:60px 0px 10px;
  min-height: 80vh;
}

.about_pricing .wrapper h3{
  color:#323232;
  font-family: 'Roboto', sans-serif;
  font-weight:300;
  font-size:30px;
}

.about_pricing .single_person{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding:20px 0px;
  border-bottom:1px solid #C3C3C3;
}

.about_pricing .single_person:last-child{
  border-bottom:none;
}

.about_pricing .single_person .profile_pic{
    -webkit-box-flex: 0;
  -ms-flex: 0 0 75px;
  flex: 0 0 75px;
    max-width: 75px;
  margin-right: 20px;
}

.single_person .profile_pic img {
  filter: grayscale(100%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.about_pricing .single_person .info{
    -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 95px);
  flex: 0 0 calc(100% - 95px);
    max-width: calc(100% - 95px);
}

.about_pricing .single_person .info h5{
  color:#323232;
  font-family: 'Roboto', sans-serif;
  font-weight:300;
  font-size:20px;
  margin-bottom:15px;
  margin-top:5px;
}

.about_pricing .single_person .info p{
  color:#323232;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  font-size:16px;
  margin-bottom:0px; 
}

.about_pricing .pricing_wrap{
  max-width:620px;
}

.about_pricing .pricing_wrap input {
  background: transparent;
}

.about_pricing .pricing_wrap .heading{
}

.about_pricing .pricing_wrap .heading h1{
  color:#323232;
  font-family: 'Roboto', sans-serif;
  font-weight:300;
  font-size:36px;
  margin-bottom:30px;
}

.about_pricing .pricing_wrap .heading h2{
  color:#323232;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size:32px;
  margin-bottom:15px;
}

.dark .about_pricing .pricing_wrap .heading h2{
  color:#eee;
}

.about_pricing .pricing_wrap .heading h2 a{
  text-decoration:none;
  color:#425AE6; 
}

.about_pricing .pricing_wrap p{
  color:#323232;
  font-family: 'Roboto', sans-serif;
  font-weight:300;
  font-size:16px;
  margin-bottom:5px;   
}

.about_pricing .pricing_wrap .footer_area{
  margin-top:20px;
}

.about_pricing .pricing_wrap .footer_area h2{
  color:#323232;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  font-size:36px;
  margin-bottom:0px;
}

.about_pricing .pricing_wrap .footer_area h3{
  color:#323232;
  font-family: 'Roboto', sans-serif;
  font-weight:300;
  font-size:16px;
}

.about_pricing .pricing_wrap .footer_area h4 a{
  color:#425AE6;
  text-decoration:none;
}

.about_pricing .pricing_wrap .footer_area h5{
  color:#323232;
  font-family: 'Roboto', sans-serif;
  font-weight:300;
  font-size:16px;
  margin:5px 0px;
}

.about_pricing .pricing_wrap .footer_area h5 a{
  text-decoration:none;
  color:#425AE6;
}

.about_pricing .pricing_wrap .footer_area .cta{
  margin-top:25px;
}

.cta {
  margin-top: 1.5rem;
}

.cta .cta_link,
.about_pricing .pricing_wrap .footer_area .cta a{
  color: #D1F1FF;
  background: #425AE6;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-block;
  padding: 12.5px 50px;
  border-radius: 7.5px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cta .cta_link:hover,
.about_pricing .pricing_wrap .footer_area .cta a:hover{
  background: #5062D0;
}

/* about new */
.about_box {
  background-color: #F5F9FC;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.team_grid {
  display: grid;
  gap: 20px;
}

@media(min-width: 600px) {
  .team_grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media(min-width: 900px) {
  .team_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.team_person {
        height: 100%;
	display: grid;
	gap: 30px;
	border: 1px solid #ccc;
	border-radius: 12px;
	box-shadow: 2px 3px 15px 7px rgb(200 200 255 / 50%);
	overflow: hidden;
	text-decoration: none;
	color: #333;
  padding: 2rem;
}

.team_person img {
  width: 100%;
  height: auto;
  display: block;
  align-self: start;
  justify-self: center;
}

h1,h2,h3,h4,h5,h6 {
  margin-bottom: 1.5rem;
}
