@charset "utf-8";
/*************** DEFAULT CSS ***************/
@font-face {
    font-family: 'EuclidCircularARegular';
    src: url('../fonts/EuclidCircularARegular.eot');
    src: url('../fonts/EuclidCircularARegular.eot') format('embedded-opentype'),
         url('../fonts/EuclidCircularARegular.woff2') format('woff2'),
         url('../fonts/EuclidCircularARegular.woff') format('woff'),
         url('../fonts/EuclidCircularARegular.ttf') format('truetype'),
         url('../fonts/EuclidCircularARegular.svg#EuclidCircularARegular') format('svg');
}
@font-face {
    font-family: 'EuclidCircularAMedium';
    src: url('../fonts/EuclidCircularAMedium.eot');
    src: url('../fonts/EuclidCircularAMedium.eot') format('embedded-opentype'),
         url('../fonts/EuclidCircularAMedium.woff2') format('woff2'),
         url('../fonts/EuclidCircularAMedium.woff') format('woff'),
         url('../fonts/EuclidCircularAMedium.ttf') format('truetype'),
         url('../fonts/EuclidCircularAMedium.svg#EuclidCircularAMedium') format('svg');
}
@font-face {
    font-family: 'EuclidCircularASemiBold';
    src: url('../fonts/EuclidCircularASemiBold.eot');
    src: url('../fonts/EuclidCircularASemiBold.eot') format('embedded-opentype'),
         url('../fonts/EuclidCircularASemiBold.woff2') format('woff2'),
         url('../fonts/EuclidCircularASemiBold.woff') format('woff'),
         url('../fonts/EuclidCircularASemiBold.ttf') format('truetype'),
         url('../fonts/EuclidCircularASemiBold.svg#EuclidCircularASemiBold') format('svg');
}
@font-face {
    font-family: 'EuclidCircularABold';
    src: url('../fonts/EuclidCircularABold.eot');
    src: url('../fonts/EuclidCircularABold.eot') format('embedded-opentype'),
         url('../fonts/EuclidCircularABold.woff2') format('woff2'),
         url('../fonts/EuclidCircularABold.woff') format('woff'),
         url('../fonts/EuclidCircularABold.ttf') format('truetype'),
         url('../fonts/EuclidCircularABold.svg#EuclidCircularABold') format('svg');
}
@font-face {
    font-family: 'EuclidCircularALight';
    src: url('../fonts/EuclidCircularALight.eot');
    src: url('../fonts/EuclidCircularALight.eot') format('embedded-opentype'),
         url('../fonts/EuclidCircularALight.woff2') format('woff2'),
         url('../fonts/EuclidCircularALight.woff') format('woff'),
         url('../fonts/EuclidCircularALight.ttf') format('truetype'),
         url('../fonts/EuclidCircularALight.svg#EuclidCircularALight') format('svg');
}



:root {
    --body-font: 'EuclidCircularARegular';
    --body-font-Size: 16px;
    --body-color: #000;
    --primary-color: #05166b;
    --secondary-color: #00cbf8;
    --black: #000;
    --white: #fff;
	--yellow:#ffcc66;
    --euclid-semibold:'EuclidCircularASemiBold';
	--euclid-medium:'EuclidCircularAMedium';
    --euclid-bold:'EuclidCircularABold';
	--euclid-light:'EuclidCircularALight';

}
body{
 	font-family: var(--body-font);
	font-size:var(--body-font-Size);
	font-style: normal;
	line-height: normal;
	font-weight:400;
	color: var(--body-color);
	text-decoration: none;
	margin:0px;
	-webkit-font-smoothing: antialiased;
	padding:0;
}
html{ scroll-behavior: smooth;}
* {-webkit-box-sizing: border-box;-mox-box-sizing: border-box;box-sizing: border-box;}
::selection {background: var(--black); /* Safari */color:var(--white);}
::-moz-selection {background: var(--black); /* Firefox */color:var(--white);}
a {color:var(--primary-color);text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
a:hover {color: var(--primary-color);}
p {margin:0 0 30px 0;clear:left;padding:0; line-height: 24px;}
ul{padding: 0px; margin: 0 0 25px;}
ul li{list-style: none;}
/******* Headings Style *******/
h1 {font-size: 43px;}
h2 {font-size: 35px;}
h3 {font-size: 20px;}
h4 {font-size: 17px;}
h5 {font-size: 15px;}
h6 {font-size: 13px;}
h1, h2, h3, h4, h5, h6 {margin:0 0 20px 0;padding:0;font-weight:normal;}	
hr {margin:40px  0 60px 0;height:1px;border:0;border-top:1px solid #c1c1c1;border-bottom:1px solid #c1c1c1;float:left;width:100%;position:relative;}
img{border:0; max-width: 100%;}	
a img {border: 0;}
/*************** PRELOADER ***************/
#preloader {position: fixed;top:0;left:0;right:0;bottom:0;background-color:var(--white); /* change if the mask should have another color then white */
z-index:999999; /* makes sure it stays on top */}
#status {width:100%;height:100%;position:absolute;left:0%;top:0%;  background-size: 300px;
background-image:url(../images/i2trax.svg); background-repeat:no-repeat;background-position:center;margin:0;}

/*************** COLUMS AND ROWS ***************/
main{ position:relative;	}
.row{ width: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.justify-content-center { justify-content: center; }
.space-between{ justify-content: space-between; }
.justify-content-flex-end{ justify-content: flex-end }
.clearfix{width:100%;height:100px;margin:0;padding:0;display:block;}
.container{	width:1320px;margin:0 auto;}
.fullwidth{	width:100%;display:block;}
.two-col{flex:0 0 48%; }
.three-col{	flex:0 0 31%;}
.four-col{flex:0 0 22%;}
section {width: 100%; display: block;position: relative;}
aside { flex:0 0 25%; margin: 0; padding: 0;}
summary { flex:0 0 70%; margin: 0; padding: 0;}
.list{padding: 0px;margin: 0 0 25px;display: flex;width: 100%;flex-direction: column;}
.list li{list-style: none;color: #3a4455;padding-left: 22px;margin-bottom: 6px;line-height: 24px;position: relative;}
.list li:after{position: absolute;content: '';width: 6px;height: 6px;border: 2px solid var(--primary-color);left: 0px;top: 8px;border-radius: 50px;}
.list li a{ color: #3a4455; }
.button-style a, .button-style-span{display: inline-block;position: relative;background-color: var(--yellow);padding: 14px 55px 14px 22px;border-radius: 50px;color: var(--black);font-size: 14px;margin-bottom: 10px;}
.button-style a:after, .button-style-span:after{content: "\f178";font-family: 'Font Awesome 6 Free';font-weight: 900;right: 8px;position: absolute;top: 50%;margin-top: -14px;line-height: 28px;width: 28px;height: 28px;border-radius: 50px;text-align: center;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;transform: rotate(1deg);}
.button-style a:hover, .button-style-span:hover{background-color: var(--primary-color);color: var(--white);}
.button-style a:hover:after, .button-style-span:hover:after{background-color: var(--secondary-color);transform: rotate(328deg);}
.text-center{text-align: center !important;}
.gap-1{gap:1%}
.gap-2{gap:2%}
.gap-3{gap:3%}
.gap-4{gap:4%}
.gap-5{gap:5%}
.gap-50, .gap-100{display: flex; width: 100%; height: 50px;}
.gap-100{ height: 100px;}
.bold{font-family: var(--euclid-bold);}
.m-b-10{margin-bottom: 10px;}


/*************** HOME PAGE CSS ***************/
header{padding: 10px 0px; position: fixed;z-index: 2; width: 100%;}
.header-wrap{display: flex;justify-content: space-between;align-items: center;}
.logo{line-height: 0;}
.logo img{width: 152px;}
.header-right{ display: flex;align-items: center;gap: 20px;}
.btn-contact{background-color: var(--yellow);padding: 10px 20px 11px;border-radius: 50px;font-size: 14px;}
.btn-contact:hover{ background-color: var(--primary-color); color: var(--white);}
.bnr-btn{ font-size: 14px; color: var(--black); margin-left: 20px;}
.bnr-btn:hover{ color: var(--secondary-color);}
.services{padding: 80px 0px;}
.ser-box{position: relative; width: 100%; display: block; }
.ser-box:after{position: absolute; content: ''; width: 100%; height: 100%; left: 0px; bottom: 0px; border-radius: 20px; z-index: 0;
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); }
.ser-img img{border-radius: 20px;width: 100%;}
.ser-cnt{position: absolute;left: 0px;bottom: 0px;z-index: 1;width: 100%;text-align: center;padding-bottom: 35px; display: flex;justify-content: center;flex-direction: column; padding-left: 15px; padding-right: 15px;}
.ser-cnt h4{color: var(--white);font-size: 20px;font-family: var(--euclid-semibold);margin-bottom: 15px;}
.ser-cnt h5{font-size: 16px;color: var(--white);margin-bottom: 0px; opacity: 0; -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.heading{font-size: 56px;font-family: var(--euclid-light);margin-bottom: 30px;}
.heading span{font-family: var(--euclid-bold);}
.ser-img{line-height: 0px;}
.services .owl-item.active.center .ser-cnt h5{opacity: 1;}
.ware-operations{overflow-x: hidden;}
.scroll-left-right {-webkit-animation: scrollLeft 20s linear infinite;-moz-animation: scrollLeft 20s linear infinite;
animation: scrollLeft 20s linear infinite;-webkit-animation-fill-mode: forwards;-moz-animation-fill-mode: forwards;	animation-fill-mode: forwards;}
.scroll-right-left {-webkit-animation: scroll 20s linear infinite;-moz-animation: scroll 20s linear infinite;
animation: scroll 20s linear infinite;-webkit-animation-fill-mode: forwards;-moz-animation-fill-mode: forwards;
animation-fill-mode: forwards;}
.scroll-right-left h2 {color: var(--white);font-family: var(--euclid-bold);font-size: 56px;margin-bottom: 0;display: flex;align-items: center;}
.scroll-animation {display: flex;flex-wrap: nowrap;white-space: nowrap;align-items: center;}
.scroll-right-left h2 span{display: inline-block;width: 15px;height: 15px;background-color: #8beaff;border-radius: 50px;margin: 0 50px;}
.ware-operations-img{border-radius: 20px; overflow: hidden; text-align: center;width: auto !important; flex: 0 0 51%;}
.ware-operations-img img{ max-width: 100%; border-radius: 20px;}
.ware-operations-img-wrap{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.ware-text-sld{background-color: var(--secondary-color);padding: 20px 0px;position: absolute;left: 0px;z-index: -1;}
.ware-opr-cnt{width: 65%; margin: 0 auto; text-align: center; padding-top: 30px;}
.ware-opr-cnt h5{font-size: 26px;}
.data-pro-wrap{padding: 80px 0px;}
.data-progress{display: flex;margin: 0;padding: 0;flex-wrap: wrap;}
.data-progress li{margin: 0;list-style: none;flex: 0 0 25%;padding: 0px 10px;display: flex;align-items: center;}
.data-progress li h2{margin-bottom: 0px;font-size: 56px;color: var(--black);line-height: 1.2;font-family: var(--euclid-light);padding-right: 15px;}
.data-progress li p{margin-bottom: 0px;font-size: 16px;color: #8d8d8d;border-left: 2px solid var(--secondary-color);padding-left: 15px;}
.industries{padding: 80px 0px;}
.indus-wrap{display: flex;flex-wrap: wrap;gap: 7%;}
.industries-bg{
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    left: 0px;
    top: 0px;
/*    background-image: url(../images/bg1.jpg);*/
    z-index: -1;}
.industries .heading{ color: #000;}
.indus-cnt{flex: 0 0 55%;}
.indus-cnt h5{ font-size: 24px;font-family: var(--euclid-medium);}
.indus-img{flex: 0 0 38%;border-radius: 20px;overflow: hidden;}
.features-bsn{padding: 80px 0px;}
.features-head-wrap{display: flex;flex-wrap: wrap;justify-content: space-between;}
.features-head-cnt{flex: 0 0 53%;}
.features-head-cnt h4{font-size: 26px;}
.features-head-wrap .heading{flex: 0 0 40%;}
/*.features-bsn:after{ z-index: -1;position: absolute; content: ''; left: 0px; top:0px; background-image: url(../images/bg2.png); background-repeat: no-repeat; background-position:left center; height: 100%; width: 9%;}*/
.feat-icon-wrap{display: flex;flex-wrap: wrap; background-color: var(--white);}
.feat-icon-box{flex: 0 0 25%;border: 1px solid #e0e0e0;margin: -1px -1px 0 0;padding: 15px 30px 30px;}
.feat-icon-box span .hvr-icn{ opacity: 0;}
.feat-icon-box span .nrml-icn{-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.feat-icon-head{display: flex;justify-content: space-between;align-items: center;margin-top: 25px;}
.feat-icon-head h4{-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;margin-bottom: 0px;color: #646464;font-size: 16px;}
.feat-icon-head i{-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out; flex: 0 0 30px; height: 30px;text-align: center;
line-height: 30px; border-radius: 50px; transform: rotate(1deg);}
.feat-icon-box:hover{background-color: var(--primary-color);}
.feat-icon-box:hover h4{color: var(--white);}
.feat-icon-box:hover i{ color:var(--white); background-color: var(--secondary-color); transform: rotate(328deg);}
.feat-icon-box:hover span .nrml-icn{ opacity: 0px; display: none;}
.feat-icon-box:hover span .hvr-icn{ opacity: 1;}
.war-oper{background-color: var(--primary-color);padding: 70px 0px;}
.war-oper-wrap{display: flex;justify-content: space-between;align-items: center;}
.war-oper-box1{flex: 0 0 30%;}
.war-oper-box1 h5{color: var(--white);font-size: 24px;text-transform: uppercase;margin-bottom: 0;}
.war-oper-box1 .heading{margin-bottom: 0px;color: var(--white);}
.war-oper-wrap p{margin-bottom: 0;color: var(--white);flex: 0 0 42%;}
.clients-wrap{padding: 50px 0; border-bottom: 1px solid #e2e2e2;}
.news{padding: 50px 0px;}
.news-box .hover-effect{border-radius: 20px;}
.head-cap{text-align: center;font-size: 26px;}
.ns-date{font-size: 12px;color: #6f6f6f; padding-top: 40px; display: block;}
.news-cnt{padding: 25px 0;border-bottom: 1px solid var(--black);border-top: 1px solid var(--black);display: flex;align-items: center;gap: 3%;margin-top: 20px;min-height: 180px;margin-bottom: 30px;}
.news-cnt p{margin-bottom: 0px;font-size: 20px;color: var(--black);}
.news-cnt i{flex: 0 0 30px;height: 30px;text-align: center;line-height: 30px;border-radius: 50px;transform: rotate(1deg); -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.news-box:hover .news-cnt i{color: var(--white);background-color: var(--secondary-color); transform: rotate(328deg);}
footer{background-color: var(--primary-color);padding: 80px 0 0;}
.footer-wrap{display: flex;flex-wrap: wrap;gap: 3%;}
.ftr-col{flex: 0 0 22.75%;}
.ftr-col h5{font-size: 16px;font-family: var(--euclid-semibold);color: var(--white);position: relative;padding-bottom: 18px;margin-bottom: 20px;}
.ftr-col h5:after{position: absolute;content: '';width: 30px;height: 2px;left: 0px;bottom: 0px;background-color: var(--secondary-color);}
.ftr-logo{margin-bottom: 20px;}
.ftr-logo img{width: 200px;}
.ftr-col p{color: var(--white);}
.ftr-col a{color: var(--white);}
.ftr-list li{margin-bottom: 10px;}
.ftr-list li a{color: var(--white);font-size: 16px;}
.ftr-list li a:hover{padding-left: 3px;}
.copyright{border-top: 1px solid #344287;padding: 40px 0;margin-top: 50px;}
.copy-wrap{display: flex;justify-content: space-between;}
.copy-wrap p{margin-bottom: 0;color: var(--white);}
.social{display: flex;gap: 18px;}
.social a{color: var(--white);font-size: 18px;}
.social a:hover{ color: var(--yellow);}
.copy-wrap p a{color: var(--white);}
.copy-wrap p a:hover, .ftr-col a:hover{ color: var(--yellow);}
.pad{padding: 80px 0px;}
.subheading{font-size: 44px; font-family: var(--euclid-light); margin-bottom: 30px;}
.subheading span{font-family: var(--euclid-bold);}
.title{ font-family: var(--euclid-bold); font-size: 30px; font-family: var(--euclid-bold);}
.why-choose-wrap{ display: flex;flex-wrap: wrap;}
.why-chs-box{flex: 0 0 33.33333333333%;padding: 60px;background-color: var(--secondary-color); -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.why-chs-box h5{color: var(--white);font-size: 20px;font-family: var(--euclid-bold);}
.why-chs-box p{color: var(--white);font-size: 15px;margin-bottom: 0;}
.why-chs-box-bg1{ background-color: var(--primary-color)}
.why-chs-box:hover{background-color: var(--yellow);}
.contactstyle{width:100%;display: inline-block;padding: 30px 20px 37px 70px;background-color: var(--primary-color);color:var(--white);font-weight:normal;position:relative;margin:0 0 12px 0;border-radius: 15px;-moz-border-radius: 15px;-webkit-border-radius: 15px;-ms-border-radius: 15px;}
.contactstyle a{ color: var(--white);}
.contactstyle a:hover{ color: var(--secondary-color); }
.coic{position:absolute;left: 0;top: 28px;width: 40px;height:50px;background-color: var(--secondary-color);text-align:center;line-height:50px;font-size:20px;color: var(--primary-color);border-radius: 0  15px 15px 0;-moz-border-radius: 0  15px 15px 0;-webkit-border-radius: 0  15px 15px 0;-ms-border-radius: 0  15px 15px 0;}
.contactstyle h4{font-size: 20px;margin-bottom: 10px;font-family: var(--euclid-bold);text-transform: uppercase;}
.contactstyle p{margin-bottom: 0px;font-size: 15px;line-height: 24px;}
.contact-left{flex: 0 0 30%;}
.contact-right{flex: 0 0 67%;}
.map{ display: flex; width: 100%; margin-top: 30px;  }
.contact-right .heading{ font-size: 28px;line-height: 34px;margin-bottom: 30px;font-family: var(--euclid-bold); text-transform: uppercase;}
.contact-right .form-group{flex: 0 0 48.5%;margin-bottom: 15px;}
.label-style span{ color: var(--secondary-color2); }
.contact-right form{display: flex;gap: 3%;flex-wrap: wrap;}
.contact-right .form-group-full{flex:0 0 100%}
.label-style {position: absolute;top: -11px;left: 16px;font-size: 15px;background-color: #fff;padding: 0 5px;color: var(--primary-color);}
.form-group{ position: relative; }
.client-logo{ text-align: center;}
.feate-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
}
.feate-left{
    flex: 0 0 25%;
}
.feate-links{}
.feate-links {
    border-radius: 20px;
    position: sticky;
    top: 100px;
    overflow: hidden;
}
.feate-links li a{
    border-bottom: 1px solid #e2e2e224;
    width: 100%;
    display: block;
    padding: 13px 20px 13px 42px;
    font-size: 14px;
    color: var(--white);
    position: relative;
    background-color: #001c67;
}
.feate-links li:last-child a{ border-bottom: none;}
.feate-links li a:hover{color: var(--secondary-color);}
.feat-right{
    flex: 0 0 71%;
}
.feat-right-cnt-box{
    background-color: #e6f5f7;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 20px;
}
.feat-right-cnt-box h3{
    font-size: 26px;
    font-family: var(--euclid-bold);
    margin-bottom: 10px;
}
.feate-links li a:after{position:absolute;content:'';left: 21px;top: 17px;width: 6px;height: 6px;border-radius: 50px;border: 2px solid var(--secondary-color);}

.client-login {
    background-color: var(--secondary-color);
    padding: 10px 20px 11px;
    border-radius: 50px;
    font-size: 14px;
}


.blog-wrap{
    flex: 0 0 23.5%;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
}
.pt-0{
    padding-top: 0 !important;
}


.privacy-policy-sec h2 {
    font-size: 33px;
    font-weight: 600;
    color: #001c67;
    margin-bottom: 16px;
    position: relative;
}
.privacy-policy-sec h3 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}
/*.privacy-policy-sec h2::after {
    position: absolute;
    content: "";
}*/



.hardware-wrap{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 50px;
    border: 1px solid#0000002e;
    border-radius: 20px;
    overflow: hidden;
}
.hard-left{
    flex: 0 0 40%;
    display: flex;
    align-items: center;
    border-right: 1px solid#0000002e;
}
.hard-right{
    flex: 0 0 60%;
    padding: 20px 20px 20px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.hard-right h2 {
    font-size: 30px;
    font-weight: 600;
    color: #001c67;
}
.hard-right p.top-p {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 13px;
}


.industries-bg{
    min-height: 480px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.ind-bg1{
    background-size: cover;
    background-position: center;
    min-height: 420px;
    background-image: url(../images/ind1.jpg);
}
.ind-bg2{
    background-size: cover;
    background-position: center;
    min-height: 420px;
    background-image: url(../images/ind2.jpg);
}
.ind-bg3{
    background-size: cover;
    background-position: center;
    min-height: 420px;
    background-image: url(../images/ind4.jpg);
}
.ind-bg4{
    background-size: cover;
    background-position: center;
    min-height: 420px;
    background-image: url(../images/chem.jpg);
}
.ind-bg5{
    background-size: cover;
    background-position: center;
    min-height: 420px;
    background-image: url(../images/ind7.jpg);
}
.ind-bg6{
    background-size: cover;
    background-position: center;
    min-height: 420px;
    background-image: url(../images/ind6.jpg);
}
.industries-sec {
    background-color: #00cbf20d;
    padding: 50px 0;
}
.blog__two-item-image {
    position: relative;
    overflow: hidden;
}
.blog__two-item-image img {
    width: 100%;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.blog__two-item-image-date {
    position: absolute;
    left: 30px;
    bottom: 25px;
    background: var(--primary-color);
    display: inline-block;
    padding: 5px 12px;
    text-align: center;
    z-index: 1;
}
.blog__two-item-image-date h5 {
    color: var(--white);
    margin: 0;
}
/*.blog__two-item-image::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: #0E1317;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}*/
.blog__two-item-content {
    padding: 23px;
    padding-top: 20px;
    margin-top: -4px;
}
.blog__two-item-content h6 {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
}
.blog__two-item-content h4 {
    margin-bottom: 25px;
}
.blog__two-item-content h4 a {
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.simple-btn {
    display: inline-block;
    color: var(--heading-color);
    font-weight: 600;
    font-family: var(--heading-font);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}
.simple-btn i {
    display: inline-block;
    margin-right: 7px;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}


.news-box:hover .news-cnt .partners-btn i {
    color: var(--white);
    background-color: var(--secondary-color);
    transform: rotate(328deg);
}
.news-cnt .partners-btn i {
    flex: 0 0 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    transform: rotate(1deg);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.partners-btn{
    display: flex;
}
.blog__two-item-image-date a i {
    color: #fff;
    padding: 5px;
}
.partners-effect {
    margin-bottom: 10px !important;
}
.justify-center{
    justify-content: center;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-50{
    margin-bottom: 50px;
}







img.img-fluid {
    width: 100%;
}
.blog-modern .item .cont h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.blog-modern .item .cont .ls1 {background-color: var(--yellow);padding: 10px 20px 11px;border-radius: 50px;font-size: 14px;}

.blog-modern .item .cont .ls1:hover {
    background-color: var(--primary-color);
    color: var(--white);
}
.blog-modern .item img {
    width: 100%;
}
.mt-30 {
    margin-top: 30px !important;
}
.blog-modern .item {
  padding-right: 60px;
  margin-bottom: 30px;
}

.blog-modern .item .img {
  position: relative;
}

.blog-modern .item .img .date {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  top: 60px;
  right: -70px;
  -webkit-transform: rotate(-90deg) translateX(-50%) translateY(100%);
  -ms-transform: rotate(-90deg) translateX(-50%) translateY(100%);
  transform: rotate(-90deg) translateX(-50%) translateY(100%);
  opacity: .7;
}

.blog-modern .item .img .date:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -70px;
  width: 50px;
  border-bottom: 1px solid #cecece;
}
.ind-sec .resp-vtabs li.resp-tab-active {
    background-color: #ffcc6600 !important;
    color: #ffffff !important;
}
.ind-sec .resp-vtabs .resp-tabs-list li {
    background: #001c6700 !important;
    border-bottom: unset !important;
}
.whtsapp-link {
    position: fixed;
    right: 9px;
    bottom: 68px;
    z-index: 9;
}
.whtsapp-link h5{float:left;width: 130px;position:absolute;right:-11px;opacity:0;color:#6d6d6d;font-size: 15px;font-weight:500;margin:10px 0 0 0;background-color:#e8e8e8;padding:10px;border-radius:5px;line-height:18px;z-index:0;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;}
.whatsapp-icon{
    width: 61px;
    height: 61px;
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    text-align: center;
    line-height: 88px;
    float: right;
    margin-left: 0;
    z-index: 1;
    position: relative;
}
.whatsapp-icon img{width:36px;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;top: -2px;position: relative;}
.whtsapp-link:hover h5{right:52px;opacity:1}
.whtsapp-link:hover .whatsapp-icon img{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);}
.form-group .loading {
    display: none !important;
}
.ytp-title-enable-channel-logo:not(.ytp-mweb-player) .html5-endscreen:not(.ytp-shorts-branded-ui) {
    display: none !important;
}
.ind-head {
    color: #000 !important;
}























/*************** INNER BANNERS ***************/
.banner{display: flex;z-index: 0;width: 100%;height: 300px;align-items: flex-end;background-image: url(../images/banner.jpg);background-position: center;background-repeat: no-repeat;position: relative;background-size: cover;text-align: center;justify-content: center;padding-bottom: 30px;}
/* .banner:after{position: absolute; content: ''; width: 100%; height: 100%; left: 0px; top: 0px ;
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.64) 99%,rgba(0,0,0,0.65) 100%); } */
.banner-caption h2{color: var(--black);font-size: 48px;margin-bottom: 6px;text-transform: uppercase;font-family: var(--euclid-bold);}
.banner-caption h4 span{color: var(--black);font-size: 12px;letter-spacing: 2px;}
.banner-caption h4 a{color: var(--black);font-size: 12px;letter-spacing: 2px;}
.banner-caption h4 {padding: 0px 0px;display: inline-flex;margin-bottom: 0px;align-items: center;text-transform: uppercase;}
.banner-caption{position: relative;z-index: 1;margin-bottom: 0;text-align: center;}
.banner-caption h4 span.b-sep{font-size: 0;width: 20px;height: 20px;margin: 0 5px;display: inline-block;background-size: 22px;
background: url(../images/icons/next-arrow.png) no-repeat 0 0;background-size: 20px;}

/********* FIXED HEADER ***************/
header.smaller{position: fixed; left: 0px; top: 0px; width: 100%; z-index: 10; -webkit-transition: all 600ms ease-in-out;-moz-transition: all 600ms ease-in-out;transition: all 600ms ease-in-out;top: 0;
box-shadow: 0px 1px 25px #0000003d; background-color: var(--white);  }

/************* search *******/
.search-icon{ -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;	transition: all 300ms ease-in-out;}
.search-icon i{margin: 0;font-size: 16px; color: var(--black);}
.search-wrap{ float:left; margin:0; width:100%; height:auto; position:relative; top:5px;/*margin:5px 0 0 25px;*/padding:0;}
.search-input{width:100%; float:left;border:0;height:60px;color: #4C4C4C;border-radius: 50px;background-color:#fff;outline:none;
vertical-align:middle;line-height:60px;height:60px;padding:0 25px;font-size:16px;display:block; }
.search-button{border-radius: 50px;background-color:var(--primary-color);color:#fff;font-size:0;text-indent:-999999px;
width:60px;height:60px;border:0;outline:none;position:absolute;top:0;right:0;z-index:1;background-image: url(../images/icons/search-icon.png);
background-repeat: no-repeat;background-position: center center;}
.search-button:hover{background-color:var(--black);  }
.head-srch{color: var(--white);}

/**********forms**************/
form{margin:0;padding:0;}
*:focus {outline: none;}
.fieldset{width:100%;height: 50px;padding: 8px 15px;background-color: var(--white);display:block;border: 1px solid #c1c1c1;
margin:0 0 10px 0;color: #262626;font-size: 14px;border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-webkit-border-radius: 5px;}
textarea.fieldset, textarea{ height: 140px; padding-top: 16px; }
.sendbutton{width:auto;height:auto;border:0;outline:0;margin:0 5px 0 0;float:left;color:#fff;font-size: 18px;cursor:pointer;
vertical-align:top;padding: 14px 25px 14px;text-align:center;background-color: var(--secondary-color);text-transform:uppercase;
border-radius: 50px;}
.sendbutton:hover{background-color:var(--primary-color);color:#fff;}
::-webkit-input-placeholder {color: #262626 !important;}
:-moz-placeholder {color: #262626 !important;}
::-moz-placeholder { color: #262626 !important;}
:-ms-input-placeholder { color: #262626 !important;}

/*************HOVER EFFECT*******/
.hover-effect{width:100%;display: block;position:relative;overflow:hidden;}
.hover-effect i{width:50px;height:50px;background-color:#f67030;color:#fff;position:absolute;left:50%;top:-100px;z-index:1;line-height:50px;
text-align:center;margin:0 0 0 -25px;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.hover-effect:hover i{top:50%;margin:-25px 0 0 -25px;}
.hover-effect:hover i:hover{background-color:#00ac9b;}
.hover-effect img {display:block;-moz-transition: all 7s ease;-o-transition: all 7s ease;-webkit-transition: all 7s ease;transition: all 7s ease;width:100%;}
.hover-effect:hover img {-moz-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}

/*************BACK TO TOP*******/
.progress-wrap {position: fixed;right: 10px;bottom: 10px;height: 45px;width: 45px;cursor: pointer;display: block;border-radius: 50px;/* box-shadow: inset  0 0 0 2px rgba(95, 58, 252,0.2); */z-index: 99;opacity: 0;visibility: hidden;transform: translateY(15px);-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap.active-progress {opacity: 1;visibility: visible;transform: translateY(0);}
.progress-wrap::after {position: absolute;content: "\f30c";font-family: 'Font Awesome 5 Free';font-weight: 900;text-align: center;line-height: 45px;font-size: 20px;color: var(--secondary-color);left: 0;top: 0;height: 45px;width: 45px;cursor: pointer;display: block;z-index: 1;-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap svg path {fill: none;}
.progress-wrap svg.progress-circle path {stroke: var(--secondary-color);stroke-width: 4;box-sizing:border-box;-webkit-transition: all 200ms linear;transition: all 200ms linear;}

/*** animatins ***/
@-webkit-keyframes scroll {
	0% {
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	}
	to {
	  -webkit-transform: translateX(-webkit-calc(-250px * 7));
	  transform: translateX(-1750px);
	}
  }
  @-moz-keyframes scroll {
	0% {
	  -moz-transform: translateX(0);
	  transform: translateX(0);
	}
	to {
	  -moz-transform: translateX(-moz-calc(-250px * 7));
	  transform: translateX(-1750px);
	}
  }
  @keyframes scroll {
	0% {
	  -webkit-transform: translateX(0);
	  -moz-transform: translateX(0);
	  transform: translateX(0);
	}
	to {
	  -webkit-transform: translateX(-webkit-calc(-250px * 7));
	  -moz-transform: translateX(-moz-calc(-250px * 7));
	  transform: translateX(-1750px);
	}
  }
  @-webkit-keyframes scrollLeft {
	0% {
	  -webkit-transform: translateX(-webkit-calc(-250px * 7));
	  transform: translateX(-1750px);
	}
	to {
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	}
  }
  @-moz-keyframes scrollLeft {
	0% {
	  -moz-transform: translateX(-moz-calc(-250px * 7));
	  transform: translateX(-1750px);
	}
	to {
	  -moz-transform: translateX(0);
	  transform: translateX(0);
	}
  }
  @keyframes scrollLeft {
	0% {
	  -webkit-transform: translateX(-webkit-calc(-250px * 7));
	  -moz-transform: translateX(-moz-calc(-250px * 7));
	  transform: translateX(-1750px);
	}
	to {
	  -webkit-transform: translateX(0);
	  -moz-transform: translateX(0);
	  transform: translateX(0);
	}
  }

/************************************* 1400px *************************************/
@media only screen and (max-width: 1400px) {
.features-bsn:after{
    display: none;
}
}
/************************************* 1330px *************************************/
@media only screen and (max-width: 1330px) {
.container{ width:95%;}
}

/************************************* 1280px *************************************/
@media only screen and (max-width: 1280px) {
.ware-operations-img { flex: 0 0 70%;}
.ware-opr-cnt {width: 80%;}
.features-bsn:after{display: none;}
}

/************************************* 1024px *************************************/
@media only screen and (max-width: 1024px) {
.container{ width:90%;}
.heading {font-size: 46px;}
.data-progress li h2 { font-size: 34px;}
.data-progress li p { font-size: 12px; line-height: 18px;}
.war-oper-box1 h5 { font-size: 16px;}
.news-cnt p { font-size: 16px;}
}

/************************************* 800px *************************************/
@media only screen and (max-width: 800px) {
.why-choose-wrap{ flex-direction: column;}
.hard-left{
    flex: 0 0 100%;
}
.hard-right{
    flex: 0 0 100%;
}
}

/************************************* 767px *************************************/
@media only screen and (max-width: 767px) {
.row{ flex-direction: column; }
.two-col, .three-col, .four-col, aside, summary{ flex:0 0 100%; margin:0 0 25px 0; }
header{position: relative;}
.data-progress li{justify-content: center;border: 1px solid #e2e2e2;padding: 20px; margin: -1px -1px 0 0; flex: 0 0 50%; padding: 20px;}
.industries-bg{display: none;}
.industries .heading{ color: var(--black);}
.industries{ padding: 0px;}
.features-head-wrap{ width: 100%;}
.feat-icon-box { flex: 0 0 33.4444444444444%;     padding: 10px 20px 20px;}
.feat-icon-head h4{ font-size: 15px;}
.features-head-wrap{flex-direction: column;}
.war-oper-wrap { align-items: flex-start; flex-direction: column;}
.war-oper-box1 .heading {margin-bottom: 15px;}
.war-oper-wrap p { margin-bottom: 25px;}
.ftr-logo img { width: 150px;}
.ftr-col { flex: 0 0 48.5%; margin-bottom: 25px;}
.copy-wrap { text-align: center; align-items: center; flex-direction: column;}
.copy-wrap p{margin-bottom: 20px;}
.heading {font-size: 38px;}
.clients-wrap { padding: 15px 0;}
.services { padding: 40px 0px;}
.data-pro-wrap { padding: 60px 0px;}
.subheading { font-size: 34px;}
.banner{ height: 150px; align-items: center; height: 150px; padding-bottom: 0px;}
.banner-caption h2 { font-size: 32px;}
.gap-50{ height: 25px;}
.gap-100{ height: 50px;}
.feate-wrap { flex-direction: column-reverse;}
}

/************************************* 575px *************************************/
@media only screen and (max-width: 575px) {
.gap-50{ height: 25px;}
.gap-100{ height: 50px;}
.button-style a, .button-style-span{ padding: 10px 42px 10px 15px;}
.ware-operations-img { flex: 0 0 85%;}
.ware-opr-cnt{width: 100%;}
.indus-wrap{ flex-direction: column;}
.indus-cnt{margin-top: 20px;}
.feat-icon-box { flex: 0 0 50%; padding: 10px 15px 15px;}
.feat-icon-head { margin-top: 10px;}
.feat-icon-head h4 {font-size: 14px;}
.features-head-cnt h4 { font-size: 20px;}
.features-bsn { padding: 60px 0px;}
.head-cap { font-size: 20px;}
.ftr-col p, .ftr-list li a, .copy-wrap p { font-size: 13px;}
.copyright {  padding: 30px 0;  margin-top: 0;}
.ftr-list li { margin-bottom: 4px;}
.btn-contact, .client-login { padding: 10px 10px 11px; font-size: 12px;}
.heading { font-size: 32px;}
.why-chs-box { padding: 35px}
.banner-caption h2 { font-size: 26px;}
.pad { padding: 40px 0px;}
.contact-right .form-group{flex: 0 0 100%;}
.contact-right{margin-top: 25px;}
header .container { width: 100%; padding-left: 10px; padding-right: 10px;}
.header-right { gap: 10px;}
.logo img { width: 125px;}

}

/************************************* 480px *************************************/
@media only screen and (max-width: 480px) {
.ware-opr-cnt h5 {font-size: 22px;}
.data-progress li h2 {font-size: 25px;}
.data-progress li{padding: 20px 10px;}
.banner-caption h4 span, .banner-caption h4 a{letter-spacing: 0px;}
.subheading {font-size: 26px;}
#status {  background-size: 250px;}
.ser-cnt {padding-bottom: 10px;}
.ser-cnt h5 {font-size: 13px;}
.ser-cnt h4 {font-size: 16px;margin-bottom: 8px;}
.carousel-caption h2 span {
    font-size: 15px;
}
.menu {
    position: absolute;
    top: 10px;
    right: 10px;
}
.header-right{justify-content: space-between; gap: 6px;
    flex: 0 0 100%;
    padding-top: 10px;
    border-top: 1px solid #e2e2e2;
    margin-top: 10px;}
    .btn-contact, .client-login {
        padding: 10px 30px 11px;
        
    }
    .header-wrap {
       
        flex-wrap: wrap;
    }
.client-login{margin-left: 24%;}
}

@media only screen and (max-width: 400px) {
    .client-login {
        margin-left: 15%;
    }
}

/************************************* 360px *************************************/
@media only screen and (max-width: 360px) {
.btn-contact{display: none;}
.ser-cnt h4 { font-size: 15px; margin-bottom: 8px;}
.ser-cnt h5 { font-size: 12px;}
.heading { font-size: 26px;}
.data-progress li{ flex:0 0 100%; padding-left: 20px;}
.data-progress li{  justify-content: flex-start;}
.feat-icon-box{flex: 0 0 100%;}

}

/************************************* 320px *************************************/
@media only screen and (max-width: 320px) {
.footer-wrap{flex-direction: column;}
}