html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 24px;
  color: #323233;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
  -webkit-animation: fadein 4s;
  -moz-animation: fadein 4s;
  -ms-animation: fadein 4s;
  -o-animation: fadein 4s;
  animation: fadein 4s;
  overflow-y: auto;
  overflow-x: hidden;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {

  /* Firefox */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {

  /* Safari and Chrome */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadein {

  /* Opera */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

a {
  color: #0eacf3;
  font-size: 13px;
  text-decoration: none;
}

a:hover {
  color: #098eca;
  text-decoration: none;
}

a,
.nav-tabs>li>a {
  text-decoration: none;
}

a:hover,
.nav-tabs>li>a:hover {
  text-decoration: none;
}

a:hover,
.nav-tabs>li>a:hover,
.btn {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:focus {
  outline: none;
}

h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0px;
}

li {
  line-height: 20px;
}

p {
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 10px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

h1,
h2 {
  line-height: 35px;
}

h1 {
  font-size: 32px;
  line-height: 40px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

.clear {
  clear: both;
}

.center,
.center-responsive img,
.center img,
.center-responsive img img,
.center-responsive {
  text-align: center;
}

.center-responsive img {
  margin: 0px auto;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.cn_item img,
.cn_item i,
.cn_item svg {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: middle;
}


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

.text-secondary {
  color: #4b4b4b;
}

.transition-all,
.client-image,
#back-top a,
#arrowdown .btn-primary {
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}



.float-right-right {
  float: right;
}

.full-width-float,
.float-left-left {
  float: left;
}

.full-width-inblocks {
  display: inline-block;
}

.full-width-blocks {
  display: block;
}

.full-width-float,
.full-width-inblocks,
.full-width-blocks,
.full-width-img {
  width: 100%;
}

.white-color {
  color: #fff;
}

.blue-color {
  color: #09bce8 !important;
}

.red-color {
  color: #f05154 !important;
}

.btn {
  border-radius: 6px;
}

.btn-info {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  border: 2px solid #fff;
}

.btn-info.focus,
.btn-info:focus {
  background-color: #df3b3e;
  border-color: #df3b3e;
  color: #fff;
}

.btn-info:hover {
  background-color: #df3b3e;
  border-color: #df3b3e;
  color: #fff;
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #df3b3e;
  border-color: #df3b3e;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
  background-color: #df3b3e;
  border-color: #df3b3e;
  color: #fff;
}

.btn-primary {
  background-color: #437eeb;
  border-color: #437eeb;
  color: #fff;
}

.btn-primary.focus,
.btn-primary:focus {
  background-color: #0360a4;
  border-color: #0360a4;
  color: #fff;
}

.btn-primary:hover {
  background-color: #0360a4;
  border-color: #0360a4;
  color: #fff;
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
  background-color: #0078d1;
  border-color: #0078d1;
  color: #fff;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  background-color: #0078d1;
  border-color: #0078d1;
  color: #fff;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary.focus[disabled],
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #609ac5;
  border-color: #609ac5;
}

.btn-default {
  background-color: #fff;
  border-color: #959595;
  color: #000000;
}

/*header*/
.header-top-nav {
  background: transparent;
  border-bottom: 1px solid rgba(8, 8, 8, 0.04);
  display: block;
  position: relative;
  width: 100%;
  z-index: 99;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  height: 82px;
  box-shadow: none;
}

.header-top-nav .container-fluid {
  padding-left: 5%;
  padding-right: 3%;

}
.logo {
  float: left;
  position: relative;
  top: 24px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}

.logo:before {
  content: '';
  position: absolute;
  right: -25px;
  width: 1px;
  height: 100%;
  background: #e2e8ff;
  top: 0px;
  z-index: 50;
  display: block;
}

.logo img {
  width: 160px;

}

.header-navigation {
  height: 127px;
}
.top-min-header {
  padding: 0px;
  background: #437eeb;
  position: relative;
}

.top-min-header:before {
  border-bottom: 2px solid #f1f4ff;
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 2;
}

.top-min-header-left {
  padding-left: 5%;
}

.top-min-header-left,
.top-min-header-right {
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-min-header-right {
  background: #fff;
  padding-right: 3%;
}

.top-min-header-right .toptime {
  font-size: 13px;
  color: #437eeb;
  font-weight: 500;
  float: right;
}

.top-min-header ul li {
  float: left;
  margin-right: 35px;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
}

.top-min-header ul li .cn_item img {
  margin-right: 6px;
}

.no-repeat {
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.facebook-svg {
  background-image: url(../images/facebook.svg);
  width: 7px;
  height: 14px;
}

.twitter-svg {
  background-image: url(../images/twitter.svg);
  width: 13px;
  height: 11px;
}

.linkedIn-svg {
  background-image: url(../images/linkedIn.svg);
  width: 13px;
  height: 13px;
}

.facebook-svg2 {
  background-image: url(../images/facebook.svg);
  width: 9px;
  height: 18px;
}

.twitter-svg2 {
  background-image: url(../images/twitter.svg);
  width: 22px;
  height: 18px;
}

.linkedIn-svg2 {
  background-image: url(../images/linkedIn.svg);
  width: 18px;
  height: 18px;
}

#menu-trigger {
  position: relative;
  z-index: 99;
  cursor: pointer;
  float: right;
}

.close-svg {
  background-image: url(../images/close.svg);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.line-wrap {
  height: 12px;
  margin: 11px 0 10px -1px;
  position: relative;
  top: 2px;
  transition: all 300ms ease 0s;
  width: 18px;
}

.line-wrap .line {
  height: 3px;
  width: 20px;
}

.line-wrap .line.center {
  margin: 3px 0;
}

.line-wrap .line {
  background-color: #0078d1;
}

.dis-on .line {
  background-color: #0078d1;
}

.menu-trigger-nvright {
  background: #437eeb;
  padding: 10px;
  border-radius: 5px;
  width: 44px;
  height: 44px;
  text-align: center;
  cursor: pointer;
  position: relative;
  top: 20px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}

.menu-trigger-nvright .line-wrap {
  height: 12px;
  margin: 11px 0 10px -1px;
  position: relative;
  top: 2px;
  transition: all 300ms ease 0s;
  width: 18px;
}

.menu-trigger-nvright .line-wrap .line {
  height: 3px;
  width: 20px;
}

.menu-trigger-nvright .line-wrap .line.center {
  margin: 4px 0;
}

.menu-trigger-nvright .line-wrap .line {
  background-color: #fff;
}


.navbar-nav {
  margin: 0px 0 0;
  width: auto;
  text-align: left;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}

.navbar-nav>li {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px 25px 0px 0px;
}

.navbar-nav>li:last-child {
  padding-right: 0px;
}

.navbar-nav>li>a {
  font-weight: 400;
  color: #525f81;
  font-size: 15px;
  padding: 0px 0px 0px 0px;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  position: relative;
}
.navbar-nav .open>a, .navbar-nav .open>a:focus, .navbar-nav .open>a:hover {
  background-color: #f3f7fe;
  border-color: #337ab7;
}
.nav>li>a::after {
  background-color: #0c80eb;
  border-radius: 0px;
  top: 69%;
  content: "";
  display: block;
  height: 2px;
  left: 0px;
  position: absolute;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  width: 27px;
  opacity: 0;
}

.nav>li>a:focus,
.nav>li>a:hover,
.nav>li.active>a:hover,
.nav>li.active>a {
  background-color: transparent;
  color: #1a76d1;
}

.nav>li>a:hover::after,
.nav>li.active a::after {
  opacity: 1;
}

.nav>li.btn-addtop a::after {
  opacity: 0 !important;
}

.nav>li.btn-addtop {
  margin-left: 45px;
}

.navbar-nav.nav-post-left {
  margin-left: 55px;
}

.navbar-nav.nav-post-left>li>a {
  font-size: 14px;
  font-weight: 400;
  line-height: 82px;
}

.navbar-nav.nav-post-right>li {
  margin-left: 0px;
}

.navbar-nav.nav-post-right>li {
  padding: 0px 28px 0px 0px;
  position: relative;
}

.navbar-nav.nav-post-right>li:last-child {
  padding-right: 0px !important;
}

.navbar-nav.nav-post-right>li:first-child:after {
  content: '';
  position: absolute;
  right: 14px;
  width: 1px;
  height: 100%;
  background: #e2e8ff;
  top: 0px;
  display: none;
}

.navbar-nav>li>.btn {
  padding: 14px 22px !important;
  position: relative;
  border: 1px solid #0078d1;
  border-radius: 7px;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-transform: capitalize !important;

}

.navbar-nav>li>.btn-primary {
  background-color: #0078d1 !important;
  border-color: #0078d1;
  color: #fff;
}

.navbar-nav>li>.btn-primary.focus,
.navbar-nav>li>.btn-primary:focus {
  background-color: #098eca !important;
  border-color: #098eca;
  color: #fff;
}

.navbar-nav>li>.btn-primary:hover {
  background-color: #098eca !important;
  border-color: #098eca;
  color: #fff;
}

.navbar-nav .move-social-top {
  position: relative;
  top: 24px;
}

.navbar-nav>li>.custome-menu {
  margin-top: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.nav-post-left .open>a,
.nav-post-left .open>a:focus,
.nav-post-left .open>a:hover {
  background-color: transparent;
  border-color: transparent;
}

.nav-post-left .dropdown:hover a,
.nav-post-left .dropdown:hover a:focus,
.nav-post-left .dropdown:hover a:hover {
  background-color: transparent;
  border-color: transparent;
}

.nav>li.open>a::after,
.nav>li.dropdown:hover a::after {
  opacity: 1;
}

.custome-menu {
  top: 85%;
  min-width: 160px;
  padding: 8px 0;
  margin: 2px 0 0;
  font-size: 14px;
  border: none;
  min-width: 233px;
  display: none;
}

.nav>li.dropdown:hover .custome-menu {
  display: block;
}

.custome-menu:before {
  content: "";
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: -10px;
  left: 16px;
  z-index: 10;
}

.custome-menu>li>a {
  padding: 12px 20px;
  font-weight: 400;
  color: #525f81;
  font-size: 14px;
}

.custome-menu>li>a:focus,
.custome-menu>li>a:hover {
  color: #1a76d1;
  text-decoration: none;
  background-color: transparent;
}

.drp-radius-all .form-control {
  font-size: 12px;
  color: #212121;
  font-weight: 500;
  border: 1px solid #f3f3f3;
  border-radius: 6px;
  padding: 3px 10px 2px 10px;
  box-shadow: none;
  height: 28px;
  background-color: #fff;
}

.fixed-header.header-top-nav {
  height: 60px;
    left: 0;
    position: relative;
    right: 0;
    top: 0px;
    position: fixed;
    background: rgba(255, 255, 255, .7);
    opacity: 1;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(23px);


}


.fixed-header .logo {
  top: 16px;
}

.fixed-header .menu-trigger-nvright {
  top: 15px;
  margin-top: -7px;
}

.fixed-header .navbar-nav.nav-post-left>li>a {
  line-height: 60px;
}

.fixed-header .nav>li>a::after {
  bottom: -16px;
}

.fixed-header .navbar-nav>li>.btn {
  padding: 10px 22px !important;
}

#slide-overlay,
#slide-overlay2 {
  display: none;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

#sidebar {
  background: rgba(255, 255, 255, .7);
  width: 100%;
  height: 0px;
  position: fixed;
  left: 0px;
  overflow-y: auto;
  top: 0;
  z-index: 9999;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
  backdrop-filter: blur(50px);
}

.c-menu {
  position: relative;
}

.menu-list .logo {
  float: left;
  left: -11px;
  position: absolute;
  top: 16px;
}

.menu-list .logo img {
  width: 70px;
}

.slide-on-hover {
  display: block;
  position: relative;
  top: 75px;
}

.slide-on-hover>li {
  position: relative;
  margin: 0px 0px;
  line-height: 12px;
}

.slide-on-hover>li>a {
  font-weight: 400;
  color: #474747;
  font-size: 15px;
  padding: 15px 22px;
  text-transform: uppercase;
  display: block;
  background: transparent;
}

.slide-on-hover>li>a:hover,
.slide-on-hover>li>a:focus {
  color: #fff;
  background: #00a5fe;
}

.slide-on-hover>li.active>a {
  color: #fff;
}

.slide-on-hover>li>.btn {
  padding: 8px 0px !important;
  border-radius: 35px;
  letter-spacing: -1px;
  text-align: left;
  background: transparent !important;
  border-color: transparent;
  box-shadow: none;
}

#sidebar.toggled {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0px;
  height: 100%;
}

#close-trigger {
  cursor: pointer;
  float: right;
  padding-top: 17px;
  position: absolute;
  right: 13px;
  z-index: 11;
}

@media (max-width: 1199px) {
  .header-navigation {
    height: 57px;
}
  .header-top-nav .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .header-top-nav {
    height: 55px;
    padding-top: 8px;
  }

  .fixed-header.header-top-nav {
    height: 45px;
    padding-top: 4px;
  }

  .navbar-nav.nav-post-left {
    margin-left: 0px;

  }

  .navbar-nav.nav-post-right {
    float: right;
    display: none;
  }

  .navbar-nav.nav-post-right>li {
    float: left;
  }

  .navbar-nav.nav-post-right>li:first-child:after {
    right: 14px;
    height: 180%;
    top: -10px;
  }

  .navbar-nav.nav-post-right>li:last-child {
    padding-left: 0px !important;
  }

  .navbar-nav>li>.btn {
    padding: 5px 14px !important;
    margin: 0px 18px;
  }

  .logo {
    float: left;
    line-height: normal;
    margin-top: 0px;
    top: 7px;
}

  .logo img {
    width: 150px;
  }

  .fixed-header .logo {
    top: 7px;
    width: 140px;
    line-height: normal;
}

  .logo:before {
    display: none;
  }

  .menu-trigger-nvright {
    padding: 8px;
    width: 34px;
    height: 34px;
    top: 0px;
  }

  .menu-trigger-nvright .line-wrap {
    height: 12px;
    width: 14px;
  }

  .menu-trigger-nvright .line-wrap .line {
    height: 3px;
    width: 14px;
  }

  .fixed-header .menu-trigger-nvright {
    top: 0px;
    margin-top: 0px;
  }

  .fixed-header .line-wrap {
    top: -1px;
  }

  .fixed-header .line-wrap.dis-off {
    display: block;
  }

  #sidebar {
    padding: 0px;
  }

  #sidebar.toggled {
    padding: 20px;
  }

  .menu-list .navbar-nav {
    position: relative;
    margin: 0px 0 0;
    width: 100%;
    display: inline-block;
    top: 60px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
  }

  .menu-list .navbar-nav>li {
    padding: 0px 0px 0px 0px;
    width: 100%;
    margin-bottom: 10px;
  }

  .menu-list .navbar-nav>li:last-child {
    padding-right: 0px;
  }

  .menu-list .navbar-nav>li>a {
    font-size: 20px;
    padding: 0px;
    line-height: 49px;
    font-weight: 400;
  }

  .menu-list .nav>li>a::after {

    opacity: 0 !important;
  }

  .menu-list .navbar-nav.nav-post-left {
    margin-top: 35px;
    text-align: center;
    padding-top: 35px;
    border-top: 1px solid #ededed;
  }

  .menu-list .navbar-nav.nav-post-left>li>a {
    font-size: 22px;
    font-weight: 400;
  }

  .menu-list .navbar-nav.nav-post-left>li:first-child>a {
    line-height: 35px;
  }

  .menu-list .navbar-nav>li>.btn {
    font-size: 15px !important;
    padding: 0px 0px !important;
    width: 40%;
    margin: 0px auto;
    border: 1px solid #00a5fe;
  }

  .menu-list .navbar-nav.nav-post-left>li {
    margin-bottom: 20px;
  }

  .menu-list .logo {
    float: none;
    left: 0px;
    position: relative;
    top: 30px;
    margin-left: 0px;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
  }

  #close-trigger {
    cursor: pointer;
    float: right;
    padding-top: 0px;
    position: absolute;
    right: 0px;
    z-index: 11;
    top: -10px;
  }
}

@media (max-width: 414px) {
  .navbar-nav>li>.btn {
    width: 65%;
  }
}

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

  .navbar-nav>li {
    padding: 0px 6px;
  }


}

@media (min-width: 1200px) {
  #menu-trigger {
    display: none;
  }
}

@media (min-width: 1600px) {

  .top-min-header-left,
  .top-min-header-right {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .logo:before {
    right: -54px;
  }

  .navbar-nav.nav-post-left {
    margin-left: 103px;
  }

  .navbar-nav>li {
    padding: 0px 60px 0px 0px;
  }

  .navbar-nav.nav-post-left>li>a {
    font-size: 16px;
    font-weight: 400;
  }

  .navbar-nav.nav-post-right>li {
    padding: 0px 32px 0px 0px;
  }

  .navbar-nav.nav-post-right>li:first-child:after {
    right: 16px;
  }
}
@media (min-width: 1900px) {
.header-navigation {
  height: 136px;
}
}
/*header end*/
/*menu-fix*/
#nav-toggle .tooltip-inner {

  background-color: rgba(15, 172, 243, .8);
}

#nav-toggle .tooltip.left .tooltip-arrow {
  border-left-color: rgba(15, 172, 243, .8);
}

#nav-toggle .tooltip-inner {
  max-width: 300px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  white-space: nowrap;
}

#nav-toggle .navbar-nav>li {
  display: block;
  padding: 0px;
  text-align: center;
  width: 12px;
}

#nav-toggle .navbar-nav>li>a {
  line-height: 24px;
}

.menu-fix {
  position: fixed;
  right: 63px;
  top: 50%;
  z-index: 1000;
  margin-top: -90px;
}

#nav-toggle .active .circle-o,
#nav-toggle li:hover .circle-o {
  background: transparent;
  width: 12px;
  height: 12px;
  border: 2px solid #17CEF0;
}

#nav-toggle li:first-child.active .circle-o {
  border: 2px solid #fff;
}

.circle-o {
  line-height: 40px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #848786;
  background-color: #848786;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .menu-fix {
    right: 40px;
  }
}

/*menu-fix end*/
/*default theme*/

@media (min-width: 1280px) {
  .container {
    width: 1200px;
  }

}

@media (min-width: 1600px) {
  .container {
    width: 1400px;
  }
}

/*default theme end*/
/*main-home*/
.main-home {
  position: relative;
}

.main-home .full-banner-slider {
  display: table;
  width: 100%;
  position: relative;
  z-index: 1;
}

.overlay-after {
  opacity: .45;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #2b2b2b;
}

.main-home #homeslider {
  padding-top: 30px;
}

.bannercontent img {
  width: auto;
}

.main-home .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
  margin-bottom: 10px;
}

.main-home .owl-theme .owl-nav [class*='owl-'] {
  margin: 0px;
  padding: 0px 4px;
  background: transparent;
}

.main-home .owl-carousel .owl-nav .owl-prev,
.main-home .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -24px;
}

.main-home .owl-carousel .owl-nav .owl-prev {
  left: 1%;
}

.main-home .owl-carousel .owl-nav .owl-next {
  right: 1%;
}

.main-home .owl-carousel .owl-item img {
  width: auto;
}

.main-home .owl-theme .owl-dots .owl-dot span {
  background: #ccc;
  border: none;
  width: 8px;
  height: 8px;
}

.main-home .owl-theme .owl-dots .owl-dot.active span,
.main-home .owl-theme .owl-dots .owl-dot:hover span {
  background: #047ccc;
}

.bannercontent {
  position: relative;
  z-index: 1;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.bannercontent-left {
  margin-top: 35px;
}

.bannercontent h1 {
  font-size: 49px;
  line-height: 38px;
  font-weight: 600;
  margin: 10px 0px 25px;
  color: #437eeb;
}

.bannercontent span {
  font-size: 26px;
  color: #31435f;
}

.bannercontent p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 18px;
  position: relative;
  color: #525f81;
}

.bannercontent-link a {
  display: inline-block;
}

.bannercontent-link .link-vd {
  font-size: 13px;
  color: #31435f;
}

.bannercontent-link a {
  margin-right: 20px;
}

.bannercontent-link a:last-child {
  margin-right: 0px;
}

.bannercontent .btn {
  border-radius: 4px;
  font-size: 13px;
  padding: 9px 24px;
}

@media (max-width: 767px) {

  .bannercontent-left {
    margin-top: 40px;
  }

  .bannercontent h1 {
    font-size: 50px;
    line-height: 55px;
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .bannercontent span {
    font-size: 40px;
  }

  .bannercontent .btn {
    font-size: 13px;
    padding: 12px 14px;
    margin-top: 0px;
  }

  .down-scroll {
    bottom: 10px;
  }

  .bannercontent-link {
    margin-bottom: 55px;
  }

}

@media (max-width: 479px) {
  .main-home .full-banner-slider .bannercontent .container {
    top: 36%;
  }

  .bannercontent h1 {
    font-size: 50px;
    line-height: 55px;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .bannercontent h1 span {
    font-size: 40px;
  }

  .bannercontent p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 16px;
  }

  .bannercontent .btn {
    font-size: 15px;
    padding: 12px 20px;
    margin-top: 5px;
  }

  .btn_prm {
    font-size: 16px;
    padding: 14px 22px;
  }

  .down-scroll {
    bottom: 10px;
    left: 46%;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .home-main-text {
    bottom: auto;
    top: 240px;
  }

}

@media (min-width: 1200px) {
  .overlay-after {
    z-index: -1;
  }

  .bannercontent-left {
    margin-top: 100px;
  }

  .bannercontent h1 {
    font-size: 90px;
    line-height: 86px;
    margin-bottom: 18px;
    margin: 10px 0px 20px;
  }

  .bannercontent span {
    font-size: 40px;
  }

  .bannercontent p {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 28px;
  }

  .bannercontent .btn {
    font-size: 14px;
    padding: 9px 31px;
  }

  .bannercontent-link a {
    margin-right: 31px;
  }
}

@media (min-width: 1600px) {

  .bannercontent h1 {
    font-size: 112px;
    line-height: 105px;
  }

  .bannercontent span {
    font-size: 40px;
    color: #31435f;
  }

  .bannercontent p {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 28px;
  }

}

/*main-home end*/
/*title-main-text*/
.color-primary {
  color: #1a73e8;
}

.padd-them {
  padding-top: 85px;
}

.title-main-text span {
  font-size: 14px;
  font-weight: 600;
  color: #2e8ced;
  text-transform: uppercase;
  background: linear-gradient(to left, #FFF 2.23%, #EFF1FD 97.21%), #437EEB;
  padding: 6px 50px 6px 15px;
  border-radius: 4px;
  margin-top: 20px;
  display: inline-block;
  margin-bottom: 24px;
}

.title-main-text h1 {
  font-size: 43px;
  color: #313e5b;
  margin-bottom: 30px;
  margin-top: 0px;
  line-height: 55px;
  font-weight: 500;
}

.title-main-text.white span,
.title-main-text.white h1 {
  color: #fff;
}

.title-main-text-mroff h1 {
  margin-bottom: 20px;
}

.title-main-text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 36px;
  color: #697895;
  margin-bottom: 20px;
}

.title-main-text2 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  color: #2c2e40;
}

.title-main-text .title-main-image {
  background: transparent;
}

.title-main-spacer,
.title-main-spacer2 {
  display: inline-block;
  height: 14px;
  width: 46px;
  margin-bottom: 10px;

}

.title-main-spacer {
  background: url(../images/spacer.png) no-repeat 0px 0px;

}

.title-main-spacer2 {
  background: url(../images/spacer-white.png) no-repeat 0px 0px;

}

.hort-line {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 3px solid #0074e6;
  width: 41px;
  display: inline-block;
}

section#about {
  padding-bottom: 85px;
}

@media (max-width: 1199px) {
  .title-main-text h1 {
    font-size: 39px;
    line-height: 40px;
  }
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
  .padd-them {
    padding-top: 40px;
  }

  .title-main-text h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
    margin-top: 0px;
  }

  .title-main-text span {
    margin-top: 38px;
    font-size: 12px;
    padding: 6px 40px 6px 15px;
  }

  .title-main-text p {
    line-height: 34px;
    font-size: 14px;
  }

  .title-main-text2 p {
    line-height: 28px;
  }

  .title-main-text p {
    line-height: 38px !important;
  }

  .hort-line {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  section#about {
    padding-bottom: 40px;
  }
}

@media (max-width: 359px) {
  .title-main-text h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
    margin-top: 25px;
  }

  .title-main-text p {
    line-height: 34px;
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  .padd-them {
    padding-top: 108px;
  }

  .title-main-text h1 {
    font-size: 43px;
    line-height: 57px;

  }

  .title-main-text p {
    font-size: 16px;
    line-height: 38px;
  }
}

/*title-main-text end*/
/*dt-sec*/
.dt-sec {
  padding-top: 85px;
  background: #1a76d1;
  position: relative;
  padding-bottom: 45px;
}

.dt-sec .container {
  z-index: 2;
  position: relative;
}

.dt-sec:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  background-image: url(../images/doctor-writing.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .25;
  z-index: 1;
  background-attachment: fixed;
}

.dt-sec .title-main-text h1 {
  color: #fff;
}

.dt-content {
  margin-top: 40px;
  background: #fff;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.dt-content-thumb img {
  border-radius: 8px 8px 0px 0px;
}

.dt-content .dt-content-de {
  padding-top: 30px;
}

.dt-content .dt-content-de>span {
  color: #1a76d1;
  font-size: 12px;
  font-weight: 600;
}

.dt-content h4 {
  color: #2c2e40;
  font-size: 18px;
  font-weight: 400;
  margin-top: 5px;
}

.dt-content p {
  color: #2c2e40;
  line-height: 14px;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}

.dt-content p span {
  font-weight: 600;
}

.dc-ser .dt-content-thumb {
  width: 150px;
  height: 150px;
  display: inline-block;
}

.dc-ser .dt-content-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.dc-ser .dt-content .dt-content-de {
  padding-top: 15px;
}

.dc-ser .dt-content h4 {
  font-size: 16px;
}

@media (max-width: 767px) {
  .dt-sec {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .dc-ser .dt-content {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}

/*dt-sec end*/
/*dwn-app-sec end*/
.dailyupdate-hm {
  background-color: #007de7;
  padding: 75px 0px;
}

.connect-dailybox-screen {
  margin-top: 0px;
}

.connect-dailybox-screen .dailybox-text h4 {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #fff;
  margin-top: 0px;
  line-height: 44px;
}

.connect-dailybox-screen .dailybox-text p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #77838F;
  margin-top: 0px;
}

.btn-stdemo {
  position: relative;
  top: 26px;
}

.btn-stdemo .btn-primary {
  background-color: #fff;
  border-color: #fff;
  color: #007de7 !important;
  text-transform: uppercase;
}

.btn-stdemo .btn-primary:hover,
.btn-stdemo .btn-primary:focus {
  background-color: #c7dbed;
  border-color: #c7dbed;
}

@media (max-width:1199px) {
  .dailyupdate-hm {
    padding: 30px 15px 40px 15px;
    margin-top: 0px;
    text-align: center;
  }

  .connect-dailybox-screen .dailybox-text h4 {
    font-size: 29px;
  }

  .btn-stdemo {
    position: relative;
    top: 0px;
    margin-top: 20px;
  }
}

@media (max-width:767px) {
  .dailyupdate-hm-wrap>.row {
    margin: 0px;
    ;

  }

  .dailyupdate-hm {
    padding: 40px 15px 40px 15px;
    margin-top: 0px;
  }

  .connect-dailybox-screen .dailybox-text h4 {
    font-size: 26px;
    line-height: 35px;
  }

  .connect-dailybox-screen .dailybox-text p {
    font-size: 15px;
  }

}


/*dailyupdate-hm end*/

/*footer-section*/
.whatsapp-animat {
  position: fixed;
  right: 2px;
  bottom: 60px;
  z-index: 100;
}

.backtop {
  position: fixed;
  bottom: 30px;
  right: 15px;
  background: #0078d1;
  width: 32px;
  height: 32px;
  z-index: 888;
  display: inline-block;
  border-radius: 100%;
  line-height: 33px;
  text-align: center;
  display: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.backtop .up-arrow {
  width: 16px;
  height: 16px;
  background-image: url(../images/up-arrow.svg);
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
  display: inline-block;
}

.footer-section {
  width: 100%;
  position: relative;
  color: #70768e;
  padding-bottom: 60px;
  padding-top: 80px;
  background: #f7f8fd;
}

.footer-section h4 {
  color: #172746;
  font-size: 13px;
  margin-bottom: 35px;
  margin-top: 3px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-section .hr-style {
  border-top: 1px dashed #e2e2e2;
  width: 100%;
  text-align: left;
  float: left;
  margin: 12px 0px 11px;

}

.play-inon a {
  float: left;
  margin: 0px 25px 0px 0px;

}

.list-footer-first>li {
  color: #aaaaaa;
  font-size: 14px;
  line-height: 32px;
  font-weight: 500;
}

.list-footer-first>li a,
.list-footer-first>li span {
  font-size: 14px;
}

.list-footer-first>li a {
  color: #9b9eb3;
}

.list-footer-first>li span {
  color: #5f5f5f;
}

.list-footer-first>li a:hover {
  color: #84d037;
}

.list-footer,
.list-footer>li {
  display: inline-block;
  width: 100%;
}

.list-footer>li .text-primary {
  color: #09bce8 !important;
}

.list-footer>li .text-primary {
  color: #09bce8 !important;
}

.list-footer>li .pw-by .text-primary {
  color: #635bff !important;
}

.list-footer>li {
  position: relative;
  font-size: 13px;
  color: #70768e;
  line-height: 24px;
  margin-bottom: 14px;
  font-weight: 400;
}

.list-footer>li>a,
.list-footer>a {
  display: inline-block;
  font-size: 14px;
  color: #70768e;
  font-weight: 400;
}

.list-footer2 {
  margin-top: 0px;
  margin-bottom: 13px;
}

.list-footer2>li {
  position: relative;
  font-size: 12px;
  color: #70768e;
  line-height: 30px;
  margin-bottom: 14px;
  font-weight: 400;
  padding-left: 35px;
}

.list-footer2 span.cn_item {
  margin-right: 2px;
  position: absolute;
  top: 8px;
  left: 0px;
}

.list-footer>a {
  margin: 0 22px;
}

.list-footer>li>a:hover,
.list-footer>a:hover {
  color: #437eeb;
}

.logo-footer img {
  width: 180px;
}

.logo-footer p {
  font-size: 13px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #70768e;
  margin-top: 15px;
  font-weight: 400;
}

.contact-footer {
  padding: 36px 0px;
}

.contact-bar {
  position: relative;
  padding-left: 60px;
  top: 4px;
}

.contact-bar .cn_item {
  position: absolute;
  left: 0px;
  top: -2px;
}

.copyright span {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #333333;
}

.contact-bar span {
  display: block;
  font-size: 14px;
  color: #70768e;
  font-weight: 400;
  line-height: 18px;
}

.contact-bar span b {
  font-size: 16px;
  color: #172746;
}

.appdownbar li {
  display: inline-block;
  margin-right: 5px;
}

.appdownbar li:last-chikd {
  margin-right: 0px !important;
}

.appdownbar li .dw-app {
  font-size: 14px;
  color: #172746;
  font-weight: 500;
  display: block;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.copyright-footer {
  border-top: 1px solid #eeeeee;
  padding: 30px 0px;
  text-align: center;
}

.social-icon {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.social-icon a {
  display: inline-block;
  margin: 0px 11px 12px 0px;
}

.social-icon a:last-child {
  margin-right: 0px;
}

.social-icon a svg {
  width: 20px;
  height: 20px;
}

.social-icon a .cn_item i {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.get-question-rc .text-primary {
  color: #09bce8 !important;
}

.get-question-rc {
  margin-top: 20px;
}

.get-question-rc span {
  display: inline-block;
  color: #474747;
  font-size: 20px;
  font-weight: 700;
}

.footer-logo {
  margin-top: 24px;
}

@media (max-width: 991px) {
  .social-icon {
    margin-bottom: 30px;
  }

  .contact-footer .contact-bar {
    margin-bottom: 10px;
  }

  .contact-footer .contact-bar,
  .contact-footer .appdownbar {
    float: none !important;
  }
}

@media (max-width: 767px) {
  .footer-section {
    padding-bottom: 30px;
    padding-top: 70px;
  }

  .logo-footer img {
    width: 200px;
  }

  .social-icon {
    margin-bottom: 0px;
  }

  .footer-section h4 {
    margin-bottom: 12px;
    margin-top: 30px;
  }

  .footer-section .hr-style {
    margin: 18px 0px 18px;
  }

  .appdownbar li .dw-app {
    font-size: 16px;
    margin-right: 10px;
    top: 0px;
  }

  .appdownbar li:first-child {
    display: block;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .copyright-footer {
    padding: 15px 0px 15px;
  }

  .copyright span {
    font-size: 13px;
    top: 0px;
  }

  .copyright-footer .card-ft {
    float: left !important;
    width: 100%;
    margin-top: 10px;
  }

  .contact-footer {
    padding: 30px 0px;
  }

  .appdownbar li:first-child {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .appdownbar li span {
    margin-right: 0px;
    top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-section {
    padding-bottom: 20px;
    padding-top: 40px;
  }
}

/*footer-section*/

/*useful-fe-section*/
.useful-fe-section {
  padding-top: 65px;
  padding-bottom: 15px;

}

.useful-2-services {
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.04);
  background: #fff;
  padding: 40px 25px 30px;
  margin-top: 40px;
  border-radius: 6px;
}

.useful-2-services .useful-2-serviceshead .icon-use {
  padding-right: 15px;
  display: inline-block;
}

.useful-2-services h3 {
  color: #2c3e5b;
  font-size: 24px;
  font-weight: 500;
  margin-top: 0px;
  display: inline-block;
}

.useful-2-servicesheadbotm p {
  color: #697895;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 27px;
}

.useful-2-servicesheadbotm {
  margin-top: 17px;
}

.list-same-el {
  margin-bottom: 25px;
}

.list-same-el li {
  padding-left: 26px;
  font-size: 15px;
  color: #697895;
  position: relative;
  line-height: 40px;
}

.list-same-el li:before {
  content: "";
  left: 0px;
  position: absolute;
  top: 13px;
  background-image: url(../images/svg/arow.svg);
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
}

.cn_item i,
.cn_item svg {
  display: inline-block;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: middle;
  cursor: pointer;
}

.useful-2-servicesheadbotm .link {
  font-size: 15px;
  text-transform: uppercase;
}

.nextar-icon {
  background-image: url(../images/svg/nextar.svg);
  width: 13px;
  height: 11px;
  background-repeat: no-repeat;
}

.lnkar {
  margin-left: 5px;
  top: -1px !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .useful-2-services {
    padding: 28px 15px 20px;
  }

  .useful-2-services .useful-2-serviceshead .icon-use {
    padding-right: 10px;
  }

  .useful-2-services h3 {
    font-size: 18px;
  }
}

@media (max-width:1199px) {
  .useful-fe-section {
    padding-top: 45px;

  }
}

@media (max-width:767px) {
  .useful-fe-section {
    padding-top: 15px;

  }

  .useful-2-services {
    padding: 35px 20px 35px;
    margin-top: 30px;
  }

  .useful-2-services .useful-2-serviceshead .icon-use {
    padding-right: 10px;
  }

  .useful-2-services h3 {
    font-size: 20px;
  }

  .list-same-el li {
    padding-left: 26px;
    font-size: 14px;
    line-height: 40px;
  }

  .list-same-el li:before {
    left: 0px;
    top: 13px;
  }

  .useful-2-servicesheadbotm p {
    font-size: 15px;
    margin-bottom: 14px;
    line-height: 34px;
  }
}

/*useful-fe-section end*/

/*hm-ser*/
.hm-ser {
  padding-top: 57px;
  padding-bottom: 100px;
}

.hm-content-left-pdd {
  padding-left: 50px;
}

.btn_prm {
  font-size: 15px;
  padding: 9px 26px;
  font-weight: 400;
}
.btn_prm-white {
  border: 1px solid #007DE7 !important;
  background: #FFF !important;
  color: #1982D8 !important;
}

.link-defulrt-mar {
  margin-top: 20px;
  margin-bottom: 30px;
}

.link-defulrt-mar-off {
  margin-top: 0px;
}

.hm-ser .image-moveing {
  margin-top: 65px;
}

.hm-ser .image-moveing2 {
  margin-top: 88px;
}

@media (max-width:1199px) {
  .hm-ser {
    padding-top: 17px;
    padding-bottom: 30px;
  }

  .hm-ser .image-moveing {
    padding-right: 0px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .hm-ser .image-moveing2 {
    margin-top: 80px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .hm-content-left-pdd {
    padding-left: 15px;
  }
}

@media (max-width:991px) {
  .hm-ser .image-moveing {
    padding-right: 0px;
    margin-top: 0px;
  }
}

@media (max-width:767px) {
  .hm-ser {
    padding-bottom: 30px;
    padding-top: 0px;
  }

  .hm-ser .image-moveing2 {
    margin-top: 60px;
  }

  .link-defulrt-mar {
    margin-top: 20px;
    margin-bottom: 47px;
  }
}

/*hm-ser end*/
/*feature-ser*/
.defualt-bg {
  background: #f3f7fe;
}

.defualt-bg .title-main-text span {
  background-color: transparent;
  background-image: linear-gradient(270deg, #02010100 0%, #FFFFFF 100%);
}

.feature-ser {
  padding-top: 54px;
  padding-bottom: 40px;
  margin-top: 60px;
}

.lern-margin {
  margin-bottom: 20px;
}

.lern-more {
  font-size: 13px;
  font-family: "Poppins";
  color: rgb(46, 141, 237);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}

.lern-more .learnmore {
  background-image: url(../images/svg/learnmore.svg);
  width: 12px;
  height: 9px;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
  margin-left: 4px;
}

.feature-ser-list ul {
  margin-top: 40px;
}

.feature-ser-list li {
  background: #fff;
  padding: 28px 25px 20px;
  margin-bottom: 30px;
  border-radius: 4px;
  border: 1px solid #EFF1FE;
  box-shadow: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.feature-ser-list li:hover {
  box-shadow: 24.871px 34.659px 30px 5px rgb(0 0 0 / 6%);
}

.feature-ser-list .media>.pull-left {
  padding-right: 20px;
}

.fe-left {
  padding-right: 40px;
}

.icondefulat {
  width: 39px;
  height: 39px;
  background-color: #94c6f6;
  border-radius: 100%;

}

.feature-ser-list h3 {
  color: #2c3e5b;
  font-size: 24px;
  margin-top: 2px;
  margin-bottom: 10px;
  font-weight: 500;
}

.feature-ser-list p {
  color: #4d5f81;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.featureuseful-list .useful-2-services {
  background: #fff;
  padding: 10px 30px 10px;
  margin-top: 0px;
}

.featureuseful-list .useful-2-servicesapp {
  background: #fff;
  padding: 20px 25px 20px;
  margin-top: 0px;
}

.featureuseful-list .useful-2-servicesapp .ser-2box-content {
  padding: 0px;
}

.feat-appdownload {
  margin-top: 24px;
}

.feat-appdownload li {
  display: inline-block;
  margin-right: 15px;
}

.feat-appdownload li .cmin {
  position: relative;
  top: -5px;
  color: #313e5b;
  font-size: 14px;
}

.marxs-image-top-btm {
  margin-top: 25px;
  margin-bottom: 30px;
}

@media (max-width:991px) {
  .featuremar-img {
    margin-bottom: 50px;
    margin-top: 40px;
  }

  .fe-left {
    padding-right: 15px;
  }
}

@media (max-width:767px) {
  .feature-ser {
    padding-top: 20px;
    padding-bottom: 0px;
    margin-top: 0px;
  }

  .feature-ser-list p {
    font-size: 13px;
    line-height: 22px;
  }

  .feature-ser-list h3 {
    font-size: 18px;
  }

  .marxs-image-top-btm {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}

/*hm-ser end*/
/*ourwork-vid*/
.ourwork-vid {
  padding-top: 60px;
  padding-bottom: 25px;
}

.vid-pdd-in {
  padding-bottom: 60px;
}

.video-wrap {
  border-radius: 15px;
  margin-top: 2%;
  margin-bottom: 1%;
  margin-left: auto;
  margin-right: auto;
}

.video-wrap>img {
  border-radius: 15px;
  width: 100%;
  max-height: 100%;
}

.playicon {
  background-image: url(../images/playicon.svg);
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.iconcenter {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

@media (max-width:991px) {
  .video-wrap {
    height: auto;
    width: 100%;
    margin-top: 4%;
  }

  .ourwork-vid {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .vid-pdd-in {
    padding-bottom: 40px;
  }
}

@media (max-width:767px) {
  .ourwork-vid {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .video-wrap .playicon {
    width: 50px;
    height: 50px;
  }
}

/*---video-container---*/
/* video-container*/
.video-container {
  z-index: 10001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(25 24 24 / 90%);
  display: none
}

.video-container.in {
  display: block
}

.video-container .close-video {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  z-index: 99
}

.video-container .close-video:after,
.video-container .close-video:before {
  content: '';
  display: block;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.video-container .close-video:after:hover,
.video-container .close-video:before:hover {
  border-color: #656666
}

.video-container .close-video:before {
  border-top: 1px solid #989999;
  border-bottom: 1px solid #989999;
  height: 0;
  width: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1px;
  margin-left: -12px
}

.video-container .close-video:after {
  border-left: 1px solid #989999;
  border-right: 1px solid #989999;
  height: 24px;
  width: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1px;
  margin-top: -12px
}

.video-container .video-area {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.video-container .video-area:before,
.video-container .video-area:after {
  content: '';
  display: none;
  width: 101%;
  height: 52px;
  position: absolute;
  left: 0;
  z-index: 2;
  background-color: #000
}

.video-container .video-area:before {
  top: 0
}

.video-container .video-area:after {
  bottom: -1px;
  display: none;
}

.video-container .video-area #videoplayer {
  width: 100%;
  height: 100%
}

/* video-container end*/
/*---video-container end---*/
/*ourwork-vid end*/
/*select-ser*/
.select-ser {
  background-image: url(../images/service2-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 37px;
  padding-bottom: 70px;
}

.select-ser-content-first {
  float: right;
  margin-bottom: 40px;
}

.img-insdie-slec {
  margin-top: 25px;
}

.img-insdie-slec img {
  border-radius: 4px;
}

.select-ser-content {
  margin-bottom: 25px;
}

.select-ser-content-outer {
  margin-top: 20px;
}

.select-ser-content .icn-vg {
  margin-bottom: 20px;

}

.select-ser-content-inn h3 {
  color: #2c3e5b;
  font-size: 22px;
  line-height: 29px;
  font-weight: 500;
}

.select-ser-content-inn p {
  color: #697895;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 45px;
  line-height: 28px;
}

@media (max-width:991px) {
  .select-ser {
    padding-top: 0px;
  }

  .select-ser .link-defulrt-mar {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width:767px) {
  .select-ser {
    padding-bottom: 30px;
    padding-top: 0px;
  }
}

/*select-ser end*/
/*brand-all-ser*/

.brand-border {
  border: 2px solid #f7f8ff;
  border-radius: 6px;
  background: #fff;
  padding: 0px 0px 0px 30px;
  height: 105px;
  margin-bottom: 30px;
}

.client-thumbs {
  cursor: pointer;
  text-align: center;
}

.client-padd-box {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100px;
}

@media (max-width:1199px) {
  .offpadd-brand {
    padding: 0px;
  }

  .brand-border {
    padding: 0px 0px 0px 10px;
    border-radius: 0px;
    height: 95px;
  }

  .brand-border .owl-carousel .owl-item img {
    width: 80%;
  }
}

@media (max-width:767px) {
  .brand-border {
    height: 95px;
  }

  .client-padd-box {
    height: 87px;
  }
}

/*brand-all-ser end*/
/*wrap-video*/
.wrap-video {
  width: 92%;
  margin-left: 5%;
  height: 560px;
  position: relative;
  overflow: hidden;
  background: #0F1C2F;
}

.vid-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.vid-banner img {
  width: 100%;
  height: 100%;
}

.hero__media-content {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);

}

ul#content {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

ul#content li {
  display: none;
}

.wrap-video:after {
  content: '';
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(181deg, rgb(14 89 242 / 40%) 0.18%, rgb(156 39 176 / 13%) 99.86%);
  top: 0px;
  z-index: 1;
}

.hero__media-content span {
  font-size: 30px;
  color: #fff;
  text-shadow: 0px 0px 10px rgb(35 44 81 / 50%);

}

.hero__media-content h1 {
  font-size: 90px;
  line-height: 90px;
  font-weight: 600;
  margin: 10px 0px 25px;
  color: #fff;
  text-shadow: 0px 0px 10px rgb(35 44 81 / 50%);

}

.hero__media-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
  position: relative;
  color: #fff;
  text-shadow: 0px 0px 10px rgb(35 44 81 / 50%);

}

.hero__media video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

@media (max-width:1199px) {
  .wrap-video {
    height: 398px;
    width: 92%;
    margin-left: 4%;
  }

  ul#content {
    width: 80%;
  }

}

@media (max-width:767px) {

  ul#content {
    width: 100%;
  }
}

@media (max-width:479px) {
  .wrap-video {
    height: auto;
    min-height: 660px;
  }

  .hero__media-content span {
    font-size: 22px;
  }

  .hero__media-content h1 {
    font-size: 45px;
    line-height: 44px;
    margin: 10px 0px 10px;
  }

  .hero__media-content p {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (min-width:1600px) {

  .wrap-video {
    height: 660px;
  }

  .hero__media-content span {
    font-size: 30px;
  }

  .hero__media-content h1 {
    font-size: 90px;
    line-height: 85px;
  }

  .hero__media-content p {
    font-size: 18px;
    line-height: 24px;
  }
}

/*wrap-video end*/
/*contact-section*/
.contact-section {
  position: relative;
  background: #f3f7fe;
  padding: 87px 0 70px;
}

.contact-section .title-main-text span {
  background-color: transparent;
  background-image: linear-gradient(270deg, #02010100 0%, #FFFFFF 100%);
}

.contact--info-area {
  position: relative;
  margin-right: 40px;
}

.contact--info-area h3 {
  font-size: 30px;
  color: #2c2e40;
  font-weight: 800;
  line-height: .8;
  margin-bottom: 16px;
}

.contact--info-area>p {
  color: #525f81;
  line-height: 24px;
  margin-bottom: 23px;
  font-size: 15px;
}

.single-info {
  position: relative;
  margin-bottom: 27px;
}

.single-info h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2c2e40;
}

.single-info p {
  position: relative;
  font-size: 13px;
  line-height: 22px;
  color: #70768e;
  margin: 0px 0px 15px 0px;
  padding-left: 32px;
}

.single-info p .cn_item {
  position: absolute;
  left: 0;
  top: 0;
}
.single-info p .cn_item.email-form-icon {
  top: 4px;
}

.ab-social h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2c2e40;
}

.contact-form {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 43px 50px 65px;
  box-shadow: 0 1px 3px 0 rgba(11, 2, 55, 0.06);
}

.contact-form h4 {
  font-size: 24px;
  color: #2c2e40;
  line-height: 30px;
  margin-bottom: 8px;
}

.contact-form p {
  font-size: 16px;
  color: #697895;
  line-height: 26px;
  position: relative;
  z-index: 3;
  margin: 0 0 41px;
}

.contact-form input[type=email],
.contact-form input[type=number],
.contact-form input[type=text],
.contact-form textarea {
  width: 100%;
  height: 56px;
  font-size: 12px;
  line-height: 56px;
  font-weight: 400;
  border-radius: 3px;
  border: none;
  background: #f5f5f7;
  color: #525f81;
  outline: none;
  border: 1px solid transparent;
  padding: 0 30px;
  margin-bottom: 20px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.contact-form input[type=email]:focus,
.contact-form input[type=number]:focus,
.contact-form input[type=text]:focus,
.contact-form textarea:focus {
  background: 0 0;
  border-color: #c6e1fa;
}

.contact-form textarea {
  height: 220px;
  resize: none;
  line-height: 30px;
  padding-top: 14px;
}

.contact-form input[type=submit] {
  height: 50px;
  border-radius: 3px;
  background: #2b70fa;
  color: #fff;
  text-align: center;
  border: none;
  outline: none;
  padding: 0 36px;
  font-size: 13px;
  line-height: 50px;
  font-weight: 600;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.condition-check {
  position: relative;
  margin: 10px 0 0;
}

.condition-check input[type=checkbox] {
  display: none;
}

.condition-check label {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  padding-left: 31px;
  position: relative;
  cursor: pointer;
  color: #686875;
  margin: 0;
}

.condition-check label a {
  color: #2b70fa;
}

.condition-check label:before {
  background: 0 0;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  border-radius: 3px;
  top: 3px;
  width: 16px;
  border: 2px solid #ababb1;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.condition-check input:checked+label:after {
  background: 0 0;
  bottom: 0;
  background-image: url(../images/tick-check.png);
  content: "";
  width: 11px;
  height: 8px;
  left: 3px;
  position: absolute;
  top: 7px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.contact-form .sub-btn .btn_prm {
  font-size: 14px;
  padding: 10px 35px;
}

@media (max-width:991px) {
  .contact-section {
    padding: 0px 0 70px;
  }

  .ab-social {
    margin-bottom: 30px;
  }

  .contact-form {
    padding: 25px 20px 48px;
  }

  .contact--info-area {
    margin-right: 0px;
  }

  .contact-form input[type=email],
  .contact-form input[type=number],
  .contact-form input[type=text],
  .contact-form textarea {
    padding: 0 20px;
    margin-bottom: 20px;
  }

}

/*contact-section end*/
/*mapp-section*/
.mapp-section {
  padding: 70px 0px;
}
.mapp-section .map-contact {
  height: 300px;
}
@media (max-width:1199px) {
.mapp-section {
  padding: 50px 0px 0px;
}
.mapp-section .map-contact {
  margin-bottom: 50px;
}
}
/*mapp-section end*/
/*ind-sec end*/
.ind-sec {
  background-color: #fbfbfb;
  padding-top: 50px;
}

.ind-sec-in {
  background-color: #fafbfd;
  position: relative;
  padding-top: 150px;
  margin-top: 10px;
  padding-bottom: 120px;
}

.hv-img {
  right: 0px;
  top: 0px;
  width: 506px;
  height: 618px;
}

.img-left-auto {
  margin-left: auto;
}

.ind-sec-in .title-main-text h1 {
  font-size: 40px;
}

.ind-content-ti {
  padding-right: 50px;
}

.ind-content-ti h3 {
  font-size: 44px;
  color: #2e8ced;
  font-weight: 500;
  margin-bottom: 15px;
}

.ind-content-ti p {
  color: #525f81;
  font-size: 15px;
  line-height: 35px;
  margin-bottom: 30px;
}

.mar-more-space .marxs-image-top-btm {
  margin-top: 25px;
  margin-bottom: 30px;
}

@media (max-width:1199px) {
  .ind-sec-in {
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .hv-img {
    width: auto;
    height: auto;
  }

  .ind-content-ti {
    padding-right: 0px;
  }
}

@media (max-width:767px) {
  .ind-sec-in {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .ind-content-ti h3 {
    font-size: 32px;
  }

  .ind-content-ti p {
    font-size: 14px;
    line-height: 30px;
  }
}

/*ind-sec end*/
/*ser-1box-ser*/
.ser-1box-ser {
  padding-top: 113px;
  background: #fbfbfb;
  padding-bottom: 123px;
}

.ser-1box-services {
  background: #fff;
  padding: 0px 0px 30px;
  border-radius: 6px;
  border: 2px solid #f4f6fd;
}

.ser-1box-content {
  padding: 30px 15px 0px 20px;
  height: 320px;
}

.ser-1box-thumb,
.ser-1box-thumb img {
  border-radius: 6px 6px 0px 0px;
}

.ser-1box-list {
  margin-bottom: 11px;
}

.ser-1box-list li {
  padding-left: 23px;
  font-size: 14px;
  color: #525f81;
  position: relative;
  line-height: 23px;
  margin-bottom: 15px;
}

.ser-1box-list li:before {
  content: "";
  left: 0px;
  position: absolute;
  top: 6px;
  background-image: url(../images/svg/arow.svg);
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
}

@media (max-width:1199px) {
  .ser-1box-ser {
    padding-top: 74px;
    padding-bottom: 73px;
  }
}

@media (max-width:991px) {
  .ser-1box-ser {
    padding-bottom: 43px;
  }

  .ser-1box-services {
    margin-bottom: 30px;
  }
}

@media (max-width:767px) {
  .ser-1box-ser {
    padding-top: 32px;
    padding-bottom: 33px;
  }

  .ser-1box-content {
    height: auto;
  }
}

/*ser-1box-ser end*/
/*ser-2box-ser*/
.ser-2box-ser {
  padding-top: 143px;
  background: #fbfbfb;
  padding-bottom: 15px;
  position: relative;
}

.bg-sercbox2 {
  background-image: url(../images/bg-sercbox2.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.ser-2box-services {
  background: #fff;
  padding: 25px 25px 0px;
  border-radius: 6px;
  border: 2px solid #f4f6fd;
  margin-bottom: 57px;
}

.ser-2box-content {
  padding: 30px 0px 20px 0px;

}

.service-height {
  height: 300px;
}

.ser-2box-content .p-timeline {
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
}

.ser-2box-content .pt-line {
  position: absolute;
  left: 0;
  top: 2px;
  height: 100%;
  line-height: 14px;
}

.ser-2box-content .p-timeline:last-child .pt-line {
  height: 70%;
}

.ser-2box-content .title-text-in {
  position: absolute;
  left: 10px;
  top: 6px;
  z-index: 11;
  width: 6px;
  height: 6px;
  background: #4ca4ee;
  border-radius: 100%;
}

.ser-2box-content .pt-line::before,
.ser-2box-content .pt-line::after {
  content: "";
  position: absolute;
}

.ser-2box-content .pt-line::before {
  width: 1px;
  height: calc(100% + 63px);
  background: #d6e0e4;
  top: 2px;
  right: -13px;
}

.ser-2box-content .pt-line::after {
  top: 6px;
  right: -17px;
  width: 8px;
  height: 8px;
  border: 1px solid #2c93eb;
  border-radius: 50%;
  background: #f8fcff;
}

.ser-2box-content .pt-line1::after {
  top: 0px;
  right: -22px;
  width: 18px !important;
  height: 18px !important;
  border: 2px solid #d6e0e4;
}

.ser-2box-content .ptb-title {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
  color: #525f81;

}

.ser-2box-content .p-timeline:last-child .pt-line::before {
  height: calc(100% + 0px);
}

@media (max-width:1199px) {
  .ser-2box-ser {
    padding-top: 83px;
  }

  .service-height {
    height: 360px;
  }
}

@media (max-width:991px) {
  .service-height {
    height: auto;
  }

  .bg-sercbox2 {
    background-size: contain;
  }
}

@media (max-width:767px) {
  .ser-2box-ser {
    padding-top: 60px;
  }

  .ser-2box-services {
    margin-bottom: 41px;
    padding: 20px 20px 0px;
  }

  .ser-2box-content .p-timeline {
    padding-left: 42px;
    margin-bottom: 18px;
  }
}

/*ser-2box-ser end*/
/*eyecam*/
.eyecam .feature-ser-list {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;

}

.eyecam .img-cmp-outer {
  position: absolute;
  left: 0px;
  top: -28px;
  z-index: 22;
  width: 97%;
}

@media (max-width:1199px) {
  .eyecam .img-cmp-outer {
    position: relative;
    left: 0px;
    top: 0px;
    width: auto;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .eyecam .feature-ser-list {
    padding-left: 15px;
  }
}

/*eyecam end*/
/*ful-img-sec*/
.ful-img-sec .mar-img-bb {
  margin-bottom: 25px;
}

.ful-img-sec-2 .mar-img-bb {
  border: 2px solid #f1f5f8;
  border-radius: 15px;
}

/*ful-img-sec end*/
/*carosul-tw-robt*/
.carosul-tw-robt {
  padding-top: 85px;
}

.carosul-tw-robt .owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  margin: 0px 3px;
  padding: 0px;
  font-size: 12px;
  background: transparent;
  border-radius: 0px;
  outline: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.carosul-tw-robt .owl-theme .owl-nav .owl-prev,
.carosul-tw-robt .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  z-index: 44;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 100%;
  box-shadow: 0px 0px 10px 4px rgb(213 213 213 / 40%);
}

.carosul-tw-robt .owl-theme .owl-nav .owl-prev {
  left: 0px;
}

.carosul-tw-robt .owl-theme .owl-nav .owl-next {
  right: -40px;
}

@media (max-width: 991px) {
  .carosul-tw-robt {
    padding-top: 65px;
  }
}

@media (max-width:767px) {
  .carosul-tw-robt {
    padding-top: 45px;
  }
}

/*carosul-tw-robt end*/
/*fullvideo-wrap*/
.fullvideo-wrap {
  margin-top: 4%;
  margin-bottom: 5%;
}

.video-wrap2 {
  background: #f0f2fb;
  border-radius: 20px;
}

.video-wrap2 img {
  border-radius: 20px;
}

.vid-content {
  padding-top: 20px;
  padding-bottom: 20px;

}

.vid-content h4 {
  font-size: 20px;
  color: #232c51;
  font-weight: 600;
  margin-bottom: 6px;
}

.vid-content span {
  font-size: 13px;
  color: #9a9a9a;
  text-transform: uppercase;
}

.videvid-slide.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #e5e5e5;
  margin: 5px 5px;
}

.videvid-slide.owl-theme .owl-dots .owl-dot.active span,
.videvid-slide.owl-theme .owl-dots .owl-dot:hover span {
  background: #0c80eb;
}

@media (max-width: 767px) {

  .video-wrap2 .playicon {
    width: 40px;
    height: 40px;
  }

  .fullvideo-wrap {
    margin-top: 0%;
    margin-bottom: 50px;
  }

  .vid-content {
    padding-top: 5px;
    padding-bottom: 0px;
  }

  .vid-content-outer {
    margin-top: 20px;
  }

  .vid-content h4 {
    font-size: 14px;
    margin-bottom: 0px;
  }

  .vid-content span {
    font-size: 10px;
  }

}

/*fullvideo-wrap end*/
/*aboutsection*/
.aboutsection {
  padding-top: 65px;
  padding-bottom: 50px;
}

.ourtotal-em {
  padding-top: 30px;
  border-bottom: 2px solid #f6f8fe;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.ourtotal-em ul li {
  display: inline-block;
  margin-right: 6%;
  width: 19.5%;
}

.ourtotal-em ul li:last-child {
  margin-right: 0px !important;
}

.ourtotal-em ul li h3 {
  font-size: 38px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 800;
  color: #313e5b;
}

.ourtotal-em ul li p {
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
  margin-bottom: 10px;
  color: #525f81;
}

.ourtotal-em ul li .media,
.ourtotal-em ul li .media-body {
  height: 67px;
}

.ourtotal-em ul li .media-body,
.ourtotal-em ul li .media-left,
.ourtotal-em ul li .media-right {
  vertical-align: middle;
}

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

.ourtotal-bullet ul li {
  padding-left: 26px;
  font-size: 15px;
  color: #697895;
  position: relative;
  line-height: 45px;
  display: inline-block;
  margin: 0px 3%;
}

.ourtotal-bullet ul li:before {
  content: "";
  left: 0px;
  position: absolute;
  top: 16px;
  background-image: url(../images/svg/arow2.svg);
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .aboutsection {
    padding-top: 25px;
  }
}

@media (max-width: 767px) {
  .aboutsection {
    padding-bottom: 40px;
  }

  .ourtotal-em {
    padding-top: 10px;
    padding-bottom: 0px;
    margin: 0px auto 20px;
    width: 100%;
  }

  .ourtotal-em ul li {
    margin-right: 4%;
    width: 41%;
    margin-bottom: 27px;
    margin-left: 4%;
  }

  .ourtotal-em ul li .media,
  .ourtotal-em ul li .media-body {
    height: 52px;
  }

  .ourtotal-em ul li h3 {
    font-size: 22px;
    margin-top: 4px;
    margin-bottom: 0px;
  }

  .ourtotal-em ul li p {
    font-size: 11px;
    line-height: 21px;
    margin-bottom: 10px;
    color: #525f81;
  }

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

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

  .ourtotal-em ul li {
    margin-right: 6%;
    width: 20%;
  }

  .ourtotal-em ul li .media,
  .ourtotal-em ul li .media-body {
    height: 53px;
  }

  .ourtotal-em ul li h3 {
    font-size: 24px;
  }

  .ourtotal-em ul li p {
    font-size: 12px;
    line-height: 25px;
  }
}

/*aboutsection end*/
/*customebread*/
.padd-breadcum {
  padding-top: 20px;
}

.customebread.breadcrumb {
  padding: 1px 15px 3px;
  margin-bottom: 30px;
  list-style: none;
  background-color: #eef1fd;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
}

.customebread.breadcrumb>li {
  display: inline-block;
  font-size: 12px;
  padding-right: 5px;
}

.customebread.breadcrumb>li a {
  color: #0e7de9;
  font-size: 12px;
}

.customebread.breadcrumb>.active {
  color: #4d5f79;
}

.customebread.breadcrumb>li+li:before {
  padding: 0 8px;
  color: #ccc;
  content: "";
  position: relative;
  top: 7px;
  background-image: url(../images/svg/breadcum.svg);
  width: 5px;
  height: 6px;
  background-repeat: no-repeat;
}

/*customebread end*/
/*partner-ser*/
.partner-ser {
  padding-top: 54px;
  padding-bottom: 40px;
  background-image: linear-gradient(180deg, #f3f7fe 0%, #fff 100%);
}

.partne-box {
  background: #fff;
  padding: 40px 35px 15px;
  margin-bottom: 40px;
  margin-top: 40px;
  border-radius: 8px;
  float: left;
  cursor: pointer;
  position: relative;
  box-shadow: 0px 12px 24px rgb(47 65 129 / 10%);
}

.partne-box-top,
.partne-box-content {
  float: left;
  width: 100%;
}

.partne-box-top {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.partne-box-top .media-left,
.partne-box-top .media>.pull-left {
  padding-right: 20px;
}

.partne-box-top .media-body,
.partne-box-top .media-left,
.partne-box-top .media-right {
  vertical-align: middle;
}

.partne-box-top .media-body {
  height: 56px;
}

.partne-box-content {
  height: 350px;
}

.partne-box-title {
  font-size: 24px;
  color: #2c3e5b;
  font-weight: 500;
  line-height: 27px;
  margin: 0px;
}

.partne-box-content p {
  font-size: 15px;
  line-height: 34px;
  color: #525f81;
}

.partne-box-bottom .cn_item {
  float: right;
}

.partne-box-bottom .part-sprice-hover {
  background-image: url(../images/Shape-11.svg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  height: 54px;
  width: 55px;

}

.partne-box-bottom {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.slider-feservice.owl-theme .owl-nav,
.slider-web-port.owl-theme .owl-nav {
  opacity: 0;
}

.slider-feservice.owl-theme:hover .owl-nav,
.slider-web-port.owl-theme:hover .owl-nav {
  opacity: 1;
}

.slider-feservice.owl-theme .owl-nav .owl-prev.disabled,
.slider-feservice.owl-theme .owl-nav .owl-next.disabled,
.slider-web-port.owl-nav .owl-next.disabled,
.slider-web-port.owl-theme .owl-nav .owl-prev.disabled {
  opacity: 0;
}

.slider-feservice.owl-theme .owl-nav [class*='owl-'],
.slider-web-port.owl-theme .owl-nav [class*='owl-'] {
  margin: 0px;
  padding: 0px 4px;
  background: transparent;
}

.slider-feservice.owl-theme .owl-nav [class*='owl-']:hover,
.slider-web-port.owl-theme .owl-nav [class*='owl-']:hover {
  background: transparent;
}

.slider-feservice.owl-theme .owl-nav,
.slider-web-port.owl-theme .owl-nav {
  margin-top: 0px;
}

.slider-feservice.owl-carousel .owl-nav .owl-prev,
.slider-feservice.owl-carousel .owl-nav .owl-next,
.slider-web-port.owl-carousel .owl-nav .owl-prev,
.slider-web-port.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -24px;
}

.slider-feservice.owl-carousel .owl-nav .owl-next,
.slider-web-port.owl-carousel .owl-nav .owl-next {
  right: -26px;
}

.slider-feservice.owl-carousel .owl-nav .owl-prev,
.slider-web-port.owl-carousel .owl-nav .owl-prev {
  left: -24px;
}

@media (max-width:991px) {

  .slider-feservice.owl-carousel .owl-item img {
    width: 83%;
  }

  .partne-box-top .media-left,
  .partne-box-top .media>.pull-left {
    padding-right: 5px;
  }

  .partne-box-top .media-body {
    height: 46px;
  }

  .partne-box-title {
    font-size: 20px;
    line-height: 21px;
  }
}

@media (max-width:767px) {
  .partner-ser {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .partne-box {
    padding: 30px 30px 15px;
  }

  .partner-ser .title-main-text span {
    margin-top: 0px;
  }

  .padd-offpart {
    padding-left: 0px;
    padding-right: 0px;
  }

  .partne-box-content p {
    font-size: 14px;
  }

  .partne-box-title {
    font-size: 18px;
  }

  .partne-box-content {
    height: 380px;
  }

  .slider-feservice.owl-theme:hover .owl-nav,
  .slider-web-port.owl-theme:hover .owl-nav {
    opacity: 0 !important;
  }

  .slider-feservice.owl-carousel .owl-stage {
    padding-left: 15px !important;
  }
}

@media (max-width:359px) {
  .partne-box-title {
    font-size: 19px;
  }

  .partne-box-content p {
    font-size: 14px;
    line-height: 31px;
  }

}

/*partner-ser end*/
.datacebter-section {
  background-image: url(../images/datacenter-servce-bg.png);
  background-size: cover;
  background-position: 0px 0px;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 30px;
  padding-bottom: 110px;
}

.datacebter-thumb {
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .datacebter-section {
    background-position: center;
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .datacebter-thumb {
    margin-left: auto;
    margin-right: auto;
  }

  #catalog.owl-carousel {
    height: 230px;
    overflow: hidden;
    margin-top: 10px;
  }

  #catalog.owl-carousel .owl-item img,
  #catalog.owl-carousel .owl-item div,
  #catalog.owl-carousel .owl-stage {
    height: 230px;
  }
}

@media (max-width: 767px) {
  .datacebter-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #catalog.owl-carousel {
    height: 180px;
    overflow: hidden;
    margin-top: 10px;
  }

  #catalog.owl-carousel .owl-item img,
  #catalog.owl-carousel .owl-item div,
  #catalog.owl-carousel .owl-stage {
    height: 180px;
  }
}

@media (min-width: 1920px) {
  .datacebter-section {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}

/*datacebter-section end*/
/*cyber page*/
.subpage-product {
  background: #F3F7FE;
  display: table;
  width: 100%;
}

.subpage-product,
.subpage-product-middle {
  height: 455px;
}

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

.banner-sup-head span {
  font-weight: 400;
  font-size: 30px;
  line-height: 44px;
  color: #232C51;
}

.banner-sup-head h3 {
  font-weight: 500;
  font-size: 46px;
  line-height: 74px;
  color: #232C51;
  margin: 0px 0px 5px;
}

.banner-sup-head p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #232C51;
}

.cyberse-multiimage {
  margin-top: 50px;
}

.cyber-secur-section .title-main-text {
  margin-top: 90px;
}

.train-section {
  background-image: url(../images/bg-train.jpg);
  background-size: cover;
  background-position: 0px 0px;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
  overflow: hidden;
}

.list-train-1 {
  text-align: center;
  display: inline-block;
  margin-right: -20px;
  margin-left: -20x;
  margin-top: 25px;
}

.list-train-1 li {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
}

.stories-section .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

.stories-section {
  background: #007DE7;
  overflow: hidden;
}

.stor-banner-hh,
.stories-scu-carousel-conten {
  height: 800px;
}

.storr-banner-left {
  background-size: cover;
  background-repeat: no-repeat;
}

.stories-scu-carousel-conten {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding: 0px 0px 0px 50px;
}

.stories-scu-carousel-conten .title-main-text h1 {
  color: #fff;
}

.stories-scu-carousel-conten .title-main-text span {
  color: #fff;
  background: linear-gradient(90deg, #078DFE 34.92%, rgba(7, 141, 254, 0) 100%);
}

.list-carousel-stories {
  margin-top: 40px;
}

.list-carousel-stories li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
}

.list-carousel-stories li:before {
  position: absolute;
  left: 0px;
  top: 3px;
  content: '';
  background-image: url(../images/white-bluecar.svg);
  width: 23px;
  height: 24px;
}

.customecarousel-pro .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 0px;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-left: 0%;
  text-align: left;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0px 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #D1EAFF;
  border: none;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 22px;
  height: 10px;
  margin: 0;
  background-color: #fff;
}

@media screen and (min-width: 1200px) {
  .customecarousel-pro .carousel-indicators {
    bottom: -20px;
  }
}

@media (min-width: 1600px) {
  .train-section {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .train-section .container {
    width: 1470px;
  }

  .list-train-1 {
    text-align: center;
    display: inline-block;
    margin-right: -25px;
    margin-left: -25px;
  }

  .list-train-1 li {
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
  }

  .stories-scu-carousel-conten {
    padding: 0px 0px 0px 90px;
  }
}

@media (max-width:1199px) {
  .cyber-secur-section {
    padding-top: 35px;
    padding-bottom: 60px;
  }

  .cyber-secur-section .title-main-text {
    margin-top: 0px;
  }

  .stor-banner-hh,
  .stories-scu-carousel-conten {
    height: auto;
  }

  .storr-banner-left {
    background-image: none !important;
  }

  .stories-scu-carousel-conten {
    padding: 30px 30px;
  }
}

@media (max-width: 991px) {
  .subpage-product {
    padding-bottom: 40px;
  }

  .subpage-product,
  .subpage-product-middle {
    height: auto;
  }

  .subpage-product-middle {
    padding: 50px 0px 0px;
  }

}

@media (max-width: 767px) {
  .banner-sup-head span {
    font-size: 20px;
    line-height: 34px;
  }

  .banner-sup-head h3 {
    font-size: 36px;
    line-height: 45px;
  }

  .banner-sup-head p {
    font-size: 16px;
    line-height: 26px;
  }

  .cyber-secur-section {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .stories-scu-carousel-conten {
    padding: 0px 20px 20px;
  }

  .list-carousel-stories {
    margin-top: 23px;
  }

  .list-carousel-stories li {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 26px;
  }

  .train-section {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .list-train-1 {
    margin-right: -10px;
    margin-left: -10px;
  }

  .list-train-1 li {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    width: 40%;
  }

}

@media (min-width: 1600px) {

  .subpage-product,
  .subpage-product-middle {
    height: 529px;
  }

  .banner-sup-head span {
    font-size: 36px;
    line-height: 54px;
  }

  .banner-sup-head h3 {
    font-size: 56px;
    line-height: 84px;
    margin: 0px 0px 5px;
  }

  .banner-sup-head p {
    font-size: 20px;
    line-height: 30px;
  }

  .cyber-secur-section .title-main-text {
    margin-top: 60px;
  }

}

/*cyber page end*/
/*lowcast-section*/

.lowcast-section {
  background-image: url(../images/lowcast-section.jpg);
  background-size: cover;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 84px;
  padding-bottom: 110px;
  height: 484px;
}

.container.vid-mov-up {
  margin-top: -200px;
}

.lowcast-section .title-main-text span {
  color: #fff;
  background: linear-gradient(90deg, #2E8CED 34.92%, rgba(15, 28, 45, 0.00) 100%);
}

.play-vd-cn {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.play-vd-cn:before {
  border-radius: 100%;
  position: absolute;
  width: 111px;
  height: 111px;
  left: 0px;
  top: 0px;
  content: '';
  background-color: transparent;
  border: 1px solid #fff;
  animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
  0% {
    transform: scale(.9);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@media (min-width: 1600px) {
  .lowcast-section {
    padding-top: 84px;
    padding-bottom: 110px;
    height: 611px;
  }

  .container.vid-mov-up {
    margin-top: -340px;
  }
}

@media (max-width: 767px) {
  .lowcast-section {
    padding-top: 14px;
    padding-bottom: 130px;
    height: auto;
  }

  .container.vid-mov-up {
    margin-top: -100px;
  }

  .play-vd-cn svg {
    height: 60px !important;
    width: 60px !important;

  }

  .play-vd-cn:before {
    width: 60px;
    height: 60px;
    left: 0px;
    top: 0px;
  }
}

/*lowcast-section end*/
/*wind-section*/
.wind-section {
  padding-top: 70px;
  padding-bottom: 0px;
}
.sunmi-section {
  margin-top: 80px;
  background: #F3F7FE;
  padding-bottom: 70px;
}
.sunmi-section .title-main-text span {
  background: linear-gradient(90deg, #FFF 34.92%, rgba(243, 247, 254, 0.00) 100%);
}
.slide-top-tabs .nav-tabs {
  border-bottom: none;
  margin-bottom: 50px;
  text-align: center;
}

.slide-top-tabs .nav-tabs>li {
  margin-right: 20px;
  display: inline-block;
  float: none;
}

.slide-top-tabs .nav-tabs>li>a {
  color: #313E5B;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 10px;
  border: 1px solid #E8F0F9;
  background: #FFF;
  padding: 11px 24px;
}

.slide-top-tabs .nav-tabs>li.active>a,
.slide-top-tabs .nav-tabs>li.active>a:focus,
.slide-top-tabs .nav-tabs>li.active>a:hover {
  color: #2E8CED;
  border-radius: 10px;
  border: 1px dashed #2E8CED;
  background: rgba(46, 140, 237, 0.06);
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.04);
}

.slide-top-tabs .nav>li>a::after {
  display: none;
}

.wn-box-box {
  border-radius: 20px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  height: 350px;
  padding: 40px;
}

.icon-wn-box {
  width: 75.425px;
  height: 75.425px;
  border-radius: 8px;
  background: rgba(230, 238, 254, 0.50);
  display: flex;
  justify-content: center;
  align-items: center;

}

.wn-box-box h4 {
  color: #313E5B;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  margin: 33px 0px 10px;
}

.wn-box-box p {
  color: #697895;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}

.wind-image-box {
  border-radius: 20px;
  background: #FFF;
  border: 1px solid #D9D9D9;
  padding: 30px;
  height: 410px;
}

.wind-image-box h4 {
  color: #313E5B;
  margin: 31px 0px 17px;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.wind-image-box ul li {
  color: #697895;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.wind-image-box ul li:before {
  width: 8.721px;
  height: 8.721px;
  background: #1982D8;
  position: absolute;
  left: 0px;
  top: 9px;
  content: '';
  border-radius: 100%;
}

/* .wind-image-box-outer.owl-carousel .owl-stage {
  padding-top: 44px;
  padding-bottom: 44px;
} */
.theme-color-cor.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #e5e5e5;
  margin: 5px 5px;
}

.theme-color-cor.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #e5e5e5;
  margin: 5px 5px;
}

.theme-color-cor.owl-theme .owl-dots .owl-dot.active span,
.theme-color-cor.owl-theme .owl-dots .owl-dot:hover span {
  background: #0c80eb;
}

.theme-color-cor.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
}
.kn-more-link {
  border-radius: 10px;
    border: 1px solid #007DE7;
    background: #FFF;
    color: #1982D8;
    text-align: center;
    padding: 12px 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block;
}
.kn-more-link:hover {
  border-radius: 10px;
  border: 1px solid #007DE7;
  background: #007DE7;
  color: #fff;
}
@media (max-width: 1199px) {
  .slide-top-tabs .nav-tabs {
    margin-bottom: 40px;
    margin-top: 20px;
  }
 
  .slide-top-tabs .nav-tabs>li>a {
    font-size: 13px;
    padding: 10px 12px;
  }
  .wind-section {
    padding-top: 60px;
}
.sunmi-section {
  padding-bottom: 50px !important;
  padding-top: 45px !important;
}
}

@media (max-width:767px) {
  .wn-box-box {
    height: 355px;
    padding: 35px;
  }

  .tab-content-wrapwind {
    padding: 0px 0px;
  }

  .wind-carousel-stage.owl-carousel .owl-stage {
    padding-left: 20px !important;

  }

  .wind-section {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .theme-color-cor.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
  }
  .slide-top-tabs .nav-tabs { 
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 10px;
    margin-bottom: 30px;
    padding-left: 20px;
  }


}

/*wind-section end*/
/*mefc*/
.mefc-logo {
  margin-bottom: 28px;
}

.mefc-box {
  border-radius: 20px;
  border: 1px solid #E3E8F4;
  background-image: url(../images/mefc-bg.png);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  padding: 50px;
  height: 500px;
  position: relative;
  margin-bottom: 30px;
}

.mefc-box img {
  width: auto !important;
}

.mefc-box h4 {
  color: #313E5B;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 25px 0px 15px;
}

.mefc-box p {
  color: #697895;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 30px;
}

.mefc-box .donwlad-lnk {
  color: #1982D8;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 10px;
  border: 1px solid #007DE7;
  padding: 12px 24px;
  background: #FFF;
  position: absolute;
  bottom: 40px;
}

.comress-section {
  margin-top: 60px;
}

@media (max-width:1440px) {
  .mefc-box {
    padding: 40px 30px;
  }
}
@media (max-width:1199px) {
  .comress-section {
    margin-top: 40px;
}
.comress-section .image-moveing {
  padding-top: 20px;
}
}
@media (max-width:767px) {
  .mefc-box {
    margin-bottom: 5px;
  }
}

/*mefc end*/
/*qa-fucntion-section*/
.qa-fucntion-section {
  background-image: url(../images/qa-fucntion-section.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 84px;
  padding-bottom: 110px;
  height: 463px;
}
.qa-fucntion-box img {
  width: 100% !important;
}
.container.qafun-mov-up {
  margin-top: -220px;
}

.qa-fucntion-section .title-main-text span {
  color: #fff;
  background: linear-gradient(90deg, #2E8CED 34.92%, rgba(15, 28, 45, 0.00) 100%);
}

.qa-fucntion-box {
  border-radius: 20px;
  background: #FFF;
  padding: 34px 21px 32px;
  box-shadow: 0px 12px 24px rgba(47, 65, 129, .1);
}

.qa-fucntion-box h4 {
  color: #313E5B;
  margin: 25px 0px 5px;
  font-size: 19px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.qa-fucntion .owl-stage {
  padding: 30px 0px 30px 0px;
}
@media (max-width:1199px) {
  .qa-fucntion-box h4 {
    font-size: 16px;
}
}
@media (max-width:767px) {
  .qa-fucntion-section {
    padding-top: 14px;
    padding-bottom: 150px;
    height: auto;
}

}
@media (max-width:414px) {
.container.qafun-mov-up {
  margin-top: -160px;
}
}
/*qa-fucntion-section end*/
/* uprise-section */
@media (max-width:767px) {
  .uprise-section {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  
  .uprise-section .image-moveing {
    margin-top: 30px;
}
  }
/* uprise-section end */
/*new add section*/
.gradient-bg-theme {
  background: linear-gradient(180deg, #F3F7FE 0%, rgba(243, 247, 254, 0.00) 100%);
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.aero2-section {
  background-image: url(../images/BGImae.jpg);
}
.gradient-bg-theme .list-same-el li:before {
  background-image: url(../images/svg/bullet-nw1.svg);
  width: 16px;
  height: 16px;
}
.gradient-bg-theme .image-moveing {
  margin-top: 30px;
}

@media (max-width:1199px) {
.gradient-bg-theme {
  margin-top: 20px;
}
.aero2-section {
  background-position: 80% 100%;
}
}
@media (max-width:991px) {
.gradient-bg-theme .image-moveing {
  padding-right: 0px;
  margin-top: 25px;
  margin-bottom: 0px;
}
}
@media (max-width:767px) {
  .gradient-bg-theme {
    margin-top: 0px;
    padding-bottom: 30px;
    padding-top: 15px;
  }
  .gradient-bg-theme .list-same-el li:before {
    top: 12px;
}
 
}
@media (min-width:1200px) {
.hm-ser.gradient-bg-theme .image-moveing {
  margin-top: 30px;
}
}
@media (min-width: 1600px) {

  .gradient-bg-theme .title-main-text h1 {
    margin-bottom: 40px;

  }
}
/*new add section end*/
/* cold-jet page */

.coldjet-banner {
  display: table;
  width: 100%;
  padding: 40px 0px 50px;
}

.coldjet-banner,
.coldjet-banner-middle {
  height: 455px;
}

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

.coldjet-banner-head span {
  font-weight: 500;
  color: #232C51;
text-shadow: 0px 1px 6px rgba(35, 44, 81, 0.15);
  font-size: 22px;
  color: #232C51;
  text-transform: capitalize;
}

.coldjet-banner-head h3 {
  font-weight: 700;
  font-size: 46px;
  line-height: 74px;
  color: #232C51;
  text-shadow: 0px 1px 6px rgba(35, 44, 81, 0.15);
  text-transform: capitalize;
  margin: 6px 0px 5px;
}
.coldjet-banner-head p {
  color: #697895;
  font-size: 18px;
  font-weight: 400;
  line-height: 44px;
  margin: 20px 0px 0px;
  width: 80%;
}
.coldjet-log {
  margin-bottom: 10px;
}
.cold-tec-section {
  padding-top: 44px;
  padding-bottom: 60px;
  background-image: url(../images/Rectangle1279.jpg);
  background-size: cover;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  position: relative;
}
.cold-tec-section .title-main-text span {
  color: #fff;
  background: linear-gradient(90deg, #2E8CED 34.92%, rgba(15, 28, 45, 0.00) 100%);
}
.cold-tec-section .title-main-text p {
  color: #fff;
}
.cold-ben-section {
  padding-top: 70px;
  background-image: url(../images/Rectangle1280.jpg);
  background-size: cover;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  position: relative;
  height: 650px;
  margin-bottom: 260px;

}
.cold-ben-section .title-main-text span {
  color: #fff;
  background: linear-gradient(90deg, #2E8CED 34.92%, rgba(15, 28, 45, 0.00) 100%);
}
.cold-ben-section .title-main-text p {
  color: #fff;
}
.cold-ben-box {
  border-radius: 20px;
  border: 1px solid #E3E8F4;
  background: #FFF;
  height: 357px;
  padding: 40px 40px 30px;
  position: relative;
  box-shadow: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.cold-ben-box:hover {
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
}
.cold-count {
  border-radius: 8px;
  width: 56px;
  height: 56px;
  background: rgba(230, 238, 254, 0.50);
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.cold-count span {
  font-size: 28px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  display: table-cell;
  width: 56px;
  height: 56px;
  vertical-align: middle;
  color: #1982D8;
}
.cold-ben-box h4 {
  color: #313E5B;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 20px 0px;
}
.cold-ben-box p {
  color: #697895;
font-size: 14px;
font-weight: 300;
line-height: 28px; 
}
.cold-benft-carsol .owl-stage .owl-item:nth-child(even) .cold-ben-box {
  margin-top: 50px;

}
.cold-benft-carsol .owl-stage {
  padding-top: 10px;
  padding-bottom: 20px;
}
.cold-benft-carsol .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px !important;
}
.coldjet-about {
  padding-bottom: 80px;
  padding-top: 20px;

}
.coldjet-about-title {
  padding-top: 0%;
}
.coldjet-about-title .list-same-el li:before {
  background-image: url(../images/svg/bullet-nw1.svg);
}
@media (max-width: 1199px) {
.coldjet-about-title {
  padding-top: 0px;
}
.cold-ben-section {
  margin-bottom: 260px;
}
}
@media (max-width: 991px) {
  .coldjet-banner {
    padding: 40px 0px 0px;
}
.coldjet-banner, .coldjet-banner-middle {
  height: auto;
  display: block;
}
.coldjet-banner-middle {
  margin-top: 25px;
}
}
@media (max-width: 767px) {
  .cold-ben-section {
    padding-top: 40px;
    height: 500px;
    margin-bottom:170px;
}
  .coldjet-banner {
    padding: 30px 0px 20px;
}
.coldjet-banner-head h3 {
  font-size: 38px;
  line-height: 55px;
}
.coldjet-about {
  padding-bottom: 30px;
  padding-top: 20px;
}
.coldjet-about .useful-2-servicesheadbotm {
  margin-bottom: 20px;
}
.coldjet-log {
  margin-bottom: 10px;
} 
.cold-benft-carsol .owl-stage {
  padding-left: 30px !important;
}

.cold-ben-box {
  height: 310px;
  padding: 30px 30px 22px;
}
.cold-ben-box p {
  font-size: 13px;
  line-height: 25px;
}
.cold-ben-box h4 {
  font-size: 18px;
  margin: 15px 0px;
}
}
@media (max-width: 414px) {
  .cold-ben-section {
    height: 670px;
    margin-bottom: 115px;
    padding-top: 20px;
}
}
@media (min-width: 1600px) {

  .coldjet-banner, .coldjet-banner-middle {
    height: 600px;
}

  .coldjet-banner-head span {
    font-size: 24px;
  }

  .coldjet-banner-head h3 {
    font-size: 60px;
    line-height: 90px;
    margin: 6px 0px 5px;
  }
  .cold-tec-section .title-main-text p {
    font-size: 20px;
}




}
/*coldjet-machine */
.coldjet-machine {
  padding-top: 80px;
  padding-bottom: 70px;
  background-image: linear-gradient(180deg, #f3f7fe 0%, #fff 100%);
}
.coldjet-machine .title-main-text span {
  background: linear-gradient(270deg, #02010100 0%, #FFFFFF 100%);
}

.coldjet-machine-box {
  padding: 40px 35px 40px;
    margin-bottom: 30px;
  margin-top: 40px;
  float: left;
  cursor: pointer;
  position: relative;
  border-radius: 20px;
border: 1px solid #E3E8F4;
background: #FFF;
box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
height: 410px;
}

.coldjet-machine-box-top,
.coldjet-machine-box-content {
  float: left;
  width: 100%;
}

.coldjet-machine-box-top {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.coldjet-machine-box-top .media-left,
.coldjet-machine-box-top .media>.pull-left {
  padding-right: 20px;
}

.coldjet-machine-box-top .media-body,
.coldjet-machine-box-top .media-left,
.coldjet-machine-box-top .media-right {
  vertical-align: middle;
}

.coldjet-machine-box-top .media-body {
  height: 56px;
}

.coldjet-machine-box-content {
  margin-top: 15px;
}

.coldjet-machine-box-title {
  font-size: 24px;
  color: #313E5B;
  font-weight: 500;
  line-height: 27px;
  margin: 0px;
}

.coldjet-machine-box-content p {
  font-size: 15px;
  line-height: 34px;
  color: #525f81;
}

.coldjet-machine-box-bottom .cn_item {
  float: right;
}

.coldjet-machine-box-bottom .part-sprice-hover {
  background-image: url(../images/Shape-11.svg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  height: 54px;
  width: 55px;

}

.coldjet-machine-box-bottom {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.list-machine li {
  color: #697895;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding-left: 36px;
  position: relative;
  margin-bottom: 20px;
}
.list-machine li:before {
  content: "";
  left: 0px;
  position: absolute;
  top: 3px;
  background-image: url(../images/svg/list-bigtick.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.machinevid-section {
  background-image: url(../images/machinevid-section.jpg);
  padding: 80px 0px 300px;
  background-repeat: no-repeat;
  background-size: cover;
}
.machinevid.vid-mov-up {
  margin-top: -270px;
}
.machinevid-section .title-main-text p {
  color: #fff;
}
.machinevid-section .title-main-text span {
  color: #fff;
  background: linear-gradient(90deg, #2E8CED 34.92%, rgba(15, 28, 45, 0.00) 100%);
}
.aero-thumbs img {
  border-radius: 20px;
}

@media (max-width: 991px){
.coldjet-machine-box {
  padding: 30px 25px 30px;
  margin-bottom: 30px;
  margin-top: 40px;
  height: 410px;
}
.list-machine li {
  font-size: 15px;
  margin-bottom: 16px;
}
}
@media (max-width: 767px){
.coldjet-machine {
  padding-top: 14px;
  padding-bottom: 40px;
}
.coldjet-machine-box-title {
  font-size: 20px;
}
.machinevid-section {
  padding: 10px 0px 140px;
}
.machinevid.vid-mov-up {
  margin-top: -130px;
}
}
@media (max-width: 414px){
.machinevid.vid-mov-up {
  margin-top: -110px;
}
}
@media (max-width: 414px){
.coldjet-machine-box {
  padding: 30px 25px 30px;
  margin-bottom: 30px;
  margin-top: 40px;
  height: 460px;
}
}
@media (min-width: 1600px){

.machinevid-section .title-main-text {
  margin: 0px auto;
    width: 65%;
}
}
/*coldjet-machine end*/
/*coldjet-solution*/
.coldjet-solution {
  border-radius: 20px;
  margin-bottom: 30px;
}
.coldjet-solution-gradient {
  border-radius: 20px 20px 20px 20px;
  background: linear-gradient(0deg, #007DE7 13.83%, rgba(0, 125, 231, 0.00) 100%);
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 0px;
  padding: 70px 28px 25px;
}
.coldjet-solution-gradient span {
  color: #FFF;
font-size: 20px;
font-weight: 500;
line-height: 28px;
text-transform: capitalize;
}
.viewmore-button button {
  border-radius: 5px;
  border: 1px solid #007DE7;
  background: #FFF;
  color: #007DE7;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding: 9px 25px;
  margin: 20px 0px;
}
@media (max-width:767px) {
  .coldjet-solution-gradient {
    border-radius: 0px 10px 11px 8px;
    padding: 10px 11px 8px;
}
.coldjet-solution-gradient span {
  font-size: 13px;
  line-height: 19px;
  display: block;
}
}
/*coldjet-solution end*/
/* sol-section */
.sol-section {
  padding-top: 50px;
  padding-bottom: 60px;
}
.sol-section-martp {
  margin-top: 30px;
}
.mar-about-aero {
  margin-top: 40px;
  margin-bottom: 90px;
}
@media (max-width:767px) {
  .sol-section {
    padding-top: 20px;
    padding-bottom: 0px;
}
.mar-about-aero {
  margin-top: 20px;
  margin-bottom: 60px;
}
}
/* sol-section end */
/* our-equipment */
.our-equipment {
  padding-top: 0px;
  padding-bottom: 100px;
}
.our-equipment-box {
  border-radius: 20px;
  border: 1px solid #E0E0E0;
  height: 860px;
  background: #FFF;
  padding: 80px 60px;
  margin-top: 15px;
}
.our-equipment-box h4 {
  color: #313E5B;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  margin: 40px 0px 10px;
}
.our-equipment-box span{
  color: #1982D8;
font-size: 20px;
font-weight: 400;
line-height: 34px;
}
.our-equipment-box p {
  color: #697895;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 39px;
  margin: 17px 0px 0px;
}
@media (max-width:1440px) {
.our-equipment-box {
  height: 890px;
}
}

@media (max-width:1199px) {
.our-equipment-box {
  height: 800px;
  padding: 25px 15px;
  margin-top: 30px;
}
.our-equipment-box h4{
  font-size: 24px;
  line-height: 34px;
  margin: 25px 0px 10px;
}
.our-equipment-box span{
  font-size: 17px;
  line-height: 34px;
}
.our-equipment-box p{
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 10px 0px 0px;
}
}
@media (max-width:767px) {
  .our-equipment {
    padding-top: 0px;
    padding-bottom: 50px;
}
  .our-equipment-box {
    height: auto;
    padding: 25px 15px;
    margin-top: 30px;
  }
  .our-equipment-box h4{
    font-size: 24px;
    line-height: 34px;
    margin: 25px 0px 10px;
  }
  .our-equipment-box span{
    font-size: 17px;
    line-height: 34px;
  }
  .our-equipment-box p{
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin: 10px 0px 0px;
  }
  }
/* our-equipment end */
/* subpage */
/* product page */
.bag-heading {
  margin-top: 30px;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  background-position: center 0px;
}

.sup-page-mainhead {
  padding: 18px 0px 6px;
}

.sup-page-mainhead span {
  font-weight: 700;
  font-size: 13px;
  line-height: 25px;
  text-transform: capitalize;
  color: #3D7FF9;
}

.sup-page-mainhead h2 {
  font-weight: 700;
  font-size: 46px;
  line-height: 53px;
  color: #061844;
}

.product-slider {
  margin-bottom: 50px;
  margin-top: 30px;
}
.product-slider .owl-carousel .owl-stage {
  padding-bottom: 60px;
}
.slider-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-center .tns-ovh {
  padding-bottom: 14px;
}

.product-show-top {
  background: transparent;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e1e5f9;
  max-width: 420px;
  text-align: center;
  margin: 0px auto;
  height: 331px;
}
.product-show-top img {
  max-width: 250px;
  max-height: 250px;
}

.product-show-top,
.product-show-top img {
  border-radius: 10px;
}

.product-show-top-title {
  font-weight: 700;
  font-size: 13px;
  color: #3D7FF9;
  background: #EFF7FF;
  border: 1px dashed rgba(61, 127, 249, 0.5);
  border-radius: 10px;
  position: absolute;
  left: 50%;
  padding: 0px 20px;
  bottom: -10px;
  white-space: nowrap;
  transform: translate(-50%, 0px);
  -webkit-transform: translate(-50%, 0px);
  min-width: 70% !important;
  white-space: break-spaces;
  text-align: center;
  max-width: 80%;
}

.show-product-detail {
  margin-bottom: 50px;
}

.show-product-detail p {
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
  color: #777777;
}

.product-sp-card {
  background: #FFFFFF;
  box-shadow: 0px 6px 15px rgb(8 106 216 / 20%);
  border-radius: 10px;
  position: relative;
  height: 102px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 50px;
  border: transparent;
  align-items: center;
}

.product-sp-content-body {
  padding: 21px 19px 21px;
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 80px !important;
  position: relative;
}

.product-sp-content-body .productsp-icon {
  background-image: url(../images/check_1-1.svg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 0px;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.product-sp-content-body .card-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #061844;
}

.product-sp-content-body .card-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #061844;
  margin: 0px;
}

.contact-bg-us {
  background-image: url(../images/footercontactbg.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  overflow: hidden;
}

.contactme-circle {
  background: linear-gradient(90deg, rgba(2, 33, 143, 0.85) 0%, rgba(14, 114, 227, 0.85) 100%);
  width: 480px;
  height: 480px;
  color: #fff;
  border-radius: 100%;
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  justify-content: center;
  padding-left: 50px;
}

.contactme-circle span {
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
  color: #FFFFFF;
  border-bottom: 2px solid #8aa5d8;
  line-height: 1;
}

.contactme-circle h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  color: #FFFFFF;
  margin: 20px 0px;
}

.contactme-circle .btn {
  border: 1.5px solid #EFF7FF;
  border-radius: 10px;
  color: #fff !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 40px;
  text-align: center;
}

.contact-strip-overlay {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
  color: #FFFFFF;
  background: #222343;
  height: 84px;
}

.contact-strip-overlay span {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #FFFFFF;
  background: #2D2F4C;
  border-radius: 10px;
  margin-right: 18px;
  padding: 6px 10px;
  font-weight: 400;
}

.overlay-gradproduct {
  background: linear-gradient(90deg, rgba(2, 33, 143, 0.5) 0%, rgba(14, 114, 227, 0.5) 100%);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.table-contet-tabs {
  background: #FFFFFF;
  border: 1px solid #E9EBEB;
  border-radius: 10px;
  padding: 30px 35px;
  margin-top: -20px;
}
.custome-nav-product {
  margin-left: 36px;
  position: relative;
  top: 1px;
  z-index: 2;
  border-bottom: 1px solid transparent;
}
.nav-tabs.custome-nav-product>li>a {
  background: #FFFFFF;
  border: 1px solid #3D7FF9;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: rgba(61, 127, 249, 0.6);
  padding: 9px 20px;
}

.nav-tabs.custome-nav-product>li {
  margin-right: 30px;
}

.nav.custome-nav-product>li>a::after {
  background-color: #0c80eb;
  display: none;
  border-radius: 0px;
  top: 69%;
  content: "";
  display: block;
  height: 2px;
  left: 0px;
  position: absolute;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  width: 27px;
  opacity: 0;
}
.nav-tabs.custome-nav-product>li.active>a, .nav-tabs.custome-nav-product>li.active>a:focus, .nav-tabs.custome-nav-product>li.active>a:hover {
  background: #3D7FF9;
  border-radius: 10px;
  color: #FFFFFF;
}

.table-contet-tabs .table>tbody>tr>td, .table-contet-tabs .table>tbody>tr>th, .table-contet-tabs .table>tfoot>tr>td, .table-contet-tabs .table>tfoot>tr>th, .table-contet-tabs .table>thead>tr>td, .table-contet-tabs .table>thead>tr>th {
 
  border-top: 1px solid transparent;
}
.table-contet-tabs .table tbody td {
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  border-bottom: 1px solid #F1F1F1;
  padding: 12px 10px;
}

.table-contet-tabs .table tbody tr:last-child td {

  border-bottom: 1px solid transparent;
}

.table-contet-tabs .table tbody td strong {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #061844;
}
.table-contet-tabs .table tbody tr td:first-child {
  width: 40%;

}
.tab-content-custome {
  margin-bottom: 53px;
}
.video-watch iframe{
  height: 450px;
}
.ifm-vide {
  margin-top: 0px;
  margin-bottom: 70px;
}
.ifm-vide-mar {
  margin-bottom: 30px;
  margin-top: 20px;
}
.ads-on-section {
  margin-bottom: 70px;  
}
.wind-image-box-addson {
  border-radius: 20px;
  background: #FFF;
  border: 1px solid #D9D9D9;
  padding: 30px;
  height: 270px;
  
}
.wind-image-box-addson .thumn-ads img {
  max-width: 200px;
  max-height: 200px;
}
.wind-image-box-addson .thumn-ads {
  height: 170px;
  display: flex
;
  align-items: center;
  justify-content: center;
}
.wind-image-box-addson h5 {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #061844;
  margin: 10px 0px 0px;
  text-align: center;
}
@media (max-width: 1199px) {
  .product-show-top {
      margin-bottom: 30px;
  }

  .product-sp-card {
      height: 102px;
      margin-bottom: 30px;
  }

  .product-sp-content-body .card-title {
      font-size: 15px;
      line-height: 19px;
  }

  .show-product-detail {

      margin-bottom: 23px;
  }

  .sup-page-mainhead h2 {
      font-size: 40px;
      line-height: 44px;
  }

  .contact-bg-us {
      background-image: url(../images/footercontactbg.jpg);
      background-position: 0px 0px;
      background-repeat: no-repeat;
      background-size: cover;
      padding-top: 40px;
      overflow: hidden;
  }

  .contactme-circle {
      width: 400px;
      height: 400px;
      padding-left: 70px;
  }

  .contactme-circle span {
      font-size: 18px;
  }

  .contactme-circle h3 {
      font-size: 28px;
      line-height: 28px;
      margin: 13px 0px;
  }

  .contactme-circle .btn {
      font-size: 13px;
      line-height: 20px;
      padding: 11px 28px;
  }

  .contact-strip-overlay {
      font-size: 13px;
      line-height: 21px;
      height: auto;
      padding: 16px 0px;
  }

  .contact-strip-overlay span {
      font-size: 12px;
      line-height: 16px;
      margin-right: 13px;
      padding: 6px 10px;
  }

  .tab-content-custome {
      margin-bottom: 53px;
      margin-top: 20px;
  }

  .slider-center .tns-ovh {
      padding-bottom: 0px;
  }

  .product-slider {
      margin-bottom: 50px;
  }
  .ifm-vide {
    margin-top: 0px;
    margin-bottom: 30px;
}

}
@media (max-width:991px) {
.ads-on-section {
  padding-left: 0px;
  padding-right: 0px;
}
.ads-on-section .owl-carousel .owl-stage {
  padding-left: 18px !important;
}
.wind-image-box-addson {
  padding: 20px;
  height: 250px;
}
.wind-image-box-addson .thumn-ads {
  height: 160px;
}
.wind-image-box-addson .thumn-ads img {
  max-width: 170px;
  max-height: 170px;
}

}
@media (max-width: 767px) {
  .bag-heading {
      margin-top: 20px;
      margin-bottom: 10px;
      background-size: contain;
  }

  .sup-page-mainhead h2 {
      font-size: 29px;
      line-height: 33px;
  }

  .sup-page-mainhead span {
      font-size: 12px;
      line-height: 22px;
  }

  .contact-bg-us {
      padding-top: 10px;
  }

  .contactme-circle {
      width: 300px;
      height: 300px;
      padding-left: 0px;
      text-align: center;
      align-items: center;
      position: relative;
      top: 40px;
  }

  .contactme-circle span {
      font-size: 14px;
  }

  .contactme-circle h3 {
      font-size: 25px;
      line-height: 31px;
      margin: 13px 0px;
  }

  .contact-strip-overlay {
      text-align: center;
      padding: 16px 10px;
      position: relative;
  }

  .contact-strip-overlay span {
      font-size: 12px;
      margin-right: 0px;
      padding: 6px 10px;
      margin-bottom: 10px;
  }

  .tab-content-custome {
      margin-bottom: 23px;
      margin-top: 10px;
  }

  .table-contet-tabs {
      padding: 5px 14px;
      margin-top: 0px;
  }

  .tab-contenttabs {
      margin-top: 10px;
  }

  .custome-nav-product {
    margin-left: 0px;
    display: inline-block;
    overflow-x: auto;
    flex-flow: nowrap;
    top: 0px;
    width: 100%;
    white-space: nowrap;
    padding-bottom: 10px;
}
.nav-tabs.custome-nav-product>li {
  margin-right: 10px;
  display: inline-block;
  float: none;
}
.nav-tabs.custome-nav-product>li>a {
  font-size: 13px;
  padding: 8px 18px;
}

  .product-slider .owl-carousel .owl-stage {
    padding-bottom: 0px;
}
  .product-slider {
      margin-bottom: 30px;
  }

  .product-show-top-title {
      font-size: 12px;
      line-height: 20px;
      min-width: 70% !important;
  }
  .video-watch iframe {
      height: 350px;
  }
  .table-contet-tabs .table-responsive {
    border: 1px solid transparent;
}
.ads-on-section {
  padding-left: 0px;
  padding-right: 0px;
}

.ads-on-section {
  margin-bottom: 40px;  
}
.product-show-top {
  max-width: 320px;
  height: 250px;
}
.product-show-top img {
  max-width: 180px;
  max-height: 180px;
}

}

@media (min-width: 1600px) {
  .bag-heading {
      margin-top: 40px;
      margin-bottom: 20px;
  }

  .sup-page-mainhead {
      padding: 28px 0px 0px;
  }

  .sup-page-mainhead span {
      font-size: 14px;
      line-height: 32px;
  }

  .sup-page-mainhead h2 {
      font-size: 56px;
      line-height: 73px;
  }

  .show-product-detail p {
      font-size: 18px;
      line-height: 37px;
  }

  .product-sp-content-body .card-title {
      font-size: 18px;
      line-height: 23px;
  }

  .product-sp-content-body {
      padding: 31px 24px 31px;
  }

  .contact-bg-us {
      padding-top: 90px;
  }

  .contactme-circle {
      width: 540px;
      height: 540px;
      padding-left: 70px;
  }

  .contactme-circle span {
      font-size: 20px;
  }

  .contactme-circle h3 {
      font-size: 48px;
      line-height: 48px;
      margin: 20px 0px;
  }

  .contactme-circle .btn {
      font-size: 15px;
      line-height: 20px;
      padding: 15px 40px;
  }
}

/* product page end */
/* plum-section */
.plum-section {
  background-image: url(../images/plumit-bg.jpg);
  background-size: cover;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 84px;
  padding-bottom: 110px;
  margin-top: 30px;
}
.plum-section .title-main-text span {
  color: #fff;
  background: linear-gradient(90deg, #2E8CED 34.92%, rgba(15, 28, 45, 0.00) 100%);
}
.plum-set-inner p {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.plum-logo {
  margin-bottom: 20px;
}
.plum-witch-sec {
  padding-top: 57px;
    padding-bottom: 80px;
}
.plum-witch-sec-list li {
  position: relative;
  padding: 25px 40px 12px 88px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.10);
  margin-bottom: 25px;
}
.plum-witch-sec-list li span {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #1DC0D6 0%, #1982D8 100%);
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translate(-0%, -50%);
  -webkit-transform: translate(-0%, -50%);
}
.plum-witch-sec-list li h5 {
  color: #232C51;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 3px;
}
.plum-witch-sec-list li p {
  color: #697895;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.plum-pro-box {
  width: 100%;
height: 419.49px;
padding: 30px 30px 30px 30px;
border-radius: 20px;
text-align: center;
background: #FFF;
box-shadow: 0px 4px 24px 0px rgba(63, 81, 181, .10);
cursor: pointer;
}
.plum-pro-box h5 {
  color: #313E5B;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 10px 0px 15px;
}
.plum-pro-box a {
  border-radius: 10px;
  border: 1px solid #007DE7;
  background: #FFF;
  color: #1982D8;
  text-align: center;
  padding: 12px 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  z-index: 33;
}
.plum-pro-box a:hover {
  border-radius: 10px;
  border: 1px solid #007DE7;
  background: #007DE7;
  color: #fff;
}
.plum-pro-box img {
  width: auto !important;

}
.plum-product-outer {
  margin: 0px 0px 60px;
}
.plum-product .owl-stage-outer {
  padding: 10px;
    margin: -10px;

}
.plum-product.owl-carousel .owl-stage {
  padding-top: 20px;
  padding-bottom: 30px;
}
.plum-pro-box-thumb {
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plum-pro-box-thumb img {
  max-height: 200px;
}
@media (max-width: 1199px) {
  .plum-section {
    padding-top: 84px;
    padding-bottom: 40px;
}
.plum-witch-sec {
  padding-top: 57px;
  padding-bottom: 30px;
}
}
@media (max-width: 767px) {
.plum-section {
  padding-top: 66px;
  padding-bottom: 26px;
}
.plum-set-inner p {
  font-size: 16px;
  margin-bottom: 30px;
}
.plum-witch-sec {
  padding-top: 57px;
  padding-bottom: 0px;
}
.plum-witch-sec-list li h5 {
  font-size: 18px;
}
.plum-witch-sec-list li {
  padding: 25px 20px 12px 82px;
  margin-bottom: 25px;
}
.plum-witch-sec-list li span {
  width: 42px;
  height: 42px;
  font-size: 16px;
  left: 17px;
  top: 29%;
}
.plum-witch-sec-list li p {
  font-size: 14px;
}
.plum-logo {
  margin-bottom: 0px;
}
.plum-section .title-main-text h1 {
  margin-bottom: 30px;
  margin-top: 25px;
}
.plum-pro-box {
  height: 349.49px;
  padding: 20px;
}
.plum-pro-box-thumb {
  height: 190px;
}
.plum-product .owl-stage-outer {
  padding: 0px;
  margin: 0px;
}
.plum-pro-box-thumb img {
  max-height: 170px;
}
.plum-pro-box h5 {
  font-size: 16px;
  margin: 10px 0px 25px;
}
.plum-pro-box a {
  padding: 8px 20px;
  font-size: 13px;
}
.plum-product-wrap {
  padding: 0px;
}
.plum-product-outer {
  margin: 0px 0px 30px;
}
}
@media (min-width: 1600px) {
.plum-witch-sec-list {
  padding-top: 80px;
}
}
/* plum-section end*/
/* custome dropdown */

.dropdown-menu>.dropdown-item1 {
  color: #061844;
    font-weight: 500;
    font-size: 12px;
    background-color: rgba(228, 240, 249, .50);
    padding: 2px 0px 2px 14px;
    border-radius: 5px;
    margin-bottom: 5px;

}
.dropdown-menu .dropdown-item {
  font-weight: 400;
  font-size: 16px;
  padding: 12px 0px !important;
  text-align: center;
}
.dropdown-menu .dropdown-item:hover {
  background-color: transparent;
    color: #1a76d1;
}
.menu-list .nav .arrow-drop::after {
  display: inline-block;
  content: "";
  border: none;
  position: absolute;
  right: 10px;
  top: 50%;
  background-image: url(../images/Next.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: 1 !important;
  background-color: transparent;
  left: auto;
}
@media (max-width: 1199px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
  }
}
/* custome dropdown end*/
/* sunmi-page */
.sunm-pro {
  padding-top: 25px;
  padding-bottom: 0px;
}
.prod-box-content {
  border-radius: 20px;
  background: #FFF;
  border: 1px solid #D9D9D9;
  padding: 20px;
  height: 401px;
  margin-bottom: 30px;
}
.prod-box-content-thub {
  width: 225px;
  height: 220px;
  position: relative;
  overflow: hidden;
  margin: 0px auto;
}
.prod-box-content-thub img {
  width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    position: absolute;
    top: 0;
    left: 0;
}

.prod-box-content-detail h5 {
  color: #313E5B;
  margin: 10px 0px 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.prod-box-content-detail span {
  color: #697895;
  font-size: 17px;
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
}
.prod-box-content-detail p {
  color: #697895;
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 24px;
}

@media (max-width: 1199px) {
.prod-box-content {
  height: 481px;
}
.prod-box-content-thub {
  width: 305px;
  height: 300px;
  
}
}
@media (max-width: 767px) {
.prod-box-content-thub {
  width: 225px;
  height: 220px;
}
.prod-box-content {
  height: auto;
}
}
/* sunmi-page end */
/* soft-sl-tabs */
.soft-sl-section {
  padding-bottom: 50px;
  background: linear-gradient(180deg, #F3F7FE 0%, #FFF 100%);
  padding-top: 50px;
}
.soft-sl-section .title-main-text span {
  background-color: transparent;
  background-image: linear-gradient(270deg, #02010100 0%, #FFFFFF 100%);
}
.soft-sl-section .list-same-el li:before {
  background-image: url(../images/svg/bullet-nw1.svg);
  /* top: 6px; */
  width: 16px;
  height: 16px;
}

.soft-sl-tabs {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.soft-sl-tabs .nav-tabs {
  border-bottom: none;
  border-radius: 50px;
  background: #EDF2FE;
  display: flex;
  text-align: center;
  padding: 3px 3px 5px;
  justify-content: center;
  align-items: center;
  height: 80px;
  margin-bottom: 40px;
}
.soft-sl-tabs .nav-tabs>li {
  float: none;
  margin-bottom: 0px;
  margin-right: 5px;
}
.soft-sl-tabs .nav-tabs>li:last-child {
  float: none;
  margin-bottom: 0px;
  margin-right: 0px;
}
.soft-sl-tabs .nav-tabs>li>a {
  margin-right: 0px;
  border-radius: 4px 4px 0 0;
  display: flex;
  align-items: center;
  height: 73px;
  border: none !important;
}
.soft-sl-tabs .nav-tabs>li.active>a, .soft-sl-tabs .nav-tabs>li.active>a:focus, .soft-sl-tabs .nav-tabs>li.active>a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 50px;
  border-bottom-color: transparent;
}
.soft-sl-tabs .nav>li>a:focus, .soft-sl-tabs .nav>li>a:hover, .soft-sl-tabs .nav>li.active>a:hover, .soft-sl-tabs .nav>li.active>a {
  background-color: #fff;
  color: #1a76d1;
  border-radius: 50px;
}
.soft-sl-tabs .nav>li>a::after {  
  opacity: 0 !important;
}
.soft-sl-tabs .nav>li>a .dd-1-on {
  display: none;
}
.soft-sl-tabs .nav>li>a .dd-1-off {
  display: block;
}
.soft-sl-tabs .nav>li.active>a .dd-1-on {
  display: block;
}
.soft-sl-tabs .nav>li.active>a .dd-1-off {
  display: none;
}
.soft-sl-tabs .nav>li>a .dd-2-on {
  display: none;
}
.soft-sl-tabs .nav>li.active>a .dd-2-on {
  display: block;
}
.soft-sl-tabs .nav>li>a .dd-2-off {
  display: block;
}
.soft-sl-tabs .nav>li.active>a .dd-2-off {
  display: none;
}
.soft-link a {
  color: #697895;
  font-size: 16px;
  text-decoration: none;

}
.soft-link-social {
  display: flex;
  gap: 11px;
}
.soft-link {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
@media (max-width: 1199px) {
  .soft-sl-section {
    padding-bottom: 40px;
    padding-top: 20px;
}
}
@media (max-width: 767px) {
  .soft-sl-tabs {
    margin-bottom: 30px;
    margin-top: 10px;
}
.soft-sl-tabs .nav-tabs {
  height: 55px;
  margin-bottom: 30px;
}
.soft-sl-tabs img {
  max-width: 88px !important;
}
.soft-sl-tabs .nav-tabs>li>a {
  height: 49px;
}
.soft-sl-section .list-same-el li:before {
  top: 12px;
}
}
/* soft-sl-tabs end */
/* liveevent-section */
.liveevent-section {
  background-image: url(../images/Rectangle7798.jpg);
    background-size: cover;
    background-position: 0px 0px;
    background-repeat: no-repeat;
  padding-top: 54px;
  padding-bottom: 60px;
  position: relative;
}
.live-container{
  z-index: 2;
  position: relative;
}
.liveevent-section:before {
  content: "";
    left: 0px;
    position: absolute;
    top: 0px;
    background: linear-gradient(180deg, rgba(0, 35, 71, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
    width:100%;
    height: 100%;
}
.liveevent-section .title-main-text span {
  color: #fff;
background: linear-gradient(90deg, #2E8CED 34.92%, rgba(15, 28, 45, 0.00) 100%);
}
.owl-item .event-live-thumb img {
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: transparent;
  padding: 0px;
  border-radius: 19.296px;
}
.owl-item.center .event-live-thumb img {
  transform: scale(1.1) !important;
  padding: 3px;
  background-color: #fff;
}
#live-event.owl-carousel .owl-stage {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
.liveevent-section {
  padding-top: 14px;
  padding-bottom: 0px;
}
}
@media (max-width: 767px) {
#live-event.owl-carousel .owl-stage {
  padding-top: 30px;
  padding-bottom: 50px;
}
}
/* marble-section-hm-hm */
.marble-section-hm-hm {
  background-image: url(../images/marble-section-hm-hm.jpg);
  background-size: cover;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 84px;
  padding-bottom: 110px;
  height: 611px;
}
.marble-section-hm-hm::before{
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(15, 28, 47, .6);

}
.title-main-text.white p {
  color: #fff;
}
.marble-section-hm-hm .title-main-text span {
  color: #fff;
  background: linear-gradient(90deg, #2E8CED 34.92%, rgba(15, 28, 45, 0.00) 100%);
}
.marble-hm-hm-title {
  position: relative;
  margin-top: -240px;
}
.marble-hm-hm-title p {
  color: #697895;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 226.667% */
margin: 30px 0px 20px;
}
@media (max-width: 1199px) {
  .marble-section-hm-hm {
    padding-top: 49px;
    padding-bottom: 59px;
    height: 511px;
  }
  .marble-hm-hm-title {
    margin-top: -160px;
  }
}
@media (max-width: 767px) {
.marble-section-hm-hm {
  padding-top: 20px;
  background-image: url(../images/marble-section-hm-hm-mobile.jpg);
  padding-bottom: 31px;
  height:610px;
  background-position: center;
}
.marble-hm-hm-title {
margin-top: -241px;
}
.marble-hm-hm-title p {
margin: 18px 0px 20px;
}
}
/* marble-section-hm-hm end*/