@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
/*--------------------------------------------------------------
# Main Body
--------------------------------------------------------------*/
html, body {
  font-family: "Open Sans", sans-serif; 
  color:#333; 
  font-size:18px;
  line-height:1.5;
  font-weight:normal;
}
.container{
	max-width:1200px;
}
img, object, embed, video {
	max-width: 100%;
}
.imgcircle{
	max-width:100%;
	border-radius:50%;	
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

a {
  color: #3287d2;
}
a {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
a:hover {
  color: #2b99f8;
  text-decoration: none;
}
hr{
	border-top:1px solid rgb(8 128 232 / 20%);
}
.icon-practice {
	padding: 30px;
    background: #f9f9f9;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    position: fixed;
    overflow: hidden;
	color:#2b99f8;
	font-size:42px;
}
h1 {
	text-transform: capitalize;
    display: inline-block;
    position: relative;
    color: #6c757d;
    font-size: 36px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 20px;
	font-family: Roboto;
}
h4{
    color: #1D66A8;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
	font-family: Oswald;
	letter-spacing: 0.5px;
    margin-bottom: 25px;
    text-transform: capitalize;
}
h5{
    color: #FFF;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
	font-family: Oswald;
	letter-spacing: 0.5px;
    margin-bottom: 0;
    text-transform: capitalize;
	font-style: italic;
}
.page-heading {
  border-left: 5px solid;
  border-image: linear-gradient(180deg, #ffc107, var(--blue)) 1;
  color: var(--ws-blue-dark);
  padding: 13px;
  text-align: center;
  font-size: 36px;
  font-family: 'Oswald', sans-serif;
  border-radius: 5px;
  margin-bottom: 25px;
  text-align: center;
  line-height: 42px;
  width: 100%;
  box-shadow: 5px 1px 15px 5px rgb(0 0 0 / 25%);
  background: linear-gradient(180deg, #f8fafc, #e0e4e8);
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.go-to-top {
  position: fixed;
  display: none;
  right: 20px;
  bottom: 15px;
  z-index:20;
}

.go-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #3287d2;
  color: #fff;
  transition: all 0.4s;
  border:2px solid #FFF;
  font-weight: 900;
}

.go-to-top i:hover {
  background: #CFA03E;
  color: #FFF;
  border:2px solid #FFF;
}
}
.practice-icon {
   /* margin-left: 42%;
    margin-top: -30px;*/
	top:-30px;
	left:40%;
	position: fixed;
    text-align: center;
    color: #444444;
    font-size: 36px;
	border-radius:50%;
	background-color:#CFA03E;
	width:52px;
	height:52px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #FFF url(../img/preloader.gif) no-repeat center center;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 100px;
  font-size: 20px;
  font-family:Oswald,sans-serif;
  transition: all 0.5s;
  overflow: hidden;
  color:#ffffff;
  width:100%;
  vertical-align:middle;
  line-height:24px;
  padding-top:17px;
  
}
#topbar.topbar-scrolled {
  top: -100px;
}

#topbar .contact-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#topbar .contact-info li {
  display: inline-block;
  padding: 0;
  padding-top:-10px;
}

#topbar .contact-info li + li {
}

#topbar .contact-info a {
  color:#ffffff;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #043c6d;
}

#topbar .contact-info i {
  color: #ffffff;
  padding-right: 4px;
  vertical-align:middle;
  margin-bottom: 4px;
  margin-top:-25px;
}

#topbar .cta {
  background: transparent;
}

#topbar .cta a {
  color: #fff;
  background: #CFA03E;
  padding: 6px 24px 4px 24px;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
  letter-spacing: 1px;
  font-weight: 500;
  border:1px solid #CFA03E;
}

#topbar .cta a:hover {
  background: transparent;
  border:1px solid #ffffff;
}
#topbar .logo{
	margin:0px;
	vertical-align:middle;
/*	padding: 5px 0 0 15px; */
}
#topbar .cntct{
	text-align:right;
	margin:0px;
	margin-top: -10px;

}
#topbar .cntct:hover{
	color:#CFA03E;
}
#topbar .cntct a{
	font-size:28px;
	font-weight:700;
	font-family:Oswald,sans-serif;
	vertical-align: middle;
	color:#ffffff;
	background:transparent;
	border-radius:50px;
/*	border:1px solid #CFA03E; */
	letter-spacing:-1px;
	margin-bottom:-10px;
}
#topbar .cntct a:hover{
	color:#CFA03E;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgba(0, 0, 0, 0.48);
  transition: all 0.5s;
  z-index: 997;
  padding: 17px 0;
  top: 100px;
}

#header.header-scrolled {
  top: 0;
  background: rgba(5, 87, 158, 0.9);
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 100%; /* 50px;  */
  height: 100%;
  width:auto;
  /*max-width:200px;*/
}

@media (max-width: 990px) {
  #header {
    top: 0;
    padding: 8px 0;
    background: transparent;
  }
  #header .logo {
    font-size: 28px;
  }
}
@media (min-width:992px){
	#header .logo{
		display:none;
	}
}


.header-inner-pages {
  background: rgba(5, 87, 158, 0.9) !important;
}

.topbar-inner-pages {
  background:#3287d2;/* rgba(6, 98, 178, 0.9) !important;  */
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.navbar-custom {
/*	background:#00557D;  */
	width:100%;
}
.navbar {
/*	max-width:100%; */
	max-width:1200px; 
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
}
.navbar-wrapper {
	position: inherit;
	top: 0;
    left: 0;
    right: 0;
    z-index: 10;
	width:100%;padding:0;
/*	background:#FFFFFF;*/
}
.navbar-collapse{
    text-align: left;
}
@media (max-width: 991px) {
.navbar-collapse{
    text-align: left;
	position: fixed; 
	top: 102px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
    overflow-y: auto;
    transition: ease-in-out 0.2s;
	border:1px solid #3287d2;
/*	background: url(../img/bg-form-qry.png) center repeat; 
	background-position: bottom;
    background-size: cover;*/
	background: url(../img/bg-form.gif) top center repeat; 
    background-color: #ffffff;
 
	}
}

.navbar-dark .navbar-nav .nav-link {
	font-size:15px;
    color: #FFF;
	display:block;
	position: relative;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.90);
	padding: 5px 13px; 
	font-family:Roboto,sans-serif;
	letter-spacing:0.30px;
	font-weight:400;
	text-transform:uppercase;
}
.navbar-dark .navbar-nav .nav-link:hover {
	color:#CFA03E;
    background: transparent;/* #CFA03E;  */
	display:block;
	font-weight:400;
} 
.navbar-nav .dropdown-link .dropdown-item:hover {
	color:#FFFFFF;
    background: #0aaed8;
	display:block;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color:#FFFFFF;
    background-color: #CFA03E;
	display:block; 
}

.navbar-dark .navbar-nav .show>.nav-link {
    color: #FFFFFF;
	display:block;
}
.navbar-toggler {
    padding: 5px;
   
}
.menu-large {
  position: static !important;
}

.megamenu {
	padding:0 15px;
  width: 100%;
  margin-top:17px;
  border:1px solid #0aaed8;
   box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.megamenu > div > li > ul {
  padding: 0;
  margin: 0;
}

.megamenu > div > li > ul > li {
  list-style: none;
}

.megamenu > div > li > ul > li > a {
  display: block;
  padding: 3px;
  clear: both;
  font-size:14px;
  font-weight: normal;
  line-height: 1.428571429;
  color: #3287d2;
  white-space: normal;
  border-bottom:1px dotted #0aaed8;
  font-family: "Open Sans", sans-serif;
   
}

.megamenu > div > li > ul > li > a:hover,
.megamenu > div > li > ul > li > a:focus {
  text-decoration: none;
  color: #FFF;
  background-color: #CFA03E; 
}

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.megamenu .megamenu-contact-info {
	padding:5px 0 3px 0;
	color:#3287d2;
	font-size:20px;
	word-spacing:1px;
	border-top:1px solid rgb(8 128 232 / 30%);
	border-bottom:0;
	font-weight: 600;
	animation: color-change 1s infinite;
	text-shadow: 0px 2px 8px #DCDCDC;
	line-height:24px;
	text-align:center;
	
}
@keyframes color-change {
  0% { color: #CFA03E; }
  50% { color: #3287d2; }
  100% { color: #CFA03E; }
}
.megamenu .btn-contact-info{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  padding:7px 10px;
    border-radius:10px;
	width:100%;
	text-align:center;	
	border:5px solid #ffffff;
	border-radius:10px;
	background: rgb(5,71,129);
	background: linear-gradient(180deg, rgba(5,71,129,1) 0%, rgba(29,112,184,1) 66%, rgba(29,112,184,1) 100%);
	font-weight:normal;
	font-size:16px;
	letter-spacing:1px;
	transition: ease-in-out 0.5s;
	color:#ffffff;
}
.megamenu .btn-contact-info:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
/*	background: linear-gradient(175deg, rgba(29,102,168,1) 33%, rgba(8,128,232,1) 66%);  */
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
	background: rgb(159,115,25);
	background: linear-gradient(180deg, rgba(159,115,25,1) 0%, rgba(185,132,27,1) 50%, rgba(246,176,36,1) 100%);
	border-radius:5px;
	
}
.megamenu .btn-contact-info:hover, .btn-contact-info:focus, .btn-contact-info:active {
  color: white;
}
.megamenu .btn-contact-info:hover:before, .btn-contact-info:focus:before, .btn-contact-info:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.megamenu .btn-contact-info a {
	color:#ffffff;
	text-decoration:none;
	border:1px solid #FFFFFF;
	background: rgb(6,83,150);
	background: linear-gradient(180deg, rgba(6,83,150,1) 0%, rgba(7,92,166,1) 50%, rgba(8,128,232,1) 100%);
	font-weight:normal;
	font-size:16px;
	letter-spacing:1px;
	transition: ease-in-out 0.5s;
	text-align:center;	
	max-width:100%;
	padding:7px 10px;
}
.megamenu .contact-info a:hover {
	border:1px solid #CFA03E;
	background: rgb(159,115,25);
	background: linear-gradient(180deg, rgba(159,115,25,1) 0%, rgba(185,132,27,1) 50%, rgba(246,176,36,1) 100%);
	
}
.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: #fff;
	margin-top:10px;
	margin-bottom:10px;
	font-size:22px;
}
.dropdown-header{
	padding: 10px 0 5px 0; 
	font-family:Roboto,sans-serif;
    font-size: 18px;
    color: #3287d2;
	font-weight:500;
    white-space: normal;
	letter-spacing:0;
}
.dropdown-header:before{
	content:  url(../img/icon-logo-menu.png);  
	padding: 5px 3px 0 0;
	font-size:16px; 
	color:#3287d2;
	font-weight:500;
}
.dropdown-item {
	color:#555555;
	font-size:16px;
	padding:10px 10px 5px 5px;
}
.dropdown-item:hover {
	background-color:#fafafa;
	color:#CFA03E;
	padding:10px 10px 5px 5px;
}
.downmenu{
	white-space:normal;
	font-size:16px;
	padding: 10px 10px 7px 0px;
	color:#555555;
	line-height:16px;
	transition: all ease-in-out .3s;
}
.downmenu:hover{
	padding:10px 10px 7px 0px;
	color: #1D66A8;
/*	font-weight:500; */
}
.downmenu::before{
	content: "\eac7";
	font-family: IcoFont;
	padding-right: 5px;
	font-size:14px; 
	color:#555555;
	font-weight:800;
}
.downmenu:hover::before{
	color:#1d66a8;
	padding-left:3px;
	padding-right:2px;
}
.dropdown-toggle::after {
    content: "\ea99";
    font-family: IcoFont;
	display: inline-block;
    margin-left: -5px;
    vertical-align: middle;
    border-top: 0px;
	margin-top: -1px;
	float:right;
    width: 20px;  
	font-size:18px;
}
.hr-mnu{
	border-top: 1px solid rgb(8 128 232 / 45%);
	width:80%;
	padding-bottom:8px;
	margin-top:0;
	margin-bottom:0;
	float:left;
	display:none;
}

.col-menu-info{
	padding:5px;
	text-align:center;
	margin:0;
	border-left:1px solid rgb(8 128 232 / 30%);
}

.menu-info{
	display:block;
	padding: 18px 5px;
	text-align:center;
	font-weight: 500;
	font-size:18px;
	color:#ffffff;
	background: rgb(23,103,173);
	background: linear-gradient(180deg, #3387d8 0%, #1D66A8 55%, #154e82 100%);
	line-height:20px;
	margin-bottom:6px;
	border-radius:15px;
	 box-shadow: 0 4px 8px #aaa;
	  overflow: hidden;
	  transition: 0.5s;
	  font-family:Oswald,sans-serif;
	  letter-spacing:0.30px;
	  transition: all .2s ease-in-out;
}	  
.menu-info a{
	color:#ffffff;
}
.menu-info a:hover{
	color:#ffffff;
}
.menu-info:hover{
    background: rgb(207,160,62);
    background: linear-gradient(
        180deg,
        rgba(230,185,90,1) 0%,
        rgba(207,160,62,1) 50%, 
        rgba(168,129,46,1) 100%);
    color:#333333;
    transform: scale(1.05);
}
.uk-menu{
	display:block;
	padding: 15px;
	text-align:center;
	font-weight:400;
	font-size:16px;
	color:#ffffff;
	background: rgb(50,135,210);
	background: linear-gradient(180deg, #3387d8 0%, #1D66A8 55%, #154e82 100%);
	line-height:20px;
	margin-bottom:6px;
	border-radius:10px;
	box-shadow:0 4px 12px #777;
	overflow: hidden;
	transition: 0.5s;
	font-family:Oswald,sans-serif;
	letter-spacing:0.50px;
	margin-top: 10px;
}
.uk-menu:hover{
	background: rgb(207,160,62);
    background: linear-gradient(
        180deg,
        rgba(230,185,90,1) 0%,
        rgba(207,160,62,1) 50%, 
        rgba(168,129,46,1) 100%);
    color:#333333;
}

.practice-menu-col{
	margin:0;
	vertical-align:middle;
	padding:29% 0;
	background:url(../img/about-takri.png);
	background-size:100% 100%;
}
.practice-menu-col h3{
	color: #3287d2;
    font-size: 28px;
    font-weight: 600;
    text-transform: none;
    line-height: 1.3;
	font-family: Oswald,sans-serif;
	margin-bottom:20px;	
/*	background: #1d66a8;  
    padding: 0px 5px 3px 5px; 
    border-radius: 5px;  */
}

.practice-menu-col h3:before{
	content:  url(../img/icon-logo-need-advise.png);  
	padding: 0;
	font-size:28px; 
	margin:0 5px 0 0;
	padding:0;
}

.practice-menu-col h2{
	color: #3287d2;
    font-size: 26px;
    font-weight: 600;
    text-transform: none;
    line-height: 1.3;
	font-family: Oswald,sans-serif;
	margin-bottom:10px;	
	text-shadow: 2px 2px 3px #FFFFFF;
	word-wrap:break-word;
}
.practice-menu-col a{
	color:#555555;
}
.practice-menu-col a:hover{
	color:#CFA03E;
}
.wspace{
	white-space:nowrap;
	padding:10px 10px 5px 5px;
}
.wspace:hover{
	white-space:nowrap;
	padding:10px 10px 5px 5px;
}

@media (max-width: 768px){
.menu-info{
	font-size:16px;
	padding:15px 5px;
	margin: 0 0 20px 0;
}
.uk-menu{
	font-size:16px;
	padding:10px 5px;
}

}
@media (max-width: 992px) {
.navbar-expand-lg .navbar-nav .dropdown-menu {
    background: #ffffff; 
	border:1px solid rgb(8 128 232 / 30%);
	border-bottom:4px solid #0aaed8;
	width: 100%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu:hover {
    background: #ffffff; /*#fdfdfd; #FAFAFA; */
	border:1px solid rgb(8 128 232 / 30%);
	border-bottom:4px solid #0aaed8;
}
}


@media (max-width: 992px) {
.downmenu {
    font-size: 16px;
    padding: 8px 0;
    color: #777777;
    line-height: 16px;
}
.downmenu:hover{
	padding:8px 0 8px 8px;
}
.wspace{
	white-space:normal;
	padding:8px 0;
	min-width: -webkit-fill-available;
}
.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: #fff;
}
 .megamenu {
    margin-left: 0;
    margin-right: 0;
	margin-top: 0;
    border-radius: 0;
	padding: 0 15px;
	border-left:0;
	border-right:0;
	border: 1px solid #f9f9f9;
  }
  .megamenu > li {
    margin-bottom: 30px;
  }
  .megamenu > li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
  .navbar-dark .navbar-nav .nav-link {
    color: #3287d2;
	padding:15px;
	font-family:Roboto, sans-serif;
	letter-spacing:normal;
	font-weight:500;
	border-bottom: 1px solid #dee2e6;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 15%, rgba(243,243,243,1) 100%);
}

.navbar-dark .navbar-nav .nav-link::before{
/*	content: " ";
    background-image: url(../img/icon-logo-menu.png);
    padding-right: 18px;
    margin-right: 5px;
	width:20px;
	height:20px;
	background-position:center; 
}*/
}
  .navbar-nav .nav-link  {
    color: #3287d2;
	border-radius:0;
	width:100%;
}
  .navbar-dark .navbar-nav .nav-link:hover {
    background-color: #CFA03E;
	color:#444444;
	font-weight:500;
}
.dropdown-toggle:after {
	float:right;
	font-size:18px;
	font-family: "Font Awesome 5 Free";
	margin-top:-2px;
    border-top: 0;
	content: "\f107";
	font-weight: 900;
}
}
/*****************Navbar End**************************/

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(17, 17, 17, 0.8);
  overflow: hidden;
  padding: 0;
  margin-bottom: 0;
    position: sticky;
}

#hero .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#hero .carousel-item::before {
  content: '';
/*  background-color: rgba(29, 102, 168, 0.7); */
  background-color: rgba(0, 0, 0, 0.5); 
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .carousel-content {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -02px;
}

#hero h2 span {
  color: #5c9f24;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  font-size:18px;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
  opacity: 1;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.1); 
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #5c9f24;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 10px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  background:  linear-gradient(180deg, #3387d8 0%, #1D66A8 55%, #154e82 100%);
}

#hero .btn-get-started:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #1D66A8;
}

@media screen and (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections General

--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f1f8ff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color:#1d66a8;/* #054a85;  */
  font-family:Oswald,sans-serif;
}

.section-title p {
  margin-bottom: 0;
  font-style: italic;
}

/*************************/
.btn-more-blu {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 10px;
  transition: 0.5s;
  line-height: 1;
  color: #FFFFFF;
  background:  linear-gradient(180deg, #3387d8 0%, #1D66A8 55%, #154e82 100%);
  margin-top: 6px;
  border: 2px solid #ffffff;
  white-space: normal;
  z-index: 2;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}

.btn-more-blu::before,
.btn-more-blu::after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  opacity: 0;
  z-index: -1;
  background-color: #ffffff;
  transition: 0.5s all ease;
}

.btn-more-blu::before {
  left: 0;
}

.btn-more-blu::after {
  right: 0;
}

.btn-more-blu:hover::before,
.btn-more-blu:hover::after {
  width: 50%;
  opacity: 1;
}

.btn-more-blu:hover {
  background: #ffffff;
  color: #1D66A8;
  border: 2px solid #1D66A8;
  text-decoration: none;
}
.cstm-btn {
  display: inline-block;
  color: #ffffff;
  background:  linear-gradient(180deg, #3387d8 0%, #1D66A8 55%, #154e82 100%);
  font-weight: 500;
  padding: 10px 30px;
  position: relative;
  z-index: 1;
  text-decoration: none;
  border-radius: 10px;
  border: 2px solid #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cstm-btn:before,
.cstm-btn:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transition: 0.5s all ease;
  background-color: #FFFFFF;
}
.cstm-btn:before {
  left: 0;
}
.cstm-btn:after {
  right: 0;
}
.cstm-btn:hover {
  color: #1D66A8 !important;
  background-color: #FFFFFF;
  text-decoration: none;
}

.cstm-btn:hover:before,
.cstm-btn:hover:after {
  width: 50%;
  opacity: 1;
}



/***************************************
        Testimonial & Why us
***************************************/
/* :: Testimonials And Subscribe */
.testimonials{
	background: linear-gradient(rgba(5, 74, 133, 0.8), rgba(5, 74, 133, 0.9)), url(../img/testimonials-and-why-us.png) fixed center center;
    background-size: cover; 
    position: relative;
    overflow: hidden;
}

.testimonials .testimonials-box .box-item .text-box{
    padding: 30px;
    background-color: #CFA03E;
    border-bottom: 5px solid #FFF;
    position: relative;
	line-height:28px;
	text-align:justify;
}
.testimonials .testimonials-box.testimonials-box-Home-2 .box-item .text-box,
.testimonials .testimonials-box.testimonials-box-Home-3 .box-item .text-box{
    margin-bottom: 15px;
}
.testimonials .testimonials-box .box-item .text-box:after{
    content: '\f122';
    font-family: Flaticon;
    font-size: 80px;
    position: absolute;
    color: rgba(255, 255, 255, 0.2);
    top: 15px;
    right: 15px;
    z-index: 0;
    line-height: 1;
}
.testimonials .testimonials-box .box-item .text-box:before{
    content: '';
    position: absolute;
    border: 20px solid;
    border-color: transparent transparent transparent #FFF;
    left: 25px;
    bottom: -20px;
    z-index: -1;
}
.testimonials .testimonials-box .box-item .text-box p{
    color: #FFF;
    margin-bottom: 0;
    position: relative;
	font-size:18px;
}
.testimonials .testimonials-box .box-item .clients-talk{
    overflow: hidden;
    margin-top: 30px;
}
.testimonials .testimonials-box .box-item .clients-talk .img-box{
    height: 60px;
    width: 60px;
    display: block;
    margin-right: 15px;
    float: left;
    position: relative;
    border-radius: 50%;
}
.testimonials .testimonials-box .box-item .clients-talk .img-box img{
    border-radius: 50%;
    border: 2px solid #D5AA6D;
    padding: 4px;
    background-color: #FFF;
    margin: auto;
}
.testimonials .testimonials-box .box-item .clients-talk .info{
    padding-left: 75px;
}
.testimonials.Home-2 .testimonials-box .box-item .clients-talk .info{
    padding-left: 0px;
}
.testimonials .testimonials-box .box-item .clients-talk .info h5{
    color: #FFF;
    padding-top: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.testimonials .testimonials-box .box-item .clients-talk .info span{
    display: block;
    line-height: 15px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 10px;
    color: #CFA03E;
}
.testimonials .testimonials-box .box-item .text-box:before {
    content: '';
    position: absolute;
    border: 20px solid;
    border-color: transparent transparent transparent #FFF;
    left: 25px;
    bottom: -20px;
    z-index: -1;
}
.testimonials .testimonials-box .box-item .text-box:after {
    content: '\eff2';
    font-family: IcoFont;
    font-size: 80px;
    position: absolute;
    color: rgba(255, 255, 255, 0.2);
    top: 15px;
    right: 15px;
    z-index: 0;
    line-height: 1;
}

/*--------------------------------------------------------------
# Why Us  
--------------------------------------------------------------*/

.why-us {
/*  background: #f1f8ff;  */
  padding: 0;
}

.why-us .content {
  padding: 0 0 20px 0px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}

.why-us .accordion-list {
  padding: 0;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li + li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 15px;
  background: #ffffff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  padding-right: 30px;
  outline: none;
}

.why-us .accordion-list span {
  color: #3287d2;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
  color:#3287d2;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  text-align: justify;
  line-height: 24px;
  font-size:18px;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #1D66A8;
}

.why-us .accordion-list a.collapsed:hover {
  color: #3287d2;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#3287d2 50%, rgba(8, 128, 232, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(8, 128, 232, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
  border-left: 15px solid #3287d2;
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (max-width: 1024px) {
  .why-us .content, .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/******* Testimonial & Why us end ********/






/*--------------------------------------------------------------
# About - Old
--------------------------------------------------------------*/

.about {
  padding: 100px 0;
  background-color:#f1f8ff;
  position: relative;
}

.about .container {
  position: relative;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #3287d2;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #FFFFFF;
  background-color:#CFA03E;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #CFA03E;
}

.about .content .btn-learn-more:hover {
  background: #3287d2;
  color: #fff;
  text-decoration: none;
   border: 2px solid #3287d2;
}

@media (max-width: 992px) {
  .about {
    padding: 60px 0;
  }
}


/*********************************
        Contact Call Us Section
**********************************/
/* :: Contact */
.contact-call {
	background-color: #d0e8ff;
    color: #FFF;
    position: relative;
    overflow: hidden;
	
}
.contact-call .logo-contact{
    width: 100px;
    margin-bottom: 12px;
}
.contact-call .sec-title{
    margin-bottom: 30px;
}
.contact-call .phone-number{
position: relative;
    color: #CFA03E;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 2px;
    font-family: Oswald, sans-serif;
    margin-bottom: 30px;
    text-shadow: 1px 2px 1px #195e9b;
}
.contact-call .buttons a:first-of-type{
    margin-right: 30px;
}
@media (max-width:768px){
	.contact-call .buttons a:first-of-type {
    margin-right: 0;
	margin-bottom:15px;
}
}
#get-a-quote {
    padding: 30px 0;
    font-size: 34px;
    font-weight: 300;
    font-family: Oswald,sans-serif;
	background:#1d66a8;
	color:#ffffff;
}
#get-a-quote a{
    font-size: 34px;
    font-weight: 300;
    font-family: Oswald,sans-serif;
	color:#CFA03E;
	text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: 2px;
    text-underline-offset: 7px;
}
#contact-refusal-case {
    background-image: url(../img/bg-contact-refusal-case.jpg);
    background-position: center;
    background-repeat: no-repeat;
   background-attachment: fixed; 
    background-size: cover;
    color: #FFF; 
    position: relative;
    overflow: hidden;	
}
#contact-refusal-case .overlay-visa-refusal{
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
	background-color:rgb(0 0 0 / 45%);
} 
#contact-refusal-case h3{
    font-size: 42px;
    font-weight: 500;
    text-transform: capitalize;
	font-family: Oswald,sans-serif;
    margin-top: 0;
	margin-bottom: 40px;
    line-height: 1.3;
	text-shadow: 1px 1px 2px #000000;
	color:#ffffff;
  -webkit-text-fill-color: white; 
  -webkit-text-stroke-width: -1px;
  -webkit-text-stroke-color: #1d66a8; 
}
#contact-refusal-case .phone-number{
    margin-bottom: 40px;
}
#contact-refusal-case .phone-number a{
    position: relative;
    color: #CFA03E;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 2px;
     font-family: Oswald,sans-serif;
    margin-bottom: 40px;
	text-shadow: 1px 1px 2px #000000;
}
/*
#contact-refusal-case .email-id a{
    position: relative;
    color: #CFA03E;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -1px;
     font-family: Oswald,sans-serif;
    margin-bottom: 30px;
	
}
*/
#contact-refusal-case .logo-contact{
    width: 100px;
    margin-bottom: 12px;
}
#contact-refusal-case .btn-1 {
    background-color:#1d66a8;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 0 40px;
    line-height: 40px;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    border: 2px solid #CFA03E;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
	transition: 0.5s;
	border-radius:5px;
	
}
#contact-refusal-case .btn-1:hover{
    background: rgb(207,160,62);
    background: linear-gradient(
        180deg,
        rgba(230,185,90,1) 0%,
        rgba(207,160,62,1) 50%, 
        rgba(168,129,46,1) 100%);
    color:#333333;
}

#contact-refusal-case .btn-2 {
    background-color: #1d66a8;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 0 40px;
    line-height: 40px;
    letter-spacing: 0.25px;
    position: relative;
    display: inline-block;
    text-align: center;
    font-family: Oswald,sans-serif;
    font-weight: 400;
    border: 2px solid #1d66a8;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(52, 52, 52, 0.3);
    box-shadow: 0px 0px 20px 0px rgba(52, 52, 52, 0.3);
	border-radius:5px;
}
#contact-refusal-case .btn-2:hover{
    background: rgb(207,160,62);
    background: linear-gradient(
        180deg,
        rgba(230,185,90,1) 0%,
        rgba(207,160,62,1) 50%, 
        rgba(168,129,46,1) 100%);
    color:#333333;
}

#contact-refusal-case .border-lr:before {
    content: "";
    position: absolute;
	border:1px solid rgb(255 255 255 / 35%);
    left: 0;
    width: 40%;
    top: 50%;
}
#contact-refusal-case .border-lr:after {
    content: "";
    position: absolute;
	border:1px solid rgb(255 255 255 / 35%);
    right: 0;
    width: 40%;
    top: 50%;
}
#contact-refusal-case .buttons a:first-of-type{
    margin-right: 30px;
}
#contact-refusal-case .call-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
	animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    box-shadow: 0 0 0 0 rgba(246 176 36 / 80%);
}

#contact-refusal-case .call-btn i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  background: #4FCE5D;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  color: #ffffff;
  font-size: 24px; }
  
#contact-refusal-case .call-btn i:hover {
    color: #ffffff; }

#contact-refusal-case .call-btn:hover:after {
  background-color: #4FCE5D; 
}

#contact-refusal-case .call-image {
  position: relative; 
}
#contact-refusal-case .call-image .call-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); 
}

#contact-refusal-case .call-sub-title {
  font-size: 18px;
  color: #c11212; }

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0) scale(1);
            transform: translateX(0%) translateY(0%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0) scale(1.5);
            transform: translateX(0%) translateY(0%) translateZ(0) scale(1.5);
    opacity: 0; } }

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0) scale(1);
            transform: translateX(0%) translateY(0%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0) scale(1.5);
            transform: translateX(0%) translateY(0%) translateZ(0) scale(1.5);
    opacity: 0; } 
}
@media (max-width:768px){
	#contact-refusal-case .buttons a:first-of-type {
    margin-right: 0;
	margin-bottom:15px;
}
}
.btn-1 {
	background: linear-gradient(180deg, #3387d8 0%, #1D66A8 55%, #154e82 100%);
    font-size: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 2px 40px;
    line-height: 40px;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	transition: 0.5s;
	border-radius:5px;
}
.btn-1:hover{
    background: rgb(207,160,62);
    background: linear-gradient(
        180deg,
        rgba(230,185,90,1) 0%,
        rgba(207,160,62,1) 50%, 
        rgba(168,129,46,1) 100%);
    color:#333333;
}
.btn-2 {
    background: linear-gradient(180deg, #3387d8 0%, #1D66A8 55%, #154e82 100%);
    font-size: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 2px 40px;
    line-height: 40px;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	transition: 0.5s;
	border-radius:5px;
}
.btn-2:hover{
    background: rgb(207,160,62);
    background: linear-gradient(
        180deg,
        rgba(230,185,90,1) 0%,
        rgba(207,160,62,1) 50%, 
        rgba(168,129,46,1) 100%);
    color:#333333;
}

.sec-title {
    margin-bottom: 30px;
}
.sec-title h2:before {
    position: absolute;
    left: 0;
}
.sec-title h2:after {
    position: absolute;
    right: 0;
}
.quote .sec-title h2:after, .subscribe .sec-title h2:after {
    content: '';
}
.sec-title h2:after, .sec-title h2:before {
    content: '\ebb8';
    font-family: 'IcoFont';
}
.sec-title h3 {
    color: #1D66A8;
    font-size: 36px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 20px;
    line-height: 1.3;
	font-family: Oswald,sans-serif;
}
.sec-title h2 {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    color: #CFA03E;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.1;
    padding: 0 35px;
    letter-spacing: 2px;
	text-shadow: 1px 1px 1px #000000;
}
.overlay-3 {
    background-color: rgba(52, 52, 52, 0.5);
}
.overlay-4 {
    background-color: rgba(255, 255, 255, 0.8);
}
.overlay, .overlay-2, .overlay-3, .overlay-4 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.py-100 {
    padding: 100px 0;
}

/***************************
         Call us
***************************/
.border-lr:before {
    content: "";
    position: absolute;
	border:1px solid rgba(0,123,255,.25);	
    left: 0;
    width: 40%;
    top: 50%;
}
.border-lr:after {
    content: "";
    position: absolute;
	border:1px solid rgba(0,123,255,.25);	
    right: 0;
    width: 40%;
    top: 50%;
}
.call-us{
	padding-bottom:100px;
}
.call-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
	animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    box-shadow: 0 0 0 0 rgba(0,123,255,.5);
}

.call-btn i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  background: #4FCE5D;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  color: #ffffff;
  font-size: 24px; }
  
.call-btn i:hover {
    color: #ffffff; }

.call-btn:hover:after {
  background-color: #4FCE5D; 
}

.call-image {
  position: relative; 
}
.call-image .call-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); 
}

.call-sub-title {
  font-size: 18px;
  color: #c11212; }

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0) scale(1);
            transform: translateX(0%) translateY(0%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0) scale(1.5);
            transform: translateX(0%) translateY(0%) translateZ(0) scale(1.5);
    opacity: 0; } }

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0) scale(1);
            transform: translateX(0%) translateY(0%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) translateY(0%) translateZ(0) scale(1.5);
            transform: translateX(0%) translateY(0%) translateZ(0) scale(1.5);
    opacity: 0; } 
}
/*************WhatsApp Button**************/
.sticky-icons {
    display: flex;
    position: fixed;
    bottom: 6px;
    left: 0px;
    z-index: 100;
	padding:4.5px 5px;
	display: none;
}
.sticky-icons a.whatsapp-icon {
    position: relative;
	z-index:1;
    display: flex;
    width: 40px;
    height: 40px;
    border: none;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 0 rgba(0,211,102,.7);
    border-radius: 50%;
    background-color: #3c6;
    cursor: pointer;
	animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(.66,0,0,1);
    font-size: 25px;
    color: #fff;
    margin-right: 5px;
	margin-bottom:4px;
	margin-left:10px;
	padding: 4.5px 5px;
	border:2px solid #ffffff;
}
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}
}

.sticky-icons a.whatsapp-icon:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

/***************WhatsApp Button End******/





/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  padding: 50px 40px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.services .icon-box i {
  float: left;
  color: #CFA03E;
  font-size: 40px;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #05579e;
  transition: 0.3s;
}

.services .icon-box h4 a:hover {
  color: #3287d2;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(5, 74, 133, 0.8), rgba(5, 74, 133, 0.9)), url("../img/location-bg.jpg") fixed center center;
  background-size: cover;
/*  padding: 120px 0;  */
  
}

.cta h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  font-family: Oswald,sans-serif;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border-radius: 10px;
  border: 2px solid #CFA03E;
  color: #fff;
}

.cta .cta-btn:hover {
  background: rgb(207,160,62);
    background: linear-gradient(
        180deg,
        rgba(230,185,90,1) 0%,
        rgba(207,160,62,1) 50%, 
        rgba(168,129,46,1) 100%);
    color:#333333;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background-color: rgb(0 123 255 / 10%);
  margin-top:-60px;
}
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  background: #fff;

}

.team .member .pic {
  overflow: hidden;
  width: 130px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #05579e;
}

.team .member span {
  display: block;
  font-size: 17px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #bfe0fd;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 16px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #ecf6fe;
  color: #0665b7;
}

.team .member .social a i {
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #3287d2;
  color: #fff;
}

.team .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing {
	background: url(../img/bg-form.gif) top center repeat; 
}
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(8 128 232 / 15%);
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 10px;
  font-size: 24px;
  font-weight: 700;
  color: #05579e;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #0880e8;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color:rgb(88 157 218);
  text-align: center;
  line-height: 20px;
  font-size: 16px;
}

.pricing ul li {
  padding-bottom: 10px;
    padding-top: 10px;
   border-bottom: 1px solid #e4e4e4;
}
.pricing ul li a{
  color:rgb(88 157 218);
  font-family:Oswald;
  font-size:18px;
  font-weight:400;
}
.pricing ul li a:hover{
  color:#CFA03E;
}
.pricing ul i {
  color: #0880e8;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: rgb(0 0 0 / 7%);
  text-align: center;
}

.pricing .btn-buy {
  background:  linear-gradient(180deg, #3387d8 0%, #1D66A8 55%, #154e82 100%);
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 10px;
  color: #fff;
  transition: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: rgb(207,160,62);
    background: linear-gradient(
        180deg,
        rgba(230,185,90,1) 0%,
        rgba(207,160,62,1) 50%, 
        rgba(168,129,46,1) 100%);
    color:#333333;
}

.pricing .featured h3 {
  color: #fff;
  background: #1D66A8;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #0880e8;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 0px;
}

.faq .faq-list li {
  padding: 15px;
  background: #transparent;
  border-radius: 0px;
  position: relative;
  border-bottom: 1px solid rgb(8 128 232 / 25%);
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 15px;
  outline: none;
  color:#0880e8;
}

.faq .faq-list .icon-help {
  font-size: 22px;
  position: absolute;
  right: 0;
  left: 0px;
  color:rgb(29 102 168 / 75%);
}
.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
   color:#1d66a8;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 20px 0 15px;
  text-align: justify;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #1d66a8;
}

.faq .faq-list a.collapsed:hover {
  color: #0880e8;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-show:hover {
  color:#CFA03E;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}
.faq .faq-inner-li ul {
  padding: 0;
  list-style: none;
}
.faq .faq-inner-li li{
	border-bottom:0;
	padding: 5px 25px;
   border-radius: 0px;
  position: relative;
}
.faq .faq-inner-li ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    display: inline-block;
    padding-right: 5px;
    margin-top: -5px;
    vertical-align: middle;
    font-weight: 900;
    background: transparent;
    color: #3287d2;
}
.faq .faq-inner-li a {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    outline: none;
    color: #0880e8;
	display: contents;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}


/**************************************
           Contact Location Area
**************************************/
.loaction-area {
    position: inherit;
	background: url(../img/bg-form.gif) top center repeat; 
}
.location-bg {
    background-image:url(../img/location-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
	z-index: 1;
}

.location-bg:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #1D66A8;
    opacity: .90;
}
.location-bg:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -20px;
    width: 88%;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #CFA03E;
}
.location-item {
    margin-bottom: 30px;
    position: relative;
    padding-left: 90px;
}
.location-item .location-icon {
    position: absolute;
    left: 0;
    top: 0;
}
.location-item .location-icon i {
    display: inline-block;
    color: #ffffff;
    font-size: 28px;
    position: absolute;
    left: 32px;
    top: 28px;
}
.location-item h3 {
    font-weight: 600;
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 15px;
    font-family: "Playfair Display", serif;
}
.location-item ul {
    margin: 0;
    padding: 0;
    margin-bottom: 2px;
}
.location-item ul li:last-child {
    margin-bottom: 0;
}
.location-item ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 3px;
    font-size: 16px;
	color:#f1f8ff;
}
.location-item ul li a {
    color: #ffffff;
}
.location-item ul li a:hover {
    color: #CFA03E;
}
.location-item .location-link {
    display: block;
    color: #CFA03E;
    margin-top: 10px;
}
.location-item .location-link:hover{
    color: #ffffff;
}
@media only screen and (max-width: 767px){
.location-bg {
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.location-item {
    padding-left: 90px;
}
}
.location-google{
	background-color:#CFA03E;
	color:#ffffff;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	padding:15px;
	width:78%;
	position: relative;
	z-index:1;
}
.location-google a{
	color:#444444;
	font-weight:600;
	font-size:16px;
}
.location-google a:hover{
	color:#3287d2;
	font-weight:600;
	letter-spacing: 1.5px;
}

/************************************************
         Quick Query Form Section
************************************************/
.quick-query-form {
    background-image:url(../img/quick-query-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}
.quick-query-form:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #1D66A8;
    opacity: .90;
}
.quick-query-item{
/*	background-color: #F9F9F9;
    margin-bottom: 15px; */
    padding: 5px 15px 10px 15px;
    position: relative;
}
.query-append-item{
	background-color:transparent;
	color:#CFA03E;
	padding: 0;
    border: none;
    margin-bottom: 3px;
}
.quick-query-item-label{
	font-size:90%;
	color:#1D66A8;
	font-weight:700;
	text-transform: normal;
}
.query-append-item::before, .query-append-item::after{
  right: 0;
  left: auto;
}
.custom-select{
	color:#1D66A8;
}
#quick-query-side .form-control{
/*	border: 1px solid rgb(8 128 232 / 25%);   */
    padding: 10px;
	border:1px solid #f9f9f9;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	border-radius:5;
}
#quick-query-side .custom-select{
/*	border:none;
	border-bottom:1px solid rgb(246 176 36 / 39%);
	border-radius:0; */
/*	border: 1px solid rgb(8 128 232 / 25%); */
	border:1px solid #f9f9f9;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	color:#1D66A8;
	padding:10px;
}

#quick-query-side .quick-query-item {
    padding: 5px;
    position: relative;
}


/******* Placeholder Text color ***********/
form .form-control::-webkit-input-placeholder { 
  color: rgb(8 128 232 / 45%);
}

form .form-control::-moz-placeholder {
  color: rgb(8 128 232 / 45%);
}
form .form-control:-ms-input-placeholder {
  color: rgb(8 128 232 / 45%);
}
form .form-control:placeholder {
  color: rgb(8 128 232 / 45%);
}
/******* Placeholder Text color ***********/
::-webkit-input-placeholder { 
  color: rgb(8 128 232 / 45%);
}
::-moz-placeholder {
  color: rgb(8 128 232 / 45%);
}
:-ms-input-placeholder {
  color: rgb(8 128 232 / 45%);
}
::placeholder {
  color: #1D66A8;
}
/*********************************************************
                      Contact Page
*********************************************************/
.contact-us-page-header{
	font-size:36px;
	font-weight:900;
	color:#1D66A8;
}

.contact-us-page-header  h2::after{
background-image: -webkit-linear-gradient(top,#1D66A8 0,#1D66A8 100%);
    background-image: linear-gradient(to bottom,#1D66A8 0,#1D66A8 100%);
    content: "";
    display: block;
    height: 3px;
    margin: 10px 0;
    width: 100px;
}

.feature_ikon, .feature_ikon p, .feature_ikon h3 {
    text-align: center !important;
}
.feature_ikon .fa {
    text-align: center;
    font-size: 48px;
    background-color: transparent;
    color: #CFA03E;
    width: 100px;
    height: 100px;
    border: 5px solid #3287d2;
    border-radius: 50%;
    line-height: 90px;
    margin: 0 auto;
}
.feature_ikon .fa:hover {
    border: 5px solid #CFA03E;
    background-color: #3287d2;
    color: #fff;
}
.fa-phone:before {
    content: "\f095";
}

.feature_ikon h3 {
	font-size: 24px;
    font-weight: 600;
    color: #1D66A8;
    text-transform: none;
} 
.fa-map-marker:before {
    content: "\f041";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-clock-o:before {
    content: "\f017";
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
/*--------------------------------------------------------------
# Contact- Old
--------------------------------------------------------------*/
.pb-100 {
    padding-bottom: 100px;

}
.contact {
	padding-top:200px;	
  background: url("../img/quick-query-bg.png") left center no-repeat;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	margin-top:-150px;
}

.contact:before {
  content: "";
  background: #f1f8ff;
  position:revert;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.contact .container {
  position: relative;
}

.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  background: #3287d2;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #043c6d;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 16px;
  color: #444444;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
  background: #f1f8ff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 16px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  border: 0;
  padding: 10px 32px;
  color: #3287d2;
  transition: 0.4s;
  border-radius: 50px;
  border: 2px solid #3287d2;
  background: #fff;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #3287d2;
  color: #fff;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 127px 0;
  background: #ecf6fe; 
  margin-top: 166px;
  background-image:url(../img/bg-breadcrumbs.png); 
  background-size: cover;
  text-align: center;
}

@media (min-width: 220px) and (max-width:992px) {
  .breadcrumbs {
    margin-top: 105px;
  }
}
/*
@media (min-width: 768px) and (max-width:992px) {
  .breadcrumbs {
    margin-top: 102px;
  }
}
*/
.breadcrumbs ol li a{
	color:#1d66a8;
	
}
.breadcrumbs h2 {
  font-size: 32px;
  font-weight: 600;
  color: #043c6d;
  margin-bottom: 0;
  font-family: Oswald,sans-serif;
}
.breadcrumbs nav {
    font-size: 42px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
    font-family: Oswald, sans-serif;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: inherit; /* wrap;  */
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 16px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #1D66A8;
  content: "/";
  font-weight:900;
}
.breadcrumb-list {
  list-style: none;
  display: flex;
  gap: 8px;
  font-family: Oswald, sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #043c6d;
  margin: 0;
  padding: 0;
}

.breadcrumb-list li {
  display: inline;
}

.breadcrumb-list li a {
  color: #043c6d;
  text-decoration: none;
}

.breadcrumb-list li a:hover {
  text-decoration: underline;
}

.breadcrumb-list li[aria-current="page"] {
  color: #6c757d;
  font-weight: 700;
}
/*************************************
         Breadcrumb Custom
************************************/
/* Style the list */
ul.breadcrumb {
  padding: 15px 0px;
  list-style: none;
  background-color: #3287d2;
  border-radius:0;
  line-height:20px;
  margin-bottom:0;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 16px;
  color:#fff;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 5px;
  color: #CFA03E;
  content: "/\00a0";
  font-weight:900;
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #FFFFFF;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #CFA03E;
  text-decoration:none;
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
#blog{
	background:url(../img/bg-sub-page.png) top center  no-repeat;
	background-size:cover; 
	background-attachment: fixed;
}
.blog {
  padding: 40px 0;
}

.blog .entry {
  padding: 20px;
  margin-bottom: 60px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 400px;
  margin: -20px -20px 20px -20px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.blog .entry .entry-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
  color:#1D66A8;
}

.blog .entry .entry-title a {
  color: #054a85;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #3287d2;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #2b99f8;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  padding-right: 4px;
}

.blog .entry .entry-meta a {
  color: #2b99f8;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 28px;
  font-size: 18px;
  font-weight:400;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #CFA03E;
  color: #fff;
  padding: 6px 20px 8px 20px;
  transition: 0.3s;
  font-size: 16px;
  border-radius: 50px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #3287d2;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #3287d2;
  display: inline;
}
.blog .entry .entry-footer i:hover {
  color: #CFA03E;
  transition: 0.5s;
  
}

.blog .entry .entry-footer a {
  color: #3287d2;
  transition: 0.5s;
}

.blog .entry .entry-footer a:hover {
  color: #CFA03E;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 16px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 16px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .entry-single .entry-title {
  font-size: 32px;
  line-height: 38px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
}

.blog .blog-author h4 {
  margin-left: 140px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
}

.blog .blog-author .social-links {
  margin: 0 0 5px 140px;
}

.blog .blog-author .social-links a {
  color: #bfe0fd;
}

.blog .blog-author p {
  margin-left: 140px;
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  width: 50px;
}

.blog .blog-comments .comment h5 {
  margin-left: 65px;
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #CFA03E;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #3287d2;
}

.blog .blog-comments .comment time {
  margin-left: 65px;
  display: block;
  font-size: 16px;
  color: #2b99f8;
  margin-bottom: 5px;
}

.blog .blog-comments .comment p {
  margin-left: 65px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .inner-main-page .reply-form {
  margin-top: 50px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 16px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 20px 10px;
  font-size: 16px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #fad386;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 0;
  padding: 10px 10px;
  font-size: 16px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #fad386;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 50px;
  padding: 10px 30px;
  border: 0;
  background-color: #3287d2;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #CFA03E;
}

.blog .blog-pagination {
  color: #5db1f9;
}

.blog .blog-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.blog .blog-pagination li {
  border: 1px solid white;
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li.active {
  background: white;
}

.blog .blog-pagination li a {
  color: #aaaaaa;
  padding: 7px 16px;
  display: inline-block;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #3287d2;
  border: 1px solid #3287d2;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .blog-pagination li.disabled {
  background: #fff;
  border: 1px solid white;
}

.blog .blog-pagination li.disabled i {
  color: #f1f1f1;
  padding: 10px 16px;
  display: inline-block;
}
/******** Custom Page Navigation***********/
.blog .page-navigation {
    border-bottom: 1px dashed #8c8c8c;
    border-top: 1px dashed #8c8c8c;
    display: inline-block;
    padding: 20px 0;
    width: 100%;
	margin-top:50px;
}
.blog .page-navigation .left {
    float: left;
	color:#3287d2;
}
.blog .page-navigation .right {
    float: right;
	color:#3287d2;
}
.blog .page-navigation .fa-chevron-circle-left:before {
    content: "\f137";
	color:#3287d2;
	font-size:18px;
}
.blog .page-navigation .fa-chevron-circle-right:before {
    content: "\f138";
	color:#3287d2;
	font-size:18px;
}
/******* End Custom Page Navigation***********/

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #054a85;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
  border-radius: 50px;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 60px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 25px;
  margin: -1px;
  border-radius: 50px;
  background: #3287d2;
  color: #fff;
  transition: 0.3s;
}

.blog .sidebar .search-form form button:hover {
  background: #2b99f8;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #0665b7;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #CFA03E;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #8ec8fb;
  font-size: 16px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 17px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #054a85;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #CFA03E;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #138df7;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #3287d2;
  font-size: 16px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #ddeefe;
  border-radius: 50px;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border-color: #CFA03E;
  background: #CFA03E;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: white;
  font-size: 16px;
}

#our-blog{
	background: url(../img/bg-form.gif) top center repeat;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background:#1767ad;/* #05579e;  */
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 16px;
  z-index:auto; 
}
.footer-area{
	position:relative;
}

#footer .footer-newsletter {
  padding: 0 0 50px 0;
  background:#1767ad;
  background-size: cover;
  display: none;
}
#footer .footer-newsletter h4 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  font-family: Oswald,sans-serif;
}

#footer .footer-newsletter form {
  margin-top: 0;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 90px);
  margin-left: 7px;
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  margin: 3px;
  background: #CFA03E;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  text-transform:uppercase;
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #3287d2;
}

#footer .footer-top {
  background:#0c518d;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 20px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  font-family: 'Oswald';
}

#footer .footer-top .footer-info p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: rgba(255, 255, 255, 0.75);
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1767ad;
  color: #fff;
  line-height: 1;
  padding: 12px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #CFA03E;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-transform: none;
  position: relative;
  padding-bottom: 12px;
  font-family: 'Oswald';
}
#footer .footer-menu-item h5 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-transform: none;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #5db1f9;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.75);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ffffff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
  color: rgba(255, 255, 255, 0.75);
}

#footer .copyright {
  text-align: center;
  padding-top: 36px;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 15px;
  color: #fff;
}

#footer .credits a {
  color: #CFA03E;
}
@media only screen and (max-width: 768px) {
#footer .footer-newsletter form {
    padding: 0px 10px;
}
#footer .footer-newsletter form input[type="submit"] {
    font-size: 14px;
    padding: 0 10px;
}
}
/**************************************
             Line Animaation
***************************************/
.line_animation {
    top: 0px;
    left: 50%;
    width: 80%;
    bottom: 0px;
/*    z-index: -1; */
    display: block;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 1px solid #d0e8ff;
}
.line_animation:before {
    width: 3px;
    left: -2px;
    content: '';
    height: 12px;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: line_animation 15s ease-out infinite;
    animation: line_animation 15s ease-out infinite;
    background-color: #CFA03E;
}
.line_animation .line_area:nth-child(odd):before {
    -webkit-animation: line_animation_2 15s ease-out infinite;
    animation: line_animation_2 15s ease-out infinite;
}
.line_animation .line_area:before {
    width: 3px;
    right: -2px;
    content: '';
    height: 12px;
    border-radius: 100%;
    position: absolute;
    background-color: #CFA03E;
}
.line_animation .line_area {
    width: 20%;
    float: left;
    height: 100%;
    position: relative;
    display: inline-block;
    border-right: 1px solid #d0e8ff;
}
.line_animation .line_area:nth-child(even):before {
    -webkit-animation: line_animation 15s ease-out infinite;
    animation: line_animation 15s ease-out infinite;
}

@-webkit-keyframes line_animation {
  0% {
    top: 0px;
    opacity: 1; }
  50% {
    top: 50%; }
  100% {
    top: 100%;
    opacity: 1; } }

@keyframes line_animation {
  0% {
    top: 0px;
    opacity: 1; }
  50% {
    top: 50%; }
  100% {
    top: 100%;
    opacity: 1; } }

@-webkit-keyframes line_animation_2 {
  0% {
    opacity: 1;
    bottom: 0px; }
  50% {
    bottom: 50%; }
  100% {
    bottom: 100%;
    opacity: 1; } }

@keyframes line_animation_2 {
  0% {
    opacity: 1;
    bottom: 0px; }
  50% {
    bottom: 50%; }
  100% {
    bottom: 100%;
    opacity: 1; } 
}
/********************************************
            Footer left right image
********************************************/
@media only screen and (max-width: 1980px) {
.footer-left-img {
    bottom: 85px;
}}
.footer-left-img {
    position: absolute;
    left: 15px;
    bottom: 90px; 
    z-index: 0;
}
@media only screen and (max-width: 1600px){
.footer-left-img img {
    width: 120px;
}}
@media only screen and (max-width: 1440px) {
.footer-left-img img {
    display: none;
}}
@media only screen and (max-width: 1980px) {
.footer-right-img {
    bottom: 85px;
}}
@media only screen and (max-width: 1980px){
.footer-left-img img {
    width: 150px;
	display: none;
}}
.footer-right-img {
    position: absolute;
    right: 0;
	bottom: 90px;  
    z-index: 0;
}
@media only screen and (max-width: 1980px) {
.footer-right-img img {
    max-width: 150px;
	display: none;
}}
@media only screen and (max-width: 1440px) {
.footer-right-img img {
    display: none;
}}
/********** Scrollify Pagination*******/
.scroll-indicator-controller {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
  z-index: 2;
}

@media (max-width: 1024px) {
.scroll-indicator-controller {
    right: 10px;
  }
}
.scroll-indicator-controller > div {
	width:10px;
/*  width: 15px; */
  height: 10px;
  position: relative;
  border-radius: 50%;  
  border: 1px solid #65a0d6;
  background: #65a0d6;
/*  background: #F2F2F2;   */
  margin: 0 0 15px 0;
  cursor: pointer;
  transition: background 0.4s ease;
  will-change: transition;
}
.scroll-indicator-controller > div:hover {
	background-color:#65a0d6;
	 border: 1px solid #65a0d6;

}
.scroll-indicator-controller > div span {
  color: #ffffff;
  position: absolute;
  right: calc(100% + 2px);
  white-space: nowrap;
  top: -8px;
  font-family: arial, sans-serif;
  font-size: 16px;
  line-height: 17px;
  width: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.4s ease;
  will-change: transition;
  background: #3287d2;
  border:0.50px solid #fff;
    padding: 2px 15px 3.5px;
    border-radius: 25px;
}

@media (hover: none) {
  .scroll-indicator-controller > div span {
    display: none;
  }
} 

.scroll-indicator-controller > div span:after {
  content: "-----";
  padding-left: 5px;
  letter-spacing: -2px;
  font-family: arial, sans-serif;
  vertical-align: text-top;
}
@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .scroll-indicator-controller > div:hover span {
    width: auto;
    opacity: 1;
    overflow: visible;
    transform: translateX(0px);
  }
}
.scroll-indicator-controller > div.active {
  background: #CFA03E;
  border-color: rgba(0, 0, 0, 0.25);
  border:1px solid #CFA03E;
}
@supports (-ms-ime-align:auto) {
  .scroll-indicator-controller > div span {
    transition: opacity 0.4s ease;
  }
}
@media screen and (max-width:767px) {
	.scroll-indicator-controller {
		display:none;
	}
	
}
/***************************************
            Index blog Page
***************************************/
@media screen and (max-width:768){
.index-blog-card {
	margin-top:50px;
}
}
.index-blog-card{
    margin-top:50px;
	background:#fafafa;
	border-radius:7px;
}
.index-blog-card .card-body{
    text-align:center;

}
.index-blog-card-5 .btn{
    border-radius:2px;
    
    font-size:14px;
    
}
.index-blog-card .btn:hover{
    background-color:#CFA03E;
	border-color:#CFA03E;
}
.index-blog-card .card-img-block {
    width: 91%;
    margin: 0 auto;
    position: relative;
    top: -20px;
    
}
.index-blog-card .card-img-block img{
    border-radius:5px;
    box-shadow:0 0 10px rgba(0,0,0,0.63);
}
.index-blog-card h5{
    color:#3287d2;
    font-weight:500;
}
.index-blog-card .card-title{
	color: #3287d2;
	font-weight:500;
	font-size:24px;
	text-align:left;
}
.index-blog-card .card-title a{
	color: #1d66a8;
	transition: 0.5s;
}
.index-blog-card .card-title a:hover{
	color: #3287d2;
	transition: 0.5s;
}
.index-blog-card p{
    font-size:16px;
    font-weight:400;
	text-align:justify;
}
.index-blog-card .btn-primary{
    background-color:#1D66A8;
    border-color:#1D66A8;
	padding:6px 30px;
	border-radius:50px;
	background-color:#3287d2;
	border-color:#3287d2;
	text-transform:uppercase;
}
.index-blog-card .btn-blog{
	width:100%;
	padding:10px 20px;
	background:#3287d2;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	text-transform:uppercase;
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
	
}
.index-blog-card .btn-blog:after {
    content: "\ea94";
    font-family: IcoFont;
    font-weight: 500;
    position: absolute;
	font-size:32px;
   	color:#ffffff;
	right:30px;
	bottom:-2px;
}
.index-blog-card .btn-blog:hover{
	background:#CFA03E;
	color:#ffffff;
	letter-spacing: 1px;
	transition: 0.5s;
}
.index-blog-card .btn-blog:hover::after{
	right:15px;
	transition: 0.5s;
}

/************************************
        Inner-main-page
************************************/
.mt-115{
	margin-top:85px;
}
#main-sub-page{
	padding-top:40px;
	padding-bottom:60px;
	background:url(../img/bg-sub-page.png) top center  no-repeat;
	background-size:cover; 
	background-attachment: fixed;
/*	margin-top:75px;   */
}
#main-sub-page .sidepage .sidepage-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color:#1d66a8;
    position: relative;
}

.innr-sb-pg{
	background: url(../img/bg-sub-page.png) top center no-repeat; 
	background-size:cover; 
    background-attachment: fixed;
}
.inner-main-page{
/*	padding-top:75px; */
}
.inner-p-img{
/*	border:1px solid #f9f9f9; */
	margin-bottom:30px;
/*	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3); */
	box-shadow:0 8px 12px #777;
	width:100%;
	border-radius:5px;
}
.inner-main-page p{
	text-align:justify;
}
.inner-main-page h2{
	font-size: 38px;
    line-height: 44px;
	color:#1d66a8;
	font-weight:600;
	margin-bottom:20px;
	font-family:Oswald,sans-serif;
	padding: 15px 0;
}
.inner-main-page h3{
	font-size:30px;
	font-weight:600;
	color:#1D66A8;
	text-transform:none;
	margin-bottom:15px;
	padding: 15px 0 0 0;
	font-family:Oswald,sans-serif;
}

.inner-main-page .news-heading{
	font-size:20px;
	line-height:24px;
}
.inner-main-page .news-heading a{
	color:#3287d2;
	font-weight:500;
}
.inner-main-page .news-heading a:hover{
	color: #054a85;
	transition: 0.5s;
}
.inner-main-page .news-description{
	font-size:16px;
	line-height:22px;
	padding:10px 0;
}
.inner-main-page .news-update{
	font-size:12px;
	color:grey;
}
.inner-main-page .news-update::after{
	display: block;
    content: "";
    border-top: 1px dotted #8c8c8c;
    width: 100%;
    margin: 45px 0 20px 0;
}
.inner-main-page .news-update .left{
	float:left;
	margin-top:-40px;
}
.inner-main-page .news-update .right{
	float:right;
	margin-top:-40px;
	
}
@media (max-width:768px){
.inner-main-page .news-update .left{
	float:left;
	margin-top:-40px;
	width:100%
}
.inner-main-page .news-update .right{
	float:left;
	margin-top:-20px;
	width:100%;
}
}
.inner-main-page ul li:before{
/*	font-family: "Font Awesome 5 Free";
   content: "\f138";
   display: inline-block;
   padding-right: 5px;
   margin-top:-5px;
   vertical-align: middle;
   font-weight: 900;
   background:transparent;
   color:#3287d2;  
   box-shadow: 0 2px 4px #777777; */
	color: #3287d2;
    font-size: 18px;
    font-weight: bold;
    --size: 18px;
    line-height: var(--size);  
    height: var(--size);
    top: 0px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 2px 4px #777777;
    padding: 3px 3;
    font-family: 'FONT AWESOME 5 FREE';
    content: "\f138";
	display:inline-block;
	padding:0;
	margin: 0 10px 0 0;  
}
/******* For removing Before Tag in Nav-Tabs Panel*******/
.inner-sub-page ul li::before{
	content:none;
}
/********************************************************/

.inner-main-page .accordion-list ul li:before {
    display:none;
	
}

.inner-main-page ul li{
	list-style: none; 
}
.inner-main-page ul{
	padding-left:10px;
	line-height:32px; 
}
.inner-main-page ol{
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;

}
.inner-main-page ol li{
	margin: 0 0 0.5rem 0;
	counter-increment: my-awesome-counter;
	position: relative;
}
.inner-main-page ol li::before {
  content: counter(my-awesome-counter);
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  --size: 18px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 3px;
/*  transform: rotate(-10deg); */
  background: #3287d2;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 2px 4px #777777;
  padding: 1px 1px 3px 0;
}

.blockquote {
  overflow: hidden;
  background-color: #eeeeee;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  text-align:center;
}

.blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #3287d2;
  margin-top: 20px;
  margin-bottom: 20px;
}
.inner-share {
  font-size: 16px;
}

.inner-share i {
  padding-left: 5px;
}


.sidepage{
	padding:15px;
	margin: 0 0 30px 20px;
	box-shadow: 1px 0 10px 5px rgba(0, 0, 0, 0.1);
	background: #ffffff;
    border-radius: 5px;
}

.sidepage img{
	width:100%;
	height:auto;
}
@media (max-width: 768px) {
.sidepage{
	padding:15px;
	margin: 0 0 30px 0px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
}
.sidepage-item{
	margin-bottom:30px;
}

.sidepage .sidepage-query-txt{
	font-size:13px;
	font-weight:500;
	line-height:16px;
	text-align: center;
	color:#1D66A8;
	width:100%;
	margin-bottom:0;
	padding:0;
}
.sidepage .news-head-marquee{
	padding:15px 0;
	color:#ffffff;
	border-radius:0;
	background: rgb(23,103,173);
	background:  linear-gradient(180deg, #3387d8 0%, #1D66A8 55%, #154e82 100%);
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	display:block;
	text-align:center;
	font-family:Oswald,sans-serif;
	font-weight: 500;
	letter-spacing:0.50px;
	border-bottom:none;
}	

.sidepage .news-heading{
	font-size:18px;
	line-height:22px;
}
.sidepage .news-heading a{
	color:#3287d2;
	font-weight:500;
}
.sidepage .news-heading a:hover{
	color: #000000;
	transition: 0.5s;
}
.sidepage .news-description{
	font-size:14px;
	line-height:22px;
	padding:10px 0;
	margin-bottom:15px;
}
.sidepage .news-update{
	font-size:12px;
	color:grey;
}

.sidepage .news-update .left{
	float:left;
	margin-top:-10px;
	display:block;
	width:100%;
}
.sidepage .news-update .right{
	float:left;
	margin-top:0px;
	display:block;
	width:100%;	
	margin-bottom:15px;
}
.sidepage .news-update .right::after{
	display: block;
    content: "";
    border-top: 1px dotted #8c8c8c;
    width: 100%;
    margin-top: 10px;
}
.sidepage .accordion-list .accrodion-li-custom{
	background: url(../img/quick-query-side.png) top center no-repeat;
	background-size:100% 70px;
	height:100%;
	border:none;
	box-shadow: 0 2px 8px rgb(255 255 255 / 10%);
}
.inner-main-page .sidebar {
  padding: 30px;
  margin: 0 0 30px 0px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius:10px;
}

.inner-main-page .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #054a85;
  position: relative;
}

.inner-main-page .sidebar .sidebar-item {
  margin-bottom: 30px;
}
.blog .inner-img{
	margin:30px 20px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
.blog .sidepage .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidepage .recent-posts img {
  width: 80px;
  height:65px;
  float: left;
}

.blog .sidepage .recent-posts h4 {
  font-size: 17px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidepage .recent-posts h4 a {
  color:#1d66a8;
  transition: 0.3s;
}

.blog .sidepage .recent-posts h4 a:hover {
  color: #CFA03E;
}

.blog .sidepage .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 12px;
  color: rgb(8 128 232 / 50%);
}
.blog .sidepage .sidepage-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color:#1d66a8;
    position: relative;
}
@media (max-width: 768px) {
.sidepage {
		margin-top:30px;
	}
}

.grecaptcha-badge{
	z-index:9;
}
/******* gradient fancy moving border******/
.gradient-border {
  --borderWidth: 3px;
  background: #1D1F20;
  position: relative;
  border-radius: var(--borderWidth);
}
.gradient-border:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 200% 200%;
}


@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.kywrd-txt{
	font-size:10px;
	color:#ffffff;
}
.invalid-feedback{
	padding-left:10px;
	color:#ff0000;
}
/****************************************
     Inner main page   UK VFS Centres Accordion
*****************************************/
/*
.inner-accordion {
/*  background: #f1f8ff; 
  padding: 0;
}
*/
.inner-accordion .content {
  padding: 0 0 20px 0px;
}

.inner-accordion .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.inner-accordion .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.inner-accordion .content p {
  font-size: 15px;
  color: #848484;
}

.inner-accordion .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}

.inner-accordion .accordion-list {
  padding: 0;
  font-size:16px;
}

.inner-accordion .accordion-list ul {
  padding: 0;
  list-style: none;
}

.inner-accordion .accordion-list li + li {
  margin-top: 15px;
}

.inner-accordion .accordion-list li {
  padding: 15px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid rgb(8 128 232 / 25%);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.inner-accordion .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-right: 30px;
  outline: none;
}

.inner-accordion .accordion-list span {
  color: #3287d2;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.inner-accordion .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
  color:#3287d2;
}

.inner-accordion .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  text-align: justify;
  line-height: 16px;
}

.inner-accordion .accordion-list .icon-show {
  display: none;
}

.inner-accordion .accordion-list a.collapsed {
  color: #1D66A8;
}

.inner-accordion .accordion-list a.collapsed:hover {
  color: #3287d2;
}

.inner-accordion .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.inner-accordion .accordion-list a.collapsed .icon-close {
  display: none;
}

.inner-accordion .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#3287d2 50%, rgba(8, 128, 232, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.inner-accordion .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.inner-accordion .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(8, 128, 232, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.inner-accordion .play-btn:hover::after {
  border-left: 15px solid #3287d2;
  transform: scale(20);
}

.inner-accordion .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (max-width: 1024px) {
  .inner-accordion .content, .inner-accordion .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .inner-accordion .content {
    padding-top: 30px;
  }
  .inner-accordion .accordion-list {
    padding-bottom: 30px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/******* Accordion UK VFS Centres end ********/
.td-city{
	color:#1D66A8;
	text-transform:uppercase;
	font-weight:600;
	width:100%;
}
.nav-tabs .nav-link{
	background:rgba(6, 98, 178, 0.9);
	border-radius:0;
	color:#ffffff;
	border-bottom:0;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.nav-tabs .nav-link.active{
	border:1px solid #CFA03E;
}
.form-control{
	color: #1d66a8;
	height: calc(1.5em + 1.1rem + 2px);
    padding: 10px;
	border: 1px solid rgb(8 128 232 / 15%); 
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	font-size:18px;
}
.custom-select {
	height: calc(1.5em + 1.1rem + 2px);
    padding: 10px;
    border: 1px solid rgb(8 128 232 / 15%); 
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	font-size:18px;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
 /*   background-color: #fffff; */
    background: #3287d2;
}

.ui-widget-content {
    color: #3287d2;
}
.ui-datepicker .ui-datepicker-title {
    color: #FFFFFF;
}
.ui-datepicker table {
    color: #3287d2;
}
.ui-timepicker-standard a {
    border: 1px solid rgb(8 128 232 / 5%); 
    color: #222;
    display: block;
    padding: 8px 5px;
    text-decoration: none;
}
.ui-menu .ui-menu-item a {
    color: #3287d2;
	padding:8px 5px;
	line-height:15px;
	border-bottom:1px dotted rgb(8 128 232 / 25%); 
}

.ui-menu .ui-menu-item a:hover {
    color: #3287d2;
}
.inner-main-page .form-appointment-bg{
	padding:40px 50px 50px;
	border:1px groove rgb(8 128 232 / 25%); 
	background: url(../img/bg-form.gif) top center repeat; 
	background-position:cover;
/*	background-size:100% 100%; */
}
.inner-main-page .form-query-bg{
	padding:40px 50px 50px;
	border:1px groove rgb(8 128 232 / 25%); 
	background: url(../img/bg-form.gif) top center repeat; 
/*	background: url(../img/bg-form-qry.png) top center no-repeat ;  
	background-position:cover;
	background-size:100% 100%; 
	opacity: 5;  */
}

@media (max-width: 768px) {
.inner-main-page .form-appointment-bg{
	 border:0px groove rgb(8 128 232 / 25%); 
	 padding:0px;
  }
.inner-main-page .form-query-bg{
	 border:0px groove rgb(8 128 232 / 25%); 
	 padding:0px;
	 background:url(../img/bg-form.gif) top center repeat;  
  }
}
/*************************************
          Area of Practise Page
*************************************/
.practise-title h2{
	width:100%;
	font-size:32px;
	font-weight:600;
	color:#054a85;
	margin-bottom:30px;
	padding-bottom:0;
	text-transform:none;
	text-align:center;
	display:block;
	line-height:28px;
	
}
.practise-title h2::before,
.practise-title h2::after {
	content: url(../img/logo-before-after.png);
	display:inline-block;
	padding:0 5px;
	vertical-align: middle;
}
/* Btn Practise Area Bounce To Right */
.inner-main-page .btn-practise{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  padding:10px 0px;
  border:1px solid rgb(8 128 232 / 35%);
  color:#666666;
  border-radius:10px;
  background:#ffffff;
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.1);
  font-size:22px;
}
@media (max-width: 768px) {
	.inner-main-page .btn-practise{
	font-size:18px;
	 padding:15px 0px;
}
}
.btn-practise:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
	background: rgb(23,103,173);
	background: linear-gradient(180deg, rgba(23,103,173,1) 33%, rgba(50,135,210,1) 66%);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
   border-radius:10px;
}
.btn-practise:after {
    content: "\eac7";
    font-family: IcoFont;
    padding-right: 3px;
    color: #3287d2;
    font-weight: 800;
	float:right;
}
.btn-practise:hover::after {
    color: #ffffff;
}

.btn-practise:hover, .btn-practise:focus, .btn-practise:active {
  color: white;
}
.btn-practise:hover:before, .btn-practise:focus:before, .btn-practise:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
	

.inner-main-page .prac-border{
	border-bottom:1px dotted rgb(0 0 0 / 35%);
	border-top:none;
	padding:20px 0px;
	width:100%;
}


/*Cookie Alert Consent Begin*/
.cookiealert {
    position: fixed;
   	bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
	background: rgb(136,96,17);
	background: linear-gradient(180deg, rgba(136,96,17,1) 0%, rgba(195,138,25,1) 66%, rgba(246,176,36,1) 100%);
	padding:2px;
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: none;
	color:#ffffff;
}
.cookiealert a:hover {
    color:#1d66a8;
	transition-duration:0.5s;
	
}
.cookiealert p {
    font-size:14px;
	text-decoration:none;
	margin:0;
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}
.cookiealert .btn-cookie{
	padding:0px 15px;
	background: rgb(23,103,173);
background: linear-gradient(180deg, rgba(23,103,173,1) 33%, rgba(50,135,210,1) 66%);
	color:#ffffff;
	font-size:14px;
	font-weight:500;
	border-radius:5px;
	transition-duration:0.5s;
	border:1px solid #3287d2;
}
.cookiealert .btn-cookie:hover{
	background: linear-gradient(180deg, rgba(136,96,17,1) 0%, rgba(195,138,25,1) 66%, rgba(246,176,36,1) 100%);
	color:#ffffff;
	transition: 0.5s;
	border:1px solid #ffffff;
}
/*Cookie Consent End*/
/***************************************
          Sidenav Toggled Menu
***************************************/
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

.page-wrapper {
/*  height: 100vh;  */
}

.page-wrapper .theme {
/*  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;  */
}

.page-wrapper .theme.chiller-theme {
/*  background: #1e2229; */
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
	right: 0px;
}

@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
	padding-right: 300px;
  }
}
/*----------------show sidebar button----------------*/
#show-sidebar {
	position:revert;
	transition-delay: 0.5s;
    z-index: 999;
   	background-color: transparent;
	color:#FFFFFF;
	margin-left:10px;
   
}
.page-wrapper.toggled #show-sidebar {
  left: -40px;
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
  width: 300px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
/*  left: -300px;  */
	right: -300px;
  z-index: 999999;
  background:rgba(255, 255, 255);
/*  background:#1d66a8; */
  border-left: 1px solid #3287d2;
}

.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-wrapper a {
  text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
}

.sidebar-content.desktop {
  overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.sidebar-wrapper .sidebar-brand > a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
  color: #3287d2;
}
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
  padding: 10px 20px;
  overflow: hidden;
 background: #3287d2; /*065fad;
/*  background:#05579e; */
}

.sidebar-wrapper .sidebar-header .user-pic {
  float: left;
  width: 60px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
  float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
  display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
  font-size: 11px;
  margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
  padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
  text-align: left;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 5px 8px 20px;
/*  color: rgba(255, 255, 255, 0.90);  */
  color:#3287d2;
  font-size:14px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
  font-size: 18px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
  font-size:18px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(180deg);
  right: 17px;
}
/********* End Sidenav Toggled**********/
.credit{
	width:100%;
	display:block;
	padding:5px 0;
	color:#CFA03E;
	font-size:14px;
	letter-spacing:0.03rem;

}
.goog-te-gadget {
	color:#f1f1f1;
}
.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
    font-size: 12px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.90);
    text-decoration: none;
}
#google-map-wss{
	background:#0c518d;
}
.need-advice{
	font-family:Oswald,sans-serif;
	font-size:36px;
	font-weight:500;
	color:#1d66a8;
	margin:40px 0 20px;
	text-align:left;
	letter-spacing:-1px;
	text-transform:capitalize;
	line-height: 42px;
}
@media (min-width: 992px) {
   .navbar-expand-lg .navbar-toggler {
       display: none !important;
   }
}
@media (min-width: 991px){
#menu-cntct {
		display:none !important;
		position:fixed;
		z-index:9999;
}
}
@media (min-width: 220px) and (max-width: 990px) {
#menu-cntct .btn-cntct{
    font-size: 14px;
    color: #ffffff;
    text-transform: none;
    padding: 0px 5px 2px 5px;
    line-height: 20px;
    letter-spacing: 0.50px;
    position: relative;
   display: inline-block;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
 	background:#3287d2; 
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);  */
	transition: 0.5s;
	border-radius:5px;
	z-index:9999;
}
#menu-cntct .btn-cntct:hover{
    background-color:#1d66a8;
   	color:#FFFFFF;
}
}
/********Consultation Fee Pay Online***********/
#consultation-fee {
	padding:70px 0 120px;
	background:url(../images/bg/bg-inner-page.png) top center no-repeat;
	background-size:cover;
	background-attachment:fixed;
}
#consultation-fee .faq-filter-nav .nav-tabs {
  border-bottom: none;
}
#consultation-fee .faq-filter-nav .nav-link {
  position: relative;
  background-color: #c89d65;
  border: none;
  margin-bottom: 0px;
  border-radius: 0px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  padding: 10px 30px; 
  margin-bottom: 20px;
  border-top-left-radius:15px;
  border-top-right-radius:15px;
}
#consultation-fee ul li::before{
/*	display:none; */
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
#consultation-fee .faq-filter-nav .nav-link {
    padding: 10px 15px;
  }
}
#consultation-fee .faq-filter-nav .nav-link:after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #3287d2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 991px) {
#consultation-fee .faq-filter-nav .nav-link:after {
    display: none;
  }
}
#consultation-fee .faq-filter-nav .nav-link.active {
  background-color: #3287d2;
  color: #fff;
}
#consultation-fee .faq-filter-nav .nav-link.active:after {
  visibility: visible;
  opacity: 1;
}
#consultation-fee .faq-accordian-one .card {
  border-radius: 0px;
  border: none;
   -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%); 
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
	margin-bottom:20px;
	border-radius: 50px;
	background-color: rgb(200 157 101 / 10%);
}
#consultation-fee .faq-accordian-one .card .card-header {
  padding: 0px;
  margin-bottom: 0px;
  border-bottom: none;
  background-color: transparent;
}
#consultation-fee .faq-accordian-one .card .card-header a {
  padding: 18px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  font-size: 20px;
  font-weight: 700;
 border: 1px solid rgb(50 135 210 / 30%);
  font-family: Roboto, serif;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-align: center;
  border-radius: 50px;
  transition:0.7s;
  text-transform:uppercase;
  background: #3287d2;
}
#consultation-fee .faq-accordian-one .card .card-header a:hover {
	color:#fff;
	transition:0.7s;
	background:#1d66a8;
}
/*
#consultation-fee .faq-accordian-one .card .card-header a::before{
	content: "\f059";
	font-family: FontAwesome;
	padding-right: 5px;
	font-size:30px; 
	color: #3287d2;
	font-weight:500;
}
*/
@media (max-width: 400px) {
#consultation-fee .faq-accordian-one .card .card-header a {
    padding: 15px;
  }
  #consultation-fee .faq-accordian-one .card .card-header a::before{
	  display:none;
  }
}
#consultation-fee .faq-accordian-one .card .card-header a[aria-expanded]:after {
  content: "\f067";
  font-family: 'FontAwesome';
  font-weight: 600;
  min-width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  margin-left:auto; 
  color:#fff;
  border-radius:25px;
}

@media (max-width: 767px) {
#consultation-fee .faq-accordian-one .card .card-header a[aria-expanded]:after {
    min-width: 40px;
    height: 40px;
  }
}
#consultation-fee .faq-accordian-one .card .card-header a[aria-expanded=true] {
  background-color: #1d66a8;
  border-color: transparent;
  color:#ffffff;
  border-radius: 50px;
}
#consultation-fee .faq-accordian-one .card .card-header a[aria-expanded=true]::before {
    background-color: #1d66a8;
    color: #ffffff;
    border-color: transparent;
}
#consultation-fee .faq-accordian-one .card .card-header a[aria-expanded=true]::after {
  background-color: #ffffff;
  color: #1d66a8;
  border-color: transparent;
  content: "\f068";
  font-weight: 400;
}
#consultation-fee .faq-accordian-one .card .card-body {
  padding: 30px 35px 0px;
  margin-bottom: 0px;
}
#consultation-fee .faq-accordian-one .card .card-body p {
  padding-bottom: 25px;
}
#consultation-fee .faq-content-box h2 {
  margin-bottom: 10px;
}
#consultation-fee .faq-content-box p {
  margin-bottom: 35px;
}
#consultation-fee .faq-content-box form .form_group i {
  position: absolute;
  top: 19px;
  right: 30px;
}
@media (max-width: 767px) {
#consultation-fee .faq-content-box form .form_group .main-btn {
    margin-top: 20px;
  }
}
#consultation-fee h2{
	font-size:36px;
	font-weight:700;
	font-family:Oswald;
	letter-spacing:0.50px;
	color:#1d66a8;
}

#consultation-fee .inner-page-content .nav-tabs .nav-item .nav-link ul li:before{
    display:none;
}
#inner-page h3{
	font-size: 38px;
    font-weight: 700;
    color: #1D66A8;
}
#consultation-fee .card-body ul {
    padding-left: 0px;
    line-height: 36px;
	margin-bottom:30px;
}
#consultation-fee .card-body ul li {
    list-style: none;
}
#consultation-fee .card-body ul li:before {
    color: #1d66a8;
    font-size: 18px;
    font-weight: bold;
    --size: 18px;
    line-height: var(--size);
    height: var(--size);
    top: 0px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 2px 4px #777777;
    padding: 3px 3;
    font-family: 'FONT AWESOME 5 FREE';
    content: "\f138";
    display: inline-block;
    padding: 0;
    margin: 0 10px 0 0;
}

#consultation-fee .card-body ol {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
	margin-bottom:30px;
}
#consultation-fee .card-body ol li {
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
}
#consultation-fee .card-body ol li::before {
    content: counter(my-awesome-counter);
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    --size: 18px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 3px;
    background: #3287d2;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 2px 4px #777777;
    padding: 1px 1px 3px 0;
	font-family: sans-serif;
}
.inner-main-page .consultation-amount {
    font-size: 16px;
    font-style: italic;
    border: 1px dotted #888;
    margin: 0 15px;
    width: 100%;
    color: #1D66A8;
    padding: 5px 0;
}
/***********************/
.experience-box {
    text-align: center;
    background-color: #1D66A8;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin: auto;
    box-shadow: 0px 10px 20px 5px rgb(68 88 144 / 20%);
    margin-bottom: 70px;
}
.experience-text {
    font-size: 42px;
    font-weight: 500;
    font-family: Oswald;
    color: #FFFFFF;
    padding: 15px 0 20px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-transform: capitalize;
    line-height: 48px;
    text-shadow: 0px 0px 0 rgb(155, 119, -24), 0px 1px 0 rgb(149, 113, -30), 0px 2px 0 rgb(143, 107, -36), 0px 3px 0 rgb(136, 100, -43), 0px 4px 0 rgb(130, 94, -49), 0px 5px 0 rgb(124, 88, -55), 0px 6px 0 rgb(118, 82, -61), 0px 7px 0 rgb(112, 76, -67), 0px 8px 7px rgba(0, 0, 0, 1), 0px 8px 1px rgba(0, 0, 0, 0.5), 0px 0px 7px rgba(0, 0, 0, .2);
}
.experience-text span {
    display: inline-block;
    position: relative;
    animation: count-up 2s ease-out forwards;
}
@media (max-width:768px){
	.experience-box{
		max-width: 90%;
	}
}
/****************************/
.trusted-legal-partner-section {
  background-color: #d0e8ff;
  padding: 50px 20px;
  text-align: center;
  color: #1d66a8;
  margin:50px 0;
}
.trusted-legal-partner-section h2{
	color:#1D66A8; 
	font-size:36px; 
	margin-bottom:20px; 
	font-family:'Oswald', sans-serif;
}
.trusted-legal-partner-section h3{
	color:#1d66a8; 
	font-size:30px; 
	font-weight:bold; 
	margin-bottom:15px;
	font-family: Oswald;
}
.trusted-legal-partner-section .p2{
	color:#1d66a8; 
	font-size:28px; 
	line-height:1.8;
	font-family:Oswald;
	font-weight:300;
}
.trusted-legal-container {
  max-width: 1000px;
  margin: 0 auto;
}

.trusted-legal-heading {
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 20px;
}
.trusted-legal-subheading {
    font-size: 32px;
    font-weight: 500;
    font-family: Oswald;
    color: #CFA03E; /* Gold */
    padding: 15px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-transform: capitalize;
    line-height: 48px;
    background: #001a33; /* Deep Blue */
    border: 5px solid #CFA03E;
    border-radius: 20px;

    /* Enhanced blend effect – more striking */
    text-shadow:
         0 3px 5px rgba(0, 0, 0, 0.6),
        0 -1px 1px rgba(255, 255, 255, 0.2),
        0 0 10px rgba(255, 200, 100, 0.45);
}
/*    text-shadow:
  0px 1px 0 rgb(255, 255, 255),
  0px 2px 0 rgb(245, 245, 245),
  0px 3px 0 rgb(235, 235, 235),
  0px 4px 0 rgb(225, 225, 225),
  0px 5px 0 rgb(215, 215, 215),
  0px 6px 0 rgb(205, 205, 205),
  0px 7px 0 rgb(195, 195, 195),
  0px 8px 7px rgba(255, 255, 255, 1),
  0px 8px 1px rgba(255, 255, 255, 0.5),
  0px 0px 7px rgba(255, 255, 255, 0.2); */
}
.trusted-legal-description {
  font-size: 1.2em;
  line-height: 1.6;
  margin: 0 auto 30px auto;
}

.trusted-legal-badges {
  margin-top: 30px;
}

.legal-badge {
  display: inline-block;
    background-color: #fff;
    color: #1d66a8;
    padding: 12px 25px;
    border-radius: 15px;
    margin: 8px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #CFA03E;
}

.why-choose-section {
  background-color: #ffffff;
  padding: 60px 20px;
}

.why-choose-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
  color: #1d66a8;
  margin:50px auto;
}

.section-heading {
  font-size: 2.2em;
  margin-bottom: 40px;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.why-choose-box {
  background-color: #d0e8ff;
  border-radius: 12px;
  padding: 25px 20px;
  box-shadow: 0 4px 8px rgba(29, 102, 168, 0.15);
  transition: transform 0.3s ease;
}

.why-choose-box:hover {
  transform: translateY(-5px);
}

.why-choose-box h3 {
  font-size: 26px;
  margin: 15px 0 10px;
  color: #1d66a8;
  font-weight: 600;
    font-family: Oswald;
}

.why-choose-box p {
  font-size: 1em;
  line-height: 1.5;
  color: #333;
}
.why-icon {
  font-size: 3.5em;
  color: #CFA03E;
  margin-bottom: 15px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.why-choose-box:hover .why-icon {
  transform: scale(1.15) rotate(-3deg);
  color: #ffcc00; /* Slightly brighter gold on hover */
}

.why-choose-box {
  transition: box-shadow 0.3s ease;
}

.why-choose-box:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.consultation-section {
  background-color: #1d66a8;
  color: #ffffff;
  padding: 60px 20px;
  text-align: center;
  margin:50px 0;
}

.consultation-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  margin: auto;
}

.consultation-text h2 {
  font-size: 2.4em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.consultation-text p {
  font-size: 1.2em;
  max-width: 700px;
  margin: 0 auto 30px auto;
  line-height: 1.6;
}
.consultation-icon {
  margin-top: 30px;
  font-size: 4em;
  color: #ffffff;
}
/********************/

.areas-of-practice {
  background-color: #d0e8ff;
  padding: 60px 20px;
  color: #1d66a8;
  text-align: center;
  margin-top: 150px;
}

.areas-of-practice .section-heading {
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 12px;
}

.areas-of-practice .section-subtext {
  font-size: 1.1em;
  margin-bottom: 40px;
}

.practice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.practice-box {
  background-color: white;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(29, 102, 168, 0.15);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  color: #1d66a8;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.practice-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 18px rgba(29, 102, 168, 0.3);
}

.practice-box i {
  font-size: 3em;
  color: #CFA03E;
  margin-bottom: 15px;
}

.practice-box h3 {
  font-size: 1.3em;
  margin-bottom: 10px;
  font-weight:600;
  font-family: Oswald;
}

.practice-box p {
  font-size: 1em;
  line-height: 1.5;
  color: #444;
}

/* Optional: underline on hover for links */
.practice-box:hover h3 {
  text-decoration: underline;
}

.about-us-section {
  padding: 60px 0;
  background-color: #d0e8ff;
  padding:150px 0;
}

.about-us-section .section-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}

.about-us-section p {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
  text-align: justify;
}

.about-us-section .btn-primary {
  background-color: #CFA03E;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.about-us-section .btn-primary:hover {
  background-color: #d9991d;
  color: #fff;
}
/****************************/
.remote-banner {
  background-color: #f8f8f8;
  border: 1px solid var(--ws-border);
  padding: 20px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 5px 10px 2px rgb(0 0 0 / 25%);
}
.remote-banner .remote-title {
  font-size: 28px;
  color: #1D66A8;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 10px;
}
.remote-banner .remote-heading {
  font-size: 20px;
  color: #000;
  font-weight:600;
  margin-bottom:10px;
}
.remote-banner .remote-banner-note {
  margin-top: 8px;
  font-size: 18px;
  color: #333;
  font-style: italic;
}
/*****************************/
  .hover-card {
    transition: all 0.3s ease;
    position: relative;
    padding: 0.75rem 1.25rem !important;
	margin-bottom: 20px;
  }

  .hover-card:hover {
    background-color: #f5f5f5;
    color: #004085;
  }

  .hover-card::after {
    content: '\f054'; 
	 font-family: 'FontAwesome';
    position: absolute;
    right: 0.5rem;
    opacity: 0;
    transition: opacity 0.3s ease;
	font-size: 16px;
    font-weight: normal;
	color: #004085;
  }

  .hover-card:hover::after {
    opacity: 1;
  }

  .card-group-title {
    margin-bottom: 0.75rem;
  }

  .row.g-2 > .col-6 {
    margin-bottom: 1rem;
  }
/******* Horizental Layout Footer Resources********/
.visa-links-horizontal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  background-color: #183f63;
  padding: 15px 20px;
  border-top: 10px solid;
  border-bottom: 10px solid;
  border-image: linear-gradient(90deg, #CFA03E, #1d66a8, #CFA03E, #1d66a8, #CFA03E) 1;
}
.visa-link-item {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  text-decoration: none;
  padding: 8px 15px;
  opacity: 0.9;
  transition: all 0.3s ease;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.visa-link-item:last-child {
  border-right: none;
}

.visa-link-item::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #ffc107;
  transition: width 0.3s ease;
}

.visa-link-item:hover::after {
  width: calc(100% - 40px);
}

.visa-link-item:hover {
  color: #ffc107;
  opacity: 1;
}

@media (max-width: 768px) {
  .visa-links-horizontal {
    flex-direction: column;
    gap: 10px;
    margin: 10px 0;
    padding: 15px;
  }
  
  .visa-link-item {
    padding: 10px 0;
    width: 100%;
    text-align: center;
    position: relative;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .visa-link-item:last-child {
    border-bottom: none;
  }
  
  .visa-link-item:hover::after {
    width: calc(100% - 0px);
  }
}
/*********************************/
#footer-menu-display {
	background: #183f63;
	border-bottom: 1px solid #183f63;
}
.footer-menu-item {
  color: #fff;
  padding: 50px 0;
}
.footer-menu-item a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  padding: 0 0 3px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  opacity: 0.9; 
  border-bottom: 2px solid transparent; 
}

.footer-menu-item a:hover {
  color: #ffc107;     
  border-bottom-color: #ffc107;
  opacity: 1;
}
.footer-menu-item p {
  margin-bottom:15px;
}
.footer-menu-item .clarification {
	margin: 30px 0 50px;
	color: #f3f3f3;
}
.footer-menu-item .city-name-uk {
	margin-top: 30px;
}
.footer-menu-item h5 {
  color: #fff;
  padding: 0;
  margin-bottom:25px;
}
.footer-menu-item h5 a{
    color: #fff;
    padding: 0;
    margin-bottom: 35px;
    font-size: 24px;
    text-decoration: none;
}
.footer-inline-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
}

.footer-inline-list .list-inline-item {
  display: inline-block;
  margin: 4px 10px;
}

.footer-inline-list a {
  color: #f0f0f0;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.footer-inline-list a:hover {
  background-color: #FFFFFF;
  color: #1d66a8;
}
.location-col {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .location-group {
    margin-bottom: 1.5rem;
  }
/*****************************/
.location-selector {
      margin: 20px auto;
      max-width: 500px;
      background: #d0e8ff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    label {
      display: block;
      margin-bottom: 10px;
      font-weight: bold;
      color: #1d66a8;
    }
/**********************************/
.special-refusal-banner {
    background: linear-gradient(135deg, #1d66a8, #003b73);
    color: #ffe089;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    padding: 10px 30px;
    border: 3px solid #CFA03E;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.35);
    width: 100%;
    margin: 40px 0;
    text-align: center;
    text-shadow:
        0px 1px 4px rgba(0,0,0,0.55),
        0px 0px 8px rgba(246,176,36,0.25);
    transition:
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.45s ease,
        border-color 0.45s ease,
        background 0.45s ease;
}
.special-refusal-banner:hover {
    transform: scaleX(1.04) translateY(-3px);
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.45),
        0 0 22px rgba(246,176,36,0.35);

    border-color: #ffd57a;

    background: linear-gradient(135deg, #2277c4, #004b8f);
}
.special-refusal-banner:focus-within {
    outline: none;
    transform: scaleX(1.03);
}
/************** Mini Service Locations Block **************/
#service-locations-mini {
    position: relative;
    padding: 120px 0;
    background: url('../img/background-service-coverage.png') no-repeat center center fixed;
    background-size: cover;
    border-top: 2px solid #e2e6ea;
}
/* WHITE OVERLAY on background ONLY */
#service-locations-mini::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.70); /* Adjust transparency here */
    z-index: 1;
}
/* BRING ALL CONTENT ABOVE THE OVERLAY */
#service-locations-mini .container {
    position: relative;
    z-index: 2;
}
#service-locations-mini .section-title {
    font-family: Oswald, sans-serif;
    color: #1d66a8;
    font-size: 2.2rem;
    font-weight: 600;
}

/************** Flag Card **************/
.flag-card {
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 13px 5px rgba(0, 0, 0, 0.18);
    display: flex;
    justify-content: center;
    align-items: center;
}

.flag-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.65); /* darkens for readability */
}

/************** Center Button **************/
.flag-btn {
    position: absolute;
    z-index: 3;
    padding: 5px 35px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(3px);
    border: 2px solid #ffffff;
    color: #ffffff;
    font-family: Oswald, sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.25s ease-in-out;
}

.flag-btn:hover {
    background: rgba(255,255,255,0.35);
    color: #1d66a8;
    border-color: #1d66a8;
}

/************** Mobile Optimisation **************/
@media (max-width: 768px) {
    .flag-card {
        height: 220px;
    }
    .flag-btn {
        font-size: 17px;
        padding: 10px 20px;
    }
}
/********Mid Low cost fee**************/
.mid-fee-banner.premium-banner {
  background: linear-gradient(135deg, #003078 0%, #1d70b8 100%); /* DARK LEFT → LIGHT RIGHT */
  color: #ffffff;
  text-align: center;
  padding: 32px 28px;
  margin: 45px 0;
  border-radius: 14px;
  box-shadow: 0 6px 22px rgba(0,0,0,0.28);
  position: relative;
  overflow: hidden;
  animation: fadeInUp 0.7s ease-out;
  font-family: Oswald;
  border-left: 5px solid var(--ws-gold);
}
.mid-fee-banner.premium-banner::before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  width: 170px;
  height: 170px;
  background: rgba(246, 176, 36, 0.35);
  border-radius: 50%;
  z-index: 0;
  filter: blur(3px);
}

.mid-fee-banner.premium-banner::after {
  content: "";
  position: absolute;
  bottom: -55px;
  right: -55px;
  width: 170px;
  height: 170px;
  background: rgba(246, 176, 36, 0.30);
  border-radius: 50%;
  z-index: 0;
  filter: blur(4px);
}
.mid-fee-banner.premium-banner .banner-heading {
  font-size: 1.9rem;
  font-weight: 800;
  font-style: italic;
  margin: 0;
  letter-spacing: 0;
  position: relative;
  z-index: 2; 
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/************* India Location*************/
#india-location-dropdown{
  background: transparent;
  margin: 30px 0;
}

#india-location-dropdown .container{
  display: flex;
  justify-content: center;
}

#india-location-dropdown .container > div{
  display: inline-block;
  width: fit-content;
  max-width: 100%;
}

/* SELECT */
#india-location-dropdown select{
  width: auto;
  max-width: 100%;
  min-height: 60px;
  padding: 10px 75px 10px 40px;
  border: 1px solid #d0e8ff;
  border-radius: 8px;
  background-color: #d0e8ff;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,\
  <svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%231D66A8' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'>\
  <polyline points='6 9 12 15 18 9'/>\
  </svg>");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 20px;
  border: 2px solid #1D66A8;
}
/* Hover */
#india-location-dropdown select:hover{
  background-color: #1D66A8;
  color: #ffffff;

  background-image: url("data:image/svg+xml;utf8,\
  <svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'>\
  <polyline points='6 9 12 15 18 9'/>\
  </svg>");
}

/* Focus */
#india-location-dropdown select:focus{
  background-color: #ffffff;
  color: #444444;
  border-color: #1D66A8;

  background-image: url("data:image/svg+xml;utf8,\
  <svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23444444' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'>\
  <polyline points='6 9 12 15 18 9'/>\
  </svg>");

  box-shadow: 0 0 0 2px rgba(29,102,168,0.20);
}

/* Mobile */
@media (max-width: 575px){
  #india-location-dropdown select{
    font-size: 18px;
    padding: 10px 48px 10px 25px;
    background-position: right 15px center;
  }
}

/********* Services on Cities Page grid********/
.uk-services-block {
  margin: 40px 0;
  padding: 25px 20px;
  background: #f1f1f1;
  border: 1px solid #e2ecf6;
  border-radius: 8px;
}

.uk-services-block h3 {
    font-weight: 600;
    color: #1D66A8;
    text-transform: none;
    text-align: center;
    margin-bottom: 15px;
    padding: 15px 0 0 0;
    font-family: Oswald, sans-serif;
}

.uk-services-block p {
  text-align: center;
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}

.uk-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 40px 0;
}

.uk-service-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 10px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #cfe3f6;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  color: #1d70b8;
  text-decoration: none;
  transition: all 0.25s ease;
}

.uk-service-box:hover {
  background: #1d70b8;
  color: #ffffff;
  border-color: #1d70b8;
  text-decoration: none;
}

/* Tablet */
@media (max-width: 991px) {
  .uk-services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile */
@media (max-width: 575px) {
  .uk-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
} 
/* ========= Risk Tool Styles ========= */
.rtool-wrap{margin:18px 0 10px;}
.rtool-hero{
  background: linear-gradient(135deg, rgba(29,102,168,.96), rgba(50,135,210,.96));
  border-radius: 16px;
  padding: 18px 16px;
  color:#fff;
  border: 1px solid rgba(255,255,255,.20);
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
}
.rtool-title{margin:0 0 6px;font-size:32px;line-height:1.25;font-weight:800;letter-spacing:.1px;}
.rtool-sub{margin:0;color:rgba(255,255,255,.92);font-size:14px;line-height:1.65;}

.rtool-card{
  margin-top:14px;
  background:#fff;
  border-radius:16px;
  padding:16px;
  border:1px solid rgba(8,128,232,.18);
  box-shadow: 0 10px 26px rgba(0,0,0,.08);
}
.rtool-card h2{font-size: 24px;line-height:28px;font-weight:600;font-family:Oswald;text-align:center;margin:0 0 15px;color:rgb(29 102 168 / 85%);}


.rtool-note{color:#777;font-size:13px;font-weight:normal;line-height:1.65;margin:0 0 12px;text-align: justify;}
.rtool-divider{height:1px;background:#e9eef5;margin:14px 0;}

.rtool-section{
  border:1px solid rgba(20,40,80,.10);
  border-radius:14px;
  padding:12px;
  background: linear-gradient(180deg, rgba(50,135,210,.06), rgba(255,255,255,0));
  margin: 12px 0;
}
.rtool-section-title{
  margin:0 0 6px;
  font-size:13px;
  font-weight:900;
  letter-spacing:.3px;
  text-transform:uppercase;
  color:#0b3f74;
}
.rtool-help{margin:0 0 10px;color:#666;font-size:13px;line-height:1.6;}

.rtool-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
}
@media(max-width:992px){ .rtool-grid{grid-template-columns:1fr;} }

.rtool-field{display:flex;flex-direction:column;gap:6px;}
.rtool-label{font-weight:800;color:#123a63;font-size:13px;margin-top:2px;}

.rtool-select{
  width:100%;
  padding: 11px 12px;
  border-radius: 12px;
  border:1px solid rgba(20,40,80,.18);
  background:#fff;
  outline:none;
  font-size:14px;
  transition:.2s ease;
}
.rtool-select:focus{
  border-color: rgba(50,135,210,.75);
  box-shadow: 0 0 0 4px rgba(50,135,210,.12);
}
.rtool-invalid{
  border-color:#b00020!important;
  box-shadow: 0 0 0 4px rgba(176,0,32,.10)!important;
}

/* FULL option text shown below select (wraps perfectly) */
.rtool-choices{
  margin:6px 0 0;
  padding:10px 10px;
  border-radius:12px;
  border:1px dashed rgba(20,40,80,.18);
  background:#fff;
}
.rtool-choice{
  display:flex;
  gap:10px;
  align-items:center; 
  padding:6px 6px;
  border-radius:10px;
}
.rtool-pill{
  min-width:92px;
  text-align:center;
  font-weight:900;
  font-size:11px;
  padding:6px 8px;
  border-radius:999px;
  border:1px solid rgba(20,40,80,.14);
  background: rgba(50,135,210,.06);
  color:#0b3f74;
  flex:0 0 auto;   
  align-self:center; 
}
.rtool-choice p{
  margin:0;
  font-size:12.8px;
  color:#4b5563;
  line-height:1.55;
  flex:1 1 auto;
}
.rtool-choice-active{
  border:1px solid rgba(50,135,210,.35);
  background: rgb(50 135 210 / 20%);
}

.rtool-alert{
  display:none;
  margin-top:12px;
  padding:12px 14px;
  border-radius:14px;
  background:#ffe8e8;
  border:1px solid #ffb3b3;
  color:#7a0012;
  font-size:14px;
  line-height:1.55;
}

.rtool-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px;}
.rtool-actions .btn-1, .rtool-actions .btn-2{
  display:inline-block;
  border-radius:999px;
  padding:10px 16px;
  font-weight:800;
  text-decoration:none;
}
.rtool-actions button.btn-1, .rtool-actions button.btn-2{ border:0; cursor:pointer; }

.rtool-result{
  display:none;
  margin-top:14px;
  padding:14px 14px;
  border-radius:16px;
  border:1px solid rgba(20,40,80,.16);
  line-height:1.65;
  font-size:14px;
}
.rtool-low{background:#eaf7ea;border-color:#b7e3b7;}
.rtool-med{background:#fff6e5;border-color:#ffd48a;}
.rtool-high{background:#ffe8e8;border-color:#ffb3b3;}
.rtool-result h3{margin:0 0 8px;font-size:16px;color:#083a66;}
.rtool-list{margin:8px 0 0 18px;}
.rtool-list li{margin:4px 0;}

.rtool-cta{
  display:none;
  margin-top:14px;
  padding:14px;
  border-radius:16px;
  border:2px solid rgba(8,128,232,.70);
  background: linear-gradient(180deg, rgba(50,135,210,.09), rgba(255,255,255,.95));
}
.rtool-cta h4{margin:0 0 6px;color:#0880e8;font-size:26px;font-family:Oswald;}
.rtool-cta p{margin: 15px 0 10px;color: #555;font-size: 14px;line-height: 1.6;font-family: roboto;}
/************ Refusal Risk Banner inside Service Pages*******/
.ukrt-banner, .ukrt-card{
  margin: 50px 0 10px;
  font-family: inherit;
}

/* --- Banner --- */
.ukrt-banner__inner{
  border-radius: 14px;
  padding: 18px 18px;
  border: 1px solid rgba(0,0,0,.08);
  background: linear-gradient(135deg, rgba(29,112,184,.08), rgba(255,255,255,1));
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}
.ukrt-badge{
  display:inline-block;
  font-weight:700;
  font-size: 12px;
  letter-spacing:.3px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(29,112,184,.12);
  color: #1d70b8;
  margin-bottom: 10px;
}
.ukrt-banner h2 {
    font-size: 38px;
    line-height: 44px;
    color: #1d66a8;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: Oswald, sans-serif;
}
.ukrt-banner__desc{
  margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(0, 0, 0, .75);
}
.ukrt-banner__actions{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 8px 0 10px;
}
.ukrt-banner-micro{
display:block;
font-size:12px;
margin-top:6px;
opacity:.8;
}
.ukrt-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  padding: 11px 14px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 14px;
  border: 1px solid transparent;
  transition: transform .08s ease, box-shadow .12s ease;
  white-space: nowrap;
}
.ukrt-btn:active{ transform: translateY(1px); }

.ukrt-btn--primary{
  background: #1d70b8;
  color: #fff;
  border: 2px solid #1d70b8;
  box-shadow: 0 8px 18px rgba(29,112,184,.18);
}
.ukrt-btn--primary:hover{
  box-shadow: 0 10px 22px rgba(29,112,184,.24);
  color: #ffffff;
  border: 2px solid #1d70b8;
  background: transparent;
  color: #1d70b8;
}
@media (max-width: 768px){
  .ukrt-banner__title{ font-size: 22px; }
  .ukrt-card__grid{ grid-template-columns: 1fr; }
  .ukrt-btn{ width: 100%; }
}
/* ===== Risk Tool Small Banner ===== */
/* ===============================
   WAZIR SOLICITORS BRAND THEME
   Blue #1D66A8 | Gold #CFA03E
   Premium Legal Service Banner
   =============================== */

:root{
  --ws-blue:#1D66A8;
  --ws-blue-dark:#154e82;
  --ws-blue-soft:rgba(29,102,168,.08);

  --ws-gold:#CFA03E;
  --ws-gold-soft:rgba(246,176,36,.10);

  --ws-text:#1b1f24;
  --ws-muted:rgba(27,31,36,.72);

  --ws-border:rgba(29,102,168,.18);
}

/* ===== Banner Container ===== */

.ukrt-service-banner{
border:1px solid var(--ws-border);
border-left:4px solid var(--ws-blue);
border-radius:12px;
padding:16px 18px;
margin:50px 0 30px;
background:
radial-gradient(900px 220px at 10% 0%,
rgba(29,102,168,.10) 0%,
rgba(29,102,168,0) 55%),
radial-gradient(650px 200px at 95% 10%,
rgba(246,176,36,.12) 0%,
rgba(246,176,36,0) 60%),
linear-gradient(
135deg,
rgba(255,255,255,.98) 0%,
rgba(255,255,255,.96) 45%,
rgba(29,102,168,.03) 100%
);
position:relative;
overflow:hidden;
box-shadow:
0 2px 10px rgba(0,0,0,.04),
0 14px 28px rgba(29,102,168,.08);
}
.ukrt-service-banner h2 {
    font-size: 38px;
    line-height: 44px;
    color: #1d66a8;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: Oswald, sans-serif;
	padding: 0;
}
.ukrt-service-banner::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:2px;
background:
linear-gradient(
90deg,
rgba(29,102,168,.95),
rgba(29,102,168,.25),
rgba(246,176,36,.95)
);
opacity:.65;
}
.ukrt-service-banner::after{
content:"";
position:absolute;
right:-120px;
top:-120px;
width:260px;
height:260px;
border-radius:50%;
background:
radial-gradient(
circle at 30% 30%,
rgba(246,176,36,.20) 0%,
rgba(246,176,36,0) 65%
);
opacity:.55;
pointer-events:none;
}
.ukrt-service-banner-inner{
display:flex;
align-items:center;
justify-content:space-between;
gap:14px;
flex-wrap:wrap;
position:relative;
z-index:1;
}
.ukrt-service-banner-text{
font-size:15px;
line-height:1.55;
color:var(--ws-text);
}
.ukrt-service-banner-text strong{
color:var(--ws-blue);
font-weight:800;
}
.ukrt-service-banner-action{
display:flex;
align-items:center;
gap:10px;
}
.ukrt-service-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: fit-content;
  display: inline-block;
  color: #ffffff;
  background:  linear-gradient(180deg, #3387d8 0%, #1D66A8 55%, #154e82 100%);
  font-weight: 600;
  padding: 8px 22px;
  position: relative;
  z-index: 1;
  text-decoration: none;
  border-radius: 10px;
  border: 2px solid #1D66A8;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-transform: capitalize;
  letter-spacing: 0.9px;
}
.ukrt-service-btn:before,
.ukrt-service-btn:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transition: 0.5s all ease;
  background-color: #FFFFFF;
}
.ukrt-service-btn:before {
  left: 0;
}
.ukrt-service-btn:after {
  right: 0;
}
.ukrt-service-btn:hover {
  color: #1D66A8 !important;
  background-color: #FFFFFF;
  text-decoration: none;
  border: 2px solid #1D66A8;
}

.ukrt-service-btn:hover:before,
.ukrt-service-btn:hover:after {
  width: 50%;
  opacity: 1;
}
.ukrt-service-micro{
font-size:12px;
margin-top:8px;
line-height:1.45;
color:#2a5f95;
position:relative;
z-index:1;
}

/* ===== Mobile Optimisation ===== */

@media(max-width:768px){

.ukrt-service-banner{
padding:14px 14px;
border-left-width:3px;
}

.ukrt-service-banner-inner{
flex-direction:column;
align-items:flex-start;
}

.ukrt-service-btn{
width:100%;
text-align:center;
}
}
/******* Risk Banner 2nd***********/
.ukrt-hero-banner{
  position:relative;
  overflow:hidden;
  border-radius:14px;
  border-left: 5px solid #CFA03E;
  background: linear-gradient(90deg, #0f4e8a 0%, #1D66A8 55%, #0f4e8a 100%);
  box-shadow: 0 10px 26px rgba(0,0,0,0.18);
  padding: 16px 18px;
}
.ukrt-hero-banner h3{
	font-size: 38px;
    font-weight: 600;
    color: #f7c65c;
    text-transform: none;
    margin-bottom: 10px;
    padding: 0;
    font-family: Oswald, sans-serif;
	text-shadow:
0 1px 0 rgba(0,0,0,.35),
0 2px 6px rgba(0,0,0,.35);
}
.ukrt-hero-inner{
  position:relative;
  z-index:2;
}

.ukrt-hero-content{
  max-width: 980px;
}

.ukrt-hero-kicker{
  display:inline-block;
  font-size:14px;
  font-weight:700;
  letter-spacing:.2px;
  color:#0f4e8a;
  background: rgba(255,255,255,0.85);
  padding: 6px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.ukrt-hero-title{

color:#ffffff;
font-weight:900;
letter-spacing:.55px;

text-shadow:
0 1px 0 rgba(0,0,0,0.35),
0 2px 6px rgba(0,0,0,0.35);
}
.ukrt-hero-subtitle{
  margin:0 0 16px 0;
  color: rgba(255,255,255,0.92);
  font-size: 16px;
  line-height: 1.6;
  max-width: 820px;
}
.ukrt-hero-actions{
  display:flex;
  flex-direction:column;
  gap:8px;
  max-width: 900px;
}
.ukrt-hero-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: fit-content;
  display: inline-block;
  color: #ffffff;
  background:  linear-gradient(180deg, #3387d8 0%, #1D66A8 55%, #154e82 100%);
  font-weight: 600;
  padding: 8px 22px;
  position: relative;
  z-index: 1;
  text-decoration: none;
  border-radius: 10px;
  border: 2px solid #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-transform: capitalize;
  letter-spacing: 0.9px;
}
.ukrt-hero-btn:before,
.ukrt-hero-btn:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transition: 0.5s all ease;
  background-color: #FFFFFF;
}
.ukrt-hero-btn:before {
  left: 0;
}
.ukrt-hero-btn:after {
  right: 0;
}
.ukrt-hero-btn:hover {
  color: #1D66A8 !important;
  background-color: #FFFFFF;
  text-decoration: none;
}

.ukrt-hero-btn:hover:before,
.ukrt-hero-btn:hover:after {
  width: 50%;
  opacity: 1;
}
.ukrt-hero-svg{
  position:absolute;
  z-index:1;
  pointer-events:none;
}

.ukrt-hero-svg-left{
  left:-50px;
  top:-50px;
  width:240px;
  height:240px;
  filter: blur(0.2px);
  opacity:0.5;
}

.ukrt-hero-svg-right{
  right:-80px;
  bottom:-80px;
  width:420px;
  height:260px;
  opacity:0.9;
}

@media(max-width:768px){
  .ukrt-hero-banner{ padding:16px 14px; }
  .ukrt-hero-title{ font-size:24px; }
  .ukrt-hero-subtitle{ font-size:14px; }
  .ukrt-hero-btn{ width:100%; }
  .ukrt-hero-svg-right{ right:-120px; opacity:0.75; }
  .ukrt-hero-svg-left{ left:-90px; opacity:0.85; }
}
/* ===== Document Checklist Banner - Distinct Style ===== */

.ukrt-checklist-banner {
    border-left: 5px solid;
    border-image: linear-gradient(180deg, #ffc107, var(--blue)) 1;
    border-radius: 12px;
    padding: 16px 18px;
    margin: 50px 0 30px;
    background:
        radial-gradient(800px 200px at 90% 0%,
            rgba(207,160,62,.12) 0%,
            rgba(207,160,62,0) 60%),
        radial-gradient(600px 180px at 5% 80%,
            rgba(29,102,168,.08) 0%,
            rgba(29,102,168,0) 55%),
        linear-gradient(
            225deg,
            #ffffff 0%,
            #ffffff 50%,
            rgba(207,160,62,.04) 100%
        );
    position: relative;
    overflow: hidden;
    box-shadow: 2px 5px 15px 10px rgba(0, 0, 0, 0.2);
}
.ukrt-checklist-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(
        90deg,
        #CFA03E 0%,
        rgba(207, 160, 62, .45) 40%,
        rgba(29, 102, 168, .60) 80%,
        #1d66a8 100%
    );
    opacity: .7;
	display:none;
}
.ukrt-checklist-banner::after {
    content: "";
    position: absolute;
    left: -100px;
    bottom: -100px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle at 70% 70%,
            rgba(207,160,62,.18) 0%,
            rgba(207,160,62,0) 70%
        );
    opacity: .6;
    pointer-events: none;
}

/* SVG styling */
.ukrt-checklist-banner .ukrt-hero-svg-left circle {
    fill: rgba(207,160,62,0.1);
}

.ukrt-checklist-banner .ukrt-hero-svg-right path:first-child {
    fill: rgba(29,102,168,0.12);
}

/* Inner content layout */
.ukrt-checklist-banner .ukrt-hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.ukrt-checklist-banner .ukrt-hero-content {
    flex: 1;
}

.ukrt-checklist-banner .ukrt-hero-title {
    font-size: 38px;
    line-height: 1.3;
    color: #2C3E6E;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: 'Oswald', sans-serif;
}

.ukrt-checklist-banner .ukrt-hero-subtitle {
    font-size: 16px;
    line-height: 1.55;
    color: #4a5568;
    margin-bottom: 15px;
    max-width: 90%;
}

.ukrt-checklist-banner .ukrt-hero-actions {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

/* Blue gradient button - matching sidebar appointment button */
.ukrt-checklist-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 10px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 16px;
    border: none;
    position: relative;
    color: white;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 15px 30px -8px rgba(13, 38, 59, 0.4);
    background: linear-gradient(180deg, #1d66a8, #0c3052);
    z-index: 1;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
/* Gold overlay for hover */
.ukrt-checklist-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #e6b95a 0%, #cfa03e 50%, #a8812e 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
    pointer-events: none;
}

/* Button hover effects */
.ukrt-checklist-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 25px 40px -10px rgba(207, 160, 62, 0.5);
}

.ukrt-checklist-btn:hover::before {
    left: 100%;
}

.ukrt-checklist-btn:hover::after {
    opacity: 1;
}

/* Button text */
.ukrt-checklist-btn span {
    position: relative;
    z-index: 10;
    transition: color 0.3s ease;
    color: white;
}

.ukrt-checklist-btn:hover span {
    color: #333333 !important;
}

/* Mobile optimisation */
@media (max-width: 768px) {
    .ukrt-checklist-banner {
        padding: 14px 14px;
        border-right-width: 3px;
    }
    
    .ukrt-checklist-banner .ukrt-hero-inner {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .ukrt-checklist-banner .ukrt-hero-subtitle {
        max-width: 100%;
    }
    
    .ukrt-checklist-btn {
        width: 100%;
        text-align: center;
        padding: 10px 24px;
    }
}

/******* Document Checklist Tool********/
.cl-body {
			font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            background: linear-gradient(145deg, #f0f4fa 0%, #e6ecf5 100%);
            min-height: 100vh;
            display: flex;
            justify-content: center;
            padding: 2rem 1rem;
        }
        .cl-wrapper {
            max-width: 900px;
            width: 100%;
        }
        .cl-hero {
            text-align: center;
            margin-bottom: 2rem;
        }
        .cl-hero h1 {
            font-size: 2.6rem;
            font-weight: 600;
            background: linear-gradient(135deg, #1E2A47, #2C3E6E);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            letter-spacing: -0.5px;
            display: inline-block;
            padding-bottom: 6px;
            border-bottom: 4px solid #CFA03E;
			line-height: 48px;
			font-family: 'Oswald';
        }
        .cl-hero p {
            color: #2c3e50;
            font-size: 1.1rem;
            margin-top: 10px;
            opacity: 0.8;
        }
        .cl-panel {
            background: #ffffffdd;
            backdrop-filter: blur(8px);
            border-radius: 40px;
            padding: 2rem 2.5rem;
            box-shadow: 0 25px 45px -12px #1a2639;
            border: 1px solid rgba(255,255,255,0.7);
            margin-top: 1rem;
        }
@media screen and (max-width: 768px) {
  .cl-panel {
    padding: 10px 12px !important;
  }
}		
        .cl-header {
            border-bottom: 2px dashed #b0c4de;
            padding-bottom: 18px;
            margin-bottom: 25px;
        }
        .cl-title {
            font-size: 2rem;
            font-weight: 650;
            color: #1e2a47;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .cl-title i {
            color: #CFA03E;
            font-size: 2rem;
        }
        .cl-form-container {
            display: flex;
            flex-direction: column;
            gap: 1.2rem;
            margin: 1.5rem 0;
        }
        .cl-field {
            display: flex;
            flex-direction: column;
            gap: 6px;
        }
        .cl-field label {
            font-weight: 700;
            color: #1e2a47;
            font-size: 1rem;
            display: flex;
            align-items: center;
            gap: 6px;
			margin:0;
        }
        .cl-field label i {
            color: #CFA03E;
            width: 22px;
        }
        .cl-star {
            color: #CFA03E;
            margin-left: 4px;
        }
        .cl-field select, .cl-field input {
            background: white;
            border: 2px solid #dbe3f0;
            border-radius: 15px;
            padding: 0.9rem 1.5rem;
            font-size: 1rem;
            outline: none;
            transition: 0.15s;
            color: #041d37;
            width: 100%;
        }
        .cl-field select:focus, .cl-field input:focus {
            border-color: #CFA03E;
            box-shadow: 0 0 0 3px rgba(207,160,62,0.15);
        }
        .cl-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            margin: 30px 0 20px;
            justify-content: center;
        }
.cl-btn {
    border: none;
    background: white;
    padding: 1rem 2.2rem;
    border-radius: 60px;
    font-weight: 600;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 5px 12px rgba(0,0,0,0.06);
    cursor: pointer;
    transition: 0.15s;
    border: 1px solid #cfddee;
    color: #1e2a47;
}
.cl-btn-primary {
    background: #1E2A47;
    color: #ffffff;
    border: none;
    box-shadow: 0 8px 16px #1e2a4760;
}
.cl-btn-primary i {
    color: #CFA03E;
}
.cl-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 25px -6px #1e2a4760;
}
.cl-btn:not(.cl-btn-primary):hover {
    background: #ffffff;
    color: #1e2a47;
}
.cl-btn-primary:hover {
    background: #1E2A47;
    color: #ffffff;
}
.cl-btn-primary:hover i {
    color: #CFA03E;
}
        .cl-output {
            margin-top: 30px;
            border-top: 2px dashed #b0c4de;
            padding-top: 25px;
            display: none;
        }
        .cl-output-title {
            font-size: 1.8rem;
            font-weight: 650;
            color: #1e2a47;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .cl-output-title i {
            color: #CFA03E;
        }
        .cl-checklist {
            list-style: none;
            margin: 20px 0;
            display: flex;
            flex-direction: column;
            gap: 20px;
			padding-left:0;
        }
        .cl-checklist li {
            background: #f5f9ff;
            border-radius: 50px;
            padding: 0.9rem 1.8rem 0.9rem 1.5rem;
            display: flex;
            align-items: center;
            gap: 15px;
            font-size: 1.1rem;
            border-left: 6px solid #CFA03E;
            box-shadow: 0 3px 8px #bdd0e8;
        }
        .cl-checklist li i {
            color: #1E2A47;
            width: 26px;
            font-size: 1.3rem;
        }
.cl-pdf-area {
    background: #f5f7fd;
    padding: 20px 30px;
    border-radius: 60px;
    margin: 25px 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;  
    gap: 15px;
	min-height: 70px;
}
.cl-pdf-area p {
    margin: 0;     
    font-weight: 500;
    color: #163456;
    display: flex; 
    align-items: center;
    gap: 8px;
    line-height: 1.2;
}
.cl-btn-pdf {
    background: #1E2A47;
    color: white;
    border: none;
    padding: 0.9rem 2rem;
    border-radius: 60px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap; 
}
@media (max-width: 600px) {
    .cl-pdf-area {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .cl-pdf-area p {
        justify-content: center;
        width: 100%;
    }
}
        .cl-error {
            color: #b00020;
            font-weight: 600;
            margin: 10px 0;
            display: none;
        }
        .cl-success {
            color: #0b6b2a;
            font-weight: 600;
            margin: 10px 0;
            display: none;
        }
        .cl-highlight {
            background: #fff3d6;
            border-left: 6px solid #CFA03E;
            padding: 18px 22px;
            border-radius: 30px;
            margin: 20px 0;
            font-weight: 500;
            color: #1e2a47;
        }
.cl-callout {
    margin-top: 35px;
    border-left: 5px solid #1D66A8;
    background: rgba(29, 102, 168, .06);
    border-radius: 20px;
    padding: 20px;
    border-top: 2px dashed #b0c4de;
    border-bottom: 2px dashed #b0c4de;
    border-right: 2px dashed #b0c4de;
}
        .cl-callout-title {
            font-weight: 900;
            margin-bottom: 10px;
            color: #1D66A8;
            font-size: 1.2rem;
        }
        .cl-callout-text {
            margin: 0 0 15px;
            color: rgba(0,0,0,.75);
            line-height: 1.5;
        }
        .cl-disclaimer {
            margin-top: 20px;
            font-size: 13px;
            color: rgba(0,0,0,.70);
            line-height: 1.5;
            background: #e9eef3;
            padding: 15px 20px;
            border-radius: 20px;
            border: 1px solid #abc0d6;
        }
        /* print styles – only the PDF content is visible when printing */
        @media print {
            section * {
                visibility: hidden;
            }
.cl-print-pdf, .cl-print-pdf * {
    visibility: visible;
}
.cl-print-pdf {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: white;
    padding: 0.5in;
    margin: 0;
  }
 }
        .cl-print-pdf {
            display: none;
}
/* ===== AMENDED QUERY FORM STYLING ===== */
.query-banner-wrapper {
    text-align: center;
    margin: 20px 0 30px;
    position: relative;
}
.query-page-heading {
    font-size: 48px;
    font-weight: 800;
    color: #0c3052;
    display: inline-block;
    padding: 15px 40px;
    margin: 0;
    position: relative;
    letter-spacing: -1px;
    text-transform: uppercase;
    background: linear-gradient(135deg, #1d66a8, #0c3052);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    border-left: 5px solid #CFA03E;
    border-radius: 0 20px 20px 0;
    box-shadow: 0 10px 30px -10px rgba(13, 38, 59, 0.2);
}
.query-page-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #1d66a8, #CFA03E);
    border-radius: 3px;
}
.query-form-wrapper {
    margin: 0 auto;
    padding: 0;
}
.query-form-header {
    text-align: center;
    margin-bottom: 30px;
}
.query-form-heading {
    font-size: 32px;
    font-weight: 700;
    color: #0c3052;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
}
.query-form-subheading {
    color: #64748b;
    font-size: 14px;
    font-style: italic;
}
.query-field-wrapper {
    margin-bottom: 25px;
    position: relative;
}
.query-input-container {
    display: flex;
    align-items: stretch;
    background: #f8fafd;
    border-radius: 16px;
    border: 2px solid #e2e8f0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 60px;
    overflow: hidden;
}
.query-textarea-container {
    height: auto;
    min-height: 150px;
}
.query-input-container:hover {
    border-color: #1d66a8;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(29, 102, 168, 0.05);
}
.query-input-container:focus-within {
    border-color: #CFA03E;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.15);
    transform: translateY(-2px);
}
.query-icon {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f1f5f9, #ffffff);
    border-right: 2px solid #e2e8f0;
    color: #1d66a8;
    font-size: 20px;
    transition: all 0.3s ease;
}
.query-textarea-icon {
    align-items: flex-start;
    padding-top: 25px;
}
.query-input-container:focus-within .query-icon {
    color: #CFA03E;
    border-right-color: #CFA03E;
}
.query-field-content {
    flex: 1;
    position: relative;
    height: 100%;
}
.query-input,
.query-select {
    width: 100%;
    height: 100%;
    padding: 15px 15px 6px 15px;
    border: none;
    background: transparent;
    font-size: 16px;
    color: #0c3052;
    font-weight: 500;
    outline: none;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
.query-textarea {
    width: 100%;
    height: 100%;
    min-height: 150px;
    padding: 22px 15px 12px 15px;
    border: none;
    background: transparent;
    font-size: 16px;
    color: #0c3052;
    font-weight: 500;
    outline: none;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    resize: vertical;
    line-height: 1.6;
}
.query-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%231d66a8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 18px;
    cursor: pointer;
    padding-right: 45px;
}
.query-label {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #94a3b8;
    font-weight: 400;
    pointer-events: none;
    transition: all 0.2s ease;
    background: transparent;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 30px);
}
.query-textarea-label {
    top: 18px;
    transform: none;
}
.query-input:focus ~ .query-label,
.query-input:not(:placeholder-shown) ~ .query-label,
.query-select:focus ~ .query-label,
.query-select:valid:not([value=""]) ~ .query-label,
.query-textarea:focus ~ .query-label,
.query-textarea:not(:placeholder-shown) ~ .query-label {
    top: 5px;
    transform: translateY(0);
    font-size: 11px;
    font-weight: 600;
    color: #CFA03E;
    left: 12px;
    letter-spacing: 0.3px;
    max-width: 90%;
}
.query-textarea:focus ~ .query-textarea-label,
.query-textarea:not(:placeholder-shown) ~ .query-textarea-label {
    top: 7px;
}
.query-field-border {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: transparent;
    transition: all 0.3s ease;
    border-radius: 3px;
}
.query-input-container:focus-within .query-field-border {
    width: calc(100% - 20px);
    left: 10px;
}
.query-error-message {
    font-size: 12px;
    color: #ef4444;
    margin-top: 5px;
    margin-left: 15px;
    font-weight: 500;
    display: none;
}
.query-field-wrapper.error .query-error-message {
    display: block;
}
.query-field-wrapper.error .query-input-container {
    border-color: #ef4444;
    background: #fef2f2;
}
.query-field-wrapper.error .query-icon {
    color: #ef4444;
    border-right-color: #ef4444;
}
.query-upload-block {
    margin: 25px 0;
    padding: 20px;
    background: #f8fafd;
    border-radius: 16px;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
}
.query-upload-block:hover {
    border-color: #1d66a8;
    box-shadow: 0 4px 12px rgba(29, 102, 168, 0.05);
}
.query-upload-block .query-upload-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #0c3052;
    font-size: 16px;
    margin-bottom: 8px;
}
.query-upload-block .query-upload-title i {
    color: #CFA03E;
    font-size: 18px;
}
.query-upload-block .query-optional {
    color: #94a3b8;
    font-weight: 400;
    font-size: 13px;
    margin-left: 5px;
}
.query-upload-block .query-upload-info {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #cbd5e1;
}
.query-file-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.query-file-row:last-child {
    margin-bottom: 0;
}
.query-file-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    color: #1d66a8;
    font-size: 16px;
    flex-shrink: 0;
}
.query-file-input-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}
.query-file-input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}
.query-file-text {
    flex: 1;
    height: 44px;
    padding: 0 15px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    background: white;
    color: #64748b;
    font-size: 16px;
    outline: none;
    cursor: default;
    transition: all 0.3s ease;
}
.query-file-text:focus {
    border-color: #1d66a8;
}
.query-file-browse {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 25px;
    background: linear-gradient(135deg, #1d66a8, #0c3052);
    color: white;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    white-space: nowrap;
    z-index: 2;
    flex-shrink: 0;
    margin: 3px 0 5px;
}
.query-file-browse:hover {
    background: linear-gradient(135deg, #CFA03E, #b8860b);
    color: #0c3052;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}
.query-file-browse:active {
    transform: translateY(0);
}
.query-file-input:focus + .query-file-text + .query-file-browse {
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.3);
}
.query-recaptcha-wrapper {
    margin: 25px 0 20px;
    display: flex;
    justify-content: center;
}
.query-terms-wrapper {
    margin: 20px 0 25px;
}
.query-terms-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: default;
    position: relative;
}
.query-terms-label input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}
.query-checkmark {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #0c3052;
    border-radius: 6px;
    border: 2px solid #FFFFFF;
    position: relative;
}
.query-terms-label input:checked ~ .query-checkmark::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.query-terms-text {
    font-size: 12px;
    color: #6c757d;
}
.query-terms-text a {
    color: #1d66a8;
    text-decoration: none;
    font-weight: 600;
}
.query-terms-text a:hover {
    color: #CFA03E;
}.query-submit-wrapper {
    text-align: center;
    margin-top: 30px;
}
.query-submit-btn {
    position: relative;
    padding: 16px 50px;
    font-size: 20px;
    font-weight: 700;
    border: none;
    border-radius: 60px;
    background: linear-gradient(135deg, #1d66a8, #0c3052);
    color: white;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 15px 30px -8px rgba(13, 38, 59, 0.4);
    min-width: 250px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.query-submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
    z-index: 2;
}
.query-submit-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 25px 40px -10px rgba(207, 160, 62, 0.5);
}
.query-submit-btn:hover::before {
    left: 100%;
}
.query-submit-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(207,160,62);
    background: linear-gradient(
        180deg,
        rgba(230,185,90,1) 0%,
        rgba(207,160,62,1) 50%, 
        rgba(168,129,46,1) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}
.query-submit-btn:hover::after {
    opacity: 1;
}
.query-submit-btn .query-btn-text,
.query-submit-btn .query-btn-icon {
    position: relative;
    z-index: 3;
    transition: all 0.3s ease;
}
.query-submit-btn:hover .query-btn-text,
.query-submit-btn:hover .query-btn-icon {
    color: #333333;
}
.query-btn-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1d66a8, #0c3052);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.query-spinner {
    width: 25px;
    height: 25px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #CFA03E;
    animation: spin 0.8s linear infinite;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}
@media (max-width: 768px) {
.query-page-heading {
    font-size: 36px;
    padding: 12px 25px;
}    
.query-form-heading {
        font-size: 28px;
}
    
.query-input-container {
        height: 55px;
}   
.query-file-row {
        flex-wrap: wrap;
}    
.query-file-icon {
        width: 40px;
        height: 40px;
		display: none;
}    
.query-file-browse {
        padding: 0 18px;
        height: 40px;
        font-size: 14px;
} 
.query-file-text {
        height: 40px;
        font-size: 14px;
}
.query-submit-btn {
        padding: 14px 40px;
        font-size: 18px;
        min-width: 220px;
  }
}
/* ===== AMENDED APPOINTMENT FORM STYLING ===== */

/* Banner Wrapper - Centered with left border */
.appointment-banner-wrapper {
    text-align: center;
    margin: 20px 0 30px;
    position: relative;
}

.appointment-page-heading {
    font-size: 48px;
    font-weight: 800;
    color: #0c3052;
    display: inline-block;
    padding: 15px 40px;
    margin: 0;
    position: relative;
    letter-spacing: -1px;
    text-transform: uppercase;
    background: linear-gradient(135deg, #1d66a8, #0c3052);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    border-left: 5px solid #CFA03E;
    border-radius: 0 20px 20px 0;
    box-shadow: 0 10px 30px -10px rgba(13, 38, 59, 0.2);
}

.appointment-page-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #1d66a8, #CFA03E);
    border-radius: 3px;
}

/* Form Wrapper */
.appointment-form-wrapper {
    margin: 0 auto;
    padding: 0;
}

/* Form Header */
.appointment-form-header {
    text-align: center;
    margin-bottom: 30px;
}

.appointment-form-heading {
    font-size: 32px;
    font-weight: 700;
    color: #0c3052;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
}

.appointment-form-subheading {
    color: #64748b;
    font-size: 14px;
    font-style: italic;
}

/* Field Wrapper */
.appointment-field-wrapper {
    margin-bottom: 25px;
    position: relative;
}

/* Input Container */
.appointment-input-container {
    display: flex;
    align-items: stretch;
    background: #f8fafd;
    border-radius: 16px;
    border: 2px solid #e2e8f0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 60px;
    overflow: hidden;
}

.appointment-textarea-container {
    height: auto;
    min-height: 150px;
}

.appointment-input-container:hover {
    border-color: #1d66a8;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(29, 102, 168, 0.05);
}

.appointment-input-container:focus-within {
    border-color: #CFA03E;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.15);
    transform: translateY(-2px);
}

/* Icon Section */
.appointment-icon {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f1f5f9, #ffffff);
    border-right: 2px solid #e2e8f0;
    color: #1d66a8;
    font-size: 20px;
    transition: all 0.3s ease;
}

.appointment-textarea-icon {
    align-items: flex-start;
    padding-top: 25px;
}

.appointment-input-container:focus-within .appointment-icon {
    color: #CFA03E;
    border-right-color: #CFA03E;
}

/* Field Content */
.appointment-field-content {
    flex: 1;
    position: relative;
    height: 100%;
}

/* Input Fields */
.appointment-input,
.appointment-select {
    width: 100%;
    height: 100%;
    padding: 15px 15px 6px 15px;
    border: none;
    background: transparent;
    font-size: 16px;
    color: #0c3052;
    font-weight: 500;
    outline: none;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.appointment-textarea {
    width: 100%;
    height: 100%;
    min-height: 150px;
    padding: 22px 15px 12px 15px;
    border: none;
    background: transparent;
    font-size: 16px;
    color: #0c3052;
    font-weight: 500;
    outline: none;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    resize: vertical;
    line-height: 1.6;
}

.appointment-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%231d66a8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 18px;
    cursor: pointer;
    padding-right: 45px;
}

/* Labels */
.appointment-label {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #94a3b8;
    font-weight: 400;
    pointer-events: none;
    transition: all 0.2s ease;
    background: transparent;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 30px);
}

.appointment-textarea-label {
    top: 18px;
    transform: none;
}

/* Floating Label Effect */
.appointment-input:focus ~ .appointment-label,
.appointment-input:not(:placeholder-shown) ~ .appointment-label,
.appointment-select:focus ~ .appointment-label,
.appointment-select:valid:not([value=""]) ~ .appointment-label,
.appointment-textarea:focus ~ .appointment-label,
.appointment-textarea:not(:placeholder-shown) ~ .appointment-label {
    top: 5px;
    transform: translateY(0);
    font-size: 11px;
    font-weight: 600;
    color: #CFA03E;
    left: 12px;
    letter-spacing: 0.3px;
    max-width: 90%;
    z-index: 10;
}

.appointment-textarea:focus ~ .appointment-textarea-label,
.appointment-textarea:not(:placeholder-shown) ~ .appointment-textarea-label {
    top: 7px;
}

/* Border Effect */
.appointment-field-border {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: transparent;
    transition: all 0.3s ease;
    border-radius: 3px;
}

.appointment-input-container:focus-within .appointment-field-border {
    width: calc(100% - 20px);
    left: 10px;
}

/* Error Messages */
.appointment-error-message {
    font-size: 12px;
    color: #ef4444;
    margin-top: 5px;
    margin-left: 15px;
    font-weight: 500;
    display: none;
}

.appointment-field-wrapper.error .appointment-error-message {
    display: block;
}

.appointment-field-wrapper.error .appointment-input-container {
    border-color: #ef4444;
    background: #fef2f2;
}

.appointment-field-wrapper.error .appointment-icon {
    color: #ef4444;
    border-right-color: #ef4444;
}

/* Upload Block */
.appointment-upload-block {
    margin: 25px 0;
    padding: 20px;
    background: #f8fafd;
    border-radius: 16px;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
}

.appointment-upload-block:hover {
    border-color: #1d66a8;
    box-shadow: 0 4px 12px rgba(29, 102, 168, 0.05);
}

.appointment-upload-block .appointment-upload-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #0c3052;
    font-size: 16px;
    margin-bottom: 8px;
}

.appointment-upload-block .appointment-upload-title i {
    color: #CFA03E;
    font-size: 18px;
}

.appointment-upload-block .appointment-optional {
    color: #94a3b8;
    font-weight: 400;
    font-size: 13px;
    margin-left: 5px;
}

.appointment-upload-block .appointment-upload-info {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #cbd5e1;
}

/* File Rows */
.appointment-file-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.appointment-file-row:last-child {
    margin-bottom: 0;
}

.appointment-file-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    color: #1d66a8;
    font-size: 16px;
    flex-shrink: 0;
}

.appointment-file-input-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.appointment-file-input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.appointment-file-text {
    flex: 1;
    height: 44px;
    padding: 0 15px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    background: white;
    color: #64748b;
    font-size: 16px;
    outline: none;
    cursor: default;
    transition: all 0.3s ease;
}

.appointment-file-text:focus {
    border-color: #1d66a8;
}

.appointment-file-browse {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 25px;
    background: linear-gradient(135deg, #1d66a8, #0c3052);
    color: white;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    white-space: nowrap;
    z-index: 2;
    flex-shrink: 0;
    margin: 3px 0 5px;
}

.appointment-file-browse:hover {
    background: linear-gradient(135deg, #CFA03E, #b8860b);
    color: #0c3052;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

.appointment-file-browse:active {
    transform: translateY(0);
}

.appointment-file-input:focus + .appointment-file-text + .appointment-file-browse {
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.3);
}

/* Mode of Consultation */
.appointment-radio-group {
    display: flex;
    gap: 20px;
    padding: 10px 0;
}

.appointment-radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 15px;
    color: #475569;
}

.appointment-radio-label input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: #CFA03E;
}

/* Payment Section */
.appointment-payment-section {
    margin: 25px 0;
    text-align: center;
}

.appointment-payment-message {
    background: #e8f0fe;
    border-left: 4px solid #1d66a8;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 25px;
    text-align: left;
}

.appointment-payment-message p {
    margin: 5px 0;
    color: #0c3052;
    font-size: 15px;
    line-height: 1.6;
}

/* reCAPTCHA */
.appointment-recaptcha-wrapper {
    margin: 25px 0 20px;
    display: flex;
    justify-content: center;
}

/* Terms Wrapper */
.appointment-terms-wrapper {
    margin: 20px 0 25px;
}

.appointment-terms-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: default;
    position: relative;
}

.appointment-terms-label input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

.appointment-checkmark {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #0c3052;
    border-radius: 6px;
    border: 2px solid #FFFFFF;
    position: relative;
}

.appointment-terms-label input:checked ~ .appointment-checkmark::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.appointment-terms-text {
    font-size: 12px;
    color: #6c757d;
}

.appointment-terms-text a {
    color: #1d66a8;
    text-decoration: none;
    font-weight: 600;
}

.appointment-terms-text a:hover {
    color: #CFA03E;
}

/* Submit Button */
.appointment-submit-wrapper {
    text-align: center;
    margin-top: 30px;
}

.appointment-submit-btn {
    position: relative;
    padding: 16px 50px;
    font-size: 20px;
    font-weight: 700;
    border: none;
    border-radius: 60px;
    background: linear-gradient(135deg, #1d66a8, #0c3052);
    color: white;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 15px 30px -8px rgba(13, 38, 59, 0.4);
    min-width: 250px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.appointment-submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
    z-index: 2;
}

.appointment-submit-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 25px 40px -10px rgba(207, 160, 62, 0.5);
}

.appointment-submit-btn:hover::before {
    left: 100%;
}

.appointment-submit-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(207,160,62);
    background: linear-gradient(
        180deg,
        rgba(230,185,90,1) 0%,
        rgba(207,160,62,1) 50%, 
        rgba(168,129,46,1) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.appointment-submit-btn:hover::after {
    opacity: 1;
}

.appointment-submit-btn .appointment-btn-text,
.appointment-submit-btn .appointment-btn-icon {
    position: relative;
    z-index: 3;
    transition: all 0.3s ease;
}

.appointment-submit-btn:hover .appointment-btn-text,
.appointment-submit-btn:hover .appointment-btn-icon {
    color: #333333;
}

.appointment-btn-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1d66a8, #0c3052);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.appointment-spinner {
    width: 25px;
    height: 25px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #CFA03E;
    animation: appointment-spin 0.8s linear infinite;
}

@keyframes appointment-spin {
    to { transform: rotate(360deg); }
}

/* Success Message Overlay */
.appointment-success-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.appointment-success-modal {
    background: white;
    border-radius: 24px;
    padding: 40px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    border: 1px solid #CFA03E;
}

.appointment-success-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #1d66a8, #0c3052);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 30px;
}

.appointment-success-title {
    font-size: 24px;
    font-weight: 700;
    color: #0c3052;
    margin-bottom: 15px;
}

.appointment-success-message {
    color: #475569;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.appointment-payment-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.appointment-pay-btn {
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 200px;
}

.appointment-pay-btn.india {
    background: linear-gradient(135deg, #1d66a8, #0c3052);
    color: white;
}

.appointment-pay-btn.outside {
    background: linear-gradient(135deg, #CFA03E, #b8860b);
    color: #0c3052;
}

.appointment-pay-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.3);
}

.appointment-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #94a3b8;
}

/* Responsive */
@media (max-width: 768px) {
    .appointment-page-heading {
        font-size: 36px;
        padding: 12px 25px;
    }
    
    .appointment-form-heading {
        font-size: 28px;
    }
    
    .appointment-input-container {
        height: 55px;
    }
    
    .appointment-file-row {
        flex-wrap: wrap;
    }
    
    .appointment-file-icon {
        width: 40px;
        height: 40px;
        display: none;
    }
    
    .appointment-file-browse {
        padding: 0 18px;
        height: 40px;
        font-size: 14px;
    }
    
    .appointment-file-text {
        height: 40px;
        font-size: 14px;
    }
    
    .appointment-submit-btn {
        padding: 14px 40px;
        font-size: 18px;
        min-width: 220px;
    }
    
    .appointment-radio-group {
        flex-direction: column;
        gap: 10px;
    }
}
/* Consultation Fee Block - Short & Clean */
.appointment-fee-block {
    margin: 25px 0;
    padding: 15px 20px;
    background: #f8fafd;
    border-radius: 12px;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
}

.appointment-fee-block:hover {
    border-color: #1d66a8;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(29, 102, 168, 0.05);
}

.appointment-fee-title {
    font-weight: 600;
    color: #0c3052;
    font-size: 16px;
    margin-bottom: 12px;
    text-align: center;
    letter-spacing: 0.3px;
}

.appointment-fee-row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 15px;
    flex-wrap: wrap;
}

.appointment-fee-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 25px;
    background: #ffffff;
    border-radius: 40px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.appointment-fee-item .appointment-fee-country {
    font-weight: 500;
    color: #1d66a8;
    font-size: 16px;
}

.appointment-fee-item .appointment-fee-amount {
    font-weight: 700;
    color: #0c3052;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.appointment-fee-item .appointment-fee-amount i {
    color: #CFA03E;
    font-size: 16px;
}

.appointment-fee-divider {
    width: 4px;
    height: 4px;
    background: #cbd5e1;
    border-radius: 50%;
}

@media (max-width: 480px) {
    .appointment-fee-row {
        flex-direction: column;
        gap: 10px;
    }
    
    .appointment-fee-divider {
        display: none;
    }
    
    .appointment-fee-item {
        width: 100%;
        justify-content: center;
    }
}
/* Error message display */
.appointment-error-message {
    display: none;
    font-size: 12px;
    color: #ef4444;
    margin-top: 5px;
    margin-left: 15px;
    font-weight: 500;
}
.appointment-field-wrapper.error .appointment-error-message {
    display: block !important;
}

.appointment-field-wrapper.error .appointment-input-container {
    border-color: #ef4444 !important;
    background: #fef2f2 !important;
}

.appointment-field-wrapper.error .appointment-icon {
    color: #ef4444 !important;
    border-right-color: #ef4444 !important;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}

.appointment-spinner {
    width: 25px;
    height: 25px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #CFA03E;
    animation: spin 0.8s linear infinite;
}
/******* Query in Contact Us Page *******/
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 20px;
}

.form-row > .query-field-wrapper {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin: 0 10px;
}

/* Error message styling - CRITICAL for display */
.query-error-message {
    display: none !important;
    font-size: 12px;
    color: #ef4444;
    margin-top: 5px;
    margin-left: 15px;
    font-weight: 500;
}

.query-field-wrapper.error .query-error-message {
    display: block !important;
}

.query-field-wrapper.error .query-input-container {
    border-color: #ef4444 !important;
    background: #fef2f2 !important;
}

.query-field-wrapper.error .query-icon {
    color: #ef4444 !important;
    border-right-color: #ef4444 !important;
}

/* reCAPTCHA left alignment */
.recaptcha-left {
    margin: 20px 0;
    text-align: left;
}

.recaptcha-left .g-recaptcha {
    display: inline-block;
}

/* Ensure mb-0 class works */
.mb-0 {
    margin-bottom: 0 !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .form-row > .query-field-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    
    .form-row {
        margin-bottom: 0;
    }
}
/* ===== BLOG PAGE STYLES - NO IMAGES ===== */

/* Blog Page Main Container */
.blog-page-section {
    padding: 40px 0 60px;
}

.blog-page-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Main Card Container */
.blog-page-main-card {
    background: #ffffff;
    border-radius: 25px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    overflow: hidden;
    border: 1px solid rgba(207, 160, 62, 0.1);
    margin-top: 15px;
}

/* Hero Section */
.blog-page-hero-modern {
    background: linear-gradient(135deg, #2C3E6E 0%, #1d66a8 100%);
    padding: 40px 30px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
}

.blog-page-hero-modern::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -30%;
    width: 100%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    animation: float 20s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(-5%, -5%) rotate(120deg); }
    66% { transform: translate(5%, 5%) rotate(240deg); }
}

.blog-page-hero-modern h1 {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 10px;
    text-shadow: 0 4px 12px rgba(0,0,0,0.2);
    line-height: 1.2;
    position: relative;
    width: 100%;
}

.blog-page-hero-modern p {
    color: rgba(255,255,255,0.95);
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: relative;
}

/* Blog Grid Panel */
.blog-page-grid-panel {
    padding: 40px 30px;
    background: #ffffff;
	min-height: 700px;
}

.blog-page-grid-panel h3 {
    color: #2C3E6E;
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.blog-page-grid-panel h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #CFA03E, #1d66a8);
    border-radius: 4px;
}

/* Blog Grid - 3 Columns */
.blog-page-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

/* Blog Card - No Image, Consistent Styling */
.blog-page-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 25px 22px;
    box-shadow: 2px 5px 15px 2px rgba(0,0,0,0.20);
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-page-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(29,102,168,0.15);
    border-color: #CFA03E;
}

/* Card Accent Bar - Same for all cards */
.blog-page-card-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #CFA03E, #1d66a8);
}

/* Card Icon - Same for all cards */
.blog-page-card-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #f8fafc, #ffffff);
    border: 1px solid #e9ecef;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
}

.blog-page-card-icon i {
    font-size: 28px;
    color: #CFA03E; /* Same color for all icons */
}

/* Blog Category - Clean and Simple */
.blog-page-category {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #1d66a8;
    background: rgba(29,102,168,0.08);
    padding: 4px 12px;
    border-radius: 30px;
    border: 1px solid rgba(29,102,168,0.15);
    margin-bottom: 12px;
}

/* Card Content */
.blog-page-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-page-card-content h4 {
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4;
}

.blog-page-card-content h4 a {
    color: #2C3E6E;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
}

.blog-page-card-content h4 a:hover {
    color: #1d66a8;
}

/* Card Link */
.blog-page-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1d66a8;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    margin-top: auto;
    border-top: 1px dashed #e9ecef;
    padding-top: 15px;
}

.blog-page-card-link:hover {
    gap: 12px;
    color: #CFA03E;
}

.blog-page-card-link i {
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.blog-page-card-link:hover i {
    transform: translateX(5px);
}

/* Premium CTA Section */
.blog-page-cta-premium {
    background: linear-gradient(135deg, #f8fafc 0%, var(--ws-border) 100%);
    padding: 50px 30px;
    border-top: 1px solid rgba(207,160,62,0.15);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
    margin-bottom: 15px;
}

.blog-page-cta-content {
    max-width: 650px;
    margin: 0 auto;
}

.blog-page-cta-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #1d66a8, #2C3E6E);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 15px 30px rgba(29,102,168,0.25);
}

.blog-page-cta-icon i {
    font-size: 2rem;
    color: white;
}

.blog-page-cta-premium h3 {
    color: #2C3E6E;
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.blog-page-cta-premium p {
    color: #6c757d;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.blog-page-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: none;
    background: linear-gradient(135deg, #1d66a8, #2C3E6E);
    color: white;
    box-shadow: 0 10px 25px rgba(29,102,168,0.3);
}

.blog-page-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 35px rgba(29,102,168,0.4);
    color: white;
}

.blog-page-cta-btn i {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.blog-page-cta-btn:hover i {
    transform: translateX(5px);
}

.blog-page-trust-badges {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.blog-page-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6c757d;
    font-size: 0.9rem;
    font-weight: 500;
}

.blog-page-trust-item i {
    color: #CFA03E;
    font-size: 1rem;
}

/* Responsive */
@media (max-width: 992px) {
    .blog-page-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .blog-page-hero-modern {
        padding: 30px 20px;
    }
    
    .blog-page-hero-modern h1 {
        font-size: 2rem;
    }
    
    .blog-page-grid-panel {
        padding: 30px 20px;
    }
    
    .blog-page-grid-panel h3 {
        font-size: 1.8rem;
    }
    
    .blog-page-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .blog-page-cta-premium {
        padding: 40px 20px;
    }
    
    .blog-page-cta-premium h3 {
        font-size: 1.8rem;
    }
}

/* ===== SIDEBAR WSS STYLES - ALL LINKS AS BUTTONS ===== */

/* Main Sidebar Container */
.sidebar-wss {
    background: #ffffff;
    border-radius: 20px;
    padding: 22px 18px;
    box-shadow: 2px 5px 15px 10px rgba(0,0,0,0.2);
    margin-bottom: 30px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    width: 100%;
    box-sizing: border-box;
}
.sidebar-wss-actions {
    display: block;
    margin-bottom: 20px;
}

/* ACTION BUTTONS */
.sidebar-wss-action-btn {
    width: 100%;
    text-align: center;
    padding: 12px 16px;
    border-radius: 8px; /* Border radius maintained */
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative;
    color: white;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 15px 30px -8px rgba(13, 38, 59, 0.4);
	background: linear-gradient(180deg, #3387d8 0%, #1D66A8 55%, #154e82 100%);
/*    background: linear-gradient(135deg, #1d66a8, #0c3052);  */
    margin-bottom: 12px;
    box-sizing: border-box;
    overflow: hidden; /* This ensures the overlay respects border-radius */
}

/* Remove bottom margin from last button */
.sidebar-wss-action-btn:last-child {
    margin-bottom: 0;
}

/* Icon styling */
.sidebar-wss-action-btn i {
    font-size: 36px;
    color: #fff;
    background: rgba(255,255,255,0.15);
    padding: 10px;
    border-radius: 50%;
    transition: all 0.3s ease;
    position: relative;
    z-index: 10;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Text container - left aligned within centered button */
.sidebar-wss-action-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    position: relative;
    z-index: 10;
    line-height: 1.2;
    min-width: 140px;
}

/* Book an - smaller font */
.sidebar-wss-action-line1 {
    font-size: 16px;
    font-weight: 400;
    color: white;
    transition: color 0.3s ease;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.5px;
    display: block;
    width: 100%;
    text-align: left;
}

/* Appointment - bigger font */
.sidebar-wss-action-line2 {
    font-size: 22px;
    font-weight: 600;
    color: white;
    transition: color 0.3s ease;
    font-family: 'Oswald', sans-serif;
    line-height: 1.3;
    display: block;
    width: 100%;
    text-align: left;
}

/* Send Legal Query - main text (bigger) */
.sidebar-wss-action-main {
    font-size: 22px;
    font-weight: 600;
    color: white;
    transition: color 0.3s ease;
    font-family: 'Oswald', sans-serif;
    line-height: 1.3;
    margin-bottom: 2px;
    display: block;
    width: 100%;
    text-align: left;
}

/* Tagline - smaller */
.sidebar-wss-action-tagline {
    font-size: 11.5px;
    opacity: 0.9;
    color: white;
    transition: color 0.3s ease;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    letter-spacing: 0.2px;
    display: block;
    width: 100%;
    text-align: left;
}

/* Gold overlay for hover - FIXED to maintain border radius */
.sidebar-wss-action-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(207,160,62);
    background: linear-gradient(
        180deg,
        rgba(230,185,90,1) 0%,
        rgba(207,160,62,1) 50%, 
        rgba(168,129,46,1) 100%
    );
    border-radius: 8px; /* Add this to match button's border radius */
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
    pointer-events: none;
}

/* Hover effects */
.sidebar-wss-action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 25px 40px -10px rgba(207, 160, 62, 0.5);
}

.sidebar-wss-action-btn:hover::after {
    opacity: 1;
}

/* Icon hover effects */
.sidebar-wss-action-btn:hover i {
    transform: rotate(5deg) scale(1.08);
    color: #333333;
    background: rgba(255,255,255,0.25);
}

/* Text color on hover - black */
.sidebar-wss-action-btn:hover .sidebar-wss-action-line1,
.sidebar-wss-action-btn:hover .sidebar-wss-action-line2,
.sidebar-wss-action-btn:hover .sidebar-wss-action-main,
.sidebar-wss-action-btn:hover .sidebar-wss-action-tagline {
    color: #333333 !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .sidebar-wss-action-btn {
        padding: 10px 14px;
        gap: 12px;
    }
    
    .sidebar-wss-action-btn i {
        font-size: 32px;
        width: 48px;
        height: 48px;
        padding: 8px;
    }
    
    .sidebar-wss-action-text {
        min-width: 120px;
    }
    
    .sidebar-wss-action-line1 {
        font-size: 14px;
    }
    
    .sidebar-wss-action-line2,
    .sidebar-wss-action-main {
        font-size: 20px;
    }
    
    .sidebar-wss-action-tagline {
        font-size: 12px;
    }
}
.sidebar-wss-header {
    color: #2C3E6E;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
    padding-bottom: 7px;
    border-bottom: 2px solid #CFA03E;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sidebar-wss-header i {
    color: #CFA03E;
}

/* NAVIGATION LINKS */
.sidebar-wss-nav {
    margin-bottom: 22px;
}

.sidebar-wss-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-wss-nav > ul > li {
    margin-bottom: 12px;
}

/* Navigation links */
.sidebar-wss-nav > ul > li > a {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 8px;
    text-transform: capitalize;
    position: relative;
    background: linear-gradient(180deg, #f8fafc, #e0e4e8);
    border: 1px solid #c9d0d7;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px -5px rgba(13, 38, 59, 0.2);
	font-family: Oswald;
	letter-spacing:0.25px;
}
/* Gold overlay */
.sidebar-wss-nav > ul > li > a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #e6b95a 0%, #cfa03e 50%, #a8812e 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
    pointer-events: none;
}

.sidebar-wss-nav > ul > li > a:hover {
    transform: translateY(-1px) scale(1.02);
    box-shadow: 0 15px 25px -8px rgba(207, 160, 62, 0.4);
    border-color: transparent;
}

.sidebar-wss-nav > ul > li > a:hover::before {
    left: 100%;
}

.sidebar-wss-nav > ul > li > a:hover::after {
    opacity: 1;
}
/* Navigation text and icon - DIRECT targeting */
.sidebar-wss-nav > ul > li > a i,
.sidebar-wss-nav > ul > li > a span {
    position: relative;
    z-index: 5;
    color: #043c6d;
    transition: color 0.3s ease;
}

.sidebar-wss-nav > ul > li > a:hover,
.sidebar-wss-nav > ul > li > a:hover i,
.sidebar-wss-nav > ul > li > a:hover span {
    color: #333333 !important;
}

/* Blog Count badge */
.sidebar-wss-blog-count {
    display: inline-block;
    background: #CFA03E;
    color: white;
    font-size: 0.6rem;
    padding: 2px 8px;
    border-radius: 20px;
    margin-left: 6px;
    transition: all 0.3s ease;
}

.sidebar-wss-nav > ul > li > a:hover .sidebar-wss-blog-count {
    background: #333333 !important;
    color: white !important;
}

/* Blog Section */
.sidebar-wss-blog-section {
    margin: 2px 0 5px 12px;
    padding-left: 12px;
    border-left: 1px dashed rgba(207,160,62,0.60);   
}

.sidebar-wss-blog-links {
    list-style: none;
    padding: 0;
    margin: 2px 0;
}

.sidebar-wss-blog-links li {
    margin-bottom: 6px;
}

.sidebar-wss-blog-links li:first-child {
    margin-top: 10px;
}

.sidebar-wss-blog-links li:last-child {
    margin-bottom: 10px;
}

.sidebar-wss-blog-links a {
    color: #1d66a8;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 15px 5px 36px;
    display: block;
    position: relative;
    font-weight: 500;
    transition: all 0.2s ease;
	line-height:22px;
}

.sidebar-wss-blog-links a:hover {
    color: #333333 !important;
    transform: translateX(2px);
}

.sidebar-wss-blog-links a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f15c";
    font-weight: 600;
    color: #CFA03E;
    position: absolute;
    left: 0px;
    top: 24px;
    font-size: 1.9rem;
    transition: color 0.3s ease;
}

.sidebar-wss-blog-links a:hover:before {
    color: #333333 !important;
}

.sidebar-wss-view-all {
    margin-top: 6px;
    padding-top: 4px;
    border-top: 1px dashed #e9ecef;
}

.sidebar-wss-view-all a {
    color: #CFA03E;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
}

.sidebar-wss-view-all a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f178";
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 2px;
    color: #CFA03E;
    transition: color 0.3s ease;
}

.sidebar-wss-view-all a:hover {
    color: #333333 !important;
}

.sidebar-wss-view-all a:hover:before {
    color: #333333 !important;
}

/* Stats Section */
.sidebar-wss-stats {
    margin: 18px 0 0;
    padding: 12px 0 0;
    border-top: 1px solid rgba(207,160,62,0.2);
    text-align: center;
}

.sidebar-wss-stat-row {
    padding: 6px 0;
}

.sidebar-wss-stat-uk {
    color: #1D66A8;
    font-weight: 700;
    font-size: 1.1rem;
    font-family: 'Oswald', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
	letter-spacing: 0.50px;
}

.sidebar-wss-stat-uk i {
    color: #CFA03E;
}

.sidebar-wss-stat-success {
    color: #1D66A8;
    font-weight: 700;
    font-size: 1.1rem;
    font-family: 'Oswald', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
	letter-spacing: 0.25px;
}

.sidebar-wss-stat-success i {
    color: #CFA03E;
    margin-top: 3px;
}

/* Responsive */
@media (max-width: 768px) {
.sidebar-wss {
        padding: 18px 15px;
    }
    
    .sidebar-wss-actions {
        display: flex;
        flex-direction: column; 
        gap: 8px; 
        margin-bottom: 20px;
    }
    
    .sidebar-wss-action-btn {
        width: 100%; 
        font-size: 16px;
        padding: 12px 4px; 
        margin-bottom: 0;
	} 
    .sidebar-wss-nav > ul > li > a {
        padding: 12px 10px; 
        font-size: 0.9rem;
    }
}
/* ===== BLOG WSS DISCLAIMER STYLES ===== */

.blog-wss-disclaimer {
    background: #f8fafc;
    border-left: 4px solid #CFA03E;
    padding: 22px 25px;
    margin: 40px 0 25px;
    border-radius: 12px;
    font-size: 0.9rem;
    color: #2c3e50;
    border: 1px solid #e9ecef;
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
}

.blog-wss-disclaimer-heading {
    color: #2C3E6E;
    font-family: 'Oswald', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(207, 160, 62, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-wss-disclaimer-text {
    margin-bottom: 15px;
    line-height: 1.4;
}

.blog-wss-disclaimer-text:last-child {
    margin-bottom: 0;
}
.blog-wss-disclaimer-link {
    color: #1d66a8;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px dotted rgba(29,102,168,0.3);
    transition: all 0.2s ease;
}

.blog-wss-disclaimer-link:hover {
    color: #CFA03E;
    border-bottom-color: #CFA03E;
    text-decoration: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .blog-wss-disclaimer {
        padding: 18px 20px;
        margin: 30px 0 20px;
    }
    
    .blog-wss-disclaimer-heading {
        font-size: 1rem;
    }
    
    .blog-wss-disclaimer-text {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .blog-wss-disclaimer {
        padding: 15px 18px;
        border-left-width: 3px;
    }
}
/* ===== BLOG SHOWCASE SECTION ===== */

.blog-showcase-section {
    padding: 70px 0 80px;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

/* Decorative background elements */
.blog-showcase-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(207,160,62,0.03) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.blog-showcase-section::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(29,102,168,0.03) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.blog-showcase-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.blog-showcase-header {
    text-align: center;
    margin-bottom: 50px;
}

.blog-showcase-title {
    color: #1D66A8;
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.blog-showcase-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, #CFA03E, #1d66a8);
    border-radius: 4px;
}

.blog-showcase-subtitle {
    color: #6c757d;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Premium Blog Grid */
.blog-showcase-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}

/* Featured Blog Card */
.blog-showcase-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 35px 30px;
    box-shadow: 0 20px 35px -10px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.05);
    border: 1px solid rgba(207,160,62,0.1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 320px;
}

.blog-showcase-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 45px -15px rgba(29,102,168,0.25), 0 10px 20px -8px rgba(0,0,0,0.1);
    border-color: #CFA03E;
}

/* Premium gradient accent */
.blog-showcase-card .blog-showcase-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, #CFA03E, #1d66a8, #2C3E6E);
    z-index: 2;
}

/* Card icon - premium styling */
.blog-showcase-icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    background: linear-gradient(135deg, #f0f4fa, #ffffff);
    border: 1px solid rgba(207,160,62,0.2);
    box-shadow: 0 10px 20px -8px rgba(0,0,0,0.1);
    position: relative;
    transition: all 0.3s ease;
}

.blog-showcase-card:hover .blog-showcase-icon {
    transform: scale(1.05);
    border-color: #CFA03E;
    box-shadow: 0 15px 25px -10px rgba(207,160,62,0.3);
}

.blog-showcase-icon i {
    font-size: 32px;
    color: #1d66a8;
    transition: all 0.3s ease;
}

.blog-showcase-card:hover .blog-showcase-icon i {
    color: #CFA03E;
}

/* Category badge - premium */
.blog-showcase-category {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1d66a8;
    background: rgba(29,102,168,0.08);
    padding: 6px 16px;
    border-radius: 30px;
    border: 1px solid rgba(29,102,168,0.15);
    margin-bottom: 20px;
    align-self: flex-start;
    transition: all 0.3s ease;
}

.blog-showcase-card:hover .blog-showcase-category {
    background: rgba(207,160,62,0.1);
    color: #CFA03E;
    border-color: #CFA03E;
}

/* Blog title - LARGER FONT */
.blog-showcase-card h3 {
    margin-bottom: 20px;
    font-size: 1.4rem; /* Increased from 1.1rem */
    font-weight: 700;
    line-height: 1.4;
    flex-grow: 1;
    color: #2C3E6E;
}

.blog-showcase-card h3 a {
    color: #2C3E6E;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    line-height: 28px;
}

.blog-showcase-card h3 a:hover {
    color: #1d66a8;
}

/* Read more link - premium styling */
.blog-showcase-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #1d66a8;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    margin-top: auto;
    border-top: 1px dashed rgba(207,160,62,0.3);
    padding-top: 20px;
    position: relative;
    overflow: hidden;
}

.blog-showcase-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #CFA03E, #1d66a8);
    transition: width 0.4s ease;
}

.blog-showcase-link:hover::before {
    width: 100%;
}

.blog-showcase-link i {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.blog-showcase-link:hover {
    gap: 15px;
    color: #CFA03E;
}

.blog-showcase-link:hover i {
    transform: translateX(8px);
}

/* View all link - premium */
.blog-showcase-view-all {
    text-align: center;
    margin-top: 50px;
}

.blog-showcase-view-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #1d66a8, #0c3052);
    color: white;
    box-shadow: 0 15px 25px -8px rgba(29,102,168,0.4);
    position: relative;
    overflow: hidden;
}

.blog-showcase-view-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.6s ease;
}

.blog-showcase-view-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 25px 35px -10px rgba(207,160,62,0.5);
    background: linear-gradient(135deg, #0c3052, #1d66a8);
}

.blog-showcase-view-link:hover::before {
    left: 100%;
}

.blog-showcase-view-link i {
    transition: transform 0.3s ease;
}

.blog-showcase-view-link:hover i {
    transform: translateX(8px);
}

/* Responsive */
@media (max-width: 992px) {
    .blog-showcase-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .blog-showcase-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .blog-showcase-section {
        padding: 50px 0 60px;
    }
    
    .blog-showcase-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .blog-showcase-title {
        font-size: 32px;
    }
    
    .blog-showcase-subtitle {
        font-size: 1rem;
        padding: 0 15px;
    }
    
    .blog-showcase-card h3 {
        font-size: 1.3rem;
    }
}
/* ===== MOST READ VISA ARTICLES STRIP - FLUID FULL WIDTH ===== */
/* ===== MOST READ VISA ARTICLES STRIP - FLUID FULL WIDTH ===== */

.most-read-strip {
    padding: 0;
    background: #f4f4f4;
    width: 100%;
    border-bottom: 1px solid rgba(207,160,62,0.1);
}

/* Fluid Container - Full Width */
.most-read-fluid {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

/* First Row - Simple Title */
.most-read-title-row {
    text-align: center;
    margin-bottom: 0;
    padding: 10px;
    background: #f4f4f4;
}

.most-read-title {
    color: #1D66A8;
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 500;
    margin: 0;
}

/* Second Row - 5 Columns Full Width with No Space */
.most-read-row {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
}

.most-read-col {
    flex: 1;
    text-align: center;
    padding: 25px 10px;
    margin: 0;
    transition: all 0.2s ease;
    border-left: 1px solid rgba(207,160,62,0.15);
    border-top: 1px solid #ffffff;
}

.most-read-col:first-child {
    border-left: none;
}

.most-read-col:hover {
    background-color: #ffffff;
}

/* Blog Link Styling - Clean and Simple */
.most-read-link {
    display: block;
    text-decoration: none;
    color: inherit;
    max-width: 100%;
}

.most-read-name {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    color: #2C3E6E;
    line-height: 1.4;
    margin-bottom: 8px;
    transition: color 0.2s ease;
    word-break: break-word;
    white-space: normal;
}

.most-read-col:hover .most-read-name {
    color: #1d66a8;
}

/* Simple Read More Link */
.most-read-link-small {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    color: #6c757d;
    transition: all 0.2s ease;
    border-bottom: 1px solid transparent;
}

.most-read-col:hover .most-read-link-small {
    color: #CFA03E;
    border-bottom-color: #CFA03E;
}

/* Responsive */
@media (max-width: 992px) {
    .most-read-row {
        flex-wrap: wrap;
    }
    
    .most-read-col {
        flex: 0 0 33.333%;
        border-left: 1px solid rgba(207,160,62,0.15);
        border-bottom: 1px solid rgba(207,160,62,0.15);
    }
    
    .most-read-col:nth-child(3n+1) {
        border-left: none;
    }
}

@media (max-width: 768px) {
    .most-read-col {
        flex: 0 0 50%;
    }
    
    .most-read-col:nth-child(2n+1) {
        border-left: none;
    }
    
    .most-read-title {
        font-size: 28px;
    }
    
    .most-read-name {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .most-read-col {
        flex: 0 0 100%;
        border-left: none;
        border-bottom: 1px solid rgba(207,160,62,0.15);
    }
    
    .most-read-col:last-child {
        border-bottom: none;
    }
    
    .most-read-title {
        font-size: 24px;
    }
}