    @font-face {
        font-family: AbitareSans-300;
        src: url("../Fonts/AbitareSans-300.ttf");
    }
    
    @font-face {
        font-family: SocialGothic-Bold;
        src: url("../Fonts/SocialGothic-Bold.ttf");
    }
    
            @font-face {
        font-family: abitareSans-500;
        src: url("../Fonts/AbitareSans-500.ttf");
    }
    
        @font-face {
        font-family: abitareSans-600;
        src: url("../Fonts/AbitareSans-600.ttf");
    }
    
            @font-face {
        font-family: abitareSans-700;
        src: url("../Fonts/AbitareSans-700.ttf");
    }
    
    /* 
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    position: relative;
    margin-left: 90px;
    margin-right: 90px;
}

.inner-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 111;
    width: 100%;
    height: 100%;
    padding-top: 50px;
}

.container {
    display: flex;
    align-content: center;
    align-items: center;
    width: 100%;
}

.header-left {
    width: 100%;
}

.header-left img {
    max-width: 100%;
}


/* For Toggle Button Start*/
    
    .toggle-btn {
        display: inline-block;
        cursor: pointer;
    }
    
    
html {
  scroll-behavior: smooth;
}


.slick-slider {
    margin: 0px;
    padding: 0px;
}

.myslider img{
    max-width:100%;
}


/*.slick-prev:before{*/
/*     content:url('../images/long-arrow.png') !important;*/
/*}*/
.myslider a{
    color:#fff;
}
    
    .bar1,
    .bar2,
    .bar3 {
        width: 35px;
        height: 5px;
        background-color: #fff;
        margin: 6px 0;
        transition: 0.4s;
    }
    
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-7px, 7px);
        /*transform: rotate(-45deg) translate(-9px, 6px);*/
            transform: rotate(-45deg) translate(-7px, 7px);
    }
    
    .change .bar2 {
        opacity: 0;
    }
    
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -9px);
        transform: rotate(45deg) translate(-8px, -9px);
    }
    /* For Toggle Button Start*/
    /* Banner Area Start*/
    
    .project {
        position: relative;
        /* height: 275vh; */
        height: 99vh;
    }
    
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    
    .card {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: .25rem;
    }
    
    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    
    .project .card {
        border: none;
        overflow: hidden;
    }
    
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    
    .project .card:before {
        height: 100%;
        width: 300%;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        z-index: 5;
        opacity: 0.8;
    }
    
    .card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-height: 1px;
        padding: 1.25rem;
    }
    
    a.card-body {
        text-decoration: none;
    }
    
    .text-center {
        text-align: center!important;
    }
    
    .project .card-body {
        position: relative;
        z-index: 8;
        box-shadow: rgb(255 255 255 / 30%) 0 0 1px;
        background: rgb(0 0 0 / 41%);
    }
    
    /*.banner-text-1-heading {*/
    /*    color: white;*/
    /*    position: relative;*/
    /*    top: 50%;*/
    /*    -webkit-transform: translateY(-50%);*/
    /*    -moz-transform: translateY(-50%);*/
    /*    -ms-transform: translateY(-50%);*/
    /*    -o-transform: translateY(-50%);*/
    /*    transform: translateY(-50%);*/
    /*    font-family: 'AbitareSans-300';*/
    /*    font-size: 36px;*/
    /*}*/
    
    /*.banner-text-1-small {*/
    /*    color: white;*/
    /*    position: relative;*/
    /*    top: 80%;*/
    /*    -webkit-transform: translateY(-50%);*/
    /*    -moz-transform: translateY(-50%);*/
    /*    -ms-transform: translateY(-50%);*/
    /*    -o-transform: translateY(-50%);*/
    /*    transform: translateY(-50%);*/
    /*    font-family: 'AbitareSans-300';*/
    /*    font-size: 16px;*/
    /*    display: block;*/
    /*    width: 80%;*/
    /*    margin: auto;*/
    /*}*/
    
    .project .project-heading small {
        display: block;
        font-size: 13px;
        letter-spacing: 10.5px;
        margin-right: -10px;
    }
    
    .project .bg-1:before {
        background: url('../Images/Architecture-full.png') no-repeat center center;
        background-size: cover;
    }
    
    .project .bg-2:before {
        background: url('../Images/construction-full.png') no-repeat center center;
        background-size: cover;
        left: -41%;
    }
    
    .project .bg-3:before {
        background: url('../Images/education.png') no-repeat center center;
        background-size: cover;
        left: -200%;
    }
    
    .project .bg-4:before {
        background: url('../Images/ecommerce-full.png') no-repeat center center;
        background-size: cover;
        left: -198%;
    }
    

    
    .card.bg-1.hover:before {
        width: 400%;
        transition: .5s;
    }
    
    .card.bg-2.hover:before {
        width: 400%;
        transition: .5s;
        left: -100%;
    }
    
    .card.bg-3.hover:before {
        width: 400%;
        transition: .5s;
        left: -200%;
    }
    
    .card.bg-4.hover:before {
        width: 400%;
        transition: .5s;
        left: -300%;
    }
    
    .card.bg-1.hover {
        overflow: visible;
        transition: .5s;
    }
    
    .card.bg-2.hover {
        overflow: visible;
        transition: .5s;
    }
    
    .card.bg-3.hover {
        overflow: visible;
        transition: .5s;
    }
    
    .card.bg-4.hover {
        overflow: visible;
        transition: .5s;
    }
    
    .hover .card-body,
    .bg-none .card-body {
        transition: .5s;
    }
    
    .bg-none:before {
        background: none;
    }
    
    .project .bg-none:before {
        background: transparent !Important;
    }
    /* Banner Area Ends */
    /* New Start */
    
    body {
        font-family: AbitareSans-300 !Important;
    }
    
    header {
        padding: 50px 90px 50px 90px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        width: 100%;
        transition:all .5s;
    }
    
    body.slide.fix header{
            background: transparent;
    }
    
    .fix header {
    position: fixed;
    top: 0;
    left: 0;
    transition: all .5s;
    width: 100%;
    padding: 10px 80px;
    background: #fff;
    box-shadow: 0px 1px 23px grey;
}

.fix header img {
    max-width: 44%;
}

.Header-right {
    padding-right: 28px;
}


.fix.slide header {
    background: #fff;
    box-shadow: none;
}

    .fix .bar1,.fix .bar2, .fix .bar3 {
    background: #000;
    
}

.fix.slide .bar1,.fix.slide .bar2,.fix.slide .bar3{
    background:#fff;
}


    .designdot-link {
    background: url(../Images/designdot-logo.png) no-repeat scroll left top;
    width: 72px;
    height: 17px;
    display: block;
    float: right;
    margin-left: 5px;
    transition: 0.3s;
    margin-top:5px;
}

.designdot-link:hover {
    background: url(../Images/designdot-logo.png) no-repeat scroll left bottom;
    width: 72px;
    height: 17px;
    display: block;
    /*float: right;*/
}



    header .container,
    .banner .container {
        width: 100% !Important;
        max-width: 100% !Important;
        padding: 0px !important;
    }
    
    header .row {
        align-items: center;
    }
    
    .header-left-inner img {
    max-width: 100%;
    height:auto;
}

    .header-left-inner {
        position: relative;
    }
    
.toogle-outer {
    width: 100%;
    text-align: right;
}
    .p-0 {
        padding: 0px !important;
    }
    
    .banner {
        overflow: hidden;
    }
    
    .banner-img img {
        max-width: 100%;
        height: auto;
        width: 100%;
    }
    
    .banner-img {
        padding: 0px !important;

    }
    
    .banner-img:before {
        height: 100%;
        width: 400%;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        opacity: 0;
        transition: all .5s;
    }
    
    .banner-img.hover:before {
        opacity: 1;
        width: 400%;
        transition: all .5s;
    }
    
    .banner-one:before {
        background: url('../images/architecture-full.webp') no-repeat center center;
        background-size: cover;
    }
    
    .banner-two:before {
        background: url('../images/construction-full.webp') no-repeat center center;
        background-size: cover;
        left: -100%;
    }
    
    
    
    .banner-three:before {
        background: url('../images/education-full.webp') no-repeat center center;
        background-size: cover;
        left: -200%;
    }
    
    .banner-four:before {
        background: url('../images/ecommerce-full.webp') no-repeat center center;
        background-size: cover;
        left: -300%;
    }
    
    
    /* New Ends*/
    /* Common Vision Start */
    
    .common-vision {
        margin-top: 90px;
        margin-left: 90px;
        margin-right: 90px;
        text-align: center;
        position: relative;
        background-color: #ededed;
        z-index: 1;
    }
    
    
    /* FORM START*/
    
    .form-control {
    border: none;
    border-bottom: 1px solid #9e9e9e;
    transition: .3s;
    border-radius: 0;
    padding: 10px 0;
    background-color:transparent !Important;
}
.form-control:focus {
    border-bottom: 1px solid #26a69a;
    -webkit-box-shadow: 0 1px 0 0 #26a69a;
    box-shadow: 0 1px 0 0 #26a69a;
    background-color:transparent !Important;
}
.form-line {
    position: relative;
}
.form-line:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    bottom: -1px;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: .25s ease-in;
    -o-transition: .25s ease-in;
    -webkit-transition: .25s ease-in;
    transition: .25s ease-in;
    border-bottom: 2px solid #1f91f3;
}
.form-line.focused:after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.form-line label {
    position: absolute;
    top: 50%;
    font-weight: 300;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s;
}
.form-line.focused label {
    top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}



.form-control {
    border: none !important;
    border-bottom: 1px solid #9e9e9e !Important;
    transition: .3s !Important;
    border-radius: 0 !Important;
    padding: 10px 0 !Important;
}

    
.form-control:focus{
    outline:none;
    box-shadow:none !important;
}
    /* FORM END */
    .vision-inner {
        max-width: 700px;
        margin: auto;
        padding-top: 120px;
        padding-bottom: 120px;
    }
    
    
    
    .text-logo img {
        max-width: 100%;
    }
    
    .text-logo {
        position: absolute;
        bottom: 0;
        z-index: -1;
    }
    
    .line-sep-top:before {
        width: 4px;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        pointer-events: none;
        content: '';
        border-right: 1px solid #c17339;
        height: 190px;
        transition: all ease 1s;
    }
    
    .line-sep-top:after {
        position: absolute;
        pointer-events: none;
        content: '';
        width: 50px;
        height: 2px;
        left: 50%;
        transform: translateX(-50%);
        background: #920000;
        top: 95px;
        transition: all ease 1s;
    }
    
    .vision-header h3 {
        font-size: 24px;
        padding-bottom: 60px;
        font-family: "abitareSans-600";
    }
    
    h4.upper-para {
        line-height: 34px;
        font-size: 24px;
    }
    
    p.lower-para {
        margin: 0;
        margin-top: 70px;
        line-height: 165%;
        font-size: 18px;
    }
    
    .philosophy h3 {
        font-size: 24px;
            font-family: abitareSans-600;
    }
    
    .row.philosophy {
        width: 90%;
        margin: auto;
        padding-bottom: 90px;
    }
    
    .row.philosophy p {
        font-size: 18px;
    margin: 0 18px;

    }
    
    .row.philosophy span {
        font-size: 14px;
            margin-top: 9px;
    display: inline-block;
        font-family: abitareSans-600;

    }
    
    .aieforia-text-inner {
        position: absolute;
        display: flex;
    left: 16%;
        bottom: 25%;
    z-index:99999;
    line-height: 1;
    font-size: 12vw;
    font-weight: bolder;
    text-align: center;
    margin: 1vw 5vw;
    opacity: 0.03;
    letter-spacing: 1.4vw;
        /*    color: #ededed;*/
        /*text-shadow: 0px 0px 2px #736e6e;*/
    font-family: 'SocialGothic-Bold';
    text-transform: uppercase;
    }
    
    .aieforia-text-inner:hover{
        transition:all .5s;
        opacity: 0.05;
    }
    
    .aieforia-text-inner span{
    color: aliceblue;
   /*text-shadow: 14px 15px 22px #000;*/
    font-family: 'SocialGothic-Bold';
    text-transform: uppercase;
    /*color: #ededed;*/
    text-shadow:-2px -2px 0 #000, 3px -1px 0 #000, 2px 0px 0 #000, 4px 4px 0 #000, 3px 3px 0 #000;
    transition:all .5s;
    /*color: #ededed;*/
    /*-webkit-text-stroke: 1px black !important;*/
    /*-webkit-text-fill-color: #ededed !important;*/
    /*-webkit-font-smoothing: antialiased;*/
    /*text-shadow: 6px 4px 0 #000, -3px -3px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000 !important;*/
    
            
    
    }

    
    /* Common Vision Ends */
    
    
    /* Vertical Slider Start */
    
    .project {
    background: #1a1a1a;
    padding: 80px 0;
    color: #fff;
}

.container-box {
    padding: 0 48px;
}

.project-slider-box {
    position: relative;
    z-index: 1;
}

.section-slider {
    margin-left: 90px;
    margin-right: 90px;
}

.slider-left {
    text-align: center;
    padding-top: 70px !important;
    padding: 50px !important;
}

.section-slider .row {
    align-items: center;
    background: #f8f8f8a6;
}

#architect1 .row {
    background: #ececec9e;
}



.section-slider .row {
    margin: 0px !important;
}

.bx-wrapper {
    margin: 0px !important;
    background:transparent !Important;
    border:none !important;
}


a:focus,button:focus{
    outline:none !Important;
    border:none !important;
}

.bxslider img{
    width:100% !Important;
}

.slider-right {
    /*padding: 95px 165px 108px 150px !Important;*/
    padding:5% 9.5% 3% 9%!Important;
}

.slider-one .slider-right{
    background: #7b1717;
}

.slider-two .slider-right{
    background: #DBB397;
}

.bxslider li{
    margin-bottom:4px;
}

.slider-three .slider-right{
    background: #6B6D6D;
}

.slider-four .slider-right{
    background: #89857F;
}



.bx-pager.bx-default-pager {
    display: none;
}

.Projects-and-circle {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-top:90px;
}

.slider-left-heading{
        margin: 0 40px;
}

.slider-left-subheading {
    margin: 0 40px;
}


.circle-btn-outer{
        position:relative;
}

.circle-btn img{
 width: 20px;
    height: 20px;
    transform: rotate(-90deg);
    position: absolute;
    right: 45px;
    color: #000;  
}

.circle-txt {
    width: 100%;
        margin: 0px 40px 0px 50px;
    color:#762322;
}

.circle-txt a{
        color:#762322;
            display: block;
    font-size: 24px;
    line-height: 30px;
    /*margin-left: 50px;*/
    /*margin-right: 40px;*/
}

.circle-txt p{
    margin: 0px;
    font-size: 14px;
    line-height: 29px;    
}

.circle-txt:after {
    content: '';
    width: 21%;
    height: 1px;
    background: #762322;
    display: block;
    transition:all .5s;
}

.circle-txt:hover:after{
    width:100%;
    transition:all .5s;
}

.circle-txt i{
    transform: rotate(-90deg);
    position: absolute;
    right: 30px;
}

.circle-btn {
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 50%;
    background-color: #fff;
    border: none;
    text-align: left;
    padding-left:30px;
}

.circle-outline svg{
    height: 100%;
    display: block;
    width: 140px;
}

.circle-btn:before {
    content: "";
    display: block;
    margin-top: 100%;
}

.request-icon span:after {
    width: 30%;
    height: 2px;
    background: #fff;
    content: '';
    display: block;
    margin-top: 3px;
    transition:all .5s;
}

.request-icon span:hover:after {
        transition:all .5s;
        width:100%;
}

.write-us,.follow {
    padding-top: 10px;
}

.circle-outline {
    position: absolute;
    top: 0;
        right: -52px;
    z-index: -1;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    border-radius: 50%;
    overflow: hidden;
    font-size: 0;
        border: 1px solid #8a8a8a;
}

.circle-outline:before {
    /*background-color: #f1f1f1;*/
    background-color:#dadada;
}

.circle-btn:hover .circle-outline:before{
    transform: scaleX(1);
}


.circle-outline:after, .circle-outline:before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: 0 0;
    position: absolute;
    top: 0;
    right: 0;
    transition: transform .7s ease;
}


a.card-body{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    padding: 20px 45px !Important;
    background: rgb(0 0 0 / 41%);
    text-decoration:none;
}

.banner-one a{
    background:transparent;
    
}
.banner-one.bg-none a{
    background: rgb(0 0 0 / 41%);
}

.banner-one.hover ~ .banner-img.bg-none a{
    background:transparent;
}

.banner-text-1-heading{
    font-size:36px;    
        /*margin-bottom: 71%;*/
}

a:hover{
    text-decoration:none !Important;
    color:inherit !Important;
}

.hover .card-body{
    color:#fff !important;
    text-decoration:none;
    /*background:transparent;*/
}

.bg-none .card-body{
    /*background:transparent;*/
    color:gray;
}

.banner-text-1-small{
    font-size:16px;
        margin-bottom: 47px;
}


path {
    stroke: #ededed !important;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute !important;
    bottom: 86px !important;
    transform: rotate(90deg) !important;
        font-size: 12px;
    
}

.bx-wrapper{
    box-shadow:none !important;
}


.bx-wrapper p {
    color: #fff;
    border: none;
    box-shadow: none;
    outline: none;
    margin: 0px;
    position:relative;
    top:5px;
}

.bx-wrapper .bx-prev{
    background: transparent !important;
    left: 99.5% !important;
    right: -61px !important;
    top: 76% !important;
}



.bx-wrapper p span {
    display: inline-block;
    width: 22px;
    height: 2px;
    background: #fff;
    position: relative;
    top: -4px;
    margin-right: 5px;
}

.bx-wrapper .bx-next{

    background: transparent !important;
    right: -30px !important;
    top: 85% !important;

}


.bx-wrapper .bx-controls-direction a{
    text-indent:0px !Important ;
    color:#fff !Important;
}

.bx-wrapper .bx-controls-direction a:hover{
    text-decoration:none;
}

.bx-wrapper .bx-controls-direction a:before{
    display:block !important;
    position: absolute !important;
    font-size: 30px;
}


.bx-wrapper .bx-prev:before{
    bottom: 1px;
    left: -12px;

}

.bx-wrapper .bx-next:before{
    bottom: 1px;
    left: 19px;
    color: #c5bbbb;
}

.philosophy-images img{
    filter:grayscale(1);
    transition:all .5s;
}

.philosophy-images>div:hover img{
    filter:grayscale(0);
    transition:all .5s;
}


.blog img{
    max-width:100%;
}

.owner-details img{
    max-width:100%;
        padding-bottom: 11px;
}

.philosophy-first {
    max-width: 78%;
    margin: auto;
}






.total-projects p {
    font-size: 16px;
    line-height: 17px;
        margin-bottom: 40px;
}

.total-projects {
    width: 98%;
}


.projects-outer {
    text-align: left;
}

.owner-details .philosophy p{
    font-size:18px;
}


.common-vision.blog {
    background: #fff;
        margin-bottom: 140px;
}


.footer {
    background: #050505db;
    color: #fff;
    padding-left:100px;
    padding-right:100px;
    text-align:left;
    margin-bottom:90px;
}


.footer .vision-header h3{
    margin-top:20px;
    text-align:center;
}

.footer .vision-inner{
    padding-bottom:0px;
}


.footer h3{
    font-size:36px;
    
}

.footer p{
    font-size:18px;
}


.map-icon i{
    border-radius: 50%;
    font-size: 25px;
    width: 70px;
    height: 70px;
    text-align: center;
    padding-top: 23px;
    display: inline-block;
        background: #3a3535;
}

.map-icon a{
    color:#fff;
}


.map-icon p{
    display:inline-block;
    padding-left:10px;
}

.row.phone-row {
    margin-top: 40px;
}


.phone span,.email span{
    display: block;
    color: #b8b7b7;
    font-size:18px;
}

.phone a,.email a{
    color: #fff;
    font-size:18px;
        margin-top: 10px;
    display: block;
}

.request-icon span{
    display:inline-block;
    color: #ffff;
    background: #7b2323;
    padding: 50px 100px 50px 50px;
    font-size: 18px;
    position:relative;
    cursor:pointer;
}


.working-hrs p {
    margin: 0 !important;
}

.working-hrs span{
    color:#b8b7b7;
}


.row.working-icon {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 20px 0px;
    margin-top: 40px;
}


.row.copyright {
    padding-top: 40px;
    padding-bottom: 100px;
}

.design-by {
    text-align: right;
}

.local-time {
    text-align: right;
}

.write-us span,.local-time span,.write-us span,.follow span{
 color:#b8b7b7;
 display:block;
}

.write-us a,.follow a{
    color:#fff;
    padding:0px 10px;
        display: inline-block;
    margin-top: 10px;
    font-size:16px;
}

.follow a:focus{
    outline:none;
}


/*.menu-outer{*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: -100%;*/
/*    FONT-WEIGHT: 200;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 3;*/
/*        padding-right: 195px;*/
/*    transition:all .5s;*/

/*}*/

/*.slide .menu-outer{*/
/*    transition:all .5s;*/
/*    left:0px;*/
/*        overflow:auto;*/
/*}*/

/*.menu {*/
/*    background: #000;*/
/*    position: relative;*/
/*    width: 100%;*/
/*}*/




.menu>ul{
    text-align:center;
    padding:0px;
    padding-top: 180px;
    list-style:none;
    padding-bottom:100px;
    margin:0px;
}

.menu {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 3;
    background: #000;
    width: 25%;
    transition:all .9s;
    height: 100%;
}


.slide .menu{
    right:0%;    
    transition:all .9s;
}

.menu>ul>li>a {
    display: block;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 0;
}

.menu>ul>li>a:hover{
    text-decoration:none;
    color:#fff !important;
}



.owner-details .vision-inner{
    padding-bottom:0px;
}

.blog  .vision-inner{
    padding-bottom:0px;
}

.mobile-slider{
    display:none;
}

/*#vision1 .line-sep-top:before{*/
/*    height:0px;*/
/*}*/

#vision1 .line-sep-top:before{
    height:190px;
    transition:all ease 1s;
}


/*#vision1 .line-sep-top:after{*/
/*    width:0px;*/
/*}*/

#vision1 .line-sep-top:after{
    width:50px;
    transition:all ease 1s;
}



/*#vision2 .line-sep-top:before{*/
/*    height:0px;*/
/*}*/

#vision2 .line-sep-top:before{
    height:190px;
    transition:all ease 1s;
}


/*#vision2 .line-sep-top:after{*/
/*    width:0px;*/
/*}*/

#vision2 .line-sep-top:after{
    width:50px;
    transition:all ease 1s;
}

/*#vision3 .line-sep-top:before{*/
/*    height:0px;*/
/*}*/

#vision3 .line-sep-top:before{
    height:190px;
    transition:all ease 1s;
}


/*#vision3 .line-sep-top:after{*/
/*    width:0px;*/
/*}*/

#vision3 .line-sep-top:after{
    width:50px;
    transition:all ease 1s;
}


/*#vision4 .line-sep-top:before{*/
/*    height:0px;*/
/*}*/

#vision4 .line-sep-top:before{
    height:190px;
    transition:all ease 1s;
}


/*#vision4 .line-sep-top:after{*/
/*    width:0px;*/
/*}*/

#vision4 .line-sep-top:after{
    width:50px;
    transition:all ease 1s;
}





.owner-img,.owner-one-img{
    overflow:hidden;
}

.owner-one-img:hover img{
    transition:all .5s;
    overflow:hidden;
    transform:scale(1.06);
}

.owner-two-img:hover img{
    transition:all .5s;
    overflow:hidden;
    transform:scale(1.06);
}

.request-form {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    margin: 0px;
    background-color:#ededed;
        overflow: auto;
        transition:all .5s;
}

.form-up .request-form{
    bottom:0;
    transition:all .5s;
}


.form-close {
    text-align: center;
    background: #981f1f;
    color: #fff;
    padding: 13px;
}

.request-container {
    padding: 40px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.request-form img{
    max-width: 100%;
    height: auto;
    position: absolute;
}

.request-form form {
    margin-top: 60px;
    margin-bottom: 60px;
}

.request-form form h1 {
    margin-bottom: 23px;
}

.request-form .form-group {
    margin-bottom: 2rem;
}

.radio-btn label{
    position:relative;
    top:0;
    transform: none;
        margin-right: 82px;
            margin-left: 4px;
            font-size: 18px;
}

.form-group.form-line.radio-btn {
    margin-top: 18px;
}


.request-form button {
    border: 1px solid #c1b9b9;
    font-size: 16px;
    padding: 10px 20px;
    /*background: #b7abab;*/
    background: #981f1f;
    text-transform: uppercase;
    border-radius: 3px;
    color: #fff;
}



.form-img{
    text-align:center;
}

#demo {
    color: #fff;
}

.working-hrs {
    color: #fff !important;
}


.form-up {
    overflow: hidden;
}


.circle-btn {
    width: 231px;
}

.circle-btn:hover .circle-outline{
        right: -27px;
}

.philosophy-outer {
    border-right: 1px solid #fff;
}

.blog a{
    color:#000;
}


.blog a:hover{
    color:#000;
    text-decoration:none;
}

.slick-next:before, .slick-prev:before {

    font-family: "FontAwesome" !important;
    position: absolute;
    top: -5px;
    left: 3px;
    font-size: 50px !important;
        line-height: 1;
     opacity: 1 !Important; 
    color: #fff !important;
}

.fa-long-arrow-left:before {
    content: url('../images/arrow-2.png') !important;
        transform: rotate(-90deg);
}

.fa-long-arrow-right:before {
    content: url('../images/arrow-2.png') !important;
        transform: rotate(90deg);
}

.slick-next, .slick-prev{
         font-size: 12px !important; 
    line-height: 0;
    position: absolute;
    top: 82% !important;
    display: block;
    width: 53px !important;
    height: 22px !important;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
        transform: rotate(90deg) !important;
    cursor: pointer;
    color: #fff !important;
    border: none;
    outline: 0;
    background: 0 0;
}

.slick-disabled:before {
    /*opacity: .5 !important;*/
    /*color: #c1c1c1 !important;*/
    filter: contrast(0.5);
}


.slick-slide p {
    color: #fff;
    font-size: 18px;
    margin-top:15px;
}



.slick-prev {
    right: -70px !important;
    top: 73% !important;
    left:auto !important;
}


.slick-next {
    right: -70px !important;
}

.slick-next:before {
    top: -5px !important;
    left: 22px !important;
}

p.address {
    color: #bdb8b8;
}

p.map-text {
    color: #bdb8b8;
}

.follow a{
    padding: 6px 6px;
    border-radius: 50%;
    border: 1px solid;
    width: 24px;
    margin-right: 10px;
    text-align: center;
    height: 24px;
    font-size: 12px;
    display: inline-block;
}

.row.copyright p {
    text-transform: lowercase;
    color: grey;
}

.aieforia-text:hover span {
    color: red;
    transition: all .5s;
}



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input:focus{
    outline:none;
    border:none;
}


.floating-label-group {
  position: relative;
      margin-top: 32px;
}
.floating-label-group .floating-label {
 
  position: absolute;
  pointer-events: none;
  top: 9px;
  transition: all 0.1s ease;
      margin: 0px;
}
.floating-label-group input:focus ~ .floating-label,
.floating-label-group input:not(:focus):valid ~ .floating-label {
top: -15px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    border-bottom: 1px solid;
    font-size: 13px;
    opacity: 1;
    color: #404040;
    margin: 0px;
}

a.whats-app {
    padding-left: 0px;
}

.form-outer form{
        background: #f5f5f5;
    padding: 20px;
    border-radius: 20px;
}
/*.form-background{*/
/*    background:url(../images/phone-img.jpg); */
/*    background-repeat:no-repeat;*/
/*    background-size:cover;*/
/*}*/

.blog h2 {
    font-family: abitareSans-600;
}

#vision1 .line-sep-top:before{
        left: 49.9%;
}

@media(max-width:1950px) and (min-width:1621px){
    
.row.philosophy {
    width: 90%;
    margin: auto;
    padding-bottom: 96px;
    align-items: center;
}

.aieforia-text-inner{
        left: 16%;
    bottom: 29%;
}

.philosophy-first {
    max-width: 78%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}


.philosophy h3 {
    font-size: 24px;
    margin-bottom: 40px;
}

.circle-btn-outer {
    width: 328px;
}

.circle-btn {
        width: 350px;
    height: 350px;
}

.circle-btn:hover .circle-outline{
        right: -27px;
}

.circle-outline{
        /*right: -62px;*/
        right: -27px;
}

.owner-details .philosophy p{
        font-size: 18px;
    text-align: right;
    max-width: 67%;
    /* margin: auto; */
    float: right;
        margin-right: 50px;
}

    .slider-left-subheading{
        margin:0 100px;
    }
    
    
    .projects-outer {
    text-align: left;
    padding-left: 111px;
}


.Projects-and-circle{
    margin-left: 100px;
}

.circle-outline svg{
        width: 193px;
}

.bx-wrapper .bx-next{
        top: 89.5% !important;
}
    
    .bx-wrapper .bx-prev{
            top: 82% !important;
    }
    
    
.slider-left-heading h1 {
    font-size: 48px;
    font-family: "abitareSans-700";
}

.total-projects h4 {
    font-size: 60px;
    /*line-height:normal;*/
        line-height: 53px !important;
    margin:0px;
}

.area h4 {
    font-size: 60px;
    line-height: 40px;
    margin-bottom: 0px;
}

h4.name {
    font-size: 18px;
}


h5.designation {
    font-size: 18px;
}


.blog h2 {
    font-size: 18px;
    text-align: left;
    max-width: 67%;
    margin: 16px;
    margin-left: 6%;
    margin-bottom: 50px;
}


.row.blog-arrow {
    text-align: left;
    margin-left: 2.5%;
    font-size: 30px;
        position: absolute;
    bottom: -38px;
}

.slider-left-heading h1 {
    font-size: 48px;
    
}

.slider-left-subheading p {
    font-size: 16px;
}

    .header-left-inner img {
    max-width: 80%;
    height:auto;
}

.slick-prev {
    top:75% !important;
}

.request-form form{
    margin:0px;
}


#vision2 .vision-inner{
    padding-top:200px;
}

#vision2 .row.philosophy{
    padding-bottom:200px;
}
.row.blog-arrow{
        bottom: -60px;
}
.footer h3{
    font-size:24px;
}

.phone a, .email a{
    font-size:20px;
}

.write-us span, .local-time span, .write-us span, .follow span{
    font-size:18px;
}
.working-hrs span{
    font-weight:100;
}

span.working-hrs {
    font-size: 14px;
}

span#demo {
    font-size: 14px;
}

.row.copyright p{
        font-weight: 100;
    font-size: 14px;
}

.designdot-link{
    margin-top:0px;
}
.request-icon span{
            padding: 54px 132px 46px 40px;
    margin-left: 50px;
}

.working-hrs span ~ span{
        padding-top: 15px;
    display: inline-block;
}
span#demo {
    padding-top: 15px;
}


.vision-inner{
        padding-top: 180px;
            padding-bottom: 80px;
}

.philosophy-images img{
        width: 60px;
    height: 60px;
}

.row.philosophy span{
    margin-top: 15px;
}

}


@media(max-width:1880px) and (min-width:1621px){
    
.phone a, .email a {
    font-size: 19px;
}

.request-icon span {
    padding: 48px 99px 46px 40px;
        font-size: 16px;
    margin-left: 23px;
}

}

@media(max-width:1620px) and (min-width:1421px){
    
    .row.blog-arrow img {
    width: 40px !important;
}

    
.request-form form{
    margin:0px;
}
    .footer{
            padding-left: 60px;
    padding-right: 60px;
    }
    .circle-btn-outer{
            width: 320px;
    }
    
    h5.designation {
    font-size: 14px;
}


    
 .circle-btn {
    width: 280px;
    height: 280px;
}


    .menu>ul{
            padding-top: 130px;
    }
    
.menu>ul>li>a{
        font-size: 22px;
}
    .col-sm-3.request-icon {
    max-width: 100%;
    margin-left: 30px;
}

        .header-left-inner img {
    max-width: 70%;
    height:auto;
}
    .banner-text-1-heading{
            font-size: 26px;
    }   
    .banner-text-1-small {
    font-size: 14px;
    }
    .vision-header h3 {
    font-size: 23px;
}

h4.upper-para {
    line-height: 32px;
    font-size: 20px;
    
}

p.lower-para{
        font-size: 16px;
}

.circle-txt a{
        font-size: 21px;
}
.aieforia-text-inner{
        left: 12%;
    bottom: 28%;
    font-size: 13vw;
}
.philosophy h3 {
    font-size: 23px;
     font-family: "abitareSans-600";
}

.row.philosophy p {
    font-size: 17px;
    
}

.slider-left-heading h1 {
    font-size: 40px;
}
.slider-left-subheading p {
    font-size: 14px;
}



.total-projects h4 {
    font-size: 45px;
    line-height: normal;
    margin: 0px;
}

.total-projects p {
    font-size: 14px;
}

.area h4 {
    font-size: 45px;
    line-height: 40px;
    margin-bottom: 0px;
    font-family: "abitareSans-500";
}

.area p{
    font-size:14px;
}

.projects-outer {
    text-align: left;
    padding-left: 111px;
}

.bxslider li {
    margin-bottom: 5px;
}


.bx-wrapper .bx-next{
        top: 87% !important;
}

.bx-wrapper .bx-prev{
    top: 78% !important;
}

.owner-details .philosophy p {
        font-size: 14px;
    text-align: right;
    max-width: 73%;

    /* margin: auto; */
    float: right;
}



.owner-details img {
    max-width: 88%;
    padding-bottom: 11px;
}

.name {
        font-size: 14px;
}

.blog h2{
    text-align: left;
    max-width: 67%;
    margin: 16px;
        margin-left: 0%;
    font-size:16px;
}

.row.blog-arrow {
    text-align: left;
        /*margin-left: -2.5%;*/
    font-size: 25px;
            position: absolute;
    bottom: -38px;
}

.footer h3 {
    font-size: 30px;
}
.footer p {
    font-size: 16px;
}
.row.phone-row {
    margin-top: 35px;
}


.phone span, .email span{
        font-size: 16px;
}

.phone a, .email a{
        font-size: 16px;
}

.write-us span, .local-time span, .write-us span, .follow span{
    font-size:16px;
}

.write-us a{
    font-size:16px;
}

.follow a{
        width: 28px;
        height: 28px;
        font-size:14px;
}

.request-icon span{
    display: inline-block;
    color: #ffff;
    background: #7b2323;
    padding: 30px 58px 35px 30px;
    font-size: 15px;
    position: relative;
    cursor: pointer;
    margin-left: 29px;
}

.footer{
        margin-bottom: 70px;
}

.request-icon div{
    padding:50px 92px 50px 42px;
    white-space: pre;
}

.slick-next, .slick-prev {
    top: 76% !important;
}

.slick-prev{
        top: 65% !important;
}
.circle-txt{
        margin: 0px 40px 0px 24px;
}
.circle-outline{
        right: -27px;
}

.total-projects h4{
        font-size: 37px;
}
.total-projects p {
    font-size: 12px;
}

.area h4{
        font-size: 32px;
    line-height: 34px;
}
    .menu>ul>li>a{
            font-size: 20px;
    line-height: 1;
    }
    
    .menu>ul{
            padding-top: 100px;
    }


}

@media(max-width:1420px) and (min-width:1281px){
    .request-form form h1{
        font-size:30px;
    }
    
    .row.blog-arrow img {
    width: 40px !important;
}
    
    .request-container{
            padding-top: 70px;
    }
    
.request-form form{
    margin:0px;
}
    .footer{
        padding-left: 60px;
    padding-right: 60px;
        
    }
    .fix header{
        
    padding: 10px 50px;
    }
    
    header{
        padding: 50px;
    }
    
    .circle-txt a{
        font-size:21px;
    }
        .menu>ul>li>a{
            font-size: 20px;
    line-height: 1;
    }
    
    .menu>ul{
            padding-top: 100px;
    }

    
 .circle-btn {
    width: 260px;
    height: 260px;
}

.circle-txt {
    width: 100%;
    margin: 0px 40px 0px 12px;
    color: #762322;
}

.slick-slide p{
    
    font-size: 16px;

}

.slick-next, .slick-prev{
        top: 78% !important;
}

.slick-prev{
        top: 67% !important;
}
.circle-outline{
        right: -27px;
}
        .common-vision{
        margin-left:50px;
        margin-right:50px;
        margin-top:50px;
    }
     .header-left-inner img {
    max-width:65%;
    height:auto;
}

    .banner-text-1-heading{
            font-size: 22px;
    }   
    .banner-text-1-small {
    font-size: 13px;
    }
    .vision-header h3 {
    font-size: 20px;
}

h4.upper-para {
    line-height: 30px;
    font-size: 21px;
}

.aieforia-text-inner{
        left: 12%;
    bottom: 28%;
    font-size: 13vw;
}
.philosophy h3 {
    font-size: 20px;
}

.row.philosophy p {
    font-size: 14px;
}

.slider-left-heading h1 {
    font-size: 27px;
}
.slider-left-subheading p {
    font-size: 13px;
}



.total-projects h4 {
    font-size: 30px;
    line-height: normal;
    margin: 0px;
}

.total-projects p {
    font-size: 13px;
}

.area h4 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0px;
    font-family: "abitareSans-500";
}

.area p{
    font-size:13px;
}

.projects-outer {
    text-align: left;
    padding-left: 111px;
}

.bxslider li {
    margin-bottom: 5px;
}


.bx-wrapper .bx-next{
        top: 85% !important;
}

.bx-wrapper .bx-prev{
    top: 77% !important;
}

.owner-details .philosophy p {
    font-size: 16px;
    text-align: right;
    max-width: 73%;
    /* margin: auto; */
    float: right;
}



.owner-details img {
    max-width: 88%;
    padding-bottom: 11px;
}

.name {
    font-size: 14px;
}

.blog h2{
    text-align: left;
    max-width: 67%;
    margin: 16px;
        margin-left: 0%;
    font-size:13px;
}

.row.blog-arrow {
    text-align: left;
        /*margin-left: -2.5%;*/
    font-size: 20px;
        position: absolute;
    bottom: -38px;
}

.footer h3 {
    font-size: 22px;
}
.footer p {
    font-size: 13px;
}
.row.phone-row {
    margin-top: 35px;
}


.phone span, .email span{
        font-size: 14px;
}

.phone a, .email a{
        font-size: 13px;
}

.write-us span, .local-time span, .write-us span, .follow span{
    font-size:13px;
}

.write-us a, .follow a{
    font-size:13px;
}

.request-icon span{
    padding:25px 64px 37px 30px;
    white-space: pre;
    font-size:13px;
}


.map-icon i{
        font-size: 19px;
    width: 50px;
    height: 50px;
    padding-top: 15px;
}

.vision-header h3{
        padding-bottom: 30px;
            font-size: 20px;
}

p.lower-para {
    margin-top: 46px;
    font-size: 13px;
}

.aieforia-text-inner{
    left: 12%;
    bottom: 31%;
}

.owner-details .philosophy p {
    font-size: 12px;
}

.name {
    font-size: 12px;
    margin-bottom: 3px;
}

.owner-details img {
    max-width: 83%;
    padding-bottom: 11px;
}

h5.designation {
    font-size: 12px;
}
.blog h2{
    margin: 10px;
    font-size: 12px;
    margin-left:0px;
}

.footer{
    margin-bottom:50px;
}

    .section-slider{
            margin-left: 50px;
    margin-right: 50px;
    }
    
    .menu>ul>li>a{
            font-size: 20px;
    line-height: 1;
    }


}


/*@media(max-width:1280px) and (min-width:992px){*/
    

/*}*/

@media(max-width:1280px){
        
        .row.blog-arrow img {
    width: 40px !important;
}

        .floating-label-group{
        margin-top: 25px;
}

.request-form form h1 {
    font-size: 24px;
}

.request-container {
    padding-top: 34px;
}


.request-form .form-group {
    margin-bottom: 1rem;
}


            .request-form form h1{
        font-size:30px;
    }
    
    .request-container{
            padding-top: 70px;
    }
    
        
.request-form form{
    margin:0px;
}

    .fix header{
        
    padding: 10px 50px;
    }
    
    header{
        padding: 50px;
    }
    
    h4.upper-para {
    line-height: 30px;
    font-size: 17px;
}

      .circle-txt a{
        font-size:21px;
    }
  
            .menu>ul>li>a{
            font-size: 16px;
    line-height: 1;
    }
    
    .menu>ul{
            padding-top: 100px;
    }


 .circle-btn {
    width: 245px;
    height: 245px;
}

.circle-outline{
        right: -27px;
}

.common-vision.blog {
    margin-bottom: 0;
}

.circle-txt {
    width: 100%;
    margin: 0px 40px 0px 12px;
    color: #762322;
}

.slick-slide p{
    
    font-size: 16px;

}

.slick-next, .slick-prev{
        top: 78% !important;
}

.slick-prev{
        top: 67% !important;
}

    .menu>ul>li>a{
        font-size: 22px;
}
     .common-vision{
        margin-left:50px;
        margin-right:50px;
        margin-top:50px;
    }
    
    .blog h2{
        margin-left:0px;
    }
    
    .section-slider{
            margin-left: 50px;
    margin-right: 50px;
    }
    
     .header-left-inner img {
    max-width:65%;
    height:auto;
}

    .banner-text-1-heading{
            font-size: 22px;
    }   
    .banner-text-1-small {
    font-size: 13px;
    }
    .vision-header h3 {
    font-size: 20px;
}

h4.upper-para {
    line-height: 30px;
    font-size: 21px;
}

.aieforia-text-inner{
        left: 12%;
    bottom: 28%;
    font-size: 13vw;
}
.philosophy h3 {
    font-size: 20px;
}

.row.philosophy p {
    font-size: 14px;
}

.slider-left-heading h1 {
    font-size: 25px;
}
.slider-left-subheading p {
    font-size: 13px;
}


.total-projects h4 {
    font-size: 30px;
    line-height: normal;
    margin: 0px;
}

.total-projects p {
    font-size: 13px;
}

.area h4 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0px;
    font-family: "abitareSans-500";
}

.area p{
    font-size:13px;
}

.projects-outer {
    text-align: left;
    padding-left: 111px;
}

.bxslider li {
    margin-bottom: 5px;
}



.bx-wrapper .bx-next{
        top: 85% !important;
}

.bx-wrapper .bx-prev{
    top: 77% !important;
}

.owner-details .philosophy p {
    font-size: 16px;
    text-align: right;
    max-width: 73%;
    max-width: 67%;
    /* margin: auto; */
    float: right;
}


.owner-details img {
    max-width: 88%;
    padding-bottom: 11px;
}

.name {
    font-size: 14px;
}

.blog h2{
    text-align: left;
    max-width: 67%;
    margin: 16px;
        margin-left: 0%;
    font-size:13px;
}

.row.blog-arrow {
    text-align: left;
        /*margin-left: -2.5%;*/
    font-size: 20px;
        position: absolute;
    bottom: -38px;
}

.footer h3 {
    font-size: 22px;
}
.footer p {
    font-size: 13px;
}
.row.phone-row {
    margin-top: 35px;
}


.phone span, .email span{
        font-size: 14px;
}

.phone a, .email a{
        font-size: 13px;
}

.write-us span, .local-time span, .write-us span, .follow span{
    font-size:13px;
}

.write-us a, .follow a{
    font-size:13px;
}

.request-icon span{
    padding:25px 64px 37px 30px;
    white-space: pre;
    font-size:13px;
}



.map-icon i{
        font-size: 19px;
    width: 50px;
    height: 50px;
    padding-top: 15px;
}

.vision-header h3{
        padding-bottom: 30px;
            font-size: 20px;
}

p.lower-para {
    margin-top: 46px;
    font-size: 13px;
}

.aieforia-text-inner{
    left: 12%;
    bottom: 31%;
}

.owner-details .philosophy p {
    font-size: 12px;
}

.name {
    font-size: 12px;
    margin-bottom: 3px;
}

.owner-details img {
    max-width: 83%;
    padding-bottom: 11px;
}

h5.designation {
    font-size: 12px;
}
.blog h2{
    margin: 10px;
    font-size: 12px;
    margin-left:0px;
}


.footer{
    margin-bottom:50px;
}

    .slider-right {
    padding:5% 6.5% 3% 5%!Important;
}

.bx-wrapper p {
    font-size: 12px;
    
}

.bxslider li {
    margin-bottom: 16px;
}

    .circle-outline svg{
            width: 164px;
    }


#vision4 .line-sep-top:before{
        height: 130px;
            top: 32px;
}

#vision3 .line-sep-top:before{
    height: 152px;
        top: 20px;
}
#vision1 .line-sep-top:before{
height: 167px;
    top: 12px;
}
}


@media(max-width:1200px){
    
    #vision1 .line-sep-top:before{
        height: 130px;
            top: 29px;
}

    .circle-btn {
    width: 230px;
    height: 230px;
}

.circle-txt a {
    font-size: 19px;
}

.Projects-and-circle{
    display:block;
    text-align: -webkit-center;
}


.projects-outer {
    text-align: center;
     padding-left: 0px; 
    padding-top: 54px;
}

.col-md-6.col-lg-3.request-icon {
    margin-left: 55px;
}

}

@media(max-width:1024px){


.slider-left{
    padding: 39px !important;
}
.slick-next:before, .slick-prev:before {
    font-size: 40px !important;
    left: -2px;
}
.slick-next {
    right: -49px !important;
}

.slick-next, .slick-prev {
    top: 77% !important;
}

.slick-next:before {
    top: -6px !important;
        left: 24px !important;
}
    .slick-prev {
    right: -49px !important;
}
.slick-prev {
       top: 65% !important;
}



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

.slider-left-heading h1{
    text-align:center;
}
.request-form form h1{
        font-size: 22px;
}

.floating-label-group .floating-label{
    font-size:14px;
}

.request-container p {
    font-size: 13px;
}

.request-form button{
    font-size: 14px;
    padding: 8px 17px;
}

.request-form img{
    display:none;
}

    .row.blog-arrow img {
    max-width: 73%;
}


    .menu>ul>li>a {
    font-size: 18px;
    line-height: 16px;
}



    header {
    padding: 30px;
}

    .fix header {
    padding: 10px 30px;
}
    /*.slick-next:before, .slick-prev:before{*/
    /*        font-size: 40px !important;*/
    /*left: -5px;*/

    /*}*/
    
    /*.slick-next, .slick-prev{*/
    /*        font-size: 13px !important;*/
            
    /*}*/
    
    /*.slick-prev{*/
    /*        right: -45px !important;*/
    /*}*/
    
/*    .slick-next {*/
/*    right: -45px !important;*/
/*}*/

/*.slick-next:before {*/
/*    top: -1px !important;*/
/*    left: 16px !important;*/
/*}*/

    .menu{
            width: 35%;
    }
.philosophy-outer {
    border-right: none;
}
.common-vision {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
    padding-left:20px;
    padding-right:20px;
}

.col-md-6.col-lg-3.request-icon {
    margin-left: 0px;
}

.footer {
    margin-bottom: 30px;
}

.footer p {
    font-size: 11px;
    /*text-align: left;*/
    margin-bottom: 0px;
}

.footer h3 {
    font-size: 15px;
    margin-bottom: 4px;
}



.vision-inner {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.footer .vision-inner {
    padding-bottom: 0px;
}
.footer .vision-header h3 {
    margin-top: 5px;
     text-align: left;
}

.map-icon i {
    font-size: 19px;
    width: 35px;
    height: 38px;
    padding-top: 10px;
}



.request-icon span{
        padding: 17px 44px 23px 15px;
    white-space: pre;
    font-size: 11px;
}

.follow {
    padding: 10px 0;
}

.email {
    padding: 0px 0px;
}

.write-us {
    padding: 10px 0px;
}

.row.copyright {
    padding-top: 15px;
    padding-bottom: 40px;
}



.row.philosophy {
    width: 100%;
    margin: auto;
    padding-bottom: 60px;
}

.blog img {
    max-width: 100%;
    margin-top: 20px;
}

.owner-details .philosophy p {
    font-size: 12px;
    text-align: center;
    max-width: 100%;
    margin: 20px 0px;
}

.owner-details img {
    max-width: 80%;
    padding-bottom: 11px;
    padding-top: 10px;
}

.section-slider {
    margin-left: 30px;
    margin-right: 30px;
}


.Projects-and-circle{
    display:block;
}

.projects-outer {
    text-align: center;
    padding-top: 35px;
    padding-left:0px;
    
}

.slider-left {
    text-align: left;
    
    padding: 20px !important;
    padding-top: 70px !important;
}



.slider-left-heading {
    margin: 0px 0px;
}

.slider-left-subheading {
    margin: 0 0;
}

/*.common-vision {*/
/*    text-align: left;*/
/*}*/

.vision-header h3{
    text-align:center;
    padding-bottom: 15px;
}

p.lower-para{
    margin-top: 20px;
}

.philosophy-outer{
    padding:0px !Important; 
}

.philosophy-first {
    max-width: 100%;
    margin: auto;
}

.row.philosophy-images {
    text-align: center;
}

.philosophy-images img {
    margin: 15px 0px;
}

.vision-inner{
    padding-bottom:20px;    
}

h4.upper-para {
    line-height: 21px;
    font-size: 13px;
}

.mobile-slider{
    display:block;
}

.carousel-indicators{
    z-index:1 !Important;
}
.banner{
    display:none;
}

.carousel-item img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.header-left-inner img {
     max-width: 100%; 
}

/*.bar1, .bar2, .bar3{*/
/*    background:#000;*/
/*}*/

/*.change .bar1, .change .bar2,.change .bar3{*/
/*    background:#fff;*/
/*}*/

.carousel-caption{
    z-index:1 !important;    
}

.row.philosophy span {
    font-size: 11px;
}

.Projects-and-circle{
        margin-top: 60px;
}

.bar1, .bar2, .bar3{
        height: 3px;
            width: 31px;
            background:#000;
}

.change .bar1,.change .bar2,.change .bar3{
    background:#fff;
}
.change .bar1{
        transform: rotate(-45deg) translate(-4px, 7px);
        -webkit-transform: rotate(-45deg) translate(-4px, 7px);
}
.change .bar3{
        transform: rotate(45deg) translate(-5px, -9px);
        -webkit-transform: rotate(45deg) translate(-5px, -9px);
}

.row.phone-row {
    margin-top: 20px;
}
.row.map-icon {
    margin-top: 20px;
}
.write-us span, .local-time span, .write-us span, .follow span {
    font-size: 11px;
}

.aieforia-text-inner {
    left: 12%;
    bottom: 37%;
}
.request-form form h1 {
    margin-bottom: 23px;
    font-size: 28px;
}

.menu{
    overflow:auto;
}

}

@media(max-width:767px){
    
    #vision2 .line-sep-top:before {
    height: 151px;
    top: 19px;
}


.local-time p {
    margin: 0px !important;
}
    .row.copyright {
    padding-top: 15px;
    padding-bottom: 20px;
}

    
    .circle-txt p{
        font-size:12px;
    }
    
    .slider-left-heading h1{
        text-align:center;
    }
    
    .row.blog-arrow{
            position: static;
    }
    
    .row.blog-arrow img {
    max-width: 14%;
    margin: 0px;
}
    .slider-right {
    padding: 5% 6.5% 3% 5%!Important;
}

.slick-next, .slick-prev {
    top: 86% !important;
}

.slick-prev {
    top: 80% !important;
}


.slick-slide img {
    display: block;
    width: 100%;
}

    
    .fix.slide .bar1, .fix.slide .bar2, .fix.slide .bar3 {
    background: #FFF;
}


    .slide .menu{
        right: 0PX;
    }
    
    .menu>ul>li>a{
            font-size: 14px;
    }
    .fix header{
              padding: 10px 30px;
    }
        
    .request-form img{
        display:none;
    }
    
    .menu>ul{
            padding-top: 100px;
            padding-left:0px;
            padding-right:0px;
    }
    
    .bar1, .bar2, .bar3 {
    width: 31px;
    height: 3px;
        
    }
    
    
    .request-container {
    padding: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}


    .footer p {
    margin-bottom: 10px !Important;
    text-align:left;
}

.email {
    padding: 10px 0px !important;
}

.designdot-link{
    float:none;
    margin-left:0px;
}


.blog img{
    width: 100%;
}

.common-vision.blog{
    padding-left:0px !Important;
    padding-right:0px !Important;
}

.common-vision.blog .col-sm-12.col-md-4{
        padding-left:0px !Important;
    padding-right:0px !Important;
}
.blog h2{
        margin-left: 0px;
}
.row.blog-arrow{
    margin-left:0px;
     font-size: 16px;
    /*     position: absolute;*/
    /*bottom: -38px;*/
}
.aieforia-text-inner {
    left: 12%;
    bottom: 52%;
}

.col-md-6.col-lg-3.request-icon {
    margin-top: 10px;
}

.row.blog-arrow .col-sm-12{
    padding:0px !Important;
}

.bx-wrapper .bx-next {
    top: 91% !important;
}

.bx-wrapper .bx-prev {
    top: 84% !important;
}
.fix header img {
    max-width: 74%;
}

.line-sep-top:before{
    
transform: translate(-50%, -49%);
 
}

#vision3.three .line-sep-top:before{
       height: 148px;
}

.fa-long-arrow-right:before{
    transform: rotate(90deg) scale(0.8);
}


.fa-long-arrow-left:before{
     transform: rotate(-90deg) scale(0.8);
}
}
@media(max-width:576px){
 
    


    .slick-next, .slick-prev {
    top: 74% !important;
}

.slick-prev {
    top: 62% !important;
}


    .header-left-inner img {
    max-width: 75%;
}

.bar1, .bar2, .bar3{
    width: 22px;
}
.menu {
    width: 60%;
}
.menu>ul{
        padding-top: 80px;
}


.radio-btn label{
        margin-right: 37px;
}

.menu>ul>li>a {
    font-size: 12px;
    line-height: 12px;
    padding: 10px 0;
}

.fix header img {
    max-width: 74%;
}

.carousel-item img{
        /*height: 43%;*/
        min-height:275px;
}

.circle-outline {
    right: -17px;
}

.circle-btn:hover .circle-outline {
    right: -17px;
}

.slider-right {
    padding: 5% 9.5% 3% 9%!Important;
}

header {
    padding: 25px 30px 25px 30px;
}

.bx-wrapper .bx-prev {
    top: 79% !important;
}
.bx-wrapper .bx-next {
    top: 88% !important;
}

.circle-btn {
    width: 184px;
    height: 184px;
}


.circle-txt a {
    font-size: 12px;
        line-height: 20px;
}

    .follow a i{
    vertical-align:top !Important;
}

.fa-long-arrow-right:before{
 content:'' !important;
    background:url('../images/arrow-2.png');
    font-family:'none !important';
background-size: 25px 48px;
    font-family: 'none !important';
    z-index: 99;
    display: block;
    height: 57px;
    width: 30px;
    background-repeat: no-repeat;
}

.fa-long-arrow-left:before{
     content:'' !important;
    background:url('../images/arrow-2.png');
    font-family:'none !important';
background-size: 25px 48px;
    font-family: 'none !important';
    z-index: 99;
    display: block;

    height: 49px;
    width: 27px;

    background-repeat: no-repeat;
}

.row.blog-arrow img{
        max-width: 8%;
}

.slick-slide p {
    font-size: 13px;
}



}

@media(max-width:470px){

#vision2 .line-sep-top:before {
    height: 137px;
    top: 25px;
}

.slider-right {
    padding: 5% 13.5% 3% 9%!Important;
}

.slick-next, .slick-prev {
    top: 64% !important;
}


.slick-prev {
    top: 51% !important;
}




.circle-txt{
    font-size: 12px;
}


.circle-btn img{
        width: 13px;
    height: 14px;
}
.bx-wrapper .bx-prev {

    left: 95.5% !important;
    top: 63% !important;

}

.bx-wrapper .bx-next {
     top: 76% !important;
    right: -22px !important;
}


}

