@charset "UTF-8";

/*=========
Font load
===========*/
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&amp;family=Montserrat:wght@100;400;500;600;700&amp;family=Nunito:wght@200;300;400;600;700&amp;family=Playfair+Display:wght@400;500;600;700&amp;family=Roboto:wght@100;300;400;500;700&amp;display=swap");


@font-face {
    font-family: 'oxygenbold';
    src: url('../assets/fonts/oxygen-bold-webfont.woff2') format('woff2'),
         url('../assets/fonts/oxygen-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oxygenlight';
    src: url('../assets/fonts/oxygen-light-webfont.woff2') format('woff2'),
         url('../assets/fonts/oxygen-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oxygenregular';
    src: url('../assets/fonts/oxygen-regular-webfont.woff2') format('woff2'),
         url('../assets/fonts/oxygen-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.s-it {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.625;
  color: #535353;
  font-family: 'Oxygen', sans-serif;;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.s-it::selection {
  color: #ffffff;
  background-color: #ff5b2e;
}

.s-it::-moz-selection {
  color: #ffffff;
  background-color: #ff5b2e;
}

.container {
  max-width: 1200px;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  display: block;
  list-style: none;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/pre.svg") no-repeat center center;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.s-it a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
.s-it a:hover, .s-it a:focus {
  text-decoration: none;
}

.s-it img {
  max-width: 100%;
  height: auto;
}

section {
  overflow: hidden;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  box-shadow: none;
}

.relative-position {
  position: relative;
}

.pera-content p {
  margin-bottom: 0;
}

.no-paading {
  padding: 0;
}

.s-it .headline-1 h1,
.s-it .headline-1 h2,
.s-it .headline-1 h3,
.s-it .headline-1 h4,
.s-it .headline-1 h5,
.s-it .headline-1 h6 {
  margin: 0;
  font-family: 'Oxygen', sans-serif;;
}

.s-it .headline-2 h1,
.s-it .headline-2 h2,
.s-it .headline-2 h3,
.s-it .headline-2 h4,
.s-it .headline-2 h5,
.s-it .headline-2 h6 {
  margin: 0;
  font-family: 'Oxygen', sans-serif;;
}

.s-it .headline-3 h1,
.s-it .headline-3 h2,
.s-it .headline-3 h3,
.s-it .headline-3 h4,
.s-it .headline-3 h5,
.s-it .headline-3 h6 {
  margin: 0;
  font-family: 'Oxygen', sans-serif;;
}

.block-display {
  width: 100%;
  display: block;
}

.background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

#cursor .it-cursor {
  position: fixed;
  top: inherit;
  left: inherit;
  z-index: 99;
  pointer-events: none;
}

#cursor .cursor_outer {
  width: 30px;
  height: 30px;
  border: 1px solid #5b1d67;
  border-radius: 30px;
  margin-top: -17px;
  margin-left: -16px;
  transition: all 50ms linear 0ms;
}

#cursor .cursor_inner {
  width: 6px;
  height: 6px;
  background-color: #92d3d7;
  border-radius: 6px;
  margin-top: -5px;
  margin-left: -4px;
}

.s-it .scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  border-radius: 10px;
  line-height: 55px;
  background: #003463;
}
.s-it .scrollup i {
  color: #fff;
  font-size: 20px;
}

.it-up-section-title h2,
.it-up-section-title-2 h2 {
  color: #000000;
  font-size: 35px;
  font-weight: 700;
}
.it-up-section-title p,
.it-up-section-title-2 p {
  font-size: 18px;
}

@keyframes IT_animation_1 {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-40px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes IT_animation_2 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-40px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes IT_animation_3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes IT_animation_4 {
  0% {
    transform: translate(-300px, 151px) rotate(0);
  }
  100% {
    transform: translate(251px, -200px) rotate(180deg);
  }
}
@keyframes IT_animation_5 {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(111px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(93px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-70px, 72px) rotate(124deg);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}

.it-up-footer-widget .it-up-footer-logo-widget .footer-logo-btn:hover, .it-up-form-wrap button:hover, .it-up-service-tab-text .it-up-ser-btn:hover, .it-up-ft-btn a:hover, .it-up-about-btn a:hover {
  background-position: 200%;
}

/*---------------------------------------------------- */
/*(1)- Header area*/
/*----------------------------------------------------*/
.site-header.header_trans-fixed {padding: 14px 0px;}
.site-logo a.logo img.main-logo {width: 110px;}
.close-menu {display: none;}
@media (max-width: 991px) {
    .toggle-menu {
        position: absolute;
        left: 0;
        width: 26px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        height: 24px;
    }
    .toggle-menu .bar {
        width: 18px;
        height: 2px;
        display: block;
        float: left;
        margin: 3px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background: #000;
    }
    .toggle-menu .bar:nth-child(2) {
        width: 24px;
    }
    .site-header .header-inner {
        text-align: center;
        padding: 15px 0;
    }
    .site-header .header-inner .site-nav .nav-right {
        margin-left: 20px;
    }
    .site-header .header-inner .site-nav .nav-right .nav-btn {
        padding: 8px 22px;
    }
    .site-header .site-mobile-logo {
        display: block !important;
    }
    .site-header .site-main-menu li {
        margin: 0 15px;
    }
    .site-header .site-logo {
        display: none;
    }
    .site-header.header-two.toggle-light .toggle-menu .bar {
        background: #fff;
    }
    .site-header.header-five .toggle-menu .bar,
    .site-header.header-six .toggle-menu .bar {
        background: #333;
    }
    .site-header .site-nav {
        position: fixed;
        width: 320px !important;
        height: 100vh;
        background: #fff;
        top: 0;
        left: -100%;
        display: block !important;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        overflow: scroll;
        -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    }
    .site-header .site-nav .site-main-menu {
        display: block;
        width: 100%;
        padding-bottom: 50px;
        text-align: left;
    }
    .site-header .site-nav .site-main-menu li {
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #f1f2f3;
    }
    .site-header .site-nav .site-main-menu li:first-child {
        border-top: 1px solid #f1f2f3;
    }
    .site-header .site-nav .site-main-menu li a {
        display: block;
        color: #888;
        padding: 6px 35px;
        font-weight: 400;
    }
    .site-header .site-nav .site-main-menu li a:after {
        display: none;
    }
    .site-header .site-nav .site-main-menu li.menu-item-has-children {
        position: relative;
    }
    .site-header .site-nav .site-main-menu li.menu-item-has-children:after {
        display: none;
    }
    .site-header .site-nav .site-main-menu li.menu-item-has-children:focus,
    .site-header .site-nav .site-main-menu li.menu-item-has-children a:hover {
        color: #fa7070;
    }
    .site-header .site-nav .site-main-menu li.menu-item-has-children i {
        position: absolute;
        top: 6px;
        right: 20px;
        display: block;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        z-index: 222;
    }
    .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu {
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 1;
        width: auto;
        visibility: visible;
        background: transparent;
        padding: 0;
        display: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li {
        padding: 0;
    }
    .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid #f1f2f3;
    }
    .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li a {
        color: #888;
        font-weight: 400;
        padding: 5px 35px 5px 45px;
    }
    .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {
        opacity: 1;
        visibility: visible;
        position: relative;
        left: 0;
        top: auto;
    }
    .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li a {
        padding-left: 60px;
    }
    .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li.menu-item-has-children:after {
        content: "\33";
        color: #fff;
    }
    .site-header .site-nav .nav-right {
        display: none;
    }
    .site-header .site-nav.nav-two .site-main-menu li.menu-item-has-children:focus,
    .site-header .site-nav.nav-two .site-main-menu li.menu-item-has-children:focus:after,
    .site-header .site-nav.nav-two .site-main-menu li.menu-item-has-children:hover,
    .site-header .site-nav.nav-two .site-main-menu li.menu-item-has-children:hover:after,
    .site-header .site-nav.nav-two .site-main-menu li.menu-item-has-children a:focus,
    .site-header .site-nav.nav-two .site-main-menu li.menu-item-has-children a:hover {
        color: #7052fb;
    }
    .site-header.header-two .toggle-menu .bar {
        background: #2b2350;
    }
    .header-inner .site-mobile-logo img {
        max-height: 30px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .mask-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3333;
    top: 0;
    left: 0;
}
  .sidebar-open .site-header .site-nav {
        left: 0;    z-index: 999999;
    }
    .sidebar-open .menu-wrapper:before {
        opacity: 1;
        visibility: visible;
    }
    .close-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        top: 0;
        text-align: right;
        width: 100%;
        left: 0;
        padding: 2px;
        padding: 30px 20px;
    }
    .close-menu i {
        font-size: 36px;
        color: #2b2350;
    }
    .close-menu span {
        font-size: 15px;
    }
    .header-dark .toggle-menu .bar {
        background: #2b2350;
    }
}
nav.site-nav {
    display: flex;    align-items: center;
    justify-content: space-between;
}
.it-up-header-main {
    padding: 15px 0;
}
.it-header-up-top {
  padding: 5px 0px;
 background-color: #f69c50;
}
.it-header-up-top .it-header-top-cta a {
  color: #fff;
  font-size: 14px;
  margin-right: 30px;
}
.it-header-up-top .it-header-top-cta a i {
  color: #fff;
  margin-right: 5px;
}
.it-header-up-top .it-header-top-social a {
  color: #fff;
  font-size: 14px;
  margin-left: 15px;
}

  .site-header {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.site-header .header-inner { position: relative;}
.site-header .header-inner .site-logo a { display: block; max-width: 210px;}
.site-header .header-inner .site-logo a img {width: 100%;    display: block !important;}

.site-header .header-inner .site-nav {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.site-header .header-inner .site-nav,
.site-header .header-inner .site-nav .menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.site-header .header-inner .site-nav .menu-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.site-header .header-inner .site-nav .menu-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.site-header .header-inner .site-nav .nav-right {
    margin-left: 50px;
}
.site-header .header-inner .site-nav .nav-right .nav-btn {
    background: #fff;
    -webkit-box-shadow: 0 20px 30px 0 rgba(79, 35, 35, 0.15);
    box-shadow: 0 20px 30px 0 rgba(79, 35, 35, 0.15);
    color: #fa7070;
    display: inline-block;
    padding: 7px 37px;
    font-weight: 600;
    border-radius: 30px;
    font-size: 14px;
    border: 2px solid transparent;
}
.site-header .header-inner .site-nav .nav-right .nav-btn:hover {
    background: #fa7070;
    color: #fff;
}
.site-header .header-inner .site-nav.nav-two .nav-right .nav-btn {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px 37px;
}
.site-header .header-inner .site-nav.nav-two .nav-right .nav-btn:hover {
    background: #fff;
    color: #7052fb;
    border-color: #fff;
}
.site-header .header-inner .site-nav.nav-two .nav-right .nav-btn.style-two {
    background-color: hsla(0, 0%, 100%, 0.1);
    border-color: hsla(0, 0%, 100%, 0.3);
    color: #fff;
    padding: 9px 37px;
}
.site-header .header-inner .site-nav.nav-two .nav-right .nav-btn.style-two:hover {
    background: #fff;
    color: #7052fb;
}
.site-header .header-inner .site-nav.nav-two .site-main-menu li .sub-menu li a.current_page,
.site-header .header-inner .site-nav.nav-two .site-main-menu li .sub-menu li a:hover {
    color: #7052fb;
}
.site-header .site-mobile-logo {
    display: none;
}
.site-header .site-main-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.site-header .site-main-menu li {
    margin: 0 15px;
    position: relative;
    padding: 13px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.site-header .site-main-menu li:last-child {
    margin-right: 0;
}
.site-header .site-main-menu li > a {
    color: #000;
  font-size: 16px;
    font-weight: 300;
    position: relative;    letter-spacing: 0.8px;
}
.site-header .site-main-menu li > a:hover {color: #fcaf18;}
.site-header .site-main-menu li > a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 0;
    height: 1px;
    background: #fff;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    left: 0;
}
.site-header .site-main-menu li > a.current_page:after,
.site-header .site-main-menu li > a:hover:after {
    width: 100%;
    opacity: 1;
}
.site-header .site-main-menu li.menu-item-has-children:after {
    position: absolute;
    right: -18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: eleganticons;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.site-header .site-main-menu li.menu-item-has-children:hover:after {
    color: #fa7070;
}
.site-header .site-main-menu li .sub-menu {
    display: block;
    margin: 0;
    padding: 10px 0px;
    list-style: none;
    background: #fff;
    -webkit-box-shadow: 0 0 36px 4px rgba(79, 35, 35, 0.1);
    box-shadow: 0 0 36px 4px rgba(79, 35, 35, 0.1);
    position: absolute;
    top: 110%;
    left: 0;
    min-width: 300px; max-height: 400px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 999999;    overflow-y: auto;
    border-radius: 4px;
}



.site-header .site-main-menu li .sub-menu::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}

.site-header .site-main-menu li .sub-menu::-webkit-scrollbar-thumb
{
    background-color: #fcaf18;
}
.site-header .site-main-menu li .sub-menu li {
    display: block;
    margin: 0;
    padding: 0 15px;line-height: 30px;
    border-bottom: 1px solid #eee;
}
.site-header .site-main-menu li .sub-menu li:nth-last-child(1) {
    border-bottom: 0px;
}


.site-header .site-main-menu li .sub-menu li.menu-item-has-children:after {
   content: "\f120";
    right: 10px;
    color: #333;
    font-family: 'Flaticon';
}
.site-header .site-main-menu li .sub-menu li.menu-item-has-children .sub-menu {
    left: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}
.site-header .site-main-menu li .sub-menu li.menu-item-has-children:hover .sub-menu {
    top: -23px;
    visibility: visible;
    opacity: 1;
}
.site-header .site-main-menu li .sub-menu li a {
    display: block;
    padding: 3px 0;
    color: #797687;
    font-size: 14px;
    font-weight: 300;
}
.site-header .site-main-menu li .sub-menu li a:after {
    display: none;
}
.site-header .site-main-menu li .sub-menu li a.current_page,
.site-header .site-main-menu li .sub-menu li a:hover {
    color: #fa7070;
}
.site-header .site-main-menu li .sub-menu li:last-child a {
    border-bottom: 0;
}
.site-header .site-main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.site-header .nav-dark .site-main-menu li a {
    color: #2b2350;
}
.site-header .nav-dark .site-main-menu li a:after {
    display: none;
}
.site-header .nav-dark .site-main-menu li a.current_page,
.site-header .nav-dark .site-main-menu li a:hover {
    color: #fa7070;
}
.site-header .nav-dark .site-main-menu li.menu-item-has-children:after {
    color: #2b2350;
}
.site-header.header-five .header-inner .site-nav .menu-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 80%;
}
@media (max-width: 991px) {
    .site-header.header-five .header-inner .site-nav .menu-wrapper {
        width: 100%;
        display: block;
    }
}
@media (max-width: 991px) {
    .site-header.header-five .header-inner .site-nav .nav-right {
        display: block;
        text-align: left;
    }
}
.site-header.header-five .header-inner .site-nav .nav-right .nav-btn {
    background: transparent;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid hsla(0, 0%, 100%, 0.302);
    border-radius: 4px;
    padding: 7px 24px;
    font-size: 16px;
}
.site-header.header-five .header-inner .site-nav .nav-right .nav-btn:hover {
    background: #fff;
    border-color: #fff;
    color: #7052fb;
}
@media (max-width: 991px) {
    .site-header.header-five .header-inner .site-nav .nav-right .nav-btn {
        border-color: #7052fb;
        color: #7052fb;
    }
    .site-header.header-five .header-inner .site-nav .nav-right .nav-btn:hover {
        color: #fff;
        background: #7052fb;
    }
}
.site-header.header-five .site-main-menu li a {
    color: #2b2350;
}
.site-header.header-five .site-main-menu li a:after {
    display: none;
}
.site-header.header-five .site-main-menu li a.current_page,
.site-header.header-five .site-main-menu li a:hover {
    color: #7052fb;
}
.site-header.header-five .site-main-menu li.menu-item-has-children:after {
    color: #2b2350;
}
.site-header.header-five .site-main-menu li .sub-menu li a.current_page,
.site-header.header-five .site-main-menu li .sub-menu li a:hover {
    color: #7052fb;
}
.site-header.header-six .header-inner .site-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.site-header.header-six .header-inner .site-nav .nav-right .nav-btn {
    background: transparent;
    border: 2px solid #efbbd9;
    color: #f97bc5;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.site-header.header-six .header-inner .site-nav .nav-right .nav-btn:hover {
    background: #f97bc5;
    color: #fff;
    border-color: #f97bc5;
}
.site-header.header-six .header-inner .site-nav .nav-right .login-btn {
    color: #646479;
    margin-right: 15px;
    font-weight: 500;
}
.site-header.header-six .header-inner .site-nav .nav-right .login-btn i {
    margin-right: 5px;
}
.site-header.header-six .header-inner .site-nav .nav-right .login-btn:hover {
    color: #f97bc5;
}
.site-header.header-six .site-main-menu li > a {
    color: #2b2350;
}
.site-header.header-six .site-main-menu li .sub-menu li a.current_page,
.site-header.header-six .site-main-menu li .sub-menu li a:hover,
.site-header.header-six .site-main-menu li > a:hover {
    color: #f97bc5;
}
.site-header.header-seven .header-inner .site-nav .menu-wrapper {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    width: 80%;
}
.site-header.header-seven .header-inner .site-nav .nav-right {
    margin-left: 0;
}
.site-header.header-seven .header-inner .site-nav .nav-right .nav-btn {
    background: transparent;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid hsla(0, 0%, 100%, 0.302);
    border-radius: 4px;
    padding: 7px 24px;
    font-size: 16px;
}
.site-header.header-seven .header-inner .site-nav .nav-right .nav-btn:hover {
    background: #fff;
    border-color: #fff;
    color: #fd4d5c;
}
.site-header.header-seven .site-main-menu li a {
    color: #fff;
}
.site-header.header-seven .site-main-menu li a:after {
    display: none;
}
.site-header.header-seven .site-main-menu li a.current_page,
.site-header.header-seven .site-main-menu li a:hover {
    color: #fd4d5c;
}
.site-header.header-seven .site-main-menu li.menu-item-has-children:after {
    color: #2b2350;
}
.site-header.header-seven .site-main-menu li .sub-menu li a.current_page,
.site-header.header-seven .site-main-menu li .sub-menu li a:hover {
    color: #fd4d5c;
}
.site-header.header-seven.pix-header-fixed .site-main-menu li a {
    color: #333;
}
.site-header.header-seven.pix-header-fixed .site-main-menu li a:hover {
    color: #fd4d5c;
}
.site-header.header-seven.pix-header-fixed .site-main-menu li.menu-item-has-children:after {
    color: #2b2350;
}
.site-header.header-seven.pix-header-fixed .header-inner .site-nav .nav-right .nav-btn {
    border-color: #fd4d5c;
    color: #fd4d5c;
}
.site-header.header-seven.pix-header-fixed .header-inner .site-nav .nav-right .nav-btn:hover {
    background: #fd4d5c;
    color: #fff;
}
.site-header.header-eight .toggle-menu .bar {
    background: #0b0b0b;
}
.site-header.header-eight .header-inner .site-nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.site-header.header-eight .header-inner .site-nav .nav-right .nav-btn {
    background: #12bf7c;
    border: 2px solid #12bf7c;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(11, 176, 112, 0.3);
    box-shadow: 0 10px 20px 0 rgba(11, 176, 112, 0.3);
}
.site-header.header-eight .header-inner .site-nav .nav-right .nav-btn:hover {
    background: transparent;
    color: #12bf7c;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.site-header.header-eight .site-main-menu li > a {
    color: #2b2350;
}
.site-header.header-eight .site-main-menu li > a:hover {
    color: #12bf7c;
}
.site-header.header-eight .site-main-menu li > a:hover:after {
    background: #12bf7c;
}
.site-header.header-eight .site-main-menu li .sub-menu li a.current_page,
.site-header.header-eight .site-main-menu li .sub-menu li a:hover {
    color: #12bf7c;
}
.site-header.header-nine {
    background: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(14, 3, 52, 0.08);
    box-shadow: 0 10px 20px 0 rgba(14, 3, 52, 0.08);
}
.site-header.header-nine .toggle-menu .bar {
    background: #1a133b;
}
.site-header.header-nine .site-main-menu li {
    padding: 26px 0;
}
.site-header.header-nine .site-main-menu li a {
    color: #615f6b;
}
.site-header.header-nine .site-main-menu li a:after {
    display: none;
}
.site-header.header-nine .site-main-menu li a.current_page,
.site-header.header-nine .site-main-menu li a:hover {
    color: #f98e47;
}
.site-header.header-nine .site-main-menu li.menu-item-has-children:after {
    color: #615f6b;
}
.site-header.header-nine .header-inner .site-nav .nav-right .nav-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 6px;
    background: #f98e47;
    border: 1px solid #f98e47;
    color: #fff;
    padding: 4px 30px;
}
.site-header.header-nine .header-inner .site-nav .nav-right .nav-btn:hover {
    background: transparent;
    color: #f98e47;
}

/*---------------------------------------------------- */
/*(2)- Banner area*/
/*----------------------------------------------------*/
.it-up-banner-section .it-up-banner-deco1 {
  right:  0;transform: rotate(180deg);
  top: 0;
}
.it-up-banner-section .it-up-banner-deco2 {
  left: 175px;
  bottom: 210px;
  animation: IT_animation_3 12s infinite linear alternate;
}
.it-up-banner-section .it-up-banner-deco3 {
  left: 15%;
  top: 150px;
  animation: IT_animation_2 12s infinite linear alternate;
}
.it-up-banner-section .it-up-banner-deco4 {
  top: 45%;
  left: 51%;
  z-index: 1;
  animation: IT_animation_1 12s infinite linear alternate;
}

.it-up-banner-text {
  max-width: 615px;
  padding: 70px 0px 70px;
}
.it-up-banner-text span {
  color: #b91372;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  margin-bottom: 12px;
  display: inline-block;
}
.it-up-banner-text span:before, .it-up-banner-text span:after {
  left: -11px;
  bottom: 8px;
  content: "";
  height: 3px;
  width: 10px;
  position: absolute;
  background-color: #b91372;
}
.it-up-banner-text span:after {
  left: auto;
  right: -11px;
}
.it-up-banner-text h1 {
  color: #000000;
  font-size: 65px;
  font-weight: 700;
  line-height: 0.941;
  padding-bottom: 45px;
}
.it-up-banner-text p {
  font-size: 20px;
  padding-bottom: 30px;
}
.it-up-banner-text .it-up-banner-btn .it-up-banner-play-btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-right: 25px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #1ec5fa 0%, #0d47d5 100%);
}
.it-up-banner-text .it-up-banner-btn .it-up-banner-play-btn a {
  color: #fff;
  width: 100%;
  display: block;
}
.it-up-banner-text .it-up-banner-btn .it-up-banner-cta-btn {
  height: 55px;
  width: 150px;
  line-height: 55px;
  border-radius: 5px;
  background-size: 200%, 1px;
  transition: all 200ms linear 0ms;
  background-color: #6b0f1a;
    background-image: linear-gradient(315deg, #6b0f1a 50%, #b91372 74%);
    box-shadow: 0px 21px 29px 0px rgb(107 15 26 / 22%);
}
.it-up-banner-text .it-up-banner-btn .it-up-banner-cta-btn a {
  color: #fff;
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 700;
}
.it-up-banner-text .it-up-banner-btn .it-up-banner-cta-btn:hover {
  background-position: 200%;
}

.it-up-banner-img {
  top: 0;
  right: 0;
  position: absolute;
}
.it-up-banner-img .it-up-img-deco1 {
  top: 0;
  right: 20px;
  border-radius: 10px;
  box-shadow: 0px 10px 21px 0px rgba(7, 47, 141, 0.09);
}
.it-up-banner-img .it-up-img-deco3 {
  right: -35px;
  bottom: 250px;
  border-radius: 10px;
  box-shadow: 0px 10px 21px 0px rgba(7, 47, 141, 0.09);
}
.it-up-banner-img .it-up-img-deco2 {
  left: -50px;
  bottom: 140px;
  border-radius: 10px;
  box-shadow: 0px 10px 21px 0px rgba(7, 47, 141, 0.09);
}

/*---------------------------------------------------- */
/*sponsor area*/
/*----------------------------------------------------*/
.up-sponsor-section.up-testimonial-content {margin: 0px; padding: 50px 0;}
.up-sponsor-img img {
  cursor: pointer;
  filter: grayscale(1);
  transition: 0.4s all ease-in-out;
}
.up-sponsor-img img:hover {
  filter: grayscale(0);
}
.up-sponsor-slider .owl-nav,
.up-testimonial-slider-wrap .owl-nav{
  display: none;
}
/*---------------------------------------------------- */
/*(4)- about area*/
/*----------------------------------------------------*/
.it-up-about-section {
  padding: 70px 0px;
}



.it-up-about-img-wrap img {
  border-radius: 15px;
}


.it-up-about-circle-progress .progress_area strong {
  left: 0;
  top: 55px;
  right: 0;
  color: #000000;
  font-size: 36px;
  font-weight: 600;
  position: absolute;
}
.it-up-about-circle-progress p {
  color: #1ec1f9;
  font-size: 18px;
  font-weight: 700;
}

.it-up-about-text {
  padding-left: 40px;
}
.it-up-about-text .it-up-section-title h2 {
  padding-bottom: 10px;
}
.it-up-about-text .it-up-section-title p {
    font-size: 16px;
}

.it-up-about-feature {
  padding: 30px 0px 40px;
}

.it-up-about-ft-item {
  width: 50%;
  float: left;
}
.it-up-about-ft-item .it-up-about-ft-icon {
  width: 60px;
  height: 60px;
  line-height: 70px;
  margin-right: 25px;
  border-radius: 100%;
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.it-up-about-ft-item:nth-child(1) .it-up-about-ft-icon{background: linear-gradient(57deg, #1f5295 0%, #83aa3a 94%);}
.it-up-about-ft-item:nth-child(2) .it-up-about-ft-icon{background: linear-gradient(57deg, #1f5295 0%, #83aa3a 94%);}
.it-up-about-ft-item .it-up-about-ft-text {
  overflow: hidden;
}
.it-up-about-ft-item .it-up-about-ft-text h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 8px;
}
.it-up-about-ft-item .it-up-about-ft-text p {
  line-height: 1.733;
}
.it-up-about-ft-item:hover .it-up-about-ft-icon {
  transform: rotateY(360deg);
}

.it-up-about-btn span {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Oxygen', sans-serif;;
  margin-right: 20px;
}
/*---------------------------------------------------- */
/*(5)- Featured area*/
/*----------------------------------------------------*/
.it-up-featured-section {    overflow: hidden;
  padding: 70px 0px 70px;
 background-color: #003463;
}
.it-up-featured-section .it-up-ft-bg {
  top: 0;
  left: -50px;
}
.it-up-featured-section .it-up-section-title-2 {
  margin: 0 auto;
  max-width: 650px;
}
.it-up-featured-section .it-up-ft-shape {
  top: 60%;
  left: 10%;
  animation: IT_animation_1 12s infinite linear alternate;
}
.it-up-featured-section .it-up-ft-shape2 {
  bottom: 50px;
  right: 20%;
  animation: IT_animation_1 12s infinite linear alternate;
}


.it-up-featured-content .col-lg-4:nth-child(1) .it-up-featured-innerbox .it-up-featured-text .it-up-ft-more {
  color: #f0202a;
}
.it-up-featured-content .col-lg-4:nth-child(1) .it-up-featured-innerbox .it-up-featured-icon:before, .it-up-featured-content .col-lg-4:nth-child(1) .it-up-featured-innerbox .it-up-featured-icon:after {
  background: linear-gradient(90deg, #ff750c 0%, #ef192d 100%);
}
.it-up-featured-content .col-lg-4:nth-child(2) .it-up-featured-innerbox {
  transform: translateY(-40px);
}
.it-up-featured-content .col-lg-4:nth-child(2) .it-up-featured-text .it-up-ft-more {
  color: #70df11;
}
.it-up-featured-content .col-lg-4:nth-child(3) .it-up-featured-innerbox .it-up-featured-text .it-up-ft-more {
  color: #105adb;
}
.it-up-featured-content .col-lg-4:nth-child(3) .it-up-featured-innerbox .it-up-featured-icon:before, .it-up-featured-content .col-lg-4:nth-child(3) .it-up-featured-innerbox .it-up-featured-icon:after {
  background: linear-gradient(90deg, #1cb6f6 0%, #105bdb 100%);
}
.it-up-featured-content .col-lg-4:nth-child(4) .it-up-featured-innerbox .it-up-featured-text .it-up-ft-more {
  color: #6a63e6;
}
.it-up-featured-content .col-lg-4:nth-child(4) .it-up-featured-innerbox .it-up-featured-icon:before, .it-up-featured-content .col-lg-4:nth-child(4) .it-up-featured-innerbox .it-up-featured-icon:after {
  background: linear-gradient(90deg, #1ec2f9 0%, #0f53d9 100%);
}
.it-up-featured-content .col-lg-4:nth-child(5) .it-up-featured-innerbox {
  transform: translateY(-40px);
}
.it-up-featured-content .col-lg-4:nth-child(5) .it-up-featured-innerbox .it-up-featured-text .it-up-ft-more {
  color: #fd60a9;
}
.it-up-featured-content .col-lg-4:nth-child(5) .it-up-featured-innerbox .it-up-featured-icon:before, .it-up-featured-content .col-lg-4:nth-child(5) .it-up-featured-innerbox .it-up-featured-icon:after {
  background: linear-gradient(90deg, #feb0d6 0%, #fd60a9 100%);
}
.it-up-featured-content .col-lg-4:nth-child(6) .it-up-featured-innerbox .it-up-featured-text .it-up-ft-more {
  color: #1bc29f;
}
.it-up-featured-content .col-lg-4:nth-child(6) .it-up-featured-innerbox .it-up-featured-icon:before, .it-up-featured-content .col-lg-4:nth-child(6) .it-up-featured-innerbox .it-up-featured-icon:after {
  background: linear-gradient(90deg, #8ff9ab 0%, #1bc29f 100%);
}

.it-up-featured-innerbox {
  margin-bottom: 0px;
  border-radius: 10px;
  background-color: #fff;
  padding:30px 20px;    min-height: 330px;
}
.it-up-featured-innerbox .it-up-featured-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  line-height: 90px;
  margin-bottom: 35px;    background: #f69c50;
  position: relative;
  border-radius: 10px;
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  box-shadow:0 15px 30px rgb(246 156 80 / 32%);
}
.it-up-featured-innerbox .it-up-featured-icon img {width: 50px; margin: 0 auto; padding-top: 14px;}

.it-up-featured-innerbox .it-up-featured-text h3 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 12px;
}
.it-up-featured-innerbox .it-up-featured-text p {
  line-height: 1.625;
  padding-bottom: 20px;
}
.it-up-featured-innerbox .it-up-featured-text .it-up-ft-more {
  font-size: 15px;
  font-weight: 700;
}
.it-up-featured-innerbox .it-up-featured-text .it-up-ft-more i {
  transition: 0.4s all ease-in-out;
}
.it-up-featured-innerbox .it-up-featured-text .it-up-ft-more:hover i {
  margin-left: 10px;
}
.it-up-featured-innerbox:hover .it-up-featured-icon:before, .it-up-featured-innerbox:hover .it-up-featured-icon:after {
  transform: scale(1);
}
.it-up-featured-innerbox:hover .it-up-featured-icon {
  transform: rotateY(360deg);
}

.it-up-ft-btn {
  margin-top: 30px;
}
/*---------------------------------------------------- */
/*(6)- Service area*/
/*----------------------------------------------------*/
.it-up-service-shape {
  z-index: -1;
}
.it-up-service-shape.deco1 {
  top: 30%;
  left: 10%;
  animation: IT_animation_4 20s infinite linear alternate;
}
.it-up-service-shape.deco2 {
  left: 25%;
  top: 185px;
  animation: IT_animation_5 12s infinite linear alternate;
}
.it-up-service-shape.deco3 {
  top: 135px;
  right: 10%;
  animation: IT_animation_4 12s infinite linear alternate;
}
.it-up-service-shape.deco4 {
  top: 50%;
  right: 12%;
  animation: IT_animation_5 18s infinite linear alternate;
}
.it-up-service-shape.deco5 {
  bottom: 20%;
  right: 8%;
  animation: IT_animation_4 15s infinite linear alternate;
}

.it-up-service-section {
    z-index: 1;
    background: url(../../assets/img/bg.png);
    padding: 70px 0px;
    background-size: 100%;
}
.it-up-service-section .it-up-section-title {
  margin: 0 auto;
  max-width: 625px;
}

.it-up-service-content {
  padding-top: 60px;
}

.it-up-service-tab-btn {
  background-color: #fff;
  padding: 85px 20px 40px 55px;
  box-shadow: 0px 0px 32px 0px rgba(80, 80, 80, 0.1);
}
.it-up-service-tab-btn .nav-tabs:before {
  top: -3px;
  left: -30px;
  width: 6px;
  height: 80%;
  content: "";
  position: absolute;
  background-color: #f8fcfc;
}
.it-up-service-tab-btn .nav-tabs .nav-item.show .nav-link,
.it-up-service-tab-btn .nav-tabs .nav-link.active,
.it-up-service-tab-btn .nav-tabs .nav-link,
.it-up-service-tab-btn .nav-tabs {
  padding: 0;
  border: none;
  position: relative;
}
.it-up-service-tab-btn .nav-tabs .nav-item {
  margin-bottom: inherit;
  padding-bottom: 65px;
}
.it-up-service-tab-btn .nav {
  display: inherit;
}
.it-up-service-tab-btn .nav-tabs .nav-link {
  color: #bebebe;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Oxygen', sans-serif;;
}
.it-up-service-tab-btn .nav-tabs .nav-link:before {
  left: 0;
  bottom: 0;
  top: 1px;
  width: 6px;
  content: "";
  height: 0px;
  left: -30px;
  border-radius: 10px;
  position: absolute;
  background: linear-gradient(90deg, #ff780b 0%, #ee132f 100%);
  transition: 0.4s all ease-in-out;
}
.it-up-service-tab-btn .nav-tabs .nav-link.active {
  color: #000000;
}
.it-up-service-tab-btn .nav-tabs .nav-link.active:before {
  height: 40px;
  background-color: #fff;
}

.it-up-service-tab-wrap {
  padding: 30px 50px;
  border-radius: 10px;
  background-color: #f8f8f8;
}

.it-up-service-tab-text {
  max-width: 480px;
  padding-top: 20px;
}
.it-up-service-tab-text .it-up-tab-icon {
  right: 0;
  bottom: 0;
}
.it-up-service-tab-text h3 {
  color: #000000;
  font-size: 34px;
  font-weight: 700;
  padding-bottom: 22px;
}
.it-up-service-tab-text li {
  font-size: 18px;
  padding-left: 35px;
  position: relative;
  margin-bottom: 8px;
}
.it-up-service-tab-text li:before {
  top: 0;
  left: 0;
  color: #3cc605;
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.it-up-service-tab-text .it-up-ser-btn {
  margin-top: 20px;
}

.it-up-service-img img {
  border-radius: 10px;
}

/*---------------------------------------------------- */
/*(7)- achievement area*/
/*----------------------------------------------------*/
@keyframes rotate-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

.it-up-achivement-content {
  padding-top: 30px;
}

.col-lg-3:nth-child(2) .it-up-achivement-innerbox .inner-border:before, .col-lg-3:nth-child(2) .it-up-achivement-innerbox .inner-border:after {
  background: linear-gradient(90deg, #1cb6f6 0%, #1161dd 100%);
}
.col-lg-3:nth-child(3) .it-up-achivement-innerbox .inner-border:before, .col-lg-3:nth-child(3) .it-up-achivement-innerbox .inner-border:after {
  background: linear-gradient(90deg, #fd5d0a 0%, #ffe3ab 100%);
}
.col-lg-3:nth-child(4) .it-up-achivement-innerbox .inner-border:before, .col-lg-3:nth-child(4) .it-up-achivement-innerbox .inner-border:after {
  background: linear-gradient(90deg, #2fc678 0%, #6add1a 100%);
}


.it-up-achivement-innerbox .inner-border {
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  border-radius: 100%;
  border: 2px solid #f7f5f5;
  animation-duration: 1500ms;
  animation: rotate-anim 3s infinite linear;
  animation-play-state: paused;
}
.it-up-achivement-innerbox .inner-border:before, .it-up-achivement-innerbox .inner-border:after {
  top: -6px;
  left: 0;
  right: 0;
  content: "";
  width: 12px;
  height: 12px;
  margin: 0 auto;
  position: absolute;
  border-radius: 100%;
  background: linear-gradient(90deg, #feb0d6 0%, #fd60a9 100%);
}
.it-up-achivement-innerbox .inner-border:after {
  top: auto;
  bottom: -6px;
}
.it-up-achivement-innerbox .it-up-achivement-icon {
  width: 65px;
  height: 65px;
  margin: 0 auto;
  margin-bottom: 5px;
}
.it-up-achivement-innerbox .it-up-achivement-text h3 {
  color: #000000;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
}
.it-up-achivement-innerbox .it-up-achivement-text strong {
  color: #000000;
  font-size: 40px;
  line-height: 1;
  font-family: 'Oxygen', sans-serif;;
}
.it-up-achivement-innerbox .it-up-achivement-text p {
  color: #010101;
}
.it-up-achivement-innerbox:hover .it-up-achivement-icon {
  animation: icon-bounce 0.8s ease-out infinite;
}
.it-up-achivement-innerbox:hover .inner-border {
  animation-play-state: running;
}

/*---------------------------------------------------- */
/*(8)- Testimonial area*/
/*----------------------------------------------------*/
.up-testimonial-section {
  padding: 70px 0px;    background: #f7fafb;
}
.up-testimonial-section .up-section-title-2 {
  margin: 0 auto;
  max-width: 630px;
}

.up-testimonial-content {
  margin-top: 45px;
}
.up-testimonial-content .up-testi-shape1 {
  top: -40px;
  left: -40px;
  animation: IT_animation_1 12s infinite linear alternate;
}
.up-testimonial-content .up-testi-shape2 {
  top: -110px;
  right: -110px;
}
.up-testimonial-content .up-testi-shape3 {
  left: -100px;
  bottom: -60px;
}
.up-testimonial-content .up-testi-shape4 {
  right: -60px;
  bottom: 0;
  animation: IT_animation_2 12s infinite linear alternate;
}

.up-testimonial-innerbox {
  border-radius: 10px;
  padding: 45px 30px;
  background-color: #fff;
  border: 2px solid #f3f3f3;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 0px 24px 0px rgba(1, 44, 118, 0.05);
}
.up-testimonial-innerbox .up-testimonial-img-wrap {
  width: 82px;
  height: 82px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.up-testimonial-innerbox .up-testimonial-img {
  width: 82px;
  height: 82px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 100%;
}
.up-testimonial-innerbox .quote-sign {
  bottom: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  right: -10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  position: absolute;
  border-radius: 100%;
  font-family: 'Oxygen', sans-serif;;
  display: inline-block;
  box-shadow: 0px 14px 17px 0px rgb(16 65 109 / 27%);
  background: #10416d;
}
.up-testimonial-innerbox .up-testi-author {
  margin-top: 30px;
}

.up-testimonial-innerbox .up-testi-author h4 {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
}
.up-testimonial-innerbox .up-testi-author span {
  color: #656565;
  font-size: 15px;
}
.up-testimonial-innerbox:hover {
  box-shadow: 0px 46px 35px 0px rgba(1, 44, 118, 0.1);
}


.up-testimonial-slider-wrap .owl-stage-outer,
.up-blog-slide .owl-stage-outer {
  overflow: visible;
}
.up-testimonial-slider-wrap .owl-item,
.up-blog-slide .owl-item {
  opacity: 0;
  transition: opacity 700ms;
}
.up-testimonial-slider-wrap .owl-item.active,
.up-blog-slide .owl-item.active {
  opacity: 1;
}
.up-testimonial-slider-wrap .owl-dots,
.up-blog-slide .owl-dots {
  margin-top: 35px;
  text-align: center;
}
.up-testimonial-slider-wrap .owl-dots .owl-dot,
.up-blog-slide .owl-dots .owl-dot {
  width: 30px;
  height: 10px;
  margin: 0px 6px;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  background: #10416d;
}
.up-testimonial-slider-wrap .owl-dots .owl-dot.active,
.up-blog-slide .owl-dots .owl-dot.active {width: 30px;
  height: 10px;
  opacity: 1;background: #f69c50;
}

/*---------------------------------------------------- */
/*(9)- contact area*/
/*----------------------------------------------------*/
.it-up-contact-section {
  z-index: 1;
  padding: 70px 0px;
  background-color: #f7fafb;
}
.it-up-contact-section .it-up-section-title-2 {
  margin: 0 auto;
  max-width: 625px;
}

.it-up-contact-content {
  margin-top: 45px;
  border-radius: 8px;
  background-color: #fff;
}

.it-up-contact-img .contact-shape {
  top: 75px;
  right:  -85px;
  position: absolute;
}
.it-up-form-wrap {
  padding: 35px 50px 40px 20px;
}
.it-up-form-wrap button {
        border: none;
    line-height: normal;
    transition: all 200ms linear 0ms;
    background-color: #10416d;
    padding: 15px 20px;
    font-weight: 300;
    box-shadow: 0 15px 40px rgb(16 65 109 / 18%);
    border-radius: 10px;
    color: #fff;
}
.it-up-form-wrap button:hover {
    background: #f69c50;
    box-shadow: none;
}

.it-up-form-input,
.it-up-form-select {
  margin-bottom: 15px;
}
.it-up-form-input label,
.it-up-form-select label {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
  font-weight: 700;
  padding-bottom: 5px;
}
.it-up-form-input input,
.it-up-form-input select,
.it-up-form-input textarea,
.it-up-form-select input,
.it-up-form-select select,
.it-up-form-select textarea {
  width: 100%;
  height: 55px;
  padding-left: 20px;
  background-color: #fcfcfc;
  border: 1px solid #f3f3f3;
  -webkit-appearance: none;
}
.it-up-form-select .nice-select {
    width: 100%;
    height: 55px;
    background-color: #fcfcfc;
    border: 1px solid #f3f3f3;
    border-radius: 0px;
    padding: 7px 20px;
}
.it-up-form-select .nice-select ul.list {width: 100%;}
.it-up-form-input textarea,
.it-up-form-select textarea {height: 125px;padding-top: 15px;}

.it-up-form-select:before {
  top: 45px;
  right: 20px;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}

/*---------------------------------------------------- */
/* Footer area*/
/*----------------------------------------------------*/
.footer-section {padding: 70px 0px 0px;background: #f7fafb;}
.footer-content-wrap { padding-bottom: 40px;}
.up-footer-copyright.text-center.pera-content {
    color: #fff;
    background:#f69c4f;
    padding: 10px 0;
}
.footer-widget .widget-title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}

.footer-widget .footer-logo-widget .footer-logo { padding-bottom: 15px;}
.footer-widget .footer-logo-widget p {color:#313131;padding-bottom: 35px;}
.footer-widget .footer-newslatter-widget p {
  color: #313131;    margin-top: 39px;}
.footer-widget .footer-newslatter-widget form {margin-top: 30px; position: relative;}
.footer-widget .footer-newslatter-widget input {
  height: 45px;
  width: 100%;
  border: none;
  padding-left: 20px;
  background-color: #eaeaea;
}
.footer-widget .footer-newslatter-widget input::placeholder {
  color: #000;
  font-size: 14px;
}
.footer-widget .footer-newslatter-widget button {
    top: 0;
    right: -20px;
    width: 44px;
    padding: 0;
    color: #fff;
    height: 44px;
    border: none;
    position: absolute;
    transition: 0.3s all ease-in-out;
    background: #f69c4f;
    border-radius: 100%;
}
.footer-widget .footer-newslatter-widget .footer-social {
  margin-top: 22px;
}
.footer-widget .footer-newslatter-widget .footer-social li {
  margin-right: 15px;
}
.footer-widget .footer-newslatter-widget .footer-social li a {
  color: #494949;
  transition: 0.3s all ease-in-out;
}
.footer-widget .footer-newslatter-widget .footer-social li a:hover {
  color: #fff;
}
.footer-widget .footer-info-widget {
  padding-left: 20px;
}
.footer-widget .footer-info-widget ul {
  padding-top: 40px; margin: 0px;
    padding-left: 0px;
}
.footer-widget .footer-info-widget ul li {
    display: block;
    list-style: none;
    line-height: 30px;
    margin-bottom: 10px;
}
.footer-widget .footer-info-widget i {
  float: left;
  font-size: 14px;
  margin-top: 5px;
  color: #003463;
  margin-right: 10px;
}
.footer-widget .footer-info-widget a {
  color: #313131;
  display: block;
  font-size: 14px;
  overflow: hidden;
}
.footer-widget .footer-info-widget a:hover {color: #f69c4f;}
.footer-widget .footer-info-widget ul li:hover i {color: #f69c4f;}
.footer-widget .footer-info-widget .office-open-hour {margin-top: 10px;}
.footer-widget .footer-info-widget .office-open-hour span {
  color: #fff;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  text-decoration: underline;
}
.footer-widget .footer-info-widget .office-open-hour p {
  font-size: 14px;
  color: #97a0b5;
  max-width: 180px;
}
.footer-widget .footer-instagram-widget .insta-feed {
  padding-top: 10px;
}
.footer-widget .footer-instagram-widget .insta-feed li {
  float: left;
  width: 75px;
  height: 75px;
  margin-right: 10px;
  margin-bottom: 7px;
  position: relative;
  background-color: #000;
  transition: 0.3s all ease-in-out;
}
.footer-widget .footer-instagram-widget .insta-feed li:before {
  top: 0;
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  transition: 0.3s all ease-in-out;
}
.footer-widget .footer-instagram-widget .insta-feed li i {
  left: 0;
  top: 50%;
  right: 0;
  opacity: 0;
  color: #fff;
  position: absolute;
  text-align: center;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
}
.footer-widget .footer-instagram-widget .insta-feed li:hover:before {
  opacity: 0.7;
}
.footer-widget .footer-instagram-widget .insta-feed li:hover i {
  opacity: 1;
}

.footer-copyright {
  z-index: 1;
  padding: 15px 0px;
  position: relative;
  background-color: #152039;
}
.footer-copyright p {
  color: #fff;
}

/*---------------------------------------------------- */
/*(12)- Responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 6000px) {
  .it-up-footer-section:before {
    display: none;
  }

  .it-up-footer-section {
    margin-top: 100px;
    padding-top: 100px;
    background-color: #00052b;
  }
}
@media screen and (max-width: 1950px) {


  .it-up-footer-section {
    margin-top: 0;
    padding-top: 100px;
    background-color: #000;
  }
}
@media screen and (max-width: 1440px) {
  .it-up-banner-section .it-up-banner-deco3 {
    left: 3%;
  }

  .it-up-banner-section .it-up-banner-deco2 {
    left: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .it-up-banner-section .it-up-banner-deco3 {
    top: 50px;
  }

  .it-up-main-navigation li {
    margin-left: 50px;
  }

  .it-up-header-cta-btn a {
    width: 130px;
  }

  .it-up-banner-text {
    max-width: 580px;
  }

  .it-up-service-tab-text {
    max-width: 350px;
  }
}
@media screen and (max-width: 1040px) {
  .it-up-banner-text {
    max-width: 470px;
  }
}
@media screen and (max-width: 1024px) {
  .it-up-main-navigation li {
    margin-left: 40px;
  }

  .it-up-banner-section {
    padding-bottom: 50px;
  }

  .it-up-banner-btn {
    justify-content: center;
  }

  .it-up-banner-text {
    max-width: 100%;
    text-align: center;
    padding: 100px 0px 50px;
  }

  .it-up-banner-img {
    position: relative;
    z-index: 2;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .it-up-main-navigation,
  .it-header-top-social {display: none;}

  .mobile_menu_button {
    display: block;
  }

  .it-header-up-sticky .it-up-header-main {
    padding: 10px 0px;
  }

  .it-header-up-sticky {
    top: 0;
  }

  .it-up-brand-logo {
    width: 130px;
    padding-top: 5px;
  }

  .it-up-header-cta-btn a {
    height: 45px;
    line-height: 45px;
    margin-right: 40px;
  }

  .it-up-banner-text h1 {
    font-size: 65px;
  }

  .it-up-about-img,
  .it-up-contact-img {
    max-width: 470px;
    margin: 0 auto;
  }

  .it-up-about-text {
    margin: 0 auto;
    padding-left: 0;
    max-width: 630px;
    margin-top: 50px;
  }

  .it-up-featured-content .col-lg-4:nth-child(2) .it-up-featured-innerbox,
  .it-up-featured-content .col-lg-4:nth-child(5) .it-up-featured-innerbox {
    transform: translateY(0px);
  }

  .it-up-achivement-innerbox {
    margin-bottom: 40px;
  }

  .it-up-blog-innerbox {
    margin: 0 auto;
    max-width: 370px;
  }

  .it-up-footer-section:before {
    display: none;
  }

  .it-up-footer-section {
    background-color: #060913;
  }

  .it-up-footer-section {
    margin-top: 80px;
    padding: 85px 0px 0px;
  }

  .it-up-footer-widget {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
 .main_slider .owl-nav .owl-prev{top: 35% !important;width: 40px !important;font-size: 23px !important; height: 40px !important;} 
  .main_slider .owl-nav .owl-next{top: 35% !important;width: 40px !important;font-size: 23px !important; height: 40px !important;} 
  .header-inner .site-mobile-logo img{max-height: 40px !important;}
  .site-header .header-inner{padding: 0px 0px !important;}
  .it-header-top-social {display: none;}
  .it-header-up-top .it-header-top-cta a{margin-right: 14px !important;}
  .it-up-form-wrap{padding: 35px 20px 40px 20px !important;}
  .provide_service_icon a .service_icon { width: 60px !important;height: 60px !important;}
  .provide_service_icon a .service_icon img{width: 30px !important;}
    .provide_service_icon a h3{font-size: 11px !important;}
  }
  .it-up-service-tab-text {
    max-width: 100%;
    float: none !important;
  }

  .it-up-service-img {
    margin-top: 30px;
    text-align: center;
    float: none !important;
  }
}
@media screen and (max-width: 480px) {
  .it-up-banner-text h1 {
    font-size: 40px;
    padding-bottom: 15px;
  }

  .it-up-banner-text span {
    font-size: 18px;
  }

  .it-up-banner-text .it-up-banner-btn .it-up-banner-cta-btn,
  .it-up-banner-text .it-up-banner-btn .it-up-banner-play-btn {
    height: 45px;
    line-height: 45px;
  }

  .it-up-banner-text .it-up-banner-btn .it-up-banner-play-btn {
    width: 45px;
  }

  .it-up-section-title h2, .it-up-section-title-2 h2 {
    font-size: 30px;
  }

  .it-up-about-ft-item {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }

  .it-up-about-feature {
    padding-bottom: 10px;
  }

  .it-up-footer-widget .it-up-footer-logo-widget .footer-logo-btn,
  .it-up-form-wrap button,
  .it-up-service-tab-text .it-up-ser-btn,
  .it-up-ft-btn a,
  .it-up-about-btn a {
    height: 48px;
    width: 130px;
    line-height: 48px;
  }

  .it-up-featured-section .it-up-ft-shape2 {
    display: none;
  }

  .it-up-service-tab-text h3 {
    font-size: 26px;
  }

  .it-up-about-section {
    padding: 50px 0px;
  }

  .it-up-featured-section,
  .it-up-service-section,
  .it-up-achivement-section,
  .it-up-testimonial-section,
  .it-up-contact-section,
  .it-up-blog-section {
    padding: 50px 0px;
  }

  .it-up-featured-content {
    padding-top: 40px;
  }

  .it-up-ft-btn {
    margin-top: 0px;
  }

  .it-up-service-tab-btn .nav-tabs .nav-item {
    padding-bottom: 40px;
  }

  .it-up-service-tab-wrap {
    padding: 30px 20px;
  }

  .it-up-about-btn span {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  .provide_service_icon a h3{font-size: 11px;}
  .it-up-header-cta-btn a {
    display: none;
  }

  .it-up-brand-logo {
    padding-top: 0;
  }

  .mobile_menu_button {
    top: -35px;
  }
}
/*---------------------------------------------------- */
.it-header-up-sticky .it-up-header-main .it-up-brand-logo a img { width: 50px;}
.it-up-featured-innerbox .it-up-featured-icon i:before { font-size: 35px;}
.it-up-featured-content .col-lg-4:nth-child(1) .it-up-featured-innerbox .it-up-featured-icon i:before{
background: -webkit-linear-gradient(90deg, #ff750c 0%, #ef192d 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.it-up-featured-content .col-lg-4:nth-child(2) .it-up-featured-innerbox .it-up-featured-icon i:before{
background: -webkit-linear-gradient(90deg, #30c677 0%, #70df11 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.it-up-featured-content .col-lg-4:nth-child(3) .it-up-featured-innerbox .it-up-featured-icon i:before{
background: -webkit-linear-gradient(90deg, #1cb6f6 0%, #105bdb 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.it-up-featured-content .col-lg-4:nth-child(4) .it-up-featured-innerbox .it-up-featured-icon i:before{
background: -webkit-linear-gradient(90deg, #1ec2f9 0%, #0f53d9 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.it-up-featured-content .col-lg-4:nth-child(5) .it-up-featured-innerbox .it-up-featured-icon i:before{
background: -webkit-linear-gradient(90deg, #feb0d6 0%, #fd60a9 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.it-up-featured-content .col-lg-4:nth-child(6) .it-up-featured-innerbox .it-up-featured-icon i:before{
background: -webkit-linear-gradient(90deg, #8ff9ab 0%, #1bc29f 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}

.it-up-about-ft-item .it-up-about-ft-icon i:before {font-size: 31px; line-height: normal; color: #fff;}
.it-up-sponsor.it-up-testimonial-content { position: relative;}
.up_contact_pik { width: 360px;}
.footer-widget .footer-info-widget i.fas.fa-phone {transform: rotate(85deg);}
.it-header-up-top .it-header-top-cta a i.fas.fa-phone {transform: rotate(85deg);}

.main_slider .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #f69c50;
    color: #fff;
    padding: 2px;
    font-size: 30px;
    border-radius: 10px;cursor: pointer;
}
.main_slider .owl-nav .owl-next {
    position: absolute;
    top: 40%;cursor: pointer;
    right: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #f69c50;
    color: #fff;
    padding: 2px;
    font-size: 30px;
    border-radius: 10px;
}
section.about_section {padding: 70px 0;}
.about_content h3 {font-size: 35px;font-weight: 600;color: #000;}
.ab_more a {background: #10416d;color: #fff;padding: 15px 30px;border-radius: 10px; box-shadow:0 15px 40px rgb(16 65 109 / 18%);}
.ab_more a:hover {background: #f69c50;box-shadow: none;}
.main_slider .owl-nav .owl-prev:hover, .main_slider .owl-nav .owl-next:hover {background: #10416d;}
.padding-r-0 {padding-right: 0px;}
.feature_col {padding: 40px 40px;}
.it-up-featured-content.feature_slide .owl-nav {display: none;}
.it-up-featured-content.feature_slide:hover .owl-nav {display: block;}
.feature_slide .owl-nav .owl-prev {position: absolute;z-index: 9999;box-shadow: 0 15px 40px rgb(16 65 109 / 28%); width: 50px;height: 50px;color: #fff;background: #10416d;text-align: center;padding: 7px;cursor: pointer;font-size: 25px;left:5px; top: 44%;border-radius: 10px;}
.feature_slide .owl-nav .owl-next {position: absolute;z-index: 9999;box-shadow: 0 15px 40px rgb(16 65 109 / 28%); width: 50px;height: 50px;color: #fff;background: #10416d;text-align: center;padding: 7px;cursor: pointer;font-size: 25px;right: 20px;top: 44%;border-radius: 10px;}
.provide_service_icon a .service_icon {width: 70px; height: 70px;background: #f69c50;box-shadow: 0 5px 10px rgb(246 156 80 / 18%); padding: 10px;border-radius:10px;}
.provide_service_icon a .service_icon img{width: 40px;    margin: 5px auto;}
.provide_service_icon {background: #fff;padding: 10px;border-radius: 20px;}
.provide_service_icon a h3 {font-size: 16px;margin-top: 10px;margin-bottom: 0px;font-weight: 600;line-height: 40px;}
.provide_text {margin-left: 10px;}
.service-colmd.feature_col {padding: 0 0px 0 40px;}
.service-colmd.feature_col h2 span {font-size: 31px;font-weight: 900;}
.service-colmd.feature_col h2 {font-size: 25px; color: #fff;}
.provide_service .owl-nav { display: none;}
.ab_more {margin-top: 30px;}
.provide_service_icon a {display: flex;justify-content: flex-start;align-items: center;flex-direction: column;}

.feature_colm {position: relative;overflow: hidden;padding: 70px 0;}
.feature_section-md {position: relative;overflow: hidden;}

.feature_col h2,.feature_col { color: #fff;}
img.up_contact_pik {margin-top: 40px;}
.feature_section-service .feature_col {padding: 0px;margin-bottom: 50px;}
.footer-logo a img { width: 130px;}
.main_breadcrumb {background: #f7fafb;text-align: center;padding: 50px 0;}
.breadcrumb_title h3 {font-size: 40px;font-weight: 600;margin-bottom: 0px;}
.service_sectionCard .it-up-featured-innerbox {
border: 1px solid #eee;margin-bottom: 20px;min-height: auto;}
section.service_sectionCard {padding: 70px 0;}
.site-header .site-main-menu li a.active {color: #f69c50;}
.service_sectionCard .it-up-featured-innerbox .it-up-featured-icon img {padding-top: 0px;}
.service_sectionCard .it-up-featured-innerbox .it-up-featured-text.headline-1.pera-content p {
padding-bottom: 0px;}
.section_titleForm h3 {font-size: 30px;font-weight: 600;}
ul.contact_info_list {
    margin: 0;
    padding: 0;
}
ul.contact_info_list li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
ul.contact_info_list li .img {
    width: 65px;
    margin-right: 20px;
}
ul.contact_info_list li .text{width: calc(100% - 85px);}
ul.contact_info_list li .text span{display: block;
    font-size: 20px;
    font-weight: 600;
    color: #000;}
section.contact_sectionCard {padding: 70px 0;}
section.contact_sectionCard .it-up-form-wrap {padding: 0px;}
.contact_info .section_title h2 {font-weight: 600;}
body.login_bg {
    background: url(../../assets/img/login_bg.jpg);
    background-size: 100%;
}
.loginCard_section.it-up-form-wrap {
    background: #fff;
    border-radius: 20px;
    padding: 40px !important;
}
.login_logo a img {
    width: 150px;
}
.login_logo {
    margin-bottom: 10px;
}
.login_form_btn {
    margin-top: 30px;
}
.error{
  color: red;
}
.alert button.close {
    padding: 2px 10px;
}
.pt-10 {
    padding-top: 10px !important;
}