body {
    font-family: 'Poppins', sans-serif !important;
    color: #21353f;
    line-height: normal;
    font-size: 15px;
    font-weight: 400;
}

img {
    max-width: 100%;
}

a,
a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none !important;
}

    a:focus {
        text-decoration: none !important;
        outline: none !important;
    }

::-webkit-input-placeholder {
    /* Chrome */
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: inherit;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: inherit;
    opacity: 1;
}

a {
    outline: none;
}


.pagewrap  .container {
    width: 100%;
	  max-width: 1260px;
	 /* position:relative; */
	
	
}

/*header css start*/

.sectionheader {
    float: left;
    width: 100%;
    clear: both;
    position:relative;
    z-index: 99998;
}

.headertop{
    background:#1a243f;
   /* padding: 10px 0;*/
    width: 100%;
    float: left;
}

.headertopleft{float: left;}
.headertopleft .headeremail{color: white; padding-right: 50px; float:left;}
.headertopleft .headerlocation{color: white; padding-right: 50px; float:left;}

.headertopright{float:right;}

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
button {
  background-color:#1a243f;
  color: white;
	 /*padding: 10px 0px;
   margin: 8px 0;*/
  border: none;
  cursor: pointer;
  /*width: 15%;*/
  padding:8px;
}

button:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}

.headerbottom{
    /*background: #ffffff;*/
   /* padding: 10px 0;*/
    width: 100%;
    float: left;
}

.headerbottomleft{float: left;}
.headerbottomright{float:right; padding-top:8px;}

/* leftmenu start */

.headermenu {
    float: left;
}

    .headermenu .navbar-inverse {
        background-color: transparent;
        border: none;
        float: left;
        margin: 0;
        width: 100%;
        border-radius: 0;
    }

        .headermenu #myNavbar,
        .headermenu .navbar-inverse .container-fluid {
            padding: 0;
        }

        .headermenu .navbar-inverse .navbar-nav {
            margin: 0;
            float: left;
            padding: 12px 0 0;
        }

            .headermenu .navbar-inverse .navbar-nav.headermenuright {
                float: right;
            }

    .headermenu .navbar-collapse {
        padding: 0;
    }

    .headermenu .navbar-inverse .navbar-nav > li {
        padding: 0 0 0 36px;
    }

        .headermenu .navbar-inverse .navbar-nav > li > a {
            color: #fffdfd;
            padding: 0;
            text-decoration: none;
            font-weight: 600;
            text-align: center;
        }

            .headermenu .navbar-inverse .navbar-nav > li > a span {
                display: block;
            }

        .headermenu .navbar-inverse .navbar-nav > li.headermenu06 > a {
            padding-top: 4px;
            padding-bottom: 4px;
        }


        .headermenu .navbar-inverse .navbar-nav > .active > a,
        .headermenu .navbar-inverse .navbar-nav > .active > a:focus,
        .headermenu .navbar-inverse .navbar-nav > .active > a:hover,
        .headermenu .navbar-inverse .navbar-nav > li > a:hover {
			text-decoration: none;
			border-bottom:2px solid  #02020C;
			color:#b3842d;
			
        }

        .headermenu .navbar-inverse .navbar-nav > li.first1 > a {
            margin: 0;
        }

.cssmenu {
    float: left;
}

/* leftmenu end */

/*header css end*/

/*slider css start*/

.bannerwrapper {
     width: 100%;
    float: left;
    clear: both;
    text-align: center;
    position: relative;
}



.centered {
  position: absolute;
  color: white;
  /*top:65%;*/
  top:75%;
  left: 50%;
  transform: translate(-55%, -50%);
}

.bannerwrapper-text h1 {font-weight: 600; font-size: 60px;}
.bannerwrapper-text    span {color:#B08126;}

.demo1 {float: left; /*padding: 0px 40px 10px 40px;*/ padding: 0px 0px 0px 40px;}

.demo1top {
    float: left;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500; 
	border:2px solid #B08126;
    padding: 10px 10px;
    border-radius: 5px;
    cursor: pointer;
}
.demo2top {
   float: left;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500; 
	border:2px solid #B08126;
    padding: 10px 10px;
    border-radius: 5px;
    cursor: pointer;
}
.demo3top {
    float: left;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500; 
	border:2px solid #B08126;
    padding: 10px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.demo1 :hover{
	 background:#B08126;
}

/*slider css end*/

/*current topic start*/

.currenttopicwrapper {
     width: 100%;
    float: left;
    clear: both;
    text-align: center;
    position: relative;
	top:-50px;
}

.topic{background-color:#1a243f; color:#ffffff; text-align:right;}
.topic h2{text-align:left; padding:0px 0px 40px 20px; color:#ffffff;}

/*current topic end*/

/*information start*/

.informationwrapper {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    position: relative;
	/* padding:30px 0px 50px 0px; */
}

.information{text-align:left;}
.detail{float:left; padding-top:10px;}
.detail h1{color:#B08126;}
.detail h3{color:#B08126;}

.detail button{   
	background-color: #b08126;
    border: none;
    padding: 10px;
    border-radius: 4px;
    color: #ffffff;
	width:100%;
}


.callbtn{padding-top:30px;}

.call {
    float: left;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500; 
	background:#B08126;
    cursor: pointer;
	padding-right:10px;
}  

/*.callbtn :hover{
	background-color:#ffffff;
	color:#B08126;
	 border:2px solid #B08126;
}*/

/*information end*/

/* Team start*/
.teamwrapper {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    position: relative;
	padding:30px 0px 0px 0px;
}


.teammember{text-align:left; /* padding-top:200px; */ padding-top:18%;}
.teammember span{color:#B08126;}

.owl-carousel .owl-item img{display:inline !important; width:auto !important;}
/* Team end*/

/* Testimonial Start*/
.testimonialwrapper {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    position: relative;
	/*  background-image: url(../images/count.png); */
    background-repeat: no-repeat;
	padding:30px 0px 0px 0px;
}

.testimonial{text-align:left; /* padding-top:300px; */padding-top: 21%;}
.testimonial h4{color:#B08126;}



.counting{
	color: #ffffff;
    padding: 175px 30px 30px 70px;
}

.sliderwrap {
	width: 100%;
	float: left;
}
.sliderwrap .carousel-caption {
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
}
.sliderwrap .carousel-caption img {
	float: right;
	margin: 0 -11px 0 0;
	max-width: 520px;
}
.sliderwrap .carousel-control {
	background: transparent;
	height: 50px;
	top: 45%;
	opacity: 1;
	color: #1f75be;
	width: 50px;
	border-radius: 50%;
	line-height: 42px;
	color: #ffffff;
	font-size: 30px;
	font-weight: normal;
	border: 2px solid #2c2f33;
	display:none;
}
.sliderwrap .carousel-control:hover {
	background: transparent;
	border: 3px solid transparent;
	color: #fff;
}
.sliderwrap .carousel-control.left {
	left: 142px;
}
.sliderwrap .carousel-control.right {
	right: 142px;
}

/* Testimonial end*/

/*contact start*/
.contactwrapper{
	 width: 100%;
    float: left;
    clear: both;
    text-align: center;
    position: relative;
	background-color:#1a243f;
	padding:40px 0px 40px 0px;
}

.contactwrapper h2{color:#ffffff;}

.callbtn1{padding-top:10px; float:right;}

 .callbtn1 .call {
    float: left;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500; 
	background:#B08126;
    cursor: pointer;
	padding-right:10px;
}

/*.callbtn1 :hover{
	background-color:#ffffff;
	color:#B08126;
	 border:2px solid #B08126;
}*/

/* contact end*/

/* News & Update Start*/
.newswrapper{
	 width: 100%;
    float: left;
    clear: both;
    text-align: left;
    position: relative;
	padding:40px 0px 50px 0px;
}

.newsupdate{ }
.newsupdatedetail h4{background-color:#1a243f; padding:10px; color:#ffffff;}

/* News & Update end*/

.wrapper{
  width: 100%;
}
.carousel{
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}
.carousel .card{
  /*color: #fff;
  text-align: center;
  margin: 20px 0;
  line-height: 250px;
  font-size: 90px;
  font-weight: 600;
  border-radius: 10px;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.2);*/
}
.carousel .card-1{
}
.carousel .card-2{
}
.carousel .card-3{
}
.carousel .card-4{
}
.carousel .card-5{
}

.owl-dots{
  text-align: center;
  margin-top: 40px;
  display:none;
}
.owl-dot{
  height: 15px;
  width: 45px;
  margin: 0 5px;
  outline: none;
  border-radius: 14px;
  border: 2px solid #0072bc!important;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}
.owl-dot.active,
.owl-dot:hover{
  background: #0072bc!important;
}


/* Footer start*/

.footerwrapper{
	font-weight: 600;
	width: 100%;
    float: left;
    clear: both;
    text-align: left;
    position: relative;
	/* padding:40px 0px 40px 0px; */
	background-image: url(../images/footer.jpg);
	background-repeat:repeat;
    background-position: 0px -100px; /* center image horizontally & vertically */
    background-size: cover; 
}

.footerdetails{list-style:none; padding-top:50px; color:#ffffff;}
.footerdetail{padding-top:20px;}

.Services{padding-top:40px; padding-left:40px; color:#ffffff;}
.Services h3{color:#B08126;}
.Services p,a{padding-bottom:10px;}

.calldetail{padding-top:40px; color:#ffffff;}
.calldetail h3{color:#B08126;}

/* footer end*/

.row{margin-right:0px; margin-left:0px;}




/*Document css Start*/
.documentwrapper{
	 width: 100%;
    float: left;
    clear: both;
    text-align: left;
    position: relative;
	padding:20px 0px 20px 0px;
	/* border-top:2px solid #b08126; */
}

.documentdetail {border-right:2px solid #b08126; padding-right:20px;}
.documentdetail h4{font-weight:800; padding-bottom:10px;}
.documentdetail h5{line-height:2; text-align:justify;}

.news{background-color:#3f3d3d; padding:4px 4px 4px 10px; border-radius:8px;}

/* Document css end*/

/* login page css Start*/

.noticewrapper{
	 width: 100%;
    float: left;
    clear: both;
    text-align: left;
    position: relative;
	padding:0px 0px 0px 0px;
	background-color:#b08126;
}

.noticedetail{ color:#ffffff; border-right:1px solid #ffffff;}
.noticedetails { color:#ffffff; padding-top:20px;}

.chatwrapper{
	 width: 100%;
    float: left;
    clear: both;
    text-align: left;
    position: relative;
	padding:30px 0px 30px 0px;
}
.chatdetail{ color:#1a243f;}

.review{background-color:#e7e7e7; padding:4px 4px 4px 10px; border-radius:8px;}
.review1{background-color:#cbcbcb; padding:4px 10px 4px 4px; border-radius:8px; text-align:right;}

.matterwrapper{
	 width: 100%;
    float: left;
    clear: both;
    text-align: left;
    position: relative;
	padding:0px 0px 0px 0px;
	background-color:#1a243f;
}

.matterwrapper h3{color:#ffffff;}
.matterwrapper h5{color:#ffffff;}

.demo :hover{
	 background:#f0ad4e;
	/*  background:#ffffff;
	color:#b08126;*/
}
.demo2 :hover{
	 background:#ffffff;
	 color:#b08126;
}
.demotop {
    float: left;
    color: #ffffff;
    font-weight: 500;
     background: #b08126;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.tablewrapper{
	 width: 100%;
    float: left;
    clear: both;
    text-align: left;
    position: relative;
	padding:0px 0px 0px 0px;
}

/* login page css end*/

/* Advocate Directory css start*/

.advocatewrapper{
	 width: 100%;
    float: left;
    clear: both;
    text-align: left;
    position: relative;
	padding:0px 0px 0px 0px;
	background-color:#1a243f;
}

.advocateform h2{color:#ffffff; text-align:center;}

/* Advocate Directory css end*/

/* Officers Details css start*/

.officerswrapper{
	 width: 100%;
    float: left;
    clear: both;
    text-align: left;
    position: relative;
	padding:0px 0px 0px 0px;
	background-color:#1a243f;
}

.officersdetailform h2{color:#ffffff; text-align:center;}

/* Officers Details css end*/

/* Suggestion css start*/

.suggestionwrapper{
	 width: 100%;
    float: left;
    clear: both;
    text-align: left;
    position: relative;
	padding:0px 0px 0px 0px;
	/* border-top:2px solid #1a243f; */
}

.suggestionform h2{color:#1a243f; text-align:center; font-weight:600;}

/*  Suggestion css end*/

/*  video css start*/

.videowrapper{
	 width: 100%;
    float: left;
    clear: both;
    text-align: left;
    position: relative;
	padding:0px 0px 40px 0px;
	/* border-top:2px solid #1a243f; */
}

.video h2{color:#1a243f; text-align:center; font-weight:600;}

/*  video css end*/

/*  Contact us css Start*/

.contactuswrapper{
	 width: 100%;
    float: left;
    clear: both;
    text-align: left;
    position: relative;
	padding:0px 0px 10px 0px;
	/* border-top:2px solid #1a243f; */
}

.contactus h2{color:#1a243f; text-align:end; font-weight:600;}
.contactuswrapper h2{color:#1a243f; font-weight:600;}

.officeaddress{text-align:end;}
.officeaddress h3{font-weight:600;}

.contactus{padding-top:20%;}
.contactdetails{padding-top:10%; border-bottom:2px solid #1a243f;}

.contactswrapper{
	 width: 100%;
    float: left;
    clear: both;
    text-align: left;
    position: relative;
	padding:0px 0px 0px 0px;
}

.mail{color:#1a243f; font-size:18px;}

/*  Contact us css end*/

/*  Matter Detail css start*/
.matterdetailwrapper{
	 width: 100%;
    float: left;
    clear: both;
    text-align: left;
    position: relative;
	padding:0px 0px 0px 0px;
	/* border-top:2px solid #1a243f; */
}

.matterdetail h2{color:#1a243f;  font-weight:600; border-right:2px solid #1a243f;}
.matter{border-right:2px solid #1a243f;}
.matter h4{line-height:2;}
.communication h2{color:#1a243f;  font-weight:600;}

/* Matter Detail css end*/



/* Achivement css start*/
.achivementwrapper{
     width: 100%;
    float: left;
    clear: both;
    text-align: left;
    position: relative;
    padding:0px 0px 0px 0px;
   /*  border-top:2px solid #1a243f; */
}

.achivementwrapper h1{color:#c8c8c8;  font-weight:600; text-align:center;}

.achivementdetail h2{color:#c8c8c8; font-weight:600;}
.achivementdetail h5{color:#a1a1a1; line-height:2; text-align:justify;}

/* Achivement css end*/








/* Media Queries */

@media only screen and (max-width: 1339px) {

.testimonialwrapper{background-size:55% 100%;}


}

@media only screen and (max-width: 1229px) {

.teammember{padding-top:80px;}
.testimonial{padding-top:150px;}
.informationwrapper{padding:0px 0px 50px 0px;}




}

@media only screen and (max-width: 1023px) {

.centered{top:75%;}
.bannerwrapper-text h1{font-size:40px;}
.demo1{padding:0px 20px 10px 0px;}
.teammember{padding-top:50px;}


}

@media only screen and (max-width: 991px) {

.documentdetail {border-right:none; padding-right:0px;}
.teammember{padding-top:0px; text-align:left; padding-bottom:10px; padding-left:10px;}
.testimonial{padding-top:0px;}
.matterdetail h2{ border-right:none;}
.matter{border-right:none;}

.testimonialwrapper{background-image:none;}
.counting{padding:50px; background-color:#1a243f;}

}

@media only screen and (max-width: 767px) {

/* leftmenu start */
	.headermenu {
    width: auto;
    float: left;
    position: absolute;
    margin: 0;
    padding: 0;
    right: 0;
    background-color: #b98730;
    }
	.fixedbtn {
		position: absolute;
		top: -40px;
		left: 0;
	}
	.fixedbtn.topfixedicon {
		position: fixed !important;
		top: 10px !important;
		z-index: 999 !important;
		margin: 0 !important;
		padding: 0 !important;
		width: 24px;
		height: 24px;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
		left: 42%;
	}
	.fixedbtn.topfixedicon span {
		display: none;
	}
	.fixedbtn.topfixedicon:after {
		font-family: FontAwesome;
		content: "\f00d";
		left: 0;
		top: 0;
		position: absolute;
		font-size: 22px;
		color: #b98730;
	}
	.headermenu .menufixed {
		display: block;
	}
	.menufixed .navbar-toggle {
		background-color: transparent;
		border-color: transparent;
		margin: 2px 0 0 2px;
		padding: 6px;
		position: relative;
		top: 0;
		z-index: 9;
	}
	.menufixed .navbar-toggle .icon-bar {
		background: #ffffff;
	}
	.headermenu .navbar-inverse .navbar-nav {
        margin: 20px 0 0;
        float: left;
        width: 100%;
    }
	.headermenu .navbar-inverse .navbar-toggle:focus,
	.headermenu .navbar-inverse .navbar-toggle:hover {
		background-color: transparent;
	}
	.headermenu .navbar-inverse .navbar-toggle {
		border-color: transparent;
		margin: 0 10px 0 0;
	}
	.headermenu .navbar-inverse .container-fluid {
		padding: 0 15px;
		text-align: center;
		background: #3e3e3e;
	}
	.headermenu .navbar-inverse .navbar-nav > li {
        display: inline-block;
        text-align: left;
        padding: 0;
        margin: 0 0 0;
        width: 100%;
    }   
	.headermenu .navbar-inverse .navbar-nav > li > a {
        font-size: 16px;
        padding: 30px 0 5px 10px;
        color: #1a243f;
        border: none;
    }
    .headermenu .navbar-inverse .navbar-nav > li > a i {
        display: inline;
        font-style: normal;
    }
	.headermenu .navbar-inverse {
		background-color: rgba(247, 244, 244, 0.95);
		box-shadow: 0 0 5px #B0B0B0;
	}
	.headermenu .navbar-inverse .navbar-nav>.active>a,
	.headermenu .navbar-inverse .navbar-nav>.active>a:focus,
	.headermenu .navbar-inverse .navbar-nav>.active>a:hover,
	.headermenu .navbar-inverse .navbar-nav>li>a:hover {
		color: #b08126;
	}
	.headermenu .navbar-inverse .navbar-collapse {
		border: none !important;
	}
	.side-collapse-container {
		width: 100%;
		position: relative;
		left: 0;
		transition: left .4s;
	}
	.side-collapse-container.out {
		left: 200px;
	}
	.headermenu .side-collapse {
		top: 0;
		bottom: 0;
		left: 0;
		width: 50%;
		position: fixed;
		overflow: hidden;
		transition: width .4s;
		padding-top: 30px;
		z-index: 9;
	}
	.side-collapse.in {
		width: 0;
	}
	/* leftmenu end */

	
.centered{top:75%;}
.bannerwrapper-text h1{font-size:35px;}
.demo1{padding:0px 10px 0px 0px;}
.demo1top{padding:10px 10px;}
.demo2top{padding:10px 10px;}
.demo3top{padding:10px 10px;}

.modal-content{width:80%;}

}

@media only screen and (max-width: 639px) {

.centered{top:70%;}
.bannerwrapper-text h1{font-size:30px;}
.demo1{padding:0px 10px 0px 0px;}
.demo1top{padding:8px 8px; font-size:11px;}
.demo2top{padding:8px 8px; font-size:11px;}
.demo3top{padding:8px 8px; font-size:11px;}
.topic h2{font-size:22px; padding:0px 0px 10px 10px;}
.callbtn{padding-top:0px;}
.Services{padding-top:20px; padding-left:0px;}
.footerdetails{padding-top:10px; padding-left:0px;}
.calldetail{padding-top:20px;}


}

@media only screen and (max-width: 479px) {

.headertopleft .headeremail{padding-right:50px;}
.centered{top:80%;}
.bannerwrapper-text h1{font-size:20px;}
.demo1{padding:10px 10px 0px 0px;}
.modal button{width:40%;}
.currenttopicwrapper{top:10px;}
.teamwrapper{padding:0px 0px 0px 0px;}
.teammember1 h3{font-size:18px;}
.testimonial h3{font-size:18px;}
.footerdetails{padding-top:10px; padding-left:0px;}

.contactus{padding-top:20px;}
.contactdetails{padding-top:20px;}

.counting{padding:20px;}
}

@media only screen and (max-width: 399px) {

.centered{top:80%;}
.bannerwrapper-text h1{font-size:16px;}
button{padding-top:8px;}

}

@media only screen and (max-width: 379px) {

.centered{top:85%;}
.bannerwrapper-text h1{font-size:16px;}
.demo1{padding:6px 4px 0px 0px;}

}


/* Drop Dwon menu css start */

/* Basic menu style */
.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.menu li {
    position: relative;
    margin-right: 15px;
}
.menu li a {
    text-decoration: none;
    padding: 8px 12px;
    display: block;
}

/* Dropdown styles */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 5px 0;
    background: #fff;
    border: 1px solid #ccc;
    min-width: 150px;
    z-index: 999;
}
.dropdown-menu li a {
    padding: 8px 12px;
    white-space: nowrap;
}
.dropdown:hover .dropdown-menu {
    display: block;
}


/* ==================================================================== THIS IS NEW DESIGN CSS ============================================================================= */


/* ==================================================================== VIDEO,GALLERY,TESTIMONIALS SECTION CSS START ==================================================================== */
.currenttopicwrapper {
  padding-top: 120px;
  /* background: #f9f9f9; */
}

.topic-card {
  /* background: #3f3d3d; */
  border-radius: 16px;
  text-align: center;
  padding: 35px 25px;
  margin-bottom: 30px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  overflow: visible; /* Important fix for mobile buttons */
}

.topic-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  z-index: 2;
}

.topic-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.topic-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.topic-card:hover .topic-icon img {
  transform: scale(1.1);
}

.topic-card h2 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.topic-card p {
  font-size: 15px;
  color: #666;
  margin-bottom: 20px;
  min-height: 45px;
}

.topic-btn {
  display: inline-block;
  padding: 10px 24px;
  background: #b98730;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
  position: relative;
  z-index: 2; /* Makes it clickable */
}

.topic-btn:hover {
  background: #1a243f;
  color: #fff;
}

/* #video-card1{
  padding: 0px 20px 0px 0px;
}

#video-card2{
  padding: 0px 10px 0px 10px;
}

#video-card3{
  padding: 0px 0px 0px 20px;
} */
/* ✅ Responsive */
@media (max-width: 992px) {
  .topic-card {
    padding: 30px 20px;
  }
  .topic-card h2 {
    font-size: 20px;
  }

  /* #video-card1, #video-card2, #video-card3{
  padding: 0px 10px 0px 10px;
  } */
}

@media (max-width: 768px) {
  .topic-card {
    margin-bottom: 25px;
  }
  .topic-icon {
    width: 80px;
    height: 80px;
  }

  /* #video-card1, #video-card2, #video-card3{
  padding: 0px 20px 0px 20px;
  } */
}

@media (max-width: 576px) {
  .currenttopicwrapper {
  padding-top: 20px;
  /* background: #f9f9f9; */
}
  .topic-card h2 {
    font-size: 18px;
  }
  .topic-card p {
    font-size: 14px;
  }
  .topic-card {
    margin: 18px;
  }

  /* #video-card1, #video-card2, #video-card3{
  padding: 0px 0px 0px 0px;
} */

  
}

/* ==================================================================== VIDEO,GALLERY,TESTIMONIALS SECTION CSS END ==================================================================== */

/* ==================================================================== TEAM SECTION CSS START ==================================================================== */

/* --- Base Section --- */
/* .section-padding {
  padding: 80px 0;
} */
.team-section {
  /* background: #f9f9f9; */
  padding-bottom: 20px;
}
.section-title {
  font-weight: 700;
  font-size: 32px;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  color: #1a243f;
}
/* .section-title::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 5px;
  background: #1a243f;
  left: 0;
  bottom: 0;
  border-radius: 5px;
} */
.section-subtitle {
  color: #ffffff;
  font-size: 16px;
}
.team-banner {
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  max-height: 300px;
  object-fit: cover;
}

/* --- Staff Card --- */
.single-staff-item {
  /* background: #3f3d3d; */
  padding: 25px 20px;
  border-radius: 16px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.05);
  transition: 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 350px;
}
.single-staff-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 25px rgba(0,0,0,0.08);
}

.row.g-4 {
  row-gap: 30px; /* adds nice vertical spacing */
}

/* --- Image Frame --- */
.staff-image-wrap {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #cfcfcf;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.staff-image-wrap img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover; /* ✅ ensures image fills frame without distortion */
  transition: transform 0.4s ease;
}
.single-staff-item:hover .staff-image-wrap img {
  transform: scale(1.05); /* ✅ subtle zoom on hover */
}

/* --- Text --- */
.staff-meta {
  margin-top: 20px;
}
.staff-meta h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #ffffff;
  text-transform: uppercase;
}
.staff-meta p {
  font-size: 14px;
  color: #cfcfcf;
}
.staff-desc {
  font-size: 14px;
  color: #555;
  margin-top: 15px;
  line-height: 1.6;
}

/* --- Carousel Controls --- */
.owl-nav {
  text-align: center;
  margin-top: 20px;
}
.owl-nav button {
  width: 42px;
  height: 42px;
  background: #f0f0f0 !important;
  border-radius: 50%;
  margin: 0 8px;
  transition: 0.3s;
}
.owl-nav button:hover {
  background: #1a243f !important;
  color: #fff !important;
}
.owl-nav i {
  font-size: 18px;
}

/* --- Responsive Fixes --- */
@media (max-width: 768px) {
  .team-section {
  padding: 20px;
}
  .section-title {
    font-size: 26px;
    /* text-align: center; */
  }
  .section-subtitle {
    text-align: center;
    margin-bottom: 30px;
  }
  .team-banner {
    display: none;
  }
  .single-staff-item {
    padding: 20px 15px;
  }
  .staff-image-wrap {
    width: 150px;
    height: 150px;
  }
}

/* ==================================================================== TEAM SECTION CSS END ==================================================================== */

/* ==================================================================== ACHIVEMENT SECTION CSS ==================================================================== */

/* === Equal height cards fix === */
.achievements-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.achievements-carousel .owl-item {
  display: flex;
  align-items: stretch;
}

.single-achievement {
  display: flex;
  flex: 1 1 auto;
}

.achievement-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

	/* Achievements Section */
.achievements-carousel .single-achievement {
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.achievements-section{
  margin-top:200px;
  margin-bottom: 30px;
}

.achievement-card {
  /* background: #3f3d3d; */
  border-radius: 15px;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
  overflow: hidden;
  padding-bottom: 20px;
  transition: transform 0.3s;
}

.achievement-card:hover {
  transform: translateY(-5px);
}

.achievement-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.achievement-content {
  padding: 20px;
}

.achievement-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.achievement-content p {
  font-size: 14px;
  color: #cfcfcf;
  line-height: 1.6;
  min-height: 70px;
}

.achievement-content .read-more {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 14px;
  background: #ae8331;
  color: #fff;
  font-size: 13px;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.3s;
}

.achievement-content .read-more:hover {
  background: #1a243f;
}

/* Responsive */
@media (max-width: 768px) {

  .achievements-section{
  margin-top:250px;
}

  .achievement-content p {
    min-height: auto;
  }
  .achievement-img img {
    height: 220px;
  }
}
/* ==================================================================== ACHIVEMENT SECTION END ==================================================================== */


/* ==================================================================== CONTACT 2 SECTION CSS ==================================================================== */
/* 📌 Section Wrapper */
.info-section {
  background: linear-gradient(135deg, #1a243f, #283555);
  padding: 80px 0;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
}

/* 📦 Info Cards */
.info-card {
  background: #ffffff10;
  border-radius: 16px;
  padding: 30px 25px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.info-card:hover {
  background: #ffffff15;
  transform: translateY(-5px);
}

/* 🔔 Icon */
.info-icon {
  width: 70px;
  height: 70px;
  background: #b98730;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 28px;
  color: #fff;
  box-shadow: 0 4px 10px rgba(185,135,48,0.4);
}

/* 📜 Content */
.info-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.info-content p {
  font-size: 15px;
  line-height: 1.6;
  margin: 4px 0;
  color: #e0e0e0;
}

.info-content a {
  color: #14ADF3;
  text-decoration: none;
  font-weight: 500;
}

.info-content a:hover {
  text-decoration: underline;
}

/* 📱 Responsive */
@media (max-width: 768px) {
  .info-section {
    padding: 50px 0;
  }
  .info-card {
    padding: 25px 20px;
    margin-bottom: 30px;
    min-height: 10px;
  }
  .info-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  .info-content h4 {
    font-size: 18px;
  }
  .info-content p {
    font-size: 14px;
  }
}
/* ==================================================================== CONTACT 2 SECTION CSS END ==================================================================== */

/* ==================================================================== COUNTING SECTION CSS START ==================================================================== */
 .counting-section {
    padding: 40px 0;
}

.counter-card {
    /* background: rgba(0,0,0,0.6); */
    border-radius: 12px;
    padding: 30px 20px;
    margin: 15px 0;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
    text-decoration: none;
    min-height: 280px;
}

.counter-card:hover {
    transform: translateY(-5px);
    /* background: rgba(176,129,38,0.9); */
    /* color: #B08126; */
    color:#fff
}

.counter-icon img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}

.counter-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #B08126;
}

.counter-content p {
    font-size: 16px;
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px){
    .counter-card {
        padding: 20px 15px;
        min-height: 10px;
    }

    .counter-content h2 {
        font-size: 28px;
    }

    .counter-icon img {
        width: 60px;
        height: 60px;
    }
}
/* ==================================================================== COUNTING SECTION CSS END ==================================================================== */

/* ==================================================================== TESTIMONIALS SECTION CSS START ==================================================================== */


  /* ✅ Force Fancybox to stay above everything */
.fancybox__container {
  z-index: 99999 !important;
}

/* ✅ Make sure parents don't create a stacking context */
.testimonial-section,
.testimonial-card,
.owl-carousel,
/* .container {
  position: relative;
  z-index: auto !important;
  overflow: visible !important;
} */

/* ✅ Optional: Prevent hidden overflow cutting the lightbox */
html, body {
  overflow: visible !important;
}

	.testimonial-section {
  /* background: #f9f9f9; */
  /* padding: 80px 0; */
  /* text-align: center; */
  margin-bottom: 30px;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

.testimonial-card {
  /* background: #3f3d3d; */
  border-radius: 12px;
  /* padding: 30px 20px; */
  margin: 10px; 
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 550px; 
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.testimonial-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px 10px 0px 0px; /* ✅ remove circle */
  object-fit: cover;
  margin-bottom: 20px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}

.testimonial-image img:hover {
  transform: scale(1.03);
}


.testimonial-name {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}

.testimonial-text p{
  font-size: 15px;
  color: #cfcfcf;
  line-height: 1.7;
  padding: 0 10px;
}

.owl-nav {
  text-align: center;
  margin-top: 20px;
}

.owl-nav button {
  background: #f3f3f3 !important;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 0 5px;
  transition: 0.3s;
}

.owl-nav button:hover {
  background: #B08126 !important;
  color: #fff !important;
}

.owl-nav i {
  font-size: 20px;
  line-height: 45px;
}

/* ==================================================================== TESTIMONIALS SECTION CSS END ==================================================================== */

/* THIS IS ENTIRE WEB BACKGROUND COLOR */
.background-color{
  background: #aaaaaa;
}

/* THIS IS ENTIRE WEB CARD BACKGROUND COLOR */
.card-color, .topic-card, .single-staff-item, .counter-card, .achievement-card, .testimonial-card, .contact-card {
  background: #3f3d3d;
}

.btn-color{
  background: linear-gradient(90deg, #b08126, #b08126);
  color:#000000;
}

.btn-color:hover{
  background: linear-gradient(90deg, #d09a3a, #d09a3a);
}

.section-title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 3px;
        background: #c0392b;
        border-radius: 2px;
    }

    /* .section-title::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 5px;
  background: #1a243f;
  left: 0;
  bottom: 0;
  border-radius: 5px;
} */

/* ==================================================================== TOP HEADER SECTION CSS START ==================================================================== */
  .top-info-bar {
    background: #585757;
    border-bottom: 1px solid #b08126;
    font-size: 14px;
    color: #fff;
}

.top-info-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
}

.top-info-bar a {
    color: #fff;
    text-decoration: none;
}

.top-info-left,
.top-info-center,
.top-info-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-info-center {
    justify-content: center;
    flex: 1;
}

.top-info-left {
    flex: 1;
}

.top-info-right {
    flex: 1;
    justify-content: flex-end;
}

.top-info-right a {
    margin-left: 12px;
    transition: color 0.3s ease;
}

.top-info-right a:hover {
    color: #b08126;
}

/* Mobile */
@media (max-width: 768px) {
    .top-info-inner {
        flex-direction: column;
        gap: 6px;
        text-align: center;
    }

    .top-info-left,
    .top-info-center,
    .top-info-right {
        justify-content: center;
    }
}

/* ==================================================================== TOP HEADER SECTION CSS EMD ==================================================================== */
