a{ text-decoration: none; outline: none;}
ul,li{ list-style: none;}
body{ font-family: 'Encode Sans', sans-serif;}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.overlay-wrapper, .overlay-wrapper-video{visibility: hidden; width: 100%; height: 100%; position: fixed; z-index: 100; top:0;}
.overlay-wrapper.active, .overlay-wrapper-video.active{visibility: visible;}
.overlay-menu{width: 100%; height: 100%; z-index: -15; opacity: 0; left: 0;}
.overlay-wrapper.active .overlay-menu{opacity: 1; z-index: 15;}
.overlay-menu ul{display: inline-block; width: 100%; z-index: 6; list-style-type: none;}
.overlay-menu ul > li{position: relative; float: left; margin: 15px 0; padding: 5px 0; font-size: 18px; width: 100%;}
.overlay-menu ul > li > ul{position: absolute; width: 100%; visibility: hidden; opacity: 0; left: calc(100% + 10px); padding: 20px 20px; 
background-color: #222; z-index: 6; list-style-type: none; text-align: left;}
.overlay-menu ul > li > ul > li{font-size: 14px; padding: 10px 0; margin: 0;}
.overlay-menu ul > li > a:before{position: absolute; width: 0; height: 1px; background: #dfcd50; content: ""; left: 0; bottom: 0;}
.overlay-menu ul > li.active > a:before{width: 100%;}
.overlay-menu ul > li > ul > li a:before{display: none;}
.overlay-menu a{color: white; position: relative; padding-bottom: 10px; text-decoration: none;}
.overlay-animation:before{width: 0; height: 100%; position: absolute; left: 50%;  top: 0; background-color: rgba(34,34,34,0.95); content: "";}
.overlay-animation:after{width: 0; height: 100%; position: absolute; right: 50%;  top: 0; background-color: rgba(34,34,34,0.95); content: "";}
.overlay-wrapper.active .overlay-animation:before, .overlay-wrapper-video.active .overlay-animation:before{width: 50%;}
.overlay-wrapper.active .overlay-animation:after, .overlay-wrapper-video.active .overlay-animation:after{width: 50%;}
.overlay-menu .col-md-2{padding: 0;}
.btn-close *{backface-visibility:  hidden;}
.btn-close{width: 46px; height: 46px; background: #151515; display: block; position: absolute; right: 35px; top: 30px; cursor: pointer;
 z-index: 7;}
.btn-close span{width: 14px; height: 2px; position: absolute; left: 50%; top: 50%; margin: -1px 0 0 -7px; background: white;
 transform: rotate(45deg); -webkit-transform: rotate(45deg);}
.btn-close span:nth-child(2){transform: rotate(135deg); -webkit-transform: rotate(135deg);}
.overlay-menu .basket,
.overlay-menu .login-wrapper{display: inline-block; width: 100%; text-align: center; opacity: 1; visibility: hidden; z-index: -10;
 color: #fff; -ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px); margin-left: 0; margin-right: 0; margin-bottom: 10px;}
.overlay-menu .basket{margin-bottom: 25px;}
.overlay-wrapper.active .overlay-menu .basket,
.overlay-wrapper.active .overlay-menu .login-wrapper{z-index: 10; visibility: visible;}
.popup-wrapper{position: fixed; z-index: 200; left: 0; top: 0; width: 100%; height: 100%; left: -100%; transition-delay: .3s;
 -webkit-transition-delay: .3s;}
.popup-wrapper.active{left: 0; transition-delay: 0s; -webkit-transition-delay: 0s;}
.popup-wrapper .bg-layer{position: absolute; left: 0; top: -100px; right: 0; bottom: -100px; background: rgba(0,0,0,.45);
 transition: all .3s ease-out; -webkit-transition: all .3s ease-out; opacity: 0;}
.popup-wrapper.active .bg-layer{opacity: 1;}
.popup-content{position: absolute; top: 0; width: 100%; height: 100%; overflow: auto; -webkit-overflow-scrolling: touch; font-size: 0;
 text-align: center; transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s; -webkit-transition: transform .3s ease-out,
  opacity .3s ease-out, left 0s .3s; transform: scale(1.2); -webkit-transform: scale(1.2); opacity: 0; left: -10000px; padding: 15px;}
.popup-content.active{transform: scale(1); -webkit-transform: scale(1); opacity: 1; left: 0; transition: transform .3s ease-out,
 opacity .3s ease-out, left 0s 0s; -webkit-transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s; position: relative;}
.popup-content:after{display: inline-block; vertical-align: middle; height: 100%; content: "";}
.popup-container{display: inline-block; vertical-align: middle; width: 100%; position: relative; text-align: left; background: #fff;
 max-width: 570px;}
.popup-container.right{display: block; width: 100%; position: absolute; text-align: left; background: #fff; top: 130px; right: 10px;}
.popup-container.right.scrolled{top: 100px;}
.popup-container.size-1{max-width: 570px;}
.popup-container.size-2{max-width: 730px;}
.popup-container.size-3{max-width: 1170px;}
.popup-content .layer-close{position: absolute; left: 0; bottom: 0; right: 0; height: 10000px;}
.popup-align{padding: 50px 70px 50px 70px; overflow: hidden;}
.popup-container .button-close{position: absolute; right: 5px; top: 5px;}
.button-close{width: 40px; height: 40px; background: transparent; display: inline-block; vertical-align: bottom; cursor: pointer;}
.button-close:before{content:""; width: 18px; height: 2px; position: absolute; left: 50%; top: 50%; margin: -1px 0 0 -7px;
 background: #222; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transition:all 150ms ease-out;
  -o-transition:all 150ms ease-out; -webkit-transition:all 150ms ease-out; transition:all 150ms ease-out; -ms-transition:all 150ms ease-out;}
.button-close:after{content:""; width: 18px; height: 2px; position: absolute; left: 50%; top: 50%; margin: -1px 0 0 -7px;
 background: #222; transform: rotate(135deg); -webkit-transform: rotate(135deg); -moz-transition:all 150ms ease-out;
  -o-transition:all 150ms ease-out; -webkit-transition:all 150ms ease-out; transition:all 150ms ease-out; -ms-transition:all 150ms ease-out;}
header{position: fixed; width: 100%; left: 0; top: 0; z-index: 50; padding:0; -moz-transition:all 300ms ease-out;
 -o-transition:all 300ms ease-out; -webkit-transition:all 300ms ease-out; transition:all 300ms ease-out; -ms-transition:all 300ms ease-out;}
header.scrolled{padding: 10px 0 10px 0; border-bottom: 1px solid #e3e3e3; background-color: #fff;}
.logo{height: auto; line-height: 90px; position: relative; top: 0; /*background-color: #fff; padding: 20px; margin-left: -20px;*/}
.logo img{vertical-align: middle;}
header.header-style-2{background-color: #fff;}
header ul.header-menu{display: inline-block; height: 60px; line-height: 52px; vertical-align: top; width: auto; z-index: 10;
 list-style-type: none; visibility: visible; opacity: 1; -moz-transition:all 150ms ease-out; -o-transition:all 150ms ease-out;
  -webkit-transition:all 150ms ease-out; transition:all 150ms ease-out; -ms-transition:all 150ms ease-out; -ms-transform: translateX(30px); 
   -webkit-transform: translateX(30px); transform: translateX(30px); padding:0; margin-top:7px;}
header ul.header-menu > li{position: relative; display: inline-block; margin: 0 5px; font-size: 13px; width: auto; vertical-align: middle;
padding:28px 0;}
header ul.header-menu > li > a{display: block; height: 30px; line-height: 31px; width: auto; padding: 0 8px; color: #222;
text-decoration: none; font-size:14px; text-transform: uppercase;}
header ul.header-menu > li.active > a{color: #fff;}
header ul.header-menu > li > a span{z-index: 1; position: relative;}
header ul.header-menu > li.active > a:before{height: 100%;}
header ul.header-menu > li > a:before{position: absolute; width: 100%; height: 0; background: #4ad6d0; content: ""; left: 0; bottom: 0;
 -moz-transition:all 150ms ease-out; -o-transition:all 150ms ease-out; -webkit-transition:all 150ms ease-out; transition:all 150ms ease-out;
  -ms-transition:all 150ms ease-out;}
header ul.header-menu > li > ul{position: absolute; width: 200px; visibility: hidden; opacity: 0; left: 50px; top:85px;
 background-color: #001730; z-index: 6; list-style-type: none; text-align: left; -moz-transition:all 150ms ease-out; padding:0;
  -o-transition:all 150ms ease-out; -webkit-transition:all 150ms ease-out; transition:all 150ms ease-out; -ms-transition:all 150ms ease-out;}
header ul.header-menu > li > ul > li{ margin: 0; border-bottom:1px solid #132c47;}
header ul.header-menu > li > ul > li:last-child{ border: none;}
header ul.header-menu > li > ul > li a{color: #fff; font-size: 13px; display: block; width: 100%; line-height: 30px;
 text-decoration: none; padding:5px 15px;}
 header ul.header-menu > li > ul > li a:hover{ background:#4ad6d0; color:#fff !important;}
header a{color: #222; position: relative; text-decoration: none; outline: none;}
header ul.header-menu > li:hover > ul{visibility: visible; opacity: 1; left: 0;}
.hamburger-icon-2{ }
.hamburger-icon{}
.hamburger-icon-2,
.hamburger-icon{width: 32px; height: 40px; position: relative; display: inline-block; cursor: pointer; margin-top: 6px; }
.hamburger-icon-2{margin-top: 0; z-index: 100; vertical-align: top;}
.hamburger-icon-2 span{}
.menu{ position: relative; bottom:0;}
.hamburger-icon-2 span,
.hamburger-icon span{background-color: #4ad6d0; height: 3px; width: 30px; position: absolute; left: 11px; -moz-transition:all 150ms ease-out;
 -o-transition:all 150ms ease-out; -webkit-transition:all 150ms ease-out; transition:all 150ms ease-out; -ms-transition:all 150ms ease-out;}
.hamburger-icon-2 span:nth-child(1),
.hamburger-icon span:nth-child(1){bottom: 27px;}
.hamburger-icon-2 span:nth-child(2),
.hamburger-icon span:nth-child(2){bottom: 21px;}
.hamburger-icon-2 span:nth-child(3),
.hamburger-icon span:nth-child(3){bottom: 15px;}
.hamburger-icon-2.active span:nth-child(1){-ms-transform: rotate(45deg) translateX(4px) translateY(4px);
 -webkit-transform: rotate(45deg) translateX(4px) translateY(4px); transform: rotate(45deg) translateX(4px) translateY(4px);}
.hamburger-icon-2.active span:nth-child(2){opacity: 0;}
.hamburger-icon-2.active span:nth-child(3){-ms-transform: rotate(-45deg) translateX(4px) translateY(-5px);
 -webkit-transform: rotate(-45deg) translateX(4px) translateY(-5px); transform: rotate(-45deg) translateX(4px) translateY(-5px);}
 header.header-style-2.open-style .hamburger-icon-2{display: none;}
 header.header-style-2.open-style .login-wrapper{margin-right: 0;}
.overlay-menu ul > li > ul li, .overlay-menu ul > li.active.clicked ul li, .animation-wrapper, .overlay-menu, .overlay-animation:before,
.overlay-animation:after{-moz-transition:all 500ms ease-out; -o-transition:all 500ms ease-out; -webkit-transition:all 500ms ease-out;
transition:all 500ms ease-out; -ms-transition:all 500ms ease-out;}
.class{-moz-transition:all 700ms ease-out; -o-transition:all 700ms ease-out; -webkit-transition:all 700ms ease-out;
transition:all 700ms ease-out; -ms-transition:all 700ms ease-out;}
.class{-moz-transition:all 1000ms ease-out; -o-transition:all 1000ms ease-out; -webkit-transition:all 1000ms ease-out;
transition:all 1000ms ease-out; -ms-transition:all 1000ms ease-out;}
.class{-moz-transition:all 2000ms ease-out; -o-transition:all 2000ms ease-out; -webkit-transition:all 2000ms ease-out;
transition:all 2000ms ease-out; -ms-transition:all 2000ms ease-out;}
.overlay-wrapper.active, .overlay-wrapper.active .overlay-animation:before, .overlay-wrapper.active .overlay-animation:after, .overlay-menu{
 transition-delay: 0ms; -moz-transition-delay: 0ms; -webkit-transition-delay: 0ms; -ms-transition-delay: 0ms;}
.class{transition-delay: 150ms; -moz-transition-delay: 150ms; -webkit-transition-delay: 150ms; -ms-transition-delay: 150ms;}
.class{transition-delay: 250ms; -moz-transition-delay: 250ms; -webkit-transition-delay: 250ms; -ms-transition-delay: 250ms;}
.class{transition-delay: 300ms; -moz-transition-delay: 300ms; -webkit-transition-delay: 300ms; -ms-transition-delay: 300ms;}
.class{transition-delay: 450ms; -moz-transition-delay: 450ms; -webkit-transition-delay: 450ms; -ms-transition-delay: 450ms;}
.overlay-animation:before, .overlay-animation:after, .overlay-wrapper.active .overlay-menu{transition-delay: 500ms;
-moz-transition-delay: 500ms; -webkit-transition-delay: 500ms; -ms-transition-delay: 500ms;}
.class{transition-delay: 700ms; -moz-transition-delay: 700ms; -webkit-transition-delay: 700ms; -ms-transition-delay: 700ms;}
.class{transition-delay: 750ms; -moz-transition-delay: 750ms; -webkit-transition-delay: 750ms; -ms-transition-delay: 750ms;}
.overlay-wrapper{transition-delay: 1000ms; -moz-transition-delay: 1000ms; -webkit-transition-delay: 1000ms; -ms-transition-delay: 1000ms;}
.abapqet{ position: relative; right:45px; top:37px;}
.abapqet a {text-transform: uppercase;color: #676767; font-size: 15px; text-decoration: none; outline: none; border: 1px solid #c1c1c1; padding: 10px 15px;
  position: fixed; top: 210px; background: #fff; transform: rotate(270deg); right: -60px;}
.abapqet a:before{ content:"\f0da"; font-family: 'FontAwesome'; color:#fd4a49; margin-right:5px;}
.abapwb{ text-align: center; padding:25px 0;}
.abapwb h3{ font-size:30px; font-weight: 300; color:#000;}
.abapwb p{ font-size:17px; font-weight: 300; color:#676767; line-height:28px;}
.abapwb a{ background:#001730; color:#fff; font-size:16px; font-weight: 400;padding:15px 30px; text-decoration: none; outline: none;
border-radius:10px; margin-top:20px; display: inline-block;}
.header-menu{ background:#fff;}
.hamburger-icon-2{}
.hamburger-icon-2.active{ transform: rotate(0);}
.hamburger-icon-2.active:after{ transform: rotate(0); left:-1px;}
.hamburger-icon-2:after{ content:'Menu'; color:#676767; position: absolute; bottom:-10px; text-align:center; left:0; width:163%;
font-weight: 600; font-size:12px; text-transform: uppercase;}
.cpupopb{ background:#f6f6f6; padding:70px 0 50px 0;}
.cpupopb ul{ text-align: center; margin:0;}
.cpupopb ul li{ float: none; display: inline-block; padding:17px;}
.cpupopb ul li .cpupopbs{ background:#fff; height:175px; width:175px; border-radius:175px; position: relative;}
.cpupopb ul li .cpupopbs:before{ content:''; background:url(../images/border_top.png) no-repeat; position: absolute; top:-26px; height:104px;
display: inline-block; width:225px; left:-26px;}
.cpupopb ul li .cpupopbs.upcoming:before{ content:''; background:url(../images/border_top.png) no-repeat; bottom:-26px; top: inherit;
transform: rotate(180deg); left:-26px;}
.cpupopb ul li .cpupopbs h2{ color:#001730; font-size:56px; font-weight: 300; font-style: italic;}
.cpupopb ul li .cpupopbs p{ margin:0; color:#001730; font-size:17px; font-weight: 300; text-transform: uppercase; line-height:20px;}
.abaptabb{ background:#f6f6f6; padding:50px 0;}
.abaptabb .nav-tabs{ border: none; text-align: center; margin-bottom:20px; }
.abaptabb .nav-tabs > li > a{ text-transform: uppercase; color:#000000; font-size:20px; font-weight: 400; padding:0;}
.abaptabb .nav-tabs > li > a:hover{ background: none;}
.abaptabb .nav-tabs > li.active > a, .abaptabb .nav-tabs > li.active > a:focus, .abaptabb .nav-tabs > li.active > a:hover{ border: none;
color:#fd3938; background: none;}
.abaptabb .nav-tabs > li{ float: none; display: inline-block; padding:0 10px;}
.abaptabb .nav-tabs > li{ border-right:1px solid #000;}
.abaptabb .nav-tabs > li:last-child{ border: none;}
.project_slider{ background:#fff;}
.project_slider .project_info{ padding:0;}
.project_slider .project_logo{ text-align: center; padding:25px 0; min-height:161px;display: flex; align-items: center;justify-content: center;}
.project_slider .project_logo img{ display: inline-block;}
.project_slider .project_logo h3{ font-size:23px; color:#4ad6d0; font-weight:600; margin:0; padding:0;}
.project_slider .carousel-caption{ position: static; text-shadow: none; background:#001730; padding:60.5px 52px;}
.project_slider .carousel-caption h2{ margin:0; text-transform: uppercase; font-size:24px; font-weight:400; line-height:30px;}
.project_slider .carousel-caption ul{ padding:0; margin:15px 0;}
.project_slider .carousel-caption ul li{ display: inline-block; background:#f6f6f6; color:#001730; padding:10px 15px;
font-size:24px; font-weight: 400;}
.project_slider .carousel-caption ul li span{ text-transform: uppercase; font-size:14px;}
.project_slider .carousel-caption h3{ margin:10px 0 0 0; font-size:18px; font-weight: 400;text-transform: uppercase;}
.project_slider .carousel-caption a{ display: inline-block; background:#fd2b2a; color:#fff;font-size:18px; font-weight: 400;
 padding:10px 30px; border-radius:10px; margin-top:25px; text-decoration: none;}
.project_slider .project_img{ padding:0;}
.project_slider .project_img img{ width:100%;}
.project_slider .slick-prev{ border:1.5px solid #fff; width:40px; height:40px; line-height:40px; border-radius:40px; text-align:center; position: absolute;
left:0; top:45%; z-index:2;}
.project_slider .slick-next{ border:1.5px solid #fff; width:40px; height:40px; line-height:40px; border-radius:40px; text-align:center; position: absolute;
right:0; top:45%; z-index:2;}
.project_slider .slick-prev::before {content:"\f104"; line-height:38px; font-family: 'FontAwesome'; color:#fff; font-size:25px;}
.project_slider .slick-next::before {content:"\f105"; line-height:38px; font-family: 'FontAwesome'; color:#fff; font-size:25px;}
.project_slider .slick-next:hover:before{ color:#e63e3e;}
.abaptabb .tab-content>.tab-pane {display: block;visibility: hidden;}
.abaptabb .tab-content>.tab-pane.active {visibility: visible;}
.abaptabb .tab-content{position: relative;}
.abaptabb .tab-pane:not(:first-child){position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
/*.slick-slider .slick-slide{ justify-content: center; align-items: center;} */
.abap_motto{ padding:0 0 50px 0; background:#f6f6f6;}
.abap_motto.aboutus{ padding-top:50px;}
.abap_motto ul{ padding:0; margin:0; background:#fff;}
.abap_motto ul li{ padding:3px; border:1px solid #f6f6f6;}
.abap_motto ul li .motto_logo{ position: absolute; width:100%; left:0; text-align: center; bottom:0;}
.abap_motto ul li .abap_mottos{ background:#fff; min-height:210px; text-align: center;} 
.abap_motto ul li .abap_mottos h2{ color:#faa916; font-size:24px; font-weight: 400;}
.abap_motto ul li .abap_mottos h2 .fa{ margin-right:10px; color:#001730;}
.abap_motto ul li .abap_mottos p{ color:#676767; font-size:15px; font-weight: 300; line-height:24px;}
.abap_motto ul li .abap_mottos:hover{ background:#faa916;}
.abap_motto ul li:last-child .abap_mottos:hover{ background:#faa916;} 
.abap_motto ul li .abap_mottos:hover h2{ color:#fff;}
.abap_motto ul li .abap_mottos:hover .fa{ color:#fff;}
.abap_motto ul li .abap_mottos:hover p{ color:#fff;}
.arkbapopgbt{ text-align: center; background:#f6f6f6;}
.arkbapopgbt h2{ color:#656565; font-size:30px; font-weight: 300;}
.arkbapopgbt p{ color:#676767; font-size:23px; font-weight: 300;}
.arkbapopgbtcont{ padding:0;}
.arkbapopgbtcontl{ padding:0;}
.arkbapopgbtcontr{ padding:155px 0 0 0;}
.arkbapopgbts{ padding:0;}
.arkbapopgbtsimg{ padding:10px; position: relative; margin-bottom: 50px;}
.arkbapopgbtcontr .arkbapopgbtsimg a{ background:none !important; padding:0 !important; margin-left:0px !important;}
.arkbapopgbtsinfo { position: absolute; left: 10px; bottom: 0; width: 97%; padding: 0 2px;}
.arkbapopgbtsinfo h3 {color: #001730; font-size: 16px; font-weight: 600; text-transform: capitalize; background: rgba(74,214,208,.9);
padding: 9px 20px;}
.arkbapopgbtsinfo.wd {width: 89.2%;padding: 0 0;}
.arkbapopgbtcontl a{ text-align: left; background:#001730; color:#fff; padding:15px 20px; border-radius:10px; font-size:18px; font-weight: 300;
 margin-top:20px; margin-left:10px; text-decoration: none; float:left;}
.arkbapopgbtcontl .arkbapopgbtsimg a{ background: none !important; float:none;}    
.arkbapopgbts_arrow{ position: absolute; bottom:-19px; left:-2px;}
.arkbapopgbts_arrow .fa{ color:#fc4949; font-size:80px; transform: rotate(45deg);}
.arkbapopgbtsimg img{ width:100%;}
.arkbapopgbt .nav-tabs{ border: none; position: absolute; right:7%; z-index:2; margin-top:10px;}
.arkbapopgbt .nav-tabs > li > a{ background:#e9e9e9; color:#676767; text-transform: uppercase; font-size:19px; font-weight: 400;
min-width:188px; padding:40px 0;}
.arkbapopgbt .nav-tabs > li.active > a, .arkbapopgbt .nav-tabs > li.active > a:focus, .arkbapopgbt .nav-tabs > li.active > a:hover{ background:#fc4949; color:#fff;}
.arkbapopgbtcontr a{ text-align: left; background:#001730; color:#fff; padding:15px 20px; border-radius:10px; font-size:18px; font-weight: 300;
 margin-top:20px; float: left; margin-left:10px; text-decoration: none;}
.arkbappieb{ padding:50px 0; background:#f6f6f6; text-align:center;}
.arkbappieb h2{ color:#fd2b2a; font-size:30px; font-weight: 300; margin:0;}
.arkbappieb p{ color:#676767; font-size:15px; font-weight: 300; margin-bottom:20px;}
.touch_enq{ margin-top: 25px;}
.touch_enq .form-group{ position: relative; display:  inline-block;}
.touch_enq .form-control{ background: #fff; border: none; color:#676767; height:45px; font-size:15px; font-weight: 300; box-shadow: none;
 min-width:194px;}
.touch_enq select{ color:#676767; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.touch_enq option{ color:#676767;}
.touch_enq .form-control.txt_area{ height:134px; color:#676767;}
.touch_enq .form-control.submit{ background:#001730; font-size:18px; color:#fff; font-weight: 400;padding:0 30px;}
.touch_enq .input-group-addon{ padding:0; border: none; width: 100%; position: relative; z-index:2;}
.touch_enq .input-group-addon .fa{ position: absolute; right:10px; top:12px; color:#001730; font-size:20px;}
.touch_enq ::placeholder{ color:#676767; font-size:15px; font-weight: 300;}
.arkbapfb{ background:url(../images/footer_bg.jpg) no-repeat; background-size: cover; padding:50px 0 0 0; }
.arkbapfb ul{ padding:0; margin:0;}
.arkbapfb ul li{ list-style: none; display: inline-block; vertical-align: top; padding:0 20px;}
.arkbapfb ul li:first-child{ padding-left:0;}
.arkbapfb ul li:last-child{ padding-right:0;}
.arkbapfb ul li .arkbapfbs{ padding:0;}
.arkbapfb ul li .arkbapfbs h2{ color:#fff; text-transform: uppercase; font-weight: 600; font-size:12px;margin-top:0;}
.arkbapfb ul li .arkbapfbs p{ color:#9b9b9b; font-weight: 400; font-size:13px; margin:0; line-height:20px;}
.arkbapfb ul li .arkbapfbs p span{ color:#4ad6d0; font-weight: 700;}
.arkbapfb ul li .arkbapfbs p a{ color:#9b9b9b; font-size:15px; font-weight: 300; text-decoration: none; }
.arkbapfbs ul{ padding:0; margin:0;}
.arkbapfbs ul li{ list-style: none; line-height:24px; display: inherit; padding:0;}
.arkbapfbs ul li a{ font-size:15px; font-weight: 300; color:#9b9b9b; text-decoration: none;}
.arkbapfbs ul li a.viewmore{ color:#fff; text-decoration: underline;}
.arkbapfbs ul li.active a{ color:#4ad6d0;}
.arkbapfbs ul li a:hover{ color:#4ad6d0;}
.arkbapsfb{ padding:20px 0; border-top:1px solid #344556; margin-top:30px;}
.arkbapsfb ul{ padding:0; margin:0;}
.arkbapsfb ul li{ text-align: center; padding:0;}
.arkbapsfb ul li:first-child p{ text-align: left;}
.arkbapsfb ul li p{ color:#fff; font-size:15px; font-weight: 300; margin:0;}
.arkbapsfb ul li p{ color:#fff; font-size:12px; font-weight: 300; text-decoration: none; outline: none;}
.arkbapsfb ul li p .fa{ width: 35px; height: 35px; border-radius: 45px; line-height: 38px; text-align: center; color: #fff; font-size: 18px;}
.arkbapsfb ul li p .fa-facebook-f{ background:#3b5a9a;}
.arkbapsfb ul li p .fa-instagram{ background:#e02562;}
.arkbapsfb ul li p .fa-home{ background:#bb2025;}
.arkbapsfb ul li:last-child p{ float: right;}
.arkbapsfb ul li p a{ color:#fff; font-size:15px; font-weight: 300; text-decoration: none;}
.main_slider{ padding:0; position: relative;}
.main_slider .hero img{ width:100%;}
.main_slider .slick-prev{ border:1.5px solid #fff; width:40px; height:40px; line-height:40px; border-radius:40px; text-align:center; position: absolute;
left:40px; top:45%; z-index:2;}
.main_slider .slick-next{ border:1.5px solid #fff; width:40px; height:40px; line-height:40px; border-radius:40px; text-align:center; position: absolute;
right:40px; top:45%; z-index:2;}
.main_slider .slick-prev::before {content:"\f104"; line-height:38px; font-family: 'FontAwesome'; color:#fff; font-size:25px;}
.main_slider .slick-next::before {content:"\f105"; line-height:38px; font-family: 'FontAwesome'; color:#fff; font-size:25px;}
.main_slider .slick-next:hover:before{ color:#d84695;}
.main_slider .slick-prev:hover:before{ color:#d84695;}
.main_slider .main_sli_rel{ position: relative;}
.main_slider .carousel-caption{ text-align: left; right:0; left:0; text-shadow: none; padding:0; bottom:0;}
.revolution_slider{ margin-top:95px;}
.main_slider img{}
.main_slider .carousel-img{ position: relative; bottom:2px;}
.main_slider .carousel-img img{ width: auto;}
.main_slider .carousel-info{ padding:40px 0 0 0;}
.main_slider .carousel-info.ongoing{ padding:25px 0 0 0;}
.main_slider .slick-dots{ right:35px; position: absolute; width: auto; top:35%;}
.main_slider .slick-dots li{ display: block; margin:12px 0;}
.main_slider .slick-dots li button::before{ font-size:25px; color:#fff;}
.main_slider .carousel-caption h2{ font-size:45px; font-weight: 400; color:#fff; margin:0;}
.main_slider .carousel-caption h3{ font-size:34px; font-weight: 400; color:#fff;}
.main_slider .carousel-caption h4{ font-size:21px; font-weight: 400; color:#fff; margin-bottom:20px;}
.main_slider .carousel-caption p{ font-size:23px; font-weight: 400; color:#fff; margin:0;}
.main_slider .explore{ position: absolute; bottom:12%; right:10%;}
.main_slider .explore a{ color:#fff; font-size:24px; font-weight: 300; text-decoration: none;}
.main_slider .on_logo{ position: absolute; bottom:0; left:0; text-align: center; width:80%; z-index:100;}
.main_slider .on_logo img{ width: auto; display: inline-block;}
.main_slider .explore img{ position: absolute; bottom:0; width: auto;}
.main_slider .explore p{ float: right; vertical-align: top; font-size:36px; font-weight: 300;line-height:34px; position: relative; top:-57px;}
.main_slider .explore p span{ display: block; font-size:24px; font-weight: 300;}
.arkogpb{ text-align: center; padding:50px 0;}
.arkogpb p{ color:#676767; font-size:17px; font-weight: 300; line-height:30px;}
.arkogpb p b{ color:#b750a6; font-weight: 500;}
.arkogppsfb{ text-align: center; background:url(../images/ongoing_price_bg.jpg) no-repeat; background-size: cover; padding:70px 0;}
.arkogasrak{ text-align: center; background:url(../images/asir-bg.jpg) no-repeat; background-size: cover; padding:70px 0;}
.arkogasrakii{ text-align: center; background:url(../images/2j-asir-ii-bg.jpg) no-repeat; background-size: cover; padding:70px 0;}
.arkogppsfb ul{ padding:0; margin:0;}
.arkogppsfb ul li{ display: inline-block; vertical-align: top;}
.arkogppsfb ul li p{ background:#faa916; padding:30px 40px; font-size:56px; text-transform: uppercase; color:#fff;}
.arkogppsfb ul li p span{ display: block; font-size:20px; line-height:0;}
.arkogppsfb h2{ font-size:32px; font-weight: 400; color:#fff; text-transform: uppercase; margin-top:0;letter-spacing:21px;}
.arkogppsfb h3{ font-size:33px; font-weight: 400; color:#fff; text-transform: uppercase;margin-top:30px;}
.arkogppsfb h4{ font-size:59px; font-weight: 700; color:#fff; text-transform: uppercase; margin:0;}
.arkogppsfb h4 a{ color:#fff; text-decoration:none; background:#fd2b2a; padding:10px; font-size:18px; border-radius:10px;}
.arkogpsafb{ background:#f6f6f6; padding:50px 0; text-align: center;}
.arkogpsafb h2{ color:#656565; font-size:30px; font-weight: 300; margin-bottom:30px;}
.arkogpsafb_tab{ background:#fff;}
.arkogpsafb_tab .nav-tabs{ border: none;}
.arkogpsafb_tab .nav-tabs > li{ float: none; display: inline-block; vertical-align: top; padding:5px 0;}
.arkogpsafb_tab .nav-tabs > li > a{ color:#fff; background:#000; font-size:18px; font-weight: 400;border-radius:0; min-width:135px;
padding:27px 15px; min-height:148px;}
.arkogpsafb_tab .nav-tabs > li.active > a, .arkogpsafb_tab .nav-tabs > li.active > a:focus, .arkogpsafb_tab .nav-tabs > li.active > a:hover
{ background:#fc4949; color:#fff; position: relative;}
.arkogpsafb_tab .nav-tabs > li.active > a:before{ content:"\f0d7"; font-family: 'FontAwesome'; position: absolute; bottom:-35px;
width:100%; text-align: center; color:#fc4949; left:0; font-size:40px;}
.arkogpsafb_tab .tab-content{ text-align: left;}
.arkogpsafb_tab .tab-content ul{ padding:30px; margin:0 30px;}
.arkogpsafb_tab .tab-content ul li{ line-height:32px; color:#585858; font-size:17px; list-style-type:disc;padding:0 0 0 15px;}
.arkogpsafb_tab .tab-content ul li:before{ content:''; position: absolute; left:0;}
.arkogpfpb{ background:#3453d0; padding:50px 0;}
.arkogpfpb_tab{ padding:0;}
.arkogpfpb_tab .nav-tabs{ border: none; padding:0; text-align: center;}
.arkogpfpb_tab .nav-tabs > li.active > a, .arkogpfpb_tab .nav-tabs > li.active > a:focus, .arkogpfpb_tab .nav-tabs > li.active > a:hover
{ background:#fc4949; color:#fff; position: relative; border: none;}
.arkogpfpb_tab .nav-tabs > li > a{ display: block; border-radius:0; text-shadow: none; border: none; text-transform: uppercase;
font-size:19px; font-weight: 400; background:#fff; color:#676767; padding:40px 0;}
.arkogpfpb_tab .nav-tabs > li{ float: none; padding:3px 0;}
.arkogpfpb_tab .tab-pane{ padding:0 0 0 40px;}
.arkogpfpb_tab .tab-content h2{ color:#fff; font-size:30px; font-weight: 300;} 
.arkogpfpb_tab .tab-content img{ width:100%;}
.arkogpfpb_tab .tab-content ul{ padding:0; margin:0;}
.arkogpfpb_tab .tab-content ul li{}
.arkogpfpb_tab .tab-content ul li:last-child .tab-contents{ border: none;} 
.arkogpfpb_tab .tab-content ul li .tab-contents{ margin-top:20px;  border-right:1px solid #253a91;}
.arkogpfpb_tab .tab-content ul li .tab-contents p{ margin:0; color:#fff;}
.arkogpdbb{ background:#000000; text-align: center; padding:35px 0;}
.arkogpdbb h2{ margin:0;}
.arkogpdbb h2 a{ color:#fff; font-size:30px; font-weight: 300;margin-left:40px; text-decoration: none; vertical-align: 24px;}
.arkbapogpcaanafb{ background:#f6f6f6; padding:50px 0;}
.arkbapogpcaanafbs{}
.arkbapogpcaanafbs:first-child{ padding-left:0;}
.arkbapogpcaanafbs:last-child{ padding-right:0;}
.arkbapogpcaanafbs h2{ color:#fc4949; font-size:30px; font-weight: 300; margin-bottom:30px;}
.arkbapogpcaanafbs ul{ padding:0; margin:0;}
.arkbapogpcaanafbs img{ width:100%; margin-top:20px; display: inline-block;}
.arkbapogpcaanafbs ul li{ padding-left:52px; position: relative; color:#585858; font-size:17px;line-height:32px;}
.arkbapogpcaanafbs ul li:before{ content:''; position: absolute; left:0; top:5px; background:url(../images/features_icon.png) no-repeat;
display: inline-block; width:18px; height:19px;}
.arkbapogpgb{ text-align: center; padding:0 0 50px 0;}
.arkbapogpgb h2{}
.gallery{ padding:0; margin-top:30px;}
.gallery h3{ color:#e23535; font-weight: 600; text-transform: uppercase; font-size:14px; letter-spacing:5px; margin-bottom:20px;}
.gallery .gallery_s{ padding:5px; position: relative;}
.gallery .gallery_s img{ width:100%;} 
.slick-lightbox .slick-next{ background:#4ad6d0; border:5px solid #4ad6d0; width:40px; height:40px; line-height:40px; border-radius:40px; z-index:2;}
.slick-lightbox .slick-prev{ background:#4ad6d0; border:5px solid #4ad6d0; width:40px; height:40px; line-height:40px; border-radius:40px; z-index:2;}
.slick-lightbox .slick-next::before {content:"\f105"; font-family: 'FontAwesome'; line-height:30px; color:#fff; font-size:20px; opacity: 1;}
.slick-lightbox .slick-prev::before {content:"\f104"; font-family: 'FontAwesome'; line-height:30px; color:#fff; opacity: 1;}
.slick-lightbox-close{ background:#4ad6d0; border:5px solid #4ad6d0; width:40px; height:40px; line-height:40px;}
.slick-lightbox-close::before{ opacity: 1; font-size:40px; line-height:20px;} 
.project_enq{}
.project_enq .form-group{ position: relative;}
.project_enq .form-control{ background: #fff; border: none; color:#676767; height:45px; font-size:15px; font-weight: 300; box-shadow: none;
border-radius:0; z-index:2; position: relative;}
.project_enq select{ color:#676767; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.project_enq option{ color:#676767;}
.project_enq .form-control.txt_area{ height:134px; color:#676767;}
.project_enq .form-control.submit{ background:#001730; font-size:18px; color:#fff; font-weight: 400;padding:0 30px; display: inline-block;
 width: auto; border-radius:5px;}
.project_enq .input-group-addon{ padding:0; border: none; width: 100%;}
.project_enq .input-group-addon .fa{ position: absolute; right:10px; top:12px; color:#001730; font-size:20px; z-index:3;}
.project_enq ::placeholder{ color:#676767; font-size:15px; font-weight: 300;} 
.arkogpeb{ background:#f6f6f6; text-align: center; padding:50px 0;}
.arkogpeb h2{ color:#3453d0; font-size:30px; font-weight: 300; margin:0;}
.arkogpeb p{ color:#676767; font-size:15px; font-weight: 300; margin-bottom:20px;}
.arkogpadb{ padding:0;}
.arkogpadbs{ padding:0;}
.arkogpadbs img{ margin-bottom:20px;}
.arkogpadbs:first-child{ padding:50px 0 0 8%;}
.arkogpadbs iframe{ width:100%; min-height:475px; border: none;}
.arkogpadbs h2{ position: relative; font-size:25px; font-weight: 300; color:#656565;padding-left:40px;}
.arkogpadbs h2 span{ display: block; font-size:18px; font-weight: 300;}
.arkogpadbs h2 .fa{ position: absolute; left:0; top:0; width:30px; height:30px; line-height:30px; text-align: center; border-radius:30px;
background:#000000; color:#fff; font-size:20px;}
.arkogpadbs p{ position: relative; padding-left:40px; color:#676767; font-size:23px; font-weight: 300;}
.arkogpadbs p a{ color:#676767; font-size:23px; font-weight: 300;}
.arkogpadbs p .fa{ position: absolute; left:0; top:0; width:30px; height:30px; line-height:30px; text-align: center; border-radius:30px;
background:#000000; color:#fff; font-size:20px;}
.inner_banner{ padding:0; margin-top:95px;}
.inner_banner img{ width:100%;}
.arkbapaub{ text-align: center; padding:50px 0; background:#f6f6f6;}
.arkbapaub.gallery{ padding:50px 0 0 0; background:#fff;}
.arkbapaub h1{ color:#000000; font-size:44px;}
.arkbapaub p{ color:#676767; font-size:17px; font-weight: 300; margin-bottom:30px; line-height:28px;}
.arkbapaub p span{ color:#de2d2c; text-transform: uppercase; display: block; font-weight: 500;}
.arkbapaub ul{ padding:0; margin:0; text-align: center;}
.arkbapaub ul li{ list-style: none; display: inline-block; padding:7px;}
.arkbapaub ul li p{ background:#fe4a49; color:#fff; text-transform: uppercase; font-size:24px;
font-weight: 400; padding:50px 0; max-width:270px; min-width:270px; margin:0;}
.arkbapaub ul li p.blue{ background:#0076ff;}
.arkbapaub ul li p.orange{ background:#faa916;}
.arkbapascp{ padding:70px 0;}
.arkbapascp ul{ text-align: center;}
.arkbapascp ul li{ text-align: center; float: none; display: inline-block; padding:0 20px;}
.arkbapascp ul li .arkbapascps{ width:255px; height:255px; border-radius:255px; line-height:255px; background:#001730;
 display: flex; align-items: center; justify-content: center;}
.arkbapascp ul li .arkbapascps h2{ color:#fff; font-size:55px; font-weight: 400;}
.arkbapascp ul li .arkbapascps h2 span{ display: block; font-size:17px; text-transform: uppercase;}
.arkbapascp ul li .arkbapascps h2 sub{ bottom:0; font-size:24px;}
.arkbapocb{ text-align: center; background:url(../images/chairman_bg.jpg) no-repeat; background-size: cover; padding:150px 0 100px 0;}
.arkbapocb h2{ color:#faa916; font-size:30px; font-weight: 300;}
.arkbapocb ul{ padding:0; margin:0;}
.arkbapocb ul li{ list-style: none; vertical-align: top; position: relative;}
.arkbapocb ul li .arkbapocbs{ border:1px solid #0076ff; padding:70px 0;}
.arkbapocb ul li .chairman_icon{ position: absolute; width:100%; left:0; top:-70px; text-align: center;}
.arkbapocb ul li .arkbapocbs h3{ color:#fe4a49; font-size:30px; text-transform: uppercase; font-weight: 300; margin:0;} 
.arkbapocb ul li .arkbapocbs p{ color:#fff; font-size:15px; font-weight: 300; line-height:24px;}
.arkbapocb ul li .arkbapocbs h4{ color:#fff; font-size:26px; font-weight: 300; margin:0;} 
.arkbapocb ul li .chairman_icon span{ width:125px; height:125px; border-radius:125px; line-height:75px; text-align: center;background:#0076ff;
 border:20px solid #094b96; display: inline-block;} 
.arkbapcub{ padding:0 0 50px 0;}
.arkbapcubl{ padding:0;}
.arkbapcubr{ padding:0;}
.arkbapcubs{ padding:0 5px 5px 0; vertical-align: top;}
.arkbapcubs h2{ color:#fff; font-size:24px; font-weight: 400; margin-top:0;}
.arkbapcubs.bg{ background:#001730; padding:29px 50px;}
.arkbapcubs ul{ padding:0; margin:0;}
.arkbapcubs ul li{ background:#faa916; padding:25px 15px 25px 85px;}
.arkbapcubs ul li:nth-child(even){ background:#f1a213;}
.arkbapcubs ul li p{ color:#001730; font-size:17px; font-weight: 500; margin:0; position: relative;}
.arkbapcubs ul li p a{ color:#001730; font-size:17px; font-weight: 500; text-decoration: none;}
.arkbapcubs ul li p.mail{ display: inline-block;}
.arkbapcubs ul li p span{ display: block; color:#001730; font-size:17px; font-weight: 300;}
.arkbapcubs ul li p .fa{ position: absolute; left:-57px; top:-5px; color:#3453d0; background:#fff; width:40px; height:40px; border-radius:40px;
line-height:40px; text-align: center; font-size:23px;}
.arkbapcubs ul li p small{}
.arkbapcubs ul li p small .fa{ position: static;}
.contact_enq{ padding:0;}
.contact_enq .form-group{ position: relative; padding:0;}
.contact_enq .form-control{ background: #fff; border: none; color:#676767; height:49px; font-size:15px; font-weight: 300; box-shadow: none;
border-radius:0; position: relative; z-index:2;}
.contact_enq select{ color:#676767; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.contact_enq option{ color:#676767;}
.contact_enq .form-control.txt_area{ height:134px; color:#676767;}
.contact_enq .form-control.submit{ background:#fd2b2a; font-size:18px; color:#fff; font-weight: 400; float: left; width: auto;padding:0 30px;}
.contact_enq .input-group-addon{ padding:0; border: none; width: inherit;}
.contact_enq .input-group-addon .fa{ position: absolute; right:10px; top:12px; color:#001730; font-size:20px; z-index:3;}
.contact_enq ::placeholder{ color:#676767; font-size:15px; font-weight: 300;}
.arkbapcumb{}
.arkbapogpbt{ background:#f6f6f6;}
.arkbapogpbt ul{ padding:0; margin:0;}
.arkbapogpbt ul li{ list-style: none; padding:10px;}
.arkbapogpbt ul li .arkbapogpbts{ background:#fff; padding:0;}
.arkbapogpbt ul li .arkbapogpbts_img{ padding:0; position: relative;}
.arkbapogpbt ul li .arkbapogpbts_img img{ width:100%;}
.arkbapogpbt ul li .arkbapogpbts_info{ padding:15px 10px; min-height:332px;}
.arkbapogpbt ul li .arkbapogpbts_info.cp{ min-height:0px;}
.arkbapogpbt ul li .arkbapogpbts_info h2{ position:relative; color:#040404; font-size:18px; font-weight: 600; position: relative;
padding-left:30px; text-align: left; margin: 0;}
.arkbapogpbt ul li .arkbapogpbts_info h2 .fa{ position: absolute; left:0; top:0; color:#fc403f;}
.arkbapogpbt ul li .arkbapogpbts_info p{ position:relative; color:#676767; font-size:16px; font-weight: 300;padding-left:30px;}
.arkbapogpbt ul li .arkbapogpbts_info p .fa{ position: absolute; left:0; top:4px; color:#fc403f;}
.arkbapogpbt ul li .arkbapogpbts_info p span{ color:#fd2e2d; font-size:16px;}
.arkbapogpbt ul li .arkbapogpbts_info p b{}
.arkbapogpbt ul li .arkbapogpbts_info a{ background:#001730; color:#fff; display: inline-block; margin:0 3px; text-decoration: none;
padding:5px 10px; border-radius:5px;}
.arkbapogpbt ul li .arkbapogpbts_info a.brouchure{ background:#3453d0;}
.arkbapctmb{ background:#f6f6f6;}
.arkbapctmb ul{ padding:0; margin:0;}
.arkbapctmb ul li{ list-style: none; padding:10px;}
.arkbapctmb ul li .arkbapctmbs{ background:#fff; text-align: center; border:1px solid #3453d0; border-radius:20px;
padding:20px;}
.arkbapctmb ul li .arkbapctmbs .fa{ color:#fd2e2d; font-size:45px;}
.arkbapctmb ul li .arkbapctmbs p{ color:#676767; font-size:15px; font-weight: 300; line-height:24px;}
.arkbapctmb ul li .arkbapctmbs h6{ color:#382a2a; font-size:15px; font-weight: 500;}
.joint_enq{ background:#3453d0; text-align: center; padding:30px 50px; text-align:center;}
.joint_enq h2{ color:#fff; text-transform: uppercase; font-size:24px; font-weight: 400; margin:20px 0;}
.joint_enq h2.mar_top40{ margin-top:40px;}
.joint_enq .form-group{ position: relative; padding:5px; margin:0;}
.joint_enq .form-control{ background: #fff; border: none; color:#676767; height:60px; font-size:15px; font-weight: 300; box-shadow: none;
min-width:165px; border-radius:0;}
.joint_enq select{ color:#676767; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.joint_enq option{ color:#676767;}
.joint_enq .form-control.txt_area{ height:134px; color:#676767;}
.joint_enq .form-control.submit{ background:#001730; font-size:18px; color:#fff; font-weight: 400;padding:0 30px; width: auto;
display: inline-block; text-transform: uppercase; border-radius:10px; margin-top:20px;}
.joint_enq .input-group-addon{ padding:0; border: none; width: inherit;}
.joint_enq .input-group-addon .fa{ position: absolute; right:10px; top:12px; color:#001730; font-size:20px;}
.joint_enq ::placeholder{ color:#676767; font-size:15px; font-weight: 300;}
.arkbapcumb{ padding:0;}
.arkbapjvb{ padding:0;}
.arkbapcumbs{ padding:0 10px; }
.arkbapcumbs:first-child{ padding-left:0;}
.arkbapcumbs:last-child{ padding-right:0;}
.arkbapcumbs h2{ padding-left:13%; font-size:25px; font-weight: 300;}
.arkbapcumbs iframe{ width:100%; min-height:570px; border: none;}
.qenquiry{}
.qenquiry .modal-dialog{ width:700px; margin-top:6.7%;}
.quick_enq{ padding-right:0; text-align:center;}
.quick_enq .form-control{ background: #fff; border: 1px solid #d6d6d6; color:rgba(51,51,51,.5); height:37px; font-size:14px; font-weight: 300; border-radius:0;}
.quick_enq .form-group{ margin:0; padding:3px; min-width:210px;}
.quick_enq select{ color:color:rgba(51,51,51,.5); -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.quick_enq option{ color:color:rgba(51,51,51,.5);}
.quick_enq .form-control.txt_area{ height:95px; color:#000000;}
.quick_enq .form-control.submit{font-weight: 300; background: #4ad6d0; box-shadow: none; color:#fff; font-size:14px;}
.quick_enq ::placeholder{ color:rgba(51,51,51,.5); font-size:14px; font-weight: 300;}
.quick_enq h2{ font-size:30px;color:#4ad6d0;font-weight: 300; margin:0;}
.quick_enq p{ font-size:17px; font-weight: 300; margin:0; color:#333333; line-height:10px; margin:10px 0;}
.quick_enq .input-group-addon{ padding:0; border: none; position: relative; width:100%;}
.quick_enq .input-group-addon .fa{ position: absolute; right:10px; top:12px; color:#33cba5; font-size:20px;}
.qenquiry .modal-header{ padding:0; border: none;}
.qenquiry .modal-content{ padding:35px; box-shadow: none; border: none;}
.qenquiry .modal-body{ padding:0;}
.qenquiry_img{ margin-top:10px; text-align: center; border:5px solid #4ad6d0; padding:20px 10px;}
.qenquiry_img img{ width: 100%;}
.qenquiry_img p{ color:#5c5c5c; font-size:21px; font-weight: 300; line-height:21px; margin:29px 0;}
.qenquiry_img p span{ display: block;}
.qenquiry .close{ font-size:40px; position: absolute; right:0; top:-28px; z-index:2; background:#4ad6d0; opacity:1;
padding:0 8px; text-shadow: none; font-weight: 300; font-size:30px; color:#fff;}
.modal-backdrop.in{ z-index:2;}
.main_slider video{ width:100%;}
/* effect-shine */
a.effect-shine:hover { -webkit-mask-image: linear-gradient(-75deg, rgba(0,23,48,.6) 30%, #001730 50%, rgba(0,23,48,.6) 70%); -webkit-mask-size: 200%;
  animation: shine 2s infinite;}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}


.blog-banner img{width:100%;}
.blog{margin:50px 0;}
.blog h2{ text-align: center; font-weight: 600;margin-bottom:20px;}
.blog a{background: black;display: inline-block;    width: 100%;}
.blog a img{opacity: 0.7;    width: 100%;}
.blog .blog-caption { position: absolute; bottom: 0; margin-left:0px; margin-bottom:0px; background: #247773; padding:10px 30px; }
.blog .blog-caption p span {color: #f0da3f; }
.blog .blog-caption p{margin: 0;padding: 0;color: #fff;text-align: left;}
p.blg-arrow{    text-transform: capitalize; font-size: 14px; margin-top: 44px; display: inline-block; text-decoration: none; color: #1d1d1d;float: right;}
p.blg-arrow:after{content: url(../images/nxt-blog.png); display: block; float: right;padding-left: 10px; margin-bottom: 50px;}
p.hd-pos{font-size: 21px; color: #f04e3f; margin-bottom: 21px;}
p.ld-hed{font-size: 21px; color: #1d1d1d; /*margin-bottom: 43px;*/}
p.glnt-det{font-size: 18px; color: #1d1d1d; font-family: 'Rajdhani', sans-serif; line-height: 35px;}
.blog-lst{padding-left:60px;margin-bottom:30px;}
.blog-lst li{list-style-type:disc;    font-size: 18px; color: #1d1d1d; font-family: 'Rajdhani', sans-serif; line-height: 26px; text-align: justify;}
a p.previous-article{ text-transform: uppercase; font-size: 14px; display: inline-block; text-decoration: none; color: #FFF; float: left; border-radius: 10px;
  background-color: #f04e3f; padding: 11px; margin-bottom: 55px;}
p.previous-article:before{content: url(../images/previous-article.png);display: block; float: left; padding-right: 10px;}
a p.nxt-article{text-transform: uppercase; font-size: 14px; display: inline-block; text-decoration: none; color: #FFF; float: right; border-radius: 10px;
  background-color: #f04e3f; padding: 11px; margin-bottom: 55px;}
p.nxt-article:after{    content: url(../images/nxt-article.png); display: block; float: right; padding-left: 10px;}
.asirark h2{ color: #001646!important;font-weight: 600!important;}
.asirark h3{ color: #000!important;}
.asirark h4{ color: #000!important;}
ul.galabana li a{background: #4ad6d0;border-radius: 50px;padding: 5px 20px!important;color: #fff!important;}
ul.galabana li a:hover{background: #fd2b2a!important;transition: 0.5s all;}
.nav-justified a{display: inline-block!important;}
.nav-tabs.nav-justified>li {display: table-cell; width: 50%;}
ul.nav-justified{margin: 0 auto;display: block;}
.tabbs__item--content { padding: 20px;}
ul.tabs-navs {list-style: none; margin: 0; padding: 0;}
li.tabbs-nav__item { background-color: #2dc4a2; display: inline-block; line-height: 3; padding: 5px 60px; margin: 5px; cursor: pointer; transition: all 0.4s;color: #fff;
  border-radius: 50px;}
li.tabbs-nav__item--active,li.tabbs-nav__item--active, li.tabbs-nav__item:hover { background-color: #ff0000;}
ul.tabs-navs{display: block;text-align: center;}
h3.heading--medium{text-align: center;}
.bar-main-container { margin: 10px auto; width: 300px; height: 50px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; font-family: sans-serif;
  font-weight: normal; font-size: 0.8em; color: #FFF;}
.wrap { padding: 8px; }
.bar-percentage {float: left; background: rgba(0,0,0,0.13); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; padding: 9px 16px; width: 18%;
  height: 36px; color: #000;}
.bar-container {float: right; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; height: 10px; background: #4ad6d0; width: 78%; margin: 12px 0px;
  overflow: hidden;}
.bar {float: left;background: #001730;height: 100%;-webkit-border-radius: 10px 0px 0px 10px;-moz-border-radius: 10px 0px 0px 10px;border-radius: 10px 0px 0px 10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1;}
/* COLORS */
.azure   { background: #38B1CC; }
.emerald { background: #2CB299; }
.violet  { background: #8E5D9F; }
.yellow  { background-color: transparent; }
.red     { background: #E44C41; }

.mrgn-btn{margin-bottom: 30px;}
.glryab{padding: 60px 0;}
.glryab h2{	text-align: center;padding: 0px 0;}
li.glryhvr :hover img{transform: scale(1.1);width: 100%;height: 100%;transition: 0.5s all;}
li.glryhvr a{text-decoration: none;}
li.glryhvr a > h6{text-decoration: none;text-align: center;text-transform: uppercase;color: #000;font-size: 18px;}
.slider { width: 100%; margin: 70px 0 50px 0; }
.slick-slide {margin: 0px 20px;}
.slick-slide img {}
.slick-prev:before, .slick-next:before {color: black; }
.slick-slide { transition: all ease-in-out .3s; opacity: .2; }
.slick-active {opacity: .5;}
.slick-current {opacity: 1;}
.prvyplc p{	font-size: 16px;line-height: 30px;}
.mrgbtm{margin-top: 10px;}
.home-banner .owl-dots{position:absolute;top:40%;right:70px;}
.home-banner .owl-dots .owl-dot{width:42px;height:10px;display:inline-block;background:#4ad6d0;border-radius:0px;display:block;margin-top:20px;
  transform: rotate(320deg) skew(-40deg);}
.home-banner .owl-dots .owl-dot.active{background:#fd4a49;}
.banner-content{position:absolute;top:30%;left: auto; right: 10%;}
.banner-content h5{color:#373737;font-size:41px;font-weight:900;text-transform:capitalize;}
.banner-content p{color:#373737;font-size:37px;font-weight:300;padding:5px 0 30px 0;}
.banner-content p b{font-weight:700;}
.banner-content a{background: #373737; color:#ffffff;font-size:16px;font-weight:300;padding:15px 35px;border-radius:0px;display:inline-block; text-decoration: none; float: right;}
.banner-content a:hover{background: #df215e;transition: 0.5s all ease-in;}
.banner-content h1::before{content: url(../images/banner-border.jpg);position: absolute;left: -30px;top: -10px;z-index: 99;}
.banner-content p span{	font-weight: bold;color: #fd4a49;}
.home-banner{margin-top: 90px;}
.ark-jv-frm{background: #001730;padding: 60px;}
.ark-jv-frm h3{color: #fff;padding-bottom: 24px;}
.jv_enq .form-control {background: #fff;border: none; color: #676767; height: 49px; font-size: 15px; font-weight: 300; box-shadow: none;  border-radius: 0;
  position: relative;z-index: 2;}
.jv-form-control{background: #4ad6d0; color: #fff; border: none;padding: 20px 50px; display: inline-block; display: block; margin: 0 auto; width: 150px;margin-top: 40px;}
.bg-w{padding-bottom: 10px;}
.arkongprjhd p{text-align: center;color: #676767; font-size: 17px; font-weight: 300; margin-bottom: 30px; line-height: 28px;}
.msnstle p{text-align: left;padding: 15px 30px;}
.msnstle ul li{border: none;}
.no-pad{padding: 0;}
.enhdng h6{font-size: 22px;font-weight: bold;color: #3453d0;}
.hmeenqry{ background: #fff1f1; padding: 0 0 20px 0; text-align: center;}
.arktstm{background: #fff;padding: 30px;min-height: 380px;}
.arktestimonials{background: #f6f6f6;}
.arktstm img{width: auto!important;display: block;margin: 0 auto;}


.arktstm h6{text-align: center;font-size: 20px;padding: 10px 0;}
.arktstm p{text-align: center;font-size: 16px;line-height: 25px;}
.arktestimonials{	padding-top: 50px;}
.arktestimonials h4{text-align: center;color: #656565;font-size: 30px;	font-weight: 300;padding-bottom: 10px;}
.arktestimonials h5{text-align: center;font-size: 23px;font-weight: 300;padding-bottom: 30px;}
.testimonials .owl-dots{display: block;margin: 0 auto;text-align: center;margin: 40px 0 0px 0;}
.testimonials .owl-dots .owl-dot{width: 15px;height: 15px;border-radius: 50%;background: #a5a5a5;margin-right: 10px; }
.testimonials .owl-dots .owl-dot.active{background: #ff0000;}
.mnhght{min-height: 121px!important;padding: 0;}
.arkvsn{padding: 15px 30px;background: #fff;}
.arkvsn h2{font-size: 26px;font-weight: 100;color: #faa916;}
.arkvsn p{font-size: 15px;padding-left: 15px;line-height: 25px;}
.ey{color: #363636;margin-right: 20px;}
.arkmsn{padding: 15px 20px;background: #faa916;}
.arkmsn p{margin-bottom: 11px;font-size: 16px;color: #fff;padding: 15px 30px;}
.flg{color: #fff;font-weight: 300;margin-right: 20px;}
.arkmsn h2{	font-weight: 300;	color: #fff;}
.arkvsnmsndtls{ background: #f6f6f6;margin-bottom: 40px;}
.prjmng{background: #ffff; padding: 20px 40px;margin-bottom: 25px;	height: 200px;}
.prjmng:hover{background: #fc5f5e;transition: 0.5s all ease-in}
.prjmng span img{	margin-right: 10px;}
.prjmng h6{	font-size: 20px;color: #faa916;font-weight: 300;text-align: left;}
.prjmng:hover h6{color: #fff;}
.prjmng p{text-align: left;font-size: 15px;}
.prjmng:hover p{color: #fff;}
.arkbapaub h1, .arkongprjhd h1{text-align: center;color: #4ad6d0;}
p.arkcolor{background: transparent!important;max-width: 0; font-size: 18px!important; line-height: 24px; padding-top: 15px;  text-align: left; border-radius: 50px;
   padding: 17px 0px!important;}
p.arkcolor img{float: left;}
p.arkcolor:hover{}
.mrtps{margin-top: 30px;}
.glnt-txt img{ width: 100%; margin-bottom: 20px;}
.arkogasrak.arkraj { text-align: center; background: url(../images/ark_rajyam_bg.jpg) no-repeat;   background-size: auto; background-size: cover; padding: 70px 0;}
.arkogasrak.arksse { text-align: center; background: url("../images/ark-bharathwaj-brochure-img.png") no-repeat; background-size: auto; background-size: auto;
  background-size: cover; padding: 70px 0;}
.arkbapopgbtsimg .explore{ position: absolute; bottom: -54px; left: 0; background: #001730; color: #fff; padding: 15px 20px; border-radius: 10px; font-size: 18px;
  font-weight: 300; margin-top: 20px; margin-left: 10px; text-decoration: none; float: left;}
.arkbapogpbt ul li .arkbapogpbts_info.completedp{ min-height: 185px;}
.arkbapogpbt ul li .stamp{ position:  absolute; top: 0; left: 0;}
.arkbapogpbt ul li .stamp img{ width: 30%;}
ul.blglst li{font-size: 18px;padding-bottom: 15px; list-style-type: none; list-style-type: decimal;}
.blgcls h2{font-size: 30px; font-weight: bold; padding: 10px 0;}
.blgcls h3{font-weight: bold; font-size: 22px; color: #f04e3f;}
.blgcls a{text-decoration: none;}
.blgcls span{float: right; font-size: 16px; font-weight: 500;}
.blgcls h6{display: inline; font-size: 16px;}
.share-buttons .fa{font-size: 20px; padding: 5px; color: #fff;}
.share-buttons .share-lable{font-weight: bold; padding: 5px 0; margin-right: 10px; font-size: 16px;}
.share-buttons{ float: left; display: flex; margin: 15px 0px;}
.share-facebook a{margin: 0 5px; }
.share-whatsapp a{margin: 0 5px;}
.share-twitter a{margin: 0 5px;}
.share-buttons a{padding: 10px;}
.share-buttons a:hover {opacity: 0.8;}
.share-facebook a{background-color: #4267B2;}
.share-whatsapp a{background-color: #25D366;}
.share-twitter a{background-color: #1DA1F2;}
.wstnkub{}
.wstnkub_logo{ text-align: center;}
.wstnkub_logo a{ background: #4ad6d0; color: #fff; padding: 10px 20px; text-decoration:  none; display:  inline-block; font-size: 16px; font-weight: 500;}
.wstnkub_logo a.logo{ background:  none;}
.wstnkub_logo p{ font-size: 18px; color: #000;}
.wstnkubinfo{}
.wstnkubinfo p{ font-size: 18px; color: #000;}
.wstnkubinfo p a{ text-decoration:  none; color: #000;}
.wstnkubinfo h6{ font-size: 22px;}
.wstnkubinfos{ padding-top: 10px;}
.wstnkubinfo p .fa{ width: 30px; height: 30px; border-radius: 30px; line-height: 30px; text-align: center; background: #001730; color: #fff; margin-right: 7px;}
.wstnkub hr{ border-top:1px solid #1f283a ;}
.touch_enq .form-group .h6_title{ font-size: 22px; font-weight: bold; color: #3453d0;}

/*jana*/
.sinhptlorspltyb{background: #f6f6f6;padding: 0 0 70px 0;}
.sinhptlorspltyb h2{text-align: center;color: #474747;font-size: 50px;font-weight: 400;margin-top: 0;}
.sinhptlorspltyb .nav-tabs{text-align: center;border: none;font-size: 19px;}
.sinhptlorspltyb ul{padding: 0;margin: 0;}
.sinhptlorspltyb .nav-tabs > li{float: none;display: inline-block;position: relative;}
.sinhptlorspltyb ul li{list-style: none;padding: 8px;}
.sinhptlorspltyb .nav-tabs > li.active > a, .sinhptlorspltyb .nav-tabs > li.active > a:focus, .sinhptlorspltyb .nav-tabs > li.active > a:hover{color:#ee5f78;background: none;box-shadow: none;border: 1px solid transparent;}
.sinhptlorspltyb .nav-tabs > li::after {content: '';position: absolute;right: 0;top: 23px;border-right: 1px solid #000;height: 26px;}
.vgrd .nav-tabs li:last-child::after{border: none;}
.vdoglrys{padding: 15px;}


.gallery_s img{display: inline-block;padding: 0;width: 100%;}
.gallery_s{position: relative;margin-bottom: 31px;}
.tab-content > .active{display: block;}
.g-recaptcha{ position: relative; top: 35px;}
.g-recaptcha.contact{ top: 0; z-index: 2;}
.arkbapsfb ul li p .fa-youtube { background: #ff0000;}
.hmeenqry{overflow-x: hidden;}
li.glryhvr{	padding: 0px 10px;}
#topcontrol{ bottom: 95px !important;}

.tab_wrapper { margin: 10px 0 50px;display: inline-block; width: 100%; position: relative;}
.tab_wrapper * { box-sizing: border-box;}
.tab_wrapper > ul { clear: both; display: inline-block; width: 100%; border-bottom: none;text-align: center;}
.tab_wrapper > ul li { float: none; cursor: pointer; font-weight: normal; padding: 8px 45px; text-transform: uppercase; border: none; font-size: 1.05em; border-bottom: 0;
  position: relative;display: inline-block;background: #ccc; color: #000; margin: 0 5px 0 0;}
.tab_wrapper > ul li.active {color: #000000; border: none; margin-bottom: 20px; background: #4ad6d0;}
.tab_wrapper > ul li.active:after { content: "";position: absolute; bottom: -1px; height: 1px; left: 0; background: #fff; width: 100%;}
.tab_wrapper .controller { display: block; overflow: hidden; clear: both; position: absolute; top: 0; right: 0;}
.tab_wrapper .controller span { padding: 8px 22px; background: #49a4d9; color: #fff; text-transform: uppercase; display: inline-block;}
.tab_wrapper .controller span.next { float: right; margin-left: 10px;}
.tab_wrapper .content_wrapper { float: left; width: 100%; border: none; border-top: 0; box-sizing: border-box;}
.tab_wrapper .content_wrapper .tab_content { display: none; padding: 15px 20px;}
.tab_wrapper .content_wrapper .tab_content.active { /* display: block; */}
.tab_wrapper .content_wrapper .tab_content .error { color: red;}
.tab_wrapper .content_wrapper .accordian_header { display: none; padding: 10px 20px; text-transform: uppercase; font-weight: bold; border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff; position: relative; cursor: pointer;}
.tab_wrapper .content_wrapper .accordian_header.active { color: #49a4d9; border-bottom: 1px solid #ccc;}
.tab_wrapper .content_wrapper .accordian_header.active:after { position: absolute; top: 0; left: 0; content: ""; width: 5px; height: 100%; background: #49a4d9;}
.tab_wrapper .content_wrapper .accordian_header .arrow { float: right; display: inline-block; width: 12px; height: 12px; position: relative; border-radius: 2px;
  transform: rotate(-135deg); background: #fff; border-top: 3px solid #ccc; border-left: 3px solid #ccc;}
.tab_wrapper .content_wrapper .accordian_header.active .arrow { transform: rotate(45deg); margin-top: 5px; border-top: 3px solid #49a4d9; border-left: 3px solid #49a4d9;}
.tab_wrapper.left_side > ul { width: 25%; float: left; border-bottom: 1px solid #ccc;}
.tab_wrapper.left_side > ul li { width: 100%; box-sizing: border-box; margin: 0; padding: 12px 18px; border-width: 1px; border-right: 0; border-left: 0;}
.tab_wrapper.left_side > ul li:after { left: 0; top: 0; content: ""; position: absolute; width: 5px; height: 100%; background: #ccc;}
.tab_wrapper.left_side > ul li.active { border-color: #ccc;}
.tab_wrapper.left_side > ul li.active:after { left: 0; top: 0; width: 5px; height: 100%; background: #49a4d9;}
.tab_wrapper.left_side > ul li.active:before { right: -1px; position: absolute; top: 0; content: ""; width: 2px; height: 100%; background: #fff;}
.tab_wrapper.left_side .content_wrapper { width: 75%; border: 1px solid #ccc; float: left;}
.tab_wrapper.left_side .controller { top: -50px;}
.tab_wrapper.right_side > ul { width: 25%; float: right; border-bottom: 1px solid #ccc;}
.tab_wrapper.right_side > ul li { width: 100%; box-sizing: border-box; margin: 0; padding: 12px 18px; border-width: 1px; border-right: 0; border-left: 0; text-align: right;}
.tab_wrapper.right_side > ul li:after { right: 0; left: inherit; top: 0; content: ""; position: absolute; width: 5px; height: 100%; background: #ccc;}
.tab_wrapper.right_side > ul li.active { border-color: #ccc;}
.tab_wrapper.right_side > ul li.active:after { right: 0; left: inherit; top: 0; width: 5px; height: 100%; content: ""; background: #49a4d9;}
.tab_wrapper.right_side > ul li.active:before { left: -2px; right: inherit; position: absolute; top: 0; content: ""; width: 2px; height: 100%; background: #fff;}
.tab_wrapper.right_side .content_wrapper { width: 75%; float: left; border: 1px solid #ccc;}
.tab_wrapper.right_side .controller { top: -50px;}
.tab_wrapper.accordion .content_wrapper { border-color: #ccc;}
.tab_wrapper.accordion .content_wrapper .accordian_header { display: block;}
.tab_wrapper.accordion > ul { display: none;}
.tab_wrapper .active_tab { display: none; position: relative; background: #000000; padding: 12px; text-align: center; padding-right: 50px; color: #fff; cursor: pointer;
  border-radius: 30px;}
.tab_wrapper .active_tab .arrow { width: 30px; height: 30px; overflow: hidden; line-height: 30px; text-align: center; background: #fff; position: absolute;  right: 6px;
  border-radius: 50%; top: 50%; transform: translateY(-50%);}
.tab_wrapper .active_tab .arrow:after { content: ""; width: 10px; display: inline-block; height: 10px; border-right: 3px solid #000; border-bottom: 3px solid #000;
  transform: rotate(45deg); position: absolute; top: 50%; left: 50%; margin-left: -6px; margin-top: -8px;}
.tab_wrapper .active_tab .text {text-indent: 39px; display: block;}

.sprite{ background: url(../images/sprite.png) -817px -151px  no-repeat; width: 91px; height: 50px; display:  inline-block;}
.sprite.about_ico{ background: url(../images/sprite.png) -127px -142px  no-repeat; width: 59px; height: 44px; display:  inline-block;}
.sprite.chairman_ico{ background: url(../images/sprite.png) -545px -50px  no-repeat; width: 46px; height: 46px; display:  inline-block;}
.sprite.testi_ico{ background: url(../images/sprite.png) -448px -44px  no-repeat; width: 99px; height: 97px; display:  inline-block;}
.sprite.vismis_ico{ background: url(../images/sprite.png) -238px -148px  no-repeat; width: 48px; height: 48px; display:  inline-block;}
.sprite.ongoing_ico{ background: url(../images/sprite.png) -339px -135px  no-repeat; width: 61px; height: 62px; display:  inline-block;}
.sprite.service_ico{ background: url(../images/sprite.png) -452px -142px  no-repeat; width: 47px; height: 56px; display:  inline-block;}
.sprite.service_ico1{ background: url(../images/sprite.png) -774px -63px  no-repeat; width: 39px; height: 22px; display:  inline-block;}
.sprite.gallery_ico{ background: url(../images/sprite.png) -356px -50px  no-repeat; width: 55px; height: 54px; display:  inline-block;}
.sprite.venture_ico{ background: url(../images/sprite.png) -1089px -55px  no-repeat; width: 80px; height: 52px; display:  inline-block;}
.sprite.spec1_ico{ background: url(../images/sprite.png) -728px -151px  no-repeat; width: 36px; height: 36px; display:  inline-block;}
.sprite.spec2_ico{ background: url(../images/sprite.png) -652px -152px  no-repeat; width: 24px; height: 36px; display:  inline-block;}
.sprite.spec3_ico{ background: url(../images/sprite.png) -1180px -152px  no-repeat; width: 72px; height: 35px; display:  inline-block;}
.sprite.spec4_ico{ background: url(../images/sprite.png) -550px -155px  no-repeat; width: 50px; height: 38px; display:  inline-block;}
.sprite.spec5_ico{ background: url(../images/sprite.png) -42px -248px  no-repeat; width: 52px; height: 40px; display:  inline-block;}
.sprite.spec6_ico{ background: url(../images/sprite.png) -961px -144px  no-repeat; width: 42px; height: 44px; display:  inline-block;}
.sprite.spec7_ico{ background: url(../images/sprite.png) -237px -252px  no-repeat; width: 38px; height: 38px; display:  inline-block;}
.sprite.spec8_ico{ background: url(../images/sprite.png) -932px -64px  no-repeat; width: 36px; height: 36px; display:  inline-block;}
.sprite.testi_ico1{ background: url(../images/sprite.png) -1054px -140px  no-repeat; width: 69px; height: 58px; display:  inline-block;}
.sprite.download_ico{ background: url(../images/sprite.png) -146px -36px  no-repeat; width: 62px; height: 71px; display:  inline-block;}

.blgcls h3.conclu{ color: #000;}

.abapwb p b{ font-weight: 500;}
.arkbapaub p b{ font-weight: 500;}
.abapwb h1{ color: #4ad6d0;}
.arkbapogpbt h2{ text-align: center; margin-bottom: 30px;}
.arkbapaub h1{ color: #4ad6d0; margin-bottom: 30px;}
.arktestimonials .arkvknw a {background-color: #001730;color: white;padding: 15px 32px;padding: 8px 28px;text-decoration-line: none;font-size: 16px;}
.arktestimonials .arkvknw{text-align: center;clear: both;padding: 38px;}

.socialfix{ position: fixed; right: 0; top: 45%; z-index: 2;}
.socialfix ul{}
.socialfix ul li{ margin: 5px 0;}
.socialfix ul li a{}
.socialfix ul li .fa{width: 35px; height: 35px; border-radius: 45px; line-height: 38px; text-align: center; color: #fff; font-size: 18px;}
.socialfix ul li .fa-facebook-f{ background: #3b5a9a;}
.socialfix ul li .fa-instagram{ background: #e02562;}
.socialfix ul li .fa-home{ background: #bb2025;}
.socialfix ul li .fa-youtube{ background: #ff0000;}
.socialfix ul li .fa-phone{ background: #373737;}
.socialfix ul li .fa-whatsapp{ background: #25D366;}

.blg-arrow.hsu {display: inline-block;position: relative;padding-right: 39px;font-size: 16px; color: #000;}
.blg-arrow.hsu::after {content: '';background-image: url('../images/nxt-blog.png'); background-size: contain;background-repeat: no-repeat;width: 31px; height: 31px; position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.blgcls.jhuhuarks{padding-top: 40px;}

@media (max-width: 768px) {
    .blg-arrow {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 0; /* Reset padding to avoid extra space */
    }

    .blg-arrow::after {
        position: static; /* Remove absolute positioning */
        margin-left: 10px; /* Add space between text and image */
    }
}

@media (max-height: 720px) {
  .overlay-menu{position: fixed; top: 0; left: 0; width: 100%; height: 100%; overflow-y: auto; -webkit-overflow-scrolling: touch;
   padding: 70px 15px 15px 15px;}
   
}

@media (min-width: 992px) {
  .btn-close:hover {background: white;}
  .btn-close:hover span{background: #151515;}
  .overlay-menu ul{text-align: center;}
  .overlay-menu ul > li:hover > ul{visibility: visible; opacity: 1; left: 100%;}
  .overlay-menu ul > li:hover > a:before{width: 100%;}
  .overlay-menu ul > li > ul > li a:hover{color: #dfcd50;}
}
@media (max-width: 991px) {
  .overlay-menu{position: fixed; top: 0; left: 0; width: 100%; height: 100%; overflow-y: auto; -webkit-overflow-scrolling: touch;
   padding: 70px 15px 15px 15px;}
  .overlay-menu a{float: left;}
  .overlay-menu ul{position: relative; float: left; text-align: left;}
  .overlay-menu ul > li > span{position: absolute; display: block; z-index: 55; height: 45px; width: 45px; margin-top: -10px; right: 0;
   cursor: pointer;}
  .overlay-menu ul > li > span:before{content: ""; position: absolute; top: 22px; left: 13px; height: 1px; width: 18px; background-color: white;}
  .overlay-menu ul > li > span:after{content: ""; position: absolute; top: 13px; left: 22px; height: 18px; width: 1px; background-color: white;}
  .overlay-menu ul > li.active.clicked span:after{transform: rotate(90deg); -webkit-transform: rotate(90deg); opacity: 0;}
  .overlay-menu ul > li {margin: 0;}
  .overlay-menu ul > li > ul{position: relative; float: left; margin: 0; transform: none; background-color: inherit; left: 10px;
   padding: 0px; visibility: visible; opacity: 1; display: none; transition: none; -webkit-transition: none;-ms-transition: none;
   -moz-transition: none;}
  .clicked:after{transform: rotate(90deg); -webkit-transform: rotate(90deg); opacity: 0;}
  .overlay-menu ul > li > ul li a{padding: 0px;}
  .overlay-menu ul > li.active.clicked ul li{padding: 10px 10px 10px 0; height: auto;}
  .overlay-menu ul > li.active.clicked ul li a{font-size: 14px;}
    .btn-close{top: 15px; right: 15px;}
}


@media (min-width: 1200px) {
  .button-close:hover:before,
  .button-close:hover:after{background-color: #dfcd50;}
  .popup-wrapper.z-lower{z-index: 11;}
}
@media (max-width: 1199px) {
  .popup-wrapper{z-index: 150;}
}
@media (max-width: 767px) {
	.arkbapfb ul {text-align: center!important;}
  .popup-align{padding: 50px 15px 50px 15px;}
  .logo img{ width:100%;}
  .revolution_slider{ margin-top:73px; z-index:1;}
  .overlay-menu ul{ padding:0 30px;}
  .abapqet a{ font-size:13px;}
  .abapqet{ top:22px; right:38px;}
  .abapwb{ margin-top:0;}
  .cpupopb ul li .cpupopbs.upcoming:before{ content:''; top:-26px; transform: none; left:-26px;}
  .project_slider .carousel-caption{ padding:20px;}
  .project_slider .carousel-caption ul li{ padding:15px 7px; font-size:15px;}
  .abapwb{ padding:40px 0 20px 0;}
  .abaptabb{ padding:0;}
  .abaptabb .nav-tabs > li{ padding:0 5px;}
  .abaptabb .nav-tabs > li > a{ font-size:18px;}
  .abap_motto ul li .abap_mottos{ padding:30px 0; min-height: inherit;}
  .abap_motto ul li .abap_mottos h2{ margin-top:0;}
  .cpupopb{ padding:30px 0 20px 0;}
  .arkbapopgbt .nav-tabs{ position: static;}
  .arkbapopgbtcontr{ padding:0;}
  .arkbapopgbt{ padding:0;}
  .arkbapopgbtsimg{ padding:10px 0;}
  .arkbapopgbt .nav-tabs > li > a{ min-width:112px; padding:27px 0; font-size:17px;}
  .arkbapopgbt .nav-tabs > li{ float: none; display: inline-block;}
  .abap_motto{ padding:0;}
  .arkbapopgbtcontr a{ float: none; margin:10px 0; display: inline-block;}
  .quick_enq{ padding:0 30px;}
  .arkbapfb ul{ text-align: center;}
  .arkbapfb ul li {padding: 0 0 10px 0;}
  .arkbapfbs ul li{ padding:0;}
	.arkbapfb ul {}
  .arkbapsfb ul li:first-child p { text-align: center;}
  .arkbapsfb ul li:last-child p { float: none; text-align: center;}
  .main_slider .carousel-caption h2{ font-size:16px;}
  .main_slider .carousel-caption h3{ font-size:15px; margin:0;}
  .main_slider .carousel-caption h4{ font-size:18px;}
  .main_slider .explore{ bottom:10px;}
  .main_slider .explore a{ font-size:15px;}
  .main_slider .carousel-info{ position: absolute; padding:0; right:12px; top:5px;}
  .main_slider .slick-dots{ top:0; right:12px;}
  .arkogppsfb ul li p{ font-size:23px; padding:10px 10px;}
  .arkogppsfb ul li p span{ font-size:15px;}
  .arkogppsfb h2{ font-size:12px; letter-spacing:10px;}
  .arkogppsfb h4{ font-size:42px;}
  .arkogpb{ padding:20px 0;}
  .arkogppsfb{ padding:20px 0;}
  .arkogpsafb_tab .tab-content ul{ padding:0;}
  .arkogpfpb_tab .nav-tabs > li > a{ min-width:85px; min-height:62px; padding:10px 0; font-size:10px;}
  .arkogpfpb_tab .nav-tabs > li{ display: inline-block; vertical-align: top;}
  .arkogpsafb{ padding:0;}
  .arkogpsafb_tab{ padding:20px 0;}
  .arkogpfpb{ padding:20px 0;}
  .arkogpfpb_tab .tab-content{ padding:0;}
  .arkogpfpb_tab .tab-pane{ padding:0 15px;}
  .arkogpfpb_tab .tab-content h2{ text-align: center;}
  .arkogpfpb_tab .tab-content ul li .tab-contents{ border: none;}
  .arkogpfpb_tab .tab-content ul li{ padding:0; text-align:center;}
  .arkogpdbb h2 a{ font-size:20px; margin-left:20px;}
  .arkbapogpcaanafbs:last-child{ padding-left:0;}
  .arkbapogpcaanafb{ padding:20px 0;}
  .arkbapogpcaanafbs:first-child h2{ margin-top:0;}
  .project_enq{ padding:0;}
  .arkogpadbs:first-child{ padding:15px;}
  .arkogpadbs h2{ font-size:28px; text-align: left;}
  .arkogpadbs p{ text-align: left;}
  .arkogpadbs p a{ font-size:21px;}
  .arkogpadbs{ text-align: center;}
  .inner_banner{ margin-top:65px;}
  .quick_enq .input-group-addon{ width:100%;}
  .quick_enq .form-control.submit{ margin-top:20px; display: inline-block;}
  .quick_enq .form-control.submit{ width: auto;}
  .arkbapascp{ padding:20px 0;}
  .arkbapcubs ul li p small .fa{ position: absolute;}  
  .arkbapcubs ul li p{ margin:10px 0;}
  .arkbapcubs{ padding:5px 0;}
  .arkbapcubs.bg{ padding:20px;}
  .arkbapcubs h2{ text-align: center;}
  .joint_enq{ padding:15px;}
  .arkbapaub h2{ font-size:35px;}
  .arkbapctmb{ padding:0;}
  .arkbapctmb ul li{ padding:10px 0;}
  .arkbapocb{ padding:100px 0 25px 0;}
  .arkbapocb ul li{ padding:0;}
  .arkbapaub ul li{ width:100%; padding:7px 0;}
  .arkbapaub ul li p{ width:100%; max-width: inherit;}
  .arkbapaub{ padding:20px 0;}
  .arkbappieb{ padding:20px 0 0 0;}
  .arkbapogpbt ul li{ padding:10px 0;}
  .arkbapaub.gallery{ padding:0;}
  .arkbapogpgb{ padding:0 0 20px 0;}
  .arkbapfb{ padding:20px 0 0 0;}
  .arkbapsfb{ margin-top:0; margin-bottom: 50px;}
  .arkbapfb ul li:first-child{ padding: 0;}
  .arkbapcub{ padding:0;}
  .arkbapcumbs{ padding:10px 0;}
  .arkbapcumbs h2{ text-align: center; padding:0;}
  .project_enq .form-group{ padding:0;}
  .main_slider .on_logo{ right:0; left: 0;}
  .main_slider .carousel-info.ongoing{ padding:0;}
  .main_slider .on_logo img{ width:15%;}
  .qenquiry .modal-dialog{ width:100%; margin:0;}
  .qenquiry .modal-content{ padding:0;}
  .qenquiry_img{ padding:20px 0; border: none;}
  .qenquiry_img img{ width: auto;}
  .qenquiry .close{ right:24px; top:5px;}
  .arkogpsafb_tab .tab-content{}
  .main_slider .carousel-img img{ width:78%;}
  .main_slider .carousel-img{}
  .arkbapopgbtcont{ padding:0 15px;}
  .touch_enq{ padding:0 15px;}
  .touch_enq .input-group-addon{ width:100%;}
  .touch_enq .form-control.submit{ margin-top:20px; display: inline-block;}
  .project_slider .slick-prev{ top:49%;}
  .project_slider .slick-next{ top:49%;}
  .arkogpsafb_tab .nav-tabs > li > a{ min-width: 115px; min-height: 115px; padding:20px 10px;}
  .arkbapopgbtsinfo{ width:100%; left:0; padding:0 0;}
  .arkbapopgbtsinfo.wd{width:100%;}
  .arkbapopgbts_arrow{bottom: -19px;left: -13px;}
	.tab_wrapper .content_wrapper .tab_content.active{display: flex;}
	.tab_wrapper .content_wrapper .tab_content { display: none; padding: 0px;}
	li.glryhvr{}
	.tab_wrapper .content_wrapper .accordian_header.active:after { position: absolute; top: 0; left: 0; content: ""; width: 5px; height: 100%; background: #3ab5b0;}
	.tab_wrapper .content_wrapper .accordian_header.active {color: #3ab5b0; border-bottom: 1px solid #ccc;}
	.undefined, .accordian_header.active{	transition: 0.5s all;	}
  .mbledsply{display: flex;margin-bottom: 10px;}
	.mob-prgsbr h2{font-size: 18px;	text-align: center;}
	.mob-prgsbr ul{padding: 0;}
	.mob-prgsbr ul li{padding-left: 5%;	font-size: 16px;font-weight: 500;}
	.mob-prgsbr h4{	font-size: 20px;	font-weight: bold;text-align: center;	}
	.mob-prgsbr{border-bottom: 1px solid #ccc;	padding-bottom: 20px;	}
  .arkbapfb ul li .arkbapfbs.mob{ min-height: 300px;}
  .arkbapfb ul li .arkbapfbs.coroff{ width: 100%;}
  .arkbapfb ul li .arkbapfbs.cheoff{ width: 100%;}
  .touch_enq .form-group.captcha{ display:  inline-block;}
  .blog .blog-caption { width: 100%; left: 0; right: 0;}
  .mrgbtm{padding: 0;}
  .arkbapfb ul li .arkbapfbs h2{text-align: center;}
  .touch_enq .form-group.mob{ width: 100%;}
	
  /*jana*/
  .jhuhuarks{padding: 0px; margin-left: 0px;}
  .blgcls span{margin-top: 20px;margin-bottom: 25px;}	
  .share-buttons .share-lable{margin-top: -1px;font-size:14px;}
  .jhuhuarks h1 strong{font-size: 26px;}
  .blgcls h2{line-height: 36px;}
  .blgcls h3{line-height: 36px;}
  .tab_wrapper > ul { display: none;}
  .tab_wrapper .content_wrapper { border: 0;}
  .tab_wrapper .content_wrapper .accordian_header { display: block; }
  .tab_wrapper.left_side .content_wrapper, .tab_wrapper.right_side .content_wrapper { width: 100%; border-top: 0;}
  .tab_wrapper .controller { display: none;}
  .tab_wrapper.show-as-dropdown > .tab_list {border: 0; box-shadow: 0 0 8px #ccc; position: absolute; z-index: 3; background: #fff; border-radius: 5px; margin-top: 15px;}
  .tab_wrapper.show-as-dropdown > .tab_list:before { content: ""; position: absolute; top: -6px; left: 50%; width: 14px;  height: 14px; background: #fff;
    transform: rotate(45deg); box-shadow: -3px -4px 5px #efefef; margin-left: -7px; }
  .tab_wrapper.show-as-dropdown > .tab_list li { border: 0; border-bottom: 1px solid #ccc;}
  .tab_wrapper.show-as-dropdown > .tab_list li.active:after { display: none;}
  .tab_wrapper.show-as-dropdown .active_tab { display: block;}
  .tab_wrapper.show-as-dropdown > .tab_list { display: none; }
  .tab_wrapper.show-as-dropdown > .content_wrapper > .accordian_header {display: none;}
  .tab_wrapper.show-as-dropdown > .tab_list li { display: block; float: none; width: 100%;}
  .touch_enq .form-group{display: inherit; padding: 0 15px;}
  .abapwb h1{ font-size: 25px;}
  .socialfix{ bottom: 0; top:  inherit; left: 0; width: 100%; text-align: center; background: #fff;}
  .socialfix ul{ padding: 10px 0; margin: 0;}
  .socialfix ul li{ display:  inline-block;}

  .arkogpadbs img{ width: 100%;}
}


@media (max-width: 1199px) {
  .popup-container.right{display: inline-block; position: relative; vertical-align: middle; width: 100%; position: relative;
   text-align: left; top: auto; right: auto;}
}


@media (min-width: 768px) {
  .login-popup .separator{position: relative; height: 100%;}
  .login-popup .separator:before{content: ""; position: absolute; display: block; height: calc(100% - 10px); width: 1px; top: 0;
   left: 50%; background-color: #e3e3e3;}
  .login-popup .separator .col-sm-6:nth-child(1){padding-right: 40px;}
  .login-popup .separator .col-sm-6:nth-child(2){padding-left: 40px;}
  .tab_wrapper.show-as-dropdown > .tab_list {
    display: block !important;
    overflow: hidden;
  }
	
}


@media (min-width: 1200px) {
  header.header-style-2 .hamburger-icon{display: none;}
  .hamburger-icon-2:hover span:nth-child(1),
  .hamburger-icon:hover span:nth-child(1){bottom: 29px;}
  .hamburger-icon-2:hover span:nth-child(3),
  .hamburger-icon:hover span:nth-child(3){bottom: 13px;}
  .hamburger-icon-2.active:hover span:nth-child(1){bottom: 27px;}
  .hamburger-icon-2.active:hover span:nth-child(3){bottom: 15px;}
  header ul.header-menu > li > a:hover:before{height: 100%;}
  header ul.header-menu > li > a:hover{color: #fff;}
  header ul.header-menu > li > ul > li a:hover{color: #dfcd50;}
  header.header-style-2.open-style ul.header-menu,
  header.header-style-2.open-style .login-wrapper,
  header.header-style-2.open-style .basket,
  header.header-style-2.active ul.header-menu,
  header.header-style-2.active .login-wrapper,
  header.header-style-2.active .basket{visibility: visible; opacity: 1; -ms-transform: translateX(0px); -webkit-transform: translateX(0px);
   transform: translateX(0px);}
}
 

@media (max-width: 1199px) {
  header.header-style-2 .hamburger-icon-2,
  header.header-style-2 ul.header-menu,
  header.header-style-2 .login-wrapper,
  header.header-style-2 .basket{display: none;}
  header.scrolled,
  header{position: fixed; width: 100%; left: 0; top: 0; z-index: 20; padding: 5px 0;}
  .logo{height: 50px; line-height: 62px;}
  header .hamburger-icon{ position: absolute; right:20px; top:0;}
  .hamburger-icon-2 span:nth-child(1), .hamburger-icon span:nth-child(1){ bottom:27px;}
  .hamburger-icon-2 span:nth-child(3), .hamburger-icon span:nth-child(3){ bottom:5px;}
  .hamburger-icon-2 span:nth-child(2), .hamburger-icon span:nth-child(2){ bottom:16px;}
}

@media (max-width: 767px) {
  .hamburger-icon-2,
  .hamburger-icon{margin-right: 0;}
  .logo{margin-left: 0;}
	.mr-tpsln{
		margin-top: 15px;
	}
	.arkbapfb ul li .arkbapfbs p span{
		font-weight: normal;
	}
	.arkbapfb ul li .arkbapfbs{
		text-align: left;
		width: 160px;
		padding: 0 10px;
	}
	.arkbapfb ul li .arkbapfbs p a{
		font-size: 13px;
	}
	.arkbapfb ul{
		padding: 0 10px!important;
	}
	li.mbleqcklnks a{
	text-decoration: none;
    color: #939ea4;
    font-size: 12px;
    padding: 0 3px;
	}
	.banner-content{
		top:10%;
		right: auto; 
		left: 15%;
	}
	.banner-content h1{
		font-size: 20px;
	}
	.banner-content p{
		font-size: 16px;
		margin-bottom: 0;
		padding-bottom: 20px;
	}
	.banner-content a{
		float: left;
		    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    padding: 6px 17px;
    border-radius: 0px;
    display: inline-block;
    text-decoration: none;
	}
	.home-banner .owl-dots .owl-dot{
		    transform: rotate(360deg) skew(0deg);	
		display: inline-block;
		margin: 50px 2px;
		    width: 10px;
    height: 10px;
    border-radius: 50px!important;
		
	
	}
	.home-banner .owl-dots {
    position: absolute;
    top: auto;
    right:  inherit;
    bottom: 3%;
		width: 100%;
		bottom: -3%;
    text-align: center;
}
	.ark-jv-frm{
		padding: 60px 0px;
	}
	
}




@media (max-width: 1500px) {
    
    header ul.header-menu > li {margin: 0px; }
    header ul.header-menu > li > a {padding: 0 15px;}
   
}

.blog-caption p a.arkblog{background-color: #247773;color: white;text-decoration-line: none;}

.blgcls.jhuhuarks p{font-size: 18px;line-height: 35px;}
a.btn.btn-primary.ark{margin: 0 auto;text-align: center;display: block;width: fit-content;font-size: 16px;padding: 5px 20px;color: white;border: none;background-color: #fd4a49;margin-bottom: 10px;}



