@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
/* Preloader */
.preeloader {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
}
.preloader-spinner {
    -webkit-animation: 1s ease-out 0s normal none infinite running pulsate;
    animation: 1s ease-out 0s normal none infinite running pulsate;
    border: 5px solid #cc9966;
    border-radius: 40px;
    display: block;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 60px;
    z-index: 10;
}
@-webkit-keyframes pulsate {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@keyframes pulsate {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}


#scrollUp {
	right: 10px;
	z-index: 33;
	bottom: 10px;
	text-align: center;
}
#scrollUp i {
	height: 40px;
	width: 40px;
	line-height: 40px;
	background: transparent;
	background: #cc9966;
	border-radius: 3px;
	font-size: 19px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	display: block;
	color: #fff;
	box-shadow: 0px 4px 19px #00000038;
}
#scrollUp i:hover{
	background:#fff;
	color:#333;
}


/*======================================
	Start Header CSS
========================================*/
.site-header {
	position: relative;
}
.site-header .logo{
	margin-top:5px;
	max-width: 120px;
}
.site-header .header-bottom {
	width: 100%;
	z-index: 333;
	background:#fff;
}

/* Topbar */
.site-header .topbar{
	background-color: #003366;
	border-bottom:1px solid #cc9966;
	padding:10px 0;
}
.site-header .topbar p{
	color: #fff;
	font-weight: 600;
	
}

/* Main Menu */
.site-header .main-menu {
	background:transparent;
	z-index: 99;
	text-align: center;
	position:relative;
}

.site-header .navigation {
	display: inline-block;
	float: right;
}
.site-header .nav li{
	position:relative;
	margin-right:10px;
}
.site-header .nav li a {
	color: #666;
	font-size: 14px;
	text-transform: capitalize;
	display: inline-block;
	font-weight: 700;
	position: relative;
	padding: 30px 15px;
	z-index:3;
}
.site-header .nav li a::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 4px;
	width:0%;
	background: #cc9966;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	border-radius:3px;
	z-index:-1;
}
.site-header .nav li:hover a:before{
	opacity:1;
	visibility:visible;
	width:100%;
}
.site-header .nav li:hover a{
	color:#cc9966;
}
.site-header .nav li.active a:before{
	opacity:1;
	visibility:visible;
	width:100%;
}
.site-header .nav li.active a{
	color:#cc9966;
}
.site-header .nav li a i{
	margin-left:10px;
	font-size:15px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.site-header .nav li a:hover{
	color:#cc9966 ;
}
.site-header .nav li:hover a i{
	transform:rotate(180deg);
}
/* Header Sticky */
.site-header.sticky .header-bottom{
	position:fixed;
	z-index:999;
	top:0;
	left:0;
	bottom:initial;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	animation: fadeInDown 0.5s both 0.5s;
	box-shadow:0px 0px 13px #00000054;
}
/*======================================
   End Header CSS
========================================*/  

/*======================================
    Start Hero Area CSS
========================================*/  
.hero {
  /* Set a specific height */
  height: 60%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
	color: #fff;
}

/* Place text in the middle of the image */


.hero-text {
	
  color: #fff;
	text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.hero-text h1{
	color: #fff;
	font-size: 5em;
	font-weight: 600;
	
}

.hero-text p{
	color: #fff;
	font-size: 2em;
	font-weight: 300;
	
}


/*======================================
   Start services Area CSS
========================================*/
.services-area .section-title h2{
	color: #fff;
	margin-bottom: 40px;
}
.services-area .info-text {
	position: relative;
	top: 10%;
	transform: translateY(-10%);
}

.services-area .info-text p {
	color: #fff;
	font-size: 16px;
}
.services-area .short-title{
	color:#fff;
}
.services-area .main-title {
	margin: 5px 0 10px 0;
}

.more-services {
  padding: 80px 0 20px;
}

.more-services .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
	margin-bottom: 20px;
}

.more-services .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.more-services .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.more-services .card-title a {
  color: #222222;
}

.more-services .card-text {
  color: #5e5e5e;
}

.more-services .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.more-services .read-more a:hover {
  text-decoration: underline;
}

.more-services .card:hover .card-body {
  background: #fff;
}

.more-services .card:hover .read-more a, .more-services .card:hover .card-title, .more-services .card:hover .card-title a, .more-services .card:hover .card-text {
  color: #fff;
}
/*======================================
   End services Area CSS
========================================*/


/*===================================
	11. Start Testimonials CSS
=====================================*/
.testimonials{
	background:#F5F8FF;
	position:relative;
}
.testimonials .single-testimonial {
	text-align: left;
	padding: 40px 40px 50px 40px;
	margin-bottom: 27px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 12px 20px;
	box-shadow: 0px 0px 10px #00000017;
	background: #fff;
	border-radius: 5px;
	position:relative;
	overflow:hidden;
}
.testimonials .single-testimonial:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:3px;
	width:0%;
	background:#fff;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.testimonials .single-testimonial:hover:before{
	width:100%;
	opacity:1;
	visibility:visible;
}
.testimonials .single-testimonial p {
	color: #333;
	font-size: 16px;
	font-weight: 300;
}
.testimonials .single-testimonial .bottom{
	position:relative;
	padding-left:90px;
	margin-top:40px;
}
.testimonials .single-testimonial img {
	height: 70px;
	width: 70px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: -13px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.testimonials .single-testimonial .name {
	color: #333;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 17px;
}
.testimonials .single-testimonial .name span {
	display: block;
	font-size: 13px;
	color: #888;
	font-weight: 400;
	margin-top: 3px;
	text-transform: capitalize;
}


/*======================================
	Start Clients CSS
========================================*/  
.clients.title-line{
	margin-bottom:40px;
}
.clients img {
	width: auto;
	max-height: 120px;
	margin-bottom: 20px;
}
/*======================================
	End Clients CSS
========================================*/ 

/*--------------------------------------------------------------
# Benefits
--------------------------------------------------------------*/

.benefits{
	background:rgba(239,239,239,0.9);;
}

.benefits .icon-box {
  text-align: center;
  border: 1px solid #cc9966;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #003366;
  margin-bottom: 20px;
}
.benefits .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}
.benefits .icon-box .icon i {
  color: #fff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}
.benefits .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
	color: #fff;
}

.benefits .icon-box p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
	color: #fff;
}
.benefits .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}
.benefits .icon-box:hover h4 a, .benefits .icon-box:hover .icon i {
  color: #fff;
}
.benefits .icon-box:hover .icon {
  border-color: #106eea;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-us {
	padding: 80px 0;
}

.about-us .box {
  padding: 20px;
  background: #fff;
  text-align: left;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  height: 100%;
 margin-bottom: 40px;
}
.about-us .box h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
	text-align: center;
}
.about-us .box h4 {
  font-size: 36px;
  color: #106eea;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.about-us .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.about-us .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.about-us .box ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.about-us .box ul li {
  padding-bottom: 16px;
}
.about-us .box ul i {
  color: #106eea;
  font-size: 18px;
  padding-right: 4px;
}
.about-us .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}


.about-us .featured h3 {
  color: #fff;
  background: #003366;
}

.about-us .featured p {
  font-size: 16px;
}

.about-us .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  color: #fff;
}



/*======================================
	Contact CSS
========================================*/
.contact-us {
	position: relative;
	background:#F5F8FF;
}
.contact-us .contact-head{
	background:#fff;
	border-radius:10px;
	overflow:hidden;
}
.contact-us .title{
	margin-bottom: 30px;
}
.contact-us .title h4 {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 5px;
	color: #fff;
}
.contact-us .title h3 {
	font-size: 25px;
	text-transform: capitalize;
	font-weight: 600;
}
.contact-us .single-head {
	padding: 50px;
	height: 100%;
	background-image:url('../img/contact-bg.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
	z-index:5;
}
.contact-us .single-head.overlay:before{
	background: #cc9966;
	opacity:0.6;
	z-index:-1;
}
.contact-us .single-info {
	text-align: left;
	margin-bottom:30px;
}
.contact-us .single-info i {
	color: #cc9966;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 15px;
	height: 40px;
	width: 40px;
	display: block;
	text-align: center;
	border-radius: 3px;
	line-height: 40px;
	background:#fff;
}
.contact-us .single-info ul li:last-child{
	margin-bottom:0;
}
.contact-us .single-info ul li{
	color:#fff;
	font-weight:500;
}
.contact-us .single-info ul li a{
	font-weight:400;
	color:#fff;
}
.contact-us .single-info ul li a:hover{
	color:#fff;
}
.contact-us .single-info .title {
	margin-bottom: 10px;
	font-weight: 500;
	color: #fff;
	font-size: 18px;
}
.contact-us .single-info .title span{
	display:block;
	font-size:14px;
	margin-top:8px;
	font-weight:500;
}
.contact-us .form-main {
	padding: 50px;
}
.contact-us .form .form-group input {
	height: 48px;
	line-height: 48px;
	width: 100%;
	border: 1px solid #e6e2f5;
	padding: 0px 20px;
	color: #333;
	border-radius: 0px;
	font-weight: 400;
	border-radius:5px;
}
.contact-us .form .form-group textarea {
	height: 180px;
	width: 100%;
	border: 1px solid #e6e2f5;
	padding: 15px 20px;
	color: #333;
	border-radius: 0px;
	resize: none;
	font-weight:400;
	border-radius:5px;
}
.contact-us .form .form-group label {
	color: #333;
	position: relative;
}
.contact-us .form .form-group label span {
	color: #ff2c18;
	display: inline-block;
	position: absolute;
	right: -12px;
	top: 4px;
	font-size: 16px;
}
.contact-us .form .button {
	margin:0;
}
.contact-us .form .button .btn {
	height: 50px;
	border: none;
}
/*======================================
	End Contact CSS
========================================*/



/*======================================
	Start Mail Success CSS
========================================*/ 
.mail-seccess {
	text-align: center;
	background: #fff;
	border-top: 1px solid #eee;
}
.mail-seccess .success-inner {
	display: inline-block;
}
.mail-seccess .success-inner h1 {
	font-size: 100px;
	text-shadow: 3px 5px 2px #3333;
	color: #cc9966;
	font-weight: 700;
}
.mail-seccess .success-inner h1 span {
	display: block;
	font-size: 25px;
	color: #333;
	font-weight: 600;
	text-shadow: none;
	margin-top: 20px;
}
.mail-seccess .success-inner p {
	padding: 20px 15px;
}
.mail-seccess .success-inner .btn{
	color:#fff;
}
/*======================================
	End Mail Success CSS
========================================*/ 

/*=============================
	Start Footer CSS
===============================*/
.footer{
	background-color: #003366;
	border-top:1px solid #cc9966;
	padding:70px 0 25px 0;
}
.footer li {
	margin-bottom: 5px;
	list-style: none;
}
.footer p {
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.03em;
	text-transform: unset;
	color: #fff;
	margin-bottom: 0.3rem;
}
.footer p a{
	color:#cc9966;
}
.footer .single-footer.f-link li a {
	text-decoration: none;
	list-style: none;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}
.footer .single-footer.f-link li a:hover{
	color:#cc9966;
	padding-left:7px;
}
.footer h5 {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 20px;
}
.footer h6 {
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	margin: 5px 0;
}
.footer .nav-item {
	max-width: fit-content;
}
.footer .footer-social {
	display:block;
	margin-top:10px;
}
.footer .footer-social li{
	display:inline-block;
	margin-right:15px;
}
.footer .footer-social li a{
	color:#fff;
}
.footer .footer-social li a:hover{
	color:#fff;
}
.footer .copyright {
	padding-top: 30px;
	border-top: 1px solid #cc9966;
	margin-top: 30px;
}

.footer .cbtn{
	background-color: #cc9966;
	color: #003366;
	font-weight: 600;
}

.footer .cbtn:hover{
	background-color: #555353;
	color: #cc9966;
}

/*=============================
	End Footer CSS
===============================*/

/*======================================
	Start Team CSS
========================================*/  
.team .title-line{
	margin-bottom:40px;
}
.team .single-team {
	margin-top: 30px;
	position:relative;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
	display: inline-block;
	overflow:hidden;
	text-align:center;
}
.team .single-team .info-head {
	padding: 35px 30px;
	background:#F5F8FF;
	position:relative;
	z-index:2;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	
}

.team .single-team .info-head p{
	text-align: left;
	font-size: 16px;
	
}

.team .single-team .info-head:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	height:0%;
	width:100%;
	background:#003366;
	z-index:-1;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.team .single-team:hover .info-head:before{
	opacity:1;
	visibility:visible;
	height:100%;
}
.team .single-team:hover .info-head{
	border-color:transparent;
}

.team .single-team:hover .info-head p{
	color: #fff;
}
.team .single-team .image img{
	height:100%;
	width:100%;
}
.team .single-team .info-box {
	text-align:center;
}
.team .single-team .info-box .name {
	display: block;
	font-size: 20px;
	font-weight: 500;
	color: #003366;
	margin-bottom: 10px;
	margin-top: 10px;
	text-transform:capitalize;
}
.team .single-team:hover .info-box .name{
	color:#fff;
}
.team .single-team .info-box .name a{
	font-weight: 400;
}
.team .single-team:hover .info-box .name a{
	color:#fff;
}
.team .single-team .info-box .designation{
	color:#aaa;
	font-size:13px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.team .single-team:hover .info-box .designation{
	color:#fff;
}
/*======================================
	End Team CSS
========================================*/ 


.equal-height {
	display: flex;
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding: 40px 0;
}

.portfolio-details .portfolio-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-info {
  padding-top: 45px;
}


.portfolio-details .portfolio-info h2 {
margin-bottom: 15px;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
}


.portfolio-details .portfolio-info a {
  color: #cc9966;
	font-weight: 700;
}
 
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 14px;
}

.portfolio-details .portfolio-info p {
  font-size: 14px;
  padding: 0 0 10px;
	text-align: justify;
}

@media (max-width: 992px) {
  .portfolio-details .portfolio-info {
    padding-top: 20px;
  }
}

.forced_center{
	text-align: center;
}

.themeblue{
	background-color: #003366;
}
