/*//////////////////////////////////////////////////////////////
					INFUSIONS Custom CSS
/////////////////////////////////////////////////////////////*/					

/*///// Font /////*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

/*@font-face {
  font-family: 'impactreg', sans-serif;
  src: url(impactreg.woff);
}*/

/*@font-face {font-family: "Norwester";
	src: url("norwest.eot"); 
	src: url("norwest.eot?#iefix") format("embedded-opentype"),
	url("norwest.woff2") format("woff2"), 
	url("norwest.woff") format("woff"), 
}*/

body {
	font-size: 14px;
	color: #090808;
	font-family: 'Roboto', sans-serif;
}

a {
	color: #666;
	text-decoration: none;
}

h1 {
	font-weight: 900;
	
}

p {
	color: #444;
	font-size: 14px;
	text-align: justify;
}

img {
	width: 100%;
}

.p-40 {
	padding: 40px 0;
}

.p-60 {
	padding: 60px 0;
}

.p-80 {
	padding: 80px 0;
}

.pb-80 {
	padding-bottom: 80px;
}

.btn_border {
	color: #cbcbcb;
	border-radius: 0;
	font-size: 14px;
	padding: 7px 35px;
	border: 1px solid #cbcbcb;
	transition: all 0.3s ease;
}

.btn_border:hover {
	color: #090808;
	background-color: #cbcbcb;
	transition: all 0.3s ease;
}

.btn_black {
	color: #fff;
	border-radius: 0;
	font-size: 14px;
	padding: 7px 35px;
	transition: all 0.3s ease;
	background-color: #2C2727;
}

.btn_black:hover {
	color: #fff;
	background-color: #000;
	transition: all 0.3s ease;
}

/*/////////// Preloader Animation ///////////*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9999;
	display: block;
}

.loader {
	position: absolute;
	left:50%;
	top: 50%;
	margin-top:2rem;
	transform: translate(-50%, -50%);
	height:4px;
	width: 195px;
	background-color:lightgrey;
}

.loading{
	background-color: #0e76a8;  
	width:35px;
	height:4px;
	animation: animation 1.8s infinite;
}

@keyframes animation {
    0% {
        transform: translateX(0rem);
    }
    50% {
        transform: translateX(10rem);
    }
    100% {
        transform: translateX(0rem);
    }
}

.logo_preloader {
	position: absolute;
	left:50%;
	top: 48%;
	transform: translate(-50%, -50%);
	width: 195px;
}

.logo_preloader img {
	width: 235px;
	margin-left: -12px;
}
/*//// Preloader End ////*/



/*//////////////////////// Home Page ///////////////////////////*/

/*/////////// Banner ///////////*/
.infusions_banner {
	color: #fff;
	height: 655px;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	animation: animateBg backwards 1s ease-in;
	background-image: url('../images/banner.jpg');
}

@keyframes animateBg {
    from { background-size: 105%; }
    to { background-size: 100%; }
}

.infusions_banner:after {
	content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 0;
    background: linear-gradient(to top, #090808 1%, rgb(84 84 84 / 0%) 45%);
}

.infusions_header {
	z-index: 1;
	position: relative;
}

.infusions_social {
	margin-top: 30px;
}

.infusions_social ul a {
    width: 30px;
    height: 30px;
    padding: 5px;
    float: left;
    color: #cbcbcb;
    border-radius: 50%;
    list-style: none;
    margin-right: 8px;
    text-align: center;
    position: relative;
    background-color: #1E1E1E;
    transition: all 0.3s ease;
}

.infusions_social ul i {
	font-size: 12px;
}

.infusions_social ul a:hover {
	color: #fff;
	background-color: #3b5998;
}

.infusions_social ul a.twt:hover {
	background-color: #1DA1F2;
}

.infusions_social ul a.inst:hover {
	background-color: #bc2a8d;
}

.infusions_social ul a.pnt:hover {
	background-color: #c8232c;
}

.infusions_logo img {
	width: 240px;
}

.infusions_story {
	margin-left: 30px;
}

.infusions_story a, .infusions_inside a {
	color: #fff;
	display: block;
}

.banner_cmn {
	display: inline-block;
}

.banner_cmn i {
	font-size: 32px;
}

.banner_cmn p {
    color: #cbcbcb;
	margin-bottom: 0;
	font-size: 12px;
}

.banner_cmn .ti-angle-left:before,
.banner_cmn .ti-angle-right:before {
	font-weight: 800;
	letter-spacing: -25px;
}

.story_sec, .inside_sec {
	font-size: 12px;
	margin-left: 35px;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.infusions_inside {
	text-align: right;
	margin-right: 30px;
}

.inside_sec {
	margin-left: 0;
	margin-right: 20px;
}

.right_arrow {
	margin-right: 20px;
}

.banner_contents {
	z-index: 1;
	padding-top: 240px;
	position: relative;
}

.banner_mid h1 {
	font-size: 50px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.banner_mid h3 {
	font-weight: 900;
}

.banner_bottom p {
    color: #cbcbcb;
	font-size: 14px;
	margin-bottom: 0;
	text-align: center;
}

.down_arrow {
	top: 10px;
	height: 60px;
	width: 15px;
	cursor: pointer;
	margin-top: 15px;
	position: relative;
	display: inline-block;
	transition: transform 0.3s ease-out;
}

.down_arrow:before {
	content: '';
	width: 2px;
	height: 60px;
	bottom: 10px;
	left: 6px;
	position: absolute;
	background-color: #fff;
}

.down_arrow:hover {
	transform: translateY(4px);
}

.down_arrow i {
    bottom: 0;
    left: 0;
    position: absolute;
}

/*/////// Banner Next Icon Animation ///////*/
.infusions_inside i, .infusions_story i {
	-webkit-animation: sdb07 2.5s infinite;
	animation: sdb07 2.5s infinite;
	opacity: 0;
	box-sizing: border-box;
}
.infusions_inside i:nth-of-type(1),
.infusions_story i:nth-of-type(3) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.infusions_inside i:nth-of-type(2),
.infusions_story i:nth-of-type(2) {
	top: 16px;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}
.infusions_inside i:nth-of-type(3),
.infusions_story i:nth-of-type(1) {
	top: 32px;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*//// Banner End ////*/



/*/////////// Testimonial ///////////*/
.cmn_sec {
	color: #fff;
	padding-bottom: 100px;
	background-color: #090808;
}

.testimonial_lf h2, .discover_sec h2 {
	color: #CBCBCB;
	font-weight: 900;
	text-transform: uppercase;
}

.comments {
	color: #CBCBCB;
	padding-right: 170px;
}

.profile_name {
	padding-left: 45px;
	position: relative;
}

.profile_name:before {
	content: '';
	width: 33px;
	height: 1px;
	left: 0;
	top: 14px;
	position: absolute;
	background-color: #CBCBCB;
}

.profile_name h5 {
	margin-bottom: 3px;
}

.profile_name p {
	font-size: 13px;
	margin-bottom: 0;
}
/*//// Testimonial End ////*/


/*/////////// Nav Menu ///////////*/
.infusions_nav {
	background-color: #090808;
}

.infusions_nav img {
	width: 150px;
}

.navbar-light .navbar-nav .nav-link {
	color: #CBCBCB;
	font-size: 14px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
}

.navbar-expand-md .navbar-nav .nav-link {
	color: #cbcbcb;
	padding-left: 14px;
	padding-right: 14px;
}

.infusions_nav .navbar {
	padding: 0;
}

/*/// Mobile Menu Animation ///*/
.navbar-toggler .navbar-toggler-icon {
	transition: opacity, transform;
	transition-duration: 200ms;
	transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon:nth-child(1) {
  	transform: translateY(10px) rotate(45deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon:nth-child(2) {
	opacity: 0;
	transform: translateX(-100%);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon:nth-child(3) {
  	transform: translateY(-8px) rotate(-45deg);
}

.navbar-toggler {
	border: none;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.navbar-dark .navbar-toggler-icon {
	width: 33px;
	height: 3px;
	display: inherit;
	margin-top: 6px;
	border-radius: 30px;
	background-color: #fff;
	background-image: none;
}

/*/// Button Hover Animation ///*/
.btn {
	display: inline-block;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.btn:focus {
	outline: none;
}
.btn > span {
	vertical-align: middle;
}
.button_animation {
	color: #fff;
	overflow: hidden;
	display: inline-block;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.button_animation.button--inverted {
	background: #fff;
	color: #7986cb;
}
.button_animation > span {
	display: inline-block;
	opacity: 0;
	color: #fff;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button_animation::before {
	content: attr(data-text);
	position: absolute;
	top: 8px;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button_animation:hover {
	background-color: #3f51b5;
}
.button_animation.btn_border:hover {
	background-color: #cbcbcb;
}
.button_animation.btn_border:hover span {
	color: #090808;
}
.button_animation.btn_black:hover {
	background-color: #000;
}
.button_animation.btn_black:hover span,
.read_btn .button_animation.btn_border:hover span,
.services_btn .button_animation.btn_border:hover span,
.read_btn .btn {
	color: #fff;
}
.button_animation:hover::before {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button_animation:hover > span {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button_animation:hover > span:nth-child(1) {
	-webkit-transition-delay: 0.045s;
	transition-delay: 0.045s;
}
.button_animation:hover > span:nth-child(2) {
	-webkit-transition-delay: 0.09s;
	transition-delay: 0.09s;
}
.button_animation:hover > span:nth-child(3) {
	-webkit-transition-delay: 0.135s;
	transition-delay: 0.135s;
}
.button_animation:hover > span:nth-child(4) {
	-webkit-transition-delay: 0.18s;
	transition-delay: 0.18s;
}
.button_animation:hover > span:nth-child(5) {
	-webkit-transition-delay: 0.225s;
	transition-delay: 0.225s;
}
.button_animation:hover > span:nth-child(6) {
	-webkit-transition-delay: 0.27s;
	transition-delay: 0.27s;
}
.button_animation:hover > span:nth-child(7) {
	-webkit-transition-delay: 0.315s;
	transition-delay: 0.315s;
}
.button_animation:hover > span:nth-child(8) {
	-webkit-transition-delay: 0.36s;
	transition-delay: 0.36s;
}
.button_animation:hover > span:nth-child(9) {
	-webkit-transition-delay: 0.405s;
	transition-delay: 0.405s;
}
.button_animation:hover > span:nth-child(10) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}
.button_animation:hover > span:nth-child(11) {
	-webkit-transition-delay: 0.49s;
	transition-delay: 0.48s;
}
.button_animation:hover > span:nth-child(12) {
	-webkit-transition-delay: 0.54s;
	transition-delay: 0.54s;
}
.button_animation:hover > span:nth-child(13) {
	-webkit-transition-delay: 0.59s;
	transition-delay: 0.59s;
}
.button_animation:hover > span:nth-child(14) {
	-webkit-transition-delay: 0.63s;
	transition-delay: 0.63s;
}
.button_animation:hover > span:nth-child(15) {
	-webkit-transition-delay: 0.68s;
	transition-delay: 0.68s;
}
/*/// Animation end ///*/



/*/// Projects Image Hover Animation ///*/
.hovereffect {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}

.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgb(0 0 0 / 30%);
}

.hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

.hovereffect:hover img {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
	filter: grayscale(1) blur(3px);
	-webkit-filter: grayscale(1) blur(3px);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.hover_det {
	margin-top: 90px;
}

.hovereffect h2 {
	text-transform: uppercase;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px;
	color: #fff;
}

.hovereffect a.info_des {
	display: inline-block;
	text-decoration: none;
	margin: 50px 5px 0 5px;
}

.hovereffect a.info_des, .hovereffect h2 {
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	opacity: 0;
	filter: alpha(opacity=0);
}

.hovereffect:hover a.info_des, .hovereffect:hover h2 {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
/*/// Animation end ///*/




/*//////// For sticky header Animation ////////*/
.float-panel {
    width:100%;
    z-index:300;
    position: relative;
    transform: translateZ(0);
    transition:all 0.5s; /* Effect for switching from .fixed to static */
}

.float-panel .content-area {
	margin:10px auto;
}

.float-panel a {
	text-decoration: none;
	color: #444;
	display: inline-block;
	padding: 10px 0px;
}

.float-panel ul {
	padding: 0;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.float-panel .dropdown-menu li a {
	padding: 10px;
	font-size: 14px;
}

.float-panel .fa-gg {
	color:#F0595C;
	font-size:30px;
	vertical-align:middle;
	transition:all 1s;
}

.infusions_nav .navbar-expand-md .navbar-nav .dropdown-menu[data-bs-popper] {
	left: 14px;
	min-width: 11rem;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #eee;
	color: #444;
}

.fixed {
	box-shadow:0 2px 6px rgba(0,0,0,0.2);
	animation:slide-down 0.8s;
}

.fixed .fa-gg {
	transform: rotate(360deg); 
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}
/*//// Nav Menu End ////*/


/*/////////// Video Popup ///////////*/
/*.infusions_video {
	padding-bottom: 130px;
}*/

.video_popup {
	height: 500px;
	margin: 0 35px;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/infusions_video.jpg);
}

.overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-color: rgb(0 0 0 / 52%);
}

.play_btn {
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 80px;
	position: absolute;
	transition: all 0.3s ease;
	transform: translate(-50%, -50%);
}

.play_btn:hover {
	color: #599cff;
	transition: all 0.3s ease;
}

.video_popup p {
	position: absolute;
    bottom: 10px;
    left: 40px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}
/*//// Video End ////*/


/*/////////// Specilization ///////////*/
.infusions_specialization {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-image: url(../images/specialization.jpg);
}

.specialization_top {
	width: 100%;
	z-index: 1;
	/*top: -105px;*/
	top: -45px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	background-color: #fff;
	text-transform: uppercase;
	padding: 25px 20px 35px 20px;
}

.header_cmn h6 {
	color: #cbcbcb;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.header_cmn h2 {
	font-weight: 900;
	margin-bottom: 0;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.spec_wrks {
	color: #cbcbcb;
	position: relative;
}

.spec_wrks h4 {
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
}

.spec_wrks p {
	font-size: 13px;
}

.spec_wrks ul {
	padding-left: 17px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.spec_wrks .btn_border {
	bottom: 5px;
	position: absolute;
}

.btn-check:focus+.btn, .btn:focus {
	box-shadow: none;
}

/*.special_ct {
	padding-top: 140px;
}*/

.special_ct ul li {
	padding: 2px 0;
}

.infusions_specialization .overlay {
	/*background-color: rgb(0 0 0 / 72%);*/
	background-color: rgb(0 0 0 / 85%);
}

.special_ct hr {
	left: -30px;
	color: #cbcbcb;
	opacity: 1;
	margin: 32px 0;
	position: relative;
}
/*//// Video End ////*/


/*/////////// How to do ///////////*/
.how_img {
	padding-right: 100px;
}
.how_img img {
	width: 100%;
}

.how_to_do .header_cmn {
	margin-bottom: 20px;
}

.how_to_do p {
	color: #878585;
}

.business_planning i, .business_analysis i {
	color: #285dab;
	font-size: 27px;
}

.business_planning h6, .business_analysis h6 {
	margin-top: 10px;
}
/*//// How to do End ////*/



/*/////////// Our Works ///////////*/
.works img {
	width: 100%;
    min-height: 256px;
    max-height: 256px;
    object-fit: cover;
}
.what_doing.works {
	text-align: center;
	padding: 10px 35px;
	position: relative;
}
.what_doing.works:after {
	content: '';
	top: 0;
	right: 0;
	width: 3px;
	height: 100%;
	position: absolute;
	background-color: #79008b;
}
.wht_lst.what_doing.works:after {
	display: none;
}
.what_doing.works img {
	width: 100px;
	height: 100px;
	min-height: auto;
    max-height: auto;
}
.works p, .innov_sec p {
	color: #444;
	margin-top: 20px;
}

.works h4, .how_to_img h4 {
	font-size: 19px;
	margin-top: 25px;
	text-transform: uppercase;
}
a .works h4 {
	color: #090808;
}
/*//// Works End ////*/

/*/////////// Our Achievements ///////////*/
.owl-carousel .owl-item img {
	height: 50px;
	width: auto;
	margin: 0 auto;
}

.our_achievements {
	margin-top: 40px;
}

.achievements_info {
	padding: 10px;
	margin: 1px 5px;
	border: 1px solid #cbcbcb;
}
/*//// Achievements End ////*/

/*/////////// Our Self ///////////*/
.infusions_info {
	z-index: 1;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-image: url(../images/info.jpg);
}
/*.infusions_info {
	height: 425px;
	overflow: hidden;
	position: relative;
}
.carousel-item img {
	height: 425px;
	object-fit: cover;
}*/
.infusions_info .overlay {
	z-index: -1;
}
/*.info_wrt {
    top: 0;
    left: 0;
    z-index: 10;
    padding: 60px 120px;
    position: absolute;
}
.info_wrt .overlay {
	background: linear-gradient(90deg, rgb(0 0 0 / 59%) 35%, rgb(0 0 0 / 25%) 100%);
}*/

.info_sec h3 {
	color: #cbcbcb;
	font-weight: 300;
	line-height: 38px;
	margin-bottom: 35px;
}

.info {
	color: #cbcbcb;
	padding-right: 75px;
}

.get_ready p, .team_info p, .services_detail p, .full_stack p,
.infusions_startup p, .infusions_challenges p, .infusions_services p,
.history_cmn p, .concept_cn_ p, .what_is_ p, .how_to_img p, .ser_det_ p,
.vision_mission p {
	color: #444;
}

.comments_prof p {
    color: #cbcbcb;
}

.infusions_innovation .innov_sec {
    padding-left: 20px;
    padding-right: 20px;
}

.read_btn {
	margin-top: 25px;
	text-transform: uppercase;
}

.read_btn .btn_border {
	color: #2C2727;
	margin-left: 15px;
	border: 1px solid #2C2727;
}

.read_btn .btn_border:hover {
	color: #fff;
	background-color: #000;
	border: 1px solid #2C2727;
}
/*//// Our self End ////*/

/*/////////// Footer ///////////*/
.infusions_footer {
	padding-bottom: 20px;
	background-color: #020202;
}

.footer_logo {
	padding-right: 60px;
}

.footer_logo img {
	width: 150px;
	margin-bottom: 30px;
}

.footer_logo p, .footer_bottom p {
	color: #cbcbcb;
}

.footer_logo ul {
	padding-left: 0;
}

.footer_logo .infusions_social ul a {
	width: 40px;
	height: 40px;
	padding: 9px;
	color: #cbcbcb;
	margin-right: 15px;
	background-color: #1E1E1E;
}

.footer_logo .infusions_social ul a:hover {
	background-color: #3b5998;
}

.company h4 {
	color: #cbcbcb;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 30px;
}

.company ul {
	padding-left: 0;
}

.company li {
	color: #cbcbcb;
	padding: 5px 0;
	list-style: none;
	transition: all 0.3s ease;
}

.company li:hover {
	color: #fff;
	transition: all 0.3s ease;
	transform: translateX(4px);
}

.company.adress {
	position: relative;
}

.adress li {
	padding: 7px 0 7px 35px;
}

.adress li i {
	left: 0;
	font-size: 16px;
	position: absolute;
	position: absolute;
}

.footer_bottom {
	padding: 35px 0 20px;
	text-transform: uppercase;
}

.footer_bottom p {
	margin-bottom: 0;
}
/*////////////////// Home Page End Here /////////////////*/


/*//////////////////////// Inside Infusions ///////////////////////////*/
.banner_inside {
	background-image: url(../images/infusions_video.jpg);
}

.discover_im img {
	width: 100%;
	min-height: 260px;
	object-fit: cover;
}

.discover_sec {
	padding-left: 40px;
}

.discover_sec h2 {
	margin-bottom: 20px;
}

.team_profile {
	width: 297px;
}

.team_profile img {
	height: 360px;
	object-fit: cover;
}

.team_info {
	padding-right: 60px;
	margin-top: 30px;
}

.team_info ul li {
	font-size: 22px;
	margin: 0 9px;
	list-style: none;
	display: inline-block;
}

.team_info ul li a {
	color: #090808;
	transform: all 0.3 ease;
}

.team_info ul li a:hover {
	color: #666;
	transform: all 0.3 ease;
}

.team_info h6 {
	font-size: 22px;
	margin-bottom: 0;
}

.team_info .fb a:hover {
	color: #3b5998;
}

.team_info .inst a:hover {
	color: #8a3ab9;
}

.team_info .link a:hover {
	color: #0077b5;
}

.services_detail {
    padding: 0 60px;
}

.services_detail h4 {
	margin-bottom: 35px;
	text-transform: uppercase;
}

.services_detail .btn_border {
	color: #2C2727;
	text-transform: uppercase;
    border: 1px solid #2C2727;
}

.services_detail .btn_border:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #2C2727;
}

.services_detail p {
	line-height: 25px;
	padding: 0;
	text-align: justify;
}

.our_services {
	margin-bottom: 20px;
}
/*////////////////// Inside Infusions End Here /////////////////*/


/*//////////////////////// Infusions History ///////////////////////////*/
.banner_history {
	background-image: url(../images/history.jpg);
}
.banner_history .banner_contents {
	padding-top: 105px;
}

.hs_1 {
	margin-top: 30px;
}

.hs_2 {
	margin-top: 200px;
}

.history_cmn {
	padding-left: 20px;
}

.stack_details {
	padding-right: 130px;
}

.infusions_opertunities .service_img {
	padding-right: 100px;
}

.infusions_opertunities .hs_2,
.history_cmn .hs_2
 {
	margin-top: 60px;
}

.pheonix_det p {
	padding-right: 20px;
}

.get_ready h5 {
	color: #878585;
	font-size: 25px;
	text-transform: uppercase;
}
/*////////////////// Infusions History End Here /////////////////*/



/*//////////////////////// Projects ///////////////////////////*/
.procject_detail {
	height: 300px;
	overflow: hidden;
	background-image: url(../images/inner_banner.jpg);
}
.procject_detail.infusions_banner:after {
	top: -40px;
	transform: rotateX(140deg);
}
.projects_single .works {
	margin-top: 25px;
}

/*////////////////// Projects End Here /////////////////*/




/*//////////////////////// Project Details ///////////////////////////*/
.procject_detail .banner_contents {
	padding-top: 110px;
}
.inner_sec p {
	padding-right: 80px;
}
.tec_used h4 {
	margin-bottom: 20px;
}
.tec_used p {
	margin-bottom: 5px;
}
/*////////////////// Project Details End Here /////////////////*/


/*//////////////////////// Contact Us ///////////////////////////*/
.contact_us_form .header_cmn h6 {
	color: #878585;
	font-size: 14px;
	margin-top: 20px;
	font-weight: 400;
	text-transform: none;
}

.contact_us_form .form-control {
	border-radius: 0;
	font-size: 14px;
	margin-bottom: 30px;
	padding: .575rem .75rem;
}

.form-control:focus {
	box-shadow: none;
}

.contact_sm .col-md-4 {
	display: flex;
}

.contact_us {
	flex: 1;
	padding: 15px;
	border-radius: 0;
	border: 1px solid #ccc;
}

.contact_us i {
	color: #3a80e7;
	font-size: 22px;
}

.contact_us h6 {
	margin-top: 15px;
	margin-bottom: 12px;
}

.contact_us p {
	color: #878585;
	margin-bottom: 2px;
}

.location iframe {
    width: 100%;
    height: 450px;
    border-width: 0;
}
/*////////////////// Contact Us End Here /////////////////*/


/*//////////////////////// Our Services ///////////////////////////*/
.services_sec_ .row {
	margin: 0;
}
.services_sec_ .col-md-5 {
	padding-left: 0;
}
.services_sec_ .col-md-7 {
	padding-right: 0;
}
.concept_development_det {
	padding: 0 150px 0 100px;
}
.concept_cn_ p {
	line-height: 25px;
}
.concept_development_det .read_btn .btn_border {
	margin-left: 0;
	margin-right: 15px;
}
.concept_development_det .read_btn {
	margin-top: 50px;
}
.tech_dev_ {
	margin-top: 60px;
}
.what_is_ {
	margin-bottom: 40px;
}
.what_is_ h4 {
	font-weight: 600;
	text-align: center;
	font-size: 25px;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.stages_ {
	padding-top: 20px;
}
.stages_each_ {
	position: relative;
}
.stages_each_ img {
	width: 90px;
	float: left;
}
.ones_sec {
	float: left;
	padding-left: 35px;
	width: calc(100% - 90px);
}
.stages_each_ {
	margin-bottom: 30px;
}
.output_each_ img {
	width: 140px;
	margin-bottom: 20px;
}
.output_each_ p {
    color: #212121;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.process_img {
	min-height: 180px;
}
.web_app {
	padding: 25px 0;
}
.process_output, .technologies_using {
	margin-top: 60px;
}
.collaborates_sigl {
	padding: 0 30px;
}
.how_nob {
	margin-bottom: 15px;
	margin-top: 60px;
}
.how_nob h2 {
	font-size: 35px;
	font-weight: 700;
}
.lang_using {
	margin-bottom: 80px;
}
.lang_using h5 {
	font-size: 21px;
	text-transform: uppercase;
}
.techh_icons {
	margin-top: 30px;
}
.techh_icons li {
	width: 14%;
	margin: 10px 0;
	display: inline-block;
}
.techh_icons li img {
	width: 125px;
	border-radius: 50%;
	transition: all 0.3s ease;
}
.lang_using.automation_ .techh_icons li img {
	border-radius: 0;
}
.techh_icons li img:hover {
	transition: all 0.3s ease;
	transform: translateY(-2px);
	box-shadow: 0px 6px 13px #ddd;
}
.techh_icons li p {
	color: #212121;
	margin-top: 12px;
	margin-bottom: 0;
	font-weight: 500;
}
.engineering_ .stages_each_ img {
	width: 110px;
}
.engineering_ .ones_sec {
	width: calc(100% - 110px);
}
/*////////////////// Our Services End Here /////////////////*/
.what_do_ .works {
	margin-top: 30px;
}
.collap_single {
	margin-top: 110px;
	position: relative;
}
.collap_no_ {
	color: #ccc;
    top: -3px;
    left: 0;
    font-size: 170px;
    position: absolute;
    font-weight: 800;
    line-height: 0;
    letter-spacing: -8px;
    z-index: -1;
}
.collap_single .works {
	padding-left: 45px;
}
.want_join {
	color: #fff;
	padding: 25px;
	text-align: center;
	background-color: #000;
	border-top: 1px solid #41464b;
}
.want_join a {
	color: #999;
	font-size: 15px;
}
.want_join a:hover {
	color: #f9f9f9;
}
.events_talks_img {
	height: 400px;
	color: #fff;
	padding: 160px;
	z-index: 0;
	text-align: center;
	margin-left: -15px;
	position: relative;
	background-size: cover;
	background-position: center;
	background-image: url(../images/journey.jpg);
}
.events_talks_img .overlay {
	z-index: -1;
}
.events_talks_img h5 {
	font-size: 30px;
	text-transform: uppercase;
}
.interested_ {
	padding: 70px 155px;
}
.interested_ h4 {
	text-transform: uppercase;
}
.our_specialitis_ .stages_each_ img {
	width: 100px;
}
.our_specialitis_ .ones_sec {
	width: calc(100% - 145px);
}
.services_sec_ .collaborates_sigl {
	margin: 15px 0;
}
.infusions_services img {
	margin-bottom: 30px;
}
.service_details_ .services_sngle {
	margin-bottom: 40px;
}
.expertise_cmn {
	width: 25%;
	padding: 20px 15px;
	text-align: center;
}
.expertise_cmn i {
	font-size: 35px;
}
.expertise_cmn h6 {
	font-size: 18px;
	margin-top: 7px;
}
.wht_wrap p {
	margin-top: 15px;
	margin-bottom: 0;
}
.spec_wrks ul {
	margin-top: 15px;
}
.talk_wrap {
	background-color: #000;
}
.talk_section_wrap h1 {
	color: #fff;
    font-size: 170px;
    text-align: center;
    letter-spacing: 20px;
    text-transform: uppercase;
}
.talk_right_wrap h6 {
	color: #fff;
	font-size: 36px;
	line-height: 45px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.talk_right_wrap {
	padding: 0 70px;
}
.latest_update_deails {
	padding: 0 60px;
}
.header_updt h6 {
	font-size: 20px;
	text-align: left;
	text-transform: uppercase;
}
.header_updt i {
	color: #999;
	text-align: center;
}
.latest_update_deails p, .latest_sm_details p {
	color: #444;
}
.latest_up_carousel {
	margin-top: 45px;
}
.updates_sm_img, .latest_sm_details {
	float: left;
	width: 38%;
}
.owl-carousel .owl-item .updates_sm_img img {
	margin: 0;
	width: 100%;
	height: auto;
}
.latest_sm_details {
	width: 60%;
	padding-left: 25px;
}
.latest_sm_details p {
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.date {
	margin-bottom: 0;
	color: #bbb !important;
}
.details_content .infusion_his_img {
	height: 100%;
}
.details_content img {
	height: 100%;
	object-fit: cover;
}













/*///////////////////////////////////////////
				Media Query
//////////////////////////////////////////*/	
@media (max-width: 1199px) {
	.comments {
	    padding-right: 0;
	    padding-left: 50px;
	}
	.how_img {
		padding-right: 25px;
	}
	.achievements_info {
		overflow: hidden;
	}
	.our_services {
		margin-bottom: 50px;
	}
	.info_wrt {
		padding: 60px 40px;
	}
	.techh_icons li {
		width: 13%;
	}
	.techh_icons li img {
		width: 100px;
	}
	.interested_ {
		padding: 70px 110px;
	}
}

@media (max-width: 992px) {
	.navbar-expand-md .navbar-nav .nav-link {
		padding-left: 10px;
		padding-right: 10px;
	}
	.comments, .footer_logo {
	    padding-right: 0;
	}
	.how_img, .infusion_his_img {
		padding-right: 0;
		margin-bottom: 45px;
	}
	.footer_logo .infusions_social ul a {
		margin-right: 10px;
	}
	.team_profile {
		width: 100%;
	}
	.team_profile img {
		height: 300px;
		width: 216px;
	}
	.team_info, .services_detail p,
	.history_cmn, .concept_development_det {
		padding: 0;
	}
	.hs_2, .stack_details,
	.infusions_opertunities .service_img,
	.infusions_opertunities .hs_2, .history_cmn .hs_2, .hs_1 {
		margin-top: 0;
		padding-right: 0;
	}
	.infusions_opertunities .header_cmn {
		margin-top: 40px;
	}
	.concept_development_det .read_btn, .latest_update_deails {
		margin-top: 25px;
	}
	.services_sec_ .col-md-5 {
		padding-left: calc(var(--bs-gutter-x) * .5);
	}
	/*.infusions_info {
		height: 500px;
	}
	.carousel-item img {
		height: 440px;
	}*/
	.collaborates_sigl {
		padding: 0;
	}
	.techh_icons li {
		width: 18%;
	}
	.interested_ {
		padding: 70px 25px;
	}
	.events_talks_img {
		padding: 165px 55px;
	}
	.special_ct .btn_border {
		padding: 7px 15px;
	}
}

@media (max-width: 767px) {
	.infusions_social {
		display: none;
	}
	.infusions_story{
		margin-left: 0;
	}
	.banner_inner .col-sm-8 {
		width: calc(100% - 56%);
	}
	.banner_mid h1 {
		font-size: 35px;
	}
	.banner_inner .col-sm-2 {
		width: 28%;
	}
	.story_sec, .inside_sec {
		margin-left: 25px;
		letter-spacing: 0;
	}	
	.inside_sec {
		margin-left: 0;
	}
	.infusions_inside {
		margin-right: 20px;
	}
	.right_arrow, .inside_sec {
		margin-right: 0;
	}
	.banner_cmn p {
		font-size: 12px;
	}
	.comments, .discover_sec {
		padding-left: 0;
		padding-top: 30px;
	}
	.cmn_sec {
		padding-bottom: 50px;
	}
	.bar {
		width: 10px;
		height: 3px;
		border-radius: 5px;
		background-color: #fff;
	}
	.float-panel a {
		padding: 5px 0;
	}

	.float-panel .navbar-collapse {
		padding: 15px 0;
	}
	.concept_development_det .read_btn .btn_border {
		margin-right: 5px;
	}
	.spec_wrks .btn_border {
		position: initial;
		margin-top: 10px;
		margin-bottom: 25px;
	}
	.float-panel {
		padding: 10px 0;
	}
	.float-panel.fixed, .latest_update_deails {
		padding: 0;
	}
	.video_popup {
		margin: 0;
		height: 400px;
	}
	.special_ct hr {
		left: 0;
	}
	.works, .concept_development_det {
		margin-bottom: 40px;
	}
	.projects_single .works {
		margin-top: 0;
	}
	.view_more.text-center.mt-5 {
		margin-top: 1rem !important;
	}
	.company {
		margin-top: 30px;
	}
	.company h4 {
		margin-bottom: 20px;
	}
	.float-panel ul {
		background-color: #090808;
	}

	.float-panel a {
		color: #cbcbcb;
	}
	.team_profile img {
		height: 300px;
		width: 245px;
	}
	.team {
		margin-bottom: 30px;
	}
	.services_detail p, .get_ready p {
		text-align: center;
	}
	.services_detail p, .get_ready p {
		text-align: left;
	}
	.hist_img img, .contact_us {
		margin-top: 30px;
	}
	.button_animation::before {
		top: auto;
		left: auto;
		width: auto;
		height: auto;
	}
	.techh_icons li {
		width: 23%;
	}
	.what_do_ .works {
		margin-top: 0;
	}
	.expertise_show {
		display: block !important;
	}
	.expertise_cmn {
		width: 50%;
		float: left;
	}
	.what_doing.works:after {
		display: none;
	}
	.what_doing.works {
		padding: 1px 35px;
	}
	/*.infusions_info {
		height: 425px;
	}
	.carousel-item img {
		height: 360px;
	}*/
}	

@media (max-width: 576px) {
	.infusions_banner {
		height: 100vh;
	}
	.infusions_banner:after {
		height: 100vh;
	}
	.banner_inner .col-sm-2, 
	.banner_inner .col-sm-8 {
		width: 75px;
		display: inline-block;
	}
	.banner_inner .col-sm-2 {
		width: 138px;
	}
	.banner_inner .col-sm-8 {
		width: calc(100% - 278px)
	}
	.banner_cmn p {
		font-size: 10px;
	}
	.banner_mid h1 {
		font-size: 35px;
	}
	.infusions_story {
		margin-left: 0;
		margin-right: 0;
	}
	.banner_cmn i {
		font-size: 26px;
	}
	.banner_cmn .ti-angle-left:before, 
	.banner_cmn .ti-angle-right:before {
		letter-spacing: -22px;
	}
	.specialization_top {
		left: 0;
		margin: 0;
		width: 100%;
	}
	.video_popup {
		margin: 0;
		height: 250px;
	}
	.infusions_footer .col-md-2 {
		width: 50%;
	}
	.team_profile img {
		height: 470px;
		width: 100%;
	}
	.banner_history .banner_inner .col-sm-2 {
		width: 111px;
	}
	.banner_history .banner_inner .col-sm-8 {
		width: calc(100% - 222px);
	}
	.p-80 {
		padding: 40px 0;
	}
	.our_services {
		margin-bottom: 0;
	}
	.infusions_banner.procject_detail,
	.procject_detail.infusions_banner:after {
		height: 225px;
	}
	.inner_sec p, .info {
		padding-right: 0;
	}
	.procject_detail .banner_contents {
		padding-top: 70px;
	}
	.hovereffect a.info_des, .hovereffect h2 {
	     -webkit-transform: none; 
	    -ms-transform: none;
	     transform: none; 
	     opacity: 1;
	}
	/*.infusions_info {
		height: 480px;
	}
	.carousel-item img {
		height: 446px;
	}
	.info_wrt {
		padding: 60px 15px;
	}*/
	.ones_sec, .engineering_ .ones_sec {
		float: none;
		padding: 0;
		width: 100%;
		margin-top: 30px;
	}
	.stages_each_ img {
		float: none;
	}
	.techh_icons li {
		width: 48%;
	}
	.techh_icons li img {
		width: 120px;
	}
	.header_cmn.text-end.mb-5.wow.fadeInDown {
		text-align: left !important;
	}
	.expertise_cmn {
		width: 100%;
		float: left;
	}
	.talk_section_wrap h1 {
		font-size: 65px;
		letter-spacing: 15px;
	}
	.talk_right_wrap {
		padding: 0 5px;
		margin-top: 15px;
	}
	.events_talks_img {
		margin-right: -15px;
	}
}

@media (max-width: 400px) {
	.banner_contents {
		padding-top: 180px;
	}
	.banner_inner .col-sm-2 {
		padding: 0;
		width: 114px;
	}
	.banner_inner .col-sm-8 {
	    width: calc(100% - 234px);
	}
}



.services_single {
	padding: 20px;
	text-align: center;
/*    border: 1px solid #eee;*/
    transition: all 0.3s ease;
}
.services_single;hover {
	transition: all 0.3s ease;
	background: linear-gradient(to right, #02aab0 0%, #00cdac 100%);
}
.services_single i {
	font-size: 30px;
	transition: all 0.3s ease;
}
.services_single:nth-child(2n+1):hover {
	color: #fff;
	transition: all 0.3s ease;
    background: linear-gradient(to right, #2193b0 0%, #6dd5ed 100%);
}
.services_single:hover i, .services_single:hover a h4,
.services_single:hover p {
	color: #fff;
	transition: all 0.3s ease;
}