* { margin: 0px; padding: 0px; box-sizing: border-box; }
a{text-decoration: none;}
:focus-visible { outline: none;}
ul{padding: 0;}

body { 
  color: #676767;
 font-family: Open Sans;
  font-size: 18px;
  font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 29px;
}
.justify-content-center{justify-content: center;}
/*=======================================================================================================*/
header.header_top.top-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index:9;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
}

header.header_top {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
}
.banner_sect {
  position: relative;
}

.banner_sect img {
  width: 100%;
}

.banner_sect:after {
  background: linear-gradient(135deg, rgba(0, 0, 142, 0.80) 0%, rgba(1, 114, 128, 0.80) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';z-index: 0;
  left: 0;
  top: 0;
}
.navbar_top_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar_top_inner .soical_ic {}

.navbar_top_inner .soical_ic ul {
  margin: 0 -5px;
}

.navbar_top_inner .soical_ic ul li {
  display: inline-block;
  padding: 0 5px;
}

.navbar_top {
  background: #33649F;
  padding: 16px 0;
}

.navbar_top_inner .soical_ic ul li a {
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100px;
}

.navbar_top_inner .btn_grp_top {}

.navbar_top_inner .btn_grp_top .btn {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #FFF;
  line-height: normal;
  letter-spacing: 1.54px;
  text-transform: uppercase;
  padding: 8px 15px;
}

.navbar_top_inner .btn_grp_top .btn:last-child {
  border-radius: 3px;
  background: #FFF;width: 176px;
  color: #00008E;
  text-transform: uppercase;
  margin-left: 20px;
}

.header_top {z-index: 6;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.header_top .navbar-brand {
  margin: 0;
  padding: 0;
  margin-right: 100px;
}

.header_top .navbar-brand img {}

.header_top .navbar-nav {}

.header_top .navbar-nav .nav-item {}

.header_top .navbar-nav .nav-item .nav-link.active {}

.header_top .navbar-nav .nav-item .nav-link {
  color: #33649F;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  line-height: 22px; 
  padding: 10px 22px;
}
.header_top .navbar-expand-lg .navbar-nav .nav-link.active:after, .header_top .navbar-expand-lg .navbar-nav .nav-link:hover:after {
  border-radius: 15px;
  background: #FDB400;
  width: 31px;
  height: 3px;
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.header_top .btnLogin {
  border: 0;
  color: #33649F;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 40px;
  background: #fff;
  line-height: 22px; 
}

.header_top .btn_join {
  border-radius: 3px;
  background: #33649F;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  border: 0;
  font-weight: 500;
  padding: 10px 30px;
  letter-spacing: 1.54px;
  text-transform: uppercase;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: space-between;
}
.banner_sect{overflow: hidden;}
.cont_banner h3 {
  color: #FFF;
  animation: fadeInLeft .8s;
    -webkit-animation-delay: 1s;
    animation-delay: .3s;
  text-align: center;
  font-size: 60px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: normal;
}

.cont_banner p {
  animation: fadeInRight .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  letter-spacing: 2px;
}

.cont_banner {
  position: absolute;
  top: 35%;
  z-index: 2;
  width: 100%;
  left: 0;
  padding: 0 10%;
}

.cont_banner  .form-control {
  border: 1px solid #FFF;
  background: transparent;
  color: #FFF;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  border-radius: 0;
  line-height: normal;
  text-transform: capitalize;
  width: 300px;
  height: 45px;
}

.cont_banner  .form-control:focus {
  background: transparent;
  color: #fff;
}

.cont_banner  .search_bx {
  animation: fadeInRight .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

.cont_banner  .search_bx .icon {
  width: 50px;
  height: 45px;
  line-height: 50px;
  text-align: center;
  background: #fff;
}

.card_serv {
  background: #FFF;
  box-shadow: 0px 2px 25px 0px rgba(0, 0, 142, 0.15);
  padding: 50px;
}

* { margin: 0px; padding: 0px; box-sizing: border-box; }
a{text-decoration: none;}
:focus-visible { outline: none;}
ul{padding: 0;}

body { 
  color: #19456B;
 font-family: Open Sans;
  font-size: 18px;
  font-weight: normal;
}
.justify-content-center{justify-content: center;}

/*=======================================================================================================*/
header.header_top.top-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
}

header.header_top {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
}
.banner_sect {
  position: relative;
}

.banner_sect img {
  width: 100%;
}

.banner_sect:after {
  background: linear-gradient(135deg, rgba(0, 0, 142, 0.80) 0%, rgba(1, 114, 128, 0.80) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';z-index: 0;
  left: 0;
  top: 0;
}
.navbar_top_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar_top_inner .soical_ic {}

.navbar_top_inner .soical_ic ul {
  margin: 0 -5px;
}

.navbar_top_inner .soical_ic ul li {
  display: inline-block;
  padding: 0 5px;
}

.navbar_top {
  background: #33649F;
  padding: 16px 0;
}

.navbar_top_inner .soical_ic ul li a {
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100px;
}

.navbar_top_inner .btn_grp_top {
    display: flex;
    align-items: center;
}

.navbar_top_inner .btn_grp_top .btn {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #FFF;
  line-height: normal;
  letter-spacing: 1.54px;
  text-transform: uppercase;
  padding: 8px 15px;
}

.navbar_top_inner .btn_grp_top .btn:last-child {
  border-radius: 3px;
  background: #FFF;width: 176px;
  color: #00008E;
  text-transform: uppercase;
  margin-left: 20px;
}

.header_top {z-index: 6;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.header_top .navbar-brand {
  margin: 0;
  padding: 0;
  margin-right: 100px;
}

.header_top .navbar-brand img {}

.header_top .navbar-nav {}

.header_top .navbar-nav .nav-item {}

.header_top .navbar-nav .nav-item .nav-link.active {}

.header_top .navbar-nav .nav-item .nav-link {
  color: #33649F;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  line-height: 22px; 
  padding: 10px 22px;
}
.header_top .navbar-expand-lg .navbar-nav .nav-link.active:after, .header_top .navbar-expand-lg .navbar-nav .nav-link:hover:after {
  border-radius: 15px;
  background: #FDB400;
  width: 31px;
  height: 3px;
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.header_top .btnLogin {
  border: 0;
  color: #33649F;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 40px;
  background: #fff;
  line-height: 22px; 
}

.header_top .btn_join {
  border-radius: 3px;
  background: #33649F;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  border: 0;
  font-weight: 500;
  padding: 10px 30px;
  letter-spacing: 1.54px;
  text-transform: uppercase;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: space-between;
}
.banner_sect{overflow: hidden;}
.cont_banner h3 {
  color: #FFF;
  animation: fadeInLeft .8s;
    -webkit-animation-delay: 1s;
    animation-delay: .3s;
  text-align: center;
  font-size: 60px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: normal;
}

.cont_banner p {
  animation: fadeInRight .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  letter-spacing: 2px;
}

.cont_banner {
  position: absolute;
  top: 35%;
  z-index: 2;
  width: 100%;
  left: 0;
  padding: 0 10%;
}

.cont_banner  .form-control {
  border: 1px solid #FFF;
  background: transparent;
  color: #FFF;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  border-radius: 0;
  line-height: normal;
  text-transform: capitalize;
  width: 300px;
  height: 45px;
}

.cont_banner  .form-control:focus {
  background: transparent;
  color: #fff;
}

.cont_banner  .search_bx {
  animation: fadeInRight .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

.cont_banner  .search_bx .icon {
  width: 50px;
  height: 45px;
  line-height: 50px;
  text-align: center;
  background: #fff;
}

.card_serv {
  background: #FFF;
  box-shadow: 0px 2px 25px 0px rgba(0, 0, 142, 0.15);
  padding: 50px;
  margin-top: -50px;
  z-index: 2;
  position: relative;
}
.Services_sect {
  margin-bottom: 50px;
}

.list_serv {
  display: grid;
  grid-template-columns: repeat(2,1fr);
}

.list_serv li {
  display: flex;
  color: #19456B;
  font-size: 20px;
  align-items: center;
  gap: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px; 

}

.list_serv li+li{margin-top: 50px;}
.list_serv li span {}
.list_serv li:nth-child(2){margin-top: 0;}
.list_serv li span:last-child {
  display: inline-block;
}

.servi_cont_bx {
  box-shadow: 0px 2px 25px 0px rgba(0, 0, 142, 0.15);
  background: linear-gradient(135deg, rgba(0, 0, 142, 0.85) 0%, rgba(1, 114, 128, 0.85) 100%);
  padding: 50px 30px 30px;
  margin-top: -100px;
  z-index: 2;
  position: relative;
}
.About_lft p {
  color: #676767;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.16px;
}

.About_lft p span {
  font-weight: bold;font-style: italic;
  color: #19456B;
}
.servi_cont_bx h3 {
  color: #FFF;
  margin-bottom: 30px;
  font-family: Solway;
  font-size: 28px;
  font-weight: 800;
  line-height: 36px; 
}

.servi_cont_bx ul {}

.servi_cont_bx ul li {
  color: #E1E1E1;
  font-size: 17px;cursor: pointer;
  font-weight: 400;
  display: block;
  position: relative;
  line-height: 25px;
  margin-bottom: 15px;
}

.servi_cont_bx h3 {}



.form-control::-webkit-input-placeholder { 
  color: #ccc;
}

.form-control:-ms-input-placeholder { 
  color: #ccc;
}

.form-control::placeholder {
  color: #ccc;
}

.heading_title{
  color: #19456B;
  text-align: left;
  font-family: Solway;
  font-size: 48px;
  font-weight: 800;margin-bottom: 15px;
  line-height: 66px;}




.slider_about .owl-dots {display: none;}
.slider_about .owl-nav{position: absolute;
  top: 0;
  left: 0;}
.slider_about .owl-nav button span{    display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  padding: 10px;
  color: #000;
  font-size: 40px;
  line-height: 14px;}
.slider_about .owl-nav .owl-prev{}
.slider_about .owl-nav .owl-next span{background: rgba(0, 0, 0, 0.50);color: #fff;}
.About_lft {
  padding-right: 50px;
}


.slider_about .item {
  position: relative;
  text-align: center;

}

.slider_about .item:after {
  height: 335px;
  background: #F8F8F8;
  content:'';
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 0;
  left: 0;
}

.slider_about .item img {
  width: 100%;
  z-index: 6;
    width: auto;
    position: relative;
    padding: 0 30px 20px;
   
}


.Logistic_sect ul {
  display: flex;
  justify-content: center;
}

.Logistic_sect ul li {
  display: block;
}

.Logistic_sect {
    margin-top: 80px;
}

.Logistic_sect ul li h3 {
  color: rgba(117, 117, 117, 0.50);
  text-align: center;
  font-family: Stick No Bills;
  font-size: 200px;
  font-weight: 300;
  text-transform: capitalize;
  line-height: normal;
}

.Logistic_sect ul li .card_bx {
  background: linear-gradient(135deg, #00008E 0%, #017280 100%);
  height: 100%;
  margin-top: -95px;
  z-index: 1;
  position: relative;
  width: 295px;
  height: 345px;
}

.Logistic_sect ul li .card_bx h4 {
  margin: 0;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
}
.Logistic_sect ul li .card_bx{position: relative;transform: scale(1) translate(0);}
.Logistic_sect ul li .card_bx p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
  margin-bottom: 50px;
}

.Logistic_sect ul li .card_bx .icon {}

.Logistic_sect ul li .card_bx .icon h3 {
  color: #FFF;
  font-family: Solway;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  text-align: left;
  display: block;
  margin-top: 10px;
  line-height: 26px;
  text-transform: uppercase;
}
.Logistic_sect ul li .card_bx:hover {
  z-index: 2;
  transition: transform .8s ease,opacity .8s ease;
  transform: scale(1.1) translate(0);
}

.Logistic_sect h3 {
  color: #19456B;
  text-align: center;
  font-family: Solway;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 66px; 
}
.Logistic_sect ul li .card_bx .crd_inner .cont_ab {height: 200px;}
.Logistic_sect ul li .card_bx .crd_inner{position: absolute;left: 0;top: 0;width: 100%;transition: .2s;padding: 20px;}

.Logistic_sect p {
  color: #676767;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 26px;
  letter-spacing: 0.016px;
  text-transform: capitalize;
}

.servi_cont_bx ul li:after {
  content: "";
  background: url(../images/arrow.png);
  letter-spacing: -8px;
  width: 37px;
  height: 16px;
  white-space: nowrap;
  display: inline-block;
  opacity: 0;
  background-repeat: no-repeat;
  visibility: hidden;
  position: relative;
  left: -20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  transition: all 0.3s;
  top: 6px;
  transition: all 0.3s;
}

.servi_cont_bx ul li:hover:after {
  opacity: 1;
  visibility: visible;
  left: 15px;
}
.member_sect{margin: 100px 0;}
.member_list {
  display: flex;
  align-items: start;
  margin: 0 -10px;
}

    .member_list .card_bx {
        position: relative;
        background: #fff;
        width: 50%;
        border-radius: 0px 0px 4px 4px;
        box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.05);
        margin: 0 10px;
        height: 400px;
    }
.ab_meb_rgt h3 {
  color: #19456B;
  font-family: Solway;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 800;
  line-height: 66px;
}

.ab_meb_rgt p {
  color: #676767;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  margin: 0;
  letter-spacing: 0.016px;
}
.member_list .card_bx .img_bx {}

.member_list .card_bx .img_bx img {
  width: 100%;
  height: 253px;
  object-fit: fill;
}

.member_list .card_bx 
.cont_bx {
  padding: 24px;
}

.member_list .card_bx 
.cont_bx h3 {
  color: #676767;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px; 
  letter-spacing: 0.016px;
  text-transform: capitalize;
}

.member_list .card_bx 
.cont_bx p {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.member_list .card_bx 
.cont_bx .ab_hover {}

.member_list .card_bx 
.cont_bx .ab_hover p {}

.member_list .card_bx .cont_bx h3 span:first-child {
  width: 10px;
  height: 2px;
  background: #FFCC29;
  display: inline-block;
  position: relative;
  top: -4px;
  margin-right: 10px;
}

.member_list .card_bx .ab_hover {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 6;
  padding: 20px;
  left: 0;
  height: 100%;opacity:0;
  content: '';
  background: rgba(0, 0, 0, 0.64);
}
.member_list .card_bx:hover .ab_hover{opacity:1;}
.ab_hover p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px; 
  letter-spacing: 0.016px;
  text-transform: capitalize;
  width: auto;
}


.projectFactsWrap .item {
  background: #FFF;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 142, 0.10);
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.projectFactsWrap {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 0 40px;
  z-index: 6;
}

.count_sect {}

.count_sect img {
  width: 800px;
  z-index: 0;
  position: relative;
}

.projectFactsWrap .item .conter_no_bx {
  padding-left: 20px;
}

.projectFactsWrap .item .conter_no_bx .counter_no {
  color: #19456B;
  font-family: Solway;
  font-size: 48px;
  font-weight: 800;
  line-height: 66px;
  display: flex;
  align-items: center;
}

.projectFactsWrap .item .conter_no_bx .counter_no .number {}

.projectFactsWrap .item .conter_no_bx .counter_no span {}

.projectFactsWrap .item .conter_no_bx p {
  color: #676767;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}

.Counter_home {
  position: relative;
}
.Counter_home .row {
  align-items: center;
  height: 100vh;
  z-index: 5;
  position: relative;
}
.Counter_home:after {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  background: url(../images/achievem.png);
  width: 725px;background-repeat: no-repeat;
  height: 690px;
}


.Pricing_Home {
  padding: 100px 0;
}

.Pricing_Home h3 {
  
   /* 207.143% */
  color: #19456B;
  text-align: center;
  font-family: Solway;
  font-size: 48px;
  margin: 0;
  font-weight: 800;
  line-height: 66px; /* 137.5% */
}

.Pricing_Home p {
  color: #676767;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: normal;
  letter-spacing: 0.72px;
  margin-bottom: 40px;
}

.Pricing_Home ul.plan_tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.Pricing_Home ul.plan_tab li {
  display: inline-block;
  padding: 0 20px;
}

.Pricing_Home ul.plan_tab a {
  background: #FFCC29;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 203px;
  color: #FFF;
  text-align: center;
  font-family: Solway;
  display: inline-block;
  font-size: 16px;
  padding: 10px 15px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.Pricing_Home ul.plan_tab  li.active a {color: #5E5E5E;}
.Pricing_Home .plan_list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin: 0 -15px;
}

.Pricing_Home .plan_list .plan_card {
  background: #FFF;
  box-shadow: 0px 2px 25px 0px rgba(0, 0, 142, 0.15);
  margin: 0 15px;
  padding: 60px 50px;
}

.Pricing_Home .plan_list .plan_card .head {
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.Pricing_Home .plan_list .plan_card .head h4 {
  color: #19456B;
  font-family: Solway;
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
  margin: 0;
}

.Pricing_Home .plan_list .plan_card .price_txt {
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.Pricing_Home .plan_list .plan_card .price_txt span {}

.Pricing_Home .plan_list .plan_card .plan_cont {}

.Pricing_Home .plan_list .plan_card .plan_cont ul {
  margin-bottom: 40px;
}

.Pricing_Home .plan_list .plan_card .plan_cont ul li {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding-left: 30px;
  line-height: 29px; position: relative;
  letter-spacing: 0.14px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.Pricing_Home .plan_list .plan_card .plan_cont ul li:after{background: url(../images/check.svg);background-repeat: no-repeat; content: ''; width: 15px;height: 17px;position: absolute;left: 0;top:10px;}
    .Pricing_Home .plan_list .plan_card .btn_plan {
        border-radius: 3px;
        background: #33649F;
        width: 176px;
        height: 44px;
        color: #FFF;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        border: 0;
        line-height: 22px;
        padding-top: 10px;
    }

.Pricing_Home .plan_list .plan_card .price_txt h4 {
  color: #000;
  font-size: 43px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.faq_sect p {
  color: #676767;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.72px;
}
.Pricing_Home .plan_list .plan_card .price_txt h4 span {
  display: block;
}



.tab_query .accordion .accordion-item {border: 0;border-radius: 8px;padding-bottom: 24px;background: #fff;margin-bottom: 15px;border-bottom: 1px solid #DCDCDC;}

.tab_query .accordion .accordion-item .accordion-header {}

.tab_query .accordion .accordion-item .accordion-header .accordion-button {
    border: 0;
    background: #fff;
    box-shadow: none;
    color: #000;
    font-family: Solway;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tab_query .accordion .accordion-item .accordion-header .accordion-button::after {
    content: '';
    background-image: url(../images/Expand.svg);
    width: 32px;
    height: 32px;
    background-size:initial;
    background-repeat: no-repeat;
}
.tab_query .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: '';
  background-image: url(../images/close.svg);
  width: 32px;
  height: 32px;
  background-size:initial;
  background-repeat: no-repeat;

}
.tab_query .accordion .accordion-item  .accordion-body {}

.tab_query .accordion .accordion-item .accordion-body p {
    color: #6C6C6C;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; 
}

.Faq_sect {
    background: #F8F9FA;
    position: relative;
    padding: 100px 0;
}

.faq_lft h3 {
    color: #333;
    font-size: 48px;
    font-weight: 700;
    line-height: 63.984px; 
}

/*
.Faq_sect:after {
  content: '';
  position: absolute;
  right: 0;
  width: 900px;
  background: #0089BA;
  bottom: 0;
  height: 38px;
}

.Faq_sect:before {
  content: '';
  position: absolute;
  left: 0;
  background: #0089BA;
  top: 0;
  height: 38px;
  width: 900px;
}*/


.form_sect {
  padding: 100px 0;
  padding-left: 4%;
}

.form_sect h3 {
  color: #19456B;
  text-align: left;
  font-family: Solway;
  font-size: 48px;
  font-weight: 800;
  line-height: 66px;
}

.form_sect p {
  color: #676767;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.72px;
  margin-bottom: 50px;
}

.form_sect h5 {
  color: #000;
  font-family: Solway;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px; 
  letter-spacing: 0.28px;
  margin-bottom: 30px;
}

.form_sect h4 {
  color: #676767;
  font-family: Solway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  margin-bottom: 10px;
  letter-spacing: 0.72px;
}

.form_sect h4 span:first-child {
  margin-right: 10px;
}

.form_get_touch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.form_get_touch .form_left {
}

.form_get_touch .form_rgt {
  background: rgba(248, 248, 248, 0.60);
  padding: 130px 50px 130px 130px;
}

h4 {}

.form_rgt h4 {
  color: #676767;
  font-family: Solway;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.99px;
  margin-bottom: 15px;
}

.form_rgt h4 span:first-child {
  margin-right: 15px;
}

.form_get_touch .form_rgt .frm_grp {}

.form_get_touch .form_rgt .frm_grp .form-control {
  border: 0;
  border-radius: 0;
  color: #676767;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 15px 15px  0;
  height: 50px;
  line-height: normal;
  letter-spacing: 0.72px;
  background: transparent;
  border-bottom: 1px solid;
}

.form_get_touch .form_rgt .frm_grp  textarea.form-control {
  height: 80px;
}

.form_get_touch .form_rgt 
.btn_frm {
  margin-top: 60px;
}

.form_get_touch .form_rgt 
.btn_frm button.btn {
  border-radius: 3px;
  background: #33649F;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 18px 24px;
  line-height: 22px; 
}

.form_get_touch .form_rgt .btn_frm button.btn span:first-child {
  margin-right: 15px;
}

/*-------------------------------------------------------------*/
.footer{background: linear-gradient(135deg, #00008E 0%, #017280 100%);}

.ft_logo {
  width: 186px;
  height: 186px;
  border-radius: 100%;
  background: #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -100px;
  margin-bottom: 50px;
}

.ft_logo {
  width: 186px;
  height: 186px;
  border-radius: 100%;
  background: #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -100px;
  margin-bottom: 50px;
}

.footer p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.16px;
  padding-right: 50px;
}

.footer ul {}

.footer ul li {
  display: block;
  padding-bottom: 15px;
}

.footer ul li a {
  color: #FFF;
  font-size: 14.863px;
  font-weight: 600;
  line-height: 19.817px;
}


.footer  h5 {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px; padding-left: 50px;
}

.footer  .soical_ic {}

    .footer .soical_ic ul {
        margin: 0px 17px;
    }

.footer .soical_ic ul li {}

.footer .soical_ic ul li a {}


.footer .soical_ic  {margin:20px 0}

.footer .soical_ic ul {
margin: 0 -5px;
}

.footer .soical_ic ul li  {
display: inline-block;
padding: 0 5px;
}


.footer .soical_ic ul li a{
width: 38px;
height: 38px;
display: flex;
justify-content: center;
align-items: center;
border: 1px solid #fff;
border-radius: 100px;
}

.ft_copy {
  color: #FFF;
  font-size: 14.863px;
  padding: 40px 0 20px 0;
  text-align: center;
  font-weight: 400;
  line-height: 19.817px;
}

.ft_copy  a {
  color: #FFF;
  font-size: 14.863px;
  font-weight: 400;
  line-height: 19.817px; 
}

.foot_bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0 10%;
  margin-top: 40px;
}

.foot_bottom .card_bx {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.10);
  padding: 30px 25px;
}

.foot_bottom .card_bx .icon {}

.foot_bottom .card_bx .ft_cont {
  margin-left: 20px;
}

.foot_bottom .card_bx .ft_cont h4 {
  color: #FFF;
  font-size: 14.863px;
  font-weight: 400;
  line-height: 19.817px;
}

.foot_bottom .card_bx .ft_cont p {
  color: #FFF;
  font-size: 14.863px;
  font-weight: 600;
  line-height: 19.817px;
}

.foot_bottom .card_bx:nth-child(2) {
  background: rgba(255, 255, 255, 0.20);
}
.navbar_top_inner .soical_ic ul li a:hover {
  border-color: #fdc728;
  background: #fdc728;
}

.navbar_top_inner .btn_grp_top .btn:hover {background: #fdc728; border-color: #fdc728;}

.navbar_top_inner .btn_grp_top .btn:last-child:hover,.Pricing_Home .plan_list .plan_card .btn_plan:hover {
  color: #fff;background: #fdc728;
}

.header_top .btn_join:hover,.form_get_touch .form_rgt .btn_frm button.btn:hover {color: #fff;background: #fdc728;}



/*----------------------------------------------------------------------------*/
.message_chat {
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  width: 350px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}

.message_chat .accordion-button {
  background: linear-gradient(135deg, #00008E 0%, #017280 100%);
  border: 0px!important;
  border-radius: 0px!important;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.scroll-to-top {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: 99;
  bottom: 50px;
  right: 35px;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background: #fff;
  transition: all .4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

#target{display: none;}
.chat_meagge_scoller {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: 99;
  bottom: 20%;
  right: 20px;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  color: #000;
  font-size: 24px;
  background: #00008E;
  transition: all .4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.message_chat .accordion-button span:first-child,.message_chat .accordion-button span:first-child img {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  margin-right: 20px;
}

.accordion-item {
  border: 0px!important;
  border-radius: 0px!important;
}

footer.footer {    padding-bottom: 20px;

  position: relative;
}
.message_chat .accordion-button:focus{outline: none;border: 0;box-shadow: none;}
.message_chat  .accordion-button::after{display:none;}
.message_chat  .accordion-button::before {
  right: 10px;
  top: 8px;
}
.message_chat  .accordion-button:not(.collapsed)::before {}

.dot_active {
  background: #E4E4E5;
  padding: 10px 20px;
}

.message_chat .accordion-body {
  padding: 0;
}

.dot_active span:first-child {
  width: 8px;
  height: 8px;
  background: #1BA261;
  display: inline-block;
  border-radius: 100px;
  margin-right: 10px;
}

.chat-body {
  height: 450px;
  background: #fff;
  padding: 0 20px;
}

.chat-mss {
  margin: 0;
  padding-top: 20px;
  display: block;
}
.chat-inner {
  position: relative;
  text-align: center;
  height: calc(450px - 50px) !important;
  overflow-y: scroll;
  padding-right: 20px;
  margin-right: -15px;
}
.chat-mss.rply-mss {
  display: inline-block;
  width: 100%;
}
.chat-mss.rply-mss ul li {
  float: right;display: block;
  direction: rtl;
}
.chat-mss ul li{display: block;}
.chat-mss ul li p {
  display: table;
  padding: 12px;
  border-radius: 5px;
  background: #2C4664;
  margin-bottom: 0;
  white-space: pre-line;
  text-align: left;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.084px;
}
img.img-type {
  display: block;
  margin-bottom: 5px;
}

.img-type {
  width: 180px;
  height: 120px;
  border-radius: 15px;
  box-shadow: unset;
  object-fit: cover;
  cursor: pointer;
}
.chat-mss.rply-mss ul li p {
  text-align: right;
  margin-left: 0px;
  position: relative;
  right: 0;
  border-radius: 5px;
  background: #B5B5B5;
  direction: ltr;
  color: #676767;
  font-family: Nunito Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.084px;
}
.chat-mss.rply-mss ul li{display: block;}
.chat-mss.rply-mss ul li p span.msgSpan {
  margin-left: auto;
  display: table;
}

.chat-mss.rply-mss ul li p span {
  color: #676767;
  font-family: Nunito Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.084px;
}

.chat_footer {
}

.chat-foot {
    display: grid;
    width: 100%;
    height: initial !important;
    min-height: 35px;
    align-items: center;
    position: absolute;
    bottom: 0px;
    padding: 4px 12px;
    left: 0;
    grid-template-columns: 20px 1fr 60px;
    background: rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(30px);
}
.msg_int_style {
    border: 0 none white;
    outline: none;
    max-height: 32px;
    resize: none;
    width: 100%;
    padding: 0 20px;
    margin-top: 5px;
    font-weight: normal;
    font-size: 17px;
    color: #474747;
    padding-right: 15px;
}

.msg_int_style {
    background-color: transparent;
}
.sent-btn-emoji ul li:nth-child(2) {
    color: #306dd0;
    text-align: center;
    width: 30px;
    height: 30px;
}
.sent-btn-emoji ul li {
    list-style: none;
    display: inline-block;
    font-size: 20px;
}
.sent-btn-emoji {}

.sent-btn-emoji {
    margin-left: 0;
    right: 10px;
    z-index: 1;
}
.att_plane input[type="file" i] {
  display: none;
}

.att_plane  label.btn {
  border: 0;
}
.sent-btn-emoji ul {
    margin: 0;
}

.sent-btn-emoji ul li:nth-child(2) a {
    display: inline-block;
    text-align: center;
}

.chat-inner::-webkit-scrollbar {
  width: 0px;
}

.chat-inner:hover::-webkit-scrollbar {
  width: 2px;
}

.chat-inner::-webkit-scrollbar-track {
  background-color: #FCF6E9;
  border-radius: 100px;
}

.chat-inner::-webkit-scrollbar-thumb {
  background-color: #0089BA;
  border-radius: 100px;
}
.chat-mss ul li a {
  display: block;
}

.chat-mss.rply-mss ul {
  margin: 0;
}
/*===============================================================================*/
.track_frm .form-control {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  background: transparent;
  border-radius: 3px;
  border: 1px solid #FFF;
  line-height: normal;
  letter-spacing: 1.54px;
  text-transform: uppercase;
  padding: 8px 15px;
}

.track_frm .form-control:focus {
  border: 1px solid #fcc52b;
  box-shadow: none;
}
.close_btn {
    font-size: 22px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.message_chat .accordion-button {
    justify-content: space-between;
    align-items: center;
}

.navbar-expand-lg .navbar-collapse .btn_grp {
  display: flex;
  align-items: center;
}

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

.navbar-expand-lg .navbar-collapse .btn_grp .dropdown.user_login .btn {
  border: 0;
  color: #33649F;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 40px;
  background: #fff;
  line-height: 22px;
}

.dropdown.user_login .btn span:first-child {
  margin-right: 10px;
}

.dropdown.user_login .dropdown-menu {
  padding: 0;
  background: #fff;
  border-radius: 0;
  border: 0;
  width: 215px;
}

.dropdown.user_login .dropdown-menu .dropdown-item {padding: 13px 30px;color: #33649F;font-size: 18px;font-weight: 600;border-left: 4px solid transparent;line-height: normal;}
.dropdown.user_login .dropdown-item:focus,.dropdown.user_login .dropdown-item:hover{ background: #33649F;color:#fff;}
