*{ margin:0; padding:0; box-sizing: border-box;}
:root {font-size: 16px; scroll-behavior: unset;}
html {scroll-behavior: unset;}

@font-face {
    font-family: 'Americana BT';
    src: url("../fonts/index.html");
    src: url("../fonts/AmericanaBT-Romand41d.eot?#iefix") format("embedded-opentype"), url("../fonts/AmericanaBT-Roman.woff") format("woff"), url("../fonts/AmericanaBT-Roman.ttf") format("truetype"), url("../fonts/AmericanaBT-Roman.svg#Montserrat-Thin") format("svg");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
      font-family: 'Cera Pro';
      src: url('../fonts/CeraPro-Medium.eot');
      src: url('../fonts/CeraPro-Mediumd41d.eot?#iefix') format('embedded-opentype'),
          url('../fonts/CeraPro-Medium.woff') format('woff'),
          url('../fonts/CeraPro-Medium.ttf') format('truetype'),
          url('../fonts/CeraPro-Medium.svg#CeraPro-Medium') format('svg');
      font-weight: 500;
      font-style: normal;
      font-display: swap;
  }
  
  @font-face {
      font-family: 'Cera Pro';
      src: url('../fonts/CeraPro-Regular.eot');
      src: url('../fonts/CeraPro-Regulard41d.eot?#iefix') format('embedded-opentype'),
          url('../fonts/CeraPro-Regular.woff') format('woff'),
          url('../fonts/CeraPro-Regular.ttf') format('truetype'),
          url('../fonts/CeraPro-Regular.svg#CeraPro-Regular') format('svg');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
  }

body {font-family: 'Americana BT'; background:#000; position: relative;height:100%; width:100%; overflow-x: hidden; /*position:fixed; top:0; right:0; bottom:0; left:0;*/ }
#mainscroll{ background:#000; }
.scroller_main {
  height: 100%;
}
.text_caption{opacity:0; transition:all 1s ease;}
.opshw{opacity:1;}
.media_heading{width:100%; text-align:center; color:#fff; font-size:35px;}

h1,h2,h3,h4,h5,h6{ color:#fff; margin:0; font-family: 'Americana BT'; line-height:1.6; font-weight:normal;}
p{line-height:1.6; margin-bottom: 1rem; color:#fff; overflow:hidden;}
p:nth-last-child(1){ margin-bottom:0;}
img{max-width:100%; object-fit:cover; object-position:center}
ul{list-style:none;}
a{ text-decoration :none;}
a:hover{text-decoration :none;}

.prelative{ position: relative;}
.animated{visibility: visible; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -ms-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -ms-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; -webkit-animation-play-state: running; -moz-animation-play-state: running; -ms-animation-play-state: running; -o-animation-play-state: running; animation-play-state: running;}
@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
@-webkit-keyframes fadeUp {0% {-webkit-transform: translateY(100px);opacity: 0;}100% {-webkit-transform: translateY(0);opacity: 1;}}@-moz-keyframes fadeUp {0% {-moz-transform: translateY(100px);opacity: 0;}100% {-moz-transform: translateY(0); opacity: 1; }}@keyframes fadeUp {0% {transform: translateY(100px); opacity: 0; } 100% {transform: translateY(0); opacity: 1;}}
.animate__fadeUp{-webkit-animation-name:fadeUp;animation-name:fadeUp; transform: translateY(0);}


header.fixed{position:fixed !important; -webkit-animation:navbar-animation .6s;animation:navbar-animation .6s;}
@-webkit-keyframes navbar-animation{0%{opacity:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}
@keyframes navbar-animation{0%{opacity:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}
@-webkit-keyframes dropdown-animation{0%{-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0)}75%{-webkit-transform:scaleY(1.1);-ms-transform:scaleY(1.1);transform:scaleY(1.1)}100%{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}}
@keyframes dropdown-animation{0%{-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0)}75%{-webkit-transform:scaleY(1.1);-ms-transform:scaleY(1.1);transform:scaleY(1.1)}100%{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}}
.slide-down {-webkit-animation: slide-down 1s cubic-bezier(0.65, 0, 0.35, 1) both; animation: slide-down 1s cubic-bezier(0.65, 0, 0.35, 1) both;}
@-webkit-keyframes slide-down {0% {transform: translateY(-100px);}100% {transform: translateY(0);}}
@keyframes slide-down {0% {transform: translateY(-100px);}100% {transform: translateY(0);}}
.slideup {top: -135px;}
.slideshow{ top:0 !important}

header{width: 100%; height: 70px; position: absolute; top: 0; left: 0; z-index: 9999; transition: all 0.85s ease;  background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.logo{ width: 100%; text-align: center; padding-top: 4px;}
.logo a{display: inline-block;}
.logo img{ width:135px;}


.pos_first_option{ display:none;}
.dnone{display:none;}
.logo-ganga {position: absolute; top: 25px; right: 0; left: 0; z-index: 5;}
.logo-ganga img{width:142px;}
.mc_text-35 span{font-size: 66px; font-family: 'Americana BT';}
.mc_text-35 {font-size: 35px;}

.mx_width5{max-width:560px;}
.mx_width8{max-width:800px;}
article,.bottom_scroll{ margin-bottom:659px;}
.desktop_vd{display:block;}   
.mobile_vd{display:none;}
.desktopshow{display:block;}   
.mobileshow{display:none !important;}
.pad100{ padding: 100px 0;}
.pad50{ padding: 50px 0;}
.pad80{ padding: 100px 0 40px;}
.hdtext{ font-size:35px; color:#fff; margin-bottom:20px; text-align:center; width:100%; margin:0 auto;line-height:1.6;}
.hdtext br{display:none;}

.hdtextbr{ font-size:35px; color:#fff; margin-bottom:20px; text-align:center; width:100%; margin:0 auto;line-height:1.6;}
.hdtextbr br{display:block;}
.pdtop30{ padding-top:20px;}
.pdtop50{ padding-top:30px;}

.centerlogo{ width: 100%; height:100vh; background:#000; display: flex; align-items: center; justify-content: center; position:absolute; top:0px; z-index:10; transition:all 0.85s ease;}
.centerlogo a{display: inline-block;}
.centerlogo img {max-width: 241px; margin-top:-50px;}

.icons{position: fixed; bottom: 0px;left: 0;right: 0;margin: auto;z-index: 99999999;transition: all 0.2s ease-in-out;}
 /*.icons_inner {width: 14px;height: 100%;border-radius: 100%;margin: auto;display: flex;flex-direction: column;justify-content: center;margin-right: 0;}*/
.headerdiv {background: #000;height: 99%;border-radius: unset;transition: all 0.2s ease-in-out;}
.header {position:fixed; right:18px; top:50%; transform: translateY(-50%); display: flex; background: black; width:20px; height: auto; padding: 12px; border-radius: 15px; justify-content: center;     align-items: center; border: solid 5px #3b3b3b; opacity: 0; transition:all 0.85s ease; visibility: hidden;}
.header.headerdivinner{position: absolute;bottom: 10px; width: 60px; height:60px; border-radius:50%;}
.header.headerdivinner .icons_inner{ transition:all 0.85s ease;}
.menu{color: #fff;font-size: 18px;display: flex;align-items: center;justify-content: center;font-weight: normal;}
.menupointer{display: none;}
.menupointer ul{ padding:0; margin:0;}
.menupointer ul li a {width: 100%; display: inline-block; padding: 22px 20px; color: #8c8c8c; font-size: 16px; line-height: 16px;  font-weight: normal; border-bottom: 1px solid #ffffff4f; text-align: center; transition: all ease-in-out 0.5s; text-transform: uppercase;}
.menupointer ul li a:hover{color:#fff;}
.opt{opacity:1; z-index: 9; visibility: visible;}
#crossimg{transition:all 0.85s ease;}
.textpaira{ color:#fff; width:100%; padding:0px; text-align: center; font-size: 18px; line-height: normal;}
.scroll-downs{position:absolute; bottom:12%;left:50%; z-index:22; transform: translateX(-50%); margin:auto;width:100px;height:80px; display: flex; flex-direction: column; align-items: center; cursor:pointer;}
.scroll-downs a{display:flex; flex-direction: column; align-items: center;}
.mousey{width:3px;padding:5px 10px;height:30px;border:2px solid #fff;border-radius:25px;opacity:.75;box-sizing:content-box; display: flex; align-items: center; justify-content: center; margin-bottom: 10px;}
.scroller{width:3px;height:10px;border-radius:25%;background-color:#fff;animation-name:scroll;animation-duration:2.2s;animation-timing-function:cubic-bezier(.15,.41,.69,.94);animation-iteration-count:infinite;}
@keyframes scroll{0%{opacity:0}10%{transform:translateY(0);opacity:1}100%{transform:translateY(15px);opacity:0}}
@-webkit-keyframes scroll{0%{opacity:0}10%{transform:translateY(0);opacity:1}100%{transform:translateY(15px);opacity:0}}
.scroll-downs span{width: 80px; font-size: 11px; color: #fff; display: flex; align-items: center; justify-content: center; opacity:0; transition:all 0.85s ease;}
.scroll-downs:hover span{opacity:1;}

.icons.d-flex.justify-content-center.headerdiv img {width: 13px;}
.icons img {transition: none !important; width: 20px;}
.nav {display: flex; justify-content: flex-end;}
/*.menu {display: block; position: fixed; bottom: unset;background: black; color: #fff; z-index: 9; top:50%; transform: translateY(-50%); right: 18px; left: unset; margin: auto; display: flex; align-items: center; cursor: pointer;}*/
.menu span{word-break: break-all; line-height: 1.2; text-transform: uppercase; text-align: center; font-size:12px; color: #eee; width: 1em;}
.navigation {position: fixed;min-width:280px;right: 12px; top: 50%; z-index: 8; transform: translate(0%, -50%) scale(0); background: #252525; transform-origin: right; display: flex; align-items: center; flex-direction: column; overflow:hidden; padding:20px; border-radius: 8px;}
.navigation ul{ margin:0; padding:0; width:100%;}
.navigation ul li{text-align: left; transition: all 0.5s ease; transform: translateY(50px); opacity:0; display: block;}
.navigation a{width: auto; display: inline-block; padding:6px; color: #8c8c8c; font-size: 25px; line-height: normal; font-family: 'Americana BT'; font-weight: normal; border-bottom: none; transition:all 0.85s ease;}
.navigation a:hover{color:#fff; padding-left:15px;}
.navigation.open ul li:nth-child(1) {transition-delay: 0.1s; opacity: 1; transform: translateY(0px);}
.navigation.open ul li:nth-child(2) {transition-delay: 0.2s; opacity: 1; transform: translateY(0px);}
.navigation.open ul li:nth-child(3) {transition-delay: 0.3s; opacity: 1; transform: translateY(0px);}
.navigation.open ul li:nth-child(4) {transition-delay: 0.4s; opacity: 1; transform: translateY(0px);}
.navigation.open ul li:nth-child(5) {transition-delay: 0.5s; opacity: 1; transform: translateY(0px);}
.navigation.open ul li:nth-child(6) {transition-delay: 0.6s; opacity: 1; transform: translateY(0px);}
.navigation.open ul li:nth-child(7) {transition-delay: 0.7s; opacity: 1; transform: translateY(0px);}
.navigation.open ul li:nth-child(8) {transition-delay: 0.8s; opacity: 1; transform: translateY(0px);}
.navigation.open ul li:nth-child(9) {transition-delay: 0.9s; opacity: 1; transform: translateY(0px);}

.icons_inner{display:none !important;}
.navigation.open {transform: translate(0% , -50%) scale(1); opacity:1; transition: all 0.5s ease;}

.tathastu_vd_wrap { width:100vw; height:100vh; overflow:hidden; position:relative;}
.tathastu_vd_wrap video{width: 100%; height: 100%; object-fit: cover; object-position: center;}

.text_caption{position: absolute; top: 50%; right: 0; left: 0; transform:translateY(-50%); z-index: 5;}
.text_caption h1{ font-size:66px;}
.text_caption p{ font-size:22px;}

.paira_text{ width:80%; margin:0 auto; height:auto; text-align:center; position:relative;}
.paira_text p{ color:#fff; font-size:35px;}

.fullwrap_video2:before {content: ''; position: absolute; height: 300px; display: block; bottom: -5px; right: 0; left: 0; background: -o-linear-gradient(91deg, rgba(0,0,0,1) 0%, rgba(0,212,255,0.006127450980392135) 85%);   background: linear-gradient(359deg, rgba(0,0,0,1) 000%, rgba(0,212,255,0.006127450980392135) 85%);top: auto; z-index:1;}
.fullwrap_video3:before {content: ''; position: absolute; height: 300px; display: block; bottom: -5px; right: 0; left: 0; background: -o-linear-gradient(91deg, rgba(0,0,0,1) 0%, rgba(0,212,255,0.006127450980392135) 85%);   background: linear-gradient(359deg, rgba(0,0,0,1) 20%, rgba(0,212,255,0.006127450980392135) 100%);top: auto; z-index:1;}
.fullwrap_shadow_bottom:before {content: ''; position: absolute; height: 200px; display: block; bottom: -5px; right: 0; left: 0; background: -o-linear-gradient(91deg, rgba(0,0,0,1) 0%, rgba(0,212,255,0.006127450980392135) 85%);   background: linear-gradient(359deg, rgba(0,0,0,1) 20%, rgba(0,212,255,0.006127450980392135) 80%);top: auto; z-index:1;}
.fullwrap_shadow_bottom_partner:before {content: ''; position: absolute; height: 200px; display: block; bottom: -5px; right: 0; left: 0; background: -o-linear-gradient(91deg, rgba(0,0,0,1) 0%, rgba(0,212,255,0.006127450980392135) 85%);   background: linear-gradient(359deg, rgba(0,0,0,1) 20%, rgba(0,212,255,0.006127450980392135) 80%);top: auto; z-index:1;}

.partnership_wrap{ width:100%; height:100vh; position:relative; overflow:hidden}
/*.part_taths:after{ content:""; width:100%; height:100%; background:rgba(0,0,0,0.4); position:absolute; top:0; left:0; z-index:1;}*/
.partnership_caption{ width:100%; height:100%; display:flex; position:absolute; top:0; left:0; right:0; bottom:0; z-index:3; flex-direction: column; align-items: center; justify-content: center; transition:all 0.8s linear;}
.partnership_caption span{font-size: 18px; padding: 15px 0; color: #fff; line-height: normal; text-transform: uppercase; letter-spacing: 5px;}
.partnership_caption .hdtextbr{padding:100px 0px;}
.pdmb{ padding:50px 0 !important;}
.partnership_wrap .container{ width:80%; max-width:80%;}

.wid_80{ width:95%;}
.logo_wrap { width:100%; position:relative; display:flex;}
.mxwidth9{max-width:900px;}
.mxwidth{max-width:600px;}
.nandakalogo { margin-top:100px;}
.logo_wrap .col-sm-6 { width: 20%; padding: 0;}
.nandakalogo .col-sm-6 { width: 25%; padding: 0;}
.partner_logo {width: 100%; height: 100px; border-bottom: 1px solid transparent; padding: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 0px; border-right: 1px solid #262626;}
.lgridnand .col-sm-6:last-child .partner_logo{border-right:none;}
.partner_logo img{ width:200px; transition:all 0.85s ease;}
.partner_logo:hover img{ transform:translateY(-10px);}
.lgridnand{ margin:0; width:100%; display: flex; align-items: center; justify-content: center;}
.lgridnand :nth-child(1) .partner_logo img{ width:90px;}

.horizontal-scroll-container {position:relative; width: 100%; padding:100px 0;background-color:#000; height:auto; }
.horizontal-scroll {position: static; width: 100%; justify-content: space-between; display: flex; padding-top: 80px;} 
.horizontal-scroll .scroll-child {width:48%;}
.ojfo{ padding-bottom:5px;}
.ojfo br{display:block;}
.formhd{ padding-bottom:5px;}
.formhd br{display:none;}
.pro_grid{ width:100%; background: transparent; height: auto; position: relative; display:flex; justify-content: center; overflow:hidden;}
.pro_grid:after{ content:""; width:100%; height:100%; position:absolute; top:0; bottom:0; left:0; background:rgba(0,0,0,0.3);}
.pro_grid a{display:block;}
.pro_grid img{ width:100%; object-fit:cover; object-position:center; transition: .5s;}
.pro_grid:hover img {transform: scale(1.1);}

.btn_discription{width:95%; position:absolute; bottom:140px; left: 50%; transform: translateX(-50%); z-index:2;}
.btn_discription p{font-size:18px; padding:15px 0 5px; color:#fff; text-align:center; line-height: normal;}
.grid_btn{width:100px; height:100px; opacity:1; transition:all 0.85s ease; background: #fff; border-radius: 100px; box-shadow: 0px 0px 2px 2px #fff inset ; overflow:hidden; position:absolute; bottom:0; left:50%; z-index:7;  transform: translateX(-50%);}
.grid_btn .inbtn{width:100%; height:100%; flex-direction: column; display:flex; justify-content: center; align-items:center; font-size: 14px; text-align: center; line-height: normal; padding-top:5px; color:#000; transition:all 0.85s ease;}
.grid_btn .inbtn span{ display:block; transform: rotate(-50deg); margin-left: 4px; margin-top: 4px;}
.grid_btn .inbtn span i{ font-size:12px; color:#000; transition:all 0.85s ease;}
.horizontal-scroll .scroll-child:hover .grid_btn{ background:#000; box-shadow:none;}
.horizontal-scroll .scroll-child:hover .grid_btn .inbtn{ background:#000; color:#fff; border-color:#000;}
.horizontal-scroll .scroll-child:hover .grid_btn .inbtn span i{ color:#fff;}

.fullwrap_top_vdtop{ width:100%; position:relative;}
.fullwrap_top_vdtop:after {content: ''; position: absolute; height: 150px; display: block; bottom: 0; right: 0; left: 0; top: -3px;  background: rgb(0,0,0); background: -o-linear-gradient(91deg, rgba(0,0,0,1) 000%, rgba(0,212,255,0.006127450980392135) 90%);   background: linear-gradient(180deg, rgba(0,0,0,1) 000%, rgba(0,212,255,0.006127450980392135) 90%);  z-index:1;}

.fullwrap_top_vdtop1{ width:100%; position:relative;}
.fullwrap_top_vdtop1:after {content: ''; position: absolute; height: 200px; display: block; bottom: 0; right: 0; left: 0; top: -3px;  background: rgb(0,0,0); background: -o-linear-gradient(91deg, rgba(0,0,0,1) 000%, rgba(0,212,255,0.006127450980392135) 90%);   background: linear-gradient(180deg, rgba(0,0,0,1) 000%, rgba(0,212,255,0.006127450980392135) 90%);  z-index:1;}


.nandska_logo{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2;}
.nandska_logo img{ width:80px;}
.nandska_logo h3{ font-size:30px; color:#fff;}

.nl_btn{width:100%; position:absolute; bottom:50px; left:50%; transform: translateX(-50%); z-index: 3; transition:all 0.85s ease; min-width: 160px; display: flex; align-items: center; justify-content: center;}
.nl_btn a{display:block; color:#000; background:#fff; width:auto; padding:8px; display:flex; align-items: center; transition:all 0.85s ease; box-shadow: 0px 0px 0px 6px rgba(255,255,255,0.5); justify-content:center; font-size:13px;}
.nl_btn a span{width:30px; height:30px; background:#000; display: flex; align-items: center; justify-content: center; border-radius:100px; margin-left: 20px; transition:all 0.85s ease;}
.nl_btn a span i{font-size:14px; color:#fff;}
.nl_btn:hover a{ background:#000; color:#fff}
.nl_btn:hover a span{ background:#fff;}
.nl_btn:hover a span i{ color:#000;}
.fancybox-is-open{z-index:999999999;}

footer{height:658px; position:fixed; bottom:0; left:0; right:0; background:#000; padding-bottom:0 !important; z-index:-10;}
footer .container{ width:100%; max-width:100%; padding:0;}
.footerlogo{ width:100%; text-align:center; padding-bottom:20px;}
.footerlogo a{display:inline;}
.footerlogo a img{ width:152px;}
.addresswrap{ width:100%; margin:10px 0 26px; padding-top: 24px; text-align:center; border-top:1px solid #ffffff1f;}
.addresswrap p {color: #8f8f8f; opacity: 1; margin-bottom: 5px; font-size: 14px; line-height: 1.5; letter-spacing:1px;}
.addresswrap b{font-weight: 500;  font-size:16px; color: #fff; display:block; margin-bottom:4px;}
.ph_em_grid{ width:100%; border-top:1px solid #ffffff1f; border-bottom:1px solid #ffffff1f;}
.ph_em_grid ul{ margin:0 auto; padding:0; display:flex; width:35%;}
.ph_em_grid ul li{ width:50%; border-right:1px solid #ffffff1f; display:inline;}
.ph_em_grid ul li:last-child{ border-right:none;}

.footer_nav {width: 100%;position: relative; text-align: center ; height: auto; padding:24px 0 10px; max-width:700px; margin:0 auto;}
.footer_nav ul {margin: 0; padding: 0; }
.footer_nav ul li {display:inline-block; line-height:1.5; width:auto;}
.footer_nav ul li a {width: 100%; display: block; font-size: 12px; color: #fff; font-weight: 500; padding:12px 15px; letter-spacing: 2px; position: relative; text-transform: uppercase; border: 1px solid #ffffff2b; border-radius: 100px; margin-bottom: 5px; transition:all 0.85s ease; overflow:hidden;}
.footer_nav ul li a::before {content: ""; position: absolute; background:#252525; width: 0%; height:100%; bottom: 0px; right:0; transition:all 0.5s ease-in; z-index:-1;}
.footer_nav ul li a:hover::before {width: 100%; right:auto; left:0;}
.footer_nav ul li a:hover{color:#fff; border-color:#ffffff94;}

.media_icon {width: 100%; text-align:center; margin-top: 25px;}
.media_icon ul {margin: 0px;padding: 0;}
.media_icon ul li {display: inline-block;margin:0 7px;}
.media_icon ul li a {width: 35px;height: 35px; background:transparent; border:1px solid #fff; border-radius: 100px;  display: flex;justify-content: center;align-items: center;flex-direction: column;transition: all 0.5s ease;}
.media_icon ul li a:hover {background: #fff;}
.media_icon ul li a i {font-size: 18px;color: #ffffffd6; transition:all 0.85s ease;}
.media_icon ul li a:hover i{color: #000;}
.media_icon ul li a::before {display: none;}

.copyright {background: #252525; position:relative; z-index:99999; text-align:center;padding: 10px 0;display: flex; align-items: center; justify-content: center; margin-top:25px;}
.copyright p {color: #6a6a6a; font-size: 10px; margin:0px; text-align: center; width: 100%; letter-spacing:1px;}

.center_mode{ width:100%; border-top:1px solid #ffffff1f; border-bottom:1px solid #ffffff1f; padding:25px 0px 20px;}
.center_div{ width:80%; margin:0 auto; display:flex; justify-content:center;}
.flex_center{ width:100%; display:flex; justify-content:space-between; gap:1rem; max-width:700px;}
.f_item{ width:40%; text-align:center;}
.f_item:nth-child(2){ width:20%; text-align:center;}
.reach_us{ width:100%; padding-top: 15px; text-align:center;}
.reach_us p {color: #8f8f8f; opacity: 1; margin-bottom: 5px; font-size: 14px; line-height: 1.5; letter-spacing:1px;}
.reach_us b{font-weight: 500;  font-size:16px; color: #fff; display:block; margin-bottom:4px;}
.phone_email{ width:100%;}
.phone_email ul{ margin:0; padding:0;}
.towork_logo{ width:100%; position:relative;}
.towork_logo:after,.towork_logo:before{ content:""; position: absolute; background:#252525; width: 1px; height:90%; top:0; left:-15px; transition:all 0.5s ease-in; z-index:-1;}
.towork_logo:after{ left:unset; right:-15px;}
.towork_logo img{ width:110px}
.flex_center_mob{display:none;}
.linktext{ width:100%; text-align:center; padding:15px 0 0;}
.linktext b{font-weight: 500;  font-size:16px; color: #fff; display:block; margin-bottom:-5px;}
.linktext a {display: inline-block; font-size:14px; color: #8f8f8f; margin: 0px 6px 0; position: relative; width: auto; font-weight: 500;}
.linktext a:hover {color: #fff;}
.linktext a::before {transition: 300ms; height: 1px; content: ""; position: absolute; background-color: #fff; width: 0%; bottom: -3px; right:0;}
.linktext a:hover::before {width: 100%; right:auto; left:0;}

.poltrma{ width:100%; padding: 0px 0 20px; }
.poltrma a{ display:inline-block; color:#000; font-size:13px; opacity:0.7;}
.poltrma a:hover{ opacity:1;}


.container{width:90%; max-width:90%;}
.form_wrap{ width:100%; padding-top:50px;}
.form_wrap .btn{border-radius:0}
.form_wrap .form-group{position:relative;padding-top:20px; margin-bottom:20px; z-index:2;}
/*.form_wrap .form-group:first-child:last-child,.form_wrap .form-group:first-child:last-child .form-control{height:100%}*/
.form_wrap .form-group textarea{resize:none}
.form_wrap .form-group .input-highlight{content:"";width:0;height:1px;background:#fff;position:absolute;display:block;bottom:0;transition:width .4s}
.form_wrap .form-group label{position:absolute;left:0px;top:15px;transition:.4s; color:#ffffff82; z-index:-1; font-size:15px;}
.form_wrap .form-group .form-control{border-radius:0; border-width:0 0 1px; border-color:#ffffff82; background:transparent; color:#fff; padding:8px 0;}
.form_wrap .form-group .form-control::placeholder {color:#ffffff82;}
.form_wrap .form-group .form-control.hasValue,.form_wrap .form-group .form-control:focus{box-shadow:none; border-color:#fff; color:#ffff;}
.form_wrap .form-group .form-control.hasValue~.input-highlight,.form_wrap .form-group .form-control:focus~.input-highlight{width:100%}
.form_wrap .form-group .form-control.hasValue~label,.form_wrap .form-group .form-control:focus~label{font-size:12px; top:0;left:0; color:#ffffff; font-size:13px;}

.form_wrap .form-group label.error{ color:red; font-size: 10px;position: absolute; bottom: -20px; top: unset;letter-spacing: 0; font-family: 'Cera Pro'; transform: scale(1);}
.form_wrap .form-group .form-control.hasValue~label.error, .form_wrap .form-group .form-control:focus~label.error{ font-size:10px; top:unset; left:unset; color:red;}

.form_wrap .submit_btn{ width:100px; height:100px; display:flex; align-items:center; justify-content:center; margin:50px  auto 0 auto;}
.form_wrap .submit_btn .button_cle{ width:100%; height:100%; background:transparent; border:1px solid #ffffff82; color:#ffffff82; border-radius:100px; transition:all 0.85s ease; text-transform:uppercase;transform:scale(1); padding-top:5px;}
.form_wrap .submit_btn:hover .button_cle{ background:#fff; color:#000; transform:scale(1);}
.form_wrap .submit_btn .button_cle span{ display:inline-block; transform: rotate(-50deg); margin-left: 0px; margin-top: -3px;}
.form_wrap .submit_btn .button_cle span i{ font-size:12px; color:#ffffff82; transition:all 0.85s ease;}
/*.form_wrap .submit_btn:hover{ background:#000; box-shadow:none;}*/
.form_wrap .submit_btn:hover .button_cle span i{ color:#000;}
.calendar {background: #000; position: absolute; right: 0; top: 15px; height: 45px; display: flex; align-items: center; width: 45px; border-left: solid 1px #6e6e6e !important; cursor: pointer; height: 100%; max-height: 45px; border: none;  justify-content: center;color: #979797;}

.form_wrap .form-group select.form-control {appearance: none;-webkit-appearance: none; background: url(../images/dwon_arrow.svg) no-repeat 100% center !important; background-size: 25px !important;}
.s-input{ padding-top:20px;}
.s-input>input{width:.5px!important;height:.5px!important;opacity:0;position:absolute;}
.s-input>label{font-size:14px;width:100%;cursor: pointer; display: flex; align-items: center;}
.s-input>label.error{font-size:10px;display:block; color:red; margin-top:5px; font-weight: normal; letter-spacing: 1px;}
.s-input>label>i{position:relative;padding:0 5px;display:inline-block;vertical-align:middle;width:35px;height:33px;margin-right:20px;border:1px solid #606060}
.s-input>input:checked+label>i:after{content:"\f00c";position:absolute;top:50%;left:50%;margin-top:-6px;margin-left:-6px;display:inline-block;font:14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;     color: #fff;}
.s-input--rounded>label i,.s-input--rounded>label i:after{border-radius:0;display:inline-block}
.s-input--rounded>label b{font-weight:400; color:#ffffff82;}
.s-input--rounded>label b a{font-weight:400; color:#fff; transition:all 0.85s ease;}
.s-input--rounded>label b a:hover{color:#fff;}

.policy_wrap{ width:100%;}
.policy_details{width:100%;}
.policy_details h2{font-size: 25px; color: #fff; margin: 30px 0 15px; text-align: left; width: 100%; line-height: 1.6; letter-spacing: 0.5px;}
.policy_details p,.policy_details b{ width:100%; color:#fff; font-size:20px; font-weight:normal}
.policy_details ul{margin:0 0 15px;list-style:disc; padding-left: 20px;}
.policy_details ul li{color:#fff;font-size:20px;line-height:1.5;margin-bottom:5px}
.policy_details ul li:last-child{margin-bottom:0}

@media all and (min-width: 1024px) and (max-width: 1280px) { 
    .hdtextbr{ font-size:35px; color:#fff; margin-bottom:20px; text-align:center; width:100%; margin:0 auto;line-height:1.6;}
    .hdtextbr br{display:none !important;}
    .partnership_wrap{ height:auto; margin-top:80px;}
}

@media (max-width:991px){
article{ margin-bottom:700px;}
.container{ padding:0 30px; width:100%; max-width:100%;}
.desktop_vd{display:none;}   
.mobile_vd{display:block !important;}
.desktopshow{display:none;}   
.mobileshow{display:block !important;}
.pad100{ padding: 50px 0;}
.pad80{ padding: 50px 0 40px;}
.hdtext{ font-size:25px; color:#fff; margin-bottom:20px; text-align:center; width:100%; margin:0 auto; line-height:1.6; letter-spacing: 0.5px;}
.hdtext br{display:none;}

.hdtextbr{ font-size:25px; color:#fff; margin-bottom:20px; text-align:center; width:100%; margin:0 auto;line-height:1.6; letter-spacing: 0.5px;}
.hdtextbr br{display:none;}

.hdtext_media{ font-size:25px; color:#fff; margin-bottom:20px; text-align:center; width:100%; margin:0 auto; line-height:1.6; letter-spacing: 0.5px;}
.hdtext_media br{display:block;}

.pdtop30{ padding-top:20px;}
.pdtop50{ padding-top:30px;}

.icons_inner{display:block !important;}
.centerlogo{ width: 100%; height:100vh; background:#000; display: flex; align-items: center; justify-content: center; position:absolute; top:0px; z-index:10; transition:all 0.85s ease;}
.centerlogo a{display: inline-block;}
.centerlogo img {max-width: 240px; margin-top:-50px;}
.grid_nan{ width:100%; height:450px;}
.icons {position: fixed;bottom: 0px;left: 0;right: 0;margin: auto;z-index: 99999;transition: all 0.2s ease-in-out;}
.headerdiv {background: #000;height: 99%;border-radius: unset;transition: all 0.2s ease-in-out;}
.header {position: fixed; display: flex; background: black; width: 60px; height: 60px; padding: 12px; border-radius: 50%; justify-content: center; align-items: center; border: solid 5px #3b3b3b; opacity: 0; transition:all 0.5s ease; margin: auto; cursor: pointer; left: 50%; bottom:50px; transform: translateX(-50%); right: unset; top: unset;}
.header.headerdivinner{position: absolute;bottom: 10px; width: 60px; height:60px; border-radius:50%;}
.header.headerdivinner .icons_inner{ transition:all 0.85s ease;}
.menu{color: #fff;font-size: 18px;}
.menupointer{display: none;}
.menupointer ul{ padding:0; margin:0;}
.menupointer ul li a {width: 100%; display: inline-block; padding: 22px 20px; color: #8c8c8c; font-size: 16px; line-height: 16px;  font-weight: normal; border-bottom: 1px solid #ffffff4f; text-align: center; transition: all ease-in-out 0.5s; text-transform: uppercase;}
.menupointer ul li a:hover{color:#fff;}
.opt{opacity:1; z-index: 9; visibility: visible;}
.close{width: 70%; border-radius: 4px; transition:all 0.5s ease;}
#crossimg{transition:all 0.85s ease;}
.textpaira{ color:#fff; width:100%; padding:10px 0; text-align: center; font-size: 18px; line-height: normal;}
.scroll-downs{position:absolute; bottom:12%;left:50%; z-index:22; transform: translateX(-50%); margin:auto;width:25px;height:55px}
.mousey{width:3px;padding:5px 10px;height:30px;border:2px solid #fff;border-radius:25px;opacity:.75;box-sizing:content-box}
.scroller{width:3px;height:10px;border-radius:25%;background-color:#fff;animation-name:scrolldown; animation-duration:2.2s;animation-timing-function:cubic-bezier(.15,.41,.69,.94); animation-iteration-count:infinite;}

@-webkit-keyframes scrolldown {
    0% { opacity: 0; }
    10% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(15px); opacity: 0; }
}

@keyframes scrolldown {
    0% { opacity: 0; }
    10% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(15px); opacity: 0; }
}

.icons.d-flex.justify-content-center.headerdiv img {width: 13px;}
.icons img {transition: none !important; width: 20px;}
.nav {display: flex; justify-content: flex-end;}
.navigation {position: fixed; min-width:260px; width: 70%; height: auto; top:unset; left: 5%; right: 5%; bottom:50px; z-index: 8; transform: scale(0); background: #252525; transform-origin: bottom; display: flex; align-items: center; flex-direction: column; transition: all 0.3s cubic-bezier(0, 0.32, 0.36, 0.97); border-radius: 5px; margin: auto;}
.navigation ul{ margin:0; padding:0; width:100%;}
.navigation ul li{text-align: center; transition: all 0.5s ease; transform: translateY(50px); opacity:0; display: block;}
.navigation a{width: 100%; display: inline-block; padding: 20px 20px 0; color: #fff; font-size: 20px; line-height: normal; font-family: 'Americana BT'; font-weight: normal; text-align: center; transition: all ease 0.3s;}
.navigation a:hover{color:#fff; transform:scale(1.1);}
.navigation.open ul li:nth-child(1) {transition-delay: 0.1s; opacity: 1; transform: translateY(0px);}
.navigation.open ul li:nth-child(2) {transition-delay: 0.2s; opacity: 1; transform: translateY(0px);}
.navigation.open ul li:nth-child(3) {transition-delay: 0.3s; opacity: 1; transform: translateY(0px);}
.navigation.open ul li:nth-child(4) {transition-delay: 0.4s; opacity: 1; transform: translateY(0px);}
.navigation.open ul li:nth-child(5) {transition-delay: 0.5s; opacity: 1; transform: translateY(0px);}
.navigation.open ul li:nth-child(6) {transition-delay: 0.6s; opacity: 1; transform: translateY(0px);}
.navigation.open ul li:nth-child(7) {transition-delay: 0.7s; opacity: 1; transform: translateY(0px);}
.navigation.open ul li:nth-child(8) {transition-delay: 0.8s; opacity: 1; transform: translateY(0px);}
.navigation.open ul li:nth-child(9) {transition-delay: 0.9s; opacity: 1; transform: translateY(0px);}

#crossimg1{display:none;}
.header.menu.opt.close #crossimg1{display:block; width: 15px !important;}
.header.menu.opt.close #crossimg{display:none;}
.navigator {margin: 10px; background: transparent; color: #fff; font-weight: 900; letter-spacing: 1px; font-size: 34px; box-shadow: inset 0 0 5px 0px #f44336; transform: scaleY(0); transform-origin: bottom; opacity: 0; transition: all 1s linear;}
.navigation.open {transform: scale(1); padding-bottom:80px;}
.navigation.open .navigator {transform:  translateY(0%); opacity: 1;}
.menu span{display:none;}

.wid_80{ width:100%;}
.paira_text{ height:auto;}
.logo_wrap { width:100%; position:relative; display:flex;}
.logo_wrap .col-sm-6 { width: 50%; padding: 0;}
.partner_logo {width: 100%; height: 100px; border-bottom: 1px solid transparent; padding: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 0px; border-right: 1px solid #262626;}
.lgrid .col-sm-6:nth-child(even) .partner_logo{border-right:none;}
.partner_logo img{ width:110px;}
.lgridnand{ margin:0; padding:80px 0 0 0; width:100%;}

.horizontal-scroll-container {position:relative; width: 100%; padding:3rem 0;background-color:#000; height:65vh; overflow-x:hidden; }
.horizontal-scroll {position: absolute;top: 0;display: flex; align-items:center; width: 165%;bottom: 0;margin: auto; height: 100%; padding-top:120px;} 
.horizontal-scroll .scroll-child {width:100%;margin:0;padding: 0;color:white;position: relative;float: left }
.pro_grid{ width:90%; background: transparent; height: 100%; margin-left: 35px; position: relative; /*padding-top:50px;*/}
.pro_grid:after{ content:""; width:100%; height:100%; position:absolute; top:0; bottom:0; left:0; background:rgba(0,0,0,0.3);}
.pro_grid img{ width:100%; object-fit:cover; object-position:center}

footer{ height:auto;}
footer .container{ width:100%; max-width:100%; padding:0 30px;}
.footer_nav { padding-top:10px}
.footer_nav ul li a{ padding:8px; font-size:11px;}
.addresswrap {margin: 12px 0; padding-top: 10px;}
.addresswrap p {color: #8f8f8f; font-size: 13px; line-height: 1.5; letter-spacing:1px;}
.addresswrap p br{display:none;}
.ph_em_grid ul{ width:100%;}
.media_icon{ margin-top:15px;}

.copyright {background: #252525; position:relative; z-index:99999; text-align:center;padding: 10px 0;display: flex; align-items: center; justify-content: center; margin-top:15px;}
.copyright p {color: #6a6a6a; font-size: 9px; margin:0px; text-align: center; width: 100%; letter-spacing:1px;}

.top_shadow{width:100%;}
.top_shadow:before {content: ''; position: absolute; height: 200px; display: block; bottom: auto; right: 0; left: 0; background: -o-linear-gradient(180deg, rgba(0, 0, 0, 1) 5.91%, rgba(39, 39, 39, 0.15) 40.37%, rgba(0, 212, 255, 0) 83.45%);   background: linear-gradient(180deg, rgba(0, 0, 0, 1) 5.91%, rgba(39, 39, 39, 0.15) 40.37%, rgba(0, 212, 255, 0) 83.45%);top: 0; z-index:5;}

.top_shadow2{width:100%;}
.top_shadow2:before {content: ''; position: absolute; height: 200px; display: block; bottom: auto; right: 0; left: 0; background: -o-linear-gradient(180deg, rgba(0, 0, 0, 1) 5.91%, rgba(39, 39, 39, 0.15) 40.37%, rgba(0, 212, 255, 0) 83.45%);   background: linear-gradient(180deg, rgba(0, 0, 0, 1) 5.91%, rgba(39, 39, 39, 0.15) 40.37%, rgba(0, 212, 255, 0) 83.45%);top: 0; z-index:99; margin-top: -3px;}

.close_btn{position:absolute; right:20px; top:20px; cursor:pointer;}
.close_btn span{ width:50px; height:50px; display: flex; align-items: center; justify-content: center; border:1px solid #ffffff42; border-radius:100px;  transition:all 0.85s ease;}
.close_btn span img{ width:15px; transition:all 0.85s ease;}
.close_btn span:hover  img{ transform:rotate(90deg);}
.close_btn span:hover{ background:#3b3b3b; border-color:#3b3b3b;}
.paira_text p { color: #fff; font-size: 22px; position: relative; z-index: 3;}
.fullwrap_video.h-auto {height: 100vh !important;}
.bottom_shadow { width: 100%; position: relative;}
.text_caption h1 {font-size: 40px;}
.partnership_wrap{ height:auto; margin-top:80px;}
}

@media(max-width:768px){
    .center_div{ width:100%;}
    .text_caption p { font-size: 22px; width: 70%; margin: 0 auto;}
    .towork_logo img {width: 70px;}
    .flex_center{display:block;}
    .f_item{ width:100%;}
    .reach_us{ padding-top:0; padding-bottom:15px;}
    .f_item:nth-child(2),.f_item:nth-child(3){ display:none;}
    .reach_us p br,.towork_logo:before{display:none;}
    .towork_logo:after{ right:0px;}
    .center_mode{padding:15px 0;}
    .flex_center_mob{ display: inline-flex; gap: 1rem; justify-content: center; width: 100%;}
    .flex_center_mob .f_item{ width:50%; display:block;}
    .phone_email ul li:first-child .linktext { padding-top:0;}
    .footer_nav ul li a{ padding:8px; font-size:10px;}
    .nandska_logo h3 {font-size: 22px; color: #fff;}
}

@media(max-width:600px){
    .horizontal-scroll-container{ height:650px;}
    .hdtext{letter-spacing:0;}
}

@media(max-width:440px){
    .linktext a{ font-size:12px;}
    .media_icon ul li{ margin:0 4px;}
}
@media (max-width:320px){
    .ojfo { width:85% !important;}
}
