      <style>
         /* Testimonial */
         /*whatspp button*/
         .float {
         position: fixed;
         width: 60px;
         height: 60px;
         bottom: 40px;
         float: left;
         background-color: #25d366;
         color: #FFF;
         border-radius: 50px;
         text-align: center;
         font-size: 30px;
         box-shadow: 2px 2px 3px #999;
         z-index: 100;
         }
         .my-float {
         margin-top: 16px;
         }
         /* counter section */
         .counter-section i {
         display: block;
         margin: 0 0 10px
         }
         .counter-section span.counter {
         font-size: 40px;
         color: #000;
         line-height: 60px;
         display: block;
         font-family: 'Lato';
         letter-spacing: 2px
         }
         .counter-title {
         font-size: 12px;
         letter-spacing: 2px;
         text-transform: uppercase;
         color: #5893dd;
         }
         .counter-icon {
         top: 25px;
         position: relative
         }
         .counter-style2 .counter-title {
         letter-spacing: 0.55px;
         float: left;
         color: #F3A933;
         }
         .counter-style2 span.counter {
         letter-spacing: 0.55px;
         float: left;
         margin-right: 10px
         }
         .counter-style2 i {
         float: right;
         line-height: 26px;
         margin: 0 10px 0 0
         }
         .counter-subheadline span {
         float: right
         }
         .medium-icon {
         font-size: 40px !important;
         margin-bottom: 15px !important
         }
         /*Call List section*/
         .contact-info-box {
         text-align: center;
         border-radius: 5px;
         -webkit-transition: 0.5s;
         transition: 0.5s;
         -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
         box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
         background: #ffffff;
         padding: 30px;
         margin-bottom: 30px;
         }
         .contact-info-box .icon {
         display: inline-block;
         width: 100px;
         height: 100px;
         line-height: 70px;
         background: #f5f5f5;
         border-radius: 50%;
         font-size: 35px;
         color: #F3A933;
         -webkit-transition: 0.5s;
         transition: 0.5s;
         margin-bottom: 12px;
         position: relative;
         }
         .contact-info-box .icon i {
         position: absolute;
         left: 0;
         top: 50%;
         -webkit-transform: translateY(-50%);
         transform: translateY(-50%);
         right: 0;
         }
         .contact-info-box h3 {
         margin-bottom: 12px;
         font-size: 23px;
         font-weight: 700;
         }
         .contact-info-box p {
         margin-bottom: 2px;
         }
         .contact-info-box p a {
         display: inline-block;
         color: #6b6b84;
         }
         .contact-info-box p a:hover {
         color: #2554ff;
         }
         .contact-info-box p:last-child {
         margin-bottom: 0;
         }
         .contact-info-box:hover {
         -webkit-transform: translateY(-10px);
         transform: translateY(-10px);
         }
         .contact-info-box:hover .icon {
         /*  background-color: #212529;
         color: #ffffff;
         border-color: #212529; */
         }
         .logo1 {
         color: white;
         background-color: #5893dd;
         padding: 6px;
         border-radius: 40px;
         letter-spacing: 2px;
         margin-right: 10px;
         }
         .icon-image {
         margin-top: 10px;
         }
         /* TESTIMONIAL */
         .testimonial {
         text-align: center;
         }
         .description {
         color: #656565;
         font-size: 18px;
         line-height: 35px;
         margin-bottom: 30px;
         padding: 0px 11%;
         position: relative;
         }
         .description:before {
         content: "\f10d";
         font-family: 'FontAwesome';
         font-weight: 900;
         display: inline-block;
         position: absolute;
         top: 8px;
         left: 2%;
         color: #3498db;
         font-size: 36px;
         }
         .description:after {
         content: "\f10e";
         font-family: 'FontAwesome';
         font-weight: 900;
         display: inline-block;
         position: absolute;
         top: 8px;
         right: 2%;
         color: #3498db;
         font-size: 36px;
         }
         .pic {
         width: 94px;
         height: 94px;
         margin: 0 auto;
         }
         .pic img {
         width: 100%;
         height: auto;
         border-radius: 50%;
         }
         .testimonial-title {
         font-size: 18px;
         color: #333;
         font-weight: bolder;
         text-transform: capitalize;
         }
         .testimonial-title>small {
         display: block;
         color: #656565;
         font-size: 15px;
         text-transform: uppercase;
         margin-top: 5px;
         }
         .owl-theme .owl-controls .owl-page.active span,
         .owl-theme .owl-controls.clickable .owl-page:hover span {
         background: #3498db;
         }
         .owl-theme .owl-controls .owl-page span {
         opacity: 1;
         }
         @media screen and (max-width: 480px) {
         .description {
         font-size: 19px;
         line-height: 29px;
         }
         .description:before,
         .description:after {
         font-size: 25px;
         }
         }
         /*Feedback form*/
         /* /*feedback*/
         .sidenav a {
         background-image: linear-gradient(285deg, #5893dd, #497bb9ba);
         border-radius: 80px 0px 0px 80px;
         color: #fff;
         padding: 12px 12px;
         display: flex;
         font-size: 18px;
         font-weight: 600;
         border: #5893dd;
         }
         .sidenav i {
         padding: 5px 5px;
         height: 35px;
         text-align: center;
         font-size: 25px;
         border-radius: 50%;
         width: 35px;
         background: #eaa933;
         }
         .side-text {
         position: relative;
         bottom: 0px;
         color: white;
         font-size: 20px;
         cursor: pointer;
         }
         .sidenav {
         position: fixed;
         right: 0;
         bottom: 46.5%;
         z-index: 999999;
         text-align: end;
         float: right;
         }
         .sidenav a {
         font-size: 15px;
         padding: 7px 7px 7px 12px;
         }
         /*Feedback form*/
         .cross {
         padding: 10px;
         color: #d6312d;
         cursor: pointer;
         font-size: 23px
         }
         .cross i {
         margin-top: -5px;
         cursor: pointer
         }
         .comment-box {
         padding: 5px
         }
         .comment-area textarea {
         resize: none;
         border: 1px solid #5893dd
         }
         .form-control:focus {
         color: #495057;
         background-color: #fff;
         border-color: #ffffff;
         outline: 0;
         box-shadow: 0 0 0 1px rgb(255, 0, 0) !important
         }
         .send {
         color: #fff;
         background-color: #5893dd;
         border-color: #5893dd;
         margin-top: 20px;
         }
         .send:hover {
         color: #fff;
         background-color: #337ab7;
         border-color: #337ab7;
         }
         .rating {
         display: inline-flex;
         margin-top: -30px;
         margin-bottom: 10px;
         flex-direction: row-reverse
         }
         .rating>input {
         display: none
         }
         .rating>label {
         position: relative;
         width: 28px;
         font-size: 35px;
         color: #5893dd;
         cursor: pointer
         }
         .rating>label::before {
         content: "\2605";
         position: absolute;
         opacity: 0
         }
         .rating>label:hover:before,
         .rating>label:hover~label:before {
         opacity: 1 !important
         }
         .rating>input:checked~label:before {
         opacity: 1
         }
         .rating:hover>input:checked~label:before {
         opacity: 0.4
         }
         /* modal right */
         .come-from-modal.left .modal-dialog,
         .come-from-modal.right .modal-dialog {
         position: fixed;
         margin: auto;
         width: 320px;
         height: 100%;
         -webkit-transform: translate3d(0%, 0, 0);
         -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
         transform: translate3d(0%, 0, 0);
         }
         .come-from-modal.left .modal-content,
         .come-from-modal.right .modal-content {
         height: 100%;
         overflow-y: auto;
         border-radius: 0px;
         }
         .come-from-modal.left .modal-body,
         .come-from-modal.right .modal-body {
         padding: 15px 15px 80px;
         }
         .come-from-modal.right.fade .modal-dialog {
         right: -320px;
         -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
         -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
         transition: opacity 0.3s linear, right 0.3s ease-out;
         }
         .come-from-modal.right.fade.in .modal-dialog {
         right: 0;
         height: 500px;
         top: 100px;
         padding: 10px;
         }
         /*whatspp button*/
         .float {
         position: fixed;
         width: 60px;
         height: 60px;
         bottom: 40px;
         float: left;
         background-color: #25d366;
         color: #FFF;
         border-radius: 50px;
         text-align: center;
         font-size: 30px;
         box-shadow: 2px 2px 3px #999;
         z-index: 100;
         }
         .my-float {
         margin-top: 16px;
         }
         /*whatspp button*/
      </style>