<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--Start GPS service-box1 And  service-box2*/

.demo {
    padding: 20px 0 30px;
    background: #fff;
}
.service-box1 {

    padding: 20px 0 30px;
    background: #fff;

}
.service-box2 {

    padding: 20px 0 30px;
    background: #fff;

}
.serviceBox{ text-align: center; }
.serviceBox .service-icon{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 80px;
    position: relative;
}
.serviceBox .service-icon:before{
    content: "";
    background: #0fb513;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
}
.serviceBox .service-icon:after{
    content: "";
    width: 4px;
    height: 0;
    background: #0fb513;
    margin: 0 auto;
    position: absolute;
    bottom: -55px;
    left: 0;
    right: 0;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon:after{ height: 45px; }
.serviceBox .service-icon i{
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    line-height: 80px;
    background: #fff;
    box-shadow: -5px 5px 5px rgba(0,0,0,0.5);
    font-size: 35px;
    color: #0fb513;
    position: absolute;
    top: 0;
    left: 0;
}
.serviceBox .title{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    position: relative;
}
.serviceBox .title:before{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    padding: 5px;
    margin: 0 auto;
    border: 5px solid #0fb513;
    box-shadow: -3px 3px 3px rgba(0,0,0,0.5);
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
}
.serviceBox .description{
    font-size: 15px;
    color: #6f6f6f;
    letter-spacing: 1px;
    line-height: 27px;
    margin: 0;
}
.serviceBox.pink .service-icon i{ color: #d41271; }
.serviceBox.yellow .service-icon i{ color: #fba21a; }
.serviceBox.blue .service-icon i{ color: #05b4b7; }
.serviceBox.pink .service-icon:before,
.serviceBox.pink .service-icon:after{ background: #d41271; }
.serviceBox.yellow .service-icon:before,
.serviceBox.yellow .service-icon:after{ background: #fba21a; }
.serviceBox.blue .service-icon:before,
.serviceBox.blue .service-icon:after{ background: #05b4b7; }
.serviceBox.pink .title:before{ border: 5px solid #d41271; }
.serviceBox.yellow .title:before{ border: 5px solid #fba21a; }
.serviceBox.blue .title:before{ border: 5px solid #05b4b7; }
@media only screen and (max-width:990px){
    .serviceBox{ margin-bottom: 30px; }
}

/*--End GPS service-box1 And  service-box2*/


.text_center
{ 
   text-align: justify;
}
 
 
 
/*--Start GPS About1*/


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



/*--/introduction--*/

.intro {
    width: 64%;
}

h3.main {
    font-size: 1.7em;
    line-height: 1.5em;
}

h3.main mark {
    padding: 0.4em 0.4em;
    background-color: #ccffe4;
}

.about-in-w3ls .card {
    padding: 3em 0.5em;
    border: 1px solid transparent;
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    -ms-transition: box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    background: transparent;
}

.about-in-w3ls .card:hover {
    background: #fff;
    -webkit-box-shadow: 0px 0px 18.69px 2.31px rgba(204, 204, 223, 0.5);
    -moz-box-shadow: 0px 0px 18.69px 2.31px rgba(204, 204, 223, 0.5);
    box-shadow: 0px 0px 18.69px 2.31px rgba(204, 204, 223, 0.5);
}

.about-in-w3ls p.card-text {
    line-height: 2em;
}

.about-in-w3ls .card i {
    font-size: 2em;
    color: #ec1c24;
}
.about-in-w3ls:hover .card i {
    color: #0ebeff;
}
.about-in-w3ls .card h5.card-title {
    font-size: 1.2em;
}

.about-right h3.ttile{
    font-size: 1.4em;
    line-height: 1.3em;
    color:#272727;
        
}

h3.tittle1 {
    color: #272727;
    text-shadow: 2px 4px 5px rgba(21, 20, 20, 0.22);
       font-size: 3em;
       font-weight: 700;
}

h4.sub-tittle {
    margin: 1.2em 0 0 0;
    font-size: 15px;
    color: #0ebeff;
    text-transform: uppercase;
}

ul.author li {
    list-style: none;
    margin: 0 2em 0 0em;
}

ul.author li img {
    border-radius: 50%;
    -weblit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 4px solid #ddd;
}

ul.author li {
    color: #888;
    font-size: 0.8em;
    letter-spacing: 1px;
}

ul.author li span {
    display: block;
    font-weight: 600;
    color: #37393c;
    font-size: 1.3em;
}

.about-right {
    padding-left: 3em;
}

/*--//introduction--*/
/*--End GPS About1*/

/* Start ToTop*/
/* bottom-to-top */

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 3%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 36px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-top.png) no-repeat 0px 0px;
}
#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/* //bottom-to-top */
/* //End ToTop*/





/* Start GPS About*/

/* button effect */
a.button {
    background: #ffc168;
    padding: 12px 28px;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    outline: none;
    border-radius: 100px;
    display: inline-block;
}

a.button:hover {
    background: #ff4f81;
}
/* heading title */
h3.tittle {
    color: #ffc168;
    text-shadow: 2px 4px 5px rgba(21, 20, 20, 0.22);
    font-size: 40px;
    letter-spacing: 1px;
}

.title-icon i {
    color: #000;
    font-size: 25px;
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
}

.title-icon {
    border-bottom: 2px solid #000;
    max-width: 200px;
    margin: 1em auto 1.5em;
    position: relative;
}

p.sub-tittle {
    max-width: 700px;
    margin: 0 auto;
}

/* //heading title */
/* about */
.title-icon2 {
    max-width: 160px;
    margin: 1em 1em 1.5em;
}

.title-icon2 i {
    left: 68px;
}

h3.aboutright {
    color: #ff4f81;
    line-height: 1.4;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 1px;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.28);
}

h4.aboutright {
    margin: 1.5em 0;
    font-style: italic;
    font-family: initial;
    font-size: 16px;
    color: #383838;
}

/* //about */

/* responsive */


@media(max-width: 1080px) {
 a.button {
        padding: 11px 28px;
        font-size: 16px;
    }


 h3.tittle {
        font-size: 34px;
    }

    h3.aboutright {
        font-size: 26px;
    }
}

@media(max-width: 991px) {

.about-img {
        order: 2;
    }

    .about-w3ls-mk {
        order: 1;
    }
}

@media(max-width: 736px) {

 a.button {
        padding: 10px 26px;
        font-size: 16px;
    }

    h3.tittle {
        font-size: 32px;
    }

h3.aboutright {
        font-size: 24px;
    }
}


@media(max-width: 440px) {
    a.button {
        padding: 9px 21px;
        font-size: 15px;
    }

    h3.tittle {
        font-size: 28px;
    }
}
@media(max-width: 414px) {

 h3.aboutright {
        font-size: 22px;
    }
}

@media(max-width: 320px) {

 a.button {
        padding: 8px 18px;
        font-size: 14px;
    }

 h3.aboutright {
        font-size: 20px;
    }

    h4.aboutright {
        margin: 1em 0;
    }

    .about-img {
        margin-top: 1em;
    }

}

/* //responsive */

/* //End GPS About*/

/* Start GPS Grid Box */
.about{
	padding:5em 0;
} 
div#contact {
    padding: 5em 0 0 0;
}
.w3-head-all h3{
	font-size: 4em;
    color: #00bce4;
    font-weight: 800;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
		
}

.about .grid {
    text-align: center;
    padding: 0 40px;
}
.about .grid i.fa {
    font-size: 50px;
    color: #d0d0d0;
    color: #FF9800;
    margin-bottom: 20px;
}
.about i.fa.fa-pencil, .services i.fa.fa-pencil {
    color: #E91E63;
}
.about i.fa.fa-book, .services i.fa.fa-book {
    color: #2196F3;
}
.about i.fa.fa-flask, .services i.fa.fa-flask {
    color: #2d9e32;
}
.about .grid h3{
    font-size: 17px;
    color: #999;
    color: #1f6282;
    line-height: 28px;
    font-weight: 400;
    text-transform: capitalize;
}
.about-head h3 {
    font-size: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #000;
}
.bottomgridtext h3 {
    color: #fff;
    margin: 50px 0 0px 0;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 23px;
}
.bottomgridtext p {
    color: #dedede;
    line-height: 26px;
    font-size: 15px;
    letter-spacing: 1px;
	font-weight:100;
	text-align:justify;
}
.bottomgridtext{
    padding-left: 40px;
    padding-right: 100px;
    background:#fb213a;
    background: #fb213a;
    padding-bottom: 43px;
}
.readmore-w3 a {
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    padding: 8px 0px;
    margin: 2.5em 0 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Poppins', sans-serif;
}
.readmore-w3 i.fa.fa-long-arrow-right {
    padding-left: 15px;
}
.bottomgridimg {
    padding: 0;
}
.bottomleft {
    padding-left: 60px;
    padding-right: 50px;
    background: #eaeaea;
    background: #1e2938;
    background: #03A9F4;
    padding-bottom:  96px;
}
.bottomgridimg img {
    width: 100%;
}
/* modal */
.agileits-w3layouts-info p {
    color: #999;
    font-size: 14px;
    line-height: 24px;
	margin-top:20px;
}
.modal-title {
    text-align: center;
    font-size: 30px;
    color: #000;
  
}
.modal-content{
	border-radius:0px;
}
.agileits-w3layouts-info img {
    width: 100%;
}
/* //modal */

/* //about */

@media(max-width:1080px){
.bottomgridtext {
    padding-bottom: 25px;
}
.bottomleft {
    padding-bottom: 52px;
}

	.agileits_w3layouts_about_right p:after {
    top: 81%;
	}
}
@media(max-width:1024px){

	.bottomgridtext {
    padding-bottom: 25px;
	}
	
}
@media(max-width:991px){

	.bottomgridtext {
    padding: 4em;
	}
	.bottomgridtext h3 {
    margin: 0; 
	}
	.col-md-6.bottomgridimg {
    width: 70%;
    margin: 4em auto;
	}
	.about-bottom-grid2 {
	margin: 4em auto 0;
	}
	
	.agileits_w3layouts_about_right {
    width: 33.33%;
    float: left;
	}
	
	.about,  {
    padding: 4em 0;
	}
}
@media(max-width:800px){


.agileits_w3layouts_about_right {
    width: 50%;
    float: left;
}
.agileits_w3layouts_about_right p:after {
    top: 57%;
}
.col-md-6.bottomgridimg {
    width: 70%;
    margin: 2em auto;
	}
	.agileits_w3layouts_about_right p:after {
    top: 78%;
	}

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

	.agileits_w3layouts_about_right p:after {
    top: 81%;
	}

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

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

	.agileits_w3layouts_about_right p:after {
     top: 81%;
	}
}
@media(max-width:640px){
.agileits_w3layouts_about_right p:after {
    top: 83%;
}
}
@media(max-width:600px){
	.agileits_w3layouts_about_right p:after {
    top: 83%;
	}
}
@media(max-width:568px){
.about {
    padding: 3em 0;
	}
	.col-md-6.bottomgridimg {
    width: 70%;
    margin: 2em auto;
	}
	
	.agileits_w3layouts_about_right p:after {
    top: 86%;
	}
}
@media(max-width:480px){
.about {
    padding: 2em 0;
	}
	
	.agileits_w3layouts_about_right {
    width: 100%;
    float: none;
	}
	.agileits_w3layouts_about_right p:after {
    top: 50%;
	}
	.agileits_w3layouts_about_right p:after {
    top: 74%;
	}
}
@media(max-width:414px){
	.agileits_w3layouts_about_right p:after {
    top: 55%;
	}
	.agileits_w3layouts_about_right p:after {
    top: 59%;
	}
	.agileits_w3layouts_about_right p:after {
    top: 55%;
	}
	.agileits_w3layouts_about_right p:after {
    top: 78%;
	}
	}
@media(max-width:384px){
.agileits_w3layouts_about_right p:after {
    top: 81%;
}
}
@media(max-width:375px){
.agileits_w3layouts_about_right p:after {
    top: 81%;
}
}
@media(max-width:320px){
.bottomgridtext h3 {
    font-size: 19px;
	}
	.agileits_w3layouts_about_right p:after {
    top: 83%;
}
	.bottomgridtext h3 {
    font-size: 18px;
	}
	.agileits_w3layouts_about_right p:after {
    top: 82%;
	}
	.agileits_w3layouts_about_right p {
    padding: 1.3em;
	}
	
}
/*-- /responsive design --*/

/* End GPS Grid Box */</pre></body></html>