http://test.dowbucksfcu.com/services/onlinebanking.html
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
body {
font-family: 'Roboto', sans-serif;
font-size: 15px;
color: #777;
background: #fff!important;
line-height: 20px;
font-weight: 400;
margin: auto;
height: 100%;
overflow-x: hidden;

}
html {
overflow-x: hidden;
}
.same{
  display:inline-block;
}
.routing-copy-link {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  opacity: 0.95;
  background: transparent;
  border: 0;
  padding: 0;
  text-decoration: none;
  cursor: pointer;
}

.routing-copy-link:hover,
.routing-copy-link:focus {
  opacity: 1;
  text-decoration: none;
}

.routing-copy-link.is-copied {
  opacity: 1;
}

.main-header .top-area .routing-copy-link {
  color: var(--thm-blue);
}

.single-fcontact-des .routing-copy-link {
  color: #fff;
}
.arrow{
	display: inline-block;
	width:0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
	margin-left: 10px;
	margin-top: 3px;
	transition: transform 0.2s ease-in-out;
}

.btn[aria-expanded="true"] .arrow
{transform: rotate(180deg);
	
	
}

.card-header{
	background-color:#79aab8;
	border: none!important;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.accordion-header
{
	margin-left:-15px;

}


.no-underline{text-decoration: none!important;}
.card-body {
	border: none!important;
}

.image-container img {
	flex: 1;
	max-width: calc(25% -10px);
	margin:2px;
}
.image-container
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	
}
.header-info-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
@media (max-width: 768px)
{
		.image-container img{
		max-width: 100%;
		margin: 5px 0;
	}	
	.accordion-header{
	font-size: 0.6em;
	margin-left:-10px;
	text-align: left!important;
	}
	.arrow{
		margin-left: 2px;
	}

	h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
}
	
}



table, th, td {
  border: 1px solid #ccc;
  border-collapse: collapse;
}

#sidebar {
display: flex;
flex-direction: column;
padding: 20px;
max-width: 300px;
}
#main-content {
display: flex;
flex-direction: column;
padding: 20px;
} 

#sidebar, #content {
flex: 1;
}
@media (max-width: 991px) {
#main-content {

order: 1;
}
#sidebar {
order: 2;
max-width: 70%;
float:left;
position:relative;
left:15%;
}
}

/* ===================================
1. nav
==================================== */
.header-notice {
padding: 0 15px;
max-width: 1200px;
margin: 0 auto 15px;
}
html.header-notice-dismissed .header-notice {
display: none;
}
.header-notice-inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
background: #fff4e7;
border: 1px solid #f2c695;
border-left: 5px solid #e98529;
border-radius: 6px;
padding: 12px 16px;
}
.header-notice-content {
color: #4a3620;
}
.header-notice-title {
font-size: 1rem;
font-weight: 700;
line-height: 1.3;
margin: 0 0 3px;
}
.header-notice-text {
margin: 0;
line-height: 1.4;
}
.header-notice-text a {
color: #0f4a78;
font-weight: 700;
text-decoration: underline;
}
.header-notice-dismiss {
flex: 0 0 auto;
background: #ffffff;
border: 1px solid #d9a771;
color: #6b3d12;
border-radius: 4px;
padding: 6px 11px;
font-size: 0.85rem;
font-weight: 600;
line-height: 1.2;
cursor: pointer;
transition: background-color 0.2s ease, color 0.2s ease;
}
.header-notice-dismiss:hover,
.header-notice-dismiss:focus {
background: #e98529;
color: #fff;
outline: none;
}
@media (max-width: 768px) {
.header-notice-inner {
flex-direction: column;
align-items: flex-start;
}
.header-notice-dismiss {
align-self: flex-end;
}
}
#menu li:before {
position: absolute;
content: "";
border-left: 2px solid #e98529;
margin-left:5px;
top: 50%;
height: 12px;
margin-top: -5px;
}
.text-white{color: #ffffff!important;}

#menu {
	background:#E98529;
	height: 53px;
	border-radius: 0px;
	z-index: 9999;
		
}
#menu ul, #menu li {
	margin: 0 auto;
	padding: 0;
	list-style: none
}
#menu ul {
	width: 100%;
	text-align: center;
}
#menu li {
	display: inline-block;
	position: relative;
	
}

#menu li>a:hover::before {
border-color: #fff;
}

#menu li:not(:last-child)>a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);}



#menu a {
	font-family: 'Roboto', sans-serif;
	display: block;
	line-height: 50px!important;
	padding: 0 14px;
	text-decoration: none;
	color: #FFFFFF;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	margin-left: 15px;
	margin-right: 15px;
	text-transform: uppercase;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}



	
#menu a.dropdown-arrow:after {
	content: "\25BE";
	color: #fff;
	margin-left: 2px;
}
#menu li a:hover {
	color: #fff;
	background:#30648D;
}
#menu input {
	display: none;
	margin: 0;
	padding: 0;
	height: 50px;
	width: 100%;
	opacity: 0;
	cursor: pointer
}
#menu label {
	display: none;
	line-height: 50px!important;
	text-align: center;
	position: absolute;
	left: 35px
}
#menu label:before {
	font-size: 1.6em;
	color: #fff;
	content: "\2261"; 
	margin-left: 20px;
}
#menu ul.sub-menus{
	height: auto;
	overflow: hidden;
	width:280px;
	background: #30648D;
	position: absolute;
	z-index: 99;
	display: none;
	margin-left: 15px;
}
#menu ul.sub-menus li {
	display: block;
	text-align: left;
	width: 100%;
}
#menu ul.sub-menus a {
	color: #fff;

	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
}


#menu li:hover ul.sub-menus {
	display: block
}
#menu li:focus-within ul.sub-menus {
	display: block
}
#menu ul.sub-menus a:hover{
	background:#E98529;
	color: #f2f2f2;
}
#menu a:focus-visible {
	color: #fff;
	background: #30648D;
	outline: 2px solid #ffffff !important;
	outline-offset: -2px;
}
@media screen and (max-width: 961px){
	#menu {position:relative}
	#menu ul {background:#79ABB8;position:absolute;top:100%;right:0;left:0;z-index:3;height:auto;display:none;text-align:left;}
	#menu ul.sub-menus { background:#ACCBD3;width:100%;position:static;}
	#menu ul.sub-menus a {padding-left:30px;}
	#menu li {display:block;float:none;width:auto;}
	#menu input, #menu label {position:absolute;top:0;left:0;display:block}
	#menu input {z-index:4}
	#menu input:checked + label {color:#FFFFFF}
	#menu input:checked + label:before {content:"\00d7"}
	#menu input:checked ~ ul {display:block}
}

.parentDiv {
     display:flex;
     height:100%;
     width:100%;
     justify-content:center;
     align-items:center;
}
    
.table-border-1{border-bottom:none!important;
border-top:1px solid #ccc!important;
border-left:none!important;
border-right:none!important;}

.no-border{border:none!important;}


.calculator{
background: #31648C;
background: -moz-linear-gradient(top, #648ba9 0%, #457397 66%, #31648C 100%);
background: -webkit-linear-gradient(top, #648ba9 0%, #457397 66%, #31648C 100%);
background: linear-gradient(to bottom, #648ba9 0%, #457397 66%, #31648C 100%);
padding: 20px;
border-radius:15px;

}
.center{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.calculator label {
    color: #fff;
    font-weight: 700;
    display: inline-block; width: 120px; 
}

.calculator h6
{
    color: #fff;
    font-weight: 700;
    
}


.box {
   display: flex;
   align-items:center;
}

.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0))!important;
}

.img-rounded{border-radius: 15px!important;}
.leading-3	{line-height: .75rem;} /* 12px */
.leading-4	{line-height: 1rem;} /* 16px */
.leading-5	{line-height: 1.25rem;} /* 20px */
.leading-6	{line-height: 1.5rem;} /* 24px */
.leading-7	{line-height: 1.75rem;} /* 28px */
.leading-8	{line-height: 2rem;} /* 32px */
.leading-9	{line-height: 2.25rem;} /* 36px */
.leading-10	{line-height: 2.5rem;} /* 40px */
.leading-11	{line-height: 3rem;} 
.leading-none	{line-height: 1;}
.leading-tight	{line-height: 1.25;}
.leading-snug	{line-height: 1.375;}
.leading-normal	{line-height: 1.5;}
.leading-relaxed	{line-height: 1.625;}
.leading-loose	{line-height: 2;}
h1,
h2,
h3,
h4,
h5,
h6 {
color: var(--thm-blue);
font-family: 'Montserrat', sans-serif;
font-weight: 700;
}
.flex-container {
display: flex;
}

.flex-child {
flex: 1;
}  

.flex-child:first-child {
margin-right: 20px;
} 

.holiday-overlay {
position: relative;
z-index: 1;


}

.holiday-overlay:before {
background:rgba(255,255,255,0.41);
content: "";
height: 100%;
left: 0;
opacity: 0.8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
table.RatesTable {
font-family:'Roboto', sans-serif;
border: 1px solid #30648D;
background-color: #EEEEEE;
width: 100%;
text-align: center;
border-collapse: collapse;
}
table.RatesTable td, table.RatesTable th {
border: 1px solid #AAAAAA;
padding: 8px 7px;
}
table.RatesTable tbody td {
font-size: 15px;
font-weight: bold;
color: #727272;
}
table.RatesTable tr:nth-child(even) {
background: #E2E2E2;
}
table.RatesTable thead {
background: #31648C;
background: -moz-linear-gradient(top, #648ba9 0%, #457397 66%, #31648C 100%);
background: -webkit-linear-gradient(top, #648ba9 0%, #457397 66%, #31648C 100%);
background: linear-gradient(to bottom, #648ba9 0%, #457397 66%, #31648C 100%);
border-bottom: 2px solid #264E6D;
}
table.RatesTable thead th {
font-size: 17px;
font-weight: bold;
color: #FFFFFF;
text-align: center;
border-left: 1px solid #FFFFFF;
}
table.RatesTable thead th:first-child {
border-left: none;
}

table.RatesTable tfoot td {
font-size: 14px;
}
table.RatesTable tfoot .links {
text-align: right;
}
table.RatesTable tfoot .links a{
display: inline-block;
background: #1C6EA4;
color: #FFFFFF;
padding: 2px 8px;
border-radius: 5px;
}
table.holiday {
font-family:  'Roboto', sans-serif;
width: 100%;
margin: 0 auto;
text-align: center;

}






table.holiday td, table.holiday th {
padding: 10px 3px;
font-size: 20px;
font-weight: 600;
}

a {
color: #e98529;
text-decoration: none;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}

a:focus,
a:hover {
color: #e98529;
text-decoration: none;
}

a:focus {
outline: none;
text-decoration: none;
}

p {
line-height: 26px;
margin-bottom: 0;
}

ul
{
margin: 0;
padding: 0;
list-style: none;}

.bullets {
margin-bottom: 10px;
margin-left: 20px;
list-style: disc;
}

.sublist {margin-left: 40px;
list-style: circle;
}


.sitemap {
margin-bottom: 10px;
margin-left: 20px;
list-style: disc;
}

.sitemap a {
color:#79AAB8;
}
.sitemap a:hover {
color:#E98529;
}
.sublist-sitemap {margin-left: 40px;
list-style: circle;
}



fieldset {
border: 0 none;
margin: 0 auto;
padding: 0;
}

/*START SCROLL TO TOP*/

.topcontrol {
display: inline-flex;
align-items: center;
justify-content: center;
height: 52px;
width: 52px;
position: fixed;
right: 20px;
bottom: 20px;
z-index: 1000;
border: 0;
border-radius: 999px;
background: #e98529;
color: #ffffff;
cursor: pointer;
font-size: 26px;
line-height: 1;
opacity: 0;
visibility: hidden;
pointer-events: none;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
transform: translateY(10px);
transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.topcontrol.is-visible {
opacity: 1;
visibility: visible;
pointer-events: auto;
transform: translateY(0);
}

.topcontrol:hover,
.topcontrol:focus {
background: #31648c;
color: #ffffff;
outline: none;
}

.topcontrol i {
display: inline-block;
font-size: 24px;
}

.topcontrol.topanimation {
-ms-animation-name: fadeInUp;
-moz-animation-name: fadeInUp;
-op-animation-name: fadeInUp;
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
-ms-animation-duration: 500ms;
-moz-animation-duration: 500ms;
-op-animation-duration: 500ms;
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
}

@media (max-width: 767px) {
.topcontrol {
height: 48px;
width: 48px;
right: 14px;
bottom: 14px;
}
}

/*END SCROLL TO TOP*/

/*COLORS*/

:root {
--thm-primary: #e98529; 
--thm-blue: #31648c;
--thm-gray: #6b7578;
--thm-light-blue: #79AAB8;
}

.orange{ color:#E98529!important;}
.blue{ color:#31648C!important;}
.light-blue{ color:#79AAB8!important;}
.light-gray{ color:#6b7578!important;}
.dark-gray {color:#333!important;}
.white {color:#fff!important;}


.bg-orange{ background-color:#E98529!important;}
.bg-blue{ background-color:#31648C!important;}
.bg-light-blue{ background-color:#79AAB8!important;}
.bg-light-gray{ background-color:#DDDDDD;}
.bg-dark-gray {background-color:#333!important;}
.bg-white {color:#fff!important;}


/*END COLORS*/

.boxshadow-2 {box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;}
.boxshadow-3{box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;}

.boxshadow-4 {box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}

.boxshadow-5{box-shadow: rgb(0,0,0, 0.3) 3px 3px 6px 0px inset, rgba(0,0,0, 0.1) -3px -3px 6px 1px inset;}

.boxshadow-6{box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;}


.underline {text-decoration: underline!important;
}

button:focus{
outline: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
	outline: 3px solid #0b5fff !important;
	outline-offset: 2px;
}
hr{
margin-bottom: 55px;
margin-top:-10px;
height: 12px;
border: 0;
box-shadow: inset 0 12px 12px -10px rgba(0, 0, 0, 0.5);
}

.hr-2{
margin-bottom: 20px;
margin-top:5px;
height: 12px;
border: 0;
box-shadow: inset 0 8px 10px -13px rgba(0, 0, 0, 0.8);
}

.none{
border: none !important;
background-color: #fff;
}

.table-color{background-color: #F9F9F9;}

.table-white{background-color: #fff;}

.capital{
text-transform: capitalize !important;
}

.list-circle  {
list-style:disc;
margin-bottom: 10px;
padding: 0;
margin-left: 50px;
}
.list-sitemap {
list-style:circle;
margin-bottom: 10px;
padding: 0;
margin-left: 10px;
}
.small-text
{font-size: 11px;
line-height: 15px;
font-style: italic;  }

.text-large
{font-size: 17px;
line-height: 25px;}

.fw-3 {font-weight: 300;}
.fw-4 {font-weight: 400;}
.fw-5 {font-weight: 500;}
.fw-6 {font-weight: 600;}
.fw-7 {font-weight: 700;}
.fw-8 {font-weight: 800;}
.fw-9 {font-weight: 900;}
.fw-b {font-weight: bold;}
.fw-br {font-weight: bolder;}

.fs-0 {
font-size: calc(1.575rem + 2.3vw) !important;
}

.fs-1 {
font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
font-size: calc(1.3rem + 0.6vw) !important;
line-height: 1.5em;
}

.fs-4 {
font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
font-size: 1.25rem !important;
}

.fs-6 {
font-size: 1rem !important;
}

.fs-7 {
font-size: .9rem !important;
}





.blank_row{

height:40px !important;
border-style: none;
}
.ncua { width: 40%;
margin-left: 20px;
}
.privacy {text-indent: -10px; 
margin-left: 15px; 
margin-top: 10px}

.table-border{
border: 2px solid #DFDFDF;
}
.center-footer {
padding: -10px 0;
text-align: center;
max-width: 400px;

}
.center-header {
padding: 10px 0;
text-align: center;
max-width: 1200px;
  margin-left: auto;
  margin-right: auto;

}
.no-underline{
text-decoration: none!important;
}

.center-image{
display: flex;
justify-content: center;
}
.shadow-white {
text-shadow: 2px 2px 5px #fff;
}
.shadow-black {
text-shadow: 2px 2px 5px rgba(0,0,0,.5);
}


/* HELPER CLASSES */

.section-padding {
padding-top: 70px;
padding-bottom: 70px;
position: relative;
float: left;
width: 100%;
}



.section-back-image {
background-position: top center;
background-attachment: fixed;
background-image: url(../images/banners/main-banner.jpg);
-o-background-size:cover; 
-moz-background-size:cover; 
-webkit-background-size:cover; 
background-size:cover; 
transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);


}
	

@media all and (max-width: 768px){
	
.section-back-image {
background-image: url(../images/banners/main-banner.jpg);
background-position:center;
-o-background-size:cover; 
-moz-background-size:cover; 
-webkit-background-size:cover; 
background-size:cover;  
background-repeat:no-repeat;
-o-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);	
	
	
	
	}
}



.section-back-image-2 {
background-position: center center;
background-attachment: fixed;
background-repeat: no-repeat;
-o-background-size:cover; 
-moz-background-size:cover; 
-webkit-background-size:cover; 
background-size:cover; 
-o-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);	
background-image:url("../images/bg/CTA.png")
}

.section-back-image-3 {
background-position: center center;
background-attachment: fixed;
background-image: url("../images/bg/footer-bg.jpg");
-o-background-size:cover; 
-moz-background-size:cover; 
-webkit-background-size:cover; 
background-size:cover; 
background-repeat:no-repeat;
-o-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);	
}

.overlay {
position: relative;
z-index: 1;

}

.overlay:before {
background: rgba(0, 0, 0, 0.3);
content: "";
height: 100%;
left: 0;
opacity: 0.8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}

.auto-container {
position: static;
max-width: 1600px;
padding: 0px 15px;
margin: 0 auto;
}

.bg-theme {
background-color: #e98529
}

.bg-gray {
background-color: #f5f5f5
}

.bg-gray-2 {
background-color: #eee
}

.rounded-0 {
border-radius: 0 !important;
}

/*START SECTION TITLE DESIGN*/

.section-title,
.section-title-2 {
margin-bottom: 20px
}

.section-title h5 {
font-weight: 500;
font-style: italic;
margin: 0;
font-size: 18px;
color: #31648C;
}

.section-title h3 {
color: #31648C;
font-size: 36px;
text-transform: uppercase;
margin: 15px 0;
padding-bottom: 16px;
position: relative;
z-index: 1;
}

.section-title h3 span {
color: #e98529;
}

.section-title h3:before {
position: absolute;
background: #e0e0e0;
height: 3px;
width: 65px;
left: 0;
right: 0;
bottom: 0;
}

.text-center .section-title h3:before {
left: 50%;
margin-left: -29px;
}

.section-title h3:after {
position: absolute;
bottom: 50px;
left: 0;
font-size: 100px;
width: 90px;
height: 88px;
opacity: 0.04;
z-index: -1;
}

.text-center .section-title h3:after {
left: 50%;
margin-left: -45px;
}

.section-title h3.text-white:after {
opacity: 0.1;
}

.section-title-2 h5 {
color: #777;
font-weight: 400;
font-style: italic;
margin: 0;
}

.section-title-2 h3 {
color: #31648C;
font-size: 35px;
text-transform: uppercase;
margin: 15px 0;
padding-bottom: 16px;
position: relative;
z-index: 1;
}

.section-title-2 h3 span {
color: #e98529;
}

.section-title-2 h3:before {
position: absolute;
content: "";
background: #e0e0e0;
height: 3px;
width: 65px;
left: 0;
right: 0;
bottom: 0;
}

.text-center .section-title-2 h3:before {
left: 50%;
margin-left: -29px;
}


/*END SECTION TITLE DESIGN*/


/*  button style */

.home-single-slide-button a {
margin: 0 10px;
}

.btn-style {

color: #fff;
padding: 7px 30px;
display: inline-block;
border-radius: 3px;
}

.btn-filled {
background: #e98529;
border: 2px solid transparent;
box-sizing: border-box;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}

.btn-filled:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #fff;
border-radius: 3px;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}

.btn-filled:hover:before,
.btn-filled:focus:before,
.btn-filled:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.btn-filled:hover,
.btn-filled:focus,
.btn-filled:active {
color: #e98529;
border-color: #316483;
}

.btn-filled-2:hover {
color: #fff;
}
.tp-caption a.btn-border {
border: 1px solid #fff !Important;
}

.btn-filled-2:before {
background: #333;
}

.btn-border {
background: transparent;
border: 1px solid #fff;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}

.btn-border:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #fff;
border: 1px solid #fff;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}

.btn-border:hover:before,
.btn-border:focus:before,
.btn-border:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.btn-border:hover,
.btn-border:focus {
color: #333;
}

.btn-border-2 {
color: #333;
border: 2px solid #e98529;
}

.btn-border-2:before {
border-color: #e98529;
background: #e98529;
}

.btn-border-2:hover,
.btn-border-2:focus {
color: #fff;
}

.btn-border-3 {
color: #fff;
border: 2px solid #fff;
}

.btn-border-3:before {
border-color: #333;
background: #fff;
}

.btn-border-3:hover,
.btn-border-3:focus {
color: #333;
}


/* preloader css */

#page-preloader {
background: #ffffff;
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 999999;
}

.theme-loader {
text-transform: uppercase;
font-weight: 700;
font-size: 18px;
color: rgba(247, 146, 26, 0.98);
letter-spacing: 0.2em;
text-align: center;
width: 244px;
height: 49px;
line-height: 49px;
position: absolute;
left: 50%;
top: 45%;
transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
}

.theme-loader::before,
.theme-loader::after {
content: "";
display: block;
width: 15px;
height: 15px;
background: rgba(247, 146, 26, 0.97);
position: absolute;
animation: cssload-load 0.91s infinite alternate ease-in-out;
-o-animation: cssload-load 0.91s infinite alternate ease-in-out;
-ms-animation: cssload-load 0.91s infinite alternate ease-in-out;
-webkit-animation: cssload-load 0.91s infinite alternate ease-in-out;
-moz-animation: cssload-load 0.91s infinite alternate ease-in-out;
}

.theme-loader::before {
top: 0;
}

.theme-loader::after {
bottom: 0;
}

@keyframes cssload-load {
0% {
left: 0;
height: 29px;
width: 15px;
}
50% {
height: 8px;
width: 39px;
}
100% {
left: 229px;
height: 29px;
width: 15px;
}
}

@-o-keyframes cssload-load {
0% {
left: 0;
height: 29px;
width: 15px;
}
50% {
height: 8px;
width: 39px;
}
100% {
left: 229px;
height: 29px;
width: 15px;
}
}

@-ms-keyframes cssload-load {
0% {
left: 0;
height: 29px;
width: 15px;
}
50% {
height: 8px;
width: 39px;
}
100% {
left: 229px;
height: 29px;
width: 15px;
}
}

@-webkit-keyframes cssload-load {
0% {
left: 0;
height: 29px;
width: 15px;
}
50% {
height: 8px;
width: 39px;
}
100% {
left: 229px;
height: 29px;
width: 15px;
}
}

@-moz-keyframes cssload-load {
0% {
left: 0;
height: 29px;
width: 15px;
}
50% {
height: 8px;
width: 39px;
}
100% {
left: 229px;
height: 29px;
width: 15px;
}
}


/* page banner style */

.single-page-title-area {
padding: 100px 0 90px;
position: relative;
z-index: 1;
background-size: cover;
background-position: top;
width: 100%;
height: 300px;

background-image: url(../images/bg/page-banner.jpg)!important;
}

.single-page-title {
margin-top: 20px;
}

.single-page-title h1,
.single-page-title h2 {
font-size: 36px;
color: #fff;
display: inline-block;
text-transform: uppercase;
margin: 0;
position: relative;
padding-right:45px;
padding-left:45px;
}

.single-page-title h1:before,
.single-page-title h2:before {
position: absolute;
content: "";
background: #e98529;
height: 3px;
width: 35px;
top: 21px;
left: -60px;
}

.single-page-title h1:after,
.single-page-title h2:after {
position: absolute;
content: "";
background: #e98529;
height: 3px;
width: 35px;
top: 21px;
right: -60px;
}

.single-page-title p {
color: #fff;
font-style: italic;
}

.single-page-title-area-bottom {
float: left;
width: 100%;
border-bottom: 1px solid #ddd;
background: #fff;
}

.single-page-title-area-bottom .breadcrumb {
background: #fff;
border-radius: 0;
margin-bottom: 0;
padding: 18px 0;
}

.single-page-title-area-bottom .breadcrumb-item a {
color: #e98529;
font-weight: 700;
}

.single-page-title-area-bottom .breadcrumb-item {
float: none;
display: inline-block;
}

.single-page-title-area-bottom .breadcrumb-item+.breadcrumb-item::before {
color: #333;
content: "\eb8b";
font-family: "icofont" !important;
font-size: 16px;
}

.single-page-title-area-bottom .breadcrumb-item.active {
color: #333;
}


.main-header .top-area {
background:#79ABB8;
border-bottom: 1px solid #ddd;
}

.main-header .top-area .info-menu {
float: left;
}

.main-header .top-area .info-menu li {
display: inline-block;
}

.main-header .top-area .info-menu li  {
display: block;
color: #fff;
margin-right: 24px;
line-height: 42px;
}

.main-header .top-area .info-menu li a i {
color: #e98529;

}


/* logo area */

.logo-area {
padding: 25px 0;
}

.logo-area .header-info-box {
position: relative;
float: left;
margin-left: 33px;
margin-top: -15px;
padding: 0 0 0 50px;
}
.logo-area .header-info-box.header-cta-group {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 12px;
margin-top: 0;
padding-left: 0;
}
.header-cta-group .header-cta-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px;
margin: 0;
padding: 10px 16px;
min-height: 44px;
line-height: 1.2;
}
.logo-area .header-info-box .header-info-icon {
position: absolute;
left: 20px;
top: 5px;
color: #e98529;
font-size: 20px;
text-align: left;
-moz-transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;

}


.logo{
float: left;
width: 70%!important;



}

@media all and (min-width:767px) and (max-width: 990px) { .logo{
margin-bottom: 15px;
width: 60%!important;
	}
	}
@media all and  (max-width: 767px) { .logo{
margin-bottom: 20px;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
width: 70%!important;
	}
	
	.info-menu {
display: none;
	}
	.logo-area .header-info-box.header-cta-group {
		float: none;
		width: 100%;
		margin: 0 auto 16px;
		padding-left: 0;
		justify-content: center;
	}
	.logo-area .header-info-box.header-cta-group .header-cta-btn {
		flex: 1 1 190px;
		max-width: 260px;
	}
	
}


@media all and  (max-width: 521px) { 
.logo{
margin-bottom: 10px;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
width: 90%!important;}
	
.header-info-box:not(.header-cta-group){
display: none;
	}
	.logo-area .header-info-box.header-cta-group {
		flex-direction: column;
		width: min(100%, 320px);
		gap: 10px;
	}
	.logo-area .header-info-box.header-cta-group .header-cta-btn {
		width: 100%;
		max-width: 100%;
	}
}

/* Header contact grid: logo + email + phone + online banking + membership */
.main-header .logo-area .header-contact-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	align-items: center;
	gap: 14px;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	height: auto;
}

.main-header .logo-area .header-contact-grid > .header-grid-item {
	float: none;
	width: 100%;
	margin: 0;
}

.main-header .logo-area .header-contact-grid > .logo.header-grid-item {
	display: flex;
	justify-content: center;
}

.main-header .logo-area .header-contact-grid > .logo.header-grid-item .logo {
	float: none;
	width: auto !important;
	max-width: 170px;
	margin: 0;
}

.main-header .logo-area .header-contact-grid > .header-info-box.header-grid-item {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	text-align: center;
	min-height: 40px;
}

.main-header .logo-area .header-contact-grid > .header-info-box.header-grid-item .header-info-icon {
	position: static;
	font-size: 20px;
}

.main-header .logo-area .header-contact-grid > .header-info-box.header-grid-item p {
	margin: 0;
	line-height: 1.3;
	font-size: 0.92rem;
	overflow-wrap: anywhere;
}

.main-header .logo-area .header-contact-grid > .header-info-box.header-cta-group.header-grid-item {
	justify-content: center;
	gap: 0;
}

.main-header .logo-area .header-contact-grid > .header-info-box.header-cta-group.header-grid-item .header-cta-btn {
	width: 100%;
	max-width: 210px;
	padding: 9px 12px;
	min-height: 40px;
	font-size: 0.9rem;
	line-height: 1.1;
	white-space: nowrap;
}

.main-header.header-1 .logo-area {
	padding: 12px 0;
}

@media only screen and (max-width: 1200px) {
	.main-header .logo-area .header-contact-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 12px;
	}
	.main-header .logo-area .header-contact-grid > .logo.header-grid-item .logo {
		max-width: 155px;
	}
}

@media only screen and (max-width: 767px) {
	.main-header .logo-area .header-contact-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}
	.main-header .logo-area .header-contact-grid > .header-info-box.header-grid-item {
		flex-wrap: wrap;
		min-height: 36px;
	}
	.main-header .logo-area .header-contact-grid > .header-info-box.header-grid-item p {
		font-size: 0.86rem;
	}
	.main-header .logo-area .header-contact-grid > .logo.header-grid-item .logo {
		max-width: 145px;
	}
	.main-header .logo-area .header-contact-grid > .header-info-box.header-cta-group.header-grid-item .header-cta-btn {
		max-width: 100%;
		font-size: 0.85rem;
		min-height: 36px;
		padding: 8px 10px;
	}
	.main-header.header-1 .logo-area {
		padding: 10px 0;
	}
}

@media only screen and (max-width: 521px) {
	.main-header .logo-area .header-contact-grid {
		grid-template-columns: 1fr;
		gap: 8px;
	}
	.main-header .logo-area .header-contact-grid > .header-info-box.header-grid-item {
		display: flex;
		min-height: 32px;
	}
	.main-header .logo-area .header-contact-grid > .logo.header-grid-item .logo {
		max-width: 135px;
	}
	.main-header .logo-area .header-contact-grid > .header-info-box.header-grid-item p {
		font-size: 0.83rem;
	}
	.main-header .logo-area .header-contact-grid > .header-info-box.header-cta-group.header-grid-item .header-cta-btn {
		font-size: 0.82rem;
		min-height: 34px;
		padding: 8px 10px;
	}
	.main-header.header-1 .logo-area {
		padding: 8px 0;
	}
}

/* menu area */




.mainmenu-area.menu-animation {
-ms-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-op-animation-name: fadeInDown;
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
-ms-animation-duration: 500ms;
-moz-animation-duration: 500ms;
-op-animation-duration: 500ms;
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
	
}

.mainmenu-area.menu-animation .auto-container {
max-width: 100%;
}

.main-header .mainmenu-area.menu-animation .navbar {
display: table !important;
margin: 0 auto;
}

.main-header .mainmenu-area.menu-animation .navbar-form {
display: table;
}

.main-header .mainmenu-area {
text-transform: uppercase;
width: 100%;
position: relative;
z-index: 999;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;

}

.main-header .mainmenu-area .auto-container {
background-color: #e98529;
position: absolute;
left: 0;
right: 0;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
}

.main-header .mainmenu-area .navbar-nav .nav-link {
color: #fff;
font-weight: 500;
padding: 10px 25px;
}

.main-header .mainmenu-area .navbar {
padding: 10px 0;
}

.main-header .mainmenu-area .navbar ul li a.active {
background-color: #fff;
color:#31648C;


}

.main-header .mainmenu-area .navbar ul li a:hover {
color: #fff;
background-color: #31648C;;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}

.dropdown-menu {
display: block;
min-width: 235px;
opacity: 0;
padding: 0;
top: 57px;
visibility: hidden;
opacity: 0;
border-radius: 0;
background: #31648C;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-header .mainmenu-area .navbar ul li:hover .dropdown-menu {
opacity: 1;
transform: translateY(0);
}

.main-header .mainmenu-area .navbar ul li.dropdown>a:after {
font-family: 'IcoFont' !important;
content: "\eb25";
position: absolute;
top: auto;
right: 5px;
font-size: 14px;
}

.dropdown-menu li>a {
clear: both;
display: block;
line-height: 1.42857;
padding: 12px 0 11px 20px;
text-transform: capitalize;
color: #fff;
position: relative;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}

.dropdown-menu li>a:before {
position: absolute;
content: "";
border-left: 2px solid #e98529;
left: 0;
top: 50%;
height: 12px;
margin-top: -5px;
}

.dropdown-menu li>a:hover::before {
border-color: #fff;
}

.dropdown-menu li:not(:last-child)>a {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-header .mainmenu-area .navbar .dropdown-menu li>a.active {}

.main-header .mainmenu-area .navbar .dropdown-menu li>a:hover,
.main-header .mainmenu-area .navbar .dropdown-menu>li>a:focus,
.main-header .mainmenu-area .navbar .dropdown-menu>li>a:active {
color: #fff;
background: #e98529;
}

.main-header .mainmenu-area .navbar .dropdown-menu li>a:hover {
padding-left: 30px;
color: #fff;
background: #e98529;
}

.dropdown:hover>.dropdown-menu {
opacity: 1;
top: 57px;
visibility: visible;
}

.dropdown-menu .dropdown>.dropdown-menu {
left: 300%;
margin-top: -1px;
min-width: 170px;
opacity: 0;
padding: 0;
position: absolute;
top: 0;
visibility: hidden;
display: block;
}

.dropdown-menu .dropdown:hover>.dropdown-menu {
visibility: visible;
opacity: 1;
left: 100.5%;
}

.mainmenu-area .navbar-form {
border: 0 none;
box-shadow: none;
margin: 0;
padding: 0;
width: auto;
}

.mainmenu-area .navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
position: relative;
}

.mainmenu-area .navbar-form .form-control {
height: 69px;
width: 100%;
background: #ea9b3d;
border-radius: 0;
border: 0;
}

.mainmenu-area form .btn {
color: #fff;
background-color: transparent;
height: 69px;
width: 69px;
cursor: pointer;
position: absolute;
right: 0;
bottom: 0;
border-radius: 0;
}

.mainmenu-area form .btn:active,
.mainmenu-area form .btn:focus {
outline: 0;
box-shadow: none;
}

.mainmenu-area .navbar-form .form-group input[type="text"].form-control {
color: #fff;
}

.mainmenu-area form .form-group i {
font-size: 20px;
position: absolute;
right: 0;
top: 26px;
left: 0;
}

.mainmenu-area.mean-container {
display: block;
float: left;
width: 100%;
}

.mean-container .dropdown ul.dropdown-menu {
opacity: 1;
visibility: visible;
display: block;
}



.slider-section {
float: left;
width: 100%;
position: relative;
}

.home-slide-overlay {
position: absolute;
content: "";
background: rgba(0, 0, 0, 0.3);
top: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0.8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.home-single-slide {
background-image: url("../images/banners/main-banner.jpg");
background-size: cover;
background-position: center top;
color: #fff;
position: relative;
display:table;
height:800px;
width: 100%;

}

.home-single-slide-inner {
display: table-cell;
vertical-align: middle;

}
.home-2 .home-single-slide-dec {
bottom: -73px;;
}

.home-single-slide-dec {
position: relative;
left: 0;
bottom: -155px;
right: 0;

}


.home-single-slide-dec p{
text-transform: none!important;
font-size:18px!important;
margin-top: 20px!important;
text-align: left!important;

}

.home-single-slide p {
color: #fff;
text-transform: uppercase;
padding: 0px 15px 0px 15px;
font-size: 15px;
}

.home-single-slide h2 {
color: #fff;
text-transform: capitalize;
font-size: 50px;
padding: 0px 15px 0px 15px;
}

.home-single-slide h1 {
color: #fff;
}

.home-slides.owl-theme .owl-nav {
margin-top: 0;
}

.home-slides.owl-theme .owl-nav div {
background: #fff;
color: #333;
border-radius: 50px;
opacity: 1;
visibility: visible;
padding: 0;
-webkit-transition: all .35s;
-moz-transition: all .35s;
transition: all .35s;
}

.home-slides.owl-theme .owl-nav div i {
font-size: 26px;
display: inline-block;
position: relative;
height: 50px;
width: 50px;
line-height: 50px;
}

.home-slides.owl-theme .owl-nav div:hover {
background: #e98529;
}

.home-slides.owl-theme .owl-nav div {
position: absolute;
top: 50%;
margin-top: -20px;
}

.home-slides.owl-theme .owl-nav .owl-prev {
left: -80px;
}
.home-slides:hover.owl-theme .owl-nav .owl-prev {
left: 20px;
}
.home-slides.owl-theme .owl-nav .owl-next {
right: -80px;
}
.home-slides:hover.owl-theme .owl-nav .owl-next {
right: 20px;
}


.home-slides.owl-theme .owl-dots {
position: absolute;
left: 0;
right: 0;
bottom: 20px;
top: auto;
}
.home-slides.owl-theme .owl-dots .owl-dot span {
background: transparent;
border: 2px dotted #fff;
height: 20px;
width: 20px;
position: relative;
}
.home-slides.owl-theme .owl-dots .owl-dot.active span {
border-color: #fff;
}
.home-slides.owl-theme .owl-dots .owl-dot.active span::before {
position: absolute;
content: "";
background: transparent;
height: 11px;
width: 11px;
border-radius: 50%;
border: 2px solid #fff;
left: 3px;
top: 3px;
}

.home-slides-2.owl-theme .owl-nav {
margin-top: 0;
}

.home-slides-2.owl-theme .owl-nav div {
background: #fff;
color: #333;
border-radius: 50px;
opacity: 1;
visibility: visible;
padding: 0;
-webkit-transition: all .35s;
-moz-transition: all .35s;
transition: all .35s;
}

.home-slides-2.owl-theme .owl-nav div i {
font-size: 26px;
display: inline-block;
position: relative;
height: 50px;
width: 50px;
line-height: 50px;
}

.home-slides-2.owl-theme .owl-nav div:hover {
background: #e98529;
}

.home-slides-2.owl-theme .owl-nav div {
position: absolute;
top: 50%;
margin-top: -20px;
}

.home-slides-2.owl-theme .owl-nav .owl-prev {
left: 20px;
}

.home-slides-2.owl-theme .owl-nav .owl-next {
right: 20px;
}

.home-slides.owl-theme .owl-dots,
.home-slides-2.owl-theme .owl-dots {
position: absolute;
left: 0;
right: 0;
bottom: 20px;
top: auto;
}
.home-slides.owl-theme .owl-dots .owl-dot span,
.home-slides-2.owl-theme .owl-dots .owl-dot span {
background: transparent;
border: 2px dotted #fff;
height: 20px;
width: 20px;
position: relative;
}
.home-slides.owl-theme .owl-dots .owl-dot.active span,
.home-slides-2.owl-theme .owl-dots .owl-dot.active span {
border-color: #fff;
}
.home-slides.owl-theme .owl-dots .owl-dot.active span::before,
.home-slides-2.owl-theme .owl-dots .owl-dot.active span::before {
position: absolute;
content: "";
background: transparent;
height: 11px;
width: 11px;
border-radius: 50%;
border: 2px solid #fff;
left: 3px;
top: 3px;
}

/*revulation sldier style*/
.tp-banner-container {
width: 100%;
position: relative;
padding: 0;
overflow: hidden !important;
margin-top: -1px;
}
.tp-banner-container h2 {
margin: 0;
color: #fff;
text-transform: uppercase;
font-weight: 700;
font-size: 40px;
}
.tp-banner-container p {
color: #fff;
text-transform: capitalize;
}
.tp-caption a {
color: #fff;
}
.tp-caption a:hover {
color: #333;
}


.single-service-item {
-webkit-perspective: 500px;
perspective: 500px;
text-align: left;
padding-bottom: 40px;
background-color: #fff!important;
}

.single-service-item .single-service {
background-color: #fff!important;
}

.single-service-item .single-service {
text-align: center;
height: 100%;
position: relative;
padding: 25px;
overflow: hidden;

}

.single-service-item .single-service:hover {
border-color: #e98529;
}

.single-service-item .single-service:before {
background-color: #e98529;
}

.single-service-item .single-service:before {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
opacity: 0;
z-index: 1;
-webkit-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
-o-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
}

.single-service-item .single-service:hover:before {
opacity: 1;
}

.single-service-item .single-service .single-service-img {
-webkit-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
-o-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
}

.single-service-item .single-service .single-service-img {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
overflow: hidden;
z-index: 10;
}

.single-service-item .single-service .single-service-img-inner {
height: 100%;
}

.single-service-item .single-service .single-service-img img {
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
opacity: 0;
width: 100%;
height: 100%;
}

.single-service-item .single-service:hover .single-service-img img {
opacity: .4;
}

.single-service-item .single-service .single-service-img img {
overflow: hidden;
}

.single-service-item .single-service .single-service-caption {
z-index: 10;
pointer-events: none;
}

.single-service-item .single-service .single-service-caption .single-service-icon,
.single-service-item .single-service .single-service-caption .single-service-title,
.single-service-item .single-service .single-service-caption .single-service-dec {
position: relative;
z-index: 10;
}

.single-service-item .single-service .single-service-caption .single-service-icon {
background-color: #e98529;
color: #fff;
display: inline-block;
width: 78px;
height: 78px;
border-radius: 50%;
}

.single-service-item .single-service:hover .single-service-icon {
background-color: #fff;
color: #e98529;
}

.single-service-item .single-service .single-service-caption .single-service-icon i {
font-size: 32px;
line-height: 78px;
}

.single-service-item .single-service .single-service-caption .single-service-title {
margin-top: 12px;
margin-bottom: -25px;
}

.single-service-item .single-service .single-service-caption .single-service-dec {
margin-top: 15px;
}

.single-service-item .single-service .single-service-img,
.single-service-item .single-service .single-service-caption .single-service-icon i,
.single-service-item .single-service .single-service-caption .single-service-dec p,
.single-service-item .single-service .single-service-img img {
-webkit-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
-o-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
}

.single-service-item .single-service:hover .single-service,
.single-service-item .single-service:hover .single-service-title h4,
.single-service-item .single-service:hover .single-service-dec p {
color:#fff;
text-shadow: 2px 2px 5px rgba(0,0,0,.5);
}

section#about2 {
z-index: 9;
margin-top: -80px;
}



.accordion-box {
position: relative;
}

.accordion-box .block {
position: relative;
margin-bottom: 24px;
}

.accordion-box .block:before {
position: absolute;
content: '';
left: 12px;
top: 24px;
height: 100%;
border-right: 1px solid #333;
}

.accordion-box .block:last-child:before {
display: none;
}

.accordion-box .block .acc-btn .icon-outer {
font-size: 10px;
color: #fff;
background: #e98529;
border: 1px solid #e98529;
display: block;
text-align: center;
width: 25px;
height: 25px;
line-height: 25px;
position: absolute;
left: 0;
top: 0;
border-radius: 50%;
}

.accordion-box .block .acc-btn.active .icon-outer {
color: #e98529;
background: #fff;
border-color: #e98529;
}

.accordion-box .block .acc-btn {
font-weight: 700;
text-transform: capitalize;
cursor: pointer;
position: relative;
overflow: hidden;
z-index: 1;
padding: 0px 20px 10px 70px;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}

.accordion-box .block .acc-content {
position: relative;
display: none;
}

.accordion-box .block .acc-content.current {
display: block;
}

.accordion-box .block .content {
position: relative;
font-size: 14px;
padding: 0px 20px 0px 70px;
}

.accordion-box .block .content ul li i {
font-size: 11px;
padding-right: 6px;
}

.accordion-box .block .content p {
margin-bottom: 15px;
}

.accordion-box .block .content p:last-child {
margin-bottom: 0px;
}


/* image style one */

.image-style-wrapper .image-one {
background: #ddd;
height: 132px;
position: absolute;
top: 25px;
z-index: 1;
width: 600px;
left: -30px;
}

.image-style-wrapper {
position: relative;
}

.image-style-wrapper .image-two {
position: relative;
z-index: 2;
}



.single-news-icon,
.single-news-text {
float: left;
}

.single-news {
float: left;
width: 100%;
}

.single-news:hover .single-news-icon {
background-color: #333;
}

.single-news:hover .single-news-icon:before {
border-bottom-color: #333;
}

.single-news:hover .single-news-icon:after {
border-top-color: #333;
}

.single-news-icon {
margin: 19px 25px 0 0;
position: relative;
width: 70px;
height: 38px;
background-color: #e98529;
-webkit-transition: all 1.5s ease .1s;
-moz-transition: all 1.5s ease .1s;
-ms-transition: all 1.5s ease .1s;
-o-transition: all 1.5s ease .1s;
transition: all 1.5s ease .1s;
}

.single-news-icon:before,
.single-news-icon:after {
content: "";
position: absolute;
width: 0;
border-left: 35px solid transparent;
border-right: 35px solid transparent;
-webkit-transition: all 1.5s ease .1s;
-moz-transition: all 1.5s ease .1s;
-ms-transition: all 1.5s ease .1s;
-o-transition: all 1.5s ease .1s;
transition: all 1.5s ease .1s;
}

.single-news-icon:before {
bottom: 100%;
border-bottom: 24px solid #e98529;
}

.single-news-icon:after {
top: 100%;
width: 0;
border-top: 24px solid #e98529;
left: 0;
}

.single-news-text {
width: 71%;
position: relative;
}

.single-news-text::before {
position: absolute;
content: "";
top: 117%;
bottom: auto;
height: 2px;
width: 60px;
background: #e98529;
visibility: hidden;
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
-ms-transform: scaleX(0);
-o-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}

.single-news:hover .single-news-text:before {
visibility: visible;
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
-ms-transform: scaleX(1);
-o-transform: scaleX(1);
transform: scaleX(1);
}

.single-news-icon i {
color: #fff;
font-size: 40px;
padding: 13px;
}

.single-news-about {
background: #f5f5f5;
}

.single-news-about-inner {
padding: 20px 30px;
}

.single-news-about-inner p {
margin: 18px 0;
}



.single-service-item,
.single-service {
float: left;
width: 100%;
}

.single-service:hover .single-service-img:before {
opacity: 0.7;
}

.single-service-img {
position: relative;
}

.single-service-img:before {
position: absolute;
content: "";
height: 100%;
width: 100%;
left: 0;
top: 0;
background: rgb(0, 0, 0, 0.8);
opacity: 0;
-webkit-transition: all 1.0s ease .1s;
-moz-transition: all 1.0s ease .1s;
-ms-transition: all 1.0s ease .1s;
-o-transition: all 1.0s ease .1s;
transition: all 1.0s ease .1s;
}

.single-service-title {
width: 100%;

}



.single-service-icon {
color: #e98529;
font-size: 40px;
padding: 15px;
border-right: 1px solid #ddd;
}

.single-service-text {
width: 73%;
}



.single-service-text h5 {
margin: 22px 0 0;
font-weight: 400;

}

.single-service-text h4:hover {
color: #fff;
}

.single-service-dec {
padding: 15px 0;
float: left;
width: 100%;
}

.services-slider.owl-theme .owl-nav {
margin-top: 0;
}

.services-slider.owl-theme .owl-nav div {
position: absolute;
left: 0;
top: 0;
background: #fff;
color: #333;
padding: 0;
margin: 0;
border-radius: 0;
}

.services-slider.owl-theme .owl-nav div:hover {
background: transparent;
color: #333;
}

.services-slider.owl-theme .owl-nav .owl-next {
margin-left: 30px;
}

.serviceall-btn a {
color: #333;
font-weight: 500;
font-size: 16px;
}

.serviceall-btn a i {
color: #e98529;
}

.serviceall-btn a:hover {
color: #e98529;
}

.serviceall-btn:hover a {
padding-left: 20px;
}



.single-team-img {
margin-bottom: 40px;
position: relative;
overflow: hidden;
z-index: 1;
}

.owl-carousel .owl-item .single-team-img img {
width: auto;
display: inline-block;
}

.single-team-img:after {
position: absolute;
content: "";
left: 0;
bottom: 0;
width: 100%;
height: 30%;
background: #eee;
z-index: -1;
-webkit-transition: all 1.0s ease .1s;
-moz-transition: all 1.0s ease .1s;
-ms-transition: all 1.0s ease .1s;
-o-transition: all 1.0s ease .1s;
transition: all 1.0s ease .1s;
}

.single-team:hover .single-team-img:after {
height: 100%;
}

.single-team-meta span {
font-size: 14px;
color: #e98529;
font-weight: 500;
}

.single-team-social ul li {
display: block;
}

.single-team-social ul li a {
color: #333;
background: #fff;
height: 40px;
width: 40px;
line-height: 40px;
display: inline-block;
margin-bottom: 8px;
}

.single-team-social ul li a:hover {
color: #fff;
background: #e98529;
}

.single-team:hover .single-team-social ul li a.sicon1 {
-webkit-animation: fadeInRight 1000ms ease-in-out;
animation: fadeInRight 1000ms ease-in-out;
}

.single-team:hover .single-team-social ul li a.sicon2 {
-webkit-animation: fadeInRight 1500ms ease-in-out;
animation: fadeInRight 1500ms ease-in-out;
}

.single-team:hover .single-team-social ul li a.sicon3 {
-webkit-animation: fadeInRight 2000ms ease-in-out;
animation: fadeInRight 2000ms ease-in-out;
}

.single-team-social {
position: absolute;
top: 0;
right: -40px;
opacity: 0;
-webkit-transition: all 1.0s ease .1s;
-moz-transition: all 1.0s ease .1s;
-ms-transition: all 1.0s ease .1s;
-o-transition: all 1.0s ease .1s;
transition: all 1.0s ease .1s;
}

.single-team:hover .single-team-social {
right: 0;
opacity: 1;
}

.owl-theme.team-slider .owl-dots {
position: absolute;
left: 0;
right: 0;
bottom: -60px;
}
.owl-theme.team-slider .owl-dots .owl-dot span {
height: 12px;
width: 12px;
}
.owl-theme.team-slider .owl-dots div.active span,
.owl-theme.team-slider .owl-dots .owl-dot:hover span {
background: #e98529;
}


.single-rates {
position: relative;
padding: 30px;
border: 3px solid #e98529;
background: rgba(0, 0, 0, 0.6);
}

.single-rates:hover {
border: 3px solid transparent;
}

.single-rates-icon {
color: #e98529;
font-size: 40px;
}

.single-rates h5 {
color: #fff;
text-transform: uppercase;
margin: 20px 0;
}

.single-rates p {
color: #fff;
}

.single-rates:after {
border-right: 3px solid #fff;
border-left: 3px solid #fff;
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
}

.single-rates:before {
border-top: 3px solid #fff;
border-bottom: 3px solid #fff;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
}

.single-rates:before,
.single-rates:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: '';
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}

.single-rates:hover:before,
.single-rates:hover:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}

.theme-btn {
display: inline-block;
font-size: 16px;
color: #ffffff;
background: var(--thm-primary);
border-radius: 5px;
padding: 10px 25px;
font-weight: 500;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.theme-btn:hover {
background: var(--thm-light-blue);
color: #ffffff;

}
.rates-one-btn .theme-btn {
padding: 10px 30px;
background-color: #222;
}
.rates-one-btn .theme-btn:hover {
background-color: var(--thm-primary);
}
.about-two-btn .theme-btn {
padding-left: 65px;
padding-right: 65px;
text-transform: uppercase;
}
.faq-one-left-btn .theme-btn {
padding: 15px 55px;
}
.contact__btn .theme-btn {
border-radius: 0;
padding: 15px 30px;
}

.theme-btn-two {
display: inline-block;
font-size: 16px;
color: #ffffff;
background: var(--thm-blue);
border-radius: 5px;
padding: 10px 25px;
font-weight: 500;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.theme-btn-two:hover {
background: var(--thm-light-blue);
color: #ffffff;

}

/* call to section */

.calltoaction-padding {
padding: 50px 0;
position: relative;
float: left;
width: 100%;

}

.why-choose-two-section{
position: relative;
display: block;
padding: 100px 0 100px;
}
.why-choose-two-image{
position: relative;
display: block;
}
.why-choose-two-image img{
width: 100%;
}
.why-choose-right-content {
position: relative;
display: block;
background: #f7f8f9;
margin-left: -30px;
padding: 90px 70px 53px;
}
/*--------------------------------------------------------------
#  Page Header
--------------------------------------------------------------*/
.page-header {
position: relative;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center center;
overflow: hidden;
padding: 87px 0 100px;
background-size: cover;
}
.page-header::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background:rgba(10,49,72,0.20)
}
.page-header .container {
position: relative;
}


.page-header h2 {
color: #ffffff;
font-size: 55px;
font-weight: 600;
margin: 0;
line-height: 65px;
margin-bottom: 10px;
}
.thm-breadcrumb {
display: inline-block;
margin: 0;
line-height: 27px;
}
.thm-breadcrumb li+li{
margin-left: 12px;
}
.thm-breadcrumb li {
position: relative;
display: inline-block;
}

.thm-breadcrumb li a, .thm-breadcrumb li span {
font-size: 16px;
color: #ffffff;
font-weight: 500;
display: inline-block;
line-height: 30px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.thm-breadcrumb li a:hover{
color: var(--thm-primary);
}
.thm-breadcrumb li span:hover{
color: var(--thm-primary);
}

/*** 
====================================================================
Services Two Section
====================================================================

***/

.services-two-section{
position: relative;
display: block;
padding: 40px 0 10px;
background: #fff!important;
}

.services-two-sec-single {
position: relative;
display: block;
background: #ffffff;
margin-bottom: 30px;
border-radius: 5px ;

-webkit-transition: all 500ms ease;
transition: all 500ms ease;
padding: 50px 40px;
}

.services-two-sec-icon{
width:100%;
height: 15px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;

}

@media all and (min-width: 768px) and (max-width: 991px){
.services-two-sec-icon{
	width:100%;}
.services-two-sec-icon i{
font-size: 70px;}	

}


@media all and (max-width: 768px) {
.services-two-sec-icon{
	width:100%;}
.services-two-sec-icon i{
font-size: 80px;}	

}
.services-two-sec-icon span {
font-size: 80px;
color: var(--thm-primary);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}

.services-two-sec-single h3 {
font-size: 20px;
font-weight: 800;
line-height: 30px;
margin-top: 23px;
margin-bottom: 15px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
text-transform: capitalize;
text-align: center
}

.services-two-sec-single p{
font-size: 16px;
margin: 0;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
text-align: center;
}

/*  */
.services-two-sec-single.active {
background: var(--thm-primary);
}

.active .services-two-sec-icon {
background: #fff;
}

.services-two-sec-single.active h3 {
color: #fff;
}

.services-two-sec-single.active p {
color: #fff;
}

/*** 
====================================================================
About Two Section
====================================================================
***/
.about-tow-section{
position: relative;
display: block;
/* background: #f7f8f9; */
padding: 100px 0 100px;
}
.about-two-left-content{
position: relative;
display: block;
}
.about-two-sec-image{
position: relative;
display: block;
z-index: 5;
}
.about-two-sec-image:before {
position: absolute;
bottom: -15px;
right: -15px;
border-radius: 6px;
width: 270px;
height: 270px;
background: var(--thm-primary);
content: "";
z-index: -1;
}
.about-two-sec-image-bg-1 {
position: absolute;
top: -22px;
left: -22px;
height: 233px;
width: 233px;
background-repeat: no-repeat;
background-position: top left;
z-index: -1;
}
.about-two-sec-image-bg-2 {
position: absolute;
bottom: 10px;
right: 10px;
height: 210px;
width: 210px;
background-repeat: no-repeat;
background-position: bottom right;
}
.about-two-sec-image img{
width: 100%;
border-radius: 6px;
}
.about-two-right-content {
margin-left: 50px;
margin-top: -8px;
}
.about-two-title {
padding-bottom: 25px;
}
.section_title-subheading {
font-size: 14px;
color: var(--thm-primary);
font-weight: 700;
line-height: 30px;
text-transform: uppercase;
margin-bottom: 10px;
letter-spacing: 2px;
}
.sub-title-shape-left:before {
position: relative;
content: '';
left: 0;
bottom: 0;
height: 2px;
width: 30px;
background: var(--thm-primary);
display: inline-block;
margin-right: 12px;
}
.about-two-title h2 {
font-size: 42px;
font-weight: 800;
line-height: 50px;
margin-bottom: 21px;
}
.about-two-title .about-two-title-text {
font-size: 18px;
margin: 0;
}
.about-tow-experience-years {
display: flex;
align-items: center;
margin-bottom: 20px;
}
.about-tow-experience-years-icon {
position: relative;
display: block;
font-size: 75px;
line-height: 80px;
}
.about-tow-experience-years-icon.style-two span{
color: var(--thm-primary);
font-size: 45px;
width: 70px;
height: 70px;
background: #ededf6;
display: inline-block;
line-height: 70px;
text-align: center;
position: relative;
top: -12px;
margin-right: 15px;
}
.about-tow-experience-years-text {
margin-left: 3px;
}
.about-tow-experience-years-text h2{
font-size: 50px;
font-weight: 700;
color: var(--thm-primary);
line-height: 54px;
}
.about-tow-experience-years-text p{
font-size: 18px;
color: var(--thm-gray);
line-height: 25px;
margin: 0;
font-weight: 600;
}
.about-two-bottom-content {
margin-bottom: 50px;
}
.about-two-bottom-text {
font-size: 18px;
margin: 0;
}
.about-two-bottom-content h3 {
font-size: 16px;
line-height: 26px;
text-transform: uppercase;
font-weight: 500;
margin-top: 14px;
}
.about-two-bottom-content span{
color: var(--thm-primary);
}
.about-two-btn{}
.about-two-btn .theme-btn {
padding-left: 65px;
padding-right: 65px;
text-transform: uppercase;
}

/*** 
====================================================================
Rates Two Section
====================================================================
***/
.rates-one-section.two {
padding: 100px 0 100px;
margin-top: 0;
}
.rates-one-section.two .thm-section-title h2{
margin-top: 10px;
}

/*** 
====================================================================
Team Two Section
====================================================================
***/

.team-one-section.two{
background: #f7f8f9;
background-repeat: repeat;
}
.team-one-section.two .thm-section-title h2{
}
/*** 
====================================================================
Team Two Section
====================================================================
***/
.why-choose-two-section{
position: relative;
display: block;
padding: 100px 0 100px;
}
.why-choose-two-image{
position: relative;
display: block;
}
.why-choose-two-image img{
width: 100%;
}
.why-choose-right-content {
position: relative;
display: block;
background: #f7f8f9;
margin-left: -30px;
padding: 90px 70px 53px;
}
/*--------------------------------------------------------------
#  Page Header
--------------------------------------------------------------*/
.page-header {
position: relative;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center center;
overflow: hidden;
padding: 87px 0 100px;
background-size: cover;
}
.page-header::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background:rgba(10,49,72,0.20)
}
.page-header .container {
position: relative;
}
.page-header h2 {
color: #ffffff;
font-size: 55px;
font-weight: 600;
margin: 0;
line-height: 65px;
margin-bottom: 10px;
}
.thm-breadcrumb {
display: inline-block;
margin: 0;
line-height: 27px;
}
.thm-breadcrumb li+li{
margin-left: 12px;
}
.thm-breadcrumb li {
position: relative;
display: inline-block;
}

.thm-breadcrumb li a, .thm-breadcrumb li span {
font-size: 16px;
color: #ffffff;
font-weight: 500;
display: inline-block;
line-height: 30px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.thm-breadcrumb li a:hover{
color: var(--thm-primary);
}
.thm-breadcrumb li span:hover{
color: var(--thm-primary);
}



/*--------------------------------------------------------------
#  video Two Section
--------------------------------------------------------------*/
.video-two-section {
position: relative;
display: block;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
padding: 190px 0 192px;
}
.video-two-sec-inner {
display: flex;
align-items: center;
justify-content: center;
}
.video-two-sec-icon{}
.video-two-sec-btn {
height: 90px;
width: 90px;
color: #ffffff;
border: 4px solid #ffffff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 30px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.video-two-sec-btn:hover{
border: 4px solid var(--thm-primary);
color: var(--thm-primary);
}
.video-two-sec-content{
margin-left: 40px;
}
.video-two-sec-content h2 {
font-size: 40px;
color: #ffffff;
font-weight: 800;
line-height: 50px;
margin-bottom: 30px;
}
.video-two-sec-content span{
color: var(--thm-primary);
}
.video-two-sec-content p{
font-size: 20px;
color: #ffffff;
margin: 0;
line-height: 30px;
}


/*--------------------------------------------------------------
#  Newsletter One Section
--------------------------------------------------------------*/
.newsletter-one-section{
position: relative;
display: block;
background: #f7f8f9;
padding: 90px 0 100px;
}
.newsletter-one-sec-inner {
position: relative;
display: block;
max-width: 565px;
margin: 0 auto;
text-align: center;
}
.newsletter-one-sec-inner .title {
margin-bottom: 55px;
}
.newsletter-one-sec-inner .title h2 {
font-size: 40px;
font-weight: 800;
line-height: 50px;
margin-bottom: 16px;
}
.newsletter-one-sec-inner .title p{
font-size: 16px;
margin: 0;
line-height: 30px;
}
.newsletter-one-input-box{
position: relative;
display: block;
}
.newsletter-one-input-box input{}
.newsletter-one-input-box input[type="Email"] {
height: 60px;
background: #ffffff;
width: 100%;
padding-left: 30px;
padding-right: 80px;
border-radius: 30px;
font-size: 18px;
color: #777777;
}
.newsletter-one-input-box input[type="email"]:focus {
outline: none;
}
.newsletter-one-input-box input[type="email"]::-webkit-input-placeholder {
color: #777777;
}
.newsletter-one-input-box input[type="email"]:-moz-placeholder {
color: #777777;
}
.newsletter-one-input-box input[type="email"]::-moz-placeholder {
color: #777777;
}
.newsletter-one-input-box input[type="email"]:-ms-input-placeholder {
color: #777777;
}
.newsletter-one-input-box .button {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 60px;
background: var(--thm-primary);
border-radius: 50%;
font-size: 20px;
color: #ffffff;
}

/*--------------------------------------------------------------
#  Serviec Details Section
--------------------------------------------------------------*/
.service-details-section{
position: relative;
display: block;
padding: 100px 0 100px;
}
.service-details-sidebar{}
.service-details-sidebar-single+.service-details-sidebar-single{
margin-top: 60px;
}
.view-all-services {
position: relative;
display: block;
background: #f7f7f7;
padding: 34px 40px 60px;
}
.view-all-services .title{
margin-bottom: 21px;
}
.view-all-services .title h3 {
font-size: 22px;
font-weight: 600;
line-height: 32px;
}
.view-all-services ul{}
.view-all-services ul li {
position: relative;
display: block;
padding-left: 46px;
background: #ffffff;
padding-top: 12px;
padding-bottom: 13px;
}
.view-all-services ul li+li{
margin-top: 10px;
}
.view-all-services ul li .icon {
position: absolute;
top: 19px;
left: 0;
height: 16px;
width: 16px;
background: var(--thm-primary);
text-align: center;
border-radius: 50%;
color: #ffffff;
line-height: 16px;
font-size: 10px;
display: flex;
align-items: center;
justify-content: center;
margin-left: 20px;
}
.view-all-services ul li .icon i{}
.view-all-services ul li .text{}
.view-all-services ul li .text a {
font-size: 18px;
color: var(--thm-gray);
font-weight: 600;
line-height: 30px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.view-all-services ul li:hover .text a {
color: var(--thm-primary);
} 


.service-details-right-content{}
.service-details-right-image{}
.service-details-right-image img{
width: 100%;
}
.service-details-right-text{}

.service-details-right-text h3 {
font-size: 36px;
font-weight: 600;
line-height: 46px;
margin-top: 50px;
margin-bottom: 20px;
}
.service-details-right-text .first-text {
color: var(--thm-gray);
padding-bottom: 7px;
}
.service-details-right-text .last-text{
color: var(--thm-gray);
}
.features-list {
padding-top: 75px;
padding-bottom: 50px;
}
.features-list li {
position: relative;
display: inline-block;
}
.features-list li+li{
margin-left: 10px;
}
.features-list li .icon {
width: 100px;
height: 100px;
border-radius: 50%;
box-shadow: 1.362px 2.673px 35px 0px rgb( 0, 0, 0, .08);
text-align: center;
}
.features-list li .icon,
.features-list li .text{
display: table-cell;
vertical-align: middle;
}

.features-list li .icon span{
font-size: 56px;
color: var(--thm-primary);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
line-height: 100px;
}
.features-list li .text {
position: relative;
padding-left: 12px;
}
.features-list li .text h4{
font-size: 22px;
font-weight: 500;
line-height: 32px;
}


.accordion-box{
position:relative;
}

.accordion-box .block{
position:relative;
margin-bottom: 20px;
}

.accordion-box .block:last-child{
margin-bottom: 0px;
}
.accordion-box .block .acc-btn {
padding: 0 20px;
background: #f7f7f7;
}
.accordion-box .block .acc-btn h4 {
position: relative;
display: block;
font-size: 16px;
font-weight: 500;
color: #222222;
line-height: 26px;
padding: 17px 0;
cursor: pointer;
transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active h4{
color: #222222;
}

.accordion-box .block .acc-content {
position: relative;
display: none;
border: 1px solid #eeeeee;
border-top: 0px;
padding: 29px 35px 27px;
}

.accordion-box .block .acc-content.current{
display:block;  
}

.accordion-box .block .content .text {
position: relative;
display: block;
font-size: 16px;
color: var(--thm-gray);
}
.accordion-box .block .acc-btn .icon-outer {
position: absolute;
top: 15px;
right: 21px;
font-size: 14px;
color: var(--thm-gray);
font-weight: 900;
text-align: center;
cursor: pointer;
transition: all 500ms ease;
z-index: 1;
}

.accordion-box .block .acc-btn.active .icon-outer{
color: var(--thm-gray);
}

.accordion-box .block .acc-btn.active .icon-outer i:before{
position: relative;
font-size: 14px;
font-family:'Font Awesome 5 Pro';
font-weight: 900;
margin: 0px;
content: "\f068";
}


/*--------------------------------------------------------------
#  Project Details Image Box
--------------------------------------------------------------*/
.project-details-image-box{
position: relative;
display: block;
padding: 100px 0 50px;
}
.project-details-img{}
.project-details-img img{
width: 100%;
}

/*--------------------------------------------------------------
#  Project Details Content Section
--------------------------------------------------------------*/
.project-details-content-section{}
.project-details-left-content{}
.project-details-left-content .title{}
.project-details-left-content .title h2 {
padding-bottom: 22px;
font-size: 36px;
font-weight: 600;
line-height: 46px;
}
.project-details-left-content .text{}
.project-details-left-content .text .first-text {
padding-bottom: 10px;
}
.project-details-left-content .text .second-text {
margin: 0;
}

.project-details-right {
position: relative;
display: block;
background: #f7f7f7;
padding: 30px;
margin-top: -320px;
}
.project-details-right ul{}
.project-details-right ul li {
border: 1px solid #eeeeee;
background: #ffffff;
padding: 20px 20px 20px;
margin-bottom: 20px;
}
.project-details-right ul li:last-child{
margin-bottom: 0;
}
.project-details-right ul li h4 {
font-size: 18px;
font-weight: 700;
line-height: 30px;
}
.project-details-right ul li p{
font-size: 18px;
font-weight: 500;
margin: 0;
color: #797672;
}


.project-details-benifits-section {
padding: 52px 0 100px;
}

.project-details-benifits-image img{
width: 100%;
}

.project-details-benifits h3 {
font-size: 24px;
font-weight: 600;
line-height: 34px;
margin-bottom: 25px;
}

.project-details-benifits .text p{
margin: 0;
margin-bottom: 30px;
}

.project-details-benifits ul li i {
padding-right: 10px;
}


/*--------------------------------------------------------------
#  Faq One Section
--------------------------------------------------------------*/
.faq-one-section{
position: relative;
display: block;
padding: 100px 0 100px;
}
.faq-one-left{}
.faq-one-left h3 {
font-size: 40px;
font-weight: 600;
line-height: 50px;
margin-bottom: 37px;
}
.faq-one-left p {
margin: 0;
}
.faq-one-left-btn{
margin-top: 36px;
}
.faq-one-left-btn .theme-btn {
padding: 15px 55px;
}
.faq-one-right{}


/*--------------------------------------------------------------
#  Contact One Section
--------------------------------------------------------------*/
.contact-one-section{
position: relative;
display: block;
padding: 100px 0 100px;
}
.contact-one-image{
position: relative;
display: block;
}
.contact-one-image img{
width: 100%;
}
.contact-one-form{}
.contact-one-form .input-box{}
.contact-one-form .input-box input[type="text"], 
.contact-one-form .input-box input[type="Email"]{
font-size: 16px;
background-color: rgb( 247, 248, 249 );
height: 60px;
color: #888888;
padding: 0 25px;
font-weight: 400;
margin-bottom: 30px;
width: 100%;
}

.contact-one-form .input-box textarea{
font-size: 16px;
background-color: rgb( 247, 248, 249 );
height: 150px;
color: #888888;
font-weight: 400;
margin-bottom: 20px;
width: 100%;
padding: 20px 25px 25px;
}
.contact__btn{}
.contact__btn .theme-btn {
border-radius: 0;
padding: 15px 30px;
}

/*--------------------------------------------------------------
# Google_map
--------------------------------------------------------------*/
.google_map {
position: relative;
display: block;
background: #f8f8f8;
}
.google-map__contact {
width: 100%;
border: none;
outline: none;
display: block;
height: 560px;
}

/*--------------------------------------------------------------
# Contactinfo
--------------------------------------------------------------*/
.contactinfo{
position: relative;
display: block;
padding: 0 0 70px;
margin-top: -100px;
z-index: 1;
}
.contactinfo-single {
display: flex;
flex-direction: row;
background-color: rgb( 255, 255, 255 );
padding: 50px 50px 35px;
padding-right: 21px;
margin-bottom: 30px;
z-index: 5;
box-shadow: 0px 1px 16.24px 12.76px rgba(0, 0, 0, 0.04);
}
.contactinfo-icon{}
.contactinfo-icon span {
font-size: 20px;
color: var(--thm-primary);
margin-top: 8px;
}
.contactinfo-content{
margin-left: 20px;
}
.contactinfo-content h4 {
font-size: 15px;
font-weight: 600;
line-height: 25px;
margin-bottom: 10px;
}
.contactinfo-content a{
color: #888888;
}
.contactinfo-content p {
margin: 0;
font-size: 15px;
}

/*--------------------------------------------------------------
# News Page
--------------------------------------------------------------*/
.news-one-section.news-page{
background: #ffffff!important;
}
.news-one-section.news-page .news-one-content{
background-color: #FFFFFF!important;
box-shadow: 0px 0px 40px 0px rgb(3 3 3 / 0.07);
}
.news-pg-pagination {
position: relative;
display: block;
text-align: center;
width: 100%;
padding: 30px 0 30px;
}
.news-pg-pagination .pg-pagination{}
.news-pg-pagination .pg-pagination li {
display: inline-block;
margin-right: 5px;
}
.news-pg-pagination .pg-pagination li:last-child{
margin-right: 0;
}
.news-pg-pagination .pg-pagination li a {
height: 60px;
width: 60px;
text-align: center;
line-height: 60px;
background: #fff;
display: inline-block;
color: var(--thm-gray);
font-weight: 700;
font-size: 18px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}

.news-pg-pagination .pg-pagination li a:hover{
background: var(--thm-primary);
color: #ffffff;
}

/*--------------------------------------------------------------
# News Classic
--------------------------------------------------------------*/
.news-classic-section{
position: relative;
display: block;
padding: 100px 0 100px;
}
.news-classic-content{
position: relative;
display: block;
}
.news-classic-single{
position: relative;
display: block;
margin-bottom: 50px;
}
.news-classic-image{
position: relative;
display: block;
}
.news-classic-image img{
width: 100%;
}
.news-classic-date{
position: absolute;
bottom: 30px;
left: 30px;
}
.news-classic-date a {
font-size: 15px;
background: var(--thm-primary);
display: inline-block;
color: #ffffff;
font-weight: 600;
padding: 7px 25px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.news-classic-date a:hover{
color: var(--thm-gray);
background: #ffffff;
}
.news-classic-content-box{
position: relative;
display: block;
background-color: rgb( 255, 255, 255 );
box-shadow: 0px 0px 62px 0px rgb( 27, 31, 45, .05 );
padding: 28px 30px 40px;
}
.news-classic-meta{
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.news-classic-meta li{
position: relative;
display: block;
}
.news-classic-meta li:before {
position: absolute;
top: 7px;
left: 0;
bottom: 8px;
width: 2px;
background: #c0c0c0;
content: "";
}
.news-classic-meta li:first-child:before{
display: none;
}
.news-classic-meta li+li{
margin-left: 12px;
padding-left: 12px;
}
.news-classic-meta li a {
font-size: 15px;
color: var(--thm-gray);
}
.news-classic-meta li a i{
color: var(--thm-primary);
padding-right: 4px;
}
.news-classic-title{
margin-top: 6px;
margin-bottom: 21px;
}
.news-classic-title h3{
font-size: 30px;
line-height: 40px;
font-weight: 600;
}
.news-classic-title h3 a{
color: var(--thm-gray);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.news-classic-title h3 a:hover{
color: var(--thm-primary);
}
.news-classic-text{}
.news-classic-text p{
margin: 0;
}
.news-classic-btn{
margin-top: 11px;
}
.news-classic-btn a{
font-size: 15px;
color: var(--thm-gray);
font-weight: 600;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.news-classic-btn a:hover{
color: var(--thm-primary);
}
.news-classic-btn a i {
padding-left: 5px;
}

.news-pg-pagination.news-pg-classic {
text-align: left;
padding: 0;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar-single {

}

.sidebar-single + .sidebar-single {
margin-top: 30px;
}

.sidebar-title {
margin: 0;
color: var(--thm-gray);
font-size: 22px;
font-weight: 600;
margin-bottom: 15px;
}


.sidebar-category{
position: relative;
display: block;
background-color: #f7f8f9;
padding: 35px 40px 30px;
}
.sidebar-category-list{}
.sidebar-category-list li{
margin-bottom: 5px;
}
.sidebar-category-list li a {
font-size: 16px;
color: var(--thm-gray);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.sidebar-category-list li a:hover{
color: var(--thm-primary);
}
.sidebar-category-list li i{
padding-right: 2px;
}
.sidebar-category-list li span{
padding-left: 10px;
}

.sidebar-latest-news{
position: relative;
display: block;
background: #f7f8f9;
padding: 36px 40px 40px;
}
.sidebar-latest-news-list{}
.sidebar-latest-news-list li{
display: -webkit-box;
display: flex;
align-items: center;
}
.sidebar-latest-news-list li+li{
margin-top: 25px;
}
.sidebar-latest-news-image{}
.sidebar-latest-news-image img{}
.sidebar-latest-news-content{
margin-left: 20px;
}
.sidebar-latest-news-content h3 {
line-height: 20px;
font-size: 16px;
font-weight: 600;
margin-bottom: 6px;
}
.sidebar-latest-news-content a{
color: var(--thm-gray);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.sidebar-latest-news-content a:hover{
color: var(--thm-primary);
}
.sidebar-latest-news-content p{
font-size: 14px;
margin: 0;
}

.sidebar-archive{
position: relative;
display: block;
background: #f7f8f9;
padding: 36px 40px 35px;
}
.sidebar-archive-list{}
.sidebar-archive-list li{
margin-bottom: 5px;
}
.sidebar-archive-list li a{
color: var(--thm-gray);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
font-size: 16px;
}
.sidebar-archive-list li a:hover{
color: var(--thm-primary);
}
.sidebar-archive-list li i{
padding-right: 2px;
}

.sidebar-instagram{
position: relative;
display: block;
background: #f7f8f9;
padding: 36px 40px 30px;
}
.sidebar-instagram-list{}
.sidebar-instagram-list li{
display: inline-block;
margin-bottom: 10px;
margin-right: 5px;
}
.sidebar-instagram-list li .instagram-img{
position: relative;
display: block;
}
.sidebar-instagram-list li .instagram-img:before {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
content: "";
background: rgba(0,0,0,.3);
transform: scaleX(0);
border-radius: 5px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.sidebar-instagram-list li:hover .instagram-img:before{
transform: scaleX(1);
}
.sidebar-instagram-list li .instagram-img img{
border-radius: 5px;
width: 100%;
}
.sidebar-instagram-img-hover{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
color: var(--thm-primary);
font-size: 15px;
transform: scale(0);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.sidebar-instagram-list li:hover .sidebar-instagram-img-hover{
transform: scaleX(1);
}
.sidebar-instagram-img-hover i{}

.sidebar-tag{
position: relative;
display: block;
background: #f7f8f9;
padding: 36px 40px 40px;
}
.sidebar-tags-list{}
.sidebar-tags-list a {
font-size: 16px;
color: #9c9c9c;
background: #ffffff;
display: inline-block;
padding: 2px 15px;
margin-left: 5px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.sidebar-tags-list a:hover{
background: var(--thm-primary);
color: #ffffff;
}
.sidebar-tags-list a+a{
margin-left: 5px;
margin-top: 10px;
}

/*--------------------------------------------------------------
# news Details
--------------------------------------------------------------*/
.news-details-section{
position: relative;
display: block;
padding: 100px 0 100px;
}
.news-details-content{
position: relative;
display: block;
}
.news-details-inner{
position: relative;
display: block;
}
.news-details-image{
position: relative;
display: block;
}
.news-details-image img{
width: 100%;
}
.news-details-date{
position: absolute;
bottom: 30px;
left: 30px;
}
.news-details-date a{
font-size: 15px;
background: var(--thm-primary);
display: inline-block;
color: #ffffff;
font-weight: 600;
padding: 7px 25px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.news-details-date a:hover{
color: var(--thm-gray);
background: #ffffff;
}
.news-details-content-box{
position: relative;
display: block;
background-color: rgb( 255, 255, 255 );
box-shadow: 0px 0px 62px 0px rgb( 27, 31, 45, .05 );
padding: 28px 30px 35px;
}
.news-details-meta{
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.news-details-meta li{
position: relative;
display: block;
}
.news-details-meta li:before{
position: absolute;
top: 7px;
left: 0;
bottom: 8px;
width: 2px;
background: #c0c0c0;
content: "";
}
.news-details-meta li:first-child:before{
display: none;
}
.news-details-meta li+li{
margin-left: 12px;
padding-left: 12px;
}
.news-details-meta li a{
font-size: 15px;
color: var(--thm-gray);
}
.news-details-meta li i{
color: var(--thm-primary);
padding-right: 4px;
}
.news-details-title {
margin-top: 6px;
margin-bottom: 20px;
}
.news-details-title h3{
font-size: 30px;
line-height: 40px;
font-weight: 600;
}
.news-details-title h3 a{
color: var(--thm-gray);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.news-details-title h3 a:hover{
color: var(--thm-primary);
}
.news-details-text{}
.news-details-text .first-text {
margin: 0;
}
.news-details-text .second-text{
margin: 0;
padding-top: 11px;
padding-bottom: 11px;
} 
.news-details-text .last-text{
margin: 0;
} 
.news-details-two-image{
position: relative;
display: block;
padding: 30px 0 30px;
}
.news-details-two-img-box{}
.news-details-two-img-box-single{}
.news-details-two-img-box-single img{
width: 100%;
}

.news-details-bottom-text{}
.news-details-bottom-text .bottom-text{
margin: 0;
}

.news-details-bottom {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: justify;
justify-content: space-between;
flex-wrap: wrap;
padding: 45px 0 40px;
}
.news-details-bottom p {
margin: 0;
padding-bottom: 6px;
}

.news-detail-tags span {
color: var(--thm-gray);
font-size: 16px;
margin: 0;
margin-right: 6px;
}
.news-detail-tags a {
font-size: 14px;
color: var(--thm-gray);
background: #f7f8f9;
display: inline-block;
padding: 4px 15px;
}
.news-detail-tags a+a{
margin-left: 15px;
}
.news-detail-social-list {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.news-detail-social-list a {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
width: 40px;
height: 40px;
background-color: #f6f6f6;
color: var(--thm-gray);
font-size: 14px;
border-radius: 50%;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.news-detail-social-list a + a {
margin-left: 10px;
}

.news-detail-social-list a:hover {
color: #ffffff;
background-color: var(--thm-primary);
}

/* author */

.author-one {
padding: 25px 35px 25px;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
border: 1px solid #f0f0f0;
margin-bottom: 73px;
}

.author-one-content {
margin-left: 35px;
}

.author-one-content h3 {
margin: 0;
color: var(--thm-gray);
font-size: 22px;
font-weight: 600;
line-height: 32px;
}

.author-one-content p {
font-size: 16px;
margin: 0;
margin-top: 10px;
line-height: 24px;
}



/*** 

====================================================================
About Us  Section
====================================================================

***/
.about-us-one-section {
position: relative;
display: block;
background: #f7f8f9;
padding: 100px 0 100px;
}
.about-us-left {
position: relative;
display: block;
margin-right: 30px;
}
.about-us-left .about-us-img{
position: relative;
display: block;
}
.about-us-left .about-us-img img{
width: 100%;
border-radius: 5px;
}
.about-us-left .experience-years {
position: absolute;
bottom: 50px;
left: 50%;
right: 0;
transform: translateX(-50%);
background: rgba(255, 255, 255, .90);
display: flex;
align-items: center;
padding: 20px 24px;
max-width: 305px;
width: 100%;
border-radius: 5px;
}
.about-us-left .experience-years .year{}
.about-us-left .experience-years .year h3 {
font-size: 50px;
color: var(--thm-primary);
font-weight: 700;
line-height: 60px;
}
.about-us-left .experience-years .text{
margin-left: 15px;
}
.about-us-left .experience-years .text p {
font-size: 18px;
color: var(--thm-gray);
font-weight: 600;
margin: 0;
}

.about-us-right {
position: relative;
display: block;
margin-top: -10px;
}
.about-us-right .title{}
.about-us-right .title h2 {
font-size: 40px;
font-weight: 600;
line-height: 48px;
margin-bottom: 22px;
}
.about-us-right .title p {
margin: 0;
}
.about-us-right .description{}
.about-us-right .description h5 {
font-size: 20px;
font-weight: 600;
line-height: 30px;
margin-top: 22px;
margin-bottom: 13px;
}
.about-us-right .description p{
margin: 0;
}
.ceo-founder-details {
display: flex;
align-items: center;
margin-top: 20px;
}
.ceo-founder-details .ceo-founder-img{
width: 60px;
height: 60px;
border-radius: 50%;
}
.ceo-founder-details .ceo-founder-img img{
width: 100%;
border-radius: 50%;
}
.ceo-founder-details .ceo-founder-content{
margin-left: 25px;
}
.ceo-founder-details .ceo-founder-content h3 {
font-size: 16px;
color: var(--thm-gray);
text-transform: uppercase;
font-weight: 500;
line-height: 26px;
}
.ceo-founder-details .ceo-founder-content span{
color: var(--thm-primary);
}

/*** 

====================================================================
services One Section
====================================================================

***/
.services-one-section{
position: relative;
display: block;
padding: 100px 0 100px;
}
.services-one-sec-single {
position: relative;
display: block;
text-align: center;
background: #ffffff;
padding: 40px 25px 30px;
border-radius: 5px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
border: 1px solid #eee;
}

.services-one-sec-icon{
width: 100px;
height: 100px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
margin: 0 auto;
transition: .5s;
background: #ffffff;
border: 5px solid #fcfcfc;
box-shadow: 0 0 5px rgb(0 0 0 / 0.15);
}
.services-one-sec-single:hover .services-one-sec-icon {
transform: translateY(-5px);
}
.services-one-sec-icon span {
font-size: 56px;
color: #222;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
span.flaticon-paint-roller:before {
left: 7px;
position: relative;
top: 4px;
}

.services-one-sec-single h3 {
font-size: 20px;
font-weight: 600;
line-height: 30px;
margin-top: 23px;
margin-bottom: 14px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}

.services-one-sec-single p{
font-size: 16px;
margin: 0;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}


/*** 

====================================================================
Services One Section
====================================================================

***/
.video-one-section {
position: relative;
display: block;
background-repeat: no-repeat;
background-position: center center;
padding: 100px 0 250px;
z-index: 1;
background-size: cover;

}
.video-one-section:before{
position: absolute;
top: 0;
left: 0;

height: 100%;
width: 100%;
content: "";
background: rgba(0, 0, 0, .50);
}
.video-one-sec-content {
position: relative;
display: block;
max-width: 515px;
margin: 0 auto;
width: 100%;
}
.video-one-sec-inner{
position: relative;
display: block;
text-align: center;
}
.video-one-sec-inner h2 {
font-size: 40px;
color: #ffffff;
font-weight: 700;
line-height: 50px;
margin-bottom: 30px;
}
.video-one-sec-inner p {
font-size: 16px;
color: #ffffff;
margin: 0;
line-height: 26px;
}
.video-one-sec-inner .video-one-sec-btn {
position: relative;
width: 90px;
height: 90px;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
font-size: 24px;
color: #ffffff;
margin-left: auto;
margin-right: auto;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
border-radius: 50%;
border: 3px solid #ffffff;
margin-top: 42px;
}

/*** 

====================================================================
Rates  Section
====================================================================

***/
.rates-one-section {
position: relative;
display: block;
padding: 0 0 70px;
margin-top: -145px;
z-index: 2;
}
.rates-one-sec-single{
position: relative;
display: block;
margin-bottom: 30px;
}
.rates-one-sec-img{
position: relative;
display: block;
overflow: hidden;
max-height: 350px;
}
.rates-one-sec-img img {
width: 100%;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
transition: .5s;
}
.rates-one-sec-single:hover .rates-one-sec-img img {
transform: scale(1.1);
}
.rates-one-sec-content{
position: relative;
display: block;
padding: 38px 40px 40px;
background-color: rgb( 255, 255, 255 );
box-shadow: 0px 50px 90px 0px rgb( 26, 46, 85, .10);
}
.rates-one-count {
position: absolute;
top: 40px;
right: 90px;
color: var(--thm-blue);
z-index: 99;
font-family: var(--heading-font);
font-size: 45px;
font-weight: 800;
}
.rates-one-sec-content h4 {
display: inline-block;
font-size: 16px;
background-color: var(--thm-primary);
font-weight: 400;
line-height: 26px;
color: #fff;
padding: 3px 20px;
margin-bottom: 7px;
}
.rates-one-sec-content h3 {
font-size: 20px;
font-weight: 800;
line-height: 32px;
margin-top: 10px;
margin-bottom: 8px;
}
.rates-one-sec-content p{
margin: 0;
}

/* Homepage card alignment for News, Services, and Rates sections */
.home-card-row > [class*="col-"] {
display: flex;
}
.home-card {
width: 100%;
height: 100%;
}
.home-card-content {
display: flex;
flex-direction: column;
flex: 1 1 auto;
}
.home-card .news-one-title h3 {
margin-top: 0;
margin-bottom: 12px;
}
.home-card-text {
display: flex;
flex-direction: column;
flex: 1 1 auto;
gap: 14px;
}
.home-card-text p {
margin: 0;
line-height: 1.5;
}
.home-service-card {
padding: 42px 34px;
}
.home-service-card h3 {
margin-bottom: 18px;
}
.home-services-row {
row-gap: 28px;
margin-left: -18px;
margin-right: -18px;
}
.home-services-row > [class*="col-"] {
padding-left: 18px;
padding-right: 18px;
}
.home-services-row .home-service-card {
padding: 48px 30px 40px;
border-radius: 12px;
box-shadow: 0 6px 18px rgba(20, 49, 95, 0.08);
border: 1px solid rgba(18, 53, 105, 0.06);
}
.home-services-row .services-two-sec-icon {
margin-bottom: 10px;
}
.rates-card-body {
display: flex;
flex-direction: column;
flex: 1 1 auto;
gap: 14px;
}
.rates-card-body .rate-card-header {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
flex-wrap: wrap;
}
.rates-card-body .rate-card-header h3 {
margin: 0;
}
.home-rate-pill {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 7px 16px;
border-radius: 999px;
background: linear-gradient(135deg, var(--thm-primary), #f9a24a);
box-shadow: 0 10px 24px rgba(244, 128, 31, 0.25);
color: #fff;
font-size: 19px;
font-weight: 800;
line-height: 1;
letter-spacing: 0.01em;
white-space: nowrap;
}
.rates-card-body .leading-5 {
margin: 0;
}
.home-card-btn {
margin-top: auto !important;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
@media only screen and (max-width: 767px) {
.home-service-card {
padding: 34px 24px;
}
.home-services-row {
row-gap: 20px;
margin-left: -12px;
margin-right: -12px;
}
.home-services-row > [class*="col-"] {
padding-left: 12px;
padding-right: 12px;
}
.home-services-row .home-service-card {
padding: 38px 22px 32px;
}
.home-rate-pill {
font-size: 18px;
padding: 6px 14px;
}
}
.rates-one-btn {
margin-top: 30px;
}
.rates-one-btn .theme-btn {
padding: 10px 30px;
background-color: #222;
}
.rates-one-btn .theme-btn:hover {
background-color: var(--thm-primary);
}
.rates-one-icon {
font-size: 70px;
margin-bottom: 25px;
color: var(--thm-primary);
line-height: 70px;
}

/*** 

====================================================================
Team One Section
====================================================================

***/
.team-one-section{
position: relative;
display: block;
padding: 100px 0 70px;
}
.team-one-single{
position: relative;
display: block;
margin-bottom: 30px;
}
.team-one-img {
position: relative;
display: block;
}
.team-one-img:before{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, .40);
content: "";
transform: scale(0);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.team-one-single:hover .team-one-img:before{
transform: scale(1);
}
.team-one-img img{
width: 100%;
}
.team-one-hover {
position: absolute;
bottom: 30px;
left: 50%;
transform: translateX(-50%);
}
.team-one-social{
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
transform: translateY(70px);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.team-one-single:hover .team-one-social{
transform: translateY(0);
}
.team-one-social a{
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
width: 40px;
height: 40px;
border-radius: 50%;
background-color: #2d3247;
color: #ffffff;
font-size: 15px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.team-one-social a:hover{
background: var(--thm-primary);
}
.team-one-social a+a{
margin-left: 10px;
}
.team-one-content {
position: relative;
display: block;
text-align: center;
padding: 38px 0 36px;
background-color: rgb( 255, 255, 255 );
box-shadow: 0px 0px 51px 0px rgb( 0, 0, 0, .09 );
}
.team-one-content h3 {
font-size: 18px;
font-weight: 800;
line-height: 32px;
margin-bottom: 3px;
text-transform: capitalize;
}
.team-one-content p {
font-size: 16px;
color: var(--thm-primary);
font-weight: 700;
margin: 0;
letter-spacing: 1px;
}

/*** 

====================================================================
News One Section
====================================================================

***/
.news-one-section{
position: relative;
display: block;
background: #FFFFFF!important;
padding: 100px 0 70px;
}
.news-one-single{
position: relative;
display: block;
margin-bottom: 30px;
background-color: #ffffff!important;
/* overflow: hidden; */
}
.news-one-img{
position: relative;
display: block;
overflow: hidden;
background: #fff;
height: 200px;

}
.news-one-img img{
width: 100%;
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
transition: opacity 500ms ease, -webkit-transform 500ms ease;
transition: transform 500ms ease, opacity 500ms ease;
transition: transform 500ms ease, opacity 500ms ease,
-webkit-transform 500ms ease;
}
.news-one-single:hover .news-one-img img{
opacity: 0.7;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.news-one-content {
position: relative;
display: block;
background-color:#FFFFFF!important;
box-shadow: 0px 0px 62px 0px rgb( 27, 31, 45, .05 );
padding: 33px 30px 34px;
}

.news-one-meta li {
font-size: 15px;
color: #888888;
line-height: 25px;
font-weight: 500;
}

.news-one-title h3 {
font-size: 20px;
font-weight: 800;
line-height: 30px;
margin-top: 12px;
margin-bottom: 13px;
}
.news-one-title h3 a{
color: var(--thm-blue);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.news-one-title h3 a:hover{
color: var(--thm-primary);
}
.news-one-text{}
.news-one-text p {
margin: 0;
line-height: 25px;
}
.calltoaction-two-wrap h4,
.calltoaction-two-wrap p {
color: #fff;
}



footer {
position: relative;
float: left;
width: 100%;
background-image: url(../images/bg/footer-bg.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;

}

.footer-top {
padding: 80px 0 60px;
}


.footer-section-title h3 {
color: var(--thm-blue);
text-transform: uppercase;
font-size: 20px;
font-weight: 900;
margin: 0;
letter-spacing: 2px;
position: relative;
padding-bottom: 20px;
text-shadow: 2px 2px 5px rgba(255,255,255,.6);
}

.footer-section-title h3:after {
position: absolute;
content: "";
height: 2px;
width: 60px;
background: #e98529;
left: 0;
bottom: 0;
}

.footer-section-title {
margin-bottom: 30px;
}

footer .about,
footer .quick-link-list,
footer .recentPost,
footer .mailing-list {
clear: both;
font-weight: 500;
}


.footer-logo {
margin-right: 5px;
width: 100%;
filter: drop-shadow(2px 2px 10px white);
}

.footer-logo-icon,
.footer-logo-text {
float: left;
}


.footer-logo-text h3 {
color: #fff;
text-transform: uppercase;
font-size: 20px;
font-weight: 800;
margin: 0;
letter-spacing: 2px;
text-shadow: 2px 2px 5px rgba(0,0,0,.5);
}

.footer-widget .about p {
color: #fff;
font-size: 16px;
font-weight: 500;
padding: 0 0 15px;
text-shadow: 2px 2px 5px rgba(0,0,0,.5);
}

.footer-logo img {
float: left;
width: 70%!important;
}

.fnews-btn {
font-size: 23px;
color: #fff;
background: #e98529;
cursor: pointer;
margin-left: -2px;
height: 45px;
border-radius: 0;
border: 0;
}

.footer-news .form-control {
background: #333;
color: #fff;
}

.footer-news .form-control:focus {
border-color: #333;
}

.ehl{ width: 120%;
}

.ncua { width: 60%;
margin-left: 20px;
}
ul.quick-link-list li a {
color: #fff;
line-height: 35px;
position: relative;
font-weight: 500;
text-transform: capitalize;
text-shadow: 2px 2px 5px rgba(0,0,0,.5);
}

ul.quick-link-list li a i {
color: #ccc;
padding-right: 5px;
text-shadow: 2px 2px 5px rgba(0,0,0,.5);
}

ul.quick-link-list li a:after {
position: absolute;
content: "";
height: 1px;
width: 100%;
background: #e98529;
left: 0;
top: 29px;
opacity: 0;
visibility: hidden;
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
-ms-transform: scaleX(0);
-o-transform: scaleX(0);
transform: scaleX(0);
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;

}

ul.quick-link-list li a:hover:after {
width: 100%;
opacity: 1;
visibility: visible;
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
-ms-transform: scaleX(1);
-o-transform: scaleX(1);
transform: scaleX(1);
}

.singleRecpost {
border-bottom: 1px solid #999;
margin-bottom: 15px;
padding-bottom: 10px;
padding-left: 77px;
position: relative;
}

.singleRecpost:last-child {
border: none;
}

.singleRecpost img {
position: absolute;
left: 0;
top: 0;
width: 65px;
}

.recTitle {
line-height: 20px;
margin: 0;
font-size: 14px;
}

.recTitle a {
color: #fff;
}

.singleRecpost p {
margin-top: 5px;
color: #e98529;
font-size: 14px;
text-shadow: 2px 2px 5px rgba(0,0,0,.5);
}

.single-fcontact {
float: left;
width: 100%;
}

.single-fcontact-icon,
.single-fcontact-des {
float: left;
text-shadow: 2px 2px 5px rgba(0,0,0,.5);

}

.single-fcontact-icon {
margin-right: 10px;
font-size: 20px;

}

.single-fcontact-des {
color:#fff;
width: 87%;
margin-top: 4px;
text-shadow: 2px 2px 5px rgba(0,0,0,.5);
}

.single-fcontact-des h6 {
color: #fff;
margin-bottom: 5px;
text-shadow: 2px 2px 5px rgba(0,0,0,.5);
}

.footer-social-war,
.footer-social {
float: left;
width: 100%;

}

.footer-social ul li a {
display: inline-block;
float: left;
color: #fff;
background:#79ABB8;
margin: 0 12px 6px 0px;
border-radius: 50%;
height: 48px;
width: 48px;
line-height: 48px;
font-size: 25px;
text-align: center;
text-shadow: 2px 2px 5px rgba(0,0,0,.5);
}

.footer-social ul li a:hover {
background: #e98529;
}


.copyright {
background: #31648C;
padding: 22px 0 20px;
}

.copyright a {
color:#fff;
}

.copyright a:hover {
color:#e98529;
}

.footer-menu ul li a {
float: left;
display: inline-block;
padding: 0 10px;
text-transform: uppercase;
font-size: 13px;
color: #ffff;
position: relative;
text-shadow: 2px 2px 5px rgba(0,0,0,.5);
}

.footer-menu ul li a:after {
position: absolute;
content: "";
height: 1px;
width: 100%;
background: #e98529;
left: 0;
top: 29px;
opacity: 0;
visibility: hidden;
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
-ms-transform: scaleX(0);
-o-transform: scaleX(0);
transform: scaleX(0);
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}

.footer-menu ul li a:hover:after {
width: 100%;
opacity: 1;
visibility: visible;
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
-ms-transform: scaleX(1);
-o-transform: scaleX(1);
transform: scaleX(1);
}

.copyright-text p {
color: #fff;
}

.footer-2 .footer-top {
background: #222533;
}
.footer-2 .copyright {
background: #272a38;
border: none;
}



#page-banner {
float: left;
width: 100%;
}

.blockquote-wrapper {
float: left;
width: 100%;
}

.blockquote-line {
display: inline-block;
background: #e98529;
height: 2px;
width: 18%;
margin-bottom: 30px;
}

.blockquote-wrapper .blockquote {
font-size: 22px;
font-style: italic;
color: #333;
float: left;
width: 100%;
}

.blockquote-wrapper .blockquote p {
line-height: 30px;
margin-bottom: 15px;
text-transform: capitalize;
}

.blockquote-wrapper .blockquote p i {
font-size: 14px;
}

.blockquote-wrapper .blockquote-footer {
color: #333;
opacity: 0.5;
}

.image-style-2-inner {
position: relative;
}

.image-style-2-wrapper .image-two-des p {
color: #333;
font-size: 17px;
margin: 30px 0;
}

.image-style-2-inner .image-one {
position: absolute;
left: 79px;
top: -59px;
}

.image-style-2-inner .image-two {
background-color: rgb(243, 246, 248);
padding: 80px 40px 40px;
width: 50%;
position: relative;
top: 0;
height: 498px;
}

.image-two-rem a {
font-size: 30px;
border-bottom: 2px solid #333;
padding: 0 15px;
}

.image-two-rem a i {
color: #333;
}

.image-two-rem a:hover i {
color: #fff;
}

.image-two-rem a:hover {
color: #fff;
border-color: #333;
background: #333;
}



.nav-tabs .nav-link {
border-radius: 0;
color: #333;
border: none;
}

.tab-content p {
margin-top: 20px;
}


/* side bar style */

.widget {
float: left;
width: 100%;
}

h3.widget-title {
border-left: 5px solid #31648C;
position: relative;
padding-left: 10px;
border-bottom: 1px solid #ddd;
padding-bottom: 5px;
}

h3.widget-title:before {
position: absolute;
content: "";
background:#79ABB8;
height: 10px;
width: 5px;
left: -5px;
top: 15px;
}




.about-box-style-two p {
margin: 12px 0;
}

.about-box-style-two h4 {
margin: 0;
}

.about-box-style-two a {
color: #e98529;
padding: 4px 25px;
border-radius: 30px;
text-transform: uppercase;
font-weight: 500;
position: relative;
background: transparent;
border: 2px solid #e98529;
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}

.about-box-style-two a:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
border-radius: 30px;
background: #e98529;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}

.about-box-style-two a:hover,
.about-box-style-two a:focus,
.about-box-style-two a:active {
color: #fff;
border-color: #e98529;
}

.about-box-style-two a:hover:before,
.about-box-style-two a:focus:before,
.about-box-style-two a:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}



#contactpage .section-title-2 {
margin-top: 100px;
}

.single-address {
background-color: #f5f5f5;
padding: 25px;
position: relative;
border: 1px solid #fff;
z-index: 1;
}

.single-address-icon {
font-size: 40px;
color: #e98529;
}

.single-address-dec h4 {
margin: 15px 0;
font-size: 22px;
}

.single-address-link {
margin: 20px 0;
}

.single-address:before {
border-top: 1px solid #e98529;
border-bottom: 1px solid #e98529;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
}

.single-address:after {
border-right: 1px solid #e98529;
border-left: 1px solid #e98529;
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
}

.single-address:before,
.single-address:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: '';
opacity: 0;
z-index: -1;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}

.single-address:hover:before,
.single-address:hover:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}

.single-address:hover {
border: 1px solid transparent;
}

.contact-form label {
color: #666;
text-transform: uppercase;
font-size: 13px;
font-weight: 700;
letter-spacing: 1px;
}

.contact-form .form-control {
background: #f5f5f5;
}

.contact-form .form-control:focus,
.contact-form .form-control:active {
padding: .5rem .75rem;
border-color: #e98529;
}

.btn-contact-bg {
background: #333;
color: #fff;
border-radius: 0;
text-transform: uppercase;
cursor: pointer;
font-size: 14px;
font-weight: 500;
letter-spacing: 1px;
padding: 15px 20px;
margin-top: 30px;
}

.btn-contact-bg:hover,
.btn-contact-bg:focus {
box-shadow: none;
background: #e98529;
}

#gmap_canvas,
.gmap_canvas {
width: 100%;
height: 400px;
float: left;
}

#gmap_canvas {
border: none;
}

.success-box-top {
background: #e98529;
color: #fff;
padding: 30px;
}
.success-box-top i {
font-size: 40px;
}
.success-box-top h4 {
color: #fff;
M: 209PX;
margin: 20px 0;
letter-spacing: 1px;
}
.success-box-top p {
font-weight: 700;
letter-spacing: 1px;
}
.success-box-bottom {
background: #f5f5f5;
padding: 30px;
}


.poweredByWrapper {
text-align: right;
margin-top: 5px;
opacity: 0;
margin-bottom: 10px;
}

.grid-item {
width: 200px;
display: block;
float: left;
padding: 0 10px;
position: relative;
}

.grid-item--width2 {
width: 400px;
}

.grid .entry {
margin-bottom: 20px;
}

.grid-item a img {
vertical-align: bottom;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.grid-item a:before {
content: "";
display: block;
background: rgba(0, 0, 0, 0.8);
opacity: 0;
visibility: hidden;
position: absolute;
top: 0;
left: 10px;
width: 90%;
height: 100%;
z-index: 1;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.grid-item--width2 a:before {
left: 10px;
width: 95%;
}

.grid-item a:after {
content: "...";
font-size: 50px;
text-align: center;
color: #fff;
z-index: 1;
display: block;
height: 90px;
width: 90px;
line-height: 90px;
letter-spacing: -1px;
margin-left: -45px;
margin-top: -60px;
position: absolute;
left: 50%;
top: 50%;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
}

.grid-item a:hover:before {
opacity: 1;
visibility: visible;
}

.grid-item a:hover:after {
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}


/* gallery filter menu */

.category-menu ul li a {
background: #f5f5f5;
padding: 8px 0px 8px 20px;
margin-bottom: 6px;
cursor: pointer;
-webkit-transition: all 0.9s ease .1s;
-moz-transition: all 0.9s ease .1s;
-ms-transition: all 0.9s ease .1s;
-o-transition: all 0.9s ease .1s;
transition: all 0.9s ease .1s;
display: block;
color: #333;
}

.category-menu ul li a i {
padding: 10px 10px 0 0;
font-weight: 700;
}

.category-menu ul li a:hover {
background: #e98529;
color: #fff;
padding-right: 10px;
}

.category-menu ul li a.active {
background: #e98529;
color: #fff;
}

P.drop-cap:first-letter {
color: #e98529;
float: left;
font-size: 75px;
line-height: 60px;
padding-top: 4px;
padding-right: 8px;
padding-left: 3px;
font-weight: 700;
}



.ser-page-into h4 {
margin: 12px 0 40px;
position: relative;
}

.ser-page-into h4:after {
position: absolute;
content: "";
display: block;
background: #e98529;
height: 2px;
width: 70px;
margin: 12px 0;
}

.ser-page-into p {
margin-bottom: 18px;
}

.ser-page-into ul li {
margin-bottom: 8px;
}

.ser-page-into ul li i {
font-size: 11px;
padding-right: 6px;
}




.theme-pagination {
float: left;
width: 100%;
margin-top: 40px;
}

.theme-pagination .pagination {
border-radius: 0;
}

.theme-pagination .page-link {
border: none;
margin: 0 12px;
color: #333;
font-weight: 700;
border-radius: 5px;
font-size: 16px;
}

.theme-pagination .page-item:first-child .page-link {
border-radius: 0;
}

.theme-pagination .active .page-link {
background: #333;
}

.theme-pagination .page-link i {
font-size: 25px;
background: #f5f5f5;
border-radius: 50%;
padding: 12px 15px;
font-weight: 700;
box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
}

.theme-pagination .page-link:hover {
background: transparent;
}

.theme-pagination .active .page-link:hover,
.theme-pagination .page-link i:hover {
background: #e98529;
color: #fff;
}

.theme-pagination .page-link:hover {
color: #e98529;
}

.theme-pagination .page-link:focus {
background: transparent;
}


/* widget style */

.widget-inner .btn {
color: #fff;
background: #e98529;
height: 45px;
cursor: pointer;
border-radius: 0;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}

.widget-inner .btn:hover {
background: #333;
}

.widget-inner .btn:focus {
box-shadow: none;
}


.category-menu ul li a span {
padding-right: 10px;
}

.tag-list {
float: left;
width: 100%;
}

.tag-list ul li a {
float: left;
margin: 0 8px 20px;
background: #f5f5f5;
padding: 5px 20px;
color: #333;
position: relative;
}

.tag-list ul li a span {
position: absolute;
top: -12px;
right: -9px;
background: #e98529;
color: #fff;
text-align: center;
height: 22px;
width: 22px;
line-height: 22px;
border-radius: 50%;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}

.tag-list ul li a:hover {
background: #e98529;
color: #fff;
}

.tag-list ul li a:hover span {
background: #333;
}


/*
* ----------------------------------------------------------------------------------------
* 27. START HOME PAGE STYLE 1
* ----------------------------------------------------------------------------------------
*/

.main-header.header-2 .logo-area .header-info-box { 
margin-left: 54px;
padding: 0 0 0 50px;
}
.main-header.header-2 .mainmenu-area {
background-color: #333;
}
.main-header.header-2 .mainmenu-area .auto-container {
position: relative;
left: auto;
right: auto;
background: transparent;
}
.home-2 .slider-section {
margin-top: -1px;
}
.main-header.header-2 .mainmenu-area .navbar ul li a.active {
background-color: transparent;
color: #e98529;
}
.main-header.header-2 .top-area,.header-3 .top-area {
background: #F6F6F6;
border-bottom: 1px solid #eee;
}
.main-header.header-2 .top-area .info-menu li a {
color: #333;
}
.info-menu p {
line-height: 42px;
color: #333;
}
.main-header.header-2 .top-area .info-menu li a {
margin: 0 2px;
background: #fff;
display: inline;
padding: 5px 12px;
}
.main-header.header-2 .top-area .info-menu li.social-header a i {
color: #333;
}

.main-header.header-2 .top-area .info-menu li.social-header a i:hover {
color: #e98529;
}
.header-2 .quote-btn {
padding: 20px 36px;
margin-top: 0;
}
.header-2 .logo-area .header-info-box:last-child {
padding: 0 0 0 55px;
}
.main-header.header-2 .mainmenu-area.menu-animation .quote-btn {
display: table-cell;
}
.home-2 .home-single-slide,
.home-3 .home-single-slide {
height: 600px;
}
.home-2 .home-p-form-wrapper {
border: none;
padding: 0;
}


/*
* ----------------------------------------------------------------------------------------
* 27. END HOME PAGE STYLE 2
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 28. START HOME PAGE STYLE 3
* ----------------------------------------------------------------------------------------
*/

.header-3 .top-area p {
color: #333;
}
.main-header.header-3 .mainmenu-area .auto-container {
background-color: transparent;
position: relative;
left: auto;
right: auto;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
}
.main-header.header-3 .mainmenu-area .navbar-nav .nav-link {
color: #333;
}
.main-header.header-3 .mainmenu-area .navbar ul li a:hover {
color: #e98529;
background-color: transparent;
}
.main-header.header-3 .mainmenu-area .navbar ul li.dropdown ul li a:hover {
background: #e98529;
color: #fff;
}
.main-header.header-3 .mainmenu-area .navbar ul li a.active {
background-color: transparent;
color: #e98529;
}
.home-3 .slider-section {
margin-top: 0;
}
.home-3 .faq-page-into-features-text {
width: 65%;
}
.home-3 .faq-page-into-features-icon {
margin: 0 20px 20px 0;
}
.home-3 .home-single-slide-dec {
bottom: -105px;
}
.home-3 .single-testimonial .single-testimonial-content {
padding: 0 20px;
}
.footer-logo-h3 {
color: #fff;
}

.footer-logo-h3 a {
display: inline-block;
}
.footer-logo-h3-icon {
color: #e98529;
font-size: 45px;
line-height: 44px;
margin-bottom: 20px;
}
.footer-logo-h3-text h3 {
color: #fff;
text-transform: uppercase;
margin: 0;
letter-spacing: 2px;
}
.footer-logo-h3-text p {
font-size: 20px;
margin: 5px 0 20px;
}
.home-3 .single-fcontact-icon {
font-size: 40px;
}
.home-3 .single-fcontact-des {
width: 80%;
}

/*
* ----------------------------------------------------------------------------------------
* 28. END HOME PAGE STYLE 3
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 29. START HOME PAGE STYLE 4
* ----------------------------------------------------------------------------------------
*/

.home-4 .home-single-slide-dec {
bottom: -79px;
}
.home-4 .home-single-slide {
height: 450px;
}


/*
* ----------------------------------------------------------------------------------------
* 29. START HOME PAGE STYLE 4
* ----------------------------------------------------------------------------------------
*/


/* container width small device */

@media only screen and (max-width: 480px) {
.container,
.auto-container {
width: 90%;
}


@media only screen and (max-width: 360px) {
.container,
.auto-container {
width: 90%;
}
}
