/* 

   ============================= Color system ============================= 

*/
/* ---------- Background colors Alias ---------- */
.bg-gray-light {
  background-color: #F9FBFD;
}

.bg-green-light {
  background-color: rgba(0, 150, 136, 0.08) !important;
}

.bg-green {
  background-color: #009688;
}

.bg-blue-light {
  background-color: rgba(27, 172, 214, 0.05) !important;
}

.bg-blue-dark {
  background-color: #040d21;
}

.bg-gradient-color {
  background-image: -webkit-linear-gradient(90deg, #201d18 22%, rgba(143, 14, 0, 0.9) 100%);
  background-color: rgba(27, 31, 35, 0.8);
}

.bg-gradient-color-gray {
  background: -webkit-linear-gradient(90deg, #201d18 0%, #0a5457 100%);
}

.bg-black {
  background-color: #1b1f23;
}

/* ---------- text colors Alias ---------- */
/* for white heading color */
.text-white-heading {
  color: #fff;
}

/* for white content color */
.text-white-content {
  color: rgba(255, 255, 255, 0.8);
}

/* for red heading color */
.text-red-heading {
  color: #B12603;
}

/* for red content color */
.text-red-content {
  color: rgba(177, 38, 3, 0.8);
}

/* for dark heading color */
.text-dark-heading {
  color: #1b1f23;
}

/* for dark content color */
.text-dark-content {
  color: rgba(27, 31, 35, 0.8);
}

/* for gradient heading text color */
.text-gradient-red {
  background: -webkit-linear-gradient(-70deg, #B12603 0%, #F42300 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

/* for label text color */
label {
  color: rgba(27, 31, 35, 0.8);
}

/* ---------- svg colors Alias ---------- */
/* for svg blue color */
.fill-blue {
  fill: #1b1f23;
}

/* for svg blue color */
.fill-red {
  fill: rgba(177, 38, 3, 0.8) !important;
}

/* for svg green color */
.fill-green {
  fill: rgba(0, 150, 136, 0.8) !important;
}

/* for svg blue-300 color */
.fill-blue-300 {
  fill: rgba(27, 31, 35, 0.8);
}

/* for svg white color */
.fill-white {
  fill: #fff;
}

/* 

   ============================= End Color system =============================

*/
/* 

   ============================= Box shadows =============================
   
*/
/* Box shadows Alias */
.box-shadow {
  box-shadow: 0 1px 0 rgba(51, 71, 91, 0.04);
}

/* Box shadow medium */
.box-shadow-medium {
  box-shadow: 0 3px 6px rgba(51, 71, 91, 0.12);
}

/* Box shadow large */
.box-shadow-large {
  box-shadow: 0 8px 16px rgba(51, 71, 91, 0.08);
}

/* Box shadow extra large */
.box-shadow-extra-large {
  box-shadow: 0 12px 38px rgba(51, 71, 91, 0.12);
}

/* 

   ============================= end Box shadows =============================
   
*/
/* 

   ============================= borders =============================
   
*/
.border-bottom {
  border-bottom: 1px solid rgba(238, 238, 238, 0.7) !important;
}

.border-top {
  border-top: 1px solid rgba(238, 238, 238, 0.7) !important;
}

.border-right {
  border-right: 1px solid rgba(238, 238, 238, 0.7) !important;
}

.lg-border-top {
  border-top: 6px solid #1b1f23;
}

/* 

   ============================= End borders =============================
   
*/
/* 

   ============================= Typography style =============================

*/
/* heading font family */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", sans-serif !important;
  font-weight: 600 !important;
}

/* heading size */
.h1 {
  font-size: 3.125rem;
}

.h2 {
  font-size: 2.25rem;
  line-height: 1.25;
}

.h3 {
  font-size: 1.5rem;
}

.h4 {
  font-size: 1rem;
}

.h5 {
  font-size: 0.875rem;
}

.h6 {
  font-size: 0.875rem;
}

/* content style */
p {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}

/* for limit width the text  */
.max-text-lmt-x-small {
  width: 85%;
}

.max-text-lmt-small {
  width: 78%;
}

.max-text-lmt-medium {
  width: 70%;
}

.max-text-lmt-large {
  width: 50%;
}

.md-text {
  font-size: 1.25rem;
}

/* for clamp the text  */
.line-clamp2 {
  overflow: hidden !important;
  max-height: 60px;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
}

.line-clamp3 {
  overflow: hidden !important;
  max-height: 84px;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
}

/* Typography style in phone*/
@media (max-width: 676px) {
  .h1 {
    font-size: 2.5rem;
  }
  .h2 {
    font-size: 2rem;
  }
  .h3 {
    font-size: 1.375rem;
  }
}

/* 

   ============================= end Typography =============================
   
*/
/* 

   ============================= Backgrounds classes ============================= 

*/
/* home page header background image*/
.bg-header-img {
  background-image: url(https://i.postimg.cc/5ybcNcN2/xcategory-0-messaging-png-pagespeed-ic-xt-DYX32am-Y.png);
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

/* home page sup header background wave svg*/
.background-wave {
  background-image: url(../../../images/svg-wave.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* header background svg uses in Chatbots, Messaging pages */
.header-bg {
  background-image: url(../../../images/header-bg.png);
  background-position: center center,0 0;
  background-size: 110% auto;
  background-repeat: no-repeat;
}

/* header background svg uses in Tyr SMS Gateway page */
.header-bg_2 {
  background-image: url(../../../images/header-bg_2.png);
  background-position: center center,0 0;
  background-size: 110% auto;
  background-repeat: no-repeat;
}

/* background svg boxes pattern uses with class"bg-gray-light" and in Developers header page */
.bg-boxes-pattern {
  background-image: url(../../images/boxes-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* 

   ============================= end Backgrounds classes ============================= 

*/
/* ----------------------------------- Header Component ----------------------------------- */
.homepage-header {
  position: relative;
}

.homepage-header h1 {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.5;
  max-width: 850px;
}

.homepage-header h5 {
  font-family: "Gilroy-Regular";
  margin-bottom: 25px;
}

.homepage-header .list-group-items {
  justify-content: space-between;
  margin: 0;
  flex-wrap: wrap;
  padding: 20px;
}

.homepage-header .abs-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -149px;
}

/* main header class */
.main-header {
  overflow: hidden;
  padding: 60px 0 60px;
}

/* main header padding class */
.main-header_padding {
  padding: 100px 0 140px;
}

/* background draw class */
.bg-draw {
  position: absolute;
  top: -170px;
  right: -350px;
}

/* features items block class */
.features-items {
  transition: 0.1s ease-in-out;
  text-align: center;
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid rgba(250, 251, 252, 0.2);
}

.features-items a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 10px;
  font-size: 20px;
}

.features-items a:hover {
  color: #fff;
}

/* logo on scroll class */
.logo-on-scroll {
  position: absolute;
  left: 75px;
  top: -15px;
  display: none;
}

.logo-on-scroll svg {
  width: 40px;
}

/* position fixed for features items block on scroll */
.p-fixed {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(51, 71, 91, 0.08);
  padding: 18px 0;
  margin-top: 0;
}

.p-fixed a {
  color: rgba(27, 31, 35, 0.8);
  font-size: 1rem;
}

.p-fixed a:hover {
  color: #B12603;
}

.p-fixed .logo-on-scroll {
  display: block;
}

/* -------------------- sub header class -------------------- */
.sub-header {
  padding: 60px 0 30px 0;
  margin-top: -50px;
}

/* ----------------------------------- end Header Component ----------------------------------- */
/* ----------------------------------- Button Component ----------------------------------- */
/* ----- main button ------*/
.main-btn {
  font-weight: 600;
  border: 1px solid;
  border-color: #B12603;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  cursor: pointer;
  padding: .375rem 1.4rem;
}

.main-btn .fa-chevron-right {
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.main-btn:hover .fa-chevron-right {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.main-btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(244, 35, 0, 0.3);
}

/* ----- outline button ------*/
.outline-btn {
  border: 1px solid;
  border-color: #B12603;
}

.outline-btn:hover {
  color: #B12603;
}

/* ----- text button ------*/
.text-btn {
  padding: 0;
  transition: .3s;
  border-color: transparent;
}

.text-btn:hover {
  fill: #B12603;
  color: #F42300 !important;
}

/* ----- fill button ------*/
.fill-btn {
  background-color: #B12603;
}

.fill-btn:hover {
  background-color: rgba(177, 38, 3, 0.8);
  border-color: rgba(177, 38, 3, 0.8) !important;
  color: #fff;
}

/* ----- white button ------*/
.white-btn {
  background-color: white;
  border-color: white;
}

/* ----- black button ------*/
.black-btn {
  background-color: #1b1f23;
  border-color: #1b1f23;
  color: #fff;
}

/* ----- white button ------*/
.small-btn {
  padding: .50rem 1rem;
  font-size: 0.75rem;
}

/* ----- medium button ------*/
.medium-btn {
  padding: .750rem 1.5rem;
  font-size: 0.75rem;
}

/* ----- big button ------ */
.big-btn {
  padding: 1.1rem 2rem;
  min-width: 180px;
}

/* ------ switcher lang button ------ */
.switcher-lang {
  background-color: rgba(12, 48, 77, 0.05);
  border: none !important;
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  flex-basis: 24px;
  justify-content: space-between;
  padding: 4px 15px !important;
  height: 100%;
  margin-right: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  border-radius: 0 !important;
}

.switcher-lang svg {
  fill: rgba(27, 31, 35, 0.8);
  margin-right: 5px;
}

.btn-switch {
  cursor: pointer;
}

.btn-switch span {
  display: inline-block;
  color: rgba(27, 31, 35, 0.8);
}

/*  dropdown lang button */
.dropdown-lang {
  height: 23px !important;
}

/* ------ end switcher lang button ------ */
/* ----------------------------------- Button Component ----------------------------------- */
/* ----------------------------------- navbar Component ----------------------------------- */
/* ---------------- reset the navbar ---------------- */
.navbar {
  height: auto;
  padding: 0 !important;
}

.navbar-brand {
  padding: 0;
  display: block;
  width: 120px;
  max-width: 120px;
}

.navbar-brand ._logo {
  width: 100%;
  max-width: 100%;
}

/* ---------------- top navbar ---------------- */
.top-navbar {
  padding: 10px 0;
  background-color: #f6f8fa;
}

.top-navbar .contact-item {
  justify-content: center;
  align-items: center;
}

.top-navbar .contact-item:last-of-type {
  margin-left: 20px;
}

/* mail address in top navbar */
.mail-address a {
  text-decoration: none;
  font-size: 0.875rem;
  display: block;
}

.mail-address a:not(:last-of-type) {
  margin-right: 10px;
}

.mail-address a:hover {
  color: #B12603;
}

/*  call us item */
.call-us {
  display: flex;
  align-items: center;
  border-radius: 3px;
  background-color: rgba(12, 48, 77, 0.05);
  border: 1px solid #ced4da;
  margin-right: 10px;
  height: 23px;
}

.call-us a {
  text-decoration: none;
}

.call-us a:hover {
  color: #B12603;
}

.call-us span {
  padding: 0.125rem 0.55rem;
  color: rgba(27, 31, 35, 0.8);
  font-size: 10px;
}

.call-us .fa-icon--video {
  border-right: 1px solid #ced4da;
}

.call-us .fa-icon--phone {
  border-left: 1px solid #ced4da;
}

/* ---------------- end top navbar ---------------- */
/* ---------------- main navbar ---------------- */
.main-navbar .navbar {
  background-color: transparent;
  padding: 1rem 1rem;
  font-weight: 500;
  position: relative;
  width: 100%;
  z-index: 999;
}

.main-navbar .navbar-nav {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #1b1f23;
  font-size: 0.75rem;
  height: 70px;
}

/* ---------------- main navbar nav wrap ---------------- */
.navbar-nav .nav-item {
  height: inherit;
  cursor: pointer;
  transition: 0.3s;
}

.navbar-nav .nav-item .nav-link {
  margin-top: 15px;
  margin-bottom: 15px;
  color: rgba(27, 31, 35, 0.5);
}

.navbar-nav .nav-item .nav-link.active {
  color: #1b1f23;
}

.navbar-nav .dropdown-item {
  color: rgba(27, 31, 35, 0.8);
}

/* nav item on hover force state */
.hover-item {
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  border-radius: 0 !important;
}

.hover-item:hover {
  background-color: transparent;
  border-bottom: 2px solid #B12603;
}

.hover-item:hover .nav-link {
  color: #B12603 !important;
}

/* navbar toggler button */
.navbar-toggler {
  border: none;
  padding: 0;
}

.navbar-toggler svg {
  fill: #1b1f23;
}

/* ----------------------------------- end navbar Component ----------------------------------- */
/* ----------------------------------- Footer Component ----------------------------------- */
footer {
  padding: 20px 0;
  font-size: 12px;
  position: relative;
  bottom: 0;
}

footer img {
  max-width: 120px;
}

footer .links {
  text-decoration: none;
  list-style: none;
  margin-bottom: 0;
}

.footer-wrap {
  flex-direction: column;
  padding-top: 30px;
}

.footer-wrap .footer-links {
  margin-bottom: 15px;
}

.footer-wrap .footer-links .navbar-brand svg {
  width: 240px;
  height: 100px;
}

.footer-wrap .footer-links p {
  padding-left: 10px;
}

.footer-wrap .navbar-nav {
  flex-direction: row;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #1b1f23;
}

.footer-wrap .nav-item {
  padding: 0 10px;
}

.footer-wrap .address {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #1b1f23;
}

.footer-link-group {
  margin-top: 28px;
}

.footer-link-group ul {
  padding-left: 0;
}

.footer-link-group li {
  list-style: none;
  font-size: 16px;
  margin-bottom: 5px;
}

.footer-link-group li a {
  text-decoration: none;
}

.footer-link-group li a:hover {
  color: #fff;
}

/* ----------------------------------- end Footer Component ----------------------------------- */
/* ----------------------------------- Form Component ----------------------------------- */
/* form control class */
.form-control {
  height: 50px;
}

/* textarea input */
textarea {
  height: 206px !important;
  max-height: 206px !important;
}

/* form-check-input and form-control in focus mode */
.form-check-input:focus, .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #F44336 !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(244, 67, 54, 0.4) !important;
}

/* form-check-input in checked mode */
.form-check-input:checked {
  background-color: #B12603;
  border-color: #B12603;
}

/* ----------------------------------- Footer Component ----------------------------------- */
/* ----------------------------------- Accordion Component ----------------------------------- */
.accordion-item {
  padding: 30px 0;
  border-bottom: 1px solid #dee2e6;
}

.accordion-title p {
  color: rgba(27, 31, 35, 0.8);
  margin-bottom: 0;
  font-size: 15px;
}

.accordion-button {
  padding: 0;
  border: none;
  cursor: pointer;
}

.accordion-button h2 {
  color: #1b1f23;
  margin-bottom: 10px;
}

.accordion-button p {
  color: rgba(27, 31, 35, 0.8);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  margin-left: auto;
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
  content: "";
  background-image: url(https://i.postimg.cc/mgjV0hxC/down-chevron.png) !important;
  background-repeat: no-repeat;
  background-size: .5rem;
  background-position: center center;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transform: rotate(-90deg) !important;
          transform: rotate(-90deg) !important;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

.accordion-button:not(.collapsed) .h3 {
  background: -webkit-linear-gradient(-70deg, #B12603 0%, #F42300 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.accordion-button:not(.collapsed) p {
  color: rgba(27, 31, 35, 0.8);
}

.accordion-button:not(.collapsed)::after {
  background-color: #B12603;
  background-image: url(https://i.postimg.cc/Yqgsypqz/down-chevron-w.png) !important;
  background-size: .9rem;
  background-position: center calc(100% - 13px);
  -webkit-transform: rotate(-90deg) !important;
          transform: rotate(-90deg) !important;
}

.accordion-collapse {
  border: none !important;
}

.accordion-body {
  border: none !important;
}

/* ----------------------------------- end Accordion Component ----------------------------------- */
/* ----------------------------------- Card Component ----------------------------------- */
.card {
  border: none;
}

.card-body {
  display: -webkit-flex;
  flex-direction: column;
  flex: 1 1 auto;
}

/* if there is an img in the card */
.card-img-top {
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* class for hover on the card */
.card-hover {
  transition: 0.3s ease-in-out;
  border-radius: 0.25rem;
}

.card-hover:hover {
  cursor: pointer;
  background-image: -webkit-linear-gradient(90deg, #201d18 22%, rgba(143, 14, 0, 0.9) 100%);
  background-color: rgba(27, 31, 35, 0.8);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(51, 71, 91, 0.08);
}

.card-hover:hover svg {
  fill: #fff !important;
}

.card-hover:hover .card-title {
  color: #fff !important;
}

.card-hover:hover .card-text {
  color: #fff;
}

.card-hover:hover .text-btn {
  color: #fff;
}

/* class for transition the card if there is a link */
.card-transition {
  transition: -webkit-transform 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 420ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card-transition:hover {
  box-shadow: 0 8px 16px rgba(51, 71, 91, 0.08);
  color: #1264a3;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.card-transition:hover .h4,
.card-transition:hover .label-title {
  background: -webkit-linear-gradient(-70deg, #B12603 0%, #F42300 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.card-transition:hover svg {
  fill: #f42300;
}

/* arrow card */
.arrow-card {
  justify-content: space-between;
}

/* card icon class */
.card-icon {
  margin-bottom: 22px;
}

/* x small icon class */
.sx-icon svg {
  width: 18px;
  height: 18px;
}

/* m small icon class */
.sm-icon svg {
  width: 30px;
  height: 30px;
}

/* medium icon class */
.md-icon svg {
  width: 45px;
  height: 45px;
}

/* large icon class */
.lg-icon svg {
  width: 55px;
  height: 55px;
}

/* card footer */
.card-footer {
  border-top: none;
  padding: 0.75rem 1rem;
}

.card-footer .btn {
  font-size: 12px;
}

/* ----------------------------------- end Card Component ----------------------------------- */
/* ----------------------------------- Dropdown Component ----------------------------------- */
/* dropdown item */
.dropdown-item {
  white-space: normal;
}

.dropdown-item h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #1b1f23;
}

.dropdown-item p {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* dropdown item in focus state */
.dropdown-item:focus, .dropdown-item:hover {
  background-color: #f6f8fa !important;
}

.dropdown-toggle i {
  margin-left: 2px;
  font-size: 10px;
}

.dropdown-toggle::after {
  content: none;
}

/* megamenu dropdown */
.megamenu {
  position: static;
}

.megamenu .dropdown-menu {
  padding: 0;
  position: absolute;
  left: auto;
  right: 0;
  width: 90%;
  margin-right: 5%;
  margin-top: 0;
  border: none;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
}

.megamenu .dropdown-menu .dropdown-menu-content {
  padding: 20px;
}

/* megamenu item heading */
.megamenu-item--heading {
  align-items: center;
  margin-bottom: 8px;
}

.megamenu-item--heading h6 {
  margin-bottom: 0;
  margin-left: 8px;
}

/* megamenu dropdown item */
.megamenu-item h6 {
  color: #1b1f23;
}

.megamenu-item ul {
  list-style: none;
  padding-left: 0;
}

.megamenu-item ul li {
  padding-left: 25px;
}

.megamenu-item ul li a {
  font-size: 0.875rem;
}

/* megamenu dropdown item solutions block */
.megamenu-item--solutions ul li {
  padding-left: 0 !important;
}

.solutions-info {
  background-color: #f6f8fa;
  height: 332px;
}

.solutions-info h2 {
  font-family: "Roboto", sans-serif !important;
  padding-top: 40px;
}

.solutions-info p {
  font-family: "Roboto", sans-serif;
}

.dropdown-lang .flag-item {
  width: 20px !important;
}

.dropdown-lang .selectet-lang {
  font-size: 10px !important;
}

.dropdown-lang .btn-switch {
  font-size: 12px !important;
}

/* media mixin screen in the laptop */
@media (max-width: 768px) {
  .megamenu,
  .dropdown-menu {
    position: relative !important;
  }
  .dropdown-menu {
    box-shadow: none !important;
  }
}

/* ----------------------------------- end Dropdown Component ----------------------------------- */
/* ----------------------------------- Tab Component ----------------------------------- */
/* reset the nav tabs style */
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-color: transparent !important;
  border-bottom-color: #B12603 !important;
  color: #B12603 !important;
}

/* ----------------------------------- end Tab Component ----------------------------------- */
/* 

   ============================= blocks sections =============================
   
*/
/* our features block */
.our-features-block .card-body {
  flex-basis: 125px;
}

.our-features-block .card-body h5 {
  margin-top: 10px;
  margin-bottom: 6px !important;
}

/* services block */
.services-block .card-body {
  padding: 25px 15px;
  flex-basis: 185px;
}

.services-block .card-text {
  margin-bottom: 10px !important;
  min-height: 45px;
  max-width: 315px;
}

.services-block .main-btn {
  font-size: 0.75rem;
}

/* our mission block */
.our-mission-block .card-body {
  flex-basis: 176px;
}

/* ourmission block, reliable block */
.our-mission-block .card-text, .reliable-block .card-text {
  font-size: 0.75rem;
}

/* service snapshot block, reference block, tutorials block */
.service-snapshot-block .card-body, .reference-block .card-body, .tutorials-block .card-body {
  flex-direction: row;
}

/* accounts block, two way block*/
.accounts-block .card-footer, .two-way-block .card-footer {
  background-color: transparent;
  padding-bottom: 20px;
}

/* accounts block */
.accounts-block .card-body {
  flex-basis: 382px;
}

/* two way block */
.two-way-block .card-body {
  flex-basis: 290px;
}

/* apis block */
.apis-block .card-body {
  flex-basis: 117px;
}

/* tools block */
.tools-block .card-body {
  flex-basis: 145px;
}

/* benefits block */
.benefits-block .card-body {
  flex-basis: 162px;
}

/* large block padding */
.smpp-apis-block, .smpp-apis-block, .sms-apis-block,
.service-snapshot-block, .benefits-block, .contact-us-block {
  padding: 80px 0;
}

/* content block */
.content-block {
  position: relative;
  padding-left: 20px;
}

.content-block::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  left: 0;
  border: 1px dashed rgba(238, 238, 238, 0.8);
}

.accounts-block .card-icon, .two-way-block .card-icon, .sms-gateway .card-icon {
  margin-top: -40px;
}

.accounts-block .card-icon span, .two-way-block .card-icon span, .sms-gateway .card-icon span {
  background-color: #fff;
  border-radius: 5px;
}

/* 

   ============================= end blocks sections =============================
   
*/
/* loading screen for chenge the langs */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100%;
  display: none;
}

.loading .loding-wrap {
  width: inherit;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ================================= */
/* 

   ============================= Messaging page =============================
   
*/
.facts-block .card-body {
  flex-basis: 178px;
}

.facts-block .card-footer {
  background-color: transparent;
  padding-bottom: 20px;
}

.facts-block .btn {
  font-size: 12px;
}

.messaging-services-block .card-title {
  font-size: 1rem;
}

.messaging-services-block .card-body {
  flex-basis: 174px;
}

.img-with-background {
  position: relative;
}

.img-with-background::after {
  position: absolute;
  bottom: -40px;
  left: -55px;
  background-color: rgba(249, 251, 253, 0.5);
  width: 130%;
  height: 80%;
  z-index: -1;
}

/* 

   ============================= End Messaging page =============================
   
*/
html,
body {
  height: 100vh;
}

body {
  overflow-x: hidden;
}

/* 

   ============================= global classes =============================
   
*/
/* to display none item */
.none {
  display: none;
}

/* flex box wrap */
.flex-box-wrap {
  flex: 1 1 auto;
}

/* class to make the text uppercase */
.uppercase {
  text-transform: uppercase;
  font-weight: 600;
}

/* class to center text*/
.text-center {
  text-align: center;
}

/* reset the link element */
a {
  text-decoration: none !important;
  color: #1b1f23;
}

a:hover {
  color: #1b1f23;
}

a:focus {
  outline-color: rgba(244, 35, 0, 0.3);
}

a:disabled, a.disabled {
  cursor: default;
}

/* base link class */
.base-link {
  color: #009688;
  text-decoration: none;
}

.base-link:hover {
  color: #B12603 !important;
}

/* reset the ul element */
ul {
  list-style: none;
  color: rgba(27, 31, 35, 0.8);
  list-style-image: url(../../images/arrow-right.svg);
}

/* position relative class */
.position-relative {
  position: relative;
}

/* reset the img element */
img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* img wrap class */
.img-wrap {
  max-height: 500px;
  margin-bottom: 0;
}

/* 

   ============================= end global classes =============================
   
*/
/* 

   ============================= media responsive ============================= 

*/
/* media responsive for desktop screen */
@media (max-width: 1024px) {
  header h1 {
    padding-top: 0;
  }
  .homepage-header h1 {
    max-width: 650px;
  }
}

/* media responsive for tablet screen */
@media (max-width: 992px) {
  .switch-items {
    padding-left: 30px;
  }
  .img-block {
    display: none;
  }
}

/* media responsive for tablet wide screen */
@media (max-width: 768px) {
  .top-navbar {
    display: none;
  }
  .main-navbar {
    height: auto !important;
  }
  .navbar-nav {
    height: auto;
  }
  .navbar-brand {
    padding-left: 20px;
  }
  .nav-item {
    border-bottom: 2px solid #f6f8fa;
    padding-left: 20px;
  }
  header .list-group-items {
    flex-wrap: wrap;
    width: 100%;
  }
  header .list-group-items .list-item {
    margin-right: 20px;
    margin-top: 15px;
  }
  .md-text {
    font-size: 18px;
  }
  .messaging-services-block .card-title {
    font-size: 18px;
  }
  .column-reverse {
    flex-direction: column-reverse;
  }
  .footer-links .navbar-nav {
    margin-bottom: 15px;
  }
  .footer-links .ml-auto {
    margin-left: 0 !important;
  }
  footer img {
    margin-bottom: 15px;
  }
  footer .d-flex {
    flex-direction: column;
  }
  .max-text-lmt-medium,
  .max-text-lmt-small,
  .max-text-lmt-x-small {
    width: 100%;
  }
}

/* media responsive for phone wide screen */
@media (max-width: 676px) {
  .wrap h2,
  .wrap h4 {
    text-align: left !important;
  }
  .background-wave {
    background: none;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #eeeeee;
  }
  .btn {
    width: 100%;
  }
  .card .card-footer .btn {
    width: auto !important;
  }
  .text-center {
    text-align: left !important;
  }
  .main-navbar {
    padding: 10px 0 !important;
  }
  .main-header_padding {
    padding: 50px 0 50px;
  }
  header h1 {
    margin-top: 0;
  }
  header .list-group-items {
    flex-wrap: wrap;
    justify-content: start;
  }
  header .abs-box {
    display: none;
  }
  header .row {
    text-align: left !important;
  }
  .logo-on-scroll {
    display: none !important;
  }
  .sub-header .btn {
    margin-top: 30px;
  }
  .nav-tabs {
    justify-content: flex-start !important;
  }
  .nav-tabs .nav-link {
    font-size: 12px;
    padding: 0.5rem 0.5rem !important;
  }
  .navbar-collapse .navbar-nav {
    height: auto !important;
  }
  .footer-wrap {
    padding-top: 10px;
  }
  .footer-wrap .address {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }
  .footer-wrap .address p {
    margin-bottom: 15px !important;
  }
  .footer-wrap .footer-links {
    display: none !important;
  }
}

/* media responsive for phone screen */
@media (max-width: 470px) {
  .small-btn {
    font-size: 11px;
  }
}

/* 

   ============================= End media responsive ============================= 

*/
