@font-face {
  font-family: 'SourceSansPro-Semibold';
  src: url('../fonts/SourceSansPro-Semibold.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/SourceSansPro-Semibold.woff') format('woff'), 
  url('../fonts/SourceSansPro-Semibold.ttf')  format('truetype'), 
  url('../fonts/SourceSansPro-Semibold.svg#SourceSansPro-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceSansPro-Bold';
  src: url('../fonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/SourceSansPro-Bold.woff') format('woff'), 
  url('../fonts/SourceSansPro-Bold.ttf')  format('truetype'), 
  url('../fonts/SourceSansPro-Bold.svg#SourceSansPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceSansPro-Light';
  src: url('../fonts/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/SourceSansPro-Light.woff') format('woff'), 
  url('../fonts/SourceSansPro-Light.ttf')  format('truetype'), 
  url('../fonts/SourceSansPro-Light.svg#SourceSansPro-Light') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceSansPro-ExtraLight';
  src: url('../fonts/SourceSansPro-ExtraLight.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/SourceSansPro-ExtraLight.woff') format('woff'), 
  url('../fonts/SourceSansPro-ExtraLight.ttf')  format('truetype'), 
  url('../fonts/SourceSansPro-ExtraLight.svg#SourceSansPro-ExtraLight') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceSansPro-Regular';
  src: url('../fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/SourceSansPro-Regular.woff') format('woff'), 
  url('../fonts/SourceSansPro-Regular.ttf')  format('truetype'), 
  url('../fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body{
    font-family: 'AbhayaLibre-Regular', sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
}
*:focus {
  outline: none;
}
button:focus {
  outline: none;
}
button {
  border: 0;
}
ul li {
  list-style: none;
  color: inherit;
}
img {
    max-width: 100%;
}
a:hover {
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}

.container {
  width: 1200px;
  margin: auto;
}

/*================================
          MOBILE MENU START
  ================================*/
.c-hamburger--htx, .c-hamburger--htx.is-active, .c-hamburger--htx.is-active span {
    background: none;
}
.c-hamburger span {
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    height: 1px;
    background: #272727;
}
.c-hamburger--htx span {
    -webkit-transition: background 0s .3s;
    transition: background 0s .3s;
}
.c-hamburger span::after, .c-hamburger span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #272727;
    content: "";
}
.c-hamburger span::before {
    top: -8px;
}
.menu-icon {
    position: absolute;
    width: 29px;
    height:30px;
    right: 0;
    top: 30px;
    cursor:pointer;
}
.c-hamburger--htx span::after, .c-hamburger--htx span::before {
    -webkit-transition-duration: .3s,.3s;
    transition-duration: .3s,.3s;
    -webkit-transition-delay: .3s,0s;
    transition-delay: .3s,0s;
}
.c-hamburger--htx span::before {
    -webkit-transition-property: top,-webkit-transform;
    transition-property: top,transform;
}
.c-hamburger span::after {
    bottom: -8px;
}
.c-hamburger--htx span::after {
    -webkit-transition-property: bottom,-webkit-transform;
    transition-property: bottom,transform;
}
header.transparent-header .c-hamburger--htx.is-active span {
    background: 0 0;
}
.c-hamburger--htx.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after, .c-hamburger--htx.is-active span::before {
    -webkit-transition-delay: 0s,.3s;
    -moz-transition-delay: 0s,.3s;
    -ms-transition-delay: 0s,.3s;
    transition-delay: 0s,.3s;
}
header.transparent-header .c-hamburger span, header.transparent-header .c-hamburger span::after, header.transparent-header .c-hamburger span::before {
    background: #fff;
}
.c-hamburger.c-hamburger--htx.is-active span::after {
    bottom: 0;
}
.c-hamburger--htx.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu-icon {
    display: none;
}
@media only screen and (max-width: 900px){
  .c-hamburger{
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
}
.navigation {
  color: #fff;
  position: fixed;
  width: 80%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  right: -83%;
  top: 0px;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding: 55px;
  visibility: visible;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  box-shadow: 0 0 10px 0 rgb(50 50 50 / 75%);
  z-index: 999; 
  padding: 60px 15px 35px;
}
@media (max-width: 900px){
  .content-wrapper {
    z-index: 800;
    transform: translate(0px, 0);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x:hidden !important;
  }
  .sticky-header{    top: -1px;}
}
.navigation.visible {
  right: 0;
}
.opacity {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -webkit-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}
.menu-header ul li, .menu-header ul li a {
    display: block;
    color: #272727;
    font-family: "SourceSansPro-Semibold", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    text-transform: uppercase;
    margin-right: 30px;
    position: relative;
    width: 100%;
    margin-bottom: 7px;
}
span.title-mo-menu {
    display: block;
    color: #272727;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    text-transform: uppercase;
    margin-right: 30px;
    position: relative;
    width: 100%;
    margin-bottom: 18px;
    margin-top: 15px;
}

/*.menu-header > ul > li > a:not(:only-child):after {
    content: '\f3d3';
    font-family: 'Ionicons';
    font-size: 15px;
    margin-left: 9px;
    font-weight: bold;
    float: right;
}*/

.menu-header ul.sub-menu {
    position: relative;
    left: 0;
    right: 0;
    transform: none;
    width: 100%;
    transition: 0s ease out;
    margin-bottom: 15px;
    box-shadow: none;
}
.menu-header ul.sub-menu li a {
    padding: 8px 15px;
    font-size: 17px;
}
/*.menu-header > ul > li > a.active:after {
    transform: rotate(90deg);
}*/
.mobile-menu {
    position: absolute;
    right: 16px;
    font-size: 55px;
    top: 10px;
}

.lock-scroll{
    position: fixed;
    overflow: hidden;
}
span.ion-ios-close-empty {
    color: #272727;
}
.menu-header ul {
    margin-top: 20px;
    margin-bottom: 30px;
}
a.menu-log {
    margin-left: 0;
}
/*================================
          MOBILE MENU END
  ================================*/


header{
    position: absolute;
    width: 100%;
    top: 22px;
    z-index: 99999;
}
.menu-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo img{
    height: auto;
    position: relative;
    display: inherit;
}
.menu-rgt {
    display: inline-flex;
    align-items: baseline;
}
.menu-rgt > ul {
    display: inline-flex;
    position: relative;
    align-items: inherit;
}
.menu-rgt ul li {
    color: #ffffff;
    font-family: "SourceSansPro-Semibold", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 40px;
}
a.menu-log {
    border-radius: 20px;
    border: solid 1px #01b1e8;
    color: #01b1e8;
    font-family: 'SourceSansPro-Semibold', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    padding: 7.5px 33px 6.5px;
    margin-left: 40px;
}
.menu-rgt ul li a:not(:only-child):after {
    content: '\f123';
    font-family: 'Ionicons';
    font-size: 16px;
    margin-left: 0;
    font-weight: lighter;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    display: block;
    bottom: -20px;
}
.menu-rgt ul li a {
    position: relative;
}
.main-banner {
    position: relative;
    /*padding: 190px 0 120px;*/
    height: 100vh;
    margin-bottom: 90px;
}
.banner-detail {
    width: 605px;
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
}
.banner-detail h1 {
    color: #ffffff;
    font-family: 'SourceSansPro-Semibold', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.banner-detail h2 {
    color: #01b1e8;
    font-family: "SourceSansPro-Light", sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: transparent;
}
.banner-detail h2 span {
    background: rgba(255,255,255,0.2);
    border-radius: 10px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 0 5px;
}
.banner-detail p {
    margin: 40px 0;
    color: #ffffff;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 1px;
}
.link-btn , .banner-detail p > a{
    border-radius: 40px;
    border: solid #01b1e8;
    color: #01b1e8;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: SourceSansPro-Bold, sans-serif;
    padding: 20px 30.5px;
    display: inline-block;
    margin-bottom: 10px;
    min-width: 245px;
}
.main-clr, .banner-detail p a:first-child {
    background: #01b1e8;
    color: #0c2476;
}
.banner-detail .link-btn, .banner-detail p a:first-child {
    margin-right: 30px;
}
.banner-detail ul {
    /*margin-top: 40px;*/
    display: inline-block;
    width: 100%;
}
.banner-detail ul li {
    display: inline-block;
    margin-right: 46.41px;
}
.ic-scrl, .ic-scrl:before {
    position: absolute;
    left: 50%;
    opacity: 0;
}
.ic-scrl {
    width: 30px;
    height: 50px;
    margin-left: -10px;
    bottom: 40px;
    box-shadow: inset 0 0 0 1px #ffffff;
    border-radius: 20px;
    cursor:pointer;
}
.ic-scrl:before {
    content: '';
    width: 3px;
    height: 10px;
    background: #ffffff;
    margin-left: -2px;
    top: 10px;
    border-radius: 4px;
    -webkit-animation-duration: 2.0s;
    animation-duration: 2.0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scrl;
    animation-name: scrl;
    border-radius: 20px;
}
.ic-scrl2, .ic-scrl2:before {
    position: absolute;
    left: 50%;
    opacity: 0;
}
.ic-scrl2 {
    width: 30px;
    height: 50px;
    margin-left: -10px;
    bottom: 40px;
    box-shadow: inset 0 0 0 1px #ffffff;
    border-radius: 20px;
    cursor:pointer;
}
.ic-scrl2:before {
    content: '';
    width: 3px;
    height: 10px;
    background: #ffffff;
    margin-left: -2px;
    top: 10px;
    border-radius: 4px;
    -webkit-animation-duration: 2.0s;
    animation-duration: 2.0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scrl;
    animation-name: scrl;
    border-radius: 20px;
}
@-webkit-keyframes scrl{0%{opacity:1;}
100%{opacity:0;-webkit-transform:translateY(25px);transform:translateY(25px);}
}
@keyframes scrl{0%{opacity:1;}
100%{opacity:0;-webkit-transform:translateY(25px);transform:translateY(25px);}
}
.appoint-idx, 
.wlcm-idx, 
.tstmonial-idx,
.faq-idx,
.associan-idx ,
.abt-achieve-block,
.abt-process-block  {
    width: 100%;
    display: inline-flex;
    position: relative;
    margin-bottom: 80px;
}
.wlcm-idx, .tstmonial-idx, .associan-idx {
    text-align: center;
}
.faq-idx {
    margin-bottom: 60.5px;
}
.top-title{
    color: #272727;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.tstmonial-idx h4{
  margin-bottom: 12px;
}
/*main title*/
.main-title , .cli-rights-dtl h2 {
    color: #272727;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 45px;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}
.foundr-idx .main-title ,
.faq-idx .main-title  {
    display: block;
    margin-bottom: 40px;
}
.abt-process-block .main-title{
  display: block;
  margin-bottom: 26px;
}
.abt-achieve-block .main-title,
.service-block .main-title{
  display: block;
}
.mark , .media-dtl-btm > h3 strong{
    /*display: inline-block;*/
    position: relative;
    z-index: 2;
    background:linear-gradient(to top, #008fff00 0%, #2fa3ff00 20%, #b5e9ff 20%, #b5e9ff 60%, #ff000000 60%, #ff000000 100%);
}
.media-dtl-btm > h3 strong {
    font-weight: inherit;
}
/*.mark:after {
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    height: 19px;
    background: #b5e9ff;
    z-index: -1;
    top: 17px;
}*/
.error-border {
    border-color: red !important;
}

.wlcm-dtl p {
    color: #272727;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
}
.wlcm-dtl {
    margin-bottom: 81px;
}
.service-dtl {
    border: solid 1px #e5e5e5;
    border-radius: 0;
    border-top: 11px solid #e5e5e5;
    padding: 55px 10px 39px;
    min-height: 400px;
}
.service-dtl img {
    display: block;
    margin: auto;
    margin-top: 0;
    margin-bottom: 51px;
}
.service-dtl h6 {
    color: #272727;
    font-family: 'SourceSansPro-Semibold', sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;

}
.service-dtl p {
    color: #01b1e8;
    font-family: SourceSansPro-Regular, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.link-more {
    color: #272727;
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    text-decoration: underline;
    letter-spacing: 1px;
}
/*================================  
        SLICK SLIDER START       
 =================================*/
/* the parent */
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    opacity: 0.7;
}
.slick-slide {
    margin: 0 23.5px;
}
.slick-list {
    margin: 0 -23.5px;
}
.slick-prev, .slick-next {
    width: 33px;
    height: 66px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10;
    bottom: 0;
}
.slick-prev {
    background-image: url('../img/srvc-lft.svg');
    left: -53px;
}
.slick-next {
    background-image: url('../img/srvc-rgt.svg');
    right: -53px;
}
/*Testimonials*/
.tstmonial-slider .slick-prev, .tstmonial-slider .slick-next {
    width: 47px;
    height: 33px;
}
.tstmonial-slider .slick-prev {
    background-image: url('../img/testi-aro-lft.svg');
    left: -99px;
}
.tstmonial-slider .slick-next {
    background-image: url('../img/testi-aro-rgt.svg');
    right: -99px;
}
/*Industry*/
.industry-slider .slick-slide {
    margin: 0 15px;
}
.industry-slider .slick-list {
    margin: 0 -15px;
}
.industry-slider .slick-prev, .industry-slider .slick-next {
    width: 32px;
    height: 20px;
}
.industry-slider .slick-prev {
    background-image: url('../img/testi-aro-lft.svg');
    left: -99px;
}
.industry-slider .slick-next {
    background-image: url('../img/testi-aro-rgt.svg');
    right: -99px;
}
/*================================
        SLICK SLIDER END       
 =================================*/
.apit-lft {
    width: 57%;
    background: #f8f8f8;
    padding: 60px 40px 60px 120px;
    box-sizing: border-box;
}
.apit-rgt {
    width: 43.1%;
}
.apit-lft h3 {
    margin-bottom: 40px;
}
ul.apit-plan {
    display: inline-flex;
    /*justify-content: space-between;*/
    width: 100%;
    margin-bottom: 20px;
}
ul.apit-plan > li {
    width: 27%;
    margin-right: 70px;
}
ul.apit-plan li:nth-child(3n) {
    margin-right: 0;
}
ul.apit-plan > li > h6 {
    color: #272727;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
ul.apit-plan li ul li {
    color: #272727;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    width: 100%;
    margin-bottom: 20px;
}
ul.apit-plan li ul li {
    display: inline-flex;
    width: 100%;
    align-items: end;
}
ul.apit-plan li ul li:before {
    content: url(../img/how-icon.svg);
    position: relative;
    margin-right: 7px;
}
.mob-img {
    display: none;
}
.apit-rgt {
    background-size: cover;
    background-position: center;
}
.apit-lft .btn,
.abt-btm-top .btn,
.abt-btm-block.ltst-btm .abt-btm-top form input[type="submit"] {
    color: #01b1e8;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 40px;
    border: solid 1px #01b1e8;
    min-width: 200px;
    display: inline-block;
    padding: 16.5px 25px 15.5px;
    cursor: pointer;
}
.abt-btm-block.ltst-btm .abt-btm-top form input[type="submit"]{
  padding: 16.5px 44px 15.5px;
      min-width: auto;
    width: auto;
        margin-bottom: 0;
}
.tstmonial-slider {
    width: 1000px;
    margin: auto;
    margin-top: 20px;
    display: inline-block;
}
.tstmonial-data {
    display: block;
    padding: 60px 65px 52px;
    border-radius: 20px;
    background: #f8f8f8;
    position: relative;
}
.tstmonial-data:before {
    content: url(../img/testi-quote.svg);
    position: absolute;
    left: 0;
    top: 0;
}
.tstmonial-data img {
    margin: auto;
    margin-bottom: 20px;
}
.tstmonial-data h6 {
    color: #01b1e8;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.tstmonial-data p {
    color: #272727;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
}
.foundr-idx {
    width: 100%;
    display: inline-block;
    margin-bottom: 80.5px;
}
.fnd-lft {
    display: inline-block;
    width: 47.5%;
    float: left;
}
.fnd-rgt {
    width: 49.4%;
    display: inline-block;
    float: right;
}
.fnd-lft h6, .fnd-rgt h6 {
    color: #272727;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 21px;
}
.fnd-lft p {
    color: #272727;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 30px;
}
.fnd-lft .btn {
    display: inline-block;
    border-radius: 40px;
    border: solid 1px #01b1e8;
    color: #01b1e8;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    padding: 16.5px 23.5px 15.5px;
}
.progress-block h5 {
    color: #272727;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 14px;
    text-transform: uppercase;
}







/*=================================
          PROGRESSBAR START            
  =================================*/
.barfiller {
  width: 100%;
  height: 10px;
  background: #e2e2e2;
  border: 1px solid #e2e2e2;
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
}

.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: #01b1e8 !important;
  z-index: 1;
    border-radius: 5px;
}

.barfiller .tipWrap { display: none; }

.barfiller .tip {
  margin-top: -32px;
  margin-left: 19px;
  padding: 5px 6.5px;
  left: 0px;
  position: absolute;
  z-index: 2;
  background: #01b1e8;
  color: #ffffff;
  font-family: 'SourceSansPro-Light', sans-serif !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  border-radius: 4px 4px 4px 0;
}

.barfiller .tip:after {
  border: solid;
  border-color: rgb(1 177 232) transparent;
  border-width: 6px 8px 0 0;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 9
}
/*=================================
          PROGRESSBAR END          
  =================================*/

.faq-idx .container{
    padding: 0 65px;
}
.associan-idx .container {
    padding: 0 42px;
}
/*ACCORDIAN*/
#accordion {
    list-style: none;
    padding: 0px;
    padding: 0 0 0 33px;
    position: relative;
}
#accordion > li {
    display: block;
    list-style: none;
    border-bottom: solid 1px #9ca7ac;
    margin-bottom: 40px;
    padding-bottom: 10px;
}
#accordion > li > span {
    display: block;
    margin: 0 0 30px 0;
    background-size: 20px;
    color: #272727;
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-flex;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#accordion > li > div {
    list-style: none;
    padding: 0 0 20px 3px;
    display: none; overflow:auto
}
#accordion > ul li {
    font-weight: normal;
    cursor: auto;
    padding: 0 0 0 7px;
}
#accordion a {
    text-decoration: none;
}
#accordion > li > div p {
    color: #465358;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
#accordion > li > div ul{
    margin-bottom: 20px;
}
#accordion > li > div ul li {
    color: #272727;
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 1px;
    display: flex;
}
#accordion > li > div ul li:before {
    content: url(../img/faq-bullet.svg);
    margin-right: 12px;
}
#accordion > li > span:before {
    content: '\f3d1';
    font-family: 'Ionicons';
    font-size: 20px;
    margin-left: 0;
    position: absolute;
    left: 0px;
    text-align: center;
    display: block;
    width: auto;
    color: #272727;
    font-weight: 400;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#accordion > li > span.active:before {
    transform: rotate(90deg);
}
.associan-idx h3 {
    color: #01b1e8;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 33px;
}
.contact-idx {
    position: relative;
    width: 100%;
    display: inline-flex;
}
.contct-left, .contct-rgt {
    width: 50%;
    position: relative;
        display: grid;
}
.contct-left {
    background: url(../img/contact.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 117px 0 118px 120px;
}
.contct-left:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, #1E8BCB, #27377A);
    width: 100%;
    height: 100%;
    opacity: 0.7;
}
.contact-main {
    position: relative;
}
.contact-main h4 {
    color: #ffffff;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 45px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
ul.social-icons {
    display: inline-flex;
    margin-bottom: 50px;
}
ul.social-icons li {
    margin-right: 23px;
}
ul.contact-add h6 {
    color: #ffffff;
    font-family: 'SourceSansPro-Semibold', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
ul.contact-add a {
    color: #ffffff;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 1px;
    margin-bottom: 10px;
        display: table;
}
ul.contact-add {
    width: 50%;
}
.direct-link {
    color: #ffffff;
    font-family: 'SourceSansPro-Semibold', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: underline;
}
ul.contact-add li {
    margin-bottom: 40px;
}
ul.contact-add li:last-child {
    margin: 0;
}
footer {
    background: #27292a;
    color: #fff;
    width: 100%;
    display: inline-block;
    padding-top: 60px;
}
.ft-top {
    width: 100%;
    position: relative;
    display: inline-flex;
    justify-content: space-between;
}
.ft-top div h6 {
    color: #01b1e8;
    font-family: 'SourceSansPro-Semibold', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 13px;
}
.ft-top div ul li {
    color: #cfcfcf;
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 13px;
}
.ft-top div ul li:last-child {
    margin-bottom: 0;
}
.ft-top div p {
    color: #cfcfcf;
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 10px;
}
.ft-top div form input {
    min-width: 290px;
    border: solid 1px #cfcfcf;
    background: transparent;
    border-radius: 5px;
    display: block;
    color: #cfcfcf;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    padding: 10.9px 15px 9.6px;
    margin-bottom: 15px;
}
.ft-top div form input::placeholder{
    color: #cfcfcf;
}
.ft-top div form input[type="submit"] {
    min-width: 125px;
    background: #01b1e8;
    border-color: #01b1e8;
    border-radius: 35px;
    color: #ffffff;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12.5px 46.31px 12.8px 45.69px;
    box-sizing: border-box;
        cursor: pointer;
}
.ft-top div:last-child {
    text-align: right;
}
.ft-top div:last-child > a {
    margin-bottom: 20px !important;
    display: block;
}
a.ist {
    color: #01B1E8;
}
ul.ft-lft {
    float: left;
    margin-right: 35px;
    width: 95px;
}
ul.ft-rgt {
    float: right;
    width: 190px;
}
.ft-top div:nth-child(1) {
    width: 321px;
}
.ft-top div:nth-child(2) {
    width: 219px;
}
.ft-top div:nth-child(3) {
    width: 290px;
}
.ft-top div:nth-child(4) {
    width: 180px;
}
.ft-top div {
    margin-bottom: 15px;
}
.ft-line {
    display: block;
    width: 100%;
    margin-top: 20px;
    border: solid 1px #cfcfcf;
}
.ft-btm {
    padding: 29px 0 30px;
    text-align: center;
}
.ft-btm p {
    color: #cfcfcf;
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
}
.ft-btm p span {
    color: #01B1E8;
}
.head-main.sticky-header {
    position: fixed;
    z-index: 999;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    padding:10px 0;
    -webkit-transition: all ease 0s;
    transition: all ease 0s;
    box-shadow: -2px 6px 20px -5px rgb(79 79 79 / 13%);
}
.head-main.sticky-header .logo img {
    height: auto;
}
.sticky-header .menu-rgt ul li {
    color: #272727;
}
.menu-rgt ul li:last-child {
    margin-right: 0;
}
.inner-banner {
    min-height: 400px;
    padding: 190px 0 50px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 80px;
}
.inner-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(0deg, #0C2476, #02A9E1);
    opacity: 0.7;
}
.inner-banner-detail {
    /*position: relative;*/
    color: #fff;
}
.inner-banner-detail h1 {
    color: #ffffff;
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -1px;
    margin-bottom: 10px;
    position: relative;
}
.inner-banner-detail p {
    color: #ffffff;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    position: relative;
}
.breadcrumb {
    position: absolute;
    display: flex;
    color: #ffffff;
    font-family: 'SourceSansPro-Semibold', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 1px;
    bottom: 51px;
}
.breadcrumb ul {
    margin-left: 15px;
    display: flex;
}
.breadcrumb ul li {
    color: #ffffff;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
    font-style: italic;
}
.breadcrumb ul li:after {
    content: '/';
    padding: 0 5px;
}
.breadcrumb ul li:last-child:after {
    content: '';
}
.breadcrumb ul li a{
    text-decoration: underline;
}

.abt-lft-block, .abt-rgt-block {
    position: relative;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.abt-lft-dtl {
    width: 47.5%;
}
.abt-rgt-dtl {
    width: 45.9%;
}
.abt-lft-dtl h2 {
    color: #272727;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 45px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.abt-lft-dtl p {
    color: #272727;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}
.abt-lft-dtl p {
    color: #272727;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 30px;
}
.abt-rgt-dtl img {
    width: 300px;
    display: inline-block;
    height: auto;
    float: right;
    border-radius: 10px;
}
.abt-rgt-dtl {
    display: flex;
    align-items: end;
} 
img.abt-img {
    transform: translate(-50px, 70px);
}
.abt-lft-dtl {
    padding-top: 40px;
}
.abt-rgt-block {
    flex-direction: row-reverse;
}
.abt-rgt-block .abt-lft-dtl {
    padding-top: 0;
}
.abt-rgt-block .abt-rgt-dtl {
    padding-top: 40px;
}
.abt-lft-dtl ul li {
    color: #01B1E8;
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    display: flex;

}
.abt-lft-dtl ul {
    margin-bottom: 30px;
}
.abt-lft-dtl p a {
    color: #01B1E8;
}
.abt-btm-block {
    position: relative;
    width: 100%;
    padding-top: 180px;
}
.abt-btm-sub {
    width: 100%;
    position: relative;
    display: flex;
}
.abt-btm-sub img {
    width: 100%;
    height: auto;
}
.abt-btm-top h5 {
    color: #ffffff;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 1px;
    margin-bottom: 31px;
        position: relative;
}
.abt-btm-top {
    width: 720px;
    float: right;
    background: linear-gradient(0deg, #0C2476, #02A9E1);
    padding: 70px 130px 70px 70px;
    color: #fff;
    box-sizing: border-box;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
}
.abt-btm-top p {
    color: #ffffff;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 1px;
    margin-bottom: 30px;
        position: relative;
}
.abt-btm-top:before {
    content: url(../img/logo-mask.png);
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.55;
}
.abt-process-block {
    width: 100%;
    background: #f8f8f8;
    position: relative;
    padding: 60px 0 11px;
}
ul.proces-dtl {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
ul.proces-dtl li {
    width: 30.2%;
    margin-bottom: 50px;
        position: relative;
         margin-right: 56px;   
}
ul.proces-dtl li:nth-child(3n) {
    margin-right: 0;
}
ul.proces-dtl li span {
    color: rgba(1,177,232,0.2);
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 70px;
    font-weight: 400;
    line-height: 88px;
}
ul.proces-dtl li h6 {
    color: #272727;
    font-family: 'SourceSansPro-Semibold', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: -12px;
    transform: translateY(-32px);
}
ul.proces-dtl li p {
    color: #272727;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
}
.abt-achieve-block> div > p {
    color: #272727;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    width: 880px;
    margin: auto;
    margin-bottom: 40px;
}

.abt-achieve-block {
    text-align: center;
}
.timeline {
    position: relative;
    width: 906px;
    margin: auto;
    margin-top: 44px;
    display: inline-block;
}
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #0c2476;
    top: 33px;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
    height: 50%;
}
.timeline > div {
    width: 412px;
    border: solid 1px #e5e5e5;
    background: #ffffff;
    text-align: left;
    position: relative;
}
.container-right {
    left: 0;
}
.container-left {
    left: 0;
}
.container-right .content::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: -10px;
    border: medium solid #bd3f3f;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e5e5e5 transparent transparent;
}
.container-right .content::after {
    content: " ";
    height: 0;
    position: absolute;
    top: 23px;
    width: 0;
    z-index: 1;
    left: -9px;
    border: medium solid #bd3f3f;
    border-width: 9px 9px 9px 0;
    border-color: transparent #ffffff transparent transparent;
}
.container-left .content:before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: -10px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e5e5e5;
}
.container-left .content::after {
    content: " ";
    height: 0;
    position: absolute;
    top: 23px;
    width: 0;
    z-index: 1;
    right: -9px;
    border: medium solid white;
    border-width: 9px 0 9px 9px;
    border-color: transparent transparent transparent #ffffff;
}
.content h2 {
    background: #f8f8f8;
    color: #272727;
    font-family: 'SourceSansPro-Semibold', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    padding: 7.5px 19px;
}
.sontent-sub {
    padding: 10px 19px 11px;
}
.abt-lft-dtl ul li:before {
    content: url(../img/about-how-tick.svg);
    margin-right: 10px;
}
.sontent-sub h6 {
    color: #272727;
    font-family: 'SourceSansPro-Semibold', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
}
.sontent-sub ul li {
    color: #272727;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    display: inline-flex;
}
.sontent-sub ul li:before {
    content: '\f3d1';
    font-family: 'Ionicons';
    font-size: 17px;
    margin-right: 10px;
}
.timeline > div:after {
    content: url(../img/about-timeline.svg);
    position: absolute;
    width: 20px;
    height: 20px;
    right: -16px;
    top: 23px;
    z-index: 1;
}
.container-right:after {
    left: -53px;
}
.container-left:after {
    margin-right: -35px;
}
.container-right {
    float: right;
    margin-bottom: 116px;
}
.container-left {
    float: left;
    margin-top: 116px;
}
.container-right:last-child {
    margin-bottom: 0;
}
.sontent-sub ul {
    margin-bottom: 10px;
}
.faq-idx.about-faq {
    margin-bottom: 80px;
    background: #f8f8f8;
    padding: 60px 0 19px;
}
.service-block {
    width: 980px;
    margin: auto;
    margin-bottom: 80px;
}
.service-block p {
    color: #272727;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    margin-bottom: 35px;
}
.service-block p a {
    color: #2195D3;
}
.srvc-dtl-block {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    margin-bottom: 4px;
}
.srvc-dtl-block .srvc-dtl-sub {
    width: calc(100% / 4 - 40px);
    border: solid 1px #e5e5e5;
    margin-bottom: 47px;
    text-align: center;
    padding: 10px;
    padding-bottom: 22px;
    border-top: 10px solid #e5e5e5;
    padding-top: 50px;
    min-height: 310px;
        margin-right: 53px;
}
.srvc-dtl-block .srvc-dtl-sub:nth-child(4n) {
    margin-right: 0;
}
.srvc-dtl-sub img {
    margin-bottom: 30px;
}
.srvc-dtl-sub h6 {
    color: #272727;
    font-family: 'SourceSansPro-Semibold', sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.srvc-dtl-sub p {
    color: #01b1e8;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    margin-bottom: 0;
}
img.srvc-img {
    display: block;
    margin: auto;
    margin-bottom: 43.5px;
}
.srvc-btm .abt-btm-top p {
    width: 371px;
}
.cont-block {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: end;
    position: relative;
    margin-bottom: 80px;
}
.cont-rgt {
    text-align: left;
    width: 46.7%;
}
.cont-rgt h4,
.cont-rgt h2 {
    text-align: left;
    margin-bottom: 40px;
}
.cont-rgt ul li {
    margin-bottom: 30px;
}
.cont-rgt ul li h6 {
    color: #465358;
    font-family: 'SourceSansPro-Semibold', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.cont-rgt ul li a {
    color: #465358;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 1px;
    display: inline-block;
}
.cont-rgt ul li a.cnt-dir {
    color: #2195d3;
    font-family: 'SourceSansPro-Semibold', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: underline;
    display: block;
    margin-top: 10px;
}
.cont-rgt ul li.social-contct {
    margin-top: 10px !important;
    display: inline-block;
}
li.social-contct a {
    display: inline-block !important;
    margin-right: 20px;
}
li.social-contct a:last-child {
    margin: 0;
}
textarea {
  resize: none;
}
.cont-lft {
    width: 480px;
    background: #eeeeee;
    box-shadow: 0px 4px 7px rgb(65 65 65 / 50%);
    padding: 50px 50px 40px;
    /*transform: translateY(-130px);*/
    position: absolute;
    right: 0;
    top: -130px;
}
.cont-lft h5 {
    color: #0c2476;
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
}
.cont-lft form input, .cont-lft form textarea{
    border-radius: 5px;
    border: solid 1px transparent;
    background: #ffffff;
    width: 100%;
    margin-bottom: 20px;
    color: #9ca7ac;
    font-family: 'SourceSansPro-ExtraLigh', sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    padding: 23px 20px;
}
.cont-lft form input::placeholder,
.cont-lft form textarea::placeholder {
    color: #9ca7ac;
}
.cont-lft form textarea {
    padding: 13px 20px;
    height: 140px;
    box-sizing: border-box;
}
.cont-lft form input[type="submit"] {
    width: 100%;
    border-radius: 5px;
    background: #0c2476;
    cursor: pointer;
    color: #fff;
    font-family: 'SourceSansPro-Semibold', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 25px;
}
.cont-lft form input:focus, .cont-lft form textarea:focus {
    border-color: #0c2476;
}
.cont-map {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.cont-map img {
    width: 100%;
}
.cont-map {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.inner-banner.contact-banner {
    margin-bottom: 50px;
}
.srvc-in-block {
    width: 100%;
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
        margin-bottom: 80px;
}
.srvc-in-lft {
    width: 62.5%;
}
.srvc-in-rgt {
    width: 32.5%;
}
.srvc-in-lft p,
.srvc-in-lft > span {
    color: #272727;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 40px;
}
.srvc-in-lft > span {
    display: block;
    font-family: 'SourceSansPro-Regular', sans-serif;
}
.srvc-in-lft p.font-style {
    font-family: 'SourceSansPro-Regular', sans-serif;
    margin-bottom: 0;
}
.srvc-in-lft ul li {
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #01B1E8;
    display: flex;
}
.srvc-in-lft ul li:before {
    content: '-';
    margin-right: 5px;
}
.srvc-in-rgt h4 {
    color: #272727;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    padding: 0 10px;
    margin-bottom: 20px;
}
.srvc-in-rgt ul li {
    color: #272727;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 60px;
    background: #f8f8f8;
    padding: 0 25px;
    display: flex;
}
.srvc-in-rgt ul li:before {
    content: url(../img/srvc-inr-bullet.svg);
    position: relative;
    line-height: 0;
    margin-right: 15px;
    top: 15px;
    height: 50%;
}
.srvc-in-rgt ul li.active:before ,
.srvc-in-rgt ul li:hover::before {
    content: url(../img/about-how-tick.svg);
}
.srvc-in-rgt ul li.active, .srvc-in-rgt ul li:hover {
    background: #e5f5fc;
    color: #01B1E8;
}
.srvc-in-rgt ul {
    border-top: solid 1px #9ca7ac;
}
.srvc-hlp-block {
    width: 100%;
    position: relative;
    background: #f8f8f8;
    padding: 60px 0 43px;
        margin-bottom: 80px;
}
.srvc-hlp-block .top-title {
    text-align: left;
    margin-bottom: 40px;
}
.srvc-hlp-block ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.srvc-hlp-block ul li {
    width: 45.70%;
    display: inline-flex;
    margin-bottom: 43px;
}
.srvc-hlp-block ul li:nth-child(odd) {
    margin-right: 60px;
}
.srvc-hlp-block ul li div h5 {
    color: #01b1e8;
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}
.srvc-hlp-block ul li div p {
    color: #272727;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}
.srvc-hlp-block ul li div:first-child {
    width: 50px;
}
.srvc-hlp-block ul li div:last-child {
    width: calc(100% - 50px);
}
.feature-artcl .main-title,
.ltst-artcl h3.main-title {
    margin-bottom: 30px;
}
.feature-artcl-main {
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 6px rgb(129 129 129 / 50%);
    border-right: 2px solid #01b1e8;
    display: inline-flex;
    /*align-items: center;*/
    margin-bottom: 80px;
}
.feature-artcl-lft {
    width: 50%;
    position: relative;
    display: flex;
}
.feature-artcl-rgt {
    width: 50%;
    position: relative;
}
.blog {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #ffffff;
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    border-radius: 10px;
    background: rgba(000, 000, 000, 0.5);
    padding: 3px 16px;
}
.feature-artcl-rgt {
    padding: 30px;
}
.feature-artcl-rgt h6 {
    color: #272727;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.feature-artcl-rgt h4 {
    color: #272727;
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 10px;
}
.feature-artcl-rgt p {
    color: #272727;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 10px;
}
.feature-artcl-rgt a.link,
.ltst-dtl a.link {
    color: #01b1e8;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: inline-block;
}
.feature-artcl-rgt a.link:after,
.ltst-dtl a.link:after {
    content: '\f30f';
    font-family: 'Ionicons';
    margin-left: 10px;
}
.ltst-dtl a.link {
    margin-bottom: 0;
}
.feature-artcl-rgt span {
    color: #272727;
    font-family: 'SourceSansPro-Semibold', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    display: block;
}
.menu-rgt ul li ul.sub-menu {
    position: absolute;
    visibility: hidden;
    width:80%;
    /*display: block;*/
    background: #ffffff;
    border-bottom: 1px solid #27272730;
    border-left: 1px solid #27272730;
    border-right: 1px solid #27272730;
    transition: transform 0.2s linear 0.5s, opacity 0.1s linear 0.5s, visibility 0.1s linear 0.5s;
    -moz-transition: transform 0.2s linear 0.5s, opacity 0.1s linear 0.5s, visibility 0.1s linear 0.5s;
    -webkit-transition: transform 0.2s linear 0.5s, opacity 0.1s linear 0.5s, visibility 0.1s linear 0.5s;
    opacity: 0;
}
.menu-rgt ul li ul.sub-menu{
    transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -webkit-transform: translateY(50px);
}
.menu-rgt ul li ul.sub-menu li a{
    display: block;
    width: 100%;
    margin: 0;
    text-align: left;
    padding: 15px 15px;
    font-family: 'SourceSansPro-Light', sans-serif;
    border-left: 3px solid transparent;
    color: #272727;
}
.menu-rgt ul li ul.sub-menu li{
    margin:0;
    border-top: 1px solid #27272730;
}
.menu-rgt ul li ul.sub-menu li:hover a {
    border-left-color: #01b1e8;
    background: #f4f4f4;
}
.menu-rgt ul li:hover .sub-menu {
    /*display: block;*/
    visibility: visible;
    opacity: 1;
    transform: translateY(35px);
    -o-transform: translateY(35px);
    -ms-transform: translateY(35px);
    -moz-transform: translateY(35px);
    -webkit-transform: translateY(35px);
    transition: transform 0.2s linear 0.5s, opacity 0.1s linear 0.5s, visibility 0.5s linear 0.5s;
    -moz-transition: transform 0.2s linear 0.5s, opacity 0.1s linear 0.5s, visibility 0.1s linear 0.5s;
    -webkit-transition: transform 0.2s linear 0.5s, opacity 0.1s linear 0.5s, visibility 0.1s linear 0.5s;
}
.menu-rgt > ul > li {
    padding: 37px 0;
}
.mo-menu ul.sub-menu li a {
    padding: 0;
    font-size: 15px;
    font-family: 'SourceSansPro-Light', sans-serif;
}
.mo-menu ul.sub-menu{
  display: none;
}

.mob-sub-link {
    width: 29px;
}
.mob-sub-link:after {
    content: '\f3d3';
    font-family: 'Ionicons';
    font-size: 15px;
    margin-left: 9px;
    font-weight: bold;
    float: right;
}
.mob-sub-link:after {
    text-align: right;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}
.mob-sub-link.active:after {
    transform: rotate(90deg);
}
.srch-artcl {
    width: 100%;
    margin-bottom: 80px;
}
.srch-artcl {
    width: 100%;
    margin-bottom: 80px;
    display: flex;
    border-radius: 5px;
    border: solid 1px #9ca7ac;
    background: #ffffff;
    justify-content: space-between;
}
.srch-artcl form {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
}
.select-box {
    width: 50%;
    display: inline-flex;
    flex-direction: row-reverse;
        align-items: baseline;
}
.srch-artcl form input {
    border: none;
    border-radius: 5px;
}
.srch-artcl form input[type="text"] {
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    padding: 23px 0 23px 73px;
    position: relative;
    color: #272727;
    width: 50%;
}
.srch-artcl form input[type="text"]::placeholder {
    color: rgba(39,39,39,0.3);
}
.srch-artcl form.searchbox:before {
    content: url(../img/media-search.svg);
    position: absolute;
    top: calc(50% - 14px);
    z-index: 1;
    left: 34.5px;
}
 .inactive {
    opacity: .5;
    pointer-events: none;
}
span.bullet {
    color: #ffffff;
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    border-radius: 15px;
    background: rgba(1,177,232,0.5);
    padding: 5.5px 19px 5.5px 15px;
    position: relative;
    display: inline-block;
        display: inline-block;
    width: auto;
    /*cursor: pointer;*/
}
span.bullet:after {
    content: url(../img/media-cat-close.svg);
    position: relative;
    margin-left: 13px;
    cursor: pointer;
}
/*form.searchbox {
    width: calc(100% - 145px);
}
form.selectbox, .nice-select {
    width: 145px;
}*/
form.selectbox .nice-select {
  width: 145px;
}
.catagorie-block {
    display: inline-block;
    padding: 22px;
    float: right;
}
.ltst-artcl {
    width: 100%;
    position: relative;
    margin-bottom: 28px;
}
.ltst-inner {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    position: relative;
}
.ltst-inner .ltst-sub {
    width: 30.9%;
    min-height: 500px;
    position: relative;
    background: #ffffff;
    box-shadow: 0px 0px 6px rgb(129 129 129 / 50%);
    margin-right: 43px;
    border-bottom: 2px solid #01b1e8;
    margin-bottom: 52px;
}
.ltst-inner .ltst-sub:nth-child(3n) {
    margin-right: 0;
}
.ltst-img {
    position: relative;
    min-height: 230px;
}
.ltst-dtl {
    padding: 30px 20px 31px;
}
.ltst-dtl h5 {
    color: #272727;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 3px;
}
.ltst-dtl h6 {
    color: #01b1e8;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.ltst-dtl h2 {
    color: #272727;
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 10px;
}
.ltst-dtl p {
    color: #272727;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 10px;
}
.abt-btm-block.ltst-btm .abt-btm-top {
    padding: 55px 120px 55px 70px;
}
.abt-btm-block.ltst-btm .abt-btm-top h5 {
    margin-bottom: 18px;
}
.abt-btm-block.ltst-btm .abt-btm-top form input[type="email"] {
    margin-right: 0;
}
.abt-btm-block.ltst-btm .abt-btm-top form input {
    width: 48.30%;
    margin-right: 13.5px;
    border: solid 1px #ffffff;
    margin-bottom: 25px;
    border-radius: 15px;
    color: #ffffff;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 1px;
    padding: 15px;
    background: transparent;
}
.abt-btm-block.ltst-btm .abt-btm-top form input::placeholder{
  color: #ffffff;
}
.media-dtl {
    width: 980px;
    margin: auto;
    position: relative;
    margin-bottom: 50px;
}
.media-dtl-top {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
.media-dtl-top img {
    width: 100%;
}
.media-dtl-btm {
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}
.media-dtl-btm > h6:first-child {
    color: #272727;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: initial;
}
ul.contact-add > li:first-child > a:nth-of-type(2) {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: underline;
    display: table;
    font-family: 'SourceSansPro-Semibold', sans-serif;
}
.media-dtl-btm > h6:first-child span {
    color: #01B1E8;
}
.media-dtl-btm > h6 {
    color: #272727;
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.media-dtl-btm h2 {
    color: #272727;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 45px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.media-dtl-btm p {
    color: #272727;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 30px;
}
.media-dtl-btm > h3 {
    color: #272727;
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 30px;
    position: relative;
}
.media-dtl-btm > div > ul li {
    color: #272727;
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 30px;
}
.media-dtl-btm > div > ul li strong {
    color: #01B1E8;
    font-family: 'SourceSansPro-Semibold', sans-serif;
}
.media-dtl-btm > h3 span.mark:after {
    top: 10px;
    height: 12px;
}
.abt-lft-block.client-rigt {
    margin-bottom: 130px;
}
.cli-rights-dtl {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}
.cli-rights-dtl h5 {
    color: #272727;
    font-family: 'SourceSansPro-Semibold', sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
}
.cli-rights-dtl p, .cli-rights-dtl ul li, .cli-rights-dtl p, .cli-rights-dtl > span{
    color: #272727;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 40px;
}
.cli-rights-dtl h6 {
    color: #272727;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}
.cli-rights-dtl ul li {
    margin-bottom: 0;
    display: block;
    width: 100%;
}
.cli-rights-dtl ul {
    margin-bottom: 40px;
}
.cli-rights-dtl ul li span {
    font-family: 'SourceSansPro-Semibold', sans-serif;
    color: #01B1E8;
}
.cli-rights-dtl ul li:before {
    content: url(../img/srvc-inr-bullet.svg);
    position: relative;
    margin-right: 3px;
    height: 100%;
    width: auto;
    display: inline-flex;
}
ul.clent-rights-block li:last-child:before {
    content: '';
}
.cli-rights-dtl p a {
    color: #01B1E8;
    font-family: 'SourceSansPro-Semibold', sans-serif;
}
.cli-rights-dtl h3 {
    color: #272727;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
}
/*toggle*/
div.toggle-btns {
  /*position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);*/
  display: inline-block;
}
div.toggle-btn {
  margin: 0 20px;
}
.toggle-btn label {
    position: relative;
    display: block;
    width: 90px;
    height: 40px;
    background: #fff0;
    border-radius: 20px;
    transition: all 300ms linear;
    border: solid 1px #0c2476;
    cursor: pointer;
}
div.toggle-btns {
    display: inline-flex;
    align-items: center;
}
.quest-dtl-lft span {
    color: #272727;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}
.toggle-btn label:before {
    position: relative;
    content: "";
    width: 30px;
    height: 30px;
    background: #01b1e8;
    display: block;
    border-radius: 50%;
    top: 4px;
    left: 5px;
    transition: all 300ms linear;
}
.toggle-btn.red input:checked + label {
  background:orangered;
}
.toggle-btn input:checked + label {
  background:#00acee;
}
.toggle-btn input:checked + label:before {
    left: 53px;
    background: #fff;
}

.toggle-btn input {
  display:none;
}
/*toggle end*/
.quest-main {
    display: inline-block;
    width: 100%;
    position: relative;
        margin-bottom: 80px;
}
.quest-main .main-title {
    margin-bottom: 30px;
}
.quest-dtl {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
        margin-bottom: 40px;
        align-items: end;
}
.quest-dtl-rgt {
    width: 31.70%;
}
.quest-dtl-lft {
    width: calc(100% - 31.70% - 63px);
    position: relative;
}
.quest-dtl-rgt h3 {
    color: #272727;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}
.quest-dtl-rgt p {
    color: #01b1e8;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}
.quest-dtl-lft .nice-select {
    height: auto;
    border: 1px solid #0c2476;
    background: #fff;
    border-radius: 5px;
    padding: 18px 20px;
    color: #9ca7ac;
    font-family: SourceSansPro-ExtraLight, sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    width: 100%;
    text-transform: inherit;
}
.quest-dtl-lft input {
    border-radius: 5px;
    border: solid 1px #0c2476;
    background: #ffffff;
    font-family: 'SourceSansPro-ExtraLight', sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    width: 100%;
    padding: 18px 20px;
    box-sizing: border-box;
}
.quest-dtl-lft > .check-box-style > input[type="checkbox"]{
    border-radius: 3px;
    border: solid 1px #0c2476;
    background: #ffffff;
    font-family: 'SourceSansPro-ExtraLight', sans-serif;
    font-size: 23px;
    font-weight: 200;
    line-height: 24px;
    width: 26px;
    height: 26px;
    padding: 3px 3px;
    box-sizing: border-box;
    margin-right: 25px;
    cursor: pointer;
}
.quest-dtl-lft input::placeholder {
    color: #9ca7ac !important;
}

.quest-dtl-lft .nice-select .option {
    color: #272727;
    font-family: 'SourceSansPro-Regular', sans-serif;
}
.quest-dtl-lft span.current {
  color: #9CA7AC;
  font-size: 16px;
    font-weight: 200;
    line-height: 24px;
}
.quest-dtl-lft .nice-select:after {
    border-bottom: 1px solid #0C2476;
    border-right: 1px solid #0C2476;
    height: 9px;
    width: 8px;
}
.quest-main form input[type="submit"] {
    color: #ffffff;
    font-family: 'SourceSansPro-Semibold', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    background: #0c2476;
    border: 1px solid;
    padding: 25px 160px;
    cursor: pointer;
}
.quest-main form .main-title:nth-of-type(2) {
    margin-top: 10px;
}

.regular-checkbox {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
.regular-checkbox:active, .regular-checkbox:checked:active {
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked {
  background-color: transparent;
  border: 1px solid #0c2476;
 /* box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);*/
  color: #99a1a7;
}

.regular-checkbox:checked:after {
    content: '\f3fd';
    font-size: 36px;
    position: absolute;
    top: 0px;
    left: 5px;
    color: #0c2476;
    font-family: 'Ionicons';
}

.big-checkbox {
  padding: 18px;
}

.big-checkbox:checked:after {
  font-size: 28px;
  left: 6px;
}

.quest-dtl-lft:not(:only-child) {
    display: inline-flex;
    flex-wrap: wrap;
}
.quest-dtl-lft .check-box-style {
    width: 50%;
    display: inline-flex;
    align-items: center;
}
.quest-dtl-lft div label {
    color: #272727;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}
.check-box-style {
    margin-bottom: 40px;
}
.check-box-style:nth-last-child(1), .check-box-style:nth-last-child(2) {
    margin-bottom: 0;
}

/*radio style*/
.regular-radio {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
  padding: 9px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
}

.regular-radio:checked:after {
    content: ' ';
    width: 14px;
    height: 14px;
    border-radius: 50px;
    position: absolute;
    top: 4px;
    background: #99a1a700;
    text-shadow:initial;
    left: 4px;
    border: 1px solid #0C2476;
    font-size: 32px;
}

.regular-radio:checked {
  /*color: #99a1a7;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);*/
}

.regular-radio:active, .regular-radio:checked:active {
  /*box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);*/
}

.big-radio {
  padding: 16px;
}

.big-radio:checked:after {
  width: 24px;
  height: 24px;
  left: 4px;
  top: 4px;
}
/*radio style end*/

.button-holder {
    margin-right: 80px;
    display: inline-flex;
    align-items: center;
}
.button-holder input[type="radio"] {
    margin-right: 25px;
}
.button-holder input[type="radio"] {
    margin-right: 25px;
    border-radius: 50%;
    padding: 0;
    width: 26px;
    height: 26px;
    cursor: pointer;
}
.resorc-main-block {
    width: 100%;
    margin-bottom: 80px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.resorc-detail {
    width: 47.5%;
}
.resorc-img {
    width: 45.8%;
    position: relative;
    display: inherit;
}
.resorc-detail p {
    color: #272727;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 30px;
}
.resorc-detail a.link {
    color: #01b1e8;
    font-family: 'SourceSansPro-Semibold', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 40px;
    border: solid 1px #01b1e8;
    padding: 16.5px 30px 15.5px;
    display: inline-block;
}
.resorc-detail .main-title {
    margin-top: 40px;
    text-align: left;
}
.resorc-img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
0deg
, #0C2476, #02A9E1);
    top: 0;
    z-index: 9999;
    left: 0;
    opacity: 0.5;
}
.resorc-main-block:nth-child(2n) {
    flex-direction: row-reverse;
}
/*----- Tabs -----*/
.tabs {
  width:100%;
  display:inline-block;
}

/*----- Tab Links -----*/
/* Clearfix */
  .tab-links:after {
  display:block;
  clear:both;
  content:'';
}

.tab-links li {
  margin: 0;
    float: left;
    list-style: none;
    width: 50%;
    border-bottom: solid 1px #9ca7ac;
    padding-left: 31px;
    opacity: 0.6;
}
.tab-links li:first-child {
    padding: 0;
}
.tab-links li.active {
    border-color: #01B1E8;
    opacity: 1
}
.tab-links a {
  padding:0 0 15px 0;
  display:inline-block;
  transition:all linear 0.15s;
  width: 100%;
}
.tab-links li:hover {
    opacity: 1;
}
.tab-links a span {
    color: #272727;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-top: -31px;
    display: block;
}
.tab-links a h2 {
    color: rgba(1,177,232,0.2);
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 70px;
    font-weight: 400;
    line-height: 88px;
}
.tab-links a:hover {
  text-decoration:none;
  opacity: 1;
}

.tabs.benchmark-tab li.active a, .tabs.benchmark-tab li.active a:hover {
  background:#fff;
  color:#4c4c4c;
}

/*----- Content of Tabs -----*/
.tab-content {
  padding-top: 31px;
}

.tab {
  /*display:none;*/
  width: 47.5%;
  opacity: 0.6;
  display: block;
}

.tab.active {
  display:block;
  opacity: 1;
}
.benchmark-block {
    width: 100%;
    margin-bottom: 80px;
    display: inherit;
}
.tab-content {
    display: flex;
    justify-content: space-between;
}
.banchmark-form form label {
    display: block;
    width: 100%;
    color: #272727;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 10px;
}
.benchmark-block .main-title {
    text-align: left;
    width: 46.7%;
}
.benchmark-block p {
    color: #272727;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 20px;
}
.tabs.benchmark-tab {
    width: 100%;
    display: block;
}
ul.tab-links {
    width: 100%;
    display: inline-flex;
}
.banchmark-form input {
    border-radius: 5px;
    border: solid 1px #0c2476;
    background: #ffffff;
    color: #9ca7ac;
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 15px;
    font-weight: 200;
    line-height: 24px;
    width: 100%;
    padding: 18px 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.banchmark-form input[type="submit"], .banchmark-form a.btn {
    border-radius: 5px;
    background: #0c2476;
    width: auto;
    color: #ffffff;
    font-family: 'SourceSansPro-Semibold', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 25px 76px;
    float: right;
    margin-bottom: 0;
    margin-top: 30px;
    cursor: pointer;
    min-width: 281.92px;
    box-sizing: border-box;
}
.banchmark-form > form > div {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}
.banchmark-form > form > div > div {
    width: 47.40%;
}
.banchmark-form > form > div
.banchmark-form > form > div .nice-select {
    width: 100%;
    height: auto;
    border-radius: 5px;
    border: solid 1px #0c2476;
    background: #ffffff;
    padding: 18px 20px;
    color: #9ca7ac;
    font-family: SourceSansPro-ExtraLight, sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
}
.banchmark-form .nice-select {
    width: 100%;
    height: auto;
    border-radius: 5px;
    border: solid 1px #0c2476;
    background: #ffffff;
    padding: 18px 20px;
    color: #9ca7ac;
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    text-transform: capitalize;
        margin-bottom: 20px;
}
.banchmark-form .nice-select:after{
  border-color:  #0c2476;
}
.banchmark-form .nice-select .option {
    color: #272727;
}
.banchmark-form h3 {
    color: #272727;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.banchmark-form h3:nth-of-type(2) {
    margin-top: 30px;
}
.sitemap-main ul > li {
    color: #465358;
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 35px;

}
.sitemap-main ul > li > ul > li {
    font-family: 'SourceSansPro-Light', sans-serif;
    margin-bottom: 0px;
}
.sitemap-main ul > li:before {
    content: '-';
    position: relative;
    margin-right: 5px;
}
.sitemap-main ul > li > ul {
    margin-left: 29px;
}
.error-main {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    /*min-height: 800px;*/
    position: relative;
    height: 100vh;
    padding: 14% 0;
}
@media (max-width: 1500px){
  .error-main {height: 800px;padding: 244px 0;}
}
.error-main:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(
0deg
, #0C2476, #02A9E1);
    opacity: 0.7;
}
.erroe-msg {
    position: relative;
    color: #fff;
}
.erroe-msg h1 {
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 120px;
    font-weight: 700;
    line-height: 151px;
    color: #fff;
    margin-bottom: 20px;
}
.erroe-msg h2 {
    color: #ffffff;
    font-family: 'SourceSansPro-Semibold', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.erroe-msg p {
    color: #ffffff;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    width: 83.4%;
}
.erroe-msg .link, .erroe-msg p a {
    border-radius: 40px;
    background: #01b1e8;
    color: #0c2476;
    font-family: 'SourceSansPro-Semibold', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px 61px;
    display: inline-block;
}
.thank-you p {
    margin-bottom: 35px;
}
 .error-border > .nice-select {
    border-color: red;
}

/*bench-marking*/
.tab form {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tab{width:100%}
.banchmark-form > form > div {
    width: calc(100% / 2 - 31px);
    display: initial;
    justify-content: space-between;
    flex-wrap: wrap;
}
.banchmark-form > form > div > div {
    width: 100%;
}
.detail-form > div {
    width: 100% !important;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.detail-form > div > div {
    width: 47.40%;
}
/*bench-mark end*/

.benchmark-tab .nice-select .list{
  height: 300px;
  overflow: auto;
}
/*hover*/
.link-btn:hover, .banner-detail p > a:hover{
    background: #01b1e8;
    color: #fff;
}
a.link-btn.main-clr:hover {
    background: #0c2476;
    border-color: #0c2476;
}
a.menu-log:hover, .apit-lft .btn:hover,
.fnd-lft .btn:hover,
.abt-btm-block.ltst-btm .abt-btm-top form input[type="submit"]:hover,
.resorc-detail a.link:hover,
.abt-btm-top .btn:hover{
  background: #01b1e8;
    color: #fff;
    border-color:  #01b1e8;
}
.feature-artcl-rgt a.link:hover:after,
.ltst-dtl a.link:hover:after {
    margin-left: 15px;
}






.select-box input[type=button]{
  color: #ffffff;
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    border-radius: 15px;
    background: rgba(1,177,232,0.5);
    padding: 5.5px 30px 5.5px 18px;
    position: relative;
    display: inline-block;
    display: inline-block;
    width: auto;
     /*cursor: pointer;*/
}
.select-box .nice-select {
    width: 155px;
    margin-left: 22px;
}
.srvc-in-lft h3 {
    font-family: 'SourceSansPro-Regular', sans-serif;
    margin-bottom: 0;
    color: #272727;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}

.client-ser {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
    display: inline-flex;
    justify-content: center;
}
.client-ser ul {
    /*float: left;*/
    /*width: 100%;*/
    list-style: none;
    /*display: flex;
    justify-content: center;
    flex-wrap: wrap;*/
}
.client-ser ul li {
    float: left;
    width: 165px;
    height: 155px;
    margin-right: 30px;
    display: inline-block;
}
.client-ser ul li a {
    float: left;
    width: 100%;
    height: 100%;
    background: #cfd6e8;
    text-align: center;
    padding: 50px 0;
    box-sizing: border-box;
    font-family: 'SourceSansPro-Light', sans-serif;
    color: #405da3;
    font-size: 22px;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
.client-ser ul li:last-child {
    margin: 0;
}
.client-ser ul li:before {
    display:none;
}
.client-ser ul li a:hover {
    color: #FFF;
    background: #405da3;
}
.media-dtl-btm ol li {
    color: #272727;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    width: 100%;
    margin-bottom: 20px;
}
.media-dtl-btm ol {
    padding-left: 14px;
}

.media-dtl-btm > ul > li{
  color: #272727;
  font-family: 'SourceSansPro-Light', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 20px;
  /*display: inline-flex;*/
  width: 100%;
  /*align-items: end;*/
  flex-wrap: wrap;
  padding-left: 16px;
  position: relative;
}

.media-dtl-btm > ul > li > ul > li{
  color: #272727;
  font-family: 'SourceSansPro-Light', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 20px;
      display: inline-flex;
  width: 100%;
  align-items: end;
  flex-wrap: wrap;
  padding-left: 16px;
  position: relative;
}
.media-dtl-btm > ul > li:before, .media-dtl-btm > ul > li > ul > li:before {
    content: url(../img/how-icon.svg);
    position: absolute;
    margin-right: 7px;
    left: 0;
}
.media-dtl-btm > ul > li > ul {
    margin-top: 20px;
}
.media-dtl-btm a {
    color: #0ab4e9;
}
.client-ser ul li a {
    align-items: center;
    justify-content: center;
    display: flex;
}
#loadmoredata{    
    margin: 0 auto;
    width: auto;
    display: block;
    margin-bottom: 5%;
    color: #01b1e8;
    font-family: 'SourceSansPro-Bold', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 40px;
    border: solid 1px #01b1e8;
    min-width: 200px;
    padding: 16.5px 25px 15.5px;
    cursor: pointer;
    background: #fff;
}
::selection {
    background: #b6eaff;
    color: #272727;
}
.media-dtl-btm table {
    width: 100% !important;
}
.media-dtl-btm table td {
    padding: 10px;
    color: #272727;
    font-family: 'SourceSansPro-Regular', sans-serif;
}
.RightMargin {
    margin-right: 43px !important;
}
.noRightMargin {
    margin-right: 0 !important;
}
/*model*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: opacity 500ms;
  z-index: 9999999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 30px auto;
  padding: 20px;
  background: #fff;
  width: 720px;
  position: relative;
  text-align: center;
  padding: 110px 85px 98px 85px;
  background: url(../img/popupback.jpg);
  background-size: cover;
  color: #fff;

}
.popup > a {
    float: none;
    display: inline-block;
    width: 242px;
    background: #fff;
    padding: 20px 10px;
    box-sizing: border-box;
    font-family: 'SourceSansPro-Bold';
    font-size: 16px;
    text-transform: uppercase;
    color: #0c2476;
    letter-spacing: 2px;
    margin-bottom: 65px;
}
.pop-txt {
    display: inline-block;
}
.pop-txt p {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'SourceSansPro-Light';
    color: #fff;
    font-size: 14px;
    margin: 0;
}
.pop-txt p a {
    border-bottom: 1px solid #fff;
}
.popup h2 {
    width: 100%;
    font-size: 50px;
    font-family: 'SourceSansPro-Regular';
    font-weight: normal;
    margin-bottom: 22px;
    line-height: 60px;
}
.popup > p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    /* color: #fff; */
    font-family: 'SourceSansPro-Light';
    margin-bottom: 78px;
}
.popup .close {
    position: absolute;
    top: 25px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    background: transparent;
    width: auto;
    min-height: auto;
    float: none;
    box-sizing: initial;
    line-height: 0;
    margin-bottom: 0;
    padding: 0;
    border: none;
}
.popup .close:hover {
  color: #828282;
}
.popup .content {
    max-height: 30%;
    overflow: auto;
    position: relative;
    left: 0;
    width: 100%;
    color: black;
        font-size: initial;
        padding-top: 4%;
    display: inline-block;
}
.popup .content img {
    max-width: 100%;
}
.content.psw-popup input[type="password"] {
    border: none;
    border-bottom: 1px solid;
    width: 100%;
    padding: 11px;
    font-size: 16px;
    margin: 19px 0;
    padding-left: 0;
}
.content.psw-popup input[type="password"]:focus {
    border: none;
    outline: none;
    border-bottom: 1px solid;
}
.content.psw-popup button.transfer {
    text-align: left;
    margin: 0;
    margin-top: 15px;
}
@media screen and (max-width: 908px){
  .popup{
    width: 90%;
  }
}
@media screen and (max-width: 500px){
  .popup h2{
    margin-top: 21px;
  }
}
.popup img {
    margin-bottom: 22px;
}
.popup span {
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    /* color: #fff; */
    font-size: 16px;
    font-family: 'SourceSansPro-Semibold';
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.popup {
    top: 50%;
    transform: translateY(-53%);
}
@media only screen and (max-width: 800px){
  .popup {
      padding: 50px 30px;
  }
  .popup h2 {
    font-size: 35px;
    line-height: 30px;
    margin: 22px 0;
  }

}
@media only screen and (max-width: 600px){
  .popup h2 {
      font-size: 28px;
  }
  .popup p {
    font-size: 18px;
    margin-bottom: 35px;
  }
  .popup > a {
    margin-bottom: 35px;
  }
  .pop-txt p {
    font-size: 18px;
    margin-bottom: 35px;
  }
}
.abt-rgt-dtl {align-items: baseline;}
.abt-lft-dtl { padding-top: 0;}
.abt-rgt-block .abt-rgt-dtl {padding-top: 0;}
a.menu-log {border: solid 1px #b5e9ff;color: #b5e9ff;}
.sticky-header a.menu-log {border: solid 1px #01b1e8;color: #01b1e8;}
.sticky-header a.menu-log:hover {color: #fff;}
form#benchmark2_form{position:relative;}
.footer_bottom_txt {
    text-align: center;
    margin-top: 40px;
}
.footer_bottom_txt p {
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 14px;
    color: #cfcfcf;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 1px;
}