
body {
font-size: 100px;
font-family: 'Lato', sans-serif;
font-family: 'Ubuntu', sans-serif;
font-weight:300;
}

a {
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
}

a:focus,
a:hover {
    text-decoration: none!important;
    outline: none!important;
}

input:focus {
    transition: all 0.3s ease;
}

img {
    width: 100%;
}

.npnm {
    padding: 0;
    margin: 0;
}

p {
	font-family: 'Lato', sans-serif;
	font-weight:400;
}

.col-1by5 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.d-flex {
  display: flex!important;
}
.align-items-center {
  align-items: center!important;
}
.align-content-center {
  align-content: center!important;
  flex-wrap: wrap;
}
.justify-content-center {
  justify-content: center!important;
}
.justify-content-end {
  justify-content: end!important;
}
.justify-content-start {
  justify-content: start;!important;
}
.justify-content-between {
  justify-content: space-between!important;
}

#topbar {
  background: #212E50;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}
@media (max-width: 767px){
    #topbar {
        display: none;
    }
}
#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}
#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}
#topbar a {
  color: #fff;
  line-height: 0;
  transition: 0.3s;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
}
#topbar a:hover {
  color: #a0a0a0;
}

header {
    transition: all 0.3s ease;
    /*position: fixed;*/
    width: 100%;
    left: 0;
    top: 0;
    z-index: 50;
}

.nav-up {
    top: -100px;
}

.navbar-inverse {
    transition: all 0.3s ease;
    border-radius: 0!important;
    background-color: white;
    border: 0;
    min-height: auto;
    margin: 0;
    z-index: 10;
    padding: 10px 0px;
    border-bottom: solid 1px #e2e3e4;
}

.navbar-inverse .navbar-nav>li>a {
    color: #384656!important;
    font-size: 16%;
    letter-spacing: 0px;
    margin: 0px;
    padding: 18px 12px;
    font-weight: 500;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #303c6c91!important;
}

.navbar-inverse .navbar-nav>li>a:active {
    color: #303c6c91!important;
}
.navbar-inverse .navbar-nav>li>a.btno {
  background-color: #f3656b;
  color: #fff!important;
  margin-top: 8px;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 5px;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #ffffff6b;
    background-color: transparent;
}

.navbar-brand>img {
  display: block;
  height: 65px;
  width: 223px;
}

.navbar-nav {
  margin-top: 5px;
}

.dropdown {
    border: 0;
    outline: none;
}

.dropdown-menu {
    transition: all 1s ease;
    border: 0;
    width: 560px;
    transform: translateX(-50%);
    top: 63px;
    left: 50%!important;
    padding: 0;
}
@media (max-width: 767px){
    .dropdown-menu {
      transform: translateX(0%);
    }
}
ul.col-md-6 {
    list-style: none;
}

.dropdown-menu .list {
    background-color: #ebf5fe;
    display: table;
    width: 100%;
    padding: 4% 8%;
    position: relative;
}

.dropdown-menu .list.item {
    padding: 0% 8%;
}



.dropdown-menu .list .cell {
    padding-right: 5%;
    display: table-cell;
    width: 50%;
}

.dropdown-menu .list .title {
    display: table-row;
}

.dropdown-menu .list .title a {
    font-size: 16px;

    letter-spacing: 0px;
    color: #3585dc;
    display: table;
    padding-bottom: 10px;
}

.dropdown-menu .list .title a:hover {
    color: #384656;
}

.dropdown-menu .list.item .title {}

.dropdown-menu .list.item .title a {
    padding-top: 8px;
    padding-bottom: 8px;
	    font-weight: 400;
}
.dropdown-menu .slab{
    height: 25px;
    position: absolute;
    left: 0;
    top: -26px;
    width: 100%;
}
.dropdown-menu li {}

.dropdown-menu li a {
    color: #384656;
    text-transform: capitalize;
    margin: 0;
    display: block;
    padding: 12px 0px;
    font-weight: 500;
    font-size: 16px;
    border-bottom: solid 1px #e8e8e8;
}

.dropdown-menu li a:hover {
    color: #00a8ff;
}
.dropdown-menu li a .icon{
    display: inline-block;
    background-color: #18244e;
    padding: 10px;
    border-radius: 100px;
    margin-right: 10px;
	background: rgba(24,36,78,1);
background: -moz-linear-gradient(-45deg, rgba(24,36,78,1) 0%, rgba(24,36,78,1) 50%, rgba(113,117,134,1) 50%, rgba(113,117,134,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(24,36,78,1)), color-stop(50%, rgba(24,36,78,1)), color-stop(50%, rgba(113,117,134,1)), color-stop(100%, rgba(113,117,134,1)));
background: -webkit-linear-gradient(-45deg, rgba(24,36,78,1) 0%, rgba(24,36,78,1) 50%, rgba(113,117,134,1) 50%, rgba(113,117,134,1) 100%);
background: -o-linear-gradient(-45deg, rgba(24,36,78,1) 0%, rgba(24,36,78,1) 50%, rgba(113,117,134,1) 50%, rgba(113,117,134,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(24,36,78,1) 0%, rgba(24,36,78,1) 50%, rgba(113,117,134,1) 50%, rgba(113,117,134,1) 100%);
background: linear-gradient(135deg, rgba(24,36,78,1) 0%, rgba(24,36,78,1) 50%, rgba(113,117,134,1) 50%, rgba(113,117,134,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18244e', endColorstr='#717586', GradientType=1 );
}
.dropdown-menu li a .icon img{
	max-width:25px;
}
.dropdown-menu .head {
    background-color: white;
    padding: 3.5% 8%;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    color: #384656;

    position: relative;
}

.dropdown-menu p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin: 10px;
}

.dropdown-menu .head:before {
    content: '\f0d8 ';
    font-family: FontAwesome;
    color: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -36px;
    font-size: 36px;
}

.dropdown-menu .head a {
    text-transform: capitalize;

    letter-spacing: 0.5px;
    float: right;
    color: #2c80db;
    font-size: 16px;
    position: relative;
    margin-right: 4%;
}

.dropdown-menu .head a:after {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 14%;
    right: -19%;
    background-image: url(../img/arrow.svg);
    transition: all 0.3s ease;
}

.dropdown-menu .head a:hover:after {
    right: -25%;
}

.dropdown-menu .updates {
    padding: 4% 8%;
}

.dropdown-menu .updates .heading {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    color: #2c80db;

    margin-bottom: 2%;
}

.dropdown-menu .updates a {
    display: table;
    font-size: 16px;
    color: #384656;
    padding: 5px 0px;
    position: relative;
}

.dropdown-menu .updates a:hover {
    color: #2c80db;
}

.dropdown-menu .updates a:after {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    top: 31%;
    right: -22px;
    background-image: url(../img/arrow.svg);
    transition: all 0.3s ease;
}

.dropdown-menu .updates a:hover:after {
    right: -32px;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: transparent;
    border: 0;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
    padding: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

.fixed-navbar {
    background-color: #fff;
    box-shadow: 0 24px 36px -11px rgba(0, 0, 0, .1);
}

.fixed-navbar .navbar-inverse {
    padding: 0px 0px;
}

.fixed-navbar .navbar-inverse #myNavbar {
    margin-top: 0.6%;
}

.navbar-brand {
    height: auto;
    padding: 0;
    margin: 0;
}

.navbar-inverse .container {}

.head_type_ {
    text-align: center;
    font-size: 39%;
    color: #384656;
    margin-bottom: 10px;
    font-weight: 300;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.p_type {
    text-align: center;
    font-size: 22px;
    color: #384656;
    margin-bottom: 30px;
    font-weight: 300;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.head_type_ span {
    display: block;
    text-transform: uppercase;
    color: #ff5850;

    letter-spacing: 3px;
    font-size: 38%;
    margin-bottom: 1%;
}

.more_type_ {
    font-size: 18%;
    text-align: center;
    margin-top: 3%;
    color: #384656;
}

.more_type_ a {
    color: #ff5850;
}

.more_type_ a:hover {}

.D_banner {
    position: relative;
    background-color: #222e50;
    line-height: 0;
	max-height:100vh;
	overflow:hidden;
}

.D_banner .explore {
    padding-top: 20%;
    padding-bottom: 20%;
}

.D_banner .btn {
    background-color: #f3656b;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0px;
    vertical-align: top;
    margin-top: 5%;
    padding: 2% 5%;
    font-weight: 500;
    border-radius: 2px;
}

.D_banner .art {
    position: absolute;
    right: 0;
    top: 50%;
    max-width: 774px;
    transform: translateY(-50%);
}

.D_banner h1, .D_banner p {
    color: #303c6c;
}
.D_banner.inside_banner  p{
	    color: #222e50;
}
.D_banner h1 {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 25px;
    font-weight: 400;
    margin-top: 0;
    line-height: 50px;
}
.D_banner h4 {
    color: #777;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 300;
    margin-top: 0;
    line-height: 28px;
}
.D_banner p {
    font-size: 21px;
    line-height: 30px;
    font-weight: 300;
    color: #ccc;
    font-family: 'Ubuntu', sans-serif;
}

.progress-container {
    height: 4px;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}

.progress-bar {
    height: 4px;
    background: #ff5850;
    width: 0%;
    box-shadow: none;
}

.client_shockave {
    text-align: center;
    padding: 2% 0%;
}

.client_shockave .h6 {
    margin-bottom: 30px;
    font-size: 17%;
    color: #d46e3e;
}

.client_shockave .slide {
    background-image: url("../img/client-shockave.jpg");
    height: 56px;
    -webkit-animation: slide 20s linear infinite;
}

.short_offering {
    background-color: #ffffff;
    padding: 5%;
    border-top: solid 1px #f3f3f3;
}

.short_offering .row {


}

.short_offering .item {
    -webkit-box-shadow: 0 30px 60px -12px rgba(50, 50, 93, .25), 0 18px 36px -18px rgba(0, 0, 0, .3), 0 -12px 36px -8px rgba(0, 0, 0, .025);
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.09), 0 18px 36px -18px rgba(0, 0, 0, 0), 0 -12px 36px -8px rgba(0, 0, 0, .025);
    background-color: #fff;
    padding: 50px;

}
.short_offering .item:hover {
    background-color: #d2d7ff;
}

.short_offering .item h4 {
    font-size: 36%;
    color: #384656;
    margin-bottom: 8%;
    line-height: 46px;
    font-weight: 300;
}

.short_offering .item p {
font-size: 16%;
    color: #797979;
}

.short_offering .item .icon {
    max-width: 100px;
}



.graphical_repre {
    border-top: solid 2px #f3f3f3;
    padding-top: 5%;
}

.graphical_repre .row {
    margin: 0px auto;
}

.graphical_repre .explore {
    display: table;
    width: 100%;
    margin-top: 22%;
}

.graphical_repre .explore h2 {
    color: #222e50;
    font-size: 39px;
    line-height: 50px;
    font-weight: 300;
}

.graphical_repre .explore p {
    font-size: 18%;
    color: #797979;
    line-height: 30px;
}

.graphical_repre .explore a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14%;

    display: block;
    position: relative;
    color: #384656;
}

.graphical_repre .explore a:after {
    content: '';
    width: 100px;
    height: 1px;
    background-color: #384656;
    position: absolute;
    top: 8px;
    border-left: solid 15px #fff;
}

.graphical_repre .explore a:hover {}

.graphical_repre .explore img {
    max-width: 670px;
}

.home_industries {
    background-color: #ebf5fe;
    padding: 5% 0%;
}

.home_industries .row:first-child {
    margin: 0px auto;
}

.home_industries .row:first-child .head_type_ {
    text-align: left;
}

.home_industries .row:first-child p {
    color: #384656;
    font-size: 20%;
    line-height: 32px;
    font-weight: 300;
}

.home_industries .databox {
}

.home_industries .databox .item {
    position: relative;
    text-align: center;
    margin-top: 30px;
    background-color: #ffffff87;
    padding: 20px 0px;
    border-radius: 5px;
    border-bottom: solid 1px #bcd1e15c;
}

.home_industries .databox .item .icon {
    max-width: 60px;
    height: 62px;
    display: table;
    font-size: 0;
    margin: 0px auto;
	    margin-bottom: 10px;
}

.home_industries .databox .item h5 {
font-size: 18px;
    color: #222e50;
    margin: 0;
    padding: 0;
    padding-bottom: 7%;
    font-weight: 400;
}

.home_industries .databox .item p {

    color: #797979;
    font-size: 17%;
}

.home_industries .databox .item a {
    color: #414a8d;
    font-size: 25%;
    width: 46px;
    height: 46px;
    background-color: #d7f1fe;
    display: table;
    text-align: center;
    line-height: 46px;
    border-radius: 100%;
    margin-top: 25px;
}

.home_industries .databox .ha1 {}

.home_industries .databox .ha2 {
    margin-top: 15%;
}

.home_industries .databox .ha3 {
    margin-top: 25%;
}

.home_industries .databox .ha4 {
    margin-top: 35%;
}

.home_industries .databox .ha5 {
    margin-top: 45%;
}

.blog {
    padding: 5% 0%;
}

.blog .row {
    margin: 0px auto;
}

.blog .module {
    background-color: #ebf5fe;
    display: table;
    width: 100%;
}

.blog .module .banner {
    position: relative;
    height: 250px;
    background-color: #ebf5fe;
    display: table;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition: all 0.2s ease;
}

.blog .module .banner .bloger_id {
    display: table;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    padding: 6%;
    padding-bottom: 2%;
    background: rgba(231, 56, 39, 0);
    background: -moz-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(2, 2, 33, 0.61) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231, 56, 39, 0)), color-stop(100%, rgba(2, 2, 33, 0.61)));
    background: -webkit-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(2, 2, 33, 0.61) 100%);
    background: -o-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(2, 2, 33, 0.61) 100%);
    background: -ms-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(2, 2, 33, 0.61) 100%);
    background: linear-gradient(to bottom, rgba(231, 56, 39, 0) 0%, rgba(2, 2, 33, 0.61) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e73827', endColorstr='#020221', GradientType=0);
}

.blog .module .banner .bloger_id .thumb {
    width: 40px;
    display: table-cell;
    height: 40px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    border-radius: 100px;
    border: solid 4px #ffffff3b;
}

.blog .module .banner .bloger_id .name {
    color: #fff;
    font-size: 16%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 2%;
}

.blog .module .banner .bloger_id .name b {

}

.blog .module .feed {
    padding: 5%;
}

.blog .module .date {
    color: #ff5850;
    text-transform: uppercase;
    letter-spacing: 2px;

    font-size: 14%;
}

.blog .module h6 {

    font-size: 23%;
    color: #384656;
    line-height: 31px;
    max-height: 66px;
    overflow: hidden;
    min-height: 66px;
}

.blog .module p {
   
    color: #797979;
    font-size: 17%;
}

.blog .module .readmore {
    font-size: 13%;
    margin: 0% 6% 0% 0%;
    padding: 0;
    display: table;
    margin-bottom: 5%;
    float: right;
    text-transform: uppercase;
    letter-spacing: 2px;

    color: #ff5850;
}

.blog .module:hover .banner {
    background-size: 120%;
}

footer {
    background-color: #222e50;
    padding-bottom: 30px;
	padding-top:100px;
}

footer p {
    font-size: 16%;
    color: #fff;
}

footer .logo {
    max-width: 160px;
}

footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer ul li {
    font-size: 17%;
    color: #fff;
    letter-spacing: 0px;
    margin-bottom: 15px;
    font-weight: 500;
}
footer ul li.norm{
    color: #898fa2;
    line-height: 22px;
}
footer ul li a {
    margin-bottom: 0!important;
    letter-spacing: 0;
    color: #ffffff78;
    font-weight: 500;
    font-size: 15px;
}

footer ul li a:hover {
    color: #fff;
}

footer .top {
  padding-bottom: 50px;
}
footer .copyright {
  text-align: center;
  padding-top: 30px;
  font-size: 13px;
  color: #fff;
}
footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.inside_banner {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 100%;
}

.inside_banner .explore {

}

.inside_banner h1 {
color: #222e50;
}

.in-banner-img {
    position: relative;
    bottom: -62px;
    max-width: 564px;
}

.in-explore_type1 {
    background-size: 41%;
    background-image: url(../img/men-wach.png);
    margin: 0px auto;
    background-repeat: no-repeat;
    background-position: 98% 50%;
}

.in-explore_type1 .item {
    width: 50%;
    border-bottom: solid 1px #dde0e0;
    padding-top: 3%;
    padding-bottom: 2%;
    padding-left: 4%;
}

.in-explore_type1 .item:last-child {
    border: 0;
}

.in-explore_type1 .item .head {
    padding-bottom: 6px;
    position: relative;
font-size: 18%;

    color: #384656;
    padding-left: 2%;
}

.in-explore_type1 .item .head .icon {
    top: -5px;
    display: inline-block;
    color: #ffffff;
    width: 40px;
    height: 40px;
    background-color: #3abaae;
    position: absolute;
    left: -8%;
    text-align: center;
    line-height: 40px;
    border-radius: 100px;
}

.in-explore_type1 .item p {
    padding-left: 2%;

    color: #797979;
    font-size: 15%;
    line-height: 25px;
}

.in-explore_type2 {
    padding-top: 5%;
    padding-bottom: 5%;
}

.in-explore_type2 .row {
    margin: 0px auto;
}

.in-explore_type2 .subhead {
    font-size: 19%;

    color: #2c80db;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8%;
    text-align: center;
    display: table;
    margin: 0px auto;
    margin-bottom: 0%;
    position: relative;
}

.in-explore_type2 p {
    -webkit-box-shadow: 0px 0px 39px -9px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 0px 39px -9px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 39px -9px rgba(0, 0, 0, 0.23);
    position: relative;
    font-size: 14%;
    color: #384656;

    text-transform: capitalize;
    line-height: 29px;
    min-height: 90px;
    background-color: #fff;
    border: solid 1px #f3f3f3;
    text-align: center;
    border-radius: 4px;
    padding: 5%;
    padding-top: 24%;
    min-height: 187px;
}

.in-explore_type2 .p1 {}

.in-explore_type2 .p2 {}

.in-explore_type2 .p3 {}

.in-explore_type2 .p4 {}

.in-explore_type2 .p5 {}

.in-explore_type2 p .icon {
    -webkit-box-shadow: 8px 9px 19px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 8px 9px 19px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 8px 9px 19px 0px rgba(0, 0, 0, 0.1);
    width: 70px;
    height: 70px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 70px;
    font-size: 26px;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100px;
}

.in-explore_type2 p .feature {
    display: block;
    font-size: 16px;
    color: #173f5f;
}

.in-explore_type2 .ic1 {
    background-color: #173f5f;
}

.in-explore_type2 .ic2 {
    background-color: #20639b;
}

.in-explore_type2 .ic3 {
    background-color: #3caea3;
}

.in-explore_type2 .ic4 {
    background-color: #f6d55c;
}

.in-explore_type2 .ic5 {
    background-color: #ed553b;
}

.in-explore_type2 .ic6 {
    background-color: #173f5f;
}

.in-explore_type2 .ic7 {
    background-color: #20639b;
}

.in-explore_type2 .row:last-child {
    text-align: center;
}

.in-explore_type2 .row:last-child p {
    color: #20639b;
    border: 0px;
    box-shadow: none;
    letter-spacing: 0px;
    line-height: 23px;
    font-size: 18%;
}



.aproch {
    background-color: #ebf5fe;
    height: 100vh;
    background-image: url(../img/aproch.jpg);
    background-repeat: no-repeat;
    background-size: 56%;
    background-attachment: fixed;
}

.aproch_head {
    background-color: #ebf5fe;
    padding-top: 5%;
    padding-bottom: 4%;
}

.aproch_head .row {
    margin: 0px auto;
}

.aproch_head .head_type_ {
    text-align: left;
}

.aproch_head p {

    color: #44a08d;
    font-size: 24%;
}

.aproch .nav-pills {
    background-color: #ff5850;
    margin-top: 63%;
    padding: 3% 5%;
    margin-right: 31px;
}

.aproch .nav-pills>li {
    float: none;
}

.aproch .nav-pills>li>a {
    font-size: 17%;

    color: #ffffff8f;
    position: relative;
    display: block;
}

.aproch .nav-pills>li>a:hover {
    background-color: transparent;
}

.aproch .nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: transparent;
}

.aproch .tab-pane {
    background-color: #ebf5fe;
    height: 100vh;
    padding: 12%;
}

.aproch p {
    color: #797979;
    font-size: 16%;
    margin-bottom: 10%;
    line-height: 25px;
}

.aproch p .head {
    display: block;

    color: #20639b;
    font-size: 21px;
    margin-bottom: 1%;
    position: relative;
}

.aproch p .head:before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #ff5850;
    position: absolute;
    left: -5%;
    top: 43%;
    border-radius: 0px;
}

.aproch .nav-pills>li.active>a:after {
    content: '';
    background-color: #ff5850;
    position: absolute;
    width: 17px;
    height: 100%;
    right: -34px;
    top: 0;
    z-index: 20;
}

.quote_report {
    background-color: white;
    padding: 3% 0px;
    text-align: center;
}

.quote_report .row {
    width: 60%;
    margin: 0px auto;
}

.quote_report h2 {
    font-size: 30%;

    color: #384656;
 line-height: 44px;
}

.quote_report .subhead {
    color: #2c80db;

    font-size: 15%;
    letter-spacing: 2px;
    padding: 5% 0%;
}

.quote_report p {

    color: #a7a7bb;
    font-size: 22%;
    margin-bottom: 0;
}

.quote_report p a {
   
    color: #ff5850;
    text-transform: capitalize;
}

.quote_report .btn {
    color: #fff;
    background-color: #ff5850;
    text-transform: uppercase;
    letter-spacing: 2px;

    font-size: 14%;
    padding: 2% 3%;
    border-radius: 0;
}

.quote_report .btn:hover {
    filter: brightness(130%);
}

.customer-engagement_banner {
    background-color: #a7e5ff   ;
}

.explore_type3 {
    text-align: center;
    margin: 0px auto;
    padding-top: 4%;
}

.explore_type3 .item {
    position: relative;
    background-color: #fff;
    padding: 5%;
    margin-bottom: 30px;
    min-height: 270px;
}

.explore_type3 .item .icon {
    font-size: 40%;
    color: #4cb0b0;
}

.explore_type3 .item h4 {
    font-size: 20%;
    color: #20639b;

    margin-top: 6%;
    padding-bottom: 1%;
}

.explore_type3 .item p {
    color: #797979;
    font-size: 16%;
}

.explore_type4 {
    padding-top: 7%;
    padding-bottom: 4%;
}

.explore_type4 .item {
    transition: all 0.3s ease;
    width: auto;
    border: 0;
    margin-bottom: 4%;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    padding-left: 27%;
    padding-right: 4%;
    margin-bottom: 6%;
	background-color:#fff;
}

.explore_type4 .item:hover .icon i {

}

.explore_type4 .item .head {
    position: static;
    padding-left: 0;
    font-size: 24px;
    color: #222e50;
    font-weight: 300;
}

.explore_type4 .item p {
    padding-left: 0;
}

.explore_type4 .item .head .icon {
    top: 0;
    width: 120px;
    height: 100%;
    background-color: #67d6bc;
    left: 0;
    line-height: 0;
    border-radius: 0;
    padding-top: 10%;
    font-size: 3rem;
}

.explore_type4 .item .head .icon .fa {
    position: relative;
    top: -21%;
    font-size: 36px;
}

.explore_type4 .in-explore_type1 {
    background-image: none;
}

.explore_type4 .jumbortn {
    max-width: 90%;
}

.explore_type4 .jumbortn a {
    position: relative;
    display: table;
    font-size: 23%;

    color: #43a0ef;
    margin-top: 8%;
}

.explore_type4 .jumbortn a:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 26%;
    right: -19%;
    background-image: url(../img/arrow.svg);
    transition: all 0.3s ease;
}

.explore_type4 .jumbortn a:hover:after {
    right: -29%;
}

.explore_type4 .jumbortn h3 {
    margin-bottom: 0%;
    color: #414a6b;
    font-size: 25%;
    line-height: 39px;
    margin: 0;
    display: table;
    position: relative;
    padding-bottom: 4%;
    font-weight: 300;
}

.explore_type4 .jumbortn p {

    color: #384656;
    font-size: 24%;
    line-height: 40px;
}

.explore_type5 {
    border-top: solid 1px #f3f3f3;
}

.explore_type5 mark {
    background-color: #ffffff;
    padding: 0 0px;
    color: #ff5850;
}

.explore_type5 .row {
    margin-top: 0;
}

.explore_type5 .row p {
    letter-spacing: 2px;

}

.explore_type6 {
    background-image: none;
    background-size: 100%;
    height: auto;
    padding-bottom: 5%;
    position: relative;
}

.explore_type6 .graphics {
    position: absolute;
    max-width: 500px;
    left: 4%;
    bottom: 14%;
}

.explore_type6 .row {
    margin: 0px auto;
}

.explore_type6 .subhead {
    font-size: 24%;
    color: #384656;

    margin-bottom: 3%;
    letter-spacing: 0px;
}

.explore_type6 ul {
    margin: 0;
    list-style: none;
    margin: 0px auto;
    padding: 0;
    margin-left: 0;
}

.explore_type6 ul li {

    color: #414a6b;
    font-size: 17%;
    padding: 2.5% 0px;
    position: relative;
    padding-left: 6%;
    margin-bottom: 0%;
    border-bottom: solid 1px #e4e9ec;
}

.explore_type6 ul li:before {
    content: '';
    background-image: url(../img/ticker_green.png);
    position: absolute;
    left: 0;
    top: 30%;
    width: 20px;
    height: 20px;
}

.industries_banner {
    background-image: none;
    background-color: #a7e5ff   ;
}

.industries_inside_banner {

}

.explore_type7 {
    padding: 6% 0%;
    background-color: #ebf5fe;
    position: relative;
    padding-bottom: 8%;
    background-image: url(../img/tree.png);
    background-position: -1% 47%;
    background-repeat: no-repeat;
}

.explore_type7 .balooon {
    position: absolute;
}

.balooon1 {
    width: 4%;
    left: 5%;
    -webkit-animation: float 2s linear infinite;
    animation: float 2s linear infinite;
}

.balooon2 {
    width: 7%;
    left: 27%;
    top: 2%;
    -webkit-animation: float 4s linear infinite;
    animation: float 4s linear infinite;
}

.balooon3 {
    width: 5%;
    left: 30%;
    top: 64%;
    -webkit-animation: float 2s linear infinite;
    animation: float 2s linear infinite;
}

.explore_type7 .row {
    margin: 0px auto;
}

.explore_type7 p {
    font-size: 24%;
    color: #6a6f82;

    max-width: 49%;
    margin: 0px auto;
    margin-bottom: 4%;
    float: right;
}

.infographics_1 {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0px auto;
    border-radius: 20px;
}

.infographics_1 .item {
    position: absolute;
    color: #fff;
    text-align: center;
    font-size: 14%;
    text-transform: uppercase;
    letter-spacing: 2px;

    width: 144px;
    height: 100px;
    line-height: 100px;
    box-shadow: -27.1px 62.5px 125px -25px rgba(50, 50, 93, .5), -16.2px 37.5px 75px -37.5px rgba(0, 0, 0, .6);
}

.infographics_1 .item.one {
    left: 0;
    top: 0;
    background-color: #00a8ff;
}

.infographics_1 .item.two {
    left: 143px;
    top: 100px;
    background-color: #384656;
}

.infographics_1 .item.three {
    left: 0px;
    top: 200px;
    background-color: #00a8ff;
}

.infographics_1 .item.four {
    left: 143px;
    top: 300px;
    background-color: #384656;
}

.explore_type8 {}

.explore_type8 .item {
    text-align: left;
    position: relative;
    display: block;
    padding: 2% 0%;
    padding-left: 15%;
    color: #384656;
    border-bottom: solid 1px #e3f3ff;
    background-color: #fff;
    margin-bottom: 2%;
}

.explore_type8 .item .icon {
    font-size: 28%;
    position: absolute;
    left: 4%;
    top: 13%;
}

.explore_type8 .item h6 {
    font-size: 17%;

    color: #384656;
}

.explore_type9 {
    background-color: #fff;
    display: table;
    width: 100%;
    position: relative;
    padding-top: 5%;
}

.explore_type9 .menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 10%;
    height: 100%;
    background-color: #ffffff;
    display: none;
}

.explore_type9 .item {
    position: relative;
    display: table;
    width: 100%;
    float: right;
}

.explore_type9 .item:nth-child(1) {}

.explore_type9 .item .bgimg {
    position: absolute;
    background-size: cover;
    width: 50%;
    height: 100%;
    background-color: #f7feff;
}

.explore_type9 .item .left {
    float: left;
    width: 50%;
    padding: 4% 6%;
    padding-left: 10%;
}

.explore_type9 .item.lefter .bgimg {
    right: 0;
    top: 0;
}

.explore_type9 .item .right {
    float: right;
    width: 50%;
    padding: 4% 6%;
    padding-right: 10%;
}

.explore_type9 .item.righter .bgimg {
    left: 0;
    top: 0;
}

.explore_type9 .item h1 {
    font-size: 20%;

    color: #384656;
    padding-bottom: 2%;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.explore_type9 .item p {
    font-size: 20%;
    color: #424770;

    line-height: 33px;
}

.explore_type9 .item ul {
    border-top: solid 2px #f7fcff;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    display: table;
    margin-top: 5%;
    padding-top: 4%;
}

.explore_type9 .item ul li {
    color: #159570;
    font-size: 17%;
    padding: 1% 0%;
    position: relative;
    display: block;
    float: left;
    width: 50%;
    padding-left: 6%;
}

.explore_type9 .item ul li:before {
    content: '';
    background-image: url(../img/ticker_green.png);
    position: absolute;
    left: 0;
    top: 21%;
    width: 20px;
    height: 20px;
}

.explore_type9 .item .btn {
    float: left;
    font-size: 14%;

    letter-spacing: 2px;
    color: #384656;
    margin-top: 5%;
    padding-left: 0;
    text-transform: uppercase;
}

.explore_type9 .head_type_ {
    text-align: left;
}

.explore_type9 .row {
    margin: 0px auto;
}

.explore_all {
    display: table;
    width: 100%;
    padding: 0;
    line-height: 0;
    margin: 0;
    text-align: center;
    padding-bottom: 3%;
    padding-top: 2%;
    border-top: solid 1px #f5f5f5;
}

.explore_all a {
    text-transform: uppercase;
    letter-spacing: 2px;

    font-size: 14%;
    color: #00a6fd;
    position: relative;
    line-height: 25px;
}

.explore_all a:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3%;
    right: -12%;
    background-image: url(../img/arrow.svg);
    transition: all 0.3s ease;
}

.explore_all a:hover {
    filter: brightness(120%);
}

.explore_all a:hover:after {
    right: -18%;
}

.explore_type10 {
    border-bottom: solid 1px #edeff1;
    padding: 6% 0%;
    padding-bottom: 3%;
}

.explore_type10 .row {
    margin: 0px auto;
}

.explore_type10 .item {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    margin-bottom: 12%;
    width: 100%;
    display: table;
    text-transform: capitalize;
    box-shadow: 0 24px 36px -11px rgba(0, 0, 0, .1);
}

.explore_type10 .item .thumb {
    overflow: hidden;
}

.explore_type10 .item img {
    transition: all 0.3s ease;
}

.explore_type10 .item:hover img {
    transform: scale(1.08);
}

.explore_type10 .item h6 {
    padding: 0;
    margin: 0;
    font-size: 18%;

    color: #384656;
}

.explore_type10 .item .explore {
    transition: all 0.3s ease;
    font-size: 13%;

    text-transform: uppercase;
    letter-spacing: 2px;
    display: table;
    padding: 5px 10px;
    margin-top: 2%;
    margin-bottom: 5%;
    color: #00a8ff;
    float: right;
    position: relative;
}

.explore_type10 .item:hover .explore {
    -webkit-animation: horizontal 2s ease infinite;
    animation: horizontal 2s ease infinite;
}

.explore_type10 .item .holder {
    padding: 5%;
    position: relative;
}

.explore_type10 .item .holder:before {
    content: '';
    background-color: #fff;
    width: 100%;
    height: 30px;
    position: absolute;
    right: -1;
    top: -29px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.head_type_2 {
    font-size: 12%;
    text-transform: uppercase;

    color: #ffffff;
    letter-spacing: 2px;
    box-shadow: 0 24px 36px -11px rgba(0, 0, 0, .1);
    background-color: #384656;
    display: table;
    padding: 5px 15px;
    border: solid 1px #f9f9f9;
    position: relative;
    left: 2.5%;
}

.explore_type11 {
    text-align: left;
    padding: 5% 0%;
    /*background-image: url(../img/pattern1.png);*/
    background-position: 100% 22%;
    background-size: 28%;
    background-repeat: no-repeat;
}

.explore_type11 h1 {
    font-size: 30%;

    color: #384656;
    line-height: 40px;
}

.explore_type11 p {
    color: #7e7f84;
    font-size: 19%;

    line-height: 32px;
}

.explore_type11 .row {
    margin: 0px auto;
}

.explore_type11 .row:last-child {
    margin-top: 2%;
}

.explore_type11 .item {
    color: #384656;
}

.explore_type11 .item .icon {
    display: table;
    margin-bottom: 6%;
    width: 100%;
    position: relative;
}

.explore_type11 .item .icon:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 4px;
    background-color: #dceffd;
    left: 0;
    border-radius: 100px;
}

.explore_type11 .item .icon img {
    width: 21%;
    position: relative;
    top: -7px;
}

.explore_type11 .item p {
    font-size: 16%;

    color: #8c8f98;
    line-height: 25px;
}

.explore_type11 .item .icon b {
    font-size: 34%;
    letter-spacing: 0px;
    color: #f3656b;
    font-weight: 500;
}

.strip_one {
    background-color: #ffffff;
    font-size: 32%;
    color: #384656;
    padding: 4% 0%;
    text-align: center;

    letter-spacing: 1px;
    border-top: solid 1px #f4f5f7;
}

.strip_one .btn {
    margin-left: 1%;
    background-color: #ff5850;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;

    font-size: 44%;
    padding: 10px 20px;
}

.strip_one .btn:hover {}

.industry_pill {}

.industry_pill {
    background-image: url(../img/industry-pill1.jpg)!important;
}

.industry_pill p {
    font-size: 19%;
    line-height: 36px;
}

.industry_list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: small;
}

.industry_list li {}

.industry_list li a {
    font-size: 18px;

    line-height: 45px;
    display: table;
    color: #384656;
}

.industry_list li a:hover {
    color: #00a7fe;
}

.head-sml {
    margin-bottom: 3%!important;
    margin-left: 6%;
}

.head-sml .head {

    font-size: 18px!important;
}

.our-story_banner {
    background-color: #a7e5ff   ;
    background-image: url(../img/pattern3.png);
    height: auto;
    padding-bottom: 5%;
}

.vsms {}

.vsms li {

    padding-left: 0!important;
    background-color: transparent!important;
    padding: 0!important;
    margin-bottom: 7%!important;
    font-size: 17%!important;
    color: #6b6b71!important;
    line-height: 29px;
    border-bottom: 0!important;
}

.vsms li:before {
    content: '';
    display: none;
}

.story .explore_type9 {
    padding-top: 0px;
}

.head_type__ {

    color: #384656;
    font-size: 33%;
    padding-bottom: 4%;
}

.explore_type12 {
    padding-bottom: 1%;
    padding-top: 5%;
}

.explore_type12 .item {
    padding: 0;
    margin: 0;
    box-shadow: none;
    border-bottom: solid 2px #ebf5fe;
    margin-bottom: 5%;
    padding-bottom: 2%;
}

.explore_type12 .item p {
    font-size: 19%;
    color: #656a7dc4;
    border-left: solid 2px #ffdede;
    position: relative;
    left: -10px;
    padding-left: 4%;
    line-height: 30px;
}

.explore_type12 .item:last-child {}

.explore_type13 {
    padding-top: 0;
}

.explore_type14 {
    width: 100%;
    padding-top: 0;
}

.explore_type14 .item {
    background: transparent;
    text-align: left;
    padding: 0;
    line-height: 28px;
    min-height: 434px;
    margin-bottom: 0;
}

.explore_type14 .item .icon {
    color: #384656;
    background-color: #a7e5ff   ;
    display: table;
    padding: 25px;
    border-radius: 100%;
}

.explore_type14 .item h4 {
    font-size: 24%;
  
    color: #384656;
    margin-top: 6%;
    padding-bottom: 2%;
}

.explore_type14 .item.b1 {
    border-right: solid 1px #dde5ea;
    border-bottom: solid 1px #dde5ea;
    padding-right: 50px;
    padding-bottom: 30px;
}

.explore_type14 .item.b2 {
    border-bottom: solid 1px #dde5ea;
    padding-left: 50px;
    padding-bottom: 30px;
}

.explore_type14 .item.b3 {
    border-right: solid 1px #dde5ea;
    padding-right: 50px;
    padding-top: 45px;
}

.explore_type14 .item.b4 {
    padding-left: 50px;
    padding-top: 45px;
}

.explore_type14 .item.b1 .icon i {
    -webkit-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite;
}

.explore_type14 .item.b2 .icon i {
    -webkit-animation: horizontal 4s ease infinite;
    animation: horizontal 4s ease infinite;
}

.explore_type14 .item.b3 .icon i {
    -webkit-animation: bounce 3s ease infinite;
    animation: bounce 3s ease infinite;
}

.explore_type14 .item.b4 .icon i {

}

.mx100 {
    width: 100%;
}

.explore_type15 {}

.explore_type15 .item {
    border: solid 1px #e2edf3;
    position: relative;
    text-align: left;
    min-height: auto;
    padding: 0;
    -webkit-box-shadow: 13px 5px 18px 5px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 13px 5px 18px 5px rgba(0, 0, 0, 0.06);
    box-shadow: 13px 5px 18px 5px rgba(0, 0, 0, 0.06);
    padding-left: 30%;
    min-height: 160px;
    padding-top: 2%;
    padding-right: 4%;
}

.explore_type15 .item p {
    font-size: 16%;
}

.explore_type15 .item h4 {
    text-transform: uppercase;
    font-size: 16%;
    letter-spacing: 1px;

}

.explore_type15 .item .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: red;
    padding-top: 9%;
    width: 140px;
    background-color: #bfecd1;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0 46%, 0% 0%);
    padding-left: 7%;
}

.explore_type15 .item .icon img {
    width: 50%;
}

.glober {}


/* media Query */

.why-dupico_banner {}

.explore_type16 {
    background-color: #ebf5fe;
    padding: 6% 0%;
}

.explore_type16 .item {
    text-align: center;
    background-color: #fff;
    padding: 0% 7% 7% 7%;
    -webkit-box-shadow: 0 30px 60px -12px rgba(50, 50, 93, .25), 0 18px 36px -18px rgba(0, 0, 0, .3), 0 -12px 36px -8px rgba(0, 0, 0, .025);
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.09), 0 18px 36px -18px rgba(0, 0, 0, 0), 0 -12px 36px -8px rgba(0, 0, 0, .025);
    min-height: 390px;
    overflow: hidden;
}

.explore_type16 .item .title {
    font-size: 16%;

    letter-spacing: 1px;
    text-align: center;
    padding: 8% 0%;
    color: #384656;
}

.explore_type16 .item .graphics {
    margin: 0px auto;
    max-width: 75%;
    border-bottom: dashed 2px #f3656b;
    padding-bottom: 10%;
    margin-bottom: 10%;
}

.explore_type16 .item p {
    font-size: 16%;
    color: #868996;
}

.explore_type16 .item p b {
  
}

.p_hilight1 {
    text-align: center;
    font-size: 82%;
    padding: 0;
   
    padding-top: 3%;
    max-width: 50%;
    margin: 0px auto;
    color: #384656;
}

.explore_type17 {
    background-color: #ebf5fe;
}

.explore_type18 {
    padding: 5% 0%;
}

.explore_type19 {}

.explore_type19 .b1,
.explore_type19 .b2 {
    border-bottom: 0!important;
}

.explore_type20 {}

.explore_type20 .item p {
    border-left: 0;

   font-size: 20%;
}

.explore_type21 {
    padding-top: 0;
	border-bottom: solid 1px #eaeff3;
}

.explore_type21 .module .banner {
    height: 190px;
}

.explore_type21 .module h6 {

    font-size: 22%;
    color: #384656;
    line-height: 25px;
    max-height: 100%;
    min-height: 100%;
}

.explore_type21 .module {
    margin-bottom: 8%;
}

.explore_type21 .subtitile {
    font-size: 26%;
    padding-left: 1%;
    color: #384656;
    padding-bottom: 2%;
}
.explore_type22 {
	padding: 5% 0%;
}
.explore_type22 .item {
	text-align:left;
}
.explore_type22 .item .icon {
	    width: 48%;
}
.explore_type22 .item  h5 {

    font-size: 17%;
    color: #414a6b;
	margin: 0;
}
.explore_type22 .item  p {
	font-size: 16%;
    padding-top: 5%;
	color: #7e7f84;
}
.explore_type23 {
	position:relative;
	padding-top: 3%;
	padding-bottom: 5%;
	background-color: #ebf5fe;
}
.explore_type23:before{
content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.explore_type23 h2 {
	color: #414a6b;
  
    font-size: 40%;
    line-height: 52px;
    margin-bottom: 5%;
}
.explore_type23 h2 span{
	color: #414a6b;
   
}
.explore_type23 h4 {

    color: #1c89e6;
    font-size: 24%;
    line-height: 38px;
}
.explore_type23 p {
	margin: 0;
	line-height: 29px;
    padding: 0;
    font-size: 19%;
        color: #414a6b;
}
.explore_type23 p.small {
margin-top: 4%;
    line-height: 25px;
    font-size: 17%;
    color: #48a0ef;
}
.explore_type23 ul {
	margin: 0;
    padding: 0;
	margin-top: 8%;
}
.explore_type23 ul li {
	color:#7e7f84;
	    padding-left: 7%;
font-size: 16%;
    list-style: none;
    margin-bottom: 3%;
	position:relative;
}
.explore_type23 ul li.head {

    font-size: 14%;
    color: #5b7df9;
    padding-left: 0;
    background-color: #ebf5fe;
    display: table;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 0px;
}
.explore_type23 ul li.head:before {
content:'';
display:none;
}
.explore_type23 ul li:before {
content: '';
    background-image: url(../img/ticker_green.png);
    position: absolute;
    left: 0;
    top: 8%;
    width: 20px;
    height: 20px;
}
.explore_type23 .cola{
	    padding-right: 7%;
}
.explore_type23 .colb{
	    padding-left: 7%;
}
.explore_type24{	 
}
.explore_type24 .map{	
max-width: 60%;
    margin: 0px auto;
    position: relative; 
}
.explore_type24 .map .round{	
position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 100%;
    border: dashed 2px #84dbff;
    border-top: 0;
    filter: blur(0px);
	   display:none;
	

}
.explore_type24 .map .feature {
position: absolute;
    font-size: 17%;
    width: 150px;
    text-align: center;
    background-color: #ebf5fe;
    padding: 10px;
    z-index: 2;
      
    color: #414a6b;
    box-shadow: 0 24px 36px -11px rgba(0, 0, 0, .1);
	 
	
}
.explore_type24 .map .feature span {
	display: block;
    font-size: 50px;

    color: #414a6b;
}
.explore_type24 .map .feature.f1 {
    left: -10%;
       top: 17%;
	    -webkit-animation: pulse 5s linear infinite;
    animation: pulse 5s linear infinite;
}
.explore_type24 .map .feature.f2 {
    right: -8%;
    top: 47%;
	   -webkit-animation: pulse 6s linear infinite;
    animation: pulse 6s linear infinite;
}
.explore_type24 .title {
	color: #414a6b;
    font-size: 17%;
    text-align: center;

    display: table;
    margin: 0px auto;
    margin-bottom: 3%;
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #ebf5fe;
	box-shadow: 0 24px 36px -11px rgba(0, 0, 0, .1);
}
.explore_type25{
	padding-bottom:6%;
}
.explore_type25 .item{
border: solid 1px #ebf6ff;
    min-height: 601px;
	box-shadow: 0 24px 36px -11px rgba(0, 0, 0, .1);
}

.explore_type25 .head{
font-size: 16%;
    padding-bottom: 5%;
	padding-top: 5%;
    color: #006df0;

    background-color: #effaff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
	}
.explore_type25 .head img{
	width: 52px;
	padding-bottom:15px;
}
.explore_type25 .head span{
display: block;
    font-size: 26px;
    padding-bottom: 10px;
}
.explore_type25 h5 {
text-align: center;

    color: #414a6b;
    font-size: 20%;
    padding: 5% 10%;
    padding-bottom: 0%;
    line-height: 32px;
}
.explore_type25 ul {
margin: 0;
    padding: 4% 10%;
    list-style: none;
	padding-top:0%;
	padding-bottom:0;
}
.explore_type25  ul li{
font-size: 15%;
    margin: 25px 0px;
    color: #7d8790;
    position: relative;
    padding-left: 31px;
}
.explore_type25  ul li:before{
content: '';
    background-image: url(../img/ticker_green.png);
    position: absolute;
    left: 0;
    top: 7%;
    width: 20px;
    height: 20px;
}
.explore_type26 {
background-color: #ebf5fe;
    padding-bottom: 6%;
}

.explore_type26 img{
    margin-top: 3%;
	box-shadow: 0 24px 36px -11px rgba(0, 0, 0, .1);
}
.explore_type27 {
	    padding-top: 2%;
}
.explore_type28{
	    padding-top: 0%;
}
.explore_type29{
background-color: #fff;
    border-bottom: solid 1px #eaeeef;
    position: relative;
    overflow: hidden;
    padding: 6% 0%;
}
.explore_type29 .graphics{
display: table;
    background-color: white;
    padding: 20px;
    border-radius: 27px;
    padding-bottom: 60px;
    box-shadow: 0 5px 30px 10px rgba(0, 0, 0, .1);
    padding-top: 34px;
    margin: 0px auto;
    position: relative;
    border: solid 1px #e6e6e6;
    -moz-transform: rotate(-13deg);
    -webkit-transform: rotate(-13deg);
    -o-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    transform: rotate(-13deg);
	}
	.explore_type29 .graphics:before{
content: '';
    position: absolute;
    width: 1px;
    height: 16%;
    background-color: #e6e6e6;
    top: -16%;
    left: 50%;
    z-index: 1;
	}
		.explore_type29 .graphics:after{
content: '';
    position: absolute;
    width: 1px;
    height: 14%;
    background-color: #e6e6e6;
    bottom: -16%;
    left: 50%;
    z-index: 1;
	}
.explore_type29 .bg{
width: 300px;
    background-image: url(../img/accor.png);
    border: solid 20px #ffffff;
    height: 480px;
    border: solid 1px #edf0ff;
	  -webkit-animation: slide 20s linear infinite;
}
.explore_type29 .subhead{
	
    margin-top: 10%;

font-size: 34%;
    color: #414a6b;
    margin-bottom: 4%;
  
}
.explore_type29 p {
    font-size: 16%;
    color: #747a92;
}
.explore_type29 .panel-heading {
padding: 0;
    margin-top: -3px;
}
.explore_type29 .panel-group .panel {
    border-radius: 0px;
    border: 0;
    box-shadow: none;
    border-bottom: solid 1px #eff2f7;
}
.explore_type29 .accordion-toggle {
background-color: white;
    display: block;
    color: #85878e;
    padding: 4% 5%;

    font-size: 17px;
    background-image: url(../img/ticker_green.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding-left: 6%;
}
.explore_type29 .panel-body {
padding: 2% 5%;
    border-top-color: transparent!important;
    padding-top: 0;
    padding-left: 6%;
}
.accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: #d7dbde;
   margin-right: 0px;
}
.accordion-toggle.collapsed:after {
    content: "\e080";  
}

  .explore_type31 {
	  border-bottom:0;
  }
    .explore_type31 .module{
border: solid 1px #eaeeef;
    background-color: #fff;
	box-shadow: 0 24px 36px -11px rgba(0, 0, 0, .1);
  }
   .explore_type30 {
background-color: #ebf5fe;
    background-image: url(../img/brand-art.png);
    padding: 10% 0%;
    background-repeat: no-repeat;
	background-size: 43%;
 }
    .explore_type30 h2 {

    font-size: 43%;
    line-height: 57px;
    margin-bottom: 4%;
    color: #87a5ad;
    max-width: 70%;
 }
     .explore_type30 p {
font-size: 18%;
    color: #84848c;
	    max-width: 70%;
 }

 .explore_type33{
	 background-color: #ebf5fe;
 }
  .explore_type33 .item {
    padding-right: 5%;
    position: relative;
    padding-left: 25%;
}
 .explore_type33 .item .icon {
background-color: #ffffff;
    text-align: center;
    font-size: 30%;
    display: table;
    width: 70px;
    height: 70px;
    line-height: 70px;
    position: absolute;
    margin-bottom: 5%;
    color: #3090d5;
    border-radius: 0;
    left: 0;
    top: 0;
}
  .explore_type33 .item .icon .count{
position: absolute;
    left: 0px;
    top: -15px;
    background-color: #3090d5;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    border-radius: 100px;
    font-size: 54%;
}
.explore_type33.item h5 {

    font-size: 23%;
    color: #3090d5;
}
.explore_type32 {
	padding-top: 0;
}
.explore_type32 h2 {

    color: #3090d5;
    font-size: 23%;
    margin-bottom: 5%;	
}
.headtype-1{
    font-size: 47%;
    padding: 5% 0%;
    padding-left: 3%;
    color: #414a6b;

}
.explore_type34 {
	    border-top: solid 1px #f1f1f1;
}

.explore_type35 {
	padding:6% 0%;
}
.explore_type35 .title {
    font-size: 39px;
    text-align: center;
    margin-bottom: 5%;
}
.explore_type35 .item {}
.explore_type35 .item .icon {}
.explore_type35 .item .icon img{}
.explore_type35 .item .name{
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
}
.explore_type35 .item p{
	font-size: 15px;
    color: #666;
    padding-top: 10px;
}

.explore_type36 {
	    padding: 6% 0%;
}
.explore_type36 .item{
    padding: 40px;
    border-radius: 5px;
    box-shadow:0 10px 20px 0 rgb(0 0 0 / 7%);
    min-height: 344px;
    background-color: #fff;
}
.explore_type36 .item .icon{
    width: 60px;
    display: table;
}
.explore_type36 .item .info{
        font-size: 19px;
}
.explore_type36 .item img.scan{
    margin-bottom: 20px;
    border-radius: 5px;
}
.bg-light {
  background-color: #ebf5fe!important;
}
.bg-blue {
  background-color: #212e50!important;
}
.bg-yellow {
  background-color: #eeae18!important;
}
.bg-cream {
  background-color: #e6d6c9!important;
}
.bg-onyx {
  background-color: #393738!important;
}
.explore_type36 p {
    font-size: 22px;
    margin-bottom:25px;
}
.explore_type36 .stephead{}
.headtype5{
	font-size: 39px;
    text-align: center;
    margin-bottom:10px;
	color: #222e50;
}
.in-explore_type37 {
    background-color: #ebf5fe;
    padding: 5% 0%;
}
.in-explore_type37 p {
text-align: center;
    font-size: 34px;
    font-weight: 300;
    color: #ff362b;
}
.explore_type38{}
.hw-name{
	    color: #222e50;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}
.pricing{
background-color: #ebf5fe;
    padding: 6% 0px;

}
.pricing .package{
    text-align: center;
    background-color: #fff;
    padding-bottom: 30px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 5px;
    min-height: 638px;
}
.pricing .package .heads{
    font-size: 17%;
    padding: 50px 0px;
    margin-bottom: 25px;
    font-weight: 400;
    color: #222e50;
}
.pricing .package .heads span{
    display: block;
    font-weight: 500;
}
.pricing .package .heads span b{
    font-size: 40px;
}
.pricing .package p{
    font-size: 16%;
    padding: 5px 20px;
    color: #222e50;
}
.pricing .package .heads.head1{
	background-color:#fbe091;
}
.pricing .package .heads.head2{
		background-color:#cdefde;
}
.pricing .package .heads.head3{
		background-color:#9cdde1;
}
.pricing .package .heads.head4{
		background-color:#f8d5c2;
}
.inside_banner .explore.pricing-explore{
	    padding-top: 30%;
    padding-bottom: 15%;
}
.pricing .btn{
    background-color: #222e50;
    color: #ebf5fe;
    border-radius: 30px;
    font-size: 16px;
    padding: 13px 30px;
    font-weight: 500;
    margin-top: 10%;
}
.contactdata{
	    background-color: #ebf5fe;
		    padding: 6% 0%;
}
.contactdata form{
    background-color: #fff;
    padding: 40px 40px;
    border-radius: 5px;
    /*padding-bottom: 77px;*/
    -webkit-box-shadow: 0 30px 60px -12px rgba(50, 50, 93, .25), 0 18px 36px -18px rgba(0, 0, 0, .3), 0 -12px 36px -8px rgba(0, 0, 0, .025);
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.09), 0 18px 36px -18px rgba(0, 0, 0, 0), 0 -12px 36px -8px rgba(0, 0, 0, .025);
    display: table;
    position: relative;
}
.contactdata .title{
    font-size: 34%;
    margin-bottom: 30px;
    color: #222e50;
}
.contactdata label{
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    line-height: 0;
    margin-bottom: 15px;
    color: #717586;
}
.contactdata .form-control{
	    height: 44px;
    border-radius: 5px;
}
.contactdata .form-group {
    margin-bottom: 15px;
    margin: 0;
    line-height: 0px;
}
.contactdata .addressbar{
	    background-color: #222e50;
		padding:40px;
-webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.21);
-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.21);
box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.21);
	border-radius:5px;
}
.contactdata .addressbar .title{
	    color: white;
    font-size: 26px;
	
}
.contactdata .addressbar ul{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 30px;
}
.contactdata .addressbar ul li{
    font-size: 16px;
    color: #ccc;
    padding-left: 24px;
}
.contactdata .addressbar ul li a{
    color: #ccc;
}
.contactdata .addressbar ul li.head{
	       font-weight: 400;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 5px;
    color: #fff;
	    padding-left: 0;
}
.contactdata .btn{
    color: #ffffff;

		    background-color: #ff5248;
    border-radius: 100px;
    width: 70px;
    height: 70px;
    line-height: 53px;
    font-size: 28px;
    /*position: absolute;*/
    bottom: -34px;
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.21);
-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.21);
box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.21);
}
.contactdata .btn:hover{
    background-color: #ff362b;
}
.map{
	    background-color: #ebf5fe;
    padding-bottom: 40px;
    padding-top: 30px;
}
.map iframe{
border:solid 1px #ccc;
}
.contactbnr{
    background-image: url(../img/contactbg.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.inbanner{
	    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 100%;
    min-height: 500px;
}
.br-pro{
background-image: url(../img/brand-protect-banner.jpg);
}
.pg-build{
background-image: url(../img/web-page-build.jpg);
}
.d-soft{
	background-image: url(../img/dupico-software.jpg);
}
.s-ch {
	background-image: url(../img/supply-chain.jpg);
}
.cus-eng{
	background-image: url(../img/customer-eng.jpg);
}
.smrt-lbl{
	background-image: url(../img/banner/4.jpg);
}
.ind-bg{
	background-image: url(../img/industries-bg.jpg);
}
.sixbox p{
background-color: #222e50;
    color: #ebf5fe;
    font-weight: 400;
    font-size: 19px;
    font-family: 'Ubuntu', sans-serif;
    text-transform: capitalize;
    padding: 35px 0px;
    border-radius: 5px;
}
.y-d{
background-image: url(../img/whydupico.jpg);
}

.explore_type17 .in-explore_type1 .item .head .icon .fa {
    top: 25%;
}
/*custom screen media */

@media (max-width: 359px) {}


/* Define mobile styles */

@media (max-width: 767px) {
    .col-1by5 {
        width: 100%;
    }
}


/* tablet screens */

@media (min-width: 768px) and (max-width: 991px) {
    .col-1by5 {
        width: 50%;
    }
}


/* medium desktop screens */

@media (min-width: 992px) and (max-width: 1199px) {
    .col-1by5 {
        width: 20%;
    }
}


/* Large screens*/

@media (min-width: 1200px) {
    .col-1by5 {
        width: 20%;
    }
    .container {
        max-width: 1200px;
    }
}

@media screen and (min-width: 768px){
    .carousel-caption {
      right: 15%;
      left: 15%;
      padding-bottom: 30px;
    }
}
.text-white{
    color: #fff!important;
}

.carousel-inner {
  min-height: 600px;
}
.carousel-inner>.item {
  min-height: 600px;
}
.carousel-caption {
  bottom: -30px;
  text-align: left;
  text-shadow: none;
}
.carousel-caption h1 {
  color: #000;
  font-size: 40px;
  width: 60%;
  margin-bottom: 20px;
  font-weight: 500;
  margin-top: 0;
  line-height: 52px;
}
@media (max-width: 567px){
    .carousel-caption h1 {
      color: #000;
      font-size: 28px;
      width: 100%;
      margin-bottom: 20px;
      font-weight: 500;
      margin-top: 0;
      line-height: 30px;
    }
    .carousel-inner>.item {
      min-height: 650px;
    }
    .carousel-inner>.item>a>img, .carousel-inner>.item>img {
      display: none;
    }
    .carousel-caption {
      right: 20px;
      bottom: 30px;
      left: 20px;
      top: 1rem;
    }
}
.carousel-caption p {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 300;
  color: #000;
  font-family: 'Ubuntu', sans-serif;
}
.carousel-caption .btno {
  background-color: #f3656b;
  color: #fff;
  font-size: 17px;
  padding: 15px 30px;
  font-weight: 500;
  border-radius: 2px;
}

.dupico-label {
  background-color: #ebf5fe;
  padding: 5% 0;
  border-top: solid 1px #f3f3f3;
}
.dupico-label .item .row{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.dupico-label .item .row .col-md-6{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.dupico-label .item {
  -webkit-box-shadow: 0 30px 60px -12px rgba(50, 50, 93, .25), 0 18px 36px -18px rgba(0, 0, 0, .3), 0 -12px 36px -8px rgba(0, 0, 0, .025);
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.09), 0 18px 36px -18px rgba(0, 0, 0, 0), 0 -12px 36px -8px rgba(0, 0, 0, .025);
  background-color: #fff;
  padding: 50px;
}
.dupico-label .item h4 {
  font-size: 36%;
  color: #384656;
  margin-bottom: 25px;
  line-height: 46px;
  font-weight: 300;
}
.dupico-label .item p {
  font-size: 16%;
  margin-bottom: 25px;
  color: #797979;
}
.dupico-label .item .btno {
  background-color: #f3656b;
  color: #fff;
  font-size: 17px;
  padding: 15px 30px;
  font-weight: 500;
  border-radius: 2px;
}

.explore .item {
  transition: all 0.3s ease;
  width: auto;
  border: 0;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 20px;
  padding-left: 120px;
  background-color: #fff;
}
.explore .item .head {
  padding-bottom: 0;
  position: static;
  padding-left: 0;
  font-size: 20px;
  color: #222e50;
  font-weight: 500;
}
.explore .item .head .icon {
  top: 0;
  width: 85px;
  height: 100%;
  background-color: #67d6bc;
  left: 0;
  line-height: 0;
  border-radius: 0;
  display: grid;
  place-content: center;
  color: #ffffff;
  position: absolute;
  text-align: center;
  font-size: 40px;
}

.carousel-caption .bg-item {
  transition: all 0.3s ease;
  width: auto;
  border: 0;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  background-color: #00000020;
  border-radius: 5px;
  margin-bottom: 35px;
  margin-top: 40px;
}

.point .item {
  transition: all 0.3s ease;
  width: auto;
  border: 0;
  position: relative;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 5px;
}
.point svg {
  margin-right: 20px;
}
.point .item .head {
  padding-bottom: 0;
  padding-left: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.point .item .head img {
  width: 60px;
  margin-right: 20px;
}

.trillion .item {
  transition: all 0.3s ease;
  width: auto;
  border: 0;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 40px;
  background-color: #ffffff20;
  backdrop-filter: blur(15px);
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}
.trillion svg {
  margin-right: 20px;
}
.trillion .item .head {
  padding-bottom: 0;
  padding-left: 0;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.trillion .item .head img{
  width: 300px;
  height: auto;
}
.trillion .item .head .btno {
  background-color: #f3656b;
  color: #fff;
  font-size: 20px;
  margin-top: 5px;
  padding: 10px 15px;
  font-weight: 400;
  border-radius: 5px;
}

.img-fluid{
    width: 100%;
}

.cta {
  padding: 50px 0;
  background-color: #ebf5fe;
  background-image: url(../img/parallax.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

ul.ftsocial {
  padding: 0;
  margin: 0;
  list-style-type: none;
      display: flex;
    width: 100%;
}
ul.ftsocial li {
  text-align: center;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
      margin-bottom: 0;
}
ul.ftsocial li a {
  color: #ffffff;
  font-size: 18px;
  line-height: 43px;
}
@media screen and (max-width: 768px) {
    .box-btm{ margin-bottom: 15px; }
    .p_hilight1 {
    text-align: center;
    font-size: 20px;
    padding: 0;
    padding-top: 3%;
    max-width: 100%;
    margin: 0px auto;
    color: #384656;
}

.head_type_ {
    
    max-width: 90%;
    
}
.explore_type4 .item .head .icon {
    top: 0;
    width: 60px;
    height: 100%;
    background-color: #67d6bc;
    left: 0;
    line-height: 0;
    border-radius: 0;
    padding-top: 30%;
    font-size: 3rem;
}

.explore_type36 .item {
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 7%);
    /* min-height: 344px; */
    background-color: #fff;
}
/*.disnone{ display: none; }*/
.aproch .nav-pills {
    background-color: #ff5850;
    margin-top: 0%;
    padding: 3% 5%;
    margin-right: 31px;
}
.aproch .tab-pane {
    background-color: #ebf5fe;
    height: auto;
    padding: 12%;
}
.aproch {
    
    height: auto;
    
}
.inbanner {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 100%;
    min-height: auto; 
    margin-top: 30px;
}
.D_banner .explore-top {
    padding-top: 0% !important;
    padding-bottom: 0% !important;
}
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000!important;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: transparent!important;
}
@media(max-width: 767px){
    .mobmarb30{
        margin-bottom: 30px;
    }
    .short_offering .item {
        margin-bottom: 30px;
    }
    .in-explore_type1 {
        background-image: none;
    }
    .in-explore_type1 .item {
        width: 100%;
        padding-left: 60px;
    }
    .in-explore_type1 .item .head .icon {
        top: 0px;
        left: -15px;
    }
    .head_type_ {
        font-size: 30px!important;
    }
    .explore_type36 .item {
        margin-bottom: 30px;
    }
    .contactdata form {
        width: 100%;
        margin-bottom: 40px;
        padding: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px){

    .mobmarb30{
        margin-bottom: 30px;
    }
    .short_offering .item {
        margin-bottom: 30px;
    }
    .in-explore_type1 .item .head .icon {
        left: -50px;
    }
    .contactdata form {
        width: 100%;
        margin-bottom: 30px;
    }
    .explore_type36 p {
        margin-right: 30px;
    }
    .explore_type36 .item {
    margin-bottom: 30px;
}
}
@media(max-width: 991px){
    .hidemob{
        display: none;
    }
}
@media(min-width: 992px){
    .hidedesk{
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1140px){
    .in-explore_type1 .item .head .icon {
        left: -11%;
    }
}