@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(ionicons.min.css);
@import url(animate.css);
@import url(hover.css);
@import url(magnific-popup.css);
@import url(owl.carousel.css);
@import url(owl.transitions.css);
@import url(settings.css);
@import url(layers.css);
@import url(navigation.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,700,800);
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');

.btn,
.h1 i,
.icon,
/* .icon-home-video, */
.lead-hr,
h1 i {
    display: inline-block
}

/* .icon-home-video, */
.loader,
.nav-desctop-list,
.navbar .social-list {
    text-align: center
}

.author:hover,
.blog-rubric:hover,
.blog-tags a:hover,
.brand:focus,
.brand:hover,
.btn,
.col-contacts a:hover,
.col-event a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.nav-bottom li a:hover,
.nav-desctop-list li a,
.nav-mobile-list li a,
.navbar-left address a:hover,
.navbar.affix .social-list li a:hover,
.portfolio-link .current a,
.portfolio-link li a:hover,
.post-rubric:hover,
.social-list li a:hover,
.widget_categories li a:hover,
a:focus,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
    text-decoration: none
}

html {
    font-size: 80%;
    -webkit-font-smoothing: antialiased
}

body {
    font-family: Lora, serif;
    font-size: 1em;
    line-height: 1.875;
    color: #4b4b4b;
    overflow-x: hidden
}

/* .video-sec::after{
content: "";
background-color: rgba(0,0,0,.5);
width: 100%;
height: 19%;
position: absolute;
top: 0;
left: 0;

} */
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    transition:all 0.8s;
}
.live-chat::-webkit-scrollbar {
    width: 0px;
    height: 8px;
    transition:all 0.8s;
}


::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #0c9cc5;
}


::selection {
    background-color: #E77F14;
    color: #fff
}

-webkit-::selection {
    background-color: #E77F14;
    color: #fff
}

::-moz-selection {
    background-color: #E77F14;
    color: #fff
}

.h1,
h1 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 2.5 em;
    line-height: 1.2;
    color: #3b3b3b;
    margin: 0
}

.h1 i,
h1 i {
    font-family: 'Playfair Display', serif
}

.h2,
.h3,
.h4,
h2,
h3,
h4 {
    font-family: Montserrat, sans-serif;
    color: #3b3b3b;
    font-weight: 700
}

.h2,
h2 {
    font-size: 2.5em;
    margin: .5em 0
}

.h3,
h3 {
    font-size: 1.875em;
    line-height: 1.5
}

.h4,
h4 {
    font-size: 1.25em;
    line-height: 1.35;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin: 1.3em 0
}

.h5,
.h6,
h5,
h6 {
    line-height: 1.35;
    /* color: #3b3b3b; */
    letter-spacing: .2em;
    margin: 1.4em 0;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase
}

.h5,
h5 {
    font-size: .875em;
    font-weight: 700
}

.h6,
h6 {
    font-size: .75em;
    font-weight: 400
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
h1 a,
h2 a,
h3 a,
h4 a {
    color: inherit
}

p {
    margin-bottom: 2em
}

ul {
    list-style: none;
    padding-left: 0
}

a {
    color: #E77F14;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out
}

a:focus,
a:hover {
    /* color: #E77F14; */
    color:#000;
    outline: 0
}

img {
    max-width: 100%
}

input[type=text],
input[type=address],
input[type=url],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
select,
textarea {
    display: inline-block;
    width: 100%;
    font-size: 1.125em;
    color: #3d3d3d;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #dadada;
    border-radius: 0;
    padding: 0 .3em .3em;
    height: 2.5em;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s
}

/* .icon-home-video, */
textarea {
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

textarea {
    resize: none;
    transition: all .3s
}

input[type=text]:focus,
input[type=address]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=tel]:focus,
textarea:focus {
    border-color: #E77F14;
    border-right-width: 0;
    outline: 0
}
/*
  @media (min-width: 700px) {
  body {
    font-size: 1.3em;
  }
}*/

textarea:focus {
    height: 7em
}

input::-moz-placeholder {
    color: #8a8a8a;
    opacity: 1
}

input:-ms-input-placeholder {
    color: #a7a7a7
}

input::-webkit-input-placeholder {
    color: #a7a7a7
}

textarea::-moz-placeholder {
    color: #a7a7a7;
    opacity: 1
}

textarea:-ms-input-placeholder {
    color: #a7a7a7
}

textarea::-webkit-input-placeholder {
    color: #a7a7a7
}

input.input-round {
    border-radius: 30px;
    background-color: #fff;
    padding: .3em 1.5em .2em;
    height: 3.2em;
    border: 1px solid transparent
}

input.error,
input.input-round:focus {
    border-color: #E77F14
}

textarea.input-round {
    height: 7.9em;
    padding-top: 1.1em;
    resize: none
}

.input-group-btn {
    font-size: inherit
}

.input-group .btn {
    position: relative;
    width: 3.75em;
    height: 3.86em;
    border-radius: 0 30px 30px 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.blocking
{
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
}
.input-group .btn .arrow-right {
    top: 50%;
    left: 0;
    margin: 0 0 0 1.1em;
    -webkit-transform: translateY(-50%); -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.translate .goog-te-gadget-simple .translate .goog-te-menu-value span {
    text-decoration: none;
    color: white;
}
.input-group .btn .arrow-right:before {
    width: 1.28125em;
    height: .75em;
    opacity: 1;
    margin: 0
}

.form-group {
    margin-bottom: 2.5em
}

.mc-label .fa {
    font-size: 1.2em;
    margin-right: .2em;
    color: #5e31e9
}

.mc-label,
label.error {
    font-size: .8em;
    font-weight: 400;
    margin: .5em 0 0;
    font-style: italic;
    color: #747474
}

.brand,
.btn {
    font-weight: 700
}

.wobble-error {
    -webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
    animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal
}

.btn {
    font-family: Montserrat, sans-serif;
    color: #fff;
    letter-spacing: .28em;
    position: relative;
    border: 0;
    border-radius: 30px;
    padding: 1.2em 2.6em;
    height: 3.8em;
    font-size: .9375em;
    text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(101, 52, 255, .3);
    background-color: #E77F14;
    -webkit-transition: all .3s ease-out!important;
    transition: all .3s ease-out!important
}

.btn:focus,
.btn:hover {
    background-color: #ffa03f;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0!important
}

.btn-blue,
.btn-dark,
.btn-violet,
.btn-white,
.btn.btn-trans,
.btn.btn-trans-2 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

/* .btn.btn-trans {
    background-color: rgba(255, 255, 255, .2)
} */

.btn.btn-trans:hover {
    background-color: #ffa03f
}

.btn.btn-trans-2 {
    background-color: rgba(255, 255, 255, .1)
}

.btn-violet,
.btn.btn-trans-2:hover {
    background-color: #ffa03f
}

.btn-gray {
    background-color: #4b4b4b
}

.btn-white {
    background-color: #fff;
    color: #3d3d3d
}

.btn-dark {
    background-color: #292929
}

.btn-blue {
    background-color: #59d5f0
}

.btn-brown {
    background-color: #c5a47e;
    box-shadow: 0 10px 20px rgba(197, 164, 126, .3)
}

.btn-light {
    background-color: rgba(255, 255, 255, .1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

.icon {
    font-size: 3.5em
}

/* .icon-home-video {
    position: relative;
    width: 8em;
    height: 8em;
    line-height: 8em;
    border: 3px solid #E77F14;
    border-radius: 50%;
    margin-top: 5em;
    transition: all .3s
}

.icon-home-video .ion-ios-play {
    font-size: 2.2em;
    margin-left: .2em;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
} */

.nav-desctop-list li li a,
.navbar {
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

/* .icon-home-video:hover {
    background-color: #E77F14
}

.icon-home-video:hover .ion-ios-play {
    color: #fff
}

.icon-home-video.v2 {
    margin-top: 2em;
    width: 5.5em;
    height: 5.5em;
    line-height: 5.5em
}

.icon-home-video.v2 .ion-ios-play {
    font-size: 1.8em
} */

.loader {
    position: fixed;
    overflow: hidden;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #4b4b4b
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #E77F14;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out
}

.section,
.section-sm,
.section-title {
    position: relative
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.section {
    padding-top: 3em;
    padding-bottom:3em
}

.section-sm {
    padding-top: 4em;
    padding-bottom: 4em
}

.section-title {
    margin-top: 0
}

.section-title-2 {
    margin: 0 0 1.3em
}

.section-title-3 {
    margin: 0 0 .75em
}

.lead {
    font-size: 1.375em
}

.lead-2 {
    font-size: 1.43em
}

.lead-hr {
    width: 48px;
    height: 4px;
    background-color: #E77F14;
    margin: 2.2em 0
}

.section-lead {
    font-size: 1.25em;
    margin: 0
}

.section-content {
    margin-top: 6.8em
}

.section-content-2 {
    margin-top: 4.2em
}

.text-primary {
    color: #E77F14
}

.text-white {
    color: #fff
}

.text-dark {
    color: #030203
}

.text-muted {
    color: #9a9a9a
}

.text-gray {
    color: #4b4b4b
}

.bg-dark {
    background-color: #222;
    color: #9a9a9a
}

.bg-black {
    background-color: #1c1c1c
}

.bg-brown {
    background-color: #c5a47e
}

.bg-light {
    background-color: #f7f7f7
}

.bg-lights
{
background-color: rgba(189,189,189 ,0.5);
}

.bg-violet {
    background-color: #a515cc
}

.bg-dark-blue {
    background-color: #E77F14
}

.bg-yellow {
    background-color: #fede5c
}

.bg-primary {
    background-color: #FB8C00;
}

.pt-0 {
    padding-top: 0
}

.pb-0 {
    padding-bottom: 0
}

.pb-base {
    padding-bottom: 7.1em
}

.pt-base {
    padding-top: 7.1em
}

.header-top {
    padding: 4px 0 20px;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    color: #fff
}

.header-top a {
    color: #fff
}

.slideInDown .header-top a {
    color: #777;
}

.navbar {
    position: absolute;
    z-index: 999999999;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 15px 1.1em;
    border-radius: 0;
    /* border-bottom: 1px solid rgba(255, 255, 255, .1); */
    transition: all .5s
}

.brand {
    font-family: Montserrat, sans-serif;
    font-size: 1.875em;
    line-height: 1;
    color: #fff
}

.brand:focus,
.brand:hover {
    color: #fff
}

.navbar .brand {
    float: left;
    margin-left: 15px
}

.navbar-responsive {
    padding-top: 3em;
    border-bottom: 0
}

.navbar-responsive .navbar-toggle {
    display: block;
    margin-right: 0
}

.navbar-responsive .brand {
    margin-left: 0
}

.social-list {
    margin-top: 0;
    margin-bottom: 0
}

.social-list li {
    display: inline-block;
    margin: 0 0.7em
}

.social-list li:first-child {
    margin-left: 0
}

.social-list li:last-child {
    margin-right: 0
}

.social-list li a {
    font-size: 1em;
    color: #fff
}

.social-list li a:hover {
    color: #E77F14
}

.nav-desctop-list {
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-size: .81em;
    letter-spacing: .08em;
    margin-bottom: 0
}

.nav-desctop-list li {
    position: relative;
    text-align: left;
    -webkit-perspective: 2000px;
    perspective: 2000px
}

.address-item,
.banner,
.col-stat,
.filter,
.icon-video-section,
.main-full,
.main-inner,
.map,
.mouse-helper,
.navbar-left,
.navbar-left .nav-desctop-list>li,
.owl-pagination,
.partner,
.portfolio-meta,
.post-author,
.promo,
.showcase-item-hover.hover-blue .showcase-item-info,
.showcase-item-hover.hover-dark .showcase-item-info,
.slider-text,
.stat-descr,
.statistics,
.team-profile,
.team-social,
.tp-caption,
.view-projects {
    text-align: center
}

.nav-desctop-list li a {
    display: block;
    color: #fff
}

.nav-desctop-list>li {
    display: inline-block;
    margin-left: 3em
}

.nav-desctop-list>li>a {
    color: #fff;
    margin-bottom: 1.8em;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.nav-desctop-list>.active>a,
.nav-desctop-list>li>a:hover {
    opacity: .5
}

.nav-desctop-list li ul {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 60%;
    visibility: hidden;
    min-width: 16em;
    padding: .6em 0;
    opacity: 0;
    white-space: nowrap;
    background: rgba(23, 23, 23, .95);
    letter-spacing: .2em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.nav-desctop-list>li>ul {
    left: -3em;
    margin-top: 0
}

.nav-desctop-list li:hover>ul {
    top: 0;
    visibility: visible;
    opacity: 1
}

.nav-desctop-list>li:hover>ul {
    top: 100%
}

.nav-desctop-list li li {
    position: relative;
    padding: .8em 3.2em 1em
}

.nav-desctop-list li li a {
    position: relative;
    color: #616060;
    font-weight: 700;
    transition: all .5s
}

.nav-desctop-list li .active>a,
.nav-desctop-list li li a:hover {
    color: #fff
}

.nav-desctop-list>li>ul>.active>a:after,
.nav-desctop-list>li>ul>li>a:after {
    position: absolute;
    opacity: 0;
    right: 100%;
    top: 50%;
    content: '';
    width: 3em;
    height: 2px;
    margin-right: 10px;
    background-color: #E77F14;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.nav-desctop-list>li>ul>.active>a:after,
.nav-desctop-list>li>ul>li:hover>a:after {
    opacity: 1;
    margin-right: -10px
}

.nav-desctop-list>li>ul>.active>a,
.nav-desctop-list>li>ul>li:hover>a {
    padding-left: 20px;
    color: #fff
}

.nav-desctop-list li li ul {
    left: 100%
}

.nav-desctop-list li li:hover>ul {
    top: -.6em
}

.nav-mobile {
    clear: both;
    font-size: 1em
}

.nav-mobile .brand {
    display: none;
    margin-left: 15px;
    font-size: 1.6em
}

.navbar-collapse {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.collapse {
    max-height: 90vh;
    overflow-y: auto
}

.navbar-toggle {
    padding: 0;
    margin-top: .3em;
    margin-bottom: 0;
    border-radius: 0;
    border: 0
}

.navbar-toggle .icon-bar {
    background-color: #fff;
    height: 2px;
    width: 30px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px
}

.navbar-toggle.collapsed .icon-bar {
    background-color: #fff
}

.nav-mobile-list {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: .8em;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding-top: 1.8em;
    margin-bottom: 0
}

.nav-mobile-list li {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, .07)
}

.nav-mobile-list li a {
    display: block;
    padding: 1em;
    /* color: #3d3d3d */

}

.nav-mobile-list li a .fa-angle-down {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2em
}

.nav-mobile-list .current>a,
.nav-mobile-list li .active>a,
.nav-mobile-list li a:hover {
    color: #E77F14
}

.nav-mobile-list .current>a .fa-angle-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.nav-mobile-list>.active>a,
.nav-mobile-list>.active>a:hover {
    background-color: #E77F14;
    color: #fff;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.nav-mobile-list ul {
    display: none
}

.nav-mobile-list ul li a {
    color: #959595
}
.translate {
    display: inline-block;
}
.translate .goog-te-gadget-simple {
    background-color:#ff952800;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    font-size: 10pt;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 2px;
    cursor: pointer;
    zoom: 1;
    color: #fff !important;

}
.translate .goog-te-gadget-simple .goog-te-menu-value {
    color: #fff;
}
.translate .goog-te-gadget-simple .goog-te-menu-value span {
    text-decoration: none;
    margin-left: 10px;
}
.navbar.affix .brand,
.navbar.affix .header-top,
.navbar.affix .nav-desctop-list>li>a,
.navbar.affix:not(.navbar-dark) .social-list li a,
.navbar.navbar-fixed .social-list li a,
.navbar.affix .translate .goog-te-combo,
.navbar.affix .translate .goog-te-gadget-simple .goog-te-menu-value  {
    color: #777;
}

.navbar.affix {
    position: fixed;
    z-index: 99999999999999999999999999999;
    top: 0;
    background-color: #fff;
    /* box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07); */
    border-bottom: 0
}

.mfp-figure,
.navbar.navbar-fixed {
    box-shadow: none
}

.navbar-responsive.affix {
    padding-top: 1.1em
}

.nav-desctop-list>li:first-child {
    margin-left: 0
}

.navbar.affix .social-list li a:hover {
    color: #E77F14
}

.navbar-dark.affix .brand,
.navbar-dark.affix .nav-mobile-list li .active>a,
.navbar-dark.affix .nav-mobile-list li a:hover,
.navbar-dark.affix .nav-mobile-list>.current>a {
    color: #fff
}

.navbar.affix .navbar-toggle .icon-bar {
    background-color: #E77F14
}

.navbar-dark.affix {
    background-color: #161616
}

.navbar-dark.affix .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-dark.affix .nav-mobile-list li {
    border-top: 1px solid rgba(255, 255, 255, .04)
}

.navbar-dark.affix .nav-mobile-list li a {
    color: #858585
}

.navbar-dark.affix .nav-mobile-list>.active>a,
.navbar-dark.affix .nav-mobile-list>.active>a:hover {
    background-color: #202020;
    color: #fff
}

.navbar-dark.affix .nav-mobile-list .active>a:hover,
.navbar-dark.affix .nav-mobile-list .current>a {
    color: #fff
}

.navbar-left {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 19em;
    background-color: #161616;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    overflow-x: visible
}

.main,
.main-full {
    position: relative
}

.main,
.mission-1,
.mission-2,
.showcase-item-hover {
    overflow: hidden
}

.navbar-left .brand-panel {
    padding: 1.5em;
    border-bottom: 1px solid #1c1c1c
}

.navbar-left .brand {
    float: none
}

.navbar-left .nav-desctop-list>li {
    display: block;
    margin-left: 0;
    margin-top: 4em
}

.navbar-left .nav-desctop-list>li>a {
    color: #595959;
    margin-bottom: 0
}

.navbar-left .nav-desctop-list>.active>a,
.navbar-left .nav-desctop-list>li>a:hover {
    color: #fff;
    opacity: 1
}

.translate .goog-te-combo, .translate .goog-te-banner *, .translate .goog-te-ftab *, .translate .goog-te-menu *, .translate .goog-te-menu2 *, .translate .goog-te-balloon * {
    font-family: arial;
    font-size: 10pt;
    float: right;
    background: #be400000;
    color: #fff;
    overflow: hidden;
    border: none;
}
.translate .goog-te-gadget {
    font-family: arial;
    font-size: 0px;
    color: #de861c;

}
.translate .goog-logo-link,.translate .goog-logo-link:link,.translate .goog-logo-link:visited,.translate .goog-logo-link:hover, .translate .goog-logo-link:active {
    font-size: 0px;
}

.translate .goog-te-gadget .goog-te-combo {
margin: 0;
    float: right;
    margin-top: 5px;
    margin-left: 10px;
    color: #fff;
}
.translate select option { color: black; }

.goog-te-combo select{
  color: #fff;

}
.translate .goog-te-combo, .translate .goog-te-banner *, .translate .goog-te-ftab *, .translate .goog-te-menu *, .translate .goog-te-menu2 *, .translate .goog-te-balloon *, .translate .select option * {
    color: #0000;


}
.translate img {
    display: none;
}
.navbar-left address {
    font-family: Montserrat, sans-serif
}

.navbar-left address a {
    color: #595959
}

.navbar-left address a:hover {
    color: #E77F14
}

.navbar-left .social-list {
    float: none;
    margin-bottom: 2em
}

.navbar-left .social-list a {
    color: #595959
}

.main,
.main h1,
.mouse-helper,
.rev_slider {
    color: #fff
}

.navbar-left .address-panel {
    padding: 8.2em 0
}

.main {
    min-height: 420px;
    /* background-color: #222 */
}

.main-white {
    background-color: #fff
}

.main-full:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 19, 19, .7)
}

.main-full .opener {
    position: relative;
    z-index: 1;
    height: 100vh;
    padding: 13em 0;
    width: 10000px;
    display: table-cell;
    vertical-align: middle
}

.main-inner:before,
.main-video:before {
    top: 0;
    width: 100%;
    height: 100%;
    content: ''
}

.main-video:before {
    position: absolute;
    z-index: 1;
    left: 0;
    background-color: rgba(0, 0, 0, .4)
}

.home-video {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.opener {
    position: relative
}

.opener .btn {
    margin-top: 2em
}

.main-inner {
    padding: 11em 0 7em
}

.main-inner:before {
    position: absolute;
    left: 0;
    background-color: rgba(10, 10, 10, .4)
}

.main-inner .lead {
    margin-top: 1.5em
}

.main-about {
    background: url(../img/bg/bg-about-1.jpg) 50% 0 no-repeat;
    background-size: cover
}

.main-about-2 {
    background: url(../img/bg/bg-about-2.jpg) 50% 0 no-repeat;
    background-size: cover
}

.main-join {
    background: url(../img/bg/join.jpg) 50% 0 no-repeat;
    background-size: cover
}

.main-freelance {
    background: url(../img/bg/bg-freelance.jpg) 50% 0 no-repeat;
    background-size: cover
}

.main-freelance:before {
    background-color: rgba(10, 10, 10, .4)
}

.main-agency {
    background: url(../img/bg/bg-agency.jpg) 50% 0 no-repeat;
    background-size: cover
}

.main-startup {
    background: url(../img/bg/startup.jpg) 50% 0 no-repeat
}

.bg-aside-1 {
    background: url(../img/bg/bg-aside-1.jpg) 50% 0 no-repeat
}

.mouse-helper .ion-mouse {
    background: url(../img/mouse.png);
    background-size: cover;
    width: .6635em;
    height: .9695em;
    margin-top: .7em
}

.mouse-helper .ion-mouse:before {
    display: none
}

.mouse-helper span {
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: .4em
}

.mouse-helper {
    z-index: 1;
    position: absolute;
    left: 50%;
    bottom: 3em;
    font-size: .7em;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.rev_slider {
    min-height: 320px;
}

.rev_slider .btn {
    -webkit-transition: background-color .3s ease-out!important;
    transition: background-color .3s ease-out!important
}

.tp-caption {
    padding: 0 20px
}

.slider-title {
    font-weight: 700;
    padding-top: 100px!important;
    font-family: Montserrat, sans-serif;

}
.slider-title a
{
  margin-top:30px;
}
.bg-left-fluid,
.bg-right-fluid,
.col-about {
    padding-top: 3em;
    padding-bottom: 3em
}

.arrow-left,
.arrow-right {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.arrow-left {
    left: 3em
}

.arrow-right {
    right: 3em
}

.arrow-left:before,
.arrow-right:before {
    background-color: transparent;
    font-size: 1em;
    line-height: 1;
    letter-spacing: .32em;
    text-transform: uppercase;
    color: #fff;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 2.5625em;
    height: 1.5em;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.bg-about.bg-left-fluid:before,
.video-section:before {
    width: 100%;
    height: 100%;
    left: 0;
    content: ''
}

.arrow-left:before {
    background: url(../img/img-icon/prev.png) no-repeat;
    background-size: cover;
    margin-right: .82em
}

.arrow-right:before {
    background: url(../img/img-icon/next.png) no-repeat;
    background-size: cover;
    margin-left: .72em
}

.arrow-left-dark:before {
    background: url(../img/img-icon/prev-dark.png) no-repeat;
    background-size: cover;
    margin-right: .82em
}

.arrow-right-dark:before {
    background: url(../img/img-icon/next-dark.png) no-repeat;
    background-size: cover;
    margin-left: .72em
}

.text-parallax {
    background: url(../img/bg/text-parallax.jpg) 50% top no-repeat
}

.text-parallax2 {
    background: url(../img/bg/text-parallax2.jpg) 50% top no-repeat
}

.text-parallax-content {
    overflow: hidden;
    color: #000;
    mix-blend-mode: lighten;
    -ms-mix-blend-mode: lighten
}

.tp-shape-mask {
    -webkit-transform: none!important;
    -ms-transform: none!important;
    -o-transform: none!important;
    transform: none!important
}

.object-meta {
    font-family: Montserrat, sans-serif;
    letter-spacing: .4em!important;
    text-transform: uppercase
}

.filter,
.showcase-item-category {
    font-family: Montserrat, sans-serif;
    letter-spacing: .2em
}

.object-meta i {
    font-size: 1.5em;
    vertical-align: middle;
    color: #c5a47e;
    margin-right: .5em
}

.object-meta i.text-white {
    color: #fff
}

.bg-about {
    background: url(../img/bg/1-648x697.jpg) 50% 50% no-repeat;
    background-size: cover
}

.about {
    position: relative
}

.about-entry {
    font-size: 1.125em
}

.about-entry p:last-child {
    margin-bottom: 0
}

.bg-about.bg-left-fluid:before {
    position: absolute;
    top: 0;
    background-color: rgba(101, 52, 255, .85)
}

.about-cite {
    position: relative;
    color: #fff
}

.bg-mission-1 {
    background: url(../img/bg/1-960x800.jpg) 50% 50% no-repeat;
    background-size: cover
}

.bg-mission-2 {
    background: url(../img/bg/2-960x800.jpg) 50% 50% no-repeat;
    background-size: cover
}

.mission-1 .section-title-2 {
    margin-bottom: 1em
}

.fade-title {
    position: absolute;
    top: -.2em;
    left: 0;
    font-size: 4.5em;
    opacity: .05;
    color: #000
}

.author-cite {
    display: inline-block;
    font-weight: 300;
    margin-top: 1.2em
}

.about-cite-title {
    font-size: 2.18em;
    line-height: 1.4;
    font-weight: 700
}

.title-about {
    font-size: 2.18em;
    margin-bottom: .7em
}

.row-about {
    margin-top: 2em;
    font-size: 1.125em;
    line-height: 2;
    color: #717071
}
.image-sec{
    position: relative;
    background: url(..showreel/img/Coverbanner.jpg) 50% no-repeat;
    background-size: cover!important
    
}

.video-section {
    position: relative;
    padding: 7.5em 0;
    background: url(../img/bg/bg-video.jpg) 50% no-repeat;
    background-size: cover!important
}

.video-section2 {
    background: url(../img/bg/bg-video2.jpg) 50% no-repeat
}

.video-section:before {
    position: absolute;
    top: 0;
    background: rgba(10, 10, 10, .3)
}

.video-section h2 {
    margin: 0;
    color: #fff
}

.icon-video-section {
    position: relative;
    display: inline-block;
    width: 6em;
    height: 6em;
    line-height: 6em;
    border: 3px solid #E77F14;
    background-color: #E77F14;
    border-radius: 50%;
    margin-top: 5em;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.icon-video-section .ion-ios-play {
    font-size: 2.2em;
    margin-left: .2em
}

.icon-video-section:focus,
.icon-video-section:hover {
    background-color: transparent;
    color: #E77F14
}

.col-stat {
    font-size: 1.25em
}
.owl-prev {
  background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938188/left-arrow_rlxamy.png') left center no-repeat;
  height: 54px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 1000;
  left: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

.owl-next {
  background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938220/right-arrow_zwe9sf.png') right center no-repeat;
  height: 54px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 1000;
  right: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

.owl-prev:hover,
.owl-next:hover {
  opacity: 0.5;
}
/*.owl-item
{
    width: 300px;
    margin-left: 10px;
}*/

/* Owl Carousel */


/* Popup Text */

.white-popup-block {
  background: #be4000;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

.popuptext {
  display: table;
}
.popuptext p {
  margin-bottom: 10px;
}
.popuptext span {
  font-weight: bold;
  float: right;
}
/* Popup Text */

/* Icon CSS */
.slider-video .item {
  position: relative;
  width: 100%;
  background: #000;
  opacity: 1;
      padding: 0 5px;
}
.slider-video .item:hover {
    opacity: 0.8;
}
.slider-video .item i
{
     font-size: 4rem;
   color: #d3d3d3;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.slider-video .item i:hover
{
    color: #fff;
}
.slider-video .item img
{

    max-width: 100% !important;
    width: 100%;
}
.slider-video .item i {

  font-size: 3rem;
  color:#be4000;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.owl-carousel
{

    padding: 5px;
}
.blocking .owl-carousel
{
    background-color:#000000d4;
}
.slider-video .item a {
  display: block;
  width: 100%;
    padding-top:0px;
}
.item a:hover:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.item a:hover i {
  display: block;
  z-index: 2;
}
.stat-number {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 5rem;
    line-height: 1;
    margin-bottom: .2em;
    color: #3d3d3d
}

.stat-descr {
    font-size: 1.625em;
    margin-top: 3em;
    margin-bottom: 2.5em
}

.statistics.dark .stat-number {
    color: #fff
}

.statistics.dark .col-stat {
    border-left-color: #3e3e3e
}
.slider-video{
     position: absolute !important;
    bottom: 0;
    left: 0;

}
.owl-carousel {

    display: none;
    position: relative;
    width:100%;
    -ms-touch-action: pan-y;
    touch-action: pan-y;

}
.item .owl-item
{
    width: 320px;
}
.main-portfolio {
    background: url(../img/bg/bg-portfolio.jpg) 50% 0 no-repeat;
    background-size: cover
}

.filter {
    font-size: .75em;
    font-weight: 700;
    margin: 4em 0
}

.filter li {
    margin: 1em 1.2em 0;
    display: inline-block;
    text-transform: uppercase
}

.filter li a {
    color: #4b4b4b
}

.filter .active a,
.filter li a:hover {
    color: #E77F14;
    text-decoration: none
}

.filter.filter-brown .active a,
.filter.filter-brown li a:focus,
.filter.filter-brown li a:hover {
    color: #c5a47e
}

.isotope .isotope-item {
    width: 100%
}

.isotope-padding {
    padding-bottom: 15px
}

.isotope-padding .isotope-item {
    padding: 15px
}

.isotope-space .isotope-item {
    padding: 4em 2em 0
}

.showcase-item {
    position: relative;
    color: #fff;
    border: 1px solid rgba(204, 204, 204, .24)
}

.blog-meta,
.post-footer {
    border-top: 1px solid #efefef;
}

.showcase-item-thumbnail img {
    display: block;
    width: 100%
}

.showcase-item-hover {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    color: #fff;
    background-color: rgba(231, 127, 20, .7);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}
.showcase-showreel-item-hover {
    position: absolute;
    z-index: 1;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
    opacity:0;
    color:white;
    background-color: rgba(231, 127, 20, .7);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}
.showcase-showreel-item-info {
    position: absolute;
    top: 100%;
    left: 0px;
    opacity: 0;
    width: 100%;
    padding: 0 2em;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in
}
.showcase-item:hover .showcase-showreel-item-hover{
    opacity: 1;
}
.showcase-item:hover .showcase-showreel-item-info {
    opacity: 1;
    top: 50%;
}
.showcase-item-hover.dark {
    background-color: rgba(14, 14, 14, .9)
}

.showcase-item-info {
    position: absolute;
    top: 50%;
    left: 20px;
    opacity: 0;
    width: 100%;
    padding: 0 2em;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.showcase-item-category {
    font-weight: 700;
    font-size: 1.7em;
    text-transform: uppercase
}

.showcase-item-title {
    font-size: 1.2em
}

.showcase-item:hover .showcase-item-hover {
    opacity: 1
}

.showcase-item:hover .showcase-item-info {
    opacity: 1;
    left: 0
}

.showcase-item-hover.hover-blue,
.showcase-item-hover.hover-dark {
    background-color: rgba(19, 19, 19, .9)
}

.showcase-item-hover.hover-blue .showcase-item-info,
.showcase-item-hover.hover-dark .showcase-item-info {
    top: 0;
    height: 100%;
    padding: 2em;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.showcase-item-hover.hover-blue .showcase-item-category,
.showcase-item-hover.hover-dark .showcase-item-category {
    position: absolute;
    left: 0;
    width: 100%;
    top: 2.5em;
    padding: 0 2em;
    font-size: 1.375em;
    letter-spacing: 0;
    text-transform: none
}

.showcase-item-hover.hover-blue .showcase-item-title,
.showcase-item-hover.hover-dark .showcase-item-title {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 2.5em;
    padding: 0 2em;
    text-transform: uppercase;
    letter-spacing: .7em;
    font-size: 1em
}

.showcase-item-hover.hover-blue .ion-ios-plus-empty,
.showcase-item-hover.hover-dark .ion-ios-plus-empty {
    font-size: 4em;
    line-height: 1;
    width: 1em;
    height: 1em;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -.5em;
    margin-top: -.5em
}

.mfp-zoom-out-cur {
    padding-right: 0
}

.mfp-iframe-scaler {
    overflow: visible
}

.address-title-2,
.blog-meta,
.blog-thumbnail-bg,
.clients,
.footer,
.live-chat,
.post-meta,
.team-caption {
    overflow: hidden
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    padding: 0;
    margin-top: -10px;
    font-family: inherit;
    font-size: 40px;
    font-weight: 300;
    line-height: 0
}

.contact_overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(249, 249, 249, 0.38); /* Black background with opacity */
  z-index: 99999; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

#overlayImg{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

span.errorspan {
    color: red;
}

.blog-rubric,
.mfp-bottom-bar {
    font-family: Montserrat, sans-serif
}

img.mfp-img {
    min-height: 250px
}

.mfp-bottom-bar {
    margin-top: -30px;
    font-weight: 400;
    font-size: .9em;
    letter-spacing: .2em;
    text-transform: uppercase
}

.author,
.blog-rubric,
.post .post-title,
.post-author .author,
.post-rubric {
    font-weight: 700
}

.mfp-title {
    padding-right: 5em
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before,
.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    display: none
}

.mfp-wrap .mfp-content {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(0) rotateY(60deg);
    transform: scale(0) rotateY(60deg);
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: rotateY(-60deg);
    -ms-transform: rotateY(-60deg);
    -o-transform: rotateY(-60deg);
    transform: rotateY(-60deg)
}

.mfp-bg {
    background-color: #141414;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.blog,
.event {
    transition: 0.5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s
}

.mfp-wrap.mfp-ready .mfp-figure,
.mfp-wrap.mfp-ready .mfp-iframe-scaler {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0)
}

.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-wrap.mfp-removing .mfp-figure,
.mfp-wrap.mfp-removing .mfp-iframe-scaler {
    opacity: 0;
    -webkit-transform: rotateX(-60deg);
    -ms-transform: rotateX(-60deg);
    -o-transform: rotateX(-60deg);
    transform: rotateX(-60deg)
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: url(../img/zoom-out.cur), zoom-out
}

.mfp-removing.mfp-bg {
    opacity: 0
}

.project-details-info {
    padding: 7.1em 0 5em
}

.portfolio-meta {
    margin-top: 3em
}

.portfolio-meta .icon {
    line-height: 1
}

.event {
    position: relative;
    color: #fff;
    transition: all .5s
}

.event:hover {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px)
}

.event-title {
    margin: 0;
    color: #fff;
    letter-spacing: 0;
    font-size: 1.875em;
    line-height: 1.2
}

.author,
.blog-rubric,
.post-rubric,
.team-name,
.widget-title {
    letter-spacing: .2em;
    text-transform: uppercase
}

.event-date {
    position: absolute;
    bottom: 1.5em;
    left: 2em
}

.event-content {
    padding: 1.8em 2em 2em;
    height: 29em;
    background: url(../img/bg/event.png) right bottom no-repeat
}

.features p {
    margin-bottom: 0
}

.row-base {
    margin-top: -3em
}

.col-base {
    margin-top: 3em
}

.col-feature h4 {
    margin: .4em 0 1.2em
}

.col-feature .service-inner {
    padding: 4em;
    margin: 1em;
    background-size: cover
}

.col-feature .media-right {
    padding-left: 20px
}

.col-feature .media-left .icon {
    margin-top: -.3em;
    color: #4b4b4b
}

.main-services-1 {
    background: url(../img/bg/bg-services-1.jpg)
}

.main-services-2 {
    background: url(../img/bg/2danimation.jpg);
	background-position: 50% 0% !important;
}
.main-services-3 {
    background: url(../img/bg/3danimation.jpg);
	background-position: 50% 0% !important;
}
.main-services-4 {
    background: url(../img/bg/explainervideo.jpg);
	background-position: 50% 0% !important;
}
.main-services-5 {
    background: url(../img/bg/2d3dunitygaming.jpg);
	background-position: 50% 0% !important;
}
.main-services-6 {
    background: url(../img/bg/comicbook.jpg);
	background-position: 50% 0% !important;
}
.main-services-7 {
    background: url(../img/bg/graphicdesign.jpg);
	background-position: 50% 0% !important;
}

.bg-service-1 {
    background: url(../img/bg/1-550x440.jpg)
}

.bg-service-2 {
    background: url(../img/bg/2-550x440.jpg)
}

.bg-service-3 {
    background: url(../img/bg/3-550x440.jpg)
}

.bg-service-4 {
    background: url(../img/bg/4-550x440.jpg)
}

.bg-service-5 {
    background: url(../img/bg/5-550x440.jpg)
}

.bg-service-6 {
    background: url(../img/bg/6-550x440.jpg)
}

.row-service.row-base {
    margin-top: -1em
}

.col-service.col-base {
    margin-top: 1em
}

.main-blog {
    background: url(../img/bg/bg-blog.jpg) 50% 0 no-repeat
}

.col-blog {
    margin-bottom: 30px

}

.col-blog .blog {
    margin-bottom: 0;
    min-height: 400px;
    background: #fff;
}

.col-blog-home:hover .blog-thumbnail-img.grayscale {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none
}

.col-blog-home:hover .blog {
    box-shadow: 0 0 30px rgba(0, 0, 0, .07)
}

.blog {
    position: relative;
    background-color: #fff;
    margin-bottom: 4em;
    transition: all .5s;
    border-radius: 2%;
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
}

.col-blog .blog {
    margin-bottom: 0
}

.blog-thumbnail {
    position: static
}

.blog-thumbnail img {
    width: 100%;
    border-radius: 3% 3% 0 0;
}

.blog-thumbnail-img.grayscale {

    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%)
}

.blog-thumbnail-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 5px;
    padding: 0;
    border-radius: .25em 0 0 .25em;
    background-size: cover;
    background-position: 50% 0
}

.blog-info {
    padding: 3em 3em 2em
}

.blog-rubric {
    color: #9a9a9a;
    font-size: .75em;
    display: inline-block;
    margin-bottom: 1em
}

.blog-info .blog-title {
    font-weight: 700;
    font-size: 1.375em;
    line-height: 1.5;
    margin-top: 0
}

.col-blog .blog-title {
    font-size: 1.125em
}

.author,
.blog-meta {
    font-size: .875em;
    color:#b3b3b3;
    font-family: Montserrat, sans-serif
}

.blog-meta {
    padding-top: 1.5em;
    margin-top: 4em
}

.col-blog .blog-info {
    padding: 1.1em 1.8em
}

.col-blog .blog-meta {
    padding-top: 1em;
    margin-top: 0.5em
}

.author:hover {
    color: #E77F14
}

.secondary {
    margin-top: 7em
}

.post-meta {
    font-family: Montserrat, sans-serif;
    color: #c1c1c1;
    margin: 2.3em 0 2.1em
}

.post-rubric {
    color: #9a9a9a;
    font-size: .75em;
    float: left;
    margin-right: .7em
}

.post-author,
.post-date {
    font-size: .875em;
    font-family: Montserrat, sans-serif
}

.post-rubric:hover {
    color: #E77F14
}

.post-date {
    float: right
}

.client,
.footer .social-list {
    float: left
}

.post .post-title {
    color: #3d3d3d;
    font-size: 1.375em;
    margin-bottom: 1.5em
}

.post-footer {
    padding-top: 2em;
    margin-top: 2em
}

.widget {
    margin-bottom: 3.4em
}

.widget-title {
    font-size: 1em;
    color: #c1c1c1;
    margin-bottom: 3em;
    margin-top: 0
}

.widget_search .search-form {
    max-width: 420px
}

.widget_categories li {
    margin-bottom: .5em
}

.widget_categories li a {
    color: inherit;
    -webkit-transition: background-color .3s ease-in;
    -o-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in
}

.widget_categories li a:hover {
    color: #E77F14
}

.blog-tags {
    margin-top: -.7em
}

.blog-tags a {
    font-family: Montserrat, sans-serif;
    font-size: .875em;
    display: inline-block;
    margin-top: .7em;
    padding: .2em 1.3em .3em;
    color: #474747;
    background: #e9e9e9;
    border-radius: 20px;
    margin-right: .2em
}

.blog-tags a:hover {
    color: #fff;
    background-color: #E77F14
}

.col-team {
    padding: 0
}

.team-profile {
    position: relative;
    color: #fff
}

.team-profile img {
    display: block;
    width: 100%
}

.team-caption {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: absolute;
    left: 1.875em;
    right: 1.875em;
    top: -3.75em;
    bottom: 13.6em;
    background-color: rgba(231, 127, 20, .7);
    -webkit-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
    height: 95%
}

@media (min-width:1200px) and (max-width:1600px) {
    .team-caption {
        bottom: 3.75em
    }
}

.team-caption.brown {
    background-color: rgba(197, 164, 126, .9)
}

.team-caption.white {
    background-color: rgba(255, 255, 255, .9);
    color: #3d3d3d
}

.team-caption.white .social-list li a {
    color: #3d3d3d
}

.team-caption.white .social-list li a:hover {
    color: #c5a47e
}

.team-meta {
    opacity: 0;
    position: absolute;
    top: 80%;
    width: 100%;
    left: 20%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.team-name {
    font-family: Montserrat, sans-serif
}

.col-contacts,
.nav-bottom,
.phone {
    letter-spacing: .08em
}

.team-spec {
    display: block;
    margin-top: 0;
    margin-bottom: 15px
}

.address-icon,
.address-info,
.col-contacts a,
.modal-dialog,
.modal:before,
.owl-page {
    display: inline-block
}

.team-social {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 2em
}

.team-social li a:hover {
    color: #fff
}

.team-profile:hover .team-caption {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.col-team:hover .team-meta {
    opacity: 1;
    left: 0
}

.clients-wrapper {
    margin: -5em -3.75em 0
}

.client {
    position: relative;
    padding: 4.2em 3.75em 0 3em
}

.client .quote {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10em;
    line-height: 1;
    color: #eae9e9
}







.owl-pagination {
    margin-top: 3.75em
}
.blocking .owl-page
{
    display: none;
}

.owl-page {
    height: 5px;
    background-color: #e2e2e2;
    width: 25px;
    border-radius: 5px;
    margin: 0 12px
}

.owl-page.active {
    background-color: #E77F14
}

.partner {
    padding: 1em
}

.section-banner {
    margin-bottom: 14em
}

.promo-title {
    font-size: 1.875em;
    line-height: 1.4;
    margin: 0 0 1.3em;
    color: #fff
}

.promo-title.text-gray {
    color: #4b4b4b
}

.banner {
    position: relative;
    background: url(../img/bg/promo.jpg) 50% 0 no-repeat;
    background-size: cover
}
.owl-pagination {
    margin-top: 0.75em;
}

.banner-in-section {
    margin-top: 4em;
    margin-bottom: -20em
}

.banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .9
}

.banner-content,
.map-wrapper {
    position: relative
}

.banner-blue:before {
    background-color: #59d5f0
}

.banner-dark-blue:before {
    background-color: #E77F14
}

.banner-title {
    font-size: 2.815em;
    color: #fff;
    margin-bottom: 1em
}

.banner-content {
    padding: 7em 5em
}

.main-contacts {
    background: url(../img/bg/bg-contacts.jpg) 50% 0;
    background-size: cover
}

.main-review {
    background: url(../img/bg/customer-review.png) 50% 0;
    background-size: cover
}
.googlereview img {
    width: 70%;
	margin: 25% 0;
}

.contacts textarea {
    height: 7em
}

.address-panel {
    padding: 7.2em 0
}

.address-icon {
   width: 3.6em;
    height: 3.6em;
    line-height: 3.6em;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    float: left;
}

.address-item .icon {
    color: #E77F14;
	font-size: 2.5em;
}

.contactdetails {
    margin: 2em 0;
}

.address-fl-item .icon {
    color: inherit;
    line-height: 1
}

.address-fl-item .address-title {
    margin-top: 1em
}

.address-title {
    font-family: Montserrat, sans-serif;
    color: #666;
    margin-top: 0.2em;
}

.map {
    width: 100%;
    border: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.map iframe {
    margin: 0
}

.address-panel-2 {
    padding: 5em 15px;
    background-color: rgba(231, 127, 20, .7);
    color: #fff
}

.address-panel-2 .address-item-2 {
    overflow: hidden;
    margin-top: 2.5em
}

.address-panel-2 .address-item-2:first-child {
    margin-top: 0
}

.address-info,
.address-panel-2 .social-list {
    margin-top: 2.5em
}

.address-panel-2 .icon {
    float: left;
    font-size: 2em;
    width: 1.6em;
    line-height: 1
}

.address-title-2 {
    font-family: Montserrat, sans-serif
}

.contacts-3 .address-title {
    height: 3.7em
}

.contacts-3 .address-item {
    padding: 6em
}

.contacts-3 .bg-primary .address-icon {
    color: #fff;
    border-color: rgba(255, 255, 255, .15)
}

.contacts-3 .bg-dark .address-title,
.contacts-3 .bg-primary .address-title,
.contacts-3 .bg-primary .icon {
    color: #fff
}

.contacts-3 .bg-dark .address-icon {
    border-color: rgba(255, 255, 255, .15)
}

.container.contactform {
    background: #f1f1f1;
    padding: 25px 0px;
}

.thanksPopup {
    text-align: center;
}

h4.thanks-title {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 25px;
    color: #E77F14;
    margin: 0 10px;
}

.thanks_Popup .modal-header {
    padding: 2em 1.2em;
}

.map-info {
    text-align: left
}

.map-info p {
    margin-bottom: 1em
}

.map-info .map-address-row .fa {
    margin-right: 7px
}

.comming-soon {
    background-color: #1c1c1c
}

.main-comming-soon {
    background: url(../img/bg/bg-comming-soon.jpg) 50% 0;
    background-size: cover;
    padding: 25vh 0 20vh
}

.main-comming-soon:before {
    background-color: rgba(10, 10, 10, .7)
}

.main-404 {
    background: url(../img/bg/bg-404.jpg) 50% 0 no-repeat;
    background-size: cover
}

.main-404:before {
    background-color: rgba(10, 10, 10, .8)
}

.main-404 .btn {
    margin-top: 2em
}

.footer {
    color: #fff;
    padding-top: 4em
}

.footer-2,
.footer-2 .brand,
.footer-2 .col-contacts a,
.footer-2 .nav-bottom li a,
.footer-2 .social-list a {
    color: #4b4b4b
}

.footer-2 .footer-bottom {
    background-color: #f2f2f2
}

.footer .brand-info .brand {
    display: inline-block;
    font-size: 2em;
    margin-bottom: 20px
}

.footer p {
    margin-bottom: 0
}

.footer .social-list li a {
    font-size: 1.2em
}

.nav-bottom {
    font-family: Montserrat, sans-serif;
    font-size: .8125em;
    text-transform: uppercase
}

.nav-bottom li {
    margin-bottom: .4em
}

.nav-bottom li a {
    color: #fff
}

.nav-bottom li a:hover {
    color: #E77F14
}

.col-contacts {
    color: #fff;
    font-family: Montserrat, sans-serif
}

.col-contacts a {
    color: #fff;
    margin-bottom: .7em
}

.col-contacts a:hover {
    color: #E77F14
}

.subscribe-title {
    font-size: 1.25em;
    line-height: 1.2;
    margin-bottom: 1.1em
}

.subscribe-form {
    max-width: 300px
}

.footer-bottom {
    font-family: Montserrat, sans-serif;
    color: #525252;
    font-weight: 400;
    margin-top: 4.5em;
    padding: 1.7em 0;
    background-color: #1c1c1c;
    font-size: .75em
}

.copyrights {
    float: right
}

.modal {
    text-align: center
}

.modal-content {
    border-radius: 20px
}

.modal-content p {
    margin-bottom: 0
}

.modal-dialog {
    text-align: left;
    vertical-align: middle;
    width: 90%;
    top:50px;
    margin: 25px auto;
    border-radius: 0
}

.modal:before {
    vertical-align: middle;
    content: " ";
    height: 100%
}

@media (min-width:200px) and (max-width:991px) {
    .header-top,
    .social-list {
        display: none
    }
    .navbar {
        padding: 25px 15px 1.1rem
    }
    .copyrights,
    .footer .social-list {
        float: none;
        display: inline-block
    }
    .footer-2 .footer-bottom {
        text-align: center;
        line-height: 25px
    }
    .mission-1 {
        padding-bottom: 0
    }
}

.modal-content {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal-header {
    padding: 3em 1.2em;
    text-align: center;
    border-bottom: 0
}

.modal-header .close {
    position: absolute;
    right: .9em;
    top: .9em
}

.modal-title {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 1.8em;
    color: #E77F14
}

.modal-info {
    color: #b0b0b0;
    font-size: 1.12em;
    margin: .5em 0 0;
    line-height: 1.6
}

.modal-body {
    font-size: 1em;
    padding: 0 4.2em 3em
}

.modal-footer {
    text-align: center;
    padding: 0;
    border: 0;
    margin-top: 2em
}

@media (min-width:768px) {
    .modal-dialog {
        width: 29em
    }
    html {
        font-size: 90%
    }
    .container-fluid {
        padding: 0 2em
    }
    .isotope .isotope-item {
        width: 50%
    }
    .isotope .isotope-item.w100,
    .isotope .isotope-item.w66 {
        width: 100%
    }
    .col-stat:nth-child(even) {
        border-left: 1px solid #cacaca
    }
}

@media (min-width:992px) {
    html {
        font-size: 100%
    }
    .container-fluid {
        padding: 0 4em
    }
    .text-left-md {
        text-align: left
    }
    .text-right-md {
        text-align: right
    }
    .navbar {
        padding-bottom: 0;
        padding-left: 4.7em;
        padding-right: 4.7em
    }
    .navbar-responsive {
        padding-bottom: 1em;
        padding-left: 0;
        padding-right: 0
    }
    .navbar .social-list {
        float: right
    }
    .navbar .brand {
        margin-left: 0
    }
    .col-about {
        padding: 9em 0 9em 6.25em
    }
    .bg-left-fluid,
    .bg-right-fluid {
        position: absolute;
        padding: 0;
        top: 0;
        bottom: 0;
        overflow: hidden
    }
    .bg-left-fluid {
        left: 0
    }
    .bg-right-fluid {
        right: 0
    }
    .left-fluid-content,
    .right-fluid-content {
        padding: 0 4em
    }
    .about-cite {
        position: absolute;
        left: 0;
        padding: 3em 3em 3em 15%;
        width: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .col-stat {
        border-left: 1px solid #cacaca
    }
    .col-stat:first-child {
        border-left: 0
    }
    .isotope .isotope-item {
        width: 33.33333333%
    }
    .isotope .isotope-item.w66 {
        width: 66.66666%
    }
    .isotope .isotope-item.w50,
    .isotope-2 .isotope-item,
    .isotope-3 .isotope-item {
        width: 50%
    }
    .isotope-space .isotope-item:nth-child(2) {
        padding-top: 10em
    }
    .secondary {
        margin-top: 0
    }
    .address-panel-2 {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        height: 100%;
        padding: 5% 7%
    }
}
.box{
    background-color: rgb(250, 248, 248);
    /* border:1px solid #e5e5e5; */
    border-radius:1px;
    /* margin: 10%; */
    border-radius: 8px;
    margin: 5% 0%;
    padding: 5%;
    text-align:center;
    /* -webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
    -moz-box-shadow:0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);*/
    transition: box-shadow .6s;

}

.box:hover{
    -webkit-box-shadow:0 0px 0px 0px rgba(0, 0, 0, 0.2), 0 6px 20px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 0px 0px 0px rgba(0, 0, 0, 0.2), 0 6px 20px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.2), 0 6px 20px 1px rgba(0, 0, 0, 0.2);
}


.box img{
    width: 100px;
    height: 200px;
    object-fit: cover;
    /* transition: 0.10s; */
}
/* .box img:hover{
    object-fit: contain;
} */


.btn1{
    position: relative;
    display: inline-block;
    padding: 4px 12px;
    color:#fff;
    border-radius:14px;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-decoration: none;
    font-size:12px;
    overflow: hidden;
    /* background: rgba(228, 124, 21, 0.356); */
    background: #0c9cc5;

    transition: 0.2s;
}

.btn1:hover{
    color:white;
    background: #E77F14;
    /* box-shadow: 0 0 10px #E77F14 0 0 40px #E77F14 0 0 80px #E77F14; */
    /* transition-delay: 1s; */
    text-decoration: none;
}

/* .btn1 span{
    position: absolute;
    display: block;
}
.btn1 span:nth-child(1){
    top: 0;
    left:-100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent,#E77F14);

}
.btn1:hover span:nth-child(1){
    left: 100%;
    transition: 1s;
}

.btn1 span:nth-child(3){
    bottom: 0;
    right:-100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent,#E77F14);

}
.btn1:hover span:nth-child(3){
    right: 100%;
    transition: 1s;
    transition-delay: .5s;
}
.btn1 span:nth-child(2){
    top: -100%;
    right:0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent,#E77F14);

}
.btn1:hover span:nth-child(2){
    top: 100%;
    transition: 1s;
    transition-delay: .25s;
}
.btn1 span:nth-child(4){
    bottom: -100%;
    left:0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent,#E77F14);

}
.btn1:hover span:nth-child(4){
    bottom: 100%;
    transition: 1s;
    transition-delay: .75s;
} */
@media (min-width:1200px) {
    .container-fluid {
        padding: 0 6em;

    }
    .isotope-2 .isotope-item {
        width: 33.33333333%
    }
    .row-blog {
        margin: 0 -2.2em
    }
    .col-blog {
        padding: 0 2.2em;
        margin-bottom: 4.4em
    }
    .col-blog-home {
        margin-bottom: 0
    }
    .secondary {
        padding-left: 4.5em
    }
}

.porftolio .icon-video-section {
    margin-top: 0;
    border: 3px solid #fff;
    background-color: #ddd
}


#country option:first-child {
    color: #8e8d8d !important;
}

select#country {
    color: #a2a0a0;
}

.selectedItem {
    color: #3d3d3d !important;
}

.portfolio-link {
    padding: 15px;
    margin: 0;
    background: #ff8100;
    color: #fff;
    font-family: Montserrat, sans-serif;
    text-align: center;
    font-size: .75em;
    font-weight: 700;
    letter-spacing: .2em
}

.live-chat,
.live-chat h2,
.received-msg {
    font-family: Quicksand, sans-serif
}

.portfolio-link li {
    margin: 0 1.2em;
    display: inline-block;
    text-transform: uppercase
}

.live-chat,
.scrollToTop {
    position: fixed;
    right: 50px;
    z-index: 999999;
    display: none
}

.portfolio-link .active a,
.portfolio-link li a {
    color: #fff
}

.portfolio-link .current a,
.portfolio-link li a:hover {
    color: #ffd5a9!important
}

div#inforesponse {
    color: red
}

.successspan {
    color: green
}
.video-sec video{
    margin-top: 0px;
}
.scrollToTop {
    width: 50px;
    height: 50px;
    text-align: center;
    /* border-radius: 50%; */
    border-radius: 50px 50px 50px 0px;
    color: #fff;
    bottom: 20px;
    background:#0c9cc5;
    font-size: 27px;
    transition:0.4s ease;
    cursor: pointer;
}
/*
.scrollToTop:hover{
    background:#E77F14;
} */

.live-chat {
    bottom: -600px;
    right: 123px;
    border-radius: 29px 27px 0px 0px;
    -webkit-box-shadow: inset 0 0 10px -2px #000;
    box-shadow: inset 0 0 10px -2px #000;
    /* background: #efefef; */
    background: linear-gradient(#0d5d9c, #4bd0cd);
    transition: 0.6s;
}
/* .live-chat::before{
    content: '';
    background: rgba(0, 0, 0, .5);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999999999;
} */

.chat-container{
    background-image: url(../img/iphone.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    position: fixed;
    right: -45px;
    bottom: -800px;
    width: 100%;
    height: 100%;
    /* position: absolute; */
    z-index: 999;
    transition: .6s;
}

/* .live-chat::before{
    content: "";
    background-image:url("../img/iphone.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;

    width: 1000px;
    height: 100%;
} */


.live-chat h2 {
    /* background: #e77f14; */
    background: rgba(12,156,197,.3);
    -webkit-box-shadow: inset 0px 3px 10px -4px #000;
   box-shadow: inset 0px 3px 10px -4px #000;
    font-size: 16px;
    color: #fff;
    padding: 5px 10px;
    /* border-radius: 15px 15px 15px 0px; */
    width: 100%;
    float: left;
    margin: 0;
    font-weight: 400
}

.live-content {
    width: 100%;
    float: left;
    padding: 10px;
    min-height: 100px;
    font-size: 12px;
    line-height: 20px
}

.live-content ul {
    margin: 0;
    padding: 0;
    line-height: none
}

.live-content ul li {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    display: inline-block
}

.user {
    width: 52px;
    float: left
}

.chat {
    width: 185px;
    float: left
}

.comp-chat span
{

	background: rgba(255,255,255,.2);
    display: inline-block;
    /* border-radius: 2px; */
    border-radius: 0px 15px 15px 15px;
    position: relative;
    font-weight: 500;
    color: #fff;
    /* color: #000; */
    padding: 10px;
}
.user-chat span{
    /* background: #0c9cc5; */
	background: rgba(255,255,255,.2);

    display: inline-block;
    /* border-radius: 2px; */
    border-radius: 15px 0px 15px 15px;
    position: relative;
    font-weight: 500;
    color: #fff;
    /* color: #000; */
    padding: 10px;
}

/* .comp-chat span:after,
.user-chat span:after {

    content: ' ';
    position: absolute;
    top: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent
} */

/* .comp-chat span:after {
    left: -7px;
    border-right: 7px solid #efc3c3
}

.user-chat span:after {
    right: -7px;
    border-left: 7px solid #efc3c3
} */

.live-content .form-control {
    background: #ffffff;
    border: 0;
    border-radius:5px;
    box-shadow: none;
    font-size: 12px;
    padding: 0 12px
}

.user-chat .input-group .form-control {
    width: 200px;
    padding: 10px;
    /* border: 1px solid #a98080; */
    min-height: 36px;
    border-radius:5px;
}

.user-chat .input-group .btn {
    width: 70px;
    border-radius: 0;
    padding: 10px 0;
    height: initial;
    font-weight: 400;
    background: #0c9cc5;
    opacity: 1;
}

.live-chat .chat-close {
    padding-top: 10px;
    padding-right: 8px;
    padding-left: 2px;
    cursor: pointer;
}

.received-msg {
    width: 100%;
    float: left;
    padding: 15px;
    font-size: 14px
}

#overlay_Img {
    text-align: center;
    padding: 30px 0;
}

.received-msg p {
    margin: 0
}

.msg_container .user-chat .form-control {
    width: 230px
}


/* .viewImageLink {
    position: absolute;
    top: 20px;
    left: 45%;
    z-index: 999;
    color: white !important;
    font-size: 10px;
} */

/* .viewImageLink a {
    color: #ffffff;
    background: #e77f14;
    border: 1px solid #ada4a4;
    padding: 2px;
	text-decoration: none;
} */

/* .viewImageLink a:hover{
	background: #e76214;
} */

@media screen and (max-width:150px) and (min-width:991px) {
    .header-top {
        display: block!important
    }

.translate{
    position: absolute;
    right: 394px;
    top: 10px;
    margin-bottom: 10px;
    line-height:90px;
  }
  .owl-pagination {
    margin-top: -1.25em;
}
.owl-page {
    height: 0px;

    width: 0px;
}
.owl-pagination {
    display: none;
}
}

@media screen and (min-width:768px){
    .live-chat {
        bottom: -600px;
        width: 260px;
        height: 443px;
        overflow: scroll;
        transition: 0.6s;
    }
}

@media screen and (max-width:768px) and (min-width:1024px) {

.blocking
{
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
}
.owl-pagination {
    margin-top: -1.25em;
}
.owl-page {
    height: 0px;

    width: 0px;
}

.owl-pagination {
    display: none;
}
}

@media (max-width: 650px) and (min-width: 200px){

.navbar {
    background-color: lightgrey;
}
.tp-bgimg.defaultimg {
    background-size: contain !important;
}

div#rev_slider_forcefullwidth {
    margin-top: -33% !important;
    margin-bottom: -11% !important;
}

.dddwrapper {
    background-color: white !important;
}

.blocking {
    bottom: 5%;
}
.live-chat,
.scrollToTop {
    right: 13px;
}
.live-chat{
    width: 426px;
}
.video-sec video{
    margin-top: 75px;
}
}


@media screen and (min-width: 1800px) {
.nav-desctop-list {
    font-size: 1rem;
}
.social-list li a {
    font-size: 1.4em;
}
}

.cc-justify {
    text-align: justify;
}




/*Dark Mode*/

.dark{
    background-color: #000!important;
    color: white!important;
    transition: 0.4s;
}


.switch {
    /* align-self: flex-end; */
    /* margin: 0.9375rem; */
    /* margin: 0 15px; */
    display: inline-block;
    font-size: 13px;
    /* Avoid Text selection */
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select:none;
    user-select:none;
    -o-user-select:none;
}
.inner-switch {
    display: inline-block;
    cursor: pointer;
    /* border: 1px solid #555; */
    border-radius: 25px;
    /* width: 100px; */
    text-align: center;
    font-size: 10px;
    /* padding: 0.1875rem; */
    padding: 5px 13px 3px 13px;
    /* margin-left: 0.3125rem; */
    background-color: #000;
    color: #fff;
    transition: 0.4s;
}
.inner-switch:hover{
    background-color: #E77F14;

}
.inner-text{
    background-color: #fff!important;
    color: #000!important;
}

.inner-text::after {
    content: " ON";
  }

.fcard{
    /* color: #fff!important; */
    /* background-color:#070707!important; */
    background: linear-gradient(#070707, #070707)!important;

    /* transition: 0.4s; */
}
.b-link{
    color:#fff!important;
}
.logo-img{
    content:url("../img/logo-dark.png")!important;
    background: transparent;
    /* transition: 0.4s; */
}
/*Dark Mode Ends*/

.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ea630d;
    z-index: 99999999999999!important;
    }
    .loader-dark{
        background-color: #000!important;
    }
    /* .sk-cube-grid {
      width: 60px;
      height: 60px;
      position:absolute;
      top:50%;
      left:50%;
      transform:translate(-50%,-50%)
    }
    
    .sk-cube-grid .sk-cube {
      width: 33%;
      height: 33%;
      background-color: #fff;
      float: left;
      -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
              animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
    }
    .sk-cube-grid .sk-cube1 {
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s; }
    .sk-cube-grid .sk-cube2 {
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s; }
    .sk-cube-grid .sk-cube3 {
      -webkit-animation-delay: 0.4s;
              animation-delay: 0.4s; }
    .sk-cube-grid .sk-cube4 {
      -webkit-animation-delay: 0.1s;
              animation-delay: 0.1s; }
    .sk-cube-grid .sk-cube5 {
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s; }
    .sk-cube-grid .sk-cube6 {
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s; }
    .sk-cube-grid .sk-cube7 {
      -webkit-animation-delay: 0s;
              animation-delay: 0s; }
    .sk-cube-grid .sk-cube8 {
      -webkit-animation-delay: 0.1s;
              animation-delay: 0.1s; }
    .sk-cube-grid .sk-cube9 {
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s; }
    
    @-webkit-keyframes sk-cubeGridScaleDelay {
      0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
                transform: scale3D(1, 1, 1);
      } 35% {
        -webkit-transform: scale3D(0, 0, 1);
                transform: scale3D(0, 0, 1); 
      }
    }
    
    @keyframes sk-cubeGridScaleDelay {
      0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
                transform: scale3D(1, 1, 1);
      } 35% {
        -webkit-transform: scale3D(0, 0, 1);
                transform: scale3D(0, 0, 1);
      } 
    } */





.loader h1 {
    position: absolute;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    left: 50%;
    top: 58%;
    color: #fff;
    margin-left: -20px;
  }
  
  .body {
    position: absolute;
    top: 50%;
    margin-left: -50px;
    left: 50%;
    animation: speeder 0.4s linear infinite;
  }
  .body > span {
    height: 5px;
    width: 35px;
    background: #fff;
    position: absolute;
    top: -19px;
    left: 60px;
    border-radius: 2px 10px 1px 0;
  }
  
  .base span {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 100px solid #fff;
    border-bottom: 6px solid transparent;
  }
  .base span:before {
    content: "";
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    right: -110px;
    top: -16px;
  }
  .base span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-right: 55px solid #fff;
    border-bottom: 16px solid transparent;
    top: -16px;
    right: -98px;
  }
  
  .face {
    position: absolute;
    height: 12px;
    width: 20px;
    background: #fff;
    border-radius: 20px 20px 0 0;
    transform: rotate(-40deg);
    right: -125px;
    top: -15px;
  }
  .face:after {
    content: "";
    height: 12px;
    width: 12px;
    background: #fff;
    right: 4px;
    top: 7px;
    position: absolute;
    transform: rotate(40deg);
    transform-origin: 50% 50%;
    border-radius: 0 0 0 2px;
  }
  
  .body > span > span:nth-child(1),
  .body > span > span:nth-child(2),
  .body > span > span:nth-child(3),
  .body > span > span:nth-child(4) {
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    animation: fazer1 0.2s linear infinite;
  }
  
  .body > span > span:nth-child(2) {
    top: 3px;
    animation: fazer2 0.4s linear infinite;
  }
  
  .body > span > span:nth-child(3) {
    top: 1px;
    animation: fazer3 0.4s linear infinite;
    animation-delay: -1s;
  }
  
  .body > span > span:nth-child(4) {
    top: 4px;
    animation: fazer4 1s linear infinite;
    animation-delay: -1s;
  }
  
  @keyframes fazer1 {
    0% {
      left: 0;
    }
    100% {
      left: -80px;
      opacity: 0;
    }
  }
  @keyframes fazer2 {
    0% {
      left: 0;
    }
    100% {
      left: -100px;
      opacity: 0;
    }
  }
  @keyframes fazer3 {
    0% {
      left: 0;
    }
    100% {
      left: -50px;
      opacity: 0;
    }
  }
  @keyframes fazer4 {
    0% {
      left: 0;
    }
    100% {
      left: -150px;
      opacity: 0;
    }
  }
  @keyframes speeder {
    0% {
      transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
      transform: translate(-1px, -3px) rotate(-1deg);
    }
    20% {
      transform: translate(-2px, 0px) rotate(1deg);
    }
    30% {
      transform: translate(1px, 2px) rotate(0deg);
    }
    40% {
      transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
      transform: translate(-1px, 3px) rotate(-1deg);
    }
    60% {
      transform: translate(-1px, 1px) rotate(0deg);
    }
    70% {
      transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
      transform: translate(-2px, -1px) rotate(1deg);
    }
    90% {
      transform: translate(2px, 1px) rotate(0deg);
    }
    100% {
      transform: translate(1px, -2px) rotate(-1deg);
    }
  }
  .longfazers {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .longfazers span {
    position: absolute;
    height: 2px;
    width: 20%;
    background: #fff;
  }
  .longfazers span:nth-child(1) {
    top: 20%;
    animation: lf 0.6s linear infinite;
    animation-delay: -5s;
  }
  .longfazers span:nth-child(2) {
    top: 40%;
    animation: lf2 0.8s linear infinite;
    animation-delay: -1s;
  }
  .longfazers span:nth-child(3) {
    top: 60%;
    animation: lf3 0.6s linear infinite;
  }
  .longfazers span:nth-child(4) {
    top: 80%;
    animation: lf4 0.5s linear infinite;
    animation-delay: -3s;
  }
  
  @keyframes lf {
    0% {
      left: 200%;
    }
    100% {
      left: -200%;
      opacity: 0;
    }
  }
  @keyframes lf2 {
    0% {
      left: 200%;
    }
    100% {
      left: -200%;
      opacity: 0;
    }
  }
  @keyframes lf3 {
    0% {
      left: 200%;
    }
    100% {
      left: -100%;
      opacity: 0;
    }
  }
  @keyframes lf4 {
    0% {
      left: 200%;
    }
    100% {
      left: -100%;
      opacity: 0;
    }
  }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-desctop-list>li>a {
        font-size: 10px;
    }
    .nav-desctop-list>li {
        margin-left: 10px;
    }
    .social-list li {
        margin: 0 5px;
    }
}
@media (min-width:992px) {
    .nav-desctop-list>li {
        margin-left: clamp(0.75rem, -0.5rem + 1.6667vw, 1.5rem);
    }
    .nav-desctop-list>li>a {
        font-size: clamp(0.6875rem, 0.4792rem + 0.2778vw, 0.8125rem);
    }
}  
