@import 'https://fonts.googleapis.com/css?family=Mr+De+Haviland';
* {
    text-decoration: none!important;
    list-style: none!important;
    font-family: 'bree serif', serif
}

html,
body {
    height: 100%;
    background: #696969;
    overflow: hidden
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
h6,
span,
div,
label,
input,
textarea,
button {
    font-family: poppins, sans-serif
}

label {
    font-weight: 400
}

#more_information::-webkit-scrollbar,
.chat-scroller::-webkit-scrollbar,
#main_bg::-webkit-scrollbar,
.chat-scroller::-webkit-scrollbar {
    width: 5px
}

#more_information::-webkit-scrollbar,
.chat-scroller::-webkit-scrollbar,
#main_bg::-webkit-scrollbar,
.chat-scroller::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

#more_information::-webkit-scrollbar-track,
.chat-scroller::-webkit-scrollbar-track,
#main_bg::-webkit-scrollbar,
.chat-scroller::-webkit-scrollbar {
    background: rgba(0, 0, 0, .1)
}

#more_information::-webkit-scrollbar-thumb,
.chat-scroller::-webkit-scrollbar-thumb,
#main_bg::-webkit-scrollbar,
.chat-scroller::-webkit-scrollbar {
    background: rgba(0, 0, 0, .5)
}

.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999
}

.loadscreen {
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px
}

.loader {
    color: #000;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease
}

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }
    5%,
    95% {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }
    10%,
    59% {
        box-shadow: 0 -.83em 0 -.4em, -.087em -.825em 0 -.42em, -.173em -.812em 0 -.44em, -.256em -.789em 0 -.46em, -.297em -.775em 0 -.477em
    }
    20% {
        box-shadow: 0 -.83em 0 -.4em, -.338em -.758em 0 -.42em, -.555em -.617em 0 -.44em, -.671em -.488em 0 -.46em, -.749em -.34em 0 -.477em
    }
    38% {
        box-shadow: 0 -.83em 0 -.4em, -.377em -.74em 0 -.42em, -.645em -.522em 0 -.44em, -.775em -.297em 0 -.46em, -.82em -.09em 0 -.477em
    }
    100% {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }
    5%,
    95% {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }
    10%,
    59% {
        box-shadow: 0 -.83em 0 -.4em, -.087em -.825em 0 -.42em, -.173em -.812em 0 -.44em, -.256em -.789em 0 -.46em, -.297em -.775em 0 -.477em
    }
    20% {
        box-shadow: 0 -.83em 0 -.4em, -.338em -.758em 0 -.42em, -.555em -.617em 0 -.44em, -.671em -.488em 0 -.46em, -.749em -.34em 0 -.477em
    }
    38% {
        box-shadow: 0 -.83em 0 -.4em, -.377em -.74em 0 -.42em, -.645em -.522em 0 -.44em, -.775em -.297em 0 -.46em, -.82em -.09em 0 -.477em
    }
    100% {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#main_bg,
#slide_bg {
    position: relative;
    height: 100%;
    width: 100%;
    
    
}

.overlay_bg {
    padding-top: 50px;
    height: 100%;
    width: 100%;
    padding-bottom: 44px
}

.overlay_bg1 {
    padding-top: 50px;
    height: 100%;
    width: 100%;
    padding-bottom: 34px
}

#particles1 {
    position: fixed;
    top: 0;
    height: 100%;
    min-height: 700px;
    width: 100%
}

#particle {
    background-color: #000
}

#particles_bg {
    position: fixed;
    top: 0;
    height: 100%;
    min-height: 700px;
    width: 100%;
    z-index: -100
}

.more_info {
    position: absolute;
    z-index: 3;
    top: 12px;
    right: 12%;
    height: 44px;
    cursor: pointer;
    width: 44px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: -webkit-transform .2s;
    -moz-transition: -moz-transform .2s;
    transition: transform .2s
}

.more_info span {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 32px;
    height: 3px;
    background-color: #fff
}

.more_info span::before,
.more_info span:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .2s, width .2s;
    -moz-transition: -moz-transform .2s, width .2s;
    transition: transform .2s, width .2s
}

.more_info span::before {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

.more_info span::after {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px)
}

.no-touch .more_info:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.no-touch .more_info:hover span::after,
.no-touch .more_info:hover span::before {
    width: 50%
}

.no-touch .more_info:hover span::before {
    -webkit-transform: translateX(1px) translateY(1px) rotate(45deg);
    -moz-transform: translateX(1px) translateY(1px) rotate(45deg);
    -ms-transform: translateX(1px) translateY(1px) rotate(45deg);
    -o-transform: translateX(1px) translateY(1px) rotate(45deg);
    transform: translateX(1px) translateY(1px) rotate(45deg)
}

.no-touch .more_info:hover span::after {
    -webkit-transform: translateX(1px) translateY(-1px) rotate(-45deg);
    -moz-transform: translateX(1px) translateY(-1px) rotate(-45deg);
    -ms-transform: translateX(1px) translateY(-1px) rotate(-45deg);
    -o-transform: translateX(1px) translateY(-1px) rotate(-45deg);
    transform: translateX(1px) translateY(-1px) rotate(-45deg)
}

.more_info_container {
    position: fixed;
    z-index: 4;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .4s 0s, box-shadow 0s .4s;
    -moz-transition: -moz-transform .4s 0s, box-shadow 0s .4s;
    transition: transform .4s 0s, box-shadow 0s .4s;
    padding: 0 35px
}

.more_info_container.is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-overflow-scrolling: touch;
    box-shadow: -4px 0 30px rgba(0, 0, 0, .2);
    -webkit-transition: -webkit-transform .4s 0s, box-shadow 0s 0s;
    -moz-transition: -moz-transform .4s 0s, box-shadow 0s 0s;
    transition: transform .4s 0s, box-shadow 0s 0s
}

.more_info_container header {
    padding: 1.5em 0 30px 6.25%;
    height: 68px;
    position: relative
}

.more_info_container h3 {
    font-size: 30px;
    font-weight: 700;
    color: #202020;
    margin-top: 0
}

.close_more_info {
    position: absolute;
    height: 44px;
    width: 44px;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s
}

.close_more_info::after,
.close_more_info::before {
    content: '';
    position: absolute;
    height: 3px;
    width: 32px;
    left: 50%;
    top: 50%;
    background-color: #5c4b51;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.close_more_info::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.close_more_info::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg)
}

.no-touch .close_more_info:hover {
    opacity: .6
}

.cd-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .35);
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .4s 0s, visibility 0s .4s;
    -moz-transition: opacity .4s 0s, visibility 0s .4s;
    transition: opacity .4s 0s, visibility 0s .4s;
    z-index: 2
}

.cd-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .4s 0s, visibility 0s 0s;
    -moz-transition: opacity .4s 0s, visibility 0s 0s;
    transition: opacity .4s 0s, visibility 0s 0s
}

.main_details {
    position: relative;
    overflow-x: hidden;
    -webkit-transition: -webkit-transform .4s;
    -moz-transition: -moz-transform .4s;
    transition: transform .4s;
    box-shadow: 0 0 30px #241d20
}

.main_details.scale-down {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
    height: 100vh!important
}

.number {
    font-size: 150px;
    font-weight: 900;
    letter-spacing: -10px
}

.name {
    font-size: 35px;
    font-weight: 700
}

.about_detail,
.service_detail,
.contact_form {
    margin-top: 30px;
    margin-bottom: 30px
}

.about_detail p {
    font-size: 15px
}

.services {
    text-align: right
}

.services_cube_wrapper,
.services_cube_wrapper div {
    height: 100%;
    position: absolute
}

.services_cube_effect {
    width: 100%;
    min-height: 200px;
    position: relative;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    cursor: pointer
}

.services_cube_wrapper {
    width: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s
}

.services_cube_wrapper div {
    display: block;
    width: 100%;
    color: #222;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.services_cube_wrapper .services_icon {
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px)
}

.services_icon i {
    font-size: 50px
}

.services_cube_wrapper .services_text {
    -webkit-transform: rotateX(-90deg) translateZ(100px);
    -moz-transform: rotateX(-90deg) translateZ(100px);
    -o-transform: rotateX(-90deg) translateZ(100px);
    transform: rotateX(-90deg) translateZ(100px)
}

.services_text i {
    position: absolute;
    top: 50px;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    margin-top: -30px;
    color: #ccc;
    font-size: 80px;
    z-index: -2
}

.services_cube_wrapper.show_front {
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px)
}

.services_cube_wrapper.show-bottom {
    -webkit-transform: translateZ(-100px) rotateX(90deg);
    -moz-transform: translateZ(-100px) rotateX(90deg);
    -o-transform: translateZ(-100px) rotateX(90deg);
    transform: translateZ(-100px) rotateX(90deg)
}

.contact_form .btn {
    padding: 10px 35px;
    margin-top: 20px
}

.contact_form label {
    font-size: 15px
}

.contact_detail {
    margin-top: 70px;
    margin-bottom: 30px
}

.contact_detail i {
    font-size: 40px
}

.contact_detail h4 {
    margin-top: 20px;
    margin-bottom: 15px
}

.contact_detail p {
    font-size: 16px;
    line-height: 20px
}

.coming_text h1 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px
}

.coming_text p {
    width: 50%;
    margin: 0 auto;
    color: #fff;
    font-size: 16px
}

.counter {
    margin-top: 10px
}
.counter .day_holdered,
.counter .hour_holdered
 {
    display: inline-block;
    width: 300px;
    font-size: 18px;
    color: #fff !important;
    height: 300px;
    margin: 20px 30px 10px 20px;
    text-align: center;
    border-radius: 100%;
   
}
.counter .day_holder,
.counter .hour_holder
 {
    display: inline-block;
    width: 250px;
    font-size: 18px;
    color: #fff !important;
    height: 250px;
    text-align: center;
    border-radius: 100%;
   
}
.hour_holdered .day_holdered a{
    margin-bottom: 10px;
    padding: 0px 5px;
    color: #fff;
    margin-bottom: 15px;

}

.hour_holders .day_holders a{
    margin-bottom: 10px;
    padding: 0px 5px;
    color: #fff;
    margin-bottom: 15px;

}
.counter .mlinkl,
.counter .mlinkr
 {
    
   width: 100% !important;
   height:auto;
   background: red;
  
   
}


.so .hour:hover {
   /*   border: 50px solid #FDA50F ;*/
     transition: box-shadow .3s;
     box-shadow: 0 0 11px rgba(33,33,33,.2); 
     text-shadow: 2px 2px 5px #FDA50F;
    
}
.bs .day:hover {
  /*   border: 50px solid #FDA50F ;*/
     transition: box-shadow .3s;
     box-shadow: 0 0 11px rgba(33,33,33,.2); 
     text-shadow: 2px 2px 5px #FDA50F;
    
}

.langs a{
    font-size:30px;
    margin-top: 10px;
    padding: 5px;
    color: #FDA50F !important;
}
.langs{
    font-size:20px;
    color: #fff;
}
.langs:hover{
    
     transition: box-shadow .3s;
     box-shadow: 0 0 11px rgba(33,33,33,.2); 
     text-shadow: 2px 2px 5px #FDA50F;
    
}
.langs a:hover {
  /*   border: 50px solid #FDA50F ;*/\
    padding: 10px;
     transition: box-shadow .3s;
     box-shadow: 0 0 11px rgba(30,30,30,.2); 
     text-shadow: 2px 2px 5px #FDA50F;
     color: #FFF !important;
    
}

 .bs .day,
 .so .hour{
    width: 100%;
    height: auto;
    font-size: 20px;
     color: #fff !important;
     float: left;
     margin-top:10px;
}

.social_icon {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 0
}

.social_icon li a {
    color: #fff;
    margin-right: 14px;
    font-size: 16px;
    display: inline-block;
    overflow: hidden
}

.social_icon li a i {
    transition: transform .25s ease, opacity .2s linear;
    -webkit-transition: -webkit-transform .25s ease, opacity .2s linear;
    position: relative;
    line-height: 24px
}

.social_icon li a:hover i {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%)
}

.social_icon li a i:after {
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: red;
    font-size: 16px;
    line-height: 24px
}

.social_icon li .fa-facebook:after {
    content: "\f09a"
}

.social_icon li .fa-google-plus:after {
    content: "\f0d5"
}

.social_icon li .fa-twitter:after {
    content: "\f099"
}

.social_icon li .fa-pinterest:after {
    content: "\f0d2"
}

.social_icon li .fa-instagram:after {
    content: "\f16d"
}

.social_icon li .fa-linkedin:after {
    content: "\f0e1"
}

.social_icon li .fa-dribbble:after {
    content: "\f17d"
}

.social_icon li a i:before {
    width: 100%
}

.social_icon2 {
    margin-top: 20px!important
}

.social_icon li a img {
    display: inline-block
}

.subscribe-body p {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 80px
}

.subscribe-body form {
    margin-top: 20px;
    margin-bottom: 20px
}

.subscribe-body .btn-default {
    color: #fff;
    position: relative
}

.subscribe-body .input-group-btn {
    z-index: 99
}

.subscribe-body .input-group-btn:before {
    content: "";
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    margin-top: 13px;
    margin-left: -9px
}

.top_margin {
    margin-top: 20px
}

.subscribe-body .sub_text {
    background: rgba(169, 169, 169, .3)!important;
    color: #fff;
    border: 1px solid #6e6e6e
}

.error_message {
    margin: 0!important;
    margin-top: 5px!important;
    font-size: 11px!important;
    color: #fda50f!important;
    height: 15px!important
}

.contact_info p {
    font-size: 14px;
    margin-bottom: 0;
    cursor: pointer;
    color: #fff;
    margin-right: 10px;
    float: left
}

.contact_info p i {
    margin-right: 10px
}

.footer {
    margin-top: 80px
}

.footer .copy_right p {
    text-align: right
}

.copy_right {
    color: #fff
}

.copy_right a {
    color: #fff
}

.title_progress {
    color: #fff;
    margin-bottom: 30px
}

.progressbar_outer {
    border-radius: 50px;
    padding: 25px;
    margin: 10px 0;
    box-shadow: 0 0 10px rgba(209, 219, 231, .7)
}

.progress {
    height: 27px;
    margin: 0;
    overflow: visible;
    border-radius: 50px;
    background: rgba(169, 169, 169, .3)!important
}

.progress .progress-bar {
    border-radius: 50px;
    box-shadow: -1px 10px 10px rgba(91, 192, 222, .7)
}

.progress .progressbar_value {
    position: relative;
    left: -45px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px
}

.progress-bar.active {
    animation: reverse progress-bar-stripes .4s linear infinite, animate-positive 2s
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0%
    }
}

@keyframes animate-positive {
    0% {
        width: 0%
    }
}

@media only screen and (min-width:1024px) {
    .more_info {
        top: 60px
    }
}

@media only screen and (min-width:980px) {
    .more_info {
        top: 55px
    }
}

@media only screen and (min-width:800px) {
    .more_info {
        top: 50px
    }
    .copy_right {
        padding-right: 0!important
    }
}

@media(min-width:768px) and (max-width:820px) {
    .service_detail {
        height: 230px
    }
}

@media only screen and (min-width:768px) {
    #main_bg,
#slide_bg {
    position: relative;
    height: 1000px !important;
    width: 100%;
    
    
}

.overlay_bg {
    padding-top: 50px;
    height: 160% !important;
    width: 100%;
    padding-bottom: 44px
}
    .more_info {
        top: 50px
    }
    .contact_info {
        float: left
    }
    .copy_right {
        float: right;
        padding-right: 10px
    }
    .number {
        font-size: 90px;
        letter-spacing: -5px
    }
    .h2,
    h2 {
        font-size: 25px
    }

}

@media(max-width:768px) {
    #main_bg,
#slide_bg {
    position: relative;
    height: 1200px !important;
    width: 100%;
    
    
}

.overlay_bg {
    padding-top: 50px;
    height: 150% !important;
    width: 100%;
    padding-bottom: 44px
}
    .number {
        font-size: 70px;
        letter-spacing: -5px
    }
    .counter .day_holder,
    .counter .hour_holder,
    .counter .minute_holder,
    .counter .second_holder {
        display: inline-block;
        width: 160px;
        padding-top: 3px;
        font-size: 18px;
        color: #fff;
        height: 160px;
        text-align: center;
        border-radius: 100%
    }
    .langs{
        font-size:18px;
    }
    .counter .day,
    .counter .hour{
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #fff
    border: 1px solid;
     float: left;
}
.langs a{
        padding: 0px !important;
        font-size: 30px;
        margin-top: 30px;
    }
}
.counter .day_holdered, .counter .hour_holdered {

    
    margin: 20px 20px 10px 10px;
    text-align: center;
    border-radius: 100%;

}

@media only screen and (min-width:700px) {
    .more_info_container {
        width: 70%
    }
    .more_info_container header {
        height: 116px;
        padding-top: 3em
    }
    .close_more_info {
        right: 0
    }
    .counter .day_holdered, .counter .hour_holdered {

    
    margin: 20px 40px 10px 20px !important;
    text-align: center;
    border-radius: 100%;

}
}

@media(min-width:700px) and (max-width:767px) {
    .contact_info {
        padding-left: 130px!important
    }
    .copy_right {
        position: relative;
        top: 30px
    }
    .footer .copy_right p {
        text-align: center
    }
    .counter .day_holdered, .counter .hour_holdered {

    
    margin: 20px 40px 10px 0px !important;
    text-align: center;
    border-radius: 100%;

}
}

@media(min-width:481px) and (max-width:510px) {
    .counter .day_holdered, .counter .hour_holdered {
    margin: 20px 40px 10px 0px !important;
    text-align: center;
    border-radius: 100%;

}
    .contact_info {
        padding-left: 170px!important
    }
    .copy_right {
        position: relative;
        top: 30px
    }
    .footer .copy_right p {
        text-align: center
    }
    .coming_text h1 {
        font-size: 30px!important
    }
}

@media(min-width:641px) and (max-width:700px) {
    .counter .day_holdered, .counter .hour_holdered {
    margin: 20px 40px 10px 0px !important;
    text-align: center;
    border-radius: 100%;

}
    .contact_info {
        padding-left: 60px!important
    }
    .footer .copy_right p {
        text-align: center;
        position: relative;
        top: 30px
    }
    .langs {
        padding: 0px !important;
        font-size: 16px;
        margin-top: 20px;
    }
}

@media(min-width:581px) and (max-width:640px) {
    .counter .day_holdered, .counter .hour_holdered {
    margin: 20px 40px 10px 0px !important;
    text-align: center;
    border-radius: 100%;

}
    .langs{
        padding: 0px !important;
        font-size: 16px;
        margin-top: 20px;
    }
    .contact_info {
        padding-left: 30px!important
    }
    .footer .copy_right p {
        text-align: center;
        position: relative;
        top: 30px
    }
}

@media(min-width:530px) and (max-width:580px) {
    .footer .copy_right p {
        text-align: center;
        position: relative;
        top: 20px
    }
    .langs{
        padding: 0px !important;
        font-size: 16px;
        margin-top: 20px;
    }
    .counter .day_holdered, .counter .hour_holdered {
    margin: 20px 40px 10px 0px !important;
    text-align: center;
    border-radius: 100%;

}
}

@media(min-width:510px) and (max-width:529px) {
    .contact_info {
        padding-left: 190px!important
    }
    .copy_right {
        position: relative;
        top: 30px
    }
    .footer .copy_right p {
        text-align: center
    }
    .coming_text h1 {
        font-size: 30px!important
    }
    .langs{
        padding: 0px !important;
        font-size: 16px;
        margin-top: 20px;
    }
    .counter .day_holdered, .counter .hour_holdered {
    margin: 20px 40px 10px 0px !important;
    text-align: center;
    border-radius: 100%;

}
}

@media(min-width:320px) and (max-width:359px) {
    .contact_info {
        padding-left: 60px!important
    }
    .coming_text h1 {
        font-size: 30px!important
    }
    .langs{
        padding: 0px !important;
        font-size: 16px;
        margin-top: 20px;
    }
}

@media(min-width:360px) and (max-width:375px) {
    .contact_info {
        padding-left: 80px!important
    }
    .langs {
        padding: 0px !important;
        font-size: 16px;
        margin-top: 20px;
    }
}

@media(min-width:375px) and (max-width:412px) {
    .contact_info {
        padding-left: 90px!important
    }
}

@media(min-width:412px) and (max-width:480px) {
    .contact_info {
        padding-left: 110px!important
    }
}

@media(min-width:448px) and (max-width:480px) {
    #main_bg,
#slide_bg {
    position: relative;
    height: 1200px !important;
    width: 100%;
    
    
}
 margin: 20px 40px 10px 0px !important;
    text-align: center;
    border-radius: 100%;

}
.overlay_bg {
    padding-top: 50px;
    height: 147% !important;
    width: 100%;
    padding-bottom: 44px
}
     .langs {
        padding: 2px !important;
        font-size: 16px;
        margin-top: 20px;
    }
    .contact_info {
        padding-left: 145px!important
    }
        .counter .day_holder,
        .counter .hour_holder,
        .counter .minute_holder,
        .counter .second_holder {
            display: inline-block;
            width: 250px;
            padding-top: 3px;
            font-size: 18px;
            color: #fff;
            height: 250px;
            margin: 20px 10px;
            text-align: center;
            border-radius: 100%
        }
}

@media(max-width:510px) {
    #main_bg,
#slide_bg {
    position: relative;
    height: 1000px !important;
    width: 100%;
    
    
}

.overlay_bg {
    padding-top: 50px;
    height: 130% !important;
    width: 100%;
    padding-bottom: 44px
}
     .langs{
        padding: 0px !important;
        font-size: 16px;
        margin-top: 20px;
    }
    #main_bg {}
    .overlay_bg {}
    .overlay {
        padding: 15px
    }
    .button {
        margin-right: 0
    }
    .social_icon li a img {
        margin-bottom: 15px
    }
    .services_cube_effect {
        margin-bottom: 30px
    }
    .more_info_container {
        width: 100%
    }
    .more_info_container h3 {
        margin-top: 35px
    }
    .coming_text p {
        width: 100%
    }
    .coming_text h1 {
        font-size: 30px;
        margin-top: 10px;
       /* margin-bottom: 40px*/
    }
    html,
    body {
        height: 100%
    }
    .footer .copy_right p {
        text-align: center
    }
    .copy_right {
        position: relative;
        top: 30px
    }
    .number {
        font-size: 60px;
        font-weight: 900;
        letter-spacing: -3px
    }
    .name {
        font-size: 30px;
        font-weight: 700
    }
    .service_detail {
        height: 660px
    }
}

.form-control {
    background-color: #fff
}

@media(min-width:540px) and (max-width:699px) {
    #main_bg,
#slide_bg {
    position: relative;
    height: 1000px !important;
    width: 100%;
    
    
}

.overlay_bg {
    padding-top: 50px;
    height: 130%;
    width: 100%;
    padding-bottom: 44px
}
.counter .day_holder,
.counter .hour_holder,
.counter .minute_holder,
.counter .second_holder {
    display: inline-block;
    width: 140px;
    padding-top: 3px;
    font-size: 18px;
    color: #fff;
    height: 140px;
    margin: 20px 10px;
    text-align: center;
    border-radius: 100%
}
    .counter .day,
    .counter .hour,
    .counter .minute,
    .counter .second {
        font-size: 20px;
        color: #fff
    }
    .langs {
        padding: 0px !important;
        font-size: 16px;
        margin-top: 20px;
    }
}