.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

html {
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    background: #fff
}

body {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    background: #555;
    color: #b0b3ba;
    line-height: 1.7em;
    padding: 0;
    display: none
}

.mb-10 {
    margin-bottom: 10px
}

a {
    text-decoration: none !important
}

a:hover {
    text-decoration: none
}

body.de_light {
    color: #86888c
}

body .owl-stage .owl-item {
    display: inline-block
}

#wrapper {
    overflow: hidden;
    background: #f2f2f2
}

header {
    width: 100%;
    height: 70px;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1000;
    background: #404146;
    padding: 0;
    margin: 0
}

header.transparent {
    background: rgba(0, 0, 0, 0.0)
}

header.transparent .logo-lg {
    display: block
}

body:not(.side-layout) header:not(.smaller):not(.header-mobile).header-light.transparent {
    background: rgba(255, 255, 255, 0.0)
}

.logo-small-fix {
    position: absolute;
    width: 125px;
    top: 0
}

.log-mob-fix {
    position: absolute;
    width: 125px;
    top: -14px
}

.logo-fix {
    position: absolute;
    width: 200px;
    top: -20px;
}

header div#logo {
    display: inline-block;
    height: 100%;
    float: left;
    font-family: "Oswald", sans-serif;
    color: white;
    margin-top: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

header .logo-2 {
    display: none
}

header .logo,
header .logo-2 {
    font-family: "Dosis";
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    display: none
}

header nav {
    float: right
}

header nav a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

header nav a:hover {
    color: #555
}

header.smaller #mainmenu a {
    padding-top: 18px;
    padding-bottom: 18px
}

header.smaller #mainmenu a {
    padding-top: 18px;
    padding-bottom: 18px
}

header.smaller #mainmenu li li a {
    padding-top: 2px;
    padding-bottom: 2px
}

header.smaller #mainmenu ul {
    top: 70px
}

header.smaller {
    height: 70px;
    background: rgba(64, 65, 70, .95);
    position: fixed;
    top: 0px;
    -webkit-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3)
}

header.smaller .logo {
    display: block
}

header.smaller .logo-lg {
    display: none
}

header.smaller div#logo,
header.s2 div#logo {}

header .contact {
    color: #fff !important;
    background-color: #990000
}

header .contact:hover {
    transition: scale(0.98)
}

.contact:focus {
    outline: none !important
}

.shrink {
    display: inline-block;
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent
}

.shrink:hover {
    transform: scale(1.1)
}

#subheader {
    text-align: center;
    overflow: hidden;
    padding: 100px 0 100px 0
}

#subheader.dark {
    background-color: #404146
}

#subheader .crumb {
    font-size: 10px;
    letter-spacing: 3px;
    margin-top: 20px
}

#subheader.dark .crumb {
    color: #fff
}

#subheader.dark h2,
#subheader.dark h3 {
    color: #fff
}

#subheader.dark h2 {
    margin-top: 80px;
    font-size: 42px;
    font-weight: 600
}

#mainmenu {
    font-family: "Source Sans Pro";
    float: right;
    font-size: 14px;
    font-weight: 500
}

#mainmenu ul {
    float: right;
    margin: 0px 0px;
    padding: 0px 0px;
    height: 30px
}

#mainmenu li {
    margin: 0px 0px;
    padding: 0px 0px;
    float: left;
    display: inline;
    list-style: none;
    position: relative
}

#mainmenu a {
    display: inline-block;
    padding: 25px 15px 25px 15px;
    line-height: 35px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    outline: none
}

#mainmenu a span {
    height: 2px;
    display: block;
    background: #fff;
    margin-top: -5px;
    width: 0;
    margin-left: 50%
}

#mainmenu li a:after {
    float: right;
    position: relative;
    font-family: "FontAwesome";
    content: "f111";
    font-size: 6px;
    margin-left: 20px;
    margin-top: 0px;
    color: #f7c51e
}

#mainmenu li:last-child a:after {
    display: none
}

#mainmenu.no-separator li a:after {
    font-size: 0px
}

#mainmenu li li {
    font-weight: normal;
    border-bottom: solid 1px #4c4d52
}

#mainmenu li li:last-child {
    border-bottom: none
}

#mainmenu li li a {
    padding: 2px 15px 2px 15px;
    background: #404146;
    border-top: none;
    color: #ccc;
    width: 100%;
    border-left: none;
    text-align: left
}

#mainmenu li li a:hover {
    color: #111
}

#mainmenu li li a:after {
    content: none
}

#mainmenu li li a:hover,
#mainmenu ul li:hover > a {
    color: #111;
    background: #1a8b49
}

#mainmenu li ul {
    width: 210px;
    height: auto;
    position: absolute;
    top: 79px;
    left: 0px;
    z-index: 10;
    visibility: hidden;
    opacity: 0
}

#mainmenu li li {
    display: block;
    float: none;
    text-transform: none
}

#mainmenu li > ul {
    margin-top: 0px
}

#mainmenu li:hover > ul {
    visibility: visible;
    opacity: 1
}

#mainmenu li:hover > ul {
    color: #1a8b49
}

#menu-btn {
    display: none;
    float: right;
    margin-top: 0px;
    width: 36px;
    height: 36px;
    padding: 6px;
    text-align: center;
    cursor: pointer
}

#menu-btn:before {
    font-family: FontAwesome;
    content: "\f0c9";
    font-size: 24px
}

#menu-btn:hover {
    background: #fff
}

#menu-btn:hover:before {
    color: #222
}

#content {
    width: 100%;
    background: #fff;
    padding: 90px 0 90px 0;
    z-index: 100
}

.de_light #content {
    background: #fff
}

#content {
    background: #18191b
}

section {
    padding: 80px 0 80px 0;
    overflow: hidden;
    position: relative
}

section {
    background: #18191b
}

.sub-desc {
    color: #fff
}

.de_light section {
    background: #fff
}

.full-height {
    overflow: hidden
}

#particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0
}

.service-title {
    font-size: 35px
}

.hr-line {
    display: flex;
    flex-direction: row;
    width: 10%;
    margin: 40px auto
}

.hr-line:after {
    content: "";
    flex: 1 1;
    border-bottom: 2px solid #990000;
    margin: auto
}

.service-para {
    font-size: 15px;
    font-weight: 600;
    color: #09090B;
    padding: 4rem 4rem 2rem 4rem
}

.bullet-points {
    text-align: left;
    width: 50%;
    margin: auto;
    color: #09090B
}

.service-para-sub {
    color: #09090B
}

.bullet-title {
    font-size: 35px
}

.pd-l {
    padding-left: 15px !important
}

.site-banner {
    background: url(../images/svg/banner-svg.svg) no-repeat 0% 0% !important
}

.site-banner-1 {
    background: url(../images/svg/mobileapps.svg) no-repeat 0% 0% !important
}

.site-banner-2 {
    background: url(../images/svg/graphic-design.svg) no-repeat 0% 0% !important
}

.site-banner-3 {
    background: url(../images/svg/web-dev.svg) no-repeat 0% 0% !important
}

.site-banner-4 {
    background: url(../images/svg/sw-dev.svg) no-repeat 0% 0% !important
}

.site-banner-5 {
    background: url(../images/svg/testing.svg) no-repeat 0% 0% !important
}

.site-banner-6 {
    background: url(../images/svg/ecommerce.svg) no-repeat 0% 0% !important
}

.site-banner-top {
    background: url(../images/svg/banner-svg-testing.svg) no-repeat 0% 0% !important
}

.fix-center {
    display: flex !important;
    justify-content: center !important
}

footer {
    background: #404146;
    color: #ccc;
    padding: 80px 0 0px 0
}

footer h5,
.de_light footer h5 {
    color: #fff;
    font-size: 12px;
    text-transform: none
}

footer a {
    color: #ccc
}

footer a:visited {
    color: #ccc
}

footer a:hover {
    color: #eceff3
}

.de-navbar-left footer {
    padding: 70px 70px 0 70px
}

.subfooter {
    font-size: 13px;
    border-top: solid 1px #404146;
    background: #4c4d52;
    margin-top: 80px;
    padding: 20px 0 20px 0
}

header.header-mobile {
    position: fixed;
    height: 70px;
    background: #fff;
    top: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26)
}

header.header-mobile .logo-lg {
    display: none
}

header.header-mobile nav {
    float: none
}

header.header-mobile #logo {
    margin-top: 2px
}

header.header-mobile .logo {
    display: none
}

header.header-mobile .logo-2 {
    display: inline-block
}

#contact_form {
    margin-top: 20px
}

#contact_form textarea {
    height: 195px
}

.form-underline input[type=text],
.form-underline textarea,
.form-underline input[type=email],
.form-underline select {
    padding: 10px 0 10px 0;
    margin-bottom: 20px;
    border: none;
    border-bottom: solid 2px #bbb;
    background: none;
    border-radius: 0;
    height: auto;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.form-underline input[type=text],
.form-underline textarea,
.form-underline input[type=email],
.form-underline select {
    color: #333;
    border-bottom: solid 1px #bbb
}

address {
    margin-top: 20px
}

address span {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    padding: 14.5px;
    background: #f5f5f5;
    border-radius: 3px
}

address span i {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 15px
}
.error_input{
	border-bottom:solid 1px #ff0000 !important;
}
.tiny-border {
    height: 1px;
    background: #333;
    width: 40px;
    margin: 20px 0 20px 0;
    display: block
}

.crumb {
    color: #777;
    font-size: 12px;
    margin: 0;
    padding: 0
}

.crumb li {
    display: inline;
    text-decoration: none;
    padding: 0 2px 0 2px;
    letter-spacing: 0;
    font-size: 12px
}

.crumb li.sep:after {
    font-family: "FontAwesome";
    content: "\f105"
}

.crumb a {
    text-decoration: none
}

.de_light .crumb a:hover {
    color: #fff
}

a {
    color: #fff;
    text-decoration: none
}

a:hover {
    color: #fff
}

a.btn,
.btn {
    position: relative;
    z-index: 1;
    overflow: hidden
}

a.btn-custom:hover,
.btn-custom:hover {
    color: #fff;
    opacity: .8;
    -webkit-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3)
}

.button,
.button::after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.button {
    background: none;
    border: 2px solid #990000;
    border-radius: 5px;
    color: #990000;
    font-size: 12px;
    font-weight: bold;
    margin: 1em auto;
    padding: 15px 30px 15px 30px;
    position: relative;
    text-transform: uppercase
}

.button-color-2 {
    color: #fff
}

.button-color {
    color: #990000
}

.button::before,
.button::after {
    background: #990000;
    content: '';
    position: absolute;
    z-index: -1
}

.button:hover {
    color: #fff
}

.btn-2::after {
    height: 100%;
    left: 0;
    top: 0;
    width: 0
}

.btn-2:hover:after {
    width: 100%
}

.btn-custom {
    padding: 8px 10px 8px 10px;
    font-weight: bold;
    text-transform: uppercase
}

a.btn-custom,
.btn-custom,
a.btn-slider,
.btn-slider {
    font-family: "Rubik";
    font-size: 12px;
    min-width: 120px
}

a.btn-custom,
a.btn-custom:active,
a.btn-custom:focus,
a.btn-custom:visited,
.btn-custom {
    color: #fff;
    border-radius: 3px;
    padding: 15px 30px 15px 30px;
    min-width: 120px;
    outline: 0;
    text-decoration: none
}

a.btn-link {
    display: block;
    text-decoration: none;
    margin-top: 10px
}

.cover a.btn-link:hover {
    color: #fff
}

.spacer-double {
    width: 100%;
    height: 60px;
    display: block;
    clear: both
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1_big {
    font-family: "Dosis";
    font-weight: 500;
    color: #404146
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    color: #fff
}

h1,
h2.text-light,
footer h3,
footer h4,
footer h5,
footer h6 {
    color: #fff
}

h1 {
    font-size: 40px;
    margin: 0
}

h1.big,
.h1_big {
    color: #404146;
    font-size: 56px;
    margin: 0;
    line-height: 70px
}

h2,
.h2_title {
    font-size: 28px;
    display: block;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.2em;
    letter-spacing: -1px
}

h2 {
    font-weight: 600;
    letter-spacing: normal;
    margin-bottom: 40px;
    font-size: 30px
}

h2 .uptitle {
    font-family: "Source Sans Pro";
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    letter-spacing: 10px;
    font-weight: 500
}

h3 {
    font-family: "Rubik";
    font-size: 18px;
    margin-top: 0;
    font-weight: 500;
    margin-bottom: 20px
}

h3 i {
    margin-right: 20px;
    font-size: 32px;
    position: absolute;
    margin-top: -5px
}

h5 {
    font-weight: bold
}

h1,
h2,
h3,
h4,
h5 {
    color: #eceff3
}

p.s1 {
    font-size: 16px;
    letter-spacing: 20px;
    text-transform: uppercase;
    font-weight: 500
}

.text-light {
    color: #bdc2c7
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6 {
    color: #fff
}

.de_light .text-light h1,
.de_light .text-light h2,
.de_light .text-light h3,
.de_light .text-light h4,
.de_light .text-light h5,
.de_light .text-light h6 {
    color: #fff
}

.de_light h1,
.de_light h2,
.de_light h3,
.de_light h4,
.de_light h5,
.de_light h6 {
    color: #404146
}

.feature-box {
    margin-top: 20px
}

.feature-box h3 {
    font-size: 18px
}

.feature-box i {
    font-size: 40px;
    margin-bottom: 40px
}

.feature-box:hover .inner i {
    color: #fff
}

.feature-box.left i {
    position: absolute
}

.feature-box.left .text {
    padding-left: 70px
}

.feature-box-small-icon.center {
    text-align: center
}

.pricing-s1 {
    border: solid 1px #eee;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    transition: box-shadow 1s;
    -webkit-transition: box-shadow 1s;
    -moz-transition: box-shadow 1s;
    background: #fff
}

.pricing-s1 .top {
    background: #f7f7f7;
    padding: 40px;
    color: #ECF0F1;
    text-align: center
}

.pricing-s1 .top h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: normal
}

.pricing-s1 .top > * {
    margin: 0px
}

.pricing-s1 .bottom {
    border-top: 0px;
    padding-bottom: 5px;
    background: #f7f7f7;
    text-align: center
}

.pricing-s1 .bottom ul {
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: left
}

.pricing-s1 .bottom ul li {
    padding: 15px 30px;
    font-weight: 600;
    color: #505050
}

.pricing-s1 .bottom ul li {
    border-bottom: solid 1px #f5f5f5
}

.pricing-s1 .bottom ul li:nth-child(odd) {
    background: #fff
}

.pricing-s1 .bottom ul li:nth-child(even) {
    background: #fff
}

.pricing-s1 .bottom > a {
    margin: 40px;
    width: auto
}

.pricing-s1 .bottom i {
    margin-right: 10px
}

.pricing-s1 .ribbon {
    width: 200px;
    position: absolute;
    top: 20px;
    left: -55px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    color: #222;
    font-weight: bold;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg)
}

.pricing-s1 .ribbon {
    color: #fff
}

.pricing-s1.rec {
    -webkit-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.2)
}

#preloader .s1 {
    width: 60px;
    height: 60px;
    display: table-cell;
    padding: 0px;
    vertical-align: middle;
    margin: 0 auto;
    background: #fff;
    text-align: center
}

#preloader .s1 span {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #fff;
    -webkit-animation: preloader8 1.6s linear infinite;
    animation: preloader8 1.6s linear infinite;
    margin: -30px 0 0 -30px
}

#preloader .s1 span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s
}

@keyframes preloader8 {
    0% {
        transform: scale(0, 0);
        opacity: 0.8
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@-webkit-keyframes preloader8 {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.8
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0
    }
}

#preloader {
    display: table;
    position: fixed;
    z-index: 20000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222;
    text-align: center
}

.social-icons {
    display: inline-block
}

.social-icons i {
    text-shadow: none;
    color: #707070;
    padding: 12px;
    padding-top: 13px;
    width: 43px;
    height: 43px;
    text-align: center;
    font-size: 20px;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border: solid 1px rgba(0, 0, 0, .1);
    margin-right: 10px;
    background: #fff
}

.social-icons i:hover {
    background: #fff;
    border-color: #eceff3;
    color: #333
}

.de_testi {
    display: block;
    margin-bottom: 10px
}

.de_testi blockquote {
    margin: 0;
    border: none;
    padding: 20px 30px 30px 80px;
    background: rgba(0, 0, 0, 0.5);
    font-style: normal;
    line-height: 1.6em;
    font-weight: 500
}

.de_testi blockquote p {
    margin-top: 10px
}

.de_testi blockquote:before {
    font-family: FontAwesome;
    content: "\f10d";
    padding-bottom: 10px;
    font-size: 20px;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    font-style: normal;
    background: #000;
    position: absolute;
    left: 15px;
    font-weight: normal
}

.de_testi blockquote {
    color: #eceff3
}

.de_testi blockquote,
.de_testi blockquote p {
    font-size: 20px;
    line-height: 1.7em;
    font-weight: normal
}

.de_testi_by {
    margin-top: -10px;
    font-style: normal;
    font-size: 12px
}

.de_testi.opt-2 blockquote {
    font-family: "Source Sans Pro";
    border: none;
    color: #86888c;
    font-weight: 300;
    padding: 40px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #fff
}

.de_testi.opt-2 blockquote:before {
    font-family: "FontAwesome";
    content: "\f10d";
    display: block;
    color: rgba(0, 0, 0, .1);
    z-index: 100;
    font-size: 20px;
    background: none;
    left: 20px
}

.de_testi.opt-2 blockquote p {
    font-size: 15px;
    padding: 40px 0 0 0
}

.de_testi.opt-2 .de_testi_by {
    font-size: 14px;
    font-weight: normal;
    text-align: center
}

.de_testi.opt-2 .de_testi_by img {
    width: 100px;
    height: auto;
    margin: 0 auto;
    margin-top: 40px
}

.mt20 {
    margin-top: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb20 {
    margin-bottom: 20px
}

.ml10 {
    margin-left: 10px
}

.padding40 {
    padding: 40px
}

.absolute {
    position: absolute;
    z-index: 1
}

.relative {
    position: relative;
    z-index: 1
}

.overflow-hidden {
    overflow: hidden
}

.width100 {
    width: 100%
}

.border1 {
    border-width: 1px
}

.bordertop {
    border-top: solid 1px #eee
}

.borderbottom {
    border-bottom: solid 1px #eee
}

.z-index1000 {
    z-index: 1000;
    position: relative
}

de_tab .de_nav li span,
.feature-box-small-icon i,
a.btn-line:after,
.de_count,
.social-icons a i,
.de_tab.tab_steps .de_nav li span,
.de_tab.tab_steps .de_nav li span:hover,
.de-gallery .overlay .icon i,
.de-gallery .overlay .icon i:hover,
.product img,
.product img:hover,
.mfp-close,
.mfp-close:hover,
.pic-hover .bg-overlay,
.pic-hover:hover > .bg-overlay,
i.btn-action-hide,
.pic-hover.hover-scale img,
.text-rotate-wrap,
.text-rotate-wrap .text-item,
.overlay-v,
.carousel-item .pf_text .title,
.carousel-item:hover .pf_text .title,
.carousel-item .pf_text .title .type,
.carousel-item:hover .pf_text .title .type,
header,
.owl-slider-nav .next,
.owl-slider-nav .prev,
#back-to-top.show,
#back-to-top.hide,
.social-icons-sm i,
.social-icons-sm i:hover,
.overlay-v i,
.overlay-v i:hover,
.de_tab .de_nav li span,
#popup-box.popup-show,
#popup-box.popup-hide,
.form-underline input[type=text],
.form-underline textarea,
.form-underline input[type=email],
.form-underline select,
.btn-rsvp,
.btn-close,
.btn-custom,
.overlay-v span,
.de_tab.tab_style_4 .de_nav li,
.form-subscribe input[type=text],
#mainmenu a span,
#mainmenu a.active span,
.feature-box .inner,
.feature-box:hover .inner,
.feature-box .inner i,
.feature-box:hover .inner i,
.error_input,
.de_tab.tab_steps.style-2 .de_nav li.active .arrow,
.owl-item.active.center > div blockquote,
.mask,
.mask .cover,
.mask:hover .cover,
.mask img,
.mask:hover img,
.accordion .content,
#mainmenu li,
#mainmenu li ul {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    outline: none
}

.container-fluid {
    padding: 0px;
    margin: 0px
}

.btn-primary {
    text-shadow: none;
    border: none
}

.btn.btn-primary:hover {
    background: #555
}

.img-responsive {
    display: inline-block
}

.img-shadow {
    -webkit-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3)
}

img.img-auto {
    width: auto;
    height: auto
}

img.img-rounded {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.img-profile {
    border: solid 3px #fff
}

.label {
    font-family: "Dosis", Arial, Helvetica, sans-serif
}

table thead {
    font-weight: bold
}

.accordion-heading a {
    text-decoration: none;
    border: none;
    outline: none
}

p.lead {
    font-size: 16px;
    line-height: 2em;
    margin-top: 0;
    font-weight: 400;
    color: #505050
}

.text-light p.lead {
    color: rgba(255, 255, 255, .5)
}

blockquote {
    font-family: "Dosis";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4em;
    color: #404146;
    border: none
}

blockquote span {
    font-family: "Dosis";
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin-top: 20px
}

blockquote.s1 {
    padding: 0px
}

blockquote.s1:before {
    font-family: "FontAwesome";
    content: "\f10d";
    display: block;
    color: rgba(0, 0, 0, .1);
    z-index: -1;
    font-size: 40px;
    top: 0;
    left: 0
}

.col-md-3 {
    margin-right: -1px
}

.img-left {
    float: left;
    margin: 5px 15px 15px 0
}

.img-right {
    float: right;
    margin: 5px 0 15px 15px
}

i {
    display: inline-block
}

a,
a:hover,
.test-column,
.test-column:hover {
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.picframe {
    position: relative;
    overflow: hidden
}

.picframe img {
    width: 100%
}

#btn-close-x {
    width: 100px;
    height: 100px;
    display: block;
    background: url(../images_02/close.html) center no-repeat;
    margin: 0 auto;
    margin-bottom: 80px;
    cursor: pointer;
    padding: 20px
}

#btn-close-x {
    background: url(../images_02/close-2.html) center no-repeat
}

.project-name {
    font-size: 12px;
    font-weight: bold;
    display: block
}

span.overlay {
    font-family: "Dosis";
    text-align: center;
    display: block;
    width: 100px;
    background: rgba(64, 65, 70, .8);
    position: absolute;
    opacity: .75;
    z-index: 500
}

span.icon {
    cursor: pointer
}

.overlay .info-area {
    display: block;
    margin-top: 10%
}

.overlay .sb-icons {
    display: block;
    margin-top: 200px
}

.de-gallery .overlay {
    text-align: center
}

.de-gallery .overlay .pf_text {
    display: inline-block;
    opacity: 0
}

.de-gallery .project-name {
    font-size: 16px;
    letter-spacing: 0
}

.de-gallery .overlay .icon {
    display: inline-block;
    margin-top: 200px;
    text-align: center
}

.de-gallery .overlay .icon i {
    text-shadow: none;
    color: #fff;
    border: solid 1px rgba(255, 255, 255, .1);
    font-size: 22px;
    padding: 20px;
    width: 60px;
    height: 60px;
    text-align: center;
    margin-left: 10px
}

.de-gallery .overlay .icon i.icon-info {
    margin-left: 0px
}

.de-gallery .overlay .icon i:hover {
    color: #222;
    background: #fff
}

.grid_gallery .item {
    margin-bottom: 30px
}

a.img-icon-url,
a.img-icon-zoom {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(../images_02/icon-url.html) center no-repeat;
    margin: 0 auto;
    margin: 0 2px 0 2px
}

a.img-icon-zoom {
    background: url(../images_02/icon-zoom.html) center no-repeat
}

.pf_full_width {
    width: 100%
}

.pf_full_width .item {
    float: left;
    width: 24.99%
}

.pf_4_cols {
    width: 101%
}

.pf_full_width.pf_3_cols .item {
    width: 33.3%
}

.pf_full_width.pf_2_cols .item {
    width: 49.9%
}

.gallery_border {}

.pf_full_width.gallery_border .item,
.pf_full_width.gallery_border.pf_2_cols .item,
.pf_full_width.gallery_border.pf_3_cols .item {
    float: left;
    width: 23.9%;
    margin-right: 1%;
    margin-bottom: 1%
}

.pf_full_width.gallery_border.pf_3_cols .item {
    width: 32.3%
}

.pf_full_width.gallery_border.pf_2_cols .item {
    width: 48.9%
}

.pf_full_width img {
    float: left;
    width: 100%
}

.pf_full_width.grid {
    padding: .75%;
    padding-bottom: 0
}

.pf_full_width.grid .item {
    margin: 0 .75% .75% 0;
    width: 32%
}

.pf_full_width.grid.pf_4_cols .item {
    margin: 0 .75% .75% 0;
    width: 23.9%
}

.pf_full_width.grid.pf_2_cols .item {
    margin: 0 .75% .75% 0;
    width: 48.5%
}

.gallery-cols .item {
    margin-bottom: 30px
}

.pic-grey {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%)
}

#sidebar {
    padding-left: 30px
}

#sidebar.post-left {
    padding-left: 0px;
    padding-right: 30px
}

.widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #eee
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget .tiny-border {
    width: 100%;
    background: rgba(255, 255, 255, .2)
}

footer .widget {
    border: none;
    margin-bottom: 0
}

footer .tiny-border span {
    display: block;
    height: 1px;
    width: 30px
}

.no-bottom {
    margin-bottom: 0;
    padding-bottom: 0
}

p {
    margin-bottom: 20px
}

.no-bottom .col-md-12 {}

.no-bottom {
    padding-bottom: 0 !important
}

.no-top {
    padding-top: 0 !important
}

.image-container {
    position: absolute;
    padding: 0;
    margin: 0;
    background-size: cover
}

.image-slider {
    cursor: move
}

.inner-padding {
    padding: 90px
}

.no-padding,
section.no-padding {
    padding: 0 !important
}

.float-left {
    float: left
}

.form-control:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1
}

.center-y {
    position: relative
}

.overlay-bg {
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(64, 65, 70, .6);
    top: 0;
    padding: 100px 0 100px 0
}

.overlay-solid {
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0
}

.overlay-bg.t0 {
    background: rgba(64, 65, 70, 0)
}

.overlay-bg.t30 {
    background: rgba(64, 65, 70, .3)
}

.overlay-bg.t50 {
    background: rgba(64, 65, 70, .5)
}

.overlay-bg.t80 {
    background: rgba(64, 65, 70, .7)
}

.overlay-bg.t80 {
    background: rgba(64, 65, 70, .8)
}

.overlay-bg.t90 {
    background: rgba(64, 65, 70, .9)
}

.overlay-bg.c1 {
    background: rgba(64, 65, 70, .8)
}

.full-height .overlay-bg {
    display: table
}

.full-height .overlay-gradient {
    display: table
}

.full-height .center-y {
    display: table-cell;
    vertical-align: middle
}

.op9 {
    opacity: .9
}

.pic-hover {
    width: 100%;
    position: relative;
    overflow: hidden
}

i.btn-action-hide {
    opacity: 0
}

.pic-hover:hover .bg-overlay {
    background: rgba(0, 0, 0, .5)
}

.pic-hover:hover i.btn-action-hide {
    opacity: 1
}

.pic-hover.hover-scale:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.center-xy {
    position: absolute;
    z-index: 5
}

.center-xy i.btn-action {
    font-size: 24px;
    border: solid 2px rgba(255, 255, 255, .3);
    padding: 16px;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    text-align: center;
    color: #fff
}

.center-xy i.btn-action:hover {
    border-color: rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255, .3)
}

.center-xy i.btn-action.btn-play {
    padding-left: 20px
}

.bg-grey,
section.bg-grey {
    background: #f8f8f8
}

.wow {
    visibility: hidden
}

#back-to-top {
    position: fixed;
    bottom: -40px;
    right: 40px;
    z-index: 1020;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f6f6f6;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    outline: none;
    opacity: 0
}

#back-to-top:hover {
    background: #111
}

#back-to-top.show {
    bottom: 40px;
    opacity: 1
}

#back-to-top.hide {
    bottom: -40px
}

#back-to-top:before {
    font-family: "FontAwesome";
    font-size: 14px;
    content: "\f176";
    color: #fff;
    position: relative;
    margin: 5px
}

.mouse {
    position: absolute;
    width: 22px;
    height: 42px;
    bottom: 40px;
    left: 50%;
    margin-left: -12px;
    border-radius: 15px;
    border: 2px solid #fff;
    -webkit-animation: intro 1s;
    animation: intro 1s
}

.scroll {
    display: block;
    width: 3px;
    height: 3px;
    margin: 6px auto;
    border-radius: 4px;
    background: #fff;
    -webkit-animation: finger 1s infinite;
    animation: finger 1s infinite
}

.boxed .mouse {
    margin-top: 60px
}

@-webkit-keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes finger {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes finger {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@-moz-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.arrow-anim {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background-size: contain
}

.arrow-anim:before {
    content: "f107";
    font-family: "FontAwesome";
    font-size: 32px
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite
}

a.read_more {
    display: inline-block;
    font-weight: bold;
    color: #222;
    text-decoration: none
}

a.read_more:hover {
    color: #707070
}

a.read_more i {
    margin-left: 8px
}

.text-light a.read_more {
    color: #fff
}

.text-black {
    color: #222
}

#de-arrow-nav-set {
    text-align: center
}

#de-arrow-nav-set i {
    color: #222;
    font-size: 32px
}

#de-arrow-nav-set i.icon_menu {
    display: inline-block
}

.table {
    display: table;
    margin-bottom: 0
}

.table [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
    padding: 0;
    height: 100%
}

.table-custom-1 {
    position: absolute;
    height: 100%
}

.table .table {
    background: none
}

.text-middle,
.table [class*="col-"].text-middle {
    vertical-align: middle
}

.typed,
.typed-strings {
    display: inline-block
}

.typed-strings p {
    position: absolute
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.mask {
    position: relative;
    overflow: hidden
}

.mask img {
    width: 100%
}

.mask .cover {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 80px;
    padding: 30px;
    background: rgba(64, 65, 70, .9);
    bottom: 0
}

.mask .cover h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px
}

.mask .cover p {
    position: absolute;
    color: #fff;
    padding-top: 25px;
    padding-right: 25px
}

.mask:hover .cover {
    height: 100%
}

.mask:hover .cover p {
    opacity: 1
}

.mask .cover h3 span {
    margin-left: 50px
}

.de_light h1 span.underline {
    display: inline-block;
    border-bottom: solid 2px rgba(255, 255, 255, .5)
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s
}

.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
}

.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
}

#filters {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 400
}

#filters li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px
}

#filters a {
    background: none;
    outline: none;
    color: #888;
    text-decoration: none;
    color: #888;
    padding: 5px 20px 5px 20px;
    border-radius: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.text-light #filters a {
    color: rgba(255, 255, 255, .5)
}

#filters a:hover {
    color: #111
}

#filters a.selected {
    color: #fff
}

.text-light #filters a:hover {
    color: #fff
}

.text-light #filters a.selected {
    color: #fff
}

.text-light #filters a.selected {
    color: #fff
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.mar-bot {
    margin-top: 20px
}

.testi-slider .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.testi-slider .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.testi-slider .flex-control-paging li a {
    background: none;
    width: 8px;
    height: 8px;
    display: block;
    border: solid 1px #fff;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.testi-slider .flex-control-paging li a:hover {
    border: solid 1px #fff;
    background: #fff
}

.testi-slider .flex-control-paging li a.flex-active {
    border: solid 1px #fff;
    cursor: default;
    background: #fff
}

.size10 {
    font-size: 10px
}

.size20 {
    font-size: 20px
}

.size30 {
    font-size: 30px
}

.size40 {
    font-size: 40px
}

.size50 {
    font-size: 50px
}

.size60 {
    font-size: 60px
}

.size70 {
    font-size: 70px
}

.typed-strings p {
    position: absolute
}

.deco-big {
    display: block;
    font-size: 120px;
    font-family: "Miama";
    margin-top: 48px;
    margin-left: -20px
}

.deco-md {
    display: block;
    font-size: 120px;
    font-family: "Miama";
    margin-top: 32px;
    margin-left: -20px
}

.social-icons-sm i {
    color: #fff;
    margin: 0 5px 0 5px;
    border: solid 1px #555;
    width: 32px;
    height: 32px;
    padding: 8px;
    text-align: center;
    border-radius: 30px
}

.social-icons-sm i:hover {
    color: #fff
}

.arrowup {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    margin-top: -30px
}

.arrowdown {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute
}

.arrowright {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid green
}

.arrowleft {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid blue
}

blockquote.very-big {
    border: none;
    font-family: "Dosis";
    text-align: center;
    border: none;
    font-size: 32px;
    font-weight: 400;
    background: none;
    font-style: normal
}

blockquote.very-big span {
    font-family: "Dosis"
}

a,
img {
    outline: 0
}

.z1 {
    z-index: 1
}

.z10 {
    z-index: 10
}

.rtl-content {
    text-align: right
}

@media(min-width:980px) and (max-width:1199px) {
    #mainmenu li a:after {
        margin-left: 15px
    }

    .pf_full_width.gallery_border .item,
    .pf_full_width.gallery_border.pf_2_cols .item,
    .pf_full_width.gallery_border.pf_3_cols .item {
        float: left;
        width: 23.95%
    }
}

@media(min-width:1500px) and (max-width:2000px) {
    .site-banner {
        background: url(../images/svg/banner-svg-large.svg) no-repeat 0% 0% !important
    }

    .site-banner-top {
        background: url(../images/svg/banner-svg-testing-large.svg) no-repeat 0% 0% !important
    }

    .site-banner-1 {
        background: url(../images/svg/mobile-apps-large.svg) no-repeat 0% 0% !important
    }

    .site-banner-2 {
        background: url(../images/svg/graphic-design-large.svg) no-repeat 0% 0% !important
    }

    .site-banner-3 {
        background: url(../images/svg/web-dev-large.svg) no-repeat 0% 0% !important
    }

    .site-banner-4 {
        background: url(../images/svg/sw-large.svg) no-repeat 0% 0% !important
    }

    .site-banner-5 {
        background: url(../images/svg/testing-large.svg) no-repeat 0% 0% !important
    }

    .site-banner-6 {
        background: url(../images/svg/e-commerce-large.svg) no-repeat 0% 0% !important
    }
}

@media(min-width:980px) {

    .lg-text-white,
    .lg-text-white h1,
    .lg-text-white h2,
    .lg-text-white h3,
    .lg-text-white h4,
    .lg-text-white h5,
    .lg-text-white address span a,
    .lg-text-white address span a:hover {
        color: #fff
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .slider_text {
        padding-top: 0px
    }

    .site-banner {
        background-image: none !important
    }

    .site-banner-top {
        background-image: none !important
    }

    .site-banner-1 {
        background-image: none !important
    }

    .site-banner-2 {
        background-image: none !important
    }

    .site-banner-3 {
        background-image: none !important
    }

    .site-banner-4 {
        background-image: none !important
    }

    .site-banner-5 {
        background-image: none !important
    }

    .site-banner-6 {
        background-image: none !important
    }
}

@media only screen and (max-width:992px) {
    .fix-center {
        display: inline-block !important
    }
}

@media only screen and (max-width:992px) {
    .text-center-sm {
        text-align: center
    }

    #menu-btn {
        display: block;
        position: relative;
        float: right
    }

    header {
        display: none
    }

    header .info {
        display: none
    }

    header.header-bg {
        background: rgba(0, 0, 0, 1)
    }

    header,
    header.fixed {
        display: block;
        position: inherit;
        margin: 0;
        padding: 0;
        margin-top: 0;
        height: auto;
        background: #000;
        padding: 15px 0 15px 0
    }

    #de-sidebar {
        position: absolute;
        width: 100%;
        right: 1px
    }

    header.side-header,
    .de_light header.side-header {
        position: absolute;
        display: block;
        height: 60px;
        top: 0;
        background: #000
    }

    header.side-header #mainmenu {
        position: absolute;
        background: #000;
        margin: 0;
        top: 60px;
        left: 0;
        width: 100%
    }

    header.side-header #logo .logo {
        display: none
    }

    header.side-header #logo .logo-2 {
        display: inline-block;
        position: absolute;
        height: 30px;
        top: 15px;
        left: 40px
    }

    header.side-header #menu-btn {
        position: absolute;
        top: 8px;
        right: 30px;
        height: 0;
        z-index: 2000;
        height: 35px
    }

    header.side-header #mainmenu li {
        display: block
    }

    header.side-header #mainmenu a,
    .de_light.de-navbar-left header #mainmenu > li > a {
        display: block;
        text-align: center;
        color: #fff
    }

    .de_light.de-navbar-left header #mainmenu > li {
        border-bottom: solid 1px rgba(255, 255, 255, .1)
    }

    header.side-header #mainmenu a:hover {
        background: none
    }

    header.side-header #mainmenu a:hover {
        background: none
    }

    header.side-header .social-icons-2 {
        display: none
    }

    header.autoshow {
        height: auto;
        top: 0
    }

    header.autoshow #mainmenu li a {
        background: none
    }

    header.header-mobile-sticky {
        position: fixed
    }

    #subheader,
        {
        padding: 0 0 0 0
    }

    .de-navbar-left #subheader {
        padding: 0;
        margin: 0
    }

    #subheader h1 {
        margin: 45px 0 45px 0
    }

    #subheader span {
        display: none
    }

    #subheader .crumb {
        display: none
    }

    .de-navbar-left #subheader {
        padding-top: 70px
    }

    .slider_text h1 {
        font-size: 32px
    }

    .slider_text .description {
        display: none
    }

    div#logo {
        margin-top: -15px
    }

    #logo,
    #logo .inner {
        vertical-align: middle;
        height: auto
    }

    #domain-check .text,
    #domain-check .button {
        width: 100%
    }

    .container-4 .de-team-list {
        width: 49.9%;
        float: left;
        position: relative
    }

    #testimonial-full blockquote {
        padding: 20px
    }

    #revolution-slider {}

    nav {
        height: 0
    }

    #mainmenu {
        float: none;
        z-index: 200;
        width: 100%;
        margin: 0;
        padding: 0
    }

    #mainmenu a {
        text-align: left;
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 10px
    }

    #mainmenu li li a,
    #mainmenu li li li a {
        padding-left: 0
    }

    #mainmenu a:hover {
        background: #111
    }

    #mainmenu a:hover {
        background: #111
    }

    #mainmenu li ul {
        display: block;
        position: inherit;
        margin: 0;
        width: 100%
    }

    #mainmenu li {
        border-bottom: solid 1px #eee;
        margin: 0;
        width: 100%;
        display: block
    }

    .mt20 {
        margin-top: 20px !important
    }

    #mainmenu li a:after {
        display: none
    }

    #mainmenu li:last-child {
        margin-bottom: 30px
    }

    #mainmenu li ul {
        border-top: solid 1px #eee;
        top: auto;
        width: auto;
        height: auto;
        position: inherit;
        visibility: visible;
        opacity: 1
    }

    #mainmenu li ul a {
        width: 100%;
        background: none;
        border: none
    }

    #mainmenu li ul li {
        border: none;
        padding-left: 40px
    }

    #mainmenu li ul li a {
        display: block
    }

    #mainmenu li ul li:last-child {
        border-bottom: none;
        margin: 0
    }

    #mainmenu li ul li:last-child a {
        border-bottom: none
    }

    #mainmenu li a {
        color: #eceff3
    }

    #mainmenu li li a {
        font-size: 10px
    }

    #mainmenu li li a:hover {
        color: #fff
    }

    header.header-mobile {
        overflow: hidden;
        position: fixed
    }

    header.header-mobile #mainmenu {
        float: none;
        z-index: 200;
        width: 100%;
        margin: 0;
        padding: 0
    }

    header.header-mobile #mainmenu a {
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px
    }

    header.header-mobile #mainmenu a:hover {
        background: none
    }

    header.header-mobile #mainmenu li ul {
        display: block;
        position: inherit;
        margin: 0;
        width: 100%
    }

    header.header-mobile #mainmenu li {
        border-bottom: solid 1px #eee;
        ;
        margin: 0;
        width: 100%;
        display: block
    }

    header.header-mobile #mainmenu li a:after {
        display: none
    }

    header.header-mobile #mainmenu li:last-child {
        margin-bottom: 30px
    }

    header.header-mobile #mainmenu li ul {
        border-top: none;
        top: auto
    }

    header.header-mobile #mainmenu li ul a {
        width: 100%;
        background: none;
        border: none
    }

    header.header-mobile #mainmenu li ul li {
        border: none;
        padding-left: 40px
    }

    header #mainmenu li ul li:first-child {
        border-top: solid 1px #eee
    }

    header.header-mobile #mainmenu li ul li a {
        display: block;
        border-bottom: solid 1px #eee
    }

    header.header-mobile #mainmenu li ul li:last-child {
        border-bottom: none;
        margin: 0
    }

    header.header-mobile #mainmenu li ul li:last-child a {
        border-bottom: none
    }

    header.header-mobile #mainmenu li a {
        color: #888
    }

    header.header-mobile #mainmenu li a:hover {
        color: #333
    }

    header.header-mobile #mainmenu li li a {
        font-size: 12px
    }

    header.header-mobile #mainmenu li li a:hover {
        color: #888
    }

    header.header-mobile #mainmenu li ul {
        height: 0;
        overflow: hidden;
        position: relative;
        left: 0
    }

    header.header-mobile #mainmenu li ul li ul li:last-child {
        border-bottom: solid 1px #eee
    }

    header.header-mobile #mainmenu li ul li ul {
        margin-bottom: 10px
    }

    header.header-mobile #mainmenu > li > span {
        width: 36px;
        height: 36px;
        background: url(../images/ui/arrow-down.png) center no-repeat;
        position: absolute;
        right: 0;
        margin-top: 10px;
        z-index: 1000;
        cursor: pointer
    }

    header.header-mobile #mainmenu li span.active {
        background: url(../images/ui/arrow-up.png) center no-repeat
    }

    header.header-mobile #mainmenu li > ul > li > span {
        width: 36px;
        height: 36px;
        background: url(../images/ui/arrow-down.png) center no-repeat;
        position: absolute;
        right: 0;
        margin-top: -45px;
        z-index: 1000;
        cursor: pointer
    }

    header.header-mobile #mainmenu > li > ul > li > span.active {
        background: url(../images/ui/arrow-up.png) center no-repeat
    }

    header.header-mobile #mainmenu li ul li a {
        border-bottom: solid 1px #eee
    }

    header.header-mobile #mainmenu li ul li:last-child > a {
        border-bottom: none
    }

    header.header-mobile #mainmenu li ul.mega ul {
        height: auto
    }

    #mainmenu li ul.mega {
        position: fixed;
        left: 0;
        width: 100%;
        margin-top: 30px;
        display: block;
        padding: 0
    }

    #mainmenu li ul.mega > li {
        width: 100%
    }

    #mainmenu li ul.mega > li ul {
        position: static;
        visibility: visible;
        opacity: 1;
        left: 0;
        float: none;
        width: 100%;
        margin-bottom: 0 !important
    }

    #mainmenu ul.mega > li ul li {
        margin: 0;
        padding: 0
    }

    #mainmenu li ul.mega .menu-content {
        background: none;
        padding: 0px
    }

    header.header-mobile #mainmenu ul.mega li {
        border-bottom: solid 1px #eee;
        padding-left: 0 !important
    }

    header.header-mobile #mainmenu ul.mega li.title {
        color: #777;
        padding-top: 12px;
        border-bottom: solid 1px #eee !important
    }

    header.header-mobile #mainmenu ul.mega li:first-child {
        border-top: none
    }

    .de_tab.tab_steps .de_nav {
        text-align: center
    }

    .de_tab.tab_steps .de_nav li {
        display: block;
        margin: 0;
        padding: 0
    }

    .de_tab.tab_steps .de_nav li span {
        margin: 0;
        margin-bottom: 40px;
        display: inline-block
    }

    .de_tab.tab_steps .de_nav li .v-border {
        border: none
    }

    .hidden-phone {
        display: none
    }

    .grid_gallery .item {
        width: 100%
    }

    .table {
        display: block
    }

    .table [class*="col-"] {
        float: none;
        display: block;
        vertical-align: top
    }

    .sm-hide {
        display: none
    }

    .btn-rsvp {
        position: absolute
    }

    .btn-close {
        position: relative
    }

    .schedule-item .sc-info {
        padding-top: 20px
    }

    .de_tab.tab_style_4 .de_nav li {
        min-width: 100px
    }

    #mainmenu a span {
        display: none
    }

    .pf_full_width.grid {
        margin-left: 1.5%
    }

    .de_tab.tab_steps.style-2 .de_nav li.active .arrow {
        margin-top: -40px;
        margin-bottom: 40px
    }

    .table-custom-1 {
        position: relative;
        height: auto
    }

    .boxed header {
        margin-top: 0
    }

    .boxed #content {
        padding: 0 !important
    }

    #subheader.s2 {
        padding: 40px 0 40px 0
    }

    #subheader {
        padding: 40px 0 40px 0
    }

    .inner-padding {
        padding: 40px
    }

    .xs-text-dark {
        color: #333
    }
}
}

@media only screen and (max-width:767px) {

    .pricing-2-col .pricing-box,
    .pricing-3-col .pricing-box,
    .pricing-4-col .pricing-box,
    .pricing-5-col .pricing-box {
        width: 100%
    }

    #subheader .overlay-bg {
        padding: 40px 0 40px 0
    }

    #subheader h1 {
        font-size: 36px
    }

    .container-4 .de-team-list {
        width: 100%;
        float: left;
        position: relative
    }

    .countdown-section {
        font-size: 12px
    }

    .countdown-amount {
        font-size: 36px
    }

    .container {
        padding-left: 30px;
        padding-right: 30px
    }

    .feature-box-image,
    .pricing-box {
        margin-bottom: 30px
    }

    #filters li.pull-right {
        float: none
    }

    .de_tab .de_nav li {
        display: block;
        width: 100%
    }

    .pf_full_width .item {
        float: left;
        width: 49.9%
    }

    .text-item {
        font-size: 48px;
        line-height: 48px
    }

    .text-item i {
        font-size: 36px
    }

    #de-sidebar {
        width: 100%;
        display: block;
        position: relative
    }

    .gallery_border {
        margin-left: 0px
    }

    .pf_full_width.gallery_border .item {
        width: 48.9%
    }

    body.boxed {
        margin: 0px
    }

    .schedule-item .sc-time {
        width: 100%;
        padding-bottom: 20px;
        float: none
    }

    .schedule-item .sc-pic {
        width: 80px
    }

    .schedule-item .sc-pic img {
        width: 60px
    }

    .schedule-item .sc-name {
        padding-top: 5px
    }

    .schedule-item .sc-info {
        float: none;
        display: block;
        width: 100%;
        clear: both;
        padding-top: 30px
    }

    .schedule-item .sc-info h3 {
        margin-bottom: 10px
    }

    .de_tab.tab_style_4 .de_nav {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0
    }

    .de_tab.tab_style_4 .de_nav li {
        min-width: 33.3%;
        width: 33.3%;
        border: none
    }

    .de_tab.tab_style_4 .de_nav li:first-child,
    .de_tab.tab_style_4 .de_nav li:last-child {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0
    }

    .pf_full_width.grid {
        margin-left: .2%
    }

    .pf_full_width.grid .item {
        width: 48.5%
    }

    .display-table [class*="col-"] {
        display: block
    }

    h1.big,
    h1_big {
        font-size: 8vw;
        line-height: 10vw
    }

    .site-banner {
        background-image: none !important
    }

    .site-banner-top {
        background-image: none !important
    }

    .site-banner-1 {
        background-image: none !important
    }

    .site-banner-2 {
        background-image: none !important
    }

    .site-banner-3 {
        background-image: none !important
    }

    .site-banner-4 {
        background-image: none !important
    }

    .site-banner-5 {
        background-image: none !important
    }

    .site-banner-6 {
        background-image: none !important
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .container {
        padding-left: 30px;
        padding-right: 30px
    }

    .feature-box-image,
    .pricing-box {
        margin-bottom: 30px
    }

    header div#logo img {
        max-width: 200px;
        height: auto
    }

    .site-banner {
        background-image: none !important
    }

    .site-banner-top {
        background-image: none !important
    }

    .site-banner-1 {
        background-image: none !important
    }

    .site-banner-2 {
        background-image: none !important
    }

    .site-banner-3 {
        background-image: none !important
    }

    .site-banner-4 {
        background-image: none !important
    }

    .site-banner-5 {
        background-image: none !important
    }

    .site-banner-6 {
        background-image: none !important
    }
}

@media only screen and (max-width:480px) {
    #section-hero-2 {
        height: 70vh !important
    }

    h1.big,
    .h1_big {
        font-size: 30px
    }

    .pf_full_width .item {
        float: left;
        width: 100%
    }

    .text-item {
        font-size: 32px;
        line-height: 32px
    }

    .text-item i {
        font-size: 24px
    }

    header div#logo img {
        max-width: 200px;
        height: auto
    }

    .pf_full_width.gallery_border .item {
        width: 100%
    }

    h3.s2 span {
        display: block;
        margin: 0;
        padding: 0
    }

    .service-title {
        font-size: 30px !important;
        padding: 0 0 0 20px !important
    }

    .service-para {
        text-align: left;
        padding: 0rem 4rem 2rem 4rem
    }

    .hr-line {
        display: flex;
        flex-direction: row;
        width: 30%;
        margin: 40px auto
    }

    .site-banner-top {
        background-image: none !important
    }

    .site-banner-1 {
        background-image: none !important
    }

    .site-banner-2 {
        background-image: none !important
    }

    .site-banner-3 {
        background-image: none !important
    }

    .site-banner-4 {
        background-image: none !important
    }

    .site-banner-5 {
        background-image: none !important
    }

    .site-banner-6 {
        background-image: none !important
    }
}

.pd-30 {
    padding-bottom: 30px
}

.pdl-38 {
    padding-left: 38px
}

.btn-hover {
    color: #990000
}

.social-icons i:hover {
    color: #990000;
    border-color: #990000
}

.services-area {
    padding: 7rem 2rem
}

.services-area .services {
    background: rgba(248, 252, 253, 0.9733);
    padding: 2rem 0;
    margin: 5rem .5rem;
    transition: box-shadow .7s ease
}

.services-area .services:hover {}

@media only screen and (max-width:320px) {
    #section-hero-2 {
        height: 80vh !important
    }

    h1.big,
    .h1_big {
        font-size: 30px
    }
}

.img-container {
    width: 480px;
    height: 280px;
    overflow: hidden;
    position: relative;
    margin: 10px 10px
}

.img-block {
    background-size: cover;
    height: 100%;
    width: 100%
}

.main-blog-container .blog-section .grid .our-project {
    background-color: aqua
}

.center-div {
    display: flex;
    justify-content: center
}

.testimonial-wrapper {
    padding: 20px;
    transition: all 0.2s ease-in-out
}

blockquote:before {
    font-family: FontAwesome;
    content: "\f10d";
    padding-bottom: 10px;
    font-size: 20px;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    font-style: normal;
    background: #000;
    position: absolute;
    left: 15px;
    font-weight: normal
}

@media(max-width:992px) {
    .change-order {
        display: flex !important;
        flex-direction: column
    }

    .img-area {
        order: 2 !important
    }

    .site-banner {
        background-image: none !important
    }
}

/* magnific-popup.css */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .9;
    filter: alpha(opacity=90)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

/* magnific-popup.css */
/* bg.css */
#back-to-top,
#btn-close-x:hover,
#btn-search,
#filters a.selected,
#jpreBar,
#mainmenu li li a:hover,
#mainmenu ul li:hover > a,
#preloader .s1 span,
#services-list li a:hover,
#subheader .small-border-deco span,
#testimonial-full,
.bg-color,
.bg-id-color,
.box-fx .info,
.btn-close,
.btn-custom,
.btn-id,
.btn-line.hover,
.btn-line:hover,
.btn-more,
.btn-primary,
.btn-rsvp,
.circle,
.custom-close:after,
.custom-show:after,
.date-post,
.de-progress .progress-bar,
.de-team-list .small-border,
.de_light .de_tab.tab_style_3 .de_nav li.active span,
.de_tab.tab_steps.style-2 .de_nav li.active span,
.de_tab.tab_style_2 .de_nav li.active span,
.de_tab.tab_style_4 .de_nav li.active,
.de_tab.tab_style_4 .de_nav li.active span,
.de_tab.timeline li.active .dot,
.dropcap,
.feature-box-big-icon i,
.feature-box-small-icon .border,
.feature-box-small-icon.style-2 .number.bg-color,
.feature-box.s2.active .inner,
.feature-box.s2:hover .inner,
.fullwidthbanner-container a.btn,
.icon-deco i,
.owl-arrow span,
.owl-custom-nav .btn-next:before,
.owl-custom-nav .btn-prev:before,
.owl-dot.active,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.price-row,
.pricing-s1 .ribbon,
.product img:hover,
.slider-info .text1,
.small-border,
.social-icons-sm i:hover,
.team-list .small-border,
.timeline .tl-block .tl-line,
.timeline > li > .timeline-badge,
.tiny-border,
.widget .small-border,
.widget-post .date,
a.btn-custom,
a.btn-line.hover,
a.btn-line:hover,
footer .tiny-border span,
header #mainmenu a span,
header.smaller.bg-color-sm,
section.bg-color,
section.call-to-action {
    background-color: #990000
}

#back-to-top:hover:before,
#mainmenu li a:after,
#mainmenu li:hover > ul,
#services-list li.active,
#services-list li.active a:after,
.accordion a:before,
.blog-list .date-box .day,
.box-icon-simple i,
.btn-left:before,
.btn-right:after,
.countdown-s3 .countdown-period,
.countdown-s4 .countdown-period,
.crumb a,
.dark .btn-line:after,
.dark .btn-line:hover:after,
.dark .feature-box-small-icon i,
.dark a.btn-line.hover:after,
.dark a.btn-line:after,
.dark a.btn-line:hover:after,
.date-box .day,
.de_contact_info i,
.de_tab.tab_steps .de_nav li span:hover,
.de_tab.tab_style_4 .de_nav li span,
.de_testi.opt-2 blockquote:before,
.de_testi_by,
.expand-custom .toggle:before,
.feature-box-small-icon-2 i,
.id-color,
.list li:before,
.post-meta span:before,
.pricing-box li h1,
.pricing-dark .pricing-box li.price-row,
.pricing-s1 .bottom i,
.pricing-s1 .top .price .currency,
.profile_pic .subtitle,
.ratings i,
.schedule-item .sc-name,
.separator span i,
.sitemap.s1 li:before,
.slider_text h1,
.social-icons-sm i,
.team-list .social a,
.testimonial-list:before,
.title span,
.widget_tags li a,
.wm,
.wm2,
a.btn-line:after,
a.btn-link,
a.btn-slider:after,
a.btn-text:after,
address span i,
address span strong,
blockquote.s1:before,
footer .widget a:hover,
h1.id-color,
h2 .uptitle,
h2.hs1 span,
h2.id-color,
h3.id-color,
h4.id-color,
header .info .social i:hover,
header.smaller #mainmenu a.active,
header.smaller #mainmenu > li:hover > a,
i.large:hover,
span.deco-big {
    color: #990000
}

#contact_form .de_light #search:focus,
#contact_form .de_light input[type=text]:focus,
#contact_form .de_lighttextarea:focus,
#contact_form input[type=text]:focus,
#contact_form textarea:focus,
#filters a.selected,
#search:focus,
.box-border,
.btn-line.hover,
.btn-line:hover,
.de_tab.tab_steps.style-2 .de_nav li.active span,
.de_tab.tab_style_4 .de_nav,
.exp-box h5,
.feature-box i,
.form-transparent input[type=email]:focus,
.form-transparent input[type=text]:focus,
.form-transparent textarea:focus,
.owl-item.active.center > div blockquote,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus .feature-box-big-icon i:after,
.pagination > .active > span:hover,
.product img:hover,
.social-icons-sm i,
a.btn-line.hover,
a.btn-line:hover {
    border-color: #990000
}

.arrow-up,
.blog-list img,
.box-fx .inner,
.dark .box-fx .inner,
.de_light .de_tab.tab_style_2 .de_nav li.active span,
.de_light .separator span:after,
.de_light .separator span:before,
.form-underline input[type=email]:focus,
.form-underline input[type=text]:focus,
.form-underline select:focus,
.form-underline textarea:focus,
.separator span:after,
.separator span:before,
.text-light .separator span:after,
.text-light .separator span:before,
.timeline > li > .timeline-panel {
    border-bottom-color: #990000
}

.arrow-down,
.preloader1 {
    border-top-color: #990000
}

.callbacks_nav {
    background-color: #990000
}

.de_tab .de_nav li span {
    border-top: 3px solid #990000
}

.feature-box-big-icon i:after {
    border-color: #990000 transparent
}

.de_review li.active img {
    border: solid 4px #990000
}

.de_tab.tab_style_4 .de_nav li {
    border-right-color: #990000
}

blockquote {
    border-left-color: #990000
}

.de_tab.tab_steps.style-2 .de_nav li.active .arrow {
    border-top-color: #990000
}

#section-services {
    background: url(../images/background/4.jpg) fixed
}

#section-hero-2 {
    background: url(../images/background/table-meeting-1.jpg) top
}

body.custom-bg-1 {
    background: url(../images/background/none.html);
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed
}

@media only screen and (min-device-width:768) and (max-device-width:1024) and (orientation:portrait) {
    section {
        -webkit-background-size: auto 100%;
        -moz-background-size: auto 100%;
        -o-background-size: auto 100%;
        background-size: auto 100%;
        background-attachment: scroll
    }
}

@media only screen and (max-width:992px) {

    #subheader,
    section {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-attachment: scroll
    }
}

@media only screen and (max-width:480) {
    section {
        -webkit-background-size: auto 100% !important;
        -moz-background-size: auto 100% !important;
        -o-background-size: auto 100% !important;
        background-size: auto 100% !important;
        background-attachment: scroll !important
    }
}

/* bg.css */

/* googlefonts */
@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v17/HhyaU5sn9vOmLzlmC_WoEoZKdbA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v17/HhyaU5sn9vOmLzloC_WoEoZK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v17/HhyaU5sn9vOmLzlmC_WoEoZKdbA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v17/HhyaU5sn9vOmLzloC_WoEoZK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v17/HhyaU5sn9vOmLzlmC_WoEoZKdbA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v17/HhyaU5sn9vOmLzloC_WoEoZK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v17/HhyaU5sn9vOmLzlmC_WoEoZKdbA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v17/HhyaU5sn9vOmLzloC_WoEoZK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v17/HhyaU5sn9vOmLzlmC_WoEoZKdbA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v17/HhyaU5sn9vOmLzloC_WoEoZK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v17/HhyaU5sn9vOmLzlmC_WoEoZKdbA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v17/HhyaU5sn9vOmLzloC_WoEoZK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nPrXyw023e1Ik.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nBrXyw023e.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7EyjmmT8WD07oB-98o.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7Eyjmmd8WD07oB-.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iGmT8WD07oB-98o.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iGmd8WD07oB-.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmRdu3cOWxy40.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu3cOWxw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lujVj9_mf.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRdu3cOWxy40.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRdu3cOWxy40.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu3cOWxw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

/* googlefonts */
