/* ------------- Main Style Sheet ------------ */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap');

html{
    overflow-x: hidden;
}

body{
    font-family: 'Rubik', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    color: #444;
    overflow-x: hidden;
}

.content-wrapp{
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6,p,span,strong,a,button{
    font-family: 'Rubik', sans-serif;

}
.main-wrapp {
    position: relative;
}
/*------------------------------------------------
Header
------------------------------------------------*/
.top-bar {
    background: #F1F2F6 !important;
    padding: 10px 0px;
}
.top-icon-box {
    color: #909090;
    display: inline-flex;
    align-items: center;
}
.top-icon-box i {
    background: #A8C93E;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    margin-right: 2px;
    padding: 4px;
    text-align: center;
    width: 33px;
    height: 33px;
    border-radius: 50px;
}
.top-icon-box span a {
    font-size: 14px !important;
    text-decoration: none;
    color: #000;
}
.row.top-bar {
    display: flex;
    align-items: center;
}
.top-social-icons span {
    display: inline-block;
    background: #444444;
    width: 34px;
    height: 34px;
    border-radius: 50px;
    text-align: center;
    margin: 0px 3px;
    line-height: 34px;
}
.top-social-icons span a{
    color: #AAAAAA;
}
.top-social-icons span:hover{
    background: #a8c93e;
}.top-social-icons span:hover a{
    color: #fff;
}
.top-social-icons i {
    font-size: 16px;
    color: #f5f3f3;
}
.top-social-icons {
    text-align: center;
}

/* ------------------ Start DropDown list in Menu---------------- */
li#other-solutions {
    margin-top: 10px;
}
a.dropdown-toggle {
    text-decoration: none;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
}
ul.dropdown-menu.show {
    padding: 12px;
    width: auto;
    border: 1px solid #f7f4f4;
}
ul.dropdown-menu li a {
    text-decoration: none;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
}
ul.dropdown-menu a:hover{
    color: #a8c93e;
}
#pabx-system{
    margin-top: 10px;
}
#cctv{
    margin-top: 10px;
    padding-right: 20px;
}
ul.dropdown-menu{
    width:200px !important;
}
/* -------------End DropDown list in Menu----------- */

/* -----------------------------------------
Navigation bar
-------------------------------------------*/
.main-navigation{
    background: #fff;
    border-bottom: 1px solid #e4e3e3;
    padding: 10px;
}
a.nav-link {
    padding: 10px 25px !important;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    vertical-align: middle;
    display: flex;
    color: #000000;
    align-items: center;
}
a.nav-link:hover{
    color: #a8c93e;
}
a.nav-link.btn-contact {
    background: #a8c93e;
    color: #fff;
    border-radius: 4px;
}
/* -----------------------------------------------
Header Ends
----------------------------------------------- */

/* -----------------------------------------------
Main Banner
------------------------------------------------ */
.main-banner{
    background-image: url('../img/main-banner.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 75vh;
    padding-bottom: 5%;
    display: flex;
    align-items: center;
    vertical-align: middle;
    position: relative;
}
.main-banner::after{
    content: "";
    display: block;
    background-color: #000;
    position: absolute;
    top: 0;
    width: 100%;
    height: 75vh;
    left: 0;
    opacity: .3;
}
.banner-content {
    color: #fff;
    display: block;
    position: sticky;
    overflow: hidden;
    z-index: 999;
    overflow-x: hidden;
}
button.btn-consultation {
    background: #A8C93E;
    color: #fff;
    border: 1px solid #A8C93E;
    font-size: 18px;
    font-weight: 400;
    padding: 12px 30px;
    text-transform: capitalize;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
}
button.btn-consultation:hover{
    cursor: pointer;
    background: #0a55a3 !important;
    border-color: #0a55a3 !important;
}
.banner-content h1 {
    font-size: 54px;
    font-weight: 700;
}
.btn-read-more{
    color: #a8c93e;
    margin-left: 28px;
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
}
a.btn-read-more:hover {
    color: #000;
}
.about-heading{
    font-size: 36px;
    text-transform: capitalize;
}
.free-estimate:hover{
    color:#fff;
        background: #0a55a3;
    border-color: #0a55a3;
}
/* -----------------------------------------------------
After Banner Section
-------------------------------------------------------- */
.after-banner-section{
    background: #fff;
    padding-bottom: 5%;
}
.worldwide-clients{
    background: #0A55A3;
    padding: 75px;
}
.client-content{
    color: #fff;
    word-wrap: break-word;
}
.clients-sales{
    background: #F4F4F4;
    padding: 75px;
}
.clients-history {
    position: relative;
    top: -80px;
}
.worldwide-clients:after {
    content: "";
    background: #A8C93E;
    width: 30%;
    height: 3px;
    display: block;
    position: relative;
    border: 0;
    top: 75px;
    left: 184px;
}
.clients-sales:after {
    content: "";
    background: #A8C93E;
    width: 30%;
    height: 3px;
    display: block;
    position: relative;
    border: 0;
    top: 74px;
    left: 185px;
}
/* -------------------------------------------------
About Home
--------------------------------------------------- */
.about-home{
    padding-bottom: 5%;
}
.about-images img{
    max-width: 100%;
    width: 100%;
    display: block;
}
.about-content h3{
    padding: 3% 0;
    font-size: 40px;
    font-weight: 700;
}
.about-content p{
    line-height: 2rem;
    padding-right: 10px;
}
.about-us{
    background-image: url('../img/about-page-title.png');
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5% 0 10% 0;
}
.network{
    background-image: url('../img/Networking.png');
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5% 0 10% 0;
}
.optical-fiber{
    background-image: url('../img/Optical Fiber.png');
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5% 0 10% 0;
}
.about-us-main{
    padding: 5% 0 10% 0;
    position: relative;
}
.icon-svgs img {
    width: 10%;
    left: 47%;
    position: absolute;
    top: 62%;
}
.about-inner-content h5{
    padding-top: 3%;
}
.about-inner-content{
    min-height: auto;
    margin: 0px;
    padding: 40px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(198 194 194 / 38%);
}
.contact-box-about{
    background-color: #F0F2F5;
    padding: 5% 0;
}
.contact-box-about hr.box-line{
    margin-top: -2px;
    margin-right: 0px;
    color: #0A55A3;
}
.counting-content {
    text-align: center;
    padding-top: 8%;
}
.about-company-contact {
    margin-top: -130px;
}
.abot-img img {
    width: 100%;
    max-width: 100%;
    display: block;
}
.about-description{
    padding: 8% 0%;
}
.left-bottom {
    display: block;
    padding-top: 16%;
}
.description-content h3 {
    padding-top: 8%;
}
.alight_right{
    text-align: right;
}
.introducing{
    background-color: #F0F2F5;
    padding: 5% 0;
}
.our-team{
    background-color: #fff;
    padding: 5% 0;
    text-align: center;
}
.team-box {
    position: relative;
}
.hover-box {
    background: #a8c93ead;
    width: 86%;
    left: 7%;
    display: flex;
    height: 42vh;
    position: absolute;
    top: 0;
    align-items: center;
}
.socialicons {
    margin-left: 25px;
}
.socialicons i {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    padding: 10px;
    border-radius: 50px;
    width: 38px;
    font-size: 20px;
    height: 38px;
    margin-left: 11px;
    line-height: 20px;
}
.team-box h4 {
    margin-top: 20px;
    display: block;
    font-size: 22px;
    font-family: inherit;
    color: #444;
}
.security-content h3 {
    font-size: 43px;
    line-height: 54px;
    padding: 10px 0px;
}
.security-content p {
    padding: 2% 0;
}
a.btn-left {
    margin-left: 0;
}


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






/* ---------------------------------------------------------
Our Services
--------------------------------------------------------- */
.our-services{
    background-image: url('../img/bgafterabout.png');
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5% 0 10% 0;
}
.service-box{
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
}
.service-img img {
    max-width: 100%;
    width: 100%;
    display: block;
}
.service-content {
    padding: 25px;
}
.service-content h3{
    color: #000;
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
}
.service-content:hover{
    background: #0A55A3;
    color: #fff;
}
.service-content:hover h3{
    color: #fff;
}
.service-box {
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 0px 20px 0px rgb(212 211 211 / 8%);
}

/*----------------------------------------------------------
Call to Action
-----------------------------------------------------------*/
.call-to-action{
    background: #A8C93E;
    padding: 2% 0%;
}
.action-content {
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.action-content span {
    background: #0A55A3;
    width: 100px;
    border-radius: 100px;
    text-align: center;
    margin-right: 32px;
}
.action-content span a i {
    font-size: 30px;
    line-height: 30px;
    width: 70px;
    padding: 20px;
    border-radius: 100px;
    background: #0A55A3;
    color: #fff;
}
.action-content p {
    margin: 0;
    color: #000;
    font-size: 28px;
}
.action-button button {
    background: transparent;
    padding: 12px 50px;
    border: 2px solid #000;
    text-transform: capitalize;
    margin-top: 30px;
    font-size: 20px;
    border-radius: 4px;
}

/* -------------------------------------------------------------
Start Blog Section
------------------------------------------------------------- */
.blogs{
    background: #fff;
    padding: 5% 0;
}
.blog-main-content {
    background: #fff;
    padding: 30px;
    height: 31vh;
    margin-top: -16%;
    margin-left: 0%;
    width: 50%;
}
img.blog-content-img{
    max-width: 100%;
    width: 100%;
    display: block;
}

/* -------------------------------------------------------
Personalized Service
-------------------------------------------------------- */
.personalized-color-bg {
    background: #0A55A3;
    padding: 3% 8% 3% 8%;
    color: #fff;
}
.personalized-img-bg{
    background-image: url('../img/base.png');
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}
.personalied-content h3 {
    font-size: 36px;
    padding-bottom: 3%;
}
ul.personalied-content-list{
    list-style: none;
    padding: 0;
}
.personalied-content-list li a {
    color: #fff;
    text-decoration: none;
    margin-left: 7px;
    line-height: 40px;
}
.heading-content h3 {
    font-size: 30px;
    padding: 16px 0px;
    font-weight: 700;
    display: block;
    color: #444444;
}

/* ------------------------------------------------
Latest New
------------------------------------------------ */
.news-box{
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(241 241 241 / 50%);
    padding: 30px;
}
.news-meta {
    padding: 10px 0;
}
p.news-description {
    line-height: 1.8;
}
h4.news-title {
    font-weight: 600;
    font-size: 24px;
    color: #555555;
    line-height: 1.5;
}
.meta-right{
    float: right;
}
.news-meta i{
    color: #0A55A3;
}

/* -----------------------------------------------------------
Testimonial
----------------------------------------------------------- */
.testimonial{
    background: #A8C93E;
    padding: 3% 0% 5% 0%;

}
.testimonial_andicators{
    display: none;
}

.carousel .carousel-item {
	color: #999;
	overflow: hidden;
    min-height: 120px;
	font-size: 13px;
}
.carousel .media {
    display: inline-flex;
}
.media-content {
    text-align: left;
}
.carousel .media img {
    width: 65px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 2px solid #fff;
    height: 68px;
    margin-top: -5px;
    margin-right: 10px;
}
.carousel .testimonial {
    background: rgb(244 244 244 / 20%);
    color: #000;
    text-align: center;
    padding: 30px;
    border: 1px solid rgb(244 244 244 / 20%);
    width: 100%;
}

.carousel .carousel-item .row > div:first-child .testimonial {
	margin: 0 20px 20px 0;
}
.carousel .carousel-item .row > div:first-child .media {
	margin-left: 0;
}
.testimonial h4 {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
}
.testimonial p {
    font-size: 16px;
    padding: 10px 0px;
    line-height: 1.8;
}

.carousel-control-prev, .carousel-control-next {
	width: 30px;
	height: 30px;
    background: #666;
    text-shadow: none;
	top: 4px;
}
.carousel-control-prev i, .carousel-control-next i {
	font-size: 16px;
}
.carousel-control-prev {
	left: auto;
	right: 40px;
}
.carousel-control-next {
	left: auto;
}
.carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 17px;
    height: 17px;
	border-radius: 0;
	margin: 1px 5px;
  	box-sizing: border-box;
}
.carousel-indicators li {
    background: #e2e2e2;
    border: 4px solid #fff;
    border-radius: 50%;
}
.carousel-indicators li.active {
    color: #fff;
    background: #679ae2;
    border-radius: 50%;
    border: 5px double;
}
.star-rating li {
	padding: 0 2px;
}
.star-rating i {
	font-size: 14px;
	color: #ffdc12;
}
/* ---------------------------------------------------------
faqs-details
--------------------------------------------------------- */
.faqs-details{
    padding: 5% 0;
}
.faqs-details{
    background-image: url('../img/faqs.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8% 0;
}
.faqs{
    padding: 5% 0%;
  }

  .accordion-button:not(.collapsed) {
    color: #f39323 !important;
    font-size: 20px;
    background-color: #000000 !important;
  }
  .accordion-button{
    font-size: 20px;
  }
  .accordion-item {
      margin-bottom: 25px;
      border: 1px solid #ddd !important;
  }
  .accordion-body p {
    font-size: 18px;
    line-height: 36px;
  }
/* -------------------------------------------------------
PABX System
------------------------------------------------------- */
.pabx{
    background-image: url('../img/pabx-system.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8% 0;
}

/* ---------------------------------------------------------
about-az-services
--------------------------------------------------------- */
.about-az-services{
    padding: 5% 0%;
}
.az-video-servics{
    background-image: url('../img/pabx-video.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
}
/* ------------------------------------------------------
Home Automation
------------------------------------------------------- */
.automation{
    background-image: url('../img/cctv-maintencnce-service.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8% 0;
}

/* ------------------------------------------------------
Blog Classsic
------------------------------------------------------- */
.recent-post {
    display: inline-flex;
    width: 100%;
    max-width: 100%;
}
.post-img {
    width: 50%;
    display: block;
}
.post-img img {
    width: 90%;
    max-width: 100%;
    display: block;
}
.post-data {
    width: 70%;
    display: block;
}
.post-data span a {
    text-decoration: none;
    color: #444;
    line-height: 20px;
    display: block;
}
.post-tags li:before {
    content: none !important;
}
.post-tags li {
    display: inline;
    padding: 6px !important;
    font-size: 12px !important;
    margin: 10px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px #e8e3e3;
}
.blog-post-meta ul {
    list-style: none;
    display: inline-flex;
    padding-left: 0;
    margin-top: 15px;
}
.blog-post-meta li {
    padding: 0px 15px;
    display: inline-block;
}
.blog-posts {
    width: 97%;
    max-width: 100%;
    display: block;
    padding: 15px 15px;
    box-shadow: 0px 0px 5px 0px #dddddda6;
}
.blog-posts img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.pagination {
    display: inline-block;
  }

  .pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    font-size: 22px;
  }

  .pagination a.active {
    background-color: #a8c93e;
    color: white;
    border: 1px solid #a8c93e;
  }

  .pagination a:hover:not(.active) {background-color: #a8c93e; color: #fff;}

  form#searchform button {
    border: 0;
    background: transparent;
    }
form#searchform input {
    border: 0;
    width: 80%;
    }
/* ------------------------------------------------------
Detail Blogs
------------------------------------------------------ */
.blog-post-detail {
    width: 97%;
    max-width: 100%;
    display: block;
    padding: 15px 15px;
    /* box-shadow: 0px 0px 5px 0px #dddddda6; */
}
.blog-post-detail img {
    width: 100%;
    max-width: 100%;
    display: block;
}
.block-part{
    background-color: #F4F4F4;
    padding: 20px;
    border-left: 4px solid #A8C93E;
}
.blog-post-content ul {
    padding-left: 0px;
    display: block;
    list-style: none;
}
.blog-post-content li{
    line-height: 30px;
}
.blog-post-content li:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    background: #0a55a3;
    color: #fff;
    width: 20px;
    height: 20px;
    padding-left: 7px;
    border-radius: 50px;
    padding-right: 5px;
    margin-right: 10px;
    line-height: 20px;
}
.post-social-links li{
    display: inline-block;
}
.post-social-links li:before {
    display: none;
}
.post-social-links i{
    color: #666;
    padding: 15px;
    font-size: 18px;
}
.post-social-links i:hover{
    background-color: #000;
    border-radius: 50px;
    width: 45px;
    padding: 15px;
    height: 45px;
    line-height: 18px;
    color: #fff;
}
.comment-part {
    display: inline-flex;
    background: #F4F4F4;
    padding: 40px;
}
.commnet-detail {
    margin-left: 20px;
}
input.btn.btn-submit {
    background: #A8C93E;
    width: 35%;
    margin: 0px auto;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
}

/* --------------------------------------------------------
electric
--------------------------------------------------------- */

.electric{
    background-image: url('../img/electric service.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8% 0;
}

/* --------------------------------------------------------
cctv-maintenance-service
--------------------------------------------------------- */

.cctv-maintenance-service{
    background-image: url('../img/pabxsystem.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8% 0;
}
.cctv-maintenance-service-content{
    padding: 5% 0%;
    background: #fff;
}
.maintenance-inner-content img {
    width: 100%;
    max-width: 100%;
    display: block;
}
.maintenance-inner-content h3{
    padding: 10px;
    color: #444;
    font-size: 30px;
}
.maintenance-inner-content p{
    padding-left: 10px;
    line-height: 36px;
}
.maintenance-inner-content li{
    line-height: 36px;
}
/* Sidebar */
.inner-content {
    padding: 30px 20px;
    background: #fff;
    box-shadow: 0px 9px 12.649999618530273px 0px #C1C1C14D;
}
.inner-content h4 {
    font-weight: 500;
    color: #444;
    font-size: 20px;
}
.inner-content ul {
    list-style: none;
    padding: 0;
}
.inner-content li{
    padding: 4px 12px;
}
.inner-content li a {
    text-decoration: none;
    color: #444;
    font-size: 18px;
    line-height: 40px;
}
.inner-content li :hover i{
    color: #fff;
}
.inner-content li:hover {
    background: #A8C93E;
}
.inner-content li:hover a{
    color: #fff;
}
hr.inner-line {
    width: 20%;
    display: block;
    opacity: 1;
    color: #A8C93E;
    float: right;
    border-top: 3px solid;
    margin-top: 20px;
    margin-right: 0px;
}
.inner-content li:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
}
.inner-content1{
    margin-top: 20px;;
    padding: 30px;
}
.inner-content1 strong{
    font-size: 30px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 5px;
}
.inner-content1 a{
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}
.inner-content1 button{
    background: #A8C93E;
    color: #fff;
    padding: 10px 30px;
    font-size: 18px;
    border: 1px solid #A8C93E;
}


/* --------------------------------------------------------
Contact Us
-------------------------------------------------------- */
.contact-us{
    background: rgba(244, 244, 244, 1)
    ;
    padding: 5% 0%;
}
.location-map img{
    max-width: 100%;
    width: 100%;
    display: block;
}
.contact-form .form-control {
    border-color: #fff;
    padding: 12px;
}
.contact{
    background-image: url('../img/getintouched.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8% 0;
}
.page-title{
    color: #fff;
    text-align: center;
    z-index: 99999;
    text-transform: capitalize;
}
.page-title h1{
    font-size: 54px;
    font-weight: 700;
}
.contact:after {
    content: "";
    display: block;
    background: #333;
    position: absolute;
    width: 100%;
    height: 48vh;
    opacity: 0.5;
    top: 0;
    left: 0;
    right: 0;
}
.contact-details{
    padding: 5% 0;
}
.inner-detail-img img{
    width: 100%;
    max-width: 100%;
    display: block;
}
.inner-detail-content{
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 10px 0px rgb(222 222 222 / 50%);
}
.inner-detail-content h3{
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    color: #444;
    padding-bottom: 20px;
}
.inner-detail-content p{
    font-size: 22px;
    line-height: 1.8;
}
.butttons{
    margin-top: 30px;
}
.butttons a {
    text-decoration: none;
    color: #444;
    line-height: 50px;
    font-size: 26px;
}
.butttons a:hover{
    color: #A8C93E;
}
.box-inner-content{
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(198 194 194 / 38%);
    padding: 40px;
    margin: 10px;
    min-height: 250px;
}
.company-contact{
    display: flex;
    align-items: center;
}
.box-inner-content a {
    color: #555;
    font-weight: 300;
    font-size: 20px;
    text-decoration: none;
    line-height: 36px;
    display: inline-block;
}
.box-inner-content span{
    font-weight: 300;
    line-height: 36px;
    font-size: 20px;
    display: inline-block;
}
.contact-box{
    padding-bottom: 5%;
}
hr.box-line {
    width: 15%;
    display: block;
    opacity: 1;
    color: #A8C93E;
    float: right;
    border-top: 3px solid;
    margin-top: -14px;
    margin-right: 10px;
}


/* ----------------------------------------------------
Footer
------------------------------------------------------ */
/* Footer Top */
.footer-top {
    color: #ffffffc4;
    font-size: 16px;
}
.footer-icon-box span a {
    color: #fff;
}
.footer-icon-box {
    display: flex;
    align-items: center;
}
.footer-icon-box i{
    color: #A8C93E;
    font-size: 30px;
    line-height: 37px;
    margin-right: 10px;
    padding: 4px;
    text-align: center;
    width: 44px;
    height: 43px;
    border-radius: 50px;
}
span.footer-top-icon-box a {
    text-decoration: none;
    color: #ffffffc2;
    font-size: 18px;
}

/* Footer Bottom */
footer{
    background: #222222;
    padding: 3% 0;
}
ul.footer-list{
    list-style: none;
    padding: 0;
}
.footer-list li a{
    color: #ffffffc4;
    text-decoration: none;
    line-height: 36px;
    font-size: 16px;
}
.footer-list li a:hover{
    color: #A8C93E;
    cursor: pointer;
}
.footer-content{
    color: #ffffffc4;
}
.footer-social-icons span{
    display: inline-block;
    background: #444444;
    width: 34px;
    height: 34px;
    border-radius: 50px;
    text-align: center;
    margin: 0px 3px;
    color: #AAAAAA;
    line-height: 34px;
}
.footer-social-icons span a {
    color: #fff !important;
}
.footer-social-icons span:hover{
    background: #a8c93e;
    color: #fff;
}
.footer-content p{
    padding: 10px 0;
    font-size: 16px;
    line-height: 30px;
}
.footer-content h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
}
.footer-bottom {
    padding-top: 30px;
}
.btn-consultation {
    background: #A8C93E;
    color: #fff;
    border: 1px solid #A8C93E;
    font-size: 18px;
    font-weight: 400;
    padding: 12px 30px;
    text-transform: capitalize;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
}
.btn-consultation:hover{
    cursor: pointer;
}
/* ad chat icons============================= */
.whatsaap-icon{
    position: fixed;
    right: 40px;
    bottom: 30px;
    height: 45px;
    width: 45px;
    background-color: #55EE6B;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    z-index: 1000;
}
.whatsaap-icon svg{

    height: 45px;
    width: 45px;
   color: white;
   fill: white;
}
