/********** Template CSS **********/
:root {
    --primary: #030f27;
    --light: #F8F8F8;
    --dark: #252525;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
	background-color:#b6e30c;
}
 
.whtsapp {
    position: fixed;
   
    right: 20px;
    bottom: 90px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #fff;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: #fff;
    border-color: #fff;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}

.btn-outline-bodyround {
    color: var(--primary);
    border-color: #777777;
	border-radius:20px;
	margin-left:30px;
	 
}
.btn-outline-bodyround:hover {
      
	 
}
.btn-outline-body1 {
    color: #fff;
    border-color: #fff;
	    background: var(--primary);

}

.btn-outline-body1:hover {
    color: #FFFFFF;
    background: #000;
    border-color: var(--primary);
}

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: "Open Sans",sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 30px 0;
    color: var(--dark);
	
	
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}
.navbar-brand  {
    color: #030f27;
	background-color:#fff;
 	
 	position:absolute;
 
}

 

.navbar-dark .navbar-brand h1 {
    color: #fff;
	padding-left:20px; 
	padding-right:30px;
	font-size:80px;
 	 

}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
		
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 0px solid rgba(256, 256, 256, .1);
        z-index: 999;
			line-height:0.5;

    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
		
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
	
}
/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 350px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
    }
	.justify-content-start{justify-content:flex-start; margin-top:0px !important}
	.display-1{font-size:2rem}
	
}

 

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
 

}
.page-header1 {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(../img/enquirybg.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
.page-header2 {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(../img/contacttest.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
.page-header3 {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(../img/qualitybg.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
.page-header4 {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(../img/missionimg.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
.page-header5 {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(../img/infraimg.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
.page-header6 {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/aboutimg.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
.page-header7 {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(../img/granitebg.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
.page-header8 {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(../img/granitebg2.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
.page-header9 {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/marblebg.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
.page-header10 {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/disclaimer.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
.page-header11 {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/careerbg.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
.page-header12 {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/newsbg.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
.page-header13 {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/certificationbg.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
.page-header14 {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/mgfbg.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
.page-header15 {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/tipperbg.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
.page-header16 {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/governingbody.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
.page-header17 {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/management.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
.page-header18 {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/affidavit.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
.page-header19 {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/application.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
.page-header20 {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/facilitbg1.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
.page-header21 {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/facilitbg2.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
.page-header22 {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/facilitbg3.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
.page-header23 {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/facilitbg4.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
.page-header24 {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/facilitbg5.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
.page-header25 {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/facilitbg6.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
.page-header26 {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/facilitbg7.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
.page-header27 {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/facilitbg8.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
 .page-header28 {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/facilitbg9.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
 .page-header29 {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/facilitbg10.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
 .page-header30 {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/facilitbg11.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
 .page-header31 {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/feebg.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
 .page-header32 {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/rulesbg.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
 .page-header33 {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/message.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
 .page-header34 {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/messagebg.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
 .page-header35 {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/missionbg.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
 .page-header36 {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/aboutbg.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
 .page-header37{
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/staffbg.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
 .page-header38{
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/eventbg.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
 .page-header39{
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/gallerybg.jpg) center center no-repeat;
    background-size: cover;
	height:400px;
	  box-shadow: 5px 10px #888888;

}
.br
eadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
}





/****facts***/




/* CSS Document */

/*******************************/
/********** Fact CSS ***********/
/*******************************/
.fact1 {
    position: relative;
    width: 100%;
    padding: 5px 0;
}

.fact1 .col-6 {
    display: flex;
    align-items: flex-start;
}

.fact1 .fact1-icon {
    position: relative;
    margin: 7px 15px 0 15px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fact1 .fact1-icon [class^="flaticon-"]::before {
    margin: 0;
    font-size: 60px;
    line-height: 60px;
    background-image: linear-gradient(#ffffff, #b6e30c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fact1 .fact1-right .fact1-icon [class^="flaticon-"]::before {
    background-image: linear-gradient(#ffffff, #030f27);
}

.fact1 .fact1-left,
.fact1 .fact1-right {
    padding-top: 60px;
    padding-bottom: 60px;
}

.fact1 .fact1-text h2 {
    font-size: 35px;
    font-weight: 700;
}

.fact1 .fact1-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.fact1 .fact1-left {
    color: #b6e30c;
    background: #030f27;
}

.fact1 .fact1-right {
    color: #030f27;
    background: #b6e30c;
}

.fact1 .fact1-left h2 {
    color: #b6e30c;
}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -20px;
        z-index: 1;
		margin-left:0px ;
    }
}
/*** Facts ***/
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #a1c2eb;
    border-radius: 120px;
    transition: .5s;
}

.fact-item:hover .fact-icon {
    background: var(--dark);
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}


/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}


/*** Service ***/
.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.service-item .service-text {
    background: var(--light);
    transition: .5s;
	color:#fff;

}

.service-item:hover .service-text {
color:#fff;
 }

.service-item * {
    transition: .5;
}

.service-item:hover * {
    color: #fff;
}

.service-item .btn {
    width: 105px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: #000;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
	margin-bottom:30px;
		color:#FFFFFF;

}

.service-item:hover .btn {
    width: 110px;
	background-color:#030f27;
	color:#FFFFFF;
}

.service-item h3 { 
	color:#FFFFFF;
}
/*** Project ***/
.project .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.project .nav .nav-link.active {
    background: var(--primary);
}

.project .nav .nav-link.active h3 {
    color: #FFFFFF !important;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 2px;
    color: var(--primary);
    background: var(--light);
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #b6e30c;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: #777777;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: #b6e30c;
}

@media (max-width: 576px) {
 
	.navbar-brandimg{
   width:53px;
   height:53px;
   margin-left:-103px;
       
	}
 



}


/*-- Pricing table  --*/

.ts-pricing-box {
    margin: 20px 0;
    padding: 0;
    text-align: center;
    background: #f9f9f9;
}

.ts-pricing-header {
    background: #252525;
    color: #fff;
    position: relative;
    padding: 30px 20px;
}


.ts-pricing-name {
    font-size: 15px;
    line-height: normal;
    margin: 0 0 5px 0;
    color: #fff;
}

.ts-pricing-price {
    font-size: 44px;
    color: #fff;
    margin: 15px 0 0;
    display: inline-block;
}

.ts-pricing-price>small {
    font-size: 15px;
    line-height: 16px;
    display: block;
    margin-top: 15px;
    color: #fff;
}

.ts-pricing-features {
    padding: 15px 0;
}

.ts-pricing-features>ul>li {
    padding: 20px 0;
    border-top: 1px dotted #e5e5e5;
}

.ts-pricing-features>ul>li:first-child {
    border-top: 0;
}

.ts-pricing-features>ul {
    padding: 0 20px;
}

.plan-action {
    padding-bottom: 40px;
}


/* Pricing featured */

.ts-pricing-box.ts-pricing-featured .ts-pricing-header {
    background: #030f27;
}


 
 
 /* Gallery start */

.single-service-area {
  position: relative;
  z-index: 1;
  background-color: #b6e30c;
  box-shadow: 0 2px 24px 5px rgba(20, 20, 20, 0.08);
  border-radius: 3px;
  margin-bottom:30px;
}
  .single-service-area .service-title {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: 100%;
    background-color: rgba(42, 48, 59, 0.5);
    bottom: 0;
    left: 0;
    height: 80px;
    text-align: center; }
    .single-service-area .service-title h5 {
      margin-bottom: 0;
      font-size: 22px;
      color: #ffffff; }
  .single-service-area:hover .service-title, .single-service-area:focus .service-title {
    background-color: #2a303b; }

.roberto-service-area {
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .roberto-service-area .service-content {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 70px; } }

.single-service--area {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 0 2px 14px 5px rgba(20, 20, 20, 0.05);
  border-radius: 3px;
  padding: 30px;
  text-align: center; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-service--area {
      padding: 20px; } }
  @media only screen and (max-width: 767px) {
    .single-service--area {
      padding: 20px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
      flex: 0 0 45%;
      max-width: 45%;
      width: 45%;
      margin-bottom: 30px; } }
  .single-service--area img {
    margin-bottom: 20px;
    display: inline-block;
    max-height: 40px; }
    @media only screen and (max-width: 767px) {
      .single-service--area img {
        max-height: 30px; } }
  .single-service--area h5 {
    margin-bottom: 0;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-service--area h5 {
        font-size: 16px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-service--area h5 {
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .single-service--area h5 {
        font-size: 14px; } }
  .single-service--area:hover h5, .single-service--area:focus h5 {
    color: #ffb600; }
	
	
	
	
	.grid figure {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  background: #3085a3;
  text-align: center;
  width: 100%;
  height: 100%;
}

.grid figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-oscar {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

figure.effect-oscar img {
  display: block;
  width: 100%;
  opacity: 1;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-oscar figcaption {
  padding: 2.5em;
  background-color: rgba(0, 0, 0, 0.1);
  transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
  position: absolute;
  top: 0px;
  right: 30px;
  bottom: 0px;
  left: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
}

figure.effect-oscar h3 {
  font-size: 18px;
  color: #fff;
  opacity: 0;
  margin: 2% 0 10px 0;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

figure.effect-oscar a {
  color: #fff;
  font-size: 18px;
  margin: 10px 5px 0;
  display: inline-block;
  z-index: 1;
  position: relative;
  transition: all 0.35s;
}

figure.effect-oscar a.link i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar a {
  opacity: 0;
  transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s, transform 0.35s;
  transition: all 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

figure.effect-oscar:hover h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover h3,
figure.effect-oscar:hover a {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-oscar:hover figcaption {
  background-color: rgba(0, 0, 0, 0.5);
}

figure.effect-oscar:hover img {
  opacity: 0.4;
}

/* Portfolio box */
.portfolio-box {
  padding-bottom: 80px;
}

.portfolio-box .isotope-nav {
  margin: 0 auto 60px;
  float: none;
}

/* Portfolio details */
.portfolio-static-item {
  padding-bottom: 20px;
}

.portfolio-static-item figure.effect-oscar a {
  margin-top: 70px;
}

.portfolio-static-desc h3 {
  font-size: 22px;
  margin: 0px 0 0px 0;
  padding-top:5px;
  padding-bottom:0px;
  text-align:center;
  
}

.portfolio-static-desc a {
  color: #6A6A6A;
}

/* Portfolio details */
.portfolio-desc h3 {
  margin-top: 0;
}

.portfolio-desc .project-btn {
  margin-top: 20px;
  padding: 8px 25px;
  
  }
  
  /* Gallery end */
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: url("../img/testimonials-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 80px 0 60px 0;
  position: relative;
}

.counts::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.counts .title {
  position: relative;
  color: #fff;
  margin-bottom: 40px;
}

.counts .title h1 {
  font-size: 46px;
  font-weight: 700;
  color:#FFFFFF;
}

.counts .counters span {
  font-size: 48px;
  display: block;
  color: #030f27;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
   font-size: 16px;
  color: #fff;
}  
  /*# sourceMappingURL=style.css.map */
 .roberto-product-area {
  position: relative;
  z-index: 1;
  text-align:center;
  background-color:#eee;}
  
  .promobilehide{
  
width:100%;padding-right:var(--bs-gutter-x, .75rem);padding-left:var(--bs-gutter-x, .75rem);margin-right:auto;margin-left:auto; margin-top:0px;
  
  }
 
 
 @media (max-width: 768px){
 
  .promobilehide{
  margin-top:-630px;
  position:relative;
  z-index:10;
  
  
  
  }
 
 }
   #customers {
  
  border-collapse: collapse;
  width: 100%;
  overflow-x:auto;
  font-size:14px;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}
.instaicon{
margin-top:45px

}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}