/*** fonts css ***/
@font-face {
	font-family: 'MuseoSans-100';
  src: url("../../assets/fonts/MuseoSans-100.otf"); /* IE9*/
  src: url("../../assets/fonts/MuseoSans-100.otf?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../../assets/fonts/MuseoSans-100.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../../assets/fonts/MuseoSans-100.svg#MuseoSans-100") format("svg"); /* iOS 4.1- */
}
@font-face {
	font-family: 'MuseoSans-300';
  src: url("../../assets/fonts/MuseoSans-300.otf"); /* IE9*/
  src: url("../../assets/fonts/MuseoSans-300.otf?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../../assets/fonts/MuseoSans-300.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../../assets/fonts/MuseoSans-300.svg#MuseoSans-300") format("svg"); /* iOS 4.1- */
}
@font-face {
	font-family: 'MuseoSans-500';
  src: url("../../assets/fonts/MuseoSans-500.otf"); /* IE9*/
  src: url("../../assets/fonts/MuseoSans-500.otf?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../../assets/fonts/MuseoSans-500.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../../assets/fonts/MuseoSans-500.svg#MuseoSans-500") format("svg"); /* iOS 4.1- */
}
@font-face {
	font-family: 'MuseoSans-700';
  src: url("../../assets/fonts/MuseoSans-700.otf"); /* IE9*/
  src: url("../../assets/fonts/MuseoSans-700.otf?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../../assets/fonts/MuseoSans-700.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../../assets/fonts/MuseoSans-700.svg#MuseoSans-700") format("svg"); /* iOS 4.1- */
}


/*** intro css ***/
a {
  color: #009fe3;
  text-decoration: none;
  background-color: transparent;
}
.intro {
  padding-top: 170px;
  padding-bottom: 100px;
  height: 100vh;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover; }

.intro-content {
  position: relative;
  z-index: 9;
  text-align: center; }

.intro-content h1 {
  font-weight: 500;
  margin-bottom: 15px; }

.intro-content a {
  margin-top: 30px; }

.header.intro-header.is-sticky .navbar {
  position: relative;
  top: 0;
  left: 0; }

.portfolio .thumb {
  position: relative;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(23, 26, 41, 0.05);
          box-shadow: 0 0.75rem 1.5rem rgba(23, 26, 41, 0.05);
  -webkit-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1); }

.portfolio .pv-port-info h5 a {
  color: #171a29;
  font-size: 18px;
  line-height: 1.39; }
  .portfolio .pv-port-info h5 a:hover {
    color: #3e50f7; }

.portfolio:hover .thumb {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px); }

@media (max-width: 991px) {
  .header {
    position: relative;
    top: 0;
    background: #fbfbfb; }
  .intro {
    padding-top: 80px; } }

@media (max-width: 575px) {
  .intro {
    padding-top: 40px; }
  .intro-content a {
    margin-top: 0px; } }

/*********************
    Header
*********************/
.header-transparent {
  position: absolute;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.header.is-sticky {
  position: fixed !important;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  z-index: 999;
  top: 0; }
  .header.is-sticky .header-contact-info {
    display: none !important; }
  .header.is-sticky .navbar {
    position: relative;
    top: 0px;
    right: 0px;
    left: 0;
    border-top: none !important;
    width: 100%; }

.header .dropdown .dropdown-menu li:hover a.dropdown-item {
  color: #009fe3; }

.header .dropdown .dropdown-menu li:active a.dropdown-item {
  color: #009fe3; }

.header .dropdown .dropdown-menu li.active a {
  color: #009fe3; }

.header-style-02, .header-style-03 {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .header-style-02 .topbar, .header-style-03 .topbar {
    padding: 5px 0; }
    .header-style-02 .topbar .nav .nav-item .nav-link, .header-style-03 .topbar .nav .nav-item .nav-link {
      padding: 10px 14px 10px 0px;
      font-size: 13px;
      color: #2c2f3d;
      font-weight: normal; }
      .header-style-02 .topbar .nav .nav-item .nav-link:hover, .header-style-03 .topbar .nav .nav-item .nav-link:hover {
        color: #d4103a; }
    .header-style-02 .topbar .nav .nav-item:last-child .nav-link, .header-style-03 .topbar .nav .nav-item:last-child .nav-link {
      padding-right: 0; }

.header-style-02.is-sticky {
  background: #3e50f7; }

.header-style-02.is-sticky .topbar {
  display: none; }

.header-style-03 .topbar .nav-item .nav-link {
  padding-right: 30px;
  padding-left: 0px; }

.header-style-03 .topbar .nav-item:last-child .nav-link {
  padding-right: 0px; }

.header-style-03 .navbar .navbar-brand {
  margin-right: 100px; }

.header-style-03 .navbar .navbar-collapse ul li {
  margin-right: 15px; }
  .header-style-03 .navbar .navbar-collapse ul li .dropdown-toggle {
    padding-left: 0px; }

.header-style-03 {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .header-style-03 .topbar {
    padding: 5px 0; }
    .header-style-03 .topbar .nav .nav-item .nav-link {
      padding: 4px 14px 4px 0px; }

.header-style-03.is-sticky .topbar {
  display: none; }

 .megamenubox{
  padding: 0rem 100px;
 } 



@media (min-width: 992px) {
  .header .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    width: 100%;
    border-radius:0px;
    border: none;
    right: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-box-shadow: 0 5px 9px rgba(55, 125, 255, 0.075), 0 5px 9px rgba(119, 131, 143, 0.075);
            box-shadow: 0 5px 9px rgba(55, 125, 255, 0.075), 0 5px 9px rgba(119, 131, 143, 0.075);
    visibility: hidden;
    opacity: 0;
    display: block !important; }
  .header .dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    overflow: hidden; } 
}

@media (max-width: 1366px) {
  .header-wrapper:before {
    right: -90%; } }

@media (max-width: 991.98px) {
  .header-transparent {
    position: relative; }
  .navbar-brand {
    position: relative;
    z-index: 99; }
  .header .navbar .dropdown-menu .dropdown-item {
    padding: 5px 20px; }
  /* sticky header */
  .header.is-sticky .navbar {
    top: 0;
    right: 0; }
  .header-style-03 .topbar {
    display: none; }
  .header-style-03 .navbar {
    padding: 15px 15px; }
    .header-style-03 .navbar .navbar-brand {
      display: block; }
    .header-style-03 .navbar .navbar-collapse {
      padding: 15px; }
    .header-style-03 .navbar .navbar-toggler {
      right: 15px; }
 }

@media (max-width: 767.98px) {
  .header-wrapper:before {
    position: relative;
    content: none; } }

/*************************
        Footer
*************************/
.footer li {
  margin-bottom: 2px; }
  .footer li:last-child {
    margin-bottom: 0; }
  .footer li a {
    color: #131e3f; }
    .footer li a:hover {
      color: #3e50f7; }
.footer h4{
	font-family: 'MuseoSans-700';
	font-size: 18px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 10px;
}
.navmenu-col ul {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 20px;
}
.navmenu-col ul li {
    display: inline-block;
		font-family: 'MuseoSans-700';
		color: #019fe2;
    margin: 0 0px;
    margin-right: 10px;
}
.navmenu-col ul li a {
    font-family: 'MuseoSans-700';
    text-decoration: none;
    font-size: 16px;
    color: #333;
}

.social-icons li {
    display: inline-block;
    margin: 0 5px 0 0;
}
.social-icons > li > a {
    border: 2px solid #000000;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 14px;
    display: inline-block;
    line-height: 26px;
}
.social-icons > li > a i {
    color: #000000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}


.social-icons > li > a:hover,
.social-icons > li > a:focus {
    background:none;
			border:2px solid #1a9edf;
}
.social-icons > li > a:hover i{color: #1a9edf;}

.footer-copyright {
    padding: 10px 0;
    background: #000000;
    color: #FFFFFF;
}
.navmenufooter {
    padding-top: 20px;
    padding-bottom: 0px;
}
.navmenufooter ul{margin-bottom:5px; padding:0px;}
.navmenufooter ul li {
    color: #fff;
    display: inline-block;
    margin: 0 0px;
}
.navmenufooter ul li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    font-size: 16px;

}

.navmenufooter p{font-size: 14px; font-weight: 300;}
.navmenufooter ul li a:hover {
    color: rgba(26, 159, 224, 0.9)!important;
}
.owner-box h2 {
    font-size: 24px;
    font-family: 'MuseoSans-700';
    color: #ffffff;
}
.owner-box p {
    font-size: 18px;
		line-height:24px;
    color: #ffffff;
}
.owner-box a{
    font-size: 14px;
		font-family: 'MuseoSans-500';
		text-transform:uppercase;
    color: #ffffff;
}
.owner-box a:hover{
	text-decoration:underline;
}
.owner-box a i {
    color: #d4103a;
}

.deliver-box h2 {
    font-size: 36px;
    color: #002b4a;
}
.deliver-box h4 {
  font-size: 26px;
  font-family: 'MuseoSans-700';
  color: #002b4a;
}
.deliver-box h5 {
    font-size: 20px;
    color: #d4103a;
}

.deliver-box p {
    font-size: 22px;
		line-height:30px;
    color: #575757;
}   
.inner-text {
    position: absolute;
    top: 15%;
    bottom: 17%;
    left: 75px;
    right: 75px;
    text-align: left;
}
.inner-page-box{
  margin-top: -100px;
}
.inner-page-box h3 {
  font-size: 30px;
  color: #002b4a;
}

.inner-page-box p {
  font-size: 20px;
  line-height:30px;
  color: #575757;
}
.inner-page-box h4 {
  font-size: 24px;
  font-family: 'MuseoSans-700';
  color: #0e0202;
  margin-top: 30px;
}
.products{
  border-bottom:1px solid #d6d6d6 ;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.last{
  border-bottom:none;
}

.products h3 {
  font-size: 20px;
  font-family: 'MuseoSans-700';
  color: #01224b;
}
.products p {
  font-size: 18px;
  font-family: 'MuseoSans-100';
  color: #01224b;
  line-height: 24px;
}
.products h3 i {
  color: #009fe3;
}
.module-blue {
  background-color: #01224b;
}
.module-title h2 {
  font-size: 28px;
  font-family: 'MuseoSans-100';
  color: #ffffff;
  line-height: 34px;
  margin-bottom: 20px;
}
.module-title h3 {
  font-size: 40px;
  font-family: 'MuseoSans-700';
  color: #ffffff;
  line-height: 45px;
  margin-bottom: 10px;
}
.module-title p {
  font-size: 20px;
  font-family: 'MuseoSans-300';
  color: #ffffff;
}
.testimonial-box-inner{
  background: #d69a35;
  padding: 30px 20px;
  background: url(../../assets/images/testimonial-arrow.png) #d69a35 right bottom no-repeat;
  border-radius: 8px;
}
.testimonial-box-inner:hover {
  box-shadow: 0px 5px 40px 0px rgba(148,146,245,0.2);
}
.testimonial-box-quote {
  font-size: 20px;
  line-height: 30px;
  font-family: 'MuseoSans-100';
  color: #ffffff;
}
.testimonial-box-inner p{
  font-size: 20px;
    line-height: 30px;
  font-family: 'MuseoSans-100';
  color: #ffffff;
}
.testimonial-box-inner h3{
  font-size: 20px;
    line-height: 26px;
  font-family: 'MuseoSans-700';
  color: #ffffff;
}

.testimonial-box-inner-other{
  background: #004f89;
  padding: 30px 20px;
  background: url(../../assets/images/testimonial-arrow.png) #004f89 right bottom no-repeat;
  border-radius: 8px;
}
.testimonial-box-inner-other:hover {
  box-shadow: 0px 5px 40px 0px rgba(148,146,245,0.2);
}
.testimonial-box-quote-other {
  font-size: 20px;
  line-height: 30px;
  font-family: 'MuseoSans-100';
  color: #ffffff;
}
.testimonial-box-inner-other p{
  font-size: 20px;
    line-height: 30px;
  font-family: 'MuseoSans-100';
  color: #ffffff;
}
.testimonial-box-inner-other h3{
  font-size: 20px;
    line-height: 26px;
  font-family: 'MuseoSans-700';
  color: #ffffff;
}

.testimonial-box{
  background: url(../../assets/images/testimonial-arrow.png) #d69a35 right bottom no-repeat;
  padding: 50px 30px;
  border-radius: 8px;
}
.testimonial-box:hover {
  box-shadow: 0px 5px 40px 0px rgba(148,146,245,0.2);
}
.testimonial-box p{
  font-size: 20px;
  line-height: 30px;
  font-family: 'MuseoSans-100';
  color: #ffffff;
}
.testimonial-box h3{
  font-size: 30px;
    line-height: 32px;
  font-family: 'MuseoSans-700';
  color: #ffffff;
}

.testimonial-box h4 {
    font-size: 24px;
    line-height: 32px;
    font-family: 'MuseoSans-700';
    color: #ffffff;
}

.testimonial-box-other h4 {
    font-size: 24px;
    line-height: 32px;
    font-family: 'MuseoSans-700';
    color: #ffffff;
}

.testimonial-box-other{
  background: url(../../assets/images/testimonial-arrow.png) #004f89 right bottom no-repeat;
  padding: 50px 30px;
  border-radius: 8px;
}
.testimonial-box-other:hover {
  box-shadow: 0px 5px 40px 0px rgba(148,146,245,0.2);
}
.testimonial-box-other p{
  font-size: 20px;
  line-height: 30px;
  font-family: 'MuseoSans-100';
  color: #ffffff;
}
.testimonial-box-other h3{
  font-size: 24px;
    line-height: 32px;
  font-family: 'MuseoSans-700';
  color: #ffffff;
}

.solution-testimonial-box{
  background: url(../../assets/images/solutions-testimonial-arrow.png) #9778e0 right bottom no-repeat;
  padding: 50px 30px;
  border-radius: 8px;
}

.solution-testimonial-box p{
  font-size: 20px;
  line-height: 30px;
  font-family: 'MuseoSans-100';
  color: #ffffff;
}
.solution-testimonial-box h3{
  font-size: 30px;
    line-height: 32px;
  font-family: 'MuseoSans-700';
  color: #ffffff;
}

.solution-testimonial-box h4{
  font-size: 24px;
    line-height: 32px;
  font-family: 'MuseoSans-700';
  color: #ffffff;
}

.aquila-testimonial-box{
  background: url(../../assets/images/solutions-testimonial-arrow.png) #4f8794 right bottom no-repeat;
  padding: 50px 30px;
  border-radius: 8px;
}

.aquila-testimonial-box p{
  font-size: 20px;
  line-height: 30px;
  font-family: 'MuseoSans-100';
  color: #ffffff;
}
.aquila-testimonial-box h3{
  font-size: 30px;
    line-height: 32px;
  font-family: 'MuseoSans-700';
  color: #ffffff;
}

.aquila-testimonial-box h4{
  font-size: 24px;
    line-height: 32px;
  font-family: 'MuseoSans-700';
  color: #ffffff;
}


.ticket-box {
  background: url(../../assets/images/support-arrow.png) #e4e4e4 right bottom no-repeat;
  padding: 30px 20px;
  border-radius: 8px;
}
.ticket-box h4 {
  font-family: 'MuseoSans-700';
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 20px;
}

.slide-content {
  position: relative;
}

.solution-box{
  border-right: 1px solid #d9d9d9;
  padding: 20px;
}

.headquarters h4{
  font-size: 20px;
  line-height: 32px;
  font-family: 'MuseoSans-700';
  color: #01224b;
  text-transform: uppercase;
 
}
.headquarters p{
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 20px;
  color: #434647;
 
}
.support-title h3 {
  font-size: 24px;
  font-family: 'MuseoSans-700';
  color: #01224b;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.support-title h4 {
  font-size: 20px;
  font-family: 'MuseoSans-100';
  color: #01224b;
}

.support-title h5 {
  font-size: 18px;
  font-family: 'MuseoSans-300';
  color: #01224b;
}

.support-title a {
  font-size: 18px;
  font-family: 'MuseoSans-700';
  color: #178ec2;
}

.our-story h3 {
  font-size: 26px;
  font-family: 'MuseoSans-700';
  color: #002b4a;
  padding-bottom: 20px;
}
.our-story h4 {
  font-family: 'MuseoSans-100';
  font-size: 22px;
  line-height: 30px;
  color: #575757;
}


.cloud-platforms h3 {
  font-size: 30px;
  font-family: 'MuseoSans-700';
  color: #002b4a;
  padding-bottom: 0px;
}
.cloud-platforms h4 {
  font-family: 'MuseoSans-300';
  font-size: 26px;
  line-height: 30px;
  color: #000000;
}

.our-story p {
  font-size: 18px;
  font-family: 'MuseoSans-100';
  color: #01224b;
  padding-bottom: 20px;
}
.our-story h5 {
  font-size: 20px;
  font-family: 'MuseoSans-700';
  color: #01224b;
}
.leadership-team h3 {
  font-size: 28px;
  font-family: 'MuseoSans-700';
  color: #002b4a;
  padding-bottom: 0px;
}
.leadership-team h4 {
  font-size: 26px;
  font-family: 'MuseoSans-300';
  color: #002b4a;
  padding-bottom: 0px;
}
.leadership-team p {
  font-size: 18px;
  font-family: 'MuseoSans-100';
  color: #01224b;
  padding-bottom: 20px;
}
.leadership-team span {
  font-family: 'MuseoSans-700';
  text-transform: uppercase;

}




/*-----------tabs styles-----------*/

ul.resp-tabs-list,
p {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
    line-height: 30px;
    color: #434647;

}

.resp-tabs-list li {
  font-size: 16px;
  font-family: 'MuseoSans-700';
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
}

.resp-tabs-container {
  padding: 0px;
  clear: left;
}




h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 15px 0px;
}

.resp-tab-content ul{
 margin: 0px;
}
.resp-tab-content li {
    font-size: 20px;
   line-height: 30px;
   color: #434647;
   margin-bottom: 8px;
}

.resp-tab-content p {
 font-size: 20px;
 line-height: 26px;
 color: #434647;
 padding-bottom: 15px;
}

.more {
    font-size: 18px;
  font-family: 'MuseoSans-100';
  color: #01224b;
  line-height: 24px;
}

.megamenu .resp-tab-item {
  color: #ffffff;
  font-size: 20px;
}
.megamenu .resp-tab-active {
  color: #009fe3;
}
.resp-tab-active {
  border-bottom: 2px solid #009fe3;
  color: #009fe3;
  padding: 12px 14px 14px 14px !important;
}

.resp-tab-active {
  color: #009fe3;
}

.about-tab-title .resp-tab-item {
	font-size: 20px;
	padding: 14px 40px 14px 40px !important;
}
.about-tab-title .resp-tab-active {
	color: #009fe3;
	padding: 14px 40px 14px 40px !important;
}

.about-tab-title {
	font-size: 20px;
	padding-left:40px;
	padding-right:40px;
}

.resp-content-active,
.resp-accordion-active { display: block; }

.resp-tab-content { border-top: 1px solid #c1c1c1; }

h2.resp-accordion {
  font-size: 16px;
  font-family: 'MuseoSans-700';
  border-bottom: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 0px;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 0px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}



/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 16%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 0px !important;
  margin: 0;
  cursor: pointer;
  position: relative;
  float: none;
  font-size: 24px;
  font-family: 'MuseoSans-300';
}

.resp-vtabs .resp-tab-item:hover:before {
  content: "\e649";
  font-family: 'themify';
  font-size: 22px;
  font-weight: 700;
  color: #000;
  position:absolute;
  top:12px;
  right:40px;
  width:0;
  height:0;
 
}

.resp-vtabs .resp-tabs-list .resp-tab-active:before {
  content: "\e649";
  font-family: 'themify';
  font-size: 24px;
  font-weight: 700;
  color: #000;
  position:absolute;
  top:15px;
  right:40px;
  width:0;
  height:0;
 
}
.resp-vtabs .resp-tabs-list li:hover{
  color: #009fe3;
}

.resp-vtabs .resp-tabs-list .resp-tab-active {
  border-bottom: 0;
  color: #009fe3;
  padding: 12px 14px 14px 0px !important;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  border-left: 1px solid #e4e4e4;
  float: left;
  width: 84%;
  min-height: 250px;
  clear: none;
}

.resp-vtabs .resp-tab-content { border: none; }
.resp-vtabs li.resp-tab-active {
  border-right: none;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 0px !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 18px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #9B9797;
}

.megamenubox h3 {
  font-size: 26px;
  font-family: 'MuseoSans-700';
  color: #002b4a;
  padding-top: 20px;
}
b, strong {
  font-weight: bolder;
  font-family: 'MuseoSans-700';
}
.menu-border-right{
  border-right: 1px solid #e4e4e4;
}


/*-----------Accordion styles-----------*/

.resp-easy-accordion h2.resp-accordion { display: block; }
.resp-easy-accordion .resp-tab-content { border: 1px solid #c1c1c1; }
.resp-easy-accordion .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }
.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active { display: block; }

h2.resp-accordion:first-child { border-top: 1px solid #c1c1c1 !important; }
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {

.megamenu h2.resp-accordion { display: block; color: #ffffff; }
.menu-border-right {
  border-right: 0px;
}

.megamenu .resp-arrow {
  margin-top: 4px;

}

ul.resp-tabs-list { display: none; }
h2.resp-accordion { display: block; }
.resp-vtabs .resp-tab-content { border: 1px solid #C1C1C1; }
.resp-vtabs .resp-tabs-container {
  border: none;
  float: none;
  width: 100%;
  min-height: initial;
  clear: none;
}

.resp-accordion-closed { display: none !important; }
.resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }

.about-tab-title h2 {
	padding: 10px 15px !important;
	color: #fff;
}
.about-tab-title .resp-arrow {
	margin-top: 4px !important;
}
.about-tab-title {
	font-size: 20px;
	padding-left:0px;
	padding-right:0px;
}
.about-tab-title h2.resp-tab-active {
	padding: 15px 15px !important;
}
}


.inner-content p{
  font-size: 20px;
  line-height: 30px;
  color: #434647;
  margin-bottom: 1rem;
  }
  
  .inner-content ul li{
  font-size: 20px;
  line-height: 30px;
  color: #434647;
  margin-bottom: 1rem;
  }

.company-tab-bg{
  background: #01184a;
}
.font-20{
  font-size: 20px;
}
.thum{
  border-radius: 8px;
}
.company-content h4 {
  font-size: 26px;
  font-family: 'MuseoSans-300';
  color: #fff;
  padding-bottom: 0px;
}
.company-content p {
  font-size: 18px;
  font-family: 'MuseoSans-100';
  color: #fff;
  padding-bottom: 20px;
}
.company-content a {
  font-size: 20px;
  font-family: 'MuseoSans-700';
  color: #fff;
  text-transform: uppercase;
}

.consumer-box  h4 {
  font-size: 26px;
  font-family: 'MuseoSans-500';
  color: #002b4a;
  padding-bottom: 0px;
}
.consumer-box p {
  font-size: 18px;
  font-family: 'MuseoSans-300';
  color: #01224b;
}
.our-values {
  background: #eaf2f6;
  padding: 30px 30px;
  border-radius: 8px;
}

.our-values h3 {
  font-size: 26px;
  font-family: 'MuseoSans-700';
  color: #01224b;
}
.our-values p {
  font-size: 16px;
  font-family: 'MuseoSans-100';
  color: #575757;
  line-height: 24px;
}
.values-border-right{
  border-right:1px solid #c7d3dd;
}

.location-title h4 {
  font-size: 18px;
  color: #101010;
  font-family: 'MuseoSans-700';
}

.locations-box p {
  margin-bottom: 20px;
  color: #000000;
  font-size: 16px;
  font-family: 'MuseoSans-100';
  line-height: 26px;
  font-weight: 300;
}
.media i{
  color: #828282;
  font-size: 18px;
}
.media-body h5{
  color: #0e0202;
  font-size: 15px;
  font-family: 'MuseoSans-500';
}
.media-body a h5{
  color: #0e0202;
  font-size: 16px;
  font-family: 'MuseoSans-500';
}
.media-body a:hover h5{
  color: #009fe3;
}

.border-last {
  border-right: 0px;
}
.solution-top-border{
  border-bottom: 1px solid #d9d9d9;
}

.border-top{
  border: 1px solid #d9d9d9;
}

.solution-box h3 {
  font-size: 20px;
  font-family: 'MuseoSans-700';
  color: #002b4a;
}


.workflow-title h3 {
  font-size: 26px;
  font-family: 'MuseoSans-700';
  color: #002b4a;
}

.slide-box h2 {
    font-size: 44px;
		margin-bottom:0px;
		font-family: 'MuseoSans-700';
    color: #ffffff;
}
.slide-box p {
    font-size: 26px;
		line-height:30px;
    color: #ffffff;
}   
.owl-nav {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.owl-nav .owl-prev i, .owl-nav .owl-next i {
  font-size: 2.0rem;
  color: #009fe3;
}
.owl-nav .owl-prev {
  left: 20px;
}
.owl-nav .owl-next {
  right: 20px;
}
.zoom-effect-container {
  position: relative;
  overflow: hidden;
}
.insights-box:hover {
  box-shadow: 0px 5px 40px 0px rgba(148,146,245,0.2);
}
.insights-box img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.insights-box:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.insights-box h2 {
  font-size: 24px;
  font-family: 'MuseoSans-700';
  color: #01224b;
}
.insights-box h3 {
    font-size: 22px;
		font-family: 'MuseoSans-500';
    color: #002b4a;
}
.insights-box h4 {
  font-size: 20px;
  font-family: 'MuseoSans-500';
  color: #01050a;
}
.insights-box p {
  font-size: 16px;
  line-height: 22px;
  font-family: 'MuseoSans-300';
  color: #01224b;
}
.video-box{
  background-color:#000 ;
  padding: 15px;
}

.insights-box h5 {
    font-size: 14px;
    margin-bottom:0px;
    text-transform: uppercase;
    font-family: 'MuseoSans-700';
    color: #01224b;
}
.read-btn a {
   font-size: 14px;
    font-family: 'MuseoSans-500';
    text-transform: uppercase;
    color: #d4103a;
}
.read-btn a:hover {
	text-decoration:underline;
    color: #019fe2;
}
.blue-btn a {
  font-size: 14px;
   font-family: 'MuseoSans-500';
   text-transform: uppercase;
   color: #01224b;
}
.blue-btn a i {
   color: #d4103a;
}
.blue-btn a:hover {
 text-decoration:underline;
   color: #d51840;
}

.papers-date{
  background: #01224b;
  padding: 2px 10px;
  color: #ffffff;
  font-size: 14px;
  font-family: 'MuseoSans-300';
  margin-bottom: 10px;
  display: inline-block;
}
.more-btn {
  font-size: 14px;
   font-family: 'MuseoSans-700';
   text-transform: uppercase;
   color: #01224b;
}
.more-btn i {
  color: #009fe3;
}
.more-btn:hover {
 text-decoration:underline;
   color: #019fe2;
}

.white-btn a {
  font-size: 16px;
   font-family: 'MuseoSans-500';
   color: #ffffff;
}
.white-btn a i {
   color: #009fe3;
}
.white-btn a:hover {
 text-decoration:underline;
   color: #009fe3;
}

.contact-more-btn {
  margin-bottom:10px;
}
.contact-more-btn a {
  font-size: 16px;
   font-family: 'MuseoSans-700';
   color: #0e0202;
}
.contact-more-btn a i {
   color: #009fe3;
}
.contact-more-btn a:hover {
 text-decoration:underline;
   color: #009fe3;
}

.happening-box{
  background: #2a333f;
}
.what-title h2 {
  font-size: 32px;
  font-family: 'MuseoSans-700';
  color: #ffffff;
  line-height: 34px;
  margin-bottom: 20px;
}
.expand-button {
  position: relative;
  cursor: pointer;
  color: #009fe3;
  font-size: 14px;
  font-family: 'MuseoSans-700';
}

.expand-button i {
  color: #009fe3;
  font-size: 18px;
}

.special-text {
 position: relative;
 max-height: 66px;
 overflow: hidden;
 -webkit-transition: max-height 1s ease;
 transition: max-height 1s ease;
}
.special-text.-expanded {
  max-height: 100vh;
}

.watch{
  color: #000;
  font-size: 18px;
  font-family: 'MuseoSans-500';
}
.watch i{
  color: #000;
  font-size: 14px;
}
.video-button{
  background: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  padding: 5px;
  height:35px;
  width: 35px;
  line-height: 20px;
  display: inline-block;
  text-align: center;

}


.media-tabs {
  background: url(../images/down-bule-arrow.png) #e7f5fb right bottom no-repeat;
}
#tabs{
  position: relative;
}

#tabs .nav-tabs {
  border-bottom: 1px solid #cfd0d0;
}
#tabs .nav-item {
   margin: 0px; 
}
#tabs .nav-tabs .nav-item .nav-link {
  border: none;
  font-size: 16px;
  padding: 5px 12px;
  font-family: 'MuseoSans-700';
  border-bottom: 2px solid transparent;
  color: #2c2f3d;
  background: transparent;
  border-radius: 0;
}


#tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
}
#tabs .nav-tabs .nav-item.show .nav-link {
  color: #009fe3;
  background-color: transparent;
  border-bottom: 2px solid #009fe3;
}
#tabs .nav-tabs .nav-link:hover{
  color: #009fe3;
  background-color: transparent;
  border-bottom: 2px solid #009fe3;
}
#tabs .nav-tabs .nav-link.active {
  color: #009fe3;
  background-color: transparent;
  font-family: 'MuseoSans-700';
  border-bottom: 2px solid #009fe3;
}
.tab-box-header{
  text-align: center;
  padding: 5px;
}
.tabcontent{
  padding-top: 30px;
}
.tabcontent p{
  font-size: 20px;
    line-height: 30px;
    color: #434647
}

.card-title-box {
  font-size: 20px;
  border-bottom: 1px solid #cfd0d0;
  
}
.card-title-box a{
  color: #2c2f3d;
}
.next-gen-box h3 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 0;
  font-family: 'MuseoSans-700';
  color: #002b4a;
}
.next-gen-box p {
  font-size: 16px;
  line-height: 22px;
  padding-top: 20px;
  font-family: 'MuseoSans-100';
  color: #01224b;
}
.datasheet{
  border: 1px solid #c5c0c0;
  padding: 20px;
}
.datasheet:hover {
  box-shadow: 0px 5px 40px 0px rgba(148,146,245,0.2);
}
.datasheet h5 {
  font-size: 14px;
  font-family: 'MuseoSans-700';
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #01224b;
}
.datasheet h3 {
  font-size: 26px;
  font-family: 'MuseoSans-700';
  color: #002b4a;
}
.datasheet p {
  font-size: 16px;
  line-height: 22px;
  font-family: 'MuseoSans-100';
  color: #01224b;
}

.news-box h4 {
    font-size: 18px;
		font-family: 'MuseoSans-500';
		text-transform:uppercase;
    color: #d4103a;
}
.news-list{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #cccccc;
}
.news-list:last-child{
	border-bottom:none;
}
.news-list h5{
	 font-size: 16px;
	 margin-bottom:5px;
	 font-family: 'MuseoSans-300';
   color: #3a3a3a;
}
.webinar-box h5 {
    font-size: 18px;
		font-family: 'MuseoSans-500';
		text-transform:uppercase;
    color: #d4103a;
}
.webinar-box h3 {
    font-size: 22px;
		font-family: 'MuseoSans-700';
    color: #ffffff;
}

.life-box{
  background: #01224b;
  padding: 30px 40px;
  display: block;
}

.life-box h3 {
    font-size: 30px;
		line-height:36px;
		margin-bottom:0px;
		font-family: 'MuseoSans-700';
    color: #ffffff;
}
.life-box p {
  font-size: 18px;
  line-height:24px;
  font-family: 'MuseoSans-100';
  color: #ffffff;
  padding-bottom: 20px;
}  
.life-box h4 {
    font-size: 24px;
		line-height:34px;
		font-family: 'MuseoSans-100';
    color: #ffffff;
} 
.partner-box h3 {
    font-size: 36px;
		line-height:38px;
		font-family: 'MuseoSans-700';
    color: #ffffff;
}
.partner-box p {
    font-size: 18px;
		line-height:22px;
    color: #ffffff;
}
.partner-box a{
  color: #ffffff;
}
.partner-box i{
  color: #009fe3;
}

.inner-banner{
  background-size: 100%;
  background-repeat: no-repeat;

}
.inner-banner h1{
  font-size: 36px;
  line-height:38px;
  font-family: 'MuseoSans-100';
  color: #002b4a;
}
.testi-content{
  padding-left: 20px;
}
.boder-left-yellow{
  border-left: 1px solid #edb463;
}

.boder-left-medother{
  border-left: 1px solid #ffffff;
}

.boder-left-purple {
 border-left: 1px solid #bda3fb;
}

.boder-left-darkbule {
 border-left: 1px solid #7dacb7;
}

.future{
  background-image: url(../../assets/images/livestream-bg.jpg);
  position: relative;
  position: center center;
  background-size: cover;
  padding: 220px 0px 100px 0px;
}
.partner-box-zoom-effect {
  position: relative;
  overflow: hidden;
}
.partner-box img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.partner-box:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.timeline {
	background-image: url(../../assets/images/timeline-bg.jpg);
	position: relative;
	position: center center;
	background-size: cover;
	padding: 80px 0px 80px 0px;
}
.timeline-title h3 {
	font-size: 30px;
	font-family: 'MuseoSans-700';
	color: #ffffff;
	padding-bottom: 0px;
	margin-bottom:0px
}
.timeline-title h4 {
	font-size: 26px;
	font-family: 'MuseoSans-100';
	color: #ffffff;
	padding-bottom: 0px;
}
.timeline-carousel {
	margin: 0;
	background-color: #323232;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	padding: 86px 6.9444% 90px 6.9444%;
	position: relative;
	overflow: hidden;
}
.timeline-carousel:after, .timeline-carousel:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	height: 100%;
	width: 6.9444%;
	background-color: #323232;
	z-index: 3;
	width: 6.9444%;
}
.timeline-carousel:after {
	left: 0;
}
.timeline-carousel:before {
	right: 0;
	opacity: 0;
}
.timeline-carousel .slick-list {
	overflow: visible;
}
.timeline-carousel .slick-dots {
	bottom: -73px;
}
.timeline-carousel h1 {
	color: white;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 700;
}
.timeline-carousel p {
	color: white;
	font-weight: 300;
}
.timeline-carousel__image {
	padding-right: 0px;
}
.timeline-carousel__item {
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
.timeline-carousel__item-wrapper {
	padding-left: 155px;
	padding-right: 0px;
}
.timeline-carousel__item .media-wrapper {
	opacity: 0.4;
	padding-bottom: 71.4%;
	-webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
	width: calc(100% - 30px);
}
.timeline-carousel__item-inner {
	position: relative;
	padding-top: 11px;
}
.timeline-carousel__item-inner:after {
	position: absolute;
	width: 100%;
	top: 10px;
	left: 0;
	z-index: 9;
	content: "";
	border-bottom: 1px dotted rgba(0, 155, 226, 0.9);
}
.timeline-carousel__item-inner .year {
	line-height: 16px;
	z-index: 1;
	position: relative;
}
.timeline-carousel__item-inner .month {
	font-size: 20px;
	color: #d3103a;
	font-family: 'MuseoSans-700';
	display: block;
	margin-bottom: 0px;
}
.year-blue {
	color: #009fe3 !important;
}
.year-green {
	color: #a3d866 !important;
}
.year-orange {
	color: #e87928 !important;
}
.timeline-carousel__item-inner p {
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
	padding-bottom: 10px;
	font-family: 'MuseoSans-500';
}
.timeline-carousel__item-inner .read-more {
	font-size: 12px;
	color: #ffc107;
	display: table;
	margin-bottom: 10px;
	text-decoration: none;
	position: relative;
}
.timeline-carousel__item-inner .read-more:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	border-bottom: 2px solid #ffc107;
	-webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item-inner .read-more:hover:after {
	width: 100%;
}
.timeline-carousel__item-inner .pointer {
	height: 29px;
	position: relative;
	z-index: 1;
	margin: -4px 0 16px;
}
.timeline-carousel__item-inner .pointer:after, .timeline-carousel__item-inner .pointer:before {
	position: absolute;
	content: "";
}
.timeline-carousel__item-inner .pointer:after {
	width: 9px;
	height: 9px;
	border-radius: 100%;
	top: 0;
	left: 0;
	background-color: #ffc107;
}
.timeline-carousel__item-inner .pointer:before {
	width: 1px;
	height: 100%;
	top: 0;
	left: 4px;
	background-color: #ffc107;
}
.timeline-carousel .slick-active .media-wrapper {
	opacity: 1 !important;
}
.slick-slide img {
	display: block;
	text-align: center;
	margin: 0 auto;
}
.slick-dots {
	bottom: 160px;
	list-style: none;
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	z-index: 2;
}
.slick-dots li {
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	display: inline-block;
	margin: 0 6px;
	position: relative;
	width: 10px;
	height: 10px;
}
.slick-dots li:last-child {
	margin-right: 0;
}
.slick-dots li.slick-active button {
	background: #ffc107;
	border-color: #ffc107;
}
.slick-dots li button {
	display: block;
	font-size: 0;
	width: 10px;
	height: 10px;
	padding: 0;
	background-color: rgba(255, 255, 255, 0.6);
	border-color: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	-webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.slick-dots li button:hover {
	background: #ffc107;
	border-color: #ffc107;
}
.link {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
	z-index: 9999;
}
.link a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #fff;
}
.link .fa {
	font-size: 28px;
	margin-right: 8px;
	color: #fff;
}
.slick-prev svg, .slick-next svg {
	height: auto;
	width: 18px;
	padding-bottom: 2px;
}
.slick-prev .btn, .slick-next .btn {
	border-radius: 0;
	font-size: 12px;
}
.slick-prev, .slick-next {
	position: absolute;
	top: 49%;
	z-index: 99;
	border-radius: 0;
	cursor: pointer;
	font-size: 12px;
}
.slick-prev {
	left: 10px;
	top:60px;
}
.slick-next {
	right:10px;
}
/*  bhoechie tab */
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
	border: 1px solid rgba(23, 26, 41, 0.125);
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
	font-family: 'MuseoSans-700';
	font-size:18px;
	color: #000;
}
.list-group-item {
    border-right:0px;
}
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{	
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #004982;
  background-image: #004982;
	border-color: #004982;
  color: #ffffff;
}

div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #004982;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
	padding: 15px 0px 15px 20px;
	position:relative;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

.team-item {
  background: #002b4a;
  margin-bottom: 30px;
  overflow: hidden;
}
.team-inner-box {
  background: #002b4a;
}
.team-inner h4{
  color: #fff;
  font-family: 'MuseoSans-700';
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.team-role{
  color: #fff;
  font-family: 'MuseoSans-300';
  font-size: 16px;
}
.team-inner {
  position: absolute;
  bottom: 90px;
  background: #002b4a;
  border-bottom: 1px solid #3d5e75;
  width: 90%;
  height: 80px;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-sizing: border-box;
  opacity: 10;
  transition: all 0.4s;
  padding: 15px;
}

.team-item:hover .team-inner {
  height: 35%;
  bottom: 90px;
  opacity: 10;
}

.read-bio{
  background: #002b4a;
  padding: 15px;
  
}

.team-inner h2 {
  margin: 0 0 5px 0;
  transition:color 0.4s;
}

.team-inner p {
  opacity: 0;
  color: #fff;
  font-family: 'MuseoSans-300';
  font-size: 14px;
  line-height: 18px;
  padding-top: 10px;
  transition: all 0.2s;
}

.team-item:hover .team-inner p,.team-item:hover .team-inner a {
  opacity: 1;
}

.read-bio a{
  color: #fff;
  font-family: 'MuseoSans-300';
  font-size: 18px;
}
.read-bio a:hover{
  color: #009fe3;

}

.team-inner a{
  color:#333;
  text-decoration:none;
  padding:20px;
  opacity:0;
}
.team-inner a:hover,.team-item:hover h2{
  color:#009fe3;
}

/* Flexbox Equal Height Bootstrap Columns (fully responsive) */
@media only screen and (min-width : 768px) {
  .flex-row.row {
	 display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
  }
  .flex-row.row > [class*='col-'] {
    display: flex;
    flex-direction: column;

  }
  .flex-row.row:after, 
  .flex-row.row:before {
	 display: flex;
  }
}

/* Grow thumbnails to fill columns height */
.flex-row .eualbox-bg {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}
.flex-row .insights-box {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}
.flex-row .news-box {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}
.flex-row .datasheet {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.flex-row .team-box-bg{
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
	
}

.flex-row .ticket-box {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}

/* Flex Grow Text Container */
.flex-row p.flex-text {
	flex-grow: 1;
}


/* pre hack for small devices */
pre {
	display: flex;
	flex: 1;
}
.flex-row.flex-code.row > [class*='col-'] .flex-text {
	flex-grow: 1;
	display: flex;
}
.noflex{ display:block !important;}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #ffffff;
  line-height: 1.5; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 3.90625rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #d8dcfd;
  background-color: #3b4ce7;
  border-color: #3b4ce7; }
  .alert-primary hr {
    border-top-color: #2437e4; }
  .alert-primary .alert-link {
    color: #a7b0fb; }

.alert-secondary {
  color: #d8d8db;
  background-color: #393b48;
  border-color: #393b48; }
  .alert-secondary hr {
    border-top-color: #2e2f3a; }
  .alert-secondary .alert-link {
    color: #bdbdc3; }

.alert-success {
  color: #d4edda;
  background-color: #279c43;
  border-color: #279c43; }
  .alert-success hr {
    border-top-color: #22883a; }
  .alert-success .alert-link {
    color: #b0debb; }

.alert-info {
  color: #d1ecf1;
  background-color: #1797ad;
  border-color: #1797ad; }
  .alert-info hr {
    border-top-color: #148396; }
  .alert-info .alert-link {
    color: #aadce5; }

.alert-warning {
  color: #fff3cd;
  background-color: #ecb40a;
  border-color: #ecb40a; }
  .alert-warning hr {
    border-top-color: #d4a109; }
  .alert-warning .alert-link {
    color: #ffe79a; }

.alert-danger {
  color: #f8d7da;
  background-color: #cc3343;
  border-color: #cc3343; }
  .alert-danger hr {
    border-top-color: #b82e3c; }
  .alert-danger .alert-link {
    color: #f0acb2; }

.alert-light {
  color: #fefefe;
  background-color: #e9e9ea;
  border-color: #e9e9ea; }
  .alert-light hr {
    border-top-color: #dcdcde; }
  .alert-light .alert-link {
    color: #e5e5e5; }

.alert-dark {
  color: #d0d2d9;
  background-color: #131e3d;
  border-color: #131e3d; }
  .alert-dark hr {
    border-top-color: #0d142a; }
  .alert-dark .alert-link {
    color: #b4b7c2; }

.alert-black {
  color: #d1d1d4;
  background-color: #171a29;
  border-color: #171a29; }
  .alert-black hr {
    border-top-color: #0e1019; }
  .alert-black .alert-link {
    color: #b7b7bb; }

.alert-white {
  color: white;
  background-color: #ecedee;
  border-color: #ecedee; }
  .alert-white hr {
    border-top-color: #dfe0e2; }
  .alert-white .alert-link {
    color: #e6e6e6; }

.alert-light {
  color: #6f717c; }

.cookie {
  position: fixed;
  left: 50px;
  bottom: 50px;
  z-index: 99; }

@media (max-width: 991.98px) {
  .cookie {
    left: 15px;
    bottom: 40px; } }

@media (max-width: 767.98px) {
  .cookie {
    left: 20px;
    bottom: 70px;
    right: 20px; } }

/*********************
    button
*********************/
.btn-primary-soft {
  background-color: rgba(62, 80, 247, 0.1);
  color: #3e50f7;
  font-weight: 500; }
  .btn-primary-soft:hover {
    background-color: #3e50f7;
    color: #ffffff; }

.btn-secondary-soft {
  background-color: rgba(60, 62, 75, 0.1);
  color: #3c3e4b;
  font-weight: 500; }
  .btn-secondary-soft:hover {
    background-color: #3c3e4b;
    color: #ffffff; }

.btn-success-soft {
  background-color: rgba(40, 167, 69, 0.1);
  color: #28a745;
  font-weight: 500; }
  .btn-success-soft:hover {
    background-color: #28a745;
    color: #ffffff; }

.btn-danger-soft {
  background-color: rgba(220, 53, 69, 0.1);
  color: #dc3545;
  font-weight: 500; }
  .btn-danger-soft:hover {
    background-color: #dc3545;
    color: #ffffff; }

.btn-warning-soft {
  background-color: rgba(255, 193, 7, 0.1);
  color: #ffc107;
  font-weight: 500; }
  .btn-warning-soft:hover {
    background-color: #ffc107;
    color: #ffffff; }

.btn-info-soft {
  background-color: rgba(23, 162, 184, 0.1);
  color: #17a2b8;
  font-weight: 500; }
  .btn-info-soft:hover {
    background-color: #17a2b8;
    color: #ffffff; }

.btn-light-soft {
  background-color: rgba(251, 251, 251, 0.1);
  color: #fbfbfb;
  font-weight: 500; }
  .btn-light-soft:hover {
    background-color: #fbfbfb;
    color: #131e3f; }

.btn-dark-soft {
  background-color: rgba(19, 30, 63, 0.1);
  color: #131e3f;
  font-weight: 500; }
  .btn-dark-soft:hover {
    background-color: #131e3f;
    color: #ffffff; }

.btn-pills {
  border-radius: 10rem; }

.btn-icon.btn-xs {
  font-size: 0.75rem;
  width: 1.5rem;
  height: 1.5rem; }

.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
  font-size: 0.8175rem;
  width: 2rem;
  height: 2rem; }

.btn-lg.btn-icon.btn-animation i, .btn-group-lg > .btn-icon.btn-animation.btn i {
  font-size: 1.75rem;
  width: 5rem;
  height: 5rem; }
  .btn-lg.btn-icon.btn-animation i:after, .btn-group-lg > .btn-icon.btn-animation.btn i:after {
    width: 5rem;
    height: 5rem; }

.app-btn a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(23, 26, 41, 0.05);
          box-shadow: 0 0.75rem 1.5rem rgba(23, 26, 41, 0.05); }

.btn-animation i {
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 3.125rem;
  color: #3e50f7;
  z-index: 9; }
  .btn-animation i:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: 3.125rem;
    height: 3.125rem;
    background: #ffffff;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
            animation: pulse-border 1500ms ease-out infinite;
    color: #3e50f7;
    z-index: -9; }

.bg-primary.btn-animation i {
  background: #3e50f7; }
  .bg-primary.btn-animation i:after {
    background: #3e50f7; }

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

.border {
  border: 1px solid #f2f3f7 !important; }

.border-top {
  border-top: 1px solid #f2f3f7 !important; }

.border-right {
  border-right: 1px solid #f2f3f7 !important; }

.border-bottom {
  border-bottom: 1px solid #f2f3f7 !important; }

.border-left {
  border-left: 1px solid #f2f3f7 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-sm {
  border: 2px solid #f2f3f7 !important; }

.border-top-sm {
  border-top: 2px solid #f2f3f7 !important; }

.border-right-sm {
  border-right: 2px solid #f2f3f7 !important; }

.border-bottom-sm {
  border-bottom: 2px solid #f2f3f7 !important; }

.border-left-sm {
  border-left: 2px solid #f2f3f7 !important; }

.border-md {
  border: 3px solid #f2f3f7 !important; }

.border-top-md {
  border-top: 3px solid #f2f3f7 !important; }

.border-right-md {
  border-right: 3px solid #f2f3f7 !important; }

.border-bottom-md {
  border-bottom: 3px solid #f2f3f7 !important; }

.border-left-md {
  border-left: 3px solid #f2f3f7 !important; }

.border-lg {
  border: 5px solid #f2f3f7 !important; }

.border-top-lg {
  border-top: 5px solid #f2f3f7 !important; }

.border-right-lg {
  border-right: 5px solid #f2f3f7 !important; }

.border-bottom-lg {
  border-bottom: 5px solid #f2f3f7 !important; }

.border-left-lg {
  border-left: 5px solid #f2f3f7 !important; }

.border-xl {
  border: 10px solid #f2f3f7 !important; }

.border-top-xl {
  border-top: 10px solid #f2f3f7 !important; }

.border-right-xl {
  border-right: 10px solid #f2f3f7 !important; }

.border-bottom-xl {
  border-bottom: 10px solid #f2f3f7 !important; }

.border-left-xl {
  border-left: 10px solid #f2f3f7 !important; }

/*************************
      Forms
*************************/
.form-control {
  padding: 0.8rem 1.1rem;
  border: 1px solid #d8d8d8;
}

.bg-dark .form-control {
  color: #ffffff;
  background-color: transparent; }
  .bg-dark .form-control:focus {
    background-color: transparent; }

.custom-file .custom-file-label {
  color: #6f717c; }

.custom-file-label::after {
  background: #3e50f7;
  color: #ffffff; }

/*********************
    Navbar
*********************/
.navbar-brand img {
  height: 40px; }

.navbar-light .navbar-nav .nav-link {
	
  color: #ffffff; }

.navbar-dark .navbar-nav .nav-link {
	text-transform: uppercase;
	font-size: 14px;
  color: #ffffff; }

.navbar-dark .nav .nav-link {
  color: #ffffff; }

@media (max-width: 991.98px) {
  .navbar {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    padding: 0.5rem 0.5rem;
    height: 65px; }
    .navbar .navbar-brand {
      position: absolute; }
    .navbar .nav-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .navbar .nav-link i {
        margin-left: auto; }
  .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  button.navbar-toggler {
    position: absolute;
    top: 12px;
    right: 0; }
  .header-style-02 button.navbar-toggler {
    position: absolute;
    top: 15px;
    right: 15px;
    border-color: #ffffff; }
  .header-style-02 .navbar {
    padding: 15px 15px !important; }
  .navbar-collapse {
    position: absolute;
    top: 65px;
    background: #011631;
    z-index: 99;
    width: 100%;
    border-top: 1px solid #011631;
    padding: 10px;
    left: 0;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(23, 26, 41, 0.05);
            box-shadow: 0 0.75rem 1.5rem rgba(23, 26, 41, 0.05); } }

/*********************
    Sizing
*********************/
/*** height ***/
.h-400 {
  height: 400px; }

.h-500 {
  height: 500px; }

.h-600 {
  height: 600px; }

.h-700 {
  height: 700px; }

.h-800 {
  height: 800px; }

@media (max-width: 1199.98px) {
  .h-lg-700 {
    height: 700px; }
  .h-lg-600 {
    height: 600px; }
  .h-lg-500 {
    height: 500px; } }

@media (max-width: 991.98px) {
  .h-md-600 {
    height: 600px; }
  .h-md-500 {
    height: 500px; }
  .h-md-400 {
    height: 400px; } }

@media (max-width: 767.98px) {
  .h-sm-400 {
    height: 400px; }
  .h-sm-300 {
    height: 300px; } }

.display-1 {
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.3; }
  @media (max-width: 1200px) {
    .display-1 {
      font-size: calc(1.725rem + 5.7vw) ; } }

.display-2 {
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1.3; }
  @media (max-width: 1200px) {
    .display-2 {
      font-size: calc(1.675rem + 5.1vw) ; } }

.display-3 {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.3; }
  @media (max-width: 1200px) {
    .display-3 {
      font-size: calc(1.575rem + 3.9vw) ; } }

.display-4 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.3; }
  @media (max-width: 1200px) {
    .display-4 {
      font-size: calc(1.475rem + 2.7vw) ; } }

.display-5 {
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.3; }
  @media (max-width: 1200px) {
    .display-5 {
      font-size: calc(1.395rem + 1.74vw) ; } }

.display-6 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3; }
  @media (max-width: 1200px) {
    .display-6 {
      font-size: calc(1.345rem + 1.14vw) ; } }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

.text-black-10 {
  color: rgba(23, 26, 41, 0.1) !important; }

.text-black-20 {
  color: rgba(23, 26, 41, 0.2) !important; }

.text-black-30 {
  color: rgba(23, 26, 41, 0.3) !important; }

.text-black-40 {
  color: rgba(23, 26, 41, 0.4) !important; }

.text-black-60 {
  color: rgba(23, 26, 41, 0.6) !important; }

.text-black-70 {
  color: rgba(23, 26, 41, 0.7) !important; }

.text-black-80 {
  color: rgba(23, 26, 41, 0.8) !important; }

.text-black-90 {
  color: rgba(23, 26, 41, 0.9) !important; }

.text-white-10 {
  color: rgba(255, 255, 255, 0.1) !important; }

.text-white-20 {
  color: rgba(255, 255, 255, 0.2) !important; }

.text-white-30 {
  color: rgba(255, 255, 255, 0.3) !important; }

.text-white-40 {
  color: rgba(255, 255, 255, 0.4) !important; }

.text-white-60 {
  color: rgba(255, 255, 255, 0.6) !important; }

.text-white-70 {
  color: rgba(255, 255, 255, 0.7) !important; }

.text-white-80 {
  color: rgba(255, 255, 255, 0.8) !important; }

.text-white-90 {
  color: rgba(255, 255, 255, 0.9) !important; }

/*********************
    Dropdown
*********************/
.header .navbar .dropdown-toggle {
  position: relative; }

.header .navbar .dropdown-toggle:after {
  content: "";
  position: absolute;
  top: 49%;
  width: 7px;
  height: 2px;
  border-radius: 0;
  background-color: #019fe2;
  right: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  border: none;
  margin: 0;
  padding: 0; }

.header .navbar .dropdown-toggle:before {
  content: "";
  position: absolute;
  top: 49%;
  width: 7px;
  height: 2px;
  border-radius: 0;
  background-color: #019fe2;
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.header.header-style-02 .navbar .dropdown-toggle:after {
  content: "";
  position: absolute;
  top: 49%;
  width: 7px;
  height: 2px;
  border-radius: 0;
  background-color: #ffffff;
  right: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  border: none;
  margin: 0;
  padding: 0; }

.header.header-style-02 .navbar .dropdown-toggle:before {
  content: "";
  position: absolute;
  top: 49%;
  width: 7px;
  height: 2px;
  border-radius: 0;
  background-color: #ffffff;
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.nav-item {
  font-weight: 500; }

.nav-item:hover .nav-link.dropdown-toggle:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.nav-item:hover .nav-link.dropdown-toggle:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.dropdown-menu-lg {
  min-width: 100%; }

.submenuheading h4{
		font-size:18px;
		margin-bottom:0px;
		padding: 0px 20px 0px 20px;
		font-family: 'MuseoSans-700';
  }

  .submenuheading h5{
        font-size:20px;
        margin-bottom:0px;
        padding: 0px 20px 10px 20px;
        font-family: 'MuseoSans-300';
 }

 .title-sub-c a{
    color: #ffffff;
 }
 .title-sub-d a{
   color: #ffffff;
 }
 .title-sub-e a{
   color: #ffffff;
 }


.menu-btn {
  color: #fff;
  background-color: #01224b;
  padding: 4px 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'MuseoSans-700';
  border-radius: 0.85rem;
  border-color: #01224b;
}
.menu-btn:hover {
  color: #fff;
  background-color: #009fe3;
  border-color: #009fe3;
}
.inner-menu{
	padding: 0px 20px 20px 20px;
}
.inner-menu h4{
		font-size:16px;
		font-family: 'MuseoSans-700';
	}
.inner-menu p{
		font-size:16px;
		line-height:24px;
		color:#002b4a;
		font-family: 'MuseoSans-100';
  }
.top-m-menu{
  padding: 20px 0px;
  border-bottom: 1px solid #d9d9d9;
}
  .top-m-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .top-m-menu ul li{
    display: inline-block;
    margin-left: 20px;
  }
  .top-m-menu ul li a{
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'MuseoSans-700';
    color: #1b212d;
  }

.top-m-menu ul li a:hover{
  color: #d4103a;
}
  .menutab-box{
    padding: 10px 20px 10px 20px;
  }

  .dropdown-item {
    color: #ffffff;
    font-size: 18px;
      font-family: 'MuseoSans-500';
    
  }
  .dropdown-item.active, .dropdown-item:active {
    background-color: #ffffff;
}

@media (min-width: 992px) {
  .dropdown .dropdown-menu li:first-child a.dropdown-item {
    padding-top: 5px; }
		.dropdown .dropdown-menu li:last-child a.dropdown-item {
    padding-bottom: 10px; }
  .dropdown .dropdown-menu li a.dropdown-item {
    font-size: 18px;
		font-family: 'MuseoSans-500';
    position: relative;
    margin: 0px;
    color: #ffffff;
    width: auto;
    display: inline-block;
    padding: 4px 20px 0px 36px;
    line-height: 1.6;
    margin-bottom: 5px; }
   
    .dropdown .dropdown-menu li a.dropdown-item:before {
      content: "\f0da";
      color: #009fe3;
      font-size: 18px;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      position: absolute;
      top: 4px;
      left: 20px;
    }
    .dropdown .dropdown-menu li a.dropdown-item:hover {
      background: inherit; }
      .dropdown .dropdown-menu li a.dropdown-item:hover:before {
        width: 100% !important; }
    .dropdown .dropdown-menu li a.dropdown-item:active {
      background: inherit;
      color: #131e3f; }
    .dropdown .dropdown-menu li a.dropdown-item:focus {
      background: inherit;
      color: #131e3f; }
    .dropdown .dropdown-menu li a.dropdown-item.active {
      background: inherit;
      color: #131e3f; } 
      }
      
      .dropdown-menu {
        min-width: 14rem;
        background-color: #01224C;
      }

@media (max-width: 991.98px) {
  .navbar .dropdown-menu {
    margin-left: 0px; }
  .navbar .dropdown-menu-lg {
    overflow-y: scroll;
    min-width: 100%;
    height: 300px; }
  /* header-style-02 */
  .header.header-style-02 .navbar .nav-link {
    color: #2c2f3d; }
  .header.header-style-02 .navbar .dropdown-toggle:before, .header.header-style-02 .navbar .dropdown-toggle:after {
    background-color: #2c2f3d; }
  .header-style-02 .topbar {
    display: none; }
  .header-style-02 .navbar-collapse {
    padding: 10px 20px; }
  .header .navbar .nav-link {
    padding: 10px 0px; } }



/*********************
    Mobile-Menu
*********************/


/*********************
    sticky-top
*********************/
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    z-index: 9; } }

/*************************
        Accordion
*************************/
.accordion .card .card-header {
  position: relative; }

.accordion .card .card-header button:after {
  content: "\f067";
  position: absolute;
  top: 50%;
  left: 15px;
  font-weight: bold;
  color: #3e50f7;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free"; }

.accordion .card .card-header button.right:after {
  right: 15px;
  left: auto;
  color: #131e3f; }

.accordion .card .card-header button.left:after {
  left: 0px;
  right: auto;
  color: #131e3f; }

.accordion .card .card-header button[aria-expanded=false] {
  color: #131e3f; }
  .accordion .card .card-header button[aria-expanded=false]:after {
    content: "\f067";
    color: #131e3f; }

.accordion .card .card-header button[aria-expanded=true] {
  color: #3e50f7; }
  .accordion .card .card-header button[aria-expanded=true]:after {
    content: "\f00d";
    color: #3e50f7; }

/*************************
      Avatar
*************************/
.avatar {
  position: relative;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  height: auto;
  font-size: 1rem; }

.avatar-xl {
  width: 6rem;
  height: 6rem;
  min-width: 6rem;
  min-height: 6rem; }

.avatar-lg {
  width: 5rem;
  height: 5rem;
  min-width: 5rem;
  min-height: 5rem; }

.avatar-md {
  width: 4rem;
  height: 4rem;
  min-width: 4rem;
  min-height: 4rem; }

.avatar-sm {
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  min-height: 2rem; }

/*************************
       badge
*************************/
.badge-rounded-circle {
  height: 1.5rem;
  width: 1.5rem;
  line-height: 1.40rem;
  border-radius: 10rem;
  text-align: center;
  padding: .1rem; }

.badge-rounded-circle > * {
  margin-left: -1px; }

.badge-primary-soft {
  background-color: rgba(62, 80, 247, 0.1);
  color: #3e50f7;
  font-weight: 500; }

.badge-secondary-soft {
  background-color: rgba(60, 62, 75, 0.1);
  color: #3c3e4b;
  font-weight: 500; }

.badge-success-soft {
  background-color: rgba(40, 167, 69, 0.1);
  color: #28a745;
  font-weight: 500; }

.badge-danger-soft {
  background-color: rgba(220, 53, 69, 0.1);
  color: #dc3545;
  font-weight: 500; }

.badge-warning-soft {
  background-color: rgba(255, 193, 7, 0.1);
  color: #ffc107;
  font-weight: 500; }

.badge-info-soft {
  background-color: rgba(23, 162, 184, 0.1);
  color: #17a2b8;
  font-weight: 500; }

.badge-light-soft {
  background-color: rgba(251, 251, 251, 0.1);
  color: #fbfbfb;
  font-weight: 500; }

.badge-dark-soft {
  background-color: rgba(19, 30, 63, 0.1);
  color: #131e3f;
  font-weight: 500; }

a.badge-primary-soft:hover {
  background-color: #3e50f7;
  color: #ffffff; }

a.badge-secondary-soft:hover {
  background-color: #3c3e4b;
  color: #ffffff; }

a.badge-success-soft:hover {
  background-color: #28a745;
  color: #ffffff; }

a.badge-danger-soft:hover {
  background-color: #dc3545;
  color: #ffffff; }

a.badge-warning-soft:hover {
  background-color: #ffc107;
  color: #ffffff; }

a.badge-info-soft:hover {
  background-color: #17a2b8;
  color: #ffffff; }

a.badge-light-soft:hover {
  background-color: #fbfbfb;
  color: #131e3f; }

a.badge-dark-soft:hover {
  background-color: #131e3f;
  color: #ffffff; }

/*************************
      Breadcrumbs
*************************/
.breadcrumb-light .breadcrumb-item i {
  color: #ffffff; }

.breadcrumb-light .breadcrumb-item a {
  color: #ffffff; }

.breadcrumb-light .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff; }

.breadcrumb-light .breadcrumb-item.active {
  color: #ffffff; }

/*************************
       Owl Carousel
*************************/
.carousel-indicators li {
  border: 0;
  width: 10px;
  height: 10px;
  background: #131e3f;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50px;
  opacity: 1; }

.carousel-indicators li.active {
  background: #3e50f7;
  width: 25px; }

.owl-carousel.testimonial .owl-nav button.owl-prev {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.875rem;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: rgba(62, 80, 247, 0.75);
  color: #ffffff;
  line-height: 3;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50px;
  opacity: 0; }

.owl-carousel.testimonial .owl-nav button.owl-next {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.875rem;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: rgba(62, 80, 247, 0.75);
  color: #ffffff;
  line-height: 3;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50px;
  opacity: 0; }

.owl-carousel.testimonial:hover .owl-nav button.owl-prev {
  opacity: 1; }

.owl-carousel.testimonial:hover .owl-nav button.owl-next {
  opacity: 1; }

.owl-carousel.testimonial .owl-prev {
  left: -15px; }

.owl-carousel.testimonial .owl-next {
  right: -15px; }

.owl-dots {
  text-align: center;
  margin-top: 40px; }
  .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1; }
    .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 4px;
      background: #2c2f3d;
      display: block;
      border-radius: 0.50rem;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .owl-dots .owl-dot:hover span {
      background: #009fe3; }
  .owl-dots .owl-dot.active span {
    background: #009fe3;
    width: 25px; }

@media (max-width: 991.98px) {
  .owl-carousel.testimonial .owl-prev {
    left: 0px; }
  .owl-carousel.testimonial .owl-next {
    right: 0px; } }

/*************************
       nav-tabs
*************************/
.nav-tabs {
  border: none; }
  .nav-tabs .nav-item {
    margin: 2px; }
    .nav-tabs .nav-item .nav-link {
      border: none;
      font-size: 14px;
      padding: 5px 20px;
      font-family: 'MuseoSans-700';
      border-bottom: 3px solid transparent;
      color: #2c2f3d;
      background: #fbfbfb;
      border-radius: 0.25rem; }
    .nav-tabs .nav-item .nav-link.active {
      background: #004982;
      color: #ffffff;
      border: none; }

/*************************
        Countdown
*************************/
.countdown {
  display: inline-block;
  text-align: center;
  margin-right: 40px; }
  .countdown span {
    font-size: 80px;
    line-height: 80px;
    font-weight: 600;
    color: #3e50f7; }
  .countdown p {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #2c2f3d; }

.countdown-small span {
  font-size: 24px;
  line-height: 24px; }

.countdown-small p {
  font-size: 14px; }

@media (max-width: 767.98px) {
  .countdown {
    margin-right: 20px; }
    .countdown span {
      font-size: 50px;
      line-height: 50px; }
    .countdown p {
      font-size: 18px; } }

@media (max-width: 575.98px) {
  .countdown {
    margin-right: 10px; }
    .countdown span {
      font-size: 30px;
      line-height: 30px; }
    .countdown p {
      font-size: 16px; } }

/*************************
        Portfolio
*************************/
.portfolio-item {
  position: relative;
  overflow: hidden; }
  .portfolio-item:hover .portfolio-overlay {
    background: rgba(255, 255, 255, 0.8);
    opacity: 1; }
  .portfolio-item:hover .portfolio-info {
    bottom: 20px; }
  .portfolio-item:hover .portfolio-icon {
    top: 20px; }

.portfolio-overlay {
  padding: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  opacity: 0;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #ffffff; }
  .portfolio-overlay .portfolio-title {
    color: #3e50f7; }

.portfolio-info {
  position: absolute;
  bottom: 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  left: 20px; }

.portfolio-icon {
  position: absolute;
  top: 0px;
  left: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-flex-item-align: center;
      align-self: center; }
  .portfolio-icon span {
    color: #131e3f;
    font-size: 18px; }
  .portfolio-icon i {
    color: #3e50f7;
    font-size: 20px; }

.portfolio-title {
  color: #ffffff;
  margin-bottom: 0; }

/*************************************
         isotope
 *************************************/
.isotope-filters {
  display: table;
  margin: 0 auto 50px;
  text-align: center; }
  .isotope-filters button {
    margin: 0 10px 10px;
    padding: 14px 30px;
    cursor: pointer;
    font-size: 14px;
    background: transparent;
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid rgba(23, 26, 41, 0.05);
    font-weight: 500;
    line-height: 18px;
    border-radius: 3px; }
    .isotope-filters button:hover {
      color: #ffffff;
      border: 1px solid #3e50f7;
      background: #3e50f7; }
  .isotope-filters button.active {
    color: #ffffff;
    border: 1px solid #3e50f7;
    background: #3e50f7; }

.isotope-filters.text-left {
  display: block;
  margin: 30px 0;
  text-align: left; }

.isotope {
  margin-left: -15px;
  margin-right: -15px; }
  .isotope .grid-item img {
    width: 100%; }

.isotope.columns-1 .grid-item {
  width: 100%;
  padding: 15px; }

.isotope.columns-2 .grid-item {
  width: 50%;
  padding: 15px; }

.isotope.columns-3 .grid-item {
  width: 33.33333333%;
  padding: 15px; }

.isotope.columns-4 .grid-item {
  width: 25%;
  padding: 15px; }

.isotope.columns-5 .grid-item {
  width: 20%;
  padding: 15px; }

@media (max-width: 767.98px) {
  .isotope.columns-3 .grid-item {
    width: 50%; }
  .isotope.columns-4 .grid-item {
    width: 50%; }
  .isotope.columns-5 .grid-item {
    width: 50%; } }

@media (max-width: 575.98px) {
  .isotope.columns-2 .grid-item {
    width: 100%; }
  .isotope.columns-3 .grid-item {
    width: 100%; }
  .isotope.columns-4 .grid-item {
    width: 100%; }
  .isotope.columns-5 .grid-item {
    width: 100%; }
  .isotope-filters button {
    font-size: 13px;
    margin: 0px 10px 10px; } }

/*************************
        Progress Bar
*************************/
.progress {
  position: relative;
  overflow: visible;
  height: .5rem; }
  .progress .progress-bar {
    border-radius: 50px; }
    .progress .progress-bar .progress-bar-title {
      position: absolute;
      left: 0;
      top: -30px;
      color: #5a5c6b;
      font-size: 14px; }
    .progress .progress-bar .progress-bar-number {
      position: absolute;
      right: 0; 
      color: #3c3e4b;
      top: -30px;
      font-size: 14px; }
      
      fieldset {
	max-width: 100% !important;
}
.hs-input {
	width: 100% !important;
	padding: 0.5rem 1.1rem;
	border: 1px solid #d8d8d8;
	box-shadow: none;
	color: #999999;
	font-size: 14px;
}
.hs-richtext {
	font-size: 14px;
	line-height: 22px;
	color: #434647;
}
.hs-richtext p {
	font-size: 14px;
	line-height: 22px;
	color: #434647;
	padding-bottom: 15px;
}
.inputs-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.hs-button {
	background-color: #d4103a !important;
	border-color: #d4103a !important;
	text-transform: uppercase;
	display: inline-block;
	font-family: 'MuseoSans-700';
	color: #fff;
	margin-top: 10px;
	border: 0px;
	padding: 0.6rem 1.6rem;
	font-size: 1.2375rem;
	line-height: 1.2;
	border-radius: 0.45rem;
}
.hs-button:hover {
	color: #fff;
	background-color: #00528b !important;
	border-color: #00528b !important;
}
.inputs-list .hs-input {
	width: auto !important;
	margin-top: 7px;
}
.legal-consent-container .hs-form-booleancheckbox-display>span {
	color: #434647;
}

.site-map-bg a {
  background: #004f89;
  padding: 10px 20px;
  color: #ffffff;
  margin-bottom: 15px;
  display: block;
}
.site-map-bg a:hover {
  background: #009fe3;
  color: #ffffff;

}

.award-border-top{
    border-top: 1px solid #c5c0c0;
    background: #f8f8f8;
}

/*************************
       media query
*************************/


@media screen and (min-width: 2000px) and (max-width: 4000px) {
.pb-10,  .py-10 {
	padding-bottom: 22.0rem !important;
}
}
 @media screen and (min-width: 1800px) and (max-width: 2000px) {
.pb-10,  .py-10 {
	padding-bottom: 19.0rem !important;
}
}
@media screen and (min-width: 1600px) and (max-width: 1800px) {
.pb-10,  .py-10 {
	padding-bottom: 16.0rem !important;
}
}
 @media screen and (min-width: 1400px) and (max-width: 1600px) {
.pb-10,  .py-10 {
	padding-bottom: 13.0rem !important;
}
}
 @media screen and (min-width: 1023px) and (max-width: 1026px) {
.owl-nav {
	top: 35%;
}
.inner-text {
	top: 22%;
}
.center {
	top: 17%;
	bottom: 50%;
	left: 30px;
}
.navbar-expand-lg {
	padding: 0rem 20px;
}
.megamenubox {
	padding: 0rem 20px;
}
}
 @media (max-width: 768px) {
.banner-slide h1 {
	font-size: 2.0375rem;
}
.banner-slide h2 {
	font-size: 1.5111rem;
}
.banner-slide p {
	font-size: 1.1111rem;
}
.slide-content {
	padding-left:0px;
}
.owl-nav .owl-prev {
	left: 20px;
}
.inner-text {
	top: 25%;
}
.owl-nav {
	top: 38%;
}
.megamenubox {
	padding: 0rem 10px;
}
.get-box{
    margin-right: 25px;
}
.slick-prev, .slick-next {
 top: 172px;
}

.timeline-carousel__item-wrapper {
 padding-left: 30px;
 padding-right: 0px;
}
}
@media (max-width: 767px) {
.banner-slide h1 {
	font-size: 1.5375rem;
}
.banner-slide h2 {
	font-size: 1.3111rem;
}
.banner-slide p {
	font-size: 1.1111rem;
}
.inner-text {
	top: 25%;
}
.owl-nav {
	top: 16%;
}
.navmenu-col {
	text-align:center;
}
.owl-nav .owl-prev i, .owl-nav .owl-next i {
	font-size: 1.5rem;
}
.slide-box p {
	font-size: 16px;
	margin-bottom:0px;
	line-height: 20px;
}
.slide-box h2 {
	font-size: 16px;
}
.inner-text {
	top: 10%;
	left: 44px;
	right: 44px;
}
.slide-content {
	padding-left:0px;
}
.owl-nav .owl-prev {
	left: 10px;
}
.btn {
	font-size: 0.7375rem;
	padding: 0.4rem 1.1rem;
}
.deliver-box h2 {
	font-size: 24px;
}
.deliver-box p {
	font-size: 18px;
	line-height: 26px;
}
.webinar-box h5 {
	font-size: 16px;
	margin-bottom:0px;
}
.life-box h3 {
	font-size: 24px;
	line-height: 28px;
}
.life-box h4 {
	font-size: 22px;
	line-height: 26px;
}
.partner-box h3 {
	font-size: 24px;
	line-height: 28px;
}
.partner-box p {
	font-size: 12px;
	line-height: 18px;
}
.future-v-box {
	position: relative !important;
	background: #000;
	width: 100%!important;
	left: 0;
	margin: 0 !important;
	padding: 20px;
}
.testimonial-box {
	padding: 20px;
}
.testimonial-box p {
	font-size: 16px;
	line-height: 20px;
}
.ml-4, .mx-4 {
	margin-left: 0rem !important;
}
.module-title h2 {
	font-size: 24px;
	line-height: 32px;
}
.inner-page-box h3 {
	font-size: 24px;
}
.inner-page-box p {
	font-size: 18px;
	line-height: 24px;
}
#tabs .nav-tabs .nav-item .nav-link {
	font-size: 15px;
}
.pb-10, .py-10 {
	padding-bottom: 8.0rem !important;
}
.boder-left-yellow {
	border-left: 0px;
}
.testi-content {
	padding-left: 0px;
	padding-top: 30px;
}
.datasheet h5 {
	margin-top: 20px;
}
.tabcontent p {
	font-size: 18px;
	line-height: 28px;
}
.future {
	padding: 60px 0px 60px 0px;
}
.deliver-box h4 {
	font-size: 22px;
}
.module-title h3 {
	font-size: 20px;
	line-height: 24px;
}
.module-title p {
	font-size: 16px;
}
.megamenubox {
	padding: 0rem 10px;
}
.leadership-team h4 {
	font-size: 20px;
}
.company-content h4 {
	font-size: 20px;
}
.our-story h3 {
	font-size: 22px;
}
.timeline-carousel__item-inner .month {
	color: #fff;
}
.timeline-carousel__item-inner p {
	color: #fff;
	padding-bottom: 20px;
}
.slick-prev, .slick-next {
  top: 172px;
}

.values-border-right {
	border-right: 0px;
}
.timeline-carousel__item-wrapper {
  padding-left: 30px;
  padding-right: 0px;
}
.inner-banner h1 {
	font-size: 26px;
	line-height:30px;
}


}

/*------------------------------------------------------------------
[Blog page Pagination]
*/

.pagination {
    display: block;
}

.pagination > li {
    display: inline-block;
}

.pagination > li > a,
.pagination > li > span {
    display: block;
    border: 2px solid #eeeeee;
    border-radius: 3px;
    padding: 8px 15px;
    float: none;
    color: #777777;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    background: #019fe2;
    border-color: #019fe2;
    color: #ffffff;
}

.pagination > .active > a,
.pagination > .active > span {
    background: #019fe2;
    border-color: #019fe2;
    color: #ffffff;
}

.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    background: #019fe2;
    border-color: #019fe2;
    color: #ffffff;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-radius: 3px;
}

.navigation li a,
.navigation li.disabled {
    color: #fff !important;
    text-decoration:none;
        display:table;
   padding:8px 15px;
    background-color: #1c1c1c;
    cursor: pointer;
text-transform: uppercase;
font-weight: bold;
}
 
.navigation li {
    display: inline-block;
    margin: 5px;
}
.navigation li a:hover{
 background-color: #0091ea;
    color: #fff!important;
}
.navigation li.active a{
 background-color: #0091ea;
    color: #fff!important;
}

/* --- [ Pager ] --- */

.pager li > a,
.pager li > span {
    border: 2px solid #eeeeee;
    border-radius: 3px;
    padding: 8px 15px;
    float: none;
    line-height: 1.42857143;
    color: #777777;
}

.pager li > a:hover,
.pager li > a:focus,
.pager li > span:hover,
.pager li > span:focus {
    background: #27CBC0;
    border-color: #27CBC0;
    color: #ffffff;
}
/*Blog page pagination ends*/

.inner-content p{
font-size: 20px;
line-height: 30px;
color: #434647;
margin-bottom: 1rem;
}

.inner-content ul li{
font-size: 20px;
line-height: 30px;
color: #434647;
}
b, strong {
    font-weight: bolder;
   font-family: 'MuseoSans-700';
}

/* Leadership Page CSS start */
.innerleader .team-item1 {
    border: 6px solid #002b4a!important;
    background: #002b4a!important;
	text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0;
    text-align: center!important;
}
.innerleader .team-item1 img {
    max-width: 100%;
    height: auto;
}
.innerleader .team-inner1 {
    margin: 25px 0;
}

.innerleader .bluelinesmal1 {
    border-top: 1px solid #3d5e75;
    width: 55%;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.team-name1 ,.team-role1
{
 color:#fff;
}
.innerleader .team-item1 {
    text-align: center;
    border: 6px solid #002b4a;
    background: #002b4a;
}

.inner-content h3 {
    font-size: 20px;
 line-height: 30px;
 font-family: 'MuseoSans-700';
    color: #434647;
    margin-bottom: 1rem;
}


/* Leadership Page CSS End*/

.country-selector.weglot-dropdown a, .country-selector.weglot-dropdown span {
    height: 25px;
   line-height: 26px;
}

.country-selector.weglot-dropdown .wgcurrent:after {
   top: 11px;
}

.country-selector.weglot-dropdown .wgcurrent a, .country-selector.weglot-dropdown .wgcurrent span {
    padding-right: 35px;
}

.country-selector.weglot-dropdown .wgcurrent {
    border-radius: 20px;
}

.country-selector.weglot-dropdown .wgcurrent {
   border-radius: 20px;
}

.country-selector.weglot-dropdown {
    border-radius: 20px;
}



/*parters section*/

.experts-box h2 {
    font-size: 36px;
    font-family: 'MuseoSans-700';
    margin-bottom: 30px;
    line-height: 45px;
    color: #191a1b;
		
}
.experts-box p {
    font-size: 20px;
    font-family: 'MuseoSans-300';
    margin-bottom: 10px;
    line-height: 30px;
    color: #535353;
		
}

.bluebg {
    background: #0234a0;
    padding: 30px 30px 30px 30px;
    margin-top: 48px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40%;
}


.career-content {
    position: relative;
}


.career-content h2 {
    font-size: 30px;
    font-family: 'MuseoSans-700';
    line-height: 36px;
    padding-bottom: 0px;
    color: #ffffff;
    margin-bottom: 8px;
}


.career-content p {
    color: #ffffff;
    font-size: 20px;
    font-family: 'MuseoSans-300';
    line-height: 30px;
    padding-top: 10px;
}

.light-gray-bg {
    background: #f5f6f7 !important;
}

.flex-row .service-white-box {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}

.icon-box {
    padding: 35px 0;
}

.icon-box-content>:last-child {
    margin-bottom: 0;
}


.icon-box-content p {
    margin-bottom: 0px;
    color: #191a1b;
    font-size: 20px;
    font-family: 'MuseoSans-300';
    line-height: 30px;
}


.service-white-box {
    position: relative;
    background: #ffffff;
    margin-top: 20px;
    -webkit-box-shadow: 0px 6px 12px 2px rgba(204,198,204,1);
    -moz-box-shadow: 0px 6px 12px 2px rgba(204,198,204,1);
    box-shadow: 0px 6px 12px 2px rgba(204,198,204,1);
    padding: 0px 20px;
}


.join-title h3 {
   font-size: 28px;
   font-family: 'MuseoSans-100';
   color: #ffffff;
   line-height: 34px;
   margin-bottom: 20px;

}


.flex-row .chanelpartform {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}

.chanelpartform {
    background-color: #f9fafa;
    padding: 30px 50px 30px 50px;
}

.benf_bg {
    background-color: #f3f3f3;
    padding: 30px 40px 30px 40px;
}

.benf_bg h2 {
    font-weight: bold;
    font-size: 22px;
    color: #000;
}

.benf_bg li{ background-color: #fff; display: inline-flex; width: 100%; font-size: 18px; color: #191a1b; -webkit-box-shadow: 0px 3px 6px -1px rgba(0,0,0,0.69);
box-shadow: 0px 3px 6px -1px rgba(0,0,0,0.69);line-height: 25px;}
.benf_bg li img {
   float: left;
   height: max-content;
   margin-right: 12px;
}


.chanelpartform h2 {
    font-weight: bold;
    font-size: 22px;
    color: #000;
}

.chanelpartform input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    font-size: 16px;
    border-radius: 5px;
}

.wpcf7-form-control {
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 5px;
    height: auto;
    box-shadow: none;
    border-radius: 0px;
    border-width: 0px;
    font-size: 14px;
    padding: 10px 0px;
    letter-spacing: 0px;
    width: 100%;
}


.wpcf7-form-control-wrap select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    font-size: 16px;
    border-radius: 5px;
}

.wpcf7-form-control-wrap textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    font-size: 16px;
    border-radius: 5px;
}


.wpcf7-submit {
	background-color: #d4103a !important;
	border-color: #d4103a !important;
	text-transform: uppercase;
	display: inline-block;
	font-family: 'MuseoSans-700';
	color: #fff;
	margin-top: 10px;
	border: 0px;
	padding: 0.6rem 1.6rem !important;
	font-size: 1.2375rem;
	line-height: 1.2;
	border-radius: 0.45rem;
	display:block;
	width: auto !important;
}
.wpcf7-submit:hover {
	color: #fff;
	background-color: #00528b !important;
	border-color: #00528b !important;
}


.flex-row .locations-box-bg {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}
.post-columns .post {
    background: #f8f8f8;
    margin: 0 0 30px;
}

.post .post-title {
    margin-bottom: 10px;
   color: #000000;
   font-size: 24px;
   font-family: 'MuseoSans-700';
   color: #01224b;
}

.post-columns .post .post-content {
    padding: 30px 25px;
}

.post-content p {
    font-size: 20px;
   color: #000000;
   font-weight: 400;
   line-height: 28px;
}

.post .post-title a{
color: #01224b
}


/*parters section end*/

.search-form input {    
  display: block;
   width: 100%;
   padding: 0.8rem 1.6rem;
   font-size: 0.9375rem;
   font-weight: 400;
   line-height: 1.2;
   color: #131e3f;
   background-color: #ffffff;
   background-clip: padding-box;
   border: 1px solid #f2f3f7;
   border-radius: 0.25rem;
}

.search-submit {
    color: #fff !important;
   background-color: #d4103a !important;
   border-color: #d4103a !important;
   text-transform: uppercase !important;
   display: inline-block !important;
   font-weight: 400;
   font-family: 'MuseoSans-700';
   border: 1px solid transparent;
   padding: 0.6rem 1.6rem;
   font-size: 1.2375rem;
   line-height: 1.2;
   border-radius: 0.45rem;
}


.search-submit:hover {
   color: #fff !important;
   background-color: #00528b !important;
   border-color: #00528b !important;
}

.search-form-1{
    width: 100% !important;
}

.search-form{
width: 100% !important;
}


.insights-overlay-text {
    background: #01224b;
   padding: 2px 10px;
   color: #ffffff;
   font-size: 14px;
   font-family: 'MuseoSans-300';
   margin-bottom: 10px;
   display: inline-block;
   margin-top: 16px;
}

.arrow-blue{
color: #009fe3;
}