@import 'https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700';.alignleft{float:left;margin-right:15px}.alignright{float:right;margin-left:15px}.aligncenter{display:block;margin:0 auto 15px}.fix{overflow:hidden}a{text-decoration:none;outline:none;-webkit-transition:.3s;transition:.3s;color:#303030}.btn.focus,.btn:focus,.btn:hover,input:focus,button:focus,a:focus,a:hover{text-decoration:none;outline:none;color:inherit}img{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{margin:0 0 10px;font-weight:600}h1{font-size:40px}p span,h1 span,h2 span,h3 span,h4 span,h5 span,h6 span{color:#2fccd0}html,body{height:100%}body{font-family:poppins,sans-serif;font-weight:400;font-size:14px;line-height:1.6;color:#606060}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px #fff inset!important}#maps{width:100%;height:500px}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0);
}
.Contactform .form-control{ border:0px; border-bottom:1px solid #ccc;}
.Contactform .form-group{position:relative; height:61px;}

.Contactform .form-group.textareabox{position:relative; height:auto;}
.form-label {position: absolute;bottom: -13px;color: red;font-weight: normal;}



/*extra css */
body{ overflow-x: hidden;}


.paddingbottom-20{padding-top:60px;}


.view_webpage {
	transition: all ease-in-out .3s;
	border-radius: 2em;
	background: #444242 !important;
	border: solid 1px #ccc !important;
	font-size: 14px !important;
	text-align: center !important;
	padding: 8px 3px !important;
	font-weight: 400 !important;
	color: #ffffff !important;
	margin: auto;
	margin: 15px;
	max-width: 50%;

}

.selectdrop {
	width: 100%;
}
.md-form.mb-5 {
	height: 92px;
}

.view_webpage:hover {
	color: #fff;
	background: #0093dd !important;
	border-color: #0093dd !important;
}

.itemone_text a {
	font-size: 18px;
	color: #252525;
	text-transform: capitalize;
	font-weight: 700;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.close {
	float: right;
	font-size: 26px;
	font-weight: 100;
	line-height: 1;
	color: #fff;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: 1;
	background: #2d3441 !important;
	padding: 3px !important;
	border-radius: 50%;
	height: 31px;
	width: 32px;
	position: absolute;
	right: -8px;	
	top: -8px;
}

.sendbutton {
	text-align: center !important;
}
.displaynone{display: none;}
#AboutUs{ padding-top: 10px; margin-top: -10px;}
#services{ padding-top: 80px; margin-top: -80px;}
#feature{ padding-top: 30px; margin-top: -30px;}
#Modules{ padding-top: 30px; margin-top: -30px;}
#Industries{ padding-top: 30px; margin-top: -30px;}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 0px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	border-bottom: 1px solid #ccc;
}
.form-control:focus {
	border-color: #ccc;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0);
}
.modal-dialog {
	width: 52%;
	margin: 30px auto;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
}
.modal-header {
	padding: 15px;
	border-bottom: 0px solid #e5e5e5;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 0px solid #e5e5e5;
}
.hiresform .select2-container .select2-choice{border-radius:0px !important;}
.hiresform .form-control{border-radius:0px;}
input.form-control::placeholder{color: #2d3441;opacity: 1;}
input.form-control:-ms-input-placeholder {color: #2d3441;opacity: 1;}
input.form-control::-ms-input-placeholder {color: #2d3441;opacity: 1;}
textarea.form-control::placeholder{color: #2d3441;opacity: 1;}
textarea.form-control:-ms-input-placeholder {color: #2d3441;opacity: 1;}
textarea.form-control::-ms-input-placeholder {color: #2d3441;opacity: 1;}

.send-form{padding: 0 30px;}
.file-upload {
	position: relative;
	display: inline-block;
	width: 100%;
}
.file-upload__label {
	display: block; cursor: pointer;
	padding: 9px;
	color: #33404c;
	background: none;
	border-radius: .4em;
	transition: background .3s;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	width: 100%;
}
    
.file-upload__input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
    width:0;
    height: 100%;
    opacity: 0;
}
.ourteamsection{ padding: 0 5%;}
.owl-dots {
	text-align: center;
}
.ourteam .owl-dot {
	width: 18px;
	height: 18px;
	border: 1px solid #495677;
	border-radius: 50%;
	display: inline-block;
	margin: 4px;
}
.owl-dot:hover, .owl-dot.active {
	background: #495677;
}
.ourteam .owl-nav{display: none;}
.nav > li {text-transform: uppercase;}
.client-photo-list {margin: 0 16px;}
.team-wrap {
	text-align: center;
	margin-top: 7px;
}



.ourprodect {
	background: #fff;
	padding: 23px;
	text-align: center;
	min-height: 370px;
	height: auto;
}

.ourprodect .text-center.margin-top-25 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
}

.list_screen_slide .ourprodect img {
	width: 127px;
	max-width: 152px;
	height: 47px;
}

.single_screen_slide .itam{	width: 400px;}






header .item {

	position: relative;
  }
  header .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  header .item .cover {
	padding: 75px 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
  }
  header .item .cover .header-content {
	position: relative;
	padding: 56px;
	overflow: hidden;
  }
  header .item .cover .header-content .line {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	border: 9px solid #fff;
	-webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
	clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  }
  header .item .cover .header-content h2 {
	font-weight: 300;
	font-size: 35px;
	color: #fff;
  }
  header .item .cover .header-content h1 {
	font-size: 50px;
	font-weight: 600;
	margin: 5px 0 20px;
	word-spacing: 3px;
	color: #fff;
  }
  header .item .cover .header-content h4 {
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
	color: #fff;
  }
  header .owl-item.active h1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
  }
  header .owl-item.active h2 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
  }
  header .owl-item.active h4 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
  }
  header .owl-item.active .line {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInLeft;
	animation-delay: 0.3s;
  }
  header .owl-nav .owl-prev {
	position: absolute;
	left: 15px;
	top: 43%;
	opacity: 1;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background: rgba(0, 0, 0, 0) !important;
	width: 40px;
	cursor: pointer;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 0;
  }
  header .owl-nav .owl-prev span {
	font-size: 4.6875rem;
	color: #fff;
  }
  header .owl-nav .owl-prev:focus {
	outline: 0;
  }
  header .owl-nav .owl-prev:hover {
	background: transparent !important;
  }
  header .owl-nav .owl-next {
	position: absolute;
	right: 25px;
	top: 43%;
	opacity: 1;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background: rgba(0, 0, 0, 0) !important;
	width: 40px;
	cursor: pointer;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 0;
  }
  header .owl-nav .owl-next span {
	font-size: 4.6875rem;
	color: #fff;
  }
  header .owl-nav .owl-next:focus {
	outline: 0;
  }
  header .owl-nav .owl-next:hover {
	background:transparent !important;
  }
  header:hover .owl-prev {

	opacity: 1;
  }
  header:hover .owl-next {

	opacity: 1;
  }


@media only screen and (max-width:1100px) {
.modal-dialog {
	width: 75%;
	margin: 30px auto;
}
.col_fourth {
	width: 22.5%;
}
header .item {
 height: 65vh;
  }


  header .item .cover .header-content h1 {
	font-size: 36px;
	margin: 5px 0 14px;
}
header .item .cover .header-content {
	padding: 19px;
	margin-left: 16px;
}


}

@media only screen and (max-width:992px) {
.col_fourth {
	width: 17.5%;
}

header .owl-nav .owl-prev{left:0;}
header .owl-nav .owl-next{right:3px;}
header .item .cover .header-content h4 {font-size: 16px;}
header .item .cover .header-content h1 {font-size: 30px;}
header .item .cover .header-content h2 {font-size: 25px;}
header .item {
	height: 45vh;
	 }
}

@media only screen and (max-width:767px) {
.modal.in .modal-dialog{ top:68%;}
.modal-dialog {
	width: 89%;
}

.col_fourth {
	width: 8.5%;
}
.navbar-brand .logo-text{ padding-left: 5px;}


.list_screen_slideload:after {
    content: url(../images/screen/desktopiphone.png);
    left: 50%;
    position: absolute;
    top: 69%;
    -webkit-transform: translate(-51.4%, -48.9%);
    transform: translate(-50%, -48.9%);
}
.threeloadlist_screen_slide:after {
    content: url(../images/screen/desktopiphone.png);
    left: 50%;
    position: absolute;
    top: 69%;
    -webkit-transform: translate(-51.4%, -48.9%);
    transform: translate(-50%, -48.9%);
}

#div2 .item {
	width: 300px;
	margin: auto;
}

#div3 .item {
	width: 300px;
	margin: auto;
}


#scrollUp {
	background-color: transparent;
	border: 1px solid #0093dd;
	border-radius: 2px;
	bottom: 19px;
	color: #0093dd;
	height: 28px;
	line-height: 2;
	right: 8px;
	text-align: center;
	width: 27px;
}
body{font-size:13px;}
h1{font-size:22px;}
header .item .cover .header-content h4 {font-size: 14px; line-height: 19px;}
header .item .cover .header-content h1 {font-size: 19px;}
header .item .cover .header-content h2 {font-size: 17px;}
header .item {
	height: 30vh;
	margin-top: 69px;
}
header .item .cover .header-content .line{border: 3px solid #fff;}
header .owl-nav .owl-prev span {font-size: 2.688rem;}
header .owl-nav .owl-next span{font-size: 2.688rem;}
header .owl-nav .owl-prev{top:54%;}
header .owl-nav .owl-next{top:54%;}
header .item .cover{ background: rgba(0, 0, 0, 0.4);}
}



.buttons {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.showSingle {
	padding: 10px 20px;
border-radius: 6px;
	cursor: pointer;
margin:0px 3px;
}


.showSingle:hover {	
color:#fff;

}
.showSingle.active {	
	
color:#fff;

}


@media only screen and (max-width:560px) {
.showSingle {
	padding: 10px 10px;
	background: #fff;
	border-radius: 6px;
	cursor: pointer;
	margin: 0px 2px;
}

 .showSingle.btn.btn-link.active, .showSingle.btn.btn-link:hover, .showSingle.btn.btn-link{ padding: 8px 8px; min-width: auto;letter-spacing:0; font-size: 11px;}
}


@media only screen and (max-width:360px) {
.social-menu a{margin:0 1px;}
#scrollUp{bottom:49px;}
.showSingle {
	padding: 10px 8px;
	background: #fff;
	border-radius: 6px;
	cursor: pointer;
	margin: 0px 0px;
	font-size: 12px;
}



}





