/* Google fonts used in this project 
    1) font-family: 'Roboto', sans-serif;
    2) font-family: 'Open Sans', sans-serif;
    3) font-family: 'Poppins', sans-serif;


*/


/* Start globle css */

body {
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    font-weight: normal;
    color: #666;
    font-size: 15px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.p25 {
    padding: 25px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-0 {
    padding-top: 0px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-0 {
    padding-bottom: 0px;
}

.plr-0 {
    padding-left: 0px;
    padding-right: 0px;
}


/*-------------------------------- padding end ----*/

.mt-60 {
    margin-top: 60px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-0 {
    margin-top: 0px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mlr-0 {
    margin-left: 0px;
    margin-right: 0px;
}


/* End of margin */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #333;
}

.text-upper {
    text-transform: uppercase;
}

.btn1 a {
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    color: #222;
    outline: 0;
    border-radius: 4px;
}

.btn1 a {
    background: #fff;
}

.btn1.btn2 a {
    background: #bc817d;
    color: #fff;
}

.btn-grad {
    margin: 10px;
    padding: 12px 25px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    text-decoration: none;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px #eee;
    border-radius: 5px;
    border: 0;
    outline: 0;
    display: inline-block;
    background-image: linear-gradient(to right, #1A2980 0%, #26D0CE 51%, #1A2980 100%);
}

.btn-grad:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}


/* End of globle css */

.heading1 {
    font-size: 34px;
    background: -webkit-linear-gradient(45deg, #013c80, #1abceb 68%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

.heading3 {
    font-size: 20px;
    background: -webkit-linear-gradient(45deg, #013c80, #1abceb 68%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

.bg-light {
    background: #e2e8ea;
}


/**************************************** START HEADER SECTION **********************************/

.header-wrap {
    background: #e1f4fc;
}

.top-call {
    float: left;
    line-height: 48px;
}

.top-call li {
    display: inline-block;
}

.top-call>li {
    margin-right: 18px;
}

.top-call li a {
    color: #222;
}

.header-info {
    position: relative;
    padding-left: 20px;
}

.header-info:before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 1px;
    height: 22px;
    background-color: rgba(255, 255, 255, 0.2);
}

.top-call li i {
    color: rgba(255, 255, 255, 0.6);
    padding-right: 8px;
    font-size: 16px;
}

.social-icons {
    float: right;
    line-height: 48px;
}

.social-icons li {
    display: inline-block;
}

.social-icons li a i {
    color: rgba(255, 255, 255, 0.6);
    padding-right: 8px;
    font-size: 16px;
}

.top-header {
    background: #e1f4fc;
    min-height: 35px;
    line-height: 1.2em;
    color: #222;
}

.top-call {
    float: right;
}

.top-call li {
    display: inline-block;
}

.top-call>li {
    margin-right: 18px;
}

.top-call li a {
    color: #292526;
}

.header-info {
    position: relative;
    padding-left: 20px;
}

.header-info:before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 1px;
    height: 22px;
    background-color: rgba(255, 255, 255, 0.2);
}

.toprera {
    line-height: 40px;
}

.toprera p {
    margin-bottom: 0px;
    color: #222;
    display: inline-block;
    visibility: hidden;
}

.rarahide {
    visibility: visible !important;
}

.toprera p a {
    color: #222;
}

.toprera p a:hover {
    color: #013c80;
}

.reraset {
    display: flex;
}

.rera-text {
    padding-left: 20px;
}

.rera-text h4 {
    margin-top: 0;
    margin-bottom: 5px;
    background: -webkit-linear-gradient(45deg, #013c80, #1abceb 68%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* Start My Nav Section */

.my-nav {
    background: #e1f4fc;
    border-radius: 0px;
    margin-bottom: 0;
    border: none;
    padding-top: 5px;
}

.navbar-nav {
    margin-top: 15px;
}

.my-nav li.current>a {
    color: #013c80;
}

.my-nav li a {
    font-family: 'Poppins', sans-serif;
    color: #292526;
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    position: relative;
}

.my-nav .dropdown-menu>li>a {
    color: #333 !important;
}

.my-nav li a:after {
    float: right;
    content: '';
    position: absolute;
    width: 2px;
    height: 16px;
    margin-left: 12px;
    margin-top: 4px;
    color: #013c80;
    background-image: linear-gradient(#065695, #1abceb);
}

.my-nav li:last-child a:after {
    display: none;
}

.my-nav .nav>li>a {
    padding: 0px 8px;
    margin: 0 7px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #fff;
    background: -webkit-linear-gradient(45deg, #013c80, #1abceb 68%);
}

.nav li.active>a {
    background: -webkit-linear-gradient(45deg, #013c80, #1abceb 68%);
    color: #fff
}

.logo img {
    width: 128px;
    position: absolute;
    top: -43px;
}

.navbar-fixed-top .logo img {
    width: 64px;
    top: 3px;
}

.my-nav .nav .open>a,
.my-nav .nav .open>a:hover,
.my-nav .nav .open>a:focus {
    background-color: transparent;
    color: #013c80;
}

.skyline-hidden {
    /* display: none */
}


/* End of My Nav Section */

.top-call li i {
    color: rgb(1, 60, 128);
    padding-right: 8px;
    font-size: 16px;
}

.social-icons {
    float: right;
    line-height: 48px;
}

.social-icons li {
    display: inline-block;
}

.social-icons li a i {
    color: rgb(1, 60, 128);
    padding-right: 8px;
    font-size: 16px;
}

.sky-line {
    width: 100%;
    height: 4px;
    background: url(../img/skylineshadow.png);
    background-size: 100%;
    margin-top: 10px;
}


/************************************* End of header ***************************************/


/************************************ Start FOOTER SECTION  ***********************************/


/* Start footer section */

.footer {
    background: #0d477f;
    /* background: #76c4e2;
    background: linear-gradient(to bottom left, #76c4e2, #402f8c); */
}

.footer-box p {
    color: #fff;
    margin-top: 30px;
    text-align: justify;
    line-height: 24px;
}

.quick-link h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.quick-link li i {
    font-size: 15px;
}

.quick-link li {
    margin-bottom: 10px;
}

.custom-html-footer li {
    margin-bottom: 0px !important;
}

.quick-link li a {
    font-size: 14px;
    color: #fff;
}

.quick-link li a:hover {
    color: #013c80;
}

.custom-html-footer {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.custom-html-footer li {
    display: block;
    line-height: 30px;
    font-size: 14px;
    padding-left: 30px;
    position: relative;
    color: #fff;
}

.custom-html-footer li i {
    position: absolute;
    top: 11px;
    left: 0;
    color: #013c80;
}

.copy-right {
    background: #013c80;
}

.copy-right p {
    padding: 10px 0;
    margin-bottom: 0;
    color: #fff;
}

.copy-right p a {
    color: #fff;
}

.copy-right p a:hover {
    color: #e1f4fc;
}


/********************************** END FOOTER SECTION ******************************/


/********************************** START OVERVIEW SECTION ******************************/

.intro-info h5 {
    font-size: 18px;
}

.intro-info ul {
    list-style: disc;
    margin-left: 20px;
}

.intro-info li {
    font-size: 13px;
    line-height: 25px;
}


/********************************** END OVERVIEW SECTION ******************************/


/********************************** START HOME SECTION ******************************/


/* Start my slider */


/* .carousel-inner>.item>a>img,
    .carousel-inner>.item>img {
        width: 100%;
        height: 600px;
    } */


/* End  my slider */


/* START OF HOWM INTRODUCTION */

.nav-pills {
    text-align: center;
}

.nav-pills>li {
    float: none;
    display: inline-block;
    zoom: 1;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-image: linear-gradient(to right, #1A2980 0%, #26D0CE 51%, #1A2980 100%);
}

.nav-pills>li>a {
    border-radius: 4px;
    background: #e1f4fc;
    border: 1px solid #ccc;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.intro-info p {
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
}

.tab-inner_two p {
    font-size: 18px;
    padding: 17px 14px;
    background: #d8d8d8;
    /* background: -webkit-linear-gradient(45deg, #013c80, #1abceb 68%); */
    color: #013c80;
}

.tab-inner_two img {
    border: 1px solid #ccc;
}


/* END OF  HOWM INTRODUCTION */


/********************************** END HOME SECTION ******************************/


/********************************** START GALLERY SECTION ******************************/

.demo-gallery-poster {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
}

.demo-gallery-poster h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 17px;
    margin: 0;
}

.lg-imgbox {
    position: relative;
}


/********************************** END GALLERY SECTION ******************************/


/********************************** END GALLERY SECTION ******************************/

.loc-fis {
    padding: 0;
}

.loc-fis img {
    /* height: 506px; */
}

.loc-inner {
    display: inline-flex;
    margin-bottom: 10px;
    height: 65px;
}

.loc-info p {
    margin: 14px 14px;
   font-size: 12px;
}

.loc-icon img {
    width: 60px;
}

.loc-sec .loc-p {
    font-size: 20px;
    font-weight: 600;
}


/********************************** END GALLERY SECTION ******************************/


/********************************** START ABOUT SECTION ******************************/

.about-fis {
    padding: 0;
}

.about-logo {
    width: 100%;
    height: 506px;
    background: #e1f4fc;
}

.about-logo img {
    max-width: 300px;
    width: 100%;
    height: 180px;
    text-align: center;
    margin: auto;
    margin-top: 120px;
}

.about-info {
    padding-top: 70px;
}

.about-info p {
    font-size: 17px;
    margin-bottom: 22px;
}

.about-info h5 {
    font-size: 18px;
    font-weight: 700;
}


/********************************** END ABOUT SECTION ******************************/


/********************************** START CONTACT SECTION ******************************/

h4.con-title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
}

.con-form h4 {
    font-size: 20px;
    font-weight: 500;
}

.con-info img {
    max-width: 314px;
    width: 100%;
}

.con-info p {
    font-size: 16px;
}

.con-info h5 {
    font-size: 16px;
    font-weight: 600;
}


/* get in touch */

.con-call h3 {
    font-size: 20px;
    font-weight: 500;
}

.details-box li {
    margin-bottom: 18px;
}

.details-icons span {
    color: #013c80;
    font-size: 24px;
    border: 1px solid #013c80;
    padding: 10px;
    border-radius: 50%;
}

.details-info h5 {
    font-weight: bold;
    margin-bottom: 5px;
}

.details-info a {
    color: #444;
}

.details-info a:hover {
    color: #f7931e;
}

.details-icons {
    display: table-cell;
    vertical-align: middle;
}

.details-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    font-size: 15px;
}

.form-control {
    color: #fff !important;
    background-color: #013c80 !important;
    height: 40px;
    outline: 0;
    border: 0;
}


/********************************** END CONTACT SECTION ******************************/


/* Start maharea section */

.maininfo {
    background: #e1f4fc;
}

.rerabox {
    display: flex;
    padding-top: 13px;
}

.rerainfo {
    margin-left: 28px;
}

.rerainfo h3 {
    margin-bottom: 0px;
    font-size: 18px;
}

.rerainfo h3 strong {
    color: #222;
    font-size: 20px;
}


/* End of maharea section */