@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300&display=swap");

body{
    font-family:'Constantia', Times, serif;background: rgba(233, 233, 233, 0.733);
}

/*.... NAVBAR CSS..........*/
.header{
    background-color: orange;
}
.navfont{
    width:auto;
    font-size: 20px;
    font-weight: bold;
    margin-top:5px;
}

nav .navbar-nav li a{
    color:aliceblue !important;
    text-shadow: 1px 0px 1px black;
    
    
}
nav .navbar-nav li a:hover{
    color: #02023b !important;
    background-color: white;
    border-radius: 15px;
}
.navbar-light .navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-toggler{
    border:2px solid white ;
}
/*.......CAROUSEL CSS.......*/
.carousel-item{
    height: 80vh;
    background: white;
    color: #02023b;
    position: relative;
}
.container1{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 75px;
}
.overlay-image{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-position:center;
    background-size: cover;
    opacity: 1;
}
.carousel-indicators .active{
    background-color: #02023b;
}
.carousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
   }
   
.carousel-control-next-icon {
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
   }
.pslide{
    color: #02023b;
    border-radius:15px;
    font-weight: bolder;
    background-color: aliceblue;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
    }
.learnmore{
    background-color:orange;
    color: black; 
    font-size: 20px;
}
.patta{
    color: #02023b;
    margin-top: 50px;
    margin-bottom:50px ; 
    border-top: #02023b solid 2px;
    border-bottom: #02023b solid 2px;
}
.card{
    width: 100%;
    background-color:aliceblue ;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
    min-height: 400px;
}
.card-img{
    min-height: 250px;
    max-height: 250px;
    padding: 20px;
}
.strength{
    font-size: 100px;
    color: #2a4abf;
}
a{
    text-decoration: none;
    color: white;
}
a:hover{
    color: #02023b;
}
/*--SPECIALITY CSS----*/
.specialities{
    background:aliceblue;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5); 
}


/*... CSS for map ...*/
.iframe-rwd {
    position: relative;
    padding-bottom:65.25% ;
    padding-top:30px ;
    height: 0;
    overflow: hidden;
}
.iframe-rwd iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width:768px){
    .break{
        margin-top: 90px;
    }
}
/*------BREIF OVERVIEW--------*/
.brief{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 50vh;
    background: rgba(0, 0, 0, 0.8) url('https://www.forafinancial.com/wp-content/uploads/2018/04/Master-Productive-Client-Meetings.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken;
    background-attachment: fixed;
}
.img-h{
    max-height: 100px;
}




/* -----SERVICE/PORTFOLIO BANNER CSS----- */
.smbanner{
    height:30vh ;
    width:100%;
    text-align: center;
    background-image: url('https://png.pngtree.com/thumb_back/fh260/background/20190223/ourmid/pngtree-business-technology-digital-high-tech-world-background-backgroundtechnology-backgroundhigh-tech-backgroundworld-image_79012.jpg'); 
    background-size: cover;
}
.smtext{
    height: 100%;
    padding: 60px 10px;
    align-items: center;
    color: white;
    background-color:rgba(0, 0, 0, 0.7) ; 
    
}
.card:hover{
    color: white;
    background: #5EA5EA !important;;
    
}
/*-----BOX HOVER--------*/



/*....OUR STRENGTH CARD CSS.....*/
.card1{
    min-height:50px ;
    background-color: aliceblue;
    transition: 0.8s;
   z-index: 1;
    transform: translateY(250px);
    box-shadow: 0 10px 15px rgba(5, 5, 5, 0.5);
}
.card2{
    color:white;
    background: linear-gradient(0deg,black,rgb(44, 43, 43));    
}
.glow::before, .glow::after{
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    background: linear-gradient(45deg,#e6fb04,#ff6600,#00ff66,#00ffff,#ff00ff,#ff0099,#6e0dd0,#ff3300,#099fff);
    background-size: 1000%;
    width: calc(100%+5px);
    height: calc(100%+5px);
    z-index: -1;
}
.card1:hover{
    transform: translateY(0px);
    color: #255784;
    background: #2196f3;
    box-shadow: 0 0 10px #2196f3, 0 0 40px #2196f3, 0 0 80px #2196f3;
    transition-delay: 0.2s;
}

/*--------TEAM CARD CSS-----------*/
.team-img{
    max-height: 200px;
}
.team-desig{
    font-size: 30px;
    font-family: 'Allura', cursive;
}
.team1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: rgba(233, 233, 233, 0.733);
    min-height: 60vh;
}

.team-section{
    position: relative;
}
.team-section::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#f00,#f0f);
    clip-path: circle(20% at 10% 10%);
}
.team-card{
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.team-card .card{
    position: relative;
    width: 300px;
    height: 400px;
    background: aliceblue;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
}




/*--------  FAQ ACCORDION-----------*/
.accord{
    border-radius: 17px;
    color: white;
    background:rgb(46, 199, 46);
}


@media (max-width: 1200px) {
    .card1{
        transform: translateY(260px);
    }
    .team{
        display: none;
    }        
}
@media (max-width: 992px) {
    .card1{
        transform: translateY(180px);
    }        
}
@media (max-width: 769px) {
    .card1{
        margin-top: 10px;
        transform: translateY(190px);
    }        
}  



/*.......VIEWPORT CSS.......*/
 @media (max-width: 768px)
    {
    .h2{
        font-size: 22px;
        }
    .footer{
        font-size: initial;
        }
    .what{
        font-size: 25px;
        }
    .what1{
        font-size:20px ;
        }
    }
@media (max-width: 576px)
    {
    #im2{
        height: 62px;
        width: 45px;        
        }
    .pslide{
        font-weight:300;
        }   
    .h1{
        font-size: 25px;
        font-weight: bolder;
        }
    .h2{
        font-size: 20px;
        }
    .what{
        font-size: 25px;
        }
    .what1{
        font-size:20px ;
        }
    .specialitem{
        font-size: 20px;
        font-weight: bolder;
        word-wrap: break-word;
        }    
    }
@media (min-width: 768px)
    {
    #im2{
        display: none !important;
        }
    }


/*..............*/
.footer{
    background-color: orange; 
    color: white; 
    font-size: 19px;
}


/*------OWL CSS-------*/
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  
}

.owl-prev {
  left: 0rem;
}

.owl-next {
  right: 0rem;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    background-color: orange;
    padding: 00px !important;
    width: 20px;
    font-size: 40px;
}
/*--------TESTIMONIALS CSS-----*/

.wrapper {
	padding: 50px 0;
	position: relative;
	margin: 50px 0;
}
.carousel-control.left, .carousel-control.right {
	background: transparent;
}
.imgBox {
	width: 100px;
	height: 100px;
	margin: auto;
	border: 3px dashed black;
	border-radius: 50%;
	overflow: hidden;
}
.imgBox img {
	width: 100%;
}
.carouselbg {
    color: black;
	background: aliceblue;
	padding: 35px;
	border-radius: 25px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
}
.carousel-item{
    background-color: rgba(130, 130, 230,0.001);
    color: white;
}


.carousel-caption {
	position: static;
	padding-bottom: 15px;
	padding-top: 0;
}
.carousel-caption h3 {
	font-size: 50px;
	margin-bottom: 15px;
	margin-top: 25px;
	font-family: 'Allura', cursive;
	color: black;
	text-shadow: none;
}
.carousel-caption h4 {
	color: black;
	text-shadow: none;
}
.carousel-caption p {
	font-size: 20px;
	margin: auto;
	width: 70%;
	margin-bottom: 10px;
	font-family:'Tekon', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	text-shadow: none;
	color: black;
}


.carousel-indicators li {
	background-color: #ddd;
	width: 50px;
}
.carousel-indicators .active {
	background-color: black;
    height: 3px;
	width: 50px;
}
.carousel-indicators {
	bottom: 10px;
}

#annicap{
    height: 80px;
}
@media (max-width:1200px){
    #annicap{
        height: 100px;
    } 
}
@media (max-width:992px){
    #annicap{
        height: 115px;
        font-size: 17px;
    } 
}
@media (max-width:768px){
    #annicap{
        height: 125px;
        font-size: 15.5px;
    } 
}
@media (max-width:525px){
    #annicap{
        height: 145px;
    } 
}
@media (max-width:455px){
    #annicap{
        height: 185px;
    } 
}
@media (max-width:400px){
    #annicap{
        height: 215px;
    } 
}
@media (max-width:365px){
    #annicap{
        height: 250px;
    } 
}
@media (max-width:321px){
    #annicap{
        height: 315px;
    } 
}


#ci{
    height: 20%;
}


.slideright{
    animation: slideimg 1.5s ease-in;
}
@keyframes slideimg{
    0%{
        margin-left: -200px;
        padding-left: 0px;
    }
    100%{
        margin-left:45%;
    }
}
.sliderleft{
    animation: slidetext 0.5s linear;
 }
@keyframes slidetext{
    0%{
        margin-right: -200%;
        padding-right: 0px;
        overflow: hidden;
        display: none;
    }
    100%{
        margin-left:45%;
        
    }
}
/*----------testimonial ends---*/

/*-------about/quote---------------*/
.quote-font{
    font-size: 20px;/*paragraph font*/
    font-weight: bolder;
}

.quote-shadow{
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);/*box shadow*/
}
     
.component-quote{
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  }
  .component-quote blockquote.quote {
    padding: 1rem 1.2rem;
    width: 80%;  /* create space for the quotes */
    color: #484748;
    margin: 1rem auto 2rem;
}

@media(max-width:769px){
    .quote-font{
        font-size: 16px;
    } 
    .component-quote blockquote.quote{
        padding:1rem 0.1rem ;
    }

}
  
  .component-quote blockquote.EN {
      background:
      linear-gradient(to right, #039be5 4px, transparent 4px) 0 100%,
      linear-gradient(to left, #039be5 4px, transparent 4px) 100% 0,
      linear-gradient(to bottom, #039be5 4px, transparent 4px) 100% 0,
      linear-gradient(to top, #039be5 4px, transparent 4px) 0 100%;
      background-repeat: no-repeat;
      background-size: 20px 20px;
  }
  /* -- create the quotation marks -- */
  .component-quote blockquote.quote:before,
  .component-quote blockquote.quote:after{
      font-family: FontAwesome;
      position: absolute;
      color: #039be5;
  } 
  .component-quote blockquote.EN:before{
      content: "\201c";
      font-size: 50px;
      font-weight: bolder;
      margin-top: -6vh;
      margin-left: -3vw;   
  }
  .component-quote blockquote.EN:after{
      content: "\201d";
      font-size: 50px;
      font-weight: bolder;
      margin-left: 2vw;
  }

  .about-p{
    font-size: 20px;
    font-family: FontAwesome;
  }
/*-------about/quote ends---------------*/

/*------------career page css-------------*/
.vacancy-img{
    min-height: 300px;
    max-height: 300px;
}