@import url('https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic');
@import url('https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic');
@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=Roboto:wght@300;400;500;700;900&display=swap');

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('owl.css');
@import url('hover.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/
.section-title h2 {
	font-family: 50px;
	font-weight: 700;
	font-family: Oswald;
	letter-spacing: 0.50px;
	color: #1d66a8;
}
 
.dropdown .after-right-arrow a::after {
	content: "\f105";
    font-family: 'FontAwesome';
    display: inline-block;
    margin-left: -2px;
    vertical-align: middle;
    border-top: 0px;
    float: right;
    font-size: 18px;
}
.dropdown .after-right-arrow .after-no-arrow::after {
	display: none;
}


body {
	font-family: sans-serif;
	font-size:18px;
	color:#444444;
	line-height:1.5em;
	font-weight:normal;
	background:#ffffff;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#1d66a8;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: Oswald, sans-serif;
	font-weight: 500;
	background:none;
}

input,button,select,textarea{
	font-family: 'Lato', sans-serif;
}

p{
	position:relative;
	line-height:1.7em;
	font-family: 'Lato', sans-serif;	
}

.strike-through{
	text-decoration:line-through;	
}

.container-ws{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	background:#ffffff;
}

.page-outer-container{
	position:relative;
	width:100%;
	padding:0px 0px;
}

.boxed-layout .page-outer-container{
	padding:0px 20px;	
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.consult-btn{
	display:inline-block;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	font-family: 'Lato', sans-serif;
}

.centered{
	text-align:center;	
}
/* =========================================================
   Scoped Button Spacing — Only for Form Action Rows
   ========================================================= */
form .row.justify-content-center .col-md-3 {
  margin: 0 10px; 
}
@media (max-width: 991px) and (min-width: 220px) {
  form .row.justify-content-center .col-md-3 {
    margin: 5px 10px;
}
form .row.justify-content-center .btn {
    margin: 4px 0;
  }
}
.btn-blue {
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
	font-weight:700;
    color: #fff;
    background-color: #1d66a8;
    text-decoration: none;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: color 1.5s, transform 1.5s;
	text-transform:uppercase;
}
.btn-blue::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: transform 1.5s ease;
    transform: translate(-50%, -50%) scale(0);
    z-index: 0;
}
.btn-blue:hover::after {
    transform: translate(-50%, -50%) scale(1);
}
.btn-blue:hover {
    color: #ffffff;
	background: #b59154;
}
a.btn-blue,
a.btn-blue:link,
a.btn-blue:visited {
  color:#fff !important;
}
.btn-blue:focus,
.btn-blue:active {
    color: #fff !important;
    background-color: #b59154; 
    outline: none; 
    box-shadow: none; 
}
.btn-style-two{
	display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
	font-weight:700;
    color: #fff;
    background-color: #b59154;
    text-decoration: none;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: color 1.5s, transform 1.5s;
	text-transform:uppercase;
}
.btn-style-two::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: transform 1.5s ease;
    transform: translate(-50%, -50%) scale(0);
    z-index: 0;
}
.btn-style-two::after {
    transform: translate(-50%, -50%) scale(1);
}
.btn-style-two:hover{
	background: #1D66A8;
	color:#ffffff !important;	
}
.btn-style-two:focus,
.btn-style-two:active {
    color: #fff !important;
    background-color: #1D66A8; /* same as hover */
    outline: none;
    box-shadow: none;
}
.btn-style-three{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:10px 30px;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	background:#ffffff;
	color:#223555 !important;
	border-radius:5px;
}

.btn-style-three:hover{
	background:#b59154;
	color:#ffffff !important;	
}

.btn-style-four{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:5 30px;
	font-size:16px;
	text-transform:normal;
/*	border:2px dotted #1D66A8 !important; */
	color:#1D66A8 !important;
	border-radius:5px;
	font-weight:500;
}

.btn-style-four:hover{
	background:#ffffff;
	color:#b59154 !important;	
}

.consult-btn .icon{
	font-size:16px;	
}

.consult-btn .icon-left{
	padding-right:50px;
}

.consult-btn .icon-right{
	padding-left:50px;
}
.mb-100{
	margin-bottom: 100px !important;	
}
.mb-50 {
	margin-bottom: 50px !important;
}

.preloader{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:999999; 
	background-color:#ffffff; 
	background-position:center center; 
	background-repeat:no-repeat; 
	background-image:url(../img/icons/preloader.gif);}

/***===============================================
	          Scroll To Top style
===============================================***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:18px;
	line-height:38px;
	text-align:center;
	background:#3287d2;
	border: 2px solid #FFFFFF;
	border-radius:50%;
	z-index:100;
	cursor:pointer;
	display:none;
}

.scroll-to-top:hover{
    background:#b59154;	
	border: 2px solid #FFFFFF;
}


/***==========================================
	Main Header style
==========================================***/

.header-part{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	font-size:13px;
}

.header-part .topbar{
	position:relative;
	background:#1d66a8;
	color:#ffffff;
	font-family: 'Lato', sans-serif;
}
.header-part .topbar .col-one{
	background: #b59154;
	text-align: center;
	padding: 4px 0;
	color: #FFFFFF;
	position: relative;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
}
.header-part .topbar .col-one a{
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
}
.header-part .topbar .col-one a:hover{
	color: #000000;
	transition:0.7s;
}
.header-part .topbar .col-three {
	background: #b59154;
	text-align: center;
	padding: 5px 0 0 0;
	color: #FFFFFF;
	position:relative;
	margin-bottom: -25px;
}
@media (max-width: 991px){
.header-part .topbar .col-one, .col-two, .col-three {
	margin-bottom: 10px;
}
}

.header-part .middle-bar{
	position:relative;
	padding:15px 0px 20px;
	background:#ffffff;	
}

.header-part .middle-bar .info-column{
	position:relative;
	color:#2f2f31;
	padding:12px 0px 10px;
}
.header-part .middle-bar .info-column a{
	position:relative;
	color:#b59154;
	padding:12px 0px 10px;
	font-family: Oswald;
	font-size: 30px;
}
.header-part .middle-bar .info-column a:hover{
	color:#1d66a8;
	transition: 0.7s;
}

.header-part .middle-bar .info-column p{
	margin-bottom:0px;	
	font-size: 16px;
    line-height: 24px;
    font-family: 'Oswald';
	color: #777777;
}

.header-part .middle-bar .info-column h3{
	font-size:30px;
	font-weight:700;
	color:#b59154;	
	letter-spacing: -1px;
	margin: auto;
}

.header-part .middle-bar .logo-column{
	position:absolute;
	left:0px;
	top:0px;
	padding:30px 0px;
	width:100%;
	text-align:center;
}

.header-part .middle-bar .logo-column .logo img{
	display:inline-block;
	max-width:100%;	
}

.header-part .topbar .search-box button:hover,
.header-part .topbar .search-box input:focus+button{
	color:#ffffff;	
}
.header-part .nav-section .nav-part {
	background:#1d66a8;
}

.header-part .nav-section{
	position:relative;
	padding:0px 0px;
	width:100%;
	left:0px;
	top:0px;
	background:none;
}


.fixed-header .nav-section{
	position:fixed;
	background:#223555;
	height:auto;
}

.nav-section .nav-toggler{
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-20px;
	display:none;
}

.nav-section .nav-toggler button{
	position:relative;
	display:block;
	height:40px;
	width:40px;
	background:#b59154;
	color:#ffffff;
	text-align:center;
	font-size:20px;
	line-height:38px;
	border:1px solid #b59154;
}

.header-part .nav-section .outer-box{
	position:relative;
	background:#1d66a8;
	padding:0px 210px 0px 50px;
	border-radius:3px;
}

.header-part .consult-col{
	position:absolute;
	right:50px;
	top: 13px;
}

.header-part .consult-col .consult-btn{
	position:relative;
	display:inline-block;
	line-height: 30px;
	padding: 7px 25px;
	border-radius:5px;
	background:#ffffff;
	text-transform:uppercase;
	font-family:'Lato',sans-serif;
	color:#1d66a8;
	font-size:15px;
	font-weight:700;	
}

.header-part .consult-col .consult-btn:hover{
	background:#b59154;
	color:#ffffff;	
}

.main-menu{
	position:relative;
	padding:0px 0px;	
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	float:left;
	margin:0px;
	font-weight:400;
	font-family: 'Lora', serif;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding: 10px 0px;
	margin-right:15px;	
}

.fixed-header .main-menu .navigation > li{
	padding: 10px 0px;	
}

.main-menu .navigation > li:last-child{
	margin-right:0px;	
}

.main-menu .navigation > li > a{
	font-family: Roboto;
	position:relative;
	display:block;
	padding:10px 10px;
	font-size:16px;
	color:#ffffff;
	line-height:30px;
	font-weight: 400;
	letter-spacing: 0.50px;
	text-transform: uppercase;
	opacity:1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.header-part.style-two .main-menu .navigation > li > a{
	color:#ffffff;	
}

.main-menu .navigation > li:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:4px;
	background:#b59154;
	opacity:0;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	opacity:1;
}

.main-menu .navigation > li:hover:before,
.main-menu .navigation > li.current:before,
.main-menu .navigation > li.current-menu-item:before{
	color:#1d66a8!important;
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:-20px;
	top:100%;
	width:300px;
	padding:0px;
	z-index:100;
	display:none;
	visibility:hidden;
	background:#ffffff;
	opacity:0;
	border:1px solid rgba(0,0,0,0.30);
}

.main-menu .navigation > li:hover > ul{
	left:0px;
	display:block;
	opacity:1;
	visibility:visible;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	display:block;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li:last-child{
	border:none;	
}

.main-menu .navigation > li > ul > li > a{
	font-family: Roboto;
	position:relative;
	display:block;
	padding:8px 20px;
	line-height:26px;
	font-weight:600;
	font-size:16px;
	text-transform:capitalize;
	color:#1d66a8;
	transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-webkit-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	-o-transition:all 200ms ease;
}
.main-menu .navigation > li > ul > li:hover > a{
	background:#1d66a8;
    color: #fff;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0px;
	width: max-content;
	padding:0px;
	z-index:100;
	display:none;
	visibility:hidden;
	background:#ffffff;
	color: #444444;
	opacity:0;
	border:1px solid rgba(0,0,0,0.30);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	display:block;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border:none;	
}

.main-menu .navigation > li > ul > li > ul > li > a{
	font-family: Lato;
	position:relative;
	display:block;
	padding:8px 20px;
	line-height:26px;
	font-weight:400;
	font-size:16px;
	text-transform: none;
	color:#444444;
	transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-webkit-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	-o-transition:all 200ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	background:#1d66a8;
    color: #ffffff;	
}

.main-menu .navigation > li > ul > li:hover > ul{
	left:100%;
	display:block;
	opacity:1;
	visibility:visible;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	background:url(../img/icons/submenu-icon.png) center center no-repeat;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

/***=============================================
	   Mobile Menu style
=============================================***/

.hidden-bar{
	position: fixed;
	top: 0;
	width: 330px;
	height: 100%;
	background: #174b7b;
	z-index: 9999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	border: 1px solid #e1e1e1;
}

.hidden-bar .mCSB_inside > .mCSB_container{
	margin-right:0px;	
}

.hidden-bar.right-align {
	right: -400px;
}

.hidden-bar.right-align.visible-sidebar{
	right:0px;	
}

.hidden-bar.right-align .hidden-bar-closer {
	left: -20px;
}

.hidden-bar.left-align {
	left: -400px;
}

.hidden-bar.left-align.visible-sidebar {
	left: 0px;
}

.hidden-bar.left-align .hidden-bar-closer {
	right: -20px;
}

.hidden-bar .hidden-bar-closer {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	background: #b59154;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
	border: 1px solid #ffffff;
}

.hidden-bar .hidden-bar-closer:hover {
	background: #fff;
}

.hidden-bar .hidden-bar-closer:hover .btn {
	color: #223555;
}

.hidden-bar .hidden-bar-closer .btn {
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 18px;
	color: #ffffff;
}

.hidden-bar .social-icons {
	text-align: center;
	margin: 50px 0px 30px;
}

.hidden-bar .social-icons ul {
	font-size: 0;
	margin-left: -5px;
	margin-right: -5px;
}

.hidden-bar .social-icons ul li {
	display: inline-block;
	padding: 0 5px;
}

.hidden-bar .social-icons ul li a {
	display: block;
	width: 36px;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	background: #b59154;
	color: #ffffff;
	border-radius: 5px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hidden-bar .social-icons ul li a:hover {
	background: #ffffff;
	color:#b59154;
}

.hidden-bar-wrapper {
	height: 100%;
}

.hidden-bar .logo {
	padding: 10px 0px;
	background: #ffffff;
}

.hidden-bar .side-menu {
	background-color: transparent;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	letter-spacing: normal;
}

.hidden-bar .side-menu ul li ul a {
	background: transparent;
}

.hidden-bar .side-menu ul li ul li ul li a {
	background: transparent;
	text-transform: capitalize;
    letter-spacing: 1px;
}

.hidden-bar .side-menu a.current {
	color: #fff;
}

.hidden-bar .side-menu li.current > a {
	color: #fff;
}

.hidden-bar .side-menu ul li a {
	background: transparent;
	color: #ffffff;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
/*	border-top: 0.50px solid rgba(255,255,255,0.30); */
	border-bottom: 0.50px solid rgba(255,255,255,0.30);
	padding: 10px 15px 10px 20px;
	position: relative;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li a:hover {
	background: transparent;
	color: #b59154;
}

.hidden-bar .side-menu ul li a .btn.expander {
	background: none;
	color: #ffffff;
	border: 1px solid rgba(255,255,255,0.80);
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 0px;
	position: absolute;
	top: 6px;
	right: 20px;
	outline: none;
}
.hidden-bar .side-menu .capitalize {
	text-transform: capitalize;
	letter-spacing: 1px;
}

/***========================================
	  Index Page Slider Section
========================================***/

.slider-part{
	position:relative;
	width:100%;
	color:#ffffff;
	font-size:15px;
	line-height:2em;
	margin-top:-45px !important;
}

.slider-part .tp-bannertimer{
	display:none;	
}

.slider-part h1{
	font-weight:600;
	font-size:60px;
	color:#1d66a8;
	line-height:1.2em;
}

.slider-part .text{
	font-size:18px;
	color:#000000;
	font-family:'Lato',sans-serif;
}

.slider-part .phone-no{
	font-size:24px;
	font-weight:700;
	color:#223555;	
}

.slider-part .smaller-title{
	font-size:24px;
	font-weight:700;
	font-family:'Lato',sans-serif;
	color:#2f2f31;	
}

.slider-part .consult-btn{
	font-weight:700;
	padding:11px 60px;	
}

.slider-part .normal-link{
	color:#2f2f31;
	padding:11px 60px;
	line-height:24px;
	font-family:'Lato',sans-serif;
}

.slider-part .normal-link .icon{
	padding-right:5px;	
}

.slider-part .tparrows.preview3{
	background:none !important;	
}

.slider-part .tparrows.preview3::after{
	background:#1d66a8;
	color:#ffffff;
	font-size:24px;
	border-radius:50%;	
}

.slider-part .tparrows.preview3.tp-leftarrow{
	left:20px !important;	
}

.slider-part .tparrows.preview3.tp-rightarrow{
	right:20px !important;	
}

.slider-part .tparrows.preview3:hover::after{
	background-color:#b59154;
	color:#ffffff !important;
}

.slider-part .tparrows.preview3 .tp-arr-iwrapper{
	visibility:hidden;
	opacity:0;	
}

.styled-heading{
	position:relative;
	margin-bottom:30px;
	padding-bottom:22px;
}

.styled-heading:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0;
	width:100%;
	height:30px;
	background:url(../img/icons/title-line-image.png) left bottom no-repeat;	
}

.styled-heading.centered:after{
	background:url(../img/icons/title-line-image-2.png) center bottom no-repeat;	
}

.styled-heading h2{
	font-size:38px;
	font-weight:700;
	color:#1D66A8;	
}

.line-styled-heading{
	position:relative;
	margin-bottom:30px;
	padding-bottom:10px;
}

.line-styled-heading:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0;
	width:50px;
	height:1px;
	background:#b59154;
}

.line-styled-heading h2{
	font-size:24px;
	font-weight:700;
	color:#b59154;	
}

/********* 20+ Years of Experience************/
.experience-box {
  width: 50%;
  text-align: center;
  background-color: #1D66A8;
  border: 1px solid #ccc;
  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: 20px;
}

.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;
  opacity: 0;
}

@keyframes count-up {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
} 
@media (max-width: 768px){
	.experience-box {
	  width: 80%;
	}
}
/********* End Years of Experience******************/
/*--------------------------------------------------------------
# Icon Boxes
--------------------------------------------------------------*/
.icon-boxes {
  padding: 120px 0;
  text-align:center;
  background:#ffffff; /* #f1f8ff;  */
    background: url(../img/background/about-bg.png) top center no-repeat;
    position: relative;
    background-size: cover;
} 
.icon-boxes:before {
	content: "";
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;	 
} 
.icon-boxes .full-size-image {
    width: 100%;
    height: 300px; 
    object-fit: cover; 
	
}
.icon-boxes img {
	box-shadow: 0px 0px 20px 5px rgb(68 88 144 / 20%);
}
.icon-boxes .text-container {
    max-height: 300px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 50px 20px;
    background: rgb(0 123 255 / 10%);
	box-shadow: 0px 0px 20px 5px rgb(68 88 144 / 20%);
}
.icon-boxes .headline {
    font-size: 30px; 
    font-weight: bold;
    color: #1d66a8; 
    margin-bottom: 20px; 
	text-align: left;
	font-family: Oswald;
	letter-spacing:0.50px;
}
.icon-boxes .icon-before {
    margin-right: 25px; 
    color: #b59154; 
	height:25px;
	width: 25px;
	font-size:25px;
}
.icon-boxes .button-container {
       top: 50%; 
        left: 50%; 
		transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        gap: 20px; 
		position: absolute;
}
.icon-boxes .img-button {
        width: 250px;
		font-size: 16px;
    } 
/
/************************************************************
                Our Practice Area Promo
************************************************************/

#our-practice{
  padding:120px 0; 
 /* background: url(../img/background/about-bg.png) top center no-repeat; */
  position: relative;
  background-size: cover;
}
.our-practice h2{
	font-size: 50px;
	font-family: Oswald;
	letter-spacing: 0.50px;
	color:#1d66a8;
}
.our-practice h3{
	font-size: 38px;
	font-family: Oswald;
	color:#1d66a8;
}
.our-practice .product-img {
	box-shadow: 0px 0px 20px 5px rgb(68 88 144 / 20%);
}
.our-practice hr {
	 border: 0.10px solid rgb(119 119 119 / 15%);
	 margin: 0 0 50px;"
}

/**************************************************
            About Section Index Page
**************************************************/
/*-- about --*/
.about-us{
	background-color:#f1f8ff;
	margin-top:120px;
}
.about-area {
  padding-top: 140px;
  padding-bottom:120px;
  position: relative;
  background: rgb(0 123 255 / 10%)

}

.about-shape img {
  position: absolute;
  right: 50px;
  bottom: 0;
  -webkit-animation: a-two 10s infinite linear;
          animation: a-two 10s infinite linear;
}

@-webkit-keyframes a-two {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes a-two {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.about-left {
  position: relative;
  max-width: 610px;
  margin-left: auto;
  padding-top: 65px;
  padding-bottom: 65px;
  z-index:1;
}

.about-left:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: -60px;
  top: 0;
  z-index: -1;
  -webkit-animation: 10s about-animation linear infinite;
          animation: 10s about-animation linear infinite;
  border: 25px solid #1D66A8; 
  background-color: transparent;
}

@-webkit-keyframes about-animation {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(30px, 0);
            transform: translate(30px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes about-animation {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(30px, 0);
            transform: translate(30px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes about-animation-two {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes about-animation-two {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.about-item {
  margin-bottom: 30px;
}

.about-item .about-right {
  max-width: 550px;
  margin-left: 30px;
}

.about-item .about-right h2 {
  font-size: 38px;
  font-weight: 500;
  font-family: Oswald,sans-serif;
  margin-bottom: 25px;
  line-height: 1.4;
  color:#1d66a8;
  letter-spacing:-1px;
}

.about-item .about-right p {
  color: #444444;
  margin-bottom: 25px;
  font-size: 18px;
  font-family: sans-serif;
}

.about-item .about-right .about-inner-left {
 /* width: 49%; */
  display: inline-block;
  padding-right:50px;
  padding-bottom:10px;
}

.about-item .about-right .about-inner-left ul {
  margin: 0;
  padding: 0;
}


.about-item .about-right .about-inner-left ul li {
  list-style-type: none;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #111111;
  margin-bottom: 12px;
  font-family: sans-serif;
}

.about-item .about-right .about-inner-left ul li:last-child {
  margin-bottom: 0;
}

.about-item .about-right .about-inner-left ul li i {
  color: #1D66A8;
  margin-right: 10px;
  font-size: 25px;
  position: relative;
  top: 2px;
}

.about-item .about-right .about-inner-right {
/*  width: 50%;  */
  display: inline-block;
}

.about-item .about-right .about-inner-right ul {
  margin: 0;
  padding: 0;
}

.about-item .about-right .about-inner-right ul li {
  list-style-type: none;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #111111;
  margin-bottom: 12px;
  font-family: sans-serif;
}

.about-item .about-right .about-inner-right ul li:last-child {
  margin-bottom: 0;
}

.about-item .about-right .about-inner-right ul li i {
  color: #1D66A8;
  margin-right: 10px;
  font-size: 25px;
  position: relative;
  top: 2px;
}

.about-item .about-right .about-signature img {
  margin-top: 30px;
  margin-bottom: 30px;
}
/**************************************
             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: #b59154;
}
.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: #b59154;
}
.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; } 
}

/*** 

====================================================================
	Two Column Fluid
====================================================================

***/
#testimonials {
    background: linear-gradient(rgba(5, 74, 133, 0.8), rgba(5, 74, 133, 0.9)), url(../img/background/testimonials-and-why-us.png) fixed center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
	padding: 100px 0;
}
.two-column-fluid{
	position:relative;
	background:#f5f5f5;	
}

.two-column-fluid .testimonial-column{
	position:relative;
	background-size:cover;
	background-position:right center;
	background-repeat:no-repeat;	
}
.two-column-fluid .testimonial-column .inner-box{
	position:relative;
	padding: 70px 15px 0px 0px;
	z-index:5;
}

.two-column-fluid .testimonial-column .carousel-box{
	position:relative;
/*	padding:0px 100px 0px 110px;	*/
    padding:0px 15x;
}
.two-column-fluid .testimonial-column .quote-icon{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:80px;
	line-height:76px;
	border:2px solid #ffffff;
	text-align:center;
	color:#ffffff;
	font-size:30px;
	border-radius:50%;
}

.two-column-fluid .testimonial-column .styled-heading h2{
	color:#ffffff;	
}

.testimonial-carousel .slide-text{
	position:relative;
	margin-bottom:30px;
	color:#ffffff;
	font-size:18px;	
	padding: 30px;
    background-color: #b59154;
    border-bottom: 5px solid #FFF;
    position: relative;
}
.testimonial-carousel .slide-text p{
	font-size: 18px;
	font-weight: normal;
    text-align: justify;
}
.testimonial-carousel .slide-text:before {
    content: '';
    position: absolute;
    border: 20px solid;
    border-color: transparent transparent transparent #FFF;
    left: 25px;
    bottom: -20px;
    z-index: -1;
}

.testimonial-carousel .slide-info{
	position:relative;
	padding-left:80px;
	padding:15px 15px 44px 100px;	
}

.testimonial-carousel .slide-info .image-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:80px;	
}
.testimonial-carousel .slide-info .image-thumb img{
	display:block;
	width:80px;	
	border-radius: 50%;
    border: 2px solid #b59154;
    padding: 4px;
    background-color: #FFF;
    margin: auto;
}

.testimonial-carousel .slide-info h3{
	font-size:18px;
	font-weight: normal;
	margin-bottom:5px;
	color:#ffffff;
	margin-top: 0;
	font-family: Roboto;
}
.testimonial-carousel .slide-info p{
	display: block;
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 10px;
    color: #b59154;
}
.testimonial-carousel .owl-controls{
	margin:0px;	
	display: none;
}

.testimonial-carousel .owl-nav{
	display:none;	
}

.testimonial-carousel .owl-dots{
	position:relative;
	text-align:left;
}

.testimonial-carousel .owl-dots .owl-dot span{
	border:3px solid #ffffff;
	background:none;
	margin:0px 5px;	
}

.testimonial-carousel .owl-dots .owl-dot.active span,
.testimonial-carousel .owl-dots .owl-dot:hover span{
	background:#ffffff;	
}

.two-column-fluid .whyus-column .inner-box{
	position:relative;
	padding:70px 15px; 
	z-index:5;
}

.two-column-fluid .whyus-column .icon-block{
	position:relative;
	margin-bottom:34px;
}

.two-column-fluid .whyus-column .icon-block:last-child{
	margin-bottom:0px;	
}

.two-column-fluid .whyus-column .icon-block .icon{
	position:absolute;
	left:-110px;
	top:5px;
	width:70px;
	height:70px;
	line-height:66px;
	text-align:center;
	background:#b59154;
	border:2px solid #b59154;
	color:#ffffff;
	font-size:30px;
	border-radius:50%;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.two-column-fluid .whyus-column .icon-block:hover .icon{
	background:#ffffff;
	color:#b59154;
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
}

.two-column-fluid .whyus-column .icon-block h3{
	font-size:18px;
	font-weight:700;
	margin-bottom:10px;
	color:#2f2f31;
}

/*******************************************************
         Index Page 20+ Years of Experience
*******************************************************/
#uklawfirm {
	padding: 100px 0;
}
  .ribbon-wrapper {
    position: relative;
    z-index: 1;
    margin: 0;
}
.ribbon {
    width: 70%;
    position: relative;
    background: rgba(5, 87, 158, 0.9);
    color: #fff;
    text-align: center;
    padding: 1em 2em;
    margin: auto;
	font-size: 38px;
}
@media (max-width: 768px) {
	.ribbon {
		padding: 1rem;
	}
}

.ribbon:after, .ribbon:before {
    content: "";
    position: absolute;
    display: block;
    bottom: -1em;
    border: 1.5em solid #05579e;
    opacity: 0.8;
    z-index: -1;
}
.ribbon .ribbon-inner:before {
    left: 0;
    border-width: 1em 0 0 1em;
}
.ribbon .ribbon-inner:after, .ribbon .ribbon-inner:before {
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #05579e transparent transparent;
    bottom: -1em;
}
.ribbon .ribbon-inner:after {
    right: 0;
    border-width: 1em 1em 0 0;
}
.ribbon:before {
    left: -2em;
    border-right-width: 1.5em;
    border-left-color: transparent;
}
.ribbon:after {
    right: -2em;
    border-left-width: 1.5em;
    border-right-color: transparent;
}

.border-lr:before {
    content: "";
    position: absolute;
	border:1px solid rgba(0,123,255,.25);	
    left: 0;
    width: 40%;
    top: 108%;
}
.border-lr:after {
    content: "";
    position: absolute;
	border:1px solid rgba(0,123,255,.25);	
    right: 0;
    width: 40%;
    top: 108%;
}
.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);
	left: 47%;
    top: 100%;
}

.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;
  margin: auto;
  position: absolute;
  left: 47%;
  }
  
.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;
}
.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******/
/***End of Index Page 20+ Years Experience***/




/***===========================================
	Request a Conultation Section
===========================================***/

.consult-section{
	position:relative;
	background:#ffffff;
	padding:60px 0px 0px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	overflow:hidden;
}

.consult-section:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#f5f5f5;
	opacity:0.80;	
}

.consult-section .container-ws{
	position:relative;
	z-index:1;	
}

.default-form{
	position:relative;	
}

.consult-section .default-form{
	padding-bottom:50px;
}

.consult-section .man-image{
	position:absolute;
	right:15px;
	bottom:0px;
	width:400px;
	display: none;
}

.consult-section .man-image img{
	position:relative;
	display:block;
	max-width:100%;
}

.default-form .form-group{
	position:relative;
	margin-bottom:30px;	
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="tel"],
.default-form input[type="number"],
.default-form input[type="url"],
.default-form select,
.default-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#ffffff;
	line-height:30px;
	padding:10px 20px;
	height:52px;
	border:1px solid #e0e0e0;
	border-radius:5px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.default-form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	background:#ffffff url(../img/icons/icon-dropdown.png) right center no-repeat;
	cursor:pointer;
}

.default-form select option{
	text-indent:20px;	
}

.default-form textarea{
	resize:none;
	height:110px;	
}

.default-form-section .default-form textarea,
.default-form.comment-form textarea{
	resize:none;
	height:150px;	
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus{
	border-color:#b59154;	
}
.invalid-feedback {
    display: none; 
}

.was-validated .form-control:invalid ~ .invalid-feedback {
    display: block; 
}

.was-validated .form-control:valid ~ .valid-feedback {
    display: block; 
}


/***************************************
            Index blog Page
***************************************/
#our-blog {
    background:url(../img/background/bg-form.gif) top center repeat;
}
@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:#b59154;
	border-color:#b59154;
}
.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: #1D66A8;
    font-weight:500;
}
.index-blog-card .card-title{
	color: #3287d2;
	font-weight:500;
	font-size:28px;
	text-align:left;
	padding-bottom: 15px;
}
.index-blog-card .card-title a{
	color: #1d66a8;
	transition: 0.5s;
	font-size: 30px;
}
.index-blog-card .card-title a:hover{
	color: #b59154;
	transition: 0.5s;
}
.index-blog-card p{
    font-size:18px;
    font-weight:400;
	text-align:justify;
	font-family: inherit;
}
.index-blog-card .btn-primary{
    background-color:#1D66A8;
    border-color:#1D66A8;
	padding:6px 30px;
	border-radius:50px;
	border-color: #1D66A8;
	text-transform:uppercase;
}
.index-blog-card .btn-blog{
	width:100%;
	padding:10px 20px;
	background: #1D66A8;
	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: "\f178";
    font-family: Fontawesome;
    font-weight: 500;
    position: absolute;
	font-size:32px;
   	color:#ffffff;
	right:25px;
}
.index-blog-card .btn-blog:hover{
	background:#b59154;
	color:#ffffff;
	letter-spacing: 1px;
	transition: 0.5s;
}
.index-blog-card .btn-blog:hover::after{
	right:15px;
	transition: 0.5s;
}

/***======================================
  Sponsors Clients Countries Flag Section 
======================================***/

.sponsors-section{
	position:relative;
	padding:0px 0px 100px;
	background: url(../img/background/bg-form.gif) top center repeat;
}

.sponsors-section .slider-outer{
	position:relative;
	border:1px solid #e0e0e0;
	margin:0px 0px;
}

.sponsors-section .sponsors-slider{
	position:relative;
}

.sponsors-section .sponsors-slider li img{
	position:relative;
	right:-1px;
	border-right:1px solid #e0e0e0;
    padding: 15px;	
}

.sponsors-section .owl-controls{
	margin:0px !important;	
}

.sponsors-section .owl-nav .owl-prev{
	position:absolute;
	left:0px;
	top:50%;
	margin:-25px 0px 0px -25px !important;
	line-height:48px;
	width:50px;
	height:50px;
	border:1px solid #e0e0e0;
	text-align:center;
	color:#cccccc;
	background:#ffffff !important;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sponsors-section .owl-nav .owl-next{
	position:absolute;
	right:0px;
	top:50%;
	margin:-25px -25px 0px 0px !important;
	line-height:48px;
	width:50px;
	height:50px;
	border:1px solid #e0e0e0;
	text-align:center;
	color:#cccccc;
	background:#ffffff !important;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sponsors-section .owl-nav .owl-prev .fa:before,
.sponsors-section .owl-nav .owl-next .fa:before{
	font-size:24px;
	color:#223555;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.sponsors-section .owl-nav .owl-prev:hover .fa:before,
.sponsors-section .owl-nav .owl-next:hover .fa:before{
	color:#ffffff;	
}

.sponsors-section .owl-nav .owl-prev:hover,
.sponsors-section .owl-nav .owl-next:hover{
	background:#223555 !important;
}

.sponsors-section .owl-dots{
	display:none !important;	
}

/***========================================
	  Index Page Information Section 
========================================***/

.info-section{
	position:relative;
	background: #135289;
	color:#ffffff;
}

.info-section .info-column{
	position:relative;
	margin-bottom:50px;	
}

.info-section .info-column .inner-box{
	max-width:320px;
	margin:0 auto;
	text-align:center;
}	

.info-section .info-column .icon{
	position:relative;
	width:70px;
	height:70px;
	line-height:70px;
	margin:-30px auto 40px;
	color:#ffffff;
	font-size:24px;
	text-align:center;
	background:#b59154;	
}

.info-section .info-column h3{
	font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 0.75px;
}

.info-section .info-column h3:after{
	content:'';
	position:relative;
	display:block;
	width:70px;
	height:1px;
	margin:20px auto;
	background:#ffffff;
}

.info-section .info-column .text{
	font-size:18px;
	color:#f5f5f5;
}

/*--------------------------------------------------------------
           # Footer Section
--------------------------------------------------------------*/
#footer {
  background: #1767ad;
  font-size: 18px;
  margin-top: -8px;
  z-index:auto; 
}
.footer-area{
	position:relative;
}
#footer .footer-top {
  background: #135289;
  padding: 60px 0 50px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  font-family: inherit;
  color: rgba(255, 255, 255, 0.75);
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1f3251;
  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: #b59154;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h3 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-transform: none;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 50px;
}
#footer .footer-top h3:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0;
	width:100%;
	height:30px;
	top: 25px;
	background:url(../img/icons/title-line-image.png) left bottom no-repeat;	
}
#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: 10px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  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;
  font-size: 16px;
}

#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);
  font-size: 16px;
}
.footer-bottom{
	position:relative;
	font-size: 18px;
	padding:30px 0px;
	font-family:'Lora',serif;
	line-height:24px;
	color: rgba(255, 255, 255, 0.75);
	background: #1f3251;
}

.footer-bottom .footer-nav{
	position:relative;
}

.footer-bottom .footer-nav li{
	position:relative;
	float:left;
	margin-left:25px;	
	font-size: 16px;
}

.footer-bottom .footer-nav li a{
	color:rgba(255, 255, 255, 0.75);	
}

.footer-bottom .footer-nav li a:hover{
	color:#ffffff;	
}
.footer-bottom .copyright-text {
  font-size: 16px;
  text-align: center;
}

/*************WhatsApp Button**************/
.sticky-icons {
    display: flex;
    position: fixed;
    bottom: 6px;
    left: 0px;
    z-index: 100;
	padding:4.5px 5px;
}
.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;
	display: none;
}
@-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******/
/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title{
	position:relative;
	padding:165px 0px 115px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	margin-top:-45px;
}

.page-title h1{
	position:relative;
	font-size: 44px;
	font-weight:700;
	color:#ffffff;
	padding-bottom:30px;
	line-height:50px;
	text-align:center;
	text-transform: capitalize;
}

.page-title h1:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0;
	width:100%;
	height:30px;
	background:url(../img/icons/title-line-image-2.png) center bottom no-repeat;	
}

.page-info{
	position:relative;
	padding:10px 0px;
	border-bottom:1px solid #e0e0e0;	
}

.page-info h2{
	font-size:32px;
	color: #1f3251;
	line-height:34px;
	font-weight:700;
}

.page-info .bread-crumb{
	position:relative;
	font-family: 'Oswald';
    letter-spacing: 0.50px;
    font-weight: 300;
	top: 5px;
}

.page-info .bread-crumb li{
	position:relative;
	float:left;
	margin-right:40px;
	color: #919191;
	line-height:30px;
}

.page-info .bread-crumb li:last-child{
	margin-right:0px;
	color: #919191);
}

.page-info .bread-crumb li:after{
	content:'\f054';
	font-family: 'FontAwesome';
	position:absolute;
	right:-30px;
	width:10px;
	line-height:28px;
	color:#223555;
	font-size:14px;
	top:3px;
}

.page-info .bread-crumb li:last-child:after{
	display:none;	
}

.page-info .bread-crumb li a{
	color: #919191;
}

.page-info .bread-crumb li a:hover{
	color:#b59154;	
}

/******************************************
              Inner Main Sub Page
******************************************/
/************************************
        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{
	
}
.inner-p-img{
	margin-bottom:30px;
	box-shadow:0 8px 12px #777;
	width:100%;
	border-radius:5px;
}
.inner-main-page p{
	text-align:justify;
	font-family: inherit;
}
.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:#b59154;
	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{
	color: #3287d2;
    font-size: 16px;
    font-weight: bold;
    --size: 16px;
    line-height: var(--size);  
    height: var(--size);
    top: 0px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 2px 4px transparent;
    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; 
	padding-bottom:20px;
}
.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: 16px;
  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 transparent;
  padding: 1px 1px 3px 0;
}

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

.blockquote p {
  color: #1D66A8;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 28px;
  text-align:center;
  padding: 15px 25px;
}
@media (max-width: 768px) {
.blockquote p {
	padding: 15px;
	font-size: 22px;
}	
}
.blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #cccccc;
}

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

.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;
}
.share-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap; 
    gap: 15px; 
    padding: 15px;
	background: #eee;
	margin-top: 30px;
}
.social-share {
    display: flex;
    gap: 15px;
    flex-wrap: wrap; 
    justify-content: flex-start; 
}

.social-share a {
    font-size: 28px;
    transition: transform 0.2s;
}

.social-share a:hover {
    transform: scale(1.1); 
}
.sidepage{
	padding:15px;
	margin: 0 0 20px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	background: #ffffff;
    border-radius: 5px;
	width: 100%;
}
/*******Inner Page NRI Legal Services Page***********/
.col-nri-legal-services {
    position: relative; 
    border: 1px solid rgba(29, 102, 168, 0.15);
    padding: 20px 10px;
    background: #eee;
    color: #444444;
    margin-bottom: 10px;
    overflow: hidden; 
    transition: color 0.7s;
}

.col-nri-legal-services::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #b59154; 
    transition: left 0.7s;
    z-index: 0; 
}

.col-nri-legal-services:hover::before {
    left: 0;
}

.col-nri-legal-services:hover {
    color: #ffffff;
}

.col-nri-legal-services a {
    text-decoration: none;
    cursor: pointer;
    color: #444444; 
    padding-left: 10px; 
    position: relative;
    z-index: 1; 
    transition: color 0.7s; 
	font-size: 22px;
}

.col-nri-legal-services:hover a {
    color: #ffffff; /* Change link color on parent hover */
}

@media (min-width: 200px) {
.btn-fit-content {
        font-family: Roboto, sans-serif;
        margin: 50px 0 10px;
        display: block;
        border: none;
        border-radius: 7px;
        padding: 10px;
        text-decoration: none;
        font-weight: 300;
        background-color: #1d66a8;
        color: #fff;
        font-size: 18px;
        text-align: left;
        width: fit-content;
        block-size: fit-content;
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        white-space: inherit;
    }
.btn-fit-content:hover {
	color: #ffffff;
	background: #b59154;
}	
}
/********** Blog Page***********/
#blog {
    background: url(../img/bg-sub-page.png) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
	padding: 0 0 70px;
}
@media screen and (max-width:768){
.blog-page-card {
	margin-top:50px;
}
}
.blog-page-card{
    margin-top:50px;
	background:#fafafa;
	border-radius:7px;
}
.blog-page-card .card-body{
    text-align:center;

}
.blog-page-card-5 .btn{
    border-radius:2px;
    
    font-size:14px;
    
}
.blog-page-card .btn:hover{
    background-color:#b59154;
	border-color:#b59154;
}
.blog-page-card .card-img-block {
    width: 91%;
    margin: 0 auto;
    position: relative;
    top: -20px;
    
}
.blog-page-card .card-img-block img{
    border-radius:5px;
    box-shadow:0 0 10px rgba(0,0,0,0.63);
}
.blog-page-card h5{
    color:#3287d2;
    font-weight:500;
}
.blog-page-card .card-title{
	color: #3287d2;
	font-weight:500;
	font-size:24px;
	text-align:left;
	font-family: inherit;
	padding: 0px 10px 20px 10px;
}
.blog-page-card .card-title a{
	color: #1d66a8;
	transition: 0.5s;
}
.blog-page-card .card-title a:hover{
	color: #b59154;
	transition: 0.5s;
}
.blog-page-card p{
    font-size:16px;
    font-weight:400;
	text-align:justify;
}
.blog-page-card .btn-primary{
    background-color:#1D66A8;
    border-color:#1D66A8;
	padding:6px 30px;
	border-radius:50px;
	background-color:#b59154;
	border-color:#b59154;
	text-transform:uppercase;
}
.blog-page-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;
	
}
.blog-page-card .btn-blog:after {
    content: "\ea94";
    font-family: IcoFont;
    font-weight: 500;
    position: absolute;
	font-size:32px;
   	color:#ffffff;
	right:30px;
}
.blog-page-card .btn-blog:hover{
	background: #b59154;
	color:#ffffff;
	letter-spacing: 1px;
	transition: 0.5s;
}
.blog-page-card .btn-blog:hover::after{
	right:15px;
	transition: 0.5s;
}
/***********Download Page**************/
@media (min-width: 200px) {
	#download-templates {
  overflow: visible;
}
    #download-templates .fa-download, .fa-refresh, .fa-sync, .fa-folder-open, .fa-edit {
        color: #FFF;
        font-size: 18px;
        background-color: #1d66a8;
        padding: 7px;
        border-radius: 50%;
		transition: all 0.5s ease;
    }
	 #download-templates .fa-refresh, .fa-sync, .fa-folder-open, .fa-edit{
        color: #FFF;
        font-size: 18px;
        background-color: #1d66a8;
        padding: 7.2px;
        border-radius: 50%;
    }
	#download-templates .fa-download:hover {
        color: #FFF;
        background-color: #b59154;
		transform: scale(1.15);
    }
	#download-templates .fa-refresh:hover {
        color: #FFF;
        background-color: #b59154;
		transform: scale(1.15);
    }
	#download-templates .fa-sync:hover {
        color: #FFF;
        background-color: #b59154;
		transform: scale(1.15);
    }
	#download-templates .fa-folder-open:hover {
		color: #FFF;
        background-color: #b59154;
		transform: scale(1.15);
	}
	#download-templates .fa-edit:hover {
		color: #FFF;
        background-color: #b59154;
		transform: scale(1.15);
	}
	#download-templates .row-bg {
        border: 1px solid #d8d8d8;
    }
	#download-templates .row-bg:hover {
        background: rgb(0 123 255 / 10%);
		color: #1D66A8;
    }
}
#download-templates .filename {
	text-align: left;
	padding: 15px; 
	font-size:16px;
}
#download-templates form strong {
	font-size:18px;
	color:#1D66A8;
	font-weight:bold;
}
/* ========================
   BASE LAYOUT
======================== */
#download-templates .download-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #cccccc;
  border-radius: 10px;
  padding: 14px 18px;
  margin: 15px 0;
  background-color: #ffffff;
  text-decoration: none;
  color: #333;
  font-family: "Nirmala UI", Arial, sans-serif;
  font-size: 15px;
  font-weight:500;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.18) !important;
}

/* text container */
#download-templates .text-wrap {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

/* filename text */
#download-templates .download-row .text-wrap span {
  display: inline-block;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  color: #666;
  font-family: "Nirmala UI", Arial, sans-serif;
  line-height: 1.4;
  word-break: normal;
  overflow-wrap: break-word;
  transition: color 0.3s ease;
}

/* icon styling */
#download-templates .download-row i {
  font-size: 18px;
  background-color: #1D66A8;
  color: #fff;
  padding: 8px 10px;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.25s ease;
}

/* ========================
   DESKTOP HOVER EFFECTS
======================== */
@media (hover: hover) and (pointer: fine) {

  /* Row hover background and lift */
  #download-templates .download-row:hover {
   background: #f4f5f6; /*#f9f6ef; */
  border-color: #b59154;
  transform: translateY(-3px);
  box-shadow:
    0 6px 15px rgba(0, 0, 0, 0.1),
    0 12px 30px rgba(0, 0, 0, 0.08),
    0 0 8px rgba(0, 0, 0, 0.25) !important;
  z-index: 2;
  }

  /* Change text color */
  #download-templates .download-row:hover .text-wrap span {
    color: #1D66A8; !important;
  }

  /* Dotted underline only under filename */
  #download-templates .download-row:hover .text-wrap span::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    border-bottom: 2px dotted #1D66A8;
    opacity: 1;
    pointer-events: none;
  }

  /* Icon hover */
  #download-templates .download-row:hover i {
    background-color: #b59154;
    transform: scale(1.05);
  }
}

/* ========================
   MOBILE / TOUCH EFFECTS
======================== */
@media (hover: none) and (pointer: coarse) {
  #download-templates .download-row:active {
    background-color: #f9f6ef;
    border-color: #b59154;
    transform: translateY(-3px);
  }

  /* Filename color change */
  #download-templates .download-row:active .text-wrap span {
    color: #1D66A8 !important;
  }

  /* Dotted underline under filename */
  #download-templates .download-row:active .text-wrap span::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    border-bottom: 2px dotted #1D66A8;
    opacity: 1;
    pointer-events: none;
  }

  /* Icon color on tap */
#download-templates .download-row:hover i,
#download-templates .download-row:active i {
  background-color: #b59154;
  transform: scale(1.05);
}
}

/* ========================
   RESPONSIVE ADJUSTMENTS
======================== */
@media (max-width: 576px) {
  #download-templates .download-row {
    flex-direction: row;
    align-items: center;
  }

  #download-templates .text-wrap {
    width: 85%;
  }

  #download-templates .download-row .text-wrap span {
    font-size: 16px;
  }

  #download-templates .download-row i {
    margin-left: 8px;
  }
}
/* ========================
   FILE NAME UNDERLINE FIX
======================== */
#download-templates .download-row .text-wrap .file-title {
  position: relative;
  display: inline-block;
  color: #666;
  font-weight: 600;
  transition: color 0.3s ease;
}

/* underline only under filename span */
#download-templates .download-row:hover .text-wrap .file-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  border-bottom: 2px dotted #b59154;
  opacity: 1;
  pointer-events: none;
}

/* filename colour on hover/tap */
#download-templates .download-row:hover .text-wrap .file-title,
#download-templates .download-row:active .text-wrap .file-title {
  color: #1D66A8 !important;
}
/* ========================
   NEW ITEM HIGHLIGHT
======================== */
#download-templates .new-item {
  position: relative;
  border-left: 5px solid #1D66A8;
  background: #fffbe6;
}

/* NEW badge */
#download-templates .new-badge {
  display: inline-block;
  background-color: #1D66A8;
  color: #ffffff !important;       /* Always white text */
  font-size: 8px !important;
  font-weight: 700;
  padding: 2px 6px;
  margin-left: 8px;
  border-radius: 3px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 1;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: relative;
  z-index: 3;
  isolation: isolate;              /* Prevent parent color inheritance */
}

/* Hover & Active states (desktop + mobile) */
#download-templates .download-row:hover .new-badge,
#download-templates .download-row:active .new-badge {
  background-color: #b59154; !important;  /* Blue background */
  color: #ffffff !important;             /* Text stays white */
}

/* Row hover color reset */
#download-templates .download-row:hover,
#download-templates .download-row:active {
  color: inherit !important;             /* Stop hover from recoloring child text */
}

/* Badge never underlined */
#download-templates .new-badge::after {
  content: none !important;
}

/* Bonus: hard-override any anchor text color inheritance */
#download-templates .download-row:hover .new-badge,
#download-templates .download-row:focus .new-badge,
#download-templates .download-row:active .new-badge {
  -webkit-text-fill-color: #ffffff !important; /* Safari fix */
  color: #ffffff !important;                   /* Force white text in all browsers */
}
/* ========================
   UNDERLINE COLOUR FIX
======================== */

/* Desktop hover: change underline colour to #16DDA8 */
@media (hover: hover) and (pointer: fine) {
  #download-templates .download-row:hover .text-wrap .file-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    border-bottom: 2px dotted #1D66A8;   /* aqua-green underline */
    pointer-events: none;
  }
}

/* Mobile tap: same underline colour */
@media (hover: none) and (pointer: coarse) {
  #download-templates .download-row:active .text-wrap .file-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    border-bottom: 2px dotted #16DDA8;   /* aqua-green underline */
    pointer-events: none;
  }
}
/* Responsive stacking for mobile */
@media (max-width: 767px) {
  #download-templates .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #download-templates .download-row {
    margin-bottom: 8px;
  }
}
/*********************************************************
                      Contact Page
*********************************************************/
.contact-us-page-header{
	font-size:36px;
	font-weight:900;
	color:#1D66A8;
}
.contact-us-page-header h2:after {
	content:'';
	position:absolute;
	left:0px;
	bottom: -5px;
	width:100%;
	height:30px;
	background:url(../img/icons/title-line-image.png) left bottom no-repeat;
}

.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: #b59154;
    width: 100px;
    height: 100px;
    border: 5px solid #3287d2;
    border-radius: 50%;
    line-height: 90px;
    margin: 0 auto;
}
.feature_ikon .fa:hover {
    border: 5px solid #b59154;
    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: "";
}
/***** quick query form*******/
.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: 0 15px;
    position: relative;
}
.query-append-item{
	background-color:transparent;
	color:#b59154;
	padding: 0;
    border: none;
    margin-bottom: 3px;
}
.quick-query-item-label{
	font-size:90%;
	color:#1D66A8;
	font-weight:600;
	text-transform: capitalize;
}
.query-append-item::before, .query-append-item::after{
  right: 0;
  left: auto;
}
/******* Form Appointment Input***********/
.ui-menu .ui-menu-item a {
    color: #777777;
    padding: 8px 5px;
    line-height: 15px;
    border-bottom: 1px dotted rgb(119 119 119 / 50%);
    font-size: 18px;
}
.question-mark {
    display: inline-block;
    padding: 0;
    background-color: #325060;
    color: white;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 20px;
    margin-left: 10px;
    position: relative;
    top: 15px;
}
.question-mark:hover {
	color: #ffffff;
	background: #1D66A8;
}
.question-mark:focus {
	color: #ffffff;
}
.question-mark:visited {
	color: #ffffff;
}
.question-mark a {
	color: #ffffff;
}
.question-mark a:hover {
	color: #ffffff;
	font-weight:500;
}

/***************************************
    Pay Online Page CSS
***************************************/
#consultation-fee {
	padding:30px 0 0px;
}
#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: #1d66a8;
}
#consultation-fee .faq-accordian-one .card .card-header a:hover {
	color:#fff;
	transition:0.7s;
	background:#0c3052;
}

@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: #0c3052;
  border-color: transparent;
  color:#ffffff;
  border-radius: 50px;
}
#consultation-fee .faq-accordian-one .card .card-header a[aria-expanded=true]::before {
    background-color: #0c3052;
    color: #ffffff;
    border-color: transparent;
}
#consultation-fee .faq-accordian-one .card .card-header a[aria-expanded=true]::after {
  background-color: #ffffff;
  color: #0c3052;
  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;
	padding:30px 0;
	letter-spacing:0.50px;
	color:#777777;
}
.custom-select{
	color:#1D66A8;
}
.form-control {
    color: #1d66a8;
    height: calc(1.6em + 1.6rem + 5px);
    padding: 10px;
    border: 1px solid rgb(8 128 232 / 15%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-size: 16px;
}
.custom-select {
    height: calc(1.6em + 1.6rem + 5px);
    padding: 10px;
    border: 1px solid rgb(8 128 232 / 15%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-size: 16px;
}
.custom-select {
    color: #1D66A8;
}
/******* 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: rgb(8 128 232 / 55%);
}
/******* UK Oaths Commissioner Page Img********/
.img-oath-commissioner {
	box-shadow: 4px 8px 16px rgb(0 0 0 / 20%);
}
	



/********************************/
.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, rgba(23,103,173,1) 33%, rgba(50,135,210,1) 66%);
	border-top-left-radius:25px;
	border-top-right-radius:25px;
	display:block;
	text-align:center;
	font-family:Oswald,sans-serif;
	font-weight:400;
	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:#b59154;
	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;
}

.inner-img{
	margin:30px 20px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
.inner-main-page .form-query-bg {
    padding: 50px;
    border: 1px groove rgb(8 128 232 / 25%);
    background: url(../img/background/bg-form.gif) top center repeat;
}
@media (max-width: 768px) {
    .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;
    }
}
.query-append-item {
    background-color: transparent;
    color: #b59154;
    padding: 0;
    border: none;
    margin-bottom: 3px;
}
.query-append-item i {
    font-size: 18px;
}
.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;
}
.sidepage .recent-posts .post-item + .post-item {
  margin-top: 0;
}

.sidepage .recent-posts img {
  width: 80px;
  height:65px;
  float: left;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.sidepage .recent-posts h4 {
  font-size: 18px;
  margin-left: 95px;
  line-height: 22px;
  font-family: Roboto;
  margin-bottom: 0;
}

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

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

.sidepage .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 12px;
  color: rgb(8 128 232 / 50%);
}
.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;
	}
}
.sidepage .book-appointment-btn {
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #1d66a8, #2d7cc8);
color: #fff;
text-decoration: none;
border-radius: 8px;
padding: 10px 14px;
width: 100%; 
margin: 0 auto; 
box-shadow: 0 3px 8px rgba(0,0,0,0.15);
transition: all 0.3s ease;
font-family: 'Segoe UI', sans-serif;
}
.sidepage .book-appointment-btn:hover {
background: linear-gradient(135deg, #2d7cc8, #1d66a8);
transform: translateY(-1px);
box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}
.sidepage .book-appointment-content {
display: flex;
align-items: center;
gap: 10px;
}
.sidepage .book-appointment-btn i {
font-size: 32px;
color: #fff;
background: rgba(255,255,255,0.15);
padding: 8px;
border-radius: 50%;
}
.sidepage .book-appointment-btn:hover i{
	transform: rotate(5deg) scale(1.08);
}
.sidepage .book-appointment-btn span {
font-size: 20px;
line-height: 20px;
}
.sidepage .book-appointment-btn strong {
font-size: 22px;
}

.sidepage .legal-query-btn {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background: linear-gradient(135deg, #1d66a8, #2d7cc8);
color: #fff;
text-decoration: none;
border-radius: 8px;
padding: 10px 14px;
width: 100%;
margin: 0 auto;
box-shadow: 0 3px 8px rgba(0,0,0,0.15);
transition: all 0.3s ease;
font-family: 'Segoe UI', sans-serif;
text-align: center;
position: relative;
}
.sidepage .legal-query-btn:hover {
background: linear-gradient(135deg, #2d7cc8, #1d66a8);
transform: translateY(-1px);
box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}
.sidepage .legal-query-content {
display: flex;
align-items: center;
gap: 10px;
}
.sidepage .legal-query-btn i {
font-size: 32px;
color: #fff;
background: rgba(255,255,255,0.15);
padding: 8px;
border-radius: 50%;
}
.sidepage .legal-query-btn:hover i{
	transform: rotate(5deg) scale(1.08);
}
.sidepage .legal-query-text {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.sidepage .main-text {
font-size: 22px;
font-weight: bold;
line-height: 22px;
}
.sidepage .tagline {
font-size: 14px;
color: #e6e6e6;
line-height: 14px;
margin-top: 3px;
}
.sidepage .faq-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(135deg, #1d66a8, #3f8ddd);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    padding: 10px 14px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    font-family: 'Segoe UI', sans-serif;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.sidepage .faq-btn:hover {
    background: linear-gradient(135deg, #3f8ddd, #1d66a8);
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.25);
}
.sidepage .faq-content {
    display: flex;
    align-items: center;
    gap: 5px;
}
.sidepage .faq-btn i {
    font-size: 32px;
    color: #fff;
    background: rgba(255,255,255,0.18);
    padding: 8px;
    border-radius: 50%;
    transition: transform 0.3s;
}
.sidepage .faq-btn:hover i {
    transform: rotate(5deg) scale(1.08);
}
.sidepage .faq-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.sidepage .faq-main-text {
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
	white-space:nowrap;
	letter-spacing: -1px;
}
.sidepage .faq-tagline {
    font-size: 14px;
    color: #e6e6e6;
    line-height: 14px;
    margin-top: 3px;
}
/******** Accordion Box***********/
.sidepage .accordion-box{
	position:relative;
	margin: 30px 0;	
}
.sidepage .accordion-box .accordion{
	position:relative;
	margin-bottom:3px;
}
.sidepage .accordion-box .accordion .accord-btn{
	position:relative;
	display:block;
	min-height:60px;
	line-height:30px;
	padding:15px 50px 15px 20px;
	border:1px solid #e0e0e0;
	background:#ffffff;
	color: #1d66a8;
	cursor:pointer;
}
.sidepage .accordion-box.style-three .accordion .accord-btn{
	padding: 10px 30px 10px 15px;
	min-height: auto;	
}
.sidepage .accordion-box.style-three .accordion .accord-btn.active .icon-box{
	color:#b59154;
	border-color:#b59154;	
}
.sidepage .accordion-box .accordion .accord-btn h4{
	position:relative;
	font-size:16px;
	line-height:20px;
	font-weight:700;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-family: sans-serif;
	margin-bottom:0;
}
.sidepage .accordion-box .accordion .accord-btn:after{
	content:'\f067';
	font-family: 'FontAwesome';
	position:absolute;
	right:-3px;
	top:50%;
	margin-top:-15px;
	width:30px;
	height:30px;
	line-height:30px;
	font-size:18px;
	font-weight:normal;
}
.sidepage .accordion-box .accordion .accord-btn.active:after{
	content:'\f068';
}
.sidepage .accordion-box .accordion .accord-btn.active{
	color:#b59154;
	border-color:#b59154;	
}
.sidepage .accordion-box.style-three .accordion .accord-btn:hover{
	color:#b59154;
	background:#ffffff;
	border-color:#b59154;
}
.sidepage .accordion-box .accordion .accord-content{
	position:relative;
	padding: 15px;
	border:1px solid #e0e0e0;
	border-top:none;
	display:none;
	background:#ffffff;
}
.sidepage .accordion-box .accordion .accord-content.collapsed{
	display:block;	
}
.sidepage .accordion-box .accordion .accord-content p{
	position:relative;
	font-size:16px;
}
.sidepage .accordion-box .image-box{
	position:relative;
	float:left;
	margin:0px 15px 15px 0px;
	z-index:3;	
}
.sidepage .accordion-box .image-box img{
	display:block;
	width:100%;	
}
.sidepage .accordion-box .image-box .default-overlay-outer{
	opacity:0;
	background:rgba(34,53,85,0.90);	
}
.sidepage .accordion-box .image-box:hover .default-overlay-outer{
	opacity:1;
}
.sidepage ul li{
	list-style: none; 
	font-size: 16px;
	padding:5px 0;
}
.sidepage ul{
	padding-left:0;
	line-height: 20px; 
	padding-bottom:0;
}
.sidepage ol{
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;

}
.sidepage ol li{
	margin: 0 0 0.5rem 0;
	counter-increment: my-awesome-counter;
	position: relative;
}
.sidepage ol li::before {
  content: counter(my-awesome-counter);
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  --size: 16px;
  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 transparent;
  padding: 1px 1px 3px 0;
}
.sidepage ul li:before {
    color: #777777;
    font-size: 16px;
    font-weight: bold;
    --size: 16px;
    line-height: var(--size);
    height: var(--size);
    top: 0px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 2px 4px transparent;
    padding: 3px;
    font-family: 'FONT AWESOME 5 FREE';
    content: "\f138";
    display: inline-block;
    margin: 0 5px 0 0;
}
.sidepage ul li a,
.sidepage ol li a {
    color: #444 !important;
}
.sidepage ul li a:hover,
.sidepage ol li a:hover {
    color: #b59154 !important;
}
.sidepage ul li:hover::before,
.sidepage ol li:hover::before {
  color: #b59154;
  background: transparent; 
  box-shadow: none;
}
#sidepage-widget {
	padding: 0 15px;
}
/*****************************************
             Sidebar Recent Blog Post
*****************************************/
.sidebar .recent-posts img {
  width: 80px;
  height:65px;
  float: left;
  box-shadow: 0px 0px 20px 5px rgb(68 88 144 / 20%);
}
.sidepage .post-item {
	padding: 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.sidepage .post-item:last-child {
    border-bottom: none;
	 padding-bottom: 0;
}
.sidebar .recent-posts h4 {
  font-size: 20px;
  margin-left: 95px;
  line-height: 24px;
  font-family: Roboto;
}

.sidebar .recent-posts h4 a {
  color: #3c77ad;
  transition: 0.3s;
}

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

.sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 12px;
  color: rgb(8 128 232 / 50%);
}
.sidepage .sidebar-title {
    color: #0f3c67;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    font-family: Oswald;
    white-space: normal;
    text-transform: uppercase;
    padding: 20px 0px;
}
@media (max-width: 768px) {
.sidebar {
		margin-top:30px;
	}
}		
/********* Contact Detail At Main Sub page end ************/
.contact-detail {
    background-color: #1f3251;
    text-align: center;
    font-size: 22px;
    padding: 20px;
    color: white;
    border-right: 1px solid #F9F9F9;
    transition: all 0.7s ease;
    font-family: 'Lora', serif;
}
.contact-detail:last-child {
    border-right: none;
}
.contact-detail:hover {
    background-color: #b59154;
    color: white;
    transition: all 0.7s ease;
}
.contact-detail a {
    color: #ffffff;
    padding: 5px;
    display: inline-block;
    text-decoration: none;
    border: 2px solid transparent; /* invisible border to prevent layout shift */
    transition: border 0.5s ease, color 0.5s ease;
}
.contact-detail:hover a {
    border: 2px dotted #ffffff;
    color: #ffffff;
}
.contact-detail a:hover {
    color: #ffffff;
}
@media (max-width: 991px), (orientation: landscape) and (max-device-width: 1024px) {
    .contact-detail {
        flex: 0 0 100%;
        max-width: 100%;
        border-right: none;
        border-bottom: 1px solid #b59154;
    }

    .contact-detail:last-child {
        border-bottom: none;
    }
}
/**************************************
           FAQs Section Page
**************************************/
#faq-section .content-section {
    display: none;
    margin-top: 20px;
}
#faq-section .content-section.active {
    display: block;
}
#faq-section .dropdown-menu a {
    cursor: pointer;
    font-size: 18px;
}
#faq-section .dropdown-item {
    display: block;
    width: 100%;
    padding: .50rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
#faq-section .dropdown-item:focus, #faq-section .dropdown-item:hover {
    text-decoration: none;
    background-color: #1d66a8;
	color: #ffffff;
}
#dropdownMenuButton:hover,
#dropdownMenuButton:focus,
#dropdownMenuButton:active {
    color: white !important;
    background-color: #b59154; !important;
}
#faq-section h3 {
	display: none;
}
/***========================================
	Accordin Design
========================================***/

.accordion-box{
	position:relative;
	margin-right:0px;	
}

.accordion-box .accordion{
	position:relative;
	margin-bottom:12px;
}

.accordion-box.style-two .accordion{
	margin-bottom:5px;	
}

.accordion-box .accordion .accord-btn{
	position:relative;
	display:block;
	min-height:60px;
	line-height:30px;
	padding:15px 50px 15px 20px;
	border:1px solid #e0e0e0;
	background:#ffffff;
	color: #1d66a8;
	cursor:pointer;
}
.accordion-box.style-two .accordion .accord-btn{
	padding:15px 30px 10px 15px;
	min-height:50px;	
}
.accordion-box.style-three .accordion .accord-btn{
	padding:13px 30px 10px 70px;
	min-height:50px;	
}

.accordion-box.style-three .accordion .accord-btn .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:54px;
	height:100%;
	border-right:1px solid #e0e0e0;
	text-align:center;
}

.accordion-box.style-three .accordion .accord-btn .icon-box .icon{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-15px;
	width:100%;
	line-height:30px;
	height:30px;
	font-size:22px;
}

.accordion-box.style-three .accordion .accord-btn.active .icon-box{
	color:#b59154;
	border-color:#b59154;	
}

.accordion-box .accordion .accord-btn h4{
	position:relative;
	font-size:18px;
	line-height:20px;
	font-weight:700;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-family: sans-serif;
	margin-bottom:0;
}

.accordion-box.style-two .accordion .accord-btn h4{
	font-size:20px;	
}

.accordion-box .accordion .accord-btn:after{
	content:'\f067';
	font-family: 'FontAwesome';
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-15px;
	width:30px;
	height:30px;
	line-height:30px;
	font-size:20px;
	font-weight:normal;
}
.accordion-box.style-two .accordion .accord-btn:after{
	content:'\f067';
	right:0px;
	width:25px;
}

.accordion-box .accordion .accord-btn.active:after{
	content:'\f068';
}

.accordion-box.style-two .accordion .accord-btn.active:after{
	content:'\f068'	;
}

.accordion-box .accordion .accord-btn.active{
	color:#b59154;
	border-color:#b59154;	
}

.accordion-box.style-two .accordion .accord-btn.active{
	color:#ffffff;
	background:#b59154;
	border-color:#b59154;	
}
.accordion-box.style-three .accordion .accord-btn:hover{
	color:#b59154;
	background:#ffffff;
	border-color:#b59154;
}
.accordion-box .accordion .accord-content{
	position:relative;
	padding:30px 20px 20px 20px;
	border:1px solid #e0e0e0;
	border-top:none;
	display:none;
	background:#ffffff;
}

.accordion-box.style-two .accordion .accord-content{
	padding:10px 10px 0px;	
}

.accordion-box .accordion .accord-content.collapsed{
	display:block;	
}

.accordion-box .accordion .accord-content p{
	position:relative;
}

.accordion-box .image-box{
	position:relative;
	float:left;
	margin:0px 15px 15px 0px;
	z-index:3;	
}

.accordion-box .image-box img{
	display:block;
	width:100%;	
}

.accordion-box .image-box .default-overlay-outer{
	opacity:0;
	background:rgba(34,53,85,0.90);	
}

.accordion-box .image-box:hover .default-overlay-outer{
	opacity:1;
}
#form-associate .heading-col {
    font-size: 12px;
    color: hsl(0deg 100% 50% / 85%);
    margin-top: 10px;
}
@media (min-width: 576px) {
    .form-inline .custom-select, .form-inline .input-group {
        width: 100%;
    }
}
#form-associate .col-form-label {
    font-size: 15px;
	font-weight: 400;
}
#form-associate .custom-file-label::after {
    height: calc(2em + 1rem + 5px);
    padding: 1.275rem 1.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
#form-associate .custom-file-input {
    height: calc(2em + 1rem + 5px);
}
#form-associate .custom-file-label {
    height: calc(2em + 1rem + 5px);
    padding: .275rem .75rem;
    font-weight: 400;
    line-height: 2.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
#form-associate .custom-file-label span {
   line-height: 4.5rem;	
}
#form-associate .invalid-feedback {
    width: 100%;
    margin-top: 1px;
    font-size: 12px;
    color: #dc3545;
}
#consultation-fee .whatsapp-icon {
    position: relative;
    z-index: auto;
    display: flex;
    width: 55px;
    height: 55px;
    border: none;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 0 rgb(0 211 102 / 70%);
    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: 32px;
    color: #fff;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding: 4.5px 5px;
}