* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
/* width */
::-webkit-scrollbar {
	width: 15px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	box-shadow: transparent; 
	border-radius: 0px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: #c86faa; 
	border-radius: 0px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #c86faa; 
  }

::-moz-selection { /* Code for Firefox */
	color: #fff;
	background: #c86faa;
	
  }
  
  ::selection {
	color: #fff;
	background: #c86faa;
  }

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	padding-bottom: 40px;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper>.container {
	padding-right: 0;
	padding-left: 0;
}

.navbar-wrapper .navbar {
	padding-right: 15px;
	padding-left: 15px;
}

.navbar-wrapper .navbar .container {
	width: auto;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: #c86faa;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	height: 510px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
	height: 610px;
}

.carousel-inner>.item>img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 510px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
	text-align: center;
}

.marketing .col-lg-4 p {
	margin-right: 10px;
	margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
	margin: 50px 0;
	/* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

	/* Navbar positioning foo */
	.navbar-wrapper {
		margin-top: 20px;
	}

	.navbar-wrapper .container {
		padding-right: 0px;
		padding-left: 6px;
	}

	.navbar-wrapper .navbar {
		padding-right: 0;
		padding-left: 0;
	}

	/* The navbar becomes detached from the top, so we round the corners */
	.navbar-wrapper .navbar {
		border-radius: 0px;
	}

	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 20px;
		font-size: 21px;
		line-height: 1.4;
	}

	.featurette-heading {
		font-size: 50px;
	}

}

@media (min-width: 992px) {
	.featurette-heading {
		margin-top: 120px;
	}
}


img.logo {
	width: 212px;
    height: auto;
    margin-top: -10px;
    margin-left: 0px;
}

nav.navbar.navbar-inverse.navbar-static-top {
	background-color: #ffffff;
	border-bottom: 0px solid #fff;
/*	width: 845px;*/
}

.navbar-inverse {
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-repeat: repeat-x;
	border-radius: 4px;
}
.navbar {
    position: relative;
    margin-bottom: 0px !important;
}
.container-fluid.box-shadow{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #00446e;
	
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.open>a {
	background-image: none;
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}

.navbar-inverse .navbar-nav>li>a {
	color: #494848db;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: #c86faa;
}

@media (min-width: 768px) {
	.navbar-nav>li {
		float: left;
		margin-right: 0px;
		padding-right: 5px;
		border-left: 1px solid #fff;
	}
	.navbar-nav {
		float: right;
		margin: 0;
		padding-right: 25px;
	}

}

.dropdown-menu>li>a {
	display: block;
	padding: 15px 15px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #252525;
	white-space: nowrap;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	background-color: #c86faa;
	background-image: none;
	background-repeat: repeat-x;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #c86faa;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #c86faa;
}

.carousel-inner>.item>img {
	position: absolute;
	top: 0px !important;
	left: 0;
	min-width: 100%;
	height: 100%;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #c86faa !important;
	background-image: none !important;
	border-bottom: 1px solid white;
    border-top: 1px solid #fff;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color:#00446e !important;	
}
.carousel {
	height: auto;

}

h1 {
	font-size: 32px;
}

img.second-slide {
	top: -520px !important;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 44px 10px;
}

.navbar-wrapper {
	position: fixed;
	background-color: #f4ba33;
	margin-top: 0px;

}

.box-shadow {
	box-shadow: 0px 2px 12px 10px #0032641f;
}


h1.text-center {
    background-color: rgba(47,161,255,0.79);
    color: #fff;
    text-transform: capitalize;
    padding: 30px;
    width: 60%;
	border: 2px solid #fff;
    /* border-top: 10px solid #c86faa; */
    margin: 0px auto;
    margin-top: -200px;
    margin-bottom: 200px;
    /* border-radius: 14px; */
    position: relative;
    /* border-bottom: 10px solid #c86faa; */
    font-weight: bold;
    font-size: 25px;
    /* text-shadow: 1px 3px #b5c3ccb0; */
}

.bg-h1 {
	/* background-image: linear-gradient(to bottom, #f1f1f4d1, rgb(255 255 255 / 61%)), url(../images/moroccan-flower.png); */
	background-color: #ffffff61;
}

.parallax {
	/* The image used */
	background-image: linear-gradient(rgb(0 0 0 / 80%), rgb(0 0 0 / 51%)), url(../images/phone-app.jpg);
	height: 100%;

	/* Set a specific height */
	padding-top: 70px;
    padding-bottom: 70px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.carousel-indicators {
	bottom: 70px;
}

@media only screen and (max-device-width: 480px) {
	.parallax {
		background-attachment: scroll;
	}
}

h2.text-center.mb-5 {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	width: 280px;
	margin: 0px auto;
	background-color: #c86faa;
	padding: 10px;
	border-radius: 14px;
	border-left: 7px solid #fff;
	border-right: 7px solid #fff;
	margin-bottom: 50px;
	position: relative;
	box-shadow: 0px 2px 12px 10px #ffffff70;
	font-style: italic;

}

.col-lg-4.box-1 {
	padding: 20px;
	background-color: white;
	background-image: linear-gradient(rgb(0 0 0 / 25%), rgb(0 0 0 / 44%)), url(../images/placeholder.png);
	height: 100%;
	color: #fff;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
	border-radius: 14px;
	background-position-x: center;
	cursor: pointer;
	width: 32%;
	transition: transform .9s;
	box-shadow: 0px 2px 12px 10px #dadbdb1f;
}

.col-lg-4.box-1:hover {
	background-image: linear-gradient(#c86faa, #a64078c4), url(../images/placeholder.png);
	-ms-transform: scale(1.2);
	/* IE 9 */
	-webkit-transform: scale(1.2);
	/* Safari 3-8 */
	transform: scale(1.2);
	z-index: 11;
}

.col-lg-4.box-1 h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	border-bottom: 2px solid #fff;
	padding-bottom: 15px;
	width: 111px;
}

.col-lg-4.box-1 p {
	padding-top: 15px;
	font-size: 14px;
	padding-bottom: 15px;
	text-align: left;
}


button.btn.custom-btn {
	background-color: #c86faa;
	padding: 12px;
	margin-bottom: 15px;
	border-radius: 0px;
	text-transform: uppercase;
	color: #ffffff;
	border-left: 6px solid #ffffff;
	border-right: 6px solid rgb(247 247 247);
	border-radius: 14px;
	box-shadow: 0px 2px 12px 10px #fbfbfb40;
}

button.btn.custom-btn:hover {
	background-color: #ffffff;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	color: #c86faa;
}

.col-lg-4.box-1:hover .custom-btn {
	background-color: #ffffff;
	border-left: 5px solid #ffffff !important;
	border-right: 5px solid #ffffff !important;
	color: #c86faa !important;
}

.col-lg-4.box-2:hover .custom-btn {
	background-color: #ffffff;
	border-left: 5px solid #ffffff !important;
	border-right: 5px solid #ffffff !important;
	color: #c86faa !important;
}

.col-lg-4.box-3:hover .custom-btn {
	background-color: #ffffff;
	border-left: 5px solid #ffffff !important;
	border-right: 5px solid #ffffff !important;
	color: #c86faa !important;
}


.col-lg-4.box-2 {
	padding: 20px;
	background-color: white;
	background-image: linear-gradient(rgb(0 0 0 / 25%), rgb(0 0 0 / 44%)), url(../images/placeholder.png);
	height: 100%;
	color: #fff;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
	border-radius: 14px;
	background-position-x: 400px;
	cursor: pointer;
	width: 33%;
	margin-left: 15px;
	margin-right: 15px;
	transition: transform .9s;
	box-shadow: 0px 2px 12px 10px #dadbdb1f;
}

.col-lg-4.box-2:hover {
	background-image: linear-gradient(#c86faa, #a64078c4), url(../images/placeholder.png);
	-ms-transform: scale(1.2);
	/* IE 9 */
	-webkit-transform: scale(1.2);
	/* Safari 3-8 */
	transform: scale(1.2);
	z-index: 9;
}

.col-lg-4.box-2 h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	border-bottom: 2px solid #fff;
	padding-bottom: 15px;
	width: 111px;
}

.col-lg-4.box-2 p {
	padding-top: 15px;
	font-size: 14px;
	padding-bottom: 35px;
	text-align: left;
}

.col-lg-4.box-3 {
	padding: 20px;
	background-color: white;
	background-image: linear-gradient(rgb(0 0 0 / 69%), rgb(0 0 0 / 62%)), url(../images/placeholder.png);
	height: 100%;
	color: #fff;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
	border-radius: 14px;
	background-position-x: center;
	cursor: pointer;
	width: 32%;
	box-shadow: 0px 2px 12px 10px #dadbdb1f;
	transition: transform .9s;
}

.col-lg-4.box-3:hover {
	background-image: linear-gradient(#c86faa, #a64078c4), url(../images/placeholder.png);
	-ms-transform: scale(1.2);
	/* IE 9 */
	-webkit-transform: scale(1.2);
	/* Safari 3-8 */
	transform: scale(1.2);
	z-index: 9;
}

.col-lg-4.box-3 h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	border-bottom: 2px solid #fff;
	padding-bottom: 15px;
	width: 155px;
}

.col-lg-4.box-3 p {
	padding-top: 15px;
	font-size: 14px;
	padding-bottom: 15px;
	text-align: left;
}


/* .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
} */

.box .image {
	opacity: 0.7;
	cursor: pointer;
	box-shadow: 1px 2px 12px 10px #1b272f6b;
	backface-visibility: visible;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
}

.middle {
	transition: .5s ease;
	opacity: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	width: 263px;
}

.box:hover .image {
	opacity: 1;
	cursor: pointer;
	box-shadow: rgb(246 216 95 / 12%) 3px 0px 26px 12px;
}

.box:hover .middle {
	opacity: 1;
	cursor: pointer;
	backface-visibility: hidden;
	top: 200px;
}

.text {
	background-color: #c86faa;
	color: #ffffff;
	font-size: 15px;
	padding: 16px 32px;
	font-weight: bold;
	backface-visibility: visible;
}

h2.text-center.mb-5.custom-h2 {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	width: 280px;
	margin: 0px auto;
	background-color: #c86faa;
	padding: 10px;
	border-radius: 14px;
	border-left: 7px solid #ffffff;
	border-right: 7px solid #ffffff;
	margin-bottom: 50px;
	position: relative;
	box-shadow: 0px 2px 12px 10px #a03d732b;
	font-style: italic;
}


.post-slide {
	padding: 0 10px;
	transform: translateY(0);
	transition: all 0.30s ease 0s;
}

.post-slide:hover {
	transform: translateY(-10px);
}

.post-slide .post-img {
	position: relative;
}

.post-slide .post-img img {
	width: 100%;
	height: auto;
}

.post-slide .post-img:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, rgb(196 109 167), rgb(214 140 149 / 41%));
	transform: translateY(-100%);
	transition: all 0.30s ease 0s;
}

.post-slide:hover .post-img:after {
	transform: translateY(0);
}

.post-slide .post-img:before {
	content: "\f002";
	font-family: FontAwesome;
	font-weight: 900;
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	top: -50%;
	font-size: 30px;
	color: #fff;
	transition: all 0.50s ease 0s;
	z-index: 1;
}

.post-slide:hover .post-img:before {
	top: 40%;
}

.post-slide .icons {
	position: absolute;
	bottom: -16px;
	left: 30px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	z-index: 1;
}

.post-slide .icons img {
	width: 100%;
	height: auto;
}

.post-slide .post-review {
	border: 1px solid #c86faa;
	border-top: none;
	padding: 35px 20px 25px;
	background: #fff;
	position: relative;
}

.post-slide .post-review:after {
	content: "";
	width: 90%;
	height: 10px;
	position: absolute;
	top: 100%;
	left: 5%;
	opacity: 0;
	transform: translateY(0);
	transition: all 0.30s ease 0s;
}

.post-slide:hover .post-review:after {
	opacity: 1;
	transform: translateY(5px);
}

.post-slide .post-bar {
	padding: 0;
	list-style: none;
}

.post-slide .post-bar li {
	display: inline-block;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #003265;
	margin-right: 10px;
	text-transform: capitalize;
}

.post-slide .post-bar li i {
	color: #003366;
	margin-right: 8px;
}

.post-slide .post-title {
	margin: 0 0 20px 0;
	color: #555;
	font-weight: bold;
	font-size: 18px;
}

.post-slide .post-description {
	font-size: 14px;
	line-height: 20px;
	color: #494848db;
}

.post-slide .read {
	text-transform: capitalize;
	font-size: 15px;
	color: #c86faa;
}

.post-slide .read i {
	margin-left: 10px;
}

.post-slide .read:hover {
	text-decoration: none;
	color: #333;
}

.post-description button.btn.custom-btn {
	background-color: #002f5f;
	padding: 12px;
	margin-bottom: 15px;
	border-radius: 0px;
	text-transform: uppercase;
	border-left: 5px solid #79add3;
	color: #fff;
	border-right: 5px solid #79add3;
}

h2.text-center.mb-5.custom-h2.long-text {
	width: 410px;
}

.how-section1 {
	margin-top: -15%;
	padding: 10%;
}

.how-section1 h4 {
	color: #ffa500;
	font-weight: bold;
	font-size: 30px;
}

.how-section1 .subheading {
	color: #3931af;
	font-size: 20px;
}

.how-section1 .row {
	margin-top: 10%;
}

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

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

h3 {
	font-size: 20px;
	color: #c86faa;
	font-weight: bold;
	text-transform: capitalize;
	font-style: italic;
}

.bg-parallex {
	background-image: linear-gradient(rgb(255 255 255 / 82%), rgb(255 255 255 / 68%)), url(../images/Elegant-Pattern-PNG-Transparent-Image.png);
	height: 100%;
	padding: 0px;
	background-attachment: fixed;
	padding-top: 100px;
	background-size: cover;
}

p.text-muted {
	color: #494848db;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}

.custom-cta {
	background-color: #d7aa39;
	padding: 50px;
}

i.fa.fa-mobile {
	font-size: 120px;
	line-height: 100px;
	color: #fff;
	text-align: center;
	margin: 0px auto;
	font-weight: 500;
}

.internal-paddings {
	padding-left: 20px;
	padding-right: 20px;
}

.hithere {
	animation: hithere 1s ease infinite;
}

@keyframes hithere {
	30% {
		transform: scale(1.2);
	}

	40%,
	60% {
		transform: rotate(-20deg) scale(1.2);
	}

	50% {
		transform: rotate(20deg) scale(1.2);
	}

	70% {
		transform: rotate(0deg) scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}

.col-lg-8 h3 {
	color: #fff;
	margin-bottom: -5px;
	font-size: 40px;
	margin-top: 0px;
	font-style: italic;
}

p.cta-para {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}

.flip {
	backface-visibility: visible !important;
	animation: flip 2s ease infinite;
}

@keyframes flip {
	0% {
		transform: perspective(400px) rotateY(0);
		animation-timing-function: ease-out;
	}

	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg);
		animation-timing-function: ease-out;
	}

	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		animation-timing-function: ease-in;
	}

	80% {
		transform: perspective(400px) rotateY(360deg) scale(.95);
		animation-timing-function: ease-in;
	}

	100% {
		transform: perspective(400px) scale(1);
		animation-timing-function: ease-in;
	}
}

button.btn.cta-btn {
	background-color: #ffffff;
	padding: 12px;
	margin-bottom: 15px;
	border-radius: 10px;
	FONT-SIZE: 16px;
	font-weight: bold;
	color: #c86faa;
	text-transform: uppercase;
	border-left: 7px solid #f8f8f875;
	margin-top: 25px;
	border-right: 7px solid #ffffff75;
	box-shadow: 2px 3px 14px 9px #ffffff2e;
}

button.btn.cta-btn:hover {
	color: #fff;
	background-color: transparent;
	border-left: 7px solid #ffffff;
	border-right: 7px solid #ffffff;
	/* border-top: 1px solid #fff; */
	/* border-bottom: 1px solid #fff; */
	box-shadow: 2px 2px 7px 7px #ffffff3d;
}

.roll-in {
	animation: roll-in 2s ease infinite;
}

@keyframes roll-in {
	0% {
		opacity: 0;
		transform: translateX(-100%) rotate(-120deg);
	}

	100% {
		opacity: 1;
		transform: translateX(0px) rotate(0deg);
	}
}

.owl-theme .owl-controls .owl-page span {
	background: #c86faa;
}

.owl-carousel {
	cursor: pointer !important;
}

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

section {
	padding: 60px 0;
}

section .section-title {
	text-align: center;
	color: #003265;
	margin-bottom: 50px;
	text-transform: uppercase;
}

#footer {
	background: #f3f1f085 !important;
}

#footer h5 {
	padding-bottom: 5px;
	margin-bottom: 20px;
	color: #c86faa;
	text-align: left;
	font-size: 17px;
	font-weight: bold;
}

#footer a {
	color: #ffffff;
	text-decoration: none !important;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

#footer ul.social li {
	padding: 3px 0;

}

#footer ul.social li a i {
	margin-right: 5px;
	font-size: 25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

#footer ul.social li:hover a i {
	font-size: 30px;
	margin-top: -10px;
}

#footer ul.social li a,
#footer ul.quick-links li a {
	color: #ffffff;
}

#footer ul.social li a:hover {
	color: #eeeeee;
}

#footer ul.quick-links li {
	padding: 3px 0;
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	transition: .3s all ease;
	color: #000;
}

#footer ul.quick-links li:hover {
	padding: 3px 0;
	margin-left: 5px;
	font-weight: normal;
}

#footer ul.quick-links li a i {
	margin-right: 3px;
}

#footer ul.quick-links li:hover a i {
	font-weight: normal;
}

@media (max-width:767px) {
	#footer h5 {
		padding-left: 0;
		border-left: transparent;
		padding-bottom: 0px;
		margin-bottom: 10px;
	}
}

.list-unstyled {
	text-align: left;
	font-size: 13px;
	line-height: 17px;
}

#footer ul.social li a,
#footer ul.quick-links li a {
	color: #494848db !important;
}

.social-list-styled {
	text-align: left;
	margin-top: 20px;
}

.container-fluid.bg-custom {
	background-color: #fcfcfc;
	padding-bottom: 80px;
	border-top: 1px solid #1b272f0f;
	border-bottom: 1px solid #1b272f0f;
}


h2.text-center.mb-5.mt-5.custom-h2 {
	margin-top: 60px;
}

.container-fluid.blue-bg {
	background-color: #00436c;
	padding: 15px;
	padding-bottom: 0px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	margin-bottom: -40px;
}

.footer-logo-down {
	text-transform: uppercase;
	font-size: 16px;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	line-height: 20px;
	font-weight: bold;
	color: #c86faa !important;
}

.color-blue {
	color: #c86faa !important;
	font-weight: bold;
}

/* <!--MOBILE RESPONSIVE --!> */
@media (max-width: 480px) {
	.navbar-wrapper .navbar {
		width: 90% !important;
		margin: 0px auto !important;
		margin-top: 10px !important;
	}

	.carousel .item {
		height: 240px;
		background-color: #fff;
	}

	.container .box-shadow {
		box-shadow: none;
	}


	.navbar-brand {
		float: left;
		height: 50px;
		padding: 10px 0px;
		font-size: 18px;
		line-height: 20px;
	}

	.navbar-inverse .navbar-toggle {
		border-color: #c86faa;
	}

	.navbar-inverse .navbar-toggle:focus,
	.navbar-inverse .navbar-toggle:hover {
		background-color: #c86faa;
	}

	h1.text-center {
		background-color: rgb(255, 255, 255);
		color: rgb(0, 51, 101);
		text-transform: uppercase;
		padding: 10px;
		width: 354px;
		border-top: 10px solid rgb(0, 51, 101);
		margin: 20px auto 25px;
		border-radius: 14px;
		position: relative;
		border-bottom: 10px solid rgb(0, 51, 101);
		font-weight: bold;
		font-size: 28px;
		text-shadow: rgb(181 195 204 / 69%) 1px 3px;
	}

	.carousel-inner>.item>img {
		position: absolute;
		top: 0px;
		left: 0;
		min-width: 100%;
		height: auto;
	}

	img.second-slide {
		top: -100px !important;
	}

	.bg-h1 {
		background-position: center;
		background-repeat: repeat;
	}

	.parallax {
		background-image: linear-gradient(rgb(0 0 0 / 18%), rgb(0 0 0 / 0%)), url(../images/radar_3.jpg);
		height: 100%;
		padding: 100px;
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;

	}

	.col-lg-4.box-1 {
		width: 90%;
		margin: 0px auto;
		margin-bottom: 50px;
	}

	.col-lg-4.box-2 {
		width: 90%;
		margin: 0px auto;
		margin-bottom: 50px;
	}

	.col-lg-4.box-3 {
		width: 90%;
		margin: 0px auto;
		margin-bottom: 50px;
	}

	h2.text-center.mb-5 {
		font-size: 18px;
		line-height: 24px;
		width: 240px;
	}

	h2.text-center.mb-5.custom-h2 {
		font-size: 18px;
		line-height: 24px;
		width: 240px;
	}

	.col-lg-4.box-1 h2 {
		font-size: 18px;
		width: 100px;
		line-height: 24px;
	}

	.col-lg-4.box-2 h2 {
		font-size: 18px;
		width: 100px;
		line-height: 24px;
	}

	.col-lg-4.box-3 h2 {
		font-size: 18px;
		width: 140px;
		line-height: 24px;
	}

	.box .image {
		width: 80% !important;
		margin: 0px auto;
		margin-bottom: 80px;
	}

	.text {
		font-size: 14px;
	}

	.container-fluid.bg-custom {
		padding-bottom: 50px;
	}

	img.logo {
		width: 167px;
		height: auto;
	}

	h2.text-center.mb-5.custom-h2.long-text {
		width: 300px;
	}

	.bg-parallex {
		padding-top: 40px;
		background-size: cover;
		background-position: right;
	}

	.custom-cta {
		padding: 50px 10px 50px 10px;
	}

	.col-lg-8 h3 {
		color: #fff;
		margin-bottom: -5px;
		font-size: 25px;
		margin-top: 0px;
		font-style: italic;
		padding-top: 30px;
	}

	p.cta-para {
		font-size: 16px;
		line-height: 20px;
		color: #fff;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.internal-paddings {
		padding-left: 0px;
		padding-right: 0px;
	}

	.go-top {
		position: fixed;
		bottom: 19% !important;
		right: 6.2% !important;
		padding: 20px;
		display: none;
		cursor: pointer;
		-webkit-font-smoothing: antialiased;
		transition: display 0.5s ease-in-out;
	}
}

.go-top {
	position: fixed;
	bottom: 12%;
	right: 3.1%;
	padding: 20px;
	display: none;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	transition: display 0.5s ease-in-out;

}

.go-top:after {
	font-family: FontAwesome;
    content: "\f106";
    background-color: #1b272fa1;
    padding: 10px 10px;
    color: #ffffff;
    position: absolute;
    font-weight: bold;
    font-size: 31px;
    border-radius: 10px;
    box-shadow: #e0cbd721 0px 2px 12px 10px;
	
}

.go-top:hover {
	transition: all .10s linear;

}


.dropdown a i.fa {
	color: #c76ea9 !important;
}

#navbar ul.navbar-nav li.active a i {
    color: white !important;
}
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:focus i {
	color: #fff !important;
}

@media (max-width: 767px){
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d !important;
}
.navbar .navbar-nav .open .dropdown-menu>.active>a, .navbar .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff !important;
    background-image: -webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#2e6da4 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));
    background-image: linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
}
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:hover i {
	color: #fff !important;
	
}

.navbar-inverse .navbar-nav>li>a i {
	color: #c86faa !important;
}

.pad-2 {
   padding-left: 0px;
   padding-right: 15px;
   color: #494848db;
   line-height: 24px;
}

.pad-another {
    padding: 31px;
    color: #494848db;
    background-color: #14547c0d;
    border: 1px solid #00446e17;
}

.primary-btn {
	background-color: #c86faa;
	padding: 14px 25px;
	margin-top: 20px;
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	border-radius: 10px;
	border: 1px solid transparent;
	-webkit-transition-duration: 0.5s !important;
	-webkit-transition-timing-function: linear;
}

.primary-btn:hover {
	background-color: #fff;
	border: 1px solid #c76ea9;
	color: #b9679e;
	box-shadow: 0px 2px 12px 10px #c06ba31f;
	box-shadow: 153px 0 0 #fcfcfc inset;
}

span.small-heading {
	font-weight: bold;
	color: #c76ea9;
	font-size: 18px;
	line-height: 20px;
}

hr.solid {
	border-top: 3px solid #c76ea9;
	width: 70px;
	margin-top: -10px;
	margin-bottom: 15px;
}

div.col-sm-7.five-three {
	width: 60% !important;
}

div.col-sm-5.five-two {
	width: 40% !important;
}


.custom-h2 {
	text-align: center;
	font-style: normal;
	font-weight: bold;
	color: #c86faa;
	padding-top: 50px;
}

/*  */
.team_columns_carousel_wrapper {
	padding: 50px 25px 50px 25px;
	overflow: hidden
}

.team_columns_carousel_control_left,
.team_columns_carousel_control_right {
	top: 270px;
	z-index: 2;
	opacity: 1;
	width: 35px;
	height: 35px;
	border: 0;
	text-shadow: none;
	text-align: center;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s
}

.team_columns_carousel_control_icons {
	line-height: 35px;
	font-size: 20px !important;
	font-weight: normal !important;
	margin-top: 0px;
}

.team_columns_carousel_control_left {
	left: 0px !important;
}



.adv_left {
	left: 0px
}



.team_columns_item_image {
	padding-top: 0px;
	padding-bottom: 15px;
	border: 1px solid transparent;
}
.team_columns_item_image:hover{
	border: 1px double #00436d;
}

.team_columns_item_image img {
	width: 80%;
	-webkit-filter: grayscale(70%);
	-moz-filter: grayscale(70%);
	-ms-filter: grayscale(70%);
	-o-filter: grayscale(70%);
	filter: grayscale(70%);
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	margin: 0px auto;
	display: block;
	
}

.team_columns_item_image:hover img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%)
}

.team_columns_item_caption {
	padding: 10px 20px 20px 20px;
	text-align: center;
	display: flow-root;
}

.team_columns_item_caption>hr {
	width: 15%
}

.team_columns_item_caption h4 {
	font-weight: 800;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif
}

.team_columns_item_caption h5 {
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif
}

.team_columns_item_caption p {
	font-weight: 400;
	margin-top: 20px;
	font-family: 'Open Sans', sans-serif
}

.team_columns_item_caption p a,
.team_columns_item_caption p a:visited {
	text-decoration: none;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s
}

.team_columns_item_social a,
.team_columns_item_social a:visited {
	width: 25px;
	float: left;
	height: 25px;
	display: block;
	line-height: 25px;
	margin-right: 2px;
	text-decoration: none;
	-webkit-transition: background ease-in-out .3s;
	transition: background ease-in-out .3s
}

@media(min-width:768px) and (max-width:789px) {

	.adv_team_columns_item_social a,
	.adv_team_columns_item_social a:visited {
		margin-right: 0;
	}
}

.team_columns_carousel_wrapper {
	background: #fff !important;
}

.team_columns_carousel_control_left,
.team_columns_carousel_control_left:hover,
.team_columns_carousel_control_left:active,
.team_columns_carousel_control_left:focus,
.team_columns_carousel_control_right,
.team_columns_carousel_control_right:hover,
.team_columns_carousel_control_right:active,
.team_columns_carousel_control_right:focus {
	color: #00446e;
	background: transparent !important;
}

.team_columns_item_caption {
	color: #fff;
	background: #f5f5f5;
}

.team_columns_item_caption>hr {
	border-top: 2px solid #feb600
}

.team_columns_item_caption p a,
.team_columns_item_caption p a:visited {
	color: #feb600
}

.team_columns_item_caption p a:hover,
.team_columns_item_caption p a:active {
	color: #cb9200
}

.team_columns_item_social a,
.team_columns_item_social a:visited {
	color: #171717;
	background: #feb600
}

.team_columns_item_social a:hover,
.team_columns_item_social a:active {
	background: #cb9200
}

.four_shows_one_move .cloneditem-1,
.four_shows_one_move .cloneditem-2,
.four_shows_one_move .cloneditem-3 {
	display: none
}

@media all and (min-width: 768px) {

	.four_shows_one_move .carousel-inner>.active.left,
	.four_shows_one_move .carousel-inner>.prev {
		left: -50%
	}

	.four_shows_one_move .carousel-inner>.active.right,
	.four_shows_one_move .carousel-inner>.next {
		left: 50%
	}

	.four_shows_one_move .carousel-inner>.left,
	.four_shows_one_move .carousel-inner>.prev.right,
	.four_shows_one_move .carousel-inner>.active {
		left: 0
	}

	.four_shows_one_move .carousel-inner .cloneditem-1 {
		display: block
	}
}

@media all and (min-width: 768px) and (transform-3d),
all and (min-width: 768px) and (-webkit-transform-3d) {

	.four_shows_one_move .carousel-inner>.item.active.right,
	.four_shows_one_move .carousel-inner>.item.next {
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0);
		left: 0
	}

	.four_shows_one_move .carousel-inner>.item.active.left,
	.four_shows_one_move .carousel-inner>.item.prev {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		left: 0
	}

	.four_shows_one_move .carousel-inner>.item.left,
	.four_shows_one_move .carousel-inner>.item.prev.right,
	.four_shows_one_move .carousel-inner>.item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0
	}
}

@media all and (min-width: 992px) {

	.four_shows_one_move .carousel-inner>.active.left,
	.four_shows_one_move .carousel-inner>.prev {
		left: -25%
	}

	.four_shows_one_move .carousel-inner>.active.right,
	.four_shows_one_move .carousel-inner>.next {
		left: 25%
	}

	.four_shows_one_move .carousel-inner>.left,
	.four_shows_one_move .carousel-inner>.prev.right,
	.four_shows_one_move .carousel-inner>.active {
		left: 0
	}

	.four_shows_one_move .carousel-inner .cloneditem-2,
	.four_shows_one_move .carousel-inner .cloneditem-3 {
		display: block
	}
}

@media all and (min-width: 992px) and (transform-3d),
all and (min-width: 992px) and (-webkit-transform-3d) {

	.four_shows_one_move .carousel-inner>.item.active.right,
	.four_shows_one_move .carousel-inner>.item.next {
		-webkit-transform: translate3d(25%, 0, 0);
		transform: translate3d(25%, 0, 0);
		left: 0
	}

	.four_shows_one_move .carousel-inner>.item.active.left,
	.four_shows_one_move .carousel-inner>.item.prev {
		-webkit-transform: translate3d(-25%, 0, 0);
		transform: translate3d(-25%, 0, 0);
		left: 0
	}

	.four_shows_one_move .carousel-inner>.item.left,
	.four_shows_one_move .carousel-inner>.item.prev.right,
	.four_shows_one_move .carousel-inner>.item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0
	}
}

/*  */
.col-xs-12.col-sm-6.col-md-3.team_columns_item_image:hover .team_columns_item_caption {
	background-color: #00446d;
	transition: all .3s ease;
}

.team_columns_item_caption h3 {
	font-size: 20px;
	color: #00436c;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

.team_columns_item_caption p {
	font-size: 14px;
	color: #494848db;
	font-style: normal;
	font-weight: normal;
	text-align: left;

}


.col-xs-12.col-sm-6.col-md-3.team_columns_item_image:hover .team_columns_item_caption h3,
.col-xs-12.col-sm-6.col-md-3.team_columns_item_image:hover .team_columns_item_caption p {
	color: #fff;
}

.col-xs-12.col-sm-6.col-md-3.team_columns_item_image .team_columns_item_caption a {
	float: left !important;
	margin-top: 10px !important;
	-webkit-transition-duration: 0.5s !important;
	-webkit-transition-timing-function: linear;

}

.col-xs-12.col-sm-6.col-md-3.team_columns_item_image:hover .team_columns_item_caption button {
	background-color: rgb(255, 255, 255);
    border: 1px solid #1a2831;
    color: #1a2831;
    box-shadow: rgb(252, 252, 252) 153px 0px 0px inset;
}

.team_columns_item_image:hover img {
	opacity: 0.7;
	}

.team_columns_item_image img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
}


/*  */
.serviceBox {
	text-align: center;
	margin-top: 60px;
	position: relative;
	z-index: 1;
	margin-bottom: 21px;
}

.serviceBox .service-icon {
	width: 78px;
	height: 78px;
	border-radius: 3px;
	background: #fff;
	margin: 0 auto;
	position: absolute;
	top: -34px;
	left: 0;
	right: 0;
	z-index: 1;
	transition: all 0.3s ease-out 0s;
}

.serviceBox:hover .service-icon {
	transform: rotate(45deg);
}

.serviceBox .service-icon span {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 3px;
	background: #727cb6;
	font-size: 30px;
	color: #fff;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: all 0.3s ease-out 0s;
}

.serviceBox .service-icon span i {
	transition: all 0.3s ease-out 0s;
}

.serviceBox:hover .service-icon span i {
	transform: rotate(-45deg);
}

.serviceBox .service-content {
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	padding: 55px 20px;
	position: relative;
}

.serviceBox .service-content:before {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	margin: 0 auto;
	position: absolute;
	top: -37px;
	left: 0;
	right: 0;
	z-index: -1;
	transition: all 0.3s ease-out 0s;
}

.serviceBox:hover .service-content:before {
	transform: rotate(45deg);
}

.serviceBox .title {
	font-size: 17px;
	font-weight: 500;
	color: #324545;
	text-transform: capitalize;
	margin: 0 0 25px 0;
	position: relative;
	transition: all 0.3s ease-out 0s;
	font-style: normal;
}

.serviceBox:hover .title {
	color: #727cb6;
}

.serviceBox .description {
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 0;
}

.serviceBox .read-more {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 38px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e7e7e7;
    font-size: 14px;
    color: #494848db;
    margin: 0 auto;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    transition: all 0.3s ease-out 0s;
}

.serviceBox .read-more:hover {
	border: 1px solid #727cb6;
	color: #727cb6;
	text-decoration: none;
}

.serviceBox.green .service-icon span {
	background: #008b8b;
}

.serviceBox.blue .service-icon span {
	background: #3498db;
}

.serviceBox.orange .service-icon span {
	background: #e67e22;
}

.serviceBox.green:hover .title {
	color: #008b8b;
}

.serviceBox.blue:hover .title {
	color: #3498db;
}

.serviceBox.orange:hover .title {
	color: #e67e22;
}

.serviceBox:hover .read-more {
	border: 1px solid #727cb6;
	color: #727cb6;
}

.serviceBox.green:hover .read-more {
	border: 1px solid #008b8b;
	color: #008b8b;
}

.serviceBox.blue:hover .read-more {
	border: 1px solid #3498db;
	color: #3498db;
}

.serviceBox.orange:hover .read-more {
	border: 1px solid #e67e22;
	color: #e67e22;
}

/*  */
.service-content ul {
	list-style: none;
	text-align: left;
	padding-left: 5px;
	line-height: 24px;
	font-size: 15px;
	color: #494848db;
}

.pad-2 h1 {
	font-size: 30px;
	line-height: 39px;
	color: #c86faa;
	font-weight: bold;
	margin-bottom: 10px;
}

.left-section {
    padding: 40px;
    background-color: #fff;
}

.right-section {
    background-color:#fffffff2;
    margin-left: 0px;
    padding: 40px;
}

h2.customize-heading {
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
}

hr.solid-bg {
    border-top: 3px solid #ffffff;
    width: 100px !important;
    margin-top: -10px !important;
    margin-bottom: 30px !important;
}
.left-section h3{
    font-size: 20px;
    color: #c56da8;
    font-style: normal;
    font-weight: bold;
    text-align: left;
	padding-bottom: 15px;
}


.left-section ul {
    list-style: none;
    text-align: left;
    padding-left: 5px;
    line-height: 24px;
    font-size: 15px;
    color: #494848db;
	text-transform: capitalize;
}

.right-section h3{
	font-size: 20px;
    color: #c56da8;
    font-style: normal;
    font-weight: bold;
    text-align: left;
	padding-bottom: 15px;
}
.right-section ul{
	list-style: none;
    text-align: left;
    padding-left: 5px;
    line-height: 24px;
    font-size: 15px;
    color: #494848db;
	text-transform: capitalize;
}

.secondary-btn {
    background-color: #ffffff;
    padding: 14px 25px;
    color: #1b272f;
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    border-radius: 10px;
    border: 1px solid transparent;
    -webkit-transition-duration: 0.5s !important;
    -webkit-transition-timing-function: linear;
	margin-top: 20px;
}

.secondary-btn:hover {
    background-color: #bd69a0;
    border: 1px solid #ffffff;
    color: #cc7db4;
    box-shadow: 190px 1px 0 #fcfcfc inset;
}

.left-section iframe {
    border: 0px;
}

.right-section p {
    font-size: 14px;
    color: #494848db;
    font-style: normal;
    font-weight: normal;
    text-align: left;
}
.row.pad-top-bottom {
    padding-top: 20px;
    padding-bottom: 50px;
}

/* Company CSS Start */
.hero-parallex{
	background-image: linear-gradient(rgb(27 39 47), rgb(26 38 46 / 14%)), url(../images/about-us-hero.jpg);
    height: 100%;
    padding-top: 225px;
    padding-bottom: 225px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.aboutus-hero-parallex{
	background-image: linear-gradient(rgb(27 39 47), rgb(26 38 46 / 14%)), url(../images/a1.jpg);
    height: 100%;
    padding-top: 225px;
    padding-bottom: 225px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pt-7 {
    padding-top:  100px;

}
.pb-7{
	padding-bottom: 70px;
}
h1.inner-pages-h1 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 45px;
    line-height: 50px;
}

.pad-2 h2 {
    font-size: 30px;
    line-height: 39px;
    color: #c86faa;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 20px;
}

a i{
	text-decoration: none !important;
}
.down-slide a i {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 40px;
    margin-top: 30px;
    text-decoration: none !important;
}

.custom-para{
	padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    color: #494848db;
}
.pt-2{
	padding-left: 0px;
    padding-right: 0px;
}

.about-section-bg {
    background-image: url(../images/aboutus02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 665px;
    position: relative;
}


.bounceDown  {
	-moz-animation: bounceDown 2s infinite;
	-webkit-animation: bounceDown 2s infinite;
	animation: bounceDown 2s infinite;
  text-align:center;
	display:block;
  }
  
  
  @-moz-keyframes bounceDown {
	0%, 20%, 50%, 80%, 100% {
	  -moz-transform: translateY(0);
	  transform: translateY(0);
	}
	40% {
	  -moz-transform: translateY(-30px);
	  transform: translateY(-30px);
	}
	60% {
	  -moz-transform: translateY(-15px);
	  transform: translateY(-15px);
	}
  }
  @-webkit-keyframes bounceDown {
	0%, 20%, 50%, 80%, 100% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
	40% {
	  -webkit-transform: translateY(-30px);
	  transform: translateY(-30px);
	}
	60% {
	  -webkit-transform: translateY(-15px);
	  transform: translateY(-15px);
	}
  }
  @keyframes bounceDown {
	0%, 20%, 50%, 80%, 100% {
	  -moz-transform: translateY(0);
	  -ms-transform: translateY(0);
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
	40% {
	  -moz-transform: translateY(-30px);
	  -ms-transform: translateY(-30px);
	  -webkit-transform: translateY(-30px);
	  transform: translateY(-30px);
	}
	60% {
	  -moz-transform: translateY(-15px);
	  -ms-transform: translateY(-15px);
	  -webkit-transform: translateY(-15px);
	  transform: translateY(-15px);
	}
  }
  .about-bg{
	  background-image: url(../images/aboutus01.jpg);
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
	  height: 400px;
  }
 
  .bg-section {
    padding-right: 40px;
    color: #494848db;
    padding-left: 40px;
    padding-bottom: 40px;
    padding-top: 40px;
}

.bg-section h2{
	font-size: 30px;
		line-height: 39px;
		color: #c86faa;
		font-weight: bold;
		margin-top: 0px;
		margin-bottom: 10px;
	}

	.bg-section ul {
		list-style: none;
	}


	.mission-vision .about-section-bg {
		height: 457px;
		background-image: url(../images/aboutus03.jpg);
	}

	.core-values .about-section-bg {
		height: 437px;
		background-image: url(../images/aboutus04.jpg);
	}
/* Company CSS End */

/* Market Css Starts  */
.market-hero-parallex{
	background-image: linear-gradient(rgb(27 39 47), rgb(26 38 46 / 14%)), url(../images/Land05.webp);
    height: 100%;
    padding-top: 225px;
padding-bottom: 225px;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.market-defense-parallax {
	/* The image used */
	background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 5%)), url(../images/military-government-05.jpg);
	height: 100%;

	/* Set a specific height */
	padding-top: 70px;
    padding-bottom: 70px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.market-passanger-rail-parallax {
	/* The image used */
	background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 5%)), url(../images/Land03.jpg);
	height: 100%;

	/* Set a specific height */
	padding-top: 70px;
    padding-bottom: 70px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.land-parallex{
	background-image: linear-gradient(rgb(27 39 47), rgb(26 38 46 / 14%)), url(../images/Land06.jpeg);
    height: 100%;
    padding-top: 225px;
	padding-bottom: 225px;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.maritime-parallex{
	background-image: linear-gradient(rgba(27, 39, 47, 0.619), rgb(26 38 46 / 15%)), url(../images/Maritime01.jpg);
    height: 100%;
    padding-top: 225px;
	padding-bottom: 225px;
    background-attachment: fixed;
    background-position: 0% 40%;
    background-repeat: no-repeat;
    background-size: cover;
}

.commercial-shipping-parallax {
	/* The image used */
	background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 5%)), url(../images/Maritime04.jpg);
	height: 100%;

	/* Set a specific height */
	padding-top: 70px;
    padding-bottom: 70px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.public-safety-parallex{
	background-image: linear-gradient(rgba(27, 39, 47, 0.728), rgb(26 38 46 / 14%)), url(../images/public-safety01.jpg);
    height: 100%;
    padding-top: 225px;
padding-bottom: 225px;
    background-attachment: fixed;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.ngos-helping-parallax {
	/* The image used */
	background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 5%)), url(../images/public-safety04.jpg);
	height: 100%;

	/* Set a specific height */
	padding-top: 70px;
    padding-bottom: 70px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/* Market Css End */


/*  */
.pad-left-25{
	padding-left: 25px;
}
.pad-right-25{
	padding-right: 25px;
}
.border-right{
	border-right: 1px solid #dedede;
}

.hawk-parallex{
	background-image: linear-gradient(rgb(27 39 47), rgb(26 38 46 / 14%)), url(../images/hawk01.jpg);
    height: 100%;
    padding-top: 225px;
	padding-bottom: 225px;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.hawk-mobility-parallax {
	/* The image used */
	background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 5%)), url(../images/hawk02.jpg);
	height: 100%;

	/* Set a specific height */
	padding-top: 70px;
    padding-bottom: 70px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.goshawku8-mobile-parallax {
	/* The image used */
	background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 5%)), url(../images/goshawku801.jpg);
	height: 100%;

	/* Set a specific height */
	padding-top: 70px;
    padding-bottom: 70px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.goshawku8-parallex{
	background-image: linear-gradient(rgb(27 39 47), rgb(26 38 46 / 14%)), url(../images/goshawku803.jpg);
    height: 100%;
    padding-top: 225px;
padding-bottom: 225px;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.ospreyu8-mobile-parallax {
	/* The image used */
	background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 5%)), url(../images/ospreyu801.jpeg);
	height: 100%;

	/* Set a specific height */
	padding-top: 70px;
    padding-bottom: 70px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.osprey-hero-parallex{
	background-image: linear-gradient(rgb(27 39 47), rgb(26 38 46 / 14%)), url(../images/Osprey_U8.jpg);
    height: 100%;
    padding-top: 225px;
	padding-bottom: 225px;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.u8accessories-hero-parallex{
	background-image: linear-gradient(rgb(27 39 47), rgb(26 38 46 / 14%)), url(../images/u8-Accessories01.jpg);
    height: 100%;
    padding-top: 225px;
	padding-bottom: 225px;
    background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.pad-2 ul {
    list-style: none;
}

.pad-2 ul li {
    margin-bottom: 20px;
}

.u8-accessories-vechile-power-kit-parallax {
	/* The image used */
	background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 5%)), url(../images/u8-Accessories04.jpg);
	height: 100%;

	/* Set a specific height */
	padding-top: 70px;
    padding-bottom: 70px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

ul.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.digital-tools-hero-parallex{
	background-image: linear-gradient(rgb(27 39 47), rgb(26 38 46 / 14%)), url(../images/digitaltools01.jpg);
    height: 100%;
	padding-top: 225px;
	padding-bottom: 225px;
    background-attachment: fixed;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.digital-tools-training-parallax {
	/* The image used */
	background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 5%)), url(../images/digitaltools03.jpg);
	height: 100%;

	/* Set a specific height */
	padding-top: 70px;
    padding-bottom: 70px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.connectivity-hero-parallex{
	background-image: linear-gradient(rgb(27 39 47), rgb(26 38 46 / 14%)), url(../images/connectivity01.webp);
    height: 100%;
    padding-top: 225px;
	padding-bottom: 225px;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.connectivity-electronically-parallax {
	/* The image used */
	background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 5%)), url(../images/connectivity02.jpg);
	height: 100%;

	/* Set a specific height */
	padding-top: 70px;
    padding-bottom: 70px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ievia-hero-parallex{
	background-image: linear-gradient(rgb(27 39 47), rgb(26 38 46 / 14%)), url(../images/tetrasoft-IEVA01.webp);
    height: 100%;
    padding-top: 225px;
	padding-bottom: 225px;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.ieva-knowledgebuilder-parallax {
	/* The image used */
	background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 5%)), url(../images/tetrasoft-IEVA02.jpg);
	height: 100%;

	/* Set a specific height */
	padding-top: 70px;
    padding-bottom: 70px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.productvedios-hero-parallex{
	background-image: linear-gradient(rgb(27 39 47), rgb(26 38 46 / 14%)), url(../images/product-vedios01.jpg);
    height: 100%;
    padding-top: 225px;
	padding-bottom: 225px;
    background-attachment: fixed;
    background-position: 0px -150px;
    background-repeat: no-repeat;
    background-size: cover;
}

.productinstallation-hero-parallex{
	background-image: linear-gradient(rgb(27 39 47), rgb(26 38 46 / 14%)), url(../images/product-installation01.jpg);
    height: 100%;
    padding-top: 225px;
	padding-bottom: 225px;
    background-attachment: fixed;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-menu {
    padding: 0px 0 !important; 
}
.contactus-hero-parallex{
	background-image: linear-gradient(rgb(27 39 47), rgb(26 38 46 / 14%)), url(../images/contact-us.jpg);
    height: 100%;
    padding-top: 225px;
padding-bottom: 225px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* Contact Us Page */
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fcfcfc;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}


.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 445px;
    margin-bottom: 0;
	height: 45px;
}

.well {
    background-image: none !important;
    filter: none !important;
    border-color:transparent !important;
}

.contact .php-email-form .validate {
	display: none;
	color: red;
	margin: 0 0 15px 0;
	font-weight: 400;
	font-size: 13px;
  }

  .ebrowcher-hero-parallex{
	background-image: linear-gradient(rgb(27 39 47), rgb(26 38 46 / 14%)), url(../images/ebrochure.jpg);
    height: 100%;
    padding-top: 225px;
	padding-bottom: 225px;
    background-attachment: fixed;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
#footer ul.quick-links li.no-style:hover {
    padding: 3px 0px !important;
    margin-left: 0px !important; 
    font-weight: normal;
}
.scroll-line {
    height: 5px;
    margin-bottom: -2px;
    background: #D38BBB;
    width: 0%;
}
.purple-color{
	color: #c86faa;
	font-weight: bold;
}
.violet-color{
	color: #727cb6;
}
.serviceBox:hover .service-content {
	box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2),0px 5px 8px 0px rgba(0,0,0,0.14),0px 1px 14px 0px rgba(0,0,0,0.12)!important;
}
ul.pad-2 {
	list-style: none;
	padding: 0;
  }
  ul.pad-2 li {
	padding-left: 1.3em;
  }
  ul.pad-2 li:before {
	content: "\f101"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
  }

  ul.arrow-right {
	list-style: none;
	padding: 0;
  }
  ul.arrow-right li {
	padding-left: 1.3em;
  }
  ul.arrow-right li:before {
	content: "\f101"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
  }

  .serviceBox.green:hover ul {
    color: darkcyan;
}

.serviceBox.orange:hover ul {
    color: #e67e22;
}

.serviceBox.blue:hover ul {
    color: #3498db;
}

.serviceBox.violet:hover ul {
    color: #727cb6;
}
.serviceBox.violet:hover.service-content::before {
    border: 1px solid red !important;
}

.image-hover figure{
	position: relative;
	overflow: hidden !important;
	}
	
	.image-hover figure::before {
		position: absolute;
		top: 0;
		left: -75%;
		z-index: 2;
		display: block;
		content: '';
		width: 50%;
		height: 100%;
		background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
		background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
		-webkit-transform: skewX(-25deg);
		transform: skewX(-25deg);
		overflow: hidden !important;
	}
	.image-hover figure:hover::before {
		-webkit-animation: shine .75s;
		animation: shine .75s;
		overflow: hidden !important;
	}
	@-webkit-keyframes shine {
		100% {
			left: 125%;
		}
	}
	@keyframes shine {
		100% {
			left: 125%;
		}
	}

	#footer ul.quick-links li a img.logo:hover {
		padding: 0px 0px !important;
		margin-left: 0px !important;
		font-weight: normal !important;
	}

/*  */