
.background-one {
    background-color: #ffffff;
  }
.link-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16pt;
    height: 100%;
    position: relative;
    padding-right: 20px;

    z-index: 0;
  }
.link-container  a {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16pt;
    /* margin-bottom: 20px; */
    color: #000;

  }
  @media only screen and (max-width: 992px) {
    .navbar-nav{
       padding-top: 30px;
    }
    }

  .link-one {
    color: #000;
    transition: color 1s cubic-bezier(0.32, 0, 0.67, 0);
    line-height: 1.5em;

    /* margin-bottom: 10px; */
    margin-left: 10px;
  }

  .link-one:hover {
    color: white;
    transition: color 1s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .link-one::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #c39e1e;

    clip-path: circle(0% at 50% calc(50%));
    transition: clip-path 1s cubic-bezier(0.65, 0, 0.35, 1);
  }

  .link-one:hover::before {
    clip-path: circle(100% at 50% 50%);
    border-radius: 10px;
  }

  .link-one::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #c39e1e;

    clip-path: polygon(
      40% 40%,
      60% 60%,
      60% 60%,
      40% 40%,
      40% 100%,
      60% 100%,
      60% 100%,
      40% 100%
    );

    /*
    Didn't look consistently awesome enough
    across different viewing widths.
    clip-path: polygon(
      50% 50%,
      50% 50%,
      50% 50%,
      50% 50%,
      50% 50%,
      50% 50%,
      50% 50%,
      50% 50%,
      50% 50%,
      50% 50%,
      50% 50%,
      50% 50%,
      50% 50%,
      50% 50%,
      50% 50%,
      50% 50%,
      50% 50%,
      50% 50%,
      50% 50%,
      50% 50%,
      50% 50%,
      50% 50%
    );
    */
    transition: clip-path 1s cubic-bezier(0.65, 0, 0.35, 1);
  }

  .link-one:hover::after {
    /*
    clip-path: polygon(
      20% 45%,
      10% 40%,
      30% 30%,
      40% 35%,
      60% 35%,
      70% 30%,
      90% 40%,
      80% 45%,
      60% 35%,
      40% 35%,
      20% 45%,
      20% 55%,
      10% 60%,
      30% 70%,
      40% 65%,
      60% 65%,
      70% 70%,
      90% 60%,
      80% 55%,
      60% 65%,
      40% 65%,
      20% 55%
    );
    */
    clip-path: polygon(
      40% 10%,
      60% 10%,
      60% 35%,
      40% 35%,
      40% 90%,
      60% 90%,
      60% 65%,
      40% 65%
    );
  }








/*---------------------------------------*/

h1{
    color:#c39e1e;
    }
h5{
    color:#000;
    }
    h6{
        color: #000;
    }
span{
    color:#808080;
    font-size:18px;
    font-family: "Roboto", sans-serif;

}

/*------------------------------------------------------------------
    About box
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    MESSAGE BOXES
-------------------------------------------------------------------*/

.service-widget h3 {
    font-size: 21px;
    font-family: "Heebo",sans-serif;
    /* font-size: 1rem; */
    font-weight: 400;
    color: #ffffff;
    padding: 0px;
    margin: 0 0 7px;
}

.service-widget h3 a,
.section.wb .service-widget h3,
.section.lb .service-widget h3 {
    color: #1f1f1f;
}

.service-widget p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.message-box h4 {
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 15px;
    font-family: "Roboto", sans-serif;

    color: #999;
}

.message-box h2 {
    font-size: 38px;
    font-family: "Roboto", sans-serif;

    font-weight: 300;
    padding: 0 0 10px;
    margin: 0;
    line-height: 62px;
    margin-top: 0;
    text-transform: none;
}

.message-box p {
    margin-bottom: 20px;
	color: #999999;
}

.right-ab p{
	color: #333333;
}

.message-box .lead {
    padding-top: 10px;
    font-size: 14px;
    font-style: italic;
    color: #999;
    padding-bottom: 0;
}

.post-media {
    position: relative;
	border: 8px solid #a8cf45;
}

.post-media img {
    width: 100%;
}

.post-media_g{
	position: relative;
}

.playbutton {
    position: absolute;
    color: #ffffff !important;
    top: 40%;
    font-size: 60px;
    z-index: 12;
    left: 0;
    right: 0;
    text-align: center;
    margin: -20px auto;
}

.hoverbutton {
    background-color: #a8cf45;
    position: absolute;
    color: #1f1f1f !important;
    top: 48%;
    font-size: 21px;
    z-index: 12;
    left: 0;
    opacity: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: -20px auto;
}

.service-widget:hover .hoverbutton {
    opacity: 1;
}

hr.hr1 {
    position: relative;
    margin: 60px 0;
    border: 1px dashed #000;
}

hr.hr2 {
    position: relative;
    margin: 17px 0;
    border: 1px dashed #f2f3f5;
}

hr.hr3 {
    position: relative;
    margin: 25px 0 30px 0;
    border: 1px dashed #f2f3f5;
}

hr.invis {
    border-color: transparent;
}

hr.invis1 {
    margin: 10px 0;
    border-color: transparent;
}

.section.parallax hr.hr1 {
    border-color: rgba(255, 255, 255, 0.1);
}

.sep1 {
    display: block;
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    margin-left: -14px;
    background-color: #1f1f1f;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.sep2 {
    display: block;
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    top: -20px;
    left: 50%;
    margin-left: -14px;
    background-color: #1f1f1f;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}


/*------------------------------------------------------------------
    ICON BOXES
-------------------------------------------------------------------*/

.icon-wrapper {
    position: relative;
    cursor: pointer;
    display: block;
    z-index: 1;
}

.icon-wrapper i {
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    font-size: 28px;
    background-color: #f2f3f5;
    color: #1f1f1f;
    margin-top: 0;
}

.small-icons.icon-wrapper:hover i,
.small-icons.icon-wrapper:hover i:hover,
.small-icons.icon-wrapper i {
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    padding: 0 !important;
    color: #e3e3e3 !important;
    background-color: transparent !important;
    background: none !important;
    margin-right: 10px !important;
    vertical-align: middle;
    font-size: 24px !important;
}

.small-icons.icon-wrapper h3 {
    font-size: 18px;
    padding-bottom: 5px;
}

.small-icons.icon-wrapper p {
    padding: 0;
    margin: 0;
}

.icon-wrapper h3 {
    font-size: 21px;
    padding: 0 0 15px;
    margin: 0;
}

.icon-wrapper p {
    margin-bottom: 0;
    padding-left: 95px;
}

.icon-wrapper p small {
    display: block;
    color: #999;
    margin-top: 10px;
    text-transform: none;
    font-weight: 600;
    font-size: 16px;
}

.icon-wrapper p small:after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 5px;
    font-size: 11px;
}

.effect-1 {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
}

.effect-1:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.effect-1 {
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.effect-1:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 2px #2750ff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}

.effect-1:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.effect-1:after {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.effect-1:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.property-main{
	background: #fff;
	position: relative;
	box-shadow: 0 2px 0 0 #e3e4e7;
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
	height: 100%;
}

.property-wrap{
	width: 100%;
	padding: 8px;
}

.item-body {
    padding: 15px 12px 7px;
    width: 100%;
}

.label-inner {
    position: absolute;
    top: 20px;
    right: 12px;
	background: #a8cf45;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    z-index: 3;
}

.label-inner .label{
	display: block;
	line-height: 1.8;
}

.property-wrap .price {
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 4;
    color: #fff;
    text-align: left;
    background: #768358;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    padding: 6px 10px;
}

.item-body .adderess {
    color: #999;
    font-size: 13px;
    line-height: 22px;
    margin: 5px 0px;
}

.item-body .adderess i{
	margin-right: 5px;
}

.item-body .info {
    font-size: 13px;
    margin-top: 10px;
    line-height: 16px;
	margin-bottom: 10px;
}

.property-main:hover{
	box-shadow: 0 0 5px 1px rgba(60,144,190,.13);
	-webkit-box-shadow: 0 0 5px 1px rgba(60,144,190,.13);
	-moz-box-shadow: 0 0 5px 1px rgba(60,144,190,.13);
}

.item-foot{
	display: inline-block;
	width: 100%;
	border-top: 1px solid #e5e5e5;
	padding: 14px 20px;
	margin: -7px 0;
}

.item-foot .prop-user-agent i{
	padding-right: 5px;
}

.item-foot .prop-date i{
	padding-right: 5px;
}


*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
} */
/********** Template CSS **********/
:root {
    --primary: #00B98E;
    --secondary: #000000;
    --light: white;
    --dark: #000000;
}

.back-to-top {
    position: fixed;
    display:flex;
    background-color:#000;
    color: white;
    right: 25px;
    bottom: 25px;
    z-index: 999;
}
.imgFooter{
    width: 150px;
     height: 80px;
}
.imgAbout{
    height: 300px; width: 100%;
}
@media only screen and (max-width: 992px) {
    .imgAbout{
        height: 100%; width: 100%;
    }
    }
    @media only screen and (max-width: 992px) {
        .aboutText
        {
            font-size: 15px;
        }
        }
.footerBackGround{
    background-color: #000;
}
.card__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: none;
    transition: 0.5s ease;
    background-color: #393839;
  }

  .card:hover .card__overlay {
    opacity: 0.8;
  }

  .overlay__text {
    color: white;
    font-size: 16px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;

    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }




/*** Button ***/
.btn {
    transition: .5s;
}

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

.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;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border-radius: 50px;
}



/*** Navbar ***/
.nav-bar {
    position: relative;
    /* margin-top: 45px; */
    /* padding: 0 3rem; */
    transition: .5s;
    z-index: 9999;
}

.nav-bar.sticky-top {
    position: sticky;
    padding: 0;
    z-index: 9999;
}

/* .navbar {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
} */

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .nav-bar {
        margin: 0;
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand {
    height: 60px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;

    }
.marginForce{
    margin-top: 80px;
}
    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        margin: 7px 0;
        width: 50px;
        height: 50px;
        display: inline;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
        background-color: #000;
        opacity: .6;
        border-radius: 40px;
        font-size: 20px;
        transition: .5s;
        padding-left: 15px;
    }
    .header-carousel .owl-nav .owl-next {
        margin-left:2500px ;
        /* margin-bottom: 50px; */
    }
    .header-carousel .owl-nav .owl-prev {
        margin-left:2500px ;
        margin-top: 350px;
    }
    @media only screen and (max-width: 992px) {
        .header-carousel .owl-nav .owl-next {
          margin-left: 850px;
          font-size: 15px;
        }
        }
        @media only screen and (max-width: 992px) {
            .header-carousel .owl-nav .owl-prev
           {
              margin-left: 850px;
              margin-top: 200px;
              font-size: 15px;

            }
            }


.header-carousel .owl-nav {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    height: 25%;
}



.header-carousel .owl-nav ,
.header-carousel .owl-nav  {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border-radius: 40px;
    font-size: 20px;
    font-family: "Roboto", sans-serif;

    transition: .1s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

@media (max-width: 768px) {
    .header-carousel .owl-nav {
        left: 25px;
    }
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #DDDDDD;
}


/*** Icon ***/
.icon {
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF !important;
    border-radius: 50px;
    border: 1px dashed var(--primary) !important;
}


/*** About ***/
.about-img img {
    position: relative;
    z-index: 2;
}

.about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: var(--primary);
    transform: skew(20deg);
    z-index: 1;
}


/*** Category ***/
.cat-item div {
    background: #FFFFFF;
    border: 1px dashed rgba(0, 185, 142, .3);
    transition: .5s;
}

.cat-item:hover div {
    background: white;
    border-color: transparent;
}

.cat-item div * {
    transition: .5s;

}

.cat-item:hover div * {
    color: #000 !important;
}


/*** Property List ***/
.nav-pills .nav-item .btn {
    color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
    color: #FFFFFF;
}

.property-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.property-item img {
    transition: .5s;
    background: none;
}

.property-item:hover img {
    transform: scale(1.1);
}

.property-item .border-top {
    border-top: 1px dashed rgba(0, 185, 142, .3) !important;
}

.property-item .border-end {
    border-right: 1px dashed rgba(0, 185, 142, .3) !important;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    transition: .5s;
}

.team-item .btn {
    color: var(--primary);
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

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

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}


/*** Testimonial ***/


@media (min-width: 576px) {
    .testimonial-carousel {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.testimonial-carousel .testimonial-item .border {
    border: 1px dashed rgba(0, 185, 142, .3) !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav ,
.testimonial-carousel .owl-nav  {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 40px;
    font-size: 20px;
    font-family: "Roboto", sans-serif;

    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-family: "Roboto", sans-serif;

    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    margin-right: 10px;
}

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

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

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

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

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

	/*
  	Flaticon icon font: Flaticon
  	Creation date: 20/09/2016 17:50
  	*/

      @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.eot");
        src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
             url("../fonts/Flaticon.woff") format("woff"),
             url("../fonts/Flaticon.ttf") format("truetype"),
             url("../fonts/Flaticon.svg#Flaticon") format("svg");
        font-weight: normal;
        font-style: normal;
      }

      @media screen and (-webkit-min-device-pixel-ratio:0) {
        @font-face {
          font-family: "Flaticon";
          src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
        }
      }

      [class^="flaticon-"]:before, [class*=" flaticon-"]:before,
      [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
      font-family: Flaticon;
      font-style: normal;
      }


      .flaticon-amazon-logo:before { content: "\f100"; }
      .flaticon-ambulance:before { content: "\f101"; }
      .flaticon-android:before { content: "\f102"; }
      .flaticon-apple:before { content: "\f103"; }
      .flaticon-bathtub:before { content: "\f104"; }
      .flaticon-binoculars:before { content: "\f105"; }
      .flaticon-briefcase:before { content: "\f106"; }
      .flaticon-calendar:before { content: "\f107"; }
      .flaticon-cer-file-format:before { content: "\f108"; }
      .flaticon-cloud-computing:before { content: "\f109"; }
      .flaticon-cloud-computing-1:before { content: "\f10a"; }
      .flaticon-coding:before { content: "\f10b"; }
      .flaticon-coupon:before { content: "\f10c"; }
      .flaticon-cup:before { content: "\f10d"; }
      .flaticon-customer-service:before { content: "\f10e"; }
      .flaticon-devices:before { content: "\f10f"; }
      .flaticon-domain-registration:before { content: "\f110"; }
      .flaticon-download:before { content: "\f111"; }
      .flaticon-family-room:before { content: "\f112"; }
      .flaticon-first-aid-kit:before { content: "\f113"; }
      .flaticon-folder:before { content: "\f114"; }
      .flaticon-full-bed:before { content: "\f115"; }
      .flaticon-github:before { content: "\f116"; }
      .flaticon-happy:before { content: "\f117"; }
      .flaticon-hosting:before { content: "\f118"; }
      .flaticon-house:before { content: "\f119"; }
      .flaticon-idea:before { content: "\f11a"; }
      .flaticon-lifesaver-security-sportive-tool:before { content: "\f11b"; }
      .flaticon-line-graph:before { content: "\f11c"; }
      .flaticon-list:before { content: "\f11d"; }
      .flaticon-locked:before { content: "\f11e"; }
      .flaticon-mail:before { content: "\f11f"; }
      .flaticon-money:before { content: "\f120"; }
      .flaticon-new-file:before { content: "\f121"; }
      .flaticon-padlock:before { content: "\f122"; }
      .flaticon-pantone:before { content: "\f123"; }
      .flaticon-play-button:before { content: "\f124"; }
      .flaticon-price-tag:before { content: "\f125"; }
      .flaticon-school-bus:before { content: "\f126"; }
      /* .flaticon-search:before { content: "\f127"; } */
      .flaticon-server:before { content: "\f128"; }
      .flaticon-stopwatch:before { content: "\f129"; }
      .flaticon-support:before { content: "\f12a"; }
      .flaticon-swimming-pool:before { content: "\f12b"; }
      .flaticon-unlink:before { content: "\f12c"; }
      .flaticon-windows:before { content: "\f12d"; }
      .flaticon-wordpress-logo:before { content: "\f12e"; }
      .flaticon-world-wide-web:before { content: "\f12f"; }


