/*
Theme Name: Twenty Twenty-One Child Aingineous
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: Aingineous
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.9.1698230218
Updated: 2023-10-25 10:36:58

*/

/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');
@import "css/bootstrap.min.css";

/* general start*/
body {
  background: #fff;
  color: #4a5257;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
sub,
sup {
  font-size: 75%;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: 10px;
  left: 10px;
}
sub {
  bottom: 10px;
  right: 10px;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul li, ol {
  padding: 0;
  margin: 0;
  font-family: 'Manrope', sans-serif!important;
}
ol {
  padding-left: 20px!important;;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-style: normal;
  font-family: 'Manrope', sans-serif;
}
h1 {
  font-size: 50px;
  line-height: 1.2;
  color: #1a1553;
  font-weight: 300;
}
h2 {
  font-size: 40px;
  line-height: 1.2;
  color: #1a1553;
  font-weight: 300;
}
h3 {
  font-size: 26px;
  line-height: 1.2;
  color: #1a1553;
  font-weight: 300;
  margin-bottom: 15px;
}
h4 {
  font-size: 20px;
  line-height: 1.2;
  color: #1a1553;
  font-weight: 300;
}
h5 {
  font-size: 16px;
  line-height: 1.3;
  color: #1a1553;
  font-weight: 300;
}
p {
  padding: 0 0 20px 0;
  margin: 0;
}
a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #1a1553;
  outline: none;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none !important;
  outline: none !important;
}
a > img {
  line-height: 0;
}
select,
button,
input {
  box-shadow: none;
  outline: none;
}
select:hover,
button:hover,
input:hover,
select:focus,
button:focus,
input:focus {
  box-shadow: none;
  outline: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url(images/seclect-arrow.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-color: rgba(0,0,0,0) !important;
  color: #666;
}
.site,
.site-branding {
  margin: 0;
}
.site-inner {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.site-header {
  padding: 0;
}
body:not(.custom-background-image)::before,
body:not(.custom-background-image)::after {
  height: auto;
}
.site-branding,
.site-header-menu,
.header-image {
  margin-bottom: 0;
  margin-top: 0;
}
.main-navigation,
.site-main {
  margin: 0;
}
.site-header-main {
  display: block;
}
.site-content {
  padding: 0;
}
.content-area {
  float: none;
  margin-right: 0;
  width: 100%;
}
.site-footer {
  display: block;
  padding: 0;
}
.widget {
  font-size: inherit;
  line-height: inherit;
  border: none;
  padding: 0;
  margin: 0;
}
.slick-loading .slick-list {
  background: #fff;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #fff;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.entry-title {
  font-size: 2vw;
  line-height: 2vw;
  margin-bottom: 15px;
}
.srccch .entry-footer {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 4px;
  background: #f1f1f1;
}
body:not(.search-results) .entry-header + .entry-summary {
  margin-top: 0;
  margin-bottom: 0;
}
.titbg {
  font-size: 20px;
  line-height: 20px;
  padding: 15px;
  margin-bottom: 20px;
  background: #f1f1f1;
  border-radius: 4px;
}
.sidebar_wrp {
  padding: 5px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
}
.sidebar_wrp .widget-title {
  color: #000;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 10px;
  background: #f1f1f1;
}
.sidebar_wrp > .widget {
  margin-bottom: 15px;
}
.sidebar_wrp .widget ul {
  margin-left: 10px;
}
.sidebar_wrp .widget ul li::after,
.cont_con ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f0da";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}
.sidebar_wrp .widget ul li,
.cont_con ul li {
  display: block;
  position: relative;
  margin: 10px 0;
  padding-left: 10px;
}
.sidebar_wrp .widget ul li a {
  color: #333;
}
.srchform .form-control {
  background: #fff;
  height: 36px;
  font-size: 16px;
  border: 1px solid #333;
  font-family: 'Manrope', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.srchform .btn-secondary {
  background: #333;
  border-color: #333;
  color: #fff;
  height: 36px;
  width: 36px;
  padding: 0;
}
.srchform .btn-secondary {
  color: #fff;
}
.post-thumbnail {
  margin-bottom: 20px;
}
.post-thumbnail > img.attachment-post-thumbnail {
  padding: 4px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  width: 100%;
}
.single .entry-content,
.archive .entry-content {
  float: none !important;
  width: 100% !important;
}
.single .entry-footer,
.archive .entry-footer {
  margin-top: 0 !important;
  float: none !important;
  width: 100% !important;
  padding: 5px;
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
.entry-footer .byline {
  float: left;
  margin-right: 10px;
  margin-bottom: 0 !important;
}
.comments-title,
.comment-reply-title {
  border-top: none;
  font-size: 20px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2a375e;
  margin-bottom: 20px;
}
.comment-form {
  padding-top: 0;
}
.comment-notes {
  padding: 0;
  margin: 0;
}
.comments-area,
.post-navigation {
  margin-bottom: 0;
  border: none;
}
.post-navigation a {
  padding: 0;
}
.cetifiedcompany img.w-100.lazyloaded {
    filter: grayscale(100%);
}
.post-navigation div + div {
  border-top: none;
}
.nav-links:after,
.nav-links:before {
  content: "";
  clear: both;
  display: table;
}
.nav-previous {
  float: left;
}
.nav-next {
  float: right;
}
.nav-links .post-title {
  display: none;
}
.btn_submit, input[type="submit"], input.btn_submit[type="submit"] {
	background: #212529 !important;
	color: #fff;
  border: 0;
	border-bottom: 1px solid #00a0e3;
	border-radius: 0;
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	line-height: 18px;
	padding: 14px 30px;
	display: inline-block;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	/* width: 100%; */
	text-transform: uppercase;
	text-align: left;
}
.btn_submit:hover,
input[type="submit"]:hover,
input.btn_submit[type="submit"]:hover,
.btn_submit:focus,
input[type="submit"]:focus,
input.btn_submit[type="submit"]:focus {
  background: #00a0e3!important;
  border: 0;
  border-bottom: 1px solid #00a0e3;
  color: #fff;
  outline: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.fadeUp {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.fadeUp.in-view {
  opacity: 1;
  transform: translateX(0) translateY(0) translateZ(0);
  transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}
.fadeLeft {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
.fadeLeft.in-view {
  opacity: 1;
  transform: translateX(0) translateY(0) translateZ(0);
  transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}
.fadeRight {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  transform: translate(50px, 0);
}
.fadeRight.in-view {
  opacity: 1;
  transform: translateX(0) translateY(0) translateZ(0);
  transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}
.fadePopup {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.fadePopup.in-view {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}
.overflowhidden {
  overflow: hidden;
}
/* general end*/
header.header {
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: none;
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  header.header {
/*     -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); */
    background-color: rgba(255, 255, 255);
  }
}
.soc .wp-block-social-links li a {
  padding: 5px !important;
  border-radius: 0;
  background: #00a0e3;
}
.soc .wp-block-social-links li a svg {
  width: 18px !important;
  height: 18px !important;
}
.mnutog {
  display: none;
  background: rgba(0, 0, 0, 0) !important;
}
nav.nav .primary-menu {
  display: flex;
	gap:10px;
}
nav.nav .primary-menu > li {
  position: relative;
	display:flex;
	align-items: center;
}
nav.nav .primary-menu > li.mega-Menu {
  position: static!important;
}
nav.nav ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.nav .primary-menu > li > button.sub-menu-toggle > span{
  display: none;
}
nav.nav .primary-menu > li > button.sub-menu-toggle{
	padding:0 !important;
	margin:0;
	border:none !important;
	background-color:rgba(0,0,0,0) !important;
	background-image: url(images/down-white.svg);
  	background-repeat: no-repeat;
	background-position:center center;
	background-size:15px auto;
	outline:none !important;
	height:15px;
	width:15px;
}
nav.nav .primary-menu > li > a {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 500;
  color: #222;
  position: relative;
  padding:25px 8px;
  display: block;
  z-index: 2;
  font-family: 'Manrope', sans-serif;
  overflow: hidden;
}
nav.nav .primary-menu > li > a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #146fb2;
  z-index: -1;
  transform: translateX(-50%);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
nav.nav .primary-menu > li:hover > a:after,
nav.nav .primary-menu > li.current-menu-item > a:after {
  bottom: 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
nav.nav .primary-menu > li.current-menu-item > a,
nav.nav .primary-menu > li:hover > a {
  color: #146fb2;
}
nav.nav .primary-menu > li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  background: rgb(20,111,178);
  background: linear-gradient(90deg, rgba(20,111,178,1) 0%, rgba(26,21,83,1) 100%);
  z-index: 100;
  min-width: 280px;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
}
.mega-Menu .sub-menu {
  min-width: 100%!important;
  display: flex!important;
  justify-content: center!important;
}
.mega-Menu > ul:first-child, .mega-Menu > button + ul {
  padding:  100px 300px 40px 300px!important;
  background: linear-gradient(90deg, rgba(20, 111, 178, 0.83) 0%, rgb(26, 21, 83) 100%)!important;
}
.mega-Menu > button + ul::before {
	content: "";
	width: 55%;
	top: 76px;
	height: 1px;
	position: absolute;
	left: 22.5%;
	background-color: #ffffff9e;
	z-index: 99;
}
.mega-Menu > button + ul::after {
	content: "Solutions";
	width: 36%;
	top: 22px;
	/* height: 100%; */
	position: absolute;
	left: 22.5%;
	color: #fcfcfc;
	font-size: 28px;
	font-weight: 600;
	z-index: 99;
}
/* .mega-Menu .sub-menu:first-child, nav.nav .primary-menu > li > ul:first-child {
  padding: 50px 300px!important;
}  */
.mega-Menu .sub-menu>.mega-sub-menu-title {
 width: 50%!important;
 font-size: 25px!important;
 font-weight: bold!important;
}
.mega-Menu .sub-menu > li .sub-menu > li > a {
 /* position: absolute!important; */
 font-size: 17px!important;
 line-height: 1.2!important;
 font-weight: 500!important;
}
.mega-sub-menu-title ul.sub-menu {
  min-width: 100% !important;
  display: block !important;
  flex-wrap: inherit !important;
  position: static!important;
  background: none!important;
}
.mega-sub-menu-title ul.sub-menu li ul {
 position: static!important;
 background: none!important;
}
nav.nav .primary-menu > li > ul > li > a:hover {
  background: none!important;
}
nav.nav .primary-menu > li:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transform: translateY(00px);
  -webkit-transform: translateY(00px);
  -moz-transform: translateY(00px);
  -ms-transform: translateY(00px);
  -o-transform: translateY(00px);
}
nav.nav .primary-menu > li > ul > li > a,
nav.nav .primary-menu > li > ul > li > ul > li > a {
  padding: 8px 15px;
  color: #fff;
  display: block;
  font-size: 17px;
}
nav.nav .primary-menu > li > ul > li:hover > a {
  color: #fff;
  /* background-color: #0e212e; */
}
nav.nav .primary-menu > li > ul > li > ul > li > a {
  color: #fff;
}
nav.nav .primary-menu > li > ul > li > ul > li:hover > a {
  color: #fff;
  background-color: #0e212e;
}
nav.nav .primary-menu > li > ul > li {
  position: relative;
}
nav.nav .primary-menu > li > ul > li > ul {
  position: absolute;
  left: 100%;
  display: none;
  top: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  min-width: 200px;
  background: rgb(20,111,178);
  background: linear-gradient(90deg, rgba(20,111,178,1) 0%, rgba(26,21,83,1) 100%);
}
nav.nav .primary-menu > li > ul > li:hover > ul {
  display: block;
}
.header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
/*     backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out; */.
	  background: rgb(255,255,255);
  }
  
  @keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
big {
  font-size: 130%;
  font-weight: 300;
  line-height: 1.5;
}
.title1 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
}
.title1 span {
  position: relative;
  z-index: 2;
  display: inline-block;
}
header.header .btn1 {
    padding: 36px 58px;
    background: #2d3681;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
header.header .btn1:hover {
    background: #1a1553;
}
.btn1 {
  padding: 10px 20px;
  border: none;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background: #4bac36;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn1:hover,
.btn1:focus {
  color: #fff;
  background: #1a1553;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn2 {
  background: #f5e700;
  padding: 10px 20px;
  border: none;
  line-height: 1.4;
  text-align: center;
  color: #222;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #0e212e;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn2:hover,
.btn2:focus {
  color: #fff;
  background: #4bac36;
  border: 1px solid #4bac36;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.blg_thmb h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.box-content p {
  padding: 0 0 10px;
}
.contactform .form-control {
  background-color: #fff !important;
  border-top-color: #fff !important;
  border-left-color: #fff !important;
  border-right-color: #fff !important;
  box-shadow: none !important;
  padding-left: 0;
  border-radius: 0;
}
.contactform .wpcf7-textarea.form-control {
  height: 50px;
  border: 0;
  border-bottom:#2b343a  solid 1px;
}
.contactform select.form-control {
  color: #848586;
  background-position: 98% center;
}
.ftr-menu a {
  color: #b3b3b3;
}
.blg_thmbimg img {
  width: 100%;
}
.blg_thmb {
  overflow: hidden;
}
.copyright {
  position: fixed;
  z-index: -1;
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: 14px;
  background: #4bac36;
  color: #fff;
}
.cpy a {
  color: #fff;
}
.cpy a:hover {
  color: #000;
}
.cpy p {
  padding: 0;
}
footer.footer {
  width: 100%;
  background: #121c22;
  padding: 0;
  font-size: 15px;
  color: #fff;
}
footer.footer a {
  color: #fff;
}
footer.footer h3 {
  font-size: 21px!important;
  color: #fff!important;
  font-weight: 600!important;
}

.ftrtop {
  background: #171717;
}

.input-group-append {
  position: relative;
}
.wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.ftrcontact {
  font-size: 14px;
  color: #fff;
}
.ftr-menu > li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
}
.ftr-menu > li:after {
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 100%;
  top: 8px;
  left: 0;
  position: absolute;
  background: #4bac36;
}
.ftr-menu > li > a,
.ftrcontact a {
  color: #fff;
}
.ftr-menu > li > a:hover,
.ftrlnk:hover,
.ftrlnk a:hover,
.ftrcontact a:hover {
  color: #4bac36;
}
.ftrlnk,
.ftrlnk a {
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
}
.ftrsoc > .textwidget > span {
  display: none;
}
.ftrsoc {
  text-align: right;
}
.ftrsoc a {
  color: #fff;
  font-size: 24px;
}
.ftrbtm h3 {
  font-size: 20px;
  color: #fff;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: normal;
}
.ftrbtm h3:after {
  content: "";
  height: 2px;
  width: 60px;
  background: #4bac36;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ftrcontact strong {
  color: #4bac36;
}
.ftrcontact a {
  color: #fff;
}
.substit {
  color: #fff;
}
.breadcrumb-item a {
  color: #fff!important;
}
.breadcrumb-item.active {
	color: #fff!important;
}
.substit h4 {
  color: #4bac36;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ftrsubs .input-group {
  flex-wrap: nowrap;
}
.ftrsubs .wpcf7-form > p {
  padding: 0;
  position: relative;
}
.ftrsubs label {
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
  display: block;
}
.ftrsubs .input-group-append {
  position: relative;
}
.ftrsubs .ajax-loader {
  position: absolute;
  top: 5px;
  right: 5px;
  margin: 0;
}
.ftrsubs .btn_submit {
  font-size: 14px !important;
  height: 45px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #ec1c24 !important;
  border-color: #ec1c24 !important;
  border-radius: 0 4px 4px 0 !important;
}
.col-lg-2 {
    flex: 0 0 auto;
    width: 9%;
}
.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
  position: relative;
}
.screen-reader-response {
  display: none !important;
}
.wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.ftrsubs .form-control {
  font-size: 14px !important;
  height: 45px;
  border-radius: 4px 0 0 4px !important;
}
.form-control {
  background-color: #212529  !important;
  box-shadow: none !important;
  border-bottom: 1px solid #2b343a !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  height: 42px;
  color: #fff!important;
}
.form-control:hover,
.form-control:focus {
  border-bottom: 1px solid #146fb2 !important;
}
textarea.form-control {
  height: 60px;
}
.ftrbtm {
  background: #000000;
  line-height: 1.5;
  color: #666;
}
.text-dark {
  color: #222 !important;
}
.ftrbtm .border-top {
  border-top: 1px solid #3a3a3a !important;
}
.ftrbtm .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.innerpagebanner {
  padding: 180px 0 100px;
  position: relative;
  z-index: 2;
}
.innerpagebanner h1, .innerpagebanner h2 {
  position: relative;
  z-index: 2;
  padding-bottom: 15px;
  font-family: sans-serif;
  color: #fff;
  font-weight: bold;
}
.innerpagebanner h1 span, .innerpagebanner h2 span{
    overflow: hidden;
    position: relative;
    font-size: 60px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 2px #000;
    display: inline-flex;
    white-space: nowrap;
}
.titleinr h1 {
  color: #fff;
  font-weight: bold!important;
}
.innerpagebanner .container big{
  max-width: 1000px;
  z-index: 1;
}
.innerpagebanner p{
  padding: 0;
}
h2, .title1{
  position: relative;
  padding-bottom: 20px;
}
.innerpagebanner::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.boxstyle {
  position: relative;
  display: block;
}
.boxstyle::before {
  content: "";
  width: 90px;
  height:90px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  right: 0;
  bottom: -120px;
  z-index: 3;
  display: block;
}
.boxstyle::after {
  content: "";
  width: 90px;
  height: 90px;
  background-color: #1a1553;
  position: absolute;
  right: 0;
  bottom: -210px;
  z-index: 3;
  display: block;
}
.homebanner .customsliderbutton span {
  padding: 14px 14px 17px 14px;
  display: inline-block;
  margin-left: 15px;
  color: #fff!important;
  font-size: 22px!important;
  line-height: 18px!important;
  transform: rotate(-45deg);
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}
.homebanner .customsliderbutton {
 position: relative;
 padding-left: 20px;
 border: 2px solid #146fb2;
 z-index: 1;
 display: flex;
 align-items: center;
}
.homebanner .customsliderbutton:hover {
  color: #fff!important;
}
.homebanner .customsliderbutton:hover span {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.homebanner .customsliderbutton::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-color: #146fb2;
  width: 28%;
  height: 100%;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  z-index: -1;
}
.homebanner .customsliderbutton:hover::before {
  width: 100%;
}
.click-btn {
	display: flex;
	width: 170px;
	height: 50px;
	justify-content: center;
	align-items: center;
	line-height: 35px;
	border: 1px solid;
	border-radius: 0;
	text-align: center;
	font-size: 15px;
	color: #000;
	text-decoration: none;
	transition: all 0.35s;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
.btn-style511 {
	position: relative;
	border-color: transparent;
	/* background-color: #ebebeb; */
	color: #1a1553;
	overflow: hidden;
	font-weight: 600;
	border-bottom: #1a1553 solid 1px;
	text-transform: uppercase;
}
.btn-style511 svg {
	fill: #1a1553 !important;
	transition: all 400ms;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	margin-left: 9px;
	transform: rotate(35deg);
}
.btn-style511 span {
  position: relative;
  z-index: 2;
}
.btn-style511::before, .btn-style511::after {
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  background-color: #1a1553;
  transition: all 0.25s;
  content: "";
  z-index: 1;
}
.btn-style511::before {
  top: 0;
  transform: translate(-100%, 0);
}
.btn-style511::after {
  bottom: 0;
  transform: translate(100%, 0);
}
.btn-style511:hover {
  color: #fff;
}
.btn-style511:hover svg {
  fill: #fff!important;
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}
.btn-style511:hover::before, .btn-style511:hover::after {
  transform: translate(0, 0);
}
.text-blue {
  color: #eb254c;
}
.titlesec h2 {
  font-weight: bold;
  color: #222;
}
.servicebox {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 0px solid #ddd;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  position: relative;
  z-index: 1;
}
.servicesec .row .col-md-3.px-md-0:last-child .servicebox, .servicesec .row .col-md-3.px-md-0:nth-child(5) .servicebox {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.servicebox h3 {
	font-weight: 600;
	font-size: 20px;
	min-height: 52px;
  transition: all 400ms;
}
.servicebox a {
  color: #1a1553;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}
.servicebox a:hover, .servicebox h3:hover {
  color: #000;
}
.servicebox:hover {
  box-shadow: 0px 0px 10px #ddd;
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  z-index: 5;
}
.blueyondersec {
  background-color: #e1e6e9;
}
.blueyondersec::after {
	content: "";
	width: 163px;
	height: 85px;
	position: absolute;
	top: 150px;
	right: 0;
	background-color: rgba(255, 255, 255, 0.822);
	z-index: 9;
}
.blueyondersec::before {
  content: "";
  width: 300px;
  height: 85px;
  position: absolute;
  bottom: 0px;
  right: 0;
  background-color: #e1e6e9;
  z-index: 9;
}
.sincesec {
	position: absolute;
	left: 0;
	bottom: 44px;
	font-size: 176px;
	font-weight: 700;
	line-height: .8em;
	color: #e1e6e9;
	letter-spacing: -8.4px;
	color: #e1e6e9;
	-webkit-text-fill-color: #e1e6e9;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #00a0e3;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.toolsbox {
  border-right: 3px solid #000;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  background-color: #fff;
}
.toolsbox .lgno{
  font-size: 90px;
  font-weight: bold;
  -webkit-text-stroke: 1px #00a0e3;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}
.OtherToolssec .row .col-md-4:nth-child(2) .toolsbox {
  border-right: 0px solid #000;
}
.toolsbox:hover {
 box-shadow: 0px 0px 10px #ddd;
 transform: scale(1.02);
 -webkit-transform: scale(1.02);
 -moz-transform: scale(1.02);
 -ms-transform: scale(1.02);
 -o-transform: scale(1.02);
 border-right: 3px solid #fff;
}
.toolsbox:hover .lgno {
  color: #00a0e3;
  -webkit-text-fill-color: #00a0e3;
}
.industrysec {
  background-color:#121c22;
  position: relative;
}
.industriebox {
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  border-top: 1px solid #666;
  border-right: 0px solid #666;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  position: relative;
  z-index: 1;
}
.industrysec .row .col-md-3.px-md-0:last-child .industriebox {
  border-right: 1px solid #666;
}
.industriebox h3 {
	font-weight: 600;
	font-size: 22px;
  transition: all 400ms;
  color: #fff;
}
.industriebox a {
  color: #fff;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}
.induscontent {
   position: absolute;
   width: 10%;
   bottom: 0;
}
.indusmedia {
  position: absolute;
  min-width: 100%;
  height: 113%;
  left: -1px;
  right: -1px;
  top: -35px;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  -webkit-transition:  all0;
  transition: all .3s ease-out;
  pointer-events: none;
  z-index: 1;
  transition:all 400ms;
}
.indusmedia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.induscontent {
  transition:all 400ms;
  position: absolute;
  margin: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  padding: 25px;
}
.industriebox a {
  color: #fff;
}
.indusarrow {
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  width: 30px;
  height: 30px;
}
.industrieboxwrap {
  height: 450px;
  display: block;
}
.industriebox:hover .indusarrow {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.industriebox:hover .indusmedia {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}
.industriebox:hover .induscontent {
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
}
.clientsbox {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 0px solid #ddd;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  position: relative;
  z-index: 1;
}
.clientssec .row .col-20.px-md-0:nth-child(5) .clientsbox, .clientssec .row .col-20.px-md-0:nth-child(10) .clientsbox  {
  border-right: 1px solid #ddd;
}
.clientssec .row .col-20.px-md-0:nth-child(1) .clientsbox, .clientssec .row .col-20.px-md-0:nth-child(2) .clientsbox, .clientssec .row .col-20.px-md-0:nth-child(3) .clientsbox, .clientssec .row .col-20.px-md-0:nth-child(4) .clientsbox, .clientssec .row .col-20.px-md-0:nth-child(5) .clientsbox    {
  border-bottom: 0px solid #ddd;
}

.clientsbox img {
  object-fit: cover;
  opacity: 0.2;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  height: 45px;
}
.clientsbox:hover img {
  opacity: 1;
}
@media (min-width: 768px) {
  .col-20 {
    flex: 0 0 auto;
    width: 20%;
  }
}
.testisec {
  z-index: 1;
  padding: 100px 0;
}
.testisec::before {
  content: "";
  width: 93%;
  height:0%;
  position: absolute;
  background-image: url(images/testibg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
  transition: all 1s ease-in-out;
}
.testisec.in-view::before  {
  height: 79.3%;
}
.testibox {
  background-color: #121c22;
}
.testibox2 {
  background-color: #00a0e3;
}
.testisec .slick-dots {
	bottom: -136px;
	text-align: right;
}
.testisec .slick-dots li button {
  border: 2px solid #fff;
}
.postdate {
	position: absolute;
	top: -86px;
	left: 0;
	background-color: #000;
	text-align: center;
	color: #fff;
}
.postdate .blgday {
	background-color: #00a0e3;
	font-size: 35px;
	font-weight: bold;
	padding: 20px 30px;
	display: block;
	color: #fff;
	line-height: 1.2;
}
.page-id-13 .blg_thmb h4 {
  font-size: 37px;
}
.blg_thmb, .blg_thmb img {
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}
.blg_thmb:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
 .box-content h4 {
  display: inline;
  background-image: linear-gradient(to right,currentColor 0,currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  -webkit-transition: .3s,background-size .8s;
  transition: all .3s,background-size .8s;
  font-size: 30px
 }
 .page-id-30 .box-content h4 {
  font-size: 22px
 }
 .box-content:hover h4 {
  background-size: 100% 2px;
  color: #00a0e3;
 }
 .ftrsoc ul li {
  border: 1px solid #146fb2;
  border-radius: 0;
  background-color: #111a20 !important;
 }
 .ftrmnu.ftrmnus ul {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
 }
 .ftrmnu.ftrmnus ul li {
   width: 50%;
 }
 .missionvissionsec {
   background-color: #2a375e;
   position: relative;
 }

 .missionvissionsec .boxstyle::before {
  content: "";
  width: 60px;
  height:60px;
  background-color: #2a375e;
  position: absolute;
  left: 0;
  top: -107px;
}
.missionvissionsec .boxstyle::after {
  content: "";
  width: 60px;
  height: 60px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -48px;
}
.corporetevaluebox {
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}
.corporetevaluebox2 {
  background-color: #fff;
}
.corporetevaluebox.corporetevaluebox2:hover {
  box-shadow: 5px 8px 25px #ddd;
}
.corporetevaluebox img {
  max-width: 55px;
  max-height: 55px;
}
.corporetevaluebox h3 {
  font-weight: 600;
}
.fw-medium  {
  font-weight: 600;
}
.bg-blue {
  background-color: #146fb2;
}
.stickytop1 {
  position: sticky;
  top: 150px;
}
.singleblogimg img {
  max-width: 100%!important;
}
.contactsec {
  background-image: url(images/map.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.teambox {
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}
.teambox img {
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.teambox:hover img{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
}
.teambox:hover h3 {
  color: #1a1553;
}
.breadcrumb-item {
  color: #fff!important;
}
.excerptp p {
  padding-bottom: 0!important;
}
.partnerbox {
  background-color:#e1e6e9;
}
.partnerboximg img {
  width:170px;
  height: auto;
  object-fit: contain;
  height: 35px;
}
.sidebar ul.wp-block-latest-posts>li .wp-block-latest-posts__featured-image {
  margin-bottom: 0!important;
  max-width: 85px;
  max-height: 85px;
  min-height: 85px;
  min-width: 85px;
  border-radius: 3px!important;
  overflow: hidden;
}
.sidebar ul.wp-block-latest-posts>li {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  gap: 10px;
  margin-top: 0!important;
  flex-direction: column;
}
.sidebar h4 {
  padding: 10px 0px;
  border-bottom: 2px solid #222;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #222;
  position: relative;
}
.wp-block-latest-posts__post-date {
  margin: 0!important;
  padding: 0!important;
  color: #ccc!important;
  font-weight: 600!important;

}
.sidebar ul.wp-block-categories>li, .sidebar ul.wp-block-archives>li {
  padding-left: 0px;
  margin-bottom: 15px;
  position: relative;
  font-size: 20px;
  font-weight: 600;
}
.sidebar ul.wp-block-latest-posts>li .wp-block-latest-posts__post-title {
  margin: 0!important;
  font-size: 18px;
  color: #222;
  text-decoration: none!important;
  font-weight: 600;
}
.sidebar ul {
  padding: 5px 0px 15px!important;
  margin-bottom: 40px;
}
.wp-block-latest-posts>li>*:first-child {
  margin-top: 0;
}
.sidebar ul.wp-block-categories>li:hover a, .sidebar ul.wp-block-archives>li:hover a {
  color: #fff;
}
.sidebar ul.wp-block-categories>li a, .sidebar ul.wp-block-archives>li a {
  color: #222;
}
.btn-close {
  background-color: #fff!important;
}
.otherproducts li {
  line-height: 2.2;
  font-weight: 500;
}
.otherproducts li:hover {
 color: #222;
}
.solutionsec .nav-tabs .nav-link {
  font-size: 16px;
  width: 48%;
  margin-bottom: 16px;
}
.solutionsec .nav-tabs {
 justify-content: space-between;
 border: 0;
}
.solutionsec .nav-tabs .nav-link {
	border: 0;
	background: none!important;
	background-color: transparent !important;
	color: #222 !important;
	font-weight: bold;
	border-bottom: 3px solid #000;
}
.solutionsec .nav-tabs .nav-link.active {
  color: #00a0e3 !important;
  border-bottom: 3px solid #00a0e3;
}
#buttonTop {
  display: inline-block;
  background-color: #146fb2;
  width: 60px;
  height: 60px;
  border-radius: 0;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 00px;
  right: 00px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  box-shadow: 0px 0px 10px #0000001c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-transition: background-color .3s, opacity .5s, visibility .5s;
  -moz-transition: background-color .3s, opacity .5s, visibility .5s;
  -ms-transition: background-color .3s, opacity .5s, visibility .5s;
  -o-transition: background-color .3s, opacity .5s, visibility .5s;
}
#buttonTop::after {
	content: "";
	background-image: url(images/arrow-top.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 35px;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#buttonTop:hover {
  cursor: pointer;
  background-color: #222;
}
#buttonTop:active {
  background-color: #222;
}
#buttonTop.show {
  opacity: 1;
  visibility: visible;
}
.footer {
  position: relative;
}
.footer::before {
  left: 50px;
  content: "";
  width: 60px;
  height: 60px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: 0px;
  z-index: 3;
  display: block;
}
.footer::after {
  left: 50px;
  top: -60px;
  content: "";
  width: 60px;
  height: 60px;
  background-color:#1a1553;
  position: absolute;
  z-index: 3;
  display: block;
}
.footer .logo img {
  filter: brightness(0) invert(1);

}
.innerpagebanner h1 {
  position: relative;
  padding-left: 50px;
}
.innerpagebanner h1::before {
	content: "";
	background-image: url(images/logo-icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 35px;
	width: 45px;
	height: 45px;
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	transform: translateY(-50%, -50%);
}
.contentbox ul li {
  position: relative;
  padding-left: 30px;
  line-height: 2.2;
  color: #222;
}
.contentbox ul li::before {
  content: "";
	background-image: url(images/check-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 28px;
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.footer .btn-style511 svg {
	fill: #fff !important;
}
.outlinetext {
  font-size: 60px;
  -webkit-text-stroke: 1px #00a0e3;
  text-stroke: 1px #00a0e3;
  color: #0000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
 .servicesec .row .col-md-4.px-md-0:last-child .servicebox   {
  border-right: 1px solid #ddd;
}
.sidebar h4::before {
	content: "";
	background-image: url(images/angle-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px;
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.blg_thmbimg img {
  width: 100%!important;
  max-width: 100%!important;
}
.csestudiesbox {
  transition: all 400ms;
}
.csestudiesbox .csestudiesboxcontent {
   position: absolute;
   background-color: #222;
   left: 0;
   bottom: 30px;
   transition: all 400ms;
   width: 70%;
}
.csestudiesbox img {
  transition: all 400ms;
}
.csestudiesbox:hover img {
  transform: scale(1.03);
}
.csestudiesboxsutxt {
  display: none;
}
.csestudiesbox:hover .csestudiesboxcontent .csestudiesboxsutxt {
  display: block;
}
.csestudiesbox .csestudiesboxcontent svg {
  transition: all 400ms;
}
.csestudiesbox:hover .csestudiesboxcontent {
  width:100%;
  bottom: 0;
  background-color: #146fb2;
}
.csestudiesbox:hover .csestudiesboxcontent svg {
  transform: rotate(45deg);
}
.otherproductssec a:hover {
   color: #222;
}
.accrdnbox {
  border-bottom: 2px solid #222;
}
.accrdnbox .card-header {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  cursor: pointer;
}
.accrdnbox .card-header svg {
  stroke: #00a0e3;
  transition: all 400ms;
}
.accrdnbox .card-header.collapsed svg {
  transform: rotate(45deg);
  stroke: #ccc;
}
.cntctbg  {
  background-image: url(images/cover-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  z-index: 1;
}
.cntctbg::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  background-color: #0000005d;
}
.insight-title-menu>ul::after {
  content: "Insights"!important;
}
.aboutus-title-menu>ul::after {
  content: "About Us"!important;
}
.industries-title-menu>ul::after {
  content: "Industries"!important;
}
.display-none>a:first-child {
  display: none!important;
}
.cpyrht p {
	padding-bottom:0px!important;
}
.modal-content {
	background-color: #101214!important;
}
.modal-content .form-control {
	border-bottom: 1px solid #2b343a !important;
	background-color: #101214!important;
}

.partner-brand-logo{
  border-radius:50px;
  padding:10px;
}

.box-content{
   padding: 15px;
   color: #1c1c1c;
}

.gtranslate_wrapper{
   height:20px;
}

/* Media Query*/
@media only screen and (min-width: 992px) and (max-width: 1230px) {
}
@media only screen and (min-width: 992px) and (max-width: 1169px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.packgbannersec::before {
    height: 67%;
}
	.marketngsec ul.strategyList {
    display: grid;
    grid-template-columns: 1fr;
}
  .countingsec .row > .col{
    width: 50%;
    flex: 1 0 50%;
  }
  .countingsec .row > .col:nth-child(3) .countingthmb:after{
    display: none;
  }
  .srvcaption{
    padding: 50px;
  }
  .srvcaption h3{
    font-size: 40px;
    margin-bottom: 30px;
  }
  .srvcaptiontxt{
    font-size: 18px;
    margin-bottom: 30px;
  }
  .techabt ul li{
    width: 50%;
  }
  nav.nav .menu-primary-menu-container {
    width: 350px !important;
  }
  nav.nav .mnucls {
    width: calc(100% - 350px) !important;
  }
  .smltit {
    font-size: 15px;
  }
  h3 {
    font-size: 22px;
  }
  .title1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  
  header.header .btn1 {
    padding: 10px 13px;
    font-size: 12px;
  }
  .header.is-sticky {
    padding: 10px 0;
}
.boxstyle::before {
	width: 50px;
	height: 50px;
	bottom: -97px;
}
.boxstyle::after {
	width: 50px;
	height: 50px;
	bottom: -146px;
}
.servicebox {
	border-right: 1px solid #ddd;
}
.testisec .slick-dots {
	bottom: -98px;
	text-align: center;
}
  .countingthmb{
    padding-bottom: 30px;
  }
  .whatwelookinr{
    width: 400px;
  }
  .driversec .tab-content h3{
    max-width: 100%;
  }
  .service-for .slick-prev, .clientlogoslide .slick-prev{
    background-image: url(images/left-arrow.svg) !important;
    left: -20px;
    height: 30px;
    width: 20px;
    background-size: 20px auto !important;
  }
  .service-for .slick-next, .clientlogoslide .slick-next{
    background-image: url(images/right-arrow.svg) !important;
    right: -20px;
    height: 30px;
    width: 20px;
    background-size: 20px auto !important;
  }
	header.header{
		padding:15px 0;
	}
  nav.nav {
    position: fixed;
    right: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 999;
    display: flex;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  header.header.active nav.nav {
    right: 0;
  }
  nav.nav .menu-primary-menu-container {
    width: 300px;
    background: #000;
    height: 100%;
    overflow: auto;
    transform: translateX(-310px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  header.header.active nav.nav .menu-primary-menu-container{
    transform: translateX(0);
    transition-delay: 0.3s;
  }
  nav.nav .mnucls {
    background: rgba(255,255,255,.3);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    transform: translateX(-100%);
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
header.header.active  nav.nav .mnucls {
  transform: translateX(0);
}
  header.header.active{
    -webkit-backdrop-filter: inherit !important;
    backdrop-filter: inherit !important;
  }
  @supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
	  nav.nav .mnucls{
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		background-color: rgba(0, 0, 0, 0.7);
	  }
	}
  nav.nav .primary-menu {
    display: block;
    height: 100%;
    padding-top: 30px;
    opacity: 0;
    transform: translateX(-30px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  header.header.active nav.nav .primary-menu{
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.7s;
  }
  nav.nav .primary-menu > li {
    display: block;
    margin: 0;
	  position:relative !important;
  }
  nav.nav .primary-menu > li > a:after {
    display: none;
  }
  nav.nav .primary-menu > li > a {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    display: block;
    color: #fff;
  }
  nav.nav .primary-menu > li > ul {
    position: static;
    display: block;
    box-shadow: none;
    opacity: 1;
    background: transparent!important;
    visibility: visible;
    transform: translateY(00px);
    -webkit-transform: translateY(00px);
    -moz-transform: translateY(00px);
    -ms-transform: translateY(00px);
    -o-transform: translateY(00px);
}
  nav.nav .primary-menu > li > ul > li a {
    padding-left: 30px;
  }
  .mnutog {
    display: block;
    line-height: 0;
  }
  nav.nav .primary-menu > li > ul {
    display: none!important;
	      min-width: inherit;
  }
  nav.nav .primary-menu > li > ul > li > ul {
    position: static;
    display: block;
    min-width: 100%;

  }
  nav.nav .primary-menu > li > ul > li > a {
    padding: 6px 15px 6px 20px;
  }
  nav.nav .primary-menu > li > ul > li > ul > li > a {
    padding: 6px 15px 6px 30px;
  }
  nav.nav .primary-menu > li > i {
    position: absolute;
    right: 15px;
    top: 5px;
    cursor: pointer;
    color: #fff;
    z-index: 5;
  }
	nav.nav .primary-menu>li>button.sub-menu-toggle{
		position:absolute;
		right:0;
		top:0;
		height:35px;
		width:35px;
		z-index:2;
	}
	nav.nav .primary-menu>li.megamnu>ul {
    width: 100%;
    padding: 0;
    height: inherit;
    overflow: inherit;
}
	nav.nav .primary-menu>li.megamnu>ul>li {
    width: 100%;
		position:relative;
}
	nav.nav .primary-menu>li.megamnu>ul>li>ul {
    width: 100%;
    position: static;
		display:none;
}
nav.nav .primary-menu > li > ul > li > ul {
  position: static;
  display: block;
  min-width: 100%;

}
nav.nav .primary-menu > li:hover > ul {
  display: block!important;
}
.mega-Menu .sub-menu > .mega-sub-menu-title {
  width: 100% !important;
  font-size: 16px !important;
  font-weight: normal !important;
}
.mega-Menu .sub-menu > li .sub-menu > li > a {
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: normal
   !important;
}

	nav.nav .primary-menu>li.megamnu>ul>li:first-child:after {
    display:none;
}
	nav.nav .primary-menu>li.megamnu>ul>li>ul>li {
    width: 100%;
		position:relative;
		    padding: 10px;
		margin:0;
}
nav.nav .primary-menu>li.iconmenu>ul{
  max-height: inherit;
  overflow: inherit;
}
	.i-mnuarw{
		position: absolute;
    right: 0;
    top: 5px;
    height: 35px;
    width: 35px;
    z-index: 2;
		padding:0 !important;
	margin:0;
	border:none !important;
	background-color:rgba(0,0,0,0) !important;
	background-image: url(images/down-white.svg);
  	background-repeat: no-repeat;
	background-position:center center;
	background-size:15px auto;
	}
	nav.nav .primary-menu>li.megamnu>ul>li>a {
    padding: 10px 24px;
    font-size: 14px;
    font-weight: normal;
    border-right:none !important;
}
.driversec .nav-pills>.nav-item .nav-link {
  font-size: 12px;
  padding: 10px;
}
.textrotedinr h4 {
  font-size:13px;
}
.mega-Menu > ul:first-child, .mega-Menu > button + ul {
  padding:  0!important;
  background: transparent!important;
}

.mega-Menu > button + ul::after, .mega-Menu > button + ul::before {
    display: none;
}
}
@media screen and (max-width: 767px) {
	.cetifiedcompany {
    width: 35px;
}
	.packgbannersec::before {
    height: 84%;
}
	.marketngsec ul.strategyList {
    display: grid;
    grid-template-columns: 1fr;
}
  .swa-logo{
    transform: scale(0.8);
    transform-origin: left;
  }
  .driversec .nav-pills>.nav-item {
      width: 50%;
  }
  .driversec .nav-pills>.nav-item .nav-link {
      font-size: 12px;
      padding: 10px;
  }
  .driversec .nav-pills {
      border-bottom: none !important;
  }
  .countingthmbvalu{
    font-size: 300%;
  }
  .countingthmb:after{
    height: 3px;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(65,65,65,1) 30%, rgba(65,65,65,1) 70%, rgba(0,0,0,1) 100%);
  }
  .countingsec .row > .col{
    width: 100%;
    flex: 1 0 100%;
  }
  .sidebar{
    max-height: inherit;
    overflow: inherit;
  }
  .whatwelookinr{
    width: 300px;
  }
  .driversec .tab-content h3{
    max-width: 100%;
  }
  .srvcaption{
    padding: 30px;
  }
  .srvcaption h3{
    font-size: 30px;
    margin-bottom: 20px;
  }
  .srvcaptiontxt{
    font-size: 16px;
    margin-bottom: 20px;
  }
	.custsecwrp > .custsecloop:nth-child(odd) .row .custimg {
		padding-right:0;
	}
	.custsecwrp > .custsecloop:nth-child(even) .row .custimg {
		padding-left:0;
	}
	svg#graphic{
		display:none;
	}
	.certificateimg img {
    max-height: 70px;
    max-width: 70px;
}
	.letstalksec {
    padding: 0 0 70px;
}
	.midboxcontent {
    padding: 15px;
    font-size: 13px;
    line-height: 1.4;
}
	.letstalkform .wpcf7-list-item.first.last label span {
    font-size: 12px;
}
	.letstalksec::before {
    height: 80%;
}
  .techabt ul li{
    width: 100%;
  }
    .innerpagebanner h1 span, .innerpagebanner h2 span {
        -webkit-text-stroke: 1px #000;
        font-size: 30px;
    }
    .single-service .innerpagebanner h1 span {
      font-size: 5vw;
    }
    .button--nuka {
      font-size: 12px;
  }
    .innerpagebanner {
        padding: 120px 0 50px;
    }
  .trustedslider .slick-next {
    left: 12%;
  }
  .logo img {
    width: 130px;
  }
  big {
    font-size: 120%;
    font-weight: 300;
  }
  .innerpagebanner big{
    font-size: 105%;
  }
  .entry-summary,
  .entry-header,
  .post-thumbnail,
  .entry-content,
  .entry-footer,
  #comments,
  .navigation.post-navigation {
    margin: 0 0 15px 0 !important;
    width: 100%;
  }
  .entry-title {
    font-size: 24px;
    line-height: 1.2;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 23px;
  }
  .srvthmb h3 {
    font-size: 20px;
  }
  h1 {
    font-size: 30px;
  }
 .homebanner .rev-btn.rs-layer {
    height: 100%!important;
  }
  .homebanner .customsliderbutton span {
    margin-left: 10px;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 12px !important;
    padding: 9px!important;
  }
  .blueyondersec::after {
    width: 30px;
  }
  .sincesec {
    left: 18px;
    bottom: 101px;
    font-size: 76px;
  }
  .toolsbox {
    border-right: 0px solid #000;
  }
  .industriebox {
    border-right: 1px solid #666;
  }
  .industrieboxwrap {
    height: 350px;
  }
  .col-20 {
    width: 50%;
    padding: 0 15px;
  }
  .clientsbox img {
    height: 40px;
  }
  .clientsbox  {
    border: 1px solid #ddd!important;
  }
  .footer .logo img {
    width: 250px;
  }
  .innerpagebanner h1::before {
    background-size: 30px;
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
  }
  .innerpagebanner h1 {
    padding-left: 42px;
  }
  header.header .btn1 {
    padding: 10px 13px;
    font-size: 8px;
  }
  .blg_thmb h4 {
    font-size: 18px;
  }
  .outlinetext {
    font-size: 30px;
  }
}

