*{
	margin: 0px;
	padding: 0px;
	outline: none;
}

body{
	box-sizing: border-box;
	scroll-behavior: smooth;
	font-family: 'Poppins', sans-serif;
	background: #16181D;
}

.pageDetails p {
    font-size: 14px;
    line-height: 23px;
}

.pageDetails ul {
    list-style-type: disclosure-closed;
    padding-left: 20px;
    margin-bottom: 30px;
}

.pageDetails ul li{
    font-size: 14px;
    line-height: 23px;
    margin: 10px 0px;
}

.pageDetails p b{
    display: block;
    font-size: 20px;
    margin-top: 35px;
}

ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

img{
    max-width:100%;    
}

a:hover{
    text-decoration:none;
}
h2{
    color: #e7e8e9;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: unset;
    background: none;
    color: #e7e8e9;
}

/*Header css Start*/

header.sticky-header {
    width: 100%;
    -webkit-transition: all 2.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    /*box-shadow: 0px 0px 10px #ccc;*/
}

header.sticky-header.stick {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
    z-index: 999;
    background: white;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

.top-header {
    background: #000;
    padding: 5px;
}

.top-header-right {
    text-align: right;
}

.top-header-right ul li {
    display: inline-block;
}

.top-header-right ul li a {
    padding: 1px 10px;
    display: block;
    color:#e7e8e9;
    font-size:14px;
    
}

.top-header-right ul li a:hover {
    color: blue;
    transition: all 0.5s ease;
}

.sliderImages .row {
    margin: 0;
}

.sliderImages .row .col-md-3 {
    padding: 0;
}

.brandSlider .slick-list {
    padding: 0px 20px !important;
    margin: 0 30px;
}

.top-header-left ul li {
    display: inline-block;
}

.top-header-left ul li a {
    padding: 2px 10px;
    display: block;
    color: #e7e8e9;
    font-size: 14px;
}

.destopHideTabletshow{
    display:none !important;
}

.logo a {
    display: block;
    padding: 0;
}

.logo img {
    max-height: 50px;
}

.brandSlider .brandGrid2 .Image {
    width: 120px;
    height: 120px;
    margin: 20px auto;
}
.brandSlider .brandGrid1 .Image {
    width: 140px;
    height: 140px;
    margin:10px auto;
}
.brandSlider .BGrid2 .Image {
    width: 120px;
    height: 120px;
    margin: 20px auto;
}
.brandSlider .BGrid1 .Image {
    width: 140px;
    height: 140px;
    margin:10px auto;
}
.TestimoanlSlider .testimonalGrid1 .testimonalGrids .Image img {
    width: 120px;
    height: 120px;
}
.TestimoanlSlider .testimonalGrid1 .testimonalGrids .text {
   margin: 50px;
}
.TestimoanlSlider .testimonalGrid2 .testimonalGrids .Image img {
    width: 120px;
    height: 120px;
}
.TestimoanlSlider .testimonalGrid2 .testimonalGrids .text {
   margin: 50px;
}
.TestimoanlSlider .slick-list {
    padding: 0 10px !important;
    margin:0 36px;
}

.TestimoanlSlider .testimonalGrid1 .testimonalGrids {
    margin: 10px 0;
}

.TestimoanlSlider .testimonalGrid2 .testimonalGrids {
    margin: 10px 0;
}
.TestimoanlSlider .testimonalGrid1 .testimonalGrids .text p {
    font-size: 14px;
}
.TestimoanlSlider .testimonalGrid1 .testimonalGrids .text h5 {
    font-size: 17px;
}
.TestimoanlSlider .testimonalGrid1 .testimonalGrids .Image img {
    margin-top: 37px;
}
.TestimoanlSlider .testimonalGrid1 .testimonalGrids .Image {
    margin-bottom: -98px;
}
.TestimoanlSlider .testimonalGrid1 .testimonalGrids .text {
    padding-top: 80px;
}
.TestimoanlSlider .testimonalGrid2 .testimonalGrids .text p {
    font-size: 14px;
}
.TestimoanlSlider .testimonalGrid2 .testimonalGrids .text h5 {
    font-size: 17px;
}
.TestimoanlSlider .testimonalGrid2 .testimonalGrids .Image img {
    margin-top: 37px;
}
.TestimoanlSlider .testimonalGrid2 .testimonalGrids .Image {
    margin-bottom: -98px;
}
.TestimoanlSlider .testimonalGrid2 .testimonalGrids .text {
    padding-top: 80px;
}

.sticky-header.stick .hidesection {
    /*display: none;*/
}

.header-menu ul li a {
    padding: 15px 10px;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    color: #e7e8e9;
    font-weight: 500;
    transition: 0.5s;
}


 .filter-button {
        font-size: 18px;
        padding: 3px 20px;
        border-radius: 0;
        text-align: center;
        color: #ffffff;
        margin: 5px 2px;
        background: #000000;
        border:none;
    }
    a.dataFilterAll {
        color: #fff;
    }
    .showActive a.dataFilterAll {
        background: #e7e8e9;
        color: black;
    }
 a.dataFilterAll:hover {
    color: black;
}
    
     
    .filter-button:hover {
        background: #e7e8e9;
    }
    
    .filter-button.showActive {
        background: #e7e8e9;
        color: black;
    }
    
    .filter-button.showActive:hover {
        color: black;
    }
    
    .filter-button:focus {
        box-shadow: none;
    }

.header-menu ul li a:hover {
   
}

.aboutInfo ul li {
    color: #e7e8e9;
}

.header-menu ul li ul.submenu li a {
    padding: 10px 10px;
    border-bottom: 1px solid #505050;
    font-size: 14px;
}

.gallaryImages img:hover {
    transform: scale(1.05);
}

.gallaryImages img {
    transition: transform 0.5s;
    cursor: pointer;
    width: 100%;
}

h3.headeing {
    text-align: center;
    padding: 35px 0 0px 0;
}

p.headeing {
    text-align: center;
    padding: 4px 0 10px 0;
}
.footer-subscribe textarea {
    border-color: #000;
    background: #000;
    color: #e7e8e9;
}
.submitBtnAjax {
    background: black;
}
.submitBtnAjax:hover {
    background: #231F20;
    border: 1px solid white;
    
}

.btnSubmitFooter{
    text-align:center;
}

.btn-foot {
    background: #26282a;
    border-color: #26282a;
    color: #e7e8e9;
}

.header-menu {
    text-align: right;
}
.header-menu ul li {
    display: inline-block;
}


.headerFetured {
    text-align: right;
}

.headerFetured ul li {
    display: inline-block;
    margin: 0 10px;
}

.headerFetured ul li a {
    display: block;
    font-size: 24px;
    color: #e7e8e9;
}


.footer-subscribe textarea::placeholder{
    color: white;
}

.main-header {
    padding: 5px 0;
    background: #16181d;
}

.header-menu ul li:hover ul.submenu{
    display:block;
}

.header-menu ul li ul.submenu {
    position: absolute;
    width: 250px;
    z-index: 999;
    background: black;
    text-align: left;
    display: none;
}

.header-menu ul li ul.submenu li {
    display: block;
}

.header-menu ul li ul.submenu li a:hover {
    background: #16181d;
}


.slideImage span {
    position: absolute;
    bottom: -34px;
    left: 0;
    transform-origin: 0 0;
    transform: rotate(270deg);
    background: #000000a3;
    color: white;
    padding: 5px 15px;
    z-index:99;
}

.slideImage img {
    transition: transform 1s;
}
.slideImage img:hover {
    transform: scale(1.5);
}
.slideImage {
    cursor:pointer;
    overflow: hidden;
}

#fbboxdiv3{
    position: fixed;
    background: #ffffff;
    padding: 10px;
    top: 0px;
    left: -300px;
    width: 300px;
    height: 100%;
    z-index: 8000;
    box-shadow: -1px 2px 8px 0px rgba(182, 182, 182, 0.75);
}

div#fbboxdiv3 img {
    width: 85%;
}

#fbboxdiv3 .col-9 a{
  text-decoration: none;
  color: #000;
  font-family: 'Lobster', cursive;
  font-size: 30px;
}

#fbboxdiv3 .mobile-menu-list li{
  padding: 4px 0px;
  text-align: center;
}

#fbboxdiv3 .mobile-menu-list li a{
  text-decoration: none;
  color: #000;
  font-size: 20px;
  font-family: 'Kanit', sans-serif;
}

#fbboxdiv{
    cursor: pointer;
    color: #fff;
    margin-top: 4px;
    display: block;
}

/**Matis Menu multi larvel css Start**/


.closeButton {
    position: absolute;
    right: 0px;
    top: 8px;
    width: 16px;
    height: 16px;
    opacity: 0.9;
}
.closeButton:hover {
  opacity: 1;
}
.closeButton:before, .closeButton:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 20px;
  width: 1px;
  background-color: #fff;
}
.closeButton:before {
  transform: rotate(45deg);
}
.closeButton:after {
  transform: rotate(-45deg);
}


.primarymenu {
    padding:0px;
}

.multi-lavel ul li {
    padding:0px;
}

ul.primarymenu li {
    background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
}

ul.primarymenu li a {
    padding: 10px;
    display: block;
    color: white;
    font-weight: bold;
}

ul.submenu li{
    display: none;
}

ul.submenu li{
    border: 0px;
}

ul#submenutwo{
    padding: 0;
    background: #e7e7e7;
}

ul#menu li a {
    border-bottom:1px solid #d6d4d4;
    display: inline-block;
    padding: 7px 12px;
    font-weight: bold;
    color: #000000;
    width:100%;
}

/**Matis Menu multi larvel css End**/


/**Side Modals css Start**/

    .side-modals.right {
        right: -300px;
        height: 100vh;
        width: 300px;
        top: 0;
    }
    
    .cart_media {
        padding: 0px;
        background-color: #fff;
    }

    .side-modals {
        position: fixed;
        background-color: #fff;
        z-index: 9999;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .side-modals.right.open-side {
        right: 0;
    }

    .side-modals.open-side {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .side-modals .overlay {
        visibility: hidden;
        opacity: 0;
        background-color: #000000a3;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .side-modals.open-side .overlay {
        opacity: 0.8;
        visibility: visible;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .side-modals.right .cart-inner {
        height: 100vh;
        overflow: auto;
    }

    .side-modals .cart-inner {
        background-color: #ececec;
        z-index: 9;
        position: relative;
        top: 0;
    }

    .side-modals .cart-inner .cart_top {
        padding: 15px 10px;
        color: #e7e8e9;
        background-color: #16181d;
        border-bottom: 1px solid #000;
    }
    
    span.apparels {
        display: block;
        position: absolute;
        font-size: 11px;
        top: 55px;
        left: 130px;
        color: #fff;
    }

/**Side Modals css End**/

.projectImg img{
    height: 343px;
}

.serviceSection {
    padding: 50px 0;
}

.serviceSection h1 {
    text-align: center;
    font-size: 34px;
    color: #e7e8e9;
}

.serviceList .title h3 {
    transform-origin: 0 0;
    transform: rotate(270deg);
    color: #e7e8e9;
    bottom: -50px;
    position: absolute;
    left: 0px;
    font-size: 40px;
    font-weight: bold;
}

.serviceList .col-md-2 {
    padding: 0;
}

.serviceList .image {
    overflow: hidden;
    cursor: pointer;
}

.serviceList .image img {
    transition: transform 0.5s;
}

.serviceList .image img:hover {
    transform: scale(1.1);
}


.serviceList .image span {
    position: absolute;
    bottom: 0;
    z-index: 99;
    line-height: 16px;
    right: 0;
    text-align: right;
    width: 65%;
    background: #16181d;
    padding: 8px 10px;
    color: #e7e8e9;
    font-size: 15px;
    border-bottom: 1px solid #3c3c3c;
}

.leftBlackShade {
    background: #000;
    position: absolute;
    right: 0;
    height: 330px;
    width: 40%;
    z-index: -9;
}

.workProccess {
    padding-top: 60px;
}

.workProccess h2 {
    color: #e7e8e9;
    font-weight: bold;
}

.workProccess p {
    color: #e7e8e9;
    font-weight: bold;
    font-size: 14px;
    width: 80%;
}

.workProccess ul li {
    display: inline-table;
    width: 49%;
    color: white;
    height: 70px;
    position: relative;
}

.workProccess ul li span.no {
    background: #e7e8e9;
    width: 30px;
    height: 30px;
    display: inherit;
    margin-right: 15px;
    color: black;
    text-align: center;
    padding: 4px 10px;
    font-weight: 900;
}

.workProccess ul li span.text {
    display: inherit;
    position: absolute;
    font-weight: bold;
    color: #e7e8e9;
    font-size: 20px;
    line-height: 22px;
}

.bueatifulLies{
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.bueatifulLies h2 {
    color: #e7e8e9;
    font-weight: 600;
    font-size: 60px;
    margin-top: 40px;
    margin-bottom: 50px;
}

.bueatifulLies img{
    max-height: 500px;
    position: absolute;
    bottom: 15px;
    left: 0;
}

.bueatifulLies .textCard a {
    display: inline-block;
    border: 1px solid #e7e8e9;
    color: #e7e8e9;
    text-transform: uppercase;
    padding: 3px 10px;
}

.bueatifulLies .textCard {
    background: #000;
    padding: 25px;
    margin-right: 15%;
}

.bueatifulLies .textCard a:hover {
    background: #e7e8e9;
    color: black;
}


.pressSlider {
    padding: 70px 0;
}

.pressSlider h2 {
    text-align: center;
    color: #e7e8e9;
    text-transform: uppercase;
}

.pressSlider p {
    text-align: center;
}

.allServicesSection {
    padding: 50px 0 20px 0;
}

.allServicesSection .serviceTitle h3 {
    color: #d1d2d3;
}

.allServicesSection .col-md-3 {
    padding: 0;
}
.allServicesSection .Image{
    overflow: hidden;
}

.allServicesSection .Image img {
    transition: transform 0.5s;
    cursor: pointer;
}

.allServicesSection .Image img:hover {
    transform: scale(1.1);
}

.allServicesSection .serviceTitle {
    text-align: center;
    padding: 10px 0 20px 0;
}

.allServicesSection .service h4 {
    color: #d1d2d3;
    font-size: 16px;
}

.allServicesSection .service p {
    font-size: 12px;
    text-align: justify;
}

.allServicesSection .service a {
    display: inline-block;
    border: 1px solid #e7e8e9;
    color: #e7e8e9;
    text-transform: uppercase;
    padding: 3px 10px;
}

.allServicesSection .service a:hover {
    background: #e7e8e9;
    color: black;
}

.allServicesSection .service {
    padding: 5px 10px;
}

.testimonalSection {
    padding: 50px 0 50px 0;
}
.allProjectsSection {
    padding: 35px 0 0px 0;
}

.testimonalSection .title {
    text-align: center;
    padding: 10px 0 40px 0;
}

.testimonalSection .title h2 {
    color: #d1d2cd;
}


.TestimoanlSlider .priv_arrow {
    position: absolute;
    top: 40%;
    left: -1%;
    background: #000000;
    padding: 10px 10px;
    color: #d1d2cd;
    z-index: 99;
    cursor: pointer;
}



.TestimoanlSlider .next_arrow {
    right: -1%;
    position: absolute;
    top: 40%;
    background: #000000;
    padding: 10px 10px;
    color: #d1d2cd;
    z-index: 99;
    cursor: pointer;
}



.ourServiceSlider .priv_arrow {
    position: absolute;
    top: 40%;
    left: 2%;;
    background: #231F20;
    padding: 10px 10px;
    color: #d1d2cd;
    z-index: 99;
    cursor: pointer;
}

.ourServiceSlider .next_arrow {
    right: 2%;
    position: absolute;
    top: 40%;
    background: #231F20;
    padding: 10px 10px;
    color: #d1d2cd;
    z-index: 99;
    cursor: pointer;
}

.testimonalGrids .Image {
    width: 50%;
    margin: auto;
    position: relative;
    margin-bottom: -75px;
}

.testimonalGrids .Image img {
    width: 140px;
    height: 140px;
    margin: auto;
    border-radius: 100%;
    border: 5px solid gray;
}

.testimonalGrids .text {
    background: black;
    padding: 25px;
    padding-top: 100px;
    text-align:center;
    margin:25px;
}

.testimonalGrids .text h5 {
    color: #d1d2cd;
}

.testimonalGrids .text .rating {
    color: #FF9800;
}

.gallaryImages .middle .text {
    position: absolute;
    top: 20%;
    margin: 15px;
    background: #000000b3;
    padding: 35px;
    text-align: center;
}
.allProjectsSection .title {
    text-align:center;
    padding: 40px 0 20px 0;
}
.allProjectsSection .title h2 {
    color: #d1d2cd;
}
.gallaryImages .middle .text {
    position: absolute;
    top: 20%;
    margin: 15px;
    background: #000000b3;
    padding: 35px;
    text-align: center;
}

.brandSlider .priv_arrow {
    position: absolute;
    top: 40%;
    left:1%;
    background: #000000;
    padding: 10px 10px;
    color: #d1d2cd;
    z-index: 99;
    cursor: pointer;
}

.brandSlider .next_arrow {
    right: 1%;
    position: absolute;
    top: 40%;
    background: #000000;
    padding: 10px 10px;
    color: #d1d2cd;
    z-index: 99;
    cursor: pointer;
}

.BrandsliderSection {
     padding: 75px 0 50px 0;
}

.BrandsliderSection .title {
    text-align: center;
}


.BrandsliderSection .title h2 {
    color: #d1d2cd;
    margin-bottom: 50px;
}

.brandSlider .Image {
    height: 160px;
    width: 160px;
    margin: auto;
}

.brandSlider .Image img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}


.breadCumHeader {
    background-color: #000;
    background-position: center right;
    background-size: cover;
    padding: 80px 0px 80px 0px;
    text-align: center;
    position: relative;
}

.breadCumHeader::after {
    content: '';
    background: #4a49496b;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.breadCumHeader h1 {
    color: white;
    font-size: 50px;
    padding: 10px 0;
    z-index: 99;
    position: relative;
    text-transform: uppercase;
}


.contactTitle {
    text-align: center;
    padding: 50px 0;
}

.contactTitle h2 {
    color: #e7e8e9;
}


.contextInfo {
    text-align: center;
    padding: 20px;
}

.contextInfo.borderLR{
    border-left: 2px solid #e7e8e9;
    border-right: 2px solid #e7e8e9;
}

.contextInfo .icon i {
    font-size: 25px;
    display: block;
    color: #e7e8e9;
    margin-bottom: 10px;
}


.contaactForm .title h4 {
    color: #e7e8e9;
    font-size: 20px;
    margin-bottom: 20px;
}

.contaactForm .form-control {
    background: #26282a;
    border: none;
    color: #e1d7db;
}

.contaactForm {
    padding: 100px 0;
}

.contaactForm .btn-contact {
    background: #26282a;
    border-color: #26282a;
    color: #e7e8e9;
}

.companySign {
    padding: 100px 0;
    text-align: center;
}

.companySign img {
    width: 450px;
    max-width: 100%;
}

.companySign h3 {
    color: #e7e8e9;
    font-size: 40px;
    font-family: cursive;
}


.aboutInfo {
    padding: 100px 0;
    text-align: justify;
}

.aboutWhyChoose h2 {
    color: #e7e8e9;
    font-weight: 600;
    font-size: 40px;
}

.aboutWhyChoose p.short {
    font-size: 20px;
    margin-bottom: 100px;
}


.aboutWhyChoose {
    margin-bottom: 100px;
}

.meetsTeamOne {
    padding: 50px 0;
}

.grids h4 {
    color: #e7e8e9;
    font-size: 16px;
}

.grids p {
    font-size: 12px;
    text-align: justify;
}

.serviceValues {
    padding-bottom: 100px;
}

.serviceValues ul {
    margin-bottom: 25px;
}

.serviceValues ul li {
    color: #e7e8e9;
    list-style: auto;
    margin-left: 20px;
    text-align: justify;
}

.projectaAllList {
    padding-bottom: 100px;
}

.projectaAllList .title {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    width: 80%;
    line-height: 22px;
    padding: 15px;
    text-shadow: 0 -1px 3px black;
    z-index: 9;
}

.projectaAllList .name {
    position: absolute;
    left: 10px;
    bottom: 0;
    transform-origin: 0 0;
    transform: rotate(270deg);
    color: white;
    text-transform: uppercase;
}

.projectaAllList .image {
    overflow: hidden;
    cursor: pointer;
}

.projectaAllList .image img{
    transition: transform 0.5s;
}

.projectaAllList .image img:hover {
    transform: scale(1.1);
}

.testimonals .title {
    padding: 50px 0;
}

.testimonalGrid img {
    width: 75%;
    padding-bottom: 200px;
}

.testimonalGrid .test {
    position: absolute;
    top: 55%;
    width: 45%;
    background: black;
    right: 6%;
    padding: 16px;
}

.testimonalGrid .test p {
    font-size: 12px;
    text-align: justify;
}

.testimonalGrid .test span {
    color: #e7e8e9;
}

.testimonalGrid .test span b {
    color: white;
}


.blogContents {
    margin-bottom: 100px;
}

.blogTitleP {
    padding: 50px 0;
}

.largeGrid {
    border: 1px solid gray;
    padding: 20px;
    margin-top: 50px;
    margin-bottom: 60px;
}

.largeGrid h2 a {
    color: #e7e8e9;
}

.largeGrid p.short {
    text-align: justify;
    margin:0;
}

.largeGrid p.short a{
    color:#ff9800;
}

.largeGrid .time {
    color: #ff9800;
}

.largeGrid p span.likeDislike {
    display: inline-block;
    margin-top: 10px;
    margin-right: 50px;
}

.largeGrid .socialShare i {
    display: inline-block;
    margin: 0 5px;
}
.largeGrid .socialBar {
    margin: 0;
}
.largeGrid p span.likeDislike i {
    margin: 0 5px;
}

.blogContents h2 {
    padding: 50px 0 35px 0;
}

.question {
    padding: 50px 0px;
    background-color: #f4f4f4;
}

.questions {
    text-align: center;
    padding: 20px;
    font-size: 30px;
    font-weight: 500;
    width: 93%;
}
.questionTitle {
    font-size: 17px;
    font-weight: 500;
    padding: 5px 10px;
    border: 1px solid gray;
}
.questionDesc {
    font-weight: 400;
    color: gray;
    border: 1px solid gray;
}
.questionDesc p {
    color: black;
    margin: 6px 10px;
}

.collapseQuestion .questionTitle .accicon::after {
    content: '\f068';
    color: #144E8C;
    font-family: 'FontAwesome';
    font-size: 17px;
}
.collapseQuestion .collapsed .accicon::after {
    content: '\f067';
}

.leaveComments {
    background: white;
    padding: 56px 0;
}
.leaveComments .title {
    font-size: 32px;
}
.form-control.borderBottom {
    border: none;
    border-bottom: 1px solid black;
    color: black;
}
.longTitle {
    font-size: 15px;
    padding: 8px 0 9px 0;
}

.contentDetails {
    text-align: justify;
    margin-bottom: 100px;
}

.meetTeams {
    padding: 100px 0;
}


.meetsTeamOne .image img {
    border-radius: 100%;
}

.meetsTeamOne h3 {
    color: #e7e8e9;
}

.meetsTeamOne h5 {
    color: #e7e8e9;
    margin: 15px 0;
}

.meetsTeamTwo h4 {
    color: #e7e8e9;
}

.grids.grids1 img {
    position: absolute;
    width: 40px;
    top: 0;
}

.grids.grids1 .text {
    width: 90%;
    padding-left: 18%;
    margin-top: 40%
}

.grids .text h4 {
    font-size: 14px;
}

.grids .text p {
    font-size: 10px;
    line-height: 14px;
}

.grids.grids2 img {
    position: absolute;
    width: 100px;
    top: -15%;
    left: -12%;
}

.grids.grids2 .text {
    padding-left: 20%;
    margin-top: 10%;
    width: 90%;
}

.grids.grids3 .text {
    padding-left: 35%;
    margin-top: 0%;
    width: 100%;
}

.grids.grids3 img {
    position: absolute;
    width: 135px;
    top: 0%;
    left: -10%;
}

.grids.grids4 .text {
    padding-left: 40%;
    margin-top: 8%;
    width: 100%;
}

.grids.grids4 img {
    position: absolute;
    width: 110px;
    top: -20%;
    left: 0%;
}

.grids.grids5 .text {
    padding-left: -1%;
    margin-top: 0%;
    width: 70%;
}

.grids.grids5 img {
    position: absolute;
    width: 130px;
    right: -12%;
    top: 0%;
}

 .float {
    position: fixed;
    width: 85px;
    height: 55px;
    bottom: 110px;
    right: 13px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 31px;
    z-index: 100;
}

.message{
    position: fixed;
    width: 60px;
    height: 55px;
    bottom: 40px;
    right: 35px;
    z-index: 100;
}

footer {
    background-color: #000;
}

.footerAddress p a {
    color: #fff;
}

.footer-subscribe {
    background: #26282A;
    padding: 20px 0;
}

.main-footer {
    padding-top: 25px;
}


.footer-subscribe input {
    border-color: #000;
    background: #000;
    color: #e7e8e9;
}

.footer-subscribe input.form-control::placeholder {
  color: #e7e8e9;
  opacity: 1; /* Firefox */
}

.footer-subscribe input.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #e7e8e9;
}

.footer-subscribe input.form-control::-ms-input-placeholder { /* Microsoft Edge */
 color: #e7e8e9;
}

.footer-subscribe .btn-subscribe {
    background: #16181d;
    color: white;
    border-radius: 0;
}

.footer-subscribe h3 {
    text-transform: uppercase;
    font-size: 24px;
}

.footer-subscribe h3, p {
    color: #d1d2cd;
}

.footer-menus {
    text-align: center;
}

.footer-menus ul li {
    display: inline-block;
}

.contact-us-ftr {
    font-size: 22px;
    margin-bottom: 9px;
    color: #fff;
}

.footer-middle{
    text-align: center;
    margin-bottom: 12px;
}
.footer-middle a {
    font-size: 16px;
    margin: 6px;
    color: #fff;
}

.footer-menus ul li a {
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    color: white;
}

.copyright-footer {
    padding: 15px 0;
}

.copyrighttext p {
    color: #fff;;
    margin: 0;
    text-align: center;
}

.designBy p {
    color: #979797;
    text-align: right;
}


@media only screen and (max-width: 1200px) {
    
    .header-menu ul li a {
        font-size: 14px;
    }
    

}



@media only screen and (max-width: 1024px) {
    
    .destopHideTabletshow{
        display:inline-block !important;
    }

}



@media only screen and (max-width: 992px) {
  
    .tabletHide{
        display:none !important;
    }
    .sticky-header.stick .main-header.hidesection {
        display: block;
    }

}



@media only screen and (max-width: 768px) {
    
    .mobileHide{
        display:none !important;
    }
    .projectImg img{
        height: 350px;
    }
    
    .logo img {
        max-height: 35px;
    }
    
    .bueatifulLies img{
        position: initial;
    }
    
    .leftBlackShade{
        display:none;
    }
    
    .breadCumHeader {
        padding: 40px 0;
    }
    
    .breadCumHeader h1 {
        font-size: 30px;
        padding: 0;
    }
    
    .serviceList .title h3{
        transform: unset;
        position: initial;
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .serviceList .col-md-2 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .workProccess ul li {
        width: 100%;
    }
    
    .serviceSection {
        padding: 25px 0;
    }
    
    .serviceSection h1 {
        text-align: center;
        font-size: 16px;
        color: #e7e8e9;
    }
    
    .workProccess {
        padding-top: 25px;
    }
    
    .workProccess h2 {
        font-size: 24px;
    }
    .workProccess p {
        width: 100%;
    }
    .workProccess ul li span.text {
        font-size: 16px;
        line-height: 18px;
    }
    
    .bueatifulLies h2 {
        font-size: 28px;
        margin-bottom: 25px;
    }
    
    .bueatifulLies .textCard {
        padding: 15px;
    }
    
    .bueatifulLies .textCard p {
        font-size: 14px;
    }
    
    .pressSlider {
        padding: 30px 0;
    }
    
    .pressSlider h2 {
        font-size: 20px;
    }
    
    .pressSlider p {
        font-size: 10px;
    }
    
    .allServicesSection {
        padding: 30px 0;
    }
    
    .allServicesSection .service h4 {
        font-size: 14px;
    }
    
    .allServicesSection .service a {
        font-size: 12px;
    }
    
    .testimonalSection {
        padding: 50px 0;
    }
    
    .testimonalSection .title p {
        font-size: 10px;
    }
    
    .testimonalSection .title h2 {
        font-size: 20px;
    }
    
    .testimonalGrids .text p {
        font-size: 12px;
    }
    .allProjectsSection .title p {
        font-size: 14px;
    }
    .allProjectsSection .title h2 {
        font-size: 24px;
    }
        
    .gallaryImages .middle .text {
        top: 10%;
        padding: 20px;
    }
    
    .brandSlider .Image {
        height: 140px;
        width: 140px;
    }
    
    .BrandsliderSection .title h2 {
        color: #d1d2cd;
        margin-bottom: 30px;
        font-size: 20px;
    }
    
    .footer-subscribe h3 {
        font-size: 18px;
    }
    
    .footer-menus ul li a {
        padding: 3px 10px;
        font-size: 14px;
        margin: 5px 0;
    }
    
    .copyrighttext p {
        font-size: 12px;
    }
    
    .grids.grids1 .text {
        padding-left: 30%;
        margin-top: 0%;
        width: 100%;
    }
    .grids.grids1 img {
        width: 30px;
        left: 10%;
    }
    
    .grids.grids2 img {
        width: 60px;
        top: 15px;
        left: 5%;
    }
    
    .grids.grids2 .text {
        padding-left: 30%;
        margin-top: 0%;
        width: 100%;
    }
    
    .grids.grids3 img {
        position: absolute;
        width: 80px;
        top: 15px;
        left: 5%;
    }
    
    .grids.grids3 .text {
        padding-left: 30%;
        margin-top: 0%;
        width: 100%;
    }
    
    .grids.grids4 img {
        width: 80px;
        top: 15px;
        left: 5%;
    }
    
    .grids.grids4 .text {
        padding-left: 30%;
        margin-top: 8%;
        width: 100%;
    }

    .grids.grids5 img {
        width: 80px;
        left: 5%;
        right: auto;
        top: 0%;
    }
    
    .grids.grids5 .text {
        padding-left: 30%;
        margin-top: 0%;
        width: 100%;
    }
    
    .aboutInfo {
        padding: 50px 0;
    }
    .aboutInfo p {
        font-size: 14px;
    }
    .aboutWhyChoose h2 {
        font-size: 30px;
    }
    .aboutWhyChoose p.short {
        font-size: 16px;
        margin-bottom: 50px;
    }
    
    .aboutWhyChoose {
        margin-bottom: 0;
    }
    .meetTeams {
        padding: 50px 0;
    }
    
    .meetTeams h2 {
        font-size: 24px;
    }
    
    .meetTeams {
        padding: 50px 0;
    }
    
    .meetsTeamOne h3 {
        font-size: 24px;
    }
    
    .meetsTeamOne h5 {
        margin: 10px 0;
        font-size: 16px;
    }
    
    .meetsTeamOne p {
        text-align: justify;
        font-size: 14px;
    }
    
    .meetsTeamTwo h4 {
        font-size: 20px;
    }
    
    .meetsTeamTwo p {
        font-size: 14px;
    }
    
    .meetsTeamTwo .row {
        margin: 0 -5px;
    }
    
    .meetsTeamTwo .col-3 {
        padding: 5px;
    }
    
    .meetsTeamTwo .col-9 {
        padding: 5px;
    }
    
    .serviceValues {
        padding: 50px 0;
    }
    
    .serviceValues h2 {
        font-size: 24px;
    }
    
    .serviceValues ul li {
        font-size: 14px;
    }
    
    .serviceValues ul li {
        font-size: 14px;
    }
    
    .projectaAllList .title {
        font-size: 16px;
        width: 100%;
        padding: 5px;
        font-weight: bold;
    }
    
    .testimonalGrid img {
        width: 100%;
        padding-bottom: 0px;
    }
    
    .testimonalGrid .test {
        position: initial;
        width: 100%;
        padding: 10px;
    }
    
    .blogContents h2 {
        font-size: 25px;
    }
    
    .blogTitleP {
        padding-bottom: 0;
    }
    
    .largeGrid {
        padding: 15px;
    }
    
    .largeGrid p.short {
        font-size: 14px;
    }
    
    .blogContents {
        margin-bottom: 50px;
    }
    
    .contactTitle h2 {
        font-size: 24px;
    }
    
    .contextInfo.borderLR {
        border: none;
    }
    
    .contaactForm {
        padding: 50px 0;
    }
    
    .contextInfo {
        text-align: center;
        padding: 10px;
    }
    
    .float {
        width: 90px;
        height: 55px;
        right: 19px;
        bottom: 118px;
    }
    
    .message {
        width: 50px;
        height: 40px;
        bottom: 40px;
        right: 27px;
    }
    .blogTitle {
        margin-left: 14px;
    }
    .blogList img {
        padding-left: 15px;
    }
    .questions {
        padding: 15px;
        font-size: 21px;
    }
    .tagTitle {
        margin-left: 12px;
    }
    .tagList {
        margin-left: 13px;
    }
    .largeGrid h2{
        font-size: 18px;
    }
    .largeGrid .time {
        font-size: 14px;
    }

}



@media only screen and (max-width: 600px) {



}


    
@media only screen and (max-width: 575px) {


    
}