body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

/* header area css*/

.nav {
    padding: 0px 0;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
}


.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    border-top: 0;
    background-color: #fff !important;
    padding: 10px 0px;
    border-bottom: none;
    box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
}

.navbar img.logo-white {
    width: 150px;
}

.navbar li.nav-item {
    padding: 0 12px;
}

.navbar a.nav-link {
    color: #212121;
    font-weight: 500;
    transition: all 0.2s;
}

.navbar a.nav-link:hover {
    color: #3157dc;

    transition: all 0.2s;
}

.navbar-nav {
    align-items: center;
}
 
.navbar-brand {
    font-size: 30px;
}

.navbar-toggler {
    border: none;
    outline: 0; 
}

.navbar-toggler:focus {
    border: none;
    outline: 0; 
    box-shadow: none;
}

.navbar-toggler i{
    color: #000;
    opacity: 1;
    font-size: 34px;
}
.navbar-brand>img {
    display: initial;
    height: auto;
}

.logo, .f-item img {
    max-height: 78px !important;
    max-width: inherit;
}

.banner-bg {
    background: rgb(0,32,147);
    background: linear-gradient(90deg, rgb(76 14 88) 0%, rgba(49,87,220,1) 100%);
    /* height: 100vh; */
    display: flex;
    align-items: center;
    color: #fff;
    padding-bottom: 1rem!important;
}
.banner-bgg {
    background: linear-gradient(90deg, rgb(39 35 35) 0%, rgba(49,87,220,1) 100%);
    /* height: 100vh; */
    display: flex;
    align-items: center;
    color: #fff;
    padding-bottom: 1rem!important;
}
.container .pb-5{
    padding-bottom: 1rem!important

}
.banner-btn {
    border: solid 2px #fff;
    padding: 20px 50px;
    display: inline-block;
    line-height: 1;
    overflow: hidden;
    border-radius: 50px;
    transition: all 0.4s;
    margin-right: 10px;
    /* margin-top: 30px; */
}

.banner-btn:hover {
    background-color: #3157dc;
    border: solid 2px #3157dc;
    transition: all 0.4s;
}

.btn-one {
    border: solid 2px #3157dc;
    background-color: #3157dc;
    color: #fff;
    padding: 15px 40px;
    display: inline-block;
    line-height: 1;
    overflow: hidden;
    border-radius: 50px;
    transition: all 0.4s;
    margin-right: 10px;
}

.btn-one:hover {
    background-color: #fff;
    color: #000;
    transition: all 0.4s;
}

.text-color {
    color: #fff;

}


.feature-icon {
    font-size: 80px;
    width: 80px;
    height: 80px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin-left: 10px;
    color: #3157dc;
    background-color: #fff;
    border: 10px 10px;
    border-radius: 50%;
    transition: all 0.3s;
}

.card-one {
    box-shadow: 20px 20px 100px rgba(229, 221, 221, 0.62);
    padding: 15px 10px;
    border-radius: 15px;
    transition: all 0.4s;

}

.card-one i {
    font-size: 50px;
    color: #3157dc;
}

.card-one:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
    background-color: rgba(210, 214, 227, 0.7);
}

.logo-img img {
    filter: grayscale(1);
    margin: 0 auto;
    transition: .4s all;
}

.logo-img img:hover {
    filter: grayscale(0);
}

.blog-area {
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 10px 10px 0px 0px;
}

.blog-area img {
    border-radius: 10px 10px 0px 0px;
    transition: all 0.4s;
    
}

.blog-area:hover img {
    transform: scale(1.2);
    transition: all 0.4s;
}


.blog-text {
    box-shadow: 0px 4px 40px rgba(207, 208, 214, 0.66);
    border-radius: 10px;
}

.testimonial-area img {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    margin-top: -50px;
}

.testimonial-area {
    border: solid 2px #ddd;
    padding: 25px;
    padding-top: 0px;
    box-shadow: 0px 4px 40px rgba(203, 208, 224, 0.51);
    border-radius: 10px;
}

 

.form-floating {
    box-shadow: 0px 4px 40px rgba(203, 208, 224, 0.51);
}

.contact-btn {
    border: solid 2px #3157dc;
    padding: 15px;
    border-radius: 30px;
    background-color: #3157dc;
    color: #000;
    transition: all 0.3s;
}

.contact-btn:hover {
    color: #fff;
    background-color: #002fd3;
    transition: all 0.3s;
}

.btn-two {
    color: #fff;
}

.contact-icon i {
    font-size: 30px;
    border: solid 2px #3157dc;
    padding: 4px 8px;
    border-radius: 5px;
    background-color: #3157dc;
    color: #fff;
}

.contact-number a {
    color: #000;
}



.contact-info a {
    color: #fff;
}

.bg-grey {
    background-color: #372b6d;
}

iframe {
    width: 100%;
}

.bg-grey .py-5 {
    padding-top: 1rem!important;
}
.container .my-5{
    
    text-align: center; 

}

.half-half-image-text{
    padding: 70px 0px;
}
.h1{
      color: #fff;
}
.lead{ 
    color:#fff
}
   
    .content{
      height: 100%;
      display:flex;
      align-items: center;
      padding: 35px 0px;
    }
      p{
        font-size: 20px;
      }
    
    .img{
      min-height: 320px;
      height: 100%;
      border-radius: 10px;
    }
.img-fluid{
    margin: 83px;
    display: block;
    margin-left: auto;
}
.g-4{
    --bs-gutter-y: -7.5rem;
}


.ban_sec {
    width: 100%;
  }
  .ban_img {
    width: 100%;
    position: relative;
  }
  .ban_img img {
    width: 100%;
  }
  .ban_text {
    position: absolute;
    top: 50%;
    left: 6%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .ban_text strong {
    font: 800 62.22px/70px "Montserrat", sans-serif;
    color: #fff;
    text-transform: uppercase;
  }
  .ban_text strong span {
    font: 400 44.44px/52px "Montserrat", sans-serif;
    letter-spacing: 3px;
  }
  .ban_text p {
    font: 400 25px/30px "Montserrat", sans-serif;
    color: #fff;
    margin: 7px 0 25px;
  }
  .ban_text a {
    display: inline-block;
    font: 800 19.39px/24px "Montserrat", sans-serif;
    background: #282828;
    border-radius: 26px;
    color: #fff;
    padding: 12px 28px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration:none;
  }
  .ban_text a:hover {
    background: #50af47;
  }

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

*,
*::before,
*::after {
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
}

body {
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
}

.footer {
	background-color: #151515;
	padding: 80px 0;
}

.container {
	max-width: 1170px;
	margin: auto;
}

.row {
	display: flex;
	flex-wrap: wrap;
}

ul {
	list-style: none;
}

.footer-col {
	width: 25%;
	padding: 0 15px;
}

.footer-col h4 {
	font-size: 18px;
	color: #FFF;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
    margin-left: 30px;
}

.footer-col h4::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 50px;
	height: 2px;
}

.footer-col ul li:not(:last-child) {
	margin-bottom: 10px;
}

.footer-col ul li a {
	color: #DDD;
	display: block;
	font-size: 1rem;
	font-weight: 300;
	text-transform: capitalize;
	text-decoration: none;
	transition: all 0.3s ease;
}

.footer-col ul li a:hover {
	color: #FFF;
	padding-left: 7px;
}

.footer-col .social-links a {
	color: #FFF;
	background-color: rgba(255, 255, 255, 0.2);
	display: inline-block;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	text-align: center;
	margin: 0 10px 10px 0;
	line-height: 40px;
	transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
	color: #151515;
	background-color: #FFF;
}
/* .bg-primary {    
    background-color: #aebbc5!important;
} */

@media(max-width: 767px) {
	.footer-col {
		width: 50%;
		margin-bottom: 30px;
	}
}

@media(max-width: 574px) {
	.footer-col {
		width: 100%;
	}
}
  
  

@media screen and (max-width: 600px) {

    .banner-bg {
        height: auto;
        overflow-x: hidden;
    }
}

