@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);
body {
    padding-top: 100px;
    background: #fff;
    font-family: 'Roboto-regular', sans-serif;
    font-weight: 300;
    color: #454545;
    font-size: 15px;
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Roboto-regular', sans-serif;
    color: #272727;
}

@font-face {
    font-family: 'Roboto-regular';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-light';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-thin';
    src: url('../fonts/Roboto-Thin.eot');
    src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Thin.woff') format('woff'), url('../fonts/Roboto-Thin.ttf') format('truetype'), url('../fonts/Roboto-Thin.svg#Roboto-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-medium';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

.Light49 {
    font-family: 'Roboto-thin';
    font-size: 49px;
}

a {
    color: #024685;
    -webkit-transition: color 400ms, background-color 400ms;
    -moz-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #f15a24;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

.gradiant {
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

.gradiant-horizontal {
    background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}

.section-header {
    margin-bottom: 50px;
}

.section-header .section-title {
    font-size: 36px;
    color: #454545;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;
    font-family: 'Roboto-medium';
    font-weight: 500;
}

.section-header .section-title:before {
    content: "";
    position: absolute;
    width: 140px;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
    height: 1px;
    background: #f15a24;
}

.section-header .section-title:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -11px;
    left: 50%;
    margin-left: -12px;
    border: 5px solid #fff;
    border-radius: 20px;
    background: #f15a24;
}

.btn {
    border-width: 0;
    border-bottom-width: 3px;
    border-radius: 3px;
}

.btn.btn-primary {
    background: #f15a24;
    border-color: #f15a24;
    border-radius: 25px;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #e84a00;
}

.column-title {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
}

.column-title:after {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40%;
    border-bottom: 1px solid #024685;
}

ul.nostyle {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

ul.nostyle i {
    color: #024685;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

.uppercase {
    text-transform: uppercase;
}

.scrollToTop {
    bottom: 60px;
    border-radius: 4px;
    display: none;
    font-size: 32px;
    line-height: 45px;
    font-weight: bold;
    height: 50px;
    position: fixed;
    right: 50px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 999;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #024685;
}

#patners {
    background: rgba(0, 0, 0, 0.8) url(../images/patners.jpg);
    background-size: cover;
    padding: 87px 0 80px 0;
    background-attachment: fixed;
}

#patners h2,
#patners p {
    color: white;
}

#patners a img {
    margin-left: 5px;
    width: 164px;
    height: 65px;
}

@media(min-width:767px) {
    .navbar {
        padding: 0px 0px;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
    }
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}


/*************************
*******Header******
**************************/

.navbar.navbar-default {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    background: #fff;
}

.navbar.navbar-default .navbar-toggle {
    margin-top: 32px;
}

.navbar.navbar-default .navbar-brand {
    height: auto;
    padding: 5px 15px;
}

.header-bottom {
    background-color: rgba(0, 0, 0, 0.02);
    border-bottom: 1px solid #e4e4e4;
    color: #949494;
    font-size: 12px;
    height: 40px;
    display: inline;
    float: left;
    width: 100%;
    overflow: hidden;
    /*padding: 0 15px;*/
    transition: all 0.3s ease 0s;
}

.header-contact {
    display: inline;
    float: left;
    width: 100%;
}

.header-contact ul {
    padding: 0px;
}

.header-contact ul li {
    border-left: 1px solid #e4e4e4;
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding: 10px 12px;
}

.phone {
    font-size: 14px;
}

.mail {
    font-size: 14px;
}

.header-login {
    display: inline;
    float: left;
    text-align: right;
    width: 100%;
}

.login {
    /*border-left: 1px solid #e4e4e4;*/
    /*border-right: 1px solid #e4e4e4;*/
    color: #949494;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    /*padding: 10px 15px;*/
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.login:hover,
.login:focus {
    /*color: #fff;*/
    text-decoration: none;
    outline: none;
}

.login:hover,
.login:focus {
    /*background-color: #f15a24;*/
}

@media only screen and (min-width: 768px) {
    #main-menu.navbar-default {
        background: rgba(255, 255, 255, 1);
        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    }
    #main-menu.navbar-default .navbar-nav>li>a {
        padding-top: 25px;
        padding-bottom: 25px;
        font-size: 16px;
        font-family: 'Roboto-regular';
        font-weight: normal;
    }
    #main-menu.navbar-default .navbar-nav>li.active>a,
    #main-menu.navbar-default .navbar-nav>li.open>a,
    #main-menu.navbar-default .navbar-nav>li:hover>a {
        background: transparent;
        border-top: 0px solid #f15a24;
        color: #f15a24;
    }
    #main-menu.navbar-default .dropdown-menu {
        padding: 0 20px;
        min-width: 220px;
        background-color: rgba(26, 28, 40, 0.9);
        border: 0;
        border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        background-clip: inherit;
    }
    #main-menu.navbar-default .dropdown-menu>li {
        border-left: 3px solid transparent;
        margin-left: -20px;
        padding-left: 17px;
        -webit-transition: border-color 400ms;
        transition: border-color 400ms;
    }
    #main-menu.navbar-default .dropdown-menu>li>a {
        border-top: 1px solid #404455;
        padding: 15px 0;
        color: #eeeeee;
    }
    #main-menu.navbar-default .dropdown-menu>li:first-child>a {
        border-top: 0;
    }
    #main-menu.navbar-default .dropdown-menu>li.active,
    #main-menu.navbar-default .dropdown-menu>li.open,
    #main-menu.navbar-default .dropdown-menu>li:hover {
        border-left-color: #024685;
    }
    #main-menu.navbar-default .dropdown-menu>li.active>a,
    #main-menu.navbar-default .dropdown-menu>li.open>a,
    #main-menu.navbar-default .dropdown-menu>li:hover>a {
        color: #024685;
        background-color: transparent;
    }
}

#main-slider {
    overflow: hidden;
}

#main-slider .item {
    height: 700px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

#main-slider .slider-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

#main-slider .slider-inner h2 {
    margin-top: 247px;
    font-size: 35px;
    line-height: 1;
    text-transform: capitalize;
    /*font-family:'Roboto-thin';*/
    color: #000;
    text-align: center;
    font-weight: 900;
}

#main-slider .slider-inner p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 25px;
    text-transform: capitalize;
    font-family: 'Roboto-regular';
    color: #fff;
    text-align: center;
}

#main-slider .slider-inner h2>span {
    color: #024685;
}

#main-slider .slider-inner .btn {
    margin-top: 20px;
    background: transparent;
    border: 3px solid #f15a24;
    border-radius: 30px;
    color: #fff;
}

#main-slider .slider-inner .btn.btn-primary {
    padding: 10px 46px;
    font-size: 22px;
}

#main-slider .slider-inner .btn.btn-primary:hover {
    background: #f15a24;
}

#main-slider .owl-prev,
#main-slider .owl-next {
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 30px;
    display: inline-block;
    margin-top: -35px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 100px;
    z-index: 5;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
}

#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
    background-color: #024685;
}

#main-slider .owl-prev {
    left: -35px;
    text-indent: 14px;
}

#main-slider .owl-next {
    right: -35px;
    text-indent: -14px;
}

#features {
    padding: 100px 0;
}

.features .col-md-4 {
    position: relative;
}

.features .col-md-4:hover::after {
    content: "";
    border-bottom: 5px solid #f15a24;
    background: white;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -999;
}

#features .media.service-box:first-child {
    margin-top: 80px;
}

#services {
    padding: 87px 0 87px;
    background: #f5f5f5;
}

.media.service-box {
    margin: 25px 0;
    text-align: center;
}

.media.service-box .pull-left {
    width: 100%;
    padding-bottom: 25px;
}

.media.service-box .pull-left>i {
    font-size: 42px;
    height: 90px;
    line-height: 64px;
    text-align: center;
    width: 90px;
    border-radius: 100%;
    color: #4c4c4c;
    -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
    -webkit-transition: all 1s;
    transition: all 1s;
    position: relative;
    padding: 15px;
}

.media.service-box .pull-left>i:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    right: -10px;
}

.media-body h4 {
    margin-bottom: 15px;
    font-family: 'Roboto-light';
    font-size: 22px;
    color: #454545;
}

.media-body p {
    line-height: 20px;
    color: #4c4c4c;
}

.media.service-box:hover .pull-left>i {
    /*  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
*/
    color: white;
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.8);
    background: #f15a24;
}

.media:hover .media-body h4 {
    -webkit-transition: all 1s;
    transition: all 1s;
    color: #f15a24;
}


/* Start: Recommended Isotope styles */


/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}


/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}


/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}


/* End: Recommended Isotope styles */


/* disable CSS transitions for containers with infinite scrolling*/

.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#testimonial {
    background-size: cover;
    padding: 87px 0 80px 0;
}

#testimonial h4 {
    color: #fff;
    margin-bottom: 0;
}

#testimonial small {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.7);
}

#testimonial .btns {
    margin-top: 10px;
}

#testimonial .col-sm-6 {
    border-bottom: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    padding-bottom: 20px;
}

#testimonial .col-sm-6:nth-child(2n+0) {
    border-right: 0px solid #f4f4f4;
}

#testimonial .col-sm-6:nth-child(3),
#testimonial .col-sm-6:nth-child(4) {
    border-bottom: 0px solid #06F;
}

#testimonial .panel-one {
    padding-bottom: 20px;
    padding-top: 20px;
    float: left;
    height: 200px;
    overflow: hidden;
}

#testimonial .user-img {
    width: 25%;
    margin-right: 15px;
    float: left;
}

#testimonial .user-img img {
    border-radius: 50%;
    border: 4px solid #e5e5e5;
    width: 100%;
}

#testimonial .testi-info {
    width: 66%;
    float: left;
}

#testimonial .testi-info h4 {
    font-size: 18px;
    color: #454545;
    margin: 0px;
    padding-top: 15px;
}

#testimonial .testi-info h5 {
    font-size: 14px;
    color: #454545;
    margin: 0px;
    padding-bottom: 10px;
    font-weight: normal;
}

#testimonial .testi-info p {
    font-size: 15px;
    color: #454545;
    line-height: 20px;
}

#video-row h4 {
    margin-bottom: 15px;
    font-family: 'Roboto-light';
    font-size: 22px;
}

#video-row .panel-title {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-size: 16px !important;
    font-weight: bold;
}

.mar-top {
    margin-top: 30px;
}

#video-row h4::after {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 32px;
    width: 65px;
    background: #f15a24;
}

.panel-title>a span {
    float: right;
    font-size: 20px;
}

#meet-team {
    background: #f5f5f5;
}

#meet-team,
#video-row {
    padding: 87px 0 87px 0;
}

#meet-team .team-member {
    padding: 13px;
    background: #eeeeee;
    border: 2px solid #eeeeee;
    transition: border-color 400ms;
    -webkit-transition: border-color 400ms;
}

#meet-team .team-member .team-img {
    margin: -15px -15px 0 -15px;
}

#meet-team .team-member .team-info {
    text-align: center;
}

.team-info h3 {
    margin-bottom: 0px;
    font-size: 15px;
    text-align: center;
}

#meet-team .team-member:hover {
    border-color: #f15a24;
}

#meet-team .team-member:hover .social-icons>li>a {
    background: #024685;
}

#meet-team .social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
}

#meet-team .social-icons>li {
    display: inline-block;
}

#meet-team .social-icons>li>a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #222534;
    border-radius: 3px;
}

.divider {
    margin-top: 50px;
    margin-bottom: 50px;
    background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    width: 95%;
    height: 1px;
}

.nav.main-tab {
    background: #eee;
    border-bottom: 3px solid #222534;
    border-radius: 3px 3px 0 0;
}

.nav.main-tab>li>a {
    color: #272727;
}

.nav.main-tab>li.active>a {
    background: #222534;
    color: #024685;
}

.nav.main-tab>li:first-child>a {
    border-radius: 3px 0 0 0;
}

.nav.main-tab>li:last-child>a {
    border-radius: 0 3px 0 0;
}

.tab-content {
    border: 1px solid #eee;
    border-top: 0;
    padding: 20px 20px 10px;
    border-radius: 0 0 3px 3px;
}

.panel-default {
    border-color: #eee;
}

.panel-default>.panel-heading {
    background-color: #fff;
    border-color: #eee;
}

.panel-default>.panel-heading .panel-title {
    font-size: 14px;
    font-weight: normal;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #eee;
}

#animated-number {
    padding: 87px 0 87px;
    background: #132125 url(../images/bg.jpg) no-repeat 0 0;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}

#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
    color: #fff;
}

#animated-number strong {
    display: block;
    margin-bottom: 30px;
    font-size: 22px;
    font-family: 'Roboto-light';
    text-transform: capitalize;
    color: #fff;
}

.service-icon {
    display: inline-block;
    font-family: 'Roboto-medium';
    /* width: 180px;
  height: 180px;*/
    font-size: 29px;
    /*  line-height: 180px;*/
    /*  border: 5px solid #fff;
  border-radius: 100px;*/
    margin-bottom: 20px;
}

#get-in-touch {
    padding: 60px 0 50px;
    color: #454545;
    background: #f1f1f1;
}

#calculator {
    padding: 87px 0 87px 0;
}

#get-in-touch h1,
#get-in-touch h2 {
    color: #454545;
}

#get-in-touch .address {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

#get-in-touch .address h4 {
    font-size: 16px;
    color: #454545;
    margin: 0px;
    padding-bottom: 5px;
}

#get-in-touch .address p {
    font-size: 16px;
    color: #454545;
    margin: 0px;
    padding-bottom: 5px;
}

#get-in-touch .address a {
    color: #454545;
}

#get-in-touch .form-control {
    height: 40px;
    font-family: 'Roboto-regular';
    color: #323232;
}

#get-in-touch textarea.form-control {
    height: 135px;
    color: #323232;
}

#get-in-touch .btn.btn-primary {
    font-family: 'Roboto-medium';
    font-size: 22px;
    padding: 8px 40px;
}

#owl-example .item {
    margin: 15px;
}

#contact {
    position: relative;
    overflow: hidden;
}

#contact .container-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(69, 174, 214, 0.3);
    z-index: 1;
}

#contact .contact-form {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    margin-top: 50px;
}

#contact .contact-form h3 {
    margin-top: 0;
}


/***********************
********* Footer ******
************************/

#footer {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    background: #2e2e2e;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    color: #024685;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0 -7.5px;
}

#footer ul>li {
    display: inline-block;
    margin: 0 7.5px;
}

@media only screen and (min-width: 768px) {
    #footer .social-icons {
        float: right;
    }
}

.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
}

@media (min-width: 768px) and (max-width:999px) {
    #main-menu.navbar-default .navbar-nav>li>a {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 15px;
    }
    #meet-team .team-member {
        margin-bottom: 25px;
    }
    #meet-team .team-member .team-img,
    #meet-team .team-member .team-info h3 {
        text-align: center;
    }
    #meet-team .team-member .team-info span {
        text-align: center;
        display: block;
    }
}

@media (max-width:767px) {
    #meet-team .team-member {
        margin-bottom: 25px;
    }
    #meet-team .team-member .team-img,
    #meet-team .team-member .team-info h3 {
        text-align: center;
    }
    #meet-team .team-member .team-info span {
        text-align: center;
        display: block;
    }
    #blog .blog-post {
        margin-bottom: 20px;
    }
}

@media (max-width:500px) {
    #blog .blog-post.blog-large .entry-thumbnail img,
    .team-img img {
        width: 100%;
    }
    .service-icon {
        font-size: 22px;
    }
    #animated-number strong {
        font-size: 17px;
    }
    #blog .blog-post.blog-large .entry-thumbnail {
        padding-top: 0px;
    }
}

.navbar-brand>img {
    width: 100%;
    padding: 10px 0px;
}

.pay_premium .mf_img img {
    width: 100px;
    height: 60px;
    border: 1px solid #a7a7a7;
}

.nav>li>a {
    padding: 10px 11px;
}

.service-icon img {
    width: 70px;
}

.google_link li {
    list-style-type: none;
    display: inline-block;
}

.google_link li img {
    width: 150px;
}

#meet-team .team-member .team-img img {
    width: 100%;
}


/* TICKER */

.ticker-area .tickers {
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    position: relative;
}

.tickers .ticker_item {
    position: relative;
    box-shadow: 0 1px 4px 1px rgb(37 46 40 / 11%);
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    padding: 8px 10px;
    margin: 0 5px;
}


/*.tickers .ticker_item:nth-child(3) {
    position: absolute;
    left: 0;
    width: 25%;
}
.tickers .ticker_item:nth-child(5) {
    position: absolute;
    left: 26%;
    width: 25%;
}
.tickers .ticker_item:nth-child(4), .tickers .ticker_item:nth-child(6), .tickers .ticker_item:nth-child(7), .tickers .ticker_item:nth-child(8) {
    display: none;
}*/

.tickers .ticker_item .name {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
}

.tickers .ticker_item .price {
    display: block;
    font-size: 15px;
    padding-top: 5px;
    line-height: 18px;
}

.tickers .ticker_item .difference_percent {
    position: relative;
    color: #39b559;
    display: block;
    line-height: 18px;
    font-size: 12px;
    font-weight: 500;
}

.tickers .ticker_item .difference_percent::after {
    content: "\f262";
    position: absolute;
    font-family: Ionicons;
    font-size: 18px;
    bottom: 1px;
    right: -5px;
}

.tickers .ticker_item .difference_percent.negative {
    color: #d33f3f;
}

.tickers .ticker_item .difference_percent.negative::after {
    content: "\f25f";
}


/*DARK BOX*/


/*.tickers .ticker_item {
background-color: #24252ad9;
}
.tickers .ticker_item .name {
color: #fff;
}
.tickers .ticker_item .price {
color: #fff;
}
.tickers .ticker_item .difference_percent {
color: #3cbd5d;
}
.tickers .ticker_item .difference_percent.negative {
color: #f95959;
}*/


/* TICKER */

.card_about {
    text-align: center;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    margin-top: 20px;
    height: 440px;
}

.card.card_about img {
    width: 100%;
    height: 360px;
}

#whatsapp-chat {
    box-sizing: border-box !important;
    outline: none !important;
    position: fixed;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 90px;
    right: 30px;
    overflow: hidden;
    z-index: 99;
    animation-name: showchat;
    animation-duration: 1s;
    transform: scale(1);
}

a.blantershow-chat {
    /*   background: #009688; */
    background: #fff;
    color: #404040;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    z-index: 98;
    bottom: 25px;
    right: 30px;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    z-index: 999999;
}

a.blantershow-chat svg {
    transform: scale(1.2);
    margin: 0 10px 0 0;
}

.header-chat {
    /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
    background: #009688;
    background: #095e54;
    color: #fff;
    padding: 20px;
}

.header-chat h3 {
    margin: 0 0 10px;
}

.header-chat p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.info-avatar {
    position: relative;
}

.info-avatar img {
    border-radius: 100%;
    width: 50px;
    float: left;
    margin: 0 10px 0 0;
}

a.informasi {
    padding: 20px;
    display: block;
    overflow: hidden;
    animation-name: showhide;
    animation-duration: 0.5s;
}

a.informasi:hover {
    background: #f1f1f1;
}

.info-chat span {
    display: block;
}

#get-label,
span.chat-label {
    font-size: 12px;
    color: #888;
}

#get-nama,
span.chat-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

#get-label,
#get-nama {
    color: #fff;
}

span.my-number {
    display: none;
}


/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */

textarea#chat-input {
    border: none;
    font-family: "Arial", sans-serif;
    width: 100%;
    height: 20px;
    outline: none;
    resize: none;
    padding: 10px;
    font-size: 14px;
}

a#send-it {
    width: 30px;
    font-weight: 700;
    padding: 10px 10px 0;
    background: #eee;
    border-radius: 10px;
}

a#send-it svg {
    fill: #a6a6a6;
    height: 24px;
    width: 24px;
}

.first-msg {
    background: transparent;
    padding: 30px;
    text-align: center;
}

.first-msg span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
}

.start-chat .blanter-msg {
    display: none;
}

#get-number {
    display: none;
}

a.close-chat {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    font-size: 30px;
}

@keyframes ZpjSY {
    0% {
        background-color: rgb(182, 181, 186);
    }
    15% {
        background-color: rgb(17, 17, 17);
    }
    25% {
        background-color: rgb(182, 181, 186);
    }
}

@keyframes hPhMsj {
    15% {
        background-color: rgb(182, 181, 186);
    }
    25% {
        background-color: rgb(17, 17, 17);
    }
    35% {
        background-color: rgb(182, 181, 186);
    }
}

@keyframes iUMejp {
    25% {
        background-color: rgb(182, 181, 186);
    }
    35% {
        background-color: rgb(17, 17, 17);
    }
    45% {
        background-color: rgb(182, 181, 186);
    }
}

@keyframes showhide {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes showchat {
    from {
        transform: scale(0);
        opacity: 0;
    }
}

@media screen and (max-width: 480px) {
    #whatsapp-chat {
        width: auto;
        left: 5%;
        right: 5%;
        font-size: 80%;
    }
}

.hide {
    display: none;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

.show {
    display: block;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

.whatsapp-message-container {
    display: flex;
    z-index: 1;
}

.whatsapp-message {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
    padding: 6px 20px 20px 10px;
    background-color: rgb(230, 221, 212);
    position: relative;
}

.whatsapp-chat-body::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
}

.dAbFpq {
    display: flex;
    z-index: 1;
}

.eJJEeC {
    background-color: rgb(255, 255, 255);
    width: 52.5px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    margin-left: 10px;
    opacity: 0;
    transition: all 0.1s ease 0s;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
    position: relative;
    display: flex;
}

.ixsrax {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    background-color: rgb(158, 157, 162);
    animation-name: ZpjSY;
}

.dRvxoz {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: rgb(182, 181, 186);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    animation-name: hPhMsj;
}

.kAZgZq {
    padding: 7px 14px 6px;
    /*background-color: rgb(255, 255, 255);*/
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    width: 100%;
    /*max-width: calc(100% - 66px);*/
}

.kAZgZq::before {
    position: absolute;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}

.bMIBDo {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.cqCDVm {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}

.check-box {
    display: flex;
    align-items: flex-start;
}

.check-box .form-check-input {
    /*margin: 10px;*/
}

.online-icon {
    background: #4caf50;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 5px;
}

.start-chat .form-group {
    margin-bottom: 3px;
}

.pay_premium_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    text-align: center;
}

.pay_premium_row .pay_item a {
    display: inline-block;
    background-color: #fff;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    transition: all 0.3s ease-in-out;
}

.pay_premium_row .pay_item img {
    min-height: 60px;
    height: 70px;
    width: 200px;
}

.ticker_section .tickers {
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-content: center;
}

.tickers .ticker_item {
    position: relative;
    box-shadow: 0 1px 4px 1px rgb(37 46 40 / 11%);
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    padding: 8px 14px;
    margin: 0 5px;
}

.tickers .ticker_item .name {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
}

.tickers .ticker_item .price {
    display: block;
    font-size: 15px;
    padding-top: 5px;
    line-height: 18px;
}

.tickers .ticker_item .difference_percent {
    position: relative;
    color: #39b559;
    display: block;
    line-height: 18px;
    font-size: 12px;
}

.tickers .ticker_item .difference_percent::after {
    content: "\F144";
    position: absolute;
    font-family: "bootstrap-icons";
    font-size: 18px;
    bottom: 1px;
    right: -16px;
}

.tickers .ticker_item .difference_percent.negative {
    color: #d33f3f;
}

.tickers .ticker_item .difference_percent.negative::after {
    content: "\F11E";
}

.ticker-area {
    padding-top: 20px;
}

.rss img {
    display: none;
}

.download-app .text-app {
    position: fixed;
    bottom: 12px;
    right: 0;
    z-index: 111;
    margin: 0;
    background: #024685;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 20px 10px 14px;
    i {
        width: 50.5px;
        height: 50.5px;
        border-radius: 50%;
        background: #024685;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        font-size: 31px;
        left: -37px;
        top: -4px;
    }
}

.dmodalopen {
    .download-app .text-app {
        display: none;
    }
    .download-app-image .image {
        transition: .5s;
        pointer-events: visible;
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
        z-index: 9999;
    }
}

.download-app-image .image {
    max-width: 320px;
    transition: .5s;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    position: fixed;
    right: 0;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transform: translateX(150%);
    z-index: 0;
    bottom: 58px;
    box-shadow: -10px 0 10px 0 #bbb;
    .close-i {
        width: 30px;
        height: 30px;
        position: absolute;
        box-shadow: 0 0 10px 0 #ddd;
        display: flex;
        justify-content: center;
        cursor: pointer;
        align-items: center;
        border-radius: 5px;
        top: -15px;
        left: -15px;
        background: #fff;
    }
    h4 {
        margin-top: 20px;
        margin-bottom: 0;
        text-align: center;
    }
    img {
        width: 100%;
        object-fit: contain;
        object-position: center;
    }
}