* {
    margin: 0;
    padding: 0;
    font-family: arial, sans-serif;
}

body {
	overflow-x: hidden;
	background-color: #000000;
}

ul {
	list-style: none;
	margin: 0px;
}

p {
	font-size: 13px;
	line-height: 22px;
	color: #4a4a4a;
}

.scroll-to-top {
	font-size: 25px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background-color: #ffffff27;
	border-radius: 50%;
	text-align: center ;
	line-height: 50px;
	transition: all 0.5s;
	z-index: 9998;
}

.white-border-button a {
	padding: 14px 20px;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 30px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.5s;
}

.right-banner-content h1 {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 5px;
}

.right-banner-content span {
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.5px;
}

.right-banner-content p {
	font-style: italic;
	font-size: 13px;
	color: #fff;
}

.right-banner-content .social-icons {
	margin-top: 20px;
	padding: 0;
	list-style: none;
}

.right-banner-content .social-icons li {
	display: inline-block;
	margin: 0px 3px;
}

.right-banner-content .social-icons li a {
	width: 36px;
	height: 36px;
	text-align: center;
	display: inline-block;
	line-height: 36px;
	background-color: #fff;
	border-radius: 50%;
	transition: all 0.5s;
	color: #1b4da4;
	font-size: 17px;
}

.right-banner-content .social-icons li a:hover {
	background-color: #d59b2b;
}

#owl-testimonial {
	text-align: center;
	/* background-image: url(../img/testimonial-bg.png); */
	background-color: #000000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 680px;
	height: 680px;
}

#owl-testimonial .item {
	background-color: black;
	min-height: 680px;
	height: 680px;
	text-align: center;
}

#owl-testimonial .item img {
	min-height: 680px;
	height: 680px;
	object-fit: cover;
	background-color: #000000;
	background-position: center center;
}

.owl-pagination {
  margin-top: -50px;
  margin-left: -50px;
  opacity: 1;
  display: inline-block;
  position: absolute;
  text-align: center;
  z-index: 9999;
}

.owl-page span {
	text-align: center;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #1a2a3d;
}

.services {
	margin-top: 10px;
	padding-top: 0vh;
	padding-bottom: 0vh;
	text-align: center;
	/* background-image: url(../img/s-services-bg.png); */
	background-color:darkslategrey;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.services .col-md-3 {
	padding-left: 0px;
	padding-right: 0px;
}

.services .col-md-3 {
	padding-right: 0px;
	padding-left: 0px;
}

.flip-container {
  perspective: 1000;
}
/* turning on hover */

.flip-container:hover .flipper {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.flip-container,
.front,
.back {
  width: 100%;
  height: 350px;
  text-align: center;
  font-size: 30px;
}
/* flipping speed here */

.front {
	padding: 40px 30px;
}

.front .icon {
	width: 140px;
	height: 140px;
	line-height: 140px;
	text-align: center;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 30px auto;
}

.front h4 {
	margin-top: 0px;
	font-size: 17px;
	font-weight: 700;
}

.flipper {
  -webkit-transition: 0.3s all;   
-webkit-transition-delay: 0.3s; 
-moz-transition: 0.3s all;   
-moz-transition-delay: 5s; 
-ms-transition: 0.3s all;   
-ms-transition-delay: 5s; 
-o-transition: 0.3s all;   
-o-transition-delay: 5s; 
transition: 0.3s all;   
transition-delay: 0.3s; 
  transform-style: preserve-3d;
  position: relative;
}
/* making the the other side hidden while flipping */

.front,
.back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
/* front side is in front of a back side */

.front {
  z-index: 2;
  color: white;
  /* for firefox 31 */
	transform: rotateY(0deg);
}
/* back side */

.back {
  transform: rotateY(180deg);
}

.back p {
  color: #fff;
  font-size: 24px;
  padding: 90px 30px;
}

.first-service .front,
.first-service .back {
	background-color: #003d83cb;
}

.second-service .front,
.second-service .back {
	background-color: #0a6e48be;
}

.third-service .front,
.third-service .back {
	background-color: #003d83cb;
}

.fourth-service .front,
.fourth-service .back {
	background-color: #0a6e48be;
}

.contact-us .col-md-8 {
	padding-left: 0px;
	padding-right: 0px;
}

.contact-us .col-md-12 {
	padding-left: 5px;
	padding-right: 5px;
}

.contact-us .col-md-4 {
	padding-right: 0px;
	padding-left: 0px;
}

#contact .col-md-4 {
	padding-right: 5px;
	padding-left: 5px;
}

.contact-us {
	margin-top: 10px;
	margin-bottom: 10px;
}

.contact-us #contact {
	min-height: 600px;
	height: 600px;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 120px;
	padding-right: 120px;
	text-align: center;
	background-color: #000000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#contact input {
  border-radius: 0px;
  padding-left: 15px;
  font-size: 13px;
  color: #fff;
  background-color: rgba(250, 250, 250, 0.1);
  border-bottom: 2px solid #fff;
  outline: none;
  border-left: none;
  border-right: none;
  border-top: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  width: 100%;
  margin-bottom: 30px;
}

#contact textarea {
  border-radius: 0px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px;
  color: #fff;
  background-color: rgba(250, 250, 250, 0.1);
  border-bottom: 2px solid #fff;
  outline: none;
  border-left: none;
  border-right: none;
  border-top: none;
  box-shadow: none;
  height: 165px;
  max-height: 165px;
  min-height: 165px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-top: 10px;
  margin-bottom: 25px;
}

#contact button {
	float: center;
	padding: 14px 20px;
	background-color: #144684;
	background-position: center center;
	border-radius: 30px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.5s;
	outline: none;
}

.contact-right-content {
	min-height: 600px;
	height: 600px;
	line-height: 600px;
	padding-top: 150px;
	padding-bottom: 150px;
	text-align: center;
	background-color: #1a2a3d;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

footer {
	height: 80px;
	margin-top: 10px;	
	background-color: #1a2a3d;
	text-align: center;
}

footer p {
	font-size: 13px;
	color: #d0d0d0;
	line-height: 80px;
	margin-bottom: 0px;
}

footer p em {
	font-weight: 700;
	font-style: normal;
}