@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@100;200;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: 'Overpass', sans-serif;
    font-size: 14px;
    padding-top: 100px;
}img {    max-width: 100%;}
.cli-bar-container,
.btn,.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: 'Saira Condensed', sans-serif;
    font-weight: bold;
}
p{
    font-weight: 300;
    font-size: 16px;
}
.btn{ 
    border-radius: 0;
}
.cli-plugin-button,
.btn-primary{
    background-color: #e99b21;
    font-weight: bold;
    font-size: 16px;
    padding: 15px 35px;
    border-radius: 0;
    border-color: #e99b21;
}

.btn-primary.btn-alt{
    background-color: #e99b21;
    border-color: #e99b21;
}
a {
    color: #e99b21;
    text-decoration: underline;
}

#searchsubmit.btn-primary{
    background: #fff;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    border-color: #cdcdcd;
}
.offcanvas #searchsubmit.btn-primary{
    background-color: #25487d;
    border-color: #25487d;
}

.form-control{
    border-radius: 0;
    padding: 10px 35px;
}
.bg-blue{ background-color: #e99b21;}
.bg-orange{ background-color: #25487d;}

.text-blue{ color: #e99b21;}
.text-orange{ color: #25487d;}


.cli-plugin-button:hover,
.cli-plugin-button:focus,
.btn-primary:hover,
.btn-primary:focus{
    background-color: #e99b21;
    border-color: #e99b21;
}
.btn-primary.btn-alt:hover,
.btn-primary.btn-alt:focus{
    background-color: #070673;
    border-color: #070673;
}

.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited{
    font-weight: bold !important;
}

.cli-bar-message{
    font-family: 'Overpass', sans-serif;
    font-weight: 300;
}

#topbar div span{
            vertical-align: middle;
}
#topbar{
    background-color: #1e1f23;
    border-color: #1e1f23;
    color:#fff;
    padding: 10px 0;
}

#header {
    background-color: #414550;
    
}

#header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    left: 0;
}
#header .nav-link {
    font-size: 18px;
    font-weight: 600;
    font-family: "Rajdhani";
    color: #fff;
    padding: 10px 15px;	text-transform: uppercase;
}


#header .nav-link:hover,
#header .nav-link:focus {
    color: #e99b21;
}


#header .nav-link.active{
    color: #e99b21;
}

#header .btn{
    padding: 15px 25px;
}#header .logo {    max-width: 300px;}
#header .logo img {    width: 100%;}

.search-btn{
    background: transparent;
    border: 0;
    margin: 0 20px;
}
#header .navbar-toggler{
    background: transparent;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}
#header .navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255  255  255  1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
 
#header-search-mobile,
#header-action-mobile{
    display: none;
}#header .navbar .btn-primary {    padding: 20px 25px;}

#searchSide {
    height: 150px;
}

#searchSide .screen-reader-text {
    display: none;
}

#searchSide input[type="text"],
#searchSide input[type="text"]:hover,
#searchSide input[type="text"]:focus {
    width: calc(100% - 210px);
    background: #fff; 
    font-size: 20px;
    vertical-align: middle;
    height: 46px;
    outline: none;
}

#searchSide input[type="submit"] {
    font-size: 20px;
    vertical-align: middle;  
}

#footer {
    color: #fff;
    background-size: cover;
    background-position: center;
}


.widget_nav_menu ul{
                   list-style: none;
    padding: 0;
    margin: 0;
}
.widget_nav_menu ul li {
    color:#fff;
    margin-bottom: 5px;
}
.widget_nav_menu ul li a{
    color:#fff;
    text-decoration: none;
    margin-bottom: 3px;
    font-weight: 300;
}
.widget_nav_menu ul li a:hover{
   /* text-decoration: underline; */
   color: #e99b21;
}
#footer .widgettitle{
    margin-bottom: 20px;
}
#footer .textwidget{

}
#footer .textwidget a{
    /*color: #fff;*/
    text-decoration: none;
}
#footer .textwidget a:hover{
    color:#e99b21;
    /*text-decoration: underline;*/
}
.copyright{
    /*background-color: #020072;*/
    color: #fff;
    font-weight: 300;
	border-top: 1px solid #292929;
}
.copyright a{
    color:#fff;
    text-decoration: none;
}
.copyright a:hover{
    color:#fff;
    text-decoration: underline;
}
.widget + .widget {
    margin-top: 20px;
}

.social-icon-link {
    color: #fff;
    border-radius: 20px;
    border: 1px solid #fff;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.2s all ease-in-out;
}
.social-icon-link:hover {
    background-color:#e99b21;
    border-color:#e99b21;
    color: #fff !important;
    text-decoration: none !important;
}

.social-icon-link i.fa-facebook {
    left: 2px;
    position: relative;
}


.home-slide{
    position: relative;
}.home-slide-inner {    padding: 100px 0;}
/*
.home-slide img{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: -1;
    width: 60%;
    object-position: center;
    object-fit: cover;
}
.home-slide-inner{
    background-image: url("../assets/slide-overlay.png.webp");
    background-size: cover;
    z-index: 1;
    position: relative;
    height: calc(100vh - 120px);
    max-height: 870px;
}*/
.home-slide-inner .content-area{
    display: flex;    flex-wrap: wrap;
    justify-content: center;
    width: 100%; 
	margin: 0;
}



.home-slide-inner .content-area .heading{
    font-size: 5rem;
    color: #e99b21;
    text-shadow: 0px 0px 1px #5d5c5c;
}
.home-slide-inner .content-area .heading span{
    color:#25487d;
}


.home-slide-inner .content-area .content{
    margin-bottom: 20px;
}
.home-slide-inner .content-area .content p{
    font-size: 24px;
}.ser-item {    background: #d9002d;    padding: 30px 25px;    color: #fff;    text-align: center;    text-transform: uppercase;	    overflow: hidden;    position: relative;	    margin: 10px;     display: flex; justify-content: space-between;     flex-flow: column;}
.ser-name {
    font-size: 22px;
    font-family: 'Saira Condensed', sans-serif;
    font-weight: 600;
} 
.ser-detail {    font-size: 16px;    opacity: 0.8;}.ser-logo {    max-width: 130px;    text-align: center;    margin: 15px auto 0;}.ser-item:after {    content: '';    position: absolute;    right: -30px;    bottom: -30px;    width: 60px;    height: 60px;    background: rgba(0,0,0,0.3);    transform: rotate(45deg);}.ser-item:before {    content: '';    position: absolute;    left: -30px;    top: -30px;    width: 60px;    height: 60px;    background: rgba(0,0,0,0.3);    transform: rotate(45deg);}


.ser-logo img {
    max-height: 35px;
}


.expertise-section .container{
    max-width: 1920px;
}

.expertise-box{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 30px;

    text-align: center;
    color: #fff;
    justify-content: center;
}

 .expertise-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.expertise-box .icon {
    width: 100px;
    height: 100px;
}
.expertise-box .icon img{
    width: 100%;
    max-width: 100px;
    max-height: 100px;
}


.expertise-box .heading{
    font-size: 30px;
}
.expertise-box .content p{
    font-size: 18px;
}

.about-block{
   /* background-image: url(../assets/about-bg.png.webp); */
    background-size: 280px;
    background-position: top left;
    padding-top: 60px;
    background-repeat: no-repeat;
    position: relative;
}
/*
.about-image{
    position: absolute;
    left: -150px;
    top: 100px;
    z-index: 1;
}*/
.about-image img{
                width: 100%;
    max-width: 650px;
}

.about-content{
    position: relative;
    z-index: 2;
}
.common-content{}
.common-content .surheading{
    font-size: 16px;
    font-weight: bold;
    color: #25487d;
    margin-bottom: 10px;
    font-family: 'Saira Condensed', sans-serif;
	    text-transform: uppercase;
}
.common-content .heading {
    font-size: 48px;
    color: #202427;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 800;
}
.common-content .heading span{
      font-size: 22px;
    font-weight: 600;
    color: #202427;
    display:block;
}
.common-content .subheading{
    font-size: 22px;
    font-weight: 500;
    color: #202427;
}

.common-content .paragraph p{
    font-size: 18px;
}

.common-content .call-cta{
    font-size: 24px;
    text-decoration: none;
    color: #202427;
    font-weight: bold;
    font-family: 'Saira Condensed', sans-serif;
}

.common-content .call-cta span {
    color: #25487d;
}


.client-logo {
    position: relative;
    background-color: #f6f9ff;
    margin-top: 50px;
    padding: 50px 0;
}
.client-logo .container{
                       max-width: 1140px;
}
 .client-logo .swiper-container {
    position: relative;
    overflow: hidden;

}


.client-logo .swiper-button-next:after,
.client-logo .swiper-button-prev:after{
    color: #727272;
    font-size: 25px;
    font-weight: bold;
    text-shadow: 2px 0px 0px #727272;
}


.client-logo .swiper-button-next:hover:after,
.client-logo .swiper-button-prev:hover:after{
    color: #25487d;
    text-shadow: 2px 0px 0px #25487d;
}
.client-logo .swiper-slide img{
    filter: grayscale(1) contrast(0);
    transition: 0.2s all ease-in-out;
}


.client-logo .swiper-slide:hover img {
    filter: grayscale(0) contrast(1);
}

 

.why-block {
    background: #e99b21;
}
.why-block-inner {
    max-width: 1920px;
    margin: 0 auto;
}
.why-block .container{
    max-width: 1440px;
}

.why-row {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
}
.why-content .common-content .heading{
    color: #fff;
}
.why-content {
    max-width: 45%;
    padding-top: 60px;
    padding-bottom: 30px;
    padding-left: 12%;
    padding-right: 5%;
    background-color: #e99b21;
    background-image: url(../assets/whychoose-bg.png.webp);
    color: #fff;
    background-position: center;
    background-size: cover;
}
.why-image{
        width: 55%;
    position: relative;
}
.why-image a:before {
    background-image: url(../assets/whychoose-play-btn.png.webp);
    display: block;
    background-position: center;
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.why-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 800px;
}

.services-block{
    padding: 100px 0;
    background-image: url("../assets/service-bg.jpg.webp");
    background-size: cover;
    background-position: center;
}

.service-box{
    margin-bottom: 20px;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 7%);
    padding: 35px;
    border-top: 2px solid #25487d;
    transition: 0.2s all ease-in-out;
    position: relative;
    background: #fff;
}
.service-box-icon{
    position: relative;
    margin-bottom: 30px;
}
.service-box-icon .service-box-icon-simple{
    opacity: 1;
}
.service-box-icon .service-box-icon-hover{
    position: absolute;
    top:0;
    left: 0;
    opacity: 0;
}

.service-box *{
    transition: 0.2s all ease-in-out;
}
.service-box:hover{
    background: #e99b21;
    border-top: 2px solid #e99b21;
    color:#fff;
}
.service-box:hover .service-box-icon .service-box-icon-simple{
    opacity: 0;
}
.service-box:hover .service-box-icon .service-box-icon-hover{
    opacity: 1;
}

.service-box .heading{
    color:#25487d;
    font-size: 26px;
}
.service-box .paragraph{
    color:#353535;
    font-size: 18px;
}

.service-box:hover .heading,
.service-box:hover .paragraph{ color:#fff;}

.service-btn {
    color: #25487d;
    font-size: 20px;
    width: 42px;
    height: 42px;
    border: 1px solid #d5d5d5;
    display: inline-block;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    background: #fff;
}

.service-btn:hover{
    color: #e99b21;
}

.counter-block{
    background-color: #25487d;
    padding: 80px 30px;
    margin-bottom: -200px;
    z-index: 1;
    position: relative;
}


.counter-box{
    color:#fff;
    text-align: center  ;
}

.counter_count {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Saira Condensed', sans-serif;
    line-height: 50px;
}

.counter-box h4 {
    font-size: 20px;
    margin-bottom: 0;
}

.project-block{
    background-color: #fff;
    background-image: url(../assets/project-bg.png.webp);
    background-position: top center;
    background-size: 100% 70%;
    padding-top: 200px;
    padding-bottom: 120px;
    background-repeat: no-repeat;

}  
.project-block .heading{
    color:#fff;
}
.project-block .paragraph p{
    color:#fff;
}
.project-slider.container{
 max-width: 1920px;
    position: relative;
}

.project-slide-container {
    margin-top: 50px;
    margin-bottom: 50px;
    overflow: hidden;
}

.project-slide img {
    width: 100%;
    height: auto;
}
.project-slide .project-slide-hover{
    opacity: 0;
    transition: 0.2s all ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-weight: bold;
    padding: 30px;
    background: #25487d;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
}
.project-slide .project-slide-hover h3{
    width: 100%;
    font-size: 2rem;
}
.project-slide:hover .project-slide-hover {
    opacity: 1;

}

.project-slide .project-slide-hover h3 a{
    color:#fff;
    text-decoration: none;
}


.project-slide .project-slide-hover h3 a:hover{
    color:#fff;
    text-decoration: none;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: -50px;
}

.swiper-pagination-bullet {
    width: 32px;
    border-radius: 0;
    background: #ffa167;
    opacity: 1;
}
.swiper-pagination-bullet-active{

    background: #25487d;
}

.get-contact-block .container{
    max-width: 1920px;
    margin: 0 auto;
}
.get-icon {
    margin-bottom: 20px;
}
.get-box {
    padding: 20px 20%;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    color: #fff;
}
.get-box h3{
           color:#fff;
    margin-bottom: 20px;
}
.quote_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.testimonial-block{
    background-color: #f6f9ff;
    padding: 100px 0;
}

.client-box {
    padding: 80px 60px 30px 60px;
    border: 1px solid #ebe4e4;
    margin-top: -25px;
    border-radius: 5px;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 7%);
}

.client-pic img {
    border: 4px solid #25487d;
}

.client-detail {
    margin-top: 24px;
}

.client-content {
    font-size: 18px;
    font-weight: 300;
}

.client-name {
    font-size: 26px;
    color: #e99b21;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
}

.client-designation {
    font-size: 16px;
    color: #e99b21;
}

.testimonial-box-container{
    overflow: hidden;
}
.banner-block{
    position: relative;
}
.banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 4;
    color: #fff;
    right: 0;
}
.banner-content h1 span{
   
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    display: block;
}
.banner-block-img:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(210,15,33,0.5) 0%, rgba(233,155,33,1) 34%, rgba(0,0,0,0) 100%);
}
.banner-block-img img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    object-position: center;
}
.inner-page-content {
    padding: 80px 15px;
}

.project-banner{
    text-align: center;
    padding-top:120px;
    padding-bottom:60px;
}

.project-title{
    border-bottom: 1px solid #25487d;
}

#sidebar-block .widgettitle,
.project-title,
.project-content h1,
.project-content h2,
.project-content h3,
.project-content h4,
.project-content h5,
.project-content h6{
    color:#e99b21;
    position: relative;
    margin-bottom: 20px;
}

#sidebar-block .widgettitle:after,
.project-title:after,
.project-content h1:after,
.project-content h2:after,
.project-content h3:after,
.project-content h4:after,
.project-content h5:after,
.project-content h6:after{
    content: '';
    background: #25487d;
    width: 100px;
    height: 3px;
    display: block;
    position: relative;
    top: 2px;

}
.information-block{
    background-color: #eee;
    padding: 16px 22px;
    color: #666;
    margin-bottom: 30px;
    border-radius: 2px;
}

.information-block ul{
    padding-left: 0;
    list-style: none;
}
.information-block ul li{    margin-bottom: 10px;
}




/*
Project Filter*/


.project-filter .filters {
    text-align: center;
    background-color: #eeeeee;
    width: 100%;
}
.project-filter .filters ul {
    padding: 0;
}
.project-filter .filters ul li {
    color:#000;
    list-style: none;
    display: inline-block;

    cursor: pointer;
    position: relative;
    transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
}
.project-filter .filters ul li:hover{
    background-color: #e99b21;
    color:#fff;
}


.project-filter .filters ul li a {
    color: #e99b21;
    padding: 17px 25px;
    text-decoration: none;
    display: inline-block;
    
}

.project-filter .filters ul li:hover a {
    color: #fff;
}


.project-filter .filters ul li.active{
    color:#fff;
    transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    background-color: #e99b21;
}
.project-filter .filters ul li.active:after {
    width: calc(100% - 60px);
}

.project-filter .filters ul li.active a{
    color:#fff;
}

.project-filter .filters ul li span{
    transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    display: block;
}


.project-filter .filters-content {
    margin-top: 50px;
    position:relative;
}
.project-filter .filters-content .show {
    opacity: 1;
    visibility: visible;
    transition: all 350ms;
}
.project-filter .filters-content .hide {
    opacity: 0;
    visibility: hidden;
    transition: all 350ms;
}
.project-filter .filters-content .item {
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
}
.project-filter .filters-content .item .p-inner {
    padding: 20px 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.project-filter .filters-content .item .p-inner h5 {
    font-size: 15px;
}
.project-filter .filters-content .item .p-inner .cat {
    font-size: 13px;
}
.project-filter .filters-content .item img {
    width: 100%;
}
.nav-pills .nav-link {
    background: #e99b21; 
    color: #fff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #25487d;
}

.wpcf7-submit{
    border: 0;
    background: #000;
    color: #fff;
    display:block;
    font-weight: bold;
    text-transform: uppercase;
    padding: 16px 30px;
}

.form-control {
    padding: 9px 20px;
}

.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
    position: absolute;
    left: 0px;
    top: 3px;
    width: 16px;
    height: 16px;
}


/* 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;
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7-checkbox .wpcf7-list-item {
    position: relative
}

.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
    position: absolute;
    left: 0px;
    top: 3px;
    width: 16px;
    height: 16px;
}

.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    padding-left: 30px;
    display: block;
}

.wpcf7-spinner {
    position: absolute;
    top: 10px;
    right: 0;
}


.wpcf7 form .wpcf7-response-output {
    display: inline-block;
    border-radius: 20px;
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450; /* Green */
    color: #fff;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    background-color: #dc3232; /* Red */
    color: #fff;
}

.wpcf7 form.spam .wpcf7-response-output {
    background-color: #f56e28; /* Orange */
    color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    background-color: #ffb900; /* Yellow */
    color: #222;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    text-align: left;
    display: block;
    font-size: 14px;
    margin-left: 24px;
}

.navigation {
    margin-top: 30px;
}
.navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.navigation ul li {
    display: inline-block;
    margin-right: 10px;
}
.navigation ul li:last-child{
    margin-right: 0;
}

.navigation ul li a {
    font-size: 15px;
    background: #fff;
    padding: 5px 14px;
    color: #000;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    line-height: 26px;
    border: 1px solid #d7d7d7;
}
.navigation ul li.active a {
    background: #e99b21;
    color: #fff;
}




/****************************************************************************************************************************/


*:focus, a:focus {
    outline: none;
}



.sec-space {
    padding: 80px 0;
}


#header-action .btn-primary:hover {
    background: #000;
	border-color: #fff;
}


.custom-btn{
	padding: 10px 20px;
	text-transform: uppercase;
	text-decoration: none;
    display: inline-block;
	margin-top: 10px;
	transition: all .5s ease-in-out;
	font-family: 'Saira Condensed', sans-serif;
}

.border-btn {
    border: 2px solid #fcb827;
    color: #fff;
}


.border-btn:hover {
    background: #fcb827;
	color: #fff;
}

.gray-btn {
    background: #202427;
    color: #fff;
}

.gray-btn:hover {
    background: #e99b21;
    color: #000;
}

.custom-btn span {
    font-family: fangsong;
    font-weight: 600;
    margin-left: 5px;
}

.heading {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px !important;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #202427;
}

.heading:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 4px;
    background: #e99b21;
}

.common-content .surheading {
    font-size: 20px;
    font-weight: 600;
    color: #000e29;
    margin-bottom: 10px;
    font-family: 'Saira Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.satellite-inst {
    background-size: 95%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px;
	position: relative;
	min-height: 500px;
}

.satellite-inst .container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.satellite-inst .bg-img{
	width: 100%;
}


.satellite-content {
    color: #fff;
    background: rgba(0,0,0,0.9);
    padding: 40px;
}


.satellite-content h2 {
    text-transform: uppercase;
}

  .contact-sec{
    background-position: center;
	    background-size: cover
	}

.contact-sec h2{
    font-size: 60px;
    font-weight: 500;
}

.contact-content p {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}

.contact-sec textarea {
    height: 150px;
}


.social-link{    display: flex;    justify-content: center;}.social-link a.nav-link {    background: #484848;    width: 30px;    height: 30px;    border-radius: 50%;    display: flex;    align-items: center;    box-sizing: border-box;    justify-content: center;}.our-work {background: #000e29;}.work-item {    padding: 15px 0;    display: flex;    flex-wrap: wrap;}.our-work h2 {    color: #fff;}.work-item a {    display: flex;    position: relative;    overflow: hidden;}.cosmetic-services .service-image {    background-size: cover;    background-position: center 0;    transition: all .3s ease 0s;}.cosmetic-services .item .image-holder:before {    content: "";    width: 100%;    height: 50%;    background: rgba(233,155,33,.5);    position: absolute;    top: 0;    left: 0;    z-index: 1;    transform-origin: 100% 0;    transform: rotateZ(90deg);    transition: all .3s ease 0s;}.cosmetic-services .item .image-holder:after {    content: "";    width: 100%;    height: 50%;    background: rgba(233,155,33,.5);    position: absolute;    bottom: 0;    left: 0;    z-index: 1;    transform-origin: 0 100%;    transform: rotateZ(90deg);    transition: all .3s ease 0s;}.cosmetic-services .item:hover .image-holder:after, .cosmetic-services .item:hover .image-holder:before {    transform: rotateZ(0);}.cosmetic-services .item:hover .service-image {    filter: sepia(80%);    transform: scale(1.3) rotate(10deg);}.cosmetic-services .item .image-holder img {    transition: all .5s ease-in-out;}.cosmetic-services .item:hover .image-holder img {    transform: scale(1.2);}

.cosmetic-services .item .image-holder img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.cosmetic-services .item picture{
   width: 100%;	
}

.work-item {
    width: 100%;
}

.work-item a {
    width: 100%;
}

.footer .heading {
    color: #fff;
}


#menu-useful-links li {
    padding-left: 20px;
    position: relative;
    background-image: url(../assets/img/arrow.png);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: top 5px left;
}

#menu-useful-links li a{	
	color:#9d9d9d;
	font-size: 18px;
}

#menu-useful-links li a:hover{	
	color:#e99b21;
}



.address-box{
  	padding:0;
	list-style: none;
}


.address-box li {
    margin-bottom: 15px;
    font-size: 16px;
	padding-left: 25px;
	background-size: 15px;
	color: #9d9d9d;
}
.address-box li a{
	color: #9d9d9d;
}
.address-bar{
	background-image: url(../assets/img/location-icon.png);
	background-repeat: no-repeat;
	background-position: top 5px left;
}

.phone-bar{
	background-image: url(../assets/img/phone-icon.png);
	background-repeat: no-repeat;
	background-position: top 5px left;
}

.mail-bar{
	background-image: url(../assets/img/email-icon.png);
	background-repeat: no-repeat;
	background-position: top 5px left;
} 


.social-link-footer {
    padding-left: 0;
    list-style: none;
    display: flex;
}
.social-link-footer li {
    padding-right: 10px;
}

.social-link-footer li a {
    padding: 0;
    margin: 0 !important;
    background: #484848;
    border: 0;
}

#footer p{
	    color: #9d9d9d;

}


input:focus, textarea:focus{
    outline: 0 !important;
    box-shadow: none !important;
	border-color: transparent !important;
}

.contact-details {
    display: flex;
    margin-bottom: 25px;
}

.contact-details img {
    width: 60px;
    height: 60px;
} 



.contact-details .cont-info {
    padding-left: 15px;
}


.information-block {
    background-color: rgba(233, 155, 31, 0.3);
    padding: 16px 22px;
    color: #666;
    margin-bottom: 30px;
    border-radius: 2px;
}


.information-block ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.information-block ul li:before {
    content: '\f00c';
    position: absolute;
    font-family: 'FontAwesome';
    color: #e99b21;
    left: 0;
    top: -1px;
    font-size: 15px;
    /* font-weight: 300; */
}


.gallery-image-ser ul {
    /* width: 33%; */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.gallery-image-ser li {
    padding: 5px;
    display: flex;
    width: 25%;
}

.gallery-image-ser li picture {
    display: flex;
    margin: 0;
    padding: 0;
    height: 100%;
}

.map-sec iframe {
    width: 100%;
    display: block;
}

.tobpar-item a {
    color: #fff;
    text-decoration: none;
    display: block;
}
.tobpar-item a:hover {
    color: #e99b21;
}

.tobpar-item.social-link a.nav-link:hover{
	 background: #e99b21;
}

.gallery-image-ser .img-fluid {
    max-height: 300px;
    width: 100%;
    object-fit: cover;
	object-position: center;
}

.gallery-image-ser a {
    width: 100%;
}

.gallery-image-ser li picture {
    width: 100%;
}