@import url("https://fonts.googleapis.com/css?family=Roboto:100, 300, 400, 500, 700, 900");
a,
abbr,
acronym,
address,
applet,
article,
aside,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
dfn,
div,
div pre,
dl,
dt,
em,
figcaption,
figure,
font,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
li,
nav,
object,
ol,
p,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
sup,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
li,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
ol li{
    list-style-type: decimal;
    list-style-position: inside;
}

    
article,
aside,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
* {
    box-sizing: border-box;
}
body,
html {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    background-color: #fff;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}
ul {
    margin-bottom: 0;
}
p {
    font-size: 15px;
    line-height: 25px;
    color: #4a4a4a;
}
.center{
    text-align:center;
}
body,
html {
    background: #fff;
    font-family: Roboto, sans-serif;
}
::selection {
    background: #ff589e;
    color: #fff;
}
::-moz-selection {
    background: #ff589e;
    color: #fff;
}
@media (max-width: 991px) {
    body,
    html {
        overflow-x: hidden;
    }
    .mobile-top-fix {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .mobile-bottom-fix {
        margin-bottom: 30px;
    }
    .mobile-bottom-fix-big {
        margin-bottom: 60px;
    }
}
a.main-button-slider {
    font-size: 13px;
    border-radius: 20px;
    padding: 12px 20px;
    background-color: #f55858;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a.main-button-slider:hover {
    background-color: #0088e8;
}
a.main-button {
    font-size: 13px;
    border-radius: 20px;
    padding: 12px 20px;
    background-color: #00b4c6;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a.main-button:hover {
    background-color: #0088e8;
}
button.main-button {
    outline: 0;
    border: none;
    cursor: pointer;
    font-size: 13px;
    border-radius: 20px;
    padding: 10px 20px;
    background-color: #f55858;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
button.main-button:hover {
    background-color: #0088e8;
}
.section-heading h2 {
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    color: #232323;
    margin-bottom: 50px;
}
.section-heading-highlight h2 {
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 50px;
}
.section-heading p {
    font-size: 17px;
    color: #777;
    text-align: center;
}
.background-header {
    background-color: #fff;
    height: 80px !important;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) !important;
}
.margin-center{
    margin:auto;
}
.background-header .logo,
.background-header .main-nav .nav li a {
    color: #1e1e1e !important;
}
.background-header .main-nav .nav > li:hover > a {
    color: #f55858 !important;
}
.background-header .main-nav .nav > li > ul > li:hover > a {
    color: #f55858 !important;
}
.background-header .nav li a.active {
    color: #f55858 !important;
}
.header-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 100px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-area .main-nav {
    min-height: 80px;
    background: 0 0;
}
.header-area .main-nav .logo {
    line-height: 80px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-area .main-nav .nav {
    float: right;
    margin-top: 27px;
    margin-left: 20px;
    margin-right: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
}
.header-area .main-nav .nav li {
    padding-left: 20px;
    padding-right: 20px;
}
.header-area .main-nav .nav li:last-child {
    padding-right: 0;
}
.header-area .main-nav .nav li a {
    display: block;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px;
}
.header-area .main-nav .nav li:hover a {
    color: #f55858;
}
.header-area .main-nav .nav li.submenu {
    position: relative;
    padding-right: 35px;
}
.header-area .main-nav .nav li.submenu:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: 18px;
    top: 12px;
}
.header-area.background-header .main-nav .nav li.submenu:after {
    color: #000;
}
.header-area .main-nav .nav li.submenu ul {
    position: absolute;
    width: 200px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    top: 40px;
    opacity: 0;
    transform: translateY(-2em);
    visibility: hidden;
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 10ms;
}
.header-area .main-nav .nav li.submenu ul li {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
}
.header-area .main-nav .nav li.submenu ul li a {
    display: block;
    background: #fff;
    color: #3b566e;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 13px;
    border-bottom: 1px solid #f5f5f5;
}
.header-area .main-nav .nav li.submenu ul li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 40px;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #f55858;
}
.header-area .main-nav .nav li.submenu ul li a:hover {
    background: #fff;
    color: #f55858;
    padding-left: 25px;
}
.header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 3px;
}
.header-area .main-nav .nav li.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0);
    transition-delay: 0s, 0s, 0.3s;
    /*overflow: visible;*/
}

.header-area .main-nav .nav li.submenu li.submenu ul {
    display: none;
    left: 100%;
}

@media (max-width: 991px) {
    .header-area .main-nav .nav li.submenu li.submenu ul {
        position:static;
    }
}



/* same code .header-area .main-nav .nav li.submenu:hover ul */
.hover-show-js {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0);
    overflow: visible;
    position: absolute;
    top: 0 !important;
    left: 100%;
}


.header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 23px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 40px;
    display: none;
}
.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:after,
.header-area .main-nav .menu-trigger span:before {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #fff;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}
.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:after,
.background-header .main-nav .menu-trigger span:before {
    background-color: #1e1e1e;
}
.header-area .main-nav .menu-trigger span:after,
.header-area .main-nav .menu-trigger span:before {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #fff;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    width: 75%;
}
.background-header .main-nav .menu-trigger span:after,
.background-header .main-nav .menu-trigger span:before {
    background-color: #1e1e1e;
}
.header-area .main-nav .menu-trigger span:after,
.header-area .main-nav .menu-trigger span:before {
    content: "";
}
.header-area .main-nav .menu-trigger span {
    top: 16px;
}
.header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}
.header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}
.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:after,
.header-area .main-nav .menu-trigger.active span:before {
    background-color: transparent;
    width: 100%;
}
.header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #fff;
}
.background-header .main-nav .menu-trigger.active span:before {
    background-color: #1e1e1e;
}
.header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #fff;
}
.background-header .main-nav .menu-trigger.active span:after {
    background-color: #1e1e1e;
}
.header-area.header-sticky {
    min-height: 120px;
}
.header-area.header-sticky .nav {
    margin-top: 20px !important;
}
.header-area.header-sticky .nav li a.active {
    color: #f55858;
}
@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        padding-left: 12px;
        padding-right: 12px;
    }
    .header-area .main-nav:before {
        display: none;
    }
}
@media (max-width: 991px) {
    .header-area {
        padding: 0 15px;
        height: 80px;
        box-shadow: none;
        text-align: center;
    }
    .header-area .container {
        padding: 0;
    }
    .header-area .logo {
        margin-left: 30px;
    }
    .header-area .menu-trigger {
        display: block !important;
    }
    .header-area .main-nav {
        overflow: hidden;
    }
    .header-area .main-nav .nav {
        float: none;
        width: 100%;
        margin-top: 80px !important;
        display: none;
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
        margin-left: 0;
    }
    .header-area .main-nav .nav li:first-child {
        border-top: 1px solid #eee;
    }
    .header-area .main-nav .nav li {
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #eee;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .header-area .main-nav .nav li a {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0 !important;
        border: none !important;
        background: #fff !important;
        color: #3b566e !important;
    }
    .header-area .main-nav .nav li a:hover {
        background: #eee !important;
    }
    .header-area .main-nav .nav .submenu > ul > li > a:hover,
    .header-area .main-nav .nav > li > a:hover {
        color: #f55858;
    }
    .header-area .main-nav .nav li.submenu ul {
        position: relative;
        visibility: inherit;
        opacity: 1;
        z-index: 1;
        transform: translateY(0);
        transition-delay: 0s, 0s, 0.3s;
        top: 0;
        width: 100%;
        box-shadow: none;
        height: 0;
    }
    .header-area .main-nav .nav li.submenu ul li a {
        font-size: 12px;
        font-weight: 400;
    }
    .header-area .main-nav .nav li.submenu ul li a:hover:before {
        width: 0;
    }
    .header-area .main-nav .nav li.submenu ul.active {
        height: auto !important;
    }
    .header-area .main-nav .nav li.submenu:after {
        color: #3b566e;
        right: 25px;
        font-size: 14px;
        top: 15px;
    }
    .header-area .main-nav .nav li.submenu:focus ul,
    .header-area .main-nav .nav li.submenu:hover ul {
        height: 0;
    }
}
@media (min-width: 992px) {
    .header-area .main-nav .nav {
        display: flex !important;
    }
}

/* 
---------------------------------------------
title bar
--------------------------------------------- 
*/
#title-bar {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/background-title.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 48vh;
    margin-top: 0vh;
  }
  .title .header-text h1 {
    font-weight: 400;
    font-size: 50px;
    line-height: 80px;
    letter-spacing: 1.4px;
    margin-bottom: 30px;
    color: #fff;
  }
  .title .header-text {
    position: absolute;
    top: 65%;
    transform: translateY(-60%);
    text-align: left;
    width: 100%;
  }
  @media (max-width: 568px) {
    .title .header-text h1 {
      font-weight: 400;
      font-size: 35px;
      line-height: 80px;
      letter-spacing: 1.4px;
      margin-bottom: 30px;
      color: #fff;
      padding-left: 20px;
    }
  }
  

#welcome {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/banner-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 105vh;
    margin-top: -10vh;
}
.welcome-area .header-text {
    position: absolute;
    top: 70%;
    transform: translateY(-60%);
    text-align: left;
    width: 100%;
}
.welcome-area .header-text .left-text {
    align-self: center;
}
.welcome-area .header-text h1 {
    font-weight: 400;
    font-size: 64px;
    line-height: 80px;
    letter-spacing: 1.4px;
    margin-bottom: 30px;
    color: #fff;
}
.welcome-area .header-text p {
    font-weight: 300;
    font-size: 17px;
    color: #fff;
    line-height: 30px;
    letter-spacing: 0.25px;
    margin-bottom: 40px;
    position: relative;
}
@media (max-width: 991px) {
    .welcome-area .header-text {
        top: 60% !important;
        transform: perspective(1px) translateY(-60%) !important;
    }
    .welcome-area .header-text h1 {
        font-size: 36px;
        line-height: 50px;
        color: #fff;
        margin-bottom: 15px;
    }
    .welcome-area .header-text h1 span {
        color: #fff;
    }
    .welcome-area .header-text p {
        color: #fff;
        margin-bottom: 30px;
    }
}
@media (max-width: 820px) {
    .welcome-area .header-text {
        top: 60% !important;
        transform: perspective(1px) translateY(-60%) !important;
    }
    .welcome-area .header-text h1 {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 15px;
    }
    .welcome-area .header-text p {
        margin-bottom: 30px;
    }
}
@media (max-width: 765px) {
    .welcome-area {
        margin-bottom: 100px;
    }
    .welcome-area .header-text {
        top: 60% !important;
        transform: perspective(1px) translateY(-50%) !important;
        text-align: center;
    }
    .welcome-area .header-text .buttons {
        display: none;
    }
    .welcome-area .header-text h1 {
        font-weight: 600;
        font-size: 24px !important;
        line-height: 30px !important;
        margin-bottom: 20px !important;
    }
    .welcome-area .header-text h1 span {
        color: #fff;
    }
    .welcome-area .header-text p {
        text-align: center;
        color: #fff;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 40px;
    }
    .welcome-area .header-text img {
        width: 80%;
        margin-top: 20px;
    }
}
#about {
    padding: 120px 0;
    border-bottom: 1px solid #eee;
}
@media (max-width: 765px) {
    #about {
        padding: 20px 0 120px 0;
    }
}
#about .right-text {
    align-self: center;
}
#about .right-text p {
    margin-bottom: 40px;
}
#about2 {
    padding: 120px 0;
}
#about2 .right-image {
    align-self: center;
}
#about h5,
#about2 h5 {
    font-size: 26px;
    font-weight: 700;
    color: #1e1e1e;
    line-height: 40px;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}
#about p,
#about2 p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
}
#about2 ul li img {
    display: inline;
    float: left;
}
#about2 ul li .text {
    margin-left: 80px;
}
#about2 ul li .text h6 {
    padding-top: 12px;
    font-size: 21px;
    font-weight: 500;
    color: #1e1e1e;
    margin-bottom: 20px;
}
#services {
    position: relative;
    padding: 120px 0 90px 0;
    background: #1b2a7b;
    background: linear-gradient(308deg, #1b2a7b 0, #3c74f4 35%);
}
.service-item {
    cursor: pointer;
    display: block;
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
    padding: 40px 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
}
@media screen and (max-width: 920px) {
    .service-item {
        margin: 0 !important;
    }
}
.service-item:hover .icon,
.service-item:hover a.main-button {
    background-color: #0088e8;
}
.service-item .icon {
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: auto;
    position: relative;
    margin-bottom: 30px;
    background: #00b4c6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}
.service-item .icon img {
    max-width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.service-item .service-title {
    font-weight: 500;
    font-size: 18px;
    color: #1e1e1e;
    letter-spacing: 0.7px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}
.service-item p {
    font-weight: 400;
    font-size: 13px;
    color: #777;
    letter-spacing: 0.5px;
    line-height: 25px;
    position: relative;
    z-index: 2;
}
.service-item a.main-button {
    margin-top: 30px;
    display: inline-block;
}
#frequently-question {
    padding: 120px 0;
}
#frequently-question .section-heading p {
    margin-bottom: 80px;
}
#frequently-question .left-text {
    align-self: center !important;
}
#frequently-question .left-text h5 {
    font-size: 26px;
    font-weight: 700;
    color: #1e1e1e;
    line-height: 40px;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}
#frequently-question .left-text p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
}
#frequently-question .left-text span {
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 50px;
    display: block;
}
#frequently-question .left-text span a {
    font-weight: 500;
}
@media (max-width: 765px) {
    #frequently-question .left-text {
        margin-bottom: 60px;
    }
}
.accordions {
    background-color: #f7f7f7;
}
.accordion-head {
    padding: 20px;
    font-size: 20px;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
    border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
    .accordion-head {
        padding: 1rem;
        font-size: 1.2rem;
    }
    .img-medium{
        width: 50%;
    }
}
.accordion-head .icon {
    float: right;
    transition: transform 0.2s ease-in-out;
}
.accordion-head.is-open {
    color: #0088e8;
    border-bottom: none;
}
.accordion-head.is-open .icon {
    transform: rotate(45deg);
}
.accordion-body {
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease-in-out;
    border-bottom: 1px solid #fff;
}
.accordion-body > .content {
    padding: 20px;
    padding-top: 0;
}
#cta {
    padding: 80px 0;
}
a.blue-cta-button {
    padding: 17px 50px;
    text-transform: uppercase;
    background-color: #93cc76;
    color: #fff;
    letter-spacing: 0.1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    white-space: pre;
    margin: 31px 0 25px 0;
    margin: 0;
    color: #fff;
    background-color: #2c6af4;
    text-align: center;
}
.cta-action {
    background-color: #fff;
    padding: 50px 20px;
    box-shadow: 3px 7px 25px -12px rgba(65, 65, 65, 0.63);
}
.wrapper-button {
    text-align: right;
}
@media (max-width: 568px) {
    .wrapper-button {
        text-align: left;
        padding-top: 20px;
    }
    .details-wrapper p {
        padding-top: 10px;
    }
    .details-wrapper h2 {
        font-size: 31px;
        font-weight: 800;
    }
    .img-medium{
        width: 100%;
    }
    
}

a.blue-cta-button:hover {
    border: 1px solid #2c6af4;
    color: #2c6af4;
    background: 0 0;
}
footer {
    background-color: #25262f;
    padding: 60px 0;
}
footer .bottom-footer {
    padding: 20px 0 0 0;
}
footer .social {
    overflow: hidden;
    text-align: right;
}
footer .top-footer {
    padding-bottom: 80px;
    border-bottom: 1px solid #fff;
}
footer .social li {
    margin: 0 5px;
    display: inline-block;
}
footer .social li a {
    color: #fff;
    text-align: center;
    background-color: #00b4c6;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.link-ul .fa {
    color: #2c6af4;
    font-size: 18px;
    font-size: 21px;
    font-weight: 700;
    padding-right: 9px;
}
.link-ul.contact .fa {
    color: #fff;
    font-size: 18px;
    font-size: 21px;
    font-weight: 700;
    padding-right: 9px;
}
footer .link-ul.contact span {
    padding-left: 30px;
}
footer .img-footer {
    padding-bottom: 20px;
}
footer ul a {
    color: #fff;
    font-size: 18px;
}
footer a {
    color: #fff;
}
footer h4 {
    padding-bottom: 20px;
    font-weight: 800;
    color: #fff;
}
footer .social li a:hover {
    background-color: #0088e8;
    color: #fff;
}
footer ul li {
    color: #fff;
    padding: 3px 0;
}
footer .copyright {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.88px;
    text-transform: capitalize;
    text-align: center;
}
@media (max-width: 991px) {
    footer .copyright {
        text-align: center;
    }
    footer .social {
        text-align: center;
        margin-top: 15px;
    }
}
@media (max-width: 568px) {
    footer h4 {
        padding-top: 20px;
    }
}
#preloader {
    overflow: hidden;
    background-image: linear-gradient(145deg, #00b4c6 0, #0088e8 100%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999;
    color: #fff;
}
#preloader .jumper {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    margin: auto;
    width: 50px;
    height: 50px;
}
#preloader .jumper > div {
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    opacity: 0;
    width: 50px;
    height: 50px;
    -webkit-animation: jumper 1s 0s linear infinite;
    animation: jumper 1s 0s linear infinite;
}
#preloader .jumper > div:nth-child(2) {
    -webkit-animation-delay: 0.33333s;
    animation-delay: 0.33333s;
}
#preloader .jumper > div:nth-child(3) {
    -webkit-animation-delay: 0.66666s;
    animation-delay: 0.66666s;
}
@-webkit-keyframes jumper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    5% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes jumper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}



/* page cara mendaftar */
.registration-container ol li{
    padding-left: 20px;
    /* padding: 20px 0px 20px 20px; */
    line-height: 30px;
}

/* domain terbatas */
#tingkat-dua {
    background-color: #F8F8F8;
    padding: 30px;
}

/* siklus domain */
.note p {
    padding-bottom: 10px;
    font-size: 17px;
}
.note p b {
    font-size: 19px;
}
.note {
    margin: 0px 10px;
}

/*backorder domain page*/

.table .sorting_1,td{
    text-align: center !important;
}

/* contact us */
.info {
    background-color: #2C6AF4;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 450px;
    /* width:300px; */
   
    top: 55px;
    /* left: 270px; */
    text-align: left;
  
  }
  
  .info ul {
    list-style: none;
  }
  
  .info ul li {
    color: #fff; 
    /* font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; */
    margin-top: 20px;
  }
  
  .info-detail {
    padding: 10px 50px;
  }
  
  .info-detail li i {
    margin-right: 5px;
  }
  
  .info .social {
    display: inline;
    font-size: 1.5rem;
  }
  
  .info .social li {
    display: inline-block;
    margin-right: 10px;
  }
  
/* 
---------------------------------------------
table harga
--------------------------------------------- 
*/

.features {
    border-collapse: collapse;
    font-family: sans-serif;
    display: block;
    width: fit-content;
  }
  
  .features__cell {
    max-width: 500px;
    font-size: 0.9em;
    font-weight: normal;
    padding: 0.5em 1em;
    color: #333333;
    border: 1px solid #dddddd;
    line-height: 1.4;
    height: 50px;
  }
  
  .features__cell--bold {
    font-weight: bold;
  }
  
  .features__cell--shaded {
    background: #2C6AF4;
    color:#fff;
  }
  
  .features__cell--large {
    font-size: 1.17em;
  }
  
  .features__cell--center {
    text-align: center;
  }
  
  .features__tick::after {
    content: "\2714";
    font-size: 1.5em;
    color: green;
  }
  .features__cell span{
    font-size:12px;
  }
  .features__cell.title{
    width:350px;
  }
  
  @media (max-width: 568px) {
    .table-responsive{
      overflow-x:auto;
    }
  }
  @media (min-width: 768px) {
    .table-responsive{
      overflow-x:hidden;
    }
  }
  tr .th-blue, .thead-blue{
    background-color: #2C6AF4;
    color:#fff;
  }
  .table-bordered {
    box-shadow: 3px 7px 25px -12px rgba(65,65,65,0.63);
  }
  .table .fa.fa-check {
    padding-right: 10px;
  }
  