@charset "UTF-8";

/*
Theme Name: Infotech Starter
Theme URI: https://facebook.com/jewelmm9
Author: Mohammad Jewel
Author URI: https://facebook.com/jewelmm9
Description: infotech is a multiparpuse theme.
Tested up to: 5.7
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: infotech
Tags: one-column, accessibility-ready, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

*/

/* custom css for cwt */
.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}
/* .main-header {
    z-index: 999;
    margin-top: 0;
    width: 100%;
    background: #fff;
    padding: 10px 0;
} */
.main-header {
    z-index: 999;
    margin-top: 0;
    width: 100%;
    padding: 10px 0;
    position: absolute;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}
/* .menu-fixed {
    background: #000;
    padding: 10px 0;
} */
.main-menu {
    margin-top: 50px;
}
.main-menu ul {
    list-style: none;
    padding: 0;
}

.menu-item a {
    font-family: "Visuelt pro Medium",sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    padding: 10px 15px;
    text-decoration: none;
    background: #7F7F7F;
    margin-right: 3px;
	position: relative;
}
.main-menu ul li:last-child a {
	background: #D60000;
	margin-right: 0;
}
.main-menu ul li {
	position: relative;
}
.menu-item a:hover {
	color: #fff;
	background: #D60000; 
}
.current-menu-item a:hover {
	background: #7F7F7F;
}
.current-menu-item a:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #7f7f7f;
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translate(-50%, -50%);
}
/* subscribe form */
.sub-form {
    display: flex;
    justify-content: space-between;
}
.sub-form input[type=email] {
    border-radius: 5px;
    outline: none;
    border: 1px solid #ccc;
    padding: 10px 15px;
    margin-right: 5px;
    background: #fff;
}
.sub-form input[type=submit] {
    background: #d60000;
    color: #fff;
    font-weight: bold !important;
    font-family: 'Montserrat' !important;
    border-radius: 5px;
}
.sub-form input[type=submit]:hover {
    background: #ab0505;
}
.elementor-9 .elementor-element.elementor-element-a442f69 > .elementor-background-overlay {
    transform: scaleX(-1);
}
@media only screen and (max-width: 767px) {
  .main-menu {
		margin: 0;
		float: right;
	}
	.main-menu ul {
		position: absolute;
		right: 0;
		top: 48px;
		width: 140px;
	}
	.menu-item a {
		padding: 5px;
		display: block;
		margin-bottom: 2px;
		text-align: center;
	}
	.current-menu-item a:after {
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-right: 8px solid #7f7f7f;
		left: -5px;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.elementor-9 .elementor-element.elementor-element-f18e1f1 .elementor-heading-title {
		font-size: 25px !important;
	}
	.elementor-9 .elementor-element.elementor-element-980885d .elementor-heading-title {
		font-size: 25px !important;
	}
	.elementor-9 .elementor-element.elementor-element-faa34bf .elementor-heading-title {
		font-size: 40px !important;
	}
	.sub-form input[type=email] {
		border-radius: 0 !important;
	}
	.sub-form input[type=submit] {
		border-radius: 0 !important;
		border: 1px solid #d60000;
	}
}
/* SVG */
.elementor-section.elementor-inner-section.elementor-element.elementor-element-4a1dc92.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    position: absolute;
    top: -120px;
    left: 199px;
    opacity: .4;
    z-index: 0;
}
div#scene_01_line {
    transform: rotate(353deg);
	position: relative;
}
div#scene_01_line:before {
    content: "";
    display: block;
    width: 155px;
    height: 85px;
    background: #ffffff;
    z-index: 999;
    position: absolute;
    left: -9px;
    bottom: 8px;
}
path#scene_01_line_path {
    stroke: #ffcbcb !important;
}
.elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
    z-index: 2;
}
.elementor-9 .elementor-element.elementor-element-b4e4483 > .elementor-background-overlay {
    z-index: 2;
}

#scene_01_line_path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  stroke-miterlimit: 10;
  stroke-dasharray: 1299.49px;
  stroke-dashoffset: 0px;
  animation: dash 8s ease-in;
}

@keyframes dash {
  from {
    stroke-dashoffset: 822;
  }
  to {
    stroke-dashoffset: 0;
  }
}