
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@100;300;400&family=Roboto:ital,wght@0,400;1,300&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Exo 2', sans-serif;
  /* font-family: 'Roboto', sans-serif; */

}
.topbar-section-start{


    background: linear-gradient(45deg,#fff 35%,#DD0000 35%);
    /* background: linear-gradient(45deg,#EEEEEE 35%,#F6B30E 35%); */
    /* background-color:#EEEEEE; */
    /* padding: 5px 0px; */
    
  }
  .logo-img2{
    /* display: flex;
    justify-content: center;
    align-items: center; */
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
       box-shadow:#182957 5px 5px;
       width: 200px;
  }
  .logo-img2 a {
    text-decoration: none;
    margin-top: 2px;
    /* width: 100px; */
    font-weight: 600;
padding: 3px px;
    color: #161455 !important;
  }

  .logo-img{
    padding-top: 12px;

  }
  .logo-img a{
text-decoration: none;
color: #161455;
font-size: 14px;
font-weight: 600;
transition: .5s;
  }
  .logo-img a:hover{
color: #DD0000;
letter-spacing:1px;
  }
  .icon a i{
    margin: 0 5px;
    color: #fff;
    background-color: #DD0000;
    height: 30px;
    width: 30px;
    /* border: 1px solid #182957; */
    align-items: center;
    text-align: center;
    line-height: 30px;
    /* box-shadow:#182957 4px 4px; */
    transition: .5s;
    border-radius: 50%;
   }
   .icon a i:hover{

   transform: translateY(-5px);
   }
   .face-book{
    background: #122c9e !important;

   }
.twitter{
  background: #2EA1F2 !important;
}
.link-din{
  background: #2078B5 !important;
}

.insta{
  background: linear-gradient(#4E58C4,#C235A7,#F06A42)!important;
}
@media only screen and (max-width: 992px) {
.logo-img2{
  margin-top: 8px;
}
.topbar-section-start{
background: #DD0000;
}

.logo-img2{
  /* display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
     box-shadow:#182957 5px 5px; */
     width: 117px;

}
.logo-img2 a {
  /* text-decoration: none;
  margin-top: 2px; */
  /* width: 100px; */
  font-weight: 600;
  font-size: 13px;
padding: 3px px;
  /* color: #161455 !important; */

}

}



  /*============= second-navbar-start========================== */
.navbar{
    border-top: 1px solid #DD0000;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
background-color: #fff;
}
  .navbar-brand{
    padding-left: 50px;
  }
  .nav-link {
    color: #DD0000 !important;
    font-size: 18px;
    font-weight: 600 !important;
    padding-left: 20px !important;
    transition: .5s;
  }
  .nav-link:hover{
 color: #000 !important;
  }
/* .navbar-brand img{
  width: 220px;
} */



.enq-btn{
    color: #fff;
    font-weight: 500;
    background-color: #161455;
    border: none;
    margin-left: 50px;
    height: 30px;
    width: 90px;
    margin-top: 7px;
    transition: .5s;
  }

  .enq-btn:hover{
background-color: #DD0000;

  }
  @media only screen and (max-width: 768px) {

    .navbar-brand{
      padding-left: 10px;
    }
}
@media only screen and (max-width: 350px) {
  .navbar-brand img{
      width: 150px;
    }

}

.dropdown-menu {
  border: 1px solid white !important;
border-top: 3px solid #DD0000 !important;
border-bottom: 3px solid #DD0000 !important;
margin-top: 20px !important;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  --bs-dropdown-link-active-bg:transparent  !important;
  padding: 5px 20px 8px 5px !important;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: transparent !important;


}
.dot{
  color: #DD0000;
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.2;}
}
.blink{

  text-decoration: blink;
  color: #161455;
  /* font-size:30px; */
  font-weight:600;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease-in-out;
  -webkit-animation-direction: alternate;
}


.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
}

.btn-12 {
  position: relative;
  /* right: 20px; */
  bottom: 20px;
  border: none;
  box-shadow: none;
  width: 130px;
  height: 40px;
  line-height: 42px;
  -webkit-perspective: 230px;
  perspective: 230px;
}
.btn-12 span {
  background: linear-gradient(0deg, #161455 0%, #DD0000 100%);
  display: block;
  position: absolute;
  width: 120px;
  height: 40px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-12 span:nth-child(1) {
  box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9,
    7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12:hover span:nth-child(1) {
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.btn-12:hover span:nth-child(2) {
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}





.form-main-box {
  position: relative;

  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 8px;
  margin-top: 40px;
}
.inputBxo1 {
  position: relative;
  width: 100%;
}
.inputBxo1 input {
  position: relative;
  padding: 12px 15px;
  border: none;
  outline: none;
  width: 100%;
  background: transparent;
  color:#fff;
  font-size: 14px;
  transition: 0.5s;
  letter-spacing: 0.05em;
  z-index: 2;
}
.inputBxo1 span {
  position: absolute;
  left: 0;
  padding: 10px 0;
  pointer-events: none;
  font-size: 1em;
  font-weight: bold;
  transition: 0.5s;
  letter-spacing: 0.05em;
  color: #161455;
}
.inputBxo1 input:valid ~ span,
.inputBxo1 input:focus ~ span {
  font-size: 0.85em;
  transform: translateY(-32px);
}
.inputBxo1 i {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #333;
  background: linear-gradient(45deg, #161455, #DD0000);
  transition: 0.5s;
  z-index: 1;
  border-radius: 4px;
  pointer-events: none;
}
.inputBxo1 input:valid ~ i,
.inputBxo1 input:focus ~ i {
  height: 100%;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.25);
}
.enq {
  padding: 6px 20px;
  border-radius: 3px;
background-color: #161455;
  color: #fff;
  text-decoration: none;
  outline: none;
  border: none;
  transition: .5s;
}
.enq:hover{
  background-color: #DD0000;
}


.learn-btn-1{
  padding: 6px 20px;
  border-radius: 3px;
background-color: #161455;
  color: #fff;
  text-decoration: none;
  outline: none;
  border: none;
  transition: .5s;
}
.learn-btn-1:hover{
  background-color: #DD0000;
}
 /*================================ abt-us-section-start============================ */

 .aboutus-section-start{
  padding: 50px 0px;
 }
.abt-us{
  color: black;
  font-weight: 600;
}
 .abt-head{

  background: linear-gradient(90deg,#161455,#DD0000, #161455,#f8042d79,#DD0000 );
  background-size: 400%;
  font-weight: 600;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  animation: animate 10s linear infinite;
 }
 @keyframes animate {
  0%{
    background-position: 0%;
  }
  100%{
    background-position: 400%;
  }
 }

.paragraph{
  color: grey;
  font-size: 14px;
  text-align: justify;
}


 .abt-img-box{

  overflow: hidden;
 }
 .abt-img-box img{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

transition: all 5s ease-in-out;
 }
 .abt-img-box img:hover{
  transform: scale(2,2);

  cursor: pointer;
 }



@media (max-width: 992px) {
  .aboutus-section-start{
    padding: 40px 0px;
   }
}
/* #more {
display: none;
}
.modal-cont{
color:#06A8DD;
}
.modal-content{
border: 3px solid #06A8DD !important;
}
.read-more-btn{
background-image: linear-gradient(to right, #992C30,#06A8DD);
border: none !important;
color: #fff;
} */

.paragrapg{
  text-align: justify;
  font-size: 16px;
  color: #646060;
}


.container1 {
  background-image: linear-gradient(to left bottom, #ce3a43, #a70f0fc0);
  box-shadow: rgba(151, 23, 51, 0.4) 5px 5px, rgba(185, 43, 74, 0.3) 10px 10px, rgba(204, 74, 106, 0.2) 15px 15px;

  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  
}

.box {

  border: 2px solid #eee;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius:5px;

}

.box img {

  transition: all 0.5s
}

.box:hover img {
  transform: scale(0)
}

.content img{

  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;

  box-sizing: border-box;
  transform: scale(0) rotate(-180deg);
  transition: all 0.5s;color:#fff;
}

.box:hover .content img{

  transform: scale(1) rotate(0deg);
  transition-delay: 0.3s
}





.tick-img img{
  background-color:#fff;
  padding: 5px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}
.cont-box{
 padding-top: 15px;
} 
.main-cont-box{
  margin-left: 30px;
}
@media (max-width: 768px) {
  .main-cont-box{
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .tick-img img{
    background-color:transparent;
    padding: 5px;
    border-radius: 0%;
    box-shadow: none;
  
  
  }

}
/* @media (max-width: 540px) {
  .tick-img img{
    display: none;
  }
} */
/*================= our-partners-section================ */

.our-partners-section{
  padding: 40px 0px ;
}

 /* ===============our-client-section==================== */


.about-h2{
  color: #fff;
 
 }
.our-client-section{
  /* background-color: #161455; */
    padding: 40px 0px;
    background: linear-gradient(#161455bb,#161455a8),url('../image/banner/2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;

}

 .our-client-mainbox{
  background-color: #fff;
  border: 2px solid #DD0000;

 }
 .our-client-img img{
  border-radius:10px ;

  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
 }

 .our-client-img img{
padding: 20px;
 }
 /* ==============contact-section-start=================== */

 .contact-section-start{
  padding: 40px 0px;
 }
 .form-inner-box{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 20px 50px;
 }
 .cont-heading{
  color: #161455;
  font-weight: 700;
 }


 .contact-detail-section h5{
  color:#fff;
  font-size: 16px;
  }
  .contact-detail-section h2{
  font-weight: 800;
  font-size:25px;
  color: rgb(49, 47, 47);
            }
  .location-section{
  display: flex;
  }
  .location-section h4 i{
  color: #fff;;
  background-color: #DD0000;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 3px;
  
  }
  .location-section h4 i:hover{
    background-color: #161455; 
    }
  .loca{
    margin-left:20px;
    font-size: 14px;
    color: #fff;
  }
  .location{
  font-size: 18px;
    margin-left: 20px;
    font-weight: 600;
    color: #fff;
  }
  @media screen and (max-width:768px){
    .loca {
  font-size: 12px;
    }
    .cont-detail{
  
       padding: 0px;
  
    }
    .nav-img-box{
      margin-top: 20px;
   
    }
  }
  @media screen and (max-width:380px){
  
    .email-sec{
      display: none;
    }
    .contact-form{
    
      padding: 10px;
      height: 100%;
      
    }
    .contact-detail-section h2{
      font-size:18px;
    }
  }
  .cont-detail{
    background: linear-gradient(#04023bbb,#0d0b4da8),url('../image/img/bg3.gif');
    background-repeat: no-repeat;
     width: 100%;
     background-position: bottom;
     background-size: cover;
     padding: 40px;
     height: 100%;
  }


  
/*=============== footer-section-start=================== */

.footer {
  /* background: linear-gradient(#050438d3,#03095ade),url('../image/banner/f-bg2.jpg'); */
  background: linear-gradient(#a31c15d3,#a31c15de),url('../image/banner/f-bg2.jpg');
  /* background-image: url('../image/banner/f-bg-14.jpg'); */
	/* background-color:var(--blue); */
  background-size: cover;
  background-position: bottom;
  padding: 50px 0px;
  padding-top: 0px;
}
.footer-logo {
	text-align: center;
}
.footer-logo img {
	background-color: #fff;
	padding: 8px 12px;
    /* width: 200px; */

}
/* footer contact info */
.footer-contact-info {
	text-align: center;
}
.footer-contact-info li {
	color: #fff;
}
.footer-contact-info li a {
	color: #fff;
  text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-contact-info li a:hover {
	color: #161455;
}
.footer-contact-info li i {
	color: var(--white);
	text-align: center;
	margin-right: 6px;
	font-size: 14px;
	border-radius: 100%;
}
/* footer link */
.footer-link {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.404);
	border-bottom: 1px solid rgba(255, 255, 255, 0.452);
}
.footer-link li {
	padding-bottom: 5px;
}
.footer-link li a {
	color: #fff;
  text-decoration: none;
	font-size: 14px;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-link li a:hover {
	color: #161455;
}
/* footer copyright */
.footer-copyright {
	text-align: center;
	padding: 20px 0px;
  color: #fff;
}
.footer-copyright a{
	text-align: center;
	padding: 20px 0px;
  color:#161455;
  text-decoration: none;
  font-weight: 600;
}

.sdf{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.logo-img3 a{
text-decoration: none;
color: #fff;

}

.logo-img4 a{
  text-decoration: none;
  color: #DD0000;
  background-color: #fff;
  padding:5px 15px;
border-radius: 10px;

  }

  .call-icon{
color: #000;
  }
  .call-icon i{
background-color: #DD0000;
color: #fff;
padding: 5px;
border-radius: 50px;
font-size: 14px;
      }
/* ========================WHATSAPP ICON SECTION========================= */

.whatsapp-icon a {
  position: fixed;
  bottom: 3%;
  left: 1px;
  width: 35px;
  height: 35px;
  /* background-color:white; */
  margin: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  /* color: white; */
  text-decoration: none;
  z-index: 999;
}

 /* WHATSAPP ICON SECTION */
 .whatsapp-icon1 a {
  position: fixed;
  bottom: 3%;
  left: 1px;
  width: 35px;
  height: 35px;
  /* background-color:white; */
  margin: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  /* color: white; */
  text-decoration: none;
  z-index: 999;
}

.whatsapp-icon1{
  display: block;
}
.whatsapp-icon{
  display: none;
}

 @media screen and (max-width:992px){
  .whatsapp-icon1{
    display: none;
  }
  .whatsapp-icon{
    display: block;
  }
  .sdf{
    margin-top: 10px;
  }
 }
/* ===================.about-spectrum-phase1-sec======================= */

.about-spectrum-phase1-sec{
  padding: 20px 0px;
}


/*==================== .project-section-start================ */

.project-section-start{
  padding: 20px 0px;
  overflow: hidden;
}


/* .nav-img-box{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  height: 100%;
  box-shadow: #fea90076 6px 6px;
} */
.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color:#F6B30E !important;
  --bs-nav-pills-link-active-bg: #161455 !important;

}

.nav-link .active{
  color: #F6B30E;
}

.nav-pills .nav-link {
  font-weight: 700 !important;
  color: #161455 !important;
  border: 2px solid #161455 !important;
 margin: 10px 20px !important;
  }
.nav-pills .nav-link.active{
  color:#fff!important;

  }
  .nav-img-box a{
    text-decoration: none;
  }
  .shop-head{
    color: #F6B30E;
    font-weight: 700;
  }

  .main-g-box{
padding-bottom: 20px;
    /* box-shadow: #070d42ea 15px 15px; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: .5s;
    height: 100%;
  }
  .main-g-box:hover{
transform: translateY(-1%);
  }
  .abt-heading a{
    text-decoration: none;
  }
  .view-detail{
    text-decoration: none;
    color: #DD0000;
    font-weight: 600;
    padding: 5px 10px;

    border-radius: 15px;
    border:  2px solid #DD0000;
    transition: .5s;
  }
  .view-detail:hover{
    background-color: #DD0000;
    color: #fff;
  }
  .abt-head1{
    color: #161455;
    font-weight: 600;
  }


  /*==================== #popup============== */

  #popup{
    display: none;
  }
  
  .my-popup {
    position: relative;
    background: linear-gradient(rgba(3, 3, 3, 0.856), rgba(0, 0, 0, 0.833));
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    z-index: 9999;
  }
  
  .form-section {
    width: 55%;
    top: 60%;
    left: 60%;
    transform: translate(30%, 35%);
    box-shadow: rgba(90, 89, 89, 0.733) 0px 5px 15px;
    padding: 20px 20px;
    position: relative;
    border-radius: 10px;
    border: 2px solid #161455;
  }
  
  .form-content {
    font-size: 18px;
    font-weight: 600;
    color: #161455;
  }
  
  .form-section .fa-xmark {
    position: absolute;
    right: -10px;
    top: -10px;
    height: 35px;
    width: 35px;
    font-size: 25px;
    padding-top: 5px;
    /* margin-top: 5px; */
    color: #fff;
    background: #161455;
    border: 2px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 999;
  }
  .select-section {
    width: 80%;
  }
  
  .select-section option {
    font-size: 14px;
  }
  @media screen and (max-width:992px){
    .form-section {
      width: 55%;
      top: 60%;
      left: 60%;
      transform: translate(-60%, 25%);
    }
  }

  @media screen and (max-width:567px){
    .form-section {
      width: 93%;
      top: 60%;
      left: 60%;
      transform: translate(-60%, 25%);
    }
  }

  .com-pro{
    margin-top: 10px;
    color: #5a5656;
   
  }

  /*===================== floor--plan-section==================== */
  .floor--plan-section{
padding: 40px 0px;
  }

  .sepct-head{
   color: #161455;
   font-size: 18px;
   font-weight: 600;
  }

  .main-gallery-box{
    /* border: 2px solid #161455; */
    padding: 10px;
    box-shadow: #161455 10px 10px;
    /* box-shadow: rgba(255, 255, 255, 0.2) -15px -15px 15px, rgba(0, 0, 0, 0.1) 15px 15px 15px, rgba(255, 255, 255, 0.2) -5px -5px 5px inset, rgba(0, 0, 0, 0.1) 5px 5px 5px inset; */
  }



.owl-theme .owl-dots .owl-dot span {
display: none !important;
}



.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
display: none !important;
}




.cursor {
  position: fixed;
  width: 30px;
  height: 30px;
  border: 1px solid #0B6FAF;
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: .1s;
}

.cursor2 {
  position: fixed;
  width: 8px;
  height: 8px;
  border: 1px solid #0B6FAF;
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
}



.p-img-box1{

  transition: .5s;
  border: 5px solid #dd0000b0;
  box-shadow: rgba(151, 23, 51, 0.4) 5px 5px, rgba(185, 43, 74, 0.3) 10px 10px, rgba(204, 74, 106, 0.2) 15px 15px;
 }
 .p-img-box1:hover{
  transform: translateY(-10%);
}
 .p-img-box1 img{
 
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
 }
 .p-img-box2{

  transition: .5s;
  border: 5px solid #161455;
  box-shadow: rgba(31, 23, 151, 0.4) 5px 5px, rgba(57, 43, 185, 0.3) 10px 10px, rgba(74, 87, 204, 0.2) 15px 15px;
 }
 .p-img-box2 img{

  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

 }
 .p-img-box2:hover{
  transform: translateY(-10%);
}

.tradition{
  color: #DD0000;
  font-weight: 600;

}
/* =========.cmd-detail-section============== */
.cmd-main-box{
  padding: 0px 30px;
}
.cmd-detail-section{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 20px 30px;
 height: 100%;
  background-color: #fff;

}
.cmd-img-box{
  padding: 10px 80px;
}
.services-img-box img{
/* border-radius: 50%; */
border: 2px solid #b4b2b8;
padding: 10px;
display: flex;
justify-content: center;
align-items: center;
}
.director{
  margin-top: 10px;
  color: #161455;
  font-weight: 600;
/* font-style: oblique; */
font-family: 'Alkatra', cursive;
font-family: 'Roboto Slab', serif;
padding-left: 30px;
}
.director-name{
  color: #DD0000;
  font-weight: 600;
  font-size: 18px;
  padding-left: 30px;
}
.para2{
  padding-left: 30px;
}
@media screen and (max-width:1100px){
  .cmd-img-box{
    padding: 10px 80px;
  }
}
@media screen and (max-width:992px){
  .cmd-img-box{
    padding: 10px 90px;
  }
  .services-img-box{

    padding: 10px 110px !important;
  }
  .director{

  padding-left: 0px;
  }
  .director-name{

    padding-left: 0px;
  }
  .para2{
    padding-left: 0px;
  }
}
@media screen and (max-width:768px){
  .cmd-img-box{
    padding: 10px 80px;
  }

  
}
@media screen and (max-width:567px){
  .cmd-img-box{
    padding: 10px 50px;
  }
  .cmd-main-box{
    padding: 0px 2px;
  }
    .services-img-box{

    padding: 10px 20px !important;
  }
}
@media screen and (max-width:350px){
  .cmd-img-box{
    padding: 10px 20px;
  }
}



.services-img-box{
  /* background-color: #DD0000; */
  height: 100%;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.services-img-box img{
border-radius: 50%;
transition: .5s;
}
/* .services-img-box img:hover{
transform: scale(1.1);
  
  } */

  .main-cmd-sec{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 30px ;
    background-color: #fff;
  }

  .img-g-box a img{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: 5px solid #dd0000b0;
    /* box-shadow: rgba(151, 23, 51, 0.4) 5px 5px, rgba(185, 43, 74, 0.3) 10px 10px, rgba(204, 74, 106, 0.2) 15px 15px; */
  }


  /*========= vision-and-value-section================== */

  .vision-and-value-section{
    padding: 60px 0px;
  }
  .img-inner-sec img{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

  }
/* .main-img-sec{
  position: relative;
  margin-bottom: 150px;
}
.value-detail-box{
  display: flex;
  justify-content: center;
  text-align: justify;
  align-items: center;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #fff;
  margin:-100px 20px;
  padding-bottom: -50px !important;
  margin-bottom: -20px;
  padding: 20px;
  height: 100%;
border-top-left-radius: 25px;
border-bottom-right-radius: 25px;
transition: .5s;
}
.value-detail-box:hover{
transform: translateY(-10px);
box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
} */


.main-img-sec{
  /* position: relative;
  margin-bottom: 150px; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid #d1d1d1;
  padding: 20px;
  height: 100%;
  transition: .5s;
}
.value-detail-box{
  /* display: flex;
  justify-content: center;
  text-align: justify;
  align-items: center;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #fff;
  margin:-100px 20px;
  padding-bottom: -50px !important;
  margin-bottom: -20px;
  padding: 20px;
  height: 100%;
border-top-left-radius: 25px;
border-bottom-right-radius: 25px;
transition: .5s; */
}
.main-img-sec:hover{
transform: translateY(-10px);
box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}
.vision{
  color: #DD0000;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding-top: 15px;
}


/* @media screen and (max-width:1100px){
  .vision-and-value-section{
 display: none;
  }
} */

.director1{
  margin-top: 10px;
  color: #161455;
  font-weight: 600;
/* font-style: oblique; */


padding-left: 30px;
font-size: 15px;
text-transform: uppercase;

}
/* .dir2{
  margin-top: 30px;
} */
.director-name1{
  color: #DD0000;
  font-weight: 600;
  font-size: 14px;
  padding-left: 30px;



}
.main-our-team-sec{
  display: flex;
}
.services-img-box1{
background-color: #fff;
  padding: 20px 40px;
min-height: 360px !important;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.services-img-box1 img{

  border-radius: 50%;
border: 2px solid #b4b2b8;
padding: 10px;
}

@media screen and (max-width:768px){
  .main-our-team-sec{
    display: block;
  }
}






  @media screen and (max-width:992px){
    .carousel-indicators [data-bs-target] {
display: none;
    }
    

.carousel-control-next-icon {
  display: none !important; 
}
.carousel-control-prev-icon {
  display: none !important; 
}
}


.tfr{
  color: #161455;
  font-weight: 600;
  font-size: 14px;
}
.main-clt-detl-sec{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 10px;
}