body 
{
  margin: 0;
  padding: 0;  
  font-size: 16px;
  color: #686868;
  overflow-x: hidden;
  font-family: "Red Hat Display", sans-serif;
}

ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
a, a:hover, a:focus, button, button:focus 
{
  text-decoration: none;
  outline: none;
  transition: all 0.5s ease-in-out 0s !important;
  -moz-transition: all 0.5s ease-in-out 0s !important;
  -o-transition: all 0.5s ease-in-out 0s !important;
  color: #243665;
}

@font-face {
	font-family: 'PoorRichard';
	src: url(PoorRichardOpti.otf);
  }
h1, h2, h3, h4, h5, h6 
{
  margin: 0px;
}

h1, .h1{
  font-size: 80px;
  line-height: 110px;
  font-family: 'PoorRichard';
}

h2, .h2 {
  font-size: 56px;
  line-height:56px;
  font-family: 'PoorRichard';
}

h3, .h3 {
  font-size: 32px;
  line-height:42px;
}

h4, .h4 {
  font-size: 28px;
  line-height: 32px;
}

h5, .h5 {
  font-size: 24px;
  line-height: 28px;
}

h6, .h6 {
  font-size: 16px;
  line-height: 26px;
}

p, li{
  font-size: 16px;
  line-height: 26px;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c2c2c2;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #c2c2c2;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #c2c2c2;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #c2c2c2;
}
/*----------------------*/
/*---- Padding Css ----*/
/*--------------------*/

.reveal{
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}
/*----------------------*/
/*----  Margin Css ----*/
/*--------------------*/
.mb-24{margin-bottom: 24px;}

/*-----------------------*/
/*----  Font Weight ----*/
/*---------------------*/
.font-weight-700{font-weight:700;}
.font-weight-600{font-weight:600;}
.font-weight-500{font-weight:500;}
.font-weight-400{font-weight:400;}


/*-----------------------*/
/*----  Button Css  ----*/
/*---------------------*/

.btn-white{
	font-size: 20px; 
	line-height: 26px; 
	border-radius: 8px;
	gap: 8px;
	align-items: center;
	padding: 14px 30px;
	background: #fff;
	color: #013d97;
	position: relative;
	display: inline-flex;
	position: relative;
    z-index: 1;
    overflow: hidden;
}
.btn-white i{
	font-size: 20px;
}
.btn-white:before{
	position: absolute;
    content: "";
    width:0;
    height: 100%;
    right: 0;
    top: 0;
    background: #013d97;
    z-index: -1;
    transition: 0.5s;
}
.btn-white:hover:before{
	width: 100%;
	left: 0;
}	
.btn-white:hover{
	color:#fff;
}
.btn-gray{
	font-size: 20px; 
	line-height: 26px; 
	border-radius: 8px;
	gap: 8px;
	align-items: center;
	padding: 14px 30px;
	background: #cbcbcb;
	color: #013d97;
	position: relative;
	display: inline-flex;
	position: relative;
    z-index: 1;
    overflow: hidden;
    border: none;
}
.btn-gray i{
	font-size: 20px;
}
.btn-gray:before{
	position: absolute;
    content: "";
    width:0;
    height: 100%;
    right: 0;
    top: 0;
    background: #013d97;
    z-index: -1;
    transition: 0.5s;
}
.btn-gray:hover:before{
	width: 100%;
	left: 0;
}	
.btn-gray:hover{
	color:#fff;
}

.sec-title{
	color: #111111;
	margin-bottom: 40px;
	text-transform: uppercase;
	display: flex;
    flex-direction: column;
    gap: 8px;
}
.sub-title{
	font-size: 24px;
	line-height: 40px;
	color: #013d97;
	letter-spacing: 1px;
	font-family: "Red Hat Display", sans-serif;	
}
.sec-title-2{
	color: #111111;
	margin-bottom: 40px;
	display: flex;
  flex-direction: column;
  gap: 8px;
}

.container{
	max-width:1200px;
}


/*========================
  Header Section
========================*/
.navbar {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	z-index: 99;
	width: 100%;
	background: #fff;
	top: 0;
	z-index: 666;
	padding: 0px;
}
.navbar .container-fluid{
	max-width: 1620px;
}
.navbar .navbar-brand img {
	height: 100px;
}
.navbar-brand {
	padding: 25px 0px;
}
.navbar .nav-item {
	padding: 0px 20px;
}
.navbar-nav {
	padding-right: 15px;
}
.navbar .nav-link {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	padding: 15px 10px !important;
	color: #111111 !important;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.navbar .nav-link:before{
	position: absolute;
	content: "";
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #013d97;
	transition: .5s;
	z-index: 0;
	border-radius: 5px;
}
.navbar .nav-item:hover .nav-link:before, .navbar .nav-item.active .nav-link:before
{
	width: 100%;
	left: 0;
}

.navbar .nav-item.dropdown i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	color: #111111 !important;
}
.active.nav-item.dropdown i {
	color: #013d97 !important;
}
.navbar .nav-item:hover .nav-link, .navbar .nav-item:hover i, .navbar .nav-item.active .nav-link {
	color: #013d97 !important;
}
.navbar .nav-item.active .nav-link{
	font-weight: 700;
}
.navbar .nav-link.dropdown-toggle::after {
	display: none;
}
.navbar .nav-item.dropdown .nav-link {
	padding-right: 35px !important;
}
.navbar-nav li .dropdown-menu {
	background-color: #fff;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
	display: block;
	left: 0;
	opacity: 0;
	padding: 0px;
	visibility: hidden;
	margin: 0;
	transform: scale(1, 0);
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-nav li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.navbar-nav li .dropdown-item {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 26px;
	padding: 10px 20px;
	color: #111111;
	letter-spacing: 1px;
}
.navbar-nav li .dropdown-item:hover {
	background: #013d97;
	color: #fff;
}
.navbar-custom
	button[aria-expanded="false"]
	.navbar-toggler-awesome.icon-cross {
	display: none;
}
.navbar-custom
	button[aria-expanded="false"]
	.navbar-toggler-awesome.icon-menu {
	display: inline-block;
	font-size: 25px;
	color: #243665;
}
.navbar-custom
	button[aria-expanded="true"]
	.navbar-toggler-awesome.icon-menu {
	display: none;
}
.navbar-custom
	button[aria-expanded="true"]
	.navbar-toggler-awesome.icon-cross {
	display: inline-block;
	margin-right: 0.125rem;
	color: #243665;
}
.navbar.sticky {
	top: 0;
	position: fixed;
}

/*========================
  Banner Section
========================*/
.banner-section{
	padding: 0px 30px;
}
.banner-section .carousel-item{
	border-radius: 30px;
	background: #cbcbcb;
	overflow: hidden;
}
.banner-section .carousel-item .carousel-text, .banner-section .carousel-item .carousel-img{width: 50%;}
.banner-section .carousel-item .carousel-text{padding: 0px 40px; display: flex; align-items: center;justify-content: flex-start;}
.banner-section .carousel-item .carousel-text{
	padding-left: 100px;
}
.banner-section .carousel-item .carousel-text h1{
	font-size: 500%;
	line-height: 110px;
	color: #013d97;
	margin-bottom: 22px;
}
.banner-section .carousel-item .carousel-text  h4{
	font-size: 30px; 
	line-height: 40px;
	color: #222222;
	letter-spacing: 5px;
	margin-bottom: 32px;
}
.carousel-img img
{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
/*========================
  Home About Us Section
========================*/
.about-section{
	padding: 90px 0px;
}
.about-section img{
	max-width: 500px;
}

/*========================
  Home Services Section
========================*/

.services-section{
	padding: 90px 0px;
	background: #f5fbff;
	overflow-x: hidden;
}
.services-section .sec-title{
	margin-bottom: 20px;
}
.services-box {
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15);
	position: relative;
  }
.services-box:before{
	   position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 0;
    height: 100%;
    background: #013d97;
    transition: .5s;
    z-index: 0;
    border-radius: 5px;
}
  .services-text{
			padding: 24px;
			z-index: 2;
			position: relative;
  }
  .services-text h4{
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 16px;
		font-weight: 700;
		color: #111111;
		transition: 0.5s;
  }
  .services-text p{
		margin-bottom: 8px;
		line-height: 22px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		height: 44px;
		transition: 0.5s;
  }
  .services-text a{
   	letter-spacing: -10px;
    color: #fff;
  }
  .services-text a i{
	font-size: 24px;
	line-height: 30px;
	color: #013d97;
  }
  .services-box:hover:before 
  {
  	left: 0;
    width: 100%;
  }
  .services-box:hover:hover .services-text p, .services-box:hover:hover .services-text h4 {
    color: #fff;
	}
  .services-box:hover  .services-text a{
  	letter-spacing: 0;
  }
  .services-carousel.owl-carousel .owl-stage-outer{
		margin-left: -20px;
		padding-left: 20px;
		margin-right: -365px;
  }
  .services-carousel .item{
		padding: 20px 0px;
  }
  .services-carousel  .owl-controls{
		position: absolute;
		top: -70px;
		right: 0px;
  }
  .services-carousel  .owl-controls .owl-nav{
		display: flex;
		gap: 16px;
  }
  .services-carousel .owl-controls .owl-nav .owl-prev, .services-carousel .owl-controls .owl-nav .owl-next{
		width: 48px;
		height: 48px;
		font-size: 24px;
		color: #013d97;
		background: #fff;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: 0.5s;
  }
  .services-carousel .owl-controls .owl-nav .owl-prev:hover, .services-carousel .owl-controls .owl-nav .owl-next:hover
  {
		background: #013d97;
		color:#fff;
  }

/*========================
  Home Project Section
========================*/
.project-section{
	padding: 90px 0px;
}
.project-text {
    padding-top: 20px;
	position: relative;
}
.project-carousel .item{
	-webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  transition: .5s;
  position: relative;
}
.project-carousel .item:hover{
	-webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.project-text{
	position: relative;
}
.project-text:before{
	position: absolute;
	content: "";
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #013d97;
	transition: .5s;
	z-index: 0;
	border-radius: 5px;
}
.project-carousel .item:hover .project-text:before
{
	width: 100%;
	left: 0;
}
.project-text span
{
  width: 51px;
  height: 50px;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #013d97;
  position: absolute;
  top: -50px;
  right: -1px;
  background: #fff;
}
.project-text h5 {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	color: #111;
	min-height: 48px;
}
.project-carousel  .owl-controls{
	position: absolute;
	top: -90px;
	right: 0px;
}
.project-carousel  .owl-controls .owl-nav{
	display: flex;
	gap: 16px;
}
.project-carousel .owl-controls .owl-nav .owl-prev, .project-carousel .owl-controls .owl-nav .owl-next{
	width: 48px;
	height: 48px;
	font-size: 24px;
	color: #013d97;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
	box-shadow: 0px 0px 25px 0 rgba(0, 0, 0, 0.09);
}
.project-carousel .owl-controls .owl-nav .owl-prev:hover, .project-carousel .owl-controls .owl-nav .owl-next:hover
{
	background: #013d97;
	color:#fff;
} 
/*========================
  Home client Section
========================*/
.client-section{
	padding: 90px 0px;
	background: #f5fbff;
}
.client-carousel {
	margin: 0px -20px;
	padding: 20px 20px;
	overflow: hidden;
}
.client-carousel .owl-stage-outer{
	overflow: visible;
}
.client-box{
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.15);
}

/*========================
  Footer Section
========================*/
footer{
	padding: 60px 0px;
	background: #013d97;
}
footer h5{
	font-family: 'PoorRichard';
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 30px;
}
footer p{
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 24px;
}
footer p:last-child{
	margin-bottom: 0px;
}
.footer-link {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.footer-link li a{
	font-size: 16px;
	color: #fff;
	padding-left: 20px;
	position: relative;
	line-height: 26px;
	display: block;
	text-transform: uppercase;
}
.footer-link li a::before{
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	top: 9px;
	left: 0px;
}
.contact-details{
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.contact-details li{
	display: flex;
	gap: 24px;
	align-items: center;
}
.contact-details li:first-child{
	align-items: flex-start;
}
.contact-details li:first-child i{
	margin-top: 5px;
}
.contact-details li i{
	min-width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	background: #ffffff;
	color: #013d97;
	font-size: 18px;
}
.contact-details li p, .contact-details li a{
	font-size: 16px;
	color: #fff;
}

.copy-right{
	border-top: 1px solid #fff;
	padding: 15px 0px;
	background: #013d97;
}
.copy-right p{
	text-align: center;
	margin: 0px;
	color: #fff;
	letter-spacing: 1px;
}
.carousel-control-next, .carousel-control-prev
{
	width: 70px;
	height: 70px;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0,0,0,0.5);
	border-radius: 50%;
}
.carousel-control-prev
{
	left: 15px;
}
.carousel-control-next
{
	right: 15px;
}
/*========================
  Page Header Section
========================*/
.page-header{
	padding: 150px 0px;
	position: relative;
	background: url(../images/page-header.jpg);
	background-position: center;
	overflow: hidden;
}
.page-header:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(285deg, rgb(1 61 151 / 90%) 0%, rgb(54 54 54 / 80%) 70%);
}
.page-header h1{
	font-size: 60px;
	line-height: 70px;
	color: #fff;
	position: relative;z-index: 1;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.page-header .breadcrum-ul{
	position: relative;
	z-index: 1;
	display: flex;
	column-gap: 24px;
}
.breadcrum-ul li a{
	padding:2px 5px;
}
.breadcrum-ul li a, .breadcrum-ul li.active
{
	color: #fff;
	position: relative;
}
.breadcrum-ul li.active:before
{
	content: "\e904";
  font-family: 'siteicon';
  position: absolute;
  left: -20px;
}
.breadcrum-ul li a:before{
	  position: absolute;
    content: "";
    left: 0%;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #013d97;
    transition: .5s;
    z-index: -1;
}
.breadcrum-ul li a:hover:before
{
	width: 100%;
}

/*========================
  Services Page
========================*/
.services-page{
	padding: 90px 0px;overflow: hidden;
}
.services-page h3{
	font-size: 32px;
	line-height: 48px;
	font-family: 'PoorRichard';
	color: #111111;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.services-page hr{
	margin: 60px 0px;
}
.service-list{
	list-style:none;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.service-list li{
	  position: relative;
    padding-left: 24px;
}
.service-list li:before
{
	content: "\e90c";
	position: absolute;
	left: 0;
	top: 5px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #013d97;
	color: #fff;
	font-family: 'siteicon' !important;
	display: flex;
	align-items: center;
	font-size: 12px;
	justify-content: center;
}

/*========================
  Projects Page
========================*/
.projects-page{
	padding: 30px 0px;
	overflow: hidden;
}
.projects-page .row{
	padding: 30px 0px;
}
.img-box{
	  border-radius: 6px;
    overflow: hidden;
    display: flex;
    position: relative;
}
.img-box img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.projects-img .img-box a{
	position: relative;
}
.projects-img .img-box a:before{
 content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgb(1 61 151 / 70%) ;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
  z-index: 1;
}
.projects-img .img-box a span{
  position: absolute;
  z-index: 11;
  margin: 0;
  top: 50%;
  right: 25%;
  width: 50px;
  height: 50px;
  line-height: 52px;
  text-align: center;
  border-radius: 50% 50% 50% 50% !important;
  -webkit-transition: all ease 800ms;
  opacity: 0;
  visibility: hidden;
  color: rgb(1 61 151);
  background-color: #ffffff;
  transform: translate(25px, -25px);
  font-size: 30px;
}
.projects-img .img-box a:hover span  {
  opacity: 1;
  visibility: visible;
  right: 50%;
}
.projects-img .img-box a:hover:before {
  opacity: 1;
  visibility: visible;
}
.projects-page h3
{
	font-size: 32px;
	line-height: 48px;
	font-family: 'PoorRichard';
	color:#111111;
	text-transform: uppercase;
	font-weight: 500;
}
.projects-page ul
{
  list-style: none;
  margin: 10px 0px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 30px;
}
.projects-page ul li
{
  line-height: 25px;
  letter-spacing: 1px;
  float: left;
  width: 100%;
  text-transform: capitalize;
}
.projects-page ul li:last-child
{
  box-shadow:none;
}
.projects-page ul li span
{
  position: relative;
  line-height: 25px;
  width: 150px;
  float: left;
  font-weight: 700;
  color: #111;
}
.projects-page ul li span:before
{
  position: absolute;
  content: ":";
  right:10px;
  top: 0;
  width: 5px;
  height: 100%;
}

/*========================
  Contact Page
========================*/
.contact-page{
	padding: 90px 0px;
}
.contact-page h3
{
	font-size: 32px;
	line-height: 48px;
	font-family: 'PoorRichard';
	color:#111111;
	text-transform: uppercase;
	font-weight: 500;;
}
.contact-block
{
  padding: 40px;
  position: relative;
  background:#f5fbff;
}
.contact-box
{
  padding: 25px 0px;
  position: relative;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  align-items: center;
}
.contact-box:last-child
{
  border:none;padding-bottom: 0px;
}
.contact-img 
{  
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 15px;
}
.contact-img img 
{
  width: 50px;
  margin: 0px auto;
}
.contact-text 
{
  padding-left: 15px;
  border-left: 1px solid #e2e2e2;
}
.contact-text h4 
{
    font-size: 18px;
    text-transform: uppercase;
    color: #111111;
    margin-top: 0px;
    margin-bottom: 5px;
    position: relative;
    line-height: 20px;
}
.contact-text p, .contact-text a 
{
    font-size: 14px;
    line-height: 25px;
    margin: 0px;
    color: #6a6a6a;
    letter-spacing: 0.5px;
    position: relative;
}
.contact-form  .form-group{
  padding-bottom: 30px;
  position: relative;
}
.contact-form .form-group .text-danger {
  position: absolute;
  bottom: 10px;
  font-size: 12px;
}
.contact-form input.form-control
{
  font-size: 14px;
  padding: 0px 20px;
  line-height: 46px;
  border: 2px solid #f5f6fa;
  border-radius: 0px;
}
.contact-form textarea.form-control
{
  font-size: 14px;
  padding: 10px 20px;
  line-height: 25px;
  border: 2px solid #f5f6fa;
  border-radius: 0px;
  height: 110px;
}
.contact-form .btn-blue-border
{
  line-height: 26px;
  font-size: 15px;
}