/*
Website Name: 3 BHK RESIDENTIAL APARTMENT
RAGHUNATHPUR, BHUBANESWAR Landing Page
File: Layout CSS
Author: Manas
Creation Date : 13/10/2021
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,200;1,300;1,400&display=swap');
@import "font-awesome.min.css";
@import "animate.min.css";
@import "social.css";
@import "media.css";
@import "carousel-slider.css";
@import "owl.carousel.min.css";




body{ margin:0; padding:0;
    -webkit-font-smoothing: antialiased; 
    overflow-x: hidden;
}
h1, h2, h3, h4{  font-family: 'Poppins', sans-serif; }    
.no-padding{ padding:0;}
.btn{ -webkit-transition:all .3s; -moz-transition:all .3s; transition:all .3s;     border-radius: 0rem;}
a { color: inherit; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; text-decoration: none; }
a:hover, a:active, a:focus { color: inherit; text-decoration: none; outline:0; }
p, h5{
    font-family: 'Poppins', sans-serif;
}
button:focus { outline: none; border: none; }
.btn:focus { outline: none; box-shadow: none; }

/*.container {
    max-width: 1170px;
}*/
.form-control:focus {
    outline: none;
    box-shadow: none;
}

.banner-pannel {
    /*background-image: url(../images/banner-1.jpg);*/
    width: 100%;
    animation-name: example;
    animation-duration: 14s;
    animation-iteration-count: infinite;
    background-size: cover;
    background-repeat: no-repeat;
}

@keyframes example {
  0%   {background-image: url(../images/banner-3.jpg);}
  20%   {background-image: url(../images/banner-1.jpg);}
  40%  {background-image: url(../images/banner-1.jpg);}
  60%   {background-image: url(../images/banner-2.jpg);}
  80% {background-image: url(../images/banner-2.jpg); }
  100%   {background-image: url(../images/banner-3.jpg);}
}

.banner-pannel-sm {
    background-image: url(../images/banner-1-small.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0 152px;
}
.banner-pannel-sm .banner-form {
    display: inherit;
    width: 85%;
    margin: 5px auto 0;
}
.main-logo img {
    background: #0d2a48;
    padding: 23px 18px 9px 18px;
    /* border-bottom: 5px solid #e0e0e0; */
}
.banner-title{ font-size: 35px; color: #fff; line-height: 40px; font-weight: 600; 
    text-transform: uppercase; padding-top: 50%;}
.banner-title-sm{ font-size: 18px; color: #fff; line-height: 23px; font-weight: 600; 
    text-transform: uppercase;
}

.banner-heading {
    text-transform: uppercase;
    border-left: 10px solid #ed5923;
    margin: 95px 0 106px;
}
.banner-heading h4 {
    color: white;
    padding-left: 13px;
}
.banner-heading h2 {
    color: white;
    font-size: 60px;
    padding-left: 13px;
}
.banner-heading h3 {
    color: white;
    font-size: 35px;
    padding-left: 13px;
}
label.lable-for-checkbox {
    color: white;
    width: 95%;
    float: right;
    margin-bottom: 19px;
}
.banner-form h3 {
    color: white;
    text-transform: uppercase;
}
.banner-form input {
    width: 100%;
    padding: 14px 18px;
    font-size: 16px;
    font-weight: 600;
}
.banner-form select {
    width: 100%;
    padding: 14px 18px;
    font-size: 16px;
    font-weight: 600;
    color: #6e6e6e;
}
input#vehicle1 {
    width: 4%;
}
.banner-form textarea {
    width: 100%;
    padding: 8px 21px;
    font-size: 15px;
    font-weight: 600;
}
.banner-form button {
    background: #4c52a6;
    border: none;
    color: white;
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
    padding: 12px 5px;
    font-weight: 600;
    cursor: pointer;
}
.banner-form button.close {
    background: none;
    position: absolute;
    top: 3px;
    width: 23px;
    font-size: 18px;
    right: 10px;
    color: white;
}
.modal-content .banner-form {
    margin-top: 0;
    position: relative;
}
.banner-form h3 {
    color: white;
    text-transform: uppercase;
    font-size: 39px;
    font-weight: 500;
    padding: 0px 0px;
    line-height: 40px;
    font-family: 'Poppins';
}
.banner-form {
    background: #2880b8bf;
    padding: 51px 35px 0 35px;
}
.container-1 {
    width: 90%;
    margin: 0px 0 0 126px;
}
.banner-form {
    background: #0d1926c9;
    padding: 52px 48px 46px 48px;
    margin-top: 18px;
}
.banner-form p {
    font-size: 14px;
    color: white;
}


.footer-social ul li {
    list-style: none;
    display: inline-block;
    width: 39px;
    height: 39px;
    background: white;
    text-align: center;
    padding: 0px 0;
    border-radius: 9px;
    margin: 0 5px;
}
.last-pannel-button button {
    background: #ee5b25;
    padding: 16px 44px;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    cursor: pointer;
}
section.last-pannel {
    background: black;
    padding: 16px 0;
}
.last-pannel p {
    margin: 0;
    padding: 8px 0;
    color: white;
    font-size: 13px;
}
       
.footer-social i {
    padding: 10px 12px;
    font-size: 23px;
    line-height: 19px;
    color: #39839e;
}
.footer-social ul {
    margin: 0;
}
section.last-pannel {
    background: #39839e;
    padding: 48px 0;
}
.CTA-fixed .btn {
    background: #ee5b25d1;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    padding: 12px 43px;
    border: none;
    cursor: pointer;
}
.CTA-fixed {
    position: fixed;
    top: 257px;
    left: -111px;
    transform: rotate( 
270deg );
}
/*.form-group {
    margin: 0 0;
}*/
.modal-footer.properties {
    display: block;
}
.modal-footer.properties button {
    background: #ee5b25;
    color: white;
    padding: 11px 85px;
    cursor: pointer;
    border: none;
}

.properties-form .modal-header {
    background: #ee5b25;
    color: white;
}
.modal-header span {
    color: black;
}
.properties-form .form-group {
    margin: 0;
}

#menuToggle:hover {
    background: #39839e;
}
#menuToggle {
    display: block;
    position: fixed;
    top: 20px;
    right: 0;
    background: #ee5b25;
    padding: 13px 14px 9px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}
#menuToggle input {
    display: block;
    width: 56px;
    height: 59px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}

#menuToggle span {
    display: block;
    width: 21px;
    height: 3px;
    margin-bottom: 5px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: -4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(
45deg) translate(-2px, -1px);
    background: #ffffff;
}

#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
    opacity: 1;
    transform: rotate(-45deg) translate(0, -1px);
}
.project-amenities td {
    color: white;
    font-size: 19px;
    font-weight: 400;
    vertical-align: top;
    font-family: 'Poppins';
    line-height: 1.3;
    padding: 8px 0px;
}
#menu li:hover {
    color: #5bd3ff;
}
#menu {
    position: absolute;
    width: 415px;
    height: 129vh;
    margin: -103px 0 0 0;
    padding: 50px;
    padding-top: 125px;
    right: -130px;
    color: white;
    background: #4c52a6eb;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}
#menu li {
    padding: 10px 0;
    font-size: 22px;
}
.call-fixed {
    position: fixed;
    bottom: 82px;
    right: 7px;
    background: #4c52a6;
    padding: 8px 0px;
    border: 1px solid #dcdde9;
}
.call-fixed a {
    color: #fff;
    padding: 11px 12px;
}
.call-fixed i {
    font-size: 21px;
}
.btm-to-top {
    position: fixed;
    bottom: 32px;
    right: 0;
    background: #ee5b25;
}
.contact a {
    color: white;
    font-size: 18px;
    font-weight: 600;
}
#menuToggle input:checked~ul {
    transform: scale(1.0, 1.0);
    opacity: 1;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.call-us {
    text-align: right;
    line-height: 1.2;
}
.call-us h5 {
    color: white;
    margin: 0;
    padding: 20px 0 0;
}
.call-us a {
    color: #6df449;
    font-size: 42px;
    font-family: 'Poppins';
}
.call-menu {
    padding: 30px 0 40px;
}
.first-pannel-headding h2 {
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 600;
    color: #4c52a6;
    margin: 0;
}
.first-pannel-headding h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}
.first-pannel-headding img {
    width: 118%;
    padding: 22px 0 0 0;
}
.first-pannel-text p {
    color: white;
    font-size: 18px;
    line-height: 35px;
    font-weight: 300;
    text-align: justify;
}
.first-pannel-text {
    background: #4c52a6;
    z-index: -99;
    padding: 77px 34px 42px 127px;
}
p.first-pannel-para {
    font-weight: 500;
    padding: 26px 0 0 0;
    color: #262626;
    font-size: 18px;
    line-height: 31px;
    text-align: justify;
}
section.first-pannel {
    padding: 56px 0;
}
section.second-pannel {
    background-image: url(../images/section-2.jpg);
    padding: 84px 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.project-amenities ul li {
    list-style: none;
}
.project-amenities {
    background: #02171fcc;
    padding: 51px 40px 34px 31px;
    width: 123%;
}
.project-amenities h2 {
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 45px;
}
.project-amenities ul {
    padding: 0 3px 0px 8px;
}
.project-amenities ul li {
    list-style: none;
    color: white;
    font-size: 18px;
    font-weight: 400;
    padding: 6px 0;
}
.project-amenities img {
    padding: 0 16px 0 0;
}
#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}


#tabs {
    background: #ffffff;
    color: #000;
}
#tabs h6.section-title{
    color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
   
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    color: #4c52a6 !important;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    /* border-top-left-radius: .25rem; */
    /* border-top-right-radius: .25rem; */
    color: #df9960;
    font-size: 20px;
    margin: 0 18px;
    padding: 0;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
}
.nav-tabs {
    border-bottom: none;
    width: 77%;
    margin: 0 auto;
}
.tab-content {
    padding: 24px 30px;
}
.tab-pane img {
    width: 100%;
}
.inner-block-img {
    background: #4c52a6;
}
.inner-block-img h2 {
    padding: 7px 19px;
    color: white;
    font-size: 23px;
    margin-bottom: 26px; text-align: center; text-transform: uppercase;
}
.-fx-gal-image-thumb{ border: 1px solid #eee; } 
.block-last-img {
    width: 50%;
    margin: 0 auto;
}
section.third-pannel {
    padding: 58px 0;
}

.fourth-pannel h2 {
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 45px;
    padding: 41px 0px;
}
.fourth-pannel {
    background-image: url(../images/banner-2.jpg);
    padding: 26px 0 45px 0px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.fourth-pannel .-fx-gal-image-thumb{ border: none; }
.gallery img {
    border: 5px solid #fff;
    margin-bottom: 31px;
}

.fifth-pannel-headding {
    text-align: right;
}
.fifth-pannel-headding h2 {
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 600;
    color: #4c52a6;
    margin: 0;
}
.fifth-pannel-headding h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}
.fifth-pannel-headding img {
    width: 112%;
    padding: 22px 0 0 0;
    margin-left: -66px;
}
.fifth-pannel-text p {
    color: white;
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
}
.fifth-pannel-text {
    background: #4c52a6;
    z-index: -99;
    padding: 77px 80px 42px 34px;
}
.fifth-pannel-text span {
    font-weight: 600;
}

p.fifth-pannel-para {
    padding: 26px 0 0 0;
    color: #262626;
    font-size: 18px;
    line-height: 31px;
}
section.fifth-pannel {
    padding: 56px 0;
}

.sixth-pannel img {
    width: 100%;
}
section.sixth-pannel {
    background: #f4f4f4;
}
.sixth-pannel h2 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
    color: #2c718a;
    padding: 62px 0 41px;
}
.banner-form-main {
    width: 128%;
    padding: 20px 65px 8px 0;
    background: #0d1a26;
}
.last-pannel-button button {
    background: #ee5b25;
    padding: 16px 44px;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    cursor: pointer;
}
.last-pannel-button button i{ font-size: 12px; font-weight:300; margin-left: 5px; }
section.last-pannel {
    background: black;
    padding: 16px 0; 
}
.last-pannel p {
    margin: 0;
    padding: 8px 0;
    color: white; text-align: center;
}
.last-pannel .contact p{ font-size: 18px;    line-height: 25px;  }
.last-pannel .contact i{ margin-bottom: 10px; }
.last-pannel i {
    margin-right: 4px;
    margin-top: 6px;
    background: #fff;
    text-align: center;
    padding-top: 13px;
    width: 50px;
    height: 50px;
    color: #4c52a6;
    font-size: 22px;
}
.last-pannel hr {
    border-top: 1px solid #84b5c7;
}
.footer-social i {
    padding: 10px 14px;
    font-size: 18px;
    line-height: 11px;
    color: #4c52a6;
    background: none;
    width: auto;
}
.last-pannel .copyright{ font-size: 14px; }
.footer-social ul {
    margin: 0; padding: 0;
}
section.last-pannel {
    background: #4c52a6;
    padding: 48px 0 28px 0;
}
.btm-to-top button#myBtn {
    background: #ee5b25;
    color: white;
    padding: 7px 12px;
    border: none;/*
    box-shadow: 0px 0px 5px 3px #b1b1b1;*/
    cursor: pointer;
}
.btm-to-top {
    position: fixed;
    bottom: 32px;
    right: 7px;
    background: #ee5b25;
    cursor: pointer;
}

/*ThaNK YOU page*/
.thanku-page {
    background: url(../images/footer-bg.png) repeat;
    width: 100%;
    float: left;
    min-height: 361px;
    height: 100vh;
}
.thanku-page header {
    width: 100%;
    padding: 15px 0 ;
}
.thanku-page  footer {background: none;}

section.thank-u {
    width: 100%;
    float: left;
    height: 367px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
section.thank-u .content {
    text-align: center;
    font-size: 33px;
    font-weight: 600;
    padding: 40px 15px;
    margin: 0;
    color: #000000;
    background: #fff;
    box-shadow: 0 0 10px 4px #00000026;
}
section.thank-u .content h2 {
    color: #000;
    margin: 0;
    font-weight: 700;
    font-size: 44px;
}
section.thank-u .content .icon {
    display: inline-block;
    padding: 0;
    width: 70px;
    height: 70px;
    border: 1px solid #4c52a6;
    color: #4c52a6;
    border-radius: 38px;
    line-height: 65px;
    margin-bottom: 20px;
    font-size: 37px;
}
a.back-btn {
    color: #337ab7;
    text-transform: uppercase;
    margin: 15px 0;
    display: inline-block;
    font-weight: 600;
}
/*Thank you page end*/





modal-open {
    overflow: scroll;
    position:fixed;
    width: 100%;
}


 