
:root {
    --primary: #174779;
    --secondary: #F6F6F6;
    --light: #FFFFFF;
    --dark: #152440;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.pt-6 {
    padding-top: 90px;
}

.pb-6 {
    padding-bottom: 90px;
}

.py-6 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.home-middle-sec {
    display: block;
    clear: both;
    position: relative;
    padding-top: 50px;
    padding-bottom: 30px;
}
.card {
       margin-bottom: 20px;
}
.card-title {
    background: #003a60;
    margin: 0px;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.image-card span{
	 overflow: hidden;
}

.image-card img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.image-card img:hover{
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.page-heading-sec {
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	clear: both;
	background: #09496c url("../images/inner-banner.jpg") no-repeat center center;
	    background-size: cover;
	
	color: #414141;
}
.page-heading-sec h1 {
    font-size: 30px;
    font-weight: 800;
    position: relative;
    padding: 20px 0px;
    margin: 0;
    color: #fff;
}
.page-heading-sec p {
	color: #fff;
	margin: 0;
	font-size: 21px;
	line-height: 32px
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.contact .info-item i {
  font-size: 38px;
  line-height: 0;
  color: var(--accent-color);
}

.contact .info-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-item p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  background: color-mix(in srgb, var(--default-color), transparent 96%);
  padding: 30px;
  height: 100%;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type=submit] {
  background: var(--accent-color);
  color: var(--contrast-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.about-grid h1 {
    display: block;
    font-size: 35px;
}
.about-grid h1 span {
    display: block;
    font-size: 38px;
}
.about-grid h3 {
   color: #fff;
}
.about-grid i {
    font-size: 2rem;
}
.our-services .img-fluid {
    
}
.features-grid {
    background-color: #ffeeb5;
    margin-top: 6rem;
}
.features-grid .img-fluid {
    width: 90px;
    background: rgb(255 255 255 / 39%);
    padding: 15px;
    border-radius: 10px;
}

.pro-grid {
    background-color: #ffeeb5;
    margin-top: 6rem;
}
.pro-grid .img-fluid {
    width: 100%;
}

.btn-warning {
    color: #000;
    background-color: #ffd247;
    border-color: #ffd247;
}
.vision-bg{
	
	position: relative;
	  background: url("../img/vision-bg.jpg");
	background-color: rgb(2 41 81 / 86%);
	background-repeat: no-repeat;
	background-size: cover;
	
}


.btn {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}
.navbar-light .navbar-brand h1 {
    font-size: 26px;
}
.navbar-light .navbar-brand h1 img{
	width: 80px;
}
.navbar-light .navbar-nav .nav-link {
    font-family: 'Barlow', sans-serif;
    padding: 6px 15px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--dark);
    outline: none;
    transition: .5s;
    border-radius: 4px;
}

.sticky-top.navbar-light .navbar-nav .nav-link {

}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--light);
	background:var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    background: rgba(21, 36, 64, .7);
    z-index: 1;
    text-align: left;
    padding-left: 7%;
}
.carousel-caption h1{
	
}
.carousel-caption p{
	
}

.carousel-control-prev, .carousel-control-next {
    width: 5%;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
}

.service-item {
    position: relative;
    overflow: hidden;
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    transition: .3s;
}

.service-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    bottom: -50px;
    left: 0;
    background: var(--light);
    border-radius: 100% 100% 0 0;
    box-shadow: 0px -10px 5px #EEEEEE;
    transition: .5s;
}

.service-item:hover::after {
    bottom: -25px;
}

.service-item p {
    transition: .3s;
}

.service-item:hover p {
    margin-bottom: 25px !important;
}

.team-item img {
    transform: scale(1.15);
    margin-left: -30px;
    transition: .5s;
}

.team-item:hover img {
    margin-left: 0;
}

.team-item .team-text {
    left: -100%;
    transition: .5s;
}

.team-item .team-text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    right: -60px;
    margin-top: -30px;
    border: 30px solid;
    border-color: transparent transparent transparent var(--primary);
}

.team-item:hover .team-text {
    left: 0;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .owl-item img {
    width: 90px;
    height: 90px;
}

.blog-item img {
    transition: .5s;
}

.blog-item:hover img {
    transform: scale(1.1);
}


@media (max-width: 1024px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
	.navbar-light .navbar-brand h1 img {
    width: 50px;
}
	.navbar-light .navbar-brand h1 {
    font-size: 15px;
    display: flex;
    align-items: center;
}
.navbar {
    padding: 10px !important;
}
.navbar-brand {
    white-space: normal;
    width: 70%;
}
	.navbar-light .navbar-toggler {
    color: rgb(23 71 121);
    border-color: transparent;
}
	.navbar-toggler:focus {
    box-shadow: none;
}
	
	.carousel-item img {
    object-fit: cover;
    height: 190px;
}
	.carousel-caption h5 {
    font-size: 12px;
}
	.carousel-caption h1 {
    font-size: 14px;
}
	.carousel-caption p {
    display: none;
}
	
	.carousel-caption .btn {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    transition: .5s;
    font-size: 12px;
    margin-right: 0px !important;
}
	.me-n3 {
    margin-right: 0rem !important;
}
	.navbar-light .navbar-nav .nav-link {
    padding: 10px 10px;
}
	.about-grid .py-6 {
    padding-top: 30px;
    padding-bottom: 50px;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}
	.about-grid h1 {
    font-size: 25px;
}
		.about-grid h4 {
    font-size: 20px;
}
	.about-grid h1 span {
    font-size: 22px;
}
	.btn {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    transition: .5s;
    font-size: 14px;
    padding: 8px 20px;
}
	.vision-bg {
    padding: 1.5rem !important;
}
.about-grid h3 {
    font-size:20px;
}
.about-grid p {
    font-size: 14px;
    line-height: normal;
}	
	.our-services {
    padding-top: 40px;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
		.service-item h4 {
    font-size:18px;
}
	.service-item p {
      font-size: 14px;
}
	.service-item {
    height: auto;
}
	.features-grid {
    background-color: #ffeeb5;
    margin-top: 4rem;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}
	
	.features-grid h3 {
    font-size: 20px;
}
	.features-grid .img-fluid {
    width: 70px;
    padding: 10px;
}
.features-grid p {
    font-size: 14px;
    color: #000;
}
	
	.request-grid{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}
	.request-grid .py-6 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}
	
	
	.footer-grid{
	  padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
	}
	
		.footer-grid .btn {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    transition: .5s;
    font-size: 14px;
    padding: 7px 5px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
	body {
    font-size: 14px;
}
	.back-to-top {
    position: fixed;
    display: none;
    right: 25px;
    bottom: 95px;
    z-index: 99;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
	
}
