* {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, ul, li {
    margin: 0;
    padding: 0;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

body {
    font-size: 13px;
    font-family: "montserrat-light";
    color: #2f353f;
}

.clearfix::after, .clearfix::before {
    display: block;
    content: "";
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "montserrat-light";
    font-weight: normal;
    color: #304552;
}

input, select, textarea {
    font-family: "open-sans";
    font-size: 14px;
    outline: none;
    float: left;
    width: 100%;
    padding-left: 5px;
    border: #ccc solid thin;
    border-radius: 3px;
}

    input:focus, select:focus, textarea:focus {
        border: #999 solid thin;
    }

    input[type="text"], select {
        height: 28px;
        line-height: normal;
        font-size:12px;
    }

textarea {
    resize: none;
}

.btn {
    width: auto;
    padding: 4px 10px;
    background: none;
    border: none;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: "montserrat";
    display: block;
    float: left;
}

.btn-center {
    display: inline-block;
    float: none;
}

.btn-blue-solid {
    color: #fff;
    background: var(--primary-color);
    border: var(--primary-color) solid thin;
    border-radius: 30px;
    color: #fff;
}

    .btn-blue-solid:hover {
        background: #fff;
        border: var(--primary-color) solid thin;
        color: var(--primary-color);
    }

.btn-blue-outline {
    border: #303a5d solid thin;
    border-radius: 30px;
    color: #303a5d;
}

    .btn-blue-outline:hover {
        color: #fff;
        background: #303a5d;
    }


.btn-white-outline {
    border: #fff solid thin;
    border-radius: 30px;
    color: #fff;
}

    .btn-white-outline:hover {
        background: #fff;
        color: #303a5d;
    }

.btn-small {
    font-size: 12px;
    padding: 5px 10px;
}

.btn-abs {
    margin-top: 10px;
}

.btn-yellow:hover {
    background: #ecc31f;
    color: #fff;
}

#header, #main-content, #footer {
    width: 100%;
    float: left;
    position: relative;
}

#header {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
}

.wrapper {
    width: 100%;
    margin: auto;
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
    position: relative;
}

.container {
    width: 85%;
    max-width: 1300px;
    display: block;
    position: relative;
    float: none;
    margin: auto;
}

.content {
    margin-top: 50px;
}

.content-pdng {
    padding: 50px 0;
}

    .content::before, .content-pdng::before, .content::after, .content-pdng::after {
        display: block;
        content: "";
        clear: both;
    }

img {
    border: 0;
    width: 100%;
}

p {
    text-align: justify;
    font-family: "montserrat-light";
    font-size: 16px;
    color: #666;
}

a {
    text-decoration: none;
    color: #333;
}

.clear {
    clear: both;
}

ul li {
    float: left;
    list-style: none;
}

::selection {
    color: #fff;
    background: #303a5d;
}

::-moz-selection {
    color: #fff;
    background: #303a5d;
}

#header {
    padding: 15px 0;
}

.logo {
    width: 257px;
}

.menu-drp {
    display: none;
}

.nav {
    display: block;
    float: left;
    margin: 7px 0;
    position: relative;
}

    .nav::before {
        background: none;
        position: absolute;
        z-index: 0;
        content: "";
        display: block;
        height: 100%;
        width: 1980px;
        left: -20px;
        transform: skewX(-20deg);
    }

    .nav a {
        font-family: "montserrat";
        font-size: 14px;
        color: #333;
        text-transform: uppercase;
        padding: 15px 20px;
        display: block;
        position: relative;
        z-index: 2;
    }

        .nav a:hover, .nav a.active {
            color: #029099;
        }
/*
.nav li:last-child a{
	color:#fff;	
}

.nav li:last-child a::before{
	width:1980px;
	left:-3px;
	position:absolute;
	height:100%;
	background:#029099;
	content:'';
	display:block;
	z-index:-1;	
	border-top-left-radius:30px;
	border-bottom-left-radius:30px;
	top:0;
}
*/

.center-data {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
}

    .center-data::after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.3);
        z-index: 0;
    }

    .center-data::before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.slide .slide-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.slide-data {
    display: inline-block;
    vertical-align: middle;
    z-index: 100;
    position: relative;
    width: 100%;
    margin: 0 -10px;
}

    .slide-data h2 {
        font-size: 70px;
        color: #333;
        font-family: "montserrat";
        color: #fff;
        text-shadow: 5px 1px 5px rgba(0,0,0,0.7);
    }

        .slide-data h2 span {
            font-size: 60px;
            color: #303a5d;
        }

    .slide-data .btn {
        margin-top: 20px;
        padding: 7px 30px;
    }

    .slide-data p {
        width: 70%;
        float: none;
        clear: both;
        margin: 15px auto;
        color: #fff;
        font-size: 17px;
        text-align: center;
    }



.span-12 {
    width: 100%;
    float: left;
    display: block;
}

.span-6 {
    width: 49%;
    float: left;
    display: block;
}

    .span-6:nth-child(odd) {
        margin-right: 2%;
    }

.span-7 {
    width: 60%;
}

.span-5 {
    width: 38%;
}

.img-auto img {
    width: auto;
}

.heading {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

    .heading h2 {
        color: #303a5d;
        font-size: 40px;
        text-transform: uppercase;
        font-family: "montserrat";
    }

        .heading h3, .heading h2 span {
            color: #333;
            font-size: 30px;
            font-family: "montserrat-light";
        }

.grwng-count {
    width: 100%;
    float: left;
    margin: 50px 0;
}

    .grwng-count li {
        margin-right: 80px;
    }

        .grwng-count li:last-child {
            margin-right: 0;
        }

    .grwng-count h4 {
        font-size: 45px;
        color: #029099;
        font-family: "montserrat";
    }

        .grwng-count h4 span {
            font-family: "montserrat-light";
            color: #303a5d;
            margin-left: -7px;
            text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff;
        }

    .grwng-count h5 {
        font-size: 25px;
        color: #000;
    }

.dark-blue {
    background: #0c1524;
    position: relative;
}

.light-grey {
    background: #f9f9f9;
}

.slant-line, .slant-line::after {
    height: 100%;
    width: 150px;
    position: absolute;
    top: 0;
    transform: skewX(-30deg);
    z-index: 2;
    top: 0;
}

    .slant-line::after {
        content: "";
        right: -100px;
        transform: skew(0deg);
        width: 50px;
    }

    .blue, .slant-line.blue::after {
        background: rgba(12,21,36,0.6);
    }

    .grey, .slant-line.grey::after {
        background: rgba(233,233,233,1);
        z-index: 0;
    }


    .yellow, .slant-line.yellow::after {
        background: #fde9b8;
        z-index: 0;
    }

    .slant-line.blue {
        right: 700px;
    }

    .slant-line.grey {
        right: 1015px;
    }

    .slant-line.yellow {
        right: 1100px;
        transform: skewX(30deg);
    }

.full-img {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.life-campus {
    float: left;
    width: 40%;
    margin-left: 10%;
    padding: 60px 0;
    position: relative;
    z-index: 3;
}

    .life-campus .heading h2 {
        color: #ffb400;
    }

    .life-campus p {
        color: #fff;
        font-family: "open-sans";
    }

    .life-campus .btn {
        margin-top: 30px;
    }

.facility {
    width: 100%;
    float: left;
    margin: 10px 0;
    text-align: center;
}

    .facility li {
        width: 24.5%;
        display: inline-block;
        float: none;
        vertical-align: top;
        margin: 50px 0;
        padding: 0 20px;
    }

        .facility li a {
            display: block;
        }

        .facility li .facility-icon img {
            width: auto;
        }

        .facility li .facility-icon {
            margin-bottom: 15px;
            position: relative;
        }

        .facility li a:hover .facility-icon {
            transform: translateY(-20px);
        }

        .facility li h3 {
            font-size: 21px;
            color: #000;
        }

.team {
    width: 100%;
    float: left;
    display: block;
    position: relative;
}

    .team li {
        width: 46%;
        display: inline-block;
        vertical-align: top;
        float: none;
    }

        .team li:nth-child(odd) {
            margin-right: 4%;
        }

        .team li a {
            width: 100%;
            display: block;
            padding: 20px;
            font-size: 22px;
            color: #303a5d;
            margin: 15px 0;
            background: #fff;
            box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
        }

            .team li a:hover {
                box-shadow: 0 15px 20px 0 rgba(0,0,0,0.14);
                color: #029099;
            }

.pos-rel {
    position: relative;
}

.quote {
    width: 100%;
    height: 52px;
    display: inline-block;
    margin: 10px auto;
    background: url(../images/quote.png) no-repeat center;
    background-size: auto;
}

#test-slider {
    position: relative;
}

    #test-slider p {
        float: none;
        display: inline-block;
        text-align: center;
        width: 70%;
        font-family: "open-sans";
        font-size: 18px;
        margin: 20px 0;
        min-height: 80px;
    }

    #test-slider h3 {
        font-family: "montserrat";
        font-size: 18px;
        color: #000;
    }

    #test-slider h5 {
        font-family: "open-sans";
        font-size: 17px;
        color: #666;
    }

.pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin-top: 20px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}

.owl-nav {
    font-family: "Ionicons";
}

.owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    height: 0;
}

    .owl-nav .owl-prev, .owl-nav .owl-next {
        background: #fff;
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        font-size: 18px;
        opacity: 0.6;
    }


    .owl-nav .owl-prev {
        float: left;
        margin-left: 5px;
    }

    .owl-nav .owl-next {
        float: right;
        margin-right: 5px;
    }

#test-slider .owl-nav {
    position: absolute;
    height: 0;
    bottom: 75px;
    text-align: center;
    width: 100%;
    top: auto;
}

    #test-slider .owl-nav .owl-prev, #test-slider .owl-nav .owl-next {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 60px;
        line-height: 58px;
        text-align: center;
        color: #c0c4ce;
        border: #c0c4ce solid 2px;
        font-size: 20px;
        border-radius: 50%;
        margin: 0 70px;
        float: none;
    }

#footer .ftr-light {
    background: #202638;
    padding: 30px 0;
    width: 100%;
    float: left;
}

#footer .span-3 {
    width: 30%;
    float: left;
    margin-right: 5%;
}

    #footer .span-3:last-child {
        margin-right: 0;
    }

.phtglry {
    float: left;
    width: 100%;
}

    .phtglry li {
        width: 30%;
        margin-right: 2.5%;
        position: relative;
        overflow: hidden;
        float: left;
        margin-bottom: 10px;
        line-height: 0;
    }

.hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
}

    .hover:hover {
        opacity: 1;
    }

.hover-expand {
    background-image: url(../images/expand.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
}

.hover.hover-expand:hover {
    transform: scale(1.3);
}

#footer .ftr-light h3 {
    color: #ffb400;
    font-size: 18px;
    font-family: "montserrat";
    margin-bottom: 20px;
    text-transform: uppercase;
}

h3.view-res {
    display: none;
}

#footer .ftr-light p {
    font-size: 14px;
    color: #aaa;
    text-align: left;
}

.text-links {
    color: #303a5d;
    margin: 5px 0;
    font-size: 14px;
    display: block;
}

.ftr-light .text-links {
    color: #fff;
}

.ftr-drp {
    width: 100%;
    float: left;
    display: block;
}

    .ftr-drp li {
        width: 100%;
        margin-bottom: 15px;
        display: block;
    }

        .ftr-drp li a {
            display: block;
            color: #aaa;
        }

            .ftr-drp li a:hover, .ftr-drp li a.active {
                color: #ffb400;
            }

#footer .ftr-dark {
    background: #191d2a;
    padding: 10px 0;
    width: 100%;
    float: left;
}

.copy {
    color: #9fa3b1;
    font-family: "open-sans";
    font-size: 15px;
    margin-top: 10px;
}

    .copy span {
        color: #029099;
    }

.social li a {
    background: #11141d;
    font-size: 18px;
    color: #fff;
    line-height: 38px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 5px;
    display: block;
    text-align: center;
}

    .social li a:hover {
        background: #029099;
    }



/* inner-page */

.inner-page #footer {
    margin-top: 50px;
}

.inner-page #header {
    position: relative;
}

.inner-header {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    padding: 100px 0;
    background: url(../images/slide-1.jpg) no-repeat top;
    background-size: 100%;
    overflow: hidden;
    position: relative;
}

    .inner-header::after {
        width: 100%;
        height: 100%;
        position: absolute;
        content: '';
        background: url(../images/inner-header-bg.png) no-repeat bottom;
        display: block;
    }

    .inner-header h1 {
        text-transform: uppercase;
        font-size: 40px;
        color: #fff;
        font-family: "montserrat";
        text-shadow: 0px 0px 5px rgba(0,0,0,0.7);
        text-align: center;
    }

.form-center, .div-center {
    width: 80%;
    margin: auto;
}

.form-heading {
    width: 100%;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

    .form-heading .form-icon, .form-heading h3 {
        display: inline-block;
        vertical-align: middle;
    }

    .form-heading .form-icon {
        width: 50px;
        margin-right: 20px;
    }

    .form-heading h3 {
        font-size: 22px;
        font-family: "montserrat";
        color: #202638;
    }

        .form-heading h3 span {
            font-family: "montserrat-light";
            display: block;
        }

.form-group {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

    .form-group .label {
        line-height: 25px;
        font-size: 12px;
    }

    .form-group .form-inline-group {
        float: left;
        width: 48%;
    }

        .form-group .form-inline-group:first-child {
            margin-right: 4%;
        }

.slide-element {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.no-brdr {
    border: none;
}
/*
.accordion-head {
    padding: 20px 10px;
    position: relative;
    width: 100%;
    cursor: pointer;
    width: 100%;
    display: block;
}

.faq .row {
    border-bottom: #ccc solid thin;
}



.accordion-head:hover h2, .accordion-head.active h2 {
    color: #029099;
}
*/

.accordion-head{
    position:relative;
    width:100%;
    float:left;
    cursor:pointer;
}

.accordion-head .accor-icon {
    position: absolute;
  left: 10px;
  top: 8px;
  font-size: 12px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  color: #666;
  border: #ccc solid thin;
}

.accordion-head .accor-rotate{
    transform:rotate(180deg);
    background:var(--primary-color);
    border-color:var(--primary-color);
    color:#fff;
}

.accordion-data {
    display: none;
    transition: none;
    padding: 0 10px;
    float: left;
    width: 100%;
    margin-bottom: 0;
    margin-top:10px;
}

.contact-data .row {
    padding: 15px 0;
    display: block;
}

.contact-data {
    text-align: center;
}

    .contact-data .span-6 {
        text-align: left;
        width: 40%;
        float: none !important;
        display: inline-block;
        vertical-align: top;
    }

    .contact-data .lists li {
        font-family: "montserrat-light";
        color: #666;
        margin-bottom: 20px;
    }

        .contact-data .lists li span {
            font-family: "montserrat";
            color: #029099;
        }

.via {
    display: block;
    font-family: "open-sans";
}

.cntct-heading {
    color: #029099;
    text-transform: uppercase;
    font-family: "montserrat";
    width: 100%;
    float: left;
}


.cntct-icon, .cntct-detail {
    display: inline-block;
    vertical-align: middle;
}

.cntct-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: #e5e5e5 solid 2px;
    color: #303A5D;
    font-size: 30px;
    text-align: center;
    line-height: 45px;
    margin-right: 15px;
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.1);
}

.cntct-detail {
    width: 80%;
}


/*
.current{
	display:block;
}
*/

.why-us-photos li {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 33.3%;
}

.why-us-photos li {
    line-height: 0;
}

.why-us .span-5 {
    padding-left: 9%;
}

.inr-heading {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

    .inr-heading h2 {
        color: #ffba00;
        margin-bottom: 20px;
        font-size: 30px;
    }

        .inr-heading h2 span {
            font-family: "montserrat-light";
            text-transform: capitalize;
            color: #333;
        }

.lists {
    width: 100%;
    float: left;
}

    .lists li {
        font-family: "open-sans";
        font-size: 16px;
        width: 100%;
        float: left;
        margin-bottom: 10px;
        padding-left: 25px;
        position: relative;
        top: 2px;
    }

        /*.lists li::before {
            position: absolute;
            left: 0;
            font-family: "Ionicons";
            content: "\f375";
            color: #029099;
            display: block;
            font-size: 20px;
        }*/

        .lists li::before{
	position:absolute;
	left:0;
	font-family:"Ionicons";
	content:"\f120";
	color:#ffb400;
	display:block;
	font-size:16px;
	top: 2px;
}


.heading h2, .heading .facility-icon {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.facilities .heading h2 {
    font-size: 24px;
    width: 75%;
}

.heading .facility-icon img {
    width: auto;
}

.facilities .span-5, .facilities .span-6 {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.facilities .row.even-row .span-6 {
    padding-left: 30px;
}

.facilities .row.odd-row .span-6 {
    padding-right: 30px;
}

.facilities .container {
    text-align: center;
}

.row {
    float: left;
    width: 100%;
}

.facilities .row {
    text-align: center;
    width: 100%;
    float: none;
    display: inline-block;
    margin-bottom: 50px;
}

    .facilities .row p {
        text-align: left;
    }

    .facilities .row .span-6 {
        text-align: left;
    }

.faq .btn {
    margin-top: 30px;
}

.map {
    width: 100%;
    float: left;
    margin: 50px 0 0;
}

    .map iframe {
        border: 0;
        width: 100%;
        height: 350px;
    }

/* check and radio */

.check-block, .radio-block {
    margin-right: 10px;
    height: auto;
    overflow: hidden;
    float: left;
    position: relative;
}

.check-block, .radio-block, .inpt label {
    margin-top: 10px;
}

.inpt .radio-block label {
    margin-top: 0;
}

label {
    width: auto;
    //float:left;
}

.check-block label, .radio-block label {
    width: 20px;
    height: 20px;
    border: #ccc solid thin;
    display: block;
    content: " ";
    position: relative;
    float: left;
    cursor: pointer;
}

.check-block label {
    border-radius: 3px;
}

.radio-block label {
    border-radius: 50%;
}

.check-block input, .radio-block input {
    margin-left: -30px;
    float: left;
}

    .check-block input:checked + label {
        background: #336699 url(../images/check-img.png) no-repeat center;
        border-color: #244a70;
    }

    .radio-block input:checked + label {
        border-color: #244a70;
    }

        .radio-block input:checked + label::after {
            width: 12px;
            height: 12px;
            position: absolute;
            left: 3px;
            top: 3px;
            border-radius: 50%;
            background: #336699;
            content: " ";
        }

.inpt label {
    float: left;
    margin-right: 15px;
    cursor: pointer;
    font-size: 12px;
}

.check-block input {
    position: absolute;
    left: -20px;
}

.check-block label {
    margin: 0;
}

.inpt .radio-block label {
    margin-right: 0;
}

.bricklayer .items h4 {
    font-family: "sansation";
    color: var(--primary-color);
}

.bricklayer .items {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

    .bricklayer .items:hover {
        box-shadow: 0 0 10px rgba(0,0,0,0.3);
        background: #fff;
    }

    .bricklayer .items h4 {
        color: var(--primary-color);
        font-family: "sansation";
    }

.hide-thumb {
    display: none;
}

.event-img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .event-img img {
        transition: all 0.4s ease;
    }

.event-data {
    padding: 20px;
}

.date {
    position: absolute;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    z-index: 2;
    bottom: 0;
    background: #FFB400;
    left: 20px;
}

    .date h3 {
        color: #fff;
        text-transform: uppercase;
    }

.event-data h2 {
    font-family: "montserrat";
    color: #303A5D;
}

.tble-dsgn {
    width: 100%;
}

    .tble-dsgn th, .tble-dsgn td {
        padding: 7px 10px;
    }

    .tble-dsgn th {
        text-align: left;
        background: #f9f9f9;
        padding: 10px;
        font-size: 14px;
        color: #303A5D;
        border-bottom: #aaa solid thin;
    }

    .tble-dsgn td {
        font-family: "open-sans";
        font-size: 16px;
        border-bottom: #e5e5e5 solid thin;
    }

.leaders {
    width: 100%;
    float: left;
    display: block;
}

    .leaders .span-3 {
        width: 33%;
        margin: 0;
        margin-bottom: 50px;
        padding: 0 20px;
        float: left;
        display: inline-block;
        vertical-align: top;
        float: none;
    }

.leader-img {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.leaders h4 {
    padding: 20px 0;
    font-family: "montserrat";
    font-size: 17px;
    color: #303A5D;
}

    .leaders h4 .designation {
        font-family: "open-sans";
        color: #666;
    }

.leaders p {
    font-family: "open-sans";
    font-size: 14px;
    padding-bottom: 20px;
    min-height: 100px;
}

.leaders h4, .leaders p {
    border-bottom: #ccc solid thin;
}

.leader-big-img {
    width: 25%;
    float: left;
}

.leader-data {
    float: right;
    width: 72%;
}

    .leader-data h4 {
        font-size: 25px;
    }

    .leader-data h3 {
        margin: 15px 0 0;
    }

    .leader-data h4 .designation {
        font-size: 18px;
    }

    .leader-data p {
        border: none;
        font-size: 16px;
        min-height: auto;
        margin: 20px 0;
        padding: 0;
        display: block;
        float: left;
        width: 100%;
    }

/* modal-popup */

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    text-align: center;
    background: rgba(0,0,0,0.7);
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

    .modal-header .heading {
        margin-bottom: 0;
        color: #4C5667;
    }

    .modal-header .close {
        margin-top: 5px;
    }

.close {
    float: right;
    font-size: 15px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -40px;
    padding: 3px 10px;
    border: #fff solid thin;
    font-size: 15px;
}

    .close i {
        font-size: 15px;
        margin-right: 5px;
    }

.modal-body {
    position: relative;
}

.modal-dialog {
    background: #fff;
    padding: 15px;
    float: none;
    display: inline-block;
    text-align: left;
    margin-top: 80px;
}

.modal-med {
    width: 60%;
}

.modal-big {
    width: 85%;
}

/* modal poup ends */

.btm-slide-icon {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 0;
    text-align: center;
    display: block;
    z-index: 100;
    background: rgba(0,0,0,0.4);
}

    .btm-slide-icon li {
        display: inline-block;
        vertical-align: top;
        float: none;
        width: 100%;
    }

        .btm-slide-icon li .slide-icon {
            float: none;
            display: inline-block;
            vertical-align: middle;
        }

        .btm-slide-icon li h3 {
            width: 100%;
            margin-top: 10px;
            color: #FFB400;
        }

        .btm-slide-icon li a {
            display: block;
        }



            .btm-slide-icon li a:hover h3 {
                color: #029099;
            }

        .btm-slide-icon li .slide-icon {
            width: 80px;
        }

.slide-inr .owl-stage-outer {
    text-align: center;
}

.slide-inr .owl-stage {
    float: none;
    display: inline-block;
}


.cal {
    background: url(../images/cal.png) no-repeat right;
}

.btn-top-mrgn {
    margin-top: 20px;
}

.fancybox-wrap, fancybox-wrap div {
    transition: none;
}

.text-center {
    text-align: center;
}

.data-left {
    float: left;
}

.data-right {
    float: right;
}

.scroll-table {
    width: 100%;
    float: left;
}

.vertical-scroll div, .horizontal-scroll div {
    transition: none;
}

.mrgn-btm {
    margin-bottom: 10px;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    width: 100% !important;
}

#fp-nav li {
    float: none;
}

.facility-para {
    margin: 0 0 50px;
    display: block;
}

.images-cols {
    float: left;
    display: block;
    width: 100%;
    text-align: left;
}

.img-col {
    width: 22.6%;
    margin: 0 1% 20px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

    .img-col:hover {
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.7);
        transform: scale(1.1);
    }

.mix {
    transition: none;
}

.img-thumb {
    position: relative;
    overflow: hidden;
}

.mix-grid {
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
}

.videos .span-3 {
    width: 33.33%;
    padding: 10px;
    float: left;
    margin-bottom: 20px;
}

.videos video {
    width: 100%;
}

.form-heading-new {
    width: 100%;
    float: left;
    margin-bottom: 0;
}

    .form-heading-new h3 {
        background: #f5f5f5;
        border-left: var(--primary-color) solid 3px;
        padding: 10px;
        padding-left: 15px;
        font-size: 14px;
        color: #424951;
        font-family: "montserrat";
    }

    .accordion-head .form-heading-new h3{
        padding-left:40px;
    }

.row .label {
    width: auto;
    float: left;
    position: relative;
}

.row .inpt {
    width: 100%;
    float: left;
}

.row .label.required::after {
    position: absolute;
    right: -8px;
    top: 10px;
    line-height: 10px;
    content: "*";
    color: red;
    display: block;
    font-size: 15px;
}

.form-inr-hreading {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

    .form-inr-hreading h5 {
        color: #424951;
        font-family: "montserrat";
        font-size: 13px;
        color: var(--primary-color);
    }

.number-with-code .slct-cntry-code {
    width: 60px;
    padding: 0;
    position: absolute;
    left: 15px;
}

.number-with-code input {
    padding-left: 70px;
}

.row-full {
    width: auto;
    float: none;
}

.counting-row {
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
}

.row-count {
    position: absolute;
    color: var(--primary-color);
    font-weight: bold;
    left: 15px;
    top: 5px;
}

.mt-mb-1 {
    margin-top: 10px;
}

.select-yes-no {
    display: inline-block;
    vertical-align: middle;
    float: none !important;
    width: auto !important;
    overflow: visible !important;
    padding: 0 !important;
    border: none !important;
}

    .select-yes-no label {
        font-family: "montserrat-light";
        color: #2f353f;
        font-size: 13px;
    }

    .select-yes-no .radio-block {
        margin-top: 0;
    }

.radio-block {
    margin-right: 5px;
}

.select-yes-no label {
    margin-top: 2px;
}
/*
.select-yes-no{
	padding: 5px;
	border: #ccc solid thin;
	border-radius: 30px;
	margin-top: -3px;
}*/

.btn-red {
    background: #ed4948;
    color: #fff;
    border: #ed4948 solid thin;
    border-radius: 30px;
}

    .btn-red:hover {
        background: #fff;
        color: #ed4948;
        border: #ed4948 solid thin;
    }

.small-inpt-select input[type="text"], .small-inpt-select select {
    height: 30px;
    line-height: 30px;
}

.form-group .note {
    width: 100%;
    float: left;
    font-size: 12px;
    margin: 3px 0;
}

.form-group .err-msg {
    width: 100%;
    float: left;
    font-size: 12px;
    margin: 3px 0;
     /*background: #ed4948;*/
    color: #ed4948;
    border: #ed4948 solid thin;
   text-align:center;
   margin-top:7px;
  text-transform:uppercase;
   box-sizing:border-box;
   border-radius:7px;

}
.form-group .err-msg-vry {
    width: 100%;
    float: left;
    font-size: 12px;
    margin: 3px 0;
     /*background: #ed4948;*/
    color: var(--primary-color);
    border:var(--primary-color) solid thin;
    text-align:center;
     margin-top:7px;
   text-transform:uppercase;
      box-sizing:border-box;
   border-radius:7px;
}
.inpt-radio input {
    display: none;
}

    .inpt-radio input + label {
        background: #f5f5f5;
        padding: 4px 10px;
        line-height: normal;
        margin: 0;
    }

        .inpt-radio input + label:nth-child(2) {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        .inpt-radio input + label:last-child {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        .inpt-radio input + label:not(:last-child) {
            border-right: #fff solid thin;
        }

    .inpt-radio input:checked + label {
        background: var(--primary-color);
        color: #fff;
    }

.inpt-radio, .select-yes-no {
    width: auto;
    border: #ccc solid thin;
    padding: 1px;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

    .inpt-radio br {
        display: none;
    }

    .select-yes-no input + label {
        
    }

.ref-col h4 {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: #ccc solid thin;
}

.join-now-head {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0;
    border-top: #ccc solid thin;
    border-bottom: #ccc solid thin;
    margin-bottom: 30px;
}

    .join-now-head h3 {
        font-family: "montserrat";
        font-size: 25px;
    }

    .join-now-head h4 {
        font-family: "montserrat-light";
        font-size: 16px;
        margin: 7px 0 0;
    }

.inpt span.validation, .validation {
    width: auto;
    padding: 3px 5px;
    border-radius: 5px;
    background: #d24858;
    color: #fff !important;
    position: absolute;
    z-index: 10;
    display: block;
    min-height:22px;
    height:auto;
    font-size: 12px;
    white-space: nowrap;
    float: left;
    bottom: -16px;
    left: 10px;
}

    .inpt span.validation::before, .validation::before {
        position: absolute;
        width: 11px;
        height: 7px;
        content: '';
        background: url(../images/arw-red.png) no-repeat top center;
        background-size: 100%;
        top: -5px;
        display: block;
        left: 10px;
    }

.validate-err input[type="text"] {
    background: url(../images/alert.png) no-repeat right;
    transition: none;
    border-color: #D24858;
}

.add-xtra-row:not(:first-child) {
    padding-top: 10px;
    margin-top: 15px;
    border-top: #aaa solid thin;
}

.table-layout-fixed {
    table-layout: fixed;
}

.inpt-width-auto input.cal {
    width: 150px;
}


.select-yes-no .validation {
    bottom: -22px;
    top: auto !important;
}

.check-validate .validation {
    top: 35px !important;
    left: 0px !important;
}

.tble-dsgn td{
    position:relative;
}

.tble-dsgn td .validation{
    left:0 !important;
    top:38px !important;
}

.screen-progress-back {
    position: fixed;
    display: table;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.8);
    vertical-align: middle;
    text-align: center;
    z-index: 100000;
}

.screen-progress-back-light {
    background: rgba(0,0,0,0.5);
}

.center-element {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.loading-mu, .loading-animation {
    display: inline-block;
    width: 60px;
}

.form-group [class*="col-"] {
    position:relative;
}

.inpt{
    position:relative;
}

/* Chrome version 29 and above */
@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {
selector{ property:value; }
}

/* Chrome version 22-28 */
@media screen and(-webkit-min-device-pixel-ratio:0) {
selector { -chrome-:only (;
property:value;
);}
}

/* Chrome, Safari, and also the Edge Browser and Firefox */

input[disabled="disabled"], input[disabled], select[disabled="disabled"], select[disabled], textarea[disabled="disabled"], textarea[disabled]  { 
    background:#e5e5e5;
    cursor:not-allowed;
}

input[disabled="disabled"].btn, input[disabled].btn{
    background:#aaa !important;
    color:#000 !important;
    border-color:#aaa !important;
}



/*17-7-2021*/

.stream-eligible, .steps-fill-form, .steps-inr-row-main{
	width: 100%;
	float: left;
	margin: 20px 0;
}

.stream-row{
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px;
	box-sizing: border-box;
}

.stream-row:not(:last-child){
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom:#ccc solid thin;
	box-sizing: border-box;
}

.stream-eligible-col{
	color: var(--primary-color);
	text-transform: uppercase;
	width:250px;
	max-width: 100%;
	font-family: "montserrat";
	
}

.eligible-critarea{
	width: 55%;
}

.mb-2{
	margin-bottom: 20px;
}

.red-highlight{
	color: red;
	font-weight: bold;
}

.steps-fill-form .accordion-head{
	padding: 0;
}

.inner-header-new::after{
	display: none !important;
}

.inner-header-new{
	background: url("../images/inner-header-1.jpg") no-repeat center;
	background-size: cover;
}

.stream-eligible-2{
	margin-top: 30px;
}

.stream-row-main-1{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: flex-start;
	padding:30px 0;
	position: relative;
	background: url("../images/bg-building.jpg") top center;
	background-size: cover;
	margin-top: 50px;
}

.stream-row-main-1 .inr-heading h4{
	color: #fff;
}

.stream-row-main-1::after {
    width: 100%;
    height: 1000px;
    position: absolute;
    background: 
    #fff;
    top: 300px;
    left: 0;
    transform: skewY(6deg);
    content: '';
    display: block;
}

.stream-row-main-1 .stream-row{
	width: 32%;
	border: none;
	background: #fff;
	padding: 15px;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	border-top: var(--primary-color) solid 4px;
}

.stream-row-main-1 .eligible-critarea{
	width: 100%;
}

.stream-row-main-1 .stream-row:not(:last-child){
	margin-right: 2%;
}

.stream-row-main-1 .stream-eligible-col{
	width: 100%;
	float: left;
	margin: 0 0 10px;
	font-size: 17px;
	border-bottom: #ccc solid thin;
	padding-bottom: 10px;
}

.check-col-design br{
    display:none;
}

.width-full{
    width:100% !important;
    margin:0;
}

.check-col-design span, .check-col-design input[type="text"]{
    display:inline-block;
    vertical-align:middle;
    float:none;
}

.check-col-design input[type="text"]{
    height:25px;
    margin:0;
}

.check-col-design input, .check-col-design label{
    width:auto !important;
    display:inline-block;
    vertical-align:middle;
    margin-bottom:5px;
}

.check-col-design input{
    margin-right:5px;
}

.check-col-design label{
    margin-top:2px;
    margin-right:15px;
}

.mb-1 {
    margin-bottom:10px;
}

