    * {
  padding: 0;
  margin: 0 auto;
}

body, html {
  max-width:100%;
  overflow-x: hidden;
}


@font-face {
    font-family: 'twcent';
    src: url('../fonts/TwCenMT-Regular.eot');
    src: url('../fonts/TwCenMT-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TwCenMT-Regular.woff2') format('woff2'),
        url('../fonts/TwCenMT-Regular.woff') format('woff'),
        url('../fonts/TwCenMT-Regular.ttf') format('truetype'),
        url('../fonts/TwCenMT-Regular.svg#TwCenMT-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'twcent-b';
    src: url('../fonts/TwCenMT-Bold.eot');
    src: url('../fonts/TwCenMT-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TwCenMT-Bold.woff2') format('woff2'),
        url('../fonts/TwCenMT-Bold.woff') format('woff'),
        url('../fonts/TwCenMT-Bold.ttf') format('truetype'),
        url('../fonts/TwCenMT-Bold.svg#TwCenMT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futurabook';
    src: url('../fonts/FuturaPT-Book.eot');
    src: url('../fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Book.woff2') format('woff2'),
        url('../fonts/FuturaPT-Book.woff') format('woff'),
        url('../fonts/FuturaPT-Book.ttf') format('truetype'),
        url('../fonts/FuturaPT-Book.svg#FuturaPT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaPT-Medium.eot');
    src: url('../fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Medium.woff2') format('woff2'),
        url('../fonts/FuturaPT-Medium.woff') format('woff'),
        url('../fonts/FuturaPT-Medium.ttf') format('truetype'),
        url('../fonts/FuturaPT-Medium.svg#FuturaPT-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Billy';
    src: url('../fonts/BillyOhio.eot');
    src: url('../fonts/BillyOhio.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BillyOhio.woff2') format('woff2'),
        url('../fonts/BillyOhio.woff') format('woff'),
        url('../fonts/BillyOhio.ttf') format('truetype'),
        url('../fonts/BillyOhio.svg#BillyOhio') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ahganirya';
    src: url('../fonts/Ahganirya.eot');
    src: url('../fonts/Ahganirya.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ahganirya.woff2') format('woff2'),
        url('../fonts/Ahganirya.woff') format('woff'),
        url('../fonts/Ahganirya.ttf') format('truetype'),
        url('../fonts/Ahganirya.svg#Ahganirya-PersonalUse') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ahganirya-personal';
    src: url('../fonts/Ahganirya-PersonalUse.eot');
    src: url('../fonts/Ahganirya-PersonalUse.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ahganirya-PersonalUse.woff2') format('woff2'),
        url('../fonts/Ahganirya-PersonalUse.woff') format('woff'),
        url('../fonts/Ahganirya-PersonalUse.ttf') format('truetype'),
        url('../fonts/Ahganirya-PersonalUse.svg#Ahganirya-PersonalUse') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Didot';
    src: url('../fonts/Didot.eot');
    src: url('../fonts/Didot.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Didot.woff2') format('woff2'),
        url('../fonts/Didot.woff') format('woff'),
        url('../fonts/Didot.ttf') format('truetype'),
        url('../fonts/Didot.svg#Didot') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





a:hover,
a:focus,
a:focus-visible {
  text-decoration: none;
  outline: none;
}

body {
font-family: 'twcent';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Futura' !important ; 
  color: #000000;
  margin-bottom:15px;
}

@-webkit-keyframes b {
  0% {
    transform-origin: 50% 100%;
    transform: scaleY(1);
  }
  50% {
    transform-origin: 50% 100%;
    transform: scaleY(0);
  }
  50.0001% {
    transform-origin: 50% 0;
    transform: scaleY(0);
  }
  to {
    transform-origin: 50% 0;
    transform: scaleY(1);
  }
}
@keyframes b {
  0% {
    transform-origin: 50% 100%;
    transform: scaleY(1);
  }
  50% {
    transform-origin: 50% 100%;
    transform: scaleY(0);
  }
  50.0001% {
    transform-origin: 50% 0;
    transform: scaleY(0);
  }
  to {
    transform-origin: 50% 0;
    transform: scaleY(1);
  }
}
p {
  font-size: 16px;
  line-height: 22px;
  color: #494949;
}
p:nth-last-child(1){ margin-bottom:0;}
.dsk_img{display:block;}
.mob_img{display:none;}

nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  transition: all ease-in-out 0.5s;
  background: #F37421;
  display:flex;
  border-bottom:1px solid #00000061;
  
}


nav .navbar {
  padding: 12px 0px;
}
nav img {
  width: 130px;
}
nav .logoblack {
  display: none;
}
nav .navbar-nav {
  margin-right: 0;
}
nav .navbar-nav .nav-item {
  margin:0px 15px;
  position:relative;
}
nav .navbar-nav .nav-item span {
    position: absolute;
    right: -16px;
    top: -12px;
    background: black;
    width: 0.5px;
    height: 62px;
}
nav .navbar-nav .nav-link {
  color: #000000;
  font-size: 15px;
  opacity:0.8;
  transition:all 0.5s ease 0s;
  position:relative;
  padding-left:0px !important;
  padding-right:0px !important;
  font-family:'twcent-b';
}

nav .navbar-nav .nav-link::after {
    content:'';
    position:absolute;
    left:0px;
    bottom:0px;
    width:0px;
    background:#000;
    height:1px;
    transition:all 0.5s ease 0s;
}

nav .navbar-brand {
    position:relative;
    top:25px;
    transition:all 0.5s ease 0s;
    background:#F37421;
    padding:0 20px;
    
}

nav .navbar-brand::before {
    position:absolute;
    content:'';
    left:0;
    top:30px;
    background:#00000061;
    width:2px;
    height:14px;
}

nav .navbar-brand::after {
    position:absolute;
    content:'';
    right:0;
    top:30px;
    background:#00000061;
    width:2px;
    height:14px;
}

nav .navbar-nav .nav-link:hover {
    opacity:1;
}

nav .navbar-nav .nav-link:hover::after {
    width:100%;
}

nav.south_nav {
  -webkit-animation: navbar-animation 0.6s;
  animation: navbar-animation 0.6s;
  background:#f37421;
  -webkit-transform:translateY(0px);
      -ms-transform:translateY(0px);
          transform:translateY(0px);
}


/*nav.south_nav .navbar-brand path {*/
/*    fill:#fff;*/
/*}*/

/*nav.south_nav .nav-link {*/
/*    color:#fff;*/
/*}*/

/*nav.south_nav .nav-link::after {*/
/*    background:#fff;*/
/*}*/

.navbar-brand svg {
    transition:all 0.5s ease 0s;
}

nav.south_nav .navbar-brand {
    background:transparent;
    top:5px;
}

nav.south_nav .navbar-brand svg{
    padding:8px;
}

nav.south_nav .navbar-brand::before,
nav.south_nav .navbar-brand::after{
    opacity:0;
}


@-webkit-keyframes navbar-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes navbar-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.hamburger .line {
  width: 30px;
  height: 2px;
  background-color: #000;
  display: block;
  margin: 6px auto;
  transition: all 0.3s ease-in-out;
}

#hamburger-11 {
  outline: none !important;
  transition: all 0.3s ease-in-out;
}

#hamburger-11.is-active {
  -webkit-animation: smallbig 0.6s forwards;
          animation: smallbig 0.6s forwards;
}

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

@keyframes smallbig {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
}
#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2),
#hamburger-11.is-active .line:nth-child(3) {
  transition-delay: 0.2s;
}

#hamburger-11.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-11.is-active .line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

#hamburger-11.is-active .line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}/*# sourceMappingURL=style.css.map */


.pad80 {
  padding: 80px 0;
}

.padt80 {
  padding-top: 80px;
}

.padb80 {
  padding-bottom: 80px;
}

.span {
  color: #10100f;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: block;
}


.h2 {
  font-family: 'Didot' !important;
  font-size: 63px;
  margin-bottom: 20px;
  line-height:1;
  

}

.h2 span {
    display:block;
    color:#128DD8;
}

h4{
    font-size:20px;
}

h4 span {
    color:#23BA97;
}

.largetext {
    font-family: 'Billy' !important;
    font-size: 30vw;
    line-height: 1;
    white-space: nowrap;
}


.btn_n {
    position:relative;
    display:inline-block;
    transition:all 0.3s ease 0s;

}

.btn_n a {
    background:#f37421;
    color:#fff;
    display:inline-block;
    font-size:14px;
    position:relative;
    transition:all 0.3s ease 0s;
    font-weight:bold;
    font-size:16px;
    letter-spacing:2px;
    
}

.btn_n a span {
    position:relative;
    z-index:1;
    padding:15px 40px;
    display:block;
}

.btn_n a::before {
    position:absolute;
    left:0px;
    bottom:0px;
    width:100%;
    content:'';
    height:0;
    background:#ff9d5d;
    transition:all 0.3s ease 0s;
}

.btn_n a:hover::before {
    height:100%;
}

.btn_n a:hover {
    color:#000;
}

.black {
    color:#000;
}

.blackbg {
    background:#000;
}

.grey {
    background:#EDEDED;
}


.banner {
    background:#F37421;
    height:100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    flex-direction:column;
    overflow:hidden;
}

.banner .h2 {
    margin-top: 14%;
    margin-bottom: 0px;
    color: #fff;
    text-align:center;
}

.banner .largetext {
    margin-top: -10px;
    color: #fff;
    transform: rotate(-6deg);
    font-size: 31vw;
    margin-left:-20px;
}

.bannerlogo {
    position:absolute;
    transform:scale(2);
    z-index:1;
    transition:all 0.5s ease 0s;
}

.bn-grpc {
    position:absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform:translateY(-44%);
    -webkit-transform:translateY(-44%); 
    height:70%;
    transition:all 0.5s eas 0s;
    animation:maingraphic ;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-delay: 1s;
}

/*.banner.animated .bn-grpc {*/
/*    transform:translateY(-50%) scale(1); */
/*}*/

@keyframes maingraphic {
        from {
            height:0;
            /*transform:translateY(-50%) scale(0.6);*/
            opacity:0;
        }

        to {
            height:75%;
            /*transform:translateY(-50%) scale(1);*/
            opacity:1;
        }
    }




.about {
    height:100vh;
    position:relative;
}

div#about::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #00000047;
    position: absolute;
    top: 0;
}

.success .h2 {
    position:relative;
    color:#fff;
    text-align:center;
    z-index:1;
}

.success .largetext {
    color: #F37421;
    position: relative;
    top: -120px;
    margin-bottom:-90px;
    font-size:31vw;
}

.success h4 {
    color:#fff;
    text-align:center;
}


.revolutory .h2 {
    color:#fff;
    text-align:center;
}

.revolutory .largetext {
    color: #fff;
    font-size: 26.5vw;
    transform: rotate(-8deg);
    
}

.distance {
    overflow: hidden;
    height: 100%;
    display: flex;
    /* background: black; */
    flex-direction: column;
    justify-content: space-between;
}

.distance li {
    font-size:20px;
    text-align:center;
    list-style:none;
    margin-bottom:12px;
}

.distance .largetext {
    font-size: 21.4vw;
    color: #F37421;
    transform: rotate(-10deg);
}

.school .largetext {
    font-size:12vw;
    margin:0px;
}
.school .largetext .break2 {
    margin-left: 43%;
    top: -9%;
    position: relative;
}

.landmarks .largetext {
    font-size:16.4vw;
    margin:0px;
}

.dreamer {
    background:#000 url(../images/dreamer-bg.webp) no-repeat center top / cover;
}
.dreamer .h2 {
    color:#fff;
    text-align:center;
    margin-bottom:-150px;
    position:relative;
    z-index:2;
}
.dreamer .largetext {
    font-size:40vw;
    color:#fff;
    transform: rotate(-8deg);
    position:relative;
    z-index:1;
}

.dr_circle {
    background:#1c1c1c;
    width: 87px;
    height: 87px;
    border: 1px solid #F37421;
    margin: 0px;
    padding: 15px;
    border-radius:50%;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    top:-50px;
    transition:all 1s ease 0s;
}
.dr_circle img {
    width:90%;
    height:90%;
}

.dr_box {
    background: #1C1C1C;
    padding: 80px 30px 30px 30px;
    position: relative;
    min-height: 250px;
}

.dr_box p {
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    position:relative;
    z-index:2;
}

.dreamer {
    position:relative;
}

.dreamer::after {
    content:'';
    position:absolute;
    background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6391806722689075) 78%, rgba(0,0,0,0) 100%);
    width:100%;
    height:70%;
    bottom:0;
}
.dreamer ul {
    /*display:flex;*/
    /*justify-content:space-between;*/
    position:relative;
    z-index:1;
}

.dreamer li {
    margin:0px 4px;
    /*width:24.7%;*/
}

.dreamer li:hover .dr_circle {
    background:#fff;
    border:1px solid transparent;
}

.cr_slide .slick-list {
    padding-top:50px;
}

.slick-dots li {
    width:10px !important;
    height:10px !important;
}

.slick-dots li button {
    background:#424141 !important;
    width:10px !important;
    height:10px !important;
    border-radius:50%;
}

.slick-dots li.slick-active button {
    background:#f37421 !important;
}

.slick-dots li button:before {
    display:none;
}

.blackthumb {
    position:absolute;
    right:0;
    bottom:0;
    height:225px;
}

.revolutory1 {
    position:relative;
}

.revolutory1::after {
    content:'';
    position:absolute;
    background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6391806722689075) 78%, rgba(0,0,0,0) 100%);
    width:100%;
    height:70%;
    bottom:0;
}

.revolutory1 .h2 {
    text-align:center;
    color:#fff;
    margin-bottom:-50px;
}

.revolutory1 .largetext {
    color: #fff;
    font-size: 42vw;
    transform: rotate(-8deg);
}

.gallery_container {
    display:flex;
    width:auto;
    position:relative;
    z-index:1;
}

.gallery_large img {
    width:850px;
}

.gallery_small img {
    width:495px;
}

.item_g {
    position:relative;
    margin-right:15px;
}

.item_g img {
    min-height:80vh;
    object-fit:cover
}

.item_g .btn_n {
    position: absolute;
    bottom: 30px;
    width: 80%;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
}

.item_g .btn_n a {
    display:block;
    background:#f37421;
}

.item_g .btn_n a span {
    padding:11px 40px;
}


.revolutory_gallery_wrap {
    position:relative;
    background:#000;
}

/*.revolutory_gallery_wrap::after {*/
/*    content:'';*/
/*    position:absolute;*/
/*    background: rgb(0,0,0);*/
/*background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6391806722689075) 78%, rgba(0,0,0,0) 100%);*/
/*    width:100%;*/
/*    height:70%;*/
/*    bottom:0;*/
/*}*/

.revolutory_gallery_wrap .h2 {
    text-align:center;
    color:#fff;
    margin-bottom:-50px;
}

.revolutory_gallery_wrap .largetext {
    color: #fff;
    font-size: 42vw;
    transform: rotate(-8deg);
}

.gallery_container_wrap {
    display:flex;
    width:auto;
    z-index:1;
    padding-top:80px;
}

.item_gal {
    position:relative;
    margin-right:15px;
}

.item_gal img {
    width:auto;
    min-height:80vh;
    height:80vh;
    object-fit:cover
}

.item_gal .btn_n {
    position: absolute;
    bottom: 30px;
    width: 300px;
    z-index: 1;
    left: 0;
    text-align: center;
}

.item_gal .btn_n a {
    display:block;
    background:#f37421;
}

.item_gal .btn_n a span {
    padding:11px 40px;
}


.about h2, .about p {
    color:#fff;
}

.about p {
    font-size:20px;
}

.h2.mr-l {
    margin-bottom:50px;
}

.cn_image {
    overflow:hidden;
}

.cn_image img {
    filter: grayscale(100%);
}

.cn_box:hover .cn_image img {
    filter: grayscale(0);
}

.cn_box {
    position:relative;
}

.cn_box .cn_image img {
    transition:all 1s ease 0s;
}

.cn_content {
    text-align:center;
    background:#EDEDED;
    border-bottom:4px solid #000;
    padding:30px;
    min-height:215px;
    
}

.gr_bx {
    position:absolute;
    left:0;
    right:0;
    top:50%;
    height:90%;
    transform:translateY(-50%) scale(0.8) ;
    z-index:1;
    transition:all 0.5s ease 0s;
}



.cn_content h5, .cn_content p, .cn_content ul {
    position:relative;
    z-index:2;
}

.cn_content ul {
    margin-bottom:0px;
}

.cn_content li {
    list-style:none;
}

.project {
    overflow:hidden;
}

.contact .largetext {
    color:#fff;
    transform:rotate(-6deg);
}


.highlights h5 {
    font-family:'twcent' !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.highlights .row .col-lg-4:first-child, .highlights .row .col-lg-4:nth-child(4), .highlights .row .col-lg-4:nth-child(7)  {
    margin-bottom:40px;
}

.highlights h5 img {
    margin:0px;
    transform:scale(0.8);
    transition:all 0.5s ease 1s;
    max-height:60px;
}

.line {
    background:#000;
    width:100%;
    height:4px;
    width:0px;
    margin:0;
    transition:all 1s ease 0.5s;
}

.animate_boxx.active .line {
    width:100%;
}

.animate_boxx.active h5 img {
    transform:scale(1);
}

.color1 {
    background:#FF1C72;
}
.color2 {
    background:#C49A74;
}
.color3 {
    background:#FFBC00;
}
.color4 {
    background:#884FFF;
}
.color5 {
    background:#FF5800;
}
.color6 {
    background:#17C8FF;
}

.hidetext {
    overflow: hidden;
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}



.slide-up {overflow:hidden;animation: slide-up 1s cubic-bezier(0.65, 0, 0.35, 1) both; -webkit-animation: slide-up 1s cubic-bezier(0.65, 0, 0.35, 1) both;}
@-webkit-keyframes slide-up {0% {transform: translateY(100px); opacity:0;} 100% {transform: translateY(0); opacity:1;}}
@keyframes slide-up {0% {transform: translateY(100px); opacity:0;}100% {transform: translateY(0); opacity:1;}}


@keyframes fadeInUp2 {
        from {
        }

        to {
            opacity: 1
        }
    }

    @-webkit-keyframes fadeInUp2 {
        from {
        }

        to {
            opacity: 1
        }
}

.modal-header {
    margin:0px;
    text-align:center;
}

.modal-body {
    padding: 0;
    margin: 0;
    padding: 30px 30px;
}


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

.modal-content h4 {

    text-transform:uppercase;
    
}

.modal-header .close {
    padding: 0;
    margin: 0;
    background: #000;
    width: 40px;
    height: 40px;
    opacity: 1;
    position: absolute;
    right: 0px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:all 0.5s ease 0s;
}

.modal-header .close:hover {
    background:#000;
}

.modal-header .close img {
    width:20px;
}

.modal-header .close:focus {
    outline:none;
}

.modal-open {
    padding:0 !important;
}

.modal-content .form-control {
    background:#EDEDED;
    border:0px;
    border-radius:0px;
    padding:15px 20px;
}

.modal-content .form-control:focus {
    outline:none;
    box-shadow:none;
}

.modal-footer {
    border:0px;
    padding:0px;
}

.modal-footer .btn_n, .modal-footer .btn_n a {
    width:100%;
    border:0px;
}

.contact_form button {
    border:0px;
    text-transform:uppercase;
    width:100%;
}

.contact_form button a {
    display:block;
}

.contact_form .form-control {
    color:#b9b7b7;
    border:0px;
    background:#3A3A3A;
    padding:16px 40px;
    border-radius:0px;
}

.contact_form1 .form-control {
    background:#f0f0f0;
    padding:12px 20px;
}

.contact_form .form-control:focus {
    box-shadow:none;
    outline:none;
}



.contact_form .form-control::placeholder {
    color:#b9b7b7;
}

.contact p a {
    color:#000;
}

form#contactForm {
    margin-top: 130px;
}

footer {
    background:#3a3a3a;
    padding:40px 0 !important;
}

footer h6 {
    color:#fff;
    font-size:16px;
    font-family:'Gothic720 BT' !important;
    margin-bottom:10px;
}

footer p {
    font-size:12px;
    color:#d0cece;
    line-height:15px;
    margin:0px;
}

/*form Right*/

.form-right {
    position:fixed;
    top:20%;
    right:0;
    background:#000;
    padding:60px 50px;
    border-right:10px solid #128DD8;
    width:500px;
    transform:translateX(115%);
    transition: transform 1.125s cubic-bezier(0.39, 1.52, 0.46, 0.92);
    z-index:2;
    
}

.form-right h4 {
    font-size:25px;
    color:#fff;
    text-transform:uppercase;
}

.form-right .form-control {
    background:none;
    padding:10px 0px;
    border-bottom:1px solid
}


.close_fm {
    width:50px;
    height:50px;
    position:absolute;
    left:-50px;
    top:0px;
    background:#128DD8;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}

.form-right.open {
    transform:translateX(0);
}

.form-right .btn_n a::before {
    background:#fff;
}
.form-right .btn_n a:hover{
    color:#000;
}

.form-right .form-control {
    color:#ccc;
}


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
@-webkit-keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(40px);
      transform: translateY(40px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
      transform: translateY(40px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }

.pno {
    color:#000 !important;
}

#get_in_touch_form_btn:disabled,
#get_in_touch_form_btn:disabled a {
    cursor: not-allowed;
}

#contact_form_btn:disabled,
#contact_form_btn:disabled a {
    cursor: not-allowed;
}

#contact .form-group {
    margin-bottom:25px;
}

label.error {
    color:red;
    font-size:12px;
    margin-top:5px;
}

.web_loader {
    background: #000;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top:0;
}

.web_loader .h2 {
    color: #fff;
    font-size: 130px;
    margin-bottom: -60px;
    position: relative;
    z-index: 2;
}

.web_loader .largetext {
    color: #F26F23;
    line-height: 0.3;
    position:relative;
    z-index:1;
}

.imagescale {
    height:100%;
    overflow:hidden;
}

.imagescale img {
    transition:all 0.5s ease 0s;
    height:100%;
    object-fit:cover
}

.imagescale:hover img {
    transform:scale(1.3);
}

.blogloader{display:none;}
.lodarepos{position:fixed; width:100vw; height:100vh; display:flex; align-items:center; justify-content:center; background:rgba(0,0,0,0.8); background: rgba(0,0,0,0.9); z-index: 9999; top: 0; left: 0%;}
.loader {
    width: 100px;
    height:100px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
    display:flex;
  }
  .loader::before , .loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 4px solid #878787;
    animation: prixClipFix 2s linear infinite ;
  }
  .loader::after{
    border-color: #878787;
    animation: prixClipFix 2s linear infinite , rotate 0.5s linear infinite reverse;
    inset: 4px;
  }

  @keyframes rotate {
    0%   {transform: rotate(0deg)}
    100%   {transform: rotate(360deg)}
  }

  @keyframes prixClipFix {
      0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
      25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
      50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
      75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
      100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
  }
  
 
.rt_en {position:fixed; right:-56px; top:60%; z-index:2; transform:rotate(270deg); cursor:pointer}
.rt_en a {padding:6px 30px; background:#000; display:block; }

.phone_n {top:48%; right:-68px;}
.phone_n a{color:#fff; background:#000;}
.phone_n i {display:none;}

