/*common css*/

*{
	
  transition: all 0.7s ease !important;
  transition-duration:0.7s;


}


.head-title
{
	text-transform: uppercase;
	text-shadow:-2px 2px 0px #cbd5e0;
	font-weight:bold;
}
.head-title2
{
	text-transform: uppercase;
	text-shadow:-2px 2px 0px black;
	font-weight:bold;
	color:white;
}

.badge-pink
{
	color:white;
    background-color:#EC407A;
}

.btn-pink
{
	color:white;
    background-color:#EC407A;
}

.badge-green
{
	color:white;
    background-color:#4CAF50;
}

.btn-green
{
	color:white;
    background-color:#4CAF50;
}


.row
{
margin-left:0;
margin-right: 0;
}

h1{
    font-size:34px;
}
h2{
    font-size:28px;
}
h3{
    font-size:26px;
}
h4{
    font-size:24px;
}
h5{
    font-size:20px;
}
h6{
    font-size:16px;
}

.hline-1
{
	width: 10%;
	text-align:center;
	background-color:black;
}
.hline-2
{
	width: 5%;
	text-align:center;
	background-color: black;
}

.hline-3
{
	width: 10%;
	text-align:center;
	background-color:white;
}
.hline-4
{
	width: 5%;
	text-align:center;
	background-color:white;
}
hr {
    margin-top:4px;
    margin-bottom:4px;
   }
.tab1 
{ 
    tab-size: 2; 
} 
  
.tab2 
{ 
    tab-size: 4; 
} 
  
.tab4 
{ 
    tab-size: 8; 
} 

.carousel .carousel-item {
  height: 500px;
}

.carousel-item img {
    position: absolute;
    object-fit:cover;
    top: 0;
    left: 0;
    min-height: 500px;
}

button, input, optgroup, select, textarea {
    padding:0 5px !important;
    line-height: inherit;
    color:black;
}

/* header css */

.bg-dark {
    background-color:#1d3f72 !important;
}
.main-logo
{
	height:60px;
}

.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 18px;
  border: none;
  font-weight: bold;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

.nav-item:hover
{
	background-color:white;
	color:white;
  border-radius:5px;
	
}
.nav-item:hover a
{
	color:black !important;
}

.dropdown-menu .dropdown-item:hover
{
    color:white !important;
}

.dropdown-item:hover
{
  background:#17a2b8;
  color: white !important;

}

/*slider css*/

.img-own-height
{
	object-fit: cover;
}

/*business*/

.cardb-hover:hover
{
    transform: scale(1.02);
}

.card-s:hover
{
	border-color: rgba(2,171,245,.4);
    -webkit-box-shadow: 0 0 15px 0 rgb(2 171 245 / 86%);
    box-shadow: 0 0 15px 0 rgb(2 171 245 / 86%);
    outline: 0;
}

.card-body {
    padding: 0 !important;
}
.but-btn
{
	
	width: 100%;
    position: absolute;
    bottom: 0;
}

.btn-bus-1
{	
	height: 35px;
	width: 50%;
	border: 1px solid rgba(0,0,0,.125);
	font-size: 14px;
	line-height: 35px;

}
.btn-bus-2
{
	
	height: 35px;
	width: 50%;	
	border: 1px solid rgba(0,0,0,.125);
	font-size: 14px;
	line-height: 35px;
	
}
.btn-bus-1:hover
{
	background-color:rgba(0,0,0,.125);
}
.btn-bus-1:hover a
{
	
	color:white !important;
}
.btn-bus-2:hover a
{
	
	color:white !important;
}
.btn-bus-2:hover
{
	background-color: rgba(0,0,0,.125);
	color: white;
}

.btn-bus-1 a:hover {
    color: #ffffff;
    text-decoration:none;
}

.btn-bus-2 a:hover {
    color: #ffffff;
    text-decoration:none;
}

.bt-text-a 
{
	color:black !important;
}

.card-title {
    margin-bottom:6px;
    font-weight: bold;
}

/*high-light*/

.bg-hl
{
	background-image: url(https://images.unsplash.com/photo-1483653085484-eb63c9f02547?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=1350&q=80);

}

.hl-h
{
	color: white;
}

.card-hl{
  /*width: 525px;*/
  height: 150px;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(242,245,248,1) 35%, rgba(236,236,237,1) 100%);
  box-shadow: 0 13px 15px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  
  transition: background-color .5s, box-shadow .5s, margin-left .5s;
}
.card-hl:hover{
  margin-left: 8%;
  background-color: #ffff;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.3);
  transition: background-color .5s, box-shadow .5s, margin-left .5s;
}
.post-image{
  width: 120px;
  height: 120px;
  margin-top: 15px;
  margin-left: 15px;
  border-radius: 10px 10px 10px;
  float: left;
}
.post-content{
  width: 55%;
  height: 250px;
  float: left;
  margin-left: 5px;
  overflow: hidden;
}
.card-hl a:link{
  font-size: 28px;
  text-decoration: none;
}
.card-hl a
{
	color:black;
}
.post-header{
  font-size: 28px;
  margin-top: 15px;
  color: #3B3C3F;
  margin-left: 10px;
  text-align: center;
}
.post-text{
  font-size: 15px;
  padding-left: 15px;
  color: #768CA4;
  
}

.card-hl p {

    margin-bottom: 0;
}
.h-card
{
	border-radius: 5px;
	border:0.5px solid white;
}

.h-card:hover
{
	    box-shadow: 0 0 15px 0 rgb(2 171 245 / 86%);
      transform: scale(1.02, 1.02);
    }

/*footer css*/

.ft-bg
{
	background-color:#17a2b8 !important;
	color: white;
	box-shadow: 0px -5px 2px #1d3f72 ;
	
}

.ft-bg a
{
	color:white;
	font-size: 14px;
}

.ft-bg h4 {
    font-size: 16px;
    font-weight:bold;
}

.ft-bg p
{
    font-size:12px;
}

.fa {
   
    font-size: 20px;
    color: black;
    height: 30px;
    line-height: 28px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid white;
    /* padding: 4px; */
    background: white;
    /* border-radius: 50%; */
    text-align: center;

}

.copyr
{
	background-color: #263238;
	color: white;
	padding: 7px;
}
.copyr p,a
{
  font-size: 14px;
}




/*Business Page Css*/

.div-fb
{
	border: 1px solid rgb(0 0 0 / 33%);
	border-radius:3px 3px 0px 0px;
}

.bpage-img
{
	height: 200px !important;
	margin-left: 23.3%;
	margin:0px auto 5px auto;
	width: 100%;
	object-fit: cover;
	border-radius: 3px 3px 0px 0px;
}

.btn
{
	border-radius:0 !important;
}

.b-fa
{
	font-size: 16px !important;
}

.b-map
{
	
	padding:10px 52px;
	width: 100%
}

.b-hmain
{
	background-color:#303f9f;
    color: white;
    padding: 5px 0;
    
}

.text-ad-b
{
	padding-left: 83px;
}
.b-smain
{
	background-color: #84888a4a;
}

.b-smain .col-md-8
{	
    border: 1px solid grey;
    border-radius: 0px 2px 0 0;
    background-color: white;
}

.div-fb {
    border: 1px solid rgb(0 0 0 / 33%);
    border-radius: 3px 0px 0px 0px;
    background-color: white;
}

@media only screen and (max-width: 600px) { 

	.b-smain
	{
		 padding: 20px !important;
	}
	.b-map
	{
		padding: 10px 13.5px !important;
	}
	.pmt-2
	{
		padding-top:15px;
	}
	.pmb-2
	{
		padding-bottom:15px;
	}
	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    }
    .copyr p,a
    {
        text-align: center !important;
        font-size:12px;
    }
    .main-logo {
        height: 50px;
    }
}



/*contact css*/

.head-main
{
	background:url(../assets/img/bg1.jpg);
	padding-top: 50px;
	padding-bottom: 50px;
	background-size: cover;
	color: white;
}

.con-form input,select,textarea,button
{
	padding: 6px 10px !important;
}

.head-tc {
    background:#17a2b8 !important;
    color: white;
    padding: 5px 10px;
    margin-bottom: 5px;
}



/*about us*/

.ab-main
{
	background:url(../assets/img/bg1.jpg);
	padding-top: 50px;
	padding-bottom: 50px;
	background-size: cover;
	color: white;
}

/*our team*/


.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 span {
  color: #ff5a6e;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #ff5a6e none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading h2 span {
  color: #ff5a6e;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.team-area .single-item {
  margin-bottom: 30px;
}

.team-area .item .thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.team-area .item .thumb::after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
}

.team-area .team-items .item:hover .thumb::after {
  opacity: 0.7;
}

.team-area .item .thumb .overlay {
  top: -100%;
  left: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: 1;
}

.team-area .item:hover .thumb .overlay {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.team-area .item .thumb .overlay p {
  color: #ffffff;
}

.team-area .item .thumb .overlay h4 {
  color: #ffffff;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}

.team-area .item .thumb img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.team-area .item:hover .thumb img {
  opacity: .6;
}

.team-area .item .thumb .social li {
  display: inline-block;
}

.team-area .item .thumb .social li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
}

.team-area .info {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  padding: 40px 20px 20px;
  position: relative;
  text-align: center;
  z-index: 9;
  height: 175px;
}

.team-area .info .message {
  height: 50px;
  line-height: 40px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}

.team-area .info .message a {
  background: #fff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  box-sizing: border-box;
  color: #ff5a6e;
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}

.team-area .info .message a i {
  font-weight: 500;
}

.team-area .info h4 {
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.team-area .info span {
  color: #ff5a6e;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.team-area .social li.twitter a {
  background-color: #00b6f1;
}

.team-area .social li.pinterest a {
  background-color: #bd081c;
}

.team-area .social li.facebook a {
  background-color: #3b5998;
}

.team-area .social li.google-plus a {
  background-color: #df4a32;
}

.team-area .social li.vimeo a {
  background-color: #1ab7ea;
}

.team-area .social li.instagram a {
  background-color: #cd486b;
}

.team-area i
{
	background:none !important;
	border :none !important;
}


.team-area .item .thumb .social li a 
{
	background:white !important;
}



/*css ecosystem*/

.ecosystem-bg
{
  height:400px;
  background-size:contain;
  position: relative;
  transition: 0.25s;
  
}

.ecosytem-text-bg
{
  background:red;
  position:fixed;
  position: absolute;
  bottom:0;
  width:100%; 
  padding:10px;
  background: #17a2b8bf;
  color: white;
  padding-top: 25px;
  padding-bottom: 25px;
 
}

.ecosystem-text
{
  font-size:13px;
  display: none;
}

.ecosystem-bg:hover .ecosystem-text
{
  display: block;
}

.ecosystem-bg:hover .ecosytem-text-bg
{
  padding-top:50px;
  padding-bottom:30px;
}


@media (min-width: 992px)
{
        .navbar-expand-lg .navbar-nav .dropdown-menu {
            position: fixed;
            top: 70px;
            width:100%;
            border-radius: 0;
            border: 0;
            box-shadow: 2px 0px 4px 0px black;
        }
            
}


.comp-tag
{
    font-size:12px !important;
}



/*flow content*/

@media screen and (max-width: 990px)
{
  .x-hidden {
     display: none !important;

      }
  .y-hidden
  {
    display:block !important;
  }

}


.x-hidden {
  display: block !important;
}

.y-hidden
{
  display:none !important;
}

.value-main
{
  position:relative;
  left:43%;
}
.value-box
{
  
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  height:150px;
  width:175px;
  position: absolute;
  animation: col-yell 3s infinite;

}
.m-value-box
{
  
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  height:150px;
  width:175px;
  left:45%;
}

.vm
{
    padding-right:5% !important;
    padding-left:5% !important;
}

.mb-pt
{
    padding-top:35px !important;
}

.value-box:hover .value-main-head
{
  display:none;
}

.value-box:hover .value-main-sub
{
  display:block;
}

.value-box1:hover .value-main-head
{
  display:none;
}

.value-box1:hover .value-main-sub
{
  display:block;
  color:black;
}

.value-box2:hover .value-main-head
{
  display:none;
}

.value-box2:hover .value-main-sub
{
  display:block;
}
.value-box3:hover .value-main-head
{
  display:none;
}

.value-box3:hover .value-main-sub
{
  display:block;
  color:black;
}
.value-box4:hover .value-main-head
{
  display:none;
}

.value-box4:hover .value-main-sub
{
  display:block;
}
.value-box5:hover .value-main-head
{
  display:none;
}

.value-box5:hover .value-main-sub
{
  display:block;
}
.value-box6:hover .value-main-head
{
  display:none;
}

.value-box6:hover .value-main-sub
{
  display:block;
}

.value-box7:hover .value-main-head
{
  display:none;
}

.value-box7:hover .value-main-sub
{
  display:block;
  color:black;
}
.value-box8:hover .value-main-head
{
  display:none;
}

.value-box8:hover .value-main-sub
{
  display:block;
  color:black;
}
.value-main-sub
{
  display:none;
  color:white;
  font-size:20px !important;
  line-height:1.5rem;
  font-style: italic;
}


.value-box1
{
  
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    height: 150px;
    width: 175px;
    
    position: absolute;
    left: -150px;
    /* bottom: 0; */
    transform: translateY(60%);
    animation: col-gre 3s infinite;
    

}
.value-box2
{
  
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    height: 150px;
    width: 175px;
   
    position: absolute;
    left: -150px;
    /* bottom: 0; */
    transform: translateY(-60%);
    animation: col-yell 3s infinite;
}
.value-box3
{
  
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    height: 150px;
    width: 175px;
    
    position: absolute;
    left: 150px;
    /* bottom: 0; */
    transform: translateY(60%);
    animation: col-gre 3s infinite;
}
.value-box4
{
  
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    height: 150px;
    width: 175px;
    
    position: absolute;
    left: 150px;
    /* bottom: 0; */
    transform: translateY(-60%);
    animation: col-yell 3s infinite;
}

.value-box5
{
  
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    height: 150px;
    width: 175px;
    
    position: absolute;
    left: -300px;
    animation: col-yell 3s infinite;
}
.value-box6
{
  
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    height: 150px;
    width: 175px;
    
    position: absolute;
    left:300px;
    animation: col-yell 3s infinite;
}
.value-box7
{
  
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    height: 150px;
    width: 175px;
    position: absolute;
   top: -170px;
   animation: col-gre 3s infinite;
}
.value-box8
{
  
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    height: 150px;
    width: 175px;
    position: absolute;
   top: 170px;
   animation: col-gre 3s infinite;
}


.value-main-head
{
  font-size:15px !important;
  text-transform:uppercase;
  padding-top:60px;
  letter-spacing: 2px;
  font-weight:bold;
}

.pro-s1
{
  height:120px;
  position:relative;
  z-index:5;

}

.pro-col
{
  height:120px;
  width:100%;
  position:absolute;
  left:0;
  z-index:2;
  border-radius:15px;
  padding:10px 10px;
  text-align: center;
  transition:0.5s;
}

.pro-text-main
{
  padding-top:35px;
  text-transform: uppercase;
  color:white;
}
.pro-col:hover .pro-text-main
{
  display:none;
}

.pro-col:hover .pro-text-sub
{
  display:block;
}
.pro-text-sub
{
  display: none;
  color:white;
  font-size:15px;
}

.arrow-right
{
  height:25px;
  width: 25px;
  position: absolute;
  right:-10px;
  top:45px;
  transform: rotate(45deg);
  z-index:0;
  animation: arrowmove-r 2s infinite;
}

.arrow-buttom
{
  height:25px;
  width: 25px;
  position: absolute;
  left:47%;
  bottom:-10px;
  transform: rotate(45deg);
  z-index:0;
  animation: arrowmove-b 2s infinite;
}

.arrow-left
{
  height:25px;
  width: 25px;
  position: absolute;
  left:-10px;
  top:45px;
  transform: rotate(45deg);
  z-index:0;
  animation: arrowmove-l 2s infinite;
}

.arrow-mobile
{
  display:none;
}

.arrow-main-mobile
{
  height:120px;
  position:relative;
  z-index:5;

}

.w-md-50
  {
    width:50%;
  }
.mob-value
{
  display:none;

}





@keyframes arrowmove-r {
  from {right:0px;}
  to {right: -10px;}
}

@keyframes arrowmove-l {
  from {left:0px;}
  to {left: -10px;}
}

@keyframes arrowmove-b {
  from {bottom:0px;}
  to {bottom: -10px;}
}

@keyframes col-yell
{
  from {background:#ffc107;}
  to {
    background:#17a2b8;
   
  }
}
/*
@keyframes col-gre
{
  from {background:#ECEFF1;color:black;}
  to {background:#ffc107;color:white;}
}
*/



@media screen and (max-width: 990px)
{
  .desk-value
  {
    display:none;
  }
  .mob-value
  {
    display:block;
  }
  .w-md-50
  {
    width:80%;
  }
  .arrow-top, .arrow-buttom, .arrow-left, .arrow-right
  {
    display: none;

  }
  .pro-s1
  {
    margin-bottom: 20px; 
  }
  .value-box
  {
    padding-bottom:10px;

  }
  .value-box1,.value-box2,.value-box3,.value-box4,.value-box5,.value-box6,.value-box7,.value-box8
  {
    position:unset;
    transform:none;
  }
  .arrow-mobile
  {
    display:block;
    height:25px;
    width: 25px;
    position: absolute;
    left:47%;
    bottom:-10px;
    transform: rotate(45deg);
    z-index:0;
    animation: arrowmove-b 2s infinite;
  }

}

.panel
{

  height:100vh;
  /*position: relative;*/

}

.well {
  position: relative;
  overflow: hidden;
  transition: 1s cubic-bezier(0.5, 0, 0.5, 1);
}
