/*** 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: 0px;
}
.inner-page-box-sticky h3 {
  font-size: 30px;
  color: #002b4a;
}
.inner-page-box h3 {
  font-size: 30px;
  color: #002b4a;
}

.inner-page-box-dtc 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;
}

.solution-box-patch{
  background-color: #009fe3;
  border-radius:5px;
  padding: 20px;
}

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

.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: 6px 8px;
  margin: 0;
  list-style: none;
  cursor: pointer;
}

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

.tabsep li {
	padding: 6px 20px !important;
	
}

.tabsep li.resp-tab-active {
    padding: 6px 20px !important;
}

.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;
  }
  
  .inner-content h2 {
    font-size: 30px;
    font-family: 'MuseoSans-700';
    color: #002b4a;
    line-height: 34px;
    margin-bottom: 20px;
}

.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;
}

.newstitle-box h3 {
    font-size: 30px;
    font-family: 'MuseoSans-700';
    color: #002b4a;
    line-height: 34px;
    margin-bottom: 20px;
}

.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-newspr:hover {
  box-shadow: 0px 5px 40px 0px rgba(148,146,245,0.2);
}
.insights-box-newspr img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.insights-box-newspr:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.insights-box-newspr h2 {
  font-size: 18px !important;
}
.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:#fff ;
  padding: 0px;
}

.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;
}
.year-red {
	color: #ad0f77 !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: 70px;
  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;

}

.ceosec{
	width: 42%
}

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

.owl-carousel .owl-stage{display: flex;}

.article-items {
    display: flex;
   flex: 1 0 auto;
   height: 100%;
   margin:0px 3px 0px 3px;
}
.datasheet {
   position: relative;
   overflow: hidden;
   display: flex;
   flex-direction: column;
   align-items: stretch;
}

/* 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: 16rem;
        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;
	margin-bottom: 2px;
}
.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: #ffffff;
}
.accordion .card .card-header button.left:after {
	left: auto;
	right: 0;
	color: #ffffff;
}
.accordion .card .card-header button[aria-expanded=false] {
	color: #ffffff;
}
.accordion .card .card-header button[aria-expanded=false]:after {
	content: "\f0dd";
	color: #ffffff;
}
.accordion .card .card-header button[aria-expanded=true] {
	color: #ffffff;
}
.accordion .card .card-header button[aria-expanded=true]:after {
	content: "\f00d";
	color: #ffffff;
}
.card-body a{
	color: #ffffff;
	text-decoration: underline;
}

.vdolink a {
    color: #01224b;
    text-decoration: none;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    width: 100% !important;
}

/*************************
      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: #d4103a;
      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;
}

/*maxpage css*/

.maxbox h2 {
    font-size: 30px;
   font-family: 'MuseoSans-700';
   color: #002b4a;
   line-height: 34px;
   margin-bottom: 20px;
}
.maxbox h3 {
   font-size: 22px;
   font-family: 'MuseoSans-700';
   color: #000000;
   line-height: 30px;
   margin-bottom: 20px;
}
.maxbox p {
   font-size: 18px;
   line-height: 24px;
    font-family: 'MuseoSans-300';
   color: #000000;
    padding-bottom: 20px;
}

.max-line {
   margin-top: 1rem;
   margin-bottom: 1rem;
   border: 0;
   border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.inner-banner-max {
    padding-top: 130px;
   padding-bottom: 130px;
   background-size: cover;
}

.inner-banner-max h1 {
    font-size: 36px;
   line-height: 38px;
   font-family: 'MuseoSans-700';
   color: #ffffff;
}


.maxbox h4{
	font-size: 14px;
    line-height: 20px;
	font-family: 'MuseoSans-300';
    color: #01224b;
	margin-top: 20px;
}
.subscribe-box {
    background: url(../../assets/images/subscribe-banner.jpg) #01224b top right no-repeat;
    padding: 25px 40px;
	background-size: cover;
}

.subscribe-content h4{
	font-size: 28px;
    line-height: 30px;
	font-family: 'MuseoSans-700';
    color: #ffffff;
	margin-top: 20px;
}

.subscribe-content p{
	font-size: 18px;
    line-height: 20px;
	font-family: 'MuseoSans-300';
    color: #ffffff;
	margin-bottom: 20px;
}

.press-title p{
	font-size: 20px;
    line-height: 30px;
	font-family: 'MuseoSans-100';
    color: #575757;
	margin-bottom: 20px;
}

.inner-page-box-patch h3 {
  font-size: 30px;
    color: #002b4a;
}

.inner-page-box-patch p {
  font-size: 20px;
  line-height:30px;
  color: #434647;
}

.press-title-patch h3{
	font-size: 28px;
    line-height: 30px;
	font-family: 'MuseoSans-700';
    color: #131e3f;
	margin-top: 20px;
}

.press-title-patch p{
	font-size: 20px;
    line-height: 30px;
	font-family: 'MuseoSans-100';
    color: #575757;
	margin-bottom: 20px;
}

.press-title h3{
	font-size: 28px;
    line-height: 30px;
	font-family: 'MuseoSans-700';
    color: #131e3f;
	margin-top: 20px;
}

.papers-list h1{
	font-size: 32px;
    line-height: 30px;
	font-family: 'MuseoSans-700';
    color: #131e3f;
	margin-top: 10px;
}

.papers-list h3{
	font-size: 32px;
    line-height: 30px;
	font-family: 'MuseoSans-700';
    color: #131e3f;
	margin-top: 10px;
}

.papers-list h4{
	font-size: 20px;
    line-height: 24px;
	font-family: 'MuseoSans-700';
    color: #131e3f;
	margin-top: 5px;
}

.papers-list h5{
	font-size: 18px;
    line-height: 17px;
    font-family: 'MuseoSans-100';
    color: #131e3f;
    margin-top: 5px;
    margin-bottom: 0px;
}

.newsprlist h3 {
   font-size: 18px;
   font-family: 'MuseoSans-700';
   color: #01224b;
   line-height: 26px;
   margin-bottom: 20px;
   margin-top: 20px;
}

.newsprlist h4{
	font-size: 16px;
    line-height: 20px;
	font-family: 'MuseoSans-300';
    color: #01224b;
	margin-top: 20px;
}
.newsprlist p{
	font-size: 18px;
    line-height: 26px;
	font-family: 'MuseoSans-700';
    color: #01224b;
	margin-top: 10px;
}

.newsprlist p a{
	font-size: 18px;
    line-height: 26px;
	font-family: 'MuseoSans-700';
    color: #01224b;
	margin-top: 10px;
}

.newsprlist p a:hover{
	font-size: 18px;
    line-height: 26px;
	font-family: 'MuseoSans-700';
    color: #009fe3;
	margin-top: 10px;
	text-decoration:underline;
}

.newsbox h3 {
   font-size: 18px;
   font-family: 'MuseoSans-700';
   color: #01224b;
   line-height: 26px;
   margin-bottom: 20px;
   margin-top: 20px;
}

.newsbox h3 a{
   font-size: 18px;
   font-family: 'MuseoSans-700';
   color: #01224b;
   line-height: 26px;
   margin-bottom: 20px;
   margin-top: 20px;
}

.newsbox h3 a:hover{
   font-size: 18px;
   font-family: 'MuseoSans-700';
   color: #009fe3;
   line-height: 26px;
   margin-bottom: 20px;
   margin-top: 20px;
   text-decoration:underline;
}

.newsbox h4{
	font-size: 16px;
    line-height: 20px;
	font-family: 'MuseoSans-300';
    color: #01224b;
	margin-top: 20px;
}
.newsbox p{
	font-size: 18px;
	font-weight:700;
    line-height: 26px;
	font-family: 'MuseoSans-100';
    color: #01224b;
	margin-top: 10px;
}
.rounded {
    border-radius: .25rem!important;
}

.btn-red-big {
    color: #fff;
    background-color: #d4103a;
    padding: 8px 20px;
    text-transform: uppercase;
	font-family: 'MuseoSans-100';
    font-size: 16px;
    border-radius: 0.35rem;
    border-color: #d4103a;
}

.btn-red-big:hover {
    color: #fff;
    background-color: #00528b;
    border-color: #00528b;
}
.related-box h4{
	font-size: 18px;
    line-height: 20px;
	font-family: 'MuseoSans-700';
    color: #01224b;
	margin-top: 20px;
}
.related-box h4 a{
    color: #01224b;
}
.related-box h5{
	font-size: 18px;
	font-weight:700;
    line-height: 20px;
	font-family: 'MuseoSans-100';
    color: #01224b;
	margin-top: 0px;
}

.related-box h5 a{
	font-size: 18px;
	font-weight:700;
    line-height: 20px;
	font-family: 'MuseoSans-100';
    color: #01224b;
	margin-top: 0px;
}

.related-box h5 a:hover{
	font-size: 18px;
	font-weight:700;
    line-height: 20px;
	font-family: 'MuseoSans-100';
    color: #009fe3;
	margin-top: 0px;
	text-decoration:underline;
}
.col-form-label{
	font-size: 18px;
	color: #fff;
	font-family: 'MuseoSans-100';
}

.press-bottom-line{
    border-bottom: 1px solid #bebebe;
}
.flex-row .press-bottom-line {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}

.inner-banner-news {
    padding-top: 130px;
   padding-bottom: 130px;
   background-size: cover;
}

.tags a{
	color: #000000;
	font-weight:bold;
}

.tags a:hover {
    color: #019fe2 !important;
    text-decoration: none;
	font-weight:bold;
}

.widget-content ul{
	 padding: 0;
   margin: 0;
   padding-left: 20px;
   padding-bottom: 20px;

}

.widget-content ul li {
    list-style-type: none;
   position: relative;
   padding-left: 10px;
   padding-bottom: 5px;
   font-size: 16px;
   font-weight: 400;
   color: #000;
   text-transform: none;
}
.widget-content ul li a {
   font-size: 16px;
   font-weight: 400;
   color: #000;
}

.widget-content ul li:before {
    content: "\f061";
   font-family: 'Font Awesome 5 Free';
   font-size: 14px;
   font-weight: 900;
   position: absolute;
   color: #000;
   top: 1px;
   left: -20px;
}

.widget-content h2{
	font-size: 22px;
   font-weight: 700;
   color: #000;
   margin-top:20px;
}

.postform{
width: 100%;
    padding: 10px;
}


/*maxpage css*/


/*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;
}


/*------------------------------------------------------------------
[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;
}

.vdo-title h3 {
      margin-top:15px;
    font-size: 20px;
  font-family: 'MuseoSans-700';
  color: #002b4a;
}

.vdo-title h5 {
    margin-top:6px;
   font-size: 14px;
   font-family: 'MuseoSans-700';
   text-transform: uppercase;
   margin-bottom: 0px;
}



.timeline-vl {
	width: 100%;
  }
  .timeline-vl .swiper-container {
	height: 480px;
	width: 100%;
	position: relative;
  }
  .timeline-vl .swiper-wrapper {
	-webkit-transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
	transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
  }
  .timeline-vl .swiper-slide {
	position: relative;
	color: #fff;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
  }
  .timeline-vl .swiper-slide::after {
	content: "";
	position: absolute;
	z-index: 1;
	right: -115%;
	bottom: -10%;
	width: 100%;
	height: 100%;
  }
  .timeline-vl .swiper-slide-content {
	position: absolute;
	width: 80%;
	max-width: 80%;
	right: 50%;
	top: 13%;
	-webkit-transform: translate(50%, 0);
			transform: translate(50%, 0);
	font-size: 12px;
	z-index: 2;
  }
  .timeline-vl .swiper-slide .timeline-year {
	display: block;
	font-style: italic;
	font-size: 42px;
	margin-bottom: 50px;
	-webkit-transform: translate3d(20px, 0, 0);
			transform: translate3d(20px, 0, 0);
	color: #009fe3;
	font-weight: 300;
	opacity: 0;
	-webkit-transition: .2s ease .4s;
	transition: .2s ease .4s;
  }
  .timeline-vl .swiper-slide .timeline-title {
	font-size: 34px;
	font-family: 'MuseoSans-700';
	color: #ffffff;
	margin: 0 0 30px;
	opacity: 0;
	-webkit-transform: translate3d(20px, 0, 0);
			transform: translate3d(20px, 0, 0);
	-webkit-transition: .2s ease .5s;
	transition: .2s ease .5s;
  }
  .timeline-vl .swiper-slide .timeline-text {
	line-height: 1.5;
	font-family: 'MuseoSans-100';
	opacity: 0;
	color: #ffffff;
	-webkit-transform: translate3d(20px, 0, 0);
			transform: translate3d(20px, 0, 0);
	-webkit-transition: .2s ease .6s;
	transition: .2s ease .6s;
  }
  .timeline-vl .swiper-slide-active .timeline-year {
	opacity: 1;

	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-transition: .4s ease 1.6s;
	transition: .4s ease 1.6s;
  }
  .timeline-vl .swiper-slide-active .timeline-title {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-transition: .4s ease 1.7s;
	transition: .4s ease 1.7s;
  }
  .timeline-vl .swiper-slide-active .timeline-text {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-transition: .4s ease 1.8s;
	transition: .4s ease 1.8s;
  }
  .timeline-carousel__item-inner .year {
	line-height: 16px;
	z-index: 1;
	position: relative;
}
.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;
}
.year-red {
	color: #ad0f77 !important;
}
.swiper-slide-content p {
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
	padding-bottom: 10px;
	font-family: 'MuseoSans-500';
}
.flex-row .award-year-box {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}
.award-year-box{
	border: 1px solid #fff;
    padding: 10px 10px;
	border-radius: 10px;
	background: rgba(1, 34, 75, 0.5);
}
.award-year-box p {
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    padding-bottom: 10px;
    font-family: 'MuseoSans-500';
}

.timeline-vl .swiper-pagination {
	right: 5% !important;
	height: 100%;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			flex-direction: column;
	-webkit-box-pack: center;
			justify-content: center;
	font-weight: 300;
	font-size: 18px;
	z-index: 1;
	font-family: 'MuseoSans-700';
  }
.timeline-vl .swiper-pagination::before {
	content: "";
	position: absolute;
	left: -30px;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.2);
  }
.timeline-vl .swiper-pagination-bullet {
	width: auto;
	height: auto;
	text-align: center;
	opacity: 1;
	background: transparent;
	color: #009fe3;
	margin: 15px 0 !important;
	position: relative;
  }
.timeline-vl .swiper-pagination-bullet::before {
	content: "";
	position: absolute;
	top: 14px;
    left: -33.5px;
    width: 8px;
    height: 8px;
	border-radius: 100%;
	background-color: #d4103a;
	-webkit-transform: scale(0);
			transform: scale(0);
	-webkit-transition: .2s;
	transition: .2s;
  }
.timeline-vl .swiper-pagination-bullet-active {
	color: #d4103a;
  }
.timeline-vl .swiper-pagination-bullet-active::before {
	-webkit-transform: scale(1);
			transform: scale(1);
  }
.timeline-vl .swiper-button-next,
.timeline-vl .swiper-button-prev {
	background-size: 20px 20px;
	top: 15%;
	width: 20px;
	height: 20px;
	margin-top: 0;
	z-index: 2;
	-webkit-transition: .2s;
	transition: .2s;
  }
.timeline-vl .swiper-button-prev {
	left: 8%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
  }
.timeline-vl .swiper-button-prev:hover {
	-webkit-transform: translateX(-3px);
			transform: translateX(-3px);
  }
.timeline-vl .swiper-button-next {
	right: 8%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
  }
.timeline-vl .swiper-button-next:hover {
	-webkit-transform: translateX(3px);
			transform: translateX(3px);
  }

  .leftspaceing{
	  padding-left: 48px;
  }
  .emmy-text h4{
	  font-size: 18px;
	  color:#ffffff;
	  font-family: 'MuseoSans-700';
  }
  @media screen and (min-width: 768px) {
	.timeline-vl .swiper-slide::after {
	  right: -30%;
	  bottom: -8%;
	  width: 240px;
	  height: 50%;
	}
	.timeline-vl .swiper-slide-content {
	  right: 16%;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  width: 90%;
	}
	
	.timeline-vl .swiper-slide .timeline-year {
	  margin-bottom: 0;
	  font-size: 32px;
	}
	.timeline-vl .swiper-slide .timeline-title {
	  font-size: 46px;
	  margin: 0;
	}
	.timeline-vl .swiper-pagination {
	  display: -webkit-box;
	  display: flex;
	}
	.timeline-vl .swiper-button-prev {
	  top: 15%;
	  left: auto;
	  right: 7%;
	  -webkit-transform: rotate(90deg) translate(0, 10px);
			  transform: rotate(90deg) translate(0, 10px);
	}
	.timeline-vl .swiper-button-prev:hover {
	  -webkit-transform: rotate(90deg) translate(-3px, 10px);
			  transform: rotate(90deg) translate(-3px, 10px);
	}
	.timeline-vl .swiper-button-next {
	  top: auto;
	  bottom: 15%;
	  right: 7%;
	  -webkit-transform: rotate(90deg) translate(0, 10px);
			  transform: rotate(90deg) translate(0, 10px);
	}
	.timeline-vl .swiper-button-next:hover {
	  -webkit-transform: rotate(90deg) translate(3px, 10px);
			  transform: rotate(90deg) translate(3px, 10px);
	}
  }
  @media screen and (min-width: 1024px) {
	.timeline-vl .swiper-slide::after {
	  right: -20%;
	  bottom: -12%;
	  width: 240px;
	  height: 50%;
	}
	.timeline-vl .swiper-slide-content {
	  right: 20%;
	}
  }

.tailored {
	background: #009fe3;
	padding: 20px 20px;
}
.media-blue-box{  
	background: #004f89;
    padding: 0px;
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.mobile-box{
	overflow:visible !important;
	height: 425px;
}
.landscape-box{
	position:absolute;
	z-index: 99;
}
.box-space{
	padding: 0px 30px;
}
.box-space-main{
	padding: 20px 20px;
}
.landscape-box h3 {
	font-size: 16px;
	line-height: 20px;
	font-family: 'MuseoSans-700';
	margin-bottom: 10px;
    color: #ffffff;
}
.landscape-box h3 a {
    color: #ffffff;
	text-decoration: underline;
}
.landscape-box h2 {
	font-size: 32px;
	line-height: 34px;
	font-family: 'MuseoSans-300';
	margin-bottom: 10px;
    color: #ffffff;
} 
.landscape-box h5 {
	font-size: 16px;
	line-height: 20px;
	font-family: 'MuseoSans-700';
	margin-bottom: 10px;
    color: #01a0e2;
}
.landscape-box p {
	font-size: 16px;
	line-height: 20px;
	font-family: 'MuseoSans-300';
	margin-bottom: 10px;
    color: #ffffff;
}
.landscape-box ul {
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
.landscape-box ul li {
	font-size: 14px;
	line-height: 16px;
	font-family: 'MuseoSans-300';
	margin-bottom: 5px;
    color: #ffffff;
}
.tailored h5 {
	font-size: 30px;
	font-family: 'MuseoSans-300';
	margin-bottom: 0px;
    color: #004f89;
}

.tailored h2 {
	font-size: 38px;
	font-family: 'MuseoSans-700';
	margin-bottom: 0px;
    color: #ffffff;
}

.blue-content{
	width: 180px;
    height: 100px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 99;
}
.media-blue-box-1, .media-blue-box-2, .media-blue-box-3, .media-blue-box-4, .media-blue-box-5, .media-blue-box-6, .media-blue-box-7, .media-blue-box-8, .media-blue-box-9, .media-blue-box-10, .media-blue-box-11, .media-blue-box-12, .media-blue-box-13, .media-blue-box-14, .media-blue-box-15, .media-blue-box-16, .media-blue-box-17, .media-blue-box-18, .media-blue-box-19, .media-blue-box-20, .media-blue-box-21, .media-blue-box-22, .media-blue-box-23{
	position: absolute;  
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.toggle-form {
	right: -9999px;
	position: relative;
	background: #d69a35;
	width: 100%;
	height: 100%;
	z-index: 99;
	transition: right .6s ease-in-out;
  }
.toggle-form.active {
	right: 0;
  }  
.icon-close {
    transition: right .6s ease-in-out;
	cursor: pointer;
	text-align: right;
	font-family: 'MuseoSans-300';
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

.toggle-form-1 {
	right: -9999px;
	position: relative;
	background: #d69a35;
	width: 100%;
	height: 100%;
	z-index: 99;
	transition: right .6s ease-in-out;
  }
.toggle-form-1.active {
	right: 0;
  }

.experience:after {
	content: "\f0da";
    position: absolute;
    right: 465px;
    top: -1%;
    font-family: "Font Awesome 5 Free";
    color: #eae2d8;
    font-weight: 900;
    font-size: 70px; 
}
.deliver:after {
	content: "\f0da";
    position: absolute;
	right: 465px;
    top: 22%;
    font-family: "Font Awesome 5 Free";
    color: #ecf2f3;
    font-weight: 900;
    font-size: 70px;
}
.acquire:after {
	content: "\f0da";
    position: absolute;
	right: 465px;
    top: 55%;
    font-family: "Font Awesome 5 Free";
    color: #f5f2fb;
    font-weight: 900;
    font-size: 70px;  
}
.consumer:after {
	content: "\f0da";
    position: absolute;
	right: 471px;
    top: 13.6%;
    font-family: "Font Awesome 5 Free";
    color: #fdfdfd;
    font-weight: 900;
    font-size: 70px;
	z-index: -1;  
}
.consumer-two:after {
	content: "\f0da";
    position: absolute;
    right: 471px;
    top: 25.9%;
    font-family: "Font Awesome 5 Free";
    color: #fdfdfd;
    font-weight: 900;
    font-size: 70px;
    z-index: -1;
}
.consumer-three:after {
	content: "\f0da";
    position: absolute;
	right: 471px; 
    top: 46%;
    font-family: "Font Awesome 5 Free";
    color: #fdfdfd;
    font-weight: 900;
    font-size: 70px;  
	z-index: -1;
}
.consumer-four:after {
	content: "\f0da";
    position: absolute;
	right: 471px; 
    top: 58%;
    font-family: "Font Awesome 5 Free";
    color: #fdfdfd;
    font-weight: 900;
    font-size: 70px; 
	z-index: -1; 
} 
.consumer-five:after {
	content: "\f0da";
    position: absolute;
	right: 471px; 
    top: 74.6%;
    font-family: "Font Awesome 5 Free";
    color: #fdfdfd;
    font-weight: 900;
    font-size: 70px;
	z-index: -1;   
}
.consumer-six:after {
	content: "\f0da";
    position: absolute;
	right: 471px;
    top: 12%;
    font-family: "Font Awesome 5 Free";
    color: #fdfdfd;
    font-weight: 900;
    font-size: 70px;
	z-index: -1;  
}
.consumer-7:after {
	content: "\f0da";
    position: absolute;
	right: 471px;
    top: 11.7%;
    font-family: "Font Awesome 5 Free";
    color: #fdfdfd;
    font-weight: 900;
    font-size: 70px;
	z-index: -1;  
}
.consumer-8:after {
	content: "\f0da";
    position: absolute;
	right: 471px;
    top: 29.7%;
    font-family: "Font Awesome 5 Free";
    color: #fdfdfd;
    font-weight: 900;
    font-size: 70px;
	z-index: -1;  
}
.consumer-9:after {
	content: "\f0da";
    position: absolute;
	right: 471px;
    top: 34.7%;
    font-family: "Font Awesome 5 Free";
    color: #fdfdfd;
    font-weight: 900;
    font-size: 70px;
	z-index: -1;  
}
.consumer-10:after {
	content: "\f0da";
    position: absolute;
	right: 471px;
    top: 46.4%;
    font-family: "Font Awesome 5 Free";
    color: #fdfdfd;
    font-weight: 900;
    font-size: 70px;
	z-index: -1;  
}
.consumer-11:after {
	content: "\f0da";
    position: absolute;
	right: 471px;
    top: 46.4%;
    font-family: "Font Awesome 5 Free";
    color: #fdfdfd;
    font-weight: 900;
    font-size: 70px;
	z-index: -1;  
}
.consumer-11:after {
	content: "\f0da";
    position: absolute;
	right: 471px;
    top: 57.9%;
    font-family: "Font Awesome 5 Free";
    color: #fdfdfd;
    font-weight: 900;
    font-size: 70px;
	z-index: -1;  
}
.consumer-12:after {
	content: "\f0da";
    position: absolute;
	right: 471px;
    top: 2.9%;
    font-family: "Font Awesome 5 Free";
    color: #fdfdfd;
    font-weight: 900;
    font-size: 70px;
	z-index: -1;  
}
.consumer-13:after {
	content: "\f0da";
    position: absolute;
	right: 471px;
    top: 2.9%;
    font-family: "Font Awesome 5 Free";
    color: #fdfdfd;
    font-weight: 900;
    font-size: 70px;
	z-index: -1;  
}
.consumer-14:after {
	content: "\f0da";
    position: absolute;
	right: 471px;
    top: 12.3%;
    font-family: "Font Awesome 5 Free";
    color: #fdfdfd;
    font-weight: 900;
    font-size: 70px;
	z-index: -1;  
}
.consumer-15:after {
	content: "\f0da";
    position: absolute;
	right: 471px;
    top: 30.3%;
    font-family: "Font Awesome 5 Free";
    color: #fdfdfd;
    font-weight: 900;
    font-size: 70px;
	z-index: -1;  
}
.consumer-16:after {
	content: "\f0da";
    position: absolute;
	right: 471px;
    top: 34.7%;
    font-family: "Font Awesome 5 Free";
    color: #fdfdfd;
    font-weight: 900;
    font-size: 70px;
	z-index: -1;  
}
.consumer-17:after {
	content: "\f0da";
    position: absolute;
	right: 471px;
    top: 46.4%;
    font-family: "Font Awesome 5 Free";
    color: #fdfdfd;
    font-weight: 900;
    font-size: 70px;
	z-index: -1;  
}
.owner:after, .channel:after, .distributor:after {
	content: "\f0da";
    position: absolute;
	right: 465px;
    top: -1%;
    font-family: "Font Awesome 5 Free";
    color: #ebeaed;
    font-weight: 900;
    font-size: 70px;  
}
@-webkit-keyframes pulse {
	0% { box-shadow:0 0 10px #d78700, inset 0 0 10px #d78700; }
	50% { box-shadow:0 0 18px #d78700, inset 0 0 18px #d78700; }
	100% { box-shadow:0 0 10px #d78700, inset 0 0 10px #d78700; }
  }
@-webkit-keyframes pulse-two {
	0% { box-shadow:0 0 10px #008fb2, inset 0 0 10px #008fb2; }
	50% { box-shadow:0 0 18px #008fb2, inset 0 0 18px #008fb2; }
	100% { box-shadow:0 0 10px #008fb2, inset 0 0 10px #008fb2; }
  }
@-webkit-keyframes pulse-three {
	0% { box-shadow:0 0 10px #8264c9, inset 0 0 10px #8264c9; }
	50% { box-shadow:0 0 18px #8264c9, inset 0 0 18px #8264c9; }
	100% { box-shadow:0 0 10px #8264c9, inset 0 0 10px #8264c9; }
  }

.circle-dot{
	position: absolute;
    top: 60px;
    left: 131px;
    background-color: transparent;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    box-shadow: 0 0 10px #d78700, inset 0 0 10px #d78700;
    -webkit-animation: pulse 1s linear 2s infinite;
}

.circle-dot i{
	color: #d59a36;
	font-size: 22px;
	opacity: 0;
}

.circle-dot-two{
	position: absolute;
	top: 190px;
    left: 131px;
	background-color: transparent;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    box-shadow: 0 0 10px #008fb2, inset 0 0 10px #008fb2;
    -webkit-animation: pulse-two 1s linear 2s infinite;
}
.circle-dot-two i{
	color: #508796;
	font-size: 22px;
	opacity: 0;
}

.circle-dot-three{
	position: absolute;
	top: 304px;
    left: 303px;
	background-color: transparent;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    box-shadow: 0 0 10px #8264c9, inset 0 0 10px #8264c9;
    -webkit-animation: pulse-three 1s linear 2s infinite;
}

.circle-dot-three i{
	color: #508796;
	font-size: 22px;
	opacity: 0;
}

.circle-dot-four{
	position: absolute;
	top: 369px;
    left: 303px;
	background-color: transparent;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    box-shadow: 0 0 10px #8264c9, inset 0 0 10px #8264c9;
    -webkit-animation: pulse-three 1s linear 2s infinite;
}
.circle-dot-four i{
	color: #508796;
	font-size: 22px;
	opacity: 0;
}

.circle-dot-five{
	position: absolute;
	top: 462px;
    left: 298px;
	background-color: transparent;
    width: 38px;
    height: 38px;
	border-radius: 50px;
    box-shadow: 0 0 10px #8264c9, inset 0 0 10px #8264c9;
    -webkit-animation: pulse-three 1s linear 2s infinite;
}
.circle-dot-five i{
	color: #508796;
	font-size: 22px;
	opacity: 0;
}

.circle-dot-six{
	position: absolute;
    top: 60px;
    left: 133px;
	background-color: transparent;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    box-shadow: 0 0 10px #d78700, inset 0 0 10px #d78700;
    -webkit-animation: pulse 1s linear 2s infinite;
}
.circle-dot-six i{
	color: #508796;
	font-size: 22px;
	opacity: 0;
}

.circle-dot-7{
	position: absolute;
	top: 190px;
    left: 133px;
	background-color: transparent;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    box-shadow: 0 0 10px #008fb2, inset 0 0 10px #008fb2;
    -webkit-animation: pulse-two 1s linear 2s infinite;
}
.circle-dot-7 i{
	color: #508796;
	font-size: 22px;
	opacity: 0;
}

.circle-dot-8{
	position: absolute;
	top: 211px;
    left: 218px;
	background-color: transparent;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    box-shadow: 0 0 10px #008fb2, inset 0 0 10px #008fb2;
    -webkit-animation: pulse-two 1s linear 2s infinite;
}
.circle-dot-8 i{
	color: #508796;
	font-size: 22px;
	opacity: 0;
}
.circle-dot-9{
	position: absolute;
	top: 241px;
    left: 305px;
	background-color: transparent;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    box-shadow: 0 0 10px #8264c9, inset 0 0 10px #8264c9;
    -webkit-animation: pulse-three 1s linear 2s infinite;
}
.circle-dot-9 i{
	color: #508796;
	font-size: 22px;
	opacity: 0;
}

.circle-dot-10{
	position: absolute;
	top: 304px;
    left: 305px;
	background-color: transparent;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    box-shadow: 0 0 10px #8264c9, inset 0 0 10px #8264c9;
    -webkit-animation: pulse-three 1s linear 2s infinite;
}
.circle-dot-10 i{
	color: #508796;
	font-size: 22px;
	opacity: 0;
}
.circle-dot-11{
	position: absolute;
	top: 369px;
    left: 305px;
	background-color: transparent;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    box-shadow: 0 0 10px #8264c9, inset 0 0 10px #8264c9;
    -webkit-animation: pulse-three 1s linear 2s infinite;
}
.circle-dot-11 i{
	color: #508796;
	font-size: 22px;
	opacity: 0;
}

.circle-dot-12{
	position: absolute;
	top: 60px;
    left: 132px;
	background-color: transparent;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    box-shadow: 0 0 10px #d78700, inset 0 0 10px #d78700;
    -webkit-animation: pulse 1s linear 2s infinite;
}
.circle-dot-12 i{
	color: #508796;
	font-size: 22px;
	opacity: 0;
}
.circle-dot-13{
	position: absolute;
	top: 60px;
    left: 304px;
	background-color: transparent;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    box-shadow: 0 0 10px #d78700, inset 0 0 10px #d78700;
    -webkit-animation: pulse 1s linear 2s infinite;
}
.circle-dot-13 i{
	color: #508796;
	font-size: 22px;
	opacity: 0;
}

.circle-dot-14{
	position: absolute;
	top: 114px;
    left: 305px;
	background-color: transparent;
    width: 38px;
    height: 38px;
    border-radius: 50px;
	box-shadow: 0 0 10px #008fb2, inset 0 0 10px #008fb2;
    -webkit-animation: pulse-two 1s linear 2s infinite;
}
.circle-dot-14 i{
	color: #508796;
	font-size: 22px;
	opacity: 0;
}

.circle-dot-15{
	position: absolute;
	top: 155px;
    left: 192px;
	background-color: transparent;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    box-shadow: 0 0 10px #008fb2, inset 0 0 10px #008fb2;
    -webkit-animation: pulse-two 1s linear 2s infinite;
}
.circle-dot-15 i{
	color: #508796;
	font-size: 22px;
	opacity: 0;
}
.circle-dot-16{
	position: absolute;
	top: 240px;
    left: 305px;
	background-color: transparent;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    box-shadow: 0 0 10px #8264c9, inset 0 0 10px #8264c9;
    -webkit-animation: pulse-three 1s linear 2s infinite;
}
.circle-dot-16 i{
	color: #508796;
	font-size: 22px;
	opacity: 0;
}
.circle-dot-17{
	position: absolute;
	top: 304px;
    left: 305px;
	background-color: transparent;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    box-shadow: 0 0 10px #8264c9, inset 0 0 10px #8264c9;
    -webkit-animation: pulse-three 1s linear 2s infinite;
}
.circle-dot-17 i{
	color: #508796;
	font-size: 22px;
	opacity: 0;
}

.circle-dot a, .circle-dot-two a, .circle-dot-three a, .circle-dot-four a, .circle-dot-six a, .circle-dot-7 a, .circle-dot-8 a, .circle-dot-9 a, .circle-dot-10 a, .circle-dot-11 a, .circle-dot-12 a, .circle-dot-13 a, .circle-dot-14 a, .circle-dot-15 a, .circle-dot-16 a, .circle-dot-17 a {
	display: block;
	line-height: 38px;
}

.downarrow.active:after{
	content: "\f0d7";
    position: absolute;
    right: 67px;
    bottom: -55%;
    font-family: "Font Awesome 5 Free";
    color: #ffffff;
    font-weight: 900;
    font-size: 70px;
    z-index: 998; 
}
  
.toggle-form-2 {
	right: -9999px;
	position: relative;
	background: #508795;
	width: 100%;
	height: 100%;
	z-index: 99;
	transition: right .6s ease-in-out;
  }
  .toggle-form-2.active {
	right: 0;
  }
  

.toggle-form-3 {
	right: -9999px;
	position: relative;
	background: #9778e0;
	width: 100%;
	height: 100%;
	z-index: 99;
	transition: right .6s ease-in-out;
  }
  .toggle-form-3.active {
	right: 0;
  }
  
  .toggle-form-4 {
	right: -9999px;
	position: relative;
	background: #96d057;
	width: 100%;
	height: 100%;
	z-index: 99;
	transition: right .6s ease-in-out;
  }
  .toggle-form-4.active {
	right: 0;
  }
  .toggle-form-5 {
	right: -9999px;
	position: relative;
	background: #7b0750;
	width: 100%;
	height: 100%;
	z-index: 99;
	transition: right .6s ease-in-out;
  }
  .toggle-form-5.active {
	right: 0;
  }
 
  .toggle-form-6 {
	right: -9999px;
	position: relative;
	background: #e87928;
	width: 100%;
	height: 100%;
	z-index: 99;
	transition: right .6s ease-in-out;
  }
  .toggle-form-6.active {
	right: 0;
  }  

  .toggle-form-7 {
	right: -9999px;
	position: relative;
	background: #d79936;
	width: 100%;
	height: 100%;
	z-index: 99;
  }
  .toggle-form-7.active {
	right: 0;
  }  

  .toggle-form-8 {
	right: -9999px;
	position: relative;
	background: #508796;
	width: 100%;
	height: 100%;
	z-index: 99;
  }
  .toggle-form-8.active {
	right: 0;
  } 

  .toggle-form-9 {
	right: -9999px;
	position: relative;
	background: #9778df;
	width: 100%;
	height: 100%;
	z-index: 99;
  }
  .toggle-form-9.active {
	right: 0;
  } 

  .toggle-form-10 {
	right: -9999px;
	position: relative;
	background: #9778df;
	width: 100%;
	height: 100%;
	z-index: 99;
  }
  .toggle-form-10.active {
	right: 0;
  } 

  .toggle-form-11 {
	right: -9999px;
	position: relative;
	background: #9778df;
	width: 100%;
	height: 100%;
	z-index: 99;
  }
  .toggle-form-11.active {
	right: 0;
  } 

  .toggle-form-12 {
	right: -9999px;
	position: relative;
	background: #d79936;
	width: 100%;
	height: 100%;
	z-index: 99;
  }
  .toggle-form-12.active {
	right: 0;
  } 

  .toggle-form-13 {
	right: -9999px;
	position: relative;
	background: #508796;
	width: 100%;
	height: 100%;
	z-index: 99;
  }
  .toggle-form-13.active {
	right: 0;
  } 

  .toggle-form-14 {
	right: -9999px;
	position: relative;
	background: #508796;
	width: 100%;
	height: 100%;
	z-index: 99;
  }
  .toggle-form-14.active {
	right: 0;
  } 

  .toggle-form-15 {
	right: -9999px;
	position: relative;
	background: #9778df;
	width: 100%;
	height: 100%;
	z-index: 99;
  }
  .toggle-form-15.active {
	right: 0;
  } 

  .toggle-form-16 {
	right: -9999px;
	position: relative;
	background: #9778df;
	width: 100%;
	height: 100%;
	z-index: 99;
  }
  .toggle-form-16.active {
	right: 0;
  } 
  .toggle-form-17 {
	right: -9999px;
	position: relative;
	background: #9778df;
	width: 100%;
	height: 100%;
	z-index: 99;
  }
  .toggle-form-17.active {
	right: 0;
  }
  
  .toggle-form-18 {
	right: -9999px;
	position: relative;
	background: #d79936;
	width: 100%;
	height: 100%;
	z-index: 99;
  }
  .toggle-form-18.active {
	right: 0;
  } 

  .toggle-form-19 {
	right: -9999px;
	position: relative;
	background: #d79936;
	width: 100%;
	height: 100%;
	z-index: 99;
  }
  .toggle-form-19.active {
	right: 0;
  } 

  .toggle-form-20 {
	right: -9999px;
	position: relative;
	background: #508796;
	width: 100%;
	height: 100%;
	z-index: 99;
  }
  .toggle-form-20.active {
	right: 0;
  } 

  .toggle-form-21 {
	right: -9999px;
	position: relative;
	background: #508796;
	width: 100%;
	height: 100%;
	z-index: 99;
  }
  .toggle-form-21.active {
	right: 0;
  } 

  .toggle-form-22 {
	right: -9999px;
	position: relative;
	background: #9778df;
	width: 100%;
	height: 100%;
	z-index: 99;
  }
  .toggle-form-22.active {
	right: 0;
  } 

  .toggle-form-23 {
	right: -9999px;
	position: relative;
	background: #9778df;
	width: 100%;
	height: 100%;
	z-index: 99;
  }
  .toggle-form-23.active {
	right: 0;
  }
  
  .blue-alert-box {
    font-size: 14px;
   line-height: 20px;
   font-family: 'MuseoSans-700';
   margin-bottom: 10px;
   color: #d4103a;
    padding: 10px 0px;
}

.eve-disclaimer{
    font-family: 'MuseoSans-300';
   font-size: 12px;
   line-height: 22px;
   color: #434647;
}

.breadcrumdesign ul{
	padding:0;
	margin:0;
}

.breadcrumdesign ul li{
	list-style:none;
	display:inline-block;
	padding-right:5px;
}

.home-gradient{
	background: rgb(29,85,129);
	background: -moz-linear-gradient(180deg, rgba(29,85,129,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(29,85,129,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(180deg, rgba(29,85,129,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d5581",endColorstr="#ffffff",GradientType=1);
}
.home-bg-holder {
    background-size: 50%;
    background-position: top right;
    background-repeat: no-repeat;
    width: 100%;
	background-image: url(../../assets/images/home/home-banner.png);
}
.discover-box h2 {
    font-size: 36px;
    color: #ffffff;
}
.discover-box p {
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
}
.homearrow-bg{
  background-image: url(../../assets/images/home/home-right-arrow.png), url(../../assets/images/home/home-arrow-left.png);
  background-position: right bottom, left top;
  background-repeat: no-repeat, no-repeat;
}
.timeline-dropshadow{
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.38);
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.38);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.38);
}
.tailored h2 span {
    font-size: 38px;
    font-family: 'MuseoSans-700';
    margin-bottom: 0px;
    color: #d4103a;
}

/*social share*/
.share-btn {
    position: fixed;
    right: 15px;
		top:150px;
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 24px;
    color: #fff;
    background: #F10044;
    cursor: pointer;
    outline: none;
	z-index: 999;
}

.share-btn a {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 48px;
    text-align: center;
    color: #000000;
    left: 0;
    bottom: 0;
	border: 1px solid #ccc;
    transition: .5s;
}

.share-btn:before {
    content: url(../../assets/images/share-icon.png);
    font-weight: normal;
    font-family: "themify";
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 50px;
    color: #000000;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #F10044;
    color: white;
    transition: .5s;
    box-sizing: border-box;
}

.sosmed.active .share-btn:before {
    content: '\e646';
	line-height: 50px;
}

.sosmed.active .share-btn a:nth-child(1) {
    transform: translateY(45px);
    background: #ffffff;
}

.sosmed.active .share-btn a:nth-child(2) {
    transform: translateY(90px);
    background: #ffffff;
}

.sosmed.active .share-btn a:nth-child(3) {
    transform: translateY(135px);
    background: #ffffff;
}

.sosmed.active .share-btn a:nth-child(4) {
    transform: translateY(180px);
    background: #ffffff;
	font-size:30px;
}


.sosmed.active .share-btn a:nth-child(5) {
    transform: translateY(225px);
    background: #ffffff;
}

.sosmed.active .share-btn a:hover{
	background: #000;
	color:#ffffff;
}

.share-btn a:nth-child(1)::before {
    content: '';
    position: absolute;
    left: 45px;
    bottom: 0;
    height: 100%;
    width: 0;
    box-sizing: border-box;
    background: #fff;
    transition: .3s;
    z-index: -1;
    overflow: hidden;
}
.share-btn a:nth-child(2)::before {
    content: '';
    position: absolute;
    left: 45px;
    bottom: 0;
    height: 100%;
    width: 0;
    box-sizing: border-box;
    background: #fff;
    transition: .3s;
    z-index: -1;
    overflow: hidden;
}
.share-btn a:nth-child(3)::before {
    content: '';
    position: absolute;
    left: 45px;
    bottom: 0;
    height: 100%;
    width: 0;
    box-sizing: border-box;
    background: #fff;
    transition: .3s;
    z-index: -1;
    overflow: hidden;
}
.share-btn a:nth-child(4)::before {
    content: '';
    position: absolute;
    left: 45px;
    bottom: 0;
    height: 100%;
    width: 0;
    box-sizing: border-box;
    background: #fff;
    transition: .3s;
    z-index: -1;
    overflow: hidden;
}
.share-btn a:nth-child(5)::before {
    content: '';
    position: absolute;
    left: 45px;
    bottom: 0;
    height: 100%;
    width: 0;
    box-sizing: border-box;
    background: #fff;
    transition: .3s;
    z-index: -1;
    overflow: hidden;
}
/*social share*/

.discoverbg {
    background-color: #edf1f4;
}

/*************************
       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: 1100px) and (max-width: 1150px) {
	.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;
	}
	.timeline-vl .swiper-container {
		height: 500px;
		width: 100%;
		position: relative;
	}
	
	.landscape-box h3 {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 5px;
	}
	.landscape-box h5 {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 8px;
	}
	.landscape-box ul li {
		font-size: 12px;
		line-height: 14px;
	}
	.landscape-box h2 {
		font-size: 22px;
		line-height: 24px;
	
	}
	.landscape-box p {
		font-size: 13px;
		line-height: 18px;
	
	}
	.experience:after {
		right: 442px;
		top: -2%;
		
	}
	.deliver:after {
		right: 442px;
		top: 19%;
		z-index: 99;
	}
	.acquire:after {
		right: 442px;
		top: 55%;
		z-index: 99;
	}
	.tailored {
		padding: 14px 20px;
	}
	.downarrow.active:after {
		right: 58px;
		bottom: -59%;
	}
	.circle-dot {
		position: absolute;
		top: 57px;
		left: 125px;
		width: 33px;
		height: 33px;
	
	}
	.owner:after, .channel:after, .distributor:after {
		right: 442px;
        top: -1%;
	}
	.consumer:after {
		right: 444px;
		top: 12.8%;
		font-size: 70px;
		z-index: -1;
	}
	.consumer-solid:before {
		right: 392px;
		top: 15.2%;
	}
	.circle-dot-two {
		top: 180px;
		left: 123px;
		width: 33px;
		height: 33px;

	}
	.circle-dot-three {
		top: 288px;
		left: 287px;
		width: 33px;
		height: 33px;
	}
	.circle-dot-four {
		top: 349px;
		left: 287px;
		width: 33px;
		height: 33px;
	}
	.circle-dot-five {
		top: 438px;
		left: 282px;
		width: 33px;
		height: 33px;
	}
	.consumer-two:after {
		right: 444px;
    	top: 25.5%;
	}
	.consumer-three:after {
		right: 444px;
		top: 45.3%;
	}
	.consumer-four:after {
		right: 444px;
		top: 57.4%;
	}
	.consumer-five:after {
		right: 444px;
        top: 73.9%;
	}
	.circle-dot-six {
		top: 58px;
		left: 126px;
		width: 33px;
		height: 33px;
	}
	.circle-dot-7 {
		top: 181px;
		left: 125px;
		width: 33px;
		height: 33px;
	}
	.circle-dot-8 {
		top: 201px;
		left: 206px;
		width: 33px;
		height: 33px;
	}
	.circle-dot-9 {
		top: 229px;
		left: 289px;
		width: 33px;
		height: 33px;
	}
	.circle-dot-10 {
		top: 289px;
		left: 288px;
		width: 33px;
		height: 33px;
	}
	.circle-dot-11 {
		top: 350px;
		left: 288px;
		width: 33px;
		height: 33px;
	}
	.circle-dot-12 {
		top: 57px;
		left: 126px;
		width: 33px;
		height: 33px;
	}
	.circle-dot-13 {
		top: 58px;
		left: 288px;
		width: 33px;
		height: 33px;
	}
	.circle-dot-14 {
		top: 109px;
		left: 288px;
		width: 33px;
		height: 33px;
	}
	.circle-dot-15 {
		top: 146px;
		left: 182px;
		width: 33px;
		height: 33px;
	}
	.circle-dot-16 {
		top: 229px;
		left: 288px;
		width: 33px;
		height: 33px;
	}
	.circle-dot-17 {
		top: 289px;
		left: 289px;
		width: 33px;
		height: 33px;
	}
	.consumer-six:after {
		right: 444px;
        top: 11%;
	}
	.consumer-7:after {
		right: 444px;
		top: 11%;
	}
	.consumer-8:after {
		right: 444px;
        top: 28.9%;  
	}
	.consumer-9:after {
		right: 444px;
        top: 34.5%;
	}
	.consumer-10:after {
		right: 444px;
		top: 45.8%;
	}
	.consumer-11:after {
		right: 444px;
        top: 57.5%;
	}
	.consumer-12:after {
		right: 444px;
        top: 2.2%;
	}
	.consumer-13:after {
		right: 444px;
        top: 2.2%;
	}
	.consumer-14:after {
		right: 444px;
        top: 11.7%;
	}
	.consumer-15:after {
		right: 444px;
        top: 29.6%;
	}
	.consumer-16:after {
		right: 444px;
        top: 34.4%;
	}
	.consumer-17:after {
		right: 444px;
        top: 45.8%;
	}
	
}


@media screen and (min-width: 1051px) and (max-width: 1099px) {
	.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;
	}
	.timeline-vl .swiper-container {
		height: 500px;
		width: 100%;
		position: relative;
	}
	
	.landscape-box h3 {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 5px;
	}
	.landscape-box h5 {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 8px;
	}
	.landscape-box ul li {
		font-size: 12px;
		line-height: 14px;
	}
	.landscape-box h2 {
		font-size: 22px;
		line-height: 24px;
	
	}
	.landscape-box p {
		font-size: 13px;
		line-height: 18px;
	
	}
	.experience:after {
		right: 418px;
		top: -2%;
		
	}
	.deliver:after {
		right: 418px;
		top: 19%;
		z-index: 99;
	}
	.acquire:after {
		right: 418px;
		top: 55%;
		z-index: 99;
	}
	.tailored {
		padding: 14px 20px;
	}
	.downarrow.active:after {
		right: 55px;
        bottom: -63%;
	}
	.circle-dot {
		position: absolute;
		top: 55px;
		left: 118px;
		width: 33px;
		height: 33px;
	
	}
	.owner:after, .channel:after, .distributor:after {
		right: 418px;
        top: -1%;
	}
	.consumer:after {
		right: 423px;
		top: 12.5%;
		font-size: 70px;
		z-index: -1;
	}
	.consumer-solid:before {
		right: 392px;
		top: 15.2%;
	}
	.circle-dot-two {
		top: 172px;
		left: 118px;
		width: 33px;
		height: 33px;

	}
	.circle-dot-three {
		top: 274px;
		left: 272px;
		width: 33px;
		height: 33px;
	}
	.circle-dot-four {
		top: 332px;
		left: 272px;
		width: 33px;
		height: 33px;
	}
	.circle-dot-five {
		top: 415px;
		left: 267px;
		width: 33px;
		height: 33px;
	}
	.consumer-two:after {
		right: 422px;
		top: 24.5%;
	}
	.consumer-three:after {
		right: 422px;
        top: 45.2%;
	}
	.consumer-four:after {
		right: 422px;
		top: 57%;
	}
	.consumer-five:after {
		right: 422px;
        top: 73.5%;
	}
	.circle-dot-six {
		top: 55px;
		left: 119px;
		width: 33px;
		height: 33px;
	}
	.circle-dot-7 {
		top: 172px;
		left: 120px;
		width: 33px;
		height: 33px;
	}
	.circle-dot-8 {
		top: 190px;
		left: 195px;
		width: 33px;
		height: 33px;
	}
	.circle-dot-9 {
		top: 216px;
		left: 274px;
		width: 33px;
		height: 33px;
	}
	.circle-dot-10 {
		top: 273px;
		left: 273px;
		width: 33px;
		height: 33px;
	}
	.circle-dot-11 {
		top: 332px;
		left: 273px;
		width: 33px;
		height: 33px;
	}
	.circle-dot-12 {
		top: 55px;
		left: 119px;
		width: 33px;
		height: 33px;
	}
	.circle-dot-13 {
		top: 55px;
		left: 273px;
		width: 33px;
		height: 33px;
	}
	.circle-dot-14 {
		top: 103px;
		left: 273px;
		width: 33px;
		height: 33px;
	}
	.circle-dot-15 {
		top: 139px;
		left: 173px;
		width: 33px;
		height: 33px;
	}
	.circle-dot-16 {
		top: 216px;
		left: 273px;
		width: 33px;
		height: 33px;
	}
	.circle-dot-17 {
		top: 274px;
		left: 273px;
		width: 33px;
		height: 33px;
	}
	.consumer-six:after {
		right: 422px;
        top: 10.5%;
	}
	.consumer-7:after {
		right: 422px;
    	top: 10.5%;
	}
	.consumer-8:after {
		right: 422px;
    	top: 28.9%;  
	}
	.consumer-9:after {
		right: 422px;
		top: 34%;
	}
	.consumer-10:after {
		right: 422px;
		top: 45.5%;
	}
	.consumer-11:after {
		right: 422px;
    	top: 57%;
	}
	.consumer-12:after {
		right: 422px;
		top: 1.8%;
	}
	.consumer-13:after {
		right: 422px;
    	top: 1.8%;
	}
	.consumer-14:after {
		right: 422px;
    	top: 11.5%;
	}
	.consumer-15:after {
		right: 422px;
    	top: 29.3%;
	}
	.consumer-16:after {
		right: 422px;
    	top: 34%;
	}
	.consumer-17:after {
		right: 422px;
    	top: 45.5%;
	}
	
}

 
 @media screen and (min-width: 1025px) and (max-width: 1050px) {
	.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;
	}
	.timeline-vl .swiper-container {
		height: 500px;
		width: 100%;
		position: relative;
	}
	
	.landscape-box h3 {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 5px;
	}
	.landscape-box h5 {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 8px;
	}
	.landscape-box ul li {
		font-size: 12px;
		line-height: 14px;
	}
	.landscape-box h2 {
		font-size: 22px;
		line-height: 24px;
	
	}
	.landscape-box p {
		font-size: 13px;
		line-height: 18px;
	
	}
	.experience:after {
		right: 395px;
		top: -2%;
		
	}
	.deliver:after {
		right: 395px;
		top: 19%;
		z-index: 99;
	}
	.acquire:after {
		right: 395px;
		top: 55%;
		z-index: 99;
	}
	.tailored {
		padding: 14px 20px;
	}
	.downarrow.active:after {
		right: 53px;
		bottom: -72%;
	}
	.circle-dot {
		position: absolute;
		top: 50px;
		left: 111px;
		width: 33px;
		height: 33px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.owner:after, .channel:after, .distributor:after {
		right: 396px;
         top: -1%;
	}
	.consumer:after {
		right: 399px;
		top: 11.6%;
		font-size: 70px;
		z-index: -1;
	}
	.consumer-solid:before {
		right: 392px;
		top: 15.2%;
	}
	.circle-dot-two {
		top: 161px;
		left: 111px;
		width: 33px;
		height: 33px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-three {
		top: 257px;
		left: 256px;
		width: 33px;
		height: 33px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-four {
		top: 312px;
		left: 256px;
		width: 33px;
		height: 33px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-five {
		top: 390px;
		left: 251px;
		width: 33px;
		height: 33px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.consumer-two:after {
		right: 399px;
		top: 23.6%;
	}
	.consumer-three:after {
		right: 399px;
		top: 44%;
	}
	.consumer-four:after {
		right: 399px;
		top: 56%;
	}
	.consumer-five:after {
		right: 399px;
		top: 72.6%;
	}
	.circle-dot-six {
		top: 51px;
		left: 112px;
		width: 33px;
		height: 33px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-7 {
		top: 161px;
		left: 112px;
		width: 33px;
		height: 33px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-8 {
		top: 179px;
		left: 184px;
		width: 33px;
		height: 33px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-9 {
		top: 203px;
		left: 258px;
		width: 33px;
		height: 33px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-10 {
		top: 257px;
		left: 257px;
		width: 33px;
		height: 33px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-11 {
		top: 312px;
		left: 258px;
		width: 33px;
		height: 33px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-12 {
		top: 50px;
		left: 112px;
		width: 33px;
		height: 33px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-13 {
		top: 50px;
		left: 257px;
		width: 33px;
		height: 33px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-14 {
		top: 96px;
		left: 257px;
		width: 33px;
		height: 33px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-15 {
		top: 130px;
		left: 162px;
		width: 33px;
		height: 33px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-16 {
		top: 203px;
		left: 257px;
		width: 33px;
		height: 33px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-17 {
		top: 257px;
		left: 257px;
		width: 33px;
		height: 33px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.consumer-six:after {
		right: 399px;
		top: 10%;
	}
	.consumer-7:after {
		right: 399px;
		top: 9.4%;
	}
	.consumer-8:after {
		right: 399px;
		top: 27.7%;  
	}
	.consumer-9:after {
		right: 399px;
		top: 33%;
	}
	.consumer-10:after {
		right: 399px;
		top: 44.5%;
	}
	.consumer-11:after {
		right: 399px;
		top: 55.9%;
	}
	.consumer-12:after {
		right: 399px;
		top: 1.0%;
	}
	.consumer-13:after {
		right: 399px;
		top: 1.0%;
	}
	.consumer-14:after {
		right: 399px;
		top: 10.5%;
	}
	.consumer-15:after {
		right: 399px;
		top: 28.3%;
	}
	.consumer-16:after {
		right: 399px;
		top: 33%;
	}
	.consumer-17:after {
		right: 399px;
		top: 44.4%;
	}
	
}

@media screen and (min-width: 900px) and (max-width: 1024px) {
.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;
}
.timeline-vl .swiper-container {
	height: 500px;
	width: 100%;
	position: relative;
}

.landscape-box h3 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}
.landscape-box h5 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 8px;
}
.landscape-box ul li {
	font-size: 12px;
	line-height: 14px;
}
.landscape-box h2 {
	font-size: 22px;
	line-height: 24px;

}
.landscape-box p {
	font-size: 13px;
	line-height: 18px;

}
.experience:after {
	right: 390px;
	top: -2%;
	
}
.deliver:after {
	right: 390px;
	top: 19%;
	z-index: 99;
}
.acquire:after {
	right: 390px;
	top: 55%;
	z-index: 99;
}
.tailored {
	padding: 14px 20px;
}
.downarrow.active:after {
	right: 53px;
	bottom: -70%;
}
.circle-dot {
	position: absolute;
	top: 50px;
	left: 109px;
	width: 33px;
	height: 33px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.owner:after, .channel:after, .distributor:after {
	right: 390px;
	top: -1%;
}
.consumer:after {
	right: 392px;
	top: 11.6%;
	font-size: 70px;
	z-index: -1;
}
.consumer-solid:before {
	right: 392px;
	top: 15.2%;
}
.circle-dot-two {
	top: 159px;
	left: 110px;
	width: 33px;
	height: 33px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-three {
	top: 254px;
	left: 253px;
	width: 33px;
	height: 33px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-four {
	top: 308px;
	left: 253px;
	width: 33px;
	height: 33px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-five {
	top: 386px;
	left: 248px;
	width: 33px;
	height: 33px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.consumer-two:after {
	right: 392px;
	top: 23.6%;
}
.consumer-three:after {
	right: 392px;
	top: 44%;
}
.consumer-four:after {
	right: 392px;
	top: 56%;
}
.consumer-five:after {
	right: 392px;
	top: 72.6%;
}
.circle-dot-six {
	top: 50px;
	left: 111px;
	width: 33px;
	height: 33px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-7 {
	top: 159px;
	left: 111px;
	width: 33px;
	height: 33px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-8 {
	top: 176px;
	left: 182px;
	width: 33px;
	height: 33px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-9 {
	top: 201px;
	left: 254px;
	width: 33px;
	height: 33px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-10 {
	top: 254px;
	left: 255px;
	width: 33px;
	height: 33px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-11 {
	top: 309px;
	left: 255px;
	width: 33px;
	height: 33px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-12 {
	top: 50px;
	left: 111px;
	width: 33px;
	height: 33px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-13 {
	top: 50px;
	left: 254px;
	width: 33px;
	height: 33px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-14 {
	top: 95px;
	left: 254px;
	width: 33px;
	height: 33px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-15 {
	top: 129px;
	left: 160px;
	width: 33px;
	height: 33px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-16 {
	top: 201px;
	left: 254px;
	width: 33px;
	height: 33px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-17 {
	top: 254px;
	left: 254px;
	width: 33px;
	height: 33px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.consumer-six:after {
	right: 392px;
	top: 10%;
}
.consumer-7:after {
	right: 392px;
	top: 9.4%;
}
.consumer-8:after {
	right: 392px;
	top: 27.7%;  
}
.consumer-9:after {
	right: 392px;
	top: 33%;
}
.consumer-10:after {
	right: 392px;
	top: 44.5%;
}
.consumer-11:after {
	right: 392px;
	top: 55.9%;
}
.consumer-12:after {
	right: 392px;
	top: 1.0%;
}
.consumer-13:after {
	right: 392px;
	top: 1.0%;
}
.consumer-14:after {
	right: 392px;
	top: 10.5%;
}
.consumer-15:after {
	right: 392px;
	top: 28.3%;
}
.consumer-16:after {
	right: 392px;
	top: 33%;
}
.consumer-17:after {
	right: 392px;
	top: 44.4%;
}

}

@media screen and (min-width: 812px) and (max-width: 820px) {
.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: 32px;
}
.timeline-vl .swiper-pagination-bullet{
	text-align: right;
}
.tailored {
	padding: 15px 20px;
}
.tailored h5 {
	font-size: 24px;
}
.tailored h2 {
	font-size: 28px;
}
.mobile-box {
	overflow: visible !important;
	height: 444px;
}

.downarrow.active:after {
	right: 33px;
	bottom: -114%;
}
.experience:after {
	right: 367px;
	top: -1%;
	font-size: 60px;
}
.deliver:after {
	right: 367px;
	top: 19%;
	font-size: 60px;
}
.acquire:after {
	right: 367px;
	top: 58%;
	font-size: 60px;
}
.landscape-box h2 {
	font-size: 22px;
	line-height: 24px;
}
.landscape-box h3 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}
.landscape-box h5 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 8px;
}
.landscape-box p {
	font-size: 13px;
	line-height: 18px;
}
.landscape-box ul li {
	font-size: 12px;
	line-height: 12px;
}
.downarrow.active:after {
	right: 122px;
	bottom: -28%;
	font-size: 60px;
}
.circle-dot {
	position: absolute;
	top: 47px;
	left: 104px;
	width: 30px;
	height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.owner:after, .channel:after, .distributor:after {
	right: 368px;
	top: -1%;
}
.consumer:after {
	right: 368px;
    top: 10.5%;

}
.circle-dot-two {
	width: 30px;
	height: 30px;
	top: 150px;
	left: 104px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-three {
	width: 30px;
    height: 30px;
    top: 239px;
    left: 239px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-four {
	width: 30px;
    height: 30px;
    top: 291px;
    left: 239px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-five {
	width: 30px;
    height: 30px;
    top: 364px;
    left: 235px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.consumer-two:after {
	right: 368px;
    top: 22.6%;
}
.consumer-three:after {
	right: 364px;
    top: 43%;
}
.consumer-four:after {
	right: 368px;
    top: 54.5%;
}
.consumer-five:after {
	right: 367px;
    top: 71.0%;
}
.circle-dot-six {
	top: 47px;
	left: 105px;
	width: 30px;
	height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-7 {
	top: 151px;
	left: 106px;
	width: 30px;
	height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-8 {
	top: 167px;
	left: 173px;
	width: 30px;
	height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-9 {
	top: 190px;
	left: 242px;
	width: 30px;
	height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-10 {
	top: 240px;
    left: 241px;
    width: 30px;
    height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-11 {
	top: 290px;
    left: 240px;
    width: 30px;
    height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-12 {
	top: 47px;
	left: 104px;
	width: 30px;
	height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-13 {
	top: 48px;
    left: 241px;
    width: 30px;
    height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-14 {
	top: 90px;
    left: 241px;
    width: 30px;
    height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-15 {
	top: 123px;
	left: 152px;
	width: 30px;
	height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-16 {
	top: 191px;
	left: 242px;
	width: 30px;
	height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-17 {
	top: 241px;
	left: 242px;
	width: 30px;
	height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.consumer-six:after {
	right: 365px;
    top: 8.4%;
}
.consumer-7:after {
	right: 365px;
    top: 8.5%;
}
.consumer-8:after {
	right: 365px;
    top: 26.5%;  
}
.consumer-9:after {
	right: 365px;
    top: 31.5%;
}
.consumer-10:after {
	right: 365px;
    top: 42.7%;
}
.consumer-11:after {
	right: 366px;
    top: 54.5%;
}
.consumer-12:after {
	right: 366px;
    top: -0.4%;
}
.consumer-13:after {
	right: 366px;
    top: -0.1%;
}
.consumer-14:after {
	right: 372px;
    top: 9%;
}
.consumer-15:after {
	right: 372px;
    top: 26.5%;
}
.consumer-16:after {
	right: 366px;
    top: 31.6%;
}
.consumer-17:after {
	right: 368px;
    top: 42.5%;
}

}

@media screen and (min-width: 800px) and (max-width: 810px) {
.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: 32px;
}
.timeline-vl .swiper-pagination-bullet{
	text-align: right;
}
.tailored {
	padding: 15px 20px;
}
.tailored h5 {
	font-size: 24px;
}
.tailored h2 {
	font-size: 28px;
}
.mobile-box {
	overflow: visible !important;
	height: 440px;
}

.downarrow.active:after {
	right: 33px;
	bottom: -114%;
}
.experience:after {
	right: 356px;
	top: -1%;
	font-size: 60px;
}
.deliver:after {
	right: 356px;
	top: 19%;
	font-size: 60px;
}
.acquire:after {
	right: 356px;
	top: 58%;
	font-size: 60px;
}
.landscape-box h2 {
	font-size: 22px;
	line-height: 24px;
}
.landscape-box h3 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}
.landscape-box h5 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 8px;
}
.landscape-box p {
	font-size: 13px;
	line-height: 18px;
}
.landscape-box ul li {
	font-size: 12px;
	line-height: 12px;
}
.downarrow.active:after {
	right: 122px;
	bottom: -28%;
	font-size: 60px;
}
.circle-dot {
	position: absolute;
	top: 46px;
	left: 102px;
	width: 30px;
	height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.owner:after, .channel:after, .distributor:after {
	right: 362px;
	top: -1%;
}
.consumer:after {
	right: 345px;
	top: 9.6%;

}
.circle-dot-two {
	width: 30px;
	height: 30px;
	top: 146px;
	left: 102px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-three {
	width: 30px;
	height: 30px;
	top: 234px;
	left: 234px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-four {
	width: 30px;
	height: 30px;
	top: 285px;
	left: 235px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-five {
	width: 30px;
	height: 30px;
	top: 357px;
	left: 231px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.consumer-two:after {
	right: 345px;
	top: 21.6%;
}
.consumer-three:after {
	right: 345px;
	top: 42%;
}
.consumer-four:after {
	right: 345px;
	top: 53.8%;
}
.consumer-five:after {
	right: 345px;
	top: 70.4%;
}
.circle-dot-six {
	top: 46px;
	left: 103px;
	width: 30px;
	height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-7 {
	top: 146px;
	left: 103px;
	width: 30px;
	height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-8 {
	top: 162px;
	left: 169px;
	width: 30px;
	height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-9 {
	top: 185px;
	left: 237px;
	width: 30px;
	height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-10 {
	top: 234px;
	left: 236px;
	width: 30px;
	height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-11 {
	top: 285px;
	left: 236px;
	width: 30px;
	height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-12 {
	top: 46px;
	left: 103px;
	width: 30px;
	height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-13 {
	top: 46px;
	left: 236px;
	width: 30px;
	height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-14 {
	top: 88px;
	left: 236px;
	width: 30px;
	height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-15 {
	top: 120px;
	left: 149px;
	width: 30px;
	height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-16 {
	top: 186px;
	left: 236px;
	width: 30px;
	height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-17 {
	top: 235px;
	left: 236px;
	width: 30px;
	height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.consumer-six:after {
	right: 345px;
	top: 7.5%;
}
.consumer-7:after {
	right: 345px;
	top: 7.5%;
}
.consumer-8:after {
	right: 345px;
	top: 25.7%;  
}
.consumer-9:after {
	right: 345px;
	top: 30.5%;
}
.consumer-10:after {
	right: 345px;
	top: 42.5%;
}
.consumer-11:after {
	right: 345px;
	top: 53.9%;
}
.consumer-12:after {
	right: 345px;
	top: -0.5%;
}
.consumer-13:after {
	right: 345px;
	top: -0.9%;
}
.consumer-14:after {
	right: 345px;
	top: 9%;
}
.consumer-15:after {
	right: 345px;
	top: 26.3%;
}
.consumer-16:after {
	right: 345px;
	top: 30.6%;
}
.consumer-17:after {
	right: 345px;
	top: 42.4%;
}

}

@media screen and (min-width: 768px) and (max-width: 799px) {
.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: 32px;
}
.timeline-vl .swiper-pagination-bullet{
	text-align: right;
}
.tailored {
	padding: 15px 20px;
}
.tailored h5 {
	font-size: 24px;
}
.tailored h2 {
	font-size: 28px;
}
.downarrow.active:after {
	right: 33px;
	bottom: -114%;
}
.experience:after {
	right: 342px;
	top: -1%;
	font-size: 60px;
}
.deliver:after {
	right: 342px;
	top: 19%;
	font-size: 60px;
}
.acquire:after {
	right: 342px;
	top: 58%;
	font-size: 60px;
}
.landscape-box h2 {
	font-size: 22px;
	line-height: 24px;
}
.landscape-box h3 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}
.landscape-box h5 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 8px;
}
.landscape-box p {
	font-size: 13px;
	line-height: 18px;
}
.landscape-box ul li {
	font-size: 12px;
	line-height: 12px;
}
.downarrow.active:after {
	right: 112px;
	bottom: -30%;
	font-size: 60px;
}
.circle-dot {
	position: absolute;
	top: 46px;
    left: 100px;
    width: 30px;
    height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.owner:after, .channel:after, .distributor:after {
	right: 348px;
	top: -1%;
}
.consumer:after {
	right: 350px;
    top: 10.5%;

}
.circle-dot-two {
	width: 30px;
    height: 30px;
    top: 142px;
    left: 99px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-three {
	width: 30px;
    height: 30px;
    top: 229px;
    left: 230px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-four {
	width: 30px;
    height: 30px;
    top: 279px;
    left: 230px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-five {
	width: 30px;
    height: 30px;
    top: 349px;
    left: 226px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.consumer-two:after {
	right: 350px;
    top: 22.6%;
}
.consumer-three:after {
	right: 350px;
    top: 43%;
}
.consumer-four:after {
	right: 350px;
    top: 54.2%;
}
.consumer-five:after {
	right: 350px;
    top: 70.8%;
}
.circle-dot-six {
	top: 46px;
    left: 103px;
    width: 30px;
    height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-7 {
	top: 142px;
    left: 102px;
    width: 30px;
    height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-8 {
	top: 160px;
    left: 165px;
    width: 30px;
    height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-9 {
	top: 182px;
    left: 232px;
    width: 30px;
    height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-10 {
	top: 230px;
    left: 231px;
    width: 30px;
    height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-11 {
	top: 280px;
    left: 231px;
    width: 30px;
    height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-12 {
	top: 46px;
    left: 102px;
    width: 30px;
    height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-13 {
	top: 46px;
    left: 231px;
    width: 30px;
    height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-14 {
	top: 86px;
    left: 231px;
    width: 30px;
    height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-15 {
	top: 118px;
    left: 147px;
    width: 30px;
    height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-16 {
	top: 181px;
    left: 232px;
    width: 30px;
    height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.circle-dot-17 {
	top: 230px;
    left: 231px;
    width: 30px;
    height: 30px;
	-webkit-animation:none;
	border-radius: none; 
	box-shadow:none;
}
.consumer-six:after {
	right: 350px;
    top: 8.5%;
}
.consumer-7:after {
	right: 352px;
    top: 8%;
}
.consumer-8:after {
	right: 350px;
    top: 25.9%;  
}
.consumer-9:after {
	right: 350px;
    top: 31.5%;
}
.consumer-10:after {
	right: 350px;
    top: 42.8%;
}
.consumer-11:after {
	right: 350px;
    top: 54%;
}
.consumer-12:after {
	right: 350px;
	top: -0.5%;
}
.consumer-13:after {
	right: 350px;
    top: -0.7%;
}
.consumer-14:after {
	right: 350px;
    top: 9%;
}
.consumer-15:after {
	right: 350px;
	top: 26.3%;
}
.consumer-16:after {
	right: 350px;
    top: 31.6%;
}
.consumer-17:after {
	right: 350px;
    top: 42.5%;
}

}

@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;
	}
	
	.solution-box {
		border-right: 0px;
	}
	.boder-left-purple {
		border-left: 0px;
	}
	
	.timeline-vl .swiper-container {
		height: 1650px;
		width: 100%;
		position: relative;
	}
	.mobile-box {
		overflow: visible !important;
		height: 900px !important;
	}
	.downarrow.active:after {
		right: 33px;
		bottom: -114%;
	}
	.experience:after {
		right: -15px;
		top: -1%;
		font-size: 60px;
		content: none;
	}
	.deliver:after {
		right: -15px;
		top: 6%;
		font-size: 60px;
		content: none;
	}
	.acquire:after {
		right: -15px;
		top: 19%;
		font-size: 60px;
		content: none;
	}
	.landscape-box h2 {
		font-size: 22px;
		line-height: 24px;
	}
	.landscape-box h3 {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 5px;
	}
	.landscape-box h5 {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 8px;
	}
	.landscape-box p {
		font-size: 14px;
		line-height: 18px;
	}
	.landscape-box ul li {
		font-size: 12px;
		line-height: 14px;
	}
	.downarrow.active:after {
		right: 46px;
		bottom: -62%;
		font-size: 50px;
	}
	.circle-dot {
		position: absolute;
		top: 40px;
		left: 88px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.owner:after, .channel:after, .distributor:after {
		right: -15px;
		top: -1%;
		content: none;
	}
	.consumer:after {
		right: 155px;
		top: 35.3%;
		content: "\f0d7";
	}
	.circle-dot-two {
		top: 128px;
		left: 87px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-three {
		top: 204px;
		left: 204px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-four {
		top: 248px;
		left: 203px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-five {
		top: 311px;
		left: 200px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.consumer-two:after {
		right: 155px;
		top: 35.3%;
		content: "\f0d7";
	}
	.consumer-three:after {
		right: 155px;
		top: 35.3%;
		content: "\f0d7";
	}
	.consumer-four:after {
		right: 155px;
		top: 35.3%;
		content: "\f0d7";
	}
	.consumer-five:after {
		right: 155px;
		top: 35.3%;
		content: "\f0d7";
	}
	.circle-dot-six {
		top: 40px;
		left: 89px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-7 {
		top: 128px;
		left: 90px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-8 {
		top: 141px;
		left: 146px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-9 {
		top: 161px;
		left: 205px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-10 {
		top: 204px;
		left: 205px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-11 {
		top: 248px;
		left: 205px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-12 {
		top: 40px;
		left: 88px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-13 {
		top: 40px;
		left: 204px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-14 {
		top: 77px;
		left: 205px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-15 {
		top: 104px;
		left: 129px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-16 {
		top: 162px;
		left: 204px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-17 {
		top: 204px;
		left: 204px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.consumer-six:after {
		right: 155px;
		top: 35.3%;
		content: "\f0d7";
	}
	.consumer-7:after {
		right: 155px;
		top: 35.3%;
		content: "\f0d7";
	}
	.consumer-8:after {
		right: 155px;
		top: 35.3%;
		content: "\f0d7";  
	}
	.consumer-9:after {
		right: 155px;
		top: 35.3%;
		content: "\f0d7";
	}
	.consumer-10:after {
		right: 155px;
		top: 35.3%;
		content: "\f0d7";
	}
	.consumer-11:after {
		right: 155px;
		top: 35.3%;
		content: "\f0d7";
	}
	.consumer-12:after {
		right: 175px;
		top: 40.3%;
		content: "\f0d7";
	}
	.consumer-13:after {
		right: 155px;
		top: 35.3%;
		content: "\f0d7";
	}
	.consumer-14:after {
		right: 155px;
		top: 35.3%;
		content: "\f0d7";
	}
	.consumer-15:after {
		right: 155px;
		top: 35.3%;
		content: "\f0d7";
	}
	.consumer-16:after {
		right: 155px;
		top: 35.3%;
		content: "\f0d7";
	}
	.consumer-17:after {
		right: 155px;
		top: 35.3%;
		content: "\f0d7";
	}
}

@media screen and (min-width: 600px) and (max-width: 605px) {
.mobile-box {
	overflow: visible !important;
	height: 1035px !important;
}
.tailored {
	padding: 15px 20px;
}
.tailored h5 {
	font-size: 24px;
}
.tailored h2 {
	font-size: 28px;
}
.downarrow.active:after {
	right: 33px;
	bottom: -114%;
}
.experience:after {
	right: 342px;
	top: -1%;
	font-size: 60px;
}
.deliver:after {
	right: 342px;
	top: 19%;
	font-size: 60px;
}
.acquire:after {
	right: 342px;
	top: 58%;
	font-size: 60px;
}
.landscape-box h2 {
	font-size: 22px;
	line-height: 24px;
}
.landscape-box h3 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}
.landscape-box h5 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 8px;
}
.landscape-box p {
	font-size: 13px;
	line-height: 18px;
}
.landscape-box ul li {
	font-size: 12px;
	line-height: 12px;
}
.downarrow.active:after {
	right: 83px;
    bottom: -41%;
    font-size: 60px;
}
.circle-dot {
	position: absolute;
	top: 46px;
	left: 98px;
	width: 25px;
	height: 25px;
}
.owner:after, .channel:after, .distributor:after {
	right: 342px;
	top: -1%;
}
.consumer:after {
	right: 345px;
	top: 9.6%;

}
.circle-dot-two {
	width: 25px;
	height: 25px;
	top: 142px;
	left: 98px
}
.circle-dot-three {
	width: 25px;
	height: 25px;
	top: 226px;
	left: 226px;
}
.circle-dot-four {
	width: 25px;
	height: 25px;
	top: 275px;
	left: 227px;
}
.circle-dot-five {
	width: 25px;
	height: 25px;
	top: 344px;
	left: 223px;
}
.consumer-two:after {
	right: 345px;
	top: 21.6%;
}
.consumer-three:after {
	right: 345px;
	top: 42%;
}
.consumer-four:after {
	right: 345px;
	top: 53.8%;
}
.consumer-five:after {
	right: 345px;
	top: 70.4%;
}
.circle-dot-six {
	top: 46px;
	left: 101px;
	width: 25px;
	height: 25px;
}
.circle-dot-7 {
	top: 142px;
	left: 101px;
	width: 25px;
	height: 25px;
}
.circle-dot-8 {
	top: 157px;
	left: 163px;
	width: 25px;
	height: 25px;
}
.circle-dot-9 {
	top: 180px;
	left: 228px;
	width: 25px;
	height: 25px;
}
.circle-dot-10 {
	top: 226px;
	left: 228px;
	width: 25px;
	height: 25px;
}
.circle-dot-11 {
	top: 275px;
	left: 228px;
	width: 25px;
	height: 25px;
}
.circle-dot-12 {
	top: 46px;
	left: 100px;
	width: 25px;
	height: 25px;
}
.circle-dot-13 {
	top: 46px;
	left: 228px;
	width: 25px;
	height: 25px;
}
.circle-dot-14 {
	top: 86px;
	left: 228px;
	width: 25px;
	height: 25px;
}
.circle-dot-15 {
	top: 116px;
	left: 144px;
	width: 25px;
	height: 25px;
}
.circle-dot-16 {
	top: 179px;
	left: 228px;
	width: 25px;
	height: 25px;
}
.circle-dot-17 {
	top: 226px;
	left: 228px;
	width: 25px;
	height: 25px;
}
.consumer-six:after {
	right: 345px;
	top: 7.5%;
}
.consumer-7:after {
	right: 345px;
	top: 7.5%;
}
.consumer-8:after {
	right: 345px;
	top: 25.7%;  
}
.consumer-9:after {
	right: 345px;
	top: 30.5%;
}
.consumer-10:after {
	right: 345px;
	top: 42.5%;
}
.consumer-11:after {
	right: 345px;
	top: 53.9%;
}
.consumer-12:after {
	right: 345px;
	top: -0.5%;
}
.consumer-13:after {
	right: 345px;
	top: -0.9%;
}
.consumer-14:after {
	right: 345px;
	top: 9%;
}
.consumer-15:after {
	right: 345px;
	top: 26.3%;
}
.consumer-16:after {
	right: 345px;
	top: 30.6%;
}
.consumer-17:after {
	right: 345px;
	top: 42.4%;
}

}
@media screen and (min-width: 376px) and (max-width: 414px) {
	.mobile-box {
		overflow: visible !important;
		height: 900px !important;
	}
	.downarrow.active:after {
		right: 33px;
		bottom: -114%;
	}
	.experience:after {
		right: -15px;
		top: -1%;
		font-size: 60px;
		content: none;
	}
	.deliver:after {
		right: -15px;
		top: 6%;
		font-size: 60px;
		content: none;
	}
	.acquire:after {
		right: -15px;
		top: 19%;
		font-size: 60px;
		content: none;
	}
	.landscape-box h2 {
		font-size: 22px;
		line-height: 24px;
	}
	.landscape-box h3 {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 5px;
	}
	.landscape-box h5 {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 8px;
	}
	.landscape-box p {
		font-size: 14px;
		line-height: 18px;
	}
	.landscape-box ul li {
		font-size: 12px;
		line-height: 14px;
	}
	.downarrow.active:after {
	    right: 52px;
		bottom: -55%;
		font-size: 50px;
		}
	.circle-dot {
		position: absolute;
		top: 45px;
		left: 100px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.owner:after, .channel:after, .distributor:after {
		right: -15px;
		top: -1%;
		content: none;
	}
	.consumer:after {
		right: 155px;
		top: 40.3%;
		content: "\f0d7";
	}
	.circle-dot-two {
		top: 144px;
		left: 98px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-three {
		top: 230px;
		left: 229px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-four {
		top: 279px;
		left: 228px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-five {
		top: 350px;
		left: 225px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.consumer-two:after {
		right: 155px;
		top: 40.3%;
		content: "\f0d7";
	}
	.consumer-three:after {
		right: 155px;
		top: 40.3%;
		content: "\f0d7";
	}
	.consumer-four:after {
		right: 155px;
		top: 40.3%;
		content: "\f0d7";
	}
	.consumer-five:after {
		right: 155px;
		top: 40.3%;
		content: "\f0d7";
	}
	.circle-dot-six {
		top: 44px;
		left: 101px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-7 {
		top: 143px;
		left: 100px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-8 {
		top: 161px;
		left: 163px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-9 {
		top: 182px;
		left: 229px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-10 {
		top: 229px;
		left: 230px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-11 {
		top: 279px;
		left: 231px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-12 {
		top: 44px;
		left: 101px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-13 {
		top: 45px;
		left: 230px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-14 {
		top: 85px;
		left: 229px;
		width: 28px;
		height: 28px;	
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-15 {
		top: 115px;
		left: 145px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-16 {
		top: 181px;
		left: 230px;
		width: 28px;
		height: 28px;	
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-17 {
		top: 229px;
		left: 229px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.consumer-six:after {
		right: 155px;
		top: 40.3%;
		content: "\f0d7";
	}
	.consumer-7:after {
		right: 155px;
		top: 40.3%;
		content: "\f0d7";
	}
	.consumer-8:after {
		right: 155px;
		top: 40.3%;
		content: "\f0d7"; 
	}
	.consumer-9:after {
		right: 155px;
		top: 40.3%;
		content: "\f0d7";
	}
	.consumer-10:after {
		right: 155px;
		top: 40.3%;
		content: "\f0d7";
	}
	.consumer-11:after {
		right: 155px;
		top: 40.3%;
		content: "\f0d7";
	}
	.consumer-12:after {
		right: 155px;
		top: 40.3%;
		content: "\f0d7";
	}
	.consumer-13:after {
		right: 155px;
		top: 35.3%;
		content: "\f0d7";
	}
	.consumer-14:after {
		right: 155px;
		top: 40.3%;
		content: "\f0d7";
	}
	.consumer-15:after {
		right: 155px;
		top: 40.3%;
		content: "\f0d7";
	}
	.consumer-16:after {
		right: 155px;
		top: 40.3%;
		content: "\f0d7";
	}
	.consumer-17:after {
		right: 155px;
		top: 40.3%;
		content: "\f0d7";
	}
}

@media screen and (min-width: 370px) and (max-width: 375px) {
	.mobile-box {
		overflow: visible !important;
		height: 900px !important;
	}
	.downarrow.active:after {
		right: 33px;
		bottom: -114%;
	}
	.experience:after {
		right: -15px;
		top: -1%;
		font-size: 60px;
		content: none;
	}
	.deliver:after {
		right: -15px;
		top: 6%;
		font-size: 60px;
		content: none;
	}
	.acquire:after {
		right: -15px;
		top: 19%;
		font-size: 60px;
		content: none;
	}
	.landscape-box h2 {
		font-size: 22px;
		line-height: 24px;
	}
	.landscape-box h3 {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 5px;
	}
	.landscape-box h5 {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 8px;
	}
	.landscape-box p {
		font-size: 14px;
		line-height: 18px;
	}
	.landscape-box ul li {
		font-size: 12px;
		line-height: 14px;
	}
	.downarrow.active:after {
		right: 46px;
		bottom: -62%;
		font-size: 50px;
	}
	.circle-dot {
		position: absolute;
		top: 40px;
		left: 88px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.owner:after, .channel:after, .distributor:after {
		right: -15px;
		top: -1%;
		content: none;
	}
	.consumer:after {
		right: 155px;
		top: 35.3%;
		content: "\f0d7";
	}
	.circle-dot-two {
		top: 128px;
		left: 87px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-three {
		top: 204px;
		left: 204px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-four {
		top: 248px;
		left: 203px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-five {
		top: 311px;
		left: 200px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.consumer-two:after {
		right: 155px;
		top: 35.3%;
		content: "\f0d7";
	}
	.consumer-three:after {
		right: 155px;
		top: 35.3%;
		content: "\f0d7";
	}
	.consumer-four:after {
		right: 155px;
		top: 35.3%;
		content: "\f0d7";
	}
	.consumer-five:after {
		right: 155px;
		top: 35.3%;
		content: "\f0d7";
	}
	.circle-dot-six {
		top: 40px;
		left: 89px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-7 {
		top: 128px;
		left: 90px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-8 {
		top: 141px;
		left: 146px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-9 {
		top: 161px;
		left: 205px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-10 {
		top: 204px;
		left: 205px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-11 {
		top: 248px;
		left: 205px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-12 {
		top: 40px;
		left: 88px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-13 {
		top: 40px;
		left: 204px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-14 {
		top: 77px;
		left: 205px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-15 {
		top: 104px;
		left: 129px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-16 {
		top: 162px;
		left: 204px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.circle-dot-17 {
		top: 204px;
		left: 204px;
		width: 28px;
		height: 28px;
		-webkit-animation:none;
		border-radius: none; 
		box-shadow:none;
	}
	.consumer-six:after {
		right: 155px;
		top: 35.3%;
		content: "\f0d7";
	}
	.consumer-7:after {
		right: 155px;
		top: 35.3%;
		content: "\f0d7";
	}
	.consumer-8:after {
		right: 155px;
		top: 35.3%;
		content: "\f0d7";  
	}
	.consumer-9:after {
		right: 155px;
		top: 35.3%;
		content: "\f0d7";
	}
	.consumer-10:after {
		right: 155px;
		top: 35.3%;
		content: "\f0d7";
	}
	.consumer-11:after {
		right: 155px;
		top: 35.3%;
		content: "\f0d7";
	}
	.consumer-12:after {
		right: 175px;
		top: 40.3%;
		content: "\f0d7";
	}
	.consumer-13:after {
		right: 155px;
		top: 35.3%;
		content: "\f0d7";
	}
	.consumer-14:after {
		right: 155px;
		top: 35.3%;
		content: "\f0d7";
	}
	.consumer-15:after {
		right: 155px;
		top: 35.3%;
		content: "\f0d7";
	}
	.consumer-16:after {
		right: 155px;
		top: 35.3%;
		content: "\f0d7";
	}
	.consumer-17:after {
		right: 155px;
		top: 35.3%;
		content: "\f0d7";
	}
}

@media screen and (min-width: 100px) and (max-width: 320px) {

.mobile-box {
	overflow: visible !important;
	height: 900px !important;
}
.tailored h5 {
	font-size: 26px;
}
.tailored h2 {
	font-size: 28px;
}
.downarrow.active:after {
	right: 33px;
	bottom: -114%;
}
.experience:after {
	right: -15px;
	top: -1%;
	font-size: 60px;
	content: none;
}
.deliver:after {
	right: -15px;
	top: 6%;
	font-size: 60px;
	content: none;
}
.acquire:after {
	right: -15px;
	top: 19%;
	font-size: 60px;
	content: none;
}
.landscape-box h2 {
	font-size: 22px;
	line-height: 24px;
}
.landscape-box h3 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}
.landscape-box h5 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 8px;
}
.landscape-box p {
	font-size: 14px;
	line-height: 18px;
}
.landscape-box ul li {
	font-size: 12px;
	line-height: 14px;
}
.downarrow.active:after {
	right: 36px;
	bottom: -81%;
	font-size: 50px;
}
.circle-dot {
	position: absolute;
	top: 32px;
	left: 73px;
	width: 24px;
	height: 24px;
	-webkit-animation:none;
	border-radius: none; 
    box-shadow:none;
}
.owner:after, .channel:after, .distributor:after {
	right: -15px;
	top: -1%;
	content: none;
}
.consumer:after {
	right: 175px;
	top: 40.3%;
	content: "\f0d7";
}
.circle-dot-two {
	top: 106px;
	left: 73px;
	width: 24px;
	height: 24px;
	-webkit-animation:none;
	border-radius: none; 
    box-shadow:none;
}
.circle-dot-three {
	top: 169px;
	left: 168px;
	width: 24px;
	height: 24px;
	-webkit-animation:none;
	border-radius: none; 
    box-shadow:none;
}
.circle-dot-four {
	top: 204px;
	left: 168px;
	width: 24px;
	height: 25px;
	-webkit-animation:none;
	border-radius: none; 
    box-shadow:none;
}
.circle-dot-five {
	top: 258px;
	left: 166px;
	width: 24px;
	height: 24px;
	-webkit-animation:none;
	border-radius: none; 
    box-shadow:none;
}
.consumer-two:after {
	right: 175px;
	top: 40.3%;
	content: "\f0d7";
}
.consumer-three:after {
	right: 175px;
	top: 40.3%;
	content: "\f0d7";
}
.consumer-four:after {
	right: 175px;
	top: 40.3%;
	content: "\f0d7";
}
.consumer-five:after {
	right: 175px;
	top: 40.3%;
	content: "\f0d7";
}
.circle-dot-six {
	top: 32px;
	left: 73px;
	width: 24px;
	height: 24px;
	-webkit-animation:none;
	border-radius: none; 
    box-shadow:none;
}
.circle-dot-7 {
	top: 106px;
	left: 73px;
	width: 24px;
	height: 24px;
	-webkit-animation:none;
	border-radius: none; 
    box-shadow:none;
}
.circle-dot-8 {
	top: 117px;
	left: 122px;
	width: 24px;
	height: 24px;
	-webkit-animation:none;
	border-radius: none; 
    box-shadow:none;
}
.circle-dot-9 {
	top: 133px;
	left: 170px;
	width: 24px;
	height: 24px;
	-webkit-animation:none;
	border-radius: none; 
    box-shadow:none;
}
.circle-dot-10 {
	top: 169px;
	left: 171px;
	width: 24px;
	height: 24px;
	-webkit-animation:none;
	border-radius: none; 
    box-shadow:none;
}
.circle-dot-11 {
	top: 205px;
	left: 170px;
	width: 24px;
	height: 24px;
	-webkit-animation:none;
	border-radius: none; 
    box-shadow:none;
}
.circle-dot-12 {
	top: 33px;
	left: 73px;
	width: 24px;
	height: 24px;
	-webkit-animation:none;
	border-radius: none; 
    box-shadow:none;
}
.circle-dot-13 {
	top: 33px;
	left: 170px;
	width: 24px;
	height: 24px;
	-webkit-animation:none;
	border-radius: none; 
    box-shadow:none;
}
.circle-dot-14 {
	top: 63px;
	left: 170px;
	width: 24px;
	height: 24px;
	-webkit-animation:none;
	border-radius: none; 
    box-shadow:none;
}
.circle-dot-15 {
	top: 86px;
	left: 107px;
	width: 24px;
	height: 24px;
	-webkit-animation:none;
	border-radius: none; 
    box-shadow:none;
}
.circle-dot-16 {
	top: 134px;
	left: 169px;
	width: 24px;
	height: 24px;
	-webkit-animation:none;
	border-radius: none; 
    box-shadow:none;
}
.circle-dot-17 {
	top: 169px;
	left: 170px;
	width: 24px;
	height: 24px;
	-webkit-animation:none;
	border-radius: none; 
    box-shadow:none;
}
.consumer-six:after {
	right: 175px;
	top: 40.3%;
	content: "\f0d7";
}
.consumer-7:after {
	right: 175px;
	top: 40.3%;
	content: "\f0d7";
}
.consumer-8:after {
	right: 175px;
	top: 40.3%;
	content: "\f0d7";  
}
.consumer-9:after {
	right: 175px;
	top: 40.3%;
	content: "\f0d7";
}
.consumer-10:after {
	right: 175px;
	top: 40.3%;
	content: "\f0d7";
}
.consumer-11:after {
	right: 175px;
	top: 40.3%;
	content: "\f0d7";
}
.consumer-12:after {
	right: 175px;
	top: 40.3%;
	content: "\f0d7";
}
.consumer-13:after {
	right: 175px;
	top: 40.3%;
	content: "\f0d7";
}
.consumer-14:after {
	right: 175px;
	top: 40.3%;
	content: "\f0d7";
}
.consumer-15:after {
	right: 175px;
	top: 40.3%;
	content: "\f0d7";
}
.consumer-16:after {
	right: 175px;
	top: 40.3%;
	content: "\f0d7";
}
.consumer-17:after {
	right: 175px;
	top: 40.3%;
	content: "\f0d7";
}
}

.onepage-nav {
    padding: 0px;
    position: relative;
    background: #d4103a;
}
.onepage-nav ul {
   list-style: none;
   padding: 0;
   margin: 0;
}
.onepage-nav ul li {
   position: relative;
   display: inline-block;
   margin: 0px;
    padding: 0px;
}
.onepage-nav ul li a {
   display: block;
   line-height: 24px;
   font-size: 14px;
    padding: 10px 20px;
   font-family: 'MuseoSans-100';
    color: #fff;
   text-transform: uppercase;
}
.onepage-nav ul li a:hover, .onepage-nav ul li a.active:hover {
   background: #01224b !important;
   color: #fff !important;
}
.onepage-nav li.active a{
    background: #01224b;
    color: #fff;
 }

.subactive{
    background: #01224b !important;
   color: #fff !important;
}

.video-title h2 {
   font-size: 32px;
   font-family: 'MuseoSans-700';
   color: #002b4a;
   line-height: 34px;
   margin-bottom: 20px;
}

.fixed-top {
   position: fixed;
   top: 84px;
   right: 0;
   left: 0;
   z-index: 99;
    background: #d4103a;
    margin-top: 0px;
}

.anchor {
    display: block;
    height: 92px;
    margin-top: -92px;
    visibility: hidden;
}

@media (max-width: 768px){
    .onepage-nav ul li a {
        color: #fff;
    }
    .onepage-nav {
        background: #d4103a;
   margin-top: 0px;
   padding: 10px 0px;
    }
    .fixed-top {
        top: 64px;
        margin-top: 0px;
    }

}

@media (max-width: 764px){
    
.seletc-menu {
   font-size: 1.2375rem;
   padding: 0.2rem 0.1rem;
}
.seletc-menu:hover {
   color: #fff;
   text-decoration: none;
}

}