


.clear { clear: both; }

.clearfix:after { clear: both; content: ''; display: block; }

header#afterLogin, header#beforeLogin{
    position: sticky;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e1e5e9;
    top: 0;
}
.visible{
    opacity:0;
}

.footer-none{
    display:none;    
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/gotham/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Gotham Extra';
    src: url('../fonts/gotham/Gotham-ExtraLight.woff2') format('woff2'),
        url('../fonts/gotham/Gotham-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/Gotham-Light.woff2') format('woff2'),
        url('../fonts/gotham/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/gotham/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/Gotham-Book.woff2') format('woff2'),
        url('../fonts/gotham/Gotham-Book.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: auto;
}


body {    
    font-size: 14px;
    color:#474747;
    font-family: 'Gotham', sans-serif;
    font-weight:500;
}
a:focus {
    text-decoration: none;
}

.mobile-none{
    display:none!important;
}
.clip {
    clip-path: ellipse(138% 100% at top);
}
.pdf-set a {
    color: #ee3124;
    font-size: 10px;
    line-height: 12px;
    display: block;
}
.pdf-set a i {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
}
.pdf-set {
    position: fixed;
    right: 0;
    top: 25%;
    transform: translateY(-25%);
    z-index: 99;
    background: #fff;
    text-align: center;
    padding: 8px 8px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 1px 14px rgb(185 185 185 / 80%);
}
.speak-to a{
    color: #ee3124;
}
.speak-to a i {
    transform: rotate(90deg);
    font-size: 25px;
    margin: 0px 10px;
    display: inline-block;
}
.speak-to {
    position: fixed;
    right: -105px;    
    top: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background: #fff;
    text-align: center;
    padding: 10px 17px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transform: rotate(-90deg);
    box-shadow: 0px 1px 14px rgb(185 185 185 / 80%);
}

.awfis-logo img {
    height: 30px;
}
.awfis-logo {
    position: absolute;
    top: 7%;
    z-index: 9999;
    left: 17%;
    transform: translateY(-50%);
    display:none;
}
.slider{
    padding:0px;
    position:relative;
}
.slider .owl-carousel .owl-dots {
    display: block;
    text-align: center;
    margin-top: -20px;
    z-index: 2005;
    position: absolute;
    bottom: 200px;
    left: 50%;
    transform: translate(-50% , -50%);
}
.owl-carousel .owl-dots .owl-dot.active span {
    background: #fff;
    border:none;
}
.owl-carousel .owl-dots .owl-dot span {
    width: 40px;
    height: 7px;
    background: rgba(0,0,0,.4);
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #fff;
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    height: 15px;
    width: 20px;
    margin: 0 15px;
}
.submit_button{
    text-align:center;
    position:relative;
}
.submit_button button {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform:uppercase;
    display: inline-block;
    background: #ee3124;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    position: absolute;
    bottom: -45px;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 3px 1px rgb(148 148 148 / 50%);
    border: 0px;
}
.mrgn_botm{
    margin-bottom:20px;
}
.input_gb {
    background: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 20px 0px 50px;
    z-index: 9;
}
.input_gb p {
    color: #fff;
    text-align: center;
    display:none;
}
.name_box {
    font-size: 14px;
    outline: none;
    border-radius: 0px;
    background: transparent;
    border: 1px solid #fff;
    border-top: 0;
    font-weight: 500;
    color: #fff;
    margin: 20px auto 0px;
    float:left;
}
.inpt-width {
    max-width: 700px;
    margin: 0 auto;
}
.option_box{
    color:#000;
}
.name_box::-webkit-input-placeholder {     
     font-size:14px;
     color:#fff;
}
.select::-webkit-input-placeholder {     
     font-size:14px;
     color:#fff;
}
.showcase{
    padding:80px 0px 50px;
}
.showcase .container h2 {
    text-align: center;   
    font-size: 43px;
    font-weight: bold;
    margin-bottom:0px;
}
.showcase .container h2 span {
    color: #f53612;
    text-decoration: none;
}
.border-botm {
    border-top: 1px solid #f53612;
    width: 215px;
    margin-right: 383px;
}

.over-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    transition:all .5s ease-in-out;    
}
.image_box ul li:hover .over-bg{
    background:none;
}
.image_box li{
    display: inline-block;
    overflow: hidden !important;
    height: 198px;
    width: 19%;
    position: relative;
}
.image_box ul li img {
    width: 100%!important;
    height: 100%!important;
    object-fit:cover;
}
.cloud-slider ul {
    padding: 0;
    text-align: center;
    width: 100%;
    display:flex;
}

.cloud-slider ul li
{
    width:20%;
}
.cloud-slider ul li {
    list-style: none;
    float: left;
    height: 100px;
    column-count: 2;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cloud-slider ul li::before {
    content: '';
    border-right: 1px solid rgba(0,0,0,.3);
    position: absolute;
    right: 100%;
    transform: translateX(0%);
    top: 27px;
    bottom: 29px;
}
.cloud-slider ul li::before {
    content: '';
    border-right: 1px solid rgba(0,0,0,.3);
    position: absolute;
    right: 100%;
    transform: translateX(0%);
    top: 27px;
    bottom: 29px;
}
.cloud-slider ul li img {
    width: 90px!important;
    padding-right: 10px;    
    margin: 0 auto;
}
.owl-nav .owl-prev .sli-left:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 45px;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.owl-nav .owl-next .sli-right:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 45px;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    width: 50px;
    height: 50px;
    background: rgba(249, 249, 249, 0.8 );
    text-align: center;
    line-height: 50px;
}
.owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    width: 50px;
    height: 50px;
    background: rgba(249, 249, 249, 0.8 );
    text-align: center;
    line-height: 50px;
}
.clients_box{
    padding:50px 0px;
}
.clients_box .container h4{
    text-align:center;
    font-size:47px;
    color:#474747;
    font-weight:bold;
    margin-bottom:0px;
}
.client-botm {
    border-top: 1px solid #f53612;
    width: 155px;
    margin:0px auto 30px;
}

.clients_box .owl-carousel .owl-dots .owl-dot.active span {
    background: #ee3124;
    border: 1px solid #ee3124;
}
.clients_box .owl-carousel .owl-dots .owl-dot span {
    width: 40px;
    height: 7px;
    background: none;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #ee3124;
}
.testimonial{
    background:#f4f4f4;
    padding:50px 10px;
}
.top-images {
    position: absolute;
    top: 5%;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
    display:none;
}
.top-images img {
    height: 70px!important;
    width: 70px!important;
    border-radius: 50px;
}
.white-box {
    background: #fff;
    padding: 30px 100px;
    box-shadow: 0px 1px 20px rgb(214 214 214 / 50%);
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.white-box i {
    font-size: 80px;
    color: #eee;
    display: block;
    text-align: left;
    margin: 0 0px;
}
.white-box p {
    font-size: 16px;   
    text-align: left;
    color: #656565;
    padding: 0 30px;
    margin: -35px 0;
    font-style: italic;
}

img.img-responsive.unnamed {
    width: 300px;
    margin: 0 auto;
}
.quote-right {
    text-align: right!important;
    margin: 10px 0px 0 0 !important;
}
.white-box h5 {
    font-size: 18px;
    text-align: center;
    color: #ee3124;
    margin: 0px;
}
.white-box h5 span {
    display: block;
    font-size: 20px;
    color: #adadad;
}
.border-amit {
    width: 40px;
    border-top: 1px solid #ea2113;
    margin: 5px auto 0;
}
.mrgn-set {
    margin: 50px 0px 0px;
}
.testimonial .container h3 {
    color:#474747;
    font-size: 43px;
    text-align: center;
    font-weight:bold;
    margin-bottom: 30px;
}

.bordr-red {
    width: 257px;
    border-top: 1px solid #ea2113;
    margin-bottom: 50px;
    margin-top: 10px;
}
.black-image img {
    width: 100%!important;
    height:350px!important;
}
.white-box2 {
    margin-top: 115px;
    border: 1px solid #dfdfdf;
    background: #fff;
    padding: 10px 10px 20px;
}
.white-box2 i {
    font-size: 80px;
    color: #eee;
    text-align: left;
    margin: 0 0px;
}
.white-box2 p {
    font-size: 14px;
    color: #656565;
    margin-top: -30px;
    padding: 0 26px
}

.white-box2 h5 {
    font-size: 16px;
    text-align: right;
    color: #6b6b6b;
    margin:0px;
}
.white-box2 h5 span {
    display: block;
    font-size: 16px;
    color: #adadad;
}
.testimonial .owl-carousel .owl-dots {
    display: block;
    text-align: center;
    margin-top: 10px;
}
.testimonial .owl-carousel .owl-dots .owl-dot.active span {
    background: #ee3124;
    border: 1px solid #ee3124;
}
.testimonial .owl-carousel .owl-dots .owl-dot span {
    width: 40px;
    height: 7px;
    background: none;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #ee3124;
}
.advantage {
    padding:50px 10px;
    text-align:center;
}
.advantage .container h3 {
    font-size: 43px;
    font-weight: bold;
    margin-bottom: 70px;
    color:#474747
}
.advantage .container h3 span {
    color: #ee3124;
}
.bordr-Advantage {
    width: 233px;
    margin-right: 342px;
    border-top: 1px solid #ee3124;
    margin-top: 10px;
}
.plan-box P {
    color: #747474;
    font-size: 16px;   
    margin: 30px 0;
}
.plan-box .circle {
    border: 1px solid #ebebeb;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 0 auto;
    padding: 40px 0;
}
.plan-box .circle img {
    margin:0 auto;
}
.visit {
    background:#f4f4f4;
    padding:80px 10px;
    text-align:center;
}
.visit a {
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    background: #ee3124;
    border:1px solid #ee3124;
    display: inline-block;
    padding: 8px 50px;
    border-radius: 50px;
    transition: all .5s ease-in-out;
    font-weight:400;
}
.visit a:hover{
    background: transparent;
    border-color:#ee3124;
    color:#000;
}
.work-modal {
    padding: 50px 10px;
    text-align: center;
}
.work-modal .container h3 {
    font-size: 43px;
    font-weight: bold;
    margin-bottom: 40px;
    color:#474747;   
}
.work-modal .container h3 span {
    color: #ee3124;
}
.bordr-modal {
    width: 264px;
    margin-right: 358px;
    border-top: 1px solid #ee3124;
    margin-top: 10px;
}
.work-modal .container p {
    text-align: left;
    line-height: 25px;
    font-size:18px;
    margin-bottom:20px;
    padding: 0 70px;
}
.headoffice img {
    height: 450px;
    margin: 0 auto;
}
.awfis-solution {
    padding: 50px 10px;
    text-align: center;
    background:#f4f4f4;
}
.awfis-solution .container h2 {
    font-size: 43px;
    font-weight: bold;
    margin-bottom: 40px;   
    color:#474747
}
.awfis-solution .container h2 span {
    color: #ee3124;
}
.bordr-awfiss {
    width: 438px;
    border-top: 1px solid #ee3124;
    margin-right: 156px;
    margin-top: 20px;
}
.awfis-solution .container p {
    text-align: left;
    font-size: 18px;
    line-height: 25px;
    margin-bottom:30px;
    padding: 0 60px;
}
.solution img {
    height: 550px;
    margin: 0 auto;
}
.realestate {   
    padding: 50px 10px;
    text-align: center;
}
.realestate .container h6 {
    font-size: 18px;
    display: block;
    margin: 0;
    color: #ed3023;
    font-weight: 500;
}
.realestate .container p {   
    font-size: 18px;
    line-height: 25px;
    margin-bottom:30px;
}
.realestate a {
    font-size: 23px;
    color: #fff;
    background: #ed3023;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 60px;
    border-radius: 50px;
    font-weight: 500;
    margin-top: 10px;
    border: 1px solid #ee3124;
    transition: all .5s ease-in-out;
}
.realestate a:hover{
    background: transparent;
    border-color:#ee3124;
    color:#000;
}
.expert-talk {
    padding: 50px 10px;
    text-align: center;
    background:#f4f4f4;
}
.talk-link{
    color:#474747;
}
.talk-link:hover {
    color: #474747;
}
.expert-talk .container h3 {
    font-size: 43px;
    font-weight: bold;
    margin-bottom: 0px;   
}
.expert-talk .container h3 span {
    color: #ee3124;
}
.bordr-talk {
    width: 96px;
    border-top: 1px solid #ee3124;
    margin-top: 10px;
    margin-right: 440px;
}
img.img-responsive.svg {
    margin: 0 auto;
    width: 18%;
    margin-bottom: 30px;
}
/* .expert-talk .container h4 {
    font-weight: 500;
    color: #ee3124;
    font-weight:bold;
    font-size: 18px;
    margin-bottom: 40px;
    display:inline-flex;

}
.expert-talk .container p {    
    margin-bottom: 0px;
    color: #ee3124;
} */
.width-set {
    max-width: 1000px;
    margin: 0 auto;
}
.mens-images {
    position: relative;
    overflow: hidden;
}
.overlay-text h5 {
    color: #fff;
    font-size: 17px;
    line-height: 25px;
    margin: 10px 0;
}
.expert-talk .container .overlay-text p {
    margin: 20px 0px;
    color: #fff;
    font-size:12px;
}
.mens-images .mens-text h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #fff;
    font-weight:500;
}
.mens-images .mens-text p {
    font-weight: 500;
    margin-bottom: 0px;
    color: #fff;
    font-size:12px;
}
.mens-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    bottom: 0;
    background: rgb(29 29 29 / 100%);
    transition: all ease-in-out 0.5s;
    padding: 10px 10px;
    display: block;
    min-height: 82px;
    width: 250px;
}
.mens-images img {
    width: 250px;
    margin: 0 auto;
}
.overlay-text {
    opacity: 0;
    text-align: center;
    background: rgb(29 29 29 / 70%);
    position: absolute;
    display: block;
    top: 364px;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    transition: all ease-in-out 0.5s;
    padding: 10px 10px;
    width: 250px;
}
.mens-images:hover .overlay-text {
    top:0;
    opacity: 2;
}
.mens-images:hover .mens-text {    
    border-top:1px solid #fff;
}
.workplace {
    margin-top: 20px;
    text-align:center;
}
.workplace h6 {
    font-size: 26px;
    color: #626262;
    font-weight: 400;
    margin: 20px 0;
    display: inline-block;
}
.workplace p {
    color: #626262!important;
    font-size: 16px;
    padding: 0 150px;
}

.workplace a {
    display: inline-block;
    margin: 40px 0 10px;
    color: #fff;
    background: #ee3124;
    border:1px solid #ee3124;
    padding: 11px 100px;
    font-size: 26px;
    border-radius: 50px;
    font-weight: 500;
    transition: all .5s ease-in-out;
}
.workplace a:hover{
    background:transparent;
    border-color: #ee3124;
    color:#000;

}
.the-news {
    padding: 50px 10px;
    text-align: center;  
}
.the-news .container h3 {
    font-size: 43px;
    font-weight: bold;
    margin-bottom: 0px;  
    color:#474747; 
}
.the-news .container h3 span {
    color: #ee3124;
}
.bordr-news {
    width: 116px;
    margin-right: 440px;
    border-top: 1px solid #ee3124;
    margin-top: 0;
    margin-bottom: 50px;
}
.news-box {
    box-shadow: 0px 1px 7px rgb(214 214 214 / 50%);
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 90%;
    margin: 15px auto;
}
.news-box i {
    font-size: 100px;
    color: rgba(0,0,0,.1);
    display: block;
    text-align: left;
}
.news-box p {
    margin-top: -100px;
    font-size: 18px;
    padding: 0px 34px 10px;
}
.story{
    padding:12px;
    border-top:1px solid #000;
}
.story img {
    width: 160px!important;
    margin: 0 auto;
}
.m-top {
    margin-top: 28px;
    padding: 20px 0;
}
.story h2 {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #ee3124;
    font-size:24px;
}
.the-news .owl-carousel .owl-dots .owl-dot span {
    width: 40px;
    height: 7px;
    background: none;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #ee3124;
}
.the-news .owl-carousel .owl-dots .owl-dot.active span {
    background: #ee3124;
    border: 1px solid #ee3124;
}
.the-news .owl-carousel .owl-dots {
    display: block;
    text-align: center;
    margin: 20px 0 0;
    z-index: 2005;
}

.bottom-footer{
    background:#474747;
    padding:20px 0px;
    
}
.left-text p {
    color: #fff;
    margin-bottom:0px;
}
.right-text p {
    text-align: right;
    color: #fff;
    margin-right: 50px;
    margin-bottom:0px;
}
.right-text p a {
    color: #fff;
    margin: 0 15px;
}
/* .footer{
    background:#242424;
    padding:50px 0px;    
} */

.title-footer h3 {
    color: #ee3124;
    font-size: 20px;
    text-align:left;
    display:block;
}
.quick-link ul {
    padding: 0;
}
.quick-link ul li {
    list-style: none;
}
.quick-link ul li a {
    color: #fff;
    display: block;
    padding: 5px 0;
}

.quick-red ul {
    padding: 0;
}
.quick-red ul li {
    list-style: none;
}
.quick-red ul li a {
    color: #ee3124;
    display: block;
    padding: 5px 0;
    font-size: 18px;
    text-transform: uppercase;
}
.title h3 {
    color: #ee3124;
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.d-flex{
    display:flex;
}
.end{
    display: flex;
    align-items: flex-end;
}
.title a {
    background: #fff;
    color: #474747;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin: 10px 10px 10px 0px;
    border-radius: 50px;
}
.slider_box ul{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
    margin-bottom: 0px;
}
.slider_box ul li{
    display: flex;
    overflow: hidden !important;
    height: 198px;
    width: 20%;
    position: relative;
    margin: 1px;
}

.error-message {
    color: pink;
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 100%;
    float: left;
}
div[ng-messages] {
    display: block;
}
/* footer, header{
    display:none!important;
} */
@media(max-width:1360px){
    .pdf-set {       
        top: 20%;
        transform: translateY(-20%);
    } 
    

}

@media(max-width:1199px){
    
    .clip {
        clip-path: none;
    }
    img.img-responsive.svg {   
        width: 20%;   
    }
    .white-box2 {
        margin-top: 70px;
    } 
    .border-botm {       
        width: 215px;
        margin-right: 283px;
    }
    .bordr-modal{
        margin-right: 258px
    }
    
    .bordr-awfiss {
        margin-right: 56px;        
    }
    .bordr-news {       
        margin-right: 337px;
    }
    .bordr-Advantage {
        width: 237px;
        margin-right: 239px;       
    }
    .bordr-talk {
        /* width: 239px; */
        width: 86px;        
        margin-right: 348px;
    }
    
}
@media(max-width:1024px){
    .clip {
        clip-path: none;
    }
    .pdf-set {
        top: 20%;
        transform: translateY(-20%);
    }
    .speak-to {
        top: 45%;
    }
    .slider .owl-carousel .owl-dots {    
        bottom: 40%;
        left: 50%;    
    } 
    .white-box2 {
        margin-top: 72px;
    } 
    .white-box i {
        font-size: 60px;    
    }
    .white-box {
        background: #fff;
        padding: 30px 30px;
    }
}

@media(max-width:991px){
    .border-botm {
        /* width: 215px; */
        margin-right: 173px;
    }
    .bordr-Advantage {
        width: 237px;
        margin-right: 129px;
    }
    .bordr-modal {
        margin-right: 148px;
    }
    .bordr-awfiss {
        margin-right: 3px;
        width: 378px;
    }
    .bordr-talk {
        /* width: 239px; */
        width: 86px;
        margin-right: 238px;
    }
    .bordr-news {
        margin-right: 229px;
    }
    .awfis-solution .container h2 {
        font-size: 37px;        
    }

    img.img-responsive.svg {
        width: 30%;
    }
    .white-box {
        margin-top: 70px;
        padding: 10px 10px;
    }   
    .speak-to {
        top: 50%;
    }
    .pdf-set {
        top: 25%;
        transform: translateY(-20%);
    }
    .white-box2 {
        margin-top: 60px;
        padding: 10px 10px 10px;
    }
    .white-box2 p {
        font-size: 16px;
        margin-top: -30px;
        padding: 0 25px;
    }


}

@media (max-width: 768px) {  
    .bordr-talk {
        /* width: 239px; */
        width: 86px;
        margin-right: 238px;
    }
    
    .white-box {
        padding: 30px 10px;
    }        
    .bordr-modal {
        margin-right: 148px;
    }
    .bordr-awfiss {
        margin-right: 23px;
        width: 358px;
    }    
    .bordr-Advantage {
        width: 237px;
        margin-right: 129px;
    }
    .bordr-news {
        margin-right: 227px;
    }
    .border-botm {
        width: 215px;
        margin-right: 171px;
    }
    .realestate a {
        font-size: 16px;
    }
    .white-box2 {
        margin-top: 61px;
    }
    .white-box p {
        font-size: 14px;
    }
    .white-box2 i {
        font-size: 50px;        
    }
    .white-box2 p {
        font-size: 16px;
        padding: 0 20px;
    }
    .showcase {
        padding: 60px 0px 50px;
    }
    .awfis-solution .container h2 {
        font-size: 35px;
    }
    .workplace p {        
        padding: 0 50px;
    }
    .work-modal .container p {        
        padding: 0 10px;
    }
    
}
@media (max-width: 767px) { 
    .slider .owl-carousel .owl-dots {
        bottom: 0;
        left: 50%;
    }
    .input_gb p{
        display:block;
        font-size:14px;
    } 
    
    .border-botm {       
        margin-right: 182px;
    }
    .bordr-modal {
        margin-right: 146px;
    }
    .bordr-awfiss {
        margin-right: 21px;
    }

    .mrgn-set {
        margin: 30px 0px 15px;
    }
    .top-images {       
        top: -30px;
    }
    .mobile-none{
        display:block!important;
    }
    .web-none{
        display:none!important;
    }
    .slider_box ul li {
        height: 250px;
        width: 50%;
        object-fit: cover;
    }
    .error-message {        
        margin-left: 0;
    }
    .input_gb {
        background-color: rgba(0,0,0,.68)!important;
        position: unset;
        bottom: 0px;
        width: calc(100% - 40px);
        padding: 20px 0px 50;
        z-index: 9;
        margin: 20px;
    }
    div#bs-example-navbar-collapse-1 {
        position: fixed;
        width: 70%;
        right: -100%;
        top: 0;
        min-height: 100%;
        background: rgba(115, 114, 114, 9);
        overflow: hidden;
        transition: .5s;
        display: block;
        max-width: 320px;
        margin: 0;
        z-index: 99;
    }
    .clients_box .owl-prev {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0%;
        width: 40px;
        height: 40px;
        background: none;
        text-align: center;
        line-height: 40px;
    }
    .clients_box .owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0%;
        width: 40px;
        height: 40px;
        background: none;
        text-align: center;
        line-height: 40px;
    }
    .cloud-slider ul li {
        list-style: none;
        float: left;
        height: 100px;
        column-count: 2;
        margin: initial;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50%;
    }
    .cloud-slider ul li::before {
        right: 100%;
        top: 27px;
        bottom: 29px;
    }
    .owl-nav .owl-prev .sli-left:before {        
        font-size: 30px;        
    }
    .owl-nav .owl-next .sli-right:before {        
        font-size: 30px;        
    }
    .owl-next {        
        width: 30px;
        height: 30px;        
        line-height: 30px;
    }
    .owl-prev {        
        width: 30px;
        height: 30px;        
        line-height: 30px;
    }
    .visit {      
        padding: 50px 10px;        
    }
    .visit a {
        font-size: 16px;
    }
    .mens-images {
        margin-bottom: 20px;
    }
    .workplace a {        
        padding: 11px 60px;
        font-size: 20px;
    }
    .workplace p {       
        padding: 0px 60px;
    }
}

@media (max-width: 576px) {  
    .border-botm {
        margin-right: 142px;
        width: 151px;
    }
    .bordr-modal {
        margin-right: 50px;
    }
    
    .bordr-awfiss {
        margin-right: 80px;
        width: 360px;
        margin-top: 10px;
    }
    .client-botm {       
        width: 105px;
    }
    .bordr-Advantage {
        width: 166px;
        margin-right: 100px;
    }
    .bordr-news {
        width: 82px;
        margin-right: 170px;
    }
    .bordr-red {
        width: 190px;
    }
    .bordr-modal {
        width: 185px;
        margin-right: 114px;
    }
    .clients_box {
        padding: 30px 0px;
    }
    .speak-to {
        right: -92px;
    }
    
    .white-box h5 {
        font-size: 16px;
        text-align: center;    
    }
    .white-box p {
        font-size: 16px;
        text-align: left;
    }
    .work-modal .container p {
        text-align: center;
        line-height: 20px;
        font-size: 16px;
        margin-bottom: 10px;
        padding: 0 10px;
    }        
    .awfis-solution .container p {
        text-align: center;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 30px;
        padding: 0 10px;
    }
    .headoffice img {
        height: auto;
        margin: 0 auto;
    }
    .solution img {
        height: auto;
        margin: 0 auto;
    }
    .showcase .container h2 {
        font-size: 30px;
    }
    .awfis-solution .container h2 {
        font-size: 36px;
        line-height: 43px;
    }
    .the-news .container h3 {
        font-size: 30px;
    }
    
    .clients_box .container h4 {       
        font-size: 30px;
    }    
    
    .testimonial {       
        padding: 30px 10px;
    }
    .testimonial .container h3 {        
        font-size: 30px;
    }
    .white-box {
        margin-top: 20px;
    }
    .advantage {
        padding: 30px 10px;        
    }
    .advantage .container h3 {
        font-size: 30px;        
        margin-bottom: 30px;        
    }    
    .visit a {
        font-size: 18px;       
        padding: 8px 30px;        
    }
    
    .work-modal .container h3 {
        font-size: 30px;
    }
    .work-modal {
        padding: 30px 10px;
    }
    .awfis-solution {
        padding: 30px 10px;
    }
    .realestate {
        padding: 30px 10px;
        text-align: center;
    }
    .realestate a {
        font-size: 16px;    
        padding: 10px 40px;    
        margin-top: 0px;    
    }
    .expert-talk .container h4 p {        
        font-size: 14px;
    }
    .expert-talk {
        padding: 30px 10px;        
    }
    .expert-talk .container h3 {
        font-size: 30px;        
    }
    .bordr-talk {
        /* margin-right: 194px; */
        width: 160px;
    }
    .expert-talk .container h4 {        
        font-size: 14px;
        margin-bottom: 20px;        
    }
    .mens-images {
        margin-bottom: 15px;
    }
    .workplace p {    
        font-size: 14px;
        padding: 0 40px;
        font-weight: 100!important;
    }
    .workplace a {   
        margin: 20px 0 10px;          
        padding: 11px 60px;
        font-size: 20px; 
    }
    .the-news {
        padding: 30px 10px;       
    }    
    .news-box {       
        height: 250px;       
        width: auto;
        margin: 15px auto;
    }
    .visit {       
        padding: 30px 10px;       
    } 
    .footer .container .row {
        display: block;
    }
    .footer {        
        padding: 30px 0px;
        text-align: center;
    }
    .title-footer h3 {    
        text-align: center;    
    }
    .end {
        display: block;
        align-items: flex-end;
    }
    .right-text p {
        text-align: center;    
        margin-right: 0;
        margin-bottom: 0px;
    }
    .left-text p {        
        margin-bottom: 10px;
        text-align: center;
    }     
    
    .speak-to a i {   
        font-size: 14px;    
    }
    .speak-to a {    
        font-size: 12px;
    }
    .pdf-set a i {        
        font-size: 14px;
        margin-bottom: 5px;
    }
    .slider_box ul li {
        height: 198px;
        width: 50%;
        object-fit: cover;
    }


}

@media(max-width:414px){
    .border-botm {
        margin-right: 60px;
        width: 153px;
    }
    .bordr-Advantage {
        width: 166px;
        margin-right: 20px;
    }
    .bordr-modal {
        width: 185px;
        margin-right: 34px;
    }
    .bordr-talk {
        width: 60px;
        margin-right: 94px;
    }
    .bordr-awfiss {
        margin-top: 10px;
        width: 305px;
        margin-right: 30px;
    }
    .bordr-news {
        width: 82px;
        margin-right: 89px;
    }
    .awfis-solution .container h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .headoffice img {
        height: auto;
        margin: 0 auto;
    }
    .solution img {
        height: auto;
        margin: 0 auto;
    }
    
    .workplace h6 {
        font-size: 20px;
    }    
    .workplace a {
        margin: 20px 0 10px;
        padding: 11px 40px;
        font-size: 16px;
    }
    .realestate a {
        font-size: 14px;
        padding: 10px 30px;
        margin-top: 0px;
    }
    .visit a {
        font-size: 14px;
        padding: 8px 30px;
    }
    .realestate .container p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    img.img-responsive.svg {
        margin: 0 auto;
        width: 40%;
        margin-bottom: 30px;
    }
    .realestate .container h6 {
        font-size: 18px;
    }
    

}

@media (max-width:375px){  
    .bordr-Advantage {
        width: 166px;
        margin-right: 0px;
    } 
    .bordr-news {
        width: 82px;
        margin-right: 70px;
    } 
    .border-botm {
        width: 150px;
        margin-right: 40px;
    }        
    .bordr-talk {
        width: 170px;
    }    
    img.img-responsive.svg {
        width: 40%;
    }
    .bordr-modal {
        width: 185px;
        margin-right: 14px;
    }
    .bordr-awfiss {
        margin-top: 10px;
        width: 320px;
        margin-right: 0px;
    }

}
@media (max-width: 360px){

    img.img-responsive.svg {
        width: 50%;
    }
    .showcase .container h2 {        
        font-size: 30px;        
    }
    .border-botm {
        width: 153px;
        margin-right: 32px;
    }
    .bordr-Advantage {
        width: 166px;
        margin-right: 70px;
    }
    .bordr-modal {
        width: 185px;
        margin-right: 6px;
    }
    .bordr-news {
        width: 82px;
        margin-right: 62px;
    }
}

@media (max-width: 320px){    
    .advantage .container h3 {
        font-size: 28px;
        margin-bottom: 30px;
    } 
    .bordr-Advantage {
        width: 153px;
        margin-right: 58px;
    }
    .bordr-modal {
        width: 160px;
        margin-right: 6px;
    }
    .showcase .container h2 {        
        font-size: 30px;        
    }
    .border-botm {
        width: 150px;
        margin-right: 14px;
    }    
    .bordr-talk {
        width: 170px;
    }
    .bordr-news {
        width: 82px;
        margin-right: 42px;
    }
    .work-modal .container h3 {
        font-size: 26px;
    }
    .bordr-awfiss {
        margin-top: 10px;
        width: 210px;
        margin-right: 30px;
    }
    .cloud-slider ul li::before {
        right: 0px;        
    }    
    .expert-talk .container h3 {
        font-size: 30px;
    }
    img.img-responsive.svg {
        width: 50%;
    }
    .expert-talk .container .mens-text h3 {
        font-size: 25px;
    }
    .realestate a {
        font-size: 12px;
        padding: 10px 20px;
    }
}
/*------------------PopUp-----------------------------------*/
    .model-block {
        border-radius: 10px;
    }
    .mt-15 {
        margin-top: 15px;
    }
    .radio-block {
        display: flex;
        /* width: 116px; */
        justify-content: unset;
        align-items: center;
    }
    div[ng-messages] {
        display: block;
    }
    input.radio-feilds, input.radio-feilds2 {
        width: 13px;
        height: 13px;
        margin: 0 !important;
    }
    input[type=radio] {
        display: block;
    }
    input[type=radio]+label {
        padding: 0px 6px !important;
        font-size: 16px !important;
        color: #fff;
    }
    
@media only screen and (min-width: 901px){
    .flex-d-desk {
        display: flex;
    }
    .popup label {
        font-size: 16px;
        font-weight: 500 !important;
    }
}
@media only screen and (min-width: 1200px){
    .items-center {
        align-items: center !important;
    }
}
@media only screen and (max-width: 900px){
    .model-block {
        width: 260px;
        border-radius: 10px;
    }
}