body {
    font-family: Arimo, sans-serif;
    height: 100%;
    line-height: 1.8;
    font-style: normal;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    font-size: 16px;
    scroll-behavior: smooth !important;
}

button,
input,
select,
textarea {
    font-family: Arimo, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 22px;
    font-family: Oswald, sans-serif;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 32px;
    font-weight: 500;
    text-transform: capitalize;
}

h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.7;
    text-transform: capitalize;
}

h5 {
    font-size: 18px;
    text-transform: capitalize;
}

h6 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    text-transform: capitalize;
}

.head-no-margin h6 {
    margin-bottom: 14px;
}

hr {
    border: 0;
    border-top: 1px solid #e1e1e1;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0 none;
}

hr.white {
    border: 0;
    border-top: 1px solid #e1e1e1;
    border-top: 1px solid rgba(255, 255, 255, 1);
    border-bottom: 0 none;
}

.highlight {
    background: #f1c1c5;
    padding: 0 5px;
}

.bg-black {
    background: #000;
}

.grid-content p {
    font-size: 15px;
}

ul.list-style {
    margin: 0 0 18px;
    padding: 0 0 0 60px;
}

ul.list-style li {
    position: relative;
    line-height: 1;
    list-style: disc;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.arrow-style {
    margin: 0 0 22px;
    padding: 0 0 0 60px;
}

.arrow-style li {
    list-style: outside none none;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-top: 2px;
    position: relative;
}

ul.arrow-style li:before {
    content: "\f105";
    display: block;
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 5px;
}

a {
    color: #171717;
}

a:visited {
    color: #171717;
    text-decoration: none;
}

a:focus {
    color: #171717;
    text-decoration: none;
}

a:active {
    color: #000;
}

a:hover {
    color: #171717;
    text-decoration: none;
}

a,
a:focus,
a:hover,
a:visited {
    outline: 0 none;
}

.container {
    max-width: 1200px;
    width: 100%;
}

.relative {
    position: relative;
}

.title {
    font-family: Oswald, sans-serif;
}

.section-title {
    border-bottom-width: 0;
    margin-bottom: 40px;
    position: relative;
}

.section-title h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 48px;
    font-weight: 400;
    margin: 0 0 12px;
    padding: 14px 0;
}

.section-title h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    margin: 0 0 12px;
    padding: 14px 0;
}

.section-title.text-left h1,
.section-title.text-left h2 {
    text-align: left;
}

.section-title h1:before,
.section-title h2:before {
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    right: 0;
    margin: -2px auto;
    position: absolute;
    width: 40px;
}

.section-title h2 {
    font-size: 28px;
    color: #000;
}

.section-title.text-left h2 {
    text-align: left;
}

.section-title.text-left h1:before,
.section-title.text-left h2:before {
    left: 0;
    margin-left: 0;
}

.title-description {
    padding-bottom: 50px;
}

.title i {
    margin-right: 7px;
}

.copyright,
section {
    position: relative;
}

.page-section {
    padding: 75px 0;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.z-index-9 {
    z-index: 9;
}

.z-index-99 {
    z-index: 99;
}

.z-index-999 {
    z-index: 999;
}

.z-index-9999 {
    z-index: 9999;
}

.btn {
    line-height: 22px;
    outline: 0;
    padding: 9px 20px;
    border: none;
}

.btn:hover {
    -webkit-transition: background 0.2s linear, color 0.2s linear;
    transition: background 0.2s linear, color 0.2s linear;
}

.btn-default:hover {
    color: #fff;
}

.transparent-header.top-bar .sticky-wrapper {
    top: 45px;
}

.btn-black {
    background: #000;
    color: #fff !important;
}

.btn-black:hover {
    opacity: 0.8;
}

.btn-transparent-white {
    background: 0 0;
    color: #fff;
    border: 2px solid #fff;
    margin: 0;
}

.btn-transparent-white:hover {
    border: 2px solid #fff;
    background: #fff;
    margin: 0;
}

.btn-transparent-black {
    background: 0 0;
    color: #222;
    border: 2px solid #222;
    margin: 0;
}

.btn-transparent-black:hover {
    border: 2px solid #222;
    background: #222;
    margin: 0;
}

.btn-transparent-color {
    background: 0 0;
    border: 2px solid;
    margin: 0;
}

.btn-transparent-color:hover {
    color: #fff;
    border: 2px solid;
    margin: 0;
}

.visible {
    visibility: visible;
}

.icons-circle.big i,
i.icons-circle.big {
    padding: 50px;
    line-height: 12em;
}

.circle,
.icons-circle i,
i.icons-circle {
    border-radius: 50%;
}

.gray-bg i {
    background-color: #c6c6c6;
    color: #fff;
}

.i-2x i,
i.i-2x {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    margin-bottom: 15px;
}

.i-3x i,
i.i-3x {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 15px;
}

.i-4x i,
i.i-4x {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    margin-bottom: 15px;
}

.i-5x i,
i.i-5x {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 19px;
    margin-bottom: 15px;
}

.i-6x i,
i.i-6x {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 21px;
}

.i-7x i,
i.i-7x {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 23px;
    margin-bottom: 15px;
}

.i-8x i,
i.i-8x {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 25px;
    margin-bottom: 15px;
}

.i-9x i,
i.i-9x {
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    font-size: 27px;
    margin-bottom: 15px;
}

.i-10x i,
i.i-10x {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 30px;
    margin-bottom: 15px;
}

.icon-2 span {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    margin-bottom: 15px;
}

.icon-3 span {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    margin-bottom: 15px;
}

.icon-4 span {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    margin-bottom: 15px;
}

.icon-5 span {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    margin-bottom: 15px;
}

.icon-6 span {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 25px;
    margin-bottom: 15px;
}

.icon-7 span {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 28px;
    margin-bottom: 15px;
}

.icons-circle span {
    border-radius: 50%;
}

.color-icons span {
    border: 1px solid transparent;
}

.color-icons span:hover {
    border: 1px solid #fff;
}

.hover-color span {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
}

.icons-border-black span {
    border: 1px solid #171717 !important;
    background: 0 0;
    color: #171717;
}

.icons-border-black span:hover {
    color: #fff;
}

.icons-border-white span {
    border: 1px solid #fff !important;
    background: 0 0;
    color: #fff;
}

.size1of1 {
    width: 100%;
}

.size1of2 {
    width: 50%;
}

.hidden-true {
    display: none;
}

.social-icon i {
    display: inline-block;
    margin-right: 1px;
}

.white.social-icon i {
    color: #fff;
}

.fa-1x i,
i.fa-1x {
    font-size: 16px;
}

.social-icon i:hover {
    color: #fff;
}

.icons-hover-black i:hover,
.link-hover-black a:hover {
    color: #171717;
}

* {
    border-color: #e1e1e1;
    border-style: solid;
    border-width: 0;
    zoom: 1;
    -webkit-tap-highlight-color: transparent;
}

:focus {
    outline: 0 !important;
}

.border-color {
    border-width: 1px;
}

.border2-color {
    border-width: 2px;
}

.border-white {
    border: 1px solid #fff;
}

.border2-white {
    border: 1px solid #fff;
}

.border-black {
    border: 1px solid #000;
}

.border2-black {
    border: 2px solid #000;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #f7f7f7;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.top-up {
    text-align: center;
}

.image-bg {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-attachment: static;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 560px;
}

.image-bg.fixed {
    background-attachment: fixed;
}

.image-bg.content-in {
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 0;
    min-height: unset;
}

.overlay {
    background: #000;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.4;
    width: 100%;
}

.image-bg .overlay {
    background: #000;
    height: 100%;
    opacity: 0.2;
    width: 100%;
}

.image-bg .overlay-white,
.overlay-white {
    background: #fff;
    height: 100%;
    opacity: 0.8;
    width: 100%;
}

.image-bg .overlay-color,
.overlay-color {
    height: 100%;
    opacity: 0.85;
    width: 100%;
}

.form-box {
    background-color: #f7f7f7;
    padding: 30px;
}

.form-control {
    margin-bottom: 20px;
}

.form-control.bg-white {
    background: #fff;
    color: #333;
}

.form-control.bg-black {
    background: #222;
    color: #fff;
}

textarea.form-control.height-82 {
    height: 82px;
}

.field-border-bottom .form-control {
    border-left: medium none;
    border-radius: 0;
    border-right: medium none;
    border-top: medium none;
    box-shadow: none;
    background: 0 0;
    color: #fff;
}

.field-border .form-control {
    box-shadow: none;
    background: 0 0;
    color: #fff;
}

.form-message1 {
    color: red;
}

.white {
    color: #fff;
}

.white a:not(.btn) {
    color: #fff;
}

.black {
    color: #000;
}

.light-bg {
    background: #f7f7f7;
}

.white-bg {
    background: #fff;
}

.black-bg {
    background: #171717;
}

.item-box:hover i {
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}

img {
    height: auto;
    max-width: 100%;
}

html.opacity img {
    padding-bottom: 0;
}

body .opacity img {
    padding-bottom: 10px;
}

html.opacity:hover img {
    opacity: 1;
}

body .opacity:hover img {
    opacity: 0.8;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
}

.image-right {
    margin-left: -25%;
    position: relative;
}

.btn:hover,
.get-a-quote a,
.get-a-quote:hover a,
.icon-6 span,
.icon-6 span:hover,
.icons-hover-black i,
.icons-hover-black i:hover,
.icons-hover-color:hover i,
.link-hover-black a,
.link-hover-black a:hover,
.opacity img,
.opacity:hover img,
.portfolio-grid .grids:hover img,
.pricing:hover .title a,
.submit,
.submit:hover,
i,
i:hover {
    transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    -webkit-transition: all 350ms ease-in-out 0s;
    -o-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
}

@-webkit-keyframes rotating {
    from {
        -ms-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.header-wrapper {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.sticky-wrapper,
.sticky-wrapper.is-sticky #sticker {
    z-index: 9999;
}

.navbar {
    margin-bottom: 0;
}

.navbar-default .navbar-nav>li.active>a,
.navbar-default .navbar-nav>li.active>a:focus,
.navbar-default .navbar-nav>li.active>a:hover {
    background: 0 0;
}

.sticky-menu {
    z-index: inherit;
}

#navigation-menu {
    line-height: 2;
    color: #171717;
}

.nav>li>a:focus {
    background: 0 0;
}

.slider.rs-slider-full {
    float: left;
    width: 100%;
}

.slider.rs-slider {
    background: 0 0;
    border: 0 none;
    max-height: 700px;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 0;
}

.slider.rs-slider-full {
    min-height: auto;
    background: 0 0;
    padding: 0;
}

.transparent .slider.rs-slider {
    max-height: 700px;
}

.slider.rs-slider .container {
    position: relative;
}

.slider.rs-slider .title {
    font-size: 40px;
    font-weight: 400;
    margin: 0;
}

.slider .bold,
.slider.rs-slider .title.bold {
    font-size: 65px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    line-height: 75px;
}

.text-white {
    color: #fff;
}

.slider.rs-slider .description {
    font-size: 15px !important;
    line-height: 25px;
    margin: 0;
    padding: 0 15px;
}

.slider.rs-slider .phone-text {
    font-size: 17px;
}

.rs-slider ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.slider.rs-slider.full-width {
    max-height: inherit;
}

.slider.rs-slider.full-width .title {
    font-size: 60px;
    line-height: 0.9;
}

.slider.rs-slider.full-width .btn-link {
    font-size: 14px !important;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 1px;
    padding: 0;
    text-decoration: none;
}

.slider.rs-slider.full-width .btn-link .fa {
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    font-size: 180%;
    height: 36px;
    line-height: 32px;
    margin-left: 10px;
    padding: 0 0 0 3px;
    text-align: center;
    vertical-align: middle;
    width: 36px;
}

.slider.rs-slider.full-width .btn-link:hover {
    opacity: 0.8;
}

.carousel-control {
    top: 0;
    width: 10%;
}

.carousel-control .fa {
    font-size: 25px;
    height: 30px;
    margin-top: -15px;
    width: 30px;
}

.carousel-control .fa {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
}

.carousel-control.left.no-bg,
.carousel-control.right.no-bg {
    background-image: none;
}

.carousel-fade .carousel-inner .item {
    opacity: 0.8;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel.full-width {
    width: 100% !important;
}

.carousel.full-width .item,
.carousel.full-width .item img {
    display: block;
    width: 100%;
}

.black {
    text-shadow: none;
}

.text-shadow {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.owl-carousel .col-sm-1,
.owl-carousel .col-sm-10,
.owl-carousel .col-sm-11,
.owl-carousel .col-sm-12,
.owl-carousel .col-sm-2,
.owl-carousel .col-sm-3,
.owl-carousel .col-sm-4,
.owl-carousel .col-sm-5,
.owl-carousel .col-sm-6,
.owl-carousel .col-sm-7,
.owl-carousel .col-sm-8,
.owl-carousel .col-sm-9 {
    display: block;
    float: left;
    width: auto !important;
}

.owl-carousel .col-md-1 {
    max-width: 80px;
    width: auto !important;
}

.owl-carousel .col-md-2 {
    max-width: 161px;
    width: auto !important;
}

.owl-carousel .col-md-3 {
    max-width: 242px;
    width: auto !important;
}

.owl-carousel .col-md-4 {
    max-width: 323px;
    width: auto !important;
}

.owl-carousel .col-md-5 {
    max-width: 404px;
    width: auto !important;
}

.owl-carousel .col-md-6 {
    max-width: 485px;
    width: auto !important;
}

.owl-carousel .col-md-7 {
    max-width: 565px;
    width: auto !important;
}

.owl-carousel .col-md-8 {
    max-width: 646px;
    width: auto !important;
}

.owl-carousel .col-md-9 {
    max-width: 727px;
    width: auto !important;
}

.owl-carousel .col-md-10 {
    max-width: 808px;
    width: auto !important;
}

.owl-carousel .col-md-11 {
    max-width: 889px;
    width: auto !important;
}

.owl-carousel .col-md-12 {
    max-width: 970px;
    width: auto !important;
}

.text-slider {
    padding: 250px 0;
    background: url(../img/sections/slider/slider8-bg.webp) no-repeat;
}

.text-slider h1 {
    font-size: 55px;
    font-weight: 700;
    line-height: 75px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.text-slider p.description {
    margin-bottom: 20px;
}

.text-slider p {
    text-align: center;
}

.text-slider p a.btn {
    margin: 0 5px;
}

.features-block .header-box {
    display: block;
    min-height: 30px;
    margin: 0 0 13px;
    overflow: hidden;
}

.features-block .header-box .icon-box {
    background: 0 0;
    color: #1e1e1e;
    float: left;
    height: 30px;
    margin: 0 10px 0 0;
    text-align: center;
    width: 24px;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.features-block .header-box a.icon-box:hover {
    opacity: 0.8;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.features-block .header-box .icon-box i:before {
    font-size: 20px;
    line-height: 30px;
}

.features-block .header-box h6 {
    margin: 6px 0 0;
}

.features-list {
    padding: 40px 0 0 0;
}

.features-list-left {
    text-align: left;
}

.features-list-right {
    text-align: left;
}

.features-list-right.text-right {
    text-align: right;
}

.features-list li {
    list-style: none;
    padding: 20px 0;
    line-height: 2;
    font-size: 15px;
    font-weight: 300;
    position: relative;
}

.features-list li i {
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: 20px auto;
    line-height: 70px;
    top: 0;
    text-align: center;
    position: absolute;
}

.features-list-left li i {
    left: 0;
}

.features-list-right li i {
    right: 0;
}

.features-list-left .features-content {
    margin-left: 90px;
}

.features-list-right .features-content {
    margin-right: 90px;
}

.responsive-features span {
    font-size: 24px;
    margin-right: 10px;
}

.responsive-features h5 {
    display: inline-block;
    margin: 0 0 15px;
    text-transform: capitalize;
}

.about-us h6 {
    margin-bottom: 10px;
}

.work-section .nav li {
    padding: 7px 15px;
    margin: 0 20px 30px 20px;
    border-radius: 3px;
    border: 1px solid transparent;
    color: #fff;
    text-transform: capitalize;
}

.work-section .nav.black li {
    color: #171717;
}

.work-section .nav li.active,
.work-section .nav li:hover {
    border: 1px solid #fff;
    cursor: pointer;
    color: #fff;
}

.work-section .nav.black li.active,
.work-section .nav.black li:hover {
    border: 1px solid #171717;
    cursor: pointer;
    color: #171717;
}

.work-section .nav-pills {
    text-align: center;
}

.work-section .portfolio-grid .grid {
    max-width: 400px;
}

.portfolio-grid .grid img {
    margin: 0 auto;
}

.work-section .nav>li {
    float: none;
    display: inline-block;
}

#mix-container .mix {
    display: none;
    padding: 10px;
}

.figcaption {
    width: 100%;
}

.figcaption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    opacity: 0;
    text-align: center;
    color: #fff;
    padding: 20px;
    width: 100%;
    left: 0;
    right: 0;
}

.figcaption i {
    color: #fff;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
}

.portfolio-grid .grids:hover .figcaption {
    position: absolute;
    opacity: 1;
}

.portfolio-grid .grids:hover img {
    opacity: 0.2;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.portfolio-grid .grid {
    position: relative;
    background-color: #000;
}

.img-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s ease-out 0s;
}

.grid-item:hover .figcaption,
.grid-item:hover .img-overlay {
    opacity: 1;
}

.grid-list .grids {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 40px !important;
    margin-bottom: 30px !important;
}

.grid-list .title {
    margin-bottom: 8px;
}

.grid-list .description {
    margin-bottom: 15px;
    font-style: italic;
    font-size: 12px;
}

.pricing {
    background: #f0f0f0;
    margin: 0 auto 10px;
    max-width: 100%;
    position: relative;
    text-align: center;
    padding-top: 20px;
}

.pricing .title {
    line-height: 32px;
    padding: 17px 20px 21px;
    text-transform: uppercase;
}

.pricing .title a {
    color: #1e1e1e;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-decoration: none;
}

.pricing .price-box {
    font-size: 12px;
    line-height: 1;
    overflow: hidden;
    padding: 0 20px 20px;
}

.pricing .price-box p {
    line-height: 1.8;
}

.pricing .price-box .price {
    font-size: 36px;
    font-weight: 700;
    margin: 13px 0 0;
    font-family: Oswald, sans-serif;
}

.pricing .price-box .price span {
    font-size: 12px;
    display: block;
    margin-top: 10px;
    color: #333;
    font-family: Arimo, sans-serif;
}

.pricing .options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pricing .options li {
    border-top: 1px solid rgba(30, 30, 30, 0.1);
    color: #999;
    color: rgba(30, 30, 30, 0.4);
    line-height: 22px;
    padding: 13px 10px 13px 10px;
    position: relative;
}

.pricing .options li.active {
    color: #1e1e1e;
}

.pricing .btn-box {
    border-top: 1px solid rgba(30, 30, 30, 0.1);
    background: rgba(30, 30, 30, 0.05);
    overflow: hidden;
    padding: 30px 15px;
}

.pricing .btn-box .btn {
    padding-bottom: 15px;
    padding-top: 15px;
}

.piechart {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 15px 0;
    width: 100%;
}

.piechart span {
    font-size: 30px;
    font-weight: 700;
    font-family: arial;
    position: relative;
    line-height: 140px;
    top: 0;
    z-index: 2;
}

.piechart span:after {
    content: "%";
}

.item-box {
    padding-bottom: 40px;
}

.item-box i {
    color: #1e1e1e;
    display: block;
    left: 15px;
    margin: 0 15px 0 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.2s linear 0s;
}

.white .item-box a:not(.btn) {
    color: #fff;
    display: inline-block;
    transition: opacity 0.2s linear 0s;
}

.item-box a:not(.btn) {
    color: #171717;
    display: inline-block;
    transition: opacity 0.2s linear 0s;
}

.item-box a {
    margin-left: 50px;
}

.item-box.icons-circle a {
    margin-left: 70px;
}

.item-box.icons-color:hover i {
    color: #171717;
}

.item-box.icons-color.hover-white:hover i {
    color: #fff;
}

.twitter-feed {
    text-align: center;
    padding-bottom: 15px;
}

.tweet {
    padding: 12px 0 0;
}

.twitter-feed .icon-twitter {
    display: none;
}

.twitter-feed .tweet_text {
    color: #fff;
    font-size: 20px;
}

.tweet_text a {
    text-decoration: underline;
}

.tweet_text a,
.twitter-feed .tweet_text {
    color: #fff;
}

.twitter-feed i {
    padding: 15px;
}

.post-title {
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 17px;
}

.post-scroll .post-title {
    font-size: 20px;
    margin: 10px 0;
}

.post-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #ccc;
}

.post-title {
    margin-top: 25px;
}

.post-content {
    margin-bottom: 15px;
}

.post-list .post-item {
    padding-bottom: 40px;
}

.video-box {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    height: 0;
    margin-bottom: 22px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.video-box embed,
.video-box iframe,
.video-box video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.width-320 {
    width: 320px;
}

.meta,
.post-meta {
    font-size: 11px;
    font-style: italic;
    margin-top: 10px;
    color: #7f7f7f;
}

.meta span,
.post-meta span {
    font-size: 12px;
    margin-right: 8px;
}

.meta i,
.post-meta i {
    margin-right: 6px;
    margin-top: 5px;
}

.name {
    font-size: 18px;
    margin: 0;
    padding: 25px 0 15px;
    position: relative;
}

.name:before {
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 40px;
}

.description.text-left .name:before {
    right: auto;
    left: 0;
}

.text-left.i-3x i {
    width: auto;
    margin-right: 12px;
}

.role {
    padding-bottom: 12px;
    padding-top: 8px;
}

.author-img {
    margin-right: 15px;
}

.item {
    position: relative;
}

.bottom-arrow {
    position: relative;
}

.bottom-arrow:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e1e1e1 transparent transparent;
    border-image: none;
    border-right: 10px solid transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -20px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.bottom-arrow:after,
.bottom-arrow:before {
    left: 0;
    margin: 0 auto;
    right: 0;
}

.bottom-arrow:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff transparent transparent;
    border-image: none;
    border-right: 10px solid transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -18px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.bottom-arrow.light:after {
    border-color: #f7f7f7 transparent transparent;
}

.quote {
    padding: 15px 15px 0 15px;
}

.get-a-quote {
    padding: 30px 0;
    font-size: 34px;
    font-weight: 300;
    font-family: Oswald, sans-serif;
}

.get-a-quote a {
    font-weight: 500;
    text-decoration: underline;
}

.get-a-quote a.black:hover {
    color: #111;
}

.get-a-quote a.white:hover {
    color: #fff;
}

.get-a-quote:hover a {
    padding-left: 10px;
}

.transparent-header .sticky-wrapper {
    z-index: 999;
}

.page-header {
    position: relative;
}

.page-header h5 {
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-header .container::before {
    content: none;
}

.page-title-right {
    text-align: right;
}

.page-title-center {
    text-align: center;
}

.page-header #bg-video,
header#my-video {
    min-height: 130px;
    background: 0 0;
}

.page-header .image-bg {
    min-height: inherit;
}

.page-header {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    padding: 30px 0;
    background-color: #f2f2f2;
    margin: 0;
}

.page-header h1 {
    margin: 0;
    font-size: 42px;
    text-transform: capitalize;
}

#video-controls {
    top: 50%;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    text-align: center;
}

#video-controls a {
    text-decoration: none;
}

#bg-video,
.video-half-content {
    min-height: 552px;
}

.video-section {
    overflow: hidden;
    padding: 76px 0;
    position: relative;
    transition: opacity 0.2s linear 0s;
}

.video-section .video_item img,
.video-section video {
    background-size: cover;
    bottom: 0;
    height: auto;
    max-width: inherit;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: 0;
    vertical-align: top;
    width: auto;
    z-index: -100;
}

#my-video.video-bg {
    background-image: none;
    background-color: #000;
    position: relative;
}

#my-video.video-bg:after {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}

#my-video.video-bg #bg-video {
    min-height: 650px;
}

.video-bg .video-slider-container {
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 9;
}

#my-video.video-bg .video-slider-text {
    margin-bottom: 10px;
}

#my-video.video-bg .video-slider-text h1 {
    color: #ebb0b5;
    text-align: center;
}

.video-slider-text ul {
    padding: 0;
    text-align: center;
    list-style: none;
    width: 100%;
}

#my-video.video-bg p {
    text-align: center;
    margin-bottom: 20px;
}

#my-video.video-bg p>a.btn {
    margin: 0 5px;
}

.map-section img {
    max-width: inherit;
}

.map-data h6 {
    margin-bottom: 5px;
}

.btn-default.active[disabled],
.btn-default[disabled],
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover {
    background-color: #f1f1f1;
}

.help-block {
    bottom: -23px;
    display: block;
    margin-bottom: 3px;
    position: absolute;
}

.list-group-item {
    list-style: outside none none;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
    position: relative;
}

.list-group-item:before {
    content: "\f105";
    display: block;
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 5px;
}

.list-group-item .fa {
    margin-left: 7px;
    display: none;
}

.filter-price-box,
ul.tags {
    display: table;
    margin: 0 auto;
}

ul.tags li {
    float: left;
    margin: 0 3px 3px 0;
}

.tags li a {
    border-radius: 2px;
    color: #fff !important;
    display: block;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    text-decoration: none;
    transition: all 0.2s linear 0s;
}

.tags li a:hover {
    opacity: 0.5;
}

.social-feed {
    display: table;
    margin: 0 auto;
}

.social-feed li {
    float: left;
    height: 62px;
    list-style: outside none none;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 60px;
}

.social-feed li img {
    height: 62px;
    width: 62px;
}

.filter .filter-price-box {
    padding-bottom: 15px;
}

.bar {
    height: 3px;
    cursor: pointer;
    position: absolute;
}

.bar:after {
    height: 8px;
    width: 1px;
    position: absolute;
    right: -1px;
    top: -3px;
    content: "";
    cursor: pointer;
}

.bar:before {
    height: 8px;
    width: 1px;
    position: absolute;
    left: 0;
    top: -3px;
    content: "";
    cursor: pointer;
}

.filter-print-price {
    padding: 7px 0 0;
    margin: 0 17px;
}

.filter-print-price a h4 {
    padding: 5px 31px;
    color: #fff;
    text-align: center;
    font-family: Lato;
    font-size: 14px;
    margin: 0;
    width: 95px;
    border: 1px solid;
    text-transform: capitalize;
}

.filter-print-price a h4:hover {
    background-color: #fff;
    border: 1px solid;
}

.filter-print-price .price {
    font-family: Lato;
    color: #656565;
    font-weight: 600;
    font-size: 14px;
    margin-left: 6px;
    text-align: center;
}

.filter-print-price li {
    display: inline-block;
    list-style: none;
}

.gallery-list {
    list-style: none;
    padding-left: 0;
}

.gallery-list>li {
    position: relative;
}

.gallery-list>li i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.gallery-list>li p {
    margin-left: 30px;
    margin-bottom: 20px;
}

.about-author .author-img {
    float: left;
    padding-right: 15px;
}

.author #video-controls {
    margin-top: -20px;
}

.section-404 h1 {
    font-size: 70px;
    display: inline-table;
}

.portfolio-grid.fashion .grids {
    width: 20%;
}

.portfolio-title {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    color: #fff;
    left: 0;
    margin: 0 auto !important;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.grid-item:hover img {
    opacity: 0.5;
}

.grid-item:hover .portfolio-title {
    opacity: 1;
}

#get-quote-1 {
    float: left;
    width: 100%;
}

.border {
    border-width: 1px;
}

.work {
    position: relative;
}

.work .work-title {
    left: 0;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.work .title {
    bottom: 46px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin: 7px;
    opacity: 0;
    text-align: center;
}

.work .work-title>.btn {
    opacity: 0;
}

.work:hover .title {
    opacity: 1;
    color: #fff;
}

.work:hover .work-title>.btn {
    opacity: 1;
}

.work .bg-hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s ease-out 0s;
}

.work:hover .bg-hover {
    opacity: 1;
    transition: all 0.2s ease-in 0s;
}

.carousel {
    position: relative;
}

.full-width-slider .carousel-inner>.item>a>img,
.full-width-slider .carousel-inner>.item>img {
    width: 100%;
}

.full-width-slider .carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 100%);
}

.full-width-slider .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0) 100%);
}

.carousel-control.left.no-bg,
.carousel-control.right.no-bg {
    background-image: none;
}

.carousel-control.left .fa,
.carousel-control.right .fa {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    height: 37px;
    line-height: 33px;
    padding-left: 2px;
    width: 40px;
}

.carousel-control.left .fa {
    padding-left: 0;
}

.transparent-half-black-2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5) !important;
}

.form-box {
    background: #f2f2f2;
    border-radius: 5px;
    margin: 0 0 40px;
    padding: 27px 30px 25px;
}

.form-control {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    box-shadow: 0 1px #fff, 0 1px 4px rgba(0, 0, 0, 0.05) inset;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 22px;
    min-height: 40px;
    padding: 0 12px;
    width: 100%;
}

.transparent-half-white {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5) !important;
}

.ri-grid .overlay {
    opacity: 0.7;
    z-index: 1;
}

.grid-content {
    color: #fff;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    max-width: 784px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
}

.grid-content h1 {
    text-transform: uppercase;
    font-weight: 200;
}

.pricing:hover .pricing-icon {
    transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg);
    -moz-transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg);
    -ms-transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg);
    -o-transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg);
    -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg);
}

.top-destination .img-wrapper {
    position: relative;
}

.top-destination .img-wrapper:after {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    opacity: 0;
}

.top-destination .img-wrapper:hover:after {
    opacity: 1;
}

.top-destination .img-wrapper>a {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 9;
    opacity: 0;
    text-align: center;
}

.top-destination .img-wrapper:hover>a {
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 1;
}

.top-destination .img-wrapper:after,
.top-destination .img-wrapper>a {
    transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
}

.top-destination .img-wrapper>a i {
    padding: 10px;
    font-size: 18px;
}

.destination-box {
    background: #fff;
    padding: 15px;
    text-align: left;
}

.destination-box h5,
.destination-box p {
    margin-top: 10px;
}

.destination-box h5 {
    margin-bottom: 5px;
    display: inline-block;
}

.destination-box .btn-link {
    text-decoration: underline;
}

.destination-box .btn {
    padding: 5px 20px;
}

.travel-block {
    text-align: left;
    margin-bottom: 20px;
}

.travel-block i {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1) inset;
    -ms-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1) inset;
    padding: 20px;
    font-size: 18px;
    border-radius: 50%;
    color: #4e4e4e;
    border: none;
}

.travel-block .icon-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 45px;
}

.travel-block .icon-wrapper:before {
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 5%;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transition-duration: 0.3s;
    transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition-property: transform, opacity;
    width: 90%;
    z-index: 1;
}

.travel-block h5 {
    font-size: 18px;
    margin: 0 0 5px;
}

.price {
    font-size: 30px;
    line-height: 1;
    font-family: Oswald, sans-serif;
}

.grid-col-2 .grid-item {
    margin: 0 0;
    padding: 0 0;
    width: 50%;
}

.grid-col-2 .grid-item .post {
    padding: 0 30px 0 0;
}

.grid-col-3 .grid-item {
    margin: 0 0;
    padding: 0 0;
    width: 33.3%;
}

.grid-col-4 .grid-item {
    margin: 0 0;
    width: 25%;
}

.grid-col-5 .grid-item {
    margin: 0 0;
    width: 20%;
}

.grid-col-6 .grid-item {
    margin: 0 0;
    width: 16%;
}

.grid-col-6 .grid-item h4 {
    font-size: 13px;
    margin-bottom: 5px;
}

#footer {
    color: #7f7f7f;
}

#footer .copyright {
    background: #f7f7f7;
    border-top: 1px solid #e1e1e1;
    font-size: 15px;
    line-height: 17px;
    padding: 21px 0 20px;
}

#footer .address,
#footer .phone {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 34px;
    position: relative;
}

#footer .footer-icon {
    color: #c6c6c6;
    left: 16px;
    position: absolute;
    top: 0;
}

#footer .footer-icon:before {
    font-size: 20px;
    line-height: 18px;
    width: auto;
}

.footer-social {
    margin-top: 20px;
}

.copyright a {
    color: #7f7f7f;
}

.copyright .up {
    border-radius: 50%;
    display: block;
    float: right;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    background-color: #c6c6c6;
}

.page-sticky-footer {
    margin-bottom: 80px;
}

.footer-hidden #page {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    position: relative;
    z-index: 10;
}

.footer-hidden #footer {
    bottom: 0;
    color: #7f7f7f;
    left: 0;
    position: fixed;
    right: 0;
    overflow-y: auto;
}

.c {
    color: #999;
}

.o {
    color: #555;
}

.c1 {
    color: #999;
}

.m {
    color: #f60;
}

.s {
    color: #d44950;
}

.no {
    color: #360;
}

.w {
    color: #bbb;
}

.s2 {
    color: #c30;
}

.sr {
    color: #3aa;
}

.s1 {
    color: #c30;
}

.css .o {
    color: #999;
}

@font-face {
    font-family: anchorjs-link;
    font-style: normal;
    font-weight: 400;
}

body {
    position: relative;
}

h2 code,
h3 code,
h4 code {
    background-color: inherit;
}

#content:focus {
    outline: 0;
}

.back-to-top {
    color: #999;
    display: none;
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
    margin-top: 10px;
    padding: 4px 10px;
}

.back-to-top:hover {
    color: #563d7c;
    text-decoration: none;
}

@media (min-width: 768px) {
    .back-to-top {
        display: block;
    }
}

h1[id] {
    margin-top: 0;
    padding-top: 20px;
}

.show-grid {
    margin-bottom: 15px;
}

.show-grid [class^="col-"] {
    background-color: rgba(86, 61, 124, 0.15);
    border: 1px solid rgba(86, 61, 124, 0.2);
    padding-bottom: 10px;
    padding-top: 10px;
}

.highlight {
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
    margin-bottom: 14px;
    padding: 9px 14px;
}

.hidden-on .col-xs-6 .hidden-md,
.hidden-on .col-xs-6 .hidden-sm,
.hidden-on .col-xs-6 .hidden-xs,
.visible-on .col-xs-6 .hidden-md,
.visible-on .col-xs-6 .hidden-sm,
.visible-on .col-xs-6 .hidden-xs {
    border: 1px solid #ddd;
    color: #999;
}

.hidden-on .col-xs-6 .visible-md-block,
.hidden-on .col-xs-6 .visible-sm-block,
.hidden-on .col-xs-6 .visible-xs-block,
.visible-on .col-xs-6 .visible-md-block,
.visible-on .col-xs-6 .visible-sm-block,
.visible-on .col-xs-6 .visible-xs-block {
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #468847;
}

.no-pad {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.height-200 {
    height: 200px;
}

.height-400 {
    height: 400px;
}

.height-500 {
    height: 500px;
}

.height-600 {
    height: 600px;
}

.height-700 {
    height: 700px;
}

.pad-5 {
    padding: 5px;
}

.pad-10 {
    padding: 10px;
}

.pad-20 {
    padding: 20px;
}

.pad-30 {
    padding: 30px;
}

.pad-40 {
    padding: 40px;
}

.pad-50 {
    padding: 50px;
}

.pad-60 {
    padding: 60px;
}

.pad-70 {
    padding: 70px;
}

.pad-80 {
    padding: 80px;
}

.margin-5 {
    margin: 5px;
}

.margin-10 {
    margin: 10px;
}

.margin-20 {
    margin: 20px;
}

.margin-30 {
    margin: 30px;
}

.margin-40 {
    margin: 40px;
}

.margin-50 {
    margin: 50px;
}

.margin-60 {
    margin: 60px;
}

.margin-70 {
    margin: 70px;
}

.margin-80 {
    margin: 80px;
}

.top-pad-0 {
    padding-top: 0;
}

.top-pad-5 {
    padding-top: 5px;
}

.top-pad-10 {
    padding-top: 10px;
}

.top-pad-20 {
    padding-top: 20px;
}

.top-pad-30 {
    padding-top: 30px;
}

.top-pad-40 {
    padding-top: 40px;
}

.top-pad-50 {
    padding-top: 50px;
}

.top-pad-60 {
    padding-top: 60px;
}

.top-pad-70 {
    padding-top: 70px;
}

.top-pad-80 {
    padding-top: 80px;
}

.top-margin-0 {
    margin-top: 0;
}

.top-margin-5 {
    margin-top: 5px;
}

.top-margin-10 {
    margin-top: 10px;
}

.top-margin-20 {
    margin-top: 20px;
}

.top-margin-30 {
    margin-top: 30px;
}

.top-margin-40 {
    margin-top: 40px;
}

.top-margin-50 {
    margin-top: 50px;
}

.top-margin-60 {
    margin-top: 60px;
}

.top-margin-70 {
    margin-top: 70px;
}

.top-margin-80 {
    margin-top: 80px;
}

.bottom-pad-0 {
    padding-bottom: 0 !important;
}

.bottom-pad-5 {
    padding-bottom: 5px !important;
}

.bottom-pad-10 {
    padding-bottom: 10px !important;
}

.bottom-pad-20 {
    padding-bottom: 20px;
}

.bottom-pad-30 {
    padding-bottom: 30px;
}

.bottom-pad-40 {
    padding-bottom: 40px;
}

.bottom-pad-50 {
    padding-bottom: 50px;
}

.bottom-pad-60 {
    padding-bottom: 60px;
}

.bottom-pad-70 {
    padding-bottom: 70px;
}

.bottom-pad-80 {
    padding-bottom: 80px;
}

.bottom-margin-0 {
    margin-bottom: 0;
}

.bottom-margin-5 {
    margin-bottom: 5px;
}

.bottom-margin-10 {
    margin-bottom: 10px;
}

.bottom-margin-20 {
    margin-bottom: 20px;
}

.bottom-margin-30 {
    margin-bottom: 30px;
}

.bottom-margin-40 {
    margin-bottom: 40px;
}

.bottom-margin-50 {
    margin-bottom: 50px;
}

.bottom-margin-60 {
    margin-bottom: 60px;
}

.bottom-margin-70 {
    margin-bottom: 70px;
}

.bottom-margin-80 {
    margin-bottom: 80px;
}

.bg-hover-gray:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 600px) {
    .banner-text {
        margin-top: 439px;
        text-align: center;
    }

    .desktop-form {
        margin-top: 95px !important;
    }

    .about-section1 {
        padding: 650px 0;
    }
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float-phone {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 110px;
    right: 10px;
    background-color: #754c75;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
    color: #fff;
}

a.navbar-brand img {
    margin-top: 20px;
}

.bg-img {
    background-image: url("../img/bg.webp") !important;
    min-height: 380px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.grid img {
    height: 250px;
}

.lsq-form-wrapper .lp-form select {
    text-indent: 1px;
    -webkit-appearance: listbox;
    -moz-appearance: inherit;
    appearance: listbox;
    background:none !important;
}
button.btn.btn-default {
    background: linear-gradient(90deg, rgba(174,134,37,1) 16%, rgba(247,239,138,1) 47%, rgba(210,172,71,1) 76%, rgba(237,201,103,1) 98%);
    margin: 15px 0px;
}

button.btn.btn-default a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}



/* ......................new css ,,,,,add........... */
.top-contact.link-hover-black a {
    color: black;
}
.top-social-icon.icons-hover-black i {
    color: black;
}
.col-xs-12.col-sm-6.col-md-6 a {
    color: #0f0202;
}
.col-xs-12.col-sm-6.col-md-6  {
    color: #0f0202;
}
p {
    text-align: justify;
}


video{
    width:100%;
}

.testimonial {
    border-right: 4px solid #2a3d7d;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 30px 130px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
  }
  .testimonial:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -17px;
    border-top: 25px solid  linear-gradient(90deg, rgba(174,134,37,1) 16%, rgba(247,239,138,1) 47%, rgba(210,172,71,1) 76%, rgba(237,201,103,1) 98%);;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(45deg);
  }
  .testimonial:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -17px;
    border-top: 25px solid  linear-gradient(90deg, rgba(174,134,37,1) 16%, rgba(247,239,138,1) 47%, rgba(210,172,71,1) 76%, rgba(237,201,103,1) 98%);;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(135deg);
  }
  .testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 20px;
  }
  .testimonial .pic img {
    width: 100%;
    height: auto;
  }
  .testimonial .description {
    font-size: 15px;
    letter-spacing: 1px;
    color: #6f6f6f;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .testimonial .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color:  linear-gradient(90deg, rgba(174,134,37,1) 16%, rgba(247,239,138,1) 47%, rgba(210,172,71,1) 76%, rgba(237,201,103,1) 98%);
    margin: 0;
  }
  .testimonial .post {
    display: inline-block;
    font-size: 17px;
    color:  linear-gradient(90deg, rgba(174,134,37,1) 16%, rgba(247,239,138,1) 47%, rgba(210,172,71,1) 76%, rgba(237,201,103,1) 98%);
    font-style: italic;
  }

  @media only screen and (max-width: 767px) {
    .testimonial {
      padding: 20px;
      text-align: center;
    }
    .testimonial .pic {
      display: block;
      position: static;
      margin: 0 auto 15px;
    }
  }
  

.leftslidefrom{
    border:1px solid #ccc;
    border-radius:5px;
    padding: 10px 15px;
    background: linear-gradient(90deg, rgba(174,134,37,1) 16%, rgba(247,239,138,1) 47%, rgba(210,172,71,1) 76%, rgba(237,201,103,1) 98%);
}


.message{
    border-radius: 10px;
    background-color: rgb(251, 250, 248);
    padding: 15px
}