<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0;
    padding: 0;
}
body{
    color: #18415c;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}
a,a:hover{
    text-decoration: none;
    outline: none;
}
.banner{
    background: url("../images/banner-bg.jpg") no-repeat;
    background-size: cover;
    min-height: auto;
    position: relative;
    width: 100%;
    z-index: 1;
}


/*custom css*/

.ball-logo{margin: 0;position: absolute;top: 20%;left: 50%;transform: translate(-20%, -50%);-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);}
.logo{
    margin: 0;
    position: absolute;
    top: 50%;left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.banner-content{
    position: relative;
    padding: 0;
    width: 100%;
    margin-top: -50px;
}
.heading{
    font-size: 48px;
    font-weight: 300;
    color: #18415c;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase;
}
.banner-desc{
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    text-align: center;
    width: 51%;
    margin: 30px auto 30px;
}
section:after{
    /* content: ""; */
    display: block;
    clear: both;
}

/*events section*/
.events{
    position: relative;
    padding: 70px 0 40px;
}
.content-heading{
    font-size: 36px;
    color: #18415c;
    text-align: center;
    text-transform: uppercase;
    font-weight:normal;
    font-family: 'Oswald', sans-serif;
    padding: 50px 0px 30px;
    margin: 0;
}
.events-desc{
     font-family: 'Lato', sans-serif;
     font-size: 14px;
     text-align: center;
     padding: 30px 29px 20px;
}
.top-events{
    font-size: 110px;
    color: #18415c;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
    margin: 0;
    position: relative;
    bottom: -6px;
}
.top{color: #ef210f;text-shadow: 0px 4px #d4dbe0;}
.t-events{
    
text-shadow: 0px 4px #d4dbe0;
}

/*company-brands*/

.company-brands{
    position: relative;
    padding: 40px 0 20px;
    width: 100%;
    background: #fff;
}
.brand-heading{
    font-size: 20px;
    text-align: center;
    font-style: normal;
    padding: 0 19%;
    margin: 0;
}
.star-hr{
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.star-hr :nth-child(1){
    position: absolute;
    height: 1px;
    width: 9%;
    background: #e1e1e1;
    top: 12px;
    left: 39%;
}
.star-hr :nth-child(3){position: absolute;height: 1px;width: 9%;background: #e1e1e1;top: 12px;right: 39%;}
.brands{
    padding-top: 20px;
}

/*parallax*/

.parallax{
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 250px;
}
.parallax-bg{
    position: absolute;
    top: 0;
    background: url(../images/parallax.bg.jpg) no-repeat  center;
    background-size: cover;
    height:150%;
    width: 100%;
    background-attachment: fixed;
    border-top: 3px solid rgba(8, 8, 8, 0.37);
}
.parallax-bg1 {
    position: absolute;
    top: 0;
    background: url(../images/parallax-bg.jpg) no-repeat center;
    background-size: cover;
    height: 150%;
    width: 100%;
    background-attachment: fixed;
    border-top: 3px solid rgba(8, 8, 8, 0.37);
}
/*.parallax-bg-btn{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.parallax-bg-btn a{
  background: #c41b19;
  color: #fff;
  text-decoration: none;
  padding: 8px 50px;
  font-size: 18px;
  -webkit-transition: all 0.4s cubic-bezier(0.94, -0.01, 0.14, 1.01);
  -moz-transition: all 0.4s cubic-bezier(0.94, -0.01, 0.14, 1.01);
  transition: all 0.4s cubic-bezier(0.94, -0.01, 0.14, 1.01);
}
.parallax-bg-btn a:hover{
  background: transparent;
  padding: 12px 60px;
  border: 2px solid #ccc;
}*/


.button {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #c41b19;
  color: #fff;
  width: 10em;
  height: 2em;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  cursor: pointer;
  line-height: 2em;
  text-align: center;
  font-size: 1.6em;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}
.button .line {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  width: 0%;
  height: 0.2em;
  /* background: #1BC2C2; */
  top: 1.8em;
  overflow: hidden;
  left: -1px;
  display: block;
  z-index: 10;
}
.button:after {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #18415c;
  color: #fff;
  height: 100%;
  width: 101%;
  content: "See Gallery";
  position: absolute;
  margin: auto;
  line-height: 2em;
  text-align: center;
  top: -110%;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  left: -1px;
}
.button:hover:after {
  top: -1px;
}
.button:hover .line {
  width: 101%;
  background: #337ab7;
}
.button:active:after {
  top: -1px;
  background: #385b73;
  content: "See Gallery";
}



/*expanse-client-served*/
.expanse-client-served{
    position: relative;
    width: 100%;
    padding-bottom: 50px;
    border-top: 4px solid #e5e5e5;
}
.counter-no{
     font-size: 30px;
    color: #ef210f;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
}
.players-engaged{
     font-size: 14px;
     text-align: center;
     text-transform: uppercase;
     font-weight: normal;
     font-family: 'Oswald', sans-serif;
     margin: 0;
}

.counter-hr{
    border-color: #cdd5da;
    width: 90%;
    margin-left: 5%;
    margin: 10px auto;
}

.mt50{
    margin-top: 50px;
}
/*red strip*/
.red-strip{
    background: #ed0f07;
    height: 20px;
    width: 100%;
    border-top: 3px solid rgba(8, 8, 8, 0.37);
}

.client-logo{
    position: relative;
    width: 100%;
    background: #fff;
}

/*testmonial*/
.testimonial{
    position: relative;
    width: 100%;
}
.testimonial-bg{
    background: url("../images/testimonial-bg1.jpg") no-repeat center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    padding: 40px 0;
    border-top: 3px solid rgba(0, 0, 0, 0.8);
}
.testimonial-heading{
    font-size: 36px;
    color: #fff;
    text-align: center;
     text-transform: uppercase;
     font-weight: normal;
     font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.testimonial-desc{
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-style: normal;
    padding: 0 12%;
    margin-top: 30px;
    margin-bottom: 20px;
}
.testimonial-sub-desc{
     font-size: 14px;
     color: #bbbbbb;
     text-align: center;
     font-style: italic;
}

/*footer-one*/
.footer-one{
    position: relative;
    width: 100%;
    padding: 50px 0 60px;
    border-top: 4px solid #e5e5e5;
}
.footer-head{
    font-size: 24px;
    color: #18415c;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin: 20px 0;
}
.footer-desc{
    font-size: 14px;
    text-align: center;
    padding: 0 6%;
    margin-bottom: 30px;
}
a.know-more-btn{
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
}
.know-more-btn{
    position: relative;
    display: inline-block;
    color: #fff;
    transition: 500ms;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    text-align: center;
}
.know-more-btn span{
     background: #18415c;
     position: relative;
     display: inline-block;
     padding: 6px 16px;
     -webkit-transition: -webkit-transform 0.3s;
     -moz-transition: -moz-transform 0.3s;
     transition: transform 0.3s;
     -webkit-transform-origin: 50% 0;
     -moz-transform-origin: 50% 0;
     transform-origin: 50% 0;
     -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
     transform-style: preserve-3d;
}
.know-more-btn span::before{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #18415c;
    content: attr(data-hover);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
a.know-more-btn:hover span, a.know-more-btn:focus span{
        -webkit-transform: rotateX(90deg) translateY(-22px);
        -moz-transform: rotateX(90deg) translateY(-22px);
        transform: rotateX(90deg) translateY(-22px);
}
a.know-more-btn:hover span::before, a.know-more-btn:focus span::before{
        background: #ed0f07;
        color: #fff;
        padding: 6px 10px;
}

/*footer contact*/
.footer-contact{
    position: relative;
    width: 100%;
    background: url("../images/footer-bg1.jpg") no-repeat center;
    background-size: cover;
    border-top: 4px solid #d8dadb;
    padding: 50px 0 0;
}
.contact-desc{
     font-size: 14px;
     text-align: center;
     padding: 30px 0 10px;
     margin: 0;
     color: #23516d;
}
.contact-info{
    list-style: none;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}
.contact-info li{
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
}
.contact-info li a{
    font-size: 14px;
    color: #23516d;
}
.contact-info em{
    width: 2px;
    height: 12px;
    background: #ed0f07;
    display: inline-block;
    position: absolute;
    top: 4px;
}
.copyright{
    background: #eaedf0;
    padding: 3px 0;
    width: 100%;
    /* position: absolute; */
    /* bottom: 0; */
    /* margin-left: 21%; */
    /* border-radius: 5px 5px 0 0; */
    border-top: 2px solid rgba(8, 8, 8, 0.5);
    /* top: 95.2%; */
    /* left: 50%; */
    /* transform: translate(-50%,-50%); */
    /* -webkit-transform: translate(-50%,-50%); */
    -moz-transform: translate(-50%,-50%);
}
.copy-text-left{
    text-align: center;
    font-size:12px;
    color:#23516d;
    padding: 10px 0px 5px 10px;
    margin: 0;
}
.copy-text-right{
    text-align: center;
    font-size:12px;
    color:#23516d;
    padding: 10px 10px 5px 0px;
    margin: 0;
}
.copy-text-right span{
    margin: 0 4px;
}

/*parallax mouse*/
.parallax-img1{
    position: relative;
    /* top: 30px; */
    /*    left: 30px;*/
    width: 100%;
}
.parallax-img2{
    position: relative;
    top: 30px;
    width: 100%;
}
.parallax-img3{
    position: relative;
    top: 50px;
/*    left: 30px;*/
    width: 100%;
}
.parallax-img4{
    position: relative;
    top: 30px;
    right: -172px;
    width: 100%;
}
.display2{
    display: none;
}

/*sub pages banner*/

.sub-pages-banner{
    position: relative;
    top: 0;
    width: 100%;
    background: url("../images/about-us.bg.jpg") no-repeat center;
    background-size: cover;
    height: 400px;
}
/*navbar-two*/
.main &gt; section.nav-two{margin: 0;position: absolute;top: 282px;left: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);}

/*sub-pages-content*/
.sub-pages-content{
    position: relative;
    width: 100%;
    border-top: 4px solid #d8dadb;
    padding: 0px 0 40px;
}
.mt20{
    margin-top: 20px;
}
.content-left{
    font-size: 20px;
    text-align: left;
    font-style: normal;
    margin: 0;
}
.content-right{
    line-height: 1.6;
}


/*masonry*/

.masonry { /* Masonry container */
    column-count: 4;
    column-gap: 1em;
}

.item { /* Masonry bricks or child elements */
    background-color: #eee;
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
}


.wrapper {
    width: 95%;
    margin: 3em auto;
}

.masonry {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.item {
    display: inline-block;
    background: #fff;
    padding: 1em;
    margin: 0 0 1.5em;
    width: 100%;
	-webkit-transition:1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
}
.item img{max-width:100%;}

@media only screen and (min-width: 400px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5;
    }
}

@media only screen and (min-width: 1280px) {
    .wrapper {
        width: 1260px;
    }
}

/*contact page*/
.contact{
    position: relative;
    width: 100%;
}
.contact-details li{
    list-style: none;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(31, 79, 109, 0.85);
    padding-bottom: 12px;
}
.form-heading h4{
    font-size: 24px;
    color: #18415c;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
    margin: 0;
}
.contact-details li a{
    font-weight: 400;
    font-size: 14px;
     color: #18415c;
}

.contact-details li a i{
    /*color: #ccc;*/
    padding-right: 10px;
}
.contact-details li:last-child i{
    /* font-weight: bold; */
    padding-right: 13px;
}
/*FORM DESIGN*/

@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900);
.material-form {
  /* padding: 15px; */
  /* background-color: #fff; */
  /* border: 1px solid #1f4f6d; */
  /* box-shadow: 0px 0px 2px 0px #000; */
}
.material-form .input-block {
  background-color: #fff;
  border-bottom: solid 1px #c8c8c8;
  width: 100%;
  height: 50px;
  padding: 0;
  position: relative;
  margin-bottom: 20px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.material-form .input-block::before {
  content: '';
  position: absolute;
  left: 50%;
  width: 0%;
  bottom: 0;
  height: 2px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #2196f3;
}
.material-form .input-block.focus {
  border-color: #fff;
}
.material-form .input-block.focus label {
  color: #2196f3;
  top: 0;
  font-size: 13px;
}
.material-form .input-block.focus::before {
  left: 0%;
  width: 100%;
}
.material-form .input-block.has-value {
  background-color: #fff;
}
.material-form .input-block.has-value label {
  top: 0;
  font-size: 13px;
}
.material-form .input-block.error {
  border-color: #fff;
}
.material-form .input-block.error::before {
  left: 0%;
  width: 100%;
  background-color: #d50000;
}
.material-form .input-block.textarea {
  height: auto;
}
.material-form .input-block.textarea .form-control {
  height: auto;
  resize: none;
  padding-top: 20px;
  font-family: 'Roboto', sans-serif;
}
.material-form .input-block.floating-field {
  padding: 2px 0 0;
  height: 62px;
}
.material-form .input-block.floating-field.textarea {
  height: auto;
}
.material-form .input-block label {
  position: absolute;
  left: 0;
  top: 12px;
  width: 100%;
  height: 20px;
  margin: 0;
  font-weight: 500;
  z-index: 1;
  color: #939393;
  font-size: 13px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
}
.material-form .input-block .form-control {
  background-color: transparent;
  padding: 4px 0 0;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 500;
  color: #3c3c3c;
}
.material-form .input-block .form-control:focus {
  outline: none;
}
.material-form .input-block .form-control:focus label {
  top: 0;
}
.material-form .error-label {
  color: #d50000;
  margin-top: -15px;
  font-size: 14px;
  margin-bottom: 10px;
}
.material-form .form-note {
  font-size: 13px;
  color: #939393;
  margin-top: -15px;
  margin-bottom: 15px;
}
.material-form .square-button {
  background-color: #1f4f6d;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
  height: 36px;
  border: none;
  cursor: pointer;
  width: 20%;
}
.material-form .square-button:hover, .material-form .square-button:focus {
  background-color: #c41b19;
}

/*dropdown list as ul li method*/
.select-block {
  background-color: #fff;
  width: 100%;
  padding: 12px 0 0;
  position: relative;
  margin-bottom: 20px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.select-block label {
  position: absolute;
  left: 0;
  top: 32px;
  height: 20px;
  width: 100%;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0;
  font-weight: 500;
  z-index: 1;
  color: #939393;
  font-size: 12px;
  line-height: 10px;
  white-space: nowrap;
  overflow: hidden;
}
.select-block .active-list {
  width: 100%;
  height: 52px;
  padding: 0;
  color: #c9c9c9;
  position: relative;
  z-index: 2;
  font-weight: 500;
  cursor: pointer;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select-block.added label {
  top: 0;
  font-size: 13px;
}
.select-block.added .active-list {
  color: #3c3c3c;
  font-size: 12px;
}
.select-block.added.focus label {
  top: 0;
}
.select-block.focus label {
  top: 0;
  font-size: 13px;
  color: #2196f3;
}
.select-block.focus .active-list {
  font-size: 12px;
}
.select-block.focus .custom-select {
  border-color: #fff;
}

.select-block.focus .custom-select::before {
  left: 0%;
  width: 100%;
}
.select-block .custom-select {
  border-bottom: solid 1px #c8c8c8;
  display: inline-block;
  height: 52px;
  position: relative;
  padding: 0;
  width: 100%;
  line-height: 52px;
}
.select-block .custom-select::before {
  content: '';
  position: absolute;
  left: 50%;
  width: 0%;
  bottom: 0;
  height: 2px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #2196f3;
}
.select-block .custom-select .list-field {
  width: 100%;
  height: 52px;
  padding: 0 15px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.select-block .custom-select .drop-down-list {
  width: 100%;
  height: auto;
  max-height: 250px;
  overflow-x: auto;
  z-index: 99;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  margin-top: 2px;
  left: 0;
  background-color: white;
  display: none;
  -moz-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 6px, rgba(0, 0, 0, 0.11765) 0px 1px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 6px, rgba(0, 0, 0, 0.11765) 0px 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 6px, rgba(0, 0, 0, 0.11765) 0px 1px 4px;
}
.select-block .custom-select .drop-down-list li {
  padding: 10.5px 15px;
  cursor: pointer;
  font-size: 12px;
  line-height: normal;
  background-color: #fafafa;
  background-color: #fff;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.select-block .custom-select .drop-down-list li input[type="checkbox"] {
  margin: 0;
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.select-block .custom-select .drop-down-list li label {
  font-weight: normal;
  cursor: pointer;
  display: block;
}
.select-block .custom-select .drop-down-list li:hover {
  color: #3c3c3c;
  background-color: rgba(0, 0, 0, 0.05);
}
.select-block .custom-select .drop-down-list .add-new {
  border-top: solid 1px #c8c8c8;
  padding: 15px;
  color: #3c3c3c;
}
.select-block .custom-select .drop-down-list .add-new i {
  font-size: 16px;
  margin-top: 3px;
  color: #939393;
}

@media (min-width: 768px) {
  .contact-wrap {
    width: 600px;
    margin: auto;
  }

  .material-form .input-block label {
    font-size: 18px;
    line-height: 14px;
  }
  .material-form .input-block .form-control {
    font-size: 18px;
  }

  .select-block label {
    font-size: 18px;
    line-height: 14px;
  }
  .select-block.added .active-list {
    font-size: 18px;
  }
  .select-block.focus .active-list {
    font-size: 18px;
  }
  .select-block .custom-select .drop-down-list li {
    font-size: 15px;
  }

  .material-form {
    /* padding: 30px; */
  }
}
/*----page styles---*/



/*testimonial page*/
.testimonial-part{
    position: relative;
    width: 100%;
    padding: 30px;
}

.company-desc{
    line-height: 1.6;
}
.designation{
    color: #c41b19;
    font-style: italic;
}
.shape-testimonial{
    width: 50px;
}
.testimonial-column{
    position: relative;
}
.company-desc::before{
    content: url('../images/special-feature-logosmall.png');
    position: absolute;
    z-index: 999;
    top: -23px;
    left: -13px;
}
.before-icon::before{
    content: url('../images/special-feature-logosmall.png');
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 39%;
}

/*google maps*/
.map{
    position: relative;
    width: 100%;
    padding: 40px 0;
}

.active{
	background: #c41b19;
	color: #fff;
}

/*profile about us*/
.border-radius{
    border-radius: 50%;
}


/********   added by vinay    **************** */

.mt30{margin-top:30px; }
.album-name {
    font-size: 12px;
    color: #0bb7d6;
    padding: 0 5px;
    margin: 20px 0;
}
.pdinggallay {
    padding: 0px 27px 0px 27px;
}
.mrleft30{margin-left: 30px;}
.mrright30{margin-right: 30px;}</pre></body></html>