@charset "UTF-8";


@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Nunito Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  /* 2 */
}


body {
  margin: 0;
  overflow-x: hidden;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}


a {
  background-color: transparent;
}


abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bold;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}


small {
  font-size: 80%;
}


sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}


img {
  border-style: none;
}


button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}


button,
input {
  /* 1 */
  overflow: visible;
}
img.img-1 {
  width: 60%;
}

button,
select {
  /* 1 */
  text-transform: none;
}


button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}


button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}


button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}


progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}


[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}


[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}


[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}


[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}


::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}


details {
  display: block;
}

summary {
  display: list-item;
}


template {
  display: none;
}


[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #6d6d6d;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  /* font-family: "Montserrat", sans-serif; */
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #1b1d21;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
  font-weight: bold;
}

h5 {
  font-size: 20px;
  font-weight: bold;
}

h6 {
  font-size: 18px;
  font-weight: bold;
}

p {
  margin: 0 0 20px;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  font-size: 22px;
  line-height: 36px;
  margin: 30px 0 25px;
 
  font-weight: 600;
  padding: 0 30px 0 50px;
  position: relative;
  color: #1b1d21;
}
blockquote:before {
  content: "";
  font-family: "Flaticon";
  font-size: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #7141b1;
}
blockquote cite {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  margin-top: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #b5b5b5;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.7142857143;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.bg-alt {
  background: #f8f8f8;
}

.bg-primary {
  background: #5bb4b9;
}

.bg-second {
  background: #7141b1;
}

.text-primary {
  color: #5bb4b9;
}

.text-second {
  color: #7141b1;
}

.text-dark {
  color: #1b1d21;
}

.section-padd {
  padding: 110px 0;
}

.section-padd-bot {
  padding-bottom: 110px;
}

.section-padd-top {
  padding-top: 110px;
}

.section-padd-top70 {
  padding-top: 70px;
}

.lead {
  font-size: 18px;
}

.clear-both {
  clear: both;
}

.unstyle {
  list-style: none;
  padding-left: 0;
}

.font-main {
  font-family: "Nunito Sans", sans-serif;
}



.font14 {
  font-size: 14px;
}

.text-light {
  color: #fff;
}
.text-light * {
  color: #fff;
}

.bolder {
  font-weight: 900;
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.normal {
  font-weight: 400;
}

.lighter {
  font-weight: 300;
}

.underline {
  text-decoration: underline;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.dtable {
  display: table;
}

.dcell {
  display: table-cell;
  vertical-align: middle;
}

.flex-middle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.b-shadow {
  box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
}

.overflow {
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.gaps {
  clear: both;
  height: 20px;
  display: block;
}
.gaps.size-2x {
  height: 40px;
}

.slick-arrow {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: -57px;
  margin-top: -17px;
  background: none;
  color: #1b1d21;
  border: none;
  outline: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.slick-arrow:not(.slick-disabled):hover {
  color: #5bb4b9;
}
.slick-arrow.next-nav {
  left: auto;
  right: -57px;
}
.slick-arrow i:before {
  font-size: 18px;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
}
.slick-dots li button:before {
  font-size: 32px;
  line-height: 10px;
  width: auto;
  height: auto;
  color: #d0d0d0;
}

.slick-dots li.slick-active button:before {
  color: #7141b1;
  font-size: 45px;
  left: -2px;
}
.top-home6 {
  padding-top: 210px;
  padding-bottom: 20px;
  background-image: url(images/main/home/main.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
    background-size: cover;
}
.site-header.header-overlay {
  background: transparent;
  border-color: rgba(255,255,255,.1);
  -webkit-box-shadow: 0 0 0 0 rgb(42 67 113 / 15%);
  -moz-box-shadow: 0 0 0 0 rgba(42,67,113,.15);
  box-shadow: 0 0 0 0 rgb(42 67 113 / 15%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-second-color .is-stuck {
  background-color: #fff;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
   box-sizing: inherit;
}

body {
  background: #fff;
   overflow-x: hidden;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 20px;
  padding-left: 18px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}
img.ser-1 {
  width: 200px;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.none-style {
  list-style: none;
  padding-left: 0;
}

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

figure {
  margin: 1em 0;
 
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
}

caption,
td,
th {
  padding: 0;
  font-weight: normal;
  text-align: left;
}

table,
th,
td {
  border: 1px solid #eee;
}

th {
  font-weight: 700;
}

th,
td {
  padding: 0.4375em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* #button Group
================================================== */
.octf-btn {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  padding: 14px 30px 14px 30px;
  line-height: 1.42857143;
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  background: #5bb4b9;
  cursor: pointer;
  border: 1px solid transparent;
  color: #fff;
  outline: none;
}
.octf-btn:visited {
  color: #fff;
}
.octf-btn:hover, .octf-btn:focus {
  background: #1e356f;
  color: #fff;
}

.octf-btn.octf-btn-second {
  background: #1e356f;
  color: #fff;
}
.octf-btn.octf-btn-second:visited {
  background: #7141b1;
  color: #fff;
}
.octf-btn.octf-btn-second:hover, .octf-btn.octf-btn-second:focus {
  background: #5bb4b9;
}

.octf-btn.octf-btn-light {
  background: #fff;
  color: #1b1d21;
}
.octf-btn.octf-btn-light:visited {
  background: #fff;
  color: #1b1d21;
}
.octf-btn.octf-btn-light:hover, .octf-btn.octf-btn-light:focus {
  color: #fff;
  background: #1b1d21;
}

.octf-btn-dark {
  color: #fff;
  background: #1b1d21;
}
.octf-btn-dark:visited {
  color: #fff;
  background: #1b1d21;
}
.octf-btn-dark:hover, .octf-btn-dark:focus {
  background: #fff;
  color: #1b1d21;
}

.btn-details {
  font-size: 14px;
  font-weight: bold;
  color: #5bb4b9;
}
.btn-details i {
  margin-right: 8px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.btn-details i:before {
  font-size: 15px;
}
.btn-details:hover i {
  margin-right: 3px;
}
.btn-details:visited {
  color: #5bb4b9;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #b5b5b5;
  border: none;
  background: #f6f6f6;
  padding: 10px 20px;
  box-sizing: border-box;
  outline: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #6d6d6d;
}

select {
  border: none;
  background: #f6f6f6;
  outline: none;
}

textarea {
  width: 100%;
  height: 150px;
  vertical-align: top;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6d6d6d;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #6d6d6d;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #6d6d6d;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #6d6d6d;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  color: #7141b1;
  text-decoration: none;
}
a:visited {
  color: #7141b1;
}
a:hover, a:focus, a:active {
  color: #5bb4b9;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Top Bar
--------------------------------------------------------------*/
.header-topbar {
  padding: 7px 0px;
  border-bottom: 1px solid transparent;
  background: #1e356f;
  color: #f8f8fd;
  font-size: 14px;
  font-weight: 600;
}
.header-topbar a {
  color: #f8f8fd;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.header-topbar a:hover {
  color: #5bb4b9;
}

.social-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-left: 25px;
}
.social-list li {
  display: inline-block;
  margin: 0px 8px;
}
.social-list li:last-child {
  margin-right: 0px;
}
.social-list li a {
  display: inline-block;
  padding: 0px 3px;
}
.social-list li a i {
  font-size: 12px;
  font-weight: 400;
}

.topbar-info {
  list-style: none;
  padding: 0px;
  margin: 0px;
  float: left;
}
.topbar-info li {
  padding: 0px 20px;
  float: left;
}
.topbar-info li:first-child {
  padding-left: 0px;
}
.topbar-info li i {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #fff;
  margin-right: 7px;
  line-height: 1;
}

.topbar_languages {
  float: right;
  border-left: 1px solid #e5e5e5;
  margin-left: 30px;
  padding-left: 20px;
}
.topbar_languages select {
  background: transparent;
  border: 0px solid #F0F3FB;
  border-radius: 0px;
  padding: 0px 20px 0px 10px;
 
  font-size: 14px;
  font-weight: 500;
  color: #a5b7d2;
  /* Here's the code we need */
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.topbar_languages select:focus {
  outline: none;
}
.topbar_languages select::-ms-expand {
  display: none;
}
.topbar_languages select option {
  color: #a2b7d2;
}
.topbar_languages > div {
  position: relative;
}
.topbar_languages > div:after {
  position: absolute;
  top: 50%;
  right: 3px;
  margin-top: -6px;
  font-family: "Flaticon";
  content: "";
  font-size: 11px;
  line-height: 1;
  color: #a5b7d2;
  font-weight: 500;
  pointer-events: none;
}

.extra-text a {
  color: #5bb4b9;
}
.extra-text a:hover {
  color: #fff;
}

/* style 2 */
.style-2 {
  padding: 0;
  line-height: 40px;
}
.style-2 .social-list {
  float: left;
  margin-left: 0;
}
.style-2 .social-list li {
  margin: 0;
}
.style-2 .social-list li a {
  display: block;
  padding: 0 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.style-2 .social-list li:last-child a {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.style-2 .topbar-info {
  float: right;
  margin-left: 20px;
}
.style-2 .topbar-info li {
  padding: 0 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.style-2 .topbar-info li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

/* style 3 */
.header-style-3 .header-topbar {
  background: #fff;
  color: #666;
}
.header-style-3 .header-topbar a {
  color: #666;
}
.header-style-3 .header-topbar a:hover {
  color: #5bb4b9;
}
.header-style-3 .header-topbar .topbar-info li i {
  color: #1b1d21;
}
.header-style-3 .header-topbar .extra-text a:hover {
  color: #1b1d21;
}

@media only screen and (max-width: 1199px) {
  .extra-text {
    display: none;
  }

  .social-list {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .mobile-topbar {
    line-height: 1.875;
    padding: 7px 0;
  }
  .mobile-topbar.header-topbar {
    display: block;
  }
  .mobile-topbar .social-list {
    float: none;
    clear: both;
    padding-top: 2px;
  }
  .mobile-topbar .social-list li a {
    border: none !important;
    padding: 0;
  }
  .mobile-topbar .social-list li:first-child {
    margin-left: 0;
  }
  .mobile-topbar .topbar-info {
    margin-left: 0;
    float: none;
  }
  .mobile-topbar .topbar-info li {
    border: none !important;
    padding-left: 0;
  }

  .style-2 .social-list li {
    margin: 0 8px;
  }
  .style-2 .social-list li:first-child a {
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .topbar-info li {
    float: none;
    padding-left: 0;
  }
  img.img-icon {
    width: 45%;
    margin-top: 2em;
}
img.img-1 {
  width: 100%;
}
.top-home6 {
  padding-top: 160px;
  padding-bottom: 20px;
  background-image: url(images/main/home/main.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
img.img-ser {
  width: 100% !important;
  margin: auto;
  display: block;
}
.content-tab {
  margin: 0px -12px 0 -31px !important;
}
.octf-btn-cta {
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  float: left;
  margin-bottom: 2em;
  margin-top: 1em;
}
.small-images1 img {
  max-width: 160px !important;
  max-height: 60px !important;
  margin: auto;
  justify-content: center;
  display: inline-flex;
}
img.brand-img1 {
  width: 50% !important;
}
.small-images img {
  width: 85px !important;
  height: 85px !important;
  margin: auto !important;
  margin-bottom: 2em;
}
h2 {
  font-size: 26px !important;
}
.ot-pricing-table-s2 .title-table {
  font-size: 26px !important;
}
.sl-nav {
  display: inline;
  float: right;
  margin-right: 3em;
  padding-top: 10px;
}
a.buy-now1 {
  margin: auto;
  display: flex;
  justify-content: center;
  background: #122a50;
  padding: 10px;
  width: 40% !important;
  border-radius: 10px;
  color: #fff;
}
.User-area {
  width: 45px;
  height: 45px;
  position: relative;
  cursor: pointer;
  margin-top: 0px !important;
  float: right !important;
  margin-right: 1em;
}
}
/*--------------------------------------------------------------
## Logo
--------------------------------------------------------------*/

#site-logo {
  min-width: 145px;
  padding: 30px 0;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
#site-logo img {
  width: 115px;
}
#site-logo img.logo-static {
  display: block;
}
#site-logo img.logo-scroll {
  display: none;
}

.is-stuck #site-logo img.logo-static {
  display: none;
}
.is-stuck #site-logo img.logo-scroll {
  display: block;
}

/* profile dropdown section */
.User-area {
  width: 45px;
  height: 45px;
  position: relative;
  cursor: pointer;
  margin-top: 35px;
}
.User-area > .User-avtar {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 2px solid #fff;
  box-shadow: 0px 0px 12px -5px #000;
}
.User-area > .User-avtar > img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.User-Dropdown {
  display: none;
  position: absolute;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0px 0px 8px rgb(214 214 214 / 78%);
    list-style: none;
    padding: 0 13px;
    width: 150px;
    margin: 0;
    top: 58px;
    right: 0;
    text-align: left;
}
.User-Dropdown:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.5em;
  right: 0px;
  box-sizing: border-box;
  border: 7px solid black;
  border-color: transparent transparent #ffffff #ffffff;
  transform-origin: 0 0;
  transform: rotate(135deg);
  box-shadow: -3px 3px 3px -3px rgba(214, 214, 214, 0.78);
}
.User-Dropdown.U-open {
  display: block;
}
.User-Dropdown > li {
  padding: 0px;
  line-height: 47px;
  border-bottom: 1px solid rgba(215, 215, 215, 0.17);
}
.User-Dropdown > li:last-child {
  border-bottom: 0px;
}
.User-Dropdown > li > a {
  font-size: 16px;
  padding: 16px 12px 3px 0px;
  text-decoration: none;
  color: #1e356f;
  transition: all 0.2s ease-out;
}
.User-Dropdown span {
  background: #16d67a;
  padding: 3px 10px;
  color: #fff;
  border-radius: 30px;
  font-size: 13px;
}
.User-Dropdown > li:before {
  content: "";
  width: 0px;
  height: 40px;
  position: absolute;
  background: #2196F3;
  margin-top: 4px;
  border-radius: 0 1px 1px 0;
  left: 0px;
  transition: all 0.2s ease;
}
.User-Dropdown > li:hover:before {
  width: 5px;
  border-radius: 30px;
}
.User-Dropdown > li a:hover {
  margin-left: 5px;
}

/* profile dropdown section */



/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
  list-style: none;
  padding-left: 0;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid rgba(20, 29, 56, 0.15);
  position: relative;
  z-index: 10;
}

.octf-mainbar-container {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}

.octf-mainbar {
  display: flex;
  flex-flow: column wrap;
  flex: 1 auto;
}

.octf-main-header .octf-mainbar-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  flex: 1 auto;
}

.octf-mainbar-row > [class^=octf-col] {
  display: flex;
  align-items: stretch;
  position: static;
}

.octf-mainbar-row .octf-col {
  flex-basis: 0;
  flex-grow: 0.65;
  max-width: 100%;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
    padding-left: 0px;
}

.octf-mainbar-row > [class^=octf-col] {
  flex-flow: row nowrap;
}
.octf-mainbar-row > [class^=octf-col].text-left {
  justify-content: flex-start;
}
.octf-mainbar-row > [class^=octf-col].text-center {
  justify-content: center;
}
.octf-mainbar-row > [class^=octf-col].text-right {
  justify-content: flex-end;
}

.octf-main-header .octf-row > div:empty {
  display: none;
}

.octf-row {
  margin-right: -15px;
  margin-left: -15px;
}

.octf-col:before {
  display: inline-flex;
}

.octf-main-header .octf-row .octf-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.octf-header-module {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Main Menu */
.main-navigation {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: auto;
}

.main-navigation > ul {
  position: relative;
  display: flex;
  width: 100%;
  vertical-align: middle;
  height: 100%;
}

.main-navigation ul {
  font-weight: bold;
  list-style: none;
  margin: 0px 0px;
  padding: 0px 0px;
}

.main-navigation > ul > li {
  margin: 0px 13px;
  padding: 0px 0px;
  float: left;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.main-navigation > ul > li:before {
  position: absolute;
  height: 3px;
  width: 0;
  bottom: -1px;
  right: 0;

  content: "";
  display: block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.main-navigation > ul > li:hover:before,
.main-navigation > ul > li.current-menu-item:before,
.main-navigation > ul > li.current-menu-ancestor:before {
  left: 0;
  right: auto;
  width: 100%;
}

.main-navigation ul ul {
  float: none;
  margin: 0px 0px;
  padding: 0px 0px;
  background-color: #fff;
  box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
}

.main-navigation ul > li > a {
  display: inline-block;
  padding: 32px 0px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  outline: none;
  color: #1a1b1e;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.main-navigation ul > li > a:hover {
  color: #5bb4b9;
}

.main-navigation ul > li.menu-item-has-children > a {
  padding-right: 17px;
}

.main-navigation > ul > li.menu-item-has-children:last-child > a:after {
  right: 0px;
}

.main-navigation ul li li {
  display: block;
  position: relative;
  padding: 0px 40px;
}

.main-navigation ul li li a {
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  color: #1a1b1e;
  text-align: left;
  display: block;
  padding: 5px 0px 5px 0px;
  position: relative;
  text-decoration: none;
  outline: none;
  text-transform: uppercase;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.main-navigation ul li li a:before {
  position: absolute;
  content: "//";
  top: 50%;
  left: 0;
  color: #5bb4b9;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  visibility: hidden;
  opacity: 0;
}

.main-navigation ul li li a:hover:before,
.main-navigation ul ul li.current-menu-item > a:before,
.main-navigation ul ul li.current-menu-ancestor > a:before {
  left: 0px;
  visibility: visible;
  opacity: 1;
}

.main-navigation ul li li a:hover,
.main-navigation ul ul li.current-menu-item > a,
.main-navigation ul ul li.current-menu-ancestor > a {
  color: #5bb4b9;
  padding-left: 12px;
}

.main-navigation ul > li.menu-item-has-children > a:after {
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -4px;
  font-family: "Flaticon";
  content: "";
  font-size: 7px;
  line-height: 1;
  color: #c3c7c9;
  font-weight: 500;
  transform: rotate(90deg);
}

.main-navigation ul > li.menu-item-has-children > a:hover:after {
  color: #5bb4b9;
}

.main-navigation ul > li li.menu-item-has-children > a:after {
  position: absolute;
  content: "";
  font-family: Flaticon;
  top: 50%;
  right: 0;
  margin-top: -5px;
  font-size: 9px;
  color: #c3c7c9;
  transform: rotate(0deg);
}

.main-navigation ul li ul {
  width: 280px;
  white-space: nowrap;
  padding: 25px 0px;
  position: absolute;
  top: calc(100% + 1px);
  left: -40px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}

.main-navigation ul li ul ul {
  left: 100%;
  top: -25px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}

.main-navigation ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}

.main-navigation ul > li:hover > ul {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

/* Header Call To Action */

  .sl-nav {
  display: inline;
}
.sl-nav ul {
  margin:0;
  padding:0;
  list-style: none;
  position: relative;
  display: inline-block;
}
.sl-nav li {
  cursor: pointer;
  padding-bottom:10px;
}
.sl-nav li ul {
  display: none;
}
.sl-nav li:hover ul {
  position: absolute;
  top:29px;
  right:-15px;
  display: block;
  background: #fff;

  padding-top: 0px;
  z-index: 1;
  border-radius:5px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li:hover .triangle {
  position: absolute;
  top: 15px;
  right: -10px;
  z-index:10;
  height: 14px;
  overflow:hidden;
  width: 30px;
  background: transparent;
}
.sl-nav li:hover .triangle:after {
  content: '';
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius:2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 15px 15px;
  padding-bottom:0;
  z-index: 2;
  font-size: 15px;
  color: #3c3c3c;
}
.sl-nav li ul li:last-of-type {
  padding-bottom: 15px;
}
.sl-nav li ul li span {
  padding-left: 5px;
}
.sl-nav li ul li span:hover, .sl-nav li ul li span.active {
  color: #146c78;
}

/* brand section */

a.buy-now {
  margin: auto;
  display: flex;
  justify-content: center;
  background: #122a50;
  padding: 10px;
  width: 50%;
  border-radius: 10px;
  color: #fff;
}
a.buy-now1 {
  margin: auto;
  display: flex;
  justify-content: center;
  background: #122a50;
  padding: 10px;
  width: 20%;
  border-radius: 10px;
  color: #fff;
}
img.brand-img {
  width: 50%;
  margin: auto;
  justify-content: center;
  display: flex;
}
img.brand-img1 {
  width: 25%;
  margin: auto;
  justify-content: center;
  display: flex;
}
.small-images img{
width: 250px;
height: 250px;
}
#big-image{
margin:auto;
}

.small-images1 img{
  max-width: 240px;
  max-height: 100px;
  margin: auto;
  justify-content: center;
  display: inline-flex;


  }
/* brand section */

.octf-btn-cta {
  display: inline-flex;
  vertical-align: middle;
  position: relative;
}
.octf-btn-cta .toggle_search {
  cursor: pointer;
  margin-left: 8px;
  margin-right: 20px;
}
.octf-btn-cta .h-search-form-field {
  position: absolute;
  z-index: 99;
  top: -webkit-calc(100% + 1px);
  top: expression(100% + 1px);
  top: -moz-calc(100% + 1px);
  top: -o-calc(100% + 1px);
  top: calc(100% + 1px);
  right: -30px;
  width: 330px;
}
.octf-btn-cta .h-search-form-field .h-search-form-inner {
  padding: 30px;
  background-color: #fff;
  box-shadow: 15px 15px 34px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 34px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 34px 0px rgba(0, 0, 0, 0.1);
}
.octf-btn-cta .h-search-form-field.show {
  -webkit-animation: stickySlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: stickySlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.h-search-form-inner label {
  margin-bottom: 0;
}
.octf-btn-cta .octf-cta-icons i {
  color: #1b1d21;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  min-width: 22px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.octf-btn-cta .octf-cta-icons i:before, .octf-btn-cta .octf-cta-icons i:after {
  font-size: 22px;
}
.octf-btn-cta .octf-cta-icons i.flaticon-close:before {
  font-size: 18px;
}
.octf-btn-cta .octf-cta-icons i.flaticon-shopper:before {
  font-size: 24px;
}
.octf-btn-cta .btn-cta-group {
  margin-left: 40px;
}
.octf-btn-cta .contact-header {
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 1;
  border-left: 1px solid #dcdde1;
  padding: 5px 0 5px 40px;
}
.octf-btn-cta .contact-header i {
  font-size: 22px;
  color: #5bb4b9;
  margin-right: 12px;
}
.octf-btn-cta .contact-header span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #6d6d6d;
}
.octf-btn-cta .contact-header span.main-text, .octf-btn-cta .contact-header span a {
  font-size: 16px;
  
  color: #1b1d21;
  margin-top: 7px;
}
/* linesssss */

.grid-lines {
  position: absolute;
  max-width: 1610px;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
  user-select: none;
}
.grid-lines .g-line {
  height: 100%;
  display: block;
  width: 1px;
  background-color: rgba(100,122,251,.1);
  left: 0;
  top: 0;
  position: absolute;
}
.about-i9 .line-left {
  top: 100px;
  height: calc(100% - 100px);
}
.grid-lines .g-dot {
  position: absolute;
  top: 30%;
  left: -2px;
  background-color: #ffdfac;
  height: 23px;
  width: 5px;
  border-radius: 3px;
}
.about-i9 .line-left span {
  background-color: #02010100;
}
.grid-lines .line-cleft {
  left: 25%;
}
.about-i9 .grid-lines .line-cleft {
  top: 100px;
  height: calc(100% - 100px);
}
.grid-lines .line-cleft .g-dot {
  top: 45%;
  background-color: #67FBAE;
}
.about-i9 .grid-lines .line-cleft span {
  top: 80%;
}
.grid-lines .line-center {
  left: 50%;
}
.about-i9 .grid-lines .line-center {
  top: 100px;
  height: calc(100% - 100px);
}
.grid-lines .line-center .g-dot {
  top: 45%;
  background-color: #4a49dd;
}
.grid-lines .line-cright {
  left: 75%;
}
.about-i9 .grid-lines .line-cright {
  top: 100px;
  height: calc(100% - 100px);
}
.grid-lines .line-cright .g-dot {
  top: 45%;
  background-color: #5bb4b9;
}
.about-i9 .grid-lines .line-cright span {
  top: 100%;
}
.grid-lines .line-right {
  left: 100%;
}
.about-i9 .line-right {
  top: 100px;
  height: calc(100% - 100px);
}
.grid-lines .line-right .g-dot {
  top: 45%;
  background-color: #656ae5;
}

.octf-btn-link {
  font-family: "Poppins",Sans-serif;
  font-size: 16px;
  font-weight: 500;
  fill: #656AE5;
  color: #656AE5;
  background-color: #61CE7000;
  padding: 0 0 0 0;
}
svg:not(:root) {
  overflow: hidden;
}
.octf-btn-link svg {
  width: 16px;
  margin-left: 6px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

/* linesssss */
/*Header Shop Cart */
.h-cart-btn {
  position: relative;
}

.site-header-cart {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  top: -webkit-calc(100% + 1px);
  top: expression(100% + 1px);
  top: -moz-calc(100% + 1px);
  top: -o-calc(100% + 1px);
  top: calc(100% + 1px);
  right: -30px;
  background: #fff;
  width: 330px;
  padding: 30px;
  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.site-header-cart .woocommerce-mini-cart__buttons {
  margin-bottom: -15px;
}
.site-header-cart .widget_shopping_cart_content {
  text-align: left;
}
.woocommerce-mini-cart__empty-message {
    margin-bottom: 0;
}

.cart-btn-hover:hover .site-header-cart {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.cart-btn-hover:hover .site-header-cart:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  top: -10px;
  left: 0px;
}

.cart-icon {
  position: relative;
  display: inline-block;
}
.cart-icon .count {
  position: absolute;
  bottom: 0;
  left: -7px;
  width: 20px;
  height: 20px;
  line-height: 21px;
  background: #5bb4b9;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-size: 11px;
  font-weight: bold;
}

.header-style-3 {
  border: none;
}
.header-style-3 .octf-main-header {
  background: #141d38;
}
.header-style-3 .main-navigation ul.menu > li > a,
.header-style-3 .octf-btn-cta .octf-cta-icons i {
  color: #fff;
}
.header-style-3 .main-navigation ul.menu > li > a:hover,
.header-style-3 .octf-btn-cta .octf-cta-icons i:hover {
  color: #5bb4b9;
}

@-webkit-keyframes stickySlideUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes stickySlideUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.is-stuck {
  -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  -moz-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.is-stuck {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

.admin-bar .is-stuck,
.admin-bar .header-overlay {
  top: 32px;
}

@media screen and (min-width: 1024px) {
  .header-static .is-stuck{
    background-color: #fff;
  }
 
  .is-stuck {
    background-color: #0E0A31;
    -webkit-box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
    box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    backdrop-filter: blur(20px) saturate(180%);
  }
  .is-stuck .main-navigation ul.menu > li > a {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.is-stuck #site-logo {
  padding: 15px 0px 15px 0px;
}

/* Responsive */
@media (max-width: 1199px) {
  .main-navigation > ul > li {
    margin: 0 14px;
  }
}
@media (max-width: 1440px) {
  .octf-btn-cta .btn-cta-header {
    display: none;
  }
}
@media (max-width: 1265px) {
  .octf-btn-cta .contact-header {
    display: none;
  }
}
/*--------------------------------------------------------------
## Header Mobile
--------------------------------------------------------------*/
.header_mobile {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .octf-main-header {
    display: none;
  }
  .small-images img {
    width: 180px !important;
    height: 180px !important;
}
  .header-topbar {
    display: none;
  }

  .site-header {
    background: #fff;
    -webkit-box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
    box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
  }

  .header_mobile {
    display: block;
    width: 100%;
    background: #fff;
    position: fixed;
  }
  .header_mobile.is-stuck {
    box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
  }

  .header_mobile .mlogo_wrapper {
    position: relative;
    padding: 10px 0px;
  }
  .header_mobile .mlogo_wrapper img {
    height: 45px;
  }

  .header_mobile .mlogo_wrapper .mobile_logo {
    float: left;
  }

  #mmenu_toggle {
    position: absolute;
    cursor: pointer;
    width: 26px;
    height: 20px;
    right: 0px;
    margin-top: -10px;
    top: 50%;
  }

  #mmenu_toggle button {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -2px 0 0;
    background: #1b1d21;
    height: 4px;
    padding: 0;
    border: none;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    outline: none;
    border-radius: 2px;
  }

  #mmenu_toggle button:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    width: 26px;
    height: 4px;
    background: #1b1d21;
    -webkit-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border-radius: 2px;
  }

  #mmenu_toggle button:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 26px;
    height: 4px;
    background: #1b1d21;
    -webkit-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border-radius: 2px;
  }

  #mmenu_toggle.active button {
    background: none;
  }

  #mmenu_toggle.active button:before {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  #mmenu_toggle.active button:after {
    bottom: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .header_mobile .mobile_nav {
    display: none;
    background: #fff;
  }

  .header_mobile .mobile_nav .mobile_mainmenu {
    margin: 0;
    padding: 0;
  }

  .header_mobile .mobile_nav .mobile_mainmenu ul {
    position: relative;
    margin: 0;
    padding: 0;
    margin-left: 15px;
  }

  .header_mobile .mobile_nav.collapse .mobile_mainmenu ul {
    display: none;
  }

  .header_mobile .mobile_nav .mobile_mainmenu li {
    position: relative;
    list-style: none;
  }

  .header_mobile .mobile_nav .mobile_mainmenu li a {
    padding: 9px 0;
    display: block;
    color: #1b1d21;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
  }

  .header_mobile .mobile_nav .mobile_mainmenu > li:last-child > a {
    border: none;
  }

  .header_mobile .mobile_nav .mobile_mainmenu li li a {
    font-size: 15px;
  }

  .header_mobile .mobile_nav .mobile_mainmenu li li a:hover,
.header_mobile .mobile_nav .mobile_mainmenu ul > li > ul > li.current-menu-ancestor > a, .header_mobile .mobile_nav ul li.current-menu-item > a  {
    color: #5bb4b9;
  }

  .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow {
    color: #fff;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 50px;
    height: auto;
    padding: 9px 12px 9px 0;
    line-height: inherit;
    text-align: right;
    box-sizing: border-box;
  }

  .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i {
    color: #9397a7;
    display: inline-block;
    line-height: 1;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }
  .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i:before {
    font-size: 8px;
  }

  .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow.active i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .header_mobile .mobile_nav .mobile_mainmenu > li > a:hover, .header_mobile .mobile_nav .mobile_mainmenu > li.current-menu-item > a,
.header_mobile .mobile_nav .mobile_mainmenu > li.current-menu-ancestor > a {
    color: #5bb4b9;
  }
}
@media only screen and (max-width: 767px) {
  .header_mobile .mlogo_wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .mobile_logo img {
    max-width: 230px;
    max-height: 47px;
  }
}



/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# whatsapp Button
--------------------------------------------------------------*/
.floating_btn {
  position: fixed;
  bottom: 75px;
    right: 10px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}
/*--------------------------------------------------------------
# Whatsapp button
--------------------------------------------------------------*/



/*--------------------------------------------------------------
## Menu login button
--------------------------------------------------------------*/

a.active {
  border-bottom: 3px solid #5bb4b8;
  color: #77c0c4 !important;
}
a.menu-1 {
  color: #000000;
  font-weight: 900;
  border: 1px solid #000000;
  padding: 7px;
  border-radius: 4px;
}
a.menu-1 {
  color: #000000;
  font-weight: 900;
  border-radius: 4px;
}
/*--------------------------------------------------------------
## Menu login button
--------------------------------------------------------------*/

/* tabes sections */

.content-tab {
  margin: 0 -20px 0 -367px;
}
.section-tab-i8 h3 {
  font-family: "Nunito",Sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  color: #1b1d21;
}


/* Tab sections */

.pricint-i7 {
  background-image: url(images/main/download/2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
 
}
section.care {
  background-color: #ffffff;
  background-image: url(images/main/services/back-1.png);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 0px;
  background-size: cover;
}

section.about-i9 {
  background-color: #F2F5FA;
  background-image: url(images/main/about/bg2.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 100px;
}

.new{

    box-shadow: 0 4px 8px 0 #00000021, 0 6px 20px 0 #00000030;
    border-radius: 10px;
}
img.img-ser {
  width: 60%;
  margin: auto;
  display: block;
}

.cinfo-addr-i9 span {
  color: #161D39;
  padding-left: 10px;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
}
.icon-box-i10 {
  margin: auto;
  /* justify-content: center; */
  text-align: center;
}
.ot-pricing-table-s2 {
  background: #fff;
  border-radius: 20px;
  padding: 15px 25px 25px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-pricing-table-s2 .title-table {
  font-size: 43px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 11px;
  text-transform: uppercase;
}
.ot-pricing-table-s2 .price {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #5bb4b9;
  margin-bottom: 12px;
}
.ot-pricing-table-s2 .price sup {
  font-size: 35%;
  font-weight: 400;
  margin-right: 5px;
  top: -4px;
  vertical-align: revert;
}
.ot-pricing-table-s2 .price span {
  font-size: 20px;
  font-weight: 400;
  color: #1b1d21;
  margin-left: 8px;
}
.ot-pricing-table-s2 ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: disc;
}
.ot-pricing-table-s2 ul li {
  list-style: none;
  border-top: 1px solid #d9d9d9;
  padding: 20px 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
.ot-pricing-table-s2 .table-btn {
  border: 1px solid;
  border-radius: 10px;
  display: block;
  text-align: center;
  width: 100%;
  padding: 12px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}
.ot-pricing-table-s2 .table-btn:hover {
  background: #1e356f;
  color: #fff;
}
.ot-pricing-table-s2 .featured {
  background: #1e356f;
  width: 130px;
  height: 33px;
  line-height: 33px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -65px;
  border-radius: 0 0 30px 30px;
}
.pricing-table-i6 {
  background-color: #F2F3F8;
  background-position: center;
  background-repeat: no-repeat;
}
.privacy-i10{
  background-image: url(images/main/services/back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 35px;
    padding-bottom: 0;
}
.top-i9 {
  background-image: url(images/main/about/bg-banner-home-9.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 80px;
  background-size: cover;
}
.ot-heading {
  margin-bottom: 15px;
}
.ot-heading > span {
  background: #F1E9FC;
    padding: 0 12px 0 12px;
    border-radius: 6px 6px 6px 6px;
    font-size: 16px;
  font-weight: 800;
  color: #1e356f;
  position: relative;
  display: inline-block;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.ot-heading h2 {
  margin-bottom: 0;
  line-height: 48px;
}

@media (max-width: 767px) {
  .ot-heading > span {
    font-size: 12px;
  }

  .ot-heading h2 {
    font-size: 27px;
    line-height: 38px;
  }
}
@media (max-width: 600px) {
  .ot-heading h2 br {
    display: none;
  }
}


/* contact-section */
.contact-i9 {
  background-image: url(images/main/bg/bg-contact.jpg);
  background-repeat: no-repeat;
  padding: 145px 0 60px 0;
}
.cinfo-mail-i9 p {
  color: #8A91AD;
  font-family: "Poppins",Sans-serif;
  font-weight: 400;
  margin-bottom: 4px;
}
.cinfo-mail-i9 a{
  color: #656AE5;
  font-family: "Poppins",Sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
}
.font-xs-i9 {
  font-size: 24px;
  line-height: 36px;
}
.cinfo-addr-i9 p {
  color: #8A91AD;
  font-weight: 400;
}
.cinfo-addr-i9 span {
  color: #161D39;
  padding-left: 10px;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
}
.cinfo-addr-i9 svg {
  width: 20px;
}
.cinfo-addr-i9 .country {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-form-i9 {
  padding: 52px 60px 60px 60px;
  background-color: #FFF;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 17px 17px 32px 0 rgb(101 106 229 / 12%);
}
.contact-form-i9 h4 {
  font-family: "Poppins";
  font-weight: 500;
}
span.pl-0.map-1 {
  margin-top: -10px;
}
.form-i9 p {
  margin-bottom: 0;
}
.form-i9 input[type=text], .form-i9 input[type=tel], .form-i9 input[type=email], .form-i9 textarea {
  width: 100%;
  background: transparent;
  color: #8990ac;
  padding: 15px 0;
  border-bottom: 1px solid rgba(137,144,172,.2);
}
.form-i9 input[type=text]::placeholder, .form-i9 input[type=tel]::placeholder, .form-i9 input[type=email]::placeholder, .form-i9 textarea::placeholder {
  color: #8990ac;
}
.form-i9 label span {
  padding-left: 35px;
  font-size: 14px;
  color: #8990ac;
  position: relative;
  cursor: pointer;
}
.form-i9 input[type="checkbox"] {
  position: relative;
  position: absolute;
  left: 0;
  opacity: .01;
}
.form-i9 .wpcf7-checkbox:before {
  content: '';
  position: absolute;
  left: 0;
  top: -3px;
  width: 24px;
  height: 24px;
  background: transparent;
  border: 1px solid rgba(137,144,172,.2);
  border-radius: 4px;
  -webkit-transition: all .275s;
  transition: all .275s;
}
.form-i9 .wpcf7-checkbox:after {
  content: '\f126';
  font-family: Flaticon;
  position: absolute;
  top: 10px;
  left: 7px;
  opacity: 0;
  font-size: 11px;
  font-weight: 900;
  color: #656ae5;
  line-height: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.form-i9 input[type="checkbox"]:checked+span:after, .form-i9 input[type="checkbox"]:checked+span:after {
    opacity: 1;
}

/* contact-section */
.o-video {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%; 
  border: 3px solid #5bb4b9;
}
.o-video > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

/* Aboyt-video section */
.cta-section-i9 {
  margin-top: -10em;
}
.cta-section-i9 {
  background-color: #FFF;
  margin-bottom: 60px;
  padding: 42px 80px 45px 80px;
  box-shadow: 17px 17px 32px 0 rgb(101 106 229 / 10%);
  border-radius: 5px 5px 5px 5px;
}
.cta-section-i9 p {
  color: #161D39;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
.case1-i9 {
  background-image: url(images/main/bg/bg-case3-home9.png);
  background-repeat: no-repeat;
  border-radius: 10px 10px 10px 10px;
  margin-top: 0;
  margin-bottom: 50px;
  padding: 27px 0 27px 0;
  color: #fff;
}
.case1-desc-i9, .case3-desc-i9 {
  margin-right: 100px;
  margin-left: 60px;
}
.case1-desc-i9 > span {
  font-family: "Poppins",Sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  background-color: #5bb4b9;
  border-radius: 5px 5px 5px 5px;
  padding: 7px 15px 7px 15px;
}
.case1-desc-i9 h2, .case3-desc-i9 h2 {
  margin-bottom: 22px;
  color: #fff;
  margin-top: 17px;
}
.case1-desc-i9 p, .case3-desc-i9 p {
  color: #fff;
}
.case1-desc-i9 a, .case3-desc-i9 a {
  color: #fff;
  fill: #fff;
}

/* Aboyt-video section */


.contact-info {
  font-size: 16px;
  overflow: hidden;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.contact-info h6 {
  font-size: 16px;
  margin-bottom: 5px;
}
.contact-info i {
  font-size: 30px;
  margin-top: 2px;
  line-height: 1;
  float: left;
  color: #5bb4b9;
}
.contact-info i:before {
  font-size: 30px;
}
.contact-info img {
  width: 30px;
  margin-top: 3px;
  float: left;
}
.contact-info p {
  margin-bottom: 0;
}
.contact-info .info-text {
  padding-left: 50px;
  font-weight: 500;
}
.contact-info.box-style1 {
  padding: 30px 30px 25px;
}
.contact-info.box-style1:hover {
  box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
}
.contact-info.box-style2 {
  text-align: center;
  font-size: 18px;
}
.contact-info.box-style2 h6 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  text-transform: none;
}
.contact-info.box-style2 i {
  float: none;
  margin-top: 0px;
  vertical-align: bottom;
}
.contact-info.box-style2 .box-icon {
  margin-bottom: 25px;
}
.contact-info.box-style2 p {
  margin-bottom: 15px;
}





/* Index 5 */
.site-header.header-overlay {
    background: transparent;
    border-color: rgba(255,255,255,.1);
    -webkit-box-shadow: 0 0 0 0 rgba(42,67,113,.15);
    -moz-box-shadow: 0 0 0 0 rgba(42,67,113,.15);
    box-shadow: 0 0 0 0 rgba(42,67,113,.15);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.main-navigation .nav-style-2>li>a {
    color: #fff;
}
.main-navigation>.nav-style-2>li.menu-item-has-children>a:after {
    color: rgba(255,255,255,.5);
}
.octf-btn-cta.hstyle-2 .octf-cta-icons i {
    color: #fff;
}
.octf-btn-cta.hstyle-2 .contact-header span.main-text, .octf-btn-cta.hstyle-2 .contact-header span a {
    color: #fff;
}
.octf-btn-cta.hstyle-2 .contact-header span {
    color: #ccc;
}
.is-stuck #site-logo {
    padding: 23px 0 23px 0;
}

.img-full {
    width: 100%;
    height: 100%;
}

/* About */
.about-offer {
    padding-top: 120px;
    padding-bottom: 115px;
    background-color:#ebf1f4;
}
.about-offer-1{
  padding-top: 1px;
  padding-bottom: 80px;
  background-color:#ebf1f4;
}

/* Footer */
.footer-v1 {
    background-color: #201D3C;
    padding: 115px 0 50px 0;
    color: #AEAACB;
}
.widget-footer {
    margin-bottom: 30px;
}
.widget-footer h5 {
    margin-bottom: 30px;
}
.list-items {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.list-items li {
    padding-bottom: 8px;
    font-family: "Nunito Sans",Sans-serif;
    font-weight: 400;
    line-height: 1.86;
}
.list-items li:last-child {
    padding-bottom: 0;
}
.list-items a {
    color: #AEAACB;
}
.list-items a:hover {
    color: #fff;
}
.copyright-text {
    margin-bottom: 0;
    font-size: 15px;
}

.footer-v2 {
    background-color: #1e356f;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0 100px 0;
}
.ft-contact-info {
    padding-bottom: 20px;
}
.ft-contact-info p{
    color: #fff;
}
.ft-contact-info h6{
    color: #AEAACB;
}
.footer-menu ul {
    list-style: none;
}
.copyright-text.v2 {
    color: #AEAACB;
    font-size: 16px;
}
.ft-list-icon {
    line-height: 1;
}
.ft-list-icon a {
    display: inline-block;
    font-size: 12px;
    color: #4CCEF9;
    line-height: 1;
    text-align: center;
    background-color: #FFF;
    margin-right: 5px;
    padding: .5em;
    border-radius: 50% 50% 50% 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.ft-list-icon a:last-child {
    margin-right: 0;
}
.ft-list-icon a:hover {
    transform: translateY(-8px);
    opacity: 0.9;
}
.ft-list-icon a i {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}
.ft-list-icon .twitter {
    color: #4CCEF9;
}
.ft-list-icon .facebook {
    color: #25E;
}
.ft-list-icon .youtube {
  color: red;
}
.ft-list-icon .linkedin {
    color: #3292FF;
}
.ft-list-icon .instagram {
    color: #FF9000;
}


/* HTML */
@media (min-width: 1200px) {
  .container {
      max-width: 1200px;
  }
}
section {
    padding-top: 120px;
    padding-bottom: 130px;
    position: relative;
}
.pbt-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.no-margin {
    margin: 0;
}
.no-padding {
    padding: 0;
}
.no-padding-top {
    padding-top: 0;
}
.no-padding-bottom {
    padding-bottom: 0;
}
.pt-0 {
    padding-top: 0;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt--130 { 
    margin-top: -130px;
}
.mt--290 { 
    margin-top: -290px;
}
.mb--200 {
    margin-bottom: -200px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-290 {
    padding-bottom: 290px;
}
.mt--170 {
    margin-top: -170px;
}
.btn-border {
    background-color: transparent;
    border: 1px solid #fff;
}
.btn-border:hover {
    background-color: #5bb4b9;
    border-color: #5bb4b9;
}
.mt-65 {
    margin-top: 65px;
}
.padding-half {
    padding-top: 45px;
    padding-bottom: 45px;
}
.mb-15 {
    margin-bottom: 15px;
}
.space-5 {
    height: 5px;
    width: 100%;
}
.space-10 {
    height: 10px;
    width: 100%;
}
.space-15 {
    height: 15px;
    width: 100%;
}
.space-20 {
    height: 20px;
    width: 100%;
}
.space-25 {
    height: 25px;
    width: 100%;
}
.space-30 {
    height: 30px;
    width: 100%;
}
.space-35 {
    height: 35px;
    width: 100%;
}
.space-40 {
    height: 40px;
    width: 100%;
}
.space-45 {
    height: 45px;
    width: 100%;
}
.space-50 {
    height: 50px;
    width: 100%;
}
.space-55 {
    height: 55px;
    width: 100%;
}
.space-60 {
    height: 60px;
    width: 100%;
}
.space-65 {
    height: 65px;
    width: 100%;
}
.space-70 {
    height: 70px;
    width: 100%;
}
.space-75 {
    height: 75px;
    width: 100%;
}
.space-80 {
    height: 80px;
    width: 100%;
}
.space-85 {
    height: 85px;
    width: 100%;
}
.space-90 {
    height: 90px;
    width: 100%;
}
.space-95 {
    height: 95px;
    width: 100%;
}
.space-100 {
    height: 100px;
    width: 100%;
}
.space-105 {
    height: 105px;
    width: 100%;
}
.space-110 {
    height: 110px;
    width: 100%;
}
.space-115 {
    height: 115px;
    width: 100%;
}
.space-120 {
    height: 120px;
    width: 100%;
}
.space-150 {
    height: 150px;
    width: 100%;
}
.space-26 {
    height: 26px;
    width: 100%;
}
.space-1 {
    height: 1px;
    width: 100%;
}
.over-hidden {
    overflow: hidden;
}
@media (max-width: 992px) {
  .sm-pb-60 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .xs-pb-60 {
    padding-bottom: 60px;
  }
}
@media (max-width: 1600px){
  .tab-video {
    padding-left: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1400px){
  .project-slider {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .img-small {
    display: none;
  }
  .top-left-v5 {
    text-align: center;
  }
  .top-left-v5 .ot-heading {
    margin-right: 0;
  }
  .top-left-v5 .ot-heading>span {
    font-size: 14px;
  }
  .top-left-v5 .ot-heading h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .top-left-v5 p {
    margin-right: 0;
  }
  .top-right-v5 {
    margin-right: 0;
    margin-top: 60px;
  }
  .section-inner-about .left-img {
    margin: 0;
  }
  .section-inner-about .right-content {
    margin-left: 0;
  }
  .technology-v3-left {
    margin-right: 0;
  }
  .left-about-v4 {
    margin: 0;
  }
  .right-about-v4 {
    margin-left: 0;
  }
  .img-Engitech {
    display: none;
  }
  .tab-video {
    padding-left: 0;
  }
  .wc-forward {
    display: block;
  }
  .wc-forward.checkout {
    float: none;
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .about-v5, .overlay-image-about5, .team-info {
    background-size: 0 auto;
  }
}
@media (max-width: 992px){
  .ot-image-box.st1, .ot-image-box.st3 {
    margin-top: 0;
  }
  .md-mt-30 {
    margin-top: 30px;
  }
  .md-text-left {
    text-align: left !important;
  }
  .md-mb-30 {
    margin-bottom: 30px;
  }
  .right-v5 {
    margin-right: 0;
    margin-left: 0;
    margin-top: 50px;
    text-align: center;
  }
  .home2-top-right {
    text-align: center;
  }
  .home2-top-right {
    margin-left: 0;
  }
  .left-about-v4 {
    text-align: center;
  }
  .projects-col3 .project-item {
    width: 50%;
  }
  .pabout-right {
    margin-left: 0;
  }
  .pabout-left {
    margin: 0;
    text-align: center;
  }
  .why-right {
    margin-left: 0;
  }
  .s-counter4.why {
    margin-top: 0;
  }
  .team-info-left .team-img {
    margin: 0;
    text-align: center;
  }
  .team-detail {
    text-align: center;
    margin-bottom: 40px;
    margin-left: 0;
  }
  .split-right-img {
    min-height: 500px;
  }
  .wc-forward {
    display: inline-block;
  }
  .checkout.wc-forward {
    margin-top: 0;
  }
  .app-benefits-left, .app-benefits-right {
    margin: 0;
  }
}
@media (max-width: 767px) {
  section {
      padding-top: 60px;
      padding-bottom: 60px;
  }
  .space-sm-top {
      padding-top: 60px;
  }
  .space-sm-bottom {
      padding-bottom: 60px;
  }
  .space-sm {
      padding-top: 60px;
      padding-bottom: 60px;
  }
  .sm-mb-30 {
    margin-bottom: 30px;
  }
  .about-v5 {
    padding: 90px 0;
  }
  .technology-v5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ot-image-box.st1, .ot-image-box.st3 {
    margin-top: 30px;
  }
  .team-v5 {
    padding: 80px 0;
  }
  .sm-text-left {
    text-align: left !important;
  }
  .sm-mt-30 {
    margin-top: 30px;
  }
  .home2-top-right h2, .top-heading .ot-heading h2 {
    font-size: 48px;
    line-height: 60px;
  }
  .cta {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
  }
  .cta h2 {
    font-size: 32px;
    line-height: 48px;
  }
  .cta-h2 {
    margin-bottom: 80px;
    padding: 30px;
  }
  .cta-h2 h2 {
    line-height: 1;
    font-size: 30px;
  }
  .cta-h2 .ot-heading {
    text-align: center;
  }
 
  .section-consultation h2 {
    font-size: 32px;
    line-height: 42px;
  }
  

  
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-menu ul {
  list-style: none;
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
}
.footer-menu ul li {
  display: inline-block;
  margin: 0px 29px;
}
.footer-menu ul li a {
 
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.footer-menu ul li a:visited {
  color: #fff;
}
.footer-menu ul li a:hover {
  color: #5bb4b9;
}



/* Back To Top*/
#back-to-top {
  background: #fff;
  color: #5bb4b9;
  border: 0 none;
  border-radius: 2px;
  cursor: pointer;
  width: 42px;
  height: 45px;
  line-height: 45px;
  opacity: 0;
  outline: medium none;
  position: fixed;
  right: 40px;
  bottom: -20px;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s ease-out 0s;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.2);
  -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.2);
  -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.2);
}
#back-to-top.show {
  opacity: 1;
  bottom: 40px;
}
#back-to-top i:after, #back-to-top i:before {
  font-size: 17px;
}
#back-to-top:hover {
  bottom: 45px;
}


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .lg-hidden {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .md-hidden {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sm-hidden {
    display: none;
  }
}

