@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800&display=swap');

body{
  overflow-x: hidden;
}
p{
  font-family:  'Mulish', sans-serif;
  font-weight: 400;
}
span{
  font-family:  'Mulish', sans-serif;
  font-weight: 600 !important;
}
h1{
  font-family:  'Mulish', sans-serif;
  font-weight: 900 !important;
}
h2{
  font-family:  'Mulish', sans-serif;
  font-weight: 800 !important;
}
h4 , h5{
  font-family:  'Mulish', sans-serif;
  font-weight: 700 !important;
}
.top-header{
  background: #001a72;
  position: fixed;
  width: 100%;
  z-index: 100;
  left: 0px;
  top:0px
}
a.topp{
  margin-left: 15px;
  font-size: 18px;
  text-decoration: none;
}
.navbar-dark .navbar-nav .nav-link {
  color: #010101 !important;
  font-size: 18px;
  font-family: 'Mulish', sans-serif;
  font-weight: 600 ;

}
.navbar-dark .navbar-nav .nav-link:hover{
  color: #f4364b !important;
  transition: 0.3s;
}
.navbar-brand{
  width: 180px;
}


/* .active a{
 
} */
/* svg.logosvg{
  height:75px;
  width:210;
} */
.div{
  margin-bottom: 20px;
}
.navbar-dark .navbar-nav .active{
  color: #fff;
}
.navbar-toggler {
  background: #001a72 !important;
}
.dropdown-item a:hover{
  background-color: red !important;
}
.address-dtl {
  font-family:  'Mulish', sans-serif;
  font-weight: 400;
}
.address-dtl a {
  color: #fff;
  
}
.address-dtl a:hover {
  color: #f4364b;
  transition: 0.3s;
}
.sign{
  border-radius: 23px;
  font-size: 14px;
  color: #fff;
  font-family:  'Mulish', sans-serif;
  font-weight: 600;
}
.dropdown-content {
  display: none;
  white-space: nowrap;
  position: absolute;
  min-width: 160px;
  padding: 12px 16px;
  z-index: 1;
  background: #fff;
}

.dropdown-content a{
  text-decoration: none;
  color: #FFF;
}
.dropdown-content a:hover{
  color: #fff;
  transition: 0.3s;
}
/* .dropdown-content p{
  background: #f4364b;
  justify-content: center;
  display: flex;
  padding: 3px;
} */
/* .dropdown-content p {
  transform:
    perspective(750px)
    translate3d(0px, 0px, -250px)
    rotateX(27deg)
    scale(0.9, 0.9);
  border-radius: 20px;
  border: 5px solid #e6e6e6;
  box-shadow: 0 70px 40px -20px rgba(0, 0, 0, 0.2);
  transition: 0.4s ease-in-out transform;
}
.dropdown-content p:hover {
    transform: translate3d(0px, 0px, -250px);
  } */

/* bottum up */
.top-btn {
  width: 50px;
  height: 50px;
  display: block;
  background: #1e22aa;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  position: fixed;
  bottom: 10px;
  right: 30px;
  cursor: pointer;
  font-size: 18px;
  line-height: 50px;
  z-index: 999;
  transition: .5s;
}
  .top-btn::before {
      position: absolute;
      content: '';
      width: 100%;
      height:0;
      background: #f4364c;
      color: #000;
      top: 0;
      left: 0;
      bottom: 0;
      z-index: -1;
      border-radius: 10px;
      transition: .5s;
  }

  .top-btn:hover::before {
      height: 100%;
  }





.overlay {
  /* position: absolute; */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 17rem auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 58%;
  position: relative;
  transition: all 5s ease-in-out;
  
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #f4364c;
}
.popup .content {
  max-height: 210px;
  overflow-y: scroll;
  position: relative;;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
/* .banner-content h1{
  font-family:  'Mulish', sans-serif;
  font-weight: 800;
} */

.why-online h6{
  font-family:  'Mulish', sans-serif;
  font-weight: 600;
}


/* .list-dtl h5{
  font-family:  'Mulish', sans-serif;
  font-weight: 700;
} */

.dropdown:hover .dropdown-content {
  display: block;
  background-color: #1e22aa;
 
}
.banner-back {
  /*background-image: url(../images/bg1.png);*/
  background-repeat: no-repeat;
  object-fit: cover;
  background-position: center; 
  animation: animatedBackground 2s linear infinite alternate;
}
@keyframes animatedBackground {
  from {
    background-position: 40% 0;
  }
  to {
    background-position: 50% 0;
  }
}

.about-img img {
 
  animation: animatedBackground 2s linear infinite alternate;
}
@keyframes animatedBackground {
  from {
    background-position: 40% 0;
  }
  to {
    background-position: 50% 0;
  }
}
.banner-back-two{
  background-image: url(../images/banner-bg1.png);
  background-repeat: no-repeat;
  object-fit: cover;
  background-position: right; 


}
.full-bg{
  background-image: url(../images/banner-bg2.png);
  background-repeat: no-repeat;
  object-fit: cover;
}
section.abt-sec{
  height: 130px;
}

.banner-back1-two{
  background-image: url(../images/abt-sm2.png);
  background-repeat: no-repeat;
  object-fit: cover;
  background-position: right;

}
.full-bg1{
  background-image: url(../images/abt-sm1.png);
  background-repeat: no-repeat;
  object-fit: cover;
}

/* .full-bg{
  background-image: url(../images/full-bg.png);
} */
hr{
  margin: 10px 5px !important;
  width: 45px;
  height: 3px !important;
  background-color: #fff !important;
  opacity: 1 !important;
}
.line{
  margin: 12px 5px !important;
  width: 45px;
  height: 3px !important;
  background-color: #1e21aa !important;
  opacity: 1 !important;
}
.home-why{
  background-color: #f4364c;
  top: -46px;
  z-index: 1;
  position: relative;
  border-radius: 40px 40px 0 0;
}

.why-online{
  background-image: url(../images/bg-small.png);
  background-repeat: no-repeat;
  object-fit: cover;
  background-position: top;
 /* animation: animatedBackground 2s linear infinite alternate; */
}

.overview-img img{
  border-radius: 20px;
  height: 255px;
  width: 480px;
  object-fit: cover;

}
.overview-one-img img{
  border-radius: 47px;
}
/* .sqrl-lt{
  background-image: url(../images/sqrl-lt.png);
  background-repeat: no-repeat;
  object-fit: cover;
  background-position: left;
 
} */
/* .sqrl-rt{
  background-image: url(../images/sqrl-rt.png);
  background-repeat: no-repeat;
  object-fit: cover;
  background-position:  right;
 
} */
.sqrl-service{
  background-image: url(../images/sqrl-rt.png);
  background-repeat: no-repeat;
  object-fit: cover;
  background-position: top right;
 ks
}
.home-product{
  background: #f4364c;
  top: -59px;
  position: relative;
}
 .links h4{
color: #fc6b78;
}
.links p{
  color: white;
}
.links a:hover{
  color: #fc6b78;
  transition: 0.3s;
}
.links a{
  color: black;
  text-decoration: none;
}
.footer-line{
  width: 100%;
  height: 1px !important;
  background-color: #f4364c !important;
}
.contact-dtl i{
  color: #f4364c;
} 
i.fa-solid{
  font-size: 20px;
}
.contact-dtl p{
  color: black;
}
.copyright a{
  color: black;
}
.copyright a:hover{
  color: #f4364c;
  transition: 0.3s;
}


/* gallery */
/* portfolio */
.portfolio-gal a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
top:50%;
left:50%;
transform:translate(-50%, -50%);
}
.portfolio-gal a:hover img {
  opacity: 0.2;
}
.portfolio-gal a:hover::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background: url(https://i.ibb.co/3fMkjjF/Resize.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 99;
}
  .portfolio-gal {
    
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
  }
  .portfolio-gal a {
    
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.portfolio-gal img {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
 
  .card {
    background: #000;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24); */
    color: #333333;
    border-radius: 2px;
    border: none !important;
    background: none !important;
  }
    .card-image {
      /* background: #fff; */
      display: block;
      padding-top: 70%;
      position: relative;
      width: 100%;
    }
    .card-image  img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
  .card-image:hover{
      background: white;
  }
  

@media only screen and (max-width: 600px) {
  
    .portfolio-gal {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 1rem;
    }
  }


.gal-sec{
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg,#ff808b, #f43c4c, #1e22aa, #485cc7);
  background-size: 600% 100%;
  animation: gradient 16s linear infinite;
  animation-direction: alternate;
}
@keyframes gradient {
  0% {background-position: 0%}
  100% {background-position: 100%}
}

/* contact page */
.address-box{
  box-shadow: 0px 0px 27px -2px lightgray;
  border-radius: 10px;
}
.address-box i{
  color: #fff;
  background: #1e22aa;
  padding: 13px;
  border-radius: 13px;
}

form .btn{
  background-color: #001a72;
  color: #fff;
  border-radius: 41px;
}
form .btn:hover{
  color: #f43c4c;
  
}
.flip-card {
 
  width: 300px;
  height: 300px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
.flip-card img{
	width: 300px;
	height: 300px;
 object-fit: cover;
  border-radius: 20px;
}
/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: auto;
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  /* background-color: #bbb; */
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color: #1e22aa;
  color: white;
  transform: rotateY(180deg);
  border-radius: 20px;
}


.msg-img img{
  border-radius: 40px;
}
.message{
  background-image: url(../images/bg1.png);
  background-repeat: no-repeat;
  object-fit: cover;
  background-position:top right; 
  animation: animatedBackgroundone 2s linear infinite alternate;
}
@keyframes animatedBackgroundone {
  from {
    background-position: 90% 0;
  }
  to {
    background-position: 100% 0;
  }
}

.team-img img{
  border-radius: 30px;
  margin-bottom: 20px;
}

.product-list{
  box-shadow: 0px 0px 27px -2px lightgray;
    border-radius: 39px;
    height: 470px;
}
.product-list img{
  border-radius: 40px 40px 0 0px;
}
/* .product-list img:hover{
  -webkit-transform: scale(1.1);
	transform: scale(1.1);
} */
.product-list h4{
  color: #1e22aa;
}
/* .service-dtl img{
  border: 6px solid #f4364b;
} */
.service-dtl{
  border-radius: 25px;
  height: 400px;
  box-shadow: 0px 0px 27px -2px lightgray;
}
.service-dtl1{
  border-radius: 25px;
  height: 460px;
  box-shadow: 0px 0px 27px -2px lightgray;
}
.service-dtl2{
  border-radius: 25px;
  height: 420px;
  box-shadow: 0px 0px 27px -2px lightgray;
}
.service-dtl-one{
  border-radius: 25px;
  height: 400px;
  margin-bottom: 3px;
}
/* .service-dtl-one img{
  border: 6px solid #f4364b;
} */
.inbox3{
  /* background-color: gray; */
  /* height: 1000px; */
  margin:15px 15px;

}
.who{
  text-align: center;
  padding-top:30px;
}
.banner-content{
  margin-top: 15px;
  padding-top: 95px;
}
.banner-back{
  padding-top: 15px;
  margin-top: 15px;
}
.inbox4{
  margin-top: 20px;
}
svg.svg1{
  width: 210px;
}
svg.deskicon{
  width: 200px;
}
p.abt-para{
  text-align: justify;
}
section.whoweare{
  background-color: white;
}
.inbox5{
  /* background-color: gray; */
  height:50px;
  margin:10px 10px;
  text-align: center;
}
.inbox6{
  /* background-color: gray; */
  height:400px;
  margin:10px 10px;
}
img.abtout-img{
  width: 100%;
  border-radius: 15px;
}
.inbox7{
  /* background-color: gray; */
  min-height:400px;
  margin:10px 10px;
}
.inbox8{
  /* background-color: gray; */
  min-height:200px;
  margin-top:20px;
}


/* life */
.time-line
{
	position:relative;
}
.time-line-title h2
{
	color: #ef285a;
	font-size: 16px;
	/* font-family: mySecondFont; */
	letter-spacing: 1px;
	line-height: 20px;
	padding-top: 60px;
	padding-bottom: 20px;
}
.time-line-title h3
{
	color: #000000;
	font-size: 34px;
	font-family: mySecondFont;
	letter-spacing: 1px;
	line-height: 20px;
	padding-bottom: 60px;
}
.time-line:after
{
	background:#ee184e none repeat scroll 0 0;
	border-radius:2px;
	content:"";
	height:100%;
	position:absolute;
	right:50%;
	top:0;
	width:4px;
	display:block;
}
.time-line .line-left-box,.time-line .line-right-box
{
	width:40%;
	position:relative;
	z-index:1;
}
.line-left-box .line-content-box, .line-right-box .line-content-box
{
	background:#fff none repeat scroll 0 0;
	border-radius:12px;
	box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 30%);
	padding:15px;
}
.line-left,.line-right
{
	position:relative;
	display:table;
	width:100%;
}
.line-left:after
{
	background:#ee184e none repeat scroll 0 0;
	content:"";
	height:4px;
	position:absolute;
	top:50%;
	left:40%;
	width:10%;
	margin-top:10px;
}
.line-right:after
{
	background:#ee184e none repeat scroll 0 0;
	content:"";
	height:4px;
	position:absolute;
	right:40%;
	top:50%;
	width:10%;
	margin-top:10px;
	
}
.time-line .line-left-box
{
	float:left;
	margin-top:20px;
}
.time-line .line-right-box
{
	float:right;
	margin-top:20px;
}
.time-line .line-left-box .line-content-box
{
	/* padding-right:40px; */
}
.time-line .line-right-box .line-content-box
{
	/* padding-left:40px; */
}
.line-num
{
	border-radius:10px;
	box-shadow:2px 2px 8px 0 rgba(0,0,0,.3);
	color:#fff;
	font-size:16px;
	font-weight:500;
	/*font-family: MySecondFont;*/
	height:40px;
	line-height:40px;
	text-align:center;
	width:70px;
}
.time-line .line-left-box .line-num
{
	position:absolute;
	right:-63px;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}
.time-line .line-right-box .line-num
{
	position:absolute;
	left:-63px;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}
.line-content-box p
{
	color: #1e21aa;
	font-size: 16px;
	/* font-family: MyFirstFont; */
	line-height: 20px;
}
.gradient
{
	color: #fff;
    background: #ee184e;
    background: -moz-linear-gradient(top,#ee184e 0,#ee184e 100%);
    background: -webkit-linear-gradient(top,#ee184e 0,#ee184e 100%);
    background: linear-gradient(to bottom,#ee184e 0,#ee184e 100%);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}
.service-dtl-one{
  height: 400px;
}
svg.vis-mis{
  width: 80px;
}
h3.termcon{
  color: white;
}

/* life end */

/* Media Query */
@media only screen and (max-width: 600px){
  
  .banner-img img{
    width: 100%;
  }
  .overview-img img{
    width: 100%;
  }
  .overview-one-img img{
    width: 100%;
    margin-left: -90px;

  }
  .product-img img{
    width: 100%;
  }
  .msg-img img{
    width: 100%;
  }
  .vsn-img img{
    margin-left: -85px;
    width: 445px;
  }
  .about-img h5{
    
    font-size: 9px;

  }
  .about-img h1{
    white-space: nowrap;
    font-size: 18px;
  }
  .home-product h6{
    white-space: nowrap;
  }
  .flip-card{
    margin-top: 100px;
  }
  .banner-back-two img{
    width: 245px;
  }
  .topcnt{
    font-size: 7px !important;
  }
  .address-dtl a {
    font-size: 10px;
  }
  .overview-head h2{
    font-size: 20px;
  }
  .more button{
    margin-top: -10px;
  }
  .dropdown:hover .dropdown-content {
    width: 100%;
  }
  .navbar-collapse{
    overflow: scroll;
  }
  }
  
  /* pink */
  @media(max-width:468px){
    .time-line .line-left-box
  {
    float:left;
    margin-left: 80px;
    width: 80%;
  
  }
  .time-line .line-right-box
  {
    float:left;
    margin-left: 80px;
    width: 80%;
  
  }
  
  .time-line .line-left-box .line-num
  {
    position:absolute;
    left:-62px;
    top:50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
  }
  .time-line .line-right-box .line-num
  {
    position:absolute;
    left:-62px;
    top:50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
  }
  .line-left:after
  {
    background:#ee184e none repeat scroll 0 0;
    content:"";
    height:4px;
    position:absolute;
    top:50%;
    left:0%;
    width:10%;
  }
  .time-line:after
  {
    background:#ee184e none repeat scroll 0 0;
    border-radius:2px;
    content:"";
    height:100%;
    position:absolute;
    left:0%;
    top:0;
    width:4px;
    display:block;
  }
  .line-right:after
  {
    background:#ee184e none repeat scroll 0 0;
    content:"";
    height:4px;
    position:absolute;
    left:0%;
    top:50%;
    width:10%;
  }
  
  }
  /* pink end */
  @media only screen and (min-width: 600px) and (max-width: 800px){
    .flip-card {
      margin-top: 100px;
    }
    .dropdown:hover .dropdown-content {
      width: 100%;
    }
    /* .banner-img img{
      margin-left: -10px;
    } */
  }
    @media(max-width:468px){
    .dropdown-content{
      position:static;
    }
    .baner-back{
      margin-top: 0px;
      padding-top: 0px;
    }
    .overview-img img{
      margin-left: -50px;
    }
    .overview-para{
      padding-left: 35px;
    }
    h4.aboutus{
      padding-left:35px;
    }
    p.abt-para{
      margin-left:40px;
    }
    
    section.abt-sec{
      height: 100px;
    }
    
    .banner-back1-two{
      background-image: url(../images/abt-smb2.png);
      background-repeat: no-repeat;
      object-fit: cover;
      background-position: right;
    
    }
    .full-bg1{
      background-image: url(../images/abt-smb1.png);
      background-repeat: no-repeat;
      object-fit: cover;
    }
    .inbox6{
      /* background-color: gray; */
      height:300px;
    }
    .banner-content{
      padding-top: 15px;
    }
    h3.termcon{
      margin-left:-41px;
    }
    h6.termsub{
      margin-left:-41px;
    }
    a.topp{
      font-size: 18px;

    }
    .menubox{
      text-align: center;
    }
  }
    
     @media only screen and (min-width: 900px) and (max-width: 1200px){
    .sign{
      width: 87px;
    }
  }
    @media(min-width:1400px) and  (max-width: 2000px){
      .inbox6{
        height:300px;
        /* margin:10px 10px; */
      }
      img.abtout-img{
        width: 100%;
        height: 400px;
      }
      .inbox8{
        /* background-color: gray; */
        min-height:200px;
        margin-top:15px;
      }
    }
    @media(max-width:1199px){
      .navbar-nav{
        text-align: center;
      }
      .dropdown-content{
        position:static;
        max-width: 300px;
        margin: auto;
      }
      .inup{
        text-align: center;
      }
    }
    p.ficon{
      color: #ee184e;
      font-weight: bold;
    }