/*-- Common CSS --*/
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

* { margin: 0; 	padding: 0; }

body { font-family: "Outfit", sans-serif; font-size: 16px;; line-height: 1.57143; font-weight: 400; color: #2d2e2e; }

p{ color: #4f4f52}

b, strong { font-weight: 600 !important;}

a { color: #2d2e2e; transition: all 0.3s ease 0s; }

a:hover {color: #242c42;	text-decoration: none; }

a, a:hover, a:active, a:focus { outline: none; text-decoration: none; }

.btn, .btn * { transition: all 0.3s ease 0s; }

i { transition: all 0.4s ease-in-out 0s; }

.transition3s { transition: all 0.3s ease-in-out 0s; }

/*ul, li { list-style: outside none none; }

ul { list-style: outside none none; margin: 0; padding: 0; }*/

.btn.focus, .btn:focus {box-shadow: none;}


/* Category List / Index Page - CSS */

.category-introduction .card-header {
  background: url('../images/category-bg-01.jpg') no-repeat;
  background-size: cover;
}
.category-environments .card-header {
  background: url('../images/category-bg-02.jpg') no-repeat;
  background-size: cover;
}
.category-personnel .card-header {
  background: url('../images/category-bg-03.jpg') no-repeat;
  background-size: cover;
}
.category-components .card-header {
  background: url('../images/category-bg-04.jpg') no-repeat;
  background-size: cover;
}
.category-nocother .card-header {
  background: url('../images/category-bg-05.jpg') no-repeat;
  background-size: cover;
}

.category-inhouse .card-header {
  background: url('../images/category-bg-06.jpg') no-repeat;
  background-size: cover;
}
.category-benefits .card-header {
  background: url('../images/category-bg-07.jpg') no-repeat;
  background-size: cover;
}
.category-functions .card-header {
  background: url('../images/category-bg-08.jpg') no-repeat;
  background-size: cover;
}



.categories-list {
  font-family: "Outfit", sans-serif;
  padding: 60px 0 100px 0;
}
.categories-list .card {
  border: none;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 1px 10px rgba(31, 73, 126, 0.1);
  background-color: #fff;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}
.categories-list .card:hover {
  box-shadow: 4px 12px 15px rgba(31, 73, 126, 0.1);
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}
.categories-list .card-header {
  position: relative;
  color: #ffffff;
  padding: 10px 38px;
  border-radius: 12px 12px 0 0 !important;
  border-bottom: none;
  display: flex;
  align-items: center;
  min-height: 116px;
}
.categories-list .card .card-title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600 !important;
  margin-bottom: 10px;
}
.categories-list .card .card-title a {
  color: #ffffff;
  text-decoration: none;
}
.categories-list .card .badge {
  position: absolute;
  bottom: -16px;
  left: 35px;
  font-weight: 600;
  color: #212121;
  background-color: #ffffff;
  font-size: 13px;
  padding: 10px 23px;
  border-radius: 30px;
  text-wrap: wrap;
  box-shadow: 0 1px 10px rgba(31, 73, 126, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.categories-list .card:hover .badge {
  background: #f4f7fb;
  box-shadow: 0 1px 10px rgba(31, 73, 126, 0.2);
}

.categories-list .card .card-body {
  padding: 48px 38px  40px 38px;
}

.categories-list .card .card-body p {
  font-size: 18px;
  line-height: 1.3;
  color: #212121;
  min-height: 95px;
}

.categories-list .card .learn-more {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #212121;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.categories-list .card:hover .learn-more {
  /*margin-left: 10px;*/
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.categories-list .card .learn-more .learn-icon i {
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.categories-list .card:hover .learn-more .learn-icon i {
  /*color: #fff;*/
  /*transform: rotate(-40deg);*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.categories-list .card .learn-more .learn-icon {
  background: #f4f7fb;
  margin-left: 4px;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.categories-list .card:hover .learn-more .learn-icon {  
  margin-left: 20px;
  box-shadow: 0 0 5px inset rgba(31, 73, 126, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*background: #212121;*/
}

/* Category Filter */
.category-filter {
  margin: 0 0 30px 0;
  padding-left: 0px;
}

.category-filter li {
  font-size: 16px;
  color: #283151;
  line-height: 1.3;
  font-weight: 600;
  border: 1px solid #becedd;
  border-radius: 20px;
  padding: 8px 26px;
  margin: 0 10px 20px 0;
  display: inline-block;
  list-style: none;
  position: relative;
  cursor: pointer;    
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.category-filter li:hover {
  border: 1px solid #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.category-filter li.active {
  background: #151515;
  color: #ffffff;
}

.category-filter li:last-child {
  margin-right: 0;
}


/*@media (max-width: 992px) {
  .category-filter li {
    font-size: 15px;
    padding: 7px 20px;
    margin: 0 5px 15px 0;
  }
}*/



@media (max-width: 992px) {
  .categories-list {
    font-family: "Outfit", sans-serif;
    padding: 50px 0 50px 0;

  }
  .category-filter li {
    font-size: 14px;
    padding: 7px 15px;
    margin: 0 5px 10px 0;
  }
  .categories-list .card-header {
    padding: 30px 30px;
  }
  .categories-list .card .badge {
    left: 30px;
  }
  .categories-list .card .card-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .categories-list .card .card-body {
    padding: 42px 30px 35px 30px;
  }
  .categories-list .card .card-body p {
    font-size: 16px;
    min-height: auto;
    margin-bottom: 30px;
  }
  .categories-list .card .learn-more .learn-icon {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 360px) {
  .categories-list .card .badge {
    left: 5px;
  }
}



/*.article-slider h2 {margin: 0 0 20px; font-size: 1.875rem; font-weight: 500; line-height: 1.2; color: #000; font-family: "Outfit", sans-serif;}
.article-slider .card {border: none; border-radius: 12px; box-shadow: 0 0 5px rgb(40 90 230 / 15%);-webkit-transition: .3s ease-in;transition: .3s ease-in;}
.article-slider .card:hover {box-shadow: 4px 12px 15px rgb(40 90 230 / 5%), -4px 12px 15px rgb(40 90 230 / 5%), 0 -4px 4px rgb(40 90 230 / 5%); -webkit-transition: .3s ease-in;transition: .3s ease-in;}

.article-slider .card-img{
	min-height: 85px;
	padding-top: 0;
	border-radius: 12px 12px 0 0;
	position: relative;
    background-image: url('../images/bg-purple.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.article-slider .card-img p {font-size: 16px;
    color: #c8c8e0; 
    padding: 10px 10px 10px 30px;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(-50%, -50%);
}

.article-slider .card-body {padding: 20px 30px 40px 30px; min-height: 130px;}
.article-slider .card-title {margin-bottom: 20px;}
.article-slider .card-body h5 a {
	display: block;
	color: #212121;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	margin: 10px 0 0;
	-webkit-transition: .3s ease-in;
	transition: .3s ease-in;
	text-transform: none;
	text-decoration: none;
}
.article-slider .card:hover .card-body h5 a { color: #0e0e99;}
.article-slider .card-body > a {
	color: #444444;
	font-size: 18px;
	font-family: "Outfit", sans-serif;
  font-weight: 400;
  border-bottom: solid 2px #444444;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.article-slider .card:hover > .card-body > a{
  border-bottom: solid 2px #eec029;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-left: 15px;
}
.article-slider .card .btn { color: #212121; font-size: 12px; line-height: 1; padding:9px 15px !important; font-weight: 700;text-transform: capitalize;}
.article-slider .card .btn:hover {color: #fff;}
.article-slider .card .views {color: #000; font-size: .875rem; line-height: 1.2; padding: 10px 0 0; margin-bottom: 0px;}

.main-content.article-slider h3 {
	font-size: 28px;
	line-height: 1.2;
	font-weight: 500 !important;
}
.main-content.article-slider p {
	font-size: 18px;
  margin-bottom: 110px;
}*/

#your-sidebar {
	margin-bottom: 30px;
}
.widget-title {
	font-size: 23px !important;
	margin-bottom: 13px !important;
}
#ezw_tco-2 .ez-toc-title {
	font-size: 32px !important;
  font-weight: 500 !important;
}
#ezw_tco-2 .ez-toc-widget-container ul.ez-toc-list li.active {
  background: transparent !important;
}
.ez-toc-list.ez-toc-list-level-1 {
	padding: 1rem 0;
}
.ez-toc-page-1.ez-toc-heading-level-2 {
	margin: 0;
  padding-bottom: 16px;
  padding-left: 25px;
  line-height: 22px;
  height: auto !important;
}
.ez-toc-page-1.ez-toc-heading-level-2::before {
	margin-left: -25px;
	font-size: 1rem;
	line-height: 1rem;
	color: #0000ff;
	content: '-';
	font-weight: 700;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#ezw_tco-2 .ez-toc-widget-container ul.ez-toc-list li a {
  color: #4f4f52 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding-left: 16px;
}
#ezw_tco-2 .ez-toc-widget-container ul.ez-toc-list li a:hover {
  color: #0000ff !important;
}
#ezw_tco-2 .ez-toc-widget-container ul.ez-toc-list li:hover::before {
/*	margin-left: -15px;*/
font-weight: 900;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
color: #eec029 !important;
content: '-';
}
.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item{
  display: none;
}

/*.sidebar-right {
	margin-left: 30px;
}
.sidebar-right h4 {
    text-transform: uppercase;
    color:#0000ff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 12px;
    font-family: "Outfit", sans-serif;
}
.sidebar-right p {
    color: #444444;
    font-size: 1rem;
    line-height: 30px;
    margin-bottom: 15px;
    font-family: "Outfit", sans-serif;
}
.sidebar-right a {
    text-transform: uppercase;
    color:#0000ff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.625rem;
    margin-bottom: 2rem;
    font-family: "Outfit", sans-serif;
    position:relative;
    transition: all 0.3s ease-in-out;
}
.sidebar-right a::after {
	content: '->';
	color: #0000ff;
	margin-left: -15px;
	font-family: "Outfit", sans-serif;
	position: absolute;
	right: -24px;
	top: -3px;
	font-size: 18px;
	transition: all 0.4s ease-in-out;
}
.sidebar-right a:hover::after {
    margin-left: -25px;
}
.sidebar-right .sticky-top {
	border: solid 2px #a3a3a3;
	background:#edf1f3;
	border-radius: 8px;
	padding: 24px;
}*/

.gov-buyers-sec p{

	font-family: "Outfit", sans-serif; font-weight:300; font-size: 16px;

}

.gov-buyers-sec h3{

	font-family: "Outfit", sans-serif; font-weight:300; font-size: 25px;

}

.gov-methodology-block {

  padding: 25px 25px 40px 0;

  background-color: #ffffff;

  margin-top: -9%;

  width: 90%;

  display: inline-block;

}

.gov-buyers-sec ul li{

	font-family: "Outfit", sans-serif;

	font-weight:300;

	font-size: 18px;

  line-height: 2.1;

  list-style: initial;

  margin-left: 31px;

}

.logo img.normal,

.logo img.fixed {

	width: 295px;

	height: 51px;

}
/*.footer-logo img{

  width: 295px;

  height: 51px;

}*/

#certifications .gov-clients li, #clients .gov-clients li {

	font-family: "Outfit", sans-serif;

	font-weight:300;

  font-size: 18px;

  line-height: 1.2;

  list-style: none;

  width: 30%;

  background: #F7F8FA;

  padding: 30px;

  text-align: center;

  min-height: 214px;

  max-height: 214px;

  float: left;

  margin: 3px;

  vertical-align: middle;

}

.gov-clients img {

  max-width: 100px;

  height: auto;

  margin-bottom:15px;

}

#certifications .gov-clients img {

  max-width: 150px;

}

/* Heading Styles */

section {padding: 90px 0; position: relative;}

.sec-title {text-align: center; margin: 0 0 60px;}

.sec-title h2 {color: #2f2f2f; font-size: 50px; line-height: 70px; 

	font-family: "Outfit", sans-serif;

	font-weight:300;

	margin: 0;}

/* Button Effects */

.theme-btn { line-height: inherit; text-align: center; padding: 17px 36px 15px;  font-size: 15px;	font-family: "Outfit", sans-serif; margin: 48px 0 0; background: #f0c029;	display: inline-block;	border-radius: 40px;	text-transform: uppercase;	letter-spacing: 1px; font-weight:600; color: #000;}

.theme-btn:hover {background: #000; color: #fff;} 



.bord-btn { line-height: inherit; text-align: center; padding: 15px 36px 13px;  font-size: 15px;	font-family: "Outfit", sans-serif; margin: 20px 0 0; display: inline-block;	border-radius: 40px;	text-transform: uppercase;	letter-spacing: 1px;	color: #000;	border: 2px solid #f0c029;}

.bord-btn:hover {background: #000; color: #fff;  background: #f0c029;}

/*#scrollUp {border-radius: 50%;bottom: 100px;color: #fff;display: block;font-size: 25px;height: 40px;line-height: 35px;position: fixed;right: 20px; text-align: center;text-decoration: none !important; transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s; width: 40px; z-index: 1000 !important; background: #eec029; border-radius: 10px;}*/


/* 
===============================================
  GoTop Button
===============================================*/
#totop{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 140px;
  z-index: 999;
  height: 0;
  width: 0;
  font-size: 0;
  text-align: center;
  transition:inherit;
  width:60px;
}
#totop:hover { 
  --x: 100%;
}
#totop span{
  color:#000;
  font-size:10px;
}
#totop i{
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--c1, #eec029), var(--c2, #ffd138) 51%, var(--c1, #eec029)) var(--x, 0)/ 200%;
  width:40px;
  height:40px;
  font-weight: 900;
  color: #fff;
  font-size:22px;
  margin-top:3px;
}



#navy{

	margin-bottom:250px;

}

.current-contract-vehicles-sec-inner{

	transition: visibility 0s linear 300ms, opacity 300ms;

}



/*-- Loader CSS --*/

#dvLoading { background: url(../images/loader.gif) no-repeat center center #fff; width: 100%; height: 100%;	position: fixed; z-index: 9999999; }

/*header {background: url(../images/header-img.webp) center top no-repeat; width: 100%; min-height: 800px;}*/

.main-header{ position:relative; left:0px; top:0px; width:100%; transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease;  -ms-transition:all 500ms ease;  -o-transition:all 500ms ease;}

header.main-header .header-lower {z-index:9999;}

.insights-content-space {margin: 170px 0 100px; max-width: 422px;}

.fixed-header .header-lower{

  position:fixed !important;

  opacity:0;

  visibility:hidden;

  left:0px;

  top:0px;

  width:100%;

  z-index:999;

  opacity:1;

  visibility:visible;

  -ms-animation-name: fadeInDown;

  -moz-animation-name: fadeInDown;

  -op-animation-name: fadeInDown;

  -webkit-animation-name: fadeInDown;

  animation-name: fadeInDown;

  -ms-animation-duration: 500ms;

  -moz-animation-duration: 500ms;

  -op-animation-duration: 500ms;

  -webkit-animation-duration: 500ms;

  animation-duration: 500ms;

  -ms-animation-timing-function: linear;

  -moz-animation-timing-function: linear;

  -op-animation-timing-function: linear;

  -webkit-animation-timing-function: linear;

  animation-timing-function: linear;

  -ms-animation-iteration-count: 1;

  -moz-animation-iteration-count: 1;

  -op-animation-iteration-count: 1;

  -webkit-animation-iteration-count: 1;

  animation-iteration-count: 1;

  background: #fff;

}

header.fixed-header .header-lower .outer-box .main-menu .navigation > li > a {

  color: #474a4c;

}

header.fixed-header .header-lower .menu-right-content li.support-box a {

  border: 2px solid #f0c029;

  color: #111;

}

.main-header.style-one .header-lower{

  position: relative;

  width: 100%;

}



.main-header.style-one .outer-box{

  position: relative;

  padding: 20px 0 0;

}



.main-header.style-one .logo-box{

  position: relative;

  display: flex;

  padding: 0;

}



.main-header.style-one .logo-box .logo{

  position: relative;

  display: inline-block;

  margin: 0

}

.main-header.style-one .logo-box .logo .fixed, header.fixed-header .logo-box .logo .normal {display: none;}

.main-header.style-one.fixed-header .logo-box .logo img.fixed {display: block;}

.main-header.style-one .logo-box p{

  position: relative;

  display: inline-block;

  font-size: 12px;

  line-height: 15px;

  color: #fff;

  letter-spacing: 2px;

  max-width: 120px;

}



.main-header.style-one .main-menu{

  border-top: 1px solid rgba(198, 198, 198, .3);

  margin-top: 20px;

  padding-top: 15px;

}

.fixed-header .header-lower .main-menu{

  border-top: 1px solid rgba(0, 0, 0, .1);

}

.fixed-header .header-lower .outer-box {

	padding: 15px 0 0;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);

}

.fixed-header .header-lower .main-menu {
	border-top: 1px solid rgba(198, 198, 198, .3);
	margin-top: 15px;
	padding-top: 0px;
}

.fixed-header .header-lower .main-menu .navigation > li{
  padding-bottom: 15px;
  padding-top: 15px;
}



.main-header.style-one .menu-right-content{

  position: relative;

  float: left;

  margin-left: auto;

}



.main-header.style-one .menu-right-content li{

  position: relative;

  float: left;

  display: inline-block;

}



.main-header.style-one .menu-right-content li.support-box {

  position: relative;

  padding: 0;

}

.main-header.style-one.fixed-header .menu-right-content li.support-box .bttn {border: 2px solid #eec029; color: #000; }

.main-header.style-one .menu-right-content li.support-box .bttn {

	line-height: 46px;

	display: inline-block;

	border: 2px solid #fff;

	font-size: 15px;

	font-weight: 600;

	font-family: "Outfit", sans-serif;

	padding: 0 33px;

	border-radius: 50px;

	color: #fff;

	text-transform: uppercase;

	letter-spacing: 0.5px;

  background: none;

  transition: all 0.3s ease 0s;

}

.main-header.style-one .menu-right-content li.support-box .bttn:hover { background: #eec029; color: #000;  border-color: #eec029; }

.main-header.style-one .menu-right-content li.support-box .bttn:focus { box-shadow: none; background:#eec029; outline: none ; border-radius: 50px; border-color: #eec029;}

.get-in-touch-sec.show .contact-form form input, .get-in-touch-sec.show .contact-form form textarea {

	height: auto;

	line-height: 48px;

	border: 1px solid #bfc1c3;

	padding: 0 5px 0 28px;

	font-family: "Outfit", sans-serif;

	color: #002a3b;

	outline: none;

	width: 100%;

	font-size: 15px;

	box-shadow: none;

	border-radius: 45px;

	background: #fff;

}

.get-in-touch-sec.show .contact-form form select {

  background: #fff url(../images/select-arrow.png) no-repeat 97% 24px;

  color: #6f787b;

}

/*.main-header.style-one .menu-right-content li.support-box:before{

  position: absolute;

  content: '';

  width: 100%;

  height: 20px;

  left: 0px;

  bottom: -20px;

}*/



.main-header.style-one .menu-right-content li.support-box i{

  position: absolute;

  left: 40px;

  top: 43px;

  font-size: 35px;

  line-height: 35px;

  color: #fff;

}



.main-header.style-one .menu-right-content li.support-box p{

  font-size: 15px;

  line-height: 20px;

  color: #fff;

  margin-bottom: 0px;

}



.main-header.style-one .menu-right-content li.support-box h3{

  position: relative;

  display: block;

  font-size: 22px;

  line-height: 26px;

  color: #fff;

  font-weight: 700;

}



.main-header.style-one .menu-right-content li.support-box h3 a{

  display: inline-block;

  color: #fff;

}



.main-header.style-one .menu-right-content li.support-box h3 a:hover{

  text-decoration: underline;

}



/*-- Get In Touch Section Sec --*/

.get-in-touch-sec {background: #f6f8fa;}

.get-in-touch-sec-main { height: 100%;	left: 0;	position: absolute;	top: 0;	width: 45%;	z-index: 0; background: #50738c;}

.get-in-touch-sec-main-left {position: relative; z-index: 9;}

.get-in-touch-sec-main-left .indicator {color: #fff;}

.get-in-touch-sec-main-left .indicator:after {right: 195px; margin: 0 0 30px;}

.get-in-touch-sec-main-left h2 {color: #fff; font-size: 60px; line-height: 80px;	margin: 0 0 68px;	font-family: "Outfit", sans-serif; font-weight: 300;}

.get-in-touch-sec-main-left p { font-family: "Outfit", sans-serif; color: #fff; line-height: 33px; margin: 0 0 25px; font-size: 18px}

.get-in-touch-sec-main-left p a {display: block; text-decoration: underline; color: #fff;}

.get-in-touch-sec-main-left p a:hover {text-decoration: none;}

.modal.modal-fullscreen .modal-dialog {

  width: 100vw;

  height: 100vh;

  margin: 0;

  padding: 0;

  max-width: none;

}



/*-- Contact Form --*/

.contact-form .sec-head-shape {

  position: absolute;

  top: -30px;

  right: -65px;

}

.contact-form { padding: 0 0 0 90px;}

.contact-form .sec-head { position: relative; margin: 0 0 40px; }

.overview-value-section-left-content {width: 100%; background: #262626; padding: 37px 35px 8px; max-width: 470px;}

.contact-form h3 { font-family: "Outfit", sans-serif; font-weight: 700; color: #002a3b;	font-size: 35px; line-height: 54px;	margin: 0 0 20px; }

.contact-form form .form-group { margin: 0 0 25px; }

.contact-form form input, .contact-form form textarea, .contact-form form select { height: auto; line-height: 48px;	border: 1px solid #bfc1c3;	padding: 0 5px 0 28px; font-family: "Outfit", sans-serif; color: #002a3b; outline: none; width: 100%; font-size: 15px;	box-shadow: none; border-radius: 45px; background: #fff;}

.contact-form form textarea {border-radius: 22px;}

label.float-label { font-family: "Outfit", sans-serif;	color: #797b7c; font-size: 15px; letter-spacing: 0.3px; position: absolute;	pointer-events: none; left: 30px;	top: 10px;	transition: 0.2s ease all;	-moz-transition: 0.2s ease all;	-webkit-transition: 0.2s ease all;	line-height: 33px;}

.contact-form form textarea { resize: none;	min-height: 150px;	margin: 0; line-height: 25px;  padding-top: 20px;}

.contact-form form .btn {line-height: 58px; padding: 0 35px; color: #000; font-size: 20px; margin-top: 15px; font-family: "Outfit", sans-serif; font-weight: 500; background: #f0c029; border-radius: 40px;}

.contact-form form .btn:focus {border-color:#f0c029; outline: none; box-shadow: none;}

.contact-form form .btn img {line-height: 60px; vertical-align: middle; margin: 0px 0 0 5px;}

.floating-label { position: relative; margin: 0 0 25px; }

.contact-form form textarea:focus, .contact-form  form input:focus, .contact-form  form select:focus { color: #002a3b; }

.contact-form form .form-control:focus { box-shadow: none;	border: 1px solid #648496; }

.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label { top: -10px; color: #648496; font-size: 15px;	letter-spacing: 0.3px; 	line-height: 18px;	background: linear-gradient(180deg, #fff, #fff, transparent);	margin-bottom: 0;	padding: 0px 4px; }

.contact-form  .floating-input:focus ~ label { background: #fff;

  background: -moz-linear-gradient(top, #f6f8fa 0%,#f6f8fa 53%,#fff 70%);

  background: -webkit-linear-gradient(top, #f6f8fa 0%,#f6f8fa 53%,#fff 70%);

  background: linear-gradient(to bottom, #f6f8fa 0%,#f6f8fa 53%,#fff 70%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272c8c', endColorstr='#2c339c',GradientType=0 );	color: #648496;	font-size: 15px;}

  .contact-form  form select { color: #797b7c;	-webkit-appearance: none;	-moz-appearance: none;	appearance: none;	background: #fcfdfe url(../images/select-arrow.png) no-repeat 93% 24px;	word-wrap: normal;	line-height: 50px;	padding-top: 0 !important; }

  .contact-form  form select#how_many_devices_or_end_points_does_your_company_manage_ {background: #fff url(../images/select-arrow.png) no-repeat 97% 24px;}

  .contact-form  form select option { 	font-family: "Outfit", sans-serif; }





/*-- Header Popup Sec --*/

header.main-header .get-in-touch-sec {  z-index: 99999;  padding: 0; height: 100vh; overflow-y: hidden;}

header.main-header .get-in-touch-sec .modal-content {padding: 45px 0 0; background: none;}

header .get-in-touch-sec-main-left figure.logo {margin: 0 0 110px;}

header .get-in-touch-sec .logo img {max-height: 55px;}

header .get-in-touch-sec h3 {position: relative;}

header .get-in-touch-sec .modal-header { padding-top: 0; padding-right: 0; border: none; position: absolute; right: 0; top: 0; }

header .get-in-touch-sec .modal-header .close {opacity: 1; z-index: 9; border: none; background: none;}

.popup-contact-form {height: 100vh; position: relative;}

header .get-in-touch-sec .close:focus, header .get-in-touch-sec .close:active { outline: none; }

/*-- Cookie Policy --*/

#onetrust-consent-sdk #onetrust-banner-sdk {

	background-color: #42748C !important;

	padding-bottom: 5px;

	font-family: "Outfit", sans-serif;

}

#onetrust-consent-sdk #onetrust-policy-title, #onetrust-consent-sdk #onetrust-policy-text {

	color: #fff !important;

	margin:0;

}

#onetrust-banner-sdk a, #onetrust-pc-sdk a, #ot-sdk-cookie-policy a {

	color: #ff711b !important;

	text-decoration: underline;

	margin-left: 5px !important;

}

#onetrust-consent-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler, #onetrust-consent-sdk #onetrust-pc-btn-handler {

	background-color: inherit !important;

	border-width: 2px !important;

	border: 2px solid #f0c029 !important;

	color:	#ffffff !important;

	border-radius: 30px;

	margin: 0 !important;

	font-size: 22px;

	letter-spacing:2.5px;

}

div#onetrust-button-group {

  border: 1px solid #f0c029;

  border-radius: 30px;

}

#onetrust-consent-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler{

	border-color: #f0c029 !important;

}

#onetrust-banner-sdk .ot-sdk-button:focus, #onetrust-banner-sdk :not(.ot-leg-btn-container)>button:focus, #onetrust-banner-sdk input[type="submit"]:focus, #onetrust-banner-sdk input[type="reset"]:focus, #onetrust-banner-sdk input[type="button"]:focus, #onetrust-pc-sdk .ot-sdk-button:focus, #onetrust-pc-sdk :not(.ot-leg-btn-container)>button:focus, #onetrust-pc-sdk input[type="submit"]:focus, #onetrust-pc-sdk input[type="reset"]:focus, #onetrust-pc-sdk input[type="button"]:focus, #ot-sdk-cookie-policy .ot-sdk-button:focus, #ot-sdk-cookie-policy :not(.ot-leg-btn-container)>button:focus, #ot-sdk-cookie-policy input[type="submit"]:focus, #ot-sdk-cookie-policy input[type="reset"]:focus, #ot-sdk-cookie-policy input[type="button"]:focus{

	outline:none !important;

}

/** search box btn **/



.main-header .search-box-outer {

  position: relative;

  margin: 36px 60px 0px 0px;

}



.main-header .search-box-btn{

  position: relative;

  font-size: 20px;

  text-align: center;

  font-weight: 400;

  color: #ffffff;

  cursor: pointer;

  display: inline-block;

  background: transparent;

  transition: all 500ms ease;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center;

}



.main-header .search-box-btn:hover{



}



.main-header .search-box-outer .dropdown-menu {

  top: 50px !important;

  padding: 0px;

  width: 330px;

  border-radius: 0px;

  background: #ffffff;

  right: 0;

  left: auto !important;

  transform: translate3d(0px, 0px, 0px) scale3d(0.8,0.8,0.8) !important;

  border-color: transparent;

  border-radius: 3px;

  box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);

  transition: .5s ease;

  display: block;

  opacity: 0;

  visibility: hidden;

}



.main-header .search-box-outer .show .dropdown-menu {

  display: block;

  transform: scale3d(1,1,1)!important;

  opacity: 1;

  visibility: visible;

}



.main-header .search-panel .form-container{

  padding: 30px;

}



.main-header .search-panel .form-group {

  position: relative;

  margin: 0px;

}



.main-header .search-panel input[type="text"],

.main-header .search-panel input[type="search"],

.main-header .search-panel input[type="password"],

.main-header .search-panel select {

  display: block;

  width: 100%;

  line-height: 24px;

  padding: 9px 50px 9px 15px;

  height: 50px;

  border: 1px solid #f3f5fe;

  border-radius: 3px;

  background: #f3f5fe;

}



.main-header .search-panel input:focus,

.main-header .search-panel select:focus {

  border-color: #f3f5fe;

}



.main-header .search-panel .search-btn {

  position: absolute;

  right: 1px;

  top: 1px;

  width: 50px;

  height: 48px;

  text-align: center;

  color: #111111;

  background: #f3f5fe;

  font-size: 14px;

  border-radius: 0px 3px 3px 0px;

  cursor: pointer;

}



.dropdown-toggle::after {

  display: none;

}





/** main-menu **/
.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}

.main-menu .navigation{
  margin:0px;
  padding-left: 0px;
}



.main-menu .navigation > li{

  position:inherit;

  display: inline-block;

  text-align: center;

  z-index:2;

  padding: 10px 0px 30px;

  margin: 0px 25px 0;

  -webkit-transition:all 300ms ease;

  -moz-transition:all 300ms ease;

  -ms-transition:all 300ms ease;

  -o-transition:all 300ms ease;

  transition:all 300ms ease;

}



.main-menu .navigation > li:last-child{

  margin-right:0px !important;

}



.main-menu .navigation > li:first-child{

  margin-left: 0px !important;

}



.main-menu .navigation > li > a {

  position:relative;

  display:block;

  text-align:center;

  font-size:15px;

  line-height:30px;

  font-weight:600;

  font-family: "Outfit", sans-serif;

  text-transform: uppercase;

  opacity:1;

  color:#fff;

  z-index:1;

  -webkit-transition:all 500ms ease;

  -moz-transition:all 500ms ease;

  -ms-transition:all 500ms ease;

  -o-transition:all 500ms ease;

  transition:all 500ms ease;

}

.main-menu .navigation > li > a::after {

	position: absolute;

	content: '';

	width: 80px;

	height: 2px;

	background: -webkit-linear-gradient(left, #eec029 0%, #eec029 100%);

	background: -o-linear-gradient(left, #eec029 0%, #eec029 100%);

	background: linear-gradient(to right, #eec029 0%, #eec029 100%);

	left: 50%;

	top: auto;

	bottom: -5px;

	-webkit-transition: all 0.3s ease-out 0s;

	-moz-transition: all 0.3s ease-out 0s;

	-ms-transition: all 0.3s ease-out 0s;

	-o-transition: all 0.3s ease-out 0s;

	transition: all 0.3s ease-out 0s;

	-webkit-transform: translateX(-50%) scaleX(0);

	-moz-transform: translateX(-50%) scaleX(0);

	-ms-transform: translateX(-50%) scaleX(0);

	-o-transform: translateX(-50%) scaleX(0);

	transform: translateX(-50%) scaleX(0);

}

.main-menu .navigation > li a:hover:after, .main-menu .navigation > li a.hover-active::after {

	-webkit-transform: translateX(-50%) scaleX(1);

	-moz-transform: translateX(-50%) scaleX(1);

	-ms-transform: translateX(-50%) scaleX(1);

	-o-transform: translateX(-50%) scaleX(1);

	transform: translateX(-50%) scaleX(1);

}

.main-menu .navigation > li.dropdown .megamenu .line:before {

  content: ""; width: 1px; height: 100%; position: absolute; top: 0; left: 0; background: #b8bcbe;

}

.main-menu .navigation > li.dropdown .megamenu .line:after {

  content: ""; width: 1px; height: 100%; position: absolute; top: 0; right: 0; background: #b8bcbe;

}

.main-menu .navigation > li.dropdown .megamenu .line-left:before {

  content: ""; width: 1px; height: 100%; position: absolute; top: 0; left: 0; background: #b8bcbe;

}



.main-menu .navigation > li.dropdown .megamenu ul {padding: 0 0 0 25px;}

.main-menu .navigation > li > ul,

.main-menu .navigation > li > .megamenu{

  position:absolute;

  left: inherit;

  top:100%;

  width:auto;

  z-index:100;

  display:block;

  opacity: 0;

  visibility: hidden;

  background: #f5f8fa;

  padding: 10px 0px;

  filter: alpha(opacity=0);

  -webkit-transition: all 0.2s ease-out;

  transition: all 0.2s ease-out;

  -moz-transition: all 0.2s ease-out;

  -ms-transition: all 0.2s ease-out;

  -webkit-box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);

  box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);

  -webkit-transform: rotateX(-90deg);

  transform: rotateX(-90deg);

  -webkit-transform-origin: 0 0;

  transform-origin: 0 0;

  text-align: left;

}



.main-menu .navigation > li > ul.from-right{

  left:auto;

  right:0px;  

}



.main-menu .navigation > li > ul > li{

  position:relative;

  width:100%;

  padding: 0px 20px;

  -webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;

  transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;

  opacity: 0;

  visibility: hidden;

  -webkit-transform: translateY(5px);

  transform: translateY(5px);

}



.main-menu .navigation > li:hover > ul > li{

  opacity: 1;

  visibility: visible;

  -webkit-transform: translateY(0);

  transform: translateY(0);

}



.main-menu .navigation > li > ul > li:nth-child(2n+1) {

  -webkit-transition-delay: 0.1s;

  transition-delay: 0.1s;

}



.main-menu .navigation > li > ul > li:nth-child(2n+2) {

  -webkit-transition-delay: 0.15s;

  transition-delay: 0.15s;

}



.main-menu .navigation > li > ul > li:nth-child(2n+3) {

  -webkit-transition-delay: 0.2s;

  transition-delay: 0.2s;

}



.main-menu .navigation > li > ul > li:nth-child(2n+4) {

  -webkit-transition-delay: 0.25s;

  transition-delay: 0.25s;

}



.main-menu .navigation > li > ul > li:nth-child(2n+5) {

  -webkit-transition-delay: 0.3s;

  transition-delay: 0.3s;

}



.main-menu .navigation > li > ul > li:nth-child(2n+6) {

  -webkit-transition-delay: 0.35s;

  transition-delay: 0.35s;

}



.main-menu .navigation > li > ul > li:nth-child(2n+7) {

  -webkit-transition-delay: 0.4s;

  transition-delay: 0.4s;

}



.main-menu .navigation > li > ul > li:nth-child(2n+8) {

  -webkit-transition-delay: 0.45s;

  transition-delay: 0.45s;

}



.main-menu .navigation > li > ul > li:last-child{

  border-bottom:none; 

}

.main-menu .navigation > li:last-child {
  position: relative;
}
.main-menu .navigation > li:last-child.dropdown > ul {
  left: auto;
  right: 0;
  position: absolute;
  width:200px;
}


.main-menu .navigation > li > ul > li > a,

.main-menu .navigation > li > .megamenu li > a{

  position:relative;

  display:block;

  padding:6px 0px;

  line-height:24px;

  font-weight:400;

  font-size:16px;

  font-family: "Outfit", sans-serif;

  text-transform:capitalize;

  color:#2f2f2f;

  text-align: left;

  transition:all 500ms ease;

  -moz-transition:all 500ms ease;

  -webkit-transition:all 500ms ease;

  -ms-transition:all 500ms ease;

  -o-transition:all 500ms ease;

/*  display: inline-block;*/

}



.main-menu .navigation > li > ul > li > a:hover,

.main-menu .navigation > li > .megamenu li > a:hover{

 text-decoration: underline !important;

}



.main-menu .navigation > li > ul > li:last-child > a,

.main-menu .navigation > li > .megamenu li:last-child > a{

  border-bottom: none;

}



.main-menu .navigation > li > ul > li.dropdown > a:after{

  font-family: 'Font Awesome 5 Pro';

  content: "\f105";

  position:absolute;

  right:20px;

  top:14px;

  display:block;

  line-height:24px;

  font-size:16px;

  font-weight:800;

  text-align:center;

  z-index:5;  

}



.main-menu .navigation > li > ul > li > ul{

  position:absolute;

  right:100%;

  top:0%;

  width:230px;

  z-index:100;

  display:none;

  padding: 10px 0px;

  background: #121212;

  filter: alpha(opacity=0);

  -webkit-transition: all 0.2s ease-out;

  transition: all 0.2s ease-out;

  -moz-transition: all 0.2s ease-out;

  -ms-transition: all 0.2s ease-out;

  -webkit-box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);

  box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);

  -webkit-transform: rotateX(-90deg);

  transform: rotateX(-90deg);

  -webkit-transform-origin: 0 0;

  transform-origin: 0 0;

}



.main-menu .navigation > li > ul > li > ul.from-right{

  left:auto;

  right:0px;  

}



.main-menu .navigation > li > ul > li > ul > li{

  position:relative;

  width:100%;

  padding: 0px 30px;

}



.main-menu .navigation > li > ul > li > ul > li{

  position:relative;

  width:100%;

  padding: 0px 30px;

  -webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;

  transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;

  opacity: 0;

  visibility: hidden;

  -webkit-transform: translateY(5px);

  transform: translateY(5px);

}



.main-menu .navigation > li > ul > li:hover > ul > li{

  opacity: 1;

  visibility: visible;

  -webkit-transform: translateY(0);

  transform: translateY(0);

}



.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+1) {

  -webkit-transition-delay: 0.1s;

  transition-delay: 0.1s;

}



.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+2) {

  -webkit-transition-delay: 0.15s;

  transition-delay: 0.15s;

}



.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+3) {

  -webkit-transition-delay: 0.2s;

  transition-delay: 0.2s;

}



.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+4) {

  -webkit-transition-delay: 0.25s;

  transition-delay: 0.25s;

}



.main-menu .navigation > li > ul > li > ul > li:last-child{

  border-bottom:none; 

}



.main-menu .navigation > li > ul > li > ul > li:last-child{

  border-bottom:none; 

}



.main-menu .navigation > li > ul > li > ul > li > a{

  position:relative;

  display:block;

  padding:14px 0px;

  line-height:24px;

  font-weight:400;

  font-size:16px;

  font-family: "Outfit", sans-serif;

  text-transform:capitalize;

  color:#fff;

  border-bottom: 1px solid rgba(255,255,255,0.1);

  text-align: left;

  transition:all 500ms ease;

  -moz-transition:all 500ms ease;

  -webkit-transition:all 500ms ease;

  -ms-transition:all 500ms ease;

  -o-transition:all 500ms ease;

}



.main-menu .navigation > li > ul > li > ul > li:last-child > a{

  border-bottom: none;

}



.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{

  font-family: 'Font Awesome 5 Pro';

  content: "\f105";

  position:absolute;

  right:20px;

  top:12px;

  display:block;

  line-height:24px;

  font-size:16px;

  font-weight:900;

  z-index:5;  

}



.main-menu .navigation > li.dropdown:hover > ul,

.main-menu .navigation > li.dropdown:hover > .megamenu{

  visibility:visible;

  opacity:1;

  filter: alpha(opacity=100);

  top: 100%;

  -webkit-transform: rotateX(0);

  transform: rotateX(0);

}



.main-menu .navigation li > ul > li.dropdown:hover > ul{

  visibility:visible;

  opacity:1;

  filter: alpha(opacity=100);

  top: 0%;

  -webkit-transform: rotateX(0);

  transform: rotateX(0); 

}



.main-menu .navigation li.dropdown .dropdown-btn{

  position:absolute;

  right:-32px;

  top:66px;

  width:34px;

  height:30px;

  text-align:center;

  font-size:18px;

  line-height:26px;

  color:#3b3b3b;

  cursor:pointer;

  display: none;

  z-index:5;

  transition: all 500ms ease;

}



.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{

  display: none;

}



.menu-area .mobile-nav-toggler {

  position: relative;

  float: right;

  font-size: 40px;

  line-height: 50px;

  cursor: pointer;

  color: #3786ff;

  display: none;

  width: 40px;

  height: 22px;

}



.menu-area .mobile-nav-toggler .icon-bar{

  position: relative;

  height: 2px;

  width: 30px;

  display: block;

  margin-bottom: 5px;

  background-color: #fff;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;

}



.menu-area .mobile-nav-toggler .icon-bar:last-child{

  margin-bottom: 0px;

}



.main-header.style-one .sticky-header .logo-box{

  padding: 25px 0px;

}



.main-header .sticky-header .main-menu .navigation > li{

  padding: 25px 0px !important;

}



.main-header.style-one .sticky-header .menu-right-content li.support-box {

  padding: 25px 40px 9px 85px;

}



.main-header.style-one .sticky-header .search-box-outer{

  margin-top: 28px;

}





/** megamenu-style **/

.main-menu .navigation > li.dropdown:hover > ul, .main-menu .navigation > li.dropdown:hover > .megamenu {

	visibility: visible;

	opacity: 1;

	filter: alpha(opacity=100);

	top: 100%;

	-webkit-transform: rotateX(0);

	transform: rotateX(0);

}

.main-menu .navigation > li.dropdown > .megamenu{

  position: absolute;

  width: 100%;

  padding: 60px 50px;

  left: 0px;

  background: #f5f8fa;

}



.main-menu .navigation li.dropdown .megamenu li h4{

  font-weight: inherit;

  padding: 3px 0px;

  color: #2f2f2f;

  font-size: 22px;

  font-family: "Outfit", sans-serif;

  font-weight:600;

}





/** mobile-menu **/



.nav-outer .mobile-nav-toggler{

  position: relative;

  float: right;

  font-size: 40px;

  line-height: 50px;

  cursor: pointer;

  color:#3786ff;

  display: none;

}



.mobile-menu{

  position: fixed;

  right: 0;

  top: 76px;

  width: 100%;

  padding-right:0;

  max-width:100%;

  height: 100%;

  opacity: 0;

  visibility: hidden;

  z-index: 99999;

  border-top: 1px solid #f5f8fa;

}



.mobile-menu .navbar-collapse{

  display:block !important; 

}



.mobile-menu .nav-logo {

  position:relative;

  padding:50px 25px;

  text-align:left; 

  max-width: 150px; 

  padding-bottom: 100px;

}

.mobile-menu .nav-logo img {max-height: 40px;}

.mobile-menu-visible{

  overflow: hidden;

}



.mobile-menu-visible .mobile-menu{

  opacity: 1;

  visibility: visible;

}



.mobile-menu .menu-backdrop{

  position: fixed;

  right: 0;

  top: 0;

  width: 100%;

  height: 100%;

  z-index: 1;

  /*-webkit-transform: translateX(101%);

  -ms-transform: translateX(101%);

  transform: translateX(101%);*/         

  transition: all 900ms ease;

  -moz-transition: all 900ms ease;

  -webkit-transition: all 900ms ease;

  -ms-transition: all 900ms ease;

  -o-transition: all 900ms ease;

}



.mobile-menu-visible .mobile-menu .menu-backdrop{

  opacity: 0.70;

  visibility: visible;

  -webkit-transition:all 0.7s ease;

  -moz-transition:all 0.7s ease;

  -ms-transition:all 0.7s ease;

  -o-transition:all 0.7s ease;

  transition:all 0.7s ease;

 /* -webkit-transform: translateX(0%);

  -ms-transform: translateX(0%);

  transform: translateX(0%);*/  

}

.mobile-menu .menu-box{

  position: absolute;

  left: 0px;

  top: 0px; 

  width: 100%;

  height: auto;

  max-height: 100%;

  overflow-y: auto;

  background: #fff;

  padding: 0px 0px;

  z-index: 5;

  opacity: 0;

  visibility: hidden;

  border-radius: 0px;

  /*-webkit-transform: translateY(-101%);

  -ms-transform: translateY(-101%);

  transform: translateY(-101%);*/  

}



.mobile-menu-visible .mobile-menu .menu-box{

  opacity: 1;

  visibility: visible;

  -webkit-transition:all 0.7s ease;

  -moz-transition:all 0.7s ease;

  -ms-transition:all 0.7s ease;

  -o-transition:all 0.7s ease;

  transition:all 0.7s ease;

  /*-webkit-transform: translateY(0%);

  -ms-transform: translateY(0%);

  transform: translateY(0%);*/  

}



.mobile-menu .close-btn{

  position: absolute;

  right: 30px;

  top: -50px;

  line-height: 30px;

  width: auto;

  text-align: center;

  font-size: 25px;

  color: #474a4c;

  cursor: pointer;

  z-index: 10;

  -webkit-transition:all 0.9s ease;

  -moz-transition:all 0.9s ease;

  -ms-transition:all 0.9s ease;

  -o-transition:all 0.9s ease;

  transition:all 0.9s ease;

}



.mobile-menu-visible .mobile-menu .close-btn{

  -webkit-transform:rotate(360deg);

  -ms-transform:rotate(360deg);

  transform:rotate(360deg);

}



.mobile-menu .close-btn:hover{

  -webkit-transform:rotate(90deg);

  -ms-transform:rotate(90deg);

  transform:rotate(90deg);

}



.mobile-menu .navigation{

  position: relative;

  display: block;

  width: 100%;

  float: none;
  padding-left: 0px;

}



.mobile-menu .navigation li {

  position: relative;

  display: block;

  border-top: 1px solid #d7dadc;

}

.mobile-menu .navigation li ul li {border:none}

.mobile-menu .navigation li h4 {

	color: #000; font-family: "Outfit", sans-serif; font-size: 16px; padding: 0 0 5px 0; margin: 8px 0 0; }

  .mobile-menu .navigation:last-child{

    border-bottom: 1px solid rgba(255,255,255,0.10);

  }



  .mobile-menu .navigation li > ul > li:first-child{

    border-top: 1px solid rgba(255,255,255,0.10);

  }



  .mobile-menu .navigation li > a{

    font-family: "Outfit", sans-serif !important;

    position: relative;

    display: block;

    line-height: 24px;

    padding: 20px 25px;

    font-size: 15px;

    font-weight: 500;

    color: #474a4c;

    text-transform: uppercase;

    -webkit-transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    transition: all 500ms ease; 

    letter-spacing: 1px;

  }

  .mobile-menu .navigation li ul {margin-bottom: 30px;}

  .mobile-menu .navigation li .megamenu ul li > a{

    font-size: 14px;

    text-transform: capitalize;

    padding: 8px 0 0;

    letter-spacing: 0;

  }

  .mobile-menu .navigation li ul li > a {

    padding: 8px 25px 0;  text-transform: capitalize;

  }



  .mobile-menu .navigation li > a:before{

    content:'';

    position:absolute;

    left:0;

    top:0;

    height:0;

    border-left:5px solid #fff;

    -webkit-transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    transition: all 500ms ease; 

  }



  .mobile-menu .navigation li.current > a:before{

    height:100%;

  }



  .mobile-menu .navigation li.dropdown .dropdown-btn{

    position:absolute;

    right:10px;

    top:15px;

    width:32px;

    height:32px;

    text-align:center;

    font-size:14px;

    line-height:32px;

    color:#474a4c;

    background:#f5f8fa;

    cursor:pointer;

    border-radius:2px;

    -webkit-transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    transition: all 500ms ease; 

    z-index:5;

  }



  .mobile-menu .navigation li.dropdown .dropdown-btn.open{

    background:#fff; 

    color: #3b3b3b;

    -webkit-transform:rotate(90deg);

    -ms-transform:rotate(90deg);

    transform:rotate(90deg);  

  }



  .mobile-menu .navigation li > ul,

  .mobile-menu .navigation li > ul > li > ul,

  .mobile-menu .navigation > li.dropdown > .megamenu{

    display: none;

  }



  .mobile-menu .social-links{

    position:relative;

    padding:0px 25px;

  }



  .mobile-menu .social-links li{

    position:relative;

    display:inline-block;

    margin:0px 10px 10px;

  }



  .mobile-menu .social-links li a{

    position:relative;

    line-height:32px;

    font-size:16px;

    color:#ffffff;

    -webkit-transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

    transition: all 500ms ease; 

  }



  .mobile-menu .social-links li a:hover{



  }



  div#mCSB_1_container{

    top: 0px !important;

  }



  .mobile-menu .contact-info {

    position: relative;

    padding: 120px 30px 20px 30px;

  }



  .mobile-menu .contact-info h4 {

    position: relative;

    font-size: 20px;

    color: #ffffff;

    font-weight: 700;

    margin-bottom: 20px;

  }



  .mobile-menu .contact-info ul li {

    position: relative;

    display: block;

    font-size: 15px;

    color: rgba(255,255,255,0.80);

    margin-bottom: 3px;

  }



  .mobile-menu .contact-info ul li a{

    color: rgba(255,255,255,0.80);

  }



  .mobile-menu .contact-info ul li:last-child{

    margin-bottom: 0px;

  }



/*

================================================

 Banner Sec

================================================

*/

  .banner-sec {padding: 50px 0;}

  .scroll-animation__fade-in { opacity: 1;  transition: opacity .5s cubic-bezier(0, .56, .1, 1)}

  .banner-text h1 {color: #fff; font-size: 60px; font-weight: 700; line-height: 85px; margin: 0 0 15px; 	font-family: "Outfit", sans-serif;}

  body.home .banner-text h1 {font-size: 63px; line-height: 75px; font-weight:700;}

  .banner-text p {color: #fff; font-size: 30px; line-height: 40px; font-family: "Outfit", sans-serif; font-weight: 400;}

  .banner-text p.slogan-txt {color: #fff; font-size: 20px; line-height: 32px; font-family: "Outfit", sans-serif; font-weight: 300; margin-top: 20px;}

  .banner-text .banner-btns {margin: 35px 0 0;}

  .banner-btns .theme-btn {line-height: inherit;  display: inline-block; border: 2px solid #f0c029; background: none; color: #fff;  font-size: 15px;  font-weight: 600;  font-family: "Outfit", sans-serif;  padding: 13px 50px;  border-radius: 50px; text-transform: uppercase;  letter-spacing: 1px; margin:0 ;}

  .banner-btns .theme-btn:hover { background: #f0c029; color: #0a0d0c; }

  .banner-btns .slider-popup {margin: 0 0 0 30px;}

  .banner-btns .btn-type-2 .icon { background: #fff; color: #60605d; font-size: 15px; font-weight: 500; line-height: 55px;	width: 55px;	height: 55px;	text-transform: capitalize; display: inline-block;	border: transparent;	border-radius: 50%; text-align: center;}

  .banner-btns .btn-type-2 span {color: #fff; text-transform: uppercase; font-family: "Outfit", sans-serif; font-size: 14px; font-weight: 700; margin: 0 0 0 15px;}

  .banner-btns .btn-type-2 .outline img {transform: translateY(-1px);}

  .btn-type-2 { background: #fff none repeat scroll 0 0; color: #60605d; position: relative; font-size: 12px; font-weight: 500; line-height: 55px; width: 55px; height: 55px; text-transform: capitalize;

   display: inline-block;   border: transparent;  border-radius: 50%; }   

   .banner-btns .slider-popup span.watch-text { color: #fff; font-size: 14px; margin: 0 0 0 20px; text-transform: uppercase; letter-spacing: 0.5px; 	font-family: "Outfit", sans-serif; font-weight: 600;}

   .banner-btns  .btn-type-2::before {  content: '';  display: inline-block;  position: absolute;  top: -8px;  left: -8px; bottom: -8px;  right: -8px; border-radius: inherit; border: 2px solid #868684; transition: transform .4s,opacity .4s;}

   .banner-btns  .slider-popup:hover .btn-type-2:before {transform: scale(1.06); border: 2px solid #b7b7b7;}

   .banner-btns  .slider-popup:hover span.watch-text { padding:0 0 0 10px}







/*-- About Section --*/

.about-sec {

  display: flex;

  align-items: center;

}

.about-img{

  margin: 0;

  padding: 0;

}

.about-sec-text {

  background: #f6f8fa;

  padding: 60px 70px;

  margin-left: -5%;

}

.about-sec-text h4 {

	text-transform: uppercase;

	color: #4e4d4d;

	font-size: 15px;

	line-height: 18px;

  letter-spacing: 1px;

  margin: 0 0 20px;

}

.about-sec-text h2 {

	color: #393939;

	font-size: 50px;

	line-height: 55px;

	margin: 0 0 31px;

	font-weight: 300;

}

.about-sec-text p {

	color: #4f4f52;

	line-height: 26px;

	margin: 0 0 25px;

	font-size: 16px;

}

a.line-btn {position: relative; font-size: 14px; padding-left: 0; letter-spacing: 1px; height: 60px; display: inline-block; font-family: "Outfit", sans-serif;  line-height: 60px; margin: 10px 0 0; font-weight: 600; text-transform: uppercase; padding: 0 0 0 50px; color:#5a595b;}

a.line-btn img.normal {margin: 0 15px 0 0; width: auto;}

a.line-btn::after { left: 0;	bottom: 0;	width: 100%;	content: '';	position: absolute;  background: linear-gradient(271.44deg, #e05e2a -1.3%, #fada3b 100%);  height: 2px; transition: all 0.3s ease-in-out 0s; }

a.line-btn img.normal, a.line-btn img.active  { left: 0;	top: 58%;	fill: none;	stroke: #5a595b;

  stroke-width: 1.4; position: absolute; transform: translateY(-100%); }

  a.line-btn img.active  {	right: 0; left: auto; transition: all 0.3s ease-in-out 0s; width: auto;}

  a.line-btn img.active, a.line-btn:hover img.normal  {opacity: 0; visibility: hidden; display: none;}

  a.line-btn span {display: block;  position: relative; transition: all 0.3s ease-in-out 0s;}

  a.line-btn:hover span {	transform: translateX(-50px); transition: all 0.3s ease-in-out 0s;}

  a.line-btn:hover img.active {opacity: 1; visibility: visible; display: block;}





/*-- Our Services Section --*/

.our-services-sec {background: #f0f0f3; padding: 100px 0 90px; overflow: inherit;}

.services-sec-content {position: relative;}

.position-sticky {top:10%; z-index: 9;}

.indicator { text-transform: uppercase; font-size: 15px;	line-height: 18px;  letter-spacing: 1px;  margin: 0 0 40px; font-family: "Outfit", sans-serif; font-weight:500; position: relative;}

.indicator::after {	top: -2px;	right: 73px;	content: '';	display: block;	position: absolute;	background-size: contain;	background-repeat: no-repeat; background-image: url(../images/indicator-orange.svg);  width: 64px;  height: 16px;}

.our-services-sec-left h2 {color: #2f2f2f; font-size: 33px; line-height: 45px; 	font-family: "Outfit", sans-serif; margin: 0;}  

.our-services-sec-left p{font-size: 18px; margin-top: 30px; margin-bottom: 0;}

/** Single Service Sec **/

.our-services-sec-right {padding: 0 0 0 10px;}

.single-services-sec { margin: 0 0 60px 30px;background: rgb(250,250,252);

  background: -moz-radial-gradient(center, ellipse cover,  rgba(250,250,252,1) 0%, rgba(250,250,252,1) 50%, rgba(250,250,250,1) 100%);

  background: -webkit-radial-gradient(center, ellipse cover,  rgba(250,250,252,1) 0%,rgba(250,250,252,1) 50%,rgba(250,250,250,1) 100%);

  background: radial-gradient(ellipse at center,  rgba(250,250,252,1) 0%,rgba(250,250,252,1) 50%,rgba(250,250,250,1) 100%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafc', endColorstr='#fafafa',GradientType=1 );

  padding: 30px 30px 60px;	text-align: center; box-shadow: rgba(0,0,50,0.05) 5px 0 35px;}

  .single-services-sec .single-service-text {margin: 43px 0 0; }

  .single-services-sec .single-service-text h3 {color: #393939; font-size: 25px; line-height: 35px; font-family: "Outfit", sans-serif; font-weight:700; margin: 0 0 20px;}  

  .single-services-sec .single-service-text p {padding: 0 30px; color: #4f4f52; font-size: 16px; line-height: 25px; font-family: 'Roboto', sans-serif; min-height: 130px;}

  .page-id-15 .single-services-sec .single-service-text p {padding: 0 25px;}

  .single-services-sec a.line-btn { margin:12px 0 0;} 

  .single-services-sec a.line-btn span {color: #5a595b; font-weight: 600;

    letter-spacing: 1px;}







/*-- Technology Section --*/

.technology-sec {padding: 118px 0 96px;}

.technology-sec .indicator {width: 35%; position: relative;}

.technology-sec h2 {color: #2f2f2f; font-size: 35px; line-height: 45px; font-family: "Outfit", sans-serif; font-weight: 400; margin: -5px 0 0;}

.technology-sec h3.indicator::after {right: 90px;}

.technology-sec a.line-btn {margin: -18px 0 0;}

/** Clinet logos **/

.client-logos {margin: 90px 0 0; text-align: center;}

.client-logos ul li:first-child { margin-left: 0; }

.client-logos ul li { display: inline-block; margin: 0 15px;text-align: left;	transition: all 0.3s; }



.brand-slider .item img {	-webkit-filter: grayscale(100%);	filter: grayscale(100%); opacity: 0.8;	transition: all 0.3s;}

.brand-slider .item img:hover {-webkit-filter: grayscale(0%);	filter: grayscale(0%); opacity: 1;}

.brand-slider .owl-nav { display: none; }

.owl-carousel.brand-slider .owl-item img { 	width: auto; display: inherit; }

.owl-carousel.brand-slider .owl-item .item { width: 100%; text-align: center;	display: inline-block;	margin: 0 0 25px;}

.owl-carousel.brand-slider .owl-dots .owl-dot {	border: none;	outline: none; }





/*

================================================

 Advantage Sec

================================================

*/

.advantage-sec {padding: 130px 0 100px; overflow: inherit;}

.advantage-sec-image { position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%; }

.advantage-img { position: absolute;	width: 100%;	height: 100%;	top: 0;	-o-object-fit: cover;	object-fit: cover;}

.advantage-sec-content {position: relative; z-index: 9;}

.advantage-sec-image-2 {

	opacity: 1;

	visibility: visible;

	bottom: -10rem;

	right: -26.1rem;

	width: auto;

	height: auto;

	z-index: 1;

	top: auto;

}

.advantage-sec-content .indicator::after {right: 19.5rem;}

.advantage-sec-content h2 {color: #2f2f2f; font-size: 40px; line-height: 50px; 	font-family: "Outfit", sans-serif; margin: 0 0 26px; font-weight: 300;}

.advantage-sec-content h4 {

	color: #2f2f2f;

	font-size: 23px;

	line-height: 50px;

	font-family: "Outfit", sans-serif;

	margin: 0 0 12px;

	font-weight: 400;

  position: relative;

}

.advantage-sec-content h4:after{

  position: absolute;

  bottom: 0;

  left: 0;

  content: '';

  width: 35px;

  height: 2px;

  background-color: #eda42e;

}

.advantage-sec-content p {color: #4f4f52; font-size: 16px; line-height: 28px; font-family: 'Roboto', sans-serif; font-weight: 400; }

.advantage-sec-content a.line-btn {margin: 8px 0 0;} 

.h-abs-bg {

	position: absolute;

	width: 100%;

	height: 100%;

	top: 0;

	-o-object-fit: cover;

	object-fit: cover;

}

.advantage-images-image--1 .h-abs-bg {

	width: 200%;

	height: 200%;

	top: -100%;

	right: -100%;

	border-radius: 0;

	background-position: -8.5rem 8.5rem;

}

/** Advantage Sec **/

.advantage-sec-image-1 { top: -6rem; left: auto; right: -24rem; width: 310px; height: 310px; overflow: hidden;}

.advantage-sec-image-3 { left: -27rem;  width: auto;  height: auto;  text-align: right;}

.h-abs-bg {

 position: absolute;

 width: 100%;

 height: 100%;

 top: 0;

 -o-object-fit: cover;

 object-fit: cover;

 overflow: hidden;

}

.m-header__bg-video {

 height: 100%;

 width: 100%;

 -o-object-fit: cover;

 object-fit: cover;

}

.m-header__bg-video.bg_video_1 {

 overflow: hidden;

 border-radius: 0 0 0 100%;

 -moz-border-radius: 0 0 0 100%;

 -webkit-border-radius: 0 0 0 100%;

}





/*-- Resource Section --*/

.resource-sec.clearfix {clear: both;}

.resource-sec {background: #f2f2f4; position: relative; overflow: inherit; padding: 160px 0 180px;}

.resource-sec:after {content: ""; position: absolute; width: 159px; height: 153px; bottom: 0; left: 10%; background: url(../images/resource-shape.png) left top;}

.resource-sec-left .indicator {	 margin: 0 0 39px;}

.resource-sec-left h2 {color: #2f2f2f; font-size: 33px; line-height: 45px; 		font-family: "Outfit", sans-serif; margin: 0 0 30px;}

.resource-sec-left p {color: #2f2f2f; font-size: 22px; line-height: 33px; 	font-family: "Outfit", sans-serif; }

.resource-sec-left .theme-btn {margin: 5px 0 0;}

.resource-sec-left .bttn {min-width: 300px;}

.resource-sec-left .bord-btn:hover {color: #000;}

/** Resource Sec CSS **/ 

.resource-sec-right {padding: 0 0 0 15px;}

.single-resource-sec {width: 43%; position: relative; margin-right: 7%; padding: 0px 0 43px; float: left;}

.single-resource-sec:first-child { padding-top:0;}

.resource-sec-card  {   width: 100%;    max-width: 100%;    height: 34rem;    margin-top: 5rem;    margin-bottom: 5.6rem;  }

.resource-sec-card > p {color: #4f4f52; font-size: 14px; line-height: 18px; font-family: "Outfit", sans-serif; font-weight: 500; margin: 0 0 5px; text-transform: uppercase; letter-spacing: 1px;} 

.resource-sec-img .card-img {border-radius: 0;}

.resource-sec-right .card-title { position: absolute;	right: 0;	bottom: 0;	display: block;	width: 90%;	padding: 22px;	background-color: #fff; line-height: 2rem; margin-bottom:0;}

.resource-sec-right .card-title h3 {color: #000000; font-size: 16px; line-height: 24px; 	font-family: "Outfit", sans-serif; font-weight:400; margin: 0; transition: all 0.3s ease-in-out 0s; }

.resource-sec-card:hover .card-title {background: #085981;}

.resource-sec-card:hover .card-title h3 {color: #fff; transition: all 0.3s ease-in-out 0s; }

.resource-sec-card:hover .down-icon.active { opacity: 1; display: block;}

.resource-sec-card .down-icon.active {opacity: 0; display: none;}

.resource-sec-card:hover .down-icon.normal {display: none; opacity: 0;}

.download-icon.ml-auto {

  margin-left: 10px;

}



/*-- Industries Section --*/

.industries-sec-left h2 {color: #2f2f2f; font-size: 33px; line-height: 45px; 		font-family: "Outfit", sans-serif; margin: 0 0 30px;}

.industries-sec-left p {color: #2f2f2f; font-size: 18px; line-height: 28px; 	font-family: "Outfit", sans-serif; }

.indus-icon{float: left; margin-right: 20px;}

.indus-txt {

  display: table;

}

.indus-txt h5 {color: #000000; font-size: 22px; font-weight: 600; line-height: 35px; margin: 10px 0 10px;}

.indus-txt p {color: #4f4f52; font-size: 16px; line-height: 28px; margin-bottom: 40px; }



/*-- Future Sec --*/

.future-sec {padding: 136px 0 128px;}

.page-template-page-insights .future-sec {clear: both;}

.future-sec h2 {color: #000000; font-size: 50px; line-height: 70px;	font-family: "Outfit", sans-serif; font-weight:300; margin: 0 146px 0 0; text-align: left;}

.future-sec .bord-btn {	font-family: "Outfit", sans-serif; font-weight: 600; font-size: 15px; color: #000; line-height: inherit; padding: 14px 35px 12px;}



.BG-Gray {

  background-color: #f2f2f4 !important;

}



/*-- Footer Sec --*/

/*footer {padding: 100px 0 84px; background: #262626; position: relative;}

.toast-block {bottom: 5%; width: 270px; right: 5%; font-family: "Outfit", sans-serif; top: auto; z-index: 99999;}

.toast-block .toast {width: 100%;}

.footer-social { margin: 25px 0 0; }

.footer-social li:first-child {padding: 0;}

.footer-social li { display: inline-block; padding: 0 0 0 15px;}

.footer-social li a { width: 32px; height: 32px; display: flex;	justify-content: center;	align-items: center;	background: none;	color: #fff;	border-radius: 50%; border: 2px solid #fff; font-size: 14px;}

.footer-social li a:hover {background: #fff; color: #262626;}

.footer-links {padding: 0 0 0 45px;}

.footer-links ul {width: 62%; display: inline-block; vertical-align: top;}

.footer-links ul.second { width: 35%;}

.footer-links ul.last {width: 40%;}

.footer-links ul li:first-child {padding: 0;}

.footer-links ul li a {color: #fff; font-size: 20px; font-family: "Outfit", sans-serif; line-height: 50px; font-weight: 300;}

.footer-links ul li a:hover {color: #bab5b5;}

.footer-social li a img {width: auto; height: 14px;transition: .4s ease-in-out;}
.footer-social li a:hover img {filter: invert(1);transition: .4s ease-in-out;}

.subscribe-sec h3 {color: #fff; font-size: 30px; line-height: 45px;	font-family: "Outfit", sans-serif; margin: 0 0 5px;}

.subscribe-sec p {color: #fff; font-size: 16px; line-height: 33px;	font-family: "Outfit", sans-serif;  margin: 0 0 15px; font-weight: 300;} 

.form-subscribe { position: relative;	margin: 30px 0 0;	width: 100%;}

.form-subscribe .form-group {	width: 100%;}

.form-subscribe .form-control { border: 1px solid #f5f7f9;	border-radius: 25px;	box-shadow: none;	height: 48px;	padding: 0 0 0 35px;	font-size: 15px;  font-family: "Outfit", sans-serif; 	color: #cecece; background: none;}

.form-subscribe .btn { 	box-shadow: none;	padding: 13px 30px 12px;;	position: absolute;	right: -1px; top: -1px;	display: inline-block;	text-transform: uppercase;	background: #fff; font-size: 15px;	color: #000000;	line-height: inherit;  font-family: "Outfit", sans-serif; border-radius: 30px; letter-spacing: 1px; border-color: #fff;}

.form-subscribe .btn:hover {background: #eec029;border-color: #eec029; color: #000;}

.copyright-sec {

  background: #3c3c3c;

  padding: 25px 0;

  float: left;

  width: 100%;

}

.copyright-sec p {margin: 0; color: #fff; font-size: 14px; line-height: 31px; font-family: "Outfit", sans-serif; }

.copyright-sec p span {font-family: "Outfit", sans-serif;}

.copyright-sec p a {color: #fff; font-size: 14px; line-height: 31px; font-family: "Outfit", sans-serif; }*/

h3.big-text{ font-size: 1.5rem; line-height: 2.2rem;  margin-bottom: 35px; }

.exter-ul li {

  margin-bottom: 30px;

  padding-left: 20px;

  position: relative;

  color: #4f4f52;

  font-size: 16px;

  line-height: 16px;

  font-family: "Outfit", sans-serif;

}

.exter-ul.exter-ul-2 li {

	line-height: 24px;

}

.exter-ul li:before {

  content: "";

  display: block;

  left: 0;

  width: 2px;

  height: 100%;

  position: absolute;

  background-color: #ffa51f;

}

.form-group {

	margin-bottom: 1rem;

}



/* -- Fixed Side CTA --*/

.side-fixed{

  position: relative;

}

.fixed-cta-side{

  position: fixed;

  top: 20%;

  right: 0;

  z-index: 9999;

  transition: all 0.5s;

  margin-top: 15%;

  width: 0%;

  float: right;

}

.fixed-cta-side a{

  background-color: #085981;

  border-radius: 40px;

  color: #ffffff;

  font-size: 15px;

  font-weight: 600;

  text-transform: uppercase;

  text-align: center;

  margin: 15px 0;

  padding: 15px 0px;

  width: 220px;

  display: block;

  float: right;

  clear: both;

}



/*-- Services Page --*/



header.services-header {background: url("../images/noc-services.webp") center top no-repeat; width: 100%; min-height: 700px;}

.tabs-list{

  border-top: solid 1px #2f2f2f;

  margin-top: 10px;

  padding-top: 20px;

  width: 100%;

  float: left;

}

.tab-content h4{

  color: #2f2f2f;

  font-size: 40px;

  font-weight: 400;

  margin: 30px 0 20px;

}

.tabs-list ul{

  width: 36%;

  float: left;

}

.tabs-list ul:first-child{

  width: 43%;

}

.tabs-list ul:last-child{

  width: 21%;

}

.tabs-list ul li {

	color: #000000;

	font-size: 16px;

	line-height: 22px;

	margin-bottom: 12px;

}



#v-pills-tabContent.tab-content {

	padding-left: 9%;

}

div.nav.nav-pills{

  margin-top: 25px;

}

div.nav.nav-pills button {

	background-color: inherit;

	color: #a4a4a4;

	font-size: 25px;

	font-weight: 600;

	text-align: left;

	position: relative;

	line-height: 32px;

	margin: 18px 0;

	padding: 0 0 0 35px;

}

div.nav.nav-pills button::before{

  position: absolute;

  top: 0;

  left: 0;

  content: '';

  width: 3px;

  height: 36px;

  background: #a4a4a4;

}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link{

  background-color: inherit;

  color: #2f2f2f;

} 

.nav-pills .nav-link.active::before, .nav-pills .show > .nav-link::before{

  background: #085981;

}



.industries-sec.services-page-industries-sec{

  background-color: #f6f8fa;

}

.get-in-touch-sec.service-page-btm-form h6{

  color: #Ffffff;

  font-size: 18px;

  font-weight: 400;

  text-decoration: underline;

}

.get-in-touch-sec.service-page-btm-form .get-in-touch-sec-main-left p {

  line-height: 26px;

  margin: 15px 0 0;

}

.get-in-touch-sec.service-page-btm-form .get-in-touch-sec-main-left p a{

  font-size: 16px;

  text-decoration: none;

}









/*-- RWD --*/



@media (min-width: 1430px) and (max-width: 1820px){

  .advantage-sec-image-3 {

    left: -14rem;

    width: 20%;

    height: auto;

    text-align: right;

  }

  .advantage-sec-image-1 {

    top: -6rem;

    right: -15rem;

    width: 260px;

    height: 260px;

  }

  .advantage-sec-image-3 img,

  .advantage-sec-image-1 img,

  .advantage-sec-image-2  img{

    width: 100%;

  }

  .technology-sec {

    padding: 118px 0 50px;

  }

  .advantage-sec-image-2 {

    bottom: -5rem;

    right: -15.1rem;

    width: 250px;

    height: 250px;

  }  



}



@media (min-width: 1430px){

  /*.container {

    max-width: 1400px;

  }  
*/
  .contact-form .sec-head-shape {

   right: -25px;

 }

}



@media (min-width: 1400px) and (max-width: 1429px){

  .main-menu .navigation > li {

    margin: 0px 25px 0;

  }

  .main-menu .navigation > li > a {

    font-size: 14px;

  }

  .advantage-sec-image-3 {

    left: -15rem;

    width: 23%;

    height: auto;

    text-align: right;

  }

  .advantage-sec-image-1 {

    top: -6rem;

    right: -15rem;

    width: 260px;

    height: 260px;

  }

  .advantage-sec-image-3 img,

  .advantage-sec-image-1 img,

  .advantage-sec-image-2  img{

    width: 100%;

  }

  .technology-sec {

    padding: 118px 0 50px;

  }

  .advantage-sec-image-2 {

    bottom: -5rem;

    right: -15.1rem;

    width: 250px;

    height: 250px;

  }

  .future-sec {

    padding: 50px 0;

  }

  .future-sec h2 {

    font-size: 45px;

    line-height: 65px;

  }



  

  .tab-pane > img {

    width: 100%;

  }

  .contact-form .sec-head-shape {

   right: -35px;

 }

}



@media (min-width: 1201px) and (max-width: 1399px){

  .fixed-cta-side{

    display: none;

  }

  .main-menu .navigation > li {

    margin: 0px 16px 0;

  }

  .main-menu .navigation > li > a {

    font-size: 13px;

  }

  .about-sec-text {

    padding: 50px;

    margin-left: -10%;

  }

  .about-sec-text h2 {

    font-size: 35px;

    line-height: 45px;

    margin: 0 0 25px;

  }

  .single-services-sec img {

    width: 100%;

  }

  .advantage-sec {

    padding: 0px 0 50px;

  }

  .advantage-sec-image-1,

  .advantage-sec-image-2{

    display: none;

  }

  .advantage-sec-image-3 {

    left: -13rem;

    width: 22%;

    height: auto;

  }

  .advantage-sec-image-3 img{

    width: 100%;

  }

  .resource-sec {

    padding: 80px 0 180px;

  }

  .industries-sec{

    padding: 90px 0 50px;

  }

  .future-sec {

    padding: 60px 0;

  }

  .future-sec h2 {

    font-size: 40px;

    line-height: 60px;

  }

  .future-sec h2 br{

    display: none;

  }



  

  header.services-header {

    min-height: 600px;

  }

  

  .tab-pane > img {

    width: 100%;

  }



  .tabs-list ul,

  .tabs-list ul:first-child,

  .tabs-list ul:last-child {

    width: 50%;

  }



  .get-in-touch-sec.service-page-btm-form .contact-form .sec-head-shape {

    display: none;

  }

}



@media (max-width:1200px) {

  .fixed-cta-side{

    display: none;

  }


  .fixed-header .header-lower .outer-box {
    padding: 15px 0;
  }

  .menu-area.ml-auto.clearfix {

    position: absolute;

    right: 4%;

    top: 36%;

  }

  .main-header.style-one .menu-right-content {

    margin-right: 8%;

  }

  .mobile-menu-visible .mobile-menu {

    top: 100px;

  }

  .mobile-menu .close-btn {

    right: 65px;

    top: -55px;

    color: #ffffff;

  }

  /** Menu Area CSS **/

  .menu-area .mobile-nav-toggler {  display: block;  padding: 10px; margin:10px 10px 0px 10px; }

  .main-menu { display: none !important; }

  .banner-text p br{

    display: none;

  }

  .about-sec-text {

    padding: 40px 40px;

    margin-left: -10%;

  }

  .about-sec-text p {

    margin: 0;

  }

  .about-sec-text h2 {

    font-size: 36px;

    line-height: 45px;

    margin: 0 0 20px;

  }

  .single-services-sec img {

    width: 100%;

  }

  .advantage-sec {

    padding: 0px 0 50px;

  }

  .advantage-sec-image-1,

  .advantage-sec-image-2{

    display: none;

  }

  .advantage-sec-image-3 {

    left: -13rem;

    width: 22%;

    height: auto;

  }

  .advantage-sec-image-3 img{

    width: 100%;

  }

  .resource-sec {

    padding: 80px 0 180px;

  }

  .industries-sec{

    padding: 90px 0 50px;

  }

  .future-sec {

    padding: 60px 0;

  }

  .future-sec h2 {

    font-size: 40px;

    line-height: 60px;

  }

  .future-sec h2 br{

    display: none;

  }

  

  

  .tab-pane > img {

    width: 100%;

  }



  .tabs-list ul,

  .tabs-list ul:first-child,

  .tabs-list ul:last-child {

    width: 50%;

  }



  .get-in-touch-sec.service-page-btm-form .contact-form .sec-head-shape {

    display: none;

  }

}



@media (min-width: 992px) and (max-width: 1199px){



  .fixed-header .header-lower .outer-box {

    padding: 20px 0;

  }

  .menu-area.ml-auto.clearfix {

    position: absolute;

    right: 3%;

    top: 36%;

  }

  .main-header.style-one .menu-right-content {

    margin-right: 8%;

  }

  .mobile-menu-visible .mobile-menu {

    top: 100px;

  }

  .mobile-menu .close-btn {

    right: 42px;

    top: -55px;

    color: #fff;

  }



  .about-sec-text {

    padding: 40px 42px;

    margin-left: -18%;

  }

  .about-sec-text h4 {

    margin: 0 0 10px;

  }

  .about-sec-text h2 {

    font-size: 28px;

    line-height: 36px;

    margin: 0 0 12px;

  }

  .about-sec-text p {

    margin: 0;

  }

  .our-services-sec-left h2 br,

  .our-services-sec-left p br,

  .industries-sec-left p br,

  .future-sec h2 br {

    display: none;

  }

  .single-services-sec {

    margin: 30px 0 0;

  }

  .our-services-sec-left .theme-btn {

    margin-top: 25px;

  }

  .technology-sec {

    padding: 98px 0 76px;

  }

  .technology-sec h3.indicator::after {

    right: 20px;

  }

  .technology-sec h2 {

    font-size: 26px;

    line-height: 36px;

  }

  .advantage-sec {

    padding: 0px 0 50px;

  }

  .advantage-sec-image-1,

  .advantage-sec-image-2{

    display: none;

  }

  .advantage-sec-image-3 {

   left: -15rem;

   width: 30%;

   height: auto;

 }

 .advantage-sec-image-3 img{

  width: 100%;

}

section.resource-sec,

section.industries-sec {

	padding: 60px 0;

}

.resource-sec::after{

  display: none;

}

.resource-sec-right {

	padding: 30px 0 0;

}

.future-sec h2 {

	font-size: 45px;

	line-height: 60px;

	margin: 0 20px 0 0;

}

/*.footer-logo-sec {

	margin: 0 0 40px;

}

.footer-links {

	padding: 0 0 0 15px;

}*/



header.services-header {

	min-height: 500px;

}

.tab-pane > img {

  display: none;

}

div.nav.nav-pills {

	margin-top: 0;

}

.sec-head-shape img{

  display: none;

}

.get-in-touch-sec.service-page-btm-form .get-in-touch-sec-main-left h2 {

	color: #fff;

	font-size: 50px;

	line-height: 60px;

	margin: 0 0 68px;

	font-family: "Outfit", sans-serif;

	font-weight: 300;

}

#v-pills-tabContent.tab-content {

	padding-left: 0;

}

}





@media (min-width: 768px) and (max-width: 991px){

  .fixed-header .header-lower .outer-box {

    padding: 20px 0;

  }

  .menu-area.ml-auto.clearfix {

    position: absolute;

    right: 4%;

    top: 36%;

  }

  .main-header.style-one .menu-right-content {

    margin-right: 8%;

  }

  .mobile-menu-visible .mobile-menu {

    top: 100px;

  }

  .mobile-menu .close-btn {

    right: 42px;

    top: -55px;

    color: #fff;

  }

  .main-menu .navigation > li > ul, .main-menu .navigation > li > ul > li > ul, .main-menu .navigation > li > .megamenu {

    display: block !important;

    visibility: hidden;

    opacity: 0;

  }

  .advantage-sec-image-1,

  .advantage-sec-image-2{

    display: none;

  }

  .advantage-sec-image-3 {

   left: -12rem;

   width: 30%;

   height: auto;

 }

 .advantage-sec-image-3 img{

  width: 100%;

}



.about-sec {

	display: inline-block;

}

.about-sec-text {

	padding: 40px 30px;

	margin-left: 0;

}

.about-img img {

	width: 100%;

}

section,

.our-services-sec,

.technology-sec {

	padding: 50px 0;

}

.our-services-sec-left .theme-btn {

	margin: 25px 0 40px;

}

.single-services-sec {

  margin: 0 0 30px 0;

}

.single-services-sec .image img {

	width: 100%;

}

.single-services-sec .single-service-text p {

	padding: 0 30px;

	color: #4f4f52;

	font-size: 16px;

	line-height: 25px;

	font-family: 'Roboto', sans-serif;

	min-height: auto;

}

.our-services-sec-left p br,

.our-services-sec-left h2 br{

  display: none;

}

.advantage-sec-content .indicator::after {

	right: 10.5rem;

}

section.resource-sec {

	padding: 50px 0 50px;

}

.resource-sec::after{

  display: none;

}

.resource-sec-left {

	margin-bottom: 40px;

}

.resource-sec-left .theme-btn {

	margin: 5px 0 0;

}

.technology-sec h3.indicator::after {

	display: none;

}

.future-sec {

	padding: 96px 0 88px;

}

.future-sec h2 {

	margin: 0;

	font-size: 40px;

	line-height: 55px;

  text-align: center;

}

.future-sec h2 br{

  display: none;

}

/*footer {

	padding: 60px 0 44px;

}

.footer-logo-sec {

	margin: 0 0 30px;

}

.footer-links {

	padding: 0 0 0 15px;

}

.subscribe-sec {

	margin: 25px 0 0;

}*/

.mobile-menu .close-btn {

	color: #fff;

}

.menu-area .mobile-nav-toggler .icon-bar {

	background: #fff;

}

header.services-header {

	min-height: 500px;

}

.tab-pane > img {

  display: none;

}

.tabs-list ul,

.tabs-list ul:first-child,

.tabs-list ul:last-child {

  width: 100%;

}

div.nav.nav-pills {

	margin-top: 0;

}

.get-in-touch-sec.service-page-btm-form .get-in-touch-sec-main-left h2 {

	font-size: 38px;

	line-height: 52px;

}

.get-in-touch-sec.service-page-btm-form .sec-head-shape img{

  display: none;

}

.get-in-touch-sec.service-page-btm-form .contact-form h3 {

	font-size: 26px;

	line-height: 35px;

}

.get-in-touch-sec.service-page-btm-form .contact-form {

	padding: 0 0 0 70px;

}

#v-pills-tabContent.tab-content {

	padding-left: 0;

}

}



@media (max-width: 767px) {


  .tab-pane > img {

    display: none;

  }

  .get-in-touch-sec-main {

    width: 100%;

    height: 390px;

  }

  .get-in-touch-sec-main-left h2 {

    font-size: 30px;

    line-height: 37px;

    margin: 0 0 38px;

  }

  .tabs-list ul,

  .tabs-list ul:first-child,

  .tabs-list ul:last-child {

    width: 100%;

  }

  .tab-content h4 {

    font-size: 26px;

  }

  div.nav.nav-pills button {

    font-size: 22px;

    margin: 13px 0;

  }

  div.nav.nav-pills {

    margin-top: 12px;

  }

  .services-page-cls section.technology-sec {

    padding: 40px 0;

  }

  .get-in-touch-sec.service-page-btm-form .indicator {

    margin: 0 0 30px;

  }

  .get-in-touch-sec.service-page-btm-form .contact-form {

    padding: 0;

    margin-top: 65px;

  }

  .get-in-touch-sec.service-page-btm-form .contact-form h3 {

    font-size: 30px;

    line-height: 45px;

  }

  .get-in-touch-sec.service-page-btm-form .contact-form .sec-head-shape {

    display: none;

  }





  .main-header.style-one .outer-box {

    padding: 20px 0;

    background: #fff;

  }

  .menu-area .mobile-nav-toggler .icon-bar {

    background: #676b6d;

  }

  .main-header.style-one .menu-right-content {

    display: none;

  }

  .main-header.style-one .logo-box .logo .normal {

    display: none;

  }

  .main-header.style-one .logo-box .logo .fixed {

    display: block;

  }

  header .menu-area {

    position: absolute;

    right: 5%;

    top: 20%;

  }

  .menu-area .mobile-nav-toggler {

   margin: 0px 10px 0px 10px;

 }

 .menu-area.ml-auto.clearfix {

   position: absolute;

   right: 5%;

   top: 33%;

 }

 .mobile-menu .close-btn {

   right: 44px;

   top: -55px;

   color: #676b6d;

 }

 .mobile-menu-visible .mobile-menu {

   top: 90px;

 }



 .about-img img{

  width: 100%;

}

.about-sec {

  display: inline-block;

}

.about-sec-text {

	padding: 40px 30px;

	margin-left: 0;

}

.about-sec-text h2 {

	font-size: 35px;

	line-height: 45px;

}

.single-services-sec .image img {

  width: 100%;

}

.banner-text h1 {

	font-size: 35px !important;

	line-height: 45px !important;

	margin: 0 0 20px;

}

.banner-text p br {

	display: none;

}

.banner-text p {

	font-size: 24px;

	line-height: 32px;

}

.btn-type-2 {

	line-height: 40px;

	width: 40px;

	height: 40px;

}

.single-services-sec {

	margin: 0 0 30px 0;

}



.our-services-sec-left p br,

.our-services-sec-left h2 br{

  display: none;

}

.our-services-sec-left .theme-btn {

	margin: 25px 0 40px;

}

.our-services-sec-right {

	padding: 0;

}

section.technology-sec {

	padding: 40px 0 0;

}

.technology-sec .indicator {

	width: auto;

}

.indicator::after {

	display: none !important;

}

.our-services-sec-left h2 {

	font-size: 23px;

	line-height: 35px;

}

section.our-services-sec {

	padding: 40px 0 10px;

}

.our-services-sec-left .indicator {

	margin: 0 0 20px;

}

.our-services-sec-left p {

	font-size: 18px;

  margin-top: 15px;

}

.technology-sec h3.indicator {

	margin: 0 0 20px;

}

.client-logos {

	margin: 35px 0 0;

  text-align: left;

}

section.advantage-sec {

	padding: 15px 0 80px;

	border-top: 1px solid #d7dadc;

	margin-top: 40px;

}

.advantage-sec-image-1 {

	left: 3%;

  right: 0;

  width: 210px;

  height: 210px;

  top: -12rem;

}

.advantage-sec-image-2 {

	display: none;

}

.advantage-sec-image-3 {

	display: none;

}

.advantage-sec-image-1 img {

	width: 100%;

}

div.advantage-sec-content h2 {

	font-size: 22px;

	line-height: 35px;

  margin: 0 0 15px;

}

.advantage-sec-content{

  top:3%;

}

div.advantage-sec-content .indicator {

	margin: 0 0 20px;

}



.single-resource-sec {

  width: 100%;

  margin: 0 0 40px;

}

.resource-sec-left {

  padding: 0 0 30px;

}

.resource-sec-right {

  padding: 0;

}

.resource-sec {

	padding: 60px 0;

}

.resource-sec::after{

  display: none;

}

.resource-sec-left .indicator {

	margin: 0 0 15px;

}

.resource-sec-left h2 {

	margin: 0 0 5px;

	font-size: 25px;

	line-height: 35px;

}

section {

	padding: 60px 0;

}

section.industries-sec {

	padding: 60px 0 20px;

}

section.future-sec {

	padding: 40px 0px;

}

.future-sec .bord-btn {

	width: 340px;

}

.future-sec h2 {

	margin: 0;

	font-size: 35px;

	line-height: 50px;

  text-align: center;

}

.industries-sec-left p br{

  display: none;

}

/*footer {

	padding: 60px 0 44px;

}

footer .footer-links ul {

	width: 100% !important;

}

.footer-links {

	padding: 0 0 0 15px;

}

.footer-logo-sec {

	margin: 0 0 30px;

}

.subscribe-sec {

	margin: 20px 0 0;

}

footer .container {

	max-width: 345px;

	width: 100%;

}*/

.single-services-sec .single-service-text p{

  min-height: auto;

}

#v-pills-tabContent.tab-content {

	padding-left: 0;

}



}



@media (max-width: 576px){

  .container {

    max-width: 96%;

  }

  .main-header.style-one .header-lower .logo-box .logo img {

    width: auto;

    max-height: 36px;

  }

  .menu-area.ml-auto.clearfix {

   top: 32%;

 }

 .mobile-menu-visible .mobile-menu {

   top: 75px;

 }

 .mobile-menu .close-btn {

   right: 30px;

   top: -47px;

 }

 .banner-text .banner-btns {

   margin: 30px 0 0;

 }

 .technology-sec h2 {

   font-size: 22px;

   line-height: 35px;

 }

 /*footer {

   padding: 40px 0 25px !important;

   text-align: center;

 }

 .footer-links {

   padding: 0 0 0 0 !important;

 }

 .footer-links ul.second {

   width: 28%;

 }

 .footer-links ul li a {

   font-size: 14px;

   line-height: 30px;

 }

 .subscribe-sec h3 {

   font-size: 22px;

   line-height: 32px;

 }

 .form-subscribe .btn {

   position: inherit;

 }

 .copyright-sec p {

   line-height: 24px;

 }*/

 .future-sec h2 br{

  display: none;

}

section.future-sec h2 {

	margin: 0;

	font-size: 25px;

	line-height: 35px;

}

.future-sec .bord-btn {

  font-size: 12px;

  padding: 14px 20px 12px;

  width: 280px;

}

.technology-sec .owl-carousel.brand-slider .owl-item img {

	width: 65%;

}

.theme-btn,

.bord-btn {

	padding: 10px 36px 5px !important;

}

.banner-btns .slider-popup {

	margin: 20px 0 0;

}


}

@media (max-width: 992px){
  .contact-form {
    padding: 0;
  }
  .contact-form h3 {
    color: #fff;
  }
  .get-in-touch-sec-main { width: 100%; height: 100%; }
}



/*
================================================
  Form Success MSG - CSS
================================================
*/

/* Form Success msg - css */
.alert {
  margin-top: 15px;
  margin-bottom: 0px;
  text-align: center;
}
.alert-success p{
  margin-bottom: 0px !important;
  color: #09894d !important;
  text-align: center;
}

.msg.success-msg {
  color:#333;
  margin:24px 0 0px 0;
  padding: 7px 5px;
  text-align:center;
  border:2px solid #42a263;
  font-size:18px;
  font-weight:600;
}
.msg.success-msg p {
  margin:0;
}
.msg.error-msg {
  color:#333;
  margin:5px 0;
  padding:5px;
  text-align:center;
  border:2px solid red;
  font-size:20px;
  font-weight:600;
}
.msg.error-msg p {
  margin:0;
}