/*
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
*/

@font-face {
	font-family: 'futuraMediumBT';
	src: url('../fonts/futuraMediumBT.eot');
	src: local('futuraMediumBT'), url('../fonts/futuraMediumBT.woff') format('woff'), url('../fonts/futuraMediumBT.ttf') format('truetype');
}

 
 

html{
    overflow-x: hidden
}
body {
	color: #646464; 
	line-height: 1.8;
	padding: 0;
	margin: 0;
	font-size: 15px;
    overflow-x: hidden;
	font-family: 'futuraMediumBT'; 
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}


 @-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	100% {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
}

@keyframes scale {
	0% {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	100% {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
}

@-webkit-keyframes translate {
	0% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}
	50% {
		-webkit-transform: translate(10px);
		transform: translate(10px)
	}
	100% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}

@keyframes translate {
	0% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}
	50% {
		-webkit-transform: translate(10px);
		transform: translate(10px)
	}
	100% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}

@-webkit-keyframes translateY {
	0% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}
	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
	100% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}

@keyframes translateY {
	0% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}
	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
	100% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
.swal2-shown .select-styled {
    display: none !important;
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

 

img {
	max-width: 100%
}

a {
	text-decoration: none;
	display: inline-block;
	-webkit-transition: .5s;
	transition: .5s;
}

a:hover {
	text-decoration: none
}

ul li { 
	color: #000;
}
form{
    display: block;
    width: 100%;
}
.d-table {
	width: 100%;
	height: 100%
}

.d-table-cell {
	display: table-cell;
	vertical-align: middle
}

p {
	color: rgba(117, 117, 117, 1);
	line-height: 1.8;
	color: #4C5371;
}

i {
	line-height: 1
}

h3 {
	font-size: 20px;
	font-weight: 600; 
	color: #000;
}
.h2, h2{ 
    color: #000;
}
h1{    
    color: #000;
}
.form-control:focus,
    input:focus,
    button:focus,
    .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0!important;
    box-shadow: 0 0!important; 
}
.position-r{
    position: relative;
}
.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px
}

.pt-100 {
	padding-top: 100px
}
.pt-70 {
	padding-top: 70px !important;
}
.pt-50{
    padding-top: 50px;
}
.pb-50{
     padding-bottom:50px;
}
.pt-8{
    padding-top: 8px !important;
}
.pb-70 {
	padding-bottom: 70px !important;
}
.pb-30 {
	padding-bottom: 30px
}
.pt-30 {
	padding-top: 30px!important;
}
.pb-20 {
	padding-bottom: 20px
}
.p0{
    padding: 0px;
}
.pl-15{
    padding-left: 15px !important;
}
.pr-15{
    padding-right: 15px !important;
}
.pb-0{
    padding-bottom: 0px !important;
}
.mr-20 {
	margin-right: 20px
}
.mt-40{
    margin-top: 40px;
}
.mb-40{
    margin-bottom: 40px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.pl-40 {
	padding-left: 40px
}
.pl-30{
    padding-left: 30px;
}
.pt-50 {
	padding-top: 50px !important;
}
.pt-20 {
	padding-top: 20px;
}
.pt-10 {
	padding-top: 10px;
}
.bg_gray_2{
    background-color: rgba(245, 245, 245, 1)
}
.bg-g{
    background-image: linear-gradient(to left top, #f6f6f6, #f7f3f6, #fbeff1, #fdede7, #f7edde);
}
.bg-blue{
    background: rgba(17, 102, 168, 1);
}
.border_r{
    border-radius: 12px 0 0px 12px;
}
.border_l{
    border-radius: 0px 12px 12px 0px;
}
.text-black{
    color: rgba(24, 33, 64, 1) !important;
}
.text-purple{
    color: rgba(147, 78, 255, 1) !important;
}
.bg_blue{
   background-color: rgba(30, 39, 70, 1)
}
.text-gray{
    color: rgba(117, 117, 117, 1) !important;
}
h2.heading{
    font-weight: bold;
    font-size: 30px;
    color: rgba(17, 102, 166, 1);
}
p.text{
    color: rgba(117, 117, 117, 1)
}
.bg_gray{
    background-color: #f4edff !important;
}
.bg_gray_sec{
    background-color: #EDF5F5;
}
.bg_white{
    background-color: #fff !important;
}
.bg_light{
    background-color: #F7F9FA;
}
.bg_d_light{
    background-color: #EDF5F5;
}
.bg-white{
    background-color: #fff
}
.bg_l_gray{
    background-color: #EDF5F5
}
.bg_f{
    background-color: #f5f5f5;
}
.height-30{
    height: 103px;
    margin-top: 140px;
}
.height-100vh{
    height: 100vh
}
.height-334{
    height: 334px;
}
.height {
    height: 8px;
}
.align-items{
    align-items: center;
}
.f-15{
    font-size: 15px !important;
}
.f-13{
    font-size: 13px;
}
.f-22{
    font-size: 22px !important;
}
.f-18{
    font-size: 18px !important;
}
.color_gray{
    color: rgba(117, 117, 117, 1)
}
.fontw-900{ 
}
.fontw-600 { 
}
.item-center{
    align-items: center;
}
.img_left{
    position: absolute;
    left: 0px;
    top: -100px;
    width: 220px;
}
.img_right{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 220px;
    z-index: -1;
}
.img1 {
    position: absolute;
    width: 100px;
    top: 0;
    left: 0;
}
.img2 {
    position: absolute;
    width: 100px;
    bottom: 0;
    right: 0;
}
.img3 {
    position: absolute;
    width: 320px;
    top: -70px;
    left: 25%;
    margin: 0px auto;
}
.img4 {
    position: absolute;
    width: 320px;
    top: -70px;
    right: 25%;
}
.img5 {
    position: absolute;
    width: 100px;
    top: 33%;
    left: 0;
}
.img6 {
    position: absolute;
    width: 100px;
    top: 33%;
    right: 0;
    bottom: 30%;
}
.img7 {
    position: absolute;
    width: 100px;
    top: 0;
    left: 0;
}
.img8 {
    position: absolute;
    width: 100px;
    right: 0;
    bottom: 0;
}
.img9 {
    position: absolute;
    width: 100px;
    top: 100px;
    left: 0;
}
.img01 {
    position: absolute;
    width: 100px;
    right: 0;
    bottom: 100px;
}
.img11 {
    position: absolute;
    width: 100px;
    top: 100px;
    left: 0;
}
.img12 {
    position: absolute;
    width: 100px;
    right: 0;
    bottom: 100px;
}
.main_btn {
    width: 130px;
    color: rgba(255, 255, 255, 1);
    border:2px solid rgba(1, 88, 171, 1);
    background-color: rgba(17, 102, 168, 1);
    height: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7.42234px;
    margin-left: 30px;
    transition: .5s;
}
.main_btn:hover {
    background-color: transparent;
    border:2px solid rgba(1, 88, 171, 1);
    color: #fff;
    transition: .5s;
}

.main_btn img {
    width: 9px;
    margin-left: 14px;
}
.theme-button .default-btn {
	font-size: 16px; 
	font-weight: 500;
	padding: 8px 0; 
	margin-right: 0;
	position: relative;
    color: #FFFFFF;
	text-transform: capitalize;
	border: 1px solid (90.32deg, #15BCCE 0.28%, #348A99 98.43%);
	z-index: 0;
	background: linear-gradient(90.32deg, #15BCCE 0.28%, #348A99 98.43%);
    border-radius: 50px;
	width: 200px;
	text-align: center;
	margin-right: 0; 
}

.theme-button .default-btn::before {
	position: absolute;
	content: '';
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 50px;
	background: #19133f;
	color: #fff;
}

.theme-button .default-btn:hover::before {
	width: 100%;
	height: 100%;
}

.theme-button .default-btn:hover { 
	color: #fff;
}
 .theme-button .default-btn i {
    padding-left: 14px;
}
.theme-button1 {
    display: table-cell;
    margin-left: 45px;
}
.theme-button1 .default-btn {
    font-weight: 400;
    padding: 12px 0px;
    border-radius: 13px;
    border: 1px solid #000;
    background: #0000;
    position: relative;
    color: #000;
    width: 180px;
    text-align: center;
    font-weight: 600;
    z-index: 99;
}
.theme-button1 .default-btn i {
    padding-left: 14px;
}
.theme-button1 .default-btn:hover{
    color: #fff;
}
.theme-button1 .default-btn::before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 13px;
    background: #19133f;
}
.theme-button1 .default-btn:hover::before {
    width: 100%;
    height: 100%;
}
.back {
    margin-bottom: 35px;
}

.back img {
    width: 19px;
}
.navbar-area .main-nav {
	background: transparent;
	padding: 5px 0 0;
	-webkit-transition: .5s;
	transition: .5s
}
.bg-img{
    background: url(../images/details-image.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 560px;
}
.inner-slider{
    position: relative;
    overflow: hidden;
}
.inner-slider::after{
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    height: 100%;
    width: 100%;
    background: url(../images/after-bg.svg);
}
.inner-slider .banner_content {
    position: relative;
    z-index: 9;
}
.inner-slider .row{
    height: 560px;
}
.inner-slider .banner_content span img{
    margin-right: 10px;
    margin-left: 10px;
    width: 14px;
}

.inner-slider .banner_content span {    
    font-size: 15px;    
    color: #fff;
}

 /*============= SELECT OPTION CSS ================*/
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 45px;
  text-align: left;
}
.select select{
    background-color: transparent;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(248, 248, 248, 1);
  padding: 0px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: 1px solid rgba(226, 226, 226, 1);
  border-radius: 5px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
 .select-styled:after {
  content: "\f107";
  width: 0;
  font-family: fontAwesome;
  height: 0;
  position: absolute;
  top: 8px;
  right: 32px;
  font-size: 20px;
}
 .select-styled:hover {
  background-color: #fff;
}
 .select-styled:active, .select-styled.active {
  background-color: #fff;
}
 .select-styled:active:after, .select-styled.active:after {
  top: 8px;
  border-color: transparent transparent #141313 transparent;
}
 .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  text-align: left;
}
 .select-options li {
  margin: 0;
  padding: 7px 0;
  text-indent: 15px;
  border-top: 1px solid #f5f1f1;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  width: 100%;
  color: #8d8585;
  font-size: 14px;
}
 .select-options li:hover, .select-options li.is-selected {
  color: #c0392b;
  background: #fff;
}
 .select-options li[rel="hide"] {
  display: none;
}
 select{
    border: none;
}
input.form-control::placeholder{
    color: #000;
}
.form-control:focus{
    border-color: #2d5b0a;
}
/*=================== HEADER MENU CSS ====================*/
.is-sticky  .main-nav{
    padding: 0px 0;
    background-color: #fff;
}
.is-sticky 
.navbar-light .navbar-brand{
    padding-top: 0;
}
.is-sticky .main-nav nav .navbar-nav .nav-item a{
    color: #000
}
.navbar-area .main-nav .navbar {
	padding: 0px 0 15px;
	border-bottom: 1px solid #f7ecec;
	padding-bottom: 10px;
}
.menu_bar .navbar-brand img {
	width: 100px;
}
.navbar-area .main-nav .navbar .navbar-nav .nav-item a {
	color: #282828;
	font-weight: 600;
	text-transform: capitalize
}
.navbar-area .main-nav .navbar .navbar-nav .nav-item a:hover {
	color: #934eff;
}
.navbar-area .main-nav .navbar .navbar-nav .nav-item a:hover i {
	display: inline-block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.navbar-area .main-nav .navbar .navbar-nav .nav-item a i {
	top: 2px;
	position: relative;
	-webkit-transition: .5s;
	transition: .5s
}
.navbar-area .main-nav .navbar .navbar-nav .nav-item .active {
	color: #934EFF!important;
	border-bottom: none;
}
.navbar-area .main-nav .navbar .navbar-nav .dropdown-toggle::after {
	display: none
}
.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu {
	background: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	border: 0;
	-webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
	box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
	padding: 0
}
.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu .nav-item {
	display: block;
	padding: 0
}
.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu .nav-item a {
	color: #282828;
	border-bottom: 1px dashed #ccb0b0;
	position: relative
}
.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu .nav-item a::before {
	position: absolute;
	content: '';
	background: #6096fd;
	width: 3px;
	height: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: .5s;
	transition: .5s
}
.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu .nav-item a::after {
	position: absolute;
	content: '';
	background: #6096fd;
	width: 3px;
	height: 95%;
	left: 0;
	bottom: 0;
	-webkit-transition: .5s;
	transition: .5s
}
.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu .nav-item a:hover {
	color: #031888
}
.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu .nav-item a:hover::before {
	height: 95%
}
.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu .nav-item a:hover::after {
	height: 0
}
.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu .nav-item a .active {
	color: #031888
}
.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu :last-child a {
	border-bottom: 0
}
.navbar-area .main-nav .navbar .navbar-button {
	margin-left: 25px
}
.navbar-area .main-nav .navbar .navbar-button a {
	color: #fff;
	background: #6096fd;
	padding: 10px 37px;
	border-radius: 5px;
	position: relative;
	z-index: 0;
	font-size: 16px
}
.navbar-area .main-nav .navbar .navbar-button a::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 0;
	background: #031888;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 5px;
	z-index: -1;
	-webkit-transition: .5s;
	transition: .5s
}
.navbar-area .main-nav .navbar .navbar-button a:hover::before {
	height: 100%
}
.is-sticky {
	position: fixed!important;
	top: 0!important;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
	background: #fff!important;
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-transition: .6s;
	transition: .6s
}
.navbar-brand{
    padding-top: 10px;
}
.navbar-light .navbar-brand{
    color: #52B2CF;
    /* margin: 0px auto; */
    text-align: center;
    display: block;
    padding-top: 0;
    margin-right: 0;
}
.navbar-light .navbar-brand img{
    width: 150px;
}
.navbar-area .main-nav .navbar .navbar-nav .nav-item a span {
    background-color: #934eff;
    color: #fff;
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 11px;
    text-align: center;
    border-radius: 50%;
    line-height: 25px;
    margin-right: 6px;
}
/*=================== HEADER USER ICON CSS ====================*/
.user_icon {
    display: flex;
    position: relative;
    margin-left: 50px;
    align-items: center;
    border-radius: 10px;
}
.user_icon i {
    padding-right: 4px;
    display: inline-block;
}
.user_icon .dropdown{
    background-color: #1166a6;
    height: auto;
    display: inline-block;
    border-radius: 4px;
}
.user_icon .dropdown a{
    color: #fff;
    font-size: 15px;
    padding: 6px 12px 6px;
    border: none;
    font-weight: 500;
    /* background-color: #1166a6; */
}
.user_icon .dropdown a:first-child{
    padding-right: 0px;
}
.user_icon .dropdown a:last-child{
    padding-left: 2px;
}
.user_icon .dropdown a:hover{
    color: rgba(21, 188, 206, 1);
}
.user_icon .dropdown a img{
    margin-right: 5px;
}
 
.user_icon .dropdown span {
    color: #fff;
    padding: 0 2px;
}
 
.user_icon .dropdown img{
    width: 20px;
}
.user_icon .dropdown .dropdown-toggle{
    display: inline-block;
    margin-left: 5px;
    font-weight: 500;
    font-size: 15px;
}
.user_icon .dropdown .dropdown-toggle::after{
    content: "\ea73";
    font-family: IcoFont!important;
}
.user_icon .dropdown .dropdown-toggle::after{
    font-size: 15px;
    border: none;
    top: 5px;
    position: relative;
}
.user_icon .dropdown .dropdown-item{
    font-size: 15px;
    padding: 9px 4px !important;
    border-bottom: none;
    color: #000;
}
.user_icon .dropdown .dropdown-item i {
    display: inline-block;
}
.user_icon .dropdown .dropdown-menu h2 {
    font-size: 19px;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
}
.user_icon .dropdown .dropdown-menu h2 span{
    color: #000;
}
.user_icon .dropdown .dropdown-menu{
    border: none;
    padding: 0;
}
.user_icon .dropdown .dropdown-menu a img{
    width: 15px;
}
.user_icon .dropdown .dropdown-menu {
    top: 18px !important;
    min-width: 12rem;
    padding: 20px 20px 11px !important;
}
.user_icon .star_icon {
    position: absolute;
    left: 64px;
    top: -7px;
    width: 13px;
}
.user_icon .dropdown_dashboard .dropdown-item{
    text-transform: capitalize;
    font-size: 12px;
    padding: 12px 10px;
    border-bottom: 1px solid #eee;
    color: #000;
    font-weight: 600;
}
.user_icon .dropdown_dashboard .dropdown-item i {
    display: inline-block;
}
.user_icon .dropdown_dashboard .dropdown-menu{
    border: none;
    padding: 0;
    left: 0px;
}
.user_icon .dropdown_dashboard .dropdown-item.active, .user_icon .dropdown_dashboard .dropdown-item:active {
    text-decoration: none;
    background-color: transparent;
} 
/*=================== SLIDER SECTION CSS ====================*/
.slider_section{
    background:url(../images/slider.jpg);
    background-position: bottom;
    height: 100vh;
    background-size: cover;
    position: relative;
}
.slider_section::before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background: linear-gradient(50.67deg, #000000 -13.77%, rgba(0, 0, 0, 0) 46.69%);
}
.slider_section video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.posi-ab {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.banner_content h2 {
    font-weight: 700;
    font-size: 66px;
    line-height: 80px;
    color: rgba(255, 255, 255, 1)
}
.banner_content p{
    font-weight: 400;
    font-size: 22px;
    line-height: 31px;
    color: rgba(255, 255, 255, 1)
}
.slider_section .play_btn a {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 18px;
}
.slider_section .play_btn a img {
    width: 43px;
    margin-right: 20px;
}
.slider_section .play_btn {
    padding: 10px 0 0;
}
/*=================== GROUP DIVISION SECTION CSS ====================*/
.group_divisions{
    padding: 40px 0 40px;
    background: url(../images/group-tab-bg.jpg);
    background-position: center;
    background-size: cover;
    margin-bottom: 0;
    background-repeat: no-repeat;
}
.group_divisions .tab_list {
    background: #FFFFFF;
    box-shadow: 0px 4.19898px 24px rgba(183, 183, 183, 0.48);
    border-radius: 27px;
    padding: 10px 20px 20px;
    width: 100%;
    margin: 0px auto;
    position: relative;
}
.group_divisions .tab_list ul li{
     padding: 25px 0px 24px 0px;
     border-bottom: 1px solid rgb(206 206 206 / 41%);
     background-color: transparent;
}
.group_divisions .tab_list ul li:last-child{
    border: none;
}
.group_divisions .tab_list .nav-link {
    display: block; 
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center; 
    border-radius: 0px;
    color: rgba(44, 46, 53, 1);
    font-weight: 400;
}

.group_divisions .tab_list .nav-link img{
    opacity: 0;
}
.group_divisions .tab_list .nav-pills .nav-link.active, .tab_list .nav-pills .show>.nav-link{
    color: rgba(17, 102, 166, 1);
    background-color: transparent;
    font-weight: 700;
}
.group_divisions .tab_list .nav-pills .nav-link.active img{
    opacity: 1;
}
.group_divisions .tab_list .nav-link img{
    margin-right: 20px;
    width: 12px;
}
.group_divisions .group_content p {
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: flex-start;
}
.group_divisions .group_content {
    padding: 40px 0 0;
}
.group_divisions .group_content p img {
    margin-right: 20px;
    margin-top: 4px;
}

 



/*=================== OUR OFFICE SECTION CSS ====================*/
.our_office {
    position: relative;
    overflow: hidden;
    padding: 20px 0 50px;
    display: block;
}

.our_office .tab_list ul li{
     border: none;
     background: #FFFFFF;
     box-shadow: 0px 4px 13px rgba(159, 159, 159, 0.37);
     margin-bottom: 0;
     border-radius: 12px;
     /* display: flex; */
     align-items: center;
     margin-right: 20px;
     margin-bottom: 40px;
}
.our_office .tab_list ul li:last-child{
    border: none;
}
.our_office .tab_list .nav-link {
    display: block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
    border-radius: 0px;
    color: rgba(44, 46, 53, 1);
    font-weight: 400;
    display: inline-block;
    /* align-items: center; */
    padding: 16px 16px 16px 16px;
    border-radius: 6px;
    display: -ms-flexbox;
    width: 100%;
    display: -webkit-box;
    vertical-align: middle;
}
.our_office .tab_list .nav-pills .nav-link.active p{
    color: #fff;
}
.our_office .tab_list .nav-link p{
    color: #000;
    margin-bottom: 0px;
    line-height: 20px;
    padding: 5px 0 0;
    text-transform: capitalize;
}
.our_office .tab_list .nav-link .img_blue{
   /* width: 12px; */
    margin-left: auto;
   /* height: 32px; */
    margin-top: auto;
    margin-bottom: auto;
}
.our_office .tab_list .nav-link .img-white{
   /* width: 12px; */
    margin-left: auto;
  /*  height: 32px; */
}
.our_office .tab_list .nav-link .img_blue{
    display: block;
}
.our_office .tab_list .nav-link .img-white{
    display: none;
}
.our_office .tab_list .nav-pills .nav-link.active li{
    background-color: rgba(17, 102, 168, 1);
}
.our_office .tab_list .nav-pills .nav-link.active, .tab_list .nav-pills .show>.nav-link{
    color: rgba(17, 102, 166, 1);
    background-color: rgba(17, 102, 168, 1);
    font-weight: 500;
    color: #fff;
}
.our_office .tab_list .nav-pills .nav-link.active .img_blue{
    display: none;
}
.our_office .tab_list .nav-pills .nav-link.active .img-white{
    /* height: 32px; */
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}
.our_office .tab_list .nav-pills li .nav-link span {
    font-size: 14px;
    display: flex;
    align-items: center;
}
.our_office .tab_list .nav-pills .nav-link.active .bag_back{
    display: none;
}
.our_office .tab_list .nav-pills .nav-link.active .bag_white{
    display: block;
}
.our_office .tab_list .nav-link span .bag_white{
    display: none;
}
.our_office .tab_list .nav-pills li .nav-link span img {
    margin-right: 5px;
}
.our_office .tab_list .nav-pills li .nav-link span img{
    width: 15px;
}
.our_office .tab_list .country_flag {
    width: 46px;
    margin-right: 15px;
}
.our_office .address_info {
    clip-path: polygon(96% 0%, 100% 50%, 96% 100%, 0% 100%, 0% 50%, 0% 0%);
    background-color: rgba(17, 102, 168, 1);
    padding: 12px 30px 12px;
}
.our_office .address_info p {
    color: #fff;
    line-height: 18px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
}
.our_office .address_info a {
    color: #fff;
}
.our_office .address_info img {
    width: 20px;
    margin-right: 15px;
}

/* =========================== our officer copy ====================================*/
.our_office_copy {
    position: relative;
    overflow: hidden;
    padding: 20px 0 50px;
    display: block;
}

.our_office_copy .tab_list ul li{
     border: none;
     background: #FFFFFF;
     box-shadow: 0px 4px 13px rgba(159, 159, 159, 0.37);
     margin-bottom: 0;
     border-radius: 12px;
     /* display: flex; */
     align-items: center;
     margin-right: 20px;
     margin-bottom: 40px;
}
.our_office_copy .tab_list ul li:last-child{
    border: none;
}
.our_office_copy .tab_list .nav-link {
    display: block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
    border-radius: 0px;
    color: rgba(44, 46, 53, 1);
    font-weight: 400;
    display: inline-block;
    /* align-items: center; */
    padding: 16px 16px 16px 16px;
    border-radius: 6px;
    display: -ms-flexbox;
    width: 100%;
    display: -webkit-box;
    vertical-align: middle;
}
.our_office_copy .tab_list .nav-pills .nav-link.active p{
    color: #fff;
}
.our_office_copy .tab_list .nav-link p{
    color: #000;
    margin-bottom: 0px;
    line-height: 20px;
    padding: 5px 0 0;
    text-transform: capitalize;
}
.our_office_copy .tab_list .nav-link .img_blue{
    width: 12px;
    margin-left: auto;
    height: 32px;
    margin-top: auto;
    margin-bottom: auto;
}
.our_office_copy .tab_list .nav-link .img-white{
    width: 12px;
    margin-left: auto;
    height: 32px;
}
.our_office_copy .tab_list .nav-link .img_blue{
    display: block;
}
.our_office_copy .tab_list .nav-link .img-white{
    display: none;
}
.our_office_copy .tab_list .nav-pills .nav-link.active li{
    background-color: rgba(17, 102, 168, 1);
}
.our_office_copy .tab_list .nav-pills .nav-link.active, .tab_list .nav-pills .show>.nav-link{
    color: rgba(17, 102, 166, 1);
    background-color: rgba(17, 102, 168, 1);
    font-weight: 500;
    color: #fff;
}
.our_office_copy .tab_list .nav-pills .nav-link.active .img_blue{
    display: none;
}
.our_office_copy .tab_list .nav-pills .nav-link.active .img-white{
    /* height: 32px; */
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}
.our_office_copy .tab_list .nav-pills li .nav-link span {
    font-size: 14px;
    display: flex;
    align-items: center;
}
.our_office_copy .tab_list .nav-pills .nav-link.active .bag_back{
    display: none;
}
.our_office_copy .tab_list .nav-pills .nav-link.active .bag_white{
    display: block;
}
.our_office_copy .tab_list .nav-link span .bag_white{
    display: none;
}
.our_office_copy .tab_list .nav-pills li .nav-link span img {
    margin-right: 5px;
}
.our_office_copy .tab_list .nav-pills li .nav-link span img{
    width: 15px;
}
.our_office_copy .tab_list .country_flag {
    width: 46px;
    margin-right: 15px;
}
.our_office_copy .address_info {
    clip-path: polygon(96% 0%, 100% 50%, 96% 100%, 0% 100%, 0% 50%, 0% 0%);
    background-color: rgba(17, 102, 168, 1);
    padding: 12px 30px 12px;
}
.our_office_copy .address_info p {
    color: #fff;
    line-height: 18px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
}
.our_office_copy .address_info a {
    color: #fff;
}
.our_office_copy .address_info img {
    width: 20px;
    margin-right: 15px;
}
/*=================== HISTORY SECTION CSS ====================*/
.our_history{
    padding: 0px 0 120px;
    position: relative;
    display: block;
}

.history_box {
    background-color: rgba(249, 249, 249, 1);
    padding: 20px 27px 34px;
    position: relative;
    border-radius: 0 0 38px 38px;
    position: relative;
    width: 270px;
    box-shadow: 0px 4px 13px rgba(159, 159, 159, 0.37);
    transition: .6s;
    height: 240px;
}

.history_box:hover{
    background-color: rgba(222, 241, 255, 1);
    transition: .6s
}
.history_box img{
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0px auto;
    right: 0;
    bottom: -34px;
    top:200px;
}
.history_box_1{
    padding-top: 40px;
    margin-top: 40px;
    border-radius: 30px 30px 0 0;
    padding-bottom: 20px;
}
.history_box_1 img{
    top: -25px;
    transform: rotate(180deg);
}
.history_box h2 {
    text-align: center;
    color: rgba(17, 102, 168, 1);
    font-weight: bold;
    margin-bottom: 10px;
}
.history_box p {
    text-align: center;
    color: rgba(40, 40, 40, 1);
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 0;
}
.history_box p:nth-child(3){
    text-align: center;
    color: rgba(40, 40, 40, 1);
    font-weight: 400;
    display: block;
    line-height: 21px;
    font-size: 15px;
}
.history_box span {
    text-align: center;
    color: rgba(40, 40, 40, 1);
    font-weight: 400;
    display: block;
    line-height: 21px;
}
.history_box ul {
    padding: 0;
    margin-top: 10px;
    padding-left: 20px;
}
.history_box ul li {
    display: list-item;
    line-height: 21px;
    border-radius: 50%;
}
.sec_history span {
    color: #fff;
    display: block;
}
.sec_history span:first-child { 
    font-weight: 500;
    font-size: 18px;
}
.first_row {
    margin-bottom: 87px;
}
.first_row .col-lg-4:nth-child(1) {
    margin-top: 0;
}
.first_row .col-lg-4:nth-child(2) {
    margin-top: 0;
}
.seprate_line {
    position: absolute;
    bottom: -89px;
    left: 116px;
    width: 100%;
}
/*=================== COUNTER SECTION CSS ====================*/
.counter_section {
    padding: 50px 0 0px;
    background: url(../images/counter-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 0;
    background-position: center;
    height: 420px;
}
.counter_section #prg-counter h3.prg-count{
  font-size: 31px;
  color: #fff;
  display: inline-block;
}
.counter_section .counter_box {
    text-align: center;
    padding: 75px 0 0px;
    width: 100%;
    position: relative;
    margin: 0px auto; 
}
.counter_section .counter_box .bg_image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 320px;
}
.counter_section .counter_box .icon {
    position: relative;
    margin-bottom: 11px;
}
.counter_section .counter_box .counter_info {
    position: relative;
}
.counter_section .counter_box .icon img {
    width: 70px;
}
.counter_section .counter_box .counter_info h4 {
    color: #fff;
    font-size: 16px;
}
.counter_section .counter_box span {
    color: #fff;
    font-size: 31px;
}
/*=================== OUR PARTNERS SECTION CSS ====================*/

.partners{
    width: 220px;
    height: 150px;
    overflow:hidden;
    align-content: center;
}
.our_partners {
    position: relative;
    overflow: hidden;
    padding: 10px 0 80px;
    margin-bottom: 0px;
}
.our_partners .owl-theme .owl-nav {
    position: absolute;
    top: 50px;
    width: 100%;
}
.our_partners .owl-prev, .our_partners .owl-next  {
    background-color: rgba(17, 102, 166, 1) !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
}
.our_partners .owl-prev img, .our_partners .owl-next img{
    width: 9px;
}
.our_partners .owl-prev{
    position: absolute;
    left: -55px;
}
.our_partners .owl-prev img{
   transform: rotate(180deg);
}
.our_partners .owl-next{
    position: absolute;
    right: -50px;
}
/*=================== QUERY SECTION CSS ====================*/
.our_query{
    background: url(../images/query-bg.jpg);
    padding: 0; 
    height: 410px;
    display: flex;
    align-items: center;
    background-position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.our_query::after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    background: url(../images/query-after.svg);
}
.query_box{
    position: relative;
    z-index: 99;
}
.query_box h2 {
    color: #fff;
    font-size: 58px;
    line-height: 78px;
    font-weight: bold;
}
.query_box .main_btn {
    margin-left: 0;
    margin-top: 20px;
    width: 210px;
    font-size: 20px;
    height: 50px;
}
.query_box .main_btn img{
    margin-left: 15px;
    width: 10px;
}

/*=================== FOOTER SECTION CSS ====================*/
footer{
    overflow: hidden;
    background-color: #2A2B39;
    padding: 3rem 0rem 0;
} 
footer .container{
    margin: 1rem auto 0;
}
.footer-col .footer-logo{
    width: 180px;
}
.footer-col .footer-logo img{
    width: 100%;
}
.footer-col h4{
    color: #FFF;
    font-size: 18px;
}
.footer-col ul{
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}
.footer-col ul li{
    font-size: 14px;
    color: #A3A2AC;
}
.footer-col ul li span{
    color: #fff;
}
.footer-col ul li:last-child{
    padding-left: 0px;
}
.footer-col h4:after {
	background: #827D7D;
	content: '';
	display: block;
	height: 1px;
	margin: 15px 0px 20px;
	width: 70px;
}
.footer-col p{
    line-height: 1.5;
    margin-top: 0;
    font-size: 15px;
    color: #9D9D9D;
}
.address_1 {
    width: 20%;
    float: left;
    display: flex;
    height: 75px;
    display: table-cell;
}
.address_1 span {
    color: #fff;
    font-size: 13px;
}
.accodion_footer {
    display: table-cell;
    width: 100%;
}
.accodion_footer .btn{
    color: #A3A2AC;
    padding: 0px;
    font-size: 14px;
}
.accodion_footer .card-header{
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: transparent;
    position: relative;
}
.accodion_footer .card-header::before{
    content: '';
    position: absolute;
    left: -10px;
    top: 11px;
    height: 5px;
    width: 5px;
    background-color: #8f8383;
    border-radius: 50%;
}
.accodion_footer .card-body {
    padding: 4px 0 0;
}
.accodion_footer .card-body p {
    padding: 0;
    font-size: 12px;
    color: #b1acac;
    margin: 0;
}
.Newsletter .form-control {
    background: transparent;
    height: 46px;
    font-size: 16px;
    border: 1px solid #6b6767;
    border-radius: 0px;
    margin-top: 4px;
    font-weight: 400;
    color: #fff;
}
.Newsletter input.form-control::placeholder{
    color: #fff;
    font-weight: 400;
}
.Newsletter button {
    position: absolute;
    top: 0px;
    right: 0;
    border: none;
    padding: 0px 14px;
    font-size: 20px;
    z-index: 99;
    cursor: pointer;
    transition: 0.3s;
    height: 46px;
}
.Newsletter button:hover{
    background: #0067A1;
    transition: 0.3s;
    color: #fff;
}
.Newsletter button:focus{
    outline: none;
}
.Newsletter {
    position: relative;
}
.Newsletter .socia_media a {
    color: #9D9D9D;
    padding-right: 10px;
    font-size: 20px;
}
.Newsletter .socia_media a:hover{
    color: #fff;
}
.Newsletter .socia_media {
    margin: 10px 0 0px;
}
.fi-fas{
    float: left;
    margin-right: 15px;
    color: #FFA600;
    line-height: 0.5;
    margin-bottom: 10px;
}
.fi-fas .fas{
    font-size: 14px;
}
.span-fi{
    clear: both;
    margin: 20px 0px;
}
.span-fi p{
    font-size: 16px;
}
.span-fi p span{
    font-size: 15px;
}
.media-post{
    clear: both;
    height: 70px;
}
.media-thumb{
    width: 70px;
    float: left;
    margin-right: 15px;
}
.media-thumb img{
    width: 100%;
}
.media-caption h5{
    color: #FFF;
    font-size: 14px;
    line-height: 1.3;
}
.media-caption p{
    margin-top: -5px;
    font-size: 13px;
}
footer hr.divider{
    margin: 30px auto 20px;
    border-top: 1px solid #827D7D;
}
.footer-col hr.divider{
    margin: 20px auto;
    border-top: 1px solid rgba(0, 74, 128, 0.3); 
}
.popular-links ul li{ 
     color: #FFF;
     font-size: 14px;
     font-weight: 400;
     list-style-type: none;
     padding: 0 0 10px;
    display: block;
}
.popular-links ul li a{
    color: #fff;
}
.popular-links ul li:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
    margin-right: 10px;
    display: none;
}
.footer-grid-box{
    padding: 0;
}
.gb-photos{
    padding: 3px;
}
.gb-photos img{
    width: 100%;
}
.footer-bottom{
    padding: 20px 0px 0;
}
.fb-copyright{
    float: none;
    text-align: center;
    position: relative;
}
.fb-copyright p{
    color: #FFF;
    font-size: 12px;
    position: relative;
    z-index: 999;
    line-height: 10px;
}
 
.fb-social{
    float: right;
    color: #FFF;
    font-size: 15px;
}

.span-fb-social{
    display: inline-block;
    margin-right: 20px;
}

.last-box{
    margin-right: 0px;
}
/*=================== LATEST SECTION CSS ====================*/
.lastest_update{
    padding: 60px 0;
}
.lastest_update .lastest_new {
    margin-bottom: 45px;
    border-bottom: 10px solid rgba(17, 102, 168, 1);
    border-radius: 15px 15px  10px 10px;
    /* transform: matrix(1, 0, 0, -1, 0, 0); */
    box-shadow: 8px 8px 36px #DFECF5;
}
.lastest_update .lastest_new .news_img {
    position: relative;
}
.lastest_update .lastest_new .news_img img{
    border-radius: 15px 15px  0px 0px;
}
.news-card {
    position: relative;
    height: 300px; /* or a fixed height */
    padding-bottom: 40px; /* reserve space for Read More */
}

.know_more {
    position: absolute;
    bottom: 68px;
    left: 27px;
    width: 100%;
    text-align: left;
}

.has-dropdown {
    position: relative;
}

.has-dropdown .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%; /* Pushes it to the right of the parent */
    display: none;
    background: white;
    padding: 10px 0;
    list-style: none;
    min-width: 180px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.has-dropdown:hover .dropdown-menu {
    display: block;
}

.fa-caret-right:before {
    content: "\f0da";
}

.lastest_update .lastest_new .new_info{
   padding: 50px 30px 20px; 
}
.lastest_update .lastest_new .new_info h2{
    margin-top: 14px;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}
.lastest_update .lastest_new .new_info h2 a{
    color: #000;
}
.lastest_update .lastest_new .new_info p{
    font-weight: 400;
    line-height: 20px;
    color: rgba(112, 121, 139, 1);
    font-size: 15px;
}
.lastest_update .lastest_new .new_info .know_more a {
    color: rgba(38, 160, 255, 1);
    display: flex;
    align-items: center;
    position: relative;
    width: 100px;
}
.lastest_update .lastest_new .new_info .know_more a img {
    width: 8px;
    margin-left: 4px;
    transition: .5s
}
.lastest_update .lastest_new .new_info .know_more a:hover img{
    margin-left: 10px;
    transition: .5s;
}
.lastest_update .lastest_new .new_info .know_more a::after {
    width: 72%;
    height: 1px;
    position: absolute;
    content: '';
    left: 0px;
    bottom: 3px;
    background-color: rgba(38, 160, 255, 1);
    transition: all 0.3s ease-in;
}
.lastest_update .lastest_new .new_info .know_more a:hover::after {
    width: 0px;
    transition: all 0.3s ease-in;
}
.lastest_update .lastest_new 
.date_month {
    position: absolute;
    right: 10px;
    bottom: -20px;
    background-color: rgba(17, 102, 166, 1);
    box-shadow: 0px 4px 10px rgba(153, 153, 153, 0.58);
    border-radius: 12px;
    text-align: center;
    width: 70px;
    height: 70px;
    padding: 13px 0 0;
}
.lastest_update .lastest_new 
.date_month h2{
    font-size: 39px;
    color: #fff;
    line-height: 27px;
    margin-bottom: 0;
}
.lastest_update .lastest_new 
.date_month span{
    font-size: 9px;
    color: #fff;
    text-transform: uppercase;
}
.lastest_update  .pagination {
    justify-content: center;
}
.lastest_update  .pagination ul {
    list-style: none;
    padding: 0;
}
.lastest_update .pagination ul li {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.details_box {
    padding-right: 30px;
}
.pagination ul li:first-child{
    background-color: rgba(17, 102, 168, 1);
}
.pagination ul li:first-child a{
    color: #fff;
}
.pagination ul li a {color: rgba(128, 128, 128, 1)}

/*=================== TRENDING SECTION CSS ====================*/
.trending_posts {
    background: #FFFFFF;
    box-shadow: 0px 5.62465px 52.028px rgba(0, 0, 0, 0.07);
    border-radius: 16.5602px;
    padding: 35px 25px 10px;
    margin-bottom: 25px;
}
.trending_posts h2 {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
}
.trending_posts .main_post {
    margin: 15px 0 15px;
}
.trending_posts .main_post .img-list {
    display: table-cell;
    padding-right: 20px;
}
.trending_posts .main_post .post_info {
    display: table-cell;
    vertical-align: middle;
}
.trending_posts .main_post .img-list img {
    width: 100px;
}
.trending_posts .main_post .post_info h3 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}
.filter_list ul {
    list-style: none;
    padding: 0px;
}

.filter_list ul li {
    padding: 5px 0 5px;
}

.filter_list ul li a {
    color: rgba(144, 144, 144, 1);
    width: 100%;
    display: inline-block;
}
.filter_list ul li a.active{
    color: rgba(0, 124, 255, 1)
}
.filter_list ul li a span {
    margin-left: auto;
    float: right;
    display: inline-block;
}
/*=================== JOBS SECTION CSS ====================*/
.jobs_pages {
    background-color: #F9F9F9;
}
.job_info h2 {
    color: rgba(17, 102, 168, 1);
    font-size: 25px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.job_info {
    padding: 60px 0 60px;
}
.job_info .job_listing {
    padding: 20px 0 20px;
    border-bottom: 1px solid #eee;
    margin-top: 0px;
    /* margin-bottom: 20px; */
    position: relative;
}
.job_info .job_listing h3 {    
    margin-bottom: 0;
}
.job_info .job_listing .job_name {
    display: table-cell;
    width: 100%;
}
.job_info .job_listing .apply_job {
    display: table-cell;
    vertical-align: middle;
}
.job_info .job_listing span {    
    color: rgba(159, 159, 159, 1);    
    font-size: 16px;
}
.job_info .job_listing .main_btn {
    width: 160px;
    color: rgba(255, 255, 255, 1);
    border: rgba(17, 102, 168, 1);
    background-color: rgba(17, 102, 168, 1);
    height: 50px;
    font-size: 18px;
    margin-left: 0;
}
.job_info .job_listing .main_btn:hover{
    background: #000;
}
.job_info .job_listing .main_btn img {
    width: 10px;
    margin-left: 14px;
}
.history_content p {
    padding: 20px 50px 0 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: rgba(44, 46, 53, 1);
}
/*=================== OUR PEOPLE CSS ====================*/
.our_people {
    padding: 90px 0 60px;
    position: relative;
}
.our_people .our_pepole_box .image img {
    /*
    margin: 0px auto;
    text-align: center;
    display: block;
    border-radius: 50%;
    width: 100% auto;
    height: 100% auto;
    */
   
   
}
.our_people .our_pepole_box .image{
    width: 270px;
    height: 270px;
    overflow:hidden;
    border-radius: 50%;
    margin: 10px 0px 0px 14px;
}

.our_people .our_pepole_box .people_info{
    background: #FFFFFF;
    box-shadow: 8px 8px 36px #DFECF5;
    border-radius: 18px;
    padding: 150px 20px 20px;
    margin-top: -120px;
    text-align: center;
    border-bottom: 10px solid rgba(17, 102, 168, 1);
    border-radius: 10px 10px 10px 10px;
}
.our_people .our_pepole_box .people_info h2 {
    font-weight: bold;
    font-size: 22px;
}
.our_people .our_pepole_box .people_info span{
    color: rgba(159, 159, 159, 1);
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
}
.our_people .our_pepole_box .people_info p{
    color: rgba(159, 159, 159, 1);
    line-height: 20px;
}
.our_people .our_pepole_box .people_info a{
    color: rgba(164, 182, 197, 1);
    font-size: 19px;
    padding: 0 7px 0;
}
/*=================== TESTIMONIAL CSS ====================*/
.testimonial_section {
    padding-top: 0px;
}
.testimonial_section .testimonial .image img {
    width: 1450px;
    display: table-cell;
}
.testimonial_section .testimonial .testimonial_info {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0px 0 0;
}
.testimonial_section .testimonial .image {
    display: table-cell;
    padding-right: 40px;
}
.testimonial_section .testimonial .testimonial_info p {
    line-height: 23px;
    font-size: 16px;
    color: rgba(112, 121, 139, 1)
}
.testimonial_section .testimonial .testimonial_info span {
    font-size: 18px;
    color: rgba(159, 159, 159, 1);
}
.testimonial_section .testimonial .testimonial_info h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
.testimonial_section .owl-theme .owl-dots .owl-dot span{
    width: 11px;
    height: 11px;
    margin: 5px 5px;
    background: rgba(163, 162, 172, 1);
}
.testimonial_section .owl-theme .owl-dots .owl-dot.active span{
    width: 14px;
    height: 14px;
    background: rgba(17, 102, 168, 1);
}
.testimonial_section .owl-theme .owl-dots .owl-dot{
    width: 19px;
    margin-top: 30px;
}
.owl-theme .owl-nav.disabled+.owl-dots{
    display:flex;
    align-content: center;
    justify-content: center;
}
 /*=================== AWARDS CSS ====================*/
.awards_section {
    padding-top: 30px;
}
.awards_section .history_content {
    padding: 50px 30px 0 0;
}

.awards_section .history_content p {
    padding: 0px 0px 0 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}
.awards_section .history_content h2 {
    font-size: 20px;
    color: #fff;
}
.awards_section .history_content_1 h2 {
    font-weight: 600;
    font-size: 25px !important;
    margin-top: 20px;
    margin-bottom: 20px;
}
.awards_section .history_content_1 {
    padding-top: 60px !important;
}
.awards_section .history_content ul {
    padding: 0 0 0 30px;
}
.awards_section .history_content ul li {
    color: #fff;
}
 /*=================== GET IN TOUCH CSS ====================*/
.get_in_touch{
    background: rgba(249, 249, 249, 1);
    padding: 60px 0 60px;
    position: relative;
}
.get_in_touch .contact_form {
    box-shadow: 0px 4px 24px #e6f4ff;
    border-radius: 24px;
    padding: 40px;
    background: #fff;
}
.get_in_touch .contact_form h2{
    margin-bottom: 40px;
}
.get_in_touch .contact_form .form-control{
    height: 50px;
    border: 1.51661px solid rgba(153, 153, 153, 0.58);
    border-radius: 10px;
    font-family: system-ui;
    font-weight: 500;
}
.get_in_touch .contact_form textarea{
    height: 200px !important;
}
.get_in_touch .contact_form .form-group{
    margin-bottom: 25px;
    position: relative;
}
.get_in_touch .contact_form .form-group span {
    position: absolute;
    top: 12px;
    right: 20px;
    color: rgba(147, 147, 147, 1);
}
.get_in_touch .contact_form .main_btn {
    width: 140px;
    margin: 0px auto;
    height: 55px;
    transition: .5s;
    font-size: 20px;
}
.get_in_touch .contact_form .main_btn:hover{
    background: #000;
    border: 1px solid #000;
}
.get_in_touch .contact_form .main_btn img {
    width: 9px;
    margin-left: 14px;
}
 /*=================== CONTACT DETAILS CSS ====================*/
.contact_details{
     background: rgba(249, 249, 249, 1);
     padding-top: 0;
}
.contact_details .contact_box {
    background: #FFFFFF;
    box-shadow: 13px 16px 35px #E2EDF8;
    border-radius: 16px;
    text-align: center;
    padding: 20px;
    margin: 0 10px 35px;
}
.contact_details .contact_icon {
    background: rgba(229, 244, 255, 1);
    width: 60px;
    height: 60px;
    padding: 13px;
    border-radius: 10px;
    margin: 0px auto;
    margin-bottom: 10px;
}
.contact_details .contact_box span {
    color: rgba(112, 121, 139, 1);
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}
.contact_details .contact_box h2 {
    font-size: 18px;
}
.contact_details .contact_box h2 a{
    color: #000;
}
.map iframe{
    margin-bottom: -8px;
}
.accodion_main .faq_tabs ul{
    margin: 0px auto;
    width: 450px;
    background-color: #fff;
    border-radius: 30px;
    margin-bottom: 50px;
    padding: 12px 10px 12px;
    height: auto;
    border: none;
}
.accodion_main .faq_tabs h2{    
    font-size: 28px;
}
.accodion_main .faq_tabs .nav-tabs .nav-item.show .nav-link, .faq_section .faq_tabs .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #266D6F;
    border-color: #dee2e6 #dee2e6 #fff;
    border-radius: 30px;
}
.accodion_main .faq_tabs .nav-tabs .nav-item { 
    margin-right: 17px;
}
.accodion_main .faq_tabs .nav-tabs .nav-item:last-child{
    margin-right: 0px;
}
.accodion_main .faq_tabs .nav-link { 
    padding: 8px 68px;
    color: #000;
    font-weight: 500;
    border-radius: 30px;
}
.accodion_main #main {
  margin: 0px 0;
}
.accodion_main #main .card {
  margin-bottom: 0;
  border: 0;
  z-index: 99;
  border-bottom: 1px solid rgba(217, 217, 217, 1);
}
.accodion_main #main .card-body {
    padding-top: 0px;
}
.accodion_main #main .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: none;
  border-radius: 2px;
  padding: 0;
}
.accodion_main #main .card .card-header .btn-header-link {
  display: block;
  text-align: left;
  background: #fff;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 600;
  color: rgba(17, 102, 168, 1);
}
.accodion_main #main .card .card-header .btn-header-link:after {
    content: "\f068 ";
    font-family: 'FontAwesome';
    font-weight: 900;
    float: right;
    transition: .5s;
    font-size: 14px;
    padding: 3px 0px;
}
.accodion_main #main .card .card-header .btn-header-link.collapsed {
  background: #fff;
  /* font-weight: 500; */
  color: rgb(0 0 0);
}
.accodion_main #main .card .card-header .btn-header-link.collapsed:after {
    content: "\f067";
    transform: rotate(90deg);
    transition: .5s;
}
.toggle-icon {
    font-weight: bold;
    font-size: 18px;
}


.accodion_main #main .card .collapsing {
  background: #fff;
  line-height: 30px;
}

.accodion_main #main .card .collapse {
  border: 0;
}
.accodion_main #main .card .collapse.show {
  background: #fff;
  line-height: 30px;
  color: #222;
}
.accodion_main #main .card-body ul{
    padding-left: 15px;
    margin-bottom: 0;
}
.accodion_main .tab_list ul li{
    margin-bottom: 15px;
}
.accodion_main .tab_list .nav-link{
    display: flex;
    align-items: center;
    height: 85px;
}
.contact_info h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}
.accodion_main .contact_info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.accodion_main .contact_info ul li {
    font-size: 18px;
    font-weight: 300;
    margin: 10px 0 10px;
}
.accodion_main .contact_info ul li p {
    display: inline-block;
    /* width: 130px; */
    margin-bottom: 0;
}
.accodion_main .contact_info .select-options li{
    font-size: 15px;
    font-weight: 300;
    margin: 0px 0 0px;
    padding: 7px 0;
    border-bottom: 1px solid #eee;
}

.card-body.no-li-shadow li {
  box-shadow: none !important;
}
.new_info h2 a {
  margin: inherit;
}
.accodion_main .contact_info {
    padding: 10px 20px 0;
}
.accodion_main .contact_info span {
    color: rgba(0, 143, 255, 1);
    display: block;
    font-size: 13px;
    padding: 5px 0 11px;
}
.accodion_main .contact_info ul li a {
    color: rgba(44, 46, 53, 1);
    padding-left: 0;
}
.employees h2 {
    font-size: 20px;
    margin-bottom: 30px;
}
.employees p {
    color: rgba(44, 46, 53, 1);
    font-size: 20px;
}
.employees {
    padding: 0 20px 0;
}
.employees ul {
    padding: 0 0 0 20px;
}
.contact_info .form_row {
    background: #FAFAFB;
    box-shadow: 0px 4px 24px #E6F4FF;
    border-radius: 16px;
    padding: 30px 20px 15px;
    margin: 20px 0 0;
}
.contact_info .form_row .form-control {
    background-color: transparent;
    height: 50px;
    font-weight: normal;
    border: 1px solid rgba(164, 182, 197, 1);
}
.contact_info .form_row input.form-control::placeholder{
    color: rgba(164, 182, 197, 1);
    font-weight: normal;
    opacity: 0.6;
}
.contact_info .form_row textarea.form-control::placeholder{
    color: rgba(164, 182, 197, 1);
    font-weight: normal;
    opacity: 0.6;
}
.contact_info .form_row textarea{
    height: 150px !important;
}
.contact_info .form_row .main_btn{
    width: 130px;
    height: 48px;
    font-size: 17px;
    margin-left: 0px;
}
.contact_info .form_row .main_btn:hover {
    background-color: #000;
    border: 2px solid rgb(0 0 0); 
}
.contact_info .form_row .checkBox h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}
.contact_info .form_row .checkBox {
    margin-bottom: 10px;
}
.contact_info .form_row .custom-control-label{
    cursor: pointer;
}
.contact_info .form_row .radiobuttons {
    display: flex;
    margin-bottom: 20px;
}
.contact_info .form_row .radiobuttons .rdio {
  position: relative;
  margin-right: 20px;
}
.contact_info .form_row .radiobuttons .rdio input[type=radio] {
  opacity: 0;
}
.contact_info .form_row .radiobuttons .rdio label {
  padding-left: 10px;
  cursor: pointer;
  margin-bottom: 0px !important;
}
.contact_info .form_row .radiobuttons .rdio label:before {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  display: inline-block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid rgba(112, 121, 139, 1);
  background: #fff;
}
.contact_info .form_row .radiobuttons .rdio input[type=radio] {
  margin: 0px;
}
.contact_info .form_row .radiobuttons .rdio input[type=radio]:disabled + label {
  color: #999;
}
.contact_info .form_row .radiobuttons .rdio input[type=radio]:disabled + label:before {
  background-color: #fbc52d;
}
.contact_info .form_row .radiobuttons .rdio input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 4px;
  display: inline-block;
  font-size: 11px;
  width: 10px;
  height: 10px;
  background-color: #fbc52d;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.contact_info .form_row .radiobuttons .rdio-default input[type=radio]:checked + label:before {
  border-color: #fbc52d;
}
.contact_info .form_row .radiobuttons .rdio-primary input[type=radio]:checked + label:before {
  border-color: #1166a8;
}
.contact_info .form_row .radiobuttons .rdio-primary input[type=radio]:checked + label::after {
  background-color: rgba(0, 143, 255, 1);
}
.contact_info .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 48%;
  height: 55px;
}

.contact_info .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  padding: 14px 0px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-bottom: 2px solid rgba(58, 140, 204, 1);
  border-radius: 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  border: none;
}
.contact_info .select-styled:after {
  content: "\f107";
  width: 0;
  font-family: fontAwesome;
  height: 0;
  position: absolute;
  top: 9px;
  right: 13px;
  font-size: 20px;
}
.contact_info .select-styled:hover {
  background-color: #fff;
}
.contact_info .select-styled:active, .contact_info .select-styled.active {
  background-color: #fff;
}
.contact_info .select-styled:active:after, .contact_info .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #141313 transparent;
}
.contact_info .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
}
.contact_info .select-options li {
  margin: 0;
  padding: 7px 0;
  text-indent: 15px;
  border-top: none;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  width: 100%;
  color: #8d8585;
  font-size: 14px;
}
.contact_info .select-options li:hover, .contact_info .select-options li.is-selected {
  color: #1166a8;
  background: #fff;
}
.contact_info .select-options li[rel="hide"] {
  display: none;
}
.contact_info select{
    border: none;
    display: none;
}
 /*=================== CONTACT DETAILS CSS ====================*/
.our_team{
    padding: 0px 0 60px;
    position: relative;
}
.our_team_list {
    text-align: center;
}
.our_team_list h2 {
    color: rgba(1, 88, 171, 1);
    font-size: 22px;
    margin-bottom: 0;
    font-weight: bold;
}
.our_team_list:hover .team_image img {
    /*
    transform: scale(1.3);
    transition: all .5s;
    */

}
.our_team_list .team_image {
    margin-bottom: 20px;
    max-height: 253px;
    position: relative;
    overflow: hidden;
    /* border-radius: 50%; */


}


.our_team_list .team_image img {
    transition: all .5s;
    width: 253px;
   /* border-radius: 50%; */
    border-radius: 15px 15px 0px 0px;
}

.our_team_list .details{
    /*
        position: absolute;
        bottom: 20px;
        left: px;
        background: white;
        width: 253px;
        opacity: 85%;
        */
}


.our_team_list p {
    font-size: 17px;
}

.join_braxtone_section .back_btn a {
    width: 110px;
    height: 49px;
    background: #FFFFFF;
    box-shadow: 0px 3px 13px rgb(159 159 159 / 37%);
    border-radius: 5px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.join_braxtone_section .back_btn a img {
    width: 8px;
    margin-right: 15px;
    transform: rotate(180deg);
}
.join_braxtone_section .back_btn {
    margin: 0px auto;
    text-align: center;
    display: inline-block;
    margin-bottom: 40px;
}
.join_braxtone_section .tab_list {
    text-align: center;
    margin: 0px auto;
    display: table;
}
.join_braxtone_section .tab_list ul li {
    margin-bottom: 0;
    border-radius: 6px;
    margin-right: 20px;
    width: 220px;
}
.join_braxtone_section .tab_list .nav-link {
    font-size: 14px;
    border-radius: 6px;
    display: flex;
    align-items: center;
   padding: 26px 16px 26px 16px;
}
.join_braxtone_section .tab_list ul li:last-child{
    margin-right: 0px;
}
.join_braxtone_section .tab_list .nav-link .img-white{
    width: 10px;
    height: auto;
}
.join_braxtone_section .tab_list .nav-link .img_blue{
    width: 10px;
    height: auto;
    margin-right: 10px;
}
.join_braxtone_section .tab_list .nav-pills .nav-link.active .img-white{
    transform: rotate(90deg);
    transition: .5s;
    margin-right: 10px;
}
.join_braxtone_section .cards_box{
    margin-bottom: 50px;
}
.join_braxtone_section .cards_box h2 {
    color: rgba(17, 102, 166, 1);
    font-weight: bold;
}
.join_braxtone_section .cards_box p {
    font-size: 16px;
    margin-bottom: 0;
}
.join_braxtone_section .cards_box span {
    font-weight: 500;
}
.join_braxtone_section .cards_box span a {
    color: rgba(17, 102, 168, 1);
}
.card_details {
    background: #FFFFFF;
    box-shadow: 0px 4px 19px rgba(125, 159, 185, 0.32);
    border-radius: 28px;
    padding: 30px 0 30px;
    margin: 0 20px 0;
}
.card_details h2 {
    font-size: 20px;
    font-weight: bold;
}
.card_details .doller {
    position: relative;
    width: 180px;
    margin: 0px auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
.card_details .doller h3 {
    color: rgba(17, 102, 166, 1);
    font-size: 40px;
    font-weight: bold;
}
.card_details .doller h3 span {
    font-size: 17px;
    display: block;
}
.card_details ul {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin-left: 32px;
}
.card_details ul li {
    text-align: left;
    position: relative;
    font-size: 14px;
}
.card_details ul li::after{
    content: '';
    position: absolute;
    left: -13px;
    background: url(../images/card-list.png);
    width: 7px;
    height: 14px;
    top: 6px;
}
.card_details .main_btn {
    width: 170px; 
    margin-left: 0; 
    margin: 0px auto;
}
.card_details .main_btn:hover{
    color: #0158ab;
}
.card_details .doller .left_image {
    position: absolute;
    left: 5px;
    width: 32px;
}
.card_details .doller .right_image {
    position: absolute;
    right: 5px;
    width: 32px;
    top: 0;
}
.join_braxtone_section .img5{
    top: 60%;
}
.join_braxtone_section .img6{
    top: 60%;
}
.discount {
    margin: 40px 0 0;
text-align: center;
}
.discount a {
    text-decoration: underline;
    text-transform: uppercase;
}
.discount a span {
    color: rgba(44, 46, 53, 1);
    text-decoration: underline;
}
.join_braxtone_section .form_search {
    margin-bottom: 40px;
}
.join_braxtone_section .form_search .form-control {
    height: 54px;
    border-radius: 6px;
    border: 2px solid #a4b6c5ab;
    /* opacity: 0.6; */
    font-weight: normal;
    font-size: 15px;
}
.join_braxtone_section .form_search .seach_btn {
   position: absolute;
   display: flex;
   align-items: center;
   justify-content: center;
   background: rgba(17, 102, 168, 1);
   color: #fff;
   width: 150px;
   height: 42px;
   font-size: 18px;
   font-weight: normal;
   border: none;
   border-radius: 6px;
   right: 17px;
   top: 5.5px;
}
.join_braxtone_section .form_search .seach_btn img {
    width: 20px;
    margin-right: 10px;
}

.address_content .nav-tabs .nav-item.show .nav-link, .address_content .nav-tabs .nav-link.active {
    color: rgba(17, 102, 168, 1); 
    border-bottom: 1px solid rgba(17, 102, 168, 1) !important;
    font-weight: bold;
    border: none;
}
.address_content .nav-tabs .nav-link:hover{
     border-bottom: 1px solid rgba(17, 102, 168, 1) !important;
     border: none;
}
 
.address_content .nav-tabs .nav-link{
    border: none;
    color: #000;
    padding: 0px 45px 10px;
}
.address_content .card-body{
    padding: 0px;
    margin: 20px 0 0;
}
.address_content .card-body .main_row {
    box-shadow: 0px 4px 13px rgb(159 159 159 / 37%);
    border-radius: 11px;
    padding: 10px 10px 10px;
    margin-bottom: 25px;
}
.address_content .card-body .main_row .auto_info {
    text-align: left;
    padding: 20px 0 0;
}
.address_content .card-body .main_row .auto_info h2 {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 25px;
    color: rgba(17, 102, 168, 1);
    text-transform: uppercase;
}
.address_content .card-body .main_row .auto_info p {
    font-size: 18px;
    color: rgba(40, 40, 40, 1);
    margin-bottom: 15px;
}
.address_content .card-body .main_row .auto_info ul{
    padding: 0 0 0 20px;
    margin-bottom: 0;
}
.address_content_2 .card-body .main_row .auto_info h2{
    margin-bottom: 15px;
    font-size: 20px;
}
.address_content_2 .card-body .main_row .auto_info p{
   margin-bottom: 5px;
}
.address_content_2 .card-body .main_row .img_big {
    height: 210px !important;
}
.address_content_2 .card-body .main_row .auto_info ul li{
    line-height: 20px;
}
.address_content .card-body .main_row .img_big {
    width: 100%;
    height: 260px;
}
.auto_address{
    text-align: right;
}
.auto_address ul {
    list-style: none;
    text-align: left;
    padding: 20px 0px 0 25px;
}

.auto_address ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.auto_address ul li img {
    margin-right: 20px;
    width: 32px;
    background: #E5F4FF;
    border-radius: 10px;
    padding: 8px;
}

.auto_address ul li a {
    color: #000;
    font-size: 15px;
}


.top {
    background-color: #fff;
    padding: 10px 10px 10px;
}
.top .logo {
    display: table-cell;
    width: 100%;
}
.back_btn {
    display: table-cell;
}
.back_btn a {
    padding: 7px 0px;
    width: 90px;
    display: inline-block;
    background-color: #1166a8;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
}

.login_form_register{
   height: 880px !important;
    background-size: 65% !important;
}
.login_form{
    background:#fff url(../images/form-bg.jpg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    height: 600px;
    padding: 50px 0 50px;
    background-size: 44%;
    align-items: center;
    display: flex;
}
.login_form .form_page {
    box-shadow: 0px 4px 24px #E6F4FF;
    border-radius: 22px;
    background-color: #fff;
    padding: 30px 50px 40px;
}
.login_form .form_page h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;
}
.login_form .form_page p {
    color: rgba(133, 133, 133, 1);
    text-align: center;
}
.login_form .form_page .form-control {
    font-size: 13px;
    height: 45px;
    border: 1px solid rgba(226, 226, 226, 1);
    
}
.login_form .form_page .form-group {
    margin-bottom: 10px;
}
.login_form .form_page label{
    font-size: 15px;
}
.login_form .form_page input.form-control::placeholder{
    color: rgba(133, 133, 133, 1);
}
.login_form .forgot_password{
    display: table;
    margin-top: 5px;
}
.login_form .form_page  .main_btn{
    margin: 0px auto;
    width: 170px;
    text-transform: capitalize;
}
.login_form .form_page .main_btn:hover { 
    color: #1166a7; 
}
.login_form .form_page span{
    display: block;
    margin-top: 50px;
    text-align: center;
}
.login_form .main_wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.login_form  .back_button {
    display: table-cell;
    /* width: 100%; */
}
.login_form .top_heading {
    display: table-cell;
    width: 100%;
}
.login_form .back_button a img {
    transform: rotate(180deg);
}
.login_form .img7{
    top: 140px;
    width: 150px;
}
.login_form .forget .main_btn {
    margin-top: 90px !important;
    margin-bottom: 60px;
}
.login_form .register span { 
    margin-top: 10px; 
}
.login_form .register .main_btn{
    margin-top: 15px;
}
.login_form .form_page .form-control:focus {
    border-color: rgba(17, 102, 168, 1) !important;
}
.login_form .form_page .select-styled{
        color: rgba(133, 133, 133, 1);
}
.login_form .form_page .select-styled{
    background-color: rgb(255 255 255);
}
.my_account {
    padding: 120px 0 60px;
}
.accout_list ul {
    list-style: none;
    padding: 0;
}
.accout_list ul li {
    margin: 11px 0 11px;
}
.accout_list ul li a {
    color: rgba(163, 162, 172, 1);
    font-size: 18px;
}
.accout_list ul li a.active{
    color: rgba(17, 102, 168, 1);
    font-weight: bold;
}
.accout_list {
    box-shadow: 0px 4px 24px #E6F4FF;
    border-radius: 12px;
    padding: 20px 30px 20px;
}
.profile_image {
    text-align: center;
}

.profile_info  h2 {
    color: rgba(1, 88, 171, 1);
    font-weight: bold;
    margin-bottom: 30px;
}

.profile_info {
    padding: 0 30px 0;
}
.profile_info .profile-pic #filename {
    display: none;
}
.profile_info .image-upload {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.profile_info .file-thumbnail img {
    width: 180px;
    margin-bottom: 20px;
    height: 180px;
    border-radius: 11px;
}
.profile_info 
.image-upload input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    display: none;
}
.profile_info .profile-pic .edit-pic {
    position: absolute;
    background-color: #fff;
    width: 42px;
    text-align: center;
    height: 42px;
    border-radius: 50%;
    line-height: 26px;
    color: #8d8686;
    top: -20px;
    right: -18px;
    border: 1px solid #f5f5f5;
    font-size: 12px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.profile_info .profile-pic .edit-pic img{
    width: 20px;
    height: auto;
    margin: 0px;
    border-radius: 0;
}
.profile_info .upload-field .file-thumbnail {
    cursor: pointer;
    width: 100%;
    position: relative;
}

.profile_info .form-control {
    font-weight: normal;
    font-size: 14px;
    height: 50px;
    background-color: rgba(248, 248, 248, 1);
    border: 1px solid rgba(214, 214, 214, 1);
}
.profile_info .form-group{
    margin-bottom: 20px;
    position: relative;
}
.profile_info .select-styled{
    background-color: rgba(248, 248, 248, 1);
    border: 1px solid rgba(214, 214, 214, 1);
}
.profile_info label{
    color: rgba(133, 133, 133, 1)
}
.profile_info .main_btn{
    margin-left: 0px;
    width: 150px;
    margin-top: 15px;
}
.profile_info .main_btn:hover{
    color: #1166a6;
}
.profile_info .select-styled:active:after, .profile_info .select-styled.active:after{
    top: 6px;
}
.profile_info .select-styled:after{
    top: 6px;
}
.profile_info .hide_password {
    position: absolute;
    top: 53px;
    right: 10px;
    padding-top: 0 !important;
    color: #aaa;
    font-family: 'FontAwesome';
    cursor: pointer;
}
.login_form .hide_password {
    position: absolute;
    top: 50px;
    right: 28px;
    padding-top: 0 !important;
    color: #aaa;
    font-family: 'FontAwesome';
    cursor: pointer;
    margin-top: 0px !important;
}
.profile_info .master_card {
    box-shadow: 0px 4px 13px rgba(159, 159, 159, 0.37);
    border-radius: 9px;
    padding: 30px 20px 40px;
    overflow: hidden;
    position: relative;
}
.profile_info .master_card h4 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0px 0 20px;
}
.profile_info .master_card ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 500px;
}
.profile_info .master_card ul li {
    display: inline-block;
    color: rgba(112, 121, 139, 1);
}
.profile_info .master_card ul li img {
    margin-right: 4px;
    margin-left: 10px;
    position: relative;
    top: -2px;
    width: 5px;
}
.profile_info .master_card ul li:first-child img{
    margin-left: 0px;
}
.profile_info .master_card ul li:last-child img{
    margin-left: 0px;
}
.profile_info .master_card ul li span {
    color: rgba(17, 102, 168, 1);
}
.profile_info .master_card .card_bg {
    position: absolute;
    right: 30px;
    top: 0;
    width: 170px;
}
/*================== TABLE MY ORDERS =================*/
.table {
    margin-bottom: 0px;
    display: table;
    text-align: left;
    width: 100%;
    border: 1;
    border: 1px solid rgb(176 176 176 / 25%);
}
.theader {
    display: table-row;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 6%);
    background-color: #fff;
    color: #fff;
    }
.table_header {
    display: table-cell;
    padding:10px 15px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 300;
    /*border-left: 1px solid #f0f0f0;*/
    }
.theader .table_header:first-child{/*border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;*/    border-left: none;}
.theader .table_header:last-child{/*border-top-right-radius: 6px;
   border-bottom-right-radius: 6px;*/}
.table_row {display: table-row;border-bottom: 1px solid rgb(176 176 176 / 25%);}
.table_small {
    display: table-cell;
    padding:15px;
    vertical-align:top;
    border-bottom: 1px solid #f0f0f0 !important;
    /* border-left: 1px solid #f0f0f0; */
    vertical-align: middle;
}
.table_row > .table_small:first-child > .table_cell {
}
.table_row > .table_small > .table_cell .comment .active{
    color: rgba(32, 189, 151, 1)
}
.table_row > .table_small > .table_cell .comment .active{
    color: rgba(32, 189, 151, 1)
}
.table_row > .table_small > .table_cell .comment .expired{
    color: rgba(254, 38, 60, 1)
}
.table_row:last-child>.table_small{vertical-align: middle;}
.table_row > .table_small > .table_cell {
    color: #222;
    font-size: 14px;
    padding: 0px;
}
.table_row > .table_small > .table_cell:nth-child(odd) {
    display: none;
    color: #333;
    text-transform: capitalize;
    font-weight: 400;
    text-align: left;
}
.form-cart .theader {
    box-shadow: none;
    background-color: rgba(1, 88, 171, 1);
}
.coming_soon {
    text-align: center;
    padding: 100px 0 100px;
}






.join_club_section .tab_list {
    text-align: left;
    margin: 0;
    margin-bottom: 40px;
}
.join_club_section .tab_list ul li { 
    width: 250px;
}
.join_club_section .tab_list .nav-link{
        padding: 20px 16px 20px 16px;
}
.join_club_section .employees {
    padding: 0 0px 0;
}
.join_club_section .employees h1 {
    font-size: 32px;
    font-weight: 600;
    color: rgba(17, 102, 166, 1);
}
.join_club_section .employees p{
    margin-bottom: 5px;
}
.join_club_section .employees span a{
    color: rgba(17, 102, 168, 1); 
}
.join_club_section .employees span{
    font-weight: 600;
}
.join_club_section 
 .coming_soon {
    padding: 60px 0 70px;
}
.join_club_section .coming_soon img {
    width: 300px;
}
.braxtone_club_membership{    
    padding: 20px 0 20px;
    overflow: visible;
}
.braxtone_club_membership .tab_list{
    margin: 0px;
}
 .accodion_main #main .card-body .braxtone_club_membership ul{
    padding-left: 0px;
}
/*================= Cart ==============*/
.cart-menu{ margin-left: 20px;}
.cart-menu>a{position: relative;}
.cart-menu>a>img{width: 22px;
    height: 22px;
    object-fit: contain;}
.cart-menu>a em{position: absolute;
    top: -1px;
    background-color: #0158AB;
    color: #fff;
    width: 16px;
    height: 16px;
    display: block;
    right: -6px;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    font-style: normal;}
.btn-primary {
    color: #fff;
    background-color: #1166A8;
    border-color: #1166A8;
}
.btn-primary:hover {
    color: #fff;
    background-color: #095088;
    border-color: #095088;
}
.cart-box{padding: 0px;}
.cart-box h2{color: rgba(1, 88, 171, 1);
    font-weight: bold;
    margin-bottom: 30px}
.cart_item{box-shadow: 0px 4px 13px rgba(159, 159, 159, 0.37);
    border-radius: 9px;
    padding: 25px 20px 15px 130px;
    overflow: hidden;
    position: relative;
    background: #fff url(../images/card-bg2.png)no-repeat;
    background-position: center left;
    background-size: auto 100%;margin-bottom: 25px;}
.cart_item h4{font-size: 20px;
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0px 0px 10px;}
.cart_item  p{    color: #808080;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;}
.cart_item .text-end{text-align: right;}
.cart_item .text-end h4{font-size: 18px;color: #1166A8;}
.cart_item .text-end p{}
.cart_item .text-end p.text-red{color: #FE263C;}
.cart_item .text-end p a{color: #FE263C;text-decoration: underline;}
.cart_item .text-end p a:hover{text-decoration:none;}
.summry{position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 7%);
    padding: 20px;
    border-radius: 4px;}
.summry .btn-lg{}
.summry-list li{color: #494242;font-size: 16px;margin-bottom: 10px;}
.summry-list li.total{color: #252525;font-size: 20px;font-weight: bold;margin-bottom: 25px;margin-top: 25px;}
.summry-list li.total .badge{color: #1166A8;font-size: 26px;}


/*---------------------------
FAQ CSS
----------------------------*/
.faq_section{
    padding: 120px 0px 60px;
    position: relative;
    background-color: #fff;
}
.faq_section .dot_image_2 {
    position: absolute;
    bottom: 80px;
    width: 150px;
    left: 0;
}
.faq_section .faq_tabs{
    
}
.faq_section .faq_tabs ul{
    margin: 0px auto;
    width: 450px;
    background-color: #fff;
    border-radius: 30px;
    margin-bottom: 50px;
    padding: 12px 10px 12px;
    height: auto;
    border: none;
}
.faq_section .faq_tabs h2{    
    font-size: 28px;
}
.faq_section .faq_tabs .nav-tabs .nav-item.show .nav-link, .faq_section .faq_tabs .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #266D6F;
    border-color: #dee2e6 #dee2e6 #fff;
    border-radius: 30px;
}
.faq_section .faq_tabs .nav-tabs .nav-item { 
    margin-right: 17px;
}
.faq_section .faq_tabs .nav-tabs .nav-item:last-child{
    margin-right: 0px;
}
.faq_section .faq_tabs .nav-link { 
    padding: 8px 68px;
    color: #000;
    font-weight: 500;
    border-radius: 30px;
}
.faq_section #main {
  margin: 50px 0;
  border-top: 1px solid rgba(0, 0, 0, 1);
  padding: 50px 0 0;
}
.faq_section #main #faq .card {
  margin-bottom: 0;
  border: 0;
  z-index: 99;
}
.faq_section #main #faq .card-body {
    padding-top: 0px;
}
.faq_section #main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: none;
  border-radius: 2px;
  padding: 0;
  margin-bottom: 10px;
}
.faq_section #main #faq .card .card-header .btn-header-link {
  display: block;
  text-align: left;
  background: #fbf9f9;
  color: #000;
  padding: 14px 20px;
  font-size: 18px;
  font-weight: 500;
}
.faq_section #main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-weight: 900;
    float: right;
    transition: .5s;
}
.faq_section #main #faq .card .card-header .btn-header-link.collapsed {
  background: #fbf9f9;
  color: #000;
  font-weight: 300;
}
.faq_section #main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
    transform: rotate(90deg);
    transition: .5s;
}
.faq_section #main #faq .card .collapsing {
  background: #fff;
  line-height: 30px;
}
.faq_section #main #faq .card .collapse {
  border: 0;
}
.faq_section #main #faq .card .collapse.show {
  background: #fff;
  line-height: 30px;
  color: #222;
}
.faq_section #main #faq .card-body p {
    margin-bottom: 0;
    color: rgba(60, 60, 67, 0.85);
    font-size: 15px;
}


/*================= GROUP DIVISIONS FOR MOBILE ==============*/
.for_desktop{
    display: block;
}

.for_mobile{
    display: none;
}
.group_divisions_for_mobile{
    display: none;
}
 .group_divisions_for_mobile {
    padding: 40px 0 40px;
    background: url(../images/group-tab-bg.jpg);
    background-position: 62% 44%;
    background-size: cover;
    margin-bottom: 0;
    background-repeat: no-repeat;
}
.group_divisions_for_mobile #accordion .card-header {
  margin-bottom: 8px;
  background-color: transparent;
  margin: 0 14px 8px;
}
.group_divisions_for_mobile  #accordion .accordion-title {
  position: relative;
  display: flex;
  padding: 13px 0 18px 0px;
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  font-size: 16px;
  font-weight: 200;
  width: 70%;
  text-align: left;
  transition: all 0.4s ease-in-out;
  border-bottom: 1px solid rgba(102, 102, 102, 1)!important;
  border-radius: 0px;
  align-items: center;
  justify-self: anchor-center;
}
 
.group_divisions_for_mobile #accordion .collapsed{
    color: #fff !important;
}
.group_divisions_for_mobile #accordion .collapse{
 color: rgba(17, 102, 166, 1)   
}
.group_divisions_for_mobile #accordion .accordion-title:hover {
  background: transparent;
}
.group_divisions_for_mobile #accordion .accordion-title:hover i {
  border-right: 1px solid #fff;
}
.group_divisions_for_mobile #accordion .accordion-body {
  padding: 10px 0px;
}
.group_divisions_for_mobile #accordion .accordion-body p{
    color: #fff;
    line-height: 21px;
}
.group_divisions_for_mobile #accordion .accordion-body ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.group_divisions_for_mobile #accordion .accordion-body li {
  padding-left: 1.2rem;
  text-indent: -1.2rem;
}
.group_divisions_for_mobile #accordion .accordion-body li:before {
  content: "#";
  padding-right: 5px;
  font-family: "Flaticon";
  font-size: 16px;
  font-style: normal;
  color: #213744;
}
.group_divisions_for_mobile #accordion .collapse img {
    margin-right: 12px;
    width: 12px;
    opacity: 1;
}
.group_divisions_for_mobile #accordion .collapsed img {
    opacity: 0;
}

/*================= OUR OFFICE FOR MOBILE ==============*/

.our_office_for_mobile .our_office_mob img {
    
}
.our_office_for_mobile .our_office_mob.active p {
    color: #fff;
}
.our_office_for_mobile{
    display: none;
}
 #main {
  margin: 50px 0;
}

#main #faq .card {
  margin-bottom: 30px;
  border: 0;
}
#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
  margin: 0 0 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  display: flex;
  align-items: center;
}
#main #faq .card .card-header .btn-header-link {
   display: block;
   text-align: left;
   background: #1166a8;
   color: #fff;
   padding: 20px;
}
#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
    display: none;
}
#main #faq .card .card-header .btn-header-link.collapsed {
    background: #fff;
    color: #000;
     box-shadow: 0px 4px 13px rgba(159, 159, 159, 0.37);
}
#main #faq .card .card-header .btn-header-link.collapsed p{
    color: #000;
}
#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}
#main #faq .card .collapsing {
  background: #fff;
  line-height: 30px;
}
#main #faq .card .card-header span {
    font-size: 14px;
    display: flex;
    align-items: center;
}
#main #faq .card .collapse {
  border: 0;
}
#main #faq .card .collapse.show {
  background: #fff;
  line-height: 30px;
  color: #222;
}
#main
 .accordion>.card {
    overflow: visible;
}
#main #faq .card .card-header .country_flag {
    width: 46px;
    margin-right: 15px;
}
#main #faq .card .card-header .btn-header-link p{
    color: #fff;
    margin-bottom: 0px;
    line-height: 20px;
    width: 100%;
}
#main #faq .card .card-header .btn-header-link {
    display: block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
    border-radius: 0px;
    color: rgba(44, 46, 53, 1);
    font-weight: 400;
    display: inline-block;
    align-items: center;
    padding: 16px 16px 16px 16px;
    border-radius: 6px;
    display: -ms-flexbox;
    width: 100%;
    display: flex;
    vertical-align: middle;
}
#main #faq .card .card-header span img {
    width: 15px;
    margin-right: 6px;
    margin-top: -2px;
}
#main #faq .card .card-header  .img-white {
    width: 12px;
    margin-left: auto;
    height: 32px;
    /* margin-right: 0px; */
}
#main #faq .card .card-header .btn-header-link span .bag_back{
    display: none;
}
#main #faq .card .card-header .img_blue {
    width: 12px;
    margin-left: auto;
    height: 32px;
    margin-top: auto;
    margin-bottom: auto;
}
 
#main #faq .card .card-header .btn-header-link.collapsed .bag_back{
    display: block;
}
#main #faq .card .card-header .btn-header-link.collapsed .bag_white{
    display: none;
}

.country_address .address_info {
    clip-path: polygon(96% 0%, 100% 50%, 96% 100%, 0% 100%, 0% 50%, 0% 0%);
    background-color: rgba(17, 102, 168, 1);
    padding: 12px 23px 12px;
}
.country_address .address_info p {
    color: #fff;
    line-height: 18px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    font-size: 12px;
}
.country_address .address_info a {
    color: #fff;
    font-size: 12px;
}
.country_address .address_info img {
    width: 13px;
    margin-right: 15px;
}
/* .card-body{padding: 0px;} */




/*================= OUR HISTORY FOR MOBILE ==============*/
.our_history_mobile{
    display: none;
}
.for_mobile_box {
    background-color: rgb(249 249 249);
    padding: 20px 20px 0px 97px;
    position: relative;
    width: 93%;
    box-shadow: 0px 4px 13px rgba(159, 159, 159, 0.37);
    transition: .6s;
    z-index: 99;
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 15% 100%, 0% 50%);
    height: 280px;
    margin-bottom: 30px;
    margin-left: 20px;
}
.for_mobile_box img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 80px;
}
.for_mobile_box h2 {
    font-weight: bold;
    color: #1166a8;
}
.for_mobile_box ul {
    padding: 0;
    margin-bottom: 0;
}
.for_mobile_box ul li {line-height: 15px;font-size: 13px;}
.for_mobile_box span {
    color: #000;
    font-weight: bold;
    line-height: 21px;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
}
.for_mobile_box p{
    line-height: 18px;
    font-size: 13px;
    color: #000;
    margin-bottom: 10px;
}
.history_box_mobile::after{
    content: '';
    position: absolute;
    left: 8px;
    top: 131px;
    background: url(../images/dot-round.png);
    height: 18px;
    width: 18px;
}
 