body{
    margin: 0;
    font-family: 'Poppins';
}
header {
    padding: 61px 79px;
}
header a{
    position: relative;
    z-index: 1;
}
header .menu-ico{
    position: relative;
    z-index: 2;
}
[BGCOLOR="black"]{
    background-color: #000;
}
[BGCOLOR="slate"]{
    background-color: #333;
}
[COLOR="WHITE"]{
    color: #fff;
}
[COLOR="WHITE"] .header-right a{
    color: #fff;
}
[COLOR="WHITE"] .menu-ico *,[COLOR="WHITE"] .menu-ico span:before,[COLOR="WHITE"] .menu-ico span:after{
    background-color: #fff;
}
[COLOR="WHITE"] .menu-ico.open span:before,[COLOR="WHITE"] .menu-ico.open span:after{
    background-color: #000;
}
[COLOR="WHITE"] .clock-wrap::before,[COLOR="WHITE"] .clock-wrap::after
{
    opacity: 0.065;
}

[COLOR="WHITE"].opacity_up .clock-wrap::before,[COLOR="WHITE"].opacity_up .clock-wrap::after{
    opacity: 0.15;
}
[COLOR="WHITE"].opacity_up:after,[COLOR="WHITE"].opacity_up:after{
    background-color:rgba(0, 0, 0, 0.7);
}

.full {
    height: 100vh;
    width: 100vw;
}

.topimg {
	position: relative;
	top: 5vh;
	width: 20vh;
}

/*************************mario animation*******************/
.mario_anim{
    height: 100%;
    background-image: url("../images/mario.gif"), url("../images/ground.png"), url("../images/bushes.png"), url("../images/back1.png");
    background-color: #a9e2ff;
    background-repeat: no-repeat, repeat-x, repeat-x, repeat-x;
    background-position: left 30% bottom 24px, left 0px bottom 0px, left 0px bottom 24px, left 0px bottom 0px;
    animation: back 15s infinite linear;
}
@keyframes back {
    0% {
      background-position: left 30% bottom 24px, left 0px bottom 0px, left 0px bottom 24px, left 0px bottom 0px;
    }
    50% {
      background-position: left 50% bottom 24px, left -816px bottom 0px, left -508px bottom 24px, left -256px bottom 0px;
    }
    100% {
      background-position: left 30% bottom 24px, left -1632px bottom 0px, left -1016px bottom 24px, left -512px bottom 0px;
    }
  }



  #container {
    overflow: hidden;
    position: fixed;
    z-index: -1;
    }
   #pixie {
    z-index:0;
    background:-o-linear-gradient(top, #040429, #257eb7);
    background:-ms-linear-gradient(top, #040429, #257eb7);
    background:-moz-linear-gradient(top, #040429, #257eb7);
    background:-webkit-linear-gradient(top, #040429, #257eb7);
    background:linear-gradient(top, #040429, #257eb7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#040429', EndColorStr='#257eb7');
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#040429', EndColorStr='#257eb7')";
   }
   #mountains, #grass {
    width:100%;
    position:absolute;
    bottom:0;
   }
    #mountains {
     height:156px;
     z-index:1;
     background:url(../images/mountains.png) repeat-x 0 0;
    }
    #grass {
     height:62px;
     z-index:2;
     background:url(../images/grass.png) repeat-x left 10px;
    }


.snow_bg{
    background-image: url(../images/snow.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
/********************Start code for gradient background color****************************/
                                    /*Deg start color & End colorcode*/
/* background: -moz-linear-gradient(-30deg, #ff00db 1%,   #ff9400 100%); */
[GRADIENTBG="blue"]{
    background: rgb(0,113,241); /* Old browsers */
    background: -moz-linear-gradient(-30deg, rgb(0,113,241) 1%, rgb(0,255,244) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-30deg, rgb(0,113,241) 1%,rgb(0,255,244) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgb(0,113,241) 1%,rgb(0,255,244) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071f1', endColorstr='#00fff4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
[GRADIENTBG="pink"]{
    background: #ff00db; /* Old browsers */
    background: -moz-linear-gradient(-30deg, #ff00db 1%, #ff9400 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-30deg, #ff00db 1%,#ff9400 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ff00db 1%,#ff9400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00db', endColorstr='#ff9400',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
[GRADIENTBG="green"]{
    background: #00fffd; /* Old browsers */
    background: -moz-linear-gradient(-30deg, #00fffd 1%, #00fc48 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-30deg, #00fffd 1%,#00fc48 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #00fffd 1%,#00fc48 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fffd', endColorstr='#00fc48',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
[GRADIENTBG="orange"]{
    background: #ffe900; /* Old browsers */
    background: -moz-linear-gradient(-30deg, #ffe900 1%, #ff9400 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-30deg, #ffe900 1%,#ff9400 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ffe900 1%,#ff9400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe900', endColorstr='#ff9400',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
[GRADIENTBG="violet"]{
    background: #3d62ff; /* Old browsers */
    background: -moz-linear-gradient(-30deg, #3d62ff 1%, #7f0cff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-30deg, #3d62ff 1%,#7f0cff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #3d62ff 1%,#7f0cff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d62ff', endColorstr='#7f0cff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
[GRADIENTBG="magenta"]{
    background: #4d1475; /* Old browsers */
    background: -moz-linear-gradient(-30deg, #4d1475 1%, #d91886 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-30deg, #4d1475 1%,#d91886 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #4d1475 1%,#d91886 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d1475', endColorstr='#d91886',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
/********************End code for gradient background color****************************/
#bgvid,iframe,object,embed,#ytvid {
    position: fixed;
    right: 0; 
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto; 
    height: auto;
    left: 0;
    top: 0;
}
svg.canvas{
    background-color: #fff;
    height: 100vh;
    position: fixed;
    width: 100vw; 
    z-index: -1;
}
svg.demo{
    background-color: #000;
    height: 100vh;
    position: fixed;
    width: 100vw;
    z-index: -1;
}
canvas {
    height: 100vh;
    position: fixed;
    width: 100vw;
    z-index: -1;
}
.bg_img {
    position: fixed;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    left:0;
    right:0;
    top:0;
    bottom:0;
}
svg {
    background: rgba(255,0,255,1);
}
.hidden_overflow {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: -1;
}
.black_overlay::after {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    content: "";
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.dg.ac {
    display: none;
}
.ball {
    position: absolute;
    border-radius: 100%;
    opacity: 0.7;
}
body,html{
    overflow: hidden;
    min-height: 100vh;
    -webkit-text-size-adjust: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.logo {
    display: inline-block;
    vertical-align: middle;
}
.logo img {
    display: block;
}
.header-right {
    float: right;
    letter-spacing: 1.2px;
    margin-top: -4px;
    padding-right: 7px;
}
.clearfix::after {
    clear: both;
    content: "";
    display: block;
}
.header-right a {
    color: #000;
    display: inline-block;
    font-family: 'poppins';
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2.2px;
    vertical-align: middle;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.header-right a:hover{
    color: #4096ee;
}
.menu-ico {
    display: inline-block;
    height: 19px;
    margin-left: 48px;
    position: relative;
    vertical-align: middle;
    width: 26px;
    z-index: 2;
    cursor: pointer;
}
.menu-ico span {
    background-color: #000;
    height: 3px;
    margin-top: -1.5px;
    position: absolute;
    top: 50%;
    width: 26px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.header-right a:first-child::after {
    content: "/";
    margin-right: 18px;
    padding-left: 16px;
}
.menu-ico span::before {
    background-color: #000;
    content: "";
    height: 3px;
    position: absolute;
    top: -8px;
    width: 100%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
}
.menu-ico span::after {
    background-color: #000;
    bottom: -8px;
    content: "";
    height: 3px;
    position: absolute;
    width: 100%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
}

.menu-ico.open span {
    background-color: transparent;
}
.menu-ico.open span::before {
    top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.menu-ico.open span::after {
    bottom: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.count-down-main {
    text-align: center;
}
.time-row {
    display: inline-block;
}
.param-col {
    display: inline-block;
    margin: 0 0.6vw;
    padding: 0 0.6vw;
}
.main-data {
    top: 50vh;
    position: relative;
    transform: translatey(-37.4vh);
    -webkit-transform: translatey(-37.4vh);
    -moz-transform: translatey(-37.4vh);
    -ms-transform: translatey(-37.4vh);
    -o-transform: translatey(-37.4vh);
    z-index: 1;
}
.param-num {
    font-family: 'roboto';
    font-size: 6.5vh;
    font-weight: 600;
    height: 6vh;
    line-height: 6vh;
    position: relative;
}
.param-name {
    opacity: 0.4;
    font-family: 'Arimo';
    font-size: 2.2vh;
    letter-spacing: 2.2px;
    margin-top: 8px;
    left: 2.2px;
    position: relative;
}
.seconds-txt {
    opacity: 0.4;
    font-family: 'karla';
    font-size: 1.3vw;
    font-weight: 600;
    letter-spacing: 1.37vw;
    margin-top: 1vh;
}
.seconds-txt > span {
    text-align: center;
    margin-left: 1.37vw;
}
.param-num::after {
    content: ":";
    font-size: 2.8vw;
    font-weight: 400;
    position: absolute;
    right: -1.56vw;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.param-col:last-child .param-num:after{
    display: none;
}
footer {
    left: 50%;
    margin-left: -9.6vw;
    margin-top: 70px;
    position: relative;
}
footer h2 {
    font-family: 'poppins';
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 10px;
}
footer p {
    opacity:0.4;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    max-width: 36vw;
}

.flip-clock-wrapper ul {
    display: none;
}
.flip-clock-wrapper ul:nth-last-child(-n+2) {
    display: block;
}
.second-holder {
    display: block;
    margin-top: 3vh;
    text-align: center;
}
.clock.seconds {
    display: inline-block;
    float: none;
    position: relative;
    width: auto;
    z-index: 1;
}
.clock-wrap::before {
    content: "coming";
    font-family: 'bebas';
    font-size: 12vw;
    left: -38.7vw;
    opacity: 0.1;
    position: absolute;
    right: auto;
    top: 50%;
    transform: translateY(-54%);
    -webkit-transform: translateY(-54%);
    -moz-transform: translateY(-54%);
    -ms-transform: translateY(-54%);
    -o-transform: translateY(-54%);
}
.clock-wrap::after {
    content: "soon";
    font-family: 'bebas';
    font-size: 12vw;
    opacity: 0.1;
    position: absolute;
    right: -26.8vw;
    top: 50%;
    transform: translateY(-54%);
    -webkit-transform: translateY(-54%);
    -moz-transform: translateY(-54%);
    -ms-transform: translateY(-54%);
    -o-transform: translateY(-54%);
}
.clock-wrap {
    display: inline-block;
    position: relative;
}
/***********************contact-section stylesheet**********************/
.contact-sec {
    background-color: #fff;
    bottom: 0;
    padding: 5.8vh 4.65vw 0 6.2vw;
    position: absolute;
    top: 0;
    width: 751px;
    z-index: 1;
    right: -100%;
    transition: right 0.5s ease 0s;
    -webkit-transition: right 0.5s ease 0s;
    -moz-transition: right 0.5s ease 0s;
    -ms-transition: right 0.5s ease 0s;
    -o-transition: right 0.5s ease 0s;
    overflow-x: hidden;
}
.contact-sec > p {
    font-size: 18px;
    margin: 0;
    max-width: 590px;
    color: #999;
}
.contact-sec h2 {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0 0 2vh;
    color: #000;
}
.contact-sec form {
    margin-top:7.55vh;
}
.form-group {
    margin-bottom: 6.4vh;
    position: relative;
}
form > .form-group:nth-child(4){
    margin-bottom: 0;
}
.form-group label {
    color: #999;
    display: block;
    font-family: "arimo";
    font-size: 18px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 6px;
    width: 100%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
form input {
    border-color: #e1e1e1;
    border-style: solid;
    border-width: 0 0 1px;
    font-family: 'arimo';
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 15px;
    width: 100%;
    box-shadow: none;
    outline: none;
}
form input:focus ~ label,.form-group.focued label {
    font-size: 15px;
    top: -25px;
}
[class*="col-"] {
    float: left;
    padding: 0 15px;
}
.col-50 {
    width: calc(50% - 30px);
    width: -o-calc(50% - 30px);
    width: -ms-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: -webkit-calc(50% - 30px);
}
.row {
    margin: 0 -15px;
}
form input[type="submit"] {
    background-color: #1c1c1c;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 2.7vh;
    font-weight: 600;
    letter-spacing: -0.6px;
    margin-top: 0;
    padding: 2.2vh 3.12vw;
    width: auto;
}
.submit-hol {
    display: inline-block;
    position: relative;
    border-radius: 3px;
    border-radius: 0 0 3px 3px;
}
.form-bottom{
    margin-top: 5.6vh;
}
.submit-hol:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 5px;
    left: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    background-color: #00aff1;
    border-radius: 0 0 3px 3px;
}
.submit-hol.process:after {
    -webkit-animation: loader 5s infinite; /* Safari 4+ */
    -moz-animation:    loader 5s infinite; /* Fx 5+ */
    -o-animation:      loader 5s infinite; /* Opera 12+ */
    animation:         loader 5s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes loader {
    0%   { width: 0%; }
    100% {
        width:100%;
    }
}
@-moz-keyframes loader {
    0%   { width: 0%; }
    100% {
        width:100%;
    }
}
@-o-keyframes loader {
    0%   { width: 0%; }
    100% {
        width:100%;
    }
}
@keyframes loader {
    0%   { width: 0%; }
    100% {
        width:100%;
    }
}

.success {
    color: #f00;
    display: inline-block;
    position: relative;
    left: 50px;
    vertical-align: middle;
}
.success.active h2 {
    color: green;
    margin: 0;
}
.success h2 {
    font-size: 15px;
}

input.error {
    border-color: #f00;
}

.contact-det-row {
    display: flex;
    justify-content: space-between;
    margin: 7.9vh 0 5.3vh;
}
.contact-det-row a {
    color: #1c1c1c;
    font-family: 'poppins';
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.contact-det-row a:hover {
    color: #4096ee;
}
.contact-det-row a i {
    color: #9d9d9d;
    display: inline-block;
    font-size: 2.8vh;
    margin-right: 12px;
    vertical-align: middle;
}
.contact-det-row a i.icon-location {
    margin-right: 7px;
}
.contact-det-row a i.icon-call {
    margin-right: 10px;
}
.socials{
    padding: 0;
    margin: 0;
    font-size: 0;
}
.socials li{
    display: inline-block;
    margin-right:30px;
}
.socials li a{
    display:block;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: cover;

}   
.socials li a:hover{
    background-position:0 -45px; 
}
#contact {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    height: auto;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: auto;
    z-index: 1;
    opacity:0;
    visibility: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#contact.open {
    opacity: 1;
    visibility: visible;
}
.contact-sec.open{
    right: 0;
}
.form-group::before {
    background-color: #4096ee;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    transform: scaleX(0);
    width: 100%;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
.form-group.focus::before {
    transform: scaleX(1);
}
.form-group.sel-arrow::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 12px;
    pointer-events: none;
    height: 12px;
    background-image: url(../images/angle-arrow-down.svg);
    background-position: center;
    background-size: cover;
}
.services {
    background-color: #fff; 
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.05);
    display: none;
    list-style: outside none none;
    margin: 0;
    padding: 0 12px;
    position: absolute;
    left:0;
    right: 0;
    z-index: 111;
}
.services li {
    border-bottom: 1px solid #e4e4e4;
    color: #999;
    cursor: pointer;
    font-family: 'arimo';
    font-size: 14px;
    padding: 14px 15px;
}
.services li:last-child{
    border: none;
}
.logo img.for-mob{
    display: none;
}

@media screen and (max-width:1599px){
    header {
        padding: 50px;
    }
    footer p{
        max-width: 42vw;
    }
    
    footer h2 {
        font-size: 23px;
    }
    footer p {
        font-size: 16px;
    }

}
@media screen and (max-width:1366px){
    .form-group {
        margin-bottom: 6vh;
    }
    .contact-det-row {
        display: flex;
        justify-content: space-between;
        margin: 5vh 0 5vh;
    }
}
@media screen and (max-width:1024px){
    .param-num {
        font-size: 6.2vh;
    }
    .param-name{
        font-size: 2vh;
    }
    .param-col {
        display: inline-block;
        margin: 0 0.5vw;
        padding: 0 0.5vw;
    }
    .param-num{
        font-size: 5.5vh;
    }
    .param-name{
        font-size: 1.7vh;
    }
    .header-right a{
        font-size: 16px;
    }
}

@media screen and (max-width:991px){
    .flip-clock-wrapper ul {
        height: 197px;
        width: 133px;
    }
    .flip-clock-wrapper ul li a div div.inn {
        font-size: 155px;
    }
    .flip-clock-wrapper ul li {
        line-height: 185px;
    }
    .param-num {
        font-size: 55px;
    }
    .param-name {
        font-size: 14px;
    }
    .param-col {
        margin: 0 5px;
        padding: 0 5px;
    }
    .param-num::after {
        font-size: 46px;
        right: -18px;
    }
    .clock-wrap::before {
        font-size: 185px;
        left: 50%;
        top: -130px;
        color: #000;
        opacity: 1;
        z-index: -1;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        opacity: 0.1;
}
    .clock-wrap::after {
        font-size: 185px;
        left: 50%;
        right: auto;
        top: 40%;
        color: #000;
        opacity: 1;
        z-index: -1;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        opacity: 0.1;
}
    .param-name{
        margin-top: 3px;
    }
    .second-holder {
        margin-top: 15px;
    }
    footer {
        margin-left: -138px;
    }
    .header-right a{
        display: none;
    }
    .contact-sec{
        width: auto;
        left: 0;
        right: 0px;
    }
    .contact-det-row a {
        font-size: 16px;
    }
    .contact-det-row a i {
        font-size: 19px;
        margin-right: 5px;
    }
    .header-right{
        margin-top: 0;
    }
    .seconds-txt {
        font-size: 21px;
        letter-spacing: 19px;
    }
    .seconds-txt > span {
        margin-left: 19px;
    }

}

@media screen and (max-width:767px){
    body,html{
        overflow-y: auto;
    }
    .contact-det-row {
        flex-direction: column;
    }
    .contact-det-row a {
        margin-bottom: 10px;
    }
    .contact-sec {
        padding: 30px;
    }
    .contact-sec form {
        margin-top: 40px;
    }
    .form-group {
        margin-bottom: 30px;
    }
    .form-group label {
        font-size: 16px;
    }
    form input:focus ~ label, .form-group.focued label {
        font-size: 15px;
        top: -15px;
    }
    form input {
        font-size: 18px;
        margin-top: 10px;
        padding-bottom: 10px;
    }
    form input[type="submit"] {
        font-size: 17px;
        padding: 13px 25px;
    }
    .form-bottom{
        margin-top: 30px;
    }
    .contact-sec > p {
        font-size: 16px;
    }
    .contact-sec h2 {
        margin-bottom: 5px;
    }
    .contact-sec{
        overflow-y: auto;
    }
    .socials li a{
        font-size: 35px !important;
        height: 35px !important;
        background-size: 35px;
    }
    .socials li a:hover{
        background-position: 0 -35px !important;
    }
    .socials li{
        margin-right: 15px;
    }
    .menu-ico {
        margin-left: 0;
    }
    header,.contact-sec {
        padding: 20px;
    }
    footer {
        left: 0;
        margin-left: 0;
        padding: 0 20px;
        width: auto;
    }
    footer h2 {
        font-size: 24px;
    }
    footer p {
        font-size: 15px;
    }
    footer {
        left: 0;
        margin: 30px auto 50px;
        max-width: 280px;
        padding: 0;
    }
    .count-down-main {
        margin-top: 140px;
    }
    .main-data{
        top: 0;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .param-num{
        height: auto;
    }
    footer p{
        max-width: unset;
    }
    .clock-wrap::before {
        font-size: 30vw;
        top: -15vw;
    }
    .clock-wrap::after {
        top: 16vw;
        font-size: 170px;
    }
        
    header {
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 3;
    }
    .header-shadow{
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    }
    footer h2{
        font-size: 20px;
    }
    footer p{
        font-size: 14px;
    }
    .socials {
        padding: 0;
        margin: 0 0 30px 0;
    }
    .param-name {
        letter-spacing: 4.2px;
        font-size: 15px;
        margin-top: 10px;
    }
    .success {
        display: block;
        left: 0;
    }
}

@media screen and (max-height:900px){
    .contact-sec form {
        margin-top: 5.55vh;
    }
    .form-group {
        margin-bottom: 5vh;
        position: relative;
    }
}
@media screen and (max-height:800px){
    .contact-sec form {
        margin-top: 4vh;
    }
    .form-group {
        margin-bottom:6vh;
        position: relative;
    }
}

@media screen and (max-height:800px){
    .socials li a{
        width: 40px;
        height: 40px;
    }
    .socials li a:hover{
        background-position: 0 -40px;
    }
}
@media screen and (max-height:682px){
    header{
        background-color: #fff;
        color: #000;
    }
    .logo img.for-desc{
        display: none;
    }
    .logo img.for-mob{
        display: inline-block;
    }
    [COLOR="WHITE"] header .menu-ico *, [COLOR="WHITE"] header .menu-ico span::before, [COLOR="WHITE"] header .menu-ico span::after{
        background-color: #000
    }
    [COLOR="WHITE"] header .menu-ico.open *{
        background-color: transparent;
    }
}