@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,400,500,600&subset=latin-ext,vietnamese');

@font-face {
    font-family: 'Helvetica LT Std';
    src: url('../fonts/HelveticaLTStd-BoldCond.eot');
    src: url('../fonts/HelveticaLTStd-BoldCond.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaLTStd-BoldCond.ttf') format('truetype'),
        url('../fonts/HelveticaLTStd-BoldCond.svg#HelveticaLTStd-BoldCond') format('svg');
    font-weight: bold;
    font-style: normal;
}

html,
body,
div,
h1,
p,
a,
video {
    margin: 0;
    padding: 0;
}
audio,
canvas,
progress,
video {
    display: inline-block;
}
/* =============================================================================
  HTML, BODY
============================================================================= */

.image-card img {
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

.image-card:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
body {
    height: 100%;
}
body a{
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}

body {font-size: 15px; font-family: 'Roboto', sans-serif;line-height: 1.5; height: 100%;}
a, a:hover, a:focus{color: #f17d18; text-decoration: none; outline: none; border: none;}
.btn.btn-primary, .btn.btn-default:hover, .navbar-default .navbar-nav > li > a:hover::before, .navbar-default .navbar-nav > .active > a::before, .line-block span::before, .line-block span::after, .cd-headline.clip .cd-words-wrapper::after, .bottom-arrow i, .about-item:hover .fa, .service-list:hover .fa, #filter-list li::before, .portfolio_items li .post_thumb::before, .price-top, .pack-price, .team-member.designation::before, .progress-block .single-progressbar .progress .progress-bar, .navigation.post-navigation a:hover, .pagination .page-numbers li span, .pagination .page-numbers li a:hover, .pagination .page-numbers li a:hover, .pagination .page-numbers li.active, .sidebar .widget-title::before, .sidebar .widget .tagcloud a:hover, .search-form form .input-group-addon, .error-page form .input-group-addon, .carousel-indicators .active, .footer-left a:hover, .back-top i, .navbar-default .navbar-toggle .icon-bar, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover, .mobile-menu-closer:hover, .overlay::before, .team-thumb::after, input[type="submit"]:hover, .pagination .page-numbers a:hover, .pagination.custom .page-numbers.current, .team-member .designation::before {
    background: #f17d18;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a#backToTop {
    border-radius: 5px;
    text-align: center;
    background:#000 url(../images/up.svg) no-repeat center / 20px auto;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 100%;
    position: fixed;
    right: 20px;
    bottom: 30px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 999;
    display: none;
}
a#backToTop:hover {
    opacity:1
}
.mobiles-table .closebutton-footer {
    margin-bottom: -40px;
    position: relative;
    z-index: 9;
}
.closebutton-footer {
    background: url(../images/close-home.png) no-repeat;
    font-size: 0;
    width:20px;
    height:20px;
    float: right;
    overflow: hidden;
    text-indent: -9999px;
    clear: both;
    margin: -22px -11px;
    margin-bottom: 3px;
    cursor: pointer;
}
.crosearrow{ background: url(../images/crosearrow.png) no-repeat;
             height:16px;}
.closebutton-footer:hover {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}
.cleck-here{ background: #d9521a; padding: 5px 15px; color: #fff; margin-top: 15px; margin-bottom: 15px;}
.rotate {

    /* Safari */
    -webkit-transform: rotate(-90deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE */
    -ms-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}
.content-priv h3 {
    font-size: 22px;
    margin-top: 15px;
    padding-bottom: 15px;
    font-family: 'Oswald', sans-serif;
}
.content-priv p{ text-align:justify;}

.footer__nav-level-zero > li.reds-logo{padding-left: 26%;}
.mt40{ margin-top: 40px;}
.mt65{ margin-top: 65px;}
.pt65{ padding-top: 65px;}
.mb65{ margin-bottom: 65px;}
.pb65{ padding-bottom: 65px;}
.wt-bg{ background: #fff;}
.pt-pb{ padding-top: 30px; padding-bottom: 30px;}
.pt30{ padding-top: 30px;}
.panel-group.mt65{ margin-top: 5px;}
h1,h2,h3,h4,h5{ margin: 0px; padding: 0px;}
/*tittle-*/
.hero-image-text-active__container h2{ font-family: 'Oswald', sans-serif; /*font-size:70px; -old style*/ font-size: 50px; }
.artical-tittle h2{font-family: 'Oswald', sans-serif; text-transform: uppercase; font-size: 30px;}

.btn.btn-primary {border: 1px solid #f17d18;background: #f17d18;color: #fff;}
.btn.btn-primary:hover { background: none; border-color: #f68000; color: #f68000;}
.btn {font-size: 18px; font-weight: 300;min-width: 225px;display: inline-block; -webkit-border-radius: 15px 0; -moz-border-radius: 15px 0; border-radius: 15px 0; -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
}
.home-full-screen { top:0; left:0; right:0; bottom:0;}
#viedo-bg-elem{position:absolute; top:0px; left:0px; bottom: 0px;}
/* =============================================================================
  CONTENT
============================================================================= */
.content {position: relative; top: 10%; z-index: 2; margin: 0 auto;max-width: 1170px;text-align: center;}
.content__heading {margin-bottom:40px;margin-top:60px;color: #fff;font-size: 80px; font-family:Helvetica LT Std !important; font-weight:bold; font-style: normal; text-transform: uppercase;}
.content__teaser { margin-bottom: 24px; color: #595959; font-size: 22px;}
.content__cta {display: inline-block; margin-right:40px;padding:6px 12px;color: #f17d18;font-size: 18px;text-decoration: none; border: solid 1px #f17d18;text-decoration: none;}
.btnsHom li:last-child .content__cta {margin:0}
.disclamer p{font-size:10px;}
/* =============================================================================
  VIDEO
============================================================================= */
.video {position: fixed;top: 50%;left: 50%;z-index: 1;min-width: 100%; min-height: 100%; width: auto; height: auto; -webkit-transform: translate(-50%, -50%);    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}
/*
============================================
  Footer-part
=============================================
*/

.ng-isolate-scope{position: absolute;width: 100%;bottom: 0px;}

.social-footer{list-style-type: none;float: left;margin: 10px 0px;position: relative;}
.social-footer li{float: left;width: 40px;height: 40px;background: #0a0a0a;margin: 0px 5px;text-align: center;line-height: 40px;font-size: 20px;border-radius: 50px;transition: .5s}
.social-footer li a{color: #bbbaba;}
.social-footer li:hover{background: #f36c10;transition: .5s;}
.social-footer li:hover a{color:#fff;}

.new2 tr td {color:#fff!important; text-align:center; font-size:13px; border:1px solid #7a7777 ; padding:5px;}
.footer { z-index: 999 !important; background-color: #1f1f1f; padding: 1.55rem 0 0;}
.footer { position: relative; bottom: 0;left: 0;padding: 1.2rem 0 0; width: 100%; height: auto;}
.borders{ width:102%!important;; border:1px solid #fff; margin-bottom:0px!important}
.footer {z-index: 999 !important; background-color: #1f1f1f; padding: 1rem 0 ;}
.footer__column {max-width: 75rem;margin-right: auto;margin-left: auto;}
.footer__nav {width: 100%; float: left; padding-right: 0; padding-left: 0; margin-left: 0%; position: relative; left: 0rem; margin-top: .3rem;}
.footer__nav-level-zero{padding-inline-start:0px;float: right}
.footer__nav-level-zero:first-child{margin: 20px 0px;float: none;margin-left: auto;margin-right: auto;width: max-content;}
.footer__nav-level-zero>li {
    display: inline-block;
    position: relative;
    transition: background-color .2s ease;
    height: 33.6px;
    height: 2.1rem;
}
.footer__nav-level-zero>li > a {
    color: #fff; font-size: 14px;
    font-weight: 300;
    padding: 0px 9px;
    text-transform: uppercase;
    border-right: #ddd solid 1px;
}
.footer__nav-level-zero>li > a:hover { color: #f17d18}
.footer__nav-level-zero>li:last-child a{border-right:none}
.footer_request_callback{  float: left; padding-right: 1.25rem;
                           padding-left: 1.25rem;
                           margin-left: 5%; }
.footer_request_callback a{ border: #fff solid 1px; color: #fff; font-size: 13px ; 
                            padding: 5px 10px;
}
.footer_request_callback a:hover{ color:#f17d18}
.footer__social-icons {
    width: 19.375%;
    float: left;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-left: 4%;
    margin-top: .6rem;
    vertical-align: top;
}
.footer__social-icons ul{ margin: 0px; padding: 0px; list-style: none;}
.footer__social-icons li {
    margin: 0 1.0rem;
    float: left;
}
.footer__social-icons li a .fa{ font-size: 16px; color: #fff;}
.footer__social-icons li a .fa:hover{ font-size: 16px; color: #f17d18;}
.mt-mb{ margin-top:30px; margin-bottom: 30px;}




/*
=========================================================
  facilities page
=========================================================
*/

/* =Info Bar
-------------------------------------------------------------- */
#info-bar {
    background-color: #3cb5f9; }
#info-bar a {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    padding: 10px; }
#info-bar a:hover {
    background-color: #0793e2; }
#info-bar span.all-tutorials,
#info-bar span.back-to-tutorial {
    display: block;
    width: 50%; }
#info-bar span.all-tutorials {
    float: left;
    text-align: left; }
#info-bar span.back-to-tutorial {
    float: right;
    text-align: right; }

/* =Header
-------------------------------------------------------------- */
header {
    width: 100%;
    height: 65px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #1f1f1f;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s; }
header h1#logo {
    display: inline-block;
    height:51px;
    line-height:51px;
    float: left;
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    color: white;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
header nav {
    display: inline-block;
    float: right; }
header nav a {
    line-height: 150px;
    margin-left: 20px;
    color: #9fdbfc;
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
header nav a:hover {
    color: white; }
header.smaller {
    height: 75px; }
header.smaller h1#logo {
    width: 150px;
    height: 75px;
    line-height: 75px;
    font-size: 30px; }
header.smaller nav a {
    line-height: 75px; }
.m-b{ color: #fff; border: #fff solid 1px; padding: 3px 10px; font-size: 14px;}
/* =Footer
-------------------------------------------------------------- */
/* =Extras
-------------------------------------------------------------- */
.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }

/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 660px) {
    /* =Header
    -------------------------------------------------------------- */
    header h1#logo {
        display: block;
        float: none;
        margin: 0 auto;
        /*height: 100px;
        line-height: 100px;*/
        text-align: center; }
    header nav {
        display: block;
        float: none;
        height: 50px;
        text-align: center;
        margin: 0 auto; }
    header nav a {
        line-height: 50px;
        margin: 0 10px; }
    header.smaller {
        height: 75px; }
    header.smaller h1#logo {
        height: 40px;
        line-height: 40px;
        font-size: 30px; }
    header.smaller nav {
        height: 35px; }
    header.smaller nav a {
        line-height: 35px; } }
@media all and (max-width: 600px) {
    .container {
        width: 100%; }

    #info-bar a {
        display: block; }
    #info-bar span.all-tutorials,
    #info-bar span.back-to-tutorial {
        width: 100%; }
    #info-bar span.all-tutorials,
    #info-bar span.back-to-tutorial {
        float: none;
        text-align: center; }
    #info-bar span.all-tutorials {
        border-bottom: solid 1px #0793e2; } }

.w3l-logo{ float: left;}
.agileinfo-tleft2 {
    float: right;
    width: 30%;
    margin-top: 1.3em;
}
.agileinfo-tleft2 .ft_rc{ float: left; margin-left: 30px;}
.agileinfo-tleft2 .ft_rc a{ font-size: 14px; color: #fff; border: #fff solid 1px; padding: 3px 10px; }
.agileinfo-tleft2 .header-social-link{
	width: 60%;
    float: left;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0%;
    margin-top: -5px;
    vertical-align: top;
}
.agileinfo-tleft2 .header-social-link ul{ margin: 0px; padding: 0px; list-style: none;}
.agileinfo-tleft2 .header-social-link ul li{  margin: 0 5px; float: left;}
.agileinfo-tleft2 .header-social-link ul li a{ }



.site-container {
    padding-top: 3.125rem;
    position: relative;
}
.hero-image-text-active__container {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: auto;
    min-height: 440px;
    min-height: 36rem;
}
.hero-image-text-active__content {
    margin: 0 auto;
    padding: 3rem 0;
    text-align: center;
    position: relative;
}
.hero-image-text-active__content {
    padding: 15.675rem 0 10.475rem;
    max-width: 80rem;
}
.hero-image-text-active__content h2{    
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    letter-spacing: 10px;
}
.hero-image-text-active__content h3{ color: #fff; font-family: 'Oswald', sans-serif; margin: 0px; font-size: 24px; font-weight: 300; letter-spacing: 2px;}
.hero-image-text-active__container:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    opacity:1;
}

.report-sec .hero-image-text-active__container:before{
    background: transparent;
}
.faciliti-bg-cantt{
    /*background: url(../images/facility-cantt-bg.jpg) no-repeat top; background-size: cover;*/
}
.artical-tittle h2{ letter-spacing: 5px;}
hr.link{ width:60px; background: #333333; height: 3px; margin: 0px auto; margin-top: 17px; margin-bottom: 28px;}

/*projects*/

.bg-projects {
    position:relative;
    background-size:cover;
}

.project {
    padding:0;
    overflow:hidden;

}
.project figure {
    position:relative;
}
.project figure img {
    display:block;
    width:100%;
    -webkit-transition:all 8s linear;
    -o-transition:all 8s linear;
    transition:all 8s linear;
}
.project figure:after {
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:#111;
    opacity:0.8;
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.project.project-light figure:after {
    opacity:0.8;
}
.project figcaption {
    position:absolute;
    z-index:1;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin:2.6em 2.6em;
}

.project-title {
    position:relative;
    top:0;
    left:0;
    margin:0;
    font-family:'Oswald', sans-serif;
    font-weight:normal;
    font-size:15px;
    line-height:1.45;
    letter-spacing:0.07em;
    color:#fff;
    text-transform:uppercase;
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.project-category {
    position:absolute;
    left:0;
    bottom:0;
    margin:0 0 -0.8em;
    font-family:'Oswald', sans-serif;
    font-weight:normal;
    font-size:15px;
    text-transform: uppercase;
    color:#fff;
    letter-spacing:0.2em;
    -webkit-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    transform:rotate(-90deg);
    -webkit-transform-origin:0 0;
    transform-origin:0 0;
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
    line-height: 22px;
}
a.readmore-ft{
    position:absolute;
    left:50%;
    top:50%;
    width:9em;
    height:9em;
    margin-top:-4.5em;
    margin-left:-4.5em;
    margin:-4.5em;
    border-radius:50%;
    background:rgba(24,47,63,0.90) url(../images/zoom.png) center 30px no-repeat;
    overflow:hidden;
    text-align: center;
    opacity:0;
    -webkit-transform:scale(0.5);
    -ms-transform:scale(0.5);
    -o-transform:scale(0.5);
    transform:scale(0.5);
    -webkit-transition:all 0.7s;
    -o-transition:all 0.7s;
    transition:all 0.7s; z-index:999;

}
.readmore-ft{ line-height: 162px; z-index: 999;  font-size: 15px; color: #fff; text-transform: uppercase;}

.project figure:hover:after {
    opacity:0;
}
.project figure:hover img {
    -webkit-transform:scale(1.4);
    transform:scale(1.4);
}
.project figure:hover .project-title {
    top:30px;
    opacity:0;
}
.project figure:hover .project-category {
    opacity:0;
    letter-spacing:2em;
}
.project figure:hover a.readmore-ft {
    opacity:1;
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
.owl-prev, .owl-next {
    position:absolute;
    top:50%;
    font-family:'Oswald', sans-serif;
    font-size:1em;
    letter-spacing:0.32em;
    text-transform:uppercase;
    color:#fff;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    opacity:0.7;
}
.owl-prev:hover, .owl-next:hover {
    opacity:1;
}
.owl-prev {
    left:0.8em;
    padding-left:35px;
    background-size:1.3em 1em;
}
.owl-next {
    left:auto;
    right:0.8em;
    padding-right:35px;
    background-size:1.3em 1em;
}
.mfp-figure {
    box-shadow:none;
}
.mfp-iframe-scaler {
    overflow:visible;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    padding:0;
    margin-top:-10px;
    font-family:inherit;
    font-size:40px;
    font-weight:300;
    line-height:0;
}
img.mfp-img {
    min-height:460px;
}
.mfp-title {
    padding-right:40px;
    font-size:1.2em;
    line-height:1.2;
    margin-top:3px;
    text-transform:uppercase;
    letter-spacing:0.1em;
    padding-bottom:10px;
}
.mfp-counter {
    top:5px;
}
.mfp-bg {
    background-color:#141414;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    display:none;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    display:none;
}
.mfp-wrap .mfp-content {
    -webkit-perspective:1300px;
    perspective:1300px
}
.mfp-wrap .mfp-figure, .mfp-wrap .mfp-iframe-scaler {
    opacity:0;
    -webkit-transform-style:preserve-3d;
    transform-style:preserve-3d;
    -webkit-transform:scale(0) rotateY(60deg);
    -o-transform:scale(0) rotateY(60deg);
    transform:scale(0) rotateY(60deg);
}
.mfp-bg {
    opacity:0;
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
.mfp-wrap .mfp-figure, .mfp-wrap .mfp-iframe-scaler {
    opacity:0;
    -webkit-transition:.3s ease-in-out;
    -o-transition:.3s ease-in-out;
    transition:.3s ease-in-out;
    -webkit-transform:rotateY(-60deg);
    -ms-transform:rotateY(-60deg);
    -o-transform:rotateY(-60deg);
    transform:rotateY(-60deg);
}
.mfp-bg {
    opacity:0;
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
.mfp-wrap.mfp-ready .mfp-figure, .mfp-wrap.mfp-ready .mfp-iframe-scaler {
    opacity:1;
    -webkit-transform:rotateX(0);
    -ms-transform:rotateX(0);
    -o-transform:rotateX(0);
    transform:rotateX(0);
}
.mfp-ready.mfp-bg {
    opacity:0.8;
}
.mfp-wrap.mfp-removing .mfp-figure, .mfp-wrap.mfp-removing .mfp-iframe-scaler {
    opacity:0;
    -webkit-transform:rotateX(-60deg);
    -ms-transform:rotateX(-60deg);
    -o-transform:rotateX(-60deg);
    transform:rotateX(-60deg);
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    
}
.mfp-removing.mfp-bg {
    opacity:0;
}
.project-title-info {
    font-family:'Montserrat', sans-serif;
    font-weight:bold;
    font-size:2vmin;
    text-transform:uppercase;
    letter-spacing:0.2em;
    margin-top:2.2em;
    margin-left:-1.8em;
}
.project-title-info .project-info-item {
    display:inline-block;
    margin-left:1.8em;
}
.project-details-item {
    position:relative;
}
.project-details-img {
    position:relative;
    padding:0;
}
.project-details-info {
    background-color:#c5a47e;
    padding:4.8em 3.1em 4.8em;
    color:#fff;
}
.project-details-title {
    position:relative;
    font-family:'Oswald', sans-serif;
    font-weight:400;
    font-size:1.9em;
    line-height:1.5;
    text-transform:uppercase;
    color:#fff;
    margin:0 0 0.7em;
}
.project-details-title:before {
    content:'';
    position:absolute;
    bottom:-0.35em;
    width:10em;
    border-top:1px solid #ededed;
    left:-4.4em;
    width:5.5em;
}
.project-details-descr {
    font-size:1.1em;
    line-height:1.62;
}
.project-details-descr p:last-child {
    margin-bottom:0;
}
.project-details-item:nth-child(even) .project-details-info {
    right:0;
    left:auto;
    top:13%;
    background-color:#212121;
}
/*
==================================
    slider
=================================
*/
.slick-slide .banner-cantt{ padding-top: 15%; padding-bottom:10%; text-align: left; left: 10%; position: relative;  height: 100%}
.slick-slide .banner-cantt h1{ font-size:60px; font-weight: 800; text-transform: uppercase; color: #fff;}
.slick-slide .banner-cantt p{ color: #fff; font-size: 15px;}
.slick-slide .banner-cantt p.learmore{ text-align: center; width: 99px; margin: 0px auto;}
.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;margin-top:-10px;padding:0;cursor:pointer;color:transparent;border:none;outline:none;background:transparent}
.slick-prev{left:0px;width: 50px;height: 50px;}
.slick-next{right:0px;width: 50px;height: 50px;}
.slick-dots{position:absolute;bottom:-40px;display:block;width:100%;padding:0;list-style:none;text-align:center}
.slick-dots li{position:relative;display:inline-block;width:12px;height:12px;margin:0 5px;padding:0;cursor:pointer;background-color: #e6262c;border-radius: 100%;}
.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent;}
.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}
.slick-list.dragging{cursor:pointer;}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left;height:100%;min-height:1px}
.slick-slide img{display:block; width: 100%;}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}
.slick-dots li.slick-active{background-color: #000;}


/*
===============================================================
  Contact us
================================================================
*/
.form{ border: #f5f5f5 solid 6px; padding: 28px; }
.form h3{ font-size: 25px; font-family: 'Oswald', sans-serif; font-weight: 600; letter-spacing: 2px; padding-bottom: 20px;}
.footer-input{ border-radius: 0px; height: 42px;}
.textarea-ft{ border-radius: 0px;}
.button_submit{ background: #1f1f1f; border: none; color: #fff; font-size: 18px; padding: 5px 25px;}
.copyright{ background: #1f1f1f; padding-top: 10px; padding-bottom: 10px; color: #fff}

/*menu*/

#sidebar-wrapper {
    margin-right: -250px;
    right: 0;
    width: 250px;
    top: 0px;
    background: rgb(50,50,50);
    position: fixed;
    /* padding-left: 3%;
     padding-right: 3%;*/
    z-index: 999;
    height: 100%;
    overflow-y: auto !important;
    z-index: 1000;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

.sidebar-nav {
    /*  position: absolute;*/
    top: 0;
    width:245px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-nav li {
    line-height: 35px;
    text-indent: 20px;
}

.sidebar-nav li a {
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 14px;
}

.sidebar-nav li a:hover {
    color: #fff;
    background: rgba(255,255,255,0.2);
    text-decoration: none;
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
    color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    top: 0;
    right: 0;
    /*  position: fixed;*/
    z-index: 1;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 345px;

    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}
.menu-ft-img img{ width: 100%; bottom: -20px; position: relative;}

.toggle {
    margin: 5px 5px 0 0;
}
#menu-close{ color: #fff; position: relative;
             top: -41px;}
.panel-default> .menupahel-h{
    color: #fff;
    background-color: #1c1c1c;
    border-color: #1c1c1c;
    border-radius: 0px;
}
.panel.menu-penal{ border: none; background: #1c1c1c; border-radius: 0px; background: none;
                   border-bottom: #2d2c2c solid 1px;}
.panel-title.paneltitle-menu {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 25px;
}
.panel-group .panel-heading+.panel-collapse .panel-body {
    border: none;
}
.panel-body-mune{ background: #1e1e1e; color: #fff; padding: 5px 15px;}

.facilities-list{ margin: 0px; padding: 0px; list-style: none;}
.facilities-list li{ margin-bottom: 5px;}
.facilities-list li a{ font-size: 14px; font-weight: 300; color: #fff; background: #1c1c1c;
                       display: block; padding-left:0px;}

.accordion-toggle:hover {
    text-decoration: none;
}
.facilities-list li .list-unstyled { margin-left:10px; display:none;}
.facilities-list li:hover .list-unstyled {display:inherit;}



/*
==========================================
animation
==========================================
*/
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
} 


/*
=====================================================
 office page-strat
=====================================================
*/
.mobile, .header-social-link-mobile{display: none;}
.wtc-sr-mail-box{ width: 100%;}
.wtc-services-link{ margin: 0px; padding: 0px; list-style: none;}
.wtc-services-link li{float: left; width:18.7%; margin-right: 16px;}
.wtc-services-link li:last-child{ margin-right: 0px;}
.project2 {padding: 0;overflow: hidden;}
.project2 figure{position: relative;}
.project2 figure img{width: 100%;}
.project2 figcaption {position: absolute;z-index: 1; left: 0; top: 0; right: 0; bottom: 0; margin: 1.5em 2.0em; text-align: center;}
.project-title2 {position: relative; top: 0; left: 0; margin: 0; font-family: 'Oswald', sans-serif;
                 font-weight: normal;
                 font-size:17px;
                 line-height: 1.45;   
                 color: #fff;
                 text-transform: uppercase;
                 -webkit-transition: all 0.5s;
                 -o-transition: all 0.5s;
                 transition: all 0.5s;
}
.project-title2 a{color: #fff;}
.project-title2 a:hover{color: #e67817;}
.project2 figure::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
    opacity: 0.7;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*
===========================================================
  Virtual Offices page
===========================================================
*/
.viedo-inner{ position: relative; width: 100%;}
main{
    position: relative;
    background: #fff;
    height: 100%;
}
.video-wrap {
    width: 100%;
}

/*.video-wrap::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}*/

.video-wrap video {
    width: 100%;
    height: 100%;
}
/*artical*/
.gre{background: #f9f9f9; padding-top: 50px; padding-bottom: 50px;}
.wtc-ss-box1{height:300px; background: #fff url(../images/box-bottom-img.jpg)no-repeat bottom; padding: 20px 16px 16px 16px;
             -webkit-box-shadow: 2px 2px 2px 2px rgba(242,242,242,0.7);
             -moz-box-shadow: 2px 2px 2px 2px rgba(242,242,242,0.7);
             box-shadow: 2px 2px 2px 2px rgba(242,242,242,0.7);   
}
.wtc-ss-box1 h3{ padding-bottom:16px; text-transform: uppercase;}
.wtc-ss-box1:hover{background: #182f3f url(../images/box-bottom-img.png)no-repeat bottom;; color: #fff;  cursor:pointer;}
.wtc-ss-box1 .eyfeaturecantt{ margin: 0px; padding: 0px; }
.wtc-ss-box1 .eyfeaturecantt li{ list-style: circle; margin-left: 15px; line-height:25px; margin-bottom: 10px;}
/* zeyaul */
.nicescroll-rails {z-index:9999999 !important;}
.nicescroll-cursors { background:rgb(244, 160, 86)  !important;}
.hiden-tab {display:none}
.pos-realt {position:relative;}
.closeBtn {background: url(../images/close0.png) no-repeat; font-size:0; width:37px; height:37px; float:right; overflow:hidden; text-indent:-9999px; clear:both; margin:3px 40px; cursor:pointer;}
.closeBtn:hover {-webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}
.verti .project figure  {height:150px!important;}
.verti .project figure.active { background: #fff !important; height: 250px !important;}
#sticky-anchor {display: none;}
#sticky-anchor.top-reach {display: block;}
.fix {-webkit-transition: all .3s ease-out;  -o-transition: all .3s ease-out;   transition: all .3s ease-out;}
.fix.stick {margin-top: 0 !important;position: fixed;  top: 65px;  z-index: 10000;  border-radius: 0 0 0.5em 0.5em;
}
.verti .project figure .project-title {display:none}
.verti .project figure .project-category { -webkit-transform:rotate(-90deg);
                                           -ms-transform:rotate(0deg);
                                           -o-transform:rotate(0deg);
                                           transform:rotate(0deg);
                                           -webkit-transform-origin:0 0;}
.popup-box {overflow:hidden}
.gry {background:#f5f5f5; overflow:hidden; padding:0 0 30px 0 !important}
.gry .closeBtn {margin-bottom:-40px; position:relative; z-index:9}
.white-box  {color:#182f3f}
.gry h2.text-center    {margin-bottom:20px; margin-top:40px; position:relative; font-family: 'Oswald', sans-serif; }
.white-box h3   {margin-bottom:10px; font-family: 'Oswald', sans-serif; font-size: 20px;}
.white-box {background:#fff; padding:25px; margin:15px 0;position:relative; }
.ht{ min-height: 208px;}
.inv .project-title { text-align:left;}
.rods-logo-footer{ float: left; position: fixed; bottom: 5px; right:13%;}
.rods-logo-footer img{ width: 60px;}
/*
========================================================
WHY INVEST IN WTC
========================================================
*/
.invets-tittle-sec{ font-size: 20px; padding-bottom: 15px; font-family: 'Oswald', sans-serif;}
.pt-cantt{padding-bottom: 15px;}
.viedo-bg{ background: #ebebeb;}
.vd-bottom-cantt{ background: #fff; padding: 10px; display: inline-block;}
.vd-bottom-cantt ul{ list-style: none; margin: 0px; padding: 0px;}
.vd-bottom-cantt ul li{float: left; font-size:20px; }
.vd-bottom-cantt ul li span{padding-right: 15px; float: left;}
.new-emergin-cantt{ list-style: none; margin-bottom: 15px; padding: 0px;}
.new-emergin-cantt li{background: url(../images/list-style-icon.jpg) no-repeat 0px 6px;
                      padding-left: 20px;
                      padding-bottom: 5px;}
.greater-noida-cantt{font-family: 'Oswald', sans-serif; font-size: 30px; font-weight: 400; margin-top: 10px;}
.innocation-bt-img{ margin-top: 25px;}
.innocation-services-bg{ background: #fff; padding-top: 50px; padding-bottom: 50px;}
.innocation-ser-box-pt ul{ margin: 0px; padding: 0px; list-style: none;}
.innocation-ser-box-pt ul li{ float: left; font-size: 14px; font-weight: 400; width: 100%; display: block; margin-bottom: 27px;}
.innocation-ser-box-pt ul li h3{ font-size: 20px; font-family: 'Oswald', sans-serif; padding-top:7px; padding-bottom: 5px; }
.innocation-ser-box-pt ul li span{ float: left; margin-right:4px; margin-bottom: 50px;}
.location-subtittle{ font-size: 20px; font-weight: 300; padding-top: 5px; padding-bottom: 5px;}
.location-box1{ background: #fff; transition:0.5s all;
                -webkit-transition:0.5s all;
                -moz-transition:0.5s all;
                -o-transition:0.5s all;
                -ms-transition:0.5s all;}
.location-box1:hover{ background: #f15b24; color: #fff}
.location-box1 p{ padding-left: 10px; padding-right: 10px; padding-bottom: 10px;}
.location-box1 img{ margin-bottom: 20px;}
.no-padding{ margin: 0px; padding: 0px;}
/*indes-mobile-menu*/
.m-menu{ display: none; }
.button-mobile-index{ color: #fff; font-size:16px !important;}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 4px;
    text-decoration: none;
    font-size:16px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size:30px;
    font-weight: 400;
    color: #f08b08;
}
/*
==============================================
facilities-inner-page
==============================================
*/

.the-quad-bg{ background: url(../images/bg-facility-m.jpg) repeat; margin-top: 20px;}
.mapping{ position: relative; width: 100%;}
.thequad a{ text-transform: uppercase;  z-index: 999; font-size: 16px; text-decoration: none; color: #333; font-weight: 600;}
.iteml1{
    position: absolute;
    top: 113px;
    left: -23px;

}
.iteml2{
    position: absolute;
    top: 156px;
    left: -24px;
}
.iteml3{
    position: absolute;
    top: 228px;
    left: -70px;
}
.iteml4{
    position: absolute;
    top: 270px;
    left: -22px;
}
.iteml5{
    position: absolute;
    top: 309px;
    left: -21px; 
}
.iteml6{
    position: absolute;
    top: 58px;
    right: -78px;   
}
.iteml7{
    position: absolute;
    top: 116px;
    right: -77px;
}
.iteml8{
    position: absolute;
    top: 146px;
    right: 11px;
}
.iteml9{
    position: absolute;
    top: 191px;
    right: -28px;
}
.iteml10{
    position: absolute;
    top: 237px;
    right: 2px;
}
/*///////////////Top Tooltip w/ Bottom Arrow////////////////*/ 




.accordion-content p{ font-size: 13px; padding: 8px 0px;}
.accordion-toggle {border-bottom: 1px solid #cccccc; font-size: 15px; cursor: pointer;margin: 0;padding: 10px 0;position: relative; text-transform: uppercase;}
.accordion-toggle.active:after{content:"";position:absolute;right:0;top:17px;width:0;height:0;border-bottom: 5px solid #fe790a; border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);}
.accordion-toggle:before{content:""; position:absolute; right:0px;  top:17px;width:0;height:0;border-top:5px solid #000; border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);}

.accordion-toggle.active:before{display:none;}
.accordion-content {display: none;}
.accordion-toggle.active {color: #f37a29;}

.border-down:before {position: absolute; top: 0; left: 100px; content:""; border-width: 18px;
                     border-style: solid;
                     border-color: #3d3d3d  transparent transparent transparent; z-index: 999}

#st-2:before {left:29%; }
#st-services-2:before{left: 24%;}
#st-services-3:before{left: 41%;}
#st-services-4:before{left: 58%;}
#st-services-5:before{left: 75%;}
#st-services-6:before{left: 90%;}
#st-3:before {left:50%; }
#st-4:before {left:69%; }
#st-5:before {left:89%; }
#st-6:before {left:29%; }
#st-7:before {left:96%; }
.border-down2:before {position: absolute; top: -67px; left: 100px; content:""; border-width: 18px;
                      border-style: solid;
                      border-color: #3d3d3d  transparent transparent transparent; z-index: 999}

/* 
=================================================
  FAQ page
==================================================
*/
.accordion_container {
    width: 100%;
    height: 500px;
    overflow-x: visible;
    overflow-y: scroll;  

}
.nicescroll-cursors {
    background: rgb(244, 160, 86) !important;
}
.accordion_head {
    background-color: #efeeee;
    color: #333;
    cursor: pointer;
    font-family: arial;
    font-size: 13px;
    margin: 0 0 5px 0;
    padding: 10px 11px;
    font-weight: bold;
    border: #ddd solid 1px;
}
.accordion_body {
    background: lightgray;
}
.accordion_body p {
    padding: 18px 5px;
    margin: 0px;
}
.plusminus {
    float:right;
}
#ascrail2000 .nicescroll-cursors {
    background: rgba(0,0,0,0.7) !important;
}
/*====================================================
  COLLATERAL
====================================================*/
.pdfc-services-box{ position: relative; width: 100%; background: #000;}
.pdfc-services-box:hover .bg-before{opacity: 0.3;}
.pdfc-services-box:hover .middle-cantt{opacity: 1;}

.bg-before{opacity: 1;display: block;width: 100%;height: auto;transition: .5s ease; backface-visibility: hidden;}

.middle-cantt{padding: 26px; color: #fff; position: absolute; left: 0; right:0px; bottom: 0px; transition: .5s ease;}
.middle-cantt .facilitie{padding-bottom: 8px;font-size: 48px; color: #fff; font-family: 'Oswald', sans-serif; font-weight: 600;}
.middle-cantt .button-read{ margin-top: 20px;}
.middle-cantt .button-read a{ border-bottom: #1a2832 solid 3px; background: #2b404f; color: #fff; padding: 9px 25px; border-radius: 8px;}
.middle-cantt .button-read a:hover{ background:#f17d18; border-bottom: #ad5202 solid 3px; }
.p-for{min-height: 390px; border: #d9d9d9 solid 1px; background:url(../images/pdf-box-bg.jpg); padding: 55px 35px 30px 12px;}
.col-left h2{ padding-bottom: 25px; font-size:28px; font-family: 'Oswald', sans-serif;}
.col-left p{ padding-bottom:36px;}
.view-b{ float: left; margin-right: 17px;}
.view-b a{ background: #2b404f;font-size: 14px; color: #fff; padding: 9px 20px; border-bottom: #1a2832 solid 3px; border-radius: 8px;}
.download-b a{background: #2b404f;font-size: 13px; color: #fff; padding: 9px 8px; border-bottom: #1a2832 solid 3px; border-radius: 8px;}
.view-b a:hover,.download-b a:hover{ background: #f17d18; border-bottom: #ad5202 solid 3px;}
.shadow{ box-shadow: 10px 10px 5px #cbcbcb;}

/*
==================================================
  power 4 style
==================================================
*/
.power-services-four{ margin-top: 45px;}
.power-services-four .tab-id{ list-style: none; margin: 0px; padding: 0px;}
.power-services-four .tab-id li{transition:0.5s all;
                                -webkit-transition:0.5s all;
                                -moz-transition:0.5s all;
                                -o-transition:0.5s all;
                                -ms-transition:0.5s all; min-height:140px; float: left; color: #fff; background: #d9521a; border-right: #fff solid 1px; padding:15px;}
.power-services-four .tab-id li:hover{ background: #f68121;}
.power-services-four .tab-id .sot h3{padding-bottom: 15px;font-size: 20px; color: #fff; font-family: 'Oswald', sans-serif; font-weight: 400;}
.power-services-four .tab-id .sot h3 span{display: block; }
.power-services-four .tab-id .sot p{color: #fff; min-height: 70px;}
.secutity-link{font-family: 'Oswald', sans-serif; text-decoration: none; color: #fff; display: block; padding-top: 20px; text-transform: uppercase;}
.padding-p{padding: 0px 50px;}
.capital-cantt{ padding: 15px; border: #cacaca solid 1px; width: 100%; }
.capital-cantt:hover{ border: #dd5616 solid 1px; cursor:pointe;}
.font-s{ font-size: 14px; font-weight: 300;}
.diff-mum{ width: 100%; display: inline-block; margin-bottom: 35px;}
.img-left{float: left; width: 25%; margin-right: 15px;}
.diff-mum-cantt{ float: right; width: 70%; }
.diff-mum-cantt h4{font-family: 'Oswald', sans-serif; font-size:20px; color: #333333; padding-bottom: 12px;}
.diff-mum-cantt ul{ list-style: none; margin: 0px; padding: 0px;}
.diff-mum-cantt ul li{ font-size: 14px; color:#393939 }

/*
===================================================
  Projects style
===================================================
*/
.tab-plan ul{ margin: 0px; padding: 0px; list-style: none;}
.tab-plan ul li{ color: #fff; float: left; background: #f37022;  width: 25%; border-right: #fff solid 1px;}
.tab-plan ul li a{color: #fff; text-decoration: none;}
.tab-plan ul li a .pt1 h4{ color: #fff; font-size: 18px; font-family: 'Oswald', sans-serif; background: #ec6607; display: block;
                           padding-top: 12px;
                           padding-left:8px;
                           padding-bottom: 14px;
                           font-weight: 400;
}
.pt1:hover{ background: #f68121}
.tab-plan ul li a .pt1 p{ padding-left: 8px;font-size: 12px; padding-top: 20px; padding-bottom: 20px; font-weight: 400;}
.payments-p-cantt h3{ font-size: 20px; font-family: 'Oswald', sans-serif;}
.payments-p-cantt h3 span{ font-size: 27px; font-family: 'Oswald', sans-serif; margin-right: 20px;}
.td-heding{ font-size: 18px; font-weight: 400; color: #fff; padding-left: 20px; font-family: 'Oswald', sans-serif;}
.commercial-main{ width:500px; margin: 0px auto;}
.commercial-table{ list-style: none; margin: 0px; padding: 0px;}
.commercial-table li{ float: left; width: 49%; margin-right: 1px;}
.commercial-table li a{border-radius:0px;text-transform: uppercase; text-align: center; background-color: #333333;  color: #fff; font-size: 23px; font-family: 'Oswald', sans-serif;}
.commercial-table li a:hover, .commercial-table li a.active{ color: #000;}
.commercial-table>li.active>a, .commercial-table>li.active>a:hover, .commercial-table>li.active>a:focus {
    color: #555;

    background: #f37022;
    border: 1px solid #ddd;
    /* border-bottom-color: transparent; */
    cursor: default;
    color: #fff;
}
.commercial-table{ border-bottom: none;}
.quad ul li {width: 33%;}
.quad-img{max-width: 100%;}

/*new footer style*/

.footer-bg-new{ background:#ebebeb url(../images/footer-bg.jpg) no-repeat center top; padding-top: 70px; padding-bottom:40px;}
.footer-afq-main-div h3{font-family: 'Oswald', sans-serif; font-size:20px; text-transform: uppercase; }
.footer-afq-main-div h3 span a{font-family: 'Roboto', sans-serif; font-size: 14px; float:  right; font-size: 14px; font-weight: 400; color: #182f3f;}
hr.footer-heading-line{ background: #bec3c7; height: 1px; width: 100%; margin-top: 14px;}
hr.footer-heading-line:before{ content: ''; background: #2b404f; height: 2px; width: 40px; display: block; position: absolute;}
.footer-afq-main-div .footer-new-address{ list-style: none; margin: 0px; padding: 0px;}
.footer-afq-main-div .footer-new-address li{ padding-bottom: 25px; font-size: 14px; color: #182f3f;}
.footer-afq-main-div .footer-new-address li span{ font-size: 20px; float: left; margin-right: 15px;}
.footer-afq-main-div .footer-new-address li span.site-add{ margin-bottom: 80px;}
.footer-new-social-media { padding-top: 15px;}
.footer-new-social-media ul{ margin: 0px; padding: 0px; list-style: none; }
.footer-new-social-media ul li{ float: left; margin-right: 12px; margin-top: 12px; }
.footer-new-social-media ul li a{background: #333333; font-size: 18px; color: #fff; padding: 5px 11px; display: block; line-height: 22px; width: 37px; height: 34px;}
.txt-box h2 {font-size: 27px; font-weight: 800; text-transform: uppercase; color: #444444; text-align: left; margin: 10px 0;}

.footer-new-social-media ul li a:hover{ background: #f47b2a; color: #fff;}
.new-block-part .media{ list-style: none; margin: 0px; padding: 0px;}
.new-block-part .post-date {font-size: 11px;font-weight: 300;text-transform: uppercase;color: #B7B7B7; margin-top: 7px;}
.new-block-part .post-date {
    /* position: absolute;*/
    top: 8px;
    /* left: -40px;*/
    text-align: center;
    width: 75px;
}
.post-date-day {
    color: #f47b2a;
    display: block;
    font-size: 60px;
    line-height: 50px;

    font-weight: 400;
    text-align: center;
}
.post-date-month {
    color: #333333;

    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
}
span.post-date-year {
    color: #333333;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
}
.post-date::after {
    content: "";
    position: absolute;
    height: 11px;
    width: 11px;
    display: block;
    border-radius: 50%;
    left: 94px;
    top: 17px;
    z-index: 2;
    background: #f47b2a;
}
article.my-wrapz {position: relative;}
article.my-wrapz::before {
    content: "";
    height: 100%;
    position: absolute;
    width: 1px;
    left: 279px;
    top: 25px;
    display: block;
    background: rgba(68,68,68,0.1);
}

.post-detail h3 a{ font-family: 'Oswald', sans-serif;font-size: 20px; color: #333;}
.post-detail h3 a:hover{ color: #f47b2a}
.entry-meta {margin-top:0px;font-size: 14px;color: #444444; margin-bottom: 30px;}
.entry-meta a {text-decoration: none;padding-bottom: 3px;border-bottom: 1px solid transparent;
               -webkit-transition: border-bottom .1s ease-in-out;
               -o-transition: border-bottom .1s ease-in-out;
               transition: border-bottom .1s ease-in-out;
}
.entry-meta a {color: #888; font-size: 13px;}
.entry-readmore a{ background: #2b404f; border-bottom: #132531 solid 3px; border-radius: 2px; padding: 5px 15px;color: #fff; font-size: 13px;}
.entry-readmore a:hover{ background: #f47b2a; color: #fff;}
.footer-gaq, .footer-afq-main-div{ width: 90%}
.more-less {
    float: right;
    color: #212121;
}
.section_100 {
    padding:40px 0;
}
.royal-contact-desc {
    margin-bottom: 50px;
}
.royal-contact-desc > h3 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.single-contact-left:first-child {
    margin-top: 0;
}
.single-contact-left {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    /*margin-top: 20px;*/
    padding: 20px;
    padding-top: 0px;
}
.contact-icon {
    /* background: #f9f9f9 none repeat scroll 0 0;*/
    color: #2b404f;
    display: table-cell;
    float: left;
    font-size: 22px;
    height: 50px;
    line-height: 22px;
    margin-right: 10px;
    text-align: center;
    width: 50px;
}
.contact-text > h4 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    /*text-transform: capitalize;*/
}
.contact-text > p {
    font-size: 15px;
    line-height: 26px;
}
.royal-contact-form-right {
    margin-top: 0;
}
.royal-contact-form-right > form {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    padding: 30px 50px;
    margin-top: 0;
}
.royal-contact-form-right input {
    border: 1px solid #ddd;
    height: 45px;
    padding: 5px 10px;
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
input.cform{ width: 150px !important;}
.royal-contact-form-right form p {
    margin: 10px 0;
}
.royal-contact-form-right input:focus, .royal-contact-form-right textarea:focus {
    border: 1px solid #00a3c8;
}
.royal-contact-form-right textarea {
    border: 1px solid #ddd;
    height: 120px;
    padding: 5px 10px;
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.royal-contact-form-right button {
    background: #2b404f none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 100%;
    padding: 10px 20px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
#googleMap {
    height: 370px;
    width: 100%;
}
.line2{ border-top: #353434  solid 1px; margin-top: 30px;}
.thankyou{ padding: 40px; margin-bottom: 85px; border: #ddd 1px solid }



@media screen and (max-width: 450px) {  
    .mobiles-table{ display:none!important;}
    .borders{ display:none!important;}
    .footer { position: absolute; bottom: 0;left: 0;padding: 1.2rem 0 0; width: 100%; height: 3rem!important;}
}

@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
@media (min-width: 768px) {

    .gry .container .row .col-sm-6:nth-child(even) .white-box:before {content:" "; position:absolute; right:-15px; top:-15px; bottom:-15px; width:0; border-right:1px dashed  #182f3f;}
    h2.text-center:after {content:" "; position:absolute; left: 50%; bottom:-20px; width:12px; margin-left:-6px; height:12px; border-radius:50%; background:#182f3f}
}




/*====================================================
 COLIVE PAGE START
====================================================*/


#colive-section{
    background: #ededed;
}
#colive-section h2{
    margin-bottom: 27px;
}
#lifestyle-section .sot h3{
    padding-top: 10px;
}
.lifestyle{
    background: #fff;
}
#lifestyle-section{display: flex}
#lifestyle-section .sot h3 span{
    display: inline-block;
}
#lifestyle-section .sot h3 img{
    margin-right: 8px;
}
#lifestyle-section .sot{
    height: 297px;
}
#facilities .diff-mum .img-left{
    float: none;
    width: inherit;

}
#facilities .diff-mum .diff-mum-cantt{
    float: none;
    width: inherit;
    margin-top: 10px;
}
#facilities{
    background: #ededed;
    padding-bottom: 20px;
}
#facilities .pt65{
    padding-top: 30px;
}
#site-plan{
    background: #ededed;
}

#sustained{background: #eee;}
#sustained .img-left {
    float: left;
    width: 25%;
    margin-right: 10px;
}
#sustained .diff-mum:before{content:url(../images/sustainable-wave.png);position: absolute;top:-90px;}
#sustained .diff-mum-cantt ul li{margin-left: 15px;}
#sustained .diff-mum-cantt ul li:before{    
    content: "\f04d";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    font-size: 11px;
    color: #f27b1d;
}
#colive-table table tr td{border:2px solid #fff;}
#colive-table table tr:nth-child(even) {
    background-color: #ededed;
}
#colive-table table tr:nth-child(odd) {
    background-color: #e2e2e2;
}
.bg-orange{background: #f36f21}
#unit-specification ul{list-style-type: none;padding: 0px;margin-top: 10px;}
#unit-specification ul li{margin-left: 15px;}
#unit-specification ul li:before{    
    content: "\f04d";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    font-size: 11px;
    color: #f27b1d;
}

#specifications table{border:none}
#specifications table tr td{padding: 20px;font-weight: 600;color: #000;border-right:2px solid #d3d3d3;border-left: 0px solid #d3d3d3;border-top:none;border-bottom: none}
#specifications table tr td:last-child{border-right:0px solid #d3d3d3}

#payment-plan{background: #ededed}
#payment-plan .nav-pills li a {
    background: #f36f21;
    color: #fff;
    margin: 0px 5px;
    border-radius: 0px;
    font-size: 16px;
    padding: 6px 0px;
    font-weight: bold;
}
#payment-plan .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{background: #de2431 ! important;}
#payment-plan  table tr td{padding: 20px;font-weight: 600;color: #000;border-right:2px solid #d3d3d3;border-left: 0px solid #d3d3d3;border-top:none;border-bottom: none}

#growth-section{display: block}
#growth-element-mobile{display:none}
#growth-element-mobile h2{color:#fff;}
#growth-element-mobile hr.link{background: #fff}

#myModal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;background:rgb(0 0 0/50%);opacity:1!important}
#myModal .modal-body{padding:0}
#myModal .modal-dialog{background:0 0;width:650px;margin:0 auto;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
#myModal .modal-content{border:none;background:0 0}
.close-btn{cursor:pointer;border-radius:50px;border:2px solid #fff;width:30px;height:30px;background:#f89820;color:#fff;outline:none;position:absolute;right:-20px;top:-20px}


/*====================================================
 COLIVE PAGE END
====================================================*/

@media (min-width:993px) and (max-width:1200px){
	.footer__nav-level-zero>li > a {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    padding: 0px 5px;
	}
	.social-footer {
    left: 0rem;
}
}