/****/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/**************************************
*
*          GLOBAL   
*
***************************************/
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLBT5Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLBT5Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



:root {
	--color-white: #ffffff;
	--color-dark: #111111;
	--color-gray: #f8f8f8;
	--color-yellow: #ffd974;
	--color-blue: #082D53;
	--color-light-blue: #1D69B7;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

a {
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

body {
	/*font-family: 'Poppins', sans-serif;*/
	font-family: "Roboto", serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	color: var(--color-dark);
}

@-webkit-keyframes menu {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes menu {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 900;
	text-transform: capitalize;
	margin-bottom: 5px;
	color: var(--color-dark);
	line-height: 1.2;
}

.header-carousel h1 {
	font-size: 60px;
	color: var(--color-white);
}

h2 {
	font-size: 50px;
}

h3 {
	font-size: 20px;
	font-weight: 600;
}

.wrapper {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

.container {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@-webkit-keyframes load {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes load {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

#preload {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: var(--color-blue);
	z-index: 100000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#preload img {
	width: 20px;
	height: auto;
	-webkit-animation-name: load;
	animation-name: load;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.ptb {
  padding-top: 60px;
  padding-bottom: 60px;
}

::-moz-selection {
	background-color: var(--color-yellow);
	color: var(--color-dark);
}

::selection {
	background-color: var(--color-yellow);
	color: var(--color-dark);
}

.align-center {
	text-align: center;
}

.btn {
	padding: 15px 30px;
	background-color: var(--color-yellow);
	color: var(--color-dark);
	text-transform: uppercase;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 600;
}

.btn:hover {
	background-color: #082D53;
	color: var(--color-white);
	-webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
}
.header-content 
{
	position:absolute;
	top:45%;
	left: 4%;
}
.suptitle {
	display: inline-block;
	color:#1a68e1;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 10px;
	position: relative;
}

.suptitle:before {
	content: "";
	width: 50px;
	height: 1px;
	background-color: var(--color-yellow);
	position: absolute;
	top: 50%;
	right: -60px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.yellow-content {
	color: #fdb05e;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 40px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--color-yellow);
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #161515;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
	border-radius: 50%;
}
#mobile-nav {
	position: fixed;
	top: 0;
	left: -320px;
	bottom: 0;
	width: 320px;
	background-color: var(--color-blue);
	z-index: 10000;
	padding: 10px;
	overflow: auto;
}

.mobile-menu {
	clear: both;
}

.mobile-menu li {
	padding: 10px;
}

.mobile-menu>li a {
	text-decoration: none;
	color: var(--color-white);
	font-size: 16px;
	text-transform: uppercase;
}

.mobile-menu li a:hover {
	color: var(--color-yellow);
}

.mobile-menu .sub-menu li a {
	padding: 5px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}

.mobile-menu>li.menu-item-has-children>a {
	display: block;
}

.mobile-menu>li.menu-item-has-children>a i {
	font-size: 12px;
	margin-left: 5px;
	float: right;
	margin-top: 4px;




}

.mobile-menu .sub-menu>li.menu-item-has-children>a {
	display: block;
}

.mobile-menu .sub-menu>li.menu-item-has-children>a i {
	font-size: 12px;
	margin-left: 5px;
	float: right;
	margin-top: 4px;
}

.mobile-menu .sub-menu li.menu-item-has-children {
	padding-right: 0px;
}

.mobile-menu .sub-menu {
	display: none;
	margin-top: 20px;
}

#scroll-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	padding: 16px 20px;
	z-index: 200;
}

#openmenu {
	color: var(--color-white);
	font-size: 30px;
	display: none;
}

#closemenu {
	display: inline-block;
	float: right;
	margin: 10px;
	font-size: 30px;
	color: var(--color-white);
}

#openmenu:hover,
#closemenu:hover {
	color: var(--color-yellow);
}

.w-70 {
	width: 70%;
}

.w-30 {
	width: 30%;
}

.navigation.pagination {
	padding: 30px 10px 30px 10px;
}

.navigation.pagination .nav-links {
	font-size: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navigation.pagination .nav-links span.current {
	display: inline-block;
	padding: 10px;
	text-decoration: none;
	color: var(--color-yellow);
	margin: 0px 5px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	cursor: pointer;
}

.navigation.pagination .nav-links a {
	display: inline-block;
	padding: 5px;
	text-decoration: none;
	color: var(--color-dark);
	margin: 0px 5px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.navigation.pagination .nav-links span.current:hover,
.navigation.pagination .nav-links a:hover {
	color: var(--color-yellow);
}

.res-appointment {
	display: none;
	margin-top: 20px;
	font-size: 14px;
}

.res-appointment .error {
	color: #ff0000;
}

.res-appointment .send {
	color: var(--color-dark);
}


/**************************************
*
*         HEADER   
*
***************************************/


#header {
	background-color: var(--color-blue);
}

.wrapper-top-header {
	border-bottom: 1px solid rgba(248, 248, 248, 0.3);
}

.wrapper-top-header,
.wrapper-bottom-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 15px;
	padding-bottom: 15px;
}

.wrapper-top-header p,
.wrapper-top-header a {
	color: var(--color-white);
}

.wrapper-top-header a:hover {
	color: var(--color-yellow);
}

.header-contact a {
	margin-left: 20px;
}

.header-contact i {
	margin-right: 10px;
}

.social-link li {
	float: left;
	margin-left: 0px;
	margin-right: 20px;
}

.social-link li a:hover {
	color: var(--color-yellow);
}

.header-menu>li {
	float: left;
	margin: 0px 20px;
}

.header-menu>li a {
	color: var(--color-white);
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}

.header-menu>li a:hover {
	color: var(--color-yellow);
}

.header-menu>.menu-item-has-children {
	position: relative;
}

.header-menu>.menu-item-has-children>.sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	background-color: var(--color-blue);
	z-index: 100000;
	padding-top: 15px;
	padding-bottom: 15px;
}

.header-menu>.menu-item-has-children>.sub-menu>li {
	margin-left: 0px;
	white-space: nowrap;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
}

.header-menu>.menu-item-has-children>.sub-menu>li a {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	display: block;
	padding: 0px 20px;
}

.header-menu>.menu-item-has-children .sub-menu li a {
	color: var(--color-white);
}

.header-menu>.menu-item-has-children .sub-menu li a:hover {
	color: var(--color-yellow);
}

.header-menu>.menu-item-has-children:hover>.sub-menu {
	display: block;
	-webkit-animation-name: menu;
	animation-name: menu;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

.header-menu>.menu-item-has-children>.sub-menu>.menu-item-has-children {
	position: relative;
}

.header-menu>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu {
	position: absolute;
	padding-top: 15px;
	padding-bottom: 15px;
	top: -15px;
	left: 100%;
	display: none;
	z-index: 10000;
	background-color: var(--color-blue);
}

.header-menu>.menu-item-has-children>.sub-menu>.menu-item-has-children:hover>.sub-menu {
	display: block;
	-webkit-animation-name: menu;
	animation-name: menu;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

.header-menu>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu li {
	margin-left: 0px;
	width: 100%;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.header-menu li {
	white-space: nowrap;
}


/**************************************
*
*         HEADER CONTENT  
*
***************************************/


.wrapper-header-content {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 700px;
	padding-top: 50px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapper-header-content.pages {
	min-height: 250px;
	height: auto;
	padding-top: 50px;
	padding-bottom: 25px;
}

.wrapper-header-content.pages h1 {
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
}

.breadcrumbs-content {
	padding: 20px 20px 20px 0px;
	margin-top: 0px;
	color: var(--color-white);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.breadcrumbs-content>div {
	margin-right: 10px;
}

.breadcrumbs-content a {
	color: var(--color-white);
}

.breadcrumbs-content a:hover {
	color: var(--color-yellow);
}

.breadcrumbs-content a:after {
	content: "/";
	display: inline-block;
	margin-left: 10px;
}


/**************************************
*
*         ABOUT US  
*
***************************************/


#aboutus {
	background-color: var(--color-blue);
}

#aboutus h2 {
	color: var(--color-white);
}

.wrapper-aboutus {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.aboutus-img {
	width: 57%;
}
.aboutus-img1 {
	width: 47%;
}

.aboutus-img img {
	width: 100%;
}

.aboutus-content {
	width: 40%;
	padding-left: 50px;
	color: var(--color-white);
}
.aboutus-content1 {
	width: 50%;
	padding-left: 50px;
	color: var(--color-white);
}

.aboutus-content p {
	margin-bottom: 20px;
}
.aboutus-content1 p {
	margin-bottom: 20px;
}

.wrapper-list {
	margin: 40px 0px;
}

.wrapper-list h3 {
	margin-bottom: 10px;
	color: var(--color-white);
}

.wrapper-list li {
	margin-bottom: 30px;
	background-image: url('../images/checked-box.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 30px;
	padding-left: 50px;
	color: #fff;
}

.wrapper-list li p {
	margin-bottom: 0px;
}

.experiense {
	background-color: var(--color-light-blue);
	color: var(--color-white);
	padding: 20px;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	text-align: center;
	padding-top: 24px;
	position: relative;
	top: -540px;
	z-index: 999;
	left: -50px;
}

.experiense span {
	font-size: 28px;
	font-weight: 900;
}

.experiense p {
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 20px;
}


/**************************************
*
*         OUR PROCESS
*
***************************************/

strong
{
 font-weight:700;	
}
#step {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 45, 83, 0.6)), to(rgba(8, 45, 83, 0.6))), url('../images/sliderbanner1.jpg');
	background-image: -o-linear-gradient(rgba(8, 45, 83, 0.6), rgba(8, 45, 83, 0.6)), url('../images/sliderbanner1.jpg');
	background-image: linear-gradient(rgba(8, 45, 83, 0.6), rgba(8, 45, 83, 0.6)), url('../images/sliderbanner1.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	margin-top: -20px;
}

#step h2 {
	color: var(--color-white);
}
#step ul {
  margin-left: 20px;
  margin-top: 15px;
  
}
#step ul li
{
	list-style: square;
	margin-top:5px;
	font-weight: 500;
  font-size: 16px;
  color: #000;
}
/*.single-step {
	width: 50%;
	padding: 40px 20px;
}*/
.single-step {
  width: 48%;
  padding: 40px 20px;
  background-color: #ffffffdb;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-top: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 3px #cccccc7d;
}
.single-step span {
	line-height: 1;
	font-size: 90px;
	font-family: 'Poppins', sans-serif;
	font-weight: 900;
	color: rgba(14, 70, 135, 0.49);
}

.single-step>div {
	margin-top: -52px;
	padding-left: 20px;
	color: var(--color-white);
}

.single-step>div h3 {
	margin-bottom: 10px;
	color: var(--color-blue);
	font-size: 30px;
	margin-top: 15px;
}


/**************************************
*
*         SERVICES  
*
***************************************/


.wrapper-services .single-service {
	width: calc(20% - 20px);
	margin: 10px;
	padding: 27px 10px;
	display: block;
	color: var(--color-dark);
	background-color: var(--color-gray);
	-webkit-box-shadow: 0 8px 17px 2px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);
	box-shadow: 0 8px 17px 2px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);
}

.wrapper-services .single-service img {
	margin: 0 auto;
	margin-bottom: 20px;
	max-width: 100%;
}
.wrapper-services .single-service i {
  margin-bottom: 30px;
  font-size: 36px;
  color: #082d53;
  width: 85px;
  height: 85px;
  border: 2px solid var(--color-yellow);
  padding-top: 25px;
  border-radius: 50%;
  background-color: var(--color-yellow);
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.wrapper-services .single-service:hover i
{
	color: var(--color-yellow);
	border: 2px solid #082d53;
	background-color: #082d53;
}
.wrapper-services .single-service:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #e3e3e3;
}

.wrapper-services .single-service h3 {
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	
}

.wrapper-services .single-service:hover h3 {
	color: #dc0d08;
}


/**************************************
*
*        PROJECTS
*
***************************************/


#projects {
	/*! background-color: var(--color-blue); */
}


#projects h2 {
	color: #082d53;
	margin-bottom: 30px;
}
.wrapper-projects
{
  margin-bottom: 60px;
}
.single-project {
	overflow: hidden;
}

.single-project a {
	display: block;
	position: relative;
}

.single-project .project-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(8, 45, 83, 0.2);
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 30px 20px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.single-project .project-content h3 {
	color: var(--color-white);
	font-size: 30px;
}

.single-project a img {
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.single-project a:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

.single-project a:hover .project-content {
	background-color: rgba(8, 45, 83, 0.6);
}
.single-project a:hover .project-content h3 
{
   width:100%;	
   text-align: center;
}
.showhide{
	display:none;
}

.showhide p
{
	color:#fff;
	margin-bottom:5px;
}
.showhide .btn
{
	padding:8px;
	font-size:14px;
	font-500;
}
.single-project a:hover .showhide{
	display:block;
}
/**************************************
*
*        SALE
*
***************************************/


#sale {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 45, 83, 0.6)), to(rgba(8, 45, 83, 0.6))), url('../images/Single_GG_Canopy.jpg');
	background-image: -o-linear-gradient(rgba(8, 45, 83, 0.6), rgba(8, 45, 83, 0.6)), url('../images/Single_GG_Canopy.jpg');
	background-image: linear-gradient(rgba(8, 45, 83, 0.6), rgba(8, 45, 83, 0.6)), url('../images/Single_GG_Canopy.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	margin-top: 60px;
  /*margin-bottom:60px;*/
}

.wrapper-sale,
.wrapper-sale h2 {
	color: var(--color-white);
}

#sale .btn {
	margin-top: 50px;
}


/**************************************
*
*         TESTIMONIALS
*
***************************************/


.wrapper-testimonials {
	max-width: 1000px;
}

.single-testimonials img {
	width: 80px !important;
	height: 80px !important;
	margin: 0 auto;
	border-radius: 50%;
	margin-bottom: 30px;
}

.single-testimonials p {
	margin-bottom: 20px;
}

.wrapper-author h3 {
	margin-bottom: 10px;
	font-size: 20px;
}

.wrapper-author p {
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--color-yellow);
}


/**************************************
*
*         BRANDS
*
***************************************/


#brands {
	background-color: var(--color-light-blue);
}
#brands .owl-carousel .owl-item .item {
	height:150px;
	display: table-cell;
	vertical-align: middle;
}
#brands .owl-carousel .owl-item img {
	width:150px;
}

.wrapper-brands {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapper-brands>div {
	width: 20%;
	padding: 30px;
}

.wrapper-brands>div img {
	max-width: 100%;
	margin: 0 auto;
}


/**************************************
*
*       FOOTER
*
***************************************/


footer {
	background-color: var(--color-blue);
	color: var(--color-white);
}

.wrapper-footer {
  padding-bottom: 15px;
  padding-top: 40px;
}

.single-content-footer {
	width: 32.222%;
	padding: 10px 10px 30px 10px;
	
}

.single-content-footer1 {
	width: 35.222%;
	padding: 10px 10px 30px 10px;
}
.single-content-footer1 ul li {
	list-style:circle;
}
.pl-100
{
	padding-left: 66px;
}
.wrapper-footer h4 {
	color: var(--color-white);
}

.single-content-footer:first-child {
	width: 33.333333%;
}

.single-content-footer h4 {
	font-size: 24px;
	margin-bottom: 20px;
}

.single-content-footer p {
	line-height: 1.2;
	margin-bottom: 17px;
}

.single-content-footer p a {
	display: inline-block;
	color: var(--color-white);
	font-size: 16px;
}

.single-content-footer p a:hover {
	color: var(--color-yellow);
}

.single-content-footer p i {
	margin-right: 11px;
	float: left;
	margin-bottom: 13px;
	padding-top: 2px;
}

.footer-social {
	margin-top: 30px;
}

.footer-social li {
	float: left;
	margin-right: 20px;
}

.footer-social li a {
	color: var(--color-white);
	font-size: 16px;
}

.footer-social li a:hover {
	color: var(--color-yellow);
}

.footer-menu li {
	margin-bottom: 10px;
}

.footer-menu li a {
	color: var(--color-white);
}

.footer-menu li a:hover {
	color: var(--color-yellow);
}

.wrapper-form-footer {
	margin-top: 30px;
}

.wrapper-copyright {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid rgba(248, 248, 248, 0.3);
}

.wrapper-copyright p {
	font-size: 12px;
}

#logo-footer {
	margin-bottom: 30px;
}


/**************************************
*
*        PAGE 
*
***************************************/


.content {
	line-height: 1.6;
}


.content p {
	margin-bottom: 30px;
}

.content img {
	max-width: 100%;
	margin-bottom: 30px;
}

.content ul,
.content ol {
	margin: 30px;
}

.content ul li {
	list-style: disc;
}

.content ol li {
	list-style: decimal;
}

.content strong {

	font-weight: 700;
	color: var(--color-dark);
}

.content .alignleft {
	float: left;
	max-width: 100%;
	margin-right: 30px;
	margin-bottom: 30px;
}

.content .alignright {
	float: right;
	max-width: 100%;
	margin-left: 30px;
	margin-bottom: 30px;
}

.content .aligncenter {
	clear: both;
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.content h1 {
	font-size: 32px;
	color: var(--color-dark);
}

.content h2 {
	font-size: 24px;
}

.content h3 {
	font-size: 19px;
}

.content h4 {
	font-size: 16px;
}

.content h5 {
	font-size: 13px;
}

.content h6 {
	font-size: 11px;
}

.content em {
	font-style: italic;
}

.content blockquote {
	margin-bottom: 30px;
}

.content blockquote:before {
	content: "â€œ";
}

.content blockquote:after {
	content: "â€œ";
}

.tags-links {
	margin-bottom: 30px;
	display: block;
}

.tags-links a {
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 900;
	font-size: 14px;
	color: var(--color-blue);

	font-weight: 900;
	margin: 10px;
}

.tags-links a:hover {
	color: var(--color-yellow);
}


/**************************************
*
*        SIDEBAR
*
***************************************/


.sidebar-right,
.sidebar-left {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.sidebar-right .sidebar {
	padding-left: 50px;
}

.sidebar-left .sidebar {
	padding-right: 50px;
}

.sidebar-left .wrapper-services a,
.sidebar-right .wrapper-services a {
	width: calc(50% - 20px);
}

.widget {
	-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 5%);
	box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 5%);
}

.widget .widget-title {
	font-size: 24px;
	margin-bottom: 20px;
}

.widget .search-form {
	width: 100%;
}

.widget .search-form .search-field {
	border: none;
	outline: none;
	padding: 20px;
	background-color: var(--color-white);
	width: 80%;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 400;
	border-radius: 3px 0px 0px 3px;
	border-left: 1px solid var(--color-gray);
	border-top: 1px solid var(--color-gray);
	border-bottom: 1px solid var(--color-gray);
}

.widget .search-form button {
	display: block;
	border: none;
	outline: none;
	width: 20%;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	cursor: pointer;
	background-color: var(--color-dark-pink);
	color: var(--color-white);
	border-radius: 0px 3px 3px 0px;
}

.widget .search-form button:hover {
	background-color: var(--color-pink);
}

.widget .search-form .search-field::-webkit-input-placeholder {
	color: var(--color-dark);
	font-weight: 400;
}

.widget .search-form .search-field::-moz-placeholder {
	color: var(--color-dark);
	font-weight: 400;
}

.widget .search-form .search-field:-ms-input-placeholder {
	color: var(--color-dark);
	font-weight: 400;
}

.widget .search-form .search-field::-ms-input-placeholder {
	color: var(--color-dark);
	font-weight: 400;
}

.widget .search-form .search-field::placeholder {
	color: var(--color-dark);
	font-weight: 400;
}

.widget ul li {
	margin-bottom: 10px;
}

.widget ul li a {
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	font-size: 16px;
	color: var(--color-dark-pink);
}

.widget ul li a:hover {
	color: var(--color-pink);
}

.tagcloud a {
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	font-size: 16px;
	color: var(--color-dark-pink);
	font-weight: 500;
	margin: 10px;
}

.tagcloud a:hover {
	color: var(--color-pink);
}


.recent-post-list li {
	width: 100%;
	margin-bottom: 20px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.recent-post-thum {
	display: block !important;
	width: 100px;
	height: auto;
}

.recent-post-thum img {
	width: 100%;
}

.recent-post-content {
	padding-left: 20px;
}

.post-date {
	color: var(--color-yellow) !important;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 14px;
	display: block;
}

.recent-post-content a {
	font-size: 18px !important;
	font-weight: 900;
	text-transform: capitalize !important;
	color: var(--color-dark) !important;
}

.recent-post-content a:hover {
	color: var(--color-yellow) !important;
}

.sidebar-right .sidebar {
	padding-left: 50px;
}

.sidebar-left .sidebar {
	padding-right: 50px;
}

.widget {
	margin-bottom: 20px;
	padding: 40px 20px;
}

.widget .widget-title {
	font-size: 24px;
	margin-bottom: 20px;
	color: var(--color-dark);
}

.widget .search-form {
	width: 100%;
}

.widget .search-form .search-field {
	border: none;
	outline: none;
	padding: 20px;
	background-color: var(--color-white);
	width: 80%;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 400;
	border-radius: 3px 0px 0px 3px;
	border-left: 1px solid var(--color-gray);
	border-top: 1px solid var(--color-gray);
	border-bottom: 1px solid var(--color-gray);
	color: var(--color-dark);
}

.widget .search-form button {
	display: block;
	border: none;
	outline: none;
	width: 20%;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	cursor: pointer;
	background-color: var(--color-yellow);
	color: var(--color-dark);
	border-radius: 0px 3px 3px 0px;
}

.widget .search-form button:hover {
	background-color: var(--color-light-blue);
	color: var(--color-white);
	-webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
}

.widget .search-form .search-field::-webkit-input-placeholder {
	font-weight: 400;
	color: var(--color-dark);
}

.widget .search-form .search-field::-moz-placeholder {
	font-weight: 400;
	color: var(--color-dark);
}

.widget .search-form .search-field:-ms-input-placeholder {
	font-weight: 400;
	color: var(--color-dark);
}

.widget .search-form .search-field::-ms-input-placeholder {
	font-weight: 400;
	color: var(--color-dark);
}

.widget .search-form .search-field::placeholder {
	font-weight: 400;
	color: var(--color-dark);
}

.widget ul li {
	margin-bottom: 10px;
}

.widget ul li a {
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	color: var(--color-blue) !important;
	font-weight: 900;
}

.widget ul li a:hover {
	color: var(--color-yellow) !important;
}

.tagcloud a {
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	color: var(--color-blue);
	font-weight: 900;
	margin: 10px;
}

.tagcloud a:hover {
	color: var(--color-yellow);
}

.recent-post-list li {
	width: 100%;
	margin-bottom: 20px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid var(--color-gray);
	padding-bottom: 20px;
}


.recent-post-thum {
	display: block !important;
	width: 100px;
	height: auto;
}

.recent-post-thum img {
	width: 100%;
}

.recent-post-content {
	padding-left: 20px;
}

.post-date {
	color: var(--color-yellow);
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 14px;
	display: block;
}

.recent-post-content a {
	font-size: 24px;
	text-transform: uppercase;
	text-transform: capitalize;
	color: var(--color-blue);
}

.recent-post-content a:hover {
	color: var(--color-yellow);
}


/**************************************
*
*        BLOG
*
***************************************/


.single-blog {
	width: calc(33.333333% - 20px);
	margin: 10px;
}

.sidebar-left .single-blog,
.sidebar-right .single-blog {
	width: calc(50% - 20px);
	margin: 10px;
}

.single-blog-img {
	position: relative;
	color: var(--color-white);
	width: 100%;
	display: block;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--color-yellow);
	background-color: rgba(8, 45, 83, 0.6);
	opacity: 0;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.single-blog-img:hover .overlay {
	opacity: 1;
}

.single-blog-img img {
	width: 100%;
	display: block;
}

.single-blog-content {
	padding: 40px 20px;
	border-right: 1px solid var(--color-gray);
	border-left: 1px solid var(--color-gray);
	border-bottom: 1px solid var(--color-gray);
}

.titlelink {
	color: var(--color-dark);
}

.titlelink h3 {
	font-size: 24px;
	margin-bottom: 20px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	color: var(--color-dark);
}

.titlelink:hover h3 {
	color: var(--color-yellow);
}

.wrapper-date-author {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}

.wrapper-date-author a {
	font-size: 14px;
	color: var(--color-yellow);
	text-transform: uppercase;
}

.wrapper-date-author a i {
	margin-right: 10px;
}

.wrapper-date-author a:hover {
	color: var(--color-yellow);
}


/**************************************
*
*          PRICING 
*
***************************************/


#pricing {
	background-color: var(--color-gray);
}

#pricing .container {
	max-width: 1200px;
}

.wrapper-title-pricing {
	margin-bottom: 50px;
	text-align: center;
}

.wrapper-pricing {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapper-pricing article {
	width: calc(33.333333% - 20px);
	margin: 10px;
	padding: 40px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	background-color: var(--color-white);
	text-align: center;
	border-bottom: 1px solid var(--color-yellow);
}

.wrapper-pricing .active {
	background-color: var(--color-blue);
	color: var(--color-white);
	padding-top: 80px;
	padding-bottom: 80px;
	-webkit-box-shadow: 20px 20px 0px -10px var(--color-yellow);
	box-shadow: 20px 20px 0px -10px var(--color-yellow);
}

.wrapper-pricing .active h3 {
	color: var(--color-white);
}

.wrapper-pricing article h3 {
	font-size: 30px;
}

.wrapper-price {
	font-size: 40px;
	font-weight: 900;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.wrapper-pricing article ol li {
	margin-bottom: 20px;
}

.wrapper-pricing article ol li i {
	color: var(--color-yellow);
	margin-right: 10px;
}


/**************************************
*
*        FAQ 
*
***************************************/


.wrapper-faq-list {
	width: 50%;
	padding: 0 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.content-accordion {
	display: none;
	padding: 0px 30px 30px 30px;
}

.content-accordion p {
	margin-bottom: 10px;
}

.wrapper-accordion h3 {
	cursor: pointer;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	border: 1px solid var(--color-gray);
	padding: 15px;
	font-size: 20px;
}

.wrapper-accordion h3 i {
	margin-right: 15px;
	font-size: 14px;
}

.wrapper-accordion h3:hover {
	color: var(--color-yellow);
	border: 1px solid var(--color-yellow);
}


/**************************************
*
*        CONTACT
*
***************************************/


.wrapper-contact {
	background-color: var(--color-gray);
}

.wrapper-form-contact h2 {
	font-size: 35px;
}

#appointment {
	width: 60%;
	padding-right: 50px;
}

.wrapper-input {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapper-input input, .wrapper-input select {
	display: block;
	padding: 5px 20px;
	border: none;
	outline: none;
	width: calc(50% - 20px);
	margin-bottom: 25px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	border: 1px solid #a7a5a578;
	color: #7b7979;
	border-radius: 3px;
	height: 50px;
	background-color:#fff;
	font-size:15px;
}
.wrapper-input select option
{
	height:20px;
}
.wrapper-input input::-webkit-input-placeholder {
	color: #141414;
	font-size: 15px;
	font-weight: 400;
}

.wrapper-input input::-moz-placeholder {
	color: #141414;
	font-size: 15px;
	font-weight: 400;
}

.wrapper-input input:-ms-input-placeholder {
	color: #141414;
	font-size: 15px;
	font-weight: 400;
}

.wrapper-input input::-ms-input-placeholder {
	color: #141414;
	font-size: 15px;
	font-weight: 400;
}

.wrapper-input input::placeholder {
	color: #141414;
	font-size: 15px;
	font-weight: 400;
}

button.btn {
	border: none;
	outline: none;
	cursor: pointer;
	margin-top: 0px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	font-size: 16px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: 15px;
  margin-left:15px;
}
.row .col-lg-3 {
  max-width: 100%;
  padding-right: 1.5rem * 0.5;
  padding-left: 1.5rem * 0.5;
  margin-top: 0;
}
.row .col-lg-4 {
  max-width: 100%;
  padding-right: 1.5rem * 0.5;
  padding-left: 1.5rem * 0.5;
  margin-top: 0;
}
#contact {
	width: 40%;
}

.single-contact {
	margin-bottom: 30px;
	margin-top: 15px;
}

.single-contact h3 {
	margin-bottom: 10px;
	font-size: 20px;
}

.single-contact a {
	display: inline-block;
	color: var(--color-dark);
}

.social-link li {
	margin-right: 20px;
}

.single-contact a:hover {
	color: var(--color-yellow);
}
.service-area {
  position: relative;
  display: block;
  overflow: hidden;
}

.service-item {
  position: relative;
  margin-bottom: 0px;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  transition: var(--transition);
  box-shadow: var(--box-shadow);
  z-index: 1;
}

.service-item:hover {
  transform: translateY(-10px);
}

.service-img {
  position: relative;
  z-index: 1;
}

.service-img img{
  border-radius: 10px;
}

.service-content {
  position: relative;
  padding: 10px;
  margin-top: 5px;
}

.service-icon {
  position: absolute;
  width: 80px;
  height: 80px;
  line-height: 72px;
  background: #40AE0D;
  border-radius: 15px;
  font-size: 50px;
  color: #fff;
  text-align: center;
  border: 4px solid #fff;
  left: 50%;
  bottom: -40px;
  box-shadow: var(--box-shadow);
  transform: translateX(-50%);
  z-index: 1;
}

.service-shadow-icon{
  position: absolute;
  right: 10px;
  bottom: 0px;
  font-size: 150px;
  line-height: 1;
  color: var(--theme-color);
  opacity: .1;

  z-index: -1;
}

.service-title a {
  font-size: 22px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
  color:  var(--color-dark);
}

.service-title a:hover {
  color: #FE211B;
}

.service-arrow {
  margin-top: 12px;
}

.service-arrow a{
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #DB0C08;
}

  .service-arrow a i{
	  margin-left: 5px;
	}
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
  flex:0 0 auto;
  width:33.33333%;
  min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
 }
 .service-title 
 {
	 text-align:center;
 }
 
 .portfolio-link {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.5s;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  font-size: 60px;
  color: #fff;
  }
  .single-project:hover .portfolio-link 
  {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
  text-align: center;
  }
  .header-carousel .owl-carousel-text 
  {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 3rem;
    top: 0;
    left: 0;
    display: flex;
    align-items: baseline;
    justify-content: left;
    text-shadow: 0 0 30px rgba(0, 0, 0, .1);
  }

.header-carousel .owl-nav 
{
    position: absolute;
    width: 300px;
    height: 45px;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next 
{
    width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	background: transparent;
	border: 1px solid #fff !important;
	border-radius: 45px;
	font-size: 22px;
	transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover 
{
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots 
{
    position: absolute;
    height: 45px;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #716969;
    border-radius: 15px;
    transition: .5s;
}
.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 5px;
    left: 5px;
    background: #fff;
    border-radius: 5px;
}
.header-carousel .owl-dot.active::after
{
    background: #1e1c1c;	
}
.header-carousel .owl-dot.active {
    background: #fff;
    border-color: #fff;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index:3030;
  animation: smoothScroll 1s forwards;
  background-color: var(--color-blue);
  border-bottom: 1px solid #ffffff52;
}
	
@keyframes smoothScroll 
{
0% 
{
	transform: translateY(-40px);
}
100% 
{
	transform: translateY(0px);
}
}

.gallery .innerset a img
{
	width: 260px;
    height: 180px;
	margin-bottom:0px;
}
.aboutdetails h3
{
   margin-bottom:10px;
   font-size:30px;	
   color: #082d53;
}
.aboutdetails p
{
	margin-bottom: 6px;
	color: #082d53;
}
.feature-box {
  background-color: #255946;
}
.feature-box.style-eight {
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.29);
    border-bottom: 4px solid #082d53;
    border-radius: 5px;
    padding: 20px 20px 20px 20px;
    margin: 0px 15px;
    text-align: center;
	margin-top:30px;
	min-height: 325px;
}
.feature-box.style-eight:hover
{
  border-bottom: 4px solid #dc0905;	
}
.feature-box.style-eight .feature-box-title h2 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 12px;
    font-weight: 600;
	margin-top: 20px;
}

.feature-box.style-eight .feature-box-icon {
    margin-right: 20px;
}
.feature-box.style-eight .feature-box-icon {
  color: #fff;
  background-color: #082D53;
  font-size: 32px;
  height: 80px;
  width: 80px;
  padding-top: 25px;
  border-radius: 50%;
  display: inline-table;
  text-align: center;
  vertical-align: middle;
}
 .feature-box.style-eight:hover .feature-box-icon  {
   color: #ffffff;
   background-color: #dc0905;
}
.feature-box-desc{
    transition:.4s;
}
.feature-box-desc ul li
{
  list-style:circle;
  text-align:left;	
  font-size:15px;
}
.team-member,
.service-box {
    position: relative;
    padding-bottom: 30px;
    overflow: hidden;
}

.team-member .card,
.service-box .card{
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
	height: 250px;
}

.team-member .card-img-top,
.service-box .card-img-top{
	border-radius: 0px;
	height: 250px;
}

.team-member .card-body,
.service-box .card-body {
    position: absolute;
    left: 0;
	bottom: 0px;
    width: 100%;
    background: rgba(0,0,0,0.5);
    text-align: center;
    color: #fff;
	height: 60px;
}

.team-member:hover .card-body,
.service-box:hover .card-body {
	height: 100%;
}

.team-member h4, 
.service-box h4 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.team-member:hover h4 {
    margin-top: 32%;
}

.service-box h5{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 96%;
}

/*.service-box:hover h5 {
    margin-top: 32%;
}*/

.team-member button{
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 0px;
	padding: 4px 13px;
	box-shadow: none;
	margin-top: 20px;
	opacity: 0;
}

.team-member button:hover{
	background: #fff;
	color: #000;
}

.team-member:hover button{
	opacity: 1;
	
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.service-box .card-body, .service-box h5

{
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
 .service-box .card-body a {
  color: #FFF;
  text-decoration: none;
}
.service-box h5 {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 96%;
  color: #fff;
  font-weight: 600;
  font-size:20px;
}
 .service-box:hover .card-body h5 {
  top: 50%;
}
.service-box p {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 96%;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
 .service-box:hover .card-body p{
  top: 60%;
}
.insize

{
	max-width:600;
}

	.insize .owl-thumbs {
  display: block ruby;
  width: 765px;
  overflow-x: scroll;

	}
.insize .owl-thumbs .owl-thumb-item 
{
  height: 85px;
  width: 100%;
  max-width: 127px;
  background: transparent;
  border: none;
  overflow: hidden;
  margin-top: 7px;
}
.insize .owl-thumbs .owl-thumb-item img
{
  max-width:100%;
  height:auto;
}
.insize .owl-dots
{
  position:absolute;
  bottom:115px;
  left:0;
  right:0;
}

.sidebar-contact{
  position:fixed;
  top:60%;
  right:-350px;
  transform:translateY(-50%);
  width:350px;
  height:auto;
  padding:25px;
  background:#fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  box-sizing:border-box;
  transition:0.5s;
  z-index:999;
}
.sidebar-contact.active{
  right:0;
}
.sidebar-contact input,
.sidebar-contact textarea{
  width:100%;
  height:36px;
  padding:5px;
  margin-bottom:10px;
  box-sizing:border-box;
  border:1px solid rgba(0,0,0,.5);
  outline:none;
}
.sidebar-contact h2{
  margin:0 0 20px;
  padding:0;
  font-size: 28px;
}
.sidebar-contact textarea{
  height:60px;
  resize:none;
}
.sidebar-contact input[type="submit"]{
  background:var(--color-light-blue);
  color:#fff;
  cursor:pointer;
  border:none;
  font-size:18px;
}
.toggle{
  position:absolute;
  height:48px;
  width:48px;
  text-align:center;
  cursor:pointer;
  background:#f00;
  top:0;
  left:-48px;
  line-height:48px;
}
.toggle:before{
  content:'\f0e0';
  font-family: "Font Awesome 6 Free";
  font-size:24px;
  color:#fff;
}
.toggle.active:before{
  content:'\f00d';
}
@media(max-width:768px)
{
 .sidebar-contact {
  width: 100%;
  height: 50%;
  right: -100%;
  top: 35%;
}
  .sidebar-contact .toggle{
    top:0%;
    transform:translateY(-50%);
    transition:0.5s;
  }
  .sidebar-contact.active .toggle
  {
    top:0;
    left:0;
    transform:translateY(0);
  }
   .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
  .content{
    padding:50px 50px;
  }
  .toggle {
  position: absolute;
  height: 35px;
  width: 38px;
  text-align: center;
  cursor: pointer;
  background: #f00;
  top: 0;
  left: -38px;
  line-height: 35px;
}
.sidebar-contact h2 {

  text-align: center;
}

}

.contentabout
{
  height: 100%;
  display: grid;
  vertical-align: middle;
  min-height: 530px;
  align-content: center;
}