
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none; }

html,
body {
height: 100%;
font-size: 16px;
color: #808080;
font-family: 'Poppins', sans-serif;
vertical-align: baseline;
line-height: 26px;
}
a:focus {
  outline: 0px solid;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 20px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
color: #15264b;
}

h1 {
font-size: 32px;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 16px;
}

a {
  transition: all 0.5s ease-out;
  text-decoration: none;color:#15264b
}
a:active,
a:hover {
  outline: 0 none;
  color: #1e2b4b;text-decoration:none
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #0cb1f6;
  text-shadow: none;color:#fff
}
::selection {
  background: #0cb1f6;
  text-shadow: none;color:#fff
}
textarea:focus, input:focus{
    outline: none;
}
.slider-overlay {
	background-color:rgba(0, 0, 0, 0.6);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
}
.images-overlay {
   background-color:rgba(0, 0, 0, 0.60);
  height: 100%;
  position: absolute;  width: 100%;
  top: 0;

}
.pt-100{padding-top:100px}
.pb-100{padding-bottom:100px}
.pb-70{padding-bottom:70px}
.bg-color{background:#fbfbfb}
.no-padding-left{padding-left:0px}
.no-padding-right{padding-right:0px}
.bg-gray{
	background:#f0f0f0
}
/*
1.Preloader
============================*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999999;
	right: 0;
    bottom: 0;
}
#preloader-status {
    height: 210px;
	width: 210px;
    background: url(../img/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    position: absolute;
    left: 50%;
    top: 50%;	
}

/*
2.Scrollup
==============*/
#scrollUp {
	background: #fab909 none repeat scroll 0 0;
	border-radius: 100%;
	bottom: 5px;
	color: #fff;
	font-size:16px;
	height: 40px;
	right: 20px;
	text-align: center;
	text-decoration: none;
	width: 40px;
}
#scrollUp:hover {
  opacity: 1;
  color: #fff!important;background:#c9c00;
}
#scrollUp i {
display: block;
font-weight: bold;
padding-top: 11px;
}

/*
3.Header Section
==================*/
.header-top {
	background: #0d1e42;
	border-bottom:1px solid #364870;
}

.header-left ul {
	display: inline-block;
}
.header-left li {
	position: relative;
	display: inline-block;
	color: #fff;
	padding: 14px;
	border-left: 1px solid #364870;
}
.header-left li:last-child{border-right: 1px solid #364870;}
.header-left li i {
	color: #fff;
	margin-right: 10px;
}
.header-right-div {
	text-align: right;
}
.header-right {
	text-align: right;
	position: relative;
	z-index: 1;
	padding: 10px 0;
	display: inline-block;
	z-index:99
}
.header-right a {
	color: #ffffff;
	font-weight: 300;
	padding-left: 15px;
	text-transform: capitalize;
	position: relative;
	text-decoration: none;
}
.header-right a span {
	margin-left: 10px;
}
.soical-profile,
.soical-profile li {
	display: inline-block;
}
.soical-profile li a {
	border-left: 1px solid #364870;
	line-height: 54px;
	width: 40px;
	display: inline-block;
	text-align: center;
}
.soical-profile li:last-child a{
border-right: 1px solid #364870;	
}
.soical-profile li a i{
color:#fff;
}

/*
4.Menu  Section
=================*/
.logo {
	padding: 20px 0;
}
.menu {
  display: inline-block;
  width: 100%;
}
.main-menu {
	display: inline-block;
	text-align: right;
}

.main-menu ul {
margin : 0;
padding : 0;
position : relative;
}
.main-menu ul li {
display: inline-block;
padding: 0;
position: relative;
}
.main-menu ul li a {
	color: #15264b;
	display: block;
	padding: 40px 14px;
	text-decoration: none;
	text-transform: capitalize;
	transition: all 0.4s ease 0s;
	position: relative;
	font-weight: 600;
}
.main-menu ul li ul:hover .main-menu ul li a{
  background: #fafafa;
}
.main-menu ul li a:hover {
transition : all 0.4s 0s ease;
color:#15264b
}

.main-menu ul ul {
	background: #15264b none repeat scroll 0 0;
	left: 12px;
	opacity: 0;
	position: absolute;
	text-align: left;
	top: 106px;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	z-index: 99999;
	transition: all 0.3s ease 0s;
	border-top: 1px solid #fab909;
	width : 220px;
}
.main-menu ul ul li {
float : none;
display:block;
}
.main-menu ul ul li a, .main-menu ul ul td a {
	line-height: 120%;
	padding: 10px 20px;
	color: #fff;
	border-bottom: 1px solid #7e8fa2;
	text-transform: capitalize;
	font-size: 14px;
}
.main-menu ul ul table{width:100%;}
.main-menu ul ul li:last-child a {
	border-bottom: 0;
}
.main-menu ul ul li a:hover, .main-menu ul ul td a:hover {
color:#15264b;background:#fff;
}
.main-menu ul ul ul {
top : 0;
left : 100%;
}
.main-menu ul li:hover ul {
	
 visibility: visible;transition: all 0.4s ease 0s; opacity: 1;
}
.main-menu ul ul ul{display:none;}
.main-menu ul li ul li:hover ul{display:block;}

.main-menu ul li a i {
	margin-left: 6px;
	font-size: 14px;
}
.menu-icon {
	display: inline-block;
	padding: 38px 0px;
	position: absolute;
	right: 0;
	top: 0;
}
.cart-icon, .site-search {
	display: inline-block;
	border: 1px solid #15264b;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 100%;
}
.cart-icon a i{font-size:19px}
.site-search i {
  color: #15264b;
  cursor: pointer;
}
.search-forum > form {
  display: inline-flex;
  background: #15264b;
  padding: 10px;
}
.search-forum input[type=text] {
  padding: 10px;
}
.search-forum input[type="submit"] {
  padding: 10px;
  background: #15264b;
  color: #fff;
}
.site-search:hover .search-forum {visibility:visible;transition: all 0.4s ease 0s;transform:scale(1);opacity:1;}
.search-forum {
display: inline-block;
left: -220px;
opacity: 0;
position: absolute;
top:107px;
transition: all 0.4s ease 0s;
visibility: hidden;z-index:2;transform:scale(0)
}
.hd-sec.sticky_menu {
  background-color: #fff;
  left: 0;
  right: 0;
  top: 0;  
  position: fixed;
  z-index: 9999;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.appoitment-button {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 28px  0;
	display: inline-block;
	width: 100%;
	text-align: right;
}
.appoitment-button a {
	background: #fab909;
	padding: 12px 26px;
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 15px;
	color: #fff;
	border-radius: 4px;
	width: 100%;
	text-align: center;
}
.appoitment-button a:hover{background:#15264b;color:#fff;}
/*header top bottom*/
.header-top-bottom {
	padding: 60px 0;
	background: #fab909;
}
.info-intro {
	display: inline-block;
	width: 100%;
}
.info-text h5 {
	font-size: 16px;
	margin-bottom: 0;
	text-align: left;
	color: #15264b;
	text-transform: capitalize;
}
.info-text a, .info-text span {
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
}
.info-intro i {
	color: #fff;
	font-size: 26px;
}
.info-icon {
	display: inline-block;
	height: 50px;
	margin-right: 10px;
	position: relative;
	width: 50px;
	text-align: center;
	border: 1px solid #15264b;
	line-height: 56px;
	background: #15264b;
	top: -5px;
}
.info-text {
	display: inline-block;
	text-align: left;
}
.info-intro-number span {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	float: right;
	margin-top: 10px;
}
.menu-style1 {
	position: absolute;
	z-index: 99;
	width: 100%;
	top: 140px;
}
.nav-style1 {
	background: #15264b;
	display: inline-block;
	width: 100%;
}
.nav-style1 .main-menu ul li a{color:#fff;}
.nav-style1 .appoitment-button a {
	background: #fff;
	color: #15264b;
}
/*
5.Slider Section
======================*/
.all-slide .owl-item {
  height: 650px;
}
.all-slide .single-slide {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
height: 100%;
}
.slider-wrapper {
	width: 1170px;
	padding: 30px 0;
	margin: 0px auto;
	height: 100%;
}
.slider-text {
	left: 0;
	position: relative;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	text-align: center;
	width: 760px;
	margin: 0px auto;
}
.slider-caption span.subtitle {
	color: #ffffff;
	font-size: 24px;
	text-transform: capitalize;
}
.slider-text ul {
  margin-top: 20px;
}
.slider-text h1 {
	color: #fff;
	font-size: 48px;
	text-transform: capitalize;
	line-height: 60px;
	margin-bottom: 10px;
}
.slider-text h1 > span{color:#15264b;}
.slider-text p {
  color: #fff;
}
.slider-text li {
  display: inline-block;
}
.slider-text li a {
	background: #fab909;
	color: #fff;
	display: inline-block;
	padding: 12px 30px;
	text-transform: capitalize;
	margin-right: 10px;
	position: relative;
	z-index: 5;
	transition: 0.5s;
	font-weight: 600;
	position: related;
	transition: all 0.4s ease 0s;
}
.slider-text li a:before{
content: "\f178";
font-family: fontawesome;
float:right;top:0px;
position: relative;color:#fff;padding-left:10px;transition: all 0.4s ease 0s;
margin-left:0px;
}
.slider-text li:last-child a:before{color:#15264b}
.slider-text li a:hover{background:#15264b;color:#fff;transition: all 0.4s ease 0s;border-color:#15264b;}
.slider-text li:last-child a{background:#fff;color:#15264b}
.slider-text li:last-child a:hover{background:#15264b;color:#fff;transition: all 0.4s ease 0s;border-color:#15264b;}
.slider-text li:last-child a:hover:before{color:#fff;}
.all-slide .owl-controls {
position: absolute;
top: 45%;
width: 100%;
z-index: 99;
transform: translateY(-50%);
}
.all-slide .owl-controls .owl-buttons div {
background: none;
opacity: 1.00;
}

.all-slide .owl-controls .owl-prev {
  left: 20px;
  position: absolute;transition: all 0.4s ease 0s;
}
.all-slide:hover .owl-prev{transition: all 0.4s ease 0s;}

.all-slide .owl-controls .owl-next {
  right: 20px;
  position: absolute;transition: all 0.4s ease 0s;
}
.all-slide:hover .owl-next{transition: all 0.4s ease 0s;}
.all-slide .owl-controls .owl-prev i, .all-slide .owl-controls .owl-next i {
	background: #fff;
	color: #15264b;
	font-size: 32px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	transition: all 0.5s ease-out 0s;
	width: 50px;
	border-radius: 100%;
}
.all-slide .owl-controls .owl-next i:hover {
transition: all 0.5s ease-out 0s;background:#0cb1f6;color:#fff;border-color:#0cb1f6;
}
.all-slide .owl-controls .owl-prev i:hover {
transition: all 0.5s ease-out 0s;background:#0cb1f6;color:#fff;border-color:#0cb1f6;
}
.all-slide .owl-controls .owl-dots {
	text-align: center;
	bottom: -225px;
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 15px 0;
}
.all-slide .owl-controls .owl-dot {
	width: 2px;
	height: 20px;
	background: #fff;
	display: inline-block;
	margin: 0px 3px;
	transition: all 0.4s ease 0s;
}
.all-slide .owl-controls .owl-dot.active {
	background: #fab909;
	height: 30px;
	transition: all 0.4s ease 0s;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);	
}
.header-right span {
	color: #ffffff;
}
.header-right span i {
	margin-right: 10px;
}
.hd-search-field {
	position: absolute;
	right: 24px;
	top: 5px;
}
.hd-search-field form {
	width: 190px;
	position: relative;
}
.hd-search-field input[type="text"] {
	background: transparent;
	padding: 3px 35px 3px 10px;
	width: 100%;
	border: 1px solid #858484;
	border-radius: 6px;
}
.hd-search-field button {
	background: transparent;
	color: #fff;
	position: absolute;
	padding: 4px 10px;
	right: 0;
	top: 0;
}
.hd-search-field button i{color:#858484;}
.blog-sec .pagination.custom-pagination {
  text-align: left;
  width: 100%;
}
.pagination.custom-pagination li {
  display: inline-block;
}
.pagination.custom-pagination li a {
	color: #999999;
	font-size: 16px;
	font-weight: 600;
	height: 36px;
	line-height: 22px;
	margin: 2px 5px;
	width: 36px;
	border: none;
	border-radius: 100%;
	text-align: center;
	border: 1px solid;
}
.pagination.custom-pagination li.active a {
  background: #fab909 none repeat scroll 0 0;color:#fff;
  border:0px;;
}

.pagination.custom-pagination li a:hover{background:#15264b none repeat scroll 0 0;color:#fff;border-color:#15264b}
.blog-sec a.blog-btn {
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 16px;
	display: inline-block;
	width: 150px;
	height: 50px;
	text-align: center;
	padding: 10px;
	background: #15264b;
}
/*
6.About Us Section
=================*/
.about-us-sec {
	background: #15264b;
}
.about-desc {
	color: #fff;
}
.about-desc h1 {
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 30px;
	color: #fff;
}
.about-desc h1 span{
	color: #fab909;
}
.about-desc span.about-subtitle {
	color: #15264b;
	text-transform: capitalize;
}
.about-desc a {
	background: #fab909;
	padding: 12px 26px;
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
	position:relative;
}
.about-desc a:before{
content: "\f178";
font-family: fontawesome;
float:right;top:0px;
position: relative;color:#fff;padding-left:10px;transition: all 0.4s ease 0s;
}
.about-sec{background:#fafafa}
.company-ceo-info h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
}
.company-ceo-info span {
	text-transform: capitalize;
	font-weight: 400;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	font-size: 16px;
}
.company-mission {
	margin-top: 20px;
}
.company-mission h2 a {
	text-transform: capitalize;
	font-size: 28px;
	font-weight: 600;
	color: #15264b;
}
.company-mission a {
	color: #15264b;
	text-transform: capitalize;
	font-weight: bold;
}


.vedio-inner {
	position: relative;
	margin-bottom: 40px;
}
.vedio-overly{position:absolute;top:0;height:100%;width:100%;
background-color: rgba(0, 0, 0, 0.10);}
.vedio-button {
	text-align: center;
	transform: translateY(-50%);
	top: 50%;
	position: relative;
}
.vedio-inner img {
	width: 100%;
}
.vedio-button {
  position: relative;
  width: 60px;
  height: 60px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background-color: transparent;
  background-image: url('../img/icon/play_button.png');
  background-size:cover;
  background-repeat: no-repeat;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  margin:0px auto;
}
.vedio-button a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.vedio-button:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}}
/*
16.Faq Section
==================*/
.faq-title {
	color: #fff;
	font-size: 32px;
	text-transform: capitalize;
}
.faq-sec .panel-content {
	padding-left: 20px;
}
.faq-thumb {
	margin-top: 40px;
}
.faq-sec .panel {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0 1px 1px rgba(0,0,0,.0);
	background: transparent;
	color: #fff;
}
.faq-sec.faq-page-sec .panel-heading {
	padding: 0px;
}
.faq-sec .panel-heading a {
	margin-bottom: 0px;
	padding: 14px 20px;
	border: 1px solid #fff;
	border-radius: 0;
	margin-bottom: 10px;
	background: transparent;
	width: 100%;
	display: inline-block;
	border-radius: 0;
	text-transform: capitalize;
	color: #323232;
	font-weight: 600;
	font-size: 20px;
	background: #ffffff;
}
.faq-sec .panel-title a:before {
    float:right !important;
    font-family: FontAwesome;
    content:"\f067";
   color:#adadad;
   font-weight:bold;
   font-size: 24px;
}
.faq-sec .panel-group .panel-heading.active h4 a::before {
	float: right !important;
	content: "\f068";
	font-weight: bold;
	font-size: 24px;
	color: #fff;
}
.faq-sec.faq-page-sec {
	overflow: visible;
	padding: 0;
	background: none;
}
.faq-sec .panel-group .panel-heading {
	border-bottom: 0;
	padding: 10px 0px;
}
.faq-sec .panel-group .panel-heading.active h4 a {
	border-color:#fab909;
	background:#fab909;
	color:#fff;
}
.faq-sec .panel-heading a:hover {
	border-color:#fab909;
	background:#fab909;
	color:#fff;
}
.faq-sec .panel-title a:hover:before{
	color:#fff;
}
/*
7.Title Section
=================*/
.sec-title {
	text-align: center;
	margin: 0 150px 50px 150px;
}
.sec-title  h1 {
  font-size: 36px;
  text-transform: uppercase;
  color: #15264b;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}
.sec-title h1 span {
  font-weight: normal;
}
.border-shape {
background:#15264b;
display: block;
height: 2px;
left: 0;
margin: 20px auto;
position: relative;
right: 0;
text-align: center;
top: 0;
width: 120px;
}
.sec-title  p {
  margin-bottom: 0;
}

/*
8. About Service sec
============================*/
.service-tab li a {
	background: #15264b;
	padding: 12px 16px;
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
	position: relative;
	margin:6px 0px;
	transition:none;
	width:100%;
}
.service-tab li.active a{
	background:#15264b;text-decoration:none;transition:none;
}
.service-tab li a i {
	margin-right: 10px;
}
/*
9.Service Section
============================*/
.service-item .inner {
	margin-bottom: 30px;
	position: relative;
	margin-bottom: 30px;
	display: inline-block;
	text-align: center;
	padding: 40px 20px;
	box-shadow:0 0 5px 1px #f2f2f2;
	transition: all 0.4s ease 0s;
	z-index:2
}
.service-item .inner::before {
	position: absolute;
	content: "";
	border:1px solid #fab909;
	width: 0%;
	height:0%;
	left: 0;
	top: 0;
	z-index: -1;
	transition: all 0.4s ease 0s;
	opacity:0px;
	background:#fff;
}
.service-item .inner:hover.inner::before{width:100%;height:100%;transition: all 0.4s ease 0s;opacity:1}
.service-content p {
	margin-top: 15px;
}
.service-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;visibility:hidden;background-color: rgba(0, 0, 0, 0.59);transition: all 0.4s ease 0s;
}
.service-item .inner h2 {
	text-transform: capitalize;
	font-size: 20px;
	margin-top:0;
}
.service-icon {
	width: 80px;
	height: 80px;
	margin: 0px auto;
	line-height: 80px;
	transition: all 0.4s ease-in-out 0s;
	margin-bottom: 20px;
	background: #fab909;
}
.service-icon i{color:#fff;font-size:24px;}
.service-details-img {
	margin-bottom: 30px;
}
/*
10.Pricing Package Section
============================*/
.sngl-price {
text-align: center;
}
.price-box span {
  display: inline-block;
  width: 100%;
}
.price-box {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}
.price-box span.amount {
	font-weight: bold;
	font-size: 46px;
	color: #fab909;
}
.price-heading > span {
  width: 100%;
  display: inline-block;
  color:#f4f4f4;
}
.price-box span.time {
font-size: 14px;
color:#fff;
}
.sngl-price  h2 {
  color: #15264b;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 800;
}
.price-heading {
	background: #15264b none repeat scroll 0 0;
	padding:30px 0 20px 0;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 16px;
	position:relative;
	z-index:2;
}
/*.price-heading::before {
	position: absolute;
	width: 190px;
	height: 34px;
	background: #fff;
	content: "";
	border-radius: 100%;
	bottom: -19px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0px auto;
	z-index: -1;
}*/
.price-heading.price-bg h2,
.price-heading.price-bg span{
  color: #fff;
  position: relative;
}
.price-heading h2 {
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}
.sngl-price {
	position: relative;
	box-shadow: 0 0 4px 1px #f4f4f4;
	margin-bottom: 30px;
	background: #fff;
}


.pakage-icon i {
background: #15264b none repeat scroll 0 0;
border-radius: 100%;
color: #fff;
font-size: 40px;
height: 80px;
line-height: 80px;
position: absolute;
top: -34px;
transform: translateX(-50%);
width: 80px;
}
.sngl-price  h1 {
color: #fff;
font-size: 28px;
font-weight: bold;
text-transform: capitalize;
margin-bottom:0px;
}
.sngl-price h1 span {
  font-size: 18px;
  color: #fff;
}
.sngl-price ul {
	position: relative;
	z-index: 3;
}
.sngl-price ul li{
display: inline-block;
padding: 10px 0;
width: 100%;
}
.sngl-price ul li:first-child{border-top:0px}
.snglPrice-lrnMore {
padding: 30px 0;
}
.btn.price_btn {
	background: #fab909;
	font-size: 14px;
	padding: 12px 20px;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	border-radius:0px;
	overflow: hidden;
	color: #fff;
}
/*
11.Project Gallery Section
============================*/
.simplefilter {
	position: relative;
	text-align: center;
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
}
.shorttitle {
  display: none;
}
.simplefilter li {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	text-transform: capitalize;
	background: #15264b;
	margin: 0px 5px;
}
.simplefilter li:hover {
transition: all 0.5s ease-out 0s;background:#15264b;color:#fff;
}
.simplefilter li.active {
    background: #15264b;color:#fff;position:relative
}
.simplefilter li.active:hover{transition: all 0.5s ease-out 0s;background:#15264b;color:#fff;}
.gallery-item {
	position: relative;overflow:hidden
}
.filtr-item {
	padding: 0;
}
.gallery-item:hover .gallery-button h2 a{
	top:0px;
	transition: all 0.4s ease 0s;
}
.gallery-button h2 a {
	color: #fff;
	text-transform: capitalize;
	font-size: 20px;
	top:-100px;
	position: relative;
	transition: all 0.4s ease 0s;
}
.gallery-button a i {
	color: #fff;
	font-size: 24px;
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	border-radius: 100%;
	line-height: 60px;
}
.project-gallery .inner {
	width: 25%;
	display: inline-block;
	float: left;
}
.gallery-sec .simplefilter li.active{color:#fff;background:#fab909;}
.gallery-item:hover .project-project-gallery-overlay {
	visibility: visible;
	opacity: 1;
	transition: all 0.4s ease 0s;	
}
.gallery-item:hover .gallery-button a i{
bottom:0px;
transition: all 0.4s ease 0s;
}
.project-project-gallery-overlay {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(13, 30, 66, 0.95);
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease 0s;
}
.project-gallery-overlay-text {
	text-align: center;
}
.project-gallery-overlay-text {
	transform: translateY(-50%);
	top: 50%;
	position: relative;
}
.project-gallery-overlay-text .gallery-button a i {
	color: #fff;
	font-size: 20px;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius:4px;
	line-height: 50px;
	bottom: -140px;
	position: relative;
	transition: all 0.4s ease 0s;
}
.project-gallery-overlay-text .gallery-button a i:hover{background:#15264b;color:#fff;border-color:#15264b;transition: all 0.4s ease 0s;}
.nav-page {
	text-align: center;
	margin-top: 20px;
}
.nav-page ul li {
	display: inline-block;
}
.nav-page ul li a:hover{color: #ffc300;}
.nav-page li.active a {
	color: #ffc300;
}
/*
12. Project Details Page Section
=================================*/
.details-text img{margin-bottom:20px;}
.details-text h2 a,
.project-details-info h2 {
	color: #15264b;
	font-size: 24px;
	text-transform: capitalize;
}
.details-text h2,
.related-project h2 {
	font-size: 22px;
	text-transform: capitalize;
}
.project-details-info ul li {
	display: inline-block;
	width: 100%;
	text-transform: capitalize;
	padding: 6px 0;
}
.project-details-info ul li span{float:right}
.project-details-info {
	padding: 50px 40px;
}
.service-details-img img {
	width: 100%;
}
.details-text h2,
.related-project h2 {
	font-size: 22px;
	text-transform: capitalize;
}
.project-details-info ul li {
	display: inline-block;
	width: 100%;
	text-transform: capitalize;
	padding: 6px 0;
}
.project-details-info ul li span{float:right}
.project-details-info {
	padding: 50px 40px;
}
/*
13.Service Details Section
============================*/
.service-details h2 a,
.service-details-text h2,
.contact-field.service-details h2,
.brochures h2 {
	color: #15264b;
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
}
.service-details-text {
	margin-top: 40px;
}
.service-details ul li {
	display: inline-block;
	width: 100%;
	margin-top: 5px;
	position:relative;
	
}
.service-details ul li:before{
	content: "\f101";
	font-family: fontawesome;
	left: 0px;
	top: 0px;
	position: relative;
	color: #fff;
	padding-right: 10px;
}
.appoitment-sec {
	margin-top: 25px;
}
.brochures li:first-child::before {
content: "\f1c1";
font-family: fontawesome;
left:0px;top:0px;
position: relative;color:#fff; padding-right: 10px;
}
.brochures li:last-child::before {
content: "\f0f6";
font-family: fontawesome;
left:0px;top:0px;
position: relative;color:#fff; padding-right: 10px;
}
.brochures li {
	display: inline-block;
	width: 100%;
	padding: 10px 20px;
	position: relative;
 background:#fab909;
 margin-bottom:5px;
}
.brochures li a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.brochures li:hover{background:#15264b}
.brochures li:hover a{color:#fff}
.brochures li:hover::before{color:#fff}
.brochures li:hover i{color:#fff}


.brochures li a span {
  float: right;
  color: #fff;
}
.about-service-tab {
	margin-bottom: 40px;
}
/*
14.Count Up Section 
============================*/
.count-up-sec {
background: #15264b none repeat scroll 0 0;
padding: 100px 0;
}
.counting_sl:last-child:before{
	display:none;
	content:none;
}
.counting_sl::before {
	position: absolute;
	content: "";
	border-right: 1px solid #567290;
	height: 100%;
	right: -15px;
}
.counting_sl {
text-align: center;
position:relative;
}
.countup-icon {
  display: inline-block;
  height: 70px;
  margin-bottom: 16px;
  text-align: center;
  width: 70px;
}
.counting_sl h2 {
	color: #FAB909;
	font-size: 48px;
	text-transform: uppercase;
	
}
.counting_sl h4 {
	color: #fff;
	font-size: 22px;
	margin-bottom: 0;
	text-transform: capitalize;font-weight:400;
	
}


/*
15.Blog Section
==================*/

.single-post {
  display: inline-block;
  margin-bottom: 30px;
}
.single-blog.inner .single-post {
  margin-bottom: 10px;
}
.blog-detail-page .single-post-text {
  padding: 0;
  margin-top: 25px;
}

.single-blog.inner .single-post img {
  margin-bottom: 25px;
}
.single-blog.inner {
  margin-bottom: 40px;
}

/*latest blog*/
.single-post-thumb {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.single-post:hover .single-post-thumb img{transform:scale(1.2);transition: all 0.4s ease 0s;}
.project-gallery .inner:hover .gallery-item img{transform:scale(1.2);transition: all 0.4s ease 0s;}
.service-item .inner:hover .service-thumb img{transform:scale(1.2);transition: all 0.4s ease 0s;}
.single-post-thumb img,
.gallery-item img,
.service-thumb img{transform:scale(1);transition: all 0.4s ease 0s;}
.service-item .inner:hover h2 a,
.service2-inner:hover h2 a{color:#15264b}

.single-post:hover a.blog-readmore{
color:#15264b;
}
.single-post-thumb-overlay {
	position: absolute;
	bottom: 0%;
	width: 100%;
	transition: all 0.4s ease 0s;
}
.post-meta {
	padding: 10px 10px;
	background-color:#fab909;
	display: inline-block;
	width: 100%;
	transition: all 0.4s ease 0s;
}
.single-post:hover .post-meta {width:100%;transition: all 0.4s ease 0s;border-radius:0}
.post-info {
	display: inline-block;
	width: 100%;
	padding: 14px 0;
}
.post-meta li span {
	color: #8d8d8d;
	font-weight: normal;
	margin-right: 10px;
}
.post-meta li {
	display: inline-block;
	margin-right: 5px;
	text-transform: capitalize;
	padding-right: 10px;
}
.post-meta li:last-child {
	float: right;
	margin-right: 0;
}
.post-meta a i {
	color: #fff;
	margin-right: ;
	margin-right: 10px;
}
.post-meta li a {
	color: #15264b;
	font-size: 16px;
	margin-top: 10px;
	text-transform: capitalize;
}
.post-tags {
  display: inline-block;
  float: right;
}
.blog-title  h2 {
color: #0f0f0f;
font-size: 24px;
font-weight: 900;
line-height: 30px;
}
.single-post-text a {
	color: #15264b;
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	line-height: 30px;
	text-transform: capitalize;
}
a.blog-readmore {
	color: #fab909;
	text-transform: capitalize;
	font-size: 16px;
}
.pst_info {
  float: left;
  display: inline-block;
}
.post-date h2 {
  background: #15264b;
  text-align: center;
  padding: 10px 5px;
  font-size: 18px;
  color: #fff;
}
.blog-title {
  padding-bottom: 20px;
}
.single-post  img {
width: 100%;
}

.comment-list {
border: 1px solid #fafafa;
font-size: 18px;
padding: 14px;
text-align: center;
}
.comment-list h5 {
  margin-bottom: 0;
}
.post-meta li:last-child {
  float: right;
}
.post-meta li:last-child {
  float: right;
}
.single-post-text li a {
float: left;
font-size: 15px;
font-weight: normal;
margin-left: 1px;
padding-right:2px;
text-transform: capitalize;
}

.post-date h1 {
  background: #f3af1e none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin-top: 13px;
  padding: 15px;
  text-align: center;
  text-transform: none;
}
.commentar-sec img {
	float: left;
	margin-right: 20px;
	width: 100px;
	border-radius: 100%;
	height: 100px;
}
.single-post .single-input-fieldsbtn input[type="submit"] {
	width: 170px;
	height: 50px;
	padding: 10px 0;
	background: #fab909;
	border-color: #fab909;
}
.comment-author {
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
	color: #15264b;
}
.comment-author-designation {
	font-size: 14px;
	color: #858484;
}
.comment-time {
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	width: 100%;
	margin-top: 25px;
}
.commentar-sec .media.mt-3 {
  margin-top: 40px;
}
.single-post .contact-field h2 {
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 40px;
	text-transform: capitalize;
	font-weight: bold;
	color: #15264b;
}
.commentar-sec h2 {
	margin-top: 50px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 50px;
	font-size: 20px;
}
.replay-button {
	display: inline-block;
	width: 100%;
}
.replay-button a {
	color: #15264b;
	font-weight: 600;
	text-transform: capitalize;
}
.replay-button a:hover{color:#15264b;}
.commentar-sec .media-body p a {
	color: #7e7e7f;
	font-weight: 600;
	font-size: 15px;
}
.commentar-sec.author ul li {
  display: inline-block;
  margin-right: 20px;
}
.commentar-sec.author {
  position: relative;
}
.commentar-sec.author ul li a i{color:#cbc8c8}
.commentar-sec.author ul li a i:hover{transition: all 0.4s ease 0s;color:#29ace4}
.commentar-sec.author .media-body {
  padding-left: 100px;
}
.commentar-sec.author .media {
background: #fafafa none repeat scroll 0 0;
border-radius: 30px;
padding: 30px 0;
margin-left: 20px;
}
.author-thumb {
border-radius: 100%;
float: left;
height: 100px;
left: 0;
overflow: hidden;
position: absolute;
top: 70px;
width: 100px;
}
.author-thumb img {
  height: 100%;
  width: 100%;
}
.pagination.custom-pagination {
  text-align: center;
  width: 100%;
}
.code-text {
	font-style: italic;
	padding: 16px 40px;
	position: relative;
	background: #15264b;
	color: #fff;
	margin-bottom: 20px;
}
.code-text p{
	margin-bottom:0px;
}
.post-share-link {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #fafafa;
	margin-top: 30px;
}
.post-share-link span {
	color: #15264b;
	font-weight: 600;
	text-transform: capitalize;
	padding: 10px 0px;
	display: inline-block;
}
.post-share-link ul{display:inline-block;float:right;padding: 10px 0px;}
.post-share-link li{display:inline-block;margin-right:20px}
.post-share-link li a{color:#cbc8c8;}
.post-share-link li a:hover{color:#15264b;transition:all 0.4s ease 0s}
/*
16.Sidebar Section
=====================*/
.sidebar h1 {
	display: inline-block;
	font-size: 24px;
	margin-bottom: 20px;
	text-transform: capitalize;
	width: 100%;
	color: #15264b;
	position: relative;
	padding-bottom: 10px;
	font-weight: bold;
}
.search-field {
	margin-bottom: 40px;
}
.search-field form {
display: inline-block;
width: 100%;
position: relative;
}

.search-field input[type=text] {
background: #fff none repeat scroll 0 0;
border: 1px solid #fafafa;
padding: 10px 35px 10px 10px;
width: 100%;
}

.search-field button {
	color: #fff;
	padding: 10px;
	position: absolute;
	right: 0;
	background: #fab909;
	top: 0;
}

.blog-sec .inner:nth-child(2n+1) {
  clear: both;
}
.abt_dec > p {
  margin-top: 20px;
}
.sidebar ul li a {
	font-size: 16px;
	font-weight: normal;
	text-transform: capitalize;
	transition: all 0.4s ease-in-out 0s;
	color: #808080;
}

.sidebar ul li a:hover{transition: all 0.4s ease-in-out 0s;color:#15264b}
.widget-two {
	margin: 40px 0;
}
.widget-archive li {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 5px 0;
	color: #777777;
	background: #;
	margin-bottom: 5px;
}
.widget-archive li a:hover{color:#fab909!important;transition: all 0.4s ease-in-out 0s;}
.widget-archive li:last-child {
  border-bottom: none;
}
.widget-cat li:last-child {
  border-bottom: none;
}
.widget-archive li a{color:#777777;
display:inline-block;
width:100%;
}
.widget-cat li{position:relative}

.widget-cat li {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
}
.widget-cat li a span{float:right;}
.widget-tag li a:hover{transition: all 0.4s ease-in-out 0s;color:#15264b!important}
.relative-post h3 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #999999;
}
.single_r_dec li {
	display: inline-block;
	margin-right: 10px;
}
.single_r_dec li a{font-weight:600;text-transform:capitalize}
.single_r_dec li a i{color:#15264b;margin-right:5px}
.relative-post {
display: inline-block;
padding: 12px 0;
width: 100%;
}
.relative-post-thumb {
  float: left;
  margin-right:25px;
}
.single_r_dec h3 a {
	color: #15264b;
	font-weight: 600;
}
.single_r_dec li:last-child{float:right}
.single_r_dec  a:hover{ transition: all 0.4s ease-in-out 0s;color:#15264b}
.all_r_pst .media {
  margin-top: 0;
}
.widget-tag a {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 8px 14px;
	color: #15264b;
	font-weight: 600;
	border: 1px solid #fafafa;
}
.widget-tag li a:hover{background:#15264b;border-color:#15264b;color:#fff!important;}
.author_dec h3 {
margin : 0;
color : #15264b;
font-size : 14px;
margin-bottom : 11px;
}
.author_info {
border-bottom : 1px solid #e3e3e3;
display : inline-block;
padding : 22px 0;
margin-bottom : 30px;
}
.author_info > img {
  float: left;
  margin-right: 35px;
  height: 80px;
}
.social_link {
margin : 0;
padding : 0;
float : right;
display : inline-flex;
}
.social_link li {
list-style : none;
}
.social_link li a i {
color : #363636;
float : left;
padding : 6px;
}
.project-feedbac-inner {
	background: #fafafa;
	padding:70px 20px;
	margin-top: 40px;
	position: relative;
}
.project-feedbac-inner::before {
	color: #15264b;
	content: "";
	font-family: fontawesome;
	font-size: 30px;
	left: 20px;
	position: absolute;
	top: 35px;
	z-index: 2;
}

/*
17.Testimonial Section
=========================*/
.testimonial-sec{
	background-color: #15264b;
	background-image: url("../images/teastimonial_bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.testimonial-sec::before {
	position: absolute;
	content: "";
	background-color: rgba(13, 30, 66, 0.95);
	top: 0;
	width: 100%;
	height: 100%;
}
.all-testimonial.owl-carousel .owl-item img {
	border-radius: 100%;
}
.all-testimonial .owl-controls {
bottom: -30px;
position: absolute;
text-align: center;
width: 100%;
}
.all-testimonial .owl-controls .owl-buttons div {
  background: none;
opacity:1
}

.client-thumb {
  border-radius: 100%;
  height: 100px;
  margin-right: 50px;
  width: 100px;
}
.sngl-client {
border: 1px solid #fafafa;
margin-bottom: 30px;
text-align: center;
margin: 5px;
}
.all-testimonial {
	text-align: center;
	padding-bottom: 20px;
}
.single-testimonial {
	display: inline-flex;
	padding: 10px 0px;
	width: 620px;
	margin: 0px auto;
	position: relative;
	text-align: center;
	color:#fff;
}
.client-comment p {
  font-style: italic;
  margin-bottom:0px;
}
.all-testimonial.owl-carousel .owl-item .client-signature img{
	margin-bottom: 20px;
	width:auto;
	height:auto
}
.client-comment h2 {
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: capitalize;
	font-weight: 700;
	color: #fab909;
}
.client-comment h3 {
	color: #f4f4f4;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 16px;
	font-family: open sans;
	margin-bottom: 15px;
	display: inline-block;
}
.client-thumb {
	margin: 0px auto;
	text-align: center;
	margin-bottom: 30px;
}
.client-comment {
	margin: 0px auto;
}
.client-comment > ul {
  padding-bottom: 15px;
}
.client-comment li {
  display: inline-block;
}
.client-comment li a{
border: 2px solid #15264b;
border-radius: 100%;
color: #15264b;
display: inline-block;
height: 30px;
line-height: 26px;
width: 30px;
margin: 0px 5px;
}
.client-comment li a:hover{background:#15264b;transition: all 0.4s ease-in-out 0s;color:#fff}
.client-sec .owl-controls {
  display: none;
}

.all-testimonial.owl-carousel.owl-theme .owl-dot {
	display: inline-block;
	height: 2px;
	margin: 0 5px;
	width: 30px;
	position: relative;
	background: #fff;
}
.all-testimonial.owl-carousel.owl-theme .owl-dot.active {
	background: #fab909 none repeat scroll 0 0;
}

/*
18.Page Heading Section
==========================*/
.pagehding-sec {
	background-image: url("../img/page_hd.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 50px;
	padding-top: 60px;
	position: relative;
	background-size: cover;
}
.page-heading h1 {
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color:#fff;
}
.breadcrumb-list {
	text-align: center;
}
.breadcrumb-list li {display: inline-block;
position: relative;
padding: 0px 14px;}
.breadcrumb-list li a {
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
}
.breadcrumb-list li:last-child a {
  color: #fab909;
}
.breadcrumb-list li::before {
  content: "-";
position: absolute;
right: -8px;font-size:16px;
font-weight: 600;
color:#fff;
}
.breadcrumb-list li:last-child::before{display:none}
.breadcrumb-list li:last-child::before {
  display: none;
}
/*
19.Team section
=================*/
.team-member {
background: #fff none repeat scroll 0 0;
margin-bottom: 30px;position:relative;overflow:hidden;transition: all 0.4s ease-in-out 0s;box-shadow: 0 0 5px #ddd;
z-index:2
}
.team-member:hover .team-overlay{visibility:visible;transition: all 0.4s ease-in-out 0s;top:0px}
.team-member:hover .team-thumb{transition: all 0.4s ease-in-out 0s;} 
.team-thumb {
	position: relative;
	overflow: hidden;
	transition: all 0.4s ease-in-out 0s;
}
.team-overlay{
  position: absolute;
  width: 100%;
  left: 0;height:100%;top:100%;	
	visibility:hidden;transition: all 0.4s ease-in-out 0s;
	background-color: rgba(13, 30, 66, 0.95);
}
.team-overlay ul{
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.team-member img {
  width: 100%;
}
.team-member  h2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  text-transform: uppercase;transition: all 0.4s ease-in-out 0s;
}
.team-member  h3 {
  font-size: 14px;
  text-transform: capitalize;transition: all 0.4s ease-in-out 0s;
}
.team-overlay li a {
	width: 30px;
	height: 30px;
	display: inline-block;
	background: #fab909;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.team-overlay li{
	  transition: 0.6s;
      -webkit-transition: 0.3s;
      -khtml-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
	display: inline-block;	
	text-align: left;	
	padding:5px 0;	
}
.team-member:hover .team-overlay li{transform: translateY(0px);}
.team-overlay li:nth-child(1) {
transform: translateY(20px);
transition-delay: .1s; }
.team-overlay li:nth-child(2) {
transform: translateY(40px);
transition-delay: .2s; }
.team-overlay li:nth-child(3) {
transform: translateY(60px);
transition-delay: .3s; }  
.team-overlay li:nth-child(4) {
transform: translateY(80px);
transition-delay: .4s; }
.team-overlay li:nth-child(5) {
transform: translateY(100px);
transition-delay: .5s; }

.team-member li i{color:#fff}
.testimonial-text.expert-team {
	position: relative;
	padding-bottom: 70px;
}
.testimonial-text.expert-team::before {
	position: absolute;
	content: "";
	background-image: url(../img/team_sec_bg.png);
	width: 100%;
	height: 100%;
	top: 0;
	left: -165px;
	background-repeat: no-repeat;
	z-index: -1;
}

/*
20.Faq Page
================*/
.faq-id {
	display: inline-block;
	float: left;
	width: 60px;
	margin-top: 7px;
}
.faq-id span {
	color: #15264b;
	font-size: 36px;
	font-family: 'Poppins', sans-serif;
	font-weight:700
}
.faq-title h2 {
	color: #15264b;
	font-size: 20px;
	line-height: 30px;
	padding-left: 60px;
}
.single-faq {
	margin-bottom: 30px;
}
/*
21.Contact Page
============================*/
.contact-info-icon {
	float: left;
	text-align: center;
}
.contact-page-sec .contact-field h2 {
	color: #15264b;
	text-transform: capitalize;
	font-size: 22px;
	font-weight: 700;
}
.contact-field .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}  
.contact-field.contact-form input {
  margin-bottom: 5px;
}  
.contact-field.contact-form textarea {
  height: 110px;
}
.contact-field.contact-form input[type="submit"] {
  background: #15264b;
  width: 150px;
  border-color: #15264b;
}
.contact-info-icon i {
	font-size: 30px;
	color: #fab909;
}
.contact-info-text {
	padding-left: 50px;
	margin-bottom: 40px;
}
.contact-info-text h2 {
	color: #15264b;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 700;
}
.contact-info-text span {
	color: #999999;
	font-size: 16px;
	font-weight: ;
	display: inline-block;
	width: 100%;
}

.contact-field input{
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;color:#999999;
}
.contact-field select {
	width: 100%;
	border: 1px solid #f0f0f0;
	padding: 12px 20px;
	margin-bottom: 20px;
	text-transform: capitalize;
	color: #999999;
}
.contact-field .select-arrow::before {
	top: 15px;
	color: #999999;
}
.contact-field .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
	border: 1px solid #f0f0f0;
	width: 100%;
	height: 120px;
	padding: 10px;
}
.single-input-fieldsbtn input[type="submit"] {
	background: #fab909 none repeat scroll 0 0;
	border: 1px solid #fab909;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 14px 0;
	text-transform: capitalize;
	width: 150px;
	margin-top: 20px;
	font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover{background:#15264b;transition: all 0.4s ease-in-out 0s;border-color:#15264b}
.contact-field {
  display: inline-block;width:100%
}
.single-input-field  h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}

.contact-page-map{width:100%;height:350px;margin-bottom:70px}


/*
22.Call To Action Section
============================*/
.footer-call-to-action {
	position: absolute;
	top: -80px;
	width: 100%;
	z-index: 999;
}
.call-to-action-sec {
	background-color: #fab909;
	background-image: url("../images/call_to_action_bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 40px 0px;
}
.call-to-action-overlay {
  background-color: rgba(250, 185, 9, 0.95);
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.call-to-action-text {
  text-align: left;
}
.call-to-action-text {
  color: #fff;
}
.call-to-action-text p {
  margin-bottom: 0;
}
.call-to-action-text  h2 {
  color: #fff;
  text-transform: capitalize!important;
  font-size:30px;
  font-weight:bold
}
.call-to-action-text a.btn {
	background: #fff none repeat scroll 0 0;
	border-radius: 0;
	color: #15264b;
	float: right;
	font-weight: bold;
	padding: 14px 36px;
	text-transform: uppercase;
	margin-top: 10px;
}
.call-to-action-text a.btn:hover{background: #fab909;transition: all 0.4s ease-in-out 0s;color:#15264b;}

/*
23.404 Page Section 
======================*/
.error-page-content {
  text-align: center;
  padding: 0px 50px;
}
.error-page-content  h1 {
  color: #15264b;
  font-weight: bold;
  font-size: 60px;
  text-align:center;
}
.error-page-content  h2{text-transform:capitalize;}
.error-page-content > a {
	color: #fff;
	font-weight: 600;
	background: #15264b;
	padding: 12px 34px;
	display: inline-block;
	margin-top: 20px;
	border-radius: 30px;
}
.error-page-content ul li {
	display: inline-block;
	width: 100%;
	padding: 4px 0;
	position:relative;
}
.error-page-content ul li::before {
	content: "\f101";
	font-family: fontawesome;
	left: 0px;
	top: 0px;
	position: relative;
	color: #15264b;
	padding-right: 10px;
}

/*
24.Footer Section 
======================*/
footer.footer{
background: #15264b none repeat scroll 0 0;	
}
.footer-sec {
	padding-top: 100px;
	position: relative;
	padding-bottom: 50px;
}
.footer-sec h2 {
	color: #fff;
	margin-bottom: 20px;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
}
.footer-sec p {
  color: #fff;
}
.footer-wedget-one img {
	margin-bottom: 20px;
	margin-top: -30px;
}

.footer-wedget-one i:hover{background:#15264b;color:#fff;border-color:#15264b; transition: all 0.4s ease-in-out 0s;}
.footer-wedget-one ul {
  margin-top: 15px;
}
.footer-wedget-one form {
  background: #525459 none repeat scroll 0 0;
  margin-top: 35px;position:relative
}
.footer-wedget-one input[type="email"] {
background: #fff none repeat scroll 0 0;
border: 1px solid #fff;
color: #292929;
padding: 10px 58px 10px 10px;
text-transform: capitalize;
width: 100%;
}
.footer-wedget-one button {
background: #fab909 none repeat scroll 0 0;
color: #fff;
padding: 11px 20px;
position: absolute;
right: 0;top:0
}
.footer-wedget-one button i {
  border: none;
  margin-right: 0;
  color: #fff;
}
.footer-recent-inner .media {
	padding-bottom: 10px;
}
.footer-recent-inner .media:last-child{border-bottom:0;}
.footer-recent-inner {
	margin-bottom: 30px;
}
.footer-recent-inner-img {
	width: 58px;
	height: 60px;
}
.footer-recent-inner h2 {
	margin-bottom: 4px;
	padding-bottom: 0;
	text-transform: capitalize;
}
.footer-recent-inner h2 a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.footer-recent-inner h2 a:hover{color:#ff9000;transition: all 0.5s ease-out 0s;}
.footer-recent-inner span {
	color: #f4f4f4;
	font-size: 14px;
	text-transform: capitalize;
}
.footer-wedget-three li i {
  display: inline-block;
  margin-right: 10px;
}
.ft-menu ul {
  padding: 0px 20px;
}
.ft-menu h2 {
  display: inline-block;
  text-align: left;
}
.footer-wedget-three li {
  color: #ccc;
  font-size: 14px;
padding:10px
}
.footer-wedget-two li {
  display: inline-block;
}
.footer-wedget-two li a {
	border: 1px solid #f4f4f4;
	color: #fff;
	display: inline-block;
	margin: 8px 8px 8px 0;
	padding: 8px 10px;
	text-transform: capitalize;
	transition: all 0.4s ease-in-out 0s;
	background: transparent;
	color: #f4f4f4;
}
.footer-wedget-two li a:hover{transition: all 0.4s ease-in-out 0s;background:#15264b;color:#fff;border-color:#15264b}
.footer-wedget-two li a i {
  margin-right: 10px;
}
.footer-widget-menu li:before{content: "\f101";
font-family: fontawesome;
left:0px;top:0px;
position: relative;color:#fff;padding-right:10px}
.footer-widget-menu li{position:relative}
.footer-widget-menu li a {
  color: #f4f4f4;
  text-transform: capitalize;
  padding-bottom: 10px;
  display: inline-block;
}
.footer-widget-menu li a:hover{color:#fab909;transition: all 0.4s ease 0s;}
.footer-bottom-sec {
	padding: 15px 0;
	background: #011c3b;
}
.footer-social{text-align:right}
.footer-social ul li{display:inline-block;}
.footer-social ul li i {
color: #fff;
float: left;
font-size: 18px;
height: 40px;
line-height: 40px;
margin-right: 10px;
text-align: center;
width: 40px; transition: all 0.4s ease-in-out 0s;border-radius:100%;background:#15264b;
}
.footer-social ul li i:hover{background:#15264b;}
.copy-right {
	margin-top: 8px;
}
.footer-bottom-sec p {
color: #f4f4f4;
margin: 0;
text-align: left;
}
.copy-right span,
.copy-right span a{
  color: #fab909;
}

/*
24.Why Choose Us Section 
======================*/

.why-choose-thumb {
	position: relative;
	overflow: hidden;
}
.why-choose-text {
	padding: 30px 20px;
	border-top: 0;
}
.why-choose-inner {
	text-align: left;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	box-shadow: 0 0 5px 1px #f2f2f2;
	transition: all 0.4s ease 0s;
}
.why-choose-text h2 a {
	font-size: 22px;
	text-transform: capitalize;
}
.why-choose-inner:hover .why-choose-text h2 a{
	color:#15264b
}
.why-choose-icon {
	position: absolute;
	width: 80px;
	height: 80px;
	background: #fab909;
	line-height: 55px;
	text-align: left;
	margin: 0px auto;
	left: 20px;
	bottom: -100px;
	padding: 12px;
	visibility: hidden;
	transition: all 0.4s ease 0s;
	opacity:0;
}
.why-choose-inner:hover .why-choose-icon {
	visibility:visible;
	transition: all 0.4s ease 0s;
	opacity:1;
	bottom:0px;
}
.why-choose-thumb::before {
	content: "";
	background: #0d1e42;
	width: 0%;
	height:100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.9;
	transition: all 0.4s ease 0s;
}
.why-choose-inner:hover .why-choose-thumb::before{
	width:100%;
	transition: all 0.4s ease 0s;
}
.readmore {
	color: #15264b;
	font-weight: 600;
	position: relative;
}
.readmore::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	top: 15px;
	background: #fab909;
	z-index: -1;
}
.why-choose-inner.why-choose-inner2:hover{box-shadow: 0 0 29px 1px #f4f4f4;transition: all 0.4s ease 0s;}
.why-choose-inner.why-choose-inner2 {
	padding-top: 70px;
}


.duedate td{border-bottom:1px dashed #ccc; padding:5px}
.duedate td table td{border:0; padding-right:20px; font-weight:bold;}
.duedate .dtblgo{border-bottom:1px dashed #ccc; padding:5px}
.duedate .datrtl{font-weight:bold;}
.duedate .dtblgo:last-child{border:0;}

#DataListGovind a{font-weight:bold; padding-right:25px; font-size:12px;}
.news_blog{border-bottom:1px dashed #ccc; color:#000; display:block; padding:5px 0 5px;}
.arrownews{padding:5px 0 5px;display:block;}
	
.news2d a{border-bottom:1px dashed #ccc; color:#000; display:block; padding:5px 0px 5px 0px; font-weight:normal;}
.hedingnews, a.hedingnews{display:block; font-weight:bold; border:0; padding:0;}
.boxstylenew_call .alternate{padding:5px;}
.boxstylenew{float:left; width:100%; padding-top:13px;}	
.boxstylenew_call{width:32.5%; margin-right:5px; float:left; border:1px solid #2b4081; height:332px;}
.boxstylenew_call:last-child{margin-right:0;}

.inner-item {
	margin-bottom: 20px;
}
.inner-item:last-child{
	margin-bottom:0px;
}
.inner-item .icon {
	width: 28px;
	height: 28px;
	display: inline-block;
	background: #fab909;
	text-align: center;
	line-height: 28px;
	margin-right: 5px;
	border: 1px solid #fab909;
}
.inner-item .icon i{
	color:#333;
}
.mt-3{margin-top:20px;}
.inner-text{color:#fff;}
.sngl-price .form-group{position:relative; margin-bottom:10px; margin-left:15px; margin-right:15px;}
.errer{position:absolute; top:15px; right:15px;}
.sngl-price .form-control{height:40px; box-shadow:0 0 0; border:1px solid #ddd; border-radius:0;}
.sngl-price textarea.form-control{height:75px;}

.page-banner {position: relative; color: #ffffff; text-align: center; padding: 150px 0px 110px; background-color: #25283a;z-index: 2;}
.image-layer{position: absolute; left: 0px; top: 0; width: 100%; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover;}
.image-layer:before {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #001c2a; opacity: 0.80;}
.page-banner .container {position: relative; z-index: 1;}

.mid-inner{padding-bottom:20px; padding-top:20px; display:block; clear:both; background-color:#fff; position:relative; z-index:11;}
.mid-inner{min-height:485px;}
.inner-breadcrum-sec {position: absolute; left:0; right:0; top:-125px; z-index:1; text-align:center;}
.inner-breadcrum-sec h2 {color: #fff;font-size:35px;margin-bottom:0px;font-weight: 700; margin-top:0;}
.inner-breadcrum-sec h2:before{background:none;}
.inner-page-sec{display: block; clear: both; position: relative; padding-top:28px;}
.inner-page-sec p{font-size:15px; margin: 0 0 15px; color: #333; line-height: 24px;}
.about-us h4{ color: #004b8e; font-size:20px; font-weight: 600; margin:0px 0px 5px; position:relative;}
.about-us ul{list-style:none; padding-left:15px; margin:0;}
.about-us ul li{position:relative; padding-left:25px; color:#333; font-size:15px; line-height:26px;}
.about-us ul li:before{position:absolute; content:"\f0a4"; left:0; top:0; font-size:15px; display:inline-block; font-family:FontAwesome;}


.about-company{}
.section-tag{display:inline-block; background:#fab909; color:#333; padding:8px 20px; border-radius:30px; font-size:13px; text-transform:uppercase; letter-spacing:1px; margin-bottom:18px;}
.about-content h2{font-size:35px; font-weight:700; margin-bottom:20px; color:#1d3557; line-height:1.3;}
.about-content h2 span{color:#000000;}
.about-content p{color:#555; line-height:1.9; font-size:16px;}
.about-image img{border-radius:20px; box-shadow:0 20px 50px rgba(0,0,0,.12);}
.about-company .service-box, .about-company .info-card, .about-company .mission-card, .about-company .vision-card{background:#fff; padding:20px; border-radius:20px; box-shadow:0 10px 35px rgba(0,0,0,.08);  transition:.35s; height:100%;}
.about-company .service-box:hover, .about-company .info-card:hover, .about-company .mission-card:hover, .about-company .vision-card:hover{transform:translateY(-8px);}
.about-company .service-box h3, .about-company .info-card h3, .about-company .mission-card h3, .about-company .vision-card h3{font-size:28px; margin-bottom:20px; font-weight:700; color:#1d3557;}
.about-company .service-box p, .about-company .info-card p, .about-company .mission-card p, .about-company .vision-card p{color:#555; line-height:1.9;}
.about-company .service-box ul{padding:0; margin:15px 0 25px; list-style:none;}
.about-company .service-box ul li{position:relative; padding-left:28px; margin-bottom:14px; color:#444;}
.about-company .service-box ul li:before{content:"✔"; position:absolute; left:0; color:#0d6efd; font-weight:bold;}
.icon-circle{ width:70px; height:70px; border-radius:50%; background:#fab909; color:#333; display:flex; align-items:center; justify-content:center; font-size:28px; margin-bottom:20px;}


@media(max-width:991px){

.about-content h2{font-size:32px;}
.about-image{margin-top:35px;}
.service-box,
.info-card,
.mission-card,
.vision-card{padding:30px; margin-bottom:25px;}

}
.align-items-center{display:flex; align-items: center;}
.mt-5{margin-top:40px;}
.mt-4{margin-top:30px;}

.service-section{padding:20px 0;}
.section-title{color:#0d3b66;font-size:2.3rem;font-weight:700;margin-bottom:20px;}
.lead-text{font-size:1.05rem;line-height:1.9;text-align:justify;margin-bottom:20px;}
.service-section .info-card{background:#fff;padding:30px;border-radius:10px;box-shadow:0 5px 20px rgba(0,0,0,.08);margin:35px 0;}
.service-section .info-card h3{color:#0d3b66;font-size:1.5rem;font-weight:700;margin-bottom:20px;}
.service-section .info-card ul{padding-left:20px;margin-bottom:0;}
.service-section .info-card li{margin-bottom:12px;font-weight:500;}
.service-card{background:#fff;border-radius:10px;box-shadow:0 5px 18px rgba(0,0,0,.08);padding:25px;height:100%;transition:.3s;}
.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.12);}
.service-card h5{color:#0d3b66;font-weight:700;margin-bottom:15px;}
.service-card p{margin-bottom:0;text-align:justify;line-height:1.8;min-height: 164px;}

.service-list{background:#fff;border-radius:10px;padding:35px;box-shadow:0 5px 20px rgba(0,0,0,.08);}
.service-list h3{color:#0d3b66;font-size:1.6rem;font-weight:700;margin-bottom:25px;}
.service-list .list-group-item{border:none;border-bottom:1px solid #ececec;padding:10px 0;font-weight:500; margin-bottom:0;}
.service-list .list-group-item:last-child{border-bottom:none;}
.service-list li::before{content:"\f05b"; color:#c89b3c; font-weight:bold; margin-right:12px;font-family:FontAwesome;}

.ab-list{list-style:none; padding:0; margin:0;}
.ab-list li{padding:5px 0; border-bottom:1px solid #eee; color:#555;}
.ab-list li:last-child{border-bottom:none;}
.ab-list li::before{content:"\f05b"; color:#c89b3c; font-weight:bold; margin-right:12px;font-family:FontAwesome;}



.card{margin-bottom:5px;}
.card-header a{font-size:20px; color:#0056b3; font-weight:500;}

.know-serv ul{list-style:none; padding-left:0;}
.know-serv ul li{position:relative; padding-left:20px; font-size:15px; line-height:24px; margin-bottom:5px; color: #333;}
.know-serv ul li:before{position:absolute; content:"\f05b"; left:0; top:0; font-size:14px; display:inline-block; font-family:FontAwesome;}
.know-serv ul li a{color:#0580c6;}
.know-serv ul li a:hover{text-decoration:underline;}
.know-serv h4{font-size: 20px; text-transform: none; color: #234762;font-weight: 700;margin:20px 0 5px;}
.link-box{}

.timeline{list-style-type:none;position:relative}
.timeline:before{content:'';position:absolute;left:16px;height:100%;z-index:2;top:0;bottom:0;border-left:3px dashed #E3E6F0}
.timeline .timeline-item{margin:3rem 2rem 2rem 4rem; padding:0; position: initial;}
.timeline .timeline-item:before{content:"";}
.timeline .timeline-item .timeline-item-date{font-size:.9rem;margin-bottom:30px}
.timeline .timeline-item .timeline-item-image{border-radius:5px;overflow:hidden;margin-bottom:30px}
.timeline .timeline-item .timeline-icon{background-color:#09b4a6;position:absolute;border-radius:50%;left:0;width:34px;height:34px;z-index:3;color:#fff;text-align:center;padding:5px;font-size:18px}
.timeline .timeline-item .timeline-icon i{margin-top:1px}
.timeline .timeline-item h3{color: #1f1f1f;margin: 0 0 2px; font-size:20px; line-height: 1.5em; font-weight:700;}
.timeline .timeline-item p{line-height:25px; color: #333;}

.offering-box{background: rgba(250,250,250,1); margin-top:30px; box-shadow:0 0 5px #ccc; padding:20px 15px; text-align:center;}
.offering-box h3{color: #1f1f1f;margin: 0 0 2px; font-size:30px; line-height: 1.5em; font-weight:700;}
.offering-box p{line-height:25px; color: #333; margin-bottom:0; font-size:12px;}


.table-grid{}
.table-grid .RadGrid_WebBlue{border:1px solid #ddd;}
.table-grid .RadGrid .rgMasterTable{border-collapse:collapse !important;}
.table-grid .RadGrid .rgMasterTable th{background:#234762; padding:10px; font-size:14px; color:#fff; border:1px solid #ddd; font-family: 'Raleway', sans-serif;}
.table-grid .RadGrid .rgMasterTable th a{color:#fff;}
.table-grid .RadGrid .rgMasterTable td{padding:10px; font-size:14px; border:1px solid #ddd; font-family: 'Raleway', sans-serif;}
.table-grid .RadGrid .rgMasterTable td.rcbInputCell, rcbArrowCell.rcbArrowCell {padding:0; border:0;}


.table-bordered{margin-bottom:30px; width:100%;}
.table-bordered th{padding: 8px;border: 1px solid #999;text-align: left; background:#ddd; font-size:16px;}
.table-bordered th strong{font-weight:bold;}
.table-bordered td{padding: 8px;border: 1px solid #ddd;text-align: left;}
.mid-text-box-inner .ol-c{list-style-image: url(../images/green_right_arrow.svg);}
.mid-text-box-inner ol{list-style-image: url(../images/feature-checkmark.svg);}

.all-bm, .all-b{margin-left:-15px; margin-right:-15px; margin-top:30px; padding:0;}
.all-bm:before, .all-bm:after, .all-b:before, .all-b:after{display:table; content:"";}
.all-bm:after, .all-b:after{clear:both;}
.all-bm li, .all-b li{float:left; width:50%; padding-left:15px; padding-right:15px; list-style:none; position:relative;}
.all-bm li a, .all-b li a{border-bottom:1px solid #ddd; display:block; padding-top:5px; padding-bottom:5px; padding-left:25px; position:relative;}
.all-bm li a:before, .all-b li a:before{position:absolute; content:"\f0a4"; left:0; top:3px; font-size:14px; display:inline-block; font-family:FontAwesome;}

.btn-go{background:#0020c5; color:#fff; padding-left:20px; padding-right:20px;}
.btn-all{background:#ff000c; color:#fff; padding-left:20px; padding-right:20px;}
.btn-clear{background:#333; color:#fff; padding-left:20px; padding-right:20px;}
.btn-go:hover, .btn-all:hover, .btn-clear:hover{background:#02c8b8; color:#fff;}
.sl-yr{font-weight:bold; padding-top:5px;}

.tax-tab table th{background:#0580c6; padding:10px; font-size:14px; border:1px solid #ddd; color:#fff; font-weight:bold;font-family: 'Raleway', sans-serif;}
.tax-tab table td{padding:10px; font-size:14px; border:1px solid #ddd; font-family: 'Raleway', sans-serif;}
.tax-tab h4{font-size: 20px; text-transform: none; color: #034153;font-weight: 700;margin:20px 0 5px;}

.download table th{background:#0580c6; padding:10px; font-size:14px; border:1px solid #ddd; color:#fff; font-weight:bold;font-family: 'Raleway', sans-serif;}
.download table td{padding:10px; font-size:14px; border:1px solid #ddd; font-family: 'Raleway', sans-serif;}
.RadWindow_Web20 .rwControlButtons{width:160px !important}

.table-grid .rgMasterTable .NextPrevAndNumeric td{padding:0;}


.txtsp{position:absolute; top:15px; right:15px;}

.btn-send{color:#fff; background:#0271b7; font-size:18px; margin-top:5px; padding-left:40px; padding-right:40px; border:1px solid #0271b7; height:44px; cursor:pointer; border-radius:0;}
.btn-send:hover{ background:#5cb302; border-color:#5cb302; color:#fff;}
.control-form{margin-bottom:10px;}



/*News Feed */
.AboutRightbox ul li span:first-child:before{content:""; margin-right:0;}
.AboutRightbox{padding:0 0px 20px 0px;}
.AboutRightbox h2{font-weight:bold;font-size:20px;}
.AboutRightbox span{font-weight:bold; padding:5px; font-size:20px !important; display:block; margin-top:10px; border:1px solid #ccc; background:#f7f7f7;}
.AboutRightbox ul{list-style:outside; font-size:14px; padding-left:40px; border:1px solid #ccc; border-top:0; margin-bottom:0; padding-bottom:10px; margin-top:0;}
.AboutRightbox ul li{padding-right:10px; list-style: outside; border:0; padding:0;}
.AboutRightbox ul li span a{text-decoration:none; color:#000;}
.AboutRightbox ul li span a:hover{text-decoration:underline;}
.AboutRightbox ul li span a{font-weight:normal; font-size:14px; padding-left:0px !important;}
.AboutRightbox ul li span{padding:0 0 0 0px !important; margin:0; display:inline; padding:0; border:0; background:none;}

.dtblgo{margin-bottom:15px; padding:20px 20px;background-color: #fff; border:1px solid #ddd; position:relative;}
.datrtl{font-size:16px; color:#333; font-weight:bold;}


.contact-us-f h4{color: #234762; font-size:20px; font-weight:600; margin:0px 0px 5px; position:relative;}

.address-box h4{text-align:right;margin-top: -26px;}
.address-box h4 span{display:inline-block; padding:5px 15px; border-radius:8px; background:#fff;}


/* GST acts class*/

.acts-header{padding: 15px; background: #F1F1E6; border: none; box-shadow: 0 2px 3px rgb(0 0 0 / 25%);}
.acts-header .input-group{flex-wrap: nowrap !important;position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100%;}
.acts-header .input-group > .form-control, .acts-header .input-group > .form-select{position: relative; flex: 1 1 auto; width: 1%; min-width: 0;}
.disablebtn{background: #004f7d; color: #ffffff;position: relative;display: inline-block;font-weight: 400;padding: 0.375rem 0.75rem;font-size: 1rem;border-radius: 0.15rem;line-height: 1.9;}
.acts-header .form-select{position: relative; flex: 1 1 auto;font-size: 14px;border-top-right-radius: 0;border-bottom-right-radius: 0;margin-left: -1px;border-top-left-radius: 0;border-bottom-left-radius: 0;display: block;padding: 0.375rem 2.25rem 0.375rem 0.75rem; font-weight: 400;background-color: #fff;appearance: none;border: 1px solid #ced4da;background-image: url(../images/drop-arow.svg); background-repeat: no-repeat;  background-position: right 0.75rem center;background-size: 16px 12px;}
.w25{width: 25%;}
.acts-header .input-group-text{display: flex;align-items: center;padding: 0.375rem 0.75rem; border:0;}
.acts-header .input-group-text {background: #f5f5f5; font-size: 10px;}
.g-4>* , .g-3>*{
    margin-bottom: 20px;
}

.contact-card{background:#fff; border-radius:25px; overflow:hidden; box-shadow:0 20px 45px rgba(0,0,0,.08); padding:30px;}
.contact-card .section-tag{color:#333; font-size:14px; text-transform:uppercase; letter-spacing:2px; font-weight:600;}
.contact-content h2{font-size:42px; color:#0c2f5d; font-weight:700; margin:10px 0;}
.divider{width:80px; height:3px; background:#c79a32; margin:25px 0 40px;}
.info-box{display:flex; gap:20px; align-items:flex-start; margin-bottom:30px; padding:22px; border-radius:15px; background:#f8f9fb; transition:.3s;}
.info-box:hover{ background:#0c2f5d;}
.info-box:hover h5,
.info-box:hover p,
.info-box:hover a{color:#fff;}
.icon-box{width:60px;  height:60px; background:#0c2f5d; color:#fff; display:flex; align-items:center; justify-content:center; border-radius:15px; font-size:22px;}
.info-box:hover .icon-box{background:#c79a32;}
.info-box h5{color:#0c2f5d; margin-bottom:8px; font-weight:700;}
.info-box p{margin:0; color:#555; line-height:1.8;}
.info-box a{color:#555; text-decoration:none;}
.office-card{ background:#0c2f5d; color:#fff; border-radius:20px; padding:15px 30px; height:100%;}
.office-card h3{font-size:34px; margin-bottom:35px; color:#fff;}
.address-box{margin-bottom:35px; padding-bottom:25px; border-bottom:1px solid rgba(255,255,255,.2);}
.address-box:last-child{border-bottom:none; margin-bottom:0; padding-bottom:0;}
.address-box h5{color:#d7b25d; font-weight:700; margin-bottom:12px;}
.address-box p{margin:0; line-height:1.9; color:#fff;}

.contact-section{padding:50px 0; display:block; clear:both;}
.office-img{width:100%; object-fit:cover; display:block; border-radius:2px;}
.office-placeholder{border-radius:2px; display:flex;align-items:center;justify-content:center; position:relative;overflow:hidden;}
.contact-title{font-size:clamp(1.6rem,3vw,2.2rem); font-weight:800;color:#0D1B4B; letter-spacing:.04em;text-transform:uppercase; line-height:1.15;margin-bottom:5px;}
.contact-desc{font-size:.88rem;color:#555; line-height:1.75;margin-bottom:40px;}
.contact-section .form-control{border:1px solid #DCDCDC !important;border-radius:2px!important; padding:14px 16px!important; font-size:.88rem!important; color:#333 !important; background:#fff!important; box-shadow:none!important; transition:border-color .2s!important; height:51px;}
.contact-section .form-control:focus{border-color:#E85D04 !important; box-shadow:0 0 0 3px rgba(232,93,4,.08)!important;}
.contact-section .form-control::placeholder{color:#ABABAB!important;font-size:.86rem!important}
.contact-section textarea.form-control{resize:vertical;min-height:100px}
.btn-send-bot{background:#0D1B4B;color:#fff;border:none; padding:14px 36px; font-size:.8rem;font-weight:700; letter-spacing:.12em;text-transform:uppercase; display:inline-block; border-radius:2px;cursor:pointer; transition:background .2s,transform .15s;}
.btn-send-bot:hover{background:#1A2E6E;transform:translateY(-2px); color:#fff;}
.errer{position:absolute; top:5px; right:15px;}
.contact-section .col-12, .contact-section .col-md-6{position:relative; margin-bottom:15px;}


.partner-profile{margin-bottom:30px;}
.profile-card{background:#fff;padding:50px;border-radius:25px;box-shadow:0 20px 45px rgba(0,0,0,.08);position:relative;overflow:hidden}
.department-badge{display:inline-block;padding:10px 25px;background:#fff3ef;color:#c0282a;font-weight:600;border-radius:40px}
.profile-card h2{font-size:35px;font-weight:700;color:#202020}
.profile-meta{display:flex;gap:30px;flex-wrap:wrap;margin-top:20px}
.profile-meta span{background:#fafafa;padding:10px 20px;border-radius:40px;font-weight:600}
.profile-meta i{color:#d1641a;margin-right:8px}
.designation{color:#c0282a;font-weight:700}
.qualification{margin-top:20px;padding:10px 20px;background:#fff8f5;border-left:4px solid #d1641a;border-radius:10px;font-weight:600}
.qualification i{color:#d1641a;margin-right:10px}
.profile-card p{font-size:16px;line-height:1.6;color:#555}
.expertise-list{list-style:none;padding:0}
.expertise-list li{padding:5px 0 5px 30px;position:relative}
.expertise-list li:before{content:"✓";position:absolute;left:0;color:#d1641a;font-weight:700}
.profile-image{background:linear-gradient(135deg,#c0282a,#d1641a);padding:8px;border-radius:25px;display:inline-block}
.profile-image img{border-radius:20px}
@media(max-width:991px){.profile-card{padding:30px}.profile-card h2{font-size:34px}.profile-image{margin-top:40px}}



@media(max-width:767px){
	
	
	.acts-header .input-group{width: auto;flex-wrap: wrap !important;}
	.disablebtn{flex: 40%;max-width: 40%;padding: 0.375rem 0.45rem;font-size: 12px;}
	.acts-header .input-group-text{flex: 100%;}
	.acts-header .input-group > .form-control, .acts-header .input-group > .form-select{flex: 60%;max-width: 60%;font-size: 12px;}
	.footer{padding-top: 25px;}
	
	
}
@media (min-width: 992px) {
    .container {
        max-width: 1220px;
    }
}