@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic.eot');
    src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic.woff2') format('woff2'),
        url('../fonts/CenturyGothic.woff') format('woff'),
        url('../fonts/CenturyGothic.ttf') format('truetype'),
        url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic-Bold.eot');
    src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
        url('../fonts/CenturyGothic-Bold.woff') format('woff'),
        url('../fonts/CenturyGothic-Bold.ttf') format('truetype'),
        url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Century Gothic';
    font-weight: 400;
  }
  p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Century Gothic';
  }
  h1,h2,h3,h4,h5,h6{
    font-family: 'Century Gothic';
    font-weight: bold;
    color: #000000;
  }
a{
    color: #3c3c3c;
    text-decoration: none;
  }
strong {
    font-weight: 700;
}
.btn-success{
    background-color: #47a104;
    border-color: #47a104;
    color: #ffffff;
}
.btn-success:hover{
    background-color: #e5010e;
    border-color: #e5010e;
    color: #ffffff;
}
.btn-danger{
    background-color: #e5010e;
    border-color: #e5010e;
    color: #ffffff;
}
.btn-danger:hover{
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #ffffff;
}
.navbar-brand img {
    width: 150px;
}
.navbar-expand-lg .navbar-nav li a {
  padding: 6px 10px;
  margin: 0px 5px;
  font-weight: 600;
  color: #000000;
    font-family: 'Century Gothic';
    text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav li a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}
.navbar-expand-lg .navbar-nav li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.navbar-expand-lg .navbar-nav li a:before {
    background: #3c3c3c;
}
.navbar-expand-lg .navbar-nav li a:hover:before, .navbar-expand-lg .navbar-nav li a:focus:before, .navbar-expand-lg .navbar-nav li a:active:before {
    left: 0;
    right: 0;
}
.navigation {
    display: flex;
}
.email-insta ul {
    list-style-type: none;
    display: inline-block;
    margin: 0px;
}
.email-insta ul li {
    display: inline-block;
    margin: 0px 10px;
}
.email-insta li a {
    color: #000;
    font-weight: 600;
    font-family: 'Century Gothic';
}
.atma-banner-caption .banner-title {
    padding: 23% 0px;
}
.ms-slide-bgcont:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(0 0 0 / 40%);
}
.carousel-caption {
    right: auto;
    left: 10%;
    text-align: left;
}
.ms-slide-info.ms-dir-h.ms-align-bottom {
    min-height: 100% !important;
    margin: 0px !important;
}
.carousel-caption p {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}
.carousel-caption h1{
    color: #ffffff;
}
.gb-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    padding-bottom: 30px;
    letter-spacing: 1px;
}
.about-right-content p {
    font-size: 16px;
}
.about-right-content h2 {
    font-size: 36px;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 20px;
}
.about-right-content {
    padding-right: 50px;
}
.about-right-content .sub-heading::before {
    top: 8px;
    left: 0px;
}
.about-nskk-block, .amentities_block, .nskk-team-block, .events-block {
    background-color: #f5f5f5;
}
.about-left-content .img-fluid {
    border-radius: 15px;
}
.oragnise_image i {
    font-size: 40px;
}
.organise_title h3 {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 500;
}
.ament-content img {
    width: 100%;
}
.ament-content {
    text-align: center;
    margin-bottom: 30px;
}
.ament-content .sub-heading {
    font-size: 18px;
    padding-top: 20px;
    padding-left: 0px;
    color: #3c3c3c;
    letter-spacing: 0.5px;
    display: inline-block;
}
.ament-content .sub-heading a{
    color: #3c3c3c;
}
.service-image {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.service-image img {
    transition: all 0.3s linear 0s;
}
.ament-content:hover .service-image img{
    transform: scale(1.2);
}
.review-block {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.org-list .item {
    text-align: center;
}
.org-list .item p {
    color: #fff;
}
.testmoni-titles {
    position: relative;
    margin-bottom: 40px;
}
.testmoni-titles h5 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 5px;
    color: #9c9c9c;
}
.testmoni-titles h2 {
    color: #fff;
    font-size: 36px;
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.org-list .item i {
    font-size: 36px;
    color: #fff;
}
.rev-text {
    margin: 20px 15%;
    font-size: 18px;
    line-height: 30px;
}
.org-list .item p strong {
    font-size: 20px;
}
.org-list .owl-pagination {
    display: none;
}
.customNavigation a.prev, .customNavigation a.next {
    position: absolute;
    top: 0px;
    font-size: 30px;
    color: #787878;
    cursor: pointer;
}
.customNavigation a.prev {
    left: 0px;
    top: 55%;
}
.customNavigation a.next {
    right: 0px;
    top: 55%;
}
.org-list{
    position: relative;
}
/*--our-gallery--*/
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #000000;
  }
  
  .hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 2em;
    text-align: center;
      display: grid;
      align-items: center;
  }
  
  .hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
  }
  
  .hovereffect h2 {
    color: #fff;
    position: relative;
    font-size: 36px;
    background-color: transparent;
    padding: 0px;
    text-align: center;
      opacity: 0;
  }
  
  .hovereffect .overlay:before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
  }
  
  .hovereffect a, .hovereffect p {
    color: #FFF;
    /*opacity: 0;*/
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  
  .hovereffect:hover img{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  
  .hovereffect:hover .overlay:before,
  .hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2  {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  /*--gallery-end--*/

.gall-block {
    padding-top: 45px;
    padding-bottom: 40px;
}
.gal-col {
    margin-bottom: 30px;
}
.works-title {
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 10px;
}
.view-all-btn {
    margin-top: 20px;
    margin-bottom: 20px;
}
.view-all-btn .btn-primary {
    background-color: #3c3c3c;
    border: 2px solid #3c3c3c;
    padding: 12px 25px;
    font-family: 'Century Gothic';
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s linear;
}
.view-all-btn .btn-primary:hover{
    background-color: transparent;
    color: #3c3c3c;
    border-color: #3c3c3c;
    
}
footer{
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
footer::before, .review-block::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(60 60 60 / 75%);
}
.review-block::before{
    background-color: rgb(0 0 0 / 70%);
}
.footer_about p, .social_icons ul li a{
    color: #ffffff;
}
.footer_about, .footer_contact, .social_icons {
    position: relative;
}
.footer_title {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.footer_title::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #fff;
}
.contact-title {
    color: #fffedb;
    font-weight: 500;
}
.footer_contact li {
    color: #fff;
    margin-bottom: 10px;
}
.social_icons ul li {
    display: inline-block;
    color: #fff;
    margin-right: 20px;
    font-size: 36px;
}
.social_icons {
    margin-left: 50px;
}
.bottom-footer {
    position: relative;
    border-top: 1px solid #7b7b7b;
}
.navbar-expand-lg .navbar-nav .nav-social-icon {
    padding-right: 10px;
    padding-left: 10px;
}
.navbar-expand-lg .navbar-nav .nav-callus {
    margin-left: 12px;
    margin-right: 12px;
    text-transform: capitalize;
}
.organise_content {
    margin-bottom: 30px;
}
.about_bg img {
    width: 100%;
}
.inner-page-title {
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.vision-page-block {
    padding-bottom: 70px;
}
.about-page-block {
    padding-top: 50px;
    padding-bottom: 50px;
}
.get-in-touch .form-control {
    height: 50px;
}
.get-in-touch textarea {
    height: 200px !important;
}
.get-in-touch .btn-primary {
    background: #3c3c3c;
    border:2px solid #3c3c3c;
    color: #fff;
    padding: 12px 20px;
    font-weight: 500;
    margin-top: 15px;
    transition: all 0.3s linear;
}
.get-in-touch .btn-primary:hover{
    background: transparent;
    border:2px solid #3c3c3c;
    color: #3c3c3c;
}
.contact-info {
    padding-left: 50px;
}
.contact-info li {
    margin-bottom: 10px;
    font-size: 16px;
}
.work-page-left-content .img-fluid {
    border: 2px solid #dedede;
    padding: 10px;
}
.nav-social-icon {
    font-size: 26px !important;
}
.customNavigation {
    display: none;
}
.gall-sub-title {
    padding-left: 10px;
}
.footer_contact ul li a {
    color: #fff;
}
.mobmenu .headertext span {
    display: none;
}
.mob-menu-header-holder {
    background-color: inherit !important;
    height: 0px !important;
    width: 100px !important;
    left: 0px !important;
}
.mobmenul-container i {
    color: #000 !important;
}
body.mob-menu-slideout-over{
    padding-top: 0px !important;
}
.main-img-slider{
    width: 100%;
}
.expertise{
    background-color: #f0fffc;
}
.sub-title {
    font-size: 14px;
    color: green !important;
    text-transform: uppercase;
}
.architecture-content {
    margin-left: 5px;
}
.architecture-text {
    margin-left: 10px;
    font-size: 14px;
}

.architecture-content .sub-heading {
    padding-top: 15px;
}
.what-we-do {
    display: block;
    position: relative;
}

.expertise_content {
    margin-bottom: 10px;
}
.expertise_content{
    text-align: center;
}
.expertise_content .expertise_title {
    position: relative;
    margin-bottom: 10px;
}
.expertise_content .expertise_title h3 {
    text-transform: uppercase;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    font-size: 20px;
}

.expertise_content .expertise_title .numbering {
    font-size: 72px;
    color: #ebebeb;
    font-weight: 300;
    display: inline-block;
    line-height: 1;
}
@media only screen and (max-width: 1024px) {
    .mobmenul-container i {
        background: #000 !important;
        color: #fff !important;
        border-radius: 5px !important;
    }
}
@media screen and (min-width:1200px) {
    .carousel-caption h1{
        font-size: 48px;
    }
    .carousel-caption{
        width: 60%;
    }
    .py-25{
        padding: 80px 0px !important;
    }
    .contact-info {
        padding-left: 80px;
    }
}
@media screen and (min-width:1400px) {
    .carousel-caption h1{
        font-size: 60px;
    }
    .carousel-caption{
        width: 50%;
    }
    .navbar-expand-lg .navbar-nav li a{
        margin: 0px 10px;
    }
    .navbar-expand-lg .navbar-nav .nav-social-icon {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-callus {
        margin-left: 30px;
        margin-right: 35px;
        text-transform: capitalize;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 20px 15px;
    }
    .about-page-right-content {
        padding: 100px 200px 50px 0px;
    }
    .vision-right-content {
        padding-left: 50px;
        padding-right: 200px;
        padding-top: 50px;
    }
    .about-page-left-content {
        padding: 30px 50px 0px;
    }
}
@media screen and (max-width:991px) {
    .about-right-content {
        padding-right: 0px;
    }
    .social_icons {
        margin-left: 0px;
    }
}
@media screen and (min-width:992px) and (max-width:1199px){
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 20px 10px;
        font-size: 14px;
    }
    .carousel-caption{
        width: 60%;
    }
}
@media screen and (min-width:768px) and (max-width:991px){
    .carousel-caption{
        width: 70%;
        left: 12%;
    }
    .carousel-caption h1{
        font-size: 36px;
    }
    .carousel-caption p{
        font-size: 16px;
        line-height: 25px;
    }
    .rev-text {
        margin: 20px 0px;
    }
    .contact-info {
        padding-left: 0px;
    }
}
@media screen and (min-width:320px) and (max-width:767px){
    .py-5{
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px;
    }
    .rev-text {
        margin: 20px 0px;
    }
    .contact-info {
        padding-left: 0px;
    }
    .expertise_content {
        margin-bottom: 50px;
    }
    
}
@media screen and (min-width:320px) and (max-width:460px){
    .navbar-brand, .navigation {
        text-align: center;
        margin: 0px auto;
    }
    .about-right-content h2, .gb-title, 
    .testmoni-titles h2, .works-title, .inner-page-title{
        font-size: 30px;
    }
}
