
body {
    color: #464444;
    font-size: 17px;
    line-height: 1;
	background-color:#fff;
    font-family: 'Graphik-Regular';
}
/* ============ homepage css =============== */




.toggle_terget{
    display: none;
}

html {
  scroll-behavior: smooth;
}



a{
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor:pointer;
    text-decoration: none;
}

p {
    color: #282828;
    font-size: 17px;
    line-height: 26px;
    font-family: 'Graphik-Regular';
}

h1 {
    font-size: 60px;
    line-height: 65px;
    font-family: 'Inter-ExtraBold';
}
h2 {
    font-family: 'Graphik-SemiBold';
    font-size: 60px;
    line-height: 65px;
    letter-spacing: -2px;
    margin-bottom: 15px;
    color: #282828;
}

h3 {
    font-family: 'Graphik-SemiBold';
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -1px;
}

h4 {
    font-family: 'Graphik-SemiBold';
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -1px;
}

/*ul {
    padding-bottom: 20px;
}
ul li {
    padding-left: 15px;
    color: #616161;
    font-size: 19px;
    line-height: 24px;
    font-family: 'Calibre-Regular';
    position: relative;
    margin-bottom: 6px;

}
ul li::before {
    content: '';
    background-image: url(../images/dot.png);
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 5px;
}*/

input, select {
	vertical-align: middle;
ackground: #fff;
	width: 100%;
	-moz-appearance: none;
}

/** Header **/

.site-header {
	background: #fff;
	width: 100%;
	-webkit-transition: all ease 500ms;
	-moz-transition: all ease 500ms;
	-ms-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
	position: relative;
	z-index: 2;
}
.site-header.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}


.header_top {
    background: #f07c24;
    padding: 10px 0;
}
.topLeft p{ color:#fff; font-size:17px; margin:0; }
.topPhone{padding-right:10px;  margin-right:20px; border-right:2px solid #fff; }
.topRight a {
    color: #fff;
    letter-spacing: 1px;
}
.topRight a span:hover{ color:#282828; }
.topRight a i {
    margin-right: 8px;
    font-size: 20px;
}
.topLeft i {  color: #fff; margin-right: 8px;     font-size: 25px;}

.header_bottom {
    padding: 22px 0;
    background: #fff;
}

.traparentButton {
    height: 50px;
    display: flex;
    padding: 0 20px;
    border-radius: 5px;
    border: 2px solid #f07c24;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #f07c24;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    letter-spacing: 1px;
}
a.traparentButton:hover {
    background: #f07c24;
    color: #fff;
}
.solidButton i {
    margin-right: 10px;
    font-size: 19px;
}
.solidButton{
	height: 50px;
    display: flex;
    padding: 0 20px;
    border-radius: 5px;
    align-items: center;
    border: 2px solid transparent;
    justify-content: center;
    background: #282828;
    color: #fff;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    letter-spacing: 1px;
}
.solidButton:hover {
    border: 2px solid #282828;
    background: transparent;
    color: #282828;
}

.solidButton.oganeButton{ background:#f07c24; height:60px; }
.BannerButtonBox .traparentButton {
    height: 60px;
}
.solidButton.oganeButton:hover {
    border: 2px solid #f07c24;
    background: transparent;
    color: #f07c24;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000 !important;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .show>.nav-link {
    color: #f07c24 !important;
}

ul.navbar-nav li.nav-item:last-child {
    display: none;
}

.banner_area .item{ position:relative; }
.bannerBox {
    position: relative;z-index: 0;
}
.bannerBox::before {
	z-index: 1;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
}
.bannerBox img{
    width: 100%;
    display: block;
}
.bannerContent{
    width: 100%;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.bannerContent h4, .banner_area h1, .banner_area h6 {
    color: #fff; text-align: center;
}

.bannerContent h4 {
    font-size: 60px;
    line-height: 65px;
    font-family: 'Inter-Light';
}

.bannerContent h1 { text-transform:uppercase; margin-bottom:25px; }
.banner_area h6 {
    font-size: 22px;
    line-height: 30px;
}
.BannerButtonBox {
    max-width: 381px;
    margin: 0 auto 30px;
    padding-top: 10px;
}
section.banner_area .owl-dots {
    position: absolute;
    z-index: 3;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}
section.banner_area .owl-dots .owl-dot span {
    width: 25px;
    height: 25px;
    background: #c2c2c2;
    border: 2px solid #c2c2c2;
    margin: 3px 4px;
}
section.banner_area .owl-dots .owl-dot.active span, 
section.banner_area .owl-dots .owl-dot:hover span {
    background: transparent;
    border: 2px solid #f07c24;
}
.banner-video .video-js {
    height: 700px;
    width: 100%;
    object-fit: cover;
}
.banner-video video{
    object-fit: cover;
}
.video-js .vjs-control-bar{ display:none; }
section.whyChoose {
    padding: 20px 0;
    background: #fff;
}
section.whyChoose  h3{ margin-bottom: 0; color: #282828; text-align: center;}
section.whyChoose  h2{ text-align:center; margin-bottom: 20px; }
section.whyChoose  h2+p{ text-align: center;}
.choosBoxWrap{
    padding-top: 20px;
}
.choosBox {
    /*max-width: 415px;
    width: 100%;*/
    padding: 40px 25px;
    box-sizing: border-box;
    background: #4b4b4b;
    border-radius: 15px;
}
.choosBoxWrap .col-md-4:nth-child(even) .choosBox { background: #f07c24;}
.choosBox p, .choosBox h6{ color:#fff; }
.choosBox p{ font-size:16px; margin-bottom: 0}
.choosBox h6{ font-size:21px; line-height:25px; margin-bottom:10px;font-family: 'Inter-Bold'; }
.choosBox .cont {
    max-width: 270px;
    width: 100%;
}


section.welcome {
    background: #fef4ec;
    padding: 70px 0;
}
.SoftwareRight img,
.welRight img {
    display: block;
    width: 100%;
    border-radius: 20px;
}
/*.SoftwareCont,
 {
    max-width: 650px;
    width: 100%;
}*/

.imgbox img {
    border-radius: 8px;
}
.welCont p {
    color: #393939;
    font-family: 'Graphik-Medium';
    font-size: 19px;
    line-height: 27px;
}

.welCont ul {
    padding: 0;
    padding-top: 10px;
}
.welCont ul li {
    color: #393939;
    font-family: 'Graphik-Medium';
    font-size: 19px;
    line-height: 27px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 38px;
}
.welCont ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f07c24;
}
.welCont ul li::after {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    color: #fff;
    left: 4px;
    position: absolute;
    top: 9px;
}
section.welcome.softaare {
    background: #fff;
}
.welRight.softLft {
    margin-left: 80px;
}

.specialist{
	padding: 75px 0;
	background: url('../images/bg.jpg') no-repeat;
	background-size: cover;
}
.specialist h2, .specialist p{ color: #fff; text-align: center; margin-bottom: 25px;}
.specialist p{ margin-bottom: 0; font-size: 20px; line-height: 30px;}


.ourSoftware{ padding:80px 0; background:#fff; }
.SoftwareCont p{ font-size:21px; line-height:31px; color:#393939;  }
.softButtonBox {
    padding-top: 20px;
}

.ourindustries{
	padding: 75px 0;
	background: #f4f4f4;
}
.ourindustries h2{ text-align: center; margin-bottom:40px; }
.indusWrap .col-md-3 {
    margin-bottom: 20px;
}
.indusBox {
    position: relative;
    overflow: hidden;
}
.imgbox{ position:relative; }
.imgbox::before {
    z-index: 1;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);transition: all ease 100ms;opacity: 0;    border-radius: 8px;

}
.indusBox:hover .imgbox::before {opacity: 1;}
.indusBox:hover .indusCont {bottom: 0; visibility: visible; opacity: 1;}
.indusCont {
	z-index: 2;
    position: absolute;
    left: 0;
    bottom: -120px;
    padding: 20px;
    color: #fff;
    text-align: center;
    transition: all ease 300ms;
    opacity: 0;
    visibility: hidden;
}
.indusCont p {
    font-size: 16px;
    color: #fff;
    line-height: 23px;
    margin: 0;
}


section.contactUs {
    padding: 80px 0 10px 0;
}
.contactUs h2, .contactUs h2+p {
    text-align: center;
}
.contactUs h2+p {font-size: 18px;}

.addressWrap {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
}
.mapBoxx img {
    border-radius: 0 15px 15px 0;
}


.addBox { position: relative;
    text-align: center;
    padding: 0 45px 45px 45px;/* max-width: 380px;*/

}
.addressWrap .addBox::after{ content:''; position:absolute; right:0; top:50%; transform: translateY(-50%); height:130px; width:1px; background:#e3e3e3; }
.addressWrap .col-md-4:last-child .addBox::after{ display:none; }
.addBox p, .addBox a {
    margin: 0;
    color: #5d5d5d;
}
.addBox a:hover {
    color: #f07c24;
}
.addBox h5 {
    color: #282828;
    font-size: 22px;
    font-family: 'Graphik-Medium';
}
.icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f07c24;
    color: #fff;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px auto;
}

.forArea{ background:#f07c24; }

.traparentButton.submitB{ border-color: #fff; color:#fff;  height: 60px; width:160px;}

.traparentButton.submitB:hover{ background:#fff; color:#f07c24; }



.forArea {
    padding: 54px 45px;
    border-radius: 15px 0 0 15px;
}
.mapBoxx {
    padding: 0;
}
.forArea label {
    color: #000000;
    margin-bottom: 5px;
}

.forArea .form-control {
    border-radius: 0;
    /*background: transparent;*/
    border: none;
    height: 50px;
    color: #000 !important;
    padding-left: 0;
    border-bottom: 2px solid #000000;
}
.forArea .form-select {
    color: #000;
    padding-left: 0;
    /*    background-color: #f07c24;*/
    border: none;
    border-radius: 0;
    height: 50px;
    border-bottom: 2px solid #000000;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.forArea textarea.form-control {
    height: 80px;
}
.forArea .form-control:focus { box-shadow: none; }

.forArea .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff ;
  opacity: 1; /* Firefox */
}
.forArea .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
.forArea .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.formAndMap {
    margin-bottom: -180px;
    padding: 0 15px;
}

.forArea .row {
    margin-bottom: 20px;
}


footer.site-footer {
    background: #0b0f0c;
}
.footer_top {
    padding: 230px 0 40px 0;
}
a.footerLogo {
    max-width: 220px;
    width: 100%;display: block;
    margin-bottom: 20px;
}
a.footerLogo img{
    width: 100%; display: block;
}

.foocont p{ color:#bbbbbb; }
.sociWrap a {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #f07c24;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.sociWrap a:hover { opacity: 0.8;}
.footer_top h6 {
	margin-bottom: 30px;
    font-size: 18px;
    color: #fff;
    font-family: 'Roboto-Bold';
    letter-spacing: 0.5px;
}


.footer_bottom {
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #3c3c3c;
}
.footer_bottom p {
    color: #bbbbbb; margin: 0;
}
.footer_bottom a {
    color: #f07c24;
}

.footer_bottom a:hover {
    color: #c1621a;
}
.commonLink{
	padding: 0;
}
.commonLink li{
	margin-bottom: 18px;
}
.commonLink li a{ color:#bbbbbb;  }
.commonLink li a:hover{ color:#f07c24;  }



.ourServ {
    position: relative;
}
.ourServ::before {
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 80%;
    background: #3c3c3c;
    top: 50%;
    transform: translateY(-50%);
}
.ourServ::after {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 80%;
    background: #3c3c3c;
    top: 50%;
    transform: translateY(-50%);
}


.welCont h4{
    color: #000;
    font-size: 24px;
}
.welCont .content p{
    font-size: 16px;
}
.contact-us-page .formAndMap {
    margin-bottom: 0;
}

section.contactUs.contact-us-page  {
    padding: 80px 0 80px 0;
}

.inner-page-banner {
    background: #fff;
    text-align: center;
    position: relative;
}
.inner-page-banner > img{
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}
.inner-page-banner h1 {
    color: #fff;
    display: inline-block;
    padding: 30px;
    background: rgba(0,0,0,0.8);
}
.inner-page-banner .container{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.inner-page-footer .footer_top{
    padding: 50px 0 40px 0;
}

section.contactUs.contact-us-page .mapBoxx img {
    border-radius: 0 15px 15px 0;
    height: 100%;
    object-fit: cover;
}

section .signin {
    position: static;
    max-width: 400px;
    margin: 60px auto;
    background: #f07c24;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    border-radius: 4px;
}
section .signin .content 
{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
section .signin .content h2 {
    font-size: 2em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: normal;
}
section .signin .content .form 
{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
section .signin .content .form .inputBox
{
  position: relative;
  width: 100%;
}
section .signin .content .form .inputBox input {
    position: relative;
    width: 100%;
    background: #fff;
    border: none;
    outline: none;
    padding: 25px 10px 7.5px;
    border-radius: 4px;
    color: #000;
    font-weight: 500;
    font-size: 1em;
}
section .signin .content .form .inputBox i 
{
  position: absolute;
  left: 0;
  padding: 15px 10px;
  font-style: normal;
  color: #aaa;
  transition: 0.5s;
  pointer-events: none;
}
.signin .content .form .inputBox input:focus ~ i,
.signin .content .form .inputBox input:valid ~ i
{
  transform: translateY(-7.5px);
  font-size: 0.8em;
  color: #ddd;
}
.signin .content .form .links 
{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.signin .content .form .links a 
{
  color: #fff;
  text-decoration: none;
}
.signin .content .form .links a:nth-child(2) {
    color: #fff;
    font-weight: 600;
}
.signin .inputBox input[type="submit"] {
    width: 100%;
    padding: 10px;
    background: #282828;
    color: #fff;
    font-weight: 600;
    font-size: 1.35em;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: none;
    border-radius: 3px;
}
.signin .content .form .inputBox input[type="submit"]:hover{
    background-color: #222;
}
input[type="submit"]:active
{
  opacity: 0.6;
}
@media (max-width: 900px)
{
  section span 
  {
    width: calc(10vw - 2px);
    height: calc(10vw - 2px);
  }
}
@media (max-width: 600px)
{
  section span 
  {
    width: calc(20vw - 2px);
    height: calc(20vw - 2px);
  }
}
