@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* ==========================================================================
Global Styles
========================================================================== */
article,
aside,
details,
video,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}
html,
body {
    width: 100%;
    overflow-x: hidden !important;
}
body {
    margin: 0;
    background: #fff;
    font-family: 'Roboto', sans-serif;
}
ul li {
    margin: 0;
    padding: 0;
}
ul {
    padding: 0;
    margin: 0;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}
select::-ms-expand {
    display: none;
}
p {
    padding: 0;
    margin: 0;
}
a {
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #132953;
}
ul,
ol {
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
}
select,
input,
button,
a {
    outline: none;
}
/*  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
} */
button:focus {
    border: 0;
    outline: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #adbdc8 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #adbdc8 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #adbdc8 !important;
}

/*==========================================================================
							Heading Tags
==========================================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
	font-family: 'Barlow Condensed', sans-serif;
}


/* ==========================================================================
							Navbar Css 
========================================================================== */
.tech_img {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}
.header_area {
	/* position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	transition: background 0.4s, all 0.3s linear; */
	padding:15px 0;
}
.header_area .navbar {
	background: transparent;
	padding: 0px;
	border: 0px;
	border-radius: 0px;
}
.header_area .navbar .logo_h {
	color: #fff;
	height: 80px;
	text-align: center;
	line-height: 69px;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
}
.header_area .menu-menu-1-container {
	margin: 0 auto;
}
.header_area .navbar .navbar-brand {
	padding-top: 0;
	margin-left: 50px;
}
.header_area .navbar ul.nav li.menu-item{
	margin-right: 30px;
}
.header_area .navbar ul.nav li.menu-item a{
	text-transform: capitalize;
	padding: 0px;
	display: inline-block;
	line-height:24px;
	font-size: 18px;
	color: #000000;
	text-transform:uppercase;
	font-weight: 500;
}
.header_area .navbar .nav .nav-item a:after {
	display: none;
}
.header_area .navbar .nav .nav-item:hover a,
.header_area .navbar .nav .nav-item.active a {
	color: #EF7521;
}
.header_area .navbar .nav .nav-item.submenu {
	position: relative;
}
.header_area .navbar .nav .nav-item.submenu ul {
	border: none;
	padding: 0px;
	border-radius: 0px;
	box-shadow: none;
	margin: 0px;
	background: #fff;
	box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
	.header_area .navbar .nav .nav-item.submenu ul {
		position: absolute;
		top: 120%;
		left: 0px;
		min-width: 200px;
		text-align: left;
		opacity: 0;
		transition: all 300ms ease-in;
		visibility: hidden;
		display: block;
		border: none;
		padding: 0px;
		border-radius: 0px;
	}
}
.header_area .navbar .nav .nav-item.submenu ul:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #eeeeee transparent transparent transparent;
	position: absolute;
	right: 24px;
	top: 45px;
	z-index: 3;
	opacity: 0;
	transition: all 400ms linear;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item {
	display: block;
	float: none;
	margin-right: 0px;
	border-bottom: 1px solid #ededed;
	margin-left: 0px;
	transition: all 0.4s linear;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item a {
	line-height: 45px;
	color: #1d1d1d;
	padding: 0px 30px;
	transition: all 150ms linear;
	display: block;
	margin-right: 0px;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
	border-bottom: none;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover a {
	background: #EF7521;
	color: #fff;
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
	margin-top: 0px;
}
.header_area .navbar .nav .nav-item:last-child {
	margin-right: 0px;
}
.header_area.navbar_fixed .main_menu {
	position: fixed;
	width: 100%;
	top: -70px;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	transform: translateY(70px);
	transition: transform 500ms ease, background 500ms ease;
	-webkit-transition: transform 500ms ease, background 500ms ease;
	box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
.header_area.navbar_fixed .main_menu .navbar .nav .nav-item a {
	line-height: 70px;
}

.right-button {
	margin-right: 50px;
	margin-top: 0;
}
.right-button ul {
	padding: 0;
	list-style: none;
}
.right-button ul li {
	display: inline-block;
	margin-left: 0;
	font-size: 16px;
}


.right-button .grt_stated {
	background-color: #ee7421;
	border: none;
	color: #fff !important;
	padding: 12px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	border-radius: 100px;
	text-transform: uppercase;	
	
}
.right-button .grt_stated:hover, .get_stated:hover{
	background: #ee7421;
}

@media (max-width: 1199px) {
	.header_area .navbar .nav .nav-item {
		margin-right: 28px;
	}
}
@media (min-width: 992px) {
	.header_area .navbar .nav .nav-item.submenu:hover ul {
		visibility: visible;
		opacity: 1;
		top: 100%;
	}
}
@media (max-width: 991px) {
	.header_area .navbar-collapse {
		padding: 15px 0px;
	}
	.navbar-toggler {
		border: none;
		border-radius: 0px;
		padding: 0px;
		cursor: pointer;
		margin-top: 27px;
		margin-bottom: 23px;
	}
	.header_area .navbar {
		background: #fff;
	}
	.header_area {
		padding:15px 0;
	}
	.navbar_fixed.header_area .navbar {
		background: rgba(0, 0, 0, 0.7);
	}
	.navbar-toggler[aria-expanded="false"] span:nth-child(2) {
		opacity: 1;
	}
	.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
		opacity: 0;
	}
	.navbar-toggler[aria-expanded="true"] span:first-child {
		transform: rotate(-45deg);
		position: relative;
		top: 7.5px;
	}
	.navbar-toggler[aria-expanded="true"] span:last-child {
		transform: rotate(45deg);
		bottom: 6px;
		position: relative;
	}
	.navbar-toggler span {
		display: block;
		width: 25px;
		height: 3px;
		background: #EF7521;
		margin: auto;
		margin-bottom: 4px;
		transition: all 400ms linear;
		cursor: pointer;
	}
	.navbar .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.nav {
		padding-bottom: 0;
	}
	.right-button {
		display: none;
	}
	.header_area + section,
	.header_area + row,
	.header_area + div {
		margin-top: 117px;
	}
	.header_top .nav {
		padding: 0px;
	}
	.header_area .navbar .nav .nav-item a {
		line-height: 40px;
		margin-right: 0px;
		display: block;
		border-bottom: 1px solid #ededed33;
		border-radius: 0px;
	}

	.header_area.navbar_fixed .main_menu .navbar .nav .nav-item a {
		line-height: 40px;
	}
	.header_area .navbar .search {
		margin-left: 0px;
	}
	.header_area .navbar-collapse {
		max-height: 340px;
		overflow-y: scroll;
	}
	.header_area .navbar .nav .nav-item.submenu ul .nav-item a {
		padding: 0px 15px;
	}
	.header_area .navbar .nav .nav-item {
		margin-right: 0px;
	}
	.header_area + section,
	.header_area + row,
	.header_area + div {
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.header_area + section,
	.header_area + row,
	.header_area + div {
		margin-top: 0;
	}
}
@media (max-width: 575px) {
	.top_menu {
		display: none;
	}
	.header_area + section,
	.header_area + row,
	.header_area + div {
		margin-top: 0;
	}
}

@media (max-width: 480px) {
	.header_area .navbar-collapse {
		max-height: 280px;
	}
}

/* ==========================================================================
								Top Header
========================================================================== */

.text_blue {
    color: #2b6ca3;
}

.adspace {
    padding: 50px 0;
}
.top-header {
    background-color: #2b6ca3;
    padding: 13px 0;
}
.main-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-self: center;
    justify-content: space-between;
}
.email {
    align-self: center;
}
.email li {
    padding: 0 10px;
    display: inline-block;
    border-right: 1px solid #fff;
}
.email li:nth-last-child(1) {
    border-right: 0;
}
.email li a i {
    padding-right: 6px;
}
.email li a {
    font-size: 16px;
    color: #fff;
}
.social-icon {
    align-self: center;
    display: flex;
}

.social-icon li {
	vertical-align: top;
    padding: 0;
    display: inline-block;
}
.social-icon li:nth-last-child(1) {
    border-right: 0;
}
.social-icon li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.social-icon li a i {
    padding-right: 6px;
}
.social-icon li a p {
    display: inline-block;
}
.social-icon li a:hover {
    text-decoration: none;
}
.head-btn2 {
    background: none;
    border: 1px solid #ee7421;
    color: #ee7421;
}

.slicknav_menu .slicknav_nav a:hover {
    background: transparent;
    color: #ee7421;
}
.slicknav_menu {
    background: transparent;
    margin-top: 0px !important;
}
.slicknav_nav {
    margin-top: -3px;
}
.mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 99;
    top: 0px;
}
.slicknav_menu .slicknav_nav a:hover {
    background: transparent;
    color: #ee7421;
}
.bannerSlider button {
    position: absolute;
    bottom: 0;
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 70px;
    height: 70px;
    border: none;
    border-radius: 0;
}
.bannerSlider button:before {
    height: 70px;
    width: 70px;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    z-index: 2;
    cursor: pointer;
}
.bannerSlider button.slick-prev.slick-arrow {
    left: 0%;
    z-index: 1;
}
.bannerSlider button.slick-next.slick-arrow {
    right: 0%;
    z-index: 1;
}
.bannerSlider button.slick-prev.slick-arrow:before {
    background: url("https://sagmetic.tech/wp/2021/verkfaeri-ehf/wp-content/uploads/2021/10/right.png") no-repeat;
    background-position: 100%;
	content: "\f100";
    font-family: "FontAwesome 5 Brands";
    left: 0;
    right: 0;
    margin: 0 auto;
}
.bannerSlider button.slick-next.slick-arrow:before {
    background: url("https://sagmetic.tech/wp/2021/verkfaeri-ehf/wp-content/uploads/2021/10/left.png") no-repeat;
    background-position: 100%;
	 left: 0;
    right: 0;
    margin: 0 auto;
}
.bannerSlider .slick-dots {
        margin-top: 35px;
    text-align: center;
    display: block;
    width: 100%;
    position: absolute;
}
.bannerSlider .slick-dots li {
    height: 9px;
    width: 9px;
    background-color: #3A3A3A;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
	border: 1px solid #fff;
}
.bannerSlider .slick-dots li button {
    font-size: 0;
    background: 0;
    border: none;
    height: auto;
    padding: 0;
	
}
.bannerSlider .slick-dots li.slick-active {
    background-color: #fbd267;
    opacity: 1;
	border: 1px solid #fbd267;
}
.bannerSlider button:hover{
	background: #fbd267;
}
.mob_menu{
	display:flex;
	align-items:center;
	justify-content:space-between;
	
}
.border_txt {
    position: absolute;
    top: 19%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    display: inline-block;
}
.border_txt h2{
    font-size: 200px !important;
	color: #ffffff;
	font-weight: 700;
	font-family: "Barlow Condensed";
	text-align: center;
	text-transform:uppercase;
	color: transparent !important;
            font-size: 50px;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: rgba(255,255,255,0.2);
}
.border_txt_b {
	position: absolute;
	top: -85%;
	left: 0;
	margin: auto;
	z-index: -1;
	display: inline-block;
}
.section_d .head_bx {
    max-width: 550px;
	margin:0 auto;
	margin-bottom: 20px;
}
.border_txt_b h2{
    font-size: 150px !important;
	color: #ffffff;
	font-weight: 700;
	text-transform:uppercase;
	font-family: "Barlow Condensed";
	text-align: center;
	color: transparent !important;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: #e1e1e1;
}
.border_txt_d {
	position: absolute;
	top: -112%;
	left: 0;
	margin: auto;
	z-index: 0;
	display: inline-block;
	right: 0;
}
.border_txt_d h2{
    font-size: 150px !important;
	color: #ffffff;
	font-weight: 700;
	text-transform:uppercase;
	font-family: "Barlow Condensed";
	text-align: center;
	color: transparent !important;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: #e1e1e1;
}

p.check_text_top {
    margin-bottom: 20px;
    font-weight: 500;
}
.banner {
	position: relative;
}
.bannerSlider{
  padding-left:0;
}
.bannerSlider{
	height: 750px;
}
.bannerSlider .slide__image::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 750px;
	//background: rgba(10,22,33,.7);
}
.bannerSlider .slick-slide {
	position: relative;
}
.bannerSlider .slide__image img {
	width: 100%;
	height: 750px;
	object-fit:cover;
}
img.slide__image__top-position {
	object-position:center bottom;
}
.bannerSlider .slide__text {
	position: absolute;
	z-index: 2;
	text-align: center;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	max-width: 550px;
	margin: auto;
	right: 0;
	left: 0;
	
}
/* .bannerSlider .slide__text h2 {
	font-size: 48px;
	font-weight: 100;
	color: #fff;
} */

.banner .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.banner .slick-dots li {
  margin: 0 0.25rem;
}
.banner .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  text-indent: -9999px;
}
.banner .slick-dots li.slick-active button {
  background-color: #CBB26B;
}
.banner .slick-slide img {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.slide__text h1 {
	font-size: 65px;
	color: #ffffff;
	font-weight: 700;
}
.slide__text p{
	font-size: 22px;
	line-height: 32px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	margin-bottom: 25px;
}
.our_btn {
	background-color: #ee7421 !important;
	border: none !important;
	color: #fff !important;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	border-radius:100px !important;
	text-transform: uppercase;
}

.section_b{
	padding: 100px 0 50px 0;
	position:relative;
}
.head_bx {
	margin-bottom:25px;
}
.head_bx h2{
	font-size: 65px;
	color: #000000;
	font-weight: 700;
}
.img_container {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: 200px;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  transition: .5s ease;
  background-color: #2b6ca3;
}

.img_container:hover .overlay {
  background-color:#ee7421;
}

.img-text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 10%;
  left: 10%;
  text-align: left;
}
.img-text h3{
	font-size: 22px;
    color: #ffffff;
    font-weight: 700;
}
.img-text p{
      font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 15px;
}
.add_icon {
    display: flex;
    width: 55px;
    height: 55px;
    align-items: center;
    justify-content: center;
    background: #ee7421;
    margin-top: 60px;
	color:#fff !important;
}
.img_container:hover .add_icon{
	background: #2b6ca3;
}

.headder-top {
    padding: 10px 0;
}
.section_c{
	padding:50px 0;
	position:relative;
	margin:75px 0;
}
.video_bx iframe{
	height:430px;
}
.video_cn_bx h2 {
    font-size: 65px;
    color: #000000;
    font-weight: 700;
}
.video_cn_bx p {
	max-width: 431px;
	font-size: 18px;
	line-height: 28px;
	color: #525354;
	font-weight: 400;
	margin-bottom: 20px;
}
.video_dots{
	position:relative;
}
.section_c:after{
	content: "";
    width: 821px;
    height: 524px;
    background: url(../images/dots.png) no-repeat;
    top: 10px;
    right: 5px;
    position: absolute;
    display: inline-block;
	z-index:-1;
}
.section_d{
	padding:100px 0 75px 0;
	position:relative;
	background-color: #f1f6fa;
}
.section_d .head_bx h2 {
    font-size: 65px;
	color: #000000;
	font-weight: 700;
	text-align: center;
	z-index: 1;
	position: relative;
}
.select_bx {
    padding: 25px 0;
}
.select_bx .form-group{
    padding: 0;
	margin:0;
}
select.form-control {
    border-radius: 25px;
    background-color: #ffffff;
    border: 1px solid #dde9f3;
	height: 50px;
}
.card_bx {
    width: 100%;
    box-shadow: 0px 5px 31px rgba(194,207,218,0.75);
    background-color: #ffffff;
	padding:15px;
	margin-bottom:30px;
}
.card_bx img {
    width: 100%;
}
.card_bx h3{
	padding-top: 15px;
	margin: 0;
	text-align: center;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform:uppercase;
	font-size: 26px;
	color: #000000;
	font-weight: 700;
	height: 70px;
}
section.section_e .head_bx h2 {
    font-size: 42px;
    color: #000000;
    font-weight: 700;
	margin: 0;
}
.section_e {
    padding: 75px 0;
}
section.section_e .head_bx {
    margin-bottom: 0;
}
/* ==========================================================================
		Contact Us Css Start
========================================================================== */
/*.contact_us_banner{
    height: 400px;
    min-height: 400px;
	background: linear-gradient(rgb(43,108,163, 0.4), rgb(43,108,163, 0.4)), url("../images/laptop_hand.png"); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
}*/
.page_title {
    color: #ffffff;
	font-size: 65px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}
.cn_form{
	padding:100px 0;
}
.cn_form_txt h2{
	font-size: 65px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
}
.cn_form_txt p{
	font-size: 18px;
	line-height: 28px;
	color: #525354;
	font-weight: 400;
	margin-bottom:10px;
}
.cn_form_txt {
    margin-bottom: 40px;
}
.cn_icon_bx {
    display: flex;
    align-items: flex-start;
	margin-bottom: 25px
}
.ic_circle {
    width: 32px;
    height: 32px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    background-color: #ee7421;
	margin-right: 15px;
}
.ic_circle I{
    color: #FFF;
}
.cn_address p {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}
.cn_address p a {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}
.cn_form_bx {
    box-shadow:0px 5px 12.5px rgba(225,225,225,0.75);
    background-color: #ffffff;
	padding: 25px;
}
.cn_form_bx h2 {
    font-size: 32px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
}
.cn_form_bx label {
    font-size: 22px;
    color: #000000;
    font-weight: 400;
}
.cn_form_bx input {
    height: 60px;
    background-color: #ffffff;
    border: 1px solid #dadada;
	border-radius: 0;
}
.cn_form_bx .our_btn {
	padding: 12px 50px;
}
.team_sec .head_bx h2, .staff-info .head_bx h2 {
    text-transform: uppercase;
    text-align: center;
}
.card.team_card {
    background-color: #ffffff;
    border: 2px solid #e4e4e4;
	border-radius: 0;
	min-height:480px;
	margin-bottom: 30px;
}
.card.team_card img{
	border-radius: 0;
	height: 310px;
	object-fit: cover;
}
.card.team_card h5 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.card.team_card p {
	font-size: 16px;
	color: #838383;
	font-weight: 400;
	text-align: center;
	height: 50px;
}
.cn_ic_cl {
    text-align: center;
}
.cn_ic_cl_link {
    width: 25px;
    height: 25px;
    border-radius: 3px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 14px;
}
.map_sec{
	padding-top:25px;
	
}
.team_sec {
    padding: 25px 0;
}
/* ==========================================================================
		Service Css Start
========================================================================== */
.b_log_sec .head_bx {
    margin-bottom: 25px;
    max-width: 550px;
    margin: 0 auto;
	text-align:center;
}
.b_log_sec .head_bx p{
    font-size: 18px;
	line-height: 28px;
	color: #000000;
	font-weight: 400;
	text-align: center;
}
.b_log_sec {
    padding: 100px 0;
}
.b_log_sec .card_bx h3 {
    padding-top: 15px;
    margin: 0;
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    color: #000000;
    font-weight: 700;
}
.b_log_sec .card_bx img {
    width: 100%;
    height: 150px;
    object-fit: scale-down;
}
.subscribe-text h2 {
    font-size: 32px;
	color: #000000;
	font-weight: 700;
	text-transform:uppercase;
}
.subscribe-wrapper {
    overflow: hidden;
	position: relative;
}
.subscibe {
    padding: 50px 0;
	background-color: #f2f2f2;
}
.subscribe2-wrapper .subscribe-form input {
    border-radius: 30px;
    color: #000;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
	width:100%;
    padding-left: 15px;
	padding-right: 115px;
    cursor: pointer;
	height: 50px;
	border-radius: 25px;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	position:relative;
}

.subscribe2-wrapper .subscribe-form button {
    position: absolute;
    right: 0;
    height: 50px;
	width: 30%;
}
.list_iner_cn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
	border-bottom: 1px solid #e8eef5;
}
.hau_sec, .merlo_sec{
	padding:100px 0;	
}
.hau_bx h2 {
    font-size: 65px;
    color: #000000;
    font-weight: 700;
}
.hau_bx ul {
    padding-left:15px;
}

.hau_bx li {
    font-size: 18px;
    line-height: 46px;
    color: #000000;
    font-weight: 400;
    list-style: disc;
}
.hau_cn p {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
}
.t_bx h3 {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    padding: 15px 0;
}
.video_bx iframe{
	width:100%;
	height:500px;
}
.merlo_sec .head_bx h2{
	margin-bottom: 15px;
}
.merlo_sec .head_bx p{
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	font-weight: 400;
	margin-bottom: 15px;
}
.slider_btn {
    margin-top: 25px;
    text-align: center;
}
/* ==========================================================================
		Service Css Start
========================================================================== */
.ser_a {
    padding: 50px 0;
}
.ser_a_text {
	margin-bottom:25px;
}
.ser_a_text h2 {
    font-size: 65px;
    color: #000000;
    font-weight: 700;
    text-align: left;

}
.ser_a_text p {
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	font-weight: 400;
	text-align: left;
		margin-bottom:15px;
}
.ser_a_slider{
	display:none;
}
.ser_a_slider.slick-initialized{
	display:block;
}
.ser_a_slider button {
    position: absolute;
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 40px;
    height:40px;
    border: none;
    border-radius: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.ser_a_slider button:before {
    font-family: "FontAwesome";
    height: 40px;
    width: 40px;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    z-index: 2;
    cursor: pointer;
    border: 1px solid #ee7421;
    border-radius: 100px;
    color: #ee7421;
    font-weight: normal;
    font-size: 28px;
}
.ser_a_slider button.slick-disabled{
	opacity:.5;
}
.ser_a_slider button.slick-prev:before {
    content: "\f104";
}
.ser_a_slider button.slick-next:before {
    content: "\f105";
}
.ser_a_slider button.slick-prev {
    left: -2%;
    z-index: 1;
}
.ser_a_slider button.slick-next {
    right: -2%;
    z-index: 1;
}
.net_book{
	position: relative;
	text-align: center;
}
.net_book:after{
	content: "";
	width: 368px;
	height: 235px;
	background: url(../images/pattern-dot.png) no-repeat;
	top: -50px;
	left: -50px;
	position: absolute;
	display: inline-block;
	z-index: -1;
	
}
.net_book::before {
    position: absolute;
	content: '';
	width: 80%;
	height: 100%;
	border-radius: 0;
	background: #eaeff3;
	top: 5%;
	right: 0;
	z-index: -1;
}
.ser_2_sec {
    padding: 100px 0;
}
.ser_2_txt h2 {
    font-size: 35px;
    color: #000000;
    font-weight: 700;
	margin-bottom:15px;
}
.ser_2_txt p {
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	font-weight: 400;
	margin-bottom:15px;
}
.ser_2_btn{
	margin-top:50px;
}
.sigud-urs img {
    height: 360px;
    object-fit: cover;
}
.ser_2_btn p {
    width: 100%;
    background-color: #ee7421;
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 25px 0;
}
.ser_2_btn a {
    color: #fff;
	text-decoration:underline;
}
.vor_sec{
	padding:100px 0;
	
}
.vor_sec .head_bx {
    margin-bottom: 25px;
    text-align: center;
}
.card-body.merlo_text h5 {
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    text-align: center;
	margin-bottom:10px;
}
.card-body.merlo_text p {
    max-width: 268px;
	font-size: 16px;
	color: #838383;
	font-weight: 400;
	text-align: center;
	margin:0 auto;
}
.merlo_card_bx .card {
    background-color: #ffffff;
    border: 0;
	border-radius:0;
	margin-bottom: 0px;
}
.merlo_card_bx .card img{
	border-radius: 0;
    max-width: 100%;
    max-height: 100%;
}
.vor_sec .head_bx h2 {
    font-size: 65px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 15px;
}
/* ==========================================================================
		Footer Css Start
========================================================================== */
.foter_sec {
    background: #0d1b27;
    color: #fff;
    padding: 0;
    padding-top: 100px;
}
.main_foter{
	display:flex;
}
.main_foter div{
	width:33%;
	
}
.main_foter div:first-child, .main_foter div:last-child{
	width:34%;
	
}

.copyright {
    background: #07131e;
    color: #fff;
	margin-top: 100px;
}
.foter_content {
    padding: 30px 20px;
}
.foter_content p {
    font-size: 18px;
    line-height: 28px;
    padding-right: 25px;
	color: #fff;
	font-weight: 400;
	margin-bottom:20px;
}
.copyright p {
    font-size: 18px;
    line-height: 28px;
    padding: 10px 0;
	color: #fff;
	font-weight:400;
}
.foter_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 15px;
	text-transform: uppercase;
	color:#fff;
}
.foter_title::after {
    position: absolute;
    content: "";
    height: 5px;
    width: 49px;
    background: #ee7421;
    bottom: 0;
    left: 0;
    transition: width 0.5s ease, background-color 0.5s ease;
}
.foter_title:hover:after {
    width: 50%;
}
.foter_content ul li {
    padding: 0;
	color: #fff;
	font-weight:400;
	font-size:18px;
	line-height: 1.5;
}
.social_icon ul{	
	margin:25px 0;
}
.social_icon ul li{
	display:inline-block;
	margin-right:15px;
	
}
.foter_content ul li span {
    font-weight:400;
    display: block;
}
.foter_content ul li a {
    color: #fff;
	font-weight: 400;
}
.foter_content ul li a:hover {
    color: #ee7421;
}
.border_txt_bx {
    position: relative;
}
/*----Service-page-----*/
.staff-info {
    background-color: #f4f4f4;
    padding: 50px 0;
}
.card.gier {
	background-color: transparent;
    border-radius: 0;
    margin-bottom: 30px;
    border: 0;
}
.card.gier img{
	border-radius: 0;
	height: 310px;
	object-fit: cover;
}
.card.gier h5 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #ed7421;
	text-align: center;
}
.card.gier p {
	font-size: 16px;
	color: #838383;
	font-weight: 400;
	text-align: center;
	min-height: 50px;
}
.mag_ussin {
    box-shadow: 0px 2px 5px #eae9e9;
    background-color: #ffffff;
    margin: -25px 15px 0;
    padding: 15px;
	position: relative;
}
.service-form {
	padding: 100px 0;
}
.service-form .serv_cont {
    padding: 25px 40px;
    max-width: 770px;
    box-shadow: 0px 5px 5px rgba(225,225,225,0.75);
    background-color: #f4f4f4;
    margin: 0 auto;
}	
.service-form .serv_cont h2 {
    margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}
.service-form .cn_form_bx .our_btn {
    margin: 0 auto;
    display: block;
}
.contact_us_banner {
    height: 400px;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
}
.contact_us_banner:before {
	background: rgba(43,108,163, 0.6);
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
}
/*.contact_us_banner {
    height: 300px;
	min-height: 300px;
}*/

/*-------Service2-----*/
.vaer_tir {
	position: relative;
	text-align: center;
}
.vaer_tir:before {
	position: absolute;
    content: '';
    width: 300px;
    height: 300px;
    border-radius: 100%;
    background: #eaeff3;
    bottom: -50px;
    right: -50px;
}
.vaer_tir img {
    position: relative;
    margin: 0 auto;
	z-index: 1;
}
.vaer_tir:after {
	position: absolute;
    content: '';
    width: 368px;
    height: 235px;
    background: url(../images/pattern-dot.png);
    top: -50px;
    left: -50px;
}
.vantr_section {
	padding: 100px 0;
	background-color: #f4f4f4;
}
.sigud-urs {
    border-radius: 3px;
    background-color: #ffffff;
	margin-bottom: 20px;
}
.sigud-urs span {
    flex: 1;
}
.sigud-urs aside {
    flex: 1;
    padding-left: 20px;
}
.sigud-urs aside h4 {
	font-size: 18px;
	color: #ed7321;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.sigud-urs aside p {
	font-size: 16px;
	color: #838383;
	font-weight: 400;
}
.sigud-urs aside ul {
	padding-top: 10px;
}
.sigud-urs aside ul li a{
	font-size: 16px;
	line-height: 26px;
	color: #838383;
}
.sigud-urs aside ul li i {
	color: #ee7421;
	margin-right: 15px;
}
.service h2 {
	text-align: center;
}
 .cn_form_bx.service .our_btn {
    margin: 0 auto;
    display: block;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  background-position: center right;
}


input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 1px solid red;
}
.wpcf7-response-output {
    margin: 0px !important;
    background: #000;
    border: none !IMPORTANT;
    color: #fff;
}



.menu-menu-1-container ul#menu-menu-1 li .dropdown-menu {
    margin: 0;
}
.navbar .dropdown-menu {
    border: none;
    background: #fff;
    box-shadow: 0 0 43.5px rgb(215 223 232 / 75%);
}

.dropdown:hover>.dropdown-menu {
	display:block;
}
.navbar .dropdown-menu {
	border:none;
	background:#fff;
	box-shadow:0 0 43.5px rgba(215,223,232,.75);
}

.dropdown-toggle::after {
    display: inline-block !important;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.error-404.not-found {
	padding: 50px 0;
}
.single-sec {
	padding: 50px 0;
}
.search-sec {
	padding: 50px 0;
}
.no-results.not-found {
	padding: 50px 0;
}



@media only screen and (max-width: 991px) {
	 .img_container {
		margin-bottom: 30px;
	}
	.section_c {
		margin: 0;
	}
	
}
@media only screen and (max-width: 768px) {
	.card.team_card img, .card.team_card p, .card.team_card {
		height: auto;
	}
	.section_c {
		margin: 0;
	}
	.subscribe-text, .hau_bx {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 600px) {
	.bannerSlider {
		height: 450px;
	}
	.img_container {
		margin-bottom: 30px;
	}
	.border_txt h2 {
		font-size: 100px !important;
	}
	.bannerSlider .slide__image img {
		height: 450px;
	}
	.slide__text h1 {
		font-size: 50px;
	}
	.slide__text p {
		font-size: 18px;
	}
	.border_txt_b h2, .border_txt_d h2 {
		font-size: 55px !important;
	}
	.section_b {
		padding: 50px 0 50px 0;
	}
	.border_txt_b {
		position: absolute;
		top: -70%;
	}
	.section_c {
		margin: 0;
	}
	.section_d {
		padding: 60px 0 25px 0;
	}
	.section_b, .section_e {
		padding: 25px 0;
	}
	.border_txt_d {
		position: absolute;
		top: -22%;
	}
	.foter_sec {
		padding:0;
		padding-top:50px;
	}
	.section_e .head_bx {
		margin-bottom: 25px !important;
	}
	.main_foter {
		display: block;
	}
	.main_foter div:first-child, .main_foter div:last-child, .main_foter div {
		width: 100%;
	}
	.foter_content {
		padding: 10px 20px;
	}
	.copyright {
		margin-top: 25px;
	}
	.page_title {
		font-size: 40px;
	}
	.cn_form,  .staff-info, .vantr_section, .b_log_sec, .hau_sec, .merlo_sec, .vor_sec {
		padding:25px 0;
	}
	.cn_form_txt h2, .head_bx h2, .ser_a_text h2, .section_d .head_bx h2, .video_cn_bx h2, .hau_bx h2, .vor_sec .head_bx h2 {
		font-size: 40px;
	}
	.cn_form_txt p, .ser_a_text p, .foter_content ul li, .copyright p, .foter_title, .video_cn_bx p {
		font-size: 16px;
	}
	.net_book::after, .net_book::before, .vaer_tir::after, .vaer_tir::before, 
	.section_c::after {
		display:none;
	}
	.cn_form_txt {
		margin-bottom: 40px;
		margin-top: 20px;
	}
	.sigud-urs {
		flex-direction: column;
	}
	.sigud-urs img, .sigud-urs span{
		width:100%;
	}
	.sigud-urs aside {
		width: 100%;
		padding: 15px;
	}
	.cn_form_bx h2 {
		font-size: 28px;
	}
	.cn_form_bx label {
		font-size: 18px;
	}
	.cn_form_bx input {
		height: 50px;
	}
	.service-form .serv_cont {
		padding: 25px 25px;
	}
	section.section_e .head_bx h2 {
		font-size: 35px;
	}
	.video_bx iframe{
		height:auto;
	}
}
.merlo_sec ul {
	margin-left: 20px;
}
.merlo_sec ul li:before {
    position: absolute;
    content: '';
    left: 0;
    background: #000;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 3px solid #000;
    margin-top: 11px;
	margin-left: 20px;
}
#primary .page-layout {
	padding: 50px;
}
.pages-cont.text-center {
	padding-top: 30px;
}
.slick-slide img {
    object-fit: cover;
	margin: 0 auto;
}

.terms-of-business p {
	padding-top: 15px;
}
.terms-of-business h2 {
	padding-top: 15px;
	font-weight: 600;
}
.terms-of-business .terms-li {
	padding-left: 15px;
}
.terms-of-business .terms-li ul {
	padding-left: 10px;
	padding-top: 10px;
}

.terms-of-business .terms-li ul li::before {
	content: "• "; 
	font-size: 25px;
}
.image_block {
    height: 250px;
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    padding: 0px 20px;
}
.card-body.merlo_text.text_block {
    padding: 10px;
}

.cn-banner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(226, 237, 246, 0.4);
}
.banner-cn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
}
.banner-title {
    flex: 0 0 60%;
    max-width: 60%;
}
.banner-title h2.page_title {
    color: #2b6ca3;
}
.banner-thumb {
	flex: 0 0 40%;
    max-width: 40%;
    justify-content: flex-end;
    display: flex;
}
.thumb-border {
    overflow: hidden;
}
.thumb-border img {
	width: auto;
    height: 300px;
    object-fit: contain;
    filter: drop-shadow(0 0 14.5px rgba(204,212,219,0.75));
    border: 10px solid #efe4e4;
}
.merlo_card_bx .card img {
    border-radius: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    margin: 0 auto;
}
.art-no {
    margin-bottom: 10px;
}
.head_bx h4 {
	padding: 10px 0;
}
@media only screen and (max-width: 767px){
	.contact_us_banner.cn-banner {
		overflow: hidden;
	}
	.contact_us_banner.cn-banner .container {
    width: 100%;
    max-width: 100%;
}
.thumb-border {
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 0;
}
	.banner-cn {
		display: block;
		height: 100%;
		padding: 0;
	}
	.banner-title {
		flex: 0 0 100%;
		max-width: 100%;
		position: absolute;
		z-index: 1;
		right: 0;
		text-align: center;
		margin: 0 auto;
		left: 0;
		padding: 20px;
		bottom: 0;
		background: rgba(0, 0, 0, 0.7);
	}
	.banner-title h2.page_title {
		color: #fff;
		font-size: 28px;

	}
	.banner-thumb {
		flex: 0 0 100%;
		max-width: 100%;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		justify-content: center;
	}
	.thumb-border img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

/*** 15 Feb ***/
.card_bx.background_image img {
    height: 177px;
}
@media only screen and (max-width: 767px){
	.card_bx.background_image img {
		height: auto;
	}
}
.subscribe-form form.subscription .ctct-disclosure {
	display: none;
}
.subscribe-form form.subscription .ctct-form-field-submit input.ctct-submit {
	padding: 10px 0;
}
.hau_sec .hau_bx h3 {
	margin: 20px 0;
}
.hau_sec .hau_bx h4 {
	margin: 20px 0 0 0;
}
.merlo_sec .head_bx table {
	margin-top: 20px;
}
.merlo_sec .head_bx h3 {
	margin: 20px 0 10px 0;
}
.vor_sec .col-lg-4.col-md-6 {
    margin-bottom: 30px;
}
.vor_sec .merlo_card_bx {
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #b6b6b6;
    border-radius: 0;
    padding-bottom: 30px;
}
.product-details ul li:before {
	list-style-type: none;
	display:none;
}
.details-number{
	background: #2986c7;
    padding: 3px 10px;
    color: white;
}
.product-tbl-head{
	font-weight: 600;
    min-width: 150px;
}
.icon-sec li:before{ 
	margin-left: 10px!important;
}
.kioti-title{
	color: #2b6ca3;
    font-size: 26px;
    font-weight: 700;
    padding: 10px 0px;
}
.kioti-engine-gross {
    background: #f5f2eb;
    padding: 22px 14px 17px;
}
.kioti-roof-panel{
	padding: 11px 0 0px 14px;
    line-height: 1.6;
    font-weight: 500;
}
.standard-inn h6{
	color: #ee7421;
    font-size: 20px;
}
.xava-color{
	color: #de2021;
}
.av-side-bar{
	border-left: 10px solid #2b6ca3;
    padding-left: 10px;
}
.av-side-sub-bar{
	border-left: 10px solid #ee7421;
    padding-left: 10px;
}
.search_box {
    position: relative;
}
.search_box i.fa.fa-search {
    cursor: pointer;
}
.searchform {
    display: none;
    position: absolute;
    right: 0;
    top: 35px;
	min-width: 250px;
    width: 100%;
}
.searchform #ajaxsearchlite1 {
	padding: 10px;
    border: 1px #0000006e solid;
}
.search_box .searchform #ajaxsearchlite1 .promagnifier {
	background-color: #ee7421;
}
.search_box .searchform #ajaxsearchlite1 .probox .promagnifier .innericon svg {
	fill: #fff !important;
}
/* 14/06/2022 */
.page-id-10 #customer_login .col-1,
.page-id-10 #customer_login .col-2 {
	max-width: 50%;
}
.page-id-10 #customer_login .form-row {
	display: grid;
}
.page-id-10 #customer_login .form-row button {
	background-color: #ee7421;
    color: #fff;
	border-radius: 20px;
    height: 45px;
	font-weight: 400;
}
.page-id-10 #customer_login .form-row .woocommerce-form-login__rememberme input {
	height: auto;
}
.page-id-10 #customer_login .form-row input {
	height: 40px;
}
.woocommerce form.checkout_coupon.woocommerce-form-coupon input#coupon_code {
	height: 40px;
}
.woocommerce form.checkout_coupon.woocommerce-form-coupon button {
	background-color: #ee7421;
    color: #fff;
    border-radius: 0px;
    padding: 15px 25px;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button {
	background-color: #ee7421 !important; 
    border-radius: 30px !important;
	font-weight: 400;
}
@media only screen and (max-width: 768px){
	.page-id-10 #customer_login .col-1,
	.page-id-10 #customer_login .col-2 {
		max-width: 100%;
	}
}