@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,600,500,700|Roboto:100,300,400,500,700&display=swap");
@keyframes fadeFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeFromUp {
  animation-name: fadeFromUp;
}

.fadeFromRight {
  animation-name: fadeFromRight;
}

.fadeFromLeft {
  animation-name: fadeFromLeft;
}
/*global area*/
/*----------------------------------------------------*/
.conexxis-home {
  margin: 0;
  padding: 0;
  color: #767676;
  font-size: 18px;
  overflow-x: hidden;
  line-height: 1.625;
  font-family: 'Work Sans', sans-serif;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.conexxis-home::selection {
  color: #ffffff;
  background-color: #6e3ebf;
}

.conexxis-home::-moz-selection {
  color: #ffffff;
  background-color: #6e3ebf;
}

.container {
  max-width: 1200px;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  list-style: none;
  display: block;
}

div#conexxis-preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: rgb(108,112,203);
  background: linear-gradient(180deg, rgba(108,112,203,1) 0%, rgba(70,159,221,1) 100%);
  background: rgb(108,112,203) url("../img/pre.svg") no-repeat center center;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

section {
  overflow: hidden;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  box-shadow: none;
}

.pera-content p {
  margin-bottom: 0;
}
@keyframes zooming {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
.zooming {
  animation: zooming 18s infinite both;
}

.conexxis-headline h1,
.conexxis-headline h2,
.conexxis-headline h3,
.conexxis-headline h4,
.conexxis-headline h5,
.conexxis-headline h6 {
  margin: 0;
  font-family: 'Heebo', sans-serif;
}

.conexxis-scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 90px;
  display: none;
  position: fixed;
  line-height: 55px;
  border-radius: 100%;
  background-color: #6c70cb;
}
.conexxis-scrollup i {
  color: #fff;
  font-size: 20px;
}

.whatsapp-scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  position: fixed;
  line-height: 55px;
  border-radius: 100%;
  background-color: #25D366;
}
.whatsapp-scrollup i {
  color: #fff;
  font-size: 20px;
}

.conexxis-section-title span {
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(90deg, #0160e7 0%, #04bdef 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.conexxis-section-title h2 {
  color: #003a6c;
  font-size: 48px;
  font-weight: 700;
  padding-top: 5px;
  line-height: 1.208;
}
.conexxis-section-title p {
  color: #7990a4;
  font-size: 20px;
  padding-top: 10px;
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.conexxis-main-header {
  top: 0;
  width: 100%;
  z-index: 10;
  padding-top: 40px;
  position: absolute;
}
.conexxis-main-header .conexxis-brand-logo {
  margin-top: 10px;
}
.conexxis-main-header .dropdown {
  position: relative;
}
.conexxis-main-header .dropdown:after {
  top: -2px;
  color: #fff;
  right: -14px;
  content: "+";
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  transition: 0.3s all ease-in-out;
}
.conexxis-main-header .dropdown .dropdown-menu {
  top: 65px;
  left: 0;
  opacity: 0;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 200px;
  border: none;
  display: block;
  border-radius: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  border-bottom: 2px solid #01e07b;
  box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}
.conexxis-main-header .dropdown .dropdown-menu li {
  width: 100%;
  margin-left: 0;
  border-bottom: 1px solid #e5e5e5;
}
.conexxis-main-header .dropdown .dropdown-menu li a {
  width: 100%;
  color: #343434;
  display: block;
  font-size: 14px;
  padding: 10px 25px;
  position: relative;
  transition: 0.3s all ease-in-out;
}
.conexxis-main-header .dropdown .dropdown-menu li a:before {
  display: none;
}
.conexxis-main-header .dropdown .dropdown-menu li a:after {
  left: 10px;
  top: 16px;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  border-radius: 100%;
  transform: scale(0);
  background-color: #fff;
  transition: 0.3s all ease-in-out;
}
.conexxis-main-header .dropdown .dropdown-menu li a:hover {
  background-color: #01e07b;
  color: #fff;
}
.conexxis-main-header .dropdown .dropdown-menu li a:hover:after {
  transform: scale(1);
}
.conexxis-main-header .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}
.conexxis-main-header .dropdown:hover .dropdown-menu {
  top: 45px;
  opacity: 1;
  visibility: visible;
}
.conexxis-main-header .conexxis-sidebar-toggle {
  left: 0;
  top: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  border-radius: 100%;
  background-color: #003a6c;
}
.conexxis-main-header .conexxis-sidebar-toggle span {
  display: inline-block;
  padding-top: 10px;
  text-align: center;
}
.conexxis-main-header .conexxis-sidebar-toggle span svg {
  fill: #fff;
  height: 17px;
}

.conexxis-main-menu-item {
	margin-top: 20px;
}

.conexxis-sticky-on .conexxis-main-menu-item {
	margin-top: 15px;
    margin-bottom: 10px;
}


.conexxis-main-menu-item .navbar-nav {
  display: inherit;
}
.conexxis-main-menu-item .conexxis-main-navigation {
  padding-top: 15px;
  display: inline-block;
}
.conexxis-main-menu-item .conexxis-main-navigation li {
  margin: 0px 15px;
}
.conexxis-main-menu-item .conexxis-main-navigation li a {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 30px;
  font-family: 'Heebo', sans-serif;
}
.conexxis-main-menu-item .conexxis-main-navigation li a:hover {
  color: #bef3ff;
}
.conexxis-main-menu-item .conexxis-main-navigation li a span {
  font-weight: 800;  
}
.conexxis-main-menu-item .conexxis-header-btn {
  height: 60px;
  width: 170px;
  line-height: 58px;
  margin-left: 30px;
  border-radius: 30px;
  border: 2px solid #b5e5db;
  transition: 0.3s all ease-in-out;
}
.conexxis-main-menu-item .conexxis-header-btn a {
  color: #b5e5db;
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s all ease-in-out;
}
.conexxis-main-menu-item .conexxis-header-btn:hover {
  background: rgb(101,107,192);
  background: linear-gradient(90deg, rgba(101,107,192,1) 0%, rgba(6,40,46,1) 100%);
  border: 2px solid rgb(101,107,192);
}
.conexxis-main-menu-item .conexxis-header-btn:hover a {
  color: #fff;
}

.conexxis-side-bar-toggle {
  z-index: 1;
  width: 70px;
  height: 70px;
  right: 240px;
  bottom: -60px;
  cursor: pointer;
  line-height: 65px;
  text-align: center;
  position: absolute;
  border-radius: 10px;
  background-color: #fff;
  border: 2px solid #7990a4;
}
.conexxis-side-bar-toggle:before {
  top: 8px;
  left: 8px;
  content: "";
  width: 50px;
  height: 50px;
  z-index: -1;
  position: absolute;
  border-radius: 10px;
  background-color: #fc5a84;
}
.conexxis-side-bar-toggle i {
  color: #fff;
  font-size: 26px;
}

.sm-side_inner_content {
  top: 0px;
  bottom: 0;
  right: -420px;
  height: 110vh;
  z-index: 101;
  position: fixed;
  width: 400px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 50px 50px;
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  transition: all 0.5s;
}
.sm-side_inner_content p {
  text-align: left;
}
.sm-side_inner_content .side_inner_logo {
  margin: 30px 0px;
}
.sm-side_inner_content .side_contact {
  margin-bottom: 30px;
}
.sm-side_inner_content .side_contact .social_widget {
  margin-bottom: 40px;
}
.sm-side_inner_content .side_contact .social_widget h3 {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0px 10px 0px;
}
.sm-side_inner_content .side_contact .social_widget li {
  color: #fff;
  width: 30px;
  height: 30px;
  margin: 0px 3px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  background-color: #7990a4;
}
.sm-side_inner_content .side_contact .social_widget li i {
  font-size: 14px;
}
.sm-side_inner_content .side_contact .conexxis-sidebar-gallary {
  margin-bottom: 25px;
}
.sm-side_inner_content .side_contact .conexxis-sidebar-gallary h3 {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0px 10px 0px;
}
.sm-side_inner_content .side_contact .conexxis-sidebar-gallary li {
  float: left;
  margin: 5px 3px;
}
.sm-side_inner_content .side_copywright {
  font-size: 14px;
}
.sm-side_inner_content .close_btn {
  top: 30px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  position: absolute;
  background-color: #f5f5f5;
  transition: 0.3s all ease-in-out;
}
.sm-side_inner_content .close_btn i {
  font-size: 14px;
}
.sm-side_inner_content .close_btn:hover {
  background-color: #fc5a84;
}
.sm-side_inner_content .close_btn:hover i {
  color: #fff;
}

.conexxis-sidebar-inner.wide_side_on .sm-side_inner_content {
  right: -15px;
  z-index: 99;
  transition: all 0.7s;
}

.conexxis-sidebar-inner .side_overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  z-index: 11;
  height: 110vh;
  visibility: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-in-out;
  cursor: url(../img/cl.png), auto;
}

.body_overlay_on {
  overflow: hidden;
}

.conexxis-sidebar-inner.wide_side_on .side_overlay {
  opacity: 1;
  visibility: visible;
}

.conexxis-sticky-on {
  top: 0px;
  position: fixed;
  padding: 10px 0px;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-timing-function: ease;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  background: linear-gradient(45deg, #0c283c 0%, #4f93d8 100%);
}
.conexxis-sticky-on .conexxis-main-menu-item .conexxis-main-navigation {
  padding-top: 15px;
}

.conexxis-main-header .conexxis-mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 280px;
  overflow-y: scroll;
  background: rgb(12,40,60);
  background: linear-gradient(188deg, rgba(12,40,60,1) 0%, rgba(53,131,216,1) 44%, rgba(34,92,241,1) 66%, rgba(177,231,230,1) 87%);
  padding: 40px 0px;
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  transition: all 0.5s ease-in;
}
.conexxis-main-header .conexxis-mobile_menu_content .conexxis-mobile-main-navigation {
  width: 100%;
}
.conexxis-main-header .conexxis-mobile_menu_content .conexxis-mobile-main-navigation .navbar-nav {
  width: 100%;
}
.conexxis-main-header .conexxis-mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  transform: none !important;
}
.conexxis-main-header .conexxis-mobile_menu_content .conexxis-mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid #469fdd;
}
.conexxis-main-header .conexxis-mobile_menu_content .conexxis-mobile-main-navigation .navbar-nav li:first-child {
  border-bottom: 1px solid #469fdd;
}
.conexxis-main-header .conexxis-mobile_menu_content .conexxis-mobile-main-navigation .navbar-nav li a {
  color: #fff;
  padding: 0;
  width: 100%;
  display: block;
  font-weight: 200;
  font-size: 14px;
  padding: 10px 30px;
  font-family: 'Heebo', sans-serif;
}

.conexxis-main-header .conexxis-mobile_menu_content .conexxis-mobile-main-navigation .navbar-nav li a span {
	font-weight: 700;
}

.conexxis-main-header .conexxis-mobile_menu_content .m-brand-logo {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.conexxis-main-header .conexxis-mobile_menu_wrap.mobile_menu_on .conexxis-mobile_menu_content {
  right: 0px;
  transition: all 0.7s ease-out;
}
.conexxis-main-header .mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.5s ease-in-out;
}
.conexxis-main-header .mobile_menu_overlay_on {
  overflow: hidden;
}
.conexxis-main-header .conexxis-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}
.conexxis-main-header .conexxis-mobile_menu_button {
  right: 0;
  top: -55px;
  z-index: 5;
  color: #b5e5db;
  display: none;
  cursor: pointer;
  font-size: 30px;
  line-height: 40px;
  position: absolute;
  text-align: center;
}
.conexxis-main-header .conexxis-mobile_menu .conexxis-mobile-main-navigation .navbar-nav li a:after {
  display: none;
}
.conexxis-main-header .conexxis-mobile_menu .conexxis-mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.conexxis-main-header .conexxis-mobile_menu .conexxis-mobile_menu_content .conexxis-mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  transition: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}
.conexxis-main-header .conexxis-mobile_menu .conexxis-mobile_menu_content .conexxis-mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 20px;
  line-height: 1;
}
.conexxis-main-header .conexxis-mobile_menu .dropdown {
  position: relative;
}
.conexxis-main-header .conexxis-mobile_menu .dropdown .dropdown-btn {
  position: absolute;
  top: 6px;
  right: 10px;
  height: 30px;
  color: #afafaf;
  line-height: 22px;
  padding: 5px 10px;
  border: 1px solid #480b86;
}
.conexxis-main-header .conexxis-mobile_menu .dropdown:after {
  display: none;
}
.conexxis-main-header .conexxis-mobile_menu .conexxis-mobile_menu_close {
  color: #469fdd;
  cursor: pointer;
  top: 15px;
  left: 15px;
  font-size: 20px;
  position: absolute;
}

/*---------------------------------------------------- */
/*banner area*/
/*----------------------------------------------------*/
@keyframes man-updown {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes man-updown {
  0% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(-1px);
  }
}
@keyframes man-updown {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes floatY {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes floatX {
  0% {
    transform: translateX(140px);
  }
  50% {
    transform: translateX(60px);
  }
  100% {
    transform: translateX(140px);
  }
}
.conexxis-banner-content {
  z-index: 1;
  margin: 0 auto;
  max-width: 975px;
  position: relative;
  padding: 175px 0px 580px;
}
.conexxis-banner-content .conexxis-banner-text span {
  color: #b5e5db;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: 'Heebo', sans-serif;
}
.conexxis-banner-content .conexxis-banner-text h1 {
  color: #fff;
  font-size: 75px;
  font-weight: 100;
}
.conexxis-banner-content .conexxis-banner-text h1 strong {
  font-weight: 700;
}
.conexxis-banner-content .banner-input-field {
  margin-top: 25px;
  justify-content: center;
}
.conexxis-banner-content .banner-input-field .conexxis-form-input {
  margin: 0px 8px;
}
.conexxis-banner-content .banner-input-field .conexxis-form-input span {
  top: 23px;
  left: 35px;
  color: #fff;
  position: absolute;
}
.conexxis-banner-content .banner-input-field .conexxis-form-input input {
  height: 70px;
  width: 625px;
  color: #fff;
  padding-left: 65px;
  border-radius: 35px;
  background-color: rgba(70, 159, 221, 0.25);
  border: 1px solid #469fdd;
}
.conexxis-banner-content .banner-input-field .conexxis-form-input input::placeholder {
  color: #a3daff;
}
.conexxis-banner-content .banner-input-field button {
  color: #fff;
  width: 200px;
  height: 70px;
  margin-left: 8px;
  font-weight: 700;
  border-radius: 35px;
  background-color: #6c70cb;
  border: 1px solid #7f83e4;
  transition: 0.3s all ease-in-out;
  font-family: 'Heebo', sans-serif;

}
.conexxis-banner-content .banner-input-field button:hover {
  border: 2px solid #fff;
  background-color: transparent;
}

.conexxis-banner-section {
  overflow: visible;
  margin-bottom: 180px;
}
.conexxis-banner-section .conexxis-banner-vector {
  right: 0;
  left: 120px;
  bottom: -180px;
  position: absolute;
  animation: man-updown 2s infinite alternate;
}
.conexxis-banner-section .conexxis-banner-shape {
  top: 0;
  left: 0;
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/

.soft-m-section-title-section h2 {
  color: #06282e;
  font-size: 48px;
  font-weight: 700;
  font-family: 'Heebo', sans-serif;
}

.soft-m-section-title-section span {
  color: #469fdd;
  font-size: 18px;
  font-weight: 800;
  font-family: 'Heebo', sans-serif;
}

.soft-m-section-title h2 {
  color: #fdfdfd;
  width: 80%;
  font-size: 48px;
  font-weight: 700;
  font-family: 'Heebo', sans-serif;
}



.conexxis-service-section {
  padding: 120px 0px;
}

.conexxis-service-innerbox {
  padding: 50px 40px;
  box-shadow: 0px 16px 32px 0px rgba(24, 37, 50, 0.1);
}
.conexxis-service-innerbox .conexxis-service-icon {
  margin-bottom: 35px;
  transition: all 0.35s cubic-bezier(0.38, 3, 0.57, 1.6);
  transform: translate3d(0px, 0, 0);
}
.conexxis-service-innerbox .conexxis-service-text h3 {
  color: #469fdd;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
}
.conexxis-service-innerbox .conexxis-service-text .conexxis-service-btn {
  margin-top: 25px;
  color: #fdfdfd;
}
.conexxis-service-innerbox .conexxis-service-text .conexxis-service-btn i {
  width: 50px;
  height: 50px;
  z-index: 2;
  line-height: 50px;
  border-radius: 100%;
  background-color: #b5e5db;
  transition: 0.4s all ease-in-out;
  position: relative;
}
.conexxis-service-innerbox .conexxis-service-text .conexxis-service-btn i:after {
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  position: absolute;
  transform: scale(0);
  border-radius: 100%;
  transition: 0.3s all ease-in-out;
  background-image: linear-gradient(-45deg, #647acf 0%, #5093d8 100%);
}
.conexxis-service-innerbox .conexxis-service-text .conexxis-service-btn span {
  top: 15px;
  opacity: 0;
  left: 115px;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  visibility: hidden;
  transition: 0.4s all ease-in-out;
}
.conexxis-service-innerbox .conexxis-service-text .conexxis-service-btn:hover i {
  color: #fff;
  transform: translateX(-40px);
}
.conexxis-service-innerbox .conexxis-service-text .conexxis-service-btn:hover i:after {
  transform: scale(1);
}
.conexxis-service-innerbox .conexxis-service-text .conexxis-service-btn:hover span {
  opacity: 1;
  left: 135px;
  visibility: visible;
	color: #06282e;
}
.conexxis-service-innerbox:hover .conexxis-service-icon {
  transition: all 0.35s cubic-bezier(0.38, 3, 0.57, 1.6);
  transform: translate3d(0px, -6px, 0);
}

.conexxis-about-img {
  position: absolute;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.conexxis-about-section {
  padding: 25px 0px 110px;
}
.conexxis-about-section .conexxis-about-img {
  top: 0;
  left: -215px;
  position: absolute;
  animation: man-updown 2s infinite alternate;
}

.conexxis-about-text-wrap {
  float: right;
  max-width: 570px;
  padding-left: 35px;
}

.conexxis-about-text {
  color: #7990a4;
  font-size: 20px;
  line-height: 1.5;
  margin: 18px 0px 45px;
}

.conexxis-about-list-item {
  margin-bottom: 32px;
}
.conexxis-about-list-item .conexxis-about-list-icon {
  height: 60px;
  width: 60px;
  margin-right: 25px;
}
.conexxis-about-list-item .conexxis-about-list-text h3 {
  color: #003a6c;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
}

.conexxis-cta-content {
  border-radius: 10px;
  margin-bottom: 115px;
  background-color: #f5fbff;
  padding: 28px 15px 28px 40px;
}
.conexxis-cta-content p {
  font-weight: 700;
  color: #003a6c;
  font-size: 20px;
  font-family: 'Heebo', sans-serif;
}
.conexxis-cta-content p span {
  color: #ff7eb8;
}
.conexxis-cta-content .conexxis-cta-btn {
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  position: absolute;
  line-height: 50px;
  border-radius: 100%;
  background-image: linear-gradient(-45deg, #0160e7 0%, #04bdef 100%);
}
.conexxis-cta-content .conexxis-cta-btn a {
  width: 100%;
  color: #fff;
  display: block;
}
.conexxis-cta-content .conexxis-cta-btn a i {
  transition: 0.4s all ease-in-out;
}
.conexxis-cta-content .conexxis-cta-btn a:hover i {
  transform: rotate(130deg);
}

.conexxis-partner-content {
  margin: 0px -40px;
}
.conexxis-partner-content li {
  padding: 0px 40px;
  margin-bottom: 50px;
}
.conexxis-partner-content li img {
  transition: 0.4s all ease-in-out;
  filter: grayscale(1);
}
.conexxis-partner-content li img:hover {
  filter: grayscale(0);
  transform: scale(1.1);
}

/*---------------------------------------------------- */
/*Portfolio area*/
/*----------------------------------------------------*/
.conexxis-portfolio-section {
  padding-top: 60px;
}
.conexxis-portfolio-section:after {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 55px;
  position: absolute;
  background-color: #000a2a;
}

.conexxis-portfolio-content {
  margin-right: -500px;
}
.conexxis-portfolio-content .owl-nav {
  bottom: 100px;
  left: -500px;
  position: absolute;
}
.conexxis-portfolio-content .owl-nav .owl-prev,
.conexxis-portfolio-content .owl-nav .owl-next {
  width: 60px;
  height: 60px;
  cursor: pointer;
  line-height: 60px;
  text-align: center;
  margin-right: 15px;
  border-radius: 100%;
  display: inline-block;
  background-color: #f5fbff;
  transition: 0.4s all ease-in-out;
}
.conexxis-portfolio-content .owl-nav .owl-prev:hover,
.conexxis-portfolio-content .owl-nav .owl-next:hover {
  color: #fff;
  background-color: #0289eb;
}

.conexxis-portfolio-img-text .conexxis-portfolio-img img {
  transition: 0.5s all ease-in-out;
}
.conexxis-portfolio-img-text .conexxis-portfolio-img:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  opacity: 0;
  height: 100%;
  z-index: 1;
  position: absolute;
  background-color: #000;
  transition: 0.4s all ease-in-out;
}
.conexxis-portfolio-img-text .conexxis-portfolio-text {
  top: 50%;
  left: 0;
  right: 0;
  width: 50px;
  z-index: 2;
  height: 50px;
  margin: 0 auto;
  border-radius: 100%;
  line-height: 50px;
  position: absolute;
  background-color: #fff;
  transform: translateY(-50%) scale(0);
  transition: 0.4s all ease-in-out;
}
.conexxis-portfolio-img-text .conexxis-portfolio-text a {
  width: 100%;
  display: block;
}
.conexxis-portfolio-img-text:hover .conexxis-portfolio-img:before {
  opacity: 0.7;
}
.conexxis-portfolio-img-text:hover .conexxis-portfolio-text {
  transform: translateY(-50%) scale(1);
}

/*---------------------------------------------------- */
/*Boost area*/
/*----------------------------------------------------*/
.conexxis-boost-section {
  padding: 115px 0px;
  background-color: #000a2a;
}
.conexxis-boost-section .conexxis-section-title h2 {
  color: #fff;
}

.conexxis-boost-form {
  flex-wrap: wrap;
  margin-top: 40px;
}
.conexxis-boost-form .conexxis-boost-input {
  margin-right: 20px;
}
.conexxis-boost-form .conexxis-boost-input span {
  top: 23px;
  left: 35px;
  position: absolute;
}
.conexxis-boost-form .conexxis-boost-input input {
  width: 400px;
  height: 70px;
  border: none;
  padding-left: 70px;
  border-radius: 40px;
  background-color: #0a1539;
}
.conexxis-boost-form .conexxis-boost-input input::placeholder {
  color: #566492;
}
.conexxis-boost-form button {
  color: #fff;
  border: none;
  height: 70px;
  width: 330px;
  font-weight: 700;
  border-radius: 40px;
  background-color: #0289eb;
  border: 2px solid #0289eb;
  transition: 0.3s all ease-in-out;
}
.conexxis-boost-form button i {
  margin-right: 5px;
}
.conexxis-boost-form button:hover {
  border: 2px solid #fff;
  background-color: transparent;
}

/*---------------------------------------------------- */
/*why-choose area*/
/*----------------------------------------------------*/
.conexxis-why-choose-section {
  padding: 120px 0px;
}
.conexxis-why-choose-section .conexxis-why-choose-img {
  animation: man-updown 2s infinite alternate;
}

.conexxis-why-choose-text {
  padding: 20px 0px 0px 20px;
}
.conexxis-why-choose-text .conexxis-section-title p {
  padding-top: 20px;
}

.conexxis-why-choose-counter {
  margin-top: 45px;
}
.conexxis-why-choose-counter .counter-boxed {
  margin-right: 60px;
  display: inline-block;
}
.conexxis-why-choose-counter .counter-boxed:nth-child(2) {
  margin-right: 0;
}
.conexxis-why-choose-counter .counter-boxed .graph-outer {
  margin-bottom: 25px;
}
.conexxis-why-choose-counter .counter-boxed h3 {
  color: #003a6c;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 15px;
}
.conexxis-why-choose-counter .counter-boxed span {
  color: #03a0ec;
  font-weight: 700;
}
.conexxis-why-choose-counter .counter-boxed .count-text {
  font-size: 40px;
  font-weight: 700;
  font-family: 'Heebo', sans-serif;
  background: linear-gradient(90deg, #0160e7 0%, #04bdef 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.conexxis-why-choose-counter .counter-boxed .count-box {
  left: 30px;
  top: 30px;
  font-weight: 700;
  position: absolute;
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.conexxis-blog-section {
  z-index: 1;
  padding: 115px 0px;
}
.conexxis-blog-section:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 485px;
  position: absolute;
  background-color: #f5fbff;
}
.conexxis-blog-section .conexxis-blog-content {
  padding-top: 40px;
}

.conexxis-blog-img-text .conexxis-blog-img {
  overflow: hidden;
}
.conexxis-blog-img-text .conexxis-blog-img img {
  transition: 0.5s all ease-in-out;
}
.conexxis-blog-img-text .conexxis-blog-text {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.conexxis-blog-img-text .conexxis-blog-text .conexxis-date-meta {
  top: -40px;
  right: 40px;
  width: 80px;
  height: 80px;
  color: #7990a4;
  font-size: 14px;
  font-weight: 700;
  padding-top: 18px;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.04);
}
.conexxis-blog-img-text .conexxis-blog-text .conexxis-date-meta span {
  color: #000a2a;
  line-height: 1;
  display: block;
  font-size: 30px;
  font-family: 'Heebo', sans-serif;
}
.conexxis-blog-img-text .conexxis-blog-text .conexxis-blog-cat {
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(90deg, #0160e7 0%, #04bdef 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.conexxis-blog-img-text .conexxis-blog-text h3 {
  color: #003a6c;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.455;
  padding: 5px 0px 10px;
}
.conexxis-blog-img-text .conexxis-blog-text .conexxis-post-author {
  margin-top: 15px;
}
.conexxis-blog-img-text .conexxis-blog-text .conexxis-post-author .conexxis-author-img {
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-right: 14px;
  border-radius: 100%;
}
.conexxis-blog-img-text .conexxis-blog-text .conexxis-post-author h4 {
  color: #003a6c;
  font-size: 14px;
  font-weight: 700;
  padding-top: 12px;
}
.conexxis-blog-img-text:hover .conexxis-blog-img img {
  transform: scale(1.2);
}

/*---------------------------------------------------- */
/*footer area*/
/*----------------------------------------------------*/
.conexxis-footer-content-wrap {
  z-index: 1;
  margin: 0 auto;
  max-width: 1310px;
  padding-bottom: 50px;
  background-color: #fff;
}

.conexxis-footer-widget-wrapper:after {
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  background: linear-gradient(45deg, #0160e7 0%, #04bdef 100%);
}

.conexxis-footer-widget {
  display: inline-block;
}
.conexxis-footer-widget .widget-title {
  color: #003378;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 35px;
}
.conexxis-footer-widget .footer-menu-widget {
  padding-right: 80px;
}
.conexxis-footer-widget .footer-menu-widget li {
  margin-bottom: 15px;
}
.conexxis-footer-widget .footer-menu-widget li a {
  transition: 0.3s all ease-in-out;
}
.conexxis-footer-widget .footer-menu-widget li a:hover {
  color: #04bdef;
}
.conexxis-footer-widget .footer-menu-widget .footer-store a {
  display: block;
  margin-bottom: 5px;
}
.conexxis-footer-widget .conexxis-footer-blog-img-text {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #edf0f8;
}
.conexxis-footer-widget .conexxis-footer-blog-img-text:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.conexxis-footer-widget .conexxis-footer-blog-img-text .conexxis-footer-blog-img {
  height: 80px;
  width: 100px;
  overflow: hidden;
  margin-right: 20px;
}
.conexxis-footer-widget .conexxis-footer-blog-img-text .conexxis-footer-blog-text .conexxis-footer-date-meta {
  font-size: 14px;
}
.conexxis-footer-widget .conexxis-footer-blog-img-text .conexxis-footer-blog-text h3 {
  color: #003a6c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
}

.conexxis-footer-copyright {
  padding: 30px 0px 25px;
  background: linear-gradient(45deg, #0160e7 0%, #04bdef 100%);
}
.conexxis-footer-copyright .conexxis-footer-copyright-menu li {
  margin-right: 70px;
}
.conexxis-footer-copyright .conexxis-footer-copyright-menu li a {
  color: #fff;
  font-weight: 700;
}
.conexxis-footer-copyright .conexxis-footer-copyright-text span {
  color: #fff;
  font-size: 14px;
}
.conexxis-footer-copyright .conexxis-footer-copyright-text span a {
  font-weight: 700;
}

/*---------------------------------------------------- */
/*responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1199px) {
  .conexxis-portfolio-content .owl-nav {
    left: -485px;
  }

  .conexxis-boost-form .conexxis-boost-input input {
    width: 315px;
  }

  .conexxis-boost-form button {
    width: 250px;
  }

  .conexxis-banner-section .conexxis-banner-shape {
    display: none;
  }

  .conexxis-portfolio-content .owl-nav {
    left: -400px;
  }
}
@media screen and (max-width: 1024px) {
  .conexxis-main-menu-item .conexxis-main-navigation li {
    margin: 0px 15px;
  }

  .conexxis-about-section .conexxis-about-img {
    left: -350px;
  }

  .conexxis-portfolio-content .owl-nav {
    bottom: 60px;
  }

  .conexxis-why-choose-counter .counter-boxed {
    margin-right: 15px;
  }

  .conexxis-why-choose-counter .counter-boxed h3 {
    font-size: 20px;
  }

  .conexxis-footer-widget .footer-menu-widget {
    padding-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .conexxis-main-menu-item .conexxis-main-navigation {
    display: none;
  }

  .conexxis-main-menu-item .conexxis-header-btn {
    height: 50px;
    width: 130px;
    line-height: 48px;
    margin-left: 25px;
    margin-right: 45px;
  }

  .conexxis-main-header {
    padding-top: 10px;
  }

  .conexxis-main-header .conexxis-mobile_menu_button {
    display: block;
  }

  .conexxis-main-header .conexxis-sidebar-toggle {
    display: none;
  }

  .conexxis-main-header .conexxis-brand-logo {
    padding-left: 0;
  }

  .conexxis-banner-content {
    padding: 175px 0px 290px;
  }

  .conexxis-service-innerbox {
    margin-bottom: 40px;
  }

  .conexxis-portfolio-content {
    margin-right: 0;
    margin-top: 40px;
  }

  .conexxis-portfolio-content .owl-nav {
    position: static;
    margin-top: 30px;
    text-align: center;
  }

  .conexxis-portfolio-section {
    padding-bottom: 60px;
  }

  .conexxis-portfolio-section:after {
    display: none;
  }

  .conexxis-why-choose-img {
    text-align: center;
  }

  .conexxis-why-choose-text {
    margin: 0 auto;
    max-width: 570px;
  }

  .conexxis-blog-img-text {
    margin: 0 auto;
    max-width: 370px;
    margin-bottom: 30px;
  }

  .conexxis-footer-widget {
    margin-top: 30px;
  }

  .conexxis-about-text-wrap {
    float: none;
    margin: 0 auto;
    margin-top: 40px;
  }

  .conexxis-about-section .conexxis-about-img {
    position: static;
  }

  .conexxis-cta-content p {
    font-size: 16px;
  }

  .conexxis-boost-form .conexxis-boost-input {
    margin-bottom: 10px;
  }

  .conexxis-footer-copyright .conexxis-footer-copyright-menu li {
    margin-right: 40px;
  }
}
@media screen and (max-width: 850px) {
  .conexxis-banner-content .conexxis-banner-text h1 {
    font-size: 60px;
  }

  .conexxis-banner-content .banner-input-field {
    flex-wrap: wrap;
  }

  .conexxis-banner-content .banner-input-field .conexxis-form-input {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .conexxis-banner-section .conexxis-banner-vector {
    position: static;
  }

  .conexxis-banner-content {
    padding: 175px 0px 60px;
  }

  .conexxis-banner-section {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 680px) {
  .conexxis-banner-content .conexxis-banner-text h1 {
    font-size: 50px;
  }

  .conexxis-banner-content .banner-input-field .conexxis-form-input input {
    height: 50px;
    line-height: 50px;
	width: 100%;
  }

  .conexxis-banner-content .banner-input-field .conexxis-form-input span {
    top: 13px;
  }

  .conexxis-banner-content .banner-input-field button {
    width: 150px;
    height: 50px;
  }

  .conexxis-cta-content .conexxis-cta-btn {
    margin: 0 auto;
    position: static;
    margin-top: 10px;
  }

  .conexxis-boost-form .conexxis-boost-input input {
    height: 50px;
  }

  .conexxis-boost-form .conexxis-boost-input span {
    top: 13px;
  }

  .conexxis-boost-form button {
    height: 50px;
  }

  .conexxis-footer-copyright-text,
.conexxis-footer-copyright-menu {
    float: none !important;
  }
}
@media screen and (max-width: 480px) {
	
	
  .conexxis-main-menu-item .conexxis-header-btn {
    height: 50px;
    width: 100px;
    line-height: 48px;
    margin-left: 15px;
    margin-right: 45px;
  }
	
  .conexxis-main-menu-item .conexxis-header-btn a {
    font-size: 12px;
  }
  .conexxis-banner-content .conexxis-banner-text h1 {
    font-size: 32px;
  }

  .conexxis-service-section {
    padding: 60px 0px 20px;
  }

  .conexxis-section-title h2 {
    font-size: 28px;
  }

  .conexxis-about-text-wrap {
    padding-left: 0;
  }

  .conexxis-about-list-text {
    overflow: hidden;
  }

  .conexxis-about-section {
    padding: 25px 0px 50px;
  }

  .conexxis-boost-form .conexxis-boost-input {
    margin-right: 0;
  }

  .conexxis-why-choose-counter .counter-boxed {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }

  .conexxis-why-choose-counter .counter-boxed .count-box {
    left: 0;
    right: 0;
  }

  .conexxis-why-choose-section {
    padding: 50px 0px;
  }

  .conexxis-blog-section {
    padding: 50px 0px;
  }

  .conexxis-footer-copyright .conexxis-footer-copyright-menu li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 380px) {
	
  
	
  .conexxis-banner-content .conexxis-banner-text h1 {
    font-size: 30px;
  }

  .conexxis-service-innerbox .conexxis-service-text h3 {
    font-size: 20px;
  }

  .conexxis-blog-img-text .conexxis-blog-text {
    padding: 40px 20px;
  }

  .conexxis-why-choose-text {
    padding-left: 0;
  }
}
@media screen and (max-width: 320px) {
  .conexxis-main-menu-item .conexxis-header-btn {
    display: none;
  }

  .conexxis-service-innerbox {
    padding: 50px 20px;
  }
}
/*---------------------------------------------------- */