.contain {
    max-width: 100%;
  }

.nav-menus-wrapper .topic {
    font-weight: 700;
    color: rgba(0, 0, 0, 0.651);
}

.nav-menus-wrapper .topic:hover {
    font-weight: 700;
    color: #f9a826;
}
.navigation {
    width: 100%;
    height: 70px;
    display: table;
    position: relative;
    font-family: inherit;
    background-color: #fff;
  }
  
  .navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
  }
  
  .navigation-portrait {
    height: 48px;
  }
  
  .navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19998;
  }
  
  .navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  .align-to-right {
    float: right;
  }
  
  .nav-header {
    float: left;
  }
  
  .navigation-hidden .nav-header {
    display: none;
  }
  
  .nav-brand {
    line-height: 70px;
    padding: 0;
    color: #343a40;
    font-size: 24px;
    text-decoration: none !important;
  }
  
  .nav-brand:hover,
  .nav-brand:focus {
    color: #343a40;
  }
  
  .navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px;
  }
  
  .nav-logo > img {
    height: 78px;
    margin: 11px auto;
    padding: 0 15px;
    float: left;
  }
  
  .nav-logo:focus > img {
    outline: initial;
  }
  
  .navigation-portrait .nav-logo > img {
    height: 48px;
    margin: 10px auto 6px 0px;
    padding: 0;
  }
  
  .nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    display: none;
    cursor: pointer;
  }
  
  .nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #343a40;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
  }
  
  .navigation-portrait .nav-toggle {
    display: block;
  }
  

  .navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }
  
  .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px;
  }
  
  .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
  }
  
  .navigation-portrait
    .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0;
  }
  
  .nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #343a40;
    font-size: 26px;
    cursor: pointer;
  }
  
  .navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
  }
  
  .nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
  }
  
  .navigation-portrait .nav-menu {
    width: 100%;
  }
  
  .navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center;
  }
  
  .navigation-landscape .nav-menu.nav-menu-centered > li {
    float: none;
  }
  
  .nav-menu > li {
    display: inline-block;
    float: left;
    text-align: left;
  }
  
  .navigation-portrait .nav-menu > li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0;
  }
  
  .navigation-portrait .nav-menu > li:last-child {
    border-bottom: solid 1px #f0f0f0;
  }
  
  .nav-menu + .nav-menu > li:first-child {
    border-top: none;
  }
  
  .nav-menu > li > a {
    height: 70px;
    padding: 26px 15px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #343a40;
    transition: color 0.3s, background 0.3s;
  }
  
  .navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px;
  }
  
  .nav-menu > li:hover > a,
  .nav-menu > li.active > a,
  .nav-menu > li.focus > a {
    color: #F9A826;
  }
  
  .nav-menu > li > a > i,
  .nav-menu > li > a > [class*="ion-"] {
    width: 18px;
    height: 16px;
    line-height: 16px;
    transform: scale(1.4);
  }
  
  .nav-menu > li > a > [class*="ion-"] {
    width: 16px;
    display: inline-block;
    transform: scale(1.8);
  }
  
  .navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
  }
  
  .nav-menu.nav-menu-social > li {
    text-align: center;
    float: none;
    border: none !important;
  }
  
  .navigation-portrait .nav-menu.nav-menu-social > li {
    width: auto;
  }
  
  .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
    font-size: 12px;
  }
  
  .nav-menu.nav-menu-social > li > a > .fa {
    font-size: 14px;
  }
  
  .navigation-portrait .nav-menu.nav-menu-social > li > a {
    padding: 15px;
  }
  
  .submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    transition: all 0.2s;
  }
  
  .navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000;
  }
  
  .submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #70798b #70798b transparent;
    transform: rotate(45deg);
    transition: border 0.2s;
  }
  
  .navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px;
  }
  
  .nav-menu > li:hover > a .submenu-indicator-chevron,
  .nav-menu > .active > a .submenu-indicator-chevron,
  .nav-menu > .focus > a .submenu-indicator-chevron {
    border-color: transparent #967adc #967adc transparent;
  }
  
  .navigation-portrait .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
  }
  
  .nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
  }
  
  .no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .nav-search {
    height: 70px;
    float: right;
    z-index: 19998;
  }
  
  .navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px;
    margin-top: 8px;
  }
  
  .navigation-hidden .nav-search {
    display: none;
  }
  
  .nav-search-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    /* background-color: #fbfcfd; */
  }
  
  .navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px;
  }
  
  .nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #343a40;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    transform: rotate(-45deg);
  }
  
  .nav-search-icon:after,
  .nav-search-icon:before {
    content: "";
    pointer-events: none;
  }
  
  .nav-search-icon:before {
    width: 2px;
    height: 11px;
    top: 11px;
    position: absolute;
    left: 50%;
    border-radius: 0 0 1px 1px;
    box-shadow: inset 0 0 0 32px;
    transform: translateX(-50%);
  }
  
  .nav-search-button:hover .nav-search-icon {
    color: #ff6b00;
  }
  
  .nav-search > form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
  }
  
  .nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table;
  }
  
  .navigation-portrait .nav-search-inner {
    height: 48px;
  }
  
  .nav-search-inner input[type="text"],
  .nav-search-inner input[type="search"] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #343a40;
    outline: none;
    line-height: 70px;
    border: none;
    background-color: transparent;
    transition: all 0.3s;
  }
  
  .navigation-portrait .nav-search-inner input[type="text"],
  .navigation-portrait .nav-search-inner input[type="search"] {
    height: 48px;
    font-size: 18px;
    line-height: 48px;
  }
  
  .nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #343a40;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
  }
  
  .navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px;
  }
  
  .nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
  }
  
  .nav-button:hover,
  .nav-button:focus {
    color: #fff;
    text-decoration: none;
  }
  
  .navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px;
  }
  
  .nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #343a40;
    font-size: 14px;
  }
  
  .navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0;
  }
  
  .navigation-portrait .nav-text + ul {
    margin-top: 15px;
  }
  
  .nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
  }
  
  .navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
  }
  
  .nav-dropdown .nav-dropdown {
    left: 100%;
  }
  
  .nav-menu > li > .nav-dropdown {
    border-top: solid 1px #f0f0f0;
  }
  
  .nav-dropdown > li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
  }
  
  .nav-dropdown > li > a {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-size: 13px;
    color: #343a40;
    background-color: #fdfdfd;
  }
  
  .nav-dropdown > li:hover > a,
  .nav-dropdown > li.focus > a {
    color: #ff6b00;
  }
  
  .nav-dropdown.nav-dropdown-left {
    right: 0;
  }
  
  .nav-dropdown > li > .nav-dropdown-left {
    left: auto;
    right: 100%;
  }
  
  .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
    text-align: right;
  }
  
  .navigation-portrait .nav-dropdown > li > a {
    padding: 12px 20px 12px 30px;
  }
  
  .navigation-portrait .nav-dropdown > li > ul > li > a {
    padding-left: 50px;
  }
  
  .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
    padding-left: 70px;
  }
  
  .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
    padding-left: 90px;
  }
  
  .navigation-portrait
    .nav-dropdown
    > li
    > ul
    > li
    > ul
    > li
    > ul
    > li
    > ul
    > li
    > a {
    padding-left: 110px;
  }
  
  .nav-dropdown .submenu-indicator {
    right: 15px;
    top: 10px;
    position: absolute;
  }
  
  .navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0;
  }
  
  .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(-45deg);
  }
  
  .navigation-portrait
    .nav-dropdown
    .submenu-indicator
    .submenu-indicator-chevron {
    transform: rotate(45deg);
  }
  
  .nav-dropdown > li:hover > a .submenu-indicator-chevron,
  .nav-dropdown > .focus > a .submenu-indicator-chevron {
    border-color: transparent #ff6b00 #ff6b00 transparent;
  }
  
  .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px;
  }
  
  .navigation-landscape
    .nav-dropdown.nav-dropdown-left
    .submenu-indicator
    .submenu-indicator-chevron {
    transform: rotate(135deg);
  }
  .nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0;
  }
  
  .nav-dropdown-horizontal .nav-dropdown-horizontal {
    width: 100%;
    top: 100%;
    left: 0;
  }
  
  .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none;
  }
  
  .nav-dropdown-horizontal > li {
    width: auto;
    clear: none;
    position: static;
  }
  
  .navigation-portrait .nav-dropdown-horizontal > li {
    width: 100%;
  }
  
  .nav-dropdown-horizontal > li > a {
    position: relative;
  }
  
  .nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    transform: rotate(90deg);
  }
  
  .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  .navigation-portrait
    .nav-dropdown-horizontal
    .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
  }
  
  .megamenu-panel {
    width: 100%;
    padding: 15px;
    display: none;
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    border-top: solid 1px #f0f0f0;
    background-color: #fdfdfd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
  }
  
  .navigation-portrait .megamenu-panel {
    padding: 25px;
    position: static;
    display: block;
  }
  
  .megamenu-panel [class*="container"] {
    width: 100%;
  }
  
  .megamenu-panel [class*="container"] [class*="col-"] {
    padding: 0;
  }
  
  .megamenu-panel-half {
    width: 50%;
  }
  
  .megamenu-panel-quarter {
    width: 25%;
  }
  
  .navigation-portrait .megamenu-panel-half,
  .navigation-portrait .megamenu-panel-quarter {
    width: 100%;
  }
  
  .megamenu-panel-row {
    width: 100%;
  }
  
  .megamenu-panel-row:before,
  .megamenu-panel-row:after {
    content: "";
    display: table;
    line-height: 0;
  }
  
  .megamenu-panel-row:after {
    clear: both;
  }
  
  .megamenu-panel-row [class*="col-"] {
    display: block;
    min-height: 20px;
    float: left;
    margin-left: 3%;
  }
  
  .megamenu-panel-row [class*="col-"]:first-child {
    margin-left: 0;
  }
  
  .navigation-portrait .megamenu-panel-row [class*="col-"] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px;
  }
  
  .navigation-portrait
    .megamenu-panel-row:first-child
    [class*="col-"]:first-child {
    margin-top: 0;
  }
  
  .megamenu-panel-row .col-1 {
    width: 5.583333333333%;
  }
  
  .megamenu-panel-row .col-2 {
    width: 14.166666666666%;
  }
  
  .megamenu-panel-row .col-3 {
    width: 22.75%;
  }
  
  .megamenu-panel-row .col-4 {
    width: 31.333333333333%;
  }
  
  .megamenu-panel-row .col-5 {
    width: 39.916666666667%;
  }
  
  .megamenu-panel-row .col-6 {
    width: 48.5%;
  }
  
  .megamenu-panel-row .col-7 {
    width: 57.083333333333%;
  }
  
  .megamenu-panel-row .col-8 {
    width: 65.666666666667%;
  }
  
  .megamenu-panel-row .col-9 {
    width: 74.25%;
  }
  
  .megamenu-panel-row .col-10 {
    width: 82.833333333334%;
  }
  
  .megamenu-panel-row .col-11 {
    width: 91.416666666667%;
  }
  
  .megamenu-panel-row .col-12 {
    width: 100%;
  }
  
  .megamenu-tabs {
    width: 100%;
    float: left;
    display: block;
  }
  
  .megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
  }
  
  .navigation-portrait .megamenu-tabs-nav {
    width: 100%;
  }
  
  .megamenu-tabs-nav > li > a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #343a40;
    border: solid 1px #eff0f2;
    outline: 0;
    background-color: #fff;
  }
  
  .megamenu-tabs-nav > li.active a,
  .megamenu-tabs-nav > li:hover a {
    background-color: #f5f5f5;
  }
  
  .megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    color: #343a40;
    border: solid 1px #eff0f2;
    background-color: #fff;
  }
  
  .megamenu-tabs-pane.active {
    display: block;
  }
  
  .navigation-portrait .megamenu-tabs-pane {
    width: 100%;
  }
  
  .megamenu-lists {
    width: 100%;
    display: table;
  }
  
  .megamenu-list {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    display: inline-block;
    float: left;
    list-style: none;
  }
  
  .megamenu-list:last-child {
    margin: 0;
    border: none;
  }
  
  .navigation-landscape .megamenu-list {
    margin: -15px 0;
    padding: 20px 0;
    border-right: solid 1px #f0f0f0;
  }
  
  .navigation-landscape .megamenu-list:last-child {
    border: none;
  }
  
  .megamenu-list > li > a {
    width: 100%;
    padding: 10px 15px;
    display: inline-block;
    color: #343a40;
    text-decoration: none;
    font-size: 13px;
  }
  
  .megamenu-list > li > a:hover {
    background-color: #ff6b00;
    color: #fff;
  }
  
  .megamenu-list > li.megamenu-list-title > a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #343a40;
  }
  
  .megamenu-list > li.megamenu-list-title > a:hover {
    background-color: transparent;
  }
  
  .navigation-landscape .list-col-2 {
    width: 50%;
  }
  
  .navigation-landscape .list-col-3 {
    width: 33%;
  }
  
  .navigation-landscape .list-col-4 {
    width: 25%;
  }
  
  .navigation-landscape .list-col-5 {
    width: 20%;
  }
  
  .nav-menu > li > a {
    color: #343a40;
    text-transform: uppercase;
  }
  
  .nav-dropdown > li > a {
    color: #343a40;
    padding: 10px 20px;
    border-bottom: 1px solid #f6f6f6;
  }
  
  .nav-dropdown > li > a:hover,
  .nav-dropdown > li > a:focus {
    color: #ff6b00;
  }
  
  .main_header_area.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #29c3cb;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  }
  
  .transparent-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
  }
  
  .navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 30px;
  }
  
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .nav-dropdown > li > a,
    .megamenu-list > li > a {
      width: 65%;
    }
  }


  /* ***************   snow effect  **************** */
  /* .our-service-sass .inner-wrapper:after{content:url(../images/shape/shape-14.svg);position:absolute;bottom:-165px;right:-165px;z-index:-1} */

.our-service-sass .service-block{background:rgb(255, 255, 255);border:1px solid #eff7ff;border-radius:5px;overflow:hidden;position:relative;z-index:5;padding:180px 30px 25px 40px;
      -webkit-box-shadow: 0px 2px 10px 0px rgba(12, 0, 46, 0.06);
    box-shadow: 0px 2px 10px 0px rgba(12, 0, 46, 0.06);
    border: 1px solid #e6e4e4;
  margin-top:45px}

.our-service-sass .service-block:before{content:'';width:273px;height:273px;   border-radius:50%;position:absolute;top:-148px;left:-83px;transform:scale(0)}

.our-service-sass .service-block:hover:before{transform:scale(0);transition:all .5s linear;transition-delay:.1s}

.our-service-sass .service-block:hover{border-color:transparent; color: #fff;}.our-service-sass .service-block .icon-s{position:absolute;font-size:65px;left:40px;top:52px}

.our-service-sass .single-block:nth-child(1) .service-block .icon-s{color:#f9a826}

.our-service-sass .single-block:nth-child(2) .service-block .icon-s{color:#f9e426}

.our-service-sass .single-block:nth-child(3) .service-block .icon-s{color:#ff4ca5}

.our-service-sass .service-block .title {font-weight: 700;}

.our-service-sass .service-block .title a{font-size:22px;line-height:32px;color:#fff;margin-bottom:30px}

.our-service-sass .service-block p{color:#737f92;padding-bottom:20px}

.our-service-sass .service-block .detail-button{font-size:40px;color:#cad5e5}

.our-service-sass .service-block .hover-content{position:absolute;top:0;left:0;right:0;bottom:0;    background:#F9A826;z-index:-3;opacity:0;transition:all .3s linear}

.our-service-sass .service-block:hover .hover-content{opacity:1}

.our-service-sass .service-block .hover-content:before{content:'';width:493px;height:493px;background: #F9A826;border-radius:50%;position:absolute;top:-250px;left:-180px;z-index:1;transform:translate(-50% ,-50%);opacity:0}

.our-service-sass .service-block:hover .hover-content:before{opacity:1;transform:translate(0 ,0);transition:all .9s linear}

.our-service-sass .service-block .hover-content:after{content:'';width:602px;height:602px;    background:#F9A826;border-radius:50%;position:absolute;top:-196px;left:-180px;z-index:-1;transform:translate(-50% ,-50%);opacity:0}

.our-service-sass .service-block:hover .hover-content:after{opacity:1;transform:translate(0 ,0);transition:all 1.3s linear}

.our-service-sass .service-block .snow-dot{position:absolute;width:15px;height:15px;border-radius:50%;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  background:rgba(255,255,255,.5);z-index:-1

}



@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


.our-service-sass .service-block .snow-dot:nth-child(1){top:25px;left:41%;z-index:1;animation:scale-upOne 1s alternate infinite ease-in}

.our-service-sass .service-block .snow-dot:nth-child(2){top:25px;left:78%;animation:scale-upOne 1.1s alternate infinite ease-in}

.our-service-sass .service-block .snow-dot:nth-child(3){top:75px;left:61%;animation:scale-upOne .8s alternate infinite ease-in}

.our-service-sass .service-block .snow-dot:nth-child(4){top:136px;left:84%;animation:scale-upOne 1s alternate infinite ease-in}

.our-service-sass .service-block .snow-dot:nth-child(5){bottom:35px;right:12%;animation:scale-upOne 1.2s alternate infinite ease-in}

.our-service-sass .service-block .snow-dot:nth-child(6){bottom:80px;right:31%;animation:scale-upOne .9s alternate infinite ease-in}

.our-service-sass .service-block .snow-dot:nth-child(7){bottom:40px;right:51%;animation:scale-upOne 1s alternate infinite ease-in}

.our-service-sass .service-block:hover .detail-button,.our-service-sass .service-block:hover .icon-s,.our-service-sass .service-block:hover .title a,.our-service-sass .service-block:hover p{color:#fff!important}

.theme-more-feature.our-service-sass .inner-wrapper:after,.theme-more-feature.our-service-sass .inner-wrapper:before,.theme-more-feature.our-service-sass:after,.theme-more-feature.our-service-sass:before{display:none}

.our-service-sass.theme-more-feature{background:0 0;padding:165px 0 180px}

.our-service-app{position:relative;padding:260px 0 200px;border-bottom:1px solid #ededed}

.our-service-app .main-content{max-width:1450px;padding:0 15px;margin:90px auto 0}

.our-service-app .main-content .inner-wrapper{text-align:center;position:relative;margin-top:50px}

.our-service-app .main-content .inner-wrapper .title a{font-size:24px;color:#4e4e4e;margin:45px 0 30px}

.our-service-app .main-content .inner-wrapper:hover .title a{color:#614ef9}

.our-service-app .main-content .inner-wrapper p{line-height:30px;padding:0 50px;color:#8c929d}

.our-service-app .main-content .inner-wrapper .illustration-box{display:inline-block;position:relative;min-height:230px}

.our-service-app .main-content .single-block:nth-child(1) .illustration-box .bg-shape,.our-service-app .main-content .single-block:nth-child(3) .illustration-box .bg-shape{animation:rotated 35s infinite linear}

.our-service-app .main-content .single-block:nth-child(1) .illustration-box .block-shape-one{position:absolute;top:42px;left:-16px}

.our-service-app .main-content .single-block:nth-child(1) .illustration-box .block-shape-two{position:absolute;top:42px;right:0}

.our-service-app .main-content .single-block:nth-child(1) .illustration-box .block-shape-three{position:absolute;bottom:24px;right:0}.our-service-app .main-content .single-block:nth-child(1) .illustration-box [class*=block-shape]{transform:scale(1.5)}

.our-service-app .main-content .single-block .illustration-box [class*=block-shape]{opacity:0;transition:all 1.5s ease-in-out}.our-service-app .main-content .single-block:nth-child(2) .illustration-box .block-shape-one{position:absolute;top:120px;left:26px;transform:scale(1.5)}

.our-service-app .main-content .single-block:nth-child(2) .illustration-box .block-shape-two{position:absolute;top:0;left:120px;transform:scale(1.5)}

.our-service-app .main-content .single-block:nth-child(2) .illustration-box .block-shape-three{position:absolute;top:66px;right:6px;transform:scale(1.5)}

.our-service-app .main-content .single-block:nth-child(2) .illustration-box .block-shape-four{position:absolute;top:52px;right:63px;transform:translateY(30px)}

.our-service-app .main-content.show-pr .single-block:nth-child(2) .illustration-box [class*=block-shape]{opacity:1;transform:scale(1)}

.our-service-app .main-content.show-pr .single-block:nth-child(2) .illustration-box .block-shape-four{transform:translateY(0)}.our-service-app .main-content .single-block:nth-child(3) .illustration-box .block-shape-one{position:absolute;top:7px;left:45px;transform:scale(1.5)}

.our-service-app .main-content.show-pr .single-block:nth-child(1) .illustration-box [class*=block-shape],.our-service-app .main-content.show-pr .single-block:nth-child(2) .illustration-box [class*=block-shape],.our-service-app .main-content.show-pr .single-block:nth-child(3) .illustration-box [class*=block-shape]{opacity:1;transform:scale(1)}


.our-service-app .main-content .single-block:nth-child(2) .illustration-box:after,.our-service-app .main-content .single-block:nth-child(2) .illustration-box:before{content:'';position:absolute;width:145px;height:1px;border-top:1px dashed #e6e6e6;top:45%}

.our-service-app .main-content .single-block:nth-child(2) .illustration-box:before{right:-150px}

.our-service-app .main-content .single-block:nth-child(2) .illustration-box:after{left:-150px}

.our-service-app .main-content .more-button{display:block;width:230px;line-height:51px;border-radius:30px;background:#614ef9;border:2px solid #614ef9;font-size:14px;color:#fff;text-transform:uppercase;margin:100px auto 0;text-align:center}

.our-service-app .main-content .more-button:hover{background:#fff;color:#614ef9}

.our-service-app .main-content .down-arrow{display:block;width:60px;height:60px;box-shadow:0 15px 20px 0 rgba(209,218,235,.35);background:#fff;border-radius:50%;margin:0 0 0 -30px;line-height:60px;text-align:center;color:#7494b5;font-size:20px;position:absolute;bottom:-30px;left:50%;z-index:1}

.our-service-app .main-content .down-arrow span{display:block;transform:rotate(-90deg)}

.our-service-app .main-content .down-arrow:hover{color:#fff;background:#614ef9}

/****************animation*************/


@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


.bg-shape{
  -webkit-animation: rotate-center 5s linear infinite both;
	        animation: rotate-center 5s linear infinite both;
  cursor:pointer;
}


@-webkit-keyframes scale-upOne{
  0%{-webkit-transform:scale(1);transform:scale(1)}
  100%{-webkit-transform:scale(.2);transform:scale(.2)}}

@keyframes scale-upOne{
  0%
  {-webkit-transform:scale(1);transform:scale(1)}
  100%
  {-webkit-transform:scale(.2);transform:scale(.2)}
}


/* ********************    Card 1    ********************* */
.card-1 {
    background: #fff;
    border-radius: 25px;
    display: inline-block;
    height: 300px;
    position: relative;
    width: 100%;
    /* border: 2px solid rgba(63, 63, 63, 0.767) ; */
  }
  .card-1 {
    border: 2px solid rgba(100, 99, 99, 0.13);
    border-radius: 25px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    /* transition: all 0.3s cubic-bezier(.25,.8,.25,1); */
  }
  
  .card-1:hover {
    /* transform: scale(1.1); #25e5eb*/
    border: 2px solid #38d8dd;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    /* box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); */
  }

  /* *****************   single_service  **************  */

  section {
    padding: 60px 0;
    min-height: 100vh;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a,
a:active,
a:focus {
    color: #6f6f6f;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
max-width: 100%;
height: auto;
}
.section_title {
margin-bottom: 40px;
}

.section_title h2 {
color: #333333;
font-size: 25px;
font-weight: 700;
letter-spacing: 1.8px;
text-transform: uppercase;
}

.brand_border .fa.fa-minus {
color: #fff;
font-size: 8px;
height: 2px;
background: #F9A826 none repeat scroll 0 0;
/* background: #F8C01B none repeat scroll 0 0; */
width: 100px;
}
.brand_border .fas.fa-handshake {
font-size: 14px;
color:#000000;
}


.section_title p {
color: #333333;
font-size: 14px;
line-height: 25px;
padding: 14px 0;
}

.choose_us .section_title {
margin-top: 45px;
}
#service .single_service {
padding: 32px;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
margin-bottom: 50px;
/* border: 1px solid #29c3cb; */
height: 204px;
}

#service .single_service:hover{
box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.4);
}

#service .icon {
/* border: 1px solid #666; */
border-radius: 5%;
color: #F9A826;
/* color: #ff845f; */
font-size: 35px;
line-height: 65px;
overflow: hidden;
text-align: center;
text-decoration: none;
width: 70px;
}

#service .single_service .single_service-left {
padding-right: 25px;
}

.single_service-heading {
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
color: #000;
}

.single_service-body p {
font-size: 13px;
line-height: 25px;
}

.single_service-left {
display: table-cell;
vertical-align: top;
}
.single_service-body {
color: #333333;
display: table-cell;
vertical-align: top;
}
.hvr-curl-top-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
#service .single_service:hover {
background: #f9a82679 none repeat scroll 0 0;  
/* background: #F8C01B none repeat scroll 0 0; */
}

/* *********************     *********************** */

.icon-img
{
float: left;
width: 100px;
height: 200px;
position: absolute;
top: 50px;
text-align: center;
}

.our-service-sass {
  
  /* background: url(../img/region_map.png) no-repeat center bottom; */
  background-size: 100%;
  background-position: center;
  position: relative;
  /* padding: 15px 0 115px; */
  background-color: #f9f9f9;
}

.theme-title-one .icon-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% ,-50%);
}

.our-service-sass .service-block .title a {
  font-size: 22px;
  line-height: 32px;
  color: #253d5f;
  margin-bottom: 30px;
}

.theme-title-one .icon-box {
  display: inline-block;
  margin-bottom: 25px;
  position: relative;
}



[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: inherit;
  font-style: normal;
  color: inherit;
}


/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .img {
  border-radius: 8px;
  overflow: hidden;
}
.services .img img {
  transition: 0.6s;
}
.services .details {
  padding: 50px 30px;
  margin: -100px 30px 0 30px;
  transition: all ease-in-out 0.3s;
  background: #ffffff;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
}
.services .details .icon {
  margin: 0;
  /* width: 72px;
  height: 72px; */
  max-width: 25%;
  max-height: 25%;
  background: #ffdda6;
  /* border-radius: 20px; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -36px;
  left: calc(40% - 36px);
  border: 6px solid #ffffff;
}
.services .details h3 {
  color: #1a1f24;
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: ease-in-out 0.3s;
}
.services .details p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .service-item:hover .details h3 {
  /* color: #3279fc; */
  color: #F9A826;
}
.services .service-item:hover .details .icon {
  background: #ffffff;
  border: 2px solid #F9A826;
}
.services .service-item:hover .details .icon i {
  color: #F9A826;
}
.services .service-item:hover .img img {
  transform: scale(1.2);
}

/*--------------------------------------------------------------
# API Services
--------------------------------------------------------------*/
.apiservices .service-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  height: 100%;
  padding: 60px 30px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
}

.apiservices .service-box .icon {
  font-size: 36px;
  padding: 40px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}

.apiservices .service-box h3 {
  color: #444444;
  font-weight: 700;
}

.apiservices .service-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
}

.apiservices .service-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}

.apiservices .service-box.blue {
  border-bottom: 3px solid #2db6fa;
}

.apiservices .service-box.blue .icon {
  color: #2db6fa;
  background: #dbf3fe;
}

.apiservices .service-box.blue .read-more {
  color: #2db6fa;
}

.apiservices .service-box.blue:hover {
  background: #2db6fa;
}

.apiservices .service-box.orange {
  border-bottom: 3px solid #f68c09;
}

.apiservices .service-box.orange .icon {
  color: #f68c09;
  background: #fde3c4;
}

.apiservices .service-box.orange .read-more {
  color: #f68c09;
}

.apiservices .service-box.orange:hover {
  background: #f68c09;
}

.apiservices .service-box.green {
  border-bottom: 3px solid #08da4e;
}

.apiservices .service-box.green .icon {
  color: #08da4e;
  background: #cffddf;
}

.apiservices .service-box.green .read-more {
  color: #08da4e;
}

.apiservices .service-box.green:hover {
  background: #08da4e;
}

.apiservices .service-box.red {
  border-bottom: 3px solid #e9222c;
}

.apiservices .service-box.red .icon {
  color: #e9222c;
  background: #fef7f8;
}

.apiservices .service-box.red .read-more {
  color: #e9222c;
}

.apiservices .service-box.red:hover {
  background: #e9222c;
}

.apiservices .service-box.purple {
  border-bottom: 3px solid #b50edf;
}

.apiservices .service-box.purple .icon {
  color: #b50edf;
  background: #f8e4fd;
}

.apiservices .service-box.purple .read-more {
  color: #b50edf;
}

.apiservices .service-box.purple:hover {
  background: #b50edf;
}

.apiservices .service-box.pink {
  border-bottom: 3px solid #f51f9c;
}

.apiservices .service-box.pink .icon { 
  color: #f51f9c;
  background: #feecf7;
}

.apiservices .service-box.pink .read-more {
  color: #f51f9c;
}

.apiservices .service-box.pink:hover {
  background: #f51f9c;
}

.apiservices .service-box:hover h3,
.apiservices .service-box:hover p,
.apiservices .service-box:hover .read-more {
  color: #fff;
}

.apiservices .service-box:hover .icon {
  background: #fff;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  font-family: "Nunito", sans-serif;
  /* background: url(../img/hero-bg.png) top center no-repeat; */
  /* background-size: cover; */
}
.hero .capsule {
  margin-top: 10px;
  padding: 10px;
  background: #f5f5f5;
  color:rgba(0, 0, 0, 0.6);
  border-radius: 25px;
}

.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #000000;
}

.hero h2 {
  color: #7a7a7a;
  margin: 15px 0 0 0;
  font-size: 26px;
}

.hero .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #F9A826;
  box-shadow: 0px 5px 30px rgba(241, 179, 65, 0.4);
}

.hero .btn-get-started span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero .btn-get-started:hover i {
  transform: translateX(10px);
}

.hero .hero-img {
  text-align: right;
  
  /* width: 40%; */
}

@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
  .hero .hero-img img {
    width: 80%;
  }
}

@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 120px 0 60px 0;
  }

  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }

  .hero .hero-img img {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .hero .hero-img img {
    width: 80%;
  }
}



/* Media Query Mega Menu */
@media only screen and (min-width:320px) and (max-width:767px){
 
  .container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}}
  @media (min-width:576px){
  .container{width: fit-content;}}
  /* .container{max-width:540px}} */
  @media (min-width:768px){
  /* .container{max-width:720px}} */
  .container{width: auto;}}
  @media (min-width:992px){
  .container{max-width:960px}}
  @media (min-width:1200px){
  .container{max-width:1140px}}


.claimFullfillment img {
  width: 80%;
  height: 80%;
}  
 
.claimFullfillment  .claim .btn-get-started {
    /* margin-top: 30px; */
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #F9A826;
    box-shadow: 0px 5px 30px rgba(241, 179, 65, 0.4);
  }
  
.claimFullfillment  .claim .btn-get-started span {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
  }
  
.claimFullfillment  .claim .btn-get-started i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
  }
  
.claimFullfillment .claim .btn-get-started:hover i {
    transform: translateX(10px);
  }
  
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: rgba(100, 83, 72, 0.05);
  min-height: 40px;
  /* margin-top: 76px; */
}
.breadcrumbs a {
  color: #f9a826;
}
.breadcrumbs a:hover {
  color: rgb(249, 168, 38, 0.8);
}
.breadcrumbs h1 {
  font-size: 30px;
  font-weight: 300;
  margin: 0;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #8f9fae;
  content: "/";
}
@media (max-width: 992px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}