

@media screen and (max-width:576px){
.mailid1{
    z-index:3;
    position:relative;
    left:-36px;
}

.mailid2{
    z-index:3;
    position:relative;
    left:33px;
}

}

@media screen and (max-width:400px){
.mailid1{
    z-index:3;
    position:relative;
    left:-36px;
    top:-5px;
     font-size:11px;
}

.mailid2{
    z-index:3;
    position:relative;
    left:33px;
     font-size:11px;
     
}

.hrbutton {
    position: relative;
    left: 10px;
    color: white;
}

}

/* tob bar */
.top-bar {
    padding: 2px 16px;
    background: #ffffff;
    color: #000;
    border-bottom: 2px solid #0dbb98 ;
    background: linear-gradient(331deg, #178397 50%, #fefefe 50%);
}



.info-cont-left{
    padding: 0 10px;
    color: #214b97 ;
}

.info-cont{
    text-align: right;
        padding: 0 10px;
      color: white;
  }

  .info-cont i{
    color: #fff;
  }



  
.nav-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    position: relative;
    padding: 12px 20px;
    background-color: #F4F9FC;
}

.logo img {
    padding-left:20px;
    width: 160px;
}

.menu {display: flex;}

.menu li a {
    display: inline-block;
    text-decoration: none;
    color: #214b97;
    text-align: center;
    transition: 0.15s ease-in-out;
    position: relative;
    text-transform: uppercase;
}

.menu li a:hover{
 color: white;


}




.menu li a:hover{
    color: #0dbb98;
}
.menu li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--color1);
    transition: 0.15s ease-in-out;
}
.menu li a:hover:after {width: 100%;}
.open-menu , .close-menu {
    position: absolute;
    color: #0dbb98;
    cursor: pointer;
    font-size: 1.5rem;
    display: none;
}
.open-menu {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.close-menu {
    top: 20px;
    right: 20px;
}
#check {display: none;}

@media screen and (max-width:576px){
  .topcard{
    padding-top: 10px;
  }
}


@media(max-width: 610px){
    .menu {
        flex-direction: column;
        justify-content: center;
        width: 84%;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 100;
        background-color:white;
        transition: all 0.2s ease-in-out;
    }
    .menu li {margin-top: 40px;}
    .menu li a {
        
        padding: 10px;
        color: #206dc9;
    }

    .open-menu , .close-menu {display: block;}
    #check:checked ~ .menu {right: 0;}
}










/* Top Bar End */


/*slider*/


.carousel-container {
  width: 100%;
  height: 400px;
  position: relative;
  margin: 0 auto;

}

.navigation-buttons .previous {
  position: absolute;
  z-index: 10;
  font-size: 25px;
  top: 40%;
  left: 10px;
  font-weight: 700;
}

.navigation-buttons .next {
  right: 10px;
  position: absolute;
  font-size: 25px;
  z-index: 10;
  top: 40%;
}

.navigation-buttons .nav-btn {
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}

.navigation .nav-btn:hover {
  background: white;
}

.slider-carousel {
    width:100%;
  transition: all 0.3s ease;

}
.slider-carousel img {
  width: 100%;
  height: 400px;
  transition: all 0.3s ease;
  position: relative;
}

.images {

  display: none;
}
.main {
  display: block;
}

.image-text{
  position: relative;
  z-index: 3;
  top: -402px;
  animation: mymove 6s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  color: #0dbb98;
  width:500px;
  

}

.slideh5{
  font-size: 40px;
  text-transform: uppercase;
  width: 557px;
  position: relative;
  left: 60px;

}

@keyframes mymove {
  from {
    left: 0px;}
  to {
  top: -210px;
  left: 0px;
  }
}

/* Responsive */

@media screen and (max-width:1200px){

  .carousel-container {
    width: 100%;
    height: 400px;
    position: relative;
    margin: 0 auto;
  
  }

  .slider-carousel img {
    width: 100%;
    height: 400px;
    transition: all 0.3s ease;
    position: relative;
  }

  .image-text {
    position: relative;
    z-index: 3;
    top: -402px;
    animation: mymove 6s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    color: #0dbb98;
    width: 500px;
}

.slideh5 {
  font-size: 41px;
  text-transform: uppercase;
  width: 500px;
}

.navigation-buttons .previous {
  position: absolute;
  z-index: 10;
  font-size: 25px;
  top: 50%;
  left: 10px;
  font-weight: 700;
}

.navigation-buttons .next {
  right: 10px;
  position: absolute;
  font-size: 25px;
  z-index: 10;
  top: 50%;
}

  
}


/* Responsive */

@media screen and (max-width:992px){

  .carousel-container {
    width: 100%;
    height: 400px;
    position: relative;
    margin: 0 auto;
  
  }

  .slider-carousel img {
    width: 100%;
    height: 400px;
    transition: all 0.3s ease;
    position: relative;
  }

  .image-text {
    position: relative;
    z-index: 3;
    top: -402px;
    animation: mymove 6s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    color: #0dbb98;
    width: 500px;
}

.slideh5 {
  font-size: 36px;
  text-transform: uppercase;
  width: 500px;
}

.navigation-buttons .previous {
  position: absolute;
  z-index: 10;
  font-size: 25px;
  top: 41%;
  left: 10px;
  font-weight: 700;
}
.navigation-buttons .next {
  right: 10px;
  position: absolute;
  font-size: 25px;
  z-index: 10;
  top: 41%;
}

  
}
  
  
@media screen and (max-width:768px){

  .carousel-container {
    width: 100%;
    height: 400px;
    position: relative;
    margin: 0 auto;
  
  }

  .slider-carousel img {
    width: 100%;
    height: 400px;
    transition: all 0.3s ease;
    position: relative;
  }

  .image-text {
    position: relative;
    z-index: 3;
    top: -402px;
    animation: mymove 6s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    color: #0dbb98;
    width: 500px;
}

  .slideh5 {
    font-size: 36px;
    text-transform: uppercase;
    width: 500px;
  }

.navigation-buttons .previous {
  position: absolute;
  z-index: 10;
  font-size: 25px;
  top: 41%;
  left: 10px;
  font-weight: 700;
}
.navigation-buttons .next {
  right: 10px;
  position: absolute;
  font-size: 25px;
  z-index: 10;
  top: 41%;
}

  
}


@media screen and (max-width:576px){

  .carousel-container {
    width: 100%;
    height: 400px;
    position: relative;
    margin: 0 auto;
  
  }

  .slider-carousel img {
    width: 100%;
    height: 400px;
    transition: all 0.3s ease;
    position: relative;
  }

  .image-text {
    position: relative;
    z-index: 3;
    top: -402px;
    animation: mymove 6s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    color: #0dbb98;
    width: 500px;
}

.slideh5 {
  font-size: 36px;
  text-transform: uppercase;
  width: 500px;
}

.navigation-buttons .previous {
  position: absolute;
  z-index: 10;
  font-size: 25px;
  top: 43%;
  left: 10px;
  font-weight: 700;
}
.navigation-buttons .next {
  right: 10px;
  position: absolute;
  font-size: 25px;
  z-index: 10;
  top: 43%;
}

  
}  


@media screen and (max-width:400px){

  .carousel-container {
    width: 400px;
    height: 400px;
    position: relative;
    margin: 0 auto;
  
  }

  .slider-carousel img {
    width: 100%;
    height: 400px;
    transition: all 0.3s ease;
    position: relative;
  }

  .image-text {
    position: relative;
    z-index: 3;
    top: -402px;
    animation: mymove 6s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    color: #0dbb98;
    width:350px;
}

.slideh5 {
  font-size: 24px;
  text-transform: uppercase;
  width: 319px;
}

.navigation-buttons .previous {
  position: absolute;
  z-index: 10;
  font-size: 25px;
  top: 43%;
  left: 10px;
  font-weight: 700;
}
.navigation-buttons .next {
  right: 10px;
  position: absolute;
  font-size: 25px;
  z-index: 10;
  top: 43%;
}

  
} 


/*slider end*/


/*3 cards*/


.cust-card {
    height: 125px;
    width: 100%;
    background: #214b97;
    color: #fff;
    text-align: center;
    box-shadow: 0px 0px 14px -6px #000;
    -webkit-box-shadow: 0px 0px 14px -6px #000;
    -moz-box-shadow: 0px 0px 14px -6px #000;
    padding: 16px 4px;
    border-radius: 20px;
}

.cust-card.mid {
    background: rgb(255 255 255 / 92%);
    color: #001933;
}



.top-card-container .icon {
    font-size: 22px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    margin: 0 auto;
}

.top-card-container .icon2 {
    background: #001933;
}

.top-card-container .i_mid {
    color: #fff;
}

.top-card-container {
    position: relative;
    top: -117px;
    z-index: 1;
}


.top-card-container .caption {
    font-size: 18px;
    /* font-family: 'Trade Winds'; */
    font-weight: 700;
    margin-top: 3px;
}


.top-card-container i {
    color: #001933;
}



.aboutusbgcolor{
background-color: #F4F9FC;
}

.page-section {
    padding: 50px 0px;
    background-color: #ffffff;
}

.main-h {
    text-align: center;
    text-transform: uppercase;
    color: #214b97;
    padding: 23px;
    height: 60px;
}

@media screen and (max-width:400px){
 
 .main-h {
    text-align: center;
    text-transform: uppercase;
    color: #214b97;
    padding: 23px;
    height: 60px;
    font-size:20px;
}
    
}

.sub-h {
    text-align: center;
    color: #0dbb98;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-size:20px;
}

@media screen and (max-width:768px){
 
.sub-h {
    text-align: center;
    color: #0dbb98;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-size:17px;
}   
}

@media screen and (max-width:576px){
 
.sub-h {
    text-align: justify;
    color: #0dbb98;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-size:13px;
    
}   
}


@media screen and (max-width:400px){
 
.sub-h {
    text-align: justify;
    color: #0dbb98;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-size:10px;
    position:relative;
    top:-19px;
     
}
}   
}


/*3 cards End*/



/*About Us*/

.text-muted{
  overflow: hidden;
}


.aboutcontainer{
  margin-top:-100px;
}

.aboutcontainer2 {

    margin-bottom: 20px;
}

.about-us-img img {
    width: 100%;
    position: relative;
    z-index: 2;
    transform: rotate(0deg);
    top: 14;
    padding: 19px 4px;
}

.about-us-img .frame {
    position: absolute;
    left: 0px;
    right: 37px;
    bottom: 28px;
    top: 4px;
    background: #ffffff00;
    border: 5px solid #0dbb98;
    z-index: 1;
}

.theme-btn-outline1 {
    color: #f6cb18;
    background-color: transparent;
    background-image: none;
    border-color: #f6cb18;
}


.aboutpagecontainer2{


}

/*About Us End*/





/*Portfolio*/

.review1 .review-slider1 {
    padding: 1rem;
    width: 100%;
    height: 314px;
    border-radius: 40px;
    padding-left: 23rem;
}



  

 .box1{
  background: white;
  border-radius: 20px;
  text-align: center;
  outline-offset: -1rem;
  outline: var(--outline);
  transition: .2s linear;
  box-shadow: 1px 1px 10px 4px var(--gray);
  }
  
.box1:hover{
  box-shadow: 1px 1px 10px 4px var(--green);
  }
  
  .portfolioimg {
    width:100%;
    height:88%;
    position: relative;
    border-radius: 20px 20px 20px 20px;
   
  }

  .pname{
    position: relative;
    top: 5px;
    font-size: 25px;
    color: #0dbb98;
  }

@media  screen and (max-width:1400px){
    
    .review1 .review-slider1 {
    padding: 1rem;
    width: 100%;
    height: 314px;
    border-radius: 40px;
    padding-left: 22.5rem;
}


  
  .portfolioimg {
   
    position: relative;
    
    border-radius: 20px 20px 20px 20px;
   
  }


    
    
}


@media  screen and (max-width:1200px){
 
    .review1 .review-slider1 {
    padding: 1rem;
    width: 100%;
    height: 314px;
    border-radius: 40px;
    padding-left: 19.5rem;
}



 
  
  .portfolioimg {
  
    position: relative;
 
    border-radius: 20px 20px 20px 20px;
   
  }

 


  }



  @media  screen and (max-width:992px){
 
     .review1 .review-slider1 {
    padding: 1rem;
    width: 100%;
    height: 314px;
    border-radius: 40px;
    padding-left: 21.5rem;
}


  
  .portfolioimg {
   
    position: relative;
  
    border-radius: 20px 20px 20px 20px;
   
  }


    
  }


 @media  screen and (max-width:768px){
 
     .review1 .review-slider1 {
    padding: 1rem;
    width: 100%;
    height: 314px;
    border-radius: 40px;
    padding-left: 24.5rem;
}



  .portfolioimg {
   
    position: relative;
  
    border-radius: 20px 20px 20px 20px;
   
  }



  }
  

   @media  screen and (max-width:576px){
 
      .review1 .review-slider1 {
    padding: 1rem;
    width: 100%;
    height: 314px;
    border-radius: 40px;
    padding-left: 18.5rem;
}


  
  .portfolioimg {
   
    position: relative;
   
    border-radius: 20px 20px 20px 20px;
   
  }



  }





  @media  screen and (max-width:400px){
 
      .review1 .review-slider1 {
    padding: 1rem;
    width: 100%;
    height: 314px;
    border-radius: 40px;
    padding-left: 1rem;
}



  .portfolioimg {
   
    position: relative;
   
    border-radius: 20px 20px 20px 20px;
   
  }


  }


/*Contact Us*/

.contact{
    background-color: #F4F9FC;
    position: relative;
    top: 15px;
}



.contact-page-wrap .contact-content>span {
    font-family: var(--font-saira);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #0de493;
    display: inline-block;
}

.sec-mar {
    margin: 100px 0;
    margin-top: -15px;
    background-color: white;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.contact-page-wrap .contact-content h2 {
    margin-bottom: 5px;
    font-family: var(--font-saira);
    font-weight: 700;
    font-size: 42px;
    line-height: 1.4;
    letter-spacing: .03em;
    text-transform: capitalize;
    color: var(--white-color);
}

@media screen and (max-width:400px){
 
 .contact-page-wrap .contact-content h2 {
    margin-bottom: 5px;
    font-family: var(--font-saira);
    font-weight: 700;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: .03em;
    text-transform: capitalize;
    color: var(--white-color);
}
    
}



.contact-page-wrap .contact-content p {
    font-family: var(--font-saira);
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: .03em;
    color: #6c757d;
    margin-bottom: 0;
}

.contact-page-wrap .contact-content .informations .single-info .icon {
    height: 2.8rem;
    min-width: 2.8rem;
    border-radius: 50%;
    border: 1px solid #0de493;
    color: #0de493;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contact-page-wrap .contact-content .informations .single-info .info a {
    font-size: 16px;
    font-weight: 400;
    color:#214b97;
    display: block;
    transition: all .5s ease;
}

.contact-page-wrap .contact-content .follow-area .blog-widget-body .follow-list li a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    background: lightblue;
    border-radius: 50%;
    font-size: 18px;
    color: var(--white-color);
    transition: all .35s ease-in-out;
}

.contact-page-wrap .contact-content .follow-area .blog-widget-body .follow-list {
    margin: 0;
    padding: 10px 0 0;
}

a, ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

.gap-4 {
    gap: 1.5rem !important;
}

.contacth5{
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 0;
    text-align: center;
}

.contact-page-wrap .contact-form-wrap .contact-form form label {
    font-family: var(--font-saira);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .02em;
    text-transform: capitalize;
    color: var(--white-color);
    margin-bottom: 8px;
}

.contact-page-wrap .contact-form-wrap .contact-form form input, .contact-page-wrap .contact-form-wrap .contact-form form textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 5px;
    height: 41px;
    font-family: var(--font-saira);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .02em;
    padding: 10px 15px;
    border: 1px solid #dedada;
    outline-color: #0dbb98;
}
input, select, audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
.contact-page-wrap .contact-form-wrap .contact-form form .primary-btn3 {
    font-size: 17px;
    font-weight: 700;
    padding: 12px 62px;
    border: none;
    margin-top: 20px;
}

.primary-btn3 {
    font-family: var(--font-saira);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .03em;
    color: white;
    border-radius: 5px;
    background-color:  #214b97;
    padding: 14px 26px;
    display: inline-block;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.primary-btn3:hover{
    background-color: #0dbb98;
}

.contact-page-wrap .contact-form-wrap .contact-form form textarea {
    height: 88px;
}


.contact-page-wrap .contact-form-wrap .contact-form {
    padding: 40px 45px;
    box-shadow: 0 0 15px -2px #444444;
}


/*Contact Us End*/





/*testmonial end*/


/* Or Client section*/

.clientsection{
    background-color:white;
    height: 217px;
}

.clientslider {
    overflow: hidden;
    padding: 20px 0 0 0;
    white-space: nowrap;
    position: relative;
}

.logos {
    display: inline-block;
    animation: 45s slide infinite linear;
}

.logos .clientimg {
    width: 102px;
    height: 102px;
    margin: 0 7px;
 
}


@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}


  /* Or Client End*/







/* Whatsapp Integration */

.float{
	position:fixed;
	width:50px;
	height:50px;
  top: 89%;
  left: 20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:11px;
}


/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}



 /* The Modal (background) */
 .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 







.main2{
  line-break: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}


.aboutsectionpage{
  margin-bottom: 20px;
}