@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.nav-style-class {
  padding-top: 50px;
}

.nav-style-class .head-part {
  background: #ffff;
  border-radius: 12px;
}
.nav-style-class .head-part2 {
  background: #3F6AAC !important;
  border-radius: 12px;
}
.nav-style-class .head-part .logo-part {
  margin-top: -60px;
  margin-bottom: -60px;
}
.nav-style-class .head-part .menu-part {
 margin: auto;
}
.dropdown-menu{
    background: #3F6AAC !important;
}
.dropdown-item:hover {
    color: #1e2125;
    background-color: #313f4c;
}
a.dropdown-item {
    color: white !important;
}
.nav-style-class .nav-item  a{
  color: #202020;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
}
.nav-style-class2 .nav-item  a{
  color: #ffff !important;
}
.nav-style-class2 {
padding-bottom: 50px !important;
}

.nav-style-class .nav-item a::before {
  content: var(--tw-content);
  --tw-translate-x: 0px;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hero-sec-part {
  background: #5790E7;
  background-image: url("../img-extra/main-banner.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 180px;
}

.hero-sec-part .text-part {
  padding-bottom: 30px;
}

.hero-sec-part .text-part h1 {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.hero-sec-part .some-p{
    text-align: center;
    font-size: 25px !important;
    color: white;
     font-family: Poppins;
     font-style: normal;
     line-height: normal;
     font-weight: 600;
    }


.hero-sec-part .text-part p {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  margin: auto;
}

.hero-sec-part .image-object {
  margin-top: -335px;
}

.hero-sec-part .image-object img {
  width: 450px;
}
.for-mobile-live{
  display: none;
}
.review-video-section{
    padding-top: 70px;
}
.blog-section {
    padding-bottom: 50px;
    padding-top: 50px;
}
.blog-section .bloginner {
    background: #3F6AAC;
    padding: 25px;   
    margin-bottom: 10px;
}
.blog-section .bloginner h3{
  color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0px 5px 0px;
    line-height: 26px;
    height: 85px;
}
.blog-section .bloginner p{
   color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  margin-bottom: 20px !important;
  height: 110px;
}

.blog-section .bloginner img{

height: 210px;
    width: 100%;
    object-fit: cover;
}
.blog-section .bloginner a{
background: white;
    padding: 5px 16px;
    border: 1px solid white;
     font-family: Poppins;
    font-size: 14px;
    color: #3F6AAC;
}
.blog-inner-section{
    padding-bottom: 50px;
    padding-top: 50px;
}
.blog-inner-section .bloginner h1{
     font-family: Poppins;
    font-size: 35px;
    color: #000;
    padding-bottom: 30px ;
}

.blog-inner-section .bloginner img{
     width: 80%;
}
.blog-inner-section .bloginner ul{
    list-style: circle;
}
@media (min-width: 992px) and (max-width: 1200px) {
     .nav-style-class .nav-item  a{
  font-size: 13px;
}
.hero-sec-part .text-part h1 {
  
  font-size: 45px;
}
.hero-sec-part .image-object {
    margin-top: -277px;
}
.blog-inner-section .bloginner h1{
     font-family: Poppins;
    font-size: 25px;
    color: #000;
}

    }

@media (min-width: 320px) and (max-width: 767px) {
    .blog-section .bloginner {background: #3F6AAC;
    padding: 15px;
}
     .nav-style-class .nav-item  a{
  font-size: 13px;
}
.hero-sec-part .text-part h1 {
  
          font-size: 30px;
}
.hero-sec-part .image-object {
    margin-top: -277px;
}
.for-mobile-live{
  display: block;
}
.for-desktop-live{
  display: none;
}
.blog-inner-section .bloginner h1{
     font-family: Poppins;
    font-size: 25px;
    color: #000;
}
.container {
        max-width: 100%;
    }
           .hero-sec-part .image-object {
        margin-top: -96px;
    }

    .logo-part img{
      width: 135px;
    }
    .nav-style-class .head-part .logo-part {
  margin-top: -45px;
  margin-bottom: -45px;
}
.for-mobile-col{
display: none;
}
.nav-style-class2{
    padding-bottom: 0px !important;
}
.hero-sec-part .some-p{
  
    font-size: 18px !important;
    }

    }
    @media (min-width: 768px) and (max-width: 992px) {
 
.for-desktop-live{
  display: none;
}
.for-mobile-live{
  display: block;
}
.hero-sec-part .text-part h1 {
    
    font-size: 34px;
}
.hero-sec-part .image-object {
    margin-top: -211px;
}
    }
    
    
