/*------------------------------------------------------------------

 *
 * Author      : Wditsolution
 * Project     : Dialer
 * Version     : 2.0.0
 * developer   : Badhon Khan
 *

 * -----------------------------------------------------------------*
 *                         TABLE OF CONTENTS                        *
 * -----------------------------------------------------------------*
 *
 * 01. Base Styles
 * 02. Header
 * 03. Navigation
 * 04. Footer Styles
 * 05. Responsive Styles
 *

 * -----------------------------------------------------------------*
 *                        Color Codes                               *
 * -----------------------------------------------------------------*

 * $theme-color         : #fc854b;
 * $text-color          : #787878;
 * $text-color-dark     : #444444;
 * $bg-color-light      : #FFFFFF;
 * $bg-color-dark       : #f1f1f1;

-------------------------------------------------------------------*/
/*-------------------------
	Font Family
---------------------------*/
/*-------------------------
	Theme Color
---------------------------*/
/**
 * ---------------------------------------------------------------------------
 * 01. Google Font
 * ---------------------------------------------------------------------------
 */
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.woff2') format('woff2'),
         url('../fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
         url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
         url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/*-------------------------
	Heading Function
---------------------------*/
/**
 * ---------------------------------------------------------------------------
 * 01. Theme Reset Code
 * ---------------------------------------------------------------------------
 */
body {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #242424;
  line-height: 1.5 !important;
  overflow-x: hidden;
  width: auto;
  position: relative;
}

/* -----------------
	Heading Grop
--------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gotham", sans-serif;
  color: #242424;
  margin: 0;
}







/* -----------------
	Text Grop
--------------------*/
p {
  margin: 0;
}

/* -----------------
	Button
--------------------*/
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active,
a:focus {
  outline: none;
  box-shadow: none;
  border-color: transparent;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  text-decoration: none;
  display: block;
}

button {
  cursor: pointer;
}

/* -----------------
	Margin 
--------------------*/
.mr-0 {
  margin: 0 !important;
}

.mrl-0 {
  margin-left: 0 !important;
}

.mrr-0 {
  margin-right: 0 !important;
}

.mrb-0 {
  margin-bottom: 0 !important;
}

.mlr-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* -----------------
	Padding 
--------------------*/
.pd-0 {
  padding: 0 !important;
}

.pdl-0 {
  padding-left: 0 !important;
}

.pdr-0 {
  padding-right: 0 !important;
}

.pdb-0 {
  padding-bottom: 0 !important;
}

.plr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* -----------------
	Color Group 
--------------------*/
.brand {
  color: #CC4699;
}

.primary {
  color: #faba35;
}

.base {
  color: #242424;
}

.white {
  color: #fff;
}

.brand-bg {
  background: #0085C8;
}

.primary-bg {
  background: #0085C8;
}

.base-bg {
  background: #242424;
}

.white-bg {
  background: #fff;
}

.focus-text {
  color: #0085C8;
}

.bg-none {
  background: transparent;
}

.facebook {
  background: #4868ab !important;
}

.twitter {
  background: #1da2f2 !important;
}

.linkedin {
  background: #0077b5 !important;
}

.pinterest {
  background: #cc2028 !important;
}

.instagram {
  background: #b13a96 !important;
}

.google-plus {
  background: #dc493c !important;
}

.vimeo {
  background: #00aeee !important;
}

.flickr {
  background: #ff2d84 !important;
}

/* -----------------
	border Class
--------------------*/
.border-0 {
  border: 0;
}

.border-color-none {
  border-color: transparent;
}

/* -----------------
	Font W Class
--------------------*/
.w-light {
  font-weight: 300;
}

.w-light-i {
  font-weight: 300;
  font-style: italic;
}

.w-normal {
  font-weight: 400;
}

.w-bold {
  font-weight: 700;
}

/* -----------------
	Global Class
--------------------*/
.width-auto {
  width: auto !important;
}

.pos-r {
  position: relative;
}

.pos-a {
  position: absolute;
}

#googleMap {
  height: 300px;
}

/*-----------------------
	Modal Style
--------------------------*/
.master-card {
  margin-bottom: 20px;
  width: 50%;
}

.master-card .dropdown {
  background: #555;
  padding: 12px;
  height: 100%;
  cursor: pointer;
}

.custom-credit-modal .modal-content,
.custom-login-modal .modal-content {
  background: #f1f1f1;
}

.custom-credit-modal .modal-header,
.custom-login-modal .modal-header {
  display: inline-block;
  border-color: rgba(119, 119, 119, 0.3);
  padding: 5px;
}

.custom-credit-modal .modal-title,
.custom-login-modal .modal-title {
  font-weight: 700;
  font-size: 18px;
  display: inline;
}

.custom-credit-modal .modal-content,
.custom-login-modal .modal-content {
  border-radius: 0;
  border: 4px solid #3498db;
}

.custom-credit-modal .custom-login-modal-btn,
.custom-login-modal .custom-login-modal-btn {
  padding: 0;
  background: linear-gradient(to right, #0085C8, #CC4699);
  color: #fff;
  padding: 5px 25px;
  border: 1px solid #3498db;
}

.custom-credit-modal .custom-login-modal-btn:hover,
.custom-login-modal .custom-login-modal-btn:hover {
  color: #fff;
  background: linear-gradient(to right, #CC4699, #0085C8);
  border: 1px solid #3498db;
}

.custom-credit-modal .modal .modal-dialog,
.custom-login-modal .modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.custom-credit-modal .form-group,
.custom-login-modal .form-group {
  margin-bottom: 0.5rem;
}

.custom-credit-modal input:focus,
.custom-login-modal input:focus {
  border-color: #0085C8;
}

.custom-credit-modal .modal .modal-dialog {
  width: 80%;
}

.custom-credit-modal .media-body {
  padding-left: 8px;
}

.custom-credit-modal .card-img {
  width: 30px;
}

.custom-credit-modal .paypal-img {
  width: 60px;
}

.custom-credit-modal .paypal-card-img {
  width: 50px;
}

.custom-credit-modal .check-box-img {
  width: 15px;
  opacity: 0;
}

.card-available {
  position: absolute;
  width: 100%;
  display: none;
  background: #dedddd;
  padding: 5px;
  margin: 5px 0 0;
  z-index: 10;
}

.custom-credit-modal .card-active .dropdown {
  background: #0085C8;
}

.custom-credit-modal .card-active .card-available {
  display: block;
}

.custom-credit-modal .card-active .check-box-img {
  opacity: 1;
}

.custom-credit-modal .form-group {
  margin-top: 0px;
}

.custom-credit-modal .modal-header {
  border: 0;
}

.custom-credit-modal .modal-content {
  padding: 10px;
}

.card-available-img {
  margin-left: 5px;
}

.card-available-img img {
  width: 25px;
}

.currency-form select,
.currency-form input {
  text-align: center;
  border-radius: 0;
  background: #f1f1f1;
  font-size: 14px;
}

.currency-form select {
  box-shadow: none;
}

.header-currency {
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}

.header-currency input {
  margin-right: 10px;
}

.header-currency .custom-select-currency {
  position: relative;
}

.header-currency .custom-select-currency:before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 20px;
  margin-right: 10px;
  transform: translateY(-50%);
}

/* -----------------
	Ribbon Style
--------------------*/
.box {
  width: 200px;
  height: 300px;
  position: relative;
  border: 1px solid #0085C8;
  background: #EEE;
}

.ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #0085C8;
  background: linear-gradient(#0085C8 0%, #0085C8 100%);
  box-shadow: 0 3px 10px -5px #0085C8;
  position: absolute;
  top: 19px;
  left: -21px;
}

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #0085C8;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #0085C8;
}

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #0085C8;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #0085C8;
}

/* ---------------------------
	Button Style
------------------------------*/
.header-top-lan-dropdown .header-top-lan-btn {
  padding: 5px !important;
}

.header-top-lan-dropdown .header-top-lan-btn i {
  margin: 0 5px;
}

.header-top-lan-dropdown .header-top-lan-btn:hover {
  background: transparent;
}

.header-top-lan-dropdown .header-top-lan-btn:hover i {
  color: #0085C8 !important;
}

.header-top-lan-dropdown .header-top-lan-btn:active,
.header-top-lan-dropdown .header-top-lan-btn:focus {
  background: transparent;
}

.header-top-lan-dropdown .dropdown-menu {
  border-radius: 0;
  font-size: 12px;
  display: none;
  padding: 10px 0;
  width: 100%;
  border-radius: 0 0 9px 9px;
  min-width: inherit;
}

.header-top-lan-dropdown .dropdown-menu button {
  padding: 5px 10px 5px 20px;
  font-size: 15px;
  position: relative;
}

.header-top-lan-dropdown .dropdown-menu button::after {
  content: '\f00c';
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-family: 'FontAwesome';
  color: #e94646;
  display: none;
}

.header-top-lan-dropdown .dropdown-menu button:hover::after {
  display: inline-block;
}

.show i {
  color: #faba35;
}

.show>.btn-secondary.dropdown-toggle {
  background-color: transparent;
  box-shadow: none;
}

.button_menu button:hover {
  background: #e94646;
  border-color: transparent;
}

.button_menu button:active,
.button_menu button:focus {
  box-shadow: none;
  background: #e94646;
  border-color: transparent;
}

.all_prices {
  padding: 20px 0;
}

/*
	Angle Button
*/
/* General button style (reset) */
.btn {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/* Filled heart */
.icon-arrow-right:before {
  content: "\f061";
}

/* Button 3 */
.btn-3 {
  background: #007bff;
  color: #fff;
}

.btn-3:hover {
  background: #007bff;
}

.btn-3:active {
  background: #0085C8;
  top: 2px;
}

.btn-3:before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 3.3;
  font-size: 100%;
  width: 40px;
}

/* Button 3a */
.btn-3a {
  padding: 25px 60px 25px 120px;
}

.btn-3a:before {
  background: rgba(0, 0, 0, 0.05);
}

/* Button 3b */
.btn-3b {
  padding: 25px 60px 25px 120px;
  border-radius: 10px;
}

.btn-3b:before {
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}

/* Button 3c */
.btn-3c {
  padding: 80px 20px 20px 20px;
  border-radius: 10px;
  box-shadow: 0 3px #0085C8;
}

.btn-3c:active {
  box-shadow: 0 3px #0085C8;
}

.btn-3c:before {
  height: 60px;
  width: 100%;
  line-height: 60px;
  background: #fff;
  color: #e94646;
  border-radius: 10px 10px 0 0;
}

.btn-3c:active:before {
  color: #0085C8;
}

/* Button 3d */
.btn-3d {
  padding: 25px 60px 25px 120px;
  border-radius: 10px;
}

.btn-3d:before {
  background: #fff;
  color: #0085C8;
  z-index: 2;
  border-radius: 10px 0 0 10px;
}

.btn-3d:after {
  width: 20px;
  height: 20px;
  background: #fff;
  z-index: 1;
  left: 55px;
  top: 50%;
  margin: -10px 0 0 -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-3d:active:before {
  color: #0085C8;
}

.btn-3d:active {
  top: 0;
}

.btn-3d:active:after {
  left: 60px;
}

/* Button 3e */
.btn-3e {
  padding: 15px 60px 15px 24px;
  overflow: hidden;
}

.btn-3e:before {
  left: auto;
  right: 0px;
  z-index: 2;
}

.btn-3e:after {
  width: 30%;
  height: 200%;
  background: #CC4699;
  z-index: 1;
  right: 0;
  top: 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  margin: -45px 0 0 0;
  transform: rotate(27deg) translateX(45px);
}

.btn-3e:hover:after {
  width: 35%;
}

/* ---------------------------
	Main Title
------------------------------*/
.main-title {
  margin-bottom: 15px;
}

.main-title .main-subtitle {
  margin-bottom: 5px;
  font-size: 20px;
}

.title-shap {
  width: 50%;
  margin: 0 auto;
}

/* ---------------------------
	Before Style
------------------------------*/
.before-none:before {
  display: none;
}

/* ---------------------------
	Breadcome Style
------------------------------*/
.breadcome {
  padding: 22px 0 30px;
  background: transparent;
}

.breadcome .breadcome-title {
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
}

.breadcome .sub-title {
  font-size: 20px;
}

.breadcome .breadcome-list-group li {
  margin-bottom: 5px;
  padding-left: 20px !important;
  position: relative;
  font-size: 17px;
}

.breadcome .breadcome-list-group li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 15px;
  background: #fff;
  transform: translateY(-50%);
}

@media (min-width: 768px) and (max-width: 991px) {
  .breadcome .breadcome-list-group li {
    font-size: 16px;
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 900;
}

#preloader .preloader-item {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*-------------------------
	Media Query
---------------------------*/
@media (min-width: 768px) {
  h1 {
    font-size: 25px;
    line-height: 33px;
  }

  h2 {
    font-size: 23px;
    line-height: 31px;
  }

  h3 {
    font-size: 21px;
    line-height: 29px;
  }

  h4 {
    font-size: 19px;
    line-height: 27px;
  }

  h5 {
    font-size: 17px;
    line-height: 25px;
  }

  h6 {
    font-size: 15px;
    line-height: 23px;
  }

  .dialer-app-box {
    margin: 0 0 20px !important;
  }

  .master-card .dropdown {
    margin: 0 8px;
  }

  .card-available {
    padding: 7px 32px;
  }

  .card-available .d-flex {
    font-size: 18px;
    line-height: 30px;
  }

  .card-available-img img {
    width: auto;
    margin-left: 15px;
  }

  .currency-form {
    margin-top: 40px;
  }

  .currency-form select,
  .currency-form input {
    padding: 15px;
  }

  .main-title-box {
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .custom-credit-modal .modal-content {
    padding: 20px;
  }

  .custom-credit-modal .card-active .dropdown {
    background: #0085C8;
  }

  .custom-credit-modal .card-active .card-available {
    display: block;
  }

  .custom-credit-modal .card-active .check-box-img {
    opacity: 1;
  }

  .custom-credit-modal .form-group {
    margin-top: 20px;
  }

  .custom-credit-modal .modal-header {
    border: 0;
  }

  .card-available-img {
    margin-left: 5px;
  }

  .card-available-img img {
    width: 25px;
  }

  .breadcome {
    padding: 30px 0 45px;
  }

  .breadcome .breadcome-title {
    margin-bottom: 0;
    font-size: 42px;
    line-height: 61px;
  }
}

@media (min-width: 1400px) {
  h1 {
    font-size: 90px;
    line-height: 100px;
  }

  h2 {
    font-size: 54px;
    line-height: 64px;
  }

  h3 {
    font-size: 36px;
    line-height: 60px;
  }

  h4 {
    font-size: 36px;
    line-height: 46px;
  }

  h5 {
    font-size: 24px;
    line-height: 34px;
  }

  h6 {
    font-size: 18px;
    line-height: 28px;
  }

  .custom-container {
    max-width: 1650px;
  }

  .custom-credit-modal .modal-title,
  .custom-login-modal .modal-title {
    font-size: 24px;
  }

  .custom-credit-modal .modal-content,
  .custom-login-modal .modal-content {
    padding: 15px 15px;
  }

  .custom-credit-modal .modal .modal-dialog,
  .custom-login-modal .modal .modal-dialog {
    width: 100%;
  }

  .custom-credit-modal .form-group,
  .custom-login-modal .form-group {
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .main-title-box {
    margin-bottom: 50px;
  }

  .main-title-box .main-subtitle {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 8px;
  }

  .main-title-box .main-title {
    font-size: 25px;
    line-height: 1;
  }

  .breadcome .breadcome-title {
    font-size: 50px;
  }
}

@media (min-width: 1200px) {
  .breadcome {
    padding: 32px 0 50px;
  }

  .breadcome .breadcome-list-group li {
    font-size: 18px;
  }

  .main-title-box {
    margin-bottom: 50px;
  }

  .card-available {
    padding: 7px 15px;
  }

  .custom-credit-modal .media-body {
    padding-left: 15px !important;
    margin-left: 15px;
  }

  .custom-credit-modal .check-box-img {
    width: auto;
  }

  .custom-credit-modal .card-active .dropdown .media-body {
    position: relative;
  }

  .custom-credit-modal .card-active .dropdown .media-body:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 40px;
    width: 1px;
    background: #fff;
    transform: translateY(-50%);
  }
}

@media (min-width: 1500px) {
  body {
    font-size: 18px;
    line-height: 28px;
  }

  .main-title-box {
    margin-bottom: 30px;
  }

  .main-title-box .main-subtitle {
    font-size: 22px;
    line-height: 1;
  }

  .main-title-box .main-title {
    font-size: 36px;
    line-height: 1;
  }
}

.home-page-three .header-top-lan-dropdown .dropdown-menu button::after {
  color: #b31b48;
}

.home-page-three .brand {
  color: #2b3a85;
}

.home-page-three .btn-3 {
  background: #2b3a85;
}

.home-page-three .btn-3e:after {
  background: #b31b48;
}

.home-page-three .ribbon span {
  background: linear-gradient(to right, #2b3a85 25%, #b31b48 75%);
}

.home-page-three .ribbon span::before {
  border-left: 3px solid #2b3a85;
  border-top: 3px solid #2b3a85;
}

.home-page-three .ribbon span::after {
  border-right: 3px solid #b31b48;
  border-top: 3px solid #b31b48;
}

.home-page-three .custom-credit-modal .modal-content,
.home-page-three .custom-login-modal .modal-content {
  border-color: #b31b48;
}

/* prelaoder */
/*-------------------------
	Heading Function
---------------------------*/
.header-info {
  padding: 5px 0;
}

.header-info .bonus-offer {
  font-size: 13px;
}

.header-info .bonus-offer span {
  margin: 0 5px;
}

.header-info .custom-select {
  border-color: #fff;
}

@media (min-width: 768px) {
  .header-info {
    padding: 10px 0;
  }

  .header-info .bonus-offer {
    padding: 0;
  }

  .header-info .social-media-link {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
  }

  .header-info .social-media-link:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 17px;
    background: #fff;
    transform: translateY(-50%);
  }

  .header-info .social-media-link a {
    margin-right: 5px;
  }

  .header-info .social-media-link a img {
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
  }

  .header-info .social-media-link a:hover img {
    transform: rotate(360deg);
  }

  .header-info .header-top-lan-btn {
    border: 1px solid #fff;
    border-radius: 0;
    border-radius: 3px 3px 2px 2px;
  }

  .header-info .header-top-lan-btn:focus {
    outline: none;
    box-shadow: none;
    border-color: transparent;
  }

  .header-info .header-top-lan-btn:hover {
    background: #fff;
  }

  .header-info .header-top-lan-btn:hover .text-capitalize {
    color: #e94646;
  }
}

@media (min-width: 1024px) {
  .header-info .social-media-link {
    margin-right: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .header-info {
    padding: 10px 0;
  }

  .header-info .bonus-offer {
    font-size: 15px;
  }

  .header-info .social-media-link {
    margin-right: 15px;
  }

  .header-info .custom-select {
    padding: 6px 33px;
    font-size: 20px;
  }

  .header-info .header-top-lan-btn {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  nav .button_menu .nav-btn {
    font-size: 14px !important;
    padding: 7px 18px 5px !important;
    font-weight: 400;
    border-radius: 10px;
    line-height: 1 !important;
  }

  .link_menu .nav-item {
    margin-right: 20px !important;
  }
}

/* ============= Index page 3 =============== */
.home-page-three .header-info {
  background: linear-gradient(to right, #2b3a85 25%, #b31b48 75%);
}

nav {
  padding: 5px 0px;
  position: relative;
  z-index: 11;
  border-bottom: 2px solid #2b3a85;
}

nav .display_menu li a {
  padding: 5px 5px;
  font-size: 20px;
}

nav .display_menu li a:hover {
  background: transparent;
  color: #0085C8;
}

nav .display_menu li a:focus {
  color: #0085C8;
}

nav .button_menu .nav-btn {
  margin-right: 5px;
  border: 1px solid #e94646;
  line-height: 1;
  font-size: 12px;
  padding: 5px 0px;
}

nav .logo {
  padding-bottom: 0px;
}

.navbar-brand {
  margin-left: -100px;
}

nav .nav-link:focus {
  box-shadow: none;
  color: #e94646;
}

nav .nav-link:active {
  background: none;
}

@media (max-width: 767px) {
  nav .button_menu .nav-btn {
    padding: 5px;
  }
  .navbar-brand {
    margin-left: -5px;
    margin-right: auto;
    display: block;
    text-align: center;
  }
}

/*-----------------------
	Canvas
--------------------------*/
#push_sidebar li a {
  text-align: center;
}

#push_sidebar {
  background: rgba(162, 17, 17, 0.95);
  padding: 10px 20px;
}

#push_sidebar li a {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(241, 241, 241, 0.368627451);
  font-size: 16px;
  letter-spacing: 1px;
}

#push_sidebar li:last-child a {
  border-bottom: 0;
}

#push_sidebar li a:hover {
  background: #e94646;
  color: #fff;
}

.nav_trigger {
  display: block;
}

.nav_trigger .fa-times {
  color: #fff;
}

.nav_trigger {
  margin-left: 0;
  margin-right: 0;
}

.home-page-two .nav_trigger {
  margin-left: 0;
  margin-right: 15px;
}

body.show_sidebar .nav_trigger {
  margin-right: 0;
  width: 100%;
}

.list-unstyled {
  margin-top: 20px;
}

.nav_trigger {
  margin-top: 0;
}

@media (min-width: 768px) {
  nav .link_menu {
    margin-right: 20px;
  }

  nav .button_menu li {
    margin-right: 10px;
  }

  .home-page-two .nav_trigger {
    margin-right: 30px;
  }

  .home-page-two nav .header-top-lan-btn {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .nav_trigger {
    margin-top: 0;
  }

  nav .button_menu li {
    margin-right: 8px;
    padding-right: 8px;
    position: relative;
  }

  nav .button_menu li:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 17px;
    width: 1px;
    background: #b8b8b8;
    transform: translateY(-50%);
  }

  nav .button_menu li:last-child:before {
    display: none;
  }

  nav .button_menu .nav-btn {
    margin-right: 0;
  }
}

/*-----------------------
	Canvas
--------------------------*/
.home-page-two .header-info nav {
  border-bottom: 0;
}

.home-page-two nav .button_menu .nav-btn {
  color: #fff;
  border-color: #fff;
}

.home-page-two nav .button_menu .nav-btn:hover {
  background: #fff;
  color: #e94646;
}

.home-page-two nav .header-top-lan-btn {
  border: 1px solid #242424;
}

.home-page-two nav .header-top-lan-btn i {
  transition: 0.5s;
}

.home-page-two nav .header-top-lan-btn:after {
  display: none;
}

.home-page-two nav .header-top-lan-btn:hover {
  color: #0085C8;
  border: 1px solid #0085C8;
}

.home-page-two nav .social-media-link {
  margin-right: 20px;
}

.home-page-three nav .nav-link {
  color: #000000;
}

.home-page-three nav .nav-link:hover {
  color: #2b3a85;
}

/* ============= Index page 3 =============== */
.home-page-three nav {
  border-bottom-color: #0085C8;
}

.home-page-three nav .header-top-lan-btn:focus,
.home-page-three nav .header-top-lan-btn:hover {
  color: #0085C8 !important;
  border-color: #0085C8;
}

.home-page-three nav .header-top-lan-btn:focus i,
.home-page-three nav .header-top-lan-btn:hover i {
  color: #0085C8 !important;
}

.home-page-three #push_sidebar {
  background: #0085C8;
}

.home-page-three #push_sidebar li a:hover {
  background: #0085C8;
}

.home-page-three .show i {
  color: #0085C8;
}


/* ============= footer =============== */
.main-footer {
  background: #ffffff;
  color: #000000;
}

.main-footer .footer-top {
  padding: 63px 0 35px;
}

.main-footer .footer-logo a img {
  margin-bottom: 20px;
}

.main-footer .footer-block-box {
  padding-bottom: 25px;
}

.main-footer .block-box-title {
  margin-bottom: 14px;
  font-size: 28px;
  position: relative;
  display: inline-block;
  color: #000000;
}

.main-footer .block-box-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #0085C8;
  color: #000;
}

.main-footer a {
  margin-bottom: 10px;
  font-size: 18px;
  transition: 0.5s;
  color: #000000;
}

.main-footer a:last-child {
  margin-bottom: 0;
}

.main-footer a i {
  margin-right: 3px;
  font-size: 20px;
}

.main-footer a:hover {
  text-decoration: none;
  color: #000000;
}

.main-footer .footer-logo p {
  margin-top: 8px;
  font-size: 18px;
  color: #000;
}

.main-footer .social-media {
  margin-top: 15px;
}

.main-footer .social-media a {
  display: inline-flex; /* Use flexbox for centering */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  font-size: 20px;
  width: 40px;
  height: 40px;
  margin-right: 10px; /* Adjust margin as needed */
  border-radius: 50%; /* Make them circular */
  background: #0085C8; /* Example background color */
  color: #fff; /* Icon color */
  transition: all 0.3s ease;
}

.main-footer .social-media a:hover {
  background: #CC4699 !important; /* Example hover background color */
  color: #fff;
  transform: translateY(-3px); /* Simple hover effect */
}

.main-footer .social-media a i {
  margin-right: 0;
  font-size: 22px;
}

.main-footer .copyright-cart a {
  display: inline-block;
  margin: 5px;
}

.main-footer .copyright-text a {
  font-size: 16px;
  margin: 0 2px;
  color: #000000;
}

.main-footer .copyright-text a:hover {
  color: #000000;
}

.main-footer .social-media a:hover {
  background: #fff !important;
}

.main-footer .footer-border {
  border-top: 1px solid #696a6a;
  padding: 20px;
}

.main-footer .footer-block-box.footer-social {
  padding-bottom: 20px;
}

.copyright-text {
  padding-top: 10px;
}

.copyright-text p {
  color: #000;
}

@media (min-width: 768px) {
  .main-footer {
    text-align: left !important;
  }

  .main-footer .social-media a {
    width: 40px;
    height: 40px;
    font-size: 17px;
  }

  .main-footer .footer-logo p {
    font-size: 16px;
    line-height: 26px;
  }

  .main-footer .social-media-title {
    margin-bottom: 15px;
  }

  .main-footer .social-media-title {
    margin-bottom: 28px;
  }

  .main-footer .block-box-list a {
    font-size: 15px;
  }

  .main-footer .footer-block-box.footer-social {
    padding-bottom: 0;
  }

  .main-footer .copyright-text {
    padding-top: 0px;
  }
}

@media (max-width: 991px) {
  .main-footer .footer-logo p {
    margin-right: 0px;
    padding-bottom: 25px;
  }
}

@media (min-width: 1024px) {
  .main-footer .social-media a {
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 1200px) {
  .main-footer .block-box-list a {
    font-size: 18px;
    padding-bottom: 0;
    font-weight: 300;
  }

  .main-footer .footer-logo p {
    margin-top: 20px;
    font-size: 17px;
    margin-right: 0;
  }

  .main-footer .social-media a {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 1600px) {
  .main-footer .block-box-list {
    padding-top: 0;
  }

  .main-footer .block-box-title {
    font-size: 30px;
  }

  .main-footer .footer-top {
    padding-bottom: 60px;
  }
}

.home-page-three .main-footer .copyright-text a {
  color: #0085C8;
  font-weight: 700;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }

  20% {
    opacity: 0;
  }

  to {
    opacity: 1;
    transform: none;
  }
}

/*-------------------------
	Country Rate Style
---------------------------*/
.testimonial-section {
    padding: 50px 0;
    background: #f9f9f9;
  }
  .testimonial-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 30px;
    transition: transform 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .testimonial-box:hover {
    transform: translateY(-10px);
  }
  .testimonial-box-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .testimonial-box-content {
    font-size: 1rem;
    color: #555;
    margin-bottom: 15px;
  }
  .author-name {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
  }
  .stars {
    color: #faba35;
  }
  .swiper-pagination {
    position: relative;
    bottom: 0;
    padding-top: 20px;
  }
  .swiper-pagination-bullet {
    background: #007bff;
    width: 12px;
    height: 12px;
  }
  .swiper-pagination-bullet-active {
    background: #0056b3;
  }
.main-slider {
  background: url("../img/First\ Background\ page.jpg") no-repeat;
  background-size: cover;
  padding: 20px 0;
  position: relative;
  background-position: center center;
}

.main-slider::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, #CC4699, #4065B0);
  opacity: 0.7;
}

.main-slider .container {
  position: relative;
  z-index: 10;
}

.main-slider a {
  font-size: 12px;
  padding: 10px 49px 6px 10px;
}

.main-slider a p {
  z-index: 10;
}

.main-slider a:hover {
  color: #fff;
}

.main-slider .slider-title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 40px;
}

.main-slider .slider-title .slider-subtitle {
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.main-slider .btn-3e {
  border-radius: 0;
  font-size: 12px;
}

.main-slider .btn-3e:before {
  width: 24px;
  line-height: 2.2;
}

.main-slider .btn-3e:after {
  margin: -26px 0 0 0;
  transform: rotate(20deg) translateX(18px);
}

.bg-sldier-img {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vegas-timer {
  top: 0;
}

.vegas-slide,
.vegas-slide-inner {
  background-color: transparent !important;
}

@media (min-width: 1400px) {
  .main-slider {
    padding: 60px 0 70px;
  }

  .main-slider .btn-3e:after {
    transform: rotate(20deg) translateX(28px);
  }

  .main-slider .btn-3e:before {
    width: 36px;
    line-height: 2.4;
  }

  .main-slider .slider-content {
    margin-bottom: 25px;
  }

  .main-slider .slider-content-box {
    padding-left: 100px;
  }

  .main-slider .slider-content {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 32px;
    margin-top: 5px;
  }

  .home-page-two .main-slider .slider-content-box {
    margin-bottom: 52px;
  }

  .home .main-slider .slider-content-box {
    padding-left: 0;
    margin-left: -34px;
  }

  .home .main-slider .slider-content {
    max-width: 590px;
  }
}

/*---------------------
	Home Page Tow
-----------------------*/
@media (min-width: 1650px) {
  .home .main-slider {
    padding-bottom: 120px;
  }
}

@media (min-width: 1024px) {
  .home-page-two .main-slider {
    padding: 50px 0 0;
  }

  .home-page-two .main-slider .main-slider-img {
    margin-bottom: -100px;
  }

  .home-page-two .main-slider .slider-content-box {
    margin-bottom: 52px;
  }
}

@media (min-width: 992px) {
  .main-slider a {
    font-size: 18px;
    padding: 10px 60px 10px 30px;
    letter-spacing: 2px;
    margin-right: 10px;
  }

  .main-slider .slider-content {
    font-size: 19px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 32px;
  }

  .main-slider .slider-title {
    font-size: 48px;
    line-height: 56px;
  }

  .main-slider .slider-title .slider-subtitle {
    font-size: 36px;
    line-height: 1;
  }

  .main-slider .btn-3e {
    font-size: 16px;
    margin-right: 10px;
  }
}

@media (max-width: 991px) {
  .main-slider .slider-title {
    font-size: 35px;
    margin-bottom: 15px;
  }

  .main-slider .slider-title .slider-subtitle {
    font-size: 23px;
    margin-bottom: 10px;
  }

  .main-slider .slider-content {
    margin-bottom: 25px;
    font-size: 17px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home .main-slider .slider-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .main-slider .slider-title {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .main-slider .btn-3e {
    margin-right: 5px;
  }
}

@media (max-width: 575px) {
  .main-slider .slider-title {
    font-size: 23px;
    line-height: 31px;
    margin-bottom: 25px;
  }

  .main-slider .slider-title .slider-subtitle {
    font-size: 20px;
  }

  .main-slider .btn-3e {
    margin-right: 0px;
    padding: 10px 33px 6px 8px;
  }
}

/* Home page 3 */
.home-page-three .main-slider::after {
  background: linear-gradient(to right, rgba(43, 58, 133, 0.9) 25%, rgba(179, 27, 72, 0.9) 75%);
}

.home-page-three .main-slider .bg-content {
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: 1;
}

.home-page-three .main-slider .bg-content img {
  width: 44%;
  opacity: .3;
}

.home-page-three .main-slider .layer {
  position: relative;
}

.home-page-three .main-slider .layer .img-part {
  position: absolute;
  left: 0;
  opacity: 1;
  bottom: 37px;
  height: 39px;
  width: 20px;
}

@media (min-width: 992px) {
  .home-page-three .main-slider .bg-content {
    bottom: 15px;
  }

  .home-page-three .main-slider .bg-content img {
    width: 63%;
  }

  .home-page-three .main-slider .layer .img-part {
    bottom: 55px;
    height: 58px;
    width: 37px;
  }
}

@media (min-width: 1200px) {
  .home-page-three .main-slider .bg-content {
    bottom: 15px;
  }

  .home-page-three .main-slider .bg-content img {
    width: 75%;
  }

  .home-page-three .main-slider .layer .img-part {
    bottom: 72px;
  }
}

@media (min-width: 1400px) {
  .home-page-three .main-slider .bg-content img {
    width: 86%;
  }
}

@media (min-width: 1600px) {
  .home-page-three .main-slider .bg-content img {
    width: 100%;
  }
}

/*-------------------------
	Country Rate Style
---------------------------*/
/*-------------------------
	Heading Function
---------------------------*/
.country-rate .country-form {
  padding: 10px 0;
}

.country-rate .country-rate-box {
  padding: 14px 5px;
  margin-top: 30px;
  border-radius: 4px;
  border: 1px solid #0085C8;
  color: rgba(101, 101, 101, 0.6);
}

.country-rate .country-rate-form-area {
  position: relative;
  margin-top: 30px;
}

.country-rate .country-rate-form-area:before {
  content: "";
  position: absolute;
  bottom: -25%;
  left: 12%;
  height: 40px;
  width: 22px;
  background: url(../img/arrow\ blue.png) no-repeat;
}

.country-rate .country-rate-btn {
  margin: 20px 0 0;
}

.country-rate input {
  font-size: 12px;
  box-shadow: 0px 5px 7px 1px rgba(51, 51, 51, 0.1);
}

.country-rate .btn-3e {
  padding: 10px 43px 10px 24px;
}

.country-rate .btn-3e:before {
  line-height: 2.6;
}

.country-rate .btn-3e:after {
  transform: rotate(27deg) translateX(42px);
}

.country-rate .btn-3e:hover {
  color: #fff;
}

.country-rate .media-body {
  padding-left: 9px;
}

.country-rate .media-body a {
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
}

.country-rate .media-body a:hover {
  color: #0085C8;
}

.country-rate .media-body a:hover::before {
  color: #e94646;
}

.country-rate .form-control {
  text-align: center;
  border-color: transparent;
  font-size: 16px;
}

.country-rate ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(36, 36, 36, 0.5);
}

.country-rate ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(36, 36, 36, 0.5);
}

.country-rate :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(36, 36, 36, 0.5);
}

.country-rate :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(36, 36, 36, 0.5);
}

.custom-select {
  font-size: 12px;
  height: auto;
  padding: .475rem 1.75rem 0.475rem .75rem;
  box-shadow: 0px 5px 7px 1px rgba(51, 51, 51, 0.1);
  font-size: 16px;
}

.home-page-two .country-rate .media-body h4 {
  margin-bottom: 2px;
}

.home-page-two .country-rate .media-body a {
  margin-top: 6px;
  font-size: 16px;
}

@media (min-width: 768px) {
  .country-rate {
    padding-bottom: 60px;
    background: url("../img/country-rate-map-bg.png") no-repeat;
    background-size: cover;
  }

  .country-rate .all_prices {
    padding: 0 0 20px;
  }

  .country-rate .country-form {
    padding: 20px 0;
  }

  .country-rate .form-control {
    padding: 10px;
    font-size: 16px;
  }

  .country-rate .custom-select {
    padding: 10px;
    display: block;
    width: 100%;
    font-size: 17px;
  }

  .country-rate-form-area {
    margin-bottom: 20px;
    border-radius: 5px;
  }
}

@media (min-width: 991px) and (max-width: 1024px) {
  .country-rate .media-body {
    padding-top: 15px;
  }
}

@media (min-width: 1024px) {
  .country-rate .country-rate-btn {
    margin: 50px 0;
  }

  .country-rate .country-form {
    padding: 25px 0;
  }

  .country-rate .country-rate-btn {
    margin: 25px 0 0;
  }
}

@media (min-width: 1200px) {
  .country-rate .country-rate-form-area {
    margin-bottom: 50px;
  }

  .country-rate .country-rate-form-area:before {
    bottom: -49%;
  }

  .country-rate .country-rate-form-area:before {
    bottom: -30%;
  }

  .country-rate .country-rate-box .country-img-box img {
    margin-top: 5px;
  }
}

@media (min-width: 1400px) {
  .country-rate .media-body {
    padding-top: 5px;
    font-size: 20px;
    line-height: 28px;
  }

  .country-rate a {
    font-size: 17px;
  }

  .country-rate .country-img-box {
    padding-right: 0;
  }

  .country-rate .media-body {
    font-size: 16px;
  }

  .country-rate .media-body h4 {
    font-size: 20px;
    line-height: 1;
  }

  .country-rate .custom-select,
  .country-rate .form-control {
    padding: 14px;
    font-size: 20px;
  }

  .country-rate .country-rate-form-area {
    margin-bottom: 70px;
  }

  .country-rate .country-rate-btn {
    margin: 40px 0 0;
  }

  .country-rate .btn-3e {
    padding: 15px 57px 15px 20px;
  }

  .country-rate .btn-3e:before {
    line-height: 3;
  }

  .country-rate .btn-3e:after {
    transform: rotate(27deg) translateX(50px);
  }
}

@media (min-width: 1650px) {
  .country-rate .country-rate-form-area {
    margin-bottom: 55px;
    margin-top: -50px;
  }

  .country-rate .country-form {
    padding: 30px 0;
  }

  .country-rate .custom-select,
  .country-rate .form-control {
    font-size: 18px;
  }

  .country-rate .media-body {
    padding-left: 20px;
  }

  .home-page-two .country-rate .country-rate-form-area {
    margin-top: auto;
  }
}

/*-----------------------------
	Home Page 2	
-------------------------------*/
@media (min-width: 1024px) {
  .home-page-two .country-rate {
    padding-top: 130px;
    padding-bottom: 70px;
  }

  .home-page-two .country-rate .main-slider {
    margin-bottom: -100px;
  }

  .home-page-two .country-rate a {
    font-size: 17px;
    line-height: 1;
    text-decoration: none;
    transition: 0.5s;
  }

  .home-page-two .country-img-box {
    padding-right: 20px !important;
  }

  .home-page-two .media-body {
    padding: 0;
    font-size: 13px;
    color: rgba(36, 36, 36, 0.8);
  }

  .home-page-two .media-body h4 {
    font-size: 24px;
    line-height: 24px;
  }
}

@media (max-width: 575px) {
  .country-form {
    text-align: center;
  }

  .country-form .custom-select {
    margin-top: 10px;
  }

  .ad-m {
    margin-top: 25px !important;
  }
}

/* Home page 3 */
.home-page-three .country-rate .country-rate-form-area {
  background: linear-gradient(to right, #2b3a85 25%, #b31b48 75%);
}

.home-page-three .country-rate .country-rate-form-area:before {
  background: url(../img/arrow\ blue.png) no-repeat;
  z-index: 0;
}

.home-page-three .country-rate .country-rate-box {
  border-color: #2b3a85;
}

.home-page-three .country-rate .media-body a:hover {
  color: #0085C8;
}

.home-page-three .country-rate .media-body a:hover::before {
  color: #2b3a85;
}

/*-------------------------
	Country Rate Style
---------------------------*/
.feature {
  padding-top: 68px;
}

.feature .feature-content {
  padding: 20px;
  font-weight: 300;
  font-size: 22px !important;
}

.feature .card-body {
  padding: 8px 0 0;
  padding-bottom: 15px;
}

.feature .feature-category-box {
  display: inline-block;
}

.feature .feature-category-box:hover .feature-hover {
  display: flex !important;
}

.feature .feature-hover {
  z-index: 10;
  background: #e2e2e2;
  transition: 0.5s;
  display: none !important;
  width: auto;
}

.feature .feature-hover .triangle {
  width: 20px;
  background: #0085C8;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.feature .feature-hover .triangle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 20px 12.5px;
  border-color: transparent transparent #e2e2e2 transparent;
}

.feature .feature-hover .apps-box {
  padding: 10px 0;
  position: relative;
  width: 33.33%;
}

.feature .feature-hover .apps-box:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 20px;
  width: 1px;
  background: #969696;
  transform: translateY(-10%);
}

.feature .feature-hover .apps-box a {
  transition: 0.5s;
  color: #242424;
}

.feature .feature-hover .apps-box a:hover {
  color: #0085C8;
  text-decoration: none;
}

.feature .feature-hover .apps-box a:hover i {
  color: #0085C8;
}

.feature .feature-hover .apps-box i {
  transition: 0.5s;
  color: #5a5a5a;
}

.feature .feature-hover .apps-box .apps-big-icon {
  font-size: 25px;
}

.feature .feature-hover .apps-company-name {
  margin-top: 5px;
}

.feature .feature-hover .apps-company-name i {
  margin-left: 8px;
}

.feature .feature-category {
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .card-body h5 {
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .feature-content-box {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .feature .card {
    position: relative;
    padding-bottom: 26px;
  }

  .feature .card:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 40px;
    width: 2px;
    background: #f8c8c8;
    transform: translateY(-50%);
  }

  .feature .feature-category-box {
    display: block;
  }

  .feature .feature-hover {
    min-width: auto;
  }

  .feature .feature-hover .apps-box {
    padding: 30px 0;
  }

  .feature .feature-hover .apps-company-name {
    margin-top: 15px;
    font-size: 22px;
  }

  .feature .feature-hover-left .feature-hover {
    left: 0;
  }

  .feature .feature-hover-right .feature-hover {
    right: 0;
  }

  .feature .apps-box .apps-big-icon {
    font-size: 50px !important;
  }
}

@media (min-width: 1024px) {
  .feature .feature-hover .triangle {
    top: -18px;
  }

  .feature .feature-hover {
    min-width: auto;
  }

  .feature .feature-hover .apps-box {
    padding: 20px 0;
  }

  .feature .feature-hover .apps-box .apps-big-icon {
    font-size: 40px;
  }

  .feature .feature-hover .apps-company-name {
    margin-top: 10px;
  }

  .feature-content-box {
    background: transparent;
  }
}

@media (max-width: 1399px) {
  .feature .card-body h2 {
    font-size: 15px;
  }
}

@media (min-width: 1024px) {
  .feature {
    position: relative;
  }

  .feature:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 332px;
    background: #0085C8;
  }
}

@media (min-width: 1200px) {
  .feature {
    position: relative;
  }

  .feature:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 425px;
    background: linear-gradient(to right, #2b3a85 25%, #b31b48 75%);
  }

  .feature .feature-content {
    padding-bottom: 50px;
    font-size: 19px;
  }

  .feature .card {
    padding-bottom: 65px;
  }

  .feature .card:before {
    top: 35%;
  }

  .feature .feature-hover .apps-box {
    padding: 40px 0;
  }
}

@media (min-width: 1300px) {
  .feature .feature-hover {
    min-width: auto;
  }

  .feature .feature-hover-right .feature-hover {
    right: -25px;
  }

  .feature .feature-hover-left .feature-hover {
    left: -25px;
  }
}

@media (min-width: 1400px) {
  .main-title-box {
    margin-bottom: 0;
  }
}

@media (min-width: 1500px) {
  .feature .feature-hover {
    min-width: 700px;
  }

  .feature .feature-hover-right .feature-hover {
    right: -20px;
  }

  .feature .feature-hover-left .feature-hover {
    left: -20px;
  }
}

/* Home page 3 */
.home-page-threebody {
  overflow-x: hidden;
}

.home-page-three .feature {
  position: relative;
}

.home-page-three .feature:before {
  z-index: 1;
  background: linear-gradient(to right, #2b3a85 25%, #b31b48 75%);
}

.home-page-three .feature .container {
  position: relative;
  z-index: 20;
}

.home-page-three .feature .bg-3 {
  position: absolute;
  top: 0;
  right: 00px;
  height: 100%;
  z-index: -10;
  text-align: right;
}

@media (min-width: 1024px) {
  .home-page-three .feature .bg-3 {
    display: inline-block !important;
  }

  .home-page-three .feature .bg-3 img {
    width: 73%;
  }
}

@media (min-width: 1200px) {
  .home-page-three .feature .bg-3 img {
    width: 82%;
  }
}

@media (min-width: 1400px) {
  .home-page-three .feature .bg-3 img {
    width: 86%;
  }
}

@media (min-width: 1600px) {
  .home-page-three .feature .bg-3 img {
    width: 100%;
  }
}

.home-page-three .feature .feature-hover .apps-box a:hover {
  color: #0085C8;
}

.home-page-three .feature .feature-hover .apps-box a:hover i {
  color: #0085C8;
}

@media (max-width: 1023px) {
  .home-page-three .feature-content-box.brand-bg {
    background: #2b3a85;
  }
}

/*-------------------------
	Testimonial Section Style
---------------------------*/
/*-------------------------
	Heading Function
---------------------------*/
/* =====================
   Testimonial Styles
===================== */
/* =====================
   Testimonial Styles
===================== */
.testimonial-section {
  padding: 70px 0;
  background-color: #fff;
}

.main-title-box {
  margin-bottom: 40px;
}

.main-title {
  font-size: 32px;
  font-weight: bold;
  color: #222;
  margin-top: 30px;
}

.title-shap img {
  width: 150px;
  margin-top: 10px;
}

.testimonial-box {
  background-color: #f8f8f8;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 25px;
  text-align: left;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 350px;
}

.testimonial-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.testimonial-box-title {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
  color: #222;
}

.testimonial-box-content {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #444;
}

.author-name {
  font-style: italic;
  font-weight: 700;
  margin-bottom: 8px;
  color: #333;
}

.stars i {
  color: #ffcc00;
  margin-right: 2px;
}

/* Swiper Styling */
.swiper {
  width: 100%;
  padding-bottom: 40px;
}

.swiper-pagination-bullet {
  background-color: #666;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background-color: #222;
  opacity: 1;
}

/* Responsive Adjustments */
@media (min-width: 1024px) {
  .testimonial-box {
    max-width: 350px;
  }
}

@media (max-width: 767px) {
  .testimonial-box {
    max-width: 90%;
    margin: 0 auto;
  }
}

/* Testimonial Section - Style 2 */
.testimonial-style-2 {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.testimonial-style-2 .main-title-box {
  margin-bottom: 60px;
}

.testimonial-style-2 .testimonial-box {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.testimonial-style-2 .testimonial-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.testimonial-style-2 .testimonial-box-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
}

.testimonial-style-2 .testimonial-box-content {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 20px;
}

.testimonial-style-2 .author-name {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.testimonial-style-2 .stars {
  margin-top: 15px;
  color: #ffc107;
}

.testimonial-style-2 .swiper-pagination-bullet {
  background: #007bff;
}

.testimonial-style-2 .swiper-pagination-bullet-active {
  background: #0056b3;
}





/*-------------------------
	Call To Action Style
---------------------------*/
.call-to-action {
  background: url("../img/News\ Letter.jpg") no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  padding: 50px 0;
  position: relative;
}

.call-to-action::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.call-to-action .container {
  position: relative;
  z-index: 5;
}

.call-to-action input {
  font-size: 18px;
  padding: 10px;
}

.call-to-action button {
  font-size: 18px;
  padding: 10px 60px;
  font-weight: 400;
}

.call-to-action .call-to-action-title {
  font-size: 29px;
  font-weight: 600;
  line-height: 40px;
}

.call-to-action .call-to-action-box p {
  font-size: 14px;
}

.call-to-action input {
  color: #e4e4e4 !important;
  background: #0085C8;
}

.call-to-action input:focus {
  background: #0085C8;
  border-color: #0085C8;
}

.call-to-action form {
  position: relative;
}

.call-to-action button {
  padding: 11px 10px;
  background: #CC4699;
  color: #fff;
  cursor: pointer;
  text-transform: none;
  position: absolute;
  top: 0;
  right: 0;
}

.call-to-action button:hover {
  color: #0085C8;
  background: #fff;
}

.call-to-action ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.call-to-action ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.call-to-action :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.call-to-action :-moz-placeholder {
  /* Firefox 18- */
  color: #fff
}

@media (min-width: 992px) {
  .call-to-action .call-to-action-title {
    font-size: 35px;
  }

  .call-to-action .call-to-action-title {
    font-size: 40px;
    line-height: 50px;
  }

  .call-to-action .call-to-action-box p {
    font-size: 16px;
  }

  .call-to-action {
    padding: 50px 0;
  }
}

@media (min-width: 1600px) {
  .call-to-action {
    padding: 60px 0 60px;
  }

  .call-to-action input {
    font-size: 20px;
    padding: 12px 25px;
  }

  .call-to-action button {
    font-size: 25px;
    padding: 10px 29px;
  }

  .call-to-action .call-to-action-title {
    font-size: 40px;
  }

  .call-to-action .call-to-action-box {
    font-weight: 300;
  }

  .call-to-action .call-to-action-form {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .call-to-action-box p {
    display: none;
  }
}

@media (max-width: 767px) {
  .call-to-action-box {
    text-align: center !important;
  }

  .call-to-action-box .call-to-action-title {
    margin-top: 0;
  }

  .call-to-action-form {
    margin-top: 15px;
  }
}

@media (max-width: 575px) {
  .call-to-action-box .call-to-action-title {
    font-size: 26px !important;
  }
}

.careers-section {
  padding: 60px 0;
}

.careers-section h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 36px;
}

.job-posting {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

/* Two team member  */
.team-member-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
  transition: transform 0.3s ease-in-out;
}

.team-member-card:hover {
  transform: translateY(-5px);
}

.team-member-card img {
  border-radius: 50%;
  width: 180px;
  height: 180px;
  object-fit: cover;
  margin-bottom: 15px;
  border: 3px solid #007bff;
}

.team-member-card p {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

/* Contact page css  */

/*-------------------------
	Contact Page Style
---------------------------*/
.contact-info {
  padding-top: 40px;
}

.contact-form {
  padding-top: 40px;
  padding-bottom: 70px;
}

.contact-box {
  padding: 20px 0;
}

.contact-box .contact-icon {
  font-size: 30px;
  margin-bottom: 15px;
}

.contact-box .contact-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0085C8
}

.contact-box .contact-content {
  font-size: 16px;
}

.contact-box .socal-media {
  margin-top: 10px;
}

.contact-box .socal-media i {
  transition: 0.5s;
  margin: 0 10px;
  color: rgba(36, 36, 36, 0.59);
}

.contact-box .socal-media a:hover i {
  color: #242424;
}

.contact-form input:focus {
  border-color: #e94646;
}

.contact-form form {
  margin-bottom: 20px;
}

.contact-form form button {
  padding: 10px;
  background: #e94646;
  color: #fff;
  text-transform: none;
}

.contact-form form label {
  position: relative;
  padding-top: 0;
  font-size: 16px;
}

.contact-form .contact-form label {
  font-size: 16px;
}

.contact-form .ct-border {
  position: absolute;
  bottom: 0;
  right: 50%;
  height: 1px;
  width: 50px;
  background: #777;
  transform: translateX(50%);
}

@media (max-width: 767px) {
  .contact-form form label::after {
    display: none;
  }
}

@media (min-width: 768px) {
  .contact-form .ct-border {
    right: 0;
    height: 50px;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
  }

  .contact-form .contact-box {
    padding: 0;
  }

  .contact-form .contact-info {
    padding-top: 50px;
  }

  .contact-form .contact-form {
    padding-bottom: 50px;
  }

  .contact-form .contact-form label {
    font-size: 14px;
    padding: 0;
  }

  .contact-form .contact-form form {
    margin-bottom: 0;
    padding: 0 30px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contact-form form label {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .contact-form #googleMap {
    height: 100%;
  }
}

@media (min-width: 1024px) {
  .contact-form .contact-box {
    padding: 0 15px;
  }

  /* New styles for breadcome reseller-page */
.breadcome.reseller-page {
    background-color: #007bff; /* Using the brand blue */
    padding: 80px 0;
    text-align: center;
    color: #fff;
}

.breadcome.reseller-page .breadcome-subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 10px;
    opacity: 0.8;
    color: #fff;
}

.breadcome.reseller-page .breadcome-title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
    color: #fff;
}

@media (max-width: 768px) {
    .breadcome.reseller-page {
        padding: 60px 0;
    }
    .breadcome.reseller-page .breadcome-title {
        font-size: 2rem;
    }
}
	</style>
}



/* mobile navigation menu start*/

/* The side navigation menu */
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 1001;
  /* Stay on top */
  top: 0;
  left: 0;
  background-color: #000;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}


@media (max-width: 767px) {
  .footer-mobile-align {
    text-align: left !important;
  }

  .footer-mobile-align .footer-logo.white {
    text-align: left !important;
  }

  .footer-mobile-align .block-box-title {
    text-align: left !important;
  }

  .footer-mobile-align .block-box-list {
    text-align: left !important;
  }
}rm .ct-border {
  position: absolute;
  bottom: 0;
  right: 50%;
  height: 1px;
  width: 50px;
  background: #777;
  transform: translateX(50%);
}

@media (max-width: 767px) {
  .contact-form form label::after {
    display: none;
  }
}

@media (min-width: 768px) {
  .contact-form .ct-border {
    right: 0;
    height: 50px;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
  }

  .contact-form .contact-box {
    padding: 0;
  }

  .contact-form .contact-info {
    padding-top: 50px;
  }

  .contact-form .contact-form {
    padding-bottom: 50px;
  }

  .contact-form .contact-form label {
    font-size: 14px;
    padding: 0;
  }

  .contact-form .contact-form form {
    margin-bottom: 0;
    padding: 0 30px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contact-form form label {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .contact-form #googleMap {
    height: 100%;
  }
}

@media (min-width: 1024px) {
  .contact-form .contact-box {
    padding: 0 15px;
  }

  .contact-form .contact-us .breadcome .sub-title {
    line-height: 1;
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .contact-form form label {
    font-size: 18px;
  }
}

@media (min-width: 1400px) {
  .contact-form .contact-box {
    padding: 0 60px;
  }

  .contact-form .contact-info {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .contact-form .contact-form {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .contact-form .contact-box .contact-icon {
    font-size: 50px;
  }

  .contact-form .contact-form label {
    font-size: 24px;
  }

  .contact-form .contact-us .breadcome .sub-title {
    font-size: 25px;
    line-height: 31px;
  }

  .contact-form .contact-form form button {
    padding: 12px 20px;
  }
}



/* mobile navigation menu start*/

/* The side navigation menu */
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 1001;
  /* Stay on top */
  top: 0;
  left: 0;
  background-color: #000;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}


@media (max-width: 767px) {
  .footer-mobile-align {
    text-align: left !important;
  }

  .footer-mobile-align .footer-logo.white {
    text-align: left !important;
  }

  .footer-mobile-align .block-box-title {
    text-align: left !important;
  }

  .footer-mobile-align .block-box-list {
    text-align: left !important;
  }
}rm .ct-border {
  position: absolute;
  bottom: 0;
  right: 50%;
  height: 1px;
  width: 50px;
  background: #777;
  transform: translateX(50%);
}

@media (max-width: 767px) {
  .contact-form form label::after {
    display: none;
  }
}

@media (min-width: 768px) {
  .contact-form .ct-border {
    right: 0;
    height: 50px;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
  }

  .contact-form .contact-box {
    padding: 0;
  }

  .contact-form .contact-info {
    padding-top: 50px;
  }

  .contact-form .contact-form {
    padding-bottom: 50px;
  }

  .contact-form .contact-form label {
    font-size: 14px;
    padding: 0;
  }

  .contact-form .contact-form form {
    margin-bottom: 0;
    padding: 0 30px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contact-form form label {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .contact-form #googleMap {
    height: 100%;
  }
}

@media (min-width: 1024px) {
  .contact-form .contact-box {
    padding: 0 15px;
  }

  .contact-form .contact-us .breadcome .sub-title {
    line-height: 1;
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .contact-form form label {
    font-size: 18px;
  }
}

@media (min-width: 1400px) {
  .contact-form .contact-box {
    padding: 0 60px;
  }

  .contact-form .contact-info {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .contact-form .contact-form {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .contact-form .contact-box .contact-icon {
    font-size: 50px;
  }

  .contact-form .contact-form label {
    font-size: 24px;
  }

  .contact-form .contact-us .breadcome .sub-title {
    font-size: 25px;
    line-height: 31px;
  }

  .contact-form .contact-form form button {
    padding: 12px 20px;
  }
}



/* mobile navigation menu start*/

/* The side navigation menu */
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 1001;
  /* Stay on top */
  top: 0;
  left: 0;
  background-color: #000;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}


@media (max-width: 767px) {
  .footer-mobile-align {
    text-align: left !important;
  }

  .footer-mobile-align .footer-logo.white {
    text-align: left !important;
  }

  .footer-mobile-align .block-box-title {
    text-align: left !important;
  }

  .footer-mobile-align .block-box-list {
    text-align: left !important;
  }
}rm .ct-border {
  position: absolute;
  bottom: 0;
  right: 50%;
  height: 1px;
  width: 50px;
  background: #777;
  transform: translateX(50%);
}

@media (max-width: 767px) {
  .contact-form form label::after {
    display: none;
  }
}

@media (min-width: 768px) {
  .contact-form .ct-border {
    right: 0;
    height: 50px;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
  }

  .contact-form .contact-box {
    padding: 0;
  }

  .contact-form .contact-info {
    padding-top: 50px;
  }

  .contact-form .contact-form {
    padding-bottom: 50px;
  }

  .contact-form .contact-form label {
    font-size: 14px;
    padding: 0;
  }

  .contact-form .contact-form form {
    margin-bottom: 0;
    padding: 0 30px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .contact-form form label {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .contact-form #googleMap {
    height: 100%;
  }
}

@media (min-width: 1024px) {
  .contact-form .contact-box {
    padding: 0 15px;
  }

  .contact-form .contact-us .breadcome .sub-title {
    line-height: 1;
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .contact-form form label {
    font-size: 18px;
  }
}

@media (min-width: 1400px) {
  .contact-form .contact-box {
    padding: 0 60px;
  }

  .contact-form .contact-info {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .contact-form .contact-form {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .contact-form .contact-box .contact-icon {
    font-size: 50px;
  }

  .contact-form .contact-form label {
    font-size: 24px;
  }

  .contact-form .contact-us .breadcome .sub-title {
    font-size: 25px;
    line-height: 31px;
  }

  .contact-form .contact-form form button {
    padding: 12px 20px;
  }
}



/* mobile navigation menu start*/

/* The side navigation menu */
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 1001;
  /* Stay on top */
  top: 0;
  left: 0;
  background-color: #fff;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #000;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}


@media (max-width: 767px) {
  .footer-mobile-align {
    text-align: left !important;
  }

  .footer-mobile-align .footer-logo.white {
    text-align: left !important;
  }

  .footer-mobile-align .block-box-title {
    text-align: left !important;
  }

  .footer-mobile-align .block-box-list {
    text-align: left !important;
  }
}

/* =========================
   Indafone FAQ Accordion Style
========================= */

.about-us-section {
  padding: 80px 0;
  background-color: #f9fafc;
  font-family: "Poppins", sans-serif;
}

.about-us-section .main-title-box {
  margin-bottom: 50px;
}

.faq-item {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}

.faq-item h3 {
  margin: 0;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: 600;
  background: #e8f0fe;
  color: #0a3d62;
  cursor: pointer;
  position: relative;
}

.faq-item h3::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 18px;
  font-size: 22px;
  color: #0a3d62;
  transition: transform 0.3s ease;
}

.faq-item.active h3::after {
  content: "-";
  transform: rotate(180deg);
}

.faq-item p {
  display: none;
  padding: 20px;
  color: #333;
  line-height: 1.6;
  font-size: 15px;
  background: #fff;
}

/* Active State */
.faq-item.active p {
  display: block;
}

/* Hover Effect */
.faq-item:hover {
  border-color: #0078ff;
  box-shadow: 0 6px 15px rgba(0, 120, 255, 0.1);
}

/* Responsive */
@media (max-width: 768px) {
  .faq-item h3 {
    font-size: 16px;
    padding: 15px;
  }

  .faq-item p {
    font-size: 14px;
    padding: 15px;
  }
}


/* =========================
   Indafone Privacy Policy Section
========================= */

.about-us-section {
  padding: 80px 0;
  background: #f9fafc;
  font-family: "Poppins", sans-serif;
  color: #333;
}

.about-us-section .main-title-box {
  margin-bottom: 40px;
}

.about-us-section .main-title {
  font-size: 36px;
  font-weight: 700;
  color: #0a3d62;
  margin-bottom: 10px;
}

.about-us-section .title-shap img {
  width: 80px;
  height: auto;
  margin-top: 10px;
}

.privacy-policy-content {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.privacy-policy-content:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.privacy-policy-content h3 {
  font-size: 22px;
  color: #0078ff;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 12px;
  border-left: 4px solid #0078ff;
  padding-left: 12px;
}

.privacy-policy-content p {
  line-height: 1.8;
  font-size: 15.5px;
  color: #444;
  text-align: justify;
}

.privacy-policy-content p:last-child {
  margin-bottom: 0;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .about-us-section {
    padding: 50px 20px;
  }

  .about-us-section .main-title {
    font-size: 28px;
  }

  .privacy-policy-content {
    padding: 25px;
  }

  .privacy-policy-content h3 {
    font-size: 18px;
  }

  .privacy-policy-content p {
    font-size: 14.5px;
  }
}

/* =========================
   Indafone Terms & Conditions Section
========================= */

.about-us-section {
  padding: 80px 0;
  background: #f9fafc;
  font-family: "Poppins", sans-serif;
  color: #333;
}

.about-us-section .main-title-box {
  margin-bottom: 40px;
}

.about-us-section .main-title {
  font-size: 36px;
  font-weight: 700;
  color: #0a3d62;
  margin-bottom: 10px;
}

.about-us-section .title-shap img {
  width: 80px;
  height: auto;
  margin-top: 10px;
}

.terms-content {
  background: #ffffff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.terms-content:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.terms-content h3 {
  font-size: 22px;
  color: #0078ff;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 12px;
  border-left: 4px solid #0078ff;
  padding-left: 12px;
}

.terms-content p {
  line-height: 1.8;
  font-size: 15.5px;
  color: #444;
  text-align: justify;
}

.terms-content p:last-child {
  margin-bottom: 0;
}

/* Add spacing between sections for readability */
.terms-content h3:first-child {
  margin-top: 0;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .about-us-section {
    padding: 50px 20px;
  }

  .about-us-section .main-title {
    font-size: 28px;
  }

  .terms-content {
    padding: 25px;
  }

  .terms-content h3 {
    font-size: 18px;
  }

  .terms-content p {
    font-size: 14.5px;
  }
}

/*-------------------------
	Rate-page Page Style
---------------------------*/
.rate-inner .breadcome {
  padding: 50px 0 100px; }
.rate-inner .breadcome-title {
  line-height: 45px; }
.rate-inner .breadcome-subtitle {
  font-size: 26px;
  line-height: 36px; }
.rate-inner .country-rate {
  background: none;
  padding-bottom: 0px; }
  .rate-inner .country-rate .country-rate-form-area {
    box-shadow: 0px 13px 61px 0px rgba(0, 0, 0, 0.8); }
.rate-inner .country-rate-form-area {
  margin-top: -50px;
  margin-bottom: 65px; }
.rate-inner .main-title {
  font-size: 30px;
  line-height: 40px; }
.rate-inner .country-img {
  width: 70px; }
  .rate-inner .country-img img {
    width: 100%; }
.rate-inner .country-name1 {
  margin-left: 10px;
  color: #fff; }
  .rate-inner .country-name1 h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 40px; }
    .rate-inner .country-name1 h2 span {
      font-size: 15px; }
.rate-inner .currency select {
  padding: 2px 2px;
  cursor: pointer;
  border: 1px solid;
  border-radius: 3px;
  color: #fff;
  background: transparent;
  font-size: 18px; }
  .rate-inner .currency select:focus {
    outline: none; }
  .rate-inner .currency select option {
    border-radius: 2px;
    background: transparent;
    color: #faba35; }
    .rate-inner .currency select option:focus {
      outline: none; }
.rate-inner .call-package {
  margin: 10px 0; }
  .rate-inner .call-package .package-offer {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.36); }
    .rate-inner .call-package .package-offer:last-child {
      border-bottom: none; }
    .rate-inner .call-package .package-offer div {
      display: inline-block; }
    .rate-inner .call-package .package-offer h5 {
      font-size: 18px;
      color: #242424;
      font-weight: 700;
      line-height: 24px; }
      .rate-inner .call-package .package-offer h5 i {
        font-size: 14px;
        vertical-align: top; }
    .rate-inner .call-package .package-offer span {
      font-size: 15px;
      color: rgba(36, 36, 36, 0.8);
      line-height: normal;
      font-weight: 600;
      line-height: 27px; }
    .rate-inner .call-package .package-offer .package-types h5 {
      color: #e94646; }

.country-small-des {
  box-shadow: 0px 4px 36px 0px rgba(36, 36, 36, 0.15);
  margin: 35px 15px 62px; }
  .country-small-des .country-des {
    background: #faba35;
    padding: 10px 8px; }
  .country-small-des .calls-des {
    padding: 20px 15px; }
    .country-small-des .calls-des h4 {
      font-size: 16px;
      line-height: 26px; }
      .country-small-des .calls-des h4 span {
        font-size: 18px;
        color: #e94646; }
    .country-small-des .calls-des p {
      color: rgba(0, 0, 0, 0.5); }

#main-des {
  padding-bottom: 40px; }
  #main-des .main-title-box {
    margin-bottom: 0; }
  #main-des .first-letter {
    margin: 30px 0 25px; }
    #main-des .first-letter li {
      display: inline-block;
      font-size: 22px;
      line-height: 32px;
      padding: 0 3px;
      border-radius: 3px;
      cursor: pointer;
      transition: all .4s;
      -webkit-transition: all .4s;
      margin: 0 2px; }
      #main-des .first-letter li:hover, #main-des .first-letter li.active {
        background: #e94646;
        color: #fff; }
  #main-des .single-country-des {
    box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.15);
    padding: 30px 15px;
    border-radius: 3px;
    margin-bottom: 30px;
    display: none; }
    #main-des .single-country-des.active {
      display: inherit; }
    #main-des .single-country-des p {
      margin-top: 20px;
      font-weight: 300; }
  #main-des .country-name2 h3 {
    margin-left: 8px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700; }
  #main-des .country-name2 a {
    background: #e94646;
    color: #fff;
    border: 1px solid #e94646;
    padding: 4px 9px;
    font-size: 14px; }
    #main-des .country-name2 a:hover {
      color: #e94646;
      background: #fff; }
  #main-des .des-single {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  #main-des .img-box {
    width: 70px; }
    #main-des .img-box img {
      width: 100%; }

.call-price-des {
  padding-top: 20px; }
  .call-price-des .price-type h2 {
    font-size: 14px;
    line-height: normal;
    font-weight: 700; }
  .call-price-des .price-type span {
    font-size: 14px;
    font-weight: 400; }
  .call-price-des .price-type.price-h h2 {
    color: #e94646; }

@media (min-width: 576px) {
  .rate-inner .call-package .package-offer {
    padding: 10px 0; }
    .rate-inner .call-package .package-offer h5 {
      font-size: 20px;
      line-height: 24px; }
    .rate-inner .call-package .package-offer span {
      font-size: 17px;
      line-height: 27px; }

  .call-price-des .price-type h2 {
    font-size: 16px;
    line-height: normal; }
  .call-price-des .price-type span {
    font-size: 15px; } }
@media (min-width: 768px) {
  .rate-inner .breadcome-subtitle {
    font-size: 26px;
    line-height: 36px; }
  .rate-inner .country-rate-form-area {
    margin-top: -50px; }
  .rate-inner .country-des {
    padding: 15px 20px; }
  .rate-inner .country-img {
    width: 150px; }
  .rate-inner .country-name1 {
    margin-left: 10px; }
    .rate-inner .country-name1 h2 {
      font-size: 30px;
      line-height: 40px; }
    .rate-inner .country-name1 span {
      font-size: 15px; }
  .rate-inner .currency select {
    padding: 4px 12px;
    font-size: 18px; }
  .rate-inner .calls-des {
    padding: 20px 30px; }
  .rate-inner .img-box {
    width: 120px; }

  #main-des .country-name2 h3 {
    margin-left: 25px;
    font-size: 30px;
    line-height: 40px; }
  #main-des .country-name2 a {
    padding: 10px 30px; }
  #main-des .img-box {
    width: 120px; }
  #main-des .first-letter li {
    font-size: 30px;
    line-height: 40px;
    padding: 0 5px;
    margin: 0 5px; }
  #main-des .single-country-des {
    padding: 30px 30px; }

  .call-price-des {
    padding-top: 30px; }
    .call-price-des .price-type h2 {
      font-size: 20px;
      line-height: normal; }
    .call-price-des .price-type span {
      font-size: 20px; } }
@media (min-width: 992px) {
  .rate-inner .breadcome-title {
    font-size: 45px; }
  .rate-inner .breadcome-subtitle {
    font-size: 30px;
    line-height: 40px; } }
@media (min-width: 1600px) {
  .rate-inner .country-des {
    padding: 15px 20px; } }