@font-face {
    font-family: 'MontserratBold';
    src: url(../fonts/MontserratBold.ttf);
}

@font-face {
    font-family: 'MontserratLight';
    src: url(../fonts/MontserratLight.ttf);
}

@font-face {
    font-family: 'MontserratSemiBold';
    src: url(../fonts/MontserratSemiBold.ttf);
}

@font-face {
    font-family: 'MontserratRegular';
    src: url(../fonts/MontserratRegular.ttf);
}

.noright {
    padding-right: 0px;
}

.noleft {
    padding-left: 0px;
}

body {
    font-family: 'MontserratLight';
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    list-style: none;
    margin: 0px;
    padding: 0;
}

.boxs {
    width: 100%;
    display: block;
    float: left;
}

.header {
    padding: 30px 60px;
    background-color: #fff;
    position: fixed;
    z-index: 9;
    transition: 0.3s ease;
    box-shadow: 0 0 16px 0 rgba(211, 211, 211, 0.5);
}

.fixed_header {
    padding: 20px 60px;
    /* border-bottom: solid 0.8px #979797; */
}

.fixed_header .head_lft a img {
    width: 190px;
}

.flexprop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head_rht li {
    display: inline-block;
}

.head_rht li a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
    margin: 0px 10px;
    display: inline-block;
}
.head_rht li a:hover{
    color: #0471f7;
}

.head_rht li a.active {
    font-family: 'MontserratBold';
}

.header .hamburger {
    display: none;
    float: right;
    height: 23px;
    padding: 0;
    width: 30px;
}

.header .hamburger:hover {
    opacity: 1;
}

button:focus {
    outline: 0px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background: #0E3962;
    border-radius: 0;
    width: 25px;
    height: 2px;
}

.hamburger-box {
    width: 25px;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.main {
    margin-top: 150px;
    position: relative;
}

.slider_inner {
    height: 390px;
    position: relative;
}

.slider_inner img,
.portfolio img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.seemore {
    position: absolute;
    color: #fff;
    font-size: 20px;
    bottom: 50px;
    right: 110px;
    display:none;
}

.slider_cont {
    width: 690px;
    height: 215px;
    border-radius: 0px 24px 24px 0px;
    background-color: rgba(26, 57, 95, 0.7);
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 20px 100px;
    color: #fff;
}

.slider_cont h5 {
    font-size: 35px;
}

.slider_cont p {
    font-size: 16px;
    padding-top: 10px;
    /* text-align: justify; */
}

.slider_cont h5 span {
    font-size: 25px;
    float: right;
    margin-top: 10px;
}

.slider_cont p:last-child {
    padding-bottom: 0px;
}

.slider.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slider .slick-dots {
    position: absolute;
    bottom: initial;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    top: 20px;
    right: 55px;
}

.slider .slick-dots li button:before {
    content: "";
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
}

.slider .slick-dots li.slick-active button:before {
    opacity: 0.43;
}

.slider .slick-prev,
.slider .slick-next {
    top: initial;
    bottom: 30px;
}

.slider .slick-prev {
    display: none !important;
    /*right:100px;*/
    /*left:initial;*/
    /*z-index:1;*/
    /*color:#fff;*/
    /*width:100px;*/
}
/*.slider .slick-prev::before{*/
/*    content:"See more";*/
/*}*/
.slider .slick-next {
    right: 55px;
    width: 34.6px;
    height: 34.6px;
    opacity: 0.74;
    border: 1px solid #fff;
    border-radius: 50%;
}

.slider .slick-next::before {
    content: "\f105";
    font-family: 'FontAwesome';
    opacity: 0.74;
}

.archi {
    background: url(../img/background.png) repeat center center;
    background-size: contain;
    padding: 125px 0px;
    position: relative;
}

.sidepadd {
    padding: 0px 50px;
}
.fair_img {
     border-radius: 20px 20px 0px 0px;
     height:272px;
}
.fair_img img {
    width: 100%;
    height: 100%;
}

.fair_cont {
    background-color: #1a395f;
    padding: 15px;
    border-radius: 0px 0px 20px 20px;
    margin-top: -75px;
}

.fair_lft p {
    font-family: 'MontserratBold';
    font-size: 16px;
    color: #fff;
}

.fair_rht li {
    font-family: 'MontserratBold';
    font-size: 12px;
    color: #fff;
}

.fair_lft p span {
    font-size: 18px;
    display: block;
    opacity: 0.47;
    /* padding-top: 10px; */
}

.fair_rht ul {
    padding-left: 25px;
    border-left: solid 0.8px rgba(151, 151, 151, 0.8);
}

.fair_slider .slick-prev {
    left: -35px;
}

.fair_slider .slick-prev::before {
    content: url(../img/left.svg);
    opacity: 1;
}

.fair_slider .slick-next {
    right: -35px;
}

.fair_slider .slick-next::before {
    content: url(../img/right.svg);
    opacity: 1;
}

.about,
.team {
    padding: 70px 0px;
}
.home_img {
    border-radius:20px;
}

/* .home_content {
    font-family: 'helveticaneuelight';
} */

.home_content h6 {
    font-size: 38.4px;
    color: #0d0d0d;
}

.home_content p {
    font-size: 15.4px;
    color: #000000;
    line-height: 23px;
    text-align: justify;
    padding: 25px 0px;
    border-bottom: solid 0.8px #979797;
}

.home_content a {
    font-size: 13.8px;
    color: #000;
    text-decoration: none;
    float: right;
    margin: 20px 0px;
    display: block;
}

.slider_cont a {
    font-size: 13.8px;
    color: #fff;
    text-decoration: none;
    float: right;
    margin: 20px 0px;
    display: block;
}

.slider_cont a:hover{
    text-decoration:underline;
}
.slider_cont a img {
    margin-left: 20px;
}


.home_content a:hover{
    text-decoration:underline;
}
.home_content a img {
    margin-left: 20px;
}

.team h6 {
    text-align: center;
}

.team p {
    border: none;
}

.team_content {
    margin-top: 30px;
}

.team_inner {
    padding: 0px 60px;
}

.team_content img {
    width: 100%;
    height:178px;
    border-radius: 20px;
}

.team_name p {
    font-size: 19.2px;
    color: #0d0d0d;
    margin-top: 15px;
}

.team_name p span {
    display: block;
    font-size: 12.8px;
    padding-top: 5px;
}

.google {
    padding-top: 70px;
}

.contact {
    background: url(../img/contact.png) no-repeat center center;
    background-size: cover;
    padding: 70px 0px;
}

.contact_inner h6 {
    font-size: 48px;
    color: #0d0d0d;
    margin-bottom: 50px;
    text-align: center;
}

.contact_inner .input-group {
    /* height: 66px; */
    border-radius: 12px;
    border: solid 0.8px #979797;
    background-color: #fff;
}

.contact_inner .form-control {
    height: auto;
    border: none;
    background-color: transparent;
    color: #0d0d0d;
    font-size: 24px;
    outline: none;
    box-shadow: none;
    padding: 13px 12px;
}

.contact_inner .form-control::placeholder {
    color: rgba(13, 13, 13, 0.45);
}

.contact_inner .input-group-text {
    border: none;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.45);
}

.contact_inner button {
    font-size: 20px;
    border-radius: 9.6px;
    background-color: #1a395f;
    padding: 15px 0px;
    width: 100%;
    outline: none;
    border: none;
    color: #fff;
    margin: 25px 0px;
    cursor: pointer;
}
.contact_inner button:hover{
    background-color:#000;
}
.footer {
    padding: 55px 0px;
    background-color: #393939;
}

.foot_top {
    padding-bottom: 100px;
}

.foot_lft a {
    display: block;
    color: #fff;
    font-size: 16.8px;
    text-decoration: none;
    margin-bottom: 15px;
    line-height: 25.2px;
}

.foot_rht h6 {
    font-family: 'MontserratSemiBold';
    color: rgba(255, 255, 255, 0.55);
    font-size: 17.3px;
    margin-bottom: 15px;
}

.foot_rht a {
    font-size: 13px;
    line-height: 25.9px;
    color: #fff;
    text-decoration: none;
}
.foot_rht a:hover{
  text-decoration: underline;
}
.foot_btm {
    padding-top: 20px;
    border-top: 2px solid rgba(255, 255, 255, 0.55);
}

.foot_btm p,
.foot_btm p a {
    color: #fff;
    font-size: 16px;
    line-height: 25.9px;
}

.foot_btm p span a {
    float: right;
    font-size: 25px;
    /* margin-top: -8px; */
}

.invest_top {
    padding-top: 100px;
}

.heading {
    font-size: 43.2px;
    color: #0d0d0d;
    padding-bottom: 25px;
}

.para {
    font-size: 17.3px;
    color: #000;
    line-height: 25.9px;
}

.investfair {
    margin-top: 40px;
}

.investfair .fair_rht ul {
    border: none;
}

.testimo {
    margin-top: 40px;
}
.testimonial_img {
    border-radius:20px;
}
.testimonial_img img {
    width: 100%;
}

.portfolio {
    position: relative;
    margin-bottom: 15px;
}
.portfolio a{
    display:block;
}
.portfolio:last-child {
    margin-bottom: 0px;
}

.portfolio_cont {
    position: absolute;
    top: 50%;
    background-color: rgba(0,0,0,0.6);
    padding: 50px;
}

.portfolio_cont p {
    font-family: 'MontserratBold';
    font-size: 24px;
    color: #fff;
}

.portfolio_cont p span {
    display: block;
    font-family: 'MontserratLight';
}

.winchester img {
    width: 100%;
}

.win_con p {
    border-bottom: none;
}

.win_head {
    padding: 30px 60px;
}

.win_head h6 {
    font-size: 60px;
    color: #0d0d0d;
}

.gallery_img {
    width: 16.8%;
    display: inline-block;
    margin-top: 40px;
    margin-right: 20px;
}

.gallery_img a {
    display: block;
    height: 148px;
}

.gallery_img a img {
    height: 100%;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.gallery_img:nth-child(5),
.gallery_img:last-child {
    margin-right: 0;
}

.project_top {
    margin-top: 50px;
}


/* 
.fancybox-slide {
    width: 80%;
    height: 90%;
    margin: 0px auto;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.fancybox-toolbar {
    display: none;
} */

.modal-dialog {
    max-width: 600px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
}

.modal-body {
    padding: 40px;
}

.modal-body img.openimg {
    width: 100%;
}

.modal-body button {
    font-family: 'MontserratBold';
    float: right;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 31.2px;
    color: rgba(0, 0, 0, 0.39);
    margin-top: 40px;
    cursor: pointer;
}

.court {
    padding: 0px !important;
}

.court_inner {
    border-radius: 16px;
    border: solid 3.2px #979797;
    background-color: #d8d8d8;
    margin-top: 100px;
}

.court_lft, .court_rht  {
    height: 414px;
    position: relative;
}

.court_lft img {
    width: 100%;
    height: 100%;
}

.court_rht {
    background-color: #f4f4f4;
    padding: 20px 30px;
    border-radius: 0px 16px 16px 0px;
}

.court_rht h6 {
    font-family: 'MontserratBold';
    font-size: 16.6px;
    color: #292929;
    text-align: right;
}

.court_rht h6 span {
    font-size: 24.9px;
}

.court_rht p {
    font-family: 'MontserratBold';
    font-size: 32px;
    color: #1a395f;
    text-align: right;
    padding: 10px 0px;
}

.court_rht li {
    font-family: 'MontserratBold';
    border-radius: 4.5px;
    border: solid 0.5px rgba(151, 151, 151, 0.6);
    background-color: #fff;
    padding: 10px;
    font-size: 13.2px;
    color: #000;
    margin-top: 15px;
    display: block;
    width: 100%;
    float: left;
}

.court_rht li span {
    font-family: 'MontserratRegular';
    font-size: 14.5px;
    float: right;
}

.court_rht li.calling {
    border-radius: 5.9px;
    background-color: #1a395f;
}
.court_rht li.calling:hover{
     background-color: #000;
}
.court_rht li.calling a {
    font-size: 14.7px;
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    text-decoration: none;
}

.court_con {
    border-radius: 0px 24px 24px 0px;
    background-color: rgba(26, 57, 95, 0.7);
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 316px;
    height: 114px;
    padding: 12px 30px;
}

.courtabout p {
    border: none;
}

.courtabout a {
    border-radius: 5.9px;
    background-color: #1a395f;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 15px 0px;
}

.contact2 {
    background: url(../img/contact2.png) no-repeat center center;
    background-size: cover;
    padding: 100px 0px;
}

.contactform {
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.81);
    padding: 40px;
}

.contactform h6 {
    font-size: 30px;
    color: #0d0d0d;
}

.contactform form {
    margin: 30px 30px 0px 30px;
}

.contactform .form-group {
    margin-bottom: 30px;
}

.contactform .form-control {
    border-radius: 9.6px;
    border: solid 0.6px #979797;
    background-color: #fff;
    font-size: 19.2px;
    color: #0d0d0d;
    height: auto;
    padding: 10px 12px;
    outline: none;
    box-shadow: none;
}

.contactform .form-control::placeholder {
    color: rgba(13, 13, 13, 0.45);
}

.contactform button {
    font-family: 'MontserratBold';
    border-radius: 7.7px;
    background-color: #1a395f;
    padding: 15px 0px;
    width: 100%;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
}
.contactform button:hover{
    background-color:#000;
}
.coutfair ul {
    border: none;
}

.investcourt h6 {
    text-align: left;
}

.progress {
    width: 100%;
    height: 21px;
    border-radius: 10.4px;
    background-color: rgba(88, 182, 51, 0.34);
    margin: 19px 0px;
}

.progress-bar {
    border-radius: 10.4px;
    background-color: #1da844;
}

.court_con2 {
    width: 90%;
    height: 80px;
}

.sidenav {
    background-color: #fff;
    height: 100%;
    left: -210px;
    overflow-x: hidden;
    padding: 10px;
    position: fixed;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 200px;
    box-shadow: 0 0 16px 0 rgba(211, 211, 211, 0.5);
    z-index: 999;
    padding-top: 20px;
}

.sidenav li {
    display: block;
    margin-top: 20px;
}

.myvideo video {
    width: 100%;
    height: 100%;
}

.aftervideo {
    display: none;
}

.forright {
    position: absolute;
    padding: 0px;
    right: 0;
}

.forright img {
    float: right;
}

.home_img img {
    width: 100%;
}
.investfair .fair_img{
    height:272px;
}
.contact_inner span{
    font-size:25px;
}