* {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
p, h1, h2, h3, h4, h5, h6{
  margin-bottom: 0px;
}
a {
  display: inline-block;
  text-decoration: none !important;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}
.main-area{
  overflow: hidden;
}

.container{
  max-width: 1320px;
}

:root {
  --primary-color: #0000ab;
  --secondary-color: #222222;
}
/* .desk-menu-ser{
  display: block !important;
} */

.desk-menu-ser .desk-sub-menu-dr a, .desk-sub-menu-dr-2 a {
  width: 100% !important;
}

.desk-menu-ser li.desk-sub-menu-dr-2 {
  padding: 0px 41px !important;
}

.desi-nav-ma{
  position: relative;
}
.nav-logo {
  position: absolute;
  top: 0%;
  left: 12%;
  z-index: 1;
}

.sub-menu-dis {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  padding-right: 70px;
}
.dow{
  color: red;
  margin-left: 6px;
}
.desk-nav-li-a a, .nav-li-p {
  color: #242424;
  font-size: 17px;
  font-weight: 600;
  font-family: "Montserrat", serif;
  padding: 7px 10px;
  border: 1px solid transparent;
  transition: all ease 0.4s;
}
.desk-nav-li-a a:hover {
  color: red;
  border: 1px solid red;
}

.desk-navber {
  background-color: #F6FCFF;
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 450px;
  position: relative;
}
.desk-main-menu {
  display: flex;
  justify-content: center;
  gap: 60px;
  width: 74%;
}
.nav-cont {
  width: 22%;
  background-color: #003487;
  padding: 12px 80px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%);
  transition: all ease 0.4s;
}
.nav-cont:hover{
  background-color: red;
}
.nav-li{
  position: absolute;
  width: 342px;
  height:50px ;
  background-color: #003487;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
.nav-cont a{
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  font-family: "Montserrat", serif;
}
.desk-menu-1{
  display: none;
   width: 100%;
  position: absolute;
  left: 0%;
  /* top: 70px; */
   background-color: #F1F1F1;
   height: 350px;
   z-index: 9;
}

.sub-menu-1, .sub-menu-2 {
  display: none;
  position: absolute;
  left: 300px;
  top: 0%;
  background-color: #F1F1F1;
  width: 300px;
  height: 100%;
  padding: 20px 0px;
  border-right: 1px solid #222;
}

.desk-menu-img {
  display: none;
  position: absolute;
  top: 0%;
  right: -744px;
  width: 743px;
  height: 100%;
  padding: 20px;
}


li.r-nav-s {
  padding: 15px 55px;
  display: flex
;
  align-items: center;
  gap: 30px;
}
.r-nav-s a{
  color: #222 !important;
  font-size: 17px !important;
}


li.desk-sub-menu-dr, li.desk-sub-menu-dr-2 {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 76px;
}
.desk-sub-menu-dr a, .desk-sub-menu-dr-2 a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  width: 160px;
}
.chev-ri{
  color: #fff;
}
.desk-ma-ar {
  background-color: #0000AB;
  width: 300px;
  height: 100%;
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.desk-nav-li{
  transition: all ease 0.4s;
}
.desk-nav-li:hover .desk-menu-1{
  display: block;
}

.desk-sub-menu-dr:hover .sub-menu-1{
  display: block;
}
.desk-sub-menu-dr-2:hover .sub-menu-2{
  display: block;
}

.sub-menu-2{
  display: none;
}





.r-nav{
  display: flex;
  flex-direction: column;
}


.r-nav-s:hover .desk-menu-img{
  display: block;
}
.r-nav li{
  width: 100%;
}
.img-nav {
  display: flex
;
  gap: 35px;
  flex-wrap: wrap;
}

.img-nav li{
  width: 20%;
}
.img-nav li a{
  width: 100%;
}
.img-nav li a img{
  width: 100%;
}

/* end desk navbar */




/* start mobile navbar */



.mobile-navbar{
  display: none;
}



/* start mobile navbar */



.header {
  width: 100%;
  height: auto;
  z-index: 100;
  margin: 0 auto;
  background-color: #0d2253;
  position: relative;
}

/* Wrapper */
.wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1rem;
  row-gap: 2rem;
  width: 100%;
  margin: 0 auto;
}

/* Navbar */

.cross-icon{
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 0.5%;
  right: 2%;
}
.navbar.active {
  left: 0rem;
  opacity: 1;
  visibility: visible;
}

/* Menu */
.menu-item {
  position: relative;
  display: inline-block;
  margin-left: 0.9rem;
}

.menu-link {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.25rem;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: inherit;
  cursor: pointer;
  text-transform: capitalize;
  color: var(--color-black-500);
  transition: all 0.3s ease-in-out;
}

.menu-link > i.bx {
  font-size: 1.35rem;
  line-height: 1.5;
  color: inherit;
}

.menu-link:hover {
  outline: none;
  color: var(--color-pink-500);
}



/* Media Queries */
@media only screen and (min-width: 993px) {





  .menu-dropdown:hover .submenu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media only screen and (max-width: 992px) {
  .navbar {
      position: fixed;
      top: 0;
      left: -100%;
      width: 88%;
      height: 100%;
      z-index: 10;
      opacity: 0;
      overflow-y: auto;
      visibility: hidden;
      box-shadow: var(--shadow-medium);
      background-color: #fff;
      transition: all 0.5s ease;
    }
    .tvs-logo {
      display: none;
  }

  .menu {
    width: 100%;
    height: auto;
    padding: 1rem 0;
    position: absolute;
    top: 0%;
    left: 0%;
}

  .menu-item {
    display: block;
    margin: 0 auto;
  }

  .menu-link {
    justify-content: space-between;
    padding: 0.5rem 0.5rem;
    color: #003487;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
}




}

/* Submenu */
.submenu {
  position: absolute;
  top: 2.35rem;
  left: -2rem;
  min-width: 13rem;
  height: auto;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  border-radius: 0 0 0.25rem 0.25rem;
  border-top: 2px solid var(--color-pink-400);
  box-shadow: var(--shadow-medium);
  background-color: var(--color-white-100);
  transition: all 0.3s ease-in-out;
}

.submenu-item {
  display: block;
  margin-top: 0rem;
 
  padding: 10px 20px;
}
.submenu-item:hover{
  background-color: #133981;
  border-radius: 10px;
}
.submenu-item:hover .submenu-link{
  color: #fff;
}

.submenu-link {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: inherit;
  cursor: pointer;
  color: var(--color-black-500);
  transition: all 0.35s ease;
}

.submenu-link:hover {
  outline: none;
  color: var(--color-pink-500);
}

/* Media Queries for Submenu */



@media only screen and (max-width: 992px) {
  .submenu {
    position: relative;
    top: -0.5rem;
    left: 0rem;
    width: 100%;
    max-height: 0;
    padding: 0px;
    border: none;
    outline: none;
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    transform: translateY(0px);
    box-shadow: none;
    background: transparent;
  }
  .menu-link {
    column-gap: 0.2rem;
    color: #003487;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
}

}



@media only screen and (max-width: 912px) {
.mobile-navbar{
  display: block;
}
.desk-navbar{
display: none;
}
.header {
    padding: 10px 0;
}


}

@media only screen and (max-width: 480px) {
.brand{
    width: 30%;
}
.brand img{
    width: 100%;
}


}

/* Burger */
.burger {
  position: relative;
  display: none;
  cursor: pointer;
  user-select: none;
  width: 1.6rem;
  height: 1.15rem;
  opacity: 0;
  visibility: hidden;
  background: transparent;
}

.burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 2.1px;
  opacity: 1;
  border: none;
  outline: none;
  border-radius: 1rem;
  background: #fff;
}

.burger-line:nth-child(1) {
  top: 0px;
}

.burger-line:nth-child(2) {
  top: 0.5rem;
  width: 70%;
}

.burger-line:nth-child(3) {
  top: 1rem;
}







/* Media Queries for Burger */
@media only screen and (max-width: 992px) {
  .burger {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  background-color: #0034878c;
}



/* Media Queries for Overlay */
@media only screen and (max-width: 992px) {
  .overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  /* .upper-nav-main {
    display: none;
} */
.desi-nav-ma{
  display: none;
}


}


@media only screen and (max-width: 430px) {
.brand img{
  width: 80%;
}


}















/* end mobile navbar */




/* end navbar */











/* start upper-nav */

   

.env-ar{
  color: #fff;
  font-size: 20px;
}
.upper-2 a{
  background-color: #222;
  padding: 5px 10px;
}
.upper-2 a:hover {
  background-color: red;
}

.up-2-ic {
  color: #fff;
  font-size: 19px;
  
}
.upper-nav{
  background: linear-gradient(90deg, rgba(243,239,240,1) 0%, rgba(196,192,193,1) 15%, rgba(49,44,45,1) 36%, rgba(35,31,32,1) 50%, rgba(45,40,42,1) 64%, rgba(198,194,195,1) 85%, rgba(243,239,240,1) 100%);
  padding: 5px 0;
  border: 1px solid #fff;
}

.upper-con {
  display: flex
;
  justify-content: space-between;
  padding-left: 328px;
  width: 73%;
  margin: 0 auto;
}

.upp-area{
  display: flex;
  gap: 20px;
  align-items: center;
}
.upp-area:hover .upp-text{
  color: red;
}
.upp-area:hover .env-ar{
  color: red;
}
.upper-1 {
  display: flex;
  gap: 80px;
}
.upper-2{
  display: flex;
  gap: 10px;
}
.upp-text{
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", serif;
}


/* end upper-nav */



.banner-2{
  position: relative;
}

.ban-2-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
}

.ban-2-text h1{
  font-family: "Suwannaphum", serif;
  font-weight: 500;
  font-size: 60px;
  color: #FFFFFF;
  text-shadow: 0px -1px 8px #fff;
}

.ban-2-img img{
  width: 100%;
}


/* end banner */

.head h1{
  color:#E8E3E3;
  font-family: "DM Serif Display", serif;
  font-weight: 500 ;
  font-size:70px ; 
}

.head p{
  color:#242424;
  font-family: "Cinzel", serif;
  font-weight: 600 ;
  font-size:50px ;
  margin-top: -15px; 
  text-shadow: 0px 2px 5px #737373;
}

.head{
  text-align: center;
  margin-bottom: 50px;
}
.head h2{
  color:#474341;
  font-family: "Montserrat", serif;
  font-weight: 500 ;
  font-size:16px ;
  width: 50%;
  margin:0 auto;
}

/* end head text */





/* start footer */

.footer-top{
  background-color: #003487;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px;
}

.foo-dot{
  color: #fff;
  font-size: 20px;
}
.foot-top-con{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot-add a{
  display: flex;
  align-items: center;
  gap: 15px;
}
.foot-to-text p{
  color:#FFFFFF;
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-size:16px;
}
.foot-to-text-2 p span{
  font-weight: 600;
}
.foot-to-text-2 p{
  font-size:20px;
}
.footer-area{
  background-image: url(../../homeimage/Footer-bg.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 55px 0;
}

.fac-1{
  color: #fff;
  font-size: 18px;
  border: 1px solid #fff;
  padding: 8px 12px;
  border-radius: 100%;
  transition: all ease 0.4s;
}
.fac-1:hover{
  color: #003487;
  border: 1px solid #003487;
}
.fo-2-im a:hover {
  color: #003487;
  text-decoration: underline !important;
}

.fac-2{
  padding: 8px  8px;
}
.fac-3{
  padding: 8px  10px;
}

.foo-ic{
  display: flex;
  gap: 10px;
}

.foot-2-h{
  display: flex;
  align-items: center;
  gap: 10px;
}

.fo-2-im a{
  color: #F5F5F5;
  font-size: 16px;
  font-family: "Poppins", serif;
  font-weight: 400;
}

.foot-cont{
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.foot-1{
  width: 26%;
}
.foot-3 {
  width: 19%;
}
.foot-3 a{
  width: 100%;
}
.foot-3 a img{
  width: 100%;
}

.foot-1 p{
  color: #F5F5F5;
  font-size: 14px;
  font-family: "Poppins", serif;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 20px;
}

.foot-head h1{
  color: #FFFFFF;
  font-size: 22px;
  font-family: "Poppins", serif;
  font-weight: 500;
  margin-bottom: 20px;
}

.foot-2-area{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-area{
  position: relative;
}

.foot-bg{
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(51,51,51,0.896796218487395) 0%, rgba(51,51,51,0.3029586834733894) 100%);
  clip-path: polygon(13% 0, 87% 0, 100% 42%, 100% 58%, 87% 100%, 13% 100%, 0% 58%, 0% 42%);
}

.heart{
  color: red;
  margin-left: 5px;
  margin-right: 5px;
}

.foot-click p{
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Poppins", serif;
  font-weight: 500;
  text-align: center;
}
.foot-click{
  background-color: #003487;
  padding: 10px 0;
  border-top: 1px solid #fff;
}
/* end footer */


#button {
  display: inline-block;
  background-color: #003487;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

@media (min-width: 500px) {

  #button {
    margin: 30px;
  }
}





/* end top button */


.floating_btn {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}



.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}

/* end floating whatsapp */

.phone-vol{
  background-color: #003487;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  border-radius: 100%;
}

.call-button{
  position: fixed;
  left: 60px;
  bottom: 140px;
  z-index: 99;
}






img.vert-move {
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}
img.vert-move {
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}

img.vert-move-2 {
  -webkit-animation: mover2 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}
img.vert-move-2 {
  -webkit-animation: mover2 1s infinite  alternate;
  animation: mover2 1s infinite  alternate;
}
@-webkit-keyframes mover2 {
  0% { transform: translateX(0); }
  100% { transform: translateX(-10px); }
}
@keyframes mover2 {
  0% { transform: translateX(0); }
  100% { transform: translateX(-10px); }
}


.shine{
	position: relative;
	overflow: hidden;
}

.shine::before {
    background: linear-gradient(to right, rgb(255 255 255 / 38%) 0%, rgb(255 255 255 / 13%) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 20%;
    z-index: 2;
}



.shine:hover::before,
.shine:focus::before {
	animation: shine 0.85s;
}

@keyframes shine {
	100% {
		left: 125%;
	}
}















